@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.
Files changed (56) hide show
  1. package/dist/{AaveClient-DGbooMqK.d.ts → AaveClient-BPNG2Fua.d.ts} +2 -6
  2. package/dist/{AaveClient-1SYnTlsS.d.cts → AaveClient-CYavo882.d.cts} +2 -6
  3. package/dist/actions/index.cjs +1 -1636
  4. package/dist/actions/index.cjs.map +1 -1
  5. package/dist/actions/index.d.cts +7 -7
  6. package/dist/actions/index.d.ts +7 -7
  7. package/dist/actions/index.js +1 -1
  8. package/dist/chunk-2UKLL54V.js +2 -0
  9. package/dist/chunk-2UKLL54V.js.map +1 -0
  10. package/dist/chunk-N4LXBTGY.js +2 -0
  11. package/dist/chunk-N4LXBTGY.js.map +1 -0
  12. package/dist/chunk-V34A7JGD.js +2 -0
  13. package/dist/chunk-V34A7JGD.js.map +1 -0
  14. package/dist/ethers.cjs +1 -2
  15. package/dist/ethers.cjs.map +1 -1
  16. package/dist/ethers.js +1 -1
  17. package/dist/ethers.js.map +1 -1
  18. package/dist/index.cjs +2 -1638
  19. package/dist/index.cjs.map +1 -1
  20. package/dist/index.d.cts +1 -1
  21. package/dist/index.d.ts +1 -1
  22. package/dist/index.js +2 -2
  23. package/dist/index.js.map +1 -1
  24. package/dist/privy.cjs +1 -2
  25. package/dist/privy.cjs.map +1 -1
  26. package/dist/privy.js +1 -1
  27. package/dist/privy.js.map +1 -1
  28. package/dist/testing.d.ts +2 -8
  29. package/dist/testing.js +29 -1664
  30. package/dist/testing.js.map +1 -1
  31. package/dist/thirdweb.cjs +1 -1637
  32. package/dist/thirdweb.cjs.map +1 -1
  33. package/dist/thirdweb.d.cts +1 -1
  34. package/dist/thirdweb.d.ts +1 -1
  35. package/dist/thirdweb.js +1 -1
  36. package/dist/thirdweb.js.map +1 -1
  37. package/dist/utils/index.cjs +1 -1
  38. package/dist/utils/index.cjs.map +1 -1
  39. package/dist/utils/index.js +1 -1
  40. package/dist/utils/index.js.map +1 -1
  41. package/dist/viem.cjs +1 -1637
  42. package/dist/viem.cjs.map +1 -1
  43. package/dist/viem.d.cts +1 -1
  44. package/dist/viem.d.ts +1 -1
  45. package/dist/viem.js +1 -1
  46. package/package.json +6 -6
  47. package/dist/chunk-5S5WCHVW.js +0 -2
  48. package/dist/chunk-5S5WCHVW.js.map +0 -1
  49. package/dist/chunk-COR3ZX64.js +0 -2
  50. package/dist/chunk-COR3ZX64.js.map +0 -1
  51. package/dist/chunk-I6P76ICW.js +0 -1637
  52. package/dist/chunk-I6P76ICW.js.map +0 -1
  53. package/dist/chunk-IANLBRJB.js +0 -3
  54. package/dist/chunk-IANLBRJB.js.map +0 -1
  55. package/dist/chunk-MGE343SH.js +0 -2
  56. package/dist/chunk-MGE343SH.js.map +0 -1
@@ -1,6 +1,6 @@
1
- import { GqlClient, TimeoutError, UnexpectedError, StandardData } from '@aave/core';
1
+ import { GqlClient, TimeoutError, UnexpectedError } from '@aave/core';
2
2
  import { HasProcessedKnownTransactionRequest } from '@aave/graphql';
3
- import { ResultAsync, TxHash, AnyVariables } from '@aave/types';
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, StandardData } from '@aave/core';
1
+ import { GqlClient, TimeoutError, UnexpectedError } from '@aave/core';
2
2
  import { HasProcessedKnownTransactionRequest } from '@aave/graphql';
3
- import { ResultAsync, TxHash, AnyVariables } from '@aave/types';
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