mailerlite / mailerlite-nodejs

MIT License
32 stars 7 forks source link

Incorrect Typings #42

Closed olawalejuwonm closed 7 months ago

olawalejuwonm commented 8 months ago

The ScheduleCampaignParams contains an incorrect typing. delivery?: "instant" | "scheduled" | "timezone_base this shows that delivery was made optional, whereas it's required when making the request. See the response below: image

olawalejuwonm commented 8 months ago

Looking at it everything was made optional, that implies empty {} can be passed

Mantas97 commented 7 months ago

Fix released in 1.2.1