stentor 1.55.7 → 1.55.10

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 +6 -5
  2. package/package.json +18 -18
package/README.md CHANGED
@@ -2,11 +2,12 @@
2
2
 
3
3
  ### Supported Environment Variables
4
4
 
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 |
5
+ | Variable | Description | Value |
6
+ | ------------------ | ------------------------------------------------------------------------------------------- | ----------------------------- |
7
+ | STUDIO_APP_ID | Unique identification for the application | String, "app-id" |
8
+ | STUDIO_BASE_URL | Defaults to `https://studio.xapp.ai`. Update this to point to another instance of OC Studio | String, "https://api.xapp.ai" |
9
+ | STUDIO_SECRET_NAME | Name of the secret within AWS Secrets Manager to retreive runtime configuration | String |
10
+ | STUDIO_MAX_HISTORY | Maximum amount of history to keep for transcript and request history on storage. | Number, defaults to 20 |
10
11
 
11
12
  _Deprecated Variables_
12
13
 
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "1.55.7",
7
+ "version": "1.55.10",
8
8
  "description": "SDK for building omni-channel conversational assistants",
9
9
  "types": "lib/index",
10
10
  "typings": "lib/index",
@@ -17,10 +17,10 @@
17
17
  "node": "^10 || ^12 || ^14 || ^16.0.0"
18
18
  },
19
19
  "devDependencies": {
20
- "@microsoft/api-extractor": "7.22.2",
20
+ "@microsoft/api-extractor": "7.23.0",
21
21
  "@types/chai": "4.3.1",
22
22
  "@types/mocha": "9.1.1",
23
- "@types/node": "16.11.27",
23
+ "@types/node": "16.11.29",
24
24
  "@types/sinon": "10.0.11",
25
25
  "@types/sinon-chai": "3.2.8",
26
26
  "@xapp/config": "0.2.3",
@@ -47,23 +47,23 @@
47
47
  "body-parser": "1.20.0",
48
48
  "dotenv": "16.0.0",
49
49
  "express": "4.17.3",
50
- "stentor-constants": "1.55.7",
51
- "stentor-context": "1.55.7",
52
- "stentor-determiner": "1.55.7",
53
- "stentor-handler": "1.55.7",
54
- "stentor-handler-factory": "1.55.7",
55
- "stentor-logger": "1.55.7",
56
- "stentor-models": "1.55.7",
57
- "stentor-request": "1.55.7",
58
- "stentor-response": "1.55.7",
59
- "stentor-runtime": "1.55.7",
60
- "stentor-service-event": "1.55.7",
61
- "stentor-service-ovai": "1.55.7",
62
- "stentor-service-studio": "1.55.7",
63
- "stentor-utils": "1.55.7"
50
+ "stentor-constants": "1.55.10",
51
+ "stentor-context": "1.55.10",
52
+ "stentor-determiner": "1.55.10",
53
+ "stentor-handler": "1.55.10",
54
+ "stentor-handler-factory": "1.55.10",
55
+ "stentor-logger": "1.55.10",
56
+ "stentor-models": "1.55.10",
57
+ "stentor-request": "1.55.10",
58
+ "stentor-response": "1.55.10",
59
+ "stentor-runtime": "1.55.10",
60
+ "stentor-service-event": "1.55.10",
61
+ "stentor-service-ovai": "1.55.10",
62
+ "stentor-service-studio": "1.55.10",
63
+ "stentor-utils": "1.55.10"
64
64
  },
65
65
  "peerDependencies": {
66
66
  "aws-sdk": "2.X"
67
67
  },
68
- "gitHead": "24ccf03cab7f2058dd942f3dc94a18cf8b60be63"
68
+ "gitHead": "5cebe327026d55fb9e24dbcd3b5ac64d88c3b00a"
69
69
  }