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.

13 lines (12 loc) 285 B
/** * The the list of available scopes for the application */ export enum AuthScopes { Accounting = 'com.intuit.quickbooks.accounting', Payment = 'com.intuit.quickbooks.payment', OpenId = 'openid', Profile = 'profile', Email = 'email', Phone = 'phone', Address = 'address', }