@marketrix.ai/widget 3.8.427 → 3.8.434

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.
@@ -162,6 +162,10 @@ export declare const ViewportNameSchema: z.ZodEnum<{
162
162
  tablet: "tablet";
163
163
  mobile: "mobile";
164
164
  }>;
165
+ export declare const QARunCellSchema: z.ZodObject<{
166
+ journey_id: z.ZodNumber;
167
+ persona_id: z.ZodNumber;
168
+ }, z.core.$strip>;
165
169
  export type ViewportName = z.infer<typeof ViewportNameSchema>;
166
170
  export declare const VIEWPORT_DIMENSIONS: Record<ViewportName, {
167
171
  width: number;