@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/chunk-H24IF5AA.js +307 -0
- package/dist/chunk-H24IF5AA.js.map +1 -0
- package/dist/{chunk-CZAV6SMB.mjs → chunk-YCEGKVXP.mjs} +3 -1
- package/dist/chunk-YCEGKVXP.mjs.map +1 -0
- package/dist/{index-BDCA9Cs7.d.mts → index-B4xiOlL7.d.mts} +3 -8
- package/dist/{index-BDCA9Cs7.d.ts → index-B4xiOlL7.d.ts} +3 -8
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +4 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -1
- package/dist/index.mjs.map +1 -1
- package/dist/models/index.d.mts +1 -1
- package/dist/models/index.d.ts +1 -1
- package/dist/models/index.js +4 -2
- package/dist/models/index.js.map +1 -1
- package/dist/models/index.mjs +3 -1
- package/package.json +1 -1
- package/dist/chunk-CZAV6SMB.mjs.map +0 -1
- package/dist/chunk-GYLRUX77.js +0 -305
- package/dist/chunk-GYLRUX77.js.map +0 -1
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-
|
|
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,
|