@poolzfinance/api4 1.13.7 → 1.13.8
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.cjs.map +1 -1
- package/dist/index.d.ts +1 -2
- 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 +2 -7
- package/dist/types/graphql/graphql.d.ts +5 -498
- package/package.json +1 -1
- package/dist/endpoints/simpleUrlShortener.d.ts +0 -3
|
@@ -48,52 +48,6 @@ export type Scalars = {
|
|
|
48
48
|
output: any;
|
|
49
49
|
};
|
|
50
50
|
};
|
|
51
|
-
export type ActionRegistry = {
|
|
52
|
-
__typename?: 'ActionRegistry';
|
|
53
|
-
AccountId: Scalars['Int']['output'];
|
|
54
|
-
ActionId: Scalars['Int']['output'];
|
|
55
|
-
ActionType: Scalars['Int']['output'];
|
|
56
|
-
ChainId: Scalars['Int']['output'];
|
|
57
|
-
Data: Scalars['String']['output'];
|
|
58
|
-
Details_GasLimit: Scalars['Int']['output'];
|
|
59
|
-
Details_MaxGasPriceGwei: Scalars['Int']['output'];
|
|
60
|
-
Details_Value: Scalars['Float']['output'];
|
|
61
|
-
ToAddress: Scalars['String']['output'];
|
|
62
|
-
};
|
|
63
|
-
export type ActionSettings = {
|
|
64
|
-
__typename?: 'ActionSettings';
|
|
65
|
-
ActionId: Scalars['Int']['output'];
|
|
66
|
-
FinishRunningTime: Scalars['String']['output'];
|
|
67
|
-
RepeatCount: Scalars['Int']['output'];
|
|
68
|
-
Repeatable: Scalars['Boolean']['output'];
|
|
69
|
-
SettingsId: Scalars['Int']['output'];
|
|
70
|
-
StartingRunningTime: Scalars['String']['output'];
|
|
71
|
-
};
|
|
72
|
-
export type AdminAction = {
|
|
73
|
-
__typename?: 'AdminAction';
|
|
74
|
-
ActionRegistry: ActionRegistry;
|
|
75
|
-
ActionSettings: ActionSettings;
|
|
76
|
-
};
|
|
77
|
-
export type AdminAddAction = {
|
|
78
|
-
AccountId: Scalars['Int']['input'];
|
|
79
|
-
ActionType?: InputMaybe<Scalars['Int']['input']>;
|
|
80
|
-
ChainId: Scalars['Int']['input'];
|
|
81
|
-
Data: Scalars['String']['input'];
|
|
82
|
-
Details_GasLimit: Scalars['Int']['input'];
|
|
83
|
-
Details_MaxGasPriceGwei: Scalars['Int']['input'];
|
|
84
|
-
Details_Value: Scalars['Float']['input'];
|
|
85
|
-
FinishRunningTime: Scalars['String']['input'];
|
|
86
|
-
RepeatCount: Scalars['Int']['input'];
|
|
87
|
-
Repeatable: Scalars['Boolean']['input'];
|
|
88
|
-
StartingRunningTime: Scalars['String']['input'];
|
|
89
|
-
ToAddress: Scalars['String']['input'];
|
|
90
|
-
};
|
|
91
|
-
export type AdminAutoSignUp = {
|
|
92
|
-
__typename?: 'AdminAutoSignUp';
|
|
93
|
-
Address: Scalars['String']['output'];
|
|
94
|
-
Note: Scalars['String']['output'];
|
|
95
|
-
PoolzAmount: Scalars['Float']['output'];
|
|
96
|
-
};
|
|
97
51
|
export type AdminCreatePoolzBackId = {
|
|
98
52
|
__typename?: 'AdminCreatePoolzBackId';
|
|
99
53
|
PoolzBackId: Scalars['Int']['output'];
|
|
@@ -109,30 +63,6 @@ export type AdminGetAllocation_WhiteList = {
|
|
|
109
63
|
Amount: Scalars['Float']['output'];
|
|
110
64
|
UserAddress: Scalars['String']['output'];
|
|
111
65
|
};
|
|
112
|
-
export type AdminKycProxy = {
|
|
113
|
-
__typename?: 'AdminKycProxy';
|
|
114
|
-
ApprovedDate?: Maybe<Scalars['String']['output']>;
|
|
115
|
-
BlockPassID?: Maybe<Scalars['String']['output']>;
|
|
116
|
-
InreviewDate?: Maybe<Scalars['String']['output']>;
|
|
117
|
-
IsArchived?: Maybe<Scalars['Boolean']['output']>;
|
|
118
|
-
RecordId: Scalars['String']['output'];
|
|
119
|
-
RefId?: Maybe<Scalars['String']['output']>;
|
|
120
|
-
Status: Scalars['String']['output'];
|
|
121
|
-
SubmitCount?: Maybe<Scalars['Int']['output']>;
|
|
122
|
-
WaitingDate?: Maybe<Scalars['String']['output']>;
|
|
123
|
-
};
|
|
124
|
-
export type AdminListAssetsResponse = {
|
|
125
|
-
__typename?: 'AdminListAssetsResponse';
|
|
126
|
-
PoolId: Scalars['Int']['output'];
|
|
127
|
-
WeiStartAmount: Scalars['String']['output'];
|
|
128
|
-
};
|
|
129
|
-
export type AdminListOfCollateral = {
|
|
130
|
-
__typename?: 'AdminListOfCollateral';
|
|
131
|
-
FinishTime: Scalars['Int']['output'];
|
|
132
|
-
MainCoinAmountInWei: Scalars['String']['output'];
|
|
133
|
-
PoolId: Scalars['Int']['output'];
|
|
134
|
-
TokenAmountInWei: Scalars['String']['output'];
|
|
135
|
-
};
|
|
136
66
|
export type AdminListOfPoolzBackId = {
|
|
137
67
|
__typename?: 'AdminListOfPoolzBackId';
|
|
138
68
|
PoolzBackId: Scalars['Int']['output'];
|
|
@@ -145,27 +75,11 @@ export type AdminNonEvmInvested = {
|
|
|
145
75
|
NonEvmWallet: Scalars['String']['output'];
|
|
146
76
|
TokenOut: Scalars['Float']['output'];
|
|
147
77
|
};
|
|
148
|
-
export type AdminNonEvmWallet = {
|
|
149
|
-
__typename?: 'AdminNonEvmWallet';
|
|
150
|
-
EvmWallet: Scalars['String']['output'];
|
|
151
|
-
NonEvmWallet: Scalars['String']['output'];
|
|
152
|
-
};
|
|
153
|
-
export type AdminSignUpV2 = {
|
|
154
|
-
__typename?: 'AdminSignUpV2';
|
|
155
|
-
Address: Scalars['String']['output'];
|
|
156
|
-
Amount: Scalars['Float']['output'];
|
|
157
|
-
};
|
|
158
78
|
export type AdminSignUpV3 = {
|
|
159
79
|
__typename?: 'AdminSignUpV3';
|
|
160
80
|
Address: Scalars['String']['output'];
|
|
161
81
|
Amount: Scalars['Float']['output'];
|
|
162
82
|
};
|
|
163
|
-
export type AdminUsers = {
|
|
164
|
-
__typename?: 'AdminUsers';
|
|
165
|
-
Note?: Maybe<Scalars['String']['output']>;
|
|
166
|
-
RoleId: Scalars['Int']['output'];
|
|
167
|
-
Wallet: Scalars['String']['output'];
|
|
168
|
-
};
|
|
169
83
|
export type AdminWriteAllocation = {
|
|
170
84
|
PhaseId: Scalars['String']['input'];
|
|
171
85
|
ProjectId: Scalars['String']['input'];
|
|
@@ -197,27 +111,6 @@ export type BoostProxyUser = {
|
|
|
197
111
|
Address: Scalars['String']['output'];
|
|
198
112
|
Entries: Scalars['Int']['output'];
|
|
199
113
|
};
|
|
200
|
-
export type CleanCache = {
|
|
201
|
-
__typename?: 'CleanCache';
|
|
202
|
-
errors: Array<CleanCacheError>;
|
|
203
|
-
messages: Array<CleanCacheMessage>;
|
|
204
|
-
result: CleanCacheResult;
|
|
205
|
-
success: Scalars['Boolean']['output'];
|
|
206
|
-
};
|
|
207
|
-
export type CleanCacheError = {
|
|
208
|
-
__typename?: 'CleanCacheError';
|
|
209
|
-
code: Scalars['Int']['output'];
|
|
210
|
-
message: Scalars['String']['output'];
|
|
211
|
-
};
|
|
212
|
-
export type CleanCacheMessage = {
|
|
213
|
-
__typename?: 'CleanCacheMessage';
|
|
214
|
-
code: Scalars['Int']['output'];
|
|
215
|
-
message: Scalars['String']['output'];
|
|
216
|
-
};
|
|
217
|
-
export type CleanCacheResult = {
|
|
218
|
-
__typename?: 'CleanCacheResult';
|
|
219
|
-
id: Scalars['String']['output'];
|
|
220
|
-
};
|
|
221
114
|
export type CreateAssetRequest = {
|
|
222
115
|
message: CreateAssetRequest_Message;
|
|
223
116
|
signature: Scalars['String']['input'];
|
|
@@ -297,38 +190,6 @@ export type GenerateTokenFromSignature = {
|
|
|
297
190
|
token: Scalars['String']['output'];
|
|
298
191
|
validUntil: Scalars['Int']['output'];
|
|
299
192
|
};
|
|
300
|
-
export type GetAction = {
|
|
301
|
-
__typename?: 'GetAction';
|
|
302
|
-
AccountId: Scalars['Int']['output'];
|
|
303
|
-
ActionId: Scalars['Int']['output'];
|
|
304
|
-
ActionType: Scalars['Int']['output'];
|
|
305
|
-
ChainId: Scalars['Int']['output'];
|
|
306
|
-
Data: Scalars['String']['output'];
|
|
307
|
-
Details_GasLimit?: Maybe<Scalars['Int']['output']>;
|
|
308
|
-
Details_MaxGasPriceGwei?: Maybe<Scalars['Int']['output']>;
|
|
309
|
-
Details_Value?: Maybe<Scalars['Float']['output']>;
|
|
310
|
-
FinishRunningTime: Scalars['String']['output'];
|
|
311
|
-
LastExecutionId?: Maybe<Scalars['Int']['output']>;
|
|
312
|
-
NextRunAfterExecution?: Maybe<Scalars['Int']['output']>;
|
|
313
|
-
RepeatCount: Scalars['Int']['output'];
|
|
314
|
-
Repeatable: Scalars['Boolean']['output'];
|
|
315
|
-
SettingsId: Scalars['Int']['output'];
|
|
316
|
-
StartingRunningTime: Scalars['String']['output'];
|
|
317
|
-
ToAddress: Scalars['String']['output'];
|
|
318
|
-
};
|
|
319
|
-
export type InvestedErc20 = {
|
|
320
|
-
__typename?: 'InvestedErc20';
|
|
321
|
-
AmountIn: Scalars['Float']['output'];
|
|
322
|
-
TokenOut: Scalars['Float']['output'];
|
|
323
|
-
Wallet: Scalars['String']['output'];
|
|
324
|
-
};
|
|
325
|
-
export type KolInvestedErc20 = {
|
|
326
|
-
__typename?: 'KolInvestedErc20';
|
|
327
|
-
AmountIn: Scalars['Float']['output'];
|
|
328
|
-
Name: Scalars['String']['output'];
|
|
329
|
-
TokenOut: Scalars['Float']['output'];
|
|
330
|
-
Wallet: Scalars['String']['output'];
|
|
331
|
-
};
|
|
332
193
|
export type KycProxy = {
|
|
333
194
|
__typename?: 'KycProxy';
|
|
334
195
|
Proxy?: Maybe<Scalars['String']['output']>;
|
|
@@ -343,50 +204,22 @@ export type LeaderBoard = {
|
|
|
343
204
|
};
|
|
344
205
|
export type Mutation = {
|
|
345
206
|
__typename?: 'Mutation';
|
|
346
|
-
addAutoSignUp: AdminAutoSignUp;
|
|
347
207
|
addEvmWallet: UserData;
|
|
348
208
|
addNonEvmWallet: UserData;
|
|
349
|
-
/** @deprecated Will be removed */
|
|
350
|
-
addUser: AdminUsers;
|
|
351
|
-
/** @deprecated Will be removed */
|
|
352
|
-
adminAddAction: AdminAction;
|
|
353
|
-
/** @deprecated Will be removed */
|
|
354
|
-
adminCleanCache: CleanCache;
|
|
355
209
|
adminCreateAsset: CreateAssetResponse;
|
|
356
210
|
adminCreatePoolzBackId: AdminCreatePoolzBackId;
|
|
357
|
-
/** @deprecated Will be removed */
|
|
358
|
-
adminDeleteAction: Scalars['Boolean']['output'];
|
|
359
211
|
adminDeleteAsset: DeleteAssetResponse;
|
|
360
|
-
/** @deprecated Will be removed */
|
|
361
|
-
adminUpdateAction: ActionSettings;
|
|
362
212
|
adminWriteAllocation: Scalars['Int']['output'];
|
|
363
|
-
createSeasonPass: SeasonPass;
|
|
364
|
-
createSeasonPasses: Array<SeasonPass>;
|
|
365
|
-
deleteAutoSignUp: AdminAutoSignUp;
|
|
366
213
|
deleteEvmWallet: UserData;
|
|
367
214
|
deleteNonEvmWallet: UserData;
|
|
368
|
-
deleteSeasonPass: SeasonPass;
|
|
369
|
-
/** @deprecated Will be removed */
|
|
370
|
-
deleteUser: AdminUsers;
|
|
371
215
|
generateSignature: GenerateSignatureResponse;
|
|
372
216
|
generateTokenFromSignature: GenerateTokenFromSignature;
|
|
373
217
|
logout: Scalars['Boolean']['output'];
|
|
374
|
-
/** @deprecated Use projectSignUpV3 */
|
|
375
|
-
projectSignUpV2: ProjectSignUpV2;
|
|
376
218
|
projectSignUpV3: ProjectSignUpV3;
|
|
377
219
|
sendToMonitor: Scalars['Int']['output'];
|
|
378
220
|
setMyAgree: Scalars['Boolean']['output'];
|
|
379
|
-
updateAutoSignUp: AdminAutoSignUp;
|
|
380
221
|
updateEvmWallet: UserData;
|
|
381
222
|
updateNonEvmWallet: UserData;
|
|
382
|
-
updateSeasonPass: SeasonPass;
|
|
383
|
-
/** @deprecated Will be removed */
|
|
384
|
-
updateUser: AdminUsers;
|
|
385
|
-
};
|
|
386
|
-
export type MutationAddAutoSignUpArgs = {
|
|
387
|
-
address: Scalars['String']['input'];
|
|
388
|
-
note: Scalars['String']['input'];
|
|
389
|
-
poolzAmount: Scalars['Float']['input'];
|
|
390
223
|
};
|
|
391
224
|
export type MutationAddEvmWalletArgs = {
|
|
392
225
|
wallet: Scalars['String']['input'];
|
|
@@ -395,14 +228,6 @@ export type MutationAddNonEvmWalletArgs = {
|
|
|
395
228
|
chainName: Scalars['String']['input'];
|
|
396
229
|
wallet: Scalars['String']['input'];
|
|
397
230
|
};
|
|
398
|
-
export type MutationAddUserArgs = {
|
|
399
|
-
note?: InputMaybe<Scalars['String']['input']>;
|
|
400
|
-
roleId: Scalars['Int']['input'];
|
|
401
|
-
wallet: Scalars['String']['input'];
|
|
402
|
-
};
|
|
403
|
-
export type MutationAdminAddActionArgs = {
|
|
404
|
-
action: AdminAddAction;
|
|
405
|
-
};
|
|
406
231
|
export type MutationAdminCreateAssetArgs = {
|
|
407
232
|
request: CreateAssetRequest;
|
|
408
233
|
};
|
|
@@ -411,40 +236,18 @@ export type MutationAdminCreatePoolzBackIdArgs = {
|
|
|
411
236
|
poolzBackId: Scalars['Int']['input'];
|
|
412
237
|
projectId: Scalars['String']['input'];
|
|
413
238
|
};
|
|
414
|
-
export type MutationAdminDeleteActionArgs = {
|
|
415
|
-
settingsId: Scalars['Int']['input'];
|
|
416
|
-
};
|
|
417
239
|
export type MutationAdminDeleteAssetArgs = {
|
|
418
240
|
request: DeleteAssetRequest;
|
|
419
241
|
};
|
|
420
|
-
export type MutationAdminUpdateActionArgs = {
|
|
421
|
-
action: UpdateAction;
|
|
422
|
-
};
|
|
423
242
|
export type MutationAdminWriteAllocationArgs = {
|
|
424
243
|
input: AdminWriteAllocation;
|
|
425
244
|
};
|
|
426
|
-
export type MutationCreateSeasonPassArgs = {
|
|
427
|
-
seasonPass: SeasonPassInput;
|
|
428
|
-
};
|
|
429
|
-
export type MutationCreateSeasonPassesArgs = {
|
|
430
|
-
seasonPasses: Array<SeasonPassInput>;
|
|
431
|
-
};
|
|
432
|
-
export type MutationDeleteAutoSignUpArgs = {
|
|
433
|
-
address: Scalars['String']['input'];
|
|
434
|
-
};
|
|
435
245
|
export type MutationDeleteEvmWalletArgs = {
|
|
436
246
|
wallet: Scalars['String']['input'];
|
|
437
247
|
};
|
|
438
248
|
export type MutationDeleteNonEvmWalletArgs = {
|
|
439
249
|
chainName: Scalars['String']['input'];
|
|
440
250
|
};
|
|
441
|
-
export type MutationDeleteSeasonPassArgs = {
|
|
442
|
-
note: Scalars['String']['input'];
|
|
443
|
-
owner: Scalars['String']['input'];
|
|
444
|
-
};
|
|
445
|
-
export type MutationDeleteUserArgs = {
|
|
446
|
-
wallet: Scalars['String']['input'];
|
|
447
|
-
};
|
|
448
251
|
export type MutationGenerateSignatureArgs = {
|
|
449
252
|
request: GenerateSignatureRequest;
|
|
450
253
|
};
|
|
@@ -452,20 +255,12 @@ export type MutationGenerateTokenFromSignatureArgs = {
|
|
|
452
255
|
eip4361message: Scalars['String']['input'];
|
|
453
256
|
signature: Scalars['String']['input'];
|
|
454
257
|
};
|
|
455
|
-
export type MutationProjectSignUpV2Args = {
|
|
456
|
-
projectId: Scalars['Int']['input'];
|
|
457
|
-
};
|
|
458
258
|
export type MutationProjectSignUpV3Args = {
|
|
459
259
|
projectId: Scalars['String']['input'];
|
|
460
260
|
};
|
|
461
261
|
export type MutationSendToMonitorArgs = {
|
|
462
262
|
input: Scalars['String']['input'];
|
|
463
263
|
};
|
|
464
|
-
export type MutationUpdateAutoSignUpArgs = {
|
|
465
|
-
address: Scalars['String']['input'];
|
|
466
|
-
note: Scalars['String']['input'];
|
|
467
|
-
poolzAmount: Scalars['Float']['input'];
|
|
468
|
-
};
|
|
469
264
|
export type MutationUpdateEvmWalletArgs = {
|
|
470
265
|
newWallet: Scalars['String']['input'];
|
|
471
266
|
oldWallet: Scalars['String']['input'];
|
|
@@ -474,14 +269,6 @@ export type MutationUpdateNonEvmWalletArgs = {
|
|
|
474
269
|
chainName: Scalars['String']['input'];
|
|
475
270
|
wallet: Scalars['String']['input'];
|
|
476
271
|
};
|
|
477
|
-
export type MutationUpdateSeasonPassArgs = {
|
|
478
|
-
seasonPass: SeasonPassInput;
|
|
479
|
-
};
|
|
480
|
-
export type MutationUpdateUserArgs = {
|
|
481
|
-
note?: InputMaybe<Scalars['String']['input']>;
|
|
482
|
-
roleId: Scalars['Int']['input'];
|
|
483
|
-
wallet: Scalars['String']['input'];
|
|
484
|
-
};
|
|
485
272
|
export type MyAllocation = {
|
|
486
273
|
__typename?: 'MyAllocation';
|
|
487
274
|
Amount: Scalars['Float']['output'];
|
|
@@ -533,17 +320,7 @@ export type MyInvest = {
|
|
|
533
320
|
PoolId: Scalars['Int']['output'];
|
|
534
321
|
ProjectId: Scalars['String']['output'];
|
|
535
322
|
Token: Scalars['String']['output'];
|
|
536
|
-
|
|
537
|
-
export type MyInvestSum = {
|
|
538
|
-
__typename?: 'MyInvestSum';
|
|
539
|
-
DateOfFirstTx?: Maybe<Scalars['Int']['output']>;
|
|
540
|
-
InvestedTx?: Maybe<Array<Scalars['String']['output']>>;
|
|
541
|
-
SumOfAmountIn?: Maybe<Scalars['Float']['output']>;
|
|
542
|
-
SumOfTokenOut?: Maybe<Scalars['Float']['output']>;
|
|
543
|
-
TotalTokens?: Maybe<Scalars['Float']['output']>;
|
|
544
|
-
UserAddress: Scalars['String']['output'];
|
|
545
|
-
WithdrawnSum?: Maybe<Scalars['Float']['output']>;
|
|
546
|
-
WithdrawnTx?: Maybe<Array<Scalars['String']['output']>>;
|
|
323
|
+
TokenName: Scalars['String']['output'];
|
|
547
324
|
};
|
|
548
325
|
export type MyInvestmentsEth = {
|
|
549
326
|
__typename?: 'MyInvestmentsETH';
|
|
@@ -562,15 +339,6 @@ export type MyInvestmentsErc20 = {
|
|
|
562
339
|
Token: Scalars['String']['output'];
|
|
563
340
|
TxHash: Scalars['String']['output'];
|
|
564
341
|
};
|
|
565
|
-
export type MySignUp = {
|
|
566
|
-
__typename?: 'MySignUp';
|
|
567
|
-
SignupId: Scalars['Int']['output'];
|
|
568
|
-
};
|
|
569
|
-
export type MySignUpV2 = {
|
|
570
|
-
__typename?: 'MySignUpV2';
|
|
571
|
-
ProjectId: Scalars['Int']['output'];
|
|
572
|
-
SignedUp: Scalars['Boolean']['output'];
|
|
573
|
-
};
|
|
574
342
|
export type MySignUpV3 = {
|
|
575
343
|
__typename?: 'MySignUpV3';
|
|
576
344
|
ProjectId: Scalars['String']['output'];
|
|
@@ -618,12 +386,6 @@ export type PoolxTokenomicsTrade = {
|
|
|
618
386
|
PancakeSwapV3_01: Scalars['Float']['output'];
|
|
619
387
|
Sum: Scalars['Float']['output'];
|
|
620
388
|
};
|
|
621
|
-
export type ProjectSignUpV2 = {
|
|
622
|
-
__typename?: 'ProjectSignUpV2';
|
|
623
|
-
JoinedTime: Scalars['Int']['output'];
|
|
624
|
-
ProjectId: Scalars['Int']['output'];
|
|
625
|
-
UserAddress: Scalars['String']['output'];
|
|
626
|
-
};
|
|
627
389
|
export type ProjectSignUpV3 = {
|
|
628
390
|
__typename?: 'ProjectSignUpV3';
|
|
629
391
|
JoinedTime: Scalars['Int']['output'];
|
|
@@ -636,120 +398,50 @@ export type PutMyDataNonEvmWallet = {
|
|
|
636
398
|
};
|
|
637
399
|
export type Query = {
|
|
638
400
|
__typename?: 'Query';
|
|
639
|
-
adminAutoSignUp: Array<AdminAutoSignUp>;
|
|
640
|
-
/** @deprecated Will be removed */
|
|
641
|
-
adminGetActions: Array<GetAction>;
|
|
642
401
|
adminGetAllocation: Array<AdminGetAllocation>;
|
|
643
|
-
adminKycProxy: Array<AdminKycProxy>;
|
|
644
|
-
adminListAssets: Array<AdminListAssetsResponse>;
|
|
645
|
-
/** @deprecated Will be removed */
|
|
646
|
-
adminListOfCollateral: Array<AdminListOfCollateral>;
|
|
647
402
|
/** Works with a maximum of 100 elements */
|
|
648
403
|
adminListOfPoolzBackId: Array<AdminListOfPoolzBackId>;
|
|
649
404
|
adminNonEvmInvested: Array<AdminNonEvmInvested>;
|
|
650
|
-
/** @deprecated Use a new query 'adminNonEvmInvested'. */
|
|
651
|
-
adminNonEvmWallet: Array<AdminNonEvmWallet>;
|
|
652
405
|
adminReadAssets: ReadAssetsResponse;
|
|
653
406
|
adminRpcWallets: Array<RpcWallet>;
|
|
654
|
-
/** @deprecated Use adminSignUpV3 */
|
|
655
|
-
adminSignUpV2: Array<AdminSignUpV2>;
|
|
656
407
|
adminSignUpV3: Array<AdminSignUpV3>;
|
|
657
|
-
/**
|
|
658
|
-
adminUsers: Array<AdminUsers>;
|
|
408
|
+
/** Will be updated in new endoint. */
|
|
659
409
|
approvedContracts: Array<ApprovedContracts>;
|
|
660
410
|
boostProxy: Array<BoostProxy>;
|
|
411
|
+
/** Will be updated in new endoint. */
|
|
661
412
|
daoSenderHistory: DaoSenderHistoryPage;
|
|
662
413
|
generateMyInvestSignature: GenerateMyInvestSignature;
|
|
663
|
-
/** @deprecated Will be removed. */
|
|
664
|
-
investedErc20: Array<InvestedErc20>;
|
|
665
|
-
/** @deprecated This endpoint is deprecated. */
|
|
666
|
-
kolInvestedErc20: Array<KolInvestedErc20>;
|
|
667
414
|
leaderBoard: Array<LeaderBoard>;
|
|
668
415
|
myAllocation: MyAllocation;
|
|
669
416
|
myAssets: MyAssetsResponse;
|
|
670
417
|
myData?: Maybe<MyData>;
|
|
671
418
|
/** Returns archived and new investments data */
|
|
672
419
|
myInvest: Array<MyInvest>;
|
|
673
|
-
/** @deprecated Right now isn't work. Will be deleted with new Invested contract/system. */
|
|
674
|
-
myInvestSum: MyInvestSum;
|
|
675
420
|
/** @deprecated Use new `myInvest` endpoint */
|
|
676
421
|
myInvestmentsETH: Array<MyInvestmentsEth>;
|
|
677
422
|
/** @deprecated Use new `myInvest` endpoint */
|
|
678
423
|
myInvestmentsErc20: Array<MyInvestmentsErc20>;
|
|
679
424
|
myProxyKYC: KycProxy;
|
|
680
|
-
/** @deprecated Use 'myRoles' endpoint. */
|
|
681
|
-
myRole: Scalars['String']['output'];
|
|
682
425
|
myRoles: Array<Scalars['String']['output']>;
|
|
683
|
-
/** @deprecated Old system. Please use new endpoints from API4.SignUp. */
|
|
684
|
-
mySignUpCheck: Array<SignUpCheck>;
|
|
685
|
-
/** @deprecated Use mySignUpV3 */
|
|
686
|
-
mySignUpV2: Array<MySignUpV2>;
|
|
687
426
|
mySignUpV3: Array<MySignUpV3>;
|
|
688
|
-
/** @deprecated Old system. Please use new endpoints from API4.SignUp. */
|
|
689
|
-
mySignup: Array<MySignUp>;
|
|
690
427
|
myUpcomingAllocation: Array<MyUpcomingAllocation>;
|
|
691
428
|
poolxPrice: PoolxPrice;
|
|
692
429
|
poolxTokenomics: PoolxTokenomics;
|
|
693
430
|
projectIdToPoolzBackId: Scalars['Int']['output'];
|
|
694
431
|
retrieveSignature: RetrieveSignatureResponse;
|
|
695
|
-
seasonPass: Array<SeasonPass>;
|
|
696
|
-
/** @deprecated Old system. Please use new endpoints from API4.SignUp. */
|
|
697
|
-
signUp: Array<SignUp>;
|
|
698
|
-
/** @deprecated Right now, isn't work. */
|
|
699
|
-
signUpAllocation?: Maybe<Array<SignUpAllocation>>;
|
|
700
|
-
/** @deprecated Old system. Please use new endpoints from API4.SignUp. */
|
|
701
|
-
signUpCheck: Array<SignUpCheck>;
|
|
702
|
-
/** @deprecated Old system. Please use new endpoints from API4.SignUp. */
|
|
703
|
-
signUpList: Array<SignUpList>;
|
|
704
|
-
/** @deprecated Old system. Please use new endpoints from API4.SignUp. */
|
|
705
|
-
signUpsTimes: Array<SignUpsTimes>;
|
|
706
432
|
/** @deprecated Will be removed */
|
|
707
433
|
simpleUrlShortener?: Maybe<SimpleUrlShortener>;
|
|
708
434
|
splitDataEncoder: Scalars['String']['output'];
|
|
709
|
-
/** @deprecated Will be removed */
|
|
710
|
-
status: Array<Status>;
|
|
711
435
|
time: Scalars['Int']['output'];
|
|
712
436
|
tokenInfo?: Maybe<TokenInfo>;
|
|
713
|
-
/** @deprecated Old LockDealV2 system. */
|
|
714
|
-
tokenRefundsLDv2: Array<TokenRefundsLDv2>;
|
|
715
|
-
/**
|
|
716
|
-
* # The 'poolId' must be a CollateralProvider
|
|
717
|
-
* @deprecated Will be archived in the new endpoint.
|
|
718
|
-
*/
|
|
719
|
-
tokenRefundsNFT: Array<TokenRefundsNft>;
|
|
720
|
-
/** @deprecated Will be updated to LdNftUniqueUsers */
|
|
721
|
-
uniqueUsers: UniqueUsers;
|
|
722
437
|
/** @deprecated Need to fix */
|
|
723
438
|
unlocks: Array<Unlocks>;
|
|
724
|
-
/**
|
|
725
|
-
vaultOut: Array<VaultOut>;
|
|
726
|
-
/**
|
|
727
|
-
* The 'fetchBalance' will be deprecated
|
|
728
|
-
* @deprecated Will be updated to vaultsV2
|
|
729
|
-
*/
|
|
439
|
+
/** The 'fetchBalance' will be deprecated & Will be updated in new endoint. */
|
|
730
440
|
vaults: Array<Vaults>;
|
|
731
441
|
};
|
|
732
|
-
export type QueryAdminAutoSignUpArgs = {
|
|
733
|
-
note?: InputMaybe<Scalars['String']['input']>;
|
|
734
|
-
};
|
|
735
442
|
export type QueryAdminGetAllocationArgs = {
|
|
736
443
|
projectId: Scalars['String']['input'];
|
|
737
444
|
};
|
|
738
|
-
export type QueryAdminKycProxyArgs = {
|
|
739
|
-
status?: InputMaybe<Scalars['String']['input']>;
|
|
740
|
-
};
|
|
741
|
-
export type QueryAdminListAssetsArgs = {
|
|
742
|
-
chainId: Scalars['Int']['input'];
|
|
743
|
-
dispenserProvider: Scalars['String']['input'];
|
|
744
|
-
limit: Scalars['Int']['input'];
|
|
745
|
-
page: Scalars['Int']['input'];
|
|
746
|
-
};
|
|
747
|
-
export type QueryAdminListOfCollateralArgs = {
|
|
748
|
-
chainId: Scalars['Int']['input'];
|
|
749
|
-
collateralAddress: Scalars['String']['input'];
|
|
750
|
-
limit: Scalars['Int']['input'];
|
|
751
|
-
page: Scalars['Int']['input'];
|
|
752
|
-
};
|
|
753
445
|
export type QueryAdminListOfPoolzBackIdArgs = {
|
|
754
446
|
projectIDs: Array<Scalars['String']['input']>;
|
|
755
447
|
};
|
|
@@ -757,26 +449,16 @@ export type QueryAdminNonEvmInvestedArgs = {
|
|
|
757
449
|
chainName: Scalars['String']['input'];
|
|
758
450
|
poolId: Scalars['Long']['input'];
|
|
759
451
|
};
|
|
760
|
-
export type QueryAdminNonEvmWalletArgs = {
|
|
761
|
-
chainName: Scalars['String']['input'];
|
|
762
|
-
};
|
|
763
452
|
export type QueryAdminReadAssetsArgs = {
|
|
764
453
|
request: Array<ReadAssetsRequest>;
|
|
765
454
|
};
|
|
766
455
|
export type QueryAdminRpcWalletsArgs = {
|
|
767
456
|
IDs: Array<InputMaybe<Scalars['Int']['input']>>;
|
|
768
457
|
};
|
|
769
|
-
export type QueryAdminSignUpV2Args = {
|
|
770
|
-
minPoolxAmount: Scalars['Int']['input'];
|
|
771
|
-
projectId: Scalars['Int']['input'];
|
|
772
|
-
};
|
|
773
458
|
export type QueryAdminSignUpV3Args = {
|
|
774
459
|
minPoolxAmount: Scalars['Int']['input'];
|
|
775
460
|
projectId: Scalars['String']['input'];
|
|
776
461
|
};
|
|
777
|
-
export type QueryAdminUsersArgs = {
|
|
778
|
-
address?: InputMaybe<Scalars['String']['input']>;
|
|
779
|
-
};
|
|
780
462
|
export type QueryApprovedContractsArgs = {
|
|
781
463
|
onlyApproved: Scalars['Boolean']['input'];
|
|
782
464
|
};
|
|
@@ -791,12 +473,6 @@ export type QueryGenerateMyInvestSignatureArgs = {
|
|
|
791
473
|
projectId: Scalars['String']['input'];
|
|
792
474
|
weiAmount: Scalars['String']['input'];
|
|
793
475
|
};
|
|
794
|
-
export type QueryInvestedErc20Args = {
|
|
795
|
-
id: Scalars['Int']['input'];
|
|
796
|
-
};
|
|
797
|
-
export type QueryKolInvestedErc20Args = {
|
|
798
|
-
id: Scalars['Int']['input'];
|
|
799
|
-
};
|
|
800
476
|
export type QueryLeaderBoardArgs = {
|
|
801
477
|
address?: InputMaybe<Scalars['String']['input']>;
|
|
802
478
|
timestamp?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -811,15 +487,6 @@ export type QueryMyAssetsArgs = {
|
|
|
811
487
|
export type QueryMyDataArgs = {
|
|
812
488
|
chainNames?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
813
489
|
};
|
|
814
|
-
export type QueryMyInvestSumArgs = {
|
|
815
|
-
projectId: Scalars['Int']['input'];
|
|
816
|
-
};
|
|
817
|
-
export type QueryMySignUpCheckArgs = {
|
|
818
|
-
poolIDs: Array<Scalars['Int']['input']>;
|
|
819
|
-
};
|
|
820
|
-
export type QueryMySignUpV2Args = {
|
|
821
|
-
projectIDs: Array<Scalars['Int']['input']>;
|
|
822
|
-
};
|
|
823
490
|
export type QueryMySignUpV3Args = {
|
|
824
491
|
projectIDs: Array<Scalars['String']['input']>;
|
|
825
492
|
};
|
|
@@ -832,25 +499,6 @@ export type QueryProjectIdToPoolzBackIdArgs = {
|
|
|
832
499
|
export type QueryRetrieveSignatureArgs = {
|
|
833
500
|
request: RetrieveSignatureRequest;
|
|
834
501
|
};
|
|
835
|
-
export type QuerySignUpArgs = {
|
|
836
|
-
id: Scalars['Int']['input'];
|
|
837
|
-
};
|
|
838
|
-
export type QuerySignUpAllocationArgs = {
|
|
839
|
-
bot: Scalars['Float']['input'];
|
|
840
|
-
minamount: Scalars['Int']['input'];
|
|
841
|
-
signupid: Scalars['Int']['input'];
|
|
842
|
-
take: Scalars['Int']['input'];
|
|
843
|
-
top: Scalars['Float']['input'];
|
|
844
|
-
totalallocation: Scalars['Int']['input'];
|
|
845
|
-
winnersratio: Scalars['Float']['input'];
|
|
846
|
-
};
|
|
847
|
-
export type QuerySignUpCheckArgs = {
|
|
848
|
-
poolIDs: Array<Scalars['Int']['input']>;
|
|
849
|
-
userAddress: Scalars['String']['input'];
|
|
850
|
-
};
|
|
851
|
-
export type QuerySignUpListArgs = {
|
|
852
|
-
id: Scalars['Int']['input'];
|
|
853
|
-
};
|
|
854
502
|
export type QuerySimpleUrlShortenerArgs = {
|
|
855
503
|
input: TxHashChainIdInput;
|
|
856
504
|
};
|
|
@@ -861,24 +509,9 @@ export type QuerySplitDataEncoderArgs = {
|
|
|
861
509
|
export type QueryTokenInfoArgs = {
|
|
862
510
|
hashKey: Scalars['String']['input'];
|
|
863
511
|
};
|
|
864
|
-
export type QueryTokenRefundsLDv2Args = {
|
|
865
|
-
chainId: Scalars['Int']['input'];
|
|
866
|
-
fromBlock?: InputMaybe<Scalars['Int']['input']>;
|
|
867
|
-
newOwner?: InputMaybe<Scalars['String']['input']>;
|
|
868
|
-
toBlock?: InputMaybe<Scalars['Int']['input']>;
|
|
869
|
-
tokenAddress: Scalars['String']['input'];
|
|
870
|
-
};
|
|
871
|
-
export type QueryTokenRefundsNftArgs = {
|
|
872
|
-
chainId: Scalars['Int']['input'];
|
|
873
|
-
poolId: Scalars['Int']['input'];
|
|
874
|
-
};
|
|
875
512
|
export type QueryUnlocksArgs = {
|
|
876
513
|
address: Scalars['String']['input'];
|
|
877
514
|
};
|
|
878
|
-
export type QueryVaultOutArgs = {
|
|
879
|
-
fromBlock?: InputMaybe<Scalars['Int']['input']>;
|
|
880
|
-
toBlock?: InputMaybe<Scalars['Int']['input']>;
|
|
881
|
-
};
|
|
882
515
|
export type QueryVaultsArgs = {
|
|
883
516
|
chainId?: InputMaybe<Scalars['Int']['input']>;
|
|
884
517
|
fetchBalance?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -943,49 +576,6 @@ export type RpcWallet = {
|
|
|
943
576
|
Id: Scalars['Int']['output'];
|
|
944
577
|
Wallet: Scalars['String']['output'];
|
|
945
578
|
};
|
|
946
|
-
export type SeasonPass = {
|
|
947
|
-
__typename?: 'SeasonPass';
|
|
948
|
-
Amount: Scalars['Float']['output'];
|
|
949
|
-
Note: Scalars['String']['output'];
|
|
950
|
-
Owner: Scalars['String']['output'];
|
|
951
|
-
ValidUntil: Scalars['Int']['output'];
|
|
952
|
-
};
|
|
953
|
-
export type SeasonPassInput = {
|
|
954
|
-
Amount: Scalars['Float']['input'];
|
|
955
|
-
Note: Scalars['String']['input'];
|
|
956
|
-
Owner: Scalars['String']['input'];
|
|
957
|
-
ValidUntil: Scalars['Int']['input'];
|
|
958
|
-
};
|
|
959
|
-
export type SignUp = {
|
|
960
|
-
__typename?: 'SignUp';
|
|
961
|
-
Address: Scalars['String']['output'];
|
|
962
|
-
Amount: Scalars['Float']['output'];
|
|
963
|
-
};
|
|
964
|
-
export type SignUpAllocation = {
|
|
965
|
-
__typename?: 'SignUpAllocation';
|
|
966
|
-
Address: Scalars['String']['output'];
|
|
967
|
-
Allocation: Scalars['Float']['output'];
|
|
968
|
-
Poolx: Scalars['Float']['output'];
|
|
969
|
-
Rank: Scalars['Int']['output'];
|
|
970
|
-
};
|
|
971
|
-
export type SignUpCheck = {
|
|
972
|
-
__typename?: 'SignUpCheck';
|
|
973
|
-
PoolId: Scalars['Int']['output'];
|
|
974
|
-
SignUp?: Maybe<Scalars['Boolean']['output']>;
|
|
975
|
-
};
|
|
976
|
-
export type SignUpList = {
|
|
977
|
-
__typename?: 'SignUpList';
|
|
978
|
-
Address: Scalars['String']['output'];
|
|
979
|
-
};
|
|
980
|
-
export type SignUpsTimes = {
|
|
981
|
-
__typename?: 'SignUpsTimes';
|
|
982
|
-
Address: Scalars['String']['output'];
|
|
983
|
-
EndBlock?: Maybe<Scalars['Int']['output']>;
|
|
984
|
-
EndTime?: Maybe<Scalars['String']['output']>;
|
|
985
|
-
PoolId: Scalars['Int']['output'];
|
|
986
|
-
StartBlock: Scalars['Int']['output'];
|
|
987
|
-
StartTime: Scalars['String']['output'];
|
|
988
|
-
};
|
|
989
579
|
export type SimpleUrlShortener = {
|
|
990
580
|
__typename?: 'SimpleUrlShortener';
|
|
991
581
|
ContainerText: Scalars['String']['output'];
|
|
@@ -993,24 +583,6 @@ export type SimpleUrlShortener = {
|
|
|
993
583
|
UrlToScan: Scalars['String']['output'];
|
|
994
584
|
XPostText: Scalars['String']['output'];
|
|
995
585
|
};
|
|
996
|
-
export type Status = {
|
|
997
|
-
__typename?: 'Status';
|
|
998
|
-
BlockPerSecond: Scalars['Float']['output'];
|
|
999
|
-
ChainId: Scalars['Int']['output'];
|
|
1000
|
-
ChainName: Scalars['String']['output'];
|
|
1001
|
-
CovalentLastBlock: Scalars['Int']['output'];
|
|
1002
|
-
Events: Array<StatusEvents>;
|
|
1003
|
-
RpcUrl: Scalars['String']['output'];
|
|
1004
|
-
SecondsToError: Scalars['Int']['output'];
|
|
1005
|
-
SecondsToWarning: Scalars['Int']['output'];
|
|
1006
|
-
};
|
|
1007
|
-
export type StatusEvents = {
|
|
1008
|
-
__typename?: 'StatusEvents';
|
|
1009
|
-
Active: Scalars['Boolean']['output'];
|
|
1010
|
-
EndingBlock: Scalars['Int']['output'];
|
|
1011
|
-
ResponseType: Scalars['String']['output'];
|
|
1012
|
-
StartingBlock: Scalars['Int']['output'];
|
|
1013
|
-
};
|
|
1014
586
|
export type TokenInfo = {
|
|
1015
587
|
__typename?: 'TokenInfo';
|
|
1016
588
|
Address: Scalars['String']['output'];
|
|
@@ -1020,73 +592,21 @@ export type TokenInfo = {
|
|
|
1020
592
|
Symbol: Scalars['String']['output'];
|
|
1021
593
|
TotalSupply: Scalars['Float']['output'];
|
|
1022
594
|
};
|
|
1023
|
-
export type TokenRefundsLDv2 = {
|
|
1024
|
-
__typename?: 'TokenRefundsLDv2';
|
|
1025
|
-
BlockHeight: Scalars['Int']['output'];
|
|
1026
|
-
BlockSignedAt: Scalars['String']['output'];
|
|
1027
|
-
ChainId: Scalars['Int']['output'];
|
|
1028
|
-
NewAmount: Scalars['Float']['output'];
|
|
1029
|
-
NewOwner: Scalars['String']['output'];
|
|
1030
|
-
NewPoolId: Scalars['Int']['output'];
|
|
1031
|
-
OldOwner: Scalars['String']['output'];
|
|
1032
|
-
OldPoolId: Scalars['Int']['output'];
|
|
1033
|
-
OriginalLeftAmount: Scalars['Float']['output'];
|
|
1034
|
-
TxHash: Scalars['String']['output'];
|
|
1035
|
-
};
|
|
1036
|
-
export type TokenRefundsNft = {
|
|
1037
|
-
__typename?: 'TokenRefundsNFT';
|
|
1038
|
-
BlockSignedAt: Scalars['Int']['output'];
|
|
1039
|
-
From: Scalars['String']['output'];
|
|
1040
|
-
TokenOut: TokenRefundsNft_TokenOut;
|
|
1041
|
-
TokensRefunded: TokenRefundsNft_TokensRefunded;
|
|
1042
|
-
TxHash: Scalars['String']['output'];
|
|
1043
|
-
};
|
|
1044
|
-
export type TokenRefundsNft_TokenOut = {
|
|
1045
|
-
__typename?: 'TokenRefundsNFT_TokenOut';
|
|
1046
|
-
Amount: Scalars['Float']['output'];
|
|
1047
|
-
TokenId: Scalars['Int']['output'];
|
|
1048
|
-
};
|
|
1049
|
-
export type TokenRefundsNft_TokensRefunded = {
|
|
1050
|
-
__typename?: 'TokenRefundsNFT_TokensRefunded';
|
|
1051
|
-
Amount: Scalars['Float']['output'];
|
|
1052
|
-
TokenId: Scalars['Int']['output'];
|
|
1053
|
-
};
|
|
1054
595
|
export type TxHashChainIdInput = {
|
|
1055
596
|
ChainId: Scalars['Int']['input'];
|
|
1056
597
|
TxHash: Scalars['String']['input'];
|
|
1057
598
|
};
|
|
1058
|
-
export type UniqueUsers = {
|
|
1059
|
-
__typename?: 'UniqueUsers';
|
|
1060
|
-
LDv2NewPoolCreated: Scalars['Int']['output'];
|
|
1061
|
-
LDv2TransferOut: Scalars['Int']['output'];
|
|
1062
|
-
SignUpPool: Scalars['Int']['output'];
|
|
1063
|
-
ThePoolzNewInvestorEvents: Scalars['Int']['output'];
|
|
1064
|
-
TotalUniqueUsers: Scalars['Int']['output'];
|
|
1065
|
-
VaultValuesChanged: Scalars['Int']['output'];
|
|
1066
|
-
};
|
|
1067
599
|
export type Unlocks = {
|
|
1068
600
|
__typename?: 'Unlocks';
|
|
1069
601
|
Timespan: Scalars['Int']['output'];
|
|
1070
602
|
Total: Scalars['Float']['output'];
|
|
1071
603
|
};
|
|
1072
|
-
export type UpdateAction = {
|
|
1073
|
-
FinishRunningTime: Scalars['String']['input'];
|
|
1074
|
-
RepeatCount: Scalars['Int']['input'];
|
|
1075
|
-
SettingsId: Scalars['Int']['input'];
|
|
1076
|
-
StartingRunningTime: Scalars['String']['input'];
|
|
1077
|
-
};
|
|
1078
604
|
export type UserData = {
|
|
1079
605
|
__typename?: 'UserData';
|
|
1080
606
|
Agree: Scalars['Boolean']['output'];
|
|
1081
607
|
EvmWallet: Array<Scalars['String']['output']>;
|
|
1082
608
|
NonEvmWallet: Array<NonEvmWallet>;
|
|
1083
609
|
};
|
|
1084
|
-
export type VaultOut = {
|
|
1085
|
-
__typename?: 'VaultOut';
|
|
1086
|
-
Amount: Scalars['Float']['output'];
|
|
1087
|
-
LockUntil: Scalars['String']['output'];
|
|
1088
|
-
Owner: Scalars['String']['output'];
|
|
1089
|
-
};
|
|
1090
610
|
export type Vaults = {
|
|
1091
611
|
__typename?: 'Vaults';
|
|
1092
612
|
ChainId: Scalars['Int']['output'];
|
|
@@ -1522,6 +1042,7 @@ export type MyInvestQuery = {
|
|
|
1522
1042
|
ChainId: number;
|
|
1523
1043
|
Token: string;
|
|
1524
1044
|
Amount: number;
|
|
1045
|
+
TokenName: string;
|
|
1525
1046
|
}>;
|
|
1526
1047
|
};
|
|
1527
1048
|
export type MyInvestedQueryVariables = Exact<{
|
|
@@ -1648,19 +1169,6 @@ export type ProjectSignUpV3Mutation = {
|
|
|
1648
1169
|
JoinedTime: number;
|
|
1649
1170
|
};
|
|
1650
1171
|
};
|
|
1651
|
-
export type SimpleUrlShortenerQueryVariables = Exact<{
|
|
1652
|
-
input: TxHashChainIdInput;
|
|
1653
|
-
}>;
|
|
1654
|
-
export type SimpleUrlShortenerQuery = {
|
|
1655
|
-
__typename?: 'Query';
|
|
1656
|
-
simpleUrlShortener?: {
|
|
1657
|
-
__typename?: 'SimpleUrlShortener';
|
|
1658
|
-
ShortUrl: string;
|
|
1659
|
-
ContainerText: string;
|
|
1660
|
-
UrlToScan: string;
|
|
1661
|
-
XPostText: string;
|
|
1662
|
-
} | null;
|
|
1663
|
-
};
|
|
1664
1172
|
export type TokenInfoQueryVariables = Exact<{
|
|
1665
1173
|
hashKey: Scalars['String']['input'];
|
|
1666
1174
|
}>;
|
|
@@ -1741,6 +1249,5 @@ export declare const ProjectIdToPoolzBackIdDocument: DocumentNode<ProjectIdToPoo
|
|
|
1741
1249
|
export declare const MySignUpV3Document: DocumentNode<MySignUpV3Query, MySignUpV3QueryVariables>;
|
|
1742
1250
|
export declare const AdminSignUpV3Document: DocumentNode<AdminSignUpV3Query, AdminSignUpV3QueryVariables>;
|
|
1743
1251
|
export declare const ProjectSignUpV3Document: DocumentNode<ProjectSignUpV3Mutation, ProjectSignUpV3MutationVariables>;
|
|
1744
|
-
export declare const SimpleUrlShortenerDocument: DocumentNode<SimpleUrlShortenerQuery, SimpleUrlShortenerQueryVariables>;
|
|
1745
1252
|
export declare const TokenInfoDocument: DocumentNode<TokenInfoQuery, TokenInfoQueryVariables>;
|
|
1746
1253
|
export declare const DataDocument: DocumentNode<DataQuery, DataQueryVariables>;
|