@poolzfinance/api4 1.13.6 → 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.
@@ -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']>;
@@ -340,54 +201,25 @@ export type LeaderBoard = {
340
201
  Amount: Scalars['Float']['output'];
341
202
  Owner: Scalars['String']['output'];
342
203
  Rank: Scalars['Int']['output'];
343
- VaultAmount: Scalars['Float']['output'];
344
204
  };
345
205
  export type Mutation = {
346
206
  __typename?: 'Mutation';
347
- addAutoSignUp: AdminAutoSignUp;
348
207
  addEvmWallet: UserData;
349
208
  addNonEvmWallet: UserData;
350
- /** @deprecated Will be removed */
351
- addUser: AdminUsers;
352
- /** @deprecated Will be removed */
353
- adminAddAction: AdminAction;
354
- /** @deprecated Will be removed */
355
- adminCleanCache: CleanCache;
356
209
  adminCreateAsset: CreateAssetResponse;
357
210
  adminCreatePoolzBackId: AdminCreatePoolzBackId;
358
- /** @deprecated Will be removed */
359
- adminDeleteAction: Scalars['Boolean']['output'];
360
211
  adminDeleteAsset: DeleteAssetResponse;
361
- /** @deprecated Will be removed */
362
- adminUpdateAction: ActionSettings;
363
212
  adminWriteAllocation: Scalars['Int']['output'];
364
- createSeasonPass: SeasonPass;
365
- createSeasonPasses: Array<SeasonPass>;
366
- deleteAutoSignUp: AdminAutoSignUp;
367
213
  deleteEvmWallet: UserData;
368
214
  deleteNonEvmWallet: UserData;
369
- deleteSeasonPass: SeasonPass;
370
- /** @deprecated Will be removed */
371
- deleteUser: AdminUsers;
372
215
  generateSignature: GenerateSignatureResponse;
373
216
  generateTokenFromSignature: GenerateTokenFromSignature;
374
217
  logout: Scalars['Boolean']['output'];
375
- /** @deprecated Use projectSignUpV3 */
376
- projectSignUpV2: ProjectSignUpV2;
377
218
  projectSignUpV3: ProjectSignUpV3;
378
219
  sendToMonitor: Scalars['Int']['output'];
379
220
  setMyAgree: Scalars['Boolean']['output'];
380
- updateAutoSignUp: AdminAutoSignUp;
381
221
  updateEvmWallet: UserData;
382
222
  updateNonEvmWallet: UserData;
383
- updateSeasonPass: SeasonPass;
384
- /** @deprecated Will be removed */
385
- updateUser: AdminUsers;
386
- };
387
- export type MutationAddAutoSignUpArgs = {
388
- address: Scalars['String']['input'];
389
- note: Scalars['String']['input'];
390
- poolzAmount: Scalars['Float']['input'];
391
223
  };
392
224
  export type MutationAddEvmWalletArgs = {
393
225
  wallet: Scalars['String']['input'];
@@ -396,14 +228,6 @@ export type MutationAddNonEvmWalletArgs = {
396
228
  chainName: Scalars['String']['input'];
397
229
  wallet: Scalars['String']['input'];
398
230
  };
399
- export type MutationAddUserArgs = {
400
- note?: InputMaybe<Scalars['String']['input']>;
401
- roleId: Scalars['Int']['input'];
402
- wallet: Scalars['String']['input'];
403
- };
404
- export type MutationAdminAddActionArgs = {
405
- action: AdminAddAction;
406
- };
407
231
  export type MutationAdminCreateAssetArgs = {
408
232
  request: CreateAssetRequest;
409
233
  };
@@ -412,40 +236,18 @@ export type MutationAdminCreatePoolzBackIdArgs = {
412
236
  poolzBackId: Scalars['Int']['input'];
413
237
  projectId: Scalars['String']['input'];
414
238
  };
415
- export type MutationAdminDeleteActionArgs = {
416
- settingsId: Scalars['Int']['input'];
417
- };
418
239
  export type MutationAdminDeleteAssetArgs = {
419
240
  request: DeleteAssetRequest;
420
241
  };
421
- export type MutationAdminUpdateActionArgs = {
422
- action: UpdateAction;
423
- };
424
242
  export type MutationAdminWriteAllocationArgs = {
425
243
  input: AdminWriteAllocation;
426
244
  };
427
- export type MutationCreateSeasonPassArgs = {
428
- seasonPass: SeasonPassInput;
429
- };
430
- export type MutationCreateSeasonPassesArgs = {
431
- seasonPasses: Array<SeasonPassInput>;
432
- };
433
- export type MutationDeleteAutoSignUpArgs = {
434
- address: Scalars['String']['input'];
435
- };
436
245
  export type MutationDeleteEvmWalletArgs = {
437
246
  wallet: Scalars['String']['input'];
438
247
  };
439
248
  export type MutationDeleteNonEvmWalletArgs = {
440
249
  chainName: Scalars['String']['input'];
441
250
  };
442
- export type MutationDeleteSeasonPassArgs = {
443
- note: Scalars['String']['input'];
444
- owner: Scalars['String']['input'];
445
- };
446
- export type MutationDeleteUserArgs = {
447
- wallet: Scalars['String']['input'];
448
- };
449
251
  export type MutationGenerateSignatureArgs = {
450
252
  request: GenerateSignatureRequest;
451
253
  };
@@ -453,20 +255,12 @@ export type MutationGenerateTokenFromSignatureArgs = {
453
255
  eip4361message: Scalars['String']['input'];
454
256
  signature: Scalars['String']['input'];
455
257
  };
456
- export type MutationProjectSignUpV2Args = {
457
- projectId: Scalars['Int']['input'];
458
- };
459
258
  export type MutationProjectSignUpV3Args = {
460
259
  projectId: Scalars['String']['input'];
461
260
  };
462
261
  export type MutationSendToMonitorArgs = {
463
262
  input: Scalars['String']['input'];
464
263
  };
465
- export type MutationUpdateAutoSignUpArgs = {
466
- address: Scalars['String']['input'];
467
- note: Scalars['String']['input'];
468
- poolzAmount: Scalars['Float']['input'];
469
- };
470
264
  export type MutationUpdateEvmWalletArgs = {
471
265
  newWallet: Scalars['String']['input'];
472
266
  oldWallet: Scalars['String']['input'];
@@ -475,14 +269,6 @@ export type MutationUpdateNonEvmWalletArgs = {
475
269
  chainName: Scalars['String']['input'];
476
270
  wallet: Scalars['String']['input'];
477
271
  };
478
- export type MutationUpdateSeasonPassArgs = {
479
- seasonPass: SeasonPassInput;
480
- };
481
- export type MutationUpdateUserArgs = {
482
- note?: InputMaybe<Scalars['String']['input']>;
483
- roleId: Scalars['Int']['input'];
484
- wallet: Scalars['String']['input'];
485
- };
486
272
  export type MyAllocation = {
487
273
  __typename?: 'MyAllocation';
488
274
  Amount: Scalars['Float']['output'];
@@ -527,16 +313,14 @@ export type MyData = {
527
313
  EvmWallets: Array<Scalars['String']['output']>;
528
314
  NonEvmWallet: Array<NonEvmWallet>;
529
315
  };
530
- export type MyInvestSum = {
531
- __typename?: 'MyInvestSum';
532
- DateOfFirstTx?: Maybe<Scalars['Int']['output']>;
533
- InvestedTx?: Maybe<Array<Scalars['String']['output']>>;
534
- SumOfAmountIn?: Maybe<Scalars['Float']['output']>;
535
- SumOfTokenOut?: Maybe<Scalars['Float']['output']>;
536
- TotalTokens?: Maybe<Scalars['Float']['output']>;
537
- UserAddress: Scalars['String']['output'];
538
- WithdrawnSum?: Maybe<Scalars['Float']['output']>;
539
- WithdrawnTx?: Maybe<Array<Scalars['String']['output']>>;
316
+ export type MyInvest = {
317
+ __typename?: 'MyInvest';
318
+ Amount: Scalars['Float']['output'];
319
+ ChainId: Scalars['Int']['output'];
320
+ PoolId: Scalars['Int']['output'];
321
+ ProjectId: Scalars['String']['output'];
322
+ Token: Scalars['String']['output'];
323
+ TokenName: Scalars['String']['output'];
540
324
  };
541
325
  export type MyInvestmentsEth = {
542
326
  __typename?: 'MyInvestmentsETH';
@@ -555,15 +339,6 @@ export type MyInvestmentsErc20 = {
555
339
  Token: Scalars['String']['output'];
556
340
  TxHash: Scalars['String']['output'];
557
341
  };
558
- export type MySignUp = {
559
- __typename?: 'MySignUp';
560
- SignupId: Scalars['Int']['output'];
561
- };
562
- export type MySignUpV2 = {
563
- __typename?: 'MySignUpV2';
564
- ProjectId: Scalars['Int']['output'];
565
- SignedUp: Scalars['Boolean']['output'];
566
- };
567
342
  export type MySignUpV3 = {
568
343
  __typename?: 'MySignUpV3';
569
344
  ProjectId: Scalars['String']['output'];
@@ -611,12 +386,6 @@ export type PoolxTokenomicsTrade = {
611
386
  PancakeSwapV3_01: Scalars['Float']['output'];
612
387
  Sum: Scalars['Float']['output'];
613
388
  };
614
- export type ProjectSignUpV2 = {
615
- __typename?: 'ProjectSignUpV2';
616
- JoinedTime: Scalars['Int']['output'];
617
- ProjectId: Scalars['Int']['output'];
618
- UserAddress: Scalars['String']['output'];
619
- };
620
389
  export type ProjectSignUpV3 = {
621
390
  __typename?: 'ProjectSignUpV3';
622
391
  JoinedTime: Scalars['Int']['output'];
@@ -629,116 +398,50 @@ export type PutMyDataNonEvmWallet = {
629
398
  };
630
399
  export type Query = {
631
400
  __typename?: 'Query';
632
- adminAutoSignUp: Array<AdminAutoSignUp>;
633
- /** @deprecated Will be removed */
634
- adminGetActions: Array<GetAction>;
635
401
  adminGetAllocation: Array<AdminGetAllocation>;
636
- adminKycProxy: Array<AdminKycProxy>;
637
- adminListAssets: Array<AdminListAssetsResponse>;
638
- /** @deprecated Will be removed */
639
- adminListOfCollateral: Array<AdminListOfCollateral>;
640
402
  /** Works with a maximum of 100 elements */
641
403
  adminListOfPoolzBackId: Array<AdminListOfPoolzBackId>;
642
404
  adminNonEvmInvested: Array<AdminNonEvmInvested>;
643
- /** @deprecated Use a new query 'adminNonEvmInvested'. */
644
- adminNonEvmWallet: Array<AdminNonEvmWallet>;
645
405
  adminReadAssets: ReadAssetsResponse;
646
406
  adminRpcWallets: Array<RpcWallet>;
647
- /** @deprecated Use adminSignUpV3 */
648
- adminSignUpV2: Array<AdminSignUpV2>;
649
407
  adminSignUpV3: Array<AdminSignUpV3>;
650
- /** @deprecated Will be removed */
651
- adminUsers: Array<AdminUsers>;
408
+ /** Will be updated in new endoint. */
652
409
  approvedContracts: Array<ApprovedContracts>;
653
410
  boostProxy: Array<BoostProxy>;
411
+ /** Will be updated in new endoint. */
654
412
  daoSenderHistory: DaoSenderHistoryPage;
655
413
  generateMyInvestSignature: GenerateMyInvestSignature;
656
- /** @deprecated Will be removed. */
657
- investedErc20: Array<InvestedErc20>;
658
- /** @deprecated This endpoint is deprecated. */
659
- kolInvestedErc20: Array<KolInvestedErc20>;
660
414
  leaderBoard: Array<LeaderBoard>;
661
415
  myAllocation: MyAllocation;
662
416
  myAssets: MyAssetsResponse;
663
417
  myData?: Maybe<MyData>;
664
- /** @deprecated Right now isn't work. Will be deleted with new Invested contract/system. */
665
- myInvestSum: MyInvestSum;
418
+ /** Returns archived and new investments data */
419
+ myInvest: Array<MyInvest>;
420
+ /** @deprecated Use new `myInvest` endpoint */
666
421
  myInvestmentsETH: Array<MyInvestmentsEth>;
422
+ /** @deprecated Use new `myInvest` endpoint */
667
423
  myInvestmentsErc20: Array<MyInvestmentsErc20>;
668
424
  myProxyKYC: KycProxy;
669
- /** @deprecated Use 'myRoles' endpoint. */
670
- myRole: Scalars['String']['output'];
671
425
  myRoles: Array<Scalars['String']['output']>;
672
- /** @deprecated Old system. Please use new endpoints from API4.SignUp. */
673
- mySignUpCheck: Array<SignUpCheck>;
674
- /** @deprecated Use mySignUpV3 */
675
- mySignUpV2: Array<MySignUpV2>;
676
426
  mySignUpV3: Array<MySignUpV3>;
677
- /** @deprecated Old system. Please use new endpoints from API4.SignUp. */
678
- mySignup: Array<MySignUp>;
679
427
  myUpcomingAllocation: Array<MyUpcomingAllocation>;
680
428
  poolxPrice: PoolxPrice;
681
429
  poolxTokenomics: PoolxTokenomics;
682
430
  projectIdToPoolzBackId: Scalars['Int']['output'];
683
431
  retrieveSignature: RetrieveSignatureResponse;
684
- seasonPass: Array<SeasonPass>;
685
- /** @deprecated Old system. Please use new endpoints from API4.SignUp. */
686
- signUp: Array<SignUp>;
687
- /** @deprecated Right now, isn't work. */
688
- signUpAllocation?: Maybe<Array<SignUpAllocation>>;
689
- /** @deprecated Old system. Please use new endpoints from API4.SignUp. */
690
- signUpCheck: Array<SignUpCheck>;
691
- /** @deprecated Old system. Please use new endpoints from API4.SignUp. */
692
- signUpList: Array<SignUpList>;
693
- /** @deprecated Old system. Please use new endpoints from API4.SignUp. */
694
- signUpsTimes: Array<SignUpsTimes>;
695
432
  /** @deprecated Will be removed */
696
433
  simpleUrlShortener?: Maybe<SimpleUrlShortener>;
697
434
  splitDataEncoder: Scalars['String']['output'];
698
- /** @deprecated Will be removed */
699
- status: Array<Status>;
700
435
  time: Scalars['Int']['output'];
701
436
  tokenInfo?: Maybe<TokenInfo>;
702
- /** @deprecated Old LockDealV2 system. */
703
- tokenRefundsLDv2: Array<TokenRefundsLDv2>;
704
- /**
705
- * # The 'poolId' must be a CollateralProvider
706
- * @deprecated Will be archived in the new endpoint.
707
- */
708
- tokenRefundsNFT: Array<TokenRefundsNft>;
709
- /** @deprecated Will be updated to LdNftUniqueUsers */
710
- uniqueUsers: UniqueUsers;
711
437
  /** @deprecated Need to fix */
712
438
  unlocks: Array<Unlocks>;
713
- /** @deprecated This endpoint is deprecated. */
714
- vaultOut: Array<VaultOut>;
715
- /**
716
- * The 'fetchBalance' will be deprecated
717
- * @deprecated Will be updated to vaultsV2
718
- */
439
+ /** The 'fetchBalance' will be deprecated & Will be updated in new endoint. */
719
440
  vaults: Array<Vaults>;
720
441
  };
721
- export type QueryAdminAutoSignUpArgs = {
722
- note?: InputMaybe<Scalars['String']['input']>;
723
- };
724
442
  export type QueryAdminGetAllocationArgs = {
725
443
  projectId: Scalars['String']['input'];
726
444
  };
727
- export type QueryAdminKycProxyArgs = {
728
- status?: InputMaybe<Scalars['String']['input']>;
729
- };
730
- export type QueryAdminListAssetsArgs = {
731
- chainId: Scalars['Int']['input'];
732
- dispenserProvider: Scalars['String']['input'];
733
- limit: Scalars['Int']['input'];
734
- page: Scalars['Int']['input'];
735
- };
736
- export type QueryAdminListOfCollateralArgs = {
737
- chainId: Scalars['Int']['input'];
738
- collateralAddress: Scalars['String']['input'];
739
- limit: Scalars['Int']['input'];
740
- page: Scalars['Int']['input'];
741
- };
742
445
  export type QueryAdminListOfPoolzBackIdArgs = {
743
446
  projectIDs: Array<Scalars['String']['input']>;
744
447
  };
@@ -746,26 +449,16 @@ export type QueryAdminNonEvmInvestedArgs = {
746
449
  chainName: Scalars['String']['input'];
747
450
  poolId: Scalars['Long']['input'];
748
451
  };
749
- export type QueryAdminNonEvmWalletArgs = {
750
- chainName: Scalars['String']['input'];
751
- };
752
452
  export type QueryAdminReadAssetsArgs = {
753
453
  request: Array<ReadAssetsRequest>;
754
454
  };
755
455
  export type QueryAdminRpcWalletsArgs = {
756
456
  IDs: Array<InputMaybe<Scalars['Int']['input']>>;
757
457
  };
758
- export type QueryAdminSignUpV2Args = {
759
- minPoolxAmount: Scalars['Int']['input'];
760
- projectId: Scalars['Int']['input'];
761
- };
762
458
  export type QueryAdminSignUpV3Args = {
763
459
  minPoolxAmount: Scalars['Int']['input'];
764
460
  projectId: Scalars['String']['input'];
765
461
  };
766
- export type QueryAdminUsersArgs = {
767
- address?: InputMaybe<Scalars['String']['input']>;
768
- };
769
462
  export type QueryApprovedContractsArgs = {
770
463
  onlyApproved: Scalars['Boolean']['input'];
771
464
  };
@@ -780,12 +473,6 @@ export type QueryGenerateMyInvestSignatureArgs = {
780
473
  projectId: Scalars['String']['input'];
781
474
  weiAmount: Scalars['String']['input'];
782
475
  };
783
- export type QueryInvestedErc20Args = {
784
- id: Scalars['Int']['input'];
785
- };
786
- export type QueryKolInvestedErc20Args = {
787
- id: Scalars['Int']['input'];
788
- };
789
476
  export type QueryLeaderBoardArgs = {
790
477
  address?: InputMaybe<Scalars['String']['input']>;
791
478
  timestamp?: InputMaybe<Scalars['Int']['input']>;
@@ -800,15 +487,6 @@ export type QueryMyAssetsArgs = {
800
487
  export type QueryMyDataArgs = {
801
488
  chainNames?: InputMaybe<Array<Scalars['String']['input']>>;
802
489
  };
803
- export type QueryMyInvestSumArgs = {
804
- projectId: Scalars['Int']['input'];
805
- };
806
- export type QueryMySignUpCheckArgs = {
807
- poolIDs: Array<Scalars['Int']['input']>;
808
- };
809
- export type QueryMySignUpV2Args = {
810
- projectIDs: Array<Scalars['Int']['input']>;
811
- };
812
490
  export type QueryMySignUpV3Args = {
813
491
  projectIDs: Array<Scalars['String']['input']>;
814
492
  };
@@ -821,25 +499,6 @@ export type QueryProjectIdToPoolzBackIdArgs = {
821
499
  export type QueryRetrieveSignatureArgs = {
822
500
  request: RetrieveSignatureRequest;
823
501
  };
824
- export type QuerySignUpArgs = {
825
- id: Scalars['Int']['input'];
826
- };
827
- export type QuerySignUpAllocationArgs = {
828
- bot: Scalars['Float']['input'];
829
- minamount: Scalars['Int']['input'];
830
- signupid: Scalars['Int']['input'];
831
- take: Scalars['Int']['input'];
832
- top: Scalars['Float']['input'];
833
- totalallocation: Scalars['Int']['input'];
834
- winnersratio: Scalars['Float']['input'];
835
- };
836
- export type QuerySignUpCheckArgs = {
837
- poolIDs: Array<Scalars['Int']['input']>;
838
- userAddress: Scalars['String']['input'];
839
- };
840
- export type QuerySignUpListArgs = {
841
- id: Scalars['Int']['input'];
842
- };
843
502
  export type QuerySimpleUrlShortenerArgs = {
844
503
  input: TxHashChainIdInput;
845
504
  };
@@ -850,24 +509,9 @@ export type QuerySplitDataEncoderArgs = {
850
509
  export type QueryTokenInfoArgs = {
851
510
  hashKey: Scalars['String']['input'];
852
511
  };
853
- export type QueryTokenRefundsLDv2Args = {
854
- chainId: Scalars['Int']['input'];
855
- fromBlock?: InputMaybe<Scalars['Int']['input']>;
856
- newOwner?: InputMaybe<Scalars['String']['input']>;
857
- toBlock?: InputMaybe<Scalars['Int']['input']>;
858
- tokenAddress: Scalars['String']['input'];
859
- };
860
- export type QueryTokenRefundsNftArgs = {
861
- chainId: Scalars['Int']['input'];
862
- poolId: Scalars['Int']['input'];
863
- };
864
512
  export type QueryUnlocksArgs = {
865
513
  address: Scalars['String']['input'];
866
514
  };
867
- export type QueryVaultOutArgs = {
868
- fromBlock?: InputMaybe<Scalars['Int']['input']>;
869
- toBlock?: InputMaybe<Scalars['Int']['input']>;
870
- };
871
515
  export type QueryVaultsArgs = {
872
516
  chainId?: InputMaybe<Scalars['Int']['input']>;
873
517
  fetchBalance?: InputMaybe<Scalars['Boolean']['input']>;
@@ -932,49 +576,6 @@ export type RpcWallet = {
932
576
  Id: Scalars['Int']['output'];
933
577
  Wallet: Scalars['String']['output'];
934
578
  };
935
- export type SeasonPass = {
936
- __typename?: 'SeasonPass';
937
- Amount: Scalars['Float']['output'];
938
- Note: Scalars['String']['output'];
939
- Owner: Scalars['String']['output'];
940
- ValidUntil: Scalars['Int']['output'];
941
- };
942
- export type SeasonPassInput = {
943
- Amount: Scalars['Float']['input'];
944
- Note: Scalars['String']['input'];
945
- Owner: Scalars['String']['input'];
946
- ValidUntil: Scalars['Int']['input'];
947
- };
948
- export type SignUp = {
949
- __typename?: 'SignUp';
950
- Address: Scalars['String']['output'];
951
- Amount: Scalars['Float']['output'];
952
- };
953
- export type SignUpAllocation = {
954
- __typename?: 'SignUpAllocation';
955
- Address: Scalars['String']['output'];
956
- Allocation: Scalars['Float']['output'];
957
- Poolx: Scalars['Float']['output'];
958
- Rank: Scalars['Int']['output'];
959
- };
960
- export type SignUpCheck = {
961
- __typename?: 'SignUpCheck';
962
- PoolId: Scalars['Int']['output'];
963
- SignUp?: Maybe<Scalars['Boolean']['output']>;
964
- };
965
- export type SignUpList = {
966
- __typename?: 'SignUpList';
967
- Address: Scalars['String']['output'];
968
- };
969
- export type SignUpsTimes = {
970
- __typename?: 'SignUpsTimes';
971
- Address: Scalars['String']['output'];
972
- EndBlock?: Maybe<Scalars['Int']['output']>;
973
- EndTime?: Maybe<Scalars['String']['output']>;
974
- PoolId: Scalars['Int']['output'];
975
- StartBlock: Scalars['Int']['output'];
976
- StartTime: Scalars['String']['output'];
977
- };
978
579
  export type SimpleUrlShortener = {
979
580
  __typename?: 'SimpleUrlShortener';
980
581
  ContainerText: Scalars['String']['output'];
@@ -982,24 +583,6 @@ export type SimpleUrlShortener = {
982
583
  UrlToScan: Scalars['String']['output'];
983
584
  XPostText: Scalars['String']['output'];
984
585
  };
985
- export type Status = {
986
- __typename?: 'Status';
987
- BlockPerSecond: Scalars['Float']['output'];
988
- ChainId: Scalars['Int']['output'];
989
- ChainName: Scalars['String']['output'];
990
- CovalentLastBlock: Scalars['Int']['output'];
991
- Events: Array<StatusEvents>;
992
- RpcUrl: Scalars['String']['output'];
993
- SecondsToError: Scalars['Int']['output'];
994
- SecondsToWarning: Scalars['Int']['output'];
995
- };
996
- export type StatusEvents = {
997
- __typename?: 'StatusEvents';
998
- Active: Scalars['Boolean']['output'];
999
- EndingBlock: Scalars['Int']['output'];
1000
- ResponseType: Scalars['String']['output'];
1001
- StartingBlock: Scalars['Int']['output'];
1002
- };
1003
586
  export type TokenInfo = {
1004
587
  __typename?: 'TokenInfo';
1005
588
  Address: Scalars['String']['output'];
@@ -1009,73 +592,21 @@ export type TokenInfo = {
1009
592
  Symbol: Scalars['String']['output'];
1010
593
  TotalSupply: Scalars['Float']['output'];
1011
594
  };
1012
- export type TokenRefundsLDv2 = {
1013
- __typename?: 'TokenRefundsLDv2';
1014
- BlockHeight: Scalars['Int']['output'];
1015
- BlockSignedAt: Scalars['String']['output'];
1016
- ChainId: Scalars['Int']['output'];
1017
- NewAmount: Scalars['Float']['output'];
1018
- NewOwner: Scalars['String']['output'];
1019
- NewPoolId: Scalars['Int']['output'];
1020
- OldOwner: Scalars['String']['output'];
1021
- OldPoolId: Scalars['Int']['output'];
1022
- OriginalLeftAmount: Scalars['Float']['output'];
1023
- TxHash: Scalars['String']['output'];
1024
- };
1025
- export type TokenRefundsNft = {
1026
- __typename?: 'TokenRefundsNFT';
1027
- BlockSignedAt: Scalars['Int']['output'];
1028
- From: Scalars['String']['output'];
1029
- TokenOut: TokenRefundsNft_TokenOut;
1030
- TokensRefunded: TokenRefundsNft_TokensRefunded;
1031
- TxHash: Scalars['String']['output'];
1032
- };
1033
- export type TokenRefundsNft_TokenOut = {
1034
- __typename?: 'TokenRefundsNFT_TokenOut';
1035
- Amount: Scalars['Float']['output'];
1036
- TokenId: Scalars['Int']['output'];
1037
- };
1038
- export type TokenRefundsNft_TokensRefunded = {
1039
- __typename?: 'TokenRefundsNFT_TokensRefunded';
1040
- Amount: Scalars['Float']['output'];
1041
- TokenId: Scalars['Int']['output'];
1042
- };
1043
595
  export type TxHashChainIdInput = {
1044
596
  ChainId: Scalars['Int']['input'];
1045
597
  TxHash: Scalars['String']['input'];
1046
598
  };
1047
- export type UniqueUsers = {
1048
- __typename?: 'UniqueUsers';
1049
- LDv2NewPoolCreated: Scalars['Int']['output'];
1050
- LDv2TransferOut: Scalars['Int']['output'];
1051
- SignUpPool: Scalars['Int']['output'];
1052
- ThePoolzNewInvestorEvents: Scalars['Int']['output'];
1053
- TotalUniqueUsers: Scalars['Int']['output'];
1054
- VaultValuesChanged: Scalars['Int']['output'];
1055
- };
1056
599
  export type Unlocks = {
1057
600
  __typename?: 'Unlocks';
1058
601
  Timespan: Scalars['Int']['output'];
1059
602
  Total: Scalars['Float']['output'];
1060
603
  };
1061
- export type UpdateAction = {
1062
- FinishRunningTime: Scalars['String']['input'];
1063
- RepeatCount: Scalars['Int']['input'];
1064
- SettingsId: Scalars['Int']['input'];
1065
- StartingRunningTime: Scalars['String']['input'];
1066
- };
1067
604
  export type UserData = {
1068
605
  __typename?: 'UserData';
1069
606
  Agree: Scalars['Boolean']['output'];
1070
607
  EvmWallet: Array<Scalars['String']['output']>;
1071
608
  NonEvmWallet: Array<NonEvmWallet>;
1072
609
  };
1073
- export type VaultOut = {
1074
- __typename?: 'VaultOut';
1075
- Amount: Scalars['Float']['output'];
1076
- LockUntil: Scalars['String']['output'];
1077
- Owner: Scalars['String']['output'];
1078
- };
1079
610
  export type Vaults = {
1080
611
  __typename?: 'Vaults';
1081
612
  ChainId: Scalars['Int']['output'];
@@ -1499,6 +1030,21 @@ export type UpdateNonEvmWalletMutation = {
1499
1030
  }>;
1500
1031
  };
1501
1032
  };
1033
+ export type MyInvestQueryVariables = Exact<{
1034
+ [key: string]: never;
1035
+ }>;
1036
+ export type MyInvestQuery = {
1037
+ __typename?: 'Query';
1038
+ myInvest: Array<{
1039
+ __typename?: 'MyInvest';
1040
+ ProjectId: string;
1041
+ PoolId: number;
1042
+ ChainId: number;
1043
+ Token: string;
1044
+ Amount: number;
1045
+ TokenName: string;
1046
+ }>;
1047
+ };
1502
1048
  export type MyInvestedQueryVariables = Exact<{
1503
1049
  [key: string]: never;
1504
1050
  }>;
@@ -1623,19 +1169,6 @@ export type ProjectSignUpV3Mutation = {
1623
1169
  JoinedTime: number;
1624
1170
  };
1625
1171
  };
1626
- export type SimpleUrlShortenerQueryVariables = Exact<{
1627
- input: TxHashChainIdInput;
1628
- }>;
1629
- export type SimpleUrlShortenerQuery = {
1630
- __typename?: 'Query';
1631
- simpleUrlShortener?: {
1632
- __typename?: 'SimpleUrlShortener';
1633
- ShortUrl: string;
1634
- ContainerText: string;
1635
- UrlToScan: string;
1636
- XPostText: string;
1637
- } | null;
1638
- };
1639
1172
  export type TokenInfoQueryVariables = Exact<{
1640
1173
  hashKey: Scalars['String']['input'];
1641
1174
  }>;
@@ -1706,6 +1239,7 @@ export declare const DeleteEvmWalletDocument: DocumentNode<DeleteEvmWalletMutati
1706
1239
  export declare const AddNonEvmWalletDocument: DocumentNode<AddNonEvmWalletMutation, AddNonEvmWalletMutationVariables>;
1707
1240
  export declare const DeleteNonEvmWalletDocument: DocumentNode<DeleteNonEvmWalletMutation, DeleteNonEvmWalletMutationVariables>;
1708
1241
  export declare const UpdateNonEvmWalletDocument: DocumentNode<UpdateNonEvmWalletMutation, UpdateNonEvmWalletMutationVariables>;
1242
+ export declare const MyInvestDocument: DocumentNode<MyInvestQuery, MyInvestQueryVariables>;
1709
1243
  export declare const MyInvestedDocument: DocumentNode<MyInvestedQuery, MyInvestedQueryVariables>;
1710
1244
  export declare const KycDocument: DocumentNode<KycQuery, KycQueryVariables>;
1711
1245
  export declare const MyRolesDocument: DocumentNode<MyRolesQuery, MyRolesQueryVariables>;
@@ -1715,6 +1249,5 @@ export declare const ProjectIdToPoolzBackIdDocument: DocumentNode<ProjectIdToPoo
1715
1249
  export declare const MySignUpV3Document: DocumentNode<MySignUpV3Query, MySignUpV3QueryVariables>;
1716
1250
  export declare const AdminSignUpV3Document: DocumentNode<AdminSignUpV3Query, AdminSignUpV3QueryVariables>;
1717
1251
  export declare const ProjectSignUpV3Document: DocumentNode<ProjectSignUpV3Mutation, ProjectSignUpV3MutationVariables>;
1718
- export declare const SimpleUrlShortenerDocument: DocumentNode<SimpleUrlShortenerQuery, SimpleUrlShortenerQueryVariables>;
1719
1252
  export declare const TokenInfoDocument: DocumentNode<TokenInfoQuery, TokenInfoQueryVariables>;
1720
1253
  export declare const DataDocument: DocumentNode<DataQuery, DataQueryVariables>;