bandwidth-sdk 11.1.1 → 11.3.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.lock +33 -31
- data/bandwidth.yml +8 -2
- data/coverage/.last_run.json +1 -1
- data/coverage/.resultset.json +70 -18
- data/coverage/index.html +1183 -611
- data/docs/MessageRequest.md +1 -1
- data/lib/bandwidth-sdk/models/bxml/bxml.rb +1 -1
- data/lib/bandwidth-sdk/models/bxml/nestable_verb.rb +2 -2
- data/lib/bandwidth-sdk/models/bxml/response.rb +1 -1
- data/lib/bandwidth-sdk/models/bxml/root.rb +10 -4
- data/lib/bandwidth-sdk/models/bxml/verbs/gather.rb +10 -4
- data/lib/bandwidth-sdk/models/bxml/verbs/start_stream.rb +9 -3
- data/lib/bandwidth-sdk/models/bxml/verbs/start_transcription.rb +9 -3
- data/lib/bandwidth-sdk/models/bxml/verbs/transfer.rb +12 -5
- data/lib/bandwidth-sdk/models/message_request.rb +1 -1
- data/lib/bandwidth-sdk/version.rb +1 -1
- data/spec/models/bxml/bxml_spec.rb +25 -0
- data/spec/models/bxml/response_spec.rb +25 -0
- data/spec/models/bxml/verbs/gather_spec.rb +3 -3
- data/spec/models/bxml/verbs/start_stream_spec.rb +3 -3
- data/spec/models/bxml/verbs/start_transcription_spec.rb +3 -3
- data/spec/models/bxml/verbs/transfer_spec.rb +10 -8
- metadata +34 -34
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7e82fa3f28500251d8978057cf60e836efadd5335c63895d69793b3babfb2879
|
4
|
+
data.tar.gz: f1b8c1517cef45ea18a88335234a16366356d28a21efcb46dfac31f7dfb933dd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 29305ebdfc62708c6b3220d329c81508fd5ee49f800f962bc476332c9bba112836bd711901ac8524c7a7ec89e3b0b9ac5c1036b45d98f49d93b478c8af568927
|
7
|
+
data.tar.gz: 9d1bcfd27fcaafd79d8cad9807b625f581bd61836463d4bc476e750777a333065306466ad1efeb07581c58d7d1a78413d117ed8534f4f65fd230b9024e197c8c
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
bandwidth-sdk (11.
|
4
|
+
bandwidth-sdk (11.3.0)
|
5
5
|
faraday (>= 1.0.1, < 3.0)
|
6
6
|
faraday-multipart
|
7
7
|
ox (~> 2.4)
|
@@ -9,30 +9,32 @@ PATH
|
|
9
9
|
GEM
|
10
10
|
remote: https://rubygems.org/
|
11
11
|
specs:
|
12
|
-
addressable (2.8.
|
12
|
+
addressable (2.8.6)
|
13
13
|
public_suffix (>= 2.0.2, < 6.0)
|
14
14
|
ast (2.4.2)
|
15
|
-
|
15
|
+
bigdecimal (3.1.6)
|
16
16
|
byebug (11.1.3)
|
17
17
|
coderay (1.1.3)
|
18
|
-
crack (0.
|
18
|
+
crack (1.0.0)
|
19
|
+
bigdecimal
|
19
20
|
rexml
|
20
|
-
diff-lcs (1.5.
|
21
|
+
diff-lcs (1.5.1)
|
21
22
|
docile (1.4.0)
|
22
|
-
faraday (2.
|
23
|
-
|
24
|
-
faraday-net_http (>= 2.0, < 3.1)
|
25
|
-
ruby2_keywords (>= 0.0.4)
|
23
|
+
faraday (2.9.0)
|
24
|
+
faraday-net_http (>= 2.0, < 3.2)
|
26
25
|
faraday-multipart (1.0.4)
|
27
26
|
multipart-post (~> 2)
|
28
|
-
faraday-net_http (3.0
|
29
|
-
|
30
|
-
|
27
|
+
faraday-net_http (3.1.0)
|
28
|
+
net-http
|
29
|
+
hashdiff (1.1.0)
|
30
|
+
json (2.7.1)
|
31
31
|
method_source (1.0.0)
|
32
|
-
multipart-post (2.
|
32
|
+
multipart-post (2.4.0)
|
33
|
+
net-http (0.4.1)
|
34
|
+
uri
|
33
35
|
ox (2.14.17)
|
34
|
-
parallel (1.
|
35
|
-
parser (3.
|
36
|
+
parallel (1.24.0)
|
37
|
+
parser (3.3.0.5)
|
36
38
|
ast (~> 2.4.1)
|
37
39
|
racc
|
38
40
|
pry (0.14.2)
|
@@ -41,25 +43,25 @@ GEM
|
|
41
43
|
pry-byebug (3.10.1)
|
42
44
|
byebug (~> 11.0)
|
43
45
|
pry (>= 0.13, < 0.15)
|
44
|
-
public_suffix (5.0.
|
45
|
-
racc (1.7.
|
46
|
+
public_suffix (5.0.4)
|
47
|
+
racc (1.7.3)
|
46
48
|
rainbow (3.1.1)
|
47
49
|
rake (13.0.6)
|
48
|
-
regexp_parser (2.
|
50
|
+
regexp_parser (2.9.0)
|
49
51
|
rexml (3.2.6)
|
50
|
-
rspec (3.
|
51
|
-
rspec-core (~> 3.
|
52
|
-
rspec-expectations (~> 3.
|
53
|
-
rspec-mocks (~> 3.
|
54
|
-
rspec-core (3.
|
55
|
-
rspec-support (~> 3.
|
56
|
-
rspec-expectations (3.
|
52
|
+
rspec (3.13.0)
|
53
|
+
rspec-core (~> 3.13.0)
|
54
|
+
rspec-expectations (~> 3.13.0)
|
55
|
+
rspec-mocks (~> 3.13.0)
|
56
|
+
rspec-core (3.13.0)
|
57
|
+
rspec-support (~> 3.13.0)
|
58
|
+
rspec-expectations (3.13.0)
|
57
59
|
diff-lcs (>= 1.2.0, < 2.0)
|
58
|
-
rspec-support (~> 3.
|
59
|
-
rspec-mocks (3.
|
60
|
+
rspec-support (~> 3.13.0)
|
61
|
+
rspec-mocks (3.13.0)
|
60
62
|
diff-lcs (>= 1.2.0, < 2.0)
|
61
|
-
rspec-support (~> 3.
|
62
|
-
rspec-support (3.
|
63
|
+
rspec-support (~> 3.13.0)
|
64
|
+
rspec-support (3.13.1)
|
63
65
|
rubocop (1.52.1)
|
64
66
|
json (~> 2.3)
|
65
67
|
parallel (~> 1.10)
|
@@ -70,10 +72,9 @@ GEM
|
|
70
72
|
rubocop-ast (>= 1.28.0, < 2.0)
|
71
73
|
ruby-progressbar (~> 1.7)
|
72
74
|
unicode-display_width (>= 2.4.0, < 3.0)
|
73
|
-
rubocop-ast (1.
|
75
|
+
rubocop-ast (1.30.0)
|
74
76
|
parser (>= 3.2.1.0)
|
75
77
|
ruby-progressbar (1.13.0)
|
76
|
-
ruby2_keywords (0.0.5)
|
77
78
|
simplecov (0.21.2)
|
78
79
|
docile (~> 1.1)
|
79
80
|
simplecov-html (~> 0.11)
|
@@ -81,6 +82,7 @@ GEM
|
|
81
82
|
simplecov-html (0.12.3)
|
82
83
|
simplecov_json_formatter (0.1.4)
|
83
84
|
unicode-display_width (2.5.0)
|
85
|
+
uri (0.13.0)
|
84
86
|
webmock (3.18.1)
|
85
87
|
addressable (>= 2.8.0)
|
86
88
|
crack (>= 0.3.2)
|
data/bandwidth.yml
CHANGED
@@ -1547,8 +1547,14 @@ components:
|
|
1547
1547
|
from:
|
1548
1548
|
type: string
|
1549
1549
|
description: >-
|
1550
|
-
|
1551
|
-
format
|
1550
|
+
Either an alphanumeric sender ID or the sender's Bandwidth phone
|
1551
|
+
number in E.164 format, which must be hosted within Bandwidth and
|
1552
|
+
linked to the account that is generating the message.
|
1553
|
+
|
1554
|
+
Alphanumeric Sender IDs can contain up to 11 characters, upper-case
|
1555
|
+
letters A-Z, lower-case letters a-z, numbers 0-9, space, hyphen -,
|
1556
|
+
plus +, underscore _ and ampersand &. Alphanumeric Sender IDs must
|
1557
|
+
contain at least one letter.
|
1552
1558
|
example: '+15551113333'
|
1553
1559
|
text:
|
1554
1560
|
type: string
|
data/coverage/.last_run.json
CHANGED
data/coverage/.resultset.json
CHANGED
@@ -462,8 +462,8 @@
|
|
462
462
|
null,
|
463
463
|
null,
|
464
464
|
1,
|
465
|
-
|
466
|
-
|
465
|
+
2320,
|
466
|
+
2320,
|
467
467
|
null,
|
468
468
|
2,
|
469
469
|
null,
|
@@ -484,7 +484,7 @@
|
|
484
484
|
null,
|
485
485
|
null,
|
486
486
|
15,
|
487
|
-
|
487
|
+
2273,
|
488
488
|
null,
|
489
489
|
null,
|
490
490
|
2,
|
@@ -493,8 +493,8 @@
|
|
493
493
|
null,
|
494
494
|
null,
|
495
495
|
null,
|
496
|
-
|
497
|
-
|
496
|
+
2290,
|
497
|
+
2290,
|
498
498
|
null,
|
499
499
|
null,
|
500
500
|
null,
|
@@ -1385,7 +1385,7 @@
|
|
1385
1385
|
null,
|
1386
1386
|
null,
|
1387
1387
|
1,
|
1388
|
-
|
1388
|
+
78092,
|
1389
1389
|
null,
|
1390
1390
|
null,
|
1391
1391
|
null,
|
@@ -1461,10 +1461,10 @@
|
|
1461
1461
|
null,
|
1462
1462
|
null,
|
1463
1463
|
1011,
|
1464
|
-
|
1464
|
+
14007,
|
1465
1465
|
1,
|
1466
1466
|
null,
|
1467
|
-
|
1467
|
+
14006,
|
1468
1468
|
null,
|
1469
1469
|
null,
|
1470
1470
|
1010,
|
@@ -1518,7 +1518,7 @@
|
|
1518
1518
|
null,
|
1519
1519
|
null,
|
1520
1520
|
1010,
|
1521
|
-
|
1521
|
+
605,
|
1522
1522
|
null,
|
1523
1523
|
null,
|
1524
1524
|
1010,
|
@@ -1530,11 +1530,11 @@
|
|
1530
1530
|
null,
|
1531
1531
|
null,
|
1532
1532
|
1010,
|
1533
|
-
|
1533
|
+
408,
|
1534
1534
|
null,
|
1535
1535
|
null,
|
1536
1536
|
1010,
|
1537
|
-
|
1537
|
+
408,
|
1538
1538
|
null,
|
1539
1539
|
null,
|
1540
1540
|
1010,
|
@@ -1611,7 +1611,7 @@
|
|
1611
1611
|
0,
|
1612
1612
|
null,
|
1613
1613
|
18070,
|
1614
|
-
|
1614
|
+
13968,
|
1615
1615
|
null,
|
1616
1616
|
null,
|
1617
1617
|
1004,
|
@@ -1622,13 +1622,13 @@
|
|
1622
1622
|
null,
|
1623
1623
|
null,
|
1624
1624
|
1,
|
1625
|
-
|
1625
|
+
13974,
|
1626
1626
|
null,
|
1627
|
-
|
1627
|
+
4120,
|
1628
1628
|
null,
|
1629
1629
|
0,
|
1630
1630
|
null,
|
1631
|
-
|
1631
|
+
7846,
|
1632
1632
|
null,
|
1633
1633
|
0,
|
1634
1634
|
null,
|
@@ -7946,7 +7946,32 @@
|
|
7946
7946
|
"lines": [
|
7947
7947
|
null,
|
7948
7948
|
1,
|
7949
|
-
|
7949
|
+
5,
|
7950
|
+
5,
|
7951
|
+
null,
|
7952
|
+
1,
|
7953
|
+
1,
|
7954
|
+
1,
|
7955
|
+
1,
|
7956
|
+
null,
|
7957
|
+
null,
|
7958
|
+
1,
|
7959
|
+
1,
|
7960
|
+
1,
|
7961
|
+
1,
|
7962
|
+
null,
|
7963
|
+
null,
|
7964
|
+
1,
|
7965
|
+
1,
|
7966
|
+
1,
|
7967
|
+
1,
|
7968
|
+
null,
|
7969
|
+
null,
|
7970
|
+
1,
|
7971
|
+
1,
|
7972
|
+
1,
|
7973
|
+
1,
|
7974
|
+
null,
|
7950
7975
|
null,
|
7951
7976
|
1,
|
7952
7977
|
1,
|
@@ -7981,7 +8006,32 @@
|
|
7981
8006
|
"lines": [
|
7982
8007
|
null,
|
7983
8008
|
1,
|
7984
|
-
|
8009
|
+
5,
|
8010
|
+
5,
|
8011
|
+
null,
|
8012
|
+
1,
|
8013
|
+
1,
|
8014
|
+
1,
|
8015
|
+
1,
|
8016
|
+
null,
|
8017
|
+
null,
|
8018
|
+
1,
|
8019
|
+
1,
|
8020
|
+
1,
|
8021
|
+
1,
|
8022
|
+
null,
|
8023
|
+
null,
|
8024
|
+
1,
|
8025
|
+
1,
|
8026
|
+
1,
|
8027
|
+
1,
|
8028
|
+
null,
|
8029
|
+
null,
|
8030
|
+
1,
|
8031
|
+
1,
|
8032
|
+
1,
|
8033
|
+
1,
|
8034
|
+
null,
|
7985
8035
|
null,
|
7986
8036
|
1,
|
7987
8037
|
1,
|
@@ -9276,6 +9326,7 @@
|
|
9276
9326
|
null,
|
9277
9327
|
null,
|
9278
9328
|
null,
|
9329
|
+
null,
|
9279
9330
|
1,
|
9280
9331
|
null,
|
9281
9332
|
1,
|
@@ -9294,6 +9345,7 @@
|
|
9294
9345
|
null,
|
9295
9346
|
null,
|
9296
9347
|
null,
|
9348
|
+
null,
|
9297
9349
|
4,
|
9298
9350
|
2,
|
9299
9351
|
null,
|
@@ -9885,6 +9937,6 @@
|
|
9885
9937
|
]
|
9886
9938
|
}
|
9887
9939
|
},
|
9888
|
-
"timestamp":
|
9940
|
+
"timestamp": 1709131033
|
9889
9941
|
}
|
9890
9942
|
}
|