@mastra/server 0.0.0-ai-v5-20250729012312 → 0.0.0-ai-v5-20250729181825

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.
@@ -752,18 +752,18 @@ export declare function loopStreamVNextNetworkHandler({ mastra, networkId, body,
752
752
  completionReason: ZodOptional<ZodString>;
753
753
  iteration: ZodNumber;
754
754
  }, "strip", ZodTypeAny, {
755
+ resourceId: string;
755
756
  result: string;
756
757
  prompt: string;
757
- resourceId: string;
758
758
  task: string;
759
759
  resourceType: "tool" | "none" | "agent" | "workflow";
760
760
  iteration: number;
761
761
  isComplete?: boolean | undefined;
762
762
  completionReason?: string | undefined;
763
763
  }, {
764
+ resourceId: string;
764
765
  result: string;
765
766
  prompt: string;
766
- resourceId: string;
767
767
  task: string;
768
768
  resourceType: "tool" | "none" | "agent" | "workflow";
769
769
  iteration: number;
@@ -780,9 +780,9 @@ export declare function loopVNextNetworkHandler({ mastra, networkId, body, runti
780
780
  }): Promise<{
781
781
  status: "success";
782
782
  result: {
783
+ resourceId: string;
783
784
  result: string;
784
785
  prompt: string;
785
- resourceId: string;
786
786
  task: string;
787
787
  resourceType: "tool" | "none" | "agent" | "workflow";
788
788
  iteration: number;
@@ -1053,9 +1053,9 @@ export declare function streamGenerateVNextNetworkHandler({ mastra, networkId, b
1053
1053
  threadResourceId: ZodOptional<ZodString>;
1054
1054
  isOneOff: ZodBoolean;
1055
1055
  }, "strip", ZodTypeAny, {
1056
+ resourceId: string;
1056
1057
  result: string;
1057
1058
  prompt: string;
1058
- resourceId: string;
1059
1059
  task: string;
1060
1060
  resourceType: "tool" | "none" | "agent" | "workflow";
1061
1061
  iteration: number;
@@ -1065,9 +1065,9 @@ export declare function streamGenerateVNextNetworkHandler({ mastra, networkId, b
1065
1065
  isComplete?: boolean | undefined;
1066
1066
  completionReason?: string | undefined;
1067
1067
  }, {
1068
+ resourceId: string;
1068
1069
  result: string;
1069
1070
  prompt: string;
1070
- resourceId: string;
1071
1071
  task: string;
1072
1072
  resourceType: "tool" | "none" | "agent" | "workflow";
1073
1073
  iteration: number;
@@ -752,18 +752,18 @@ export declare function loopStreamVNextNetworkHandler({ mastra, networkId, body,
752
752
  completionReason: ZodOptional<ZodString>;
753
753
  iteration: ZodNumber;
754
754
  }, "strip", ZodTypeAny, {
755
+ resourceId: string;
755
756
  result: string;
756
757
  prompt: string;
757
- resourceId: string;
758
758
  task: string;
759
759
  resourceType: "tool" | "none" | "agent" | "workflow";
760
760
  iteration: number;
761
761
  isComplete?: boolean | undefined;
762
762
  completionReason?: string | undefined;
763
763
  }, {
764
+ resourceId: string;
764
765
  result: string;
765
766
  prompt: string;
766
- resourceId: string;
767
767
  task: string;
768
768
  resourceType: "tool" | "none" | "agent" | "workflow";
769
769
  iteration: number;
@@ -780,9 +780,9 @@ export declare function loopVNextNetworkHandler({ mastra, networkId, body, runti
780
780
  }): Promise<{
781
781
  status: "success";
782
782
  result: {
783
+ resourceId: string;
783
784
  result: string;
784
785
  prompt: string;
785
- resourceId: string;
786
786
  task: string;
787
787
  resourceType: "tool" | "none" | "agent" | "workflow";
788
788
  iteration: number;
@@ -1053,9 +1053,9 @@ export declare function streamGenerateVNextNetworkHandler({ mastra, networkId, b
1053
1053
  threadResourceId: ZodOptional<ZodString>;
1054
1054
  isOneOff: ZodBoolean;
1055
1055
  }, "strip", ZodTypeAny, {
1056
+ resourceId: string;
1056
1057
  result: string;
1057
1058
  prompt: string;
1058
- resourceId: string;
1059
1059
  task: string;
1060
1060
  resourceType: "tool" | "none" | "agent" | "workflow";
1061
1061
  iteration: number;
@@ -1065,9 +1065,9 @@ export declare function streamGenerateVNextNetworkHandler({ mastra, networkId, b
1065
1065
  isComplete?: boolean | undefined;
1066
1066
  completionReason?: string | undefined;
1067
1067
  }, {
1068
+ resourceId: string;
1068
1069
  result: string;
1069
1070
  prompt: string;
1070
- resourceId: string;
1071
1071
  task: string;
1072
1072
  resourceType: "tool" | "none" | "agent" | "workflow";
1073
1073
  iteration: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/server",
3
- "version": "0.0.0-ai-v5-20250729012312",
3
+ "version": "0.0.0-ai-v5-20250729181825",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "files": [
@@ -46,7 +46,7 @@
46
46
  "license": "Apache-2.0",
47
47
  "peerDependencies": {
48
48
  "zod": "^3.0.0",
49
- "@mastra/core": "0.0.0-ai-v5-20250729012312"
49
+ "@mastra/core": "0.0.0-ai-v5-20250729181825"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@ai-sdk/openai": "2.0.0-beta.6",
@@ -59,9 +59,9 @@
59
59
  "vitest": "^3.2.4",
60
60
  "zod": "^3.25.67",
61
61
  "zod-to-json-schema": "^3.24.5",
62
- "@internal/lint": "0.0.0-ai-v5-20250729012312",
62
+ "@internal/lint": "0.0.0-ai-v5-20250729181825",
63
63
  "@internal/storage-test-utils": "0.0.19",
64
- "@mastra/core": "0.0.0-ai-v5-20250729012312"
64
+ "@mastra/core": "0.0.0-ai-v5-20250729181825"
65
65
  },
66
66
  "scripts": {
67
67
  "build": "tsup src/index.ts src/server/handlers.ts src/server/handlers/*.ts !src/server/handlers/*.test.ts --format esm,cjs --clean --experimental-dts --treeshake=smallest --splitting",