stentor 1.52.36 → 1.53.1

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.
Files changed (2) hide show
  1. package/README.md +7 -6
  2. package/package.json +16 -16
package/README.md CHANGED
@@ -2,11 +2,12 @@
2
2
 
3
3
  ### Supported Environment Variables
4
4
 
5
- STUDIO_APP_ID
6
- STUDIO_SECRET_NAME
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
- _Deprecated_
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.52.36",
7
+ "version": "1.53.1",
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.52.36",
51
- "stentor-context": "1.52.36",
52
- "stentor-determiner": "1.52.36",
53
- "stentor-handler": "1.52.36",
54
- "stentor-handler-factory": "1.52.36",
55
- "stentor-logger": "1.52.36",
56
- "stentor-models": "1.52.36",
57
- "stentor-request": "1.52.36",
58
- "stentor-response": "1.52.36",
59
- "stentor-runtime": "1.52.36",
60
- "stentor-service-event": "1.52.36",
61
- "stentor-service-ovai": "1.52.36",
62
- "stentor-service-studio": "1.52.36",
63
- "stentor-utils": "1.52.36"
50
+ "stentor-constants": "1.53.1",
51
+ "stentor-context": "1.53.1",
52
+ "stentor-determiner": "1.53.1",
53
+ "stentor-handler": "1.53.1",
54
+ "stentor-handler-factory": "1.53.1",
55
+ "stentor-logger": "1.53.1",
56
+ "stentor-models": "1.53.1",
57
+ "stentor-request": "1.53.1",
58
+ "stentor-response": "1.53.1",
59
+ "stentor-runtime": "1.53.1",
60
+ "stentor-service-event": "1.53.1",
61
+ "stentor-service-ovai": "1.53.1",
62
+ "stentor-service-studio": "1.53.1",
63
+ "stentor-utils": "1.53.1"
64
64
  },
65
65
  "peerDependencies": {
66
66
  "aws-sdk": "2.X"
67
67
  },
68
- "gitHead": "3c75ca0d7c0145b8dbc0e7ab5e67b76a841d2d7c"
68
+ "gitHead": "7aad19c222a8e75e78399ee9903b9ed6fc26c2cc"
69
69
  }