diff --git a/.github/workflows/test-pr.yml b/.github/workflows/test-pr.yml index de3967a9..763a5cf0 100644 --- a/.github/workflows/test-pr.yml +++ b/.github/workflows/test-pr.yml @@ -35,7 +35,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [windows-2019, windows-2022, ubuntu-22.04, ubuntu-24.04] + os: [windows-2022, windows-2025, ubuntu-22.04, ubuntu-24.04] java-version: ["11", "17", "21"] distribution: ["zulu", "temurin"] fail-fast: false diff --git a/api/openapi.yaml b/api/openapi.yaml index bcc6e24c..ef1f912e 100644 --- a/api/openapi.yaml +++ b/api/openapi.yaml @@ -12207,26 +12207,25 @@ components: type: boolean 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) + only be 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) + 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: @@ -12325,17 +12324,16 @@ components: nullable: true 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) + 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 required: @@ -12397,17 +12395,16 @@ components: nullable: true 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) + 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 required: @@ -12554,14 +12551,12 @@ components: type: string 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) + will only be 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) + attribute will only be defined when the number is blocked. example: Toll-free number was used to send spam messages type: string type: object @@ -12612,14 +12607,12 @@ components: type: string 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) + will only be 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) + attribute will only be defined when the number is blocked. example: Toll-free number was used to send spam messages type: string type: object @@ -13109,14 +13102,12 @@ components: $ref: '#/components/schemas/tfvSubmissionInfo' 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) + will only be 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) + attribute will only be defined when the number is blocked. example: Toll-free number was used to send spam messages type: string type: object @@ -13197,17 +13188,16 @@ components: nullable: true 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) + 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 type: object diff --git a/bandwidth.yml b/bandwidth.yml index 89d94888..825be19f 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 7b0be06e..87d69834 100644 --- a/docs/BlockedWebhook.md +++ b/docs/BlockedWebhook.md @@ -11,8 +11,8 @@ |**phoneNumber** | **String** | Toll-free telephone number in E.164 format. | [optional] | |**status** | **TfvCallbackStatusEnum** | | [optional] | |**internalTicketNumber** | **UUID** | Unique identifier (UUID) generated by Bandwidth to assist in tracking the verification status of a toll-free number. | [optional] | -|**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] | -|**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] | +|**blocked** | **Boolean** | Whether a Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked. | [optional] | +|**blockedReason** | **String** | The reason why the Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked. | [optional] | diff --git a/docs/TfvStatus.md b/docs/TfvStatus.md index 201996e9..bd106819 100644 --- a/docs/TfvStatus.md +++ b/docs/TfvStatus.md @@ -15,8 +15,8 @@ |**createdDateTime** | **OffsetDateTime** | Date and time the verification request was created. | [optional] | |**modifiedDateTime** | **OffsetDateTime** | Date and time the verification request was last modified. | [optional] | |**submission** | [**TfvSubmissionInfo**](TfvSubmissionInfo.md) | | [optional] | -|**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] | -|**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] | +|**blocked** | **Boolean** | Whether a Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked. | [optional] | +|**blockedReason** | **String** | The reason why the Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked. | [optional] | diff --git a/docs/TfvSubmissionInfo.md b/docs/TfvSubmissionInfo.md index 2445c89b..ad829544 100644 --- a/docs/TfvSubmissionInfo.md +++ b/docs/TfvSubmissionInfo.md @@ -16,9 +16,9 @@ |**optInWorkflow** | [**OptInWorkflow**](OptInWorkflow.md) | | [optional] | |**additionalInformation** | **String** | Any additional information. | [optional] | |**isvReseller** | **String** | ISV name. | [optional] | -|**privacyPolicyUrl** | **String** | The Toll-Free Verification request privacy policy URL. (Not Available Until 5/28/2025) | [optional] | -|**termsAndConditionsUrl** | **String** | The Toll-Free Verification request terms and conditions policy URL. (Not Available Until 5/28/2025) | [optional] | -|**businessDba** | **String** | The company 'Doing Business As'. (Not Available Until 5/28/2025) | [optional] | +|**privacyPolicyUrl** | **String** | The Toll-Free Verification request privacy policy URL. | [optional] | +|**termsAndConditionsUrl** | **String** | The Toll-Free Verification request terms and conditions policy URL. | [optional] | +|**businessDba** | **String** | The company 'Doing Business As'. | [optional] | diff --git a/docs/VerificationDenialWebhook.md b/docs/VerificationDenialWebhook.md index 8b93f5b9..7a0853b4 100644 --- a/docs/VerificationDenialWebhook.md +++ b/docs/VerificationDenialWebhook.md @@ -15,8 +15,8 @@ |**phoneNumber** | **String** | Toll-free telephone number in E.164 format. | [optional] | |**resubmitAllowed** | **Boolean** | Whether a Toll-Free Verification request qualifies for resubmission via PUT. | [optional] | |**status** | **String** | | [optional] | -|**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] | -|**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] | +|**blocked** | **Boolean** | Whether a Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked. | [optional] | +|**blockedReason** | **String** | The reason why the Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked. | [optional] | diff --git a/docs/VerificationRequest.md b/docs/VerificationRequest.md index 61f6fb41..b63e9780 100644 --- a/docs/VerificationRequest.md +++ b/docs/VerificationRequest.md @@ -17,9 +17,9 @@ |**optInWorkflow** | [**OptInWorkflow**](OptInWorkflow.md) | | | |**additionalInformation** | **String** | Any additional information. | [optional] | |**isvReseller** | **String** | ISV name. | [optional] | -|**privacyPolicyUrl** | **String** | The Toll-Free Verification request privacy policy URL. (Not Available Until 5/28/2025) | [optional] | -|**termsAndConditionsUrl** | **String** | The Toll-Free Verification request terms and conditions policy URL. (Not Available Until 5/28/2025) | [optional] | -|**businessDba** | **String** | The company 'Doing Business As'. (Not Available Until 5/28/2025) | [optional] | +|**privacyPolicyUrl** | **String** | The Toll-Free Verification request privacy policy URL. | [optional] | +|**termsAndConditionsUrl** | **String** | The Toll-Free Verification request terms and conditions policy URL. | [optional] | +|**businessDba** | **String** | The company 'Doing Business As'. | [optional] | diff --git a/docs/VerificationUpdateRequest.md b/docs/VerificationUpdateRequest.md index f097e779..ecfa5b72 100644 --- a/docs/VerificationUpdateRequest.md +++ b/docs/VerificationUpdateRequest.md @@ -16,9 +16,9 @@ |**optInWorkflow** | [**OptInWorkflow**](OptInWorkflow.md) | | | |**additionalInformation** | **String** | Any additional information. | [optional] | |**isvReseller** | **String** | ISV name. | [optional] | -|**privacyPolicyUrl** | **String** | The Toll-Free Verification request privacy policy URL. (Not Available Until 5/28/2025) | [optional] | -|**termsAndConditionsUrl** | **String** | The Toll-Free Verification request terms and conditions policy URL. (Not Available Until 5/28/2025) | [optional] | -|**businessDba** | **String** | The company 'Doing Business As'. (Not Available Until 5/28/2025) | [optional] | +|**privacyPolicyUrl** | **String** | The Toll-Free Verification request privacy policy URL. | [optional] | +|**termsAndConditionsUrl** | **String** | The Toll-Free Verification request terms and conditions policy URL. | [optional] | +|**businessDba** | **String** | The company 'Doing Business As'. | [optional] | diff --git a/src/main/java/com/bandwidth/sdk/model/BlockedWebhook.java b/src/main/java/com/bandwidth/sdk/model/BlockedWebhook.java index 5e0904f6..805cd7d3 100644 --- a/src/main/java/com/bandwidth/sdk/model/BlockedWebhook.java +++ b/src/main/java/com/bandwidth/sdk/model/BlockedWebhook.java @@ -167,7 +167,7 @@ public BlockedWebhook blocked(@javax.annotation.Nullable Boolean blocked) { } /** - * 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. * @return blocked */ @javax.annotation.Nullable @@ -186,7 +186,7 @@ public BlockedWebhook blockedReason(@javax.annotation.Nullable String blockedRea } /** - * 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. * @return blockedReason */ @javax.annotation.Nullable diff --git a/src/main/java/com/bandwidth/sdk/model/TfvStatus.java b/src/main/java/com/bandwidth/sdk/model/TfvStatus.java index 8ef86682..b2b8d96a 100644 --- a/src/main/java/com/bandwidth/sdk/model/TfvStatus.java +++ b/src/main/java/com/bandwidth/sdk/model/TfvStatus.java @@ -265,7 +265,7 @@ public TfvStatus blocked(@javax.annotation.Nullable Boolean blocked) { } /** - * 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. * @return blocked */ @javax.annotation.Nullable @@ -284,7 +284,7 @@ public TfvStatus blockedReason(@javax.annotation.Nullable String blockedReason) } /** - * 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. * @return blockedReason */ @javax.annotation.Nullable diff --git a/src/main/java/com/bandwidth/sdk/model/TfvSubmissionInfo.java b/src/main/java/com/bandwidth/sdk/model/TfvSubmissionInfo.java index 573b4aca..fa273092 100644 --- a/src/main/java/com/bandwidth/sdk/model/TfvSubmissionInfo.java +++ b/src/main/java/com/bandwidth/sdk/model/TfvSubmissionInfo.java @@ -296,7 +296,7 @@ public TfvSubmissionInfo privacyPolicyUrl(@javax.annotation.Nullable String priv } /** - * The Toll-Free Verification request privacy policy URL. (Not Available Until 5/28/2025) + * The Toll-Free Verification request privacy policy URL. * @return privacyPolicyUrl */ @javax.annotation.Nullable @@ -315,7 +315,7 @@ public TfvSubmissionInfo termsAndConditionsUrl(@javax.annotation.Nullable 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. * @return termsAndConditionsUrl */ @javax.annotation.Nullable @@ -334,7 +334,7 @@ public TfvSubmissionInfo businessDba(@javax.annotation.Nullable String businessD } /** - * The company 'Doing Business As'. (Not Available Until 5/28/2025) + * The company 'Doing Business As'. * @return businessDba */ @javax.annotation.Nullable diff --git a/src/main/java/com/bandwidth/sdk/model/VerificationDenialWebhook.java b/src/main/java/com/bandwidth/sdk/model/VerificationDenialWebhook.java index c630da70..92b77d63 100644 --- a/src/main/java/com/bandwidth/sdk/model/VerificationDenialWebhook.java +++ b/src/main/java/com/bandwidth/sdk/model/VerificationDenialWebhook.java @@ -273,7 +273,7 @@ public VerificationDenialWebhook blocked(@javax.annotation.Nullable Boolean bloc } /** - * 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. * @return blocked */ @javax.annotation.Nullable @@ -292,7 +292,7 @@ public VerificationDenialWebhook blockedReason(@javax.annotation.Nullable 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) + * The reason why the Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked. * @return blockedReason */ @javax.annotation.Nullable diff --git a/src/main/java/com/bandwidth/sdk/model/VerificationRequest.java b/src/main/java/com/bandwidth/sdk/model/VerificationRequest.java index 4e0c7fe8..677a08a0 100644 --- a/src/main/java/com/bandwidth/sdk/model/VerificationRequest.java +++ b/src/main/java/com/bandwidth/sdk/model/VerificationRequest.java @@ -330,7 +330,7 @@ public VerificationRequest privacyPolicyUrl(@javax.annotation.Nullable String pr } /** - * The Toll-Free Verification request privacy policy URL. (Not Available Until 5/28/2025) + * The Toll-Free Verification request privacy policy URL. * @return privacyPolicyUrl */ @javax.annotation.Nullable @@ -349,7 +349,7 @@ public VerificationRequest termsAndConditionsUrl(@javax.annotation.Nullable Stri } /** - * 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. * @return termsAndConditionsUrl */ @javax.annotation.Nullable @@ -368,7 +368,7 @@ public VerificationRequest businessDba(@javax.annotation.Nullable String busines } /** - * The company 'Doing Business As'. (Not Available Until 5/28/2025) + * The company 'Doing Business As'. * @return businessDba */ @javax.annotation.Nullable diff --git a/src/main/java/com/bandwidth/sdk/model/VerificationUpdateRequest.java b/src/main/java/com/bandwidth/sdk/model/VerificationUpdateRequest.java index c693990b..cbda323d 100644 --- a/src/main/java/com/bandwidth/sdk/model/VerificationUpdateRequest.java +++ b/src/main/java/com/bandwidth/sdk/model/VerificationUpdateRequest.java @@ -296,7 +296,7 @@ public VerificationUpdateRequest privacyPolicyUrl(@javax.annotation.Nullable Str } /** - * The Toll-Free Verification request privacy policy URL. (Not Available Until 5/28/2025) + * The Toll-Free Verification request privacy policy URL. * @return privacyPolicyUrl */ @javax.annotation.Nullable @@ -315,7 +315,7 @@ public VerificationUpdateRequest termsAndConditionsUrl(@javax.annotation.Nullabl } /** - * 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. * @return termsAndConditionsUrl */ @javax.annotation.Nullable @@ -334,7 +334,7 @@ public VerificationUpdateRequest businessDba(@javax.annotation.Nullable String b } /** - * The company 'Doing Business As'. (Not Available Until 5/28/2025) + * The company 'Doing Business As'. * @return businessDba */ @javax.annotation.Nullable