@morpho-dev/router 0.4.0 → 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.
- package/dist/cli.js +6 -1
- package/dist/index.browser.d.mts +3 -3
- package/dist/index.browser.d.mts.map +1 -1
- package/dist/index.browser.d.ts +3 -3
- package/dist/index.browser.d.ts.map +1 -1
- package/dist/index.node.d.mts +7 -7
- package/dist/index.node.d.mts.map +1 -1
- package/dist/index.node.d.ts +7 -7
- package/dist/index.node.d.ts.map +1 -1
- package/docs/integrator.md +1 -1
- package/package.json +1 -1
package/dist/index.node.d.ts
CHANGED
|
@@ -2269,7 +2269,7 @@ declare const assets: Record<string, Address[]>;
|
|
|
2269
2269
|
declare const configs: Record<Name$1, GateConfig>;
|
|
2270
2270
|
//#endregion
|
|
2271
2271
|
//#region src/gatekeeper/morphoRules.d.ts
|
|
2272
|
-
declare const morphoRules: (chains: Chain$1[]) => (Rule<Offer, "
|
|
2272
|
+
declare const morphoRules: (chains: Chain$1[]) => (Rule<Offer, "chain_ids"> | Rule<Offer, "maturity"> | Rule<Offer, "callback"> | Rule<Offer, "token"> | Rule<Offer, "mixed_maker"> | Rule<Offer, "amount_mutual_exclusivity">)[];
|
|
2273
2273
|
declare namespace Rules_d_exports {
|
|
2274
2274
|
export { ValidityParameters, amountMutualExclusivity, callback, chains$1 as chains, maturity, sameMaker, token, validity };
|
|
2275
2275
|
}
|
|
@@ -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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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<{
|