@ichaingo/table 1.3.93 → 1.3.94
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/api/commonApi.d.ts +8 -8
- package/dist/api/commonApi.d.ts.map +1 -1
- package/package.json +10 -10
package/dist/api/commonApi.d.ts
CHANGED
|
@@ -45,35 +45,35 @@ export interface ITokenBaseInfo {
|
|
|
45
45
|
* @description Get verified token list
|
|
46
46
|
* @returns Token list
|
|
47
47
|
*/
|
|
48
|
-
export declare const getVerifiedTokenList: (chain: string) => Promise<import('axios').AxiosResponse<any, any>>;
|
|
48
|
+
export declare const getVerifiedTokenList: (chain: string) => Promise<import('axios').AxiosResponse<any, any, {}>>;
|
|
49
49
|
/**
|
|
50
50
|
* Chain symbol
|
|
51
51
|
*/
|
|
52
|
-
export declare const getChainSymbol: (chain: string) => Promise<import('axios').AxiosResponse<any, any>>;
|
|
52
|
+
export declare const getChainSymbol: (chain: string) => Promise<import('axios').AxiosResponse<any, any, {}>>;
|
|
53
53
|
/**
|
|
54
54
|
* Token search
|
|
55
55
|
*/
|
|
56
|
-
export declare const getTokenList: (chain: string, params: any) => Promise<import('axios').AxiosResponse<any, any>>;
|
|
56
|
+
export declare const getTokenList: (chain: string, params: any) => Promise<import('axios').AxiosResponse<any, any, {}>>;
|
|
57
57
|
/**
|
|
58
58
|
* Chain
|
|
59
59
|
*/
|
|
60
|
-
export declare const getChainList: () => Promise<import('axios').AxiosResponse<any, any>>;
|
|
60
|
+
export declare const getChainList: () => Promise<import('axios').AxiosResponse<any, any, {}>>;
|
|
61
61
|
/**
|
|
62
62
|
* Is verified
|
|
63
63
|
*/
|
|
64
|
-
export declare const getIsVerified: (chain: string, address: string) => Promise<import('axios').AxiosResponse<any, any>>;
|
|
64
|
+
export declare const getIsVerified: (chain: string, address: string) => Promise<import('axios').AxiosResponse<any, any, {}>>;
|
|
65
65
|
/**
|
|
66
66
|
* Token address
|
|
67
67
|
*/
|
|
68
|
-
export declare const getTokenAddress: (chain: string, address: string) => Promise<import('axios').AxiosResponse<any, any>>;
|
|
68
|
+
export declare const getTokenAddress: (chain: string, address: string) => Promise<import('axios').AxiosResponse<any, any, {}>>;
|
|
69
69
|
/**
|
|
70
70
|
* Token name
|
|
71
71
|
*/
|
|
72
|
-
export declare const getTokenName: (chain: string, address: string) => Promise<import('axios').AxiosResponse<any, any>>;
|
|
72
|
+
export declare const getTokenName: (chain: string, address: string) => Promise<import('axios').AxiosResponse<any, any, {}>>;
|
|
73
73
|
/**
|
|
74
74
|
* Token symbol
|
|
75
75
|
*/
|
|
76
|
-
export declare const getTokenSymbol: (chain: string, address: string) => Promise<import('axios').AxiosResponse<any, any>>;
|
|
76
|
+
export declare const getTokenSymbol: (chain: string, address: string) => Promise<import('axios').AxiosResponse<any, any, {}>>;
|
|
77
77
|
export declare const getHotTokenList: (params: any) => Promise<any>;
|
|
78
78
|
export declare const searchToken: (search: string) => Promise<any>;
|
|
79
79
|
//# sourceMappingURL=commonApi.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"commonApi.d.ts","sourceRoot":"","sources":["../../src/api/commonApi.ts"],"names":[],"mappings":"AAEA,MAAM,WAAW,iBAAiB;IAChC;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,CAAC,QAAQ,EAAE,MAAM,GAAG,GAAG,CAAC;CACzB;AAED;;GAEG;AACH,MAAM,WAAW,cAAc;IAC7B;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,UAAU,EAAE,OAAO,CAAC;IACpB;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB,CAAC,QAAQ,EAAE,MAAM,GAAG,GAAG,CAAC;CACzB;AAED;;;GAGG;AACH,eAAO,MAAM,oBAAoB,GAAI,OAAO,MAAM,
|
|
1
|
+
{"version":3,"file":"commonApi.d.ts","sourceRoot":"","sources":["../../src/api/commonApi.ts"],"names":[],"mappings":"AAEA,MAAM,WAAW,iBAAiB;IAChC;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,CAAC,QAAQ,EAAE,MAAM,GAAG,GAAG,CAAC;CACzB;AAED;;GAEG;AACH,MAAM,WAAW,cAAc;IAC7B;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,UAAU,EAAE,OAAO,CAAC;IACpB;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB,CAAC,QAAQ,EAAE,MAAM,GAAG,GAAG,CAAC;CACzB;AAED;;;GAGG;AACH,eAAO,MAAM,oBAAoB,GAAI,OAAO,MAAM,yDAEjD,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,cAAc,GAAI,OAAO,MAAM,yDAE3C,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,YAAY,GAAI,OAAO,MAAM,EAAE,QAAQ,GAAG,yDAEtD,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,YAAY,4DAExB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,aAAa,GAAI,OAAO,MAAM,EAAE,SAAS,MAAM,yDAE3D,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,eAAe,GAAI,OAAO,MAAM,EAAE,SAAS,MAAM,yDAE7D,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,YAAY,GAAI,OAAO,MAAM,EAAE,SAAS,MAAM,yDAE1D,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,cAAc,GAAI,OAAO,MAAM,EAAE,SAAS,MAAM,yDAE5D,CAAC;AAEF,eAAO,MAAM,eAAe,GAAI,QAAQ,GAAG,KAAG,OAAO,CAAC,GAAG,CAExD,CAAC;AAEF,eAAO,MAAM,WAAW,GAAI,QAAQ,MAAM,KAAG,OAAO,CAAC,GAAG,CAQvD,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ichaingo/table",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.94",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -33,14 +33,14 @@
|
|
|
33
33
|
"antd": "^5.24.2",
|
|
34
34
|
"ahooks": "^3.8.4",
|
|
35
35
|
"@radix-ui/react-slider": "^1.3.6",
|
|
36
|
-
"@ichaingo/loading": "1.3.
|
|
37
|
-
"@ichaingo/image": "1.3.
|
|
38
|
-
"@ichaingo/i18n": "1.3.
|
|
39
|
-
"@ichaingo/
|
|
40
|
-
"@ichaingo/
|
|
41
|
-
"@ichaingo/request": "1.3.
|
|
42
|
-
"@ichaingo/iconfont": "1.3.
|
|
43
|
-
"@ichaingo/ui": "1.3.
|
|
44
|
-
"@ichaingo/number-like": "1.3.
|
|
36
|
+
"@ichaingo/loading": "1.3.94",
|
|
37
|
+
"@ichaingo/image": "1.3.94",
|
|
38
|
+
"@ichaingo/i18n": "1.3.94",
|
|
39
|
+
"@ichaingo/translation": "1.3.94",
|
|
40
|
+
"@ichaingo/empty": "1.3.94",
|
|
41
|
+
"@ichaingo/request": "1.3.94",
|
|
42
|
+
"@ichaingo/iconfont": "1.3.94",
|
|
43
|
+
"@ichaingo/ui": "1.3.94",
|
|
44
|
+
"@ichaingo/number-like": "1.3.94"
|
|
45
45
|
}
|
|
46
46
|
}
|