@aave/client 4.0.0-next.33 → 4.0.0-next.35
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/{AaveClient-DGbooMqK.d.ts → AaveClient-BPNG2Fua.d.ts} +2 -6
- package/dist/{AaveClient-1SYnTlsS.d.cts → AaveClient-CYavo882.d.cts} +2 -6
- package/dist/actions/index.cjs +1 -1636
- package/dist/actions/index.cjs.map +1 -1
- package/dist/actions/index.d.cts +7 -7
- package/dist/actions/index.d.ts +7 -7
- package/dist/actions/index.js +1 -1
- package/dist/chunk-2UKLL54V.js +2 -0
- package/dist/chunk-2UKLL54V.js.map +1 -0
- package/dist/chunk-N4LXBTGY.js +2 -0
- package/dist/chunk-N4LXBTGY.js.map +1 -0
- package/dist/chunk-V34A7JGD.js +2 -0
- package/dist/chunk-V34A7JGD.js.map +1 -0
- package/dist/ethers.cjs +1 -2
- package/dist/ethers.cjs.map +1 -1
- package/dist/ethers.js +1 -1
- package/dist/ethers.js.map +1 -1
- package/dist/index.cjs +2 -1638
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/privy.cjs +1 -2
- package/dist/privy.cjs.map +1 -1
- package/dist/privy.js +1 -1
- package/dist/privy.js.map +1 -1
- package/dist/testing.d.ts +2 -8
- package/dist/testing.js +29 -1664
- package/dist/testing.js.map +1 -1
- package/dist/thirdweb.cjs +1 -1637
- package/dist/thirdweb.cjs.map +1 -1
- package/dist/thirdweb.d.cts +1 -1
- package/dist/thirdweb.d.ts +1 -1
- package/dist/thirdweb.js +1 -1
- package/dist/thirdweb.js.map +1 -1
- package/dist/utils/index.cjs +1 -1
- package/dist/utils/index.cjs.map +1 -1
- package/dist/utils/index.js +1 -1
- package/dist/utils/index.js.map +1 -1
- package/dist/viem.cjs +1 -1637
- package/dist/viem.cjs.map +1 -1
- package/dist/viem.d.cts +1 -1
- package/dist/viem.d.ts +1 -1
- package/dist/viem.js +1 -1
- package/package.json +6 -6
- package/dist/chunk-5S5WCHVW.js +0 -2
- package/dist/chunk-5S5WCHVW.js.map +0 -1
- package/dist/chunk-COR3ZX64.js +0 -2
- package/dist/chunk-COR3ZX64.js.map +0 -1
- package/dist/chunk-I6P76ICW.js +0 -1637
- package/dist/chunk-I6P76ICW.js.map +0 -1
- package/dist/chunk-IANLBRJB.js +0 -3
- package/dist/chunk-IANLBRJB.js.map +0 -1
- package/dist/chunk-MGE343SH.js +0 -2
- package/dist/chunk-MGE343SH.js.map +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { GqlClient, TimeoutError, UnexpectedError
|
|
1
|
+
import { GqlClient, TimeoutError, UnexpectedError } from '@aave/core';
|
|
2
2
|
import { HasProcessedKnownTransactionRequest } from '@aave/graphql';
|
|
3
|
-
import { ResultAsync, TxHash
|
|
3
|
+
import { ResultAsync, TxHash } from '@aave/types';
|
|
4
4
|
import { TypedDocumentNode } from '@urql/core';
|
|
5
5
|
import { T as TransactionResult } from './types-4gDcMKeo.js';
|
|
6
6
|
|
|
@@ -74,10 +74,6 @@ declare class AaveClient extends GqlClient {
|
|
|
74
74
|
* @returns The transaction hash or a TimeoutError
|
|
75
75
|
*/
|
|
76
76
|
readonly waitForTransaction: (result: TransactionResult) => ResultAsync<TxHash, TimeoutError | UnexpectedError>;
|
|
77
|
-
/**
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
|
-
refreshQueryWhere<TValue, TVariables extends AnyVariables>(document: TypedDocumentNode<StandardData<TValue>, TVariables>, predicate: (variables: TVariables, data: TValue) => boolean | Promise<boolean>): Promise<void>;
|
|
81
77
|
protected pollTransactionStatus(request: HasProcessedKnownTransactionRequest): Promise<TxHash>;
|
|
82
78
|
}
|
|
83
79
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { GqlClient, TimeoutError, UnexpectedError
|
|
1
|
+
import { GqlClient, TimeoutError, UnexpectedError } from '@aave/core';
|
|
2
2
|
import { HasProcessedKnownTransactionRequest } from '@aave/graphql';
|
|
3
|
-
import { ResultAsync, TxHash
|
|
3
|
+
import { ResultAsync, TxHash } from '@aave/types';
|
|
4
4
|
import { TypedDocumentNode } from '@urql/core';
|
|
5
5
|
import { T as TransactionResult } from './types-4gDcMKeo.cjs';
|
|
6
6
|
|
|
@@ -74,10 +74,6 @@ declare class AaveClient extends GqlClient {
|
|
|
74
74
|
* @returns The transaction hash or a TimeoutError
|
|
75
75
|
*/
|
|
76
76
|
readonly waitForTransaction: (result: TransactionResult) => ResultAsync<TxHash, TimeoutError | UnexpectedError>;
|
|
77
|
-
/**
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
|
-
refreshQueryWhere<TValue, TVariables extends AnyVariables>(document: TypedDocumentNode<StandardData<TValue>, TVariables>, predicate: (variables: TVariables, data: TValue) => boolean | Promise<boolean>): Promise<void>;
|
|
81
77
|
protected pollTransactionStatus(request: HasProcessedKnownTransactionRequest): Promise<TxHash>;
|
|
82
78
|
}
|
|
83
79
|
|