@factpulse/sdk 3.0.9 → 3.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +282 -8
- package/CHANGELOG.md +3 -3
- package/LICENSE +1 -1
- package/api/afnorpdppaapi.ts +10 -10
- package/api/afnorpdppadirectory-service-api.ts +560 -284
- package/api/afnorpdppaflow-service-api.ts +96 -43
- package/api/chorus-pro-api.ts +12 -10
- package/api/document-conversion-api.ts +34 -122
- package/api/downloads-api.ts +360 -0
- package/api/ereporting-api.ts +927 -0
- package/api/health-api.ts +2 -2
- package/api/invoice-processing-api.ts +158 -68
- package/api/pdfxmlverification-api.ts +64 -32
- package/api/user-api.ts +2 -2
- package/api.ts +4 -2
- package/base.ts +3 -3
- package/common.ts +17 -4
- package/configuration.ts +2 -2
- package/dist/api/afnorpdppaapi.d.ts +10 -10
- package/dist/api/afnorpdppaapi.js +10 -10
- package/dist/api/afnorpdppadirectory-service-api.d.ts +359 -229
- package/dist/api/afnorpdppadirectory-service-api.js +519 -280
- package/dist/api/afnorpdppaflow-service-api.d.ts +54 -33
- package/dist/api/afnorpdppaflow-service-api.js +76 -40
- package/dist/api/chorus-pro-api.d.ts +10 -10
- package/dist/api/chorus-pro-api.js +10 -10
- package/dist/api/document-conversion-api.d.ts +26 -62
- package/dist/api/document-conversion-api.js +32 -113
- package/dist/api/downloads-api.d.ts +170 -0
- package/dist/api/downloads-api.js +356 -0
- package/dist/api/ereporting-api.d.ts +443 -0
- package/dist/api/ereporting-api.js +878 -0
- package/dist/api/health-api.d.ts +2 -2
- package/dist/api/health-api.js +2 -2
- package/dist/api/invoice-processing-api.d.ts +94 -50
- package/dist/api/invoice-processing-api.js +145 -68
- package/dist/api/pdfxmlverification-api.d.ts +42 -26
- package/dist/api/pdfxmlverification-api.js +60 -32
- package/dist/api/user-api.d.ts +2 -2
- package/dist/api/user-api.js +2 -2
- package/dist/api.d.ts +4 -2
- package/dist/api.js +4 -2
- package/dist/base.d.ts +2 -2
- package/dist/base.js +3 -3
- package/dist/common.d.ts +8 -2
- package/dist/common.js +19 -5
- package/dist/configuration.d.ts +2 -2
- package/dist/configuration.js +2 -2
- package/dist/esm/api/afnorpdppaapi.d.ts +10 -10
- package/dist/esm/api/afnorpdppaapi.js +10 -10
- package/dist/esm/api/afnorpdppadirectory-service-api.d.ts +359 -229
- package/dist/esm/api/afnorpdppadirectory-service-api.js +520 -281
- package/dist/esm/api/afnorpdppaflow-service-api.d.ts +54 -33
- package/dist/esm/api/afnorpdppaflow-service-api.js +77 -41
- package/dist/esm/api/chorus-pro-api.d.ts +10 -10
- package/dist/esm/api/chorus-pro-api.js +10 -10
- package/dist/esm/api/document-conversion-api.d.ts +26 -62
- package/dist/esm/api/document-conversion-api.js +32 -113
- package/dist/esm/api/downloads-api.d.ts +170 -0
- package/dist/esm/api/downloads-api.js +346 -0
- package/dist/esm/api/ereporting-api.d.ts +443 -0
- package/dist/esm/api/ereporting-api.js +868 -0
- package/dist/esm/api/health-api.d.ts +2 -2
- package/dist/esm/api/health-api.js +2 -2
- package/dist/esm/api/invoice-processing-api.d.ts +94 -50
- package/dist/esm/api/invoice-processing-api.js +145 -68
- package/dist/esm/api/pdfxmlverification-api.d.ts +42 -26
- package/dist/esm/api/pdfxmlverification-api.js +60 -32
- package/dist/esm/api/user-api.d.ts +2 -2
- package/dist/esm/api/user-api.js +2 -2
- package/dist/esm/api.d.ts +4 -2
- package/dist/esm/api.js +4 -2
- package/dist/esm/base.d.ts +2 -2
- package/dist/esm/base.js +3 -3
- package/dist/esm/common.d.ts +8 -2
- package/dist/esm/common.js +17 -4
- package/dist/esm/configuration.d.ts +2 -2
- package/dist/esm/configuration.js +2 -2
- package/dist/esm/index.d.ts +2 -2
- package/dist/esm/index.js +2 -2
- package/dist/esm/models/accept-language.d.ts +19 -0
- package/dist/esm/models/accept-language.js +20 -0
- package/dist/esm/models/acknowledgment-status.d.ts +2 -2
- package/dist/esm/models/acknowledgment-status.js +2 -2
- package/dist/esm/models/additional-document.d.ts +2 -2
- package/dist/esm/models/additional-document.js +2 -2
- package/dist/esm/models/afnoracknowledgement-detail.d.ts +26 -0
- package/dist/esm/models/afnoracknowledgement-detail.js +17 -0
- package/dist/esm/models/afnoracknowledgement.d.ts +17 -0
- package/dist/esm/models/afnoracknowledgement.js +14 -0
- package/dist/esm/models/afnoraddress-edit.d.ts +44 -0
- package/dist/esm/models/afnoraddress-edit.js +14 -0
- package/dist/esm/models/afnoraddress-patch.d.ts +44 -0
- package/dist/esm/models/afnoraddress-patch.js +14 -0
- package/dist/esm/models/afnoraddress-put.d.ts +44 -0
- package/dist/esm/models/afnoraddress-put.js +14 -0
- package/dist/esm/models/afnoraddress-read.d.ts +48 -0
- package/dist/esm/models/afnoraddress-read.js +14 -0
- package/dist/esm/models/afnoralgorithm.d.ts +19 -0
- package/dist/esm/models/afnoralgorithm.js +20 -0
- package/dist/esm/models/afnorcontains-operator.d.ts +18 -0
- package/dist/esm/models/afnorcontains-operator.js +19 -0
- package/dist/esm/models/afnorcreate-directory-line-body-addressing-information.d.ts +29 -0
- package/dist/esm/models/afnorcreate-directory-line-body-addressing-information.js +14 -0
- package/dist/esm/models/afnorcreate-directory-line-body-period.d.ts +21 -0
- package/dist/esm/models/afnorcreate-directory-line-body-period.js +14 -0
- package/dist/esm/models/afnorcreate-directory-line-body.d.ts +17 -0
- package/dist/esm/models/afnorcreate-directory-line-body.js +14 -0
- package/dist/esm/models/afnorcreate-routing-code-body.d.ts +39 -0
- package/dist/esm/models/afnorcreate-routing-code-body.js +14 -0
- package/dist/esm/models/afnorcredentials.d.ts +2 -2
- package/dist/esm/models/afnorcredentials.js +2 -2
- package/dist/esm/models/afnordestination.d.ts +7 -10
- package/dist/esm/models/afnordestination.js +2 -7
- package/dist/esm/models/afnordiffusion-status.d.ts +19 -0
- package/dist/esm/models/afnordiffusion-status.js +20 -0
- package/dist/esm/models/afnordirectory-line-field.d.ts +23 -0
- package/dist/esm/models/afnordirectory-line-field.js +24 -0
- package/dist/esm/models/afnordirectory-line-payload-history-legal-unit-facility-routing-code-platform.d.ts +17 -0
- package/dist/esm/models/afnordirectory-line-payload-history-legal-unit-facility-routing-code-platform.js +14 -0
- package/dist/esm/models/afnordirectory-line-payload-history-legal-unit-facility-routing-code-routing-code.d.ts +33 -0
- package/dist/esm/models/afnordirectory-line-payload-history-legal-unit-facility-routing-code-routing-code.js +14 -0
- package/dist/esm/models/afnordirectory-line-payload-history-legal-unit-facility-routing-code.d.ts +37 -0
- package/dist/esm/models/afnordirectory-line-payload-history-legal-unit-facility-routing-code.js +14 -0
- package/dist/esm/models/afnordirectory-line-post201-response.d.ts +25 -0
- package/dist/esm/models/afnordirectory-line-post201-response.js +14 -0
- package/dist/esm/models/afnordirectory-line-search-post200-response.d.ts +21 -0
- package/dist/esm/models/afnordirectory-line-search-post200-response.js +14 -0
- package/dist/esm/models/afnorentity-type.d.ts +19 -0
- package/dist/esm/models/afnorentity-type.js +20 -0
- package/dist/esm/models/afnorerror.d.ts +21 -0
- package/dist/esm/models/afnorerror.js +14 -0
- package/dist/esm/models/afnorfacility-administrative-status.d.ts +19 -0
- package/dist/esm/models/afnorfacility-administrative-status.js +20 -0
- package/dist/esm/models/afnorfacility-nature.d.ts +19 -0
- package/dist/esm/models/afnorfacility-nature.js +20 -0
- package/dist/esm/models/afnorfacility-payload-history-ule-b2g-additional-data.d.ts +37 -0
- package/dist/esm/models/afnorfacility-payload-history-ule-b2g-additional-data.js +14 -0
- package/dist/esm/models/afnorfacility-payload-history.d.ts +37 -0
- package/dist/esm/models/afnorfacility-payload-history.js +14 -0
- package/dist/esm/models/afnorfacility-payload-included.d.ts +35 -0
- package/dist/esm/models/afnorfacility-payload-included.js +14 -0
- package/dist/esm/models/afnorfacility-type.d.ts +19 -0
- package/dist/esm/models/afnorfacility-type.js +20 -0
- package/dist/esm/models/afnorflow-ack-status.d.ts +20 -0
- package/dist/esm/models/afnorflow-ack-status.js +21 -0
- package/dist/esm/models/afnorflow-direction.d.ts +19 -0
- package/dist/esm/models/afnorflow-direction.js +20 -0
- package/dist/esm/models/afnorflow-info.d.ts +31 -0
- package/dist/esm/models/afnorflow-info.js +14 -0
- package/dist/esm/models/afnorflow-profile.d.ts +17 -0
- package/dist/esm/models/afnorflow-profile.js +18 -0
- package/dist/esm/models/afnorflow-syntax.d.ts +22 -0
- package/dist/esm/models/afnorflow-syntax.js +23 -0
- package/dist/esm/models/afnorflow-type.d.ts +30 -0
- package/dist/esm/models/afnorflow-type.js +31 -0
- package/dist/esm/models/afnorflow.d.ts +53 -0
- package/dist/esm/models/afnorflow.js +17 -0
- package/dist/esm/models/afnorfull-flow-info.d.ts +17 -0
- package/dist/esm/models/afnorfull-flow-info.js +14 -0
- package/dist/esm/models/afnorhealth-check-response.d.ts +2 -2
- package/dist/esm/models/afnorhealth-check-response.js +2 -2
- package/dist/esm/models/afnorlegal-unit-administrative-status.d.ts +19 -0
- package/dist/esm/models/afnorlegal-unit-administrative-status.js +20 -0
- package/dist/esm/models/afnorlegal-unit-payload-history.d.ts +25 -0
- package/dist/esm/models/afnorlegal-unit-payload-history.js +14 -0
- package/dist/esm/models/afnorlegal-unit-payload-included-no-siren.d.ts +21 -0
- package/dist/esm/models/afnorlegal-unit-payload-included-no-siren.js +14 -0
- package/dist/esm/models/afnorlegal-unit-payload-included.d.ts +25 -0
- package/dist/esm/models/afnorlegal-unit-payload-included.js +14 -0
- package/dist/esm/models/afnorplatform-status.d.ts +19 -0
- package/dist/esm/models/afnorplatform-status.js +20 -0
- package/dist/esm/models/afnorprocessing-rule.d.ts +23 -0
- package/dist/esm/models/afnorprocessing-rule.js +24 -0
- package/dist/esm/models/afnorreason-code-enum.d.ts +32 -0
- package/dist/esm/models/afnorreason-code-enum.js +33 -0
- package/dist/esm/models/afnorreason-code.d.ts +17 -0
- package/dist/esm/models/afnorreason-code.js +14 -0
- package/dist/esm/models/afnorrecipient-platform-type.d.ts +19 -0
- package/dist/esm/models/afnorrecipient-platform-type.js +20 -0
- package/dist/esm/models/afnorresult.d.ts +5 -2
- package/dist/esm/models/afnorresult.js +2 -2
- package/dist/esm/models/afnorrouting-code-administrative-status.d.ts +19 -0
- package/dist/esm/models/afnorrouting-code-administrative-status.js +20 -0
- package/dist/esm/models/afnorrouting-code-field.d.ts +25 -0
- package/dist/esm/models/afnorrouting-code-field.js +26 -0
- package/dist/esm/models/afnorrouting-code-payload-history-legal-unit-facility.d.ts +41 -0
- package/dist/esm/models/afnorrouting-code-payload-history-legal-unit-facility.js +14 -0
- package/dist/esm/models/afnorrouting-code-post201-response.d.ts +25 -0
- package/dist/esm/models/afnorrouting-code-post201-response.js +14 -0
- package/dist/esm/models/afnorrouting-code-search-filters-administrative-status.d.ts +17 -0
- package/dist/esm/models/afnorrouting-code-search-filters-administrative-status.js +14 -0
- package/dist/esm/models/afnorrouting-code-search-filters-routing-code-name.d.ts +19 -0
- package/dist/esm/models/afnorrouting-code-search-filters-routing-code-name.js +14 -0
- package/dist/esm/models/afnorrouting-code-search-filters-routing-identifier.d.ts +19 -0
- package/dist/esm/models/afnorrouting-code-search-filters-routing-identifier.js +14 -0
- package/dist/esm/models/afnorrouting-code-search-filters.d.ts +27 -0
- package/dist/esm/models/afnorrouting-code-search-filters.js +14 -0
- package/dist/esm/models/afnorrouting-code-search-post200-response.d.ts +21 -0
- package/dist/esm/models/afnorrouting-code-search-post200-response.js +14 -0
- package/dist/esm/models/afnorrouting-code-search-sorting-inner.d.ts +20 -0
- package/dist/esm/models/afnorrouting-code-search-sorting-inner.js +14 -0
- package/dist/esm/models/afnorrouting-code-search.d.ts +39 -0
- package/dist/esm/models/afnorrouting-code-search.js +17 -0
- package/dist/esm/models/afnorsearch-directory-line-filters-addressing-identifier.d.ts +19 -0
- package/dist/esm/models/afnorsearch-directory-line-filters-addressing-identifier.js +14 -0
- package/dist/esm/models/afnorsearch-directory-line-filters-addressing-suffix.d.ts +19 -0
- package/dist/esm/models/afnorsearch-directory-line-filters-addressing-suffix.js +14 -0
- package/dist/esm/models/afnorsearch-directory-line-filters.d.ts +23 -0
- package/dist/esm/models/afnorsearch-directory-line-filters.js +14 -0
- package/dist/esm/models/afnorsearch-directory-line-sorting-inner.d.ts +20 -0
- package/dist/esm/models/afnorsearch-directory-line-sorting-inner.js +14 -0
- package/dist/esm/models/afnorsearch-directory-line.d.ts +33 -0
- package/dist/esm/models/afnorsearch-directory-line.js +14 -0
- package/dist/esm/models/afnorsearch-flow-content.d.ts +21 -0
- package/dist/esm/models/afnorsearch-flow-content.js +14 -0
- package/dist/esm/models/afnorsearch-flow-filters.d.ts +30 -0
- package/dist/esm/models/afnorsearch-flow-filters.js +14 -0
- package/dist/esm/models/afnorsearch-flow-params.d.ts +19 -0
- package/dist/esm/models/afnorsearch-flow-params.js +14 -0
- package/dist/esm/models/afnorsearch-siren-filters-administrative-status.d.ts +17 -0
- package/dist/esm/models/afnorsearch-siren-filters-administrative-status.js +14 -0
- package/dist/esm/models/afnorsearch-siren-filters-business-name.d.ts +19 -0
- package/dist/esm/models/afnorsearch-siren-filters-business-name.js +14 -0
- package/dist/esm/models/afnorsearch-siren-filters-entity-type.d.ts +17 -0
- package/dist/esm/models/afnorsearch-siren-filters-entity-type.js +14 -0
- package/dist/esm/models/afnorsearch-siren-filters-siren.d.ts +19 -0
- package/dist/esm/models/afnorsearch-siren-filters-siren.js +14 -0
- package/dist/esm/models/afnorsearch-siren-filters.d.ts +21 -0
- package/dist/esm/models/afnorsearch-siren-filters.js +14 -0
- package/dist/esm/models/afnorsearch-siren-sorting-inner.d.ts +20 -0
- package/dist/esm/models/afnorsearch-siren-sorting-inner.js +14 -0
- package/dist/esm/models/afnorsearch-siren.d.ts +33 -0
- package/dist/esm/models/afnorsearch-siren.js +14 -0
- package/dist/esm/models/afnorsearch-siret-filters-address-lines.d.ts +19 -0
- package/dist/esm/models/afnorsearch-siret-filters-address-lines.js +14 -0
- package/dist/esm/models/afnorsearch-siret-filters-administrative-status.d.ts +17 -0
- package/dist/esm/models/afnorsearch-siret-filters-administrative-status.js +14 -0
- package/dist/esm/models/afnorsearch-siret-filters-country-subdivision.d.ts +19 -0
- package/dist/esm/models/afnorsearch-siret-filters-country-subdivision.js +14 -0
- package/dist/esm/models/afnorsearch-siret-filters-facility-type.d.ts +17 -0
- package/dist/esm/models/afnorsearch-siret-filters-facility-type.js +14 -0
- package/dist/esm/models/afnorsearch-siret-filters-locality.d.ts +19 -0
- package/dist/esm/models/afnorsearch-siret-filters-locality.js +14 -0
- package/dist/esm/models/afnorsearch-siret-filters-name.d.ts +19 -0
- package/dist/esm/models/afnorsearch-siret-filters-name.js +14 -0
- package/dist/esm/models/afnorsearch-siret-filters-postal-code.d.ts +19 -0
- package/dist/esm/models/afnorsearch-siret-filters-postal-code.js +14 -0
- package/dist/esm/models/afnorsearch-siret-filters-siret.d.ts +19 -0
- package/dist/esm/models/afnorsearch-siret-filters-siret.js +14 -0
- package/dist/esm/models/afnorsearch-siret-filters.d.ts +31 -0
- package/dist/esm/models/afnorsearch-siret-filters.js +14 -0
- package/dist/esm/models/afnorsearch-siret-sorting-inner.d.ts +20 -0
- package/dist/esm/models/afnorsearch-siret-sorting-inner.js +14 -0
- package/dist/esm/models/afnorsearch-siret.d.ts +38 -0
- package/dist/esm/models/afnorsearch-siret.js +16 -0
- package/dist/esm/models/afnorsiren-field.d.ts +22 -0
- package/dist/esm/models/afnorsiren-field.js +23 -0
- package/dist/esm/models/afnorsiren-search-post200-response.d.ts +21 -0
- package/dist/esm/models/afnorsiren-search-post200-response.js +14 -0
- package/dist/esm/models/afnorsiret-field.d.ts +31 -0
- package/dist/esm/models/afnorsiret-field.js +32 -0
- package/dist/esm/models/afnorsiret-search-post200-response.d.ts +21 -0
- package/dist/esm/models/afnorsiret-search-post200-response.js +14 -0
- package/dist/esm/models/afnorsorting-order.d.ts +19 -0
- package/dist/esm/models/afnorsorting-order.js +20 -0
- package/dist/esm/models/afnorstrict-operator.d.ts +18 -0
- package/dist/esm/models/afnorstrict-operator.js +19 -0
- package/dist/esm/models/afnorupdate-patch-directory-line-body.d.ts +17 -0
- package/dist/esm/models/afnorupdate-patch-directory-line-body.js +14 -0
- package/dist/esm/models/afnorupdate-patch-routing-code-body.d.ts +25 -0
- package/dist/esm/models/afnorupdate-patch-routing-code-body.js +14 -0
- package/dist/esm/models/afnorupdate-put-routing-code-body.d.ts +25 -0
- package/dist/esm/models/afnorupdate-put-routing-code-body.js +14 -0
- package/dist/esm/models/afnorwebhook-callback-content.d.ts +18 -0
- package/dist/esm/models/afnorwebhook-callback-content.js +14 -0
- package/dist/esm/models/aggregated-payment-input.d.ts +27 -0
- package/dist/esm/models/aggregated-payment-input.js +14 -0
- package/dist/esm/models/aggregated-transaction-input.d.ts +39 -0
- package/dist/esm/models/aggregated-transaction-input.js +14 -0
- package/dist/esm/models/allowance-charge-reason-code.d.ts +55 -0
- package/dist/esm/models/allowance-charge-reason-code.js +56 -0
- package/dist/esm/models/allowance-charge.d.ts +8 -6
- package/dist/esm/models/allowance-charge.js +2 -2
- package/dist/esm/models/allowance-reason-code.d.ts +2 -2
- package/dist/esm/models/allowance-reason-code.js +2 -2
- package/dist/esm/models/allowance-total-amount.d.ts +2 -2
- package/dist/esm/models/allowance-total-amount.js +2 -2
- package/dist/esm/models/amount-due.d.ts +2 -2
- package/dist/esm/models/amount-due.js +2 -2
- package/dist/esm/models/amount.d.ts +3 -3
- package/dist/esm/models/amount.js +2 -2
- package/dist/esm/models/amount1.d.ts +16 -0
- package/dist/esm/models/amount1.js +14 -0
- package/dist/esm/models/apierror.d.ts +2 -2
- package/dist/esm/models/apierror.js +2 -2
- package/dist/esm/models/apiprofile.d.ts +3 -2
- package/dist/esm/models/apiprofile.js +3 -2
- package/dist/esm/models/async-task-status.d.ts +2 -2
- package/dist/esm/models/async-task-status.js +2 -2
- package/dist/esm/models/base-amount.d.ts +2 -2
- package/dist/esm/models/base-amount.js +2 -2
- package/dist/esm/models/bounding-box-schema.d.ts +2 -2
- package/dist/esm/models/bounding-box-schema.js +2 -2
- package/dist/esm/models/buyercountry.d.ts +16 -0
- package/dist/esm/models/buyercountry.js +14 -0
- package/dist/esm/models/celery-status.d.ts +2 -2
- package/dist/esm/models/celery-status.js +2 -2
- package/dist/esm/models/certificate-info-response.d.ts +2 -2
- package/dist/esm/models/certificate-info-response.js +2 -2
- package/dist/esm/models/charge-total-amount.d.ts +2 -2
- package/dist/esm/models/charge-total-amount.js +2 -2
- package/dist/esm/models/{facture-electronique-rest-api-schemas-chorus-pro-chorus-pro-credentials.d.ts → chorus-pro-credentials.d.ts} +3 -3
- package/dist/esm/models/chorus-pro-credentials.js +14 -0
- package/dist/esm/models/chorus-pro-destination.d.ts +2 -2
- package/dist/esm/models/chorus-pro-destination.js +2 -2
- package/dist/esm/models/chorus-pro-result.d.ts +2 -2
- package/dist/esm/models/chorus-pro-result.js +2 -2
- package/dist/esm/models/contact.d.ts +2 -2
- package/dist/esm/models/contact.js +2 -2
- package/dist/esm/models/convert-resume-request.d.ts +2 -2
- package/dist/esm/models/convert-resume-request.js +2 -2
- package/dist/esm/models/convert-success-response.d.ts +2 -2
- package/dist/esm/models/convert-success-response.js +2 -2
- package/dist/esm/models/convert-validation-failed-response.d.ts +17 -2
- package/dist/esm/models/convert-validation-failed-response.js +2 -2
- package/dist/esm/models/country-code.d.ts +187 -0
- package/dist/esm/models/country-code.js +188 -0
- package/dist/esm/models/create-aggregated-report-request.d.ts +44 -0
- package/dist/esm/models/create-aggregated-report-request.js +14 -0
- package/dist/esm/models/create-ereporting-request.d.ts +49 -0
- package/dist/esm/models/create-ereporting-request.js +14 -0
- package/dist/esm/models/currency-code.d.ts +70 -0
- package/dist/esm/models/currency-code.js +71 -0
- package/dist/esm/models/currency.d.ts +16 -0
- package/dist/esm/models/currency.js +14 -0
- package/dist/esm/models/delivery-party.d.ts +2 -2
- package/dist/esm/models/delivery-party.js +2 -2
- package/dist/esm/models/destination.d.ts +2 -2
- package/dist/esm/models/destination.js +2 -2
- package/dist/esm/models/directory-line-include.d.ts +21 -0
- package/dist/esm/models/directory-line-include.js +22 -0
- package/dist/esm/models/doc-type.d.ts +21 -0
- package/dist/esm/models/doc-type.js +22 -0
- package/dist/esm/models/document-type-info.d.ts +2 -2
- package/dist/esm/models/document-type-info.js +2 -2
- package/dist/esm/models/electronic-address.d.ts +8 -2
- package/dist/esm/models/electronic-address.js +2 -2
- package/dist/esm/models/enriched-invoice-info.d.ts +20 -2
- package/dist/esm/models/enriched-invoice-info.js +2 -2
- package/dist/esm/models/ereporting-flow-type.d.ts +21 -0
- package/dist/esm/models/ereporting-flow-type.js +22 -0
- package/dist/esm/models/error-level.d.ts +2 -2
- package/dist/esm/models/error-level.js +2 -2
- package/dist/esm/models/error-source.d.ts +2 -2
- package/dist/esm/models/error-source.js +2 -2
- package/dist/esm/models/extraction-info.d.ts +2 -2
- package/dist/esm/models/extraction-info.js +2 -2
- package/dist/esm/models/factur-xinvoice.d.ts +2 -2
- package/dist/esm/models/factur-xinvoice.js +2 -2
- package/dist/esm/models/factur-xpdfinfo.d.ts +2 -2
- package/dist/esm/models/factur-xpdfinfo.js +2 -2
- package/dist/esm/models/facture-electronique-models-invoice-type-code.d.ts +81 -0
- package/dist/esm/models/facture-electronique-models-invoice-type-code.js +82 -0
- package/dist/esm/models/facture-electronique-rest-api-schemas-convert-validation-error.d.ts +33 -0
- package/dist/esm/models/facture-electronique-rest-api-schemas-convert-validation-error.js +14 -0
- package/dist/esm/models/facture-electronique-rest-api-schemas-processing-chorus-pro-credentials.d.ts +2 -2
- package/dist/esm/models/facture-electronique-rest-api-schemas-processing-chorus-pro-credentials.js +2 -2
- package/dist/esm/models/field-status.d.ts +2 -2
- package/dist/esm/models/field-status.js +2 -2
- package/dist/esm/models/file-info.d.ts +2 -2
- package/dist/esm/models/file-info.js +2 -2
- package/dist/esm/models/files-info.d.ts +2 -2
- package/dist/esm/models/files-info.js +2 -2
- package/dist/esm/models/flow-direction.d.ts +2 -2
- package/dist/esm/models/flow-direction.js +2 -2
- package/dist/esm/models/flow-profile.d.ts +2 -2
- package/dist/esm/models/flow-profile.js +2 -2
- package/dist/esm/models/flow-summary.d.ts +8 -2
- package/dist/esm/models/flow-summary.js +2 -2
- package/dist/esm/models/flow-syntax.d.ts +2 -2
- package/dist/esm/models/flow-syntax.js +2 -2
- package/dist/esm/models/flow-type.d.ts +12 -4
- package/dist/esm/models/flow-type.js +12 -4
- package/dist/esm/models/generate-aggregated-report-response.d.ts +46 -0
- package/dist/esm/models/generate-aggregated-report-response.js +14 -0
- package/dist/esm/models/generate-certificate-request.d.ts +2 -2
- package/dist/esm/models/generate-certificate-request.js +2 -2
- package/dist/esm/models/generate-certificate-response.d.ts +2 -2
- package/dist/esm/models/generate-certificate-response.js +2 -2
- package/dist/esm/models/generate-ereporting-response.d.ts +36 -0
- package/dist/esm/models/generate-ereporting-response.js +14 -0
- package/dist/esm/models/get-chorus-pro-id-request.d.ts +4 -4
- package/dist/esm/models/get-chorus-pro-id-request.js +2 -2
- package/dist/esm/models/get-chorus-pro-id-response.d.ts +2 -2
- package/dist/esm/models/get-chorus-pro-id-response.js +2 -2
- package/dist/esm/models/get-invoice-request.d.ts +4 -4
- package/dist/esm/models/get-invoice-request.js +2 -2
- package/dist/esm/models/get-invoice-response.d.ts +8 -2
- package/dist/esm/models/get-invoice-response.js +2 -2
- package/dist/esm/models/get-structure-request.d.ts +4 -4
- package/dist/esm/models/get-structure-request.js +2 -2
- package/dist/esm/models/get-structure-response.d.ts +8 -2
- package/dist/esm/models/get-structure-response.js +2 -2
- package/dist/esm/models/global-allowance-amount.d.ts +2 -2
- package/dist/esm/models/global-allowance-amount.js +2 -2
- package/dist/esm/models/gross-unit-price.d.ts +2 -2
- package/dist/esm/models/gross-unit-price.js +2 -2
- package/dist/esm/models/httpvalidation-error.d.ts +2 -2
- package/dist/esm/models/httpvalidation-error.js +2 -2
- package/dist/esm/models/incoming-invoice.d.ts +4 -4
- package/dist/esm/models/incoming-invoice.js +2 -2
- package/dist/esm/models/incoming-supplier.d.ts +2 -2
- package/dist/esm/models/incoming-supplier.js +2 -2
- package/dist/esm/models/index.d.ts +139 -4
- package/dist/esm/models/index.js +139 -4
- package/dist/esm/models/invoice-format.d.ts +2 -2
- package/dist/esm/models/invoice-format.js +2 -2
- package/dist/esm/models/invoice-input.d.ts +54 -0
- package/dist/esm/models/invoice-input.js +14 -0
- package/dist/esm/models/invoice-line-allowance-amount.d.ts +2 -2
- package/dist/esm/models/invoice-line-allowance-amount.js +2 -2
- package/dist/esm/models/invoice-line.d.ts +5 -2
- package/dist/esm/models/invoice-line.js +2 -2
- package/dist/esm/models/invoice-note.d.ts +5 -2
- package/dist/esm/models/invoice-note.js +2 -2
- package/dist/esm/models/invoice-payment-input.d.ts +35 -0
- package/dist/esm/models/invoice-payment-input.js +14 -0
- package/dist/esm/models/invoice-references.d.ts +2 -2
- package/dist/esm/models/invoice-references.js +2 -2
- package/dist/esm/models/invoice-status.d.ts +2 -2
- package/dist/esm/models/invoice-status.js +2 -2
- package/dist/esm/models/invoice-totals-prepayment.d.ts +2 -2
- package/dist/esm/models/invoice-totals-prepayment.js +2 -2
- package/dist/esm/models/invoice-totals.d.ts +2 -2
- package/dist/esm/models/invoice-totals.js +2 -2
- package/dist/esm/models/invoice-type-code-output.d.ts +81 -0
- package/dist/esm/models/invoice-type-code-output.js +82 -0
- package/dist/esm/models/invoice-type-code.d.ts +8 -67
- package/dist/esm/models/invoice-type-code.js +8 -67
- package/dist/esm/models/invoicing-framework-code.d.ts +2 -2
- package/dist/esm/models/invoicing-framework-code.js +2 -2
- package/dist/esm/models/invoicing-framework.d.ts +5 -2
- package/dist/esm/models/invoicing-framework.js +2 -2
- package/dist/esm/models/line-net-amount.d.ts +2 -2
- package/dist/esm/models/line-net-amount.js +2 -2
- package/dist/esm/models/line-sub-type.d.ts +20 -0
- package/dist/esm/models/line-sub-type.js +21 -0
- package/dist/esm/models/line-total-amount.d.ts +2 -2
- package/dist/esm/models/line-total-amount.js +2 -2
- package/dist/esm/models/location-inner.d.ts +13 -0
- package/dist/esm/models/location-inner.js +14 -0
- package/dist/esm/models/mandatory-note-schema.d.ts +2 -2
- package/dist/esm/models/mandatory-note-schema.js +2 -2
- package/dist/esm/models/manual-rate.d.ts +2 -2
- package/dist/esm/models/manual-rate.js +2 -2
- package/dist/esm/models/manual-vat-rate.d.ts +2 -2
- package/dist/esm/models/manual-vat-rate.js +2 -2
- package/dist/esm/models/missing-field.d.ts +2 -2
- package/dist/esm/models/missing-field.js +2 -2
- package/dist/esm/models/operation-nature.d.ts +2 -2
- package/dist/esm/models/operation-nature.js +2 -2
- package/dist/esm/models/output-format.d.ts +2 -2
- package/dist/esm/models/output-format.js +2 -2
- package/dist/esm/models/page-dimensions-schema.d.ts +2 -2
- package/dist/esm/models/page-dimensions-schema.js +2 -2
- package/dist/esm/models/payee.d.ts +2 -2
- package/dist/esm/models/payee.js +2 -2
- package/dist/esm/models/payment-amount-by-rate.d.ts +20 -0
- package/dist/esm/models/payment-amount-by-rate.js +14 -0
- package/dist/esm/models/payment-card.d.ts +2 -2
- package/dist/esm/models/payment-card.js +2 -2
- package/dist/esm/models/payment-means.d.ts +2 -2
- package/dist/esm/models/payment-means.js +2 -2
- package/dist/esm/models/pdfvalidation-result-api.d.ts +2 -2
- package/dist/esm/models/pdfvalidation-result-api.js +2 -2
- package/dist/esm/models/pdpcredentials.d.ts +2 -2
- package/dist/esm/models/pdpcredentials.js +2 -2
- package/dist/esm/models/percentage.d.ts +2 -2
- package/dist/esm/models/percentage.js +2 -2
- package/dist/esm/models/postal-address.d.ts +2 -2
- package/dist/esm/models/postal-address.js +2 -2
- package/dist/esm/models/price-allowance-amount.d.ts +2 -2
- package/dist/esm/models/price-allowance-amount.js +2 -2
- package/dist/esm/models/price-basis-quantity.d.ts +2 -2
- package/dist/esm/models/price-basis-quantity.js +2 -2
- package/dist/esm/models/processing-options.d.ts +2 -2
- package/dist/esm/models/processing-options.js +2 -2
- package/dist/esm/models/processing-rule.d.ts +23 -0
- package/dist/esm/models/processing-rule.js +24 -0
- package/dist/esm/models/product-characteristic.d.ts +2 -2
- package/dist/esm/models/product-characteristic.js +2 -2
- package/dist/esm/models/product-classification.d.ts +2 -2
- package/dist/esm/models/product-classification.js +2 -2
- package/dist/esm/models/quantity.d.ts +2 -2
- package/dist/esm/models/quantity.js +2 -2
- package/dist/esm/models/rate.d.ts +16 -0
- package/dist/esm/models/rate.js +14 -0
- package/dist/esm/models/rate1.d.ts +16 -0
- package/dist/esm/models/rate1.js +14 -0
- package/dist/esm/models/recipient.d.ts +2 -2
- package/dist/esm/models/recipient.js +2 -2
- package/dist/esm/models/report-period.d.ts +24 -0
- package/dist/esm/models/report-period.js +14 -0
- package/dist/esm/models/report-sender.d.ts +25 -0
- package/dist/esm/models/report-sender.js +14 -0
- package/dist/esm/models/rounding-amount.d.ts +2 -2
- package/dist/esm/models/rounding-amount.js +2 -2
- package/dist/esm/models/routing-code-include.d.ts +19 -0
- package/dist/esm/models/routing-code-include.js +20 -0
- package/dist/esm/models/scheme-id.d.ts +30 -2
- package/dist/esm/models/scheme-id.js +31 -3
- package/dist/esm/models/search-flow-request.d.ts +2 -2
- package/dist/esm/models/search-flow-request.js +2 -2
- package/dist/esm/models/search-flow-response.d.ts +2 -2
- package/dist/esm/models/search-flow-response.js +2 -2
- package/dist/esm/models/search-services-response.d.ts +11 -2
- package/dist/esm/models/search-services-response.js +2 -2
- package/dist/esm/models/search-structure-request.d.ts +4 -4
- package/dist/esm/models/search-structure-request.js +2 -2
- package/dist/esm/models/search-structure-response.d.ts +2 -2
- package/dist/esm/models/search-structure-response.js +2 -2
- package/dist/esm/models/sellercountry.d.ts +16 -0
- package/dist/esm/models/sellercountry.js +14 -0
- package/dist/esm/models/signature-info-api.d.ts +2 -2
- package/dist/esm/models/signature-info-api.js +2 -2
- package/dist/esm/models/signature-info.d.ts +2 -2
- package/dist/esm/models/signature-info.js +2 -2
- package/dist/esm/models/signature-parameters.d.ts +2 -2
- package/dist/esm/models/signature-parameters.js +2 -2
- package/dist/esm/models/simplified-invoice-data.d.ts +12 -2
- package/dist/esm/models/simplified-invoice-data.js +2 -2
- package/dist/esm/models/siret-include.d.ts +18 -0
- package/dist/esm/models/siret-include.js +19 -0
- package/dist/esm/models/structure-info.d.ts +2 -2
- package/dist/esm/models/structure-info.js +2 -2
- package/dist/esm/models/structure-parameters.d.ts +2 -2
- package/dist/esm/models/structure-parameters.js +2 -2
- package/dist/esm/models/structure-service.d.ts +2 -2
- package/dist/esm/models/structure-service.js +2 -2
- package/dist/esm/models/submission-mode.d.ts +2 -2
- package/dist/esm/models/submission-mode.js +2 -2
- package/dist/esm/models/submit-aggregated-report-request.d.ts +26 -0
- package/dist/esm/models/submit-aggregated-report-request.js +14 -0
- package/dist/esm/models/submit-complete-invoice-request.d.ts +2 -2
- package/dist/esm/models/submit-complete-invoice-request.js +2 -2
- package/dist/esm/models/submit-complete-invoice-response.d.ts +2 -2
- package/dist/esm/models/submit-complete-invoice-response.js +2 -2
- package/dist/esm/models/submit-ereporting-request.d.ts +26 -0
- package/dist/esm/models/submit-ereporting-request.js +14 -0
- package/dist/esm/models/submit-ereporting-response.d.ts +41 -0
- package/dist/esm/models/submit-ereporting-response.js +14 -0
- package/dist/esm/models/submit-flow-request.d.ts +2 -2
- package/dist/esm/models/submit-flow-request.js +2 -2
- package/dist/esm/models/submit-flow-response.d.ts +2 -2
- package/dist/esm/models/submit-flow-response.js +2 -2
- package/dist/esm/models/submit-gross-amount.d.ts +2 -2
- package/dist/esm/models/submit-gross-amount.js +2 -2
- package/dist/esm/models/submit-invoice-request.d.ts +4 -4
- package/dist/esm/models/submit-invoice-request.js +2 -2
- package/dist/esm/models/submit-invoice-response.d.ts +2 -2
- package/dist/esm/models/submit-invoice-response.js +2 -2
- package/dist/esm/models/submit-net-amount.d.ts +2 -2
- package/dist/esm/models/submit-net-amount.js +2 -2
- package/dist/esm/models/submit-vat-amount.d.ts +2 -2
- package/dist/esm/models/submit-vat-amount.js +2 -2
- package/dist/esm/models/supplementary-attachment.d.ts +17 -2
- package/dist/esm/models/supplementary-attachment.js +2 -2
- package/dist/esm/models/supplier.d.ts +2 -2
- package/dist/esm/models/supplier.js +2 -2
- package/dist/esm/models/task-response.d.ts +2 -2
- package/dist/esm/models/task-response.js +2 -2
- package/dist/esm/models/tax-breakdown-input.d.ts +22 -0
- package/dist/esm/models/tax-breakdown-input.js +14 -0
- package/dist/esm/models/tax-due-date-type.d.ts +23 -0
- package/dist/esm/models/tax-due-date-type.js +24 -0
- package/dist/esm/models/tax-representative.d.ts +2 -2
- package/dist/esm/models/tax-representative.js +2 -2
- package/dist/esm/models/taxable-amount.d.ts +2 -2
- package/dist/esm/models/taxable-amount.js +2 -2
- package/dist/esm/models/taxableamount.d.ts +16 -0
- package/dist/esm/models/taxableamount.js +14 -0
- package/dist/esm/models/taxamount.d.ts +16 -0
- package/dist/esm/models/taxamount.js +14 -0
- package/dist/esm/models/taxamount1.d.ts +16 -0
- package/dist/esm/models/taxamount1.js +14 -0
- package/dist/esm/models/taxamount2.d.ts +16 -0
- package/dist/esm/models/taxamount2.js +14 -0
- package/dist/esm/models/taxexclusiveamount.d.ts +16 -0
- package/dist/esm/models/taxexclusiveamount.js +14 -0
- package/dist/esm/models/taxexclusiveamount1.d.ts +16 -0
- package/dist/esm/models/taxexclusiveamount1.js +14 -0
- package/dist/esm/models/total-gross-amount.d.ts +2 -2
- package/dist/esm/models/total-gross-amount.js +2 -2
- package/dist/esm/models/total-net-amount.d.ts +2 -2
- package/dist/esm/models/total-net-amount.js +2 -2
- package/dist/esm/models/total-vatamount.d.ts +2 -2
- package/dist/esm/models/total-vatamount.js +2 -2
- package/dist/esm/models/transaction-category.d.ts +21 -0
- package/dist/esm/models/transaction-category.js +22 -0
- package/dist/esm/models/transmission-type-code.d.ts +19 -0
- package/dist/esm/models/transmission-type-code.js +20 -0
- package/dist/esm/models/unit-net-price.d.ts +2 -2
- package/dist/esm/models/unit-net-price.js +2 -2
- package/dist/esm/models/unit-of-measure.d.ts +2 -2
- package/dist/esm/models/unit-of-measure.js +2 -2
- package/dist/esm/models/validate-ereporting-request.d.ts +21 -0
- package/dist/esm/models/validate-ereporting-request.js +14 -0
- package/dist/esm/models/validate-ereporting-response.d.ts +41 -0
- package/dist/esm/models/validate-ereporting-response.js +14 -0
- package/dist/esm/models/validation-error-detail.d.ts +2 -2
- package/dist/esm/models/validation-error-detail.js +2 -2
- package/dist/esm/models/validation-error-response.d.ts +2 -2
- package/dist/esm/models/validation-error-response.js +2 -2
- package/dist/esm/models/validation-error.d.ts +4 -4
- package/dist/esm/models/validation-error.js +2 -2
- package/dist/esm/models/validation-info.d.ts +4 -4
- package/dist/esm/models/validation-info.js +2 -2
- package/dist/esm/models/validation-success-response.d.ts +2 -2
- package/dist/esm/models/validation-success-response.js +2 -2
- package/dist/esm/models/vat-rate.d.ts +2 -2
- package/dist/esm/models/vat-rate.js +2 -2
- package/dist/esm/models/vataccounting-code.d.ts +2 -2
- package/dist/esm/models/vataccounting-code.js +2 -2
- package/dist/esm/models/vatamount.d.ts +2 -2
- package/dist/esm/models/vatamount.js +2 -2
- package/dist/esm/models/vatcategory.d.ts +2 -2
- package/dist/esm/models/vatcategory.js +2 -2
- package/dist/esm/models/vatline.d.ts +2 -2
- package/dist/esm/models/vatline.js +2 -2
- package/dist/esm/models/vatpoint-date-code.d.ts +2 -2
- package/dist/esm/models/vatpoint-date-code.js +2 -2
- package/dist/esm/models/verification-success-response.d.ts +2 -2
- package/dist/esm/models/verification-success-response.js +2 -2
- package/dist/esm/models/verified-field-schema.d.ts +2 -2
- package/dist/esm/models/verified-field-schema.js +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +2 -2
- package/dist/models/accept-language.d.ts +19 -0
- package/dist/models/accept-language.js +23 -0
- package/dist/models/acknowledgment-status.d.ts +2 -2
- package/dist/models/acknowledgment-status.js +2 -2
- package/dist/models/additional-document.d.ts +2 -2
- package/dist/models/additional-document.js +2 -2
- package/dist/models/afnoracknowledgement-detail.d.ts +26 -0
- package/dist/models/afnoracknowledgement-detail.js +20 -0
- package/dist/models/afnoracknowledgement.d.ts +17 -0
- package/dist/models/afnoracknowledgement.js +15 -0
- package/dist/models/afnoraddress-edit.d.ts +44 -0
- package/dist/models/afnoraddress-edit.js +15 -0
- package/dist/models/afnoraddress-patch.d.ts +44 -0
- package/dist/models/afnoraddress-patch.js +15 -0
- package/dist/models/afnoraddress-put.d.ts +44 -0
- package/dist/models/afnoraddress-put.js +15 -0
- package/dist/models/afnoraddress-read.d.ts +48 -0
- package/dist/models/afnoraddress-read.js +15 -0
- package/dist/models/afnoralgorithm.d.ts +19 -0
- package/dist/models/afnoralgorithm.js +23 -0
- package/dist/models/afnorcontains-operator.d.ts +18 -0
- package/dist/models/afnorcontains-operator.js +22 -0
- package/dist/models/afnorcreate-directory-line-body-addressing-information.d.ts +29 -0
- package/dist/models/afnorcreate-directory-line-body-addressing-information.js +15 -0
- package/dist/models/afnorcreate-directory-line-body-period.d.ts +21 -0
- package/dist/models/afnorcreate-directory-line-body-period.js +15 -0
- package/dist/models/afnorcreate-directory-line-body.d.ts +17 -0
- package/dist/models/afnorcreate-directory-line-body.js +15 -0
- package/dist/models/afnorcreate-routing-code-body.d.ts +39 -0
- package/dist/models/afnorcreate-routing-code-body.js +15 -0
- package/dist/models/afnorcredentials.d.ts +2 -2
- package/dist/models/afnorcredentials.js +2 -2
- package/dist/models/afnordestination.d.ts +7 -10
- package/dist/models/afnordestination.js +3 -8
- package/dist/models/afnordiffusion-status.d.ts +19 -0
- package/dist/models/afnordiffusion-status.js +23 -0
- package/dist/models/afnordirectory-line-field.d.ts +23 -0
- package/dist/models/afnordirectory-line-field.js +27 -0
- package/dist/models/afnordirectory-line-payload-history-legal-unit-facility-routing-code-platform.d.ts +17 -0
- package/dist/models/afnordirectory-line-payload-history-legal-unit-facility-routing-code-platform.js +15 -0
- package/dist/models/afnordirectory-line-payload-history-legal-unit-facility-routing-code-routing-code.d.ts +33 -0
- package/dist/models/afnordirectory-line-payload-history-legal-unit-facility-routing-code-routing-code.js +15 -0
- package/dist/models/afnordirectory-line-payload-history-legal-unit-facility-routing-code.d.ts +37 -0
- package/dist/models/afnordirectory-line-payload-history-legal-unit-facility-routing-code.js +15 -0
- package/dist/models/afnordirectory-line-post201-response.d.ts +25 -0
- package/dist/models/afnordirectory-line-post201-response.js +15 -0
- package/dist/models/afnordirectory-line-search-post200-response.d.ts +21 -0
- package/dist/models/afnordirectory-line-search-post200-response.js +15 -0
- package/dist/models/afnorentity-type.d.ts +19 -0
- package/dist/models/afnorentity-type.js +23 -0
- package/dist/models/afnorerror.d.ts +21 -0
- package/dist/models/afnorerror.js +15 -0
- package/dist/models/afnorfacility-administrative-status.d.ts +19 -0
- package/dist/models/afnorfacility-administrative-status.js +23 -0
- package/dist/models/afnorfacility-nature.d.ts +19 -0
- package/dist/models/afnorfacility-nature.js +23 -0
- package/dist/models/afnorfacility-payload-history-ule-b2g-additional-data.d.ts +37 -0
- package/dist/models/afnorfacility-payload-history-ule-b2g-additional-data.js +15 -0
- package/dist/models/afnorfacility-payload-history.d.ts +37 -0
- package/dist/models/afnorfacility-payload-history.js +15 -0
- package/dist/models/afnorfacility-payload-included.d.ts +35 -0
- package/dist/models/afnorfacility-payload-included.js +15 -0
- package/dist/models/afnorfacility-type.d.ts +19 -0
- package/dist/models/afnorfacility-type.js +23 -0
- package/dist/models/afnorflow-ack-status.d.ts +20 -0
- package/dist/models/afnorflow-ack-status.js +24 -0
- package/dist/models/afnorflow-direction.d.ts +19 -0
- package/dist/models/afnorflow-direction.js +23 -0
- package/dist/models/afnorflow-info.d.ts +31 -0
- package/dist/models/afnorflow-info.js +15 -0
- package/dist/models/afnorflow-profile.d.ts +17 -0
- package/dist/models/afnorflow-profile.js +21 -0
- package/dist/models/afnorflow-syntax.d.ts +22 -0
- package/dist/models/afnorflow-syntax.js +26 -0
- package/dist/models/afnorflow-type.d.ts +30 -0
- package/dist/models/afnorflow-type.js +34 -0
- package/dist/models/afnorflow.d.ts +53 -0
- package/dist/models/afnorflow.js +20 -0
- package/dist/models/afnorfull-flow-info.d.ts +17 -0
- package/dist/models/afnorfull-flow-info.js +15 -0
- package/dist/models/afnorhealth-check-response.d.ts +2 -2
- package/dist/models/afnorhealth-check-response.js +2 -2
- package/dist/models/afnorlegal-unit-administrative-status.d.ts +19 -0
- package/dist/models/afnorlegal-unit-administrative-status.js +23 -0
- package/dist/models/afnorlegal-unit-payload-history.d.ts +25 -0
- package/dist/models/afnorlegal-unit-payload-history.js +15 -0
- package/dist/models/afnorlegal-unit-payload-included-no-siren.d.ts +21 -0
- package/dist/models/afnorlegal-unit-payload-included-no-siren.js +15 -0
- package/dist/models/afnorlegal-unit-payload-included.d.ts +25 -0
- package/dist/models/afnorlegal-unit-payload-included.js +15 -0
- package/dist/models/afnorplatform-status.d.ts +19 -0
- package/dist/models/afnorplatform-status.js +23 -0
- package/dist/models/afnorprocessing-rule.d.ts +23 -0
- package/dist/models/afnorprocessing-rule.js +27 -0
- package/dist/models/afnorreason-code-enum.d.ts +32 -0
- package/dist/models/afnorreason-code-enum.js +36 -0
- package/dist/models/afnorreason-code.d.ts +17 -0
- package/dist/models/afnorreason-code.js +15 -0
- package/dist/models/afnorrecipient-platform-type.d.ts +19 -0
- package/dist/models/afnorrecipient-platform-type.js +23 -0
- package/dist/models/afnorresult.d.ts +5 -2
- package/dist/models/afnorresult.js +2 -2
- package/dist/models/afnorrouting-code-administrative-status.d.ts +19 -0
- package/dist/models/afnorrouting-code-administrative-status.js +23 -0
- package/dist/models/afnorrouting-code-field.d.ts +25 -0
- package/dist/models/afnorrouting-code-field.js +29 -0
- package/dist/models/afnorrouting-code-payload-history-legal-unit-facility.d.ts +41 -0
- package/dist/models/afnorrouting-code-payload-history-legal-unit-facility.js +15 -0
- package/dist/models/afnorrouting-code-post201-response.d.ts +25 -0
- package/dist/models/afnorrouting-code-post201-response.js +15 -0
- package/dist/models/afnorrouting-code-search-filters-administrative-status.d.ts +17 -0
- package/dist/models/afnorrouting-code-search-filters-administrative-status.js +15 -0
- package/dist/models/afnorrouting-code-search-filters-routing-code-name.d.ts +19 -0
- package/dist/models/afnorrouting-code-search-filters-routing-code-name.js +15 -0
- package/dist/models/afnorrouting-code-search-filters-routing-identifier.d.ts +19 -0
- package/dist/models/afnorrouting-code-search-filters-routing-identifier.js +15 -0
- package/dist/models/afnorrouting-code-search-filters.d.ts +27 -0
- package/dist/models/afnorrouting-code-search-filters.js +15 -0
- package/dist/models/afnorrouting-code-search-post200-response.d.ts +21 -0
- package/dist/models/afnorrouting-code-search-post200-response.js +15 -0
- package/dist/models/afnorrouting-code-search-sorting-inner.d.ts +20 -0
- package/dist/models/afnorrouting-code-search-sorting-inner.js +15 -0
- package/dist/models/afnorrouting-code-search.d.ts +39 -0
- package/dist/models/afnorrouting-code-search.js +20 -0
- package/dist/models/afnorsearch-directory-line-filters-addressing-identifier.d.ts +19 -0
- package/dist/models/afnorsearch-directory-line-filters-addressing-identifier.js +15 -0
- package/dist/models/afnorsearch-directory-line-filters-addressing-suffix.d.ts +19 -0
- package/dist/models/afnorsearch-directory-line-filters-addressing-suffix.js +15 -0
- package/dist/models/afnorsearch-directory-line-filters.d.ts +23 -0
- package/dist/models/afnorsearch-directory-line-filters.js +15 -0
- package/dist/models/afnorsearch-directory-line-sorting-inner.d.ts +20 -0
- package/dist/models/afnorsearch-directory-line-sorting-inner.js +15 -0
- package/dist/models/afnorsearch-directory-line.d.ts +33 -0
- package/dist/models/afnorsearch-directory-line.js +15 -0
- package/dist/models/afnorsearch-flow-content.d.ts +21 -0
- package/dist/models/afnorsearch-flow-content.js +15 -0
- package/dist/models/afnorsearch-flow-filters.d.ts +30 -0
- package/dist/models/afnorsearch-flow-filters.js +15 -0
- package/dist/models/afnorsearch-flow-params.d.ts +19 -0
- package/dist/models/afnorsearch-flow-params.js +15 -0
- package/dist/models/afnorsearch-siren-filters-administrative-status.d.ts +17 -0
- package/dist/models/afnorsearch-siren-filters-administrative-status.js +15 -0
- package/dist/models/afnorsearch-siren-filters-business-name.d.ts +19 -0
- package/dist/models/afnorsearch-siren-filters-business-name.js +15 -0
- package/dist/models/afnorsearch-siren-filters-entity-type.d.ts +17 -0
- package/dist/models/afnorsearch-siren-filters-entity-type.js +15 -0
- package/dist/models/afnorsearch-siren-filters-siren.d.ts +19 -0
- package/dist/models/afnorsearch-siren-filters-siren.js +15 -0
- package/dist/models/afnorsearch-siren-filters.d.ts +21 -0
- package/dist/models/afnorsearch-siren-filters.js +15 -0
- package/dist/models/afnorsearch-siren-sorting-inner.d.ts +20 -0
- package/dist/models/afnorsearch-siren-sorting-inner.js +15 -0
- package/dist/models/afnorsearch-siren.d.ts +33 -0
- package/dist/models/afnorsearch-siren.js +15 -0
- package/dist/models/afnorsearch-siret-filters-address-lines.d.ts +19 -0
- package/dist/models/afnorsearch-siret-filters-address-lines.js +15 -0
- package/dist/models/afnorsearch-siret-filters-administrative-status.d.ts +17 -0
- package/dist/models/afnorsearch-siret-filters-administrative-status.js +15 -0
- package/dist/models/afnorsearch-siret-filters-country-subdivision.d.ts +19 -0
- package/dist/models/afnorsearch-siret-filters-country-subdivision.js +15 -0
- package/dist/models/afnorsearch-siret-filters-facility-type.d.ts +17 -0
- package/dist/models/afnorsearch-siret-filters-facility-type.js +15 -0
- package/dist/models/afnorsearch-siret-filters-locality.d.ts +19 -0
- package/dist/models/afnorsearch-siret-filters-locality.js +15 -0
- package/dist/models/afnorsearch-siret-filters-name.d.ts +19 -0
- package/dist/models/afnorsearch-siret-filters-name.js +15 -0
- package/dist/models/afnorsearch-siret-filters-postal-code.d.ts +19 -0
- package/dist/models/afnorsearch-siret-filters-postal-code.js +15 -0
- package/dist/models/afnorsearch-siret-filters-siret.d.ts +19 -0
- package/dist/models/afnorsearch-siret-filters-siret.js +15 -0
- package/dist/models/afnorsearch-siret-filters.d.ts +31 -0
- package/dist/models/afnorsearch-siret-filters.js +15 -0
- package/dist/models/afnorsearch-siret-sorting-inner.d.ts +20 -0
- package/dist/models/afnorsearch-siret-sorting-inner.js +15 -0
- package/dist/models/afnorsearch-siret.d.ts +38 -0
- package/dist/models/afnorsearch-siret.js +19 -0
- package/dist/models/afnorsiren-field.d.ts +22 -0
- package/dist/models/afnorsiren-field.js +26 -0
- package/dist/models/afnorsiren-search-post200-response.d.ts +21 -0
- package/dist/models/afnorsiren-search-post200-response.js +15 -0
- package/dist/models/afnorsiret-field.d.ts +31 -0
- package/dist/models/afnorsiret-field.js +35 -0
- package/dist/models/afnorsiret-search-post200-response.d.ts +21 -0
- package/dist/models/afnorsiret-search-post200-response.js +15 -0
- package/dist/models/afnorsorting-order.d.ts +19 -0
- package/dist/models/afnorsorting-order.js +23 -0
- package/dist/models/afnorstrict-operator.d.ts +18 -0
- package/dist/models/afnorstrict-operator.js +22 -0
- package/dist/models/afnorupdate-patch-directory-line-body.d.ts +17 -0
- package/dist/models/afnorupdate-patch-directory-line-body.js +15 -0
- package/dist/models/afnorupdate-patch-routing-code-body.d.ts +25 -0
- package/dist/models/afnorupdate-patch-routing-code-body.js +15 -0
- package/dist/models/afnorupdate-put-routing-code-body.d.ts +25 -0
- package/dist/models/afnorupdate-put-routing-code-body.js +15 -0
- package/dist/models/afnorwebhook-callback-content.d.ts +18 -0
- package/dist/models/afnorwebhook-callback-content.js +15 -0
- package/dist/models/aggregated-payment-input.d.ts +27 -0
- package/dist/models/aggregated-payment-input.js +15 -0
- package/dist/models/aggregated-transaction-input.d.ts +39 -0
- package/dist/models/aggregated-transaction-input.js +15 -0
- package/dist/models/allowance-charge-reason-code.d.ts +55 -0
- package/dist/models/allowance-charge-reason-code.js +59 -0
- package/dist/models/allowance-charge.d.ts +8 -6
- package/dist/models/allowance-charge.js +2 -2
- package/dist/models/allowance-reason-code.d.ts +2 -2
- package/dist/models/allowance-reason-code.js +2 -2
- package/dist/models/allowance-total-amount.d.ts +2 -2
- package/dist/models/allowance-total-amount.js +2 -2
- package/dist/models/amount-due.d.ts +2 -2
- package/dist/models/amount-due.js +2 -2
- package/dist/models/amount.d.ts +3 -3
- package/dist/models/amount.js +2 -2
- package/dist/models/amount1.d.ts +16 -0
- package/dist/models/amount1.js +15 -0
- package/dist/models/apierror.d.ts +2 -2
- package/dist/models/apierror.js +2 -2
- package/dist/models/apiprofile.d.ts +3 -2
- package/dist/models/apiprofile.js +3 -2
- package/dist/models/async-task-status.d.ts +2 -2
- package/dist/models/async-task-status.js +2 -2
- package/dist/models/base-amount.d.ts +2 -2
- package/dist/models/base-amount.js +2 -2
- package/dist/models/bounding-box-schema.d.ts +2 -2
- package/dist/models/bounding-box-schema.js +2 -2
- package/dist/models/buyercountry.d.ts +16 -0
- package/dist/models/buyercountry.js +15 -0
- package/dist/models/celery-status.d.ts +2 -2
- package/dist/models/celery-status.js +2 -2
- package/dist/models/certificate-info-response.d.ts +2 -2
- package/dist/models/certificate-info-response.js +2 -2
- package/dist/models/charge-total-amount.d.ts +2 -2
- package/dist/models/charge-total-amount.js +2 -2
- package/dist/models/{facture-electronique-rest-api-schemas-chorus-pro-chorus-pro-credentials.d.ts → chorus-pro-credentials.d.ts} +3 -3
- package/dist/models/chorus-pro-credentials.js +15 -0
- package/dist/models/chorus-pro-destination.d.ts +2 -2
- package/dist/models/chorus-pro-destination.js +2 -2
- package/dist/models/chorus-pro-result.d.ts +2 -2
- package/dist/models/chorus-pro-result.js +2 -2
- package/dist/models/contact.d.ts +2 -2
- package/dist/models/contact.js +2 -2
- package/dist/models/convert-resume-request.d.ts +2 -2
- package/dist/models/convert-resume-request.js +2 -2
- package/dist/models/convert-success-response.d.ts +2 -2
- package/dist/models/convert-success-response.js +2 -2
- package/dist/models/convert-validation-failed-response.d.ts +17 -2
- package/dist/models/convert-validation-failed-response.js +2 -2
- package/dist/models/country-code.d.ts +187 -0
- package/dist/models/country-code.js +191 -0
- package/dist/models/create-aggregated-report-request.d.ts +44 -0
- package/dist/models/create-aggregated-report-request.js +15 -0
- package/dist/models/create-ereporting-request.d.ts +49 -0
- package/dist/models/create-ereporting-request.js +15 -0
- package/dist/models/currency-code.d.ts +70 -0
- package/dist/models/currency-code.js +74 -0
- package/dist/models/currency.d.ts +16 -0
- package/dist/models/currency.js +15 -0
- package/dist/models/delivery-party.d.ts +2 -2
- package/dist/models/delivery-party.js +2 -2
- package/dist/models/destination.d.ts +2 -2
- package/dist/models/destination.js +2 -2
- package/dist/models/directory-line-include.d.ts +21 -0
- package/dist/models/directory-line-include.js +25 -0
- package/dist/models/doc-type.d.ts +21 -0
- package/dist/models/doc-type.js +25 -0
- package/dist/models/document-type-info.d.ts +2 -2
- package/dist/models/document-type-info.js +2 -2
- package/dist/models/electronic-address.d.ts +8 -2
- package/dist/models/electronic-address.js +2 -2
- package/dist/models/enriched-invoice-info.d.ts +20 -2
- package/dist/models/enriched-invoice-info.js +2 -2
- package/dist/models/ereporting-flow-type.d.ts +21 -0
- package/dist/models/ereporting-flow-type.js +25 -0
- package/dist/models/error-level.d.ts +2 -2
- package/dist/models/error-level.js +2 -2
- package/dist/models/error-source.d.ts +2 -2
- package/dist/models/error-source.js +2 -2
- package/dist/models/extraction-info.d.ts +2 -2
- package/dist/models/extraction-info.js +2 -2
- package/dist/models/factur-xinvoice.d.ts +2 -2
- package/dist/models/factur-xinvoice.js +2 -2
- package/dist/models/factur-xpdfinfo.d.ts +2 -2
- package/dist/models/factur-xpdfinfo.js +2 -2
- package/dist/models/facture-electronique-models-invoice-type-code.d.ts +81 -0
- package/dist/models/facture-electronique-models-invoice-type-code.js +85 -0
- package/dist/models/facture-electronique-rest-api-schemas-convert-validation-error.d.ts +33 -0
- package/dist/models/facture-electronique-rest-api-schemas-convert-validation-error.js +15 -0
- package/dist/models/facture-electronique-rest-api-schemas-processing-chorus-pro-credentials.d.ts +2 -2
- package/dist/models/facture-electronique-rest-api-schemas-processing-chorus-pro-credentials.js +2 -2
- package/dist/models/field-status.d.ts +2 -2
- package/dist/models/field-status.js +2 -2
- package/dist/models/file-info.d.ts +2 -2
- package/dist/models/file-info.js +2 -2
- package/dist/models/files-info.d.ts +2 -2
- package/dist/models/files-info.js +2 -2
- package/dist/models/flow-direction.d.ts +2 -2
- package/dist/models/flow-direction.js +2 -2
- package/dist/models/flow-profile.d.ts +2 -2
- package/dist/models/flow-profile.js +2 -2
- package/dist/models/flow-summary.d.ts +8 -2
- package/dist/models/flow-summary.js +2 -2
- package/dist/models/flow-syntax.d.ts +2 -2
- package/dist/models/flow-syntax.js +2 -2
- package/dist/models/flow-type.d.ts +12 -4
- package/dist/models/flow-type.js +12 -4
- package/dist/models/generate-aggregated-report-response.d.ts +46 -0
- package/dist/models/generate-aggregated-report-response.js +15 -0
- package/dist/models/generate-certificate-request.d.ts +2 -2
- package/dist/models/generate-certificate-request.js +2 -2
- package/dist/models/generate-certificate-response.d.ts +2 -2
- package/dist/models/generate-certificate-response.js +2 -2
- package/dist/models/generate-ereporting-response.d.ts +36 -0
- package/dist/models/generate-ereporting-response.js +15 -0
- package/dist/models/get-chorus-pro-id-request.d.ts +4 -4
- package/dist/models/get-chorus-pro-id-request.js +2 -2
- package/dist/models/get-chorus-pro-id-response.d.ts +2 -2
- package/dist/models/get-chorus-pro-id-response.js +2 -2
- package/dist/models/get-invoice-request.d.ts +4 -4
- package/dist/models/get-invoice-request.js +2 -2
- package/dist/models/get-invoice-response.d.ts +8 -2
- package/dist/models/get-invoice-response.js +2 -2
- package/dist/models/get-structure-request.d.ts +4 -4
- package/dist/models/get-structure-request.js +2 -2
- package/dist/models/get-structure-response.d.ts +8 -2
- package/dist/models/get-structure-response.js +2 -2
- package/dist/models/global-allowance-amount.d.ts +2 -2
- package/dist/models/global-allowance-amount.js +2 -2
- package/dist/models/gross-unit-price.d.ts +2 -2
- package/dist/models/gross-unit-price.js +2 -2
- package/dist/models/httpvalidation-error.d.ts +2 -2
- package/dist/models/httpvalidation-error.js +2 -2
- package/dist/models/incoming-invoice.d.ts +4 -4
- package/dist/models/incoming-invoice.js +2 -2
- package/dist/models/incoming-supplier.d.ts +2 -2
- package/dist/models/incoming-supplier.js +2 -2
- package/dist/models/index.d.ts +139 -4
- package/dist/models/index.js +139 -4
- package/dist/models/invoice-format.d.ts +2 -2
- package/dist/models/invoice-format.js +2 -2
- package/dist/models/invoice-input.d.ts +54 -0
- package/dist/models/invoice-input.js +15 -0
- package/dist/models/invoice-line-allowance-amount.d.ts +2 -2
- package/dist/models/invoice-line-allowance-amount.js +2 -2
- package/dist/models/invoice-line.d.ts +5 -2
- package/dist/models/invoice-line.js +2 -2
- package/dist/models/invoice-note.d.ts +5 -2
- package/dist/models/invoice-note.js +2 -2
- package/dist/models/invoice-payment-input.d.ts +35 -0
- package/dist/models/invoice-payment-input.js +15 -0
- package/dist/models/invoice-references.d.ts +2 -2
- package/dist/models/invoice-references.js +2 -2
- package/dist/models/invoice-status.d.ts +2 -2
- package/dist/models/invoice-status.js +2 -2
- package/dist/models/invoice-totals-prepayment.d.ts +2 -2
- package/dist/models/invoice-totals-prepayment.js +2 -2
- package/dist/models/invoice-totals.d.ts +2 -2
- package/dist/models/invoice-totals.js +2 -2
- package/dist/models/invoice-type-code-output.d.ts +81 -0
- package/dist/models/invoice-type-code-output.js +85 -0
- package/dist/models/invoice-type-code.d.ts +8 -67
- package/dist/models/invoice-type-code.js +8 -67
- package/dist/models/invoicing-framework-code.d.ts +2 -2
- package/dist/models/invoicing-framework-code.js +2 -2
- package/dist/models/invoicing-framework.d.ts +5 -2
- package/dist/models/invoicing-framework.js +2 -2
- package/dist/models/line-net-amount.d.ts +2 -2
- package/dist/models/line-net-amount.js +2 -2
- package/dist/models/line-sub-type.d.ts +20 -0
- package/dist/models/line-sub-type.js +24 -0
- package/dist/models/line-total-amount.d.ts +2 -2
- package/dist/models/line-total-amount.js +2 -2
- package/dist/models/location-inner.d.ts +13 -0
- package/dist/models/location-inner.js +15 -0
- package/dist/models/mandatory-note-schema.d.ts +2 -2
- package/dist/models/mandatory-note-schema.js +2 -2
- package/dist/models/manual-rate.d.ts +2 -2
- package/dist/models/manual-rate.js +2 -2
- package/dist/models/manual-vat-rate.d.ts +2 -2
- package/dist/models/manual-vat-rate.js +2 -2
- package/dist/models/missing-field.d.ts +2 -2
- package/dist/models/missing-field.js +2 -2
- package/dist/models/operation-nature.d.ts +2 -2
- package/dist/models/operation-nature.js +2 -2
- package/dist/models/output-format.d.ts +2 -2
- package/dist/models/output-format.js +2 -2
- package/dist/models/page-dimensions-schema.d.ts +2 -2
- package/dist/models/page-dimensions-schema.js +2 -2
- package/dist/models/payee.d.ts +2 -2
- package/dist/models/payee.js +2 -2
- package/dist/models/payment-amount-by-rate.d.ts +20 -0
- package/dist/models/payment-amount-by-rate.js +15 -0
- package/dist/models/payment-card.d.ts +2 -2
- package/dist/models/payment-card.js +2 -2
- package/dist/models/payment-means.d.ts +2 -2
- package/dist/models/payment-means.js +2 -2
- package/dist/models/pdfvalidation-result-api.d.ts +2 -2
- package/dist/models/pdfvalidation-result-api.js +2 -2
- package/dist/models/pdpcredentials.d.ts +2 -2
- package/dist/models/pdpcredentials.js +2 -2
- package/dist/models/percentage.d.ts +2 -2
- package/dist/models/percentage.js +2 -2
- package/dist/models/postal-address.d.ts +2 -2
- package/dist/models/postal-address.js +2 -2
- package/dist/models/price-allowance-amount.d.ts +2 -2
- package/dist/models/price-allowance-amount.js +2 -2
- package/dist/models/price-basis-quantity.d.ts +2 -2
- package/dist/models/price-basis-quantity.js +2 -2
- package/dist/models/processing-options.d.ts +2 -2
- package/dist/models/processing-options.js +2 -2
- package/dist/models/processing-rule.d.ts +23 -0
- package/dist/models/processing-rule.js +27 -0
- package/dist/models/product-characteristic.d.ts +2 -2
- package/dist/models/product-characteristic.js +2 -2
- package/dist/models/product-classification.d.ts +2 -2
- package/dist/models/product-classification.js +2 -2
- package/dist/models/quantity.d.ts +2 -2
- package/dist/models/quantity.js +2 -2
- package/dist/models/rate.d.ts +16 -0
- package/dist/models/rate.js +15 -0
- package/dist/models/rate1.d.ts +16 -0
- package/dist/models/rate1.js +15 -0
- package/dist/models/recipient.d.ts +2 -2
- package/dist/models/recipient.js +2 -2
- package/dist/models/report-period.d.ts +24 -0
- package/dist/models/report-period.js +15 -0
- package/dist/models/report-sender.d.ts +25 -0
- package/dist/models/report-sender.js +15 -0
- package/dist/models/rounding-amount.d.ts +2 -2
- package/dist/models/rounding-amount.js +2 -2
- package/dist/models/routing-code-include.d.ts +19 -0
- package/dist/models/routing-code-include.js +23 -0
- package/dist/models/scheme-id.d.ts +30 -2
- package/dist/models/scheme-id.js +31 -3
- package/dist/models/search-flow-request.d.ts +2 -2
- package/dist/models/search-flow-request.js +2 -2
- package/dist/models/search-flow-response.d.ts +2 -2
- package/dist/models/search-flow-response.js +2 -2
- package/dist/models/search-services-response.d.ts +11 -2
- package/dist/models/search-services-response.js +2 -2
- package/dist/models/search-structure-request.d.ts +4 -4
- package/dist/models/search-structure-request.js +2 -2
- package/dist/models/search-structure-response.d.ts +2 -2
- package/dist/models/search-structure-response.js +2 -2
- package/dist/models/sellercountry.d.ts +16 -0
- package/dist/models/sellercountry.js +15 -0
- package/dist/models/signature-info-api.d.ts +2 -2
- package/dist/models/signature-info-api.js +2 -2
- package/dist/models/signature-info.d.ts +2 -2
- package/dist/models/signature-info.js +2 -2
- package/dist/models/signature-parameters.d.ts +2 -2
- package/dist/models/signature-parameters.js +2 -2
- package/dist/models/simplified-invoice-data.d.ts +12 -2
- package/dist/models/simplified-invoice-data.js +2 -2
- package/dist/models/siret-include.d.ts +18 -0
- package/dist/models/siret-include.js +22 -0
- package/dist/models/structure-info.d.ts +2 -2
- package/dist/models/structure-info.js +2 -2
- package/dist/models/structure-parameters.d.ts +2 -2
- package/dist/models/structure-parameters.js +2 -2
- package/dist/models/structure-service.d.ts +2 -2
- package/dist/models/structure-service.js +2 -2
- package/dist/models/submission-mode.d.ts +2 -2
- package/dist/models/submission-mode.js +2 -2
- package/dist/models/submit-aggregated-report-request.d.ts +26 -0
- package/dist/models/submit-aggregated-report-request.js +15 -0
- package/dist/models/submit-complete-invoice-request.d.ts +2 -2
- package/dist/models/submit-complete-invoice-request.js +2 -2
- package/dist/models/submit-complete-invoice-response.d.ts +2 -2
- package/dist/models/submit-complete-invoice-response.js +2 -2
- package/dist/models/submit-ereporting-request.d.ts +26 -0
- package/dist/models/submit-ereporting-request.js +15 -0
- package/dist/models/submit-ereporting-response.d.ts +41 -0
- package/dist/models/submit-ereporting-response.js +15 -0
- package/dist/models/submit-flow-request.d.ts +2 -2
- package/dist/models/submit-flow-request.js +2 -2
- package/dist/models/submit-flow-response.d.ts +2 -2
- package/dist/models/submit-flow-response.js +2 -2
- package/dist/models/submit-gross-amount.d.ts +2 -2
- package/dist/models/submit-gross-amount.js +2 -2
- package/dist/models/submit-invoice-request.d.ts +4 -4
- package/dist/models/submit-invoice-request.js +2 -2
- package/dist/models/submit-invoice-response.d.ts +2 -2
- package/dist/models/submit-invoice-response.js +2 -2
- package/dist/models/submit-net-amount.d.ts +2 -2
- package/dist/models/submit-net-amount.js +2 -2
- package/dist/models/submit-vat-amount.d.ts +2 -2
- package/dist/models/submit-vat-amount.js +2 -2
- package/dist/models/supplementary-attachment.d.ts +17 -2
- package/dist/models/supplementary-attachment.js +2 -2
- package/dist/models/supplier.d.ts +2 -2
- package/dist/models/supplier.js +2 -2
- package/dist/models/task-response.d.ts +2 -2
- package/dist/models/task-response.js +2 -2
- package/dist/models/tax-breakdown-input.d.ts +22 -0
- package/dist/models/tax-breakdown-input.js +15 -0
- package/dist/models/tax-due-date-type.d.ts +23 -0
- package/dist/models/tax-due-date-type.js +27 -0
- package/dist/models/tax-representative.d.ts +2 -2
- package/dist/models/tax-representative.js +2 -2
- package/dist/models/taxable-amount.d.ts +2 -2
- package/dist/models/taxable-amount.js +2 -2
- package/dist/models/taxableamount.d.ts +16 -0
- package/dist/models/taxableamount.js +15 -0
- package/dist/models/taxamount.d.ts +16 -0
- package/dist/models/taxamount.js +15 -0
- package/dist/models/taxamount1.d.ts +16 -0
- package/dist/models/taxamount1.js +15 -0
- package/dist/models/taxamount2.d.ts +16 -0
- package/dist/models/taxamount2.js +15 -0
- package/dist/models/taxexclusiveamount.d.ts +16 -0
- package/dist/models/taxexclusiveamount.js +15 -0
- package/dist/models/taxexclusiveamount1.d.ts +16 -0
- package/dist/models/taxexclusiveamount1.js +15 -0
- package/dist/models/total-gross-amount.d.ts +2 -2
- package/dist/models/total-gross-amount.js +2 -2
- package/dist/models/total-net-amount.d.ts +2 -2
- package/dist/models/total-net-amount.js +2 -2
- package/dist/models/total-vatamount.d.ts +2 -2
- package/dist/models/total-vatamount.js +2 -2
- package/dist/models/transaction-category.d.ts +21 -0
- package/dist/models/transaction-category.js +25 -0
- package/dist/models/transmission-type-code.d.ts +19 -0
- package/dist/models/transmission-type-code.js +23 -0
- package/dist/models/unit-net-price.d.ts +2 -2
- package/dist/models/unit-net-price.js +2 -2
- package/dist/models/unit-of-measure.d.ts +2 -2
- package/dist/models/unit-of-measure.js +2 -2
- package/dist/models/validate-ereporting-request.d.ts +21 -0
- package/dist/models/validate-ereporting-request.js +15 -0
- package/dist/models/validate-ereporting-response.d.ts +41 -0
- package/dist/models/validate-ereporting-response.js +15 -0
- package/dist/models/validation-error-detail.d.ts +2 -2
- package/dist/models/validation-error-detail.js +2 -2
- package/dist/models/validation-error-response.d.ts +2 -2
- package/dist/models/validation-error-response.js +2 -2
- package/dist/models/validation-error.d.ts +4 -4
- package/dist/models/validation-error.js +2 -2
- package/dist/models/validation-info.d.ts +4 -4
- package/dist/models/validation-info.js +2 -2
- package/dist/models/validation-success-response.d.ts +2 -2
- package/dist/models/validation-success-response.js +2 -2
- package/dist/models/vat-rate.d.ts +2 -2
- package/dist/models/vat-rate.js +2 -2
- package/dist/models/vataccounting-code.d.ts +2 -2
- package/dist/models/vataccounting-code.js +2 -2
- package/dist/models/vatamount.d.ts +2 -2
- package/dist/models/vatamount.js +2 -2
- package/dist/models/vatcategory.d.ts +2 -2
- package/dist/models/vatcategory.js +2 -2
- package/dist/models/vatline.d.ts +2 -2
- package/dist/models/vatline.js +2 -2
- package/dist/models/vatpoint-date-code.d.ts +2 -2
- package/dist/models/vatpoint-date-code.js +2 -2
- package/dist/models/verification-success-response.d.ts +2 -2
- package/dist/models/verification-success-response.js +2 -2
- package/dist/models/verified-field-schema.d.ts +2 -2
- package/dist/models/verified-field-schema.js +2 -2
- package/docs/AFNORAcknowledgement.md +22 -0
- package/docs/AFNORAcknowledgementDetail.md +26 -0
- package/docs/AFNORAddressEdit.md +33 -0
- package/docs/AFNORAddressPatch.md +33 -0
- package/docs/AFNORAddressPut.md +33 -0
- package/docs/AFNORAddressRead.md +35 -0
- package/docs/AFNORAlgorithm.md +16 -0
- package/docs/AFNORContainsOperator.md +9 -0
- package/docs/AFNORCreateDirectoryLineBody.md +22 -0
- package/docs/AFNORCreateDirectoryLineBodyAddressingInformation.md +26 -0
- package/docs/AFNORCreateDirectoryLineBodyPeriod.md +22 -0
- package/docs/AFNORCreateRoutingCodeBody.md +34 -0
- package/docs/AFNORDestination.md +3 -1
- package/docs/AFNORDiffusionStatus.md +11 -0
- package/docs/AFNORDirectoryLineField.md +19 -0
- package/docs/AFNORDirectoryLinePayloadHistoryLegalUnitFacilityRoutingCode.md +34 -0
- package/docs/AFNORDirectoryLinePayloadHistoryLegalUnitFacilityRoutingCodePlatform.md +22 -0
- package/docs/AFNORDirectoryLinePayloadHistoryLegalUnitFacilityRoutingCodeRoutingCode.md +30 -0
- package/docs/AFNORDirectoryLinePost201Response.md +24 -0
- package/docs/AFNORDirectoryLineSearchPost200Response.md +24 -0
- package/docs/AFNOREntityType.md +11 -0
- package/docs/AFNORError.md +28 -0
- package/docs/AFNORFacilityAdministrativeStatus.md +11 -0
- package/docs/AFNORFacilityNature.md +11 -0
- package/docs/AFNORFacilityPayloadHistory.md +36 -0
- package/docs/AFNORFacilityPayloadHistoryUleB2gAdditionalData.md +30 -0
- package/docs/AFNORFacilityPayloadIncluded.md +34 -0
- package/docs/AFNORFacilityType.md +11 -0
- package/docs/AFNORFlow.md +41 -0
- package/docs/AFNORFlowAckStatus.md +13 -0
- package/docs/AFNORFlowDirection.md +11 -0
- package/docs/AFNORFlowInfo.md +31 -0
- package/docs/AFNORFlowProfile.md +12 -0
- package/docs/AFNORFlowSyntax.md +17 -0
- package/docs/AFNORFlowType.md +33 -0
- package/docs/AFNORFullFlowInfo.md +35 -0
- package/docs/AFNORLegalUnitAdministrativeStatus.md +11 -0
- package/docs/AFNORLegalUnitPayloadHistory.md +26 -0
- package/docs/AFNORLegalUnitPayloadIncluded.md +26 -0
- package/docs/AFNORLegalUnitPayloadIncludedNoSiren.md +24 -0
- package/docs/AFNORPDPPAApi.md +5 -5
- package/docs/AFNORPDPPADirectoryServiceApi.md +426 -171
- package/docs/AFNORPDPPAFlowServiceApi.md +72 -38
- package/docs/AFNORPlatformStatus.md +11 -0
- package/docs/AFNORProcessingRule.md +19 -0
- package/docs/AFNORReasonCode.md +19 -0
- package/docs/AFNORReasonCodeEnum.md +37 -0
- package/docs/AFNORRecipientPlatformType.md +11 -0
- package/docs/AFNORResult.md +6 -0
- package/docs/AFNORRoutingCodeAdministrativeStatus.md +11 -0
- package/docs/AFNORRoutingCodeField.md +23 -0
- package/docs/AFNORRoutingCodePayloadHistoryLegalUnitFacility.md +36 -0
- package/docs/AFNORRoutingCodePost201Response.md +24 -0
- package/docs/AFNORRoutingCodeSearch.md +30 -0
- package/docs/AFNORRoutingCodeSearchFilters.md +32 -0
- package/docs/AFNORRoutingCodeSearchFiltersAdministrativeStatus.md +22 -0
- package/docs/AFNORRoutingCodeSearchFiltersRoutingCodeName.md +22 -0
- package/docs/AFNORRoutingCodeSearchFiltersRoutingIdentifier.md +22 -0
- package/docs/AFNORRoutingCodeSearchPost200Response.md +24 -0
- package/docs/AFNORRoutingCodeSearchSortingInner.md +23 -0
- package/docs/AFNORSearchDirectoryLine.md +28 -0
- package/docs/AFNORSearchDirectoryLineFilters.md +28 -0
- package/docs/AFNORSearchDirectoryLineFiltersAddressingIdentifier.md +22 -0
- package/docs/AFNORSearchDirectoryLineFiltersAddressingSuffix.md +22 -0
- package/docs/AFNORSearchDirectoryLineSortingInner.md +23 -0
- package/docs/AFNORSearchFlowContent.md +25 -0
- package/docs/AFNORSearchFlowFilters.md +33 -0
- package/docs/AFNORSearchFlowParams.md +22 -0
- package/docs/AFNORSearchSiren.md +28 -0
- package/docs/AFNORSearchSirenFilters.md +26 -0
- package/docs/AFNORSearchSirenFiltersAdministrativeStatus.md +22 -0
- package/docs/AFNORSearchSirenFiltersBusinessName.md +22 -0
- package/docs/AFNORSearchSirenFiltersEntityType.md +22 -0
- package/docs/AFNORSearchSirenFiltersSiren.md +22 -0
- package/docs/AFNORSearchSirenSortingInner.md +23 -0
- package/docs/AFNORSearchSiret.md +30 -0
- package/docs/AFNORSearchSiretFilters.md +36 -0
- package/docs/AFNORSearchSiretFiltersAddressLines.md +22 -0
- package/docs/AFNORSearchSiretFiltersAdministrativeStatus.md +22 -0
- package/docs/AFNORSearchSiretFiltersCountrySubdivision.md +22 -0
- package/docs/AFNORSearchSiretFiltersFacilityType.md +22 -0
- package/docs/AFNORSearchSiretFiltersLocality.md +22 -0
- package/docs/AFNORSearchSiretFiltersName.md +22 -0
- package/docs/AFNORSearchSiretFiltersPostalCode.md +22 -0
- package/docs/AFNORSearchSiretFiltersSiret.md +22 -0
- package/docs/AFNORSearchSiretSortingInner.md +23 -0
- package/docs/AFNORSirenField.md +17 -0
- package/docs/AFNORSirenSearchPost200Response.md +24 -0
- package/docs/AFNORSiretField.md +35 -0
- package/docs/AFNORSiretSearchPost200Response.md +24 -0
- package/docs/AFNORSortingOrder.md +11 -0
- package/docs/AFNORStrictOperator.md +9 -0
- package/docs/AFNORUpdatePatchDirectoryLineBody.md +20 -0
- package/docs/AFNORUpdatePatchRoutingCodeBody.md +26 -0
- package/docs/AFNORUpdatePutRoutingCodeBody.md +26 -0
- package/docs/AFNORWebhookCallbackContent.md +21 -0
- package/docs/APIProfile.md +2 -0
- package/docs/AcceptLanguage.md +11 -0
- package/docs/AggregatedPaymentInput.md +25 -0
- package/docs/AggregatedTransactionInput.md +35 -0
- package/docs/AllowanceCharge.md +3 -3
- package/docs/AllowanceChargeReasonCode.md +83 -0
- package/docs/Amount.md +1 -1
- package/docs/{ValidationErrorLocInner.md → Amount1.md} +4 -3
- package/docs/Buyercountry.md +19 -0
- package/docs/ChorusProApi.md +20 -3
- package/docs/{FactureElectroniqueRestApiSchemasChorusProChorusProCredentials.md → ChorusProCredentials.md} +3 -3
- package/docs/ConvertValidationFailedResponse.md +5 -5
- package/docs/CountryCode.md +347 -0
- package/docs/CreateAggregatedReportRequest.md +37 -0
- package/docs/CreateEReportingRequest.md +39 -0
- package/docs/Currency.md +19 -0
- package/docs/CurrencyCode.md +113 -0
- package/docs/Destination.md +3 -1
- package/docs/DirectoryLineInclude.md +15 -0
- package/docs/DocType.md +15 -0
- package/docs/DocumentConversionApi.md +17 -71
- package/docs/DownloadsApi.md +237 -0
- package/docs/EReportingApi.md +638 -0
- package/docs/EReportingFlowType.md +15 -0
- package/docs/ElectronicAddress.md +2 -2
- package/docs/EnrichedInvoiceInfo.md +6 -6
- package/docs/FactureElectroniqueModelsInvoiceTypeCode.md +39 -0
- package/docs/FactureElectroniqueRestApiSchemasConvertValidationError.md +35 -0
- package/docs/FlowSummary.md +2 -2
- package/docs/FlowType.md +18 -2
- package/docs/GenerateAggregatedReportResponse.md +33 -0
- package/docs/GenerateEReportingResponse.md +29 -0
- package/docs/GetChorusProIdRequest.md +1 -1
- package/docs/GetInvoiceRequest.md +1 -1
- package/docs/GetInvoiceResponse.md +2 -2
- package/docs/GetStructureRequest.md +1 -1
- package/docs/GetStructureResponse.md +2 -2
- package/docs/HealthApi.md +3 -1
- package/docs/IncomingInvoice.md +1 -1
- package/docs/InvoiceInput.md +51 -0
- package/docs/InvoiceLine.md +4 -0
- package/docs/InvoiceNote.md +1 -1
- package/docs/InvoicePaymentInput.md +29 -0
- package/docs/InvoiceProcessingApi.md +56 -14
- package/docs/InvoiceTypeCode.md +6 -28
- package/docs/InvoiceTypeCodeOutput.md +39 -0
- package/docs/InvoicingFramework.md +1 -1
- package/docs/LineSubType.md +13 -0
- package/docs/LocationInner.md +18 -0
- package/docs/PDFXMLVerificationApi.md +27 -9
- package/docs/PaymentAmountByRate.md +23 -0
- package/docs/ProcessingRule.md +19 -0
- package/docs/Rate.md +19 -0
- package/docs/Rate1.md +19 -0
- package/docs/ReportPeriod.md +23 -0
- package/docs/ReportSender.md +25 -0
- package/docs/RoutingCodeInclude.md +11 -0
- package/docs/SchemeID.md +14 -0
- package/docs/SearchServicesResponse.md +3 -3
- package/docs/SearchStructureRequest.md +1 -1
- package/docs/Sellercountry.md +19 -0
- package/docs/SimplifiedInvoiceData.md +8 -0
- package/docs/SiretInclude.md +9 -0
- package/docs/SubmitAggregatedReportRequest.md +31 -0
- package/docs/SubmitEReportingRequest.md +31 -0
- package/docs/SubmitEReportingResponse.md +35 -0
- package/docs/SubmitInvoiceRequest.md +1 -1
- package/docs/SupplementaryAttachment.md +5 -5
- package/docs/TaxBreakdownInput.md +25 -0
- package/docs/TaxDueDateType.md +19 -0
- package/docs/Taxableamount.md +19 -0
- package/docs/Taxamount.md +19 -0
- package/docs/Taxamount1.md +19 -0
- package/docs/Taxamount2.md +19 -0
- package/docs/Taxexclusiveamount.md +19 -0
- package/docs/Taxexclusiveamount1.md +19 -0
- package/docs/TransactionCategory.md +15 -0
- package/docs/TransmissionTypeCode.md +11 -0
- package/docs/UserApi.md +2 -1
- package/docs/ValidateEReportingRequest.md +21 -0
- package/docs/ValidateEReportingResponse.md +31 -0
- package/docs/ValidationError.md +1 -1
- package/docs/ValidationInfo.md +1 -1
- package/index.ts +2 -2
- package/models/accept-language.ts +29 -0
- package/models/acknowledgment-status.ts +2 -2
- package/models/additional-document.ts +2 -2
- package/models/afnoracknowledgement-detail.ts +37 -0
- package/models/afnoracknowledgement.ts +29 -0
- package/models/afnoraddress-edit.ts +50 -0
- package/models/afnoraddress-patch.ts +50 -0
- package/models/afnoraddress-put.ts +50 -0
- package/models/afnoraddress-read.ts +54 -0
- package/models/afnoralgorithm.ts +29 -0
- package/models/afnorcontains-operator.ts +28 -0
- package/models/afnorcreate-directory-line-body-addressing-information.ts +35 -0
- package/models/afnorcreate-directory-line-body-period.ts +27 -0
- package/models/afnorcreate-directory-line-body.ts +27 -0
- package/models/afnorcreate-routing-code-body.ts +53 -0
- package/models/afnorcredentials.ts +2 -2
- package/models/afnordestination.ts +11 -11
- package/models/afnordiffusion-status.ts +29 -0
- package/models/afnordirectory-line-field.ts +33 -0
- package/models/afnordirectory-line-payload-history-legal-unit-facility-routing-code-platform.ts +29 -0
- package/models/afnordirectory-line-payload-history-legal-unit-facility-routing-code-routing-code.ts +45 -0
- package/models/afnordirectory-line-payload-history-legal-unit-facility-routing-code.ts +51 -0
- package/models/afnordirectory-line-post201-response.ts +31 -0
- package/models/afnordirectory-line-search-post200-response.ts +31 -0
- package/models/afnorentity-type.ts +29 -0
- package/models/afnorerror.ts +27 -0
- package/models/afnorfacility-administrative-status.ts +29 -0
- package/models/afnorfacility-nature.ts +29 -0
- package/models/afnorfacility-payload-history-ule-b2g-additional-data.ts +43 -0
- package/models/afnorfacility-payload-history.ts +57 -0
- package/models/afnorfacility-payload-included.ts +53 -0
- package/models/afnorfacility-type.ts +29 -0
- package/models/afnorflow-ack-status.ts +30 -0
- package/models/afnorflow-direction.ts +29 -0
- package/models/afnorflow-info.ts +45 -0
- package/models/afnorflow-profile.ts +27 -0
- package/models/afnorflow-syntax.ts +32 -0
- package/models/afnorflow-type.ts +40 -0
- package/models/afnorflow.ts +74 -0
- package/models/afnorfull-flow-info.ts +35 -0
- package/models/afnorhealth-check-response.ts +2 -2
- package/models/afnorlegal-unit-administrative-status.ts +29 -0
- package/models/afnorlegal-unit-payload-history.ts +37 -0
- package/models/afnorlegal-unit-payload-included-no-siren.ts +33 -0
- package/models/afnorlegal-unit-payload-included.ts +37 -0
- package/models/afnorplatform-status.ts +29 -0
- package/models/afnorprocessing-rule.ts +33 -0
- package/models/afnorreason-code-enum.ts +42 -0
- package/models/afnorreason-code.ts +26 -0
- package/models/afnorrecipient-platform-type.ts +29 -0
- package/models/afnorresult.ts +5 -2
- package/models/afnorrouting-code-administrative-status.ts +29 -0
- package/models/afnorrouting-code-field.ts +35 -0
- package/models/afnorrouting-code-payload-history-legal-unit-facility.ts +57 -0
- package/models/afnorrouting-code-post201-response.ts +31 -0
- package/models/afnorrouting-code-search-filters-administrative-status.ts +29 -0
- package/models/afnorrouting-code-search-filters-routing-code-name.ts +29 -0
- package/models/afnorrouting-code-search-filters-routing-identifier.ts +29 -0
- package/models/afnorrouting-code-search-filters.ts +47 -0
- package/models/afnorrouting-code-search-post200-response.ts +31 -0
- package/models/afnorrouting-code-search-sorting-inner.ts +32 -0
- package/models/afnorrouting-code-search.ts +54 -0
- package/models/afnorsearch-directory-line-filters-addressing-identifier.ts +29 -0
- package/models/afnorsearch-directory-line-filters-addressing-suffix.ts +29 -0
- package/models/afnorsearch-directory-line-filters.ts +39 -0
- package/models/afnorsearch-directory-line-sorting-inner.ts +32 -0
- package/models/afnorsearch-directory-line.ts +45 -0
- package/models/afnorsearch-flow-content.ts +31 -0
- package/models/afnorsearch-flow-filters.ts +46 -0
- package/models/afnorsearch-flow-params.ts +27 -0
- package/models/afnorsearch-siren-filters-administrative-status.ts +29 -0
- package/models/afnorsearch-siren-filters-business-name.ts +29 -0
- package/models/afnorsearch-siren-filters-entity-type.ts +29 -0
- package/models/afnorsearch-siren-filters-siren.ts +29 -0
- package/models/afnorsearch-siren-filters.ts +35 -0
- package/models/afnorsearch-siren-sorting-inner.ts +32 -0
- package/models/afnorsearch-siren.ts +45 -0
- package/models/afnorsearch-siret-filters-address-lines.ts +29 -0
- package/models/afnorsearch-siret-filters-administrative-status.ts +29 -0
- package/models/afnorsearch-siret-filters-country-subdivision.ts +29 -0
- package/models/afnorsearch-siret-filters-facility-type.ts +29 -0
- package/models/afnorsearch-siret-filters-locality.ts +29 -0
- package/models/afnorsearch-siret-filters-name.ts +29 -0
- package/models/afnorsearch-siret-filters-postal-code.ts +29 -0
- package/models/afnorsearch-siret-filters-siret.ts +29 -0
- package/models/afnorsearch-siret-filters.ts +55 -0
- package/models/afnorsearch-siret-sorting-inner.ts +32 -0
- package/models/afnorsearch-siret.ts +53 -0
- package/models/afnorsiren-field.ts +32 -0
- package/models/afnorsiren-search-post200-response.ts +31 -0
- package/models/afnorsiret-field.ts +41 -0
- package/models/afnorsiret-search-post200-response.ts +31 -0
- package/models/afnorsorting-order.ts +29 -0
- package/models/afnorstrict-operator.ts +28 -0
- package/models/afnorupdate-patch-directory-line-body.ts +23 -0
- package/models/afnorupdate-patch-routing-code-body.ts +37 -0
- package/models/afnorupdate-put-routing-code-body.ts +37 -0
- package/models/afnorwebhook-callback-content.ts +26 -0
- package/models/aggregated-payment-input.ts +37 -0
- package/models/aggregated-transaction-input.ts +59 -0
- package/models/allowance-charge-reason-code.ts +65 -0
- package/models/allowance-charge.ts +14 -6
- package/models/allowance-reason-code.ts +2 -2
- package/models/allowance-total-amount.ts +2 -2
- package/models/amount-due.ts +2 -2
- package/models/amount.ts +3 -3
- package/models/amount1.ts +22 -0
- package/models/apierror.ts +2 -2
- package/models/apiprofile.ts +3 -2
- package/models/async-task-status.ts +2 -2
- package/models/base-amount.ts +2 -2
- package/models/bounding-box-schema.ts +2 -2
- package/models/buyercountry.ts +25 -0
- package/models/celery-status.ts +2 -2
- package/models/certificate-info-response.ts +2 -2
- package/models/charge-total-amount.ts +2 -2
- package/models/{facture-electronique-rest-api-schemas-chorus-pro-chorus-pro-credentials.ts → chorus-pro-credentials.ts} +3 -3
- package/models/chorus-pro-destination.ts +2 -2
- package/models/chorus-pro-result.ts +2 -2
- package/models/contact.ts +2 -2
- package/models/convert-resume-request.ts +2 -2
- package/models/convert-success-response.ts +2 -2
- package/models/convert-validation-failed-response.ts +17 -2
- package/models/country-code.ts +197 -0
- package/models/create-aggregated-report-request.ts +66 -0
- package/models/create-ereporting-request.ts +73 -0
- package/models/currency-code.ts +80 -0
- package/models/currency.ts +25 -0
- package/models/delivery-party.ts +2 -2
- package/models/destination.ts +8 -2
- package/models/directory-line-include.ts +31 -0
- package/models/doc-type.ts +31 -0
- package/models/document-type-info.ts +2 -2
- package/models/electronic-address.ts +8 -2
- package/models/enriched-invoice-info.ts +20 -2
- package/models/ereporting-flow-type.ts +31 -0
- package/models/error-level.ts +2 -2
- package/models/error-source.ts +2 -2
- package/models/extraction-info.ts +2 -2
- package/models/factur-xinvoice.ts +2 -2
- package/models/factur-xpdfinfo.ts +2 -2
- package/models/facture-electronique-models-invoice-type-code.ts +91 -0
- package/models/facture-electronique-rest-api-schemas-convert-validation-error.ts +39 -0
- package/models/facture-electronique-rest-api-schemas-processing-chorus-pro-credentials.ts +2 -2
- package/models/field-status.ts +2 -2
- package/models/file-info.ts +2 -2
- package/models/files-info.ts +2 -2
- package/models/flow-direction.ts +2 -2
- package/models/flow-profile.ts +2 -2
- package/models/flow-summary.ts +8 -2
- package/models/flow-syntax.ts +2 -2
- package/models/flow-type.ts +12 -4
- package/models/generate-aggregated-report-response.ts +50 -0
- package/models/generate-certificate-request.ts +2 -2
- package/models/generate-certificate-response.ts +2 -2
- package/models/generate-ereporting-response.ts +42 -0
- package/models/get-chorus-pro-id-request.ts +4 -4
- package/models/get-chorus-pro-id-response.ts +2 -2
- package/models/get-invoice-request.ts +4 -4
- package/models/get-invoice-response.ts +8 -2
- package/models/get-structure-request.ts +4 -4
- package/models/get-structure-response.ts +8 -2
- package/models/global-allowance-amount.ts +2 -2
- package/models/gross-unit-price.ts +2 -2
- package/models/httpvalidation-error.ts +2 -2
- package/models/incoming-invoice.ts +4 -4
- package/models/incoming-supplier.ts +2 -2
- package/models/index.ts +139 -4
- package/models/invoice-format.ts +2 -2
- package/models/invoice-input.ts +76 -0
- package/models/invoice-line-allowance-amount.ts +2 -2
- package/models/invoice-line.ts +7 -2
- package/models/invoice-note.ts +5 -2
- package/models/invoice-payment-input.ts +45 -0
- package/models/invoice-references.ts +2 -2
- package/models/invoice-status.ts +2 -2
- package/models/invoice-totals-prepayment.ts +2 -2
- package/models/invoice-totals.ts +2 -2
- package/models/invoice-type-code-output.ts +91 -0
- package/models/invoice-type-code.ts +8 -67
- package/models/invoicing-framework-code.ts +2 -2
- package/models/invoicing-framework.ts +5 -2
- package/models/line-net-amount.ts +2 -2
- package/models/line-sub-type.ts +30 -0
- package/models/line-total-amount.ts +2 -2
- package/models/location-inner.ts +19 -0
- package/models/mandatory-note-schema.ts +2 -2
- package/models/manual-rate.ts +2 -2
- package/models/manual-vat-rate.ts +2 -2
- package/models/missing-field.ts +2 -2
- package/models/operation-nature.ts +2 -2
- package/models/output-format.ts +2 -2
- package/models/page-dimensions-schema.ts +2 -2
- package/models/payee.ts +2 -2
- package/models/payment-amount-by-rate.ts +30 -0
- package/models/payment-card.ts +2 -2
- package/models/payment-means.ts +2 -2
- package/models/pdfvalidation-result-api.ts +2 -2
- package/models/pdpcredentials.ts +2 -2
- package/models/percentage.ts +2 -2
- package/models/postal-address.ts +2 -2
- package/models/price-allowance-amount.ts +2 -2
- package/models/price-basis-quantity.ts +2 -2
- package/models/processing-options.ts +2 -2
- package/models/processing-rule.ts +33 -0
- package/models/product-characteristic.ts +2 -2
- package/models/product-classification.ts +2 -2
- package/models/quantity.ts +2 -2
- package/models/rate.ts +22 -0
- package/models/rate1.ts +22 -0
- package/models/recipient.ts +2 -2
- package/models/report-period.ts +30 -0
- package/models/report-sender.ts +31 -0
- package/models/rounding-amount.ts +2 -2
- package/models/routing-code-include.ts +29 -0
- package/models/scheme-id.ts +31 -3
- package/models/search-flow-request.ts +2 -2
- package/models/search-flow-response.ts +2 -2
- package/models/search-services-response.ts +11 -2
- package/models/search-structure-request.ts +4 -4
- package/models/search-structure-response.ts +2 -2
- package/models/sellercountry.ts +25 -0
- package/models/signature-info-api.ts +2 -2
- package/models/signature-info.ts +2 -2
- package/models/signature-parameters.ts +2 -2
- package/models/simplified-invoice-data.ts +20 -2
- package/models/siret-include.ts +28 -0
- package/models/structure-info.ts +2 -2
- package/models/structure-parameters.ts +2 -2
- package/models/structure-service.ts +2 -2
- package/models/submission-mode.ts +2 -2
- package/models/submit-aggregated-report-request.ts +34 -0
- package/models/submit-complete-invoice-request.ts +2 -2
- package/models/submit-complete-invoice-response.ts +2 -2
- package/models/submit-ereporting-request.ts +34 -0
- package/models/submit-ereporting-response.ts +45 -0
- package/models/submit-flow-request.ts +2 -2
- package/models/submit-flow-response.ts +2 -2
- package/models/submit-gross-amount.ts +2 -2
- package/models/submit-invoice-request.ts +4 -4
- package/models/submit-invoice-response.ts +2 -2
- package/models/submit-net-amount.ts +2 -2
- package/models/submit-vat-amount.ts +2 -2
- package/models/supplementary-attachment.ts +17 -2
- package/models/supplier.ts +2 -2
- package/models/task-response.ts +2 -2
- package/models/tax-breakdown-input.ts +34 -0
- package/models/tax-due-date-type.ts +33 -0
- package/models/tax-representative.ts +2 -2
- package/models/taxable-amount.ts +2 -2
- package/models/taxableamount.ts +22 -0
- package/models/taxamount.ts +22 -0
- package/models/taxamount1.ts +22 -0
- package/models/taxamount2.ts +22 -0
- package/models/taxexclusiveamount.ts +22 -0
- package/models/taxexclusiveamount1.ts +22 -0
- package/models/total-gross-amount.ts +2 -2
- package/models/total-net-amount.ts +2 -2
- package/models/total-vatamount.ts +2 -2
- package/models/transaction-category.ts +31 -0
- package/models/transmission-type-code.ts +29 -0
- package/models/unit-net-price.ts +2 -2
- package/models/unit-of-measure.ts +2 -2
- package/models/validate-ereporting-request.ts +29 -0
- package/models/validate-ereporting-response.ts +49 -0
- package/models/validation-error-detail.ts +2 -2
- package/models/validation-error-response.ts +2 -2
- package/models/validation-error.ts +4 -4
- package/models/validation-info.ts +4 -4
- package/models/validation-success-response.ts +2 -2
- package/models/vat-rate.ts +2 -2
- package/models/vataccounting-code.ts +2 -2
- package/models/vatamount.ts +2 -2
- package/models/vatcategory.ts +2 -2
- package/models/vatline.ts +2 -2
- package/models/vatpoint-date-code.ts +2 -2
- package/models/verification-success-response.ts +2 -2
- package/models/verified-field-schema.ts +2 -2
- package/package.json +1 -1
- package/dist/esm/models/convert-error-response.d.ts +0 -27
- package/dist/esm/models/convert-error-response.js +0 -14
- package/dist/esm/models/convert-pending-input-response.d.ts +0 -31
- package/dist/esm/models/convert-pending-input-response.js +0 -14
- package/dist/esm/models/facture-electronique-rest-api-schemas-chorus-pro-chorus-pro-credentials.js +0 -14
- package/dist/esm/models/validation-error-loc-inner.d.ts +0 -13
- package/dist/esm/models/validation-error-loc-inner.js +0 -14
- package/dist/models/convert-error-response.d.ts +0 -27
- package/dist/models/convert-error-response.js +0 -15
- package/dist/models/convert-pending-input-response.d.ts +0 -31
- package/dist/models/convert-pending-input-response.js +0 -15
- package/dist/models/facture-electronique-rest-api-schemas-chorus-pro-chorus-pro-credentials.js +0 -15
- package/dist/models/validation-error-loc-inner.d.ts +0 -13
- package/dist/models/validation-error-loc-inner.js +0 -15
- package/docs/ConvertErrorResponse.md +0 -29
- package/docs/ConvertPendingInputResponse.md +0 -35
- package/models/convert-error-response.ts +0 -33
- package/models/convert-pending-input-response.ts +0 -39
- package/models/validation-error-loc-inner.ts +0 -19
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* FactPulse REST API
|
|
3
|
+
* REST API for electronic invoicing in France: Factur-X, AFNOR PDP/PA, electronic signatures. ## 🎯 Main Features ### 📄 Factur-X Invoice Generation - **Formats**: XML only or PDF/A-3 with embedded XML - **Profiles**: MINIMUM, BASIC, EN16931, EXTENDED - **Standards**: EN 16931 (EU directive 2014/55), ISO 19005-3 (PDF/A-3), CII (UN/CEFACT) - **🆕 Simplified Format**: Generation from SIRET + auto-enrichment (Chorus Pro API + Business Search) ### ✅ Validation and Compliance - **XML Validation**: Schematron (45 to 210+ rules depending on profile) - **PDF Validation**: PDF/A-3, Factur-X XMP metadata, electronic signatures - **VeraPDF**: Strict PDF/A validation (146+ ISO 19005-3 rules) - **Asynchronous Processing**: Celery support for heavy validations (VeraPDF) ### 📡 AFNOR PDP/PA Integration (XP Z12-013) - **Flow Submission**: Send invoices to Partner Dematerialization Platforms - **Flow Search**: View submitted invoices - **Download**: Retrieve PDF/A-3 with XML - **Directory Service**: Company search (SIREN/SIRET) - **Multi-client**: Support for multiple PDP configs per user (stored credentials or zero-storage) ### ✍️ PDF Electronic Signature - **Standards**: PAdES-B-B, PAdES-B-T (RFC 3161 timestamping), PAdES-B-LT (long-term archival) - **eIDAS Levels**: SES (self-signed), AdES (commercial CA), QES (QTSP) - **Validation**: Cryptographic integrity and certificate verification - **Certificate Generation**: Self-signed X.509 certificates for testing ### 🔄 Asynchronous Processing - **Celery**: Asynchronous generation, validation and signing - **Polling**: Status tracking via `/tasks/{task_id}/status` - **No timeout**: Ideal for large files or heavy validations ## 🔒 Authentication All requests require a **JWT token** in the Authorization header: ``` Authorization: Bearer YOUR_JWT_TOKEN ``` ### How to obtain a JWT token? #### 🔑 Method 1: `/api/token/` API (Recommended) **URL:** `https://factpulse.fr/api/token/` This method is **recommended** for integration in your applications and CI/CD workflows. **Prerequisites:** Having set a password on your account **For users registered via email/password:** - You already have a password, use it directly **For users registered via OAuth (Google/GitHub):** - You must first set a password at: https://factpulse.fr/accounts/password/set/ - Once the password is created, you can use the API **Request example:** ```bash curl -X POST https://factpulse.fr/api/token/ \\ -H \"Content-Type: application/json\" \\ -d \'{ \"username\": \"your_email@example.com\", \"password\": \"your_password\" }\' ``` **Optional `client_uid` parameter:** To select credentials for a specific client (PA/PDP, Chorus Pro, signing certificates), add `client_uid`: ```bash curl -X POST https://factpulse.fr/api/token/ \\ -H \"Content-Type: application/json\" \\ -d \'{ \"username\": \"your_email@example.com\", \"password\": \"your_password\", \"client_uid\": \"550e8400-e29b-41d4-a716-446655440000\" }\' ``` The `client_uid` will be included in the JWT and allow the API to automatically use: - AFNOR/PDP credentials configured for this client - Chorus Pro credentials configured for this client - Electronic signature certificates configured for this client **Response:** ```json { \"access\": \"eyJ0eXAiOiJKV1QiLCJhbGc...\", // Access token (validity: 30 min) \"refresh\": \"eyJ0eXAiOiJKV1QiLCJhbGc...\" // Refresh token (validity: 7 days) } ``` **Advantages:** - ✅ Full automation (CI/CD, scripts) - ✅ Programmatic token management - ✅ Refresh token support for automatic access renewal - ✅ Easy integration in any language/tool #### 🖥️ Method 2: Dashboard Generation (Alternative) **URL:** https://factpulse.fr/api/dashboard/ This method is suitable for quick tests or occasional use via the graphical interface. **How it works:** - Log in to the dashboard - Use the \"Generate Test Token\" or \"Generate Production Token\" buttons - Works for **all** users (OAuth and email/password), without requiring a password **Token types:** - **Test Token**: 24h validity, 1000 calls/day quota (free) - **Production Token**: 7 days validity, quota based on your plan **Advantages:** - ✅ Quick for API testing - ✅ No password required - ✅ Simple visual interface **Disadvantages:** - ❌ Requires manual action - ❌ No refresh token - ❌ Less suited for automation ### 📚 Full Documentation For more information on authentication and API usage: https://factpulse.fr/documentation-api/
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
* Contact: contact@factpulse.fr
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* ISO 4217 currency codes. Most common currencies used in e-reporting and invoicing. This is not an exhaustive list but covers all practical use cases for French e-reporting (EUR zone + major trading partners).
|
|
14
|
+
*/
|
|
15
|
+
export declare const CurrencyCode: {
|
|
16
|
+
readonly Eur: "EUR";
|
|
17
|
+
readonly Usd: "USD";
|
|
18
|
+
readonly Gbp: "GBP";
|
|
19
|
+
readonly Jpy: "JPY";
|
|
20
|
+
readonly Chf: "CHF";
|
|
21
|
+
readonly Cad: "CAD";
|
|
22
|
+
readonly Aud: "AUD";
|
|
23
|
+
readonly Nzd: "NZD";
|
|
24
|
+
readonly Cny: "CNY";
|
|
25
|
+
readonly Hkd: "HKD";
|
|
26
|
+
readonly Sgd: "SGD";
|
|
27
|
+
readonly Dkk: "DKK";
|
|
28
|
+
readonly Sek: "SEK";
|
|
29
|
+
readonly Nok: "NOK";
|
|
30
|
+
readonly Pln: "PLN";
|
|
31
|
+
readonly Czk: "CZK";
|
|
32
|
+
readonly Huf: "HUF";
|
|
33
|
+
readonly Ron: "RON";
|
|
34
|
+
readonly Bgn: "BGN";
|
|
35
|
+
readonly Hrk: "HRK";
|
|
36
|
+
readonly Isk: "ISK";
|
|
37
|
+
readonly Rsd: "RSD";
|
|
38
|
+
readonly Rub: "RUB";
|
|
39
|
+
readonly Uah: "UAH";
|
|
40
|
+
readonly Try: "TRY";
|
|
41
|
+
readonly Mxn: "MXN";
|
|
42
|
+
readonly Brl: "BRL";
|
|
43
|
+
readonly Ars: "ARS";
|
|
44
|
+
readonly Clp: "CLP";
|
|
45
|
+
readonly Cop: "COP";
|
|
46
|
+
readonly Pen: "PEN";
|
|
47
|
+
readonly Inr: "INR";
|
|
48
|
+
readonly Krw: "KRW";
|
|
49
|
+
readonly Twd: "TWD";
|
|
50
|
+
readonly Thb: "THB";
|
|
51
|
+
readonly Myr: "MYR";
|
|
52
|
+
readonly Idr: "IDR";
|
|
53
|
+
readonly Php: "PHP";
|
|
54
|
+
readonly Vnd: "VND";
|
|
55
|
+
readonly Aed: "AED";
|
|
56
|
+
readonly Sar: "SAR";
|
|
57
|
+
readonly Ils: "ILS";
|
|
58
|
+
readonly Zar: "ZAR";
|
|
59
|
+
readonly Egp: "EGP";
|
|
60
|
+
readonly Mad: "MAD";
|
|
61
|
+
readonly Tnd: "TND";
|
|
62
|
+
readonly Dzd: "DZD";
|
|
63
|
+
readonly Ngn: "NGN";
|
|
64
|
+
readonly Kes: "KES";
|
|
65
|
+
readonly Xpf: "XPF";
|
|
66
|
+
readonly Xaf: "XAF";
|
|
67
|
+
readonly Xof: "XOF";
|
|
68
|
+
readonly Xdr: "XDR";
|
|
69
|
+
};
|
|
70
|
+
export type CurrencyCode = typeof CurrencyCode[keyof typeof CurrencyCode];
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* FactPulse REST API
|
|
6
|
+
* REST API for electronic invoicing in France: Factur-X, AFNOR PDP/PA, electronic signatures. ## 🎯 Main Features ### 📄 Factur-X Invoice Generation - **Formats**: XML only or PDF/A-3 with embedded XML - **Profiles**: MINIMUM, BASIC, EN16931, EXTENDED - **Standards**: EN 16931 (EU directive 2014/55), ISO 19005-3 (PDF/A-3), CII (UN/CEFACT) - **🆕 Simplified Format**: Generation from SIRET + auto-enrichment (Chorus Pro API + Business Search) ### ✅ Validation and Compliance - **XML Validation**: Schematron (45 to 210+ rules depending on profile) - **PDF Validation**: PDF/A-3, Factur-X XMP metadata, electronic signatures - **VeraPDF**: Strict PDF/A validation (146+ ISO 19005-3 rules) - **Asynchronous Processing**: Celery support for heavy validations (VeraPDF) ### 📡 AFNOR PDP/PA Integration (XP Z12-013) - **Flow Submission**: Send invoices to Partner Dematerialization Platforms - **Flow Search**: View submitted invoices - **Download**: Retrieve PDF/A-3 with XML - **Directory Service**: Company search (SIREN/SIRET) - **Multi-client**: Support for multiple PDP configs per user (stored credentials or zero-storage) ### ✍️ PDF Electronic Signature - **Standards**: PAdES-B-B, PAdES-B-T (RFC 3161 timestamping), PAdES-B-LT (long-term archival) - **eIDAS Levels**: SES (self-signed), AdES (commercial CA), QES (QTSP) - **Validation**: Cryptographic integrity and certificate verification - **Certificate Generation**: Self-signed X.509 certificates for testing ### 🔄 Asynchronous Processing - **Celery**: Asynchronous generation, validation and signing - **Polling**: Status tracking via `/tasks/{task_id}/status` - **No timeout**: Ideal for large files or heavy validations ## 🔒 Authentication All requests require a **JWT token** in the Authorization header: ``` Authorization: Bearer YOUR_JWT_TOKEN ``` ### How to obtain a JWT token? #### 🔑 Method 1: `/api/token/` API (Recommended) **URL:** `https://factpulse.fr/api/token/` This method is **recommended** for integration in your applications and CI/CD workflows. **Prerequisites:** Having set a password on your account **For users registered via email/password:** - You already have a password, use it directly **For users registered via OAuth (Google/GitHub):** - You must first set a password at: https://factpulse.fr/accounts/password/set/ - Once the password is created, you can use the API **Request example:** ```bash curl -X POST https://factpulse.fr/api/token/ \\ -H \"Content-Type: application/json\" \\ -d \'{ \"username\": \"your_email@example.com\", \"password\": \"your_password\" }\' ``` **Optional `client_uid` parameter:** To select credentials for a specific client (PA/PDP, Chorus Pro, signing certificates), add `client_uid`: ```bash curl -X POST https://factpulse.fr/api/token/ \\ -H \"Content-Type: application/json\" \\ -d \'{ \"username\": \"your_email@example.com\", \"password\": \"your_password\", \"client_uid\": \"550e8400-e29b-41d4-a716-446655440000\" }\' ``` The `client_uid` will be included in the JWT and allow the API to automatically use: - AFNOR/PDP credentials configured for this client - Chorus Pro credentials configured for this client - Electronic signature certificates configured for this client **Response:** ```json { \"access\": \"eyJ0eXAiOiJKV1QiLCJhbGc...\", // Access token (validity: 30 min) \"refresh\": \"eyJ0eXAiOiJKV1QiLCJhbGc...\" // Refresh token (validity: 7 days) } ``` **Advantages:** - ✅ Full automation (CI/CD, scripts) - ✅ Programmatic token management - ✅ Refresh token support for automatic access renewal - ✅ Easy integration in any language/tool #### 🖥️ Method 2: Dashboard Generation (Alternative) **URL:** https://factpulse.fr/api/dashboard/ This method is suitable for quick tests or occasional use via the graphical interface. **How it works:** - Log in to the dashboard - Use the \"Generate Test Token\" or \"Generate Production Token\" buttons - Works for **all** users (OAuth and email/password), without requiring a password **Token types:** - **Test Token**: 24h validity, 1000 calls/day quota (free) - **Production Token**: 7 days validity, quota based on your plan **Advantages:** - ✅ Quick for API testing - ✅ No password required - ✅ Simple visual interface **Disadvantages:** - ❌ Requires manual action - ❌ No refresh token - ❌ Less suited for automation ### 📚 Full Documentation For more information on authentication and API usage: https://factpulse.fr/documentation-api/
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
* Contact: contact@factpulse.fr
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.CurrencyCode = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* ISO 4217 currency codes. Most common currencies used in e-reporting and invoicing. This is not an exhaustive list but covers all practical use cases for French e-reporting (EUR zone + major trading partners).
|
|
19
|
+
*/
|
|
20
|
+
exports.CurrencyCode = {
|
|
21
|
+
Eur: 'EUR',
|
|
22
|
+
Usd: 'USD',
|
|
23
|
+
Gbp: 'GBP',
|
|
24
|
+
Jpy: 'JPY',
|
|
25
|
+
Chf: 'CHF',
|
|
26
|
+
Cad: 'CAD',
|
|
27
|
+
Aud: 'AUD',
|
|
28
|
+
Nzd: 'NZD',
|
|
29
|
+
Cny: 'CNY',
|
|
30
|
+
Hkd: 'HKD',
|
|
31
|
+
Sgd: 'SGD',
|
|
32
|
+
Dkk: 'DKK',
|
|
33
|
+
Sek: 'SEK',
|
|
34
|
+
Nok: 'NOK',
|
|
35
|
+
Pln: 'PLN',
|
|
36
|
+
Czk: 'CZK',
|
|
37
|
+
Huf: 'HUF',
|
|
38
|
+
Ron: 'RON',
|
|
39
|
+
Bgn: 'BGN',
|
|
40
|
+
Hrk: 'HRK',
|
|
41
|
+
Isk: 'ISK',
|
|
42
|
+
Rsd: 'RSD',
|
|
43
|
+
Rub: 'RUB',
|
|
44
|
+
Uah: 'UAH',
|
|
45
|
+
Try: 'TRY',
|
|
46
|
+
Mxn: 'MXN',
|
|
47
|
+
Brl: 'BRL',
|
|
48
|
+
Ars: 'ARS',
|
|
49
|
+
Clp: 'CLP',
|
|
50
|
+
Cop: 'COP',
|
|
51
|
+
Pen: 'PEN',
|
|
52
|
+
Inr: 'INR',
|
|
53
|
+
Krw: 'KRW',
|
|
54
|
+
Twd: 'TWD',
|
|
55
|
+
Thb: 'THB',
|
|
56
|
+
Myr: 'MYR',
|
|
57
|
+
Idr: 'IDR',
|
|
58
|
+
Php: 'PHP',
|
|
59
|
+
Vnd: 'VND',
|
|
60
|
+
Aed: 'AED',
|
|
61
|
+
Sar: 'SAR',
|
|
62
|
+
Ils: 'ILS',
|
|
63
|
+
Zar: 'ZAR',
|
|
64
|
+
Egp: 'EGP',
|
|
65
|
+
Mad: 'MAD',
|
|
66
|
+
Tnd: 'TND',
|
|
67
|
+
Dzd: 'DZD',
|
|
68
|
+
Ngn: 'NGN',
|
|
69
|
+
Kes: 'KES',
|
|
70
|
+
Xpf: 'XPF',
|
|
71
|
+
Xaf: 'XAF',
|
|
72
|
+
Xof: 'XOF',
|
|
73
|
+
Xdr: 'XDR'
|
|
74
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* FactPulse REST API
|
|
3
|
+
* REST API for electronic invoicing in France: Factur-X, AFNOR PDP/PA, electronic signatures. ## 🎯 Main Features ### 📄 Factur-X Invoice Generation - **Formats**: XML only or PDF/A-3 with embedded XML - **Profiles**: MINIMUM, BASIC, EN16931, EXTENDED - **Standards**: EN 16931 (EU directive 2014/55), ISO 19005-3 (PDF/A-3), CII (UN/CEFACT) - **🆕 Simplified Format**: Generation from SIRET + auto-enrichment (Chorus Pro API + Business Search) ### ✅ Validation and Compliance - **XML Validation**: Schematron (45 to 210+ rules depending on profile) - **PDF Validation**: PDF/A-3, Factur-X XMP metadata, electronic signatures - **VeraPDF**: Strict PDF/A validation (146+ ISO 19005-3 rules) - **Asynchronous Processing**: Celery support for heavy validations (VeraPDF) ### 📡 AFNOR PDP/PA Integration (XP Z12-013) - **Flow Submission**: Send invoices to Partner Dematerialization Platforms - **Flow Search**: View submitted invoices - **Download**: Retrieve PDF/A-3 with XML - **Directory Service**: Company search (SIREN/SIRET) - **Multi-client**: Support for multiple PDP configs per user (stored credentials or zero-storage) ### ✍️ PDF Electronic Signature - **Standards**: PAdES-B-B, PAdES-B-T (RFC 3161 timestamping), PAdES-B-LT (long-term archival) - **eIDAS Levels**: SES (self-signed), AdES (commercial CA), QES (QTSP) - **Validation**: Cryptographic integrity and certificate verification - **Certificate Generation**: Self-signed X.509 certificates for testing ### 🔄 Asynchronous Processing - **Celery**: Asynchronous generation, validation and signing - **Polling**: Status tracking via `/tasks/{task_id}/status` - **No timeout**: Ideal for large files or heavy validations ## 🔒 Authentication All requests require a **JWT token** in the Authorization header: ``` Authorization: Bearer YOUR_JWT_TOKEN ``` ### How to obtain a JWT token? #### 🔑 Method 1: `/api/token/` API (Recommended) **URL:** `https://factpulse.fr/api/token/` This method is **recommended** for integration in your applications and CI/CD workflows. **Prerequisites:** Having set a password on your account **For users registered via email/password:** - You already have a password, use it directly **For users registered via OAuth (Google/GitHub):** - You must first set a password at: https://factpulse.fr/accounts/password/set/ - Once the password is created, you can use the API **Request example:** ```bash curl -X POST https://factpulse.fr/api/token/ \\ -H \"Content-Type: application/json\" \\ -d \'{ \"username\": \"your_email@example.com\", \"password\": \"your_password\" }\' ``` **Optional `client_uid` parameter:** To select credentials for a specific client (PA/PDP, Chorus Pro, signing certificates), add `client_uid`: ```bash curl -X POST https://factpulse.fr/api/token/ \\ -H \"Content-Type: application/json\" \\ -d \'{ \"username\": \"your_email@example.com\", \"password\": \"your_password\", \"client_uid\": \"550e8400-e29b-41d4-a716-446655440000\" }\' ``` The `client_uid` will be included in the JWT and allow the API to automatically use: - AFNOR/PDP credentials configured for this client - Chorus Pro credentials configured for this client - Electronic signature certificates configured for this client **Response:** ```json { \"access\": \"eyJ0eXAiOiJKV1QiLCJhbGc...\", // Access token (validity: 30 min) \"refresh\": \"eyJ0eXAiOiJKV1QiLCJhbGc...\" // Refresh token (validity: 7 days) } ``` **Advantages:** - ✅ Full automation (CI/CD, scripts) - ✅ Programmatic token management - ✅ Refresh token support for automatic access renewal - ✅ Easy integration in any language/tool #### 🖥️ Method 2: Dashboard Generation (Alternative) **URL:** https://factpulse.fr/api/dashboard/ This method is suitable for quick tests or occasional use via the graphical interface. **How it works:** - Log in to the dashboard - Use the \"Generate Test Token\" or \"Generate Production Token\" buttons - Works for **all** users (OAuth and email/password), without requiring a password **Token types:** - **Test Token**: 24h validity, 1000 calls/day quota (free) - **Production Token**: 7 days validity, quota based on your plan **Advantages:** - ✅ Quick for API testing - ✅ No password required - ✅ Simple visual interface **Disadvantages:** - ❌ Requires manual action - ❌ No refresh token - ❌ Less suited for automation ### 📚 Full Documentation For more information on authentication and API usage: https://factpulse.fr/documentation-api/
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
* Contact: contact@factpulse.fr
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* Currency code (ISO 4217). See CurrencyCode enum for valid values.
|
|
14
|
+
*/
|
|
15
|
+
export interface Currency {
|
|
16
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* FactPulse REST API
|
|
6
|
+
* REST API for electronic invoicing in France: Factur-X, AFNOR PDP/PA, electronic signatures. ## 🎯 Main Features ### 📄 Factur-X Invoice Generation - **Formats**: XML only or PDF/A-3 with embedded XML - **Profiles**: MINIMUM, BASIC, EN16931, EXTENDED - **Standards**: EN 16931 (EU directive 2014/55), ISO 19005-3 (PDF/A-3), CII (UN/CEFACT) - **🆕 Simplified Format**: Generation from SIRET + auto-enrichment (Chorus Pro API + Business Search) ### ✅ Validation and Compliance - **XML Validation**: Schematron (45 to 210+ rules depending on profile) - **PDF Validation**: PDF/A-3, Factur-X XMP metadata, electronic signatures - **VeraPDF**: Strict PDF/A validation (146+ ISO 19005-3 rules) - **Asynchronous Processing**: Celery support for heavy validations (VeraPDF) ### 📡 AFNOR PDP/PA Integration (XP Z12-013) - **Flow Submission**: Send invoices to Partner Dematerialization Platforms - **Flow Search**: View submitted invoices - **Download**: Retrieve PDF/A-3 with XML - **Directory Service**: Company search (SIREN/SIRET) - **Multi-client**: Support for multiple PDP configs per user (stored credentials or zero-storage) ### ✍️ PDF Electronic Signature - **Standards**: PAdES-B-B, PAdES-B-T (RFC 3161 timestamping), PAdES-B-LT (long-term archival) - **eIDAS Levels**: SES (self-signed), AdES (commercial CA), QES (QTSP) - **Validation**: Cryptographic integrity and certificate verification - **Certificate Generation**: Self-signed X.509 certificates for testing ### 🔄 Asynchronous Processing - **Celery**: Asynchronous generation, validation and signing - **Polling**: Status tracking via `/tasks/{task_id}/status` - **No timeout**: Ideal for large files or heavy validations ## 🔒 Authentication All requests require a **JWT token** in the Authorization header: ``` Authorization: Bearer YOUR_JWT_TOKEN ``` ### How to obtain a JWT token? #### 🔑 Method 1: `/api/token/` API (Recommended) **URL:** `https://factpulse.fr/api/token/` This method is **recommended** for integration in your applications and CI/CD workflows. **Prerequisites:** Having set a password on your account **For users registered via email/password:** - You already have a password, use it directly **For users registered via OAuth (Google/GitHub):** - You must first set a password at: https://factpulse.fr/accounts/password/set/ - Once the password is created, you can use the API **Request example:** ```bash curl -X POST https://factpulse.fr/api/token/ \\ -H \"Content-Type: application/json\" \\ -d \'{ \"username\": \"your_email@example.com\", \"password\": \"your_password\" }\' ``` **Optional `client_uid` parameter:** To select credentials for a specific client (PA/PDP, Chorus Pro, signing certificates), add `client_uid`: ```bash curl -X POST https://factpulse.fr/api/token/ \\ -H \"Content-Type: application/json\" \\ -d \'{ \"username\": \"your_email@example.com\", \"password\": \"your_password\", \"client_uid\": \"550e8400-e29b-41d4-a716-446655440000\" }\' ``` The `client_uid` will be included in the JWT and allow the API to automatically use: - AFNOR/PDP credentials configured for this client - Chorus Pro credentials configured for this client - Electronic signature certificates configured for this client **Response:** ```json { \"access\": \"eyJ0eXAiOiJKV1QiLCJhbGc...\", // Access token (validity: 30 min) \"refresh\": \"eyJ0eXAiOiJKV1QiLCJhbGc...\" // Refresh token (validity: 7 days) } ``` **Advantages:** - ✅ Full automation (CI/CD, scripts) - ✅ Programmatic token management - ✅ Refresh token support for automatic access renewal - ✅ Easy integration in any language/tool #### 🖥️ Method 2: Dashboard Generation (Alternative) **URL:** https://factpulse.fr/api/dashboard/ This method is suitable for quick tests or occasional use via the graphical interface. **How it works:** - Log in to the dashboard - Use the \"Generate Test Token\" or \"Generate Production Token\" buttons - Works for **all** users (OAuth and email/password), without requiring a password **Token types:** - **Test Token**: 24h validity, 1000 calls/day quota (free) - **Production Token**: 7 days validity, quota based on your plan **Advantages:** - ✅ Quick for API testing - ✅ No password required - ✅ Simple visual interface **Disadvantages:** - ❌ Requires manual action - ❌ No refresh token - ❌ Less suited for automation ### 📚 Full Documentation For more information on authentication and API usage: https://factpulse.fr/documentation-api/
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
* Contact: contact@factpulse.fr
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* FactPulse REST API
|
|
3
|
-
* REST API for electronic invoicing in France: Factur-X, AFNOR PDP/PA, electronic signatures. ## 🎯 Main Features ### 📄 Factur-X Invoice Generation - **Formats**: XML only or PDF/A-3 with embedded XML - **Profiles**: MINIMUM, BASIC, EN16931, EXTENDED - **Standards**: EN 16931 (EU directive 2014/55), ISO 19005-3 (PDF/A-3), CII (UN/CEFACT) - **🆕 Simplified Format**: Generation from SIRET + auto-enrichment (Chorus Pro API + Business Search) ### ✅ Validation and Compliance - **XML Validation**: Schematron (45 to 210+ rules depending on profile) - **PDF Validation**: PDF/A-3, Factur-X XMP metadata, electronic signatures - **VeraPDF**: Strict PDF/A validation (146+ ISO 19005-3 rules) - **Asynchronous Processing**: Celery support for heavy validations (VeraPDF) ### 📡 AFNOR PDP/PA Integration (XP Z12-013) - **Flow Submission**: Send invoices to Partner Dematerialization Platforms - **Flow Search**: View submitted invoices - **Download**: Retrieve PDF/A-3 with XML - **Directory Service**: Company search (SIREN/SIRET) - **Multi-client**: Support for multiple PDP configs per user (stored credentials or zero-storage) ### ✍️ PDF Electronic Signature - **Standards**: PAdES-B-B, PAdES-B-T (RFC 3161 timestamping), PAdES-B-LT (long-term archival) - **eIDAS Levels**: SES (self-signed), AdES (commercial CA), QES (QTSP) - **Validation**: Cryptographic integrity and certificate verification - **Certificate Generation**: Self-signed X.509 certificates for testing ### 🔄 Asynchronous Processing - **Celery**: Asynchronous generation, validation and signing - **Polling**: Status tracking via `/tasks/{task_id}/status` - **No timeout**: Ideal for large files or heavy validations ## 🔒 Authentication All requests require a **JWT token** in the Authorization header: ``` Authorization: Bearer YOUR_JWT_TOKEN ``` ### How to obtain a JWT token? #### 🔑 Method 1: `/api/token/` API (Recommended) **URL:** `https://
|
|
3
|
+
* REST API for electronic invoicing in France: Factur-X, AFNOR PDP/PA, electronic signatures. ## 🎯 Main Features ### 📄 Factur-X Invoice Generation - **Formats**: XML only or PDF/A-3 with embedded XML - **Profiles**: MINIMUM, BASIC, EN16931, EXTENDED - **Standards**: EN 16931 (EU directive 2014/55), ISO 19005-3 (PDF/A-3), CII (UN/CEFACT) - **🆕 Simplified Format**: Generation from SIRET + auto-enrichment (Chorus Pro API + Business Search) ### ✅ Validation and Compliance - **XML Validation**: Schematron (45 to 210+ rules depending on profile) - **PDF Validation**: PDF/A-3, Factur-X XMP metadata, electronic signatures - **VeraPDF**: Strict PDF/A validation (146+ ISO 19005-3 rules) - **Asynchronous Processing**: Celery support for heavy validations (VeraPDF) ### 📡 AFNOR PDP/PA Integration (XP Z12-013) - **Flow Submission**: Send invoices to Partner Dematerialization Platforms - **Flow Search**: View submitted invoices - **Download**: Retrieve PDF/A-3 with XML - **Directory Service**: Company search (SIREN/SIRET) - **Multi-client**: Support for multiple PDP configs per user (stored credentials or zero-storage) ### ✍️ PDF Electronic Signature - **Standards**: PAdES-B-B, PAdES-B-T (RFC 3161 timestamping), PAdES-B-LT (long-term archival) - **eIDAS Levels**: SES (self-signed), AdES (commercial CA), QES (QTSP) - **Validation**: Cryptographic integrity and certificate verification - **Certificate Generation**: Self-signed X.509 certificates for testing ### 🔄 Asynchronous Processing - **Celery**: Asynchronous generation, validation and signing - **Polling**: Status tracking via `/tasks/{task_id}/status` - **No timeout**: Ideal for large files or heavy validations ## 🔒 Authentication All requests require a **JWT token** in the Authorization header: ``` Authorization: Bearer YOUR_JWT_TOKEN ``` ### How to obtain a JWT token? #### 🔑 Method 1: `/api/token/` API (Recommended) **URL:** `https://factpulse.fr/api/token/` This method is **recommended** for integration in your applications and CI/CD workflows. **Prerequisites:** Having set a password on your account **For users registered via email/password:** - You already have a password, use it directly **For users registered via OAuth (Google/GitHub):** - You must first set a password at: https://factpulse.fr/accounts/password/set/ - Once the password is created, you can use the API **Request example:** ```bash curl -X POST https://factpulse.fr/api/token/ \\ -H \"Content-Type: application/json\" \\ -d \'{ \"username\": \"your_email@example.com\", \"password\": \"your_password\" }\' ``` **Optional `client_uid` parameter:** To select credentials for a specific client (PA/PDP, Chorus Pro, signing certificates), add `client_uid`: ```bash curl -X POST https://factpulse.fr/api/token/ \\ -H \"Content-Type: application/json\" \\ -d \'{ \"username\": \"your_email@example.com\", \"password\": \"your_password\", \"client_uid\": \"550e8400-e29b-41d4-a716-446655440000\" }\' ``` The `client_uid` will be included in the JWT and allow the API to automatically use: - AFNOR/PDP credentials configured for this client - Chorus Pro credentials configured for this client - Electronic signature certificates configured for this client **Response:** ```json { \"access\": \"eyJ0eXAiOiJKV1QiLCJhbGc...\", // Access token (validity: 30 min) \"refresh\": \"eyJ0eXAiOiJKV1QiLCJhbGc...\" // Refresh token (validity: 7 days) } ``` **Advantages:** - ✅ Full automation (CI/CD, scripts) - ✅ Programmatic token management - ✅ Refresh token support for automatic access renewal - ✅ Easy integration in any language/tool #### 🖥️ Method 2: Dashboard Generation (Alternative) **URL:** https://factpulse.fr/api/dashboard/ This method is suitable for quick tests or occasional use via the graphical interface. **How it works:** - Log in to the dashboard - Use the \"Generate Test Token\" or \"Generate Production Token\" buttons - Works for **all** users (OAuth and email/password), without requiring a password **Token types:** - **Test Token**: 24h validity, 1000 calls/day quota (free) - **Production Token**: 7 days validity, quota based on your plan **Advantages:** - ✅ Quick for API testing - ✅ No password required - ✅ Simple visual interface **Disadvantages:** - ❌ Requires manual action - ❌ No refresh token - ❌ Less suited for automation ### 📚 Full Documentation For more information on authentication and API usage: https://factpulse.fr/documentation-api/
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 1.0.0
|
|
6
|
-
*
|
|
6
|
+
* Contact: contact@factpulse.fr
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
9
|
* https://openapi-generator.tech
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
5
|
* FactPulse REST API
|
|
6
|
-
* REST API for electronic invoicing in France: Factur-X, AFNOR PDP/PA, electronic signatures. ## 🎯 Main Features ### 📄 Factur-X Invoice Generation - **Formats**: XML only or PDF/A-3 with embedded XML - **Profiles**: MINIMUM, BASIC, EN16931, EXTENDED - **Standards**: EN 16931 (EU directive 2014/55), ISO 19005-3 (PDF/A-3), CII (UN/CEFACT) - **🆕 Simplified Format**: Generation from SIRET + auto-enrichment (Chorus Pro API + Business Search) ### ✅ Validation and Compliance - **XML Validation**: Schematron (45 to 210+ rules depending on profile) - **PDF Validation**: PDF/A-3, Factur-X XMP metadata, electronic signatures - **VeraPDF**: Strict PDF/A validation (146+ ISO 19005-3 rules) - **Asynchronous Processing**: Celery support for heavy validations (VeraPDF) ### 📡 AFNOR PDP/PA Integration (XP Z12-013) - **Flow Submission**: Send invoices to Partner Dematerialization Platforms - **Flow Search**: View submitted invoices - **Download**: Retrieve PDF/A-3 with XML - **Directory Service**: Company search (SIREN/SIRET) - **Multi-client**: Support for multiple PDP configs per user (stored credentials or zero-storage) ### ✍️ PDF Electronic Signature - **Standards**: PAdES-B-B, PAdES-B-T (RFC 3161 timestamping), PAdES-B-LT (long-term archival) - **eIDAS Levels**: SES (self-signed), AdES (commercial CA), QES (QTSP) - **Validation**: Cryptographic integrity and certificate verification - **Certificate Generation**: Self-signed X.509 certificates for testing ### 🔄 Asynchronous Processing - **Celery**: Asynchronous generation, validation and signing - **Polling**: Status tracking via `/tasks/{task_id}/status` - **No timeout**: Ideal for large files or heavy validations ## 🔒 Authentication All requests require a **JWT token** in the Authorization header: ``` Authorization: Bearer YOUR_JWT_TOKEN ``` ### How to obtain a JWT token? #### 🔑 Method 1: `/api/token/` API (Recommended) **URL:** `https://
|
|
6
|
+
* REST API for electronic invoicing in France: Factur-X, AFNOR PDP/PA, electronic signatures. ## 🎯 Main Features ### 📄 Factur-X Invoice Generation - **Formats**: XML only or PDF/A-3 with embedded XML - **Profiles**: MINIMUM, BASIC, EN16931, EXTENDED - **Standards**: EN 16931 (EU directive 2014/55), ISO 19005-3 (PDF/A-3), CII (UN/CEFACT) - **🆕 Simplified Format**: Generation from SIRET + auto-enrichment (Chorus Pro API + Business Search) ### ✅ Validation and Compliance - **XML Validation**: Schematron (45 to 210+ rules depending on profile) - **PDF Validation**: PDF/A-3, Factur-X XMP metadata, electronic signatures - **VeraPDF**: Strict PDF/A validation (146+ ISO 19005-3 rules) - **Asynchronous Processing**: Celery support for heavy validations (VeraPDF) ### 📡 AFNOR PDP/PA Integration (XP Z12-013) - **Flow Submission**: Send invoices to Partner Dematerialization Platforms - **Flow Search**: View submitted invoices - **Download**: Retrieve PDF/A-3 with XML - **Directory Service**: Company search (SIREN/SIRET) - **Multi-client**: Support for multiple PDP configs per user (stored credentials or zero-storage) ### ✍️ PDF Electronic Signature - **Standards**: PAdES-B-B, PAdES-B-T (RFC 3161 timestamping), PAdES-B-LT (long-term archival) - **eIDAS Levels**: SES (self-signed), AdES (commercial CA), QES (QTSP) - **Validation**: Cryptographic integrity and certificate verification - **Certificate Generation**: Self-signed X.509 certificates for testing ### 🔄 Asynchronous Processing - **Celery**: Asynchronous generation, validation and signing - **Polling**: Status tracking via `/tasks/{task_id}/status` - **No timeout**: Ideal for large files or heavy validations ## 🔒 Authentication All requests require a **JWT token** in the Authorization header: ``` Authorization: Bearer YOUR_JWT_TOKEN ``` ### How to obtain a JWT token? #### 🔑 Method 1: `/api/token/` API (Recommended) **URL:** `https://factpulse.fr/api/token/` This method is **recommended** for integration in your applications and CI/CD workflows. **Prerequisites:** Having set a password on your account **For users registered via email/password:** - You already have a password, use it directly **For users registered via OAuth (Google/GitHub):** - You must first set a password at: https://factpulse.fr/accounts/password/set/ - Once the password is created, you can use the API **Request example:** ```bash curl -X POST https://factpulse.fr/api/token/ \\ -H \"Content-Type: application/json\" \\ -d \'{ \"username\": \"your_email@example.com\", \"password\": \"your_password\" }\' ``` **Optional `client_uid` parameter:** To select credentials for a specific client (PA/PDP, Chorus Pro, signing certificates), add `client_uid`: ```bash curl -X POST https://factpulse.fr/api/token/ \\ -H \"Content-Type: application/json\" \\ -d \'{ \"username\": \"your_email@example.com\", \"password\": \"your_password\", \"client_uid\": \"550e8400-e29b-41d4-a716-446655440000\" }\' ``` The `client_uid` will be included in the JWT and allow the API to automatically use: - AFNOR/PDP credentials configured for this client - Chorus Pro credentials configured for this client - Electronic signature certificates configured for this client **Response:** ```json { \"access\": \"eyJ0eXAiOiJKV1QiLCJhbGc...\", // Access token (validity: 30 min) \"refresh\": \"eyJ0eXAiOiJKV1QiLCJhbGc...\" // Refresh token (validity: 7 days) } ``` **Advantages:** - ✅ Full automation (CI/CD, scripts) - ✅ Programmatic token management - ✅ Refresh token support for automatic access renewal - ✅ Easy integration in any language/tool #### 🖥️ Method 2: Dashboard Generation (Alternative) **URL:** https://factpulse.fr/api/dashboard/ This method is suitable for quick tests or occasional use via the graphical interface. **How it works:** - Log in to the dashboard - Use the \"Generate Test Token\" or \"Generate Production Token\" buttons - Works for **all** users (OAuth and email/password), without requiring a password **Token types:** - **Test Token**: 24h validity, 1000 calls/day quota (free) - **Production Token**: 7 days validity, quota based on your plan **Advantages:** - ✅ Quick for API testing - ✅ No password required - ✅ Simple visual interface **Disadvantages:** - ❌ Requires manual action - ❌ No refresh token - ❌ Less suited for automation ### 📚 Full Documentation For more information on authentication and API usage: https://factpulse.fr/documentation-api/
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: 1.0.0
|
|
9
|
-
*
|
|
9
|
+
* Contact: contact@factpulse.fr
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
12
|
* https://openapi-generator.tech
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* FactPulse REST API
|
|
3
|
-
* REST API for electronic invoicing in France: Factur-X, AFNOR PDP/PA, electronic signatures. ## 🎯 Main Features ### 📄 Factur-X Invoice Generation - **Formats**: XML only or PDF/A-3 with embedded XML - **Profiles**: MINIMUM, BASIC, EN16931, EXTENDED - **Standards**: EN 16931 (EU directive 2014/55), ISO 19005-3 (PDF/A-3), CII (UN/CEFACT) - **🆕 Simplified Format**: Generation from SIRET + auto-enrichment (Chorus Pro API + Business Search) ### ✅ Validation and Compliance - **XML Validation**: Schematron (45 to 210+ rules depending on profile) - **PDF Validation**: PDF/A-3, Factur-X XMP metadata, electronic signatures - **VeraPDF**: Strict PDF/A validation (146+ ISO 19005-3 rules) - **Asynchronous Processing**: Celery support for heavy validations (VeraPDF) ### 📡 AFNOR PDP/PA Integration (XP Z12-013) - **Flow Submission**: Send invoices to Partner Dematerialization Platforms - **Flow Search**: View submitted invoices - **Download**: Retrieve PDF/A-3 with XML - **Directory Service**: Company search (SIREN/SIRET) - **Multi-client**: Support for multiple PDP configs per user (stored credentials or zero-storage) ### ✍️ PDF Electronic Signature - **Standards**: PAdES-B-B, PAdES-B-T (RFC 3161 timestamping), PAdES-B-LT (long-term archival) - **eIDAS Levels**: SES (self-signed), AdES (commercial CA), QES (QTSP) - **Validation**: Cryptographic integrity and certificate verification - **Certificate Generation**: Self-signed X.509 certificates for testing ### 🔄 Asynchronous Processing - **Celery**: Asynchronous generation, validation and signing - **Polling**: Status tracking via `/tasks/{task_id}/status` - **No timeout**: Ideal for large files or heavy validations ## 🔒 Authentication All requests require a **JWT token** in the Authorization header: ``` Authorization: Bearer YOUR_JWT_TOKEN ``` ### How to obtain a JWT token? #### 🔑 Method 1: `/api/token/` API (Recommended) **URL:** `https://
|
|
3
|
+
* REST API for electronic invoicing in France: Factur-X, AFNOR PDP/PA, electronic signatures. ## 🎯 Main Features ### 📄 Factur-X Invoice Generation - **Formats**: XML only or PDF/A-3 with embedded XML - **Profiles**: MINIMUM, BASIC, EN16931, EXTENDED - **Standards**: EN 16931 (EU directive 2014/55), ISO 19005-3 (PDF/A-3), CII (UN/CEFACT) - **🆕 Simplified Format**: Generation from SIRET + auto-enrichment (Chorus Pro API + Business Search) ### ✅ Validation and Compliance - **XML Validation**: Schematron (45 to 210+ rules depending on profile) - **PDF Validation**: PDF/A-3, Factur-X XMP metadata, electronic signatures - **VeraPDF**: Strict PDF/A validation (146+ ISO 19005-3 rules) - **Asynchronous Processing**: Celery support for heavy validations (VeraPDF) ### 📡 AFNOR PDP/PA Integration (XP Z12-013) - **Flow Submission**: Send invoices to Partner Dematerialization Platforms - **Flow Search**: View submitted invoices - **Download**: Retrieve PDF/A-3 with XML - **Directory Service**: Company search (SIREN/SIRET) - **Multi-client**: Support for multiple PDP configs per user (stored credentials or zero-storage) ### ✍️ PDF Electronic Signature - **Standards**: PAdES-B-B, PAdES-B-T (RFC 3161 timestamping), PAdES-B-LT (long-term archival) - **eIDAS Levels**: SES (self-signed), AdES (commercial CA), QES (QTSP) - **Validation**: Cryptographic integrity and certificate verification - **Certificate Generation**: Self-signed X.509 certificates for testing ### 🔄 Asynchronous Processing - **Celery**: Asynchronous generation, validation and signing - **Polling**: Status tracking via `/tasks/{task_id}/status` - **No timeout**: Ideal for large files or heavy validations ## 🔒 Authentication All requests require a **JWT token** in the Authorization header: ``` Authorization: Bearer YOUR_JWT_TOKEN ``` ### How to obtain a JWT token? #### 🔑 Method 1: `/api/token/` API (Recommended) **URL:** `https://factpulse.fr/api/token/` This method is **recommended** for integration in your applications and CI/CD workflows. **Prerequisites:** Having set a password on your account **For users registered via email/password:** - You already have a password, use it directly **For users registered via OAuth (Google/GitHub):** - You must first set a password at: https://factpulse.fr/accounts/password/set/ - Once the password is created, you can use the API **Request example:** ```bash curl -X POST https://factpulse.fr/api/token/ \\ -H \"Content-Type: application/json\" \\ -d \'{ \"username\": \"your_email@example.com\", \"password\": \"your_password\" }\' ``` **Optional `client_uid` parameter:** To select credentials for a specific client (PA/PDP, Chorus Pro, signing certificates), add `client_uid`: ```bash curl -X POST https://factpulse.fr/api/token/ \\ -H \"Content-Type: application/json\" \\ -d \'{ \"username\": \"your_email@example.com\", \"password\": \"your_password\", \"client_uid\": \"550e8400-e29b-41d4-a716-446655440000\" }\' ``` The `client_uid` will be included in the JWT and allow the API to automatically use: - AFNOR/PDP credentials configured for this client - Chorus Pro credentials configured for this client - Electronic signature certificates configured for this client **Response:** ```json { \"access\": \"eyJ0eXAiOiJKV1QiLCJhbGc...\", // Access token (validity: 30 min) \"refresh\": \"eyJ0eXAiOiJKV1QiLCJhbGc...\" // Refresh token (validity: 7 days) } ``` **Advantages:** - ✅ Full automation (CI/CD, scripts) - ✅ Programmatic token management - ✅ Refresh token support for automatic access renewal - ✅ Easy integration in any language/tool #### 🖥️ Method 2: Dashboard Generation (Alternative) **URL:** https://factpulse.fr/api/dashboard/ This method is suitable for quick tests or occasional use via the graphical interface. **How it works:** - Log in to the dashboard - Use the \"Generate Test Token\" or \"Generate Production Token\" buttons - Works for **all** users (OAuth and email/password), without requiring a password **Token types:** - **Test Token**: 24h validity, 1000 calls/day quota (free) - **Production Token**: 7 days validity, quota based on your plan **Advantages:** - ✅ Quick for API testing - ✅ No password required - ✅ Simple visual interface **Disadvantages:** - ❌ Requires manual action - ❌ No refresh token - ❌ Less suited for automation ### 📚 Full Documentation For more information on authentication and API usage: https://factpulse.fr/documentation-api/
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 1.0.0
|
|
6
|
-
*
|
|
6
|
+
* Contact: contact@factpulse.fr
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
9
|
* https://openapi-generator.tech
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
5
|
* FactPulse REST API
|
|
6
|
-
* REST API for electronic invoicing in France: Factur-X, AFNOR PDP/PA, electronic signatures. ## 🎯 Main Features ### 📄 Factur-X Invoice Generation - **Formats**: XML only or PDF/A-3 with embedded XML - **Profiles**: MINIMUM, BASIC, EN16931, EXTENDED - **Standards**: EN 16931 (EU directive 2014/55), ISO 19005-3 (PDF/A-3), CII (UN/CEFACT) - **🆕 Simplified Format**: Generation from SIRET + auto-enrichment (Chorus Pro API + Business Search) ### ✅ Validation and Compliance - **XML Validation**: Schematron (45 to 210+ rules depending on profile) - **PDF Validation**: PDF/A-3, Factur-X XMP metadata, electronic signatures - **VeraPDF**: Strict PDF/A validation (146+ ISO 19005-3 rules) - **Asynchronous Processing**: Celery support for heavy validations (VeraPDF) ### 📡 AFNOR PDP/PA Integration (XP Z12-013) - **Flow Submission**: Send invoices to Partner Dematerialization Platforms - **Flow Search**: View submitted invoices - **Download**: Retrieve PDF/A-3 with XML - **Directory Service**: Company search (SIREN/SIRET) - **Multi-client**: Support for multiple PDP configs per user (stored credentials or zero-storage) ### ✍️ PDF Electronic Signature - **Standards**: PAdES-B-B, PAdES-B-T (RFC 3161 timestamping), PAdES-B-LT (long-term archival) - **eIDAS Levels**: SES (self-signed), AdES (commercial CA), QES (QTSP) - **Validation**: Cryptographic integrity and certificate verification - **Certificate Generation**: Self-signed X.509 certificates for testing ### 🔄 Asynchronous Processing - **Celery**: Asynchronous generation, validation and signing - **Polling**: Status tracking via `/tasks/{task_id}/status` - **No timeout**: Ideal for large files or heavy validations ## 🔒 Authentication All requests require a **JWT token** in the Authorization header: ``` Authorization: Bearer YOUR_JWT_TOKEN ``` ### How to obtain a JWT token? #### 🔑 Method 1: `/api/token/` API (Recommended) **URL:** `https://
|
|
6
|
+
* REST API for electronic invoicing in France: Factur-X, AFNOR PDP/PA, electronic signatures. ## 🎯 Main Features ### 📄 Factur-X Invoice Generation - **Formats**: XML only or PDF/A-3 with embedded XML - **Profiles**: MINIMUM, BASIC, EN16931, EXTENDED - **Standards**: EN 16931 (EU directive 2014/55), ISO 19005-3 (PDF/A-3), CII (UN/CEFACT) - **🆕 Simplified Format**: Generation from SIRET + auto-enrichment (Chorus Pro API + Business Search) ### ✅ Validation and Compliance - **XML Validation**: Schematron (45 to 210+ rules depending on profile) - **PDF Validation**: PDF/A-3, Factur-X XMP metadata, electronic signatures - **VeraPDF**: Strict PDF/A validation (146+ ISO 19005-3 rules) - **Asynchronous Processing**: Celery support for heavy validations (VeraPDF) ### 📡 AFNOR PDP/PA Integration (XP Z12-013) - **Flow Submission**: Send invoices to Partner Dematerialization Platforms - **Flow Search**: View submitted invoices - **Download**: Retrieve PDF/A-3 with XML - **Directory Service**: Company search (SIREN/SIRET) - **Multi-client**: Support for multiple PDP configs per user (stored credentials or zero-storage) ### ✍️ PDF Electronic Signature - **Standards**: PAdES-B-B, PAdES-B-T (RFC 3161 timestamping), PAdES-B-LT (long-term archival) - **eIDAS Levels**: SES (self-signed), AdES (commercial CA), QES (QTSP) - **Validation**: Cryptographic integrity and certificate verification - **Certificate Generation**: Self-signed X.509 certificates for testing ### 🔄 Asynchronous Processing - **Celery**: Asynchronous generation, validation and signing - **Polling**: Status tracking via `/tasks/{task_id}/status` - **No timeout**: Ideal for large files or heavy validations ## 🔒 Authentication All requests require a **JWT token** in the Authorization header: ``` Authorization: Bearer YOUR_JWT_TOKEN ``` ### How to obtain a JWT token? #### 🔑 Method 1: `/api/token/` API (Recommended) **URL:** `https://factpulse.fr/api/token/` This method is **recommended** for integration in your applications and CI/CD workflows. **Prerequisites:** Having set a password on your account **For users registered via email/password:** - You already have a password, use it directly **For users registered via OAuth (Google/GitHub):** - You must first set a password at: https://factpulse.fr/accounts/password/set/ - Once the password is created, you can use the API **Request example:** ```bash curl -X POST https://factpulse.fr/api/token/ \\ -H \"Content-Type: application/json\" \\ -d \'{ \"username\": \"your_email@example.com\", \"password\": \"your_password\" }\' ``` **Optional `client_uid` parameter:** To select credentials for a specific client (PA/PDP, Chorus Pro, signing certificates), add `client_uid`: ```bash curl -X POST https://factpulse.fr/api/token/ \\ -H \"Content-Type: application/json\" \\ -d \'{ \"username\": \"your_email@example.com\", \"password\": \"your_password\", \"client_uid\": \"550e8400-e29b-41d4-a716-446655440000\" }\' ``` The `client_uid` will be included in the JWT and allow the API to automatically use: - AFNOR/PDP credentials configured for this client - Chorus Pro credentials configured for this client - Electronic signature certificates configured for this client **Response:** ```json { \"access\": \"eyJ0eXAiOiJKV1QiLCJhbGc...\", // Access token (validity: 30 min) \"refresh\": \"eyJ0eXAiOiJKV1QiLCJhbGc...\" // Refresh token (validity: 7 days) } ``` **Advantages:** - ✅ Full automation (CI/CD, scripts) - ✅ Programmatic token management - ✅ Refresh token support for automatic access renewal - ✅ Easy integration in any language/tool #### 🖥️ Method 2: Dashboard Generation (Alternative) **URL:** https://factpulse.fr/api/dashboard/ This method is suitable for quick tests or occasional use via the graphical interface. **How it works:** - Log in to the dashboard - Use the \"Generate Test Token\" or \"Generate Production Token\" buttons - Works for **all** users (OAuth and email/password), without requiring a password **Token types:** - **Test Token**: 24h validity, 1000 calls/day quota (free) - **Production Token**: 7 days validity, quota based on your plan **Advantages:** - ✅ Quick for API testing - ✅ No password required - ✅ Simple visual interface **Disadvantages:** - ❌ Requires manual action - ❌ No refresh token - ❌ Less suited for automation ### 📚 Full Documentation For more information on authentication and API usage: https://factpulse.fr/documentation-api/
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: 1.0.0
|
|
9
|
-
*
|
|
9
|
+
* Contact: contact@factpulse.fr
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
12
|
* https://openapi-generator.tech
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* FactPulse REST API
|
|
3
|
+
* REST API for electronic invoicing in France: Factur-X, AFNOR PDP/PA, electronic signatures. ## 🎯 Main Features ### 📄 Factur-X Invoice Generation - **Formats**: XML only or PDF/A-3 with embedded XML - **Profiles**: MINIMUM, BASIC, EN16931, EXTENDED - **Standards**: EN 16931 (EU directive 2014/55), ISO 19005-3 (PDF/A-3), CII (UN/CEFACT) - **🆕 Simplified Format**: Generation from SIRET + auto-enrichment (Chorus Pro API + Business Search) ### ✅ Validation and Compliance - **XML Validation**: Schematron (45 to 210+ rules depending on profile) - **PDF Validation**: PDF/A-3, Factur-X XMP metadata, electronic signatures - **VeraPDF**: Strict PDF/A validation (146+ ISO 19005-3 rules) - **Asynchronous Processing**: Celery support for heavy validations (VeraPDF) ### 📡 AFNOR PDP/PA Integration (XP Z12-013) - **Flow Submission**: Send invoices to Partner Dematerialization Platforms - **Flow Search**: View submitted invoices - **Download**: Retrieve PDF/A-3 with XML - **Directory Service**: Company search (SIREN/SIRET) - **Multi-client**: Support for multiple PDP configs per user (stored credentials or zero-storage) ### ✍️ PDF Electronic Signature - **Standards**: PAdES-B-B, PAdES-B-T (RFC 3161 timestamping), PAdES-B-LT (long-term archival) - **eIDAS Levels**: SES (self-signed), AdES (commercial CA), QES (QTSP) - **Validation**: Cryptographic integrity and certificate verification - **Certificate Generation**: Self-signed X.509 certificates for testing ### 🔄 Asynchronous Processing - **Celery**: Asynchronous generation, validation and signing - **Polling**: Status tracking via `/tasks/{task_id}/status` - **No timeout**: Ideal for large files or heavy validations ## 🔒 Authentication All requests require a **JWT token** in the Authorization header: ``` Authorization: Bearer YOUR_JWT_TOKEN ``` ### How to obtain a JWT token? #### 🔑 Method 1: `/api/token/` API (Recommended) **URL:** `https://factpulse.fr/api/token/` This method is **recommended** for integration in your applications and CI/CD workflows. **Prerequisites:** Having set a password on your account **For users registered via email/password:** - You already have a password, use it directly **For users registered via OAuth (Google/GitHub):** - You must first set a password at: https://factpulse.fr/accounts/password/set/ - Once the password is created, you can use the API **Request example:** ```bash curl -X POST https://factpulse.fr/api/token/ \\ -H \"Content-Type: application/json\" \\ -d \'{ \"username\": \"your_email@example.com\", \"password\": \"your_password\" }\' ``` **Optional `client_uid` parameter:** To select credentials for a specific client (PA/PDP, Chorus Pro, signing certificates), add `client_uid`: ```bash curl -X POST https://factpulse.fr/api/token/ \\ -H \"Content-Type: application/json\" \\ -d \'{ \"username\": \"your_email@example.com\", \"password\": \"your_password\", \"client_uid\": \"550e8400-e29b-41d4-a716-446655440000\" }\' ``` The `client_uid` will be included in the JWT and allow the API to automatically use: - AFNOR/PDP credentials configured for this client - Chorus Pro credentials configured for this client - Electronic signature certificates configured for this client **Response:** ```json { \"access\": \"eyJ0eXAiOiJKV1QiLCJhbGc...\", // Access token (validity: 30 min) \"refresh\": \"eyJ0eXAiOiJKV1QiLCJhbGc...\" // Refresh token (validity: 7 days) } ``` **Advantages:** - ✅ Full automation (CI/CD, scripts) - ✅ Programmatic token management - ✅ Refresh token support for automatic access renewal - ✅ Easy integration in any language/tool #### 🖥️ Method 2: Dashboard Generation (Alternative) **URL:** https://factpulse.fr/api/dashboard/ This method is suitable for quick tests or occasional use via the graphical interface. **How it works:** - Log in to the dashboard - Use the \"Generate Test Token\" or \"Generate Production Token\" buttons - Works for **all** users (OAuth and email/password), without requiring a password **Token types:** - **Test Token**: 24h validity, 1000 calls/day quota (free) - **Production Token**: 7 days validity, quota based on your plan **Advantages:** - ✅ Quick for API testing - ✅ No password required - ✅ Simple visual interface **Disadvantages:** - ❌ Requires manual action - ❌ No refresh token - ❌ Less suited for automation ### 📚 Full Documentation For more information on authentication and API usage: https://factpulse.fr/documentation-api/
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
* Contact: contact@factpulse.fr
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* Relations to include for directory-line responses.
|
|
14
|
+
*/
|
|
15
|
+
export declare const DirectoryLineInclude: {
|
|
16
|
+
readonly Siren: "siren";
|
|
17
|
+
readonly Siret: "siret";
|
|
18
|
+
readonly RoutingCode: "routingCode";
|
|
19
|
+
readonly Platform: "platform";
|
|
20
|
+
};
|
|
21
|
+
export type DirectoryLineInclude = typeof DirectoryLineInclude[keyof typeof DirectoryLineInclude];
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* FactPulse REST API
|
|
6
|
+
* REST API for electronic invoicing in France: Factur-X, AFNOR PDP/PA, electronic signatures. ## 🎯 Main Features ### 📄 Factur-X Invoice Generation - **Formats**: XML only or PDF/A-3 with embedded XML - **Profiles**: MINIMUM, BASIC, EN16931, EXTENDED - **Standards**: EN 16931 (EU directive 2014/55), ISO 19005-3 (PDF/A-3), CII (UN/CEFACT) - **🆕 Simplified Format**: Generation from SIRET + auto-enrichment (Chorus Pro API + Business Search) ### ✅ Validation and Compliance - **XML Validation**: Schematron (45 to 210+ rules depending on profile) - **PDF Validation**: PDF/A-3, Factur-X XMP metadata, electronic signatures - **VeraPDF**: Strict PDF/A validation (146+ ISO 19005-3 rules) - **Asynchronous Processing**: Celery support for heavy validations (VeraPDF) ### 📡 AFNOR PDP/PA Integration (XP Z12-013) - **Flow Submission**: Send invoices to Partner Dematerialization Platforms - **Flow Search**: View submitted invoices - **Download**: Retrieve PDF/A-3 with XML - **Directory Service**: Company search (SIREN/SIRET) - **Multi-client**: Support for multiple PDP configs per user (stored credentials or zero-storage) ### ✍️ PDF Electronic Signature - **Standards**: PAdES-B-B, PAdES-B-T (RFC 3161 timestamping), PAdES-B-LT (long-term archival) - **eIDAS Levels**: SES (self-signed), AdES (commercial CA), QES (QTSP) - **Validation**: Cryptographic integrity and certificate verification - **Certificate Generation**: Self-signed X.509 certificates for testing ### 🔄 Asynchronous Processing - **Celery**: Asynchronous generation, validation and signing - **Polling**: Status tracking via `/tasks/{task_id}/status` - **No timeout**: Ideal for large files or heavy validations ## 🔒 Authentication All requests require a **JWT token** in the Authorization header: ``` Authorization: Bearer YOUR_JWT_TOKEN ``` ### How to obtain a JWT token? #### 🔑 Method 1: `/api/token/` API (Recommended) **URL:** `https://factpulse.fr/api/token/` This method is **recommended** for integration in your applications and CI/CD workflows. **Prerequisites:** Having set a password on your account **For users registered via email/password:** - You already have a password, use it directly **For users registered via OAuth (Google/GitHub):** - You must first set a password at: https://factpulse.fr/accounts/password/set/ - Once the password is created, you can use the API **Request example:** ```bash curl -X POST https://factpulse.fr/api/token/ \\ -H \"Content-Type: application/json\" \\ -d \'{ \"username\": \"your_email@example.com\", \"password\": \"your_password\" }\' ``` **Optional `client_uid` parameter:** To select credentials for a specific client (PA/PDP, Chorus Pro, signing certificates), add `client_uid`: ```bash curl -X POST https://factpulse.fr/api/token/ \\ -H \"Content-Type: application/json\" \\ -d \'{ \"username\": \"your_email@example.com\", \"password\": \"your_password\", \"client_uid\": \"550e8400-e29b-41d4-a716-446655440000\" }\' ``` The `client_uid` will be included in the JWT and allow the API to automatically use: - AFNOR/PDP credentials configured for this client - Chorus Pro credentials configured for this client - Electronic signature certificates configured for this client **Response:** ```json { \"access\": \"eyJ0eXAiOiJKV1QiLCJhbGc...\", // Access token (validity: 30 min) \"refresh\": \"eyJ0eXAiOiJKV1QiLCJhbGc...\" // Refresh token (validity: 7 days) } ``` **Advantages:** - ✅ Full automation (CI/CD, scripts) - ✅ Programmatic token management - ✅ Refresh token support for automatic access renewal - ✅ Easy integration in any language/tool #### 🖥️ Method 2: Dashboard Generation (Alternative) **URL:** https://factpulse.fr/api/dashboard/ This method is suitable for quick tests or occasional use via the graphical interface. **How it works:** - Log in to the dashboard - Use the \"Generate Test Token\" or \"Generate Production Token\" buttons - Works for **all** users (OAuth and email/password), without requiring a password **Token types:** - **Test Token**: 24h validity, 1000 calls/day quota (free) - **Production Token**: 7 days validity, quota based on your plan **Advantages:** - ✅ Quick for API testing - ✅ No password required - ✅ Simple visual interface **Disadvantages:** - ❌ Requires manual action - ❌ No refresh token - ❌ Less suited for automation ### 📚 Full Documentation For more information on authentication and API usage: https://factpulse.fr/documentation-api/
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
* Contact: contact@factpulse.fr
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.DirectoryLineInclude = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* Relations to include for directory-line responses.
|
|
19
|
+
*/
|
|
20
|
+
exports.DirectoryLineInclude = {
|
|
21
|
+
Siren: 'siren',
|
|
22
|
+
Siret: 'siret',
|
|
23
|
+
RoutingCode: 'routingCode',
|
|
24
|
+
Platform: 'platform'
|
|
25
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* FactPulse REST API
|
|
3
|
+
* REST API for electronic invoicing in France: Factur-X, AFNOR PDP/PA, electronic signatures. ## 🎯 Main Features ### 📄 Factur-X Invoice Generation - **Formats**: XML only or PDF/A-3 with embedded XML - **Profiles**: MINIMUM, BASIC, EN16931, EXTENDED - **Standards**: EN 16931 (EU directive 2014/55), ISO 19005-3 (PDF/A-3), CII (UN/CEFACT) - **🆕 Simplified Format**: Generation from SIRET + auto-enrichment (Chorus Pro API + Business Search) ### ✅ Validation and Compliance - **XML Validation**: Schematron (45 to 210+ rules depending on profile) - **PDF Validation**: PDF/A-3, Factur-X XMP metadata, electronic signatures - **VeraPDF**: Strict PDF/A validation (146+ ISO 19005-3 rules) - **Asynchronous Processing**: Celery support for heavy validations (VeraPDF) ### 📡 AFNOR PDP/PA Integration (XP Z12-013) - **Flow Submission**: Send invoices to Partner Dematerialization Platforms - **Flow Search**: View submitted invoices - **Download**: Retrieve PDF/A-3 with XML - **Directory Service**: Company search (SIREN/SIRET) - **Multi-client**: Support for multiple PDP configs per user (stored credentials or zero-storage) ### ✍️ PDF Electronic Signature - **Standards**: PAdES-B-B, PAdES-B-T (RFC 3161 timestamping), PAdES-B-LT (long-term archival) - **eIDAS Levels**: SES (self-signed), AdES (commercial CA), QES (QTSP) - **Validation**: Cryptographic integrity and certificate verification - **Certificate Generation**: Self-signed X.509 certificates for testing ### 🔄 Asynchronous Processing - **Celery**: Asynchronous generation, validation and signing - **Polling**: Status tracking via `/tasks/{task_id}/status` - **No timeout**: Ideal for large files or heavy validations ## 🔒 Authentication All requests require a **JWT token** in the Authorization header: ``` Authorization: Bearer YOUR_JWT_TOKEN ``` ### How to obtain a JWT token? #### 🔑 Method 1: `/api/token/` API (Recommended) **URL:** `https://factpulse.fr/api/token/` This method is **recommended** for integration in your applications and CI/CD workflows. **Prerequisites:** Having set a password on your account **For users registered via email/password:** - You already have a password, use it directly **For users registered via OAuth (Google/GitHub):** - You must first set a password at: https://factpulse.fr/accounts/password/set/ - Once the password is created, you can use the API **Request example:** ```bash curl -X POST https://factpulse.fr/api/token/ \\ -H \"Content-Type: application/json\" \\ -d \'{ \"username\": \"your_email@example.com\", \"password\": \"your_password\" }\' ``` **Optional `client_uid` parameter:** To select credentials for a specific client (PA/PDP, Chorus Pro, signing certificates), add `client_uid`: ```bash curl -X POST https://factpulse.fr/api/token/ \\ -H \"Content-Type: application/json\" \\ -d \'{ \"username\": \"your_email@example.com\", \"password\": \"your_password\", \"client_uid\": \"550e8400-e29b-41d4-a716-446655440000\" }\' ``` The `client_uid` will be included in the JWT and allow the API to automatically use: - AFNOR/PDP credentials configured for this client - Chorus Pro credentials configured for this client - Electronic signature certificates configured for this client **Response:** ```json { \"access\": \"eyJ0eXAiOiJKV1QiLCJhbGc...\", // Access token (validity: 30 min) \"refresh\": \"eyJ0eXAiOiJKV1QiLCJhbGc...\" // Refresh token (validity: 7 days) } ``` **Advantages:** - ✅ Full automation (CI/CD, scripts) - ✅ Programmatic token management - ✅ Refresh token support for automatic access renewal - ✅ Easy integration in any language/tool #### 🖥️ Method 2: Dashboard Generation (Alternative) **URL:** https://factpulse.fr/api/dashboard/ This method is suitable for quick tests or occasional use via the graphical interface. **How it works:** - Log in to the dashboard - Use the \"Generate Test Token\" or \"Generate Production Token\" buttons - Works for **all** users (OAuth and email/password), without requiring a password **Token types:** - **Test Token**: 24h validity, 1000 calls/day quota (free) - **Production Token**: 7 days validity, quota based on your plan **Advantages:** - ✅ Quick for API testing - ✅ No password required - ✅ Simple visual interface **Disadvantages:** - ❌ Requires manual action - ❌ No refresh token - ❌ Less suited for automation ### 📚 Full Documentation For more information on authentication and API usage: https://factpulse.fr/documentation-api/
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
* Contact: contact@factpulse.fr
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* AFNOR docType parameter for GET /flows/{flowId}.
|
|
14
|
+
*/
|
|
15
|
+
export declare const DocType: {
|
|
16
|
+
readonly Metadata: "Metadata";
|
|
17
|
+
readonly Original: "Original";
|
|
18
|
+
readonly Converted: "Converted";
|
|
19
|
+
readonly ReadableView: "ReadableView";
|
|
20
|
+
};
|
|
21
|
+
export type DocType = typeof DocType[keyof typeof DocType];
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* FactPulse REST API
|
|
6
|
+
* REST API for electronic invoicing in France: Factur-X, AFNOR PDP/PA, electronic signatures. ## 🎯 Main Features ### 📄 Factur-X Invoice Generation - **Formats**: XML only or PDF/A-3 with embedded XML - **Profiles**: MINIMUM, BASIC, EN16931, EXTENDED - **Standards**: EN 16931 (EU directive 2014/55), ISO 19005-3 (PDF/A-3), CII (UN/CEFACT) - **🆕 Simplified Format**: Generation from SIRET + auto-enrichment (Chorus Pro API + Business Search) ### ✅ Validation and Compliance - **XML Validation**: Schematron (45 to 210+ rules depending on profile) - **PDF Validation**: PDF/A-3, Factur-X XMP metadata, electronic signatures - **VeraPDF**: Strict PDF/A validation (146+ ISO 19005-3 rules) - **Asynchronous Processing**: Celery support for heavy validations (VeraPDF) ### 📡 AFNOR PDP/PA Integration (XP Z12-013) - **Flow Submission**: Send invoices to Partner Dematerialization Platforms - **Flow Search**: View submitted invoices - **Download**: Retrieve PDF/A-3 with XML - **Directory Service**: Company search (SIREN/SIRET) - **Multi-client**: Support for multiple PDP configs per user (stored credentials or zero-storage) ### ✍️ PDF Electronic Signature - **Standards**: PAdES-B-B, PAdES-B-T (RFC 3161 timestamping), PAdES-B-LT (long-term archival) - **eIDAS Levels**: SES (self-signed), AdES (commercial CA), QES (QTSP) - **Validation**: Cryptographic integrity and certificate verification - **Certificate Generation**: Self-signed X.509 certificates for testing ### 🔄 Asynchronous Processing - **Celery**: Asynchronous generation, validation and signing - **Polling**: Status tracking via `/tasks/{task_id}/status` - **No timeout**: Ideal for large files or heavy validations ## 🔒 Authentication All requests require a **JWT token** in the Authorization header: ``` Authorization: Bearer YOUR_JWT_TOKEN ``` ### How to obtain a JWT token? #### 🔑 Method 1: `/api/token/` API (Recommended) **URL:** `https://factpulse.fr/api/token/` This method is **recommended** for integration in your applications and CI/CD workflows. **Prerequisites:** Having set a password on your account **For users registered via email/password:** - You already have a password, use it directly **For users registered via OAuth (Google/GitHub):** - You must first set a password at: https://factpulse.fr/accounts/password/set/ - Once the password is created, you can use the API **Request example:** ```bash curl -X POST https://factpulse.fr/api/token/ \\ -H \"Content-Type: application/json\" \\ -d \'{ \"username\": \"your_email@example.com\", \"password\": \"your_password\" }\' ``` **Optional `client_uid` parameter:** To select credentials for a specific client (PA/PDP, Chorus Pro, signing certificates), add `client_uid`: ```bash curl -X POST https://factpulse.fr/api/token/ \\ -H \"Content-Type: application/json\" \\ -d \'{ \"username\": \"your_email@example.com\", \"password\": \"your_password\", \"client_uid\": \"550e8400-e29b-41d4-a716-446655440000\" }\' ``` The `client_uid` will be included in the JWT and allow the API to automatically use: - AFNOR/PDP credentials configured for this client - Chorus Pro credentials configured for this client - Electronic signature certificates configured for this client **Response:** ```json { \"access\": \"eyJ0eXAiOiJKV1QiLCJhbGc...\", // Access token (validity: 30 min) \"refresh\": \"eyJ0eXAiOiJKV1QiLCJhbGc...\" // Refresh token (validity: 7 days) } ``` **Advantages:** - ✅ Full automation (CI/CD, scripts) - ✅ Programmatic token management - ✅ Refresh token support for automatic access renewal - ✅ Easy integration in any language/tool #### 🖥️ Method 2: Dashboard Generation (Alternative) **URL:** https://factpulse.fr/api/dashboard/ This method is suitable for quick tests or occasional use via the graphical interface. **How it works:** - Log in to the dashboard - Use the \"Generate Test Token\" or \"Generate Production Token\" buttons - Works for **all** users (OAuth and email/password), without requiring a password **Token types:** - **Test Token**: 24h validity, 1000 calls/day quota (free) - **Production Token**: 7 days validity, quota based on your plan **Advantages:** - ✅ Quick for API testing - ✅ No password required - ✅ Simple visual interface **Disadvantages:** - ❌ Requires manual action - ❌ No refresh token - ❌ Less suited for automation ### 📚 Full Documentation For more information on authentication and API usage: https://factpulse.fr/documentation-api/
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
* Contact: contact@factpulse.fr
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.DocType = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* AFNOR docType parameter for GET /flows/{flowId}.
|
|
19
|
+
*/
|
|
20
|
+
exports.DocType = {
|
|
21
|
+
Metadata: 'Metadata',
|
|
22
|
+
Original: 'Original',
|
|
23
|
+
Converted: 'Converted',
|
|
24
|
+
ReadableView: 'ReadableView'
|
|
25
|
+
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* FactPulse REST API
|
|
3
|
-
* REST API for electronic invoicing in France: Factur-X, AFNOR PDP/PA, electronic signatures. ## 🎯 Main Features ### 📄 Factur-X Invoice Generation - **Formats**: XML only or PDF/A-3 with embedded XML - **Profiles**: MINIMUM, BASIC, EN16931, EXTENDED - **Standards**: EN 16931 (EU directive 2014/55), ISO 19005-3 (PDF/A-3), CII (UN/CEFACT) - **🆕 Simplified Format**: Generation from SIRET + auto-enrichment (Chorus Pro API + Business Search) ### ✅ Validation and Compliance - **XML Validation**: Schematron (45 to 210+ rules depending on profile) - **PDF Validation**: PDF/A-3, Factur-X XMP metadata, electronic signatures - **VeraPDF**: Strict PDF/A validation (146+ ISO 19005-3 rules) - **Asynchronous Processing**: Celery support for heavy validations (VeraPDF) ### 📡 AFNOR PDP/PA Integration (XP Z12-013) - **Flow Submission**: Send invoices to Partner Dematerialization Platforms - **Flow Search**: View submitted invoices - **Download**: Retrieve PDF/A-3 with XML - **Directory Service**: Company search (SIREN/SIRET) - **Multi-client**: Support for multiple PDP configs per user (stored credentials or zero-storage) ### ✍️ PDF Electronic Signature - **Standards**: PAdES-B-B, PAdES-B-T (RFC 3161 timestamping), PAdES-B-LT (long-term archival) - **eIDAS Levels**: SES (self-signed), AdES (commercial CA), QES (QTSP) - **Validation**: Cryptographic integrity and certificate verification - **Certificate Generation**: Self-signed X.509 certificates for testing ### 🔄 Asynchronous Processing - **Celery**: Asynchronous generation, validation and signing - **Polling**: Status tracking via `/tasks/{task_id}/status` - **No timeout**: Ideal for large files or heavy validations ## 🔒 Authentication All requests require a **JWT token** in the Authorization header: ``` Authorization: Bearer YOUR_JWT_TOKEN ``` ### How to obtain a JWT token? #### 🔑 Method 1: `/api/token/` API (Recommended) **URL:** `https://
|
|
3
|
+
* REST API for electronic invoicing in France: Factur-X, AFNOR PDP/PA, electronic signatures. ## 🎯 Main Features ### 📄 Factur-X Invoice Generation - **Formats**: XML only or PDF/A-3 with embedded XML - **Profiles**: MINIMUM, BASIC, EN16931, EXTENDED - **Standards**: EN 16931 (EU directive 2014/55), ISO 19005-3 (PDF/A-3), CII (UN/CEFACT) - **🆕 Simplified Format**: Generation from SIRET + auto-enrichment (Chorus Pro API + Business Search) ### ✅ Validation and Compliance - **XML Validation**: Schematron (45 to 210+ rules depending on profile) - **PDF Validation**: PDF/A-3, Factur-X XMP metadata, electronic signatures - **VeraPDF**: Strict PDF/A validation (146+ ISO 19005-3 rules) - **Asynchronous Processing**: Celery support for heavy validations (VeraPDF) ### 📡 AFNOR PDP/PA Integration (XP Z12-013) - **Flow Submission**: Send invoices to Partner Dematerialization Platforms - **Flow Search**: View submitted invoices - **Download**: Retrieve PDF/A-3 with XML - **Directory Service**: Company search (SIREN/SIRET) - **Multi-client**: Support for multiple PDP configs per user (stored credentials or zero-storage) ### ✍️ PDF Electronic Signature - **Standards**: PAdES-B-B, PAdES-B-T (RFC 3161 timestamping), PAdES-B-LT (long-term archival) - **eIDAS Levels**: SES (self-signed), AdES (commercial CA), QES (QTSP) - **Validation**: Cryptographic integrity and certificate verification - **Certificate Generation**: Self-signed X.509 certificates for testing ### 🔄 Asynchronous Processing - **Celery**: Asynchronous generation, validation and signing - **Polling**: Status tracking via `/tasks/{task_id}/status` - **No timeout**: Ideal for large files or heavy validations ## 🔒 Authentication All requests require a **JWT token** in the Authorization header: ``` Authorization: Bearer YOUR_JWT_TOKEN ``` ### How to obtain a JWT token? #### 🔑 Method 1: `/api/token/` API (Recommended) **URL:** `https://factpulse.fr/api/token/` This method is **recommended** for integration in your applications and CI/CD workflows. **Prerequisites:** Having set a password on your account **For users registered via email/password:** - You already have a password, use it directly **For users registered via OAuth (Google/GitHub):** - You must first set a password at: https://factpulse.fr/accounts/password/set/ - Once the password is created, you can use the API **Request example:** ```bash curl -X POST https://factpulse.fr/api/token/ \\ -H \"Content-Type: application/json\" \\ -d \'{ \"username\": \"your_email@example.com\", \"password\": \"your_password\" }\' ``` **Optional `client_uid` parameter:** To select credentials for a specific client (PA/PDP, Chorus Pro, signing certificates), add `client_uid`: ```bash curl -X POST https://factpulse.fr/api/token/ \\ -H \"Content-Type: application/json\" \\ -d \'{ \"username\": \"your_email@example.com\", \"password\": \"your_password\", \"client_uid\": \"550e8400-e29b-41d4-a716-446655440000\" }\' ``` The `client_uid` will be included in the JWT and allow the API to automatically use: - AFNOR/PDP credentials configured for this client - Chorus Pro credentials configured for this client - Electronic signature certificates configured for this client **Response:** ```json { \"access\": \"eyJ0eXAiOiJKV1QiLCJhbGc...\", // Access token (validity: 30 min) \"refresh\": \"eyJ0eXAiOiJKV1QiLCJhbGc...\" // Refresh token (validity: 7 days) } ``` **Advantages:** - ✅ Full automation (CI/CD, scripts) - ✅ Programmatic token management - ✅ Refresh token support for automatic access renewal - ✅ Easy integration in any language/tool #### 🖥️ Method 2: Dashboard Generation (Alternative) **URL:** https://factpulse.fr/api/dashboard/ This method is suitable for quick tests or occasional use via the graphical interface. **How it works:** - Log in to the dashboard - Use the \"Generate Test Token\" or \"Generate Production Token\" buttons - Works for **all** users (OAuth and email/password), without requiring a password **Token types:** - **Test Token**: 24h validity, 1000 calls/day quota (free) - **Production Token**: 7 days validity, quota based on your plan **Advantages:** - ✅ Quick for API testing - ✅ No password required - ✅ Simple visual interface **Disadvantages:** - ❌ Requires manual action - ❌ No refresh token - ❌ Less suited for automation ### 📚 Full Documentation For more information on authentication and API usage: https://factpulse.fr/documentation-api/
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 1.0.0
|
|
6
|
-
*
|
|
6
|
+
* Contact: contact@factpulse.fr
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
9
|
* https://openapi-generator.tech
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
5
|
* FactPulse REST API
|
|
6
|
-
* REST API for electronic invoicing in France: Factur-X, AFNOR PDP/PA, electronic signatures. ## 🎯 Main Features ### 📄 Factur-X Invoice Generation - **Formats**: XML only or PDF/A-3 with embedded XML - **Profiles**: MINIMUM, BASIC, EN16931, EXTENDED - **Standards**: EN 16931 (EU directive 2014/55), ISO 19005-3 (PDF/A-3), CII (UN/CEFACT) - **🆕 Simplified Format**: Generation from SIRET + auto-enrichment (Chorus Pro API + Business Search) ### ✅ Validation and Compliance - **XML Validation**: Schematron (45 to 210+ rules depending on profile) - **PDF Validation**: PDF/A-3, Factur-X XMP metadata, electronic signatures - **VeraPDF**: Strict PDF/A validation (146+ ISO 19005-3 rules) - **Asynchronous Processing**: Celery support for heavy validations (VeraPDF) ### 📡 AFNOR PDP/PA Integration (XP Z12-013) - **Flow Submission**: Send invoices to Partner Dematerialization Platforms - **Flow Search**: View submitted invoices - **Download**: Retrieve PDF/A-3 with XML - **Directory Service**: Company search (SIREN/SIRET) - **Multi-client**: Support for multiple PDP configs per user (stored credentials or zero-storage) ### ✍️ PDF Electronic Signature - **Standards**: PAdES-B-B, PAdES-B-T (RFC 3161 timestamping), PAdES-B-LT (long-term archival) - **eIDAS Levels**: SES (self-signed), AdES (commercial CA), QES (QTSP) - **Validation**: Cryptographic integrity and certificate verification - **Certificate Generation**: Self-signed X.509 certificates for testing ### 🔄 Asynchronous Processing - **Celery**: Asynchronous generation, validation and signing - **Polling**: Status tracking via `/tasks/{task_id}/status` - **No timeout**: Ideal for large files or heavy validations ## 🔒 Authentication All requests require a **JWT token** in the Authorization header: ``` Authorization: Bearer YOUR_JWT_TOKEN ``` ### How to obtain a JWT token? #### 🔑 Method 1: `/api/token/` API (Recommended) **URL:** `https://
|
|
6
|
+
* REST API for electronic invoicing in France: Factur-X, AFNOR PDP/PA, electronic signatures. ## 🎯 Main Features ### 📄 Factur-X Invoice Generation - **Formats**: XML only or PDF/A-3 with embedded XML - **Profiles**: MINIMUM, BASIC, EN16931, EXTENDED - **Standards**: EN 16931 (EU directive 2014/55), ISO 19005-3 (PDF/A-3), CII (UN/CEFACT) - **🆕 Simplified Format**: Generation from SIRET + auto-enrichment (Chorus Pro API + Business Search) ### ✅ Validation and Compliance - **XML Validation**: Schematron (45 to 210+ rules depending on profile) - **PDF Validation**: PDF/A-3, Factur-X XMP metadata, electronic signatures - **VeraPDF**: Strict PDF/A validation (146+ ISO 19005-3 rules) - **Asynchronous Processing**: Celery support for heavy validations (VeraPDF) ### 📡 AFNOR PDP/PA Integration (XP Z12-013) - **Flow Submission**: Send invoices to Partner Dematerialization Platforms - **Flow Search**: View submitted invoices - **Download**: Retrieve PDF/A-3 with XML - **Directory Service**: Company search (SIREN/SIRET) - **Multi-client**: Support for multiple PDP configs per user (stored credentials or zero-storage) ### ✍️ PDF Electronic Signature - **Standards**: PAdES-B-B, PAdES-B-T (RFC 3161 timestamping), PAdES-B-LT (long-term archival) - **eIDAS Levels**: SES (self-signed), AdES (commercial CA), QES (QTSP) - **Validation**: Cryptographic integrity and certificate verification - **Certificate Generation**: Self-signed X.509 certificates for testing ### 🔄 Asynchronous Processing - **Celery**: Asynchronous generation, validation and signing - **Polling**: Status tracking via `/tasks/{task_id}/status` - **No timeout**: Ideal for large files or heavy validations ## 🔒 Authentication All requests require a **JWT token** in the Authorization header: ``` Authorization: Bearer YOUR_JWT_TOKEN ``` ### How to obtain a JWT token? #### 🔑 Method 1: `/api/token/` API (Recommended) **URL:** `https://factpulse.fr/api/token/` This method is **recommended** for integration in your applications and CI/CD workflows. **Prerequisites:** Having set a password on your account **For users registered via email/password:** - You already have a password, use it directly **For users registered via OAuth (Google/GitHub):** - You must first set a password at: https://factpulse.fr/accounts/password/set/ - Once the password is created, you can use the API **Request example:** ```bash curl -X POST https://factpulse.fr/api/token/ \\ -H \"Content-Type: application/json\" \\ -d \'{ \"username\": \"your_email@example.com\", \"password\": \"your_password\" }\' ``` **Optional `client_uid` parameter:** To select credentials for a specific client (PA/PDP, Chorus Pro, signing certificates), add `client_uid`: ```bash curl -X POST https://factpulse.fr/api/token/ \\ -H \"Content-Type: application/json\" \\ -d \'{ \"username\": \"your_email@example.com\", \"password\": \"your_password\", \"client_uid\": \"550e8400-e29b-41d4-a716-446655440000\" }\' ``` The `client_uid` will be included in the JWT and allow the API to automatically use: - AFNOR/PDP credentials configured for this client - Chorus Pro credentials configured for this client - Electronic signature certificates configured for this client **Response:** ```json { \"access\": \"eyJ0eXAiOiJKV1QiLCJhbGc...\", // Access token (validity: 30 min) \"refresh\": \"eyJ0eXAiOiJKV1QiLCJhbGc...\" // Refresh token (validity: 7 days) } ``` **Advantages:** - ✅ Full automation (CI/CD, scripts) - ✅ Programmatic token management - ✅ Refresh token support for automatic access renewal - ✅ Easy integration in any language/tool #### 🖥️ Method 2: Dashboard Generation (Alternative) **URL:** https://factpulse.fr/api/dashboard/ This method is suitable for quick tests or occasional use via the graphical interface. **How it works:** - Log in to the dashboard - Use the \"Generate Test Token\" or \"Generate Production Token\" buttons - Works for **all** users (OAuth and email/password), without requiring a password **Token types:** - **Test Token**: 24h validity, 1000 calls/day quota (free) - **Production Token**: 7 days validity, quota based on your plan **Advantages:** - ✅ Quick for API testing - ✅ No password required - ✅ Simple visual interface **Disadvantages:** - ❌ Requires manual action - ❌ No refresh token - ❌ Less suited for automation ### 📚 Full Documentation For more information on authentication and API usage: https://factpulse.fr/documentation-api/
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: 1.0.0
|
|
9
|
-
*
|
|
9
|
+
* Contact: contact@factpulse.fr
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
12
|
* https://openapi-generator.tech
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* FactPulse REST API
|
|
3
|
-
* REST API for electronic invoicing in France: Factur-X, AFNOR PDP/PA, electronic signatures. ## 🎯 Main Features ### 📄 Factur-X Invoice Generation - **Formats**: XML only or PDF/A-3 with embedded XML - **Profiles**: MINIMUM, BASIC, EN16931, EXTENDED - **Standards**: EN 16931 (EU directive 2014/55), ISO 19005-3 (PDF/A-3), CII (UN/CEFACT) - **🆕 Simplified Format**: Generation from SIRET + auto-enrichment (Chorus Pro API + Business Search) ### ✅ Validation and Compliance - **XML Validation**: Schematron (45 to 210+ rules depending on profile) - **PDF Validation**: PDF/A-3, Factur-X XMP metadata, electronic signatures - **VeraPDF**: Strict PDF/A validation (146+ ISO 19005-3 rules) - **Asynchronous Processing**: Celery support for heavy validations (VeraPDF) ### 📡 AFNOR PDP/PA Integration (XP Z12-013) - **Flow Submission**: Send invoices to Partner Dematerialization Platforms - **Flow Search**: View submitted invoices - **Download**: Retrieve PDF/A-3 with XML - **Directory Service**: Company search (SIREN/SIRET) - **Multi-client**: Support for multiple PDP configs per user (stored credentials or zero-storage) ### ✍️ PDF Electronic Signature - **Standards**: PAdES-B-B, PAdES-B-T (RFC 3161 timestamping), PAdES-B-LT (long-term archival) - **eIDAS Levels**: SES (self-signed), AdES (commercial CA), QES (QTSP) - **Validation**: Cryptographic integrity and certificate verification - **Certificate Generation**: Self-signed X.509 certificates for testing ### 🔄 Asynchronous Processing - **Celery**: Asynchronous generation, validation and signing - **Polling**: Status tracking via `/tasks/{task_id}/status` - **No timeout**: Ideal for large files or heavy validations ## 🔒 Authentication All requests require a **JWT token** in the Authorization header: ``` Authorization: Bearer YOUR_JWT_TOKEN ``` ### How to obtain a JWT token? #### 🔑 Method 1: `/api/token/` API (Recommended) **URL:** `https://
|
|
3
|
+
* REST API for electronic invoicing in France: Factur-X, AFNOR PDP/PA, electronic signatures. ## 🎯 Main Features ### 📄 Factur-X Invoice Generation - **Formats**: XML only or PDF/A-3 with embedded XML - **Profiles**: MINIMUM, BASIC, EN16931, EXTENDED - **Standards**: EN 16931 (EU directive 2014/55), ISO 19005-3 (PDF/A-3), CII (UN/CEFACT) - **🆕 Simplified Format**: Generation from SIRET + auto-enrichment (Chorus Pro API + Business Search) ### ✅ Validation and Compliance - **XML Validation**: Schematron (45 to 210+ rules depending on profile) - **PDF Validation**: PDF/A-3, Factur-X XMP metadata, electronic signatures - **VeraPDF**: Strict PDF/A validation (146+ ISO 19005-3 rules) - **Asynchronous Processing**: Celery support for heavy validations (VeraPDF) ### 📡 AFNOR PDP/PA Integration (XP Z12-013) - **Flow Submission**: Send invoices to Partner Dematerialization Platforms - **Flow Search**: View submitted invoices - **Download**: Retrieve PDF/A-3 with XML - **Directory Service**: Company search (SIREN/SIRET) - **Multi-client**: Support for multiple PDP configs per user (stored credentials or zero-storage) ### ✍️ PDF Electronic Signature - **Standards**: PAdES-B-B, PAdES-B-T (RFC 3161 timestamping), PAdES-B-LT (long-term archival) - **eIDAS Levels**: SES (self-signed), AdES (commercial CA), QES (QTSP) - **Validation**: Cryptographic integrity and certificate verification - **Certificate Generation**: Self-signed X.509 certificates for testing ### 🔄 Asynchronous Processing - **Celery**: Asynchronous generation, validation and signing - **Polling**: Status tracking via `/tasks/{task_id}/status` - **No timeout**: Ideal for large files or heavy validations ## 🔒 Authentication All requests require a **JWT token** in the Authorization header: ``` Authorization: Bearer YOUR_JWT_TOKEN ``` ### How to obtain a JWT token? #### 🔑 Method 1: `/api/token/` API (Recommended) **URL:** `https://factpulse.fr/api/token/` This method is **recommended** for integration in your applications and CI/CD workflows. **Prerequisites:** Having set a password on your account **For users registered via email/password:** - You already have a password, use it directly **For users registered via OAuth (Google/GitHub):** - You must first set a password at: https://factpulse.fr/accounts/password/set/ - Once the password is created, you can use the API **Request example:** ```bash curl -X POST https://factpulse.fr/api/token/ \\ -H \"Content-Type: application/json\" \\ -d \'{ \"username\": \"your_email@example.com\", \"password\": \"your_password\" }\' ``` **Optional `client_uid` parameter:** To select credentials for a specific client (PA/PDP, Chorus Pro, signing certificates), add `client_uid`: ```bash curl -X POST https://factpulse.fr/api/token/ \\ -H \"Content-Type: application/json\" \\ -d \'{ \"username\": \"your_email@example.com\", \"password\": \"your_password\", \"client_uid\": \"550e8400-e29b-41d4-a716-446655440000\" }\' ``` The `client_uid` will be included in the JWT and allow the API to automatically use: - AFNOR/PDP credentials configured for this client - Chorus Pro credentials configured for this client - Electronic signature certificates configured for this client **Response:** ```json { \"access\": \"eyJ0eXAiOiJKV1QiLCJhbGc...\", // Access token (validity: 30 min) \"refresh\": \"eyJ0eXAiOiJKV1QiLCJhbGc...\" // Refresh token (validity: 7 days) } ``` **Advantages:** - ✅ Full automation (CI/CD, scripts) - ✅ Programmatic token management - ✅ Refresh token support for automatic access renewal - ✅ Easy integration in any language/tool #### 🖥️ Method 2: Dashboard Generation (Alternative) **URL:** https://factpulse.fr/api/dashboard/ This method is suitable for quick tests or occasional use via the graphical interface. **How it works:** - Log in to the dashboard - Use the \"Generate Test Token\" or \"Generate Production Token\" buttons - Works for **all** users (OAuth and email/password), without requiring a password **Token types:** - **Test Token**: 24h validity, 1000 calls/day quota (free) - **Production Token**: 7 days validity, quota based on your plan **Advantages:** - ✅ Quick for API testing - ✅ No password required - ✅ Simple visual interface **Disadvantages:** - ❌ Requires manual action - ❌ No refresh token - ❌ Less suited for automation ### 📚 Full Documentation For more information on authentication and API usage: https://factpulse.fr/documentation-api/
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 1.0.0
|
|
6
|
-
*
|
|
6
|
+
* Contact: contact@factpulse.fr
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
9
|
* https://openapi-generator.tech
|
|
@@ -14,6 +14,12 @@ import type { SchemeID } from './scheme-id';
|
|
|
14
14
|
* Represents an electronic invoicing address, composed of an identifier and its scheme (SchemeID) in accordance with EN16931. Example: { \"identifier\": \"123456789\", \"scheme_id\": \"0225\" }
|
|
15
15
|
*/
|
|
16
16
|
export interface ElectronicAddress {
|
|
17
|
+
/**
|
|
18
|
+
* Electronic address identifier (e.g., SIREN, SIRET, routing code)
|
|
19
|
+
*/
|
|
17
20
|
'identifier': string;
|
|
21
|
+
/**
|
|
22
|
+
* Identification scheme (EAS code)
|
|
23
|
+
*/
|
|
18
24
|
'schemeId'?: SchemeID;
|
|
19
25
|
}
|