Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-2019, windows-2022, ubuntu-22.04, ubuntu-24.04]
node-version: [18, 20, 22]
os: [windows-2022, windows-2025, ubuntu-22.04, ubuntu-24.04]
node-version: [18, 20, 22, 24]
fail-fast: false
steps:
- name: Checkout
Expand Down
15 changes: 5 additions & 10 deletions bandwidth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5239,30 +5239,25 @@ components:
blocked:
description: >-
Whether a Toll-Free Verification is blocked. This attribute will only be
defined when the number is blocked. (Not Available Until 5/28/2025)
defined when the number is blocked.
example: true
type: boolean
blockedReason:
description: >-
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)
will only be defined when the number is blocked.
example: Toll-free number was used to send spam messages
type: string
privacyPolicyUrl:
description: >-
The Toll-Free Verification request privacy policy URL. (Not Available
Until 5/28/2025)
description: The Toll-Free Verification request privacy policy URL.
example: http://your-company.com/privacyPolicy
type: string
termsAndConditionsUrl:
description: >-
The Toll-Free Verification request terms and conditions policy URL. (Not
Available Until 5/28/2025)
description: The Toll-Free Verification request terms and conditions policy URL.
example: http://your-company.com/termsAndConditions
type: string
businessDba:
description: The company 'Doing Business As'. (Not Available Until 5/28/2025)
description: The company 'Doing Business As'.
example: Another Company Name Inc.
type: string
additionalDenialReason:
Expand Down
4 changes: 2 additions & 2 deletions docs/BlockedWebhook.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Name | Type | Description | Notes
**phoneNumber** | **string** | Toll-free telephone number in E.164 format. | [optional] [default to undefined]
**status** | [**TfvCallbackStatusEnum**](TfvCallbackStatusEnum.md) | | [optional] [default to undefined]
**internalTicketNumber** | **string** | Unique identifier (UUID) generated by Bandwidth to assist in tracking the verification status of a toll-free number. | [optional] [default to undefined]
**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]
**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]
**blocked** | **boolean** | Whether a Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked. | [optional] [default to undefined]
**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]

## Example

Expand Down
4 changes: 2 additions & 2 deletions docs/TfvStatus.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Name | Type | Description | Notes
**createdDateTime** | **string** | Date and time the verification request was created. | [optional] [default to undefined]
**modifiedDateTime** | **string** | Date and time the verification request was last modified. | [optional] [default to undefined]
**submission** | [**TfvSubmissionInfo**](TfvSubmissionInfo.md) | | [optional] [default to undefined]
**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]
**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]
**blocked** | **boolean** | Whether a Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked. | [optional] [default to undefined]
**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]

## Example

Expand Down
6 changes: 3 additions & 3 deletions docs/TfvSubmissionInfo.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ Name | Type | Description | Notes
**optInWorkflow** | [**OptInWorkflow**](OptInWorkflow.md) | | [optional] [default to undefined]
**additionalInformation** | **string** | Any additional information. | [optional] [default to undefined]
**isvReseller** | **string** | ISV name. | [optional] [default to undefined]
**privacyPolicyUrl** | **string** | The Toll-Free Verification request privacy policy URL. (Not Available Until 5/28/2025) | [optional] [default to undefined]
**termsAndConditionsUrl** | **string** | The Toll-Free Verification request terms and conditions policy URL. (Not Available Until 5/28/2025) | [optional] [default to undefined]
**businessDba** | **string** | The company \'Doing Business As\'. (Not Available Until 5/28/2025) | [optional] [default to undefined]
**privacyPolicyUrl** | **string** | The Toll-Free Verification request privacy policy URL. | [optional] [default to undefined]
**termsAndConditionsUrl** | **string** | The Toll-Free Verification request terms and conditions policy URL. | [optional] [default to undefined]
**businessDba** | **string** | The company \'Doing Business As\'. | [optional] [default to undefined]

## Example

Expand Down
4 changes: 2 additions & 2 deletions docs/VerificationDenialWebhook.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Name | Type | Description | Notes
**phoneNumber** | **string** | Toll-free telephone number in E.164 format. | [optional] [default to undefined]
**resubmitAllowed** | **boolean** | Whether a Toll-Free Verification request qualifies for resubmission via PUT. | [optional] [default to undefined]
**status** | **string** | | [optional] [default to 'UNVERIFIED']
**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]
**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]
**blocked** | **boolean** | Whether a Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked. | [optional] [default to undefined]
**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]

## Example

Expand Down
6 changes: 3 additions & 3 deletions docs/VerificationRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ Name | Type | Description | Notes
**optInWorkflow** | [**OptInWorkflow**](OptInWorkflow.md) | | [default to undefined]
**additionalInformation** | **string** | Any additional information. | [optional] [default to undefined]
**isvReseller** | **string** | ISV name. | [optional] [default to undefined]
**privacyPolicyUrl** | **string** | The Toll-Free Verification request privacy policy URL. (Not Available Until 5/28/2025) | [optional] [default to undefined]
**termsAndConditionsUrl** | **string** | The Toll-Free Verification request terms and conditions policy URL. (Not Available Until 5/28/2025) | [optional] [default to undefined]
**businessDba** | **string** | The company \'Doing Business As\'. (Not Available Until 5/28/2025) | [optional] [default to undefined]
**privacyPolicyUrl** | **string** | The Toll-Free Verification request privacy policy URL. | [optional] [default to undefined]
**termsAndConditionsUrl** | **string** | The Toll-Free Verification request terms and conditions policy URL. | [optional] [default to undefined]
**businessDba** | **string** | The company \'Doing Business As\'. | [optional] [default to undefined]

## Example

Expand Down
6 changes: 3 additions & 3 deletions docs/VerificationUpdateRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ Name | Type | Description | Notes
**optInWorkflow** | [**OptInWorkflow**](OptInWorkflow.md) | | [default to undefined]
**additionalInformation** | **string** | Any additional information. | [optional] [default to undefined]
**isvReseller** | **string** | ISV name. | [optional] [default to undefined]
**privacyPolicyUrl** | **string** | The Toll-Free Verification request privacy policy URL. (Not Available Until 5/28/2025) | [optional] [default to undefined]
**termsAndConditionsUrl** | **string** | The Toll-Free Verification request terms and conditions policy URL. (Not Available Until 5/28/2025) | [optional] [default to undefined]
**businessDba** | **string** | The company \'Doing Business As\'. (Not Available Until 5/28/2025) | [optional] [default to undefined]
**privacyPolicyUrl** | **string** | The Toll-Free Verification request privacy policy URL. | [optional] [default to undefined]
**termsAndConditionsUrl** | **string** | The Toll-Free Verification request terms and conditions policy URL. | [optional] [default to undefined]
**businessDba** | **string** | The company \'Doing Business As\'. | [optional] [default to undefined]

## Example

Expand Down
4 changes: 2 additions & 2 deletions models/blocked-webhook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ export interface BlockedWebhook {
*/
'internalTicketNumber'?: string;
/**
* Whether a Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked. (Not Available Until 5/28/2025)
* Whether a Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked.
* @type {boolean}
* @memberof BlockedWebhook
*/
'blocked'?: boolean;
/**
* 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)
* The reason why the Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked.
* @type {string}
* @memberof BlockedWebhook
*/
Expand Down
4 changes: 2 additions & 2 deletions models/tfv-status.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@ export interface TfvStatus {
*/
'submission'?: TfvSubmissionInfo;
/**
* Whether a Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked. (Not Available Until 5/28/2025)
* Whether a Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked.
* @type {boolean}
* @memberof TfvStatus
*/
'blocked'?: boolean;
/**
* 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)
* The reason why the Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked.
* @type {string}
* @memberof TfvStatus
*/
Expand Down
6 changes: 3 additions & 3 deletions models/tfv-submission-info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,19 +84,19 @@ export interface TfvSubmissionInfo {
*/
'isvReseller'?: string | null;
/**
* The Toll-Free Verification request privacy policy URL. (Not Available Until 5/28/2025)
* The Toll-Free Verification request privacy policy URL.
* @type {string}
* @memberof TfvSubmissionInfo
*/
'privacyPolicyUrl'?: string;
/**
* The Toll-Free Verification request terms and conditions policy URL. (Not Available Until 5/28/2025)
* The Toll-Free Verification request terms and conditions policy URL.
* @type {string}
* @memberof TfvSubmissionInfo
*/
'termsAndConditionsUrl'?: string;
/**
* The company \'Doing Business As\'. (Not Available Until 5/28/2025)
* The company \'Doing Business As\'.
* @type {string}
* @memberof TfvSubmissionInfo
*/
Expand Down
4 changes: 2 additions & 2 deletions models/verification-denial-webhook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,13 @@ export interface VerificationDenialWebhook {
*/
'status'?: string;
/**
* Whether a Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked. (Not Available Until 5/28/2025)
* Whether a Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked.
* @type {boolean}
* @memberof VerificationDenialWebhook
*/
'blocked'?: boolean;
/**
* 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)
* The reason why the Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked.
* @type {string}
* @memberof VerificationDenialWebhook
*/
Expand Down
6 changes: 3 additions & 3 deletions models/verification-request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,19 +90,19 @@ export interface VerificationRequest {
*/
'isvReseller'?: string | null;
/**
* The Toll-Free Verification request privacy policy URL. (Not Available Until 5/28/2025)
* The Toll-Free Verification request privacy policy URL.
* @type {string}
* @memberof VerificationRequest
*/
'privacyPolicyUrl'?: string;
/**
* The Toll-Free Verification request terms and conditions policy URL. (Not Available Until 5/28/2025)
* The Toll-Free Verification request terms and conditions policy URL.
* @type {string}
* @memberof VerificationRequest
*/
'termsAndConditionsUrl'?: string;
/**
* The company \'Doing Business As\'. (Not Available Until 5/28/2025)
* The company \'Doing Business As\'.
* @type {string}
* @memberof VerificationRequest
*/
Expand Down
6 changes: 3 additions & 3 deletions models/verification-update-request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,19 +84,19 @@ export interface VerificationUpdateRequest {
*/
'isvReseller'?: string | null;
/**
* The Toll-Free Verification request privacy policy URL. (Not Available Until 5/28/2025)
* The Toll-Free Verification request privacy policy URL.
* @type {string}
* @memberof VerificationUpdateRequest
*/
'privacyPolicyUrl'?: string;
/**
* The Toll-Free Verification request terms and conditions policy URL. (Not Available Until 5/28/2025)
* The Toll-Free Verification request terms and conditions policy URL.
* @type {string}
* @memberof VerificationUpdateRequest
*/
'termsAndConditionsUrl'?: string;
/**
* The company \'Doing Business As\'. (Not Available Until 5/28/2025)
* The company \'Doing Business As\'.
* @type {string}
* @memberof VerificationUpdateRequest
*/
Expand Down