stentor-models 1.48.22 → 1.48.31
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/lib/Slot/Slot.d.ts +14 -0
- package/package.json +4 -4
package/lib/Slot/Slot.d.ts
CHANGED
|
@@ -48,4 +48,18 @@ export interface Slot {
|
|
|
48
48
|
* to provide the slot.
|
|
49
49
|
*/
|
|
50
50
|
slotElicitationContentKey?: string;
|
|
51
|
+
/**
|
|
52
|
+
* Human readable description of what kind of information
|
|
53
|
+
* the slot is expecting. The text should be very brief. For example:
|
|
54
|
+
*
|
|
55
|
+
* "zip"
|
|
56
|
+
* "zip code"
|
|
57
|
+
* "city"
|
|
58
|
+
* "state"
|
|
59
|
+
* "street"
|
|
60
|
+
*
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof Slot
|
|
63
|
+
*/
|
|
64
|
+
inputText?: string;
|
|
51
65
|
}
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
7
|
-
"version": "1.48.
|
|
7
|
+
"version": "1.48.31",
|
|
8
8
|
"description": "Models for 📣 stentor",
|
|
9
9
|
"types": "lib/index",
|
|
10
10
|
"typings": "lib/index",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"@microsoft/api-extractor": "7.18.19",
|
|
21
21
|
"@rollup/plugin-typescript": "8.3.0",
|
|
22
22
|
"@xapp/config": "0.2.3",
|
|
23
|
-
"rollup": "2.60.
|
|
23
|
+
"rollup": "2.60.2",
|
|
24
24
|
"tslib": "2.3.1",
|
|
25
25
|
"typescript": "4.5.2"
|
|
26
26
|
},
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"clean": "rm -rf ./lib/* && rm -rf ./dist/*"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@xapp/patterns": "1.39.
|
|
34
|
+
"@xapp/patterns": "1.39.13"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "6cbaa0a5a5d758826c4dd7ce371efdeb6088c1f2"
|
|
37
37
|
}
|