@skedulo/mex-types 1.62.0 → 1.63.0

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.
@@ -163,6 +163,15 @@ export interface CustomAIBehaviorComponentModel extends ButtonBehaviorComponentM
163
163
  query: CustomOnlineDataQuery;
164
164
  /** Function expression invoked with the AI query result */
165
165
  onAIResultFunctionExpression?: FunctionExpressionType;
166
+ /**
167
+ * Enables thumbs up / down on the AI result
168
+ * The value identifies this action's feedback in reports
169
+ * Lowercase letters, digits and `. _ : -` only
170
+ *
171
+ * @label Feedback key
172
+ * @version 3.4.23
173
+ */
174
+ feedbackKey?: string;
166
175
  }
167
176
  export interface GroupByFeatureModel {
168
177
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skedulo/mex-types",
3
- "version": "1.62.0",
3
+ "version": "1.63.0",
4
4
  "description": "A central repository store for all the interfaces, type definitions of MEX engine",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",