@wix/evalforge-types 0.95.0 → 0.97.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.
@@ -225,6 +225,19 @@ export declare const EvalRunResultSchema: z.ZodObject<{
225
225
  timestamp: z.ZodString;
226
226
  }, z.core.$strip>>>;
227
227
  iterationIndex: z.ZodOptional<z.ZodNumber>;
228
+ provisionedSite: z.ZodOptional<z.ZodObject<{
229
+ id: z.ZodString;
230
+ url: z.ZodOptional<z.ZodString>;
231
+ editorUrl: z.ZodOptional<z.ZodString>;
232
+ bootstrapResult: z.ZodOptional<z.ZodObject<{
233
+ steps: z.ZodArray<z.ZodObject<{
234
+ label: z.ZodOptional<z.ZodString>;
235
+ statusCode: z.ZodNumber;
236
+ ok: z.ZodBoolean;
237
+ error: z.ZodOptional<z.ZodString>;
238
+ }, z.core.$strip>>;
239
+ }, z.core.$strip>>;
240
+ }, z.core.$strip>>;
228
241
  }, z.core.$strip>;
229
242
  export type EvalRunResult = z.infer<typeof EvalRunResultSchema>;
230
243
  /**
@@ -389,6 +389,19 @@ export declare const EvalRunSchema: z.ZodObject<{
389
389
  timestamp: z.ZodString;
390
390
  }, z.core.$strip>>>;
391
391
  iterationIndex: z.ZodOptional<z.ZodNumber>;
392
+ provisionedSite: z.ZodOptional<z.ZodObject<{
393
+ id: z.ZodString;
394
+ url: z.ZodOptional<z.ZodString>;
395
+ editorUrl: z.ZodOptional<z.ZodString>;
396
+ bootstrapResult: z.ZodOptional<z.ZodObject<{
397
+ steps: z.ZodArray<z.ZodObject<{
398
+ label: z.ZodOptional<z.ZodString>;
399
+ statusCode: z.ZodNumber;
400
+ ok: z.ZodBoolean;
401
+ error: z.ZodOptional<z.ZodString>;
402
+ }, z.core.$strip>>;
403
+ }, z.core.$strip>>;
404
+ }, z.core.$strip>>;
392
405
  }, z.core.$strip>>>;
393
406
  aggregateMetrics: z.ZodObject<{
394
407
  totalAssertions: z.ZodNumber;
@@ -24,6 +24,7 @@ export declare const BatchScenarioEntrySchema: z.ZodObject<{
24
24
  assertionId: z.ZodString;
25
25
  params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull]>>>;
26
26
  }, z.core.$strip>]>>>;
27
+ readOnly: z.ZodOptional<z.ZodBoolean>;
27
28
  }, z.core.$strip>;
28
29
  export type BatchScenarioEntry = z.infer<typeof BatchScenarioEntrySchema>;
29
30
  /**
@@ -41,6 +42,7 @@ export declare const BatchImportPayloadSchema: z.ZodObject<{
41
42
  assertionId: z.ZodString;
42
43
  params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull]>>>;
43
44
  }, z.core.$strip>]>>>;
45
+ readOnly: z.ZodOptional<z.ZodBoolean>;
44
46
  }, z.core.$strip>>;
45
47
  }, z.core.$strip>;
46
48
  export type BatchImportPayload = z.infer<typeof BatchImportPayloadSchema>;
@@ -128,5 +128,13 @@ export declare const ProvisionedSiteSchema: z.ZodObject<{
128
128
  id: z.ZodString;
129
129
  url: z.ZodOptional<z.ZodString>;
130
130
  editorUrl: z.ZodOptional<z.ZodString>;
131
+ bootstrapResult: z.ZodOptional<z.ZodObject<{
132
+ steps: z.ZodArray<z.ZodObject<{
133
+ label: z.ZodOptional<z.ZodString>;
134
+ statusCode: z.ZodNumber;
135
+ ok: z.ZodBoolean;
136
+ error: z.ZodOptional<z.ZodString>;
137
+ }, z.core.$strip>>;
138
+ }, z.core.$strip>>;
131
139
  }, z.core.$strip>;
132
140
  export type ProvisionedSite = z.infer<typeof ProvisionedSiteSchema>;
@@ -152,6 +152,7 @@ export declare const TestScenarioSchema: z.ZodObject<{
152
152
  }, z.core.$strip>>>;
153
153
  }, z.core.$strip>>;
154
154
  }, z.core.$strip>], "mode">>;
155
+ readOnly: z.ZodOptional<z.ZodBoolean>;
155
156
  }, z.core.$strip>;
156
157
  export type TestScenario = z.infer<typeof TestScenarioSchema>;
157
158
  /** Run-variable names that conflict with automatic site setup provisioning. */
@@ -289,6 +290,7 @@ export declare const CreateTestScenarioInputSchema: z.ZodObject<{
289
290
  }, z.core.$strip>>>;
290
291
  }, z.core.$strip>>;
291
292
  }, z.core.$strip>], "mode">>;
293
+ readOnly: z.ZodOptional<z.ZodBoolean>;
292
294
  }, z.core.$strip>;
293
295
  export type CreateTestScenarioInput = z.infer<typeof CreateTestScenarioInputSchema>;
294
296
  /**
@@ -414,5 +416,6 @@ export declare const UpdateTestScenarioInputSchema: z.ZodObject<{
414
416
  }, z.core.$strip>>>;
415
417
  }, z.core.$strip>>;
416
418
  }, z.core.$strip>], "mode">>>;
419
+ readOnly: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
417
420
  }, z.core.$strip>;
418
421
  export type UpdateTestScenarioInput = z.infer<typeof UpdateTestScenarioInputSchema>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/evalforge-types",
3
- "version": "0.95.0",
3
+ "version": "0.97.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": "f31436ff3bc74a9ea6245c97ae4ad28d4473811ad6eb66f5a1b3e637"
49
+ "falconPackageHash": "c2948339537c90cccb80cca253610284b9e9c3bcd6514aae1ca49230"
50
50
  }