From e6670c4eeeda497e9895e10c0cbfb68a7c768a70 Mon Sep 17 00:00:00 2001 From: DX-Bandwidth Date: Fri, 13 Mar 2026 17:37:38 +0000 Subject: [PATCH] Generate SDK with OpenAPI Generator Version --- bandwidth.yml | 2 +- docs/InboundCallbackMessage.md | 2 +- docs/Message.md | 2 +- docs/MessageRequest.md | 2 +- docs/MultiChannelChannelListMMSObject.md | 2 +- docs/MultiChannelChannelListMMSResponseObject.md | 2 +- docs/MultiChannelChannelListObjectBase.md | 2 +- docs/MultiChannelChannelListRBMObject.md | 2 +- docs/MultiChannelChannelListRBMResponseObject.md | 2 +- docs/MultiChannelChannelListRequestObject.md | 2 +- docs/MultiChannelChannelListResponseObject.md | 2 +- docs/MultiChannelChannelListSMSObject.md | 2 +- docs/MultiChannelChannelListSMSResponseObject.md | 2 +- docs/StatusCallbackMessage.md | 2 +- lib/bandwidth-sdk/models/inbound_callback_message.rb | 2 +- lib/bandwidth-sdk/models/message.rb | 2 +- lib/bandwidth-sdk/models/message_request.rb | 2 +- .../models/multi_channel_channel_list_mms_object.rb | 2 +- .../models/multi_channel_channel_list_mms_response_object.rb | 2 +- .../models/multi_channel_channel_list_object_base.rb | 2 +- .../models/multi_channel_channel_list_rbm_object.rb | 2 +- .../models/multi_channel_channel_list_rbm_response_object.rb | 2 +- .../models/multi_channel_channel_list_sms_object.rb | 2 +- .../models/multi_channel_channel_list_sms_response_object.rb | 2 +- lib/bandwidth-sdk/models/status_callback_message.rb | 2 +- 25 files changed, 25 insertions(+), 25 deletions(-) diff --git a/bandwidth.yml b/bandwidth.yml index 2b6bdb17..4948dd1d 100644 --- a/bandwidth.yml +++ b/bandwidth.yml @@ -1696,7 +1696,7 @@ components: type: string description: >- The ID of the Application your from number or senderId is associated - with in the Bandwidth Phone Number Dashboard. + with in the Bandwidth App. example: 93de2206-9669-4e07-948d-329f4b722ee2 priorityEnum: type: string diff --git a/docs/InboundCallbackMessage.md b/docs/InboundCallbackMessage.md index 202c34ce..2ef8d8d9 100644 --- a/docs/InboundCallbackMessage.md +++ b/docs/InboundCallbackMessage.md @@ -6,7 +6,7 @@ | ---- | ---- | ----------- | ----- | | **id** | **String** | A unique identifier of the message. | | | **owner** | **String** | The Bandwidth phone number or alphanumeric identifier associated with the message. | | -| **application_id** | **String** | The ID of the Application your from number or senderId is associated with in the Bandwidth Phone Number Dashboard. | | +| **application_id** | **String** | The ID of the Application your from number or senderId is associated with in the Bandwidth App. | | | **time** | **Time** | | | | **segment_count** | **Integer** | The number of segments the user's message is broken into before sending over carrier networks. | | | **direction** | [**MessageDirectionEnum**](MessageDirectionEnum.md) | | | diff --git a/docs/Message.md b/docs/Message.md index b1ed7329..d42f5265 100644 --- a/docs/Message.md +++ b/docs/Message.md @@ -6,7 +6,7 @@ | ---- | ---- | ----------- | ----- | | **id** | **String** | The id of the message. | [optional] | | **owner** | **String** | The Bandwidth phone number associated with the message. | [optional] | -| **application_id** | **String** | The ID of the Application your from number or senderId is associated with in the Bandwidth Phone Number Dashboard. | [optional] | +| **application_id** | **String** | The ID of the Application your from number or senderId is associated with in the Bandwidth App. | [optional] | | **time** | **Time** | The datetime stamp of the message in ISO 8601 | [optional] | | **segment_count** | **Integer** | The number of segments the user's message is broken into before sending over carrier networks. | [optional] | | **direction** | [**MessageDirectionEnum**](MessageDirectionEnum.md) | | [optional] | diff --git a/docs/MessageRequest.md b/docs/MessageRequest.md index 3c348b45..5c5bc15a 100644 --- a/docs/MessageRequest.md +++ b/docs/MessageRequest.md @@ -4,7 +4,7 @@ | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | -| **application_id** | **String** | The ID of the Application your from number or senderId is associated with in the Bandwidth Phone Number Dashboard. | | +| **application_id** | **String** | The ID of the Application your from number or senderId is associated with in the Bandwidth App. | | | **to** | **Array<String>** | The phone number(s) the message should be sent to in E164 format. | | | **from** | **String** | Either an alphanumeric sender ID or the sender's Bandwidth phone number in E.164 format, which must be hosted within Bandwidth and linked to the account that is generating the message. Alphanumeric Sender IDs can contain up to 11 characters, upper-case letters A-Z, lower-case letters a-z, numbers 0-9, space, hyphen -, plus +, underscore _ and ampersand &. Alphanumeric Sender IDs must contain at least one letter. | | | **text** | **String** | The contents of the text message. Must be 2048 characters or less. | [optional] | diff --git a/docs/MultiChannelChannelListMMSObject.md b/docs/MultiChannelChannelListMMSObject.md index 8ad0b319..4b325759 100644 --- a/docs/MultiChannelChannelListMMSObject.md +++ b/docs/MultiChannelChannelListMMSObject.md @@ -5,7 +5,7 @@ | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **from** | **String** | The sender ID of the message. This could be an alphanumeric sender ID. | | -| **application_id** | **String** | The ID of the Application your from number or senderId is associated with in the Bandwidth Phone Number Dashboard. | | +| **application_id** | **String** | The ID of the Application your from number or senderId is associated with in the Bandwidth App. | | | **channel** | [**MultiChannelMessageChannelEnum**](MultiChannelMessageChannelEnum.md) | | | | **content** | [**MmsMessageContent**](MmsMessageContent.md) | | | diff --git a/docs/MultiChannelChannelListMMSResponseObject.md b/docs/MultiChannelChannelListMMSResponseObject.md index 36ff287f..f8dc3bac 100644 --- a/docs/MultiChannelChannelListMMSResponseObject.md +++ b/docs/MultiChannelChannelListMMSResponseObject.md @@ -5,7 +5,7 @@ | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **from** | **String** | The sender ID of the message. This could be an alphanumeric sender ID. | | -| **application_id** | **String** | The ID of the Application your from number or senderId is associated with in the Bandwidth Phone Number Dashboard. | | +| **application_id** | **String** | The ID of the Application your from number or senderId is associated with in the Bandwidth App. | | | **channel** | [**MultiChannelMessageChannelEnum**](MultiChannelMessageChannelEnum.md) | | | | **content** | [**MmsMessageContent**](MmsMessageContent.md) | | | | **owner** | **String** | The Bandwidth senderId associated with the message. Identical to 'from'. | | diff --git a/docs/MultiChannelChannelListObjectBase.md b/docs/MultiChannelChannelListObjectBase.md index 0b317352..bd83d83c 100644 --- a/docs/MultiChannelChannelListObjectBase.md +++ b/docs/MultiChannelChannelListObjectBase.md @@ -5,7 +5,7 @@ | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **from** | **String** | The sender ID of the message. This could be an alphanumeric sender ID. | | -| **application_id** | **String** | The ID of the Application your from number or senderId is associated with in the Bandwidth Phone Number Dashboard. | | +| **application_id** | **String** | The ID of the Application your from number or senderId is associated with in the Bandwidth App. | | | **channel** | [**MultiChannelMessageChannelEnum**](MultiChannelMessageChannelEnum.md) | | | ## Example diff --git a/docs/MultiChannelChannelListRBMObject.md b/docs/MultiChannelChannelListRBMObject.md index cfdfc56f..adf0664e 100644 --- a/docs/MultiChannelChannelListRBMObject.md +++ b/docs/MultiChannelChannelListRBMObject.md @@ -5,7 +5,7 @@ | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **from** | **String** | The sender ID of the message. This could be an alphanumeric sender ID. | | -| **application_id** | **String** | The ID of the Application your from number or senderId is associated with in the Bandwidth Phone Number Dashboard. | | +| **application_id** | **String** | The ID of the Application your from number or senderId is associated with in the Bandwidth App. | | | **channel** | [**MultiChannelMessageChannelEnum**](MultiChannelMessageChannelEnum.md) | | | | **content** | [**MultiChannelChannelListRBMObjectAllOfContent**](MultiChannelChannelListRBMObjectAllOfContent.md) | | | diff --git a/docs/MultiChannelChannelListRBMResponseObject.md b/docs/MultiChannelChannelListRBMResponseObject.md index 23afbc46..27306e02 100644 --- a/docs/MultiChannelChannelListRBMResponseObject.md +++ b/docs/MultiChannelChannelListRBMResponseObject.md @@ -5,7 +5,7 @@ | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **from** | **String** | The sender ID of the message. This could be an alphanumeric sender ID. | | -| **application_id** | **String** | The ID of the Application your from number or senderId is associated with in the Bandwidth Phone Number Dashboard. | | +| **application_id** | **String** | The ID of the Application your from number or senderId is associated with in the Bandwidth App. | | | **channel** | [**MultiChannelMessageChannelEnum**](MultiChannelMessageChannelEnum.md) | | | | **content** | [**MultiChannelChannelListRBMObjectAllOfContent**](MultiChannelChannelListRBMObjectAllOfContent.md) | | | | **owner** | **String** | The Bandwidth senderId associated with the message. Identical to 'from'. | | diff --git a/docs/MultiChannelChannelListRequestObject.md b/docs/MultiChannelChannelListRequestObject.md index efbaa067..5bac1fa8 100644 --- a/docs/MultiChannelChannelListRequestObject.md +++ b/docs/MultiChannelChannelListRequestObject.md @@ -5,7 +5,7 @@ | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **from** | **String** | The sender ID of the message. This could be an alphanumeric sender ID. | | -| **application_id** | **String** | The ID of the Application your from number or senderId is associated with in the Bandwidth Phone Number Dashboard. | | +| **application_id** | **String** | The ID of the Application your from number or senderId is associated with in the Bandwidth App. | | | **channel** | [**MultiChannelMessageChannelEnum**](MultiChannelMessageChannelEnum.md) | | | | **content** | [**MmsMessageContent**](MmsMessageContent.md) | | | diff --git a/docs/MultiChannelChannelListResponseObject.md b/docs/MultiChannelChannelListResponseObject.md index 701d09dc..2f342046 100644 --- a/docs/MultiChannelChannelListResponseObject.md +++ b/docs/MultiChannelChannelListResponseObject.md @@ -5,7 +5,7 @@ | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **from** | **String** | The sender ID of the message. This could be an alphanumeric sender ID. | | -| **application_id** | **String** | The ID of the Application your from number or senderId is associated with in the Bandwidth Phone Number Dashboard. | | +| **application_id** | **String** | The ID of the Application your from number or senderId is associated with in the Bandwidth App. | | | **channel** | [**MultiChannelMessageChannelEnum**](MultiChannelMessageChannelEnum.md) | | | | **content** | [**MmsMessageContent**](MmsMessageContent.md) | | | | **owner** | **String** | The Bandwidth senderId associated with the message. Identical to 'from'. | | diff --git a/docs/MultiChannelChannelListSMSObject.md b/docs/MultiChannelChannelListSMSObject.md index 96a5212b..8e59ff74 100644 --- a/docs/MultiChannelChannelListSMSObject.md +++ b/docs/MultiChannelChannelListSMSObject.md @@ -5,7 +5,7 @@ | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **from** | **String** | The sender ID of the message. This could be an alphanumeric sender ID. | | -| **application_id** | **String** | The ID of the Application your from number or senderId is associated with in the Bandwidth Phone Number Dashboard. | | +| **application_id** | **String** | The ID of the Application your from number or senderId is associated with in the Bandwidth App. | | | **channel** | [**MultiChannelMessageChannelEnum**](MultiChannelMessageChannelEnum.md) | | | | **content** | [**SmsMessageContent**](SmsMessageContent.md) | | | diff --git a/docs/MultiChannelChannelListSMSResponseObject.md b/docs/MultiChannelChannelListSMSResponseObject.md index 80ca9e7a..9a87235e 100644 --- a/docs/MultiChannelChannelListSMSResponseObject.md +++ b/docs/MultiChannelChannelListSMSResponseObject.md @@ -5,7 +5,7 @@ | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **from** | **String** | The sender ID of the message. This could be an alphanumeric sender ID. | | -| **application_id** | **String** | The ID of the Application your from number or senderId is associated with in the Bandwidth Phone Number Dashboard. | | +| **application_id** | **String** | The ID of the Application your from number or senderId is associated with in the Bandwidth App. | | | **channel** | [**MultiChannelMessageChannelEnum**](MultiChannelMessageChannelEnum.md) | | | | **content** | [**SmsMessageContent**](SmsMessageContent.md) | | | | **owner** | **String** | The Bandwidth senderId associated with the message. Identical to 'from'. | | diff --git a/docs/StatusCallbackMessage.md b/docs/StatusCallbackMessage.md index f425b51c..8774826a 100644 --- a/docs/StatusCallbackMessage.md +++ b/docs/StatusCallbackMessage.md @@ -6,7 +6,7 @@ | ---- | ---- | ----------- | ----- | | **id** | **String** | A unique identifier of the message. | | | **owner** | **String** | The Bandwidth phone number or alphanumeric identifier associated with the message. | | -| **application_id** | **String** | The ID of the Application your from number or senderId is associated with in the Bandwidth Phone Number Dashboard. | | +| **application_id** | **String** | The ID of the Application your from number or senderId is associated with in the Bandwidth App. | | | **time** | **Time** | | | | **segment_count** | **Integer** | The number of segments the user's message is broken into before sending over carrier networks. | | | **direction** | [**MessageDirectionEnum**](MessageDirectionEnum.md) | | | diff --git a/lib/bandwidth-sdk/models/inbound_callback_message.rb b/lib/bandwidth-sdk/models/inbound_callback_message.rb index 3c2356c7..cd3af0ad 100644 --- a/lib/bandwidth-sdk/models/inbound_callback_message.rb +++ b/lib/bandwidth-sdk/models/inbound_callback_message.rb @@ -21,7 +21,7 @@ class InboundCallbackMessage < ApiModelBase # The Bandwidth phone number or alphanumeric identifier associated with the message. attr_accessor :owner - # The ID of the Application your from number or senderId is associated with in the Bandwidth Phone Number Dashboard. + # The ID of the Application your from number or senderId is associated with in the Bandwidth App. attr_accessor :application_id attr_accessor :time diff --git a/lib/bandwidth-sdk/models/message.rb b/lib/bandwidth-sdk/models/message.rb index 8eae1dba..5444f2fe 100644 --- a/lib/bandwidth-sdk/models/message.rb +++ b/lib/bandwidth-sdk/models/message.rb @@ -21,7 +21,7 @@ class Message < ApiModelBase # The Bandwidth phone number associated with the message. attr_accessor :owner - # The ID of the Application your from number or senderId is associated with in the Bandwidth Phone Number Dashboard. + # The ID of the Application your from number or senderId is associated with in the Bandwidth App. attr_accessor :application_id # The datetime stamp of the message in ISO 8601 diff --git a/lib/bandwidth-sdk/models/message_request.rb b/lib/bandwidth-sdk/models/message_request.rb index 41e51cff..5e64a097 100644 --- a/lib/bandwidth-sdk/models/message_request.rb +++ b/lib/bandwidth-sdk/models/message_request.rb @@ -15,7 +15,7 @@ module Bandwidth class MessageRequest < ApiModelBase - # The ID of the Application your from number or senderId is associated with in the Bandwidth Phone Number Dashboard. + # The ID of the Application your from number or senderId is associated with in the Bandwidth App. attr_accessor :application_id # The phone number(s) the message should be sent to in E164 format. diff --git a/lib/bandwidth-sdk/models/multi_channel_channel_list_mms_object.rb b/lib/bandwidth-sdk/models/multi_channel_channel_list_mms_object.rb index 84a15dc3..55530e88 100644 --- a/lib/bandwidth-sdk/models/multi_channel_channel_list_mms_object.rb +++ b/lib/bandwidth-sdk/models/multi_channel_channel_list_mms_object.rb @@ -18,7 +18,7 @@ class MultiChannelChannelListMMSObject < ApiModelBase # The sender ID of the message. This could be an alphanumeric sender ID. attr_accessor :from - # The ID of the Application your from number or senderId is associated with in the Bandwidth Phone Number Dashboard. + # The ID of the Application your from number or senderId is associated with in the Bandwidth App. attr_accessor :application_id attr_accessor :channel diff --git a/lib/bandwidth-sdk/models/multi_channel_channel_list_mms_response_object.rb b/lib/bandwidth-sdk/models/multi_channel_channel_list_mms_response_object.rb index 18d4c66b..e1cd1205 100644 --- a/lib/bandwidth-sdk/models/multi_channel_channel_list_mms_response_object.rb +++ b/lib/bandwidth-sdk/models/multi_channel_channel_list_mms_response_object.rb @@ -18,7 +18,7 @@ class MultiChannelChannelListMMSResponseObject < ApiModelBase # The sender ID of the message. This could be an alphanumeric sender ID. attr_accessor :from - # The ID of the Application your from number or senderId is associated with in the Bandwidth Phone Number Dashboard. + # The ID of the Application your from number or senderId is associated with in the Bandwidth App. attr_accessor :application_id attr_accessor :channel diff --git a/lib/bandwidth-sdk/models/multi_channel_channel_list_object_base.rb b/lib/bandwidth-sdk/models/multi_channel_channel_list_object_base.rb index f3f08827..b7a8032e 100644 --- a/lib/bandwidth-sdk/models/multi_channel_channel_list_object_base.rb +++ b/lib/bandwidth-sdk/models/multi_channel_channel_list_object_base.rb @@ -18,7 +18,7 @@ class MultiChannelChannelListObjectBase < ApiModelBase # The sender ID of the message. This could be an alphanumeric sender ID. attr_accessor :from - # The ID of the Application your from number or senderId is associated with in the Bandwidth Phone Number Dashboard. + # The ID of the Application your from number or senderId is associated with in the Bandwidth App. attr_accessor :application_id attr_accessor :channel diff --git a/lib/bandwidth-sdk/models/multi_channel_channel_list_rbm_object.rb b/lib/bandwidth-sdk/models/multi_channel_channel_list_rbm_object.rb index 1e3f7524..17bd4f1a 100644 --- a/lib/bandwidth-sdk/models/multi_channel_channel_list_rbm_object.rb +++ b/lib/bandwidth-sdk/models/multi_channel_channel_list_rbm_object.rb @@ -18,7 +18,7 @@ class MultiChannelChannelListRBMObject < ApiModelBase # The sender ID of the message. This could be an alphanumeric sender ID. attr_accessor :from - # The ID of the Application your from number or senderId is associated with in the Bandwidth Phone Number Dashboard. + # The ID of the Application your from number or senderId is associated with in the Bandwidth App. attr_accessor :application_id attr_accessor :channel diff --git a/lib/bandwidth-sdk/models/multi_channel_channel_list_rbm_response_object.rb b/lib/bandwidth-sdk/models/multi_channel_channel_list_rbm_response_object.rb index 25fc366d..361e656c 100644 --- a/lib/bandwidth-sdk/models/multi_channel_channel_list_rbm_response_object.rb +++ b/lib/bandwidth-sdk/models/multi_channel_channel_list_rbm_response_object.rb @@ -18,7 +18,7 @@ class MultiChannelChannelListRBMResponseObject < ApiModelBase # The sender ID of the message. This could be an alphanumeric sender ID. attr_accessor :from - # The ID of the Application your from number or senderId is associated with in the Bandwidth Phone Number Dashboard. + # The ID of the Application your from number or senderId is associated with in the Bandwidth App. attr_accessor :application_id attr_accessor :channel diff --git a/lib/bandwidth-sdk/models/multi_channel_channel_list_sms_object.rb b/lib/bandwidth-sdk/models/multi_channel_channel_list_sms_object.rb index a678bc0c..0de052ad 100644 --- a/lib/bandwidth-sdk/models/multi_channel_channel_list_sms_object.rb +++ b/lib/bandwidth-sdk/models/multi_channel_channel_list_sms_object.rb @@ -18,7 +18,7 @@ class MultiChannelChannelListSMSObject < ApiModelBase # The sender ID of the message. This could be an alphanumeric sender ID. attr_accessor :from - # The ID of the Application your from number or senderId is associated with in the Bandwidth Phone Number Dashboard. + # The ID of the Application your from number or senderId is associated with in the Bandwidth App. attr_accessor :application_id attr_accessor :channel diff --git a/lib/bandwidth-sdk/models/multi_channel_channel_list_sms_response_object.rb b/lib/bandwidth-sdk/models/multi_channel_channel_list_sms_response_object.rb index a526fed1..cfcbc5e5 100644 --- a/lib/bandwidth-sdk/models/multi_channel_channel_list_sms_response_object.rb +++ b/lib/bandwidth-sdk/models/multi_channel_channel_list_sms_response_object.rb @@ -18,7 +18,7 @@ class MultiChannelChannelListSMSResponseObject < ApiModelBase # The sender ID of the message. This could be an alphanumeric sender ID. attr_accessor :from - # The ID of the Application your from number or senderId is associated with in the Bandwidth Phone Number Dashboard. + # The ID of the Application your from number or senderId is associated with in the Bandwidth App. attr_accessor :application_id attr_accessor :channel diff --git a/lib/bandwidth-sdk/models/status_callback_message.rb b/lib/bandwidth-sdk/models/status_callback_message.rb index db75377a..6b2c03ce 100644 --- a/lib/bandwidth-sdk/models/status_callback_message.rb +++ b/lib/bandwidth-sdk/models/status_callback_message.rb @@ -22,7 +22,7 @@ class StatusCallbackMessage < ApiModelBase # The Bandwidth phone number or alphanumeric identifier associated with the message. attr_accessor :owner - # The ID of the Application your from number or senderId is associated with in the Bandwidth Phone Number Dashboard. + # The ID of the Application your from number or senderId is associated with in the Bandwidth App. attr_accessor :application_id attr_accessor :time