e-invoice-api
Version:
The official TypeScript library for the e-invoice API
7 lines • 1.27 kB
text/typescript
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.mjs";
export { Inbox, type DocumentState, type PaginatedDocumentResponse, type InboxListParams, type InboxListCreditNotesParams, type InboxListInvoicesParams, } from "./inbox.mjs";
export { Lookup, type Certificate, type LookupRetrieveResponse, type LookupRetrieveParticipantsResponse, type LookupRetrieveParams, type LookupRetrieveParticipantsParams, } from "./lookup.mjs";
export { Outbox, type OutboxListDraftDocumentsParams, type OutboxListReceivedDocumentsParams, } from "./outbox.mjs";
export { Validate, type UblDocumentValidation, type ValidateValidatePeppolIDResponse, type ValidateValidateJsonParams, type ValidateValidatePeppolIDParams, type ValidateValidateUblParams, } from "./validate.mjs";
export { Webhooks, type WebhookResponse, type WebhookListResponse, type WebhookDeleteResponse, type WebhookCreateParams, type WebhookUpdateParams, } from "./webhooks.mjs";
//# sourceMappingURL=index.d.mts.map