e-invoice-api
Version:
The official TypeScript library for the e-invoice API
28 lines (26 loc) • 748 B
text/typescript
// 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 CurrencyCode,
type DocumentAttachmentCreate,
type DocumentCreate,
type DocumentDirection,
type DocumentResponse,
type DocumentType,
type PaymentDetailCreate,
type UnitOfMeasureCode,
type DocumentDeleteResponse,
type DocumentCreateParams,
type DocumentSendParams,
type DocumentResponsesDocumentsNumberPage,
} from './documents';
export { Ubl, type UblGetResponse } from './ubl';