@poolzfinance/api4 1.11.35 → 1.11.37

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.
@@ -69,23 +69,6 @@ export type ActionSettings = {
69
69
  SettingsId: Scalars['Int']['output'];
70
70
  StartingRunningTime: Scalars['String']['output'];
71
71
  };
72
- export type AddChainInput = {
73
- BlockPerSecond: Scalars['Float']['input'];
74
- ChainId: Scalars['Int']['input'];
75
- ChainName: Scalars['String']['input'];
76
- DownloadTimeDelay: Scalars['Int']['input'];
77
- RpcUrl: Scalars['String']['input'];
78
- SecondsToError: Scalars['Int']['input'];
79
- SecondsToWarning: Scalars['Int']['input'];
80
- };
81
- export type AddMappingInput = {
82
- Converter: Scalars['String']['input'];
83
- DownloaderSettingsChainId: Scalars['Int']['input'];
84
- DownloaderSettingsContractAddress: Scalars['String']['input'];
85
- DownloaderSettingsEventHash: Scalars['String']['input'];
86
- Name: Scalars['String']['input'];
87
- Path: Scalars['String']['input'];
88
- };
89
72
  export type AdminAction = {
90
73
  __typename?: 'AdminAction';
91
74
  ActionRegistry: ActionRegistry;
@@ -142,6 +125,7 @@ export type AdminSignUpV2 = {
142
125
  };
143
126
  export type AdminUsers = {
144
127
  __typename?: 'AdminUsers';
128
+ Note?: Maybe<Scalars['String']['output']>;
145
129
  RoleId: Scalars['Int']['output'];
146
130
  Wallet: Scalars['String']['output'];
147
131
  };
@@ -210,43 +194,6 @@ export type DataOnAuth = {
210
194
  photo_url?: InputMaybe<Scalars['String']['input']>;
211
195
  username?: InputMaybe<Scalars['String']['input']>;
212
196
  };
213
- export type Downloader = {
214
- __typename?: 'Downloader';
215
- BlockPerSecond: Scalars['Float']['output'];
216
- ChainId: Scalars['Int']['output'];
217
- ChainName: Scalars['String']['output'];
218
- CovalentLastBlock: Scalars['Int']['output'];
219
- DownloadTimeDelay: Scalars['Int']['output'];
220
- Events?: Maybe<Array<DownloaderEvents>>;
221
- RpcUrl: Scalars['String']['output'];
222
- SecondsToError: Scalars['Int']['output'];
223
- SecondsToWarning: Scalars['Int']['output'];
224
- };
225
- export type DownloaderEventInput = {
226
- Active: Scalars['Boolean']['input'];
227
- ContractAddress: Scalars['String']['input'];
228
- EndingBlock?: InputMaybe<Scalars['Int']['input']>;
229
- EventHash: Scalars['String']['input'];
230
- Key: Scalars['String']['input'];
231
- MaxBatchSize: Scalars['Int']['input'];
232
- MaxPageNumber?: InputMaybe<Scalars['Int']['input']>;
233
- ResponseType: Scalars['String']['input'];
234
- StartingBlock: Scalars['Int']['input'];
235
- UrlSet: Scalars['String']['input'];
236
- };
237
- export type DownloaderEvents = {
238
- __typename?: 'DownloaderEvents';
239
- Active: Scalars['Boolean']['output'];
240
- ContractAddress: Scalars['String']['output'];
241
- EndingBlock?: Maybe<Scalars['Int']['output']>;
242
- EventHash: Scalars['String']['output'];
243
- Mapping?: Maybe<Array<Mapping>>;
244
- MaxBatchSize: Scalars['Int']['output'];
245
- MaxPageNumber?: Maybe<Scalars['Int']['output']>;
246
- ResponseType: Scalars['String']['output'];
247
- StartingBlock: Scalars['Int']['output'];
248
- UrlSet: Scalars['String']['output'];
249
- };
250
197
  export type GenerateTokenFromSignature = {
251
198
  __typename?: 'GenerateTokenFromSignature';
252
199
  token: Scalars['String']['output'];
@@ -284,24 +231,6 @@ export type KolInvestedErc20 = {
284
231
  TokenOut: Scalars['Float']['output'];
285
232
  Wallet: Scalars['String']['output'];
286
233
  };
287
- export type Kyc = {
288
- __typename?: 'Kyc';
289
- data: KycData;
290
- name: Scalars['String']['output'];
291
- status: Scalars['String']['output'];
292
- };
293
- export type KycData = {
294
- __typename?: 'KycData';
295
- approvedDate?: Maybe<Scalars['String']['output']>;
296
- blockPassID?: Maybe<Scalars['String']['output']>;
297
- inreviewDate?: Maybe<Scalars['String']['output']>;
298
- isArchived?: Maybe<Scalars['Boolean']['output']>;
299
- recordId?: Maybe<Scalars['String']['output']>;
300
- refId?: Maybe<Scalars['String']['output']>;
301
- status: Scalars['String']['output'];
302
- submitCount?: Maybe<Scalars['Int']['output']>;
303
- waitingDate?: Maybe<Scalars['String']['output']>;
304
- };
305
234
  export type KycProxy = {
306
235
  __typename?: 'KycProxy';
307
236
  Proxy?: Maybe<Scalars['String']['output']>;
@@ -315,35 +244,10 @@ export type LeaderBoard = {
315
244
  Rank: Scalars['Int']['output'];
316
245
  VaultAmount: Scalars['Float']['output'];
317
246
  };
318
- export type Mapping = {
319
- __typename?: 'Mapping';
320
- Converter: Scalars['String']['output'];
321
- Id: Scalars['Int']['output'];
322
- Name: Scalars['String']['output'];
323
- Path: Scalars['String']['output'];
324
- };
325
- export type MappingInput = {
326
- Converter: Scalars['String']['input'];
327
- Name: Scalars['String']['input'];
328
- Path: Scalars['String']['input'];
329
- };
330
- export type MappingMutation = {
331
- __typename?: 'MappingMutation';
332
- Converter: Scalars['String']['output'];
333
- DownloaderSettingsChainId: Scalars['Int']['output'];
334
- DownloaderSettingsContractAddress: Scalars['String']['output'];
335
- DownloaderSettingsEventHash: Scalars['String']['output'];
336
- Id: Scalars['Int']['output'];
337
- Name: Scalars['String']['output'];
338
- Path: Scalars['String']['output'];
339
- };
340
247
  export type Mutation = {
341
248
  __typename?: 'Mutation';
342
249
  addAutoSignUp: AdminAutoSignUp;
343
- addChain: Downloader;
344
- addDownloaderEvent: Scalars['Boolean']['output'];
345
250
  addEvmWallet: UserData;
346
- addMapping: Scalars['Boolean']['output'];
347
251
  addNonEvmWallet: UserData;
348
252
  addUser: AdminUsers;
349
253
  adminAddAction: AdminAction;
@@ -351,10 +255,9 @@ export type Mutation = {
351
255
  adminDeleteAction: Scalars['Boolean']['output'];
352
256
  adminUpdateAction: ActionSettings;
353
257
  createSeasonPass: SeasonPass;
258
+ createSeasonPasses: Array<SeasonPass>;
354
259
  deleteAutoSignUp: AdminAutoSignUp;
355
- deleteDownloaderEvent: Scalars['Boolean']['output'];
356
260
  deleteEvmWallet: UserData;
357
- deleteMapping: Scalars['Boolean']['output'];
358
261
  deleteNonEvmWallet: UserData;
359
262
  deleteSeasonPass: SeasonPass;
360
263
  deleteUser: AdminUsers;
@@ -367,9 +270,7 @@ export type Mutation = {
367
270
  sendToMonitor: Scalars['Int']['output'];
368
271
  setMyAgree: Scalars['Boolean']['output'];
369
272
  updateAutoSignUp: AdminAutoSignUp;
370
- updateDownloaderEvent: Scalars['Boolean']['output'];
371
273
  updateEvmWallet: UserData;
372
- updateMapping: Scalars['Boolean']['output'];
373
274
  updateNonEvmWallet: UserData;
374
275
  updateSeasonPass: SeasonPass;
375
276
  updateUser: AdminUsers;
@@ -379,24 +280,15 @@ export type MutationAddAutoSignUpArgs = {
379
280
  note: Scalars['String']['input'];
380
281
  poolzAmount: Scalars['Float']['input'];
381
282
  };
382
- export type MutationAddChainArgs = {
383
- addChainInput: AddChainInput;
384
- };
385
- export type MutationAddDownloaderEventArgs = {
386
- chainId: Scalars['Int']['input'];
387
- eventData: DownloaderEventInput;
388
- };
389
283
  export type MutationAddEvmWalletArgs = {
390
284
  wallet: Scalars['String']['input'];
391
285
  };
392
- export type MutationAddMappingArgs = {
393
- addMappingInput: AddMappingInput;
394
- };
395
286
  export type MutationAddNonEvmWalletArgs = {
396
287
  chainName: Scalars['String']['input'];
397
288
  wallet: Scalars['String']['input'];
398
289
  };
399
290
  export type MutationAddUserArgs = {
291
+ note?: InputMaybe<Scalars['String']['input']>;
400
292
  roleId: Scalars['Int']['input'];
401
293
  wallet: Scalars['String']['input'];
402
294
  };
@@ -412,24 +304,20 @@ export type MutationAdminUpdateActionArgs = {
412
304
  export type MutationCreateSeasonPassArgs = {
413
305
  seasonPass: SeasonPassInput;
414
306
  };
307
+ export type MutationCreateSeasonPassesArgs = {
308
+ seasonPasses: Array<SeasonPassInput>;
309
+ };
415
310
  export type MutationDeleteAutoSignUpArgs = {
416
311
  address: Scalars['String']['input'];
417
312
  };
418
- export type MutationDeleteDownloaderEventArgs = {
419
- chainId: Scalars['Int']['input'];
420
- contractAddress: Scalars['String']['input'];
421
- eventHash: Scalars['String']['input'];
422
- };
423
313
  export type MutationDeleteEvmWalletArgs = {
424
314
  wallet: Scalars['String']['input'];
425
315
  };
426
- export type MutationDeleteMappingArgs = {
427
- id: Scalars['Int']['input'];
428
- };
429
316
  export type MutationDeleteNonEvmWalletArgs = {
430
317
  chainName: Scalars['String']['input'];
431
318
  };
432
319
  export type MutationDeleteSeasonPassArgs = {
320
+ note: Scalars['String']['input'];
433
321
  owner: Scalars['String']['input'];
434
322
  };
435
323
  export type MutationDeleteUserArgs = {
@@ -455,7 +343,7 @@ export type MutationOnboardingSetAllocationArgs = {
455
343
  tokenAllocation: Array<OnboardingTokenAllocation>;
456
344
  };
457
345
  export type MutationProjectSignUpV2Args = {
458
- projectId: Scalars['Long']['input'];
346
+ projectId: Scalars['Int']['input'];
459
347
  };
460
348
  export type MutationSendToMonitorArgs = {
461
349
  input: Scalars['String']['input'];
@@ -465,18 +353,10 @@ export type MutationUpdateAutoSignUpArgs = {
465
353
  note: Scalars['String']['input'];
466
354
  poolzAmount: Scalars['Float']['input'];
467
355
  };
468
- export type MutationUpdateDownloaderEventArgs = {
469
- chainId: Scalars['Int']['input'];
470
- eventData: DownloaderEventInput;
471
- };
472
356
  export type MutationUpdateEvmWalletArgs = {
473
357
  newWallet: Scalars['String']['input'];
474
358
  oldWallet: Scalars['String']['input'];
475
359
  };
476
- export type MutationUpdateMappingArgs = {
477
- id: Scalars['Int']['input'];
478
- updateMapping: MappingInput;
479
- };
480
360
  export type MutationUpdateNonEvmWalletArgs = {
481
361
  chainName: Scalars['String']['input'];
482
362
  wallet: Scalars['String']['input'];
@@ -485,6 +365,7 @@ export type MutationUpdateSeasonPassArgs = {
485
365
  seasonPass: SeasonPassInput;
486
366
  };
487
367
  export type MutationUpdateUserArgs = {
368
+ note?: InputMaybe<Scalars['String']['input']>;
488
369
  roleId: Scalars['Int']['input'];
489
370
  wallet: Scalars['String']['input'];
490
371
  };
@@ -528,7 +409,7 @@ export type MySignUp = {
528
409
  };
529
410
  export type MySignUpV2 = {
530
411
  __typename?: 'MySignUpV2';
531
- ProjectId: Scalars['Long']['output'];
412
+ ProjectId: Scalars['Int']['output'];
532
413
  SignedUp: Scalars['Boolean']['output'];
533
414
  };
534
415
  export type NonEvmWallet = {
@@ -555,12 +436,6 @@ export type OnboardingData_TokenTransfer = {
555
436
  Timestamp: Scalars['Long']['output'];
556
437
  TxHash: Scalars['String']['output'];
557
438
  };
558
- export type OnboardingData_Tokens = {
559
- __typename?: 'OnboardingData_Tokens';
560
- Amount: Scalars['Float']['output'];
561
- ChainId: Scalars['Long']['output'];
562
- TokenAddress: Scalars['String']['output'];
563
- };
564
439
  export type OnboardingMutationsResponse = {
565
440
  __typename?: 'OnboardingMutationsResponse';
566
441
  ErrorMessage?: Maybe<Scalars['String']['output']>;
@@ -614,8 +489,8 @@ export type PoolxTokenomicsTrade = {
614
489
  };
615
490
  export type ProjectSignUpV2 = {
616
491
  __typename?: 'ProjectSignUpV2';
617
- JoinedTime: Scalars['Long']['output'];
618
- ProjectId: Scalars['Long']['output'];
492
+ JoinedTime: Scalars['Int']['output'];
493
+ ProjectId: Scalars['Int']['output'];
619
494
  UserAddress: Scalars['String']['output'];
620
495
  };
621
496
  export type PutMyDataNonEvmWallet = {
@@ -636,7 +511,6 @@ export type Query = {
636
511
  approvedContracts: Array<ApprovedContracts>;
637
512
  boostProxy: Array<BoostProxy>;
638
513
  daoSenderHistory: DaoSenderHistoryPage;
639
- downloader: Array<Downloader>;
640
514
  investedErc20: Array<InvestedErc20>;
641
515
  kolInvestedErc20: Array<KolInvestedErc20>;
642
516
  leaderBoard: Array<LeaderBoard>;
@@ -644,8 +518,6 @@ export type Query = {
644
518
  myInvestSum: MyInvestSum;
645
519
  myInvestmentsETH: Array<MyInvestmentsEth>;
646
520
  myInvestmentsErc20: Array<MyInvestmentsErc20>;
647
- /** @deprecated Use a new query 'myProxyKYC'. */
648
- myKYC: Kyc;
649
521
  myProxyKYC: KycProxy;
650
522
  myRole: Scalars['String']['output'];
651
523
  mySignUpCheck: Array<SignUpCheck>;
@@ -666,7 +538,10 @@ export type Query = {
666
538
  status: Array<Status>;
667
539
  time: Scalars['Int']['output'];
668
540
  tokenInfo?: Maybe<TokenInfo>;
669
- tokenRefunds: Array<TokenRefunds>;
541
+ /** @deprecated Old LockDealV2 system. */
542
+ tokenRefundsLDv2: Array<TokenRefundsLDv2>;
543
+ /** # The 'poolId' must be a CollateralProvider */
544
+ tokenRefundsNFT: Array<TokenRefundsNft>;
670
545
  uniqueUsers: UniqueUsers;
671
546
  unlocks: Array<Unlocks>;
672
547
  /** @deprecated This endpoint is deprecated. */
@@ -691,7 +566,7 @@ export type QueryAdminRpcWalletsArgs = {
691
566
  };
692
567
  export type QueryAdminSignUpV2Args = {
693
568
  minPoolxAmount: Scalars['Int']['input'];
694
- projectId: Scalars['Long']['input'];
569
+ projectId: Scalars['Int']['input'];
695
570
  };
696
571
  export type QueryAdminUsersArgs = {
697
572
  address?: InputMaybe<Scalars['String']['input']>;
@@ -726,7 +601,7 @@ export type QueryMySignUpCheckArgs = {
726
601
  poolIDs: Array<Scalars['Int']['input']>;
727
602
  };
728
603
  export type QueryMySignUpV2Args = {
729
- projectIDs: Array<Scalars['Long']['input']>;
604
+ projectIDs: Array<Scalars['Int']['input']>;
730
605
  };
731
606
  export type QueryOnboardingDataArgs = {
732
607
  chatId: Scalars['Long']['input'];
@@ -764,13 +639,17 @@ export type QuerySplitDataEncoderArgs = {
764
639
  export type QueryTokenInfoArgs = {
765
640
  hashKey: Scalars['String']['input'];
766
641
  };
767
- export type QueryTokenRefundsArgs = {
642
+ export type QueryTokenRefundsLDv2Args = {
768
643
  chainId: Scalars['Int']['input'];
769
644
  fromBlock?: InputMaybe<Scalars['Int']['input']>;
770
645
  newOwner?: InputMaybe<Scalars['String']['input']>;
771
646
  toBlock?: InputMaybe<Scalars['Int']['input']>;
772
647
  tokenAddress: Scalars['String']['input'];
773
648
  };
649
+ export type QueryTokenRefundsNftArgs = {
650
+ chainId: Scalars['Int']['input'];
651
+ poolId: Scalars['Int']['input'];
652
+ };
774
653
  export type QueryUnlocksArgs = {
775
654
  address: Scalars['String']['input'];
776
655
  };
@@ -792,15 +671,15 @@ export type RpcWallet = {
792
671
  export type SeasonPass = {
793
672
  __typename?: 'SeasonPass';
794
673
  Amount: Scalars['Float']['output'];
795
- Note?: Maybe<Scalars['String']['output']>;
674
+ Note: Scalars['String']['output'];
796
675
  Owner: Scalars['String']['output'];
797
- ValidUntil: Scalars['String']['output'];
676
+ ValidUntil: Scalars['Int']['output'];
798
677
  };
799
678
  export type SeasonPassInput = {
800
679
  Amount: Scalars['Float']['input'];
801
- Note?: InputMaybe<Scalars['String']['input']>;
680
+ Note: Scalars['String']['input'];
802
681
  Owner: Scalars['String']['input'];
803
- ValidUntil: Scalars['String']['input'];
682
+ ValidUntil: Scalars['Int']['input'];
804
683
  };
805
684
  export type SignUp = {
806
685
  __typename?: 'SignUp';
@@ -866,8 +745,8 @@ export type TokenInfo = {
866
745
  Symbol: Scalars['String']['output'];
867
746
  TotalSupply: Scalars['Float']['output'];
868
747
  };
869
- export type TokenRefunds = {
870
- __typename?: 'TokenRefunds';
748
+ export type TokenRefundsLDv2 = {
749
+ __typename?: 'TokenRefundsLDv2';
871
750
  BlockHeight: Scalars['Int']['output'];
872
751
  BlockSignedAt: Scalars['String']['output'];
873
752
  ChainId: Scalars['Int']['output'];
@@ -879,6 +758,13 @@ export type TokenRefunds = {
879
758
  OriginalLeftAmount: Scalars['Float']['output'];
880
759
  TxHash: Scalars['String']['output'];
881
760
  };
761
+ export type TokenRefundsNft = {
762
+ __typename?: 'TokenRefundsNFT';
763
+ Amount: Scalars['Float']['output'];
764
+ BlockSignedAt: Scalars['Int']['output'];
765
+ From: Scalars['String']['output'];
766
+ TokenId: Scalars['Int']['output'];
767
+ };
882
768
  export type TxHashChainIdInput = {
883
769
  ChainId: Scalars['Int']['input'];
884
770
  TxHash: Scalars['String']['input'];
@@ -1099,41 +985,6 @@ export type MyQueryQuery = {
1099
985
  __typename?: 'Query';
1100
986
  time: number;
1101
987
  };
1102
- export type DownloaderQueryVariables = Exact<{
1103
- [key: string]: never;
1104
- }>;
1105
- export type DownloaderQuery = {
1106
- __typename?: 'Query';
1107
- downloader: Array<{
1108
- __typename?: 'Downloader';
1109
- ChainId: number;
1110
- ChainName: string;
1111
- RpcUrl: string;
1112
- CovalentLastBlock: number;
1113
- SecondsToWarning: number;
1114
- SecondsToError: number;
1115
- BlockPerSecond: number;
1116
- Events?: Array<{
1117
- __typename?: 'DownloaderEvents';
1118
- ContractAddress: string;
1119
- EventHash: string;
1120
- Active: boolean;
1121
- StartingBlock: number;
1122
- EndingBlock?: number | null;
1123
- MaxBatchSize: number;
1124
- ResponseType: string;
1125
- MaxPageNumber?: number | null;
1126
- UrlSet: string;
1127
- Mapping?: Array<{
1128
- __typename?: 'Mapping';
1129
- Id: number;
1130
- Path: string;
1131
- Converter: string;
1132
- Name: string;
1133
- }> | null;
1134
- }> | null;
1135
- }>;
1136
- };
1137
988
  export type GenerateTokenFromSignatureMutationVariables = Exact<{
1138
989
  eip4361message: Scalars['String']['input'];
1139
990
  signature: Scalars['String']['input'];
@@ -1445,14 +1296,14 @@ export type SeasonPassQuery = {
1445
1296
  __typename?: 'SeasonPass';
1446
1297
  Owner: string;
1447
1298
  Amount: number;
1448
- ValidUntil: string;
1449
- Note?: string | null;
1299
+ ValidUntil: number;
1300
+ Note: string;
1450
1301
  }>;
1451
1302
  };
1452
1303
  export type CreateSeasonPassMutationVariables = Exact<{
1453
1304
  Owner: Scalars['String']['input'];
1454
1305
  Amount: Scalars['Float']['input'];
1455
- ValidUntil: Scalars['String']['input'];
1306
+ ValidUntil: Scalars['Int']['input'];
1456
1307
  Note: Scalars['String']['input'];
1457
1308
  }>;
1458
1309
  export type CreateSeasonPassMutation = {
@@ -1461,14 +1312,14 @@ export type CreateSeasonPassMutation = {
1461
1312
  __typename?: 'SeasonPass';
1462
1313
  Owner: string;
1463
1314
  Amount: number;
1464
- ValidUntil: string;
1465
- Note?: string | null;
1315
+ ValidUntil: number;
1316
+ Note: string;
1466
1317
  };
1467
1318
  };
1468
1319
  export type UpdateSeasonPassMutationVariables = Exact<{
1469
1320
  Owner: Scalars['String']['input'];
1470
1321
  Amount: Scalars['Float']['input'];
1471
- ValidUntil: Scalars['String']['input'];
1322
+ ValidUntil: Scalars['Int']['input'];
1472
1323
  Note: Scalars['String']['input'];
1473
1324
  }>;
1474
1325
  export type UpdateSeasonPassMutation = {
@@ -1477,12 +1328,13 @@ export type UpdateSeasonPassMutation = {
1477
1328
  __typename?: 'SeasonPass';
1478
1329
  Owner: string;
1479
1330
  Amount: number;
1480
- ValidUntil: string;
1481
- Note?: string | null;
1331
+ ValidUntil: number;
1332
+ Note: string;
1482
1333
  };
1483
1334
  };
1484
1335
  export type DeleteSeasonPassMutationVariables = Exact<{
1485
1336
  owner: Scalars['String']['input'];
1337
+ note: Scalars['String']['input'];
1486
1338
  }>;
1487
1339
  export type DeleteSeasonPassMutation = {
1488
1340
  __typename?: 'Mutation';
@@ -1490,8 +1342,8 @@ export type DeleteSeasonPassMutation = {
1490
1342
  __typename?: 'SeasonPass';
1491
1343
  Owner: string;
1492
1344
  Amount: number;
1493
- ValidUntil: string;
1494
- Note?: string | null;
1345
+ ValidUntil: number;
1346
+ Note: string;
1495
1347
  };
1496
1348
  };
1497
1349
  export type SignupQueryVariables = Exact<{
@@ -1515,6 +1367,41 @@ export type MySignupQuery = {
1515
1367
  SignupId: number;
1516
1368
  }>;
1517
1369
  };
1370
+ export type MySignUpV2QueryVariables = Exact<{
1371
+ projectIDs: Array<Scalars['Int']['input']> | Scalars['Int']['input'];
1372
+ }>;
1373
+ export type MySignUpV2Query = {
1374
+ __typename?: 'Query';
1375
+ mySignUpV2: Array<{
1376
+ __typename?: 'MySignUpV2';
1377
+ ProjectId: number;
1378
+ SignedUp: boolean;
1379
+ }>;
1380
+ };
1381
+ export type AdminSignUpV2QueryVariables = Exact<{
1382
+ projectId: Scalars['Int']['input'];
1383
+ minPoolxAmount: Scalars['Int']['input'];
1384
+ }>;
1385
+ export type AdminSignUpV2Query = {
1386
+ __typename?: 'Query';
1387
+ adminSignUpV2: Array<{
1388
+ __typename?: 'AdminSignUpV2';
1389
+ Address: string;
1390
+ Amount: number;
1391
+ }>;
1392
+ };
1393
+ export type ProjectSignUpV2MutationVariables = Exact<{
1394
+ [key: string]: never;
1395
+ }>;
1396
+ export type ProjectSignUpV2Mutation = {
1397
+ __typename?: 'Mutation';
1398
+ projectSignUpV2: {
1399
+ __typename?: 'ProjectSignUpV2';
1400
+ ProjectId: number;
1401
+ UserAddress: string;
1402
+ JoinedTime: number;
1403
+ };
1404
+ };
1518
1405
  export type SimpleUrlShortenerQueryVariables = Exact<{
1519
1406
  input: TxHashChainIdInput;
1520
1407
  }>;
@@ -1630,9 +1517,6 @@ export declare const DaoSenderHistoryDocument: DocumentNode<DaoSenderHistoryQuer
1630
1517
  export declare const MyQueryDocument: DocumentNode<MyQueryQuery, Exact<{
1631
1518
  [key: string]: never;
1632
1519
  }>>;
1633
- export declare const DownloaderDocument: DocumentNode<DownloaderQuery, Exact<{
1634
- [key: string]: never;
1635
- }>>;
1636
1520
  export declare const GenerateTokenFromSignatureDocument: DocumentNode<GenerateTokenFromSignatureMutation, Exact<{
1637
1521
  eip4361message: Scalars['String']['input'];
1638
1522
  signature: Scalars['String']['input'];
@@ -1715,17 +1599,18 @@ export declare const SeasonPassDocument: DocumentNode<SeasonPassQuery, Exact<{
1715
1599
  export declare const CreateSeasonPassDocument: DocumentNode<CreateSeasonPassMutation, Exact<{
1716
1600
  Owner: Scalars['String']['input'];
1717
1601
  Amount: Scalars['Float']['input'];
1718
- ValidUntil: Scalars['String']['input'];
1602
+ ValidUntil: Scalars['Int']['input'];
1719
1603
  Note: Scalars['String']['input'];
1720
1604
  }>>;
1721
1605
  export declare const UpdateSeasonPassDocument: DocumentNode<UpdateSeasonPassMutation, Exact<{
1722
1606
  Owner: Scalars['String']['input'];
1723
1607
  Amount: Scalars['Float']['input'];
1724
- ValidUntil: Scalars['String']['input'];
1608
+ ValidUntil: Scalars['Int']['input'];
1725
1609
  Note: Scalars['String']['input'];
1726
1610
  }>>;
1727
1611
  export declare const DeleteSeasonPassDocument: DocumentNode<DeleteSeasonPassMutation, Exact<{
1728
1612
  owner: Scalars['String']['input'];
1613
+ note: Scalars['String']['input'];
1729
1614
  }>>;
1730
1615
  export declare const SignupDocument: DocumentNode<SignupQuery, Exact<{
1731
1616
  signUpId: Scalars['Int']['input'];
@@ -1733,6 +1618,16 @@ export declare const SignupDocument: DocumentNode<SignupQuery, Exact<{
1733
1618
  export declare const MySignupDocument: DocumentNode<MySignupQuery, Exact<{
1734
1619
  [key: string]: never;
1735
1620
  }>>;
1621
+ export declare const MySignUpV2Document: DocumentNode<MySignUpV2Query, Exact<{
1622
+ projectIDs: Array<Scalars['Int']['input']> | Scalars['Int']['input'];
1623
+ }>>;
1624
+ export declare const AdminSignUpV2Document: DocumentNode<AdminSignUpV2Query, Exact<{
1625
+ projectId: Scalars['Int']['input'];
1626
+ minPoolxAmount: Scalars['Int']['input'];
1627
+ }>>;
1628
+ export declare const ProjectSignUpV2Document: DocumentNode<ProjectSignUpV2Mutation, Exact<{
1629
+ [key: string]: never;
1630
+ }>>;
1736
1631
  export declare const SimpleUrlShortenerDocument: DocumentNode<SimpleUrlShortenerQuery, Exact<{
1737
1632
  input: TxHashChainIdInput;
1738
1633
  }>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@poolzfinance/api4",
3
- "version": "1.11.35",
3
+ "version": "1.11.37",
4
4
  "description": "Bridge between front and back",
5
5
  "type": "module",
6
6
  "source": "src/index.ts",