bandwidth-sdk 11.3.0 → 12.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +18 -16
- data/README.md +15 -9
- data/Rakefile +4 -12
- data/bandwidth.yml +243 -28
- data/coverage/.last_run.json +1 -1
- data/coverage/.resultset.json +1412 -1009
- data/coverage/index.html +16274 -11823
- data/custom_templates/README.mustache +4 -4
- data/docs/AnswerCallback.md +1 -1
- data/docs/BridgeCompleteCallback.md +1 -1
- data/docs/BridgeTargetCompleteCallback.md +1 -1
- data/docs/CallRecordingMetadata.md +3 -3
- data/docs/CallTranscription.md +24 -0
- data/docs/CallTranscriptionMetadata.md +20 -0
- data/docs/CallTranscriptionResponse.md +24 -0
- data/docs/CallsApi.md +1 -1
- data/docs/ConferenceMemberExitCallback.md +1 -1
- data/docs/ConferenceMemberJoinCallback.md +1 -1
- data/docs/CreateCall.md +5 -3
- data/docs/DisconnectCallback.md +1 -1
- data/docs/DtmfCallback.md +2 -2
- data/docs/GatherCallback.md +2 -2
- data/docs/InitiateCallback.md +1 -1
- data/docs/MachineDetectionCompleteCallback.md +1 -1
- data/docs/RecordingAvailableCallback.md +4 -4
- data/docs/RecordingCompleteCallback.md +2 -2
- data/docs/RecordingTranscriptionMetadata.md +24 -0
- data/docs/RecordingTranscriptions.md +18 -0
- data/docs/RecordingsApi.md +49 -49
- data/docs/RedirectCallback.md +2 -2
- data/docs/TranscriptionAvailableCallback.md +2 -2
- data/docs/TranscriptionsApi.md +229 -0
- data/docs/TransferAnswerCallback.md +2 -2
- data/docs/TransferCompleteCallback.md +2 -2
- data/docs/TransferDisconnectCallback.md +2 -2
- data/lib/bandwidth-sdk/api/recordings_api.rb +56 -56
- data/lib/bandwidth-sdk/api/transcriptions_api.rb +241 -0
- data/lib/bandwidth-sdk/configuration.rb +22 -4
- data/lib/bandwidth-sdk/models/answer_callback.rb +1 -1
- data/lib/bandwidth-sdk/models/bridge_complete_callback.rb +1 -1
- data/lib/bandwidth-sdk/models/bridge_target_complete_callback.rb +1 -1
- data/lib/bandwidth-sdk/models/call_recording_metadata.rb +3 -3
- data/lib/bandwidth-sdk/models/call_transcription.rb +317 -0
- data/lib/bandwidth-sdk/models/call_transcription_metadata.rb +223 -0
- data/lib/bandwidth-sdk/models/call_transcription_response.rb +244 -0
- data/lib/bandwidth-sdk/models/conference_member_exit_callback.rb +1 -1
- data/lib/bandwidth-sdk/models/conference_member_join_callback.rb +1 -1
- data/lib/bandwidth-sdk/models/create_call.rb +14 -3
- data/lib/bandwidth-sdk/models/disconnect_callback.rb +1 -1
- data/lib/bandwidth-sdk/models/dtmf_callback.rb +2 -2
- data/lib/bandwidth-sdk/models/gather_callback.rb +2 -2
- data/lib/bandwidth-sdk/models/initiate_callback.rb +1 -1
- data/lib/bandwidth-sdk/models/machine_detection_complete_callback.rb +1 -1
- data/lib/bandwidth-sdk/models/machine_detection_configuration.rb +1 -1
- data/lib/bandwidth-sdk/models/recording_available_callback.rb +4 -4
- data/lib/bandwidth-sdk/models/recording_complete_callback.rb +2 -2
- data/lib/bandwidth-sdk/models/recording_transcription_metadata.rb +244 -0
- data/lib/bandwidth-sdk/models/recording_transcriptions.rb +214 -0
- data/lib/bandwidth-sdk/models/redirect_callback.rb +2 -2
- data/lib/bandwidth-sdk/models/transcription_available_callback.rb +2 -2
- data/lib/bandwidth-sdk/models/transfer_answer_callback.rb +2 -2
- data/lib/bandwidth-sdk/models/transfer_complete_callback.rb +2 -2
- data/lib/bandwidth-sdk/models/transfer_disconnect_callback.rb +2 -2
- data/lib/bandwidth-sdk/version.rb +1 -1
- data/lib/bandwidth-sdk.rb +6 -2
- data/spec/{integration/calls_api_integration_spec.rb → smoke/calls_api_spec.rb} +9 -7
- data/spec/{integration/conferences_api_integration_spec.rb → smoke/conferences_api_spec.rb} +9 -9
- data/spec/{integration/media_api_integration_spec.rb → smoke/media_api_spec.rb} +7 -7
- data/spec/{integration/messages_api_integration_spec.rb → smoke/messages_api_spec.rb} +3 -3
- data/spec/{integration/mfa_api_integration_spec.rb → smoke/mfa_api_spec.rb} +3 -3
- data/spec/{integration/phone_number_lookup_api_integration_spec.rb → smoke/phone_number_lookup_api_spec.rb} +2 -2
- data/spec/{integration/recordings_api_integration_spec.rb → smoke/recordings_api_spec.rb} +14 -14
- data/spec/{integration/statistics_api_integration_spec.rb → smoke/statistics_api_spec.rb} +1 -1
- data/spec/smoke/transcriptions_api_spec.rb +84 -0
- data/spec/spec_helper.rb +2 -2
- data/spec/{api → unit/api}/calls_api_spec.rb +6 -4
- data/spec/{api → unit/api}/conferences_api_spec.rb +12 -12
- data/spec/{api → unit/api}/media_api_spec.rb +6 -6
- data/spec/{api → unit/api}/messages_api_spec.rb +2 -2
- data/spec/{api → unit/api}/mfa_api_spec.rb +6 -6
- data/spec/{api → unit/api}/phone_number_lookup_api_spec.rb +2 -2
- data/spec/{api → unit/api}/recordings_api_spec.rb +30 -30
- data/spec/{api → unit/api}/statistics_api_spec.rb +1 -1
- data/spec/unit/api/transcriptions_api_spec.rb +130 -0
- data/spec/{api_client_spec.rb → unit/client/api_client_spec.rb} +2 -2
- metadata +130 -114
- /data/spec/{api_error_spec.rb → unit/client/api_error_spec.rb} +0 -0
- /data/spec/{configuration_spec.rb → unit/client/configuration_spec.rb} +0 -0
- /data/spec/{models → unit/models}/bxml/bxml_spec.rb +0 -0
- /data/spec/{models → unit/models}/bxml/nestable_verb_spec.rb +0 -0
- /data/spec/{models → unit/models}/bxml/response_spec.rb +0 -0
- /data/spec/{models → unit/models}/bxml/verb_spec.rb +0 -0
- /data/spec/{models → unit/models}/bxml/verbs/bridge_spec.rb +0 -0
- /data/spec/{models → unit/models}/bxml/verbs/conference_spec.rb +0 -0
- /data/spec/{models → unit/models}/bxml/verbs/custom_param_spec.rb +0 -0
- /data/spec/{models → unit/models}/bxml/verbs/forward_spec.rb +0 -0
- /data/spec/{models → unit/models}/bxml/verbs/gather_spec.rb +0 -0
- /data/spec/{models → unit/models}/bxml/verbs/hangup_spec.rb +0 -0
- /data/spec/{models → unit/models}/bxml/verbs/pause_recording_spec.rb +0 -0
- /data/spec/{models → unit/models}/bxml/verbs/pause_spec.rb +0 -0
- /data/spec/{models → unit/models}/bxml/verbs/phone_number_spec.rb +0 -0
- /data/spec/{models → unit/models}/bxml/verbs/play_audio_spec.rb +0 -0
- /data/spec/{models → unit/models}/bxml/verbs/record_spec.rb +0 -0
- /data/spec/{models → unit/models}/bxml/verbs/redirect_spec.rb +0 -0
- /data/spec/{models → unit/models}/bxml/verbs/resume_recording_spec.rb +0 -0
- /data/spec/{models → unit/models}/bxml/verbs/ring_spec.rb +0 -0
- /data/spec/{models → unit/models}/bxml/verbs/send_dtmf_spec.rb +0 -0
- /data/spec/{models → unit/models}/bxml/verbs/sip_uri_spec.rb +0 -0
- /data/spec/{models → unit/models}/bxml/verbs/speak_sentence_spec.rb +0 -0
- /data/spec/{models → unit/models}/bxml/verbs/start_gather_spec.rb +0 -0
- /data/spec/{models → unit/models}/bxml/verbs/start_recording_spec.rb +0 -0
- /data/spec/{models → unit/models}/bxml/verbs/start_stream_spec.rb +0 -0
- /data/spec/{models → unit/models}/bxml/verbs/start_transcription_spec.rb +0 -0
- /data/spec/{models → unit/models}/bxml/verbs/stop_gather_spec.rb +0 -0
- /data/spec/{models → unit/models}/bxml/verbs/stop_recording_spec.rb +0 -0
- /data/spec/{models → unit/models}/bxml/verbs/stop_stream_spec.rb +0 -0
- /data/spec/{models → unit/models}/bxml/verbs/stop_transcription_spec.rb +0 -0
- /data/spec/{models → unit/models}/bxml/verbs/stream_param_spec.rb +0 -0
- /data/spec/{models → unit/models}/bxml/verbs/tag_spec.rb +0 -0
- /data/spec/{models → unit/models}/bxml/verbs/transfer_spec.rb +0 -0
- /data/spec/{models → unit/models}/call_state_enum_spec.rb +0 -0
- /data/spec/{models → unit/models}/call_state_spec.rb +0 -0
- /data/spec/{models → unit/models}/deferred_result_spec.rb +0 -0
- /data/spec/{models → unit/models}/message_spec.rb +0 -0
- /data/spec/{models → unit/models}/verify_code_request_spec.rb +0 -0
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:
|
4
|
+
version: 12.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: 2024-
|
11
|
+
date: 2024-06-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
@@ -137,6 +137,9 @@ files:
|
|
137
137
|
- docs/CallRecordingMetadata.md
|
138
138
|
- docs/CallState.md
|
139
139
|
- docs/CallStateEnum.md
|
140
|
+
- docs/CallTranscription.md
|
141
|
+
- docs/CallTranscriptionMetadata.md
|
142
|
+
- docs/CallTranscriptionResponse.md
|
140
143
|
- docs/CallbackMethodEnum.md
|
141
144
|
- docs/CallsApi.md
|
142
145
|
- docs/CodeRequest.md
|
@@ -211,6 +214,8 @@ files:
|
|
211
214
|
- docs/RecordingAvailableCallback.md
|
212
215
|
- docs/RecordingCompleteCallback.md
|
213
216
|
- docs/RecordingStateEnum.md
|
217
|
+
- docs/RecordingTranscriptionMetadata.md
|
218
|
+
- docs/RecordingTranscriptions.md
|
214
219
|
- docs/RecordingsApi.md
|
215
220
|
- docs/RedirectCallback.md
|
216
221
|
- docs/RedirectMethodEnum.md
|
@@ -227,6 +232,7 @@ files:
|
|
227
232
|
- docs/TranscriptionAvailableCallback.md
|
228
233
|
- docs/TranscriptionList.md
|
229
234
|
- docs/TranscriptionMetadata.md
|
235
|
+
- docs/TranscriptionsApi.md
|
230
236
|
- docs/TransferAnswerCallback.md
|
231
237
|
- docs/TransferCompleteCallback.md
|
232
238
|
- docs/TransferDisconnectCallback.md
|
@@ -249,6 +255,7 @@ files:
|
|
249
255
|
- lib/bandwidth-sdk/api/phone_number_lookup_api.rb
|
250
256
|
- lib/bandwidth-sdk/api/recordings_api.rb
|
251
257
|
- lib/bandwidth-sdk/api/statistics_api.rb
|
258
|
+
- lib/bandwidth-sdk/api/transcriptions_api.rb
|
252
259
|
- lib/bandwidth-sdk/api_client.rb
|
253
260
|
- lib/bandwidth-sdk/api_error.rb
|
254
261
|
- lib/bandwidth-sdk/configuration.rb
|
@@ -293,6 +300,9 @@ files:
|
|
293
300
|
- lib/bandwidth-sdk/models/call_recording_metadata.rb
|
294
301
|
- lib/bandwidth-sdk/models/call_state.rb
|
295
302
|
- lib/bandwidth-sdk/models/call_state_enum.rb
|
303
|
+
- lib/bandwidth-sdk/models/call_transcription.rb
|
304
|
+
- lib/bandwidth-sdk/models/call_transcription_metadata.rb
|
305
|
+
- lib/bandwidth-sdk/models/call_transcription_response.rb
|
296
306
|
- lib/bandwidth-sdk/models/callback_method_enum.rb
|
297
307
|
- lib/bandwidth-sdk/models/code_request.rb
|
298
308
|
- lib/bandwidth-sdk/models/conference.rb
|
@@ -353,6 +363,8 @@ files:
|
|
353
363
|
- lib/bandwidth-sdk/models/recording_available_callback.rb
|
354
364
|
- lib/bandwidth-sdk/models/recording_complete_callback.rb
|
355
365
|
- lib/bandwidth-sdk/models/recording_state_enum.rb
|
366
|
+
- lib/bandwidth-sdk/models/recording_transcription_metadata.rb
|
367
|
+
- lib/bandwidth-sdk/models/recording_transcriptions.rb
|
356
368
|
- lib/bandwidth-sdk/models/redirect_callback.rb
|
357
369
|
- lib/bandwidth-sdk/models/redirect_method_enum.rb
|
358
370
|
- lib/bandwidth-sdk/models/stir_shaken.rb
|
@@ -377,65 +389,67 @@ files:
|
|
377
389
|
- lib/bandwidth-sdk/version.rb
|
378
390
|
- openapi-config.yml
|
379
391
|
- openapitools.json
|
380
|
-
- spec/api/calls_api_spec.rb
|
381
|
-
- spec/api/conferences_api_spec.rb
|
382
|
-
- spec/api/media_api_spec.rb
|
383
|
-
- spec/api/messages_api_spec.rb
|
384
|
-
- spec/api/mfa_api_spec.rb
|
385
|
-
- spec/api/phone_number_lookup_api_spec.rb
|
386
|
-
- spec/api/recordings_api_spec.rb
|
387
|
-
- spec/api/statistics_api_spec.rb
|
388
|
-
- spec/api_client_spec.rb
|
389
|
-
- spec/api_error_spec.rb
|
390
392
|
- spec/call_utils.rb
|
391
|
-
- spec/configuration_spec.rb
|
392
393
|
- spec/fixtures/ruby_cat.jpeg
|
393
|
-
- spec/
|
394
|
-
- spec/
|
395
|
-
- spec/
|
396
|
-
- spec/
|
397
|
-
- spec/
|
398
|
-
- spec/
|
399
|
-
- spec/
|
400
|
-
- spec/
|
401
|
-
- spec/
|
402
|
-
- spec/models/bxml/nestable_verb_spec.rb
|
403
|
-
- spec/models/bxml/response_spec.rb
|
404
|
-
- spec/models/bxml/verb_spec.rb
|
405
|
-
- spec/models/bxml/verbs/bridge_spec.rb
|
406
|
-
- spec/models/bxml/verbs/conference_spec.rb
|
407
|
-
- spec/models/bxml/verbs/custom_param_spec.rb
|
408
|
-
- spec/models/bxml/verbs/forward_spec.rb
|
409
|
-
- spec/models/bxml/verbs/gather_spec.rb
|
410
|
-
- spec/models/bxml/verbs/hangup_spec.rb
|
411
|
-
- spec/models/bxml/verbs/pause_recording_spec.rb
|
412
|
-
- spec/models/bxml/verbs/pause_spec.rb
|
413
|
-
- spec/models/bxml/verbs/phone_number_spec.rb
|
414
|
-
- spec/models/bxml/verbs/play_audio_spec.rb
|
415
|
-
- spec/models/bxml/verbs/record_spec.rb
|
416
|
-
- spec/models/bxml/verbs/redirect_spec.rb
|
417
|
-
- spec/models/bxml/verbs/resume_recording_spec.rb
|
418
|
-
- spec/models/bxml/verbs/ring_spec.rb
|
419
|
-
- spec/models/bxml/verbs/send_dtmf_spec.rb
|
420
|
-
- spec/models/bxml/verbs/sip_uri_spec.rb
|
421
|
-
- spec/models/bxml/verbs/speak_sentence_spec.rb
|
422
|
-
- spec/models/bxml/verbs/start_gather_spec.rb
|
423
|
-
- spec/models/bxml/verbs/start_recording_spec.rb
|
424
|
-
- spec/models/bxml/verbs/start_stream_spec.rb
|
425
|
-
- spec/models/bxml/verbs/start_transcription_spec.rb
|
426
|
-
- spec/models/bxml/verbs/stop_gather_spec.rb
|
427
|
-
- spec/models/bxml/verbs/stop_recording_spec.rb
|
428
|
-
- spec/models/bxml/verbs/stop_stream_spec.rb
|
429
|
-
- spec/models/bxml/verbs/stop_transcription_spec.rb
|
430
|
-
- spec/models/bxml/verbs/stream_param_spec.rb
|
431
|
-
- spec/models/bxml/verbs/tag_spec.rb
|
432
|
-
- spec/models/bxml/verbs/transfer_spec.rb
|
433
|
-
- spec/models/call_state_enum_spec.rb
|
434
|
-
- spec/models/call_state_spec.rb
|
435
|
-
- spec/models/deferred_result_spec.rb
|
436
|
-
- spec/models/message_spec.rb
|
437
|
-
- spec/models/verify_code_request_spec.rb
|
394
|
+
- spec/smoke/calls_api_spec.rb
|
395
|
+
- spec/smoke/conferences_api_spec.rb
|
396
|
+
- spec/smoke/media_api_spec.rb
|
397
|
+
- spec/smoke/messages_api_spec.rb
|
398
|
+
- spec/smoke/mfa_api_spec.rb
|
399
|
+
- spec/smoke/phone_number_lookup_api_spec.rb
|
400
|
+
- spec/smoke/recordings_api_spec.rb
|
401
|
+
- spec/smoke/statistics_api_spec.rb
|
402
|
+
- spec/smoke/transcriptions_api_spec.rb
|
438
403
|
- spec/spec_helper.rb
|
404
|
+
- spec/unit/api/calls_api_spec.rb
|
405
|
+
- spec/unit/api/conferences_api_spec.rb
|
406
|
+
- spec/unit/api/media_api_spec.rb
|
407
|
+
- spec/unit/api/messages_api_spec.rb
|
408
|
+
- spec/unit/api/mfa_api_spec.rb
|
409
|
+
- spec/unit/api/phone_number_lookup_api_spec.rb
|
410
|
+
- spec/unit/api/recordings_api_spec.rb
|
411
|
+
- spec/unit/api/statistics_api_spec.rb
|
412
|
+
- spec/unit/api/transcriptions_api_spec.rb
|
413
|
+
- spec/unit/client/api_client_spec.rb
|
414
|
+
- spec/unit/client/api_error_spec.rb
|
415
|
+
- spec/unit/client/configuration_spec.rb
|
416
|
+
- spec/unit/models/bxml/bxml_spec.rb
|
417
|
+
- spec/unit/models/bxml/nestable_verb_spec.rb
|
418
|
+
- spec/unit/models/bxml/response_spec.rb
|
419
|
+
- spec/unit/models/bxml/verb_spec.rb
|
420
|
+
- spec/unit/models/bxml/verbs/bridge_spec.rb
|
421
|
+
- spec/unit/models/bxml/verbs/conference_spec.rb
|
422
|
+
- spec/unit/models/bxml/verbs/custom_param_spec.rb
|
423
|
+
- spec/unit/models/bxml/verbs/forward_spec.rb
|
424
|
+
- spec/unit/models/bxml/verbs/gather_spec.rb
|
425
|
+
- spec/unit/models/bxml/verbs/hangup_spec.rb
|
426
|
+
- spec/unit/models/bxml/verbs/pause_recording_spec.rb
|
427
|
+
- spec/unit/models/bxml/verbs/pause_spec.rb
|
428
|
+
- spec/unit/models/bxml/verbs/phone_number_spec.rb
|
429
|
+
- spec/unit/models/bxml/verbs/play_audio_spec.rb
|
430
|
+
- spec/unit/models/bxml/verbs/record_spec.rb
|
431
|
+
- spec/unit/models/bxml/verbs/redirect_spec.rb
|
432
|
+
- spec/unit/models/bxml/verbs/resume_recording_spec.rb
|
433
|
+
- spec/unit/models/bxml/verbs/ring_spec.rb
|
434
|
+
- spec/unit/models/bxml/verbs/send_dtmf_spec.rb
|
435
|
+
- spec/unit/models/bxml/verbs/sip_uri_spec.rb
|
436
|
+
- spec/unit/models/bxml/verbs/speak_sentence_spec.rb
|
437
|
+
- spec/unit/models/bxml/verbs/start_gather_spec.rb
|
438
|
+
- spec/unit/models/bxml/verbs/start_recording_spec.rb
|
439
|
+
- spec/unit/models/bxml/verbs/start_stream_spec.rb
|
440
|
+
- spec/unit/models/bxml/verbs/start_transcription_spec.rb
|
441
|
+
- spec/unit/models/bxml/verbs/stop_gather_spec.rb
|
442
|
+
- spec/unit/models/bxml/verbs/stop_recording_spec.rb
|
443
|
+
- spec/unit/models/bxml/verbs/stop_stream_spec.rb
|
444
|
+
- spec/unit/models/bxml/verbs/stop_transcription_spec.rb
|
445
|
+
- spec/unit/models/bxml/verbs/stream_param_spec.rb
|
446
|
+
- spec/unit/models/bxml/verbs/tag_spec.rb
|
447
|
+
- spec/unit/models/bxml/verbs/transfer_spec.rb
|
448
|
+
- spec/unit/models/call_state_enum_spec.rb
|
449
|
+
- spec/unit/models/call_state_spec.rb
|
450
|
+
- spec/unit/models/deferred_result_spec.rb
|
451
|
+
- spec/unit/models/message_spec.rb
|
452
|
+
- spec/unit/models/verify_code_request_spec.rb
|
439
453
|
homepage: https://github.com/Bandwidth/ruby-sdk
|
440
454
|
licenses:
|
441
455
|
- MIT
|
@@ -460,62 +474,64 @@ signing_key:
|
|
460
474
|
specification_version: 4
|
461
475
|
summary: Bandwidth Ruby SDK
|
462
476
|
test_files:
|
463
|
-
- spec/api/recordings_api_spec.rb
|
464
|
-
- spec/api/mfa_api_spec.rb
|
465
|
-
- spec/api/calls_api_spec.rb
|
466
|
-
- spec/api/conferences_api_spec.rb
|
467
|
-
- spec/api/statistics_api_spec.rb
|
468
|
-
- spec/api/media_api_spec.rb
|
469
|
-
- spec/api/phone_number_lookup_api_spec.rb
|
470
|
-
- spec/api/messages_api_spec.rb
|
471
|
-
- spec/api_client_spec.rb
|
472
|
-
- spec/api_error_spec.rb
|
473
477
|
- spec/call_utils.rb
|
474
|
-
- spec/configuration_spec.rb
|
475
478
|
- spec/fixtures/ruby_cat.jpeg
|
476
|
-
- spec/
|
477
|
-
- spec/
|
478
|
-
- spec/
|
479
|
-
- spec/
|
480
|
-
- spec/
|
481
|
-
- spec/
|
482
|
-
- spec/
|
483
|
-
- spec/
|
484
|
-
- spec/
|
485
|
-
- spec/models/verify_code_request_spec.rb
|
486
|
-
- spec/models/call_state_enum_spec.rb
|
487
|
-
- spec/models/call_state_spec.rb
|
488
|
-
- spec/models/bxml/bxml_spec.rb
|
489
|
-
- spec/models/bxml/response_spec.rb
|
490
|
-
- spec/models/bxml/verb_spec.rb
|
491
|
-
- spec/models/bxml/verbs/stop_stream_spec.rb
|
492
|
-
- spec/models/bxml/verbs/start_recording_spec.rb
|
493
|
-
- spec/models/bxml/verbs/send_dtmf_spec.rb
|
494
|
-
- spec/models/bxml/verbs/speak_sentence_spec.rb
|
495
|
-
- spec/models/bxml/verbs/custom_param_spec.rb
|
496
|
-
- spec/models/bxml/verbs/start_stream_spec.rb
|
497
|
-
- spec/models/bxml/verbs/start_transcription_spec.rb
|
498
|
-
- spec/models/bxml/verbs/pause_recording_spec.rb
|
499
|
-
- spec/models/bxml/verbs/phone_number_spec.rb
|
500
|
-
- spec/models/bxml/verbs/stream_param_spec.rb
|
501
|
-
- spec/models/bxml/verbs/bridge_spec.rb
|
502
|
-
- spec/models/bxml/verbs/record_spec.rb
|
503
|
-
- spec/models/bxml/verbs/pause_spec.rb
|
504
|
-
- spec/models/bxml/verbs/play_audio_spec.rb
|
505
|
-
- spec/models/bxml/verbs/stop_recording_spec.rb
|
506
|
-
- spec/models/bxml/verbs/forward_spec.rb
|
507
|
-
- spec/models/bxml/verbs/stop_transcription_spec.rb
|
508
|
-
- spec/models/bxml/verbs/ring_spec.rb
|
509
|
-
- spec/models/bxml/verbs/tag_spec.rb
|
510
|
-
- spec/models/bxml/verbs/sip_uri_spec.rb
|
511
|
-
- spec/models/bxml/verbs/redirect_spec.rb
|
512
|
-
- spec/models/bxml/verbs/conference_spec.rb
|
513
|
-
- spec/models/bxml/verbs/stop_gather_spec.rb
|
514
|
-
- spec/models/bxml/verbs/gather_spec.rb
|
515
|
-
- spec/models/bxml/verbs/resume_recording_spec.rb
|
516
|
-
- spec/models/bxml/verbs/start_gather_spec.rb
|
517
|
-
- spec/models/bxml/verbs/transfer_spec.rb
|
518
|
-
- spec/models/bxml/verbs/hangup_spec.rb
|
519
|
-
- spec/models/bxml/nestable_verb_spec.rb
|
520
|
-
- spec/models/message_spec.rb
|
479
|
+
- spec/smoke/mfa_api_spec.rb
|
480
|
+
- spec/smoke/statistics_api_spec.rb
|
481
|
+
- spec/smoke/calls_api_spec.rb
|
482
|
+
- spec/smoke/media_api_spec.rb
|
483
|
+
- spec/smoke/messages_api_spec.rb
|
484
|
+
- spec/smoke/recordings_api_spec.rb
|
485
|
+
- spec/smoke/transcriptions_api_spec.rb
|
486
|
+
- spec/smoke/phone_number_lookup_api_spec.rb
|
487
|
+
- spec/smoke/conferences_api_spec.rb
|
521
488
|
- spec/spec_helper.rb
|
489
|
+
- spec/unit/api/mfa_api_spec.rb
|
490
|
+
- spec/unit/api/statistics_api_spec.rb
|
491
|
+
- spec/unit/api/calls_api_spec.rb
|
492
|
+
- spec/unit/api/media_api_spec.rb
|
493
|
+
- spec/unit/api/messages_api_spec.rb
|
494
|
+
- spec/unit/api/recordings_api_spec.rb
|
495
|
+
- spec/unit/api/transcriptions_api_spec.rb
|
496
|
+
- spec/unit/api/phone_number_lookup_api_spec.rb
|
497
|
+
- spec/unit/api/conferences_api_spec.rb
|
498
|
+
- spec/unit/models/message_spec.rb
|
499
|
+
- spec/unit/models/call_state_enum_spec.rb
|
500
|
+
- spec/unit/models/verify_code_request_spec.rb
|
501
|
+
- spec/unit/models/deferred_result_spec.rb
|
502
|
+
- spec/unit/models/call_state_spec.rb
|
503
|
+
- spec/unit/models/bxml/bxml_spec.rb
|
504
|
+
- spec/unit/models/bxml/nestable_verb_spec.rb
|
505
|
+
- spec/unit/models/bxml/verb_spec.rb
|
506
|
+
- spec/unit/models/bxml/verbs/conference_spec.rb
|
507
|
+
- spec/unit/models/bxml/verbs/stream_param_spec.rb
|
508
|
+
- spec/unit/models/bxml/verbs/speak_sentence_spec.rb
|
509
|
+
- spec/unit/models/bxml/verbs/stop_recording_spec.rb
|
510
|
+
- spec/unit/models/bxml/verbs/resume_recording_spec.rb
|
511
|
+
- spec/unit/models/bxml/verbs/start_stream_spec.rb
|
512
|
+
- spec/unit/models/bxml/verbs/start_gather_spec.rb
|
513
|
+
- spec/unit/models/bxml/verbs/redirect_spec.rb
|
514
|
+
- spec/unit/models/bxml/verbs/sip_uri_spec.rb
|
515
|
+
- spec/unit/models/bxml/verbs/ring_spec.rb
|
516
|
+
- spec/unit/models/bxml/verbs/custom_param_spec.rb
|
517
|
+
- spec/unit/models/bxml/verbs/send_dtmf_spec.rb
|
518
|
+
- spec/unit/models/bxml/verbs/start_transcription_spec.rb
|
519
|
+
- spec/unit/models/bxml/verbs/gather_spec.rb
|
520
|
+
- spec/unit/models/bxml/verbs/phone_number_spec.rb
|
521
|
+
- spec/unit/models/bxml/verbs/bridge_spec.rb
|
522
|
+
- spec/unit/models/bxml/verbs/transfer_spec.rb
|
523
|
+
- spec/unit/models/bxml/verbs/pause_spec.rb
|
524
|
+
- spec/unit/models/bxml/verbs/start_recording_spec.rb
|
525
|
+
- spec/unit/models/bxml/verbs/stop_gather_spec.rb
|
526
|
+
- spec/unit/models/bxml/verbs/stop_transcription_spec.rb
|
527
|
+
- spec/unit/models/bxml/verbs/play_audio_spec.rb
|
528
|
+
- spec/unit/models/bxml/verbs/tag_spec.rb
|
529
|
+
- spec/unit/models/bxml/verbs/hangup_spec.rb
|
530
|
+
- spec/unit/models/bxml/verbs/forward_spec.rb
|
531
|
+
- spec/unit/models/bxml/verbs/pause_recording_spec.rb
|
532
|
+
- spec/unit/models/bxml/verbs/stop_stream_spec.rb
|
533
|
+
- spec/unit/models/bxml/verbs/record_spec.rb
|
534
|
+
- spec/unit/models/bxml/response_spec.rb
|
535
|
+
- spec/unit/client/configuration_spec.rb
|
536
|
+
- spec/unit/client/api_client_spec.rb
|
537
|
+
- spec/unit/client/api_error_spec.rb
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|