zohobooks-sdk
Version:
SDK for ZohoBooks integration
34 lines (33 loc) • 1.41 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EndPoint = void 0;
var EndPoint;
(function (EndPoint) {
EndPoint["CONTACTS"] = "contacts";
EndPoint["INVOICES"] = "invoices";
EndPoint["ITEMS"] = "items";
EndPoint["ESTIMATES"] = "estimates";
EndPoint["SALES_ORDER"] = "salesorders";
EndPoint["CREDIT_NOTES"] = "creditnotes";
EndPoint["CUSTOMER_PAYMENTS"] = "customerpayments";
EndPoint["EXPENSES"] = "expenses";
EndPoint["RECURRING_EXPENSES"] = "recurringexpenses";
EndPoint["PURCHASE_ORDER"] = "purchaseorders";
EndPoint["BILLS"] = "bills";
EndPoint["VENDOR_CREDITS"] = "vendorcredits";
EndPoint["VENDOR_PAYMENTS"] = "vendorpayments";
EndPoint["BANK_ACCOUNTS"] = "bankaccounts";
EndPoint["BANK_TRANSACTIONS"] = "banktransactions";
EndPoint["BANK_RULES"] = "bankrules";
EndPoint["CHART_OF_ACCOUNTS"] = "chartofaccounts";
EndPoint["JOURNALS"] = "journals";
EndPoint["FIXED_ASSETS"] = "fixedassets";
EndPoint["BASE_CURRENCY_ADJUSTMENT"] = "basecurrencyadjustment";
EndPoint["PROJECTS"] = "projects";
EndPoint["TASKS"] = "tasks";
EndPoint["TIME_ENTRIES"] = "timeentries";
EndPoint["USERS"] = "users";
EndPoint["LOCATIONS"] = "locations";
EndPoint["CURRENCY"] = "settings/currencies";
EndPoint["TAXES"] = "settings/taxes";
})(EndPoint || (exports.EndPoint = EndPoint = {}));