/** * AdvanceInvoices API - Auto-generated typed wrapper. * DO NOT EDIT - Regenerate with: bun run generate * @generated */ export declare const advanceInvoices: { /** @see getShareableAdvanceInvoice */ readonly getShareableAdvanceInvoice: (shareableId: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; /** @see getShareableAdvanceInvoiceHtml */ readonly getShareableAdvanceInvoiceHtml: (shareableId: string, params?: import("..").GetShareableAdvanceInvoiceHtmlParams | undefined, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; /** @see getShareableAdvanceInvoicePdf */ readonly getShareableAdvanceInvoicePdf: (shareableId: string, params?: import("..").GetShareableAdvanceInvoicePdfParams | undefined, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; /** @see createAdvanceInvoice */ readonly create: (createAdvanceInvoice: import("..").CreateAdvanceInvoice, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; /** @see getAdvanceInvoices */ readonly list: (options?: (Omit & { order_by?: string | string[]; } & import("./types").SDKMethodOptions) | undefined) => Promise; /** @see createCustomAdvanceInvoice */ readonly createCustom: (customCreateAdvanceInvoice: import("..").CustomCreateAdvanceInvoice, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; /** @see getAdvanceInvoiceById */ readonly get: (id: string, params?: import("..").GetAdvanceInvoiceByIdParams | undefined, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; /** @see updateAdvanceInvoice */ readonly update: (id: string, updateAdvanceInvoice: import("..").UpdateAdvanceInvoice, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; /** @see getAdvanceInvoiceVersions */ readonly getVersions: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; /** @see getAdvanceInvoiceVersion */ readonly getVersion: (id: string, version: number, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; /** @see renderAdvanceInvoicePreview */ readonly renderAdvanceInvoicePreview: (partialAdvanceInvoicePreviewCompleteAdvanceInvoicePreview: import("..").CompleteAdvanceInvoicePreview | import("..").PartialAdvanceInvoicePreview, params?: import("..").RenderAdvanceInvoicePreviewParams | undefined, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; /** @see voidAdvanceInvoice */ readonly void: (id: string, voidAdvanceInvoiceBody: import("..").VoidAdvanceInvoiceBody, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; }; export type AdvanceInvoicesApi = typeof advanceInvoices; //# sourceMappingURL=advance-invoices.d.ts.map