@merkl/api 1.4.23 → 1.4.25

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.
@@ -10992,6 +10992,7 @@ export declare const v4: Elysia<"/v4", {
10992
10992
  };
10993
10993
  } | undefined;
10994
10994
  }) | ({
10995
+ whitelist: string[];
10995
10996
  blacklist: string[];
10996
10997
  campaignType: import("@package/resources/enums").EULER;
10997
10998
  collateralAddress?: string | undefined;
@@ -11049,7 +11050,6 @@ export declare const v4: Elysia<"/v4", {
11049
11050
  balanceCallType: import("@package/resources/enums").VaultBalanceCallType;
11050
11051
  callDataKey?: string | undefined;
11051
11052
  }))[];
11052
- whitelist: string[];
11053
11053
  } & {
11054
11054
  rewardToken: string;
11055
11055
  amount: string;