Skip to content

Commit

Permalink
Merge pull request #110 from Bandwidth/SWI-5509
Browse files Browse the repository at this point in the history
SWI-5509 Update SDK Based on Recent Spec Changes
  • Loading branch information
ajrice6713 committed Jul 1, 2024
2 parents f9adc31 + 292ecbe commit 5e166f3
Show file tree
Hide file tree
Showing 78 changed files with 3,898 additions and 761 deletions.
22 changes: 18 additions & 4 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ docs/CallDirectionEnum.md
docs/CallRecordingMetadata.md
docs/CallState.md
docs/CallStateEnum.md
docs/CallTranscription.md
docs/CallTranscriptionMetadata.md
docs/CallTranscriptionResponse.md
docs/CallbackMethodEnum.md
docs/CallsApi.md
docs/CodeRequest.md
Expand Down Expand Up @@ -75,6 +78,8 @@ docs/PriorityEnum.md
docs/RecordingAvailableCallback.md
docs/RecordingCompleteCallback.md
docs/RecordingStateEnum.md
docs/RecordingTranscriptionMetadata.md
docs/RecordingTranscriptions.md
docs/RecordingsApi.md
docs/RedirectCallback.md
docs/RedirectMethodEnum.md
Expand All @@ -85,8 +90,7 @@ docs/TnLookupRequestError.md
docs/TranscribeRecording.md
docs/Transcription.md
docs/TranscriptionAvailableCallback.md
docs/TranscriptionList.md
docs/TranscriptionMetadata.md
docs/TranscriptionsApi.md
docs/TransferAnswerCallback.md
docs/TransferCompleteCallback.md
docs/TransferDisconnectCallback.md
Expand All @@ -99,6 +103,12 @@ docs/VerifyCodeResponse.md
docs/VoiceApiError.md
docs/VoiceCodeResponse.md
git_push.sh
src/Bandwidth.Standard.Test/Api/TranscriptionsApiTests.cs
src/Bandwidth.Standard.Test/Model/CallTranscriptionMetadataTests.cs
src/Bandwidth.Standard.Test/Model/CallTranscriptionResponseTests.cs
src/Bandwidth.Standard.Test/Model/CallTranscriptionTests.cs
src/Bandwidth.Standard.Test/Model/RecordingTranscriptionMetadataTests.cs
src/Bandwidth.Standard.Test/Model/RecordingTranscriptionsTests.cs
src/Bandwidth.Standard/Api/CallsApi.cs
src/Bandwidth.Standard/Api/ConferencesApi.cs
src/Bandwidth.Standard/Api/MFAApi.cs
Expand All @@ -107,6 +117,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/TranscriptionsApi.cs
src/Bandwidth.Standard/Client/ApiClient.cs
src/Bandwidth.Standard/Client/ApiException.cs
src/Bandwidth.Standard/Client/ApiResponse.cs
Expand All @@ -132,6 +143,9 @@ src/Bandwidth.Standard/Model/CallDirectionEnum.cs
src/Bandwidth.Standard/Model/CallRecordingMetadata.cs
src/Bandwidth.Standard/Model/CallState.cs
src/Bandwidth.Standard/Model/CallStateEnum.cs
src/Bandwidth.Standard/Model/CallTranscription.cs
src/Bandwidth.Standard/Model/CallTranscriptionMetadata.cs
src/Bandwidth.Standard/Model/CallTranscriptionResponse.cs
src/Bandwidth.Standard/Model/CallbackMethodEnum.cs
src/Bandwidth.Standard/Model/CodeRequest.cs
src/Bandwidth.Standard/Model/Conference.cs
Expand Down Expand Up @@ -191,6 +205,8 @@ src/Bandwidth.Standard/Model/PriorityEnum.cs
src/Bandwidth.Standard/Model/RecordingAvailableCallback.cs
src/Bandwidth.Standard/Model/RecordingCompleteCallback.cs
src/Bandwidth.Standard/Model/RecordingStateEnum.cs
src/Bandwidth.Standard/Model/RecordingTranscriptionMetadata.cs
src/Bandwidth.Standard/Model/RecordingTranscriptions.cs
src/Bandwidth.Standard/Model/RedirectCallback.cs
src/Bandwidth.Standard/Model/RedirectMethodEnum.cs
src/Bandwidth.Standard/Model/StirShaken.cs
Expand All @@ -199,8 +215,6 @@ src/Bandwidth.Standard/Model/TnLookupRequestError.cs
src/Bandwidth.Standard/Model/TranscribeRecording.cs
src/Bandwidth.Standard/Model/Transcription.cs
src/Bandwidth.Standard/Model/TranscriptionAvailableCallback.cs
src/Bandwidth.Standard/Model/TranscriptionList.cs
src/Bandwidth.Standard/Model/TranscriptionMetadata.cs
src/Bandwidth.Standard/Model/TransferAnswerCallback.cs
src/Bandwidth.Standard/Model/TransferCompleteCallback.cs
src/Bandwidth.Standard/Model/TransferDisconnectCallback.cs
Expand Down
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", "{A3827E69-AF79-4EED-9D9E-C3E87AD4EAEA}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bandwidth.Standard", "src\Bandwidth.Standard\Bandwidth.Standard.csproj", "{C6094E4B-D95D-4E49-8ECE-F2AD1A9044BB}"
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
{A3827E69-AF79-4EED-9D9E-C3E87AD4EAEA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A3827E69-AF79-4EED-9D9E-C3E87AD4EAEA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A3827E69-AF79-4EED-9D9E-C3E87AD4EAEA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A3827E69-AF79-4EED-9D9E-C3E87AD4EAEA}.Release|Any CPU.Build.0 = Release|Any CPU
{C6094E4B-D95D-4E49-8ECE-F2AD1A9044BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C6094E4B-D95D-4E49-8ECE-F2AD1A9044BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C6094E4B-D95D-4E49-8ECE-F2AD1A9044BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C6094E4B-D95D-4E49-8ECE-F2AD1A9044BB}.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
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,17 +132,20 @@ Class | Method | HTTP request | Description
*MessagesApi* | [**ListMessages**](docs/MessagesApi.md#listmessages) | **GET** /users/{accountId}/messages | List Messages
*PhoneNumberLookupApi* | [**CreateLookup**](docs/PhoneNumberLookupApi.md#createlookup) | **POST** /accounts/{accountId}/tnlookup | Create Lookup
*PhoneNumberLookupApi* | [**GetLookupStatus**](docs/PhoneNumberLookupApi.md#getlookupstatus) | **GET** /accounts/{accountId}/tnlookup/{requestId} | Get Lookup Request Status
*RecordingsApi* | [**DeleteCallTranscription**](docs/RecordingsApi.md#deletecalltranscription) | **DELETE** /accounts/{accountId}/calls/{callId}/recordings/{recordingId}/transcription | Delete Transcription
*RecordingsApi* | [**DeleteRecording**](docs/RecordingsApi.md#deleterecording) | **DELETE** /accounts/{accountId}/calls/{callId}/recordings/{recordingId} | Delete Recording
*RecordingsApi* | [**DeleteRecordingMedia**](docs/RecordingsApi.md#deleterecordingmedia) | **DELETE** /accounts/{accountId}/calls/{callId}/recordings/{recordingId}/media | Delete Recording Media
*RecordingsApi* | [**DeleteRecordingTranscription**](docs/RecordingsApi.md#deleterecordingtranscription) | **DELETE** /accounts/{accountId}/calls/{callId}/recordings/{recordingId}/transcription | Delete Transcription
*RecordingsApi* | [**DownloadCallRecording**](docs/RecordingsApi.md#downloadcallrecording) | **GET** /accounts/{accountId}/calls/{callId}/recordings/{recordingId}/media | Download Recording
*RecordingsApi* | [**GetCallRecording**](docs/RecordingsApi.md#getcallrecording) | **GET** /accounts/{accountId}/calls/{callId}/recordings/{recordingId} | Get Call Recording
*RecordingsApi* | [**GetCallTranscription**](docs/RecordingsApi.md#getcalltranscription) | **GET** /accounts/{accountId}/calls/{callId}/recordings/{recordingId}/transcription | Get Transcription
*RecordingsApi* | [**GetRecordingTranscription**](docs/RecordingsApi.md#getrecordingtranscription) | **GET** /accounts/{accountId}/calls/{callId}/recordings/{recordingId}/transcription | Get Transcription
*RecordingsApi* | [**ListAccountCallRecordings**](docs/RecordingsApi.md#listaccountcallrecordings) | **GET** /accounts/{accountId}/recordings | Get Call Recordings
*RecordingsApi* | [**ListCallRecordings**](docs/RecordingsApi.md#listcallrecordings) | **GET** /accounts/{accountId}/calls/{callId}/recordings | List Call Recordings
*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
*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


<a id="documentation-for-models"></a>
Expand All @@ -156,6 +159,9 @@ Class | Method | HTTP request | Description
- [Model.CallRecordingMetadata](docs/CallRecordingMetadata.md)
- [Model.CallState](docs/CallState.md)
- [Model.CallStateEnum](docs/CallStateEnum.md)
- [Model.CallTranscription](docs/CallTranscription.md)
- [Model.CallTranscriptionMetadata](docs/CallTranscriptionMetadata.md)
- [Model.CallTranscriptionResponse](docs/CallTranscriptionResponse.md)
- [Model.CallbackMethodEnum](docs/CallbackMethodEnum.md)
- [Model.CodeRequest](docs/CodeRequest.md)
- [Model.Conference](docs/Conference.md)
Expand Down Expand Up @@ -215,6 +221,8 @@ Class | Method | HTTP request | Description
- [Model.RecordingAvailableCallback](docs/RecordingAvailableCallback.md)
- [Model.RecordingCompleteCallback](docs/RecordingCompleteCallback.md)
- [Model.RecordingStateEnum](docs/RecordingStateEnum.md)
- [Model.RecordingTranscriptionMetadata](docs/RecordingTranscriptionMetadata.md)
- [Model.RecordingTranscriptions](docs/RecordingTranscriptions.md)
- [Model.RedirectCallback](docs/RedirectCallback.md)
- [Model.RedirectMethodEnum](docs/RedirectMethodEnum.md)
- [Model.StirShaken](docs/StirShaken.md)
Expand All @@ -223,8 +231,6 @@ Class | Method | HTTP request | Description
- [Model.TranscribeRecording](docs/TranscribeRecording.md)
- [Model.Transcription](docs/Transcription.md)
- [Model.TranscriptionAvailableCallback](docs/TranscriptionAvailableCallback.md)
- [Model.TranscriptionList](docs/TranscriptionList.md)
- [Model.TranscriptionMetadata](docs/TranscriptionMetadata.md)
- [Model.TransferAnswerCallback](docs/TransferAnswerCallback.md)
- [Model.TransferCompleteCallback](docs/TransferCompleteCallback.md)
- [Model.TransferDisconnectCallback](docs/TransferDisconnectCallback.md)
Expand Down
Loading

0 comments on commit 5e166f3

Please sign in to comment.