e-invoice-api
Version:
The official TypeScript library for the e-invoice API
55 lines (53 loc) • 1.38 kB
text/typescript
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
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';
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 {
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';