@merkl/api 0.10.164 → 0.10.165

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.
@@ -175,6 +175,7 @@ export type UserRewardV3Model = typeof UserRewardV3Dto.static;
175
175
  export type RewardV3Model = typeof RewardV3Dto.static;
176
176
  export type BreakdownForCampaignsRaw = {
177
177
  amount: string;
178
+ claimed: string;
178
179
  recipient: string;
179
180
  campaignId: string;
180
181
  reason: string;
@@ -186,6 +186,7 @@ export class RewardRepository {
186
186
  SELECT
187
187
  rb."amount",
188
188
  rb."reason",
189
+ rb."claimed",
189
190
  r."recipient",
190
191
  t."address" as "rewardTokenAddress"
191
192
  FROM