UNPKG

e-invoice-api

Version:

The official TypeScript library for the e-invoice API

7 lines 1.27 kB
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/documents.js"; export { Inbox, type DocumentState, type PaginatedDocumentResponse, type InboxListParams, type InboxListCreditNotesParams, type InboxListInvoicesParams, } from "./inbox.js"; export { Lookup, type Certificate, type LookupRetrieveResponse, type LookupRetrieveParticipantsResponse, type LookupRetrieveParams, type LookupRetrieveParticipantsParams, } from "./lookup.js"; export { Outbox, type OutboxListDraftDocumentsParams, type OutboxListReceivedDocumentsParams, } from "./outbox.js"; export { Validate, type UblDocumentValidation, type ValidateValidatePeppolIDResponse, type ValidateValidateJsonParams, type ValidateValidatePeppolIDParams, type ValidateValidateUblParams, } from "./validate.js"; export { Webhooks, type WebhookResponse, type WebhookListResponse, type WebhookDeleteResponse, type WebhookCreateParams, type WebhookUpdateParams, } from "./webhooks.js"; //# sourceMappingURL=index.d.ts.map