Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 50 additions & 0 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ README.md
api/openapi.yaml
appveyor.yml
docs/AccountStatistics.md
docs/AdditionalDenialReason.md
docs/Address.md
docs/AnswerCallback.md
docs/BridgeCompleteCallback.md
docs/BridgeTargetCompleteCallback.md
Expand Down Expand Up @@ -30,6 +32,7 @@ docs/ConferenceRecordingMetadata.md
docs/ConferenceRedirectCallback.md
docs/ConferenceStateEnum.md
docs/ConferencesApi.md
docs/Contact.md
docs/CreateCall.md
docs/CreateCallResponse.md
docs/CreateLookupResponse.md
Expand All @@ -38,10 +41,13 @@ docs/DeferredResult.md
docs/DisconnectCallback.md
docs/Diversion.md
docs/DtmfCallback.md
docs/Error.md
docs/FailureWebhook.md
docs/FieldError.md
docs/FileFormatEnum.md
docs/GatherCallback.md
docs/InitiateCallback.md
docs/LinksObject.md
docs/ListMessageDirectionEnum.md
docs/ListMessageItem.md
docs/LookupRequest.md
Expand Down Expand Up @@ -69,6 +75,7 @@ docs/MessagingRequestError.md
docs/MfaForbiddenRequestError.md
docs/MfaRequestError.md
docs/MfaUnauthorizedRequestError.md
docs/OptInWorkflow.md
docs/PageInfo.md
docs/PhoneNumberLookupApi.md
docs/PriorityEnum.md
Expand All @@ -83,7 +90,16 @@ docs/RedirectMethodEnum.md
docs/StatisticsApi.md
docs/StirShaken.md
docs/Tag.md
docs/TelephoneNumber.md
docs/TfvBasicAuthentication.md
docs/TfvCallbackStatusEnum.md
docs/TfvError.md
docs/TfvStatus.md
docs/TfvStatusEnum.md
docs/TfvSubmissionInfo.md
docs/TfvSubmissionWrapper.md
docs/TnLookupRequestError.md
docs/TollFreeVerificationApi.md
docs/TranscribeRecording.md
docs/Transcription.md
docs/TranscriptionAvailableCallback.md
Expand All @@ -95,10 +111,19 @@ docs/UpdateCall.md
docs/UpdateCallRecording.md
docs/UpdateConference.md
docs/UpdateConferenceMember.md
docs/VerificationDenialWebhook.md
docs/VerificationRequest.md
docs/VerificationUpdateRequest.md
docs/VerificationWebhook.md
docs/VerifyCodeRequest.md
docs/VerifyCodeResponse.md
docs/VoiceApiError.md
docs/VoiceCodeResponse.md
docs/WebhookSubscription.md
docs/WebhookSubscriptionBasicAuthentication.md
docs/WebhookSubscriptionRequestSchema.md
docs/WebhookSubscriptionTypeEnum.md
docs/WebhookSubscriptionsListBody.md
git_push.sh
src/Bandwidth.Standard/Api/CallsApi.cs
src/Bandwidth.Standard/Api/ConferencesApi.cs
Expand All @@ -108,6 +133,7 @@ src/Bandwidth.Standard/Api/MessagesApi.cs
src/Bandwidth.Standard/Api/PhoneNumberLookupApi.cs
src/Bandwidth.Standard/Api/RecordingsApi.cs
src/Bandwidth.Standard/Api/StatisticsApi.cs
src/Bandwidth.Standard/Api/TollFreeVerificationApi.cs
src/Bandwidth.Standard/Api/TranscriptionsApi.cs
src/Bandwidth.Standard/Client/ApiClient.cs
src/Bandwidth.Standard/Client/ApiException.cs
Expand All @@ -127,6 +153,8 @@ src/Bandwidth.Standard/Client/RequestOptions.cs
src/Bandwidth.Standard/Client/RetryConfiguration.cs
src/Bandwidth.Standard/Model/AbstractOpenAPISchema.cs
src/Bandwidth.Standard/Model/AccountStatistics.cs
src/Bandwidth.Standard/Model/AdditionalDenialReason.cs
src/Bandwidth.Standard/Model/Address.cs
src/Bandwidth.Standard/Model/AnswerCallback.cs
src/Bandwidth.Standard/Model/BridgeCompleteCallback.cs
src/Bandwidth.Standard/Model/BridgeTargetCompleteCallback.cs
Expand All @@ -152,6 +180,7 @@ src/Bandwidth.Standard/Model/ConferenceRecordingAvailableCallback.cs
src/Bandwidth.Standard/Model/ConferenceRecordingMetadata.cs
src/Bandwidth.Standard/Model/ConferenceRedirectCallback.cs
src/Bandwidth.Standard/Model/ConferenceStateEnum.cs
src/Bandwidth.Standard/Model/Contact.cs
src/Bandwidth.Standard/Model/CreateCall.cs
src/Bandwidth.Standard/Model/CreateCallResponse.cs
src/Bandwidth.Standard/Model/CreateLookupResponse.cs
Expand All @@ -160,10 +189,13 @@ src/Bandwidth.Standard/Model/DeferredResult.cs
src/Bandwidth.Standard/Model/DisconnectCallback.cs
src/Bandwidth.Standard/Model/Diversion.cs
src/Bandwidth.Standard/Model/DtmfCallback.cs
src/Bandwidth.Standard/Model/Error.cs
src/Bandwidth.Standard/Model/FailureWebhook.cs
src/Bandwidth.Standard/Model/FieldError.cs
src/Bandwidth.Standard/Model/FileFormatEnum.cs
src/Bandwidth.Standard/Model/GatherCallback.cs
src/Bandwidth.Standard/Model/InitiateCallback.cs
src/Bandwidth.Standard/Model/LinksObject.cs
src/Bandwidth.Standard/Model/ListMessageDirectionEnum.cs
src/Bandwidth.Standard/Model/ListMessageItem.cs
src/Bandwidth.Standard/Model/LookupRequest.cs
Expand All @@ -188,6 +220,7 @@ src/Bandwidth.Standard/Model/MessagingRequestError.cs
src/Bandwidth.Standard/Model/MfaForbiddenRequestError.cs
src/Bandwidth.Standard/Model/MfaRequestError.cs
src/Bandwidth.Standard/Model/MfaUnauthorizedRequestError.cs
src/Bandwidth.Standard/Model/OptInWorkflow.cs
src/Bandwidth.Standard/Model/PageInfo.cs
src/Bandwidth.Standard/Model/PriorityEnum.cs
src/Bandwidth.Standard/Model/RecordingAvailableCallback.cs
Expand All @@ -199,6 +232,14 @@ src/Bandwidth.Standard/Model/RedirectCallback.cs
src/Bandwidth.Standard/Model/RedirectMethodEnum.cs
src/Bandwidth.Standard/Model/StirShaken.cs
src/Bandwidth.Standard/Model/Tag.cs
src/Bandwidth.Standard/Model/TelephoneNumber.cs
src/Bandwidth.Standard/Model/TfvBasicAuthentication.cs
src/Bandwidth.Standard/Model/TfvCallbackStatusEnum.cs
src/Bandwidth.Standard/Model/TfvError.cs
src/Bandwidth.Standard/Model/TfvStatus.cs
src/Bandwidth.Standard/Model/TfvStatusEnum.cs
src/Bandwidth.Standard/Model/TfvSubmissionInfo.cs
src/Bandwidth.Standard/Model/TfvSubmissionWrapper.cs
src/Bandwidth.Standard/Model/TnLookupRequestError.cs
src/Bandwidth.Standard/Model/TranscribeRecording.cs
src/Bandwidth.Standard/Model/Transcription.cs
Expand All @@ -210,7 +251,16 @@ src/Bandwidth.Standard/Model/UpdateCall.cs
src/Bandwidth.Standard/Model/UpdateCallRecording.cs
src/Bandwidth.Standard/Model/UpdateConference.cs
src/Bandwidth.Standard/Model/UpdateConferenceMember.cs
src/Bandwidth.Standard/Model/VerificationDenialWebhook.cs
src/Bandwidth.Standard/Model/VerificationRequest.cs
src/Bandwidth.Standard/Model/VerificationUpdateRequest.cs
src/Bandwidth.Standard/Model/VerificationWebhook.cs
src/Bandwidth.Standard/Model/VerifyCodeRequest.cs
src/Bandwidth.Standard/Model/VerifyCodeResponse.cs
src/Bandwidth.Standard/Model/VoiceApiError.cs
src/Bandwidth.Standard/Model/VoiceCodeResponse.cs
src/Bandwidth.Standard/Model/WebhookSubscription.cs
src/Bandwidth.Standard/Model/WebhookSubscriptionBasicAuthentication.cs
src/Bandwidth.Standard/Model/WebhookSubscriptionRequestSchema.cs
src/Bandwidth.Standard/Model/WebhookSubscriptionTypeEnum.cs
src/Bandwidth.Standard/Model/WebhookSubscriptionsListBody.cs
10 changes: 5 additions & 5 deletions Bandwidth.Standard.sln
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bandwidth.Standard", "src\Bandwidth.Standard\Bandwidth.Standard.csproj", "{EA879785-5633-4755-ABF8-7CAEE38F2A75}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bandwidth.Standard", "src\Bandwidth.Standard\Bandwidth.Standard.csproj", "{DDDF742A-20C3-4C63-9E4A-64D5D21514B0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bandwidth.Standard.Test", "src\Bandwidth.Standard.Test\Bandwidth.Standard.Test.csproj", "{19F1DEBC-DE5E-4517-8062-F000CD499087}"
EndProject
Expand All @@ -12,10 +12,10 @@ Global
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EA879785-5633-4755-ABF8-7CAEE38F2A75}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EA879785-5633-4755-ABF8-7CAEE38F2A75}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EA879785-5633-4755-ABF8-7CAEE38F2A75}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EA879785-5633-4755-ABF8-7CAEE38F2A75}.Release|Any CPU.Build.0 = Release|Any CPU
{DDDF742A-20C3-4C63-9E4A-64D5D21514B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DDDF742A-20C3-4C63-9E4A-64D5D21514B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DDDF742A-20C3-4C63-9E4A-64D5D21514B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DDDF742A-20C3-4C63-9E4A-64D5D21514B0}.Release|Any CPU.Build.0 = Release|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down
32 changes: 32 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,14 @@ Class | Method | HTTP request | Description
*RecordingsApi* | [**TranscribeCallRecording**](docs/RecordingsApi.md#transcribecallrecording) | **POST** /accounts/{accountId}/calls/{callId}/recordings/{recordingId}/transcription | Create Transcription Request
*RecordingsApi* | [**UpdateCallRecordingState**](docs/RecordingsApi.md#updatecallrecordingstate) | **PUT** /accounts/{accountId}/calls/{callId}/recording | Update Recording
*StatisticsApi* | [**GetStatistics**](docs/StatisticsApi.md#getstatistics) | **GET** /accounts/{accountId}/statistics | Get Account Statistics
*TollFreeVerificationApi* | [**CreateWebhookSubscription**](docs/TollFreeVerificationApi.md#createwebhooksubscription) | **POST** /accounts/{accountId}/tollFreeVerification/webhooks/subscriptions | Create Webhook Subscription
*TollFreeVerificationApi* | [**DeleteWebhookSubscription**](docs/TollFreeVerificationApi.md#deletewebhooksubscription) | **DELETE** /accounts/{accountId}/tollFreeVerification/webhooks/subscriptions/{id} | Delete Webhook Subscription
*TollFreeVerificationApi* | [**GetTollFreeVerificationStatus**](docs/TollFreeVerificationApi.md#gettollfreeverificationstatus) | **GET** /accounts/{accountId}/phoneNumbers/{phoneNumber}/tollFreeVerification | Get Toll-Free Verification Status
*TollFreeVerificationApi* | [**ListTollFreeUseCases**](docs/TollFreeVerificationApi.md#listtollfreeusecases) | **GET** /tollFreeVerification/useCases | List Toll-Free Use Cases
*TollFreeVerificationApi* | [**ListWebhookSubscriptions**](docs/TollFreeVerificationApi.md#listwebhooksubscriptions) | **GET** /accounts/{accountId}/tollFreeVerification/webhooks/subscriptions | List Webhook Subscriptions
*TollFreeVerificationApi* | [**RequestTollFreeVerification**](docs/TollFreeVerificationApi.md#requesttollfreeverification) | **POST** /accounts/{accountId}/tollFreeVerification | Request Toll-Free Verification
*TollFreeVerificationApi* | [**UpdateTollFreeVerificationRequest**](docs/TollFreeVerificationApi.md#updatetollfreeverificationrequest) | **PUT** /accounts/{accountId}/phoneNumbers/{phoneNumber}/tollFreeVerification | Update Toll-Free Verification Request
*TollFreeVerificationApi* | [**UpdateWebhookSubscription**](docs/TollFreeVerificationApi.md#updatewebhooksubscription) | **PUT** /accounts/{accountId}/tollFreeVerification/webhooks/subscriptions/{id} | Update Webhook Subscription
*TranscriptionsApi* | [**DeleteRealTimeTranscription**](docs/TranscriptionsApi.md#deleterealtimetranscription) | **DELETE** /accounts/{accountId}/calls/{callId}/transcriptions/{transcriptionId} | Delete a specific transcription
*TranscriptionsApi* | [**GetRealTimeTranscription**](docs/TranscriptionsApi.md#getrealtimetranscription) | **GET** /accounts/{accountId}/calls/{callId}/transcriptions/{transcriptionId} | Retrieve a specific transcription
*TranscriptionsApi* | [**ListRealTimeTranscriptions**](docs/TranscriptionsApi.md#listrealtimetranscriptions) | **GET** /accounts/{accountId}/calls/{callId}/transcriptions | Enumerate transcriptions made with StartTranscription
Expand All @@ -153,6 +161,8 @@ Class | Method | HTTP request | Description
## Documentation for Models

- [Model.AccountStatistics](docs/AccountStatistics.md)
- [Model.AdditionalDenialReason](docs/AdditionalDenialReason.md)
- [Model.Address](docs/Address.md)
- [Model.AnswerCallback](docs/AnswerCallback.md)
- [Model.BridgeCompleteCallback](docs/BridgeCompleteCallback.md)
- [Model.BridgeTargetCompleteCallback](docs/BridgeTargetCompleteCallback.md)
Expand All @@ -178,6 +188,7 @@ Class | Method | HTTP request | Description
- [Model.ConferenceRecordingMetadata](docs/ConferenceRecordingMetadata.md)
- [Model.ConferenceRedirectCallback](docs/ConferenceRedirectCallback.md)
- [Model.ConferenceStateEnum](docs/ConferenceStateEnum.md)
- [Model.Contact](docs/Contact.md)
- [Model.CreateCall](docs/CreateCall.md)
- [Model.CreateCallResponse](docs/CreateCallResponse.md)
- [Model.CreateLookupResponse](docs/CreateLookupResponse.md)
Expand All @@ -186,10 +197,13 @@ Class | Method | HTTP request | Description
- [Model.DisconnectCallback](docs/DisconnectCallback.md)
- [Model.Diversion](docs/Diversion.md)
- [Model.DtmfCallback](docs/DtmfCallback.md)
- [Model.Error](docs/Error.md)
- [Model.FailureWebhook](docs/FailureWebhook.md)
- [Model.FieldError](docs/FieldError.md)
- [Model.FileFormatEnum](docs/FileFormatEnum.md)
- [Model.GatherCallback](docs/GatherCallback.md)
- [Model.InitiateCallback](docs/InitiateCallback.md)
- [Model.LinksObject](docs/LinksObject.md)
- [Model.ListMessageDirectionEnum](docs/ListMessageDirectionEnum.md)
- [Model.ListMessageItem](docs/ListMessageItem.md)
- [Model.LookupRequest](docs/LookupRequest.md)
Expand All @@ -214,6 +228,7 @@ Class | Method | HTTP request | Description
- [Model.MfaForbiddenRequestError](docs/MfaForbiddenRequestError.md)
- [Model.MfaRequestError](docs/MfaRequestError.md)
- [Model.MfaUnauthorizedRequestError](docs/MfaUnauthorizedRequestError.md)
- [Model.OptInWorkflow](docs/OptInWorkflow.md)
- [Model.PageInfo](docs/PageInfo.md)
- [Model.PriorityEnum](docs/PriorityEnum.md)
- [Model.RecordingAvailableCallback](docs/RecordingAvailableCallback.md)
Expand All @@ -225,6 +240,14 @@ Class | Method | HTTP request | Description
- [Model.RedirectMethodEnum](docs/RedirectMethodEnum.md)
- [Model.StirShaken](docs/StirShaken.md)
- [Model.Tag](docs/Tag.md)
- [Model.TelephoneNumber](docs/TelephoneNumber.md)
- [Model.TfvBasicAuthentication](docs/TfvBasicAuthentication.md)
- [Model.TfvCallbackStatusEnum](docs/TfvCallbackStatusEnum.md)
- [Model.TfvError](docs/TfvError.md)
- [Model.TfvStatus](docs/TfvStatus.md)
- [Model.TfvStatusEnum](docs/TfvStatusEnum.md)
- [Model.TfvSubmissionInfo](docs/TfvSubmissionInfo.md)
- [Model.TfvSubmissionWrapper](docs/TfvSubmissionWrapper.md)
- [Model.TnLookupRequestError](docs/TnLookupRequestError.md)
- [Model.TranscribeRecording](docs/TranscribeRecording.md)
- [Model.Transcription](docs/Transcription.md)
Expand All @@ -236,10 +259,19 @@ Class | Method | HTTP request | Description
- [Model.UpdateCallRecording](docs/UpdateCallRecording.md)
- [Model.UpdateConference](docs/UpdateConference.md)
- [Model.UpdateConferenceMember](docs/UpdateConferenceMember.md)
- [Model.VerificationDenialWebhook](docs/VerificationDenialWebhook.md)
- [Model.VerificationRequest](docs/VerificationRequest.md)
- [Model.VerificationUpdateRequest](docs/VerificationUpdateRequest.md)
- [Model.VerificationWebhook](docs/VerificationWebhook.md)
- [Model.VerifyCodeRequest](docs/VerifyCodeRequest.md)
- [Model.VerifyCodeResponse](docs/VerifyCodeResponse.md)
- [Model.VoiceApiError](docs/VoiceApiError.md)
- [Model.VoiceCodeResponse](docs/VoiceCodeResponse.md)
- [Model.WebhookSubscription](docs/WebhookSubscription.md)
- [Model.WebhookSubscriptionBasicAuthentication](docs/WebhookSubscriptionBasicAuthentication.md)
- [Model.WebhookSubscriptionRequestSchema](docs/WebhookSubscriptionRequestSchema.md)
- [Model.WebhookSubscriptionTypeEnum](docs/WebhookSubscriptionTypeEnum.md)
- [Model.WebhookSubscriptionsListBody](docs/WebhookSubscriptionsListBody.md)


<a id="documentation-for-authorization"></a>
Expand Down
Loading
Loading