stentor-models 1.57.101 → 1.57.109

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.
@@ -125,10 +125,13 @@ export interface Intent extends Localizable<LocaleSpecificIntent> {
125
125
  * NLU specific metadata used when translating the intentId to a NLU specific type.
126
126
  *
127
127
  * Use to override the type for a specific NLU.
128
+ *
129
+ * Additional metadata can be appended that can be used for translating the type.
128
130
  */
129
131
  nlu?: {
130
132
  [nlu: string]: {
131
133
  type: string;
134
+ [key: string]: any;
132
135
  };
133
136
  };
134
137
  /**
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "1.57.101",
7
+ "version": "1.57.109",
8
8
  "description": "Models for 📣 stentor",
9
9
  "types": "lib/index",
10
10
  "typings": "lib/index",
@@ -22,7 +22,7 @@
22
22
  "@xapp/config": "0.2.3",
23
23
  "rollup": "3.20.2",
24
24
  "tslib": "2.5.0",
25
- "typescript": "4.9.5"
25
+ "typescript": "5.0.4"
26
26
  },
27
27
  "scripts": {
28
28
  "api": "api-extractor run --local",
@@ -33,5 +33,5 @@
33
33
  "dependencies": {
34
34
  "@xapp/patterns": "2.0.1"
35
35
  },
36
- "gitHead": "3f34c8fabb611dfb027d04d8b8b4594371187c40"
36
+ "gitHead": "e168ed118105d2c60d465d6e21eed1db2a24a2aa"
37
37
  }