@mastra/client-js 1.20.0-alpha.8 → 1.20.0

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.
@@ -134,6 +134,10 @@ export type GetAgentsProviders_Response = {
134
134
  name: string;
135
135
  label?: string | undefined;
136
136
  description?: string | undefined;
137
+ envVar: string | string[];
138
+ connected: boolean;
139
+ docUrl?: string | undefined;
140
+ models: string[];
137
141
  }[];
138
142
  };
139
143
  export type GetAgentsProviders_Request = Simplify<(never extends never ? {} : {
@@ -41300,6 +41304,7 @@ export type GetDatasetsDatasetIdItemsItemIdHistory_Response = {
41300
41304
  datasetVersion: number;
41301
41305
  input: unknown;
41302
41306
  groundTruth?: unknown | undefined;
41307
+ expectedTrajectory?: unknown | undefined;
41303
41308
  metadata?: {
41304
41309
  [key: string]: unknown;
41305
41310
  } | undefined;