From aa69a2dff37ce7dc841b3c0aed6d2df01aadb3ba Mon Sep 17 00:00:00 2001 From: "band-swi[bot]" <143147434+band-swi[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 10:49:43 -0400 Subject: [PATCH] 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 Co-authored-by: ckoegel --- bandwidth.yml | 4 ++-- custom_templates/README.mustache | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bandwidth.yml b/bandwidth.yml index 57eb797..2ae0756 100644 --- a/bandwidth.yml +++ b/bandwidth.yml @@ -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 @@ -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 diff --git a/custom_templates/README.mustache b/custom_templates/README.mustache index 789c48e..96b4327 100644 --- a/custom_templates/README.mustache +++ b/custom_templates/README.mustache @@ -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** |