@dev-ecosystem/core 0.1.0 → 0.2.0
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.d.ts +2 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +5 -1
- package/dist/index.js.map +1 -1
- package/dist/schemas/index.d.ts +424 -4
- package/dist/schemas/index.d.ts.map +1 -1
- package/dist/schemas/index.js +1 -1
- package/dist/schemas/index.js.map +1 -1
- package/dist/schemas/workflow.schema.json +287 -0
- package/dist/schemas/workflow.schema.zod.d.ts +866 -2
- package/dist/schemas/workflow.schema.zod.d.ts.map +1 -1
- package/dist/schemas/workflow.schema.zod.js +249 -0
- package/dist/schemas/workflow.schema.zod.js.map +1 -1
- package/dist/types/adapter.types.d.ts +292 -0
- package/dist/types/adapter.types.d.ts.map +1 -1
- package/dist/types/adapter.types.js +213 -1
- package/dist/types/adapter.types.js.map +1 -1
- package/dist/types/global.types.d.ts +12 -0
- package/dist/types/global.types.d.ts.map +1 -1
- package/dist/types/global.types.js +14 -1
- package/dist/types/global.types.js.map +1 -1
- package/dist/types/workflow.enums.d.ts +275 -0
- package/dist/types/workflow.enums.d.ts.map +1 -0
- package/dist/types/workflow.enums.js +317 -0
- package/dist/types/workflow.enums.js.map +1 -0
- package/dist/types/{workflow.types.d.ts → workflow.interfaces.d.ts} +242 -152
- package/dist/types/workflow.interfaces.d.ts.map +1 -0
- package/dist/types/workflow.interfaces.js +19 -0
- package/dist/types/workflow.interfaces.js.map +1 -0
- package/dist/types/workflow.type.d.ts +141 -0
- package/dist/types/workflow.type.d.ts.map +1 -0
- package/dist/types/workflow.type.js +6 -0
- package/dist/types/workflow.type.js.map +1 -0
- package/package.json +13 -2
- package/dist/types/workflow.types.d.ts.map +0 -1
- package/dist/types/workflow.types.js +0 -90
- package/dist/types/workflow.types.js.map +0 -1
package/dist/index.d.ts
CHANGED
|
@@ -19,6 +19,7 @@ export * from './errors/mediaproc.errors.js';
|
|
|
19
19
|
export * from './errors/vaulta.errors.js';
|
|
20
20
|
export * from './errors/devforge.errors.js';
|
|
21
21
|
export * from './schemas/workflow.schema.zod.js';
|
|
22
|
-
export * from './types/workflow.
|
|
22
|
+
export * from './types/workflow.interfaces.js';
|
|
23
|
+
export * from './types/adapter.types.js';
|
|
23
24
|
export * from './schemas/index.js';
|
|
24
25
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAMH,cAAc,2BAA2B,CAAC;AAM1C,cAAc,wBAAwB,CAAC;AAMvC,cAAc,uBAAuB,CAAC;AAMtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,0BAA0B,CAAC;AACzC,cAAc,4BAA4B,CAAC;AAM3C,cAAc,0BAA0B,CAAC;AACzC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,6BAA6B,CAAC;AAM5C,cAAc,kCAAkC,CAAC;AAMjD,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAMH,cAAc,2BAA2B,CAAC;AAM1C,cAAc,wBAAwB,CAAC;AAMvC,cAAc,uBAAuB,CAAC;AAMtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,0BAA0B,CAAC;AACzC,cAAc,4BAA4B,CAAC;AAM3C,cAAc,0BAA0B,CAAC;AACzC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,6BAA6B,CAAC;AAM5C,cAAc,kCAAkC,CAAC;AAMjD,cAAc,gCAAgC,CAAC;AAM/C,cAAc,0BAA0B,CAAC;AAMzC,cAAc,oBAAoB,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -40,7 +40,11 @@ export * from './schemas/workflow.schema.zod.js';
|
|
|
40
40
|
// ============================================================================
|
|
41
41
|
// WORKFLOW TYPES - TypeScript Definitions
|
|
42
42
|
// ============================================================================
|
|
43
|
-
export * from './types/workflow.
|
|
43
|
+
export * from './types/workflow.interfaces.js';
|
|
44
|
+
// ============================================================================
|
|
45
|
+
// ADAPTER TYPES - TypeScript Definitions
|
|
46
|
+
// ============================================================================
|
|
47
|
+
export * from './types/adapter.types.js';
|
|
44
48
|
// ============================================================================
|
|
45
49
|
// SCHEMA UTILITIES
|
|
46
50
|
// ============================================================================
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,+EAA+E;AAC/E,aAAa;AACb,+EAA+E;AAE/E,cAAc,2BAA2B,CAAC;AAE1C,+EAA+E;AAC/E,yBAAyB;AACzB,+EAA+E;AAE/E,cAAc,wBAAwB,CAAC;AAEvC,+EAA+E;AAC/E,yBAAyB;AACzB,+EAA+E;AAE/E,cAAc,uBAAuB,CAAC;AAEtC,+EAA+E;AAC/E,+BAA+B;AAC/B,+EAA+E;AAE/E,cAAc,wBAAwB,CAAC;AACvC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,0BAA0B,CAAC;AACzC,cAAc,4BAA4B,CAAC;AAE3C,+EAA+E;AAC/E,iCAAiC;AACjC,+EAA+E;AAE/E,cAAc,0BAA0B,CAAC;AACzC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,6BAA6B,CAAC;AAE5C,+EAA+E;AAC/E,8CAA8C;AAC9C,+EAA+E;AAE/E,cAAc,kCAAkC,CAAC;AAEjD,+EAA+E;AAC/E,0CAA0C;AAC1C,+EAA+E;AAE/E,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,+EAA+E;AAC/E,aAAa;AACb,+EAA+E;AAE/E,cAAc,2BAA2B,CAAC;AAE1C,+EAA+E;AAC/E,yBAAyB;AACzB,+EAA+E;AAE/E,cAAc,wBAAwB,CAAC;AAEvC,+EAA+E;AAC/E,yBAAyB;AACzB,+EAA+E;AAE/E,cAAc,uBAAuB,CAAC;AAEtC,+EAA+E;AAC/E,+BAA+B;AAC/B,+EAA+E;AAE/E,cAAc,wBAAwB,CAAC;AACvC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,0BAA0B,CAAC;AACzC,cAAc,4BAA4B,CAAC;AAE3C,+EAA+E;AAC/E,iCAAiC;AACjC,+EAA+E;AAE/E,cAAc,0BAA0B,CAAC;AACzC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,6BAA6B,CAAC;AAE5C,+EAA+E;AAC/E,8CAA8C;AAC9C,+EAA+E;AAE/E,cAAc,kCAAkC,CAAC;AAEjD,+EAA+E;AAC/E,0CAA0C;AAC1C,+EAA+E;AAE/E,cAAc,gCAAgC,CAAC;AAE/C,+EAA+E;AAC/E,yCAAyC;AACzC,+EAA+E;AAE/E,cAAc,0BAA0B,CAAC;AAEzC,+EAA+E;AAC/E,mBAAmB;AACnB,+EAA+E;AAE/E,cAAc,oBAAoB,CAAC"}
|
package/dist/schemas/index.d.ts
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
*/
|
|
16
16
|
import { type WorkflowDefinitionZod } from './workflow.schema.zod.js';
|
|
17
17
|
export { OrbytWorkflowSchema, ValidatedOrbytWorkflowSchema, StepSchema, MetadataSchema, AnnotationsSchema, TriggerSchema, SecretsSchema, InputsSchema, InputDefinitionSchema, ContextSchema, DefaultsSchema, PoliciesSchema, PermissionsSchema, ResourcesSchema, RetryConfigSchema, WorkflowBodySchema, type WorkflowDefinitionZod as ZodWorkflowDefinition, type ValidatedWorkflowDefinition, type StepDefinition as ZodStepDefinition, type TriggerDefinition, type MetadataDefinition, type SecretsDefinition, type InputsDefinition, type InputDefinition, type ContextDefinition, type DefaultsDefinition, type PoliciesDefinition, type PermissionsDefinition, type ResourcesDefinition, type RetryConfig, } from './workflow.schema.zod.js';
|
|
18
|
-
export { WorkflowKind, TriggerType, FailurePolicy, BackoffStrategy, SandboxLevel, ExecutionEnvironment, type WorkflowDefinition, type WorkflowMetadata, type WorkflowAnnotations, type WorkflowTrigger, type ManualTrigger, type CronTrigger, type EventTrigger, type WebhookTrigger, type WorkflowSecrets, type WorkflowInputs, type WorkflowContext, type WorkflowDefaults, type WorkflowPolicies, type WorkflowPermissions, type WorkflowResources, type WorkflowBody, type WorkflowLifecycleHooks, type WorkflowStepDefinition, type StepOutputMapping, type StepCondition, type VariableReference, type ActionReference, type SecretReference, type InputType, type TimeoutSpec, type FilesystemPermissions, type NetworkPermissions, type V1Field, type FutureField, } from '../types/workflow.
|
|
18
|
+
export { WorkflowKind, TriggerType, FailurePolicy, BackoffStrategy, SandboxLevel, ExecutionEnvironment, type WorkflowDefinition, type WorkflowMetadata, type WorkflowAnnotations, type WorkflowTrigger, type ManualTrigger, type CronTrigger, type EventTrigger, type WebhookTrigger, type WorkflowSecrets, type WorkflowInputs, type WorkflowContext, type WorkflowDefaults, type WorkflowPolicies, type WorkflowPermissions, type WorkflowResources, type WorkflowBody, type WorkflowLifecycleHooks, type WorkflowStepDefinition, type StepOutputMapping, type StepCondition, type VariableReference, type ActionReference, type SecretReference, type InputType, type TimeoutSpec, type FilesystemPermissions, type NetworkPermissions, type V1Field, type FutureField, } from '../types/workflow.interfaces.js';
|
|
19
19
|
/**
|
|
20
20
|
* Validate a workflow definition against the Zod schema
|
|
21
21
|
*
|
|
@@ -35,7 +35,7 @@ export { WorkflowKind, TriggerType, FailurePolicy, BackoffStrategy, SandboxLevel
|
|
|
35
35
|
*/
|
|
36
36
|
export declare function validateWorkflow(workflow: unknown): {
|
|
37
37
|
version: string;
|
|
38
|
-
kind: "workflow" | "
|
|
38
|
+
kind: "workflow" | "automation" | "pipeline" | "job" | "playbook";
|
|
39
39
|
workflow: {
|
|
40
40
|
steps: {
|
|
41
41
|
id: string;
|
|
@@ -53,6 +53,60 @@ export declare function validateWorkflow(workflow: unknown): {
|
|
|
53
53
|
timeout?: string | undefined;
|
|
54
54
|
outputs?: Record<string, string> | undefined;
|
|
55
55
|
env?: Record<string, string> | undefined;
|
|
56
|
+
usage?: {
|
|
57
|
+
billable?: boolean | undefined;
|
|
58
|
+
unit?: string | undefined;
|
|
59
|
+
weight?: number | undefined;
|
|
60
|
+
} | undefined;
|
|
61
|
+
ref?: string | undefined;
|
|
62
|
+
requires?: {
|
|
63
|
+
[x: string]: unknown;
|
|
64
|
+
capabilities?: string[] | undefined;
|
|
65
|
+
} | undefined;
|
|
66
|
+
hints?: {
|
|
67
|
+
[x: string]: unknown;
|
|
68
|
+
cacheable?: boolean | undefined;
|
|
69
|
+
idempotent?: boolean | undefined;
|
|
70
|
+
heavy?: boolean | undefined;
|
|
71
|
+
cost?: string | undefined;
|
|
72
|
+
} | undefined;
|
|
73
|
+
contracts?: {
|
|
74
|
+
input?: {
|
|
75
|
+
schema?: string | undefined;
|
|
76
|
+
inline?: Record<string, any> | undefined;
|
|
77
|
+
} | undefined;
|
|
78
|
+
output?: {
|
|
79
|
+
schema?: string | undefined;
|
|
80
|
+
inline?: Record<string, any> | undefined;
|
|
81
|
+
} | undefined;
|
|
82
|
+
} | undefined;
|
|
83
|
+
profiles?: Record<string, {
|
|
84
|
+
[x: string]: unknown;
|
|
85
|
+
adapter?: string | undefined;
|
|
86
|
+
resources?: {
|
|
87
|
+
cpu?: string | number | undefined;
|
|
88
|
+
memory?: string | undefined;
|
|
89
|
+
disk?: string | undefined;
|
|
90
|
+
gpu?: string | number | undefined;
|
|
91
|
+
} | undefined;
|
|
92
|
+
}> | undefined;
|
|
93
|
+
onFailure?: {
|
|
94
|
+
action?: string | undefined;
|
|
95
|
+
notify?: {
|
|
96
|
+
[x: string]: unknown;
|
|
97
|
+
channel?: string | undefined;
|
|
98
|
+
} | undefined;
|
|
99
|
+
compensate?: string | undefined;
|
|
100
|
+
} | undefined;
|
|
101
|
+
telemetry?: {
|
|
102
|
+
trace?: boolean | "minimal" | "standard" | "off" | "detailed" | undefined;
|
|
103
|
+
metrics?: string | undefined;
|
|
104
|
+
logs?: string | undefined;
|
|
105
|
+
} | undefined;
|
|
106
|
+
rollback?: {
|
|
107
|
+
uses: string;
|
|
108
|
+
with?: Record<string, any> | undefined;
|
|
109
|
+
} | undefined;
|
|
56
110
|
}[];
|
|
57
111
|
};
|
|
58
112
|
metadata?: {
|
|
@@ -64,6 +118,8 @@ export declare function validateWorkflow(workflow: unknown): {
|
|
|
64
118
|
version?: string | undefined;
|
|
65
119
|
createdAt?: string | undefined;
|
|
66
120
|
updatedAt?: string | undefined;
|
|
121
|
+
v1?: boolean | undefined;
|
|
122
|
+
future?: boolean | undefined;
|
|
67
123
|
} | undefined;
|
|
68
124
|
annotations?: {
|
|
69
125
|
[x: string]: unknown;
|
|
@@ -141,6 +197,90 @@ export declare function validateWorkflow(workflow: unknown): {
|
|
|
141
197
|
failure?: any[] | undefined;
|
|
142
198
|
always?: any[] | undefined;
|
|
143
199
|
} | undefined;
|
|
200
|
+
usage?: {
|
|
201
|
+
track?: boolean | undefined;
|
|
202
|
+
scope?: string | undefined;
|
|
203
|
+
category?: string | undefined;
|
|
204
|
+
billable?: boolean | undefined;
|
|
205
|
+
product?: string | undefined;
|
|
206
|
+
tags?: string[] | undefined;
|
|
207
|
+
} | undefined;
|
|
208
|
+
strategy?: {
|
|
209
|
+
type?: string | undefined;
|
|
210
|
+
maxParallel?: number | undefined;
|
|
211
|
+
matrix?: Record<string, any[]> | undefined;
|
|
212
|
+
} | undefined;
|
|
213
|
+
profiles?: Record<string, {
|
|
214
|
+
[x: string]: unknown;
|
|
215
|
+
adapter?: string | undefined;
|
|
216
|
+
resources?: {
|
|
217
|
+
cpu?: string | number | undefined;
|
|
218
|
+
memory?: string | undefined;
|
|
219
|
+
disk?: string | undefined;
|
|
220
|
+
gpu?: string | number | undefined;
|
|
221
|
+
} | undefined;
|
|
222
|
+
}> | undefined;
|
|
223
|
+
compliance?: {
|
|
224
|
+
[x: string]: unknown;
|
|
225
|
+
data?: {
|
|
226
|
+
[x: string]: unknown;
|
|
227
|
+
pii?: boolean | undefined;
|
|
228
|
+
retention?: {
|
|
229
|
+
logs?: string | undefined;
|
|
230
|
+
outputs?: string | undefined;
|
|
231
|
+
} | undefined;
|
|
232
|
+
} | undefined;
|
|
233
|
+
} | undefined;
|
|
234
|
+
provenance?: {
|
|
235
|
+
[x: string]: unknown;
|
|
236
|
+
generatedBy?: string | undefined;
|
|
237
|
+
source?: {
|
|
238
|
+
repo?: string | undefined;
|
|
239
|
+
commit?: string | undefined;
|
|
240
|
+
branch?: string | undefined;
|
|
241
|
+
} | undefined;
|
|
242
|
+
generatedAt?: string | undefined;
|
|
243
|
+
} | undefined;
|
|
244
|
+
execution?: {
|
|
245
|
+
mode?: "local" | "docker" | "remote" | "distributed" | undefined;
|
|
246
|
+
isolation?: "process" | "container" | "vm" | undefined;
|
|
247
|
+
priority?: "low" | "high" | "normal" | undefined;
|
|
248
|
+
} | undefined;
|
|
249
|
+
outputsSchema?: Record<string, {
|
|
250
|
+
type: "string" | "number" | "boolean" | "object" | "array";
|
|
251
|
+
required?: boolean | undefined;
|
|
252
|
+
description?: string | undefined;
|
|
253
|
+
}> | undefined;
|
|
254
|
+
telemetry?: {
|
|
255
|
+
enabled?: boolean | undefined;
|
|
256
|
+
level?: "minimal" | "standard" | "verbose" | undefined;
|
|
257
|
+
redact?: string[] | undefined;
|
|
258
|
+
} | undefined;
|
|
259
|
+
accounting?: {
|
|
260
|
+
billable?: boolean | undefined;
|
|
261
|
+
unit?: "execution" | "step" | "minute" | undefined;
|
|
262
|
+
tags?: Record<string, string> | undefined;
|
|
263
|
+
} | undefined;
|
|
264
|
+
compatibility?: {
|
|
265
|
+
engine?: {
|
|
266
|
+
min?: string | undefined;
|
|
267
|
+
max?: string | undefined;
|
|
268
|
+
} | undefined;
|
|
269
|
+
adapters?: Record<string, string> | undefined;
|
|
270
|
+
} | undefined;
|
|
271
|
+
failurePolicy?: {
|
|
272
|
+
onStepFailure?: "abort" | "retry" | "isolate" | "skip" | "rollback" | undefined;
|
|
273
|
+
onTimeout?: "abort" | "retry" | "partial" | undefined;
|
|
274
|
+
} | undefined;
|
|
275
|
+
rollback?: {
|
|
276
|
+
enabled?: boolean | undefined;
|
|
277
|
+
strategy?: "custom" | "reverse" | undefined;
|
|
278
|
+
} | undefined;
|
|
279
|
+
governance?: {
|
|
280
|
+
[x: string]: unknown;
|
|
281
|
+
reviewers?: string[] | undefined;
|
|
282
|
+
approvalRequired?: boolean | undefined;
|
|
283
|
+
} | undefined;
|
|
144
284
|
};
|
|
145
285
|
/**
|
|
146
286
|
* Safely validate a workflow, returning success or error
|
|
@@ -160,7 +300,7 @@ export declare function validateWorkflow(workflow: unknown): {
|
|
|
160
300
|
*/
|
|
161
301
|
export declare function safeValidateWorkflow(workflow: unknown): import("zod").ZodSafeParseResult<{
|
|
162
302
|
version: string;
|
|
163
|
-
kind: "workflow" | "
|
|
303
|
+
kind: "workflow" | "automation" | "pipeline" | "job" | "playbook";
|
|
164
304
|
workflow: {
|
|
165
305
|
steps: {
|
|
166
306
|
id: string;
|
|
@@ -178,6 +318,60 @@ export declare function safeValidateWorkflow(workflow: unknown): import("zod").Z
|
|
|
178
318
|
timeout?: string | undefined;
|
|
179
319
|
outputs?: Record<string, string> | undefined;
|
|
180
320
|
env?: Record<string, string> | undefined;
|
|
321
|
+
usage?: {
|
|
322
|
+
billable?: boolean | undefined;
|
|
323
|
+
unit?: string | undefined;
|
|
324
|
+
weight?: number | undefined;
|
|
325
|
+
} | undefined;
|
|
326
|
+
ref?: string | undefined;
|
|
327
|
+
requires?: {
|
|
328
|
+
[x: string]: unknown;
|
|
329
|
+
capabilities?: string[] | undefined;
|
|
330
|
+
} | undefined;
|
|
331
|
+
hints?: {
|
|
332
|
+
[x: string]: unknown;
|
|
333
|
+
cacheable?: boolean | undefined;
|
|
334
|
+
idempotent?: boolean | undefined;
|
|
335
|
+
heavy?: boolean | undefined;
|
|
336
|
+
cost?: string | undefined;
|
|
337
|
+
} | undefined;
|
|
338
|
+
contracts?: {
|
|
339
|
+
input?: {
|
|
340
|
+
schema?: string | undefined;
|
|
341
|
+
inline?: Record<string, any> | undefined;
|
|
342
|
+
} | undefined;
|
|
343
|
+
output?: {
|
|
344
|
+
schema?: string | undefined;
|
|
345
|
+
inline?: Record<string, any> | undefined;
|
|
346
|
+
} | undefined;
|
|
347
|
+
} | undefined;
|
|
348
|
+
profiles?: Record<string, {
|
|
349
|
+
[x: string]: unknown;
|
|
350
|
+
adapter?: string | undefined;
|
|
351
|
+
resources?: {
|
|
352
|
+
cpu?: string | number | undefined;
|
|
353
|
+
memory?: string | undefined;
|
|
354
|
+
disk?: string | undefined;
|
|
355
|
+
gpu?: string | number | undefined;
|
|
356
|
+
} | undefined;
|
|
357
|
+
}> | undefined;
|
|
358
|
+
onFailure?: {
|
|
359
|
+
action?: string | undefined;
|
|
360
|
+
notify?: {
|
|
361
|
+
[x: string]: unknown;
|
|
362
|
+
channel?: string | undefined;
|
|
363
|
+
} | undefined;
|
|
364
|
+
compensate?: string | undefined;
|
|
365
|
+
} | undefined;
|
|
366
|
+
telemetry?: {
|
|
367
|
+
trace?: boolean | "minimal" | "standard" | "off" | "detailed" | undefined;
|
|
368
|
+
metrics?: string | undefined;
|
|
369
|
+
logs?: string | undefined;
|
|
370
|
+
} | undefined;
|
|
371
|
+
rollback?: {
|
|
372
|
+
uses: string;
|
|
373
|
+
with?: Record<string, any> | undefined;
|
|
374
|
+
} | undefined;
|
|
181
375
|
}[];
|
|
182
376
|
};
|
|
183
377
|
metadata?: {
|
|
@@ -189,6 +383,8 @@ export declare function safeValidateWorkflow(workflow: unknown): import("zod").Z
|
|
|
189
383
|
version?: string | undefined;
|
|
190
384
|
createdAt?: string | undefined;
|
|
191
385
|
updatedAt?: string | undefined;
|
|
386
|
+
v1?: boolean | undefined;
|
|
387
|
+
future?: boolean | undefined;
|
|
192
388
|
} | undefined;
|
|
193
389
|
annotations?: {
|
|
194
390
|
[x: string]: unknown;
|
|
@@ -266,6 +462,90 @@ export declare function safeValidateWorkflow(workflow: unknown): import("zod").Z
|
|
|
266
462
|
failure?: any[] | undefined;
|
|
267
463
|
always?: any[] | undefined;
|
|
268
464
|
} | undefined;
|
|
465
|
+
usage?: {
|
|
466
|
+
track?: boolean | undefined;
|
|
467
|
+
scope?: string | undefined;
|
|
468
|
+
category?: string | undefined;
|
|
469
|
+
billable?: boolean | undefined;
|
|
470
|
+
product?: string | undefined;
|
|
471
|
+
tags?: string[] | undefined;
|
|
472
|
+
} | undefined;
|
|
473
|
+
strategy?: {
|
|
474
|
+
type?: string | undefined;
|
|
475
|
+
maxParallel?: number | undefined;
|
|
476
|
+
matrix?: Record<string, any[]> | undefined;
|
|
477
|
+
} | undefined;
|
|
478
|
+
profiles?: Record<string, {
|
|
479
|
+
[x: string]: unknown;
|
|
480
|
+
adapter?: string | undefined;
|
|
481
|
+
resources?: {
|
|
482
|
+
cpu?: string | number | undefined;
|
|
483
|
+
memory?: string | undefined;
|
|
484
|
+
disk?: string | undefined;
|
|
485
|
+
gpu?: string | number | undefined;
|
|
486
|
+
} | undefined;
|
|
487
|
+
}> | undefined;
|
|
488
|
+
compliance?: {
|
|
489
|
+
[x: string]: unknown;
|
|
490
|
+
data?: {
|
|
491
|
+
[x: string]: unknown;
|
|
492
|
+
pii?: boolean | undefined;
|
|
493
|
+
retention?: {
|
|
494
|
+
logs?: string | undefined;
|
|
495
|
+
outputs?: string | undefined;
|
|
496
|
+
} | undefined;
|
|
497
|
+
} | undefined;
|
|
498
|
+
} | undefined;
|
|
499
|
+
provenance?: {
|
|
500
|
+
[x: string]: unknown;
|
|
501
|
+
generatedBy?: string | undefined;
|
|
502
|
+
source?: {
|
|
503
|
+
repo?: string | undefined;
|
|
504
|
+
commit?: string | undefined;
|
|
505
|
+
branch?: string | undefined;
|
|
506
|
+
} | undefined;
|
|
507
|
+
generatedAt?: string | undefined;
|
|
508
|
+
} | undefined;
|
|
509
|
+
execution?: {
|
|
510
|
+
mode?: "local" | "docker" | "remote" | "distributed" | undefined;
|
|
511
|
+
isolation?: "process" | "container" | "vm" | undefined;
|
|
512
|
+
priority?: "low" | "high" | "normal" | undefined;
|
|
513
|
+
} | undefined;
|
|
514
|
+
outputsSchema?: Record<string, {
|
|
515
|
+
type: "string" | "number" | "boolean" | "object" | "array";
|
|
516
|
+
required?: boolean | undefined;
|
|
517
|
+
description?: string | undefined;
|
|
518
|
+
}> | undefined;
|
|
519
|
+
telemetry?: {
|
|
520
|
+
enabled?: boolean | undefined;
|
|
521
|
+
level?: "minimal" | "standard" | "verbose" | undefined;
|
|
522
|
+
redact?: string[] | undefined;
|
|
523
|
+
} | undefined;
|
|
524
|
+
accounting?: {
|
|
525
|
+
billable?: boolean | undefined;
|
|
526
|
+
unit?: "execution" | "step" | "minute" | undefined;
|
|
527
|
+
tags?: Record<string, string> | undefined;
|
|
528
|
+
} | undefined;
|
|
529
|
+
compatibility?: {
|
|
530
|
+
engine?: {
|
|
531
|
+
min?: string | undefined;
|
|
532
|
+
max?: string | undefined;
|
|
533
|
+
} | undefined;
|
|
534
|
+
adapters?: Record<string, string> | undefined;
|
|
535
|
+
} | undefined;
|
|
536
|
+
failurePolicy?: {
|
|
537
|
+
onStepFailure?: "abort" | "retry" | "isolate" | "skip" | "rollback" | undefined;
|
|
538
|
+
onTimeout?: "abort" | "retry" | "partial" | undefined;
|
|
539
|
+
} | undefined;
|
|
540
|
+
rollback?: {
|
|
541
|
+
enabled?: boolean | undefined;
|
|
542
|
+
strategy?: "custom" | "reverse" | undefined;
|
|
543
|
+
} | undefined;
|
|
544
|
+
governance?: {
|
|
545
|
+
[x: string]: unknown;
|
|
546
|
+
reviewers?: string[] | undefined;
|
|
547
|
+
approvalRequired?: boolean | undefined;
|
|
548
|
+
} | undefined;
|
|
269
549
|
}>;
|
|
270
550
|
/**
|
|
271
551
|
* Validate just the structure (without refinements)
|
|
@@ -273,7 +553,7 @@ export declare function safeValidateWorkflow(workflow: unknown): import("zod").Z
|
|
|
273
553
|
*/
|
|
274
554
|
export declare function validateWorkflowStructure(workflow: unknown): {
|
|
275
555
|
version: string;
|
|
276
|
-
kind: "workflow" | "
|
|
556
|
+
kind: "workflow" | "automation" | "pipeline" | "job" | "playbook";
|
|
277
557
|
workflow: {
|
|
278
558
|
steps: {
|
|
279
559
|
id: string;
|
|
@@ -291,6 +571,60 @@ export declare function validateWorkflowStructure(workflow: unknown): {
|
|
|
291
571
|
timeout?: string | undefined;
|
|
292
572
|
outputs?: Record<string, string> | undefined;
|
|
293
573
|
env?: Record<string, string> | undefined;
|
|
574
|
+
usage?: {
|
|
575
|
+
billable?: boolean | undefined;
|
|
576
|
+
unit?: string | undefined;
|
|
577
|
+
weight?: number | undefined;
|
|
578
|
+
} | undefined;
|
|
579
|
+
ref?: string | undefined;
|
|
580
|
+
requires?: {
|
|
581
|
+
[x: string]: unknown;
|
|
582
|
+
capabilities?: string[] | undefined;
|
|
583
|
+
} | undefined;
|
|
584
|
+
hints?: {
|
|
585
|
+
[x: string]: unknown;
|
|
586
|
+
cacheable?: boolean | undefined;
|
|
587
|
+
idempotent?: boolean | undefined;
|
|
588
|
+
heavy?: boolean | undefined;
|
|
589
|
+
cost?: string | undefined;
|
|
590
|
+
} | undefined;
|
|
591
|
+
contracts?: {
|
|
592
|
+
input?: {
|
|
593
|
+
schema?: string | undefined;
|
|
594
|
+
inline?: Record<string, any> | undefined;
|
|
595
|
+
} | undefined;
|
|
596
|
+
output?: {
|
|
597
|
+
schema?: string | undefined;
|
|
598
|
+
inline?: Record<string, any> | undefined;
|
|
599
|
+
} | undefined;
|
|
600
|
+
} | undefined;
|
|
601
|
+
profiles?: Record<string, {
|
|
602
|
+
[x: string]: unknown;
|
|
603
|
+
adapter?: string | undefined;
|
|
604
|
+
resources?: {
|
|
605
|
+
cpu?: string | number | undefined;
|
|
606
|
+
memory?: string | undefined;
|
|
607
|
+
disk?: string | undefined;
|
|
608
|
+
gpu?: string | number | undefined;
|
|
609
|
+
} | undefined;
|
|
610
|
+
}> | undefined;
|
|
611
|
+
onFailure?: {
|
|
612
|
+
action?: string | undefined;
|
|
613
|
+
notify?: {
|
|
614
|
+
[x: string]: unknown;
|
|
615
|
+
channel?: string | undefined;
|
|
616
|
+
} | undefined;
|
|
617
|
+
compensate?: string | undefined;
|
|
618
|
+
} | undefined;
|
|
619
|
+
telemetry?: {
|
|
620
|
+
trace?: boolean | "minimal" | "standard" | "off" | "detailed" | undefined;
|
|
621
|
+
metrics?: string | undefined;
|
|
622
|
+
logs?: string | undefined;
|
|
623
|
+
} | undefined;
|
|
624
|
+
rollback?: {
|
|
625
|
+
uses: string;
|
|
626
|
+
with?: Record<string, any> | undefined;
|
|
627
|
+
} | undefined;
|
|
294
628
|
}[];
|
|
295
629
|
};
|
|
296
630
|
metadata?: {
|
|
@@ -302,6 +636,8 @@ export declare function validateWorkflowStructure(workflow: unknown): {
|
|
|
302
636
|
version?: string | undefined;
|
|
303
637
|
createdAt?: string | undefined;
|
|
304
638
|
updatedAt?: string | undefined;
|
|
639
|
+
v1?: boolean | undefined;
|
|
640
|
+
future?: boolean | undefined;
|
|
305
641
|
} | undefined;
|
|
306
642
|
annotations?: {
|
|
307
643
|
[x: string]: unknown;
|
|
@@ -379,6 +715,90 @@ export declare function validateWorkflowStructure(workflow: unknown): {
|
|
|
379
715
|
failure?: any[] | undefined;
|
|
380
716
|
always?: any[] | undefined;
|
|
381
717
|
} | undefined;
|
|
718
|
+
usage?: {
|
|
719
|
+
track?: boolean | undefined;
|
|
720
|
+
scope?: string | undefined;
|
|
721
|
+
category?: string | undefined;
|
|
722
|
+
billable?: boolean | undefined;
|
|
723
|
+
product?: string | undefined;
|
|
724
|
+
tags?: string[] | undefined;
|
|
725
|
+
} | undefined;
|
|
726
|
+
strategy?: {
|
|
727
|
+
type?: string | undefined;
|
|
728
|
+
maxParallel?: number | undefined;
|
|
729
|
+
matrix?: Record<string, any[]> | undefined;
|
|
730
|
+
} | undefined;
|
|
731
|
+
profiles?: Record<string, {
|
|
732
|
+
[x: string]: unknown;
|
|
733
|
+
adapter?: string | undefined;
|
|
734
|
+
resources?: {
|
|
735
|
+
cpu?: string | number | undefined;
|
|
736
|
+
memory?: string | undefined;
|
|
737
|
+
disk?: string | undefined;
|
|
738
|
+
gpu?: string | number | undefined;
|
|
739
|
+
} | undefined;
|
|
740
|
+
}> | undefined;
|
|
741
|
+
compliance?: {
|
|
742
|
+
[x: string]: unknown;
|
|
743
|
+
data?: {
|
|
744
|
+
[x: string]: unknown;
|
|
745
|
+
pii?: boolean | undefined;
|
|
746
|
+
retention?: {
|
|
747
|
+
logs?: string | undefined;
|
|
748
|
+
outputs?: string | undefined;
|
|
749
|
+
} | undefined;
|
|
750
|
+
} | undefined;
|
|
751
|
+
} | undefined;
|
|
752
|
+
provenance?: {
|
|
753
|
+
[x: string]: unknown;
|
|
754
|
+
generatedBy?: string | undefined;
|
|
755
|
+
source?: {
|
|
756
|
+
repo?: string | undefined;
|
|
757
|
+
commit?: string | undefined;
|
|
758
|
+
branch?: string | undefined;
|
|
759
|
+
} | undefined;
|
|
760
|
+
generatedAt?: string | undefined;
|
|
761
|
+
} | undefined;
|
|
762
|
+
execution?: {
|
|
763
|
+
mode?: "local" | "docker" | "remote" | "distributed" | undefined;
|
|
764
|
+
isolation?: "process" | "container" | "vm" | undefined;
|
|
765
|
+
priority?: "low" | "high" | "normal" | undefined;
|
|
766
|
+
} | undefined;
|
|
767
|
+
outputsSchema?: Record<string, {
|
|
768
|
+
type: "string" | "number" | "boolean" | "object" | "array";
|
|
769
|
+
required?: boolean | undefined;
|
|
770
|
+
description?: string | undefined;
|
|
771
|
+
}> | undefined;
|
|
772
|
+
telemetry?: {
|
|
773
|
+
enabled?: boolean | undefined;
|
|
774
|
+
level?: "minimal" | "standard" | "verbose" | undefined;
|
|
775
|
+
redact?: string[] | undefined;
|
|
776
|
+
} | undefined;
|
|
777
|
+
accounting?: {
|
|
778
|
+
billable?: boolean | undefined;
|
|
779
|
+
unit?: "execution" | "step" | "minute" | undefined;
|
|
780
|
+
tags?: Record<string, string> | undefined;
|
|
781
|
+
} | undefined;
|
|
782
|
+
compatibility?: {
|
|
783
|
+
engine?: {
|
|
784
|
+
min?: string | undefined;
|
|
785
|
+
max?: string | undefined;
|
|
786
|
+
} | undefined;
|
|
787
|
+
adapters?: Record<string, string> | undefined;
|
|
788
|
+
} | undefined;
|
|
789
|
+
failurePolicy?: {
|
|
790
|
+
onStepFailure?: "abort" | "retry" | "isolate" | "skip" | "rollback" | undefined;
|
|
791
|
+
onTimeout?: "abort" | "retry" | "partial" | undefined;
|
|
792
|
+
} | undefined;
|
|
793
|
+
rollback?: {
|
|
794
|
+
enabled?: boolean | undefined;
|
|
795
|
+
strategy?: "custom" | "reverse" | undefined;
|
|
796
|
+
} | undefined;
|
|
797
|
+
governance?: {
|
|
798
|
+
[x: string]: unknown;
|
|
799
|
+
reviewers?: string[] | undefined;
|
|
800
|
+
approvalRequired?: boolean | undefined;
|
|
801
|
+
} | undefined;
|
|
382
802
|
};
|
|
383
803
|
/**
|
|
384
804
|
* Check if an object matches the workflow shape without throwing
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/schemas/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAGL,KAAK,qBAAqB,EAC3B,MAAM,0BAA0B,CAAC;AAMlC,OAAO,EAEL,mBAAmB,EACnB,4BAA4B,EAG5B,UAAU,EACV,cAAc,EACd,iBAAiB,EACjB,aAAa,EACb,aAAa,EACb,YAAY,EACZ,qBAAqB,EACrB,aAAa,EACb,cAAc,EACd,cAAc,EACd,iBAAiB,EACjB,eAAe,EACf,iBAAiB,EACjB,kBAAkB,EAGlB,KAAK,qBAAqB,IAAI,qBAAqB,EACnD,KAAK,2BAA2B,EAChC,KAAK,cAAc,IAAI,iBAAiB,EACxC,KAAK,iBAAiB,EACtB,KAAK,kBAAkB,EACvB,KAAK,iBAAiB,EACtB,KAAK,gBAAgB,EACrB,KAAK,eAAe,EACpB,KAAK,iBAAiB,EACtB,KAAK,kBAAkB,EACvB,KAAK,kBAAkB,EACvB,KAAK,qBAAqB,EAC1B,KAAK,mBAAmB,EACxB,KAAK,WAAW,GACjB,MAAM,0BAA0B,CAAC;AAMlC,OAAO,EAEL,YAAY,EACZ,WAAW,EACX,aAAa,EACb,eAAe,EACf,YAAY,EACZ,oBAAoB,EAGpB,KAAK,kBAAkB,EACvB,KAAK,gBAAgB,EACrB,KAAK,mBAAmB,EACxB,KAAK,eAAe,EACpB,KAAK,aAAa,EAClB,KAAK,WAAW,EAChB,KAAK,YAAY,EACjB,KAAK,cAAc,EACnB,KAAK,eAAe,EACpB,KAAK,cAAc,EACnB,KAAK,eAAe,EACpB,KAAK,gBAAgB,EACrB,KAAK,gBAAgB,EACrB,KAAK,mBAAmB,EACxB,KAAK,iBAAiB,EACtB,KAAK,YAAY,EACjB,KAAK,sBAAsB,EAG3B,KAAK,sBAAsB,EAC3B,KAAK,iBAAiB,EACtB,KAAK,aAAa,EAGlB,KAAK,iBAAiB,EACtB,KAAK,eAAe,EACpB,KAAK,eAAe,EACpB,KAAK,SAAS,EACd,KAAK,WAAW,EAChB,KAAK,qBAAqB,EAC1B,KAAK,kBAAkB,EAGvB,KAAK,OAAO,EACZ,KAAK,WAAW,GACjB,MAAM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/schemas/index.ts"],"names":[],"mappings":"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"}
|
package/dist/schemas/index.js
CHANGED
|
@@ -27,7 +27,7 @@ StepSchema, MetadataSchema, AnnotationsSchema, TriggerSchema, SecretsSchema, Inp
|
|
|
27
27
|
// ============================================================================
|
|
28
28
|
export {
|
|
29
29
|
// Enums
|
|
30
|
-
WorkflowKind, TriggerType, FailurePolicy, BackoffStrategy, SandboxLevel, ExecutionEnvironment, } from '../types/workflow.
|
|
30
|
+
WorkflowKind, TriggerType, FailurePolicy, BackoffStrategy, SandboxLevel, ExecutionEnvironment, } from '../types/workflow.interfaces.js';
|
|
31
31
|
// ============================================================================
|
|
32
32
|
// VALIDATION HELPERS
|
|
33
33
|
// ============================================================================
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/schemas/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EACL,mBAAmB,EACnB,4BAA4B,GAE7B,MAAM,0BAA0B,CAAC;AAElC,+EAA+E;AAC/E,mCAAmC;AACnC,+EAA+E;AAE/E,OAAO;AACL,cAAc;AACd,mBAAmB,EACnB,4BAA4B;AAE5B,cAAc;AACd,UAAU,EACV,cAAc,EACd,iBAAiB,EACjB,aAAa,EACb,aAAa,EACb,YAAY,EACZ,qBAAqB,EACrB,aAAa,EACb,cAAc,EACd,cAAc,EACd,iBAAiB,EACjB,eAAe,EACf,iBAAiB,EACjB,kBAAkB,GAiBnB,MAAM,0BAA0B,CAAC;AAElC,+EAA+E;AAC/E,sCAAsC;AACtC,+EAA+E;AAE/E,OAAO;AACL,QAAQ;AACR,YAAY,EACZ,WAAW,EACX,aAAa,EACb,eAAe,EACf,YAAY,EACZ,oBAAoB,GAsCrB,MAAM,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/schemas/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EACL,mBAAmB,EACnB,4BAA4B,GAE7B,MAAM,0BAA0B,CAAC;AAElC,+EAA+E;AAC/E,mCAAmC;AACnC,+EAA+E;AAE/E,OAAO;AACL,cAAc;AACd,mBAAmB,EACnB,4BAA4B;AAE5B,cAAc;AACd,UAAU,EACV,cAAc,EACd,iBAAiB,EACjB,aAAa,EACb,aAAa,EACb,YAAY,EACZ,qBAAqB,EACrB,aAAa,EACb,cAAc,EACd,cAAc,EACd,iBAAiB,EACjB,eAAe,EACf,iBAAiB,EACjB,kBAAkB,GAiBnB,MAAM,0BAA0B,CAAC;AAElC,+EAA+E;AAC/E,sCAAsC;AACtC,+EAA+E;AAE/E,OAAO;AACL,QAAQ;AACR,YAAY,EACZ,WAAW,EACX,aAAa,EACb,eAAe,EACf,YAAY,EACZ,oBAAoB,GAsCrB,MAAM,iCAAiC,CAAC;AAEzC,+EAA+E;AAC/E,qBAAqB;AACrB,+EAA+E;AAE/E;;;;;;;;;;;;;;;;GAgBG;AACH,MAAM,UAAU,gBAAgB,CAAC,QAAiB;IAChD,OAAO,4BAA4B,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC;AACtD,CAAC;AAED;;;;;;;;;;;;;;;GAeG;AACH,MAAM,UAAU,oBAAoB,CAAC,QAAiB;IACpD,OAAO,4BAA4B,CAAC,SAAS,CAAC,QAAQ,CAAC,CAAC;AAC1D,CAAC;AAED;;;GAGG;AACH,MAAM,UAAU,yBAAyB,CAAC,QAAiB;IACzD,OAAO,mBAAmB,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC;AAC7C,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,oBAAoB,CAAC,GAAY;IAC/C,OAAO,mBAAmB,CAAC,SAAS,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC;AACpD,CAAC;AAED,+EAA+E;AAC/E,mBAAmB;AACnB,+EAA+E;AAE/E;;;;;;;GAOG;AACH,MAAM,CAAC,MAAM,yBAAyB,GAAG,IAAI,GAAG,CAAC,wBAAwB,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,QAAQ,CAAC;AAErG;;;GAGG;AACH,MAAM,CAAC,KAAK,UAAU,qBAAqB;IACzC,MAAM,EAAE,GAAG,MAAM,MAAM,CAAC,aAAa,CAAC,CAAC;IACvC,MAAM,OAAO,GAAG,MAAM,EAAE,CAAC,QAAQ,CAAC,yBAAyB,EAAE,OAAO,CAAC,CAAC;IACtE,OAAO,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;AAC7B,CAAC"}
|