@xapp/stentor-lex-lib 1.37.6 → 1.37.11

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.
@@ -85,6 +85,15 @@ export interface LexConnectChannelData extends ChannelData {
85
85
  * @memberof LexConnectChannelData
86
86
  */
87
87
  managementRoleExternalId?: string;
88
+ /**
89
+ * The bucket that the S3 the management role allows access to.
90
+ *
91
+ * The region the bucket is in must be the same region the Lex bot is located in.
92
+ *
93
+ * @type {string}
94
+ * @memberof LexConnectChannelData
95
+ */
96
+ s3RegionalDomain?: string;
88
97
  /**
89
98
  * The ARN of the Lambda that acts as fulfillment for all the intents.
90
99
  */
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "1.37.6",
7
+ "version": "1.37.11",
8
8
  "description": "Shared AWS LEX Library for :mega: stentor",
9
9
  "types": "lib/index",
10
10
  "main": "lib/index",
@@ -22,16 +22,16 @@
22
22
  "chai": "4.3.4",
23
23
  "mocha": "9.1.0",
24
24
  "sinon": "9.0.1",
25
- "stentor-interaction-model": "1.45.11",
26
- "stentor-locales": "1.45.11",
27
- "stentor-models": "1.45.11",
28
- "stentor-request": "1.45.11",
29
- "stentor-utils": "1.45.11",
25
+ "stentor-interaction-model": "1.45.14",
26
+ "stentor-locales": "1.45.14",
27
+ "stentor-models": "1.45.14",
28
+ "stentor-request": "1.45.14",
29
+ "stentor-utils": "1.45.14",
30
30
  "ts-node": "9.1.1",
31
31
  "typescript": "4.4.3"
32
32
  },
33
33
  "dependencies": {
34
- "@xapp/stentor-alexa-lib": "1.37.6",
34
+ "@xapp/stentor-alexa-lib": "1.37.11",
35
35
  "lodash.merge": "4.6.2"
36
36
  },
37
37
  "peerDependencies": {
@@ -46,5 +46,5 @@
46
46
  "clean": "rm -rf ./lib/*",
47
47
  "test": "mocha --recursive -r ts-node/register \"./src/**/*.test.ts\""
48
48
  },
49
- "gitHead": "f4c3b02d50c4c0a4d733a36fcbc239d5d6a82fb8"
49
+ "gitHead": "1b5b342730e44ada031868e5665b803913c07ac5"
50
50
  }