You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SWI-7950 Update SDK Based on Recent Spec Changes (#189)
* Generate SDK with OpenAPI Generator Version
* update windows runner version
---------
Co-authored-by: DX-Bandwidth <dx@bandwidth.com>
Co-authored-by: ckoegel <ckoegel1006@gmail.com>
|**internalTicketNumber**|**UUID**| Unique identifier (UUID) generated by Bandwidth to assist in tracking the verification status of a toll-free number. |[optional]|
14
-
|**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]|
15
-
|**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]|
14
+
|**blocked**|**Boolean**| Whether a Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked. |[optional]|
15
+
|**blockedReason**|**String**| The reason why the Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked. |[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]|
19
-
|**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]|
18
+
|**blocked**|**Boolean**| Whether a Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked. |[optional]|
19
+
|**blockedReason**|**String**| The reason why the Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked. |[optional]|
|**privacyPolicyUrl**|**String**| The Toll-Free Verification request privacy policy URL. (Not Available Until 5/28/2025) |[optional]|
20
-
|**termsAndConditionsUrl**|**String**| The Toll-Free Verification request terms and conditions policy URL. (Not Available Until 5/28/2025) |[optional]|
21
-
|**businessDba**|**String**| The company 'Doing Business As'. (Not Available Until 5/28/2025) |[optional]|
19
+
|**privacyPolicyUrl**|**String**| The Toll-Free Verification request privacy policy URL. |[optional]|
20
+
|**termsAndConditionsUrl**|**String**| The Toll-Free Verification request terms and conditions policy URL. |[optional]|
21
+
|**businessDba**|**String**| The company 'Doing Business As'. |[optional]|
Copy file name to clipboardExpand all lines: docs/VerificationDenialWebhook.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,8 @@
15
15
|**phoneNumber**|**String**| Toll-free telephone number in E.164 format. |[optional]|
16
16
|**resubmitAllowed**|**Boolean**| Whether a Toll-Free Verification request qualifies for resubmission via PUT. |[optional]|
17
17
|**status**|**String**||[optional]|
18
-
|**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]|
19
-
|**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]|
18
+
|**blocked**|**Boolean**| Whether a Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked. |[optional]|
19
+
|**blockedReason**|**String**| The reason why the Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked. |[optional]|
|**privacyPolicyUrl**|**String**| The Toll-Free Verification request privacy policy URL. (Not Available Until 5/28/2025) |[optional]|
21
-
|**termsAndConditionsUrl**|**String**| The Toll-Free Verification request terms and conditions policy URL. (Not Available Until 5/28/2025) |[optional]|
22
-
|**businessDba**|**String**| The company 'Doing Business As'. (Not Available Until 5/28/2025) |[optional]|
20
+
|**privacyPolicyUrl**|**String**| The Toll-Free Verification request privacy policy URL. |[optional]|
21
+
|**termsAndConditionsUrl**|**String**| The Toll-Free Verification request terms and conditions policy URL. |[optional]|
22
+
|**businessDba**|**String**| The company 'Doing Business As'. |[optional]|
|**privacyPolicyUrl**|**String**| The Toll-Free Verification request privacy policy URL. (Not Available Until 5/28/2025) |[optional]|
20
-
|**termsAndConditionsUrl**|**String**| The Toll-Free Verification request terms and conditions policy URL. (Not Available Until 5/28/2025) |[optional]|
21
-
|**businessDba**|**String**| The company 'Doing Business As'. (Not Available Until 5/28/2025) |[optional]|
19
+
|**privacyPolicyUrl**|**String**| The Toll-Free Verification request privacy policy URL. |[optional]|
20
+
|**termsAndConditionsUrl**|**String**| The Toll-Free Verification request terms and conditions policy URL. |[optional]|
21
+
|**businessDba**|**String**| The company 'Doing Business As'. |[optional]|
Copy file name to clipboardExpand all lines: src/main/java/com/bandwidth/sdk/model/BlockedWebhook.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -167,7 +167,7 @@ public BlockedWebhook blocked(@javax.annotation.Nullable Boolean blocked) {
167
167
}
168
168
169
169
/**
170
-
* Whether a Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked. (Not Available Until 5/28/2025)
170
+
* Whether a Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked.
171
171
* @return blocked
172
172
*/
173
173
@javax.annotation.Nullable
@@ -186,7 +186,7 @@ public BlockedWebhook blockedReason(@javax.annotation.Nullable String blockedRea
186
186
}
187
187
188
188
/**
189
-
* 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)
189
+
* The reason why the Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked.
0 commit comments