@wix/evalforge-types 0.66.0 → 0.67.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.
@@ -223,6 +223,7 @@ export declare const EvalRunResultSchema: z.ZodObject<{
223
223
  }, z.core.$strip>], "type">>;
224
224
  timestamp: z.ZodString;
225
225
  }, z.core.$strip>>>;
226
+ iterationIndex: z.ZodOptional<z.ZodNumber>;
226
227
  }, z.core.$strip>;
227
228
  export type EvalRunResult = z.infer<typeof EvalRunResultSchema>;
228
229
  /**
@@ -417,6 +417,7 @@ export declare const EvalRunSchema: z.ZodObject<{
417
417
  }, z.core.$strip>], "type">>;
418
418
  timestamp: z.ZodString;
419
419
  }, z.core.$strip>>>;
420
+ iterationIndex: z.ZodOptional<z.ZodNumber>;
420
421
  }, z.core.$strip>>>;
421
422
  aggregateMetrics: z.ZodObject<{
422
423
  totalAssertions: z.ZodNumber;
@@ -538,6 +539,7 @@ export declare const EvalRunSchema: z.ZodObject<{
538
539
  subAgentIds: z.ZodOptional<z.ZodArray<z.ZodString>>;
539
540
  ruleIds: z.ZodOptional<z.ZodArray<z.ZodString>>;
540
541
  tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
542
+ runsPerScenario: z.ZodOptional<z.ZodNumber>;
541
543
  }, z.core.$strip>;
542
544
  export type EvalRun = z.infer<typeof EvalRunSchema>;
543
545
  /**
@@ -664,6 +666,7 @@ export declare const CreateEvalRunInputSchema: z.ZodObject<{
664
666
  jobStatus: z.ZodOptional<z.ZodString>;
665
667
  jobError: z.ZodOptional<z.ZodString>;
666
668
  jobStatusCheckedAt: z.ZodOptional<z.ZodString>;
669
+ runsPerScenario: z.ZodOptional<z.ZodNumber>;
667
670
  scenarioIds: z.ZodOptional<z.ZodArray<z.ZodString>>;
668
671
  }, z.core.$strip>;
669
672
  export type CreateEvalRunInput = z.infer<typeof CreateEvalRunInputSchema>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/evalforge-types",
3
- "version": "0.66.0",
3
+ "version": "0.67.0",
4
4
  "description": "Unified types for EvalForge agent evaluation system",
5
5
  "files": [
6
6
  "build"
@@ -46,5 +46,5 @@
46
46
  "artifactId": "evalforge-types"
47
47
  }
48
48
  },
49
- "falconPackageHash": "e4dd9c7c90cfaa57a8bc074b0862fb43b7a751a8509e1bfd7bcc3252"
49
+ "falconPackageHash": "36b8ec04f884997739f7f76481afce888ab4a7b9669947ab57b63836"
50
50
  }