UNPKG

e-invoice-api

Version:

The official TypeScript library for the e-invoice API

60 lines (58 loc) 1.54 kB
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. 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/documents'; export { Inbox, type DocumentState, type PaginatedDocumentResponse, type InboxListParams, type InboxListCreditNotesParams, type InboxListInvoicesParams, } from './inbox'; export { Lookup, type Certificate, type LookupRetrieveResponse, type LookupRetrieveParticipantsResponse, type LookupRetrieveParams, type LookupRetrieveParticipantsParams, } from './lookup'; export { Me, type MeRetrieveResponse } from './me'; export { Outbox, type OutboxListDraftDocumentsParams, type OutboxListReceivedDocumentsParams, } from './outbox'; export { Validate, type UblDocumentValidation, type ValidateValidatePeppolIDResponse, type ValidateValidateJsonParams, type ValidateValidatePeppolIDParams, type ValidateValidateUblParams, } from './validate'; export { Webhooks, type WebhookResponse, type WebhookListResponse, type WebhookDeleteResponse, type WebhookCreateParams, type WebhookUpdateParams, } from './webhooks';