@wave-av/workflow-sdk 1.0.2 → 1.0.4

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 CHANGED
@@ -245,6 +245,13 @@ try {
245
245
  | `WAVE_ORGANIZATION_ID` | Organization ID for tenant isolation |
246
246
  | `WAVE_API_URL` | Optional: Custom API base URL |
247
247
 
248
+ ## Related packages
249
+
250
+ - [@wave-av/sdk](https://www.npmjs.com/package/@wave-av/sdk) — TypeScript SDK (34 API modules)
251
+ - [@wave-av/adk](https://www.npmjs.com/package/@wave-av/adk) — Agent Developer Kit
252
+ - [@wave-av/mcp-server](https://www.npmjs.com/package/@wave-av/mcp-server) — MCP server for AI tools
253
+ - [@wave-av/cli](https://www.npmjs.com/package/@wave-av/cli) — Command-line interface
254
+
248
255
  ## License
249
256
 
250
257
  MIT
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
- name: string;
329
328
  order: number;
329
+ name: string;
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
- name: string;
350
349
  order: number;
350
+ name: string;
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
- name: string;
459
458
  order: number;
459
+ name: string;
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
- name: string;
480
479
  order: number;
480
+ name: string;
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;
524
525
  name: string;
525
526
  slug: string;
526
- category: string;
527
527
  version: string;
528
528
  phases: {
529
- name: string;
530
529
  order: number;
530
+ name: string;
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;
561
562
  name: string;
562
563
  slug: string;
563
- category: string;
564
564
  version: string;
565
565
  phases: {
566
- name: string;
567
566
  order: number;
567
+ name: string;
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
- name: string;
329
328
  order: number;
329
+ name: string;
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
- name: string;
350
349
  order: number;
350
+ name: string;
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
- name: string;
459
458
  order: number;
459
+ name: string;
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
- name: string;
480
479
  order: number;
480
+ name: string;
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;
524
525
  name: string;
525
526
  slug: string;
526
- category: string;
527
527
  version: string;
528
528
  phases: {
529
- name: string;
530
529
  order: number;
530
+ name: string;
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;
561
562
  name: string;
562
563
  slug: string;
563
- category: string;
564
564
  version: string;
565
565
  phases: {
566
- name: string;
567
566
  order: number;
567
+ name: string;
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.2",
3
+ "version": "1.0.4",
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,7 +41,12 @@
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",