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
Copy file name to clipboardExpand all lines: api/openapi.yaml
+5-6Lines changed: 5 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -9837,7 +9837,7 @@ components:
9837
9837
enqueuedTime: 2022-06-16T13:15:07.16Z
9838
9838
lastUpdate: 2022-06-16T13:15:18.314Z
9839
9839
stirShaken:
9840
-
verstat: TN-Verification-Passed
9840
+
verstat: TN-Validation-Passed
9841
9841
attestationIndicator: A
9842
9842
originatingId: abc123
9843
9843
from: "+19195554321"
@@ -9896,15 +9896,15 @@ components:
9896
9896
9897
9897
| Property | Description |
9898
9898
|:------------------|:------------|
9899
-
| verstat | (optional) The verification status indicating whether the verification was successful or not. Possible values are `TN-Verification-Passed` or `TN-Verification-Failed`. |
9899
+
| verstat | (optional) The verification status indicating whether the verification was successful or not. Possible values are `TN-Validation-Passed` or `TN-Validation-Failed`. |
9900
9900
| attestationIndicator | (optional) The attestation level verified by Bandwidth. Possible values are `A` (full), `B` (partial) or `C` (gateway). |
9901
9901
| originatingId | (optional) A unique origination identifier. |
9902
9902
9903
9903
Note that these are common properties but that the `stirShaken` object is free form and can contain other key-value pairs.
9904
9904
9905
9905
More information: [Understanding STIR/SHAKEN](https://www.bandwidth.com/regulations/stir-shaken).
9906
9906
example:
9907
-
verstat: TN-Verification-Passed
9907
+
verstat: TN-Validation-Passed
9908
9908
attestationIndicator: A
9909
9909
originatingId: abc123
9910
9910
nullable: true
@@ -12753,9 +12753,8 @@ components:
12753
12753
properties:
12754
12754
verstat:
12755
12755
description: (optional) The verification status indicating whether the verification
12756
-
was successful or not. Possible values are TN-Verification-Passed and
12757
-
TN-Verification-Failed.
12758
-
example: Tn-Verification-Passed
12756
+
was successful or not. Possible values are TN-Validation-Passed and TN-Validation-Failed.
12757
+
example: Tn-Validation-Passed
12759
12758
type: string
12760
12759
attestationIndicator:
12761
12760
description: "(optional) The attestation level verified by Bandwidth. Possible\
**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]
15
-
**StirShaken** | **Dictionary<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]
15
+
**StirShaken** | **Dictionary<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]
16
16
**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]
17
17
**EnqueuedTime** | **DateTime?** | The time this call was placed in queue. | [optional]
18
18
**StartTime** | **DateTime?** | The time the call was initiated, in ISO 8601 format. `null` if the call is still in your queue. | [optional]
**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]
7
+
**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]
8
8
**AttestationIndicator** | **string** | (optional) The attestation level verified by Bandwidth. Possible values are A (full), B (partial) or C (gateway). | [optional]
Copy file name to clipboardExpand all lines: src/Bandwidth.Standard/Model/CallState.cs
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ public partial class CallState : IValidatableObject
49
49
/// <param name="from">The phone number that made the call, in E.164 format (e.g. +15555555555)..</param>
50
50
/// <param name="direction">direction.</param>
51
51
/// <param name="state">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..</param>
52
-
/// <param name="stirShaken">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)..</param>
52
+
/// <param name="stirShaken">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)..</param>
53
53
/// <param name="identity">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..</param>
54
54
/// <param name="enqueuedTime">The time this call was placed in queue..</param>
55
55
/// <param name="startTime">The time the call was initiated, in ISO 8601 format. `null` if the call is still in your queue..</param>
@@ -138,10 +138,10 @@ public partial class CallState : IValidatableObject
138
138
publicstringState{get;set;}
139
139
140
140
/// <summary>
141
-
/// 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).
141
+
/// 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).
142
142
/// </summary>
143
-
/// <value>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).</value>
/// <value>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).</value>
Copy file name to clipboardExpand all lines: src/Bandwidth.Standard/Model/StirShaken.cs
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ public partial class StirShaken : IValidatableObject
35
35
/// <summary>
36
36
/// Initializes a new instance of the <see cref="StirShaken" /> class.
37
37
/// </summary>
38
-
/// <param name="verstat">(optional) The verification status indicating whether the verification was successful or not. Possible values are TN-Verification-Passed and TN-Verification-Failed..</param>
38
+
/// <param name="verstat">(optional) The verification status indicating whether the verification was successful or not. Possible values are TN-Validation-Passed and TN-Validation-Failed..</param>
39
39
/// <param name="attestationIndicator">(optional) The attestation level verified by Bandwidth. Possible values are A (full), B (partial) or C (gateway)..</param>
40
40
/// <param name="originatingId">(optional) A unique origination identifier..</param>
@@ -46,10 +46,10 @@ public partial class StirShaken : IValidatableObject
46
46
}
47
47
48
48
/// <summary>
49
-
/// (optional) The verification status indicating whether the verification was successful or not. Possible values are TN-Verification-Passed and TN-Verification-Failed.
49
+
/// (optional) The verification status indicating whether the verification was successful or not. Possible values are TN-Validation-Passed and TN-Validation-Failed.
50
50
/// </summary>
51
-
/// <value>(optional) The verification status indicating whether the verification was successful or not. Possible values are TN-Verification-Passed and TN-Verification-Failed.</value>
52
-
/// <example>Tn-Verification-Passed</example>
51
+
/// <value>(optional) The verification status indicating whether the verification was successful or not. Possible values are TN-Validation-Passed and TN-Validation-Failed.</value>
0 commit comments