bandwidth-sdk 13.1.3 → 13.1.4
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 +6 -6
- data/bandwidth.yml +2 -2
- data/coverage/.resultset.json +1 -1
- data/coverage/index.html +2 -2
- data/docs/CreateCall.md +1 -1
- data/lib/bandwidth-sdk/models/create_call.rb +1 -1
- data/lib/bandwidth-sdk/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f83fe174cdde53caf7d9d276fdc28f51f7415bc0e32496a7c2682e45f4573acb
|
|
4
|
+
data.tar.gz: 2589e5556aeae0bae55274e408d70e93b32633ded94cfd312d02e494426c8406
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 58f346e3c8bff1f128bc1f7afe7aa0d4d0f3cec4138fbc12cc3b8e791a4bfeb775450479c05d303a6d60c2df4c8462d100e789e1f84a4778ce12f540fd5a6c17
|
|
7
|
+
data.tar.gz: 743b3e2a2544f2034fb2afb0b9ac2fe0ab4e83e2d046035f24f8a449cc3adca5641d27daa30574cbcb419dc92e5c1278cdf1b2cfba80320ba3e999a574d785c8
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
bandwidth-sdk (13.1.
|
|
4
|
+
bandwidth-sdk (13.1.4)
|
|
5
5
|
faraday (>= 1.0.1, < 3.0)
|
|
6
6
|
faraday-multipart
|
|
7
7
|
marcel
|
|
@@ -19,12 +19,12 @@ GEM
|
|
|
19
19
|
faraday-net_http (>= 2.0, < 3.5)
|
|
20
20
|
json
|
|
21
21
|
logger
|
|
22
|
-
faraday-multipart (1.0
|
|
23
|
-
multipart-post (~> 2)
|
|
22
|
+
faraday-multipart (1.1.0)
|
|
23
|
+
multipart-post (~> 2.0)
|
|
24
24
|
faraday-net_http (3.4.0)
|
|
25
25
|
net-http (>= 0.5.0)
|
|
26
26
|
json (2.9.0)
|
|
27
|
-
logger (1.6.
|
|
27
|
+
logger (1.6.3)
|
|
28
28
|
marcel (1.0.4)
|
|
29
29
|
method_source (1.1.0)
|
|
30
30
|
multipart-post (2.4.1)
|
|
@@ -45,7 +45,7 @@ GEM
|
|
|
45
45
|
rainbow (3.1.1)
|
|
46
46
|
rake (13.2.1)
|
|
47
47
|
regexp_parser (2.9.3)
|
|
48
|
-
rexml (3.
|
|
48
|
+
rexml (3.4.0)
|
|
49
49
|
rspec (3.13.0)
|
|
50
50
|
rspec-core (~> 3.13.0)
|
|
51
51
|
rspec-expectations (~> 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.37.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
|
@@ -2202,8 +2202,8 @@ components:
|
|
|
2202
2202
|
parameter as described in <a
|
|
2203
2203
|
href='https://tools.ietf.org/html/rfc7433'>RFC
|
|
2204
2204
|
|
|
2205
|
-
7433</a>. Only 'jwt' and '
|
|
2206
|
-
value
|
|
2205
|
+
7433</a>. Only 'jwt', 'base64' and 'hex' encodings are allowed. The
|
|
2206
|
+
entire value
|
|
2207
2207
|
|
|
2208
2208
|
cannot exceed 350 characters, including parameters and separators.
|
|
2209
2209
|
applicationId:
|
data/coverage/.resultset.json
CHANGED
|
@@ -10085,6 +10085,6 @@
|
|
|
10085
10085
|
]
|
|
10086
10086
|
}
|
|
10087
10087
|
},
|
|
10088
|
-
"timestamp":
|
|
10088
|
+
"timestamp": 1734463154
|
|
10089
10089
|
}
|
|
10090
10090
|
}
|
data/coverage/index.html
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
<img src="./assets/0.13.1/loading.gif" alt="loading"/>
|
|
14
14
|
</div>
|
|
15
15
|
<div id="wrapper" class="hide">
|
|
16
|
-
<div class="timestamp">Generated <abbr class="timeago" title="2024-12-
|
|
16
|
+
<div class="timestamp">Generated <abbr class="timeago" title="2024-12-17T19:19:14+00:00">2024-12-17T19:19:14+00:00</abbr></div>
|
|
17
17
|
<ul class="group_tabs"></ul>
|
|
18
18
|
|
|
19
19
|
<div id="content">
|
|
@@ -64974,7 +64974,7 @@
|
|
|
64974
64974
|
|
|
64975
64975
|
|
|
64976
64976
|
|
|
64977
|
-
<code class="ruby"> VERSION = '13.1.
|
|
64977
|
+
<code class="ruby"> VERSION = '13.1.4'</code>
|
|
64978
64978
|
</li>
|
|
64979
64979
|
</div>
|
|
64980
64980
|
|
data/docs/CreateCall.md
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
| **from** | **String** | A Bandwidth phone number on your account the call should come from (must be in E.164 format, like `+15555551212`) even if `privacy` is set to true. | |
|
|
9
9
|
| **privacy** | **Boolean** | Hide the calling number. The `displayName` field can be used to customize the displayed name. | [optional] |
|
|
10
10
|
| **display_name** | **String** | The caller display name to use when the call is created. May not exceed 256 characters nor contain control characters such as new lines. If `privacy` is true, only the following values are valid: `Restricted`, `Anonymous`, `Private`, or `Unavailable`. | [optional] |
|
|
11
|
-
| **uui** | **String** | A comma-separated list of 'User-To-User' headers to be sent in the INVITE when calling a SIP URI. Each value must end with an 'encoding' parameter as described in <a href='https://tools.ietf.org/html/rfc7433'>RFC 7433</a>. Only 'jwt' and '
|
|
11
|
+
| **uui** | **String** | A comma-separated list of 'User-To-User' headers to be sent in the INVITE when calling a SIP URI. Each value must end with an 'encoding' parameter as described in <a href='https://tools.ietf.org/html/rfc7433'>RFC 7433</a>. Only 'jwt', 'base64' and 'hex' encodings are allowed. The entire value cannot exceed 350 characters, including parameters and separators. | [optional] |
|
|
12
12
|
| **application_id** | **String** | The id of the application associated with the `from` number. | |
|
|
13
13
|
| **answer_url** | **String** | The full URL to send the <a href='/docs/voice/webhooks/answer'>Answer</a> event to when the called party answers. This endpoint should return the first <a href='/docs/voice/bxml'>BXML document</a> to be executed in the call. Must use `https` if specifying `username` and `password`. | |
|
|
14
14
|
| **answer_method** | [**CallbackMethodEnum**](CallbackMethodEnum.md) | | [optional][default to 'POST'] |
|
|
@@ -27,7 +27,7 @@ module Bandwidth
|
|
|
27
27
|
# The caller display name to use when the call is created. May not exceed 256 characters nor contain control characters such as new lines. If `privacy` is true, only the following values are valid: `Restricted`, `Anonymous`, `Private`, or `Unavailable`.
|
|
28
28
|
attr_accessor :display_name
|
|
29
29
|
|
|
30
|
-
# A comma-separated list of 'User-To-User' headers to be sent in the INVITE when calling a SIP URI. Each value must end with an 'encoding' parameter as described in <a href='https://tools.ietf.org/html/rfc7433'>RFC 7433</a>. Only 'jwt' and '
|
|
30
|
+
# A comma-separated list of 'User-To-User' headers to be sent in the INVITE when calling a SIP URI. Each value must end with an 'encoding' parameter as described in <a href='https://tools.ietf.org/html/rfc7433'>RFC 7433</a>. Only 'jwt', 'base64' and 'hex' encodings are allowed. The entire value cannot exceed 350 characters, including parameters and separators.
|
|
31
31
|
attr_accessor :uui
|
|
32
32
|
|
|
33
33
|
# The id of the application associated with the `from` number.
|
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: 13.1.
|
|
4
|
+
version: 13.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Bandwidth
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-12-
|
|
11
|
+
date: 2024-12-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|