@crypticdot/defituna-api 1.10.7 → 1.10.8
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.mts +4 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.js +1 -0
- package/dist/index.mjs +1 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -975,6 +975,7 @@ declare const PoolPriceUpdate$1: z$1.ZodObject<{
|
|
|
975
975
|
time: z$1.ZodCoercedDate<unknown>;
|
|
976
976
|
}, z$1.core.$strip>;
|
|
977
977
|
declare const OrderBookWrapper: z$1.ZodObject<{
|
|
978
|
+
poolPrice: z$1.ZodNumber;
|
|
978
979
|
priceStep: z$1.ZodNumber;
|
|
979
980
|
entries: z$1.ZodArray<z$1.ZodObject<{
|
|
980
981
|
concentratedAmount: z$1.ZodCoercedBigInt<unknown>;
|
|
@@ -1287,6 +1288,7 @@ declare const StateSnapshot$1: z$1.ZodObject<{
|
|
|
1287
1288
|
closedAt: z$1.ZodNullable<z$1.ZodCoercedDate<unknown>>;
|
|
1288
1289
|
}, z$1.core.$strip>>>;
|
|
1289
1290
|
orderBooks: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
1291
|
+
poolPrice: z$1.ZodNumber;
|
|
1290
1292
|
priceStep: z$1.ZodNumber;
|
|
1291
1293
|
entries: z$1.ZodArray<z$1.ZodObject<{
|
|
1292
1294
|
concentratedAmount: z$1.ZodCoercedBigInt<unknown>;
|
|
@@ -2822,6 +2824,7 @@ declare const StateSnapshotNotification: z.ZodObject<{
|
|
|
2822
2824
|
closedAt: z.ZodNullable<z.ZodCoercedDate<unknown>>;
|
|
2823
2825
|
}, z.core.$strip>>>;
|
|
2824
2826
|
orderBooks: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
2827
|
+
poolPrice: z.ZodNumber;
|
|
2825
2828
|
priceStep: z.ZodNumber;
|
|
2826
2829
|
entries: z.ZodArray<z.ZodObject<{
|
|
2827
2830
|
concentratedAmount: z.ZodCoercedBigInt<unknown>;
|
|
@@ -3131,6 +3134,7 @@ declare const StateSnapshotNotification: z.ZodObject<{
|
|
|
3131
3134
|
closedAt: z.ZodNullable<z.ZodCoercedDate<unknown>>;
|
|
3132
3135
|
}, z.core.$strip>>>;
|
|
3133
3136
|
orderBooks: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
3137
|
+
poolPrice: z.ZodNumber;
|
|
3134
3138
|
priceStep: z.ZodNumber;
|
|
3135
3139
|
entries: z.ZodArray<z.ZodObject<{
|
|
3136
3140
|
concentratedAmount: z.ZodCoercedBigInt<unknown>;
|
package/dist/index.d.ts
CHANGED
|
@@ -975,6 +975,7 @@ declare const PoolPriceUpdate$1: z$1.ZodObject<{
|
|
|
975
975
|
time: z$1.ZodCoercedDate<unknown>;
|
|
976
976
|
}, z$1.core.$strip>;
|
|
977
977
|
declare const OrderBookWrapper: z$1.ZodObject<{
|
|
978
|
+
poolPrice: z$1.ZodNumber;
|
|
978
979
|
priceStep: z$1.ZodNumber;
|
|
979
980
|
entries: z$1.ZodArray<z$1.ZodObject<{
|
|
980
981
|
concentratedAmount: z$1.ZodCoercedBigInt<unknown>;
|
|
@@ -1287,6 +1288,7 @@ declare const StateSnapshot$1: z$1.ZodObject<{
|
|
|
1287
1288
|
closedAt: z$1.ZodNullable<z$1.ZodCoercedDate<unknown>>;
|
|
1288
1289
|
}, z$1.core.$strip>>>;
|
|
1289
1290
|
orderBooks: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
1291
|
+
poolPrice: z$1.ZodNumber;
|
|
1290
1292
|
priceStep: z$1.ZodNumber;
|
|
1291
1293
|
entries: z$1.ZodArray<z$1.ZodObject<{
|
|
1292
1294
|
concentratedAmount: z$1.ZodCoercedBigInt<unknown>;
|
|
@@ -2822,6 +2824,7 @@ declare const StateSnapshotNotification: z.ZodObject<{
|
|
|
2822
2824
|
closedAt: z.ZodNullable<z.ZodCoercedDate<unknown>>;
|
|
2823
2825
|
}, z.core.$strip>>>;
|
|
2824
2826
|
orderBooks: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
2827
|
+
poolPrice: z.ZodNumber;
|
|
2825
2828
|
priceStep: z.ZodNumber;
|
|
2826
2829
|
entries: z.ZodArray<z.ZodObject<{
|
|
2827
2830
|
concentratedAmount: z.ZodCoercedBigInt<unknown>;
|
|
@@ -3131,6 +3134,7 @@ declare const StateSnapshotNotification: z.ZodObject<{
|
|
|
3131
3134
|
closedAt: z.ZodNullable<z.ZodCoercedDate<unknown>>;
|
|
3132
3135
|
}, z.core.$strip>>>;
|
|
3133
3136
|
orderBooks: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
3137
|
+
poolPrice: z.ZodNumber;
|
|
3134
3138
|
priceStep: z.ZodNumber;
|
|
3135
3139
|
entries: z.ZodArray<z.ZodObject<{
|
|
3136
3140
|
concentratedAmount: z.ZodCoercedBigInt<unknown>;
|
package/dist/index.js
CHANGED
|
@@ -638,6 +638,7 @@ var PoolPriceUpdate = import_zod8.default.object({
|
|
|
638
638
|
time: import_zod8.default.coerce.date()
|
|
639
639
|
});
|
|
640
640
|
var OrderBookWrapper = import_zod8.default.object({
|
|
641
|
+
poolPrice: import_zod8.default.number(),
|
|
641
642
|
priceStep: import_zod8.default.number(),
|
|
642
643
|
entries: import_zod8.default.array(OrderBookEntry)
|
|
643
644
|
});
|
package/dist/index.mjs
CHANGED