Skip to content

Commit c4dfe0f

Browse files
committed
Merge branch 'brtc-sdks' of https://github.com/Bandwidth/node-sdk into brtc-sdks
2 parents 556e3f4 + e84d3d4 commit c4dfe0f

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
@@ -1871,7 +1871,7 @@ components:
18711871
type: string
18721872
description: >-
18731873
The ID of the Application your from number or senderId is associated
1874-
with in the Bandwidth Phone Number Dashboard.
1874+
with in the Bandwidth App.
18751875
example: 93de2206-9669-4e07-948d-329f4b722ee2
18761876
priorityEnum:
18771877
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\'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\'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<string>** | 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\'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. | [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 \'from\'. | [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 \'from\'. | [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)