From d2ef0825df9d5ad0b7f43eb3bc96049a7252fe47 Mon Sep 17 00:00:00 2001 From: DX-Bandwidth Date: Tue, 12 Dec 2023 14:03:07 +0000 Subject: [PATCH] Generate SDK with OpenAPI Generator Version 7.1.0 --- bandwidth.yml | 10 ++++++++-- models/message-request.ts | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/bandwidth.yml b/bandwidth.yml index 6c9870b..bec9a4e 100644 --- a/bandwidth.yml +++ b/bandwidth.yml @@ -1547,8 +1547,14 @@ components: from: type: string description: >- - One of your telephone numbers the message should come from in E164 - format. + 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. example: '+15551113333' text: type: string diff --git a/models/message-request.ts b/models/message-request.ts index 51ae141..7568fa5 100644 --- a/models/message-request.ts +++ b/models/message-request.ts @@ -36,7 +36,7 @@ export interface MessageRequest { */ 'to': Set; /** - * One of your telephone numbers the message should come from in E164 format. + * 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. * @type {string} * @memberof MessageRequest */