@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;
|