@poolzfinance/api4 1.12.9 → 1.13.1
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/README.md +55 -1
- package/dist/endpoints/adminGetAllocation.d.ts +3 -3
- package/dist/endpoints/adminReadAssets.d.ts +3 -0
- package/dist/endpoints/approvedContracts.d.ts +3 -3
- package/dist/endpoints/boostProxy.d.ts +6 -6
- package/dist/endpoints/daoSenderHistory.d.ts +3 -3
- package/dist/endpoints/leaderboard.d.ts +3 -3
- package/dist/endpoints/myRoles.d.ts +6 -0
- package/dist/endpoints/simpleUrlShortener.d.ts +3 -6
- package/dist/endpoints/tokenInfo.d.ts +6 -6
- package/dist/endpoints/vaults.d.ts +5 -5
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +3 -11
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/dist/index.module.js +1 -1
- package/dist/index.module.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/types/graphql/gql.d.ts +5 -90
- package/dist/types/graphql/graphql.d.ts +55 -291
- package/package.json +18 -13
- package/dist/endpoints/adminCleanCache.d.ts +0 -7
- package/dist/endpoints/adminListOfCollateral.d.ts +0 -6
- package/dist/endpoints/autoSignUp.d.ts +0 -31
- package/dist/endpoints/getDownloader.d.ts +0 -0
- package/dist/endpoints/investedERC20.d.ts +0 -6
- package/dist/endpoints/myRole.d.ts +0 -6
- package/dist/endpoints/mySignUpCheck.d.ts +0 -3
- package/dist/endpoints/seasonPass.d.ts +0 -31
- package/dist/endpoints/signupV2.d.ts +0 -17
- package/dist/endpoints/status.d.ts +0 -3
- package/dist/endpoints/tokenRefundsNFT.d.ts +0 -4
|
@@ -12,18 +12,12 @@ import { TypedDocumentNode as DocumentNode } from '@graphql-typed-document-node/
|
|
|
12
12
|
* Learn more about it here: https://the-guild.dev/graphql/codegen/plugins/presets/preset-client#reducing-bundle-size
|
|
13
13
|
*/
|
|
14
14
|
type Documents = {
|
|
15
|
-
"\nmutation AdminCleanCache {\n adminCleanCache {\n result {\n id\n }\n messages {\n code\n message\n }\n errors {\n code\n message\n }\n success\n }\n}": typeof types.AdminCleanCacheDocument;
|
|
16
15
|
"\n mutation AdminCreatePoolzBackId($projectId: String!, $poolzBackId: Int!, $chainId: Int!) {\n adminCreatePoolzBackId(projectId: $projectId, poolzBackId: $poolzBackId, chainId: $chainId) {\n ProjectId\n PoolzBackId\n }\n }\n": typeof types.AdminCreatePoolzBackIdDocument;
|
|
17
16
|
"\n query AdminGetAllocation($projectId: String!) {\n adminGetAllocation(projectId: $projectId) {\n PhaseId\n WhiteList {\n UserAddress\n Amount\n }\n }\n }\n": typeof types.AdminGetAllocationDocument;
|
|
18
|
-
"\n query AdminListOfCollateral($chainId: Int!, $collateralAddress: String!, $limit: Int!, $page: Int!) {\n adminListOfCollateral(\n chainId: $chainId\n collateralAddress: $collateralAddress\n limit: $limit\n page: $page\n ) {\n PoolId\n TokenAmountInWei\n MainCoinAmountInWei\n FinishTime\n }\n}": typeof types.AdminListOfCollateralDocument;
|
|
19
17
|
"\n query AdminListOfPoolzBackId($projectIDs: [String!]!) {\n adminListOfPoolzBackId(projectIDs: $projectIDs) {\n ProjectId\n PoolzBackId\n }\n}": typeof types.AdminListOfPoolzBackIdDocument;
|
|
18
|
+
"\n query AdminReadAssets($request: [ReadAssetsRequest!]!) {\n adminReadAssets(request: $request) {\n Assets {\n ChainId\n PoolId\n Dispensers {\n IsTaken\n UserAddress\n RefundFinishTime\n Builders {\n ProviderAddress\n WeiAmount\n StartTime\n FinishTime\n }\n }\n }\n }\n}": typeof types.AdminReadAssetsDocument;
|
|
20
19
|
"\n mutation AdminWriteAllocation($input: AdminWriteAllocation!) {\n adminWriteAllocation(input: $input)\n }\n": typeof types.AdminWriteAllocationDocument;
|
|
21
20
|
"\n query GetApprovedContracts($onlyApproved: Boolean!) {\n approvedContracts(onlyApproved: $onlyApproved) {\n ContractAddress\n Status\n }\n }": typeof types.GetApprovedContractsDocument;
|
|
22
|
-
"\n query AdminAutoSignUp($note: String) {\n adminAutoSignUp(note: $note) {\n Address\n PoolzAmount\n Note\n }\n }": typeof types.AdminAutoSignUpDocument;
|
|
23
|
-
"\n query AdminAutoSignUpAll{\n adminAutoSignUp{\n Address\n PoolzAmount\n Note\n }\n }": typeof types.AdminAutoSignUpAllDocument;
|
|
24
|
-
"\n mutation addAutoSignUp($address: String!, $poolzAmount: Float!, $note: String!) {\n addAutoSignUp(address: $address, poolzAmount: $poolzAmount, note: $note) {\n Address\n PoolzAmount\n Note\n }\n }": typeof types.AddAutoSignUpDocument;
|
|
25
|
-
"\n mutation updateAutoSignUp($address: String!, $poolzAmount: Float!, $note: String!) {\n updateAutoSignUp(address: $address, poolzAmount: $poolzAmount, note: $note) {\n Address\n PoolzAmount\n Note\n }\n }": typeof types.UpdateAutoSignUpDocument;
|
|
26
|
-
"\n mutation deleteAutoSignUp($address: String!) {\n deleteAutoSignUp(address: $address) {\n Address\n PoolzAmount\n Note\n }\n }": typeof types.DeleteAutoSignUpDocument;
|
|
27
21
|
"\n query BoostProxyData($campaignCodes: [String!]!) {\n boostProxy(campaignCodes: $campaignCodes) {\n Actions\n Participants\n TotalUsers\n DataKey\n CampaignName\n TotalEntries\n CampaignCode\n }\n}": typeof types.BoostProxyDataDocument;
|
|
28
22
|
"\n query BoostProxyUsers($campaignCodes: [String!]!) {\n boostProxy(campaignCodes: $campaignCodes) {\n Actions\n Participants\n TotalUsers\n CampaignName\n TotalEntries\n CampaignCode\n DataKey\n Users {\n Address\n Entries\n }\n }\n}": typeof types.BoostProxyUsersDocument;
|
|
29
23
|
"\n query DaoSenderHistory($page: Int!) {\n daoSenderHistory(page: $page) {\n items {\n ChainId\n TxHash\n Token\n UserCount\n TotalAmount\n }\n currentPage\n totalPages\n }\n }\n": typeof types.DaoSenderHistoryDocument;
|
|
@@ -34,7 +28,6 @@ type Documents = {
|
|
|
34
28
|
"\n query MyQuery {\n time\n}": typeof types.MyQueryDocument;
|
|
35
29
|
"\nmutation GenerateTokenFromSignature($eip4361message: String!, $signature: String!) {\n generateTokenFromSignature(eip4361message: $eip4361message, signature: $signature){\n token\n validUntil\n }\n}": typeof types.GenerateTokenFromSignatureDocument;
|
|
36
30
|
"\n query GenerateMyInvestSignature($projectId: String!, $weiAmount: String!) {\n generateMyInvestSignature(projectId: $projectId, weiAmount: $weiAmount) {\n Signature\n ValidUntil\n PoolzBackId\n }\n }\n": typeof types.GenerateMyInvestSignatureDocument;
|
|
37
|
-
"\n query InvestedErc20($investedErc20Id: Int!) {\n investedErc20(id: $investedErc20Id) {\n Wallet\n AmountIn\n TokenOut\n }\n}": typeof types.InvestedErc20Document;
|
|
38
31
|
"\n query getLeaderboardByAddress($address: String) {\n leaderBoard(address: $address) {\n Amount\n Owner\n Rank\n }\n}": typeof types.GetLeaderboardByAddressDocument;
|
|
39
32
|
"\n query getLeaderboard {\n leaderBoard {\n Rank\n Owner\n Amount\n }\n}": typeof types.GetLeaderboardDocument;
|
|
40
33
|
"\n mutation Logout {\n logout\n }\n": typeof types.LogoutDocument;
|
|
@@ -49,24 +42,14 @@ type Documents = {
|
|
|
49
42
|
"\n mutation UpdateNonEvmWallet($chainName: String!, $wallet: String!) {\n updateNonEvmWallet(chainName: $chainName, wallet: $wallet) {\n Agree\n NonEvmWallet {\n ChainName\n Wallet\n }\n }\n}": typeof types.UpdateNonEvmWalletDocument;
|
|
50
43
|
"\n query MyInvested {\n myInvestmentsErc20 {\n ChainId\n TxHash\n BlockSignedAt\n Amount\n Token\n Id\n }\n myInvestmentsETH {\n ChainId\n TxHash\n BlockSignedAt\n Amount\n Id\n }\n}": typeof types.MyInvestedDocument;
|
|
51
44
|
"\n query KYC {\n myProxyKYC {\n Proxy\n RequestStatus\n Status\n }\n}": typeof types.KycDocument;
|
|
52
|
-
"\n query
|
|
53
|
-
"\n query SignUpCheck($poolIDs: [Int!]!) {\n mySignUpCheck(poolIDs: $poolIDs) {\n PoolId\n SignUp\n }\n }": typeof types.SignUpCheckDocument;
|
|
45
|
+
"\n query MyRoles {\n myRoles\n }": typeof types.MyRolesDocument;
|
|
54
46
|
"\n query PoolxPrice {\n poolxPrice {\n Price\n Timestamp\n }\n }": typeof types.PoolxPriceDocument;
|
|
55
47
|
"\n query GetPoolxTokenomics {\n poolxTokenomics {\n CirculatingSupply\n Locked\n Data {\n TotalSupply\n BuyBack\n LockedDealV2\n DelayVault\n DelayVaultV2\n Reserved\n }\n Trade {\n Sum\n Huobi\n GateIO\n PancakeSwapV3_01\n PancakeSwapV3\n Mexc\n }\n }\n }\n": typeof types.GetPoolxTokenomicsDocument;
|
|
56
|
-
"\n query SeasonPass {\n seasonPass {\n Owner\n Amount\n ValidUntil\n Note\n }\n }\n": typeof types.SeasonPassDocument;
|
|
57
|
-
"\n mutation CreateSeasonPass($Owner: String!, $Amount: Float!, $ValidUntil: Int!, $Note: String!) {\n createSeasonPass(\n seasonPass: { Owner: $Owner, Amount: $Amount, ValidUntil: $ValidUntil, Note: $Note }\n ) {\n Owner\n Amount\n ValidUntil\n Note\n }\n }\n": typeof types.CreateSeasonPassDocument;
|
|
58
|
-
"\n mutation UpdateSeasonPass($Owner: String!, $Amount: Float!, $ValidUntil: Int!, $Note: String!) {\n updateSeasonPass(\n seasonPass: { Owner: $Owner, Amount: $Amount, ValidUntil: $ValidUntil, Note: $Note }\n ) {\n Owner\n Amount\n ValidUntil\n Note\n }\n }\n": typeof types.UpdateSeasonPassDocument;
|
|
59
|
-
"\n mutation DeleteSeasonPass($owner: String!, $note: String!) {\n deleteSeasonPass(owner: $owner, note: $note) {\n Owner\n Amount\n ValidUntil\n Note\n }\n }\n": typeof types.DeleteSeasonPassDocument;
|
|
60
|
-
"\n query MySignUpV2($projectIDs: [Int!]!) {\n mySignUpV2(projectIDs: $projectIDs) {\n ProjectId\n SignedUp\n }\n }\n": typeof types.MySignUpV2Document;
|
|
61
|
-
"\n query AdminSignUpV2($projectId: Int!, $minPoolxAmount: Int!) {\n adminSignUpV2(projectId: $projectId, minPoolxAmount: $minPoolxAmount) {\n Address\n Amount\n }\n }\n": typeof types.AdminSignUpV2Document;
|
|
62
|
-
"\n mutation ProjectSignUpV2($projectId: Int!) {\n projectSignUpV2(projectId: $projectId) {\n ProjectId\n UserAddress\n JoinedTime\n }\n }\n": typeof types.ProjectSignUpV2Document;
|
|
63
48
|
"\n query MySignUpV3($projectIDs: [String!]!) {\n mySignUpV3(projectIDs: $projectIDs) {\n ProjectId\n SignedUp\n }\n }\n": typeof types.MySignUpV3Document;
|
|
64
49
|
"\n query AdminSignUpV3($projectId: String!, $minPoolxAmount: Int!) {\n adminSignUpV3(projectId: $projectId, minPoolxAmount: $minPoolxAmount) {\n Address\n Amount\n }\n }\n": typeof types.AdminSignUpV3Document;
|
|
65
50
|
"\n mutation ProjectSignUpV3($projectId: String!) {\n projectSignUpV3(projectId: $projectId) {\n ProjectId\n UserAddress\n JoinedTime\n }\n }\n": typeof types.ProjectSignUpV3Document;
|
|
66
51
|
"\nquery SimpleUrlShortener($input: TxHashChainIdInput!) {\n simpleUrlShortener(input: $input) {\n ShortUrl\n ContainerText\n UrlToScan\n XPostText\n }\n}": typeof types.SimpleUrlShortenerDocument;
|
|
67
|
-
"\nquery Status {\n status {\n ChainId\n ChainName\n RpcUrl\n CovalentLastBlock\n SecondsToWarning\n SecondsToError\n BlockPerSecond\n Events {\n Active\n StartingBlock\n EndingBlock\n ResponseType\n }\n }\n }": typeof types.StatusDocument;
|
|
68
52
|
"\n query TokenInfo($hashKey: String!) {\n tokenInfo(hashKey: $hashKey) {\n Address\n ChainId\n Decimals\n Name\n Symbol\n TotalSupply\n }\n }\n": typeof types.TokenInfoDocument;
|
|
69
|
-
"\n query TokenRefundsNFT($chainId: Int!, $poolId: Int!) {\n tokenRefundsNFT(chainId: $chainId, poolId: $poolId) {\n TxHash\n BlockSignedAt\n From\n TokensRefunded {\n TokenId\n Amount\n }\n TokenOut {\n TokenId\n Amount\n }\n }\n}": typeof types.TokenRefundsNftDocument;
|
|
70
53
|
"\n query Data($chainId: Int, $tokenAddress: String, $fetchBalance: Boolean) {\n vaults(chainId: $chainId, tokenAddress: $tokenAddress, fetchBalance: $fetchBalance) {\n Data {\n VaultId\n VaultAddress\n VaultCreationTx\n TokenAddress\n TokenName\n TokenSymbol\n TokenDecimals\n Balance {\n BalanceOfToken\n FetchTime\n }\n }\n ChainId\n }\n }\n": typeof types.DataDocument;
|
|
71
54
|
};
|
|
72
55
|
declare const documents: Documents;
|
|
@@ -83,10 +66,6 @@ declare const documents: Documents;
|
|
|
83
66
|
* Please regenerate the types.
|
|
84
67
|
*/
|
|
85
68
|
export declare function gql(source: string): unknown;
|
|
86
|
-
/**
|
|
87
|
-
* The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.
|
|
88
|
-
*/
|
|
89
|
-
export declare function gql(source: "\nmutation AdminCleanCache {\n adminCleanCache {\n result {\n id\n }\n messages {\n code\n message\n }\n errors {\n code\n message\n }\n success\n }\n}"): (typeof documents)["\nmutation AdminCleanCache {\n adminCleanCache {\n result {\n id\n }\n messages {\n code\n message\n }\n errors {\n code\n message\n }\n success\n }\n}"];
|
|
90
69
|
/**
|
|
91
70
|
* The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.
|
|
92
71
|
*/
|
|
@@ -98,11 +77,11 @@ export declare function gql(source: "\n query AdminGetAllocation($projectId: St
|
|
|
98
77
|
/**
|
|
99
78
|
* The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.
|
|
100
79
|
*/
|
|
101
|
-
export declare function gql(source: "\n query
|
|
80
|
+
export declare function gql(source: "\n query AdminListOfPoolzBackId($projectIDs: [String!]!) {\n adminListOfPoolzBackId(projectIDs: $projectIDs) {\n ProjectId\n PoolzBackId\n }\n}"): (typeof documents)["\n query AdminListOfPoolzBackId($projectIDs: [String!]!) {\n adminListOfPoolzBackId(projectIDs: $projectIDs) {\n ProjectId\n PoolzBackId\n }\n}"];
|
|
102
81
|
/**
|
|
103
82
|
* The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.
|
|
104
83
|
*/
|
|
105
|
-
export declare function gql(source: "\n query
|
|
84
|
+
export declare function gql(source: "\n query AdminReadAssets($request: [ReadAssetsRequest!]!) {\n adminReadAssets(request: $request) {\n Assets {\n ChainId\n PoolId\n Dispensers {\n IsTaken\n UserAddress\n RefundFinishTime\n Builders {\n ProviderAddress\n WeiAmount\n StartTime\n FinishTime\n }\n }\n }\n }\n}"): (typeof documents)["\n query AdminReadAssets($request: [ReadAssetsRequest!]!) {\n adminReadAssets(request: $request) {\n Assets {\n ChainId\n PoolId\n Dispensers {\n IsTaken\n UserAddress\n RefundFinishTime\n Builders {\n ProviderAddress\n WeiAmount\n StartTime\n FinishTime\n }\n }\n }\n }\n}"];
|
|
106
85
|
/**
|
|
107
86
|
* The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.
|
|
108
87
|
*/
|
|
@@ -111,26 +90,6 @@ export declare function gql(source: "\n mutation AdminWriteAllocation($input: A
|
|
|
111
90
|
* The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.
|
|
112
91
|
*/
|
|
113
92
|
export declare function gql(source: "\n query GetApprovedContracts($onlyApproved: Boolean!) {\n approvedContracts(onlyApproved: $onlyApproved) {\n ContractAddress\n Status\n }\n }"): (typeof documents)["\n query GetApprovedContracts($onlyApproved: Boolean!) {\n approvedContracts(onlyApproved: $onlyApproved) {\n ContractAddress\n Status\n }\n }"];
|
|
114
|
-
/**
|
|
115
|
-
* The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.
|
|
116
|
-
*/
|
|
117
|
-
export declare function gql(source: "\n query AdminAutoSignUp($note: String) {\n adminAutoSignUp(note: $note) {\n Address\n PoolzAmount\n Note\n }\n }"): (typeof documents)["\n query AdminAutoSignUp($note: String) {\n adminAutoSignUp(note: $note) {\n Address\n PoolzAmount\n Note\n }\n }"];
|
|
118
|
-
/**
|
|
119
|
-
* The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.
|
|
120
|
-
*/
|
|
121
|
-
export declare function gql(source: "\n query AdminAutoSignUpAll{\n adminAutoSignUp{\n Address\n PoolzAmount\n Note\n }\n }"): (typeof documents)["\n query AdminAutoSignUpAll{\n adminAutoSignUp{\n Address\n PoolzAmount\n Note\n }\n }"];
|
|
122
|
-
/**
|
|
123
|
-
* The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.
|
|
124
|
-
*/
|
|
125
|
-
export declare function gql(source: "\n mutation addAutoSignUp($address: String!, $poolzAmount: Float!, $note: String!) {\n addAutoSignUp(address: $address, poolzAmount: $poolzAmount, note: $note) {\n Address\n PoolzAmount\n Note\n }\n }"): (typeof documents)["\n mutation addAutoSignUp($address: String!, $poolzAmount: Float!, $note: String!) {\n addAutoSignUp(address: $address, poolzAmount: $poolzAmount, note: $note) {\n Address\n PoolzAmount\n Note\n }\n }"];
|
|
126
|
-
/**
|
|
127
|
-
* The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.
|
|
128
|
-
*/
|
|
129
|
-
export declare function gql(source: "\n mutation updateAutoSignUp($address: String!, $poolzAmount: Float!, $note: String!) {\n updateAutoSignUp(address: $address, poolzAmount: $poolzAmount, note: $note) {\n Address\n PoolzAmount\n Note\n }\n }"): (typeof documents)["\n mutation updateAutoSignUp($address: String!, $poolzAmount: Float!, $note: String!) {\n updateAutoSignUp(address: $address, poolzAmount: $poolzAmount, note: $note) {\n Address\n PoolzAmount\n Note\n }\n }"];
|
|
130
|
-
/**
|
|
131
|
-
* The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.
|
|
132
|
-
*/
|
|
133
|
-
export declare function gql(source: "\n mutation deleteAutoSignUp($address: String!) {\n deleteAutoSignUp(address: $address) {\n Address\n PoolzAmount\n Note\n }\n }"): (typeof documents)["\n mutation deleteAutoSignUp($address: String!) {\n deleteAutoSignUp(address: $address) {\n Address\n PoolzAmount\n Note\n }\n }"];
|
|
134
93
|
/**
|
|
135
94
|
* The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.
|
|
136
95
|
*/
|
|
@@ -171,10 +130,6 @@ export declare function gql(source: "\nmutation GenerateTokenFromSignature($eip4
|
|
|
171
130
|
* The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.
|
|
172
131
|
*/
|
|
173
132
|
export declare function gql(source: "\n query GenerateMyInvestSignature($projectId: String!, $weiAmount: String!) {\n generateMyInvestSignature(projectId: $projectId, weiAmount: $weiAmount) {\n Signature\n ValidUntil\n PoolzBackId\n }\n }\n"): (typeof documents)["\n query GenerateMyInvestSignature($projectId: String!, $weiAmount: String!) {\n generateMyInvestSignature(projectId: $projectId, weiAmount: $weiAmount) {\n Signature\n ValidUntil\n PoolzBackId\n }\n }\n"];
|
|
174
|
-
/**
|
|
175
|
-
* The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.
|
|
176
|
-
*/
|
|
177
|
-
export declare function gql(source: "\n query InvestedErc20($investedErc20Id: Int!) {\n investedErc20(id: $investedErc20Id) {\n Wallet\n AmountIn\n TokenOut\n }\n}"): (typeof documents)["\n query InvestedErc20($investedErc20Id: Int!) {\n investedErc20(id: $investedErc20Id) {\n Wallet\n AmountIn\n TokenOut\n }\n}"];
|
|
178
133
|
/**
|
|
179
134
|
* The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.
|
|
180
135
|
*/
|
|
@@ -234,11 +189,7 @@ export declare function gql(source: "\n query KYC {\n myProxyKYC {\n Pr
|
|
|
234
189
|
/**
|
|
235
190
|
* The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.
|
|
236
191
|
*/
|
|
237
|
-
export declare function gql(source: "\n query
|
|
238
|
-
/**
|
|
239
|
-
* The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.
|
|
240
|
-
*/
|
|
241
|
-
export declare function gql(source: "\n query SignUpCheck($poolIDs: [Int!]!) {\n mySignUpCheck(poolIDs: $poolIDs) {\n PoolId\n SignUp\n }\n }"): (typeof documents)["\n query SignUpCheck($poolIDs: [Int!]!) {\n mySignUpCheck(poolIDs: $poolIDs) {\n PoolId\n SignUp\n }\n }"];
|
|
192
|
+
export declare function gql(source: "\n query MyRoles {\n myRoles\n }"): (typeof documents)["\n query MyRoles {\n myRoles\n }"];
|
|
242
193
|
/**
|
|
243
194
|
* The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.
|
|
244
195
|
*/
|
|
@@ -247,34 +198,6 @@ export declare function gql(source: "\n query PoolxPrice {\n poolxPrice {\n
|
|
|
247
198
|
* The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.
|
|
248
199
|
*/
|
|
249
200
|
export declare function gql(source: "\n query GetPoolxTokenomics {\n poolxTokenomics {\n CirculatingSupply\n Locked\n Data {\n TotalSupply\n BuyBack\n LockedDealV2\n DelayVault\n DelayVaultV2\n Reserved\n }\n Trade {\n Sum\n Huobi\n GateIO\n PancakeSwapV3_01\n PancakeSwapV3\n Mexc\n }\n }\n }\n"): (typeof documents)["\n query GetPoolxTokenomics {\n poolxTokenomics {\n CirculatingSupply\n Locked\n Data {\n TotalSupply\n BuyBack\n LockedDealV2\n DelayVault\n DelayVaultV2\n Reserved\n }\n Trade {\n Sum\n Huobi\n GateIO\n PancakeSwapV3_01\n PancakeSwapV3\n Mexc\n }\n }\n }\n"];
|
|
250
|
-
/**
|
|
251
|
-
* The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.
|
|
252
|
-
*/
|
|
253
|
-
export declare function gql(source: "\n query SeasonPass {\n seasonPass {\n Owner\n Amount\n ValidUntil\n Note\n }\n }\n"): (typeof documents)["\n query SeasonPass {\n seasonPass {\n Owner\n Amount\n ValidUntil\n Note\n }\n }\n"];
|
|
254
|
-
/**
|
|
255
|
-
* The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.
|
|
256
|
-
*/
|
|
257
|
-
export declare function gql(source: "\n mutation CreateSeasonPass($Owner: String!, $Amount: Float!, $ValidUntil: Int!, $Note: String!) {\n createSeasonPass(\n seasonPass: { Owner: $Owner, Amount: $Amount, ValidUntil: $ValidUntil, Note: $Note }\n ) {\n Owner\n Amount\n ValidUntil\n Note\n }\n }\n"): (typeof documents)["\n mutation CreateSeasonPass($Owner: String!, $Amount: Float!, $ValidUntil: Int!, $Note: String!) {\n createSeasonPass(\n seasonPass: { Owner: $Owner, Amount: $Amount, ValidUntil: $ValidUntil, Note: $Note }\n ) {\n Owner\n Amount\n ValidUntil\n Note\n }\n }\n"];
|
|
258
|
-
/**
|
|
259
|
-
* The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.
|
|
260
|
-
*/
|
|
261
|
-
export declare function gql(source: "\n mutation UpdateSeasonPass($Owner: String!, $Amount: Float!, $ValidUntil: Int!, $Note: String!) {\n updateSeasonPass(\n seasonPass: { Owner: $Owner, Amount: $Amount, ValidUntil: $ValidUntil, Note: $Note }\n ) {\n Owner\n Amount\n ValidUntil\n Note\n }\n }\n"): (typeof documents)["\n mutation UpdateSeasonPass($Owner: String!, $Amount: Float!, $ValidUntil: Int!, $Note: String!) {\n updateSeasonPass(\n seasonPass: { Owner: $Owner, Amount: $Amount, ValidUntil: $ValidUntil, Note: $Note }\n ) {\n Owner\n Amount\n ValidUntil\n Note\n }\n }\n"];
|
|
262
|
-
/**
|
|
263
|
-
* The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.
|
|
264
|
-
*/
|
|
265
|
-
export declare function gql(source: "\n mutation DeleteSeasonPass($owner: String!, $note: String!) {\n deleteSeasonPass(owner: $owner, note: $note) {\n Owner\n Amount\n ValidUntil\n Note\n }\n }\n"): (typeof documents)["\n mutation DeleteSeasonPass($owner: String!, $note: String!) {\n deleteSeasonPass(owner: $owner, note: $note) {\n Owner\n Amount\n ValidUntil\n Note\n }\n }\n"];
|
|
266
|
-
/**
|
|
267
|
-
* The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.
|
|
268
|
-
*/
|
|
269
|
-
export declare function gql(source: "\n query MySignUpV2($projectIDs: [Int!]!) {\n mySignUpV2(projectIDs: $projectIDs) {\n ProjectId\n SignedUp\n }\n }\n"): (typeof documents)["\n query MySignUpV2($projectIDs: [Int!]!) {\n mySignUpV2(projectIDs: $projectIDs) {\n ProjectId\n SignedUp\n }\n }\n"];
|
|
270
|
-
/**
|
|
271
|
-
* The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.
|
|
272
|
-
*/
|
|
273
|
-
export declare function gql(source: "\n query AdminSignUpV2($projectId: Int!, $minPoolxAmount: Int!) {\n adminSignUpV2(projectId: $projectId, minPoolxAmount: $minPoolxAmount) {\n Address\n Amount\n }\n }\n"): (typeof documents)["\n query AdminSignUpV2($projectId: Int!, $minPoolxAmount: Int!) {\n adminSignUpV2(projectId: $projectId, minPoolxAmount: $minPoolxAmount) {\n Address\n Amount\n }\n }\n"];
|
|
274
|
-
/**
|
|
275
|
-
* The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.
|
|
276
|
-
*/
|
|
277
|
-
export declare function gql(source: "\n mutation ProjectSignUpV2($projectId: Int!) {\n projectSignUpV2(projectId: $projectId) {\n ProjectId\n UserAddress\n JoinedTime\n }\n }\n"): (typeof documents)["\n mutation ProjectSignUpV2($projectId: Int!) {\n projectSignUpV2(projectId: $projectId) {\n ProjectId\n UserAddress\n JoinedTime\n }\n }\n"];
|
|
278
201
|
/**
|
|
279
202
|
* The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.
|
|
280
203
|
*/
|
|
@@ -291,18 +214,10 @@ export declare function gql(source: "\n mutation ProjectSignUpV3($projectId: St
|
|
|
291
214
|
* The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.
|
|
292
215
|
*/
|
|
293
216
|
export declare function gql(source: "\nquery SimpleUrlShortener($input: TxHashChainIdInput!) {\n simpleUrlShortener(input: $input) {\n ShortUrl\n ContainerText\n UrlToScan\n XPostText\n }\n}"): (typeof documents)["\nquery SimpleUrlShortener($input: TxHashChainIdInput!) {\n simpleUrlShortener(input: $input) {\n ShortUrl\n ContainerText\n UrlToScan\n XPostText\n }\n}"];
|
|
294
|
-
/**
|
|
295
|
-
* The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.
|
|
296
|
-
*/
|
|
297
|
-
export declare function gql(source: "\nquery Status {\n status {\n ChainId\n ChainName\n RpcUrl\n CovalentLastBlock\n SecondsToWarning\n SecondsToError\n BlockPerSecond\n Events {\n Active\n StartingBlock\n EndingBlock\n ResponseType\n }\n }\n }"): (typeof documents)["\nquery Status {\n status {\n ChainId\n ChainName\n RpcUrl\n CovalentLastBlock\n SecondsToWarning\n SecondsToError\n BlockPerSecond\n Events {\n Active\n StartingBlock\n EndingBlock\n ResponseType\n }\n }\n }"];
|
|
298
217
|
/**
|
|
299
218
|
* The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.
|
|
300
219
|
*/
|
|
301
220
|
export declare function gql(source: "\n query TokenInfo($hashKey: String!) {\n tokenInfo(hashKey: $hashKey) {\n Address\n ChainId\n Decimals\n Name\n Symbol\n TotalSupply\n }\n }\n"): (typeof documents)["\n query TokenInfo($hashKey: String!) {\n tokenInfo(hashKey: $hashKey) {\n Address\n ChainId\n Decimals\n Name\n Symbol\n TotalSupply\n }\n }\n"];
|
|
302
|
-
/**
|
|
303
|
-
* The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.
|
|
304
|
-
*/
|
|
305
|
-
export declare function gql(source: "\n query TokenRefundsNFT($chainId: Int!, $poolId: Int!) {\n tokenRefundsNFT(chainId: $chainId, poolId: $poolId) {\n TxHash\n BlockSignedAt\n From\n TokensRefunded {\n TokenId\n Amount\n }\n TokenOut {\n TokenId\n Amount\n }\n }\n}"): (typeof documents)["\n query TokenRefundsNFT($chainId: Int!, $poolId: Int!) {\n tokenRefundsNFT(chainId: $chainId, poolId: $poolId) {\n TxHash\n BlockSignedAt\n From\n TokensRefunded {\n TokenId\n Amount\n }\n TokenOut {\n TokenId\n Amount\n }\n }\n}"];
|
|
306
221
|
/**
|
|
307
222
|
* The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.
|
|
308
223
|
*/
|