Open
Description
Environment
azure-devops-node-api version: 11.2.0
Issue Description
The Accounts API (https://learn.microsoft.com/en-us/rest/api/azure/devops/account/accounts/list#account) is not exposed by this package, even though it's public and documented.
Expected behaviour
I should be able to call Account APIs.
Actual behaviour
Account APIs are not accessible via this package.
Steps to reproduce
- Try to use the Accounts - List API
- Notice it doesn't exist in the package
Of note, AccountsInterfaces.ts already exists! But it's also not accessible because nothing imports it :(.
https://github.com/microsoft/azure-devops-node-api/blob/master/api/interfaces/AccountsInterfaces.ts