bandwidth-sdk 12.0.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 +6 -6
- data/README.md +1 -1
- data/Rakefile +4 -12
- data/bandwidth.yml +20 -11
- data/coverage/.last_run.json +1 -1
- data/coverage/.resultset.json +1065 -1063
- data/coverage/index.html +2579 -2557
- data/docs/AnswerCallback.md +1 -1
- data/docs/BridgeCompleteCallback.md +1 -1
- data/docs/BridgeTargetCompleteCallback.md +1 -1
- data/docs/CallRecordingMetadata.md +2 -2
- 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 +2 -2
- data/docs/RecordingCompleteCallback.md +2 -2
- data/docs/RedirectCallback.md +2 -2
- data/docs/TranscriptionAvailableCallback.md +2 -2
- data/docs/TransferAnswerCallback.md +2 -2
- data/docs/TransferCompleteCallback.md +2 -2
- data/docs/TransferDisconnectCallback.md +2 -2
- 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 +2 -2
- 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 +2 -2
- data/lib/bandwidth-sdk/models/recording_complete_callback.rb +2 -2
- 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/spec/{integration/calls_api_integration_spec.rb → smoke/calls_api_spec.rb} +2 -0
- data/spec/spec_helper.rb +2 -2
- data/spec/{api → unit/api}/calls_api_spec.rb +2 -0
- metadata +118 -118
- /data/spec/{integration/conferences_api_integration_spec.rb → smoke/conferences_api_spec.rb} +0 -0
- /data/spec/{integration/media_api_integration_spec.rb → smoke/media_api_spec.rb} +0 -0
- /data/spec/{integration/messages_api_integration_spec.rb → smoke/messages_api_spec.rb} +0 -0
- /data/spec/{integration/mfa_api_integration_spec.rb → smoke/mfa_api_spec.rb} +0 -0
- /data/spec/{integration/phone_number_lookup_api_integration_spec.rb → smoke/phone_number_lookup_api_spec.rb} +0 -0
- /data/spec/{integration/recordings_api_integration_spec.rb → smoke/recordings_api_spec.rb} +0 -0
- /data/spec/{integration/statistics_api_integration_spec.rb → smoke/statistics_api_spec.rb} +0 -0
- /data/spec/{integration/transcriptions_api_integration_spec.rb → smoke/transcriptions_api_spec.rb} +0 -0
- /data/spec/{api → unit/api}/conferences_api_spec.rb +0 -0
- /data/spec/{api → unit/api}/media_api_spec.rb +0 -0
- /data/spec/{api → unit/api}/messages_api_spec.rb +0 -0
- /data/spec/{api → unit/api}/mfa_api_spec.rb +0 -0
- /data/spec/{api → unit/api}/phone_number_lookup_api_spec.rb +0 -0
- /data/spec/{api → unit/api}/recordings_api_spec.rb +0 -0
- /data/spec/{api → unit/api}/statistics_api_spec.rb +0 -0
- /data/spec/{api → unit/api}/transcriptions_api_spec.rb +0 -0
- /data/spec/{api_client_spec.rb → unit/client/api_client_spec.rb} +0 -0
- /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
@@ -28,7 +28,7 @@ module Bandwidth
|
|
28
28
|
# The id of the application associated with the call.
|
29
29
|
attr_accessor :application_id
|
30
30
|
|
31
|
-
# The provided identifier of the caller
|
31
|
+
# The provided identifier of the caller. Must be a phone number in E.164 format (e.g. +15555555555).
|
32
32
|
attr_accessor :from
|
33
33
|
|
34
34
|
# The phone number that received the call, in E.164 format (e.g. +15555555555).
|
@@ -70,7 +70,7 @@ module Bandwidth
|
|
70
70
|
|
71
71
|
attr_accessor :transcription
|
72
72
|
|
73
|
-
# The phone number used as the from field of the B-leg call, in E.164 format (e.g. +15555555555)
|
73
|
+
# The phone number used as the from field of the B-leg call, in E.164 format (e.g. +15555555555).
|
74
74
|
attr_accessor :transfer_caller_id
|
75
75
|
|
76
76
|
# The phone number used as the to field of the B-leg call, in E.164 format (e.g. +15555555555).
|
@@ -28,7 +28,7 @@ module Bandwidth
|
|
28
28
|
# The id of the application associated with the call.
|
29
29
|
attr_accessor :application_id
|
30
30
|
|
31
|
-
# The provided identifier of the caller
|
31
|
+
# The provided identifier of the caller. Must be a phone number in E.164 format (e.g. +15555555555).
|
32
32
|
attr_accessor :from
|
33
33
|
|
34
34
|
# The phone number that received the call, in E.164 format (e.g. +15555555555).
|
@@ -54,7 +54,7 @@ module Bandwidth
|
|
54
54
|
# (optional) The tag specified on call creation. If no tag was specified or it was previously cleared, this field will not be present.
|
55
55
|
attr_accessor :tag
|
56
56
|
|
57
|
-
# The phone number used as the from field of the B-leg call, in E.164 format (e.g. +15555555555)
|
57
|
+
# The phone number used as the from field of the B-leg call, in E.164 format (e.g. +15555555555).
|
58
58
|
attr_accessor :transfer_caller_id
|
59
59
|
|
60
60
|
# The phone number used as the to field of the B-leg call, in E.164 format (e.g. +15555555555).
|
@@ -28,7 +28,7 @@ module Bandwidth
|
|
28
28
|
# The id of the application associated with the call.
|
29
29
|
attr_accessor :application_id
|
30
30
|
|
31
|
-
# The provided identifier of the caller
|
31
|
+
# The provided identifier of the caller. Must be a phone number in E.164 format (e.g. +15555555555).
|
32
32
|
attr_accessor :from
|
33
33
|
|
34
34
|
# The phone number that received the call, in E.164 format (e.g. +15555555555).
|
@@ -54,7 +54,7 @@ module Bandwidth
|
|
54
54
|
# (optional) The tag specified on call creation. If no tag was specified or it was previously cleared, this field will not be present.
|
55
55
|
attr_accessor :tag
|
56
56
|
|
57
|
-
# The phone number used as the from field of the B-leg call, in E.164 format (e.g. +15555555555)
|
57
|
+
# The phone number used as the from field of the B-leg call, in E.164 format (e.g. +15555555555).
|
58
58
|
attr_accessor :transfer_caller_id
|
59
59
|
|
60
60
|
# The phone number used as the to field of the B-leg call, in E.164 format (e.g. +15555555555).
|
@@ -28,7 +28,7 @@ module Bandwidth
|
|
28
28
|
# The id of the application associated with the call.
|
29
29
|
attr_accessor :application_id
|
30
30
|
|
31
|
-
# The provided identifier of the caller
|
31
|
+
# The provided identifier of the caller. Must be a phone number in E.164 format (e.g. +15555555555).
|
32
32
|
attr_accessor :from
|
33
33
|
|
34
34
|
# The phone number that received the call, in E.164 format (e.g. +15555555555).
|
@@ -60,7 +60,7 @@ module Bandwidth
|
|
60
60
|
# (optional) The tag specified on call creation. If no tag was specified or it was previously cleared, this field will not be present.
|
61
61
|
attr_accessor :tag
|
62
62
|
|
63
|
-
# The phone number used as the from field of the B-leg call, in E.164 format (e.g. +15555555555)
|
63
|
+
# The phone number used as the from field of the B-leg call, in E.164 format (e.g. +15555555555).
|
64
64
|
attr_accessor :transfer_caller_id
|
65
65
|
|
66
66
|
# The phone number used as the to field of the B-leg call, in E.164 format (e.g. +15555555555).
|
@@ -3,6 +3,7 @@ require_relative '../call_utils'
|
|
3
3
|
# Integration Tests for Bandwidth::CallsApi
|
4
4
|
describe 'CallsApi Integration Tests' do
|
5
5
|
# call info
|
6
|
+
let(:privacy) { false }
|
6
7
|
let(:display_name) { 'Ruby SDK' }
|
7
8
|
let(:answer_method) { Bandwidth::CallbackMethodEnum::POST }
|
8
9
|
let(:answer_url) { BASE_CALLBACK_URL + '/callbacks/answer' }
|
@@ -48,6 +49,7 @@ describe 'CallsApi Integration Tests' do
|
|
48
49
|
application_id: BW_VOICE_APPLICATION_ID,
|
49
50
|
to: USER_NUMBER,
|
50
51
|
from: BW_NUMBER,
|
52
|
+
privacy: privacy,
|
51
53
|
display_name: display_name,
|
52
54
|
answer_url: answer_url,
|
53
55
|
answer_method: answer_method,
|
data/spec/spec_helper.rb
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
# Test Coverage Configuration
|
2
2
|
require 'simplecov'
|
3
3
|
SimpleCov.start do
|
4
|
-
add_filter 'spec/
|
4
|
+
add_filter 'spec/smoke'
|
5
5
|
add_filter 'spec/call_utils.rb'
|
6
6
|
add_filter do |source_file|
|
7
7
|
if !source_file.filename.include? 'bandwidth-sdk/models' then
|
@@ -89,7 +89,7 @@ RSpec.configure do |config|
|
|
89
89
|
config.password = BW_PASSWORD
|
90
90
|
end
|
91
91
|
calls_api = Bandwidth::CallsApi.new
|
92
|
-
|
92
|
+
cleanup_calls($active_calls, calls_api)
|
93
93
|
}
|
94
94
|
|
95
95
|
# rspec-expectations config goes here. You can use an alternate
|
@@ -6,6 +6,7 @@ describe 'CallsApi' do
|
|
6
6
|
let(:call_url) { "https://voice.bandwidth.com/api/v2/accounts/#{BW_ACCOUNT_ID}/calls/#{call_id}" }
|
7
7
|
let(:call_timeout) { 30.0 }
|
8
8
|
let(:callback_timeout) { 15.0 }
|
9
|
+
let(:privacy) { false }
|
9
10
|
let(:display_name) { 'Ruby SDK' }
|
10
11
|
let(:answer_method) { Bandwidth::CallbackMethodEnum::POST }
|
11
12
|
let(:answer_url) { BASE_CALLBACK_URL + '/callbacks/answer' }
|
@@ -72,6 +73,7 @@ describe 'CallsApi' do
|
|
72
73
|
application_id: BW_VOICE_APPLICATION_ID,
|
73
74
|
to: USER_NUMBER,
|
74
75
|
from: BW_NUMBER,
|
76
|
+
privacy: privacy,
|
75
77
|
display_name: display_name,
|
76
78
|
answer_url: answer_url,
|
77
79
|
answer_fallback_url: answer_fallback_url,
|
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: 12.
|
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
|
@@ -389,67 +389,67 @@ files:
|
|
389
389
|
- lib/bandwidth-sdk/version.rb
|
390
390
|
- openapi-config.yml
|
391
391
|
- openapitools.json
|
392
|
-
- spec/api/calls_api_spec.rb
|
393
|
-
- spec/api/conferences_api_spec.rb
|
394
|
-
- spec/api/media_api_spec.rb
|
395
|
-
- spec/api/messages_api_spec.rb
|
396
|
-
- spec/api/mfa_api_spec.rb
|
397
|
-
- spec/api/phone_number_lookup_api_spec.rb
|
398
|
-
- spec/api/recordings_api_spec.rb
|
399
|
-
- spec/api/statistics_api_spec.rb
|
400
|
-
- spec/api/transcriptions_api_spec.rb
|
401
|
-
- spec/api_client_spec.rb
|
402
|
-
- spec/api_error_spec.rb
|
403
392
|
- spec/call_utils.rb
|
404
|
-
- spec/configuration_spec.rb
|
405
393
|
- spec/fixtures/ruby_cat.jpeg
|
406
|
-
- spec/
|
407
|
-
- spec/
|
408
|
-
- spec/
|
409
|
-
- spec/
|
410
|
-
- spec/
|
411
|
-
- spec/
|
412
|
-
- spec/
|
413
|
-
- spec/
|
414
|
-
- spec/
|
415
|
-
- spec/models/bxml/bxml_spec.rb
|
416
|
-
- spec/models/bxml/nestable_verb_spec.rb
|
417
|
-
- spec/models/bxml/response_spec.rb
|
418
|
-
- spec/models/bxml/verb_spec.rb
|
419
|
-
- spec/models/bxml/verbs/bridge_spec.rb
|
420
|
-
- spec/models/bxml/verbs/conference_spec.rb
|
421
|
-
- spec/models/bxml/verbs/custom_param_spec.rb
|
422
|
-
- spec/models/bxml/verbs/forward_spec.rb
|
423
|
-
- spec/models/bxml/verbs/gather_spec.rb
|
424
|
-
- spec/models/bxml/verbs/hangup_spec.rb
|
425
|
-
- spec/models/bxml/verbs/pause_recording_spec.rb
|
426
|
-
- spec/models/bxml/verbs/pause_spec.rb
|
427
|
-
- spec/models/bxml/verbs/phone_number_spec.rb
|
428
|
-
- spec/models/bxml/verbs/play_audio_spec.rb
|
429
|
-
- spec/models/bxml/verbs/record_spec.rb
|
430
|
-
- spec/models/bxml/verbs/redirect_spec.rb
|
431
|
-
- spec/models/bxml/verbs/resume_recording_spec.rb
|
432
|
-
- spec/models/bxml/verbs/ring_spec.rb
|
433
|
-
- spec/models/bxml/verbs/send_dtmf_spec.rb
|
434
|
-
- spec/models/bxml/verbs/sip_uri_spec.rb
|
435
|
-
- spec/models/bxml/verbs/speak_sentence_spec.rb
|
436
|
-
- spec/models/bxml/verbs/start_gather_spec.rb
|
437
|
-
- spec/models/bxml/verbs/start_recording_spec.rb
|
438
|
-
- spec/models/bxml/verbs/start_stream_spec.rb
|
439
|
-
- spec/models/bxml/verbs/start_transcription_spec.rb
|
440
|
-
- spec/models/bxml/verbs/stop_gather_spec.rb
|
441
|
-
- spec/models/bxml/verbs/stop_recording_spec.rb
|
442
|
-
- spec/models/bxml/verbs/stop_stream_spec.rb
|
443
|
-
- spec/models/bxml/verbs/stop_transcription_spec.rb
|
444
|
-
- spec/models/bxml/verbs/stream_param_spec.rb
|
445
|
-
- spec/models/bxml/verbs/tag_spec.rb
|
446
|
-
- spec/models/bxml/verbs/transfer_spec.rb
|
447
|
-
- spec/models/call_state_enum_spec.rb
|
448
|
-
- spec/models/call_state_spec.rb
|
449
|
-
- spec/models/deferred_result_spec.rb
|
450
|
-
- spec/models/message_spec.rb
|
451
|
-
- 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
|
452
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
|
453
453
|
homepage: https://github.com/Bandwidth/ruby-sdk
|
454
454
|
licenses:
|
455
455
|
- MIT
|
@@ -474,64 +474,64 @@ signing_key:
|
|
474
474
|
specification_version: 4
|
475
475
|
summary: Bandwidth Ruby SDK
|
476
476
|
test_files:
|
477
|
-
- spec/api/mfa_api_spec.rb
|
478
|
-
- spec/api/statistics_api_spec.rb
|
479
|
-
- spec/api/calls_api_spec.rb
|
480
|
-
- spec/api/media_api_spec.rb
|
481
|
-
- spec/api/messages_api_spec.rb
|
482
|
-
- spec/api/recordings_api_spec.rb
|
483
|
-
- spec/api/transcriptions_api_spec.rb
|
484
|
-
- spec/api/phone_number_lookup_api_spec.rb
|
485
|
-
- spec/api/conferences_api_spec.rb
|
486
|
-
- spec/api_client_spec.rb
|
487
|
-
- spec/api_error_spec.rb
|
488
477
|
- spec/call_utils.rb
|
489
|
-
- spec/configuration_spec.rb
|
490
478
|
- spec/fixtures/ruby_cat.jpeg
|
491
|
-
- spec/
|
492
|
-
- spec/
|
493
|
-
- spec/
|
494
|
-
- spec/
|
495
|
-
- spec/
|
496
|
-
- spec/
|
497
|
-
- spec/
|
498
|
-
- spec/
|
499
|
-
- spec/
|
500
|
-
- spec/models/message_spec.rb
|
501
|
-
- spec/models/call_state_enum_spec.rb
|
502
|
-
- spec/models/verify_code_request_spec.rb
|
503
|
-
- spec/models/deferred_result_spec.rb
|
504
|
-
- spec/models/call_state_spec.rb
|
505
|
-
- spec/models/bxml/bxml_spec.rb
|
506
|
-
- spec/models/bxml/nestable_verb_spec.rb
|
507
|
-
- spec/models/bxml/verb_spec.rb
|
508
|
-
- spec/models/bxml/verbs/conference_spec.rb
|
509
|
-
- spec/models/bxml/verbs/stream_param_spec.rb
|
510
|
-
- spec/models/bxml/verbs/speak_sentence_spec.rb
|
511
|
-
- spec/models/bxml/verbs/stop_recording_spec.rb
|
512
|
-
- spec/models/bxml/verbs/resume_recording_spec.rb
|
513
|
-
- spec/models/bxml/verbs/start_stream_spec.rb
|
514
|
-
- spec/models/bxml/verbs/start_gather_spec.rb
|
515
|
-
- spec/models/bxml/verbs/redirect_spec.rb
|
516
|
-
- spec/models/bxml/verbs/sip_uri_spec.rb
|
517
|
-
- spec/models/bxml/verbs/ring_spec.rb
|
518
|
-
- spec/models/bxml/verbs/custom_param_spec.rb
|
519
|
-
- spec/models/bxml/verbs/send_dtmf_spec.rb
|
520
|
-
- spec/models/bxml/verbs/start_transcription_spec.rb
|
521
|
-
- spec/models/bxml/verbs/gather_spec.rb
|
522
|
-
- spec/models/bxml/verbs/phone_number_spec.rb
|
523
|
-
- spec/models/bxml/verbs/bridge_spec.rb
|
524
|
-
- spec/models/bxml/verbs/transfer_spec.rb
|
525
|
-
- spec/models/bxml/verbs/pause_spec.rb
|
526
|
-
- spec/models/bxml/verbs/start_recording_spec.rb
|
527
|
-
- spec/models/bxml/verbs/stop_gather_spec.rb
|
528
|
-
- spec/models/bxml/verbs/stop_transcription_spec.rb
|
529
|
-
- spec/models/bxml/verbs/play_audio_spec.rb
|
530
|
-
- spec/models/bxml/verbs/tag_spec.rb
|
531
|
-
- spec/models/bxml/verbs/hangup_spec.rb
|
532
|
-
- spec/models/bxml/verbs/forward_spec.rb
|
533
|
-
- spec/models/bxml/verbs/pause_recording_spec.rb
|
534
|
-
- spec/models/bxml/verbs/stop_stream_spec.rb
|
535
|
-
- spec/models/bxml/verbs/record_spec.rb
|
536
|
-
- spec/models/bxml/response_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
|
537
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
|
/data/spec/{integration/conferences_api_integration_spec.rb → smoke/conferences_api_spec.rb}
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
/data/spec/{integration/transcriptions_api_integration_spec.rb → smoke/transcriptions_api_spec.rb}
RENAMED
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
|
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
|