@mastra/deployer 0.10.7-alpha.0 → 0.10.7-alpha.2

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.
@@ -284,6 +284,8 @@ export declare function generateHandler_alias_1(c: Context): Promise<Response>;
284
284
 
285
285
  export declare function generateSystemPromptHandler(c: Context): Promise<Response>;
286
286
 
287
+ export declare function generateVNextNetworkHandler(c: Context): Promise<Response>;
288
+
287
289
  export declare function getAgentByIdHandler(c: Context): Promise<Response & TypedResponse< {
288
290
  name: any;
289
291
  instructions: string;
@@ -570,6 +572,10 @@ export declare function getToolsHandler(c: Context): Promise<Response>;
570
572
 
571
573
  export declare const getVector: (c: Context, vectorName: string) => MastraVector;
572
574
 
575
+ export declare function getVNextNetworkByIdHandler(c: Context): Promise<Response>;
576
+
577
+ export declare function getVNextNetworksHandler(c: Context): Promise<Response>;
578
+
573
579
  export declare function getWorkflowByIdHandler(c: Context): Promise<Response>;
574
580
 
575
581
  export declare function getWorkflowRunByIdHandler(c: Context): Promise<Response>;
@@ -632,6 +638,8 @@ total_count: number;
632
638
  */
633
639
  export declare const listMcpServerToolsHandler: (c: Context) => Promise<Response>;
634
640
 
641
+ export declare function loopVNextNetworkHandler(c: Context): Promise<Response>;
642
+
635
643
  export declare const matchesOrIncludes: (values: string | string[], value: string) => boolean;
636
644
 
637
645
  export declare function nodeModulesExtensionResolver(): Plugin;
@@ -742,6 +750,8 @@ export declare function streamGenerateHandler(c: Context): Promise<Response | un
742
750
 
743
751
  export declare function streamGenerateHandler_alias_1(c: Context): Promise<Response | undefined>;
744
752
 
753
+ export declare function streamGenerateVNextNetworkHandler(c: Context): Promise<Response>;
754
+
745
755
  export declare function streamWorkflowHandler(c: Context): Promise<Response>;
746
756
 
747
757
  declare type TransitiveDependencyResult = {
@@ -284,6 +284,8 @@ export declare function generateHandler_alias_1(c: Context): Promise<Response>;
284
284
 
285
285
  export declare function generateSystemPromptHandler(c: Context): Promise<Response>;
286
286
 
287
+ export declare function generateVNextNetworkHandler(c: Context): Promise<Response>;
288
+
287
289
  export declare function getAgentByIdHandler(c: Context): Promise<Response & TypedResponse< {
288
290
  name: any;
289
291
  instructions: string;
@@ -570,6 +572,10 @@ export declare function getToolsHandler(c: Context): Promise<Response>;
570
572
 
571
573
  export declare const getVector: (c: Context, vectorName: string) => MastraVector;
572
574
 
575
+ export declare function getVNextNetworkByIdHandler(c: Context): Promise<Response>;
576
+
577
+ export declare function getVNextNetworksHandler(c: Context): Promise<Response>;
578
+
573
579
  export declare function getWorkflowByIdHandler(c: Context): Promise<Response>;
574
580
 
575
581
  export declare function getWorkflowRunByIdHandler(c: Context): Promise<Response>;
@@ -632,6 +638,8 @@ total_count: number;
632
638
  */
633
639
  export declare const listMcpServerToolsHandler: (c: Context) => Promise<Response>;
634
640
 
641
+ export declare function loopVNextNetworkHandler(c: Context): Promise<Response>;
642
+
635
643
  export declare const matchesOrIncludes: (values: string | string[], value: string) => boolean;
636
644
 
637
645
  export declare function nodeModulesExtensionResolver(): Plugin;
@@ -742,6 +750,8 @@ export declare function streamGenerateHandler(c: Context): Promise<Response | un
742
750
 
743
751
  export declare function streamGenerateHandler_alias_1(c: Context): Promise<Response | undefined>;
744
752
 
753
+ export declare function streamGenerateVNextNetworkHandler(c: Context): Promise<Response>;
754
+
745
755
  export declare function streamWorkflowHandler(c: Context): Promise<Response>;
746
756
 
747
757
  declare type TransitiveDependencyResult = {