@matchain/matchid-sdk-react 0.1.48-alpha.8 → 0.1.48-alpha.9
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/{chunk-EY6NPX4M.mjs → chunk-CI63DTB6.mjs} +1 -1
- package/dist/{chunk-EY6NPX4M.mjs.map → chunk-CI63DTB6.mjs.map} +1 -1
- package/dist/{chunk-J5U7AXYA.mjs → chunk-T72FT5NB.mjs} +2 -2
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +1 -1
- package/dist/hooks/api/index.d.mts +1 -1
- package/dist/hooks/api/index.d.ts +1 -1
- package/dist/hooks/api/index.js.map +1 -1
- package/dist/hooks/api/index.mjs +2 -2
- package/dist/hooks/index.js.map +1 -1
- package/dist/hooks/index.mjs +1 -1
- package/dist/{index-C-YCr0xJ.d.mts → index-B7A0lN0C.d.mts} +1 -1
- package/dist/{index-zRpvDpIK.d.ts → index-dhPbMbvL.d.ts} +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
- /package/dist/{chunk-J5U7AXYA.mjs.map → chunk-T72FT5NB.mjs.map} +0 -0
package/dist/hooks/index.mjs
CHANGED
|
@@ -101,7 +101,7 @@ declare function useImportTokenListQuery({ chainId, ...options }: {
|
|
|
101
101
|
} & Partial<Omit<UseQueryOptions<UserImportTokenType[]>, 'queryKey' | 'queryFn'>>): _tanstack_react_query.UseQueryResult<UserImportTokenType[], Error>;
|
|
102
102
|
declare function useWalletChainListQuery(options?: Partial<Omit<UseQueryOptions<WalletChainType[]>, 'queryKey' | 'queryFn'>>): _tanstack_react_query.UseQueryResult<WalletChainType[], Error>;
|
|
103
103
|
declare function useWalletNftListQuery({ chainId, address, ...options }: {
|
|
104
|
-
chainId:
|
|
104
|
+
chainId: string;
|
|
105
105
|
address: string;
|
|
106
106
|
} & Partial<Omit<UseQueryOptions<WalletNFTType[]>, 'queryKey' | 'queryFn'>>): _tanstack_react_query.UseQueryResult<WalletNFTType[], Error>;
|
|
107
107
|
|
|
@@ -101,7 +101,7 @@ declare function useImportTokenListQuery({ chainId, ...options }: {
|
|
|
101
101
|
} & Partial<Omit<UseQueryOptions<UserImportTokenType[]>, 'queryKey' | 'queryFn'>>): _tanstack_react_query.UseQueryResult<UserImportTokenType[], Error>;
|
|
102
102
|
declare function useWalletChainListQuery(options?: Partial<Omit<UseQueryOptions<WalletChainType[]>, 'queryKey' | 'queryFn'>>): _tanstack_react_query.UseQueryResult<WalletChainType[], Error>;
|
|
103
103
|
declare function useWalletNftListQuery({ chainId, address, ...options }: {
|
|
104
|
-
chainId:
|
|
104
|
+
chainId: string;
|
|
105
105
|
address: string;
|
|
106
106
|
} & Partial<Omit<UseQueryOptions<WalletNFTType[]>, 'queryKey' | 'queryFn'>>): _tanstack_react_query.UseQueryResult<WalletNFTType[], Error>;
|
|
107
107
|
|
package/dist/index.d.mts
CHANGED
|
@@ -3,7 +3,7 @@ import { I as IMatchEvents, a as IEnvConfigType, L as LocaleType, W as WalletCon
|
|
|
3
3
|
export { i as Components } from './index-C_S7k6z2.mjs';
|
|
4
4
|
export { i as UI } from './index-Dzvj-uGt.mjs';
|
|
5
5
|
export { i as Hooks } from './index-DDV4F9ka.mjs';
|
|
6
|
-
export { i as Api } from './index-
|
|
6
|
+
export { i as Api } from './index-B7A0lN0C.mjs';
|
|
7
7
|
export { i as Chains } from './index-DXRGMAbv.mjs';
|
|
8
8
|
export { i as Types } from './index-CKyWWkzU.mjs';
|
|
9
9
|
import 'react/jsx-runtime';
|
package/dist/index.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import { I as IMatchEvents, a as IEnvConfigType, L as LocaleType, W as WalletCon
|
|
|
3
3
|
export { i as Components } from './index-D-uNr-JV.js';
|
|
4
4
|
export { i as UI } from './index-Bbn2Stvu.js';
|
|
5
5
|
export { i as Hooks } from './index-Bz53bbI_.js';
|
|
6
|
-
export { i as Api } from './index-
|
|
6
|
+
export { i as Api } from './index-dhPbMbvL.js';
|
|
7
7
|
export { i as Chains } from './index-DXRGMAbv.js';
|
|
8
8
|
export { i as Types } from './index-DV_mRu4y.js';
|
|
9
9
|
import 'react/jsx-runtime';
|