@elqnt/workflow 2.0.0 → 2.0.5

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.mjs CHANGED
@@ -86,6 +86,7 @@ import {
86
86
  NodeTypeCustom,
87
87
  NodeTypeData,
88
88
  NodeTypeDelay,
89
+ NodeTypeDocumentExtraction,
89
90
  NodeTypeHumanAction,
90
91
  NodeTypeIntegration,
91
92
  NodeTypeLogic,
@@ -148,7 +149,7 @@ import {
148
149
  WorkflowTypeDocument,
149
150
  WorkflowTypeEntity,
150
151
  WorkflowTypeProductivity
151
- } from "./chunk-CZAV6SMB.mjs";
152
+ } from "./chunk-YCEGKVXP.mjs";
152
153
 
153
154
  // components/dynamic-schema-form.tsx
154
155
  import { useState } from "react";
@@ -4267,6 +4268,7 @@ export {
4267
4268
  NodeTypeCustom,
4268
4269
  NodeTypeData,
4269
4270
  NodeTypeDelay,
4271
+ NodeTypeDocumentExtraction,
4270
4272
  NodeTypeHumanAction,
4271
4273
  NodeTypeIntegration,
4272
4274
  NodeTypeLogic,