@merkl/api 1.9.31 → 1.9.33

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.
Files changed (70) hide show
  1. package/dist/src/eden/index.d.ts +230 -12
  2. package/dist/src/engine/implementations/ErcMultiToken/metadata.d.ts +1 -1
  3. package/dist/src/index.d.ts +238 -12
  4. package/dist/src/modules/v4/apr/apr.model.d.ts +1 -0
  5. package/dist/src/modules/v4/block-timestamp/block-timestamp.controller.d.ts +85 -0
  6. package/dist/src/modules/v4/block-timestamp/block-timestamp.controller.js.map +1 -0
  7. package/dist/src/modules/v4/block-timestamp/block-timestamp.model.d.ts +14 -0
  8. package/dist/src/modules/v4/block-timestamp/block-timestamp.model.js.map +1 -0
  9. package/dist/src/modules/v4/block-timestamp/block-timestamp.repository.d.ts +10 -0
  10. package/dist/src/modules/v4/block-timestamp/block-timestamp.repository.js.map +1 -0
  11. package/dist/src/modules/v4/block-timestamp/block-timestamp.service.d.ts +4 -0
  12. package/dist/src/modules/v4/block-timestamp/block-timestamp.service.js.map +1 -0
  13. package/dist/src/modules/v4/campaign/campaign.controller.d.ts +28 -0
  14. package/dist/src/modules/v4/campaign/campaign.formatter.js.map +1 -1
  15. package/dist/src/modules/v4/campaign/campaign.model.d.ts +2 -0
  16. package/dist/src/modules/v4/campaign/campaign.repository.d.ts +7 -0
  17. package/dist/src/modules/v4/campaign/campaign.service.d.ts +9 -0
  18. package/dist/src/modules/v4/campaign/campaign.test.controller.d.ts +20 -0
  19. package/dist/src/modules/v4/campaignStatus/campaignStatus.controller.d.ts +2 -0
  20. package/dist/src/modules/v4/campaignStatus/campaignStatus.service.d.ts +4 -0
  21. package/dist/src/modules/v4/carousel/carousel.controller.d.ts +22 -0
  22. package/dist/src/modules/v4/carousel/carousel.repository.d.ts +6 -0
  23. package/dist/src/modules/v4/carousel/carousel.service.d.ts +18 -0
  24. package/dist/src/modules/v4/computedValue/computedValue.controller.d.ts +2 -0
  25. package/dist/src/modules/v4/config/config.controller.d.ts +5 -0
  26. package/dist/src/modules/v4/config/config.service.d.ts +5 -0
  27. package/dist/src/modules/v4/creator/creator.controller.d.ts +7 -0
  28. package/dist/src/modules/v4/creator/creator.model.d.ts +2 -0
  29. package/dist/src/modules/v4/creator/creator.model.js.map +1 -1
  30. package/dist/src/modules/v4/dispute/dispute.controller.d.ts +1 -0
  31. package/dist/src/modules/v4/dispute/dispute.service.d.ts +1 -0
  32. package/dist/src/modules/v4/dynamicData/dynamicData.service.d.ts +2 -0
  33. package/dist/src/modules/v4/legacy-claims/claims.controller.d.ts +1 -0
  34. package/dist/src/modules/v4/legacy-claims/claims.service.d.ts +1 -0
  35. package/dist/src/modules/v4/legacy-claims/claims.service.js.map +1 -1
  36. package/dist/src/modules/v4/opportunity/opportunity.controller.d.ts +36 -0
  37. package/dist/src/modules/v4/opportunity/opportunity.formatter.d.ts +11 -6
  38. package/dist/src/modules/v4/opportunity/opportunity.formatter.js.map +1 -1
  39. package/dist/src/modules/v4/opportunity/opportunity.model.d.ts +12 -0
  40. package/dist/src/modules/v4/opportunity/opportunity.repository.d.ts +21 -0
  41. package/dist/src/modules/v4/opportunity/opportunity.service.d.ts +47 -12
  42. package/dist/src/modules/v4/payload/payload.controller.d.ts +9 -0
  43. package/dist/src/modules/v4/payload/payload.service.d.ts +12 -0
  44. package/dist/src/modules/v4/program/program.controller.d.ts +12 -0
  45. package/dist/src/modules/v4/program/program.repository.d.ts +4 -0
  46. package/dist/src/modules/v4/program/program.service.d.ts +12 -0
  47. package/dist/src/modules/v4/programPayload/programPayload.controller.d.ts +1 -0
  48. package/dist/src/modules/v4/programPayload/programPayload.service.d.ts +1 -0
  49. package/dist/src/modules/v4/reward/reward.model.d.ts +2 -0
  50. package/dist/src/modules/v4/reward/reward.repository.d.ts +3 -0
  51. package/dist/src/modules/v4/reward/reward.service.d.ts +58 -36
  52. package/dist/src/modules/v4/reward/reward.service.js.map +1 -1
  53. package/dist/src/modules/v4/router.d.ts +238 -12
  54. package/dist/src/modules/v4/router.js.map +1 -1
  55. package/dist/src/modules/v4/token/token.controller.d.ts +9 -0
  56. package/dist/src/modules/v4/token/token.formatter.d.ts +1 -1
  57. package/dist/src/modules/v4/token/token.formatter.js.map +1 -1
  58. package/dist/src/modules/v4/token/token.model.d.ts +2 -0
  59. package/dist/src/modules/v4/token/token.model.js.map +1 -1
  60. package/dist/src/modules/v4/token/token.repository.d.ts +3 -1
  61. package/dist/src/modules/v4/token/token.repository.js.map +1 -1
  62. package/dist/src/modules/v4/token/token.service.d.ts +1 -0
  63. package/dist/src/modules/v4/token/token.service.js.map +1 -1
  64. package/dist/src/modules/v4/transaction/transaction.service.d.ts +410 -410
  65. package/dist/src/modules/v4/uniswap/uniswap.controller.d.ts +8 -0
  66. package/dist/src/modules/v4/uniswap/uniswap.service.d.ts +4 -0
  67. package/dist/src/modules/v4/user/user.controller.d.ts +19 -12
  68. package/dist/src/utils/getAPR.d.ts +200 -200
  69. package/dist/tsconfig.tsbuildinfo +1 -1
  70. package/package.json +1 -1
@@ -169,6 +169,7 @@ export declare const CampaignWithOpportunityResourceDto: import("@sinclair/typeb
169
169
  updatedAt: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TNumber, import("@sinclair/typebox").TNull]>>;
170
170
  priceSource: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString, import("@sinclair/typebox").TNull]>>;
171
171
  displaySymbol: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
172
+ underlyingTokenId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
172
173
  }>;
173
174
  amount: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TBigInt, import("@sinclair/typebox").TString]>;
174
175
  distributionType: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TEnum<{
@@ -241,6 +242,7 @@ export declare const CampaignWithOpportunityResourceDto: import("@sinclair/typeb
241
242
  updatedAt: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TNumber, import("@sinclair/typebox").TNull]>>;
242
243
  priceSource: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString, import("@sinclair/typebox").TNull]>>;
243
244
  displaySymbol: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
245
+ underlyingTokenId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
244
246
  }>;
245
247
  rewardTokenId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
246
248
  rootCampaignId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString, import("@sinclair/typebox").TNull]>>;
@@ -317,6 +319,7 @@ export declare const OpportunityResourceDto: import("@sinclair/typebox").TInters
317
319
  updatedAt: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TNumber, import("@sinclair/typebox").TNull]>>;
318
320
  priceSource: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString, import("@sinclair/typebox").TNull]>>;
319
321
  displaySymbol: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
322
+ underlyingTokenId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
320
323
  }>>;
321
324
  chain: import("@sinclair/typebox").TObject<{
322
325
  id: import("@sinclair/typebox").TInteger;
@@ -406,6 +409,7 @@ export declare const OpportunityResourceDto: import("@sinclair/typebox").TInters
406
409
  updatedAt: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TNumber, import("@sinclair/typebox").TNull]>>;
407
410
  priceSource: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString, import("@sinclair/typebox").TNull]>>;
408
411
  displaySymbol: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
412
+ underlyingTokenId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
409
413
  }>>;
410
414
  }>>;
411
415
  tvlRecord: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TObject<{
@@ -447,6 +451,7 @@ export declare const OpportunityResourceDto: import("@sinclair/typebox").TInters
447
451
  updatedAt: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TNumber, import("@sinclair/typebox").TNull]>>;
448
452
  priceSource: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString, import("@sinclair/typebox").TNull]>>;
449
453
  displaySymbol: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
454
+ underlyingTokenId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
450
455
  }>;
451
456
  amount: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TBigInt, import("@sinclair/typebox").TString]>;
452
457
  distributionType: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TEnum<{
@@ -521,6 +526,7 @@ export declare const OpportunityResourceDto: import("@sinclair/typebox").TInters
521
526
  updatedAt: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TNumber, import("@sinclair/typebox").TNull]>>;
522
527
  priceSource: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString, import("@sinclair/typebox").TNull]>>;
523
528
  displaySymbol: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
529
+ underlyingTokenId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
524
530
  }>;
525
531
  opportunityId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
526
532
  distributionChain: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TObject<{
@@ -589,6 +595,7 @@ export declare const OpportunityResourceDto: import("@sinclair/typebox").TInters
589
595
  updatedAt: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TNumber, import("@sinclair/typebox").TNull]>>;
590
596
  priceSource: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString, import("@sinclair/typebox").TNull]>>;
591
597
  displaySymbol: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
598
+ underlyingTokenId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
592
599
  }>;
593
600
  amount: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TBigInt, import("@sinclair/typebox").TString]>;
594
601
  distributionType: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TEnum<{
@@ -679,6 +686,7 @@ export declare const OpportunityWithCampaignsResourceDto: import("@sinclair/type
679
686
  updatedAt: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TNumber, import("@sinclair/typebox").TNull]>>;
680
687
  priceSource: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString, import("@sinclair/typebox").TNull]>>;
681
688
  displaySymbol: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
689
+ underlyingTokenId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
682
690
  }>>;
683
691
  chain: import("@sinclair/typebox").TObject<{
684
692
  id: import("@sinclair/typebox").TInteger;
@@ -768,6 +776,7 @@ export declare const OpportunityWithCampaignsResourceDto: import("@sinclair/type
768
776
  updatedAt: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TNumber, import("@sinclair/typebox").TNull]>>;
769
777
  priceSource: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString, import("@sinclair/typebox").TNull]>>;
770
778
  displaySymbol: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
779
+ underlyingTokenId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
771
780
  }>>;
772
781
  }>>;
773
782
  tvlRecord: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TObject<{
@@ -809,6 +818,7 @@ export declare const OpportunityWithCampaignsResourceDto: import("@sinclair/type
809
818
  updatedAt: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TNumber, import("@sinclair/typebox").TNull]>>;
810
819
  priceSource: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString, import("@sinclair/typebox").TNull]>>;
811
820
  displaySymbol: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
821
+ underlyingTokenId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
812
822
  }>;
813
823
  amount: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TBigInt, import("@sinclair/typebox").TString]>;
814
824
  distributionType: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TEnum<{
@@ -883,6 +893,7 @@ export declare const OpportunityWithCampaignsResourceDto: import("@sinclair/type
883
893
  updatedAt: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TNumber, import("@sinclair/typebox").TNull]>>;
884
894
  priceSource: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString, import("@sinclair/typebox").TNull]>>;
885
895
  displaySymbol: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
896
+ underlyingTokenId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
886
897
  }>;
887
898
  opportunityId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
888
899
  distributionChain: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TObject<{
@@ -951,6 +962,7 @@ export declare const OpportunityWithCampaignsResourceDto: import("@sinclair/type
951
962
  updatedAt: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TNumber, import("@sinclair/typebox").TNull]>>;
952
963
  priceSource: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString, import("@sinclair/typebox").TNull]>>;
953
964
  displaySymbol: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
965
+ underlyingTokenId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
954
966
  }>;
955
967
  amount: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TBigInt, import("@sinclair/typebox").TString]>;
956
968
  distributionType: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TEnum<{
@@ -114,6 +114,7 @@ export declare abstract class OpportunityRepository {
114
114
  isTest: boolean;
115
115
  type: import("@package/databases").TokenType;
116
116
  isNative: boolean;
117
+ underlyingTokenId: string | null;
117
118
  price: number | null;
118
119
  updatedAt: number | null;
119
120
  priceSource: string | null;
@@ -162,6 +163,7 @@ export declare abstract class OpportunityRepository {
162
163
  isTest: boolean;
163
164
  type: import("@package/databases").TokenType;
164
165
  isNative: boolean;
166
+ underlyingTokenId: string | null;
165
167
  price: number | null;
166
168
  updatedAt: number | null;
167
169
  priceSource: string | null;
@@ -200,6 +202,7 @@ export declare abstract class OpportunityRepository {
200
202
  isTest: boolean;
201
203
  type: import("@package/databases").TokenType;
202
204
  isNative: boolean;
205
+ underlyingTokenId: string | null;
203
206
  price: number | null;
204
207
  updatedAt: number | null;
205
208
  priceSource: string | null;
@@ -280,6 +283,7 @@ export declare abstract class OpportunityRepository {
280
283
  isTest: boolean;
281
284
  type: import("@package/databases").TokenType;
282
285
  isNative: boolean;
286
+ underlyingTokenId: string | null;
283
287
  price: number | null;
284
288
  updatedAt: number | null;
285
289
  priceSource: string | null;
@@ -344,6 +348,7 @@ export declare abstract class OpportunityRepository {
344
348
  isTest: boolean;
345
349
  type: import("@package/databases").TokenType;
346
350
  isNative: boolean;
351
+ underlyingTokenId: string | null;
347
352
  price: number | null;
348
353
  updatedAt: number | null;
349
354
  priceSource: string | null;
@@ -392,6 +397,7 @@ export declare abstract class OpportunityRepository {
392
397
  isTest: boolean;
393
398
  type: import("@package/databases").TokenType;
394
399
  isNative: boolean;
400
+ underlyingTokenId: string | null;
395
401
  price: number | null;
396
402
  updatedAt: number | null;
397
403
  priceSource: string | null;
@@ -430,6 +436,7 @@ export declare abstract class OpportunityRepository {
430
436
  isTest: boolean;
431
437
  type: import("@package/databases").TokenType;
432
438
  isNative: boolean;
439
+ underlyingTokenId: string | null;
433
440
  price: number | null;
434
441
  updatedAt: number | null;
435
442
  priceSource: string | null;
@@ -556,6 +563,7 @@ export declare abstract class OpportunityRepository {
556
563
  isTest: boolean;
557
564
  type: import("@package/databases").TokenType;
558
565
  isNative: boolean;
566
+ underlyingTokenId: string | null;
559
567
  price: number | null;
560
568
  updatedAt: number | null;
561
569
  priceSource: string | null;
@@ -604,6 +612,7 @@ export declare abstract class OpportunityRepository {
604
612
  isTest: boolean;
605
613
  type: import("@package/databases").TokenType;
606
614
  isNative: boolean;
615
+ underlyingTokenId: string | null;
607
616
  price: number | null;
608
617
  updatedAt: number | null;
609
618
  priceSource: string | null;
@@ -642,6 +651,7 @@ export declare abstract class OpportunityRepository {
642
651
  isTest: boolean;
643
652
  type: import("@package/databases").TokenType;
644
653
  isNative: boolean;
654
+ underlyingTokenId: string | null;
645
655
  price: number | null;
646
656
  updatedAt: number | null;
647
657
  priceSource: string | null;
@@ -792,6 +802,7 @@ export declare abstract class OpportunityRepository {
792
802
  isTest: boolean;
793
803
  type: import("@package/databases").TokenType;
794
804
  isNative: boolean;
805
+ underlyingTokenId: string | null;
795
806
  price: number | null;
796
807
  updatedAt: number | null;
797
808
  priceSource: string | null;
@@ -866,6 +877,7 @@ export declare abstract class OpportunityRepository {
866
877
  isTest: boolean;
867
878
  type: import("@package/databases").TokenType;
868
879
  isNative: boolean;
880
+ underlyingTokenId: string | null;
869
881
  price: number | null;
870
882
  updatedAt: number | null;
871
883
  priceSource: string | null;
@@ -914,6 +926,7 @@ export declare abstract class OpportunityRepository {
914
926
  isTest: boolean;
915
927
  type: import("@package/databases").TokenType;
916
928
  isNative: boolean;
929
+ underlyingTokenId: string | null;
917
930
  price: number | null;
918
931
  updatedAt: number | null;
919
932
  priceSource: string | null;
@@ -952,6 +965,7 @@ export declare abstract class OpportunityRepository {
952
965
  isTest: boolean;
953
966
  type: import("@package/databases").TokenType;
954
967
  isNative: boolean;
968
+ underlyingTokenId: string | null;
955
969
  price: number | null;
956
970
  updatedAt: number | null;
957
971
  priceSource: string | null;
@@ -1083,6 +1097,7 @@ export declare abstract class OpportunityRepository {
1083
1097
  isTest: boolean;
1084
1098
  type: import("@package/databases").TokenType;
1085
1099
  isNative: boolean;
1100
+ underlyingTokenId: string | null;
1086
1101
  price: number | null;
1087
1102
  updatedAt: number | null;
1088
1103
  priceSource: string | null;
@@ -1131,6 +1146,7 @@ export declare abstract class OpportunityRepository {
1131
1146
  isTest: boolean;
1132
1147
  type: import("@package/databases").TokenType;
1133
1148
  isNative: boolean;
1149
+ underlyingTokenId: string | null;
1134
1150
  price: number | null;
1135
1151
  updatedAt: number | null;
1136
1152
  priceSource: string | null;
@@ -1169,6 +1185,7 @@ export declare abstract class OpportunityRepository {
1169
1185
  isTest: boolean;
1170
1186
  type: import("@package/databases").TokenType;
1171
1187
  isNative: boolean;
1188
+ underlyingTokenId: string | null;
1172
1189
  price: number | null;
1173
1190
  updatedAt: number | null;
1174
1191
  priceSource: string | null;
@@ -1327,6 +1344,7 @@ export declare abstract class OpportunityRepository {
1327
1344
  isTest: boolean;
1328
1345
  type: import("@package/databases").TokenType;
1329
1346
  isNative: boolean;
1347
+ underlyingTokenId: string | null;
1330
1348
  price: number | null;
1331
1349
  updatedAt: number | null;
1332
1350
  priceSource: string | null;
@@ -1398,6 +1416,7 @@ export declare abstract class OpportunityRepository {
1398
1416
  isTest: boolean;
1399
1417
  type: import("@package/databases").TokenType;
1400
1418
  isNative: boolean;
1419
+ underlyingTokenId: string | null;
1401
1420
  price: number | null;
1402
1421
  updatedAt: number | null;
1403
1422
  priceSource: string | null;
@@ -1446,6 +1465,7 @@ export declare abstract class OpportunityRepository {
1446
1465
  isTest: boolean;
1447
1466
  type: import("@package/databases").TokenType;
1448
1467
  isNative: boolean;
1468
+ underlyingTokenId: string | null;
1449
1469
  price: number | null;
1450
1470
  updatedAt: number | null;
1451
1471
  priceSource: string | null;
@@ -1484,6 +1504,7 @@ export declare abstract class OpportunityRepository {
1484
1504
  isTest: boolean;
1485
1505
  type: import("@package/databases").TokenType;
1486
1506
  isNative: boolean;
1507
+ underlyingTokenId: string | null;
1487
1508
  price: number | null;
1488
1509
  updatedAt: number | null;
1489
1510
  priceSource: string | null;
@@ -186,6 +186,7 @@ export declare abstract class OpportunityService {
186
186
  isTest: boolean;
187
187
  type: import("@package/databases").TokenType;
188
188
  isNative: boolean;
189
+ underlyingTokenId: string | null;
189
190
  price: number | null;
190
191
  updatedAt: number | null;
191
192
  priceSource: string | null;
@@ -234,6 +235,7 @@ export declare abstract class OpportunityService {
234
235
  isTest: boolean;
235
236
  type: import("@package/databases").TokenType;
236
237
  isNative: boolean;
238
+ underlyingTokenId: string | null;
237
239
  price: number | null;
238
240
  updatedAt: number | null;
239
241
  priceSource: string | null;
@@ -272,6 +274,7 @@ export declare abstract class OpportunityService {
272
274
  isTest: boolean;
273
275
  type: import("@package/databases").TokenType;
274
276
  isNative: boolean;
277
+ underlyingTokenId: string | null;
275
278
  price: number | null;
276
279
  updatedAt: number | null;
277
280
  priceSource: string | null;
@@ -421,6 +424,7 @@ export declare abstract class OpportunityService {
421
424
  isTest: boolean;
422
425
  type: import("@package/databases").TokenType;
423
426
  isNative: boolean;
427
+ underlyingTokenId: string | null;
424
428
  price: number | null;
425
429
  updatedAt: number | null;
426
430
  priceSource: string | null;
@@ -469,6 +473,7 @@ export declare abstract class OpportunityService {
469
473
  isTest: boolean;
470
474
  type: import("@package/databases").TokenType;
471
475
  isNative: boolean;
476
+ underlyingTokenId: string | null;
472
477
  price: number | null;
473
478
  updatedAt: number | null;
474
479
  priceSource: string | null;
@@ -507,6 +512,7 @@ export declare abstract class OpportunityService {
507
512
  isTest: boolean;
508
513
  type: import("@package/databases").TokenType;
509
514
  isNative: boolean;
515
+ underlyingTokenId: string | null;
510
516
  price: number | null;
511
517
  updatedAt: number | null;
512
518
  priceSource: string | null;
@@ -655,6 +661,7 @@ export declare abstract class OpportunityService {
655
661
  isTest: boolean;
656
662
  type: import("@package/databases").TokenType;
657
663
  isNative: boolean;
664
+ underlyingTokenId: string | null;
658
665
  price: number | null;
659
666
  updatedAt: number | null;
660
667
  priceSource: string | null;
@@ -703,6 +710,7 @@ export declare abstract class OpportunityService {
703
710
  isTest: boolean;
704
711
  type: import("@package/databases").TokenType;
705
712
  isNative: boolean;
713
+ underlyingTokenId: string | null;
706
714
  price: number | null;
707
715
  updatedAt: number | null;
708
716
  priceSource: string | null;
@@ -741,6 +749,7 @@ export declare abstract class OpportunityService {
741
749
  isTest: boolean;
742
750
  type: import("@package/databases").TokenType;
743
751
  isNative: boolean;
752
+ underlyingTokenId: string | null;
744
753
  price: number | null;
745
754
  updatedAt: number | null;
746
755
  priceSource: string | null;
@@ -851,6 +860,7 @@ export declare abstract class OpportunityService {
851
860
  updatedAt?: number | null | undefined;
852
861
  priceSource?: string | null | undefined;
853
862
  displaySymbol?: string | undefined;
863
+ underlyingTokenId?: string | undefined;
854
864
  }[];
855
865
  chain: {
856
866
  id: number;
@@ -919,6 +929,7 @@ export declare abstract class OpportunityService {
919
929
  updatedAt?: number | null | undefined;
920
930
  priceSource?: string | null | undefined;
921
931
  displaySymbol?: string | undefined;
932
+ underlyingTokenId?: string | undefined;
922
933
  } | undefined;
923
934
  } | undefined;
924
935
  tvlRecord?: {
@@ -953,6 +964,7 @@ export declare abstract class OpportunityService {
953
964
  updatedAt?: number | null | undefined;
954
965
  priceSource?: string | null | undefined;
955
966
  displaySymbol?: string | undefined;
967
+ underlyingTokenId?: string | undefined;
956
968
  };
957
969
  amount: string | bigint;
958
970
  distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
@@ -1009,6 +1021,7 @@ export declare abstract class OpportunityService {
1009
1021
  updatedAt?: number | null | undefined;
1010
1022
  priceSource?: string | null | undefined;
1011
1023
  displaySymbol?: string | undefined;
1024
+ underlyingTokenId?: string | undefined;
1012
1025
  };
1013
1026
  opportunityId?: string | undefined;
1014
1027
  distributionChain?: {
@@ -1060,6 +1073,7 @@ export declare abstract class OpportunityService {
1060
1073
  updatedAt?: number | null | undefined;
1061
1074
  priceSource?: string | null | undefined;
1062
1075
  displaySymbol?: string | undefined;
1076
+ underlyingTokenId?: string | undefined;
1063
1077
  };
1064
1078
  amount: string | bigint;
1065
1079
  distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
@@ -1130,6 +1144,7 @@ export declare abstract class OpportunityService {
1130
1144
  updatedAt?: number | null | undefined;
1131
1145
  priceSource?: string | null | undefined;
1132
1146
  displaySymbol?: string | undefined;
1147
+ underlyingTokenId?: string | undefined;
1133
1148
  } | undefined;
1134
1149
  };
1135
1150
  tvlRecord: {
@@ -1158,15 +1173,16 @@ export declare abstract class OpportunityService {
1158
1173
  address: string;
1159
1174
  decimals: number;
1160
1175
  symbol: string;
1161
- displaySymbol: string;
1162
1176
  icon: string;
1163
1177
  verified: boolean;
1164
- isTest: boolean;
1165
- type: import("@package/databases").TokenType;
1166
1178
  isNative: boolean;
1167
- price: number | null;
1168
- updatedAt: number | null;
1169
- priceSource: string | null;
1179
+ isTest: boolean;
1180
+ type: "POINT" | "PRETGE" | "TOKEN";
1181
+ price?: number | null | undefined;
1182
+ updatedAt?: number | null | undefined;
1183
+ priceSource?: string | null | undefined;
1184
+ displaySymbol?: string | undefined;
1185
+ underlyingTokenId?: string | undefined;
1170
1186
  };
1171
1187
  amount: bigint;
1172
1188
  value: number;
@@ -1214,6 +1230,7 @@ export declare abstract class OpportunityService {
1214
1230
  updatedAt?: number | null | undefined;
1215
1231
  priceSource?: string | null | undefined;
1216
1232
  displaySymbol?: string | undefined;
1233
+ underlyingTokenId?: string | undefined;
1217
1234
  }[];
1218
1235
  chain: {
1219
1236
  id: number;
@@ -1274,6 +1291,7 @@ export declare abstract class OpportunityService {
1274
1291
  updatedAt?: number | null | undefined;
1275
1292
  priceSource?: string | null | undefined;
1276
1293
  displaySymbol?: string | undefined;
1294
+ underlyingTokenId?: string | undefined;
1277
1295
  }[];
1278
1296
  chain: {
1279
1297
  id: number;
@@ -1360,6 +1378,7 @@ export declare abstract class OpportunityService {
1360
1378
  updatedAt?: number | null | undefined;
1361
1379
  priceSource?: string | null | undefined;
1362
1380
  displaySymbol?: string | undefined;
1381
+ underlyingTokenId?: string | undefined;
1363
1382
  }[];
1364
1383
  chain: {
1365
1384
  id: number;
@@ -1428,6 +1447,7 @@ export declare abstract class OpportunityService {
1428
1447
  updatedAt?: number | null | undefined;
1429
1448
  priceSource?: string | null | undefined;
1430
1449
  displaySymbol?: string | undefined;
1450
+ underlyingTokenId?: string | undefined;
1431
1451
  } | undefined;
1432
1452
  } | undefined;
1433
1453
  tvlRecord?: {
@@ -1462,6 +1482,7 @@ export declare abstract class OpportunityService {
1462
1482
  updatedAt?: number | null | undefined;
1463
1483
  priceSource?: string | null | undefined;
1464
1484
  displaySymbol?: string | undefined;
1485
+ underlyingTokenId?: string | undefined;
1465
1486
  };
1466
1487
  amount: string | bigint;
1467
1488
  distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
@@ -1519,6 +1540,7 @@ export declare abstract class OpportunityService {
1519
1540
  updatedAt?: number | null | undefined;
1520
1541
  priceSource?: string | null | undefined;
1521
1542
  displaySymbol?: string | undefined;
1543
+ underlyingTokenId?: string | undefined;
1522
1544
  };
1523
1545
  opportunityId?: string | undefined;
1524
1546
  distributionChain?: {
@@ -1570,6 +1592,7 @@ export declare abstract class OpportunityService {
1570
1592
  updatedAt?: number | null | undefined;
1571
1593
  priceSource?: string | null | undefined;
1572
1594
  displaySymbol?: string | undefined;
1595
+ underlyingTokenId?: string | undefined;
1573
1596
  };
1574
1597
  amount: string | bigint;
1575
1598
  distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
@@ -1669,6 +1692,7 @@ export declare abstract class OpportunityService {
1669
1692
  updatedAt?: number | null | undefined;
1670
1693
  priceSource?: string | null | undefined;
1671
1694
  displaySymbol?: string | undefined;
1695
+ underlyingTokenId?: string | undefined;
1672
1696
  } | undefined;
1673
1697
  };
1674
1698
  tvlRecord: {
@@ -1697,15 +1721,16 @@ export declare abstract class OpportunityService {
1697
1721
  address: string;
1698
1722
  decimals: number;
1699
1723
  symbol: string;
1700
- displaySymbol: string;
1701
1724
  icon: string;
1702
1725
  verified: boolean;
1703
- isTest: boolean;
1704
- type: import("@package/databases").TokenType;
1705
1726
  isNative: boolean;
1706
- price: number | null;
1707
- updatedAt: number | null;
1708
- priceSource: string | null;
1727
+ isTest: boolean;
1728
+ type: "POINT" | "PRETGE" | "TOKEN";
1729
+ price?: number | null | undefined;
1730
+ updatedAt?: number | null | undefined;
1731
+ priceSource?: string | null | undefined;
1732
+ displaySymbol?: string | undefined;
1733
+ underlyingTokenId?: string | undefined;
1709
1734
  };
1710
1735
  amount: bigint;
1711
1736
  value: number;
@@ -1753,6 +1778,7 @@ export declare abstract class OpportunityService {
1753
1778
  updatedAt?: number | null | undefined;
1754
1779
  priceSource?: string | null | undefined;
1755
1780
  displaySymbol?: string | undefined;
1781
+ underlyingTokenId?: string | undefined;
1756
1782
  }[];
1757
1783
  chain: {
1758
1784
  id: number;
@@ -1813,6 +1839,7 @@ export declare abstract class OpportunityService {
1813
1839
  updatedAt?: number | null | undefined;
1814
1840
  priceSource?: string | null | undefined;
1815
1841
  displaySymbol?: string | undefined;
1842
+ underlyingTokenId?: string | undefined;
1816
1843
  }[];
1817
1844
  chain: {
1818
1845
  id: number;
@@ -1969,6 +1996,7 @@ export declare abstract class OpportunityService {
1969
1996
  isTest: boolean;
1970
1997
  type: import("@package/databases").TokenType;
1971
1998
  isNative: boolean;
1999
+ underlyingTokenId: string | null;
1972
2000
  price: number | null;
1973
2001
  updatedAt: number | null;
1974
2002
  priceSource: string | null;
@@ -2033,6 +2061,7 @@ export declare abstract class OpportunityService {
2033
2061
  isTest: boolean;
2034
2062
  type: import("@package/databases").TokenType;
2035
2063
  isNative: boolean;
2064
+ underlyingTokenId: string | null;
2036
2065
  price: number | null;
2037
2066
  updatedAt: number | null;
2038
2067
  priceSource: string | null;
@@ -2081,6 +2110,7 @@ export declare abstract class OpportunityService {
2081
2110
  isTest: boolean;
2082
2111
  type: import("@package/databases").TokenType;
2083
2112
  isNative: boolean;
2113
+ underlyingTokenId: string | null;
2084
2114
  price: number | null;
2085
2115
  updatedAt: number | null;
2086
2116
  priceSource: string | null;
@@ -2119,6 +2149,7 @@ export declare abstract class OpportunityService {
2119
2149
  isTest: boolean;
2120
2150
  type: import("@package/databases").TokenType;
2121
2151
  isNative: boolean;
2152
+ underlyingTokenId: string | null;
2122
2153
  price: number | null;
2123
2154
  updatedAt: number | null;
2124
2155
  priceSource: string | null;
@@ -2244,6 +2275,7 @@ export declare abstract class OpportunityService {
2244
2275
  isTest: boolean;
2245
2276
  type: import("@package/databases").TokenType;
2246
2277
  isNative: boolean;
2278
+ underlyingTokenId: string | null;
2247
2279
  price: number | null;
2248
2280
  updatedAt: number | null;
2249
2281
  priceSource: string | null;
@@ -2308,6 +2340,7 @@ export declare abstract class OpportunityService {
2308
2340
  isTest: boolean;
2309
2341
  type: import("@package/databases").TokenType;
2310
2342
  isNative: boolean;
2343
+ underlyingTokenId: string | null;
2311
2344
  price: number | null;
2312
2345
  updatedAt: number | null;
2313
2346
  priceSource: string | null;
@@ -2356,6 +2389,7 @@ export declare abstract class OpportunityService {
2356
2389
  isTest: boolean;
2357
2390
  type: import("@package/databases").TokenType;
2358
2391
  isNative: boolean;
2392
+ underlyingTokenId: string | null;
2359
2393
  price: number | null;
2360
2394
  updatedAt: number | null;
2361
2395
  priceSource: string | null;
@@ -2394,6 +2428,7 @@ export declare abstract class OpportunityService {
2394
2428
  isTest: boolean;
2395
2429
  type: import("@package/databases").TokenType;
2396
2430
  isNative: boolean;
2431
+ underlyingTokenId: string | null;
2397
2432
  price: number | null;
2398
2433
  updatedAt: number | null;
2399
2434
  priceSource: string | null;
@@ -157,6 +157,7 @@ export declare const PayloadController: Elysia<"/payload", {
157
157
  isTest: boolean;
158
158
  type: import("@package/databases").TokenType;
159
159
  isNative: boolean;
160
+ underlyingTokenId: string | null;
160
161
  price: number | null;
161
162
  updatedAt: number | null;
162
163
  priceSource: string | null;
@@ -205,6 +206,7 @@ export declare const PayloadController: Elysia<"/payload", {
205
206
  isTest: boolean;
206
207
  type: import("@package/databases").TokenType;
207
208
  isNative: boolean;
209
+ underlyingTokenId: string | null;
208
210
  price: number | null;
209
211
  updatedAt: number | null;
210
212
  priceSource: string | null;
@@ -243,6 +245,7 @@ export declare const PayloadController: Elysia<"/payload", {
243
245
  isTest: boolean;
244
246
  type: import("@package/databases").TokenType;
245
247
  isNative: boolean;
248
+ underlyingTokenId: string | null;
246
249
  price: number | null;
247
250
  updatedAt: number | null;
248
251
  priceSource: string | null;
@@ -436,6 +439,7 @@ export declare const PayloadController: Elysia<"/payload", {
436
439
  isTest: boolean;
437
440
  type: import("@package/databases").TokenType;
438
441
  isNative: boolean;
442
+ underlyingTokenId: string | null;
439
443
  price: number | null;
440
444
  updatedAt: number | null;
441
445
  priceSource: string | null;
@@ -484,6 +488,7 @@ export declare const PayloadController: Elysia<"/payload", {
484
488
  isTest: boolean;
485
489
  type: import("@package/databases").TokenType;
486
490
  isNative: boolean;
491
+ underlyingTokenId: string | null;
487
492
  price: number | null;
488
493
  updatedAt: number | null;
489
494
  priceSource: string | null;
@@ -522,6 +527,7 @@ export declare const PayloadController: Elysia<"/payload", {
522
527
  isTest: boolean;
523
528
  type: import("@package/databases").TokenType;
524
529
  isNative: boolean;
530
+ underlyingTokenId: string | null;
525
531
  price: number | null;
526
532
  updatedAt: number | null;
527
533
  priceSource: string | null;
@@ -716,6 +722,7 @@ export declare const PayloadController: Elysia<"/payload", {
716
722
  isTest: boolean;
717
723
  type: import("@package/databases").TokenType;
718
724
  isNative: boolean;
725
+ underlyingTokenId: string | null;
719
726
  price: number | null;
720
727
  updatedAt: number | null;
721
728
  priceSource: string | null;
@@ -764,6 +771,7 @@ export declare const PayloadController: Elysia<"/payload", {
764
771
  isTest: boolean;
765
772
  type: import("@package/databases").TokenType;
766
773
  isNative: boolean;
774
+ underlyingTokenId: string | null;
767
775
  price: number | null;
768
776
  updatedAt: number | null;
769
777
  priceSource: string | null;
@@ -802,6 +810,7 @@ export declare const PayloadController: Elysia<"/payload", {
802
810
  isTest: boolean;
803
811
  type: import("@package/databases").TokenType;
804
812
  isNative: boolean;
813
+ underlyingTokenId: string | null;
805
814
  price: number | null;
806
815
  updatedAt: number | null;
807
816
  priceSource: string | null;