Skip to content

Commit 7b63e30

Browse files
committed
Generate SDK with OpenAPI Generator Version
1 parent e71ff5e commit 7b63e30

File tree

5 files changed

+14
-11
lines changed

5 files changed

+14
-11
lines changed

.openapi-generator/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.10.0
1+
7.9.0

api/media-api.ts

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -143,11 +143,12 @@ export const MediaApiAxiosParamCreator = function (configuration?: Configuration
143143
// http basic authentication required
144144
setBasicAuthToObject(localVarRequestOptions, configuration)
145145

146-
147-
148146
if (continuationToken != null) {
149147
localVarHeaderParameter['Continuation-Token'] = String(continuationToken);
150148
}
149+
150+
151+
151152
setSearchParams(localVarUrlObj, localVarQueryParameter);
152153
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
153154
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
@@ -193,16 +194,18 @@ export const MediaApiAxiosParamCreator = function (configuration?: Configuration
193194
// http basic authentication required
194195
setBasicAuthToObject(localVarRequestOptions, configuration)
195196

196-
197-
198-
localVarHeaderParameter['Content-Type'] = 'application/json';
199-
200197
if (contentType != null) {
201198
localVarHeaderParameter['Content-Type'] = String(contentType);
202199
}
200+
203201
if (cacheControl != null) {
204202
localVarHeaderParameter['Cache-Control'] = String(cacheControl);
205203
}
204+
205+
206+
207+
localVarHeaderParameter['Content-Type'] = 'application/json';
208+
206209
setSearchParams(localVarUrlObj, localVarQueryParameter);
207210
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
208211
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};

bandwidth.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2202,8 +2202,8 @@ components:
22022202
parameter as described in <a
22032203
href='https://tools.ietf.org/html/rfc7433'>RFC
22042204
2205-
7433</a>. Only 'jwt' and 'base64' encodings are allowed. The entire
2206-
value
2205+
7433</a>. Only 'jwt', 'base64' and 'hex' encodings are allowed. The
2206+
entire value
22072207
22082208
cannot exceed 350 characters, including parameters and separators.
22092209
applicationId:

models/create-call.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export interface CreateCall {
5151
*/
5252
'displayName'?: string | null;
5353
/**
54-
* 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 <a href=\'https://tools.ietf.org/html/rfc7433\'>RFC 7433</a>. Only \'jwt\' and \'base64\' encodings are allowed. The entire value cannot exceed 350 characters, including parameters and separators.
54+
* 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 <a href=\'https://tools.ietf.org/html/rfc7433\'>RFC 7433</a>. Only \'jwt\', \'base64\' and \'hex\' encodings are allowed. The entire value cannot exceed 350 characters, including parameters and separators.
5555
* @type {string}
5656
* @memberof CreateCall
5757
*/

openapitools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"$schema": "./node_modules/@openapitools/openapi-generator-cli/config.schema.json",
33
"spaces": 2,
44
"generator-cli": {
5-
"version": "7.10.0"
5+
"version": "7.9.0"
66
}
77
}

0 commit comments

Comments
 (0)