diff --git a/api/calls-api.ts b/api/calls-api.ts index ea6fd81..452b640 100644 --- a/api/calls-api.ts +++ b/api/calls-api.ts @@ -67,6 +67,10 @@ export const CallsApiAxiosParamCreator = function (configuration?: Configuration // http basic authentication required setBasicAuthToObject(localVarRequestOptions, configuration) + // authentication OAuth2 required + // oauth required + await setOAuthToObject(localVarHeaderParameter, "OAuth2", [], configuration) + localVarHeaderParameter['Content-Type'] = 'application/json'; @@ -112,6 +116,10 @@ export const CallsApiAxiosParamCreator = function (configuration?: Configuration // http basic authentication required setBasicAuthToObject(localVarRequestOptions, configuration) + // authentication OAuth2 required + // oauth required + await setOAuthToObject(localVarHeaderParameter, "OAuth2", [], configuration) + setSearchParams(localVarUrlObj, localVarQueryParameter); @@ -157,6 +165,10 @@ export const CallsApiAxiosParamCreator = function (configuration?: Configuration // http basic authentication required setBasicAuthToObject(localVarRequestOptions, configuration) + // authentication OAuth2 required + // oauth required + await setOAuthToObject(localVarHeaderParameter, "OAuth2", [], configuration) + if (to !== undefined) { localVarQueryParameter['to'] = to; } @@ -230,6 +242,10 @@ export const CallsApiAxiosParamCreator = function (configuration?: Configuration // http basic authentication required setBasicAuthToObject(localVarRequestOptions, configuration) + // authentication OAuth2 required + // oauth required + await setOAuthToObject(localVarHeaderParameter, "OAuth2", [], configuration) + localVarHeaderParameter['Content-Type'] = 'application/json'; @@ -278,6 +294,10 @@ export const CallsApiAxiosParamCreator = function (configuration?: Configuration // http basic authentication required setBasicAuthToObject(localVarRequestOptions, configuration) + // authentication OAuth2 required + // oauth required + await setOAuthToObject(localVarHeaderParameter, "OAuth2", [], configuration) + localVarHeaderParameter['Content-Type'] = 'application/xml'; diff --git a/api/conferences-api.ts b/api/conferences-api.ts index 40de231..4814a67 100644 --- a/api/conferences-api.ts +++ b/api/conferences-api.ts @@ -74,6 +74,10 @@ export const ConferencesApiAxiosParamCreator = function (configuration?: Configu // http basic authentication required setBasicAuthToObject(localVarRequestOptions, configuration) + // authentication OAuth2 required + // oauth required + await setOAuthToObject(localVarHeaderParameter, "OAuth2", [], configuration) + setSearchParams(localVarUrlObj, localVarQueryParameter); @@ -116,6 +120,10 @@ export const ConferencesApiAxiosParamCreator = function (configuration?: Configu // http basic authentication required setBasicAuthToObject(localVarRequestOptions, configuration) + // authentication OAuth2 required + // oauth required + await setOAuthToObject(localVarHeaderParameter, "OAuth2", [], configuration) + setSearchParams(localVarUrlObj, localVarQueryParameter); @@ -162,6 +170,10 @@ export const ConferencesApiAxiosParamCreator = function (configuration?: Configu // http basic authentication required setBasicAuthToObject(localVarRequestOptions, configuration) + // authentication OAuth2 required + // oauth required + await setOAuthToObject(localVarHeaderParameter, "OAuth2", [], configuration) + setSearchParams(localVarUrlObj, localVarQueryParameter); @@ -208,6 +220,10 @@ export const ConferencesApiAxiosParamCreator = function (configuration?: Configu // http basic authentication required setBasicAuthToObject(localVarRequestOptions, configuration) + // authentication OAuth2 required + // oauth required + await setOAuthToObject(localVarHeaderParameter, "OAuth2", [], configuration) + setSearchParams(localVarUrlObj, localVarQueryParameter); @@ -250,6 +266,10 @@ export const ConferencesApiAxiosParamCreator = function (configuration?: Configu // http basic authentication required setBasicAuthToObject(localVarRequestOptions, configuration) + // authentication OAuth2 required + // oauth required + await setOAuthToObject(localVarHeaderParameter, "OAuth2", [], configuration) + setSearchParams(localVarUrlObj, localVarQueryParameter); @@ -293,6 +313,10 @@ export const ConferencesApiAxiosParamCreator = function (configuration?: Configu // http basic authentication required setBasicAuthToObject(localVarRequestOptions, configuration) + // authentication OAuth2 required + // oauth required + await setOAuthToObject(localVarHeaderParameter, "OAuth2", [], configuration) + if (name !== undefined) { localVarQueryParameter['name'] = name; } @@ -358,6 +382,10 @@ export const ConferencesApiAxiosParamCreator = function (configuration?: Configu // http basic authentication required setBasicAuthToObject(localVarRequestOptions, configuration) + // authentication OAuth2 required + // oauth required + await setOAuthToObject(localVarHeaderParameter, "OAuth2", [], configuration) + localVarHeaderParameter['Content-Type'] = 'application/json'; @@ -406,6 +434,10 @@ export const ConferencesApiAxiosParamCreator = function (configuration?: Configu // http basic authentication required setBasicAuthToObject(localVarRequestOptions, configuration) + // authentication OAuth2 required + // oauth required + await setOAuthToObject(localVarHeaderParameter, "OAuth2", [], configuration) + localVarHeaderParameter['Content-Type'] = 'application/xml'; @@ -458,6 +490,10 @@ export const ConferencesApiAxiosParamCreator = function (configuration?: Configu // http basic authentication required setBasicAuthToObject(localVarRequestOptions, configuration) + // authentication OAuth2 required + // oauth required + await setOAuthToObject(localVarHeaderParameter, "OAuth2", [], configuration) + localVarHeaderParameter['Content-Type'] = 'application/json'; diff --git a/api/media-api.ts b/api/media-api.ts index d1a0cff..96aa1ae 100644 --- a/api/media-api.ts +++ b/api/media-api.ts @@ -62,6 +62,10 @@ export const MediaApiAxiosParamCreator = function (configuration?: Configuration // http basic authentication required setBasicAuthToObject(localVarRequestOptions, configuration) + // authentication OAuth2 required + // oauth required + await setOAuthToObject(localVarHeaderParameter, "OAuth2", [], configuration) + setSearchParams(localVarUrlObj, localVarQueryParameter); @@ -104,6 +108,10 @@ export const MediaApiAxiosParamCreator = function (configuration?: Configuration // http basic authentication required setBasicAuthToObject(localVarRequestOptions, configuration) + // authentication OAuth2 required + // oauth required + await setOAuthToObject(localVarHeaderParameter, "OAuth2", [], configuration) + setSearchParams(localVarUrlObj, localVarQueryParameter); @@ -143,6 +151,10 @@ export const MediaApiAxiosParamCreator = function (configuration?: Configuration // http basic authentication required setBasicAuthToObject(localVarRequestOptions, configuration) + // authentication OAuth2 required + // oauth required + await setOAuthToObject(localVarHeaderParameter, "OAuth2", [], configuration) + if (continuationToken != null) { @@ -193,6 +205,10 @@ export const MediaApiAxiosParamCreator = function (configuration?: Configuration // http basic authentication required setBasicAuthToObject(localVarRequestOptions, configuration) + // authentication OAuth2 required + // oauth required + await setOAuthToObject(localVarHeaderParameter, "OAuth2", [], configuration) + localVarHeaderParameter['Content-Type'] = 'application/json'; diff --git a/api/messages-api.ts b/api/messages-api.ts index 44ecd61..744579a 100644 --- a/api/messages-api.ts +++ b/api/messages-api.ts @@ -75,6 +75,10 @@ export const MessagesApiAxiosParamCreator = function (configuration?: Configurat // http basic authentication required setBasicAuthToObject(localVarRequestOptions, configuration) + // authentication OAuth2 required + // oauth required + await setOAuthToObject(localVarHeaderParameter, "OAuth2", [], configuration) + localVarHeaderParameter['Content-Type'] = 'application/json'; @@ -143,6 +147,10 @@ export const MessagesApiAxiosParamCreator = function (configuration?: Configurat // http basic authentication required setBasicAuthToObject(localVarRequestOptions, configuration) + // authentication OAuth2 required + // oauth required + await setOAuthToObject(localVarHeaderParameter, "OAuth2", [], configuration) + if (messageId !== undefined) { localVarQueryParameter['messageId'] = messageId; } diff --git a/api/mfaapi.ts b/api/mfaapi.ts index bffc0e3..0ec1d95 100644 --- a/api/mfaapi.ts +++ b/api/mfaapi.ts @@ -73,6 +73,10 @@ export const MFAApiAxiosParamCreator = function (configuration?: Configuration) // http basic authentication required setBasicAuthToObject(localVarRequestOptions, configuration) + // authentication OAuth2 required + // oauth required + await setOAuthToObject(localVarHeaderParameter, "OAuth2", [], configuration) + localVarHeaderParameter['Content-Type'] = 'application/json'; @@ -117,6 +121,10 @@ export const MFAApiAxiosParamCreator = function (configuration?: Configuration) // http basic authentication required setBasicAuthToObject(localVarRequestOptions, configuration) + // authentication OAuth2 required + // oauth required + await setOAuthToObject(localVarHeaderParameter, "OAuth2", [], configuration) + localVarHeaderParameter['Content-Type'] = 'application/json'; @@ -161,6 +169,10 @@ export const MFAApiAxiosParamCreator = function (configuration?: Configuration) // http basic authentication required setBasicAuthToObject(localVarRequestOptions, configuration) + // authentication OAuth2 required + // oauth required + await setOAuthToObject(localVarHeaderParameter, "OAuth2", [], configuration) + localVarHeaderParameter['Content-Type'] = 'application/json'; diff --git a/api/multi-channel-api.ts b/api/multi-channel-api.ts index c94ebaa..5becfce 100644 --- a/api/multi-channel-api.ts +++ b/api/multi-channel-api.ts @@ -63,6 +63,10 @@ export const MultiChannelApiAxiosParamCreator = function (configuration?: Config // http basic authentication required setBasicAuthToObject(localVarRequestOptions, configuration) + // authentication OAuth2 required + // oauth required + await setOAuthToObject(localVarHeaderParameter, "OAuth2", [], configuration) + localVarHeaderParameter['Content-Type'] = 'application/json'; diff --git a/api/phone-number-lookup-api.ts b/api/phone-number-lookup-api.ts index 4c3095d..1bac6db 100644 --- a/api/phone-number-lookup-api.ts +++ b/api/phone-number-lookup-api.ts @@ -66,6 +66,10 @@ export const PhoneNumberLookupApiAxiosParamCreator = function (configuration?: C // http basic authentication required setBasicAuthToObject(localVarRequestOptions, configuration) + // authentication OAuth2 required + // oauth required + await setOAuthToObject(localVarHeaderParameter, "OAuth2", [], configuration) + localVarHeaderParameter['Content-Type'] = 'application/json'; @@ -112,6 +116,10 @@ export const PhoneNumberLookupApiAxiosParamCreator = function (configuration?: C // http basic authentication required setBasicAuthToObject(localVarRequestOptions, configuration) + // authentication OAuth2 required + // oauth required + await setOAuthToObject(localVarHeaderParameter, "OAuth2", [], configuration) + setSearchParams(localVarUrlObj, localVarQueryParameter); diff --git a/api/recordings-api.ts b/api/recordings-api.ts index 33ed1a8..a32ba01 100644 --- a/api/recordings-api.ts +++ b/api/recordings-api.ts @@ -72,6 +72,10 @@ export const RecordingsApiAxiosParamCreator = function (configuration?: Configur // http basic authentication required setBasicAuthToObject(localVarRequestOptions, configuration) + // authentication OAuth2 required + // oauth required + await setOAuthToObject(localVarHeaderParameter, "OAuth2", [], configuration) + setSearchParams(localVarUrlObj, localVarQueryParameter); @@ -118,6 +122,10 @@ export const RecordingsApiAxiosParamCreator = function (configuration?: Configur // http basic authentication required setBasicAuthToObject(localVarRequestOptions, configuration) + // authentication OAuth2 required + // oauth required + await setOAuthToObject(localVarHeaderParameter, "OAuth2", [], configuration) + setSearchParams(localVarUrlObj, localVarQueryParameter); @@ -164,6 +172,10 @@ export const RecordingsApiAxiosParamCreator = function (configuration?: Configur // http basic authentication required setBasicAuthToObject(localVarRequestOptions, configuration) + // authentication OAuth2 required + // oauth required + await setOAuthToObject(localVarHeaderParameter, "OAuth2", [], configuration) + setSearchParams(localVarUrlObj, localVarQueryParameter); @@ -210,6 +222,10 @@ export const RecordingsApiAxiosParamCreator = function (configuration?: Configur // http basic authentication required setBasicAuthToObject(localVarRequestOptions, configuration) + // authentication OAuth2 required + // oauth required + await setOAuthToObject(localVarHeaderParameter, "OAuth2", [], configuration) + setSearchParams(localVarUrlObj, localVarQueryParameter); @@ -256,6 +272,10 @@ export const RecordingsApiAxiosParamCreator = function (configuration?: Configur // http basic authentication required setBasicAuthToObject(localVarRequestOptions, configuration) + // authentication OAuth2 required + // oauth required + await setOAuthToObject(localVarHeaderParameter, "OAuth2", [], configuration) + setSearchParams(localVarUrlObj, localVarQueryParameter); @@ -302,6 +322,10 @@ export const RecordingsApiAxiosParamCreator = function (configuration?: Configur // http basic authentication required setBasicAuthToObject(localVarRequestOptions, configuration) + // authentication OAuth2 required + // oauth required + await setOAuthToObject(localVarHeaderParameter, "OAuth2", [], configuration) + setSearchParams(localVarUrlObj, localVarQueryParameter); @@ -344,6 +368,10 @@ export const RecordingsApiAxiosParamCreator = function (configuration?: Configur // http basic authentication required setBasicAuthToObject(localVarRequestOptions, configuration) + // authentication OAuth2 required + // oauth required + await setOAuthToObject(localVarHeaderParameter, "OAuth2", [], configuration) + if (to !== undefined) { localVarQueryParameter['to'] = to; } @@ -402,6 +430,10 @@ export const RecordingsApiAxiosParamCreator = function (configuration?: Configur // http basic authentication required setBasicAuthToObject(localVarRequestOptions, configuration) + // authentication OAuth2 required + // oauth required + await setOAuthToObject(localVarHeaderParameter, "OAuth2", [], configuration) + setSearchParams(localVarUrlObj, localVarQueryParameter); @@ -451,6 +483,10 @@ export const RecordingsApiAxiosParamCreator = function (configuration?: Configur // http basic authentication required setBasicAuthToObject(localVarRequestOptions, configuration) + // authentication OAuth2 required + // oauth required + await setOAuthToObject(localVarHeaderParameter, "OAuth2", [], configuration) + localVarHeaderParameter['Content-Type'] = 'application/json'; @@ -499,6 +535,10 @@ export const RecordingsApiAxiosParamCreator = function (configuration?: Configur // http basic authentication required setBasicAuthToObject(localVarRequestOptions, configuration) + // authentication OAuth2 required + // oauth required + await setOAuthToObject(localVarHeaderParameter, "OAuth2", [], configuration) + localVarHeaderParameter['Content-Type'] = 'application/json'; diff --git a/api/statistics-api.ts b/api/statistics-api.ts index 71a1e1e..72d6761 100644 --- a/api/statistics-api.ts +++ b/api/statistics-api.ts @@ -58,6 +58,10 @@ export const StatisticsApiAxiosParamCreator = function (configuration?: Configur // http basic authentication required setBasicAuthToObject(localVarRequestOptions, configuration) + // authentication OAuth2 required + // oauth required + await setOAuthToObject(localVarHeaderParameter, "OAuth2", [], configuration) + setSearchParams(localVarUrlObj, localVarQueryParameter); diff --git a/api/toll-free-verification-api.ts b/api/toll-free-verification-api.ts index 6b77001..ea81a42 100644 --- a/api/toll-free-verification-api.ts +++ b/api/toll-free-verification-api.ts @@ -71,6 +71,10 @@ export const TollFreeVerificationApiAxiosParamCreator = function (configuration? // http basic authentication required setBasicAuthToObject(localVarRequestOptions, configuration) + // authentication OAuth2 required + // oauth required + await setOAuthToObject(localVarHeaderParameter, "OAuth2", [], configuration) + localVarHeaderParameter['Content-Type'] = 'application/json'; @@ -116,6 +120,10 @@ export const TollFreeVerificationApiAxiosParamCreator = function (configuration? // http basic authentication required setBasicAuthToObject(localVarRequestOptions, configuration) + // authentication OAuth2 required + // oauth required + await setOAuthToObject(localVarHeaderParameter, "OAuth2", [], configuration) + setSearchParams(localVarUrlObj, localVarQueryParameter); @@ -158,6 +166,10 @@ export const TollFreeVerificationApiAxiosParamCreator = function (configuration? // http basic authentication required setBasicAuthToObject(localVarRequestOptions, configuration) + // authentication OAuth2 required + // oauth required + await setOAuthToObject(localVarHeaderParameter, "OAuth2", [], configuration) + setSearchParams(localVarUrlObj, localVarQueryParameter); @@ -200,6 +212,10 @@ export const TollFreeVerificationApiAxiosParamCreator = function (configuration? // http basic authentication required setBasicAuthToObject(localVarRequestOptions, configuration) + // authentication OAuth2 required + // oauth required + await setOAuthToObject(localVarHeaderParameter, "OAuth2", [], configuration) + setSearchParams(localVarUrlObj, localVarQueryParameter); @@ -234,6 +250,10 @@ export const TollFreeVerificationApiAxiosParamCreator = function (configuration? // http basic authentication required setBasicAuthToObject(localVarRequestOptions, configuration) + // authentication OAuth2 required + // oauth required + await setOAuthToObject(localVarHeaderParameter, "OAuth2", [], configuration) + setSearchParams(localVarUrlObj, localVarQueryParameter); @@ -272,6 +292,10 @@ export const TollFreeVerificationApiAxiosParamCreator = function (configuration? // http basic authentication required setBasicAuthToObject(localVarRequestOptions, configuration) + // authentication OAuth2 required + // oauth required + await setOAuthToObject(localVarHeaderParameter, "OAuth2", [], configuration) + setSearchParams(localVarUrlObj, localVarQueryParameter); @@ -313,6 +337,10 @@ export const TollFreeVerificationApiAxiosParamCreator = function (configuration? // http basic authentication required setBasicAuthToObject(localVarRequestOptions, configuration) + // authentication OAuth2 required + // oauth required + await setOAuthToObject(localVarHeaderParameter, "OAuth2", [], configuration) + localVarHeaderParameter['Content-Type'] = 'application/json'; @@ -361,6 +389,10 @@ export const TollFreeVerificationApiAxiosParamCreator = function (configuration? // http basic authentication required setBasicAuthToObject(localVarRequestOptions, configuration) + // authentication OAuth2 required + // oauth required + await setOAuthToObject(localVarHeaderParameter, "OAuth2", [], configuration) + localVarHeaderParameter['Content-Type'] = 'application/json'; @@ -409,6 +441,10 @@ export const TollFreeVerificationApiAxiosParamCreator = function (configuration? // http basic authentication required setBasicAuthToObject(localVarRequestOptions, configuration) + // authentication OAuth2 required + // oauth required + await setOAuthToObject(localVarHeaderParameter, "OAuth2", [], configuration) + localVarHeaderParameter['Content-Type'] = 'application/json'; diff --git a/api/transcriptions-api.ts b/api/transcriptions-api.ts index eee25bf..6884135 100644 --- a/api/transcriptions-api.ts +++ b/api/transcriptions-api.ts @@ -68,6 +68,10 @@ export const TranscriptionsApiAxiosParamCreator = function (configuration?: Conf // http basic authentication required setBasicAuthToObject(localVarRequestOptions, configuration) + // authentication OAuth2 required + // oauth required + await setOAuthToObject(localVarHeaderParameter, "OAuth2", [], configuration) + setSearchParams(localVarUrlObj, localVarQueryParameter); @@ -114,6 +118,10 @@ export const TranscriptionsApiAxiosParamCreator = function (configuration?: Conf // http basic authentication required setBasicAuthToObject(localVarRequestOptions, configuration) + // authentication OAuth2 required + // oauth required + await setOAuthToObject(localVarHeaderParameter, "OAuth2", [], configuration) + setSearchParams(localVarUrlObj, localVarQueryParameter); @@ -156,6 +164,10 @@ export const TranscriptionsApiAxiosParamCreator = function (configuration?: Conf // http basic authentication required setBasicAuthToObject(localVarRequestOptions, configuration) + // authentication OAuth2 required + // oauth required + await setOAuthToObject(localVarHeaderParameter, "OAuth2", [], configuration) + setSearchParams(localVarUrlObj, localVarQueryParameter); diff --git a/bandwidth.yml b/bandwidth.yml index bf2c9ab..75a24e3 100644 --- a/bandwidth.yml +++ b/bandwidth.yml @@ -9,6 +9,7 @@ info: version: 1.0.0 security: - Basic: [] + - OAuth2: [] tags: - name: Messages - name: Media @@ -8097,6 +8098,12 @@ components: - Example: `Authorization: Basic ZGVtbZpwQDU1dzByZA==` + OAuth2: + type: oauth2 + flows: + clientCredentials: + tokenUrl: https://api.bandwidth.com/api/v1/oauth2/token + scopes: {} callbacks: inboundCallback: '{inboundCallbackUrl}': diff --git a/docs/CallsApi.md b/docs/CallsApi.md index 2763650..1c859b0 100644 --- a/docs/CallsApi.md +++ b/docs/CallsApi.md @@ -50,7 +50,7 @@ const { status, data } = await apiInstance.createCall( ### Authorization -[Basic](../README.md#Basic) +[Basic](../README.md#Basic), [OAuth2](../README.md#OAuth2) ### HTTP request headers @@ -112,7 +112,7 @@ const { status, data } = await apiInstance.getCallState( ### Authorization -[Basic](../README.md#Basic) +[Basic](../README.md#Basic), [OAuth2](../README.md#OAuth2) ### HTTP request headers @@ -192,7 +192,7 @@ const { status, data } = await apiInstance.listCalls( ### Authorization -[Basic](../README.md#Basic) +[Basic](../README.md#Basic), [OAuth2](../README.md#OAuth2) ### HTTP request headers @@ -258,7 +258,7 @@ void (empty response body) ### Authorization -[Basic](../README.md#Basic) +[Basic](../README.md#Basic), [OAuth2](../README.md#OAuth2) ### HTTP request headers @@ -324,7 +324,7 @@ void (empty response body) ### Authorization -[Basic](../README.md#Basic) +[Basic](../README.md#Basic), [OAuth2](../README.md#OAuth2) ### HTTP request headers diff --git a/docs/ConferencesApi.md b/docs/ConferencesApi.md index 0e651cc..9a16fda 100644 --- a/docs/ConferencesApi.md +++ b/docs/ConferencesApi.md @@ -56,7 +56,7 @@ const { status, data } = await apiInstance.downloadConferenceRecording( ### Authorization -[Basic](../README.md#Basic) +[Basic](../README.md#Basic), [OAuth2](../README.md#OAuth2) ### HTTP request headers @@ -118,7 +118,7 @@ const { status, data } = await apiInstance.getConference( ### Authorization -[Basic](../README.md#Basic) +[Basic](../README.md#Basic), [OAuth2](../README.md#OAuth2) ### HTTP request headers @@ -183,7 +183,7 @@ const { status, data } = await apiInstance.getConferenceMember( ### Authorization -[Basic](../README.md#Basic) +[Basic](../README.md#Basic), [OAuth2](../README.md#OAuth2) ### HTTP request headers @@ -248,7 +248,7 @@ const { status, data } = await apiInstance.getConferenceRecording( ### Authorization -[Basic](../README.md#Basic) +[Basic](../README.md#Basic), [OAuth2](../README.md#OAuth2) ### HTTP request headers @@ -310,7 +310,7 @@ const { status, data } = await apiInstance.listConferenceRecordings( ### Authorization -[Basic](../README.md#Basic) +[Basic](../README.md#Basic), [OAuth2](../README.md#OAuth2) ### HTTP request headers @@ -384,7 +384,7 @@ const { status, data } = await apiInstance.listConferences( ### Authorization -[Basic](../README.md#Basic) +[Basic](../README.md#Basic), [OAuth2](../README.md#OAuth2) ### HTTP request headers @@ -450,7 +450,7 @@ void (empty response body) ### Authorization -[Basic](../README.md#Basic) +[Basic](../README.md#Basic), [OAuth2](../README.md#OAuth2) ### HTTP request headers @@ -515,7 +515,7 @@ void (empty response body) ### Authorization -[Basic](../README.md#Basic) +[Basic](../README.md#Basic), [OAuth2](../README.md#OAuth2) ### HTTP request headers @@ -584,7 +584,7 @@ void (empty response body) ### Authorization -[Basic](../README.md#Basic) +[Basic](../README.md#Basic), [OAuth2](../README.md#OAuth2) ### HTTP request headers diff --git a/docs/MFAApi.md b/docs/MFAApi.md index 4b58380..97e0004 100644 --- a/docs/MFAApi.md +++ b/docs/MFAApi.md @@ -48,7 +48,7 @@ const { status, data } = await apiInstance.generateMessagingCode( ### Authorization -[Basic](../README.md#Basic) +[Basic](../README.md#Basic), [OAuth2](../README.md#OAuth2) ### HTTP request headers @@ -107,7 +107,7 @@ const { status, data } = await apiInstance.generateVoiceCode( ### Authorization -[Basic](../README.md#Basic) +[Basic](../README.md#Basic), [OAuth2](../README.md#OAuth2) ### HTTP request headers @@ -166,7 +166,7 @@ const { status, data } = await apiInstance.verifyCode( ### Authorization -[Basic](../README.md#Basic) +[Basic](../README.md#Basic), [OAuth2](../README.md#OAuth2) ### HTTP request headers diff --git a/docs/MediaApi.md b/docs/MediaApi.md index c4e26c7..49f8a5b 100644 --- a/docs/MediaApi.md +++ b/docs/MediaApi.md @@ -48,7 +48,7 @@ void (empty response body) ### Authorization -[Basic](../README.md#Basic) +[Basic](../README.md#Basic), [OAuth2](../README.md#OAuth2) ### HTTP request headers @@ -110,7 +110,7 @@ const { status, data } = await apiInstance.getMedia( ### Authorization -[Basic](../README.md#Basic) +[Basic](../README.md#Basic), [OAuth2](../README.md#OAuth2) ### HTTP request headers @@ -172,7 +172,7 @@ const { status, data } = await apiInstance.listMedia( ### Authorization -[Basic](../README.md#Basic) +[Basic](../README.md#Basic), [OAuth2](../README.md#OAuth2) ### HTTP request headers @@ -243,7 +243,7 @@ void (empty response body) ### Authorization -[Basic](../README.md#Basic) +[Basic](../README.md#Basic), [OAuth2](../README.md#OAuth2) ### HTTP request headers diff --git a/docs/MessagesApi.md b/docs/MessagesApi.md index 517a6c7..0a01251 100644 --- a/docs/MessagesApi.md +++ b/docs/MessagesApi.md @@ -47,7 +47,7 @@ const { status, data } = await apiInstance.createMessage( ### Authorization -[Basic](../README.md#Basic) +[Basic](../README.md#Basic), [OAuth2](../README.md#OAuth2) ### HTTP request headers @@ -188,7 +188,7 @@ const { status, data } = await apiInstance.listMessages( ### Authorization -[Basic](../README.md#Basic) +[Basic](../README.md#Basic), [OAuth2](../README.md#OAuth2) ### HTTP request headers diff --git a/docs/MultiChannelApi.md b/docs/MultiChannelApi.md index 8c9fce9..38ccffd 100644 --- a/docs/MultiChannelApi.md +++ b/docs/MultiChannelApi.md @@ -46,7 +46,7 @@ const { status, data } = await apiInstance.createMultiChannelMessage( ### Authorization -[Basic](../README.md#Basic) +[Basic](../README.md#Basic), [OAuth2](../README.md#OAuth2) ### HTTP request headers diff --git a/docs/PhoneNumberLookupApi.md b/docs/PhoneNumberLookupApi.md index ad635d6..2930298 100644 --- a/docs/PhoneNumberLookupApi.md +++ b/docs/PhoneNumberLookupApi.md @@ -47,7 +47,7 @@ const { status, data } = await apiInstance.createLookup( ### Authorization -[Basic](../README.md#Basic) +[Basic](../README.md#Basic), [OAuth2](../README.md#OAuth2) ### HTTP request headers @@ -107,7 +107,7 @@ const { status, data } = await apiInstance.getLookupStatus( ### Authorization -[Basic](../README.md#Basic) +[Basic](../README.md#Basic), [OAuth2](../README.md#OAuth2) ### HTTP request headers diff --git a/docs/RecordingsApi.md b/docs/RecordingsApi.md index 6a741a5..4a844ac 100644 --- a/docs/RecordingsApi.md +++ b/docs/RecordingsApi.md @@ -57,7 +57,7 @@ void (empty response body) ### Authorization -[Basic](../README.md#Basic) +[Basic](../README.md#Basic), [OAuth2](../README.md#OAuth2) ### HTTP request headers @@ -122,7 +122,7 @@ void (empty response body) ### Authorization -[Basic](../README.md#Basic) +[Basic](../README.md#Basic), [OAuth2](../README.md#OAuth2) ### HTTP request headers @@ -187,7 +187,7 @@ void (empty response body) ### Authorization -[Basic](../README.md#Basic) +[Basic](../README.md#Basic), [OAuth2](../README.md#OAuth2) ### HTTP request headers @@ -252,7 +252,7 @@ const { status, data } = await apiInstance.downloadCallRecording( ### Authorization -[Basic](../README.md#Basic) +[Basic](../README.md#Basic), [OAuth2](../README.md#OAuth2) ### HTTP request headers @@ -317,7 +317,7 @@ const { status, data } = await apiInstance.getCallRecording( ### Authorization -[Basic](../README.md#Basic) +[Basic](../README.md#Basic), [OAuth2](../README.md#OAuth2) ### HTTP request headers @@ -382,7 +382,7 @@ const { status, data } = await apiInstance.getRecordingTranscription( ### Authorization -[Basic](../README.md#Basic) +[Basic](../README.md#Basic), [OAuth2](../README.md#OAuth2) ### HTTP request headers @@ -453,7 +453,7 @@ const { status, data } = await apiInstance.listAccountCallRecordings( ### Authorization -[Basic](../README.md#Basic) +[Basic](../README.md#Basic), [OAuth2](../README.md#OAuth2) ### HTTP request headers @@ -515,7 +515,7 @@ const { status, data } = await apiInstance.listCallRecordings( ### Authorization -[Basic](../README.md#Basic) +[Basic](../README.md#Basic), [OAuth2](../README.md#OAuth2) ### HTTP request headers @@ -584,7 +584,7 @@ void (empty response body) ### Authorization -[Basic](../README.md#Basic) +[Basic](../README.md#Basic), [OAuth2](../README.md#OAuth2) ### HTTP request headers @@ -650,7 +650,7 @@ void (empty response body) ### Authorization -[Basic](../README.md#Basic) +[Basic](../README.md#Basic), [OAuth2](../README.md#OAuth2) ### HTTP request headers diff --git a/docs/StatisticsApi.md b/docs/StatisticsApi.md index fc9a069..52cb384 100644 --- a/docs/StatisticsApi.md +++ b/docs/StatisticsApi.md @@ -42,7 +42,7 @@ const { status, data } = await apiInstance.getStatistics( ### Authorization -[Basic](../README.md#Basic) +[Basic](../README.md#Basic), [OAuth2](../README.md#OAuth2) ### HTTP request headers diff --git a/docs/TollFreeVerificationApi.md b/docs/TollFreeVerificationApi.md index c4f0e6a..573946b 100644 --- a/docs/TollFreeVerificationApi.md +++ b/docs/TollFreeVerificationApi.md @@ -54,7 +54,7 @@ const { status, data } = await apiInstance.createWebhookSubscription( ### Authorization -[Basic](../README.md#Basic) +[Basic](../README.md#Basic), [OAuth2](../README.md#OAuth2) ### HTTP request headers @@ -116,7 +116,7 @@ void (empty response body) ### Authorization -[Basic](../README.md#Basic) +[Basic](../README.md#Basic), [OAuth2](../README.md#OAuth2) ### HTTP request headers @@ -178,7 +178,7 @@ void (empty response body) ### Authorization -[Basic](../README.md#Basic) +[Basic](../README.md#Basic), [OAuth2](../README.md#OAuth2) ### HTTP request headers @@ -240,7 +240,7 @@ const { status, data } = await apiInstance.getTollFreeVerificationStatus( ### Authorization -[Basic](../README.md#Basic) +[Basic](../README.md#Basic), [OAuth2](../README.md#OAuth2) ### HTTP request headers @@ -292,7 +292,7 @@ This endpoint does not have any parameters. ### Authorization -[Basic](../README.md#Basic) +[Basic](../README.md#Basic), [OAuth2](../README.md#OAuth2) ### HTTP request headers @@ -351,7 +351,7 @@ const { status, data } = await apiInstance.listWebhookSubscriptions( ### Authorization -[Basic](../README.md#Basic) +[Basic](../README.md#Basic), [OAuth2](../README.md#OAuth2) ### HTTP request headers @@ -413,7 +413,7 @@ void (empty response body) ### Authorization -[Basic](../README.md#Basic) +[Basic](../README.md#Basic), [OAuth2](../README.md#OAuth2) ### HTTP request headers @@ -478,7 +478,7 @@ void (empty response body) ### Authorization -[Basic](../README.md#Basic) +[Basic](../README.md#Basic), [OAuth2](../README.md#OAuth2) ### HTTP request headers @@ -543,7 +543,7 @@ const { status, data } = await apiInstance.updateWebhookSubscription( ### Authorization -[Basic](../README.md#Basic) +[Basic](../README.md#Basic), [OAuth2](../README.md#OAuth2) ### HTTP request headers diff --git a/docs/TranscriptionsApi.md b/docs/TranscriptionsApi.md index fef6abf..2f012e5 100644 --- a/docs/TranscriptionsApi.md +++ b/docs/TranscriptionsApi.md @@ -50,7 +50,7 @@ void (empty response body) ### Authorization -[Basic](../README.md#Basic) +[Basic](../README.md#Basic), [OAuth2](../README.md#OAuth2) ### HTTP request headers @@ -115,7 +115,7 @@ const { status, data } = await apiInstance.getRealTimeTranscription( ### Authorization -[Basic](../README.md#Basic) +[Basic](../README.md#Basic), [OAuth2](../README.md#OAuth2) ### HTTP request headers @@ -177,7 +177,7 @@ const { status, data } = await apiInstance.listRealTimeTranscriptions( ### Authorization -[Basic](../README.md#Basic) +[Basic](../README.md#Basic), [OAuth2](../README.md#OAuth2) ### HTTP request headers