@merkl/api 0.20.119 → 0.20.120

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.
@@ -208,6 +208,7 @@ export class CampaignRepository {
208
208
  endTimestamp: BigInt(campaign.endTimestamp),
209
209
  params: campaign.params,
210
210
  startTimestamp: BigInt(campaign.startTimestamp),
211
+ distributionType: campaign.distributionType,
211
212
  type: campaign.type,
212
213
  ComputeChain: {
213
214
  connect: {