@factpulse/sdk 1.0.8
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 +12 -0
- package/.github/workflows/publish-npm.yml +39 -0
- package/.openapi-generator/FILES +248 -0
- package/.openapi-generator/VERSION +1 -0
- package/.openapi-generator-ignore +23 -0
- package/CHANGELOG.md +28 -0
- package/LICENSE +21 -0
- package/README.md +149 -0
- package/api/afnorpdppaapi.ts +115 -0
- package/api/afnorpdppadirectory-service-api.ts +246 -0
- package/api/afnorpdppaflow-service-api.ts +307 -0
- package/api/chorus-pro-api.ts +1291 -0
- package/api/processing-endpoints-unifis-api.ts +210 -0
- package/api/sant-api.ts +115 -0
- package/api/signature-lectronique-api.ts +467 -0
- package/api/traitement-facture-api.ts +1093 -0
- package/api/utilisateur-api.ts +119 -0
- package/api.ts +26 -0
- package/base.ts +62 -0
- package/common.ts +113 -0
- package/configuration.ts +121 -0
- package/dist/api/afnorpdppaapi.d.ts +62 -0
- package/dist/api/afnorpdppaapi.js +121 -0
- package/dist/api/afnorpdppadirectory-service-api.d.ts +122 -0
- package/dist/api/afnorpdppadirectory-service-api.js +244 -0
- package/dist/api/afnorpdppaflow-service-api.d.ts +150 -0
- package/dist/api/afnorpdppaflow-service-api.js +302 -0
- package/dist/api/chorus-pro-api.d.ts +572 -0
- package/dist/api/chorus-pro-api.js +1174 -0
- package/dist/api/processing-endpoints-unifis-api.d.ts +101 -0
- package/dist/api/processing-endpoints-unifis-api.js +201 -0
- package/dist/api/sant-api.d.ts +62 -0
- package/dist/api/sant-api.js +121 -0
- package/dist/api/signature-lectronique-api.d.ts +212 -0
- package/dist/api/signature-lectronique-api.js +435 -0
- package/dist/api/traitement-facture-api.d.ts +480 -0
- package/dist/api/traitement-facture-api.js +996 -0
- package/dist/api/utilisateur-api.d.ts +62 -0
- package/dist/api/utilisateur-api.js +124 -0
- package/dist/api.d.ts +20 -0
- package/dist/api.js +38 -0
- package/dist/base.d.ts +42 -0
- package/dist/base.js +46 -0
- package/dist/common.d.ts +28 -0
- package/dist/common.js +124 -0
- package/dist/configuration.d.ts +98 -0
- package/dist/configuration.js +44 -0
- package/dist/esm/api/afnorpdppaapi.d.ts +62 -0
- package/dist/esm/api/afnorpdppaapi.js +114 -0
- package/dist/esm/api/afnorpdppadirectory-service-api.d.ts +122 -0
- package/dist/esm/api/afnorpdppadirectory-service-api.js +237 -0
- package/dist/esm/api/afnorpdppaflow-service-api.d.ts +150 -0
- package/dist/esm/api/afnorpdppaflow-service-api.js +295 -0
- package/dist/esm/api/chorus-pro-api.d.ts +572 -0
- package/dist/esm/api/chorus-pro-api.js +1167 -0
- package/dist/esm/api/processing-endpoints-unifis-api.d.ts +101 -0
- package/dist/esm/api/processing-endpoints-unifis-api.js +194 -0
- package/dist/esm/api/sant-api.d.ts +62 -0
- package/dist/esm/api/sant-api.js +114 -0
- package/dist/esm/api/signature-lectronique-api.d.ts +212 -0
- package/dist/esm/api/signature-lectronique-api.js +428 -0
- package/dist/esm/api/traitement-facture-api.d.ts +480 -0
- package/dist/esm/api/traitement-facture-api.js +989 -0
- package/dist/esm/api/utilisateur-api.d.ts +62 -0
- package/dist/esm/api/utilisateur-api.js +117 -0
- package/dist/esm/api.d.ts +20 -0
- package/dist/esm/api.js +22 -0
- package/dist/esm/base.d.ts +42 -0
- package/dist/esm/base.js +41 -0
- package/dist/esm/common.d.ts +28 -0
- package/dist/esm/common.js +112 -0
- package/dist/esm/configuration.d.ts +98 -0
- package/dist/esm/configuration.js +40 -0
- package/dist/esm/index.d.ts +14 -0
- package/dist/esm/index.js +16 -0
- package/dist/esm/models/adresse-electronique.d.ts +19 -0
- package/dist/esm/models/adresse-electronique.js +14 -0
- package/dist/esm/models/adresse-postale.d.ts +21 -0
- package/dist/esm/models/adresse-postale.js +14 -0
- package/dist/esm/models/body-ajouter-fichier-api-v1-chorus-pro-transverses-ajouter-fichier-post.d.ts +20 -0
- package/dist/esm/models/body-ajouter-fichier-api-v1-chorus-pro-transverses-ajouter-fichier-post.js +14 -0
- package/dist/esm/models/body-completer-facture-api-v1-chorus-pro-factures-completer-post.d.ts +20 -0
- package/dist/esm/models/body-completer-facture-api-v1-chorus-pro-factures-completer-post.js +14 -0
- package/dist/esm/models/body-lister-services-structure-api-v1-chorus-pro-structures-id-structure-cpp-services-get.d.ts +17 -0
- package/dist/esm/models/body-lister-services-structure-api-v1-chorus-pro-structures-id-structure-cpp-services-get.js +14 -0
- package/dist/esm/models/body-rechercher-factures-destinataire-api-v1-chorus-pro-factures-rechercher-destinataire-post.d.ts +20 -0
- package/dist/esm/models/body-rechercher-factures-destinataire-api-v1-chorus-pro-factures-rechercher-destinataire-post.js +14 -0
- package/dist/esm/models/body-rechercher-factures-fournisseur-api-v1-chorus-pro-factures-rechercher-fournisseur-post.d.ts +20 -0
- package/dist/esm/models/body-rechercher-factures-fournisseur-api-v1-chorus-pro-factures-rechercher-fournisseur-post.js +14 -0
- package/dist/esm/models/body-recycler-facture-api-v1-chorus-pro-factures-recycler-post.d.ts +20 -0
- package/dist/esm/models/body-recycler-facture-api-v1-chorus-pro-factures-recycler-post.js +14 -0
- package/dist/esm/models/body-telecharger-groupe-factures-api-v1-chorus-pro-factures-telecharger-groupe-post.d.ts +20 -0
- package/dist/esm/models/body-telecharger-groupe-factures-api-v1-chorus-pro-factures-telecharger-groupe-post.js +14 -0
- package/dist/esm/models/body-traiter-facture-recue-api-v1-chorus-pro-factures-traiter-facture-recue-post.d.ts +20 -0
- package/dist/esm/models/body-traiter-facture-recue-api-v1-chorus-pro-factures-traiter-facture-recue-post.js +14 -0
- package/dist/esm/models/body-valideur-consulter-facture-api-v1-chorus-pro-factures-valideur-consulter-post.d.ts +20 -0
- package/dist/esm/models/body-valideur-consulter-facture-api-v1-chorus-pro-factures-valideur-consulter-post.js +14 -0
- package/dist/esm/models/body-valideur-rechercher-factures-api-v1-chorus-pro-factures-valideur-rechercher-post.d.ts +20 -0
- package/dist/esm/models/body-valideur-rechercher-factures-api-v1-chorus-pro-factures-valideur-rechercher-post.js +14 -0
- package/dist/esm/models/body-valideur-traiter-facture-api-v1-chorus-pro-factures-valideur-traiter-post.d.ts +20 -0
- package/dist/esm/models/body-valideur-traiter-facture-api-v1-chorus-pro-factures-valideur-traiter-post.js +14 -0
- package/dist/esm/models/cadre-de-facturation.d.ts +20 -0
- package/dist/esm/models/cadre-de-facturation.js +14 -0
- package/dist/esm/models/categorie-tva.d.ts +26 -0
- package/dist/esm/models/categorie-tva.js +27 -0
- package/dist/esm/models/certificate-info-response.d.ts +61 -0
- package/dist/esm/models/certificate-info-response.js +14 -0
- package/dist/esm/models/chorus-pro-credentials.d.ts +36 -0
- package/dist/esm/models/chorus-pro-credentials.js +14 -0
- package/dist/esm/models/code-cadre-facturation.d.ts +18 -0
- package/dist/esm/models/code-cadre-facturation.js +19 -0
- package/dist/esm/models/code-raison-reduction.d.ts +24 -0
- package/dist/esm/models/code-raison-reduction.js +25 -0
- package/dist/esm/models/consulter-facture-request.d.ts +22 -0
- package/dist/esm/models/consulter-facture-request.js +14 -0
- package/dist/esm/models/consulter-facture-response.d.ts +26 -0
- package/dist/esm/models/consulter-facture-response.js +14 -0
- package/dist/esm/models/consulter-structure-request.d.ts +26 -0
- package/dist/esm/models/consulter-structure-request.js +14 -0
- package/dist/esm/models/consulter-structure-response.d.ts +26 -0
- package/dist/esm/models/consulter-structure-response.js +14 -0
- package/dist/esm/models/credentials-afnor.d.ts +19 -0
- package/dist/esm/models/credentials-afnor.js +14 -0
- package/dist/esm/models/credentials-chorus-pro.d.ts +24 -0
- package/dist/esm/models/credentials-chorus-pro.js +14 -0
- package/dist/esm/models/destinataire.d.ts +22 -0
- package/dist/esm/models/destinataire.js +14 -0
- package/dist/esm/models/destination-afnor.d.ts +34 -0
- package/dist/esm/models/destination-afnor.js +21 -0
- package/dist/esm/models/destination-chorus-pro.d.ts +23 -0
- package/dist/esm/models/destination-chorus-pro.js +16 -0
- package/dist/esm/models/destination.d.ts +22 -0
- package/dist/esm/models/destination.js +14 -0
- package/dist/esm/models/direction-flux.d.ts +19 -0
- package/dist/esm/models/direction-flux.js +20 -0
- package/dist/esm/models/donnees-facture-simplifiees.d.ts +46 -0
- package/dist/esm/models/donnees-facture-simplifiees.js +14 -0
- package/dist/esm/models/facture-enrichie-info-input.d.ts +27 -0
- package/dist/esm/models/facture-enrichie-info-input.js +14 -0
- package/dist/esm/models/facture-enrichie-info-output.d.ts +24 -0
- package/dist/esm/models/facture-enrichie-info-output.js +14 -0
- package/dist/esm/models/facture-factur-x.d.ts +39 -0
- package/dist/esm/models/facture-factur-x.js +14 -0
- package/dist/esm/models/flux-resume.d.ts +24 -0
- package/dist/esm/models/flux-resume.js +14 -0
- package/dist/esm/models/format-sortie.d.ts +16 -0
- package/dist/esm/models/format-sortie.js +17 -0
- package/dist/esm/models/fournisseur.d.ts +27 -0
- package/dist/esm/models/fournisseur.js +14 -0
- package/dist/esm/models/generate-certificate-request.d.ts +54 -0
- package/dist/esm/models/generate-certificate-request.js +14 -0
- package/dist/esm/models/generate-certificate-response.d.ts +38 -0
- package/dist/esm/models/generate-certificate-response.js +14 -0
- package/dist/esm/models/httpvalidation-error.d.ts +15 -0
- package/dist/esm/models/httpvalidation-error.js +14 -0
- package/dist/esm/models/index.d.ts +108 -0
- package/dist/esm/models/index.js +108 -0
- package/dist/esm/models/information-signature-api.d.ts +25 -0
- package/dist/esm/models/information-signature-api.js +14 -0
- package/dist/esm/models/ligne-de-poste-montant-remise-ht.d.ts +16 -0
- package/dist/esm/models/ligne-de-poste-montant-remise-ht.js +14 -0
- package/dist/esm/models/ligne-de-poste-montant-total-ligne-ht.d.ts +16 -0
- package/dist/esm/models/ligne-de-poste-montant-total-ligne-ht.js +14 -0
- package/dist/esm/models/ligne-de-poste-taux-tva-manuel.d.ts +16 -0
- package/dist/esm/models/ligne-de-poste-taux-tva-manuel.js +14 -0
- package/dist/esm/models/ligne-de-poste.d.ts +39 -0
- package/dist/esm/models/ligne-de-poste.js +14 -0
- package/dist/esm/models/ligne-de-tva.d.ts +25 -0
- package/dist/esm/models/ligne-de-tva.js +14 -0
- package/dist/esm/models/mode-depot.d.ts +20 -0
- package/dist/esm/models/mode-depot.js +21 -0
- package/dist/esm/models/mode-paiement.d.ts +23 -0
- package/dist/esm/models/mode-paiement.js +24 -0
- package/dist/esm/models/montant-ht-total.d.ts +13 -0
- package/dist/esm/models/montant-ht-total.js +14 -0
- package/dist/esm/models/montant-total-acompte.d.ts +16 -0
- package/dist/esm/models/montant-total-acompte.js +14 -0
- package/dist/esm/models/montant-total-montant-remise-globale-ttc.d.ts +16 -0
- package/dist/esm/models/montant-total-montant-remise-globale-ttc.js +14 -0
- package/dist/esm/models/montant-total.d.ts +29 -0
- package/dist/esm/models/montant-total.js +14 -0
- package/dist/esm/models/montant-ttc-total.d.ts +13 -0
- package/dist/esm/models/montant-ttc-total.js +14 -0
- package/dist/esm/models/montant-tva.d.ts +13 -0
- package/dist/esm/models/montant-tva.js +14 -0
- package/dist/esm/models/montantapayer.d.ts +16 -0
- package/dist/esm/models/montantapayer.js +14 -0
- package/dist/esm/models/montantbaseht.d.ts +16 -0
- package/dist/esm/models/montantbaseht.js +14 -0
- package/dist/esm/models/montanthttotal.d.ts +16 -0
- package/dist/esm/models/montanthttotal.js +14 -0
- package/dist/esm/models/montantttctotal.d.ts +16 -0
- package/dist/esm/models/montantttctotal.js +14 -0
- package/dist/esm/models/montanttva.d.ts +16 -0
- package/dist/esm/models/montanttva.js +14 -0
- package/dist/esm/models/montanttva1.d.ts +16 -0
- package/dist/esm/models/montanttva1.js +14 -0
- package/dist/esm/models/montantunitaireht.d.ts +16 -0
- package/dist/esm/models/montantunitaireht.js +14 -0
- package/dist/esm/models/obtenir-id-chorus-pro-request.d.ts +26 -0
- package/dist/esm/models/obtenir-id-chorus-pro-request.js +14 -0
- package/dist/esm/models/obtenir-id-chorus-pro-response.d.ts +29 -0
- package/dist/esm/models/obtenir-id-chorus-pro-response.js +14 -0
- package/dist/esm/models/options-processing.d.ts +39 -0
- package/dist/esm/models/options-processing.js +19 -0
- package/dist/esm/models/parametres-signature.d.ts +34 -0
- package/dist/esm/models/parametres-signature.js +14 -0
- package/dist/esm/models/parametres-structure.d.ts +28 -0
- package/dist/esm/models/parametres-structure.js +14 -0
- package/dist/esm/models/pdffactur-xinfo.d.ts +28 -0
- package/dist/esm/models/pdffactur-xinfo.js +14 -0
- package/dist/esm/models/pdpcredentials.d.ts +32 -0
- package/dist/esm/models/pdpcredentials.js +14 -0
- package/dist/esm/models/piece-jointe-complementaire.d.ts +21 -0
- package/dist/esm/models/piece-jointe-complementaire.js +14 -0
- package/dist/esm/models/profil-api.d.ts +18 -0
- package/dist/esm/models/profil-api.js +19 -0
- package/dist/esm/models/profil-flux.d.ts +20 -0
- package/dist/esm/models/profil-flux.js +21 -0
- package/dist/esm/models/quantite.d.ts +16 -0
- package/dist/esm/models/quantite.js +14 -0
- package/dist/esm/models/quota-info.d.ts +21 -0
- package/dist/esm/models/quota-info.js +14 -0
- package/dist/esm/models/rechercher-services-response.d.ts +24 -0
- package/dist/esm/models/rechercher-services-response.js +14 -0
- package/dist/esm/models/rechercher-structure-request.d.ts +25 -0
- package/dist/esm/models/rechercher-structure-request.js +14 -0
- package/dist/esm/models/rechercher-structure-response.d.ts +30 -0
- package/dist/esm/models/rechercher-structure-response.js +14 -0
- package/dist/esm/models/references.d.ts +27 -0
- package/dist/esm/models/references.js +14 -0
- package/dist/esm/models/reponse-healthcheck-afnor.d.ts +28 -0
- package/dist/esm/models/reponse-healthcheck-afnor.js +14 -0
- package/dist/esm/models/reponse-recherche-flux.d.ts +33 -0
- package/dist/esm/models/reponse-recherche-flux.js +14 -0
- package/dist/esm/models/reponse-soumission-flux.d.ts +38 -0
- package/dist/esm/models/reponse-soumission-flux.js +14 -0
- package/dist/esm/models/reponse-tache.d.ts +17 -0
- package/dist/esm/models/reponse-tache.js +14 -0
- package/dist/esm/models/reponse-validation-erreur.d.ts +17 -0
- package/dist/esm/models/reponse-validation-erreur.js +14 -0
- package/dist/esm/models/reponse-validation-succes.d.ts +17 -0
- package/dist/esm/models/reponse-validation-succes.js +14 -0
- package/dist/esm/models/requete-recherche-flux.d.ts +34 -0
- package/dist/esm/models/requete-recherche-flux.js +14 -0
- package/dist/esm/models/requete-soumission-flux.d.ts +31 -0
- package/dist/esm/models/requete-soumission-flux.js +14 -0
- package/dist/esm/models/resultat-afnor.d.ts +30 -0
- package/dist/esm/models/resultat-afnor.js +14 -0
- package/dist/esm/models/resultat-chorus-pro.d.ts +22 -0
- package/dist/esm/models/resultat-chorus-pro.js +14 -0
- package/dist/esm/models/resultat-validation-pdfapi.d.ts +93 -0
- package/dist/esm/models/resultat-validation-pdfapi.js +14 -0
- package/dist/esm/models/scheme-id.d.ts +22 -0
- package/dist/esm/models/scheme-id.js +23 -0
- package/dist/esm/models/service-structure.d.ts +32 -0
- package/dist/esm/models/service-structure.js +14 -0
- package/dist/esm/models/signature-info.d.ts +22 -0
- package/dist/esm/models/signature-info.js +14 -0
- package/dist/esm/models/soumettre-facture-complete-request.d.ts +34 -0
- package/dist/esm/models/soumettre-facture-complete-request.js +14 -0
- package/dist/esm/models/soumettre-facture-complete-response.d.ts +53 -0
- package/dist/esm/models/soumettre-facture-complete-response.js +17 -0
- package/dist/esm/models/soumettre-facture-request.d.ts +50 -0
- package/dist/esm/models/soumettre-facture-request.js +14 -0
- package/dist/esm/models/soumettre-facture-response.d.ts +26 -0
- package/dist/esm/models/soumettre-facture-response.js +14 -0
- package/dist/esm/models/statut-acquittement.d.ts +20 -0
- package/dist/esm/models/statut-acquittement.js +21 -0
- package/dist/esm/models/statut-facture.d.ts +25 -0
- package/dist/esm/models/statut-facture.js +14 -0
- package/dist/esm/models/statut-tache.d.ts +19 -0
- package/dist/esm/models/statut-tache.js +14 -0
- package/dist/esm/models/structure-info.d.ts +36 -0
- package/dist/esm/models/structure-info.js +14 -0
- package/dist/esm/models/syntaxe-flux.d.ts +22 -0
- package/dist/esm/models/syntaxe-flux.js +23 -0
- package/dist/esm/models/tauxmanuel.d.ts +16 -0
- package/dist/esm/models/tauxmanuel.js +14 -0
- package/dist/esm/models/type-facture.d.ts +19 -0
- package/dist/esm/models/type-facture.js +20 -0
- package/dist/esm/models/type-flux.d.ts +22 -0
- package/dist/esm/models/type-flux.js +23 -0
- package/dist/esm/models/type-tva.d.ts +21 -0
- package/dist/esm/models/type-tva.js +22 -0
- package/dist/esm/models/unite.d.ts +23 -0
- package/dist/esm/models/unite.js +24 -0
- package/dist/esm/models/utilisateur.d.ts +29 -0
- package/dist/esm/models/utilisateur.js +14 -0
- package/dist/esm/models/validation-error-loc-inner.d.ts +13 -0
- package/dist/esm/models/validation-error-loc-inner.js +14 -0
- package/dist/esm/models/validation-error.d.ts +17 -0
- package/dist/esm/models/validation-error.js +14 -0
- package/dist/index.d.ts +14 -0
- package/dist/index.js +32 -0
- package/dist/models/adresse-electronique.d.ts +19 -0
- package/dist/models/adresse-electronique.js +15 -0
- package/dist/models/adresse-postale.d.ts +21 -0
- package/dist/models/adresse-postale.js +15 -0
- package/dist/models/body-ajouter-fichier-api-v1-chorus-pro-transverses-ajouter-fichier-post.d.ts +20 -0
- package/dist/models/body-ajouter-fichier-api-v1-chorus-pro-transverses-ajouter-fichier-post.js +15 -0
- package/dist/models/body-completer-facture-api-v1-chorus-pro-factures-completer-post.d.ts +20 -0
- package/dist/models/body-completer-facture-api-v1-chorus-pro-factures-completer-post.js +15 -0
- package/dist/models/body-lister-services-structure-api-v1-chorus-pro-structures-id-structure-cpp-services-get.d.ts +17 -0
- package/dist/models/body-lister-services-structure-api-v1-chorus-pro-structures-id-structure-cpp-services-get.js +15 -0
- package/dist/models/body-rechercher-factures-destinataire-api-v1-chorus-pro-factures-rechercher-destinataire-post.d.ts +20 -0
- package/dist/models/body-rechercher-factures-destinataire-api-v1-chorus-pro-factures-rechercher-destinataire-post.js +15 -0
- package/dist/models/body-rechercher-factures-fournisseur-api-v1-chorus-pro-factures-rechercher-fournisseur-post.d.ts +20 -0
- package/dist/models/body-rechercher-factures-fournisseur-api-v1-chorus-pro-factures-rechercher-fournisseur-post.js +15 -0
- package/dist/models/body-recycler-facture-api-v1-chorus-pro-factures-recycler-post.d.ts +20 -0
- package/dist/models/body-recycler-facture-api-v1-chorus-pro-factures-recycler-post.js +15 -0
- package/dist/models/body-telecharger-groupe-factures-api-v1-chorus-pro-factures-telecharger-groupe-post.d.ts +20 -0
- package/dist/models/body-telecharger-groupe-factures-api-v1-chorus-pro-factures-telecharger-groupe-post.js +15 -0
- package/dist/models/body-traiter-facture-recue-api-v1-chorus-pro-factures-traiter-facture-recue-post.d.ts +20 -0
- package/dist/models/body-traiter-facture-recue-api-v1-chorus-pro-factures-traiter-facture-recue-post.js +15 -0
- package/dist/models/body-valideur-consulter-facture-api-v1-chorus-pro-factures-valideur-consulter-post.d.ts +20 -0
- package/dist/models/body-valideur-consulter-facture-api-v1-chorus-pro-factures-valideur-consulter-post.js +15 -0
- package/dist/models/body-valideur-rechercher-factures-api-v1-chorus-pro-factures-valideur-rechercher-post.d.ts +20 -0
- package/dist/models/body-valideur-rechercher-factures-api-v1-chorus-pro-factures-valideur-rechercher-post.js +15 -0
- package/dist/models/body-valideur-traiter-facture-api-v1-chorus-pro-factures-valideur-traiter-post.d.ts +20 -0
- package/dist/models/body-valideur-traiter-facture-api-v1-chorus-pro-factures-valideur-traiter-post.js +15 -0
- package/dist/models/cadre-de-facturation.d.ts +20 -0
- package/dist/models/cadre-de-facturation.js +15 -0
- package/dist/models/categorie-tva.d.ts +26 -0
- package/dist/models/categorie-tva.js +30 -0
- package/dist/models/certificate-info-response.d.ts +61 -0
- package/dist/models/certificate-info-response.js +15 -0
- package/dist/models/chorus-pro-credentials.d.ts +36 -0
- package/dist/models/chorus-pro-credentials.js +15 -0
- package/dist/models/code-cadre-facturation.d.ts +18 -0
- package/dist/models/code-cadre-facturation.js +22 -0
- package/dist/models/code-raison-reduction.d.ts +24 -0
- package/dist/models/code-raison-reduction.js +28 -0
- package/dist/models/consulter-facture-request.d.ts +22 -0
- package/dist/models/consulter-facture-request.js +15 -0
- package/dist/models/consulter-facture-response.d.ts +26 -0
- package/dist/models/consulter-facture-response.js +15 -0
- package/dist/models/consulter-structure-request.d.ts +26 -0
- package/dist/models/consulter-structure-request.js +15 -0
- package/dist/models/consulter-structure-response.d.ts +26 -0
- package/dist/models/consulter-structure-response.js +15 -0
- package/dist/models/credentials-afnor.d.ts +19 -0
- package/dist/models/credentials-afnor.js +15 -0
- package/dist/models/credentials-chorus-pro.d.ts +24 -0
- package/dist/models/credentials-chorus-pro.js +15 -0
- package/dist/models/destinataire.d.ts +22 -0
- package/dist/models/destinataire.js +15 -0
- package/dist/models/destination-afnor.d.ts +34 -0
- package/dist/models/destination-afnor.js +24 -0
- package/dist/models/destination-chorus-pro.d.ts +23 -0
- package/dist/models/destination-chorus-pro.js +19 -0
- package/dist/models/destination.d.ts +22 -0
- package/dist/models/destination.js +15 -0
- package/dist/models/direction-flux.d.ts +19 -0
- package/dist/models/direction-flux.js +23 -0
- package/dist/models/donnees-facture-simplifiees.d.ts +46 -0
- package/dist/models/donnees-facture-simplifiees.js +15 -0
- package/dist/models/facture-enrichie-info-input.d.ts +27 -0
- package/dist/models/facture-enrichie-info-input.js +15 -0
- package/dist/models/facture-enrichie-info-output.d.ts +24 -0
- package/dist/models/facture-enrichie-info-output.js +15 -0
- package/dist/models/facture-factur-x.d.ts +39 -0
- package/dist/models/facture-factur-x.js +15 -0
- package/dist/models/flux-resume.d.ts +24 -0
- package/dist/models/flux-resume.js +15 -0
- package/dist/models/format-sortie.d.ts +16 -0
- package/dist/models/format-sortie.js +20 -0
- package/dist/models/fournisseur.d.ts +27 -0
- package/dist/models/fournisseur.js +15 -0
- package/dist/models/generate-certificate-request.d.ts +54 -0
- package/dist/models/generate-certificate-request.js +15 -0
- package/dist/models/generate-certificate-response.d.ts +38 -0
- package/dist/models/generate-certificate-response.js +15 -0
- package/dist/models/httpvalidation-error.d.ts +15 -0
- package/dist/models/httpvalidation-error.js +15 -0
- package/dist/models/index.d.ts +108 -0
- package/dist/models/index.js +124 -0
- package/dist/models/information-signature-api.d.ts +25 -0
- package/dist/models/information-signature-api.js +15 -0
- package/dist/models/ligne-de-poste-montant-remise-ht.d.ts +16 -0
- package/dist/models/ligne-de-poste-montant-remise-ht.js +15 -0
- package/dist/models/ligne-de-poste-montant-total-ligne-ht.d.ts +16 -0
- package/dist/models/ligne-de-poste-montant-total-ligne-ht.js +15 -0
- package/dist/models/ligne-de-poste-taux-tva-manuel.d.ts +16 -0
- package/dist/models/ligne-de-poste-taux-tva-manuel.js +15 -0
- package/dist/models/ligne-de-poste.d.ts +39 -0
- package/dist/models/ligne-de-poste.js +15 -0
- package/dist/models/ligne-de-tva.d.ts +25 -0
- package/dist/models/ligne-de-tva.js +15 -0
- package/dist/models/mode-depot.d.ts +20 -0
- package/dist/models/mode-depot.js +24 -0
- package/dist/models/mode-paiement.d.ts +23 -0
- package/dist/models/mode-paiement.js +27 -0
- package/dist/models/montant-ht-total.d.ts +13 -0
- package/dist/models/montant-ht-total.js +15 -0
- package/dist/models/montant-total-acompte.d.ts +16 -0
- package/dist/models/montant-total-acompte.js +15 -0
- package/dist/models/montant-total-montant-remise-globale-ttc.d.ts +16 -0
- package/dist/models/montant-total-montant-remise-globale-ttc.js +15 -0
- package/dist/models/montant-total.d.ts +29 -0
- package/dist/models/montant-total.js +15 -0
- package/dist/models/montant-ttc-total.d.ts +13 -0
- package/dist/models/montant-ttc-total.js +15 -0
- package/dist/models/montant-tva.d.ts +13 -0
- package/dist/models/montant-tva.js +15 -0
- package/dist/models/montantapayer.d.ts +16 -0
- package/dist/models/montantapayer.js +15 -0
- package/dist/models/montantbaseht.d.ts +16 -0
- package/dist/models/montantbaseht.js +15 -0
- package/dist/models/montanthttotal.d.ts +16 -0
- package/dist/models/montanthttotal.js +15 -0
- package/dist/models/montantttctotal.d.ts +16 -0
- package/dist/models/montantttctotal.js +15 -0
- package/dist/models/montanttva.d.ts +16 -0
- package/dist/models/montanttva.js +15 -0
- package/dist/models/montanttva1.d.ts +16 -0
- package/dist/models/montanttva1.js +15 -0
- package/dist/models/montantunitaireht.d.ts +16 -0
- package/dist/models/montantunitaireht.js +15 -0
- package/dist/models/obtenir-id-chorus-pro-request.d.ts +26 -0
- package/dist/models/obtenir-id-chorus-pro-request.js +15 -0
- package/dist/models/obtenir-id-chorus-pro-response.d.ts +29 -0
- package/dist/models/obtenir-id-chorus-pro-response.js +15 -0
- package/dist/models/options-processing.d.ts +39 -0
- package/dist/models/options-processing.js +22 -0
- package/dist/models/parametres-signature.d.ts +34 -0
- package/dist/models/parametres-signature.js +15 -0
- package/dist/models/parametres-structure.d.ts +28 -0
- package/dist/models/parametres-structure.js +15 -0
- package/dist/models/pdffactur-xinfo.d.ts +28 -0
- package/dist/models/pdffactur-xinfo.js +15 -0
- package/dist/models/pdpcredentials.d.ts +32 -0
- package/dist/models/pdpcredentials.js +15 -0
- package/dist/models/piece-jointe-complementaire.d.ts +21 -0
- package/dist/models/piece-jointe-complementaire.js +15 -0
- package/dist/models/profil-api.d.ts +18 -0
- package/dist/models/profil-api.js +22 -0
- package/dist/models/profil-flux.d.ts +20 -0
- package/dist/models/profil-flux.js +24 -0
- package/dist/models/quantite.d.ts +16 -0
- package/dist/models/quantite.js +15 -0
- package/dist/models/quota-info.d.ts +21 -0
- package/dist/models/quota-info.js +15 -0
- package/dist/models/rechercher-services-response.d.ts +24 -0
- package/dist/models/rechercher-services-response.js +15 -0
- package/dist/models/rechercher-structure-request.d.ts +25 -0
- package/dist/models/rechercher-structure-request.js +15 -0
- package/dist/models/rechercher-structure-response.d.ts +30 -0
- package/dist/models/rechercher-structure-response.js +15 -0
- package/dist/models/references.d.ts +27 -0
- package/dist/models/references.js +15 -0
- package/dist/models/reponse-healthcheck-afnor.d.ts +28 -0
- package/dist/models/reponse-healthcheck-afnor.js +15 -0
- package/dist/models/reponse-recherche-flux.d.ts +33 -0
- package/dist/models/reponse-recherche-flux.js +15 -0
- package/dist/models/reponse-soumission-flux.d.ts +38 -0
- package/dist/models/reponse-soumission-flux.js +15 -0
- package/dist/models/reponse-tache.d.ts +17 -0
- package/dist/models/reponse-tache.js +15 -0
- package/dist/models/reponse-validation-erreur.d.ts +17 -0
- package/dist/models/reponse-validation-erreur.js +15 -0
- package/dist/models/reponse-validation-succes.d.ts +17 -0
- package/dist/models/reponse-validation-succes.js +15 -0
- package/dist/models/requete-recherche-flux.d.ts +34 -0
- package/dist/models/requete-recherche-flux.js +15 -0
- package/dist/models/requete-soumission-flux.d.ts +31 -0
- package/dist/models/requete-soumission-flux.js +15 -0
- package/dist/models/resultat-afnor.d.ts +30 -0
- package/dist/models/resultat-afnor.js +15 -0
- package/dist/models/resultat-chorus-pro.d.ts +22 -0
- package/dist/models/resultat-chorus-pro.js +15 -0
- package/dist/models/resultat-validation-pdfapi.d.ts +93 -0
- package/dist/models/resultat-validation-pdfapi.js +15 -0
- package/dist/models/scheme-id.d.ts +22 -0
- package/dist/models/scheme-id.js +26 -0
- package/dist/models/service-structure.d.ts +32 -0
- package/dist/models/service-structure.js +15 -0
- package/dist/models/signature-info.d.ts +22 -0
- package/dist/models/signature-info.js +15 -0
- package/dist/models/soumettre-facture-complete-request.d.ts +34 -0
- package/dist/models/soumettre-facture-complete-request.js +15 -0
- package/dist/models/soumettre-facture-complete-response.d.ts +53 -0
- package/dist/models/soumettre-facture-complete-response.js +20 -0
- package/dist/models/soumettre-facture-request.d.ts +50 -0
- package/dist/models/soumettre-facture-request.js +15 -0
- package/dist/models/soumettre-facture-response.d.ts +26 -0
- package/dist/models/soumettre-facture-response.js +15 -0
- package/dist/models/statut-acquittement.d.ts +20 -0
- package/dist/models/statut-acquittement.js +24 -0
- package/dist/models/statut-facture.d.ts +25 -0
- package/dist/models/statut-facture.js +15 -0
- package/dist/models/statut-tache.d.ts +19 -0
- package/dist/models/statut-tache.js +15 -0
- package/dist/models/structure-info.d.ts +36 -0
- package/dist/models/structure-info.js +15 -0
- package/dist/models/syntaxe-flux.d.ts +22 -0
- package/dist/models/syntaxe-flux.js +26 -0
- package/dist/models/tauxmanuel.d.ts +16 -0
- package/dist/models/tauxmanuel.js +15 -0
- package/dist/models/type-facture.d.ts +19 -0
- package/dist/models/type-facture.js +23 -0
- package/dist/models/type-flux.d.ts +22 -0
- package/dist/models/type-flux.js +26 -0
- package/dist/models/type-tva.d.ts +21 -0
- package/dist/models/type-tva.js +25 -0
- package/dist/models/unite.d.ts +23 -0
- package/dist/models/unite.js +27 -0
- package/dist/models/utilisateur.d.ts +29 -0
- package/dist/models/utilisateur.js +15 -0
- package/dist/models/validation-error-loc-inner.d.ts +13 -0
- package/dist/models/validation-error-loc-inner.js +15 -0
- package/dist/models/validation-error.d.ts +17 -0
- package/dist/models/validation-error.js +15 -0
- package/docs/AFNORPDPPAApi.md +53 -0
- package/docs/AFNORPDPPADirectoryServiceApi.md +153 -0
- package/docs/AFNORPDPPAFlowServiceApi.md +208 -0
- package/docs/AdresseElectronique.md +23 -0
- package/docs/AdressePostale.md +29 -0
- package/docs/BodyAjouterFichierApiV1ChorusProTransversesAjouterFichierPost.md +24 -0
- package/docs/BodyCompleterFactureApiV1ChorusProFacturesCompleterPost.md +24 -0
- package/docs/BodyListerServicesStructureApiV1ChorusProStructuresIdStructureCppServicesGet.md +22 -0
- package/docs/BodyRechercherFacturesDestinataireApiV1ChorusProFacturesRechercherDestinatairePost.md +24 -0
- package/docs/BodyRechercherFacturesFournisseurApiV1ChorusProFacturesRechercherFournisseurPost.md +24 -0
- package/docs/BodyRecyclerFactureApiV1ChorusProFacturesRecyclerPost.md +24 -0
- package/docs/BodyTelechargerGroupeFacturesApiV1ChorusProFacturesTelechargerGroupePost.md +24 -0
- package/docs/BodyTraiterFactureRecueApiV1ChorusProFacturesTraiterFactureRecuePost.md +24 -0
- package/docs/BodyValideurConsulterFactureApiV1ChorusProFacturesValideurConsulterPost.md +24 -0
- package/docs/BodyValideurRechercherFacturesApiV1ChorusProFacturesValideurRechercherPost.md +24 -0
- package/docs/BodyValideurTraiterFactureApiV1ChorusProFacturesValideurTraiterPost.md +24 -0
- package/docs/CadreDeFacturation.md +25 -0
- package/docs/CategorieTVA.md +25 -0
- package/docs/CertificateInfoResponse.md +43 -0
- package/docs/ChorusProApi.md +874 -0
- package/docs/ChorusProCredentials.md +29 -0
- package/docs/CodeCadreFacturation.md +14 -0
- package/docs/CodeRaisonReduction.md +21 -0
- package/docs/ConsulterFactureRequest.md +23 -0
- package/docs/ConsulterFactureResponse.md +37 -0
- package/docs/ConsulterStructureRequest.md +25 -0
- package/docs/ConsulterStructureResponse.md +37 -0
- package/docs/CredentialsAFNOR.md +25 -0
- package/docs/CredentialsChorusPro.md +29 -0
- package/docs/Destinataire.md +27 -0
- package/docs/Destination.md +27 -0
- package/docs/DestinationAFNOR.md +27 -0
- package/docs/DestinationChorusPro.md +23 -0
- package/docs/DirectionFlux.md +11 -0
- package/docs/DonneesFactureSimplifiees.md +37 -0
- package/docs/FactureEnrichieInfoInput.md +35 -0
- package/docs/FactureEnrichieInfoOutput.md +35 -0
- package/docs/FactureFacturX.md +47 -0
- package/docs/FluxResume.md +35 -0
- package/docs/FormatSortie.md +10 -0
- package/docs/Fournisseur.md +37 -0
- package/docs/GenerateCertificateRequest.md +41 -0
- package/docs/GenerateCertificateResponse.md +31 -0
- package/docs/HTTPValidationError.md +20 -0
- package/docs/InformationSignatureAPI.md +31 -0
- package/docs/LigneDePoste.md +49 -0
- package/docs/LigneDePosteMontantRemiseHt.md +19 -0
- package/docs/LigneDePosteMontantTotalLigneHt.md +19 -0
- package/docs/LigneDePosteTauxTvaManuel.md +19 -0
- package/docs/LigneDeTVA.md +29 -0
- package/docs/ModeDepot.md +13 -0
- package/docs/ModePaiement.md +19 -0
- package/docs/MontantHtTotal.md +18 -0
- package/docs/MontantTotal.md +33 -0
- package/docs/MontantTotalAcompte.md +19 -0
- package/docs/MontantTotalMontantRemiseGlobaleTtc.md +19 -0
- package/docs/MontantTtcTotal.md +18 -0
- package/docs/MontantTva.md +18 -0
- package/docs/Montantapayer.md +19 -0
- package/docs/Montantbaseht.md +19 -0
- package/docs/Montanthttotal.md +19 -0
- package/docs/Montantttctotal.md +19 -0
- package/docs/Montanttva.md +19 -0
- package/docs/Montanttva1.md +19 -0
- package/docs/Montantunitaireht.md +19 -0
- package/docs/ObtenirIdChorusProRequest.md +25 -0
- package/docs/ObtenirIdChorusProResponse.md +27 -0
- package/docs/OptionsProcessing.md +27 -0
- package/docs/PDFFacturXInfo.md +25 -0
- package/docs/PDPCredentials.md +27 -0
- package/docs/ParametresSignature.md +37 -0
- package/docs/ParametresStructure.md +25 -0
- package/docs/PieceJointeComplementaire.md +29 -0
- package/docs/ProcessingEndpointsUnifisApi.md +115 -0
- package/docs/ProfilAPI.md +14 -0
- package/docs/ProfilFlux.md +13 -0
- package/docs/Quantite.md +19 -0
- package/docs/QuotaInfo.md +29 -0
- package/docs/RechercherServicesResponse.md +27 -0
- package/docs/RechercherStructureRequest.md +29 -0
- package/docs/RechercherStructureResponse.md +27 -0
- package/docs/References.md +35 -0
- package/docs/ReponseHealthcheckAFNOR.md +25 -0
- package/docs/ReponseRechercheFlux.md +27 -0
- package/docs/ReponseSoumissionFlux.md +33 -0
- package/docs/ReponseTache.md +21 -0
- package/docs/ReponseValidationErreur.md +20 -0
- package/docs/ReponseValidationSucces.md +20 -0
- package/docs/RequeteRechercheFlux.md +37 -0
- package/docs/RequeteSoumissionFlux.md +31 -0
- package/docs/ResultatAFNOR.md +29 -0
- package/docs/ResultatChorusPro.md +25 -0
- package/docs/ResultatValidationPDFAPI.md +65 -0
- package/docs/SantApi.md +52 -0
- package/docs/SchemeID.md +17 -0
- package/docs/ServiceStructure.md +27 -0
- package/docs/SignatureInfo.md +25 -0
- package/docs/SignatureLectroniqueApi.md +266 -0
- package/docs/SoumettreFactureCompleteRequest.md +29 -0
- package/docs/SoumettreFactureCompleteResponse.md +37 -0
- package/docs/SoumettreFactureRequest.md +49 -0
- package/docs/SoumettreFactureResponse.md +27 -0
- package/docs/StatutAcquittement.md +13 -0
- package/docs/StatutFacture.md +25 -0
- package/docs/StatutTache.md +25 -0
- package/docs/StructureInfo.md +29 -0
- package/docs/SyntaxeFlux.md +17 -0
- package/docs/Tauxmanuel.md +19 -0
- package/docs/TraitementFactureApi.md +670 -0
- package/docs/TypeFacture.md +11 -0
- package/docs/TypeFlux.md +17 -0
- package/docs/TypeTVA.md +15 -0
- package/docs/Unite.md +19 -0
- package/docs/Utilisateur.md +43 -0
- package/docs/UtilisateurApi.md +52 -0
- package/docs/ValidationError.md +24 -0
- package/docs/ValidationErrorLocInner.md +18 -0
- package/git_push.sh +57 -0
- package/index.ts +18 -0
- package/models/adresse-electronique.ts +29 -0
- package/models/adresse-postale.ts +27 -0
- package/models/body-ajouter-fichier-api-v1-chorus-pro-transverses-ajouter-fichier-post.ts +28 -0
- package/models/body-completer-facture-api-v1-chorus-pro-factures-completer-post.ts +28 -0
- package/models/body-lister-services-structure-api-v1-chorus-pro-structures-id-structure-cpp-services-get.ts +27 -0
- package/models/body-rechercher-factures-destinataire-api-v1-chorus-pro-factures-rechercher-destinataire-post.ts +28 -0
- package/models/body-rechercher-factures-fournisseur-api-v1-chorus-pro-factures-rechercher-fournisseur-post.ts +28 -0
- package/models/body-recycler-facture-api-v1-chorus-pro-factures-recycler-post.ts +28 -0
- package/models/body-telecharger-groupe-factures-api-v1-chorus-pro-factures-telecharger-groupe-post.ts +28 -0
- package/models/body-traiter-facture-recue-api-v1-chorus-pro-factures-traiter-facture-recue-post.ts +28 -0
- package/models/body-valideur-consulter-facture-api-v1-chorus-pro-factures-valideur-consulter-post.ts +28 -0
- package/models/body-valideur-rechercher-factures-api-v1-chorus-pro-factures-valideur-rechercher-post.ts +28 -0
- package/models/body-valideur-traiter-facture-api-v1-chorus-pro-factures-valideur-traiter-post.ts +28 -0
- package/models/cadre-de-facturation.ts +30 -0
- package/models/categorie-tva.ts +36 -0
- package/models/certificate-info-response.ts +67 -0
- package/models/chorus-pro-credentials.ts +42 -0
- package/models/code-cadre-facturation.ts +28 -0
- package/models/code-raison-reduction.ts +34 -0
- package/models/consulter-facture-request.ts +30 -0
- package/models/consulter-facture-response.ts +34 -0
- package/models/consulter-structure-request.ts +34 -0
- package/models/consulter-structure-response.ts +34 -0
- package/models/credentials-afnor.ts +25 -0
- package/models/credentials-chorus-pro.ts +30 -0
- package/models/destinataire.ts +32 -0
- package/models/destination-afnor.ts +46 -0
- package/models/destination-chorus-pro.ts +34 -0
- package/models/destination.ts +32 -0
- package/models/direction-flux.ts +29 -0
- package/models/donnees-facture-simplifiees.ts +46 -0
- package/models/facture-enrichie-info-input.ts +39 -0
- package/models/facture-enrichie-info-output.ts +30 -0
- package/models/facture-factur-x.ts +65 -0
- package/models/flux-resume.ts +30 -0
- package/models/format-sortie.ts +26 -0
- package/models/fournisseur.ts +37 -0
- package/models/generate-certificate-request.ts +60 -0
- package/models/generate-certificate-response.ts +46 -0
- package/models/httpvalidation-error.ts +23 -0
- package/models/index.ts +108 -0
- package/models/information-signature-api.ts +31 -0
- package/models/ligne-de-poste-montant-remise-ht.ts +22 -0
- package/models/ligne-de-poste-montant-total-ligne-ht.ts +22 -0
- package/models/ligne-de-poste-taux-tva-manuel.ts +22 -0
- package/models/ligne-de-poste.ts +63 -0
- package/models/ligne-de-tva.ts +41 -0
- package/models/mode-depot.ts +30 -0
- package/models/mode-paiement.ts +33 -0
- package/models/montant-ht-total.ts +19 -0
- package/models/montant-total-acompte.ts +22 -0
- package/models/montant-total-montant-remise-globale-ttc.ts +22 -0
- package/models/montant-total.ts +47 -0
- package/models/montant-ttc-total.ts +19 -0
- package/models/montant-tva.ts +19 -0
- package/models/montantapayer.ts +22 -0
- package/models/montantbaseht.ts +22 -0
- package/models/montanthttotal.ts +22 -0
- package/models/montantttctotal.ts +22 -0
- package/models/montanttva.ts +22 -0
- package/models/montanttva1.ts +22 -0
- package/models/montantunitaireht.ts +22 -0
- package/models/obtenir-id-chorus-pro-request.ts +34 -0
- package/models/obtenir-id-chorus-pro-response.ts +35 -0
- package/models/options-processing.ts +48 -0
- package/models/parametres-signature.ts +40 -0
- package/models/parametres-structure.ts +34 -0
- package/models/pdffactur-xinfo.ts +34 -0
- package/models/pdpcredentials.ts +38 -0
- package/models/piece-jointe-complementaire.ts +27 -0
- package/models/profil-api.ts +28 -0
- package/models/profil-flux.ts +30 -0
- package/models/quantite.ts +22 -0
- package/models/quota-info.ts +27 -0
- package/models/rechercher-services-response.ts +32 -0
- package/models/rechercher-structure-request.ts +33 -0
- package/models/rechercher-structure-response.ts +38 -0
- package/models/references.ts +41 -0
- package/models/reponse-healthcheck-afnor.ts +34 -0
- package/models/reponse-recherche-flux.ts +41 -0
- package/models/reponse-soumission-flux.ts +44 -0
- package/models/reponse-tache.ts +23 -0
- package/models/reponse-validation-erreur.ts +23 -0
- package/models/reponse-validation-succes.ts +23 -0
- package/models/requete-recherche-flux.ts +48 -0
- package/models/requete-soumission-flux.ts +45 -0
- package/models/resultat-afnor.ts +36 -0
- package/models/resultat-chorus-pro.ts +28 -0
- package/models/resultat-validation-pdfapi.ts +99 -0
- package/models/scheme-id.ts +32 -0
- package/models/service-structure.ts +38 -0
- package/models/signature-info.ts +28 -0
- package/models/soumettre-facture-complete-request.ts +48 -0
- package/models/soumettre-facture-complete-response.ts +72 -0
- package/models/soumettre-facture-request.ts +58 -0
- package/models/soumettre-facture-response.ts +32 -0
- package/models/statut-acquittement.ts +30 -0
- package/models/statut-facture.ts +31 -0
- package/models/statut-tache.ts +25 -0
- package/models/structure-info.ts +42 -0
- package/models/syntaxe-flux.ts +32 -0
- package/models/tauxmanuel.ts +22 -0
- package/models/type-facture.ts +29 -0
- package/models/type-flux.ts +32 -0
- package/models/type-tva.ts +31 -0
- package/models/unite.ts +33 -0
- package/models/utilisateur.ts +37 -0
- package/models/validation-error-loc-inner.ts +19 -0
- package/models/validation-error.ts +25 -0
- package/package.json +33 -0
- package/tsconfig.esm.json +7 -0
- package/tsconfig.json +18 -0
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
# ParametresSignature
|
|
2
|
+
|
|
3
|
+
Paramètres optionnels pour signer le PDF généré. **MODE 1 - Certificat stocké (recommandé) :** Ne fournissez que les métadonnées (raison, localisation, etc.). Le certificat sera récupéré automatiquement via client_uid du JWT. Signature PAdES-B-LT conforme eIDAS. **MODE 2 - Clés dans le payload (tests/cas spéciaux) :** Fournissez key_pem + cert_pem directement dans le payload. Format PEM accepté : brut (\"-----BEGIN...\") ou base64. **Règle de sélection :** - Si key_pem ET cert_pem fournis → Mode 2 (clés payload) - Sinon → Mode 1 (certificat stocké récupéré via client_uid)
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**key_pem** | **string** | | [optional] [default to undefined]
|
|
10
|
+
**cert_pem** | **string** | | [optional] [default to undefined]
|
|
11
|
+
**key_passphrase** | **string** | | [optional] [default to undefined]
|
|
12
|
+
**raison** | **string** | | [optional] [default to undefined]
|
|
13
|
+
**localisation** | **string** | | [optional] [default to undefined]
|
|
14
|
+
**contact** | **string** | | [optional] [default to undefined]
|
|
15
|
+
**field_name** | **string** | Nom du champ de signature PDF | [optional] [default to 'FactPulseSignature']
|
|
16
|
+
**use_pades_lt** | **boolean** | Activer PAdES-B-LT (archivage long terme). NÉCESSITE certificat avec accès OCSP/CRL | [optional] [default to false]
|
|
17
|
+
**use_timestamp** | **boolean** | Activer l\'horodatage RFC 3161 avec FreeTSA (PAdES-B-T) | [optional] [default to true]
|
|
18
|
+
|
|
19
|
+
## Example
|
|
20
|
+
|
|
21
|
+
```typescript
|
|
22
|
+
import { ParametresSignature } from '@factpulse/sdk';
|
|
23
|
+
|
|
24
|
+
const instance: ParametresSignature = {
|
|
25
|
+
key_pem,
|
|
26
|
+
cert_pem,
|
|
27
|
+
key_passphrase,
|
|
28
|
+
raison,
|
|
29
|
+
localisation,
|
|
30
|
+
contact,
|
|
31
|
+
field_name,
|
|
32
|
+
use_pades_lt,
|
|
33
|
+
use_timestamp,
|
|
34
|
+
};
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# ParametresStructure
|
|
2
|
+
|
|
3
|
+
Paramètres obligatoires d\'une structure.
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**code_service_doit_etre_renseigne** | **boolean** | Le code service est obligatoire | [optional] [default to false]
|
|
10
|
+
**numero_ej_doit_etre_renseigne** | **boolean** | Le numéro d\'engagement est obligatoire | [optional] [default to false]
|
|
11
|
+
**gestion_numero_ej_ou_code_service** | **boolean** | Gestion EJ ou code service activée | [optional] [default to false]
|
|
12
|
+
|
|
13
|
+
## Example
|
|
14
|
+
|
|
15
|
+
```typescript
|
|
16
|
+
import { ParametresStructure } from '@factpulse/sdk';
|
|
17
|
+
|
|
18
|
+
const instance: ParametresStructure = {
|
|
19
|
+
code_service_doit_etre_renseigne,
|
|
20
|
+
numero_ej_doit_etre_renseigne,
|
|
21
|
+
gestion_numero_ej_ou_code_service,
|
|
22
|
+
};
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# PieceJointeComplementaire
|
|
2
|
+
|
|
3
|
+
Représente une pièce jointe complémentaire.
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**designation** | **string** | | [default to undefined]
|
|
10
|
+
**id** | **number** | | [default to undefined]
|
|
11
|
+
**idLiaison** | **number** | | [default to undefined]
|
|
12
|
+
**numeroLigneFacture** | **number** | | [default to undefined]
|
|
13
|
+
**type** | **string** | | [default to undefined]
|
|
14
|
+
|
|
15
|
+
## Example
|
|
16
|
+
|
|
17
|
+
```typescript
|
|
18
|
+
import { PieceJointeComplementaire } from '@factpulse/sdk';
|
|
19
|
+
|
|
20
|
+
const instance: PieceJointeComplementaire = {
|
|
21
|
+
designation,
|
|
22
|
+
id,
|
|
23
|
+
idLiaison,
|
|
24
|
+
numeroLigneFacture,
|
|
25
|
+
type,
|
|
26
|
+
};
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
# ProcessingEndpointsUnifisApi
|
|
2
|
+
|
|
3
|
+
All URIs are relative to *http://localhost*
|
|
4
|
+
|
|
5
|
+
|Method | HTTP request | Description|
|
|
6
|
+
|------------- | ------------- | -------------|
|
|
7
|
+
|[**soumettreFactureCompleteApiV1TraitementFacturesSoumettreCompletePost**](#soumettrefacturecompleteapiv1traitementfacturessoumettrecompletepost) | **POST** /api/v1/traitement/factures/soumettre-complete | Soumettre une facture complète (génération + signature + soumission)|
|
|
8
|
+
|[**soumettreFactureCompleteAsyncApiV1TraitementFacturesSoumettreCompleteAsyncPost**](#soumettrefacturecompleteasyncapiv1traitementfacturessoumettrecompleteasyncpost) | **POST** /api/v1/traitement/factures/soumettre-complete-async | Soumettre une facture complète (asynchrone avec Celery)|
|
|
9
|
+
|
|
10
|
+
# **soumettreFactureCompleteApiV1TraitementFacturesSoumettreCompletePost**
|
|
11
|
+
> SoumettreFactureCompleteResponse soumettreFactureCompleteApiV1TraitementFacturesSoumettreCompletePost(soumettreFactureCompleteRequest)
|
|
12
|
+
|
|
13
|
+
Endpoint unifié pour soumettre une facture complète vers différentes destinations. **Workflow automatisé :** 1. **Auto-enrichissement** (optionnel) : récupère les données via APIs publiques et Chorus Pro/AFNOR 2. **Génération PDF Factur-X** : crée un PDF/A-3 avec XML embarqué 3. **Signature électronique** (optionnelle) : signe le PDF avec un certificat 4. **Soumission** : envoie vers la destination choisie (Chorus Pro ou AFNOR PDP) **Destinations supportées :** - **Chorus Pro** : plateforme B2G française (factures vers secteur public) - **AFNOR PDP** : Plateformes de Dématérialisation Partenaires **Credentials de destination - 2 modes disponibles :** **Mode 1 - Récupération via JWT (recommandé) :** - Les credentials sont récupérés automatiquement via le `client_uid` du JWT - Ne pas fournir le champ `credentials` dans `destination` - Architecture 0-trust : aucun secret dans le payload - Exemple : `\"destination\": {\"type\": \"chorus_pro\"}` **Mode 2 - Credentials dans le payload :** - Fournir les credentials directement dans le payload - Utile pour tests ou intégrations tierces - Exemple : `\"destination\": {\"type\": \"chorus_pro\", \"credentials\": {...}}` **Signature électronique (optionnelle) - 2 modes disponibles :** **Mode 1 - Certificat stocké (recommandé) :** - Le certificat est récupéré automatiquement via le `client_uid` du JWT - Aucune clé à fournir dans le payload - Signature PAdES-B-LT avec horodatage (conforme eIDAS) - Exemple : `\"signature\": {\"raison\": \"Conformité Factur-X\"}` **Mode 2 - Clés dans le payload (pour tests) :** - Fournir `key_pem` et `cert_pem` directement - Format PEM accepté : brut ou base64 - Utile pour tests ou cas spéciaux sans certificat stocké - Exemple : `\"signature\": {\"key_pem\": \"-----BEGIN...\", \"cert_pem\": \"-----BEGIN...\"}` Si `key_pem` et `cert_pem` sont fournis → Mode 2 Sinon → Mode 1 (certificat récupéré via `client_uid`)
|
|
14
|
+
|
|
15
|
+
### Example
|
|
16
|
+
|
|
17
|
+
```typescript
|
|
18
|
+
import {
|
|
19
|
+
ProcessingEndpointsUnifisApi,
|
|
20
|
+
Configuration,
|
|
21
|
+
SoumettreFactureCompleteRequest
|
|
22
|
+
} from '@factpulse/sdk';
|
|
23
|
+
|
|
24
|
+
const configuration = new Configuration();
|
|
25
|
+
const apiInstance = new ProcessingEndpointsUnifisApi(configuration);
|
|
26
|
+
|
|
27
|
+
let soumettreFactureCompleteRequest: SoumettreFactureCompleteRequest; //
|
|
28
|
+
|
|
29
|
+
const { status, data } = await apiInstance.soumettreFactureCompleteApiV1TraitementFacturesSoumettreCompletePost(
|
|
30
|
+
soumettreFactureCompleteRequest
|
|
31
|
+
);
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
### Parameters
|
|
35
|
+
|
|
36
|
+
|Name | Type | Description | Notes|
|
|
37
|
+
|------------- | ------------- | ------------- | -------------|
|
|
38
|
+
| **soumettreFactureCompleteRequest** | **SoumettreFactureCompleteRequest**| | |
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
### Return type
|
|
42
|
+
|
|
43
|
+
**SoumettreFactureCompleteResponse**
|
|
44
|
+
|
|
45
|
+
### Authorization
|
|
46
|
+
|
|
47
|
+
[HTTPBearer](../README.md#HTTPBearer)
|
|
48
|
+
|
|
49
|
+
### HTTP request headers
|
|
50
|
+
|
|
51
|
+
- **Content-Type**: application/json
|
|
52
|
+
- **Accept**: application/json
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
### HTTP response details
|
|
56
|
+
| Status code | Description | Response headers |
|
|
57
|
+
|-------------|-------------|------------------|
|
|
58
|
+
|**200** | Successful Response | - |
|
|
59
|
+
|**422** | Validation Error | - |
|
|
60
|
+
|
|
61
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
62
|
+
|
|
63
|
+
# **soumettreFactureCompleteAsyncApiV1TraitementFacturesSoumettreCompleteAsyncPost**
|
|
64
|
+
> ReponseTache soumettreFactureCompleteAsyncApiV1TraitementFacturesSoumettreCompleteAsyncPost(soumettreFactureCompleteRequest)
|
|
65
|
+
|
|
66
|
+
Version asynchrone de l\'endpoint `/factures/soumettre-complete` utilisant Celery pour le traitement en arrière-plan. **Workflow automatisé (identique à la version synchrone) :** 1. **Auto-enrichissement** (optionnel) : récupère les données via APIs publiques et Chorus Pro/AFNOR 2. **Génération PDF Factur-X** : crée un PDF/A-3 avec XML embarqué 3. **Signature électronique** (optionnelle) : signe le PDF avec un certificat 4. **Soumission** : envoie vers la destination choisie (Chorus Pro ou AFNOR PDP) **Destinations supportées :** - **Chorus Pro** : plateforme B2G française (factures vers secteur public) - **AFNOR PDP** : Plateformes de Dématérialisation Partenaires **Différences avec la version synchrone :** - ✅ **Non-bloquant** : Retourne immédiatement un `id_tache` (HTTP 202 Accepted) - ✅ **Traitement en arrière-plan** : La facture est traitée par un worker Celery - ✅ **Suivi d\'avancement** : Utilisez `/taches/{id_tache}/statut` pour suivre le statut - ✅ **Idéal pour gros volumes** : Permet de traiter de nombreuses factures en parallèle **Comment utiliser :** 1. **Soumission** : Appelez cet endpoint avec vos données de facture 2. **Retour immédiat** : Vous recevez un `id_tache` (ex: \"abc123-def456\") 3. **Suivi** : Appelez `/taches/{id_tache}/statut` pour vérifier l\'avancement 4. **Résultat** : Quand `statut = \"SUCCESS\"`, le champ `resultat` contient la réponse complète **Credentials et signature** : Mêmes modes que la version synchrone (JWT ou payload).
|
|
67
|
+
|
|
68
|
+
### Example
|
|
69
|
+
|
|
70
|
+
```typescript
|
|
71
|
+
import {
|
|
72
|
+
ProcessingEndpointsUnifisApi,
|
|
73
|
+
Configuration,
|
|
74
|
+
SoumettreFactureCompleteRequest
|
|
75
|
+
} from '@factpulse/sdk';
|
|
76
|
+
|
|
77
|
+
const configuration = new Configuration();
|
|
78
|
+
const apiInstance = new ProcessingEndpointsUnifisApi(configuration);
|
|
79
|
+
|
|
80
|
+
let soumettreFactureCompleteRequest: SoumettreFactureCompleteRequest; //
|
|
81
|
+
|
|
82
|
+
const { status, data } = await apiInstance.soumettreFactureCompleteAsyncApiV1TraitementFacturesSoumettreCompleteAsyncPost(
|
|
83
|
+
soumettreFactureCompleteRequest
|
|
84
|
+
);
|
|
85
|
+
```
|
|
86
|
+
|
|
87
|
+
### Parameters
|
|
88
|
+
|
|
89
|
+
|Name | Type | Description | Notes|
|
|
90
|
+
|------------- | ------------- | ------------- | -------------|
|
|
91
|
+
| **soumettreFactureCompleteRequest** | **SoumettreFactureCompleteRequest**| | |
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
### Return type
|
|
95
|
+
|
|
96
|
+
**ReponseTache**
|
|
97
|
+
|
|
98
|
+
### Authorization
|
|
99
|
+
|
|
100
|
+
[HTTPBearer](../README.md#HTTPBearer)
|
|
101
|
+
|
|
102
|
+
### HTTP request headers
|
|
103
|
+
|
|
104
|
+
- **Content-Type**: application/json
|
|
105
|
+
- **Accept**: application/json
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
### HTTP response details
|
|
109
|
+
| Status code | Description | Response headers |
|
|
110
|
+
|-------------|-------------|------------------|
|
|
111
|
+
|**202** | Successful Response | - |
|
|
112
|
+
|**422** | Validation Error | - |
|
|
113
|
+
|
|
114
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
115
|
+
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# ProfilAPI
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Enum
|
|
5
|
+
|
|
6
|
+
* `Minimum` (value: `'MINIMUM'`)
|
|
7
|
+
|
|
8
|
+
* `Basic` (value: `'BASIC'`)
|
|
9
|
+
|
|
10
|
+
* `En16931` (value: `'EN16931'`)
|
|
11
|
+
|
|
12
|
+
* `Extended` (value: `'EXTENDED'`)
|
|
13
|
+
|
|
14
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# ProfilFlux
|
|
2
|
+
|
|
3
|
+
Profils de flux supportés
|
|
4
|
+
|
|
5
|
+
## Enum
|
|
6
|
+
|
|
7
|
+
* `Basic` (value: `'Basic'`)
|
|
8
|
+
|
|
9
|
+
* `Cius` (value: `'CIUS'`)
|
|
10
|
+
|
|
11
|
+
* `ExtendedCtcFr` (value: `'Extended-CTC-FR'`)
|
|
12
|
+
|
|
13
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
package/docs/Quantite.md
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# Quantite
|
|
2
|
+
|
|
3
|
+
Quantité facturée pour cette ligne.
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```typescript
|
|
13
|
+
import { Quantite } from '@factpulse/sdk';
|
|
14
|
+
|
|
15
|
+
const instance: Quantite = {
|
|
16
|
+
};
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# QuotaInfo
|
|
2
|
+
|
|
3
|
+
Informations détaillées sur le quota.
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**limit** | **number** | | [default to undefined]
|
|
10
|
+
**usage** | **number** | | [default to undefined]
|
|
11
|
+
**remaining** | **number** | | [default to undefined]
|
|
12
|
+
**reset_date** | **string** | | [default to undefined]
|
|
13
|
+
**plan** | **string** | | [default to undefined]
|
|
14
|
+
|
|
15
|
+
## Example
|
|
16
|
+
|
|
17
|
+
```typescript
|
|
18
|
+
import { QuotaInfo } from '@factpulse/sdk';
|
|
19
|
+
|
|
20
|
+
const instance: QuotaInfo = {
|
|
21
|
+
limit,
|
|
22
|
+
usage,
|
|
23
|
+
remaining,
|
|
24
|
+
reset_date,
|
|
25
|
+
plan,
|
|
26
|
+
};
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# RechercherServicesResponse
|
|
2
|
+
|
|
3
|
+
Liste des services d\'une structure.
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**code_retour** | **number** | | [default to undefined]
|
|
10
|
+
**libelle** | **string** | | [default to undefined]
|
|
11
|
+
**liste_services** | [**Array<ServiceStructure>**](ServiceStructure.md) | | [optional] [default to undefined]
|
|
12
|
+
**total** | **number** | Nombre de services | [optional] [default to 0]
|
|
13
|
+
|
|
14
|
+
## Example
|
|
15
|
+
|
|
16
|
+
```typescript
|
|
17
|
+
import { RechercherServicesResponse } from '@factpulse/sdk';
|
|
18
|
+
|
|
19
|
+
const instance: RechercherServicesResponse = {
|
|
20
|
+
code_retour,
|
|
21
|
+
libelle,
|
|
22
|
+
liste_services,
|
|
23
|
+
total,
|
|
24
|
+
};
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# RechercherStructureRequest
|
|
2
|
+
|
|
3
|
+
Recherche de structures par critères.
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**credentials** | [**ChorusProCredentials**](ChorusProCredentials.md) | | [optional] [default to undefined]
|
|
10
|
+
**identifiant_structure** | **string** | | [optional] [default to undefined]
|
|
11
|
+
**type_identifiant_structure** | **string** | | [optional] [default to undefined]
|
|
12
|
+
**raison_sociale_structure** | **string** | | [optional] [default to undefined]
|
|
13
|
+
**restreindre_structures_privees** | **boolean** | Limiter la recherche aux structures privées uniquement | [optional] [default to false]
|
|
14
|
+
|
|
15
|
+
## Example
|
|
16
|
+
|
|
17
|
+
```typescript
|
|
18
|
+
import { RechercherStructureRequest } from '@factpulse/sdk';
|
|
19
|
+
|
|
20
|
+
const instance: RechercherStructureRequest = {
|
|
21
|
+
credentials,
|
|
22
|
+
identifiant_structure,
|
|
23
|
+
type_identifiant_structure,
|
|
24
|
+
raison_sociale_structure,
|
|
25
|
+
restreindre_structures_privees,
|
|
26
|
+
};
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# RechercherStructureResponse
|
|
2
|
+
|
|
3
|
+
Réponse de recherche de structures.
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**code_retour** | **number** | Code retour (0 = succès) | [default to undefined]
|
|
10
|
+
**libelle** | **string** | Message de retour | [default to undefined]
|
|
11
|
+
**liste_structures** | [**Array<StructureInfo>**](StructureInfo.md) | | [optional] [default to undefined]
|
|
12
|
+
**total** | **number** | Nombre total de résultats | [optional] [default to 0]
|
|
13
|
+
|
|
14
|
+
## Example
|
|
15
|
+
|
|
16
|
+
```typescript
|
|
17
|
+
import { RechercherStructureResponse } from '@factpulse/sdk';
|
|
18
|
+
|
|
19
|
+
const instance: RechercherStructureResponse = {
|
|
20
|
+
code_retour,
|
|
21
|
+
libelle,
|
|
22
|
+
liste_structures,
|
|
23
|
+
total,
|
|
24
|
+
};
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
# References
|
|
2
|
+
|
|
3
|
+
Contient les références diverses de la facture (devise, type, etc.).
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**deviseFacture** | **string** | | [optional] [default to 'EUR']
|
|
10
|
+
**modePaiement** | [**ModePaiement**](ModePaiement.md) | | [default to undefined]
|
|
11
|
+
**typeFacture** | [**TypeFacture**](TypeFacture.md) | | [default to undefined]
|
|
12
|
+
**typeTva** | [**TypeTVA**](TypeTVA.md) | | [default to undefined]
|
|
13
|
+
**numeroMarche** | **string** | | [optional] [default to undefined]
|
|
14
|
+
**motifExonerationTva** | **string** | | [optional] [default to undefined]
|
|
15
|
+
**numeroBonCommande** | **string** | | [optional] [default to undefined]
|
|
16
|
+
**numeroFactureOrigine** | **string** | | [optional] [default to undefined]
|
|
17
|
+
|
|
18
|
+
## Example
|
|
19
|
+
|
|
20
|
+
```typescript
|
|
21
|
+
import { References } from '@factpulse/sdk';
|
|
22
|
+
|
|
23
|
+
const instance: References = {
|
|
24
|
+
deviseFacture,
|
|
25
|
+
modePaiement,
|
|
26
|
+
typeFacture,
|
|
27
|
+
typeTva,
|
|
28
|
+
numeroMarche,
|
|
29
|
+
motifExonerationTva,
|
|
30
|
+
numeroBonCommande,
|
|
31
|
+
numeroFactureOrigine,
|
|
32
|
+
};
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# ReponseHealthcheckAFNOR
|
|
2
|
+
|
|
3
|
+
Réponse du healthcheck des services AFNOR
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**flow_service_ok** | **boolean** | État du Flow Service API | [default to undefined]
|
|
10
|
+
**directory_service_ok** | **boolean** | État du Directory Service API | [default to undefined]
|
|
11
|
+
**message** | **string** | Message descriptif de l\'état | [default to undefined]
|
|
12
|
+
|
|
13
|
+
## Example
|
|
14
|
+
|
|
15
|
+
```typescript
|
|
16
|
+
import { ReponseHealthcheckAFNOR } from '@factpulse/sdk';
|
|
17
|
+
|
|
18
|
+
const instance: ReponseHealthcheckAFNOR = {
|
|
19
|
+
flow_service_ok,
|
|
20
|
+
directory_service_ok,
|
|
21
|
+
message,
|
|
22
|
+
};
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# ReponseRechercheFlux
|
|
2
|
+
|
|
3
|
+
Réponse d\'une recherche de flux
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**total** | **number** | Nombre total de résultats | [default to undefined]
|
|
10
|
+
**offset** | **number** | Décalage appliqué | [default to undefined]
|
|
11
|
+
**limit** | **number** | Limite de résultats | [default to undefined]
|
|
12
|
+
**resultats** | [**Array<FluxResume>**](FluxResume.md) | Liste des flux trouvés | [default to undefined]
|
|
13
|
+
|
|
14
|
+
## Example
|
|
15
|
+
|
|
16
|
+
```typescript
|
|
17
|
+
import { ReponseRechercheFlux } from '@factpulse/sdk';
|
|
18
|
+
|
|
19
|
+
const instance: ReponseRechercheFlux = {
|
|
20
|
+
total,
|
|
21
|
+
offset,
|
|
22
|
+
limit,
|
|
23
|
+
resultats,
|
|
24
|
+
};
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
# ReponseSoumissionFlux
|
|
2
|
+
|
|
3
|
+
Réponse après soumission d\'un flux
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**flow_id** | **string** | Identifiant unique du flux généré par la PDP | [default to undefined]
|
|
10
|
+
**tracking_id** | **string** | | [optional] [default to undefined]
|
|
11
|
+
**nom** | **string** | Nom du flux | [default to undefined]
|
|
12
|
+
**syntaxe_flux** | **string** | Syntaxe du flux (CII, UBL, etc.) | [default to undefined]
|
|
13
|
+
**profil_flux** | **string** | | [optional] [default to undefined]
|
|
14
|
+
**sha256** | **string** | Hash SHA256 du fichier soumis | [default to undefined]
|
|
15
|
+
**message** | **string** | Message de confirmation | [default to undefined]
|
|
16
|
+
|
|
17
|
+
## Example
|
|
18
|
+
|
|
19
|
+
```typescript
|
|
20
|
+
import { ReponseSoumissionFlux } from '@factpulse/sdk';
|
|
21
|
+
|
|
22
|
+
const instance: ReponseSoumissionFlux = {
|
|
23
|
+
flow_id,
|
|
24
|
+
tracking_id,
|
|
25
|
+
nom,
|
|
26
|
+
syntaxe_flux,
|
|
27
|
+
profil_flux,
|
|
28
|
+
sha256,
|
|
29
|
+
message,
|
|
30
|
+
};
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# ReponseTache
|
|
2
|
+
|
|
3
|
+
Réponse immédiate après la soumission d\'une tâche asynchrone.
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**id_tache** | **string** | | [default to undefined]
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```typescript
|
|
14
|
+
import { ReponseTache } from '@factpulse/sdk';
|
|
15
|
+
|
|
16
|
+
const instance: ReponseTache = {
|
|
17
|
+
id_tache,
|
|
18
|
+
};
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# ReponseValidationErreur
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**detail** | **Array<string>** | Liste des erreurs de validation détectées. | [default to undefined]
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```typescript
|
|
13
|
+
import { ReponseValidationErreur } from '@factpulse/sdk';
|
|
14
|
+
|
|
15
|
+
const instance: ReponseValidationErreur = {
|
|
16
|
+
detail,
|
|
17
|
+
};
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# ReponseValidationSucces
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**message** | **string** | Message confirmant la conformité du XML. | [default to undefined]
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```typescript
|
|
13
|
+
import { ReponseValidationSucces } from '@factpulse/sdk';
|
|
14
|
+
|
|
15
|
+
const instance: ReponseValidationSucces = {
|
|
16
|
+
message,
|
|
17
|
+
};
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
# RequeteRechercheFlux
|
|
2
|
+
|
|
3
|
+
Requête pour rechercher des flux soumis
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**date_maj_apres** | **string** | | [optional] [default to undefined]
|
|
10
|
+
**date_maj_avant** | **string** | | [optional] [default to undefined]
|
|
11
|
+
**type_flux** | [**Array<TypeFlux>**](TypeFlux.md) | | [optional] [default to undefined]
|
|
12
|
+
**direction_flux** | [**Array<DirectionFlux>**](DirectionFlux.md) | | [optional] [default to undefined]
|
|
13
|
+
**tracking_id** | **string** | | [optional] [default to undefined]
|
|
14
|
+
**flow_id** | **string** | | [optional] [default to undefined]
|
|
15
|
+
**statut_acquittement** | [**StatutAcquittement**](StatutAcquittement.md) | | [optional] [default to undefined]
|
|
16
|
+
**offset** | **number** | Décalage pour la pagination | [optional] [default to 0]
|
|
17
|
+
**limit** | **number** | Nombre maximum de résultats (max 100) | [optional] [default to 25]
|
|
18
|
+
|
|
19
|
+
## Example
|
|
20
|
+
|
|
21
|
+
```typescript
|
|
22
|
+
import { RequeteRechercheFlux } from '@factpulse/sdk';
|
|
23
|
+
|
|
24
|
+
const instance: RequeteRechercheFlux = {
|
|
25
|
+
date_maj_apres,
|
|
26
|
+
date_maj_avant,
|
|
27
|
+
type_flux,
|
|
28
|
+
direction_flux,
|
|
29
|
+
tracking_id,
|
|
30
|
+
flow_id,
|
|
31
|
+
statut_acquittement,
|
|
32
|
+
offset,
|
|
33
|
+
limit,
|
|
34
|
+
};
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
# RequeteSoumissionFlux
|
|
2
|
+
|
|
3
|
+
Requête pour soumettre une facture à une PDP/PA via AFNOR
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**nom_flux** | **string** | Nom du flux (ex: \'Facture 2025-001\') | [default to undefined]
|
|
10
|
+
**syntaxe_flux** | [**SyntaxeFlux**](SyntaxeFlux.md) | Syntaxe du flux (CII pour Factur-X) | [optional] [default to undefined]
|
|
11
|
+
**profil_flux** | [**ProfilFlux**](ProfilFlux.md) | | [optional] [default to undefined]
|
|
12
|
+
**tracking_id** | **string** | | [optional] [default to undefined]
|
|
13
|
+
**request_id** | **string** | | [optional] [default to undefined]
|
|
14
|
+
**pdp_credentials** | [**PDPCredentials**](PDPCredentials.md) | | [optional] [default to undefined]
|
|
15
|
+
|
|
16
|
+
## Example
|
|
17
|
+
|
|
18
|
+
```typescript
|
|
19
|
+
import { RequeteSoumissionFlux } from '@factpulse/sdk';
|
|
20
|
+
|
|
21
|
+
const instance: RequeteSoumissionFlux = {
|
|
22
|
+
nom_flux,
|
|
23
|
+
syntaxe_flux,
|
|
24
|
+
profil_flux,
|
|
25
|
+
tracking_id,
|
|
26
|
+
request_id,
|
|
27
|
+
pdp_credentials,
|
|
28
|
+
};
|
|
29
|
+
```
|
|
30
|
+
|
|
31
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# ResultatAFNOR
|
|
2
|
+
|
|
3
|
+
Résultat de la soumission à AFNOR PDP.
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**flow_id** | **string** | Identifiant du flux soumis | [default to undefined]
|
|
10
|
+
**tracking_id** | **string** | | [optional] [default to undefined]
|
|
11
|
+
**sha256** | **string** | Hash SHA-256 du fichier soumis | [default to undefined]
|
|
12
|
+
**flow_syntax** | **string** | Syntaxe du flux | [default to undefined]
|
|
13
|
+
**flow_profile** | **string** | | [optional] [default to undefined]
|
|
14
|
+
|
|
15
|
+
## Example
|
|
16
|
+
|
|
17
|
+
```typescript
|
|
18
|
+
import { ResultatAFNOR } from '@factpulse/sdk';
|
|
19
|
+
|
|
20
|
+
const instance: ResultatAFNOR = {
|
|
21
|
+
flow_id,
|
|
22
|
+
tracking_id,
|
|
23
|
+
sha256,
|
|
24
|
+
flow_syntax,
|
|
25
|
+
flow_profile,
|
|
26
|
+
};
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|