UNPKG

quickbooks-api

Version:

A modular TypeScript SDK for seamless integration with Intuit QuickBooks APIs. Provides robust authentication handling and future-ready foundation for accounting, payments, and commerce operations.

14 lines (13 loc) 462 B
/** * The the list of available scopes for the application */ export var AuthScopes; (function (AuthScopes) { AuthScopes["Accounting"] = "com.intuit.quickbooks.accounting"; AuthScopes["Payment"] = "com.intuit.quickbooks.payment"; AuthScopes["OpenId"] = "openid"; AuthScopes["Profile"] = "profile"; AuthScopes["Email"] = "email"; AuthScopes["Phone"] = "phone"; AuthScopes["Address"] = "address"; })(AuthScopes || (AuthScopes = {}));