@merkl/api 1.3.64 → 1.3.65

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 (27) hide show
  1. package/dist/src/eden/index.d.ts +0 -803
  2. package/dist/src/engine/deprecated/erc20SubTypeProcessors/helpers/hardcoded.js.map +1 -1
  3. package/dist/src/engine/implementations/Erc20/subTypes/factories.js.map +1 -1
  4. package/dist/src/engine/implementations/Erc20/subTypes/index.d.ts +0 -1
  5. package/dist/src/engine/implementations/Erc20/subTypes/index.js.map +1 -1
  6. package/dist/src/engine/implementations/MultiLendBorrow/tvl.js.map +1 -1
  7. package/dist/src/engine/tvl/engineTvl.service.d.ts +3 -22
  8. package/dist/src/engine/tvl/engineTvl.service.js.map +1 -1
  9. package/dist/src/engine/tvl/factory.d.ts +1 -1
  10. package/dist/src/engine/tvl/factory.js.map +1 -1
  11. package/dist/src/index.d.ts +367 -1184
  12. package/dist/src/jobs/update-v3-caches.js.map +1 -1
  13. package/dist/src/modules/v4/campaign/campaign.repository.d.ts +10 -10
  14. package/dist/src/modules/v4/campaign/campaign.test.controller.d.ts +237 -237
  15. package/dist/src/modules/v4/dynamicData/dynamicData.service.js.map +1 -1
  16. package/dist/src/modules/v4/opportunity/opportunity.repository.d.ts +21 -21
  17. package/dist/src/modules/v4/programPayload/programPayload.model.d.ts +1 -1
  18. package/dist/src/modules/v4/router.d.ts +335 -335
  19. package/dist/src/modules/v4/token/token.service.d.ts +3 -18
  20. package/dist/src/modules/v4/token/token.service.js.map +1 -1
  21. package/dist/src/routes/v3/router.d.ts +0 -817
  22. package/dist/src/routes/v3/router.js.map +1 -1
  23. package/package.json +1 -1
  24. package/dist/src/engine/implementations/Erc20/subTypes/implementations/engineTVL/tvl.d.ts +0 -6
  25. package/dist/src/engine/implementations/Erc20/subTypes/implementations/engineTVL/tvl.js.map +0 -1
  26. package/dist/src/routes/v3/uniswapv4.d.ts +0 -866
  27. package/dist/src/routes/v3/uniswapv4.js.map +0 -1
@@ -1097,27 +1097,6 @@ export declare abstract class OpportunityRepository {
1097
1097
  opportunityId: string;
1098
1098
  };
1099
1099
  opportunity: Prisma.BatchPayload | {
1100
- id: string;
1101
- chainId: number;
1102
- type: string;
1103
- identifier: string;
1104
- name: string;
1105
- description: string;
1106
- howToSteps: string[];
1107
- depositUrl: string | null;
1108
- explorerAddress: string | null;
1109
- status: import("@package/databases").Status;
1110
- action: import("@package/databases").OpportunityAction;
1111
- mainProtocolId: string | null;
1112
- tvl: number;
1113
- apr: number;
1114
- maxApr: number | null;
1115
- dailyRewards: number;
1116
- tags: string[];
1117
- lastCampaignCreatedAt: Date;
1118
- manualOverrides: import("@package/databases").OpportunityManualOverride[];
1119
- liveCampaigns: number;
1120
- } | {
1121
1100
  id: string;
1122
1101
  computeChainId: number;
1123
1102
  distributionChainId: number;
@@ -1139,6 +1118,27 @@ export declare abstract class OpportunityRepository {
1139
1118
  createdAt: Date;
1140
1119
  rootCampaignId: string | null;
1141
1120
  parentCampaignId: string | null;
1121
+ } | {
1122
+ id: string;
1123
+ chainId: number;
1124
+ type: string;
1125
+ identifier: string;
1126
+ name: string;
1127
+ description: string;
1128
+ howToSteps: string[];
1129
+ depositUrl: string | null;
1130
+ explorerAddress: string | null;
1131
+ status: import("@package/databases").Status;
1132
+ action: import("@package/databases").OpportunityAction;
1133
+ mainProtocolId: string | null;
1134
+ tvl: number;
1135
+ apr: number;
1136
+ maxApr: number | null;
1137
+ dailyRewards: number;
1138
+ tags: string[];
1139
+ lastCampaignCreatedAt: Date;
1140
+ manualOverrides: import("@package/databases").OpportunityManualOverride[];
1141
+ liveCampaigns: number;
1142
1142
  };
1143
1143
  }>;
1144
1144
  static updateStatus(id: string, status: Status): Promise<{
@@ -364,9 +364,9 @@ export declare const safeTemplate: {
364
364
  payable: boolean;
365
365
  };
366
366
  contractInputsValues: {
367
+ newCampaign?: undefined;
367
368
  spender: string;
368
369
  amount: string;
369
- newCampaign?: undefined;
370
370
  };
371
371
  } | {
372
372
  to: string;