ynab / ynab-sdk-js

YNAB API Client for JavaScript
https://api.ynab.com
Apache License 2.0
217 stars 20 forks source link

Correct JSDoc param for TransactionsApi.createTransactions #158

Closed alexsurelee closed 1 year ago

alexsurelee commented 1 year ago

It looks like the TS type was updated here but the JSDoc param type didn't follow, so updating this accordingly.

bradymholt commented 1 year ago

Thanks for the PR! I realized the Publish workflow was not properly committing changes to files in dist/ so there were many more changes in the definitions that needed to be pushed up. The latest changes on the main branch should have all this fixed up so I am going to to close this out.