stentor 1.52.35 → 1.53.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -6
- package/package.json +16 -16
package/README.md
CHANGED
|
@@ -2,11 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
### Supported Environment Variables
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
| Variable | Description | Value |
|
|
6
|
+
| ------------------ | -------------------------------------------------------------------------------- | ---------------------- |
|
|
7
|
+
| STUDIO_APP_ID | Unique identification for the application | String, "app-id" |
|
|
8
|
+
| STUDIO_SECRET_NAME | Name of the secret within AWS Secrets Manager to retreive runtime configuration | String |
|
|
9
|
+
| STUDIO_MAX_HISTORY | Maximum amount of history to keep for transcript and request history on storage. | Number, defaults to 20 |
|
|
7
10
|
|
|
8
|
-
|
|
11
|
+
_Deprecated Variables_
|
|
9
12
|
|
|
10
|
-
STUDIO_TOKEN
|
|
11
|
-
OVAI_TOKEN
|
|
12
|
-
OVAI_APP_ID
|
|
13
|
+
STUDIO_TOKEN, OVAI_TOKEN, OVAI_APP_ID
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
7
|
-
"version": "1.
|
|
7
|
+
"version": "1.53.0",
|
|
8
8
|
"description": "SDK for building omni-channel conversational assistants",
|
|
9
9
|
"types": "lib/index",
|
|
10
10
|
"typings": "lib/index",
|
|
@@ -47,23 +47,23 @@
|
|
|
47
47
|
"body-parser": "1.19.2",
|
|
48
48
|
"dotenv": "16.0.0",
|
|
49
49
|
"express": "4.17.3",
|
|
50
|
-
"stentor-constants": "1.
|
|
51
|
-
"stentor-context": "1.
|
|
52
|
-
"stentor-determiner": "1.
|
|
53
|
-
"stentor-handler": "1.
|
|
54
|
-
"stentor-handler-factory": "1.
|
|
55
|
-
"stentor-logger": "1.
|
|
56
|
-
"stentor-models": "1.
|
|
57
|
-
"stentor-request": "1.
|
|
58
|
-
"stentor-response": "1.
|
|
59
|
-
"stentor-runtime": "1.
|
|
60
|
-
"stentor-service-event": "1.
|
|
61
|
-
"stentor-service-ovai": "1.
|
|
62
|
-
"stentor-service-studio": "1.
|
|
63
|
-
"stentor-utils": "1.
|
|
50
|
+
"stentor-constants": "1.53.0",
|
|
51
|
+
"stentor-context": "1.53.0",
|
|
52
|
+
"stentor-determiner": "1.53.0",
|
|
53
|
+
"stentor-handler": "1.53.0",
|
|
54
|
+
"stentor-handler-factory": "1.53.0",
|
|
55
|
+
"stentor-logger": "1.53.0",
|
|
56
|
+
"stentor-models": "1.53.0",
|
|
57
|
+
"stentor-request": "1.53.0",
|
|
58
|
+
"stentor-response": "1.53.0",
|
|
59
|
+
"stentor-runtime": "1.53.0",
|
|
60
|
+
"stentor-service-event": "1.53.0",
|
|
61
|
+
"stentor-service-ovai": "1.53.0",
|
|
62
|
+
"stentor-service-studio": "1.53.0",
|
|
63
|
+
"stentor-utils": "1.53.0"
|
|
64
64
|
},
|
|
65
65
|
"peerDependencies": {
|
|
66
66
|
"aws-sdk": "2.X"
|
|
67
67
|
},
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "d9215b05ed8db84cb4a5bda50f6411ab70117d95"
|
|
69
69
|
}
|