bandwidth-sdk 14.1.0 → 14.1.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bdb1b7c482e15f9c426d84f1292002787add71f9dd04ad1087d9f7efb0fb9a08
4
- data.tar.gz: 4a21ad6e7a9abacbecf39d1a979f516110481fba4131946da5d396a9301011cc
3
+ metadata.gz: 714c842ffbab1d0780c40da15a7457a286d3a307c965e14c99a666d72dd960f8
4
+ data.tar.gz: 34783738c281babce58ae1137e73aa0856a67fcd1543fc60e6a4cd25fd8406ea
5
5
  SHA512:
6
- metadata.gz: 1d96e4474ef6c991bba0bfaf4dee3753cac624d40a276cf1356fc3c021264f2c641da8ba209d38662f7df3e4e2b4924122ebd5923a7229e801fea11231a3295b
7
- data.tar.gz: 2f64031e34bcab9cda314a889ceca8dd5582a24819c351ce6996e979283d6854fc40ad4c80bed0800d9dca016ee6626dc0e9e9786e163547383481d735907d71
6
+ metadata.gz: '0543891c8771608c65ba0e68518dc9b1ee571887d3267b31a007d23d8c39c0b7c4bdbd837f6357566356ec7cb4d7f3341f368cde8868c5f151e5e35960c3e4b3'
7
+ data.tar.gz: 750f1e957f50790bb156ee54a90962fbb0e583debdeca96a609b33a8c15319e3ce5f6904178dc6e34d05873ebb769fcfbc47fb11dcd9f8fb82794a8030ee75b4
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bandwidth-sdk (14.1.0)
4
+ bandwidth-sdk (14.1.2)
5
5
  faraday (>= 1.0.1, < 3.0)
6
6
  faraday-multipart
7
7
  marcel
@@ -10,11 +10,11 @@ PATH
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
- ast (2.4.2)
13
+ ast (2.4.3)
14
14
  bigdecimal (3.1.9)
15
15
  byebug (11.1.3)
16
16
  coderay (1.1.3)
17
- diff-lcs (1.6.0)
17
+ diff-lcs (1.6.1)
18
18
  docile (1.4.1)
19
19
  faraday (2.12.2)
20
20
  faraday-net_http (>= 2.0, < 3.5)
@@ -24,7 +24,7 @@ GEM
24
24
  multipart-post (~> 2.0)
25
25
  faraday-net_http (3.4.0)
26
26
  net-http (>= 0.5.0)
27
- json (2.10.1)
27
+ json (2.10.2)
28
28
  logger (1.6.6)
29
29
  marcel (1.0.4)
30
30
  method_source (1.1.0)
@@ -34,7 +34,7 @@ GEM
34
34
  ox (2.14.22)
35
35
  bigdecimal (>= 3.0)
36
36
  parallel (1.26.3)
37
- parser (3.3.7.1)
37
+ parser (3.3.7.2)
38
38
  ast (~> 2.4.1)
39
39
  racc
40
40
  pry (0.14.2)
@@ -71,8 +71,8 @@ GEM
71
71
  rubocop-ast (>= 1.28.0, < 2.0)
72
72
  ruby-progressbar (~> 1.7)
73
73
  unicode-display_width (>= 2.4.0, < 3.0)
74
- rubocop-ast (1.38.0)
75
- parser (>= 3.3.1.0)
74
+ rubocop-ast (1.42.0)
75
+ parser (>= 3.3.7.2)
76
76
  ruby-progressbar (1.13.0)
77
77
  simplecov (0.21.2)
78
78
  docile (~> 1.1)
@@ -81,7 +81,7 @@ GEM
81
81
  simplecov-html (0.13.1)
82
82
  simplecov_json_formatter (0.1.4)
83
83
  unicode-display_width (2.6.0)
84
- uri (1.0.2)
84
+ uri (1.0.3)
85
85
 
86
86
  PLATFORMS
87
87
  ruby
data/bandwidth.yml CHANGED
@@ -3801,6 +3801,8 @@ components:
3801
3801
  $ref: '#/components/schemas/diversion'
3802
3802
  stirShaken:
3803
3803
  $ref: '#/components/schemas/stirShaken'
3804
+ uui:
3805
+ $ref: '#/components/schemas/uui'
3804
3806
  machineDetectionCompleteCallback:
3805
3807
  type: object
3806
3808
  description: >-
@@ -4435,6 +4437,15 @@ components:
4435
4437
  type: string
4436
4438
  description: (optional) A unique origination identifier.
4437
4439
  example: 99759086-1335-11ed-9bcf-5f7d464e91af
4440
+ uui:
4441
+ type: string
4442
+ description: >-
4443
+ The value of the `User-To-User` header to send within the initial
4444
+ `INVITE`. Must include the encoding parameter as specified in RFC 7433.
4445
+ Only `base64`, `jwt` and `hex` encoding are currently allowed. This
4446
+ value, including the encoding specifier, may not exceed 256 characters.
4447
+ example: bXktdXVp
4448
+ maxLength: 256
4438
4449
  codeRequest:
4439
4450
  type: object
4440
4451
  properties:
@@ -10106,6 +10106,7 @@
10106
10106
  null,
10107
10107
  null,
10108
10108
  null,
10109
+ null,
10109
10110
  1,
10110
10111
  null,
10111
10112
  1,
@@ -10118,6 +10119,7 @@
10118
10119
  null,
10119
10120
  null,
10120
10121
  null,
10122
+ null,
10121
10123
  4,
10122
10124
  2,
10123
10125
  null,
@@ -11053,6 +11055,6 @@
11053
11055
  ]
11054
11056
  }
11055
11057
  },
11056
- "timestamp": 1739909356
11058
+ "timestamp": 1742913441
11057
11059
  }
11058
11060
  }