Fixed
GetCampaignStatscount fields are now nullable (?int):clickers,complaints,delivered,hardBounces,sent,softBounces,trackableViews,uniqueClicks,uniqueViews,unsubscriptions,viewed. This model is reused forstatsByDomainongetEmailCampaign(s), where per-domain rows are sparse and the API returnsnull/absent for some counts. The previous non-nullable typing threw aTypeErrorwhile deserializingstatsByDomain(globalStatswas unaffected). (#138)
Backward-compatible patch release. No breaking changes.