@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 +1 -2
- package/dist/index.d.ts +1 -2
- package/dist/index.js +0 -1
- package/dist/index.mjs +0 -1
- package/package.json +1 -1
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
package/dist/index.mjs
CHANGED