@mastra/server 0.14.0-alpha.1 → 0.14.0-alpha.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.
@@ -63,7 +63,7 @@ export declare function generateVNextNetworkHandler({ mastra, runtimeContext, ne
63
63
  task: string;
64
64
  result: string;
65
65
  resourceId: string;
66
- resourceType: "none" | "tool" | "workflow" | "agent";
66
+ resourceType: "none" | "workflow" | "tool" | "agent";
67
67
  }>;
68
68
  export declare function streamGenerateVNextNetworkHandler({ mastra, networkId, body, runtimeContext, }: NetworkContext & {
69
69
  runtimeContext: RuntimeContext;
@@ -91,7 +91,7 @@ export declare function streamGenerateVNextNetworkHandler({ mastra, networkId, b
91
91
  result: string;
92
92
  prompt: string;
93
93
  task: string;
94
- resourceType: "none" | "tool" | "workflow" | "agent";
94
+ resourceType: "none" | "workflow" | "tool" | "agent";
95
95
  iteration: number;
96
96
  isOneOff: boolean;
97
97
  threadId?: string | undefined;
@@ -103,7 +103,7 @@ export declare function streamGenerateVNextNetworkHandler({ mastra, networkId, b
103
103
  result: string;
104
104
  prompt: string;
105
105
  task: string;
106
- resourceType: "none" | "tool" | "workflow" | "agent";
106
+ resourceType: "none" | "workflow" | "tool" | "agent";
107
107
  iteration: number;
108
108
  isOneOff: boolean;
109
109
  threadId?: string | undefined;
@@ -124,7 +124,7 @@ export declare function loopVNextNetworkHandler({ mastra, networkId, body, runti
124
124
  result: string;
125
125
  prompt: string;
126
126
  task: string;
127
- resourceType: "none" | "tool" | "workflow" | "agent";
127
+ resourceType: "none" | "workflow" | "tool" | "agent";
128
128
  iteration: number;
129
129
  isOneOff: boolean;
130
130
  threadId?: string | undefined;
@@ -160,7 +160,7 @@ export declare function loopStreamVNextNetworkHandler({ mastra, networkId, body,
160
160
  result: string;
161
161
  prompt: string;
162
162
  task: string;
163
- resourceType: "none" | "tool" | "workflow" | "agent";
163
+ resourceType: "none" | "workflow" | "tool" | "agent";
164
164
  iteration: number;
165
165
  isComplete?: boolean | undefined;
166
166
  completionReason?: string | undefined;
@@ -169,7 +169,7 @@ export declare function loopStreamVNextNetworkHandler({ mastra, networkId, body,
169
169
  result: string;
170
170
  prompt: string;
171
171
  task: string;
172
- resourceType: "none" | "tool" | "workflow" | "agent";
172
+ resourceType: "none" | "workflow" | "tool" | "agent";
173
173
  iteration: number;
174
174
  isComplete?: boolean | undefined;
175
175
  completionReason?: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/server",
3
- "version": "0.14.0-alpha.1",
3
+ "version": "0.14.0-alpha.3",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "files": [
@@ -75,8 +75,8 @@
75
75
  "zod-to-json-schema": "^3.24.5",
76
76
  "@internal/lint": "0.0.29",
77
77
  "@internal/storage-test-utils": "0.0.25",
78
- "@internal/types-builder": "0.0.4",
79
- "@mastra/core": "0.14.0-alpha.1"
78
+ "@mastra/core": "0.14.0-alpha.3",
79
+ "@internal/types-builder": "0.0.4"
80
80
  },
81
81
  "scripts": {
82
82
  "build": "tsup --silent --config tsup.config.ts",