From 04d86ad36d60ec5594a91d8cb2e316268f731c29 Mon Sep 17 00:00:00 2001 From: DX-Bandwidth Date: Tue, 16 Sep 2025 14:06:16 +0000 Subject: [PATCH] Generate SDK with OpenAPI Generator Version --- api/openapi.yaml | 11 +++++------ bandwidth.yml | 8 ++++---- docs/CallState.md | 2 +- docs/StirShaken.md | 2 +- src/main/java/com/bandwidth/sdk/model/CallState.java | 2 +- src/main/java/com/bandwidth/sdk/model/StirShaken.java | 2 +- 6 files changed, 13 insertions(+), 14 deletions(-) diff --git a/api/openapi.yaml b/api/openapi.yaml index 933cb62a..a85e5348 100644 --- a/api/openapi.yaml +++ b/api/openapi.yaml @@ -9959,7 +9959,7 @@ components: enqueuedTime: 2022-06-16T13:15:07.16Z lastUpdate: 2022-06-16T13:15:18.314Z stirShaken: - verstat: TN-Verification-Passed + verstat: TN-Validation-Passed attestationIndicator: A originatingId: abc123 from: "+19195554321" @@ -10018,7 +10018,7 @@ components: | Property | Description | |:------------------|:------------| - | verstat | (optional) The verification status indicating whether the verification was successful or not. Possible values are `TN-Verification-Passed` or `TN-Verification-Failed`. | + | verstat | (optional) The verification status indicating whether the verification was successful or not. Possible values are `TN-Validation-Passed` or `TN-Validation-Failed`. | | attestationIndicator | (optional) The attestation level verified by Bandwidth. Possible values are `A` (full), `B` (partial) or `C` (gateway). | | originatingId | (optional) A unique origination identifier. | @@ -10026,7 +10026,7 @@ components: More information: [Understanding STIR/SHAKEN](https://www.bandwidth.com/regulations/stir-shaken). example: - verstat: TN-Verification-Passed + verstat: TN-Validation-Passed attestationIndicator: A originatingId: abc123 nullable: true @@ -12875,9 +12875,8 @@ components: properties: verstat: description: (optional) The verification status indicating whether the verification - was successful or not. Possible values are TN-Verification-Passed and - TN-Verification-Failed. - example: Tn-Verification-Passed + was successful or not. Possible values are TN-Validation-Passed and TN-Validation-Failed. + example: Tn-Validation-Passed type: string attestationIndicator: description: "(optional) The attestation level verified by Bandwidth. Possible\ diff --git a/bandwidth.yml b/bandwidth.yml index b7f79686..3cc990a7 100644 --- a/bandwidth.yml +++ b/bandwidth.yml @@ -3357,7 +3357,7 @@ components: | verstat | (optional) The verification status indicating whether the verification was successful or not. Possible values are - `TN-Verification-Passed` or `TN-Verification-Failed`. | + `TN-Validation-Passed` or `TN-Validation-Failed`. | | attestationIndicator | (optional) The attestation level verified by Bandwidth. Possible values are `A` (full), `B` (partial) or `C` @@ -3375,7 +3375,7 @@ components: additionalProperties: type: string example: - verstat: TN-Verification-Passed + verstat: TN-Validation-Passed attestationIndicator: A originatingId: abc123 identity: @@ -5211,8 +5211,8 @@ components: description: >- (optional) The verification status indicating whether the verification was successful or not. Possible values are - TN-Verification-Passed and TN-Verification-Failed. - example: Tn-Verification-Passed + TN-Validation-Passed and TN-Validation-Failed. + example: Tn-Validation-Passed attestationIndicator: type: string description: >- diff --git a/docs/CallState.md b/docs/CallState.md index eadac2d0..11ce5382 100644 --- a/docs/CallState.md +++ b/docs/CallState.md @@ -15,7 +15,7 @@ |**from** | **String** | The phone number that made the call, in E.164 format (e.g. +15555555555). | [optional] | |**direction** | **CallDirectionEnum** | | [optional] | |**state** | **String** | The current state of the call. Current possible values are `queued`, `initiated`, `answered` and `disconnected`. Additional states may be added in the future, so your application must be tolerant of unknown values. | [optional] | -|**stirShaken** | **Map<String, String>** | For inbound calls, the Bandwidth STIR/SHAKEN implementation will verify the information provided in the inbound invite request `Identity` header. The verification status is stored in the call state `stirShaken` property as follows. | Property | Description | |:------------------|:------------| | verstat | (optional) The verification status indicating whether the verification was successful or not. Possible values are `TN-Verification-Passed` or `TN-Verification-Failed`. | | attestationIndicator | (optional) The attestation level verified by Bandwidth. Possible values are `A` (full), `B` (partial) or `C` (gateway). | | originatingId | (optional) A unique origination identifier. | Note that these are common properties but that the `stirShaken` object is free form and can contain other key-value pairs. More information: [Understanding STIR/SHAKEN](https://www.bandwidth.com/regulations/stir-shaken). | [optional] | +|**stirShaken** | **Map<String, String>** | For inbound calls, the Bandwidth STIR/SHAKEN implementation will verify the information provided in the inbound invite request `Identity` header. The verification status is stored in the call state `stirShaken` property as follows. | Property | Description | |:------------------|:------------| | verstat | (optional) The verification status indicating whether the verification was successful or not. Possible values are `TN-Validation-Passed` or `TN-Validation-Failed`. | | attestationIndicator | (optional) The attestation level verified by Bandwidth. Possible values are `A` (full), `B` (partial) or `C` (gateway). | | originatingId | (optional) A unique origination identifier. | Note that these are common properties but that the `stirShaken` object is free form and can contain other key-value pairs. More information: [Understanding STIR/SHAKEN](https://www.bandwidth.com/regulations/stir-shaken). | [optional] | |**identity** | **String** | The value of the `Identity` header from the inbound invite request. Only present for inbound calls and if the account is configured to forward this header. | [optional] | |**enqueuedTime** | **OffsetDateTime** | The time this call was placed in queue. | [optional] | |**startTime** | **OffsetDateTime** | The time the call was initiated, in ISO 8601 format. `null` if the call is still in your queue. | [optional] | diff --git a/docs/StirShaken.md b/docs/StirShaken.md index 79d7667d..a6c9a257 100644 --- a/docs/StirShaken.md +++ b/docs/StirShaken.md @@ -7,7 +7,7 @@ | Name | Type | Description | Notes | |------------ | ------------- | ------------- | -------------| -|**verstat** | **String** | (optional) The verification status indicating whether the verification was successful or not. Possible values are TN-Verification-Passed and TN-Verification-Failed. | [optional] | +|**verstat** | **String** | (optional) The verification status indicating whether the verification was successful or not. Possible values are TN-Validation-Passed and TN-Validation-Failed. | [optional] | |**attestationIndicator** | **String** | (optional) The attestation level verified by Bandwidth. Possible values are A (full), B (partial) or C (gateway). | [optional] | |**originatingId** | **String** | (optional) A unique origination identifier. | [optional] | diff --git a/src/main/java/com/bandwidth/sdk/model/CallState.java b/src/main/java/com/bandwidth/sdk/model/CallState.java index 4e3a766a..0d6d0396 100644 --- a/src/main/java/com/bandwidth/sdk/model/CallState.java +++ b/src/main/java/com/bandwidth/sdk/model/CallState.java @@ -314,7 +314,7 @@ public CallState putStirShakenItem(String key, String stirShakenItem) { } /** - * For inbound calls, the Bandwidth STIR/SHAKEN implementation will verify the information provided in the inbound invite request `Identity` header. The verification status is stored in the call state `stirShaken` property as follows. | Property | Description | |:------------------|:------------| | verstat | (optional) The verification status indicating whether the verification was successful or not. Possible values are `TN-Verification-Passed` or `TN-Verification-Failed`. | | attestationIndicator | (optional) The attestation level verified by Bandwidth. Possible values are `A` (full), `B` (partial) or `C` (gateway). | | originatingId | (optional) A unique origination identifier. | Note that these are common properties but that the `stirShaken` object is free form and can contain other key-value pairs. More information: [Understanding STIR/SHAKEN](https://www.bandwidth.com/regulations/stir-shaken). + * For inbound calls, the Bandwidth STIR/SHAKEN implementation will verify the information provided in the inbound invite request `Identity` header. The verification status is stored in the call state `stirShaken` property as follows. | Property | Description | |:------------------|:------------| | verstat | (optional) The verification status indicating whether the verification was successful or not. Possible values are `TN-Validation-Passed` or `TN-Validation-Failed`. | | attestationIndicator | (optional) The attestation level verified by Bandwidth. Possible values are `A` (full), `B` (partial) or `C` (gateway). | | originatingId | (optional) A unique origination identifier. | Note that these are common properties but that the `stirShaken` object is free form and can contain other key-value pairs. More information: [Understanding STIR/SHAKEN](https://www.bandwidth.com/regulations/stir-shaken). * @return stirShaken */ @javax.annotation.Nullable diff --git a/src/main/java/com/bandwidth/sdk/model/StirShaken.java b/src/main/java/com/bandwidth/sdk/model/StirShaken.java index f916a5e8..e9ee898d 100644 --- a/src/main/java/com/bandwidth/sdk/model/StirShaken.java +++ b/src/main/java/com/bandwidth/sdk/model/StirShaken.java @@ -74,7 +74,7 @@ public StirShaken verstat(@javax.annotation.Nullable String verstat) { } /** - * (optional) The verification status indicating whether the verification was successful or not. Possible values are TN-Verification-Passed and TN-Verification-Failed. + * (optional) The verification status indicating whether the verification was successful or not. Possible values are TN-Validation-Passed and TN-Validation-Failed. * @return verstat */ @javax.annotation.Nullable