@crypticdot/defituna-api 1.10.2 → 1.10.3
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 +8 -8
- package/dist/index.d.ts +8 -8
- package/dist/index.js +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -155,8 +155,8 @@ declare const TunaLpPositionDtoSchema: z$1.ZodObject<{
|
|
|
155
155
|
}>;
|
|
156
156
|
positionMint: z$1.ZodString;
|
|
157
157
|
liquidity: z$1.ZodCoercedBigInt<unknown>;
|
|
158
|
-
|
|
159
|
-
|
|
158
|
+
tickLowerIndex: z$1.ZodNumber;
|
|
159
|
+
tickUpperIndex: z$1.ZodNumber;
|
|
160
160
|
lowerLimitOrderPrice: z$1.ZodNumber;
|
|
161
161
|
upperLimitOrderPrice: z$1.ZodNumber;
|
|
162
162
|
entryPrice: z$1.ZodNumber;
|
|
@@ -1047,8 +1047,8 @@ declare const StateSnapshot$1: z$1.ZodObject<{
|
|
|
1047
1047
|
}>;
|
|
1048
1048
|
positionMint: z$1.ZodString;
|
|
1049
1049
|
liquidity: z$1.ZodCoercedBigInt<unknown>;
|
|
1050
|
-
|
|
1051
|
-
|
|
1050
|
+
tickLowerIndex: z$1.ZodNumber;
|
|
1051
|
+
tickUpperIndex: z$1.ZodNumber;
|
|
1052
1052
|
lowerLimitOrderPrice: z$1.ZodNumber;
|
|
1053
1053
|
upperLimitOrderPrice: z$1.ZodNumber;
|
|
1054
1054
|
entryPrice: z$1.ZodNumber;
|
|
@@ -3085,8 +3085,8 @@ declare const StateSnapshotNotification: z.ZodObject<{
|
|
|
3085
3085
|
}>;
|
|
3086
3086
|
positionMint: z.ZodString;
|
|
3087
3087
|
liquidity: z.ZodCoercedBigInt<unknown>;
|
|
3088
|
-
|
|
3089
|
-
|
|
3088
|
+
tickLowerIndex: z.ZodNumber;
|
|
3089
|
+
tickUpperIndex: z.ZodNumber;
|
|
3090
3090
|
lowerLimitOrderPrice: z.ZodNumber;
|
|
3091
3091
|
upperLimitOrderPrice: z.ZodNumber;
|
|
3092
3092
|
entryPrice: z.ZodNumber;
|
|
@@ -3338,8 +3338,8 @@ declare const StateSnapshotNotification: z.ZodObject<{
|
|
|
3338
3338
|
}>;
|
|
3339
3339
|
positionMint: z.ZodString;
|
|
3340
3340
|
liquidity: z.ZodCoercedBigInt<unknown>;
|
|
3341
|
-
|
|
3342
|
-
|
|
3341
|
+
tickLowerIndex: z.ZodNumber;
|
|
3342
|
+
tickUpperIndex: z.ZodNumber;
|
|
3343
3343
|
lowerLimitOrderPrice: z.ZodNumber;
|
|
3344
3344
|
upperLimitOrderPrice: z.ZodNumber;
|
|
3345
3345
|
entryPrice: z.ZodNumber;
|
package/dist/index.d.ts
CHANGED
|
@@ -155,8 +155,8 @@ declare const TunaLpPositionDtoSchema: z$1.ZodObject<{
|
|
|
155
155
|
}>;
|
|
156
156
|
positionMint: z$1.ZodString;
|
|
157
157
|
liquidity: z$1.ZodCoercedBigInt<unknown>;
|
|
158
|
-
|
|
159
|
-
|
|
158
|
+
tickLowerIndex: z$1.ZodNumber;
|
|
159
|
+
tickUpperIndex: z$1.ZodNumber;
|
|
160
160
|
lowerLimitOrderPrice: z$1.ZodNumber;
|
|
161
161
|
upperLimitOrderPrice: z$1.ZodNumber;
|
|
162
162
|
entryPrice: z$1.ZodNumber;
|
|
@@ -1047,8 +1047,8 @@ declare const StateSnapshot$1: z$1.ZodObject<{
|
|
|
1047
1047
|
}>;
|
|
1048
1048
|
positionMint: z$1.ZodString;
|
|
1049
1049
|
liquidity: z$1.ZodCoercedBigInt<unknown>;
|
|
1050
|
-
|
|
1051
|
-
|
|
1050
|
+
tickLowerIndex: z$1.ZodNumber;
|
|
1051
|
+
tickUpperIndex: z$1.ZodNumber;
|
|
1052
1052
|
lowerLimitOrderPrice: z$1.ZodNumber;
|
|
1053
1053
|
upperLimitOrderPrice: z$1.ZodNumber;
|
|
1054
1054
|
entryPrice: z$1.ZodNumber;
|
|
@@ -3085,8 +3085,8 @@ declare const StateSnapshotNotification: z.ZodObject<{
|
|
|
3085
3085
|
}>;
|
|
3086
3086
|
positionMint: z.ZodString;
|
|
3087
3087
|
liquidity: z.ZodCoercedBigInt<unknown>;
|
|
3088
|
-
|
|
3089
|
-
|
|
3088
|
+
tickLowerIndex: z.ZodNumber;
|
|
3089
|
+
tickUpperIndex: z.ZodNumber;
|
|
3090
3090
|
lowerLimitOrderPrice: z.ZodNumber;
|
|
3091
3091
|
upperLimitOrderPrice: z.ZodNumber;
|
|
3092
3092
|
entryPrice: z.ZodNumber;
|
|
@@ -3338,8 +3338,8 @@ declare const StateSnapshotNotification: z.ZodObject<{
|
|
|
3338
3338
|
}>;
|
|
3339
3339
|
positionMint: z.ZodString;
|
|
3340
3340
|
liquidity: z.ZodCoercedBigInt<unknown>;
|
|
3341
|
-
|
|
3342
|
-
|
|
3341
|
+
tickLowerIndex: z.ZodNumber;
|
|
3342
|
+
tickUpperIndex: z.ZodNumber;
|
|
3343
3343
|
lowerLimitOrderPrice: z.ZodNumber;
|
|
3344
3344
|
upperLimitOrderPrice: z.ZodNumber;
|
|
3345
3345
|
entryPrice: z.ZodNumber;
|
package/dist/index.js
CHANGED
|
@@ -304,8 +304,8 @@ var TunaLpPositionDtoSchema = import_zod5.default.object({
|
|
|
304
304
|
state: TunaPositionStateSchema,
|
|
305
305
|
positionMint: import_zod5.default.string(),
|
|
306
306
|
liquidity: import_zod5.default.coerce.bigint(),
|
|
307
|
-
|
|
308
|
-
|
|
307
|
+
tickLowerIndex: import_zod5.default.number(),
|
|
308
|
+
tickUpperIndex: import_zod5.default.number(),
|
|
309
309
|
lowerLimitOrderPrice: import_zod5.default.number(),
|
|
310
310
|
upperLimitOrderPrice: import_zod5.default.number(),
|
|
311
311
|
entryPrice: import_zod5.default.number(),
|
package/dist/index.mjs
CHANGED
|
@@ -267,8 +267,8 @@ var TunaLpPositionDtoSchema = z5.object({
|
|
|
267
267
|
state: TunaPositionStateSchema,
|
|
268
268
|
positionMint: z5.string(),
|
|
269
269
|
liquidity: z5.coerce.bigint(),
|
|
270
|
-
|
|
271
|
-
|
|
270
|
+
tickLowerIndex: z5.number(),
|
|
271
|
+
tickUpperIndex: z5.number(),
|
|
272
272
|
lowerLimitOrderPrice: z5.number(),
|
|
273
273
|
upperLimitOrderPrice: z5.number(),
|
|
274
274
|
entryPrice: z5.number(),
|