bandwidth-sdk 12.1.0 → 13.0.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 +1 -2
- data/Gemfile.lock +11 -20
- data/README.md +2 -0
- data/bandwidth-sdk.gemspec +3 -1
- data/bandwidth.yml +28 -22
- data/coverage/.last_run.json +1 -1
- data/coverage/.resultset.json +489 -756
- data/coverage/index.html +5225 -8162
- data/custom_templates/Gemfile.mustache +1 -2
- data/custom_templates/gemspec.mustache +2 -0
- 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/CallState.md +1 -1
- data/docs/CallTranscription.md +6 -6
- data/docs/CallTranscriptionDetectedLanguageEnum.md +15 -0
- data/docs/CallTranscriptionResponse.md +2 -2
- data/docs/CallTranscriptionTrackEnum.md +15 -0
- data/docs/ConferenceRecordingAvailableCallback.md +1 -1
- data/docs/ConferenceRecordingMetadata.md +1 -1
- 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/MessagingCodeResponse.md +1 -1
- data/docs/RecordingAvailableCallback.md +2 -2
- data/docs/RecordingCompleteCallback.md +2 -2
- data/docs/RecordingTranscriptionMetadata.md +1 -1
- data/docs/RedirectCallback.md +2 -2
- data/docs/TranscriptionAvailableCallback.md +2 -2
- data/docs/TranscriptionsApi.md +1 -1
- data/docs/TransferAnswerCallback.md +2 -2
- data/docs/TransferCompleteCallback.md +2 -2
- data/docs/TransferDisconnectCallback.md +2 -2
- data/lib/bandwidth-sdk/api/calls_api.rb +1 -1
- data/lib/bandwidth-sdk/api/conferences_api.rb +1 -1
- data/lib/bandwidth-sdk/api/media_api.rb +1 -1
- data/lib/bandwidth-sdk/api/messages_api.rb +1 -1
- data/lib/bandwidth-sdk/api/mfa_api.rb +1 -1
- data/lib/bandwidth-sdk/api/phone_number_lookup_api.rb +1 -1
- data/lib/bandwidth-sdk/api/recordings_api.rb +1 -1
- data/lib/bandwidth-sdk/api/statistics_api.rb +1 -1
- data/lib/bandwidth-sdk/api/transcriptions_api.rb +3 -3
- data/lib/bandwidth-sdk/api_client.rb +44 -41
- data/lib/bandwidth-sdk/api_error.rb +1 -1
- data/lib/bandwidth-sdk/configuration.rb +11 -1
- data/lib/bandwidth-sdk/models/account_statistics.rb +2 -2
- data/lib/bandwidth-sdk/models/answer_callback.rb +2 -2
- data/lib/bandwidth-sdk/models/bridge_complete_callback.rb +2 -2
- data/lib/bandwidth-sdk/models/bridge_target_complete_callback.rb +2 -2
- data/lib/bandwidth-sdk/models/bxml/root.rb +0 -6
- data/lib/bandwidth-sdk/models/bxml/verbs/gather.rb +0 -6
- data/lib/bandwidth-sdk/models/bxml/verbs/start_stream.rb +0 -6
- data/lib/bandwidth-sdk/models/bxml/verbs/start_transcription.rb +0 -6
- data/lib/bandwidth-sdk/models/bxml/verbs/transfer.rb +0 -6
- data/lib/bandwidth-sdk/models/call_direction_enum.rb +1 -1
- data/lib/bandwidth-sdk/models/call_recording_metadata.rb +2 -2
- data/lib/bandwidth-sdk/models/call_state.rb +2 -2
- data/lib/bandwidth-sdk/models/call_state_enum.rb +1 -1
- data/lib/bandwidth-sdk/models/call_transcription.rb +11 -37
- data/lib/bandwidth-sdk/models/call_transcription_detected_language_enum.rb +41 -0
- data/lib/bandwidth-sdk/models/call_transcription_metadata.rb +2 -2
- data/lib/bandwidth-sdk/models/call_transcription_response.rb +2 -2
- data/lib/bandwidth-sdk/models/call_transcription_track_enum.rb +40 -0
- data/lib/bandwidth-sdk/models/callback_method_enum.rb +1 -1
- data/lib/bandwidth-sdk/models/code_request.rb +2 -2
- data/lib/bandwidth-sdk/models/conference.rb +2 -2
- data/lib/bandwidth-sdk/models/conference_completed_callback.rb +2 -2
- data/lib/bandwidth-sdk/models/conference_created_callback.rb +2 -2
- data/lib/bandwidth-sdk/models/conference_member.rb +2 -2
- data/lib/bandwidth-sdk/models/conference_member_exit_callback.rb +2 -2
- data/lib/bandwidth-sdk/models/conference_member_join_callback.rb +2 -2
- data/lib/bandwidth-sdk/models/conference_recording_available_callback.rb +2 -2
- data/lib/bandwidth-sdk/models/conference_recording_metadata.rb +2 -2
- data/lib/bandwidth-sdk/models/conference_redirect_callback.rb +2 -2
- data/lib/bandwidth-sdk/models/conference_state_enum.rb +1 -1
- data/lib/bandwidth-sdk/models/create_call.rb +2 -2
- data/lib/bandwidth-sdk/models/create_call_response.rb +2 -2
- data/lib/bandwidth-sdk/models/create_lookup_response.rb +2 -2
- data/lib/bandwidth-sdk/models/create_message_request_error.rb +2 -2
- data/lib/bandwidth-sdk/models/deferred_result.rb +2 -2
- data/lib/bandwidth-sdk/models/disconnect_callback.rb +2 -2
- data/lib/bandwidth-sdk/models/diversion.rb +2 -2
- data/lib/bandwidth-sdk/models/dtmf_callback.rb +2 -2
- data/lib/bandwidth-sdk/models/field_error.rb +2 -2
- data/lib/bandwidth-sdk/models/file_format_enum.rb +1 -1
- data/lib/bandwidth-sdk/models/gather_callback.rb +2 -2
- data/lib/bandwidth-sdk/models/inbound_message_callback.rb +2 -2
- data/lib/bandwidth-sdk/models/inbound_message_callback_message.rb +2 -2
- data/lib/bandwidth-sdk/models/initiate_callback.rb +2 -2
- data/lib/bandwidth-sdk/models/list_message_direction_enum.rb +1 -1
- data/lib/bandwidth-sdk/models/list_message_item.rb +2 -2
- data/lib/bandwidth-sdk/models/lookup_request.rb +2 -2
- data/lib/bandwidth-sdk/models/lookup_result.rb +2 -2
- data/lib/bandwidth-sdk/models/lookup_status.rb +2 -2
- data/lib/bandwidth-sdk/models/lookup_status_enum.rb +1 -1
- data/lib/bandwidth-sdk/models/machine_detection_complete_callback.rb +2 -2
- data/lib/bandwidth-sdk/models/machine_detection_configuration.rb +2 -2
- data/lib/bandwidth-sdk/models/machine_detection_mode_enum.rb +1 -1
- data/lib/bandwidth-sdk/models/machine_detection_result.rb +2 -2
- data/lib/bandwidth-sdk/models/media.rb +2 -2
- data/lib/bandwidth-sdk/models/message.rb +2 -2
- data/lib/bandwidth-sdk/models/message_delivered_callback.rb +2 -2
- data/lib/bandwidth-sdk/models/message_delivered_callback_message.rb +2 -2
- data/lib/bandwidth-sdk/models/message_direction_enum.rb +1 -1
- data/lib/bandwidth-sdk/models/message_failed_callback.rb +2 -2
- data/lib/bandwidth-sdk/models/message_failed_callback_message.rb +2 -2
- data/lib/bandwidth-sdk/models/message_request.rb +2 -2
- data/lib/bandwidth-sdk/models/message_sending_callback.rb +2 -2
- data/lib/bandwidth-sdk/models/message_sending_callback_message.rb +2 -2
- data/lib/bandwidth-sdk/models/message_status_enum.rb +1 -1
- data/lib/bandwidth-sdk/models/message_type_enum.rb +1 -1
- data/lib/bandwidth-sdk/models/messages_list.rb +2 -2
- data/lib/bandwidth-sdk/models/messaging_code_response.rb +2 -2
- data/lib/bandwidth-sdk/models/messaging_request_error.rb +2 -2
- data/lib/bandwidth-sdk/models/mfa_forbidden_request_error.rb +2 -2
- data/lib/bandwidth-sdk/models/mfa_request_error.rb +2 -2
- data/lib/bandwidth-sdk/models/mfa_unauthorized_request_error.rb +2 -2
- data/lib/bandwidth-sdk/models/page_info.rb +2 -2
- data/lib/bandwidth-sdk/models/priority_enum.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/recording_state_enum.rb +1 -1
- data/lib/bandwidth-sdk/models/recording_transcription_metadata.rb +3 -3
- data/lib/bandwidth-sdk/models/recording_transcriptions.rb +2 -2
- data/lib/bandwidth-sdk/models/redirect_callback.rb +2 -2
- data/lib/bandwidth-sdk/models/redirect_method_enum.rb +1 -1
- data/lib/bandwidth-sdk/models/stir_shaken.rb +2 -2
- data/lib/bandwidth-sdk/models/tag.rb +2 -2
- data/lib/bandwidth-sdk/models/tn_lookup_request_error.rb +2 -2
- data/lib/bandwidth-sdk/models/transcribe_recording.rb +2 -2
- data/lib/bandwidth-sdk/models/transcription.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/models/update_call.rb +2 -2
- data/lib/bandwidth-sdk/models/update_call_recording.rb +2 -2
- data/lib/bandwidth-sdk/models/update_conference.rb +2 -2
- data/lib/bandwidth-sdk/models/update_conference_member.rb +2 -2
- data/lib/bandwidth-sdk/models/verify_code_request.rb +2 -2
- data/lib/bandwidth-sdk/models/verify_code_response.rb +2 -2
- data/lib/bandwidth-sdk/models/voice_api_error.rb +2 -2
- data/lib/bandwidth-sdk/models/voice_code_response.rb +2 -2
- data/lib/bandwidth-sdk/version.rb +2 -2
- data/lib/bandwidth-sdk.rb +3 -1
- data/openapitools.json +1 -1
- data/spec/call_utils.rb +1 -1
- data/spec/smoke/calls_api_spec.rb +1 -6
- data/spec/smoke/conferences_api_spec.rb +0 -5
- data/spec/smoke/media_api_spec.rb +0 -5
- data/spec/smoke/messages_api_spec.rb +0 -5
- data/spec/smoke/mfa_api_spec.rb +0 -5
- data/spec/smoke/phone_number_lookup_api_spec.rb +0 -5
- data/spec/smoke/recordings_api_spec.rb +0 -5
- data/spec/smoke/statistics_api_spec.rb +0 -5
- data/spec/smoke/transcriptions_api_spec.rb +0 -5
- data/spec/spec_helper.rb +11 -4
- data/spec/unit/api/calls_api_spec.rb +98 -128
- data/spec/unit/api/conferences_api_spec.rb +63 -126
- data/spec/unit/api/media_api_spec.rb +17 -32
- data/spec/unit/api/messages_api_spec.rb +46 -136
- data/spec/unit/api/mfa_api_spec.rb +8 -24
- data/spec/unit/api/phone_number_lookup_api_spec.rb +23 -37
- data/spec/unit/api/recordings_api_spec.rb +83 -110
- data/spec/unit/api/statistics_api_spec.rb +7 -15
- data/spec/unit/api/transcriptions_api_spec.rb +18 -37
- data/spec/unit/client/api_client_spec.rb +4 -4
- metadata +62 -44
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 46c35fa0cdcbe54296ed953096d1894988d8d29374f7b8344b17e79e4567ad6e
|
4
|
+
data.tar.gz: b949a39974619c744d61b0b784690dcd303abe5a7f068e57146baa3977f000a1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 82c8ff4355dfbd77716fc39634712bf23057ea8cfd05d616ad188ec3504ec335dc9db4fa57b70618d2e4c714bc934cacef40577d26739bd877dd1a120d059624
|
7
|
+
data.tar.gz: a215073711ce4e56cf2fdde04d820971ca30c1f55f34ee05bbe4c0ce78ad17ab46257108d22626975a38273393a89c7731cf3e507441a6c9a48a19b494c2aa7c
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,40 +1,37 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
bandwidth-sdk (
|
4
|
+
bandwidth-sdk (13.0.0)
|
5
5
|
faraday (>= 1.0.1, < 3.0)
|
6
6
|
faraday-multipart
|
7
|
+
marcel
|
7
8
|
ox (~> 2.4)
|
8
9
|
|
9
10
|
GEM
|
10
11
|
remote: https://rubygems.org/
|
11
12
|
specs:
|
12
|
-
addressable (2.8.6)
|
13
|
-
public_suffix (>= 2.0.2, < 6.0)
|
14
13
|
ast (2.4.2)
|
15
|
-
bigdecimal (3.1.8)
|
16
14
|
byebug (11.1.3)
|
17
15
|
coderay (1.1.3)
|
18
|
-
crack (1.0.0)
|
19
|
-
bigdecimal
|
20
|
-
rexml
|
21
16
|
diff-lcs (1.5.1)
|
22
17
|
docile (1.4.0)
|
23
|
-
faraday (2.
|
18
|
+
faraday (2.10.0)
|
24
19
|
faraday-net_http (>= 2.0, < 3.2)
|
20
|
+
logger
|
25
21
|
faraday-multipart (1.0.4)
|
26
22
|
multipart-post (~> 2)
|
27
23
|
faraday-net_http (3.1.0)
|
28
24
|
net-http
|
29
|
-
hashdiff (1.1.0)
|
30
25
|
json (2.7.2)
|
26
|
+
logger (1.6.0)
|
27
|
+
marcel (1.0.4)
|
31
28
|
method_source (1.1.0)
|
32
29
|
multipart-post (2.4.1)
|
33
30
|
net-http (0.4.1)
|
34
31
|
uri
|
35
32
|
ox (2.14.18)
|
36
33
|
parallel (1.25.1)
|
37
|
-
parser (3.3.
|
34
|
+
parser (3.3.4.0)
|
38
35
|
ast (~> 2.4.1)
|
39
36
|
racc
|
40
37
|
pry (0.14.2)
|
@@ -43,12 +40,11 @@ GEM
|
|
43
40
|
pry-byebug (3.10.1)
|
44
41
|
byebug (~> 11.0)
|
45
42
|
pry (>= 0.13, < 0.15)
|
46
|
-
public_suffix (5.0.5)
|
47
43
|
racc (1.8.0)
|
48
44
|
rainbow (3.1.1)
|
49
|
-
rake (13.
|
45
|
+
rake (13.2.1)
|
50
46
|
regexp_parser (2.9.2)
|
51
|
-
rexml (3.3.
|
47
|
+
rexml (3.3.2)
|
52
48
|
strscan
|
53
49
|
rspec (3.13.0)
|
54
50
|
rspec-core (~> 3.13.0)
|
@@ -56,7 +52,7 @@ GEM
|
|
56
52
|
rspec-mocks (~> 3.13.0)
|
57
53
|
rspec-core (3.13.0)
|
58
54
|
rspec-support (~> 3.13.0)
|
59
|
-
rspec-expectations (3.13.
|
55
|
+
rspec-expectations (3.13.1)
|
60
56
|
diff-lcs (>= 1.2.0, < 2.0)
|
61
57
|
rspec-support (~> 3.13.0)
|
62
58
|
rspec-mocks (3.13.1)
|
@@ -85,10 +81,6 @@ GEM
|
|
85
81
|
strscan (3.1.0)
|
86
82
|
unicode-display_width (2.5.0)
|
87
83
|
uri (0.13.0)
|
88
|
-
webmock (3.18.1)
|
89
|
-
addressable (>= 2.8.0)
|
90
|
-
crack (>= 0.3.2)
|
91
|
-
hashdiff (>= 0.4.0, < 2.0.0)
|
92
84
|
|
93
85
|
PLATFORMS
|
94
86
|
x86_64-linux
|
@@ -96,11 +88,10 @@ PLATFORMS
|
|
96
88
|
DEPENDENCIES
|
97
89
|
bandwidth-sdk!
|
98
90
|
pry-byebug
|
99
|
-
rake (~> 13.
|
91
|
+
rake (~> 13.2.1)
|
100
92
|
rspec (~> 3.6, >= 3.6.0)
|
101
93
|
rubocop (~> 1.52.0)
|
102
94
|
simplecov (~> 0.21.2)
|
103
|
-
webmock (~> 3.18.0)
|
104
95
|
|
105
96
|
BUNDLED WITH
|
106
97
|
2.2.33
|
data/README.md
CHANGED
@@ -159,8 +159,10 @@ Class | Method | HTTP request | Description
|
|
159
159
|
- [Bandwidth::CallState](docs/CallState.md)
|
160
160
|
- [Bandwidth::CallStateEnum](docs/CallStateEnum.md)
|
161
161
|
- [Bandwidth::CallTranscription](docs/CallTranscription.md)
|
162
|
+
- [Bandwidth::CallTranscriptionDetectedLanguageEnum](docs/CallTranscriptionDetectedLanguageEnum.md)
|
162
163
|
- [Bandwidth::CallTranscriptionMetadata](docs/CallTranscriptionMetadata.md)
|
163
164
|
- [Bandwidth::CallTranscriptionResponse](docs/CallTranscriptionResponse.md)
|
165
|
+
- [Bandwidth::CallTranscriptionTrackEnum](docs/CallTranscriptionTrackEnum.md)
|
164
166
|
- [Bandwidth::CallbackMethodEnum](docs/CallbackMethodEnum.md)
|
165
167
|
- [Bandwidth::CodeRequest](docs/CodeRequest.md)
|
166
168
|
- [Bandwidth::Conference](docs/Conference.md)
|
data/bandwidth-sdk.gemspec
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
The version of the OpenAPI document: 1.0.0
|
9
9
|
Contact: letstalk@bandwidth.com
|
10
10
|
Generated by: https://openapi-generator.tech
|
11
|
-
|
11
|
+
Generator version: 7.7.0
|
12
12
|
|
13
13
|
=end
|
14
14
|
|
@@ -26,10 +26,12 @@ Gem::Specification.new do |s|
|
|
26
26
|
s.description = 'The official client SDK for Bandwidth's Voice, Messaging, MFA, and WebRTC APIs'
|
27
27
|
s.license = 'MIT'
|
28
28
|
s.required_ruby_version = '>=2.7'
|
29
|
+
s.metadata = {}
|
29
30
|
|
30
31
|
s.add_runtime_dependency 'faraday', '>= 1.0.1', '< 3.0'
|
31
32
|
s.add_runtime_dependency 'faraday-multipart'
|
32
33
|
s.add_runtime_dependency 'ox', '~> 2.4'
|
34
|
+
s.add_runtime_dependency 'marcel'
|
33
35
|
|
34
36
|
s.add_development_dependency 'rspec', '~> 3.6', '>= 3.6.0'
|
35
37
|
|
data/bandwidth.yml
CHANGED
@@ -1173,7 +1173,7 @@ paths:
|
|
1173
1173
|
[startTranscription](/docs/voice/bxml/startTranscription).
|
1174
1174
|
|
1175
1175
|
|
1176
|
-
Note: After the deletion is requested and a `
|
1176
|
+
Note: After the deletion is requested and a `200` is returned, the
|
1177
1177
|
transcription will not be accessible anymore. However, it is not deleted
|
1178
1178
|
immediately. This deletion process, while transparent and irreversible,
|
1179
1179
|
can take an additional 24 to 48 hours.
|
@@ -1183,7 +1183,7 @@ paths:
|
|
1183
1183
|
- $ref: '#/components/parameters/callId'
|
1184
1184
|
- $ref: '#/components/parameters/transcriptionId'
|
1185
1185
|
responses:
|
1186
|
-
'
|
1186
|
+
'200':
|
1187
1187
|
$ref: '#/components/responses/deleteCallTranscriptionResponse'
|
1188
1188
|
'400':
|
1189
1189
|
$ref: '#/components/responses/voiceBadRequestError'
|
@@ -2131,6 +2131,21 @@ components:
|
|
2131
2131
|
|
2132
2132
|
and will include its result.
|
2133
2133
|
example: async
|
2134
|
+
callTranscriptionDetectedLanguageEnum:
|
2135
|
+
type: string
|
2136
|
+
enum:
|
2137
|
+
- en-US
|
2138
|
+
- es-US
|
2139
|
+
- fr-FR
|
2140
|
+
description: The detected language for this transcription.
|
2141
|
+
example: en-US
|
2142
|
+
callTranscriptionTrackEnum:
|
2143
|
+
type: string
|
2144
|
+
enum:
|
2145
|
+
- inbound
|
2146
|
+
- outbound
|
2147
|
+
description: Which `track` this transcription is derived from.
|
2148
|
+
example: inbound
|
2134
2149
|
createCall:
|
2135
2150
|
type: object
|
2136
2151
|
required:
|
@@ -2496,7 +2511,7 @@ components:
|
|
2496
2511
|
description: >-
|
2497
2512
|
The phone number that made the call, in E.164 format (e.g.
|
2498
2513
|
+15555555555).
|
2499
|
-
example: '19195554321'
|
2514
|
+
example: '+19195554321'
|
2500
2515
|
direction:
|
2501
2516
|
$ref: '#/components/schemas/callDirectionEnum'
|
2502
2517
|
state:
|
@@ -3265,7 +3280,7 @@ components:
|
|
3265
3280
|
accountId:
|
3266
3281
|
type: string
|
3267
3282
|
description: The user account associated with the call.
|
3268
|
-
example: '
|
3283
|
+
example: '9900000'
|
3269
3284
|
callId:
|
3270
3285
|
type: string
|
3271
3286
|
description: The call id associated with the event.
|
@@ -3281,27 +3296,16 @@ components:
|
|
3281
3296
|
example:
|
3282
3297
|
- detectedLanguage: en-US
|
3283
3298
|
track: inbound
|
3284
|
-
|
3299
|
+
transcript: Hello World! This is an example.
|
3285
3300
|
confidence: 0.9
|
3286
3301
|
callTranscription:
|
3287
3302
|
type: object
|
3288
3303
|
properties:
|
3289
3304
|
detectedLanguage:
|
3290
|
-
|
3291
|
-
enum:
|
3292
|
-
- en-US
|
3293
|
-
- es-US
|
3294
|
-
- fr-FR
|
3295
|
-
description: The detected language for this transcription.
|
3296
|
-
example: en-US
|
3305
|
+
$ref: '#/components/schemas/callTranscriptionDetectedLanguageEnum'
|
3297
3306
|
track:
|
3298
|
-
|
3299
|
-
|
3300
|
-
- inbound
|
3301
|
-
- outbound
|
3302
|
-
description: Which `track` this transcription is derived from.
|
3303
|
-
example: inbound
|
3304
|
-
text:
|
3307
|
+
$ref: '#/components/schemas/callTranscriptionTrackEnum'
|
3308
|
+
transcript:
|
3305
3309
|
type: string
|
3306
3310
|
description: The transcription itself.
|
3307
3311
|
example: Hello World! This is an example.
|
@@ -3327,6 +3331,7 @@ components:
|
|
3327
3331
|
$ref: '#/components/schemas/status'
|
3328
3332
|
completedTime:
|
3329
3333
|
type: string
|
3334
|
+
format: date-time
|
3330
3335
|
description: The time that the transcription was completed
|
3331
3336
|
example: '2022-06-13T18:46:29.715Z'
|
3332
3337
|
url:
|
@@ -4139,7 +4144,7 @@ components:
|
|
4139
4144
|
accountId:
|
4140
4145
|
type: string
|
4141
4146
|
description: The user account associated with the call.
|
4142
|
-
example: '
|
4147
|
+
example: '9900000'
|
4143
4148
|
applicationId:
|
4144
4149
|
type: string
|
4145
4150
|
description: The id of the application associated with the call.
|
@@ -4240,7 +4245,7 @@ components:
|
|
4240
4245
|
description: >-
|
4241
4246
|
The phone number used as the to field of the B-leg call, in E.164 format
|
4242
4247
|
(e.g. +15555555555).
|
4243
|
-
example: +15555555555
|
4248
|
+
example: '+15555555555'
|
4244
4249
|
mediaUrl:
|
4245
4250
|
nullable: true
|
4246
4251
|
type: string
|
@@ -4451,7 +4456,7 @@ components:
|
|
4451
4456
|
messageId:
|
4452
4457
|
type: string
|
4453
4458
|
description: Messaging API Message ID.
|
4454
|
-
example:
|
4459
|
+
example: 1589228074636lm4k2je7j7jklbn2
|
4455
4460
|
verifyCodeRequest:
|
4456
4461
|
type: object
|
4457
4462
|
properties:
|
@@ -5787,6 +5792,7 @@ components:
|
|
5787
5792
|
answerMethod: POST
|
5788
5793
|
answerUrl: https://myServer.example/bandwidth/webhooks/answer
|
5789
5794
|
answerFallbackMethod: POST
|
5795
|
+
answerFallbackUrl: https://myServer.example/bandwidth/webhooks/answerFallback
|
5790
5796
|
disconnectMethod: POST
|
5791
5797
|
disconnectUrl: https://myServer.example/bandwidth/webhooks/disconnect
|
5792
5798
|
username: mySecretUsername
|
data/coverage/.last_run.json
CHANGED