@merkl/api 1.9.31 → 1.9.32

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 (56) hide show
  1. package/dist/src/eden/index.d.ts +180 -12
  2. package/dist/src/index.d.ts +180 -12
  3. package/dist/src/modules/v4/apr/apr.model.d.ts +1 -0
  4. package/dist/src/modules/v4/campaign/campaign.controller.d.ts +28 -0
  5. package/dist/src/modules/v4/campaign/campaign.formatter.js.map +1 -1
  6. package/dist/src/modules/v4/campaign/campaign.model.d.ts +2 -0
  7. package/dist/src/modules/v4/campaign/campaign.repository.d.ts +7 -0
  8. package/dist/src/modules/v4/campaign/campaign.service.d.ts +9 -0
  9. package/dist/src/modules/v4/campaign/campaign.test.controller.d.ts +20 -0
  10. package/dist/src/modules/v4/campaignStatus/campaignStatus.controller.d.ts +2 -0
  11. package/dist/src/modules/v4/campaignStatus/campaignStatus.service.d.ts +4 -0
  12. package/dist/src/modules/v4/carousel/carousel.controller.d.ts +22 -0
  13. package/dist/src/modules/v4/carousel/carousel.repository.d.ts +6 -0
  14. package/dist/src/modules/v4/carousel/carousel.service.d.ts +18 -0
  15. package/dist/src/modules/v4/computedValue/computedValue.controller.d.ts +2 -0
  16. package/dist/src/modules/v4/config/config.controller.d.ts +5 -0
  17. package/dist/src/modules/v4/config/config.service.d.ts +5 -0
  18. package/dist/src/modules/v4/creator/creator.controller.d.ts +5 -0
  19. package/dist/src/modules/v4/dispute/dispute.controller.d.ts +1 -0
  20. package/dist/src/modules/v4/dispute/dispute.service.d.ts +1 -0
  21. package/dist/src/modules/v4/dynamicData/dynamicData.service.d.ts +2 -0
  22. package/dist/src/modules/v4/legacy-claims/claims.controller.d.ts +1 -0
  23. package/dist/src/modules/v4/legacy-claims/claims.service.d.ts +1 -0
  24. package/dist/src/modules/v4/legacy-claims/claims.service.js.map +1 -1
  25. package/dist/src/modules/v4/opportunity/opportunity.controller.d.ts +36 -0
  26. package/dist/src/modules/v4/opportunity/opportunity.formatter.d.ts +11 -6
  27. package/dist/src/modules/v4/opportunity/opportunity.formatter.js.map +1 -1
  28. package/dist/src/modules/v4/opportunity/opportunity.model.d.ts +12 -0
  29. package/dist/src/modules/v4/opportunity/opportunity.repository.d.ts +21 -0
  30. package/dist/src/modules/v4/opportunity/opportunity.service.d.ts +47 -12
  31. package/dist/src/modules/v4/payload/payload.controller.d.ts +9 -0
  32. package/dist/src/modules/v4/payload/payload.service.d.ts +12 -0
  33. package/dist/src/modules/v4/program/program.controller.d.ts +12 -0
  34. package/dist/src/modules/v4/program/program.repository.d.ts +4 -0
  35. package/dist/src/modules/v4/program/program.service.d.ts +12 -0
  36. package/dist/src/modules/v4/programPayload/programPayload.controller.d.ts +1 -0
  37. package/dist/src/modules/v4/programPayload/programPayload.service.d.ts +1 -0
  38. package/dist/src/modules/v4/reward/reward.model.d.ts +2 -0
  39. package/dist/src/modules/v4/reward/reward.repository.d.ts +3 -0
  40. package/dist/src/modules/v4/reward/reward.service.d.ts +58 -36
  41. package/dist/src/modules/v4/reward/reward.service.js.map +1 -1
  42. package/dist/src/modules/v4/router.d.ts +180 -12
  43. package/dist/src/modules/v4/token/token.controller.d.ts +9 -0
  44. package/dist/src/modules/v4/token/token.formatter.d.ts +1 -1
  45. package/dist/src/modules/v4/token/token.formatter.js.map +1 -1
  46. package/dist/src/modules/v4/token/token.model.d.ts +2 -0
  47. package/dist/src/modules/v4/token/token.model.js.map +1 -1
  48. package/dist/src/modules/v4/token/token.repository.d.ts +3 -1
  49. package/dist/src/modules/v4/token/token.repository.js.map +1 -1
  50. package/dist/src/modules/v4/token/token.service.d.ts +1 -0
  51. package/dist/src/modules/v4/token/token.service.js.map +1 -1
  52. package/dist/src/modules/v4/uniswap/uniswap.controller.d.ts +8 -0
  53. package/dist/src/modules/v4/uniswap/uniswap.service.d.ts +4 -0
  54. package/dist/src/modules/v4/user/user.controller.d.ts +19 -12
  55. package/dist/tsconfig.tsbuildinfo +1 -1
  56. package/package.json +1 -1
@@ -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;
@@ -119,6 +119,7 @@ export declare class PayloadService {
119
119
  isTest: boolean;
120
120
  type: import("@package/databases").TokenType;
121
121
  isNative: boolean;
122
+ underlyingTokenId: string | null;
122
123
  price: number | null;
123
124
  updatedAt: number | null;
124
125
  priceSource: string | null;
@@ -167,6 +168,7 @@ export declare class PayloadService {
167
168
  isTest: boolean;
168
169
  type: import("@package/databases").TokenType;
169
170
  isNative: boolean;
171
+ underlyingTokenId: string | null;
170
172
  price: number | null;
171
173
  updatedAt: number | null;
172
174
  priceSource: string | null;
@@ -205,6 +207,7 @@ export declare class PayloadService {
205
207
  isTest: boolean;
206
208
  type: import("@package/databases").TokenType;
207
209
  isNative: boolean;
210
+ underlyingTokenId: string | null;
208
211
  price: number | null;
209
212
  updatedAt: number | null;
210
213
  priceSource: string | null;
@@ -366,6 +369,7 @@ export declare class PayloadService {
366
369
  isTest: boolean;
367
370
  type: import("@package/databases").TokenType;
368
371
  isNative: boolean;
372
+ underlyingTokenId: string | null;
369
373
  price: number | null;
370
374
  updatedAt: number | null;
371
375
  priceSource: string | null;
@@ -414,6 +418,7 @@ export declare class PayloadService {
414
418
  isTest: boolean;
415
419
  type: import("@package/databases").TokenType;
416
420
  isNative: boolean;
421
+ underlyingTokenId: string | null;
417
422
  price: number | null;
418
423
  updatedAt: number | null;
419
424
  priceSource: string | null;
@@ -452,6 +457,7 @@ export declare class PayloadService {
452
457
  isTest: boolean;
453
458
  type: import("@package/databases").TokenType;
454
459
  isNative: boolean;
460
+ underlyingTokenId: string | null;
455
461
  price: number | null;
456
462
  updatedAt: number | null;
457
463
  priceSource: string | null;
@@ -610,6 +616,7 @@ export declare class PayloadService {
610
616
  isTest: boolean;
611
617
  type: import("@package/databases").TokenType;
612
618
  isNative: boolean;
619
+ underlyingTokenId: string | null;
613
620
  price: number | null;
614
621
  updatedAt: number | null;
615
622
  priceSource: string | null;
@@ -658,6 +665,7 @@ export declare class PayloadService {
658
665
  isTest: boolean;
659
666
  type: import("@package/databases").TokenType;
660
667
  isNative: boolean;
668
+ underlyingTokenId: string | null;
661
669
  price: number | null;
662
670
  updatedAt: number | null;
663
671
  priceSource: string | null;
@@ -696,6 +704,7 @@ export declare class PayloadService {
696
704
  isTest: boolean;
697
705
  type: import("@package/databases").TokenType;
698
706
  isNative: boolean;
707
+ underlyingTokenId: string | null;
699
708
  price: number | null;
700
709
  updatedAt: number | null;
701
710
  priceSource: string | null;
@@ -865,6 +874,7 @@ export declare class PayloadService {
865
874
  isTest: boolean;
866
875
  type: import("@package/databases").TokenType;
867
876
  isNative: boolean;
877
+ underlyingTokenId: string | null;
868
878
  price: number | null;
869
879
  updatedAt: number | null;
870
880
  priceSource: string | null;
@@ -913,6 +923,7 @@ export declare class PayloadService {
913
923
  isTest: boolean;
914
924
  type: import("@package/databases").TokenType;
915
925
  isNative: boolean;
926
+ underlyingTokenId: string | null;
916
927
  price: number | null;
917
928
  updatedAt: number | null;
918
929
  priceSource: string | null;
@@ -951,6 +962,7 @@ export declare class PayloadService {
951
962
  isTest: boolean;
952
963
  type: import("@package/databases").TokenType;
953
964
  isNative: boolean;
965
+ underlyingTokenId: string | null;
954
966
  price: number | null;
955
967
  updatedAt: number | null;
956
968
  priceSource: string | null;
@@ -80,6 +80,7 @@ export declare const ProgramController: Elysia<"/programs", {
80
80
  updatedAt?: number | null | undefined;
81
81
  priceSource?: string | null | undefined;
82
82
  displaySymbol?: string | undefined;
83
+ underlyingTokenId?: string | undefined;
83
84
  }[];
84
85
  chain: {
85
86
  id: number;
@@ -148,6 +149,7 @@ export declare const ProgramController: Elysia<"/programs", {
148
149
  updatedAt?: number | null | undefined;
149
150
  priceSource?: string | null | undefined;
150
151
  displaySymbol?: string | undefined;
152
+ underlyingTokenId?: string | undefined;
151
153
  } | undefined;
152
154
  } | undefined;
153
155
  tvlRecord?: {
@@ -182,6 +184,7 @@ export declare const ProgramController: Elysia<"/programs", {
182
184
  updatedAt?: number | null | undefined;
183
185
  priceSource?: string | null | undefined;
184
186
  displaySymbol?: string | undefined;
187
+ underlyingTokenId?: string | undefined;
185
188
  };
186
189
  amount: string | bigint;
187
190
  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;
@@ -268,6 +271,7 @@ export declare const ProgramController: Elysia<"/programs", {
268
271
  updatedAt?: number | null | undefined;
269
272
  priceSource?: string | null | undefined;
270
273
  displaySymbol?: string | undefined;
274
+ underlyingTokenId?: string | undefined;
271
275
  }[];
272
276
  chain: {
273
277
  id: number;
@@ -336,6 +340,7 @@ export declare const ProgramController: Elysia<"/programs", {
336
340
  updatedAt?: number | null | undefined;
337
341
  priceSource?: string | null | undefined;
338
342
  displaySymbol?: string | undefined;
343
+ underlyingTokenId?: string | undefined;
339
344
  } | undefined;
340
345
  } | undefined;
341
346
  tvlRecord?: {
@@ -370,6 +375,7 @@ export declare const ProgramController: Elysia<"/programs", {
370
375
  updatedAt?: number | null | undefined;
371
376
  priceSource?: string | null | undefined;
372
377
  displaySymbol?: string | undefined;
378
+ underlyingTokenId?: string | undefined;
373
379
  };
374
380
  amount: string | bigint;
375
381
  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;
@@ -476,6 +482,7 @@ export declare const ProgramController: Elysia<"/programs", {
476
482
  updatedAt?: number | null | undefined;
477
483
  priceSource?: string | null | undefined;
478
484
  displaySymbol?: string | undefined;
485
+ underlyingTokenId?: string | undefined;
479
486
  }[];
480
487
  chain: {
481
488
  id: number;
@@ -544,6 +551,7 @@ export declare const ProgramController: Elysia<"/programs", {
544
551
  updatedAt?: number | null | undefined;
545
552
  priceSource?: string | null | undefined;
546
553
  displaySymbol?: string | undefined;
554
+ underlyingTokenId?: string | undefined;
547
555
  } | undefined;
548
556
  } | undefined;
549
557
  tvlRecord?: {
@@ -578,6 +586,7 @@ export declare const ProgramController: Elysia<"/programs", {
578
586
  updatedAt?: number | null | undefined;
579
587
  priceSource?: string | null | undefined;
580
588
  displaySymbol?: string | undefined;
589
+ underlyingTokenId?: string | undefined;
581
590
  };
582
591
  amount: string | bigint;
583
592
  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;
@@ -673,6 +682,7 @@ export declare const ProgramController: Elysia<"/programs", {
673
682
  updatedAt?: number | null | undefined;
674
683
  priceSource?: string | null | undefined;
675
684
  displaySymbol?: string | undefined;
685
+ underlyingTokenId?: string | undefined;
676
686
  }[];
677
687
  chain: {
678
688
  id: number;
@@ -741,6 +751,7 @@ export declare const ProgramController: Elysia<"/programs", {
741
751
  updatedAt?: number | null | undefined;
742
752
  priceSource?: string | null | undefined;
743
753
  displaySymbol?: string | undefined;
754
+ underlyingTokenId?: string | undefined;
744
755
  } | undefined;
745
756
  } | undefined;
746
757
  tvlRecord?: {
@@ -775,6 +786,7 @@ export declare const ProgramController: Elysia<"/programs", {
775
786
  updatedAt?: number | null | undefined;
776
787
  priceSource?: string | null | undefined;
777
788
  displaySymbol?: string | undefined;
789
+ underlyingTokenId?: string | undefined;
778
790
  };
779
791
  amount: string | bigint;
780
792
  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;
@@ -63,6 +63,7 @@ export declare abstract class ProgramRepository {
63
63
  isTest: boolean;
64
64
  type: import("@package/databases").TokenType;
65
65
  isNative: boolean;
66
+ underlyingTokenId: string | null;
66
67
  price: number | null;
67
68
  updatedAt: number | null;
68
69
  priceSource: string | null;
@@ -154,6 +155,7 @@ export declare abstract class ProgramRepository {
154
155
  isTest: boolean;
155
156
  type: import("@package/databases").TokenType;
156
157
  isNative: boolean;
158
+ underlyingTokenId: string | null;
157
159
  price: number | null;
158
160
  updatedAt: number | null;
159
161
  priceSource: string | null;
@@ -245,6 +247,7 @@ export declare abstract class ProgramRepository {
245
247
  isTest: boolean;
246
248
  type: import("@package/databases").TokenType;
247
249
  isNative: boolean;
250
+ underlyingTokenId: string | null;
248
251
  price: number | null;
249
252
  updatedAt: number | null;
250
253
  priceSource: string | null;
@@ -337,6 +340,7 @@ export declare abstract class ProgramRepository {
337
340
  isTest: boolean;
338
341
  type: import("@package/databases").TokenType;
339
342
  isNative: boolean;
343
+ underlyingTokenId: string | null;
340
344
  price: number | null;
341
345
  updatedAt: number | null;
342
346
  priceSource: string | null;