@marketrix.ai/widget 3.8.359 → 3.8.360

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.
@@ -218,7 +218,7 @@ export declare const SimulationEntitySchema: z.ZodObject<{
218
218
  direct: "direct";
219
219
  uxr: "uxr";
220
220
  survey: "survey";
221
- abtest: "abtest";
221
+ ab: "ab";
222
222
  qa: "qa";
223
223
  }>;
224
224
  pinned: z.ZodOptional<z.ZodBoolean>;