@@ -22,7 +22,7 @@ Bandwidth's Communication APIs
22
22
This SDK is automatically generated by the [ OpenAPI Generator] ( https://openapi-generator.tech ) project:
23
23
24
24
- API version: 1.0.0
25
- - Package version: 1.0.0-dev
25
+ - Package version: 1.0.0
26
26
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
27
27
For more information, please visit [ https://dev.bandwidth.com ] ( https://dev.bandwidth.com )
28
28
@@ -45,16 +45,16 @@ gem build bandwidth-sdk.gemspec
45
45
Then either install the gem locally:
46
46
47
47
``` shell
48
- gem install ./bandwidth-sdk-1.0.0-dev .gem
48
+ gem install ./bandwidth-sdk-1.0.0.gem
49
49
```
50
50
51
- (for development, run ` gem install --dev ./bandwidth-sdk-1.0.0-dev .gem ` to install the development dependencies)
51
+ (for development, run ` gem install --dev ./bandwidth-sdk-1.0.0.gem ` to install the development dependencies)
52
52
53
53
or publish the gem to a gem hosting service, e.g. [ RubyGems] ( https://rubygems.org/ ) .
54
54
55
55
Finally add this to the Gemfile:
56
56
57
- gem 'bandwidth-sdk', '~> 1.0.0-dev '
57
+ gem 'bandwidth-sdk', '~> 1.0.0'
58
58
59
59
### Install from Git
60
60
@@ -143,6 +143,14 @@ Class | Method | HTTP request | Description
143
143
* Bandwidth::RecordingsApi* | [ ** transcribe_call_recording** ] ( docs/RecordingsApi.md#transcribe_call_recording ) | ** POST** /accounts/{accountId}/calls/{callId}/recordings/{recordingId}/transcription | Create Transcription Request
144
144
* Bandwidth::RecordingsApi* | [ ** update_call_recording_state** ] ( docs/RecordingsApi.md#update_call_recording_state ) | ** PUT** /accounts/{accountId}/calls/{callId}/recording | Update Recording
145
145
* Bandwidth::StatisticsApi* | [ ** get_statistics** ] ( docs/StatisticsApi.md#get_statistics ) | ** GET** /accounts/{accountId}/statistics | Get Account Statistics
146
+ * Bandwidth::TollFreeVerificationApi* | [ ** create_webhook_subscription** ] ( docs/TollFreeVerificationApi.md#create_webhook_subscription ) | ** POST** /accounts/{accountId}/tollFreeVerification/webhooks/subscriptions | Create Webhook Subscription
147
+ * Bandwidth::TollFreeVerificationApi* | [ ** delete_webhook_subscription** ] ( docs/TollFreeVerificationApi.md#delete_webhook_subscription ) | ** DELETE** /accounts/{accountId}/tollFreeVerification/webhooks/subscriptions/{id} | Delete Webhook Subscription
148
+ * Bandwidth::TollFreeVerificationApi* | [ ** get_toll_free_verification_status** ] ( docs/TollFreeVerificationApi.md#get_toll_free_verification_status ) | ** GET** /accounts/{accountId}/phoneNumbers/{phoneNumber}/tollFreeVerification | Get Toll-Free Verification Status
149
+ * Bandwidth::TollFreeVerificationApi* | [ ** list_toll_free_use_cases** ] ( docs/TollFreeVerificationApi.md#list_toll_free_use_cases ) | ** GET** /tollFreeVerification/useCases | List Toll-Free Use Cases
150
+ * Bandwidth::TollFreeVerificationApi* | [ ** list_webhook_subscriptions** ] ( docs/TollFreeVerificationApi.md#list_webhook_subscriptions ) | ** GET** /accounts/{accountId}/tollFreeVerification/webhooks/subscriptions | List Webhook Subscriptions
151
+ * Bandwidth::TollFreeVerificationApi* | [ ** request_toll_free_verification** ] ( docs/TollFreeVerificationApi.md#request_toll_free_verification ) | ** POST** /accounts/{accountId}/tollFreeVerification | Request Toll-Free Verification
152
+ * Bandwidth::TollFreeVerificationApi* | [ ** update_toll_free_verification_request** ] ( docs/TollFreeVerificationApi.md#update_toll_free_verification_request ) | ** PUT** /accounts/{accountId}/phoneNumbers/{phoneNumber}/tollFreeVerification | Update Toll-Free Verification Request
153
+ * Bandwidth::TollFreeVerificationApi* | [ ** update_webhook_subscription** ] ( docs/TollFreeVerificationApi.md#update_webhook_subscription ) | ** PUT** /accounts/{accountId}/tollFreeVerification/webhooks/subscriptions/{id} | Update Webhook Subscription
146
154
* Bandwidth::TranscriptionsApi* | [ ** delete_real_time_transcription** ] ( docs/TranscriptionsApi.md#delete_real_time_transcription ) | ** DELETE** /accounts/{accountId}/calls/{callId}/transcriptions/{transcriptionId} | Delete a specific transcription
147
155
* Bandwidth::TranscriptionsApi* | [ ** get_real_time_transcription** ] ( docs/TranscriptionsApi.md#get_real_time_transcription ) | ** GET** /accounts/{accountId}/calls/{callId}/transcriptions/{transcriptionId} | Retrieve a specific transcription
148
156
* Bandwidth::TranscriptionsApi* | [ ** list_real_time_transcriptions** ] ( docs/TranscriptionsApi.md#list_real_time_transcriptions ) | ** GET** /accounts/{accountId}/calls/{callId}/transcriptions | Enumerate transcriptions made with StartTranscription
@@ -151,6 +159,8 @@ Class | Method | HTTP request | Description
151
159
## Documentation for Models
152
160
153
161
- [ Bandwidth::AccountStatistics] ( docs/AccountStatistics.md )
162
+ - [ Bandwidth::AdditionalDenialReason] ( docs/AdditionalDenialReason.md )
163
+ - [ Bandwidth::Address] ( docs/Address.md )
154
164
- [ Bandwidth::AnswerCallback] ( docs/AnswerCallback.md )
155
165
- [ Bandwidth::BridgeCompleteCallback] ( docs/BridgeCompleteCallback.md )
156
166
- [ Bandwidth::BridgeTargetCompleteCallback] ( docs/BridgeTargetCompleteCallback.md )
@@ -176,6 +186,7 @@ Class | Method | HTTP request | Description
176
186
- [ Bandwidth::ConferenceRecordingMetadata] ( docs/ConferenceRecordingMetadata.md )
177
187
- [ Bandwidth::ConferenceRedirectCallback] ( docs/ConferenceRedirectCallback.md )
178
188
- [ Bandwidth::ConferenceStateEnum] ( docs/ConferenceStateEnum.md )
189
+ - [ Bandwidth::Contact] ( docs/Contact.md )
179
190
- [ Bandwidth::CreateCall] ( docs/CreateCall.md )
180
191
- [ Bandwidth::CreateCallResponse] ( docs/CreateCallResponse.md )
181
192
- [ Bandwidth::CreateLookupResponse] ( docs/CreateLookupResponse.md )
@@ -184,10 +195,13 @@ Class | Method | HTTP request | Description
184
195
- [ Bandwidth::DisconnectCallback] ( docs/DisconnectCallback.md )
185
196
- [ Bandwidth::Diversion] ( docs/Diversion.md )
186
197
- [ Bandwidth::DtmfCallback] ( docs/DtmfCallback.md )
198
+ - [ Bandwidth::Error] ( docs/Error.md )
199
+ - [ Bandwidth::FailureWebhook] ( docs/FailureWebhook.md )
187
200
- [ Bandwidth::FieldError] ( docs/FieldError.md )
188
201
- [ Bandwidth::FileFormatEnum] ( docs/FileFormatEnum.md )
189
202
- [ Bandwidth::GatherCallback] ( docs/GatherCallback.md )
190
203
- [ Bandwidth::InitiateCallback] ( docs/InitiateCallback.md )
204
+ - [ Bandwidth::LinksObject] ( docs/LinksObject.md )
191
205
- [ Bandwidth::ListMessageDirectionEnum] ( docs/ListMessageDirectionEnum.md )
192
206
- [ Bandwidth::ListMessageItem] ( docs/ListMessageItem.md )
193
207
- [ Bandwidth::LookupRequest] ( docs/LookupRequest.md )
@@ -212,6 +226,7 @@ Class | Method | HTTP request | Description
212
226
- [ Bandwidth::MfaForbiddenRequestError] ( docs/MfaForbiddenRequestError.md )
213
227
- [ Bandwidth::MfaRequestError] ( docs/MfaRequestError.md )
214
228
- [ Bandwidth::MfaUnauthorizedRequestError] ( docs/MfaUnauthorizedRequestError.md )
229
+ - [ Bandwidth::OptInWorkflow] ( docs/OptInWorkflow.md )
215
230
- [ Bandwidth::PageInfo] ( docs/PageInfo.md )
216
231
- [ Bandwidth::PriorityEnum] ( docs/PriorityEnum.md )
217
232
- [ Bandwidth::RecordingAvailableCallback] ( docs/RecordingAvailableCallback.md )
@@ -223,6 +238,14 @@ Class | Method | HTTP request | Description
223
238
- [ Bandwidth::RedirectMethodEnum] ( docs/RedirectMethodEnum.md )
224
239
- [ Bandwidth::StirShaken] ( docs/StirShaken.md )
225
240
- [ Bandwidth::Tag] ( docs/Tag.md )
241
+ - [ Bandwidth::TelephoneNumber] ( docs/TelephoneNumber.md )
242
+ - [ Bandwidth::TfvBasicAuthentication] ( docs/TfvBasicAuthentication.md )
243
+ - [ Bandwidth::TfvCallbackStatusEnum] ( docs/TfvCallbackStatusEnum.md )
244
+ - [ Bandwidth::TfvError] ( docs/TfvError.md )
245
+ - [ Bandwidth::TfvStatus] ( docs/TfvStatus.md )
246
+ - [ Bandwidth::TfvStatusEnum] ( docs/TfvStatusEnum.md )
247
+ - [ Bandwidth::TfvSubmissionInfo] ( docs/TfvSubmissionInfo.md )
248
+ - [ Bandwidth::TfvSubmissionWrapper] ( docs/TfvSubmissionWrapper.md )
226
249
- [ Bandwidth::TnLookupRequestError] ( docs/TnLookupRequestError.md )
227
250
- [ Bandwidth::TranscribeRecording] ( docs/TranscribeRecording.md )
228
251
- [ Bandwidth::Transcription] ( docs/Transcription.md )
@@ -234,10 +257,19 @@ Class | Method | HTTP request | Description
234
257
- [ Bandwidth::UpdateCallRecording] ( docs/UpdateCallRecording.md )
235
258
- [ Bandwidth::UpdateConference] ( docs/UpdateConference.md )
236
259
- [ Bandwidth::UpdateConferenceMember] ( docs/UpdateConferenceMember.md )
260
+ - [ Bandwidth::VerificationDenialWebhook] ( docs/VerificationDenialWebhook.md )
261
+ - [ Bandwidth::VerificationRequest] ( docs/VerificationRequest.md )
262
+ - [ Bandwidth::VerificationUpdateRequest] ( docs/VerificationUpdateRequest.md )
263
+ - [ Bandwidth::VerificationWebhook] ( docs/VerificationWebhook.md )
237
264
- [ Bandwidth::VerifyCodeRequest] ( docs/VerifyCodeRequest.md )
238
265
- [ Bandwidth::VerifyCodeResponse] ( docs/VerifyCodeResponse.md )
239
266
- [ Bandwidth::VoiceApiError] ( docs/VoiceApiError.md )
240
267
- [ Bandwidth::VoiceCodeResponse] ( docs/VoiceCodeResponse.md )
268
+ - [ Bandwidth::WebhookSubscription] ( docs/WebhookSubscription.md )
269
+ - [ Bandwidth::WebhookSubscriptionBasicAuthentication] ( docs/WebhookSubscriptionBasicAuthentication.md )
270
+ - [ Bandwidth::WebhookSubscriptionRequestSchema] ( docs/WebhookSubscriptionRequestSchema.md )
271
+ - [ Bandwidth::WebhookSubscriptionTypeEnum] ( docs/WebhookSubscriptionTypeEnum.md )
272
+ - [ Bandwidth::WebhookSubscriptionsListBody] ( docs/WebhookSubscriptionsListBody.md )
241
273
242
274
243
275
## Documentation for Authorization
0 commit comments