add kryptonEndpoint as nuance stt property

This commit is contained in:
Dave Horton
2022-10-21 12:31:51 -04:00
parent 22a4307c05
commit 2eb9b24232
3 changed files with 3 additions and 2 deletions

View File

@@ -506,6 +506,7 @@
"properties": {
"clientId": "string",
"secret": "string",
"kryptonEndpoint": "string",
"topic": "string",
"utteranceDetectionMode": {
"type": "string",

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "@jambonz/node-client",
"version": "0.3.28",
"version": "0.3.29",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

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