Skip to content

Commit 1edf27c

Browse files
committed
Generate SDK with OpenAPI Generator Version
1 parent 06e2522 commit 1edf27c

File tree

11 files changed

+673
-531
lines changed

11 files changed

+673
-531
lines changed

.openapi-generator/FILES

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ models/call-transcription-response.ts
2929
models/call-transcription-track-enum.ts
3030
models/call-transcription.ts
3131
models/callback-method-enum.ts
32+
models/callback-type-enum.ts
3233
models/code-request.ts
3334
models/conference-completed-callback.ts
3435
models/conference-created-callback.ts
@@ -51,8 +52,6 @@ models/dtmf-callback.ts
5152
models/field-error.ts
5253
models/file-format-enum.ts
5354
models/gather-callback.ts
54-
models/inbound-message-callback-message.ts
55-
models/inbound-message-callback.ts
5655
models/index.ts
5756
models/initiate-callback.ts
5857
models/list-message-direction-enum.ts
@@ -66,14 +65,10 @@ models/machine-detection-configuration.ts
6665
models/machine-detection-mode-enum.ts
6766
models/machine-detection-result.ts
6867
models/media.ts
69-
models/message-delivered-callback-message.ts
70-
models/message-delivered-callback.ts
68+
models/message-callback-message.ts
69+
models/message-callback.ts
7170
models/message-direction-enum.ts
72-
models/message-failed-callback-message.ts
73-
models/message-failed-callback.ts
7471
models/message-request.ts
75-
models/message-sending-callback-message.ts
76-
models/message-sending-callback.ts
7772
models/message-status-enum.ts
7873
models/message-type-enum.ts
7974
models/message.ts

api/media-api.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ export const MediaApiAxiosParamCreator = function (configuration?: Configuration
164164
* @param {string} mediaId Media ID to retrieve.
165165
* @param {File} body
166166
* @param {string} [contentType] The media type of the entity-body.
167-
* @param {string} [cacheControl] General-header field is used to specify directives that MUST be obeyed by all caching mechanisms along the request/response chain.
167+
* @param {string} [cacheControl] General-header field is used to specify directives that MUST be obeyed by all caching mechanisms along the request/response chain.
168168
* @param {*} [options] Override http request option.
169169
* @throws {RequiredError}
170170
*/
@@ -272,7 +272,7 @@ export const MediaApiFp = function(configuration?: Configuration) {
272272
* @param {string} mediaId Media ID to retrieve.
273273
* @param {File} body
274274
* @param {string} [contentType] The media type of the entity-body.
275-
* @param {string} [cacheControl] General-header field is used to specify directives that MUST be obeyed by all caching mechanisms along the request/response chain.
275+
* @param {string} [cacheControl] General-header field is used to specify directives that MUST be obeyed by all caching mechanisms along the request/response chain.
276276
* @param {*} [options] Override http request option.
277277
* @throws {RequiredError}
278278
*/
@@ -332,7 +332,7 @@ export const MediaApiFactory = function (configuration?: Configuration, basePath
332332
* @param {string} mediaId Media ID to retrieve.
333333
* @param {File} body
334334
* @param {string} [contentType] The media type of the entity-body.
335-
* @param {string} [cacheControl] General-header field is used to specify directives that MUST be obeyed by all caching mechanisms along the request/response chain.
335+
* @param {string} [cacheControl] General-header field is used to specify directives that MUST be obeyed by all caching mechanisms along the request/response chain.
336336
* @param {*} [options] Override http request option.
337337
* @throws {RequiredError}
338338
*/
@@ -395,7 +395,7 @@ export class MediaApi extends BaseAPI {
395395
* @param {string} mediaId Media ID to retrieve.
396396
* @param {File} body
397397
* @param {string} [contentType] The media type of the entity-body.
398-
* @param {string} [cacheControl] General-header field is used to specify directives that MUST be obeyed by all caching mechanisms along the request/response chain.
398+
* @param {string} [cacheControl] General-header field is used to specify directives that MUST be obeyed by all caching mechanisms along the request/response chain.
399399
* @param {*} [options] Override http request option.
400400
* @throws {RequiredError}
401401
* @memberof MediaApi

api/messages-api.ts

Lines changed: 32 additions & 32 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)