Skip to content

Commit bcb7973

Browse files
band-swi[bot]DX-Bandwidthckoegel
authored
SWI-7181 Update SDK Based on Recent Spec Changes (#62)
* Generate SDK with OpenAPI Generator Version * generate with version * add enum model tests * update readme * update enum tests * add API unit and smoke tests --------- Co-authored-by: DX-Bandwidth <[email protected]> Co-authored-by: ckoegel <[email protected]> Co-authored-by: Cameron Koegel <[email protected]>
1 parent f98716f commit bcb7973

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+3408
-56
lines changed

.openapi-generator/FILES

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,16 @@ api/mfaapi.ts
99
api/phone-number-lookup-api.ts
1010
api/recordings-api.ts
1111
api/statistics-api.ts
12+
api/toll-free-verification-api.ts
1213
api/transcriptions-api.ts
1314
base.ts
1415
common.ts
1516
configuration.ts
1617
git_push.sh
1718
index.ts
1819
models/account-statistics.ts
20+
models/additional-denial-reason.ts
21+
models/address.ts
1922
models/answer-callback.ts
2023
models/bridge-complete-callback.ts
2124
models/bridge-target-complete-callback.ts
@@ -41,6 +44,7 @@ models/conference-recording-metadata.ts
4144
models/conference-redirect-callback.ts
4245
models/conference-state-enum.ts
4346
models/conference.ts
47+
models/contact.ts
4448
models/create-call-response.ts
4549
models/create-call.ts
4650
models/create-lookup-response.ts
@@ -49,11 +53,13 @@ models/deferred-result.ts
4953
models/disconnect-callback.ts
5054
models/diversion.ts
5155
models/dtmf-callback.ts
56+
models/failure-webhook.ts
5257
models/field-error.ts
5358
models/file-format-enum.ts
5459
models/gather-callback.ts
5560
models/index.ts
5661
models/initiate-callback.ts
62+
models/links-object.ts
5763
models/list-message-direction-enum.ts
5864
models/list-message-item.ts
5965
models/lookup-request.ts
@@ -78,6 +84,8 @@ models/messaging-request-error.ts
7884
models/mfa-forbidden-request-error.ts
7985
models/mfa-request-error.ts
8086
models/mfa-unauthorized-request-error.ts
87+
models/model-error.ts
88+
models/opt-in-workflow.ts
8189
models/page-info.ts
8290
models/priority-enum.ts
8391
models/recording-available-callback.ts
@@ -89,6 +97,14 @@ models/redirect-callback.ts
8997
models/redirect-method-enum.ts
9098
models/stir-shaken.ts
9199
models/tag.ts
100+
models/telephone-number.ts
101+
models/tfv-basic-authentication.ts
102+
models/tfv-callback-status-enum.ts
103+
models/tfv-error.ts
104+
models/tfv-status-enum.ts
105+
models/tfv-status.ts
106+
models/tfv-submission-info.ts
107+
models/tfv-submission-wrapper.ts
92108
models/tn-lookup-request-error.ts
93109
models/transcribe-recording.ts
94110
models/transcription-available-callback.ts
@@ -100,9 +116,18 @@ models/update-call-recording.ts
100116
models/update-call.ts
101117
models/update-conference-member.ts
102118
models/update-conference.ts
119+
models/verification-denial-webhook.ts
120+
models/verification-request.ts
121+
models/verification-update-request.ts
122+
models/verification-webhook.ts
103123
models/verify-code-request.ts
104124
models/verify-code-response.ts
105125
models/voice-api-error.ts
106126
models/voice-code-response.ts
127+
models/webhook-subscription-basic-authentication.ts
128+
models/webhook-subscription-request-schema.ts
129+
models/webhook-subscription-type-enum.ts
130+
models/webhook-subscription.ts
131+
models/webhook-subscriptions-list-body.ts
107132
package.json
108133
tsconfig.json

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22

33
[![Deploy](https://github.com/Bandwidth/node-sdk/actions/workflows/deploy.yml/badge.svg)](https://github.com/Bandwidth/node-sdk/actions/workflows/deploy.yml)
44

5-
### Test Matrix
6-
| **OS** | **Node** |
7-
|:------------:|:---:|
5+
| **OS** | **Node** |
6+
|:------------:|:----------:|
87
| Windows 2019 | 18, 20, 22 |
98
| Windows 2022 | 18, 20, 22 |
109
| Ubuntu 22.04 | 18, 20, 22 |

api.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ export * from './api/messages-api';
2222
export * from './api/phone-number-lookup-api';
2323
export * from './api/recordings-api';
2424
export * from './api/statistics-api';
25+
export * from './api/toll-free-verification-api';
2526
export * from './api/transcriptions-api';
2627

api/toll-free-verification-api.ts

Lines changed: 715 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)