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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 46c35fa0cdcbe54296ed953096d1894988d8d29374f7b8344b17e79e4567ad6e
4
- data.tar.gz: b949a39974619c744d61b0b784690dcd303abe5a7f068e57146baa3977f000a1
3
+ metadata.gz: b267b8cfa15ea2ff23186641188b7a1fe3e1f82b1774d9401e1d66526ffbd085
4
+ data.tar.gz: '05982bc4ab734d6680660922b141d6b6e019c59e79814cce48a84447fdd09bd7'
5
5
  SHA512:
6
- metadata.gz: 82c8ff4355dfbd77716fc39634712bf23057ea8cfd05d616ad188ec3504ec335dc9db4fa57b70618d2e4c714bc934cacef40577d26739bd877dd1a120d059624
7
- data.tar.gz: a215073711ce4e56cf2fdde04d820971ca30c1f55f34ee05bbe4c0ce78ad17ab46257108d22626975a38273393a89c7731cf3e507441a6c9a48a19b494c2aa7c
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.0.0)
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.0)
18
- faraday (2.10.0)
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.0)
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.25.1)
34
- parser (3.3.4.0)
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.0)
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.2)
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.31.3)
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.
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "result": {
3
- "line": 92.4
3
+ "line": 91.44
4
4
  }
5
5
  }
@@ -235,18 +235,18 @@
235
235
  null,
236
236
  null,
237
237
  1,
238
- 36,
238
+ 35,
239
239
  null,
240
- 36,
241
- 36,
242
- 36,
240
+ 35,
241
+ 35,
242
+ 35,
243
243
  null,
244
244
  null,
245
- 36,
246
- 36,
245
+ 35,
246
+ 35,
247
247
  null,
248
248
  null,
249
- 36,
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
- 36,
267
+ 35,
268
268
  0,
269
- 36,
270
- 23,
269
+ 35,
270
+ 22,
271
271
  null,
272
272
  13,
273
273
  null,
274
- 36,
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
- 36,
288
- 36,
287
+ 35,
288
+ 35,
289
289
  null,
290
- 36,
291
- 36,
292
- 36,
290
+ 35,
291
+ 35,
292
+ 35,
293
293
  null,
294
- 36,
294
+ 35,
295
295
  null,
296
- 36,
296
+ 35,
297
297
  19,
298
298
  19,
299
299
  19,
300
300
  null,
301
301
  null,
302
- 36,
303
- 36,
302
+ 35,
303
+ 35,
304
304
  null,
305
305
  null,
306
- 36,
307
- 36,
306
+ 35,
307
+ 35,
308
308
  null,
309
- 36,
310
- 36,
311
- 36,
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
- 36,
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
- 36,
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
- 97,
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
- 25,
446
- 25,
445
+ 24,
446
+ 24,
447
447
  null,
448
448
  null,
449
- 25,
449
+ 24,
450
450
  null,
451
451
  null,
452
- 25,
452
+ 24,
453
453
  null,
454
- 25,
454
+ 24,
455
455
  null,
456
456
  null,
457
- 25,
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
- 24,
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
- 47,
475
- 47,
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
- 24,
506
- 24,
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
- 37,
522
- 37,
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
- 36,
532
- 36,
533
- 36,
534
- 36,
535
- 36,
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
- 43,
554
+ 42,
555
555
  null,
556
- 84,
557
- 41,
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
- 43,
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
- 38,
946
+ 37,
947
947
  null,
948
948
  null,
949
949
  null,
950
950
  1,
951
951
  null,
952
- 37,
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
- 4,
5171
- 4,
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
- 1,
5186
+ 0,
5190
5187
  null,
5191
5188
  null,
5192
- 1,
5189
+ 0,
5193
5190
  null,
5194
- 1,
5195
5191
  null,
5192
+ 0,
5196
5193
  null,
5197
- 1,
5194
+ 0,
5198
5195
  null,
5199
5196
  null,
5200
- 1,
5197
+ 0,
5201
5198
  null,
5202
5199
  null,
5203
- 1,
5200
+ 0,
5204
5201
  null,
5205
5202
  null,
5206
- 1,
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
- 1,
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
- 9,
6956
- 7,
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
- 1,
7092
- 1,
7093
- 1,
7094
- 1,
7095
- 1,
7096
- 1,
7097
- 1,
7098
- 1,
7099
- 1,
7100
- 1,
7101
- 1,
7102
- 1,
7103
- 1,
7104
- 1,
7105
- 1,
7106
- 1,
7107
- 1,
7108
- 1,
7109
- 1,
7110
- 1,
7111
- 1,
7112
- 1,
7113
- 1,
7114
- 1,
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": 1721141544
10080
+ "timestamp": 1723581507
10077
10081
  }
10078
10082
  }