ynab / ynab-sdk-js

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

Pull in new account types from latest spec #137

Closed bradymholt closed 2 years ago

bradymholt commented 2 years ago

This regenerates from the latest spec to pull in the latest list of account types, which includes new loan account types.

As part of this change, the enum of account types has been moved from api.SaveAccount.TypeEnum to api.AccountType.

Before:

 type: api.SaveAccount.TypeEnum.Checking

After:

 type: api.AccountType.Checking