@aave/client 0.6.1 → 0.7.0

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 (60) hide show
  1. package/dist/AaveClient-C-OkXfVz.d.ts +85 -0
  2. package/dist/AaveClient-PHUEzt7l.d.cts +85 -0
  3. package/dist/actions/index.cjs +1 -1
  4. package/dist/actions/index.cjs.map +1 -1
  5. package/dist/actions/index.d.cts +41 -11
  6. package/dist/actions/index.d.ts +41 -11
  7. package/dist/actions/index.js +1 -1
  8. package/dist/chunk-BLZHGYNH.js +2 -0
  9. package/dist/chunk-BLZHGYNH.js.map +1 -0
  10. package/dist/chunk-QQSK6HIZ.js +3 -0
  11. package/dist/chunk-QQSK6HIZ.js.map +1 -0
  12. package/dist/chunk-V4DWF6LT.js +3 -0
  13. package/dist/chunk-V4DWF6LT.js.map +1 -0
  14. package/dist/ethers.cjs +1 -2
  15. package/dist/ethers.cjs.map +1 -1
  16. package/dist/ethers.d.cts +2 -2
  17. package/dist/ethers.d.ts +2 -2
  18. package/dist/ethers.js +1 -1
  19. package/dist/ethers.js.map +1 -1
  20. package/dist/index.cjs +2 -3
  21. package/dist/index.cjs.map +1 -1
  22. package/dist/index.d.cts +6 -238
  23. package/dist/index.d.ts +6 -238
  24. package/dist/index.js +1 -1
  25. package/dist/privy.cjs +2 -3
  26. package/dist/privy.cjs.map +1 -1
  27. package/dist/privy.d.cts +2 -2
  28. package/dist/privy.d.ts +2 -2
  29. package/dist/privy.js +1 -1
  30. package/dist/privy.js.map +1 -1
  31. package/dist/test-utils.cjs +78 -78
  32. package/dist/test-utils.cjs.map +1 -1
  33. package/dist/test-utils.d.cts +7 -5
  34. package/dist/test-utils.d.ts +7 -5
  35. package/dist/test-utils.js +49 -49
  36. package/dist/test-utils.js.map +1 -1
  37. package/dist/thirdweb.cjs +2 -3
  38. package/dist/thirdweb.cjs.map +1 -1
  39. package/dist/thirdweb.d.cts +2 -2
  40. package/dist/thirdweb.d.ts +2 -2
  41. package/dist/thirdweb.js +1 -1
  42. package/dist/thirdweb.js.map +1 -1
  43. package/dist/types-ieyj0UmJ.d.cts +16 -0
  44. package/dist/types-ieyj0UmJ.d.ts +16 -0
  45. package/dist/viem.cjs +2 -3
  46. package/dist/viem.cjs.map +1 -1
  47. package/dist/viem.d.cts +2 -2
  48. package/dist/viem.d.ts +2 -2
  49. package/dist/viem.js +1 -1
  50. package/package.json +4 -3
  51. package/dist/chunk-2U2ENVQ6.js +0 -3
  52. package/dist/chunk-2U2ENVQ6.js.map +0 -1
  53. package/dist/chunk-G5WP6QBY.js +0 -3
  54. package/dist/chunk-G5WP6QBY.js.map +0 -1
  55. package/dist/chunk-M6NMMOPY.js +0 -2
  56. package/dist/chunk-M6NMMOPY.js.map +0 -1
  57. package/dist/chunk-QYPBLR6B.js +0 -3
  58. package/dist/chunk-QYPBLR6B.js.map +0 -1
  59. package/dist/types-DwXCLJq5.d.cts +0 -72
  60. package/dist/types-DwXCLJq5.d.ts +0 -72
@@ -1,14 +1,16 @@
1
1
  import * as _aave_types from '@aave/types';
2
- import { EvmAddress, BigDecimal, ResultAsync } from '@aave/types';
2
+ import { EvmAddress, BigDecimal, ResultAsync, AnyVariables } from '@aave/types';
3
3
  export { bigDecimal } from '@aave/types';
4
- import { EnvironmentConfig, AaveClient } from './index.cjs';
5
- import { Reserve, AnyVariables } from '@aave/graphql';
4
+ import * as _aave_core from '@aave/core';
5
+ import { UnexpectedError, GraphQLErrorCode } from '@aave/core';
6
+ import { Reserve } from '@aave/graphql';
6
7
  import { TypedDocumentNode } from '@urql/core';
7
8
  import { ValidationRule } from 'graphql/validation/ValidationContext';
8
9
  import { Chain, WalletClient } from 'viem';
9
- import { U as UnexpectedError, G as GraphQLErrorCode } from './types-DwXCLJq5.cjs';
10
+ import { A as AaveClient } from './AaveClient-PHUEzt7l.cjs';
11
+ import './types-ieyj0UmJ.cjs';
10
12
 
11
- declare const environment: EnvironmentConfig;
13
+ declare const environment: _aave_core.EnvironmentConfig;
12
14
  declare const ETHEREUM_FORK_ID: _aave_types.ChainId;
13
15
  declare const ETHEREUM_GHO_ADDRESS: EvmAddress;
14
16
  declare const ETHEREUM_WETH_ADDRESS: EvmAddress;
@@ -1,14 +1,16 @@
1
1
  import * as _aave_types from '@aave/types';
2
- import { EvmAddress, BigDecimal, ResultAsync } from '@aave/types';
2
+ import { EvmAddress, BigDecimal, ResultAsync, AnyVariables } from '@aave/types';
3
3
  export { bigDecimal } from '@aave/types';
4
- import { EnvironmentConfig, AaveClient } from './index.js';
5
- import { Reserve, AnyVariables } from '@aave/graphql';
4
+ import * as _aave_core from '@aave/core';
5
+ import { UnexpectedError, GraphQLErrorCode } from '@aave/core';
6
+ import { Reserve } from '@aave/graphql';
6
7
  import { TypedDocumentNode } from '@urql/core';
7
8
  import { ValidationRule } from 'graphql/validation/ValidationContext';
8
9
  import { Chain, WalletClient } from 'viem';
9
- import { U as UnexpectedError, G as GraphQLErrorCode } from './types-DwXCLJq5.js';
10
+ import { A as AaveClient } from './AaveClient-C-OkXfVz.js';
11
+ import './types-ieyj0UmJ.js';
10
12
 
11
- declare const environment: EnvironmentConfig;
13
+ declare const environment: _aave_core.EnvironmentConfig;
12
14
  declare const ETHEREUM_FORK_ID: _aave_types.ChainId;
13
15
  declare const ETHEREUM_GHO_ADDRESS: EvmAddress;
14
16
  declare const ETHEREUM_WETH_ADDRESS: EvmAddress;