@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,874 @@
|
|
|
1
|
+
# ChorusProApi
|
|
2
|
+
|
|
3
|
+
All URIs are relative to *http://localhost*
|
|
4
|
+
|
|
5
|
+
|Method | HTTP request | Description|
|
|
6
|
+
|------------- | ------------- | -------------|
|
|
7
|
+
|[**ajouterFichierApiV1ChorusProTransversesAjouterFichierPost**](#ajouterfichierapiv1chorusprotransversesajouterfichierpost) | **POST** /api/v1/chorus-pro/transverses/ajouter-fichier | Ajouter une pièce jointe|
|
|
8
|
+
|[**completerFactureApiV1ChorusProFacturesCompleterPost**](#completerfactureapiv1chorusprofacturescompleterpost) | **POST** /api/v1/chorus-pro/factures/completer | Compléter une facture suspendue (Fournisseur)|
|
|
9
|
+
|[**consulterFactureApiV1ChorusProFacturesConsulterPost**](#consulterfactureapiv1chorusprofacturesconsulterpost) | **POST** /api/v1/chorus-pro/factures/consulter | Consulter le statut d\'une facture|
|
|
10
|
+
|[**consulterStructureApiV1ChorusProStructuresConsulterPost**](#consulterstructureapiv1chorusprostructuresconsulterpost) | **POST** /api/v1/chorus-pro/structures/consulter | Consulter les détails d\'une structure|
|
|
11
|
+
|[**listerServicesStructureApiV1ChorusProStructuresIdStructureCppServicesGet**](#listerservicesstructureapiv1chorusprostructuresidstructurecppservicesget) | **GET** /api/v1/chorus-pro/structures/{id_structure_cpp}/services | Lister les services d\'une structure|
|
|
12
|
+
|[**obtenirIdChorusProDepuisSiretApiV1ChorusProStructuresObtenirIdDepuisSiretPost**](#obteniridchorusprodepuissiretapiv1chorusprostructuresobteniriddepuissiretpost) | **POST** /api/v1/chorus-pro/structures/obtenir-id-depuis-siret | Utilitaire : Obtenir l\'ID Chorus Pro depuis un SIRET|
|
|
13
|
+
|[**rechercherFacturesDestinataireApiV1ChorusProFacturesRechercherDestinatairePost**](#rechercherfacturesdestinataireapiv1chorusprofacturesrechercherdestinatairepost) | **POST** /api/v1/chorus-pro/factures/rechercher-destinataire | Rechercher factures reçues (Destinataire)|
|
|
14
|
+
|[**rechercherFacturesFournisseurApiV1ChorusProFacturesRechercherFournisseurPost**](#rechercherfacturesfournisseurapiv1chorusprofacturesrechercherfournisseurpost) | **POST** /api/v1/chorus-pro/factures/rechercher-fournisseur | Rechercher factures émises (Fournisseur)|
|
|
15
|
+
|[**rechercherStructuresApiV1ChorusProStructuresRechercherPost**](#rechercherstructuresapiv1chorusprostructuresrechercherpost) | **POST** /api/v1/chorus-pro/structures/rechercher | Rechercher des structures Chorus Pro|
|
|
16
|
+
|[**recyclerFactureApiV1ChorusProFacturesRecyclerPost**](#recyclerfactureapiv1chorusprofacturesrecyclerpost) | **POST** /api/v1/chorus-pro/factures/recycler | Recycler une facture (Fournisseur)|
|
|
17
|
+
|[**soumettreFactureApiV1ChorusProFacturesSoumettrePost**](#soumettrefactureapiv1chorusprofacturessoumettrepost) | **POST** /api/v1/chorus-pro/factures/soumettre | Soumettre une facture à Chorus Pro|
|
|
18
|
+
|[**telechargerGroupeFacturesApiV1ChorusProFacturesTelechargerGroupePost**](#telechargergroupefacturesapiv1chorusprofacturestelechargergroupepost) | **POST** /api/v1/chorus-pro/factures/telecharger-groupe | Télécharger un groupe de factures|
|
|
19
|
+
|[**traiterFactureRecueApiV1ChorusProFacturesTraiterFactureRecuePost**](#traiterfacturerecueapiv1chorusprofacturestraiterfacturerecuepost) | **POST** /api/v1/chorus-pro/factures/traiter-facture-recue | Traiter une facture reçue (Destinataire)|
|
|
20
|
+
|[**valideurConsulterFactureApiV1ChorusProFacturesValideurConsulterPost**](#valideurconsulterfactureapiv1chorusprofacturesvalideurconsulterpost) | **POST** /api/v1/chorus-pro/factures/valideur/consulter | Consulter une facture (Valideur)|
|
|
21
|
+
|[**valideurRechercherFacturesApiV1ChorusProFacturesValideurRechercherPost**](#valideurrechercherfacturesapiv1chorusprofacturesvalideurrechercherpost) | **POST** /api/v1/chorus-pro/factures/valideur/rechercher | Rechercher factures à valider (Valideur)|
|
|
22
|
+
|[**valideurTraiterFactureApiV1ChorusProFacturesValideurTraiterPost**](#valideurtraiterfactureapiv1chorusprofacturesvalideurtraiterpost) | **POST** /api/v1/chorus-pro/factures/valideur/traiter | Valider ou refuser une facture (Valideur)|
|
|
23
|
+
|
|
24
|
+
# **ajouterFichierApiV1ChorusProTransversesAjouterFichierPost**
|
|
25
|
+
> any ajouterFichierApiV1ChorusProTransversesAjouterFichierPost(bodyAjouterFichierApiV1ChorusProTransversesAjouterFichierPost)
|
|
26
|
+
|
|
27
|
+
Ajoute une pièce jointe au compte utilisateur courant. **Taille max** : 10 Mo par fichier **Payload exemple** : ```json { \"pieceJointeFichier\": \"JVBERi0xLjQKJeLjz9MKNSAwIG9iago8P...\", \"pieceJointeNom\": \"bon_commande.pdf\", \"pieceJointeTypeMime\": \"application/pdf\", \"pieceJointeExtension\": \"PDF\" } ``` **Retour** : L\'ID de la pièce jointe (`pieceJointeIdFichier`) à utiliser ensuite dans `/factures/completer`. **Extensions acceptées** : PDF, JPG, PNG, ZIP, XML, etc.
|
|
28
|
+
|
|
29
|
+
### Example
|
|
30
|
+
|
|
31
|
+
```typescript
|
|
32
|
+
import {
|
|
33
|
+
ChorusProApi,
|
|
34
|
+
Configuration,
|
|
35
|
+
BodyAjouterFichierApiV1ChorusProTransversesAjouterFichierPost
|
|
36
|
+
} from '@factpulse/sdk';
|
|
37
|
+
|
|
38
|
+
const configuration = new Configuration();
|
|
39
|
+
const apiInstance = new ChorusProApi(configuration);
|
|
40
|
+
|
|
41
|
+
let bodyAjouterFichierApiV1ChorusProTransversesAjouterFichierPost: BodyAjouterFichierApiV1ChorusProTransversesAjouterFichierPost; //
|
|
42
|
+
|
|
43
|
+
const { status, data } = await apiInstance.ajouterFichierApiV1ChorusProTransversesAjouterFichierPost(
|
|
44
|
+
bodyAjouterFichierApiV1ChorusProTransversesAjouterFichierPost
|
|
45
|
+
);
|
|
46
|
+
```
|
|
47
|
+
|
|
48
|
+
### Parameters
|
|
49
|
+
|
|
50
|
+
|Name | Type | Description | Notes|
|
|
51
|
+
|------------- | ------------- | ------------- | -------------|
|
|
52
|
+
| **bodyAjouterFichierApiV1ChorusProTransversesAjouterFichierPost** | **BodyAjouterFichierApiV1ChorusProTransversesAjouterFichierPost**| | |
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
### Return type
|
|
56
|
+
|
|
57
|
+
**any**
|
|
58
|
+
|
|
59
|
+
### Authorization
|
|
60
|
+
|
|
61
|
+
[HTTPBearer](../README.md#HTTPBearer)
|
|
62
|
+
|
|
63
|
+
### HTTP request headers
|
|
64
|
+
|
|
65
|
+
- **Content-Type**: application/json
|
|
66
|
+
- **Accept**: application/json
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
### HTTP response details
|
|
70
|
+
| Status code | Description | Response headers |
|
|
71
|
+
|-------------|-------------|------------------|
|
|
72
|
+
|**200** | Successful Response | - |
|
|
73
|
+
|**422** | Validation Error | - |
|
|
74
|
+
|
|
75
|
+
[[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)
|
|
76
|
+
|
|
77
|
+
# **completerFactureApiV1ChorusProFacturesCompleterPost**
|
|
78
|
+
> any completerFactureApiV1ChorusProFacturesCompleterPost(bodyCompleterFactureApiV1ChorusProFacturesCompleterPost)
|
|
79
|
+
|
|
80
|
+
Complète une facture au statut SUSPENDUE en ajoutant des pièces jointes ou un commentaire. **Statut requis** : SUSPENDUE **Actions possibles** : - Ajouter des pièces jointes (justificatifs, bons de commande, etc.) - Modifier le commentaire **Payload exemple** : ```json { \"identifiantFactureCPP\": 12345, \"commentaire\": \"Voici les justificatifs demandés\", \"listePiecesJointes\": [ { \"pieceJointeIdFichier\": 98765, \"pieceJointeNom\": \"bon_commande.pdf\" } ] } ``` **Note** : Les pièces jointes doivent d\'abord être uploadées via `/transverses/ajouter-fichier`. **Après complétion** : La facture repasse au statut MISE_A_DISPOSITION.
|
|
81
|
+
|
|
82
|
+
### Example
|
|
83
|
+
|
|
84
|
+
```typescript
|
|
85
|
+
import {
|
|
86
|
+
ChorusProApi,
|
|
87
|
+
Configuration,
|
|
88
|
+
BodyCompleterFactureApiV1ChorusProFacturesCompleterPost
|
|
89
|
+
} from '@factpulse/sdk';
|
|
90
|
+
|
|
91
|
+
const configuration = new Configuration();
|
|
92
|
+
const apiInstance = new ChorusProApi(configuration);
|
|
93
|
+
|
|
94
|
+
let bodyCompleterFactureApiV1ChorusProFacturesCompleterPost: BodyCompleterFactureApiV1ChorusProFacturesCompleterPost; //
|
|
95
|
+
|
|
96
|
+
const { status, data } = await apiInstance.completerFactureApiV1ChorusProFacturesCompleterPost(
|
|
97
|
+
bodyCompleterFactureApiV1ChorusProFacturesCompleterPost
|
|
98
|
+
);
|
|
99
|
+
```
|
|
100
|
+
|
|
101
|
+
### Parameters
|
|
102
|
+
|
|
103
|
+
|Name | Type | Description | Notes|
|
|
104
|
+
|------------- | ------------- | ------------- | -------------|
|
|
105
|
+
| **bodyCompleterFactureApiV1ChorusProFacturesCompleterPost** | **BodyCompleterFactureApiV1ChorusProFacturesCompleterPost**| | |
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
### Return type
|
|
109
|
+
|
|
110
|
+
**any**
|
|
111
|
+
|
|
112
|
+
### Authorization
|
|
113
|
+
|
|
114
|
+
[HTTPBearer](../README.md#HTTPBearer)
|
|
115
|
+
|
|
116
|
+
### HTTP request headers
|
|
117
|
+
|
|
118
|
+
- **Content-Type**: application/json
|
|
119
|
+
- **Accept**: application/json
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
### HTTP response details
|
|
123
|
+
| Status code | Description | Response headers |
|
|
124
|
+
|-------------|-------------|------------------|
|
|
125
|
+
|**200** | Successful Response | - |
|
|
126
|
+
|**422** | Validation Error | - |
|
|
127
|
+
|
|
128
|
+
[[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)
|
|
129
|
+
|
|
130
|
+
# **consulterFactureApiV1ChorusProFacturesConsulterPost**
|
|
131
|
+
> ConsulterFactureResponse consulterFactureApiV1ChorusProFacturesConsulterPost(consulterFactureRequest)
|
|
132
|
+
|
|
133
|
+
Récupère les informations et le statut actuel d\'une facture soumise à Chorus Pro. **Retour** : - Numéro et date de facture - Montant TTC - **Statut courant** : SOUMISE, VALIDEE, REJETEE, SUSPENDUE, MANDATEE, MISE_EN_PAIEMENT, etc. - Structure destinataire **Cas d\'usage** : - Suivre l\'évolution du traitement d\'une facture - Vérifier si une facture a été validée ou rejetée - Obtenir la date de mise en paiement **Polling** : Appelez cet endpoint régulièrement pour suivre l\'évolution du statut.
|
|
134
|
+
|
|
135
|
+
### Example
|
|
136
|
+
|
|
137
|
+
```typescript
|
|
138
|
+
import {
|
|
139
|
+
ChorusProApi,
|
|
140
|
+
Configuration,
|
|
141
|
+
ConsulterFactureRequest
|
|
142
|
+
} from '@factpulse/sdk';
|
|
143
|
+
|
|
144
|
+
const configuration = new Configuration();
|
|
145
|
+
const apiInstance = new ChorusProApi(configuration);
|
|
146
|
+
|
|
147
|
+
let consulterFactureRequest: ConsulterFactureRequest; //
|
|
148
|
+
|
|
149
|
+
const { status, data } = await apiInstance.consulterFactureApiV1ChorusProFacturesConsulterPost(
|
|
150
|
+
consulterFactureRequest
|
|
151
|
+
);
|
|
152
|
+
```
|
|
153
|
+
|
|
154
|
+
### Parameters
|
|
155
|
+
|
|
156
|
+
|Name | Type | Description | Notes|
|
|
157
|
+
|------------- | ------------- | ------------- | -------------|
|
|
158
|
+
| **consulterFactureRequest** | **ConsulterFactureRequest**| | |
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
### Return type
|
|
162
|
+
|
|
163
|
+
**ConsulterFactureResponse**
|
|
164
|
+
|
|
165
|
+
### Authorization
|
|
166
|
+
|
|
167
|
+
[HTTPBearer](../README.md#HTTPBearer)
|
|
168
|
+
|
|
169
|
+
### HTTP request headers
|
|
170
|
+
|
|
171
|
+
- **Content-Type**: application/json
|
|
172
|
+
- **Accept**: application/json
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
### HTTP response details
|
|
176
|
+
| Status code | Description | Response headers |
|
|
177
|
+
|-------------|-------------|------------------|
|
|
178
|
+
|**200** | Successful Response | - |
|
|
179
|
+
|**422** | Validation Error | - |
|
|
180
|
+
|
|
181
|
+
[[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)
|
|
182
|
+
|
|
183
|
+
# **consulterStructureApiV1ChorusProStructuresConsulterPost**
|
|
184
|
+
> ConsulterStructureResponse consulterStructureApiV1ChorusProStructuresConsulterPost(consulterStructureRequest)
|
|
185
|
+
|
|
186
|
+
Récupère les informations détaillées d\'une structure Chorus Pro. **Retour** : - Raison sociale - Numéro de TVA intracommunautaire - Email de contact - **Paramètres obligatoires** : Indique si le code service et/ou numéro d\'engagement sont requis pour soumettre une facture **Étape typique** : Appelée après `rechercher-structures` pour savoir quels champs sont obligatoires avant de soumettre une facture.
|
|
187
|
+
|
|
188
|
+
### Example
|
|
189
|
+
|
|
190
|
+
```typescript
|
|
191
|
+
import {
|
|
192
|
+
ChorusProApi,
|
|
193
|
+
Configuration,
|
|
194
|
+
ConsulterStructureRequest
|
|
195
|
+
} from '@factpulse/sdk';
|
|
196
|
+
|
|
197
|
+
const configuration = new Configuration();
|
|
198
|
+
const apiInstance = new ChorusProApi(configuration);
|
|
199
|
+
|
|
200
|
+
let consulterStructureRequest: ConsulterStructureRequest; //
|
|
201
|
+
|
|
202
|
+
const { status, data } = await apiInstance.consulterStructureApiV1ChorusProStructuresConsulterPost(
|
|
203
|
+
consulterStructureRequest
|
|
204
|
+
);
|
|
205
|
+
```
|
|
206
|
+
|
|
207
|
+
### Parameters
|
|
208
|
+
|
|
209
|
+
|Name | Type | Description | Notes|
|
|
210
|
+
|------------- | ------------- | ------------- | -------------|
|
|
211
|
+
| **consulterStructureRequest** | **ConsulterStructureRequest**| | |
|
|
212
|
+
|
|
213
|
+
|
|
214
|
+
### Return type
|
|
215
|
+
|
|
216
|
+
**ConsulterStructureResponse**
|
|
217
|
+
|
|
218
|
+
### Authorization
|
|
219
|
+
|
|
220
|
+
[HTTPBearer](../README.md#HTTPBearer)
|
|
221
|
+
|
|
222
|
+
### HTTP request headers
|
|
223
|
+
|
|
224
|
+
- **Content-Type**: application/json
|
|
225
|
+
- **Accept**: application/json
|
|
226
|
+
|
|
227
|
+
|
|
228
|
+
### HTTP response details
|
|
229
|
+
| Status code | Description | Response headers |
|
|
230
|
+
|-------------|-------------|------------------|
|
|
231
|
+
|**200** | Successful Response | - |
|
|
232
|
+
|**422** | Validation Error | - |
|
|
233
|
+
|
|
234
|
+
[[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)
|
|
235
|
+
|
|
236
|
+
# **listerServicesStructureApiV1ChorusProStructuresIdStructureCppServicesGet**
|
|
237
|
+
> RechercherServicesResponse listerServicesStructureApiV1ChorusProStructuresIdStructureCppServicesGet(bodyListerServicesStructureApiV1ChorusProStructuresIdStructureCppServicesGet)
|
|
238
|
+
|
|
239
|
+
Récupère la liste des services actifs d\'une structure publique. **Cas d\'usage** : - Lister les services disponibles pour une administration - Vérifier qu\'un code service existe avant de soumettre une facture **Retour** : - Liste des services avec leur code, libellé et statut (actif/inactif)
|
|
240
|
+
|
|
241
|
+
### Example
|
|
242
|
+
|
|
243
|
+
```typescript
|
|
244
|
+
import {
|
|
245
|
+
ChorusProApi,
|
|
246
|
+
Configuration,
|
|
247
|
+
BodyListerServicesStructureApiV1ChorusProStructuresIdStructureCppServicesGet
|
|
248
|
+
} from '@factpulse/sdk';
|
|
249
|
+
|
|
250
|
+
const configuration = new Configuration();
|
|
251
|
+
const apiInstance = new ChorusProApi(configuration);
|
|
252
|
+
|
|
253
|
+
let idStructureCpp: number; // (default to undefined)
|
|
254
|
+
let bodyListerServicesStructureApiV1ChorusProStructuresIdStructureCppServicesGet: BodyListerServicesStructureApiV1ChorusProStructuresIdStructureCppServicesGet; //
|
|
255
|
+
|
|
256
|
+
const { status, data } = await apiInstance.listerServicesStructureApiV1ChorusProStructuresIdStructureCppServicesGet(
|
|
257
|
+
idStructureCpp,
|
|
258
|
+
bodyListerServicesStructureApiV1ChorusProStructuresIdStructureCppServicesGet
|
|
259
|
+
);
|
|
260
|
+
```
|
|
261
|
+
|
|
262
|
+
### Parameters
|
|
263
|
+
|
|
264
|
+
|Name | Type | Description | Notes|
|
|
265
|
+
|------------- | ------------- | ------------- | -------------|
|
|
266
|
+
| **bodyListerServicesStructureApiV1ChorusProStructuresIdStructureCppServicesGet** | **BodyListerServicesStructureApiV1ChorusProStructuresIdStructureCppServicesGet**| | |
|
|
267
|
+
| **idStructureCpp** | [**number**] | | defaults to undefined|
|
|
268
|
+
|
|
269
|
+
|
|
270
|
+
### Return type
|
|
271
|
+
|
|
272
|
+
**RechercherServicesResponse**
|
|
273
|
+
|
|
274
|
+
### Authorization
|
|
275
|
+
|
|
276
|
+
[HTTPBearer](../README.md#HTTPBearer)
|
|
277
|
+
|
|
278
|
+
### HTTP request headers
|
|
279
|
+
|
|
280
|
+
- **Content-Type**: application/json
|
|
281
|
+
- **Accept**: application/json
|
|
282
|
+
|
|
283
|
+
|
|
284
|
+
### HTTP response details
|
|
285
|
+
| Status code | Description | Response headers |
|
|
286
|
+
|-------------|-------------|------------------|
|
|
287
|
+
|**200** | Successful Response | - |
|
|
288
|
+
|**422** | Validation Error | - |
|
|
289
|
+
|
|
290
|
+
[[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)
|
|
291
|
+
|
|
292
|
+
# **obtenirIdChorusProDepuisSiretApiV1ChorusProStructuresObtenirIdDepuisSiretPost**
|
|
293
|
+
> ObtenirIdChorusProResponse obtenirIdChorusProDepuisSiretApiV1ChorusProStructuresObtenirIdDepuisSiretPost(obtenirIdChorusProRequest)
|
|
294
|
+
|
|
295
|
+
**Utilitaire pratique** pour obtenir l\'ID Chorus Pro d\'une structure à partir de son SIRET. Cette fonction wrapper combine : 1. Recherche de la structure par SIRET 2. Extraction de l\'`id_structure_cpp` si une seule structure est trouvée **Retour** : - `id_structure_cpp` : ID Chorus Pro (0 si non trouvé ou si plusieurs résultats) - `designation_structure` : Nom de la structure (si trouvée) - `message` : Message explicatif **Cas d\'usage** : - Raccourci pour obtenir directement l\'ID Chorus Pro avant de soumettre une facture - Alternative simplifiée à `rechercher-structures` + extraction manuelle de l\'ID **Note** : Si plusieurs structures correspondent au SIRET (rare), retourne 0 et un message d\'erreur.
|
|
296
|
+
|
|
297
|
+
### Example
|
|
298
|
+
|
|
299
|
+
```typescript
|
|
300
|
+
import {
|
|
301
|
+
ChorusProApi,
|
|
302
|
+
Configuration,
|
|
303
|
+
ObtenirIdChorusProRequest
|
|
304
|
+
} from '@factpulse/sdk';
|
|
305
|
+
|
|
306
|
+
const configuration = new Configuration();
|
|
307
|
+
const apiInstance = new ChorusProApi(configuration);
|
|
308
|
+
|
|
309
|
+
let obtenirIdChorusProRequest: ObtenirIdChorusProRequest; //
|
|
310
|
+
|
|
311
|
+
const { status, data } = await apiInstance.obtenirIdChorusProDepuisSiretApiV1ChorusProStructuresObtenirIdDepuisSiretPost(
|
|
312
|
+
obtenirIdChorusProRequest
|
|
313
|
+
);
|
|
314
|
+
```
|
|
315
|
+
|
|
316
|
+
### Parameters
|
|
317
|
+
|
|
318
|
+
|Name | Type | Description | Notes|
|
|
319
|
+
|------------- | ------------- | ------------- | -------------|
|
|
320
|
+
| **obtenirIdChorusProRequest** | **ObtenirIdChorusProRequest**| | |
|
|
321
|
+
|
|
322
|
+
|
|
323
|
+
### Return type
|
|
324
|
+
|
|
325
|
+
**ObtenirIdChorusProResponse**
|
|
326
|
+
|
|
327
|
+
### Authorization
|
|
328
|
+
|
|
329
|
+
[HTTPBearer](../README.md#HTTPBearer)
|
|
330
|
+
|
|
331
|
+
### HTTP request headers
|
|
332
|
+
|
|
333
|
+
- **Content-Type**: application/json
|
|
334
|
+
- **Accept**: application/json
|
|
335
|
+
|
|
336
|
+
|
|
337
|
+
### HTTP response details
|
|
338
|
+
| Status code | Description | Response headers |
|
|
339
|
+
|-------------|-------------|------------------|
|
|
340
|
+
|**200** | Successful Response | - |
|
|
341
|
+
|**422** | Validation Error | - |
|
|
342
|
+
|
|
343
|
+
[[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)
|
|
344
|
+
|
|
345
|
+
# **rechercherFacturesDestinataireApiV1ChorusProFacturesRechercherDestinatairePost**
|
|
346
|
+
> any rechercherFacturesDestinataireApiV1ChorusProFacturesRechercherDestinatairePost(bodyRechercherFacturesDestinataireApiV1ChorusProFacturesRechercherDestinatairePost)
|
|
347
|
+
|
|
348
|
+
Recherche les factures reçues par le destinataire connecté. **Filtres** : - Téléchargée / non téléchargée - Dates de réception - Statut (MISE_A_DISPOSITION, SUSPENDUE, etc.) - Fournisseur **Indicateur utile** : `factureTelechargeeParDestinataire` permet de savoir si la facture a déjà été téléchargée.
|
|
349
|
+
|
|
350
|
+
### Example
|
|
351
|
+
|
|
352
|
+
```typescript
|
|
353
|
+
import {
|
|
354
|
+
ChorusProApi,
|
|
355
|
+
Configuration,
|
|
356
|
+
BodyRechercherFacturesDestinataireApiV1ChorusProFacturesRechercherDestinatairePost
|
|
357
|
+
} from '@factpulse/sdk';
|
|
358
|
+
|
|
359
|
+
const configuration = new Configuration();
|
|
360
|
+
const apiInstance = new ChorusProApi(configuration);
|
|
361
|
+
|
|
362
|
+
let bodyRechercherFacturesDestinataireApiV1ChorusProFacturesRechercherDestinatairePost: BodyRechercherFacturesDestinataireApiV1ChorusProFacturesRechercherDestinatairePost; //
|
|
363
|
+
|
|
364
|
+
const { status, data } = await apiInstance.rechercherFacturesDestinataireApiV1ChorusProFacturesRechercherDestinatairePost(
|
|
365
|
+
bodyRechercherFacturesDestinataireApiV1ChorusProFacturesRechercherDestinatairePost
|
|
366
|
+
);
|
|
367
|
+
```
|
|
368
|
+
|
|
369
|
+
### Parameters
|
|
370
|
+
|
|
371
|
+
|Name | Type | Description | Notes|
|
|
372
|
+
|------------- | ------------- | ------------- | -------------|
|
|
373
|
+
| **bodyRechercherFacturesDestinataireApiV1ChorusProFacturesRechercherDestinatairePost** | **BodyRechercherFacturesDestinataireApiV1ChorusProFacturesRechercherDestinatairePost**| | |
|
|
374
|
+
|
|
375
|
+
|
|
376
|
+
### Return type
|
|
377
|
+
|
|
378
|
+
**any**
|
|
379
|
+
|
|
380
|
+
### Authorization
|
|
381
|
+
|
|
382
|
+
[HTTPBearer](../README.md#HTTPBearer)
|
|
383
|
+
|
|
384
|
+
### HTTP request headers
|
|
385
|
+
|
|
386
|
+
- **Content-Type**: application/json
|
|
387
|
+
- **Accept**: application/json
|
|
388
|
+
|
|
389
|
+
|
|
390
|
+
### HTTP response details
|
|
391
|
+
| Status code | Description | Response headers |
|
|
392
|
+
|-------------|-------------|------------------|
|
|
393
|
+
|**200** | Successful Response | - |
|
|
394
|
+
|**422** | Validation Error | - |
|
|
395
|
+
|
|
396
|
+
[[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)
|
|
397
|
+
|
|
398
|
+
# **rechercherFacturesFournisseurApiV1ChorusProFacturesRechercherFournisseurPost**
|
|
399
|
+
> any rechercherFacturesFournisseurApiV1ChorusProFacturesRechercherFournisseurPost(bodyRechercherFacturesFournisseurApiV1ChorusProFacturesRechercherFournisseurPost)
|
|
400
|
+
|
|
401
|
+
Recherche les factures émises par le fournisseur connecté. **Filtres disponibles** : - Numéro de facture - Dates (début/fin) - Statut - Structure destinataire - Montant **Cas d\'usage** : - Suivi des factures émises - Vérification des statuts - Export pour comptabilité
|
|
402
|
+
|
|
403
|
+
### Example
|
|
404
|
+
|
|
405
|
+
```typescript
|
|
406
|
+
import {
|
|
407
|
+
ChorusProApi,
|
|
408
|
+
Configuration,
|
|
409
|
+
BodyRechercherFacturesFournisseurApiV1ChorusProFacturesRechercherFournisseurPost
|
|
410
|
+
} from '@factpulse/sdk';
|
|
411
|
+
|
|
412
|
+
const configuration = new Configuration();
|
|
413
|
+
const apiInstance = new ChorusProApi(configuration);
|
|
414
|
+
|
|
415
|
+
let bodyRechercherFacturesFournisseurApiV1ChorusProFacturesRechercherFournisseurPost: BodyRechercherFacturesFournisseurApiV1ChorusProFacturesRechercherFournisseurPost; //
|
|
416
|
+
|
|
417
|
+
const { status, data } = await apiInstance.rechercherFacturesFournisseurApiV1ChorusProFacturesRechercherFournisseurPost(
|
|
418
|
+
bodyRechercherFacturesFournisseurApiV1ChorusProFacturesRechercherFournisseurPost
|
|
419
|
+
);
|
|
420
|
+
```
|
|
421
|
+
|
|
422
|
+
### Parameters
|
|
423
|
+
|
|
424
|
+
|Name | Type | Description | Notes|
|
|
425
|
+
|------------- | ------------- | ------------- | -------------|
|
|
426
|
+
| **bodyRechercherFacturesFournisseurApiV1ChorusProFacturesRechercherFournisseurPost** | **BodyRechercherFacturesFournisseurApiV1ChorusProFacturesRechercherFournisseurPost**| | |
|
|
427
|
+
|
|
428
|
+
|
|
429
|
+
### Return type
|
|
430
|
+
|
|
431
|
+
**any**
|
|
432
|
+
|
|
433
|
+
### Authorization
|
|
434
|
+
|
|
435
|
+
[HTTPBearer](../README.md#HTTPBearer)
|
|
436
|
+
|
|
437
|
+
### HTTP request headers
|
|
438
|
+
|
|
439
|
+
- **Content-Type**: application/json
|
|
440
|
+
- **Accept**: application/json
|
|
441
|
+
|
|
442
|
+
|
|
443
|
+
### HTTP response details
|
|
444
|
+
| Status code | Description | Response headers |
|
|
445
|
+
|-------------|-------------|------------------|
|
|
446
|
+
|**200** | Successful Response | - |
|
|
447
|
+
|**422** | Validation Error | - |
|
|
448
|
+
|
|
449
|
+
[[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)
|
|
450
|
+
|
|
451
|
+
# **rechercherStructuresApiV1ChorusProStructuresRechercherPost**
|
|
452
|
+
> RechercherStructureResponse rechercherStructuresApiV1ChorusProStructuresRechercherPost(rechercherStructureRequest)
|
|
453
|
+
|
|
454
|
+
Recherche des structures (entreprises, administrations) enregistrées sur Chorus Pro. **Cas d\'usage** : - Trouver l\'ID Chorus Pro d\'une structure à partir de son SIRET - Vérifier si une structure est enregistrée sur Chorus Pro - Lister les structures correspondant à des critères **Filtres disponibles** : - Identifiant (SIRET, SIREN, etc.) - Raison sociale - Type d\'identifiant - Structures privées uniquement **Étape typique** : Appelée avant `soumettre-facture` pour obtenir l\'`id_structure_cpp` du destinataire.
|
|
455
|
+
|
|
456
|
+
### Example
|
|
457
|
+
|
|
458
|
+
```typescript
|
|
459
|
+
import {
|
|
460
|
+
ChorusProApi,
|
|
461
|
+
Configuration,
|
|
462
|
+
RechercherStructureRequest
|
|
463
|
+
} from '@factpulse/sdk';
|
|
464
|
+
|
|
465
|
+
const configuration = new Configuration();
|
|
466
|
+
const apiInstance = new ChorusProApi(configuration);
|
|
467
|
+
|
|
468
|
+
let rechercherStructureRequest: RechercherStructureRequest; //
|
|
469
|
+
|
|
470
|
+
const { status, data } = await apiInstance.rechercherStructuresApiV1ChorusProStructuresRechercherPost(
|
|
471
|
+
rechercherStructureRequest
|
|
472
|
+
);
|
|
473
|
+
```
|
|
474
|
+
|
|
475
|
+
### Parameters
|
|
476
|
+
|
|
477
|
+
|Name | Type | Description | Notes|
|
|
478
|
+
|------------- | ------------- | ------------- | -------------|
|
|
479
|
+
| **rechercherStructureRequest** | **RechercherStructureRequest**| | |
|
|
480
|
+
|
|
481
|
+
|
|
482
|
+
### Return type
|
|
483
|
+
|
|
484
|
+
**RechercherStructureResponse**
|
|
485
|
+
|
|
486
|
+
### Authorization
|
|
487
|
+
|
|
488
|
+
[HTTPBearer](../README.md#HTTPBearer)
|
|
489
|
+
|
|
490
|
+
### HTTP request headers
|
|
491
|
+
|
|
492
|
+
- **Content-Type**: application/json
|
|
493
|
+
- **Accept**: application/json
|
|
494
|
+
|
|
495
|
+
|
|
496
|
+
### HTTP response details
|
|
497
|
+
| Status code | Description | Response headers |
|
|
498
|
+
|-------------|-------------|------------------|
|
|
499
|
+
|**200** | Successful Response | - |
|
|
500
|
+
|**422** | Validation Error | - |
|
|
501
|
+
|
|
502
|
+
[[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)
|
|
503
|
+
|
|
504
|
+
# **recyclerFactureApiV1ChorusProFacturesRecyclerPost**
|
|
505
|
+
> any recyclerFactureApiV1ChorusProFacturesRecyclerPost(bodyRecyclerFactureApiV1ChorusProFacturesRecyclerPost)
|
|
506
|
+
|
|
507
|
+
Recycle une facture au statut A_RECYCLER en modifiant les données d\'acheminement. **Statut requis** : A_RECYCLER **Champs modifiables** : - Destinataire (`idStructureCPP`) - Code service - Numéro d\'engagement **Cas d\'usage** : - Erreur de destinataire - Changement de service facturation - Mise à jour du numéro d\'engagement **Payload exemple** : ```json { \"identifiantFactureCPP\": 12345, \"idStructureCPP\": 67890, \"codeService\": \"SERVICE_01\", \"numeroEngagement\": \"ENG2024001\" } ``` **Note** : La facture conserve son numéro et ses montants, seuls les champs d\'acheminement changent.
|
|
508
|
+
|
|
509
|
+
### Example
|
|
510
|
+
|
|
511
|
+
```typescript
|
|
512
|
+
import {
|
|
513
|
+
ChorusProApi,
|
|
514
|
+
Configuration,
|
|
515
|
+
BodyRecyclerFactureApiV1ChorusProFacturesRecyclerPost
|
|
516
|
+
} from '@factpulse/sdk';
|
|
517
|
+
|
|
518
|
+
const configuration = new Configuration();
|
|
519
|
+
const apiInstance = new ChorusProApi(configuration);
|
|
520
|
+
|
|
521
|
+
let bodyRecyclerFactureApiV1ChorusProFacturesRecyclerPost: BodyRecyclerFactureApiV1ChorusProFacturesRecyclerPost; //
|
|
522
|
+
|
|
523
|
+
const { status, data } = await apiInstance.recyclerFactureApiV1ChorusProFacturesRecyclerPost(
|
|
524
|
+
bodyRecyclerFactureApiV1ChorusProFacturesRecyclerPost
|
|
525
|
+
);
|
|
526
|
+
```
|
|
527
|
+
|
|
528
|
+
### Parameters
|
|
529
|
+
|
|
530
|
+
|Name | Type | Description | Notes|
|
|
531
|
+
|------------- | ------------- | ------------- | -------------|
|
|
532
|
+
| **bodyRecyclerFactureApiV1ChorusProFacturesRecyclerPost** | **BodyRecyclerFactureApiV1ChorusProFacturesRecyclerPost**| | |
|
|
533
|
+
|
|
534
|
+
|
|
535
|
+
### Return type
|
|
536
|
+
|
|
537
|
+
**any**
|
|
538
|
+
|
|
539
|
+
### Authorization
|
|
540
|
+
|
|
541
|
+
[HTTPBearer](../README.md#HTTPBearer)
|
|
542
|
+
|
|
543
|
+
### HTTP request headers
|
|
544
|
+
|
|
545
|
+
- **Content-Type**: application/json
|
|
546
|
+
- **Accept**: application/json
|
|
547
|
+
|
|
548
|
+
|
|
549
|
+
### HTTP response details
|
|
550
|
+
| Status code | Description | Response headers |
|
|
551
|
+
|-------------|-------------|------------------|
|
|
552
|
+
|**200** | Successful Response | - |
|
|
553
|
+
|**422** | Validation Error | - |
|
|
554
|
+
|
|
555
|
+
[[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)
|
|
556
|
+
|
|
557
|
+
# **soumettreFactureApiV1ChorusProFacturesSoumettrePost**
|
|
558
|
+
> SoumettreFactureResponse soumettreFactureApiV1ChorusProFacturesSoumettrePost(soumettreFactureRequest)
|
|
559
|
+
|
|
560
|
+
Soumet une facture électronique à une structure publique via Chorus Pro. **📋 Workflow complet** : 1. **Uploader le PDF Factur-X** via `/transverses/ajouter-fichier` → récupérer `pieceJointeId` 2. **Obtenir l\'ID structure** via `/structures/rechercher` ou `/structures/obtenir-id-depuis-siret` 3. **Vérifier les paramètres obligatoires** via `/structures/consulter` 4. **Soumettre la facture** avec le `piece_jointe_principale_id` obtenu à l\'étape 1 **Pré-requis** : 1. Avoir l\'`id_structure_cpp` du destinataire (via `/structures/rechercher`) 2. Connaître les paramètres obligatoires (via `/structures/consulter`) : - Code service si `code_service_doit_etre_renseigne=true` - Numéro d\'engagement si `numero_ej_doit_etre_renseigne=true` 3. Avoir uploadé le PDF Factur-X (via `/transverses/ajouter-fichier`) **Format attendu** : - `piece_jointe_principale_id` : ID retourné par `/transverses/ajouter-fichier` - Montants : Chaînes de caractères avec 2 décimales (ex: \"1250.50\") - Dates : Format ISO 8601 (YYYY-MM-DD) **Retour** : - `identifiant_facture_cpp` : ID Chorus Pro de la facture créée - `numero_flux_depot` : Numéro de suivi du dépôt **Statuts possibles après soumission** : - SOUMISE : En attente de validation - VALIDEE : Validée par le destinataire - REJETEE : Rejetée (erreur de données ou refus métier) - SUSPENDUE : En attente d\'informations complémentaires **Note** : Utilisez `/factures/consulter` pour suivre l\'évolution du statut.
|
|
561
|
+
|
|
562
|
+
### Example
|
|
563
|
+
|
|
564
|
+
```typescript
|
|
565
|
+
import {
|
|
566
|
+
ChorusProApi,
|
|
567
|
+
Configuration,
|
|
568
|
+
SoumettreFactureRequest
|
|
569
|
+
} from '@factpulse/sdk';
|
|
570
|
+
|
|
571
|
+
const configuration = new Configuration();
|
|
572
|
+
const apiInstance = new ChorusProApi(configuration);
|
|
573
|
+
|
|
574
|
+
let soumettreFactureRequest: SoumettreFactureRequest; //
|
|
575
|
+
|
|
576
|
+
const { status, data } = await apiInstance.soumettreFactureApiV1ChorusProFacturesSoumettrePost(
|
|
577
|
+
soumettreFactureRequest
|
|
578
|
+
);
|
|
579
|
+
```
|
|
580
|
+
|
|
581
|
+
### Parameters
|
|
582
|
+
|
|
583
|
+
|Name | Type | Description | Notes|
|
|
584
|
+
|------------- | ------------- | ------------- | -------------|
|
|
585
|
+
| **soumettreFactureRequest** | **SoumettreFactureRequest**| | |
|
|
586
|
+
|
|
587
|
+
|
|
588
|
+
### Return type
|
|
589
|
+
|
|
590
|
+
**SoumettreFactureResponse**
|
|
591
|
+
|
|
592
|
+
### Authorization
|
|
593
|
+
|
|
594
|
+
[HTTPBearer](../README.md#HTTPBearer)
|
|
595
|
+
|
|
596
|
+
### HTTP request headers
|
|
597
|
+
|
|
598
|
+
- **Content-Type**: application/json
|
|
599
|
+
- **Accept**: application/json
|
|
600
|
+
|
|
601
|
+
|
|
602
|
+
### HTTP response details
|
|
603
|
+
| Status code | Description | Response headers |
|
|
604
|
+
|-------------|-------------|------------------|
|
|
605
|
+
|**200** | Successful Response | - |
|
|
606
|
+
|**422** | Validation Error | - |
|
|
607
|
+
|
|
608
|
+
[[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)
|
|
609
|
+
|
|
610
|
+
# **telechargerGroupeFacturesApiV1ChorusProFacturesTelechargerGroupePost**
|
|
611
|
+
> any telechargerGroupeFacturesApiV1ChorusProFacturesTelechargerGroupePost(bodyTelechargerGroupeFacturesApiV1ChorusProFacturesTelechargerGroupePost)
|
|
612
|
+
|
|
613
|
+
Télécharge une ou plusieurs factures (max 10 recommandé) avec leurs pièces jointes. **Formats disponibles** : - PDF : Fichier PDF uniquement - XML : Fichier XML uniquement - ZIP : Archive contenant PDF + XML + pièces jointes **Taille maximale** : 120 Mo par téléchargement **Payload exemple** : ```json { \"listeIdentifiantsFactureCPP\": [12345, 12346], \"inclurePiecesJointes\": true, \"formatFichier\": \"ZIP\" } ``` **Retour** : Le fichier est encodé en base64 dans le champ `fichierBase64`. **Note** : Le flag `factureTelechargeeParDestinataire` est mis à jour automatiquement.
|
|
614
|
+
|
|
615
|
+
### Example
|
|
616
|
+
|
|
617
|
+
```typescript
|
|
618
|
+
import {
|
|
619
|
+
ChorusProApi,
|
|
620
|
+
Configuration,
|
|
621
|
+
BodyTelechargerGroupeFacturesApiV1ChorusProFacturesTelechargerGroupePost
|
|
622
|
+
} from '@factpulse/sdk';
|
|
623
|
+
|
|
624
|
+
const configuration = new Configuration();
|
|
625
|
+
const apiInstance = new ChorusProApi(configuration);
|
|
626
|
+
|
|
627
|
+
let bodyTelechargerGroupeFacturesApiV1ChorusProFacturesTelechargerGroupePost: BodyTelechargerGroupeFacturesApiV1ChorusProFacturesTelechargerGroupePost; //
|
|
628
|
+
|
|
629
|
+
const { status, data } = await apiInstance.telechargerGroupeFacturesApiV1ChorusProFacturesTelechargerGroupePost(
|
|
630
|
+
bodyTelechargerGroupeFacturesApiV1ChorusProFacturesTelechargerGroupePost
|
|
631
|
+
);
|
|
632
|
+
```
|
|
633
|
+
|
|
634
|
+
### Parameters
|
|
635
|
+
|
|
636
|
+
|Name | Type | Description | Notes|
|
|
637
|
+
|------------- | ------------- | ------------- | -------------|
|
|
638
|
+
| **bodyTelechargerGroupeFacturesApiV1ChorusProFacturesTelechargerGroupePost** | **BodyTelechargerGroupeFacturesApiV1ChorusProFacturesTelechargerGroupePost**| | |
|
|
639
|
+
|
|
640
|
+
|
|
641
|
+
### Return type
|
|
642
|
+
|
|
643
|
+
**any**
|
|
644
|
+
|
|
645
|
+
### Authorization
|
|
646
|
+
|
|
647
|
+
[HTTPBearer](../README.md#HTTPBearer)
|
|
648
|
+
|
|
649
|
+
### HTTP request headers
|
|
650
|
+
|
|
651
|
+
- **Content-Type**: application/json
|
|
652
|
+
- **Accept**: application/json
|
|
653
|
+
|
|
654
|
+
|
|
655
|
+
### HTTP response details
|
|
656
|
+
| Status code | Description | Response headers |
|
|
657
|
+
|-------------|-------------|------------------|
|
|
658
|
+
|**200** | Successful Response | - |
|
|
659
|
+
|**422** | Validation Error | - |
|
|
660
|
+
|
|
661
|
+
[[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)
|
|
662
|
+
|
|
663
|
+
# **traiterFactureRecueApiV1ChorusProFacturesTraiterFactureRecuePost**
|
|
664
|
+
> any traiterFactureRecueApiV1ChorusProFacturesTraiterFactureRecuePost(bodyTraiterFactureRecueApiV1ChorusProFacturesTraiterFactureRecuePost)
|
|
665
|
+
|
|
666
|
+
Change le statut d\'une facture reçue. **Statuts possibles** : - MISE_A_DISPOSITION : Facture acceptée - SUSPENDUE : En attente d\'informations complémentaires (motif obligatoire) - REJETEE : Facture refusée (motif obligatoire) - MANDATEE : Facture mandatée - MISE_EN_PAIEMENT : Facture en cours de paiement - COMPTABILISEE : Facture comptabilisée - MISE_A_DISPOSITION_COMPTABLE : Mise à disposition comptable - A_RECYCLER : À recycler - COMPLETEE : Complétée - SERVICE-FAIT : Service fait - PRISE_EN_COMPTE_DESTINATAIRE : Prise en compte - TRANSMISE_MOA : Transmise à la MOA **Payload exemple** : ```json { \"identifiantFactureCPP\": 12345, \"nouveauStatut\": \"REJETEE\", \"motifRejet\": \"Facture en double\", \"commentaire\": \"Facture déjà reçue sous la référence ABC123\" } ``` **Règles** : - Un motif est **obligatoire** pour SUSPENDUE et REJETEE - Seuls certains statuts sont autorisés selon le statut actuel de la facture
|
|
667
|
+
|
|
668
|
+
### Example
|
|
669
|
+
|
|
670
|
+
```typescript
|
|
671
|
+
import {
|
|
672
|
+
ChorusProApi,
|
|
673
|
+
Configuration,
|
|
674
|
+
BodyTraiterFactureRecueApiV1ChorusProFacturesTraiterFactureRecuePost
|
|
675
|
+
} from '@factpulse/sdk';
|
|
676
|
+
|
|
677
|
+
const configuration = new Configuration();
|
|
678
|
+
const apiInstance = new ChorusProApi(configuration);
|
|
679
|
+
|
|
680
|
+
let bodyTraiterFactureRecueApiV1ChorusProFacturesTraiterFactureRecuePost: BodyTraiterFactureRecueApiV1ChorusProFacturesTraiterFactureRecuePost; //
|
|
681
|
+
|
|
682
|
+
const { status, data } = await apiInstance.traiterFactureRecueApiV1ChorusProFacturesTraiterFactureRecuePost(
|
|
683
|
+
bodyTraiterFactureRecueApiV1ChorusProFacturesTraiterFactureRecuePost
|
|
684
|
+
);
|
|
685
|
+
```
|
|
686
|
+
|
|
687
|
+
### Parameters
|
|
688
|
+
|
|
689
|
+
|Name | Type | Description | Notes|
|
|
690
|
+
|------------- | ------------- | ------------- | -------------|
|
|
691
|
+
| **bodyTraiterFactureRecueApiV1ChorusProFacturesTraiterFactureRecuePost** | **BodyTraiterFactureRecueApiV1ChorusProFacturesTraiterFactureRecuePost**| | |
|
|
692
|
+
|
|
693
|
+
|
|
694
|
+
### Return type
|
|
695
|
+
|
|
696
|
+
**any**
|
|
697
|
+
|
|
698
|
+
### Authorization
|
|
699
|
+
|
|
700
|
+
[HTTPBearer](../README.md#HTTPBearer)
|
|
701
|
+
|
|
702
|
+
### HTTP request headers
|
|
703
|
+
|
|
704
|
+
- **Content-Type**: application/json
|
|
705
|
+
- **Accept**: application/json
|
|
706
|
+
|
|
707
|
+
|
|
708
|
+
### HTTP response details
|
|
709
|
+
| Status code | Description | Response headers |
|
|
710
|
+
|-------------|-------------|------------------|
|
|
711
|
+
|**200** | Successful Response | - |
|
|
712
|
+
|**422** | Validation Error | - |
|
|
713
|
+
|
|
714
|
+
[[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)
|
|
715
|
+
|
|
716
|
+
# **valideurConsulterFactureApiV1ChorusProFacturesValideurConsulterPost**
|
|
717
|
+
> any valideurConsulterFactureApiV1ChorusProFacturesValideurConsulterPost(bodyValideurConsulterFactureApiV1ChorusProFacturesValideurConsulterPost)
|
|
718
|
+
|
|
719
|
+
Consulte facture (valideur).
|
|
720
|
+
|
|
721
|
+
### Example
|
|
722
|
+
|
|
723
|
+
```typescript
|
|
724
|
+
import {
|
|
725
|
+
ChorusProApi,
|
|
726
|
+
Configuration,
|
|
727
|
+
BodyValideurConsulterFactureApiV1ChorusProFacturesValideurConsulterPost
|
|
728
|
+
} from '@factpulse/sdk';
|
|
729
|
+
|
|
730
|
+
const configuration = new Configuration();
|
|
731
|
+
const apiInstance = new ChorusProApi(configuration);
|
|
732
|
+
|
|
733
|
+
let bodyValideurConsulterFactureApiV1ChorusProFacturesValideurConsulterPost: BodyValideurConsulterFactureApiV1ChorusProFacturesValideurConsulterPost; //
|
|
734
|
+
|
|
735
|
+
const { status, data } = await apiInstance.valideurConsulterFactureApiV1ChorusProFacturesValideurConsulterPost(
|
|
736
|
+
bodyValideurConsulterFactureApiV1ChorusProFacturesValideurConsulterPost
|
|
737
|
+
);
|
|
738
|
+
```
|
|
739
|
+
|
|
740
|
+
### Parameters
|
|
741
|
+
|
|
742
|
+
|Name | Type | Description | Notes|
|
|
743
|
+
|------------- | ------------- | ------------- | -------------|
|
|
744
|
+
| **bodyValideurConsulterFactureApiV1ChorusProFacturesValideurConsulterPost** | **BodyValideurConsulterFactureApiV1ChorusProFacturesValideurConsulterPost**| | |
|
|
745
|
+
|
|
746
|
+
|
|
747
|
+
### Return type
|
|
748
|
+
|
|
749
|
+
**any**
|
|
750
|
+
|
|
751
|
+
### Authorization
|
|
752
|
+
|
|
753
|
+
[HTTPBearer](../README.md#HTTPBearer)
|
|
754
|
+
|
|
755
|
+
### HTTP request headers
|
|
756
|
+
|
|
757
|
+
- **Content-Type**: application/json
|
|
758
|
+
- **Accept**: application/json
|
|
759
|
+
|
|
760
|
+
|
|
761
|
+
### HTTP response details
|
|
762
|
+
| Status code | Description | Response headers |
|
|
763
|
+
|-------------|-------------|------------------|
|
|
764
|
+
|**200** | Successful Response | - |
|
|
765
|
+
|**422** | Validation Error | - |
|
|
766
|
+
|
|
767
|
+
[[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)
|
|
768
|
+
|
|
769
|
+
# **valideurRechercherFacturesApiV1ChorusProFacturesValideurRechercherPost**
|
|
770
|
+
> any valideurRechercherFacturesApiV1ChorusProFacturesValideurRechercherPost(bodyValideurRechercherFacturesApiV1ChorusProFacturesValideurRechercherPost)
|
|
771
|
+
|
|
772
|
+
Recherche les factures en attente de validation par le valideur connecté. **Rôle** : Valideur dans le circuit de validation interne. **Filtres** : Dates, structure, service, etc.
|
|
773
|
+
|
|
774
|
+
### Example
|
|
775
|
+
|
|
776
|
+
```typescript
|
|
777
|
+
import {
|
|
778
|
+
ChorusProApi,
|
|
779
|
+
Configuration,
|
|
780
|
+
BodyValideurRechercherFacturesApiV1ChorusProFacturesValideurRechercherPost
|
|
781
|
+
} from '@factpulse/sdk';
|
|
782
|
+
|
|
783
|
+
const configuration = new Configuration();
|
|
784
|
+
const apiInstance = new ChorusProApi(configuration);
|
|
785
|
+
|
|
786
|
+
let bodyValideurRechercherFacturesApiV1ChorusProFacturesValideurRechercherPost: BodyValideurRechercherFacturesApiV1ChorusProFacturesValideurRechercherPost; //
|
|
787
|
+
|
|
788
|
+
const { status, data } = await apiInstance.valideurRechercherFacturesApiV1ChorusProFacturesValideurRechercherPost(
|
|
789
|
+
bodyValideurRechercherFacturesApiV1ChorusProFacturesValideurRechercherPost
|
|
790
|
+
);
|
|
791
|
+
```
|
|
792
|
+
|
|
793
|
+
### Parameters
|
|
794
|
+
|
|
795
|
+
|Name | Type | Description | Notes|
|
|
796
|
+
|------------- | ------------- | ------------- | -------------|
|
|
797
|
+
| **bodyValideurRechercherFacturesApiV1ChorusProFacturesValideurRechercherPost** | **BodyValideurRechercherFacturesApiV1ChorusProFacturesValideurRechercherPost**| | |
|
|
798
|
+
|
|
799
|
+
|
|
800
|
+
### Return type
|
|
801
|
+
|
|
802
|
+
**any**
|
|
803
|
+
|
|
804
|
+
### Authorization
|
|
805
|
+
|
|
806
|
+
[HTTPBearer](../README.md#HTTPBearer)
|
|
807
|
+
|
|
808
|
+
### HTTP request headers
|
|
809
|
+
|
|
810
|
+
- **Content-Type**: application/json
|
|
811
|
+
- **Accept**: application/json
|
|
812
|
+
|
|
813
|
+
|
|
814
|
+
### HTTP response details
|
|
815
|
+
| Status code | Description | Response headers |
|
|
816
|
+
|-------------|-------------|------------------|
|
|
817
|
+
|**200** | Successful Response | - |
|
|
818
|
+
|**422** | Validation Error | - |
|
|
819
|
+
|
|
820
|
+
[[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)
|
|
821
|
+
|
|
822
|
+
# **valideurTraiterFactureApiV1ChorusProFacturesValideurTraiterPost**
|
|
823
|
+
> any valideurTraiterFactureApiV1ChorusProFacturesValideurTraiterPost(bodyValideurTraiterFactureApiV1ChorusProFacturesValideurTraiterPost)
|
|
824
|
+
|
|
825
|
+
Valide ou refuse une facture en attente de validation. **Actions** : - Valider : La facture passe au statut suivant du circuit - Refuser : La facture est rejetée (motif obligatoire)
|
|
826
|
+
|
|
827
|
+
### Example
|
|
828
|
+
|
|
829
|
+
```typescript
|
|
830
|
+
import {
|
|
831
|
+
ChorusProApi,
|
|
832
|
+
Configuration,
|
|
833
|
+
BodyValideurTraiterFactureApiV1ChorusProFacturesValideurTraiterPost
|
|
834
|
+
} from '@factpulse/sdk';
|
|
835
|
+
|
|
836
|
+
const configuration = new Configuration();
|
|
837
|
+
const apiInstance = new ChorusProApi(configuration);
|
|
838
|
+
|
|
839
|
+
let bodyValideurTraiterFactureApiV1ChorusProFacturesValideurTraiterPost: BodyValideurTraiterFactureApiV1ChorusProFacturesValideurTraiterPost; //
|
|
840
|
+
|
|
841
|
+
const { status, data } = await apiInstance.valideurTraiterFactureApiV1ChorusProFacturesValideurTraiterPost(
|
|
842
|
+
bodyValideurTraiterFactureApiV1ChorusProFacturesValideurTraiterPost
|
|
843
|
+
);
|
|
844
|
+
```
|
|
845
|
+
|
|
846
|
+
### Parameters
|
|
847
|
+
|
|
848
|
+
|Name | Type | Description | Notes|
|
|
849
|
+
|------------- | ------------- | ------------- | -------------|
|
|
850
|
+
| **bodyValideurTraiterFactureApiV1ChorusProFacturesValideurTraiterPost** | **BodyValideurTraiterFactureApiV1ChorusProFacturesValideurTraiterPost**| | |
|
|
851
|
+
|
|
852
|
+
|
|
853
|
+
### Return type
|
|
854
|
+
|
|
855
|
+
**any**
|
|
856
|
+
|
|
857
|
+
### Authorization
|
|
858
|
+
|
|
859
|
+
[HTTPBearer](../README.md#HTTPBearer)
|
|
860
|
+
|
|
861
|
+
### HTTP request headers
|
|
862
|
+
|
|
863
|
+
- **Content-Type**: application/json
|
|
864
|
+
- **Accept**: application/json
|
|
865
|
+
|
|
866
|
+
|
|
867
|
+
### HTTP response details
|
|
868
|
+
| Status code | Description | Response headers |
|
|
869
|
+
|-------------|-------------|------------------|
|
|
870
|
+
|**200** | Successful Response | - |
|
|
871
|
+
|**422** | Validation Error | - |
|
|
872
|
+
|
|
873
|
+
[[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)
|
|
874
|
+
|