diff --git a/.github/workflows/test-pr.yml b/.github/workflows/test-pr.yml index 4c31ff5..c924b58 100644 --- a/.github/workflows/test-pr.yml +++ b/.github/workflows/test-pr.yml @@ -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 diff --git a/bandwidth.yml b/bandwidth.yml index 89d9488..825be19 100644 --- a/bandwidth.yml +++ b/bandwidth.yml @@ -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: diff --git a/docs/BlockedWebhook.md b/docs/BlockedWebhook.md index 14fa7d4..0d4b3b2 100644 --- a/docs/BlockedWebhook.md +++ b/docs/BlockedWebhook.md @@ -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 diff --git a/docs/TfvStatus.md b/docs/TfvStatus.md index 6926476..fea78e2 100644 --- a/docs/TfvStatus.md +++ b/docs/TfvStatus.md @@ -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 diff --git a/docs/TfvSubmissionInfo.md b/docs/TfvSubmissionInfo.md index 914d369..55b3f79 100644 --- a/docs/TfvSubmissionInfo.md +++ b/docs/TfvSubmissionInfo.md @@ -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 diff --git a/docs/VerificationDenialWebhook.md b/docs/VerificationDenialWebhook.md index 0636e39..bc37a1d 100644 --- a/docs/VerificationDenialWebhook.md +++ b/docs/VerificationDenialWebhook.md @@ -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 diff --git a/docs/VerificationRequest.md b/docs/VerificationRequest.md index eeba726..a1781d6 100644 --- a/docs/VerificationRequest.md +++ b/docs/VerificationRequest.md @@ -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 diff --git a/docs/VerificationUpdateRequest.md b/docs/VerificationUpdateRequest.md index 522c350..b407dcc 100644 --- a/docs/VerificationUpdateRequest.md +++ b/docs/VerificationUpdateRequest.md @@ -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 diff --git a/models/blocked-webhook.ts b/models/blocked-webhook.ts index 665ab7c..9259540 100644 --- a/models/blocked-webhook.ts +++ b/models/blocked-webhook.ts @@ -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 */ diff --git a/models/tfv-status.ts b/models/tfv-status.ts index 2c79fb1..b3acb3a 100644 --- a/models/tfv-status.ts +++ b/models/tfv-status.ts @@ -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 */ diff --git a/models/tfv-submission-info.ts b/models/tfv-submission-info.ts index 677c145..5f26214 100644 --- a/models/tfv-submission-info.ts +++ b/models/tfv-submission-info.ts @@ -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 */ diff --git a/models/verification-denial-webhook.ts b/models/verification-denial-webhook.ts index e97508c..615a3e8 100644 --- a/models/verification-denial-webhook.ts +++ b/models/verification-denial-webhook.ts @@ -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 */ diff --git a/models/verification-request.ts b/models/verification-request.ts index fcd7496..c8e7c2d 100644 --- a/models/verification-request.ts +++ b/models/verification-request.ts @@ -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 */ diff --git a/models/verification-update-request.ts b/models/verification-update-request.ts index 8a4cd14..624fc49 100644 --- a/models/verification-update-request.ts +++ b/models/verification-update-request.ts @@ -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 */