stentor-models 1.57.143 → 1.57.147
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.
|
@@ -84,7 +84,7 @@ export interface SimpleResponse<T = string | ResponseOutput> extends Partial<Act
|
|
|
84
84
|
/**
|
|
85
85
|
* Used for tracking the response in third party analytics.
|
|
86
86
|
*/
|
|
87
|
-
tag?: string;
|
|
87
|
+
tag?: string | string[];
|
|
88
88
|
/**
|
|
89
89
|
* What the assistant will say first as part of the response.
|
|
90
90
|
*/
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
7
|
-
"version": "1.57.
|
|
7
|
+
"version": "1.57.147",
|
|
8
8
|
"description": "Models for 📣 stentor",
|
|
9
9
|
"types": "lib/index",
|
|
10
10
|
"typings": "lib/index",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"node": "^12 || ^14 || ^16 || ^18"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"@microsoft/api-extractor": "7.
|
|
20
|
+
"@microsoft/api-extractor": "7.35.0",
|
|
21
21
|
"@rollup/plugin-typescript": "11.1.1",
|
|
22
22
|
"@xapp/config": "0.2.3",
|
|
23
23
|
"rollup": "3.23.0",
|
|
@@ -33,5 +33,5 @@
|
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@xapp/patterns": "2.0.1"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "b2908c7952fc4bc2068ec891fb99f9f94dbdeaac"
|
|
37
37
|
}
|