@morpho-dev/router 0.4.1 → 0.4.2

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.
@@ -3708,25 +3708,25 @@ declare const schemas: {
3708
3708
  strict: z$1.ZodOptional<z$1.ZodPipe<z$1.ZodEnum<{
3709
3709
  0: "0";
3710
3710
  1: "1";
3711
- true: "true";
3712
3711
  false: "false";
3713
- }>, z$1.ZodTransform<boolean, "0" | "1" | "true" | "false">>>;
3712
+ true: "true";
3713
+ }>, z$1.ZodTransform<boolean, "0" | "1" | "false" | "true">>>;
3714
3714
  }, z$1.core.$strip>;
3715
3715
  readonly get_health_collectors: z$1.ZodObject<{
3716
3716
  strict: z$1.ZodOptional<z$1.ZodPipe<z$1.ZodEnum<{
3717
3717
  0: "0";
3718
3718
  1: "1";
3719
- true: "true";
3720
3719
  false: "false";
3721
- }>, z$1.ZodTransform<boolean, "0" | "1" | "true" | "false">>>;
3720
+ true: "true";
3721
+ }>, z$1.ZodTransform<boolean, "0" | "1" | "false" | "true">>>;
3722
3722
  }, z$1.core.$strip>;
3723
3723
  readonly get_health_chains: z$1.ZodObject<{
3724
3724
  strict: z$1.ZodOptional<z$1.ZodPipe<z$1.ZodEnum<{
3725
3725
  0: "0";
3726
3726
  1: "1";
3727
- true: "true";
3728
3727
  false: "false";
3729
- }>, z$1.ZodTransform<boolean, "0" | "1" | "true" | "false">>>;
3728
+ true: "true";
3729
+ }>, z$1.ZodTransform<boolean, "0" | "1" | "false" | "true">>>;
3730
3730
  }, z$1.core.$strip>;
3731
3731
  readonly get_offers: z$1.ZodObject<{
3732
3732
  side: z$1.ZodOptional<z$1.ZodEnum<{