Skip to content

Commit 643fcbb

Browse files
committed
[Librarian] Regenerated @ 1baa147fbfa3bf2798f86ec43796ef1df42570d4 a3170b07f36450c6d179edf9b044cbf5f6b94e3a
1 parent 7ac040b commit 643fcbb

File tree

254 files changed

+3693
-1097
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

254 files changed

+3693
-1097
lines changed

CHANGES.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,51 @@
11
twilio-go changelog
22
====================
3+
[2024-05-24] Version 1.21.0
4+
---------------------------
5+
**Library - Chore**
6+
- [PR #245](https://github.com/twilio/twilio-go/pull/245): added put method support. Thanks to [@sbansla](https://github.com/sbansla)!
7+
8+
**Library - Fix**
9+
- [PR #246](https://github.com/twilio/twilio-go/pull/246): added body param in mock_client. Thanks to [@tiwarishubham635](https://github.com/tiwarishubham635)!
10+
11+
**Api**
12+
- Add ie1 as supported region for UserDefinedMessage and UserDefinedMessageSubscription.
13+
14+
**Flex**
15+
- Adding validated field to `plugin_versions`
16+
- Corrected the data type for `runtime_domain`, `call_recording_webhook_url`, `crm_callback_url`, `crm_fallback_url`, `flex_url` in Flex Configuration
17+
- Making `routing` optional in Create Interactions endpoint
18+
19+
**Intelligence**
20+
- Expose operator authoring apis to public visibility
21+
- Deleted `language_code` parameter from updating service in v2 **(breaking change)**
22+
- Add read_only_attached_operator_sids to v2 services
23+
24+
**Numbers**
25+
- Add API endpoint for GET Porting Webhook Configurations By Account SID
26+
- Remove bulk portability api under version `/v1`. **(breaking change)**
27+
- Removed porting_port_in_fetch.json files and move the content into porting_port_in.json files
28+
- Add API endpoint to deleting Webhook Configurations
29+
- Add Get Phone Number by Port in request SID and Phone Number SID api
30+
- Add Create Porting webhook configuration API
31+
- Added bundle_sid and losing_carrier_information fields to Create PortInRequest api to support Japan porting
32+
33+
**Taskrouter**
34+
- Add back `routing_target` property to tasks
35+
- Add back `ignore_capacity` property to tasks
36+
- Removing `routing_target` property to tasks due to revert
37+
- Removing `ignore_capacity` property to tasks due to revert
38+
- Add `routing_target` property to tasks
39+
- Add `ignore_capacity` property to tasks
40+
41+
**Trusthub**
42+
- Add new field errors to bundle as part of public API response in customer_profile.json and trust_product.json **(breaking change)**
43+
- Add themeSetId field in compliance_tollfree_inquiry.
44+
45+
**Verify**
46+
- Update `friendly_name` description on service docs
47+
48+
349
[2024-04-18] Version 1.20.1
450
---------------------------
551
**Flex**

rest/api/v2010/docs/ApiV2010Message.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Name | Type | Description | Notes
1616
**AccountSid** | Pointer to **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) associated with the Message resource |
1717
**NumMedia** | Pointer to **string** | The number of media files associated with the Message resource. |
1818
**Status** | Pointer to [**string**](MessageEnumStatus.md) | |
19-
**MessagingServiceSid** | Pointer to **string** | The SID of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) associated with the Message resource. The value is `null` if a Messaging Service was not used. |
19+
**MessagingServiceSid** | Pointer to **string** | The SID of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) associated with the Message resource. A unique default value is assigned if a Messaging Service is not used. |
2020
**Sid** | Pointer to **string** | The unique, Twilio-provided string that identifies the Message resource. |
2121
**DateSent** | Pointer to **string** | The [RFC 2822](https://datatracker.ietf.org/doc/html/rfc2822#section-3.3) timestamp (in GMT) of when the Message was sent. For an outgoing message, this is when Twilio sent the message. For an incoming message, this is when Twilio sent the HTTP request to your incoming message webhook URL. |
2222
**DateCreated** | Pointer to **string** | The [RFC 2822](https://datatracker.ietf.org/doc/html/rfc2822#section-3.3) timestamp (in GMT) of when the Message resource was created |

rest/api/v2010/docs/ListAccountResponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7+
**Accounts** | [**[]ApiV2010Account**](ApiV2010Account.md) | |[optional]
78
**End** | **int** | |[optional]
89
**FirstPageUri** | **string** | |[optional]
910
**NextPageUri** | Pointer to **string** | |
@@ -12,7 +13,6 @@ Name | Type | Description | Notes
1213
**PreviousPageUri** | Pointer to **string** | |
1314
**Start** | **int** | |[optional]
1415
**Uri** | **string** | |[optional]
15-
**Accounts** | [**[]ApiV2010Account**](ApiV2010Account.md) | |[optional]
1616

1717
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1818

rest/api/v2010/docs/ListAddressResponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7+
**Addresses** | [**[]ApiV2010Address**](ApiV2010Address.md) | |[optional]
78
**End** | **int** | |[optional]
89
**FirstPageUri** | **string** | |[optional]
910
**NextPageUri** | Pointer to **string** | |
@@ -12,7 +13,6 @@ Name | Type | Description | Notes
1213
**PreviousPageUri** | Pointer to **string** | |
1314
**Start** | **int** | |[optional]
1415
**Uri** | **string** | |[optional]
15-
**Addresses** | [**[]ApiV2010Address**](ApiV2010Address.md) | |[optional]
1616

1717
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1818

rest/api/v2010/docs/ListApplicationResponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7+
**Applications** | [**[]ApiV2010Application**](ApiV2010Application.md) | |[optional]
78
**End** | **int** | |[optional]
89
**FirstPageUri** | **string** | |[optional]
910
**NextPageUri** | Pointer to **string** | |
@@ -12,7 +13,6 @@ Name | Type | Description | Notes
1213
**PreviousPageUri** | Pointer to **string** | |
1314
**Start** | **int** | |[optional]
1415
**Uri** | **string** | |[optional]
15-
**Applications** | [**[]ApiV2010Application**](ApiV2010Application.md) | |[optional]
1616

1717
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1818

rest/api/v2010/docs/ListAuthorizedConnectAppResponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7+
**AuthorizedConnectApps** | [**[]ApiV2010AuthorizedConnectApp**](ApiV2010AuthorizedConnectApp.md) | |[optional]
78
**End** | **int** | |[optional]
89
**FirstPageUri** | **string** | |[optional]
910
**NextPageUri** | Pointer to **string** | |
@@ -12,7 +13,6 @@ Name | Type | Description | Notes
1213
**PreviousPageUri** | Pointer to **string** | |
1314
**Start** | **int** | |[optional]
1415
**Uri** | **string** | |[optional]
15-
**AuthorizedConnectApps** | [**[]ApiV2010AuthorizedConnectApp**](ApiV2010AuthorizedConnectApp.md) | |[optional]
1616

1717
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1818

rest/api/v2010/docs/ListAvailablePhoneNumberCountryResponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7+
**Countries** | [**[]ApiV2010AvailablePhoneNumberCountry**](ApiV2010AvailablePhoneNumberCountry.md) | |[optional]
78
**End** | **int** | |[optional]
89
**FirstPageUri** | **string** | |[optional]
910
**NextPageUri** | Pointer to **string** | |
@@ -12,7 +13,6 @@ Name | Type | Description | Notes
1213
**PreviousPageUri** | Pointer to **string** | |
1314
**Start** | **int** | |[optional]
1415
**Uri** | **string** | |[optional]
15-
**Countries** | [**[]ApiV2010AvailablePhoneNumberCountry**](ApiV2010AvailablePhoneNumberCountry.md) | |[optional]
1616

1717
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1818

rest/api/v2010/docs/ListAvailablePhoneNumberLocalResponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7+
**AvailablePhoneNumbers** | [**[]ApiV2010AvailablePhoneNumberLocal**](ApiV2010AvailablePhoneNumberLocal.md) | |[optional]
78
**End** | **int** | |[optional]
89
**FirstPageUri** | **string** | |[optional]
910
**NextPageUri** | Pointer to **string** | |
@@ -12,7 +13,6 @@ Name | Type | Description | Notes
1213
**PreviousPageUri** | Pointer to **string** | |
1314
**Start** | **int** | |[optional]
1415
**Uri** | **string** | |[optional]
15-
**AvailablePhoneNumbers** | [**[]ApiV2010AvailablePhoneNumberLocal**](ApiV2010AvailablePhoneNumberLocal.md) | |[optional]
1616

1717
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1818

rest/api/v2010/docs/ListAvailablePhoneNumberMachineToMachineResponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7+
**AvailablePhoneNumbers** | [**[]ApiV2010AvailablePhoneNumberMachineToMachine**](ApiV2010AvailablePhoneNumberMachineToMachine.md) | |[optional]
78
**End** | **int** | |[optional]
89
**FirstPageUri** | **string** | |[optional]
910
**NextPageUri** | Pointer to **string** | |
@@ -12,7 +13,6 @@ Name | Type | Description | Notes
1213
**PreviousPageUri** | Pointer to **string** | |
1314
**Start** | **int** | |[optional]
1415
**Uri** | **string** | |[optional]
15-
**AvailablePhoneNumbers** | [**[]ApiV2010AvailablePhoneNumberMachineToMachine**](ApiV2010AvailablePhoneNumberMachineToMachine.md) | |[optional]
1616

1717
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1818

rest/api/v2010/docs/ListAvailablePhoneNumberMobileResponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7+
**AvailablePhoneNumbers** | [**[]ApiV2010AvailablePhoneNumberMobile**](ApiV2010AvailablePhoneNumberMobile.md) | |[optional]
78
**End** | **int** | |[optional]
89
**FirstPageUri** | **string** | |[optional]
910
**NextPageUri** | Pointer to **string** | |
@@ -12,7 +13,6 @@ Name | Type | Description | Notes
1213
**PreviousPageUri** | Pointer to **string** | |
1314
**Start** | **int** | |[optional]
1415
**Uri** | **string** | |[optional]
15-
**AvailablePhoneNumbers** | [**[]ApiV2010AvailablePhoneNumberMobile**](ApiV2010AvailablePhoneNumberMobile.md) | |[optional]
1616

1717
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1818

0 commit comments

Comments
 (0)