add region for ibm

This commit is contained in:
Dave Horton
2022-11-13 12:35:57 -05:00
parent c781996013
commit 7dedaf01a1
3 changed files with 4 additions and 3 deletions

View File

@@ -508,6 +508,7 @@
"properties": {
"apiKey": "string",
"instanceId": "string",
"region": "string",
"model": "string",
"languageCustomizationId": "string",
"acousticCustomizationId": "string",

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "@jambonz/node-client",
"version": "0.3.32",
"version": "0.3.33",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@jambonz/node-client",
"version": "0.3.32",
"version": "0.3.33",
"license": "MIT",
"dependencies": {
"bent": "^7.3.12",

View File

@@ -1,6 +1,6 @@
{
"name": "@jambonz/node-client",
"version": "0.3.32",
"version": "0.3.33",
"description": "Node.js client for building jambonz applications (jambonz.org)",
"main": "lib/index.js",
"scripts": {