Skip to content

Commit c4a6696

Browse files
Generate SDK with OpenAPI Generator Version (#208)
Co-authored-by: DX-Bandwidth <dx@bandwidth.com>
1 parent ca72612 commit c4a6696

File tree

6 files changed

+13
-14
lines changed

6 files changed

+13
-14
lines changed

api/openapi.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9959,7 +9959,7 @@ components:
99599959
enqueuedTime: 2022-06-16T13:15:07.16Z
99609960
lastUpdate: 2022-06-16T13:15:18.314Z
99619961
stirShaken:
9962-
verstat: TN-Verification-Passed
9962+
verstat: TN-Validation-Passed
99639963
attestationIndicator: A
99649964
originatingId: abc123
99659965
from: "+19195554321"
@@ -10018,15 +10018,15 @@ components:
1001810018

1001910019
| Property | Description |
1002010020
|:------------------|:------------|
10021-
| verstat | (optional) The verification status indicating whether the verification was successful or not. Possible values are `TN-Verification-Passed` or `TN-Verification-Failed`. |
10021+
| verstat | (optional) The verification status indicating whether the verification was successful or not. Possible values are `TN-Validation-Passed` or `TN-Validation-Failed`. |
1002210022
| attestationIndicator | (optional) The attestation level verified by Bandwidth. Possible values are `A` (full), `B` (partial) or `C` (gateway). |
1002310023
| originatingId | (optional) A unique origination identifier. |
1002410024

1002510025
Note that these are common properties but that the `stirShaken` object is free form and can contain other key-value pairs.
1002610026

1002710027
More information: [Understanding STIR/SHAKEN](https://www.bandwidth.com/regulations/stir-shaken).
1002810028
example:
10029-
verstat: TN-Verification-Passed
10029+
verstat: TN-Validation-Passed
1003010030
attestationIndicator: A
1003110031
originatingId: abc123
1003210032
nullable: true
@@ -12875,9 +12875,8 @@ components:
1287512875
properties:
1287612876
verstat:
1287712877
description: (optional) The verification status indicating whether the verification
12878-
was successful or not. Possible values are TN-Verification-Passed and
12879-
TN-Verification-Failed.
12880-
example: Tn-Verification-Passed
12878+
was successful or not. Possible values are TN-Validation-Passed and TN-Validation-Failed.
12879+
example: Tn-Validation-Passed
1288112880
type: string
1288212881
attestationIndicator:
1288312882
description: "(optional) The attestation level verified by Bandwidth. Possible\

bandwidth.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3357,7 +3357,7 @@ components:
33573357
33583358
| verstat | (optional) The verification status indicating whether
33593359
the verification was successful or not. Possible values are
3360-
`TN-Verification-Passed` or `TN-Verification-Failed`. |
3360+
`TN-Validation-Passed` or `TN-Validation-Failed`. |
33613361
33623362
| attestationIndicator | (optional) The attestation level verified
33633363
by Bandwidth. Possible values are `A` (full), `B` (partial) or `C`
@@ -3375,7 +3375,7 @@ components:
33753375
additionalProperties:
33763376
type: string
33773377
example:
3378-
verstat: TN-Verification-Passed
3378+
verstat: TN-Validation-Passed
33793379
attestationIndicator: A
33803380
originatingId: abc123
33813381
identity:
@@ -5211,8 +5211,8 @@ components:
52115211
description: >-
52125212
(optional) The verification status indicating whether the
52135213
verification was successful or not. Possible values are
5214-
TN-Verification-Passed and TN-Verification-Failed.
5215-
example: Tn-Verification-Passed
5214+
TN-Validation-Passed and TN-Validation-Failed.
5215+
example: Tn-Validation-Passed
52165216
attestationIndicator:
52175217
type: string
52185218
description: >-

docs/CallState.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
|**from** | **String** | The phone number that made the call, in E.164 format (e.g. +15555555555). | [optional] |
1616
|**direction** | **CallDirectionEnum** | | [optional] |
1717
|**state** | **String** | The current state of the call. Current possible values are &#x60;queued&#x60;, &#x60;initiated&#x60;, &#x60;answered&#x60; and &#x60;disconnected&#x60;. Additional states may be added in the future, so your application must be tolerant of unknown values. | [optional] |
18-
|**stirShaken** | **Map&lt;String, String&gt;** | For inbound calls, the Bandwidth STIR/SHAKEN implementation will verify the information provided in the inbound invite request &#x60;Identity&#x60; header. The verification status is stored in the call state &#x60;stirShaken&#x60; property as follows. | Property | Description | |:------------------|:------------| | verstat | (optional) The verification status indicating whether the verification was successful or not. Possible values are &#x60;TN-Verification-Passed&#x60; or &#x60;TN-Verification-Failed&#x60;. | | attestationIndicator | (optional) The attestation level verified by Bandwidth. Possible values are &#x60;A&#x60; (full), &#x60;B&#x60; (partial) or &#x60;C&#x60; (gateway). | | originatingId | (optional) A unique origination identifier. | Note that these are common properties but that the &#x60;stirShaken&#x60; object is free form and can contain other key-value pairs. More information: [Understanding STIR/SHAKEN](https://www.bandwidth.com/regulations/stir-shaken). | [optional] |
18+
|**stirShaken** | **Map&lt;String, String&gt;** | For inbound calls, the Bandwidth STIR/SHAKEN implementation will verify the information provided in the inbound invite request &#x60;Identity&#x60; header. The verification status is stored in the call state &#x60;stirShaken&#x60; property as follows. | Property | Description | |:------------------|:------------| | verstat | (optional) The verification status indicating whether the verification was successful or not. Possible values are &#x60;TN-Validation-Passed&#x60; or &#x60;TN-Validation-Failed&#x60;. | | attestationIndicator | (optional) The attestation level verified by Bandwidth. Possible values are &#x60;A&#x60; (full), &#x60;B&#x60; (partial) or &#x60;C&#x60; (gateway). | | originatingId | (optional) A unique origination identifier. | Note that these are common properties but that the &#x60;stirShaken&#x60; object is free form and can contain other key-value pairs. More information: [Understanding STIR/SHAKEN](https://www.bandwidth.com/regulations/stir-shaken). | [optional] |
1919
|**identity** | **String** | The value of the &#x60;Identity&#x60; header from the inbound invite request. Only present for inbound calls and if the account is configured to forward this header. | [optional] |
2020
|**enqueuedTime** | **OffsetDateTime** | The time this call was placed in queue. | [optional] |
2121
|**startTime** | **OffsetDateTime** | The time the call was initiated, in ISO 8601 format. &#x60;null&#x60; if the call is still in your queue. | [optional] |

docs/StirShaken.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
| Name | Type | Description | Notes |
99
|------------ | ------------- | ------------- | -------------|
10-
|**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] |
10+
|**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] |
1111
|**attestationIndicator** | **String** | (optional) The attestation level verified by Bandwidth. Possible values are A (full), B (partial) or C (gateway). | [optional] |
1212
|**originatingId** | **String** | (optional) A unique origination identifier. | [optional] |
1313

src/main/java/com/bandwidth/sdk/model/CallState.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ public CallState putStirShakenItem(String key, String stirShakenItem) {
314314
}
315315

316316
/**
317-
* For inbound calls, the Bandwidth STIR/SHAKEN implementation will verify the information provided in the inbound invite request &#x60;Identity&#x60; header. The verification status is stored in the call state &#x60;stirShaken&#x60; property as follows. | Property | Description | |:------------------|:------------| | verstat | (optional) The verification status indicating whether the verification was successful or not. Possible values are &#x60;TN-Verification-Passed&#x60; or &#x60;TN-Verification-Failed&#x60;. | | attestationIndicator | (optional) The attestation level verified by Bandwidth. Possible values are &#x60;A&#x60; (full), &#x60;B&#x60; (partial) or &#x60;C&#x60; (gateway). | | originatingId | (optional) A unique origination identifier. | Note that these are common properties but that the &#x60;stirShaken&#x60; object is free form and can contain other key-value pairs. More information: [Understanding STIR/SHAKEN](https://www.bandwidth.com/regulations/stir-shaken).
317+
* For inbound calls, the Bandwidth STIR/SHAKEN implementation will verify the information provided in the inbound invite request &#x60;Identity&#x60; header. The verification status is stored in the call state &#x60;stirShaken&#x60; property as follows. | Property | Description | |:------------------|:------------| | verstat | (optional) The verification status indicating whether the verification was successful or not. Possible values are &#x60;TN-Validation-Passed&#x60; or &#x60;TN-Validation-Failed&#x60;. | | attestationIndicator | (optional) The attestation level verified by Bandwidth. Possible values are &#x60;A&#x60; (full), &#x60;B&#x60; (partial) or &#x60;C&#x60; (gateway). | | originatingId | (optional) A unique origination identifier. | Note that these are common properties but that the &#x60;stirShaken&#x60; object is free form and can contain other key-value pairs. More information: [Understanding STIR/SHAKEN](https://www.bandwidth.com/regulations/stir-shaken).
318318
* @return stirShaken
319319
*/
320320
@javax.annotation.Nullable

src/main/java/com/bandwidth/sdk/model/StirShaken.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public StirShaken verstat(@javax.annotation.Nullable String verstat) {
7474
}
7575

7676
/**
77-
* (optional) The verification status indicating whether the verification was successful or not. Possible values are TN-Verification-Passed and TN-Verification-Failed.
77+
* (optional) The verification status indicating whether the verification was successful or not. Possible values are TN-Validation-Passed and TN-Validation-Failed.
7878
* @return verstat
7979
*/
8080
@javax.annotation.Nullable

0 commit comments

Comments
 (0)