@wave-av/workflow-sdk 1.0.4 → 1.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/types.d.mts +8 -8
- package/dist/types.d.ts +8 -8
- package/package.json +2 -2
package/dist/types.d.mts
CHANGED
|
@@ -325,8 +325,8 @@ declare const WorkflowPhaseSchema: z.ZodObject<{
|
|
|
325
325
|
}>>;
|
|
326
326
|
on_failure: z.ZodOptional<z.ZodEnum<["fail", "skip", "retry"]>>;
|
|
327
327
|
}, "strip", z.ZodTypeAny, {
|
|
328
|
-
order: number;
|
|
329
328
|
name: string;
|
|
329
|
+
order: number;
|
|
330
330
|
agents: {
|
|
331
331
|
type: string;
|
|
332
332
|
config?: Record<string, unknown> | undefined;
|
|
@@ -346,8 +346,8 @@ declare const WorkflowPhaseSchema: z.ZodObject<{
|
|
|
346
346
|
} | undefined;
|
|
347
347
|
on_failure?: "fail" | "skip" | "retry" | undefined;
|
|
348
348
|
}, {
|
|
349
|
-
order: number;
|
|
350
349
|
name: string;
|
|
350
|
+
order: number;
|
|
351
351
|
agents: {
|
|
352
352
|
type: string;
|
|
353
353
|
config?: Record<string, unknown> | undefined;
|
|
@@ -455,8 +455,8 @@ declare const WorkflowDefinitionSchema: z.ZodObject<{
|
|
|
455
455
|
}>>;
|
|
456
456
|
on_failure: z.ZodOptional<z.ZodEnum<["fail", "skip", "retry"]>>;
|
|
457
457
|
}, "strip", z.ZodTypeAny, {
|
|
458
|
-
order: number;
|
|
459
458
|
name: string;
|
|
459
|
+
order: number;
|
|
460
460
|
agents: {
|
|
461
461
|
type: string;
|
|
462
462
|
config?: Record<string, unknown> | undefined;
|
|
@@ -476,8 +476,8 @@ declare const WorkflowDefinitionSchema: z.ZodObject<{
|
|
|
476
476
|
} | undefined;
|
|
477
477
|
on_failure?: "fail" | "skip" | "retry" | undefined;
|
|
478
478
|
}, {
|
|
479
|
-
order: number;
|
|
480
479
|
name: string;
|
|
480
|
+
order: number;
|
|
481
481
|
agents: {
|
|
482
482
|
type: string;
|
|
483
483
|
config?: Record<string, unknown> | undefined;
|
|
@@ -521,13 +521,13 @@ declare const WorkflowDefinitionSchema: z.ZodObject<{
|
|
|
521
521
|
}>>;
|
|
522
522
|
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
523
523
|
}, "strip", z.ZodTypeAny, {
|
|
524
|
-
category: string;
|
|
525
524
|
name: string;
|
|
526
525
|
slug: string;
|
|
526
|
+
category: string;
|
|
527
527
|
version: string;
|
|
528
528
|
phases: {
|
|
529
|
-
order: number;
|
|
530
529
|
name: string;
|
|
530
|
+
order: number;
|
|
531
531
|
agents: {
|
|
532
532
|
type: string;
|
|
533
533
|
config?: Record<string, unknown> | undefined;
|
|
@@ -558,13 +558,13 @@ declare const WorkflowDefinitionSchema: z.ZodObject<{
|
|
|
558
558
|
description?: string | undefined;
|
|
559
559
|
tags?: string[] | undefined;
|
|
560
560
|
}, {
|
|
561
|
-
category: string;
|
|
562
561
|
name: string;
|
|
563
562
|
slug: string;
|
|
563
|
+
category: string;
|
|
564
564
|
version: string;
|
|
565
565
|
phases: {
|
|
566
|
-
order: number;
|
|
567
566
|
name: string;
|
|
567
|
+
order: number;
|
|
568
568
|
agents: {
|
|
569
569
|
type: string;
|
|
570
570
|
config?: Record<string, unknown> | undefined;
|
package/dist/types.d.ts
CHANGED
|
@@ -325,8 +325,8 @@ declare const WorkflowPhaseSchema: z.ZodObject<{
|
|
|
325
325
|
}>>;
|
|
326
326
|
on_failure: z.ZodOptional<z.ZodEnum<["fail", "skip", "retry"]>>;
|
|
327
327
|
}, "strip", z.ZodTypeAny, {
|
|
328
|
-
order: number;
|
|
329
328
|
name: string;
|
|
329
|
+
order: number;
|
|
330
330
|
agents: {
|
|
331
331
|
type: string;
|
|
332
332
|
config?: Record<string, unknown> | undefined;
|
|
@@ -346,8 +346,8 @@ declare const WorkflowPhaseSchema: z.ZodObject<{
|
|
|
346
346
|
} | undefined;
|
|
347
347
|
on_failure?: "fail" | "skip" | "retry" | undefined;
|
|
348
348
|
}, {
|
|
349
|
-
order: number;
|
|
350
349
|
name: string;
|
|
350
|
+
order: number;
|
|
351
351
|
agents: {
|
|
352
352
|
type: string;
|
|
353
353
|
config?: Record<string, unknown> | undefined;
|
|
@@ -455,8 +455,8 @@ declare const WorkflowDefinitionSchema: z.ZodObject<{
|
|
|
455
455
|
}>>;
|
|
456
456
|
on_failure: z.ZodOptional<z.ZodEnum<["fail", "skip", "retry"]>>;
|
|
457
457
|
}, "strip", z.ZodTypeAny, {
|
|
458
|
-
order: number;
|
|
459
458
|
name: string;
|
|
459
|
+
order: number;
|
|
460
460
|
agents: {
|
|
461
461
|
type: string;
|
|
462
462
|
config?: Record<string, unknown> | undefined;
|
|
@@ -476,8 +476,8 @@ declare const WorkflowDefinitionSchema: z.ZodObject<{
|
|
|
476
476
|
} | undefined;
|
|
477
477
|
on_failure?: "fail" | "skip" | "retry" | undefined;
|
|
478
478
|
}, {
|
|
479
|
-
order: number;
|
|
480
479
|
name: string;
|
|
480
|
+
order: number;
|
|
481
481
|
agents: {
|
|
482
482
|
type: string;
|
|
483
483
|
config?: Record<string, unknown> | undefined;
|
|
@@ -521,13 +521,13 @@ declare const WorkflowDefinitionSchema: z.ZodObject<{
|
|
|
521
521
|
}>>;
|
|
522
522
|
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
523
523
|
}, "strip", z.ZodTypeAny, {
|
|
524
|
-
category: string;
|
|
525
524
|
name: string;
|
|
526
525
|
slug: string;
|
|
526
|
+
category: string;
|
|
527
527
|
version: string;
|
|
528
528
|
phases: {
|
|
529
|
-
order: number;
|
|
530
529
|
name: string;
|
|
530
|
+
order: number;
|
|
531
531
|
agents: {
|
|
532
532
|
type: string;
|
|
533
533
|
config?: Record<string, unknown> | undefined;
|
|
@@ -558,13 +558,13 @@ declare const WorkflowDefinitionSchema: z.ZodObject<{
|
|
|
558
558
|
description?: string | undefined;
|
|
559
559
|
tags?: string[] | undefined;
|
|
560
560
|
}, {
|
|
561
|
-
category: string;
|
|
562
561
|
name: string;
|
|
563
562
|
slug: string;
|
|
563
|
+
category: string;
|
|
564
564
|
version: string;
|
|
565
565
|
phases: {
|
|
566
|
-
order: number;
|
|
567
566
|
name: string;
|
|
567
|
+
order: number;
|
|
568
568
|
agents: {
|
|
569
569
|
type: string;
|
|
570
570
|
config?: Record<string, unknown> | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wave-av/workflow-sdk",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "WAVE Workflow SDK
|
|
3
|
+
"version": "1.0.5",
|
|
4
|
+
"description": "WAVE Workflow SDK \u2014 build and execute multi-phase workflows with real-time events, checkpoints, and retry logic",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
7
7
|
"types": "./dist/index.d.ts",
|