Skip to content

Commit 6d36429

Browse files
Generate SDK with OpenAPI Generator Version (#162)
Co-authored-by: DX-Bandwidth <[email protected]>
1 parent 97c41c7 commit 6d36429

File tree

7 files changed

+24
-25
lines changed

7 files changed

+24
-25
lines changed

Bandwidth.Standard.sln

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
22
# Visual Studio 14
33
VisualStudioVersion = 14.0.25420.1
44
MinimumVisualStudioVersion = 10.0.40219.1
5-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bandwidth.Standard", "src\Bandwidth.Standard\Bandwidth.Standard.csproj", "{2EE37635-F4D1-483D-AF82-A519BA7844FB}"
5+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bandwidth.Standard", "src\Bandwidth.Standard\Bandwidth.Standard.csproj", "{FDCACCB2-FFE6-4E8A-9F20-CA5F0A4D92B5}"
66
EndProject
77
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bandwidth.Standard.Test", "src\Bandwidth.Standard.Test\Bandwidth.Standard.Test.csproj", "{19F1DEBC-DE5E-4517-8062-F000CD499087}"
88
EndProject
@@ -12,10 +12,10 @@ Global
1212
Release|Any CPU = Release|Any CPU
1313
EndGlobalSection
1414
GlobalSection(ProjectConfigurationPlatforms) = postSolution
15-
{2EE37635-F4D1-483D-AF82-A519BA7844FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16-
{2EE37635-F4D1-483D-AF82-A519BA7844FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
17-
{2EE37635-F4D1-483D-AF82-A519BA7844FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
18-
{2EE37635-F4D1-483D-AF82-A519BA7844FB}.Release|Any CPU.Build.0 = Release|Any CPU
15+
{FDCACCB2-FFE6-4E8A-9F20-CA5F0A4D92B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16+
{FDCACCB2-FFE6-4E8A-9F20-CA5F0A4D92B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
17+
{FDCACCB2-FFE6-4E8A-9F20-CA5F0A4D92B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
18+
{FDCACCB2-FFE6-4E8A-9F20-CA5F0A4D92B5}.Release|Any CPU.Build.0 = Release|Any CPU
1919
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
2020
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.Build.0 = Debug|Any CPU
2121
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Release|Any CPU.ActiveCfg = Release|Any CPU

api/openapi.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9837,7 +9837,7 @@ components:
98379837
enqueuedTime: 2022-06-16T13:15:07.16Z
98389838
lastUpdate: 2022-06-16T13:15:18.314Z
98399839
stirShaken:
9840-
verstat: TN-Verification-Passed
9840+
verstat: TN-Validation-Passed
98419841
attestationIndicator: A
98429842
originatingId: abc123
98439843
from: "+19195554321"
@@ -9896,15 +9896,15 @@ components:
98969896

98979897
| Property | Description |
98989898
|:------------------|:------------|
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`. |
99009900
| attestationIndicator | (optional) The attestation level verified by Bandwidth. Possible values are `A` (full), `B` (partial) or `C` (gateway). |
99019901
| originatingId | (optional) A unique origination identifier. |
99029902

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

99059905
More information: [Understanding STIR/SHAKEN](https://www.bandwidth.com/regulations/stir-shaken).
99069906
example:
9907-
verstat: TN-Verification-Passed
9907+
verstat: TN-Validation-Passed
99089908
attestationIndicator: A
99099909
originatingId: abc123
99109910
nullable: true
@@ -12753,9 +12753,8 @@ components:
1275312753
properties:
1275412754
verstat:
1275512755
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
1275912758
type: string
1276012759
attestationIndicator:
1276112760
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
@@ -12,7 +12,7 @@ Name | Type | Description | Notes
1212
**From** | **string** | The phone number that made the call, in E.164 format (e.g. +15555555555). | [optional]
1313
**Direction** | **CallDirectionEnum** | | [optional]
1414
**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]
15-
**StirShaken** | **Dictionary&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]
15+
**StirShaken** | **Dictionary&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]
1616
**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]
1717
**EnqueuedTime** | **DateTime?** | The time this call was placed in queue. | [optional]
1818
**StartTime** | **DateTime?** | 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
@@ -4,7 +4,7 @@
44

55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**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]
88
**AttestationIndicator** | **string** | (optional) The attestation level verified by Bandwidth. Possible values are A (full), B (partial) or C (gateway). | [optional]
99
**OriginatingId** | **string** | (optional) A unique origination identifier. | [optional]
1010

src/Bandwidth.Standard/Model/CallState.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public partial class CallState : IValidatableObject
4949
/// <param name="from">The phone number that made the call, in E.164 format (e.g. +15555555555)..</param>
5050
/// <param name="direction">direction.</param>
5151
/// <param name="state">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..</param>
52-
/// <param name="stirShaken">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)..</param>
52+
/// <param name="stirShaken">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)..</param>
5353
/// <param name="identity">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..</param>
5454
/// <param name="enqueuedTime">The time this call was placed in queue..</param>
5555
/// <param name="startTime">The time the call was initiated, in ISO 8601 format. &#x60;null&#x60; if the call is still in your queue..</param>
@@ -138,10 +138,10 @@ public partial class CallState : IValidatableObject
138138
public string State { get; set; }
139139

140140
/// <summary>
141-
/// 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).
141+
/// 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).
142142
/// </summary>
143-
/// <value>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).</value>
144-
/// <example>{&quot;verstat&quot;:&quot;TN-Verification-Passed&quot;,&quot;attestationIndicator&quot;:&quot;A&quot;,&quot;originatingId&quot;:&quot;abc123&quot;}</example>
143+
/// <value>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).</value>
144+
/// <example>{&quot;verstat&quot;:&quot;TN-Validation-Passed&quot;,&quot;attestationIndicator&quot;:&quot;A&quot;,&quot;originatingId&quot;:&quot;abc123&quot;}</example>
145145
[DataMember(Name = "stirShaken", EmitDefaultValue = true)]
146146
public Dictionary<string, string> StirShaken { get; set; }
147147

src/Bandwidth.Standard/Model/StirShaken.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public partial class StirShaken : IValidatableObject
3535
/// <summary>
3636
/// Initializes a new instance of the <see cref="StirShaken" /> class.
3737
/// </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>
3939
/// <param name="attestationIndicator">(optional) The attestation level verified by Bandwidth. Possible values are A (full), B (partial) or C (gateway)..</param>
4040
/// <param name="originatingId">(optional) A unique origination identifier..</param>
4141
public StirShaken(string verstat = default(string), string attestationIndicator = default(string), string originatingId = default(string))
@@ -46,10 +46,10 @@ public partial class StirShaken : IValidatableObject
4646
}
4747

4848
/// <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.
5050
/// </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>
52+
/// <example>Tn-Validation-Passed</example>
5353
[DataMember(Name = "verstat", EmitDefaultValue = false)]
5454
public string Verstat { get; set; }
5555

0 commit comments

Comments
 (0)