/** * Space Invoices SDK Client - Auto-generated. * DO NOT EDIT - Regenerate with: bun run generate * @generated */ import type { SDKConfig } from "./types"; /** * Space Invoices SDK * * @example * ```ts * const sdk = new SpaceInvoices({ * accessToken: 'your-token', * basePath: 'http://localhost:3000', // optional, defaults to production * onUnauthorized: (res) => console.log('Unauthorized'), * }); * * // Create an invoice * const invoice = await sdk.invoices.create(invoiceData, { entity_id: 'ent_123' }); * * // List invoices (entity_id optional - defaults to first entity) * const invoices = await sdk.invoices.list({ limit: 20 }); * ``` */ export declare class SpaceInvoices { readonly accountWebhooks: { readonly create: (createAccountWebhookBody: import("..").CreateAccountWebhookBody, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly list: (options?: (Omit & { order_by?: string | string[]; } & import("./types").SDKMethodOptions) | undefined) => Promise; readonly get: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly update: (id: string, updateAccountWebhookBody: import("..").UpdateAccountWebhookBody, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; readonly delete: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly testAccountWebhook: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly rotateAccountWebhookSecret: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; }; readonly activities: { readonly list: (options?: (Omit & { order_by?: string | string[]; } & import("./types").SDKMethodOptions) | undefined) => Promise; }; readonly advanceInvoices: { readonly getShareableAdvanceInvoice: (shareableId: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly getShareableAdvanceInvoiceHtml: (shareableId: string, params?: import("..").GetShareableAdvanceInvoiceHtmlParams | undefined, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; readonly getShareableAdvanceInvoicePdf: (shareableId: string, params?: import("..").GetShareableAdvanceInvoicePdfParams | undefined, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; readonly create: (createAdvanceInvoice: import("..").CreateAdvanceInvoice, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly list: (options?: (Omit & { order_by?: string | string[]; } & import("./types").SDKMethodOptions) | undefined) => Promise; readonly createCustom: (customCreateAdvanceInvoice: import("..").CustomCreateAdvanceInvoice, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly get: (id: string, params?: import("..").GetAdvanceInvoiceByIdParams | undefined, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; readonly update: (id: string, updateAdvanceInvoice: import("..").UpdateAdvanceInvoice, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; readonly getVersions: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly getVersion: (id: string, version: number, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; readonly renderAdvanceInvoicePreview: (partialAdvanceInvoicePreviewCompleteAdvanceInvoicePreview: import("..").CompleteAdvanceInvoicePreview | import("..").PartialAdvanceInvoicePreview, params?: import("..").RenderAdvanceInvoicePreviewParams | undefined, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; readonly void: (id: string, voidAdvanceInvoiceBody: import("..").VoidAdvanceInvoiceBody, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; }; readonly companyRegistry: { readonly searchCompanyRegistry: (params: import("..").SearchCompanyRegistryParams, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly list: (args_0?: import("./types").SDKMethodOptions | undefined) => Promise; }; readonly creditNotes: { readonly getShareableCreditNote: (shareableId: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly getShareableCreditNoteHtml: (shareableId: string, params?: import("..").GetShareableCreditNoteHtmlParams | undefined, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; readonly getShareableCreditNotePdf: (shareableId: string, params?: import("..").GetShareableCreditNotePdfParams | undefined, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; readonly getShareableCreditNoteEslog: (shareableId: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly create: (createCreditNote: import("..").CreateCreditNote, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly list: (options?: (Omit & { order_by?: string | string[]; } & import("./types").SDKMethodOptions) | undefined) => Promise; readonly createCustom: (customCreateCreditNote: import("..").CustomCreateCreditNote, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly get: (id: string, params?: import("..").GetCreditNoteByIdParams | undefined, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; readonly update: (id: string, updateCreditNote: import("..").UpdateCreditNote, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; readonly getVersions: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly getVersion: (id: string, version: number, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; readonly renderCreditNotePreview: (partialCreditNotePreviewCompleteCreditNotePreview: import("..").CompleteCreditNotePreview | import("..").PartialCreditNotePreview, params?: import("..").RenderCreditNotePreviewParams | undefined, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; readonly void: (id: string, voidCreditNoteBody: import("..").VoidCreditNoteBody, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; }; readonly customers: { readonly create: (createCustomerBody: import("..").CreateCustomerBody, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly list: (options?: (Omit & { order_by?: string | string[]; } & import("./types").SDKMethodOptions) | undefined) => Promise; readonly get: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly update: (id: string, updateCustomerBody: import("..").UpdateCustomerBody, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; readonly delete: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly restoreCustomer: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly permanentDeleteCustomer: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; }; readonly deliveryNotes: { readonly getShareableDeliveryNote: (shareableId: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly getShareableDeliveryNoteHtml: (shareableId: string, params?: import("..").GetShareableDeliveryNoteHtmlParams | undefined, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; readonly getShareableDeliveryNotePdf: (shareableId: string, params?: import("..").GetShareableDeliveryNotePdfParams | undefined, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; readonly create: (createDeliveryNote: import("..").CreateDeliveryNote, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly list: (options?: (Omit & { order_by?: string | string[]; } & import("./types").SDKMethodOptions) | undefined) => Promise; readonly createCustom: (customCreateDeliveryNote: import("..").CustomCreateDeliveryNote, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly get: (id: string, params?: import("..").GetDeliveryNoteByIdParams | undefined, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; readonly update: (id: string, updateDeliveryNote: import("..").UpdateDeliveryNote, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; readonly getVersions: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly getVersion: (id: string, version: number, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; readonly renderDeliveryNotePreview: (partialDeliveryNotePreviewCompleteDeliveryNotePreview: import("..").CompleteDeliveryNotePreview | import("..").PartialDeliveryNotePreview, params?: import("..").RenderDeliveryNotePreviewParams | undefined, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; readonly void: (id: string, voidDeliveryNoteBody: import("..").VoidDeliveryNoteBody, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; }; readonly documents: { readonly getNextNumber: (params: import("..").GetNextDocumentNumberParams, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly calculateDocumentPreview: (calculateDocumentPreview: import("..").CalculateDocumentPreview, params: import("..").CalculateDocumentPreviewParams, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; readonly finalizeDocument: (id: string, finalizeDocumentBody?: import("..").FinalizeDocumentBody | undefined, params?: import("..").FinalizeDocumentParams | undefined, args_3?: import("./types").SDKMethodOptions | undefined) => Promise; readonly fiscalizeDocument: (id: string, params?: import("..").FiscalizeDocumentParams | undefined, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; readonly delete: (id: string, params?: import("..").DeleteDocumentParams | undefined, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; readonly restoreDocument: (id: string, params?: import("..").RestoreDocumentParams | undefined, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; readonly permanentDeleteDocument: (id: string, params?: import("..").PermanentDeleteDocumentParams | undefined, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; readonly sendDocument: (id: string, sendDocumentBody: import("..").SendDocumentBody, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; readonly shareDocument: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly getShareableId: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly unshareDocument: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; }; readonly eInvoicing: { readonly list: (args_0?: import("./types").SDKMethodOptions | undefined) => Promise; readonly update: (updateEInvoicingSettingsRequest: import("..").UpdateEInvoicingSettingsRequest, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly registerEInvoicingSupplier: (registerEInvoicingSupplierRequest: import("..").RegisterEInvoicingSupplierRequest, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly getEInvoicingSupplier: (args_0?: import("./types").SDKMethodOptions | undefined) => Promise; readonly searchEInvoicingCustomer: (eInvoicingCustomerSearchRequest: import("..").EInvoicingCustomerSearchRequest, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly sendEInvoice: (sendEInvoiceRequest: import("..").SendEInvoiceRequest, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly listEInvoicingSubmissions: (params?: import("..").ListEInvoicingSubmissionsParams | undefined, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly getEInvoicingSubmission: (args_0?: import("./types").SDKMethodOptions | undefined) => Promise; readonly retryEInvoicingSubmission: (args_0?: import("./types").SDKMethodOptions | undefined) => Promise; readonly handleFlowinWebhook: (handleFlowinWebhookBody: import("..").HandleFlowinWebhookBody, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; }; readonly email: { readonly sendEmail: (sendEmailBody: import("..").SendEmailBody, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; }; readonly entities: { readonly create: (createEntityBody: import("..").CreateEntityBody, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly list: (options?: (Omit & { order_by?: string | string[]; } & import("./types").SDKMethodOptions) | undefined) => Promise; readonly get: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly update: (id: string, patchEntityBody: import("..").PatchEntityBody, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; readonly enableEntity: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly disableEntity: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; }; readonly entityApiKeys: { readonly listEntityApiKeys: (args_0?: import("./types").SDKMethodOptions | undefined) => Promise; readonly create: (createEntityApiKeyBody: import("..").CreateEntityApiKeyBody, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly delete: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; }; readonly entityInvitations: { readonly listEntityInvitations: (args_0?: import("./types").SDKMethodOptions | undefined) => Promise; readonly getEntityInvitation: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly cancelEntityInvitation: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly resendEntityInvitation: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly acceptEntityInvitation: (acceptEntityInvitationBody: import("..").AcceptEntityInvitationBody, params: import("..").AcceptEntityInvitationParams, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; }; readonly entityStats: { readonly queryEntityStats: (statsQueryBatchRequest: import("..").StatsQueryBatchRequest, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; }; readonly entityUsers: { readonly list: (args_0?: import("./types").SDKMethodOptions | undefined) => Promise; readonly addEntityUser: (addEntityUserBody: import("..").AddEntityUserBody, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly update: (userId: string, updateEntityUserRoleBody: import("..").UpdateEntityUserRoleBody, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; readonly removeEntityUser: (userId: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly generateEntityUserToken: (userId: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; }; readonly estimates: { readonly getShareableEstimate: (shareableId: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly getShareableEstimateHtml: (shareableId: string, params?: import("..").GetShareableEstimateHtmlParams | undefined, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; readonly getShareableEstimatePdf: (shareableId: string, params?: import("..").GetShareableEstimatePdfParams | undefined, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; readonly create: (createEstimate: import("..").CreateEstimate, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly list: (options?: (Omit & { order_by?: string | string[]; } & import("./types").SDKMethodOptions) | undefined) => Promise; readonly createCustom: (customCreateEstimate: import("..").CustomCreateEstimate, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly get: (id: string, params?: import("..").GetEstimateByIdParams | undefined, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; readonly update: (id: string, updateEstimate: import("..").UpdateEstimate, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; readonly getVersions: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly getVersion: (id: string, version: number, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; readonly renderEstimatePreview: (partialEstimatePreviewCompleteEstimatePreview: import("..").CompleteEstimatePreview | import("..").PartialEstimatePreview, params?: import("..").RenderEstimatePreviewParams | undefined, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; }; readonly exports: { readonly exportDocuments: (params: import("..").ExportDocumentsParams, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly exportSalesPerItem: (params: import("..").ExportSalesPerItemParams, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly startPdfExport: (pdfExportByDocumentIdsPdfExportByDateRange: import("..").PdfExportByDateRange | import("..").PdfExportByDocumentIds, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly list: (options?: (Omit & { order_by?: string | string[]; } & import("./types").SDKMethodOptions) | undefined) => Promise; readonly downloadPdfExport: (jobId: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly startEslogExport: (eslogExportByDocumentIdsEslogExportByDateRange: import("..").EslogExportByDateRange | import("..").EslogExportByDocumentIds, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly downloadEslogExport: (jobId: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; }; readonly files: { readonly uploadFile: (uploadFileBody: import("..").UploadFileBody, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly list: (options?: (Omit & { order_by?: string | string[]; } & import("./types").SDKMethodOptions) | undefined) => Promise; readonly get: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly delete: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; }; readonly finaCertificate: { readonly uploadFinaCertificate: (uploadFinaCertificateBody: import("..").UploadFinaCertificateBody, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly getFinaCertificate: (args_0?: import("./types").SDKMethodOptions | undefined) => Promise; readonly delete: (args_0?: import("./types").SDKMethodOptions | undefined) => Promise; }; readonly finaDevices: { readonly listFinaDevices: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly registerFinaDevice: (id: string, registerFinaDeviceBody: import("..").RegisterFinaDeviceBody, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; readonly getFinaDevice: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly delete: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; }; readonly finaPremises: { readonly listFinaPremises: (args_0?: import("./types").SDKMethodOptions | undefined) => Promise; readonly create: (createFinaPremiseBody: import("..").CreateFinaPremiseBody, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly getFinaPremise: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly delete: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; }; readonly finaSettings: { readonly list: (args_0?: import("./types").SDKMethodOptions | undefined) => Promise; readonly update: (updateFinaSettingsBody: import("..").UpdateFinaSettingsBody, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; }; readonly fursCertificate: { readonly uploadFursCertificate: (uploadFursCertificateBody: import("..").UploadFursCertificateBody, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly getFursCertificate: (args_0?: import("./types").SDKMethodOptions | undefined) => Promise; readonly delete: (args_0?: import("./types").SDKMethodOptions | undefined) => Promise; }; readonly fursDevices: { readonly listFursElectronicDevices: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly registerFursElectronicDevice: (id: string, registerFursElectronicDeviceBody: import("..").RegisterFursElectronicDeviceBody, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; readonly getFursElectronicDevice: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; }; readonly fursInternalAct: { readonly generateFursInternalActPdf: (args_0?: import("./types").SDKMethodOptions | undefined) => Promise; readonly generateFursInternalActDocx: (args_0?: import("./types").SDKMethodOptions | undefined) => Promise; }; readonly fursPremises: { readonly listFursBusinessPremises: (args_0?: import("./types").SDKMethodOptions | undefined) => Promise; readonly getFursBusinessPremise: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly registerFursRealEstatePremise: (registerFursRealEstatePremiseBody: import("..").RegisterFursRealEstatePremiseBody, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly registerFursMovablePremise: (registerFursMovablePremiseBody: import("..").RegisterFursMovablePremiseBody, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly closeFursBusinessPremise: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; }; readonly fursSettings: { readonly list: (args_0?: import("./types").SDKMethodOptions | undefined) => Promise; readonly update: (updateFursSettingsBody: import("..").UpdateFursSettingsBody, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; }; readonly health: { readonly livenessCheck: (args_0?: import("./types").SDKMethodOptions | undefined) => Promise; readonly readinessCheck: (args_0?: import("./types").SDKMethodOptions | undefined) => Promise; readonly healthCheck: (args_0?: import("./types").SDKMethodOptions | undefined) => Promise; }; readonly incomingPurchaseDocuments: { readonly create: (createIncomingPurchaseDocumentBody: import("..").CreateIncomingPurchaseDocumentBody, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly list: (options?: (Omit & { order_by?: string | string[]; } & import("./types").SDKMethodOptions) | undefined) => Promise; readonly createCustom: (customCreateIncomingPurchaseDocument: import("..").CustomCreateIncomingPurchaseDocument, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly get: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly update: (id: string, updateIncomingPurchaseDocumentBody: import("..").UpdateIncomingPurchaseDocumentBody, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; readonly uploadIncomingPurchaseDocumentAttachment: (id: string, uploadIncomingPurchaseDocumentAttachmentBody: import("..").UploadIncomingPurchaseDocumentAttachmentBody, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; readonly delete: (id: string, fileId: string, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; }; readonly invoices: { readonly getShareableInvoice: (shareableId: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly getShareableInvoiceHtml: (shareableId: string, params?: import("..").GetShareableInvoiceHtmlParams | undefined, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; readonly getShareableInvoicePdf: (shareableId: string, params?: import("..").GetShareableInvoicePdfParams | undefined, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; readonly getShareableInvoiceEslog: (shareableId: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly create: (createInvoice: import("..").CreateInvoice, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly list: (options?: (Omit & { order_by?: string | string[]; } & import("./types").SDKMethodOptions) | undefined) => Promise; readonly createCustom: (customCreateInvoice: import("..").CustomCreateInvoice, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly get: (id: string, params?: import("..").GetInvoiceByIdParams | undefined, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; readonly update: (id: string, updateInvoice: import("..").UpdateInvoice, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; readonly getVersions: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly getVersion: (id: string, version: number, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; readonly renderInvoicePreview: (partialInvoicePreviewCompleteInvoicePreview: import("..").CompleteInvoicePreview | import("..").PartialInvoicePreview, params?: import("..").RenderInvoicePreviewParams | undefined, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; readonly void: (id: string, voidInvoiceBody: import("..").VoidInvoiceBody, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; readonly fiscalizeInvoice: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly renderHtml: (id: string, params?: import("..").RenderDocumentHtmlParams | undefined, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; readonly renderPdf: (id: string, params?: import("..").RenderDocumentPdfParams | undefined, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; readonly downloadPdf: (id: string, filename: string, params?: import("..").RenderDocumentPdfParams, options?: import("./types").SDKMethodOptions) => Promise; }; readonly items: { readonly create: (createItemBody: import("..").CreateItemBody, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly list: (options?: (Omit & { order_by?: string | string[]; } & import("./types").SDKMethodOptions) | undefined) => Promise; readonly update: (id: string, updateItemBody: import("..").UpdateItemBody, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; readonly delete: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly restoreItem: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly permanentDeleteItem: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; }; readonly legacyMigration: { readonly legacyMigrationAuth: (legacyAuthRequest: import("..").LegacyAuthRequest, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly create: (createMigrationJobRequest: import("..").CreateMigrationJobRequest, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly listMigrationJobs: (args_0?: import("./types").SDKMethodOptions | undefined) => Promise; readonly getMigrationJob: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; }; readonly locale: { readonly detectLocale: (args_0?: import("./types").SDKMethodOptions | undefined) => Promise; }; readonly orderIntegrations: { readonly authorizeShopify: (authorizeShopifyBody: import("..").AuthorizeShopifyBody, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly syncShopifyOrders: (id: string, syncShopifyOrdersBody?: import("..").SyncShopifyOrdersBody | undefined, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; readonly create: (createOrderIntegrationBody: import("..").CreateOrderIntegrationBody, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly list: (options?: (Omit & { order_by?: string | string[]; } & import("./types").SDKMethodOptions) | undefined) => Promise; readonly get: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly update: (id: string, updateOrderIntegrationBody: import("..").UpdateOrderIntegrationBody, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; readonly delete: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; }; readonly orders: { readonly create: (createOrderBody: import("..").CreateOrderBody, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly list: (options?: (Omit & { order_by?: string | string[]; } & import("./types").SDKMethodOptions) | undefined) => Promise; readonly get: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly update: (id: string, updateOrderBody: import("..").UpdateOrderBody, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; readonly delete: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly processOrder: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly cancelOrder: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly reissueOrder: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; }; readonly payments: { readonly create: (createPaymentBody: import("..").CreatePaymentBody, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly list: (options?: (Omit & { order_by?: string | string[]; } & import("./types").SDKMethodOptions) | undefined) => Promise; readonly get: (id: string, params?: import("..").GetPaymentByIdParams | undefined, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; readonly update: (id: string, updatePaymentBody: import("..").UpdatePaymentBody, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; readonly delete: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly restorePayment: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly permanentDeletePayment: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; }; readonly ptAtcudSeries: { readonly create: (createPtAtcudSeriesBody: import("..").CreatePtAtcudSeriesBody, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly list: (options?: (Omit & { order_by?: string | string[]; } & import("./types").SDKMethodOptions) | undefined) => Promise; readonly get: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly getActive: (params?: import("..").GetActivePtAtcudSeriesParams | undefined, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; }; readonly ptSafT: { readonly generateReport: (params?: import("..").GeneratePtSaftReportParams | undefined, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; }; readonly recurringInvoices: { readonly create: (createRecurringInvoiceBody: import("..").CreateRecurringInvoiceBody, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly list: (options?: (Omit & { order_by?: string | string[]; } & import("./types").SDKMethodOptions) | undefined) => Promise; readonly get: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly update: (id: string, updateRecurringInvoiceBody: import("..").UpdateRecurringInvoiceBody, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; readonly delete: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly restoreRecurringInvoice: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly permanentDeleteRecurringInvoice: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly pauseRecurringInvoice: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly resumeRecurringInvoice: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly triggerRecurringInvoice: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; }; readonly stripeApp: { readonly stripeAppAuthorize: (args_0?: import("./types").SDKMethodOptions | undefined) => Promise; readonly stripeAppOAuthCallback: (params: import("..").StripeAppOAuthCallbackParams, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly stripeAppWebhook: (args_0?: import("./types").SDKMethodOptions | undefined) => Promise; readonly stripeAppMarketplaceAuthorize: (stripeAppMarketplaceAuthorizeBody: import("..").StripeAppMarketplaceAuthorizeBody, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly stripeAppConnect: (stripeAppConnectBody: import("..").StripeAppConnectBody, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly stripeAppGetConnection: (args_0?: import("./types").SDKMethodOptions | undefined) => Promise; readonly stripeAppDisconnect: (args_0?: import("./types").SDKMethodOptions | undefined) => Promise; readonly stripeAppGetSettings: (args_0?: import("./types").SDKMethodOptions | undefined) => Promise; readonly stripeAppUpdateSettings: (stripeAppUpdateSettingsBody: import("..").StripeAppUpdateSettingsBody, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly stripeAppCreateInvoice: (stripeAppCreateInvoiceBody: import("..").StripeAppCreateInvoiceBody, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly stripeAppListInvoices: (params?: import("..").StripeAppListInvoicesParams | undefined, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly stripeAppLookupInvoice: (params: import("..").StripeAppLookupInvoiceParams, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly stripeAppGetInvoice: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly stripeAppEntityGetConnection: (args_0?: import("./types").SDKMethodOptions | undefined) => Promise; readonly stripeAppEntityDisconnect: (args_0?: import("./types").SDKMethodOptions | undefined) => Promise; readonly stripeAppEntityGetSettings: (args_0?: import("./types").SDKMethodOptions | undefined) => Promise; readonly stripeAppEntityUpdateSettings: (stripeAppEntityUpdateSettingsBody: import("..").StripeAppEntityUpdateSettingsBody, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; }; readonly suppliers: { readonly create: (createSupplierBody: import("..").CreateSupplierBody, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly list: (options?: (Omit & { order_by?: string | string[]; } & import("./types").SDKMethodOptions) | undefined) => Promise; readonly get: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly update: (id: string, updateSupplierBody: import("..").UpdateSupplierBody, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; }; readonly taxReports: { readonly generateKirExport: (params: import("..").GenerateKirExportParams, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly getSloveniaTaxProfile: (args_0?: import("./types").SDKMethodOptions | undefined) => Promise; readonly updateSloveniaTaxProfile: (updateSloveniaTaxProfileBody: import("..").UpdateSloveniaTaxProfileBody, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly reviewSloveniaYearlyNormiraniReport: (reviewSloveniaYearlyNormiraniReportBody: import("..").ReviewSloveniaYearlyNormiraniReportBody, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly exportSloveniaYearlyNormiraniReport: (exportSloveniaYearlyNormiraniReportBody: import("..").ExportSloveniaYearlyNormiraniReportBody, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly exportSloveniaVodXml: (exportSloveniaVodXmlBody: import("..").ExportSloveniaVodXmlBody, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; }; readonly taxes: { readonly create: (createTaxBody: import("..").CreateTaxBody, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly list: (options?: (Omit & { order_by?: string | string[]; } & import("./types").SDKMethodOptions) | undefined) => Promise; readonly update: (id: string, updateTaxBody: import("..").UpdateTaxBody, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; readonly replaceTax: (id: string, replaceTaxBody: import("..").ReplaceTaxBody, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; readonly delete: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly restoreTax: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly permanentDeleteTax: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; }; readonly transactionType: { readonly checkTransactionType: (transactionTypeCheckRequest: import("..").TransactionTypeCheckRequest, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; }; readonly upload: { readonly uploadImage: (uploadImageBody: import("..").UploadImageBody, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; }; readonly users: { readonly getMe: (args_0?: import("./types").SDKMethodOptions | undefined) => Promise; readonly update: (patchMeBody: import("..").PatchMeBody, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly updateFursSettings: (updateUserFursSettingsBody: import("..").UpdateUserFursSettingsBody, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly updateFinaSettings: (updateUserFinaSettingsBody: import("..").UpdateUserFinaSettingsBody, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; }; readonly vies: { readonly checkVies: (transactionTypeCheckRequest: import("..").TransactionTypeCheckRequest, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; }; readonly webhooks: { readonly create: (createWebhookBody: import("..").CreateWebhookBody, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly list: (options?: (Omit & { order_by?: string | string[]; } & import("./types").SDKMethodOptions) | undefined) => Promise; readonly get: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly update: (id: string, updateWebhookBody: import("..").UpdateWebhookBody, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; readonly delete: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly testWebhook: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly rotateWebhookSecret: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; }; readonly whiteLabelSubscriptions: { readonly getCurrentWLSubscription: (args_0?: import("./types").SDKMethodOptions | undefined) => Promise; readonly list: (args_0?: import("./types").SDKMethodOptions | undefined) => Promise; readonly checkWLFeature: (feature: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly checkWLLimit: (resource: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; readonly update: (wLUpdateBillingEmailRequest: import("..").WLUpdateBillingEmailRequest, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; }; readonly whiteLabels: { readonly getCurrentWhiteLabel: (args_0?: import("./types").SDKMethodOptions | undefined) => Promise; }; constructor(config: SDKConfig | string); } export default SpaceInvoices; //# sourceMappingURL=client.d.ts.map