@crypticdot/defituna-api 1.10.13 → 1.10.14

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
@@ -1654,7 +1654,6 @@ declare const StakingPositionHistoryActionType$1: {
1654
1654
  };
1655
1655
  declare const PoolSubscriptionTopic: {
1656
1656
  readonly ORDER_BOOK: "order_book";
1657
- readonly POOL: "pool";
1658
1657
  readonly POOL_SWAPS: "pool_swaps";
1659
1658
  };
1660
1659
  declare const WalletSubscriptionTopic: {
@@ -1725,7 +1724,6 @@ declare const StakingPositionHistoryActionTypeSchema: z.ZodEnum<{
1725
1724
  compound_rewards: "compound_rewards";
1726
1725
  }>;
1727
1726
  declare const PoolSubscriptionTopicSchema: z.ZodEnum<{
1728
- pool: "pool";
1729
1727
  order_book: "order_book";
1730
1728
  pool_swaps: "pool_swaps";
1731
1729
  }>;
@@ -3777,6 +3775,7 @@ type SubscriptionPayload = {
3777
3775
  orderBookPriceStep?: number;
3778
3776
  isInverted?: boolean;
3779
3777
  }[];
3778
+ markets?: string[];
3780
3779
  wallet?: {
3781
3780
  address: string;
3782
3781
  topics: WalletSubscriptionTopicType[];
package/dist/index.d.ts CHANGED
@@ -1654,7 +1654,6 @@ declare const StakingPositionHistoryActionType$1: {
1654
1654
  };
1655
1655
  declare const PoolSubscriptionTopic: {
1656
1656
  readonly ORDER_BOOK: "order_book";
1657
- readonly POOL: "pool";
1658
1657
  readonly POOL_SWAPS: "pool_swaps";
1659
1658
  };
1660
1659
  declare const WalletSubscriptionTopic: {
@@ -1725,7 +1724,6 @@ declare const StakingPositionHistoryActionTypeSchema: z.ZodEnum<{
1725
1724
  compound_rewards: "compound_rewards";
1726
1725
  }>;
1727
1726
  declare const PoolSubscriptionTopicSchema: z.ZodEnum<{
1728
- pool: "pool";
1729
1727
  order_book: "order_book";
1730
1728
  pool_swaps: "pool_swaps";
1731
1729
  }>;
@@ -3777,6 +3775,7 @@ type SubscriptionPayload = {
3777
3775
  orderBookPriceStep?: number;
3778
3776
  isInverted?: boolean;
3779
3777
  }[];
3778
+ markets?: string[];
3780
3779
  wallet?: {
3781
3780
  address: string;
3782
3781
  topics: WalletSubscriptionTopicType[];
package/dist/index.js CHANGED
@@ -746,7 +746,6 @@ var StakingPositionHistoryActionType = {
746
746
  };
747
747
  var PoolSubscriptionTopic = {
748
748
  ORDER_BOOK: "order_book",
749
- POOL: "pool",
750
749
  POOL_SWAPS: "pool_swaps"
751
750
  };
752
751
  var WalletSubscriptionTopic = {
package/dist/index.mjs CHANGED
@@ -709,7 +709,6 @@ var StakingPositionHistoryActionType = {
709
709
  };
710
710
  var PoolSubscriptionTopic = {
711
711
  ORDER_BOOK: "order_book",
712
- POOL: "pool",
713
712
  POOL_SWAPS: "pool_swaps"
714
713
  };
715
714
  var WalletSubscriptionTopic = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crypticdot/defituna-api",
3
- "version": "1.10.13",
3
+ "version": "1.10.14",
4
4
  "private": false,
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",