Skip to content

Commit f3bee80

Browse files
Generate SDK with OpenAPI Generator Version (#106)
Co-authored-by: DX-Bandwidth <dx@bandwidth.com>
1 parent f9ec08f commit f3bee80

20 files changed

Lines changed: 20 additions & 20 deletions

bandwidth.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1696,7 +1696,7 @@ components:
16961696
type: string
16971697
description: >-
16981698
The ID of the Application your from number or senderId is associated
1699-
with in the Bandwidth Phone Number Dashboard.
1699+
with in the Bandwidth App.
17001700
example: 93de2206-9669-4e07-948d-329f4b722ee2
17011701
priorityEnum:
17021702
type: string

docs/InboundCallbackMessage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
**id** | **string** | A unique identifier of the message. | [default to undefined]
99
**owner** | **string** | The Bandwidth phone number or alphanumeric identifier associated with the message. | [default to undefined]
10-
**applicationId** | **string** | The ID of the Application your from number or senderId is associated with in the Bandwidth Phone Number Dashboard. | [default to undefined]
10+
**applicationId** | **string** | The ID of the Application your from number or senderId is associated with in the Bandwidth App. | [default to undefined]
1111
**time** | **string** | | [default to undefined]
1212
**segmentCount** | **number** | The number of segments the user\&#39;s message is broken into before sending over carrier networks. | [default to undefined]
1313
**direction** | [**MessageDirectionEnum**](MessageDirectionEnum.md) | | [default to undefined]

docs/Message.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
**id** | **string** | The id of the message. | [optional] [default to undefined]
99
**owner** | **string** | The Bandwidth phone number associated with the message. | [optional] [default to undefined]
10-
**applicationId** | **string** | The ID of the Application your from number or senderId is associated with in the Bandwidth Phone Number Dashboard. | [optional] [default to undefined]
10+
**applicationId** | **string** | The ID of the Application your from number or senderId is associated with in the Bandwidth App. | [optional] [default to undefined]
1111
**time** | **string** | The datetime stamp of the message in ISO 8601 | [optional] [default to undefined]
1212
**segmentCount** | **number** | The number of segments the user\&#39;s message is broken into before sending over carrier networks. | [optional] [default to undefined]
1313
**direction** | [**MessageDirectionEnum**](MessageDirectionEnum.md) | | [optional] [default to undefined]

docs/MessageRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
8-
**applicationId** | **string** | The ID of the Application your from number or senderId is associated with in the Bandwidth Phone Number Dashboard. | [default to undefined]
8+
**applicationId** | **string** | The ID of the Application your from number or senderId is associated with in the Bandwidth App. | [default to undefined]
99
**to** | **Set&lt;string&gt;** | The phone number(s) the message should be sent to in E164 format. | [default to undefined]
1010
**from** | **string** | Either an alphanumeric sender ID or the sender\&#39;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 &amp;. Alphanumeric Sender IDs must contain at least one letter. | [default to undefined]
1111
**text** | **string** | The contents of the text message. Must be 2048 characters or less. | [optional] [default to undefined]

docs/MultiChannelChannelListMMSObject.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
**from** | **string** | The sender ID of the message. This could be an alphanumeric sender ID. | [default to undefined]
9-
**applicationId** | **string** | The ID of the Application your from number or senderId is associated with in the Bandwidth Phone Number Dashboard. | [default to undefined]
9+
**applicationId** | **string** | The ID of the Application your from number or senderId is associated with in the Bandwidth App. | [default to undefined]
1010
**channel** | [**MultiChannelMessageChannelEnum**](MultiChannelMessageChannelEnum.md) | | [default to undefined]
1111
**content** | [**MmsMessageContent**](MmsMessageContent.md) | | [default to undefined]
1212

docs/MultiChannelChannelListMMSResponseObject.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
**from** | **string** | The sender ID of the message. This could be an alphanumeric sender ID. | [default to undefined]
9-
**applicationId** | **string** | The ID of the Application your from number or senderId is associated with in the Bandwidth Phone Number Dashboard. | [default to undefined]
9+
**applicationId** | **string** | The ID of the Application your from number or senderId is associated with in the Bandwidth App. | [default to undefined]
1010
**channel** | [**MultiChannelMessageChannelEnum**](MultiChannelMessageChannelEnum.md) | | [default to undefined]
1111
**content** | [**MmsMessageContent**](MmsMessageContent.md) | | [default to undefined]
1212
**owner** | **string** | The Bandwidth senderId associated with the message. Identical to \&#39;from\&#39;. | [default to undefined]

docs/MultiChannelChannelListObjectBase.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
**from** | **string** | The sender ID of the message. This could be an alphanumeric sender ID. | [default to undefined]
9-
**applicationId** | **string** | The ID of the Application your from number or senderId is associated with in the Bandwidth Phone Number Dashboard. | [default to undefined]
9+
**applicationId** | **string** | The ID of the Application your from number or senderId is associated with in the Bandwidth App. | [default to undefined]
1010
**channel** | [**MultiChannelMessageChannelEnum**](MultiChannelMessageChannelEnum.md) | | [default to undefined]
1111

1212
## Example

docs/MultiChannelChannelListRBMObject.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
**from** | **string** | The sender ID of the message. This could be an alphanumeric sender ID. | [default to undefined]
9-
**applicationId** | **string** | The ID of the Application your from number or senderId is associated with in the Bandwidth Phone Number Dashboard. | [default to undefined]
9+
**applicationId** | **string** | The ID of the Application your from number or senderId is associated with in the Bandwidth App. | [default to undefined]
1010
**channel** | [**MultiChannelMessageChannelEnum**](MultiChannelMessageChannelEnum.md) | | [default to undefined]
1111
**content** | [**MultiChannelChannelListRBMObjectAllOfContent**](MultiChannelChannelListRBMObjectAllOfContent.md) | | [default to undefined]
1212

docs/MultiChannelChannelListRBMResponseObject.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
**from** | **string** | The sender ID of the message. This could be an alphanumeric sender ID. | [default to undefined]
9-
**applicationId** | **string** | The ID of the Application your from number or senderId is associated with in the Bandwidth Phone Number Dashboard. | [default to undefined]
9+
**applicationId** | **string** | The ID of the Application your from number or senderId is associated with in the Bandwidth App. | [default to undefined]
1010
**channel** | [**MultiChannelMessageChannelEnum**](MultiChannelMessageChannelEnum.md) | | [default to undefined]
1111
**content** | [**MultiChannelChannelListRBMObjectAllOfContent**](MultiChannelChannelListRBMObjectAllOfContent.md) | | [default to undefined]
1212
**owner** | **string** | The Bandwidth senderId associated with the message. Identical to \&#39;from\&#39;. | [default to undefined]

docs/MultiChannelChannelListRequestObject.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
**from** | **string** | The sender ID of the message. This could be an alphanumeric sender ID. | [default to undefined]
9-
**applicationId** | **string** | The ID of the Application your from number or senderId is associated with in the Bandwidth Phone Number Dashboard. | [default to undefined]
9+
**applicationId** | **string** | The ID of the Application your from number or senderId is associated with in the Bandwidth App. | [default to undefined]
1010
**channel** | [**MultiChannelMessageChannelEnum**](MultiChannelMessageChannelEnum.md) | | [default to undefined]
1111
**content** | [**MmsMessageContent**](MmsMessageContent.md) | | [default to undefined]
1212

0 commit comments

Comments
 (0)