Skip to content

Commit 659010f

Browse files
band-swi-release-engineering[bot]DX-Bandwidthckoegel
authored
SWI-7947 Update SDK Based on Recent Spec Changes (#75)
* Generate SDK with OpenAPI Generator Version * update windows runner and node versions for test pr workflow --------- Co-authored-by: DX-Bandwidth <[email protected]> Co-authored-by: ckoegel <[email protected]>
1 parent 5c53cec commit 659010f

14 files changed

+37
-42
lines changed

.github/workflows/test-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
runs-on: ${{ matrix.os }}
3232
strategy:
3333
matrix:
34-
os: [windows-2019, windows-2022, ubuntu-22.04, ubuntu-24.04]
35-
node-version: [18, 20, 22]
34+
os: [windows-2022, windows-2025, ubuntu-22.04, ubuntu-24.04]
35+
node-version: [18, 20, 22, 24]
3636
fail-fast: false
3737
steps:
3838
- name: Checkout

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
@@ -9,8 +9,8 @@ Name | Type | Description | Notes
99
**phoneNumber** | **string** | Toll-free telephone number in E.164 format. | [optional] [default to undefined]
1010
**status** | [**TfvCallbackStatusEnum**](TfvCallbackStatusEnum.md) | | [optional] [default to undefined]
1111
**internalTicketNumber** | **string** | Unique identifier (UUID) generated by Bandwidth to assist in tracking the verification status of a toll-free number. | [optional] [default to undefined]
12-
**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] [default to undefined]
13-
**blockedReason** | **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] [default to undefined]
12+
**blocked** | **boolean** | Whether a Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked. | [optional] [default to undefined]
13+
**blockedReason** | **string** | The reason why the Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked. | [optional] [default to undefined]
1414

1515
## Example
1616

docs/TfvStatus.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Name | Type | Description | Notes
1313
**createdDateTime** | **string** | Date and time the verification request was created. | [optional] [default to undefined]
1414
**modifiedDateTime** | **string** | Date and time the verification request was last modified. | [optional] [default to undefined]
1515
**submission** | [**TfvSubmissionInfo**](TfvSubmissionInfo.md) | | [optional] [default to undefined]
16-
**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] [default to undefined]
17-
**blockedReason** | **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] [default to undefined]
16+
**blocked** | **boolean** | Whether a Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked. | [optional] [default to undefined]
17+
**blockedReason** | **string** | The reason why the Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked. | [optional] [default to undefined]
1818

1919
## Example
2020

docs/TfvSubmissionInfo.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
1414
**optInWorkflow** | [**OptInWorkflow**](OptInWorkflow.md) | | [optional] [default to undefined]
1515
**additionalInformation** | **string** | Any additional information. | [optional] [default to undefined]
1616
**isvReseller** | **string** | ISV name. | [optional] [default to undefined]
17-
**privacyPolicyUrl** | **string** | The Toll-Free Verification request privacy policy URL. (Not Available Until 5/28/2025) | [optional] [default to undefined]
18-
**termsAndConditionsUrl** | **string** | The Toll-Free Verification request terms and conditions policy URL. (Not Available Until 5/28/2025) | [optional] [default to undefined]
19-
**businessDba** | **string** | The company \&#39;Doing Business As\&#39;. (Not Available Until 5/28/2025) | [optional] [default to undefined]
17+
**privacyPolicyUrl** | **string** | The Toll-Free Verification request privacy policy URL. | [optional] [default to undefined]
18+
**termsAndConditionsUrl** | **string** | The Toll-Free Verification request terms and conditions policy URL. | [optional] [default to undefined]
19+
**businessDba** | **string** | The company \&#39;Doing Business As\&#39;. | [optional] [default to undefined]
2020

2121
## Example
2222

docs/VerificationDenialWebhook.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Name | Type | Description | Notes
1313
**phoneNumber** | **string** | Toll-free telephone number in E.164 format. | [optional] [default to undefined]
1414
**resubmitAllowed** | **boolean** | Whether a Toll-Free Verification request qualifies for resubmission via PUT. | [optional] [default to undefined]
1515
**status** | **string** | | [optional] [default to 'UNVERIFIED']
16-
**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] [default to undefined]
17-
**blockedReason** | **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] [default to undefined]
16+
**blocked** | **boolean** | Whether a Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked. | [optional] [default to undefined]
17+
**blockedReason** | **string** | The reason why the Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked. | [optional] [default to undefined]
1818

1919
## Example
2020

docs/VerificationRequest.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ Name | Type | Description | Notes
1515
**optInWorkflow** | [**OptInWorkflow**](OptInWorkflow.md) | | [default to undefined]
1616
**additionalInformation** | **string** | Any additional information. | [optional] [default to undefined]
1717
**isvReseller** | **string** | ISV name. | [optional] [default to undefined]
18-
**privacyPolicyUrl** | **string** | The Toll-Free Verification request privacy policy URL. (Not Available Until 5/28/2025) | [optional] [default to undefined]
19-
**termsAndConditionsUrl** | **string** | The Toll-Free Verification request terms and conditions policy URL. (Not Available Until 5/28/2025) | [optional] [default to undefined]
20-
**businessDba** | **string** | The company \&#39;Doing Business As\&#39;. (Not Available Until 5/28/2025) | [optional] [default to undefined]
18+
**privacyPolicyUrl** | **string** | The Toll-Free Verification request privacy policy URL. | [optional] [default to undefined]
19+
**termsAndConditionsUrl** | **string** | The Toll-Free Verification request terms and conditions policy URL. | [optional] [default to undefined]
20+
**businessDba** | **string** | The company \&#39;Doing Business As\&#39;. | [optional] [default to undefined]
2121

2222
## Example
2323

docs/VerificationUpdateRequest.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
1414
**optInWorkflow** | [**OptInWorkflow**](OptInWorkflow.md) | | [default to undefined]
1515
**additionalInformation** | **string** | Any additional information. | [optional] [default to undefined]
1616
**isvReseller** | **string** | ISV name. | [optional] [default to undefined]
17-
**privacyPolicyUrl** | **string** | The Toll-Free Verification request privacy policy URL. (Not Available Until 5/28/2025) | [optional] [default to undefined]
18-
**termsAndConditionsUrl** | **string** | The Toll-Free Verification request terms and conditions policy URL. (Not Available Until 5/28/2025) | [optional] [default to undefined]
19-
**businessDba** | **string** | The company \&#39;Doing Business As\&#39;. (Not Available Until 5/28/2025) | [optional] [default to undefined]
17+
**privacyPolicyUrl** | **string** | The Toll-Free Verification request privacy policy URL. | [optional] [default to undefined]
18+
**termsAndConditionsUrl** | **string** | The Toll-Free Verification request terms and conditions policy URL. | [optional] [default to undefined]
19+
**businessDba** | **string** | The company \&#39;Doing Business As\&#39;. | [optional] [default to undefined]
2020

2121
## Example
2222

models/blocked-webhook.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ export interface BlockedWebhook {
4848
*/
4949
'internalTicketNumber'?: string;
5050
/**
51-
* Whether a Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked. (Not Available Until 5/28/2025)
51+
* Whether a Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked.
5252
* @type {boolean}
5353
* @memberof BlockedWebhook
5454
*/
5555
'blocked'?: boolean;
5656
/**
57-
* 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)
57+
* The reason why the Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked.
5858
* @type {string}
5959
* @memberof BlockedWebhook
6060
*/

models/tfv-status.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,13 @@ export interface TfvStatus {
7575
*/
7676
'submission'?: TfvSubmissionInfo;
7777
/**
78-
* Whether a Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked. (Not Available Until 5/28/2025)
78+
* Whether a Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked.
7979
* @type {boolean}
8080
* @memberof TfvStatus
8181
*/
8282
'blocked'?: boolean;
8383
/**
84-
* 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)
84+
* The reason why the Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked.
8585
* @type {string}
8686
* @memberof TfvStatus
8787
*/

0 commit comments

Comments
 (0)