bandwidth-sdk 15.0.0 → 15.1.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 +10 -10
- data/README.md +1 -0
- data/bandwidth.yml +26 -10
- data/coverage/.last_run.json +1 -1
- data/coverage/.resultset.json +2 -1
- data/coverage/index.html +235 -223
- data/docs/BlockedWebhook.md +28 -0
- data/docs/RbmActionBase.md +1 -1
- data/docs/TfvSubmissionInfo.md +3 -3
- data/docs/VerificationRequest.md +3 -3
- data/docs/VerificationUpdateRequest.md +3 -3
- data/lib/bandwidth-sdk/models/blocked_webhook.rb +323 -0
- data/lib/bandwidth-sdk/models/tfv_submission_info.rb +1 -1
- data/lib/bandwidth-sdk/models/verification_request.rb +1 -1
- data/lib/bandwidth-sdk/models/verification_update_request.rb +1 -1
- data/lib/bandwidth-sdk/version.rb +1 -1
- data/lib/bandwidth-sdk.rb +1 -0
- metadata +47 -45
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5b6f22b4b7d0524132c79d617111a3ea41766dd7af778e859084ed08b948b598
|
4
|
+
data.tar.gz: b81458f1bafb8879ebf3af1ce083faf6e807731635518ae4f32be8778e85fc46
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3531a0af28109df7dc2a44d7210271a45a3543269f4d7b20d3ac724e6aceafdf1316316e71b6c34ce0e409f08f621b6ade1fcc9ad2de1ff14536f7bc9ed4ffbb
|
7
|
+
data.tar.gz: 7ac674263c0d09ad5627a067554a835cd9c3138655e0a2401b56f09d8b431a9a6a854d52c7200f16be8347aa5e7a32924a4dd6fc289c09451407e85cf5906a76
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
bandwidth-sdk (15.
|
4
|
+
bandwidth-sdk (15.1.0)
|
5
5
|
faraday (>= 1.0.1, < 3.0)
|
6
6
|
faraday-multipart
|
7
7
|
marcel
|
@@ -11,7 +11,7 @@ GEM
|
|
11
11
|
remote: https://rubygems.org/
|
12
12
|
specs:
|
13
13
|
ast (2.4.3)
|
14
|
-
bigdecimal (3.1
|
14
|
+
bigdecimal (3.2.1)
|
15
15
|
byebug (12.0.0)
|
16
16
|
coderay (1.1.3)
|
17
17
|
diff-lcs (1.6.2)
|
@@ -24,14 +24,14 @@ 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.12.
|
27
|
+
json (2.12.2)
|
28
28
|
logger (1.7.0)
|
29
29
|
marcel (1.0.4)
|
30
30
|
method_source (1.1.0)
|
31
31
|
multipart-post (2.4.1)
|
32
32
|
net-http (0.6.0)
|
33
33
|
uri
|
34
|
-
ox (2.14.
|
34
|
+
ox (2.14.23)
|
35
35
|
bigdecimal (>= 3.0)
|
36
36
|
parallel (1.27.0)
|
37
37
|
parser (3.3.8.0)
|
@@ -49,19 +49,19 @@ GEM
|
|
49
49
|
rake (13.2.1)
|
50
50
|
regexp_parser (2.10.0)
|
51
51
|
rexml (3.4.1)
|
52
|
-
rspec (3.13.
|
52
|
+
rspec (3.13.1)
|
53
53
|
rspec-core (~> 3.13.0)
|
54
54
|
rspec-expectations (~> 3.13.0)
|
55
55
|
rspec-mocks (~> 3.13.0)
|
56
|
-
rspec-core (3.13.
|
56
|
+
rspec-core (3.13.4)
|
57
57
|
rspec-support (~> 3.13.0)
|
58
|
-
rspec-expectations (3.13.
|
58
|
+
rspec-expectations (3.13.5)
|
59
59
|
diff-lcs (>= 1.2.0, < 2.0)
|
60
60
|
rspec-support (~> 3.13.0)
|
61
|
-
rspec-mocks (3.13.
|
61
|
+
rspec-mocks (3.13.5)
|
62
62
|
diff-lcs (>= 1.2.0, < 2.0)
|
63
63
|
rspec-support (~> 3.13.0)
|
64
|
-
rspec-support (3.13.
|
64
|
+
rspec-support (3.13.4)
|
65
65
|
rubocop (1.52.1)
|
66
66
|
json (~> 2.3)
|
67
67
|
parallel (~> 1.10)
|
@@ -72,7 +72,7 @@ GEM
|
|
72
72
|
rubocop-ast (>= 1.28.0, < 2.0)
|
73
73
|
ruby-progressbar (~> 1.7)
|
74
74
|
unicode-display_width (>= 2.4.0, < 3.0)
|
75
|
-
rubocop-ast (1.
|
75
|
+
rubocop-ast (1.45.0)
|
76
76
|
parser (>= 3.3.7.2)
|
77
77
|
prism (~> 1.4)
|
78
78
|
ruby-progressbar (1.13.0)
|
data/README.md
CHANGED
@@ -163,6 +163,7 @@ Class | Method | HTTP request | Description
|
|
163
163
|
- [Bandwidth::AdditionalDenialReason](docs/AdditionalDenialReason.md)
|
164
164
|
- [Bandwidth::Address](docs/Address.md)
|
165
165
|
- [Bandwidth::AnswerCallback](docs/AnswerCallback.md)
|
166
|
+
- [Bandwidth::BlockedWebhook](docs/BlockedWebhook.md)
|
166
167
|
- [Bandwidth::BridgeCompleteCallback](docs/BridgeCompleteCallback.md)
|
167
168
|
- [Bandwidth::BridgeTargetCompleteCallback](docs/BridgeTargetCompleteCallback.md)
|
168
169
|
- [Bandwidth::CallDirectionEnum](docs/CallDirectionEnum.md)
|
data/bandwidth.yml
CHANGED
@@ -5253,17 +5253,17 @@ components:
|
|
5253
5253
|
description: >-
|
5254
5254
|
The Toll-Free Verification request privacy policy URL. (Not Available
|
5255
5255
|
Until 5/28/2025)
|
5256
|
-
example: http://your-company.com/
|
5256
|
+
example: http://your-company.com/privacyPolicy
|
5257
5257
|
type: string
|
5258
5258
|
termsAndConditionsUrl:
|
5259
5259
|
description: >-
|
5260
5260
|
The Toll-Free Verification request terms and conditions policy URL. (Not
|
5261
5261
|
Available Until 5/28/2025)
|
5262
|
-
example: http://your-company.com/
|
5262
|
+
example: http://your-company.com/termsAndConditions
|
5263
5263
|
type: string
|
5264
|
-
|
5264
|
+
businessDba:
|
5265
5265
|
description: The company 'Doing Business As'. (Not Available Until 5/28/2025)
|
5266
|
-
example:
|
5266
|
+
example: Another Company Name Inc.
|
5267
5267
|
type: string
|
5268
5268
|
additionalDenialReason:
|
5269
5269
|
properties:
|
@@ -5349,8 +5349,8 @@ components:
|
|
5349
5349
|
$ref: '#/components/schemas/privacyPolicyUrl'
|
5350
5350
|
termsAndConditionsUrl:
|
5351
5351
|
$ref: '#/components/schemas/termsAndConditionsUrl'
|
5352
|
-
|
5353
|
-
$ref: '#/components/schemas/
|
5352
|
+
businessDba:
|
5353
|
+
$ref: '#/components/schemas/businessDba'
|
5354
5354
|
verificationUpdateRequest:
|
5355
5355
|
type: object
|
5356
5356
|
required:
|
@@ -5388,8 +5388,8 @@ components:
|
|
5388
5388
|
$ref: '#/components/schemas/privacyPolicyUrl'
|
5389
5389
|
termsAndConditionsUrl:
|
5390
5390
|
$ref: '#/components/schemas/termsAndConditionsUrl'
|
5391
|
-
|
5392
|
-
$ref: '#/components/schemas/
|
5391
|
+
businessDba:
|
5392
|
+
$ref: '#/components/schemas/businessDba'
|
5393
5393
|
tfvBasicAuthentication:
|
5394
5394
|
type: object
|
5395
5395
|
properties:
|
@@ -5483,6 +5483,21 @@ components:
|
|
5483
5483
|
$ref: '#/components/schemas/tfvCallbackStatusEnum'
|
5484
5484
|
internalTicketNumber:
|
5485
5485
|
$ref: '#/components/schemas/internalTicketNumberForWebhook'
|
5486
|
+
blockedWebhook:
|
5487
|
+
type: object
|
5488
|
+
properties:
|
5489
|
+
accountId:
|
5490
|
+
$ref: '#/components/schemas/accountId1'
|
5491
|
+
phoneNumber:
|
5492
|
+
$ref: '#/components/schemas/tfPhoneNumber'
|
5493
|
+
status:
|
5494
|
+
$ref: '#/components/schemas/tfvCallbackStatusEnum'
|
5495
|
+
internalTicketNumber:
|
5496
|
+
$ref: '#/components/schemas/internalTicketNumberForWebhook'
|
5497
|
+
blocked:
|
5498
|
+
$ref: '#/components/schemas/blocked'
|
5499
|
+
blockedReason:
|
5500
|
+
$ref: '#/components/schemas/blockedReason'
|
5486
5501
|
tfvSubmissionWrapper:
|
5487
5502
|
type: object
|
5488
5503
|
properties:
|
@@ -5849,8 +5864,8 @@ components:
|
|
5849
5864
|
$ref: '#/components/schemas/privacyPolicyUrl'
|
5850
5865
|
termsAndConditionsUrl:
|
5851
5866
|
$ref: '#/components/schemas/termsAndConditionsUrl'
|
5852
|
-
|
5853
|
-
$ref: '#/components/schemas/
|
5867
|
+
businessDba:
|
5868
|
+
$ref: '#/components/schemas/businessDba'
|
5854
5869
|
tfvStatusEnum:
|
5855
5870
|
type: string
|
5856
5871
|
enum:
|
@@ -7468,6 +7483,7 @@ components:
|
|
7468
7483
|
- $ref: '#/components/schemas/verificationWebhook'
|
7469
7484
|
- $ref: '#/components/schemas/verificationDenialWebhook'
|
7470
7485
|
- $ref: '#/components/schemas/failureWebhook'
|
7486
|
+
- $ref: '#/components/schemas/blockedWebhook'
|
7471
7487
|
webhookSubscriptionRequest:
|
7472
7488
|
description: >-
|
7473
7489
|
Information about a webhook that Bandwidth should send upon the
|
data/coverage/.last_run.json
CHANGED
data/coverage/.resultset.json
CHANGED
@@ -166,6 +166,7 @@
|
|
166
166
|
1,
|
167
167
|
1,
|
168
168
|
1,
|
169
|
+
1,
|
169
170
|
null,
|
170
171
|
null,
|
171
172
|
1,
|
@@ -11259,6 +11260,6 @@
|
|
11259
11260
|
]
|
11260
11261
|
}
|
11261
11262
|
},
|
11262
|
-
"timestamp":
|
11263
|
+
"timestamp": 1748977081
|
11263
11264
|
}
|
11264
11265
|
}
|