@gem-sdk/core 13.1.0 → 13.1.6

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.
@@ -36311,6 +36311,7 @@ type SettingUIControl = {
36311
36311
  options?: {
36312
36312
  fullWidth?: boolean;
36313
36313
  onlyShowInTags?: string[];
36314
+ notShowInTags?: string[];
36314
36315
  target?: 'tab';
36315
36316
  disableMessage?: string;
36316
36317
  nearestSupportedPlan?: Plan;
@@ -36359,6 +36360,7 @@ type ControlTrigger = {
36359
36360
  settings?: ControlTriggerSetting[];
36360
36361
  options?: {
36361
36362
  noRecordHistory?: boolean;
36363
+ enableTriggerWhenChangeDevice?: boolean;
36362
36364
  };
36363
36365
  };
36364
36366
  type SettingUICompo = {
@@ -37678,6 +37680,7 @@ type ControlUI = {
37678
37680
  }[];
37679
37681
  options?: {
37680
37682
  noRecordHistory?: boolean;
37683
+ enableTriggerWhenChangeDevice?: boolean;
37681
37684
  };
37682
37685
  };
37683
37686
  onlyShowInTags?: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "13.1.0",
3
+ "version": "13.1.6",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",