Releases: ynab/ynab-sdk-js
v1.20.0
Add support for creating new accounts with accounts.createAccount()
v1.19.0
Add support for importing transactions
ynabAPI.transactions.importTransactions(budgetId)
v1.18.0
Support for creating/updating split transactions and passing include_accounts=true query on /budgets endpoint
v1.17.0
Mark more fields as not required
v1.16.0
Support for "NEED" goal type
New UpdateTransaction type which correctly includes id field
Fields that can be nullable are no longer included in the "required" array in the spec. We now generate these as optional (?) and nullable (| null).
Various spelling corrections in the spec descriptions
v1.15.0
Incorporate delta request support for scheduled transactions
v1.14.0
Incorporates some API scehma definition type changes. The shape the schema is the same but some of the type names have changed.
v1.13.4
Fix placement of server_knowledge on on category/month endpoints
v1.13.3
Mark server_knowledge required in TypeScript definitions
v1.13.2
Fix placement of server_knowledge on SaveTransactionsResponse