@poolzfinance/api4 1.9.7 → 1.9.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/endpoints/boostProxy.d.ts +3 -3
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- 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 +4 -4
- package/dist/types/graphql/graphql.d.ts +25 -24
- package/package.json +1 -1
|
@@ -91,27 +91,15 @@ export type AdminAutoSignUp = {
|
|
|
91
91
|
};
|
|
92
92
|
export type AdminKycProxy = {
|
|
93
93
|
__typename?: 'AdminKycProxy';
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
};
|
|
104
|
-
export type AdminKycProxyDataRecord = {
|
|
105
|
-
__typename?: 'AdminKycProxyDataRecord';
|
|
106
|
-
approvedDate: Scalars['String']['output'];
|
|
107
|
-
blockPassID: Scalars['String']['output'];
|
|
108
|
-
inreviewDate: Scalars['String']['output'];
|
|
109
|
-
isArchived: Scalars['Boolean']['output'];
|
|
110
|
-
recordId: Scalars['String']['output'];
|
|
111
|
-
refId: Scalars['String']['output'];
|
|
112
|
-
status: Scalars['String']['output'];
|
|
113
|
-
submitCount: Scalars['Int']['output'];
|
|
114
|
-
waitingDate: Scalars['String']['output'];
|
|
94
|
+
ApprovedDate?: Maybe<Scalars['String']['output']>;
|
|
95
|
+
BlockPassID?: Maybe<Scalars['String']['output']>;
|
|
96
|
+
InreviewDate?: Maybe<Scalars['String']['output']>;
|
|
97
|
+
IsArchived?: Maybe<Scalars['Boolean']['output']>;
|
|
98
|
+
RecordId: Scalars['String']['output'];
|
|
99
|
+
RefId?: Maybe<Scalars['String']['output']>;
|
|
100
|
+
Status: Scalars['String']['output'];
|
|
101
|
+
SubmitCount?: Maybe<Scalars['Int']['output']>;
|
|
102
|
+
WaitingDate?: Maybe<Scalars['String']['output']>;
|
|
115
103
|
};
|
|
116
104
|
export type AdminNonEvmWallet = {
|
|
117
105
|
__typename?: 'AdminNonEvmWallet';
|
|
@@ -125,6 +113,7 @@ export type AdminUsers = {
|
|
|
125
113
|
};
|
|
126
114
|
export type BoostProxy = {
|
|
127
115
|
__typename?: 'BoostProxy';
|
|
116
|
+
CampaignCode: Scalars['String']['output'];
|
|
128
117
|
CampaignName: Scalars['String']['output'];
|
|
129
118
|
TotalEntries: Scalars['Int']['output'];
|
|
130
119
|
TotalUsers: Scalars['Int']['output'];
|
|
@@ -146,6 +135,13 @@ export type InvestedErc20 = {
|
|
|
146
135
|
TokenOut: Scalars['Float']['output'];
|
|
147
136
|
Wallet: Scalars['String']['output'];
|
|
148
137
|
};
|
|
138
|
+
export type KolInvestedErc20 = {
|
|
139
|
+
__typename?: 'KolInvestedErc20';
|
|
140
|
+
AmountIn: Scalars['Float']['output'];
|
|
141
|
+
Name: Scalars['String']['output'];
|
|
142
|
+
TokenOut: Scalars['Float']['output'];
|
|
143
|
+
Wallet: Scalars['String']['output'];
|
|
144
|
+
};
|
|
149
145
|
export type Kyc = {
|
|
150
146
|
__typename?: 'Kyc';
|
|
151
147
|
data: KycData;
|
|
@@ -191,6 +187,7 @@ export type Mutation = {
|
|
|
191
187
|
deleteNonEvmWallet: UserData;
|
|
192
188
|
deleteUser: AdminUsers;
|
|
193
189
|
generateTokenFromSignature: GenerateTokenFromSignature;
|
|
190
|
+
logout: Scalars['Boolean']['output'];
|
|
194
191
|
sendToMonitor: Scalars['Int']['output'];
|
|
195
192
|
setMyAgree: Scalars['Boolean']['output'];
|
|
196
193
|
updateAutoSignUp: AdminAutoSignUp;
|
|
@@ -302,7 +299,7 @@ export type PutMyDataNonEvmWallet = {
|
|
|
302
299
|
export type Query = {
|
|
303
300
|
__typename?: 'Query';
|
|
304
301
|
adminAutoSignUp: Array<AdminAutoSignUp>;
|
|
305
|
-
adminKycProxy: AdminKycProxy
|
|
302
|
+
adminKycProxy: Array<AdminKycProxy>;
|
|
306
303
|
adminNonEvmWallet: Array<AdminNonEvmWallet>;
|
|
307
304
|
adminRpcWallets: Array<RpcWallet>;
|
|
308
305
|
adminUsers: Array<AdminUsers>;
|
|
@@ -310,6 +307,7 @@ export type Query = {
|
|
|
310
307
|
/** @deprecated Use a new query 'poolxTokenomics'. */
|
|
311
308
|
circulatingSupply: Scalars['Float']['output'];
|
|
312
309
|
investedErc20: Array<InvestedErc20>;
|
|
310
|
+
kolInvestedErc20: Array<KolInvestedErc20>;
|
|
313
311
|
leaderBoard: Array<LeaderBoard>;
|
|
314
312
|
myData?: Maybe<MyData>;
|
|
315
313
|
/** @deprecated Use a new query 'myProxyKYC'. */
|
|
@@ -338,8 +336,6 @@ export type QueryAdminAutoSignUpArgs = {
|
|
|
338
336
|
note?: InputMaybe<Scalars['String']['input']>;
|
|
339
337
|
};
|
|
340
338
|
export type QueryAdminKycProxyArgs = {
|
|
341
|
-
limit: Scalars['Int']['input'];
|
|
342
|
-
skip: Scalars['Int']['input'];
|
|
343
339
|
status?: InputMaybe<Scalars['String']['input']>;
|
|
344
340
|
};
|
|
345
341
|
export type QueryAdminNonEvmWalletArgs = {
|
|
@@ -357,6 +353,9 @@ export type QueryBoostProxyArgs = {
|
|
|
357
353
|
export type QueryInvestedErc20Args = {
|
|
358
354
|
id: Scalars['Int']['input'];
|
|
359
355
|
};
|
|
356
|
+
export type QueryKolInvestedErc20Args = {
|
|
357
|
+
id: Scalars['Int']['input'];
|
|
358
|
+
};
|
|
360
359
|
export type QueryLeaderBoardArgs = {
|
|
361
360
|
address?: InputMaybe<Scalars['String']['input']>;
|
|
362
361
|
timestamp?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -515,6 +514,7 @@ export type BoostProxyDataQuery = {
|
|
|
515
514
|
TotalUsers: number;
|
|
516
515
|
CampaignName: string;
|
|
517
516
|
TotalEntries: number;
|
|
517
|
+
CampaignCode: string;
|
|
518
518
|
}>;
|
|
519
519
|
};
|
|
520
520
|
export type BoostProxyUsersQueryVariables = Exact<{
|
|
@@ -527,6 +527,7 @@ export type BoostProxyUsersQuery = {
|
|
|
527
527
|
TotalUsers: number;
|
|
528
528
|
CampaignName: string;
|
|
529
529
|
TotalEntries: number;
|
|
530
|
+
CampaignCode: string;
|
|
530
531
|
Users: Array<{
|
|
531
532
|
__typename?: 'BoostProxyUser';
|
|
532
533
|
Address: string;
|