@ixo/editor 6.16.0 → 6.16.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.
@@ -77,7 +77,7 @@ import {
77
77
  verifyCompletion,
78
78
  warnOnce,
79
79
  writeRunRecordAndReconcile
80
- } from "./chunk-TFY73KIE.js";
80
+ } from "./chunk-WYIBJ24C.js";
81
81
 
82
82
  // src/mantine/hooks/usePanel.ts
83
83
  import { useCallback, useMemo, useEffect, useRef } from "react";
@@ -51530,4 +51530,4 @@ export {
51530
51530
  ixoGraphQLClient,
51531
51531
  getEntity
51532
51532
  };
51533
- //# sourceMappingURL=chunk-MR37B67W.js.map
51533
+ //# sourceMappingURL=chunk-EWKSBZ62.js.map
@@ -10,7 +10,7 @@ import {
10
10
  replaceBlockInFragment,
11
11
  swapBlocksInFragment,
12
12
  writeCompiledBlocksToFragment
13
- } from "./chunk-TFY73KIE.js";
13
+ } from "./chunk-WYIBJ24C.js";
14
14
 
15
15
  // src/core/lib/flowCompiler/authoring.ts
16
16
  import * as Y from "yjs";
@@ -257,4 +257,4 @@ export {
257
257
  resetStepRuntime,
258
258
  setFormAnswers
259
259
  };
260
- //# sourceMappingURL=chunk-6IOOGDDS.js.map
260
+ //# sourceMappingURL=chunk-SSHQ3OTO.js.map
@@ -14892,6 +14892,8 @@ async function callConfiguredExecutor(command, context, options) {
14892
14892
  return options.executor.assignActor?.(command, context);
14893
14893
  case "execute_action":
14894
14894
  return options.executor.executeAction?.(command, context);
14895
+ case "notify_actor":
14896
+ return options.executor.notifyActor?.(command, context);
14895
14897
  case "diagnose_blocker":
14896
14898
  return options.executor.diagnoseBlocker?.(command, context);
14897
14899
  default:
@@ -15204,4 +15206,4 @@ export {
15204
15206
  executeQueuedFlowAgentCoreCommands,
15205
15207
  FlowAgentService
15206
15208
  };
15207
- //# sourceMappingURL=chunk-TFY73KIE.js.map
15209
+ //# sourceMappingURL=chunk-WYIBJ24C.js.map