@juhuu/sdk-ts 1.3.47 → 1.3.48

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/dist/index.d.mts CHANGED
@@ -2090,17 +2090,10 @@ type BlockExecutor = (inputs: FlowBlockInput, block: FlowBlock, context: Record<
2090
2090
  type DataEdgeConnection = string | null;
2091
2091
  type ControlEdgeConnection = string | null;
2092
2092
  type QuickAction = {
2093
- type: "flow";
2094
2093
  name: LocaleString;
2095
2094
  icon: string | null;
2096
2095
  visibleCondition: Condition | null;
2097
2096
  flowId: string;
2098
- } | {
2099
- type: "panel";
2100
- name: LocaleString;
2101
- icon: string | null;
2102
- visibleCondition: Condition | null;
2103
- panelId: string;
2104
2097
  };
2105
2098
  type QuickView = {
2106
2099
  name: LocaleString;
package/dist/index.d.ts CHANGED
@@ -2090,17 +2090,10 @@ type BlockExecutor = (inputs: FlowBlockInput, block: FlowBlock, context: Record<
2090
2090
  type DataEdgeConnection = string | null;
2091
2091
  type ControlEdgeConnection = string | null;
2092
2092
  type QuickAction = {
2093
- type: "flow";
2094
2093
  name: LocaleString;
2095
2094
  icon: string | null;
2096
2095
  visibleCondition: Condition | null;
2097
2096
  flowId: string;
2098
- } | {
2099
- type: "panel";
2100
- name: LocaleString;
2101
- icon: string | null;
2102
- visibleCondition: Condition | null;
2103
- panelId: string;
2104
2097
  };
2105
2098
  type QuickView = {
2106
2099
  name: LocaleString;
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "provenance": true
4
4
  },
5
5
  "name": "@juhuu/sdk-ts",
6
- "version": "1.3.47",
6
+ "version": "1.3.48",
7
7
  "description": "Typescript wrapper for JUHUU services",
8
8
  "main": "./dist/index.js",
9
9
  "module": "./dist/index.mjs",