bandwidth-sdk 17.1.0 → 17.1.1

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: 054a3861c281354f605d270180f70cad9ddc0c10369f5a6cf4cc02f40c92b9ba
4
- data.tar.gz: 213aad7c052a515374661843109195ae1a4a1e709b9ffc9c2f314a642a6b6337
3
+ metadata.gz: cd76cc98439fafb3ac66d351ab751eb98999d4e9112f6f9af72d88e37dcfeb27
4
+ data.tar.gz: 1422e600c22dddfa5a43cfa3bad323b64b8ee4725e24104c64bcb2554401717a
5
5
  SHA512:
6
- metadata.gz: 2cec261d53bfd51e316fa73d3526fcdc6ac277e74bf8c4305016c0ce333eb10bdd15eb052bfb4a61a4038d76971680f782d2dccb8a9be4a5b160c9136cd51310
7
- data.tar.gz: c2d8630e7940753187e317c870735ba81379ee7bf5e63aa58cc35cd26609b992dc7cd05e36740f40208f8daf3175d025638445f486c9049f7aadea36abaace9e
6
+ metadata.gz: fc46be7d44dd35866c10f228c4d586dd7f37fa1d09fc5332fddd3a91d2f3c1e386c49678d0eaee3fb0841142a1f0aeb494a658a224a120a69cd124d1e0865fea
7
+ data.tar.gz: 91ec006f401c8b7a689ad8407b2d2225affff3d0ac1a7fca8c71ed1d4e332d026e713472b69db21efcf77a4439dc3b00104b4eabac5354f7d2dfbf75228b64a0
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bandwidth-sdk (17.1.0)
4
+ bandwidth-sdk (17.1.1)
5
5
  faraday (>= 1.0.1, < 3.0)
6
6
  faraday-multipart
7
7
  marcel
@@ -11,8 +11,9 @@ GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
13
  ast (2.4.3)
14
- bigdecimal (3.3.1)
15
- byebug (12.0.0)
14
+ bigdecimal (4.0.1)
15
+ byebug (13.0.0)
16
+ reline (>= 0.6.0)
16
17
  coderay (1.1.3)
17
18
  diff-lcs (1.6.2)
18
19
  docile (1.4.1)
@@ -20,34 +21,38 @@ GEM
20
21
  faraday-net_http (>= 2.0, < 3.5)
21
22
  json
22
23
  logger
23
- faraday-multipart (1.1.1)
24
+ faraday-multipart (1.2.0)
24
25
  multipart-post (~> 2.0)
25
26
  faraday-net_http (3.4.2)
26
27
  net-http (~> 0.5)
27
- json (2.17.1)
28
+ io-console (0.8.2)
29
+ json (2.18.0)
28
30
  logger (1.7.0)
29
31
  marcel (1.1.0)
30
32
  method_source (1.1.0)
31
33
  multipart-post (2.4.1)
32
- net-http (0.8.0)
34
+ net-http (0.9.1)
33
35
  uri (>= 0.11.1)
34
36
  ox (2.14.23)
35
37
  bigdecimal (>= 3.0)
36
38
  parallel (1.27.0)
37
- parser (3.3.10.0)
39
+ parser (3.3.10.1)
38
40
  ast (~> 2.4.1)
39
41
  racc
40
- prism (1.6.0)
41
- pry (0.15.2)
42
+ prism (1.8.0)
43
+ pry (0.16.0)
42
44
  coderay (~> 1.1)
43
45
  method_source (~> 1.0)
44
- pry-byebug (3.11.0)
45
- byebug (~> 12.0)
46
- pry (>= 0.13, < 0.16)
46
+ reline (>= 0.6.0)
47
+ pry-byebug (3.12.0)
48
+ byebug (~> 13.0)
49
+ pry (>= 0.13, < 0.17)
47
50
  racc (1.8.1)
48
51
  rainbow (3.1.1)
49
52
  rake (13.2.1)
50
53
  regexp_parser (2.11.3)
54
+ reline (0.6.3)
55
+ io-console (~> 0.5)
51
56
  rexml (3.4.4)
52
57
  rspec (3.13.2)
53
58
  rspec-core (~> 3.13.0)
@@ -72,9 +77,9 @@ GEM
72
77
  rubocop-ast (>= 1.28.0, < 2.0)
73
78
  ruby-progressbar (~> 1.7)
74
79
  unicode-display_width (>= 2.4.0, < 3.0)
75
- rubocop-ast (1.48.0)
80
+ rubocop-ast (1.49.0)
76
81
  parser (>= 3.3.7.2)
77
- prism (~> 1.4)
82
+ prism (~> 1.7)
78
83
  ruby-progressbar (1.13.0)
79
84
  simplecov (0.21.2)
80
85
  docile (~> 1.1)
data/README.md CHANGED
@@ -297,8 +297,10 @@ Class | Method | HTTP request | Description
297
297
  - [Bandwidth::RbmMessageContentRichCard](docs/RbmMessageContentRichCard.md)
298
298
  - [Bandwidth::RbmMessageContentText](docs/RbmMessageContentText.md)
299
299
  - [Bandwidth::RbmMessageMedia](docs/RbmMessageMedia.md)
300
+ - [Bandwidth::RbmOpenUrlEnum](docs/RbmOpenUrlEnum.md)
300
301
  - [Bandwidth::RbmStandaloneCard](docs/RbmStandaloneCard.md)
301
302
  - [Bandwidth::RbmSuggestionResponse](docs/RbmSuggestionResponse.md)
303
+ - [Bandwidth::RbmWebViewEnum](docs/RbmWebViewEnum.md)
302
304
  - [Bandwidth::RecordingAvailableCallback](docs/RecordingAvailableCallback.md)
303
305
  - [Bandwidth::RecordingCompleteCallback](docs/RecordingCompleteCallback.md)
304
306
  - [Bandwidth::RecordingStateEnum](docs/RecordingStateEnum.md)
data/bandwidth.yml CHANGED
@@ -2378,6 +2378,35 @@ components:
2378
2378
  - OPEN_URL
2379
2379
  - REQUEST_LOCATION
2380
2380
  example: REPLY
2381
+ rbmOpenUrlEnum:
2382
+ type: string
2383
+ description: >-
2384
+ Specifies how the URL should be opened on a mobile device.
2385
+
2386
+ - `BROWSER` Opens the URL in the device's default browser. If
2387
+ application is not set or the device doesn’t support WebView, this
2388
+ option is used by default.
2389
+
2390
+ - `WEBVIEW` Opens the URL in an in-app WebView.
2391
+ enum:
2392
+ - BROWSER
2393
+ - WEBVIEW
2394
+ example: WEBVIEW
2395
+ rbmWebViewEnum:
2396
+ type: string
2397
+ description: >-
2398
+ Defines the layout of the WebView on a mobile device. It must be defined
2399
+ when application is set to `WEBVIEW`
2400
+
2401
+ - `FULL` WebView takes the full screen.
2402
+
2403
+ - `HALF` WebView takes half of the screen.
2404
+
2405
+ - `TALL` WebView takes three-quarters of the screen.
2406
+ enum:
2407
+ - FULL
2408
+ - HALF
2409
+ - TALL
2381
2410
  rbmActionText:
2382
2411
  title: Text
2383
2412
  type: string
@@ -2482,6 +2511,10 @@ components:
2482
2511
  description: The URL to open in browser.
2483
2512
  example: https://dev.bandwidth.com
2484
2513
  maxLength: 2048
2514
+ application:
2515
+ $ref: '#/components/schemas/rbmOpenUrlEnum'
2516
+ webviewViewMode:
2517
+ $ref: '#/components/schemas/rbmWebViewEnum'
2485
2518
  required:
2486
2519
  - url
2487
2520
  multiChannelFullActions:
@@ -197,6 +197,8 @@
197
197
  1,
198
198
  1,
199
199
  1,
200
+ 1,
201
+ 1,
200
202
  null,
201
203
  null,
202
204
  1,
@@ -11656,6 +11658,6 @@
11656
11658
  ]
11657
11659
  }
11658
11660
  },
11659
- "timestamp": 1765311763
11661
+ "timestamp": 1769537437
11660
11662
  }
11661
11663
  }