UNPKG

@arathron/n8n-nodes-zoho-books

Version:

n8n community nodes for Zoho Books and Zoho Inventory API integration - Complete CRUD operations for Sales Orders, Invoices, Items, Vendors, Credit Notes, Payments, Purchase Orders, Bills, Composite Items, and Assemblies

5 lines 402 B
import { IExecuteFunctions, ILoadOptionsFunctions } from 'n8n-workflow'; export declare function findSalesOrderByNumber(this: IExecuteFunctions | ILoadOptionsFunctions, salesOrderNumber: string): Promise<any | null>; export declare function formatDate(dateTimeString: string): string; export declare function formatDateTime(dateTimeString: string): string; //# sourceMappingURL=SalesOrderUtils.d.ts.map