@crypticdot/defituna-api 1.10.5 → 1.10.6

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 CHANGED
@@ -974,6 +974,21 @@ declare const PoolPriceUpdate$1: z$1.ZodObject<{
974
974
  sqrtPrice: z$1.ZodCoercedBigInt<unknown>;
975
975
  time: z$1.ZodCoercedDate<unknown>;
976
976
  }, z$1.core.$strip>;
977
+ declare const OrderBookWrapper: z$1.ZodObject<{
978
+ priceStep: z$1.ZodNumber;
979
+ entries: z$1.ZodArray<z$1.ZodObject<{
980
+ concentratedAmount: z$1.ZodCoercedBigInt<unknown>;
981
+ concentratedAmountQuote: z$1.ZodCoercedBigInt<unknown>;
982
+ concentratedTotal: z$1.ZodCoercedBigInt<unknown>;
983
+ concentratedTotalQuote: z$1.ZodCoercedBigInt<unknown>;
984
+ limitAmount: z$1.ZodCoercedBigInt<unknown>;
985
+ limitAmountQuote: z$1.ZodCoercedBigInt<unknown>;
986
+ limitTotal: z$1.ZodCoercedBigInt<unknown>;
987
+ limitTotalQuote: z$1.ZodCoercedBigInt<unknown>;
988
+ price: z$1.ZodNumber;
989
+ askSide: z$1.ZodBoolean;
990
+ }, z$1.core.$strip>>;
991
+ }, z$1.core.$strip>;
977
992
  declare const StateSnapshot$1: z$1.ZodObject<{
978
993
  slot: z$1.ZodCoercedBigInt<unknown>;
979
994
  blockTime: z$1.ZodCoercedDate<unknown>;
@@ -1221,6 +1236,21 @@ declare const StateSnapshot$1: z$1.ZodObject<{
1221
1236
  openedAt: z$1.ZodCoercedDate<unknown>;
1222
1237
  closedAt: z$1.ZodNullable<z$1.ZodCoercedDate<unknown>>;
1223
1238
  }, z$1.core.$strip>>>;
1239
+ orderBooks: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
1240
+ priceStep: z$1.ZodNumber;
1241
+ entries: z$1.ZodArray<z$1.ZodObject<{
1242
+ concentratedAmount: z$1.ZodCoercedBigInt<unknown>;
1243
+ concentratedAmountQuote: z$1.ZodCoercedBigInt<unknown>;
1244
+ concentratedTotal: z$1.ZodCoercedBigInt<unknown>;
1245
+ concentratedTotalQuote: z$1.ZodCoercedBigInt<unknown>;
1246
+ limitAmount: z$1.ZodCoercedBigInt<unknown>;
1247
+ limitAmountQuote: z$1.ZodCoercedBigInt<unknown>;
1248
+ limitTotal: z$1.ZodCoercedBigInt<unknown>;
1249
+ limitTotalQuote: z$1.ZodCoercedBigInt<unknown>;
1250
+ price: z$1.ZodNumber;
1251
+ askSide: z$1.ZodBoolean;
1252
+ }, z$1.core.$strip>>;
1253
+ }, z$1.core.$strip>>>;
1224
1254
  }, z$1.core.$strip>;
1225
1255
 
1226
1256
  declare const Mint$1: z.ZodObject<{
@@ -1231,6 +1261,34 @@ declare const Mint$1: z.ZodObject<{
1231
1261
  decimals: z.ZodNumber;
1232
1262
  }, z.core.$strip>;
1233
1263
 
1264
+ declare const OrderBookEntry$1: z$1.ZodObject<{
1265
+ concentratedAmount: z$1.ZodCoercedBigInt<unknown>;
1266
+ concentratedAmountQuote: z$1.ZodCoercedBigInt<unknown>;
1267
+ concentratedTotal: z$1.ZodCoercedBigInt<unknown>;
1268
+ concentratedTotalQuote: z$1.ZodCoercedBigInt<unknown>;
1269
+ limitAmount: z$1.ZodCoercedBigInt<unknown>;
1270
+ limitAmountQuote: z$1.ZodCoercedBigInt<unknown>;
1271
+ limitTotal: z$1.ZodCoercedBigInt<unknown>;
1272
+ limitTotalQuote: z$1.ZodCoercedBigInt<unknown>;
1273
+ price: z$1.ZodNumber;
1274
+ askSide: z$1.ZodBoolean;
1275
+ }, z$1.core.$strip>;
1276
+ declare const OrderBook$1: z$1.ZodObject<{
1277
+ entries: z$1.ZodArray<z$1.ZodObject<{
1278
+ concentratedAmount: z$1.ZodCoercedBigInt<unknown>;
1279
+ concentratedAmountQuote: z$1.ZodCoercedBigInt<unknown>;
1280
+ concentratedTotal: z$1.ZodCoercedBigInt<unknown>;
1281
+ concentratedTotalQuote: z$1.ZodCoercedBigInt<unknown>;
1282
+ limitAmount: z$1.ZodCoercedBigInt<unknown>;
1283
+ limitAmountQuote: z$1.ZodCoercedBigInt<unknown>;
1284
+ limitTotal: z$1.ZodCoercedBigInt<unknown>;
1285
+ limitTotalQuote: z$1.ZodCoercedBigInt<unknown>;
1286
+ price: z$1.ZodNumber;
1287
+ askSide: z$1.ZodBoolean;
1288
+ }, z$1.core.$strip>>;
1289
+ poolPrice: z$1.ZodNumber;
1290
+ }, z$1.core.$strip>;
1291
+
1234
1292
  declare const NotificationEntity: {
1235
1293
  readonly POOL_SWAP: "pool_swap";
1236
1294
  readonly POOL_PRICE: "pool_price";
@@ -1556,33 +1614,6 @@ declare const PoolSwap$1: z.ZodObject<{
1556
1614
  pool: z.ZodString;
1557
1615
  time: z.ZodCoercedDate<unknown>;
1558
1616
  }, z.core.$strip>;
1559
- declare const OrderBookEntry$1: z.ZodObject<{
1560
- concentratedAmount: z.ZodCoercedBigInt<unknown>;
1561
- concentratedAmountQuote: z.ZodCoercedBigInt<unknown>;
1562
- concentratedTotal: z.ZodCoercedBigInt<unknown>;
1563
- concentratedTotalQuote: z.ZodCoercedBigInt<unknown>;
1564
- limitAmount: z.ZodCoercedBigInt<unknown>;
1565
- limitAmountQuote: z.ZodCoercedBigInt<unknown>;
1566
- limitTotal: z.ZodCoercedBigInt<unknown>;
1567
- limitTotalQuote: z.ZodCoercedBigInt<unknown>;
1568
- price: z.ZodNumber;
1569
- askSide: z.ZodBoolean;
1570
- }, z.core.$strip>;
1571
- declare const OrderBook$1: z.ZodObject<{
1572
- entries: z.ZodArray<z.ZodObject<{
1573
- concentratedAmount: z.ZodCoercedBigInt<unknown>;
1574
- concentratedAmountQuote: z.ZodCoercedBigInt<unknown>;
1575
- concentratedTotal: z.ZodCoercedBigInt<unknown>;
1576
- concentratedTotalQuote: z.ZodCoercedBigInt<unknown>;
1577
- limitAmount: z.ZodCoercedBigInt<unknown>;
1578
- limitAmountQuote: z.ZodCoercedBigInt<unknown>;
1579
- limitTotal: z.ZodCoercedBigInt<unknown>;
1580
- limitTotalQuote: z.ZodCoercedBigInt<unknown>;
1581
- price: z.ZodNumber;
1582
- askSide: z.ZodBoolean;
1583
- }, z.core.$strip>>;
1584
- poolPrice: z.ZodNumber;
1585
- }, z.core.$strip>;
1586
1617
  declare const TradeHistoryEntry$1: z.ZodObject<{
1587
1618
  id: z.ZodString;
1588
1619
  pool: z.ZodString;
@@ -2715,6 +2746,21 @@ declare const StateSnapshotNotification: z.ZodObject<{
2715
2746
  openedAt: z.ZodCoercedDate<unknown>;
2716
2747
  closedAt: z.ZodNullable<z.ZodCoercedDate<unknown>>;
2717
2748
  }, z.core.$strip>>>;
2749
+ orderBooks: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
2750
+ priceStep: z.ZodNumber;
2751
+ entries: z.ZodArray<z.ZodObject<{
2752
+ concentratedAmount: z.ZodCoercedBigInt<unknown>;
2753
+ concentratedAmountQuote: z.ZodCoercedBigInt<unknown>;
2754
+ concentratedTotal: z.ZodCoercedBigInt<unknown>;
2755
+ concentratedTotalQuote: z.ZodCoercedBigInt<unknown>;
2756
+ limitAmount: z.ZodCoercedBigInt<unknown>;
2757
+ limitAmountQuote: z.ZodCoercedBigInt<unknown>;
2758
+ limitTotal: z.ZodCoercedBigInt<unknown>;
2759
+ limitTotalQuote: z.ZodCoercedBigInt<unknown>;
2760
+ price: z.ZodNumber;
2761
+ askSide: z.ZodBoolean;
2762
+ }, z.core.$strip>>;
2763
+ }, z.core.$strip>>>;
2718
2764
  }, z.core.$strip>;
2719
2765
  id: z.ZodString;
2720
2766
  authority: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -2984,6 +3030,21 @@ declare const StateSnapshotNotification: z.ZodObject<{
2984
3030
  openedAt: z.ZodCoercedDate<unknown>;
2985
3031
  closedAt: z.ZodNullable<z.ZodCoercedDate<unknown>>;
2986
3032
  }, z.core.$strip>>>;
3033
+ orderBooks: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
3034
+ priceStep: z.ZodNumber;
3035
+ entries: z.ZodArray<z.ZodObject<{
3036
+ concentratedAmount: z.ZodCoercedBigInt<unknown>;
3037
+ concentratedAmountQuote: z.ZodCoercedBigInt<unknown>;
3038
+ concentratedTotal: z.ZodCoercedBigInt<unknown>;
3039
+ concentratedTotalQuote: z.ZodCoercedBigInt<unknown>;
3040
+ limitAmount: z.ZodCoercedBigInt<unknown>;
3041
+ limitAmountQuote: z.ZodCoercedBigInt<unknown>;
3042
+ limitTotal: z.ZodCoercedBigInt<unknown>;
3043
+ limitTotalQuote: z.ZodCoercedBigInt<unknown>;
3044
+ price: z.ZodNumber;
3045
+ askSide: z.ZodBoolean;
3046
+ }, z.core.$strip>>;
3047
+ }, z.core.$strip>>>;
2987
3048
  }, z.core.$strip>;
2988
3049
  id: z.ZodString;
2989
3050
  authority: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -3007,6 +3068,7 @@ declare const schemas_NotificationActionSchema: typeof NotificationActionSchema;
3007
3068
  declare const schemas_NotificationEntity: typeof NotificationEntity;
3008
3069
  declare const schemas_NotificationEntitySchema: typeof NotificationEntitySchema;
3009
3070
  declare const schemas_OrderBookNotification: typeof OrderBookNotification;
3071
+ declare const schemas_OrderBookWrapper: typeof OrderBookWrapper;
3010
3072
  declare const schemas_OrderHistoryEntryNotification: typeof OrderHistoryEntryNotification;
3011
3073
  declare const schemas_OrderHistoryOrderType: typeof OrderHistoryOrderType;
3012
3074
  declare const schemas_OrderHistoryOrderTypeSchema: typeof OrderHistoryOrderTypeSchema;
@@ -3060,7 +3122,7 @@ declare const schemas_UsdPnlSchema: typeof UsdPnlSchema;
3060
3122
  declare const schemas_WalletSubscriptionTopic: typeof WalletSubscriptionTopic;
3061
3123
  declare const schemas_WalletSubscriptionTopicSchema: typeof WalletSubscriptionTopicSchema;
3062
3124
  declare namespace schemas {
3063
- 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, 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_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_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_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 };
3125
+ 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, 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, schemas_OrderBookWrapper as OrderBookWrapper, 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_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_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_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 };
3064
3126
  }
3065
3127
 
3066
3128
  type NotificationEntityType = z.infer<typeof NotificationEntitySchema>;
package/dist/index.d.ts CHANGED
@@ -974,6 +974,21 @@ declare const PoolPriceUpdate$1: z$1.ZodObject<{
974
974
  sqrtPrice: z$1.ZodCoercedBigInt<unknown>;
975
975
  time: z$1.ZodCoercedDate<unknown>;
976
976
  }, z$1.core.$strip>;
977
+ declare const OrderBookWrapper: z$1.ZodObject<{
978
+ priceStep: z$1.ZodNumber;
979
+ entries: z$1.ZodArray<z$1.ZodObject<{
980
+ concentratedAmount: z$1.ZodCoercedBigInt<unknown>;
981
+ concentratedAmountQuote: z$1.ZodCoercedBigInt<unknown>;
982
+ concentratedTotal: z$1.ZodCoercedBigInt<unknown>;
983
+ concentratedTotalQuote: z$1.ZodCoercedBigInt<unknown>;
984
+ limitAmount: z$1.ZodCoercedBigInt<unknown>;
985
+ limitAmountQuote: z$1.ZodCoercedBigInt<unknown>;
986
+ limitTotal: z$1.ZodCoercedBigInt<unknown>;
987
+ limitTotalQuote: z$1.ZodCoercedBigInt<unknown>;
988
+ price: z$1.ZodNumber;
989
+ askSide: z$1.ZodBoolean;
990
+ }, z$1.core.$strip>>;
991
+ }, z$1.core.$strip>;
977
992
  declare const StateSnapshot$1: z$1.ZodObject<{
978
993
  slot: z$1.ZodCoercedBigInt<unknown>;
979
994
  blockTime: z$1.ZodCoercedDate<unknown>;
@@ -1221,6 +1236,21 @@ declare const StateSnapshot$1: z$1.ZodObject<{
1221
1236
  openedAt: z$1.ZodCoercedDate<unknown>;
1222
1237
  closedAt: z$1.ZodNullable<z$1.ZodCoercedDate<unknown>>;
1223
1238
  }, z$1.core.$strip>>>;
1239
+ orderBooks: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
1240
+ priceStep: z$1.ZodNumber;
1241
+ entries: z$1.ZodArray<z$1.ZodObject<{
1242
+ concentratedAmount: z$1.ZodCoercedBigInt<unknown>;
1243
+ concentratedAmountQuote: z$1.ZodCoercedBigInt<unknown>;
1244
+ concentratedTotal: z$1.ZodCoercedBigInt<unknown>;
1245
+ concentratedTotalQuote: z$1.ZodCoercedBigInt<unknown>;
1246
+ limitAmount: z$1.ZodCoercedBigInt<unknown>;
1247
+ limitAmountQuote: z$1.ZodCoercedBigInt<unknown>;
1248
+ limitTotal: z$1.ZodCoercedBigInt<unknown>;
1249
+ limitTotalQuote: z$1.ZodCoercedBigInt<unknown>;
1250
+ price: z$1.ZodNumber;
1251
+ askSide: z$1.ZodBoolean;
1252
+ }, z$1.core.$strip>>;
1253
+ }, z$1.core.$strip>>>;
1224
1254
  }, z$1.core.$strip>;
1225
1255
 
1226
1256
  declare const Mint$1: z.ZodObject<{
@@ -1231,6 +1261,34 @@ declare const Mint$1: z.ZodObject<{
1231
1261
  decimals: z.ZodNumber;
1232
1262
  }, z.core.$strip>;
1233
1263
 
1264
+ declare const OrderBookEntry$1: z$1.ZodObject<{
1265
+ concentratedAmount: z$1.ZodCoercedBigInt<unknown>;
1266
+ concentratedAmountQuote: z$1.ZodCoercedBigInt<unknown>;
1267
+ concentratedTotal: z$1.ZodCoercedBigInt<unknown>;
1268
+ concentratedTotalQuote: z$1.ZodCoercedBigInt<unknown>;
1269
+ limitAmount: z$1.ZodCoercedBigInt<unknown>;
1270
+ limitAmountQuote: z$1.ZodCoercedBigInt<unknown>;
1271
+ limitTotal: z$1.ZodCoercedBigInt<unknown>;
1272
+ limitTotalQuote: z$1.ZodCoercedBigInt<unknown>;
1273
+ price: z$1.ZodNumber;
1274
+ askSide: z$1.ZodBoolean;
1275
+ }, z$1.core.$strip>;
1276
+ declare const OrderBook$1: z$1.ZodObject<{
1277
+ entries: z$1.ZodArray<z$1.ZodObject<{
1278
+ concentratedAmount: z$1.ZodCoercedBigInt<unknown>;
1279
+ concentratedAmountQuote: z$1.ZodCoercedBigInt<unknown>;
1280
+ concentratedTotal: z$1.ZodCoercedBigInt<unknown>;
1281
+ concentratedTotalQuote: z$1.ZodCoercedBigInt<unknown>;
1282
+ limitAmount: z$1.ZodCoercedBigInt<unknown>;
1283
+ limitAmountQuote: z$1.ZodCoercedBigInt<unknown>;
1284
+ limitTotal: z$1.ZodCoercedBigInt<unknown>;
1285
+ limitTotalQuote: z$1.ZodCoercedBigInt<unknown>;
1286
+ price: z$1.ZodNumber;
1287
+ askSide: z$1.ZodBoolean;
1288
+ }, z$1.core.$strip>>;
1289
+ poolPrice: z$1.ZodNumber;
1290
+ }, z$1.core.$strip>;
1291
+
1234
1292
  declare const NotificationEntity: {
1235
1293
  readonly POOL_SWAP: "pool_swap";
1236
1294
  readonly POOL_PRICE: "pool_price";
@@ -1556,33 +1614,6 @@ declare const PoolSwap$1: z.ZodObject<{
1556
1614
  pool: z.ZodString;
1557
1615
  time: z.ZodCoercedDate<unknown>;
1558
1616
  }, z.core.$strip>;
1559
- declare const OrderBookEntry$1: z.ZodObject<{
1560
- concentratedAmount: z.ZodCoercedBigInt<unknown>;
1561
- concentratedAmountQuote: z.ZodCoercedBigInt<unknown>;
1562
- concentratedTotal: z.ZodCoercedBigInt<unknown>;
1563
- concentratedTotalQuote: z.ZodCoercedBigInt<unknown>;
1564
- limitAmount: z.ZodCoercedBigInt<unknown>;
1565
- limitAmountQuote: z.ZodCoercedBigInt<unknown>;
1566
- limitTotal: z.ZodCoercedBigInt<unknown>;
1567
- limitTotalQuote: z.ZodCoercedBigInt<unknown>;
1568
- price: z.ZodNumber;
1569
- askSide: z.ZodBoolean;
1570
- }, z.core.$strip>;
1571
- declare const OrderBook$1: z.ZodObject<{
1572
- entries: z.ZodArray<z.ZodObject<{
1573
- concentratedAmount: z.ZodCoercedBigInt<unknown>;
1574
- concentratedAmountQuote: z.ZodCoercedBigInt<unknown>;
1575
- concentratedTotal: z.ZodCoercedBigInt<unknown>;
1576
- concentratedTotalQuote: z.ZodCoercedBigInt<unknown>;
1577
- limitAmount: z.ZodCoercedBigInt<unknown>;
1578
- limitAmountQuote: z.ZodCoercedBigInt<unknown>;
1579
- limitTotal: z.ZodCoercedBigInt<unknown>;
1580
- limitTotalQuote: z.ZodCoercedBigInt<unknown>;
1581
- price: z.ZodNumber;
1582
- askSide: z.ZodBoolean;
1583
- }, z.core.$strip>>;
1584
- poolPrice: z.ZodNumber;
1585
- }, z.core.$strip>;
1586
1617
  declare const TradeHistoryEntry$1: z.ZodObject<{
1587
1618
  id: z.ZodString;
1588
1619
  pool: z.ZodString;
@@ -2715,6 +2746,21 @@ declare const StateSnapshotNotification: z.ZodObject<{
2715
2746
  openedAt: z.ZodCoercedDate<unknown>;
2716
2747
  closedAt: z.ZodNullable<z.ZodCoercedDate<unknown>>;
2717
2748
  }, z.core.$strip>>>;
2749
+ orderBooks: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
2750
+ priceStep: z.ZodNumber;
2751
+ entries: z.ZodArray<z.ZodObject<{
2752
+ concentratedAmount: z.ZodCoercedBigInt<unknown>;
2753
+ concentratedAmountQuote: z.ZodCoercedBigInt<unknown>;
2754
+ concentratedTotal: z.ZodCoercedBigInt<unknown>;
2755
+ concentratedTotalQuote: z.ZodCoercedBigInt<unknown>;
2756
+ limitAmount: z.ZodCoercedBigInt<unknown>;
2757
+ limitAmountQuote: z.ZodCoercedBigInt<unknown>;
2758
+ limitTotal: z.ZodCoercedBigInt<unknown>;
2759
+ limitTotalQuote: z.ZodCoercedBigInt<unknown>;
2760
+ price: z.ZodNumber;
2761
+ askSide: z.ZodBoolean;
2762
+ }, z.core.$strip>>;
2763
+ }, z.core.$strip>>>;
2718
2764
  }, z.core.$strip>;
2719
2765
  id: z.ZodString;
2720
2766
  authority: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -2984,6 +3030,21 @@ declare const StateSnapshotNotification: z.ZodObject<{
2984
3030
  openedAt: z.ZodCoercedDate<unknown>;
2985
3031
  closedAt: z.ZodNullable<z.ZodCoercedDate<unknown>>;
2986
3032
  }, z.core.$strip>>>;
3033
+ orderBooks: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
3034
+ priceStep: z.ZodNumber;
3035
+ entries: z.ZodArray<z.ZodObject<{
3036
+ concentratedAmount: z.ZodCoercedBigInt<unknown>;
3037
+ concentratedAmountQuote: z.ZodCoercedBigInt<unknown>;
3038
+ concentratedTotal: z.ZodCoercedBigInt<unknown>;
3039
+ concentratedTotalQuote: z.ZodCoercedBigInt<unknown>;
3040
+ limitAmount: z.ZodCoercedBigInt<unknown>;
3041
+ limitAmountQuote: z.ZodCoercedBigInt<unknown>;
3042
+ limitTotal: z.ZodCoercedBigInt<unknown>;
3043
+ limitTotalQuote: z.ZodCoercedBigInt<unknown>;
3044
+ price: z.ZodNumber;
3045
+ askSide: z.ZodBoolean;
3046
+ }, z.core.$strip>>;
3047
+ }, z.core.$strip>>>;
2987
3048
  }, z.core.$strip>;
2988
3049
  id: z.ZodString;
2989
3050
  authority: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -3007,6 +3068,7 @@ declare const schemas_NotificationActionSchema: typeof NotificationActionSchema;
3007
3068
  declare const schemas_NotificationEntity: typeof NotificationEntity;
3008
3069
  declare const schemas_NotificationEntitySchema: typeof NotificationEntitySchema;
3009
3070
  declare const schemas_OrderBookNotification: typeof OrderBookNotification;
3071
+ declare const schemas_OrderBookWrapper: typeof OrderBookWrapper;
3010
3072
  declare const schemas_OrderHistoryEntryNotification: typeof OrderHistoryEntryNotification;
3011
3073
  declare const schemas_OrderHistoryOrderType: typeof OrderHistoryOrderType;
3012
3074
  declare const schemas_OrderHistoryOrderTypeSchema: typeof OrderHistoryOrderTypeSchema;
@@ -3060,7 +3122,7 @@ declare const schemas_UsdPnlSchema: typeof UsdPnlSchema;
3060
3122
  declare const schemas_WalletSubscriptionTopic: typeof WalletSubscriptionTopic;
3061
3123
  declare const schemas_WalletSubscriptionTopicSchema: typeof WalletSubscriptionTopicSchema;
3062
3124
  declare namespace schemas {
3063
- 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, 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_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_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_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 };
3125
+ 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, 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, schemas_OrderBookWrapper as OrderBookWrapper, 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_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_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_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 };
3064
3126
  }
3065
3127
 
3066
3128
  type NotificationEntityType = z.infer<typeof NotificationEntitySchema>;