@merkl/api 0.16.7 → 0.16.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. package/dist/src/eden/index.d.ts +167 -167
  2. package/dist/src/index.d.ts +35 -35
  3. package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/processor/BalancerV3PoolProcessor.js +9 -1
  4. package/dist/src/modules/v4/accounting/accounting.controller.d.ts +2 -2
  5. package/dist/src/modules/v4/accounting/accounting.repository.d.ts +16 -16
  6. package/dist/src/modules/v4/accounting/accounting.service.d.ts +2 -2
  7. package/dist/src/modules/v4/boost/boost.service.js +6 -2
  8. package/dist/src/modules/v4/campaign/campaign.controller.d.ts +3 -3
  9. package/dist/src/modules/v4/campaign/campaign.repository.d.ts +15 -15
  10. package/dist/src/modules/v4/campaign/campaign.service.d.ts +1 -1
  11. package/dist/src/modules/v4/computedValue/computedValue.controller.d.ts +1 -1
  12. package/dist/src/modules/v4/dynamicData/dynamicData.controller.d.ts +2 -2
  13. package/dist/src/modules/v4/dynamicData/dynamicData.service.d.ts +8 -11
  14. package/dist/src/modules/v4/dynamicData/dynamicData.service.js +0 -8
  15. package/dist/src/modules/v4/liquidity/implementations/AjnaPositionFetcher.d.ts +1 -1
  16. package/dist/src/modules/v4/liquidity/implementations/DolomitePositionFetcher.d.ts +1 -1
  17. package/dist/src/modules/v4/opportunity/opportunity.controller.d.ts +5 -5
  18. package/dist/src/modules/v4/opportunity/opportunity.model.d.ts +5 -5
  19. package/dist/src/modules/v4/opportunity/opportunity.repository.d.ts +87 -87
  20. package/dist/src/modules/v4/opportunity/opportunity.service.d.ts +5 -5
  21. package/dist/src/modules/v4/reward/reward.controller.d.ts +3 -3
  22. package/dist/src/modules/v4/reward/reward.repository.d.ts +3 -3
  23. package/dist/src/modules/v4/reward/reward.service.d.ts +7 -7
  24. package/dist/src/modules/v4/router.d.ts +31 -31
  25. package/dist/src/modules/v4/router.js +20 -20
  26. package/dist/src/modules/v4/status/status.controller.d.ts +12 -12
  27. package/dist/src/modules/v4/status/status.repository.d.ts +12 -12
  28. package/dist/src/modules/v4/status/status.service.d.ts +12 -12
  29. package/dist/src/modules/v4/user/user.controller.d.ts +2 -2
  30. package/dist/src/routes/v3/opportunity.d.ts +1 -1
  31. package/dist/src/routes/v3/rewards.d.ts +1 -1
  32. package/dist/src/routes/v3/rewardsReport.d.ts +1 -1
  33. package/dist/src/routes/v3/router.d.ts +4 -4
  34. package/dist/src/routes/v3/userRewards.d.ts +1 -1
  35. package/dist/src/utils/generateCardName.js +0 -4
  36. package/dist/tsconfig.package.tsbuildinfo +1 -1
  37. package/package.json +1 -1
  38. package/dist/src/modules/v4/dynamicData/index.d.ts +0 -3
  39. package/dist/src/modules/v4/dynamicData/index.js +0 -3
  40. package/dist/src/modules/v4/liquidity/index.d.ts +0 -2
  41. package/dist/src/modules/v4/liquidity/index.js +0 -2
@@ -128,7 +128,7 @@ declare const eden: {
128
128
  } & {
129
129
  price?: number | null | undefined;
130
130
  })[];
131
- mainProtocol: "morpho" | "ambient" | "arthswap" | "baseswap" | "camelot" | "crust" | "fenix" | "horiza" | "izumi" | "kim" | "pancakeswap-v3" | "quickswap-algebra" | "quickswap-uni" | "ramses" | "retro" | "stryke" | "stryke-pcs" | "stryke-sushi" | "sushiswap-v3" | "swapr" | "thruster" | "uniswap-v3" | "voltage" | "zero" | "koi" | "supswap-v3" | "zkswap" | "thirdtrade" | "uniswapv4" | "uniswap-v2" | "velodrome" | "aerodrome" | "balancer" | "curve" | "cross_curve" | "curveNPool" | "aura" | "akron" | "beefy" | "dragonswap" | "poolside" | "syncswap-v3" | "neptune" | "zkSwapThreePool" | "syncswap" | "rfx" | "radiant" | "aave" | "euler" | "gearbox" | "compound" | "sturdy" | "frax" | "ionic" | "moonwell" | "fluid" | "silo" | "coumpound" | "dolomite" | "badger" | "ajna" | "layerbank" | "ion" | "venus" | "woofi" | "reactor_fusion" | "eigenlayer" | "vest" | "zerolend" | "hyperdrive" | "gamma" | "oku" | "hourglass" | "veda" | undefined;
131
+ mainProtocol: "morpho" | "euler" | "ambient" | "arthswap" | "baseswap" | "camelot" | "crust" | "fenix" | "horiza" | "izumi" | "kim" | "pancakeswap-v3" | "quickswap-algebra" | "quickswap-uni" | "ramses" | "retro" | "stryke" | "stryke-pcs" | "stryke-sushi" | "sushiswap-v3" | "swapr" | "thruster" | "uniswap-v3" | "voltage" | "zero" | "koi" | "supswap-v3" | "zkswap" | "thirdtrade" | "uniswapv4" | "uniswap-v2" | "velodrome" | "aerodrome" | "balancer" | "curve" | "cross_curve" | "curveNPool" | "aura" | "akron" | "beefy" | "dragonswap" | "poolside" | "syncswap-v3" | "neptune" | "zkSwapThreePool" | "syncswap" | "rfx" | "radiant" | "aave" | "gearbox" | "compound" | "sturdy" | "frax" | "ionic" | "moonwell" | "fluid" | "silo" | "coumpound" | "dolomite" | "badger" | "ajna" | "layerbank" | "ion" | "venus" | "woofi" | "reactor_fusion" | "eigenlayer" | "vest" | "zerolend" | "hyperdrive" | "gamma" | "oku" | "hourglass" | "veda" | undefined;
132
132
  depositUrl: any;
133
133
  tags: string[];
134
134
  };
@@ -149,6 +149,7 @@ declare const eden: {
149
149
  tags: string[];
150
150
  icon: string;
151
151
  } | null | undefined;
152
+ depositUrl?: string | undefined;
152
153
  aprRecord?: {
153
154
  timestamp: string | bigint;
154
155
  cumulated: number;
@@ -160,7 +161,6 @@ declare const eden: {
160
161
  aprRecordId: string;
161
162
  }[];
162
163
  } | undefined;
163
- depositUrl?: string | undefined;
164
164
  tvlRecord?: {
165
165
  total: number;
166
166
  timestamp: string | bigint;
@@ -252,6 +252,7 @@ declare const eden: {
252
252
  tags: string[];
253
253
  icon: string;
254
254
  } | null | undefined;
255
+ depositUrl?: string | undefined;
255
256
  aprRecord?: {
256
257
  timestamp: string | bigint;
257
258
  cumulated: number;
@@ -263,7 +264,6 @@ declare const eden: {
263
264
  aprRecordId: string;
264
265
  }[];
265
266
  } | undefined;
266
- depositUrl?: string | undefined;
267
267
  tvlRecord?: {
268
268
  total: number;
269
269
  timestamp: string | bigint;
@@ -598,11 +598,11 @@ declare const eden: {
598
598
  startTimestamp?: string | undefined;
599
599
  endTimestamp?: string | undefined;
600
600
  tokenAddress?: string | undefined;
601
- mainParameter?: string | undefined;
602
601
  campaignId?: string | undefined;
603
602
  opportunityId?: string | undefined;
604
603
  creatorAddress?: string | undefined;
605
604
  creatorId?: string | undefined;
605
+ mainParameter?: string | undefined;
606
606
  test?: boolean | undefined;
607
607
  creatorTag?: string | undefined;
608
608
  tokenSymbol?: string | undefined;
@@ -618,6 +618,7 @@ declare const eden: {
618
618
  tags: string[];
619
619
  icon: string;
620
620
  } | null | undefined;
621
+ depositUrl?: string | undefined;
621
622
  aprRecord?: {
622
623
  timestamp: string | bigint;
623
624
  cumulated: number;
@@ -629,7 +630,6 @@ declare const eden: {
629
630
  aprRecordId: string;
630
631
  }[];
631
632
  } | undefined;
632
- depositUrl?: string | undefined;
633
633
  tvlRecord?: {
634
634
  total: number;
635
635
  timestamp: string | bigint;
@@ -944,11 +944,11 @@ declare const eden: {
944
944
  startTimestamp?: string | undefined;
945
945
  endTimestamp?: string | undefined;
946
946
  tokenAddress?: string | undefined;
947
- mainParameter?: string | undefined;
948
947
  campaignId?: string | undefined;
949
948
  opportunityId?: string | undefined;
950
949
  creatorAddress?: string | undefined;
951
950
  creatorId?: string | undefined;
951
+ mainParameter?: string | undefined;
952
952
  test?: boolean | undefined;
953
953
  creatorTag?: string | undefined;
954
954
  tokenSymbol?: string | undefined;
@@ -1020,11 +1020,11 @@ declare const eden: {
1020
1020
  startTimestamp?: string | undefined;
1021
1021
  endTimestamp?: string | undefined;
1022
1022
  tokenAddress?: string | undefined;
1023
- mainParameter?: string | undefined;
1024
1023
  campaignId?: string | undefined;
1025
1024
  opportunityId?: string | undefined;
1026
1025
  creatorAddress?: string | undefined;
1027
1026
  creatorId?: string | undefined;
1027
+ mainParameter?: string | undefined;
1028
1028
  test?: boolean | undefined;
1029
1029
  creatorTag?: string | undefined;
1030
1030
  tokenSymbol?: string | undefined;
@@ -1045,10 +1045,10 @@ declare const eden: {
1045
1045
  }) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
1046
1046
  200: {
1047
1047
  endTimestamp: bigint;
1048
+ campaignId: string;
1048
1049
  CampaignStatus: {
1049
1050
  computedUntil: bigint;
1050
1051
  }[];
1051
- campaignId: string;
1052
1052
  }[];
1053
1053
  }>>;
1054
1054
  };
@@ -1590,10 +1590,10 @@ declare const eden: {
1590
1590
  index: {
1591
1591
  post: (body: {
1592
1592
  pending: string;
1593
- recipient: string;
1594
1593
  distributionChainId: number;
1595
1594
  amount: string;
1596
1595
  root: string;
1596
+ recipient: string;
1597
1597
  claimed: string;
1598
1598
  proofs: string[];
1599
1599
  rewardToken: string;
@@ -1619,8 +1619,8 @@ declare const eden: {
1619
1619
  protocolId?: string | undefined;
1620
1620
  reason: string;
1621
1621
  pending: string;
1622
- recipient: string;
1623
1622
  amount: string;
1623
+ recipient: string;
1624
1624
  claimed: string;
1625
1625
  }[];
1626
1626
  }[], options: {
@@ -1639,8 +1639,8 @@ declare const eden: {
1639
1639
  post: (body: {
1640
1640
  token: string;
1641
1641
  chainId: number;
1642
- recipient: string;
1643
1642
  root: string;
1643
+ recipient: string;
1644
1644
  }[], options: {
1645
1645
  headers: {
1646
1646
  authorization: string;
@@ -2062,8 +2062,8 @@ declare const eden: {
2062
2062
  claimed: bigint;
2063
2063
  amount: bigint;
2064
2064
  pending: bigint;
2065
- recipient: string;
2066
2065
  root: string;
2066
+ recipient: string;
2067
2067
  proofs: string[];
2068
2068
  }, "breakdowns"> & {
2069
2069
  breakdowns: {
@@ -2164,8 +2164,8 @@ declare const eden: {
2164
2164
  claimed: bigint;
2165
2165
  amount: bigint;
2166
2166
  pending: bigint;
2167
- recipient: string;
2168
2167
  root: string;
2168
+ recipient: string;
2169
2169
  proofs: string[];
2170
2170
  }, "breakdowns"> & {
2171
2171
  breakdowns: {
@@ -2394,13 +2394,13 @@ declare const eden: {
2394
2394
  id: string;
2395
2395
  timestamp: number;
2396
2396
  chainId: number;
2397
+ datetime: Date;
2398
+ recipient: string;
2397
2399
  fromTokenId: string;
2398
2400
  toTokenId: string;
2399
2401
  multisig: string;
2400
- recipient: string;
2401
2402
  amountIn: string;
2402
2403
  amountOut: string;
2403
- datetime: Date;
2404
2404
  }[];
2405
2405
  }>>;
2406
2406
  };
@@ -2554,13 +2554,13 @@ declare const eden: {
2554
2554
  chainId?: number | undefined;
2555
2555
  startTimestamp?: string | undefined;
2556
2556
  endTimestamp?: string | undefined;
2557
- campaignStatus?: {} | undefined;
2558
2557
  distributionChainId?: number | undefined;
2559
2558
  campaignId?: string | undefined;
2560
2559
  rewardTokenId?: string | undefined;
2561
2560
  amount?: string | undefined;
2562
2561
  opportunityId?: string | undefined;
2563
2562
  creatorAddress?: string | undefined;
2563
+ campaignStatus?: {} | undefined;
2564
2564
  rewardToken?: {} | undefined;
2565
2565
  rewardTokenAddress?: string | undefined;
2566
2566
  distributionChain?: {} | undefined;
@@ -2592,11 +2592,11 @@ declare const eden: {
2592
2592
  startTimestamp?: string | undefined;
2593
2593
  endTimestamp?: string | undefined;
2594
2594
  tokenAddress?: string | undefined;
2595
- mainParameter?: string | undefined;
2596
2595
  campaignId?: string | undefined;
2597
2596
  opportunityId?: string | undefined;
2598
2597
  creatorAddress?: string | undefined;
2599
2598
  creatorId?: string | undefined;
2599
+ mainParameter?: string | undefined;
2600
2600
  test?: boolean | undefined;
2601
2601
  creatorTag?: string | undefined;
2602
2602
  tokenSymbol?: string | undefined;
@@ -2708,18 +2708,6 @@ declare const eden: {
2708
2708
  computedUntil: bigint;
2709
2709
  startTimestamp: bigint;
2710
2710
  endTimestamp: bigint;
2711
- CampaignStatus: {
2712
- error: string;
2713
- details: import("database/api/.generated/runtime/library").JsonValue;
2714
- status: import("../../database/api/.generated").$Enums.RunStatus;
2715
- campaignId: string;
2716
- computedUntil: bigint;
2717
- processingStarted: bigint;
2718
- }[];
2719
- Opportunity: {
2720
- name: string;
2721
- id: string;
2722
- };
2723
2711
  computeChainId: number;
2724
2712
  distributionChainId: number;
2725
2713
  campaignId: string;
@@ -2728,6 +2716,18 @@ declare const eden: {
2728
2716
  address: string;
2729
2717
  isTest: boolean;
2730
2718
  };
2719
+ Opportunity: {
2720
+ name: string;
2721
+ id: string;
2722
+ };
2723
+ CampaignStatus: {
2724
+ error: string;
2725
+ details: import("database/api/.generated/runtime/library").JsonValue;
2726
+ status: import("../../database/api/.generated").$Enums.RunStatus;
2727
+ campaignId: string;
2728
+ computedUntil: bigint;
2729
+ processingStarted: bigint;
2730
+ }[];
2731
2731
  }[];
2732
2732
  }>>;
2733
2733
  };
@@ -2766,7 +2766,7 @@ declare const eden: {
2766
2766
  };
2767
2767
  fetch?: RequestInit | undefined;
2768
2768
  }) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
2769
- 200: import("../modules/v4/liquidity").PositionT[];
2769
+ 200: import("../modules/v4/liquidity/liquidity.model").PositionT[];
2770
2770
  }>>;
2771
2771
  };
2772
2772
  };
@@ -3119,8 +3119,8 @@ declare const eden: {
3119
3119
  post: (body: {
3120
3120
  reason: string;
3121
3121
  value: number;
3122
- address: string;
3123
3122
  campaignId: string;
3123
+ address: string;
3124
3124
  field: string;
3125
3125
  }[], options: {
3126
3126
  headers: {
@@ -3240,7 +3240,7 @@ declare const eden: {
3240
3240
  } & {
3241
3241
  price?: number | null | undefined;
3242
3242
  })[];
3243
- mainProtocol: "morpho" | "ambient" | "arthswap" | "baseswap" | "camelot" | "crust" | "fenix" | "horiza" | "izumi" | "kim" | "pancakeswap-v3" | "quickswap-algebra" | "quickswap-uni" | "ramses" | "retro" | "stryke" | "stryke-pcs" | "stryke-sushi" | "sushiswap-v3" | "swapr" | "thruster" | "uniswap-v3" | "voltage" | "zero" | "koi" | "supswap-v3" | "zkswap" | "thirdtrade" | "uniswapv4" | "uniswap-v2" | "velodrome" | "aerodrome" | "balancer" | "curve" | "cross_curve" | "curveNPool" | "aura" | "akron" | "beefy" | "dragonswap" | "poolside" | "syncswap-v3" | "neptune" | "zkSwapThreePool" | "syncswap" | "rfx" | "radiant" | "aave" | "euler" | "gearbox" | "compound" | "sturdy" | "frax" | "ionic" | "moonwell" | "fluid" | "silo" | "coumpound" | "dolomite" | "badger" | "ajna" | "layerbank" | "ion" | "venus" | "woofi" | "reactor_fusion" | "eigenlayer" | "vest" | "zerolend" | "hyperdrive" | "gamma" | "oku" | "hourglass" | "veda" | undefined;
3243
+ mainProtocol: "morpho" | "euler" | "ambient" | "arthswap" | "baseswap" | "camelot" | "crust" | "fenix" | "horiza" | "izumi" | "kim" | "pancakeswap-v3" | "quickswap-algebra" | "quickswap-uni" | "ramses" | "retro" | "stryke" | "stryke-pcs" | "stryke-sushi" | "sushiswap-v3" | "swapr" | "thruster" | "uniswap-v3" | "voltage" | "zero" | "koi" | "supswap-v3" | "zkswap" | "thirdtrade" | "uniswapv4" | "uniswap-v2" | "velodrome" | "aerodrome" | "balancer" | "curve" | "cross_curve" | "curveNPool" | "aura" | "akron" | "beefy" | "dragonswap" | "poolside" | "syncswap-v3" | "neptune" | "zkSwapThreePool" | "syncswap" | "rfx" | "radiant" | "aave" | "gearbox" | "compound" | "sturdy" | "frax" | "ionic" | "moonwell" | "fluid" | "silo" | "coumpound" | "dolomite" | "badger" | "ajna" | "layerbank" | "ion" | "venus" | "woofi" | "reactor_fusion" | "eigenlayer" | "vest" | "zerolend" | "hyperdrive" | "gamma" | "oku" | "hourglass" | "veda" | undefined;
3244
3244
  depositUrl: any;
3245
3245
  tags: string[];
3246
3246
  };
@@ -3261,6 +3261,7 @@ declare const eden: {
3261
3261
  tags: string[];
3262
3262
  icon: string;
3263
3263
  } | null | undefined;
3264
+ depositUrl?: string | undefined;
3264
3265
  aprRecord?: {
3265
3266
  timestamp: string | bigint;
3266
3267
  cumulated: number;
@@ -3272,7 +3273,6 @@ declare const eden: {
3272
3273
  aprRecordId: string;
3273
3274
  }[];
3274
3275
  } | undefined;
3275
- depositUrl?: string | undefined;
3276
3276
  tvlRecord?: {
3277
3277
  total: number;
3278
3278
  timestamp: string | bigint;
@@ -3364,6 +3364,7 @@ declare const eden: {
3364
3364
  tags: string[];
3365
3365
  icon: string;
3366
3366
  } | null | undefined;
3367
+ depositUrl?: string | undefined;
3367
3368
  aprRecord?: {
3368
3369
  timestamp: string | bigint;
3369
3370
  cumulated: number;
@@ -3375,7 +3376,6 @@ declare const eden: {
3375
3376
  aprRecordId: string;
3376
3377
  }[];
3377
3378
  } | undefined;
3378
- depositUrl?: string | undefined;
3379
3379
  tvlRecord?: {
3380
3380
  total: number;
3381
3381
  timestamp: string | bigint;
@@ -3710,11 +3710,11 @@ declare const eden: {
3710
3710
  startTimestamp?: string | undefined;
3711
3711
  endTimestamp?: string | undefined;
3712
3712
  tokenAddress?: string | undefined;
3713
- mainParameter?: string | undefined;
3714
3713
  campaignId?: string | undefined;
3715
3714
  opportunityId?: string | undefined;
3716
3715
  creatorAddress?: string | undefined;
3717
3716
  creatorId?: string | undefined;
3717
+ mainParameter?: string | undefined;
3718
3718
  test?: boolean | undefined;
3719
3719
  creatorTag?: string | undefined;
3720
3720
  tokenSymbol?: string | undefined;
@@ -3730,6 +3730,7 @@ declare const eden: {
3730
3730
  tags: string[];
3731
3731
  icon: string;
3732
3732
  } | null | undefined;
3733
+ depositUrl?: string | undefined;
3733
3734
  aprRecord?: {
3734
3735
  timestamp: string | bigint;
3735
3736
  cumulated: number;
@@ -3741,7 +3742,6 @@ declare const eden: {
3741
3742
  aprRecordId: string;
3742
3743
  }[];
3743
3744
  } | undefined;
3744
- depositUrl?: string | undefined;
3745
3745
  tvlRecord?: {
3746
3746
  total: number;
3747
3747
  timestamp: string | bigint;
@@ -4056,11 +4056,11 @@ declare const eden: {
4056
4056
  startTimestamp?: string | undefined;
4057
4057
  endTimestamp?: string | undefined;
4058
4058
  tokenAddress?: string | undefined;
4059
- mainParameter?: string | undefined;
4060
4059
  campaignId?: string | undefined;
4061
4060
  opportunityId?: string | undefined;
4062
4061
  creatorAddress?: string | undefined;
4063
4062
  creatorId?: string | undefined;
4063
+ mainParameter?: string | undefined;
4064
4064
  test?: boolean | undefined;
4065
4065
  creatorTag?: string | undefined;
4066
4066
  tokenSymbol?: string | undefined;
@@ -4132,11 +4132,11 @@ declare const eden: {
4132
4132
  startTimestamp?: string | undefined;
4133
4133
  endTimestamp?: string | undefined;
4134
4134
  tokenAddress?: string | undefined;
4135
- mainParameter?: string | undefined;
4136
4135
  campaignId?: string | undefined;
4137
4136
  opportunityId?: string | undefined;
4138
4137
  creatorAddress?: string | undefined;
4139
4138
  creatorId?: string | undefined;
4139
+ mainParameter?: string | undefined;
4140
4140
  test?: boolean | undefined;
4141
4141
  creatorTag?: string | undefined;
4142
4142
  tokenSymbol?: string | undefined;
@@ -4157,10 +4157,10 @@ declare const eden: {
4157
4157
  }) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
4158
4158
  200: {
4159
4159
  endTimestamp: bigint;
4160
+ campaignId: string;
4160
4161
  CampaignStatus: {
4161
4162
  computedUntil: bigint;
4162
4163
  }[];
4163
- campaignId: string;
4164
4164
  }[];
4165
4165
  }>>;
4166
4166
  };
@@ -4702,10 +4702,10 @@ declare const eden: {
4702
4702
  index: {
4703
4703
  post: (body: {
4704
4704
  pending: string;
4705
- recipient: string;
4706
4705
  distributionChainId: number;
4707
4706
  amount: string;
4708
4707
  root: string;
4708
+ recipient: string;
4709
4709
  claimed: string;
4710
4710
  proofs: string[];
4711
4711
  rewardToken: string;
@@ -4731,8 +4731,8 @@ declare const eden: {
4731
4731
  protocolId?: string | undefined;
4732
4732
  reason: string;
4733
4733
  pending: string;
4734
- recipient: string;
4735
4734
  amount: string;
4735
+ recipient: string;
4736
4736
  claimed: string;
4737
4737
  }[];
4738
4738
  }[], options: {
@@ -4751,8 +4751,8 @@ declare const eden: {
4751
4751
  post: (body: {
4752
4752
  token: string;
4753
4753
  chainId: number;
4754
- recipient: string;
4755
4754
  root: string;
4755
+ recipient: string;
4756
4756
  }[], options: {
4757
4757
  headers: {
4758
4758
  authorization: string;
@@ -5174,8 +5174,8 @@ declare const eden: {
5174
5174
  claimed: bigint;
5175
5175
  amount: bigint;
5176
5176
  pending: bigint;
5177
- recipient: string;
5178
5177
  root: string;
5178
+ recipient: string;
5179
5179
  proofs: string[];
5180
5180
  }, "breakdowns"> & {
5181
5181
  breakdowns: {
@@ -5276,8 +5276,8 @@ declare const eden: {
5276
5276
  claimed: bigint;
5277
5277
  amount: bigint;
5278
5278
  pending: bigint;
5279
- recipient: string;
5280
5279
  root: string;
5280
+ recipient: string;
5281
5281
  proofs: string[];
5282
5282
  }, "breakdowns"> & {
5283
5283
  breakdowns: {
@@ -5506,13 +5506,13 @@ declare const eden: {
5506
5506
  id: string;
5507
5507
  timestamp: number;
5508
5508
  chainId: number;
5509
+ datetime: Date;
5510
+ recipient: string;
5509
5511
  fromTokenId: string;
5510
5512
  toTokenId: string;
5511
5513
  multisig: string;
5512
- recipient: string;
5513
5514
  amountIn: string;
5514
5515
  amountOut: string;
5515
- datetime: Date;
5516
5516
  }[];
5517
5517
  }>>;
5518
5518
  };
@@ -5666,13 +5666,13 @@ declare const eden: {
5666
5666
  chainId?: number | undefined;
5667
5667
  startTimestamp?: string | undefined;
5668
5668
  endTimestamp?: string | undefined;
5669
- campaignStatus?: {} | undefined;
5670
5669
  distributionChainId?: number | undefined;
5671
5670
  campaignId?: string | undefined;
5672
5671
  rewardTokenId?: string | undefined;
5673
5672
  amount?: string | undefined;
5674
5673
  opportunityId?: string | undefined;
5675
5674
  creatorAddress?: string | undefined;
5675
+ campaignStatus?: {} | undefined;
5676
5676
  rewardToken?: {} | undefined;
5677
5677
  rewardTokenAddress?: string | undefined;
5678
5678
  distributionChain?: {} | undefined;
@@ -5704,11 +5704,11 @@ declare const eden: {
5704
5704
  startTimestamp?: string | undefined;
5705
5705
  endTimestamp?: string | undefined;
5706
5706
  tokenAddress?: string | undefined;
5707
- mainParameter?: string | undefined;
5708
5707
  campaignId?: string | undefined;
5709
5708
  opportunityId?: string | undefined;
5710
5709
  creatorAddress?: string | undefined;
5711
5710
  creatorId?: string | undefined;
5711
+ mainParameter?: string | undefined;
5712
5712
  test?: boolean | undefined;
5713
5713
  creatorTag?: string | undefined;
5714
5714
  tokenSymbol?: string | undefined;
@@ -5820,18 +5820,6 @@ declare const eden: {
5820
5820
  computedUntil: bigint;
5821
5821
  startTimestamp: bigint;
5822
5822
  endTimestamp: bigint;
5823
- CampaignStatus: {
5824
- error: string;
5825
- details: import("database/api/.generated/runtime/library").JsonValue;
5826
- status: import("../../database/api/.generated").$Enums.RunStatus;
5827
- campaignId: string;
5828
- computedUntil: bigint;
5829
- processingStarted: bigint;
5830
- }[];
5831
- Opportunity: {
5832
- name: string;
5833
- id: string;
5834
- };
5835
5823
  computeChainId: number;
5836
5824
  distributionChainId: number;
5837
5825
  campaignId: string;
@@ -5840,6 +5828,18 @@ declare const eden: {
5840
5828
  address: string;
5841
5829
  isTest: boolean;
5842
5830
  };
5831
+ Opportunity: {
5832
+ name: string;
5833
+ id: string;
5834
+ };
5835
+ CampaignStatus: {
5836
+ error: string;
5837
+ details: import("database/api/.generated/runtime/library").JsonValue;
5838
+ status: import("../../database/api/.generated").$Enums.RunStatus;
5839
+ campaignId: string;
5840
+ computedUntil: bigint;
5841
+ processingStarted: bigint;
5842
+ }[];
5843
5843
  }[];
5844
5844
  }>>;
5845
5845
  };
@@ -5878,7 +5878,7 @@ declare const eden: {
5878
5878
  };
5879
5879
  fetch?: RequestInit | undefined;
5880
5880
  }) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
5881
- 200: import("../modules/v4/liquidity").PositionT[];
5881
+ 200: import("../modules/v4/liquidity/liquidity.model").PositionT[];
5882
5882
  }>>;
5883
5883
  };
5884
5884
  };
@@ -6231,8 +6231,8 @@ declare const eden: {
6231
6231
  post: (body: {
6232
6232
  reason: string;
6233
6233
  value: number;
6234
- address: string;
6235
6234
  campaignId: string;
6235
+ address: string;
6236
6236
  field: string;
6237
6237
  }[], options: {
6238
6238
  headers: {
@@ -6609,9 +6609,9 @@ declare const eden: {
6609
6609
  type?: undefined;
6610
6610
  tag?: string | undefined;
6611
6611
  chainId?: undefined;
6612
- mainParameter?: string | undefined;
6613
6612
  action?: undefined;
6614
6613
  campaigns?: boolean | undefined;
6614
+ mainParameter?: string | undefined;
6615
6615
  testTokens?: boolean | undefined;
6616
6616
  };
6617
6617
  fetch?: RequestInit | undefined;
@@ -6765,8 +6765,8 @@ declare const eden: {
6765
6765
  pending?: string | undefined;
6766
6766
  symbol: string;
6767
6767
  token: string;
6768
- mainParameter: string;
6769
6768
  decimals: number;
6769
+ mainParameter: string;
6770
6770
  unclaimed: string;
6771
6771
  accumulated: string;
6772
6772
  };
@@ -6791,8 +6791,8 @@ declare const eden: {
6791
6791
  headers?: Record<string, unknown> | undefined;
6792
6792
  query: {
6793
6793
  from?: number | undefined;
6794
- to?: number | undefined;
6795
6794
  mainParameter?: string | undefined;
6795
+ to?: number | undefined;
6796
6796
  chainId: number;
6797
6797
  campaignId: string;
6798
6798
  };
@@ -6870,9 +6870,9 @@ declare const eden: {
6870
6870
  get: (options: {
6871
6871
  headers?: Record<string, unknown> | undefined;
6872
6872
  query: {
6873
- mainParameter?: string | undefined;
6874
6873
  rewardToken?: string | undefined;
6875
6874
  proof?: string | undefined;
6875
+ mainParameter?: string | undefined;
6876
6876
  reloadChainId?: number | undefined;
6877
6877
  chainId: never;
6878
6878
  user: string;
@@ -7158,7 +7158,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
7158
7158
  } & {
7159
7159
  price?: number | null | undefined;
7160
7160
  })[];
7161
- mainProtocol: "morpho" | "ambient" | "arthswap" | "baseswap" | "camelot" | "crust" | "fenix" | "horiza" | "izumi" | "kim" | "pancakeswap-v3" | "quickswap-algebra" | "quickswap-uni" | "ramses" | "retro" | "stryke" | "stryke-pcs" | "stryke-sushi" | "sushiswap-v3" | "swapr" | "thruster" | "uniswap-v3" | "voltage" | "zero" | "koi" | "supswap-v3" | "zkswap" | "thirdtrade" | "uniswapv4" | "uniswap-v2" | "velodrome" | "aerodrome" | "balancer" | "curve" | "cross_curve" | "curveNPool" | "aura" | "akron" | "beefy" | "dragonswap" | "poolside" | "syncswap-v3" | "neptune" | "zkSwapThreePool" | "syncswap" | "rfx" | "radiant" | "aave" | "euler" | "gearbox" | "compound" | "sturdy" | "frax" | "ionic" | "moonwell" | "fluid" | "silo" | "coumpound" | "dolomite" | "badger" | "ajna" | "layerbank" | "ion" | "venus" | "woofi" | "reactor_fusion" | "eigenlayer" | "vest" | "zerolend" | "hyperdrive" | "gamma" | "oku" | "hourglass" | "veda" | undefined;
7161
+ mainProtocol: "morpho" | "euler" | "ambient" | "arthswap" | "baseswap" | "camelot" | "crust" | "fenix" | "horiza" | "izumi" | "kim" | "pancakeswap-v3" | "quickswap-algebra" | "quickswap-uni" | "ramses" | "retro" | "stryke" | "stryke-pcs" | "stryke-sushi" | "sushiswap-v3" | "swapr" | "thruster" | "uniswap-v3" | "voltage" | "zero" | "koi" | "supswap-v3" | "zkswap" | "thirdtrade" | "uniswapv4" | "uniswap-v2" | "velodrome" | "aerodrome" | "balancer" | "curve" | "cross_curve" | "curveNPool" | "aura" | "akron" | "beefy" | "dragonswap" | "poolside" | "syncswap-v3" | "neptune" | "zkSwapThreePool" | "syncswap" | "rfx" | "radiant" | "aave" | "gearbox" | "compound" | "sturdy" | "frax" | "ionic" | "moonwell" | "fluid" | "silo" | "coumpound" | "dolomite" | "badger" | "ajna" | "layerbank" | "ion" | "venus" | "woofi" | "reactor_fusion" | "eigenlayer" | "vest" | "zerolend" | "hyperdrive" | "gamma" | "oku" | "hourglass" | "veda" | undefined;
7162
7162
  depositUrl: any;
7163
7163
  tags: string[];
7164
7164
  };
@@ -7335,6 +7335,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
7335
7335
  tags: string[];
7336
7336
  icon: string;
7337
7337
  } | null | undefined;
7338
+ depositUrl?: string | undefined;
7338
7339
  aprRecord?: {
7339
7340
  timestamp: string | bigint;
7340
7341
  cumulated: number;
@@ -7346,7 +7347,6 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
7346
7347
  aprRecordId: string;
7347
7348
  }[];
7348
7349
  } | undefined;
7349
- depositUrl?: string | undefined;
7350
7350
  tvlRecord?: {
7351
7351
  total: number;
7352
7352
  timestamp: string | bigint;
@@ -7439,11 +7439,11 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
7439
7439
  startTimestamp?: string | undefined;
7440
7440
  endTimestamp?: string | undefined;
7441
7441
  tokenAddress?: string | undefined;
7442
- mainParameter?: string | undefined;
7443
7442
  campaignId?: string | undefined;
7444
7443
  opportunityId?: string | undefined;
7445
7444
  creatorAddress?: string | undefined;
7446
7445
  creatorId?: string | undefined;
7446
+ mainParameter?: string | undefined;
7447
7447
  test?: boolean | undefined;
7448
7448
  creatorTag?: string | undefined;
7449
7449
  tokenSymbol?: string | undefined;
@@ -7459,6 +7459,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
7459
7459
  tags: string[];
7460
7460
  icon: string;
7461
7461
  } | null | undefined;
7462
+ depositUrl?: string | undefined;
7462
7463
  aprRecord?: {
7463
7464
  timestamp: string | bigint;
7464
7465
  cumulated: number;
@@ -7470,7 +7471,6 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
7470
7471
  aprRecordId: string;
7471
7472
  }[];
7472
7473
  } | undefined;
7473
- depositUrl?: string | undefined;
7474
7474
  tvlRecord?: {
7475
7475
  total: number;
7476
7476
  timestamp: string | bigint;
@@ -7623,6 +7623,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
7623
7623
  tags: string[];
7624
7624
  icon: string;
7625
7625
  } | null | undefined;
7626
+ depositUrl?: string | undefined;
7626
7627
  aprRecord?: {
7627
7628
  timestamp: string | bigint;
7628
7629
  cumulated: number;
@@ -7634,7 +7635,6 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
7634
7635
  aprRecordId: string;
7635
7636
  }[];
7636
7637
  } | undefined;
7637
- depositUrl?: string | undefined;
7638
7638
  tvlRecord?: {
7639
7639
  total: number;
7640
7640
  timestamp: string | bigint;
@@ -8016,11 +8016,11 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
8016
8016
  startTimestamp?: string | undefined;
8017
8017
  endTimestamp?: string | undefined;
8018
8018
  tokenAddress?: string | undefined;
8019
- mainParameter?: string | undefined;
8020
8019
  campaignId?: string | undefined;
8021
8020
  opportunityId?: string | undefined;
8022
8021
  creatorAddress?: string | undefined;
8023
8022
  creatorId?: string | undefined;
8023
+ mainParameter?: string | undefined;
8024
8024
  test?: boolean | undefined;
8025
8025
  creatorTag?: string | undefined;
8026
8026
  tokenSymbol?: string | undefined;
@@ -8095,11 +8095,11 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
8095
8095
  startTimestamp?: string | undefined;
8096
8096
  endTimestamp?: string | undefined;
8097
8097
  tokenAddress?: string | undefined;
8098
- mainParameter?: string | undefined;
8099
8098
  campaignId?: string | undefined;
8100
8099
  opportunityId?: string | undefined;
8101
8100
  creatorAddress?: string | undefined;
8102
8101
  creatorId?: string | undefined;
8102
+ mainParameter?: string | undefined;
8103
8103
  test?: boolean | undefined;
8104
8104
  creatorTag?: string | undefined;
8105
8105
  tokenSymbol?: string | undefined;
@@ -8123,10 +8123,10 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
8123
8123
  response: {
8124
8124
  200: {
8125
8125
  endTimestamp: bigint;
8126
+ campaignId: string;
8126
8127
  CampaignStatus: {
8127
8128
  computedUntil: bigint;
8128
8129
  }[];
8129
- campaignId: string;
8130
8130
  }[];
8131
8131
  };
8132
8132
  };
@@ -8801,10 +8801,10 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
8801
8801
  post: {
8802
8802
  body: {
8803
8803
  pending: string;
8804
- recipient: string;
8805
8804
  distributionChainId: number;
8806
8805
  amount: string;
8807
8806
  root: string;
8807
+ recipient: string;
8808
8808
  claimed: string;
8809
8809
  proofs: string[];
8810
8810
  rewardToken: string;
@@ -8835,8 +8835,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
8835
8835
  protocolId?: string | undefined;
8836
8836
  reason: string;
8837
8837
  pending: string;
8838
- recipient: string;
8839
8838
  amount: string;
8839
+ recipient: string;
8840
8840
  claimed: string;
8841
8841
  }[];
8842
8842
  }[];
@@ -8860,8 +8860,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
8860
8860
  body: {
8861
8861
  token: string;
8862
8862
  chainId: number;
8863
- recipient: string;
8864
8863
  root: string;
8864
+ recipient: string;
8865
8865
  }[];
8866
8866
  params: {};
8867
8867
  query: unknown;
@@ -9491,8 +9491,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
9491
9491
  claimed: bigint;
9492
9492
  amount: bigint;
9493
9493
  pending: bigint;
9494
- recipient: string;
9495
9494
  root: string;
9495
+ recipient: string;
9496
9496
  proofs: string[];
9497
9497
  }, "breakdowns"> & {
9498
9498
  breakdowns: {
@@ -9604,8 +9604,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
9604
9604
  claimed: bigint;
9605
9605
  amount: bigint;
9606
9606
  pending: bigint;
9607
- recipient: string;
9608
9607
  root: string;
9608
+ recipient: string;
9609
9609
  proofs: string[];
9610
9610
  }, "breakdowns"> & {
9611
9611
  breakdowns: {
@@ -9857,13 +9857,13 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
9857
9857
  id: string;
9858
9858
  timestamp: number;
9859
9859
  chainId: number;
9860
+ datetime: Date;
9861
+ recipient: string;
9860
9862
  fromTokenId: string;
9861
9863
  toTokenId: string;
9862
9864
  multisig: string;
9863
- recipient: string;
9864
9865
  amountIn: string;
9865
9866
  amountOut: string;
9866
- datetime: Date;
9867
9867
  }[];
9868
9868
  };
9869
9869
  };
@@ -10078,13 +10078,13 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
10078
10078
  chainId?: number | undefined;
10079
10079
  startTimestamp?: string | undefined;
10080
10080
  endTimestamp?: string | undefined;
10081
- campaignStatus?: {} | undefined;
10082
10081
  distributionChainId?: number | undefined;
10083
10082
  campaignId?: string | undefined;
10084
10083
  rewardTokenId?: string | undefined;
10085
10084
  amount?: string | undefined;
10086
10085
  opportunityId?: string | undefined;
10087
10086
  creatorAddress?: string | undefined;
10087
+ campaignStatus?: {} | undefined;
10088
10088
  rewardToken?: {} | undefined;
10089
10089
  rewardTokenAddress?: string | undefined;
10090
10090
  distributionChain?: {} | undefined;
@@ -10119,11 +10119,11 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
10119
10119
  startTimestamp?: string | undefined;
10120
10120
  endTimestamp?: string | undefined;
10121
10121
  tokenAddress?: string | undefined;
10122
- mainParameter?: string | undefined;
10123
10122
  campaignId?: string | undefined;
10124
10123
  opportunityId?: string | undefined;
10125
10124
  creatorAddress?: string | undefined;
10126
10125
  creatorId?: string | undefined;
10126
+ mainParameter?: string | undefined;
10127
10127
  test?: boolean | undefined;
10128
10128
  creatorTag?: string | undefined;
10129
10129
  tokenSymbol?: string | undefined;
@@ -10258,18 +10258,6 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
10258
10258
  computedUntil: bigint;
10259
10259
  startTimestamp: bigint;
10260
10260
  endTimestamp: bigint;
10261
- CampaignStatus: {
10262
- error: string;
10263
- details: import("database/api/.generated/runtime/library").JsonValue;
10264
- status: import("../../database/api/.generated").$Enums.RunStatus;
10265
- campaignId: string;
10266
- computedUntil: bigint;
10267
- processingStarted: bigint;
10268
- }[];
10269
- Opportunity: {
10270
- name: string;
10271
- id: string;
10272
- };
10273
10261
  computeChainId: number;
10274
10262
  distributionChainId: number;
10275
10263
  campaignId: string;
@@ -10278,6 +10266,18 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
10278
10266
  address: string;
10279
10267
  isTest: boolean;
10280
10268
  };
10269
+ Opportunity: {
10270
+ name: string;
10271
+ id: string;
10272
+ };
10273
+ CampaignStatus: {
10274
+ error: string;
10275
+ details: import("database/api/.generated/runtime/library").JsonValue;
10276
+ status: import("../../database/api/.generated").$Enums.RunStatus;
10277
+ campaignId: string;
10278
+ computedUntil: bigint;
10279
+ processingStarted: bigint;
10280
+ }[];
10281
10281
  }[];
10282
10282
  };
10283
10283
  };
@@ -10326,7 +10326,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
10326
10326
  };
10327
10327
  headers: unknown;
10328
10328
  response: {
10329
- 200: import("../modules/v4/liquidity").PositionT[];
10329
+ 200: import("../modules/v4/liquidity/liquidity.model").PositionT[];
10330
10330
  };
10331
10331
  };
10332
10332
  };
@@ -10784,8 +10784,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
10784
10784
  body: {
10785
10785
  reason: string;
10786
10786
  value: number;
10787
- address: string;
10788
10787
  campaignId: string;
10788
+ address: string;
10789
10789
  field: string;
10790
10790
  }[];
10791
10791
  params: {};
@@ -11300,9 +11300,9 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
11300
11300
  type?: undefined;
11301
11301
  tag?: string | undefined;
11302
11302
  chainId?: undefined;
11303
- mainParameter?: string | undefined;
11304
11303
  action?: undefined;
11305
11304
  campaigns?: boolean | undefined;
11305
+ mainParameter?: string | undefined;
11306
11306
  testTokens?: boolean | undefined;
11307
11307
  };
11308
11308
  headers: unknown;
@@ -11496,8 +11496,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
11496
11496
  pending?: string | undefined;
11497
11497
  symbol: string;
11498
11498
  token: string;
11499
- mainParameter: string;
11500
11499
  decimals: number;
11500
+ mainParameter: string;
11501
11501
  unclaimed: string;
11502
11502
  accumulated: string;
11503
11503
  };
@@ -11527,8 +11527,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
11527
11527
  params: {};
11528
11528
  query: {
11529
11529
  from?: number | undefined;
11530
- to?: number | undefined;
11531
11530
  mainParameter?: string | undefined;
11531
+ to?: number | undefined;
11532
11532
  chainId: number;
11533
11533
  campaignId: string;
11534
11534
  };
@@ -11631,9 +11631,9 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
11631
11631
  body: unknown;
11632
11632
  params: {};
11633
11633
  query: {
11634
- mainParameter?: string | undefined;
11635
11634
  rewardToken?: string | undefined;
11636
11635
  proof?: string | undefined;
11636
+ mainParameter?: string | undefined;
11637
11637
  reloadChainId?: number | undefined;
11638
11638
  chainId: never;
11639
11639
  user: string;
@@ -11815,7 +11815,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
11815
11815
  } & {
11816
11816
  price?: number | null | undefined;
11817
11817
  })[];
11818
- mainProtocol: "morpho" | "ambient" | "arthswap" | "baseswap" | "camelot" | "crust" | "fenix" | "horiza" | "izumi" | "kim" | "pancakeswap-v3" | "quickswap-algebra" | "quickswap-uni" | "ramses" | "retro" | "stryke" | "stryke-pcs" | "stryke-sushi" | "sushiswap-v3" | "swapr" | "thruster" | "uniswap-v3" | "voltage" | "zero" | "koi" | "supswap-v3" | "zkswap" | "thirdtrade" | "uniswapv4" | "uniswap-v2" | "velodrome" | "aerodrome" | "balancer" | "curve" | "cross_curve" | "curveNPool" | "aura" | "akron" | "beefy" | "dragonswap" | "poolside" | "syncswap-v3" | "neptune" | "zkSwapThreePool" | "syncswap" | "rfx" | "radiant" | "aave" | "euler" | "gearbox" | "compound" | "sturdy" | "frax" | "ionic" | "moonwell" | "fluid" | "silo" | "coumpound" | "dolomite" | "badger" | "ajna" | "layerbank" | "ion" | "venus" | "woofi" | "reactor_fusion" | "eigenlayer" | "vest" | "zerolend" | "hyperdrive" | "gamma" | "oku" | "hourglass" | "veda" | undefined;
11818
+ mainProtocol: "morpho" | "euler" | "ambient" | "arthswap" | "baseswap" | "camelot" | "crust" | "fenix" | "horiza" | "izumi" | "kim" | "pancakeswap-v3" | "quickswap-algebra" | "quickswap-uni" | "ramses" | "retro" | "stryke" | "stryke-pcs" | "stryke-sushi" | "sushiswap-v3" | "swapr" | "thruster" | "uniswap-v3" | "voltage" | "zero" | "koi" | "supswap-v3" | "zkswap" | "thirdtrade" | "uniswapv4" | "uniswap-v2" | "velodrome" | "aerodrome" | "balancer" | "curve" | "cross_curve" | "curveNPool" | "aura" | "akron" | "beefy" | "dragonswap" | "poolside" | "syncswap-v3" | "neptune" | "zkSwapThreePool" | "syncswap" | "rfx" | "radiant" | "aave" | "gearbox" | "compound" | "sturdy" | "frax" | "ionic" | "moonwell" | "fluid" | "silo" | "coumpound" | "dolomite" | "badger" | "ajna" | "layerbank" | "ion" | "venus" | "woofi" | "reactor_fusion" | "eigenlayer" | "vest" | "zerolend" | "hyperdrive" | "gamma" | "oku" | "hourglass" | "veda" | undefined;
11819
11819
  depositUrl: any;
11820
11820
  tags: string[];
11821
11821
  };
@@ -11836,6 +11836,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
11836
11836
  tags: string[];
11837
11837
  icon: string;
11838
11838
  } | null | undefined;
11839
+ depositUrl?: string | undefined;
11839
11840
  aprRecord?: {
11840
11841
  timestamp: string | bigint;
11841
11842
  cumulated: number;
@@ -11847,7 +11848,6 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
11847
11848
  aprRecordId: string;
11848
11849
  }[];
11849
11850
  } | undefined;
11850
- depositUrl?: string | undefined;
11851
11851
  tvlRecord?: {
11852
11852
  total: number;
11853
11853
  timestamp: string | bigint;
@@ -11939,6 +11939,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
11939
11939
  tags: string[];
11940
11940
  icon: string;
11941
11941
  } | null | undefined;
11942
+ depositUrl?: string | undefined;
11942
11943
  aprRecord?: {
11943
11944
  timestamp: string | bigint;
11944
11945
  cumulated: number;
@@ -11950,7 +11951,6 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
11950
11951
  aprRecordId: string;
11951
11952
  }[];
11952
11953
  } | undefined;
11953
- depositUrl?: string | undefined;
11954
11954
  tvlRecord?: {
11955
11955
  total: number;
11956
11956
  timestamp: string | bigint;
@@ -12285,11 +12285,11 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
12285
12285
  startTimestamp?: string | undefined;
12286
12286
  endTimestamp?: string | undefined;
12287
12287
  tokenAddress?: string | undefined;
12288
- mainParameter?: string | undefined;
12289
12288
  campaignId?: string | undefined;
12290
12289
  opportunityId?: string | undefined;
12291
12290
  creatorAddress?: string | undefined;
12292
12291
  creatorId?: string | undefined;
12292
+ mainParameter?: string | undefined;
12293
12293
  test?: boolean | undefined;
12294
12294
  creatorTag?: string | undefined;
12295
12295
  tokenSymbol?: string | undefined;
@@ -12305,6 +12305,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
12305
12305
  tags: string[];
12306
12306
  icon: string;
12307
12307
  } | null | undefined;
12308
+ depositUrl?: string | undefined;
12308
12309
  aprRecord?: {
12309
12310
  timestamp: string | bigint;
12310
12311
  cumulated: number;
@@ -12316,7 +12317,6 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
12316
12317
  aprRecordId: string;
12317
12318
  }[];
12318
12319
  } | undefined;
12319
- depositUrl?: string | undefined;
12320
12320
  tvlRecord?: {
12321
12321
  total: number;
12322
12322
  timestamp: string | bigint;
@@ -12631,11 +12631,11 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
12631
12631
  startTimestamp?: string | undefined;
12632
12632
  endTimestamp?: string | undefined;
12633
12633
  tokenAddress?: string | undefined;
12634
- mainParameter?: string | undefined;
12635
12634
  campaignId?: string | undefined;
12636
12635
  opportunityId?: string | undefined;
12637
12636
  creatorAddress?: string | undefined;
12638
12637
  creatorId?: string | undefined;
12638
+ mainParameter?: string | undefined;
12639
12639
  test?: boolean | undefined;
12640
12640
  creatorTag?: string | undefined;
12641
12641
  tokenSymbol?: string | undefined;
@@ -12707,11 +12707,11 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
12707
12707
  startTimestamp?: string | undefined;
12708
12708
  endTimestamp?: string | undefined;
12709
12709
  tokenAddress?: string | undefined;
12710
- mainParameter?: string | undefined;
12711
12710
  campaignId?: string | undefined;
12712
12711
  opportunityId?: string | undefined;
12713
12712
  creatorAddress?: string | undefined;
12714
12713
  creatorId?: string | undefined;
12714
+ mainParameter?: string | undefined;
12715
12715
  test?: boolean | undefined;
12716
12716
  creatorTag?: string | undefined;
12717
12717
  tokenSymbol?: string | undefined;
@@ -12732,10 +12732,10 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
12732
12732
  }) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
12733
12733
  200: {
12734
12734
  endTimestamp: bigint;
12735
+ campaignId: string;
12735
12736
  CampaignStatus: {
12736
12737
  computedUntil: bigint;
12737
12738
  }[];
12738
- campaignId: string;
12739
12739
  }[];
12740
12740
  }>>;
12741
12741
  };
@@ -13277,10 +13277,10 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
13277
13277
  index: {
13278
13278
  post: (body: {
13279
13279
  pending: string;
13280
- recipient: string;
13281
13280
  distributionChainId: number;
13282
13281
  amount: string;
13283
13282
  root: string;
13283
+ recipient: string;
13284
13284
  claimed: string;
13285
13285
  proofs: string[];
13286
13286
  rewardToken: string;
@@ -13306,8 +13306,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
13306
13306
  protocolId?: string | undefined;
13307
13307
  reason: string;
13308
13308
  pending: string;
13309
- recipient: string;
13310
13309
  amount: string;
13310
+ recipient: string;
13311
13311
  claimed: string;
13312
13312
  }[];
13313
13313
  }[], options: {
@@ -13326,8 +13326,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
13326
13326
  post: (body: {
13327
13327
  token: string;
13328
13328
  chainId: number;
13329
- recipient: string;
13330
13329
  root: string;
13330
+ recipient: string;
13331
13331
  }[], options: {
13332
13332
  headers: {
13333
13333
  authorization: string;
@@ -13749,8 +13749,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
13749
13749
  claimed: bigint;
13750
13750
  amount: bigint;
13751
13751
  pending: bigint;
13752
- recipient: string;
13753
13752
  root: string;
13753
+ recipient: string;
13754
13754
  proofs: string[];
13755
13755
  }, "breakdowns"> & {
13756
13756
  breakdowns: {
@@ -13851,8 +13851,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
13851
13851
  claimed: bigint;
13852
13852
  amount: bigint;
13853
13853
  pending: bigint;
13854
- recipient: string;
13855
13854
  root: string;
13855
+ recipient: string;
13856
13856
  proofs: string[];
13857
13857
  }, "breakdowns"> & {
13858
13858
  breakdowns: {
@@ -14081,13 +14081,13 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
14081
14081
  id: string;
14082
14082
  timestamp: number;
14083
14083
  chainId: number;
14084
+ datetime: Date;
14085
+ recipient: string;
14084
14086
  fromTokenId: string;
14085
14087
  toTokenId: string;
14086
14088
  multisig: string;
14087
- recipient: string;
14088
14089
  amountIn: string;
14089
14090
  amountOut: string;
14090
- datetime: Date;
14091
14091
  }[];
14092
14092
  }>>;
14093
14093
  };
@@ -14241,13 +14241,13 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
14241
14241
  chainId?: number | undefined;
14242
14242
  startTimestamp?: string | undefined;
14243
14243
  endTimestamp?: string | undefined;
14244
- campaignStatus?: {} | undefined;
14245
14244
  distributionChainId?: number | undefined;
14246
14245
  campaignId?: string | undefined;
14247
14246
  rewardTokenId?: string | undefined;
14248
14247
  amount?: string | undefined;
14249
14248
  opportunityId?: string | undefined;
14250
14249
  creatorAddress?: string | undefined;
14250
+ campaignStatus?: {} | undefined;
14251
14251
  rewardToken?: {} | undefined;
14252
14252
  rewardTokenAddress?: string | undefined;
14253
14253
  distributionChain?: {} | undefined;
@@ -14279,11 +14279,11 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
14279
14279
  startTimestamp?: string | undefined;
14280
14280
  endTimestamp?: string | undefined;
14281
14281
  tokenAddress?: string | undefined;
14282
- mainParameter?: string | undefined;
14283
14282
  campaignId?: string | undefined;
14284
14283
  opportunityId?: string | undefined;
14285
14284
  creatorAddress?: string | undefined;
14286
14285
  creatorId?: string | undefined;
14286
+ mainParameter?: string | undefined;
14287
14287
  test?: boolean | undefined;
14288
14288
  creatorTag?: string | undefined;
14289
14289
  tokenSymbol?: string | undefined;
@@ -14395,18 +14395,6 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
14395
14395
  computedUntil: bigint;
14396
14396
  startTimestamp: bigint;
14397
14397
  endTimestamp: bigint;
14398
- CampaignStatus: {
14399
- error: string;
14400
- details: import("database/api/.generated/runtime/library").JsonValue;
14401
- status: import("../../database/api/.generated").$Enums.RunStatus;
14402
- campaignId: string;
14403
- computedUntil: bigint;
14404
- processingStarted: bigint;
14405
- }[];
14406
- Opportunity: {
14407
- name: string;
14408
- id: string;
14409
- };
14410
14398
  computeChainId: number;
14411
14399
  distributionChainId: number;
14412
14400
  campaignId: string;
@@ -14415,6 +14403,18 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
14415
14403
  address: string;
14416
14404
  isTest: boolean;
14417
14405
  };
14406
+ Opportunity: {
14407
+ name: string;
14408
+ id: string;
14409
+ };
14410
+ CampaignStatus: {
14411
+ error: string;
14412
+ details: import("database/api/.generated/runtime/library").JsonValue;
14413
+ status: import("../../database/api/.generated").$Enums.RunStatus;
14414
+ campaignId: string;
14415
+ computedUntil: bigint;
14416
+ processingStarted: bigint;
14417
+ }[];
14418
14418
  }[];
14419
14419
  }>>;
14420
14420
  };
@@ -14453,7 +14453,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
14453
14453
  };
14454
14454
  fetch?: RequestInit | undefined;
14455
14455
  }) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
14456
- 200: import("../modules/v4/liquidity").PositionT[];
14456
+ 200: import("../modules/v4/liquidity/liquidity.model").PositionT[];
14457
14457
  }>>;
14458
14458
  };
14459
14459
  };
@@ -14806,8 +14806,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
14806
14806
  post: (body: {
14807
14807
  reason: string;
14808
14808
  value: number;
14809
- address: string;
14810
14809
  campaignId: string;
14810
+ address: string;
14811
14811
  field: string;
14812
14812
  }[], options: {
14813
14813
  headers: {
@@ -14927,7 +14927,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
14927
14927
  } & {
14928
14928
  price?: number | null | undefined;
14929
14929
  })[];
14930
- mainProtocol: "morpho" | "ambient" | "arthswap" | "baseswap" | "camelot" | "crust" | "fenix" | "horiza" | "izumi" | "kim" | "pancakeswap-v3" | "quickswap-algebra" | "quickswap-uni" | "ramses" | "retro" | "stryke" | "stryke-pcs" | "stryke-sushi" | "sushiswap-v3" | "swapr" | "thruster" | "uniswap-v3" | "voltage" | "zero" | "koi" | "supswap-v3" | "zkswap" | "thirdtrade" | "uniswapv4" | "uniswap-v2" | "velodrome" | "aerodrome" | "balancer" | "curve" | "cross_curve" | "curveNPool" | "aura" | "akron" | "beefy" | "dragonswap" | "poolside" | "syncswap-v3" | "neptune" | "zkSwapThreePool" | "syncswap" | "rfx" | "radiant" | "aave" | "euler" | "gearbox" | "compound" | "sturdy" | "frax" | "ionic" | "moonwell" | "fluid" | "silo" | "coumpound" | "dolomite" | "badger" | "ajna" | "layerbank" | "ion" | "venus" | "woofi" | "reactor_fusion" | "eigenlayer" | "vest" | "zerolend" | "hyperdrive" | "gamma" | "oku" | "hourglass" | "veda" | undefined;
14930
+ mainProtocol: "morpho" | "euler" | "ambient" | "arthswap" | "baseswap" | "camelot" | "crust" | "fenix" | "horiza" | "izumi" | "kim" | "pancakeswap-v3" | "quickswap-algebra" | "quickswap-uni" | "ramses" | "retro" | "stryke" | "stryke-pcs" | "stryke-sushi" | "sushiswap-v3" | "swapr" | "thruster" | "uniswap-v3" | "voltage" | "zero" | "koi" | "supswap-v3" | "zkswap" | "thirdtrade" | "uniswapv4" | "uniswap-v2" | "velodrome" | "aerodrome" | "balancer" | "curve" | "cross_curve" | "curveNPool" | "aura" | "akron" | "beefy" | "dragonswap" | "poolside" | "syncswap-v3" | "neptune" | "zkSwapThreePool" | "syncswap" | "rfx" | "radiant" | "aave" | "gearbox" | "compound" | "sturdy" | "frax" | "ionic" | "moonwell" | "fluid" | "silo" | "coumpound" | "dolomite" | "badger" | "ajna" | "layerbank" | "ion" | "venus" | "woofi" | "reactor_fusion" | "eigenlayer" | "vest" | "zerolend" | "hyperdrive" | "gamma" | "oku" | "hourglass" | "veda" | undefined;
14931
14931
  depositUrl: any;
14932
14932
  tags: string[];
14933
14933
  };
@@ -14948,6 +14948,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
14948
14948
  tags: string[];
14949
14949
  icon: string;
14950
14950
  } | null | undefined;
14951
+ depositUrl?: string | undefined;
14951
14952
  aprRecord?: {
14952
14953
  timestamp: string | bigint;
14953
14954
  cumulated: number;
@@ -14959,7 +14960,6 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
14959
14960
  aprRecordId: string;
14960
14961
  }[];
14961
14962
  } | undefined;
14962
- depositUrl?: string | undefined;
14963
14963
  tvlRecord?: {
14964
14964
  total: number;
14965
14965
  timestamp: string | bigint;
@@ -15051,6 +15051,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
15051
15051
  tags: string[];
15052
15052
  icon: string;
15053
15053
  } | null | undefined;
15054
+ depositUrl?: string | undefined;
15054
15055
  aprRecord?: {
15055
15056
  timestamp: string | bigint;
15056
15057
  cumulated: number;
@@ -15062,7 +15063,6 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
15062
15063
  aprRecordId: string;
15063
15064
  }[];
15064
15065
  } | undefined;
15065
- depositUrl?: string | undefined;
15066
15066
  tvlRecord?: {
15067
15067
  total: number;
15068
15068
  timestamp: string | bigint;
@@ -15397,11 +15397,11 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
15397
15397
  startTimestamp?: string | undefined;
15398
15398
  endTimestamp?: string | undefined;
15399
15399
  tokenAddress?: string | undefined;
15400
- mainParameter?: string | undefined;
15401
15400
  campaignId?: string | undefined;
15402
15401
  opportunityId?: string | undefined;
15403
15402
  creatorAddress?: string | undefined;
15404
15403
  creatorId?: string | undefined;
15404
+ mainParameter?: string | undefined;
15405
15405
  test?: boolean | undefined;
15406
15406
  creatorTag?: string | undefined;
15407
15407
  tokenSymbol?: string | undefined;
@@ -15417,6 +15417,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
15417
15417
  tags: string[];
15418
15418
  icon: string;
15419
15419
  } | null | undefined;
15420
+ depositUrl?: string | undefined;
15420
15421
  aprRecord?: {
15421
15422
  timestamp: string | bigint;
15422
15423
  cumulated: number;
@@ -15428,7 +15429,6 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
15428
15429
  aprRecordId: string;
15429
15430
  }[];
15430
15431
  } | undefined;
15431
- depositUrl?: string | undefined;
15432
15432
  tvlRecord?: {
15433
15433
  total: number;
15434
15434
  timestamp: string | bigint;
@@ -15743,11 +15743,11 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
15743
15743
  startTimestamp?: string | undefined;
15744
15744
  endTimestamp?: string | undefined;
15745
15745
  tokenAddress?: string | undefined;
15746
- mainParameter?: string | undefined;
15747
15746
  campaignId?: string | undefined;
15748
15747
  opportunityId?: string | undefined;
15749
15748
  creatorAddress?: string | undefined;
15750
15749
  creatorId?: string | undefined;
15750
+ mainParameter?: string | undefined;
15751
15751
  test?: boolean | undefined;
15752
15752
  creatorTag?: string | undefined;
15753
15753
  tokenSymbol?: string | undefined;
@@ -15819,11 +15819,11 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
15819
15819
  startTimestamp?: string | undefined;
15820
15820
  endTimestamp?: string | undefined;
15821
15821
  tokenAddress?: string | undefined;
15822
- mainParameter?: string | undefined;
15823
15822
  campaignId?: string | undefined;
15824
15823
  opportunityId?: string | undefined;
15825
15824
  creatorAddress?: string | undefined;
15826
15825
  creatorId?: string | undefined;
15826
+ mainParameter?: string | undefined;
15827
15827
  test?: boolean | undefined;
15828
15828
  creatorTag?: string | undefined;
15829
15829
  tokenSymbol?: string | undefined;
@@ -15844,10 +15844,10 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
15844
15844
  }) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
15845
15845
  200: {
15846
15846
  endTimestamp: bigint;
15847
+ campaignId: string;
15847
15848
  CampaignStatus: {
15848
15849
  computedUntil: bigint;
15849
15850
  }[];
15850
- campaignId: string;
15851
15851
  }[];
15852
15852
  }>>;
15853
15853
  };
@@ -16389,10 +16389,10 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
16389
16389
  index: {
16390
16390
  post: (body: {
16391
16391
  pending: string;
16392
- recipient: string;
16393
16392
  distributionChainId: number;
16394
16393
  amount: string;
16395
16394
  root: string;
16395
+ recipient: string;
16396
16396
  claimed: string;
16397
16397
  proofs: string[];
16398
16398
  rewardToken: string;
@@ -16418,8 +16418,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
16418
16418
  protocolId?: string | undefined;
16419
16419
  reason: string;
16420
16420
  pending: string;
16421
- recipient: string;
16422
16421
  amount: string;
16422
+ recipient: string;
16423
16423
  claimed: string;
16424
16424
  }[];
16425
16425
  }[], options: {
@@ -16438,8 +16438,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
16438
16438
  post: (body: {
16439
16439
  token: string;
16440
16440
  chainId: number;
16441
- recipient: string;
16442
16441
  root: string;
16442
+ recipient: string;
16443
16443
  }[], options: {
16444
16444
  headers: {
16445
16445
  authorization: string;
@@ -16861,8 +16861,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
16861
16861
  claimed: bigint;
16862
16862
  amount: bigint;
16863
16863
  pending: bigint;
16864
- recipient: string;
16865
16864
  root: string;
16865
+ recipient: string;
16866
16866
  proofs: string[];
16867
16867
  }, "breakdowns"> & {
16868
16868
  breakdowns: {
@@ -16963,8 +16963,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
16963
16963
  claimed: bigint;
16964
16964
  amount: bigint;
16965
16965
  pending: bigint;
16966
- recipient: string;
16967
16966
  root: string;
16967
+ recipient: string;
16968
16968
  proofs: string[];
16969
16969
  }, "breakdowns"> & {
16970
16970
  breakdowns: {
@@ -17193,13 +17193,13 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
17193
17193
  id: string;
17194
17194
  timestamp: number;
17195
17195
  chainId: number;
17196
+ datetime: Date;
17197
+ recipient: string;
17196
17198
  fromTokenId: string;
17197
17199
  toTokenId: string;
17198
17200
  multisig: string;
17199
- recipient: string;
17200
17201
  amountIn: string;
17201
17202
  amountOut: string;
17202
- datetime: Date;
17203
17203
  }[];
17204
17204
  }>>;
17205
17205
  };
@@ -17353,13 +17353,13 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
17353
17353
  chainId?: number | undefined;
17354
17354
  startTimestamp?: string | undefined;
17355
17355
  endTimestamp?: string | undefined;
17356
- campaignStatus?: {} | undefined;
17357
17356
  distributionChainId?: number | undefined;
17358
17357
  campaignId?: string | undefined;
17359
17358
  rewardTokenId?: string | undefined;
17360
17359
  amount?: string | undefined;
17361
17360
  opportunityId?: string | undefined;
17362
17361
  creatorAddress?: string | undefined;
17362
+ campaignStatus?: {} | undefined;
17363
17363
  rewardToken?: {} | undefined;
17364
17364
  rewardTokenAddress?: string | undefined;
17365
17365
  distributionChain?: {} | undefined;
@@ -17391,11 +17391,11 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
17391
17391
  startTimestamp?: string | undefined;
17392
17392
  endTimestamp?: string | undefined;
17393
17393
  tokenAddress?: string | undefined;
17394
- mainParameter?: string | undefined;
17395
17394
  campaignId?: string | undefined;
17396
17395
  opportunityId?: string | undefined;
17397
17396
  creatorAddress?: string | undefined;
17398
17397
  creatorId?: string | undefined;
17398
+ mainParameter?: string | undefined;
17399
17399
  test?: boolean | undefined;
17400
17400
  creatorTag?: string | undefined;
17401
17401
  tokenSymbol?: string | undefined;
@@ -17507,18 +17507,6 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
17507
17507
  computedUntil: bigint;
17508
17508
  startTimestamp: bigint;
17509
17509
  endTimestamp: bigint;
17510
- CampaignStatus: {
17511
- error: string;
17512
- details: import("database/api/.generated/runtime/library").JsonValue;
17513
- status: import("../../database/api/.generated").$Enums.RunStatus;
17514
- campaignId: string;
17515
- computedUntil: bigint;
17516
- processingStarted: bigint;
17517
- }[];
17518
- Opportunity: {
17519
- name: string;
17520
- id: string;
17521
- };
17522
17510
  computeChainId: number;
17523
17511
  distributionChainId: number;
17524
17512
  campaignId: string;
@@ -17527,6 +17515,18 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
17527
17515
  address: string;
17528
17516
  isTest: boolean;
17529
17517
  };
17518
+ Opportunity: {
17519
+ name: string;
17520
+ id: string;
17521
+ };
17522
+ CampaignStatus: {
17523
+ error: string;
17524
+ details: import("database/api/.generated/runtime/library").JsonValue;
17525
+ status: import("../../database/api/.generated").$Enums.RunStatus;
17526
+ campaignId: string;
17527
+ computedUntil: bigint;
17528
+ processingStarted: bigint;
17529
+ }[];
17530
17530
  }[];
17531
17531
  }>>;
17532
17532
  };
@@ -17565,7 +17565,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
17565
17565
  };
17566
17566
  fetch?: RequestInit | undefined;
17567
17567
  }) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
17568
- 200: import("../modules/v4/liquidity").PositionT[];
17568
+ 200: import("../modules/v4/liquidity/liquidity.model").PositionT[];
17569
17569
  }>>;
17570
17570
  };
17571
17571
  };
@@ -17918,8 +17918,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
17918
17918
  post: (body: {
17919
17919
  reason: string;
17920
17920
  value: number;
17921
- address: string;
17922
17921
  campaignId: string;
17922
+ address: string;
17923
17923
  field: string;
17924
17924
  }[], options: {
17925
17925
  headers: {
@@ -18296,9 +18296,9 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
18296
18296
  type?: undefined;
18297
18297
  tag?: string | undefined;
18298
18298
  chainId?: undefined;
18299
- mainParameter?: string | undefined;
18300
18299
  action?: undefined;
18301
18300
  campaigns?: boolean | undefined;
18301
+ mainParameter?: string | undefined;
18302
18302
  testTokens?: boolean | undefined;
18303
18303
  };
18304
18304
  fetch?: RequestInit | undefined;
@@ -18452,8 +18452,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
18452
18452
  pending?: string | undefined;
18453
18453
  symbol: string;
18454
18454
  token: string;
18455
- mainParameter: string;
18456
18455
  decimals: number;
18456
+ mainParameter: string;
18457
18457
  unclaimed: string;
18458
18458
  accumulated: string;
18459
18459
  };
@@ -18478,8 +18478,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
18478
18478
  headers?: Record<string, unknown> | undefined;
18479
18479
  query: {
18480
18480
  from?: number | undefined;
18481
- to?: number | undefined;
18482
18481
  mainParameter?: string | undefined;
18482
+ to?: number | undefined;
18483
18483
  chainId: number;
18484
18484
  campaignId: string;
18485
18485
  };
@@ -18557,9 +18557,9 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
18557
18557
  get: (options: {
18558
18558
  headers?: Record<string, unknown> | undefined;
18559
18559
  query: {
18560
- mainParameter?: string | undefined;
18561
18560
  rewardToken?: string | undefined;
18562
18561
  proof?: string | undefined;
18562
+ mainParameter?: string | undefined;
18563
18563
  reloadChainId?: number | undefined;
18564
18564
  chainId: never;
18565
18565
  user: string;