diff --git a/CHANGES.md b/CHANGES.md index c31ad73c6..0492ee4ec 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,23 @@ twilio-go changelog ==================== +[2023-04-05] Version 1.5.0 +-------------------------- +**Conversations** +- Expose query parameters `start_date`, `end_date` and `state` in list operation on Conversations resource for sorting and filtering + +**Insights** +- Added answered by filter in Call Summaries + +**Lookups** +- Remove `disposable_phone_number_risk` package **(breaking change)** + +**Messaging** +- Add support for `SOLE_PROPRIETOR` brand type and `SOLE_PROPRIETOR` campaign use case. +- New Sole Proprietor Brands should be created with `SOLE_PROPRIETOR` brand type. Brand registration requests with `STARTER` brand type will be rejected. +- New Sole Proprietor Campaigns should be created with `SOLE_PROPRIETOR` campaign use case. Campaign registration requests with `STARTER` campaign use case will be rejected. +- Add Brand Registrations OTP API + + [2023-03-22] Version 1.4.0 -------------------------- **Api** diff --git a/rest/accounts/v1/README.md b/rest/accounts/v1/README.md index 09a3e5f7d..7152a2dfd 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.40.0 +- API version: 1.41.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/README.md b/rest/api/v2010/README.md index 19fbd42d3..5ab8df212 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.40.0 +- API version: 1.41.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/README.md b/rest/autopilot/v1/README.md index 7302c945e..a5519b6d3 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.40.0 +- API version: 1.41.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/README.md b/rest/bulkexports/v1/README.md index bd868f50c..72e0605bb 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.40.0 +- API version: 1.41.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/README.md b/rest/chat/v1/README.md index 20c2340b2..86f2dbf4a 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.40.0 +- API version: 1.41.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/README.md b/rest/chat/v2/README.md index 2d6b8c3d7..f5f71adb9 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.40.0 +- API version: 1.41.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/v3/README.md b/rest/chat/v3/README.md index 77a91b8f6..bc8d56bcb 100644 --- a/rest/chat/v3/README.md +++ b/rest/chat/v3/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.40.0 +- API version: 1.41.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/content/v1/README.md b/rest/content/v1/README.md index ab62456b4..1369fda87 100644 --- a/rest/content/v1/README.md +++ b/rest/content/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.40.0 +- API version: 1.41.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/conversations/v1/README.md b/rest/conversations/v1/README.md index ac907d900..cadaf0da5 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.40.0 +- API version: 1.41.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/conversations/v1/conversations.go b/rest/conversations/v1/conversations.go index 7baa81fec..b0421fe64 100644 --- a/rest/conversations/v1/conversations.go +++ b/rest/conversations/v1/conversations.go @@ -201,12 +201,30 @@ func (c *ApiService) FetchConversation(Sid string) (*ConversationsV1Conversation // Optional parameters for the method 'ListConversation' type ListConversationParams struct { + // Start date in ISO8601 format for sorting and filtering list of Conversations. + StartDate *string `json:"StartDate,omitempty"` + // End date in ISO8601 format for sorting and filtering list of Conversations. + EndDate *string `json:"EndDate,omitempty"` + // State for sorting and filtering list of Conversations. Can be `active`, `inactive` or `closed` + State *string `json:"State,omitempty"` // How many resources to return in each list page. The default is 50, and the maximum is 1000. PageSize *int `json:"PageSize,omitempty"` // Max number of records to return. Limit *int `json:"limit,omitempty"` } +func (params *ListConversationParams) SetStartDate(StartDate string) *ListConversationParams { + params.StartDate = &StartDate + return params +} +func (params *ListConversationParams) SetEndDate(EndDate string) *ListConversationParams { + params.EndDate = &EndDate + return params +} +func (params *ListConversationParams) SetState(State string) *ListConversationParams { + params.State = &State + return params +} func (params *ListConversationParams) SetPageSize(PageSize int) *ListConversationParams { params.PageSize = &PageSize return params @@ -223,6 +241,15 @@ func (c *ApiService) PageConversation(params *ListConversationParams, pageToken, data := url.Values{} headers := make(map[string]interface{}) + if params != nil && params.StartDate != nil { + data.Set("StartDate", *params.StartDate) + } + if params != nil && params.EndDate != nil { + data.Set("EndDate", *params.EndDate) + } + if params != nil && params.State != nil { + data.Set("State", *params.State) + } if params != nil && params.PageSize != nil { data.Set("PageSize", fmt.Sprint(*params.PageSize)) } diff --git a/rest/conversations/v1/docs/ConversationsApi.md b/rest/conversations/v1/docs/ConversationsApi.md index 7efd8e018..c48ca6f8d 100644 --- a/rest/conversations/v1/docs/ConversationsApi.md +++ b/rest/conversations/v1/docs/ConversationsApi.md @@ -164,6 +164,9 @@ Other parameters are passed through a pointer to a ListConversationParams struct Name | Type | Description ------------- | ------------- | ------------- +**StartDate** | **string** | Start date in ISO8601 format for sorting and filtering list of Conversations. +**EndDate** | **string** | End date in ISO8601 format for sorting and filtering list of Conversations. +**State** | **string** | State for sorting and filtering list of Conversations. Can be `active`, `inactive` or `closed` **PageSize** | **int** | How many resources to return in each list page. The default is 50, and the maximum is 1000. **Limit** | **int** | Max number of records to return. diff --git a/rest/conversations/v1/docs/ServicesConversationsApi.md b/rest/conversations/v1/docs/ServicesConversationsApi.md index df5606b23..d6267fa92 100644 --- a/rest/conversations/v1/docs/ServicesConversationsApi.md +++ b/rest/conversations/v1/docs/ServicesConversationsApi.md @@ -174,6 +174,9 @@ Other parameters are passed through a pointer to a ListServiceConversationParams Name | Type | Description ------------- | ------------- | ------------- +**StartDate** | **string** | Start date in ISO8601 format for sorting and filtering list of Conversations. +**EndDate** | **string** | End date in ISO8601 format for sorting and filtering list of Conversations. +**State** | **string** | State for sorting and filtering list of Conversations. Can be `active`, `inactive` or `closed` **PageSize** | **int** | How many resources to return in each list page. The default is 50, and the maximum is 1000. **Limit** | **int** | Max number of records to return. diff --git a/rest/conversations/v1/services_conversations.go b/rest/conversations/v1/services_conversations.go index df87ec681..879f13ee2 100644 --- a/rest/conversations/v1/services_conversations.go +++ b/rest/conversations/v1/services_conversations.go @@ -204,12 +204,30 @@ func (c *ApiService) FetchServiceConversation(ChatServiceSid string, Sid string) // Optional parameters for the method 'ListServiceConversation' type ListServiceConversationParams struct { + // Start date in ISO8601 format for sorting and filtering list of Conversations. + StartDate *string `json:"StartDate,omitempty"` + // End date in ISO8601 format for sorting and filtering list of Conversations. + EndDate *string `json:"EndDate,omitempty"` + // State for sorting and filtering list of Conversations. Can be `active`, `inactive` or `closed` + State *string `json:"State,omitempty"` // How many resources to return in each list page. The default is 50, and the maximum is 1000. PageSize *int `json:"PageSize,omitempty"` // Max number of records to return. Limit *int `json:"limit,omitempty"` } +func (params *ListServiceConversationParams) SetStartDate(StartDate string) *ListServiceConversationParams { + params.StartDate = &StartDate + return params +} +func (params *ListServiceConversationParams) SetEndDate(EndDate string) *ListServiceConversationParams { + params.EndDate = &EndDate + return params +} +func (params *ListServiceConversationParams) SetState(State string) *ListServiceConversationParams { + params.State = &State + return params +} func (params *ListServiceConversationParams) SetPageSize(PageSize int) *ListServiceConversationParams { params.PageSize = &PageSize return params @@ -228,6 +246,15 @@ func (c *ApiService) PageServiceConversation(ChatServiceSid string, params *List data := url.Values{} headers := make(map[string]interface{}) + if params != nil && params.StartDate != nil { + data.Set("StartDate", *params.StartDate) + } + if params != nil && params.EndDate != nil { + data.Set("EndDate", *params.EndDate) + } + if params != nil && params.State != nil { + data.Set("State", *params.State) + } if params != nil && params.PageSize != nil { data.Set("PageSize", fmt.Sprint(*params.PageSize)) } diff --git a/rest/events/v1/README.md b/rest/events/v1/README.md index 9a27d695e..5ea99c96c 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.40.0 +- API version: 1.41.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/README.md b/rest/flex/v1/README.md index 5a460ae26..97a084dd9 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.40.0 +- API version: 1.41.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/v2/README.md b/rest/flex/v2/README.md index 5c3da33a9..2c2a7aab1 100644 --- a/rest/flex/v2/README.md +++ b/rest/flex/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.40.0 +- API version: 1.41.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/README.md b/rest/frontline/v1/README.md index 4203e6a33..518b649e0 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.40.0 +- API version: 1.41.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/README.md b/rest/insights/v1/README.md index e996630d7..c135f1c04 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.40.0 +- API version: 1.41.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/docs/VoiceSummariesApi.md b/rest/insights/v1/docs/VoiceSummariesApi.md index 6c641436b..cb71be968 100644 --- a/rest/insights/v1/docs/VoiceSummariesApi.md +++ b/rest/insights/v1/docs/VoiceSummariesApi.md @@ -45,6 +45,7 @@ Name | Type | Description **SortBy** | **string** | **Subaccount** | **string** | **AbnormalSession** | **bool** | +**AnsweredBy** | **string** | **PageSize** | **int** | How many resources to return in each list page. The default is 50, and the maximum is 1000. **Limit** | **int** | Max number of records to return. diff --git a/rest/insights/v1/voice_summaries.go b/rest/insights/v1/voice_summaries.go index d51e07048..7c0a73c03 100644 --- a/rest/insights/v1/voice_summaries.go +++ b/rest/insights/v1/voice_summaries.go @@ -60,6 +60,8 @@ type ListCallSummariesParams struct { Subaccount *string `json:"Subaccount,omitempty"` // AbnormalSession *bool `json:"AbnormalSession,omitempty"` + // + AnsweredBy *string `json:"AnsweredBy,omitempty"` // How many resources to return in each list page. The default is 50, and the maximum is 1000. PageSize *int `json:"PageSize,omitempty"` // Max number of records to return. @@ -138,6 +140,10 @@ func (params *ListCallSummariesParams) SetAbnormalSession(AbnormalSession bool) params.AbnormalSession = &AbnormalSession return params } +func (params *ListCallSummariesParams) SetAnsweredBy(AnsweredBy string) *ListCallSummariesParams { + params.AnsweredBy = &AnsweredBy + return params +} func (params *ListCallSummariesParams) SetPageSize(PageSize int) *ListCallSummariesParams { params.PageSize = &PageSize return params @@ -208,6 +214,9 @@ func (c *ApiService) PageCallSummaries(params *ListCallSummariesParams, pageToke if params != nil && params.AbnormalSession != nil { data.Set("AbnormalSession", fmt.Sprint(*params.AbnormalSession)) } + if params != nil && params.AnsweredBy != nil { + data.Set("AnsweredBy", *params.AnsweredBy) + } if params != nil && params.PageSize != nil { data.Set("PageSize", fmt.Sprint(*params.PageSize)) } diff --git a/rest/ip_messaging/v1/README.md b/rest/ip_messaging/v1/README.md index 50a9d97c3..69129debd 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.40.0 +- API version: 1.41.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/README.md b/rest/ip_messaging/v2/README.md index 86e5cafea..af0f2645b 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.40.0 +- API version: 1.41.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/README.md b/rest/lookups/v1/README.md index 2a1c4e6c9..44fa1110b 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.40.0 +- API version: 1.41.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/v2/README.md b/rest/lookups/v2/README.md index ff0749c15..bde535a99 100644 --- a/rest/lookups/v2/README.md +++ b/rest/lookups/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.40.0 +- API version: 1.41.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/v2/docs/LookupsV2PhoneNumber.md b/rest/lookups/v2/docs/LookupsV2PhoneNumber.md index 0f174b868..602c9db94 100644 --- a/rest/lookups/v2/docs/LookupsV2PhoneNumber.md +++ b/rest/lookups/v2/docs/LookupsV2PhoneNumber.md @@ -17,7 +17,6 @@ Name | Type | Description | Notes **LineTypeIntelligence** | Pointer to **interface{}** | An object that contains line type information including the carrier name, mobile country code, and mobile network code. | **IdentityMatch** | Pointer to **interface{}** | An object that contains identity match information. The result of comparing user-provided information including name, address, date of birth, national ID, against authoritative phone-based data sources | **SmsPumpingRisk** | Pointer to **interface{}** | An object that contains information on if a phone number has been currently or previously blocked by Verify Fraud Guard for receiving malicious SMS pumping traffic as well as other signals associated with risky carriers and low conversion rates. | -**DisposablePhoneNumberRisk** | Pointer to **interface{}** | An object that contains information on if a mobile phone number could be a disposable or burner number. | **Url** | Pointer to **string** | The absolute URL of the resource. | [[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/lookups/v2/model_lookups_v2_phone_number.go b/rest/lookups/v2/model_lookups_v2_phone_number.go index 640e99c42..dc9b1d8a0 100644 --- a/rest/lookups/v2/model_lookups_v2_phone_number.go +++ b/rest/lookups/v2/model_lookups_v2_phone_number.go @@ -42,8 +42,6 @@ type LookupsV2PhoneNumber struct { IdentityMatch *interface{} `json:"identity_match,omitempty"` // An object that contains information on if a phone number has been currently or previously blocked by Verify Fraud Guard for receiving malicious SMS pumping traffic as well as other signals associated with risky carriers and low conversion rates. SmsPumpingRisk *interface{} `json:"sms_pumping_risk,omitempty"` - // An object that contains information on if a mobile phone number could be a disposable or burner number. - DisposablePhoneNumberRisk *interface{} `json:"disposable_phone_number_risk,omitempty"` // The absolute URL of the resource. Url *string `json:"url,omitempty"` } diff --git a/rest/media/v1/README.md b/rest/media/v1/README.md index 1f9edc095..e707a2ca6 100644 --- a/rest/media/v1/README.md +++ b/rest/media/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.40.0 +- API version: 1.41.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/README.md b/rest/messaging/v1/README.md index e887da371..82c802071 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.40.0 +- API version: 1.41.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) @@ -35,6 +35,7 @@ Class | Method | HTTP request | Description *A2pBrandRegistrationsApi* | [**FetchBrandRegistrations**](docs/A2pBrandRegistrationsApi.md#fetchbrandregistrations) | **Get** /v1/a2p/BrandRegistrations/{Sid} | *A2pBrandRegistrationsApi* | [**ListBrandRegistrations**](docs/A2pBrandRegistrationsApi.md#listbrandregistrations) | **Get** /v1/a2p/BrandRegistrations | *A2pBrandRegistrationsApi* | [**UpdateBrandRegistrations**](docs/A2pBrandRegistrationsApi.md#updatebrandregistrations) | **Post** /v1/a2p/BrandRegistrations/{Sid} | +*A2pBrandRegistrationsSmsOtpApi* | [**CreateBrandRegistrationOtp**](docs/A2pBrandRegistrationsSmsOtpApi.md#createbrandregistrationotp) | **Post** /v1/a2p/BrandRegistrations/{BrandRegistrationSid}/SmsOtp | *A2pBrandRegistrationsVettingsApi* | [**CreateBrandVetting**](docs/A2pBrandRegistrationsVettingsApi.md#createbrandvetting) | **Post** /v1/a2p/BrandRegistrations/{BrandSid}/Vettings | *A2pBrandRegistrationsVettingsApi* | [**FetchBrandVetting**](docs/A2pBrandRegistrationsVettingsApi.md#fetchbrandvetting) | **Get** /v1/a2p/BrandRegistrations/{BrandSid}/Vettings/{BrandVettingSid} | *A2pBrandRegistrationsVettingsApi* | [**ListBrandVetting**](docs/A2pBrandRegistrationsVettingsApi.md#listbrandvetting) | **Get** /v1/a2p/BrandRegistrations/{BrandSid}/Vettings | @@ -87,6 +88,7 @@ Class | Method | HTTP request | Description - [MessagingV1DomainConfig](docs/MessagingV1DomainConfig.md) - [MessagingV1UsAppToPerson](docs/MessagingV1UsAppToPerson.md) - [ListServiceResponse](docs/ListServiceResponse.md) + - [MessagingV1BrandRegistrationOtp](docs/MessagingV1BrandRegistrationOtp.md) - [MessagingV1BrandRegistrations](docs/MessagingV1BrandRegistrations.md) - [MessagingV1ShortCode](docs/MessagingV1ShortCode.md) - [MessagingV1Usecase](docs/MessagingV1Usecase.md) diff --git a/rest/messaging/v1/a2p_brand_registrations.go b/rest/messaging/v1/a2p_brand_registrations.go index c4cab73dd..a6ce88b3f 100644 --- a/rest/messaging/v1/a2p_brand_registrations.go +++ b/rest/messaging/v1/a2p_brand_registrations.go @@ -29,7 +29,7 @@ type CreateBrandRegistrationsParams struct { CustomerProfileBundleSid *string `json:"CustomerProfileBundleSid,omitempty"` // A2P Messaging Profile Bundle Sid. A2PProfileBundleSid *string `json:"A2PProfileBundleSid,omitempty"` - // Type of brand being created. One of: \\\"STANDARD\\\", \\\"STARTER\\\". STARTER is for low volume, starter use cases. STANDARD is for all other use cases. + // Type of brand being created. One of: \\\"STANDARD\\\", \\\"SOLE_PROPRIETOR\\\". SOLE_PROPRIETOR is for low volume, SOLE_PROPRIETOR use cases. STANDARD is for all other use cases. BrandType *string `json:"BrandType,omitempty"` // A boolean that specifies whether brand should be a mock or not. If true, brand will be registered as a mock brand. Defaults to false if no value is provided. Mock *bool `json:"Mock,omitempty"` diff --git a/rest/messaging/v1/a2p_brand_registrations_sms_otp.go b/rest/messaging/v1/a2p_brand_registrations_sms_otp.go new file mode 100644 index 000000000..17fcb9614 --- /dev/null +++ b/rest/messaging/v1/a2p_brand_registrations_sms_otp.go @@ -0,0 +1,44 @@ +/* + * This code was generated by + * ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + * | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + * | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + * + * Twilio - Messaging + * This is the public Twilio REST API. + * + * NOTE: This class is auto generated by OpenAPI Generator. + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +package openapi + +import ( + "encoding/json" + "net/url" + "strings" +) + +// +func (c *ApiService) CreateBrandRegistrationOtp(BrandRegistrationSid string) (*MessagingV1BrandRegistrationOtp, error) { + path := "/v1/a2p/BrandRegistrations/{BrandRegistrationSid}/SmsOtp" + path = strings.Replace(path, "{"+"BrandRegistrationSid"+"}", BrandRegistrationSid, -1) + + data := url.Values{} + headers := make(map[string]interface{}) + + resp, err := c.requestHandler.Post(c.baseURL+path, data, headers) + if err != nil { + return nil, err + } + + defer resp.Body.Close() + + ps := &MessagingV1BrandRegistrationOtp{} + if err := json.NewDecoder(resp.Body).Decode(ps); err != nil { + return nil, err + } + + return ps, err +} diff --git a/rest/messaging/v1/docs/A2pBrandRegistrationsApi.md b/rest/messaging/v1/docs/A2pBrandRegistrationsApi.md index a456496cf..9273f1569 100644 --- a/rest/messaging/v1/docs/A2pBrandRegistrationsApi.md +++ b/rest/messaging/v1/docs/A2pBrandRegistrationsApi.md @@ -32,7 +32,7 @@ Name | Type | Description ------------- | ------------- | ------------- **CustomerProfileBundleSid** | **string** | Customer Profile Bundle Sid. **A2PProfileBundleSid** | **string** | A2P Messaging Profile Bundle Sid. -**BrandType** | **string** | Type of brand being created. One of: \\\"STANDARD\\\", \\\"STARTER\\\". STARTER is for low volume, starter use cases. STANDARD is for all other use cases. +**BrandType** | **string** | Type of brand being created. One of: \\\"STANDARD\\\", \\\"SOLE_PROPRIETOR\\\". SOLE_PROPRIETOR is for low volume, SOLE_PROPRIETOR use cases. STANDARD is for all other use cases. **Mock** | **bool** | A boolean that specifies whether brand should be a mock or not. If true, brand will be registered as a mock brand. Defaults to false if no value is provided. **SkipAutomaticSecVet** | **bool** | A flag to disable automatic secondary vetting for brands which it would otherwise be done. diff --git a/rest/messaging/v1/docs/A2pBrandRegistrationsSmsOtpApi.md b/rest/messaging/v1/docs/A2pBrandRegistrationsSmsOtpApi.md new file mode 100644 index 000000000..2db2dd316 --- /dev/null +++ b/rest/messaging/v1/docs/A2pBrandRegistrationsSmsOtpApi.md @@ -0,0 +1,51 @@ +# A2pBrandRegistrationsSmsOtpApi + +All URIs are relative to *https://messaging.twilio.com* + +Method | HTTP request | Description +------------- | ------------- | ------------- +[**CreateBrandRegistrationOtp**](A2pBrandRegistrationsSmsOtpApi.md#CreateBrandRegistrationOtp) | **Post** /v1/a2p/BrandRegistrations/{BrandRegistrationSid}/SmsOtp | + + + +## CreateBrandRegistrationOtp + +> MessagingV1BrandRegistrationOtp CreateBrandRegistrationOtp(ctx, BrandRegistrationSid) + + + + + +### Path Parameters + + +Name | Type | Description +------------- | ------------- | ------------- +**ctx** | **context.Context** | context for authentication, logging, cancellation, deadlines, tracing, etc. +**BrandRegistrationSid** | **string** | Brand Registration Sid of Sole Proprietor Brand. + +### Other Parameters + +Other parameters are passed through a pointer to a CreateBrandRegistrationOtpParams struct + + +Name | Type | Description +------------- | ------------- | ------------- + +### Return type + +[**MessagingV1BrandRegistrationOtp**](MessagingV1BrandRegistrationOtp.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) + diff --git a/rest/messaging/v1/docs/MessagingV1BrandRegistrationOtp.md b/rest/messaging/v1/docs/MessagingV1BrandRegistrationOtp.md new file mode 100644 index 000000000..90e97d8c1 --- /dev/null +++ b/rest/messaging/v1/docs/MessagingV1BrandRegistrationOtp.md @@ -0,0 +1,12 @@ +# MessagingV1BrandRegistrationOtp + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**AccountSid** | Pointer to **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Brand Registration resource. | +**BrandRegistrationSid** | Pointer to **string** | The unique string to identify Brand Registration of Sole Proprietor Brand | + +[[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/messaging/v1/docs/MessagingV1BrandRegistrations.md b/rest/messaging/v1/docs/MessagingV1BrandRegistrations.md index d95c523ae..15db01307 100644 --- a/rest/messaging/v1/docs/MessagingV1BrandRegistrations.md +++ b/rest/messaging/v1/docs/MessagingV1BrandRegistrations.md @@ -10,7 +10,7 @@ Name | Type | Description | Notes **A2pProfileBundleSid** | Pointer to **string** | A2P Messaging Profile Bundle BundleSid. | **DateCreated** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. | **DateUpdated** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. | -**BrandType** | Pointer to **string** | Type of brand. One of: \"STANDARD\", \"STARTER\". STARTER is for the low volume, STARTER campaign use case. There can only be one STARTER campaign created per STARTER brand. STANDARD is for all other campaign use cases. Multiple campaign use cases can be created per STANDARD brand. | +**BrandType** | Pointer to **string** | Type of brand. One of: \"STANDARD\", \"SOLE_PROPRIETOR\". SOLE_PROPRIETOR is for the low volume, SOLE_PROPRIETOR campaign use case. There can only be one SOLE_PROPRIETOR campaign created per SOLE_PROPRIETOR brand. STANDARD is for all other campaign use cases. Multiple campaign use cases can be created per STANDARD brand. | **Status** | Pointer to [**string**](BrandRegistrationsEnumStatus.md) | | **TcrId** | Pointer to **string** | Campaign Registry (TCR) Brand ID. Assigned only after successful brand registration. | **FailureReason** | Pointer to **string** | A reason why brand registration has failed. Only applicable when status is FAILED. | diff --git a/rest/messaging/v1/docs/MessagingV1UsAppToPerson.md b/rest/messaging/v1/docs/MessagingV1UsAppToPerson.md index a8ca9b209..efb1faa42 100644 --- a/rest/messaging/v1/docs/MessagingV1UsAppToPerson.md +++ b/rest/messaging/v1/docs/MessagingV1UsAppToPerson.md @@ -10,7 +10,7 @@ Name | Type | Description | Notes **MessagingServiceSid** | Pointer to **string** | The SID of the [Messaging Service](https://www.twilio.com/docs/messaging/services/api) that the resource is associated with. | **Description** | Pointer to **string** | A short description of what this SMS campaign does. Min length: 40 characters. Max length: 4096 characters. | **MessageSamples** | Pointer to **[]string** | Message samples, at least 1 and up to 5 sample messages (at least 2 for starter/sole proprietor), >=20 chars, <=1024 chars each. | -**UsAppToPersonUsecase** | Pointer to **string** | A2P Campaign Use Case. Examples: [ 2FA, EMERGENCY, MARKETING, STARTER...]. STARTER campaign use cases can only be created by STARTER Brands, and there can only be one STARTER campaign created per STARTER Brand. | +**UsAppToPersonUsecase** | Pointer to **string** | A2P Campaign Use Case. Examples: [ 2FA, EMERGENCY, MARKETING, SOLE_PROPRIETOR...]. SOLE_PROPRIETOR campaign use cases can only be created by SOLE_PROPRIETOR Brands, and there can only be one SOLE_PROPRIETOR campaign created per SOLE_PROPRIETOR Brand. | **HasEmbeddedLinks** | Pointer to **bool** | Indicate that this SMS campaign will send messages that contain links. | **HasEmbeddedPhone** | Pointer to **bool** | Indicates that this SMS campaign will send messages that contain phone numbers. | **CampaignStatus** | Pointer to **string** | Campaign status. Examples: IN_PROGRESS, VERIFIED, FAILED. | diff --git a/rest/messaging/v1/model_messaging_v1_brand_registration_otp.go b/rest/messaging/v1/model_messaging_v1_brand_registration_otp.go new file mode 100644 index 000000000..6ec8b4ed9 --- /dev/null +++ b/rest/messaging/v1/model_messaging_v1_brand_registration_otp.go @@ -0,0 +1,23 @@ +/* + * This code was generated by + * ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + * | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + * | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + * + * Twilio - Messaging + * This is the public Twilio REST API. + * + * NOTE: This class is auto generated by OpenAPI Generator. + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +package openapi + +// MessagingV1BrandRegistrationOtp struct for MessagingV1BrandRegistrationOtp +type MessagingV1BrandRegistrationOtp struct { + // The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Brand Registration resource. + AccountSid *string `json:"account_sid,omitempty"` + // The unique string to identify Brand Registration of Sole Proprietor Brand + BrandRegistrationSid *string `json:"brand_registration_sid,omitempty"` +} diff --git a/rest/messaging/v1/model_messaging_v1_brand_registrations.go b/rest/messaging/v1/model_messaging_v1_brand_registrations.go index 6510710d4..3fef6d4b3 100644 --- a/rest/messaging/v1/model_messaging_v1_brand_registrations.go +++ b/rest/messaging/v1/model_messaging_v1_brand_registrations.go @@ -32,7 +32,7 @@ type MessagingV1BrandRegistrations struct { DateCreated *time.Time `json:"date_created,omitempty"` // The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. DateUpdated *time.Time `json:"date_updated,omitempty"` - // Type of brand. One of: \"STANDARD\", \"STARTER\". STARTER is for the low volume, STARTER campaign use case. There can only be one STARTER campaign created per STARTER brand. STANDARD is for all other campaign use cases. Multiple campaign use cases can be created per STANDARD brand. + // Type of brand. One of: \"STANDARD\", \"SOLE_PROPRIETOR\". SOLE_PROPRIETOR is for the low volume, SOLE_PROPRIETOR campaign use case. There can only be one SOLE_PROPRIETOR campaign created per SOLE_PROPRIETOR brand. STANDARD is for all other campaign use cases. Multiple campaign use cases can be created per STANDARD brand. BrandType *string `json:"brand_type,omitempty"` Status *string `json:"status,omitempty"` // Campaign Registry (TCR) Brand ID. Assigned only after successful brand registration. diff --git a/rest/messaging/v1/model_messaging_v1_us_app_to_person.go b/rest/messaging/v1/model_messaging_v1_us_app_to_person.go index 0b27197a0..39c1c90c1 100644 --- a/rest/messaging/v1/model_messaging_v1_us_app_to_person.go +++ b/rest/messaging/v1/model_messaging_v1_us_app_to_person.go @@ -32,7 +32,7 @@ type MessagingV1UsAppToPerson struct { Description *string `json:"description,omitempty"` // Message samples, at least 1 and up to 5 sample messages (at least 2 for starter/sole proprietor), >=20 chars, <=1024 chars each. MessageSamples *[]string `json:"message_samples,omitempty"` - // A2P Campaign Use Case. Examples: [ 2FA, EMERGENCY, MARKETING, STARTER...]. STARTER campaign use cases can only be created by STARTER Brands, and there can only be one STARTER campaign created per STARTER Brand. + // A2P Campaign Use Case. Examples: [ 2FA, EMERGENCY, MARKETING, SOLE_PROPRIETOR...]. SOLE_PROPRIETOR campaign use cases can only be created by SOLE_PROPRIETOR Brands, and there can only be one SOLE_PROPRIETOR campaign created per SOLE_PROPRIETOR Brand. UsAppToPersonUsecase *string `json:"us_app_to_person_usecase,omitempty"` // Indicate that this SMS campaign will send messages that contain links. HasEmbeddedLinks *bool `json:"has_embedded_links,omitempty"` diff --git a/rest/microvisor/v1/README.md b/rest/microvisor/v1/README.md index ca3a43959..a230c32c0 100644 --- a/rest/microvisor/v1/README.md +++ b/rest/microvisor/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.40.0 +- API version: 1.41.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/README.md b/rest/monitor/v1/README.md index 885a3f09a..e5103d463 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.40.0 +- API version: 1.41.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/README.md b/rest/notify/v1/README.md index cb695a97c..f998eaa50 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.40.0 +- API version: 1.41.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/README.md b/rest/numbers/v2/README.md index ea23b799c..245cadb07 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.40.0 +- API version: 1.41.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/oauth/v1/README.md b/rest/oauth/v1/README.md index f7dac7f9d..7bca7fa17 100644 --- a/rest/oauth/v1/README.md +++ b/rest/oauth/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.40.0 +- API version: 1.41.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/README.md b/rest/pricing/v1/README.md index f1311f59e..ce71b03cd 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.40.0 +- API version: 1.41.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/README.md b/rest/pricing/v2/README.md index 38ae755e2..436bde01a 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.40.0 +- API version: 1.41.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/README.md b/rest/proxy/v1/README.md index e16f9a89a..f06e99566 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.40.0 +- API version: 1.41.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/routes/v2/README.md b/rest/routes/v2/README.md index dad003ab4..416db598d 100644 --- a/rest/routes/v2/README.md +++ b/rest/routes/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.40.0 +- API version: 1.41.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/README.md b/rest/serverless/v1/README.md index 8bd94cda3..c843a57d9 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.40.0 +- API version: 1.41.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/README.md b/rest/studio/v1/README.md index 93c10ff1a..13492168c 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.40.0 +- API version: 1.41.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/README.md b/rest/studio/v2/README.md index 55f8d5c45..52d080137 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.40.0 +- API version: 1.41.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/README.md b/rest/supersim/v1/README.md index 37276e10e..bf4131a07 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.40.0 +- API version: 1.41.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/README.md b/rest/sync/v1/README.md index b378d483c..f04e57d36 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.40.0 +- API version: 1.41.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/README.md b/rest/taskrouter/v1/README.md index 8326651fa..d6613affc 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.40.0 +- API version: 1.41.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/README.md b/rest/trunking/v1/README.md index 57dfb97c2..d0e03239f 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.40.0 +- API version: 1.41.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/README.md b/rest/trusthub/v1/README.md index 04640c7ab..4e19c8f2a 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.40.0 +- API version: 1.41.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/README.md b/rest/verify/v2/README.md index ae34492af..b002b8db5 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.40.0 +- API version: 1.41.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/README.md b/rest/video/v1/README.md index 6b454986d..0915d1a42 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.40.0 +- API version: 1.41.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/README.md b/rest/voice/v1/README.md index 9bf14068a..aaac58ef2 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.40.0 +- API version: 1.41.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/README.md b/rest/wireless/v1/README.md index 7fc0bf6cd..94f172665 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.40.0 +- API version: 1.41.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)