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 f09b3c02..ee985342 100644 --- a/docs/BlockedWebhook.md +++ b/docs/BlockedWebhook.md @@ -8,8 +8,8 @@ | **phone_number** | **String** | Toll-free telephone number in E.164 format. | [optional] | | **status** | [**TfvCallbackStatusEnum**](TfvCallbackStatusEnum.md) | | [optional] | | **internal_ticket_number** | **String** | 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] | -| **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] | +| **blocked** | **Boolean** | Whether a Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked. | [optional] | +| **blocked_reason** | **String** | The reason why the Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked. | [optional] | ## Example diff --git a/docs/TfvStatus.md b/docs/TfvStatus.md index d2c2dca1..81b2f4ba 100644 --- a/docs/TfvStatus.md +++ b/docs/TfvStatus.md @@ -12,8 +12,8 @@ | **created_date_time** | **Time** | Date and time the verification request was created. | [optional] | | **modified_date_time** | **Time** | 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] | -| **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] | +| **blocked** | **Boolean** | Whether a Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked. | [optional] | +| **blocked_reason** | **String** | The reason why the Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked. | [optional] | ## Example diff --git a/docs/TfvSubmissionInfo.md b/docs/TfvSubmissionInfo.md index 9a4e2761..7cf12b4b 100644 --- a/docs/TfvSubmissionInfo.md +++ b/docs/TfvSubmissionInfo.md @@ -13,9 +13,9 @@ | **opt_in_workflow** | [**OptInWorkflow**](OptInWorkflow.md) | | [optional] | | **additional_information** | **String** | Any additional information. | [optional] | | **isv_reseller** | **String** | ISV name. | [optional] | -| **privacy_policy_url** | **String** | The Toll-Free Verification request privacy policy URL. (Not Available Until 5/28/2025) | [optional] | -| **terms_and_conditions_url** | **String** | The Toll-Free Verification request terms and conditions policy URL. (Not Available Until 5/28/2025) | [optional] | -| **business_dba** | **String** | The company 'Doing Business As'. (Not Available Until 5/28/2025) | [optional] | +| **privacy_policy_url** | **String** | The Toll-Free Verification request privacy policy URL. | [optional] | +| **terms_and_conditions_url** | **String** | The Toll-Free Verification request terms and conditions policy URL. | [optional] | +| **business_dba** | **String** | The company 'Doing Business As'. | [optional] | ## Example diff --git a/docs/VerificationDenialWebhook.md b/docs/VerificationDenialWebhook.md index ee30ad24..b1211a22 100644 --- a/docs/VerificationDenialWebhook.md +++ b/docs/VerificationDenialWebhook.md @@ -12,8 +12,8 @@ | **phone_number** | **String** | Toll-free telephone number in E.164 format. | [optional] | | **resubmit_allowed** | **Boolean** | Whether a Toll-Free Verification request qualifies for resubmission via PUT. | [optional] | | **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] | -| **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] | +| **blocked** | **Boolean** | Whether a Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked. | [optional] | +| **blocked_reason** | **String** | The reason why the Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked. | [optional] | ## Example diff --git a/docs/VerificationRequest.md b/docs/VerificationRequest.md index b0b521a0..a0cf0535 100644 --- a/docs/VerificationRequest.md +++ b/docs/VerificationRequest.md @@ -14,9 +14,9 @@ | **opt_in_workflow** | [**OptInWorkflow**](OptInWorkflow.md) | | | | **additional_information** | **String** | Any additional information. | [optional] | | **isv_reseller** | **String** | ISV name. | [optional] | -| **privacy_policy_url** | **String** | The Toll-Free Verification request privacy policy URL. (Not Available Until 5/28/2025) | [optional] | -| **terms_and_conditions_url** | **String** | The Toll-Free Verification request terms and conditions policy URL. (Not Available Until 5/28/2025) | [optional] | -| **business_dba** | **String** | The company 'Doing Business As'. (Not Available Until 5/28/2025) | [optional] | +| **privacy_policy_url** | **String** | The Toll-Free Verification request privacy policy URL. | [optional] | +| **terms_and_conditions_url** | **String** | The Toll-Free Verification request terms and conditions policy URL. | [optional] | +| **business_dba** | **String** | The company 'Doing Business As'. | [optional] | ## Example diff --git a/docs/VerificationUpdateRequest.md b/docs/VerificationUpdateRequest.md index 198b3e8e..dd8f9b30 100644 --- a/docs/VerificationUpdateRequest.md +++ b/docs/VerificationUpdateRequest.md @@ -13,9 +13,9 @@ | **opt_in_workflow** | [**OptInWorkflow**](OptInWorkflow.md) | | | | **additional_information** | **String** | Any additional information. | [optional] | | **isv_reseller** | **String** | ISV name. | [optional] | -| **privacy_policy_url** | **String** | The Toll-Free Verification request privacy policy URL. (Not Available Until 5/28/2025) | [optional] | -| **terms_and_conditions_url** | **String** | The Toll-Free Verification request terms and conditions policy URL. (Not Available Until 5/28/2025) | [optional] | -| **business_dba** | **String** | The company 'Doing Business As'. (Not Available Until 5/28/2025) | [optional] | +| **privacy_policy_url** | **String** | The Toll-Free Verification request privacy policy URL. | [optional] | +| **terms_and_conditions_url** | **String** | The Toll-Free Verification request terms and conditions policy URL. | [optional] | +| **business_dba** | **String** | The company 'Doing Business As'. | [optional] | ## Example diff --git a/lib/bandwidth-sdk/models/blocked_webhook.rb b/lib/bandwidth-sdk/models/blocked_webhook.rb index f785299d..28ff31b5 100644 --- a/lib/bandwidth-sdk/models/blocked_webhook.rb +++ b/lib/bandwidth-sdk/models/blocked_webhook.rb @@ -26,10 +26,10 @@ class BlockedWebhook # Unique identifier (UUID) generated by Bandwidth to assist in tracking the verification status of a toll-free number. attr_accessor :internal_ticket_number - # 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. attr_accessor :blocked - # 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. attr_accessor :blocked_reason class EnumAttributeValidator diff --git a/lib/bandwidth-sdk/models/tfv_status.rb b/lib/bandwidth-sdk/models/tfv_status.rb index e5c8de12..1b12dc54 100644 --- a/lib/bandwidth-sdk/models/tfv_status.rb +++ b/lib/bandwidth-sdk/models/tfv_status.rb @@ -37,10 +37,10 @@ class TfvStatus attr_accessor :submission - # 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. attr_accessor :blocked - # 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. attr_accessor :blocked_reason class EnumAttributeValidator diff --git a/lib/bandwidth-sdk/models/tfv_submission_info.rb b/lib/bandwidth-sdk/models/tfv_submission_info.rb index 47677156..39f610b9 100644 --- a/lib/bandwidth-sdk/models/tfv_submission_info.rb +++ b/lib/bandwidth-sdk/models/tfv_submission_info.rb @@ -39,13 +39,13 @@ class TfvSubmissionInfo # ISV name. attr_accessor :isv_reseller - # The Toll-Free Verification request privacy policy URL. (Not Available Until 5/28/2025) + # The Toll-Free Verification request privacy policy URL. attr_accessor :privacy_policy_url - # 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. attr_accessor :terms_and_conditions_url - # The company 'Doing Business As'. (Not Available Until 5/28/2025) + # The company 'Doing Business As'. attr_accessor :business_dba # Attribute mapping from ruby-style variable name to JSON key. diff --git a/lib/bandwidth-sdk/models/verification_denial_webhook.rb b/lib/bandwidth-sdk/models/verification_denial_webhook.rb index 7186fda2..eb223a4c 100644 --- a/lib/bandwidth-sdk/models/verification_denial_webhook.rb +++ b/lib/bandwidth-sdk/models/verification_denial_webhook.rb @@ -38,10 +38,10 @@ class VerificationDenialWebhook attr_accessor :status - # 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. attr_accessor :blocked - # 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. attr_accessor :blocked_reason # Attribute mapping from ruby-style variable name to JSON key. diff --git a/lib/bandwidth-sdk/models/verification_request.rb b/lib/bandwidth-sdk/models/verification_request.rb index 951eb9c3..1dd90c1a 100644 --- a/lib/bandwidth-sdk/models/verification_request.rb +++ b/lib/bandwidth-sdk/models/verification_request.rb @@ -41,13 +41,13 @@ class VerificationRequest # ISV name. attr_accessor :isv_reseller - # The Toll-Free Verification request privacy policy URL. (Not Available Until 5/28/2025) + # The Toll-Free Verification request privacy policy URL. attr_accessor :privacy_policy_url - # 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. attr_accessor :terms_and_conditions_url - # The company 'Doing Business As'. (Not Available Until 5/28/2025) + # The company 'Doing Business As'. attr_accessor :business_dba # Attribute mapping from ruby-style variable name to JSON key. diff --git a/lib/bandwidth-sdk/models/verification_update_request.rb b/lib/bandwidth-sdk/models/verification_update_request.rb index 963006e8..92baf20f 100644 --- a/lib/bandwidth-sdk/models/verification_update_request.rb +++ b/lib/bandwidth-sdk/models/verification_update_request.rb @@ -39,13 +39,13 @@ class VerificationUpdateRequest # ISV name. attr_accessor :isv_reseller - # The Toll-Free Verification request privacy policy URL. (Not Available Until 5/28/2025) + # The Toll-Free Verification request privacy policy URL. attr_accessor :privacy_policy_url - # 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. attr_accessor :terms_and_conditions_url - # The company 'Doing Business As'. (Not Available Until 5/28/2025) + # The company 'Doing Business As'. attr_accessor :business_dba # Attribute mapping from ruby-style variable name to JSON key.