@marketrix.ai/widget 3.3.178 → 3.3.188

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.
@@ -5607,7 +5607,7 @@ export declare const sdk: {
5607
5607
  fail_fast: import("zod").ZodDefault<import("zod").ZodBoolean>;
5608
5608
  timeout_per_browser: import("zod").ZodOptional<import("zod").ZodNumber>;
5609
5609
  }, import("zod/v4/core").$strip>>>;
5610
- simulation_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
5610
+ simulation_id: import("zod").ZodNumber;
5611
5611
  source: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
5612
5612
  slack_command: "slack_command";
5613
5613
  manual: "manual";
@@ -5650,7 +5650,7 @@ export declare const sdk: {
5650
5650
  fail_fast: import("zod").ZodDefault<import("zod").ZodBoolean>;
5651
5651
  timeout_per_browser: import("zod").ZodOptional<import("zod").ZodNumber>;
5652
5652
  }, import("zod/v4/core").$strip>>>;
5653
- simulation_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
5653
+ simulation_id: import("zod").ZodNumber;
5654
5654
  source: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
5655
5655
  slack_command: "slack_command";
5656
5656
  manual: "manual";
@@ -5799,7 +5799,7 @@ export declare const sdk: {
5799
5799
  fail_fast: import("zod").ZodDefault<import("zod").ZodBoolean>;
5800
5800
  timeout_per_browser: import("zod").ZodOptional<import("zod").ZodNumber>;
5801
5801
  }, import("zod/v4/core").$strip>>>;
5802
- simulation_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
5802
+ simulation_id: import("zod").ZodNumber;
5803
5803
  source: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
5804
5804
  slack_command: "slack_command";
5805
5805
  manual: "manual";
@@ -6002,7 +6002,7 @@ export declare const sdk: {
6002
6002
  fail_fast: import("zod").ZodDefault<import("zod").ZodBoolean>;
6003
6003
  timeout_per_browser: import("zod").ZodOptional<import("zod").ZodNumber>;
6004
6004
  }, import("zod/v4/core").$strip>>>;
6005
- simulation_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
6005
+ simulation_id: import("zod").ZodNumber;
6006
6006
  source: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
6007
6007
  slack_command: "slack_command";
6008
6008
  manual: "manual";
@@ -5637,7 +5637,7 @@ declare const contract: {
5637
5637
  fail_fast: z.ZodDefault<z.ZodBoolean>;
5638
5638
  timeout_per_browser: z.ZodOptional<z.ZodNumber>;
5639
5639
  }, z.core.$strip>>>;
5640
- simulation_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
5640
+ simulation_id: z.ZodNumber;
5641
5641
  source: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
5642
5642
  slack_command: "slack_command";
5643
5643
  manual: "manual";
@@ -5680,7 +5680,7 @@ declare const contract: {
5680
5680
  fail_fast: z.ZodDefault<z.ZodBoolean>;
5681
5681
  timeout_per_browser: z.ZodOptional<z.ZodNumber>;
5682
5682
  }, z.core.$strip>>>;
5683
- simulation_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
5683
+ simulation_id: z.ZodNumber;
5684
5684
  source: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
5685
5685
  slack_command: "slack_command";
5686
5686
  manual: "manual";
@@ -5829,7 +5829,7 @@ declare const contract: {
5829
5829
  fail_fast: z.ZodDefault<z.ZodBoolean>;
5830
5830
  timeout_per_browser: z.ZodOptional<z.ZodNumber>;
5831
5831
  }, z.core.$strip>>>;
5832
- simulation_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
5832
+ simulation_id: z.ZodNumber;
5833
5833
  source: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
5834
5834
  slack_command: "slack_command";
5835
5835
  manual: "manual";
@@ -6032,7 +6032,7 @@ declare const contract: {
6032
6032
  fail_fast: z.ZodDefault<z.ZodBoolean>;
6033
6033
  timeout_per_browser: z.ZodOptional<z.ZodNumber>;
6034
6034
  }, z.core.$strip>>>;
6035
- simulation_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
6035
+ simulation_id: z.ZodNumber;
6036
6036
  source: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
6037
6037
  slack_command: "slack_command";
6038
6038
  manual: "manual";
@@ -709,7 +709,7 @@ export declare const QARunEntitySchema: z.ZodObject<{
709
709
  fail_fast: z.ZodDefault<z.ZodBoolean>;
710
710
  timeout_per_browser: z.ZodOptional<z.ZodNumber>;
711
711
  }, z.core.$strip>>>;
712
- simulation_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
712
+ simulation_id: z.ZodNumber;
713
713
  source: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
714
714
  slack_command: "slack_command";
715
715
  manual: "manual";