mailjet / mailjet-apiv3-nodejs

[API v3] Official Mailjet API v3 NodeJS wrapper
https://dev.mailjet.com
MIT License
232 stars 67 forks source link

Update version field typing #259

Open xiniria opened 9 months ago

xiniria commented 9 months ago

This PR updates the type of the version field (in RequestConfig) to only allow strings like vX (where X is a number), or vX.Y. Feel free to comment and/or edit.

Closes #258.

xiniria commented 7 months ago

@ai-wintermute could you have a look?