Skip to content

Commit aa69a2d

Browse files
band-swi[bot]DX-Bandwidthckoegel
authored
SWI-5474 Update SDK Based on Recent Spec Changes (#32)
* Generate SDK with OpenAPI Generator Version 7.6.0 * Small fixes --------- Co-authored-by: DX-Bandwidth <[email protected]> Co-authored-by: ckoegel <[email protected]>
1 parent 450bda9 commit aa69a2d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bandwidth.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4240,7 +4240,7 @@ components:
42404240
description: >-
42414241
The phone number used as the to field of the B-leg call, in E.164 format
42424242
(e.g. +15555555555).
4243-
example: "+15555555555"
4243+
example: '+15555555555'
42444244
mediaUrl:
42454245
nullable: true
42464246
type: string
@@ -5787,7 +5787,7 @@ components:
57875787
answerMethod: POST
57885788
answerUrl: https://myServer.example/bandwidth/webhooks/answer
57895789
answerFallbackMethod: POST
5790-
answerFallbackUrl: "https://myServer.example/bandwidth/webhooks/answerFallback"
5790+
answerFallbackUrl: https://myServer.example/bandwidth/webhooks/answerFallback
57915791
disconnectMethod: POST
57925792
disconnectUrl: https://myServer.example/bandwidth/webhooks/disconnect
57935793
username: mySecretUsername

custom_templates/README.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## {{npmName}}
22

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

55
### Test Matrix
66
| **OS** | **Node** |

0 commit comments

Comments
 (0)