Skip to content

Commit 5c1e427

Browse files
band-swi-release-engineering[bot]DX-Bandwidthckoegel
authored
SWI-7951 Update SDK Based on Recent Spec Changes (#174)
* Generate SDK with OpenAPI Generator Version * update windows runner version --------- Co-authored-by: DX-Bandwidth <[email protected]> Co-authored-by: ckoegel <[email protected]> Co-authored-by: Cameron Koegel <[email protected]>
1 parent 524f256 commit 5c1e427

13 files changed

+35
-40
lines changed

bandwidth.yml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5239,30 +5239,25 @@ components:
52395239
blocked:
52405240
description: >-
52415241
Whether a Toll-Free Verification is blocked. This attribute will only be
5242-
defined when the number is blocked. (Not Available Until 5/28/2025)
5242+
defined when the number is blocked.
52435243
example: true
52445244
type: boolean
52455245
blockedReason:
52465246
description: >-
52475247
The reason why the Toll-Free Verification is blocked. This attribute
5248-
will only be defined when the number is blocked. (Not Available Until
5249-
5/28/2025)
5248+
will only be defined when the number is blocked.
52505249
example: Toll-free number was used to send spam messages
52515250
type: string
52525251
privacyPolicyUrl:
5253-
description: >-
5254-
The Toll-Free Verification request privacy policy URL. (Not Available
5255-
Until 5/28/2025)
5252+
description: The Toll-Free Verification request privacy policy URL.
52565253
example: http://your-company.com/privacyPolicy
52575254
type: string
52585255
termsAndConditionsUrl:
5259-
description: >-
5260-
The Toll-Free Verification request terms and conditions policy URL. (Not
5261-
Available Until 5/28/2025)
5256+
description: The Toll-Free Verification request terms and conditions policy URL.
52625257
example: http://your-company.com/termsAndConditions
52635258
type: string
52645259
businessDba:
5265-
description: The company 'Doing Business As'. (Not Available Until 5/28/2025)
5260+
description: The company 'Doing Business As'.
52665261
example: Another Company Name Inc.
52675262
type: string
52685263
additionalDenialReason:

docs/BlockedWebhook.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
| **phone_number** | **String** | Toll-free telephone number in E.164 format. | [optional] |
99
| **status** | [**TfvCallbackStatusEnum**](TfvCallbackStatusEnum.md) | | [optional] |
1010
| **internal_ticket_number** | **String** | Unique identifier (UUID) generated by Bandwidth to assist in tracking the verification status of a toll-free number. | [optional] |
11-
| **blocked** | **Boolean** | Whether a Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked. (Not Available Until 5/28/2025) | [optional] |
12-
| **blocked_reason** | **String** | The reason why the Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked. (Not Available Until 5/28/2025) | [optional] |
11+
| **blocked** | **Boolean** | Whether a Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked. | [optional] |
12+
| **blocked_reason** | **String** | The reason why the Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked. | [optional] |
1313

1414
## Example
1515

docs/TfvStatus.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
| **created_date_time** | **Time** | Date and time the verification request was created. | [optional] |
1313
| **modified_date_time** | **Time** | Date and time the verification request was last modified. | [optional] |
1414
| **submission** | [**TfvSubmissionInfo**](TfvSubmissionInfo.md) | | [optional] |
15-
| **blocked** | **Boolean** | Whether a Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked. (Not Available Until 5/28/2025) | [optional] |
16-
| **blocked_reason** | **String** | The reason why the Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked. (Not Available Until 5/28/2025) | [optional] |
15+
| **blocked** | **Boolean** | Whether a Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked. | [optional] |
16+
| **blocked_reason** | **String** | The reason why the Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked. | [optional] |
1717

1818
## Example
1919

docs/TfvSubmissionInfo.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
| **opt_in_workflow** | [**OptInWorkflow**](OptInWorkflow.md) | | [optional] |
1414
| **additional_information** | **String** | Any additional information. | [optional] |
1515
| **isv_reseller** | **String** | ISV name. | [optional] |
16-
| **privacy_policy_url** | **String** | The Toll-Free Verification request privacy policy URL. (Not Available Until 5/28/2025) | [optional] |
17-
| **terms_and_conditions_url** | **String** | The Toll-Free Verification request terms and conditions policy URL. (Not Available Until 5/28/2025) | [optional] |
18-
| **business_dba** | **String** | The company &#39;Doing Business As&#39;. (Not Available Until 5/28/2025) | [optional] |
16+
| **privacy_policy_url** | **String** | The Toll-Free Verification request privacy policy URL. | [optional] |
17+
| **terms_and_conditions_url** | **String** | The Toll-Free Verification request terms and conditions policy URL. | [optional] |
18+
| **business_dba** | **String** | The company &#39;Doing Business As&#39;. | [optional] |
1919

2020
## Example
2121

docs/VerificationDenialWebhook.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
| **phone_number** | **String** | Toll-free telephone number in E.164 format. | [optional] |
1313
| **resubmit_allowed** | **Boolean** | Whether a Toll-Free Verification request qualifies for resubmission via PUT. | [optional] |
1414
| **status** | **String** | | [optional][default to &#39;UNVERIFIED&#39;] |
15-
| **blocked** | **Boolean** | Whether a Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked. (Not Available Until 5/28/2025) | [optional] |
16-
| **blocked_reason** | **String** | The reason why the Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked. (Not Available Until 5/28/2025) | [optional] |
15+
| **blocked** | **Boolean** | Whether a Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked. | [optional] |
16+
| **blocked_reason** | **String** | The reason why the Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked. | [optional] |
1717

1818
## Example
1919

docs/VerificationRequest.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
| **opt_in_workflow** | [**OptInWorkflow**](OptInWorkflow.md) | | |
1515
| **additional_information** | **String** | Any additional information. | [optional] |
1616
| **isv_reseller** | **String** | ISV name. | [optional] |
17-
| **privacy_policy_url** | **String** | The Toll-Free Verification request privacy policy URL. (Not Available Until 5/28/2025) | [optional] |
18-
| **terms_and_conditions_url** | **String** | The Toll-Free Verification request terms and conditions policy URL. (Not Available Until 5/28/2025) | [optional] |
19-
| **business_dba** | **String** | The company &#39;Doing Business As&#39;. (Not Available Until 5/28/2025) | [optional] |
17+
| **privacy_policy_url** | **String** | The Toll-Free Verification request privacy policy URL. | [optional] |
18+
| **terms_and_conditions_url** | **String** | The Toll-Free Verification request terms and conditions policy URL. | [optional] |
19+
| **business_dba** | **String** | The company &#39;Doing Business As&#39;. | [optional] |
2020

2121
## Example
2222

docs/VerificationUpdateRequest.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
| **opt_in_workflow** | [**OptInWorkflow**](OptInWorkflow.md) | | |
1414
| **additional_information** | **String** | Any additional information. | [optional] |
1515
| **isv_reseller** | **String** | ISV name. | [optional] |
16-
| **privacy_policy_url** | **String** | The Toll-Free Verification request privacy policy URL. (Not Available Until 5/28/2025) | [optional] |
17-
| **terms_and_conditions_url** | **String** | The Toll-Free Verification request terms and conditions policy URL. (Not Available Until 5/28/2025) | [optional] |
18-
| **business_dba** | **String** | The company &#39;Doing Business As&#39;. (Not Available Until 5/28/2025) | [optional] |
16+
| **privacy_policy_url** | **String** | The Toll-Free Verification request privacy policy URL. | [optional] |
17+
| **terms_and_conditions_url** | **String** | The Toll-Free Verification request terms and conditions policy URL. | [optional] |
18+
| **business_dba** | **String** | The company &#39;Doing Business As&#39;. | [optional] |
1919

2020
## Example
2121

lib/bandwidth-sdk/models/blocked_webhook.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ class BlockedWebhook
2626
# Unique identifier (UUID) generated by Bandwidth to assist in tracking the verification status of a toll-free number.
2727
attr_accessor :internal_ticket_number
2828

29-
# Whether a Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked. (Not Available Until 5/28/2025)
29+
# Whether a Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked.
3030
attr_accessor :blocked
3131

32-
# The reason why the Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked. (Not Available Until 5/28/2025)
32+
# The reason why the Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked.
3333
attr_accessor :blocked_reason
3434

3535
class EnumAttributeValidator

lib/bandwidth-sdk/models/tfv_status.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ class TfvStatus
3737

3838
attr_accessor :submission
3939

40-
# Whether a Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked. (Not Available Until 5/28/2025)
40+
# Whether a Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked.
4141
attr_accessor :blocked
4242

43-
# The reason why the Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked. (Not Available Until 5/28/2025)
43+
# The reason why the Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked.
4444
attr_accessor :blocked_reason
4545

4646
class EnumAttributeValidator

lib/bandwidth-sdk/models/tfv_submission_info.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ class TfvSubmissionInfo
3939
# ISV name.
4040
attr_accessor :isv_reseller
4141

42-
# The Toll-Free Verification request privacy policy URL. (Not Available Until 5/28/2025)
42+
# The Toll-Free Verification request privacy policy URL.
4343
attr_accessor :privacy_policy_url
4444

45-
# The Toll-Free Verification request terms and conditions policy URL. (Not Available Until 5/28/2025)
45+
# The Toll-Free Verification request terms and conditions policy URL.
4646
attr_accessor :terms_and_conditions_url
4747

48-
# The company 'Doing Business As'. (Not Available Until 5/28/2025)
48+
# The company 'Doing Business As'.
4949
attr_accessor :business_dba
5050

5151
# Attribute mapping from ruby-style variable name to JSON key.

0 commit comments

Comments
 (0)