@skedulo/mex-types 1.53.1 → 1.54.1

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.
@@ -101,6 +101,11 @@ export interface ButtonGroupItemComponentModel {
101
101
  behavior: ButtonBehaviorComponentModelTypes;
102
102
  disabled?: DataExpressionType;
103
103
  icon?: IconName;
104
+ /**
105
+ * @label ShowIf expression
106
+ * @placeholder Enter expression
107
+ */
108
+ showIfExpression?: DataExpressionType;
104
109
  }
105
110
  export interface ButtonBehaviorComponentModel {
106
111
  type: 'custom' | 'sms' | 'phone' | 'openUrl' | 'email' | 'openSelector' | 'routing';
package/package.json CHANGED
@@ -1,9 +1,6 @@
1
1
  {
2
2
  "name": "@skedulo/mex-types",
3
- "version": "1.53.1",
4
- "engines": {
5
- "node": "18"
6
- },
3
+ "version": "1.54.1",
7
4
  "description": "A central repository store for all the interfaces, type definitions of MEX engine",
8
5
  "main": "dist/index.js",
9
6
  "types": "dist/index.d.ts",