@merkl/api 0.10.357 → 0.10.358

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.
@@ -39,6 +39,9 @@ export declare const campaignTypeToEnumMap: {
39
39
  readonly ERC20REBASELOGPROCESSOR: any;
40
40
  readonly ION: any;
41
41
  readonly ERC20TRANSFERS: any;
42
+ readonly ERC20_FIX_APR: any;
43
+ readonly HYPERDRIVELOGPROCESSOR: any;
44
+ readonly HYPERDRIVELOGFIXPROCESSOR: any;
42
45
  };
43
46
  export type ConvertedCampaignType<C extends CampaignType> = (typeof campaignTypeToEnumMap)[C];
44
47
  export declare const CampaignUniqueDto: import("@sinclair/typebox").TObject<{
@@ -26,6 +26,9 @@ export const campaignTypeToEnumMap = {
26
26
  ERC20REBASELOGPROCESSOR: CampaignTypeEnum.ERC20REBASELOGPROCESSOR,
27
27
  ION: CampaignTypeEnum.ION,
28
28
  ERC20TRANSFERS: CampaignTypeEnum.ERC20TRANSFERS,
29
+ ERC20_FIX_APR: CampaignTypeEnum.ERC20_FIX_APR,
30
+ HYPERDRIVELOGPROCESSOR: CampaignTypeEnum.HYPERDRIVELOGPROCESSOR,
31
+ HYPERDRIVELOGFIXPROCESSOR: CampaignTypeEnum.HYPERDRIVELOGFIXPROCESSOR,
29
32
  };
30
33
  // ─── DTOs ────────────────────────────────────────────────────────────────────
31
34
  export const CampaignUniqueDto = t.Object({