bandwidth-sdk 18.0.0 → 18.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +4 -4
- data/README.md +28 -1
- data/bandwidth.yml +944 -19
- data/coverage/.last_run.json +1 -1
- data/coverage/.resultset.json +784 -152
- data/coverage/index.html +21650 -14800
- data/docs/BrtcError.md +26 -0
- data/docs/BrtcErrorResponse.md +22 -0
- data/docs/BrtcErrorSource.md +24 -0
- data/docs/BrtcLink.md +22 -0
- data/docs/CreateCall.md +2 -2
- data/docs/CreateEndpointRequestBase.md +26 -0
- data/docs/CreateEndpointResponse.md +22 -0
- data/docs/CreateEndpointResponseData.md +32 -0
- data/docs/CreateWebRtcConnectionRequest.md +28 -0
- data/docs/Device.md +24 -0
- data/docs/DeviceStatusEnum.md +15 -0
- data/docs/Endpoint.md +30 -0
- data/docs/EndpointDirectionEnum.md +15 -0
- data/docs/EndpointEvent.md +34 -0
- data/docs/EndpointEventTypeEnum.md +15 -0
- data/docs/EndpointResponse.md +22 -0
- data/docs/EndpointStatusEnum.md +15 -0
- data/docs/EndpointTypeEnum.md +15 -0
- data/docs/Endpoints.md +28 -0
- data/docs/EndpointsApi.md +395 -0
- data/docs/InboundCallback.md +2 -2
- data/docs/ListEndpointsResponse.md +24 -0
- data/docs/LookupResult.md +1 -1
- data/docs/MachineDetectionConfiguration.md +1 -1
- data/docs/MessageRequest.md +1 -1
- data/docs/Page.md +24 -0
- data/docs/RbmActionBase.md +1 -1
- data/docs/RbmSuggestionResponse.md +1 -1
- data/docs/SipConnectionMetadata.md +24 -0
- data/docs/SipCredentials.md +20 -0
- data/docs/StatusCallback.md +1 -1
- data/docs/SyncLookupRequest.md +3 -1
- data/docs/UpdateCall.md +1 -1
- data/docs/WebhookSubscriptionError.md +22 -0
- data/docs/WebhookSubscriptionsListBody.md +1 -1
- data/lib/bandwidth-sdk/api/endpoints_api.rb +397 -0
- data/lib/bandwidth-sdk/configuration.rb +30 -0
- data/lib/bandwidth-sdk/models/brtc_error.rb +219 -0
- data/lib/bandwidth-sdk/models/brtc_error_response.rb +204 -0
- data/lib/bandwidth-sdk/models/brtc_error_source.rb +176 -0
- data/lib/bandwidth-sdk/models/brtc_link.rb +166 -0
- data/lib/bandwidth-sdk/models/create_call.rb +7 -7
- data/lib/bandwidth-sdk/models/create_endpoint_request_base.rb +250 -0
- data/lib/bandwidth-sdk/models/create_endpoint_response.rb +218 -0
- data/lib/bandwidth-sdk/models/create_endpoint_response_data.rb +356 -0
- data/lib/bandwidth-sdk/models/create_web_rtc_connection_request.rb +266 -0
- data/lib/bandwidth-sdk/models/device.rb +258 -0
- data/lib/bandwidth-sdk/models/device_status_enum.rb +40 -0
- data/lib/bandwidth-sdk/models/endpoint.rb +329 -0
- data/lib/bandwidth-sdk/models/endpoint_direction_enum.rb +41 -0
- data/lib/bandwidth-sdk/models/endpoint_event.rb +381 -0
- data/lib/bandwidth-sdk/models/endpoint_event_type_enum.rb +40 -0
- data/lib/bandwidth-sdk/models/endpoint_response.rb +218 -0
- data/lib/bandwidth-sdk/models/endpoint_status_enum.rb +40 -0
- data/lib/bandwidth-sdk/models/endpoint_type_enum.rb +39 -0
- data/lib/bandwidth-sdk/models/endpoints.rb +311 -0
- data/lib/bandwidth-sdk/models/inbound_callback.rb +2 -2
- data/lib/bandwidth-sdk/models/list_endpoints_response.rb +229 -0
- data/lib/bandwidth-sdk/models/lookup_result.rb +1 -1
- data/lib/bandwidth-sdk/models/machine_detection_configuration.rb +1 -1
- data/lib/bandwidth-sdk/models/message_request.rb +1 -1
- data/lib/bandwidth-sdk/models/page.rb +259 -0
- data/lib/bandwidth-sdk/models/sip_connection_metadata.rb +175 -0
- data/lib/bandwidth-sdk/models/sip_credentials.rb +156 -0
- data/lib/bandwidth-sdk/models/status_callback.rb +1 -1
- data/lib/bandwidth-sdk/models/sync_lookup_request.rb +35 -4
- data/lib/bandwidth-sdk/models/update_call.rb +6 -6
- data/lib/bandwidth-sdk/models/webhook_subscription_error.rb +165 -0
- data/lib/bandwidth-sdk/models/webhook_subscriptions_list_body.rb +1 -1
- data/lib/bandwidth-sdk/version.rb +1 -1
- data/lib/bandwidth-sdk.rb +24 -1
- data/spec/smoke/endpoints_api_spec.rb +148 -0
- data/spec/unit/api/endpoints_api_spec.rb +172 -0
- data/spec/unit/api/phone_number_lookup_api_spec.rb +2 -0
- metadata +104 -52
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bandwidth-sdk
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 18.
|
|
4
|
+
version: 18.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Bandwidth
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
11
|
+
date: 2026-05-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|
|
@@ -154,6 +154,10 @@ files:
|
|
|
154
154
|
- docs/BlockedWebhook.md
|
|
155
155
|
- docs/BridgeCompleteCallback.md
|
|
156
156
|
- docs/BridgeTargetCompleteCallback.md
|
|
157
|
+
- docs/BrtcError.md
|
|
158
|
+
- docs/BrtcErrorResponse.md
|
|
159
|
+
- docs/BrtcErrorSource.md
|
|
160
|
+
- docs/BrtcLink.md
|
|
157
161
|
- docs/BusinessEntityTypeEnum.md
|
|
158
162
|
- docs/BusinessRegistrationTypeEnum.md
|
|
159
163
|
- docs/CallDirectionEnum.md
|
|
@@ -187,14 +191,29 @@ files:
|
|
|
187
191
|
- docs/CreateAsyncBulkLookupResponseData.md
|
|
188
192
|
- docs/CreateCall.md
|
|
189
193
|
- docs/CreateCallResponse.md
|
|
194
|
+
- docs/CreateEndpointRequestBase.md
|
|
195
|
+
- docs/CreateEndpointResponse.md
|
|
196
|
+
- docs/CreateEndpointResponseData.md
|
|
190
197
|
- docs/CreateMessageRequestError.md
|
|
191
198
|
- docs/CreateMultiChannelMessageResponse.md
|
|
192
199
|
- docs/CreateSyncLookupResponse.md
|
|
193
200
|
- docs/CreateSyncLookupResponseData.md
|
|
201
|
+
- docs/CreateWebRtcConnectionRequest.md
|
|
194
202
|
- docs/DeactivationEventEnum.md
|
|
203
|
+
- docs/Device.md
|
|
204
|
+
- docs/DeviceStatusEnum.md
|
|
195
205
|
- docs/DisconnectCallback.md
|
|
196
206
|
- docs/Diversion.md
|
|
197
207
|
- docs/DtmfCallback.md
|
|
208
|
+
- docs/Endpoint.md
|
|
209
|
+
- docs/EndpointDirectionEnum.md
|
|
210
|
+
- docs/EndpointEvent.md
|
|
211
|
+
- docs/EndpointEventTypeEnum.md
|
|
212
|
+
- docs/EndpointResponse.md
|
|
213
|
+
- docs/EndpointStatusEnum.md
|
|
214
|
+
- docs/EndpointTypeEnum.md
|
|
215
|
+
- docs/Endpoints.md
|
|
216
|
+
- docs/EndpointsApi.md
|
|
198
217
|
- docs/Error.md
|
|
199
218
|
- docs/ErrorObject.md
|
|
200
219
|
- docs/ErrorSource.md
|
|
@@ -214,6 +233,7 @@ files:
|
|
|
214
233
|
- docs/Link.md
|
|
215
234
|
- docs/LinkSchema.md
|
|
216
235
|
- docs/LinksObject.md
|
|
236
|
+
- docs/ListEndpointsResponse.md
|
|
217
237
|
- docs/ListMessageDirectionEnum.md
|
|
218
238
|
- docs/ListMessageItem.md
|
|
219
239
|
- docs/LookupErrorResponse.md
|
|
@@ -261,6 +281,7 @@ files:
|
|
|
261
281
|
- docs/MultiChannelMessageRequest.md
|
|
262
282
|
- docs/MultiChannelMessageResponseData.md
|
|
263
283
|
- docs/OptInWorkflow.md
|
|
284
|
+
- docs/Page.md
|
|
264
285
|
- docs/PageInfo.md
|
|
265
286
|
- docs/PhoneNumberLookupApi.md
|
|
266
287
|
- docs/PriorityEnum.md
|
|
@@ -291,6 +312,8 @@ files:
|
|
|
291
312
|
- docs/RecordingsApi.md
|
|
292
313
|
- docs/RedirectCallback.md
|
|
293
314
|
- docs/RedirectMethodEnum.md
|
|
315
|
+
- docs/SipConnectionMetadata.md
|
|
316
|
+
- docs/SipCredentials.md
|
|
294
317
|
- docs/SmsMessageContent.md
|
|
295
318
|
- docs/StandaloneCardOrientationEnum.md
|
|
296
319
|
- docs/StatisticsApi.md
|
|
@@ -330,6 +353,7 @@ files:
|
|
|
330
353
|
- docs/VoiceCodeResponse.md
|
|
331
354
|
- docs/WebhookSubscription.md
|
|
332
355
|
- docs/WebhookSubscriptionBasicAuthentication.md
|
|
356
|
+
- docs/WebhookSubscriptionError.md
|
|
333
357
|
- docs/WebhookSubscriptionRequestSchema.md
|
|
334
358
|
- docs/WebhookSubscriptionTypeEnum.md
|
|
335
359
|
- docs/WebhookSubscriptionsListBody.md
|
|
@@ -337,6 +361,7 @@ files:
|
|
|
337
361
|
- lib/bandwidth-sdk.rb
|
|
338
362
|
- lib/bandwidth-sdk/api/calls_api.rb
|
|
339
363
|
- lib/bandwidth-sdk/api/conferences_api.rb
|
|
364
|
+
- lib/bandwidth-sdk/api/endpoints_api.rb
|
|
340
365
|
- lib/bandwidth-sdk/api/media_api.rb
|
|
341
366
|
- lib/bandwidth-sdk/api/messages_api.rb
|
|
342
367
|
- lib/bandwidth-sdk/api/mfa_api.rb
|
|
@@ -358,6 +383,10 @@ files:
|
|
|
358
383
|
- lib/bandwidth-sdk/models/blocked_webhook.rb
|
|
359
384
|
- lib/bandwidth-sdk/models/bridge_complete_callback.rb
|
|
360
385
|
- lib/bandwidth-sdk/models/bridge_target_complete_callback.rb
|
|
386
|
+
- lib/bandwidth-sdk/models/brtc_error.rb
|
|
387
|
+
- lib/bandwidth-sdk/models/brtc_error_response.rb
|
|
388
|
+
- lib/bandwidth-sdk/models/brtc_error_source.rb
|
|
389
|
+
- lib/bandwidth-sdk/models/brtc_link.rb
|
|
361
390
|
- lib/bandwidth-sdk/models/business_entity_type_enum.rb
|
|
362
391
|
- lib/bandwidth-sdk/models/business_registration_type_enum.rb
|
|
363
392
|
- lib/bandwidth-sdk/models/bxml/bxml.rb
|
|
@@ -422,14 +451,28 @@ files:
|
|
|
422
451
|
- lib/bandwidth-sdk/models/create_async_bulk_lookup_response_data.rb
|
|
423
452
|
- lib/bandwidth-sdk/models/create_call.rb
|
|
424
453
|
- lib/bandwidth-sdk/models/create_call_response.rb
|
|
454
|
+
- lib/bandwidth-sdk/models/create_endpoint_request_base.rb
|
|
455
|
+
- lib/bandwidth-sdk/models/create_endpoint_response.rb
|
|
456
|
+
- lib/bandwidth-sdk/models/create_endpoint_response_data.rb
|
|
425
457
|
- lib/bandwidth-sdk/models/create_message_request_error.rb
|
|
426
458
|
- lib/bandwidth-sdk/models/create_multi_channel_message_response.rb
|
|
427
459
|
- lib/bandwidth-sdk/models/create_sync_lookup_response.rb
|
|
428
460
|
- lib/bandwidth-sdk/models/create_sync_lookup_response_data.rb
|
|
461
|
+
- lib/bandwidth-sdk/models/create_web_rtc_connection_request.rb
|
|
429
462
|
- lib/bandwidth-sdk/models/deactivation_event_enum.rb
|
|
463
|
+
- lib/bandwidth-sdk/models/device.rb
|
|
464
|
+
- lib/bandwidth-sdk/models/device_status_enum.rb
|
|
430
465
|
- lib/bandwidth-sdk/models/disconnect_callback.rb
|
|
431
466
|
- lib/bandwidth-sdk/models/diversion.rb
|
|
432
467
|
- lib/bandwidth-sdk/models/dtmf_callback.rb
|
|
468
|
+
- lib/bandwidth-sdk/models/endpoint.rb
|
|
469
|
+
- lib/bandwidth-sdk/models/endpoint_direction_enum.rb
|
|
470
|
+
- lib/bandwidth-sdk/models/endpoint_event.rb
|
|
471
|
+
- lib/bandwidth-sdk/models/endpoint_event_type_enum.rb
|
|
472
|
+
- lib/bandwidth-sdk/models/endpoint_response.rb
|
|
473
|
+
- lib/bandwidth-sdk/models/endpoint_status_enum.rb
|
|
474
|
+
- lib/bandwidth-sdk/models/endpoint_type_enum.rb
|
|
475
|
+
- lib/bandwidth-sdk/models/endpoints.rb
|
|
433
476
|
- lib/bandwidth-sdk/models/error.rb
|
|
434
477
|
- lib/bandwidth-sdk/models/error_object.rb
|
|
435
478
|
- lib/bandwidth-sdk/models/error_source.rb
|
|
@@ -449,6 +492,7 @@ files:
|
|
|
449
492
|
- lib/bandwidth-sdk/models/link.rb
|
|
450
493
|
- lib/bandwidth-sdk/models/link_schema.rb
|
|
451
494
|
- lib/bandwidth-sdk/models/links_object.rb
|
|
495
|
+
- lib/bandwidth-sdk/models/list_endpoints_response.rb
|
|
452
496
|
- lib/bandwidth-sdk/models/list_message_direction_enum.rb
|
|
453
497
|
- lib/bandwidth-sdk/models/list_message_item.rb
|
|
454
498
|
- lib/bandwidth-sdk/models/lookup_error_response.rb
|
|
@@ -492,6 +536,7 @@ files:
|
|
|
492
536
|
- lib/bandwidth-sdk/models/multi_channel_message_request.rb
|
|
493
537
|
- lib/bandwidth-sdk/models/multi_channel_message_response_data.rb
|
|
494
538
|
- lib/bandwidth-sdk/models/opt_in_workflow.rb
|
|
539
|
+
- lib/bandwidth-sdk/models/page.rb
|
|
495
540
|
- lib/bandwidth-sdk/models/page_info.rb
|
|
496
541
|
- lib/bandwidth-sdk/models/priority_enum.rb
|
|
497
542
|
- lib/bandwidth-sdk/models/product_type_enum.rb
|
|
@@ -520,6 +565,8 @@ files:
|
|
|
520
565
|
- lib/bandwidth-sdk/models/recording_transcriptions.rb
|
|
521
566
|
- lib/bandwidth-sdk/models/redirect_callback.rb
|
|
522
567
|
- lib/bandwidth-sdk/models/redirect_method_enum.rb
|
|
568
|
+
- lib/bandwidth-sdk/models/sip_connection_metadata.rb
|
|
569
|
+
- lib/bandwidth-sdk/models/sip_credentials.rb
|
|
523
570
|
- lib/bandwidth-sdk/models/sms_message_content.rb
|
|
524
571
|
- lib/bandwidth-sdk/models/standalone_card_orientation_enum.rb
|
|
525
572
|
- lib/bandwidth-sdk/models/status_callback.rb
|
|
@@ -556,6 +603,7 @@ files:
|
|
|
556
603
|
- lib/bandwidth-sdk/models/voice_code_response.rb
|
|
557
604
|
- lib/bandwidth-sdk/models/webhook_subscription.rb
|
|
558
605
|
- lib/bandwidth-sdk/models/webhook_subscription_basic_authentication.rb
|
|
606
|
+
- lib/bandwidth-sdk/models/webhook_subscription_error.rb
|
|
559
607
|
- lib/bandwidth-sdk/models/webhook_subscription_request_schema.rb
|
|
560
608
|
- lib/bandwidth-sdk/models/webhook_subscription_type_enum.rb
|
|
561
609
|
- lib/bandwidth-sdk/models/webhook_subscriptions_list_body.rb
|
|
@@ -566,6 +614,7 @@ files:
|
|
|
566
614
|
- spec/fixtures/ruby_cat.jpeg
|
|
567
615
|
- spec/smoke/calls_api_spec.rb
|
|
568
616
|
- spec/smoke/conferences_api_spec.rb
|
|
617
|
+
- spec/smoke/endpoints_api_spec.rb
|
|
569
618
|
- spec/smoke/media_api_spec.rb
|
|
570
619
|
- spec/smoke/messages_api_spec.rb
|
|
571
620
|
- spec/smoke/mfa_api_spec.rb
|
|
@@ -578,6 +627,7 @@ files:
|
|
|
578
627
|
- spec/spec_helper.rb
|
|
579
628
|
- spec/unit/api/calls_api_spec.rb
|
|
580
629
|
- spec/unit/api/conferences_api_spec.rb
|
|
630
|
+
- spec/unit/api/endpoints_api_spec.rb
|
|
581
631
|
- spec/unit/api/media_api_spec.rb
|
|
582
632
|
- spec/unit/api/messages_api_spec.rb
|
|
583
633
|
- spec/unit/api/mfa_api_spec.rb
|
|
@@ -654,67 +704,69 @@ summary: Bandwidth Ruby SDK
|
|
|
654
704
|
test_files:
|
|
655
705
|
- spec/call_utils.rb
|
|
656
706
|
- spec/fixtures/ruby_cat.jpeg
|
|
657
|
-
- spec/smoke/recordings_api_spec.rb
|
|
658
|
-
- spec/smoke/calls_api_spec.rb
|
|
659
|
-
- spec/smoke/mfa_api_spec.rb
|
|
660
|
-
- spec/smoke/conferences_api_spec.rb
|
|
661
707
|
- spec/smoke/phone_number_lookup_api_spec.rb
|
|
662
708
|
- spec/smoke/statistics_api_spec.rb
|
|
663
|
-
- spec/smoke/toll_free_verification_api_spec.rb
|
|
664
709
|
- spec/smoke/media_api_spec.rb
|
|
665
|
-
- spec/smoke/
|
|
710
|
+
- spec/smoke/toll_free_verification_api_spec.rb
|
|
666
711
|
- spec/smoke/transcriptions_api_spec.rb
|
|
667
712
|
- spec/smoke/messages_api_spec.rb
|
|
713
|
+
- spec/smoke/mfa_api_spec.rb
|
|
714
|
+
- spec/smoke/calls_api_spec.rb
|
|
715
|
+
- spec/smoke/multi_channel_api_spec.rb
|
|
716
|
+
- spec/smoke/endpoints_api_spec.rb
|
|
717
|
+
- spec/smoke/recordings_api_spec.rb
|
|
718
|
+
- spec/smoke/conferences_api_spec.rb
|
|
668
719
|
- spec/spec_helper.rb
|
|
669
|
-
- spec/unit/
|
|
720
|
+
- spec/unit/client/api_client_spec.rb
|
|
721
|
+
- spec/unit/client/api_error_spec.rb
|
|
722
|
+
- spec/unit/client/configuration_spec.rb
|
|
723
|
+
- spec/unit/api/phone_number_lookup_api_spec.rb
|
|
724
|
+
- spec/unit/api/statistics_api_spec.rb
|
|
725
|
+
- spec/unit/api/media_api_spec.rb
|
|
726
|
+
- spec/unit/api/toll_free_verification_api_spec.rb
|
|
727
|
+
- spec/unit/api/transcriptions_api_spec.rb
|
|
728
|
+
- spec/unit/api/messages_api_spec.rb
|
|
729
|
+
- spec/unit/api/mfa_api_spec.rb
|
|
730
|
+
- spec/unit/api/calls_api_spec.rb
|
|
731
|
+
- spec/unit/api/multi_channel_api_spec.rb
|
|
732
|
+
- spec/unit/api/endpoints_api_spec.rb
|
|
733
|
+
- spec/unit/api/recordings_api_spec.rb
|
|
734
|
+
- spec/unit/api/conferences_api_spec.rb
|
|
735
|
+
- spec/unit/models/verify_code_request_spec.rb
|
|
670
736
|
- spec/unit/models/message_spec.rb
|
|
671
|
-
- spec/unit/models/verify_code_response_spec.rb
|
|
672
|
-
- spec/unit/models/tfv_error_spec.rb
|
|
673
|
-
- spec/unit/models/call_state_spec.rb
|
|
674
|
-
- spec/unit/models/bxml/bxml_spec.rb
|
|
675
|
-
- spec/unit/models/bxml/response_spec.rb
|
|
676
|
-
- spec/unit/models/bxml/nestable_verb_spec.rb
|
|
677
737
|
- spec/unit/models/bxml/verb_spec.rb
|
|
738
|
+
- spec/unit/models/bxml/nestable_verb_spec.rb
|
|
739
|
+
- spec/unit/models/bxml/response_spec.rb
|
|
740
|
+
- spec/unit/models/bxml/verbs/stop_stream_spec.rb
|
|
741
|
+
- spec/unit/models/bxml/verbs/custom_param_spec.rb
|
|
742
|
+
- spec/unit/models/bxml/verbs/pause_spec.rb
|
|
743
|
+
- spec/unit/models/bxml/verbs/redirect_spec.rb
|
|
744
|
+
- spec/unit/models/bxml/verbs/transfer_spec.rb
|
|
678
745
|
- spec/unit/models/bxml/verbs/stop_recording_spec.rb
|
|
679
|
-
- spec/unit/models/bxml/verbs/
|
|
680
|
-
- spec/unit/models/bxml/verbs/
|
|
681
|
-
- spec/unit/models/bxml/verbs/stop_transcription_spec.rb
|
|
682
|
-
- spec/unit/models/bxml/verbs/hangup_spec.rb
|
|
746
|
+
- spec/unit/models/bxml/verbs/stop_gather_spec.rb
|
|
747
|
+
- spec/unit/models/bxml/verbs/play_audio_spec.rb
|
|
683
748
|
- spec/unit/models/bxml/verbs/forward_spec.rb
|
|
749
|
+
- spec/unit/models/bxml/verbs/sip_uri_spec.rb
|
|
750
|
+
- spec/unit/models/bxml/verbs/tag_spec.rb
|
|
751
|
+
- spec/unit/models/bxml/verbs/start_recording_spec.rb
|
|
752
|
+
- spec/unit/models/bxml/verbs/speak_sentence_spec.rb
|
|
753
|
+
- spec/unit/models/bxml/verbs/start_transcription_spec.rb
|
|
754
|
+
- spec/unit/models/bxml/verbs/send_dtmf_spec.rb
|
|
684
755
|
- spec/unit/models/bxml/verbs/pause_recording_spec.rb
|
|
685
|
-
- spec/unit/models/bxml/verbs/start_stream_spec.rb
|
|
686
|
-
- spec/unit/models/bxml/verbs/ring_spec.rb
|
|
687
756
|
- spec/unit/models/bxml/verbs/start_gather_spec.rb
|
|
688
|
-
- spec/unit/models/bxml/verbs/
|
|
689
|
-
- spec/unit/models/bxml/verbs/
|
|
690
|
-
- spec/unit/models/bxml/verbs/
|
|
691
|
-
- spec/unit/models/bxml/verbs/
|
|
692
|
-
- spec/unit/models/bxml/verbs/
|
|
757
|
+
- spec/unit/models/bxml/verbs/stream_param_spec.rb
|
|
758
|
+
- spec/unit/models/bxml/verbs/phone_number_spec.rb
|
|
759
|
+
- spec/unit/models/bxml/verbs/start_stream_spec.rb
|
|
760
|
+
- spec/unit/models/bxml/verbs/conference_spec.rb
|
|
761
|
+
- spec/unit/models/bxml/verbs/gather_spec.rb
|
|
693
762
|
- spec/unit/models/bxml/verbs/bridge_spec.rb
|
|
763
|
+
- spec/unit/models/bxml/verbs/ring_spec.rb
|
|
764
|
+
- spec/unit/models/bxml/verbs/hangup_spec.rb
|
|
694
765
|
- spec/unit/models/bxml/verbs/resume_recording_spec.rb
|
|
695
|
-
- spec/unit/models/bxml/verbs/
|
|
696
|
-
- spec/unit/models/bxml/verbs/
|
|
697
|
-
- spec/unit/models/bxml/
|
|
698
|
-
- spec/unit/models/
|
|
699
|
-
- spec/unit/models/
|
|
700
|
-
- spec/unit/models/
|
|
701
|
-
- spec/unit/models/
|
|
702
|
-
- spec/unit/models/bxml/verbs/stop_stream_spec.rb
|
|
703
|
-
- spec/unit/models/bxml/verbs/start_transcription_spec.rb
|
|
704
|
-
- spec/unit/models/bxml/verbs/stop_gather_spec.rb
|
|
705
|
-
- spec/unit/models/bxml/verbs/tag_spec.rb
|
|
706
|
-
- spec/unit/models/verify_code_request_spec.rb
|
|
707
|
-
- spec/unit/client/api_client_spec.rb
|
|
708
|
-
- spec/unit/client/configuration_spec.rb
|
|
709
|
-
- spec/unit/client/api_error_spec.rb
|
|
710
|
-
- spec/unit/api/recordings_api_spec.rb
|
|
711
|
-
- spec/unit/api/calls_api_spec.rb
|
|
712
|
-
- spec/unit/api/mfa_api_spec.rb
|
|
713
|
-
- spec/unit/api/conferences_api_spec.rb
|
|
714
|
-
- spec/unit/api/phone_number_lookup_api_spec.rb
|
|
715
|
-
- spec/unit/api/statistics_api_spec.rb
|
|
716
|
-
- spec/unit/api/toll_free_verification_api_spec.rb
|
|
717
|
-
- spec/unit/api/media_api_spec.rb
|
|
718
|
-
- spec/unit/api/multi_channel_api_spec.rb
|
|
719
|
-
- spec/unit/api/transcriptions_api_spec.rb
|
|
720
|
-
- spec/unit/api/messages_api_spec.rb
|
|
766
|
+
- spec/unit/models/bxml/verbs/stop_transcription_spec.rb
|
|
767
|
+
- spec/unit/models/bxml/verbs/record_spec.rb
|
|
768
|
+
- spec/unit/models/bxml/bxml_spec.rb
|
|
769
|
+
- spec/unit/models/verify_code_response_spec.rb
|
|
770
|
+
- spec/unit/models/call_state_spec.rb
|
|
771
|
+
- spec/unit/models/call_state_enum_spec.rb
|
|
772
|
+
- spec/unit/models/tfv_error_spec.rb
|