scordi-extension 1.15.9 → 1.15.10
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/README.md +0 -1
- package/dist/.vite/manifest.json +15 -15
- package/dist/assets/index-DxZcS402.js +1 -0
- package/dist/assets/index.ts-2nFLTUkL.js +238 -0
- package/dist/assets/index.ts-COMnxBfB.js +238 -0
- package/dist/assets/internal-messages-BMRA0i8A.js +1 -0
- package/dist/assets/main.tsx-DnGNeWWr.js +38 -0
- package/dist/assets/main.tsx-loader-6Ftbg0YS.js +13 -0
- package/dist/assets/types-CeXfY5Yv.js +4 -0
- package/dist/blocks/TransformDataBlock.d.ts +40 -0
- package/dist/blocks/TransformDataBlock.d.ts.map +1 -0
- package/dist/blocks/index.d.ts +14 -49
- package/dist/blocks/index.d.ts.map +1 -1
- package/dist/manifest.json +2 -3
- package/dist/sdk/EightGClient.d.ts +8 -1
- package/dist/sdk/EightGClient.d.ts.map +1 -1
- package/dist/sdk/index.cjs +4 -4
- package/dist/sdk/index.d.ts +1 -1
- package/dist/sdk/index.d.ts.map +1 -1
- package/dist/sdk/index.js +2246 -2262
- package/dist/sdk/types.d.ts +15 -0
- package/dist/sdk/types.d.ts.map +1 -1
- package/dist/src/blocks/AiParseDataBlock.ts.js +1 -1
- package/dist/src/blocks/ClearValueFormBlock.ts.js +1 -1
- package/dist/src/blocks/ElementExistsBlock.ts.js +1 -1
- package/dist/src/blocks/EventClickBlock.ts.js +1 -1
- package/dist/src/blocks/FetchApiBlock.ts.js +1 -1
- package/dist/src/blocks/GetAttributeValueBlock.ts.js +1 -1
- package/dist/src/blocks/GetElementDataBlock.ts.js +1 -1
- package/dist/src/blocks/GetTextBlock.ts.js +1 -1
- package/dist/src/blocks/GetValueFormBlock.ts.js +1 -1
- package/dist/src/blocks/KeypressBlock.ts.js +1 -1
- package/dist/src/blocks/NavigateBlock.ts.js +1 -1
- package/dist/src/blocks/SaveAssetsBlock.ts.js +1 -1
- package/dist/src/blocks/ScrollBlock.ts.js +1 -1
- package/dist/src/blocks/SetValueFormBlock.ts.js +1 -1
- package/dist/src/blocks/TransformDataBlock.ts.js +41 -0
- package/dist/src/blocks/WaitBlock.ts.js +1 -1
- package/dist/src/blocks/WaitForConditionBlock.ts.js +1 -1
- package/dist/src/blocks/index.ts.js +7 -15
- package/dist/src/blocks/types.ts.js +1 -1
- package/dist/src/content/components/ConfirmationUI.tsx.js +3 -3
- package/dist/src/content/components/ExecutionStatusUI.tsx.js +3 -3
- package/dist/src/content/main.tsx.js +2 -2
- package/dist/src/sdk/types.ts.js +1 -0
- package/dist/src/types/internal-messages.ts.js +0 -3
- package/dist/src/workflow/context/execution-context/types.ts.js +0 -0
- package/dist/types/internal-messages.d.ts +1 -15
- package/dist/types/internal-messages.d.ts.map +1 -1
- package/dist/vendor/.vite-deps-chunk-2TUXWMP5.js__v--af906259.js +45 -0
- package/dist/vendor/.vite-deps-chunk-DC5AMYBS.js__v--87b685c1.js +38 -0
- package/dist/vendor/.vite-deps-chunk-EL3BNLGW.js__v--af906259.js +975 -0
- package/dist/vendor/.vite-deps-chunk-KDMJ4XM7.js__v--87b685c1.js +4154 -0
- package/dist/vendor/.vite-deps-chunk-MANNBT4V.js__v--87b685c1.js +280 -0
- package/dist/vendor/.vite-deps-chunk-NZP3G7XT.js__v--87b685c1.js +975 -0
- package/dist/vendor/.vite-deps-chunk-UW5CEYRC.js__v--af906259.js +4154 -0
- package/dist/vendor/.vite-deps-chunk-XHY3JSIG.js__v--af906259.js +280 -0
- package/dist/vendor/.vite-deps-jsonata.js__v--370b8ffe.js +5761 -0
- package/dist/vendor/.vite-deps-jsonata.js__v--af906259.js +5761 -0
- package/dist/vendor/.vite-deps-react-dom.js__v--36c31e85.js +6 -0
- package/dist/vendor/.vite-deps-react-dom.js__v--af906259.js +6 -0
- package/dist/vendor/.vite-deps-react-dom_client.js__v--aaaed31d.js +18108 -0
- package/dist/vendor/.vite-deps-react-dom_client.js__v--af906259.js +18108 -0
- package/dist/vendor/.vite-deps-react.js__v--36c31e85.js +5 -0
- package/dist/vendor/.vite-deps-react.js__v--af906259.js +5 -0
- package/dist/vendor/.vite-deps-react_jsx-dev-runtime.js__v--36c31e85.js +281 -0
- package/dist/vendor/.vite-deps-react_jsx-dev-runtime.js__v--af906259.js +281 -0
- package/dist/vendor/.vite-deps-zod.js__v--af906259.js +222 -0
- package/dist/vendor/.vite-deps-zod.js__v--dc9842e6.js +222 -0
- package/dist/vendor/vite-client.js +1 -1
- package/dist/workflow/context/execution-context/binding.d.ts +40 -0
- package/dist/workflow/context/execution-context/binding.d.ts.map +1 -0
- package/dist/workflow/context/execution-context/condition.d.ts +69 -0
- package/dist/workflow/context/execution-context/condition.d.ts.map +1 -0
- package/dist/workflow/context/execution-context/execution-context.d.ts +36 -0
- package/dist/workflow/context/execution-context/execution-context.d.ts.map +1 -0
- package/dist/workflow/context/execution-context/index.d.ts +16 -0
- package/dist/workflow/context/execution-context/index.d.ts.map +1 -0
- package/dist/workflow/context/execution-context/resolver.d.ts +18 -0
- package/dist/workflow/context/execution-context/resolver.d.ts.map +1 -0
- package/dist/workflow/context/execution-context/types.d.ts +14 -0
- package/dist/workflow/context/execution-context/types.d.ts.map +1 -0
- package/dist/workflow/context/loop-context/index.d.ts +9 -0
- package/dist/workflow/context/loop-context/index.d.ts.map +1 -0
- package/dist/workflow/context/loop-context/loop-context.d.ts +26 -0
- package/dist/workflow/context/loop-context/loop-context.d.ts.map +1 -0
- package/dist/workflow/context/loop-context/resolver.d.ts +20 -0
- package/dist/workflow/context/loop-context/resolver.d.ts.map +1 -0
- package/dist/workflow/context/loop-context/types.d.ts +19 -0
- package/dist/workflow/context/loop-context/types.d.ts.map +1 -0
- package/dist/workflow/context/step-context/index.d.ts +9 -0
- package/dist/workflow/context/step-context/index.d.ts.map +1 -0
- package/dist/workflow/context/step-context/resolver.d.ts +18 -0
- package/dist/workflow/context/step-context/resolver.d.ts.map +1 -0
- package/dist/workflow/context/step-context/step-context.d.ts +18 -0
- package/dist/workflow/context/step-context/step-context.d.ts.map +1 -0
- package/dist/workflow/context/step-context/types.d.ts +14 -0
- package/dist/workflow/context/step-context/types.d.ts.map +1 -0
- package/dist/workflow/context/var-context/index.d.ts +9 -0
- package/dist/workflow/context/var-context/index.d.ts.map +1 -0
- package/dist/workflow/context/var-context/resolver.d.ts +18 -0
- package/dist/workflow/context/var-context/resolver.d.ts.map +1 -0
- package/dist/workflow/context/var-context/types.d.ts +9 -0
- package/dist/workflow/context/var-context/types.d.ts.map +1 -0
- package/dist/workflow/context/var-context/var-context.d.ts +22 -0
- package/dist/workflow/context/var-context/var-context.d.ts.map +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1,222 @@
|
|
|
1
|
+
import {
|
|
2
|
+
BRAND,
|
|
3
|
+
DIRTY,
|
|
4
|
+
EMPTY_PATH,
|
|
5
|
+
INVALID,
|
|
6
|
+
NEVER,
|
|
7
|
+
OK,
|
|
8
|
+
ParseStatus,
|
|
9
|
+
ZodAny,
|
|
10
|
+
ZodArray,
|
|
11
|
+
ZodBigInt,
|
|
12
|
+
ZodBoolean,
|
|
13
|
+
ZodBranded,
|
|
14
|
+
ZodCatch,
|
|
15
|
+
ZodDate,
|
|
16
|
+
ZodDefault,
|
|
17
|
+
ZodDiscriminatedUnion,
|
|
18
|
+
ZodEffects,
|
|
19
|
+
ZodEnum,
|
|
20
|
+
ZodError,
|
|
21
|
+
ZodFirstPartyTypeKind,
|
|
22
|
+
ZodFunction,
|
|
23
|
+
ZodIntersection,
|
|
24
|
+
ZodIssueCode,
|
|
25
|
+
ZodLazy,
|
|
26
|
+
ZodLiteral,
|
|
27
|
+
ZodMap,
|
|
28
|
+
ZodNaN,
|
|
29
|
+
ZodNativeEnum,
|
|
30
|
+
ZodNever,
|
|
31
|
+
ZodNull,
|
|
32
|
+
ZodNullable,
|
|
33
|
+
ZodNumber,
|
|
34
|
+
ZodObject,
|
|
35
|
+
ZodOptional,
|
|
36
|
+
ZodParsedType,
|
|
37
|
+
ZodPipeline,
|
|
38
|
+
ZodPromise,
|
|
39
|
+
ZodReadonly,
|
|
40
|
+
ZodRecord,
|
|
41
|
+
ZodSet,
|
|
42
|
+
ZodString,
|
|
43
|
+
ZodSymbol,
|
|
44
|
+
ZodTuple,
|
|
45
|
+
ZodType,
|
|
46
|
+
ZodUndefined,
|
|
47
|
+
ZodUnion,
|
|
48
|
+
ZodUnknown,
|
|
49
|
+
ZodVoid,
|
|
50
|
+
addIssueToContext,
|
|
51
|
+
anyType,
|
|
52
|
+
arrayType,
|
|
53
|
+
bigIntType,
|
|
54
|
+
booleanType,
|
|
55
|
+
coerce,
|
|
56
|
+
custom,
|
|
57
|
+
dateType,
|
|
58
|
+
datetimeRegex,
|
|
59
|
+
discriminatedUnionType,
|
|
60
|
+
effectsType,
|
|
61
|
+
en_default,
|
|
62
|
+
enumType,
|
|
63
|
+
external_exports,
|
|
64
|
+
functionType,
|
|
65
|
+
getErrorMap,
|
|
66
|
+
getParsedType,
|
|
67
|
+
instanceOfType,
|
|
68
|
+
intersectionType,
|
|
69
|
+
isAborted,
|
|
70
|
+
isAsync,
|
|
71
|
+
isDirty,
|
|
72
|
+
isValid,
|
|
73
|
+
late,
|
|
74
|
+
lazyType,
|
|
75
|
+
literalType,
|
|
76
|
+
makeIssue,
|
|
77
|
+
mapType,
|
|
78
|
+
nanType,
|
|
79
|
+
nativeEnumType,
|
|
80
|
+
neverType,
|
|
81
|
+
nullType,
|
|
82
|
+
nullableType,
|
|
83
|
+
numberType,
|
|
84
|
+
objectType,
|
|
85
|
+
objectUtil,
|
|
86
|
+
oboolean,
|
|
87
|
+
onumber,
|
|
88
|
+
optionalType,
|
|
89
|
+
ostring,
|
|
90
|
+
pipelineType,
|
|
91
|
+
preprocessType,
|
|
92
|
+
promiseType,
|
|
93
|
+
quotelessJson,
|
|
94
|
+
recordType,
|
|
95
|
+
setErrorMap,
|
|
96
|
+
setType,
|
|
97
|
+
strictObjectType,
|
|
98
|
+
stringType,
|
|
99
|
+
symbolType,
|
|
100
|
+
tupleType,
|
|
101
|
+
undefinedType,
|
|
102
|
+
unionType,
|
|
103
|
+
unknownType,
|
|
104
|
+
util,
|
|
105
|
+
voidType
|
|
106
|
+
} from "/vendor/.vite-deps-chunk-UW5CEYRC.js__v--af906259.js";
|
|
107
|
+
import "/vendor/.vite-deps-chunk-2TUXWMP5.js__v--af906259.js";
|
|
108
|
+
|
|
109
|
+
// node_modules/zod/index.js
|
|
110
|
+
var zod_default = external_exports;
|
|
111
|
+
export {
|
|
112
|
+
BRAND,
|
|
113
|
+
DIRTY,
|
|
114
|
+
EMPTY_PATH,
|
|
115
|
+
INVALID,
|
|
116
|
+
NEVER,
|
|
117
|
+
OK,
|
|
118
|
+
ParseStatus,
|
|
119
|
+
ZodType as Schema,
|
|
120
|
+
ZodAny,
|
|
121
|
+
ZodArray,
|
|
122
|
+
ZodBigInt,
|
|
123
|
+
ZodBoolean,
|
|
124
|
+
ZodBranded,
|
|
125
|
+
ZodCatch,
|
|
126
|
+
ZodDate,
|
|
127
|
+
ZodDefault,
|
|
128
|
+
ZodDiscriminatedUnion,
|
|
129
|
+
ZodEffects,
|
|
130
|
+
ZodEnum,
|
|
131
|
+
ZodError,
|
|
132
|
+
ZodFirstPartyTypeKind,
|
|
133
|
+
ZodFunction,
|
|
134
|
+
ZodIntersection,
|
|
135
|
+
ZodIssueCode,
|
|
136
|
+
ZodLazy,
|
|
137
|
+
ZodLiteral,
|
|
138
|
+
ZodMap,
|
|
139
|
+
ZodNaN,
|
|
140
|
+
ZodNativeEnum,
|
|
141
|
+
ZodNever,
|
|
142
|
+
ZodNull,
|
|
143
|
+
ZodNullable,
|
|
144
|
+
ZodNumber,
|
|
145
|
+
ZodObject,
|
|
146
|
+
ZodOptional,
|
|
147
|
+
ZodParsedType,
|
|
148
|
+
ZodPipeline,
|
|
149
|
+
ZodPromise,
|
|
150
|
+
ZodReadonly,
|
|
151
|
+
ZodRecord,
|
|
152
|
+
ZodType as ZodSchema,
|
|
153
|
+
ZodSet,
|
|
154
|
+
ZodString,
|
|
155
|
+
ZodSymbol,
|
|
156
|
+
ZodEffects as ZodTransformer,
|
|
157
|
+
ZodTuple,
|
|
158
|
+
ZodType,
|
|
159
|
+
ZodUndefined,
|
|
160
|
+
ZodUnion,
|
|
161
|
+
ZodUnknown,
|
|
162
|
+
ZodVoid,
|
|
163
|
+
addIssueToContext,
|
|
164
|
+
anyType as any,
|
|
165
|
+
arrayType as array,
|
|
166
|
+
bigIntType as bigint,
|
|
167
|
+
booleanType as boolean,
|
|
168
|
+
coerce,
|
|
169
|
+
custom,
|
|
170
|
+
dateType as date,
|
|
171
|
+
datetimeRegex,
|
|
172
|
+
zod_default as default,
|
|
173
|
+
en_default as defaultErrorMap,
|
|
174
|
+
discriminatedUnionType as discriminatedUnion,
|
|
175
|
+
effectsType as effect,
|
|
176
|
+
enumType as enum,
|
|
177
|
+
functionType as function,
|
|
178
|
+
getErrorMap,
|
|
179
|
+
getParsedType,
|
|
180
|
+
instanceOfType as instanceof,
|
|
181
|
+
intersectionType as intersection,
|
|
182
|
+
isAborted,
|
|
183
|
+
isAsync,
|
|
184
|
+
isDirty,
|
|
185
|
+
isValid,
|
|
186
|
+
late,
|
|
187
|
+
lazyType as lazy,
|
|
188
|
+
literalType as literal,
|
|
189
|
+
makeIssue,
|
|
190
|
+
mapType as map,
|
|
191
|
+
nanType as nan,
|
|
192
|
+
nativeEnumType as nativeEnum,
|
|
193
|
+
neverType as never,
|
|
194
|
+
nullType as null,
|
|
195
|
+
nullableType as nullable,
|
|
196
|
+
numberType as number,
|
|
197
|
+
objectType as object,
|
|
198
|
+
objectUtil,
|
|
199
|
+
oboolean,
|
|
200
|
+
onumber,
|
|
201
|
+
optionalType as optional,
|
|
202
|
+
ostring,
|
|
203
|
+
pipelineType as pipeline,
|
|
204
|
+
preprocessType as preprocess,
|
|
205
|
+
promiseType as promise,
|
|
206
|
+
quotelessJson,
|
|
207
|
+
recordType as record,
|
|
208
|
+
setType as set,
|
|
209
|
+
setErrorMap,
|
|
210
|
+
strictObjectType as strictObject,
|
|
211
|
+
stringType as string,
|
|
212
|
+
symbolType as symbol,
|
|
213
|
+
effectsType as transformer,
|
|
214
|
+
tupleType as tuple,
|
|
215
|
+
undefinedType as undefined,
|
|
216
|
+
unionType as union,
|
|
217
|
+
unknownType as unknown,
|
|
218
|
+
util,
|
|
219
|
+
voidType as void,
|
|
220
|
+
external_exports as z
|
|
221
|
+
};
|
|
222
|
+
//# sourceMappingURL=zod.js.map
|
|
@@ -0,0 +1,222 @@
|
|
|
1
|
+
import {
|
|
2
|
+
BRAND,
|
|
3
|
+
DIRTY,
|
|
4
|
+
EMPTY_PATH,
|
|
5
|
+
INVALID,
|
|
6
|
+
NEVER,
|
|
7
|
+
OK,
|
|
8
|
+
ParseStatus,
|
|
9
|
+
ZodAny,
|
|
10
|
+
ZodArray,
|
|
11
|
+
ZodBigInt,
|
|
12
|
+
ZodBoolean,
|
|
13
|
+
ZodBranded,
|
|
14
|
+
ZodCatch,
|
|
15
|
+
ZodDate,
|
|
16
|
+
ZodDefault,
|
|
17
|
+
ZodDiscriminatedUnion,
|
|
18
|
+
ZodEffects,
|
|
19
|
+
ZodEnum,
|
|
20
|
+
ZodError,
|
|
21
|
+
ZodFirstPartyTypeKind,
|
|
22
|
+
ZodFunction,
|
|
23
|
+
ZodIntersection,
|
|
24
|
+
ZodIssueCode,
|
|
25
|
+
ZodLazy,
|
|
26
|
+
ZodLiteral,
|
|
27
|
+
ZodMap,
|
|
28
|
+
ZodNaN,
|
|
29
|
+
ZodNativeEnum,
|
|
30
|
+
ZodNever,
|
|
31
|
+
ZodNull,
|
|
32
|
+
ZodNullable,
|
|
33
|
+
ZodNumber,
|
|
34
|
+
ZodObject,
|
|
35
|
+
ZodOptional,
|
|
36
|
+
ZodParsedType,
|
|
37
|
+
ZodPipeline,
|
|
38
|
+
ZodPromise,
|
|
39
|
+
ZodReadonly,
|
|
40
|
+
ZodRecord,
|
|
41
|
+
ZodSet,
|
|
42
|
+
ZodString,
|
|
43
|
+
ZodSymbol,
|
|
44
|
+
ZodTuple,
|
|
45
|
+
ZodType,
|
|
46
|
+
ZodUndefined,
|
|
47
|
+
ZodUnion,
|
|
48
|
+
ZodUnknown,
|
|
49
|
+
ZodVoid,
|
|
50
|
+
addIssueToContext,
|
|
51
|
+
anyType,
|
|
52
|
+
arrayType,
|
|
53
|
+
bigIntType,
|
|
54
|
+
booleanType,
|
|
55
|
+
coerce,
|
|
56
|
+
custom,
|
|
57
|
+
dateType,
|
|
58
|
+
datetimeRegex,
|
|
59
|
+
discriminatedUnionType,
|
|
60
|
+
effectsType,
|
|
61
|
+
en_default,
|
|
62
|
+
enumType,
|
|
63
|
+
external_exports,
|
|
64
|
+
functionType,
|
|
65
|
+
getErrorMap,
|
|
66
|
+
getParsedType,
|
|
67
|
+
instanceOfType,
|
|
68
|
+
intersectionType,
|
|
69
|
+
isAborted,
|
|
70
|
+
isAsync,
|
|
71
|
+
isDirty,
|
|
72
|
+
isValid,
|
|
73
|
+
late,
|
|
74
|
+
lazyType,
|
|
75
|
+
literalType,
|
|
76
|
+
makeIssue,
|
|
77
|
+
mapType,
|
|
78
|
+
nanType,
|
|
79
|
+
nativeEnumType,
|
|
80
|
+
neverType,
|
|
81
|
+
nullType,
|
|
82
|
+
nullableType,
|
|
83
|
+
numberType,
|
|
84
|
+
objectType,
|
|
85
|
+
objectUtil,
|
|
86
|
+
oboolean,
|
|
87
|
+
onumber,
|
|
88
|
+
optionalType,
|
|
89
|
+
ostring,
|
|
90
|
+
pipelineType,
|
|
91
|
+
preprocessType,
|
|
92
|
+
promiseType,
|
|
93
|
+
quotelessJson,
|
|
94
|
+
recordType,
|
|
95
|
+
setErrorMap,
|
|
96
|
+
setType,
|
|
97
|
+
strictObjectType,
|
|
98
|
+
stringType,
|
|
99
|
+
symbolType,
|
|
100
|
+
tupleType,
|
|
101
|
+
undefinedType,
|
|
102
|
+
unionType,
|
|
103
|
+
unknownType,
|
|
104
|
+
util,
|
|
105
|
+
voidType
|
|
106
|
+
} from "/vendor/.vite-deps-chunk-KDMJ4XM7.js__v--87b685c1.js";
|
|
107
|
+
import "/vendor/.vite-deps-chunk-DC5AMYBS.js__v--87b685c1.js";
|
|
108
|
+
|
|
109
|
+
// node_modules/zod/index.js
|
|
110
|
+
var zod_default = external_exports;
|
|
111
|
+
export {
|
|
112
|
+
BRAND,
|
|
113
|
+
DIRTY,
|
|
114
|
+
EMPTY_PATH,
|
|
115
|
+
INVALID,
|
|
116
|
+
NEVER,
|
|
117
|
+
OK,
|
|
118
|
+
ParseStatus,
|
|
119
|
+
ZodType as Schema,
|
|
120
|
+
ZodAny,
|
|
121
|
+
ZodArray,
|
|
122
|
+
ZodBigInt,
|
|
123
|
+
ZodBoolean,
|
|
124
|
+
ZodBranded,
|
|
125
|
+
ZodCatch,
|
|
126
|
+
ZodDate,
|
|
127
|
+
ZodDefault,
|
|
128
|
+
ZodDiscriminatedUnion,
|
|
129
|
+
ZodEffects,
|
|
130
|
+
ZodEnum,
|
|
131
|
+
ZodError,
|
|
132
|
+
ZodFirstPartyTypeKind,
|
|
133
|
+
ZodFunction,
|
|
134
|
+
ZodIntersection,
|
|
135
|
+
ZodIssueCode,
|
|
136
|
+
ZodLazy,
|
|
137
|
+
ZodLiteral,
|
|
138
|
+
ZodMap,
|
|
139
|
+
ZodNaN,
|
|
140
|
+
ZodNativeEnum,
|
|
141
|
+
ZodNever,
|
|
142
|
+
ZodNull,
|
|
143
|
+
ZodNullable,
|
|
144
|
+
ZodNumber,
|
|
145
|
+
ZodObject,
|
|
146
|
+
ZodOptional,
|
|
147
|
+
ZodParsedType,
|
|
148
|
+
ZodPipeline,
|
|
149
|
+
ZodPromise,
|
|
150
|
+
ZodReadonly,
|
|
151
|
+
ZodRecord,
|
|
152
|
+
ZodType as ZodSchema,
|
|
153
|
+
ZodSet,
|
|
154
|
+
ZodString,
|
|
155
|
+
ZodSymbol,
|
|
156
|
+
ZodEffects as ZodTransformer,
|
|
157
|
+
ZodTuple,
|
|
158
|
+
ZodType,
|
|
159
|
+
ZodUndefined,
|
|
160
|
+
ZodUnion,
|
|
161
|
+
ZodUnknown,
|
|
162
|
+
ZodVoid,
|
|
163
|
+
addIssueToContext,
|
|
164
|
+
anyType as any,
|
|
165
|
+
arrayType as array,
|
|
166
|
+
bigIntType as bigint,
|
|
167
|
+
booleanType as boolean,
|
|
168
|
+
coerce,
|
|
169
|
+
custom,
|
|
170
|
+
dateType as date,
|
|
171
|
+
datetimeRegex,
|
|
172
|
+
zod_default as default,
|
|
173
|
+
en_default as defaultErrorMap,
|
|
174
|
+
discriminatedUnionType as discriminatedUnion,
|
|
175
|
+
effectsType as effect,
|
|
176
|
+
enumType as enum,
|
|
177
|
+
functionType as function,
|
|
178
|
+
getErrorMap,
|
|
179
|
+
getParsedType,
|
|
180
|
+
instanceOfType as instanceof,
|
|
181
|
+
intersectionType as intersection,
|
|
182
|
+
isAborted,
|
|
183
|
+
isAsync,
|
|
184
|
+
isDirty,
|
|
185
|
+
isValid,
|
|
186
|
+
late,
|
|
187
|
+
lazyType as lazy,
|
|
188
|
+
literalType as literal,
|
|
189
|
+
makeIssue,
|
|
190
|
+
mapType as map,
|
|
191
|
+
nanType as nan,
|
|
192
|
+
nativeEnumType as nativeEnum,
|
|
193
|
+
neverType as never,
|
|
194
|
+
nullType as null,
|
|
195
|
+
nullableType as nullable,
|
|
196
|
+
numberType as number,
|
|
197
|
+
objectType as object,
|
|
198
|
+
objectUtil,
|
|
199
|
+
oboolean,
|
|
200
|
+
onumber,
|
|
201
|
+
optionalType as optional,
|
|
202
|
+
ostring,
|
|
203
|
+
pipelineType as pipeline,
|
|
204
|
+
preprocessType as preprocess,
|
|
205
|
+
promiseType as promise,
|
|
206
|
+
quotelessJson,
|
|
207
|
+
recordType as record,
|
|
208
|
+
setType as set,
|
|
209
|
+
setErrorMap,
|
|
210
|
+
strictObjectType as strictObject,
|
|
211
|
+
stringType as string,
|
|
212
|
+
symbolType as symbol,
|
|
213
|
+
effectsType as transformer,
|
|
214
|
+
tupleType as tuple,
|
|
215
|
+
undefinedType as undefined,
|
|
216
|
+
unionType as union,
|
|
217
|
+
unknownType as unknown,
|
|
218
|
+
util,
|
|
219
|
+
voidType as void,
|
|
220
|
+
external_exports as z
|
|
221
|
+
};
|
|
222
|
+
//# sourceMappingURL=zod.js.map
|
|
@@ -795,7 +795,7 @@ const socketHost = `${"localhost" || importMetaUrl.hostname}:${hmrPort || import
|
|
|
795
795
|
const directSocketHost = "localhost:5173/";
|
|
796
796
|
const base = "/" || "/";
|
|
797
797
|
const hmrTimeout = 30000;
|
|
798
|
-
const wsToken = "
|
|
798
|
+
const wsToken = "zFDojGTC-LJb";
|
|
799
799
|
const transport = normalizeModuleRunnerTransport(
|
|
800
800
|
(() => {
|
|
801
801
|
let wsTransport = createWebSocketModuleRunnerTransport({
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import type { ExecutionContext } from './types';
|
|
2
|
+
/**
|
|
3
|
+
* Binding Types
|
|
4
|
+
*/
|
|
5
|
+
export type BindingValue = string | number | boolean | null | Record<string, any> | any[];
|
|
6
|
+
export interface Binding {
|
|
7
|
+
template?: string;
|
|
8
|
+
valueFrom?: string;
|
|
9
|
+
default?: BindingValue;
|
|
10
|
+
}
|
|
11
|
+
/**
|
|
12
|
+
* 템플릿 문자열 보간 (순수 함수)
|
|
13
|
+
*
|
|
14
|
+
* @example
|
|
15
|
+
* interpolate('${vars.userId}', context) // -> 값 그대로 (타입 유지)
|
|
16
|
+
* interpolate('${steps.step1.result.data}', context) // -> 값 그대로 (타입 유지)
|
|
17
|
+
* interpolate('Hello ${vars.name}!', context) // -> 'Hello World!' (문자열 보간)
|
|
18
|
+
*/
|
|
19
|
+
export declare const interpolate: (template: string, context: ExecutionContext) => any;
|
|
20
|
+
/**
|
|
21
|
+
* Binding 객체 해석 (순수 함수)
|
|
22
|
+
*
|
|
23
|
+
* @example
|
|
24
|
+
* resolveBinding({ valueFrom: 'steps.step1.result.data' }, context)
|
|
25
|
+
* resolveBinding({ template: 'User ${vars.userId}' }, context)
|
|
26
|
+
* resolveBinding({ valueFrom: 'vars.missing', default: 'fallback' }, context)
|
|
27
|
+
*/
|
|
28
|
+
export declare const resolveBinding: (binding: Binding, context: ExecutionContext) => any;
|
|
29
|
+
/**
|
|
30
|
+
* 객체 전체 재귀 바인딩 (순수 함수)
|
|
31
|
+
*
|
|
32
|
+
* @example
|
|
33
|
+
* resolveBindings({
|
|
34
|
+
* url: { template: 'https://api.example.com/users/${vars.userId}' },
|
|
35
|
+
* items: ['${steps.step1.result.data}'],
|
|
36
|
+
* nested: { value: { valueFrom: 'steps.step2.result' } }
|
|
37
|
+
* }, context)
|
|
38
|
+
*/
|
|
39
|
+
export declare const resolveBindings: (obj: any, context: ExecutionContext) => any;
|
|
40
|
+
//# sourceMappingURL=binding.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"binding.d.ts","sourceRoot":"","sources":["../../../../src/workflow/context/execution-context/binding.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAGhD;;GAEG;AACH,MAAM,MAAM,YAAY,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,IAAI,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,GAAG,EAAE,CAAC;AAE1F,MAAM,WAAW,OAAO;IACtB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,YAAY,CAAC;CACxB;AAED;;;;;;;GAOG;AACH,eAAO,MAAM,WAAW,GACtB,UAAU,MAAM,EAChB,SAAS,gBAAgB,KACxB,GAcF,CAAC;AAEF;;;;;;;GAOG;AACH,eAAO,MAAM,cAAc,GACzB,SAAS,OAAO,EAChB,SAAS,gBAAgB,KACxB,GAkBF,CAAC;AAEF;;;;;;;;;GASG;AACH,eAAO,MAAM,eAAe,GAC1B,KAAK,GAAG,EACR,SAAS,gBAAgB,KACxB,GA6BF,CAAC"}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
import type { ExecutionContext } from './types';
|
|
2
|
+
/**
|
|
3
|
+
* Condition Types
|
|
4
|
+
*/
|
|
5
|
+
export type JsonCondition = {
|
|
6
|
+
exists: string;
|
|
7
|
+
} | {
|
|
8
|
+
equals: {
|
|
9
|
+
left: string;
|
|
10
|
+
right: any;
|
|
11
|
+
};
|
|
12
|
+
} | {
|
|
13
|
+
notEquals: {
|
|
14
|
+
left: string;
|
|
15
|
+
right: any;
|
|
16
|
+
};
|
|
17
|
+
} | {
|
|
18
|
+
contains: {
|
|
19
|
+
value: string;
|
|
20
|
+
search: any;
|
|
21
|
+
};
|
|
22
|
+
} | {
|
|
23
|
+
regex: {
|
|
24
|
+
value: string;
|
|
25
|
+
pattern: string;
|
|
26
|
+
flags?: string;
|
|
27
|
+
};
|
|
28
|
+
} | {
|
|
29
|
+
and: JsonCondition[];
|
|
30
|
+
} | {
|
|
31
|
+
or: JsonCondition[];
|
|
32
|
+
} | {
|
|
33
|
+
not: JsonCondition;
|
|
34
|
+
};
|
|
35
|
+
export interface Condition {
|
|
36
|
+
expr?: string;
|
|
37
|
+
json?: JsonCondition;
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* JSON 조건 평가 (순수 함수, 재귀)
|
|
41
|
+
*
|
|
42
|
+
* @example
|
|
43
|
+
* evaluateJsonCondition({ exists: 'steps.step1.result' }, context)
|
|
44
|
+
* evaluateJsonCondition({ equals: { left: 'vars.status', right: 'OK' } }, context)
|
|
45
|
+
* evaluateJsonCondition({ and: [{ exists: 'steps.a' }, { equals: { left: 'vars.b', right: 1 } }] }, context)
|
|
46
|
+
*/
|
|
47
|
+
export declare const evaluateJsonCondition: (condition: JsonCondition, context: ExecutionContext) => boolean;
|
|
48
|
+
/**
|
|
49
|
+
* Expression 문자열 평가 (순수 함수)
|
|
50
|
+
*
|
|
51
|
+
* @example
|
|
52
|
+
* evaluateExpression('steps.step1.result.data === "OK"', context)
|
|
53
|
+
* evaluateExpression('vars.count > 10', context)
|
|
54
|
+
*/
|
|
55
|
+
export declare const evaluateExpression: (expr: string, context: ExecutionContext) => boolean;
|
|
56
|
+
/**
|
|
57
|
+
* 통합 조건 평가 (순수 함수)
|
|
58
|
+
*
|
|
59
|
+
* JSON 조건과 Expression 조건을 모두 처리
|
|
60
|
+
* undefined인 경우 true 반환 (조건 없음 = 항상 실행)
|
|
61
|
+
*
|
|
62
|
+
* @example
|
|
63
|
+
* evaluateCondition(undefined, context) // -> true
|
|
64
|
+
* evaluateCondition({ exists: 'steps.step1' }, context)
|
|
65
|
+
* evaluateCondition({ expr: 'vars.count > 10' }, context)
|
|
66
|
+
* evaluateCondition({ json: { equals: { left: 'vars.status', right: 'OK' } } }, context)
|
|
67
|
+
*/
|
|
68
|
+
export declare const evaluateCondition: (condition: Condition | JsonCondition | undefined, context: ExecutionContext) => boolean;
|
|
69
|
+
//# sourceMappingURL=condition.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"condition.d.ts","sourceRoot":"","sources":["../../../../src/workflow/context/execution-context/condition.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAGhD;;GAEG;AACH,MAAM,MAAM,aAAa,GACrB;IAAE,MAAM,EAAE,MAAM,CAAA;CAAE,GAClB;IAAE,MAAM,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,GAAG,CAAA;KAAE,CAAA;CAAE,GACxC;IAAE,SAAS,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,GAAG,CAAA;KAAE,CAAA;CAAE,GAC3C;IAAE,QAAQ,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,MAAM,EAAE,GAAG,CAAA;KAAE,CAAA;CAAE,GAC5C;IAAE,KAAK,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAC;QAAC,KAAK,CAAC,EAAE,MAAM,CAAA;KAAE,CAAA;CAAE,GAC7D;IAAE,GAAG,EAAE,aAAa,EAAE,CAAA;CAAE,GACxB;IAAE,EAAE,EAAE,aAAa,EAAE,CAAA;CAAE,GACvB;IAAE,GAAG,EAAE,aAAa,CAAA;CAAE,CAAC;AAE3B,MAAM,WAAW,SAAS;IACxB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,aAAa,CAAC;CACtB;AAED;;;;;;;GAOG;AACH,eAAO,MAAM,qBAAqB,GAChC,WAAW,aAAa,EACxB,SAAS,gBAAgB,KACxB,OA0CF,CAAC;AAEF;;;;;;GAMG;AACH,eAAO,MAAM,kBAAkB,GAC7B,MAAM,MAAM,EACZ,SAAS,gBAAgB,KACxB,OAaF,CAAC;AAsBF;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,iBAAiB,GAC5B,WAAW,SAAS,GAAG,aAAa,GAAG,SAAS,EAChD,SAAS,gBAAgB,KACxB,OAoBF,CAAC"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import type { ExecutionContext } from './types';
|
|
2
|
+
import { type StepResult } from '../step-context';
|
|
3
|
+
/**
|
|
4
|
+
* 빈 ExecutionContext 생성
|
|
5
|
+
*/
|
|
6
|
+
export declare const createExecutionContext: () => ExecutionContext;
|
|
7
|
+
/**
|
|
8
|
+
* Step 결과 추가 (불변)
|
|
9
|
+
*/
|
|
10
|
+
export declare const setStepResultInContext: (context: ExecutionContext, stepId: string, result: StepResult) => ExecutionContext;
|
|
11
|
+
/**
|
|
12
|
+
* 단일 변수 설정 (불변)
|
|
13
|
+
*/
|
|
14
|
+
export declare const setVarInContext: (context: ExecutionContext, key: string, value: any) => ExecutionContext;
|
|
15
|
+
/**
|
|
16
|
+
* 여러 변수 설정 (불변)
|
|
17
|
+
*/
|
|
18
|
+
export declare const setVarsInContext: (context: ExecutionContext, vars: Record<string, any>) => ExecutionContext;
|
|
19
|
+
/**
|
|
20
|
+
* forEach context 진입 (불변)
|
|
21
|
+
*/
|
|
22
|
+
export declare const enterForEachInContext: (context: ExecutionContext, item: any, index: number, total: number) => ExecutionContext;
|
|
23
|
+
/**
|
|
24
|
+
* count loop context 진입 (불변)
|
|
25
|
+
*/
|
|
26
|
+
export declare const enterLoopInContext: (context: ExecutionContext, index: number, count: number) => ExecutionContext;
|
|
27
|
+
/**
|
|
28
|
+
* loop context 종료 (불변)
|
|
29
|
+
*/
|
|
30
|
+
export declare const exitLoopInContext: (context: ExecutionContext) => ExecutionContext;
|
|
31
|
+
/**
|
|
32
|
+
* ExecutionContext를 플레인 객체로 변환
|
|
33
|
+
* (resolver, binding, condition에서 사용하기 위함)
|
|
34
|
+
*/
|
|
35
|
+
export declare const toPlainObject: (context: ExecutionContext) => any;
|
|
36
|
+
//# sourceMappingURL=execution-context.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"execution-context.d.ts","sourceRoot":"","sources":["../../../../src/workflow/context/execution-context/execution-context.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAChD,OAAO,EAAoC,KAAK,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAIpF;;GAEG;AACH,eAAO,MAAM,sBAAsB,QAAO,gBAIxC,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,sBAAsB,GACjC,SAAS,gBAAgB,EACzB,QAAQ,MAAM,EACd,QAAQ,UAAU,KACjB,gBAGD,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,eAAe,GAC1B,SAAS,gBAAgB,EACzB,KAAK,MAAM,EACX,OAAO,GAAG,KACT,gBAGD,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,gBAAgB,GAC3B,SAAS,gBAAgB,EACzB,MAAM,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,KACxB,gBAGD,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,qBAAqB,GAChC,SAAS,gBAAgB,EACzB,MAAM,GAAG,EACT,OAAO,MAAM,EACb,OAAO,MAAM,KACZ,gBAGD,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,kBAAkB,GAC7B,SAAS,gBAAgB,EACzB,OAAO,MAAM,EACb,OAAO,MAAM,KACZ,gBAGD,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,iBAAiB,GAAI,SAAS,gBAAgB,KAAG,gBAG5D,CAAC;AAEH;;;GAGG;AACH,eAAO,MAAM,aAAa,GAAI,SAAS,gBAAgB,KAAG,GAKxD,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Execution Context Package
|
|
3
|
+
*
|
|
4
|
+
* StepContext, VarContext, LoopContext를 조합한 전체 실행 컨텍스트
|
|
5
|
+
*/
|
|
6
|
+
export type { ExecutionContext } from './types';
|
|
7
|
+
export type { StepContext, StepResult } from '../step-context';
|
|
8
|
+
export type { VarContext } from '../var-context';
|
|
9
|
+
export type { LoopContext, ForEachContext, CountLoopContext } from '../loop-context';
|
|
10
|
+
export type { Binding, BindingValue } from './binding';
|
|
11
|
+
export type { Condition, JsonCondition } from './condition';
|
|
12
|
+
export { createExecutionContext, setStepResultInContext, setVarInContext, setVarsInContext, enterForEachInContext, enterLoopInContext, exitLoopInContext, toPlainObject, } from './execution-context';
|
|
13
|
+
export { getByPath, resolveMultiplePaths, } from './resolver';
|
|
14
|
+
export { interpolate, resolveBinding, resolveBindings, } from './binding';
|
|
15
|
+
export { evaluateJsonCondition, evaluateExpression, evaluateCondition, } from './condition';
|
|
16
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/workflow/context/execution-context/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAKH,YAAY,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAChD,YAAY,EAAE,WAAW,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC/D,YAAY,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AACjD,YAAY,EAAE,WAAW,EAAE,cAAc,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AACrF,YAAY,EAAE,OAAO,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AACvD,YAAY,EAAE,SAAS,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAK5D,OAAO,EACL,sBAAsB,EACtB,sBAAsB,EACtB,eAAe,EACf,gBAAgB,EAChB,qBAAqB,EACrB,kBAAkB,EAClB,iBAAiB,EACjB,aAAa,GACd,MAAM,qBAAqB,CAAC;AAK7B,OAAO,EACL,SAAS,EACT,oBAAoB,GACrB,MAAM,YAAY,CAAC;AAKpB,OAAO,EACL,WAAW,EACX,cAAc,EACd,eAAe,GAChB,MAAM,WAAW,CAAC;AAKnB,OAAO,EACL,qBAAqB,EACrB,kBAAkB,EAClB,iBAAiB,GAClB,MAAM,aAAa,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { ExecutionContext } from './types';
|
|
2
|
+
/**
|
|
3
|
+
* 경로로 값 가져오기 (순수 함수)
|
|
4
|
+
*
|
|
5
|
+
* 각 서브 컨텍스트의 isXXXPath로 영역 판단 후 처리
|
|
6
|
+
*
|
|
7
|
+
* @example
|
|
8
|
+
* getByPath(context, 'steps.stepId.result.data')
|
|
9
|
+
* getByPath(context, 'vars.userId')
|
|
10
|
+
* getByPath(context, 'forEach.item.id')
|
|
11
|
+
* getByPath(context, 'loop.index')
|
|
12
|
+
*/
|
|
13
|
+
export declare const getByPath: (context: ExecutionContext, path: string) => any;
|
|
14
|
+
/**
|
|
15
|
+
* 여러 경로 한번에 해석 (순수 함수)
|
|
16
|
+
*/
|
|
17
|
+
export declare const resolveMultiplePaths: (context: ExecutionContext, paths: string[]) => any[];
|
|
18
|
+
//# sourceMappingURL=resolver.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"resolver.d.ts","sourceRoot":"","sources":["../../../../src/workflow/context/execution-context/resolver.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAKhD;;;;;;;;;;GAUG;AACH,eAAO,MAAM,SAAS,GACpB,SAAS,gBAAgB,EACzB,MAAM,MAAM,KACX,GAeF,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,oBAAoB,GAC/B,SAAS,gBAAgB,EACzB,OAAO,MAAM,EAAE,KACd,GAAG,EAAiD,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Execution Context Types
|
|
3
|
+
*
|
|
4
|
+
* StepContext, VarContext, LoopContext를 조합한 전체 실행 컨텍스트
|
|
5
|
+
*/
|
|
6
|
+
import type { StepContext } from '../step-context';
|
|
7
|
+
import type { VarContext } from '../var-context';
|
|
8
|
+
import type { LoopContext } from '../loop-context';
|
|
9
|
+
export interface ExecutionContext {
|
|
10
|
+
readonly stepContext: StepContext;
|
|
11
|
+
readonly varContext: VarContext;
|
|
12
|
+
readonly loopContext: LoopContext;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/workflow/context/execution-context/types.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AACnD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AACjD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAEnD,MAAM,WAAW,gBAAgB;IAC/B,QAAQ,CAAC,WAAW,EAAE,WAAW,CAAC;IAClC,QAAQ,CAAC,UAAU,EAAE,UAAU,CAAC;IAChC,QAAQ,CAAC,WAAW,EAAE,WAAW,CAAC;CACnC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Loop Context Package
|
|
3
|
+
*
|
|
4
|
+
* 워크플로우 실행 중 반복 상태 관리 (forEach, count loop)
|
|
5
|
+
*/
|
|
6
|
+
export type { LoopContext, ForEachContext, CountLoopContext, } from './types';
|
|
7
|
+
export { createLoopContext, enterForEach, enterLoop, exitLoop, isInForEach, isInLoop, } from './loop-context';
|
|
8
|
+
export { isLoopPath, getByLoopPath } from './resolver';
|
|
9
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/workflow/context/loop-context/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,YAAY,EACV,WAAW,EACX,cAAc,EACd,gBAAgB,GACjB,MAAM,SAAS,CAAC;AAEjB,OAAO,EACL,iBAAiB,EACjB,YAAY,EACZ,SAAS,EACT,QAAQ,EACR,WAAW,EACX,QAAQ,GACT,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAE,UAAU,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC"}
|