Skip to content

Commit

Permalink
SWI-5474 Update SDK Based on Recent Spec Changes (#32)
Browse files Browse the repository at this point in the history
* Generate SDK with OpenAPI Generator Version 7.6.0

* Small fixes

---------

Co-authored-by: DX-Bandwidth <[email protected]>
Co-authored-by: ckoegel <[email protected]>
  • Loading branch information
3 people authored Jun 18, 2024
1 parent 450bda9 commit aa69a2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bandwidth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4240,7 +4240,7 @@ components:
description: >-
The phone number used as the to field of the B-leg call, in E.164 format
(e.g. +15555555555).
example: "+15555555555"
example: '+15555555555'
mediaUrl:
nullable: true
type: string
Expand Down Expand Up @@ -5787,7 +5787,7 @@ components:
answerMethod: POST
answerUrl: https://myServer.example/bandwidth/webhooks/answer
answerFallbackMethod: POST
answerFallbackUrl: "https://myServer.example/bandwidth/webhooks/answerFallback"
answerFallbackUrl: https://myServer.example/bandwidth/webhooks/answerFallback
disconnectMethod: POST
disconnectUrl: https://myServer.example/bandwidth/webhooks/disconnect
username: mySecretUsername
Expand Down
2 changes: 1 addition & 1 deletion custom_templates/README.mustache
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## {{npmName}}

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

### Test Matrix
| **OS** | **Node** |
Expand Down

0 comments on commit aa69a2d

Please sign in to comment.