@wave-av/workflow-sdk 1.0.1 → 1.0.3

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 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,6 +1,6 @@
1
1
  {
2
2
  "name": "@wave-av/workflow-sdk",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "WAVE Workflow SDK - Build and execute workflows on the WAVE platform",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -41,18 +41,23 @@
41
41
  "workflow",
42
42
  "automation",
43
43
  "orchestration",
44
- "streaming"
44
+ "streaming",
45
+ "pipeline",
46
+ "jobs",
47
+ "agent",
48
+ "video",
49
+ "sdk"
45
50
  ],
46
51
  "author": "WAVE Inc. <sdk@wave.online>",
47
52
  "license": "MIT",
48
53
  "repository": {
49
54
  "type": "git",
50
- "url": "https://github.com/wave-av/sdk.git",
55
+ "url": "https://github.com/wave-av/workflow-sdk.git",
51
56
  "directory": "."
52
57
  },
53
58
  "homepage": "https://docs.wave.online/sdk/workflows",
54
59
  "bugs": {
55
- "url": "https://github.com/wave-av/sdk/issues"
60
+ "url": "https://github.com/wave-av/workflow-sdk/issues"
56
61
  },
57
62
  "engines": {
58
63
  "node": ">=18.0.0"