@dodoex/api 3.0.4-ve33.4 → 3.0.5
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/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/dist/types/chainConfig/chain.d.ts +9 -1
- package/dist/types/gql/gql.d.ts +0 -16
- package/dist/types/gql/graphql.d.ts +0 -588
- package/dist/types/services/TokenApi/graphqlQuery.d.ts +0 -3
- package/dist/types/services/TokenApi/index.d.ts +0 -3
- package/dist/types/services/pool/PoolApi.d.ts +0 -9
- package/dist/types/services/pool/graphqlQuery.d.ts +0 -9
- package/package.json +3 -3
|
@@ -5,7 +5,4 @@ export declare const tokenGraphqlQuery: {
|
|
|
5
5
|
fetchErc20ForecastSlippage: import("../../gql/graphql").TypedDocumentString<import("../../gql/graphql").FetchErc20ForecastSlippageQuery, import("../../gql/graphql").Exact<{
|
|
6
6
|
where?: import("../../gql/graphql").InputMaybe<import("../../gql/graphql").Erc20_Extenderc20ExtendV2Filter>;
|
|
7
7
|
}>>;
|
|
8
|
-
fetchVe33TokenList: import("../../gql/graphql").TypedDocumentString<import("../../gql/graphql").Ve33_Token_ListQuery, import("../../gql/graphql").Exact<{
|
|
9
|
-
where?: import("../../gql/graphql").InputMaybe<import("../../gql/graphql").Ve33_TokenlistFilter>;
|
|
10
|
-
}>>;
|
|
11
8
|
};
|
|
@@ -18,9 +18,6 @@ export declare class TokenApi {
|
|
|
18
18
|
fetchErc20ForecastSlippage: import("../../gql/graphql").TypedDocumentString<import("../../gql/graphql").FetchErc20ForecastSlippageQuery, import("../../gql/graphql").Exact<{
|
|
19
19
|
where?: import("../../gql/graphql").InputMaybe<import("../../gql/graphql").Erc20_Extenderc20ExtendV2Filter>;
|
|
20
20
|
}>>;
|
|
21
|
-
fetchVe33TokenList: import("../../gql/graphql").TypedDocumentString<import("../../gql/graphql").Ve33_Token_ListQuery, import("../../gql/graphql").Exact<{
|
|
22
|
-
where?: import("../../gql/graphql").InputMaybe<import("../../gql/graphql").Ve33_TokenlistFilter>;
|
|
23
|
-
}>>;
|
|
24
21
|
};
|
|
25
22
|
static utils: {
|
|
26
23
|
isSameAddress: (tokenAddress1: string, tokenAddress2: string) => boolean;
|
|
@@ -57,15 +57,6 @@ export declare class PoolApi {
|
|
|
57
57
|
orderBy?: import("../../gql/graphql").InputMaybe<import("../../gql/graphql").Pair_OrderBy>;
|
|
58
58
|
orderDirection?: import("../../gql/graphql").InputMaybe<import("../../gql/graphql").OrderDirection>;
|
|
59
59
|
}>>;
|
|
60
|
-
fetchVe33PoolList: import("../../gql/graphql").TypedDocumentString<import("../../gql/graphql").Ve33_GetPoolListQuery, import("../../gql/graphql").Exact<{
|
|
61
|
-
where?: import("../../gql/graphql").InputMaybe<import("../../gql/graphql").Ve33TokenFilterPaginationInput>;
|
|
62
|
-
}>>;
|
|
63
|
-
fetchVe33Pool: import("../../gql/graphql").TypedDocumentString<import("../../gql/graphql").Ve33_GetPoolQuery, import("../../gql/graphql").Exact<{
|
|
64
|
-
where?: import("../../gql/graphql").InputMaybe<import("../../gql/graphql").Ve33PoolInput>;
|
|
65
|
-
}>>;
|
|
66
|
-
fetchVotePoolList: import("../../gql/graphql").TypedDocumentString<import("../../gql/graphql").Ve33_GetVotePoolListQuery, import("../../gql/graphql").Exact<{
|
|
67
|
-
where?: import("../../gql/graphql").InputMaybe<import("../../gql/graphql").Ve33VotePoolInput>;
|
|
68
|
-
}>>;
|
|
69
60
|
};
|
|
70
61
|
static utils: {
|
|
71
62
|
getIsV3Mining(type: PoolType): boolean;
|
|
@@ -47,13 +47,4 @@ export declare const poolGraphqlQuery: {
|
|
|
47
47
|
orderBy?: import("../../gql/graphql").InputMaybe<import("../../gql/graphql").Pair_OrderBy>;
|
|
48
48
|
orderDirection?: import("../../gql/graphql").InputMaybe<import("../../gql/graphql").OrderDirection>;
|
|
49
49
|
}>>;
|
|
50
|
-
fetchVe33PoolList: import("../../gql/graphql").TypedDocumentString<import("../../gql/graphql").Ve33_GetPoolListQuery, import("../../gql/graphql").Exact<{
|
|
51
|
-
where?: import("../../gql/graphql").InputMaybe<import("../../gql/graphql").Ve33TokenFilterPaginationInput>;
|
|
52
|
-
}>>;
|
|
53
|
-
fetchVe33Pool: import("../../gql/graphql").TypedDocumentString<import("../../gql/graphql").Ve33_GetPoolQuery, import("../../gql/graphql").Exact<{
|
|
54
|
-
where?: import("../../gql/graphql").InputMaybe<import("../../gql/graphql").Ve33PoolInput>;
|
|
55
|
-
}>>;
|
|
56
|
-
fetchVotePoolList: import("../../gql/graphql").TypedDocumentString<import("../../gql/graphql").Ve33_GetVotePoolListQuery, import("../../gql/graphql").Exact<{
|
|
57
|
-
where?: import("../../gql/graphql").InputMaybe<import("../../gql/graphql").Ve33VotePoolInput>;
|
|
58
|
-
}>>;
|
|
59
50
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dodoex/api",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.5",
|
|
4
4
|
"description": "DODO API Kit",
|
|
5
5
|
"source": "src/index.ts",
|
|
6
6
|
"types": "dist/types/index.d.ts",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"release": "semantic-release",
|
|
22
22
|
"release:local": "np --any-branch --no-cleanup --no-tests",
|
|
23
23
|
"release.npm-publish": "npm publish --access public",
|
|
24
|
-
"release.npm-publish-beta": "
|
|
24
|
+
"release.npm-publish-beta": "npm publish --tag beta"
|
|
25
25
|
},
|
|
26
26
|
"author": "",
|
|
27
27
|
"publishConfig": {
|
|
@@ -102,4 +102,4 @@
|
|
|
102
102
|
"ts-jest": "^29.0.1",
|
|
103
103
|
"typescript": "^5.6.3"
|
|
104
104
|
}
|
|
105
|
-
}
|
|
105
|
+
}
|