@mastra/client-js 1.36.1-alpha.0 → 1.36.1-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.
@@ -2271,6 +2271,7 @@ type Shared_Type_134 = {
2271
2271
  traceId: string | null;
2272
2272
  status?: (('needs-review' | 'reviewed' | 'complete') | null) | undefined;
2273
2273
  tags?: (string[] | null) | undefined;
2274
+ comment?: (string | null) | undefined;
2274
2275
  /** Diagnostic receipt for item-level tool mocks */
2275
2276
  toolMockReport?: (Shared_Type_133 | undefined) | null;
2276
2277
  createdAt: Date;
@@ -13926,6 +13927,7 @@ export type PatchDatasetsDatasetIdExperimentsExperimentIdResultsResultId_PathPar
13926
13927
  export type PatchDatasetsDatasetIdExperimentsExperimentIdResultsResultId_Body = {
13927
13928
  status?: (('needs-review' | 'reviewed' | 'complete') | null) | undefined;
13928
13929
  tags?: string[] | undefined;
13930
+ comment?: (string | null) | undefined;
13929
13931
  };
13930
13932
  export type PatchDatasetsDatasetIdExperimentsExperimentIdResultsResultId_Response = Shared_Type_134;
13931
13933
  export type PatchDatasetsDatasetIdExperimentsExperimentIdResultsResultId_Request = Simplify<(PatchDatasetsDatasetIdExperimentsExperimentIdResultsResultId_PathParams extends never ? {} : {