bandwidth-sdk 13.0.0 → 13.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 +9 -9
- data/bandwidth.yml +15 -0
- data/coverage/.last_run.json +1 -1
- data/coverage/.resultset.json +103 -99
- data/coverage/index.html +559 -515
- data/docs/CallRecordingMetadata.md +3 -1
- data/docs/CallTranscriptionMetadata.md +2 -0
- data/docs/ConferenceRecordingMetadata.md +3 -1
- data/lib/bandwidth-sdk/models/call_recording_metadata.rb +15 -5
- data/lib/bandwidth-sdk/models/call_transcription_metadata.rb +11 -1
- data/lib/bandwidth-sdk/models/conference_recording_metadata.rb +15 -5
- data/lib/bandwidth-sdk/version.rb +1 -1
- data/spec/smoke/transcriptions_api_spec.rb +1 -0
- data/spec/unit/api/recordings_api_spec.rb +4 -1
- data/spec/unit/api/transcriptions_api_spec.rb +1 -0
- metadata +47 -47
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b267b8cfa15ea2ff23186641188b7a1fe3e1f82b1774d9401e1d66526ffbd085
|
4
|
+
data.tar.gz: '05982bc4ab734d6680660922b141d6b6e019c59e79814cce48a84447fdd09bd7'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0ae0e2dcb3c531a664e29a5d5cb6e126eaf2ae0cef9080f2682995a06a29ad4a8c21484ce6b6b177975d1a7f1aeb5a7ebac3cdcf0ea079d050d0f1e6618e42ec
|
7
|
+
data.tar.gz: 21ef287593a4d498aa00fabcac605522be09c0dab1ba464f1a05499520a8618b3092c6639944f76c2ebe455a25f58ba2003f4ddf00da12224da04ca947825285
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
bandwidth-sdk (13.
|
4
|
+
bandwidth-sdk (13.1.0)
|
5
5
|
faraday (>= 1.0.1, < 3.0)
|
6
6
|
faraday-multipart
|
7
7
|
marcel
|
@@ -14,13 +14,13 @@ GEM
|
|
14
14
|
byebug (11.1.3)
|
15
15
|
coderay (1.1.3)
|
16
16
|
diff-lcs (1.5.1)
|
17
|
-
docile (1.4.
|
18
|
-
faraday (2.10.
|
17
|
+
docile (1.4.1)
|
18
|
+
faraday (2.10.1)
|
19
19
|
faraday-net_http (>= 2.0, < 3.2)
|
20
20
|
logger
|
21
21
|
faraday-multipart (1.0.4)
|
22
22
|
multipart-post (~> 2)
|
23
|
-
faraday-net_http (3.1.
|
23
|
+
faraday-net_http (3.1.1)
|
24
24
|
net-http
|
25
25
|
json (2.7.2)
|
26
26
|
logger (1.6.0)
|
@@ -30,8 +30,8 @@ GEM
|
|
30
30
|
net-http (0.4.1)
|
31
31
|
uri
|
32
32
|
ox (2.14.18)
|
33
|
-
parallel (1.
|
34
|
-
parser (3.3.4.
|
33
|
+
parallel (1.26.2)
|
34
|
+
parser (3.3.4.2)
|
35
35
|
ast (~> 2.4.1)
|
36
36
|
racc
|
37
37
|
pry (0.14.2)
|
@@ -40,11 +40,11 @@ GEM
|
|
40
40
|
pry-byebug (3.10.1)
|
41
41
|
byebug (~> 11.0)
|
42
42
|
pry (>= 0.13, < 0.15)
|
43
|
-
racc (1.8.
|
43
|
+
racc (1.8.1)
|
44
44
|
rainbow (3.1.1)
|
45
45
|
rake (13.2.1)
|
46
46
|
regexp_parser (2.9.2)
|
47
|
-
rexml (3.3.
|
47
|
+
rexml (3.3.5)
|
48
48
|
strscan
|
49
49
|
rspec (3.13.0)
|
50
50
|
rspec-core (~> 3.13.0)
|
@@ -69,7 +69,7 @@ GEM
|
|
69
69
|
rubocop-ast (>= 1.28.0, < 2.0)
|
70
70
|
ruby-progressbar (~> 1.7)
|
71
71
|
unicode-display_width (>= 2.4.0, < 3.0)
|
72
|
-
rubocop-ast (1.
|
72
|
+
rubocop-ast (1.32.0)
|
73
73
|
parser (>= 3.3.1.0)
|
74
74
|
ruby-progressbar (1.13.0)
|
75
75
|
simplecov (0.21.2)
|
data/bandwidth.yml
CHANGED
@@ -2802,6 +2802,8 @@ components:
|
|
2802
2802
|
$ref: '#/components/schemas/mediaUrl'
|
2803
2803
|
transcription:
|
2804
2804
|
$ref: '#/components/schemas/recordingTranscriptionMetadata'
|
2805
|
+
recordingName:
|
2806
|
+
$ref: '#/components/schemas/recordingName'
|
2805
2807
|
conference:
|
2806
2808
|
type: object
|
2807
2809
|
properties:
|
@@ -3041,6 +3043,8 @@ components:
|
|
3041
3043
|
$ref: '#/components/schemas/status'
|
3042
3044
|
mediaUrl:
|
3043
3045
|
$ref: '#/components/schemas/mediaUrl'
|
3046
|
+
recordingName:
|
3047
|
+
$ref: '#/components/schemas/recordingName'
|
3044
3048
|
machineDetectionConfiguration:
|
3045
3049
|
type: object
|
3046
3050
|
description: >-
|
@@ -3254,6 +3258,7 @@ components:
|
|
3254
3258
|
$ref: '#/components/schemas/callTranscriptionMetadata'
|
3255
3259
|
example:
|
3256
3260
|
- transcriptionId: t-3f758f24-c7a2fc78-7c91-401a-8b2e-e542f9c40d6b
|
3261
|
+
transcriptionName: live_transcription
|
3257
3262
|
transcriptionUrl: >-
|
3258
3263
|
https://voice.bandwidth.com/api/v2/accounts/9900000/calls/c-fef240ff-5cfc9091-8069-4863-a8c0-a4dcbbf1f1a4/transcriptions/t-3f758f24-c7a2fc78-7c91-401a-8b2e-e542f9c40d6b
|
3259
3264
|
callTranscriptionMetadata:
|
@@ -3263,6 +3268,12 @@ components:
|
|
3263
3268
|
type: string
|
3264
3269
|
description: The programmable voice API transcription ID.
|
3265
3270
|
example: t-3f758f24-c7a2fc78-7c91-401a-8b2e-e542f9c40d6b
|
3271
|
+
transcriptionName:
|
3272
|
+
type: string
|
3273
|
+
description: >-
|
3274
|
+
The programmable voice API transcription name. This name could be
|
3275
|
+
provided by the user when creating the transcription.
|
3276
|
+
example: live_transcription
|
3266
3277
|
transcriptionUrl:
|
3267
3278
|
type: string
|
3268
3279
|
description: >-
|
@@ -4259,6 +4270,10 @@ components:
|
|
4259
4270
|
type: string
|
4260
4271
|
description: The call id associated with the event.
|
4261
4272
|
example: c-15ac29a2-1331029c-2cb0-4a07-b215-b22865662d85
|
4273
|
+
recordingName:
|
4274
|
+
type: string
|
4275
|
+
description: A name to identify this recording.
|
4276
|
+
example: my-recording-name
|
4262
4277
|
callUrl:
|
4263
4278
|
type: string
|
4264
4279
|
description: The URL of the call associated with the event.
|
data/coverage/.last_run.json
CHANGED
data/coverage/.resultset.json
CHANGED
@@ -235,18 +235,18 @@
|
|
235
235
|
null,
|
236
236
|
null,
|
237
237
|
1,
|
238
|
-
|
238
|
+
35,
|
239
239
|
null,
|
240
|
-
|
241
|
-
|
242
|
-
|
240
|
+
35,
|
241
|
+
35,
|
242
|
+
35,
|
243
243
|
null,
|
244
244
|
null,
|
245
|
-
|
246
|
-
|
245
|
+
35,
|
246
|
+
35,
|
247
247
|
null,
|
248
248
|
null,
|
249
|
-
|
249
|
+
35,
|
250
250
|
0,
|
251
251
|
null,
|
252
252
|
0,
|
@@ -264,14 +264,14 @@
|
|
264
264
|
0,
|
265
265
|
null,
|
266
266
|
null,
|
267
|
-
|
267
|
+
35,
|
268
268
|
0,
|
269
|
-
|
270
|
-
|
269
|
+
35,
|
270
|
+
22,
|
271
271
|
null,
|
272
272
|
13,
|
273
273
|
null,
|
274
|
-
|
274
|
+
35,
|
275
275
|
null,
|
276
276
|
null,
|
277
277
|
null,
|
@@ -284,31 +284,31 @@
|
|
284
284
|
null,
|
285
285
|
null,
|
286
286
|
1,
|
287
|
-
|
288
|
-
|
287
|
+
35,
|
288
|
+
35,
|
289
289
|
null,
|
290
|
-
|
291
|
-
|
292
|
-
|
290
|
+
35,
|
291
|
+
35,
|
292
|
+
35,
|
293
293
|
null,
|
294
|
-
|
294
|
+
35,
|
295
295
|
null,
|
296
|
-
|
296
|
+
35,
|
297
297
|
19,
|
298
298
|
19,
|
299
299
|
19,
|
300
300
|
null,
|
301
301
|
null,
|
302
|
-
|
303
|
-
|
302
|
+
35,
|
303
|
+
35,
|
304
304
|
null,
|
305
305
|
null,
|
306
|
-
|
307
|
-
|
306
|
+
35,
|
307
|
+
35,
|
308
308
|
null,
|
309
|
-
|
310
|
-
|
311
|
-
|
309
|
+
35,
|
310
|
+
35,
|
311
|
+
35,
|
312
312
|
null,
|
313
313
|
null,
|
314
314
|
null,
|
@@ -381,7 +381,7 @@
|
|
381
381
|
null,
|
382
382
|
null,
|
383
383
|
1,
|
384
|
-
|
384
|
+
35,
|
385
385
|
null,
|
386
386
|
null,
|
387
387
|
1,
|
@@ -392,7 +392,7 @@
|
|
392
392
|
null,
|
393
393
|
null,
|
394
394
|
1,
|
395
|
-
|
395
|
+
35,
|
396
396
|
null,
|
397
397
|
null,
|
398
398
|
1,
|
@@ -434,7 +434,7 @@
|
|
434
434
|
null,
|
435
435
|
null,
|
436
436
|
1,
|
437
|
-
|
437
|
+
95,
|
438
438
|
null,
|
439
439
|
null,
|
440
440
|
null,
|
@@ -442,19 +442,19 @@
|
|
442
442
|
null,
|
443
443
|
null,
|
444
444
|
1,
|
445
|
-
|
446
|
-
|
445
|
+
24,
|
446
|
+
24,
|
447
447
|
null,
|
448
448
|
null,
|
449
|
-
|
449
|
+
24,
|
450
450
|
null,
|
451
451
|
null,
|
452
|
-
|
452
|
+
24,
|
453
453
|
null,
|
454
|
-
|
454
|
+
24,
|
455
455
|
null,
|
456
456
|
null,
|
457
|
-
|
457
|
+
24,
|
458
458
|
null,
|
459
459
|
2,
|
460
460
|
1,
|
@@ -463,7 +463,7 @@
|
|
463
463
|
null,
|
464
464
|
null,
|
465
465
|
null,
|
466
|
-
|
466
|
+
23,
|
467
467
|
null,
|
468
468
|
null,
|
469
469
|
null,
|
@@ -471,8 +471,8 @@
|
|
471
471
|
null,
|
472
472
|
null,
|
473
473
|
1,
|
474
|
-
|
475
|
-
|
474
|
+
46,
|
475
|
+
46,
|
476
476
|
null,
|
477
477
|
2,
|
478
478
|
null,
|
@@ -502,8 +502,8 @@
|
|
502
502
|
null,
|
503
503
|
null,
|
504
504
|
null,
|
505
|
-
|
506
|
-
|
505
|
+
23,
|
506
|
+
23,
|
507
507
|
null,
|
508
508
|
null,
|
509
509
|
null,
|
@@ -518,8 +518,8 @@
|
|
518
518
|
null,
|
519
519
|
1,
|
520
520
|
null,
|
521
|
-
|
522
|
-
|
521
|
+
36,
|
522
|
+
36,
|
523
523
|
null,
|
524
524
|
null,
|
525
525
|
null,
|
@@ -528,11 +528,11 @@
|
|
528
528
|
null,
|
529
529
|
null,
|
530
530
|
1,
|
531
|
-
|
532
|
-
|
533
|
-
|
534
|
-
|
535
|
-
|
531
|
+
35,
|
532
|
+
35,
|
533
|
+
35,
|
534
|
+
35,
|
535
|
+
35,
|
536
536
|
0,
|
537
537
|
0,
|
538
538
|
null,
|
@@ -551,10 +551,10 @@
|
|
551
551
|
null,
|
552
552
|
null,
|
553
553
|
1,
|
554
|
-
|
554
|
+
42,
|
555
555
|
null,
|
556
|
-
|
557
|
-
|
556
|
+
82,
|
557
|
+
40,
|
558
558
|
null,
|
559
559
|
null,
|
560
560
|
null,
|
@@ -914,7 +914,7 @@
|
|
914
914
|
null,
|
915
915
|
null,
|
916
916
|
1,
|
917
|
-
|
917
|
+
42,
|
918
918
|
5,
|
919
919
|
2,
|
920
920
|
2,
|
@@ -943,13 +943,13 @@
|
|
943
943
|
null,
|
944
944
|
null,
|
945
945
|
1,
|
946
|
-
|
946
|
+
37,
|
947
947
|
null,
|
948
948
|
null,
|
949
949
|
null,
|
950
950
|
1,
|
951
951
|
null,
|
952
|
-
|
952
|
+
36,
|
953
953
|
null,
|
954
954
|
null,
|
955
955
|
null,
|
@@ -5167,12 +5167,8 @@
|
|
5167
5167
|
null,
|
5168
5168
|
null,
|
5169
5169
|
1,
|
5170
|
-
|
5171
|
-
|
5172
|
-
null,
|
5173
|
-
null,
|
5174
|
-
4,
|
5175
|
-
1,
|
5170
|
+
3,
|
5171
|
+
3,
|
5176
5172
|
null,
|
5177
5173
|
null,
|
5178
5174
|
3,
|
@@ -5184,30 +5180,32 @@
|
|
5184
5180
|
null,
|
5185
5181
|
null,
|
5186
5182
|
1,
|
5183
|
+
1,
|
5187
5184
|
null,
|
5188
5185
|
null,
|
5189
|
-
|
5186
|
+
0,
|
5190
5187
|
null,
|
5191
5188
|
null,
|
5192
|
-
|
5189
|
+
0,
|
5193
5190
|
null,
|
5194
|
-
1,
|
5195
5191
|
null,
|
5192
|
+
0,
|
5196
5193
|
null,
|
5197
|
-
|
5194
|
+
0,
|
5198
5195
|
null,
|
5199
5196
|
null,
|
5200
|
-
|
5197
|
+
0,
|
5201
5198
|
null,
|
5202
5199
|
null,
|
5203
|
-
|
5200
|
+
0,
|
5204
5201
|
null,
|
5205
5202
|
null,
|
5206
|
-
|
5203
|
+
0,
|
5207
5204
|
null,
|
5208
|
-
1,
|
5209
5205
|
null,
|
5206
|
+
0,
|
5210
5207
|
null,
|
5208
|
+
0,
|
5211
5209
|
null,
|
5212
5210
|
null,
|
5213
5211
|
null,
|
@@ -5215,11 +5213,13 @@
|
|
5215
5213
|
null,
|
5216
5214
|
null,
|
5217
5215
|
null,
|
5218
|
-
1,
|
5219
|
-
1,
|
5220
|
-
1,
|
5221
5216
|
null,
|
5222
|
-
|
5217
|
+
null,
|
5218
|
+
0,
|
5219
|
+
0,
|
5220
|
+
0,
|
5221
|
+
null,
|
5222
|
+
0,
|
5223
5223
|
null,
|
5224
5224
|
null,
|
5225
5225
|
null,
|
@@ -6952,8 +6952,8 @@
|
|
6952
6952
|
"lines": [
|
6953
6953
|
null,
|
6954
6954
|
1,
|
6955
|
-
|
6956
|
-
|
6955
|
+
8,
|
6956
|
+
6,
|
6957
6957
|
null,
|
6958
6958
|
1,
|
6959
6959
|
1,
|
@@ -7085,33 +7085,34 @@
|
|
7085
7085
|
null,
|
7086
7086
|
null,
|
7087
7087
|
1,
|
7088
|
-
1,
|
7089
|
-
1,
|
7090
7088
|
null,
|
7091
|
-
|
7092
|
-
|
7093
|
-
|
7094
|
-
|
7095
|
-
|
7096
|
-
|
7097
|
-
|
7098
|
-
|
7099
|
-
|
7100
|
-
|
7101
|
-
|
7102
|
-
|
7103
|
-
|
7104
|
-
|
7105
|
-
|
7106
|
-
|
7107
|
-
|
7108
|
-
|
7109
|
-
|
7110
|
-
|
7111
|
-
|
7112
|
-
|
7113
|
-
|
7114
|
-
|
7089
|
+
0,
|
7090
|
+
null,
|
7091
|
+
0,
|
7092
|
+
0,
|
7093
|
+
0,
|
7094
|
+
0,
|
7095
|
+
0,
|
7096
|
+
0,
|
7097
|
+
0,
|
7098
|
+
0,
|
7099
|
+
0,
|
7100
|
+
0,
|
7101
|
+
0,
|
7102
|
+
0,
|
7103
|
+
0,
|
7104
|
+
0,
|
7105
|
+
0,
|
7106
|
+
0,
|
7107
|
+
0,
|
7108
|
+
0,
|
7109
|
+
0,
|
7110
|
+
0,
|
7111
|
+
0,
|
7112
|
+
0,
|
7113
|
+
0,
|
7114
|
+
0,
|
7115
|
+
0,
|
7115
7116
|
null,
|
7116
7117
|
null,
|
7117
7118
|
1,
|
@@ -7195,6 +7196,7 @@
|
|
7195
7196
|
1,
|
7196
7197
|
1,
|
7197
7198
|
1,
|
7199
|
+
1,
|
7198
7200
|
null,
|
7199
7201
|
null,
|
7200
7202
|
1,
|
@@ -7234,6 +7236,7 @@
|
|
7234
7236
|
1,
|
7235
7237
|
1,
|
7236
7238
|
1,
|
7239
|
+
1,
|
7237
7240
|
null,
|
7238
7241
|
null,
|
7239
7242
|
1,
|
@@ -7422,6 +7425,7 @@
|
|
7422
7425
|
1,
|
7423
7426
|
1,
|
7424
7427
|
1,
|
7428
|
+
1,
|
7425
7429
|
null,
|
7426
7430
|
null,
|
7427
7431
|
1,
|
@@ -10073,6 +10077,6 @@
|
|
10073
10077
|
]
|
10074
10078
|
}
|
10075
10079
|
},
|
10076
|
-
"timestamp":
|
10080
|
+
"timestamp": 1723581507
|
10077
10081
|
}
|
10078
10082
|
}
|