UNPKG

e-invoice-api

Version:

The official TypeScript library for the e-invoice API

32 lines (30 loc) 884 B
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. export { Attachments, type DocumentAttachment, type AttachmentListResponse, type AttachmentDeleteResponse, type AttachmentRetrieveParams, type AttachmentDeleteParams, type AttachmentAddParams, } from './attachments'; 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'; export { Ubl, type UblGetResponse, type UblCreateFromUblParams } from './ubl';