diff --git a/CHANGES.md b/CHANGES.md index 8a851baf3..9cd6cbff8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,18 @@ twilio-go changelog ==================== +[2021-07-14] Version 0.12.0 +--------------------------- +**Library - Fix** +- [PR #93](https://github.com/twilio/twilio-go/pull/93): list of stringified json marshaling. Thanks to [@eshanholtz](https://github.com/eshanholtz)! + +**Conversations** +- Changed `last_read_message_index` and `unread_messages_count` type in User Conversation's resource **(breaking change)** +- Expose UserConversations resource + +**Messaging** +- Add brand_score field to brand registration responses + + [2021-06-30] Version 0.11.0 --------------------------- **Library - Fix** diff --git a/go.mod b/go.mod index 4d9b0820b..fa80e97d3 100644 --- a/go.mod +++ b/go.mod @@ -8,6 +8,6 @@ require ( github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect github.com/pkg/errors v0.9.1 github.com/stretchr/testify v1.7.0 - golang.org/x/tools v0.1.4 // indirect + golang.org/x/tools v0.1.5 // indirect gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect ) diff --git a/go.sum b/go.sum index fa2cd7c7f..40da4c4c6 100644 --- a/go.sum +++ b/go.sum @@ -38,6 +38,8 @@ golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGm golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.1.4 h1:cVngSRcfgyZCzys3KYOpCFa+4dqX/Oub9tAq00ttGVs= golang.org/x/tools v0.1.4/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk= +golang.org/x/tools v0.1.5 h1:ouewzE6p+/VEB31YYnTbEJdi8pFqKp4P4n85vwo3DHA= +golang.org/x/tools v0.1.5/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 h1:go1bK/D/BFZV2I8cIQd1NKEZ+0owSTG1fDTci4IqFcE= diff --git a/rest/accounts/v1/README.md b/rest/accounts/v1/README.md index 7739a45ef..c020a0653 100644 --- a/rest/accounts/v1/README.md +++ b/rest/accounts/v1/README.md @@ -5,7 +5,7 @@ This is the public Twilio REST API. ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project from the OpenAPI specs located at [twilio/twilio-oai](https://github.com/twilio/twilio-oai/tree/main/spec). By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client. -- API version: 1.18.0 +- API version: 1.19.0 - Package version: 1.0.0 - Build package: com.twilio.oai.TwilioGoGenerator For more information, please visit [https://support.twilio.com](https://support.twilio.com) diff --git a/rest/accounts/v1/api_service.go b/rest/accounts/v1/api_service.go index 6cffd2357..3bb5e34a3 100644 --- a/rest/accounts/v1/api_service.go +++ b/rest/accounts/v1/api_service.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/accounts/v1/auth_tokens_promote.go b/rest/accounts/v1/auth_tokens_promote.go index 2afa56735..803a94a1c 100644 --- a/rest/accounts/v1/auth_tokens_promote.go +++ b/rest/accounts/v1/auth_tokens_promote.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/accounts/v1/auth_tokens_secondary.go b/rest/accounts/v1/auth_tokens_secondary.go index a31414c5f..a6c8a42d5 100644 --- a/rest/accounts/v1/auth_tokens_secondary.go +++ b/rest/accounts/v1/auth_tokens_secondary.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/accounts/v1/credentials_aws.go b/rest/accounts/v1/credentials_aws.go index d672c65f5..b8a6e164a 100644 --- a/rest/accounts/v1/credentials_aws.go +++ b/rest/accounts/v1/credentials_aws.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/accounts/v1/credentials_public_keys.go b/rest/accounts/v1/credentials_public_keys.go index 887649634..179108677 100644 --- a/rest/accounts/v1/credentials_public_keys.go +++ b/rest/accounts/v1/credentials_public_keys.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/accounts/v1/model_accounts_v1_auth_token_promotion.go b/rest/accounts/v1/model_accounts_v1_auth_token_promotion.go index 70a83cd8e..0e2a17b89 100644 --- a/rest/accounts/v1/model_accounts_v1_auth_token_promotion.go +++ b/rest/accounts/v1/model_accounts_v1_auth_token_promotion.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/accounts/v1/model_accounts_v1_credential_credential_aws.go b/rest/accounts/v1/model_accounts_v1_credential_credential_aws.go index 4f47649df..5e4abd6c9 100644 --- a/rest/accounts/v1/model_accounts_v1_credential_credential_aws.go +++ b/rest/accounts/v1/model_accounts_v1_credential_credential_aws.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/accounts/v1/model_accounts_v1_credential_credential_public_key.go b/rest/accounts/v1/model_accounts_v1_credential_credential_public_key.go index 62e31bf82..e22112019 100644 --- a/rest/accounts/v1/model_accounts_v1_credential_credential_public_key.go +++ b/rest/accounts/v1/model_accounts_v1_credential_credential_public_key.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/accounts/v1/model_accounts_v1_secondary_auth_token.go b/rest/accounts/v1/model_accounts_v1_secondary_auth_token.go index 44599ae7a..00c791a89 100644 --- a/rest/accounts/v1/model_accounts_v1_secondary_auth_token.go +++ b/rest/accounts/v1/model_accounts_v1_secondary_auth_token.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/accounts/v1/model_list_credential_aws_response.go b/rest/accounts/v1/model_list_credential_aws_response.go index c01467718..8eacdf7ab 100644 --- a/rest/accounts/v1/model_list_credential_aws_response.go +++ b/rest/accounts/v1/model_list_credential_aws_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/accounts/v1/model_list_credential_aws_response_meta.go b/rest/accounts/v1/model_list_credential_aws_response_meta.go index 4d237ccf9..ae9846718 100644 --- a/rest/accounts/v1/model_list_credential_aws_response_meta.go +++ b/rest/accounts/v1/model_list_credential_aws_response_meta.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/accounts/v1/model_list_credential_public_key_response.go b/rest/accounts/v1/model_list_credential_public_key_response.go index 595158c89..b1807497e 100644 --- a/rest/accounts/v1/model_list_credential_public_key_response.go +++ b/rest/accounts/v1/model_list_credential_public_key_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/README.md b/rest/api/v2010/README.md index dece742da..46fd345d0 100644 --- a/rest/api/v2010/README.md +++ b/rest/api/v2010/README.md @@ -5,7 +5,7 @@ This is the public Twilio REST API. ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project from the OpenAPI specs located at [twilio/twilio-oai](https://github.com/twilio/twilio-oai/tree/main/spec). By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client. -- API version: 1.18.0 +- API version: 1.19.0 - Package version: 1.0.0 - Build package: com.twilio.oai.TwilioGoGenerator For more information, please visit [https://support.twilio.com](https://support.twilio.com) diff --git a/rest/api/v2010/accounts.go b/rest/api/v2010/accounts.go index d022c96b0..5a4ea1a9d 100644 --- a/rest/api/v2010/accounts.go +++ b/rest/api/v2010/accounts.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/accounts_addresses.go b/rest/api/v2010/accounts_addresses.go index 64626ed83..4dc227298 100644 --- a/rest/api/v2010/accounts_addresses.go +++ b/rest/api/v2010/accounts_addresses.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/accounts_addresses_dependent_phone_numbers.go b/rest/api/v2010/accounts_addresses_dependent_phone_numbers.go index 4e38b0962..0134e2d65 100644 --- a/rest/api/v2010/accounts_addresses_dependent_phone_numbers.go +++ b/rest/api/v2010/accounts_addresses_dependent_phone_numbers.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/accounts_applications.go b/rest/api/v2010/accounts_applications.go index 295b6f2f5..916df07ee 100644 --- a/rest/api/v2010/accounts_applications.go +++ b/rest/api/v2010/accounts_applications.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/accounts_authorized_connect_apps.go b/rest/api/v2010/accounts_authorized_connect_apps.go index e0f1c07c6..53bf3f8df 100644 --- a/rest/api/v2010/accounts_authorized_connect_apps.go +++ b/rest/api/v2010/accounts_authorized_connect_apps.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/accounts_available_phone_numbers.go b/rest/api/v2010/accounts_available_phone_numbers.go index 73a1003de..055bc2d13 100644 --- a/rest/api/v2010/accounts_available_phone_numbers.go +++ b/rest/api/v2010/accounts_available_phone_numbers.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/accounts_available_phone_numbers_local.go b/rest/api/v2010/accounts_available_phone_numbers_local.go index 19d995140..112822ccd 100644 --- a/rest/api/v2010/accounts_available_phone_numbers_local.go +++ b/rest/api/v2010/accounts_available_phone_numbers_local.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/accounts_available_phone_numbers_machine_to_machine.go b/rest/api/v2010/accounts_available_phone_numbers_machine_to_machine.go index 43c64df51..d2d4a95c5 100644 --- a/rest/api/v2010/accounts_available_phone_numbers_machine_to_machine.go +++ b/rest/api/v2010/accounts_available_phone_numbers_machine_to_machine.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/accounts_available_phone_numbers_mobile.go b/rest/api/v2010/accounts_available_phone_numbers_mobile.go index d22d0a556..76f103ce8 100644 --- a/rest/api/v2010/accounts_available_phone_numbers_mobile.go +++ b/rest/api/v2010/accounts_available_phone_numbers_mobile.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/accounts_available_phone_numbers_national.go b/rest/api/v2010/accounts_available_phone_numbers_national.go index 967421851..38527dc95 100644 --- a/rest/api/v2010/accounts_available_phone_numbers_national.go +++ b/rest/api/v2010/accounts_available_phone_numbers_national.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/accounts_available_phone_numbers_shared_cost.go b/rest/api/v2010/accounts_available_phone_numbers_shared_cost.go index 006366e9f..0ad7f83de 100644 --- a/rest/api/v2010/accounts_available_phone_numbers_shared_cost.go +++ b/rest/api/v2010/accounts_available_phone_numbers_shared_cost.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/accounts_available_phone_numbers_toll_free.go b/rest/api/v2010/accounts_available_phone_numbers_toll_free.go index 1b2a48894..daa8acd61 100644 --- a/rest/api/v2010/accounts_available_phone_numbers_toll_free.go +++ b/rest/api/v2010/accounts_available_phone_numbers_toll_free.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/accounts_available_phone_numbers_voip.go b/rest/api/v2010/accounts_available_phone_numbers_voip.go index 4425af187..f3e085833 100644 --- a/rest/api/v2010/accounts_available_phone_numbers_voip.go +++ b/rest/api/v2010/accounts_available_phone_numbers_voip.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/accounts_balance.go b/rest/api/v2010/accounts_balance.go index 4ccd412b7..7b2a125a0 100644 --- a/rest/api/v2010/accounts_balance.go +++ b/rest/api/v2010/accounts_balance.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/accounts_calls.go b/rest/api/v2010/accounts_calls.go index fe3850c4c..4d685f2e1 100644 --- a/rest/api/v2010/accounts_calls.go +++ b/rest/api/v2010/accounts_calls.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/accounts_calls_events.go b/rest/api/v2010/accounts_calls_events.go index f788a3ff8..3e566bb5c 100644 --- a/rest/api/v2010/accounts_calls_events.go +++ b/rest/api/v2010/accounts_calls_events.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/accounts_calls_feedback.go b/rest/api/v2010/accounts_calls_feedback.go index fcb06a127..044c7d6c0 100644 --- a/rest/api/v2010/accounts_calls_feedback.go +++ b/rest/api/v2010/accounts_calls_feedback.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/accounts_calls_feedback_summary.go b/rest/api/v2010/accounts_calls_feedback_summary.go index 6b332c3ed..2050852b2 100644 --- a/rest/api/v2010/accounts_calls_feedback_summary.go +++ b/rest/api/v2010/accounts_calls_feedback_summary.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/accounts_calls_notifications.go b/rest/api/v2010/accounts_calls_notifications.go index ad04a5296..47e9bfd5d 100644 --- a/rest/api/v2010/accounts_calls_notifications.go +++ b/rest/api/v2010/accounts_calls_notifications.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/accounts_calls_payments.go b/rest/api/v2010/accounts_calls_payments.go index 6f8d3172b..9e7bdfe44 100644 --- a/rest/api/v2010/accounts_calls_payments.go +++ b/rest/api/v2010/accounts_calls_payments.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/accounts_calls_recordings.go b/rest/api/v2010/accounts_calls_recordings.go index e223a6a1a..fa8450138 100644 --- a/rest/api/v2010/accounts_calls_recordings.go +++ b/rest/api/v2010/accounts_calls_recordings.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/accounts_conferences.go b/rest/api/v2010/accounts_conferences.go index b4983aea7..875af24c6 100644 --- a/rest/api/v2010/accounts_conferences.go +++ b/rest/api/v2010/accounts_conferences.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/accounts_conferences_participants.go b/rest/api/v2010/accounts_conferences_participants.go index c715898d2..ddc706729 100644 --- a/rest/api/v2010/accounts_conferences_participants.go +++ b/rest/api/v2010/accounts_conferences_participants.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/accounts_conferences_recordings.go b/rest/api/v2010/accounts_conferences_recordings.go index a262c6ea3..0ad1e15b1 100644 --- a/rest/api/v2010/accounts_conferences_recordings.go +++ b/rest/api/v2010/accounts_conferences_recordings.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/accounts_connect_apps.go b/rest/api/v2010/accounts_connect_apps.go index b37082cc0..b030d5e92 100644 --- a/rest/api/v2010/accounts_connect_apps.go +++ b/rest/api/v2010/accounts_connect_apps.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/accounts_incoming_phone_numbers.go b/rest/api/v2010/accounts_incoming_phone_numbers.go index f20c69354..0d17d6a24 100644 --- a/rest/api/v2010/accounts_incoming_phone_numbers.go +++ b/rest/api/v2010/accounts_incoming_phone_numbers.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/accounts_incoming_phone_numbers_assigned_add_ons.go b/rest/api/v2010/accounts_incoming_phone_numbers_assigned_add_ons.go index 604bc160b..b2e0d7fca 100644 --- a/rest/api/v2010/accounts_incoming_phone_numbers_assigned_add_ons.go +++ b/rest/api/v2010/accounts_incoming_phone_numbers_assigned_add_ons.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/accounts_incoming_phone_numbers_assigned_add_ons_extensions.go b/rest/api/v2010/accounts_incoming_phone_numbers_assigned_add_ons_extensions.go index aa1edef8c..896ece3ca 100644 --- a/rest/api/v2010/accounts_incoming_phone_numbers_assigned_add_ons_extensions.go +++ b/rest/api/v2010/accounts_incoming_phone_numbers_assigned_add_ons_extensions.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/accounts_incoming_phone_numbers_local.go b/rest/api/v2010/accounts_incoming_phone_numbers_local.go index 6eb847bec..16225dd12 100644 --- a/rest/api/v2010/accounts_incoming_phone_numbers_local.go +++ b/rest/api/v2010/accounts_incoming_phone_numbers_local.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/accounts_incoming_phone_numbers_mobile.go b/rest/api/v2010/accounts_incoming_phone_numbers_mobile.go index 65608cf83..9540f92a8 100644 --- a/rest/api/v2010/accounts_incoming_phone_numbers_mobile.go +++ b/rest/api/v2010/accounts_incoming_phone_numbers_mobile.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/accounts_incoming_phone_numbers_toll_free.go b/rest/api/v2010/accounts_incoming_phone_numbers_toll_free.go index dfedbe199..8cf368392 100644 --- a/rest/api/v2010/accounts_incoming_phone_numbers_toll_free.go +++ b/rest/api/v2010/accounts_incoming_phone_numbers_toll_free.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/accounts_keys.go b/rest/api/v2010/accounts_keys.go index 8ac3942f1..cdf951ef5 100644 --- a/rest/api/v2010/accounts_keys.go +++ b/rest/api/v2010/accounts_keys.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/accounts_messages.go b/rest/api/v2010/accounts_messages.go index 45332745a..9bd3f5603 100644 --- a/rest/api/v2010/accounts_messages.go +++ b/rest/api/v2010/accounts_messages.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/accounts_messages_feedback.go b/rest/api/v2010/accounts_messages_feedback.go index 5fd550431..85b783076 100644 --- a/rest/api/v2010/accounts_messages_feedback.go +++ b/rest/api/v2010/accounts_messages_feedback.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/accounts_messages_media.go b/rest/api/v2010/accounts_messages_media.go index f170e9696..50dcd06ed 100644 --- a/rest/api/v2010/accounts_messages_media.go +++ b/rest/api/v2010/accounts_messages_media.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/accounts_notifications.go b/rest/api/v2010/accounts_notifications.go index b6ef5ff1b..7175750c0 100644 --- a/rest/api/v2010/accounts_notifications.go +++ b/rest/api/v2010/accounts_notifications.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/accounts_outgoing_caller_ids.go b/rest/api/v2010/accounts_outgoing_caller_ids.go index feed8fac2..fac709025 100644 --- a/rest/api/v2010/accounts_outgoing_caller_ids.go +++ b/rest/api/v2010/accounts_outgoing_caller_ids.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/accounts_queues.go b/rest/api/v2010/accounts_queues.go index 1a4cad9ee..2b724b990 100644 --- a/rest/api/v2010/accounts_queues.go +++ b/rest/api/v2010/accounts_queues.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/accounts_queues_members.go b/rest/api/v2010/accounts_queues_members.go index c2118a6c5..cd836bf2a 100644 --- a/rest/api/v2010/accounts_queues_members.go +++ b/rest/api/v2010/accounts_queues_members.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/accounts_recordings.go b/rest/api/v2010/accounts_recordings.go index 0ac44edc3..703fcf63d 100644 --- a/rest/api/v2010/accounts_recordings.go +++ b/rest/api/v2010/accounts_recordings.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/accounts_recordings_add_on_results.go b/rest/api/v2010/accounts_recordings_add_on_results.go index 7b7aff960..2305c2473 100644 --- a/rest/api/v2010/accounts_recordings_add_on_results.go +++ b/rest/api/v2010/accounts_recordings_add_on_results.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/accounts_recordings_add_on_results_payloads.go b/rest/api/v2010/accounts_recordings_add_on_results_payloads.go index 4089d65a9..d166913f3 100644 --- a/rest/api/v2010/accounts_recordings_add_on_results_payloads.go +++ b/rest/api/v2010/accounts_recordings_add_on_results_payloads.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/accounts_recordings_transcriptions.go b/rest/api/v2010/accounts_recordings_transcriptions.go index fbeb620f3..2769c276d 100644 --- a/rest/api/v2010/accounts_recordings_transcriptions.go +++ b/rest/api/v2010/accounts_recordings_transcriptions.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/accounts_signing_keys.go b/rest/api/v2010/accounts_signing_keys.go index ced0b11a8..95f3ef2fb 100644 --- a/rest/api/v2010/accounts_signing_keys.go +++ b/rest/api/v2010/accounts_signing_keys.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/accounts_sip_credential_lists.go b/rest/api/v2010/accounts_sip_credential_lists.go index d06f96c21..02c278bcf 100644 --- a/rest/api/v2010/accounts_sip_credential_lists.go +++ b/rest/api/v2010/accounts_sip_credential_lists.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/accounts_sip_credential_lists_credentials.go b/rest/api/v2010/accounts_sip_credential_lists_credentials.go index 8362310b2..06e0588f1 100644 --- a/rest/api/v2010/accounts_sip_credential_lists_credentials.go +++ b/rest/api/v2010/accounts_sip_credential_lists_credentials.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/accounts_sip_domains.go b/rest/api/v2010/accounts_sip_domains.go index 7eb6b9010..51a7b65d2 100644 --- a/rest/api/v2010/accounts_sip_domains.go +++ b/rest/api/v2010/accounts_sip_domains.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/accounts_sip_domains_auth_calls_credential_list_mappings.go b/rest/api/v2010/accounts_sip_domains_auth_calls_credential_list_mappings.go index 038deeec7..d0f89e5b6 100644 --- a/rest/api/v2010/accounts_sip_domains_auth_calls_credential_list_mappings.go +++ b/rest/api/v2010/accounts_sip_domains_auth_calls_credential_list_mappings.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/accounts_sip_domains_auth_calls_ip_access_control_list_mappings.go b/rest/api/v2010/accounts_sip_domains_auth_calls_ip_access_control_list_mappings.go index 9c4a00acf..d508f1a95 100644 --- a/rest/api/v2010/accounts_sip_domains_auth_calls_ip_access_control_list_mappings.go +++ b/rest/api/v2010/accounts_sip_domains_auth_calls_ip_access_control_list_mappings.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/accounts_sip_domains_auth_registrations_credential_list_mappings.go b/rest/api/v2010/accounts_sip_domains_auth_registrations_credential_list_mappings.go index 9a6986ccc..f1f92d0e0 100644 --- a/rest/api/v2010/accounts_sip_domains_auth_registrations_credential_list_mappings.go +++ b/rest/api/v2010/accounts_sip_domains_auth_registrations_credential_list_mappings.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/accounts_sip_domains_credential_list_mappings.go b/rest/api/v2010/accounts_sip_domains_credential_list_mappings.go index b6f97a6f2..f01c2fd77 100644 --- a/rest/api/v2010/accounts_sip_domains_credential_list_mappings.go +++ b/rest/api/v2010/accounts_sip_domains_credential_list_mappings.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/accounts_sip_domains_ip_access_control_list_mappings.go b/rest/api/v2010/accounts_sip_domains_ip_access_control_list_mappings.go index ca6fcaa59..156416ccb 100644 --- a/rest/api/v2010/accounts_sip_domains_ip_access_control_list_mappings.go +++ b/rest/api/v2010/accounts_sip_domains_ip_access_control_list_mappings.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/accounts_sipip_access_control_lists.go b/rest/api/v2010/accounts_sipip_access_control_lists.go index 5686d4311..1dba7e444 100644 --- a/rest/api/v2010/accounts_sipip_access_control_lists.go +++ b/rest/api/v2010/accounts_sipip_access_control_lists.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/accounts_sipip_access_control_lists_ip_addresses.go b/rest/api/v2010/accounts_sipip_access_control_lists_ip_addresses.go index c81c36f1a..ea43965f5 100644 --- a/rest/api/v2010/accounts_sipip_access_control_lists_ip_addresses.go +++ b/rest/api/v2010/accounts_sipip_access_control_lists_ip_addresses.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/accounts_sms_short_codes.go b/rest/api/v2010/accounts_sms_short_codes.go index f7d081e6b..4a297eeb3 100644 --- a/rest/api/v2010/accounts_sms_short_codes.go +++ b/rest/api/v2010/accounts_sms_short_codes.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/accounts_tokens.go b/rest/api/v2010/accounts_tokens.go index afa4e8957..cb9a1f920 100644 --- a/rest/api/v2010/accounts_tokens.go +++ b/rest/api/v2010/accounts_tokens.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/accounts_transcriptions.go b/rest/api/v2010/accounts_transcriptions.go index 140df15da..2028aa3cb 100644 --- a/rest/api/v2010/accounts_transcriptions.go +++ b/rest/api/v2010/accounts_transcriptions.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/accounts_usage_records.go b/rest/api/v2010/accounts_usage_records.go index 4f8e1c63b..477dc8ab9 100644 --- a/rest/api/v2010/accounts_usage_records.go +++ b/rest/api/v2010/accounts_usage_records.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/accounts_usage_records_all_time.go b/rest/api/v2010/accounts_usage_records_all_time.go index 29ee18ae2..13414953b 100644 --- a/rest/api/v2010/accounts_usage_records_all_time.go +++ b/rest/api/v2010/accounts_usage_records_all_time.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/accounts_usage_records_daily.go b/rest/api/v2010/accounts_usage_records_daily.go index be4f62448..6bf20e57a 100644 --- a/rest/api/v2010/accounts_usage_records_daily.go +++ b/rest/api/v2010/accounts_usage_records_daily.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/accounts_usage_records_last_month.go b/rest/api/v2010/accounts_usage_records_last_month.go index a7d94e157..cbbaf0489 100644 --- a/rest/api/v2010/accounts_usage_records_last_month.go +++ b/rest/api/v2010/accounts_usage_records_last_month.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/accounts_usage_records_monthly.go b/rest/api/v2010/accounts_usage_records_monthly.go index 29e5f4269..445c0076f 100644 --- a/rest/api/v2010/accounts_usage_records_monthly.go +++ b/rest/api/v2010/accounts_usage_records_monthly.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/accounts_usage_records_this_month.go b/rest/api/v2010/accounts_usage_records_this_month.go index 87b05f18a..537e10fd1 100644 --- a/rest/api/v2010/accounts_usage_records_this_month.go +++ b/rest/api/v2010/accounts_usage_records_this_month.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/accounts_usage_records_today.go b/rest/api/v2010/accounts_usage_records_today.go index 8617b306e..88b9cde8e 100644 --- a/rest/api/v2010/accounts_usage_records_today.go +++ b/rest/api/v2010/accounts_usage_records_today.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/accounts_usage_records_yearly.go b/rest/api/v2010/accounts_usage_records_yearly.go index 6dbdc35c3..a9d1e91ed 100644 --- a/rest/api/v2010/accounts_usage_records_yearly.go +++ b/rest/api/v2010/accounts_usage_records_yearly.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/accounts_usage_records_yesterday.go b/rest/api/v2010/accounts_usage_records_yesterday.go index 65a0767d3..2387fb7b2 100644 --- a/rest/api/v2010/accounts_usage_records_yesterday.go +++ b/rest/api/v2010/accounts_usage_records_yesterday.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/accounts_usage_triggers.go b/rest/api/v2010/accounts_usage_triggers.go index 7316b2a8e..c6520116a 100644 --- a/rest/api/v2010/accounts_usage_triggers.go +++ b/rest/api/v2010/accounts_usage_triggers.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/api_service.go b/rest/api/v2010/api_service.go index 6d474e1d6..ea9181e96 100644 --- a/rest/api/v2010/api_service.go +++ b/rest/api/v2010/api_service.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_api_v2010_account.go b/rest/api/v2010/model_api_v2010_account.go index 9106b39bd..55f2fcc23 100644 --- a/rest/api/v2010/model_api_v2010_account.go +++ b/rest/api/v2010/model_api_v2010_account.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_api_v2010_account_address.go b/rest/api/v2010/model_api_v2010_account_address.go index beab0e9a6..9d9df9b37 100644 --- a/rest/api/v2010/model_api_v2010_account_address.go +++ b/rest/api/v2010/model_api_v2010_account_address.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_api_v2010_account_address_dependent_phone_number.go b/rest/api/v2010/model_api_v2010_account_address_dependent_phone_number.go index 02b1c9035..50d35984d 100644 --- a/rest/api/v2010/model_api_v2010_account_address_dependent_phone_number.go +++ b/rest/api/v2010/model_api_v2010_account_address_dependent_phone_number.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_api_v2010_account_application.go b/rest/api/v2010/model_api_v2010_account_application.go index e7a8cb328..b112d962b 100644 --- a/rest/api/v2010/model_api_v2010_account_application.go +++ b/rest/api/v2010/model_api_v2010_account_application.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_api_v2010_account_authorized_connect_app.go b/rest/api/v2010/model_api_v2010_account_authorized_connect_app.go index 9c5f53bc1..e75f48a38 100644 --- a/rest/api/v2010/model_api_v2010_account_authorized_connect_app.go +++ b/rest/api/v2010/model_api_v2010_account_authorized_connect_app.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_api_v2010_account_available_phone_number_country.go b/rest/api/v2010/model_api_v2010_account_available_phone_number_country.go index b64872478..3494bf074 100644 --- a/rest/api/v2010/model_api_v2010_account_available_phone_number_country.go +++ b/rest/api/v2010/model_api_v2010_account_available_phone_number_country.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_api_v2010_account_available_phone_number_country_available_phone_number_local.go b/rest/api/v2010/model_api_v2010_account_available_phone_number_country_available_phone_number_local.go index b58bd2a66..6ea2fcaef 100644 --- a/rest/api/v2010/model_api_v2010_account_available_phone_number_country_available_phone_number_local.go +++ b/rest/api/v2010/model_api_v2010_account_available_phone_number_country_available_phone_number_local.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_api_v2010_account_available_phone_number_country_available_phone_number_local_capabilities.go b/rest/api/v2010/model_api_v2010_account_available_phone_number_country_available_phone_number_local_capabilities.go index 5bf9a21ee..ee664c27d 100644 --- a/rest/api/v2010/model_api_v2010_account_available_phone_number_country_available_phone_number_local_capabilities.go +++ b/rest/api/v2010/model_api_v2010_account_available_phone_number_country_available_phone_number_local_capabilities.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_api_v2010_account_available_phone_number_country_available_phone_number_machine_to_machine.go b/rest/api/v2010/model_api_v2010_account_available_phone_number_country_available_phone_number_machine_to_machine.go index 7b1fde350..0910c6637 100644 --- a/rest/api/v2010/model_api_v2010_account_available_phone_number_country_available_phone_number_machine_to_machine.go +++ b/rest/api/v2010/model_api_v2010_account_available_phone_number_country_available_phone_number_machine_to_machine.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_api_v2010_account_available_phone_number_country_available_phone_number_mobile.go b/rest/api/v2010/model_api_v2010_account_available_phone_number_country_available_phone_number_mobile.go index 109d3c32c..a24db320e 100644 --- a/rest/api/v2010/model_api_v2010_account_available_phone_number_country_available_phone_number_mobile.go +++ b/rest/api/v2010/model_api_v2010_account_available_phone_number_country_available_phone_number_mobile.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_api_v2010_account_available_phone_number_country_available_phone_number_national.go b/rest/api/v2010/model_api_v2010_account_available_phone_number_country_available_phone_number_national.go index 6b06f1a6d..7032faa92 100644 --- a/rest/api/v2010/model_api_v2010_account_available_phone_number_country_available_phone_number_national.go +++ b/rest/api/v2010/model_api_v2010_account_available_phone_number_country_available_phone_number_national.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_api_v2010_account_available_phone_number_country_available_phone_number_shared_cost.go b/rest/api/v2010/model_api_v2010_account_available_phone_number_country_available_phone_number_shared_cost.go index ca4885b00..895c1552a 100644 --- a/rest/api/v2010/model_api_v2010_account_available_phone_number_country_available_phone_number_shared_cost.go +++ b/rest/api/v2010/model_api_v2010_account_available_phone_number_country_available_phone_number_shared_cost.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_api_v2010_account_available_phone_number_country_available_phone_number_toll_free.go b/rest/api/v2010/model_api_v2010_account_available_phone_number_country_available_phone_number_toll_free.go index 47ab02b5d..6a5cae992 100644 --- a/rest/api/v2010/model_api_v2010_account_available_phone_number_country_available_phone_number_toll_free.go +++ b/rest/api/v2010/model_api_v2010_account_available_phone_number_country_available_phone_number_toll_free.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_api_v2010_account_available_phone_number_country_available_phone_number_voip.go b/rest/api/v2010/model_api_v2010_account_available_phone_number_country_available_phone_number_voip.go index fdb9db471..3be2b05c6 100644 --- a/rest/api/v2010/model_api_v2010_account_available_phone_number_country_available_phone_number_voip.go +++ b/rest/api/v2010/model_api_v2010_account_available_phone_number_country_available_phone_number_voip.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_api_v2010_account_balance.go b/rest/api/v2010/model_api_v2010_account_balance.go index 7f853a865..e41e3cfc0 100644 --- a/rest/api/v2010/model_api_v2010_account_balance.go +++ b/rest/api/v2010/model_api_v2010_account_balance.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_api_v2010_account_call.go b/rest/api/v2010/model_api_v2010_account_call.go index 43415a163..2fe7decbe 100644 --- a/rest/api/v2010/model_api_v2010_account_call.go +++ b/rest/api/v2010/model_api_v2010_account_call.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_api_v2010_account_call_call_event.go b/rest/api/v2010/model_api_v2010_account_call_call_event.go index 029c36715..8f4db5164 100644 --- a/rest/api/v2010/model_api_v2010_account_call_call_event.go +++ b/rest/api/v2010/model_api_v2010_account_call_call_event.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_api_v2010_account_call_call_feedback.go b/rest/api/v2010/model_api_v2010_account_call_call_feedback.go index 90811f1ad..da0600da3 100644 --- a/rest/api/v2010/model_api_v2010_account_call_call_feedback.go +++ b/rest/api/v2010/model_api_v2010_account_call_call_feedback.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_api_v2010_account_call_call_feedback_summary.go b/rest/api/v2010/model_api_v2010_account_call_call_feedback_summary.go index a3e9ef2a8..9f58bcfeb 100644 --- a/rest/api/v2010/model_api_v2010_account_call_call_feedback_summary.go +++ b/rest/api/v2010/model_api_v2010_account_call_call_feedback_summary.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_api_v2010_account_call_call_notification.go b/rest/api/v2010/model_api_v2010_account_call_call_notification.go index 50947bec4..0fea10f7d 100644 --- a/rest/api/v2010/model_api_v2010_account_call_call_notification.go +++ b/rest/api/v2010/model_api_v2010_account_call_call_notification.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_api_v2010_account_call_call_notification_instance.go b/rest/api/v2010/model_api_v2010_account_call_call_notification_instance.go index a2e384822..a6e2640dd 100644 --- a/rest/api/v2010/model_api_v2010_account_call_call_notification_instance.go +++ b/rest/api/v2010/model_api_v2010_account_call_call_notification_instance.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_api_v2010_account_call_call_recording.go b/rest/api/v2010/model_api_v2010_account_call_call_recording.go index 98781d9c7..f45c14f90 100644 --- a/rest/api/v2010/model_api_v2010_account_call_call_recording.go +++ b/rest/api/v2010/model_api_v2010_account_call_call_recording.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_api_v2010_account_call_payments.go b/rest/api/v2010/model_api_v2010_account_call_payments.go index 08c9364e7..2d27d3829 100644 --- a/rest/api/v2010/model_api_v2010_account_call_payments.go +++ b/rest/api/v2010/model_api_v2010_account_call_payments.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_api_v2010_account_conference.go b/rest/api/v2010/model_api_v2010_account_conference.go index aebe40102..c2450d9c5 100644 --- a/rest/api/v2010/model_api_v2010_account_conference.go +++ b/rest/api/v2010/model_api_v2010_account_conference.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_api_v2010_account_conference_conference_recording.go b/rest/api/v2010/model_api_v2010_account_conference_conference_recording.go index 9230ed511..f3a4753fd 100644 --- a/rest/api/v2010/model_api_v2010_account_conference_conference_recording.go +++ b/rest/api/v2010/model_api_v2010_account_conference_conference_recording.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_api_v2010_account_conference_participant.go b/rest/api/v2010/model_api_v2010_account_conference_participant.go index e424c0b23..6eb87d0fe 100644 --- a/rest/api/v2010/model_api_v2010_account_conference_participant.go +++ b/rest/api/v2010/model_api_v2010_account_conference_participant.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_api_v2010_account_connect_app.go b/rest/api/v2010/model_api_v2010_account_connect_app.go index 96ad0e6e0..5617acba6 100644 --- a/rest/api/v2010/model_api_v2010_account_connect_app.go +++ b/rest/api/v2010/model_api_v2010_account_connect_app.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_api_v2010_account_incoming_phone_number.go b/rest/api/v2010/model_api_v2010_account_incoming_phone_number.go index 95d3775d7..b7ebf23c3 100644 --- a/rest/api/v2010/model_api_v2010_account_incoming_phone_number.go +++ b/rest/api/v2010/model_api_v2010_account_incoming_phone_number.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_api_v2010_account_incoming_phone_number_capabilities.go b/rest/api/v2010/model_api_v2010_account_incoming_phone_number_capabilities.go index 328a2ca9f..bae6a4e8e 100644 --- a/rest/api/v2010/model_api_v2010_account_incoming_phone_number_capabilities.go +++ b/rest/api/v2010/model_api_v2010_account_incoming_phone_number_capabilities.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_api_v2010_account_incoming_phone_number_incoming_phone_number_assigned_add_on.go b/rest/api/v2010/model_api_v2010_account_incoming_phone_number_incoming_phone_number_assigned_add_on.go index d6d8796b3..47858acf0 100644 --- a/rest/api/v2010/model_api_v2010_account_incoming_phone_number_incoming_phone_number_assigned_add_on.go +++ b/rest/api/v2010/model_api_v2010_account_incoming_phone_number_incoming_phone_number_assigned_add_on.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_api_v2010_account_incoming_phone_number_incoming_phone_number_assigned_add_on_incoming_phone_number_assigned_add_on_extension.go b/rest/api/v2010/model_api_v2010_account_incoming_phone_number_incoming_phone_number_assigned_add_on_incoming_phone_number_assigned_add_on_extension.go index 1673488bd..0914263de 100644 --- a/rest/api/v2010/model_api_v2010_account_incoming_phone_number_incoming_phone_number_assigned_add_on_incoming_phone_number_assigned_add_on_extension.go +++ b/rest/api/v2010/model_api_v2010_account_incoming_phone_number_incoming_phone_number_assigned_add_on_incoming_phone_number_assigned_add_on_extension.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_api_v2010_account_incoming_phone_number_incoming_phone_number_local.go b/rest/api/v2010/model_api_v2010_account_incoming_phone_number_incoming_phone_number_local.go index 9efa16988..32a635858 100644 --- a/rest/api/v2010/model_api_v2010_account_incoming_phone_number_incoming_phone_number_local.go +++ b/rest/api/v2010/model_api_v2010_account_incoming_phone_number_incoming_phone_number_local.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_api_v2010_account_incoming_phone_number_incoming_phone_number_mobile.go b/rest/api/v2010/model_api_v2010_account_incoming_phone_number_incoming_phone_number_mobile.go index e169400c1..fb033f89d 100644 --- a/rest/api/v2010/model_api_v2010_account_incoming_phone_number_incoming_phone_number_mobile.go +++ b/rest/api/v2010/model_api_v2010_account_incoming_phone_number_incoming_phone_number_mobile.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_api_v2010_account_incoming_phone_number_incoming_phone_number_toll_free.go b/rest/api/v2010/model_api_v2010_account_incoming_phone_number_incoming_phone_number_toll_free.go index a95a55f41..65817b56d 100644 --- a/rest/api/v2010/model_api_v2010_account_incoming_phone_number_incoming_phone_number_toll_free.go +++ b/rest/api/v2010/model_api_v2010_account_incoming_phone_number_incoming_phone_number_toll_free.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_api_v2010_account_key.go b/rest/api/v2010/model_api_v2010_account_key.go index f86e5870d..c02e18fbc 100644 --- a/rest/api/v2010/model_api_v2010_account_key.go +++ b/rest/api/v2010/model_api_v2010_account_key.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_api_v2010_account_message.go b/rest/api/v2010/model_api_v2010_account_message.go index 30a87112a..5aaf04dd3 100644 --- a/rest/api/v2010/model_api_v2010_account_message.go +++ b/rest/api/v2010/model_api_v2010_account_message.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_api_v2010_account_message_media.go b/rest/api/v2010/model_api_v2010_account_message_media.go index 9f2efebbb..bc1e09a0f 100644 --- a/rest/api/v2010/model_api_v2010_account_message_media.go +++ b/rest/api/v2010/model_api_v2010_account_message_media.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_api_v2010_account_message_message_feedback.go b/rest/api/v2010/model_api_v2010_account_message_message_feedback.go index 54a9f530e..7f23267fd 100644 --- a/rest/api/v2010/model_api_v2010_account_message_message_feedback.go +++ b/rest/api/v2010/model_api_v2010_account_message_message_feedback.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_api_v2010_account_new_key.go b/rest/api/v2010/model_api_v2010_account_new_key.go index 0dd03db2e..a5f8daf54 100644 --- a/rest/api/v2010/model_api_v2010_account_new_key.go +++ b/rest/api/v2010/model_api_v2010_account_new_key.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_api_v2010_account_new_signing_key.go b/rest/api/v2010/model_api_v2010_account_new_signing_key.go index f9ed90709..58e8a8411 100644 --- a/rest/api/v2010/model_api_v2010_account_new_signing_key.go +++ b/rest/api/v2010/model_api_v2010_account_new_signing_key.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_api_v2010_account_notification.go b/rest/api/v2010/model_api_v2010_account_notification.go index f00b7d3e3..75d5921c1 100644 --- a/rest/api/v2010/model_api_v2010_account_notification.go +++ b/rest/api/v2010/model_api_v2010_account_notification.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_api_v2010_account_notification_instance.go b/rest/api/v2010/model_api_v2010_account_notification_instance.go index a741acffb..7e12fe864 100644 --- a/rest/api/v2010/model_api_v2010_account_notification_instance.go +++ b/rest/api/v2010/model_api_v2010_account_notification_instance.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_api_v2010_account_outgoing_caller_id.go b/rest/api/v2010/model_api_v2010_account_outgoing_caller_id.go index 810499fe1..276c409dd 100644 --- a/rest/api/v2010/model_api_v2010_account_outgoing_caller_id.go +++ b/rest/api/v2010/model_api_v2010_account_outgoing_caller_id.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_api_v2010_account_queue.go b/rest/api/v2010/model_api_v2010_account_queue.go index f29154c02..7845c9c78 100644 --- a/rest/api/v2010/model_api_v2010_account_queue.go +++ b/rest/api/v2010/model_api_v2010_account_queue.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_api_v2010_account_queue_member.go b/rest/api/v2010/model_api_v2010_account_queue_member.go index 6ccf377ed..fc6585fbf 100644 --- a/rest/api/v2010/model_api_v2010_account_queue_member.go +++ b/rest/api/v2010/model_api_v2010_account_queue_member.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_api_v2010_account_recording.go b/rest/api/v2010/model_api_v2010_account_recording.go index 12bc68af6..8f45147a8 100644 --- a/rest/api/v2010/model_api_v2010_account_recording.go +++ b/rest/api/v2010/model_api_v2010_account_recording.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_api_v2010_account_recording_recording_add_on_result.go b/rest/api/v2010/model_api_v2010_account_recording_recording_add_on_result.go index 036d80766..fa4455f67 100644 --- a/rest/api/v2010/model_api_v2010_account_recording_recording_add_on_result.go +++ b/rest/api/v2010/model_api_v2010_account_recording_recording_add_on_result.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_api_v2010_account_recording_recording_add_on_result_recording_add_on_result_payload.go b/rest/api/v2010/model_api_v2010_account_recording_recording_add_on_result_recording_add_on_result_payload.go index 77e4497ab..c2b8c66d5 100644 --- a/rest/api/v2010/model_api_v2010_account_recording_recording_add_on_result_recording_add_on_result_payload.go +++ b/rest/api/v2010/model_api_v2010_account_recording_recording_add_on_result_recording_add_on_result_payload.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_api_v2010_account_recording_recording_transcription.go b/rest/api/v2010/model_api_v2010_account_recording_recording_transcription.go index ff945761a..c03a2f9bf 100644 --- a/rest/api/v2010/model_api_v2010_account_recording_recording_transcription.go +++ b/rest/api/v2010/model_api_v2010_account_recording_recording_transcription.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_api_v2010_account_short_code.go b/rest/api/v2010/model_api_v2010_account_short_code.go index 646a7074e..03bfa8c60 100644 --- a/rest/api/v2010/model_api_v2010_account_short_code.go +++ b/rest/api/v2010/model_api_v2010_account_short_code.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_api_v2010_account_signing_key.go b/rest/api/v2010/model_api_v2010_account_signing_key.go index 6a693a02f..7a0c8df2d 100644 --- a/rest/api/v2010/model_api_v2010_account_signing_key.go +++ b/rest/api/v2010/model_api_v2010_account_signing_key.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_api_v2010_account_sip_sip_credential_list.go b/rest/api/v2010/model_api_v2010_account_sip_sip_credential_list.go index b337f1a6d..b93c695d2 100644 --- a/rest/api/v2010/model_api_v2010_account_sip_sip_credential_list.go +++ b/rest/api/v2010/model_api_v2010_account_sip_sip_credential_list.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_api_v2010_account_sip_sip_credential_list_sip_credential.go b/rest/api/v2010/model_api_v2010_account_sip_sip_credential_list_sip_credential.go index 3054d6af9..12bc7c183 100644 --- a/rest/api/v2010/model_api_v2010_account_sip_sip_credential_list_sip_credential.go +++ b/rest/api/v2010/model_api_v2010_account_sip_sip_credential_list_sip_credential.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_api_v2010_account_sip_sip_domain.go b/rest/api/v2010/model_api_v2010_account_sip_sip_domain.go index bf9065718..ba4f2cf51 100644 --- a/rest/api/v2010/model_api_v2010_account_sip_sip_domain.go +++ b/rest/api/v2010/model_api_v2010_account_sip_sip_domain.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_api_v2010_account_sip_sip_domain_sip_auth_sip_auth_calls_sip_auth_calls_credential_list_mapping.go b/rest/api/v2010/model_api_v2010_account_sip_sip_domain_sip_auth_sip_auth_calls_sip_auth_calls_credential_list_mapping.go index 62022fbeb..9507be395 100644 --- a/rest/api/v2010/model_api_v2010_account_sip_sip_domain_sip_auth_sip_auth_calls_sip_auth_calls_credential_list_mapping.go +++ b/rest/api/v2010/model_api_v2010_account_sip_sip_domain_sip_auth_sip_auth_calls_sip_auth_calls_credential_list_mapping.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_api_v2010_account_sip_sip_domain_sip_auth_sip_auth_calls_sip_auth_calls_ip_access_control_list_mapping.go b/rest/api/v2010/model_api_v2010_account_sip_sip_domain_sip_auth_sip_auth_calls_sip_auth_calls_ip_access_control_list_mapping.go index da975bad1..2baf3a59d 100644 --- a/rest/api/v2010/model_api_v2010_account_sip_sip_domain_sip_auth_sip_auth_calls_sip_auth_calls_ip_access_control_list_mapping.go +++ b/rest/api/v2010/model_api_v2010_account_sip_sip_domain_sip_auth_sip_auth_calls_sip_auth_calls_ip_access_control_list_mapping.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_api_v2010_account_sip_sip_domain_sip_auth_sip_auth_registrations_sip_auth_registrations_credential_list_mapping.go b/rest/api/v2010/model_api_v2010_account_sip_sip_domain_sip_auth_sip_auth_registrations_sip_auth_registrations_credential_list_mapping.go index 8d88e0597..b9c3e4680 100644 --- a/rest/api/v2010/model_api_v2010_account_sip_sip_domain_sip_auth_sip_auth_registrations_sip_auth_registrations_credential_list_mapping.go +++ b/rest/api/v2010/model_api_v2010_account_sip_sip_domain_sip_auth_sip_auth_registrations_sip_auth_registrations_credential_list_mapping.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_api_v2010_account_sip_sip_domain_sip_credential_list_mapping.go b/rest/api/v2010/model_api_v2010_account_sip_sip_domain_sip_credential_list_mapping.go index 84b0ac91d..3db949524 100644 --- a/rest/api/v2010/model_api_v2010_account_sip_sip_domain_sip_credential_list_mapping.go +++ b/rest/api/v2010/model_api_v2010_account_sip_sip_domain_sip_credential_list_mapping.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_api_v2010_account_sip_sip_domain_sip_ip_access_control_list_mapping.go b/rest/api/v2010/model_api_v2010_account_sip_sip_domain_sip_ip_access_control_list_mapping.go index c91e491c5..56a5a65bd 100644 --- a/rest/api/v2010/model_api_v2010_account_sip_sip_domain_sip_ip_access_control_list_mapping.go +++ b/rest/api/v2010/model_api_v2010_account_sip_sip_domain_sip_ip_access_control_list_mapping.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_api_v2010_account_sip_sip_ip_access_control_list.go b/rest/api/v2010/model_api_v2010_account_sip_sip_ip_access_control_list.go index 08123a779..78967e9c8 100644 --- a/rest/api/v2010/model_api_v2010_account_sip_sip_ip_access_control_list.go +++ b/rest/api/v2010/model_api_v2010_account_sip_sip_ip_access_control_list.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_api_v2010_account_sip_sip_ip_access_control_list_sip_ip_address.go b/rest/api/v2010/model_api_v2010_account_sip_sip_ip_access_control_list_sip_ip_address.go index 8b78cf87d..85671e377 100644 --- a/rest/api/v2010/model_api_v2010_account_sip_sip_ip_access_control_list_sip_ip_address.go +++ b/rest/api/v2010/model_api_v2010_account_sip_sip_ip_access_control_list_sip_ip_address.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_api_v2010_account_token.go b/rest/api/v2010/model_api_v2010_account_token.go index 9e9e57cb9..bcd9a2e46 100644 --- a/rest/api/v2010/model_api_v2010_account_token.go +++ b/rest/api/v2010/model_api_v2010_account_token.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_api_v2010_account_token_ice_servers.go b/rest/api/v2010/model_api_v2010_account_token_ice_servers.go index 8c030ea78..c115245b7 100644 --- a/rest/api/v2010/model_api_v2010_account_token_ice_servers.go +++ b/rest/api/v2010/model_api_v2010_account_token_ice_servers.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_api_v2010_account_transcription.go b/rest/api/v2010/model_api_v2010_account_transcription.go index 99a5f14df..980bc7df9 100644 --- a/rest/api/v2010/model_api_v2010_account_transcription.go +++ b/rest/api/v2010/model_api_v2010_account_transcription.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_api_v2010_account_usage_usage_record.go b/rest/api/v2010/model_api_v2010_account_usage_usage_record.go index b688ca013..a5d719168 100644 --- a/rest/api/v2010/model_api_v2010_account_usage_usage_record.go +++ b/rest/api/v2010/model_api_v2010_account_usage_usage_record.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_api_v2010_account_usage_usage_record_usage_record_all_time.go b/rest/api/v2010/model_api_v2010_account_usage_usage_record_usage_record_all_time.go index 4eb3bddbf..6360985a5 100644 --- a/rest/api/v2010/model_api_v2010_account_usage_usage_record_usage_record_all_time.go +++ b/rest/api/v2010/model_api_v2010_account_usage_usage_record_usage_record_all_time.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_api_v2010_account_usage_usage_record_usage_record_daily.go b/rest/api/v2010/model_api_v2010_account_usage_usage_record_usage_record_daily.go index 5fca36afe..9729e851e 100644 --- a/rest/api/v2010/model_api_v2010_account_usage_usage_record_usage_record_daily.go +++ b/rest/api/v2010/model_api_v2010_account_usage_usage_record_usage_record_daily.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_api_v2010_account_usage_usage_record_usage_record_last_month.go b/rest/api/v2010/model_api_v2010_account_usage_usage_record_usage_record_last_month.go index 5852fc6f1..fb3fe481d 100644 --- a/rest/api/v2010/model_api_v2010_account_usage_usage_record_usage_record_last_month.go +++ b/rest/api/v2010/model_api_v2010_account_usage_usage_record_usage_record_last_month.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_api_v2010_account_usage_usage_record_usage_record_monthly.go b/rest/api/v2010/model_api_v2010_account_usage_usage_record_usage_record_monthly.go index c4e676370..b2ff9d5e0 100644 --- a/rest/api/v2010/model_api_v2010_account_usage_usage_record_usage_record_monthly.go +++ b/rest/api/v2010/model_api_v2010_account_usage_usage_record_usage_record_monthly.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_api_v2010_account_usage_usage_record_usage_record_this_month.go b/rest/api/v2010/model_api_v2010_account_usage_usage_record_usage_record_this_month.go index 84a840c2a..77d3787f1 100644 --- a/rest/api/v2010/model_api_v2010_account_usage_usage_record_usage_record_this_month.go +++ b/rest/api/v2010/model_api_v2010_account_usage_usage_record_usage_record_this_month.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_api_v2010_account_usage_usage_record_usage_record_today.go b/rest/api/v2010/model_api_v2010_account_usage_usage_record_usage_record_today.go index b304d22b8..14534b78f 100644 --- a/rest/api/v2010/model_api_v2010_account_usage_usage_record_usage_record_today.go +++ b/rest/api/v2010/model_api_v2010_account_usage_usage_record_usage_record_today.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_api_v2010_account_usage_usage_record_usage_record_yearly.go b/rest/api/v2010/model_api_v2010_account_usage_usage_record_usage_record_yearly.go index 50905354a..75f8e783d 100644 --- a/rest/api/v2010/model_api_v2010_account_usage_usage_record_usage_record_yearly.go +++ b/rest/api/v2010/model_api_v2010_account_usage_usage_record_usage_record_yearly.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_api_v2010_account_usage_usage_record_usage_record_yesterday.go b/rest/api/v2010/model_api_v2010_account_usage_usage_record_usage_record_yesterday.go index a146ca4c8..25b2e7c99 100644 --- a/rest/api/v2010/model_api_v2010_account_usage_usage_record_usage_record_yesterday.go +++ b/rest/api/v2010/model_api_v2010_account_usage_usage_record_usage_record_yesterday.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_api_v2010_account_usage_usage_trigger.go b/rest/api/v2010/model_api_v2010_account_usage_usage_trigger.go index 3f22f390e..c91262bca 100644 --- a/rest/api/v2010/model_api_v2010_account_usage_usage_trigger.go +++ b/rest/api/v2010/model_api_v2010_account_usage_usage_trigger.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_api_v2010_account_validation_request.go b/rest/api/v2010/model_api_v2010_account_validation_request.go index d0f9116c7..99416c1ce 100644 --- a/rest/api/v2010/model_api_v2010_account_validation_request.go +++ b/rest/api/v2010/model_api_v2010_account_validation_request.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_list_account_response.go b/rest/api/v2010/model_list_account_response.go index b14565bf9..2f031490a 100644 --- a/rest/api/v2010/model_list_account_response.go +++ b/rest/api/v2010/model_list_account_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_list_address_response.go b/rest/api/v2010/model_list_address_response.go index 1fb8932d9..7be8fd2c0 100644 --- a/rest/api/v2010/model_list_address_response.go +++ b/rest/api/v2010/model_list_address_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_list_application_response.go b/rest/api/v2010/model_list_application_response.go index d1e3984f9..5e1b61ccb 100644 --- a/rest/api/v2010/model_list_application_response.go +++ b/rest/api/v2010/model_list_application_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_list_authorized_connect_app_response.go b/rest/api/v2010/model_list_authorized_connect_app_response.go index 1d1f02967..9d652faf6 100644 --- a/rest/api/v2010/model_list_authorized_connect_app_response.go +++ b/rest/api/v2010/model_list_authorized_connect_app_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_list_available_phone_number_country_response.go b/rest/api/v2010/model_list_available_phone_number_country_response.go index 64d65ad48..20da8e356 100644 --- a/rest/api/v2010/model_list_available_phone_number_country_response.go +++ b/rest/api/v2010/model_list_available_phone_number_country_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_list_available_phone_number_local_response.go b/rest/api/v2010/model_list_available_phone_number_local_response.go index c741042f2..c0a9e9f2d 100644 --- a/rest/api/v2010/model_list_available_phone_number_local_response.go +++ b/rest/api/v2010/model_list_available_phone_number_local_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_list_available_phone_number_machine_to_machine_response.go b/rest/api/v2010/model_list_available_phone_number_machine_to_machine_response.go index fc3582073..b4d25dc1d 100644 --- a/rest/api/v2010/model_list_available_phone_number_machine_to_machine_response.go +++ b/rest/api/v2010/model_list_available_phone_number_machine_to_machine_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_list_available_phone_number_mobile_response.go b/rest/api/v2010/model_list_available_phone_number_mobile_response.go index 84f42f4ea..0a54f406d 100644 --- a/rest/api/v2010/model_list_available_phone_number_mobile_response.go +++ b/rest/api/v2010/model_list_available_phone_number_mobile_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_list_available_phone_number_national_response.go b/rest/api/v2010/model_list_available_phone_number_national_response.go index a7cc52833..78ab14369 100644 --- a/rest/api/v2010/model_list_available_phone_number_national_response.go +++ b/rest/api/v2010/model_list_available_phone_number_national_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_list_available_phone_number_shared_cost_response.go b/rest/api/v2010/model_list_available_phone_number_shared_cost_response.go index 370016844..988ce29b4 100644 --- a/rest/api/v2010/model_list_available_phone_number_shared_cost_response.go +++ b/rest/api/v2010/model_list_available_phone_number_shared_cost_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_list_available_phone_number_toll_free_response.go b/rest/api/v2010/model_list_available_phone_number_toll_free_response.go index f9f0c8938..8e16c33bb 100644 --- a/rest/api/v2010/model_list_available_phone_number_toll_free_response.go +++ b/rest/api/v2010/model_list_available_phone_number_toll_free_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_list_available_phone_number_voip_response.go b/rest/api/v2010/model_list_available_phone_number_voip_response.go index 1bd89034f..038ad86d0 100644 --- a/rest/api/v2010/model_list_available_phone_number_voip_response.go +++ b/rest/api/v2010/model_list_available_phone_number_voip_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_list_call_event_response.go b/rest/api/v2010/model_list_call_event_response.go index 7ca9b8ee2..6e60d37e2 100644 --- a/rest/api/v2010/model_list_call_event_response.go +++ b/rest/api/v2010/model_list_call_event_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_list_call_notification_response.go b/rest/api/v2010/model_list_call_notification_response.go index 4f2807338..b555c0d40 100644 --- a/rest/api/v2010/model_list_call_notification_response.go +++ b/rest/api/v2010/model_list_call_notification_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_list_call_recording_response.go b/rest/api/v2010/model_list_call_recording_response.go index e967191b7..fc454911b 100644 --- a/rest/api/v2010/model_list_call_recording_response.go +++ b/rest/api/v2010/model_list_call_recording_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_list_call_response.go b/rest/api/v2010/model_list_call_response.go index 21083f1f5..6a9f2ef99 100644 --- a/rest/api/v2010/model_list_call_response.go +++ b/rest/api/v2010/model_list_call_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_list_conference_recording_response.go b/rest/api/v2010/model_list_conference_recording_response.go index a1f8a287c..1756b5c0d 100644 --- a/rest/api/v2010/model_list_conference_recording_response.go +++ b/rest/api/v2010/model_list_conference_recording_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_list_conference_response.go b/rest/api/v2010/model_list_conference_response.go index 02b0b0f33..e7b46e7d0 100644 --- a/rest/api/v2010/model_list_conference_response.go +++ b/rest/api/v2010/model_list_conference_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_list_connect_app_response.go b/rest/api/v2010/model_list_connect_app_response.go index 105631a6c..9147d0fb6 100644 --- a/rest/api/v2010/model_list_connect_app_response.go +++ b/rest/api/v2010/model_list_connect_app_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_list_dependent_phone_number_response.go b/rest/api/v2010/model_list_dependent_phone_number_response.go index 27c3be6a8..bb5959acd 100644 --- a/rest/api/v2010/model_list_dependent_phone_number_response.go +++ b/rest/api/v2010/model_list_dependent_phone_number_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_list_incoming_phone_number_assigned_add_on_extension_response.go b/rest/api/v2010/model_list_incoming_phone_number_assigned_add_on_extension_response.go index 30d795328..b4cce0c28 100644 --- a/rest/api/v2010/model_list_incoming_phone_number_assigned_add_on_extension_response.go +++ b/rest/api/v2010/model_list_incoming_phone_number_assigned_add_on_extension_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_list_incoming_phone_number_assigned_add_on_response.go b/rest/api/v2010/model_list_incoming_phone_number_assigned_add_on_response.go index 871df4e27..e84b52b8e 100644 --- a/rest/api/v2010/model_list_incoming_phone_number_assigned_add_on_response.go +++ b/rest/api/v2010/model_list_incoming_phone_number_assigned_add_on_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_list_incoming_phone_number_local_response.go b/rest/api/v2010/model_list_incoming_phone_number_local_response.go index 119975537..06264375e 100644 --- a/rest/api/v2010/model_list_incoming_phone_number_local_response.go +++ b/rest/api/v2010/model_list_incoming_phone_number_local_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_list_incoming_phone_number_mobile_response.go b/rest/api/v2010/model_list_incoming_phone_number_mobile_response.go index 28d77c081..ea333544d 100644 --- a/rest/api/v2010/model_list_incoming_phone_number_mobile_response.go +++ b/rest/api/v2010/model_list_incoming_phone_number_mobile_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_list_incoming_phone_number_response.go b/rest/api/v2010/model_list_incoming_phone_number_response.go index e3f743f31..9644e1a39 100644 --- a/rest/api/v2010/model_list_incoming_phone_number_response.go +++ b/rest/api/v2010/model_list_incoming_phone_number_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_list_incoming_phone_number_toll_free_response.go b/rest/api/v2010/model_list_incoming_phone_number_toll_free_response.go index c2a898b66..d879dd38e 100644 --- a/rest/api/v2010/model_list_incoming_phone_number_toll_free_response.go +++ b/rest/api/v2010/model_list_incoming_phone_number_toll_free_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_list_key_response.go b/rest/api/v2010/model_list_key_response.go index f9c694174..011acdee4 100644 --- a/rest/api/v2010/model_list_key_response.go +++ b/rest/api/v2010/model_list_key_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_list_media_response.go b/rest/api/v2010/model_list_media_response.go index 13175bc13..978a00db4 100644 --- a/rest/api/v2010/model_list_media_response.go +++ b/rest/api/v2010/model_list_media_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_list_member_response.go b/rest/api/v2010/model_list_member_response.go index d8c4dd393..7a72174c2 100644 --- a/rest/api/v2010/model_list_member_response.go +++ b/rest/api/v2010/model_list_member_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_list_message_response.go b/rest/api/v2010/model_list_message_response.go index 6eb975160..9596238f7 100644 --- a/rest/api/v2010/model_list_message_response.go +++ b/rest/api/v2010/model_list_message_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_list_notification_response.go b/rest/api/v2010/model_list_notification_response.go index 4b11d9396..81f6081d6 100644 --- a/rest/api/v2010/model_list_notification_response.go +++ b/rest/api/v2010/model_list_notification_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_list_outgoing_caller_id_response.go b/rest/api/v2010/model_list_outgoing_caller_id_response.go index 173517855..ff8197f8e 100644 --- a/rest/api/v2010/model_list_outgoing_caller_id_response.go +++ b/rest/api/v2010/model_list_outgoing_caller_id_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_list_participant_response.go b/rest/api/v2010/model_list_participant_response.go index df88d70ba..d2cbcb7b5 100644 --- a/rest/api/v2010/model_list_participant_response.go +++ b/rest/api/v2010/model_list_participant_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_list_queue_response.go b/rest/api/v2010/model_list_queue_response.go index ccb41fe8d..2bee839f8 100644 --- a/rest/api/v2010/model_list_queue_response.go +++ b/rest/api/v2010/model_list_queue_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_list_recording_add_on_result_payload_response.go b/rest/api/v2010/model_list_recording_add_on_result_payload_response.go index fd73fbf87..13182357d 100644 --- a/rest/api/v2010/model_list_recording_add_on_result_payload_response.go +++ b/rest/api/v2010/model_list_recording_add_on_result_payload_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_list_recording_add_on_result_response.go b/rest/api/v2010/model_list_recording_add_on_result_response.go index 2e3e1736e..074c4466c 100644 --- a/rest/api/v2010/model_list_recording_add_on_result_response.go +++ b/rest/api/v2010/model_list_recording_add_on_result_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_list_recording_response.go b/rest/api/v2010/model_list_recording_response.go index b24cc9cbd..b7d121857 100644 --- a/rest/api/v2010/model_list_recording_response.go +++ b/rest/api/v2010/model_list_recording_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_list_recording_transcription_response.go b/rest/api/v2010/model_list_recording_transcription_response.go index eee3007bf..09fd6294a 100644 --- a/rest/api/v2010/model_list_recording_transcription_response.go +++ b/rest/api/v2010/model_list_recording_transcription_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_list_short_code_response.go b/rest/api/v2010/model_list_short_code_response.go index 310495dfb..7024eff5a 100644 --- a/rest/api/v2010/model_list_short_code_response.go +++ b/rest/api/v2010/model_list_short_code_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_list_signing_key_response.go b/rest/api/v2010/model_list_signing_key_response.go index 951fe06b6..df32bd074 100644 --- a/rest/api/v2010/model_list_signing_key_response.go +++ b/rest/api/v2010/model_list_signing_key_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_list_sip_auth_calls_credential_list_mapping_response.go b/rest/api/v2010/model_list_sip_auth_calls_credential_list_mapping_response.go index 7e5dda440..e3a566185 100644 --- a/rest/api/v2010/model_list_sip_auth_calls_credential_list_mapping_response.go +++ b/rest/api/v2010/model_list_sip_auth_calls_credential_list_mapping_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_list_sip_auth_calls_ip_access_control_list_mapping_response.go b/rest/api/v2010/model_list_sip_auth_calls_ip_access_control_list_mapping_response.go index 24f68d6fd..2e69e16eb 100644 --- a/rest/api/v2010/model_list_sip_auth_calls_ip_access_control_list_mapping_response.go +++ b/rest/api/v2010/model_list_sip_auth_calls_ip_access_control_list_mapping_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_list_sip_auth_registrations_credential_list_mapping_response.go b/rest/api/v2010/model_list_sip_auth_registrations_credential_list_mapping_response.go index 473d5b9ae..59f5c1f9d 100644 --- a/rest/api/v2010/model_list_sip_auth_registrations_credential_list_mapping_response.go +++ b/rest/api/v2010/model_list_sip_auth_registrations_credential_list_mapping_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_list_sip_credential_list_mapping_response.go b/rest/api/v2010/model_list_sip_credential_list_mapping_response.go index 7cffd3241..5f6a286b5 100644 --- a/rest/api/v2010/model_list_sip_credential_list_mapping_response.go +++ b/rest/api/v2010/model_list_sip_credential_list_mapping_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_list_sip_credential_list_response.go b/rest/api/v2010/model_list_sip_credential_list_response.go index b9e897209..0bdc1e4b2 100644 --- a/rest/api/v2010/model_list_sip_credential_list_response.go +++ b/rest/api/v2010/model_list_sip_credential_list_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_list_sip_credential_response.go b/rest/api/v2010/model_list_sip_credential_response.go index 2c044da2f..a15d2d8c6 100644 --- a/rest/api/v2010/model_list_sip_credential_response.go +++ b/rest/api/v2010/model_list_sip_credential_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_list_sip_domain_response.go b/rest/api/v2010/model_list_sip_domain_response.go index 025a1e40a..25a5317fc 100644 --- a/rest/api/v2010/model_list_sip_domain_response.go +++ b/rest/api/v2010/model_list_sip_domain_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_list_sip_ip_access_control_list_mapping_response.go b/rest/api/v2010/model_list_sip_ip_access_control_list_mapping_response.go index f0ee3c775..a18d93486 100644 --- a/rest/api/v2010/model_list_sip_ip_access_control_list_mapping_response.go +++ b/rest/api/v2010/model_list_sip_ip_access_control_list_mapping_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_list_sip_ip_access_control_list_response.go b/rest/api/v2010/model_list_sip_ip_access_control_list_response.go index 7b16f19af..ac3b81013 100644 --- a/rest/api/v2010/model_list_sip_ip_access_control_list_response.go +++ b/rest/api/v2010/model_list_sip_ip_access_control_list_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_list_sip_ip_address_response.go b/rest/api/v2010/model_list_sip_ip_address_response.go index b1189cb47..3289b5f2a 100644 --- a/rest/api/v2010/model_list_sip_ip_address_response.go +++ b/rest/api/v2010/model_list_sip_ip_address_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_list_transcription_response.go b/rest/api/v2010/model_list_transcription_response.go index ebffa4072..1c87226cc 100644 --- a/rest/api/v2010/model_list_transcription_response.go +++ b/rest/api/v2010/model_list_transcription_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_list_usage_record_all_time_response.go b/rest/api/v2010/model_list_usage_record_all_time_response.go index d2b8735ed..64e9db71e 100644 --- a/rest/api/v2010/model_list_usage_record_all_time_response.go +++ b/rest/api/v2010/model_list_usage_record_all_time_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_list_usage_record_daily_response.go b/rest/api/v2010/model_list_usage_record_daily_response.go index 5d97de9c8..f67895a8a 100644 --- a/rest/api/v2010/model_list_usage_record_daily_response.go +++ b/rest/api/v2010/model_list_usage_record_daily_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_list_usage_record_last_month_response.go b/rest/api/v2010/model_list_usage_record_last_month_response.go index 1d3d3e447..f07c28f33 100644 --- a/rest/api/v2010/model_list_usage_record_last_month_response.go +++ b/rest/api/v2010/model_list_usage_record_last_month_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_list_usage_record_monthly_response.go b/rest/api/v2010/model_list_usage_record_monthly_response.go index a449e0f5a..495a42e30 100644 --- a/rest/api/v2010/model_list_usage_record_monthly_response.go +++ b/rest/api/v2010/model_list_usage_record_monthly_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_list_usage_record_response.go b/rest/api/v2010/model_list_usage_record_response.go index d914f943c..faabfa16b 100644 --- a/rest/api/v2010/model_list_usage_record_response.go +++ b/rest/api/v2010/model_list_usage_record_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_list_usage_record_this_month_response.go b/rest/api/v2010/model_list_usage_record_this_month_response.go index a66cd5446..4772c38ea 100644 --- a/rest/api/v2010/model_list_usage_record_this_month_response.go +++ b/rest/api/v2010/model_list_usage_record_this_month_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_list_usage_record_today_response.go b/rest/api/v2010/model_list_usage_record_today_response.go index e5a110f82..6024d9313 100644 --- a/rest/api/v2010/model_list_usage_record_today_response.go +++ b/rest/api/v2010/model_list_usage_record_today_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_list_usage_record_yearly_response.go b/rest/api/v2010/model_list_usage_record_yearly_response.go index 15724653e..c85f1eddd 100644 --- a/rest/api/v2010/model_list_usage_record_yearly_response.go +++ b/rest/api/v2010/model_list_usage_record_yearly_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_list_usage_record_yesterday_response.go b/rest/api/v2010/model_list_usage_record_yesterday_response.go index 71d835901..754a25846 100644 --- a/rest/api/v2010/model_list_usage_record_yesterday_response.go +++ b/rest/api/v2010/model_list_usage_record_yesterday_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/api/v2010/model_list_usage_trigger_response.go b/rest/api/v2010/model_list_usage_trigger_response.go index 57822a8ec..3fe53162e 100644 --- a/rest/api/v2010/model_list_usage_trigger_response.go +++ b/rest/api/v2010/model_list_usage_trigger_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/autopilot/v1/README.md b/rest/autopilot/v1/README.md index 89f1ef384..4f713697f 100644 --- a/rest/autopilot/v1/README.md +++ b/rest/autopilot/v1/README.md @@ -5,7 +5,7 @@ This is the public Twilio REST API. ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project from the OpenAPI specs located at [twilio/twilio-oai](https://github.com/twilio/twilio-oai/tree/main/spec). By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client. -- API version: 1.18.0 +- API version: 1.19.0 - Package version: 1.0.0 - Build package: com.twilio.oai.TwilioGoGenerator For more information, please visit [https://support.twilio.com](https://support.twilio.com) diff --git a/rest/autopilot/v1/api_service.go b/rest/autopilot/v1/api_service.go index 579575223..8bcf0abb8 100644 --- a/rest/autopilot/v1/api_service.go +++ b/rest/autopilot/v1/api_service.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/autopilot/v1/assistants.go b/rest/autopilot/v1/assistants.go index 7fec05a76..af2668478 100644 --- a/rest/autopilot/v1/assistants.go +++ b/rest/autopilot/v1/assistants.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/autopilot/v1/assistants_defaults.go b/rest/autopilot/v1/assistants_defaults.go index 51d3c875b..2c3c54b77 100644 --- a/rest/autopilot/v1/assistants_defaults.go +++ b/rest/autopilot/v1/assistants_defaults.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/autopilot/v1/assistants_dialogues.go b/rest/autopilot/v1/assistants_dialogues.go index c8f28b057..268074a48 100644 --- a/rest/autopilot/v1/assistants_dialogues.go +++ b/rest/autopilot/v1/assistants_dialogues.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/autopilot/v1/assistants_field_types.go b/rest/autopilot/v1/assistants_field_types.go index a0411db2e..00583cd33 100644 --- a/rest/autopilot/v1/assistants_field_types.go +++ b/rest/autopilot/v1/assistants_field_types.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/autopilot/v1/assistants_field_types_field_values.go b/rest/autopilot/v1/assistants_field_types_field_values.go index bf0c0ee46..9d5cee551 100644 --- a/rest/autopilot/v1/assistants_field_types_field_values.go +++ b/rest/autopilot/v1/assistants_field_types_field_values.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/autopilot/v1/assistants_model_builds.go b/rest/autopilot/v1/assistants_model_builds.go index 79fd8b74b..42801d957 100644 --- a/rest/autopilot/v1/assistants_model_builds.go +++ b/rest/autopilot/v1/assistants_model_builds.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/autopilot/v1/assistants_queries.go b/rest/autopilot/v1/assistants_queries.go index 643d31d58..cdce6df27 100644 --- a/rest/autopilot/v1/assistants_queries.go +++ b/rest/autopilot/v1/assistants_queries.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/autopilot/v1/assistants_restore.go b/rest/autopilot/v1/assistants_restore.go index 8a65717f4..d81421e10 100644 --- a/rest/autopilot/v1/assistants_restore.go +++ b/rest/autopilot/v1/assistants_restore.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/autopilot/v1/assistants_style_sheet.go b/rest/autopilot/v1/assistants_style_sheet.go index b8b2f0cb2..b3c5c059e 100644 --- a/rest/autopilot/v1/assistants_style_sheet.go +++ b/rest/autopilot/v1/assistants_style_sheet.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/autopilot/v1/assistants_tasks.go b/rest/autopilot/v1/assistants_tasks.go index 4af2ad929..9825f38bb 100644 --- a/rest/autopilot/v1/assistants_tasks.go +++ b/rest/autopilot/v1/assistants_tasks.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/autopilot/v1/assistants_tasks_actions.go b/rest/autopilot/v1/assistants_tasks_actions.go index 30ae2160b..0e6f7c439 100644 --- a/rest/autopilot/v1/assistants_tasks_actions.go +++ b/rest/autopilot/v1/assistants_tasks_actions.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/autopilot/v1/assistants_tasks_fields.go b/rest/autopilot/v1/assistants_tasks_fields.go index e8b20ea7b..ca5b9fac1 100644 --- a/rest/autopilot/v1/assistants_tasks_fields.go +++ b/rest/autopilot/v1/assistants_tasks_fields.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/autopilot/v1/assistants_tasks_samples.go b/rest/autopilot/v1/assistants_tasks_samples.go index 97462e193..489943a46 100644 --- a/rest/autopilot/v1/assistants_tasks_samples.go +++ b/rest/autopilot/v1/assistants_tasks_samples.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/autopilot/v1/assistants_tasks_statistics.go b/rest/autopilot/v1/assistants_tasks_statistics.go index 3efaf07d5..dbd34b1f6 100644 --- a/rest/autopilot/v1/assistants_tasks_statistics.go +++ b/rest/autopilot/v1/assistants_tasks_statistics.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/autopilot/v1/assistants_webhooks.go b/rest/autopilot/v1/assistants_webhooks.go index a2e5b1852..21aacc06a 100644 --- a/rest/autopilot/v1/assistants_webhooks.go +++ b/rest/autopilot/v1/assistants_webhooks.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/autopilot/v1/model_autopilot_v1_assistant.go b/rest/autopilot/v1/model_autopilot_v1_assistant.go index 6d57a5266..e98991534 100644 --- a/rest/autopilot/v1/model_autopilot_v1_assistant.go +++ b/rest/autopilot/v1/model_autopilot_v1_assistant.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/autopilot/v1/model_autopilot_v1_assistant_defaults.go b/rest/autopilot/v1/model_autopilot_v1_assistant_defaults.go index 40271887f..64113256e 100644 --- a/rest/autopilot/v1/model_autopilot_v1_assistant_defaults.go +++ b/rest/autopilot/v1/model_autopilot_v1_assistant_defaults.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/autopilot/v1/model_autopilot_v1_assistant_dialogue.go b/rest/autopilot/v1/model_autopilot_v1_assistant_dialogue.go index 426019b37..141b5956a 100644 --- a/rest/autopilot/v1/model_autopilot_v1_assistant_dialogue.go +++ b/rest/autopilot/v1/model_autopilot_v1_assistant_dialogue.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/autopilot/v1/model_autopilot_v1_assistant_field_type.go b/rest/autopilot/v1/model_autopilot_v1_assistant_field_type.go index 7d24cf713..db01fdfd2 100644 --- a/rest/autopilot/v1/model_autopilot_v1_assistant_field_type.go +++ b/rest/autopilot/v1/model_autopilot_v1_assistant_field_type.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/autopilot/v1/model_autopilot_v1_assistant_field_type_field_value.go b/rest/autopilot/v1/model_autopilot_v1_assistant_field_type_field_value.go index 3b3a5a5b2..92949a301 100644 --- a/rest/autopilot/v1/model_autopilot_v1_assistant_field_type_field_value.go +++ b/rest/autopilot/v1/model_autopilot_v1_assistant_field_type_field_value.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/autopilot/v1/model_autopilot_v1_assistant_model_build.go b/rest/autopilot/v1/model_autopilot_v1_assistant_model_build.go index 9f9d1c26c..86386ea5d 100644 --- a/rest/autopilot/v1/model_autopilot_v1_assistant_model_build.go +++ b/rest/autopilot/v1/model_autopilot_v1_assistant_model_build.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/autopilot/v1/model_autopilot_v1_assistant_query.go b/rest/autopilot/v1/model_autopilot_v1_assistant_query.go index d27b056e9..dbf3777ad 100644 --- a/rest/autopilot/v1/model_autopilot_v1_assistant_query.go +++ b/rest/autopilot/v1/model_autopilot_v1_assistant_query.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/autopilot/v1/model_autopilot_v1_assistant_style_sheet.go b/rest/autopilot/v1/model_autopilot_v1_assistant_style_sheet.go index 6466ddc9a..efa1fc0f1 100644 --- a/rest/autopilot/v1/model_autopilot_v1_assistant_style_sheet.go +++ b/rest/autopilot/v1/model_autopilot_v1_assistant_style_sheet.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/autopilot/v1/model_autopilot_v1_assistant_task.go b/rest/autopilot/v1/model_autopilot_v1_assistant_task.go index cd47572b9..af897b12c 100644 --- a/rest/autopilot/v1/model_autopilot_v1_assistant_task.go +++ b/rest/autopilot/v1/model_autopilot_v1_assistant_task.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/autopilot/v1/model_autopilot_v1_assistant_task_field.go b/rest/autopilot/v1/model_autopilot_v1_assistant_task_field.go index fa64b5225..475a0816c 100644 --- a/rest/autopilot/v1/model_autopilot_v1_assistant_task_field.go +++ b/rest/autopilot/v1/model_autopilot_v1_assistant_task_field.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/autopilot/v1/model_autopilot_v1_assistant_task_sample.go b/rest/autopilot/v1/model_autopilot_v1_assistant_task_sample.go index c02ad03ff..8c036d972 100644 --- a/rest/autopilot/v1/model_autopilot_v1_assistant_task_sample.go +++ b/rest/autopilot/v1/model_autopilot_v1_assistant_task_sample.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/autopilot/v1/model_autopilot_v1_assistant_task_task_actions.go b/rest/autopilot/v1/model_autopilot_v1_assistant_task_task_actions.go index 05c4f8464..61d2d9b1d 100644 --- a/rest/autopilot/v1/model_autopilot_v1_assistant_task_task_actions.go +++ b/rest/autopilot/v1/model_autopilot_v1_assistant_task_task_actions.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/autopilot/v1/model_autopilot_v1_assistant_task_task_statistics.go b/rest/autopilot/v1/model_autopilot_v1_assistant_task_task_statistics.go index 62005cc6f..c1fcdf7ce 100644 --- a/rest/autopilot/v1/model_autopilot_v1_assistant_task_task_statistics.go +++ b/rest/autopilot/v1/model_autopilot_v1_assistant_task_task_statistics.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/autopilot/v1/model_autopilot_v1_assistant_webhook.go b/rest/autopilot/v1/model_autopilot_v1_assistant_webhook.go index 722530a57..be77d583a 100644 --- a/rest/autopilot/v1/model_autopilot_v1_assistant_webhook.go +++ b/rest/autopilot/v1/model_autopilot_v1_assistant_webhook.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/autopilot/v1/model_autopilot_v1_restore_assistant.go b/rest/autopilot/v1/model_autopilot_v1_restore_assistant.go index c8d82f55c..e368f062b 100644 --- a/rest/autopilot/v1/model_autopilot_v1_restore_assistant.go +++ b/rest/autopilot/v1/model_autopilot_v1_restore_assistant.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/autopilot/v1/model_list_assistant_response.go b/rest/autopilot/v1/model_list_assistant_response.go index 2735e7754..c0a9f0981 100644 --- a/rest/autopilot/v1/model_list_assistant_response.go +++ b/rest/autopilot/v1/model_list_assistant_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/autopilot/v1/model_list_assistant_response_meta.go b/rest/autopilot/v1/model_list_assistant_response_meta.go index c0ab0239f..0e8dcd583 100644 --- a/rest/autopilot/v1/model_list_assistant_response_meta.go +++ b/rest/autopilot/v1/model_list_assistant_response_meta.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/autopilot/v1/model_list_field_response.go b/rest/autopilot/v1/model_list_field_response.go index cc375702f..6676d8242 100644 --- a/rest/autopilot/v1/model_list_field_response.go +++ b/rest/autopilot/v1/model_list_field_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/autopilot/v1/model_list_field_type_response.go b/rest/autopilot/v1/model_list_field_type_response.go index 5bd280709..5636613d5 100644 --- a/rest/autopilot/v1/model_list_field_type_response.go +++ b/rest/autopilot/v1/model_list_field_type_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/autopilot/v1/model_list_field_value_response.go b/rest/autopilot/v1/model_list_field_value_response.go index 394b7d9b9..a7f97b11e 100644 --- a/rest/autopilot/v1/model_list_field_value_response.go +++ b/rest/autopilot/v1/model_list_field_value_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/autopilot/v1/model_list_model_build_response.go b/rest/autopilot/v1/model_list_model_build_response.go index f8210464f..a14c68ce3 100644 --- a/rest/autopilot/v1/model_list_model_build_response.go +++ b/rest/autopilot/v1/model_list_model_build_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/autopilot/v1/model_list_query_response.go b/rest/autopilot/v1/model_list_query_response.go index a10c305a9..030afd579 100644 --- a/rest/autopilot/v1/model_list_query_response.go +++ b/rest/autopilot/v1/model_list_query_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/autopilot/v1/model_list_sample_response.go b/rest/autopilot/v1/model_list_sample_response.go index 5f1677203..0bbaed05b 100644 --- a/rest/autopilot/v1/model_list_sample_response.go +++ b/rest/autopilot/v1/model_list_sample_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/autopilot/v1/model_list_task_response.go b/rest/autopilot/v1/model_list_task_response.go index 489112644..f537c5a8f 100644 --- a/rest/autopilot/v1/model_list_task_response.go +++ b/rest/autopilot/v1/model_list_task_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/autopilot/v1/model_list_webhook_response.go b/rest/autopilot/v1/model_list_webhook_response.go index fa7e8ae32..9a4b59f1b 100644 --- a/rest/autopilot/v1/model_list_webhook_response.go +++ b/rest/autopilot/v1/model_list_webhook_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/bulkexports/v1/README.md b/rest/bulkexports/v1/README.md index 85537de93..e34948b30 100644 --- a/rest/bulkexports/v1/README.md +++ b/rest/bulkexports/v1/README.md @@ -5,7 +5,7 @@ This is the public Twilio REST API. ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project from the OpenAPI specs located at [twilio/twilio-oai](https://github.com/twilio/twilio-oai/tree/main/spec). By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client. -- API version: 1.18.0 +- API version: 1.19.0 - Package version: 1.0.0 - Build package: com.twilio.oai.TwilioGoGenerator For more information, please visit [https://support.twilio.com](https://support.twilio.com) diff --git a/rest/bulkexports/v1/api_service.go b/rest/bulkexports/v1/api_service.go index 76d50c563..4345afd71 100644 --- a/rest/bulkexports/v1/api_service.go +++ b/rest/bulkexports/v1/api_service.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/bulkexports/v1/exports.go b/rest/bulkexports/v1/exports.go index 5325971f5..3ca746042 100644 --- a/rest/bulkexports/v1/exports.go +++ b/rest/bulkexports/v1/exports.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/bulkexports/v1/exports_configuration.go b/rest/bulkexports/v1/exports_configuration.go index bbb15a91b..56b427380 100644 --- a/rest/bulkexports/v1/exports_configuration.go +++ b/rest/bulkexports/v1/exports_configuration.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/bulkexports/v1/exports_days.go b/rest/bulkexports/v1/exports_days.go index 76db12436..8d608a39e 100644 --- a/rest/bulkexports/v1/exports_days.go +++ b/rest/bulkexports/v1/exports_days.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/bulkexports/v1/exports_jobs.go b/rest/bulkexports/v1/exports_jobs.go index 9b7e46595..1aaf9f01e 100644 --- a/rest/bulkexports/v1/exports_jobs.go +++ b/rest/bulkexports/v1/exports_jobs.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/bulkexports/v1/model_bulkexports_v1_export.go b/rest/bulkexports/v1/model_bulkexports_v1_export.go index 1fc929e46..f5fde8e03 100644 --- a/rest/bulkexports/v1/model_bulkexports_v1_export.go +++ b/rest/bulkexports/v1/model_bulkexports_v1_export.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/bulkexports/v1/model_bulkexports_v1_export_configuration.go b/rest/bulkexports/v1/model_bulkexports_v1_export_configuration.go index 26b8d6d85..1ec878c8b 100644 --- a/rest/bulkexports/v1/model_bulkexports_v1_export_configuration.go +++ b/rest/bulkexports/v1/model_bulkexports_v1_export_configuration.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/bulkexports/v1/model_bulkexports_v1_export_day.go b/rest/bulkexports/v1/model_bulkexports_v1_export_day.go index 36eaf7f63..845396e5f 100644 --- a/rest/bulkexports/v1/model_bulkexports_v1_export_day.go +++ b/rest/bulkexports/v1/model_bulkexports_v1_export_day.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/bulkexports/v1/model_bulkexports_v1_export_day_instance.go b/rest/bulkexports/v1/model_bulkexports_v1_export_day_instance.go index 5dd0a79ce..cd47e61e5 100644 --- a/rest/bulkexports/v1/model_bulkexports_v1_export_day_instance.go +++ b/rest/bulkexports/v1/model_bulkexports_v1_export_day_instance.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/bulkexports/v1/model_bulkexports_v1_export_export_custom_job.go b/rest/bulkexports/v1/model_bulkexports_v1_export_export_custom_job.go index c66ee69b9..ff8ea511d 100644 --- a/rest/bulkexports/v1/model_bulkexports_v1_export_export_custom_job.go +++ b/rest/bulkexports/v1/model_bulkexports_v1_export_export_custom_job.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/bulkexports/v1/model_bulkexports_v1_export_job.go b/rest/bulkexports/v1/model_bulkexports_v1_export_job.go index 1f8e9a7af..8377ed028 100644 --- a/rest/bulkexports/v1/model_bulkexports_v1_export_job.go +++ b/rest/bulkexports/v1/model_bulkexports_v1_export_job.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/bulkexports/v1/model_list_day_response.go b/rest/bulkexports/v1/model_list_day_response.go index ac817105b..6aea655f3 100644 --- a/rest/bulkexports/v1/model_list_day_response.go +++ b/rest/bulkexports/v1/model_list_day_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/bulkexports/v1/model_list_day_response_meta.go b/rest/bulkexports/v1/model_list_day_response_meta.go index 4ca596624..09b14e589 100644 --- a/rest/bulkexports/v1/model_list_day_response_meta.go +++ b/rest/bulkexports/v1/model_list_day_response_meta.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/bulkexports/v1/model_list_export_custom_job_response.go b/rest/bulkexports/v1/model_list_export_custom_job_response.go index 32872713c..c8aea5795 100644 --- a/rest/bulkexports/v1/model_list_export_custom_job_response.go +++ b/rest/bulkexports/v1/model_list_export_custom_job_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/chat/v1/README.md b/rest/chat/v1/README.md index c14b840fb..e0a31f037 100644 --- a/rest/chat/v1/README.md +++ b/rest/chat/v1/README.md @@ -5,7 +5,7 @@ This is the public Twilio REST API. ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project from the OpenAPI specs located at [twilio/twilio-oai](https://github.com/twilio/twilio-oai/tree/main/spec). By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client. -- API version: 1.18.0 +- API version: 1.19.0 - Package version: 1.0.0 - Build package: com.twilio.oai.TwilioGoGenerator For more information, please visit [https://support.twilio.com](https://support.twilio.com) diff --git a/rest/chat/v1/api_service.go b/rest/chat/v1/api_service.go index 17e119c24..6e4592b80 100644 --- a/rest/chat/v1/api_service.go +++ b/rest/chat/v1/api_service.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/chat/v1/credentials.go b/rest/chat/v1/credentials.go index e611594f4..aa5e5904f 100644 --- a/rest/chat/v1/credentials.go +++ b/rest/chat/v1/credentials.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/chat/v1/model_chat_v1_credential.go b/rest/chat/v1/model_chat_v1_credential.go index c9472a2c5..4ef0038d7 100644 --- a/rest/chat/v1/model_chat_v1_credential.go +++ b/rest/chat/v1/model_chat_v1_credential.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/chat/v1/model_chat_v1_service.go b/rest/chat/v1/model_chat_v1_service.go index 8370d925a..ced4be253 100644 --- a/rest/chat/v1/model_chat_v1_service.go +++ b/rest/chat/v1/model_chat_v1_service.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/chat/v1/model_chat_v1_service_channel.go b/rest/chat/v1/model_chat_v1_service_channel.go index 829b0c085..bdaadb053 100644 --- a/rest/chat/v1/model_chat_v1_service_channel.go +++ b/rest/chat/v1/model_chat_v1_service_channel.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/chat/v1/model_chat_v1_service_channel_invite.go b/rest/chat/v1/model_chat_v1_service_channel_invite.go index db71fcbbe..e7c78e141 100644 --- a/rest/chat/v1/model_chat_v1_service_channel_invite.go +++ b/rest/chat/v1/model_chat_v1_service_channel_invite.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/chat/v1/model_chat_v1_service_channel_member.go b/rest/chat/v1/model_chat_v1_service_channel_member.go index 2a5a43f5c..9354b8f0b 100644 --- a/rest/chat/v1/model_chat_v1_service_channel_member.go +++ b/rest/chat/v1/model_chat_v1_service_channel_member.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/chat/v1/model_chat_v1_service_channel_message.go b/rest/chat/v1/model_chat_v1_service_channel_message.go index 8c0247664..d6a64cc0c 100644 --- a/rest/chat/v1/model_chat_v1_service_channel_message.go +++ b/rest/chat/v1/model_chat_v1_service_channel_message.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/chat/v1/model_chat_v1_service_role.go b/rest/chat/v1/model_chat_v1_service_role.go index e4b401354..ff06368c3 100644 --- a/rest/chat/v1/model_chat_v1_service_role.go +++ b/rest/chat/v1/model_chat_v1_service_role.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/chat/v1/model_chat_v1_service_user.go b/rest/chat/v1/model_chat_v1_service_user.go index 7a09185f1..26f81cb31 100644 --- a/rest/chat/v1/model_chat_v1_service_user.go +++ b/rest/chat/v1/model_chat_v1_service_user.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/chat/v1/model_chat_v1_service_user_user_channel.go b/rest/chat/v1/model_chat_v1_service_user_user_channel.go index 7294ca3d2..87f89a511 100644 --- a/rest/chat/v1/model_chat_v1_service_user_user_channel.go +++ b/rest/chat/v1/model_chat_v1_service_user_user_channel.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/chat/v1/model_list_channel_response.go b/rest/chat/v1/model_list_channel_response.go index d740b8384..642552895 100644 --- a/rest/chat/v1/model_list_channel_response.go +++ b/rest/chat/v1/model_list_channel_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/chat/v1/model_list_credential_response.go b/rest/chat/v1/model_list_credential_response.go index f1efa0026..f5e831e5b 100644 --- a/rest/chat/v1/model_list_credential_response.go +++ b/rest/chat/v1/model_list_credential_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/chat/v1/model_list_credential_response_meta.go b/rest/chat/v1/model_list_credential_response_meta.go index 5f4b9ba44..c162ca6ff 100644 --- a/rest/chat/v1/model_list_credential_response_meta.go +++ b/rest/chat/v1/model_list_credential_response_meta.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/chat/v1/model_list_invite_response.go b/rest/chat/v1/model_list_invite_response.go index 0ddea549a..d67640ee4 100644 --- a/rest/chat/v1/model_list_invite_response.go +++ b/rest/chat/v1/model_list_invite_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/chat/v1/model_list_member_response.go b/rest/chat/v1/model_list_member_response.go index c3da0f9e9..df82edfa9 100644 --- a/rest/chat/v1/model_list_member_response.go +++ b/rest/chat/v1/model_list_member_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/chat/v1/model_list_message_response.go b/rest/chat/v1/model_list_message_response.go index b01b0ecd1..2836aa85f 100644 --- a/rest/chat/v1/model_list_message_response.go +++ b/rest/chat/v1/model_list_message_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/chat/v1/model_list_role_response.go b/rest/chat/v1/model_list_role_response.go index 03c8e7f37..646df8861 100644 --- a/rest/chat/v1/model_list_role_response.go +++ b/rest/chat/v1/model_list_role_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/chat/v1/model_list_service_response.go b/rest/chat/v1/model_list_service_response.go index 3e34bb17f..c09a03d18 100644 --- a/rest/chat/v1/model_list_service_response.go +++ b/rest/chat/v1/model_list_service_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/chat/v1/model_list_user_channel_response.go b/rest/chat/v1/model_list_user_channel_response.go index c78df143f..a7dbcfdb6 100644 --- a/rest/chat/v1/model_list_user_channel_response.go +++ b/rest/chat/v1/model_list_user_channel_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/chat/v1/model_list_user_response.go b/rest/chat/v1/model_list_user_response.go index 464174fc1..a931daa3a 100644 --- a/rest/chat/v1/model_list_user_response.go +++ b/rest/chat/v1/model_list_user_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/chat/v1/services.go b/rest/chat/v1/services.go index bbb47513b..bd9a7e2e3 100644 --- a/rest/chat/v1/services.go +++ b/rest/chat/v1/services.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/chat/v1/services_channels.go b/rest/chat/v1/services_channels.go index a6b403f16..89f60e52f 100644 --- a/rest/chat/v1/services_channels.go +++ b/rest/chat/v1/services_channels.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/chat/v1/services_channels_invites.go b/rest/chat/v1/services_channels_invites.go index 34d01572f..091ae98b5 100644 --- a/rest/chat/v1/services_channels_invites.go +++ b/rest/chat/v1/services_channels_invites.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/chat/v1/services_channels_members.go b/rest/chat/v1/services_channels_members.go index cf370e69b..40591ec3c 100644 --- a/rest/chat/v1/services_channels_members.go +++ b/rest/chat/v1/services_channels_members.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/chat/v1/services_channels_messages.go b/rest/chat/v1/services_channels_messages.go index eafe13cbf..b514f9086 100644 --- a/rest/chat/v1/services_channels_messages.go +++ b/rest/chat/v1/services_channels_messages.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/chat/v1/services_roles.go b/rest/chat/v1/services_roles.go index c08332e68..b8f1dcd29 100644 --- a/rest/chat/v1/services_roles.go +++ b/rest/chat/v1/services_roles.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/chat/v1/services_users.go b/rest/chat/v1/services_users.go index 8458f28a4..faac4c6ff 100644 --- a/rest/chat/v1/services_users.go +++ b/rest/chat/v1/services_users.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/chat/v1/services_users_channels.go b/rest/chat/v1/services_users_channels.go index e9ba3813e..394487282 100644 --- a/rest/chat/v1/services_users_channels.go +++ b/rest/chat/v1/services_users_channels.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/chat/v2/README.md b/rest/chat/v2/README.md index 87c6d5c8b..255237b44 100644 --- a/rest/chat/v2/README.md +++ b/rest/chat/v2/README.md @@ -5,7 +5,7 @@ This is the public Twilio REST API. ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project from the OpenAPI specs located at [twilio/twilio-oai](https://github.com/twilio/twilio-oai/tree/main/spec). By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client. -- API version: 1.18.0 +- API version: 1.19.0 - Package version: 1.0.0 - Build package: com.twilio.oai.TwilioGoGenerator For more information, please visit [https://support.twilio.com](https://support.twilio.com) diff --git a/rest/chat/v2/api_service.go b/rest/chat/v2/api_service.go index 17e119c24..6e4592b80 100644 --- a/rest/chat/v2/api_service.go +++ b/rest/chat/v2/api_service.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/chat/v2/credentials.go b/rest/chat/v2/credentials.go index afc7efcca..9ce443774 100644 --- a/rest/chat/v2/credentials.go +++ b/rest/chat/v2/credentials.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/chat/v2/model_chat_v2_credential.go b/rest/chat/v2/model_chat_v2_credential.go index 698a82f1f..bf3083884 100644 --- a/rest/chat/v2/model_chat_v2_credential.go +++ b/rest/chat/v2/model_chat_v2_credential.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/chat/v2/model_chat_v2_service.go b/rest/chat/v2/model_chat_v2_service.go index 897f253eb..09200d897 100644 --- a/rest/chat/v2/model_chat_v2_service.go +++ b/rest/chat/v2/model_chat_v2_service.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/chat/v2/model_chat_v2_service_binding.go b/rest/chat/v2/model_chat_v2_service_binding.go index ffee9af11..4c6bd4458 100644 --- a/rest/chat/v2/model_chat_v2_service_binding.go +++ b/rest/chat/v2/model_chat_v2_service_binding.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/chat/v2/model_chat_v2_service_channel.go b/rest/chat/v2/model_chat_v2_service_channel.go index e41b90bb6..1d86a7b23 100644 --- a/rest/chat/v2/model_chat_v2_service_channel.go +++ b/rest/chat/v2/model_chat_v2_service_channel.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/chat/v2/model_chat_v2_service_channel_channel_webhook.go b/rest/chat/v2/model_chat_v2_service_channel_channel_webhook.go index 698875515..ce265f0d3 100644 --- a/rest/chat/v2/model_chat_v2_service_channel_channel_webhook.go +++ b/rest/chat/v2/model_chat_v2_service_channel_channel_webhook.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/chat/v2/model_chat_v2_service_channel_invite.go b/rest/chat/v2/model_chat_v2_service_channel_invite.go index 188cc42a3..92bf98ab6 100644 --- a/rest/chat/v2/model_chat_v2_service_channel_invite.go +++ b/rest/chat/v2/model_chat_v2_service_channel_invite.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/chat/v2/model_chat_v2_service_channel_member.go b/rest/chat/v2/model_chat_v2_service_channel_member.go index ff21bd057..73f42ebf8 100644 --- a/rest/chat/v2/model_chat_v2_service_channel_member.go +++ b/rest/chat/v2/model_chat_v2_service_channel_member.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/chat/v2/model_chat_v2_service_channel_message.go b/rest/chat/v2/model_chat_v2_service_channel_message.go index 1899731b0..9a3a22b47 100644 --- a/rest/chat/v2/model_chat_v2_service_channel_message.go +++ b/rest/chat/v2/model_chat_v2_service_channel_message.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/chat/v2/model_chat_v2_service_role.go b/rest/chat/v2/model_chat_v2_service_role.go index 979764ed5..27b123199 100644 --- a/rest/chat/v2/model_chat_v2_service_role.go +++ b/rest/chat/v2/model_chat_v2_service_role.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/chat/v2/model_chat_v2_service_user.go b/rest/chat/v2/model_chat_v2_service_user.go index f206626d7..03af3a2e9 100644 --- a/rest/chat/v2/model_chat_v2_service_user.go +++ b/rest/chat/v2/model_chat_v2_service_user.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/chat/v2/model_chat_v2_service_user_user_binding.go b/rest/chat/v2/model_chat_v2_service_user_user_binding.go index f93085fd3..94a2cd244 100644 --- a/rest/chat/v2/model_chat_v2_service_user_user_binding.go +++ b/rest/chat/v2/model_chat_v2_service_user_user_binding.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/chat/v2/model_chat_v2_service_user_user_channel.go b/rest/chat/v2/model_chat_v2_service_user_user_channel.go index 777c350d7..f0476c9de 100644 --- a/rest/chat/v2/model_chat_v2_service_user_user_channel.go +++ b/rest/chat/v2/model_chat_v2_service_user_user_channel.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/chat/v2/model_list_binding_response.go b/rest/chat/v2/model_list_binding_response.go index 0de3c60b6..67cbc85f1 100644 --- a/rest/chat/v2/model_list_binding_response.go +++ b/rest/chat/v2/model_list_binding_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/chat/v2/model_list_channel_response.go b/rest/chat/v2/model_list_channel_response.go index 6c0994610..297e2f45a 100644 --- a/rest/chat/v2/model_list_channel_response.go +++ b/rest/chat/v2/model_list_channel_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/chat/v2/model_list_channel_webhook_response.go b/rest/chat/v2/model_list_channel_webhook_response.go index 48b89988e..4e5c023bc 100644 --- a/rest/chat/v2/model_list_channel_webhook_response.go +++ b/rest/chat/v2/model_list_channel_webhook_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/chat/v2/model_list_credential_response.go b/rest/chat/v2/model_list_credential_response.go index 5ffff344a..39a856adc 100644 --- a/rest/chat/v2/model_list_credential_response.go +++ b/rest/chat/v2/model_list_credential_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/chat/v2/model_list_credential_response_meta.go b/rest/chat/v2/model_list_credential_response_meta.go index 5f4b9ba44..c162ca6ff 100644 --- a/rest/chat/v2/model_list_credential_response_meta.go +++ b/rest/chat/v2/model_list_credential_response_meta.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/chat/v2/model_list_invite_response.go b/rest/chat/v2/model_list_invite_response.go index 2d2c1d643..344725d81 100644 --- a/rest/chat/v2/model_list_invite_response.go +++ b/rest/chat/v2/model_list_invite_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/chat/v2/model_list_member_response.go b/rest/chat/v2/model_list_member_response.go index f3bd510ac..76d527c2a 100644 --- a/rest/chat/v2/model_list_member_response.go +++ b/rest/chat/v2/model_list_member_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/chat/v2/model_list_message_response.go b/rest/chat/v2/model_list_message_response.go index 2850d6d5f..d74cc3bfc 100644 --- a/rest/chat/v2/model_list_message_response.go +++ b/rest/chat/v2/model_list_message_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/chat/v2/model_list_role_response.go b/rest/chat/v2/model_list_role_response.go index be9dec1a0..ac0969594 100644 --- a/rest/chat/v2/model_list_role_response.go +++ b/rest/chat/v2/model_list_role_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/chat/v2/model_list_service_response.go b/rest/chat/v2/model_list_service_response.go index f0782b94e..0fb1ff048 100644 --- a/rest/chat/v2/model_list_service_response.go +++ b/rest/chat/v2/model_list_service_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/chat/v2/model_list_user_binding_response.go b/rest/chat/v2/model_list_user_binding_response.go index 39947582a..0ff384df5 100644 --- a/rest/chat/v2/model_list_user_binding_response.go +++ b/rest/chat/v2/model_list_user_binding_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/chat/v2/model_list_user_channel_response.go b/rest/chat/v2/model_list_user_channel_response.go index 1084a75ae..f003cc413 100644 --- a/rest/chat/v2/model_list_user_channel_response.go +++ b/rest/chat/v2/model_list_user_channel_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/chat/v2/model_list_user_response.go b/rest/chat/v2/model_list_user_response.go index ef11fafec..409a20eda 100644 --- a/rest/chat/v2/model_list_user_response.go +++ b/rest/chat/v2/model_list_user_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/chat/v2/services.go b/rest/chat/v2/services.go index 377b35e4a..c529c2f9b 100644 --- a/rest/chat/v2/services.go +++ b/rest/chat/v2/services.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/chat/v2/services_bindings.go b/rest/chat/v2/services_bindings.go index 5c5f85451..504f832ee 100644 --- a/rest/chat/v2/services_bindings.go +++ b/rest/chat/v2/services_bindings.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/chat/v2/services_channels.go b/rest/chat/v2/services_channels.go index 129db186f..d64efc045 100644 --- a/rest/chat/v2/services_channels.go +++ b/rest/chat/v2/services_channels.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/chat/v2/services_channels_invites.go b/rest/chat/v2/services_channels_invites.go index 5de919e65..8a00635e1 100644 --- a/rest/chat/v2/services_channels_invites.go +++ b/rest/chat/v2/services_channels_invites.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/chat/v2/services_channels_members.go b/rest/chat/v2/services_channels_members.go index 5af23ace7..e9423be05 100644 --- a/rest/chat/v2/services_channels_members.go +++ b/rest/chat/v2/services_channels_members.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/chat/v2/services_channels_messages.go b/rest/chat/v2/services_channels_messages.go index 120d8dee6..2638fad1b 100644 --- a/rest/chat/v2/services_channels_messages.go +++ b/rest/chat/v2/services_channels_messages.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/chat/v2/services_channels_webhooks.go b/rest/chat/v2/services_channels_webhooks.go index 1beee7889..778bf2a2c 100644 --- a/rest/chat/v2/services_channels_webhooks.go +++ b/rest/chat/v2/services_channels_webhooks.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/chat/v2/services_roles.go b/rest/chat/v2/services_roles.go index bb1e822d9..af55a7ba4 100644 --- a/rest/chat/v2/services_roles.go +++ b/rest/chat/v2/services_roles.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/chat/v2/services_users.go b/rest/chat/v2/services_users.go index 0345ffd02..e1f1c12bc 100644 --- a/rest/chat/v2/services_users.go +++ b/rest/chat/v2/services_users.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/chat/v2/services_users_bindings.go b/rest/chat/v2/services_users_bindings.go index 054c889fd..a79cffb56 100644 --- a/rest/chat/v2/services_users_bindings.go +++ b/rest/chat/v2/services_users_bindings.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/chat/v2/services_users_channels.go b/rest/chat/v2/services_users_channels.go index 6799f9e76..f813f3d1c 100644 --- a/rest/chat/v2/services_users_channels.go +++ b/rest/chat/v2/services_users_channels.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/conversations/v1/README.md b/rest/conversations/v1/README.md index 81fcd7ae0..8c6af69bb 100644 --- a/rest/conversations/v1/README.md +++ b/rest/conversations/v1/README.md @@ -5,7 +5,7 @@ This is the public Twilio REST API. ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project from the OpenAPI specs located at [twilio/twilio-oai](https://github.com/twilio/twilio-oai/tree/main/spec). By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client. -- API version: 1.18.0 +- API version: 1.19.0 - Package version: 1.0.0 - Build package: com.twilio.oai.TwilioGoGenerator For more information, please visit [https://support.twilio.com](https://support.twilio.com) @@ -110,11 +110,19 @@ Class | Method | HTTP request | Description *ServicesUsersApi* | [**FetchServiceUser**](docs/ServicesUsersApi.md#fetchserviceuser) | **Get** /v1/Services/{ChatServiceSid}/Users/{Sid} | *ServicesUsersApi* | [**ListServiceUser**](docs/ServicesUsersApi.md#listserviceuser) | **Get** /v1/Services/{ChatServiceSid}/Users | *ServicesUsersApi* | [**UpdateServiceUser**](docs/ServicesUsersApi.md#updateserviceuser) | **Post** /v1/Services/{ChatServiceSid}/Users/{Sid} | +*ServicesUsersConversationsApi* | [**DeleteServiceUserConversation**](docs/ServicesUsersConversationsApi.md#deleteserviceuserconversation) | **Delete** /v1/Services/{ChatServiceSid}/Users/{UserSid}/Conversations/{ConversationSid} | +*ServicesUsersConversationsApi* | [**FetchServiceUserConversation**](docs/ServicesUsersConversationsApi.md#fetchserviceuserconversation) | **Get** /v1/Services/{ChatServiceSid}/Users/{UserSid}/Conversations/{ConversationSid} | +*ServicesUsersConversationsApi* | [**ListServiceUserConversation**](docs/ServicesUsersConversationsApi.md#listserviceuserconversation) | **Get** /v1/Services/{ChatServiceSid}/Users/{UserSid}/Conversations | +*ServicesUsersConversationsApi* | [**UpdateServiceUserConversation**](docs/ServicesUsersConversationsApi.md#updateserviceuserconversation) | **Post** /v1/Services/{ChatServiceSid}/Users/{UserSid}/Conversations/{ConversationSid} | *UsersApi* | [**CreateUser**](docs/UsersApi.md#createuser) | **Post** /v1/Users | *UsersApi* | [**DeleteUser**](docs/UsersApi.md#deleteuser) | **Delete** /v1/Users/{Sid} | *UsersApi* | [**FetchUser**](docs/UsersApi.md#fetchuser) | **Get** /v1/Users/{Sid} | *UsersApi* | [**ListUser**](docs/UsersApi.md#listuser) | **Get** /v1/Users | *UsersApi* | [**UpdateUser**](docs/UsersApi.md#updateuser) | **Post** /v1/Users/{Sid} | +*UsersConversationsApi* | [**DeleteUserConversation**](docs/UsersConversationsApi.md#deleteuserconversation) | **Delete** /v1/Users/{UserSid}/Conversations/{ConversationSid} | +*UsersConversationsApi* | [**FetchUserConversation**](docs/UsersConversationsApi.md#fetchuserconversation) | **Get** /v1/Users/{UserSid}/Conversations/{ConversationSid} | +*UsersConversationsApi* | [**ListUserConversation**](docs/UsersConversationsApi.md#listuserconversation) | **Get** /v1/Users/{UserSid}/Conversations | +*UsersConversationsApi* | [**UpdateUserConversation**](docs/UsersConversationsApi.md#updateuserconversation) | **Post** /v1/Users/{UserSid}/Conversations/{ConversationSid} | ## Documentation For Models @@ -139,7 +147,9 @@ Class | Method | HTTP request | Description - [ConversationsV1ServiceServiceConversationServiceConversationScopedWebhook](docs/ConversationsV1ServiceServiceConversationServiceConversationScopedWebhook.md) - [ConversationsV1ServiceServiceRole](docs/ConversationsV1ServiceServiceRole.md) - [ConversationsV1ServiceServiceUser](docs/ConversationsV1ServiceServiceUser.md) + - [ConversationsV1ServiceServiceUserServiceUserConversation](docs/ConversationsV1ServiceServiceUserServiceUserConversation.md) - [ConversationsV1User](docs/ConversationsV1User.md) + - [ConversationsV1UserUserConversation](docs/ConversationsV1UserUserConversation.md) - [ListConversationMessageReceiptResponse](docs/ListConversationMessageReceiptResponse.md) - [ListConversationMessageResponse](docs/ListConversationMessageResponse.md) - [ListConversationParticipantResponse](docs/ListConversationParticipantResponse.md) @@ -156,7 +166,9 @@ Class | Method | HTTP request | Description - [ListServiceConversationScopedWebhookResponse](docs/ListServiceConversationScopedWebhookResponse.md) - [ListServiceResponse](docs/ListServiceResponse.md) - [ListServiceRoleResponse](docs/ListServiceRoleResponse.md) + - [ListServiceUserConversationResponse](docs/ListServiceUserConversationResponse.md) - [ListServiceUserResponse](docs/ListServiceUserResponse.md) + - [ListUserConversationResponse](docs/ListUserConversationResponse.md) - [ListUserResponse](docs/ListUserResponse.md) diff --git a/rest/conversations/v1/api_service.go b/rest/conversations/v1/api_service.go index ae3903b4c..e1541d909 100644 --- a/rest/conversations/v1/api_service.go +++ b/rest/conversations/v1/api_service.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/conversations/v1/configuration.go b/rest/conversations/v1/configuration.go index 846850b4b..c47498435 100644 --- a/rest/conversations/v1/configuration.go +++ b/rest/conversations/v1/configuration.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/conversations/v1/configuration_webhooks.go b/rest/conversations/v1/configuration_webhooks.go index dd814202b..2306f40aa 100644 --- a/rest/conversations/v1/configuration_webhooks.go +++ b/rest/conversations/v1/configuration_webhooks.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/conversations/v1/conversations.go b/rest/conversations/v1/conversations.go index 36e6827f0..914e8888b 100644 --- a/rest/conversations/v1/conversations.go +++ b/rest/conversations/v1/conversations.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/conversations/v1/conversations_messages.go b/rest/conversations/v1/conversations_messages.go index 991a97b1c..40283f21e 100644 --- a/rest/conversations/v1/conversations_messages.go +++ b/rest/conversations/v1/conversations_messages.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/conversations/v1/conversations_messages_receipts.go b/rest/conversations/v1/conversations_messages_receipts.go index 0ef2802c7..a7f769a32 100644 --- a/rest/conversations/v1/conversations_messages_receipts.go +++ b/rest/conversations/v1/conversations_messages_receipts.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/conversations/v1/conversations_participants.go b/rest/conversations/v1/conversations_participants.go index e0924494a..dc54e08d2 100644 --- a/rest/conversations/v1/conversations_participants.go +++ b/rest/conversations/v1/conversations_participants.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/conversations/v1/conversations_webhooks.go b/rest/conversations/v1/conversations_webhooks.go index ac0408529..8f06d2b6d 100644 --- a/rest/conversations/v1/conversations_webhooks.go +++ b/rest/conversations/v1/conversations_webhooks.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/conversations/v1/credentials.go b/rest/conversations/v1/credentials.go index 2e20b3de1..d537caee7 100644 --- a/rest/conversations/v1/credentials.go +++ b/rest/conversations/v1/credentials.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/conversations/v1/docs/ConversationsV1ServiceServiceUser.md b/rest/conversations/v1/docs/ConversationsV1ServiceServiceUser.md index 4a071f6df..302f4918f 100644 --- a/rest/conversations/v1/docs/ConversationsV1ServiceServiceUser.md +++ b/rest/conversations/v1/docs/ConversationsV1ServiceServiceUser.md @@ -13,6 +13,7 @@ Name | Type | Description | Notes **Identity** | Pointer to **string** | The string that identifies the resource's User | **IsNotifiable** | Pointer to **bool** | Whether the User has a potentially valid Push Notification registration for this Conversations Service | **IsOnline** | Pointer to **bool** | Whether the User is actively connected to this Conversations Service and online | +**Links** | Pointer to **map[string]interface{}** | | **RoleSid** | Pointer to **string** | The SID of a service-level Role assigned to the user | **Sid** | Pointer to **string** | The unique string that identifies the resource | **Url** | Pointer to **string** | An absolute URL for this user. | diff --git a/rest/conversations/v1/docs/ConversationsV1ServiceServiceUserServiceUserConversation.md b/rest/conversations/v1/docs/ConversationsV1ServiceServiceUserServiceUserConversation.md new file mode 100644 index 000000000..b1028fd32 --- /dev/null +++ b/rest/conversations/v1/docs/ConversationsV1ServiceServiceUserServiceUserConversation.md @@ -0,0 +1,28 @@ +# ConversationsV1ServiceServiceUserServiceUserConversation + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**AccountSid** | Pointer to **string** | The unique ID of the Account responsible for this conversation. | +**Attributes** | Pointer to **string** | An optional string metadata field you can use to store any data you wish. | +**ChatServiceSid** | Pointer to **string** | The unique ID of the Conversation Service this conversation belongs to. | +**ConversationSid** | Pointer to **string** | The unique ID of the Conversation for this message. | +**ConversationState** | Pointer to **string** | The current state of this User Conversation | +**CreatedBy** | Pointer to **string** | Creator of this conversation. | +**DateCreated** | Pointer to [**time.Time**](time.Time.md) | The date that this conversation was created. | +**DateUpdated** | Pointer to [**time.Time**](time.Time.md) | The date that this conversation was last updated. | +**FriendlyName** | Pointer to **string** | The human-readable name of this conversation. | +**LastReadMessageIndex** | Pointer to **int** | The index of the last read Message . | +**Links** | Pointer to **map[string]interface{}** | Absolute URLs to access the participant and conversation of this user conversation. | +**NotificationLevel** | Pointer to **string** | The Notification Level of this User Conversation. | +**ParticipantSid** | Pointer to **string** | Participant Sid. | +**Timers** | Pointer to **map[string]interface{}** | Timer date values for this conversation. | +**UniqueName** | Pointer to **string** | An application-defined string that uniquely identifies the resource | +**UnreadMessagesCount** | Pointer to **int** | The number of unread Messages in the Conversation. | +**Url** | Pointer to **string** | | +**UserSid** | Pointer to **string** | The unique ID for the User. | + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/rest/conversations/v1/docs/ConversationsV1User.md b/rest/conversations/v1/docs/ConversationsV1User.md index 49e343834..873b74a34 100644 --- a/rest/conversations/v1/docs/ConversationsV1User.md +++ b/rest/conversations/v1/docs/ConversationsV1User.md @@ -13,6 +13,7 @@ Name | Type | Description | Notes **Identity** | Pointer to **string** | The string that identifies the resource's User | **IsNotifiable** | Pointer to **bool** | Whether the User has a potentially valid Push Notification registration for this Conversations Service | **IsOnline** | Pointer to **bool** | Whether the User is actively connected to this Conversations Service and online | +**Links** | Pointer to **map[string]interface{}** | | **RoleSid** | Pointer to **string** | The SID of a service-level Role assigned to the user | **Sid** | Pointer to **string** | The unique string that identifies the resource | **Url** | Pointer to **string** | An absolute URL for this user. | diff --git a/rest/conversations/v1/docs/ConversationsV1UserUserConversation.md b/rest/conversations/v1/docs/ConversationsV1UserUserConversation.md new file mode 100644 index 000000000..cb6dd2137 --- /dev/null +++ b/rest/conversations/v1/docs/ConversationsV1UserUserConversation.md @@ -0,0 +1,28 @@ +# ConversationsV1UserUserConversation + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**AccountSid** | Pointer to **string** | The unique ID of the Account responsible for this conversation. | +**Attributes** | Pointer to **string** | An optional string metadata field you can use to store any data you wish. | +**ChatServiceSid** | Pointer to **string** | The unique ID of the Conversation Service this conversation belongs to. | +**ConversationSid** | Pointer to **string** | The unique ID of the Conversation for this message. | +**ConversationState** | Pointer to **string** | The current state of this User Conversation | +**CreatedBy** | Pointer to **string** | Creator of this conversation. | +**DateCreated** | Pointer to [**time.Time**](time.Time.md) | The date that this conversation was created. | +**DateUpdated** | Pointer to [**time.Time**](time.Time.md) | The date that this conversation was last updated. | +**FriendlyName** | Pointer to **string** | The human-readable name of this conversation. | +**LastReadMessageIndex** | Pointer to **int** | The index of the last read Message . | +**Links** | Pointer to **map[string]interface{}** | Absolute URLs to access the participant and conversation of this user conversation. | +**NotificationLevel** | Pointer to **string** | The Notification Level of this User Conversation. | +**ParticipantSid** | Pointer to **string** | Participant Sid. | +**Timers** | Pointer to **map[string]interface{}** | Timer date values for this conversation. | +**UniqueName** | Pointer to **string** | An application-defined string that uniquely identifies the resource | +**UnreadMessagesCount** | Pointer to **int** | The number of unread Messages in the Conversation. | +**Url** | Pointer to **string** | | +**UserSid** | Pointer to **string** | The unique ID for the User. | + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/rest/conversations/v1/docs/ListServiceUserConversationResponse.md b/rest/conversations/v1/docs/ListServiceUserConversationResponse.md new file mode 100644 index 000000000..ba7f88cdd --- /dev/null +++ b/rest/conversations/v1/docs/ListServiceUserConversationResponse.md @@ -0,0 +1,12 @@ +# ListServiceUserConversationResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Conversations** | [**[]ConversationsV1ServiceServiceUserServiceUserConversation**](ConversationsV1ServiceServiceUserServiceUserConversation.md) | |[optional] +**Meta** | [**ListConversationResponseMeta**](ListConversationResponseMeta.md) | |[optional] + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/rest/conversations/v1/docs/ListUserConversationResponse.md b/rest/conversations/v1/docs/ListUserConversationResponse.md new file mode 100644 index 000000000..38f40b322 --- /dev/null +++ b/rest/conversations/v1/docs/ListUserConversationResponse.md @@ -0,0 +1,12 @@ +# ListUserConversationResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Conversations** | [**[]ConversationsV1UserUserConversation**](ConversationsV1UserUserConversation.md) | |[optional] +**Meta** | [**ListConversationResponseMeta**](ListConversationResponseMeta.md) | |[optional] + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/rest/conversations/v1/docs/ServicesUsersConversationsApi.md b/rest/conversations/v1/docs/ServicesUsersConversationsApi.md new file mode 100644 index 000000000..f78a40a3a --- /dev/null +++ b/rest/conversations/v1/docs/ServicesUsersConversationsApi.md @@ -0,0 +1,191 @@ +# ServicesUsersConversationsApi + +All URIs are relative to *https://conversations.twilio.com* + +Method | HTTP request | Description +------------- | ------------- | ------------- +[**DeleteServiceUserConversation**](ServicesUsersConversationsApi.md#DeleteServiceUserConversation) | **Delete** /v1/Services/{ChatServiceSid}/Users/{UserSid}/Conversations/{ConversationSid} | +[**FetchServiceUserConversation**](ServicesUsersConversationsApi.md#FetchServiceUserConversation) | **Get** /v1/Services/{ChatServiceSid}/Users/{UserSid}/Conversations/{ConversationSid} | +[**ListServiceUserConversation**](ServicesUsersConversationsApi.md#ListServiceUserConversation) | **Get** /v1/Services/{ChatServiceSid}/Users/{UserSid}/Conversations | +[**UpdateServiceUserConversation**](ServicesUsersConversationsApi.md#UpdateServiceUserConversation) | **Post** /v1/Services/{ChatServiceSid}/Users/{UserSid}/Conversations/{ConversationSid} | + + + +## DeleteServiceUserConversation + +> DeleteServiceUserConversation(ctx, ChatServiceSidUserSidConversationSid) + + + +Delete a specific User Conversation. + +### Path Parameters + + +Name | Type | Description +------------- | ------------- | ------------- +**ctx** | **context.Context** | context for authentication, logging, cancellation, deadlines, tracing, etc. +**ChatServiceSid** | **string** | The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Conversation resource is associated with. +**UserSid** | **string** | The unique SID identifier of the [User resource](https://www.twilio.com/docs/conversations/api/user-resource). This value can be either the `sid` or the `identity` of the User resource. +**ConversationSid** | **string** | The unique SID identifier of the Conversation. This value can be either the `sid` or the `unique_name` of the [Conversation resource](https://www.twilio.com/docs/conversations/api/conversation-resource). + +### Other Parameters + +Other parameters are passed through a pointer to a DeleteServiceUserConversationParams struct + + +Name | Type | Description +------------- | ------------- | ------------- + +### Return type + + (empty response body) + +### Authorization + +[accountSid_authToken](../README.md#accountSid_authToken) + +### HTTP request headers + +- **Content-Type**: Not defined +- **Accept**: Not defined + +[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) +[[Back to Model list]](../README.md#documentation-for-models) +[[Back to README]](../README.md) + + +## FetchServiceUserConversation + +> ConversationsV1ServiceServiceUserServiceUserConversation FetchServiceUserConversation(ctx, ChatServiceSidUserSidConversationSid) + + + +Fetch a specific User Conversation. + +### Path Parameters + + +Name | Type | Description +------------- | ------------- | ------------- +**ctx** | **context.Context** | context for authentication, logging, cancellation, deadlines, tracing, etc. +**ChatServiceSid** | **string** | The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Conversation resource is associated with. +**UserSid** | **string** | The unique SID identifier of the [User resource](https://www.twilio.com/docs/conversations/api/user-resource). This value can be either the `sid` or the `identity` of the User resource. +**ConversationSid** | **string** | The unique SID identifier of the Conversation. This value can be either the `sid` or the `unique_name` of the [Conversation resource](https://www.twilio.com/docs/conversations/api/conversation-resource). + +### Other Parameters + +Other parameters are passed through a pointer to a FetchServiceUserConversationParams struct + + +Name | Type | Description +------------- | ------------- | ------------- + +### Return type + +[**ConversationsV1ServiceServiceUserServiceUserConversation**](ConversationsV1ServiceServiceUserServiceUserConversation.md) + +### Authorization + +[accountSid_authToken](../README.md#accountSid_authToken) + +### HTTP request headers + +- **Content-Type**: Not defined +- **Accept**: application/json + +[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) +[[Back to Model list]](../README.md#documentation-for-models) +[[Back to README]](../README.md) + + +## ListServiceUserConversation + +> ListServiceUserConversationResponse ListServiceUserConversation(ctx, ChatServiceSidUserSidoptional) + + + +Retrieve a list of all User Conversations for the User. + +### Path Parameters + + +Name | Type | Description +------------- | ------------- | ------------- +**ctx** | **context.Context** | context for authentication, logging, cancellation, deadlines, tracing, etc. +**ChatServiceSid** | **string** | The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Conversation resource is associated with. +**UserSid** | **string** | The unique SID identifier of the [User resource](https://www.twilio.com/docs/conversations/api/user-resource). This value can be either the `sid` or the `identity` of the User resource. + +### Other Parameters + +Other parameters are passed through a pointer to a ListServiceUserConversationParams struct + + +Name | Type | Description +------------- | ------------- | ------------- +**PageSize** | **int** | How many resources to return in each list page. The default is 50, and the maximum is 1000. + +### Return type + +[**ListServiceUserConversationResponse**](ListServiceUserConversationResponse.md) + +### Authorization + +[accountSid_authToken](../README.md#accountSid_authToken) + +### HTTP request headers + +- **Content-Type**: Not defined +- **Accept**: application/json + +[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) +[[Back to Model list]](../README.md#documentation-for-models) +[[Back to README]](../README.md) + + +## UpdateServiceUserConversation + +> ConversationsV1ServiceServiceUserServiceUserConversation UpdateServiceUserConversation(ctx, ChatServiceSidUserSidConversationSidoptional) + + + +Update a specific User Conversation. + +### Path Parameters + + +Name | Type | Description +------------- | ------------- | ------------- +**ctx** | **context.Context** | context for authentication, logging, cancellation, deadlines, tracing, etc. +**ChatServiceSid** | **string** | The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Conversation resource is associated with. +**UserSid** | **string** | The unique SID identifier of the [User resource](https://www.twilio.com/docs/conversations/api/user-resource). This value can be either the `sid` or the `identity` of the User resource. +**ConversationSid** | **string** | The unique SID identifier of the Conversation. This value can be either the `sid` or the `unique_name` of the [Conversation resource](https://www.twilio.com/docs/conversations/api/conversation-resource). + +### Other Parameters + +Other parameters are passed through a pointer to a UpdateServiceUserConversationParams struct + + +Name | Type | Description +------------- | ------------- | ------------- +**LastReadMessageIndex** | **int** | The index of the last Message in the Conversation that the Participant has read. +**LastReadTimestamp** | **time.Time** | The date of the last message read in conversation by the user, given in ISO 8601 format. +**NotificationLevel** | **string** | The Notification Level of this User Conversation. One of `default` or `muted`. + +### Return type + +[**ConversationsV1ServiceServiceUserServiceUserConversation**](ConversationsV1ServiceServiceUserServiceUserConversation.md) + +### Authorization + +[accountSid_authToken](../README.md#accountSid_authToken) + +### HTTP request headers + +- **Content-Type**: application/x-www-form-urlencoded +- **Accept**: application/json + +[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) +[[Back to Model list]](../README.md#documentation-for-models) +[[Back to README]](../README.md) + diff --git a/rest/conversations/v1/docs/UsersConversationsApi.md b/rest/conversations/v1/docs/UsersConversationsApi.md new file mode 100644 index 000000000..a68d4edd1 --- /dev/null +++ b/rest/conversations/v1/docs/UsersConversationsApi.md @@ -0,0 +1,187 @@ +# UsersConversationsApi + +All URIs are relative to *https://conversations.twilio.com* + +Method | HTTP request | Description +------------- | ------------- | ------------- +[**DeleteUserConversation**](UsersConversationsApi.md#DeleteUserConversation) | **Delete** /v1/Users/{UserSid}/Conversations/{ConversationSid} | +[**FetchUserConversation**](UsersConversationsApi.md#FetchUserConversation) | **Get** /v1/Users/{UserSid}/Conversations/{ConversationSid} | +[**ListUserConversation**](UsersConversationsApi.md#ListUserConversation) | **Get** /v1/Users/{UserSid}/Conversations | +[**UpdateUserConversation**](UsersConversationsApi.md#UpdateUserConversation) | **Post** /v1/Users/{UserSid}/Conversations/{ConversationSid} | + + + +## DeleteUserConversation + +> DeleteUserConversation(ctx, UserSidConversationSid) + + + +Delete a specific User Conversation. + +### Path Parameters + + +Name | Type | Description +------------- | ------------- | ------------- +**ctx** | **context.Context** | context for authentication, logging, cancellation, deadlines, tracing, etc. +**UserSid** | **string** | The unique SID identifier of the [User resource](https://www.twilio.com/docs/conversations/api/user-resource). This value can be either the `sid` or the `identity` of the User resource. +**ConversationSid** | **string** | The unique SID identifier of the Conversation. This value can be either the `sid` or the `unique_name` of the [Conversation resource](https://www.twilio.com/docs/conversations/api/conversation-resource). + +### Other Parameters + +Other parameters are passed through a pointer to a DeleteUserConversationParams struct + + +Name | Type | Description +------------- | ------------- | ------------- + +### Return type + + (empty response body) + +### Authorization + +[accountSid_authToken](../README.md#accountSid_authToken) + +### HTTP request headers + +- **Content-Type**: Not defined +- **Accept**: Not defined + +[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) +[[Back to Model list]](../README.md#documentation-for-models) +[[Back to README]](../README.md) + + +## FetchUserConversation + +> ConversationsV1UserUserConversation FetchUserConversation(ctx, UserSidConversationSid) + + + +Fetch a specific User Conversation. + +### Path Parameters + + +Name | Type | Description +------------- | ------------- | ------------- +**ctx** | **context.Context** | context for authentication, logging, cancellation, deadlines, tracing, etc. +**UserSid** | **string** | The unique SID identifier of the [User resource](https://www.twilio.com/docs/conversations/api/user-resource). This value can be either the `sid` or the `identity` of the User resource. +**ConversationSid** | **string** | The unique SID identifier of the Conversation. This value can be either the `sid` or the `unique_name` of the [Conversation resource](https://www.twilio.com/docs/conversations/api/conversation-resource). + +### Other Parameters + +Other parameters are passed through a pointer to a FetchUserConversationParams struct + + +Name | Type | Description +------------- | ------------- | ------------- + +### Return type + +[**ConversationsV1UserUserConversation**](ConversationsV1UserUserConversation.md) + +### Authorization + +[accountSid_authToken](../README.md#accountSid_authToken) + +### HTTP request headers + +- **Content-Type**: Not defined +- **Accept**: application/json + +[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) +[[Back to Model list]](../README.md#documentation-for-models) +[[Back to README]](../README.md) + + +## ListUserConversation + +> ListUserConversationResponse ListUserConversation(ctx, UserSidoptional) + + + +Retrieve a list of all User Conversations for the User. + +### Path Parameters + + +Name | Type | Description +------------- | ------------- | ------------- +**ctx** | **context.Context** | context for authentication, logging, cancellation, deadlines, tracing, etc. +**UserSid** | **string** | The unique SID identifier of the [User resource](https://www.twilio.com/docs/conversations/api/user-resource). This value can be either the `sid` or the `identity` of the User resource. + +### Other Parameters + +Other parameters are passed through a pointer to a ListUserConversationParams struct + + +Name | Type | Description +------------- | ------------- | ------------- +**PageSize** | **int** | How many resources to return in each list page. The default is 50, and the maximum is 1000. + +### Return type + +[**ListUserConversationResponse**](ListUserConversationResponse.md) + +### Authorization + +[accountSid_authToken](../README.md#accountSid_authToken) + +### HTTP request headers + +- **Content-Type**: Not defined +- **Accept**: application/json + +[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) +[[Back to Model list]](../README.md#documentation-for-models) +[[Back to README]](../README.md) + + +## UpdateUserConversation + +> ConversationsV1UserUserConversation UpdateUserConversation(ctx, UserSidConversationSidoptional) + + + +Update a specific User Conversation. + +### Path Parameters + + +Name | Type | Description +------------- | ------------- | ------------- +**ctx** | **context.Context** | context for authentication, logging, cancellation, deadlines, tracing, etc. +**UserSid** | **string** | The unique SID identifier of the [User resource](https://www.twilio.com/docs/conversations/api/user-resource). This value can be either the `sid` or the `identity` of the User resource. +**ConversationSid** | **string** | The unique SID identifier of the Conversation. This value can be either the `sid` or the `unique_name` of the [Conversation resource](https://www.twilio.com/docs/conversations/api/conversation-resource). + +### Other Parameters + +Other parameters are passed through a pointer to a UpdateUserConversationParams struct + + +Name | Type | Description +------------- | ------------- | ------------- +**LastReadMessageIndex** | **int** | The index of the last Message in the Conversation that the Participant has read. +**LastReadTimestamp** | **time.Time** | The date of the last message read in conversation by the user, given in ISO 8601 format. +**NotificationLevel** | **string** | The Notification Level of this User Conversation. One of `default` or `muted`. + +### Return type + +[**ConversationsV1UserUserConversation**](ConversationsV1UserUserConversation.md) + +### Authorization + +[accountSid_authToken](../README.md#accountSid_authToken) + +### HTTP request headers + +- **Content-Type**: application/x-www-form-urlencoded +- **Accept**: application/json + +[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) +[[Back to Model list]](../README.md#documentation-for-models) +[[Back to README]](../README.md) + diff --git a/rest/conversations/v1/model_conversations_v1_configuration.go b/rest/conversations/v1/model_conversations_v1_configuration.go index 68be69c83..c400ee62d 100644 --- a/rest/conversations/v1/model_conversations_v1_configuration.go +++ b/rest/conversations/v1/model_conversations_v1_configuration.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/conversations/v1/model_conversations_v1_configuration_configuration_webhook.go b/rest/conversations/v1/model_conversations_v1_configuration_configuration_webhook.go index 1fb05cdbb..d73ec8b1b 100644 --- a/rest/conversations/v1/model_conversations_v1_configuration_configuration_webhook.go +++ b/rest/conversations/v1/model_conversations_v1_configuration_configuration_webhook.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/conversations/v1/model_conversations_v1_conversation.go b/rest/conversations/v1/model_conversations_v1_conversation.go index 64cfcbfd2..7ba92d706 100644 --- a/rest/conversations/v1/model_conversations_v1_conversation.go +++ b/rest/conversations/v1/model_conversations_v1_conversation.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/conversations/v1/model_conversations_v1_conversation_conversation_message.go b/rest/conversations/v1/model_conversations_v1_conversation_conversation_message.go index ad0b5c8d4..653e0eaa5 100644 --- a/rest/conversations/v1/model_conversations_v1_conversation_conversation_message.go +++ b/rest/conversations/v1/model_conversations_v1_conversation_conversation_message.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/conversations/v1/model_conversations_v1_conversation_conversation_message_conversation_message_receipt.go b/rest/conversations/v1/model_conversations_v1_conversation_conversation_message_conversation_message_receipt.go index 72e026402..98fbaded9 100644 --- a/rest/conversations/v1/model_conversations_v1_conversation_conversation_message_conversation_message_receipt.go +++ b/rest/conversations/v1/model_conversations_v1_conversation_conversation_message_conversation_message_receipt.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/conversations/v1/model_conversations_v1_conversation_conversation_participant.go b/rest/conversations/v1/model_conversations_v1_conversation_conversation_participant.go index ac85140f5..4152b0767 100644 --- a/rest/conversations/v1/model_conversations_v1_conversation_conversation_participant.go +++ b/rest/conversations/v1/model_conversations_v1_conversation_conversation_participant.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/conversations/v1/model_conversations_v1_conversation_conversation_scoped_webhook.go b/rest/conversations/v1/model_conversations_v1_conversation_conversation_scoped_webhook.go index 9ef0696c4..a60bdbeef 100644 --- a/rest/conversations/v1/model_conversations_v1_conversation_conversation_scoped_webhook.go +++ b/rest/conversations/v1/model_conversations_v1_conversation_conversation_scoped_webhook.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/conversations/v1/model_conversations_v1_credential.go b/rest/conversations/v1/model_conversations_v1_credential.go index 84d6e7954..039ec7cbe 100644 --- a/rest/conversations/v1/model_conversations_v1_credential.go +++ b/rest/conversations/v1/model_conversations_v1_credential.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/conversations/v1/model_conversations_v1_role.go b/rest/conversations/v1/model_conversations_v1_role.go index 6cc56748d..c75a6b326 100644 --- a/rest/conversations/v1/model_conversations_v1_role.go +++ b/rest/conversations/v1/model_conversations_v1_role.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/conversations/v1/model_conversations_v1_service.go b/rest/conversations/v1/model_conversations_v1_service.go index f1f8c4fd1..713af799c 100644 --- a/rest/conversations/v1/model_conversations_v1_service.go +++ b/rest/conversations/v1/model_conversations_v1_service.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/conversations/v1/model_conversations_v1_service_service_binding.go b/rest/conversations/v1/model_conversations_v1_service_service_binding.go index e67c2cb56..b6a711898 100644 --- a/rest/conversations/v1/model_conversations_v1_service_service_binding.go +++ b/rest/conversations/v1/model_conversations_v1_service_service_binding.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/conversations/v1/model_conversations_v1_service_service_configuration.go b/rest/conversations/v1/model_conversations_v1_service_service_configuration.go index 4b4dd4c7f..f289fa33d 100644 --- a/rest/conversations/v1/model_conversations_v1_service_service_configuration.go +++ b/rest/conversations/v1/model_conversations_v1_service_service_configuration.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/conversations/v1/model_conversations_v1_service_service_configuration_service_notification.go b/rest/conversations/v1/model_conversations_v1_service_service_configuration_service_notification.go index a0d0b8a0d..4b123451a 100644 --- a/rest/conversations/v1/model_conversations_v1_service_service_configuration_service_notification.go +++ b/rest/conversations/v1/model_conversations_v1_service_service_configuration_service_notification.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/conversations/v1/model_conversations_v1_service_service_conversation.go b/rest/conversations/v1/model_conversations_v1_service_service_conversation.go index d917d8a5f..91480fcc7 100644 --- a/rest/conversations/v1/model_conversations_v1_service_service_conversation.go +++ b/rest/conversations/v1/model_conversations_v1_service_service_conversation.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/conversations/v1/model_conversations_v1_service_service_conversation_service_conversation_message.go b/rest/conversations/v1/model_conversations_v1_service_service_conversation_service_conversation_message.go index ce0f0fc53..e61577a0c 100644 --- a/rest/conversations/v1/model_conversations_v1_service_service_conversation_service_conversation_message.go +++ b/rest/conversations/v1/model_conversations_v1_service_service_conversation_service_conversation_message.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/conversations/v1/model_conversations_v1_service_service_conversation_service_conversation_message_service_conversation_message_receipt.go b/rest/conversations/v1/model_conversations_v1_service_service_conversation_service_conversation_message_service_conversation_message_receipt.go index 009fa8242..08b0cecf8 100644 --- a/rest/conversations/v1/model_conversations_v1_service_service_conversation_service_conversation_message_service_conversation_message_receipt.go +++ b/rest/conversations/v1/model_conversations_v1_service_service_conversation_service_conversation_message_service_conversation_message_receipt.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/conversations/v1/model_conversations_v1_service_service_conversation_service_conversation_participant.go b/rest/conversations/v1/model_conversations_v1_service_service_conversation_service_conversation_participant.go index 907c654ba..cc3575685 100644 --- a/rest/conversations/v1/model_conversations_v1_service_service_conversation_service_conversation_participant.go +++ b/rest/conversations/v1/model_conversations_v1_service_service_conversation_service_conversation_participant.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/conversations/v1/model_conversations_v1_service_service_conversation_service_conversation_scoped_webhook.go b/rest/conversations/v1/model_conversations_v1_service_service_conversation_service_conversation_scoped_webhook.go index 497864174..bc1222e96 100644 --- a/rest/conversations/v1/model_conversations_v1_service_service_conversation_service_conversation_scoped_webhook.go +++ b/rest/conversations/v1/model_conversations_v1_service_service_conversation_service_conversation_scoped_webhook.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/conversations/v1/model_conversations_v1_service_service_role.go b/rest/conversations/v1/model_conversations_v1_service_service_role.go index c23595f68..1d9492312 100644 --- a/rest/conversations/v1/model_conversations_v1_service_service_role.go +++ b/rest/conversations/v1/model_conversations_v1_service_service_role.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/conversations/v1/model_conversations_v1_service_service_user.go b/rest/conversations/v1/model_conversations_v1_service_service_user.go index bf1511b64..c20168b40 100644 --- a/rest/conversations/v1/model_conversations_v1_service_service_user.go +++ b/rest/conversations/v1/model_conversations_v1_service_service_user.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ @@ -34,7 +34,8 @@ type ConversationsV1ServiceServiceUser struct { // Whether the User has a potentially valid Push Notification registration for this Conversations Service IsNotifiable *bool `json:"is_notifiable,omitempty"` // Whether the User is actively connected to this Conversations Service and online - IsOnline *bool `json:"is_online,omitempty"` + IsOnline *bool `json:"is_online,omitempty"` + Links *map[string]interface{} `json:"links,omitempty"` // The SID of a service-level Role assigned to the user RoleSid *string `json:"role_sid,omitempty"` // The unique string that identifies the resource diff --git a/rest/conversations/v1/model_conversations_v1_service_service_user_service_user_conversation.go b/rest/conversations/v1/model_conversations_v1_service_service_user_service_user_conversation.go new file mode 100644 index 000000000..913358d0e --- /dev/null +++ b/rest/conversations/v1/model_conversations_v1_service_service_user_service_user_conversation.go @@ -0,0 +1,55 @@ +/* + * Twilio - Conversations + * + * This is the public Twilio REST API. + * + * API version: 1.19.0 + * Contact: support@twilio.com + */ + +// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. + +package openapi + +import ( + "time" +) + +// ConversationsV1ServiceServiceUserServiceUserConversation struct for ConversationsV1ServiceServiceUserServiceUserConversation +type ConversationsV1ServiceServiceUserServiceUserConversation struct { + // The unique ID of the Account responsible for this conversation. + AccountSid *string `json:"account_sid,omitempty"` + // An optional string metadata field you can use to store any data you wish. + Attributes *string `json:"attributes,omitempty"` + // The unique ID of the Conversation Service this conversation belongs to. + ChatServiceSid *string `json:"chat_service_sid,omitempty"` + // The unique ID of the Conversation for this message. + ConversationSid *string `json:"conversation_sid,omitempty"` + // The current state of this User Conversation + ConversationState *string `json:"conversation_state,omitempty"` + // Creator of this conversation. + CreatedBy *string `json:"created_by,omitempty"` + // The date that this conversation was created. + DateCreated *time.Time `json:"date_created,omitempty"` + // The date that this conversation was last updated. + DateUpdated *time.Time `json:"date_updated,omitempty"` + // The human-readable name of this conversation. + FriendlyName *string `json:"friendly_name,omitempty"` + // The index of the last read Message . + LastReadMessageIndex *int `json:"last_read_message_index,omitempty"` + // Absolute URLs to access the participant and conversation of this user conversation. + Links *map[string]interface{} `json:"links,omitempty"` + // The Notification Level of this User Conversation. + NotificationLevel *string `json:"notification_level,omitempty"` + // Participant Sid. + ParticipantSid *string `json:"participant_sid,omitempty"` + // Timer date values for this conversation. + Timers *map[string]interface{} `json:"timers,omitempty"` + // An application-defined string that uniquely identifies the resource + UniqueName *string `json:"unique_name,omitempty"` + // The number of unread Messages in the Conversation. + UnreadMessagesCount *int `json:"unread_messages_count,omitempty"` + Url *string `json:"url,omitempty"` + // The unique ID for the User. + UserSid *string `json:"user_sid,omitempty"` +} diff --git a/rest/conversations/v1/model_conversations_v1_user.go b/rest/conversations/v1/model_conversations_v1_user.go index 390b20018..dde40f813 100644 --- a/rest/conversations/v1/model_conversations_v1_user.go +++ b/rest/conversations/v1/model_conversations_v1_user.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ @@ -34,7 +34,8 @@ type ConversationsV1User struct { // Whether the User has a potentially valid Push Notification registration for this Conversations Service IsNotifiable *bool `json:"is_notifiable,omitempty"` // Whether the User is actively connected to this Conversations Service and online - IsOnline *bool `json:"is_online,omitempty"` + IsOnline *bool `json:"is_online,omitempty"` + Links *map[string]interface{} `json:"links,omitempty"` // The SID of a service-level Role assigned to the user RoleSid *string `json:"role_sid,omitempty"` // The unique string that identifies the resource diff --git a/rest/conversations/v1/model_conversations_v1_user_user_conversation.go b/rest/conversations/v1/model_conversations_v1_user_user_conversation.go new file mode 100644 index 000000000..440120250 --- /dev/null +++ b/rest/conversations/v1/model_conversations_v1_user_user_conversation.go @@ -0,0 +1,55 @@ +/* + * Twilio - Conversations + * + * This is the public Twilio REST API. + * + * API version: 1.19.0 + * Contact: support@twilio.com + */ + +// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. + +package openapi + +import ( + "time" +) + +// ConversationsV1UserUserConversation struct for ConversationsV1UserUserConversation +type ConversationsV1UserUserConversation struct { + // The unique ID of the Account responsible for this conversation. + AccountSid *string `json:"account_sid,omitempty"` + // An optional string metadata field you can use to store any data you wish. + Attributes *string `json:"attributes,omitempty"` + // The unique ID of the Conversation Service this conversation belongs to. + ChatServiceSid *string `json:"chat_service_sid,omitempty"` + // The unique ID of the Conversation for this message. + ConversationSid *string `json:"conversation_sid,omitempty"` + // The current state of this User Conversation + ConversationState *string `json:"conversation_state,omitempty"` + // Creator of this conversation. + CreatedBy *string `json:"created_by,omitempty"` + // The date that this conversation was created. + DateCreated *time.Time `json:"date_created,omitempty"` + // The date that this conversation was last updated. + DateUpdated *time.Time `json:"date_updated,omitempty"` + // The human-readable name of this conversation. + FriendlyName *string `json:"friendly_name,omitempty"` + // The index of the last read Message . + LastReadMessageIndex *int `json:"last_read_message_index,omitempty"` + // Absolute URLs to access the participant and conversation of this user conversation. + Links *map[string]interface{} `json:"links,omitempty"` + // The Notification Level of this User Conversation. + NotificationLevel *string `json:"notification_level,omitempty"` + // Participant Sid. + ParticipantSid *string `json:"participant_sid,omitempty"` + // Timer date values for this conversation. + Timers *map[string]interface{} `json:"timers,omitempty"` + // An application-defined string that uniquely identifies the resource + UniqueName *string `json:"unique_name,omitempty"` + // The number of unread Messages in the Conversation. + UnreadMessagesCount *int `json:"unread_messages_count,omitempty"` + Url *string `json:"url,omitempty"` + // The unique ID for the User. + UserSid *string `json:"user_sid,omitempty"` +} diff --git a/rest/conversations/v1/model_list_conversation_message_receipt_response.go b/rest/conversations/v1/model_list_conversation_message_receipt_response.go index 64e89d550..5ee524fb3 100644 --- a/rest/conversations/v1/model_list_conversation_message_receipt_response.go +++ b/rest/conversations/v1/model_list_conversation_message_receipt_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/conversations/v1/model_list_conversation_message_response.go b/rest/conversations/v1/model_list_conversation_message_response.go index 93cc2752c..f9785eac9 100644 --- a/rest/conversations/v1/model_list_conversation_message_response.go +++ b/rest/conversations/v1/model_list_conversation_message_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/conversations/v1/model_list_conversation_participant_response.go b/rest/conversations/v1/model_list_conversation_participant_response.go index 79680de40..b5daf0b30 100644 --- a/rest/conversations/v1/model_list_conversation_participant_response.go +++ b/rest/conversations/v1/model_list_conversation_participant_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/conversations/v1/model_list_conversation_response.go b/rest/conversations/v1/model_list_conversation_response.go index 9eadbe17c..69a982288 100644 --- a/rest/conversations/v1/model_list_conversation_response.go +++ b/rest/conversations/v1/model_list_conversation_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/conversations/v1/model_list_conversation_response_meta.go b/rest/conversations/v1/model_list_conversation_response_meta.go index 109571962..597c4c231 100644 --- a/rest/conversations/v1/model_list_conversation_response_meta.go +++ b/rest/conversations/v1/model_list_conversation_response_meta.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/conversations/v1/model_list_conversation_scoped_webhook_response.go b/rest/conversations/v1/model_list_conversation_scoped_webhook_response.go index e8e786801..a399cd8f9 100644 --- a/rest/conversations/v1/model_list_conversation_scoped_webhook_response.go +++ b/rest/conversations/v1/model_list_conversation_scoped_webhook_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/conversations/v1/model_list_credential_response.go b/rest/conversations/v1/model_list_credential_response.go index f4c0f995f..c989a17b2 100644 --- a/rest/conversations/v1/model_list_credential_response.go +++ b/rest/conversations/v1/model_list_credential_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/conversations/v1/model_list_role_response.go b/rest/conversations/v1/model_list_role_response.go index 061114fd9..81d8b1912 100644 --- a/rest/conversations/v1/model_list_role_response.go +++ b/rest/conversations/v1/model_list_role_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/conversations/v1/model_list_service_binding_response.go b/rest/conversations/v1/model_list_service_binding_response.go index 424125a8f..2b99869fa 100644 --- a/rest/conversations/v1/model_list_service_binding_response.go +++ b/rest/conversations/v1/model_list_service_binding_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/conversations/v1/model_list_service_conversation_message_receipt_response.go b/rest/conversations/v1/model_list_service_conversation_message_receipt_response.go index 73c1e6a6a..d018be0d5 100644 --- a/rest/conversations/v1/model_list_service_conversation_message_receipt_response.go +++ b/rest/conversations/v1/model_list_service_conversation_message_receipt_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/conversations/v1/model_list_service_conversation_message_response.go b/rest/conversations/v1/model_list_service_conversation_message_response.go index ac08cda13..dccdccd03 100644 --- a/rest/conversations/v1/model_list_service_conversation_message_response.go +++ b/rest/conversations/v1/model_list_service_conversation_message_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/conversations/v1/model_list_service_conversation_participant_response.go b/rest/conversations/v1/model_list_service_conversation_participant_response.go index dbc859be2..fda4f9a0e 100644 --- a/rest/conversations/v1/model_list_service_conversation_participant_response.go +++ b/rest/conversations/v1/model_list_service_conversation_participant_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/conversations/v1/model_list_service_conversation_response.go b/rest/conversations/v1/model_list_service_conversation_response.go index 23996efbd..3b9bf6696 100644 --- a/rest/conversations/v1/model_list_service_conversation_response.go +++ b/rest/conversations/v1/model_list_service_conversation_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/conversations/v1/model_list_service_conversation_scoped_webhook_response.go b/rest/conversations/v1/model_list_service_conversation_scoped_webhook_response.go index be3e122ed..29e09f4da 100644 --- a/rest/conversations/v1/model_list_service_conversation_scoped_webhook_response.go +++ b/rest/conversations/v1/model_list_service_conversation_scoped_webhook_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/conversations/v1/model_list_service_response.go b/rest/conversations/v1/model_list_service_response.go index 064c56a2b..d04b560ff 100644 --- a/rest/conversations/v1/model_list_service_response.go +++ b/rest/conversations/v1/model_list_service_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/conversations/v1/model_list_service_role_response.go b/rest/conversations/v1/model_list_service_role_response.go index bb5f27a0b..193d1d2b5 100644 --- a/rest/conversations/v1/model_list_service_role_response.go +++ b/rest/conversations/v1/model_list_service_role_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/conversations/v1/model_list_service_user_conversation_response.go b/rest/conversations/v1/model_list_service_user_conversation_response.go new file mode 100644 index 000000000..b894901b9 --- /dev/null +++ b/rest/conversations/v1/model_list_service_user_conversation_response.go @@ -0,0 +1,18 @@ +/* + * Twilio - Conversations + * + * This is the public Twilio REST API. + * + * API version: 1.19.0 + * Contact: support@twilio.com + */ + +// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. + +package openapi + +// ListServiceUserConversationResponse struct for ListServiceUserConversationResponse +type ListServiceUserConversationResponse struct { + Conversations []ConversationsV1ServiceServiceUserServiceUserConversation `json:"conversations,omitempty"` + Meta ListConversationResponseMeta `json:"meta,omitempty"` +} diff --git a/rest/conversations/v1/model_list_service_user_response.go b/rest/conversations/v1/model_list_service_user_response.go index 5d4c76801..dd9bbf883 100644 --- a/rest/conversations/v1/model_list_service_user_response.go +++ b/rest/conversations/v1/model_list_service_user_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/conversations/v1/model_list_user_conversation_response.go b/rest/conversations/v1/model_list_user_conversation_response.go new file mode 100644 index 000000000..ae03f746d --- /dev/null +++ b/rest/conversations/v1/model_list_user_conversation_response.go @@ -0,0 +1,18 @@ +/* + * Twilio - Conversations + * + * This is the public Twilio REST API. + * + * API version: 1.19.0 + * Contact: support@twilio.com + */ + +// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. + +package openapi + +// ListUserConversationResponse struct for ListUserConversationResponse +type ListUserConversationResponse struct { + Conversations []ConversationsV1UserUserConversation `json:"conversations,omitempty"` + Meta ListConversationResponseMeta `json:"meta,omitempty"` +} diff --git a/rest/conversations/v1/model_list_user_response.go b/rest/conversations/v1/model_list_user_response.go index 6ee484621..f8f9e13a1 100644 --- a/rest/conversations/v1/model_list_user_response.go +++ b/rest/conversations/v1/model_list_user_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/conversations/v1/roles.go b/rest/conversations/v1/roles.go index 5730c7c9f..a1ff94903 100644 --- a/rest/conversations/v1/roles.go +++ b/rest/conversations/v1/roles.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/conversations/v1/services.go b/rest/conversations/v1/services.go index 9570fa993..7b7dda533 100644 --- a/rest/conversations/v1/services.go +++ b/rest/conversations/v1/services.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/conversations/v1/services_bindings.go b/rest/conversations/v1/services_bindings.go index 21f2472ce..bb80a84b5 100644 --- a/rest/conversations/v1/services_bindings.go +++ b/rest/conversations/v1/services_bindings.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/conversations/v1/services_configuration.go b/rest/conversations/v1/services_configuration.go index e003dc97a..3289d2ea8 100644 --- a/rest/conversations/v1/services_configuration.go +++ b/rest/conversations/v1/services_configuration.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/conversations/v1/services_configuration_notifications.go b/rest/conversations/v1/services_configuration_notifications.go index ed9247911..aa0e0aed0 100644 --- a/rest/conversations/v1/services_configuration_notifications.go +++ b/rest/conversations/v1/services_configuration_notifications.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/conversations/v1/services_conversations.go b/rest/conversations/v1/services_conversations.go index 82fef7ec9..52a4686da 100644 --- a/rest/conversations/v1/services_conversations.go +++ b/rest/conversations/v1/services_conversations.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/conversations/v1/services_conversations_messages.go b/rest/conversations/v1/services_conversations_messages.go index fce161786..3012c5e40 100644 --- a/rest/conversations/v1/services_conversations_messages.go +++ b/rest/conversations/v1/services_conversations_messages.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/conversations/v1/services_conversations_messages_receipts.go b/rest/conversations/v1/services_conversations_messages_receipts.go index a70299f16..2634e848e 100644 --- a/rest/conversations/v1/services_conversations_messages_receipts.go +++ b/rest/conversations/v1/services_conversations_messages_receipts.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/conversations/v1/services_conversations_participants.go b/rest/conversations/v1/services_conversations_participants.go index 9b5b4625b..09d5d678f 100644 --- a/rest/conversations/v1/services_conversations_participants.go +++ b/rest/conversations/v1/services_conversations_participants.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/conversations/v1/services_conversations_webhooks.go b/rest/conversations/v1/services_conversations_webhooks.go index 066d99d74..61edbcfff 100644 --- a/rest/conversations/v1/services_conversations_webhooks.go +++ b/rest/conversations/v1/services_conversations_webhooks.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/conversations/v1/services_roles.go b/rest/conversations/v1/services_roles.go index 7634a7881..dbda6cba4 100644 --- a/rest/conversations/v1/services_roles.go +++ b/rest/conversations/v1/services_roles.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/conversations/v1/services_users.go b/rest/conversations/v1/services_users.go index a4c91bb59..387df47c2 100644 --- a/rest/conversations/v1/services_users.go +++ b/rest/conversations/v1/services_users.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/conversations/v1/services_users_conversations.go b/rest/conversations/v1/services_users_conversations.go new file mode 100644 index 000000000..40a9ef5ad --- /dev/null +++ b/rest/conversations/v1/services_users_conversations.go @@ -0,0 +1,163 @@ +/* + * Twilio - Conversations + * + * This is the public Twilio REST API. + * + * API version: 1.19.0 + * Contact: support@twilio.com + */ + +// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. + +package openapi + +import ( + "encoding/json" + "fmt" + "net/url" + + "strings" + "time" +) + +// Delete a specific User Conversation. +func (c *ApiService) DeleteServiceUserConversation(ChatServiceSid string, UserSid string, ConversationSid string) error { + path := "/v1/Services/{ChatServiceSid}/Users/{UserSid}/Conversations/{ConversationSid}" + path = strings.Replace(path, "{"+"ChatServiceSid"+"}", ChatServiceSid, -1) + path = strings.Replace(path, "{"+"UserSid"+"}", UserSid, -1) + path = strings.Replace(path, "{"+"ConversationSid"+"}", ConversationSid, -1) + + data := url.Values{} + headers := make(map[string]interface{}) + + resp, err := c.requestHandler.Delete(c.baseURL+path, data, headers) + if err != nil { + return err + } + + defer resp.Body.Close() + + return nil +} + +// Fetch a specific User Conversation. +func (c *ApiService) FetchServiceUserConversation(ChatServiceSid string, UserSid string, ConversationSid string) (*ConversationsV1ServiceServiceUserServiceUserConversation, error) { + path := "/v1/Services/{ChatServiceSid}/Users/{UserSid}/Conversations/{ConversationSid}" + path = strings.Replace(path, "{"+"ChatServiceSid"+"}", ChatServiceSid, -1) + path = strings.Replace(path, "{"+"UserSid"+"}", UserSid, -1) + path = strings.Replace(path, "{"+"ConversationSid"+"}", ConversationSid, -1) + + data := url.Values{} + headers := make(map[string]interface{}) + + resp, err := c.requestHandler.Get(c.baseURL+path, data, headers) + if err != nil { + return nil, err + } + + defer resp.Body.Close() + + ps := &ConversationsV1ServiceServiceUserServiceUserConversation{} + if err := json.NewDecoder(resp.Body).Decode(ps); err != nil { + return nil, err + } + + return ps, err +} + +// Optional parameters for the method 'ListServiceUserConversation' +type ListServiceUserConversationParams struct { + // How many resources to return in each list page. The default is 50, and the maximum is 1000. + PageSize *int `json:"PageSize,omitempty"` +} + +func (params *ListServiceUserConversationParams) SetPageSize(PageSize int) *ListServiceUserConversationParams { + params.PageSize = &PageSize + return params +} + +// Retrieve a list of all User Conversations for the User. +func (c *ApiService) ListServiceUserConversation(ChatServiceSid string, UserSid string, params *ListServiceUserConversationParams) (*ListServiceUserConversationResponse, error) { + path := "/v1/Services/{ChatServiceSid}/Users/{UserSid}/Conversations" + path = strings.Replace(path, "{"+"ChatServiceSid"+"}", ChatServiceSid, -1) + path = strings.Replace(path, "{"+"UserSid"+"}", UserSid, -1) + + data := url.Values{} + headers := make(map[string]interface{}) + + if params != nil && params.PageSize != nil { + data.Set("PageSize", fmt.Sprint(*params.PageSize)) + } + + resp, err := c.requestHandler.Get(c.baseURL+path, data, headers) + if err != nil { + return nil, err + } + + defer resp.Body.Close() + + ps := &ListServiceUserConversationResponse{} + if err := json.NewDecoder(resp.Body).Decode(ps); err != nil { + return nil, err + } + + return ps, err +} + +// Optional parameters for the method 'UpdateServiceUserConversation' +type UpdateServiceUserConversationParams struct { + // The index of the last Message in the Conversation that the Participant has read. + LastReadMessageIndex *int `json:"LastReadMessageIndex,omitempty"` + // The date of the last message read in conversation by the user, given in ISO 8601 format. + LastReadTimestamp *time.Time `json:"LastReadTimestamp,omitempty"` + // The Notification Level of this User Conversation. One of `default` or `muted`. + NotificationLevel *string `json:"NotificationLevel,omitempty"` +} + +func (params *UpdateServiceUserConversationParams) SetLastReadMessageIndex(LastReadMessageIndex int) *UpdateServiceUserConversationParams { + params.LastReadMessageIndex = &LastReadMessageIndex + return params +} +func (params *UpdateServiceUserConversationParams) SetLastReadTimestamp(LastReadTimestamp time.Time) *UpdateServiceUserConversationParams { + params.LastReadTimestamp = &LastReadTimestamp + return params +} +func (params *UpdateServiceUserConversationParams) SetNotificationLevel(NotificationLevel string) *UpdateServiceUserConversationParams { + params.NotificationLevel = &NotificationLevel + return params +} + +// Update a specific User Conversation. +func (c *ApiService) UpdateServiceUserConversation(ChatServiceSid string, UserSid string, ConversationSid string, params *UpdateServiceUserConversationParams) (*ConversationsV1ServiceServiceUserServiceUserConversation, error) { + path := "/v1/Services/{ChatServiceSid}/Users/{UserSid}/Conversations/{ConversationSid}" + path = strings.Replace(path, "{"+"ChatServiceSid"+"}", ChatServiceSid, -1) + path = strings.Replace(path, "{"+"UserSid"+"}", UserSid, -1) + path = strings.Replace(path, "{"+"ConversationSid"+"}", ConversationSid, -1) + + data := url.Values{} + headers := make(map[string]interface{}) + + if params != nil && params.LastReadMessageIndex != nil { + data.Set("LastReadMessageIndex", fmt.Sprint(*params.LastReadMessageIndex)) + } + if params != nil && params.LastReadTimestamp != nil { + data.Set("LastReadTimestamp", fmt.Sprint((*params.LastReadTimestamp).Format(time.RFC3339))) + } + if params != nil && params.NotificationLevel != nil { + data.Set("NotificationLevel", *params.NotificationLevel) + } + + resp, err := c.requestHandler.Post(c.baseURL+path, data, headers) + if err != nil { + return nil, err + } + + defer resp.Body.Close() + + ps := &ConversationsV1ServiceServiceUserServiceUserConversation{} + if err := json.NewDecoder(resp.Body).Decode(ps); err != nil { + return nil, err + } + + return ps, err +} diff --git a/rest/conversations/v1/users.go b/rest/conversations/v1/users.go index 14855b598..0f2b75152 100644 --- a/rest/conversations/v1/users.go +++ b/rest/conversations/v1/users.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/conversations/v1/users_conversations.go b/rest/conversations/v1/users_conversations.go new file mode 100644 index 000000000..8449dd948 --- /dev/null +++ b/rest/conversations/v1/users_conversations.go @@ -0,0 +1,159 @@ +/* + * Twilio - Conversations + * + * This is the public Twilio REST API. + * + * API version: 1.19.0 + * Contact: support@twilio.com + */ + +// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. + +package openapi + +import ( + "encoding/json" + "fmt" + "net/url" + + "strings" + "time" +) + +// Delete a specific User Conversation. +func (c *ApiService) DeleteUserConversation(UserSid string, ConversationSid string) error { + path := "/v1/Users/{UserSid}/Conversations/{ConversationSid}" + path = strings.Replace(path, "{"+"UserSid"+"}", UserSid, -1) + path = strings.Replace(path, "{"+"ConversationSid"+"}", ConversationSid, -1) + + data := url.Values{} + headers := make(map[string]interface{}) + + resp, err := c.requestHandler.Delete(c.baseURL+path, data, headers) + if err != nil { + return err + } + + defer resp.Body.Close() + + return nil +} + +// Fetch a specific User Conversation. +func (c *ApiService) FetchUserConversation(UserSid string, ConversationSid string) (*ConversationsV1UserUserConversation, error) { + path := "/v1/Users/{UserSid}/Conversations/{ConversationSid}" + path = strings.Replace(path, "{"+"UserSid"+"}", UserSid, -1) + path = strings.Replace(path, "{"+"ConversationSid"+"}", ConversationSid, -1) + + data := url.Values{} + headers := make(map[string]interface{}) + + resp, err := c.requestHandler.Get(c.baseURL+path, data, headers) + if err != nil { + return nil, err + } + + defer resp.Body.Close() + + ps := &ConversationsV1UserUserConversation{} + if err := json.NewDecoder(resp.Body).Decode(ps); err != nil { + return nil, err + } + + return ps, err +} + +// Optional parameters for the method 'ListUserConversation' +type ListUserConversationParams struct { + // How many resources to return in each list page. The default is 50, and the maximum is 1000. + PageSize *int `json:"PageSize,omitempty"` +} + +func (params *ListUserConversationParams) SetPageSize(PageSize int) *ListUserConversationParams { + params.PageSize = &PageSize + return params +} + +// Retrieve a list of all User Conversations for the User. +func (c *ApiService) ListUserConversation(UserSid string, params *ListUserConversationParams) (*ListUserConversationResponse, error) { + path := "/v1/Users/{UserSid}/Conversations" + path = strings.Replace(path, "{"+"UserSid"+"}", UserSid, -1) + + data := url.Values{} + headers := make(map[string]interface{}) + + if params != nil && params.PageSize != nil { + data.Set("PageSize", fmt.Sprint(*params.PageSize)) + } + + resp, err := c.requestHandler.Get(c.baseURL+path, data, headers) + if err != nil { + return nil, err + } + + defer resp.Body.Close() + + ps := &ListUserConversationResponse{} + if err := json.NewDecoder(resp.Body).Decode(ps); err != nil { + return nil, err + } + + return ps, err +} + +// Optional parameters for the method 'UpdateUserConversation' +type UpdateUserConversationParams struct { + // The index of the last Message in the Conversation that the Participant has read. + LastReadMessageIndex *int `json:"LastReadMessageIndex,omitempty"` + // The date of the last message read in conversation by the user, given in ISO 8601 format. + LastReadTimestamp *time.Time `json:"LastReadTimestamp,omitempty"` + // The Notification Level of this User Conversation. One of `default` or `muted`. + NotificationLevel *string `json:"NotificationLevel,omitempty"` +} + +func (params *UpdateUserConversationParams) SetLastReadMessageIndex(LastReadMessageIndex int) *UpdateUserConversationParams { + params.LastReadMessageIndex = &LastReadMessageIndex + return params +} +func (params *UpdateUserConversationParams) SetLastReadTimestamp(LastReadTimestamp time.Time) *UpdateUserConversationParams { + params.LastReadTimestamp = &LastReadTimestamp + return params +} +func (params *UpdateUserConversationParams) SetNotificationLevel(NotificationLevel string) *UpdateUserConversationParams { + params.NotificationLevel = &NotificationLevel + return params +} + +// Update a specific User Conversation. +func (c *ApiService) UpdateUserConversation(UserSid string, ConversationSid string, params *UpdateUserConversationParams) (*ConversationsV1UserUserConversation, error) { + path := "/v1/Users/{UserSid}/Conversations/{ConversationSid}" + path = strings.Replace(path, "{"+"UserSid"+"}", UserSid, -1) + path = strings.Replace(path, "{"+"ConversationSid"+"}", ConversationSid, -1) + + data := url.Values{} + headers := make(map[string]interface{}) + + if params != nil && params.LastReadMessageIndex != nil { + data.Set("LastReadMessageIndex", fmt.Sprint(*params.LastReadMessageIndex)) + } + if params != nil && params.LastReadTimestamp != nil { + data.Set("LastReadTimestamp", fmt.Sprint((*params.LastReadTimestamp).Format(time.RFC3339))) + } + if params != nil && params.NotificationLevel != nil { + data.Set("NotificationLevel", *params.NotificationLevel) + } + + resp, err := c.requestHandler.Post(c.baseURL+path, data, headers) + if err != nil { + return nil, err + } + + defer resp.Body.Close() + + ps := &ConversationsV1UserUserConversation{} + if err := json.NewDecoder(resp.Body).Decode(ps); err != nil { + return nil, err + } + + return ps, err +} diff --git a/rest/events/v1/README.md b/rest/events/v1/README.md index fc755dd91..830af3e70 100644 --- a/rest/events/v1/README.md +++ b/rest/events/v1/README.md @@ -5,7 +5,7 @@ This is the public Twilio REST API. ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project from the OpenAPI specs located at [twilio/twilio-oai](https://github.com/twilio/twilio-oai/tree/main/spec). By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client. -- API version: 1.18.0 +- API version: 1.19.0 - Package version: 1.0.0 - Build package: com.twilio.oai.TwilioGoGenerator For more information, please visit [https://support.twilio.com](https://support.twilio.com) diff --git a/rest/events/v1/api_service.go b/rest/events/v1/api_service.go index 7be5f8429..877280431 100644 --- a/rest/events/v1/api_service.go +++ b/rest/events/v1/api_service.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/events/v1/model_events_v1_event_type.go b/rest/events/v1/model_events_v1_event_type.go index 596f5ec7d..6c529d2c5 100644 --- a/rest/events/v1/model_events_v1_event_type.go +++ b/rest/events/v1/model_events_v1_event_type.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/events/v1/model_events_v1_schema.go b/rest/events/v1/model_events_v1_schema.go index 6aac4fa23..0162833e9 100644 --- a/rest/events/v1/model_events_v1_schema.go +++ b/rest/events/v1/model_events_v1_schema.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/events/v1/model_events_v1_schema_schema_version.go b/rest/events/v1/model_events_v1_schema_schema_version.go index f8ed06fdb..c06fa6e29 100644 --- a/rest/events/v1/model_events_v1_schema_schema_version.go +++ b/rest/events/v1/model_events_v1_schema_schema_version.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/events/v1/model_events_v1_sink.go b/rest/events/v1/model_events_v1_sink.go index bc8117b50..16e39b7ac 100644 --- a/rest/events/v1/model_events_v1_sink.go +++ b/rest/events/v1/model_events_v1_sink.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/events/v1/model_events_v1_sink_sink_test_.go b/rest/events/v1/model_events_v1_sink_sink_test_.go index 76d6991db..bff847ef1 100644 --- a/rest/events/v1/model_events_v1_sink_sink_test_.go +++ b/rest/events/v1/model_events_v1_sink_sink_test_.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/events/v1/model_events_v1_sink_sink_validate.go b/rest/events/v1/model_events_v1_sink_sink_validate.go index 13cecbab1..e8e1b569a 100644 --- a/rest/events/v1/model_events_v1_sink_sink_validate.go +++ b/rest/events/v1/model_events_v1_sink_sink_validate.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/events/v1/model_events_v1_subscription.go b/rest/events/v1/model_events_v1_subscription.go index febeadd7a..345cd7912 100644 --- a/rest/events/v1/model_events_v1_subscription.go +++ b/rest/events/v1/model_events_v1_subscription.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/events/v1/model_events_v1_subscription_subscribed_event.go b/rest/events/v1/model_events_v1_subscription_subscribed_event.go index 9092409d7..282fcc903 100644 --- a/rest/events/v1/model_events_v1_subscription_subscribed_event.go +++ b/rest/events/v1/model_events_v1_subscription_subscribed_event.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/events/v1/model_list_event_type_response.go b/rest/events/v1/model_list_event_type_response.go index 55a524faa..f29062a3c 100644 --- a/rest/events/v1/model_list_event_type_response.go +++ b/rest/events/v1/model_list_event_type_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/events/v1/model_list_schema_version_response.go b/rest/events/v1/model_list_schema_version_response.go index aa1e20a78..acf858387 100644 --- a/rest/events/v1/model_list_schema_version_response.go +++ b/rest/events/v1/model_list_schema_version_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/events/v1/model_list_schema_version_response_meta.go b/rest/events/v1/model_list_schema_version_response_meta.go index da8778568..050dff912 100644 --- a/rest/events/v1/model_list_schema_version_response_meta.go +++ b/rest/events/v1/model_list_schema_version_response_meta.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/events/v1/model_list_sink_response.go b/rest/events/v1/model_list_sink_response.go index 49d71db9a..74a40cf08 100644 --- a/rest/events/v1/model_list_sink_response.go +++ b/rest/events/v1/model_list_sink_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/events/v1/model_list_subscribed_event_response.go b/rest/events/v1/model_list_subscribed_event_response.go index 791e9e019..154c94df1 100644 --- a/rest/events/v1/model_list_subscribed_event_response.go +++ b/rest/events/v1/model_list_subscribed_event_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/events/v1/model_list_subscription_response.go b/rest/events/v1/model_list_subscription_response.go index b6d5efb88..ecdb6c511 100644 --- a/rest/events/v1/model_list_subscription_response.go +++ b/rest/events/v1/model_list_subscription_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/events/v1/schemas.go b/rest/events/v1/schemas.go index be9f89e54..b8d0512bb 100644 --- a/rest/events/v1/schemas.go +++ b/rest/events/v1/schemas.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/events/v1/schemas_versions.go b/rest/events/v1/schemas_versions.go index 7e7d97587..4fdf4907e 100644 --- a/rest/events/v1/schemas_versions.go +++ b/rest/events/v1/schemas_versions.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/events/v1/sinks.go b/rest/events/v1/sinks.go index 5968d175e..ec31da0d9 100644 --- a/rest/events/v1/sinks.go +++ b/rest/events/v1/sinks.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/events/v1/sinks_test_.go b/rest/events/v1/sinks_test_.go index 8d16d0d7b..8029abb38 100644 --- a/rest/events/v1/sinks_test_.go +++ b/rest/events/v1/sinks_test_.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/events/v1/sinks_validate.go b/rest/events/v1/sinks_validate.go index 3da6c6190..17c6b88dc 100644 --- a/rest/events/v1/sinks_validate.go +++ b/rest/events/v1/sinks_validate.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/events/v1/subscriptions.go b/rest/events/v1/subscriptions.go index 95df38d18..4e61d2d4d 100644 --- a/rest/events/v1/subscriptions.go +++ b/rest/events/v1/subscriptions.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/events/v1/subscriptions_subscribed_events.go b/rest/events/v1/subscriptions_subscribed_events.go index fa3104317..de63867fe 100644 --- a/rest/events/v1/subscriptions_subscribed_events.go +++ b/rest/events/v1/subscriptions_subscribed_events.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/events/v1/types.go b/rest/events/v1/types.go index eda1351d1..ec64a5b19 100644 --- a/rest/events/v1/types.go +++ b/rest/events/v1/types.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/fax/v1/README.md b/rest/fax/v1/README.md index b5080357a..d497b1ccb 100644 --- a/rest/fax/v1/README.md +++ b/rest/fax/v1/README.md @@ -5,7 +5,7 @@ This is the public Twilio REST API. ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project from the OpenAPI specs located at [twilio/twilio-oai](https://github.com/twilio/twilio-oai/tree/main/spec). By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client. -- API version: 1.18.0 +- API version: 1.19.0 - Package version: 1.0.0 - Build package: com.twilio.oai.TwilioGoGenerator For more information, please visit [https://support.twilio.com](https://support.twilio.com) diff --git a/rest/fax/v1/api_service.go b/rest/fax/v1/api_service.go index ae775e749..c4307a04e 100644 --- a/rest/fax/v1/api_service.go +++ b/rest/fax/v1/api_service.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/fax/v1/faxes.go b/rest/fax/v1/faxes.go index cd6f4e975..7383651c9 100644 --- a/rest/fax/v1/faxes.go +++ b/rest/fax/v1/faxes.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/fax/v1/faxes_media.go b/rest/fax/v1/faxes_media.go index e4b5648dc..dede6df2d 100644 --- a/rest/fax/v1/faxes_media.go +++ b/rest/fax/v1/faxes_media.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/fax/v1/model_fax_v1_fax.go b/rest/fax/v1/model_fax_v1_fax.go index 9266350d7..f35cda54d 100644 --- a/rest/fax/v1/model_fax_v1_fax.go +++ b/rest/fax/v1/model_fax_v1_fax.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/fax/v1/model_fax_v1_fax_fax_media.go b/rest/fax/v1/model_fax_v1_fax_fax_media.go index c7257a407..e4fb9beb9 100644 --- a/rest/fax/v1/model_fax_v1_fax_fax_media.go +++ b/rest/fax/v1/model_fax_v1_fax_fax_media.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/fax/v1/model_list_fax_media_response.go b/rest/fax/v1/model_list_fax_media_response.go index 2fbbe49d9..1f17375eb 100644 --- a/rest/fax/v1/model_list_fax_media_response.go +++ b/rest/fax/v1/model_list_fax_media_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/fax/v1/model_list_fax_response.go b/rest/fax/v1/model_list_fax_response.go index 3631a208a..128749d6f 100644 --- a/rest/fax/v1/model_list_fax_response.go +++ b/rest/fax/v1/model_list_fax_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/fax/v1/model_list_fax_response_meta.go b/rest/fax/v1/model_list_fax_response_meta.go index 479ea05be..43aeefdfc 100644 --- a/rest/fax/v1/model_list_fax_response_meta.go +++ b/rest/fax/v1/model_list_fax_response_meta.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/flex/v1/README.md b/rest/flex/v1/README.md index a0dc86301..18c7eb68d 100644 --- a/rest/flex/v1/README.md +++ b/rest/flex/v1/README.md @@ -5,7 +5,7 @@ This is the public Twilio REST API. ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project from the OpenAPI specs located at [twilio/twilio-oai](https://github.com/twilio/twilio-oai/tree/main/spec). By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client. -- API version: 1.18.0 +- API version: 1.19.0 - Package version: 1.0.0 - Build package: com.twilio.oai.TwilioGoGenerator For more information, please visit [https://support.twilio.com](https://support.twilio.com) diff --git a/rest/flex/v1/api_service.go b/rest/flex/v1/api_service.go index 2ac02c28c..6bf2c3323 100644 --- a/rest/flex/v1/api_service.go +++ b/rest/flex/v1/api_service.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/flex/v1/channels.go b/rest/flex/v1/channels.go index 67badc5f5..e1f176ca6 100644 --- a/rest/flex/v1/channels.go +++ b/rest/flex/v1/channels.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/flex/v1/configuration.go b/rest/flex/v1/configuration.go index a3e606691..3d6d2a2bb 100644 --- a/rest/flex/v1/configuration.go +++ b/rest/flex/v1/configuration.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/flex/v1/flex_flows.go b/rest/flex/v1/flex_flows.go index 4f2e85f1b..81ab9a457 100644 --- a/rest/flex/v1/flex_flows.go +++ b/rest/flex/v1/flex_flows.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/flex/v1/model_flex_v1_channel.go b/rest/flex/v1/model_flex_v1_channel.go index 14b63836e..4792ee922 100644 --- a/rest/flex/v1/model_flex_v1_channel.go +++ b/rest/flex/v1/model_flex_v1_channel.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/flex/v1/model_flex_v1_configuration.go b/rest/flex/v1/model_flex_v1_configuration.go index 3d8b096d9..2c81ceba6 100644 --- a/rest/flex/v1/model_flex_v1_configuration.go +++ b/rest/flex/v1/model_flex_v1_configuration.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/flex/v1/model_flex_v1_flex_flow.go b/rest/flex/v1/model_flex_v1_flex_flow.go index 9022f1b64..88dbcb323 100644 --- a/rest/flex/v1/model_flex_v1_flex_flow.go +++ b/rest/flex/v1/model_flex_v1_flex_flow.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/flex/v1/model_flex_v1_web_channel.go b/rest/flex/v1/model_flex_v1_web_channel.go index ddfd90187..80216d1e1 100644 --- a/rest/flex/v1/model_flex_v1_web_channel.go +++ b/rest/flex/v1/model_flex_v1_web_channel.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/flex/v1/model_list_channel_response.go b/rest/flex/v1/model_list_channel_response.go index dc9d47828..786dca785 100644 --- a/rest/flex/v1/model_list_channel_response.go +++ b/rest/flex/v1/model_list_channel_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/flex/v1/model_list_channel_response_meta.go b/rest/flex/v1/model_list_channel_response_meta.go index 56bdb3deb..d50e3578b 100644 --- a/rest/flex/v1/model_list_channel_response_meta.go +++ b/rest/flex/v1/model_list_channel_response_meta.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/flex/v1/model_list_flex_flow_response.go b/rest/flex/v1/model_list_flex_flow_response.go index 3cfa0ec29..ad410360f 100644 --- a/rest/flex/v1/model_list_flex_flow_response.go +++ b/rest/flex/v1/model_list_flex_flow_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/flex/v1/model_list_web_channel_response.go b/rest/flex/v1/model_list_web_channel_response.go index 123f59580..66f5a8bf5 100644 --- a/rest/flex/v1/model_list_web_channel_response.go +++ b/rest/flex/v1/model_list_web_channel_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/flex/v1/web_channels.go b/rest/flex/v1/web_channels.go index 73251c056..50e78fb96 100644 --- a/rest/flex/v1/web_channels.go +++ b/rest/flex/v1/web_channels.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/frontline/v1/README.md b/rest/frontline/v1/README.md index 8000f2396..4904f91c9 100644 --- a/rest/frontline/v1/README.md +++ b/rest/frontline/v1/README.md @@ -5,7 +5,7 @@ This is the public Twilio REST API. ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project from the OpenAPI specs located at [twilio/twilio-oai](https://github.com/twilio/twilio-oai/tree/main/spec). By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client. -- API version: 1.18.0 +- API version: 1.19.0 - Package version: 1.0.0 - Build package: com.twilio.oai.TwilioGoGenerator For more information, please visit [https://support.twilio.com](https://support.twilio.com) diff --git a/rest/frontline/v1/api_service.go b/rest/frontline/v1/api_service.go index a024c9824..28e7e0265 100644 --- a/rest/frontline/v1/api_service.go +++ b/rest/frontline/v1/api_service.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/frontline/v1/model_frontline_v1_user.go b/rest/frontline/v1/model_frontline_v1_user.go index 2d9b33f19..1637ebf7b 100644 --- a/rest/frontline/v1/model_frontline_v1_user.go +++ b/rest/frontline/v1/model_frontline_v1_user.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/frontline/v1/users.go b/rest/frontline/v1/users.go index 79013ec5e..c7c434184 100644 --- a/rest/frontline/v1/users.go +++ b/rest/frontline/v1/users.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/insights/v1/README.md b/rest/insights/v1/README.md index ab7ea1179..171d52b0c 100644 --- a/rest/insights/v1/README.md +++ b/rest/insights/v1/README.md @@ -5,7 +5,7 @@ This is the public Twilio REST API. ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project from the OpenAPI specs located at [twilio/twilio-oai](https://github.com/twilio/twilio-oai/tree/main/spec). By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client. -- API version: 1.18.0 +- API version: 1.19.0 - Package version: 1.0.0 - Build package: com.twilio.oai.TwilioGoGenerator For more information, please visit [https://support.twilio.com](https://support.twilio.com) diff --git a/rest/insights/v1/api_service.go b/rest/insights/v1/api_service.go index 07979c559..0b575396e 100644 --- a/rest/insights/v1/api_service.go +++ b/rest/insights/v1/api_service.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/insights/v1/model_insights_v1_call.go b/rest/insights/v1/model_insights_v1_call.go index 03b59e3c1..600b404f9 100644 --- a/rest/insights/v1/model_insights_v1_call.go +++ b/rest/insights/v1/model_insights_v1_call.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/insights/v1/model_insights_v1_call_event.go b/rest/insights/v1/model_insights_v1_call_event.go index b72adb2ef..c6f4959f5 100644 --- a/rest/insights/v1/model_insights_v1_call_event.go +++ b/rest/insights/v1/model_insights_v1_call_event.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/insights/v1/model_insights_v1_call_metric.go b/rest/insights/v1/model_insights_v1_call_metric.go index 1dd544f84..5de66e32d 100644 --- a/rest/insights/v1/model_insights_v1_call_metric.go +++ b/rest/insights/v1/model_insights_v1_call_metric.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/insights/v1/model_insights_v1_call_summary.go b/rest/insights/v1/model_insights_v1_call_summary.go index 69d823c79..b25e35f9d 100644 --- a/rest/insights/v1/model_insights_v1_call_summary.go +++ b/rest/insights/v1/model_insights_v1_call_summary.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/insights/v1/model_insights_v1_video_room_summary.go b/rest/insights/v1/model_insights_v1_video_room_summary.go index 5e1ea498a..01e826b2f 100644 --- a/rest/insights/v1/model_insights_v1_video_room_summary.go +++ b/rest/insights/v1/model_insights_v1_video_room_summary.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/insights/v1/model_insights_v1_video_room_summary_video_participant_summary.go b/rest/insights/v1/model_insights_v1_video_room_summary_video_participant_summary.go index 6570d2b4a..2c0d585bc 100644 --- a/rest/insights/v1/model_insights_v1_video_room_summary_video_participant_summary.go +++ b/rest/insights/v1/model_insights_v1_video_room_summary_video_participant_summary.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/insights/v1/model_list_event_response.go b/rest/insights/v1/model_list_event_response.go index a6b8ebb24..ab7d40a8f 100644 --- a/rest/insights/v1/model_list_event_response.go +++ b/rest/insights/v1/model_list_event_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/insights/v1/model_list_metric_response.go b/rest/insights/v1/model_list_metric_response.go index b36b14098..f671103f7 100644 --- a/rest/insights/v1/model_list_metric_response.go +++ b/rest/insights/v1/model_list_metric_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/insights/v1/model_list_video_participant_summary_response.go b/rest/insights/v1/model_list_video_participant_summary_response.go index da0230cf3..05c54cc42 100644 --- a/rest/insights/v1/model_list_video_participant_summary_response.go +++ b/rest/insights/v1/model_list_video_participant_summary_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/insights/v1/model_list_video_room_summary_response.go b/rest/insights/v1/model_list_video_room_summary_response.go index 6e8c2ff21..2204ddf11 100644 --- a/rest/insights/v1/model_list_video_room_summary_response.go +++ b/rest/insights/v1/model_list_video_room_summary_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/insights/v1/model_list_video_room_summary_response_meta.go b/rest/insights/v1/model_list_video_room_summary_response_meta.go index 63e6362fb..82b225b5c 100644 --- a/rest/insights/v1/model_list_video_room_summary_response_meta.go +++ b/rest/insights/v1/model_list_video_room_summary_response_meta.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/insights/v1/video_rooms.go b/rest/insights/v1/video_rooms.go index cd5c138af..862e37af6 100644 --- a/rest/insights/v1/video_rooms.go +++ b/rest/insights/v1/video_rooms.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/insights/v1/video_rooms_participants.go b/rest/insights/v1/video_rooms_participants.go index 6098b1340..5a8320a99 100644 --- a/rest/insights/v1/video_rooms_participants.go +++ b/rest/insights/v1/video_rooms_participants.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/insights/v1/voice.go b/rest/insights/v1/voice.go index 6d2dc1e07..bd84525d7 100644 --- a/rest/insights/v1/voice.go +++ b/rest/insights/v1/voice.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/insights/v1/voice_events.go b/rest/insights/v1/voice_events.go index b835bd0ac..60c00a192 100644 --- a/rest/insights/v1/voice_events.go +++ b/rest/insights/v1/voice_events.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/insights/v1/voice_metrics.go b/rest/insights/v1/voice_metrics.go index cac3ef97d..ca2ae75b9 100644 --- a/rest/insights/v1/voice_metrics.go +++ b/rest/insights/v1/voice_metrics.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/insights/v1/voice_summary.go b/rest/insights/v1/voice_summary.go index 3c0e43060..8663c52d6 100644 --- a/rest/insights/v1/voice_summary.go +++ b/rest/insights/v1/voice_summary.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/ip_messaging/v1/README.md b/rest/ip_messaging/v1/README.md index bb132e492..d6e22c326 100644 --- a/rest/ip_messaging/v1/README.md +++ b/rest/ip_messaging/v1/README.md @@ -5,7 +5,7 @@ This is the public Twilio REST API. ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project from the OpenAPI specs located at [twilio/twilio-oai](https://github.com/twilio/twilio-oai/tree/main/spec). By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client. -- API version: 1.18.0 +- API version: 1.19.0 - Package version: 1.0.0 - Build package: com.twilio.oai.TwilioGoGenerator For more information, please visit [https://support.twilio.com](https://support.twilio.com) diff --git a/rest/ip_messaging/v1/api_service.go b/rest/ip_messaging/v1/api_service.go index 78e1763d6..adc05a354 100644 --- a/rest/ip_messaging/v1/api_service.go +++ b/rest/ip_messaging/v1/api_service.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/ip_messaging/v1/credentials.go b/rest/ip_messaging/v1/credentials.go index 36ef24a02..f94358cd8 100644 --- a/rest/ip_messaging/v1/credentials.go +++ b/rest/ip_messaging/v1/credentials.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/ip_messaging/v1/model_ip_messaging_v1_credential.go b/rest/ip_messaging/v1/model_ip_messaging_v1_credential.go index 8d981a8d9..f75c20a85 100644 --- a/rest/ip_messaging/v1/model_ip_messaging_v1_credential.go +++ b/rest/ip_messaging/v1/model_ip_messaging_v1_credential.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/ip_messaging/v1/model_ip_messaging_v1_service.go b/rest/ip_messaging/v1/model_ip_messaging_v1_service.go index 4ad8b2b8b..b4749285c 100644 --- a/rest/ip_messaging/v1/model_ip_messaging_v1_service.go +++ b/rest/ip_messaging/v1/model_ip_messaging_v1_service.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/ip_messaging/v1/model_ip_messaging_v1_service_channel.go b/rest/ip_messaging/v1/model_ip_messaging_v1_service_channel.go index 0c5e7b033..2a1109cc4 100644 --- a/rest/ip_messaging/v1/model_ip_messaging_v1_service_channel.go +++ b/rest/ip_messaging/v1/model_ip_messaging_v1_service_channel.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/ip_messaging/v1/model_ip_messaging_v1_service_channel_invite.go b/rest/ip_messaging/v1/model_ip_messaging_v1_service_channel_invite.go index 56ca3f0c8..a6465744a 100644 --- a/rest/ip_messaging/v1/model_ip_messaging_v1_service_channel_invite.go +++ b/rest/ip_messaging/v1/model_ip_messaging_v1_service_channel_invite.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/ip_messaging/v1/model_ip_messaging_v1_service_channel_member.go b/rest/ip_messaging/v1/model_ip_messaging_v1_service_channel_member.go index 347493303..efaa240d0 100644 --- a/rest/ip_messaging/v1/model_ip_messaging_v1_service_channel_member.go +++ b/rest/ip_messaging/v1/model_ip_messaging_v1_service_channel_member.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/ip_messaging/v1/model_ip_messaging_v1_service_channel_message.go b/rest/ip_messaging/v1/model_ip_messaging_v1_service_channel_message.go index ebbd069b0..0577d4e26 100644 --- a/rest/ip_messaging/v1/model_ip_messaging_v1_service_channel_message.go +++ b/rest/ip_messaging/v1/model_ip_messaging_v1_service_channel_message.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/ip_messaging/v1/model_ip_messaging_v1_service_role.go b/rest/ip_messaging/v1/model_ip_messaging_v1_service_role.go index 6a9ccd6dd..7c68e292c 100644 --- a/rest/ip_messaging/v1/model_ip_messaging_v1_service_role.go +++ b/rest/ip_messaging/v1/model_ip_messaging_v1_service_role.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/ip_messaging/v1/model_ip_messaging_v1_service_user.go b/rest/ip_messaging/v1/model_ip_messaging_v1_service_user.go index 8bc029c08..f3f349517 100644 --- a/rest/ip_messaging/v1/model_ip_messaging_v1_service_user.go +++ b/rest/ip_messaging/v1/model_ip_messaging_v1_service_user.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/ip_messaging/v1/model_ip_messaging_v1_service_user_user_channel.go b/rest/ip_messaging/v1/model_ip_messaging_v1_service_user_user_channel.go index f1458c708..9851bab39 100644 --- a/rest/ip_messaging/v1/model_ip_messaging_v1_service_user_user_channel.go +++ b/rest/ip_messaging/v1/model_ip_messaging_v1_service_user_user_channel.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/ip_messaging/v1/model_list_channel_response.go b/rest/ip_messaging/v1/model_list_channel_response.go index d0f61ce3e..5f487befe 100644 --- a/rest/ip_messaging/v1/model_list_channel_response.go +++ b/rest/ip_messaging/v1/model_list_channel_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/ip_messaging/v1/model_list_credential_response.go b/rest/ip_messaging/v1/model_list_credential_response.go index babbcdc13..6f09802fe 100644 --- a/rest/ip_messaging/v1/model_list_credential_response.go +++ b/rest/ip_messaging/v1/model_list_credential_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/ip_messaging/v1/model_list_credential_response_meta.go b/rest/ip_messaging/v1/model_list_credential_response_meta.go index bb8bb4d14..37b7c99e0 100644 --- a/rest/ip_messaging/v1/model_list_credential_response_meta.go +++ b/rest/ip_messaging/v1/model_list_credential_response_meta.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/ip_messaging/v1/model_list_invite_response.go b/rest/ip_messaging/v1/model_list_invite_response.go index 959840b0c..3b36ac8a6 100644 --- a/rest/ip_messaging/v1/model_list_invite_response.go +++ b/rest/ip_messaging/v1/model_list_invite_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/ip_messaging/v1/model_list_member_response.go b/rest/ip_messaging/v1/model_list_member_response.go index ce865884c..6d180ed8f 100644 --- a/rest/ip_messaging/v1/model_list_member_response.go +++ b/rest/ip_messaging/v1/model_list_member_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/ip_messaging/v1/model_list_message_response.go b/rest/ip_messaging/v1/model_list_message_response.go index 501e87f5a..209d410f9 100644 --- a/rest/ip_messaging/v1/model_list_message_response.go +++ b/rest/ip_messaging/v1/model_list_message_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/ip_messaging/v1/model_list_role_response.go b/rest/ip_messaging/v1/model_list_role_response.go index d70c83ef2..f7ae8ee48 100644 --- a/rest/ip_messaging/v1/model_list_role_response.go +++ b/rest/ip_messaging/v1/model_list_role_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/ip_messaging/v1/model_list_service_response.go b/rest/ip_messaging/v1/model_list_service_response.go index 5498b395a..bc151f404 100644 --- a/rest/ip_messaging/v1/model_list_service_response.go +++ b/rest/ip_messaging/v1/model_list_service_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/ip_messaging/v1/model_list_user_channel_response.go b/rest/ip_messaging/v1/model_list_user_channel_response.go index f6dd283b8..246dbcfca 100644 --- a/rest/ip_messaging/v1/model_list_user_channel_response.go +++ b/rest/ip_messaging/v1/model_list_user_channel_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/ip_messaging/v1/model_list_user_response.go b/rest/ip_messaging/v1/model_list_user_response.go index ee6c455a6..3f8fd6797 100644 --- a/rest/ip_messaging/v1/model_list_user_response.go +++ b/rest/ip_messaging/v1/model_list_user_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/ip_messaging/v1/services.go b/rest/ip_messaging/v1/services.go index 6010d8f67..a23196fcf 100644 --- a/rest/ip_messaging/v1/services.go +++ b/rest/ip_messaging/v1/services.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/ip_messaging/v1/services_channels.go b/rest/ip_messaging/v1/services_channels.go index 53bb78ea9..90de8088b 100644 --- a/rest/ip_messaging/v1/services_channels.go +++ b/rest/ip_messaging/v1/services_channels.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/ip_messaging/v1/services_channels_invites.go b/rest/ip_messaging/v1/services_channels_invites.go index 35f0b499e..e2e27aeb5 100644 --- a/rest/ip_messaging/v1/services_channels_invites.go +++ b/rest/ip_messaging/v1/services_channels_invites.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/ip_messaging/v1/services_channels_members.go b/rest/ip_messaging/v1/services_channels_members.go index 76b921bb5..317cd1eda 100644 --- a/rest/ip_messaging/v1/services_channels_members.go +++ b/rest/ip_messaging/v1/services_channels_members.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/ip_messaging/v1/services_channels_messages.go b/rest/ip_messaging/v1/services_channels_messages.go index 42db00b43..5d9f7d26b 100644 --- a/rest/ip_messaging/v1/services_channels_messages.go +++ b/rest/ip_messaging/v1/services_channels_messages.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/ip_messaging/v1/services_roles.go b/rest/ip_messaging/v1/services_roles.go index 330ea48ea..2d2bfea62 100644 --- a/rest/ip_messaging/v1/services_roles.go +++ b/rest/ip_messaging/v1/services_roles.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/ip_messaging/v1/services_users.go b/rest/ip_messaging/v1/services_users.go index a4bb71c67..1e71b5095 100644 --- a/rest/ip_messaging/v1/services_users.go +++ b/rest/ip_messaging/v1/services_users.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/ip_messaging/v1/services_users_channels.go b/rest/ip_messaging/v1/services_users_channels.go index 81349ee71..2bf17a342 100644 --- a/rest/ip_messaging/v1/services_users_channels.go +++ b/rest/ip_messaging/v1/services_users_channels.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/ip_messaging/v2/README.md b/rest/ip_messaging/v2/README.md index a244a65cc..ef4c19199 100644 --- a/rest/ip_messaging/v2/README.md +++ b/rest/ip_messaging/v2/README.md @@ -5,7 +5,7 @@ This is the public Twilio REST API. ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project from the OpenAPI specs located at [twilio/twilio-oai](https://github.com/twilio/twilio-oai/tree/main/spec). By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client. -- API version: 1.18.0 +- API version: 1.19.0 - Package version: 1.0.0 - Build package: com.twilio.oai.TwilioGoGenerator For more information, please visit [https://support.twilio.com](https://support.twilio.com) diff --git a/rest/ip_messaging/v2/api_service.go b/rest/ip_messaging/v2/api_service.go index 78e1763d6..adc05a354 100644 --- a/rest/ip_messaging/v2/api_service.go +++ b/rest/ip_messaging/v2/api_service.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/ip_messaging/v2/credentials.go b/rest/ip_messaging/v2/credentials.go index 8d946a523..ad1a59ddd 100644 --- a/rest/ip_messaging/v2/credentials.go +++ b/rest/ip_messaging/v2/credentials.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/ip_messaging/v2/model_ip_messaging_v2_credential.go b/rest/ip_messaging/v2/model_ip_messaging_v2_credential.go index 52f8c501f..948b344f8 100644 --- a/rest/ip_messaging/v2/model_ip_messaging_v2_credential.go +++ b/rest/ip_messaging/v2/model_ip_messaging_v2_credential.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/ip_messaging/v2/model_ip_messaging_v2_service.go b/rest/ip_messaging/v2/model_ip_messaging_v2_service.go index 642135103..b4992eb3c 100644 --- a/rest/ip_messaging/v2/model_ip_messaging_v2_service.go +++ b/rest/ip_messaging/v2/model_ip_messaging_v2_service.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/ip_messaging/v2/model_ip_messaging_v2_service_binding.go b/rest/ip_messaging/v2/model_ip_messaging_v2_service_binding.go index 0b02ebecb..fdbc0d7ab 100644 --- a/rest/ip_messaging/v2/model_ip_messaging_v2_service_binding.go +++ b/rest/ip_messaging/v2/model_ip_messaging_v2_service_binding.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/ip_messaging/v2/model_ip_messaging_v2_service_channel.go b/rest/ip_messaging/v2/model_ip_messaging_v2_service_channel.go index d662e4d6b..2ec76a044 100644 --- a/rest/ip_messaging/v2/model_ip_messaging_v2_service_channel.go +++ b/rest/ip_messaging/v2/model_ip_messaging_v2_service_channel.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/ip_messaging/v2/model_ip_messaging_v2_service_channel_channel_webhook.go b/rest/ip_messaging/v2/model_ip_messaging_v2_service_channel_channel_webhook.go index 16e72dfc4..7f1d0c3f9 100644 --- a/rest/ip_messaging/v2/model_ip_messaging_v2_service_channel_channel_webhook.go +++ b/rest/ip_messaging/v2/model_ip_messaging_v2_service_channel_channel_webhook.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/ip_messaging/v2/model_ip_messaging_v2_service_channel_invite.go b/rest/ip_messaging/v2/model_ip_messaging_v2_service_channel_invite.go index d982f484a..9ab7377a1 100644 --- a/rest/ip_messaging/v2/model_ip_messaging_v2_service_channel_invite.go +++ b/rest/ip_messaging/v2/model_ip_messaging_v2_service_channel_invite.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/ip_messaging/v2/model_ip_messaging_v2_service_channel_member.go b/rest/ip_messaging/v2/model_ip_messaging_v2_service_channel_member.go index 77e82fa55..3455479a6 100644 --- a/rest/ip_messaging/v2/model_ip_messaging_v2_service_channel_member.go +++ b/rest/ip_messaging/v2/model_ip_messaging_v2_service_channel_member.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/ip_messaging/v2/model_ip_messaging_v2_service_channel_message.go b/rest/ip_messaging/v2/model_ip_messaging_v2_service_channel_message.go index 26a7d06b5..031c276b3 100644 --- a/rest/ip_messaging/v2/model_ip_messaging_v2_service_channel_message.go +++ b/rest/ip_messaging/v2/model_ip_messaging_v2_service_channel_message.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/ip_messaging/v2/model_ip_messaging_v2_service_role.go b/rest/ip_messaging/v2/model_ip_messaging_v2_service_role.go index 2a5c72a08..edca73f87 100644 --- a/rest/ip_messaging/v2/model_ip_messaging_v2_service_role.go +++ b/rest/ip_messaging/v2/model_ip_messaging_v2_service_role.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/ip_messaging/v2/model_ip_messaging_v2_service_user.go b/rest/ip_messaging/v2/model_ip_messaging_v2_service_user.go index ff8ac97a7..260aa57aa 100644 --- a/rest/ip_messaging/v2/model_ip_messaging_v2_service_user.go +++ b/rest/ip_messaging/v2/model_ip_messaging_v2_service_user.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/ip_messaging/v2/model_ip_messaging_v2_service_user_user_binding.go b/rest/ip_messaging/v2/model_ip_messaging_v2_service_user_user_binding.go index f5e919dde..315eb7898 100644 --- a/rest/ip_messaging/v2/model_ip_messaging_v2_service_user_user_binding.go +++ b/rest/ip_messaging/v2/model_ip_messaging_v2_service_user_user_binding.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/ip_messaging/v2/model_ip_messaging_v2_service_user_user_channel.go b/rest/ip_messaging/v2/model_ip_messaging_v2_service_user_user_channel.go index 5eb925aae..87c7add6e 100644 --- a/rest/ip_messaging/v2/model_ip_messaging_v2_service_user_user_channel.go +++ b/rest/ip_messaging/v2/model_ip_messaging_v2_service_user_user_channel.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/ip_messaging/v2/model_list_binding_response.go b/rest/ip_messaging/v2/model_list_binding_response.go index 8f646508a..43e1129d7 100644 --- a/rest/ip_messaging/v2/model_list_binding_response.go +++ b/rest/ip_messaging/v2/model_list_binding_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/ip_messaging/v2/model_list_channel_response.go b/rest/ip_messaging/v2/model_list_channel_response.go index ea91f046c..a7ab6668f 100644 --- a/rest/ip_messaging/v2/model_list_channel_response.go +++ b/rest/ip_messaging/v2/model_list_channel_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/ip_messaging/v2/model_list_channel_webhook_response.go b/rest/ip_messaging/v2/model_list_channel_webhook_response.go index af3a16cce..d10f5ead3 100644 --- a/rest/ip_messaging/v2/model_list_channel_webhook_response.go +++ b/rest/ip_messaging/v2/model_list_channel_webhook_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/ip_messaging/v2/model_list_credential_response.go b/rest/ip_messaging/v2/model_list_credential_response.go index 031f50726..8ac5d2a11 100644 --- a/rest/ip_messaging/v2/model_list_credential_response.go +++ b/rest/ip_messaging/v2/model_list_credential_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/ip_messaging/v2/model_list_credential_response_meta.go b/rest/ip_messaging/v2/model_list_credential_response_meta.go index bb8bb4d14..37b7c99e0 100644 --- a/rest/ip_messaging/v2/model_list_credential_response_meta.go +++ b/rest/ip_messaging/v2/model_list_credential_response_meta.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/ip_messaging/v2/model_list_invite_response.go b/rest/ip_messaging/v2/model_list_invite_response.go index a7b58e9b0..37081ee7a 100644 --- a/rest/ip_messaging/v2/model_list_invite_response.go +++ b/rest/ip_messaging/v2/model_list_invite_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/ip_messaging/v2/model_list_member_response.go b/rest/ip_messaging/v2/model_list_member_response.go index 36acb2b24..02cd408d6 100644 --- a/rest/ip_messaging/v2/model_list_member_response.go +++ b/rest/ip_messaging/v2/model_list_member_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/ip_messaging/v2/model_list_message_response.go b/rest/ip_messaging/v2/model_list_message_response.go index 092814f18..c29c47c66 100644 --- a/rest/ip_messaging/v2/model_list_message_response.go +++ b/rest/ip_messaging/v2/model_list_message_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/ip_messaging/v2/model_list_role_response.go b/rest/ip_messaging/v2/model_list_role_response.go index caa17b57f..e32753a3a 100644 --- a/rest/ip_messaging/v2/model_list_role_response.go +++ b/rest/ip_messaging/v2/model_list_role_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/ip_messaging/v2/model_list_service_response.go b/rest/ip_messaging/v2/model_list_service_response.go index c9c2fb3dc..c2c08565f 100644 --- a/rest/ip_messaging/v2/model_list_service_response.go +++ b/rest/ip_messaging/v2/model_list_service_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/ip_messaging/v2/model_list_user_binding_response.go b/rest/ip_messaging/v2/model_list_user_binding_response.go index 7f534bea2..1afe92dd3 100644 --- a/rest/ip_messaging/v2/model_list_user_binding_response.go +++ b/rest/ip_messaging/v2/model_list_user_binding_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/ip_messaging/v2/model_list_user_channel_response.go b/rest/ip_messaging/v2/model_list_user_channel_response.go index b647ef9b2..09f1a4370 100644 --- a/rest/ip_messaging/v2/model_list_user_channel_response.go +++ b/rest/ip_messaging/v2/model_list_user_channel_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/ip_messaging/v2/model_list_user_response.go b/rest/ip_messaging/v2/model_list_user_response.go index 417c7bcb5..7a799b5e2 100644 --- a/rest/ip_messaging/v2/model_list_user_response.go +++ b/rest/ip_messaging/v2/model_list_user_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/ip_messaging/v2/services.go b/rest/ip_messaging/v2/services.go index 8a8079f36..7e9137277 100644 --- a/rest/ip_messaging/v2/services.go +++ b/rest/ip_messaging/v2/services.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/ip_messaging/v2/services_bindings.go b/rest/ip_messaging/v2/services_bindings.go index afd73844f..2f387bc5a 100644 --- a/rest/ip_messaging/v2/services_bindings.go +++ b/rest/ip_messaging/v2/services_bindings.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/ip_messaging/v2/services_channels.go b/rest/ip_messaging/v2/services_channels.go index 5c3cae014..6aa333583 100644 --- a/rest/ip_messaging/v2/services_channels.go +++ b/rest/ip_messaging/v2/services_channels.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/ip_messaging/v2/services_channels_invites.go b/rest/ip_messaging/v2/services_channels_invites.go index 2fd34c770..d7856ee34 100644 --- a/rest/ip_messaging/v2/services_channels_invites.go +++ b/rest/ip_messaging/v2/services_channels_invites.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/ip_messaging/v2/services_channels_members.go b/rest/ip_messaging/v2/services_channels_members.go index b137b5519..247822932 100644 --- a/rest/ip_messaging/v2/services_channels_members.go +++ b/rest/ip_messaging/v2/services_channels_members.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/ip_messaging/v2/services_channels_messages.go b/rest/ip_messaging/v2/services_channels_messages.go index 1a88145f7..5d7ab61a8 100644 --- a/rest/ip_messaging/v2/services_channels_messages.go +++ b/rest/ip_messaging/v2/services_channels_messages.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/ip_messaging/v2/services_channels_webhooks.go b/rest/ip_messaging/v2/services_channels_webhooks.go index 657b6c64a..011004a3b 100644 --- a/rest/ip_messaging/v2/services_channels_webhooks.go +++ b/rest/ip_messaging/v2/services_channels_webhooks.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/ip_messaging/v2/services_roles.go b/rest/ip_messaging/v2/services_roles.go index 3139f5f1e..951b4cc82 100644 --- a/rest/ip_messaging/v2/services_roles.go +++ b/rest/ip_messaging/v2/services_roles.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/ip_messaging/v2/services_users.go b/rest/ip_messaging/v2/services_users.go index f0fa81a16..e7143b5bd 100644 --- a/rest/ip_messaging/v2/services_users.go +++ b/rest/ip_messaging/v2/services_users.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/ip_messaging/v2/services_users_bindings.go b/rest/ip_messaging/v2/services_users_bindings.go index 2b8896881..9e85968a9 100644 --- a/rest/ip_messaging/v2/services_users_bindings.go +++ b/rest/ip_messaging/v2/services_users_bindings.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/ip_messaging/v2/services_users_channels.go b/rest/ip_messaging/v2/services_users_channels.go index 418167222..bcb5f8346 100644 --- a/rest/ip_messaging/v2/services_users_channels.go +++ b/rest/ip_messaging/v2/services_users_channels.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/lookups/v1/README.md b/rest/lookups/v1/README.md index 866ee55c9..df827278c 100644 --- a/rest/lookups/v1/README.md +++ b/rest/lookups/v1/README.md @@ -5,7 +5,7 @@ This is the public Twilio REST API. ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project from the OpenAPI specs located at [twilio/twilio-oai](https://github.com/twilio/twilio-oai/tree/main/spec). By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client. -- API version: 1.18.0 +- API version: 1.19.0 - Package version: 1.0.0 - Build package: com.twilio.oai.TwilioGoGenerator For more information, please visit [https://support.twilio.com](https://support.twilio.com) diff --git a/rest/lookups/v1/api_service.go b/rest/lookups/v1/api_service.go index bd0238e6c..5ad1d0687 100644 --- a/rest/lookups/v1/api_service.go +++ b/rest/lookups/v1/api_service.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/lookups/v1/model_lookups_v1_phone_number.go b/rest/lookups/v1/model_lookups_v1_phone_number.go index 470afd8b1..bf2832c82 100644 --- a/rest/lookups/v1/model_lookups_v1_phone_number.go +++ b/rest/lookups/v1/model_lookups_v1_phone_number.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/lookups/v1/phone_numbers.go b/rest/lookups/v1/phone_numbers.go index 5dc145df2..59abf8dc9 100644 --- a/rest/lookups/v1/phone_numbers.go +++ b/rest/lookups/v1/phone_numbers.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/messaging/v1/README.md b/rest/messaging/v1/README.md index 08bae431b..eefcfc2ba 100644 --- a/rest/messaging/v1/README.md +++ b/rest/messaging/v1/README.md @@ -5,7 +5,7 @@ This is the public Twilio REST API. ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project from the OpenAPI specs located at [twilio/twilio-oai](https://github.com/twilio/twilio-oai/tree/main/spec). By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client. -- API version: 1.18.0 +- API version: 1.19.0 - Package version: 1.0.0 - Build package: com.twilio.oai.TwilioGoGenerator For more information, please visit [https://support.twilio.com](https://support.twilio.com) diff --git a/rest/messaging/v1/a2p_brand_registrations.go b/rest/messaging/v1/a2p_brand_registrations.go index 64f31e24b..19a933cb8 100644 --- a/rest/messaging/v1/a2p_brand_registrations.go +++ b/rest/messaging/v1/a2p_brand_registrations.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/messaging/v1/api_service.go b/rest/messaging/v1/api_service.go index b90ab94eb..f9c6fa041 100644 --- a/rest/messaging/v1/api_service.go +++ b/rest/messaging/v1/api_service.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/messaging/v1/deactivations.go b/rest/messaging/v1/deactivations.go index 68eaf720a..70ad6e5a3 100644 --- a/rest/messaging/v1/deactivations.go +++ b/rest/messaging/v1/deactivations.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/messaging/v1/docs/MessagingV1BrandRegistrations.md b/rest/messaging/v1/docs/MessagingV1BrandRegistrations.md index 9d880c939..a3e558c88 100644 --- a/rest/messaging/v1/docs/MessagingV1BrandRegistrations.md +++ b/rest/messaging/v1/docs/MessagingV1BrandRegistrations.md @@ -6,6 +6,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **A2pProfileBundleSid** | Pointer to **string** | A2P Messaging Profile Bundle BundleSid | **AccountSid** | Pointer to **string** | The SID of the Account that created the resource | +**BrandScore** | Pointer to **int** | Brand score | **CustomerProfileBundleSid** | Pointer to **string** | A2P Messaging Profile Bundle BundleSid | **DateCreated** | Pointer to [**time.Time**](time.Time.md) | The ISO 8601 date and time in GMT when the resource was created | **DateUpdated** | Pointer to [**time.Time**](time.Time.md) | The ISO 8601 date and time in GMT when the resource was last updated | diff --git a/rest/messaging/v1/model_list_alpha_sender_response.go b/rest/messaging/v1/model_list_alpha_sender_response.go index 9aab58487..0fa8fb6bc 100644 --- a/rest/messaging/v1/model_list_alpha_sender_response.go +++ b/rest/messaging/v1/model_list_alpha_sender_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/messaging/v1/model_list_brand_registrations_response.go b/rest/messaging/v1/model_list_brand_registrations_response.go index 6aac2fdef..36681e2a1 100644 --- a/rest/messaging/v1/model_list_brand_registrations_response.go +++ b/rest/messaging/v1/model_list_brand_registrations_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/messaging/v1/model_list_phone_number_response.go b/rest/messaging/v1/model_list_phone_number_response.go index 52850c9ff..6d9f9ac55 100644 --- a/rest/messaging/v1/model_list_phone_number_response.go +++ b/rest/messaging/v1/model_list_phone_number_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/messaging/v1/model_list_service_response.go b/rest/messaging/v1/model_list_service_response.go index cad3e763b..1214a4b93 100644 --- a/rest/messaging/v1/model_list_service_response.go +++ b/rest/messaging/v1/model_list_service_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/messaging/v1/model_list_service_response_meta.go b/rest/messaging/v1/model_list_service_response_meta.go index f3e714787..3bde58a99 100644 --- a/rest/messaging/v1/model_list_service_response_meta.go +++ b/rest/messaging/v1/model_list_service_response_meta.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/messaging/v1/model_list_short_code_response.go b/rest/messaging/v1/model_list_short_code_response.go index 3212faa07..42efe1823 100644 --- a/rest/messaging/v1/model_list_short_code_response.go +++ b/rest/messaging/v1/model_list_short_code_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/messaging/v1/model_list_us_app_to_person_response.go b/rest/messaging/v1/model_list_us_app_to_person_response.go index 0d963e34c..abf5c5539 100644 --- a/rest/messaging/v1/model_list_us_app_to_person_response.go +++ b/rest/messaging/v1/model_list_us_app_to_person_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/messaging/v1/model_messaging_v1_brand_registrations.go b/rest/messaging/v1/model_messaging_v1_brand_registrations.go index e4f59224c..97144a6d8 100644 --- a/rest/messaging/v1/model_messaging_v1_brand_registrations.go +++ b/rest/messaging/v1/model_messaging_v1_brand_registrations.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ @@ -21,6 +21,8 @@ type MessagingV1BrandRegistrations struct { A2pProfileBundleSid *string `json:"a2p_profile_bundle_sid,omitempty"` // The SID of the Account that created the resource AccountSid *string `json:"account_sid,omitempty"` + // Brand score + BrandScore *int `json:"brand_score,omitempty"` // A2P Messaging Profile Bundle BundleSid CustomerProfileBundleSid *string `json:"customer_profile_bundle_sid,omitempty"` // The ISO 8601 date and time in GMT when the resource was created diff --git a/rest/messaging/v1/model_messaging_v1_deactivation.go b/rest/messaging/v1/model_messaging_v1_deactivation.go index 7a9573af9..f1d14ca70 100644 --- a/rest/messaging/v1/model_messaging_v1_deactivation.go +++ b/rest/messaging/v1/model_messaging_v1_deactivation.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/messaging/v1/model_messaging_v1_external_campaign.go b/rest/messaging/v1/model_messaging_v1_external_campaign.go index a41d63495..c8d421c96 100644 --- a/rest/messaging/v1/model_messaging_v1_external_campaign.go +++ b/rest/messaging/v1/model_messaging_v1_external_campaign.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/messaging/v1/model_messaging_v1_service.go b/rest/messaging/v1/model_messaging_v1_service.go index 8636bcaf3..9532038fa 100644 --- a/rest/messaging/v1/model_messaging_v1_service.go +++ b/rest/messaging/v1/model_messaging_v1_service.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/messaging/v1/model_messaging_v1_service_alpha_sender.go b/rest/messaging/v1/model_messaging_v1_service_alpha_sender.go index 038ebd264..e03b493af 100644 --- a/rest/messaging/v1/model_messaging_v1_service_alpha_sender.go +++ b/rest/messaging/v1/model_messaging_v1_service_alpha_sender.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/messaging/v1/model_messaging_v1_service_phone_number.go b/rest/messaging/v1/model_messaging_v1_service_phone_number.go index 1aa02b1fd..0a1a1cbca 100644 --- a/rest/messaging/v1/model_messaging_v1_service_phone_number.go +++ b/rest/messaging/v1/model_messaging_v1_service_phone_number.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/messaging/v1/model_messaging_v1_service_short_code.go b/rest/messaging/v1/model_messaging_v1_service_short_code.go index 8617406b2..29d00acf6 100644 --- a/rest/messaging/v1/model_messaging_v1_service_short_code.go +++ b/rest/messaging/v1/model_messaging_v1_service_short_code.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/messaging/v1/model_messaging_v1_service_us_app_to_person.go b/rest/messaging/v1/model_messaging_v1_service_us_app_to_person.go index e3e8dff97..92a56b779 100644 --- a/rest/messaging/v1/model_messaging_v1_service_us_app_to_person.go +++ b/rest/messaging/v1/model_messaging_v1_service_us_app_to_person.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/messaging/v1/model_messaging_v1_service_us_app_to_person_usecase.go b/rest/messaging/v1/model_messaging_v1_service_us_app_to_person_usecase.go index 603152be4..7064fa42e 100644 --- a/rest/messaging/v1/model_messaging_v1_service_us_app_to_person_usecase.go +++ b/rest/messaging/v1/model_messaging_v1_service_us_app_to_person_usecase.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/messaging/v1/model_messaging_v1_usecase.go b/rest/messaging/v1/model_messaging_v1_usecase.go index de6c8b50f..d07e56200 100644 --- a/rest/messaging/v1/model_messaging_v1_usecase.go +++ b/rest/messaging/v1/model_messaging_v1_usecase.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/messaging/v1/services.go b/rest/messaging/v1/services.go index 4cf10aa10..1d926e4d2 100644 --- a/rest/messaging/v1/services.go +++ b/rest/messaging/v1/services.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/messaging/v1/services_alpha_senders.go b/rest/messaging/v1/services_alpha_senders.go index 97869be4d..6502b4760 100644 --- a/rest/messaging/v1/services_alpha_senders.go +++ b/rest/messaging/v1/services_alpha_senders.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/messaging/v1/services_compliance_usa2p.go b/rest/messaging/v1/services_compliance_usa2p.go index 175a276a1..78c5b689e 100644 --- a/rest/messaging/v1/services_compliance_usa2p.go +++ b/rest/messaging/v1/services_compliance_usa2p.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/messaging/v1/services_compliance_usa2p_usecases.go b/rest/messaging/v1/services_compliance_usa2p_usecases.go index afbd74be6..41a9b498a 100644 --- a/rest/messaging/v1/services_compliance_usa2p_usecases.go +++ b/rest/messaging/v1/services_compliance_usa2p_usecases.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/messaging/v1/services_phone_numbers.go b/rest/messaging/v1/services_phone_numbers.go index c40b460c2..3393d3a83 100644 --- a/rest/messaging/v1/services_phone_numbers.go +++ b/rest/messaging/v1/services_phone_numbers.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/messaging/v1/services_preregistered_usa2p.go b/rest/messaging/v1/services_preregistered_usa2p.go index cc7c85a84..6e4264107 100644 --- a/rest/messaging/v1/services_preregistered_usa2p.go +++ b/rest/messaging/v1/services_preregistered_usa2p.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/messaging/v1/services_short_codes.go b/rest/messaging/v1/services_short_codes.go index 7279e6149..af862480f 100644 --- a/rest/messaging/v1/services_short_codes.go +++ b/rest/messaging/v1/services_short_codes.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/messaging/v1/services_usecases.go b/rest/messaging/v1/services_usecases.go index 98c4ed66f..8788ba733 100644 --- a/rest/messaging/v1/services_usecases.go +++ b/rest/messaging/v1/services_usecases.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/monitor/v1/README.md b/rest/monitor/v1/README.md index 3cbee6417..7d5c74c84 100644 --- a/rest/monitor/v1/README.md +++ b/rest/monitor/v1/README.md @@ -5,7 +5,7 @@ This is the public Twilio REST API. ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project from the OpenAPI specs located at [twilio/twilio-oai](https://github.com/twilio/twilio-oai/tree/main/spec). By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client. -- API version: 1.18.0 +- API version: 1.19.0 - Package version: 1.0.0 - Build package: com.twilio.oai.TwilioGoGenerator For more information, please visit [https://support.twilio.com](https://support.twilio.com) diff --git a/rest/monitor/v1/alerts.go b/rest/monitor/v1/alerts.go index 2ba1ad544..7e75d2545 100644 --- a/rest/monitor/v1/alerts.go +++ b/rest/monitor/v1/alerts.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/monitor/v1/api_service.go b/rest/monitor/v1/api_service.go index d2c90b3ed..cde52cda8 100644 --- a/rest/monitor/v1/api_service.go +++ b/rest/monitor/v1/api_service.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/monitor/v1/events.go b/rest/monitor/v1/events.go index f6560915c..74ec6d294 100644 --- a/rest/monitor/v1/events.go +++ b/rest/monitor/v1/events.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/monitor/v1/model_list_alert_response.go b/rest/monitor/v1/model_list_alert_response.go index fc4a47cad..61a53e092 100644 --- a/rest/monitor/v1/model_list_alert_response.go +++ b/rest/monitor/v1/model_list_alert_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/monitor/v1/model_list_alert_response_meta.go b/rest/monitor/v1/model_list_alert_response_meta.go index 295c45bf4..90329760e 100644 --- a/rest/monitor/v1/model_list_alert_response_meta.go +++ b/rest/monitor/v1/model_list_alert_response_meta.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/monitor/v1/model_list_event_response.go b/rest/monitor/v1/model_list_event_response.go index e45595088..46955f42c 100644 --- a/rest/monitor/v1/model_list_event_response.go +++ b/rest/monitor/v1/model_list_event_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/monitor/v1/model_monitor_v1_alert.go b/rest/monitor/v1/model_monitor_v1_alert.go index 3cce7cd65..bdb8b4a66 100644 --- a/rest/monitor/v1/model_monitor_v1_alert.go +++ b/rest/monitor/v1/model_monitor_v1_alert.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/monitor/v1/model_monitor_v1_alert_instance.go b/rest/monitor/v1/model_monitor_v1_alert_instance.go index 43208f986..d310f7f72 100644 --- a/rest/monitor/v1/model_monitor_v1_alert_instance.go +++ b/rest/monitor/v1/model_monitor_v1_alert_instance.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/monitor/v1/model_monitor_v1_event.go b/rest/monitor/v1/model_monitor_v1_event.go index 8e8bcc0de..4ce7187e7 100644 --- a/rest/monitor/v1/model_monitor_v1_event.go +++ b/rest/monitor/v1/model_monitor_v1_event.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/notify/v1/README.md b/rest/notify/v1/README.md index ed2ade17c..2fcbeb8bd 100644 --- a/rest/notify/v1/README.md +++ b/rest/notify/v1/README.md @@ -5,7 +5,7 @@ This is the public Twilio REST API. ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project from the OpenAPI specs located at [twilio/twilio-oai](https://github.com/twilio/twilio-oai/tree/main/spec). By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client. -- API version: 1.18.0 +- API version: 1.19.0 - Package version: 1.0.0 - Build package: com.twilio.oai.TwilioGoGenerator For more information, please visit [https://support.twilio.com](https://support.twilio.com) diff --git a/rest/notify/v1/api_service.go b/rest/notify/v1/api_service.go index c97ffdf8a..22bae8b83 100644 --- a/rest/notify/v1/api_service.go +++ b/rest/notify/v1/api_service.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/notify/v1/credentials.go b/rest/notify/v1/credentials.go index 33cba97b4..732495f4c 100644 --- a/rest/notify/v1/credentials.go +++ b/rest/notify/v1/credentials.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/notify/v1/model_list_binding_response.go b/rest/notify/v1/model_list_binding_response.go index 04482e035..88929b806 100644 --- a/rest/notify/v1/model_list_binding_response.go +++ b/rest/notify/v1/model_list_binding_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/notify/v1/model_list_credential_response.go b/rest/notify/v1/model_list_credential_response.go index e582a91e5..33f20e257 100644 --- a/rest/notify/v1/model_list_credential_response.go +++ b/rest/notify/v1/model_list_credential_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/notify/v1/model_list_credential_response_meta.go b/rest/notify/v1/model_list_credential_response_meta.go index 0c65a55a3..efcf9c664 100644 --- a/rest/notify/v1/model_list_credential_response_meta.go +++ b/rest/notify/v1/model_list_credential_response_meta.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/notify/v1/model_list_service_response.go b/rest/notify/v1/model_list_service_response.go index ef1093c1b..642ce0b5a 100644 --- a/rest/notify/v1/model_list_service_response.go +++ b/rest/notify/v1/model_list_service_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/notify/v1/model_notify_v1_credential.go b/rest/notify/v1/model_notify_v1_credential.go index df0c08385..67c45728c 100644 --- a/rest/notify/v1/model_notify_v1_credential.go +++ b/rest/notify/v1/model_notify_v1_credential.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/notify/v1/model_notify_v1_service.go b/rest/notify/v1/model_notify_v1_service.go index c05e65e71..2c0f68445 100644 --- a/rest/notify/v1/model_notify_v1_service.go +++ b/rest/notify/v1/model_notify_v1_service.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/notify/v1/model_notify_v1_service_binding.go b/rest/notify/v1/model_notify_v1_service_binding.go index 9b0c51f0b..f0c2b22b7 100644 --- a/rest/notify/v1/model_notify_v1_service_binding.go +++ b/rest/notify/v1/model_notify_v1_service_binding.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/notify/v1/model_notify_v1_service_notification.go b/rest/notify/v1/model_notify_v1_service_notification.go index 0d3965673..9accda052 100644 --- a/rest/notify/v1/model_notify_v1_service_notification.go +++ b/rest/notify/v1/model_notify_v1_service_notification.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/notify/v1/services.go b/rest/notify/v1/services.go index 36f030750..b3045c294 100644 --- a/rest/notify/v1/services.go +++ b/rest/notify/v1/services.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/notify/v1/services_bindings.go b/rest/notify/v1/services_bindings.go index 3c5749274..8ffad15a8 100644 --- a/rest/notify/v1/services_bindings.go +++ b/rest/notify/v1/services_bindings.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/notify/v1/services_notifications.go b/rest/notify/v1/services_notifications.go index 689396410..d6186ebed 100644 --- a/rest/notify/v1/services_notifications.go +++ b/rest/notify/v1/services_notifications.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/numbers/v2/README.md b/rest/numbers/v2/README.md index 786dd12d0..d5380709a 100644 --- a/rest/numbers/v2/README.md +++ b/rest/numbers/v2/README.md @@ -5,7 +5,7 @@ This is the public Twilio REST API. ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project from the OpenAPI specs located at [twilio/twilio-oai](https://github.com/twilio/twilio-oai/tree/main/spec). By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client. -- API version: 1.18.0 +- API version: 1.19.0 - Package version: 1.0.0 - Build package: com.twilio.oai.TwilioGoGenerator For more information, please visit [https://support.twilio.com](https://support.twilio.com) diff --git a/rest/numbers/v2/api_service.go b/rest/numbers/v2/api_service.go index e0b29e662..75bc0daec 100644 --- a/rest/numbers/v2/api_service.go +++ b/rest/numbers/v2/api_service.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/numbers/v2/model_list_bundle_response.go b/rest/numbers/v2/model_list_bundle_response.go index 1928e2a91..b12b9a53e 100644 --- a/rest/numbers/v2/model_list_bundle_response.go +++ b/rest/numbers/v2/model_list_bundle_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/numbers/v2/model_list_bundle_response_meta.go b/rest/numbers/v2/model_list_bundle_response_meta.go index 9d29cd469..d1049d407 100644 --- a/rest/numbers/v2/model_list_bundle_response_meta.go +++ b/rest/numbers/v2/model_list_bundle_response_meta.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/numbers/v2/model_list_end_user_response.go b/rest/numbers/v2/model_list_end_user_response.go index a221311ea..08362db36 100644 --- a/rest/numbers/v2/model_list_end_user_response.go +++ b/rest/numbers/v2/model_list_end_user_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/numbers/v2/model_list_end_user_type_response.go b/rest/numbers/v2/model_list_end_user_type_response.go index 14a3cd41c..fcb735c81 100644 --- a/rest/numbers/v2/model_list_end_user_type_response.go +++ b/rest/numbers/v2/model_list_end_user_type_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/numbers/v2/model_list_evaluation_response.go b/rest/numbers/v2/model_list_evaluation_response.go index 63a64fd50..114fae119 100644 --- a/rest/numbers/v2/model_list_evaluation_response.go +++ b/rest/numbers/v2/model_list_evaluation_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/numbers/v2/model_list_item_assignment_response.go b/rest/numbers/v2/model_list_item_assignment_response.go index 20ea10193..2ad1e2f74 100644 --- a/rest/numbers/v2/model_list_item_assignment_response.go +++ b/rest/numbers/v2/model_list_item_assignment_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/numbers/v2/model_list_regulation_response.go b/rest/numbers/v2/model_list_regulation_response.go index 23d580224..bd4193b0f 100644 --- a/rest/numbers/v2/model_list_regulation_response.go +++ b/rest/numbers/v2/model_list_regulation_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/numbers/v2/model_list_supporting_document_response.go b/rest/numbers/v2/model_list_supporting_document_response.go index 517c5c6da..aa56cf502 100644 --- a/rest/numbers/v2/model_list_supporting_document_response.go +++ b/rest/numbers/v2/model_list_supporting_document_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/numbers/v2/model_list_supporting_document_type_response.go b/rest/numbers/v2/model_list_supporting_document_type_response.go index d941a900d..7fc58bb67 100644 --- a/rest/numbers/v2/model_list_supporting_document_type_response.go +++ b/rest/numbers/v2/model_list_supporting_document_type_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/numbers/v2/model_numbers_v2_regulatory_compliance_bundle.go b/rest/numbers/v2/model_numbers_v2_regulatory_compliance_bundle.go index b61fcf1f7..e9f80dc8b 100644 --- a/rest/numbers/v2/model_numbers_v2_regulatory_compliance_bundle.go +++ b/rest/numbers/v2/model_numbers_v2_regulatory_compliance_bundle.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/numbers/v2/model_numbers_v2_regulatory_compliance_bundle_evaluation.go b/rest/numbers/v2/model_numbers_v2_regulatory_compliance_bundle_evaluation.go index 972a518e4..b841190c8 100644 --- a/rest/numbers/v2/model_numbers_v2_regulatory_compliance_bundle_evaluation.go +++ b/rest/numbers/v2/model_numbers_v2_regulatory_compliance_bundle_evaluation.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/numbers/v2/model_numbers_v2_regulatory_compliance_bundle_item_assignment.go b/rest/numbers/v2/model_numbers_v2_regulatory_compliance_bundle_item_assignment.go index ae309e636..5ab166e0e 100644 --- a/rest/numbers/v2/model_numbers_v2_regulatory_compliance_bundle_item_assignment.go +++ b/rest/numbers/v2/model_numbers_v2_regulatory_compliance_bundle_item_assignment.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/numbers/v2/model_numbers_v2_regulatory_compliance_end_user.go b/rest/numbers/v2/model_numbers_v2_regulatory_compliance_end_user.go index 85c586132..c2eab794d 100644 --- a/rest/numbers/v2/model_numbers_v2_regulatory_compliance_end_user.go +++ b/rest/numbers/v2/model_numbers_v2_regulatory_compliance_end_user.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/numbers/v2/model_numbers_v2_regulatory_compliance_end_user_type.go b/rest/numbers/v2/model_numbers_v2_regulatory_compliance_end_user_type.go index 71f40f29b..f1310f4c9 100644 --- a/rest/numbers/v2/model_numbers_v2_regulatory_compliance_end_user_type.go +++ b/rest/numbers/v2/model_numbers_v2_regulatory_compliance_end_user_type.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/numbers/v2/model_numbers_v2_regulatory_compliance_regulation.go b/rest/numbers/v2/model_numbers_v2_regulatory_compliance_regulation.go index 69da26afa..05d2e5fee 100644 --- a/rest/numbers/v2/model_numbers_v2_regulatory_compliance_regulation.go +++ b/rest/numbers/v2/model_numbers_v2_regulatory_compliance_regulation.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/numbers/v2/model_numbers_v2_regulatory_compliance_supporting_document.go b/rest/numbers/v2/model_numbers_v2_regulatory_compliance_supporting_document.go index fcc3ea2a2..9368ecb21 100644 --- a/rest/numbers/v2/model_numbers_v2_regulatory_compliance_supporting_document.go +++ b/rest/numbers/v2/model_numbers_v2_regulatory_compliance_supporting_document.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/numbers/v2/model_numbers_v2_regulatory_compliance_supporting_document_type.go b/rest/numbers/v2/model_numbers_v2_regulatory_compliance_supporting_document_type.go index 5405b8bcc..aabf2b238 100644 --- a/rest/numbers/v2/model_numbers_v2_regulatory_compliance_supporting_document_type.go +++ b/rest/numbers/v2/model_numbers_v2_regulatory_compliance_supporting_document_type.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/numbers/v2/regulatory_compliance_bundles.go b/rest/numbers/v2/regulatory_compliance_bundles.go index 9dff60ceb..0858a2cc4 100644 --- a/rest/numbers/v2/regulatory_compliance_bundles.go +++ b/rest/numbers/v2/regulatory_compliance_bundles.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/numbers/v2/regulatory_compliance_bundles_evaluations.go b/rest/numbers/v2/regulatory_compliance_bundles_evaluations.go index 4a7972fb8..811dcf1fc 100644 --- a/rest/numbers/v2/regulatory_compliance_bundles_evaluations.go +++ b/rest/numbers/v2/regulatory_compliance_bundles_evaluations.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/numbers/v2/regulatory_compliance_bundles_item_assignments.go b/rest/numbers/v2/regulatory_compliance_bundles_item_assignments.go index 6ff790a52..237db3a2c 100644 --- a/rest/numbers/v2/regulatory_compliance_bundles_item_assignments.go +++ b/rest/numbers/v2/regulatory_compliance_bundles_item_assignments.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/numbers/v2/regulatory_compliance_end_user_types.go b/rest/numbers/v2/regulatory_compliance_end_user_types.go index 334fc0490..94eb27141 100644 --- a/rest/numbers/v2/regulatory_compliance_end_user_types.go +++ b/rest/numbers/v2/regulatory_compliance_end_user_types.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/numbers/v2/regulatory_compliance_end_users.go b/rest/numbers/v2/regulatory_compliance_end_users.go index 5d48b5f66..f92ccc58c 100644 --- a/rest/numbers/v2/regulatory_compliance_end_users.go +++ b/rest/numbers/v2/regulatory_compliance_end_users.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/numbers/v2/regulatory_compliance_regulations.go b/rest/numbers/v2/regulatory_compliance_regulations.go index 30511b512..38421e7e8 100644 --- a/rest/numbers/v2/regulatory_compliance_regulations.go +++ b/rest/numbers/v2/regulatory_compliance_regulations.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/numbers/v2/regulatory_compliance_supporting_document_types.go b/rest/numbers/v2/regulatory_compliance_supporting_document_types.go index 498a04551..afdc5d7ad 100644 --- a/rest/numbers/v2/regulatory_compliance_supporting_document_types.go +++ b/rest/numbers/v2/regulatory_compliance_supporting_document_types.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/numbers/v2/regulatory_compliance_supporting_documents.go b/rest/numbers/v2/regulatory_compliance_supporting_documents.go index c92916d54..e63fe15e2 100644 --- a/rest/numbers/v2/regulatory_compliance_supporting_documents.go +++ b/rest/numbers/v2/regulatory_compliance_supporting_documents.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/pricing/v1/README.md b/rest/pricing/v1/README.md index 4ccad40e3..d8ad18ed7 100644 --- a/rest/pricing/v1/README.md +++ b/rest/pricing/v1/README.md @@ -5,7 +5,7 @@ This is the public Twilio REST API. ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project from the OpenAPI specs located at [twilio/twilio-oai](https://github.com/twilio/twilio-oai/tree/main/spec). By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client. -- API version: 1.18.0 +- API version: 1.19.0 - Package version: 1.0.0 - Build package: com.twilio.oai.TwilioGoGenerator For more information, please visit [https://support.twilio.com](https://support.twilio.com) diff --git a/rest/pricing/v1/api_service.go b/rest/pricing/v1/api_service.go index 67b962053..d24deb220 100644 --- a/rest/pricing/v1/api_service.go +++ b/rest/pricing/v1/api_service.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/pricing/v1/messaging_countries.go b/rest/pricing/v1/messaging_countries.go index 0db18735b..b1518954b 100644 --- a/rest/pricing/v1/messaging_countries.go +++ b/rest/pricing/v1/messaging_countries.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/pricing/v1/model_list_messaging_country_response.go b/rest/pricing/v1/model_list_messaging_country_response.go index 08341eff4..963bf9cc6 100644 --- a/rest/pricing/v1/model_list_messaging_country_response.go +++ b/rest/pricing/v1/model_list_messaging_country_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/pricing/v1/model_list_messaging_country_response_meta.go b/rest/pricing/v1/model_list_messaging_country_response_meta.go index 670df2bd0..e102acba5 100644 --- a/rest/pricing/v1/model_list_messaging_country_response_meta.go +++ b/rest/pricing/v1/model_list_messaging_country_response_meta.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/pricing/v1/model_list_phone_number_country_response.go b/rest/pricing/v1/model_list_phone_number_country_response.go index dcfd80de7..d494143fa 100644 --- a/rest/pricing/v1/model_list_phone_number_country_response.go +++ b/rest/pricing/v1/model_list_phone_number_country_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/pricing/v1/model_list_voice_country_response.go b/rest/pricing/v1/model_list_voice_country_response.go index 0c7b5d684..a71f44cff 100644 --- a/rest/pricing/v1/model_list_voice_country_response.go +++ b/rest/pricing/v1/model_list_voice_country_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/pricing/v1/model_pricing_v1_messaging.go b/rest/pricing/v1/model_pricing_v1_messaging.go index 3e1e9986c..ffd8b6b01 100644 --- a/rest/pricing/v1/model_pricing_v1_messaging.go +++ b/rest/pricing/v1/model_pricing_v1_messaging.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/pricing/v1/model_pricing_v1_messaging_messaging_country.go b/rest/pricing/v1/model_pricing_v1_messaging_messaging_country.go index a7265815a..8980df6ca 100644 --- a/rest/pricing/v1/model_pricing_v1_messaging_messaging_country.go +++ b/rest/pricing/v1/model_pricing_v1_messaging_messaging_country.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/pricing/v1/model_pricing_v1_messaging_messaging_country_instance.go b/rest/pricing/v1/model_pricing_v1_messaging_messaging_country_instance.go index b95ddb204..0db32f181 100644 --- a/rest/pricing/v1/model_pricing_v1_messaging_messaging_country_instance.go +++ b/rest/pricing/v1/model_pricing_v1_messaging_messaging_country_instance.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/pricing/v1/model_pricing_v1_messaging_messaging_country_instance_inbound_sms_prices.go b/rest/pricing/v1/model_pricing_v1_messaging_messaging_country_instance_inbound_sms_prices.go index 2f0df3f7d..17d7c6040 100644 --- a/rest/pricing/v1/model_pricing_v1_messaging_messaging_country_instance_inbound_sms_prices.go +++ b/rest/pricing/v1/model_pricing_v1_messaging_messaging_country_instance_inbound_sms_prices.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/pricing/v1/model_pricing_v1_messaging_messaging_country_instance_outbound_sms_prices.go b/rest/pricing/v1/model_pricing_v1_messaging_messaging_country_instance_outbound_sms_prices.go index 8e6a8b676..5049f57c5 100644 --- a/rest/pricing/v1/model_pricing_v1_messaging_messaging_country_instance_outbound_sms_prices.go +++ b/rest/pricing/v1/model_pricing_v1_messaging_messaging_country_instance_outbound_sms_prices.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/pricing/v1/model_pricing_v1_phone_number.go b/rest/pricing/v1/model_pricing_v1_phone_number.go index ea22bfa6e..d649ec8b7 100644 --- a/rest/pricing/v1/model_pricing_v1_phone_number.go +++ b/rest/pricing/v1/model_pricing_v1_phone_number.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/pricing/v1/model_pricing_v1_phone_number_phone_number_country.go b/rest/pricing/v1/model_pricing_v1_phone_number_phone_number_country.go index 166efde16..4f07ed841 100644 --- a/rest/pricing/v1/model_pricing_v1_phone_number_phone_number_country.go +++ b/rest/pricing/v1/model_pricing_v1_phone_number_phone_number_country.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/pricing/v1/model_pricing_v1_phone_number_phone_number_country_instance.go b/rest/pricing/v1/model_pricing_v1_phone_number_phone_number_country_instance.go index 5b967cf5b..6f628a451 100644 --- a/rest/pricing/v1/model_pricing_v1_phone_number_phone_number_country_instance.go +++ b/rest/pricing/v1/model_pricing_v1_phone_number_phone_number_country_instance.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/pricing/v1/model_pricing_v1_voice.go b/rest/pricing/v1/model_pricing_v1_voice.go index 96267825a..92441c05f 100644 --- a/rest/pricing/v1/model_pricing_v1_voice.go +++ b/rest/pricing/v1/model_pricing_v1_voice.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/pricing/v1/model_pricing_v1_voice_voice_country.go b/rest/pricing/v1/model_pricing_v1_voice_voice_country.go index 931bd88ff..c899d6dab 100644 --- a/rest/pricing/v1/model_pricing_v1_voice_voice_country.go +++ b/rest/pricing/v1/model_pricing_v1_voice_voice_country.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/pricing/v1/model_pricing_v1_voice_voice_country_instance.go b/rest/pricing/v1/model_pricing_v1_voice_voice_country_instance.go index a4889658d..5fefef242 100644 --- a/rest/pricing/v1/model_pricing_v1_voice_voice_country_instance.go +++ b/rest/pricing/v1/model_pricing_v1_voice_voice_country_instance.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/pricing/v1/model_pricing_v1_voice_voice_country_instance_outbound_prefix_prices.go b/rest/pricing/v1/model_pricing_v1_voice_voice_country_instance_outbound_prefix_prices.go index 988c3906e..92829d05b 100644 --- a/rest/pricing/v1/model_pricing_v1_voice_voice_country_instance_outbound_prefix_prices.go +++ b/rest/pricing/v1/model_pricing_v1_voice_voice_country_instance_outbound_prefix_prices.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/pricing/v1/model_pricing_v1_voice_voice_number.go b/rest/pricing/v1/model_pricing_v1_voice_voice_number.go index 1a6b90e9e..51b6bd51b 100644 --- a/rest/pricing/v1/model_pricing_v1_voice_voice_number.go +++ b/rest/pricing/v1/model_pricing_v1_voice_voice_number.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/pricing/v1/model_pricing_v1_voice_voice_number_inbound_call_price.go b/rest/pricing/v1/model_pricing_v1_voice_voice_number_inbound_call_price.go index 8cddf6305..cd824ec29 100644 --- a/rest/pricing/v1/model_pricing_v1_voice_voice_number_inbound_call_price.go +++ b/rest/pricing/v1/model_pricing_v1_voice_voice_number_inbound_call_price.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/pricing/v1/model_pricing_v1_voice_voice_number_outbound_call_price.go b/rest/pricing/v1/model_pricing_v1_voice_voice_number_outbound_call_price.go index 0d1c24c44..3363545de 100644 --- a/rest/pricing/v1/model_pricing_v1_voice_voice_number_outbound_call_price.go +++ b/rest/pricing/v1/model_pricing_v1_voice_voice_number_outbound_call_price.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/pricing/v1/phone_numbers_countries.go b/rest/pricing/v1/phone_numbers_countries.go index 3a397867e..6e2b41c30 100644 --- a/rest/pricing/v1/phone_numbers_countries.go +++ b/rest/pricing/v1/phone_numbers_countries.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/pricing/v1/voice_countries.go b/rest/pricing/v1/voice_countries.go index b4de007d3..1742a8da9 100644 --- a/rest/pricing/v1/voice_countries.go +++ b/rest/pricing/v1/voice_countries.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/pricing/v1/voice_numbers.go b/rest/pricing/v1/voice_numbers.go index 9dc7af9a3..e9a27e63f 100644 --- a/rest/pricing/v1/voice_numbers.go +++ b/rest/pricing/v1/voice_numbers.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/pricing/v2/README.md b/rest/pricing/v2/README.md index 873d2d20c..5621d4a5a 100644 --- a/rest/pricing/v2/README.md +++ b/rest/pricing/v2/README.md @@ -5,7 +5,7 @@ This is the public Twilio REST API. ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project from the OpenAPI specs located at [twilio/twilio-oai](https://github.com/twilio/twilio-oai/tree/main/spec). By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client. -- API version: 1.18.0 +- API version: 1.19.0 - Package version: 1.0.0 - Build package: com.twilio.oai.TwilioGoGenerator For more information, please visit [https://support.twilio.com](https://support.twilio.com) diff --git a/rest/pricing/v2/api_service.go b/rest/pricing/v2/api_service.go index 67b962053..d24deb220 100644 --- a/rest/pricing/v2/api_service.go +++ b/rest/pricing/v2/api_service.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/pricing/v2/model_list_voice_country_response.go b/rest/pricing/v2/model_list_voice_country_response.go index ef883b752..c110ddb22 100644 --- a/rest/pricing/v2/model_list_voice_country_response.go +++ b/rest/pricing/v2/model_list_voice_country_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/pricing/v2/model_list_voice_country_response_meta.go b/rest/pricing/v2/model_list_voice_country_response_meta.go index f6329ee14..126aadc3f 100644 --- a/rest/pricing/v2/model_list_voice_country_response_meta.go +++ b/rest/pricing/v2/model_list_voice_country_response_meta.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/pricing/v2/model_pricing_v2_voice.go b/rest/pricing/v2/model_pricing_v2_voice.go index 6456cd28a..f6d35c5dc 100644 --- a/rest/pricing/v2/model_pricing_v2_voice.go +++ b/rest/pricing/v2/model_pricing_v2_voice.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/pricing/v2/model_pricing_v2_voice_voice_country.go b/rest/pricing/v2/model_pricing_v2_voice_voice_country.go index d44bfc842..780ab1729 100644 --- a/rest/pricing/v2/model_pricing_v2_voice_voice_country.go +++ b/rest/pricing/v2/model_pricing_v2_voice_voice_country.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/pricing/v2/model_pricing_v2_voice_voice_country_instance.go b/rest/pricing/v2/model_pricing_v2_voice_voice_country_instance.go index 4128ee3a8..7a670fff9 100644 --- a/rest/pricing/v2/model_pricing_v2_voice_voice_country_instance.go +++ b/rest/pricing/v2/model_pricing_v2_voice_voice_country_instance.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/pricing/v2/model_pricing_v2_voice_voice_country_instance_inbound_call_prices.go b/rest/pricing/v2/model_pricing_v2_voice_voice_country_instance_inbound_call_prices.go index 271553d85..533f9d088 100644 --- a/rest/pricing/v2/model_pricing_v2_voice_voice_country_instance_inbound_call_prices.go +++ b/rest/pricing/v2/model_pricing_v2_voice_voice_country_instance_inbound_call_prices.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/pricing/v2/model_pricing_v2_voice_voice_country_instance_outbound_prefix_prices.go b/rest/pricing/v2/model_pricing_v2_voice_voice_country_instance_outbound_prefix_prices.go index c57fa02cd..d78ae2bcc 100644 --- a/rest/pricing/v2/model_pricing_v2_voice_voice_country_instance_outbound_prefix_prices.go +++ b/rest/pricing/v2/model_pricing_v2_voice_voice_country_instance_outbound_prefix_prices.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/pricing/v2/model_pricing_v2_voice_voice_number.go b/rest/pricing/v2/model_pricing_v2_voice_voice_number.go index a774db30e..0adc9fba1 100644 --- a/rest/pricing/v2/model_pricing_v2_voice_voice_number.go +++ b/rest/pricing/v2/model_pricing_v2_voice_voice_number.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/pricing/v2/model_pricing_v2_voice_voice_number_inbound_call_price.go b/rest/pricing/v2/model_pricing_v2_voice_voice_number_inbound_call_price.go index c53c774c0..82a3d02c6 100644 --- a/rest/pricing/v2/model_pricing_v2_voice_voice_number_inbound_call_price.go +++ b/rest/pricing/v2/model_pricing_v2_voice_voice_number_inbound_call_price.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/pricing/v2/model_pricing_v2_voice_voice_number_outbound_call_prices.go b/rest/pricing/v2/model_pricing_v2_voice_voice_number_outbound_call_prices.go index 47cea54b4..8023814d9 100644 --- a/rest/pricing/v2/model_pricing_v2_voice_voice_number_outbound_call_prices.go +++ b/rest/pricing/v2/model_pricing_v2_voice_voice_number_outbound_call_prices.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/pricing/v2/voice_countries.go b/rest/pricing/v2/voice_countries.go index 8062dbfe3..e0c345e9d 100644 --- a/rest/pricing/v2/voice_countries.go +++ b/rest/pricing/v2/voice_countries.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/pricing/v2/voice_numbers.go b/rest/pricing/v2/voice_numbers.go index 10bc2bcd5..9848aaf3c 100644 --- a/rest/pricing/v2/voice_numbers.go +++ b/rest/pricing/v2/voice_numbers.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/proxy/v1/README.md b/rest/proxy/v1/README.md index 5b49e133d..1d4f6eb43 100644 --- a/rest/proxy/v1/README.md +++ b/rest/proxy/v1/README.md @@ -5,7 +5,7 @@ This is the public Twilio REST API. ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project from the OpenAPI specs located at [twilio/twilio-oai](https://github.com/twilio/twilio-oai/tree/main/spec). By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client. -- API version: 1.18.0 +- API version: 1.19.0 - Package version: 1.0.0 - Build package: com.twilio.oai.TwilioGoGenerator For more information, please visit [https://support.twilio.com](https://support.twilio.com) diff --git a/rest/proxy/v1/api_service.go b/rest/proxy/v1/api_service.go index a6e43d996..d62cc1e6e 100644 --- a/rest/proxy/v1/api_service.go +++ b/rest/proxy/v1/api_service.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/proxy/v1/model_list_interaction_response.go b/rest/proxy/v1/model_list_interaction_response.go index 6977437d4..f3766dd06 100644 --- a/rest/proxy/v1/model_list_interaction_response.go +++ b/rest/proxy/v1/model_list_interaction_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/proxy/v1/model_list_message_interaction_response.go b/rest/proxy/v1/model_list_message_interaction_response.go index 0f5134505..487413093 100644 --- a/rest/proxy/v1/model_list_message_interaction_response.go +++ b/rest/proxy/v1/model_list_message_interaction_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/proxy/v1/model_list_participant_response.go b/rest/proxy/v1/model_list_participant_response.go index e63ccdf37..d8c88a12c 100644 --- a/rest/proxy/v1/model_list_participant_response.go +++ b/rest/proxy/v1/model_list_participant_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/proxy/v1/model_list_phone_number_response.go b/rest/proxy/v1/model_list_phone_number_response.go index 079754863..53c62f8de 100644 --- a/rest/proxy/v1/model_list_phone_number_response.go +++ b/rest/proxy/v1/model_list_phone_number_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/proxy/v1/model_list_service_response.go b/rest/proxy/v1/model_list_service_response.go index 018fec0d6..1b60a14f9 100644 --- a/rest/proxy/v1/model_list_service_response.go +++ b/rest/proxy/v1/model_list_service_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/proxy/v1/model_list_service_response_meta.go b/rest/proxy/v1/model_list_service_response_meta.go index 04a8c39e8..1923615a1 100644 --- a/rest/proxy/v1/model_list_service_response_meta.go +++ b/rest/proxy/v1/model_list_service_response_meta.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/proxy/v1/model_list_session_response.go b/rest/proxy/v1/model_list_session_response.go index 3c110fc95..5284d3481 100644 --- a/rest/proxy/v1/model_list_session_response.go +++ b/rest/proxy/v1/model_list_session_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/proxy/v1/model_list_short_code_response.go b/rest/proxy/v1/model_list_short_code_response.go index 3d5dc46cb..df4131ab3 100644 --- a/rest/proxy/v1/model_list_short_code_response.go +++ b/rest/proxy/v1/model_list_short_code_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/proxy/v1/model_proxy_v1_service.go b/rest/proxy/v1/model_proxy_v1_service.go index 652be428f..90dec23eb 100644 --- a/rest/proxy/v1/model_proxy_v1_service.go +++ b/rest/proxy/v1/model_proxy_v1_service.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/proxy/v1/model_proxy_v1_service_phone_number.go b/rest/proxy/v1/model_proxy_v1_service_phone_number.go index 1a40e8422..429668b7c 100644 --- a/rest/proxy/v1/model_proxy_v1_service_phone_number.go +++ b/rest/proxy/v1/model_proxy_v1_service_phone_number.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/proxy/v1/model_proxy_v1_service_phone_number_capabilities.go b/rest/proxy/v1/model_proxy_v1_service_phone_number_capabilities.go index 3580809a5..364fbb8b8 100644 --- a/rest/proxy/v1/model_proxy_v1_service_phone_number_capabilities.go +++ b/rest/proxy/v1/model_proxy_v1_service_phone_number_capabilities.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/proxy/v1/model_proxy_v1_service_session.go b/rest/proxy/v1/model_proxy_v1_service_session.go index a6b195ce3..46a8d3770 100644 --- a/rest/proxy/v1/model_proxy_v1_service_session.go +++ b/rest/proxy/v1/model_proxy_v1_service_session.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/proxy/v1/model_proxy_v1_service_session_interaction.go b/rest/proxy/v1/model_proxy_v1_service_session_interaction.go index 1b0c02ffb..125f213a7 100644 --- a/rest/proxy/v1/model_proxy_v1_service_session_interaction.go +++ b/rest/proxy/v1/model_proxy_v1_service_session_interaction.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/proxy/v1/model_proxy_v1_service_session_participant.go b/rest/proxy/v1/model_proxy_v1_service_session_participant.go index fe60e77ed..816420034 100644 --- a/rest/proxy/v1/model_proxy_v1_service_session_participant.go +++ b/rest/proxy/v1/model_proxy_v1_service_session_participant.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/proxy/v1/model_proxy_v1_service_session_participant_message_interaction.go b/rest/proxy/v1/model_proxy_v1_service_session_participant_message_interaction.go index 39a3f5ccd..24076b323 100644 --- a/rest/proxy/v1/model_proxy_v1_service_session_participant_message_interaction.go +++ b/rest/proxy/v1/model_proxy_v1_service_session_participant_message_interaction.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/proxy/v1/model_proxy_v1_service_short_code.go b/rest/proxy/v1/model_proxy_v1_service_short_code.go index d733de6ec..758a4de38 100644 --- a/rest/proxy/v1/model_proxy_v1_service_short_code.go +++ b/rest/proxy/v1/model_proxy_v1_service_short_code.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/proxy/v1/model_proxy_v1_service_short_code_capabilities.go b/rest/proxy/v1/model_proxy_v1_service_short_code_capabilities.go index ab0b833d8..d16aadaca 100644 --- a/rest/proxy/v1/model_proxy_v1_service_short_code_capabilities.go +++ b/rest/proxy/v1/model_proxy_v1_service_short_code_capabilities.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/proxy/v1/services.go b/rest/proxy/v1/services.go index 168f522ab..12b6f4950 100644 --- a/rest/proxy/v1/services.go +++ b/rest/proxy/v1/services.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/proxy/v1/services_phone_numbers.go b/rest/proxy/v1/services_phone_numbers.go index d6da4ad36..0fab219bf 100644 --- a/rest/proxy/v1/services_phone_numbers.go +++ b/rest/proxy/v1/services_phone_numbers.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/proxy/v1/services_sessions.go b/rest/proxy/v1/services_sessions.go index d39a726e4..fbfba5e5b 100644 --- a/rest/proxy/v1/services_sessions.go +++ b/rest/proxy/v1/services_sessions.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/proxy/v1/services_sessions_interactions.go b/rest/proxy/v1/services_sessions_interactions.go index e6d3f33cb..616faa932 100644 --- a/rest/proxy/v1/services_sessions_interactions.go +++ b/rest/proxy/v1/services_sessions_interactions.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/proxy/v1/services_sessions_participants.go b/rest/proxy/v1/services_sessions_participants.go index bb469770c..fc97d2aac 100644 --- a/rest/proxy/v1/services_sessions_participants.go +++ b/rest/proxy/v1/services_sessions_participants.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/proxy/v1/services_sessions_participants_message_interactions.go b/rest/proxy/v1/services_sessions_participants_message_interactions.go index bcc837370..fcafd8eb5 100644 --- a/rest/proxy/v1/services_sessions_participants_message_interactions.go +++ b/rest/proxy/v1/services_sessions_participants_message_interactions.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/proxy/v1/services_short_codes.go b/rest/proxy/v1/services_short_codes.go index a647b6dc8..d3b05ba0d 100644 --- a/rest/proxy/v1/services_short_codes.go +++ b/rest/proxy/v1/services_short_codes.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/serverless/v1/README.md b/rest/serverless/v1/README.md index 0b9695cb6..55ceb4429 100644 --- a/rest/serverless/v1/README.md +++ b/rest/serverless/v1/README.md @@ -5,7 +5,7 @@ This is the public Twilio REST API. ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project from the OpenAPI specs located at [twilio/twilio-oai](https://github.com/twilio/twilio-oai/tree/main/spec). By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client. -- API version: 1.18.0 +- API version: 1.19.0 - Package version: 1.0.0 - Build package: com.twilio.oai.TwilioGoGenerator For more information, please visit [https://support.twilio.com](https://support.twilio.com) diff --git a/rest/serverless/v1/api_service.go b/rest/serverless/v1/api_service.go index e8cc90377..c178e6bad 100644 --- a/rest/serverless/v1/api_service.go +++ b/rest/serverless/v1/api_service.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/serverless/v1/model_list_asset_response.go b/rest/serverless/v1/model_list_asset_response.go index adf26435b..764882577 100644 --- a/rest/serverless/v1/model_list_asset_response.go +++ b/rest/serverless/v1/model_list_asset_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/serverless/v1/model_list_asset_version_response.go b/rest/serverless/v1/model_list_asset_version_response.go index a708c6517..024f52497 100644 --- a/rest/serverless/v1/model_list_asset_version_response.go +++ b/rest/serverless/v1/model_list_asset_version_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/serverless/v1/model_list_build_response.go b/rest/serverless/v1/model_list_build_response.go index dcc720cd6..611fd6527 100644 --- a/rest/serverless/v1/model_list_build_response.go +++ b/rest/serverless/v1/model_list_build_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/serverless/v1/model_list_deployment_response.go b/rest/serverless/v1/model_list_deployment_response.go index 93ef7e962..ac6eaf48c 100644 --- a/rest/serverless/v1/model_list_deployment_response.go +++ b/rest/serverless/v1/model_list_deployment_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/serverless/v1/model_list_environment_response.go b/rest/serverless/v1/model_list_environment_response.go index 3280f3789..bac4e0861 100644 --- a/rest/serverless/v1/model_list_environment_response.go +++ b/rest/serverless/v1/model_list_environment_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/serverless/v1/model_list_function_response.go b/rest/serverless/v1/model_list_function_response.go index 06b6e8729..42bbc984e 100644 --- a/rest/serverless/v1/model_list_function_response.go +++ b/rest/serverless/v1/model_list_function_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/serverless/v1/model_list_function_version_response.go b/rest/serverless/v1/model_list_function_version_response.go index 5e69adc1a..3ae05e7a9 100644 --- a/rest/serverless/v1/model_list_function_version_response.go +++ b/rest/serverless/v1/model_list_function_version_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/serverless/v1/model_list_log_response.go b/rest/serverless/v1/model_list_log_response.go index 8b417f2e2..53870689b 100644 --- a/rest/serverless/v1/model_list_log_response.go +++ b/rest/serverless/v1/model_list_log_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/serverless/v1/model_list_service_response.go b/rest/serverless/v1/model_list_service_response.go index fa66c41b3..d28cbbd65 100644 --- a/rest/serverless/v1/model_list_service_response.go +++ b/rest/serverless/v1/model_list_service_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/serverless/v1/model_list_service_response_meta.go b/rest/serverless/v1/model_list_service_response_meta.go index 8bcb85dc7..c282db2bb 100644 --- a/rest/serverless/v1/model_list_service_response_meta.go +++ b/rest/serverless/v1/model_list_service_response_meta.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/serverless/v1/model_list_variable_response.go b/rest/serverless/v1/model_list_variable_response.go index 5d2a38c44..ab8133047 100644 --- a/rest/serverless/v1/model_list_variable_response.go +++ b/rest/serverless/v1/model_list_variable_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/serverless/v1/model_serverless_v1_service.go b/rest/serverless/v1/model_serverless_v1_service.go index 3b96f7075..4c66806a3 100644 --- a/rest/serverless/v1/model_serverless_v1_service.go +++ b/rest/serverless/v1/model_serverless_v1_service.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/serverless/v1/model_serverless_v1_service_asset.go b/rest/serverless/v1/model_serverless_v1_service_asset.go index b0f56e0c3..ac8ce8c46 100644 --- a/rest/serverless/v1/model_serverless_v1_service_asset.go +++ b/rest/serverless/v1/model_serverless_v1_service_asset.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/serverless/v1/model_serverless_v1_service_asset_asset_version.go b/rest/serverless/v1/model_serverless_v1_service_asset_asset_version.go index 379642314..8f414cb24 100644 --- a/rest/serverless/v1/model_serverless_v1_service_asset_asset_version.go +++ b/rest/serverless/v1/model_serverless_v1_service_asset_asset_version.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/serverless/v1/model_serverless_v1_service_build.go b/rest/serverless/v1/model_serverless_v1_service_build.go index d76d5cf9f..5f2515367 100644 --- a/rest/serverless/v1/model_serverless_v1_service_build.go +++ b/rest/serverless/v1/model_serverless_v1_service_build.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/serverless/v1/model_serverless_v1_service_build_build_status.go b/rest/serverless/v1/model_serverless_v1_service_build_build_status.go index 2b6b077f3..53f3fe674 100644 --- a/rest/serverless/v1/model_serverless_v1_service_build_build_status.go +++ b/rest/serverless/v1/model_serverless_v1_service_build_build_status.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/serverless/v1/model_serverless_v1_service_environment.go b/rest/serverless/v1/model_serverless_v1_service_environment.go index 977ccf9f2..b5d263ae4 100644 --- a/rest/serverless/v1/model_serverless_v1_service_environment.go +++ b/rest/serverless/v1/model_serverless_v1_service_environment.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/serverless/v1/model_serverless_v1_service_environment_deployment.go b/rest/serverless/v1/model_serverless_v1_service_environment_deployment.go index 405cc40bd..dc80cfb01 100644 --- a/rest/serverless/v1/model_serverless_v1_service_environment_deployment.go +++ b/rest/serverless/v1/model_serverless_v1_service_environment_deployment.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/serverless/v1/model_serverless_v1_service_environment_log.go b/rest/serverless/v1/model_serverless_v1_service_environment_log.go index c542db28d..7a42ed1b5 100644 --- a/rest/serverless/v1/model_serverless_v1_service_environment_log.go +++ b/rest/serverless/v1/model_serverless_v1_service_environment_log.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/serverless/v1/model_serverless_v1_service_environment_variable.go b/rest/serverless/v1/model_serverless_v1_service_environment_variable.go index 4be251d0d..09b7ec792 100644 --- a/rest/serverless/v1/model_serverless_v1_service_environment_variable.go +++ b/rest/serverless/v1/model_serverless_v1_service_environment_variable.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/serverless/v1/model_serverless_v1_service_function.go b/rest/serverless/v1/model_serverless_v1_service_function.go index 7469e0d0c..637dacb08 100644 --- a/rest/serverless/v1/model_serverless_v1_service_function.go +++ b/rest/serverless/v1/model_serverless_v1_service_function.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/serverless/v1/model_serverless_v1_service_function_function_version.go b/rest/serverless/v1/model_serverless_v1_service_function_function_version.go index b213637d2..f7ec913a1 100644 --- a/rest/serverless/v1/model_serverless_v1_service_function_function_version.go +++ b/rest/serverless/v1/model_serverless_v1_service_function_function_version.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/serverless/v1/model_serverless_v1_service_function_function_version_function_version_content.go b/rest/serverless/v1/model_serverless_v1_service_function_function_version_function_version_content.go index 65e0da660..2d534efd5 100644 --- a/rest/serverless/v1/model_serverless_v1_service_function_function_version_function_version_content.go +++ b/rest/serverless/v1/model_serverless_v1_service_function_function_version_function_version_content.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/serverless/v1/services.go b/rest/serverless/v1/services.go index da6ed8e8d..98f5e9b1c 100644 --- a/rest/serverless/v1/services.go +++ b/rest/serverless/v1/services.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/serverless/v1/services_assets.go b/rest/serverless/v1/services_assets.go index e206cd220..4601cca56 100644 --- a/rest/serverless/v1/services_assets.go +++ b/rest/serverless/v1/services_assets.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/serverless/v1/services_assets_versions.go b/rest/serverless/v1/services_assets_versions.go index 38513ecd1..e3ee26029 100644 --- a/rest/serverless/v1/services_assets_versions.go +++ b/rest/serverless/v1/services_assets_versions.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/serverless/v1/services_builds.go b/rest/serverless/v1/services_builds.go index 302ce2d92..d0cceebf8 100644 --- a/rest/serverless/v1/services_builds.go +++ b/rest/serverless/v1/services_builds.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/serverless/v1/services_builds_status.go b/rest/serverless/v1/services_builds_status.go index 885b922d3..0d27ecaab 100644 --- a/rest/serverless/v1/services_builds_status.go +++ b/rest/serverless/v1/services_builds_status.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/serverless/v1/services_environments.go b/rest/serverless/v1/services_environments.go index 03249755c..d1cb61c7b 100644 --- a/rest/serverless/v1/services_environments.go +++ b/rest/serverless/v1/services_environments.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/serverless/v1/services_environments_deployments.go b/rest/serverless/v1/services_environments_deployments.go index 5c5bb63cd..a146cee6f 100644 --- a/rest/serverless/v1/services_environments_deployments.go +++ b/rest/serverless/v1/services_environments_deployments.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/serverless/v1/services_environments_logs.go b/rest/serverless/v1/services_environments_logs.go index 254b9d286..14a15c064 100644 --- a/rest/serverless/v1/services_environments_logs.go +++ b/rest/serverless/v1/services_environments_logs.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/serverless/v1/services_environments_variables.go b/rest/serverless/v1/services_environments_variables.go index f2ebdf946..76cd570c6 100644 --- a/rest/serverless/v1/services_environments_variables.go +++ b/rest/serverless/v1/services_environments_variables.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/serverless/v1/services_functions.go b/rest/serverless/v1/services_functions.go index 88d25a1dc..93d890673 100644 --- a/rest/serverless/v1/services_functions.go +++ b/rest/serverless/v1/services_functions.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/serverless/v1/services_functions_versions.go b/rest/serverless/v1/services_functions_versions.go index 819f0a33f..8dcc98788 100644 --- a/rest/serverless/v1/services_functions_versions.go +++ b/rest/serverless/v1/services_functions_versions.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/serverless/v1/services_functions_versions_content.go b/rest/serverless/v1/services_functions_versions_content.go index 5d24d5301..1b29df9b7 100644 --- a/rest/serverless/v1/services_functions_versions_content.go +++ b/rest/serverless/v1/services_functions_versions_content.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/studio/v1/README.md b/rest/studio/v1/README.md index 499434539..d0d391859 100644 --- a/rest/studio/v1/README.md +++ b/rest/studio/v1/README.md @@ -5,7 +5,7 @@ This is the public Twilio REST API. ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project from the OpenAPI specs located at [twilio/twilio-oai](https://github.com/twilio/twilio-oai/tree/main/spec). By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client. -- API version: 1.18.0 +- API version: 1.19.0 - Package version: 1.0.0 - Build package: com.twilio.oai.TwilioGoGenerator For more information, please visit [https://support.twilio.com](https://support.twilio.com) diff --git a/rest/studio/v1/api_service.go b/rest/studio/v1/api_service.go index 6e5b182c1..4aee5bf5a 100644 --- a/rest/studio/v1/api_service.go +++ b/rest/studio/v1/api_service.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/studio/v1/flows.go b/rest/studio/v1/flows.go index d94a60e1d..e71efbef7 100644 --- a/rest/studio/v1/flows.go +++ b/rest/studio/v1/flows.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/studio/v1/flows_engagements.go b/rest/studio/v1/flows_engagements.go index 4c0e9c1fc..74e69d8b8 100644 --- a/rest/studio/v1/flows_engagements.go +++ b/rest/studio/v1/flows_engagements.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/studio/v1/flows_engagements_context.go b/rest/studio/v1/flows_engagements_context.go index e085efcf1..0186108b1 100644 --- a/rest/studio/v1/flows_engagements_context.go +++ b/rest/studio/v1/flows_engagements_context.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/studio/v1/flows_engagements_steps.go b/rest/studio/v1/flows_engagements_steps.go index 5126f93f2..b9aa4f5db 100644 --- a/rest/studio/v1/flows_engagements_steps.go +++ b/rest/studio/v1/flows_engagements_steps.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/studio/v1/flows_engagements_steps_context.go b/rest/studio/v1/flows_engagements_steps_context.go index 57cb7d38a..2916e4e3e 100644 --- a/rest/studio/v1/flows_engagements_steps_context.go +++ b/rest/studio/v1/flows_engagements_steps_context.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/studio/v1/flows_executions.go b/rest/studio/v1/flows_executions.go index e3dcf295d..8e3796f7c 100644 --- a/rest/studio/v1/flows_executions.go +++ b/rest/studio/v1/flows_executions.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/studio/v1/flows_executions_context.go b/rest/studio/v1/flows_executions_context.go index 69bc3d326..ba7f70f07 100644 --- a/rest/studio/v1/flows_executions_context.go +++ b/rest/studio/v1/flows_executions_context.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/studio/v1/flows_executions_steps.go b/rest/studio/v1/flows_executions_steps.go index 4028369de..e390a9bce 100644 --- a/rest/studio/v1/flows_executions_steps.go +++ b/rest/studio/v1/flows_executions_steps.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/studio/v1/flows_executions_steps_context.go b/rest/studio/v1/flows_executions_steps_context.go index ae9f8a7cb..4f2c00df4 100644 --- a/rest/studio/v1/flows_executions_steps_context.go +++ b/rest/studio/v1/flows_executions_steps_context.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/studio/v1/model_list_engagement_response.go b/rest/studio/v1/model_list_engagement_response.go index c88e2f682..fd8bd5b82 100644 --- a/rest/studio/v1/model_list_engagement_response.go +++ b/rest/studio/v1/model_list_engagement_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/studio/v1/model_list_execution_response.go b/rest/studio/v1/model_list_execution_response.go index e0538ea01..2df337635 100644 --- a/rest/studio/v1/model_list_execution_response.go +++ b/rest/studio/v1/model_list_execution_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/studio/v1/model_list_execution_step_response.go b/rest/studio/v1/model_list_execution_step_response.go index ee41f5b2e..2d2e40849 100644 --- a/rest/studio/v1/model_list_execution_step_response.go +++ b/rest/studio/v1/model_list_execution_step_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/studio/v1/model_list_flow_response.go b/rest/studio/v1/model_list_flow_response.go index d9b1dda7a..7fea00794 100644 --- a/rest/studio/v1/model_list_flow_response.go +++ b/rest/studio/v1/model_list_flow_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/studio/v1/model_list_flow_response_meta.go b/rest/studio/v1/model_list_flow_response_meta.go index f979280a1..058c510d3 100644 --- a/rest/studio/v1/model_list_flow_response_meta.go +++ b/rest/studio/v1/model_list_flow_response_meta.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/studio/v1/model_list_step_response.go b/rest/studio/v1/model_list_step_response.go index ce01b5c9d..d097d805b 100644 --- a/rest/studio/v1/model_list_step_response.go +++ b/rest/studio/v1/model_list_step_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/studio/v1/model_studio_v1_flow.go b/rest/studio/v1/model_studio_v1_flow.go index 5f261efe0..a34f92d2f 100644 --- a/rest/studio/v1/model_studio_v1_flow.go +++ b/rest/studio/v1/model_studio_v1_flow.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/studio/v1/model_studio_v1_flow_engagement.go b/rest/studio/v1/model_studio_v1_flow_engagement.go index 97fe7a184..0d17e8182 100644 --- a/rest/studio/v1/model_studio_v1_flow_engagement.go +++ b/rest/studio/v1/model_studio_v1_flow_engagement.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/studio/v1/model_studio_v1_flow_engagement_engagement_context.go b/rest/studio/v1/model_studio_v1_flow_engagement_engagement_context.go index 1161ee7e6..ff99614e9 100644 --- a/rest/studio/v1/model_studio_v1_flow_engagement_engagement_context.go +++ b/rest/studio/v1/model_studio_v1_flow_engagement_engagement_context.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/studio/v1/model_studio_v1_flow_engagement_step.go b/rest/studio/v1/model_studio_v1_flow_engagement_step.go index 1d6cae2f2..a4f64722d 100644 --- a/rest/studio/v1/model_studio_v1_flow_engagement_step.go +++ b/rest/studio/v1/model_studio_v1_flow_engagement_step.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/studio/v1/model_studio_v1_flow_engagement_step_step_context.go b/rest/studio/v1/model_studio_v1_flow_engagement_step_step_context.go index 03b765086..6cddb4fb7 100644 --- a/rest/studio/v1/model_studio_v1_flow_engagement_step_step_context.go +++ b/rest/studio/v1/model_studio_v1_flow_engagement_step_step_context.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/studio/v1/model_studio_v1_flow_execution.go b/rest/studio/v1/model_studio_v1_flow_execution.go index d4437310d..5e988b143 100644 --- a/rest/studio/v1/model_studio_v1_flow_execution.go +++ b/rest/studio/v1/model_studio_v1_flow_execution.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/studio/v1/model_studio_v1_flow_execution_execution_context.go b/rest/studio/v1/model_studio_v1_flow_execution_execution_context.go index 18ded57c3..87d497f1f 100644 --- a/rest/studio/v1/model_studio_v1_flow_execution_execution_context.go +++ b/rest/studio/v1/model_studio_v1_flow_execution_execution_context.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/studio/v1/model_studio_v1_flow_execution_execution_step.go b/rest/studio/v1/model_studio_v1_flow_execution_execution_step.go index c65572685..ad0fe580d 100644 --- a/rest/studio/v1/model_studio_v1_flow_execution_execution_step.go +++ b/rest/studio/v1/model_studio_v1_flow_execution_execution_step.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/studio/v1/model_studio_v1_flow_execution_execution_step_execution_step_context.go b/rest/studio/v1/model_studio_v1_flow_execution_execution_step_execution_step_context.go index 6c05e8e7d..01cbd6c46 100644 --- a/rest/studio/v1/model_studio_v1_flow_execution_execution_step_execution_step_context.go +++ b/rest/studio/v1/model_studio_v1_flow_execution_execution_step_execution_step_context.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/studio/v2/README.md b/rest/studio/v2/README.md index 10ae57b29..91b0643b2 100644 --- a/rest/studio/v2/README.md +++ b/rest/studio/v2/README.md @@ -5,7 +5,7 @@ This is the public Twilio REST API. ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project from the OpenAPI specs located at [twilio/twilio-oai](https://github.com/twilio/twilio-oai/tree/main/spec). By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client. -- API version: 1.18.0 +- API version: 1.19.0 - Package version: 1.0.0 - Build package: com.twilio.oai.TwilioGoGenerator For more information, please visit [https://support.twilio.com](https://support.twilio.com) diff --git a/rest/studio/v2/api_service.go b/rest/studio/v2/api_service.go index 6e5b182c1..4aee5bf5a 100644 --- a/rest/studio/v2/api_service.go +++ b/rest/studio/v2/api_service.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/studio/v2/flows.go b/rest/studio/v2/flows.go index 5016d29cb..987f7e409 100644 --- a/rest/studio/v2/flows.go +++ b/rest/studio/v2/flows.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/studio/v2/flows_executions.go b/rest/studio/v2/flows_executions.go index 0d3d1e3d3..c0f9db85e 100644 --- a/rest/studio/v2/flows_executions.go +++ b/rest/studio/v2/flows_executions.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/studio/v2/flows_executions_context.go b/rest/studio/v2/flows_executions_context.go index 4239f6431..1c8596d4a 100644 --- a/rest/studio/v2/flows_executions_context.go +++ b/rest/studio/v2/flows_executions_context.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/studio/v2/flows_executions_steps.go b/rest/studio/v2/flows_executions_steps.go index 75a86f1fa..90c059b0b 100644 --- a/rest/studio/v2/flows_executions_steps.go +++ b/rest/studio/v2/flows_executions_steps.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/studio/v2/flows_executions_steps_context.go b/rest/studio/v2/flows_executions_steps_context.go index 5de8a1341..7384ceb4c 100644 --- a/rest/studio/v2/flows_executions_steps_context.go +++ b/rest/studio/v2/flows_executions_steps_context.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/studio/v2/flows_revisions.go b/rest/studio/v2/flows_revisions.go index 17aa8461d..77341b7d5 100644 --- a/rest/studio/v2/flows_revisions.go +++ b/rest/studio/v2/flows_revisions.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/studio/v2/flows_test_users.go b/rest/studio/v2/flows_test_users.go index 2df11ebf0..8dd056bd5 100644 --- a/rest/studio/v2/flows_test_users.go +++ b/rest/studio/v2/flows_test_users.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/studio/v2/flows_validate.go b/rest/studio/v2/flows_validate.go index 6969c8c1c..9b552b274 100644 --- a/rest/studio/v2/flows_validate.go +++ b/rest/studio/v2/flows_validate.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/studio/v2/model_list_execution_response.go b/rest/studio/v2/model_list_execution_response.go index 50b3eab11..1db4837b9 100644 --- a/rest/studio/v2/model_list_execution_response.go +++ b/rest/studio/v2/model_list_execution_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/studio/v2/model_list_execution_step_response.go b/rest/studio/v2/model_list_execution_step_response.go index df61c72af..0bea466e2 100644 --- a/rest/studio/v2/model_list_execution_step_response.go +++ b/rest/studio/v2/model_list_execution_step_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/studio/v2/model_list_flow_response.go b/rest/studio/v2/model_list_flow_response.go index 64d17d143..92c52c37f 100644 --- a/rest/studio/v2/model_list_flow_response.go +++ b/rest/studio/v2/model_list_flow_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/studio/v2/model_list_flow_response_meta.go b/rest/studio/v2/model_list_flow_response_meta.go index f979280a1..058c510d3 100644 --- a/rest/studio/v2/model_list_flow_response_meta.go +++ b/rest/studio/v2/model_list_flow_response_meta.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/studio/v2/model_list_flow_revision_response.go b/rest/studio/v2/model_list_flow_revision_response.go index e4f15395c..f5169bca0 100644 --- a/rest/studio/v2/model_list_flow_revision_response.go +++ b/rest/studio/v2/model_list_flow_revision_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/studio/v2/model_studio_v2_flow.go b/rest/studio/v2/model_studio_v2_flow.go index 34f1c2931..b17334462 100644 --- a/rest/studio/v2/model_studio_v2_flow.go +++ b/rest/studio/v2/model_studio_v2_flow.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/studio/v2/model_studio_v2_flow_execution.go b/rest/studio/v2/model_studio_v2_flow_execution.go index 49d1a61f9..bd1c3df48 100644 --- a/rest/studio/v2/model_studio_v2_flow_execution.go +++ b/rest/studio/v2/model_studio_v2_flow_execution.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/studio/v2/model_studio_v2_flow_execution_execution_context.go b/rest/studio/v2/model_studio_v2_flow_execution_execution_context.go index 675b0c2f4..8ef1e5575 100644 --- a/rest/studio/v2/model_studio_v2_flow_execution_execution_context.go +++ b/rest/studio/v2/model_studio_v2_flow_execution_execution_context.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/studio/v2/model_studio_v2_flow_execution_execution_step.go b/rest/studio/v2/model_studio_v2_flow_execution_execution_step.go index 5177642b1..2d171ba41 100644 --- a/rest/studio/v2/model_studio_v2_flow_execution_execution_step.go +++ b/rest/studio/v2/model_studio_v2_flow_execution_execution_step.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/studio/v2/model_studio_v2_flow_execution_execution_step_execution_step_context.go b/rest/studio/v2/model_studio_v2_flow_execution_execution_step_execution_step_context.go index dc8a590fa..b771e4c0d 100644 --- a/rest/studio/v2/model_studio_v2_flow_execution_execution_step_execution_step_context.go +++ b/rest/studio/v2/model_studio_v2_flow_execution_execution_step_execution_step_context.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/studio/v2/model_studio_v2_flow_flow_revision.go b/rest/studio/v2/model_studio_v2_flow_flow_revision.go index 8dc4589fa..f944219b3 100644 --- a/rest/studio/v2/model_studio_v2_flow_flow_revision.go +++ b/rest/studio/v2/model_studio_v2_flow_flow_revision.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/studio/v2/model_studio_v2_flow_test_user.go b/rest/studio/v2/model_studio_v2_flow_test_user.go index 3348a9dc1..1f2f52627 100644 --- a/rest/studio/v2/model_studio_v2_flow_test_user.go +++ b/rest/studio/v2/model_studio_v2_flow_test_user.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/studio/v2/model_studio_v2_flow_validate.go b/rest/studio/v2/model_studio_v2_flow_validate.go index 045ccc179..9709155f0 100644 --- a/rest/studio/v2/model_studio_v2_flow_validate.go +++ b/rest/studio/v2/model_studio_v2_flow_validate.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/supersim/v1/README.md b/rest/supersim/v1/README.md index 6907f0478..7206d9e25 100644 --- a/rest/supersim/v1/README.md +++ b/rest/supersim/v1/README.md @@ -5,7 +5,7 @@ This is the public Twilio REST API. ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project from the OpenAPI specs located at [twilio/twilio-oai](https://github.com/twilio/twilio-oai/tree/main/spec). By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client. -- API version: 1.18.0 +- API version: 1.19.0 - Package version: 1.0.0 - Build package: com.twilio.oai.TwilioGoGenerator For more information, please visit [https://support.twilio.com](https://support.twilio.com) diff --git a/rest/supersim/v1/api_service.go b/rest/supersim/v1/api_service.go index 4fa05582f..53d8db058 100644 --- a/rest/supersim/v1/api_service.go +++ b/rest/supersim/v1/api_service.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/supersim/v1/commands.go b/rest/supersim/v1/commands.go index 65b578da7..9180b2bb2 100644 --- a/rest/supersim/v1/commands.go +++ b/rest/supersim/v1/commands.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/supersim/v1/fleets.go b/rest/supersim/v1/fleets.go index c625770e2..0702fde58 100644 --- a/rest/supersim/v1/fleets.go +++ b/rest/supersim/v1/fleets.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/supersim/v1/model_list_billing_period_response.go b/rest/supersim/v1/model_list_billing_period_response.go index d1c30879f..89662fd63 100644 --- a/rest/supersim/v1/model_list_billing_period_response.go +++ b/rest/supersim/v1/model_list_billing_period_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/supersim/v1/model_list_command_response.go b/rest/supersim/v1/model_list_command_response.go index 2cd687c1c..be8ae13ea 100644 --- a/rest/supersim/v1/model_list_command_response.go +++ b/rest/supersim/v1/model_list_command_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/supersim/v1/model_list_command_response_meta.go b/rest/supersim/v1/model_list_command_response_meta.go index 8bc2b4737..0d52d14b5 100644 --- a/rest/supersim/v1/model_list_command_response_meta.go +++ b/rest/supersim/v1/model_list_command_response_meta.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/supersim/v1/model_list_fleet_response.go b/rest/supersim/v1/model_list_fleet_response.go index 3861dd063..9c5d84d19 100644 --- a/rest/supersim/v1/model_list_fleet_response.go +++ b/rest/supersim/v1/model_list_fleet_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/supersim/v1/model_list_network_access_profile_network_response.go b/rest/supersim/v1/model_list_network_access_profile_network_response.go index a51614649..1c0f39b52 100644 --- a/rest/supersim/v1/model_list_network_access_profile_network_response.go +++ b/rest/supersim/v1/model_list_network_access_profile_network_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/supersim/v1/model_list_network_access_profile_response.go b/rest/supersim/v1/model_list_network_access_profile_response.go index 0b157da06..f0f17e480 100644 --- a/rest/supersim/v1/model_list_network_access_profile_response.go +++ b/rest/supersim/v1/model_list_network_access_profile_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/supersim/v1/model_list_network_response.go b/rest/supersim/v1/model_list_network_response.go index 15d29ba04..bfb21b6c3 100644 --- a/rest/supersim/v1/model_list_network_response.go +++ b/rest/supersim/v1/model_list_network_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/supersim/v1/model_list_sim_response.go b/rest/supersim/v1/model_list_sim_response.go index 76772fd67..029cea52f 100644 --- a/rest/supersim/v1/model_list_sim_response.go +++ b/rest/supersim/v1/model_list_sim_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/supersim/v1/model_list_sms_command_response.go b/rest/supersim/v1/model_list_sms_command_response.go index afd29d876..eaf1f0b8d 100644 --- a/rest/supersim/v1/model_list_sms_command_response.go +++ b/rest/supersim/v1/model_list_sms_command_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/supersim/v1/model_list_usage_record_response.go b/rest/supersim/v1/model_list_usage_record_response.go index bb73fdfaa..8bd06b765 100644 --- a/rest/supersim/v1/model_list_usage_record_response.go +++ b/rest/supersim/v1/model_list_usage_record_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/supersim/v1/model_supersim_v1_command.go b/rest/supersim/v1/model_supersim_v1_command.go index ee96860db..0e67d215c 100644 --- a/rest/supersim/v1/model_supersim_v1_command.go +++ b/rest/supersim/v1/model_supersim_v1_command.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/supersim/v1/model_supersim_v1_fleet.go b/rest/supersim/v1/model_supersim_v1_fleet.go index 1580c0856..470ad6a4f 100644 --- a/rest/supersim/v1/model_supersim_v1_fleet.go +++ b/rest/supersim/v1/model_supersim_v1_fleet.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/supersim/v1/model_supersim_v1_network.go b/rest/supersim/v1/model_supersim_v1_network.go index e9e1cd819..779bfad37 100644 --- a/rest/supersim/v1/model_supersim_v1_network.go +++ b/rest/supersim/v1/model_supersim_v1_network.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/supersim/v1/model_supersim_v1_network_access_profile.go b/rest/supersim/v1/model_supersim_v1_network_access_profile.go index c94bf7df8..a32af0690 100644 --- a/rest/supersim/v1/model_supersim_v1_network_access_profile.go +++ b/rest/supersim/v1/model_supersim_v1_network_access_profile.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/supersim/v1/model_supersim_v1_network_access_profile_network_access_profile_network.go b/rest/supersim/v1/model_supersim_v1_network_access_profile_network_access_profile_network.go index 085f629af..fc3eb4225 100644 --- a/rest/supersim/v1/model_supersim_v1_network_access_profile_network_access_profile_network.go +++ b/rest/supersim/v1/model_supersim_v1_network_access_profile_network_access_profile_network.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/supersim/v1/model_supersim_v1_sim.go b/rest/supersim/v1/model_supersim_v1_sim.go index cac0ab957..b8a1f48d3 100644 --- a/rest/supersim/v1/model_supersim_v1_sim.go +++ b/rest/supersim/v1/model_supersim_v1_sim.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/supersim/v1/model_supersim_v1_sim_billing_period.go b/rest/supersim/v1/model_supersim_v1_sim_billing_period.go index 1a53615bf..96b9a9cb5 100644 --- a/rest/supersim/v1/model_supersim_v1_sim_billing_period.go +++ b/rest/supersim/v1/model_supersim_v1_sim_billing_period.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/supersim/v1/model_supersim_v1_sms_command.go b/rest/supersim/v1/model_supersim_v1_sms_command.go index fda1fdef6..b34fe07ac 100644 --- a/rest/supersim/v1/model_supersim_v1_sms_command.go +++ b/rest/supersim/v1/model_supersim_v1_sms_command.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/supersim/v1/model_supersim_v1_usage_record.go b/rest/supersim/v1/model_supersim_v1_usage_record.go index 5c7b5f443..494ec45d1 100644 --- a/rest/supersim/v1/model_supersim_v1_usage_record.go +++ b/rest/supersim/v1/model_supersim_v1_usage_record.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/supersim/v1/network_access_profiles.go b/rest/supersim/v1/network_access_profiles.go index ae3afacef..93313fb7a 100644 --- a/rest/supersim/v1/network_access_profiles.go +++ b/rest/supersim/v1/network_access_profiles.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/supersim/v1/network_access_profiles_networks.go b/rest/supersim/v1/network_access_profiles_networks.go index 381f15a79..dc6a867a3 100644 --- a/rest/supersim/v1/network_access_profiles_networks.go +++ b/rest/supersim/v1/network_access_profiles_networks.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/supersim/v1/networks.go b/rest/supersim/v1/networks.go index 41ae6831f..9b14aea7d 100644 --- a/rest/supersim/v1/networks.go +++ b/rest/supersim/v1/networks.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/supersim/v1/sims.go b/rest/supersim/v1/sims.go index 816ec9b9b..00eb1ffe3 100644 --- a/rest/supersim/v1/sims.go +++ b/rest/supersim/v1/sims.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/supersim/v1/sims_billing_periods.go b/rest/supersim/v1/sims_billing_periods.go index a66522124..dfb70b6ba 100644 --- a/rest/supersim/v1/sims_billing_periods.go +++ b/rest/supersim/v1/sims_billing_periods.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/supersim/v1/sms_commands.go b/rest/supersim/v1/sms_commands.go index 50b3bcecc..1fa15b060 100644 --- a/rest/supersim/v1/sms_commands.go +++ b/rest/supersim/v1/sms_commands.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/supersim/v1/usage_records.go b/rest/supersim/v1/usage_records.go index 84a7b4d35..26b4fd404 100644 --- a/rest/supersim/v1/usage_records.go +++ b/rest/supersim/v1/usage_records.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/sync/v1/README.md b/rest/sync/v1/README.md index 4bbdfb540..78819e288 100644 --- a/rest/sync/v1/README.md +++ b/rest/sync/v1/README.md @@ -5,7 +5,7 @@ This is the public Twilio REST API. ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project from the OpenAPI specs located at [twilio/twilio-oai](https://github.com/twilio/twilio-oai/tree/main/spec). By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client. -- API version: 1.18.0 +- API version: 1.19.0 - Package version: 1.0.0 - Build package: com.twilio.oai.TwilioGoGenerator For more information, please visit [https://support.twilio.com](https://support.twilio.com) diff --git a/rest/sync/v1/api_service.go b/rest/sync/v1/api_service.go index 205e9a8f5..510ea836b 100644 --- a/rest/sync/v1/api_service.go +++ b/rest/sync/v1/api_service.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/sync/v1/model_list_document_permission_response.go b/rest/sync/v1/model_list_document_permission_response.go index a1fad3a96..54611144a 100644 --- a/rest/sync/v1/model_list_document_permission_response.go +++ b/rest/sync/v1/model_list_document_permission_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/sync/v1/model_list_document_response.go b/rest/sync/v1/model_list_document_response.go index 82796b699..bcd91533a 100644 --- a/rest/sync/v1/model_list_document_response.go +++ b/rest/sync/v1/model_list_document_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/sync/v1/model_list_service_response.go b/rest/sync/v1/model_list_service_response.go index 9e6d8cd1a..c2d083229 100644 --- a/rest/sync/v1/model_list_service_response.go +++ b/rest/sync/v1/model_list_service_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/sync/v1/model_list_service_response_meta.go b/rest/sync/v1/model_list_service_response_meta.go index cddf0e84c..d3f7c5cfc 100644 --- a/rest/sync/v1/model_list_service_response_meta.go +++ b/rest/sync/v1/model_list_service_response_meta.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/sync/v1/model_list_sync_list_item_response.go b/rest/sync/v1/model_list_sync_list_item_response.go index 6ed47b97f..ec9236f64 100644 --- a/rest/sync/v1/model_list_sync_list_item_response.go +++ b/rest/sync/v1/model_list_sync_list_item_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/sync/v1/model_list_sync_list_permission_response.go b/rest/sync/v1/model_list_sync_list_permission_response.go index f26f16f81..6d82b9fa7 100644 --- a/rest/sync/v1/model_list_sync_list_permission_response.go +++ b/rest/sync/v1/model_list_sync_list_permission_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/sync/v1/model_list_sync_list_response.go b/rest/sync/v1/model_list_sync_list_response.go index f916c0f99..1f769bfbf 100644 --- a/rest/sync/v1/model_list_sync_list_response.go +++ b/rest/sync/v1/model_list_sync_list_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/sync/v1/model_list_sync_map_item_response.go b/rest/sync/v1/model_list_sync_map_item_response.go index e1f3afe2a..7421c54e4 100644 --- a/rest/sync/v1/model_list_sync_map_item_response.go +++ b/rest/sync/v1/model_list_sync_map_item_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/sync/v1/model_list_sync_map_permission_response.go b/rest/sync/v1/model_list_sync_map_permission_response.go index e2cfc7660..af02b03ce 100644 --- a/rest/sync/v1/model_list_sync_map_permission_response.go +++ b/rest/sync/v1/model_list_sync_map_permission_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/sync/v1/model_list_sync_map_response.go b/rest/sync/v1/model_list_sync_map_response.go index 09580adc8..e47ef4551 100644 --- a/rest/sync/v1/model_list_sync_map_response.go +++ b/rest/sync/v1/model_list_sync_map_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/sync/v1/model_list_sync_stream_response.go b/rest/sync/v1/model_list_sync_stream_response.go index 1930fb483..9ad41ba4e 100644 --- a/rest/sync/v1/model_list_sync_stream_response.go +++ b/rest/sync/v1/model_list_sync_stream_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/sync/v1/model_sync_v1_service.go b/rest/sync/v1/model_sync_v1_service.go index 442351052..d9bb7c735 100644 --- a/rest/sync/v1/model_sync_v1_service.go +++ b/rest/sync/v1/model_sync_v1_service.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/sync/v1/model_sync_v1_service_document.go b/rest/sync/v1/model_sync_v1_service_document.go index b82da1dff..31bef8cb5 100644 --- a/rest/sync/v1/model_sync_v1_service_document.go +++ b/rest/sync/v1/model_sync_v1_service_document.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/sync/v1/model_sync_v1_service_document_document_permission.go b/rest/sync/v1/model_sync_v1_service_document_document_permission.go index f79018d03..e20aaf425 100644 --- a/rest/sync/v1/model_sync_v1_service_document_document_permission.go +++ b/rest/sync/v1/model_sync_v1_service_document_document_permission.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/sync/v1/model_sync_v1_service_sync_list.go b/rest/sync/v1/model_sync_v1_service_sync_list.go index 0bf7a794d..48b406b90 100644 --- a/rest/sync/v1/model_sync_v1_service_sync_list.go +++ b/rest/sync/v1/model_sync_v1_service_sync_list.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/sync/v1/model_sync_v1_service_sync_list_sync_list_item.go b/rest/sync/v1/model_sync_v1_service_sync_list_sync_list_item.go index 4a0e91ef6..c07f8352b 100644 --- a/rest/sync/v1/model_sync_v1_service_sync_list_sync_list_item.go +++ b/rest/sync/v1/model_sync_v1_service_sync_list_sync_list_item.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/sync/v1/model_sync_v1_service_sync_list_sync_list_permission.go b/rest/sync/v1/model_sync_v1_service_sync_list_sync_list_permission.go index 18ba6fd3c..4ca7d58e0 100644 --- a/rest/sync/v1/model_sync_v1_service_sync_list_sync_list_permission.go +++ b/rest/sync/v1/model_sync_v1_service_sync_list_sync_list_permission.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/sync/v1/model_sync_v1_service_sync_map.go b/rest/sync/v1/model_sync_v1_service_sync_map.go index 42cc5c27d..411c9595a 100644 --- a/rest/sync/v1/model_sync_v1_service_sync_map.go +++ b/rest/sync/v1/model_sync_v1_service_sync_map.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/sync/v1/model_sync_v1_service_sync_map_sync_map_item.go b/rest/sync/v1/model_sync_v1_service_sync_map_sync_map_item.go index a2ea72f27..99d578cc7 100644 --- a/rest/sync/v1/model_sync_v1_service_sync_map_sync_map_item.go +++ b/rest/sync/v1/model_sync_v1_service_sync_map_sync_map_item.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/sync/v1/model_sync_v1_service_sync_map_sync_map_permission.go b/rest/sync/v1/model_sync_v1_service_sync_map_sync_map_permission.go index d19fc09db..a1ba6343e 100644 --- a/rest/sync/v1/model_sync_v1_service_sync_map_sync_map_permission.go +++ b/rest/sync/v1/model_sync_v1_service_sync_map_sync_map_permission.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/sync/v1/model_sync_v1_service_sync_stream.go b/rest/sync/v1/model_sync_v1_service_sync_stream.go index 0bc2c85e4..127e7fb99 100644 --- a/rest/sync/v1/model_sync_v1_service_sync_stream.go +++ b/rest/sync/v1/model_sync_v1_service_sync_stream.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/sync/v1/model_sync_v1_service_sync_stream_stream_message.go b/rest/sync/v1/model_sync_v1_service_sync_stream_stream_message.go index d9b21aa30..6a0671c63 100644 --- a/rest/sync/v1/model_sync_v1_service_sync_stream_stream_message.go +++ b/rest/sync/v1/model_sync_v1_service_sync_stream_stream_message.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/sync/v1/services.go b/rest/sync/v1/services.go index 9a4726b50..e1d4854ab 100644 --- a/rest/sync/v1/services.go +++ b/rest/sync/v1/services.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/sync/v1/services_documents.go b/rest/sync/v1/services_documents.go index 039c39016..beb44d481 100644 --- a/rest/sync/v1/services_documents.go +++ b/rest/sync/v1/services_documents.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/sync/v1/services_documents_permissions.go b/rest/sync/v1/services_documents_permissions.go index 6258db2ce..5fea93fb1 100644 --- a/rest/sync/v1/services_documents_permissions.go +++ b/rest/sync/v1/services_documents_permissions.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/sync/v1/services_lists.go b/rest/sync/v1/services_lists.go index 5897850d1..b461fac7c 100644 --- a/rest/sync/v1/services_lists.go +++ b/rest/sync/v1/services_lists.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/sync/v1/services_lists_items.go b/rest/sync/v1/services_lists_items.go index adff655eb..93bf8f981 100644 --- a/rest/sync/v1/services_lists_items.go +++ b/rest/sync/v1/services_lists_items.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/sync/v1/services_lists_permissions.go b/rest/sync/v1/services_lists_permissions.go index 3982875b7..da9fe5762 100644 --- a/rest/sync/v1/services_lists_permissions.go +++ b/rest/sync/v1/services_lists_permissions.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/sync/v1/services_maps.go b/rest/sync/v1/services_maps.go index 9a0b4f025..d29756fbb 100644 --- a/rest/sync/v1/services_maps.go +++ b/rest/sync/v1/services_maps.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/sync/v1/services_maps_items.go b/rest/sync/v1/services_maps_items.go index c58b01402..a29d197e0 100644 --- a/rest/sync/v1/services_maps_items.go +++ b/rest/sync/v1/services_maps_items.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/sync/v1/services_maps_permissions.go b/rest/sync/v1/services_maps_permissions.go index 95d3934cb..61fe1825f 100644 --- a/rest/sync/v1/services_maps_permissions.go +++ b/rest/sync/v1/services_maps_permissions.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/sync/v1/services_streams.go b/rest/sync/v1/services_streams.go index 30c7dca85..cb00dd297 100644 --- a/rest/sync/v1/services_streams.go +++ b/rest/sync/v1/services_streams.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/sync/v1/services_streams_messages.go b/rest/sync/v1/services_streams_messages.go index c373b8217..e19d38aaf 100644 --- a/rest/sync/v1/services_streams_messages.go +++ b/rest/sync/v1/services_streams_messages.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/taskrouter/v1/README.md b/rest/taskrouter/v1/README.md index 0f289c0fa..d475a8ff7 100644 --- a/rest/taskrouter/v1/README.md +++ b/rest/taskrouter/v1/README.md @@ -5,7 +5,7 @@ This is the public Twilio REST API. ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project from the OpenAPI specs located at [twilio/twilio-oai](https://github.com/twilio/twilio-oai/tree/main/spec). By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client. -- API version: 1.18.0 +- API version: 1.19.0 - Package version: 1.0.0 - Build package: com.twilio.oai.TwilioGoGenerator For more information, please visit [https://support.twilio.com](https://support.twilio.com) diff --git a/rest/taskrouter/v1/api_service.go b/rest/taskrouter/v1/api_service.go index 1b94276fc..73e89f930 100644 --- a/rest/taskrouter/v1/api_service.go +++ b/rest/taskrouter/v1/api_service.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/taskrouter/v1/model_list_activity_response.go b/rest/taskrouter/v1/model_list_activity_response.go index 31ed33e27..d0ce92f4f 100644 --- a/rest/taskrouter/v1/model_list_activity_response.go +++ b/rest/taskrouter/v1/model_list_activity_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/taskrouter/v1/model_list_event_response.go b/rest/taskrouter/v1/model_list_event_response.go index 6f34c3769..bae3e5fe5 100644 --- a/rest/taskrouter/v1/model_list_event_response.go +++ b/rest/taskrouter/v1/model_list_event_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/taskrouter/v1/model_list_task_channel_response.go b/rest/taskrouter/v1/model_list_task_channel_response.go index 107784245..8be017955 100644 --- a/rest/taskrouter/v1/model_list_task_channel_response.go +++ b/rest/taskrouter/v1/model_list_task_channel_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/taskrouter/v1/model_list_task_queue_response.go b/rest/taskrouter/v1/model_list_task_queue_response.go index f6ab412d7..d9f745b1c 100644 --- a/rest/taskrouter/v1/model_list_task_queue_response.go +++ b/rest/taskrouter/v1/model_list_task_queue_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/taskrouter/v1/model_list_task_queues_statistics_response.go b/rest/taskrouter/v1/model_list_task_queues_statistics_response.go index 114be628e..bfd835986 100644 --- a/rest/taskrouter/v1/model_list_task_queues_statistics_response.go +++ b/rest/taskrouter/v1/model_list_task_queues_statistics_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/taskrouter/v1/model_list_task_reservation_response.go b/rest/taskrouter/v1/model_list_task_reservation_response.go index 17eebae85..8d721644c 100644 --- a/rest/taskrouter/v1/model_list_task_reservation_response.go +++ b/rest/taskrouter/v1/model_list_task_reservation_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/taskrouter/v1/model_list_task_response.go b/rest/taskrouter/v1/model_list_task_response.go index d279a718b..712ab697b 100644 --- a/rest/taskrouter/v1/model_list_task_response.go +++ b/rest/taskrouter/v1/model_list_task_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/taskrouter/v1/model_list_worker_channel_response.go b/rest/taskrouter/v1/model_list_worker_channel_response.go index 03c18ae7e..04097c5e4 100644 --- a/rest/taskrouter/v1/model_list_worker_channel_response.go +++ b/rest/taskrouter/v1/model_list_worker_channel_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/taskrouter/v1/model_list_worker_reservation_response.go b/rest/taskrouter/v1/model_list_worker_reservation_response.go index dd9731696..6fe008101 100644 --- a/rest/taskrouter/v1/model_list_worker_reservation_response.go +++ b/rest/taskrouter/v1/model_list_worker_reservation_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/taskrouter/v1/model_list_worker_response.go b/rest/taskrouter/v1/model_list_worker_response.go index 9de72af9c..427a42b37 100644 --- a/rest/taskrouter/v1/model_list_worker_response.go +++ b/rest/taskrouter/v1/model_list_worker_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/taskrouter/v1/model_list_workflow_response.go b/rest/taskrouter/v1/model_list_workflow_response.go index 42f5d7a3f..4fba00a3e 100644 --- a/rest/taskrouter/v1/model_list_workflow_response.go +++ b/rest/taskrouter/v1/model_list_workflow_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/taskrouter/v1/model_list_workspace_response.go b/rest/taskrouter/v1/model_list_workspace_response.go index e562cbc59..9a09bd086 100644 --- a/rest/taskrouter/v1/model_list_workspace_response.go +++ b/rest/taskrouter/v1/model_list_workspace_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/taskrouter/v1/model_list_workspace_response_meta.go b/rest/taskrouter/v1/model_list_workspace_response_meta.go index e9084b500..e32e1fa32 100644 --- a/rest/taskrouter/v1/model_list_workspace_response_meta.go +++ b/rest/taskrouter/v1/model_list_workspace_response_meta.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/taskrouter/v1/model_taskrouter_v1_workspace.go b/rest/taskrouter/v1/model_taskrouter_v1_workspace.go index 3c8dbd86c..5c68d8d9c 100644 --- a/rest/taskrouter/v1/model_taskrouter_v1_workspace.go +++ b/rest/taskrouter/v1/model_taskrouter_v1_workspace.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/taskrouter/v1/model_taskrouter_v1_workspace_activity.go b/rest/taskrouter/v1/model_taskrouter_v1_workspace_activity.go index cb2f07d39..dfb76dda5 100644 --- a/rest/taskrouter/v1/model_taskrouter_v1_workspace_activity.go +++ b/rest/taskrouter/v1/model_taskrouter_v1_workspace_activity.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/taskrouter/v1/model_taskrouter_v1_workspace_event.go b/rest/taskrouter/v1/model_taskrouter_v1_workspace_event.go index 044b8b1b1..79e4a3fbc 100644 --- a/rest/taskrouter/v1/model_taskrouter_v1_workspace_event.go +++ b/rest/taskrouter/v1/model_taskrouter_v1_workspace_event.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/taskrouter/v1/model_taskrouter_v1_workspace_task.go b/rest/taskrouter/v1/model_taskrouter_v1_workspace_task.go index e6729bd1a..4db407ea7 100644 --- a/rest/taskrouter/v1/model_taskrouter_v1_workspace_task.go +++ b/rest/taskrouter/v1/model_taskrouter_v1_workspace_task.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/taskrouter/v1/model_taskrouter_v1_workspace_task_channel.go b/rest/taskrouter/v1/model_taskrouter_v1_workspace_task_channel.go index be67bc46f..209ccbb96 100644 --- a/rest/taskrouter/v1/model_taskrouter_v1_workspace_task_channel.go +++ b/rest/taskrouter/v1/model_taskrouter_v1_workspace_task_channel.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/taskrouter/v1/model_taskrouter_v1_workspace_task_queue.go b/rest/taskrouter/v1/model_taskrouter_v1_workspace_task_queue.go index 53645c5b3..43b17f70c 100644 --- a/rest/taskrouter/v1/model_taskrouter_v1_workspace_task_queue.go +++ b/rest/taskrouter/v1/model_taskrouter_v1_workspace_task_queue.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/taskrouter/v1/model_taskrouter_v1_workspace_task_queue_task_queue_cumulative_statistics.go b/rest/taskrouter/v1/model_taskrouter_v1_workspace_task_queue_task_queue_cumulative_statistics.go index 1c670dafa..30f2b5d7b 100644 --- a/rest/taskrouter/v1/model_taskrouter_v1_workspace_task_queue_task_queue_cumulative_statistics.go +++ b/rest/taskrouter/v1/model_taskrouter_v1_workspace_task_queue_task_queue_cumulative_statistics.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/taskrouter/v1/model_taskrouter_v1_workspace_task_queue_task_queue_real_time_statistics.go b/rest/taskrouter/v1/model_taskrouter_v1_workspace_task_queue_task_queue_real_time_statistics.go index e1bc9a844..e56b08bee 100644 --- a/rest/taskrouter/v1/model_taskrouter_v1_workspace_task_queue_task_queue_real_time_statistics.go +++ b/rest/taskrouter/v1/model_taskrouter_v1_workspace_task_queue_task_queue_real_time_statistics.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/taskrouter/v1/model_taskrouter_v1_workspace_task_queue_task_queue_statistics.go b/rest/taskrouter/v1/model_taskrouter_v1_workspace_task_queue_task_queue_statistics.go index 3b3b26aa5..f2524a903 100644 --- a/rest/taskrouter/v1/model_taskrouter_v1_workspace_task_queue_task_queue_statistics.go +++ b/rest/taskrouter/v1/model_taskrouter_v1_workspace_task_queue_task_queue_statistics.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/taskrouter/v1/model_taskrouter_v1_workspace_task_queue_task_queues_statistics.go b/rest/taskrouter/v1/model_taskrouter_v1_workspace_task_queue_task_queues_statistics.go index dbadb0e18..2a2b3eb25 100644 --- a/rest/taskrouter/v1/model_taskrouter_v1_workspace_task_queue_task_queues_statistics.go +++ b/rest/taskrouter/v1/model_taskrouter_v1_workspace_task_queue_task_queues_statistics.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/taskrouter/v1/model_taskrouter_v1_workspace_task_task_reservation.go b/rest/taskrouter/v1/model_taskrouter_v1_workspace_task_task_reservation.go index fff090063..e89bc028a 100644 --- a/rest/taskrouter/v1/model_taskrouter_v1_workspace_task_task_reservation.go +++ b/rest/taskrouter/v1/model_taskrouter_v1_workspace_task_task_reservation.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/taskrouter/v1/model_taskrouter_v1_workspace_worker.go b/rest/taskrouter/v1/model_taskrouter_v1_workspace_worker.go index 39d7f2279..02ae8f7d2 100644 --- a/rest/taskrouter/v1/model_taskrouter_v1_workspace_worker.go +++ b/rest/taskrouter/v1/model_taskrouter_v1_workspace_worker.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/taskrouter/v1/model_taskrouter_v1_workspace_worker_worker_channel.go b/rest/taskrouter/v1/model_taskrouter_v1_workspace_worker_worker_channel.go index aa060c5ea..2cd6aead2 100644 --- a/rest/taskrouter/v1/model_taskrouter_v1_workspace_worker_worker_channel.go +++ b/rest/taskrouter/v1/model_taskrouter_v1_workspace_worker_worker_channel.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/taskrouter/v1/model_taskrouter_v1_workspace_worker_worker_instance_statistics.go b/rest/taskrouter/v1/model_taskrouter_v1_workspace_worker_worker_instance_statistics.go index dbbe5455f..401fe8cb4 100644 --- a/rest/taskrouter/v1/model_taskrouter_v1_workspace_worker_worker_instance_statistics.go +++ b/rest/taskrouter/v1/model_taskrouter_v1_workspace_worker_worker_instance_statistics.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/taskrouter/v1/model_taskrouter_v1_workspace_worker_worker_reservation.go b/rest/taskrouter/v1/model_taskrouter_v1_workspace_worker_worker_reservation.go index 27639027e..22369c482 100644 --- a/rest/taskrouter/v1/model_taskrouter_v1_workspace_worker_worker_reservation.go +++ b/rest/taskrouter/v1/model_taskrouter_v1_workspace_worker_worker_reservation.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/taskrouter/v1/model_taskrouter_v1_workspace_worker_worker_statistics.go b/rest/taskrouter/v1/model_taskrouter_v1_workspace_worker_worker_statistics.go index 823b028e1..e4e96d2d9 100644 --- a/rest/taskrouter/v1/model_taskrouter_v1_workspace_worker_worker_statistics.go +++ b/rest/taskrouter/v1/model_taskrouter_v1_workspace_worker_worker_statistics.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/taskrouter/v1/model_taskrouter_v1_workspace_worker_workers_cumulative_statistics.go b/rest/taskrouter/v1/model_taskrouter_v1_workspace_worker_workers_cumulative_statistics.go index c943f7bb4..ee7adf3b1 100644 --- a/rest/taskrouter/v1/model_taskrouter_v1_workspace_worker_workers_cumulative_statistics.go +++ b/rest/taskrouter/v1/model_taskrouter_v1_workspace_worker_workers_cumulative_statistics.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/taskrouter/v1/model_taskrouter_v1_workspace_worker_workers_real_time_statistics.go b/rest/taskrouter/v1/model_taskrouter_v1_workspace_worker_workers_real_time_statistics.go index 0b9dcac36..07f22bc3c 100644 --- a/rest/taskrouter/v1/model_taskrouter_v1_workspace_worker_workers_real_time_statistics.go +++ b/rest/taskrouter/v1/model_taskrouter_v1_workspace_worker_workers_real_time_statistics.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/taskrouter/v1/model_taskrouter_v1_workspace_workflow.go b/rest/taskrouter/v1/model_taskrouter_v1_workspace_workflow.go index 27342daba..74b1da994 100644 --- a/rest/taskrouter/v1/model_taskrouter_v1_workspace_workflow.go +++ b/rest/taskrouter/v1/model_taskrouter_v1_workspace_workflow.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/taskrouter/v1/model_taskrouter_v1_workspace_workflow_workflow_cumulative_statistics.go b/rest/taskrouter/v1/model_taskrouter_v1_workspace_workflow_workflow_cumulative_statistics.go index ff8e74220..9c74d3058 100644 --- a/rest/taskrouter/v1/model_taskrouter_v1_workspace_workflow_workflow_cumulative_statistics.go +++ b/rest/taskrouter/v1/model_taskrouter_v1_workspace_workflow_workflow_cumulative_statistics.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/taskrouter/v1/model_taskrouter_v1_workspace_workflow_workflow_real_time_statistics.go b/rest/taskrouter/v1/model_taskrouter_v1_workspace_workflow_workflow_real_time_statistics.go index beafd3b54..c8e162c2f 100644 --- a/rest/taskrouter/v1/model_taskrouter_v1_workspace_workflow_workflow_real_time_statistics.go +++ b/rest/taskrouter/v1/model_taskrouter_v1_workspace_workflow_workflow_real_time_statistics.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/taskrouter/v1/model_taskrouter_v1_workspace_workflow_workflow_statistics.go b/rest/taskrouter/v1/model_taskrouter_v1_workspace_workflow_workflow_statistics.go index ed4fcf8fe..7940e2377 100644 --- a/rest/taskrouter/v1/model_taskrouter_v1_workspace_workflow_workflow_statistics.go +++ b/rest/taskrouter/v1/model_taskrouter_v1_workspace_workflow_workflow_statistics.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/taskrouter/v1/model_taskrouter_v1_workspace_workspace_cumulative_statistics.go b/rest/taskrouter/v1/model_taskrouter_v1_workspace_workspace_cumulative_statistics.go index f81ca2f72..49b9a261c 100644 --- a/rest/taskrouter/v1/model_taskrouter_v1_workspace_workspace_cumulative_statistics.go +++ b/rest/taskrouter/v1/model_taskrouter_v1_workspace_workspace_cumulative_statistics.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/taskrouter/v1/model_taskrouter_v1_workspace_workspace_real_time_statistics.go b/rest/taskrouter/v1/model_taskrouter_v1_workspace_workspace_real_time_statistics.go index 3bb9ed874..e449f22ae 100644 --- a/rest/taskrouter/v1/model_taskrouter_v1_workspace_workspace_real_time_statistics.go +++ b/rest/taskrouter/v1/model_taskrouter_v1_workspace_workspace_real_time_statistics.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/taskrouter/v1/model_taskrouter_v1_workspace_workspace_statistics.go b/rest/taskrouter/v1/model_taskrouter_v1_workspace_workspace_statistics.go index e66c66f8d..3b5b2a8f3 100644 --- a/rest/taskrouter/v1/model_taskrouter_v1_workspace_workspace_statistics.go +++ b/rest/taskrouter/v1/model_taskrouter_v1_workspace_workspace_statistics.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/taskrouter/v1/workspaces.go b/rest/taskrouter/v1/workspaces.go index a0dbf6385..bf30496da 100644 --- a/rest/taskrouter/v1/workspaces.go +++ b/rest/taskrouter/v1/workspaces.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/taskrouter/v1/workspaces_activities.go b/rest/taskrouter/v1/workspaces_activities.go index 6d4e1efbc..2a39825ae 100644 --- a/rest/taskrouter/v1/workspaces_activities.go +++ b/rest/taskrouter/v1/workspaces_activities.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/taskrouter/v1/workspaces_cumulative_statistics.go b/rest/taskrouter/v1/workspaces_cumulative_statistics.go index 99be31dba..d9d747495 100644 --- a/rest/taskrouter/v1/workspaces_cumulative_statistics.go +++ b/rest/taskrouter/v1/workspaces_cumulative_statistics.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/taskrouter/v1/workspaces_events.go b/rest/taskrouter/v1/workspaces_events.go index 69242cddb..80ec60e8a 100644 --- a/rest/taskrouter/v1/workspaces_events.go +++ b/rest/taskrouter/v1/workspaces_events.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/taskrouter/v1/workspaces_real_time_statistics.go b/rest/taskrouter/v1/workspaces_real_time_statistics.go index ec357923d..ec9752179 100644 --- a/rest/taskrouter/v1/workspaces_real_time_statistics.go +++ b/rest/taskrouter/v1/workspaces_real_time_statistics.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/taskrouter/v1/workspaces_statistics.go b/rest/taskrouter/v1/workspaces_statistics.go index 5d01426ef..e9dd5b1d1 100644 --- a/rest/taskrouter/v1/workspaces_statistics.go +++ b/rest/taskrouter/v1/workspaces_statistics.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/taskrouter/v1/workspaces_task_channels.go b/rest/taskrouter/v1/workspaces_task_channels.go index ffe344539..ef5d643de 100644 --- a/rest/taskrouter/v1/workspaces_task_channels.go +++ b/rest/taskrouter/v1/workspaces_task_channels.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/taskrouter/v1/workspaces_task_queues.go b/rest/taskrouter/v1/workspaces_task_queues.go index de116ba45..c315a2736 100644 --- a/rest/taskrouter/v1/workspaces_task_queues.go +++ b/rest/taskrouter/v1/workspaces_task_queues.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/taskrouter/v1/workspaces_task_queues_cumulative_statistics.go b/rest/taskrouter/v1/workspaces_task_queues_cumulative_statistics.go index 54e2d6ee1..0d2207be7 100644 --- a/rest/taskrouter/v1/workspaces_task_queues_cumulative_statistics.go +++ b/rest/taskrouter/v1/workspaces_task_queues_cumulative_statistics.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/taskrouter/v1/workspaces_task_queues_real_time_statistics.go b/rest/taskrouter/v1/workspaces_task_queues_real_time_statistics.go index 004dc5875..1c912a216 100644 --- a/rest/taskrouter/v1/workspaces_task_queues_real_time_statistics.go +++ b/rest/taskrouter/v1/workspaces_task_queues_real_time_statistics.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/taskrouter/v1/workspaces_task_queues_statistics.go b/rest/taskrouter/v1/workspaces_task_queues_statistics.go index f49327f3a..f095f14d4 100644 --- a/rest/taskrouter/v1/workspaces_task_queues_statistics.go +++ b/rest/taskrouter/v1/workspaces_task_queues_statistics.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/taskrouter/v1/workspaces_tasks.go b/rest/taskrouter/v1/workspaces_tasks.go index 85b344a89..067dd4cb3 100644 --- a/rest/taskrouter/v1/workspaces_tasks.go +++ b/rest/taskrouter/v1/workspaces_tasks.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/taskrouter/v1/workspaces_tasks_reservations.go b/rest/taskrouter/v1/workspaces_tasks_reservations.go index 3ff9d348a..725c1f05c 100644 --- a/rest/taskrouter/v1/workspaces_tasks_reservations.go +++ b/rest/taskrouter/v1/workspaces_tasks_reservations.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/taskrouter/v1/workspaces_workers.go b/rest/taskrouter/v1/workspaces_workers.go index 32c079d2e..51bdbb9bf 100644 --- a/rest/taskrouter/v1/workspaces_workers.go +++ b/rest/taskrouter/v1/workspaces_workers.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/taskrouter/v1/workspaces_workers_channels.go b/rest/taskrouter/v1/workspaces_workers_channels.go index fad7f9892..c885bf545 100644 --- a/rest/taskrouter/v1/workspaces_workers_channels.go +++ b/rest/taskrouter/v1/workspaces_workers_channels.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/taskrouter/v1/workspaces_workers_cumulative_statistics.go b/rest/taskrouter/v1/workspaces_workers_cumulative_statistics.go index af1489f12..b32989a80 100644 --- a/rest/taskrouter/v1/workspaces_workers_cumulative_statistics.go +++ b/rest/taskrouter/v1/workspaces_workers_cumulative_statistics.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/taskrouter/v1/workspaces_workers_real_time_statistics.go b/rest/taskrouter/v1/workspaces_workers_real_time_statistics.go index bb6aad86e..a053839d9 100644 --- a/rest/taskrouter/v1/workspaces_workers_real_time_statistics.go +++ b/rest/taskrouter/v1/workspaces_workers_real_time_statistics.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/taskrouter/v1/workspaces_workers_reservations.go b/rest/taskrouter/v1/workspaces_workers_reservations.go index 50819e7df..372f175b0 100644 --- a/rest/taskrouter/v1/workspaces_workers_reservations.go +++ b/rest/taskrouter/v1/workspaces_workers_reservations.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/taskrouter/v1/workspaces_workers_statistics.go b/rest/taskrouter/v1/workspaces_workers_statistics.go index 95eec0426..5601a7044 100644 --- a/rest/taskrouter/v1/workspaces_workers_statistics.go +++ b/rest/taskrouter/v1/workspaces_workers_statistics.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/taskrouter/v1/workspaces_workflows.go b/rest/taskrouter/v1/workspaces_workflows.go index a300c6800..b4989d558 100644 --- a/rest/taskrouter/v1/workspaces_workflows.go +++ b/rest/taskrouter/v1/workspaces_workflows.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/taskrouter/v1/workspaces_workflows_cumulative_statistics.go b/rest/taskrouter/v1/workspaces_workflows_cumulative_statistics.go index e01f9bf4d..e221536fd 100644 --- a/rest/taskrouter/v1/workspaces_workflows_cumulative_statistics.go +++ b/rest/taskrouter/v1/workspaces_workflows_cumulative_statistics.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/taskrouter/v1/workspaces_workflows_real_time_statistics.go b/rest/taskrouter/v1/workspaces_workflows_real_time_statistics.go index f93708f3d..20080917e 100644 --- a/rest/taskrouter/v1/workspaces_workflows_real_time_statistics.go +++ b/rest/taskrouter/v1/workspaces_workflows_real_time_statistics.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/taskrouter/v1/workspaces_workflows_statistics.go b/rest/taskrouter/v1/workspaces_workflows_statistics.go index c39188cf9..1cb8a6a4a 100644 --- a/rest/taskrouter/v1/workspaces_workflows_statistics.go +++ b/rest/taskrouter/v1/workspaces_workflows_statistics.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/trunking/v1/README.md b/rest/trunking/v1/README.md index e12a59b75..86bd5c283 100644 --- a/rest/trunking/v1/README.md +++ b/rest/trunking/v1/README.md @@ -5,7 +5,7 @@ This is the public Twilio REST API. ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project from the OpenAPI specs located at [twilio/twilio-oai](https://github.com/twilio/twilio-oai/tree/main/spec). By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client. -- API version: 1.18.0 +- API version: 1.19.0 - Package version: 1.0.0 - Build package: com.twilio.oai.TwilioGoGenerator For more information, please visit [https://support.twilio.com](https://support.twilio.com) diff --git a/rest/trunking/v1/api_service.go b/rest/trunking/v1/api_service.go index 319c537fa..148846048 100644 --- a/rest/trunking/v1/api_service.go +++ b/rest/trunking/v1/api_service.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/trunking/v1/model_list_credential_list_response.go b/rest/trunking/v1/model_list_credential_list_response.go index bfb5043eb..50faac421 100644 --- a/rest/trunking/v1/model_list_credential_list_response.go +++ b/rest/trunking/v1/model_list_credential_list_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/trunking/v1/model_list_ip_access_control_list_response.go b/rest/trunking/v1/model_list_ip_access_control_list_response.go index 096d54053..31db9355f 100644 --- a/rest/trunking/v1/model_list_ip_access_control_list_response.go +++ b/rest/trunking/v1/model_list_ip_access_control_list_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/trunking/v1/model_list_origination_url_response.go b/rest/trunking/v1/model_list_origination_url_response.go index 16b43a5a0..65d84fca9 100644 --- a/rest/trunking/v1/model_list_origination_url_response.go +++ b/rest/trunking/v1/model_list_origination_url_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/trunking/v1/model_list_phone_number_response.go b/rest/trunking/v1/model_list_phone_number_response.go index 2e690b78b..6617671d4 100644 --- a/rest/trunking/v1/model_list_phone_number_response.go +++ b/rest/trunking/v1/model_list_phone_number_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/trunking/v1/model_list_trunk_response.go b/rest/trunking/v1/model_list_trunk_response.go index c9e64a571..551ca2896 100644 --- a/rest/trunking/v1/model_list_trunk_response.go +++ b/rest/trunking/v1/model_list_trunk_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/trunking/v1/model_list_trunk_response_meta.go b/rest/trunking/v1/model_list_trunk_response_meta.go index 5e4306688..7f8cf204f 100644 --- a/rest/trunking/v1/model_list_trunk_response_meta.go +++ b/rest/trunking/v1/model_list_trunk_response_meta.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/trunking/v1/model_trunking_v1_trunk.go b/rest/trunking/v1/model_trunking_v1_trunk.go index 8c745752e..5384f8dfa 100644 --- a/rest/trunking/v1/model_trunking_v1_trunk.go +++ b/rest/trunking/v1/model_trunking_v1_trunk.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/trunking/v1/model_trunking_v1_trunk_credential_list.go b/rest/trunking/v1/model_trunking_v1_trunk_credential_list.go index 0ae478bbc..40bbd9cba 100644 --- a/rest/trunking/v1/model_trunking_v1_trunk_credential_list.go +++ b/rest/trunking/v1/model_trunking_v1_trunk_credential_list.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/trunking/v1/model_trunking_v1_trunk_ip_access_control_list.go b/rest/trunking/v1/model_trunking_v1_trunk_ip_access_control_list.go index 5386fc640..6f7bf2d64 100644 --- a/rest/trunking/v1/model_trunking_v1_trunk_ip_access_control_list.go +++ b/rest/trunking/v1/model_trunking_v1_trunk_ip_access_control_list.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/trunking/v1/model_trunking_v1_trunk_origination_url.go b/rest/trunking/v1/model_trunking_v1_trunk_origination_url.go index 53899603b..6e70c9759 100644 --- a/rest/trunking/v1/model_trunking_v1_trunk_origination_url.go +++ b/rest/trunking/v1/model_trunking_v1_trunk_origination_url.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/trunking/v1/model_trunking_v1_trunk_phone_number.go b/rest/trunking/v1/model_trunking_v1_trunk_phone_number.go index 32582fa37..fb73f8490 100644 --- a/rest/trunking/v1/model_trunking_v1_trunk_phone_number.go +++ b/rest/trunking/v1/model_trunking_v1_trunk_phone_number.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/trunking/v1/model_trunking_v1_trunk_recording.go b/rest/trunking/v1/model_trunking_v1_trunk_recording.go index 9acdbe8e6..98bce932a 100644 --- a/rest/trunking/v1/model_trunking_v1_trunk_recording.go +++ b/rest/trunking/v1/model_trunking_v1_trunk_recording.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/trunking/v1/trunks.go b/rest/trunking/v1/trunks.go index 403ebd35d..0412d2a6d 100644 --- a/rest/trunking/v1/trunks.go +++ b/rest/trunking/v1/trunks.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/trunking/v1/trunks_credential_lists.go b/rest/trunking/v1/trunks_credential_lists.go index 7dc54a7c6..9574499e2 100644 --- a/rest/trunking/v1/trunks_credential_lists.go +++ b/rest/trunking/v1/trunks_credential_lists.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/trunking/v1/trunks_ip_access_control_lists.go b/rest/trunking/v1/trunks_ip_access_control_lists.go index e8ef5f317..bb1d2139c 100644 --- a/rest/trunking/v1/trunks_ip_access_control_lists.go +++ b/rest/trunking/v1/trunks_ip_access_control_lists.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/trunking/v1/trunks_origination_urls.go b/rest/trunking/v1/trunks_origination_urls.go index d91fe9d5e..926f05632 100644 --- a/rest/trunking/v1/trunks_origination_urls.go +++ b/rest/trunking/v1/trunks_origination_urls.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/trunking/v1/trunks_phone_numbers.go b/rest/trunking/v1/trunks_phone_numbers.go index 7f2048b5c..fba9aa0b6 100644 --- a/rest/trunking/v1/trunks_phone_numbers.go +++ b/rest/trunking/v1/trunks_phone_numbers.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/trunking/v1/trunks_recording.go b/rest/trunking/v1/trunks_recording.go index e850ce4e2..b38dff50b 100644 --- a/rest/trunking/v1/trunks_recording.go +++ b/rest/trunking/v1/trunks_recording.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/trusthub/v1/README.md b/rest/trusthub/v1/README.md index 30d60cf30..c8e163040 100644 --- a/rest/trusthub/v1/README.md +++ b/rest/trusthub/v1/README.md @@ -5,7 +5,7 @@ This is the public Twilio REST API. ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project from the OpenAPI specs located at [twilio/twilio-oai](https://github.com/twilio/twilio-oai/tree/main/spec). By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client. -- API version: 1.18.0 +- API version: 1.19.0 - Package version: 1.0.0 - Build package: com.twilio.oai.TwilioGoGenerator For more information, please visit [https://support.twilio.com](https://support.twilio.com) diff --git a/rest/trusthub/v1/api_service.go b/rest/trusthub/v1/api_service.go index bfd5a4288..b2cb53462 100644 --- a/rest/trusthub/v1/api_service.go +++ b/rest/trusthub/v1/api_service.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/trusthub/v1/customer_profiles.go b/rest/trusthub/v1/customer_profiles.go index e708b43e0..1c7157211 100644 --- a/rest/trusthub/v1/customer_profiles.go +++ b/rest/trusthub/v1/customer_profiles.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/trusthub/v1/customer_profiles_channel_endpoint_assignments.go b/rest/trusthub/v1/customer_profiles_channel_endpoint_assignments.go index abe90b886..71e49ffce 100644 --- a/rest/trusthub/v1/customer_profiles_channel_endpoint_assignments.go +++ b/rest/trusthub/v1/customer_profiles_channel_endpoint_assignments.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/trusthub/v1/customer_profiles_entity_assignments.go b/rest/trusthub/v1/customer_profiles_entity_assignments.go index a1bec63a9..9586f0c4d 100644 --- a/rest/trusthub/v1/customer_profiles_entity_assignments.go +++ b/rest/trusthub/v1/customer_profiles_entity_assignments.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/trusthub/v1/customer_profiles_evaluations.go b/rest/trusthub/v1/customer_profiles_evaluations.go index 99fbb74fd..037d8ecfc 100644 --- a/rest/trusthub/v1/customer_profiles_evaluations.go +++ b/rest/trusthub/v1/customer_profiles_evaluations.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/trusthub/v1/end_user_types.go b/rest/trusthub/v1/end_user_types.go index 1c623ae91..7e7f16a63 100644 --- a/rest/trusthub/v1/end_user_types.go +++ b/rest/trusthub/v1/end_user_types.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/trusthub/v1/end_users.go b/rest/trusthub/v1/end_users.go index 7cd347d2d..9f403c156 100644 --- a/rest/trusthub/v1/end_users.go +++ b/rest/trusthub/v1/end_users.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/trusthub/v1/model_list_customer_profile_channel_endpoint_assignment_response.go b/rest/trusthub/v1/model_list_customer_profile_channel_endpoint_assignment_response.go index 3cb8f0e19..ca277ae86 100644 --- a/rest/trusthub/v1/model_list_customer_profile_channel_endpoint_assignment_response.go +++ b/rest/trusthub/v1/model_list_customer_profile_channel_endpoint_assignment_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/trusthub/v1/model_list_customer_profile_entity_assignment_response.go b/rest/trusthub/v1/model_list_customer_profile_entity_assignment_response.go index fb5287683..46933801f 100644 --- a/rest/trusthub/v1/model_list_customer_profile_entity_assignment_response.go +++ b/rest/trusthub/v1/model_list_customer_profile_entity_assignment_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/trusthub/v1/model_list_customer_profile_evaluation_response.go b/rest/trusthub/v1/model_list_customer_profile_evaluation_response.go index 75c20e575..68c8dcda4 100644 --- a/rest/trusthub/v1/model_list_customer_profile_evaluation_response.go +++ b/rest/trusthub/v1/model_list_customer_profile_evaluation_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/trusthub/v1/model_list_customer_profile_response.go b/rest/trusthub/v1/model_list_customer_profile_response.go index 033d0e7e9..ace585cb6 100644 --- a/rest/trusthub/v1/model_list_customer_profile_response.go +++ b/rest/trusthub/v1/model_list_customer_profile_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/trusthub/v1/model_list_customer_profile_response_meta.go b/rest/trusthub/v1/model_list_customer_profile_response_meta.go index ef3b9eaae..d5d9d6f57 100644 --- a/rest/trusthub/v1/model_list_customer_profile_response_meta.go +++ b/rest/trusthub/v1/model_list_customer_profile_response_meta.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/trusthub/v1/model_list_end_user_response.go b/rest/trusthub/v1/model_list_end_user_response.go index dd325816a..0b7c29af8 100644 --- a/rest/trusthub/v1/model_list_end_user_response.go +++ b/rest/trusthub/v1/model_list_end_user_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/trusthub/v1/model_list_end_user_type_response.go b/rest/trusthub/v1/model_list_end_user_type_response.go index 24add0055..cb1837c50 100644 --- a/rest/trusthub/v1/model_list_end_user_type_response.go +++ b/rest/trusthub/v1/model_list_end_user_type_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/trusthub/v1/model_list_policies_response.go b/rest/trusthub/v1/model_list_policies_response.go index c233a7567..328bd2f47 100644 --- a/rest/trusthub/v1/model_list_policies_response.go +++ b/rest/trusthub/v1/model_list_policies_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/trusthub/v1/model_list_supporting_document_response.go b/rest/trusthub/v1/model_list_supporting_document_response.go index 19647ee7b..dfa34b2f5 100644 --- a/rest/trusthub/v1/model_list_supporting_document_response.go +++ b/rest/trusthub/v1/model_list_supporting_document_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/trusthub/v1/model_list_supporting_document_type_response.go b/rest/trusthub/v1/model_list_supporting_document_type_response.go index 4bc514d39..3a6640579 100644 --- a/rest/trusthub/v1/model_list_supporting_document_type_response.go +++ b/rest/trusthub/v1/model_list_supporting_document_type_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/trusthub/v1/model_list_trust_product_channel_endpoint_assignment_response.go b/rest/trusthub/v1/model_list_trust_product_channel_endpoint_assignment_response.go index b45129215..a6a8cb5b1 100644 --- a/rest/trusthub/v1/model_list_trust_product_channel_endpoint_assignment_response.go +++ b/rest/trusthub/v1/model_list_trust_product_channel_endpoint_assignment_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/trusthub/v1/model_list_trust_product_entity_assignment_response.go b/rest/trusthub/v1/model_list_trust_product_entity_assignment_response.go index e86fe7602..ecc5337e2 100644 --- a/rest/trusthub/v1/model_list_trust_product_entity_assignment_response.go +++ b/rest/trusthub/v1/model_list_trust_product_entity_assignment_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/trusthub/v1/model_list_trust_product_evaluation_response.go b/rest/trusthub/v1/model_list_trust_product_evaluation_response.go index 86735674e..9797fc2d8 100644 --- a/rest/trusthub/v1/model_list_trust_product_evaluation_response.go +++ b/rest/trusthub/v1/model_list_trust_product_evaluation_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/trusthub/v1/model_list_trust_product_response.go b/rest/trusthub/v1/model_list_trust_product_response.go index c911b024f..b3b83aa20 100644 --- a/rest/trusthub/v1/model_list_trust_product_response.go +++ b/rest/trusthub/v1/model_list_trust_product_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/trusthub/v1/model_trusthub_v1_customer_profile.go b/rest/trusthub/v1/model_trusthub_v1_customer_profile.go index 176dbdabe..bceef912e 100644 --- a/rest/trusthub/v1/model_trusthub_v1_customer_profile.go +++ b/rest/trusthub/v1/model_trusthub_v1_customer_profile.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/trusthub/v1/model_trusthub_v1_customer_profile_customer_profile_channel_endpoint_assignment.go b/rest/trusthub/v1/model_trusthub_v1_customer_profile_customer_profile_channel_endpoint_assignment.go index 9e38b35ab..0d1338148 100644 --- a/rest/trusthub/v1/model_trusthub_v1_customer_profile_customer_profile_channel_endpoint_assignment.go +++ b/rest/trusthub/v1/model_trusthub_v1_customer_profile_customer_profile_channel_endpoint_assignment.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/trusthub/v1/model_trusthub_v1_customer_profile_customer_profile_entity_assignment.go b/rest/trusthub/v1/model_trusthub_v1_customer_profile_customer_profile_entity_assignment.go index 93b2aa8ba..d1f737467 100644 --- a/rest/trusthub/v1/model_trusthub_v1_customer_profile_customer_profile_entity_assignment.go +++ b/rest/trusthub/v1/model_trusthub_v1_customer_profile_customer_profile_entity_assignment.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/trusthub/v1/model_trusthub_v1_customer_profile_customer_profile_evaluation.go b/rest/trusthub/v1/model_trusthub_v1_customer_profile_customer_profile_evaluation.go index 290ff0fe1..5f9db2164 100644 --- a/rest/trusthub/v1/model_trusthub_v1_customer_profile_customer_profile_evaluation.go +++ b/rest/trusthub/v1/model_trusthub_v1_customer_profile_customer_profile_evaluation.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/trusthub/v1/model_trusthub_v1_end_user.go b/rest/trusthub/v1/model_trusthub_v1_end_user.go index 6955db541..d832619aa 100644 --- a/rest/trusthub/v1/model_trusthub_v1_end_user.go +++ b/rest/trusthub/v1/model_trusthub_v1_end_user.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/trusthub/v1/model_trusthub_v1_end_user_type.go b/rest/trusthub/v1/model_trusthub_v1_end_user_type.go index 8b8a886b3..2af00de01 100644 --- a/rest/trusthub/v1/model_trusthub_v1_end_user_type.go +++ b/rest/trusthub/v1/model_trusthub_v1_end_user_type.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/trusthub/v1/model_trusthub_v1_policies.go b/rest/trusthub/v1/model_trusthub_v1_policies.go index 574b510b1..e69e1c4d4 100644 --- a/rest/trusthub/v1/model_trusthub_v1_policies.go +++ b/rest/trusthub/v1/model_trusthub_v1_policies.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/trusthub/v1/model_trusthub_v1_supporting_document.go b/rest/trusthub/v1/model_trusthub_v1_supporting_document.go index 8bca3b3b4..a97c38c0b 100644 --- a/rest/trusthub/v1/model_trusthub_v1_supporting_document.go +++ b/rest/trusthub/v1/model_trusthub_v1_supporting_document.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/trusthub/v1/model_trusthub_v1_supporting_document_type.go b/rest/trusthub/v1/model_trusthub_v1_supporting_document_type.go index 1faee7049..334568688 100644 --- a/rest/trusthub/v1/model_trusthub_v1_supporting_document_type.go +++ b/rest/trusthub/v1/model_trusthub_v1_supporting_document_type.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/trusthub/v1/model_trusthub_v1_trust_product.go b/rest/trusthub/v1/model_trusthub_v1_trust_product.go index dfd96d1f8..22215dfa3 100644 --- a/rest/trusthub/v1/model_trusthub_v1_trust_product.go +++ b/rest/trusthub/v1/model_trusthub_v1_trust_product.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/trusthub/v1/model_trusthub_v1_trust_product_trust_product_channel_endpoint_assignment.go b/rest/trusthub/v1/model_trusthub_v1_trust_product_trust_product_channel_endpoint_assignment.go index 8267701f3..68e3f1afe 100644 --- a/rest/trusthub/v1/model_trusthub_v1_trust_product_trust_product_channel_endpoint_assignment.go +++ b/rest/trusthub/v1/model_trusthub_v1_trust_product_trust_product_channel_endpoint_assignment.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/trusthub/v1/model_trusthub_v1_trust_product_trust_product_entity_assignment.go b/rest/trusthub/v1/model_trusthub_v1_trust_product_trust_product_entity_assignment.go index c5455a47f..308110724 100644 --- a/rest/trusthub/v1/model_trusthub_v1_trust_product_trust_product_entity_assignment.go +++ b/rest/trusthub/v1/model_trusthub_v1_trust_product_trust_product_entity_assignment.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/trusthub/v1/model_trusthub_v1_trust_product_trust_product_evaluation.go b/rest/trusthub/v1/model_trusthub_v1_trust_product_trust_product_evaluation.go index 80b09d93f..7ee20a2cb 100644 --- a/rest/trusthub/v1/model_trusthub_v1_trust_product_trust_product_evaluation.go +++ b/rest/trusthub/v1/model_trusthub_v1_trust_product_trust_product_evaluation.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/trusthub/v1/policies.go b/rest/trusthub/v1/policies.go index 43423aec0..3433a586e 100644 --- a/rest/trusthub/v1/policies.go +++ b/rest/trusthub/v1/policies.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/trusthub/v1/supporting_document_types.go b/rest/trusthub/v1/supporting_document_types.go index ccb3321d1..8b0a8c7a5 100644 --- a/rest/trusthub/v1/supporting_document_types.go +++ b/rest/trusthub/v1/supporting_document_types.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/trusthub/v1/supporting_documents.go b/rest/trusthub/v1/supporting_documents.go index c482ea2e6..1aa6f0857 100644 --- a/rest/trusthub/v1/supporting_documents.go +++ b/rest/trusthub/v1/supporting_documents.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/trusthub/v1/trust_products.go b/rest/trusthub/v1/trust_products.go index 32c7ee774..f20920a5e 100644 --- a/rest/trusthub/v1/trust_products.go +++ b/rest/trusthub/v1/trust_products.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/trusthub/v1/trust_products_channel_endpoint_assignments.go b/rest/trusthub/v1/trust_products_channel_endpoint_assignments.go index a24c924d7..59db05767 100644 --- a/rest/trusthub/v1/trust_products_channel_endpoint_assignments.go +++ b/rest/trusthub/v1/trust_products_channel_endpoint_assignments.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/trusthub/v1/trust_products_entity_assignments.go b/rest/trusthub/v1/trust_products_entity_assignments.go index 4e3728e22..d5bedded7 100644 --- a/rest/trusthub/v1/trust_products_entity_assignments.go +++ b/rest/trusthub/v1/trust_products_entity_assignments.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/trusthub/v1/trust_products_evaluations.go b/rest/trusthub/v1/trust_products_evaluations.go index 2fb2bf215..f5472c2af 100644 --- a/rest/trusthub/v1/trust_products_evaluations.go +++ b/rest/trusthub/v1/trust_products_evaluations.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/verify/v2/README.md b/rest/verify/v2/README.md index b84dfc86b..aee700027 100644 --- a/rest/verify/v2/README.md +++ b/rest/verify/v2/README.md @@ -5,7 +5,7 @@ This is the public Twilio REST API. ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project from the OpenAPI specs located at [twilio/twilio-oai](https://github.com/twilio/twilio-oai/tree/main/spec). By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client. -- API version: 1.18.0 +- API version: 1.19.0 - Package version: 1.0.0 - Build package: com.twilio.oai.TwilioGoGenerator For more information, please visit [https://support.twilio.com](https://support.twilio.com) diff --git a/rest/verify/v2/api_service.go b/rest/verify/v2/api_service.go index f893f82ab..d5cf5aebb 100644 --- a/rest/verify/v2/api_service.go +++ b/rest/verify/v2/api_service.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/verify/v2/attempts.go b/rest/verify/v2/attempts.go index 67a6ea962..01404afa7 100644 --- a/rest/verify/v2/attempts.go +++ b/rest/verify/v2/attempts.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/verify/v2/forms.go b/rest/verify/v2/forms.go index 30712cb63..5c9013745 100644 --- a/rest/verify/v2/forms.go +++ b/rest/verify/v2/forms.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/verify/v2/model_list_bucket_response.go b/rest/verify/v2/model_list_bucket_response.go index 8104d4748..2c3c756f6 100644 --- a/rest/verify/v2/model_list_bucket_response.go +++ b/rest/verify/v2/model_list_bucket_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/verify/v2/model_list_challenge_response.go b/rest/verify/v2/model_list_challenge_response.go index 37fdaf963..9b628ce2e 100644 --- a/rest/verify/v2/model_list_challenge_response.go +++ b/rest/verify/v2/model_list_challenge_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/verify/v2/model_list_entity_response.go b/rest/verify/v2/model_list_entity_response.go index 8472c1e72..db6981ab5 100644 --- a/rest/verify/v2/model_list_entity_response.go +++ b/rest/verify/v2/model_list_entity_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/verify/v2/model_list_factor_response.go b/rest/verify/v2/model_list_factor_response.go index e3d9cb4ff..ac7e97d57 100644 --- a/rest/verify/v2/model_list_factor_response.go +++ b/rest/verify/v2/model_list_factor_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/verify/v2/model_list_messaging_configuration_response.go b/rest/verify/v2/model_list_messaging_configuration_response.go index ba3edfa2e..6b283b62b 100644 --- a/rest/verify/v2/model_list_messaging_configuration_response.go +++ b/rest/verify/v2/model_list_messaging_configuration_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/verify/v2/model_list_rate_limit_response.go b/rest/verify/v2/model_list_rate_limit_response.go index 783e70c42..224758f89 100644 --- a/rest/verify/v2/model_list_rate_limit_response.go +++ b/rest/verify/v2/model_list_rate_limit_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/verify/v2/model_list_service_response.go b/rest/verify/v2/model_list_service_response.go index 048e7ae1d..91a6648fb 100644 --- a/rest/verify/v2/model_list_service_response.go +++ b/rest/verify/v2/model_list_service_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/verify/v2/model_list_verification_attempt_response.go b/rest/verify/v2/model_list_verification_attempt_response.go index 2924d8d39..4f5efc258 100644 --- a/rest/verify/v2/model_list_verification_attempt_response.go +++ b/rest/verify/v2/model_list_verification_attempt_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/verify/v2/model_list_verification_attempt_response_meta.go b/rest/verify/v2/model_list_verification_attempt_response_meta.go index edf5c0f5b..34b0b7463 100644 --- a/rest/verify/v2/model_list_verification_attempt_response_meta.go +++ b/rest/verify/v2/model_list_verification_attempt_response_meta.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/verify/v2/model_list_webhook_response.go b/rest/verify/v2/model_list_webhook_response.go index dd50ab01f..fabd33853 100644 --- a/rest/verify/v2/model_list_webhook_response.go +++ b/rest/verify/v2/model_list_webhook_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/verify/v2/model_verify_v2_form.go b/rest/verify/v2/model_verify_v2_form.go index 70e23a5e4..8c7b8c62b 100644 --- a/rest/verify/v2/model_verify_v2_form.go +++ b/rest/verify/v2/model_verify_v2_form.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/verify/v2/model_verify_v2_service.go b/rest/verify/v2/model_verify_v2_service.go index 0965009df..59623ed55 100644 --- a/rest/verify/v2/model_verify_v2_service.go +++ b/rest/verify/v2/model_verify_v2_service.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/verify/v2/model_verify_v2_service_access_token.go b/rest/verify/v2/model_verify_v2_service_access_token.go index 6d76379c0..86916146e 100644 --- a/rest/verify/v2/model_verify_v2_service_access_token.go +++ b/rest/verify/v2/model_verify_v2_service_access_token.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/verify/v2/model_verify_v2_service_entity.go b/rest/verify/v2/model_verify_v2_service_entity.go index ba2344220..bc4b51101 100644 --- a/rest/verify/v2/model_verify_v2_service_entity.go +++ b/rest/verify/v2/model_verify_v2_service_entity.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/verify/v2/model_verify_v2_service_entity_challenge.go b/rest/verify/v2/model_verify_v2_service_entity_challenge.go index 584ef7537..ef5157230 100644 --- a/rest/verify/v2/model_verify_v2_service_entity_challenge.go +++ b/rest/verify/v2/model_verify_v2_service_entity_challenge.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/verify/v2/model_verify_v2_service_entity_challenge_notification.go b/rest/verify/v2/model_verify_v2_service_entity_challenge_notification.go index b7e5b01a4..99f634875 100644 --- a/rest/verify/v2/model_verify_v2_service_entity_challenge_notification.go +++ b/rest/verify/v2/model_verify_v2_service_entity_challenge_notification.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/verify/v2/model_verify_v2_service_entity_factor.go b/rest/verify/v2/model_verify_v2_service_entity_factor.go index 864601464..ac2c77f7f 100644 --- a/rest/verify/v2/model_verify_v2_service_entity_factor.go +++ b/rest/verify/v2/model_verify_v2_service_entity_factor.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/verify/v2/model_verify_v2_service_entity_new_factor.go b/rest/verify/v2/model_verify_v2_service_entity_new_factor.go index ec96c255e..cfd43d2d5 100644 --- a/rest/verify/v2/model_verify_v2_service_entity_new_factor.go +++ b/rest/verify/v2/model_verify_v2_service_entity_new_factor.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/verify/v2/model_verify_v2_service_messaging_configuration.go b/rest/verify/v2/model_verify_v2_service_messaging_configuration.go index c1aaf923c..f68f525c7 100644 --- a/rest/verify/v2/model_verify_v2_service_messaging_configuration.go +++ b/rest/verify/v2/model_verify_v2_service_messaging_configuration.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/verify/v2/model_verify_v2_service_rate_limit.go b/rest/verify/v2/model_verify_v2_service_rate_limit.go index 9095e01f4..d7781fc44 100644 --- a/rest/verify/v2/model_verify_v2_service_rate_limit.go +++ b/rest/verify/v2/model_verify_v2_service_rate_limit.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/verify/v2/model_verify_v2_service_rate_limit_bucket.go b/rest/verify/v2/model_verify_v2_service_rate_limit_bucket.go index c00a74f99..827d84213 100644 --- a/rest/verify/v2/model_verify_v2_service_rate_limit_bucket.go +++ b/rest/verify/v2/model_verify_v2_service_rate_limit_bucket.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/verify/v2/model_verify_v2_service_verification.go b/rest/verify/v2/model_verify_v2_service_verification.go index be982593f..9d11b4f06 100644 --- a/rest/verify/v2/model_verify_v2_service_verification.go +++ b/rest/verify/v2/model_verify_v2_service_verification.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/verify/v2/model_verify_v2_service_verification_check.go b/rest/verify/v2/model_verify_v2_service_verification_check.go index 506608d80..2d42e6145 100644 --- a/rest/verify/v2/model_verify_v2_service_verification_check.go +++ b/rest/verify/v2/model_verify_v2_service_verification_check.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/verify/v2/model_verify_v2_service_webhook.go b/rest/verify/v2/model_verify_v2_service_webhook.go index 3e2937b35..27f481b95 100644 --- a/rest/verify/v2/model_verify_v2_service_webhook.go +++ b/rest/verify/v2/model_verify_v2_service_webhook.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/verify/v2/model_verify_v2_verification_attempt.go b/rest/verify/v2/model_verify_v2_verification_attempt.go index c6020462e..0fefe5620 100644 --- a/rest/verify/v2/model_verify_v2_verification_attempt.go +++ b/rest/verify/v2/model_verify_v2_verification_attempt.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/verify/v2/services.go b/rest/verify/v2/services.go index b4f30ebe9..e188ac19f 100644 --- a/rest/verify/v2/services.go +++ b/rest/verify/v2/services.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/verify/v2/services_access_tokens.go b/rest/verify/v2/services_access_tokens.go index 880a34914..b5b89fb5f 100644 --- a/rest/verify/v2/services_access_tokens.go +++ b/rest/verify/v2/services_access_tokens.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/verify/v2/services_entities.go b/rest/verify/v2/services_entities.go index 6581372c1..f08612029 100644 --- a/rest/verify/v2/services_entities.go +++ b/rest/verify/v2/services_entities.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/verify/v2/services_entities_challenges.go b/rest/verify/v2/services_entities_challenges.go index 0731c1cde..577470ae2 100644 --- a/rest/verify/v2/services_entities_challenges.go +++ b/rest/verify/v2/services_entities_challenges.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/verify/v2/services_entities_challenges_notifications.go b/rest/verify/v2/services_entities_challenges_notifications.go index dd02a5724..66789de33 100644 --- a/rest/verify/v2/services_entities_challenges_notifications.go +++ b/rest/verify/v2/services_entities_challenges_notifications.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/verify/v2/services_entities_factors.go b/rest/verify/v2/services_entities_factors.go index 88278f254..71e1c7157 100644 --- a/rest/verify/v2/services_entities_factors.go +++ b/rest/verify/v2/services_entities_factors.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/verify/v2/services_messaging_configurations.go b/rest/verify/v2/services_messaging_configurations.go index eb88ff69c..3be44e525 100644 --- a/rest/verify/v2/services_messaging_configurations.go +++ b/rest/verify/v2/services_messaging_configurations.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/verify/v2/services_rate_limits.go b/rest/verify/v2/services_rate_limits.go index a5c5c5ba3..caf7e3a4a 100644 --- a/rest/verify/v2/services_rate_limits.go +++ b/rest/verify/v2/services_rate_limits.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/verify/v2/services_rate_limits_buckets.go b/rest/verify/v2/services_rate_limits_buckets.go index 944f04d09..d5b302c74 100644 --- a/rest/verify/v2/services_rate_limits_buckets.go +++ b/rest/verify/v2/services_rate_limits_buckets.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/verify/v2/services_verification_check.go b/rest/verify/v2/services_verification_check.go index 8297a68b5..220d2b4e3 100644 --- a/rest/verify/v2/services_verification_check.go +++ b/rest/verify/v2/services_verification_check.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/verify/v2/services_verifications.go b/rest/verify/v2/services_verifications.go index e1271d96d..755182be2 100644 --- a/rest/verify/v2/services_verifications.go +++ b/rest/verify/v2/services_verifications.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/verify/v2/services_webhooks.go b/rest/verify/v2/services_webhooks.go index b7e607c10..a56269b6e 100644 --- a/rest/verify/v2/services_webhooks.go +++ b/rest/verify/v2/services_webhooks.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/video/v1/README.md b/rest/video/v1/README.md index df251f76e..596b65243 100644 --- a/rest/video/v1/README.md +++ b/rest/video/v1/README.md @@ -5,7 +5,7 @@ This is the public Twilio REST API. ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project from the OpenAPI specs located at [twilio/twilio-oai](https://github.com/twilio/twilio-oai/tree/main/spec). By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client. -- API version: 1.18.0 +- API version: 1.19.0 - Package version: 1.0.0 - Build package: com.twilio.oai.TwilioGoGenerator For more information, please visit [https://support.twilio.com](https://support.twilio.com) diff --git a/rest/video/v1/api_service.go b/rest/video/v1/api_service.go index 45a87ef53..9ab480cfe 100644 --- a/rest/video/v1/api_service.go +++ b/rest/video/v1/api_service.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/video/v1/composition_hooks.go b/rest/video/v1/composition_hooks.go index 0c8379614..eefe73a44 100644 --- a/rest/video/v1/composition_hooks.go +++ b/rest/video/v1/composition_hooks.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/video/v1/composition_settings_default.go b/rest/video/v1/composition_settings_default.go index faee0033b..a15598bda 100644 --- a/rest/video/v1/composition_settings_default.go +++ b/rest/video/v1/composition_settings_default.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/video/v1/compositions.go b/rest/video/v1/compositions.go index 300dfffff..d7361a80b 100644 --- a/rest/video/v1/compositions.go +++ b/rest/video/v1/compositions.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/video/v1/model_list_composition_hook_response.go b/rest/video/v1/model_list_composition_hook_response.go index 5eeb6dcc8..ad2d5e857 100644 --- a/rest/video/v1/model_list_composition_hook_response.go +++ b/rest/video/v1/model_list_composition_hook_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/video/v1/model_list_composition_hook_response_meta.go b/rest/video/v1/model_list_composition_hook_response_meta.go index 0184997ba..825f1ec5f 100644 --- a/rest/video/v1/model_list_composition_hook_response_meta.go +++ b/rest/video/v1/model_list_composition_hook_response_meta.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/video/v1/model_list_composition_response.go b/rest/video/v1/model_list_composition_response.go index 7e6d2aabc..f0e4e2e4b 100644 --- a/rest/video/v1/model_list_composition_response.go +++ b/rest/video/v1/model_list_composition_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/video/v1/model_list_recording_response.go b/rest/video/v1/model_list_recording_response.go index 6b9a017b1..71782c732 100644 --- a/rest/video/v1/model_list_recording_response.go +++ b/rest/video/v1/model_list_recording_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/video/v1/model_list_room_participant_published_track_response.go b/rest/video/v1/model_list_room_participant_published_track_response.go index 758114ac5..278d636d9 100644 --- a/rest/video/v1/model_list_room_participant_published_track_response.go +++ b/rest/video/v1/model_list_room_participant_published_track_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/video/v1/model_list_room_participant_response.go b/rest/video/v1/model_list_room_participant_response.go index 177d4abbb..fa61074bc 100644 --- a/rest/video/v1/model_list_room_participant_response.go +++ b/rest/video/v1/model_list_room_participant_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/video/v1/model_list_room_participant_subscribed_track_response.go b/rest/video/v1/model_list_room_participant_subscribed_track_response.go index 29b2ab1b6..204618f51 100644 --- a/rest/video/v1/model_list_room_participant_subscribed_track_response.go +++ b/rest/video/v1/model_list_room_participant_subscribed_track_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/video/v1/model_list_room_recording_response.go b/rest/video/v1/model_list_room_recording_response.go index 78fed25ae..843ef215e 100644 --- a/rest/video/v1/model_list_room_recording_response.go +++ b/rest/video/v1/model_list_room_recording_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/video/v1/model_list_room_response.go b/rest/video/v1/model_list_room_response.go index 8c5f813d7..7d0c1389d 100644 --- a/rest/video/v1/model_list_room_response.go +++ b/rest/video/v1/model_list_room_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/video/v1/model_video_v1_composition.go b/rest/video/v1/model_video_v1_composition.go index b4ace83aa..d5322c457 100644 --- a/rest/video/v1/model_video_v1_composition.go +++ b/rest/video/v1/model_video_v1_composition.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/video/v1/model_video_v1_composition_hook.go b/rest/video/v1/model_video_v1_composition_hook.go index cb07b8a6d..d12293073 100644 --- a/rest/video/v1/model_video_v1_composition_hook.go +++ b/rest/video/v1/model_video_v1_composition_hook.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/video/v1/model_video_v1_composition_settings.go b/rest/video/v1/model_video_v1_composition_settings.go index 32ed52e61..3c41bf41a 100644 --- a/rest/video/v1/model_video_v1_composition_settings.go +++ b/rest/video/v1/model_video_v1_composition_settings.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/video/v1/model_video_v1_recording.go b/rest/video/v1/model_video_v1_recording.go index 2e3fcba06..3df6c3e60 100644 --- a/rest/video/v1/model_video_v1_recording.go +++ b/rest/video/v1/model_video_v1_recording.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/video/v1/model_video_v1_recording_settings.go b/rest/video/v1/model_video_v1_recording_settings.go index 7dc83afd1..ea062273b 100644 --- a/rest/video/v1/model_video_v1_recording_settings.go +++ b/rest/video/v1/model_video_v1_recording_settings.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/video/v1/model_video_v1_room.go b/rest/video/v1/model_video_v1_room.go index a813ef70c..3a4b61369 100644 --- a/rest/video/v1/model_video_v1_room.go +++ b/rest/video/v1/model_video_v1_room.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/video/v1/model_video_v1_room_room_participant.go b/rest/video/v1/model_video_v1_room_room_participant.go index 94450ff80..891f26424 100644 --- a/rest/video/v1/model_video_v1_room_room_participant.go +++ b/rest/video/v1/model_video_v1_room_room_participant.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/video/v1/model_video_v1_room_room_participant_room_participant_published_track.go b/rest/video/v1/model_video_v1_room_room_participant_room_participant_published_track.go index 8cba092bd..fe027663e 100644 --- a/rest/video/v1/model_video_v1_room_room_participant_room_participant_published_track.go +++ b/rest/video/v1/model_video_v1_room_room_participant_room_participant_published_track.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/video/v1/model_video_v1_room_room_participant_room_participant_subscribe_rule.go b/rest/video/v1/model_video_v1_room_room_participant_room_participant_subscribe_rule.go index 1844254f8..84a8f5ff1 100644 --- a/rest/video/v1/model_video_v1_room_room_participant_room_participant_subscribe_rule.go +++ b/rest/video/v1/model_video_v1_room_room_participant_room_participant_subscribe_rule.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/video/v1/model_video_v1_room_room_participant_room_participant_subscribed_track.go b/rest/video/v1/model_video_v1_room_room_participant_room_participant_subscribed_track.go index cbafa6bbd..e38a12809 100644 --- a/rest/video/v1/model_video_v1_room_room_participant_room_participant_subscribed_track.go +++ b/rest/video/v1/model_video_v1_room_room_participant_room_participant_subscribed_track.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/video/v1/model_video_v1_room_room_recording.go b/rest/video/v1/model_video_v1_room_room_recording.go index 047474043..9c28c11fa 100644 --- a/rest/video/v1/model_video_v1_room_room_recording.go +++ b/rest/video/v1/model_video_v1_room_room_recording.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/video/v1/model_video_v1_room_room_recording_rule.go b/rest/video/v1/model_video_v1_room_room_recording_rule.go index ad9d4694d..44151049f 100644 --- a/rest/video/v1/model_video_v1_room_room_recording_rule.go +++ b/rest/video/v1/model_video_v1_room_room_recording_rule.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/video/v1/model_video_v1_room_room_recording_rule_rules.go b/rest/video/v1/model_video_v1_room_room_recording_rule_rules.go index c947b185e..8981f3d23 100644 --- a/rest/video/v1/model_video_v1_room_room_recording_rule_rules.go +++ b/rest/video/v1/model_video_v1_room_room_recording_rule_rules.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/video/v1/recording_settings_default.go b/rest/video/v1/recording_settings_default.go index 4b7d59899..830141267 100644 --- a/rest/video/v1/recording_settings_default.go +++ b/rest/video/v1/recording_settings_default.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/video/v1/recordings.go b/rest/video/v1/recordings.go index d7b6ae108..728005af9 100644 --- a/rest/video/v1/recordings.go +++ b/rest/video/v1/recordings.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/video/v1/rooms.go b/rest/video/v1/rooms.go index fdf88f371..072a8747d 100644 --- a/rest/video/v1/rooms.go +++ b/rest/video/v1/rooms.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/video/v1/rooms_participants.go b/rest/video/v1/rooms_participants.go index 1d8aa3f82..a2f7be7d1 100644 --- a/rest/video/v1/rooms_participants.go +++ b/rest/video/v1/rooms_participants.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/video/v1/rooms_participants_published_tracks.go b/rest/video/v1/rooms_participants_published_tracks.go index b28719ed9..9990bcc86 100644 --- a/rest/video/v1/rooms_participants_published_tracks.go +++ b/rest/video/v1/rooms_participants_published_tracks.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/video/v1/rooms_participants_subscribe_rules.go b/rest/video/v1/rooms_participants_subscribe_rules.go index dd9ca2695..c78a0c87c 100644 --- a/rest/video/v1/rooms_participants_subscribe_rules.go +++ b/rest/video/v1/rooms_participants_subscribe_rules.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/video/v1/rooms_participants_subscribed_tracks.go b/rest/video/v1/rooms_participants_subscribed_tracks.go index 581267686..2d96f0f0c 100644 --- a/rest/video/v1/rooms_participants_subscribed_tracks.go +++ b/rest/video/v1/rooms_participants_subscribed_tracks.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/video/v1/rooms_recording_rules.go b/rest/video/v1/rooms_recording_rules.go index ed00f0442..891ed3767 100644 --- a/rest/video/v1/rooms_recording_rules.go +++ b/rest/video/v1/rooms_recording_rules.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/video/v1/rooms_recordings.go b/rest/video/v1/rooms_recordings.go index bda4b1e2d..6c11a31c0 100644 --- a/rest/video/v1/rooms_recordings.go +++ b/rest/video/v1/rooms_recordings.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/voice/v1/README.md b/rest/voice/v1/README.md index a07b5502e..99e8b5b52 100644 --- a/rest/voice/v1/README.md +++ b/rest/voice/v1/README.md @@ -5,7 +5,7 @@ This is the public Twilio REST API. ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project from the OpenAPI specs located at [twilio/twilio-oai](https://github.com/twilio/twilio-oai/tree/main/spec). By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client. -- API version: 1.18.0 +- API version: 1.19.0 - Package version: 1.0.0 - Build package: com.twilio.oai.TwilioGoGenerator For more information, please visit [https://support.twilio.com](https://support.twilio.com) diff --git a/rest/voice/v1/api_service.go b/rest/voice/v1/api_service.go index 218b5fdef..ed2ac3342 100644 --- a/rest/voice/v1/api_service.go +++ b/rest/voice/v1/api_service.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/voice/v1/byoc_trunks.go b/rest/voice/v1/byoc_trunks.go index a044c6e29..71d760df6 100644 --- a/rest/voice/v1/byoc_trunks.go +++ b/rest/voice/v1/byoc_trunks.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/voice/v1/connection_policies.go b/rest/voice/v1/connection_policies.go index 68b5ddf86..da87337be 100644 --- a/rest/voice/v1/connection_policies.go +++ b/rest/voice/v1/connection_policies.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/voice/v1/connection_policies_targets.go b/rest/voice/v1/connection_policies_targets.go index f24fc1344..419c8dd80 100644 --- a/rest/voice/v1/connection_policies_targets.go +++ b/rest/voice/v1/connection_policies_targets.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/voice/v1/dialing_permissions_bulk_country_updates.go b/rest/voice/v1/dialing_permissions_bulk_country_updates.go index 3f7abb4a4..52151b677 100644 --- a/rest/voice/v1/dialing_permissions_bulk_country_updates.go +++ b/rest/voice/v1/dialing_permissions_bulk_country_updates.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/voice/v1/dialing_permissions_countries.go b/rest/voice/v1/dialing_permissions_countries.go index 4c1ede4d4..279f4bf2f 100644 --- a/rest/voice/v1/dialing_permissions_countries.go +++ b/rest/voice/v1/dialing_permissions_countries.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/voice/v1/dialing_permissions_countries_high_risk_special_prefixes.go b/rest/voice/v1/dialing_permissions_countries_high_risk_special_prefixes.go index ee7733689..cf06fb08c 100644 --- a/rest/voice/v1/dialing_permissions_countries_high_risk_special_prefixes.go +++ b/rest/voice/v1/dialing_permissions_countries_high_risk_special_prefixes.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/voice/v1/ip_records.go b/rest/voice/v1/ip_records.go index 70e37cb64..9135d7157 100644 --- a/rest/voice/v1/ip_records.go +++ b/rest/voice/v1/ip_records.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/voice/v1/model_list_byoc_trunk_response.go b/rest/voice/v1/model_list_byoc_trunk_response.go index 8aa0c8959..c6d45790c 100644 --- a/rest/voice/v1/model_list_byoc_trunk_response.go +++ b/rest/voice/v1/model_list_byoc_trunk_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/voice/v1/model_list_byoc_trunk_response_meta.go b/rest/voice/v1/model_list_byoc_trunk_response_meta.go index 50e42d68b..2a2926b3d 100644 --- a/rest/voice/v1/model_list_byoc_trunk_response_meta.go +++ b/rest/voice/v1/model_list_byoc_trunk_response_meta.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/voice/v1/model_list_connection_policy_response.go b/rest/voice/v1/model_list_connection_policy_response.go index 74b9aad91..4c084f44f 100644 --- a/rest/voice/v1/model_list_connection_policy_response.go +++ b/rest/voice/v1/model_list_connection_policy_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/voice/v1/model_list_connection_policy_target_response.go b/rest/voice/v1/model_list_connection_policy_target_response.go index a3674e45e..3d504c6b3 100644 --- a/rest/voice/v1/model_list_connection_policy_target_response.go +++ b/rest/voice/v1/model_list_connection_policy_target_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/voice/v1/model_list_dialing_permissions_country_response.go b/rest/voice/v1/model_list_dialing_permissions_country_response.go index c59db71d6..a4a418a58 100644 --- a/rest/voice/v1/model_list_dialing_permissions_country_response.go +++ b/rest/voice/v1/model_list_dialing_permissions_country_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/voice/v1/model_list_dialing_permissions_hrs_prefixes_response.go b/rest/voice/v1/model_list_dialing_permissions_hrs_prefixes_response.go index b4dae2bcc..27516a715 100644 --- a/rest/voice/v1/model_list_dialing_permissions_hrs_prefixes_response.go +++ b/rest/voice/v1/model_list_dialing_permissions_hrs_prefixes_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/voice/v1/model_list_ip_record_response.go b/rest/voice/v1/model_list_ip_record_response.go index 1db19e63d..562207fdf 100644 --- a/rest/voice/v1/model_list_ip_record_response.go +++ b/rest/voice/v1/model_list_ip_record_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/voice/v1/model_list_source_ip_mapping_response.go b/rest/voice/v1/model_list_source_ip_mapping_response.go index 31e8cc5b2..6904e30be 100644 --- a/rest/voice/v1/model_list_source_ip_mapping_response.go +++ b/rest/voice/v1/model_list_source_ip_mapping_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/voice/v1/model_voice_v1_byoc_trunk.go b/rest/voice/v1/model_voice_v1_byoc_trunk.go index 46abcae66..60efc5fee 100644 --- a/rest/voice/v1/model_voice_v1_byoc_trunk.go +++ b/rest/voice/v1/model_voice_v1_byoc_trunk.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/voice/v1/model_voice_v1_connection_policy.go b/rest/voice/v1/model_voice_v1_connection_policy.go index 5fbbb50f5..d98eb2374 100644 --- a/rest/voice/v1/model_voice_v1_connection_policy.go +++ b/rest/voice/v1/model_voice_v1_connection_policy.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/voice/v1/model_voice_v1_connection_policy_connection_policy_target.go b/rest/voice/v1/model_voice_v1_connection_policy_connection_policy_target.go index fdf06edc8..29768c79e 100644 --- a/rest/voice/v1/model_voice_v1_connection_policy_connection_policy_target.go +++ b/rest/voice/v1/model_voice_v1_connection_policy_connection_policy_target.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/voice/v1/model_voice_v1_dialing_permissions_dialing_permissions_country.go b/rest/voice/v1/model_voice_v1_dialing_permissions_dialing_permissions_country.go index 9d94d1476..dcb6fb52d 100644 --- a/rest/voice/v1/model_voice_v1_dialing_permissions_dialing_permissions_country.go +++ b/rest/voice/v1/model_voice_v1_dialing_permissions_dialing_permissions_country.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/voice/v1/model_voice_v1_dialing_permissions_dialing_permissions_country_bulk_update.go b/rest/voice/v1/model_voice_v1_dialing_permissions_dialing_permissions_country_bulk_update.go index 328be51bc..983bee41e 100644 --- a/rest/voice/v1/model_voice_v1_dialing_permissions_dialing_permissions_country_bulk_update.go +++ b/rest/voice/v1/model_voice_v1_dialing_permissions_dialing_permissions_country_bulk_update.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/voice/v1/model_voice_v1_dialing_permissions_dialing_permissions_country_dialing_permissions_hrs_prefixes.go b/rest/voice/v1/model_voice_v1_dialing_permissions_dialing_permissions_country_dialing_permissions_hrs_prefixes.go index 86ca7eb52..895f7e2c1 100644 --- a/rest/voice/v1/model_voice_v1_dialing_permissions_dialing_permissions_country_dialing_permissions_hrs_prefixes.go +++ b/rest/voice/v1/model_voice_v1_dialing_permissions_dialing_permissions_country_dialing_permissions_hrs_prefixes.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/voice/v1/model_voice_v1_dialing_permissions_dialing_permissions_country_instance.go b/rest/voice/v1/model_voice_v1_dialing_permissions_dialing_permissions_country_instance.go index 48972373e..e276d00c9 100644 --- a/rest/voice/v1/model_voice_v1_dialing_permissions_dialing_permissions_country_instance.go +++ b/rest/voice/v1/model_voice_v1_dialing_permissions_dialing_permissions_country_instance.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/voice/v1/model_voice_v1_dialing_permissions_dialing_permissions_settings.go b/rest/voice/v1/model_voice_v1_dialing_permissions_dialing_permissions_settings.go index 1730bd892..d462a258c 100644 --- a/rest/voice/v1/model_voice_v1_dialing_permissions_dialing_permissions_settings.go +++ b/rest/voice/v1/model_voice_v1_dialing_permissions_dialing_permissions_settings.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/voice/v1/model_voice_v1_ip_record.go b/rest/voice/v1/model_voice_v1_ip_record.go index da628eaf2..b395c967e 100644 --- a/rest/voice/v1/model_voice_v1_ip_record.go +++ b/rest/voice/v1/model_voice_v1_ip_record.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/voice/v1/model_voice_v1_source_ip_mapping.go b/rest/voice/v1/model_voice_v1_source_ip_mapping.go index 59bdff137..5195c8f9c 100644 --- a/rest/voice/v1/model_voice_v1_source_ip_mapping.go +++ b/rest/voice/v1/model_voice_v1_source_ip_mapping.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/voice/v1/settings.go b/rest/voice/v1/settings.go index 1f20b744b..eb6ae54dc 100644 --- a/rest/voice/v1/settings.go +++ b/rest/voice/v1/settings.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/voice/v1/source_ip_mappings.go b/rest/voice/v1/source_ip_mappings.go index 375603dcf..c4ce06f87 100644 --- a/rest/voice/v1/source_ip_mappings.go +++ b/rest/voice/v1/source_ip_mappings.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/wireless/v1/README.md b/rest/wireless/v1/README.md index dda195177..213d5fee8 100644 --- a/rest/wireless/v1/README.md +++ b/rest/wireless/v1/README.md @@ -5,7 +5,7 @@ This is the public Twilio REST API. ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project from the OpenAPI specs located at [twilio/twilio-oai](https://github.com/twilio/twilio-oai/tree/main/spec). By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client. -- API version: 1.18.0 +- API version: 1.19.0 - Package version: 1.0.0 - Build package: com.twilio.oai.TwilioGoGenerator For more information, please visit [https://support.twilio.com](https://support.twilio.com) diff --git a/rest/wireless/v1/api_service.go b/rest/wireless/v1/api_service.go index f297ba295..7f1a5a0be 100644 --- a/rest/wireless/v1/api_service.go +++ b/rest/wireless/v1/api_service.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/wireless/v1/commands.go b/rest/wireless/v1/commands.go index 1f5ecf35d..e2c75470d 100644 --- a/rest/wireless/v1/commands.go +++ b/rest/wireless/v1/commands.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/wireless/v1/model_list_account_usage_record_response.go b/rest/wireless/v1/model_list_account_usage_record_response.go index 52864247f..cf589b7db 100644 --- a/rest/wireless/v1/model_list_account_usage_record_response.go +++ b/rest/wireless/v1/model_list_account_usage_record_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/wireless/v1/model_list_command_response.go b/rest/wireless/v1/model_list_command_response.go index 9f54adcdc..45457d857 100644 --- a/rest/wireless/v1/model_list_command_response.go +++ b/rest/wireless/v1/model_list_command_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/wireless/v1/model_list_command_response_meta.go b/rest/wireless/v1/model_list_command_response_meta.go index c4d6d02f7..559daa7cd 100644 --- a/rest/wireless/v1/model_list_command_response_meta.go +++ b/rest/wireless/v1/model_list_command_response_meta.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/wireless/v1/model_list_data_session_response.go b/rest/wireless/v1/model_list_data_session_response.go index b4f920bdf..4c89f6047 100644 --- a/rest/wireless/v1/model_list_data_session_response.go +++ b/rest/wireless/v1/model_list_data_session_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/wireless/v1/model_list_rate_plan_response.go b/rest/wireless/v1/model_list_rate_plan_response.go index 607c64866..931abe4fe 100644 --- a/rest/wireless/v1/model_list_rate_plan_response.go +++ b/rest/wireless/v1/model_list_rate_plan_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/wireless/v1/model_list_sim_response.go b/rest/wireless/v1/model_list_sim_response.go index 8f33d9b70..f67eabab4 100644 --- a/rest/wireless/v1/model_list_sim_response.go +++ b/rest/wireless/v1/model_list_sim_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/wireless/v1/model_list_usage_record_response.go b/rest/wireless/v1/model_list_usage_record_response.go index e5e42c856..86490edde 100644 --- a/rest/wireless/v1/model_list_usage_record_response.go +++ b/rest/wireless/v1/model_list_usage_record_response.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/wireless/v1/model_wireless_v1_account_usage_record.go b/rest/wireless/v1/model_wireless_v1_account_usage_record.go index 0ef713a9a..27ee2bfb2 100644 --- a/rest/wireless/v1/model_wireless_v1_account_usage_record.go +++ b/rest/wireless/v1/model_wireless_v1_account_usage_record.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/wireless/v1/model_wireless_v1_command.go b/rest/wireless/v1/model_wireless_v1_command.go index a0a69c626..3f4f49ccc 100644 --- a/rest/wireless/v1/model_wireless_v1_command.go +++ b/rest/wireless/v1/model_wireless_v1_command.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/wireless/v1/model_wireless_v1_rate_plan.go b/rest/wireless/v1/model_wireless_v1_rate_plan.go index 77190ae07..1c82eaedb 100644 --- a/rest/wireless/v1/model_wireless_v1_rate_plan.go +++ b/rest/wireless/v1/model_wireless_v1_rate_plan.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/wireless/v1/model_wireless_v1_sim.go b/rest/wireless/v1/model_wireless_v1_sim.go index 99e785071..c9a73ef4e 100644 --- a/rest/wireless/v1/model_wireless_v1_sim.go +++ b/rest/wireless/v1/model_wireless_v1_sim.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/wireless/v1/model_wireless_v1_sim_data_session.go b/rest/wireless/v1/model_wireless_v1_sim_data_session.go index 77faadd45..786e1bcbd 100644 --- a/rest/wireless/v1/model_wireless_v1_sim_data_session.go +++ b/rest/wireless/v1/model_wireless_v1_sim_data_session.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/wireless/v1/model_wireless_v1_sim_usage_record.go b/rest/wireless/v1/model_wireless_v1_sim_usage_record.go index 3bc85b99a..e56b6e368 100644 --- a/rest/wireless/v1/model_wireless_v1_sim_usage_record.go +++ b/rest/wireless/v1/model_wireless_v1_sim_usage_record.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/wireless/v1/rate_plans.go b/rest/wireless/v1/rate_plans.go index 2c4722a84..d419ac3fb 100644 --- a/rest/wireless/v1/rate_plans.go +++ b/rest/wireless/v1/rate_plans.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/wireless/v1/sims.go b/rest/wireless/v1/sims.go index 25fc62c98..c0477ea31 100644 --- a/rest/wireless/v1/sims.go +++ b/rest/wireless/v1/sims.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/wireless/v1/sims_data_sessions.go b/rest/wireless/v1/sims_data_sessions.go index 7337f478f..55695e91d 100644 --- a/rest/wireless/v1/sims_data_sessions.go +++ b/rest/wireless/v1/sims_data_sessions.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/wireless/v1/sims_usage_records.go b/rest/wireless/v1/sims_usage_records.go index 2515f5456..05b85c671 100644 --- a/rest/wireless/v1/sims_usage_records.go +++ b/rest/wireless/v1/sims_usage_records.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */ diff --git a/rest/wireless/v1/usage_records.go b/rest/wireless/v1/usage_records.go index 46b439dc2..65ce4ae96 100644 --- a/rest/wireless/v1/usage_records.go +++ b/rest/wireless/v1/usage_records.go @@ -3,7 +3,7 @@ * * This is the public Twilio REST API. * - * API version: 1.18.0 + * API version: 1.19.0 * Contact: support@twilio.com */