UNPKG

e-invoice-api

Version:

The official TypeScript library for the e-invoice API

4 lines 792 B
export { Attachments, type DocumentAttachment, type AttachmentListResponse, type AttachmentDeleteResponse, type AttachmentRetrieveParams, type AttachmentDeleteParams, type AttachmentAddParams, } from "./attachments.js"; export { Documents, type Allowance, type Charge, type CurrencyCode, type DocumentAttachmentCreate, type DocumentCreate, type DocumentDirection, type DocumentResponse, type DocumentType, type PaymentDetailCreate, type UnitOfMeasureCode, type DocumentDeleteResponse, type DocumentCreateFromPdfResponse, type DocumentCreateParams, type DocumentCreateFromPdfParams, type DocumentSendParams, type DocumentResponsesDocumentsNumberPage, } from "./documents.js"; export { Ubl, type UblGetResponse, type UblCreateFromUblParams } from "./ubl.js"; //# sourceMappingURL=index.d.ts.map