@requence/task 1.0.0-alpha.21 → 1.0.0-alpha.23

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.
Files changed (71) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/build/{chunk-xdx5gf9h.js → chunk-y4v98p2s.js} +20 -5
  3. package/build/{chunk-xdx5gf9h.js.map → chunk-y4v98p2s.js.map} +2 -2
  4. package/build/cli.js +643 -137
  5. package/build/cli.js.map +27 -16
  6. package/build/index.js +194 -236
  7. package/build/index.js.map +12 -13
  8. package/build/types/helpers/src/files/fileObject.d.ts +2 -12
  9. package/build/types/helpers/src/files/fileObject.d.ts.map +1 -1
  10. package/build/types/helpers/src/files/mapOutput.d.ts +1 -1
  11. package/build/types/helpers/src/files/mapOutput.d.ts.map +1 -1
  12. package/build/types/helpers/src/files/streamObject.d.ts +2 -10
  13. package/build/types/helpers/src/files/streamObject.d.ts.map +1 -1
  14. package/build/types/helpers/src/index.d.ts +1 -0
  15. package/build/types/helpers/src/index.d.ts.map +1 -1
  16. package/build/types/helpers/src/jsonschema/validate.d.ts +1 -0
  17. package/build/types/helpers/src/jsonschema/validate.d.ts.map +1 -1
  18. package/build/types/helpers/src/jsonschema/zod.d.ts +4 -12
  19. package/build/types/helpers/src/jsonschema/zod.d.ts.map +1 -1
  20. package/build/types/helpers/src/protocol/NodeTree.d.ts +504 -0
  21. package/build/types/helpers/src/protocol/NodeTree.d.ts.map +1 -0
  22. package/build/types/helpers/src/protocol/NodesError.d.ts +5 -0
  23. package/build/types/helpers/src/protocol/NodesError.d.ts.map +1 -0
  24. package/build/types/helpers/src/protocol/command.d.ts +373 -1954
  25. package/build/types/helpers/src/protocol/command.d.ts.map +1 -1
  26. package/build/types/helpers/src/protocol/index.d.ts +5 -7
  27. package/build/types/helpers/src/protocol/index.d.ts.map +1 -1
  28. package/build/types/helpers/src/protocol/nodeOptions.d.ts +16 -0
  29. package/build/types/helpers/src/protocol/nodeOptions.d.ts.map +1 -0
  30. package/build/types/helpers/src/protocol/nodeType.d.ts +283 -0
  31. package/build/types/helpers/src/protocol/nodeType.d.ts.map +1 -0
  32. package/build/types/helpers/src/protocol/targetNodes.d.ts +253 -0
  33. package/build/types/helpers/src/protocol/targetNodes.d.ts.map +1 -0
  34. package/build/types/helpers/src/protocol/treeNodes.d.ts +606 -0
  35. package/build/types/helpers/src/protocol/treeNodes.d.ts.map +1 -0
  36. package/build/types/helpers/src/protocol/update.d.ts +182 -17892
  37. package/build/types/helpers/src/protocol/update.d.ts.map +1 -1
  38. package/build/types/helpers/src/utils/mapData.d.ts +4 -0
  39. package/build/types/helpers/src/utils/mapData.d.ts.map +1 -1
  40. package/build/types/helpers/src/utils/matchSchema.d.ts +1 -1
  41. package/build/types/helpers/src/utils/matchSchema.d.ts.map +1 -1
  42. package/build/types/helpers/src/utils/resolveRequenceTypes.d.ts +2 -0
  43. package/build/types/helpers/src/utils/resolveRequenceTypes.d.ts.map +1 -0
  44. package/build/types/helpers/src/utils/types.d.ts +4 -0
  45. package/build/types/helpers/src/utils/types.d.ts.map +1 -0
  46. package/build/types/task/src/createTask.d.ts.map +1 -1
  47. package/build/types/task/src/types.d.ts +126 -5115
  48. package/build/types/task/src/types.d.ts.map +1 -1
  49. package/build/types/task/src/watchTasks.d.ts +3 -1
  50. package/build/types/task/src/watchTasks.d.ts.map +1 -1
  51. package/package.json +2 -2
  52. package/build/types/helpers/src/context/context.d.ts +0 -156
  53. package/build/types/helpers/src/context/context.d.ts.map +0 -1
  54. package/build/types/helpers/src/context/index.d.ts +0 -2
  55. package/build/types/helpers/src/context/index.d.ts.map +0 -1
  56. package/build/types/helpers/src/protocol/createNodeMaps.d.ts +0 -10
  57. package/build/types/helpers/src/protocol/createNodeMaps.d.ts.map +0 -1
  58. package/build/types/helpers/src/protocol/getCycles.d.ts +0 -3
  59. package/build/types/helpers/src/protocol/getCycles.d.ts.map +0 -1
  60. package/build/types/helpers/src/protocol/getNodeOutputs.d.ts +0 -4
  61. package/build/types/helpers/src/protocol/getNodeOutputs.d.ts.map +0 -1
  62. package/build/types/helpers/src/protocol/getPossiblePaths.d.ts +0 -9
  63. package/build/types/helpers/src/protocol/getPossiblePaths.d.ts.map +0 -1
  64. package/build/types/helpers/src/protocol/identifyNode.d.ts +0 -4
  65. package/build/types/helpers/src/protocol/identifyNode.d.ts.map +0 -1
  66. package/build/types/helpers/src/protocol/node.d.ts +0 -1014
  67. package/build/types/helpers/src/protocol/node.d.ts.map +0 -1
  68. package/build/types/helpers/src/protocol/nodes.d.ts +0 -801
  69. package/build/types/helpers/src/protocol/nodes.d.ts.map +0 -1
  70. package/build/types/task/src/utils/mapOutput.d.ts +0 -2
  71. package/build/types/task/src/utils/mapOutput.d.ts.map +0 -1
@@ -0,0 +1,504 @@
1
+ import { ERROR, type TreeEdge, type TreeNode } from './nodeType.ts';
2
+ export type OutputName = string | null | typeof ERROR;
3
+ type ExtendedTreeEdge = TreeEdge & {
4
+ traversed: number;
5
+ data?: string;
6
+ };
7
+ interface NodeTreeOptions {
8
+ nodes: TreeNode[];
9
+ edges: TreeEdge[] | ExtendedTreeEdge[];
10
+ data?: Map<string, unknown>;
11
+ }
12
+ export declare class NodeTree {
13
+ private nodes;
14
+ private edges;
15
+ private data;
16
+ readonly cycles: {
17
+ node: TreeNode;
18
+ name: OutputName;
19
+ }[][];
20
+ readonly entryNode: Extract<TreeNode, {
21
+ type: 'entry';
22
+ }>;
23
+ constructor({ nodes, edges, data }: NodeTreeOptions);
24
+ pack(): (({
25
+ id: string;
26
+ type: "exit";
27
+ alias?: string | undefined;
28
+ } | {
29
+ id: string;
30
+ type: "entry";
31
+ inputSchema: import("json-schema").JSONSchema7;
32
+ outputs: {
33
+ name: string | typeof ERROR | null;
34
+ schema: import("json-schema").JSONSchema7 | null;
35
+ }[];
36
+ alias?: string | undefined;
37
+ } | {
38
+ id: string;
39
+ type: "service";
40
+ inputSchema: ({
41
+ type: "object";
42
+ } & import("json-schema").JSONSchema7) | {
43
+ type: "null";
44
+ };
45
+ name: string;
46
+ version: string;
47
+ configurationSchema: import("json-schema").JSONSchema7;
48
+ outputs: {
49
+ name: string | typeof ERROR | null;
50
+ schema: import("json-schema").JSONSchema7 | null;
51
+ }[];
52
+ alias?: string | undefined;
53
+ configuration?: any;
54
+ ttl?: number | undefined;
55
+ retry?: number | undefined;
56
+ retryDelay?: number | undefined;
57
+ } | {
58
+ id: string;
59
+ type: "logic";
60
+ script: string;
61
+ concurrency: boolean;
62
+ language: "javascript" | "python" | "typescript";
63
+ maxExecutionTime: number;
64
+ outputs: {
65
+ name: string | typeof ERROR | null;
66
+ schema: import("json-schema").JSONSchema7 | null;
67
+ }[];
68
+ alias?: string | undefined;
69
+ } | {
70
+ id: string;
71
+ type: "or";
72
+ outputs: {
73
+ name: string | typeof ERROR | null;
74
+ schema: import("json-schema").JSONSchema7 | null;
75
+ }[];
76
+ alias?: string | undefined;
77
+ } | {
78
+ id: string;
79
+ type: "reference";
80
+ reference: string;
81
+ outputs: {
82
+ name: string | typeof ERROR | null;
83
+ schema: import("json-schema").JSONSchema7 | null;
84
+ }[];
85
+ alias?: string | undefined;
86
+ configuration?: any;
87
+ })[] | ExtendedTreeEdge[] | Map<string, unknown>)[];
88
+ static get ERROR(): typeof ERROR;
89
+ getPossiblePathsTo(nodeId: string, allowMultipleOutputs?: boolean): {
90
+ node: {
91
+ id: string;
92
+ type: "exit";
93
+ alias?: string | undefined;
94
+ } | {
95
+ id: string;
96
+ type: "entry";
97
+ inputSchema: import("json-schema").JSONSchema7;
98
+ outputs: {
99
+ name: string | typeof ERROR | null;
100
+ schema: import("json-schema").JSONSchema7 | null;
101
+ }[];
102
+ alias?: string | undefined;
103
+ } | {
104
+ id: string;
105
+ type: "service";
106
+ inputSchema: ({
107
+ type: "object";
108
+ } & import("json-schema").JSONSchema7) | {
109
+ type: "null";
110
+ };
111
+ name: string;
112
+ version: string;
113
+ configurationSchema: import("json-schema").JSONSchema7;
114
+ outputs: {
115
+ name: string | typeof ERROR | null;
116
+ schema: import("json-schema").JSONSchema7 | null;
117
+ }[];
118
+ alias?: string | undefined;
119
+ configuration?: any;
120
+ ttl?: number | undefined;
121
+ retry?: number | undefined;
122
+ retryDelay?: number | undefined;
123
+ } | {
124
+ id: string;
125
+ type: "logic";
126
+ script: string;
127
+ concurrency: boolean;
128
+ language: "javascript" | "python" | "typescript";
129
+ maxExecutionTime: number;
130
+ outputs: {
131
+ name: string | typeof ERROR | null;
132
+ schema: import("json-schema").JSONSchema7 | null;
133
+ }[];
134
+ alias?: string | undefined;
135
+ } | {
136
+ id: string;
137
+ type: "or";
138
+ outputs: {
139
+ name: string | typeof ERROR | null;
140
+ schema: import("json-schema").JSONSchema7 | null;
141
+ }[];
142
+ alias?: string | undefined;
143
+ } | {
144
+ id: string;
145
+ type: "reference";
146
+ reference: string;
147
+ outputs: {
148
+ name: string | typeof ERROR | null;
149
+ schema: import("json-schema").JSONSchema7 | null;
150
+ }[];
151
+ alias?: string | undefined;
152
+ configuration?: any;
153
+ };
154
+ name: OutputName;
155
+ }[][];
156
+ getNodes(condition?: (node: TreeNode) => boolean): ({
157
+ id: string;
158
+ type: "exit";
159
+ alias?: string | undefined;
160
+ } | {
161
+ id: string;
162
+ type: "entry";
163
+ inputSchema: import("json-schema").JSONSchema7;
164
+ outputs: {
165
+ name: string | typeof ERROR | null;
166
+ schema: import("json-schema").JSONSchema7 | null;
167
+ }[];
168
+ alias?: string | undefined;
169
+ } | {
170
+ id: string;
171
+ type: "service";
172
+ inputSchema: ({
173
+ type: "object";
174
+ } & import("json-schema").JSONSchema7) | {
175
+ type: "null";
176
+ };
177
+ name: string;
178
+ version: string;
179
+ configurationSchema: import("json-schema").JSONSchema7;
180
+ outputs: {
181
+ name: string | typeof ERROR | null;
182
+ schema: import("json-schema").JSONSchema7 | null;
183
+ }[];
184
+ alias?: string | undefined;
185
+ configuration?: any;
186
+ ttl?: number | undefined;
187
+ retry?: number | undefined;
188
+ retryDelay?: number | undefined;
189
+ } | {
190
+ id: string;
191
+ type: "logic";
192
+ script: string;
193
+ concurrency: boolean;
194
+ language: "javascript" | "python" | "typescript";
195
+ maxExecutionTime: number;
196
+ outputs: {
197
+ name: string | typeof ERROR | null;
198
+ schema: import("json-schema").JSONSchema7 | null;
199
+ }[];
200
+ alias?: string | undefined;
201
+ } | {
202
+ id: string;
203
+ type: "or";
204
+ outputs: {
205
+ name: string | typeof ERROR | null;
206
+ schema: import("json-schema").JSONSchema7 | null;
207
+ }[];
208
+ alias?: string | undefined;
209
+ } | {
210
+ id: string;
211
+ type: "reference";
212
+ reference: string;
213
+ outputs: {
214
+ name: string | typeof ERROR | null;
215
+ schema: import("json-schema").JSONSchema7 | null;
216
+ }[];
217
+ alias?: string | undefined;
218
+ configuration?: any;
219
+ })[];
220
+ getNode(condition: (node: TreeNode) => boolean): TreeNode | undefined;
221
+ getChildren(nodeId: string, outputName: OutputName): ({
222
+ id: string;
223
+ type: "exit";
224
+ alias?: string | undefined;
225
+ } | {
226
+ id: string;
227
+ type: "entry";
228
+ inputSchema: import("json-schema").JSONSchema7;
229
+ outputs: {
230
+ name: string | typeof ERROR | null;
231
+ schema: import("json-schema").JSONSchema7 | null;
232
+ }[];
233
+ alias?: string | undefined;
234
+ } | {
235
+ id: string;
236
+ type: "service";
237
+ inputSchema: ({
238
+ type: "object";
239
+ } & import("json-schema").JSONSchema7) | {
240
+ type: "null";
241
+ };
242
+ name: string;
243
+ version: string;
244
+ configurationSchema: import("json-schema").JSONSchema7;
245
+ outputs: {
246
+ name: string | typeof ERROR | null;
247
+ schema: import("json-schema").JSONSchema7 | null;
248
+ }[];
249
+ alias?: string | undefined;
250
+ configuration?: any;
251
+ ttl?: number | undefined;
252
+ retry?: number | undefined;
253
+ retryDelay?: number | undefined;
254
+ } | {
255
+ id: string;
256
+ type: "logic";
257
+ script: string;
258
+ concurrency: boolean;
259
+ language: "javascript" | "python" | "typescript";
260
+ maxExecutionTime: number;
261
+ outputs: {
262
+ name: string | typeof ERROR | null;
263
+ schema: import("json-schema").JSONSchema7 | null;
264
+ }[];
265
+ alias?: string | undefined;
266
+ } | {
267
+ id: string;
268
+ type: "or";
269
+ outputs: {
270
+ name: string | typeof ERROR | null;
271
+ schema: import("json-schema").JSONSchema7 | null;
272
+ }[];
273
+ alias?: string | undefined;
274
+ } | {
275
+ id: string;
276
+ type: "reference";
277
+ reference: string;
278
+ outputs: {
279
+ name: string | typeof ERROR | null;
280
+ schema: import("json-schema").JSONSchema7 | null;
281
+ }[];
282
+ alias?: string | undefined;
283
+ configuration?: any;
284
+ })[];
285
+ getParents(nodeId: string): ({
286
+ id: string;
287
+ type: "exit";
288
+ alias?: string | undefined;
289
+ } | {
290
+ id: string;
291
+ type: "entry";
292
+ inputSchema: import("json-schema").JSONSchema7;
293
+ outputs: {
294
+ name: string | typeof ERROR | null;
295
+ schema: import("json-schema").JSONSchema7 | null;
296
+ }[];
297
+ alias?: string | undefined;
298
+ } | {
299
+ id: string;
300
+ type: "service";
301
+ inputSchema: ({
302
+ type: "object";
303
+ } & import("json-schema").JSONSchema7) | {
304
+ type: "null";
305
+ };
306
+ name: string;
307
+ version: string;
308
+ configurationSchema: import("json-schema").JSONSchema7;
309
+ outputs: {
310
+ name: string | typeof ERROR | null;
311
+ schema: import("json-schema").JSONSchema7 | null;
312
+ }[];
313
+ alias?: string | undefined;
314
+ configuration?: any;
315
+ ttl?: number | undefined;
316
+ retry?: number | undefined;
317
+ retryDelay?: number | undefined;
318
+ } | {
319
+ id: string;
320
+ type: "logic";
321
+ script: string;
322
+ concurrency: boolean;
323
+ language: "javascript" | "python" | "typescript";
324
+ maxExecutionTime: number;
325
+ outputs: {
326
+ name: string | typeof ERROR | null;
327
+ schema: import("json-schema").JSONSchema7 | null;
328
+ }[];
329
+ alias?: string | undefined;
330
+ } | {
331
+ id: string;
332
+ type: "or";
333
+ outputs: {
334
+ name: string | typeof ERROR | null;
335
+ schema: import("json-schema").JSONSchema7 | null;
336
+ }[];
337
+ alias?: string | undefined;
338
+ } | {
339
+ id: string;
340
+ type: "reference";
341
+ reference: string;
342
+ outputs: {
343
+ name: string | typeof ERROR | null;
344
+ schema: import("json-schema").JSONSchema7 | null;
345
+ }[];
346
+ alias?: string | undefined;
347
+ configuration?: any;
348
+ })[];
349
+ getAllParents(nodeId: string): ({
350
+ id: string;
351
+ type: "exit";
352
+ alias?: string | undefined;
353
+ } | {
354
+ id: string;
355
+ type: "entry";
356
+ inputSchema: import("json-schema").JSONSchema7;
357
+ outputs: {
358
+ name: string | typeof ERROR | null;
359
+ schema: import("json-schema").JSONSchema7 | null;
360
+ }[];
361
+ alias?: string | undefined;
362
+ } | {
363
+ id: string;
364
+ type: "service";
365
+ inputSchema: ({
366
+ type: "object";
367
+ } & import("json-schema").JSONSchema7) | {
368
+ type: "null";
369
+ };
370
+ name: string;
371
+ version: string;
372
+ configurationSchema: import("json-schema").JSONSchema7;
373
+ outputs: {
374
+ name: string | typeof ERROR | null;
375
+ schema: import("json-schema").JSONSchema7 | null;
376
+ }[];
377
+ alias?: string | undefined;
378
+ configuration?: any;
379
+ ttl?: number | undefined;
380
+ retry?: number | undefined;
381
+ retryDelay?: number | undefined;
382
+ } | {
383
+ id: string;
384
+ type: "logic";
385
+ script: string;
386
+ concurrency: boolean;
387
+ language: "javascript" | "python" | "typescript";
388
+ maxExecutionTime: number;
389
+ outputs: {
390
+ name: string | typeof ERROR | null;
391
+ schema: import("json-schema").JSONSchema7 | null;
392
+ }[];
393
+ alias?: string | undefined;
394
+ } | {
395
+ id: string;
396
+ type: "or";
397
+ outputs: {
398
+ name: string | typeof ERROR | null;
399
+ schema: import("json-schema").JSONSchema7 | null;
400
+ }[];
401
+ alias?: string | undefined;
402
+ } | {
403
+ id: string;
404
+ type: "reference";
405
+ reference: string;
406
+ outputs: {
407
+ name: string | typeof ERROR | null;
408
+ schema: import("json-schema").JSONSchema7 | null;
409
+ }[];
410
+ alias?: string | undefined;
411
+ configuration?: any;
412
+ })[];
413
+ /**
414
+ * normally a node is "reached" when all incoming edges are traversed with the following exceptions:
415
+ *
416
+ * when the incoming edge belongs to a service that is part of a loop where the questioned node is also part of,
417
+ * this incoming edge is considered traversed
418
+ *
419
+ * or nodes are "reaced" when at least one incoming edge is traversed
420
+ *
421
+ * the entry node is "reached" by default
422
+ */
423
+ isReached(nodeId: string): boolean;
424
+ getParentsWithEdgeHandle(nodeId: string): {
425
+ node: {
426
+ id: string;
427
+ type: "exit";
428
+ alias?: string | undefined;
429
+ } | {
430
+ id: string;
431
+ type: "entry";
432
+ inputSchema: import("json-schema").JSONSchema7;
433
+ outputs: {
434
+ name: string | typeof ERROR | null;
435
+ schema: import("json-schema").JSONSchema7 | null;
436
+ }[];
437
+ alias?: string | undefined;
438
+ } | {
439
+ id: string;
440
+ type: "service";
441
+ inputSchema: ({
442
+ type: "object";
443
+ } & import("json-schema").JSONSchema7) | {
444
+ type: "null";
445
+ };
446
+ name: string;
447
+ version: string;
448
+ configurationSchema: import("json-schema").JSONSchema7;
449
+ outputs: {
450
+ name: string | typeof ERROR | null;
451
+ schema: import("json-schema").JSONSchema7 | null;
452
+ }[];
453
+ alias?: string | undefined;
454
+ configuration?: any;
455
+ ttl?: number | undefined;
456
+ retry?: number | undefined;
457
+ retryDelay?: number | undefined;
458
+ } | {
459
+ id: string;
460
+ type: "logic";
461
+ script: string;
462
+ concurrency: boolean;
463
+ language: "javascript" | "python" | "typescript";
464
+ maxExecutionTime: number;
465
+ outputs: {
466
+ name: string | typeof ERROR | null;
467
+ schema: import("json-schema").JSONSchema7 | null;
468
+ }[];
469
+ alias?: string | undefined;
470
+ } | {
471
+ id: string;
472
+ type: "or";
473
+ outputs: {
474
+ name: string | typeof ERROR | null;
475
+ schema: import("json-schema").JSONSchema7 | null;
476
+ }[];
477
+ alias?: string | undefined;
478
+ } | {
479
+ id: string;
480
+ type: "reference";
481
+ reference: string;
482
+ outputs: {
483
+ name: string | typeof ERROR | null;
484
+ schema: import("json-schema").JSONSchema7 | null;
485
+ }[];
486
+ alias?: string | undefined;
487
+ configuration?: any;
488
+ };
489
+ handle: OutputName;
490
+ }[];
491
+ getTriggers(nodeId: string): string[];
492
+ traverse(nodeId: string, outputName: OutputName): void;
493
+ traverseWithData(nodeId: string, outputName: OutputName, data: unknown): void;
494
+ disconnect(sourceNodeId: string, sourceNodeOutputName: OutputName, targetNodeId: string): void;
495
+ getData(nodeId: string, outputName: OutputName): unknown;
496
+ traversed(nodeId: string): boolean;
497
+ getAllData(): Map<string, Map<OutputName, unknown>>;
498
+ getAggregatedDataByNode(targetNodeId: string): Record<string, unknown>;
499
+ getAggregatedData(targetNodeId: string): Record<string, unknown>;
500
+ reset(): void;
501
+ gc(): void;
502
+ }
503
+ export {};
504
+ //# sourceMappingURL=NodeTree.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NodeTree.d.ts","sourceRoot":"","sources":["../../../../../../helpers/src/protocol/NodeTree.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,5 @@
1
+ import { z } from 'zod/v4';
2
+ export declare class NodesError extends z.ZodError {
3
+ constructor(message: string, params?: Record<string, any>, path?: Array<string | number>, input?: unknown);
4
+ }
5
+ //# sourceMappingURL=NodesError.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NodesError.d.ts","sourceRoot":"","sources":["../../../../../../helpers/src/protocol/NodesError.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAA;AAE1B,qBAAa,UAAW,SAAQ,CAAC,CAAC,QAAQ;gBAEtC,OAAO,EAAE,MAAM,EACf,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAC5B,IAAI,GAAE,KAAK,CAAC,MAAM,GAAG,MAAM,CAAM,EACjC,KAAK,CAAC,EAAE,OAAO;CAYlB"}