@dev-blinq/bvt-playwright-js 1.0.0-dev.4.staging.179.1 → 1.0.0-dev.4.staging.181.1

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.
Files changed (2) hide show
  1. package/index.d.mts +4 -4
  2. package/package.json +1 -1
package/index.d.mts CHANGED
@@ -7277,10 +7277,10 @@ declare const RecoveryStatusEventSchema: z.ZodObject<{
7277
7277
  commandId: z.ZodString;
7278
7278
  phase: z.ZodEnum<{
7279
7279
  failed: "failed";
7280
+ fixed: "fixed";
7280
7281
  analyzing: "analyzing";
7281
7282
  trying_fix: "trying_fix";
7282
7283
  checking_fix: "checking_fix";
7283
- fixed: "fixed";
7284
7284
  }>;
7285
7285
  message: z.ZodString;
7286
7286
  timestamp: z.ZodString;
@@ -7373,8 +7373,8 @@ declare const RecoveryDecisionSchema: z.ZodDiscriminatedUnion<[
7373
7373
  ], "type">;
7374
7374
  repairContext: z.ZodEnum<{
7375
7375
  "local-run": "local-run";
7376
- "recorder-replay": "recorder-replay";
7377
7376
  "execution-planner": "execution-planner";
7377
+ "recorder-replay": "recorder-replay";
7378
7378
  }>;
7379
7379
  rcaLabel: z.ZodOptional<z.ZodString>;
7380
7380
  rcaConfidence: z.ZodOptional<z.ZodNumber>;
@@ -7446,8 +7446,8 @@ type ExecutionStartedEventData = {
7446
7446
  };
7447
7447
  declare const ScopeTypeSchema: z.ZodEnum<{
7448
7448
  runtime: "runtime";
7449
- environment: "environment";
7450
7449
  global: "global";
7450
+ environment: "environment";
7451
7451
  feature: "feature";
7452
7452
  scenario: "scenario";
7453
7453
  }>;
@@ -7481,8 +7481,8 @@ declare const TestDataEntrySchema: z.ZodObject<{
7481
7481
  scope: z.ZodObject<{
7482
7482
  type: z.ZodEnum<{
7483
7483
  runtime: "runtime";
7484
- environment: "environment";
7485
7484
  global: "global";
7485
+ environment: "environment";
7486
7486
  feature: "feature";
7487
7487
  scenario: "scenario";
7488
7488
  }>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dev-blinq/bvt-playwright-js",
3
- "version": "1.0.0-dev.4.staging.179.1",
3
+ "version": "1.0.0-dev.4.staging.181.1",
4
4
  "description": "Bundled Blinq Playwright test fixture for generated Playwright tests.",
5
5
  "license": "ISC",
6
6
  "type": "module",