@crypticdot/defituna-api 1.10.1 → 1.10.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/index.d.mts +69 -33
- package/dist/index.d.ts +69 -33
- package/dist/index.js +442 -444
- package/dist/index.mjs +418 -420
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -173,13 +173,17 @@ declare const TunaLpPositionDtoSchema: z$1.ZodObject<{
|
|
|
173
173
|
autoRebalancing: z$1.ZodBoolean;
|
|
174
174
|
}, z$1.core.$strip>;
|
|
175
175
|
mintA: z$1.ZodObject<{
|
|
176
|
-
|
|
176
|
+
mint: z$1.ZodString;
|
|
177
177
|
symbol: z$1.ZodString;
|
|
178
|
+
name: z$1.ZodString;
|
|
179
|
+
logo: z$1.ZodString;
|
|
178
180
|
decimals: z$1.ZodNumber;
|
|
179
181
|
}, z$1.core.$strip>;
|
|
180
182
|
mintB: z$1.ZodObject<{
|
|
181
|
-
|
|
183
|
+
mint: z$1.ZodString;
|
|
182
184
|
symbol: z$1.ZodString;
|
|
185
|
+
name: z$1.ZodString;
|
|
186
|
+
logo: z$1.ZodString;
|
|
183
187
|
decimals: z$1.ZodNumber;
|
|
184
188
|
}, z$1.core.$strip>;
|
|
185
189
|
pool: z$1.ZodObject<{
|
|
@@ -853,13 +857,17 @@ declare const TunaSpotPosition$1: z.ZodObject<{
|
|
|
853
857
|
upperLimitOrderPrice: z.ZodNumber;
|
|
854
858
|
entryPrice: z.ZodNumber;
|
|
855
859
|
mintA: z.ZodObject<{
|
|
856
|
-
|
|
860
|
+
mint: z.ZodString;
|
|
857
861
|
symbol: z.ZodString;
|
|
862
|
+
name: z.ZodString;
|
|
863
|
+
logo: z.ZodString;
|
|
858
864
|
decimals: z.ZodNumber;
|
|
859
865
|
}, z.core.$strip>;
|
|
860
866
|
mintB: z.ZodObject<{
|
|
861
|
-
|
|
867
|
+
mint: z.ZodString;
|
|
862
868
|
symbol: z.ZodString;
|
|
869
|
+
name: z.ZodString;
|
|
870
|
+
logo: z.ZodString;
|
|
863
871
|
decimals: z.ZodNumber;
|
|
864
872
|
}, z.core.$strip>;
|
|
865
873
|
pool: z.ZodObject<{
|
|
@@ -931,11 +939,6 @@ declare const CloseSpotPositionQuote$1: z.ZodObject<{
|
|
|
931
939
|
priceImpact: z.ZodNumber;
|
|
932
940
|
}, z.core.$strip>;
|
|
933
941
|
|
|
934
|
-
declare const TunaPositionMintSchema: z$1.ZodObject<{
|
|
935
|
-
addr: z$1.ZodString;
|
|
936
|
-
symbol: z$1.ZodString;
|
|
937
|
-
decimals: z$1.ZodNumber;
|
|
938
|
-
}, z$1.core.$strip>;
|
|
939
942
|
declare const TunaPositionPoolSchema: z$1.ZodObject<{
|
|
940
943
|
addr: z$1.ZodString;
|
|
941
944
|
price: z$1.ZodNumber;
|
|
@@ -976,13 +979,17 @@ declare const StateSnapshot$1: z$1.ZodObject<{
|
|
|
976
979
|
upperLimitOrderPrice: z$1.ZodNumber;
|
|
977
980
|
entryPrice: z$1.ZodNumber;
|
|
978
981
|
mintA: z$1.ZodObject<{
|
|
979
|
-
|
|
982
|
+
mint: z$1.ZodString;
|
|
980
983
|
symbol: z$1.ZodString;
|
|
984
|
+
name: z$1.ZodString;
|
|
985
|
+
logo: z$1.ZodString;
|
|
981
986
|
decimals: z$1.ZodNumber;
|
|
982
987
|
}, z$1.core.$strip>;
|
|
983
988
|
mintB: z$1.ZodObject<{
|
|
984
|
-
|
|
989
|
+
mint: z$1.ZodString;
|
|
985
990
|
symbol: z$1.ZodString;
|
|
991
|
+
name: z$1.ZodString;
|
|
992
|
+
logo: z$1.ZodString;
|
|
986
993
|
decimals: z$1.ZodNumber;
|
|
987
994
|
}, z$1.core.$strip>;
|
|
988
995
|
pool: z$1.ZodObject<{
|
|
@@ -1058,13 +1065,17 @@ declare const StateSnapshot$1: z$1.ZodObject<{
|
|
|
1058
1065
|
autoRebalancing: z$1.ZodBoolean;
|
|
1059
1066
|
}, z$1.core.$strip>;
|
|
1060
1067
|
mintA: z$1.ZodObject<{
|
|
1061
|
-
|
|
1068
|
+
mint: z$1.ZodString;
|
|
1062
1069
|
symbol: z$1.ZodString;
|
|
1070
|
+
name: z$1.ZodString;
|
|
1071
|
+
logo: z$1.ZodString;
|
|
1063
1072
|
decimals: z$1.ZodNumber;
|
|
1064
1073
|
}, z$1.core.$strip>;
|
|
1065
1074
|
mintB: z$1.ZodObject<{
|
|
1066
|
-
|
|
1075
|
+
mint: z$1.ZodString;
|
|
1067
1076
|
symbol: z$1.ZodString;
|
|
1077
|
+
name: z$1.ZodString;
|
|
1078
|
+
logo: z$1.ZodString;
|
|
1068
1079
|
decimals: z$1.ZodNumber;
|
|
1069
1080
|
}, z$1.core.$strip>;
|
|
1070
1081
|
pool: z$1.ZodObject<{
|
|
@@ -1180,6 +1191,14 @@ declare const StateSnapshot$1: z$1.ZodObject<{
|
|
|
1180
1191
|
}, z$1.core.$strip>>>;
|
|
1181
1192
|
}, z$1.core.$strip>;
|
|
1182
1193
|
|
|
1194
|
+
declare const Mint$1: z.ZodObject<{
|
|
1195
|
+
mint: z.ZodString;
|
|
1196
|
+
symbol: z.ZodString;
|
|
1197
|
+
name: z.ZodString;
|
|
1198
|
+
logo: z.ZodString;
|
|
1199
|
+
decimals: z.ZodNumber;
|
|
1200
|
+
}, z.core.$strip>;
|
|
1201
|
+
|
|
1183
1202
|
declare const NotificationEntity: {
|
|
1184
1203
|
readonly POOL_SWAP: "pool_swap";
|
|
1185
1204
|
readonly POOL_PRICE: "pool_price";
|
|
@@ -1335,12 +1354,6 @@ declare const WalletSubscriptionTopicSchema: z.ZodEnum<{
|
|
|
1335
1354
|
declare const PaginationMeta$1: z.ZodObject<{
|
|
1336
1355
|
total: z.ZodNumber;
|
|
1337
1356
|
}, z.core.$strip>;
|
|
1338
|
-
declare const Mint$1: z.ZodObject<{
|
|
1339
|
-
symbol: z.ZodString;
|
|
1340
|
-
mint: z.ZodString;
|
|
1341
|
-
logo: z.ZodString;
|
|
1342
|
-
decimals: z.ZodNumber;
|
|
1343
|
-
}, z.core.$strip>;
|
|
1344
1357
|
declare const Market$1: z.ZodObject<{
|
|
1345
1358
|
address: z.ZodString;
|
|
1346
1359
|
addressLookupTable: z.ZodString;
|
|
@@ -2255,13 +2268,17 @@ declare const TunaSpotPositionNotification: z.ZodObject<{
|
|
|
2255
2268
|
upperLimitOrderPrice: z.ZodNumber;
|
|
2256
2269
|
entryPrice: z.ZodNumber;
|
|
2257
2270
|
mintA: z.ZodObject<{
|
|
2258
|
-
|
|
2271
|
+
mint: z.ZodString;
|
|
2259
2272
|
symbol: z.ZodString;
|
|
2273
|
+
name: z.ZodString;
|
|
2274
|
+
logo: z.ZodString;
|
|
2260
2275
|
decimals: z.ZodNumber;
|
|
2261
2276
|
}, z.core.$strip>;
|
|
2262
2277
|
mintB: z.ZodObject<{
|
|
2263
|
-
|
|
2278
|
+
mint: z.ZodString;
|
|
2264
2279
|
symbol: z.ZodString;
|
|
2280
|
+
name: z.ZodString;
|
|
2281
|
+
logo: z.ZodString;
|
|
2265
2282
|
decimals: z.ZodNumber;
|
|
2266
2283
|
}, z.core.$strip>;
|
|
2267
2284
|
pool: z.ZodObject<{
|
|
@@ -2340,13 +2357,17 @@ declare const TunaSpotPositionNotification: z.ZodObject<{
|
|
|
2340
2357
|
upperLimitOrderPrice: z.ZodNumber;
|
|
2341
2358
|
entryPrice: z.ZodNumber;
|
|
2342
2359
|
mintA: z.ZodObject<{
|
|
2343
|
-
|
|
2360
|
+
mint: z.ZodString;
|
|
2344
2361
|
symbol: z.ZodString;
|
|
2362
|
+
name: z.ZodString;
|
|
2363
|
+
logo: z.ZodString;
|
|
2345
2364
|
decimals: z.ZodNumber;
|
|
2346
2365
|
}, z.core.$strip>;
|
|
2347
2366
|
mintB: z.ZodObject<{
|
|
2348
|
-
|
|
2367
|
+
mint: z.ZodString;
|
|
2349
2368
|
symbol: z.ZodString;
|
|
2369
|
+
name: z.ZodString;
|
|
2370
|
+
logo: z.ZodString;
|
|
2350
2371
|
decimals: z.ZodNumber;
|
|
2351
2372
|
}, z.core.$strip>;
|
|
2352
2373
|
pool: z.ZodObject<{
|
|
@@ -2996,13 +3017,17 @@ declare const StateSnapshotNotification: z.ZodObject<{
|
|
|
2996
3017
|
upperLimitOrderPrice: z.ZodNumber;
|
|
2997
3018
|
entryPrice: z.ZodNumber;
|
|
2998
3019
|
mintA: z.ZodObject<{
|
|
2999
|
-
|
|
3020
|
+
mint: z.ZodString;
|
|
3000
3021
|
symbol: z.ZodString;
|
|
3022
|
+
name: z.ZodString;
|
|
3023
|
+
logo: z.ZodString;
|
|
3001
3024
|
decimals: z.ZodNumber;
|
|
3002
3025
|
}, z.core.$strip>;
|
|
3003
3026
|
mintB: z.ZodObject<{
|
|
3004
|
-
|
|
3027
|
+
mint: z.ZodString;
|
|
3005
3028
|
symbol: z.ZodString;
|
|
3029
|
+
name: z.ZodString;
|
|
3030
|
+
logo: z.ZodString;
|
|
3006
3031
|
decimals: z.ZodNumber;
|
|
3007
3032
|
}, z.core.$strip>;
|
|
3008
3033
|
pool: z.ZodObject<{
|
|
@@ -3078,13 +3103,17 @@ declare const StateSnapshotNotification: z.ZodObject<{
|
|
|
3078
3103
|
autoRebalancing: z.ZodBoolean;
|
|
3079
3104
|
}, z.core.$strip>;
|
|
3080
3105
|
mintA: z.ZodObject<{
|
|
3081
|
-
|
|
3106
|
+
mint: z.ZodString;
|
|
3082
3107
|
symbol: z.ZodString;
|
|
3108
|
+
name: z.ZodString;
|
|
3109
|
+
logo: z.ZodString;
|
|
3083
3110
|
decimals: z.ZodNumber;
|
|
3084
3111
|
}, z.core.$strip>;
|
|
3085
3112
|
mintB: z.ZodObject<{
|
|
3086
|
-
|
|
3113
|
+
mint: z.ZodString;
|
|
3087
3114
|
symbol: z.ZodString;
|
|
3115
|
+
name: z.ZodString;
|
|
3116
|
+
logo: z.ZodString;
|
|
3088
3117
|
decimals: z.ZodNumber;
|
|
3089
3118
|
}, z.core.$strip>;
|
|
3090
3119
|
pool: z.ZodObject<{
|
|
@@ -3241,13 +3270,17 @@ declare const StateSnapshotNotification: z.ZodObject<{
|
|
|
3241
3270
|
upperLimitOrderPrice: z.ZodNumber;
|
|
3242
3271
|
entryPrice: z.ZodNumber;
|
|
3243
3272
|
mintA: z.ZodObject<{
|
|
3244
|
-
|
|
3273
|
+
mint: z.ZodString;
|
|
3245
3274
|
symbol: z.ZodString;
|
|
3275
|
+
name: z.ZodString;
|
|
3276
|
+
logo: z.ZodString;
|
|
3246
3277
|
decimals: z.ZodNumber;
|
|
3247
3278
|
}, z.core.$strip>;
|
|
3248
3279
|
mintB: z.ZodObject<{
|
|
3249
|
-
|
|
3280
|
+
mint: z.ZodString;
|
|
3250
3281
|
symbol: z.ZodString;
|
|
3282
|
+
name: z.ZodString;
|
|
3283
|
+
logo: z.ZodString;
|
|
3251
3284
|
decimals: z.ZodNumber;
|
|
3252
3285
|
}, z.core.$strip>;
|
|
3253
3286
|
pool: z.ZodObject<{
|
|
@@ -3323,13 +3356,17 @@ declare const StateSnapshotNotification: z.ZodObject<{
|
|
|
3323
3356
|
autoRebalancing: z.ZodBoolean;
|
|
3324
3357
|
}, z.core.$strip>;
|
|
3325
3358
|
mintA: z.ZodObject<{
|
|
3326
|
-
|
|
3359
|
+
mint: z.ZodString;
|
|
3327
3360
|
symbol: z.ZodString;
|
|
3361
|
+
name: z.ZodString;
|
|
3362
|
+
logo: z.ZodString;
|
|
3328
3363
|
decimals: z.ZodNumber;
|
|
3329
3364
|
}, z.core.$strip>;
|
|
3330
3365
|
mintB: z.ZodObject<{
|
|
3331
|
-
|
|
3366
|
+
mint: z.ZodString;
|
|
3332
3367
|
symbol: z.ZodString;
|
|
3368
|
+
name: z.ZodString;
|
|
3369
|
+
logo: z.ZodString;
|
|
3333
3370
|
decimals: z.ZodNumber;
|
|
3334
3371
|
}, z.core.$strip>;
|
|
3335
3372
|
pool: z.ZodObject<{
|
|
@@ -3508,7 +3545,6 @@ declare const schemas_TunaLpPositionTokenPrices: typeof TunaLpPositionTokenPrice
|
|
|
3508
3545
|
declare const schemas_TunaLpPositionTransfer: typeof TunaLpPositionTransfer;
|
|
3509
3546
|
declare const schemas_TunaLpPositionValue: typeof TunaLpPositionValue;
|
|
3510
3547
|
declare const schemas_TunaPositionLegacy: typeof TunaPositionLegacy;
|
|
3511
|
-
declare const schemas_TunaPositionMintSchema: typeof TunaPositionMintSchema;
|
|
3512
3548
|
declare const schemas_TunaPositionNotification: typeof TunaPositionNotification;
|
|
3513
3549
|
declare const schemas_TunaPositionPoolSchema: typeof TunaPositionPoolSchema;
|
|
3514
3550
|
declare const schemas_TunaPositionPoolToken: typeof TunaPositionPoolToken;
|
|
@@ -3524,7 +3560,7 @@ declare const schemas_UsdPnlSchema: typeof UsdPnlSchema;
|
|
|
3524
3560
|
declare const schemas_WalletSubscriptionTopic: typeof WalletSubscriptionTopic;
|
|
3525
3561
|
declare const schemas_WalletSubscriptionTopicSchema: typeof WalletSubscriptionTopicSchema;
|
|
3526
3562
|
declare namespace schemas {
|
|
3527
|
-
export { schemas_AmountWithUsdSchema as AmountWithUsdSchema, schemas_AmountWithoutUsdSchema as AmountWithoutUsdSchema, CloseSpotPositionQuote$1 as CloseSpotPositionQuote, DecreaseSpotPositionQuote$1 as DecreaseSpotPositionQuote, FeesStatsGroup$1 as FeesStatsGroup, IncreaseSpotPositionQuote$1 as IncreaseSpotPositionQuote, LendingPosition$1 as LendingPosition, schemas_LendingPositionNotification as LendingPositionNotification, LimitOrder$1 as LimitOrder, schemas_LimitOrderNotification as LimitOrderNotification, LimitOrderQuoteByInput$1 as LimitOrderQuoteByInput, LimitOrderQuoteByOutput$1 as LimitOrderQuoteByOutput, schemas_LimitOrderState as LimitOrderState, schemas_LimitOrderStateSchema as LimitOrderStateSchema, schemas_LpPositionAutoCompound as LpPositionAutoCompound, schemas_LpPositionAutoCompoundSchema as LpPositionAutoCompoundSchema, schemas_LpPositionLimitOrderSwap as LpPositionLimitOrderSwap, schemas_LpPositionLimitOrderSwapSchema as LpPositionLimitOrderSwapSchema, schemas_LpPositionRebalance as LpPositionRebalance, schemas_LpPositionRebalanceSchema as LpPositionRebalanceSchema, schemas_LpPositionsActionType as LpPositionsActionType, schemas_LpPositionsActionTypeSchema as LpPositionsActionTypeSchema, Market$1 as Market, Mint$1 as Mint, schemas_NotificationAction as NotificationAction, schemas_NotificationActionSchema as NotificationActionSchema, schemas_NotificationEntity as NotificationEntity, schemas_NotificationEntitySchema as NotificationEntitySchema, OrderBook$1 as OrderBook, OrderBookEntry$1 as OrderBookEntry, schemas_OrderBookNotification as OrderBookNotification, OrderBookNotificationMeta$1 as OrderBookNotificationMeta, OrderHistoryEntry$1 as OrderHistoryEntry, schemas_OrderHistoryEntryNotification as OrderHistoryEntryNotification, schemas_OrderHistoryOrderType as OrderHistoryOrderType, schemas_OrderHistoryOrderTypeSchema as OrderHistoryOrderTypeSchema, schemas_OrderHistoryStatus as OrderHistoryStatus, schemas_OrderHistoryStatusSchema as OrderHistoryStatusSchema, schemas_OrderHistoryUIDirection as OrderHistoryUIDirection, schemas_OrderHistoryUIDirectionSchema as OrderHistoryUIDirectionSchema, PaginationMeta$1 as PaginationMeta, Pool$1 as Pool, PoolPriceCandle$1 as PoolPriceCandle, PoolPriceUpdate$1 as PoolPriceUpdate, schemas_PoolPriceUpdateNotification as PoolPriceUpdateNotification, schemas_PoolProvider as PoolProvider, schemas_PoolProviderSchema as PoolProviderSchema, schemas_PoolSubscriptionTopic as PoolSubscriptionTopic, schemas_PoolSubscriptionTopicSchema as PoolSubscriptionTopicSchema, PoolSwap$1 as PoolSwap, schemas_PoolSwapNotification as PoolSwapNotification, PoolTicks$1 as PoolTicks, StakingLeaderboardPage$1 as StakingLeaderboardPage, StakingLeaderboardPosition$1 as StakingLeaderboardPosition, StakingPosition$1 as StakingPosition, StakingPositionHistoryAction$1 as StakingPositionHistoryAction, StakingPositionHistoryActionType$1 as StakingPositionHistoryActionType, schemas_StakingPositionHistoryActionTypeSchema as StakingPositionHistoryActionTypeSchema, schemas_StakingPositionNotification as StakingPositionNotification, StakingRevenueStatsGroup$1 as StakingRevenueStatsGroup, StakingTreasury$1 as StakingTreasury, StateSnapshot$1 as StateSnapshot, schemas_StateSnapshotNotification as StateSnapshotNotification, SwapQuoteByInput$1 as SwapQuoteByInput, SwapQuoteByOutput$1 as SwapQuoteByOutput, Tick$1 as Tick, TokenOraclePrice$1 as TokenOraclePrice, schemas_TokensPnlSchema as TokensPnlSchema, TradableAmount$1 as TradableAmount, schemas_TradeHistoryAction as TradeHistoryAction, schemas_TradeHistoryActionSchema as TradeHistoryActionSchema, TradeHistoryEntry$1 as TradeHistoryEntry, schemas_TradeHistoryEntryNotification as TradeHistoryEntryNotification, schemas_TradeHistoryUIDirection as TradeHistoryUIDirection, schemas_TradeHistoryUIDirectionSchema as TradeHistoryUIDirectionSchema, TunaLpPositionAction$1 as TunaLpPositionAction, schemas_TunaLpPositionActionClose as TunaLpPositionActionClose, schemas_TunaLpPositionActionCollectAndCompoundFees as TunaLpPositionActionCollectAndCompoundFees, schemas_TunaLpPositionActionCollectFees as TunaLpPositionActionCollectFees, schemas_TunaLpPositionActionDecreaseLiquidity as TunaLpPositionActionDecreaseLiquidity, schemas_TunaLpPositionActionIncreaseLiquidity as TunaLpPositionActionIncreaseLiquidity, schemas_TunaLpPositionActionLiquidate as TunaLpPositionActionLiquidate, schemas_TunaLpPositionActionOpen as TunaLpPositionActionOpen, schemas_TunaLpPositionActionParametersUpdate as TunaLpPositionActionParametersUpdate, schemas_TunaLpPositionActionRepayDebt as TunaLpPositionActionRepayDebt, schemas_TunaLpPositionAutoCompounding as TunaLpPositionAutoCompounding, schemas_TunaLpPositionAutoCompoundingSchema as TunaLpPositionAutoCompoundingSchema, schemas_TunaLpPositionDtoSchema as TunaLpPositionDtoSchema, schemas_TunaLpPositionFlagsSchema as TunaLpPositionFlagsSchema, schemas_TunaLpPositionHistorical as TunaLpPositionHistorical, schemas_TunaLpPositionParameters as TunaLpPositionParameters, schemas_TunaLpPositionTokenPrices as TunaLpPositionTokenPrices, schemas_TunaLpPositionTransfer as TunaLpPositionTransfer, schemas_TunaLpPositionValue as TunaLpPositionValue, schemas_TunaPositionLegacy as TunaPositionLegacy,
|
|
3563
|
+
export { schemas_AmountWithUsdSchema as AmountWithUsdSchema, schemas_AmountWithoutUsdSchema as AmountWithoutUsdSchema, CloseSpotPositionQuote$1 as CloseSpotPositionQuote, DecreaseSpotPositionQuote$1 as DecreaseSpotPositionQuote, FeesStatsGroup$1 as FeesStatsGroup, IncreaseSpotPositionQuote$1 as IncreaseSpotPositionQuote, LendingPosition$1 as LendingPosition, schemas_LendingPositionNotification as LendingPositionNotification, LimitOrder$1 as LimitOrder, schemas_LimitOrderNotification as LimitOrderNotification, LimitOrderQuoteByInput$1 as LimitOrderQuoteByInput, LimitOrderQuoteByOutput$1 as LimitOrderQuoteByOutput, schemas_LimitOrderState as LimitOrderState, schemas_LimitOrderStateSchema as LimitOrderStateSchema, schemas_LpPositionAutoCompound as LpPositionAutoCompound, schemas_LpPositionAutoCompoundSchema as LpPositionAutoCompoundSchema, schemas_LpPositionLimitOrderSwap as LpPositionLimitOrderSwap, schemas_LpPositionLimitOrderSwapSchema as LpPositionLimitOrderSwapSchema, schemas_LpPositionRebalance as LpPositionRebalance, schemas_LpPositionRebalanceSchema as LpPositionRebalanceSchema, schemas_LpPositionsActionType as LpPositionsActionType, schemas_LpPositionsActionTypeSchema as LpPositionsActionTypeSchema, Market$1 as Market, Mint$1 as Mint, schemas_NotificationAction as NotificationAction, schemas_NotificationActionSchema as NotificationActionSchema, schemas_NotificationEntity as NotificationEntity, schemas_NotificationEntitySchema as NotificationEntitySchema, OrderBook$1 as OrderBook, OrderBookEntry$1 as OrderBookEntry, schemas_OrderBookNotification as OrderBookNotification, OrderBookNotificationMeta$1 as OrderBookNotificationMeta, OrderHistoryEntry$1 as OrderHistoryEntry, schemas_OrderHistoryEntryNotification as OrderHistoryEntryNotification, schemas_OrderHistoryOrderType as OrderHistoryOrderType, schemas_OrderHistoryOrderTypeSchema as OrderHistoryOrderTypeSchema, schemas_OrderHistoryStatus as OrderHistoryStatus, schemas_OrderHistoryStatusSchema as OrderHistoryStatusSchema, schemas_OrderHistoryUIDirection as OrderHistoryUIDirection, schemas_OrderHistoryUIDirectionSchema as OrderHistoryUIDirectionSchema, PaginationMeta$1 as PaginationMeta, Pool$1 as Pool, PoolPriceCandle$1 as PoolPriceCandle, PoolPriceUpdate$1 as PoolPriceUpdate, schemas_PoolPriceUpdateNotification as PoolPriceUpdateNotification, schemas_PoolProvider as PoolProvider, schemas_PoolProviderSchema as PoolProviderSchema, schemas_PoolSubscriptionTopic as PoolSubscriptionTopic, schemas_PoolSubscriptionTopicSchema as PoolSubscriptionTopicSchema, PoolSwap$1 as PoolSwap, schemas_PoolSwapNotification as PoolSwapNotification, PoolTicks$1 as PoolTicks, StakingLeaderboardPage$1 as StakingLeaderboardPage, StakingLeaderboardPosition$1 as StakingLeaderboardPosition, StakingPosition$1 as StakingPosition, StakingPositionHistoryAction$1 as StakingPositionHistoryAction, StakingPositionHistoryActionType$1 as StakingPositionHistoryActionType, schemas_StakingPositionHistoryActionTypeSchema as StakingPositionHistoryActionTypeSchema, schemas_StakingPositionNotification as StakingPositionNotification, StakingRevenueStatsGroup$1 as StakingRevenueStatsGroup, StakingTreasury$1 as StakingTreasury, StateSnapshot$1 as StateSnapshot, schemas_StateSnapshotNotification as StateSnapshotNotification, SwapQuoteByInput$1 as SwapQuoteByInput, SwapQuoteByOutput$1 as SwapQuoteByOutput, Tick$1 as Tick, TokenOraclePrice$1 as TokenOraclePrice, schemas_TokensPnlSchema as TokensPnlSchema, TradableAmount$1 as TradableAmount, schemas_TradeHistoryAction as TradeHistoryAction, schemas_TradeHistoryActionSchema as TradeHistoryActionSchema, TradeHistoryEntry$1 as TradeHistoryEntry, schemas_TradeHistoryEntryNotification as TradeHistoryEntryNotification, schemas_TradeHistoryUIDirection as TradeHistoryUIDirection, schemas_TradeHistoryUIDirectionSchema as TradeHistoryUIDirectionSchema, TunaLpPositionAction$1 as TunaLpPositionAction, schemas_TunaLpPositionActionClose as TunaLpPositionActionClose, schemas_TunaLpPositionActionCollectAndCompoundFees as TunaLpPositionActionCollectAndCompoundFees, schemas_TunaLpPositionActionCollectFees as TunaLpPositionActionCollectFees, schemas_TunaLpPositionActionDecreaseLiquidity as TunaLpPositionActionDecreaseLiquidity, schemas_TunaLpPositionActionIncreaseLiquidity as TunaLpPositionActionIncreaseLiquidity, schemas_TunaLpPositionActionLiquidate as TunaLpPositionActionLiquidate, schemas_TunaLpPositionActionOpen as TunaLpPositionActionOpen, schemas_TunaLpPositionActionParametersUpdate as TunaLpPositionActionParametersUpdate, schemas_TunaLpPositionActionRepayDebt as TunaLpPositionActionRepayDebt, schemas_TunaLpPositionAutoCompounding as TunaLpPositionAutoCompounding, schemas_TunaLpPositionAutoCompoundingSchema as TunaLpPositionAutoCompoundingSchema, schemas_TunaLpPositionDtoSchema as TunaLpPositionDtoSchema, schemas_TunaLpPositionFlagsSchema as TunaLpPositionFlagsSchema, schemas_TunaLpPositionHistorical as TunaLpPositionHistorical, schemas_TunaLpPositionParameters as TunaLpPositionParameters, schemas_TunaLpPositionTokenPrices as TunaLpPositionTokenPrices, schemas_TunaLpPositionTransfer as TunaLpPositionTransfer, schemas_TunaLpPositionValue as TunaLpPositionValue, schemas_TunaPositionLegacy as TunaPositionLegacy, schemas_TunaPositionNotification as TunaPositionNotification, schemas_TunaPositionPoolSchema as TunaPositionPoolSchema, schemas_TunaPositionPoolToken as TunaPositionPoolToken, schemas_TunaPositionPoolTokenSchema as TunaPositionPoolTokenSchema, schemas_TunaPositionState as TunaPositionState, schemas_TunaPositionStateSchema as TunaPositionStateSchema, schemas_TunaPositionTokenPnlSchema as TunaPositionTokenPnlSchema, TunaSpotPosition$1 as TunaSpotPosition, schemas_TunaSpotPositionNotification as TunaSpotPositionNotification, schemas_TunaSpotPositionState as TunaSpotPositionState, schemas_TunaSpotPositionStateSchema as TunaSpotPositionStateSchema, schemas_UpdateStreamSubscriptionResult as UpdateStreamSubscriptionResult, schemas_UsdPnlSchema as UsdPnlSchema, Vault$1 as Vault, VaultHistoricalStats$1 as VaultHistoricalStats, schemas_WalletSubscriptionTopic as WalletSubscriptionTopic, schemas_WalletSubscriptionTopicSchema as WalletSubscriptionTopicSchema };
|
|
3528
3564
|
}
|
|
3529
3565
|
|
|
3530
3566
|
type NotificationEntityType = z.infer<typeof NotificationEntitySchema>;
|
package/dist/index.d.ts
CHANGED
|
@@ -173,13 +173,17 @@ declare const TunaLpPositionDtoSchema: z$1.ZodObject<{
|
|
|
173
173
|
autoRebalancing: z$1.ZodBoolean;
|
|
174
174
|
}, z$1.core.$strip>;
|
|
175
175
|
mintA: z$1.ZodObject<{
|
|
176
|
-
|
|
176
|
+
mint: z$1.ZodString;
|
|
177
177
|
symbol: z$1.ZodString;
|
|
178
|
+
name: z$1.ZodString;
|
|
179
|
+
logo: z$1.ZodString;
|
|
178
180
|
decimals: z$1.ZodNumber;
|
|
179
181
|
}, z$1.core.$strip>;
|
|
180
182
|
mintB: z$1.ZodObject<{
|
|
181
|
-
|
|
183
|
+
mint: z$1.ZodString;
|
|
182
184
|
symbol: z$1.ZodString;
|
|
185
|
+
name: z$1.ZodString;
|
|
186
|
+
logo: z$1.ZodString;
|
|
183
187
|
decimals: z$1.ZodNumber;
|
|
184
188
|
}, z$1.core.$strip>;
|
|
185
189
|
pool: z$1.ZodObject<{
|
|
@@ -853,13 +857,17 @@ declare const TunaSpotPosition$1: z.ZodObject<{
|
|
|
853
857
|
upperLimitOrderPrice: z.ZodNumber;
|
|
854
858
|
entryPrice: z.ZodNumber;
|
|
855
859
|
mintA: z.ZodObject<{
|
|
856
|
-
|
|
860
|
+
mint: z.ZodString;
|
|
857
861
|
symbol: z.ZodString;
|
|
862
|
+
name: z.ZodString;
|
|
863
|
+
logo: z.ZodString;
|
|
858
864
|
decimals: z.ZodNumber;
|
|
859
865
|
}, z.core.$strip>;
|
|
860
866
|
mintB: z.ZodObject<{
|
|
861
|
-
|
|
867
|
+
mint: z.ZodString;
|
|
862
868
|
symbol: z.ZodString;
|
|
869
|
+
name: z.ZodString;
|
|
870
|
+
logo: z.ZodString;
|
|
863
871
|
decimals: z.ZodNumber;
|
|
864
872
|
}, z.core.$strip>;
|
|
865
873
|
pool: z.ZodObject<{
|
|
@@ -931,11 +939,6 @@ declare const CloseSpotPositionQuote$1: z.ZodObject<{
|
|
|
931
939
|
priceImpact: z.ZodNumber;
|
|
932
940
|
}, z.core.$strip>;
|
|
933
941
|
|
|
934
|
-
declare const TunaPositionMintSchema: z$1.ZodObject<{
|
|
935
|
-
addr: z$1.ZodString;
|
|
936
|
-
symbol: z$1.ZodString;
|
|
937
|
-
decimals: z$1.ZodNumber;
|
|
938
|
-
}, z$1.core.$strip>;
|
|
939
942
|
declare const TunaPositionPoolSchema: z$1.ZodObject<{
|
|
940
943
|
addr: z$1.ZodString;
|
|
941
944
|
price: z$1.ZodNumber;
|
|
@@ -976,13 +979,17 @@ declare const StateSnapshot$1: z$1.ZodObject<{
|
|
|
976
979
|
upperLimitOrderPrice: z$1.ZodNumber;
|
|
977
980
|
entryPrice: z$1.ZodNumber;
|
|
978
981
|
mintA: z$1.ZodObject<{
|
|
979
|
-
|
|
982
|
+
mint: z$1.ZodString;
|
|
980
983
|
symbol: z$1.ZodString;
|
|
984
|
+
name: z$1.ZodString;
|
|
985
|
+
logo: z$1.ZodString;
|
|
981
986
|
decimals: z$1.ZodNumber;
|
|
982
987
|
}, z$1.core.$strip>;
|
|
983
988
|
mintB: z$1.ZodObject<{
|
|
984
|
-
|
|
989
|
+
mint: z$1.ZodString;
|
|
985
990
|
symbol: z$1.ZodString;
|
|
991
|
+
name: z$1.ZodString;
|
|
992
|
+
logo: z$1.ZodString;
|
|
986
993
|
decimals: z$1.ZodNumber;
|
|
987
994
|
}, z$1.core.$strip>;
|
|
988
995
|
pool: z$1.ZodObject<{
|
|
@@ -1058,13 +1065,17 @@ declare const StateSnapshot$1: z$1.ZodObject<{
|
|
|
1058
1065
|
autoRebalancing: z$1.ZodBoolean;
|
|
1059
1066
|
}, z$1.core.$strip>;
|
|
1060
1067
|
mintA: z$1.ZodObject<{
|
|
1061
|
-
|
|
1068
|
+
mint: z$1.ZodString;
|
|
1062
1069
|
symbol: z$1.ZodString;
|
|
1070
|
+
name: z$1.ZodString;
|
|
1071
|
+
logo: z$1.ZodString;
|
|
1063
1072
|
decimals: z$1.ZodNumber;
|
|
1064
1073
|
}, z$1.core.$strip>;
|
|
1065
1074
|
mintB: z$1.ZodObject<{
|
|
1066
|
-
|
|
1075
|
+
mint: z$1.ZodString;
|
|
1067
1076
|
symbol: z$1.ZodString;
|
|
1077
|
+
name: z$1.ZodString;
|
|
1078
|
+
logo: z$1.ZodString;
|
|
1068
1079
|
decimals: z$1.ZodNumber;
|
|
1069
1080
|
}, z$1.core.$strip>;
|
|
1070
1081
|
pool: z$1.ZodObject<{
|
|
@@ -1180,6 +1191,14 @@ declare const StateSnapshot$1: z$1.ZodObject<{
|
|
|
1180
1191
|
}, z$1.core.$strip>>>;
|
|
1181
1192
|
}, z$1.core.$strip>;
|
|
1182
1193
|
|
|
1194
|
+
declare const Mint$1: z.ZodObject<{
|
|
1195
|
+
mint: z.ZodString;
|
|
1196
|
+
symbol: z.ZodString;
|
|
1197
|
+
name: z.ZodString;
|
|
1198
|
+
logo: z.ZodString;
|
|
1199
|
+
decimals: z.ZodNumber;
|
|
1200
|
+
}, z.core.$strip>;
|
|
1201
|
+
|
|
1183
1202
|
declare const NotificationEntity: {
|
|
1184
1203
|
readonly POOL_SWAP: "pool_swap";
|
|
1185
1204
|
readonly POOL_PRICE: "pool_price";
|
|
@@ -1335,12 +1354,6 @@ declare const WalletSubscriptionTopicSchema: z.ZodEnum<{
|
|
|
1335
1354
|
declare const PaginationMeta$1: z.ZodObject<{
|
|
1336
1355
|
total: z.ZodNumber;
|
|
1337
1356
|
}, z.core.$strip>;
|
|
1338
|
-
declare const Mint$1: z.ZodObject<{
|
|
1339
|
-
symbol: z.ZodString;
|
|
1340
|
-
mint: z.ZodString;
|
|
1341
|
-
logo: z.ZodString;
|
|
1342
|
-
decimals: z.ZodNumber;
|
|
1343
|
-
}, z.core.$strip>;
|
|
1344
1357
|
declare const Market$1: z.ZodObject<{
|
|
1345
1358
|
address: z.ZodString;
|
|
1346
1359
|
addressLookupTable: z.ZodString;
|
|
@@ -2255,13 +2268,17 @@ declare const TunaSpotPositionNotification: z.ZodObject<{
|
|
|
2255
2268
|
upperLimitOrderPrice: z.ZodNumber;
|
|
2256
2269
|
entryPrice: z.ZodNumber;
|
|
2257
2270
|
mintA: z.ZodObject<{
|
|
2258
|
-
|
|
2271
|
+
mint: z.ZodString;
|
|
2259
2272
|
symbol: z.ZodString;
|
|
2273
|
+
name: z.ZodString;
|
|
2274
|
+
logo: z.ZodString;
|
|
2260
2275
|
decimals: z.ZodNumber;
|
|
2261
2276
|
}, z.core.$strip>;
|
|
2262
2277
|
mintB: z.ZodObject<{
|
|
2263
|
-
|
|
2278
|
+
mint: z.ZodString;
|
|
2264
2279
|
symbol: z.ZodString;
|
|
2280
|
+
name: z.ZodString;
|
|
2281
|
+
logo: z.ZodString;
|
|
2265
2282
|
decimals: z.ZodNumber;
|
|
2266
2283
|
}, z.core.$strip>;
|
|
2267
2284
|
pool: z.ZodObject<{
|
|
@@ -2340,13 +2357,17 @@ declare const TunaSpotPositionNotification: z.ZodObject<{
|
|
|
2340
2357
|
upperLimitOrderPrice: z.ZodNumber;
|
|
2341
2358
|
entryPrice: z.ZodNumber;
|
|
2342
2359
|
mintA: z.ZodObject<{
|
|
2343
|
-
|
|
2360
|
+
mint: z.ZodString;
|
|
2344
2361
|
symbol: z.ZodString;
|
|
2362
|
+
name: z.ZodString;
|
|
2363
|
+
logo: z.ZodString;
|
|
2345
2364
|
decimals: z.ZodNumber;
|
|
2346
2365
|
}, z.core.$strip>;
|
|
2347
2366
|
mintB: z.ZodObject<{
|
|
2348
|
-
|
|
2367
|
+
mint: z.ZodString;
|
|
2349
2368
|
symbol: z.ZodString;
|
|
2369
|
+
name: z.ZodString;
|
|
2370
|
+
logo: z.ZodString;
|
|
2350
2371
|
decimals: z.ZodNumber;
|
|
2351
2372
|
}, z.core.$strip>;
|
|
2352
2373
|
pool: z.ZodObject<{
|
|
@@ -2996,13 +3017,17 @@ declare const StateSnapshotNotification: z.ZodObject<{
|
|
|
2996
3017
|
upperLimitOrderPrice: z.ZodNumber;
|
|
2997
3018
|
entryPrice: z.ZodNumber;
|
|
2998
3019
|
mintA: z.ZodObject<{
|
|
2999
|
-
|
|
3020
|
+
mint: z.ZodString;
|
|
3000
3021
|
symbol: z.ZodString;
|
|
3022
|
+
name: z.ZodString;
|
|
3023
|
+
logo: z.ZodString;
|
|
3001
3024
|
decimals: z.ZodNumber;
|
|
3002
3025
|
}, z.core.$strip>;
|
|
3003
3026
|
mintB: z.ZodObject<{
|
|
3004
|
-
|
|
3027
|
+
mint: z.ZodString;
|
|
3005
3028
|
symbol: z.ZodString;
|
|
3029
|
+
name: z.ZodString;
|
|
3030
|
+
logo: z.ZodString;
|
|
3006
3031
|
decimals: z.ZodNumber;
|
|
3007
3032
|
}, z.core.$strip>;
|
|
3008
3033
|
pool: z.ZodObject<{
|
|
@@ -3078,13 +3103,17 @@ declare const StateSnapshotNotification: z.ZodObject<{
|
|
|
3078
3103
|
autoRebalancing: z.ZodBoolean;
|
|
3079
3104
|
}, z.core.$strip>;
|
|
3080
3105
|
mintA: z.ZodObject<{
|
|
3081
|
-
|
|
3106
|
+
mint: z.ZodString;
|
|
3082
3107
|
symbol: z.ZodString;
|
|
3108
|
+
name: z.ZodString;
|
|
3109
|
+
logo: z.ZodString;
|
|
3083
3110
|
decimals: z.ZodNumber;
|
|
3084
3111
|
}, z.core.$strip>;
|
|
3085
3112
|
mintB: z.ZodObject<{
|
|
3086
|
-
|
|
3113
|
+
mint: z.ZodString;
|
|
3087
3114
|
symbol: z.ZodString;
|
|
3115
|
+
name: z.ZodString;
|
|
3116
|
+
logo: z.ZodString;
|
|
3088
3117
|
decimals: z.ZodNumber;
|
|
3089
3118
|
}, z.core.$strip>;
|
|
3090
3119
|
pool: z.ZodObject<{
|
|
@@ -3241,13 +3270,17 @@ declare const StateSnapshotNotification: z.ZodObject<{
|
|
|
3241
3270
|
upperLimitOrderPrice: z.ZodNumber;
|
|
3242
3271
|
entryPrice: z.ZodNumber;
|
|
3243
3272
|
mintA: z.ZodObject<{
|
|
3244
|
-
|
|
3273
|
+
mint: z.ZodString;
|
|
3245
3274
|
symbol: z.ZodString;
|
|
3275
|
+
name: z.ZodString;
|
|
3276
|
+
logo: z.ZodString;
|
|
3246
3277
|
decimals: z.ZodNumber;
|
|
3247
3278
|
}, z.core.$strip>;
|
|
3248
3279
|
mintB: z.ZodObject<{
|
|
3249
|
-
|
|
3280
|
+
mint: z.ZodString;
|
|
3250
3281
|
symbol: z.ZodString;
|
|
3282
|
+
name: z.ZodString;
|
|
3283
|
+
logo: z.ZodString;
|
|
3251
3284
|
decimals: z.ZodNumber;
|
|
3252
3285
|
}, z.core.$strip>;
|
|
3253
3286
|
pool: z.ZodObject<{
|
|
@@ -3323,13 +3356,17 @@ declare const StateSnapshotNotification: z.ZodObject<{
|
|
|
3323
3356
|
autoRebalancing: z.ZodBoolean;
|
|
3324
3357
|
}, z.core.$strip>;
|
|
3325
3358
|
mintA: z.ZodObject<{
|
|
3326
|
-
|
|
3359
|
+
mint: z.ZodString;
|
|
3327
3360
|
symbol: z.ZodString;
|
|
3361
|
+
name: z.ZodString;
|
|
3362
|
+
logo: z.ZodString;
|
|
3328
3363
|
decimals: z.ZodNumber;
|
|
3329
3364
|
}, z.core.$strip>;
|
|
3330
3365
|
mintB: z.ZodObject<{
|
|
3331
|
-
|
|
3366
|
+
mint: z.ZodString;
|
|
3332
3367
|
symbol: z.ZodString;
|
|
3368
|
+
name: z.ZodString;
|
|
3369
|
+
logo: z.ZodString;
|
|
3333
3370
|
decimals: z.ZodNumber;
|
|
3334
3371
|
}, z.core.$strip>;
|
|
3335
3372
|
pool: z.ZodObject<{
|
|
@@ -3508,7 +3545,6 @@ declare const schemas_TunaLpPositionTokenPrices: typeof TunaLpPositionTokenPrice
|
|
|
3508
3545
|
declare const schemas_TunaLpPositionTransfer: typeof TunaLpPositionTransfer;
|
|
3509
3546
|
declare const schemas_TunaLpPositionValue: typeof TunaLpPositionValue;
|
|
3510
3547
|
declare const schemas_TunaPositionLegacy: typeof TunaPositionLegacy;
|
|
3511
|
-
declare const schemas_TunaPositionMintSchema: typeof TunaPositionMintSchema;
|
|
3512
3548
|
declare const schemas_TunaPositionNotification: typeof TunaPositionNotification;
|
|
3513
3549
|
declare const schemas_TunaPositionPoolSchema: typeof TunaPositionPoolSchema;
|
|
3514
3550
|
declare const schemas_TunaPositionPoolToken: typeof TunaPositionPoolToken;
|
|
@@ -3524,7 +3560,7 @@ declare const schemas_UsdPnlSchema: typeof UsdPnlSchema;
|
|
|
3524
3560
|
declare const schemas_WalletSubscriptionTopic: typeof WalletSubscriptionTopic;
|
|
3525
3561
|
declare const schemas_WalletSubscriptionTopicSchema: typeof WalletSubscriptionTopicSchema;
|
|
3526
3562
|
declare namespace schemas {
|
|
3527
|
-
export { schemas_AmountWithUsdSchema as AmountWithUsdSchema, schemas_AmountWithoutUsdSchema as AmountWithoutUsdSchema, CloseSpotPositionQuote$1 as CloseSpotPositionQuote, DecreaseSpotPositionQuote$1 as DecreaseSpotPositionQuote, FeesStatsGroup$1 as FeesStatsGroup, IncreaseSpotPositionQuote$1 as IncreaseSpotPositionQuote, LendingPosition$1 as LendingPosition, schemas_LendingPositionNotification as LendingPositionNotification, LimitOrder$1 as LimitOrder, schemas_LimitOrderNotification as LimitOrderNotification, LimitOrderQuoteByInput$1 as LimitOrderQuoteByInput, LimitOrderQuoteByOutput$1 as LimitOrderQuoteByOutput, schemas_LimitOrderState as LimitOrderState, schemas_LimitOrderStateSchema as LimitOrderStateSchema, schemas_LpPositionAutoCompound as LpPositionAutoCompound, schemas_LpPositionAutoCompoundSchema as LpPositionAutoCompoundSchema, schemas_LpPositionLimitOrderSwap as LpPositionLimitOrderSwap, schemas_LpPositionLimitOrderSwapSchema as LpPositionLimitOrderSwapSchema, schemas_LpPositionRebalance as LpPositionRebalance, schemas_LpPositionRebalanceSchema as LpPositionRebalanceSchema, schemas_LpPositionsActionType as LpPositionsActionType, schemas_LpPositionsActionTypeSchema as LpPositionsActionTypeSchema, Market$1 as Market, Mint$1 as Mint, schemas_NotificationAction as NotificationAction, schemas_NotificationActionSchema as NotificationActionSchema, schemas_NotificationEntity as NotificationEntity, schemas_NotificationEntitySchema as NotificationEntitySchema, OrderBook$1 as OrderBook, OrderBookEntry$1 as OrderBookEntry, schemas_OrderBookNotification as OrderBookNotification, OrderBookNotificationMeta$1 as OrderBookNotificationMeta, OrderHistoryEntry$1 as OrderHistoryEntry, schemas_OrderHistoryEntryNotification as OrderHistoryEntryNotification, schemas_OrderHistoryOrderType as OrderHistoryOrderType, schemas_OrderHistoryOrderTypeSchema as OrderHistoryOrderTypeSchema, schemas_OrderHistoryStatus as OrderHistoryStatus, schemas_OrderHistoryStatusSchema as OrderHistoryStatusSchema, schemas_OrderHistoryUIDirection as OrderHistoryUIDirection, schemas_OrderHistoryUIDirectionSchema as OrderHistoryUIDirectionSchema, PaginationMeta$1 as PaginationMeta, Pool$1 as Pool, PoolPriceCandle$1 as PoolPriceCandle, PoolPriceUpdate$1 as PoolPriceUpdate, schemas_PoolPriceUpdateNotification as PoolPriceUpdateNotification, schemas_PoolProvider as PoolProvider, schemas_PoolProviderSchema as PoolProviderSchema, schemas_PoolSubscriptionTopic as PoolSubscriptionTopic, schemas_PoolSubscriptionTopicSchema as PoolSubscriptionTopicSchema, PoolSwap$1 as PoolSwap, schemas_PoolSwapNotification as PoolSwapNotification, PoolTicks$1 as PoolTicks, StakingLeaderboardPage$1 as StakingLeaderboardPage, StakingLeaderboardPosition$1 as StakingLeaderboardPosition, StakingPosition$1 as StakingPosition, StakingPositionHistoryAction$1 as StakingPositionHistoryAction, StakingPositionHistoryActionType$1 as StakingPositionHistoryActionType, schemas_StakingPositionHistoryActionTypeSchema as StakingPositionHistoryActionTypeSchema, schemas_StakingPositionNotification as StakingPositionNotification, StakingRevenueStatsGroup$1 as StakingRevenueStatsGroup, StakingTreasury$1 as StakingTreasury, StateSnapshot$1 as StateSnapshot, schemas_StateSnapshotNotification as StateSnapshotNotification, SwapQuoteByInput$1 as SwapQuoteByInput, SwapQuoteByOutput$1 as SwapQuoteByOutput, Tick$1 as Tick, TokenOraclePrice$1 as TokenOraclePrice, schemas_TokensPnlSchema as TokensPnlSchema, TradableAmount$1 as TradableAmount, schemas_TradeHistoryAction as TradeHistoryAction, schemas_TradeHistoryActionSchema as TradeHistoryActionSchema, TradeHistoryEntry$1 as TradeHistoryEntry, schemas_TradeHistoryEntryNotification as TradeHistoryEntryNotification, schemas_TradeHistoryUIDirection as TradeHistoryUIDirection, schemas_TradeHistoryUIDirectionSchema as TradeHistoryUIDirectionSchema, TunaLpPositionAction$1 as TunaLpPositionAction, schemas_TunaLpPositionActionClose as TunaLpPositionActionClose, schemas_TunaLpPositionActionCollectAndCompoundFees as TunaLpPositionActionCollectAndCompoundFees, schemas_TunaLpPositionActionCollectFees as TunaLpPositionActionCollectFees, schemas_TunaLpPositionActionDecreaseLiquidity as TunaLpPositionActionDecreaseLiquidity, schemas_TunaLpPositionActionIncreaseLiquidity as TunaLpPositionActionIncreaseLiquidity, schemas_TunaLpPositionActionLiquidate as TunaLpPositionActionLiquidate, schemas_TunaLpPositionActionOpen as TunaLpPositionActionOpen, schemas_TunaLpPositionActionParametersUpdate as TunaLpPositionActionParametersUpdate, schemas_TunaLpPositionActionRepayDebt as TunaLpPositionActionRepayDebt, schemas_TunaLpPositionAutoCompounding as TunaLpPositionAutoCompounding, schemas_TunaLpPositionAutoCompoundingSchema as TunaLpPositionAutoCompoundingSchema, schemas_TunaLpPositionDtoSchema as TunaLpPositionDtoSchema, schemas_TunaLpPositionFlagsSchema as TunaLpPositionFlagsSchema, schemas_TunaLpPositionHistorical as TunaLpPositionHistorical, schemas_TunaLpPositionParameters as TunaLpPositionParameters, schemas_TunaLpPositionTokenPrices as TunaLpPositionTokenPrices, schemas_TunaLpPositionTransfer as TunaLpPositionTransfer, schemas_TunaLpPositionValue as TunaLpPositionValue, schemas_TunaPositionLegacy as TunaPositionLegacy,
|
|
3563
|
+
export { schemas_AmountWithUsdSchema as AmountWithUsdSchema, schemas_AmountWithoutUsdSchema as AmountWithoutUsdSchema, CloseSpotPositionQuote$1 as CloseSpotPositionQuote, DecreaseSpotPositionQuote$1 as DecreaseSpotPositionQuote, FeesStatsGroup$1 as FeesStatsGroup, IncreaseSpotPositionQuote$1 as IncreaseSpotPositionQuote, LendingPosition$1 as LendingPosition, schemas_LendingPositionNotification as LendingPositionNotification, LimitOrder$1 as LimitOrder, schemas_LimitOrderNotification as LimitOrderNotification, LimitOrderQuoteByInput$1 as LimitOrderQuoteByInput, LimitOrderQuoteByOutput$1 as LimitOrderQuoteByOutput, schemas_LimitOrderState as LimitOrderState, schemas_LimitOrderStateSchema as LimitOrderStateSchema, schemas_LpPositionAutoCompound as LpPositionAutoCompound, schemas_LpPositionAutoCompoundSchema as LpPositionAutoCompoundSchema, schemas_LpPositionLimitOrderSwap as LpPositionLimitOrderSwap, schemas_LpPositionLimitOrderSwapSchema as LpPositionLimitOrderSwapSchema, schemas_LpPositionRebalance as LpPositionRebalance, schemas_LpPositionRebalanceSchema as LpPositionRebalanceSchema, schemas_LpPositionsActionType as LpPositionsActionType, schemas_LpPositionsActionTypeSchema as LpPositionsActionTypeSchema, Market$1 as Market, Mint$1 as Mint, schemas_NotificationAction as NotificationAction, schemas_NotificationActionSchema as NotificationActionSchema, schemas_NotificationEntity as NotificationEntity, schemas_NotificationEntitySchema as NotificationEntitySchema, OrderBook$1 as OrderBook, OrderBookEntry$1 as OrderBookEntry, schemas_OrderBookNotification as OrderBookNotification, OrderBookNotificationMeta$1 as OrderBookNotificationMeta, OrderHistoryEntry$1 as OrderHistoryEntry, schemas_OrderHistoryEntryNotification as OrderHistoryEntryNotification, schemas_OrderHistoryOrderType as OrderHistoryOrderType, schemas_OrderHistoryOrderTypeSchema as OrderHistoryOrderTypeSchema, schemas_OrderHistoryStatus as OrderHistoryStatus, schemas_OrderHistoryStatusSchema as OrderHistoryStatusSchema, schemas_OrderHistoryUIDirection as OrderHistoryUIDirection, schemas_OrderHistoryUIDirectionSchema as OrderHistoryUIDirectionSchema, PaginationMeta$1 as PaginationMeta, Pool$1 as Pool, PoolPriceCandle$1 as PoolPriceCandle, PoolPriceUpdate$1 as PoolPriceUpdate, schemas_PoolPriceUpdateNotification as PoolPriceUpdateNotification, schemas_PoolProvider as PoolProvider, schemas_PoolProviderSchema as PoolProviderSchema, schemas_PoolSubscriptionTopic as PoolSubscriptionTopic, schemas_PoolSubscriptionTopicSchema as PoolSubscriptionTopicSchema, PoolSwap$1 as PoolSwap, schemas_PoolSwapNotification as PoolSwapNotification, PoolTicks$1 as PoolTicks, StakingLeaderboardPage$1 as StakingLeaderboardPage, StakingLeaderboardPosition$1 as StakingLeaderboardPosition, StakingPosition$1 as StakingPosition, StakingPositionHistoryAction$1 as StakingPositionHistoryAction, StakingPositionHistoryActionType$1 as StakingPositionHistoryActionType, schemas_StakingPositionHistoryActionTypeSchema as StakingPositionHistoryActionTypeSchema, schemas_StakingPositionNotification as StakingPositionNotification, StakingRevenueStatsGroup$1 as StakingRevenueStatsGroup, StakingTreasury$1 as StakingTreasury, StateSnapshot$1 as StateSnapshot, schemas_StateSnapshotNotification as StateSnapshotNotification, SwapQuoteByInput$1 as SwapQuoteByInput, SwapQuoteByOutput$1 as SwapQuoteByOutput, Tick$1 as Tick, TokenOraclePrice$1 as TokenOraclePrice, schemas_TokensPnlSchema as TokensPnlSchema, TradableAmount$1 as TradableAmount, schemas_TradeHistoryAction as TradeHistoryAction, schemas_TradeHistoryActionSchema as TradeHistoryActionSchema, TradeHistoryEntry$1 as TradeHistoryEntry, schemas_TradeHistoryEntryNotification as TradeHistoryEntryNotification, schemas_TradeHistoryUIDirection as TradeHistoryUIDirection, schemas_TradeHistoryUIDirectionSchema as TradeHistoryUIDirectionSchema, TunaLpPositionAction$1 as TunaLpPositionAction, schemas_TunaLpPositionActionClose as TunaLpPositionActionClose, schemas_TunaLpPositionActionCollectAndCompoundFees as TunaLpPositionActionCollectAndCompoundFees, schemas_TunaLpPositionActionCollectFees as TunaLpPositionActionCollectFees, schemas_TunaLpPositionActionDecreaseLiquidity as TunaLpPositionActionDecreaseLiquidity, schemas_TunaLpPositionActionIncreaseLiquidity as TunaLpPositionActionIncreaseLiquidity, schemas_TunaLpPositionActionLiquidate as TunaLpPositionActionLiquidate, schemas_TunaLpPositionActionOpen as TunaLpPositionActionOpen, schemas_TunaLpPositionActionParametersUpdate as TunaLpPositionActionParametersUpdate, schemas_TunaLpPositionActionRepayDebt as TunaLpPositionActionRepayDebt, schemas_TunaLpPositionAutoCompounding as TunaLpPositionAutoCompounding, schemas_TunaLpPositionAutoCompoundingSchema as TunaLpPositionAutoCompoundingSchema, schemas_TunaLpPositionDtoSchema as TunaLpPositionDtoSchema, schemas_TunaLpPositionFlagsSchema as TunaLpPositionFlagsSchema, schemas_TunaLpPositionHistorical as TunaLpPositionHistorical, schemas_TunaLpPositionParameters as TunaLpPositionParameters, schemas_TunaLpPositionTokenPrices as TunaLpPositionTokenPrices, schemas_TunaLpPositionTransfer as TunaLpPositionTransfer, schemas_TunaLpPositionValue as TunaLpPositionValue, schemas_TunaPositionLegacy as TunaPositionLegacy, schemas_TunaPositionNotification as TunaPositionNotification, schemas_TunaPositionPoolSchema as TunaPositionPoolSchema, schemas_TunaPositionPoolToken as TunaPositionPoolToken, schemas_TunaPositionPoolTokenSchema as TunaPositionPoolTokenSchema, schemas_TunaPositionState as TunaPositionState, schemas_TunaPositionStateSchema as TunaPositionStateSchema, schemas_TunaPositionTokenPnlSchema as TunaPositionTokenPnlSchema, TunaSpotPosition$1 as TunaSpotPosition, schemas_TunaSpotPositionNotification as TunaSpotPositionNotification, schemas_TunaSpotPositionState as TunaSpotPositionState, schemas_TunaSpotPositionStateSchema as TunaSpotPositionStateSchema, schemas_UpdateStreamSubscriptionResult as UpdateStreamSubscriptionResult, schemas_UsdPnlSchema as UsdPnlSchema, Vault$1 as Vault, VaultHistoricalStats$1 as VaultHistoricalStats, schemas_WalletSubscriptionTopic as WalletSubscriptionTopic, schemas_WalletSubscriptionTopicSchema as WalletSubscriptionTopicSchema };
|
|
3528
3564
|
}
|
|
3529
3565
|
|
|
3530
3566
|
type NotificationEntityType = z.infer<typeof NotificationEntitySchema>;
|