@reddoorla/maintenance 0.37.0 → 0.40.0

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.
@@ -137,6 +137,9 @@ function mapRow(rec) {
137
137
  copyContact: trimToNull(f["Copy \u2014 Contact"]),
138
138
  copyFooter: trimToNull(f["Copy \u2014 Footer"]),
139
139
  launchedAt: f["Launched at"] ?? null,
140
+ newsletterWebhook: trimToNull(f["Newsletter Webhook"]),
141
+ mailchimpApiKey: trimToNull(f["Mailchimp API Key"]),
142
+ mailchimpAudienceId: trimToNull(f["Mailchimp Audience ID"]),
140
143
  renovateFailingCis: f["Renovate Failing CIs"] ?? null,
141
144
  defaultBranchCi: f["Default Branch CI"] ?? null,
142
145
  lastCommitAt: f["Last Commit At"] ?? null,