@ecency/wallets 1.3.2 → 1.3.4
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/ecency-sdk.es.js
CHANGED
|
@@ -1522,7 +1522,7 @@ function Je(e) {
|
|
|
1522
1522
|
}
|
|
1523
1523
|
function Tt(e, t) {
|
|
1524
1524
|
return h({
|
|
1525
|
-
queryKey: ["assets", "points", "transactions", e],
|
|
1525
|
+
queryKey: ["assets", "points", "transactions", e, t],
|
|
1526
1526
|
queryFn: async () => (await (await fetch(
|
|
1527
1527
|
`${y.privateApiHost}/private-api/point-list`,
|
|
1528
1528
|
{
|
|
@@ -15,7 +15,7 @@ export declare function getPointsAssetTransactionsQueryOptions(username: string
|
|
|
15
15
|
asset: string;
|
|
16
16
|
}[];
|
|
17
17
|
id: number;
|
|
18
|
-
}[], (string | undefined)[]>, "queryFn"> & {
|
|
18
|
+
}[], (string | PointTransactionType | undefined)[]>, "queryFn"> & {
|
|
19
19
|
queryFn?: import('@tanstack/query-core').QueryFunction<{
|
|
20
20
|
created: Date;
|
|
21
21
|
type: PointTransactionType;
|
|
@@ -24,9 +24,9 @@ export declare function getPointsAssetTransactionsQueryOptions(username: string
|
|
|
24
24
|
asset: string;
|
|
25
25
|
}[];
|
|
26
26
|
id: number;
|
|
27
|
-
}[], (string | undefined)[], never> | undefined;
|
|
27
|
+
}[], (string | PointTransactionType | undefined)[], never> | undefined;
|
|
28
28
|
} & {
|
|
29
|
-
queryKey: (string | undefined)[] & {
|
|
29
|
+
queryKey: (string | PointTransactionType | undefined)[] & {
|
|
30
30
|
[dataTagSymbol]: {
|
|
31
31
|
created: Date;
|
|
32
32
|
type: PointTransactionType;
|