@factpulse/sdk 2.0.12 → 3.0.1
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/.github/SETUP_GITHUB_ACTIONS.md +70 -8
- package/.github/workflows/publish-npm.yml +5 -7
- package/.openapi-generator/FILES +206 -174
- package/CHANGELOG.md +3 -3
- package/README.md +181 -132
- package/api/afnorpdppaapi.ts +159 -10
- package/api/afnorpdppadirectory-service-api.ts +78 -78
- package/api/afnorpdppaflow-service-api.ts +30 -30
- package/api/chorus-pro-api.ts +358 -388
- package/api/health-api.ts +176 -0
- package/api/invoice-processing-api.ts +1083 -0
- package/api/pdfxmlverification-api.ts +536 -0
- package/api/user-api.ts +119 -0
- package/api.ts +6 -5
- package/base.ts +2 -2
- package/common.ts +2 -2
- package/configuration.ts +2 -2
- package/dist/api/afnorpdppaapi.d.ts +75 -10
- package/dist/api/afnorpdppaapi.js +152 -11
- package/dist/api/afnorpdppadirectory-service-api.d.ts +78 -78
- package/dist/api/afnorpdppadirectory-service-api.js +82 -79
- package/dist/api/afnorpdppaflow-service-api.d.ts +30 -30
- package/dist/api/afnorpdppaflow-service-api.js +34 -31
- package/dist/api/chorus-pro-api.d.ts +345 -280
- package/dist/api/chorus-pro-api.js +351 -356
- package/dist/api/health-api.d.ts +90 -0
- package/dist/api/health-api.js +184 -0
- package/dist/api/invoice-processing-api.d.ts +480 -0
- package/dist/api/invoice-processing-api.js +1010 -0
- package/dist/api/pdfxmlverification-api.d.ts +237 -0
- package/dist/api/pdfxmlverification-api.js +514 -0
- package/dist/api/user-api.d.ts +62 -0
- package/dist/api/user-api.js +128 -0
- package/dist/api.d.ts +6 -5
- package/dist/api.js +6 -5
- package/dist/base.d.ts +2 -2
- package/dist/base.js +6 -3
- package/dist/common.d.ts +2 -2
- package/dist/common.js +2 -2
- package/dist/configuration.d.ts +2 -2
- package/dist/configuration.js +2 -2
- package/dist/esm/api/afnorpdppaapi.d.ts +75 -10
- package/dist/esm/api/afnorpdppaapi.js +149 -11
- package/dist/esm/api/afnorpdppadirectory-service-api.d.ts +78 -78
- package/dist/esm/api/afnorpdppadirectory-service-api.js +78 -78
- package/dist/esm/api/afnorpdppaflow-service-api.d.ts +30 -30
- package/dist/esm/api/afnorpdppaflow-service-api.js +30 -30
- package/dist/esm/api/chorus-pro-api.d.ts +345 -280
- package/dist/esm/api/chorus-pro-api.js +347 -355
- package/dist/esm/api/health-api.d.ts +90 -0
- package/dist/esm/api/health-api.js +174 -0
- package/dist/esm/api/invoice-processing-api.d.ts +480 -0
- package/dist/esm/api/invoice-processing-api.js +1000 -0
- package/dist/esm/api/pdfxmlverification-api.d.ts +237 -0
- package/dist/esm/api/pdfxmlverification-api.js +504 -0
- package/dist/esm/api/user-api.d.ts +62 -0
- package/dist/esm/api/user-api.js +118 -0
- package/dist/esm/api.d.ts +6 -5
- package/dist/esm/api.js +6 -5
- package/dist/esm/base.d.ts +2 -2
- package/dist/esm/base.js +2 -2
- package/dist/esm/common.d.ts +2 -2
- package/dist/esm/common.js +2 -2
- 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/acknowledgment-status.d.ts +20 -0
- package/dist/esm/models/acknowledgment-status.js +21 -0
- package/dist/esm/models/afnorcredentials.d.ts +19 -0
- package/dist/esm/models/afnorcredentials.js +14 -0
- package/dist/esm/models/afnordestination.d.ts +34 -0
- package/dist/esm/models/afnordestination.js +21 -0
- package/dist/esm/models/afnorhealth-check-response.d.ts +28 -0
- package/dist/esm/models/afnorhealth-check-response.js +14 -0
- package/dist/esm/models/afnorresult.d.ts +30 -0
- package/dist/esm/models/afnorresult.js +14 -0
- package/dist/esm/models/allowance-reason-code.d.ts +24 -0
- package/dist/esm/models/allowance-reason-code.js +25 -0
- package/dist/esm/models/amount-due.d.ts +16 -0
- package/dist/esm/models/amount-due.js +14 -0
- package/dist/esm/models/apierror.d.ts +26 -0
- package/dist/esm/models/apierror.js +14 -0
- package/dist/esm/models/apiprofile.d.ts +21 -0
- package/dist/esm/models/apiprofile.js +22 -0
- package/dist/esm/models/bounding-box-schema.d.ts +44 -0
- package/dist/esm/models/bounding-box-schema.js +14 -0
- package/dist/esm/models/celery-status.d.ts +22 -0
- package/dist/esm/models/celery-status.js +23 -0
- package/dist/esm/models/certificate-info-response.d.ts +23 -23
- package/dist/esm/models/certificate-info-response.js +2 -2
- package/dist/esm/models/chorus-pro-destination.d.ts +23 -0
- package/dist/esm/models/chorus-pro-destination.js +16 -0
- package/dist/esm/models/chorus-pro-result.d.ts +22 -0
- package/dist/esm/models/chorus-pro-result.js +14 -0
- package/dist/esm/models/destination.d.ts +7 -7
- package/dist/esm/models/destination.js +2 -2
- package/dist/esm/models/document-type.d.ts +37 -0
- package/dist/esm/models/document-type.js +38 -0
- package/dist/esm/models/electronic-address.d.ts +19 -0
- package/dist/esm/models/electronic-address.js +14 -0
- package/dist/esm/models/enriched-invoice-info.d.ts +24 -0
- package/dist/esm/models/enriched-invoice-info.js +14 -0
- package/dist/esm/models/error-level.d.ts +16 -0
- package/dist/esm/models/error-level.js +17 -0
- package/dist/esm/models/error-source.d.ts +22 -0
- package/dist/esm/models/error-source.js +23 -0
- package/dist/esm/models/factur-xpdfinfo.d.ts +28 -0
- package/dist/esm/models/factur-xpdfinfo.js +14 -0
- package/dist/esm/models/facture-electronique-rest-api-schemas-chorus-pro-chorus-pro-credentials.d.ts +36 -0
- package/dist/esm/models/facture-electronique-rest-api-schemas-chorus-pro-chorus-pro-credentials.js +14 -0
- package/dist/esm/models/facture-electronique-rest-api-schemas-processing-chorus-pro-credentials.d.ts +24 -0
- package/dist/esm/models/facture-electronique-rest-api-schemas-processing-chorus-pro-credentials.js +14 -0
- package/dist/esm/models/facture-factur-x.d.ts +30 -28
- package/dist/esm/models/facture-factur-x.js +2 -2
- package/dist/esm/models/field-status.d.ts +22 -0
- package/dist/esm/models/field-status.js +23 -0
- package/dist/esm/models/flow-direction.d.ts +19 -0
- package/dist/esm/models/flow-direction.js +20 -0
- package/dist/esm/models/flow-profile.d.ts +20 -0
- package/dist/esm/models/flow-profile.js +21 -0
- package/dist/esm/models/flow-summary.d.ts +24 -0
- package/dist/esm/models/flow-summary.js +14 -0
- package/dist/esm/models/flow-syntax.d.ts +22 -0
- package/dist/esm/models/flow-syntax.js +23 -0
- package/dist/esm/models/flow-type.d.ts +22 -0
- package/dist/esm/models/flow-type.js +23 -0
- package/dist/esm/models/generate-certificate-request.d.ts +21 -21
- package/dist/esm/models/generate-certificate-request.js +2 -2
- package/dist/esm/models/generate-certificate-response.d.ts +12 -12
- package/dist/esm/models/generate-certificate-response.js +2 -2
- package/dist/esm/models/get-chorus-pro-id-request.d.ts +26 -0
- package/dist/esm/models/get-chorus-pro-id-request.js +14 -0
- package/dist/esm/models/get-chorus-pro-id-response.d.ts +29 -0
- package/dist/esm/models/get-chorus-pro-id-response.js +14 -0
- package/dist/esm/models/get-invoice-request.d.ts +22 -0
- package/dist/esm/models/get-invoice-request.js +14 -0
- package/dist/esm/models/get-invoice-response.d.ts +26 -0
- package/dist/esm/models/get-invoice-response.js +14 -0
- package/dist/esm/models/get-structure-request.d.ts +26 -0
- package/dist/esm/models/get-structure-request.js +14 -0
- package/dist/esm/models/get-structure-response.d.ts +26 -0
- package/dist/esm/models/get-structure-response.js +14 -0
- package/dist/esm/models/global-allowance-amount.d.ts +16 -0
- package/dist/esm/models/global-allowance-amount.js +14 -0
- 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 +68 -0
- package/dist/esm/models/incoming-invoice.js +14 -0
- package/dist/esm/models/incoming-supplier.d.ts +29 -0
- package/dist/esm/models/incoming-supplier.js +14 -0
- package/dist/esm/models/index.d.ts +99 -84
- package/dist/esm/models/index.js +99 -84
- package/dist/esm/models/invoice-format.d.ts +20 -0
- package/dist/esm/models/invoice-format.js +21 -0
- package/dist/esm/models/invoice-line-allowance-amount.d.ts +16 -0
- package/dist/esm/models/invoice-line-allowance-amount.js +14 -0
- package/dist/esm/models/invoice-line.d.ts +39 -0
- package/dist/esm/models/invoice-line.js +14 -0
- package/dist/esm/models/invoice-note.d.ts +18 -0
- package/dist/esm/models/invoice-note.js +14 -0
- package/dist/esm/models/invoice-references.d.ts +27 -0
- package/dist/esm/models/invoice-references.js +14 -0
- package/dist/esm/models/invoice-status.d.ts +25 -0
- package/dist/esm/models/invoice-status.js +14 -0
- package/dist/esm/models/invoice-totals-prepayment.d.ts +16 -0
- package/dist/esm/models/invoice-totals-prepayment.js +14 -0
- package/dist/esm/models/invoice-totals.d.ts +29 -0
- package/dist/esm/models/invoice-totals.js +14 -0
- package/dist/esm/models/invoice-type-code.d.ts +97 -0
- package/dist/esm/models/invoice-type-code.js +98 -0
- package/dist/esm/models/invoicing-framework-code.d.ts +25 -0
- package/dist/esm/models/invoicing-framework-code.js +26 -0
- package/dist/esm/models/invoicing-framework.d.ts +22 -0
- package/dist/esm/models/invoicing-framework.js +14 -0
- package/dist/esm/models/line-net-amount.d.ts +16 -0
- package/dist/esm/models/line-net-amount.js +14 -0
- package/dist/esm/models/mandatory-note-schema.d.ts +34 -0
- package/dist/esm/models/mandatory-note-schema.js +14 -0
- package/dist/esm/models/manual-rate.d.ts +16 -0
- package/dist/esm/models/manual-rate.js +14 -0
- package/dist/esm/models/manual-vat-rate.d.ts +16 -0
- package/dist/esm/models/manual-vat-rate.js +14 -0
- package/dist/esm/models/operation-nature.d.ts +31 -0
- package/dist/esm/models/operation-nature.js +32 -0
- package/dist/esm/models/output-format.d.ts +19 -0
- package/dist/esm/models/output-format.js +20 -0
- package/dist/esm/models/page-dimensions-schema.d.ts +24 -0
- package/dist/esm/models/page-dimensions-schema.js +14 -0
- package/dist/esm/models/payee.d.ts +26 -0
- package/dist/esm/models/payee.js +14 -0
- package/dist/esm/models/payment-means.d.ts +29 -0
- package/dist/esm/models/payment-means.js +30 -0
- package/dist/esm/models/pdfvalidation-result-api.d.ts +93 -0
- package/dist/esm/models/pdfvalidation-result-api.js +14 -0
- package/dist/esm/models/pdpcredentials.d.ts +33 -0
- package/dist/esm/models/pdpcredentials.js +14 -0
- package/dist/esm/models/postal-address.d.ts +21 -0
- package/dist/esm/models/postal-address.js +14 -0
- package/dist/esm/models/processing-options.d.ts +33 -0
- package/dist/esm/models/processing-options.js +14 -0
- package/dist/esm/models/quantity.d.ts +16 -0
- package/dist/esm/models/quantity.js +14 -0
- package/dist/esm/models/recipient.d.ts +24 -0
- package/dist/esm/models/recipient.js +14 -0
- package/dist/esm/models/scheme-id.d.ts +5 -5
- package/dist/esm/models/scheme-id.js +5 -5
- package/dist/esm/models/search-flow-request.d.ts +34 -0
- package/dist/esm/models/search-flow-request.js +14 -0
- package/dist/esm/models/search-flow-response.d.ts +33 -0
- package/dist/esm/models/search-flow-response.js +14 -0
- package/dist/esm/models/search-services-response.d.ts +24 -0
- package/dist/esm/models/search-services-response.js +14 -0
- package/dist/esm/models/search-structure-request.d.ts +25 -0
- package/dist/esm/models/search-structure-request.js +14 -0
- package/dist/esm/models/search-structure-response.d.ts +30 -0
- package/dist/esm/models/search-structure-response.js +14 -0
- package/dist/esm/models/signature-info-api.d.ts +25 -0
- package/dist/esm/models/signature-info-api.js +14 -0
- package/dist/esm/models/signature-info.d.ts +5 -5
- package/dist/esm/models/signature-info.js +2 -2
- package/dist/esm/models/signature-parameters.d.ts +34 -0
- package/dist/esm/models/signature-parameters.js +14 -0
- package/dist/esm/models/simplified-invoice-data.d.ts +46 -0
- package/dist/esm/models/simplified-invoice-data.js +14 -0
- package/dist/esm/models/structure-info.d.ts +13 -13
- package/dist/esm/models/structure-info.js +2 -2
- package/dist/esm/models/structure-parameters.d.ts +28 -0
- package/dist/esm/models/structure-parameters.js +14 -0
- package/dist/esm/models/structure-service.d.ts +32 -0
- package/dist/esm/models/structure-service.js +14 -0
- package/dist/esm/models/submission-mode.d.ts +23 -0
- package/dist/esm/models/submission-mode.js +24 -0
- package/dist/esm/models/submit-complete-invoice-request.d.ts +34 -0
- package/dist/esm/models/submit-complete-invoice-request.js +14 -0
- package/dist/esm/models/submit-complete-invoice-response.d.ts +53 -0
- package/dist/esm/models/submit-complete-invoice-response.js +17 -0
- package/dist/esm/models/submit-flow-request.d.ts +31 -0
- package/dist/esm/models/submit-flow-request.js +14 -0
- package/dist/esm/models/submit-flow-response.d.ts +38 -0
- package/dist/esm/models/submit-flow-response.js +14 -0
- package/dist/esm/models/submit-invoice-request.d.ts +44 -0
- package/dist/esm/models/submit-invoice-request.js +14 -0
- package/dist/esm/models/submit-invoice-response.d.ts +26 -0
- package/dist/esm/models/submit-invoice-response.js +14 -0
- package/dist/esm/models/supplementary-attachment.d.ts +21 -0
- package/dist/esm/models/supplementary-attachment.js +14 -0
- package/dist/esm/models/supplier.d.ts +28 -0
- package/dist/esm/models/supplier.js +14 -0
- package/dist/esm/models/task-response.d.ts +20 -0
- package/dist/esm/models/task-response.js +14 -0
- package/dist/esm/models/task-status.d.ts +28 -0
- package/dist/esm/models/task-status.js +14 -0
- package/dist/esm/models/taxable-amount.d.ts +16 -0
- package/dist/esm/models/taxable-amount.js +14 -0
- package/dist/esm/models/total-gross-amount.d.ts +16 -0
- package/dist/esm/models/total-gross-amount.js +14 -0
- package/dist/esm/models/total-net-amount.d.ts +16 -0
- package/dist/esm/models/total-net-amount.js +14 -0
- package/dist/esm/models/total-vatamount.d.ts +16 -0
- package/dist/esm/models/total-vatamount.js +14 -0
- package/dist/esm/models/unit-net-price.d.ts +16 -0
- package/dist/esm/models/unit-net-price.js +14 -0
- package/dist/esm/models/unit-of-measure.d.ts +29 -0
- package/dist/esm/models/unit-of-measure.js +30 -0
- package/dist/esm/models/validation-error-detail.d.ts +32 -0
- package/dist/esm/models/validation-error-detail.js +14 -0
- package/dist/esm/models/validation-error-loc-inner.d.ts +2 -2
- package/dist/esm/models/validation-error-loc-inner.js +2 -2
- package/dist/esm/models/validation-error-response.d.ts +20 -0
- package/dist/esm/models/validation-error-response.js +14 -0
- package/dist/esm/models/validation-error.d.ts +2 -2
- package/dist/esm/models/validation-error.js +2 -2
- package/dist/esm/models/validation-success-response.d.ts +20 -0
- package/dist/esm/models/validation-success-response.js +14 -0
- package/dist/esm/models/vat-amount.d.ts +16 -0
- package/dist/esm/models/vat-amount.js +14 -0
- package/dist/esm/models/vataccounting-code.d.ts +25 -0
- package/dist/esm/models/vataccounting-code.js +26 -0
- package/dist/esm/models/vatamount.d.ts +16 -0
- package/dist/esm/models/vatamount.js +14 -0
- package/dist/esm/models/vatcategory.d.ts +26 -0
- package/dist/esm/models/vatcategory.js +27 -0
- package/dist/esm/models/vatline.d.ts +27 -0
- package/dist/esm/models/vatline.js +14 -0
- package/dist/esm/models/verification-success-response.d.ts +56 -0
- package/dist/esm/models/verification-success-response.js +14 -0
- package/dist/esm/models/verified-field-schema.d.ts +42 -0
- package/dist/esm/models/verified-field-schema.js +14 -0
- package/dist/esm/src/helpers/client.d.ts +265 -0
- package/dist/esm/src/helpers/client.js +817 -0
- package/dist/esm/src/helpers/exceptions.d.ts +23 -0
- package/dist/esm/src/helpers/exceptions.js +27 -0
- package/dist/esm/src/helpers/index.d.ts +3 -0
- package/dist/esm/src/helpers/index.js +6 -0
- package/dist/index.d.ts +2 -2
- package/dist/index.js +2 -2
- package/dist/models/acknowledgment-status.d.ts +20 -0
- package/dist/models/acknowledgment-status.js +24 -0
- package/dist/models/afnorcredentials.d.ts +19 -0
- package/dist/models/afnorcredentials.js +15 -0
- package/dist/models/afnordestination.d.ts +34 -0
- package/dist/models/afnordestination.js +24 -0
- package/dist/models/afnorhealth-check-response.d.ts +28 -0
- package/dist/models/afnorhealth-check-response.js +15 -0
- package/dist/models/afnorresult.d.ts +30 -0
- package/dist/models/afnorresult.js +15 -0
- package/dist/models/allowance-reason-code.d.ts +24 -0
- package/dist/models/allowance-reason-code.js +28 -0
- package/dist/models/amount-due.d.ts +16 -0
- package/dist/models/amount-due.js +15 -0
- package/dist/models/apierror.d.ts +26 -0
- package/dist/models/apierror.js +15 -0
- package/dist/models/apiprofile.d.ts +21 -0
- package/dist/models/apiprofile.js +25 -0
- package/dist/models/bounding-box-schema.d.ts +44 -0
- package/dist/models/bounding-box-schema.js +15 -0
- package/dist/models/celery-status.d.ts +22 -0
- package/dist/models/celery-status.js +26 -0
- package/dist/models/certificate-info-response.d.ts +23 -23
- package/dist/models/certificate-info-response.js +2 -2
- package/dist/models/chorus-pro-destination.d.ts +23 -0
- package/dist/models/chorus-pro-destination.js +19 -0
- package/dist/models/chorus-pro-result.d.ts +22 -0
- package/dist/models/chorus-pro-result.js +15 -0
- package/dist/models/destination.d.ts +7 -7
- package/dist/models/destination.js +2 -2
- package/dist/models/document-type.d.ts +37 -0
- package/dist/models/document-type.js +41 -0
- package/dist/models/electronic-address.d.ts +19 -0
- package/dist/models/electronic-address.js +15 -0
- package/dist/models/enriched-invoice-info.d.ts +24 -0
- package/dist/models/enriched-invoice-info.js +15 -0
- package/dist/models/error-level.d.ts +16 -0
- package/dist/models/error-level.js +20 -0
- package/dist/models/error-source.d.ts +22 -0
- package/dist/models/error-source.js +26 -0
- package/dist/models/factur-xpdfinfo.d.ts +28 -0
- package/dist/models/factur-xpdfinfo.js +15 -0
- package/dist/models/facture-electronique-rest-api-schemas-chorus-pro-chorus-pro-credentials.d.ts +36 -0
- package/dist/models/facture-electronique-rest-api-schemas-chorus-pro-chorus-pro-credentials.js +15 -0
- package/dist/models/facture-electronique-rest-api-schemas-processing-chorus-pro-credentials.d.ts +24 -0
- package/dist/models/facture-electronique-rest-api-schemas-processing-chorus-pro-credentials.js +15 -0
- package/dist/models/facture-factur-x.d.ts +30 -28
- package/dist/models/facture-factur-x.js +2 -2
- package/dist/models/field-status.d.ts +22 -0
- package/dist/models/field-status.js +26 -0
- package/dist/models/flow-direction.d.ts +19 -0
- package/dist/models/flow-direction.js +23 -0
- package/dist/models/flow-profile.d.ts +20 -0
- package/dist/models/flow-profile.js +24 -0
- package/dist/models/flow-summary.d.ts +24 -0
- package/dist/models/flow-summary.js +15 -0
- package/dist/models/flow-syntax.d.ts +22 -0
- package/dist/models/flow-syntax.js +26 -0
- package/dist/models/flow-type.d.ts +22 -0
- package/dist/models/flow-type.js +26 -0
- package/dist/models/generate-certificate-request.d.ts +21 -21
- package/dist/models/generate-certificate-request.js +2 -2
- package/dist/models/generate-certificate-response.d.ts +12 -12
- package/dist/models/generate-certificate-response.js +2 -2
- package/dist/models/get-chorus-pro-id-request.d.ts +26 -0
- package/dist/models/get-chorus-pro-id-request.js +15 -0
- package/dist/models/get-chorus-pro-id-response.d.ts +29 -0
- package/dist/models/get-chorus-pro-id-response.js +15 -0
- package/dist/models/get-invoice-request.d.ts +22 -0
- package/dist/models/get-invoice-request.js +15 -0
- package/dist/models/get-invoice-response.d.ts +26 -0
- package/dist/models/get-invoice-response.js +15 -0
- package/dist/models/get-structure-request.d.ts +26 -0
- package/dist/models/get-structure-request.js +15 -0
- package/dist/models/get-structure-response.d.ts +26 -0
- package/dist/models/get-structure-response.js +15 -0
- package/dist/models/global-allowance-amount.d.ts +16 -0
- package/dist/models/global-allowance-amount.js +15 -0
- package/dist/models/httpvalidation-error.d.ts +2 -2
- package/dist/models/httpvalidation-error.js +2 -2
- package/dist/models/incoming-invoice.d.ts +68 -0
- package/dist/models/incoming-invoice.js +15 -0
- package/dist/models/incoming-supplier.d.ts +29 -0
- package/dist/models/incoming-supplier.js +15 -0
- package/dist/models/index.d.ts +99 -84
- package/dist/models/index.js +99 -84
- package/dist/models/invoice-format.d.ts +20 -0
- package/dist/models/invoice-format.js +24 -0
- package/dist/models/invoice-line-allowance-amount.d.ts +16 -0
- package/dist/models/invoice-line-allowance-amount.js +15 -0
- package/dist/models/invoice-line.d.ts +39 -0
- package/dist/models/invoice-line.js +15 -0
- package/dist/models/invoice-note.d.ts +18 -0
- package/dist/models/invoice-note.js +15 -0
- package/dist/models/invoice-references.d.ts +27 -0
- package/dist/models/invoice-references.js +15 -0
- package/dist/models/invoice-status.d.ts +25 -0
- package/dist/models/invoice-status.js +15 -0
- package/dist/models/invoice-totals-prepayment.d.ts +16 -0
- package/dist/models/invoice-totals-prepayment.js +15 -0
- package/dist/models/invoice-totals.d.ts +29 -0
- package/dist/models/invoice-totals.js +15 -0
- package/dist/models/invoice-type-code.d.ts +97 -0
- package/dist/models/invoice-type-code.js +101 -0
- package/dist/models/invoicing-framework-code.d.ts +25 -0
- package/dist/models/invoicing-framework-code.js +29 -0
- package/dist/models/invoicing-framework.d.ts +22 -0
- package/dist/models/invoicing-framework.js +15 -0
- package/dist/models/line-net-amount.d.ts +16 -0
- package/dist/models/line-net-amount.js +15 -0
- package/dist/models/mandatory-note-schema.d.ts +34 -0
- package/dist/models/mandatory-note-schema.js +15 -0
- package/dist/models/manual-rate.d.ts +16 -0
- package/dist/models/manual-rate.js +15 -0
- package/dist/models/manual-vat-rate.d.ts +16 -0
- package/dist/models/manual-vat-rate.js +15 -0
- package/dist/models/operation-nature.d.ts +31 -0
- package/dist/models/operation-nature.js +35 -0
- package/dist/models/output-format.d.ts +19 -0
- package/dist/models/output-format.js +23 -0
- package/dist/models/page-dimensions-schema.d.ts +24 -0
- package/dist/models/page-dimensions-schema.js +15 -0
- package/dist/models/payee.d.ts +26 -0
- package/dist/models/payee.js +15 -0
- package/dist/models/payment-means.d.ts +29 -0
- package/dist/models/payment-means.js +33 -0
- package/dist/models/pdfvalidation-result-api.d.ts +93 -0
- package/dist/models/pdfvalidation-result-api.js +15 -0
- package/dist/models/pdpcredentials.d.ts +33 -0
- package/dist/models/pdpcredentials.js +15 -0
- package/dist/models/postal-address.d.ts +21 -0
- package/dist/models/postal-address.js +15 -0
- package/dist/models/processing-options.d.ts +33 -0
- package/dist/models/processing-options.js +15 -0
- package/dist/models/quantity.d.ts +16 -0
- package/dist/models/quantity.js +15 -0
- package/dist/models/recipient.d.ts +24 -0
- package/dist/models/recipient.js +15 -0
- package/dist/models/scheme-id.d.ts +5 -5
- package/dist/models/scheme-id.js +5 -5
- package/dist/models/search-flow-request.d.ts +34 -0
- package/dist/models/search-flow-request.js +15 -0
- package/dist/models/search-flow-response.d.ts +33 -0
- package/dist/models/search-flow-response.js +15 -0
- package/dist/models/search-services-response.d.ts +24 -0
- package/dist/models/search-services-response.js +15 -0
- package/dist/models/search-structure-request.d.ts +25 -0
- package/dist/models/search-structure-request.js +15 -0
- package/dist/models/search-structure-response.d.ts +30 -0
- package/dist/models/search-structure-response.js +15 -0
- package/dist/models/signature-info-api.d.ts +25 -0
- package/dist/models/signature-info-api.js +15 -0
- package/dist/models/signature-info.d.ts +5 -5
- package/dist/models/signature-info.js +2 -2
- package/dist/models/signature-parameters.d.ts +34 -0
- package/dist/models/signature-parameters.js +15 -0
- package/dist/models/simplified-invoice-data.d.ts +46 -0
- package/dist/models/simplified-invoice-data.js +15 -0
- package/dist/models/structure-info.d.ts +13 -13
- package/dist/models/structure-info.js +2 -2
- package/dist/models/structure-parameters.d.ts +28 -0
- package/dist/models/structure-parameters.js +15 -0
- package/dist/models/structure-service.d.ts +32 -0
- package/dist/models/structure-service.js +15 -0
- package/dist/models/submission-mode.d.ts +23 -0
- package/dist/models/submission-mode.js +27 -0
- package/dist/models/submit-complete-invoice-request.d.ts +34 -0
- package/dist/models/submit-complete-invoice-request.js +15 -0
- package/dist/models/submit-complete-invoice-response.d.ts +53 -0
- package/dist/models/submit-complete-invoice-response.js +20 -0
- package/dist/models/submit-flow-request.d.ts +31 -0
- package/dist/models/submit-flow-request.js +15 -0
- package/dist/models/submit-flow-response.d.ts +38 -0
- package/dist/models/submit-flow-response.js +15 -0
- package/dist/models/submit-invoice-request.d.ts +44 -0
- package/dist/models/submit-invoice-request.js +15 -0
- package/dist/models/submit-invoice-response.d.ts +26 -0
- package/dist/models/submit-invoice-response.js +15 -0
- package/dist/models/supplementary-attachment.d.ts +21 -0
- package/dist/models/supplementary-attachment.js +15 -0
- package/dist/models/supplier.d.ts +28 -0
- package/dist/models/supplier.js +15 -0
- package/dist/models/task-response.d.ts +20 -0
- package/dist/models/task-response.js +15 -0
- package/dist/models/task-status.d.ts +28 -0
- package/dist/models/task-status.js +15 -0
- package/dist/models/taxable-amount.d.ts +16 -0
- package/dist/models/taxable-amount.js +15 -0
- package/dist/models/total-gross-amount.d.ts +16 -0
- package/dist/models/total-gross-amount.js +15 -0
- package/dist/models/total-net-amount.d.ts +16 -0
- package/dist/models/total-net-amount.js +15 -0
- package/dist/models/total-vatamount.d.ts +16 -0
- package/dist/models/total-vatamount.js +15 -0
- package/dist/models/unit-net-price.d.ts +16 -0
- package/dist/models/unit-net-price.js +15 -0
- package/dist/models/unit-of-measure.d.ts +29 -0
- package/dist/models/unit-of-measure.js +33 -0
- package/dist/models/validation-error-detail.d.ts +32 -0
- package/dist/models/validation-error-detail.js +15 -0
- package/dist/models/validation-error-loc-inner.d.ts +2 -2
- package/dist/models/validation-error-loc-inner.js +2 -2
- package/dist/models/validation-error-response.d.ts +20 -0
- package/dist/models/validation-error-response.js +15 -0
- package/dist/models/validation-error.d.ts +2 -2
- package/dist/models/validation-error.js +2 -2
- package/dist/models/validation-success-response.d.ts +20 -0
- package/dist/models/validation-success-response.js +15 -0
- package/dist/models/vat-amount.d.ts +16 -0
- package/dist/models/vat-amount.js +15 -0
- package/dist/models/vataccounting-code.d.ts +25 -0
- package/dist/models/vataccounting-code.js +29 -0
- package/dist/models/vatamount.d.ts +16 -0
- package/dist/models/vatamount.js +15 -0
- package/dist/models/vatcategory.d.ts +26 -0
- package/dist/models/vatcategory.js +30 -0
- package/dist/models/vatline.d.ts +27 -0
- package/dist/models/vatline.js +15 -0
- package/dist/models/verification-success-response.d.ts +56 -0
- package/dist/models/verification-success-response.js +15 -0
- package/dist/models/verified-field-schema.d.ts +42 -0
- package/dist/models/verified-field-schema.js +15 -0
- package/dist/src/helpers/client.d.ts +265 -0
- package/dist/src/helpers/client.js +866 -0
- package/dist/src/helpers/exceptions.d.ts +23 -0
- package/dist/src/helpers/exceptions.js +35 -0
- package/dist/src/helpers/index.d.ts +3 -0
- package/dist/src/helpers/index.js +24 -0
- package/docs/AFNORCredentials.md +25 -0
- package/docs/AFNORDestination.md +27 -0
- package/docs/AFNORHealthCheckResponse.md +25 -0
- package/docs/AFNORPDPPAApi.md +112 -4
- package/docs/AFNORPDPPADirectoryServiceApi.md +70 -70
- package/docs/AFNORPDPPAFlowServiceApi.md +23 -23
- package/docs/AFNORResult.md +29 -0
- package/docs/APIError.md +25 -0
- package/docs/APIProfile.md +15 -0
- package/docs/AcknowledgmentStatus.md +13 -0
- package/docs/AllowanceReasonCode.md +21 -0
- package/docs/AmountDue.md +19 -0
- package/docs/BoundingBoxSchema.md +33 -0
- package/docs/CeleryStatus.md +17 -0
- package/docs/CertificateInfoResponse.md +21 -21
- package/docs/ChorusProApi.md +116 -131
- package/docs/ChorusProDestination.md +23 -0
- package/docs/ChorusProResult.md +25 -0
- package/docs/Destination.md +6 -6
- package/docs/DocumentType.md +17 -0
- package/docs/ElectronicAddress.md +23 -0
- package/docs/EnrichedInvoiceInfo.md +35 -0
- package/docs/ErrorLevel.md +10 -0
- package/docs/ErrorSource.md +22 -0
- package/docs/FacturXPDFInfo.md +25 -0
- package/docs/FactureElectroniqueRestApiSchemasChorusProChorusProCredentials.md +29 -0
- package/docs/FactureElectroniqueRestApiSchemasProcessingChorusProCredentials.md +29 -0
- package/docs/FactureFacturX.md +31 -29
- package/docs/FieldStatus.md +17 -0
- package/docs/FlowDirection.md +11 -0
- package/docs/FlowProfile.md +13 -0
- package/docs/FlowSummary.md +35 -0
- package/docs/FlowSyntax.md +17 -0
- package/docs/FlowType.md +17 -0
- package/docs/GenerateCertificateRequest.md +20 -20
- package/docs/GenerateCertificateResponse.md +11 -11
- package/docs/GetChorusProIdRequest.md +25 -0
- package/docs/GetChorusProIdResponse.md +27 -0
- package/docs/GetInvoiceRequest.md +23 -0
- package/docs/GetInvoiceResponse.md +37 -0
- package/docs/GetStructureRequest.md +25 -0
- package/docs/GetStructureResponse.md +37 -0
- package/docs/GlobalAllowanceAmount.md +19 -0
- package/docs/HealthApi.md +97 -0
- package/docs/IncomingInvoice.md +57 -0
- package/docs/IncomingSupplier.md +35 -0
- package/docs/InvoiceFormat.md +13 -0
- package/docs/InvoiceLine.md +49 -0
- package/docs/InvoiceLineAllowanceAmount.md +19 -0
- package/docs/InvoiceNote.md +23 -0
- package/docs/InvoiceProcessingApi.md +670 -0
- package/docs/InvoiceReferences.md +35 -0
- package/docs/InvoiceStatus.md +25 -0
- package/docs/InvoiceTotals.md +33 -0
- package/docs/InvoiceTotalsPrepayment.md +19 -0
- package/docs/InvoiceTypeCode.md +71 -0
- package/docs/InvoicingFramework.md +27 -0
- package/docs/InvoicingFrameworkCode.md +23 -0
- package/docs/LineNetAmount.md +19 -0
- package/docs/MandatoryNoteSchema.md +33 -0
- package/docs/ManualRate.md +19 -0
- package/docs/ManualVatRate.md +19 -0
- package/docs/OperationNature.md +35 -0
- package/docs/OutputFormat.md +11 -0
- package/docs/PDFValidationResultAPI.md +65 -0
- package/docs/PDFXMLVerificationApi.md +335 -0
- package/docs/PDPCredentials.md +29 -0
- package/docs/PageDimensionsSchema.md +23 -0
- package/docs/Payee.md +31 -0
- package/docs/PaymentMeans.md +31 -0
- package/docs/PostalAddress.md +29 -0
- package/docs/ProcessingOptions.md +27 -0
- package/docs/Quantity.md +19 -0
- package/docs/Recipient.md +31 -0
- package/docs/SchemeID.md +1 -1
- package/docs/SearchFlowRequest.md +37 -0
- package/docs/SearchFlowResponse.md +27 -0
- package/docs/SearchServicesResponse.md +27 -0
- package/docs/SearchStructureRequest.md +29 -0
- package/docs/SearchStructureResponse.md +27 -0
- package/docs/SignatureInfo.md +3 -3
- package/docs/SignatureInfoAPI.md +31 -0
- package/docs/SignatureParameters.md +37 -0
- package/docs/SimplifiedInvoiceData.md +37 -0
- package/docs/StructureInfo.md +11 -11
- package/docs/StructureParameters.md +25 -0
- package/docs/StructureService.md +27 -0
- package/docs/SubmissionMode.md +19 -0
- package/docs/SubmitCompleteInvoiceRequest.md +29 -0
- package/docs/SubmitCompleteInvoiceResponse.md +37 -0
- package/docs/SubmitFlowRequest.md +31 -0
- package/docs/SubmitFlowResponse.md +33 -0
- package/docs/SubmitInvoiceRequest.md +49 -0
- package/docs/SubmitInvoiceResponse.md +27 -0
- package/docs/SupplementaryAttachment.md +29 -0
- package/docs/Supplier.md +39 -0
- package/docs/TaskResponse.md +21 -0
- package/docs/TaskStatus.md +25 -0
- package/docs/TaxableAmount.md +19 -0
- package/docs/TotalGrossAmount.md +19 -0
- package/docs/TotalNetAmount.md +19 -0
- package/docs/TotalVATAmount.md +19 -0
- package/docs/UnitNetPrice.md +19 -0
- package/docs/UnitOfMeasure.md +31 -0
- package/docs/UserApi.md +52 -0
- package/docs/VATAccountingCode.md +23 -0
- package/docs/VATAmount.md +19 -0
- package/docs/VATCategory.md +25 -0
- package/docs/VATLine.md +33 -0
- package/docs/ValidationErrorDetail.md +29 -0
- package/docs/ValidationErrorResponse.md +21 -0
- package/docs/ValidationSuccessResponse.md +21 -0
- package/docs/VatAmount.md +19 -0
- package/docs/VerificationSuccessResponse.md +39 -0
- package/docs/VerifiedFieldSchema.md +37 -0
- package/index.ts +2 -2
- package/models/acknowledgment-status.ts +30 -0
- package/models/afnorcredentials.ts +25 -0
- package/models/afnordestination.ts +46 -0
- package/models/afnorhealth-check-response.ts +34 -0
- package/models/afnorresult.ts +36 -0
- package/models/allowance-reason-code.ts +34 -0
- package/models/amount-due.ts +22 -0
- package/models/apierror.ts +34 -0
- package/models/apiprofile.ts +31 -0
- package/models/bounding-box-schema.ts +50 -0
- package/models/celery-status.ts +32 -0
- package/models/certificate-info-response.ts +23 -23
- package/models/chorus-pro-destination.ts +34 -0
- package/models/chorus-pro-result.ts +28 -0
- package/models/destination.ts +7 -7
- package/models/document-type.ts +47 -0
- package/models/electronic-address.ts +29 -0
- package/models/enriched-invoice-info.ts +30 -0
- package/models/error-level.ts +26 -0
- package/models/error-source.ts +32 -0
- package/models/factur-xpdfinfo.ts +34 -0
- package/models/facture-electronique-rest-api-schemas-chorus-pro-chorus-pro-credentials.ts +42 -0
- package/models/facture-electronique-rest-api-schemas-processing-chorus-pro-credentials.ts +30 -0
- package/models/facture-factur-x.ts +32 -28
- package/models/field-status.ts +32 -0
- package/models/flow-direction.ts +29 -0
- package/models/flow-profile.ts +30 -0
- package/models/flow-summary.ts +30 -0
- package/models/flow-syntax.ts +32 -0
- package/models/flow-type.ts +32 -0
- package/models/generate-certificate-request.ts +21 -21
- package/models/generate-certificate-response.ts +12 -12
- package/models/get-chorus-pro-id-request.ts +34 -0
- package/models/get-chorus-pro-id-response.ts +35 -0
- package/models/get-invoice-request.ts +30 -0
- package/models/get-invoice-response.ts +34 -0
- package/models/get-structure-request.ts +34 -0
- package/models/get-structure-response.ts +34 -0
- package/models/global-allowance-amount.ts +22 -0
- package/models/httpvalidation-error.ts +2 -2
- package/models/incoming-invoice.ts +82 -0
- package/models/incoming-supplier.ts +39 -0
- package/models/index.ts +99 -84
- package/models/invoice-format.ts +30 -0
- package/models/invoice-line-allowance-amount.ts +22 -0
- package/models/invoice-line.ts +63 -0
- package/models/invoice-note.ts +24 -0
- package/models/invoice-references.ts +41 -0
- package/models/invoice-status.ts +31 -0
- package/models/invoice-totals-prepayment.ts +22 -0
- package/models/invoice-totals.ts +47 -0
- package/models/invoice-type-code.ts +107 -0
- package/models/invoicing-framework-code.ts +35 -0
- package/models/invoicing-framework.ts +34 -0
- package/models/line-net-amount.ts +22 -0
- package/models/mandatory-note-schema.ts +46 -0
- package/models/manual-rate.ts +22 -0
- package/models/manual-vat-rate.ts +22 -0
- package/models/operation-nature.ts +41 -0
- package/models/output-format.ts +29 -0
- package/models/page-dimensions-schema.ts +30 -0
- package/models/payee.ts +34 -0
- package/models/payment-means.ts +39 -0
- package/models/pdfvalidation-result-api.ts +99 -0
- package/models/pdpcredentials.ts +39 -0
- package/models/postal-address.ts +27 -0
- package/models/processing-options.ts +43 -0
- package/models/quantity.ts +22 -0
- package/models/recipient.ts +34 -0
- package/models/scheme-id.ts +5 -5
- package/models/search-flow-request.ts +48 -0
- package/models/search-flow-response.ts +41 -0
- package/models/search-services-response.ts +32 -0
- package/models/search-structure-request.ts +33 -0
- package/models/search-structure-response.ts +38 -0
- package/models/signature-info-api.ts +31 -0
- package/models/signature-info.ts +5 -5
- package/models/signature-parameters.ts +40 -0
- package/models/simplified-invoice-data.ts +46 -0
- package/models/structure-info.ts +13 -13
- package/models/structure-parameters.ts +34 -0
- package/models/structure-service.ts +38 -0
- package/models/submission-mode.ts +33 -0
- package/models/submit-complete-invoice-request.ts +48 -0
- package/models/submit-complete-invoice-response.ts +72 -0
- package/models/submit-flow-request.ts +45 -0
- package/models/submit-flow-response.ts +44 -0
- package/models/submit-invoice-request.ts +58 -0
- package/models/submit-invoice-response.ts +32 -0
- package/models/supplementary-attachment.ts +27 -0
- package/models/supplier.ts +38 -0
- package/models/task-response.ts +26 -0
- package/models/task-status.ts +36 -0
- package/models/taxable-amount.ts +22 -0
- package/models/total-gross-amount.ts +22 -0
- package/models/total-net-amount.ts +22 -0
- package/models/total-vatamount.ts +22 -0
- package/models/unit-net-price.ts +22 -0
- package/models/unit-of-measure.ts +39 -0
- package/models/validation-error-detail.ts +44 -0
- package/models/validation-error-loc-inner.ts +2 -2
- package/models/validation-error-response.ts +26 -0
- package/models/validation-error.ts +2 -2
- package/models/validation-success-response.ts +26 -0
- package/models/vat-amount.ts +22 -0
- package/models/vataccounting-code.ts +35 -0
- package/models/vatamount.ts +22 -0
- package/models/vatcategory.ts +36 -0
- package/models/vatline.ts +43 -0
- package/models/verification-success-response.ts +68 -0
- package/models/verified-field-schema.ts +54 -0
- package/package.json +2 -2
- package/src/helpers/client.ts +882 -0
- package/src/helpers/exceptions.ts +32 -0
- package/src/helpers/index.ts +6 -0
- package/tsconfig.esm.json +1 -0
- package/tsconfig.json +1 -0
- package/api/sant-api.ts +0 -176
- package/api/traitement-facture-api.ts +0 -1083
- package/api/utilisateur-api.ts +0 -119
- package/dist/api/sant-api.d.ts +0 -90
- package/dist/api/sant-api.js +0 -181
- package/dist/api/traitement-facture-api.d.ts +0 -480
- package/dist/api/traitement-facture-api.js +0 -1007
- package/dist/api/utilisateur-api.d.ts +0 -62
- package/dist/api/utilisateur-api.js +0 -125
- package/dist/esm/api/sant-api.d.ts +0 -90
- package/dist/esm/api/sant-api.js +0 -174
- package/dist/esm/api/traitement-facture-api.d.ts +0 -480
- package/dist/esm/api/traitement-facture-api.js +0 -1000
- package/dist/esm/api/utilisateur-api.d.ts +0 -62
- package/dist/esm/api/utilisateur-api.js +0 -118
- package/dist/esm/models/adresse-electronique.d.ts +0 -19
- package/dist/esm/models/adresse-electronique.js +0 -14
- package/dist/esm/models/adresse-postale.d.ts +0 -21
- package/dist/esm/models/adresse-postale.js +0 -14
- package/dist/esm/models/body-ajouter-fichier-api-v1-chorus-pro-transverses-ajouter-fichier-post.d.ts +0 -20
- package/dist/esm/models/body-ajouter-fichier-api-v1-chorus-pro-transverses-ajouter-fichier-post.js +0 -14
- package/dist/esm/models/body-completer-facture-api-v1-chorus-pro-factures-completer-post.d.ts +0 -20
- package/dist/esm/models/body-completer-facture-api-v1-chorus-pro-factures-completer-post.js +0 -14
- package/dist/esm/models/body-lister-services-structure-api-v1-chorus-pro-structures-id-structure-cpp-services-get.d.ts +0 -17
- package/dist/esm/models/body-lister-services-structure-api-v1-chorus-pro-structures-id-structure-cpp-services-get.js +0 -14
- package/dist/esm/models/body-rechercher-factures-destinataire-api-v1-chorus-pro-factures-rechercher-destinataire-post.d.ts +0 -20
- package/dist/esm/models/body-rechercher-factures-destinataire-api-v1-chorus-pro-factures-rechercher-destinataire-post.js +0 -14
- package/dist/esm/models/body-rechercher-factures-fournisseur-api-v1-chorus-pro-factures-rechercher-fournisseur-post.d.ts +0 -20
- package/dist/esm/models/body-rechercher-factures-fournisseur-api-v1-chorus-pro-factures-rechercher-fournisseur-post.js +0 -14
- package/dist/esm/models/body-recycler-facture-api-v1-chorus-pro-factures-recycler-post.d.ts +0 -20
- package/dist/esm/models/body-recycler-facture-api-v1-chorus-pro-factures-recycler-post.js +0 -14
- package/dist/esm/models/body-telecharger-groupe-factures-api-v1-chorus-pro-factures-telecharger-groupe-post.d.ts +0 -20
- package/dist/esm/models/body-telecharger-groupe-factures-api-v1-chorus-pro-factures-telecharger-groupe-post.js +0 -14
- package/dist/esm/models/body-traiter-facture-recue-api-v1-chorus-pro-factures-traiter-facture-recue-post.d.ts +0 -20
- package/dist/esm/models/body-traiter-facture-recue-api-v1-chorus-pro-factures-traiter-facture-recue-post.js +0 -14
- package/dist/esm/models/body-valideur-consulter-facture-api-v1-chorus-pro-factures-valideur-consulter-post.d.ts +0 -20
- package/dist/esm/models/body-valideur-consulter-facture-api-v1-chorus-pro-factures-valideur-consulter-post.js +0 -14
- package/dist/esm/models/body-valideur-rechercher-factures-api-v1-chorus-pro-factures-valideur-rechercher-post.d.ts +0 -20
- package/dist/esm/models/body-valideur-rechercher-factures-api-v1-chorus-pro-factures-valideur-rechercher-post.js +0 -14
- package/dist/esm/models/body-valideur-traiter-facture-api-v1-chorus-pro-factures-valideur-traiter-post.d.ts +0 -20
- package/dist/esm/models/body-valideur-traiter-facture-api-v1-chorus-pro-factures-valideur-traiter-post.js +0 -14
- package/dist/esm/models/cadre-de-facturation.d.ts +0 -20
- package/dist/esm/models/cadre-de-facturation.js +0 -14
- package/dist/esm/models/categorie-tva.d.ts +0 -53
- package/dist/esm/models/categorie-tva.js +0 -54
- package/dist/esm/models/chorus-pro-credentials.d.ts +0 -36
- package/dist/esm/models/chorus-pro-credentials.js +0 -14
- package/dist/esm/models/code-cadre-facturation.d.ts +0 -18
- package/dist/esm/models/code-cadre-facturation.js +0 -19
- package/dist/esm/models/code-raison-reduction.d.ts +0 -45
- package/dist/esm/models/code-raison-reduction.js +0 -46
- package/dist/esm/models/consulter-facture-request.d.ts +0 -22
- package/dist/esm/models/consulter-facture-request.js +0 -14
- package/dist/esm/models/consulter-facture-response.d.ts +0 -26
- package/dist/esm/models/consulter-facture-response.js +0 -14
- package/dist/esm/models/consulter-structure-request.d.ts +0 -26
- package/dist/esm/models/consulter-structure-request.js +0 -14
- package/dist/esm/models/consulter-structure-response.d.ts +0 -26
- package/dist/esm/models/consulter-structure-response.js +0 -14
- package/dist/esm/models/credentials-afnor.d.ts +0 -19
- package/dist/esm/models/credentials-afnor.js +0 -14
- package/dist/esm/models/credentials-chorus-pro.d.ts +0 -24
- package/dist/esm/models/credentials-chorus-pro.js +0 -14
- package/dist/esm/models/destinataire.d.ts +0 -24
- package/dist/esm/models/destinataire.js +0 -14
- package/dist/esm/models/destination-afnor.d.ts +0 -34
- package/dist/esm/models/destination-afnor.js +0 -21
- package/dist/esm/models/destination-chorus-pro.d.ts +0 -23
- package/dist/esm/models/destination-chorus-pro.js +0 -16
- package/dist/esm/models/donnees-facture-simplifiees.d.ts +0 -46
- package/dist/esm/models/donnees-facture-simplifiees.js +0 -14
- package/dist/esm/models/facture-enrichie-info.d.ts +0 -24
- package/dist/esm/models/facture-enrichie-info.js +0 -14
- package/dist/esm/models/format-sortie.d.ts +0 -16
- package/dist/esm/models/format-sortie.js +0 -17
- package/dist/esm/models/fournisseur.d.ts +0 -28
- package/dist/esm/models/fournisseur.js +0 -14
- package/dist/esm/models/information-signature-api.d.ts +0 -25
- package/dist/esm/models/information-signature-api.js +0 -14
- package/dist/esm/models/ligne-de-poste-montant-remise-ht.d.ts +0 -16
- package/dist/esm/models/ligne-de-poste-montant-remise-ht.js +0 -14
- package/dist/esm/models/ligne-de-poste-taux-tva-manuel.d.ts +0 -16
- package/dist/esm/models/ligne-de-poste-taux-tva-manuel.js +0 -14
- package/dist/esm/models/ligne-de-poste.d.ts +0 -39
- package/dist/esm/models/ligne-de-poste.js +0 -14
- package/dist/esm/models/ligne-de-tva.d.ts +0 -25
- package/dist/esm/models/ligne-de-tva.js +0 -14
- package/dist/esm/models/mode-depot.d.ts +0 -20
- package/dist/esm/models/mode-depot.js +0 -21
- package/dist/esm/models/mode-paiement.d.ts +0 -23
- package/dist/esm/models/mode-paiement.js +0 -24
- package/dist/esm/models/montant-apayer.d.ts +0 -16
- package/dist/esm/models/montant-apayer.js +0 -14
- package/dist/esm/models/montant-base-ht.d.ts +0 -16
- package/dist/esm/models/montant-base-ht.js +0 -14
- package/dist/esm/models/montant-ht-total.d.ts +0 -16
- package/dist/esm/models/montant-ht-total.js +0 -14
- package/dist/esm/models/montant-remise-globale-ttc.d.ts +0 -16
- package/dist/esm/models/montant-remise-globale-ttc.js +0 -14
- package/dist/esm/models/montant-total-acompte.d.ts +0 -16
- package/dist/esm/models/montant-total-acompte.js +0 -14
- package/dist/esm/models/montant-total-ligne-ht.d.ts +0 -16
- package/dist/esm/models/montant-total-ligne-ht.js +0 -14
- package/dist/esm/models/montant-total.d.ts +0 -29
- package/dist/esm/models/montant-total.js +0 -14
- package/dist/esm/models/montant-ttc-total.d.ts +0 -16
- package/dist/esm/models/montant-ttc-total.js +0 -14
- package/dist/esm/models/montant-tva-ligne.d.ts +0 -16
- package/dist/esm/models/montant-tva-ligne.js +0 -14
- package/dist/esm/models/montant-tva-total.d.ts +0 -16
- package/dist/esm/models/montant-tva-total.js +0 -14
- package/dist/esm/models/montant-tva.d.ts +0 -16
- package/dist/esm/models/montant-tva.js +0 -14
- package/dist/esm/models/montant-unitaire-ht.d.ts +0 -16
- package/dist/esm/models/montant-unitaire-ht.js +0 -14
- package/dist/esm/models/note.d.ts +0 -18
- package/dist/esm/models/note.js +0 -14
- package/dist/esm/models/obtenir-id-chorus-pro-request.d.ts +0 -26
- package/dist/esm/models/obtenir-id-chorus-pro-request.js +0 -14
- package/dist/esm/models/obtenir-id-chorus-pro-response.d.ts +0 -29
- package/dist/esm/models/obtenir-id-chorus-pro-response.js +0 -14
- package/dist/esm/models/options-processing.d.ts +0 -33
- package/dist/esm/models/options-processing.js +0 -14
- package/dist/esm/models/parametres-signature.d.ts +0 -34
- package/dist/esm/models/parametres-signature.js +0 -14
- package/dist/esm/models/parametres-structure.d.ts +0 -28
- package/dist/esm/models/parametres-structure.js +0 -14
- package/dist/esm/models/pdffactur-xinfo.d.ts +0 -28
- package/dist/esm/models/pdffactur-xinfo.js +0 -14
- package/dist/esm/models/piece-jointe-complementaire.d.ts +0 -21
- package/dist/esm/models/piece-jointe-complementaire.js +0 -14
- package/dist/esm/models/profil-api.d.ts +0 -18
- package/dist/esm/models/profil-api.js +0 -19
- package/dist/esm/models/quantite.d.ts +0 -16
- package/dist/esm/models/quantite.js +0 -14
- package/dist/esm/models/quota-info.d.ts +0 -21
- package/dist/esm/models/quota-info.js +0 -14
- package/dist/esm/models/rechercher-services-response.d.ts +0 -24
- package/dist/esm/models/rechercher-services-response.js +0 -14
- package/dist/esm/models/rechercher-structure-request.d.ts +0 -25
- package/dist/esm/models/rechercher-structure-request.js +0 -14
- package/dist/esm/models/rechercher-structure-response.d.ts +0 -30
- package/dist/esm/models/rechercher-structure-response.js +0 -14
- package/dist/esm/models/references.d.ts +0 -27
- package/dist/esm/models/references.js +0 -14
- package/dist/esm/models/reponse-tache.d.ts +0 -17
- package/dist/esm/models/reponse-tache.js +0 -14
- package/dist/esm/models/reponse-validation-erreur.d.ts +0 -17
- package/dist/esm/models/reponse-validation-erreur.js +0 -14
- package/dist/esm/models/reponse-validation-succes.d.ts +0 -17
- package/dist/esm/models/reponse-validation-succes.js +0 -14
- package/dist/esm/models/resultat-afnor.d.ts +0 -30
- package/dist/esm/models/resultat-afnor.js +0 -14
- package/dist/esm/models/resultat-chorus-pro.d.ts +0 -22
- package/dist/esm/models/resultat-chorus-pro.js +0 -14
- package/dist/esm/models/resultat-validation-pdfapi.d.ts +0 -93
- package/dist/esm/models/resultat-validation-pdfapi.js +0 -14
- package/dist/esm/models/service-structure.d.ts +0 -32
- package/dist/esm/models/service-structure.js +0 -14
- package/dist/esm/models/soumettre-facture-complete-request.d.ts +0 -34
- package/dist/esm/models/soumettre-facture-complete-request.js +0 -14
- package/dist/esm/models/soumettre-facture-complete-response.d.ts +0 -53
- package/dist/esm/models/soumettre-facture-complete-response.js +0 -17
- package/dist/esm/models/soumettre-facture-request.d.ts +0 -44
- package/dist/esm/models/soumettre-facture-request.js +0 -14
- package/dist/esm/models/soumettre-facture-response.d.ts +0 -26
- package/dist/esm/models/soumettre-facture-response.js +0 -14
- package/dist/esm/models/statut-celery.d.ts +0 -22
- package/dist/esm/models/statut-celery.js +0 -23
- package/dist/esm/models/statut-facture.d.ts +0 -25
- package/dist/esm/models/statut-facture.js +0 -14
- package/dist/esm/models/statut-tache.d.ts +0 -25
- package/dist/esm/models/statut-tache.js +0 -14
- package/dist/esm/models/tauxmanuel.d.ts +0 -16
- package/dist/esm/models/tauxmanuel.js +0 -14
- package/dist/esm/models/type-facture.d.ts +0 -19
- package/dist/esm/models/type-facture.js +0 -20
- package/dist/esm/models/type-tva.d.ts +0 -21
- package/dist/esm/models/type-tva.js +0 -22
- package/dist/esm/models/unite.d.ts +0 -23
- package/dist/esm/models/unite.js +0 -24
- package/dist/esm/models/utilisateur.d.ts +0 -29
- package/dist/esm/models/utilisateur.js +0 -14
- package/dist/models/adresse-electronique.d.ts +0 -19
- package/dist/models/adresse-electronique.js +0 -15
- package/dist/models/adresse-postale.d.ts +0 -21
- package/dist/models/adresse-postale.js +0 -15
- package/dist/models/body-ajouter-fichier-api-v1-chorus-pro-transverses-ajouter-fichier-post.d.ts +0 -20
- package/dist/models/body-ajouter-fichier-api-v1-chorus-pro-transverses-ajouter-fichier-post.js +0 -15
- package/dist/models/body-completer-facture-api-v1-chorus-pro-factures-completer-post.d.ts +0 -20
- package/dist/models/body-completer-facture-api-v1-chorus-pro-factures-completer-post.js +0 -15
- package/dist/models/body-lister-services-structure-api-v1-chorus-pro-structures-id-structure-cpp-services-get.d.ts +0 -17
- package/dist/models/body-lister-services-structure-api-v1-chorus-pro-structures-id-structure-cpp-services-get.js +0 -15
- package/dist/models/body-rechercher-factures-destinataire-api-v1-chorus-pro-factures-rechercher-destinataire-post.d.ts +0 -20
- package/dist/models/body-rechercher-factures-destinataire-api-v1-chorus-pro-factures-rechercher-destinataire-post.js +0 -15
- package/dist/models/body-rechercher-factures-fournisseur-api-v1-chorus-pro-factures-rechercher-fournisseur-post.d.ts +0 -20
- package/dist/models/body-rechercher-factures-fournisseur-api-v1-chorus-pro-factures-rechercher-fournisseur-post.js +0 -15
- package/dist/models/body-recycler-facture-api-v1-chorus-pro-factures-recycler-post.d.ts +0 -20
- package/dist/models/body-recycler-facture-api-v1-chorus-pro-factures-recycler-post.js +0 -15
- package/dist/models/body-telecharger-groupe-factures-api-v1-chorus-pro-factures-telecharger-groupe-post.d.ts +0 -20
- package/dist/models/body-telecharger-groupe-factures-api-v1-chorus-pro-factures-telecharger-groupe-post.js +0 -15
- package/dist/models/body-traiter-facture-recue-api-v1-chorus-pro-factures-traiter-facture-recue-post.d.ts +0 -20
- package/dist/models/body-traiter-facture-recue-api-v1-chorus-pro-factures-traiter-facture-recue-post.js +0 -15
- package/dist/models/body-valideur-consulter-facture-api-v1-chorus-pro-factures-valideur-consulter-post.d.ts +0 -20
- package/dist/models/body-valideur-consulter-facture-api-v1-chorus-pro-factures-valideur-consulter-post.js +0 -15
- package/dist/models/body-valideur-rechercher-factures-api-v1-chorus-pro-factures-valideur-rechercher-post.d.ts +0 -20
- package/dist/models/body-valideur-rechercher-factures-api-v1-chorus-pro-factures-valideur-rechercher-post.js +0 -15
- package/dist/models/body-valideur-traiter-facture-api-v1-chorus-pro-factures-valideur-traiter-post.d.ts +0 -20
- package/dist/models/body-valideur-traiter-facture-api-v1-chorus-pro-factures-valideur-traiter-post.js +0 -15
- package/dist/models/cadre-de-facturation.d.ts +0 -20
- package/dist/models/cadre-de-facturation.js +0 -15
- package/dist/models/categorie-tva.d.ts +0 -53
- package/dist/models/categorie-tva.js +0 -57
- package/dist/models/chorus-pro-credentials.d.ts +0 -36
- package/dist/models/chorus-pro-credentials.js +0 -15
- package/dist/models/code-cadre-facturation.d.ts +0 -18
- package/dist/models/code-cadre-facturation.js +0 -22
- package/dist/models/code-raison-reduction.d.ts +0 -45
- package/dist/models/code-raison-reduction.js +0 -49
- package/dist/models/consulter-facture-request.d.ts +0 -22
- package/dist/models/consulter-facture-request.js +0 -15
- package/dist/models/consulter-facture-response.d.ts +0 -26
- package/dist/models/consulter-facture-response.js +0 -15
- package/dist/models/consulter-structure-request.d.ts +0 -26
- package/dist/models/consulter-structure-request.js +0 -15
- package/dist/models/consulter-structure-response.d.ts +0 -26
- package/dist/models/consulter-structure-response.js +0 -15
- package/dist/models/credentials-afnor.d.ts +0 -19
- package/dist/models/credentials-afnor.js +0 -15
- package/dist/models/credentials-chorus-pro.d.ts +0 -24
- package/dist/models/credentials-chorus-pro.js +0 -15
- package/dist/models/destinataire.d.ts +0 -24
- package/dist/models/destinataire.js +0 -15
- package/dist/models/destination-afnor.d.ts +0 -34
- package/dist/models/destination-afnor.js +0 -24
- package/dist/models/destination-chorus-pro.d.ts +0 -23
- package/dist/models/destination-chorus-pro.js +0 -19
- package/dist/models/donnees-facture-simplifiees.d.ts +0 -46
- package/dist/models/donnees-facture-simplifiees.js +0 -15
- package/dist/models/facture-enrichie-info.d.ts +0 -24
- package/dist/models/facture-enrichie-info.js +0 -15
- package/dist/models/format-sortie.d.ts +0 -16
- package/dist/models/format-sortie.js +0 -20
- package/dist/models/fournisseur.d.ts +0 -28
- package/dist/models/fournisseur.js +0 -15
- package/dist/models/information-signature-api.d.ts +0 -25
- package/dist/models/information-signature-api.js +0 -15
- package/dist/models/ligne-de-poste-montant-remise-ht.d.ts +0 -16
- package/dist/models/ligne-de-poste-montant-remise-ht.js +0 -15
- package/dist/models/ligne-de-poste-taux-tva-manuel.d.ts +0 -16
- package/dist/models/ligne-de-poste-taux-tva-manuel.js +0 -15
- package/dist/models/ligne-de-poste.d.ts +0 -39
- package/dist/models/ligne-de-poste.js +0 -15
- package/dist/models/ligne-de-tva.d.ts +0 -25
- package/dist/models/ligne-de-tva.js +0 -15
- package/dist/models/mode-depot.d.ts +0 -20
- package/dist/models/mode-depot.js +0 -24
- package/dist/models/mode-paiement.d.ts +0 -23
- package/dist/models/mode-paiement.js +0 -27
- package/dist/models/montant-apayer.d.ts +0 -16
- package/dist/models/montant-apayer.js +0 -15
- package/dist/models/montant-base-ht.d.ts +0 -16
- package/dist/models/montant-base-ht.js +0 -15
- package/dist/models/montant-ht-total.d.ts +0 -16
- package/dist/models/montant-ht-total.js +0 -15
- package/dist/models/montant-remise-globale-ttc.d.ts +0 -16
- package/dist/models/montant-remise-globale-ttc.js +0 -15
- package/dist/models/montant-total-acompte.d.ts +0 -16
- package/dist/models/montant-total-acompte.js +0 -15
- package/dist/models/montant-total-ligne-ht.d.ts +0 -16
- package/dist/models/montant-total-ligne-ht.js +0 -15
- package/dist/models/montant-total.d.ts +0 -29
- package/dist/models/montant-total.js +0 -15
- package/dist/models/montant-ttc-total.d.ts +0 -16
- package/dist/models/montant-ttc-total.js +0 -15
- package/dist/models/montant-tva-ligne.d.ts +0 -16
- package/dist/models/montant-tva-ligne.js +0 -15
- package/dist/models/montant-tva-total.d.ts +0 -16
- package/dist/models/montant-tva-total.js +0 -15
- package/dist/models/montant-tva.d.ts +0 -16
- package/dist/models/montant-tva.js +0 -15
- package/dist/models/montant-unitaire-ht.d.ts +0 -16
- package/dist/models/montant-unitaire-ht.js +0 -15
- package/dist/models/note.d.ts +0 -18
- package/dist/models/note.js +0 -15
- package/dist/models/obtenir-id-chorus-pro-request.d.ts +0 -26
- package/dist/models/obtenir-id-chorus-pro-request.js +0 -15
- package/dist/models/obtenir-id-chorus-pro-response.d.ts +0 -29
- package/dist/models/obtenir-id-chorus-pro-response.js +0 -15
- package/dist/models/options-processing.d.ts +0 -33
- package/dist/models/options-processing.js +0 -15
- package/dist/models/parametres-signature.d.ts +0 -34
- package/dist/models/parametres-signature.js +0 -15
- package/dist/models/parametres-structure.d.ts +0 -28
- package/dist/models/parametres-structure.js +0 -15
- package/dist/models/pdffactur-xinfo.d.ts +0 -28
- package/dist/models/pdffactur-xinfo.js +0 -15
- package/dist/models/piece-jointe-complementaire.d.ts +0 -21
- package/dist/models/piece-jointe-complementaire.js +0 -15
- package/dist/models/profil-api.d.ts +0 -18
- package/dist/models/profil-api.js +0 -22
- package/dist/models/quantite.d.ts +0 -16
- package/dist/models/quantite.js +0 -15
- package/dist/models/quota-info.d.ts +0 -21
- package/dist/models/quota-info.js +0 -15
- package/dist/models/rechercher-services-response.d.ts +0 -24
- package/dist/models/rechercher-services-response.js +0 -15
- package/dist/models/rechercher-structure-request.d.ts +0 -25
- package/dist/models/rechercher-structure-request.js +0 -15
- package/dist/models/rechercher-structure-response.d.ts +0 -30
- package/dist/models/rechercher-structure-response.js +0 -15
- package/dist/models/references.d.ts +0 -27
- package/dist/models/references.js +0 -15
- package/dist/models/reponse-tache.d.ts +0 -17
- package/dist/models/reponse-tache.js +0 -15
- package/dist/models/reponse-validation-erreur.d.ts +0 -17
- package/dist/models/reponse-validation-erreur.js +0 -15
- package/dist/models/reponse-validation-succes.d.ts +0 -17
- package/dist/models/reponse-validation-succes.js +0 -15
- package/dist/models/resultat-afnor.d.ts +0 -30
- package/dist/models/resultat-afnor.js +0 -15
- package/dist/models/resultat-chorus-pro.d.ts +0 -22
- package/dist/models/resultat-chorus-pro.js +0 -15
- package/dist/models/resultat-validation-pdfapi.d.ts +0 -93
- package/dist/models/resultat-validation-pdfapi.js +0 -15
- package/dist/models/service-structure.d.ts +0 -32
- package/dist/models/service-structure.js +0 -15
- package/dist/models/soumettre-facture-complete-request.d.ts +0 -34
- package/dist/models/soumettre-facture-complete-request.js +0 -15
- package/dist/models/soumettre-facture-complete-response.d.ts +0 -53
- package/dist/models/soumettre-facture-complete-response.js +0 -20
- package/dist/models/soumettre-facture-request.d.ts +0 -44
- package/dist/models/soumettre-facture-request.js +0 -15
- package/dist/models/soumettre-facture-response.d.ts +0 -26
- package/dist/models/soumettre-facture-response.js +0 -15
- package/dist/models/statut-celery.d.ts +0 -22
- package/dist/models/statut-celery.js +0 -26
- package/dist/models/statut-facture.d.ts +0 -25
- package/dist/models/statut-facture.js +0 -15
- package/dist/models/statut-tache.d.ts +0 -25
- package/dist/models/statut-tache.js +0 -15
- package/dist/models/tauxmanuel.d.ts +0 -16
- package/dist/models/tauxmanuel.js +0 -15
- package/dist/models/type-facture.d.ts +0 -19
- package/dist/models/type-facture.js +0 -23
- package/dist/models/type-tva.d.ts +0 -21
- package/dist/models/type-tva.js +0 -25
- package/dist/models/unite.d.ts +0 -23
- package/dist/models/unite.js +0 -27
- package/dist/models/utilisateur.d.ts +0 -29
- package/dist/models/utilisateur.js +0 -15
- package/docs/AdresseElectronique.md +0 -23
- package/docs/AdressePostale.md +0 -29
- package/docs/BodyAjouterFichierApiV1ChorusProTransversesAjouterFichierPost.md +0 -24
- package/docs/BodyCompleterFactureApiV1ChorusProFacturesCompleterPost.md +0 -24
- package/docs/BodyListerServicesStructureApiV1ChorusProStructuresIdStructureCppServicesGet.md +0 -22
- package/docs/BodyRechercherFacturesDestinataireApiV1ChorusProFacturesRechercherDestinatairePost.md +0 -24
- package/docs/BodyRechercherFacturesFournisseurApiV1ChorusProFacturesRechercherFournisseurPost.md +0 -24
- package/docs/BodyRecyclerFactureApiV1ChorusProFacturesRecyclerPost.md +0 -24
- package/docs/BodyTelechargerGroupeFacturesApiV1ChorusProFacturesTelechargerGroupePost.md +0 -24
- package/docs/BodyTraiterFactureRecueApiV1ChorusProFacturesTraiterFactureRecuePost.md +0 -24
- package/docs/BodyValideurConsulterFactureApiV1ChorusProFacturesValideurConsulterPost.md +0 -24
- package/docs/BodyValideurRechercherFacturesApiV1ChorusProFacturesValideurRechercherPost.md +0 -24
- package/docs/BodyValideurTraiterFactureApiV1ChorusProFacturesValideurTraiterPost.md +0 -24
- package/docs/CadreDeFacturation.md +0 -25
- package/docs/CategorieTVA.md +0 -25
- package/docs/ChorusProCredentials.md +0 -29
- package/docs/CodeCadreFacturation.md +0 -14
- package/docs/CodeRaisonReduction.md +0 -21
- package/docs/ConsulterFactureRequest.md +0 -23
- package/docs/ConsulterFactureResponse.md +0 -37
- package/docs/ConsulterStructureRequest.md +0 -25
- package/docs/ConsulterStructureResponse.md +0 -37
- package/docs/CredentialsAFNOR.md +0 -25
- package/docs/CredentialsChorusPro.md +0 -29
- package/docs/Destinataire.md +0 -31
- package/docs/DestinationAFNOR.md +0 -27
- package/docs/DestinationChorusPro.md +0 -23
- package/docs/DonneesFactureSimplifiees.md +0 -37
- package/docs/FactureEnrichieInfo.md +0 -35
- package/docs/FormatSortie.md +0 -10
- package/docs/Fournisseur.md +0 -39
- package/docs/InformationSignatureAPI.md +0 -31
- package/docs/LigneDePoste.md +0 -49
- package/docs/LigneDePosteMontantRemiseHt.md +0 -19
- package/docs/LigneDePosteTauxTvaManuel.md +0 -19
- package/docs/LigneDeTVA.md +0 -29
- package/docs/ModeDepot.md +0 -13
- package/docs/ModePaiement.md +0 -19
- package/docs/MontantAPayer.md +0 -19
- package/docs/MontantBaseHt.md +0 -19
- package/docs/MontantHtTotal.md +0 -19
- package/docs/MontantRemiseGlobaleTtc.md +0 -19
- package/docs/MontantTotal.md +0 -33
- package/docs/MontantTotalAcompte.md +0 -19
- package/docs/MontantTotalLigneHt.md +0 -19
- package/docs/MontantTtcTotal.md +0 -19
- package/docs/MontantTva.md +0 -19
- package/docs/MontantTvaLigne.md +0 -19
- package/docs/MontantTvaTotal.md +0 -19
- package/docs/MontantUnitaireHt.md +0 -19
- package/docs/Note.md +0 -23
- package/docs/ObtenirIdChorusProRequest.md +0 -25
- package/docs/ObtenirIdChorusProResponse.md +0 -27
- package/docs/OptionsProcessing.md +0 -27
- package/docs/PDFFacturXInfo.md +0 -25
- package/docs/ParametresSignature.md +0 -37
- package/docs/ParametresStructure.md +0 -25
- package/docs/PieceJointeComplementaire.md +0 -29
- package/docs/ProfilAPI.md +0 -14
- package/docs/Quantite.md +0 -19
- package/docs/QuotaInfo.md +0 -29
- package/docs/RechercherServicesResponse.md +0 -27
- package/docs/RechercherStructureRequest.md +0 -29
- package/docs/RechercherStructureResponse.md +0 -27
- package/docs/References.md +0 -35
- package/docs/ReponseTache.md +0 -21
- package/docs/ReponseValidationErreur.md +0 -20
- package/docs/ReponseValidationSucces.md +0 -20
- package/docs/ResultatAFNOR.md +0 -29
- package/docs/ResultatChorusPro.md +0 -25
- package/docs/ResultatValidationPDFAPI.md +0 -65
- package/docs/SantApi.md +0 -97
- package/docs/ServiceStructure.md +0 -27
- package/docs/SoumettreFactureCompleteRequest.md +0 -29
- package/docs/SoumettreFactureCompleteResponse.md +0 -37
- package/docs/SoumettreFactureRequest.md +0 -49
- package/docs/SoumettreFactureResponse.md +0 -27
- package/docs/StatutCelery.md +0 -17
- package/docs/StatutFacture.md +0 -25
- package/docs/StatutTache.md +0 -25
- package/docs/Tauxmanuel.md +0 -19
- package/docs/TraitementFactureApi.md +0 -670
- package/docs/TypeFacture.md +0 -11
- package/docs/TypeTVA.md +0 -15
- package/docs/Unite.md +0 -19
- package/docs/Utilisateur.md +0 -43
- package/docs/UtilisateurApi.md +0 -52
- package/models/adresse-electronique.ts +0 -29
- package/models/adresse-postale.ts +0 -27
- package/models/body-ajouter-fichier-api-v1-chorus-pro-transverses-ajouter-fichier-post.ts +0 -28
- package/models/body-completer-facture-api-v1-chorus-pro-factures-completer-post.ts +0 -28
- package/models/body-lister-services-structure-api-v1-chorus-pro-structures-id-structure-cpp-services-get.ts +0 -27
- package/models/body-rechercher-factures-destinataire-api-v1-chorus-pro-factures-rechercher-destinataire-post.ts +0 -28
- package/models/body-rechercher-factures-fournisseur-api-v1-chorus-pro-factures-rechercher-fournisseur-post.ts +0 -28
- package/models/body-recycler-facture-api-v1-chorus-pro-factures-recycler-post.ts +0 -28
- package/models/body-telecharger-groupe-factures-api-v1-chorus-pro-factures-telecharger-groupe-post.ts +0 -28
- package/models/body-traiter-facture-recue-api-v1-chorus-pro-factures-traiter-facture-recue-post.ts +0 -28
- package/models/body-valideur-consulter-facture-api-v1-chorus-pro-factures-valideur-consulter-post.ts +0 -28
- package/models/body-valideur-rechercher-factures-api-v1-chorus-pro-factures-valideur-rechercher-post.ts +0 -28
- package/models/body-valideur-traiter-facture-api-v1-chorus-pro-factures-valideur-traiter-post.ts +0 -28
- package/models/cadre-de-facturation.ts +0 -30
- package/models/categorie-tva.ts +0 -63
- package/models/chorus-pro-credentials.ts +0 -42
- package/models/code-cadre-facturation.ts +0 -28
- package/models/code-raison-reduction.ts +0 -55
- package/models/consulter-facture-request.ts +0 -30
- package/models/consulter-facture-response.ts +0 -34
- package/models/consulter-structure-request.ts +0 -34
- package/models/consulter-structure-response.ts +0 -34
- package/models/credentials-afnor.ts +0 -25
- package/models/credentials-chorus-pro.ts +0 -30
- package/models/destinataire.ts +0 -34
- package/models/destination-afnor.ts +0 -46
- package/models/destination-chorus-pro.ts +0 -34
- package/models/donnees-facture-simplifiees.ts +0 -46
- package/models/facture-enrichie-info.ts +0 -30
- package/models/format-sortie.ts +0 -26
- package/models/fournisseur.ts +0 -38
- package/models/information-signature-api.ts +0 -31
- package/models/ligne-de-poste-montant-remise-ht.ts +0 -22
- package/models/ligne-de-poste-taux-tva-manuel.ts +0 -22
- package/models/ligne-de-poste.ts +0 -63
- package/models/ligne-de-tva.ts +0 -41
- package/models/mode-depot.ts +0 -30
- package/models/mode-paiement.ts +0 -33
- package/models/montant-apayer.ts +0 -22
- package/models/montant-base-ht.ts +0 -22
- package/models/montant-ht-total.ts +0 -22
- package/models/montant-remise-globale-ttc.ts +0 -22
- package/models/montant-total-acompte.ts +0 -22
- package/models/montant-total-ligne-ht.ts +0 -22
- package/models/montant-total.ts +0 -47
- package/models/montant-ttc-total.ts +0 -22
- package/models/montant-tva-ligne.ts +0 -22
- package/models/montant-tva-total.ts +0 -22
- package/models/montant-tva.ts +0 -22
- package/models/montant-unitaire-ht.ts +0 -22
- package/models/note.ts +0 -24
- package/models/obtenir-id-chorus-pro-request.ts +0 -34
- package/models/obtenir-id-chorus-pro-response.ts +0 -35
- package/models/options-processing.ts +0 -43
- package/models/parametres-signature.ts +0 -40
- package/models/parametres-structure.ts +0 -34
- package/models/pdffactur-xinfo.ts +0 -34
- package/models/piece-jointe-complementaire.ts +0 -27
- package/models/profil-api.ts +0 -28
- package/models/quantite.ts +0 -22
- package/models/quota-info.ts +0 -27
- package/models/rechercher-services-response.ts +0 -32
- package/models/rechercher-structure-request.ts +0 -33
- package/models/rechercher-structure-response.ts +0 -38
- package/models/references.ts +0 -41
- package/models/reponse-tache.ts +0 -23
- package/models/reponse-validation-erreur.ts +0 -23
- package/models/reponse-validation-succes.ts +0 -23
- package/models/resultat-afnor.ts +0 -36
- package/models/resultat-chorus-pro.ts +0 -28
- package/models/resultat-validation-pdfapi.ts +0 -99
- package/models/service-structure.ts +0 -38
- package/models/soumettre-facture-complete-request.ts +0 -48
- package/models/soumettre-facture-complete-response.ts +0 -72
- package/models/soumettre-facture-request.ts +0 -58
- package/models/soumettre-facture-response.ts +0 -32
- package/models/statut-celery.ts +0 -32
- package/models/statut-facture.ts +0 -31
- package/models/statut-tache.ts +0 -33
- package/models/tauxmanuel.ts +0 -22
- package/models/type-facture.ts +0 -29
- package/models/type-tva.ts +0 -31
- package/models/unite.ts +0 -33
- package/models/utilisateur.ts +0 -37
|
@@ -0,0 +1,817 @@
|
|
|
1
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
2
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
3
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
4
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
5
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
6
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
7
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
8
|
+
});
|
|
9
|
+
};
|
|
10
|
+
import axios from 'axios';
|
|
11
|
+
import FormData from 'form-data';
|
|
12
|
+
import * as fs from 'fs';
|
|
13
|
+
import * as path from 'path';
|
|
14
|
+
import { FactPulseAuthError, FactPulsePollingTimeout, FactPulseValidationError } from './exceptions';
|
|
15
|
+
/** Converts a value to an amount string for the API. */
|
|
16
|
+
export function amount(value) {
|
|
17
|
+
if (value === null || value === undefined)
|
|
18
|
+
return '0.00';
|
|
19
|
+
if (typeof value === 'number')
|
|
20
|
+
return value.toFixed(2);
|
|
21
|
+
if (typeof value === 'string')
|
|
22
|
+
return value;
|
|
23
|
+
return '0.00';
|
|
24
|
+
}
|
|
25
|
+
/** Creates a simplified InvoiceTotals object. */
|
|
26
|
+
export function invoiceTotals(exclTax, vat, inclTax, amountDue, options) {
|
|
27
|
+
const result = {
|
|
28
|
+
totalNetAmount: amount(exclTax), vatAmount: amount(vat),
|
|
29
|
+
totalGrossAmount: amount(inclTax), amountDue: amount(amountDue),
|
|
30
|
+
};
|
|
31
|
+
if ((options === null || options === void 0 ? void 0 : options.globalAllowanceAmount) !== undefined)
|
|
32
|
+
result.globalAllowanceAmount = amount(options.globalAllowanceAmount);
|
|
33
|
+
if ((options === null || options === void 0 ? void 0 : options.globalAllowanceReason) !== undefined)
|
|
34
|
+
result.globalAllowanceReason = options.globalAllowanceReason;
|
|
35
|
+
if ((options === null || options === void 0 ? void 0 : options.prepayment) !== undefined)
|
|
36
|
+
result.prepayment = amount(options.prepayment);
|
|
37
|
+
return result;
|
|
38
|
+
}
|
|
39
|
+
/** Creates an invoice line (aligned with InvoiceLine in models.py).
|
|
40
|
+
* For VAT rate: either vatRate (code e.g.: "VAT20") or manualVatRate (value e.g.: 20.00) */
|
|
41
|
+
export function invoiceLine(lineNumber, itemName, quantity, unitNetPrice, lineNetAmount, options) {
|
|
42
|
+
var _a, _b, _c;
|
|
43
|
+
const result = {
|
|
44
|
+
lineNumber, itemName, quantity: amount(quantity), unitNetPrice: amount(unitNetPrice),
|
|
45
|
+
lineNetAmount: amount(lineNetAmount),
|
|
46
|
+
vatCategory: (_a = options === null || options === void 0 ? void 0 : options.vatCategory) !== null && _a !== void 0 ? _a : 'S', unit: (_b = options === null || options === void 0 ? void 0 : options.unit) !== null && _b !== void 0 ? _b : 'LUMP_SUM',
|
|
47
|
+
};
|
|
48
|
+
// Either vatRate (code) or manualVatRate (value)
|
|
49
|
+
if (options === null || options === void 0 ? void 0 : options.vatRate)
|
|
50
|
+
result.vatRate = options.vatRate;
|
|
51
|
+
else
|
|
52
|
+
result.manualVatRate = amount((_c = options === null || options === void 0 ? void 0 : options.manualVatRate) !== null && _c !== void 0 ? _c : '20.00');
|
|
53
|
+
if (options === null || options === void 0 ? void 0 : options.reference)
|
|
54
|
+
result.reference = options.reference;
|
|
55
|
+
if ((options === null || options === void 0 ? void 0 : options.lineAllowanceAmount) !== undefined)
|
|
56
|
+
result.lineAllowanceAmount = amount(options.lineAllowanceAmount);
|
|
57
|
+
if (options === null || options === void 0 ? void 0 : options.allowanceReasonCode)
|
|
58
|
+
result.allowanceReasonCode = options.allowanceReasonCode;
|
|
59
|
+
if (options === null || options === void 0 ? void 0 : options.allowanceReason)
|
|
60
|
+
result.allowanceReason = options.allowanceReason;
|
|
61
|
+
if (options === null || options === void 0 ? void 0 : options.periodStartDate)
|
|
62
|
+
result.periodStartDate = options.periodStartDate;
|
|
63
|
+
if (options === null || options === void 0 ? void 0 : options.periodEndDate)
|
|
64
|
+
result.periodEndDate = options.periodEndDate;
|
|
65
|
+
return result;
|
|
66
|
+
}
|
|
67
|
+
/** Creates a VAT line (aligned with VATLine in models.py).
|
|
68
|
+
* For rate: either rate (code e.g.: "VAT20") or manualRate (value e.g.: 20.00) */
|
|
69
|
+
export function vatLine(taxableAmount, vatAmount, options) {
|
|
70
|
+
var _a, _b;
|
|
71
|
+
const result = {
|
|
72
|
+
taxableAmount: amount(taxableAmount), vatAmount: amount(vatAmount), category: (_a = options === null || options === void 0 ? void 0 : options.category) !== null && _a !== void 0 ? _a : 'S',
|
|
73
|
+
};
|
|
74
|
+
// Either rate (code) or manualRate (value)
|
|
75
|
+
if (options === null || options === void 0 ? void 0 : options.rate)
|
|
76
|
+
result.rate = options.rate;
|
|
77
|
+
else
|
|
78
|
+
result.manualRate = amount((_b = options === null || options === void 0 ? void 0 : options.manualRate) !== null && _b !== void 0 ? _b : '20.00');
|
|
79
|
+
return result;
|
|
80
|
+
}
|
|
81
|
+
/** Creates a postal address for the FactPulse API. */
|
|
82
|
+
export function postalAddress(lineOne, postalCode, city, options) {
|
|
83
|
+
var _a;
|
|
84
|
+
const result = { lineOne, postalCode, city, countryCode: (_a = options === null || options === void 0 ? void 0 : options.countryCode) !== null && _a !== void 0 ? _a : 'FR' };
|
|
85
|
+
if (options === null || options === void 0 ? void 0 : options.lineTwo)
|
|
86
|
+
result.lineTwo = options.lineTwo;
|
|
87
|
+
if (options === null || options === void 0 ? void 0 : options.lineThree)
|
|
88
|
+
result.lineThree = options.lineThree;
|
|
89
|
+
return result;
|
|
90
|
+
}
|
|
91
|
+
/** Creates an electronic address for the FactPulse API. schemeId: "0009"=SIREN, "0225"=SIRET */
|
|
92
|
+
export function electronicAddress(identifier, schemeId = '0009') {
|
|
93
|
+
return { identifier, schemeId };
|
|
94
|
+
}
|
|
95
|
+
/** Computes the French intra-community VAT number from a SIREN. */
|
|
96
|
+
function computeVatIntra(siren) {
|
|
97
|
+
if (siren.length !== 9 || !/^\d+$/.test(siren))
|
|
98
|
+
return null;
|
|
99
|
+
const cle = (12 + 3 * (parseInt(siren, 10) % 97)) % 97;
|
|
100
|
+
return `FR${cle.toString().padStart(2, '0')}${siren}`;
|
|
101
|
+
}
|
|
102
|
+
/** Creates a supplier (issuer) with auto-computed SIREN, intra-EU VAT number and addresses. */
|
|
103
|
+
export function supplier(name, siret, addressLine1, postalCode, city, options) {
|
|
104
|
+
var _a, _b, _c;
|
|
105
|
+
const opts = options !== null && options !== void 0 ? options : {};
|
|
106
|
+
const siren = (_a = opts.siren) !== null && _a !== void 0 ? _a : (siret.length === 14 ? siret.slice(0, 9) : undefined);
|
|
107
|
+
const vatNumber = (_b = opts.vatNumber) !== null && _b !== void 0 ? _b : (siren ? computeVatIntra(siren) : null);
|
|
108
|
+
const result = {
|
|
109
|
+
name, supplierId: (_c = opts.supplierId) !== null && _c !== void 0 ? _c : 0, siret,
|
|
110
|
+
electronicAddress: electronicAddress(siret, '0225'),
|
|
111
|
+
postalAddress: postalAddress(addressLine1, postalCode, city, { countryCode: opts.countryCode, lineTwo: opts.addressLine2 }),
|
|
112
|
+
};
|
|
113
|
+
if (siren)
|
|
114
|
+
result.siren = siren;
|
|
115
|
+
if (vatNumber)
|
|
116
|
+
result.vatNumber = vatNumber;
|
|
117
|
+
if (opts.iban)
|
|
118
|
+
result.iban = opts.iban;
|
|
119
|
+
if (opts.supplierServiceId)
|
|
120
|
+
result.supplierServiceId = opts.supplierServiceId;
|
|
121
|
+
if (opts.supplierBankDetailsCode)
|
|
122
|
+
result.supplierBankDetailsCode = opts.supplierBankDetailsCode;
|
|
123
|
+
return result;
|
|
124
|
+
}
|
|
125
|
+
/** Creates a recipient (customer) with auto-computed SIREN and addresses. */
|
|
126
|
+
export function recipient(name, siret, addressLine1, postalCode, city, options) {
|
|
127
|
+
var _a;
|
|
128
|
+
const opts = options !== null && options !== void 0 ? options : {};
|
|
129
|
+
const siren = (_a = opts.siren) !== null && _a !== void 0 ? _a : (siret.length === 14 ? siret.slice(0, 9) : undefined);
|
|
130
|
+
const result = {
|
|
131
|
+
name, siret,
|
|
132
|
+
electronicAddress: electronicAddress(siret, '0225'),
|
|
133
|
+
postalAddress: postalAddress(addressLine1, postalCode, city, { countryCode: opts.countryCode, lineTwo: opts.addressLine2 }),
|
|
134
|
+
};
|
|
135
|
+
if (siren)
|
|
136
|
+
result.siren = siren;
|
|
137
|
+
if (opts.executingServiceCode)
|
|
138
|
+
result.executingServiceCode = opts.executingServiceCode;
|
|
139
|
+
return result;
|
|
140
|
+
}
|
|
141
|
+
/**
|
|
142
|
+
* Creates a beneficiary (factor) for factoring.
|
|
143
|
+
*
|
|
144
|
+
* The beneficiary (BG-10 / PayeeTradeParty) is used when payment
|
|
145
|
+
* must be made to a third party different from the supplier, typically
|
|
146
|
+
* a factor (factoring company).
|
|
147
|
+
*
|
|
148
|
+
* For factored invoices, you also need to:
|
|
149
|
+
* - Use a factored document type (393, 396, 501, 502, 472, 473)
|
|
150
|
+
* - Add an ACC note with the subrogation mention
|
|
151
|
+
* - The beneficiary's IBAN will be used for payment
|
|
152
|
+
*
|
|
153
|
+
* @param name Factor's business name (BT-59)
|
|
154
|
+
* @param options Options: siret (BT-60), siren (BT-61), iban, bic
|
|
155
|
+
* @returns Dict ready to be used in a factored invoice
|
|
156
|
+
*
|
|
157
|
+
* @example
|
|
158
|
+
* const factor = beneficiary('FACTOR SAS', {
|
|
159
|
+
* siret: '30000000700033',
|
|
160
|
+
* iban: 'FR76 3000 4000 0500 0012 3456 789',
|
|
161
|
+
* });
|
|
162
|
+
*/
|
|
163
|
+
export function beneficiary(name, options) {
|
|
164
|
+
var _a;
|
|
165
|
+
const opts = options !== null && options !== void 0 ? options : {};
|
|
166
|
+
// Auto-compute SIREN from SIRET
|
|
167
|
+
const siren = (_a = opts.siren) !== null && _a !== void 0 ? _a : (opts.siret && opts.siret.length === 14 ? opts.siret.slice(0, 9) : undefined);
|
|
168
|
+
const result = { name };
|
|
169
|
+
if (opts.siret)
|
|
170
|
+
result.siret = opts.siret;
|
|
171
|
+
if (siren)
|
|
172
|
+
result.siren = siren;
|
|
173
|
+
if (opts.iban)
|
|
174
|
+
result.iban = opts.iban;
|
|
175
|
+
if (opts.bic)
|
|
176
|
+
result.bic = opts.bic;
|
|
177
|
+
return result;
|
|
178
|
+
}
|
|
179
|
+
// =============================================================================
|
|
180
|
+
// Main client
|
|
181
|
+
// =============================================================================
|
|
182
|
+
const DEFAULT_API_URL = 'https://factpulse.fr';
|
|
183
|
+
const DEFAULT_POLLING_INTERVAL = 2000;
|
|
184
|
+
const DEFAULT_POLLING_TIMEOUT = 120000;
|
|
185
|
+
const DEFAULT_MAX_RETRIES = 1;
|
|
186
|
+
export class FactPulseClient {
|
|
187
|
+
constructor(config) {
|
|
188
|
+
var _a;
|
|
189
|
+
this.accessToken = null;
|
|
190
|
+
this.refreshToken = null;
|
|
191
|
+
this.tokenExpiresAt = null;
|
|
192
|
+
this.config = {
|
|
193
|
+
email: config.email, password: config.password,
|
|
194
|
+
apiUrl: (config.apiUrl || DEFAULT_API_URL).replace(/\/$/, ''),
|
|
195
|
+
clientUid: config.clientUid || '',
|
|
196
|
+
chorusCredentials: config.chorusCredentials,
|
|
197
|
+
afnorCredentials: config.afnorCredentials,
|
|
198
|
+
pollingInterval: config.pollingInterval || DEFAULT_POLLING_INTERVAL,
|
|
199
|
+
pollingTimeout: config.pollingTimeout || DEFAULT_POLLING_TIMEOUT,
|
|
200
|
+
maxRetries: (_a = config.maxRetries) !== null && _a !== void 0 ? _a : DEFAULT_MAX_RETRIES,
|
|
201
|
+
};
|
|
202
|
+
this.chorusCredentials = config.chorusCredentials;
|
|
203
|
+
this.afnorCredentials = config.afnorCredentials;
|
|
204
|
+
this.httpClient = axios.create({ timeout: 30000, headers: { 'Content-Type': 'application/json' } });
|
|
205
|
+
}
|
|
206
|
+
getChorusCredentialsForApi() {
|
|
207
|
+
var _a;
|
|
208
|
+
if (!this.chorusCredentials)
|
|
209
|
+
return undefined;
|
|
210
|
+
return {
|
|
211
|
+
piste_client_id: this.chorusCredentials.pisteClientId,
|
|
212
|
+
piste_client_secret: this.chorusCredentials.pisteClientSecret,
|
|
213
|
+
chorus_pro_login: this.chorusCredentials.chorusProLogin,
|
|
214
|
+
chorus_pro_password: this.chorusCredentials.chorusProPassword,
|
|
215
|
+
sandbox: (_a = this.chorusCredentials.sandbox) !== null && _a !== void 0 ? _a : true,
|
|
216
|
+
};
|
|
217
|
+
}
|
|
218
|
+
getAfnorCredentialsForApi() {
|
|
219
|
+
if (!this.afnorCredentials)
|
|
220
|
+
return undefined;
|
|
221
|
+
return {
|
|
222
|
+
client_id: this.afnorCredentials.clientId,
|
|
223
|
+
client_secret: this.afnorCredentials.clientSecret,
|
|
224
|
+
flow_service_url: this.afnorCredentials.flowServiceUrl,
|
|
225
|
+
};
|
|
226
|
+
}
|
|
227
|
+
// Shorter aliases
|
|
228
|
+
getChorusProCredentials() { return this.getChorusCredentialsForApi(); }
|
|
229
|
+
getAfnorCredentials() { return this.getAfnorCredentialsForApi(); }
|
|
230
|
+
obtainToken() {
|
|
231
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
232
|
+
var _a, _b;
|
|
233
|
+
const payload = { username: this.config.email, password: this.config.password };
|
|
234
|
+
if (this.config.clientUid)
|
|
235
|
+
payload.client_uid = this.config.clientUid;
|
|
236
|
+
try {
|
|
237
|
+
const response = yield this.httpClient.post(`${this.config.apiUrl}/api/token/`, payload);
|
|
238
|
+
return response.data;
|
|
239
|
+
}
|
|
240
|
+
catch (error) {
|
|
241
|
+
const axiosError = error;
|
|
242
|
+
throw new FactPulseAuthError(`Unable to obtain JWT token: ${((_b = (_a = axiosError.response) === null || _a === void 0 ? void 0 : _a.data) === null || _b === void 0 ? void 0 : _b.detail) || axiosError.message}`);
|
|
243
|
+
}
|
|
244
|
+
});
|
|
245
|
+
}
|
|
246
|
+
ensureAuthenticated() {
|
|
247
|
+
return __awaiter(this, arguments, void 0, function* (forceRefresh = false) {
|
|
248
|
+
const now = Date.now();
|
|
249
|
+
if (forceRefresh || !this.accessToken || (this.tokenExpiresAt && now >= this.tokenExpiresAt)) {
|
|
250
|
+
const tokens = yield this.obtainToken();
|
|
251
|
+
this.accessToken = tokens.access;
|
|
252
|
+
this.refreshToken = tokens.refresh;
|
|
253
|
+
this.tokenExpiresAt = now + 28 * 60 * 1000;
|
|
254
|
+
}
|
|
255
|
+
});
|
|
256
|
+
}
|
|
257
|
+
resetAuth() { this.accessToken = this.refreshToken = null; this.tokenExpiresAt = null; }
|
|
258
|
+
pollTask(taskId, timeout, interval) {
|
|
259
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
260
|
+
var _a;
|
|
261
|
+
const timeoutMs = timeout !== null && timeout !== void 0 ? timeout : this.config.pollingTimeout;
|
|
262
|
+
const intervalMs = interval !== null && interval !== void 0 ? interval : this.config.pollingInterval;
|
|
263
|
+
const startTime = Date.now();
|
|
264
|
+
let currentInterval = intervalMs;
|
|
265
|
+
while (true) {
|
|
266
|
+
if (Date.now() - startTime > timeoutMs)
|
|
267
|
+
throw new FactPulsePollingTimeout(taskId, timeoutMs);
|
|
268
|
+
yield this.ensureAuthenticated();
|
|
269
|
+
try {
|
|
270
|
+
const response = yield this.httpClient.get(`${this.config.apiUrl}/api/v1/processing/tasks/${taskId}/status`, {
|
|
271
|
+
headers: { Authorization: `Bearer ${this.accessToken}` },
|
|
272
|
+
});
|
|
273
|
+
const { statut, resultat } = response.data;
|
|
274
|
+
if (statut === 'SUCCESS')
|
|
275
|
+
return resultat || {};
|
|
276
|
+
if (statut === 'FAILURE') {
|
|
277
|
+
// Format AFNOR: errorMessage, details
|
|
278
|
+
const result = resultat;
|
|
279
|
+
const errors = Array.isArray(result === null || result === void 0 ? void 0 : result.details) ? result.details.filter((e) => typeof e === 'object' && e !== null) : [];
|
|
280
|
+
throw new FactPulseValidationError(`Task ${taskId} failed: ${(result === null || result === void 0 ? void 0 : result.errorMessage) || 'Unknown error'}`, errors);
|
|
281
|
+
}
|
|
282
|
+
yield new Promise(resolve => setTimeout(resolve, currentInterval));
|
|
283
|
+
currentInterval = Math.min(currentInterval * 1.5, 10000);
|
|
284
|
+
}
|
|
285
|
+
catch (error) {
|
|
286
|
+
if (error instanceof FactPulseValidationError || error instanceof FactPulsePollingTimeout)
|
|
287
|
+
throw error;
|
|
288
|
+
const axiosError = error;
|
|
289
|
+
if (((_a = axiosError.response) === null || _a === void 0 ? void 0 : _a.status) === 401) {
|
|
290
|
+
this.resetAuth();
|
|
291
|
+
continue;
|
|
292
|
+
}
|
|
293
|
+
throw new FactPulseValidationError(`API Error: ${axiosError.message}`);
|
|
294
|
+
}
|
|
295
|
+
}
|
|
296
|
+
});
|
|
297
|
+
}
|
|
298
|
+
generateFacturx(invoiceData_1, pdfPath_1) {
|
|
299
|
+
return __awaiter(this, arguments, void 0, function* (invoiceData, pdfPath, profile = 'EN16931', outputFormat = 'pdf', sync = true, timeout) {
|
|
300
|
+
var _a, _b, _c, _d;
|
|
301
|
+
const jsonData = typeof invoiceData === 'string' ? invoiceData : JSON.stringify(invoiceData);
|
|
302
|
+
let taskId = null;
|
|
303
|
+
for (let attempt = 0; attempt <= this.config.maxRetries; attempt++) {
|
|
304
|
+
yield this.ensureAuthenticated();
|
|
305
|
+
const form = new FormData();
|
|
306
|
+
form.append('invoice_data', jsonData);
|
|
307
|
+
form.append('profile', profile);
|
|
308
|
+
form.append('output_format', outputFormat);
|
|
309
|
+
form.append('source_pdf', fs.createReadStream(pdfPath), { filename: path.basename(pdfPath), contentType: 'application/pdf' });
|
|
310
|
+
try {
|
|
311
|
+
const response = yield this.httpClient.post(`${this.config.apiUrl}/api/v1/processing/generate-invoice`, form, {
|
|
312
|
+
headers: Object.assign(Object.assign({}, form.getHeaders()), { Authorization: `Bearer ${this.accessToken}` }), timeout: 60000,
|
|
313
|
+
});
|
|
314
|
+
taskId = response.data.task_id;
|
|
315
|
+
break;
|
|
316
|
+
}
|
|
317
|
+
catch (error) {
|
|
318
|
+
const axiosError = error;
|
|
319
|
+
if (((_a = axiosError.response) === null || _a === void 0 ? void 0 : _a.status) === 401 && attempt < this.config.maxRetries) {
|
|
320
|
+
this.resetAuth();
|
|
321
|
+
continue;
|
|
322
|
+
}
|
|
323
|
+
// Extract error details from response body
|
|
324
|
+
const responseData = (_b = axiosError.response) === null || _b === void 0 ? void 0 : _b.data;
|
|
325
|
+
let errorMsg = `API Error (${((_c = axiosError.response) === null || _c === void 0 ? void 0 : _c.status) || 'unknown'}): ${axiosError.message}`;
|
|
326
|
+
const errors = [];
|
|
327
|
+
if (responseData) {
|
|
328
|
+
// Format FastAPI/Pydantic: {"detail": [{"loc": [...], "msg": "...", "type": "..."}]}
|
|
329
|
+
if (Array.isArray(responseData.detail)) {
|
|
330
|
+
errorMsg = 'Validation error';
|
|
331
|
+
for (const err of responseData.detail) {
|
|
332
|
+
if (typeof err === 'object' && err !== null) {
|
|
333
|
+
const loc = err.loc || [];
|
|
334
|
+
errors.push({
|
|
335
|
+
level: 'ERROR',
|
|
336
|
+
item: loc.map(String).join(' -> '),
|
|
337
|
+
reason: err.msg || String(err),
|
|
338
|
+
source: 'validation',
|
|
339
|
+
code: err.type,
|
|
340
|
+
});
|
|
341
|
+
}
|
|
342
|
+
}
|
|
343
|
+
}
|
|
344
|
+
else if (typeof responseData.detail === 'string') {
|
|
345
|
+
errorMsg = responseData.detail;
|
|
346
|
+
}
|
|
347
|
+
else if (responseData.errorMessage) {
|
|
348
|
+
errorMsg = responseData.errorMessage;
|
|
349
|
+
}
|
|
350
|
+
}
|
|
351
|
+
console.error(`API Error ${(_d = axiosError.response) === null || _d === void 0 ? void 0 : _d.status}:`, responseData);
|
|
352
|
+
throw new FactPulseValidationError(errorMsg, errors);
|
|
353
|
+
}
|
|
354
|
+
}
|
|
355
|
+
if (!taskId)
|
|
356
|
+
throw new FactPulseValidationError("No task ID");
|
|
357
|
+
if (!sync)
|
|
358
|
+
return taskId;
|
|
359
|
+
const result = yield this.pollTask(taskId, timeout);
|
|
360
|
+
if (result.content_b64)
|
|
361
|
+
return Buffer.from(result.content_b64, 'base64');
|
|
362
|
+
throw new FactPulseValidationError('No content');
|
|
363
|
+
});
|
|
364
|
+
}
|
|
365
|
+
static formatAmount(m) {
|
|
366
|
+
if (m === null || m === undefined)
|
|
367
|
+
return '0.00';
|
|
368
|
+
if (typeof m === 'number')
|
|
369
|
+
return m.toFixed(2);
|
|
370
|
+
if (typeof m === 'string')
|
|
371
|
+
return m;
|
|
372
|
+
return '0.00';
|
|
373
|
+
}
|
|
374
|
+
// =========================================================================
|
|
375
|
+
// AFNOR - Authentication and internal helpers
|
|
376
|
+
// =========================================================================
|
|
377
|
+
/**
|
|
378
|
+
* Retrieves AFNOR credentials (stored or zero-trust mode).
|
|
379
|
+
* Zero-trust mode: Returns the afnorCredentials provided to the constructor.
|
|
380
|
+
* Stored mode: Retrieves credentials via GET /api/v1/afnor/credentials.
|
|
381
|
+
*/
|
|
382
|
+
getAfnorCredentialsInternal() {
|
|
383
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
384
|
+
var _a, _b;
|
|
385
|
+
// Zero-trust mode: credentials provided to the constructor
|
|
386
|
+
if (this.afnorCredentials) {
|
|
387
|
+
return this.afnorCredentials;
|
|
388
|
+
}
|
|
389
|
+
// Stored mode: retrieve credentials via the API
|
|
390
|
+
yield this.ensureAuthenticated();
|
|
391
|
+
try {
|
|
392
|
+
const response = yield this.httpClient.get(`${this.config.apiUrl}/api/v1/afnor/credentials`, {
|
|
393
|
+
headers: { Authorization: `Bearer ${this.accessToken}` },
|
|
394
|
+
});
|
|
395
|
+
const creds = response.data;
|
|
396
|
+
return {
|
|
397
|
+
flowServiceUrl: creds.flow_service_url,
|
|
398
|
+
tokenUrl: creds.token_url,
|
|
399
|
+
clientId: creds.client_id,
|
|
400
|
+
clientSecret: creds.client_secret,
|
|
401
|
+
directoryServiceUrl: creds.directory_service_url,
|
|
402
|
+
};
|
|
403
|
+
}
|
|
404
|
+
catch (error) {
|
|
405
|
+
const axiosError = error;
|
|
406
|
+
if (((_a = axiosError.response) === null || _a === void 0 ? void 0 : _a.status) === 400) {
|
|
407
|
+
const detail = (_b = axiosError.response.data) === null || _b === void 0 ? void 0 : _b.detail;
|
|
408
|
+
if (typeof detail === 'object' && (detail === null || detail === void 0 ? void 0 : detail.error) === 'NO_CLIENT_UID') {
|
|
409
|
+
throw new FactPulseAuthError("No client_uid in JWT. To use AFNOR endpoints, either:\n" +
|
|
410
|
+
"1. Generate a token with a client_uid (stored mode)\n" +
|
|
411
|
+
"2. Provide AFNORCredentials to the client constructor (zero-trust mode)");
|
|
412
|
+
}
|
|
413
|
+
}
|
|
414
|
+
throw new FactPulseAuthError(`Failed to retrieve AFNOR credentials: ${axiosError.message}`);
|
|
415
|
+
}
|
|
416
|
+
});
|
|
417
|
+
}
|
|
418
|
+
/**
|
|
419
|
+
* Obtains the AFNOR OAuth2 token and the PDP URL.
|
|
420
|
+
* This method:
|
|
421
|
+
* 1. Retrieves AFNOR credentials (stored or zero-trust mode)
|
|
422
|
+
* 2. Performs AFNOR OAuth to obtain a token
|
|
423
|
+
* 3. Returns the token and the PDP URL
|
|
424
|
+
*/
|
|
425
|
+
getAfnorTokenAndUrl() {
|
|
426
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
427
|
+
// Step 1: Get AFNOR credentials
|
|
428
|
+
const credentials = yield this.getAfnorCredentialsInternal();
|
|
429
|
+
// Step 2: Perform AFNOR OAuth via the FactPulse proxy
|
|
430
|
+
const oauthData = new URLSearchParams({
|
|
431
|
+
grant_type: 'client_credentials',
|
|
432
|
+
client_id: credentials.clientId,
|
|
433
|
+
client_secret: credentials.clientSecret,
|
|
434
|
+
});
|
|
435
|
+
try {
|
|
436
|
+
const response = yield this.httpClient.post(`${this.config.apiUrl}/api/v1/afnor/oauth/token`, oauthData.toString(), {
|
|
437
|
+
headers: {
|
|
438
|
+
'Content-Type': 'application/x-www-form-urlencoded',
|
|
439
|
+
'X-PDP-Token-URL': credentials.tokenUrl,
|
|
440
|
+
},
|
|
441
|
+
});
|
|
442
|
+
const tokenData = response.data;
|
|
443
|
+
if (!tokenData.access_token) {
|
|
444
|
+
throw new FactPulseAuthError('Invalid AFNOR OAuth2 response: access_token missing');
|
|
445
|
+
}
|
|
446
|
+
return {
|
|
447
|
+
token: tokenData.access_token,
|
|
448
|
+
pdpBaseUrl: credentials.flowServiceUrl,
|
|
449
|
+
};
|
|
450
|
+
}
|
|
451
|
+
catch (error) {
|
|
452
|
+
const axiosError = error;
|
|
453
|
+
throw new FactPulseAuthError(`AFNOR OAuth2 failed: ${axiosError.message}`);
|
|
454
|
+
}
|
|
455
|
+
});
|
|
456
|
+
}
|
|
457
|
+
/**
|
|
458
|
+
* Performs a request to the AFNOR API with auth and error handling.
|
|
459
|
+
* IMPORTANT: This method uses the AFNOR OAuth token, NOT the FactPulse JWT!
|
|
460
|
+
*/
|
|
461
|
+
makeAfnorRequest(method, endpoint, options) {
|
|
462
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
463
|
+
var _a, _b, _c, _d;
|
|
464
|
+
// Obtenir le token AFNOR et l'URL de la PDP
|
|
465
|
+
const { token: afnorToken, pdpBaseUrl } = yield this.getAfnorTokenAndUrl();
|
|
466
|
+
const url = `${this.config.apiUrl}/api/v1/afnor${endpoint}`;
|
|
467
|
+
// ALWAYS use the AFNOR token + X-PDP-Base-URL header
|
|
468
|
+
const headers = {
|
|
469
|
+
'Authorization': `Bearer ${afnorToken}`,
|
|
470
|
+
'X-PDP-Base-URL': pdpBaseUrl,
|
|
471
|
+
};
|
|
472
|
+
try {
|
|
473
|
+
let response;
|
|
474
|
+
if (options === null || options === void 0 ? void 0 : options.files) {
|
|
475
|
+
response = yield this.httpClient.request({
|
|
476
|
+
method,
|
|
477
|
+
url,
|
|
478
|
+
data: options.files,
|
|
479
|
+
headers: Object.assign(Object.assign({}, options.files.getHeaders()), headers),
|
|
480
|
+
params: options === null || options === void 0 ? void 0 : options.params,
|
|
481
|
+
timeout: 60000,
|
|
482
|
+
});
|
|
483
|
+
}
|
|
484
|
+
else {
|
|
485
|
+
response = yield this.httpClient.request({
|
|
486
|
+
method,
|
|
487
|
+
url,
|
|
488
|
+
data: options === null || options === void 0 ? void 0 : options.data,
|
|
489
|
+
headers: Object.assign(Object.assign({}, headers), { 'Content-Type': 'application/json' }),
|
|
490
|
+
params: options === null || options === void 0 ? void 0 : options.params,
|
|
491
|
+
timeout: 30000,
|
|
492
|
+
});
|
|
493
|
+
}
|
|
494
|
+
return response.data;
|
|
495
|
+
}
|
|
496
|
+
catch (error) {
|
|
497
|
+
const axiosError = error;
|
|
498
|
+
const errorMsg = ((_b = (_a = axiosError.response) === null || _a === void 0 ? void 0 : _a.data) === null || _b === void 0 ? void 0 : _b.errorMessage) ||
|
|
499
|
+
((_d = (_c = axiosError.response) === null || _c === void 0 ? void 0 : _c.data) === null || _d === void 0 ? void 0 : _d.detail) ||
|
|
500
|
+
axiosError.message;
|
|
501
|
+
throw new FactPulseValidationError(`AFNOR Error: ${errorMsg}`);
|
|
502
|
+
}
|
|
503
|
+
});
|
|
504
|
+
}
|
|
505
|
+
// ==================== AFNOR Directory ====================
|
|
506
|
+
rechercherSiretAfnor(siret) {
|
|
507
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
508
|
+
return this.makeAfnorRequest('GET', `/directory/siret/${siret}`);
|
|
509
|
+
});
|
|
510
|
+
}
|
|
511
|
+
rechercherSirenAfnor(siren) {
|
|
512
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
513
|
+
return this.makeAfnorRequest('GET', `/directory/siren/${siren}`);
|
|
514
|
+
});
|
|
515
|
+
}
|
|
516
|
+
listerCodesRoutageAfnor(siren) {
|
|
517
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
518
|
+
return this.makeAfnorRequest('GET', `/directory/siren/${siren}/routing-codes`);
|
|
519
|
+
});
|
|
520
|
+
}
|
|
521
|
+
// ==================== AFNOR Flow ====================
|
|
522
|
+
/**
|
|
523
|
+
* Submits an invoice to a PDP via the AFNOR API.
|
|
524
|
+
* Authentication uses the AFNOR OAuth token (obtained automatically),
|
|
525
|
+
* either via stored credentials (stored mode), or via the afnorCredentials
|
|
526
|
+
* provided to the constructor (zero-trust mode).
|
|
527
|
+
*
|
|
528
|
+
* @param pdfBuffer Buffer of the Factur-X PDF to submit
|
|
529
|
+
* @param flowName Flow name (e.g.: "Invoice INV-2025-001")
|
|
530
|
+
* @param options Options: trackingId, flowSyntax (CII/UBL), flowProfile
|
|
531
|
+
*/
|
|
532
|
+
submitInvoiceAfnor(pdfBuffer_1, flowName_1) {
|
|
533
|
+
return __awaiter(this, arguments, void 0, function* (pdfBuffer, flowName, options = {}) {
|
|
534
|
+
const { trackingId, flowSyntax = 'CII', flowProfile = 'EN16931' } = options;
|
|
535
|
+
// Compute SHA-256
|
|
536
|
+
const crypto = require('crypto');
|
|
537
|
+
const sha256 = crypto.createHash('sha256').update(pdfBuffer).digest('hex');
|
|
538
|
+
// Prepare flowInfo
|
|
539
|
+
const flowInfo = { name: flowName, flowSyntax, flowProfile, sha256 };
|
|
540
|
+
if (trackingId)
|
|
541
|
+
flowInfo.trackingId = trackingId;
|
|
542
|
+
const form = new FormData();
|
|
543
|
+
form.append('file', pdfBuffer, { filename: 'facture.pdf', contentType: 'application/pdf' });
|
|
544
|
+
form.append('flowInfo', JSON.stringify(flowInfo), { contentType: 'application/json' });
|
|
545
|
+
return this.makeAfnorRequest('POST', '/flow/v1/flows', { files: form });
|
|
546
|
+
});
|
|
547
|
+
}
|
|
548
|
+
searchFlowsAfnor() {
|
|
549
|
+
return __awaiter(this, arguments, void 0, function* (criteria = {}) {
|
|
550
|
+
var _a, _b;
|
|
551
|
+
const searchBody = {
|
|
552
|
+
offset: (_a = criteria.offset) !== null && _a !== void 0 ? _a : 0,
|
|
553
|
+
limit: (_b = criteria.limit) !== null && _b !== void 0 ? _b : 25,
|
|
554
|
+
where: {},
|
|
555
|
+
};
|
|
556
|
+
if (criteria.trackingId)
|
|
557
|
+
searchBody.where.trackingId = criteria.trackingId;
|
|
558
|
+
if (criteria.status)
|
|
559
|
+
searchBody.where.status = criteria.status;
|
|
560
|
+
return this.makeAfnorRequest('POST', '/flow/v1/flows/search', { data: searchBody });
|
|
561
|
+
});
|
|
562
|
+
}
|
|
563
|
+
downloadFlowAfnor(flowId) {
|
|
564
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
565
|
+
// For downloading, we need to handle the response type differently
|
|
566
|
+
const { token: afnorToken, pdpBaseUrl } = yield this.getAfnorTokenAndUrl();
|
|
567
|
+
const url = `${this.config.apiUrl}/api/v1/afnor/flow/v1/flows/${flowId}`;
|
|
568
|
+
const response = yield this.httpClient.get(url, {
|
|
569
|
+
headers: {
|
|
570
|
+
'Authorization': `Bearer ${afnorToken}`,
|
|
571
|
+
'X-PDP-Base-URL': pdpBaseUrl,
|
|
572
|
+
},
|
|
573
|
+
responseType: 'arraybuffer',
|
|
574
|
+
});
|
|
575
|
+
return Buffer.from(response.data);
|
|
576
|
+
});
|
|
577
|
+
}
|
|
578
|
+
/**
|
|
579
|
+
* Retrieves JSON metadata of an incoming flow (supplier invoice).
|
|
580
|
+
* Downloads an incoming flow from the AFNOR PDP and extracts invoice
|
|
581
|
+
* metadata into a unified JSON format. Supports Factur-X, CII and UBL.
|
|
582
|
+
*
|
|
583
|
+
* Note: This endpoint uses FactPulse JWT authentication (not AFNOR OAuth).
|
|
584
|
+
* The FactPulse server handles calling the PDP with stored credentials.
|
|
585
|
+
*
|
|
586
|
+
* @param flowId Flow identifier (UUID)
|
|
587
|
+
* @param includeDocument If true, includes the original document encoded in base64
|
|
588
|
+
* @returns Invoice metadata (supplier, amounts, dates, etc.)
|
|
589
|
+
*
|
|
590
|
+
* @example
|
|
591
|
+
* const invoice = await client.getIncomingInvoiceAfnor("550e8400-...");
|
|
592
|
+
* console.log(`Supplier: ${invoice.supplier.name}`);
|
|
593
|
+
* console.log(`Total incl. tax: ${invoice.total_incl_tax} ${invoice.currency}`);
|
|
594
|
+
*/
|
|
595
|
+
getIncomingInvoiceAfnor(flowId_1) {
|
|
596
|
+
return __awaiter(this, arguments, void 0, function* (flowId, includeDocument = false) {
|
|
597
|
+
var _a, _b;
|
|
598
|
+
yield this.ensureAuthenticated();
|
|
599
|
+
const url = `${this.config.apiUrl}/api/v1/afnor/incoming-flows/${flowId}`;
|
|
600
|
+
const params = {};
|
|
601
|
+
if (includeDocument) {
|
|
602
|
+
params.include_document = 'true';
|
|
603
|
+
}
|
|
604
|
+
try {
|
|
605
|
+
const response = yield this.httpClient.get(url, {
|
|
606
|
+
headers: { 'Authorization': `Bearer ${this.accessToken}` },
|
|
607
|
+
params: Object.keys(params).length > 0 ? params : undefined,
|
|
608
|
+
timeout: 60000,
|
|
609
|
+
});
|
|
610
|
+
return response.data;
|
|
611
|
+
}
|
|
612
|
+
catch (error) {
|
|
613
|
+
const axiosError = error;
|
|
614
|
+
throw new FactPulseValidationError(`Incoming flow error: ${((_b = (_a = axiosError.response) === null || _a === void 0 ? void 0 : _a.data) === null || _b === void 0 ? void 0 : _b.detail) || axiosError.message}`);
|
|
615
|
+
}
|
|
616
|
+
});
|
|
617
|
+
}
|
|
618
|
+
healthcheckAfnor() {
|
|
619
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
620
|
+
return this.makeAfnorRequest('GET', '/flow/v1/healthcheck');
|
|
621
|
+
});
|
|
622
|
+
}
|
|
623
|
+
// ==================== Chorus Pro ====================
|
|
624
|
+
rechercherStructureChorus(criteria) {
|
|
625
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
626
|
+
yield this.ensureAuthenticated();
|
|
627
|
+
const response = yield this.httpClient.post(`${this.config.apiUrl}/api/v1/chorus-pro/structures/rechercher`, criteria, {
|
|
628
|
+
headers: { Authorization: `Bearer ${this.accessToken}`, 'Content-Type': 'application/json' },
|
|
629
|
+
});
|
|
630
|
+
return response.data;
|
|
631
|
+
});
|
|
632
|
+
}
|
|
633
|
+
consulterStructureChorus(idStructureCpp) {
|
|
634
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
635
|
+
yield this.ensureAuthenticated();
|
|
636
|
+
const response = yield this.httpClient.post(`${this.config.apiUrl}/api/v1/chorus-pro/structures/consulter`, { id_structure_cpp: idStructureCpp }, {
|
|
637
|
+
headers: { Authorization: `Bearer ${this.accessToken}`, 'Content-Type': 'application/json' },
|
|
638
|
+
});
|
|
639
|
+
return response.data;
|
|
640
|
+
});
|
|
641
|
+
}
|
|
642
|
+
/**
|
|
643
|
+
* Lists the services of a Chorus Pro structure.
|
|
644
|
+
* @param idStructureCpp Chorus Pro ID of the structure
|
|
645
|
+
* @returns Object with listeServices, total, codeRetour, libelle
|
|
646
|
+
*/
|
|
647
|
+
listerServicesStructureChorus(idStructureCpp) {
|
|
648
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
649
|
+
yield this.ensureAuthenticated();
|
|
650
|
+
const response = yield this.httpClient.get(`${this.config.apiUrl}/api/v1/chorus-pro/structures/${idStructureCpp}/services`, {
|
|
651
|
+
headers: { Authorization: `Bearer ${this.accessToken}` },
|
|
652
|
+
});
|
|
653
|
+
return response.data;
|
|
654
|
+
});
|
|
655
|
+
}
|
|
656
|
+
obtenirIdChorusDepuisSiret(siret) {
|
|
657
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
658
|
+
const results = yield this.rechercherStructureChorus({ identifiant_structure: siret, type_identifiant: 'SIRET' });
|
|
659
|
+
if (results.length > 0 && results[0].id_structure_cpp)
|
|
660
|
+
return results[0].id_structure_cpp;
|
|
661
|
+
return null;
|
|
662
|
+
});
|
|
663
|
+
}
|
|
664
|
+
submitInvoiceChorus(invoiceData) {
|
|
665
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
666
|
+
yield this.ensureAuthenticated();
|
|
667
|
+
const response = yield this.httpClient.post(`${this.config.apiUrl}/api/v1/chorus/factures/soumettre`, invoiceData, {
|
|
668
|
+
headers: { Authorization: `Bearer ${this.accessToken}`, 'Content-Type': 'application/json' },
|
|
669
|
+
});
|
|
670
|
+
return response.data;
|
|
671
|
+
});
|
|
672
|
+
}
|
|
673
|
+
lookupInvoiceChorus(invoiceIdCpp) {
|
|
674
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
675
|
+
yield this.ensureAuthenticated();
|
|
676
|
+
const response = yield this.httpClient.post(`${this.config.apiUrl}/api/v1/chorus/factures/consulter`, { identifiant_facture_cpp: invoiceIdCpp }, {
|
|
677
|
+
headers: { Authorization: `Bearer ${this.accessToken}`, 'Content-Type': 'application/json' },
|
|
678
|
+
});
|
|
679
|
+
return response.data;
|
|
680
|
+
});
|
|
681
|
+
}
|
|
682
|
+
// ==================== Validation ====================
|
|
683
|
+
/**
|
|
684
|
+
* Validates a Factur-X PDF.
|
|
685
|
+
* @param pdfBuffer - PDF content as Buffer
|
|
686
|
+
* @param options - Validation options
|
|
687
|
+
* @param options.profile - Factur-X profile (MINIMUM, BASIC, EN16931, EXTENDED). If not specified, auto-detected.
|
|
688
|
+
* @param options.useVerapdf - Enable strict PDF/A validation with VeraPDF (default: false)
|
|
689
|
+
*/
|
|
690
|
+
validateFacturxPdf(pdfBuffer_1) {
|
|
691
|
+
return __awaiter(this, arguments, void 0, function* (pdfBuffer, options = {}) {
|
|
692
|
+
var _a;
|
|
693
|
+
yield this.ensureAuthenticated();
|
|
694
|
+
const form = new FormData();
|
|
695
|
+
form.append('pdf_file', pdfBuffer, { filename: 'facture.pdf', contentType: 'application/pdf' });
|
|
696
|
+
if (options.profile) {
|
|
697
|
+
form.append('profile', options.profile);
|
|
698
|
+
}
|
|
699
|
+
form.append('use_verapdf', String((_a = options.useVerapdf) !== null && _a !== void 0 ? _a : false));
|
|
700
|
+
const response = yield this.httpClient.post(`${this.config.apiUrl}/api/v1/processing/validate-facturx-pdf`, form, {
|
|
701
|
+
headers: Object.assign(Object.assign({}, form.getHeaders()), { Authorization: `Bearer ${this.accessToken}` }),
|
|
702
|
+
});
|
|
703
|
+
return response.data;
|
|
704
|
+
});
|
|
705
|
+
}
|
|
706
|
+
validateFacturxXml(xmlContent_1) {
|
|
707
|
+
return __awaiter(this, arguments, void 0, function* (xmlContent, profile = 'EN16931') {
|
|
708
|
+
yield this.ensureAuthenticated();
|
|
709
|
+
const form = new FormData();
|
|
710
|
+
form.append('xml_file', Buffer.from(xmlContent, 'utf-8'), { filename: 'facture.xml', contentType: 'application/xml' });
|
|
711
|
+
form.append('profile', profile);
|
|
712
|
+
const response = yield this.httpClient.post(`${this.config.apiUrl}/api/v1/processing/validate-xml`, form, {
|
|
713
|
+
headers: Object.assign(Object.assign({}, form.getHeaders()), { Authorization: `Bearer ${this.accessToken}` }),
|
|
714
|
+
});
|
|
715
|
+
return response.data;
|
|
716
|
+
});
|
|
717
|
+
}
|
|
718
|
+
validatePdfSignature(pdfBuffer) {
|
|
719
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
720
|
+
yield this.ensureAuthenticated();
|
|
721
|
+
const form = new FormData();
|
|
722
|
+
form.append('pdf_file', pdfBuffer, { filename: 'document.pdf', contentType: 'application/pdf' });
|
|
723
|
+
const response = yield this.httpClient.post(`${this.config.apiUrl}/api/v1/processing/validate-pdf-signature`, form, {
|
|
724
|
+
headers: Object.assign(Object.assign({}, form.getHeaders()), { Authorization: `Bearer ${this.accessToken}` }),
|
|
725
|
+
});
|
|
726
|
+
return response.data;
|
|
727
|
+
});
|
|
728
|
+
}
|
|
729
|
+
// ==================== Signature ====================
|
|
730
|
+
/**
|
|
731
|
+
* Signs a PDF with the server-configured certificate (via JWT client_uid).
|
|
732
|
+
* The certificate must be previously configured in Django Admin.
|
|
733
|
+
*/
|
|
734
|
+
signPdf(pdfBuffer_1) {
|
|
735
|
+
return __awaiter(this, arguments, void 0, function* (pdfBuffer, options = {}) {
|
|
736
|
+
yield this.ensureAuthenticated();
|
|
737
|
+
const form = new FormData();
|
|
738
|
+
form.append('pdf_file', pdfBuffer, { filename: 'document.pdf', contentType: 'application/pdf' });
|
|
739
|
+
if (options.reason)
|
|
740
|
+
form.append('reason', options.reason);
|
|
741
|
+
if (options.location)
|
|
742
|
+
form.append('location', options.location);
|
|
743
|
+
if (options.contact)
|
|
744
|
+
form.append('contact', options.contact);
|
|
745
|
+
if (options.usePadesLt !== undefined)
|
|
746
|
+
form.append('use_pades_lt', String(options.usePadesLt));
|
|
747
|
+
if (options.useTimestamp !== undefined)
|
|
748
|
+
form.append('use_timestamp', String(options.useTimestamp));
|
|
749
|
+
const response = yield this.httpClient.post(`${this.config.apiUrl}/api/v1/processing/sign-pdf`, form, {
|
|
750
|
+
headers: Object.assign(Object.assign({}, form.getHeaders()), { Authorization: `Bearer ${this.accessToken}` }),
|
|
751
|
+
});
|
|
752
|
+
// The API returns JSON with pdf_signe_base64
|
|
753
|
+
const data = response.data;
|
|
754
|
+
if (data.pdf_signe_base64) {
|
|
755
|
+
return Buffer.from(data.pdf_signe_base64, 'base64');
|
|
756
|
+
}
|
|
757
|
+
throw new Error('Invalid signature response');
|
|
758
|
+
});
|
|
759
|
+
}
|
|
760
|
+
/**
|
|
761
|
+
* Generates a test certificate (NOT FOR PRODUCTION).
|
|
762
|
+
* The certificate must then be configured in Django Admin.
|
|
763
|
+
*/
|
|
764
|
+
generateTestCertificate() {
|
|
765
|
+
return __awaiter(this, arguments, void 0, function* (options = {}) {
|
|
766
|
+
yield this.ensureAuthenticated();
|
|
767
|
+
const response = yield this.httpClient.post(`${this.config.apiUrl}/api/v1/processing/generate-test-certificate`, {
|
|
768
|
+
cn: options.cn || 'Test Organisation',
|
|
769
|
+
organisation: options.organisation || 'Test Organisation',
|
|
770
|
+
email: options.email || 'test@example.com',
|
|
771
|
+
validity_days: options.validityDays || 365,
|
|
772
|
+
key_size: options.keySize || 2048,
|
|
773
|
+
}, {
|
|
774
|
+
headers: { Authorization: `Bearer ${this.accessToken}`, 'Content-Type': 'application/json' },
|
|
775
|
+
});
|
|
776
|
+
return response.data;
|
|
777
|
+
});
|
|
778
|
+
}
|
|
779
|
+
// ==================== Workflow complet ====================
|
|
780
|
+
/**
|
|
781
|
+
* Complete workflow: generation + validation + signature + AFNOR submission.
|
|
782
|
+
* Note: Signature uses the server-configured certificate (via JWT client_uid).
|
|
783
|
+
* @param invoiceData Invoice data
|
|
784
|
+
* @param pdfPath Path to the source PDF
|
|
785
|
+
* @param options Workflow options
|
|
786
|
+
* @returns Result with pdfBuffer, validation, signature and afnor
|
|
787
|
+
*/
|
|
788
|
+
generateCompleteFacturx(invoiceData_1, pdfPath_1) {
|
|
789
|
+
return __awaiter(this, arguments, void 0, function* (invoiceData, pdfPath, options = {}) {
|
|
790
|
+
const { profile = 'EN16931', validate = true, sign = false, submitAfnor = false, afnorFlowName, afnorTrackingId, timeout, } = options;
|
|
791
|
+
const result = { pdfBuffer: Buffer.alloc(0) };
|
|
792
|
+
// 1. Generation
|
|
793
|
+
const pdfBuffer = yield this.generateFacturx(invoiceData, pdfPath, profile, 'pdf', true, timeout);
|
|
794
|
+
result.pdfBuffer = pdfBuffer;
|
|
795
|
+
// 2. Validation
|
|
796
|
+
if (validate) {
|
|
797
|
+
const validation = yield this.validateFacturxPdf(pdfBuffer, { profile });
|
|
798
|
+
result.validation = validation;
|
|
799
|
+
}
|
|
800
|
+
// 3. Signature (uses the server-configured certificate)
|
|
801
|
+
if (sign) {
|
|
802
|
+
const signedPdf = yield this.signPdf(result.pdfBuffer);
|
|
803
|
+
result.pdfBuffer = signedPdf;
|
|
804
|
+
result.signature = { signed: true };
|
|
805
|
+
}
|
|
806
|
+
// 4. AFNOR submission
|
|
807
|
+
if (submitAfnor) {
|
|
808
|
+
const invoiceNumber = (invoiceData.invoiceNumber || invoiceData.invoice_number || 'INVOICE');
|
|
809
|
+
const flowName = afnorFlowName || `Invoice ${invoiceNumber}`;
|
|
810
|
+
const trackingId = afnorTrackingId || invoiceNumber;
|
|
811
|
+
const afnorResult = yield this.submitInvoiceAfnor(result.pdfBuffer, flowName, { trackingId });
|
|
812
|
+
result.afnor = afnorResult;
|
|
813
|
+
}
|
|
814
|
+
return result;
|
|
815
|
+
});
|
|
816
|
+
}
|
|
817
|
+
}
|