From 3949b0cd21891ef2dd48f17cfd18b28305c3bd6e Mon Sep 17 00:00:00 2001 From: "band-swi[bot]" <143147434+band-swi[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 11:28:59 -0500 Subject: [PATCH] SWI-6761 Update SDK Based on Recent Spec Changes (#55) * Generate SDK with OpenAPI Generator Version * 7.10.0 --------- Co-authored-by: DX-Bandwidth Co-authored-by: ckoegel --- bandwidth.yml | 4 ++-- models/create-call.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bandwidth.yml b/bandwidth.yml index c4b1fb2..11c79d2 100644 --- a/bandwidth.yml +++ b/bandwidth.yml @@ -2202,8 +2202,8 @@ components: parameter as described in RFC - 7433. Only 'jwt' and 'base64' encodings are allowed. The entire - value + 7433. Only 'jwt', 'base64' and 'hex' encodings are allowed. The + entire value cannot exceed 350 characters, including parameters and separators. applicationId: diff --git a/models/create-call.ts b/models/create-call.ts index fc31f1d..462f1ed 100644 --- a/models/create-call.ts +++ b/models/create-call.ts @@ -51,7 +51,7 @@ export interface CreateCall { */ 'displayName'?: string | null; /** - * A comma-separated list of \'User-To-User\' headers to be sent in the INVITE when calling a SIP URI. Each value must end with an \'encoding\' parameter as described in RFC 7433. Only \'jwt\' and \'base64\' encodings are allowed. The entire value cannot exceed 350 characters, including parameters and separators. + * A comma-separated list of \'User-To-User\' headers to be sent in the INVITE when calling a SIP URI. Each value must end with an \'encoding\' parameter as described in RFC 7433. Only \'jwt\', \'base64\' and \'hex\' encodings are allowed. The entire value cannot exceed 350 characters, including parameters and separators. * @type {string} * @memberof CreateCall */