/** * EInvoicing API - Auto-generated typed wrapper. * DO NOT EDIT - Regenerate with: bun run generate * @generated */ export declare const eInvoicing: { /** @see getEInvoicingSettings */ readonly list: (args_0?: import("./types").SDKMethodOptions | undefined) => Promise; /** @see updateEInvoicingSettings */ readonly update: (updateEInvoicingSettingsRequest: import("..").UpdateEInvoicingSettingsRequest, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; /** @see registerEInvoicingSupplier */ readonly registerEInvoicingSupplier: (registerEInvoicingSupplierRequest: import("..").RegisterEInvoicingSupplierRequest, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; /** @see getEInvoicingSupplier */ readonly getEInvoicingSupplier: (args_0?: import("./types").SDKMethodOptions | undefined) => Promise; /** @see searchEInvoicingCustomer */ readonly searchEInvoicingCustomer: (eInvoicingCustomerSearchRequest: import("..").EInvoicingCustomerSearchRequest, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; /** @see sendEInvoice */ readonly sendEInvoice: (sendEInvoiceRequest: import("..").SendEInvoiceRequest, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; /** @see listEInvoicingSubmissions */ readonly listEInvoicingSubmissions: (params?: import("..").ListEInvoicingSubmissionsParams | undefined, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; /** @see getEInvoicingSubmission */ readonly getEInvoicingSubmission: (args_0?: import("./types").SDKMethodOptions | undefined) => Promise; /** @see retryEInvoicingSubmission */ readonly retryEInvoicingSubmission: (args_0?: import("./types").SDKMethodOptions | undefined) => Promise; /** @see handleFlowinWebhook */ readonly handleFlowinWebhook: (handleFlowinWebhookBody: import("..").HandleFlowinWebhookBody, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; }; export type EInvoicingApi = typeof eInvoicing; //# sourceMappingURL=e-invoicing.d.ts.map