@panoptic-eng/sdk 1.0.9 → 1.0.11
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/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +9 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -24363,6 +24363,7 @@ declare const HypoVaultManagerConfigSchema: z.ZodObject<{
|
|
|
24363
24363
|
manageCycleIntervalMs: z.ZodOptional<z.ZodNumber>;
|
|
24364
24364
|
vaultCapInUnderlying: z.ZodBigInt;
|
|
24365
24365
|
vaultCapInShares: z.ZodOptional<z.ZodBigInt>;
|
|
24366
|
+
allowUnlimitedDepositRequestIfCapNotReached: z.ZodOptional<z.ZodBoolean>;
|
|
24366
24367
|
maxBuyingPowerUsageBps: z.ZodNumber;
|
|
24367
24368
|
chainId: z.ZodOptional<z.ZodNumber>;
|
|
24368
24369
|
poolDeploymentBlock: z.ZodOptional<z.ZodNumber>;
|