@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,98 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* API REST FactPulse
|
|
3
|
+
* API REST pour la facturation électronique en France : Factur-X, AFNOR PDP/PA, signatures électroniques. ## 🎯 Fonctionnalités principales ### 📄 Génération de factures Factur-X - **Formats** : XML seul ou PDF/A-3 avec XML embarqué - **Profils** : MINIMUM, BASIC, EN16931, EXTENDED - **Normes** : EN 16931 (directive UE 2014/55), ISO 19005-3 (PDF/A-3), CII (UN/CEFACT) - **🆕 Format simplifié** : Génération à partir de SIRET + auto-enrichissement (API Chorus Pro + Recherche Entreprises) ### ✅ Validation et conformité - **Validation XML** : Schematron (45 à 210+ règles selon profil) - **Validation PDF** : PDF/A-3, métadonnées XMP Factur-X, signatures électroniques - **VeraPDF** : Validation stricte PDF/A (146+ règles ISO 19005-3) - **Traitement asynchrone** : Support Celery pour validations lourdes (VeraPDF) ### 📡 Intégration AFNOR PDP/PA (XP Z12-013) - **Soumission de flux** : Envoi de factures vers Plateformes de Dématérialisation Partenaires - **Recherche de flux** : Consultation des factures soumises - **Téléchargement** : Récupération des PDF/A-3 avec XML - **Directory Service** : Recherche d\'entreprises (SIREN/SIRET) - **Multi-client** : Support de plusieurs configs PDP par utilisateur (stored credentials ou zero-storage) ### ✍️ Signature électronique PDF - **Standards** : PAdES-B-B, PAdES-B-T (horodatage RFC 3161), PAdES-B-LT (archivage long terme) - **Niveaux eIDAS** : SES (auto-signé), AdES (CA commerciale), QES (PSCO) - **Validation** : Vérification intégrité cryptographique et certificats - **Génération de certificats** : Certificats X.509 auto-signés pour tests ### 🔄 Traitement asynchrone - **Celery** : Génération, validation et signature asynchrones - **Polling** : Suivi d\'état via `/taches/{id_tache}/statut` - **Pas de timeout** : Idéal pour gros fichiers ou validations lourdes ## 🔒 Authentification Toutes les requêtes nécessitent un **token JWT** dans le header Authorization : ``` Authorization: Bearer YOUR_JWT_TOKEN ``` ### Comment obtenir un token JWT ? #### 🔑 Méthode 1 : API `/api/token/` (Recommandée) **URL :** `https://www.factpulse.fr/api/token/` Cette méthode est **recommandée** pour l\'intégration dans vos applications et workflows CI/CD. **Prérequis :** Avoir défini un mot de passe sur votre compte **Pour les utilisateurs inscrits via email/password :** - Vous avez déjà un mot de passe, utilisez-le directement **Pour les utilisateurs inscrits via OAuth (Google/GitHub) :** - Vous devez d\'abord définir un mot de passe sur : https://www.factpulse.fr/accounts/password/set/ - Une fois le mot de passe créé, vous pourrez utiliser l\'API **Exemple de requête :** ```bash curl -X POST https://www.factpulse.fr/api/token/ \\ -H \"Content-Type: application/json\" \\ -d \'{ \"username\": \"votre_email@example.com\", \"password\": \"votre_mot_de_passe\" }\' ``` **Réponse :** ```json { \"access\": \"eyJ0eXAiOiJKV1QiLCJhbGc...\", // Token d\'accès (validité: 30 min) \"refresh\": \"eyJ0eXAiOiJKV1QiLCJhbGc...\" // Token de rafraîchissement (validité: 7 jours) } ``` **Avantages :** - ✅ Automatisation complète (CI/CD, scripts) - ✅ Gestion programmatique des tokens - ✅ Support du refresh token pour renouveler automatiquement l\'accès - ✅ Intégration facile dans n\'importe quel langage/outil #### 🖥️ Méthode 2 : Génération via Dashboard (Alternative) **URL :** https://www.factpulse.fr/dashboard/ Cette méthode convient pour des tests rapides ou une utilisation occasionnelle via l\'interface graphique. **Fonctionnement :** - Connectez-vous au dashboard - Utilisez les boutons \"Generate Test Token\" ou \"Generate Production Token\" - Fonctionne pour **tous** les utilisateurs (OAuth et email/password), sans nécessiter de mot de passe **Types de tokens :** - **Token Test** : Validité 24h, quota 1000 appels/jour (gratuit) - **Token Production** : Validité 7 jours, quota selon votre forfait **Avantages :** - ✅ Rapide pour tester l\'API - ✅ Aucun mot de passe requis - ✅ Interface visuelle simple **Inconvénients :** - ❌ Nécessite une action manuelle - ❌ Pas de refresh token - ❌ Moins adapté pour l\'automatisation ### 📚 Documentation complète Pour plus d\'informations sur l\'authentification et l\'utilisation de l\'API : https://www.factpulse.fr/documentation-api/
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
interface AWSv4Configuration {
|
|
13
|
+
options?: {
|
|
14
|
+
region?: string;
|
|
15
|
+
service?: string;
|
|
16
|
+
};
|
|
17
|
+
credentials?: {
|
|
18
|
+
accessKeyId?: string;
|
|
19
|
+
secretAccessKey?: string;
|
|
20
|
+
sessionToken?: string;
|
|
21
|
+
};
|
|
22
|
+
}
|
|
23
|
+
export interface ConfigurationParameters {
|
|
24
|
+
apiKey?: string | Promise<string> | ((name: string) => string) | ((name: string) => Promise<string>);
|
|
25
|
+
username?: string;
|
|
26
|
+
password?: string;
|
|
27
|
+
accessToken?: string | Promise<string> | ((name?: string, scopes?: string[]) => string) | ((name?: string, scopes?: string[]) => Promise<string>);
|
|
28
|
+
awsv4?: AWSv4Configuration;
|
|
29
|
+
basePath?: string;
|
|
30
|
+
serverIndex?: number;
|
|
31
|
+
baseOptions?: any;
|
|
32
|
+
formDataCtor?: new () => any;
|
|
33
|
+
}
|
|
34
|
+
export declare class Configuration {
|
|
35
|
+
/**
|
|
36
|
+
* parameter for apiKey security
|
|
37
|
+
* @param name security name
|
|
38
|
+
*/
|
|
39
|
+
apiKey?: string | Promise<string> | ((name: string) => string) | ((name: string) => Promise<string>);
|
|
40
|
+
/**
|
|
41
|
+
* parameter for basic security
|
|
42
|
+
*/
|
|
43
|
+
username?: string;
|
|
44
|
+
/**
|
|
45
|
+
* parameter for basic security
|
|
46
|
+
*/
|
|
47
|
+
password?: string;
|
|
48
|
+
/**
|
|
49
|
+
* parameter for oauth2 security
|
|
50
|
+
* @param name security name
|
|
51
|
+
* @param scopes oauth2 scope
|
|
52
|
+
*/
|
|
53
|
+
accessToken?: string | Promise<string> | ((name?: string, scopes?: string[]) => string) | ((name?: string, scopes?: string[]) => Promise<string>);
|
|
54
|
+
/**
|
|
55
|
+
* parameter for aws4 signature security
|
|
56
|
+
* @param {Object} AWS4Signature - AWS4 Signature security
|
|
57
|
+
* @param {string} options.region - aws region
|
|
58
|
+
* @param {string} options.service - name of the service.
|
|
59
|
+
* @param {string} credentials.accessKeyId - aws access key id
|
|
60
|
+
* @param {string} credentials.secretAccessKey - aws access key
|
|
61
|
+
* @param {string} credentials.sessionToken - aws session token
|
|
62
|
+
* @memberof Configuration
|
|
63
|
+
*/
|
|
64
|
+
awsv4?: AWSv4Configuration;
|
|
65
|
+
/**
|
|
66
|
+
* override base path
|
|
67
|
+
*/
|
|
68
|
+
basePath?: string;
|
|
69
|
+
/**
|
|
70
|
+
* override server index
|
|
71
|
+
*/
|
|
72
|
+
serverIndex?: number;
|
|
73
|
+
/**
|
|
74
|
+
* base options for axios calls
|
|
75
|
+
*/
|
|
76
|
+
baseOptions?: any;
|
|
77
|
+
/**
|
|
78
|
+
* The FormData constructor that will be used to create multipart form data
|
|
79
|
+
* requests. You can inject this here so that execution environments that
|
|
80
|
+
* do not support the FormData class can still run the generated client.
|
|
81
|
+
*
|
|
82
|
+
* @type {new () => FormData}
|
|
83
|
+
*/
|
|
84
|
+
formDataCtor?: new () => any;
|
|
85
|
+
constructor(param?: ConfigurationParameters);
|
|
86
|
+
/**
|
|
87
|
+
* Check if the given MIME is a JSON MIME.
|
|
88
|
+
* JSON MIME examples:
|
|
89
|
+
* application/json
|
|
90
|
+
* application/json; charset=UTF8
|
|
91
|
+
* APPLICATION/JSON
|
|
92
|
+
* application/vnd.company+json
|
|
93
|
+
* @param mime - MIME (Multipurpose Internet Mail Extensions)
|
|
94
|
+
* @return True if the given MIME is JSON, false otherwise.
|
|
95
|
+
*/
|
|
96
|
+
isJsonMime(mime: string): boolean;
|
|
97
|
+
}
|
|
98
|
+
export {};
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/**
|
|
4
|
+
* API REST FactPulse
|
|
5
|
+
* API REST pour la facturation électronique en France : Factur-X, AFNOR PDP/PA, signatures électroniques. ## 🎯 Fonctionnalités principales ### 📄 Génération de factures Factur-X - **Formats** : XML seul ou PDF/A-3 avec XML embarqué - **Profils** : MINIMUM, BASIC, EN16931, EXTENDED - **Normes** : EN 16931 (directive UE 2014/55), ISO 19005-3 (PDF/A-3), CII (UN/CEFACT) - **🆕 Format simplifié** : Génération à partir de SIRET + auto-enrichissement (API Chorus Pro + Recherche Entreprises) ### ✅ Validation et conformité - **Validation XML** : Schematron (45 à 210+ règles selon profil) - **Validation PDF** : PDF/A-3, métadonnées XMP Factur-X, signatures électroniques - **VeraPDF** : Validation stricte PDF/A (146+ règles ISO 19005-3) - **Traitement asynchrone** : Support Celery pour validations lourdes (VeraPDF) ### 📡 Intégration AFNOR PDP/PA (XP Z12-013) - **Soumission de flux** : Envoi de factures vers Plateformes de Dématérialisation Partenaires - **Recherche de flux** : Consultation des factures soumises - **Téléchargement** : Récupération des PDF/A-3 avec XML - **Directory Service** : Recherche d\'entreprises (SIREN/SIRET) - **Multi-client** : Support de plusieurs configs PDP par utilisateur (stored credentials ou zero-storage) ### ✍️ Signature électronique PDF - **Standards** : PAdES-B-B, PAdES-B-T (horodatage RFC 3161), PAdES-B-LT (archivage long terme) - **Niveaux eIDAS** : SES (auto-signé), AdES (CA commerciale), QES (PSCO) - **Validation** : Vérification intégrité cryptographique et certificats - **Génération de certificats** : Certificats X.509 auto-signés pour tests ### 🔄 Traitement asynchrone - **Celery** : Génération, validation et signature asynchrones - **Polling** : Suivi d\'état via `/taches/{id_tache}/statut` - **Pas de timeout** : Idéal pour gros fichiers ou validations lourdes ## 🔒 Authentification Toutes les requêtes nécessitent un **token JWT** dans le header Authorization : ``` Authorization: Bearer YOUR_JWT_TOKEN ``` ### Comment obtenir un token JWT ? #### 🔑 Méthode 1 : API `/api/token/` (Recommandée) **URL :** `https://www.factpulse.fr/api/token/` Cette méthode est **recommandée** pour l\'intégration dans vos applications et workflows CI/CD. **Prérequis :** Avoir défini un mot de passe sur votre compte **Pour les utilisateurs inscrits via email/password :** - Vous avez déjà un mot de passe, utilisez-le directement **Pour les utilisateurs inscrits via OAuth (Google/GitHub) :** - Vous devez d\'abord définir un mot de passe sur : https://www.factpulse.fr/accounts/password/set/ - Une fois le mot de passe créé, vous pourrez utiliser l\'API **Exemple de requête :** ```bash curl -X POST https://www.factpulse.fr/api/token/ \\ -H \"Content-Type: application/json\" \\ -d \'{ \"username\": \"votre_email@example.com\", \"password\": \"votre_mot_de_passe\" }\' ``` **Réponse :** ```json { \"access\": \"eyJ0eXAiOiJKV1QiLCJhbGc...\", // Token d\'accès (validité: 30 min) \"refresh\": \"eyJ0eXAiOiJKV1QiLCJhbGc...\" // Token de rafraîchissement (validité: 7 jours) } ``` **Avantages :** - ✅ Automatisation complète (CI/CD, scripts) - ✅ Gestion programmatique des tokens - ✅ Support du refresh token pour renouveler automatiquement l\'accès - ✅ Intégration facile dans n\'importe quel langage/outil #### 🖥️ Méthode 2 : Génération via Dashboard (Alternative) **URL :** https://www.factpulse.fr/dashboard/ Cette méthode convient pour des tests rapides ou une utilisation occasionnelle via l\'interface graphique. **Fonctionnement :** - Connectez-vous au dashboard - Utilisez les boutons \"Generate Test Token\" ou \"Generate Production Token\" - Fonctionne pour **tous** les utilisateurs (OAuth et email/password), sans nécessiter de mot de passe **Types de tokens :** - **Token Test** : Validité 24h, quota 1000 appels/jour (gratuit) - **Token Production** : Validité 7 jours, quota selon votre forfait **Avantages :** - ✅ Rapide pour tester l\'API - ✅ Aucun mot de passe requis - ✅ Interface visuelle simple **Inconvénients :** - ❌ Nécessite une action manuelle - ❌ Pas de refresh token - ❌ Moins adapté pour l\'automatisation ### 📚 Documentation complète Pour plus d\'informations sur l\'authentification et l\'utilisation de l\'API : https://www.factpulse.fr/documentation-api/
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.Configuration = void 0;
|
|
16
|
+
class Configuration {
|
|
17
|
+
constructor(param = {}) {
|
|
18
|
+
var _a;
|
|
19
|
+
this.apiKey = param.apiKey;
|
|
20
|
+
this.username = param.username;
|
|
21
|
+
this.password = param.password;
|
|
22
|
+
this.accessToken = param.accessToken;
|
|
23
|
+
this.awsv4 = param.awsv4;
|
|
24
|
+
this.basePath = param.basePath;
|
|
25
|
+
this.serverIndex = param.serverIndex;
|
|
26
|
+
this.baseOptions = Object.assign(Object.assign({}, param.baseOptions), { headers: Object.assign({}, (_a = param.baseOptions) === null || _a === void 0 ? void 0 : _a.headers) });
|
|
27
|
+
this.formDataCtor = param.formDataCtor;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* Check if the given MIME is a JSON MIME.
|
|
31
|
+
* JSON MIME examples:
|
|
32
|
+
* application/json
|
|
33
|
+
* application/json; charset=UTF8
|
|
34
|
+
* APPLICATION/JSON
|
|
35
|
+
* application/vnd.company+json
|
|
36
|
+
* @param mime - MIME (Multipurpose Internet Mail Extensions)
|
|
37
|
+
* @return True if the given MIME is JSON, false otherwise.
|
|
38
|
+
*/
|
|
39
|
+
isJsonMime(mime) {
|
|
40
|
+
const jsonMime = new RegExp('^(application\/json|[^;/ \t]+\/[^;/ \t]+[+]json)[ \t]*(;.*)?$', 'i');
|
|
41
|
+
return mime !== null && (jsonMime.test(mime) || mime.toLowerCase() === 'application/json-patch+json');
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
exports.Configuration = Configuration;
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* API REST FactPulse
|
|
3
|
+
* API REST pour la facturation électronique en France : Factur-X, AFNOR PDP/PA, signatures électroniques. ## 🎯 Fonctionnalités principales ### 📄 Génération de factures Factur-X - **Formats** : XML seul ou PDF/A-3 avec XML embarqué - **Profils** : MINIMUM, BASIC, EN16931, EXTENDED - **Normes** : EN 16931 (directive UE 2014/55), ISO 19005-3 (PDF/A-3), CII (UN/CEFACT) - **🆕 Format simplifié** : Génération à partir de SIRET + auto-enrichissement (API Chorus Pro + Recherche Entreprises) ### ✅ Validation et conformité - **Validation XML** : Schematron (45 à 210+ règles selon profil) - **Validation PDF** : PDF/A-3, métadonnées XMP Factur-X, signatures électroniques - **VeraPDF** : Validation stricte PDF/A (146+ règles ISO 19005-3) - **Traitement asynchrone** : Support Celery pour validations lourdes (VeraPDF) ### 📡 Intégration AFNOR PDP/PA (XP Z12-013) - **Soumission de flux** : Envoi de factures vers Plateformes de Dématérialisation Partenaires - **Recherche de flux** : Consultation des factures soumises - **Téléchargement** : Récupération des PDF/A-3 avec XML - **Directory Service** : Recherche d\'entreprises (SIREN/SIRET) - **Multi-client** : Support de plusieurs configs PDP par utilisateur (stored credentials ou zero-storage) ### ✍️ Signature électronique PDF - **Standards** : PAdES-B-B, PAdES-B-T (horodatage RFC 3161), PAdES-B-LT (archivage long terme) - **Niveaux eIDAS** : SES (auto-signé), AdES (CA commerciale), QES (PSCO) - **Validation** : Vérification intégrité cryptographique et certificats - **Génération de certificats** : Certificats X.509 auto-signés pour tests ### 🔄 Traitement asynchrone - **Celery** : Génération, validation et signature asynchrones - **Polling** : Suivi d\'état via `/taches/{id_tache}/statut` - **Pas de timeout** : Idéal pour gros fichiers ou validations lourdes ## 🔒 Authentification Toutes les requêtes nécessitent un **token JWT** dans le header Authorization : ``` Authorization: Bearer YOUR_JWT_TOKEN ``` ### Comment obtenir un token JWT ? #### 🔑 Méthode 1 : API `/api/token/` (Recommandée) **URL :** `https://www.factpulse.fr/api/token/` Cette méthode est **recommandée** pour l\'intégration dans vos applications et workflows CI/CD. **Prérequis :** Avoir défini un mot de passe sur votre compte **Pour les utilisateurs inscrits via email/password :** - Vous avez déjà un mot de passe, utilisez-le directement **Pour les utilisateurs inscrits via OAuth (Google/GitHub) :** - Vous devez d\'abord définir un mot de passe sur : https://www.factpulse.fr/accounts/password/set/ - Une fois le mot de passe créé, vous pourrez utiliser l\'API **Exemple de requête :** ```bash curl -X POST https://www.factpulse.fr/api/token/ \\ -H \"Content-Type: application/json\" \\ -d \'{ \"username\": \"votre_email@example.com\", \"password\": \"votre_mot_de_passe\" }\' ``` **Réponse :** ```json { \"access\": \"eyJ0eXAiOiJKV1QiLCJhbGc...\", // Token d\'accès (validité: 30 min) \"refresh\": \"eyJ0eXAiOiJKV1QiLCJhbGc...\" // Token de rafraîchissement (validité: 7 jours) } ``` **Avantages :** - ✅ Automatisation complète (CI/CD, scripts) - ✅ Gestion programmatique des tokens - ✅ Support du refresh token pour renouveler automatiquement l\'accès - ✅ Intégration facile dans n\'importe quel langage/outil #### 🖥️ Méthode 2 : Génération via Dashboard (Alternative) **URL :** https://www.factpulse.fr/dashboard/ Cette méthode convient pour des tests rapides ou une utilisation occasionnelle via l\'interface graphique. **Fonctionnement :** - Connectez-vous au dashboard - Utilisez les boutons \"Generate Test Token\" ou \"Generate Production Token\" - Fonctionne pour **tous** les utilisateurs (OAuth et email/password), sans nécessiter de mot de passe **Types de tokens :** - **Token Test** : Validité 24h, quota 1000 appels/jour (gratuit) - **Token Production** : Validité 7 jours, quota selon votre forfait **Avantages :** - ✅ Rapide pour tester l\'API - ✅ Aucun mot de passe requis - ✅ Interface visuelle simple **Inconvénients :** - ❌ Nécessite une action manuelle - ❌ Pas de refresh token - ❌ Moins adapté pour l\'automatisation ### 📚 Documentation complète Pour plus d\'informations sur l\'authentification et l\'utilisation de l\'API : https://www.factpulse.fr/documentation-api/
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { Configuration } from '../configuration';
|
|
13
|
+
import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
14
|
+
import { type RequestArgs, BaseAPI } from '../base';
|
|
15
|
+
/**
|
|
16
|
+
* AFNORPDPPAApi - axios parameter creator
|
|
17
|
+
*/
|
|
18
|
+
export declare const AFNORPDPPAApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
19
|
+
/**
|
|
20
|
+
* Endpoint proxy OAuth2 pour obtenir un token d\'accès AFNOR. Fait proxy vers le mock AFNOR (sandbox) ou la vraie PDP selon MOCK_AFNOR_BASE_URL. Cet endpoint est public (pas d\'auth Django requise) car il est appelé par le SDK AFNOR.
|
|
21
|
+
* @summary Endpoint OAuth2 pour authentification AFNOR
|
|
22
|
+
* @param {*} [options] Override http request option.
|
|
23
|
+
* @throws {RequiredError}
|
|
24
|
+
*/
|
|
25
|
+
oauthTokenProxyApiV1AfnorOauthTokenPost: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
26
|
+
};
|
|
27
|
+
/**
|
|
28
|
+
* AFNORPDPPAApi - functional programming interface
|
|
29
|
+
*/
|
|
30
|
+
export declare const AFNORPDPPAApiFp: (configuration?: Configuration) => {
|
|
31
|
+
/**
|
|
32
|
+
* Endpoint proxy OAuth2 pour obtenir un token d\'accès AFNOR. Fait proxy vers le mock AFNOR (sandbox) ou la vraie PDP selon MOCK_AFNOR_BASE_URL. Cet endpoint est public (pas d\'auth Django requise) car il est appelé par le SDK AFNOR.
|
|
33
|
+
* @summary Endpoint OAuth2 pour authentification AFNOR
|
|
34
|
+
* @param {*} [options] Override http request option.
|
|
35
|
+
* @throws {RequiredError}
|
|
36
|
+
*/
|
|
37
|
+
oauthTokenProxyApiV1AfnorOauthTokenPost(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
38
|
+
};
|
|
39
|
+
/**
|
|
40
|
+
* AFNORPDPPAApi - factory interface
|
|
41
|
+
*/
|
|
42
|
+
export declare const AFNORPDPPAApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
43
|
+
/**
|
|
44
|
+
* Endpoint proxy OAuth2 pour obtenir un token d\'accès AFNOR. Fait proxy vers le mock AFNOR (sandbox) ou la vraie PDP selon MOCK_AFNOR_BASE_URL. Cet endpoint est public (pas d\'auth Django requise) car il est appelé par le SDK AFNOR.
|
|
45
|
+
* @summary Endpoint OAuth2 pour authentification AFNOR
|
|
46
|
+
* @param {*} [options] Override http request option.
|
|
47
|
+
* @throws {RequiredError}
|
|
48
|
+
*/
|
|
49
|
+
oauthTokenProxyApiV1AfnorOauthTokenPost(options?: RawAxiosRequestConfig): AxiosPromise<any>;
|
|
50
|
+
};
|
|
51
|
+
/**
|
|
52
|
+
* AFNORPDPPAApi - object-oriented interface
|
|
53
|
+
*/
|
|
54
|
+
export declare class AFNORPDPPAApi extends BaseAPI {
|
|
55
|
+
/**
|
|
56
|
+
* Endpoint proxy OAuth2 pour obtenir un token d\'accès AFNOR. Fait proxy vers le mock AFNOR (sandbox) ou la vraie PDP selon MOCK_AFNOR_BASE_URL. Cet endpoint est public (pas d\'auth Django requise) car il est appelé par le SDK AFNOR.
|
|
57
|
+
* @summary Endpoint OAuth2 pour authentification AFNOR
|
|
58
|
+
* @param {*} [options] Override http request option.
|
|
59
|
+
* @throws {RequiredError}
|
|
60
|
+
*/
|
|
61
|
+
oauthTokenProxyApiV1AfnorOauthTokenPost(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
62
|
+
}
|
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* API REST FactPulse
|
|
5
|
+
* API REST pour la facturation électronique en France : Factur-X, AFNOR PDP/PA, signatures électroniques. ## 🎯 Fonctionnalités principales ### 📄 Génération de factures Factur-X - **Formats** : XML seul ou PDF/A-3 avec XML embarqué - **Profils** : MINIMUM, BASIC, EN16931, EXTENDED - **Normes** : EN 16931 (directive UE 2014/55), ISO 19005-3 (PDF/A-3), CII (UN/CEFACT) - **🆕 Format simplifié** : Génération à partir de SIRET + auto-enrichissement (API Chorus Pro + Recherche Entreprises) ### ✅ Validation et conformité - **Validation XML** : Schematron (45 à 210+ règles selon profil) - **Validation PDF** : PDF/A-3, métadonnées XMP Factur-X, signatures électroniques - **VeraPDF** : Validation stricte PDF/A (146+ règles ISO 19005-3) - **Traitement asynchrone** : Support Celery pour validations lourdes (VeraPDF) ### 📡 Intégration AFNOR PDP/PA (XP Z12-013) - **Soumission de flux** : Envoi de factures vers Plateformes de Dématérialisation Partenaires - **Recherche de flux** : Consultation des factures soumises - **Téléchargement** : Récupération des PDF/A-3 avec XML - **Directory Service** : Recherche d\'entreprises (SIREN/SIRET) - **Multi-client** : Support de plusieurs configs PDP par utilisateur (stored credentials ou zero-storage) ### ✍️ Signature électronique PDF - **Standards** : PAdES-B-B, PAdES-B-T (horodatage RFC 3161), PAdES-B-LT (archivage long terme) - **Niveaux eIDAS** : SES (auto-signé), AdES (CA commerciale), QES (PSCO) - **Validation** : Vérification intégrité cryptographique et certificats - **Génération de certificats** : Certificats X.509 auto-signés pour tests ### 🔄 Traitement asynchrone - **Celery** : Génération, validation et signature asynchrones - **Polling** : Suivi d\'état via `/taches/{id_tache}/statut` - **Pas de timeout** : Idéal pour gros fichiers ou validations lourdes ## 🔒 Authentification Toutes les requêtes nécessitent un **token JWT** dans le header Authorization : ``` Authorization: Bearer YOUR_JWT_TOKEN ``` ### Comment obtenir un token JWT ? #### 🔑 Méthode 1 : API `/api/token/` (Recommandée) **URL :** `https://www.factpulse.fr/api/token/` Cette méthode est **recommandée** pour l\'intégration dans vos applications et workflows CI/CD. **Prérequis :** Avoir défini un mot de passe sur votre compte **Pour les utilisateurs inscrits via email/password :** - Vous avez déjà un mot de passe, utilisez-le directement **Pour les utilisateurs inscrits via OAuth (Google/GitHub) :** - Vous devez d\'abord définir un mot de passe sur : https://www.factpulse.fr/accounts/password/set/ - Une fois le mot de passe créé, vous pourrez utiliser l\'API **Exemple de requête :** ```bash curl -X POST https://www.factpulse.fr/api/token/ \\ -H \"Content-Type: application/json\" \\ -d \'{ \"username\": \"votre_email@example.com\", \"password\": \"votre_mot_de_passe\" }\' ``` **Réponse :** ```json { \"access\": \"eyJ0eXAiOiJKV1QiLCJhbGc...\", // Token d\'accès (validité: 30 min) \"refresh\": \"eyJ0eXAiOiJKV1QiLCJhbGc...\" // Token de rafraîchissement (validité: 7 jours) } ``` **Avantages :** - ✅ Automatisation complète (CI/CD, scripts) - ✅ Gestion programmatique des tokens - ✅ Support du refresh token pour renouveler automatiquement l\'accès - ✅ Intégration facile dans n\'importe quel langage/outil #### 🖥️ Méthode 2 : Génération via Dashboard (Alternative) **URL :** https://www.factpulse.fr/dashboard/ Cette méthode convient pour des tests rapides ou une utilisation occasionnelle via l\'interface graphique. **Fonctionnement :** - Connectez-vous au dashboard - Utilisez les boutons \"Generate Test Token\" ou \"Generate Production Token\" - Fonctionne pour **tous** les utilisateurs (OAuth et email/password), sans nécessiter de mot de passe **Types de tokens :** - **Token Test** : Validité 24h, quota 1000 appels/jour (gratuit) - **Token Production** : Validité 7 jours, quota selon votre forfait **Avantages :** - ✅ Rapide pour tester l\'API - ✅ Aucun mot de passe requis - ✅ Interface visuelle simple **Inconvénients :** - ❌ Nécessite une action manuelle - ❌ Pas de refresh token - ❌ Moins adapté pour l\'automatisation ### 📚 Documentation complète Pour plus d\'informations sur l\'authentification et l\'utilisation de l\'API : https://www.factpulse.fr/documentation-api/
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
15
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
16
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
17
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
18
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
19
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
20
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
21
|
+
});
|
|
22
|
+
};
|
|
23
|
+
import globalAxios from 'axios';
|
|
24
|
+
// Some imports not used depending on template conditions
|
|
25
|
+
// @ts-ignore
|
|
26
|
+
import { DUMMY_BASE_URL, setSearchParams, toPathString, createRequestFunction } from '../common';
|
|
27
|
+
// @ts-ignore
|
|
28
|
+
import { BASE_PATH, BaseAPI, operationServerMap } from '../base';
|
|
29
|
+
/**
|
|
30
|
+
* AFNORPDPPAApi - axios parameter creator
|
|
31
|
+
*/
|
|
32
|
+
export const AFNORPDPPAApiAxiosParamCreator = function (configuration) {
|
|
33
|
+
return {
|
|
34
|
+
/**
|
|
35
|
+
* Endpoint proxy OAuth2 pour obtenir un token d\'accès AFNOR. Fait proxy vers le mock AFNOR (sandbox) ou la vraie PDP selon MOCK_AFNOR_BASE_URL. Cet endpoint est public (pas d\'auth Django requise) car il est appelé par le SDK AFNOR.
|
|
36
|
+
* @summary Endpoint OAuth2 pour authentification AFNOR
|
|
37
|
+
* @param {*} [options] Override http request option.
|
|
38
|
+
* @throws {RequiredError}
|
|
39
|
+
*/
|
|
40
|
+
oauthTokenProxyApiV1AfnorOauthTokenPost: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
41
|
+
const localVarPath = `/api/v1/afnor/oauth/token`;
|
|
42
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
43
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
44
|
+
let baseOptions;
|
|
45
|
+
if (configuration) {
|
|
46
|
+
baseOptions = configuration.baseOptions;
|
|
47
|
+
}
|
|
48
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
49
|
+
const localVarHeaderParameter = {};
|
|
50
|
+
const localVarQueryParameter = {};
|
|
51
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
52
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
53
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
54
|
+
return {
|
|
55
|
+
url: toPathString(localVarUrlObj),
|
|
56
|
+
options: localVarRequestOptions,
|
|
57
|
+
};
|
|
58
|
+
}),
|
|
59
|
+
};
|
|
60
|
+
};
|
|
61
|
+
/**
|
|
62
|
+
* AFNORPDPPAApi - functional programming interface
|
|
63
|
+
*/
|
|
64
|
+
export const AFNORPDPPAApiFp = function (configuration) {
|
|
65
|
+
const localVarAxiosParamCreator = AFNORPDPPAApiAxiosParamCreator(configuration);
|
|
66
|
+
return {
|
|
67
|
+
/**
|
|
68
|
+
* Endpoint proxy OAuth2 pour obtenir un token d\'accès AFNOR. Fait proxy vers le mock AFNOR (sandbox) ou la vraie PDP selon MOCK_AFNOR_BASE_URL. Cet endpoint est public (pas d\'auth Django requise) car il est appelé par le SDK AFNOR.
|
|
69
|
+
* @summary Endpoint OAuth2 pour authentification AFNOR
|
|
70
|
+
* @param {*} [options] Override http request option.
|
|
71
|
+
* @throws {RequiredError}
|
|
72
|
+
*/
|
|
73
|
+
oauthTokenProxyApiV1AfnorOauthTokenPost(options) {
|
|
74
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
75
|
+
var _a, _b, _c;
|
|
76
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.oauthTokenProxyApiV1AfnorOauthTokenPost(options);
|
|
77
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
78
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AFNORPDPPAApi.oauthTokenProxyApiV1AfnorOauthTokenPost']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
79
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
80
|
+
});
|
|
81
|
+
},
|
|
82
|
+
};
|
|
83
|
+
};
|
|
84
|
+
/**
|
|
85
|
+
* AFNORPDPPAApi - factory interface
|
|
86
|
+
*/
|
|
87
|
+
export const AFNORPDPPAApiFactory = function (configuration, basePath, axios) {
|
|
88
|
+
const localVarFp = AFNORPDPPAApiFp(configuration);
|
|
89
|
+
return {
|
|
90
|
+
/**
|
|
91
|
+
* Endpoint proxy OAuth2 pour obtenir un token d\'accès AFNOR. Fait proxy vers le mock AFNOR (sandbox) ou la vraie PDP selon MOCK_AFNOR_BASE_URL. Cet endpoint est public (pas d\'auth Django requise) car il est appelé par le SDK AFNOR.
|
|
92
|
+
* @summary Endpoint OAuth2 pour authentification AFNOR
|
|
93
|
+
* @param {*} [options] Override http request option.
|
|
94
|
+
* @throws {RequiredError}
|
|
95
|
+
*/
|
|
96
|
+
oauthTokenProxyApiV1AfnorOauthTokenPost(options) {
|
|
97
|
+
return localVarFp.oauthTokenProxyApiV1AfnorOauthTokenPost(options).then((request) => request(axios, basePath));
|
|
98
|
+
},
|
|
99
|
+
};
|
|
100
|
+
};
|
|
101
|
+
/**
|
|
102
|
+
* AFNORPDPPAApi - object-oriented interface
|
|
103
|
+
*/
|
|
104
|
+
export class AFNORPDPPAApi extends BaseAPI {
|
|
105
|
+
/**
|
|
106
|
+
* Endpoint proxy OAuth2 pour obtenir un token d\'accès AFNOR. Fait proxy vers le mock AFNOR (sandbox) ou la vraie PDP selon MOCK_AFNOR_BASE_URL. Cet endpoint est public (pas d\'auth Django requise) car il est appelé par le SDK AFNOR.
|
|
107
|
+
* @summary Endpoint OAuth2 pour authentification AFNOR
|
|
108
|
+
* @param {*} [options] Override http request option.
|
|
109
|
+
* @throws {RequiredError}
|
|
110
|
+
*/
|
|
111
|
+
oauthTokenProxyApiV1AfnorOauthTokenPost(options) {
|
|
112
|
+
return AFNORPDPPAApiFp(this.configuration).oauthTokenProxyApiV1AfnorOauthTokenPost(options).then((request) => request(this.axios, this.basePath));
|
|
113
|
+
}
|
|
114
|
+
}
|
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* API REST FactPulse
|
|
3
|
+
* API REST pour la facturation électronique en France : Factur-X, AFNOR PDP/PA, signatures électroniques. ## 🎯 Fonctionnalités principales ### 📄 Génération de factures Factur-X - **Formats** : XML seul ou PDF/A-3 avec XML embarqué - **Profils** : MINIMUM, BASIC, EN16931, EXTENDED - **Normes** : EN 16931 (directive UE 2014/55), ISO 19005-3 (PDF/A-3), CII (UN/CEFACT) - **🆕 Format simplifié** : Génération à partir de SIRET + auto-enrichissement (API Chorus Pro + Recherche Entreprises) ### ✅ Validation et conformité - **Validation XML** : Schematron (45 à 210+ règles selon profil) - **Validation PDF** : PDF/A-3, métadonnées XMP Factur-X, signatures électroniques - **VeraPDF** : Validation stricte PDF/A (146+ règles ISO 19005-3) - **Traitement asynchrone** : Support Celery pour validations lourdes (VeraPDF) ### 📡 Intégration AFNOR PDP/PA (XP Z12-013) - **Soumission de flux** : Envoi de factures vers Plateformes de Dématérialisation Partenaires - **Recherche de flux** : Consultation des factures soumises - **Téléchargement** : Récupération des PDF/A-3 avec XML - **Directory Service** : Recherche d\'entreprises (SIREN/SIRET) - **Multi-client** : Support de plusieurs configs PDP par utilisateur (stored credentials ou zero-storage) ### ✍️ Signature électronique PDF - **Standards** : PAdES-B-B, PAdES-B-T (horodatage RFC 3161), PAdES-B-LT (archivage long terme) - **Niveaux eIDAS** : SES (auto-signé), AdES (CA commerciale), QES (PSCO) - **Validation** : Vérification intégrité cryptographique et certificats - **Génération de certificats** : Certificats X.509 auto-signés pour tests ### 🔄 Traitement asynchrone - **Celery** : Génération, validation et signature asynchrones - **Polling** : Suivi d\'état via `/taches/{id_tache}/statut` - **Pas de timeout** : Idéal pour gros fichiers ou validations lourdes ## 🔒 Authentification Toutes les requêtes nécessitent un **token JWT** dans le header Authorization : ``` Authorization: Bearer YOUR_JWT_TOKEN ``` ### Comment obtenir un token JWT ? #### 🔑 Méthode 1 : API `/api/token/` (Recommandée) **URL :** `https://www.factpulse.fr/api/token/` Cette méthode est **recommandée** pour l\'intégration dans vos applications et workflows CI/CD. **Prérequis :** Avoir défini un mot de passe sur votre compte **Pour les utilisateurs inscrits via email/password :** - Vous avez déjà un mot de passe, utilisez-le directement **Pour les utilisateurs inscrits via OAuth (Google/GitHub) :** - Vous devez d\'abord définir un mot de passe sur : https://www.factpulse.fr/accounts/password/set/ - Une fois le mot de passe créé, vous pourrez utiliser l\'API **Exemple de requête :** ```bash curl -X POST https://www.factpulse.fr/api/token/ \\ -H \"Content-Type: application/json\" \\ -d \'{ \"username\": \"votre_email@example.com\", \"password\": \"votre_mot_de_passe\" }\' ``` **Réponse :** ```json { \"access\": \"eyJ0eXAiOiJKV1QiLCJhbGc...\", // Token d\'accès (validité: 30 min) \"refresh\": \"eyJ0eXAiOiJKV1QiLCJhbGc...\" // Token de rafraîchissement (validité: 7 jours) } ``` **Avantages :** - ✅ Automatisation complète (CI/CD, scripts) - ✅ Gestion programmatique des tokens - ✅ Support du refresh token pour renouveler automatiquement l\'accès - ✅ Intégration facile dans n\'importe quel langage/outil #### 🖥️ Méthode 2 : Génération via Dashboard (Alternative) **URL :** https://www.factpulse.fr/dashboard/ Cette méthode convient pour des tests rapides ou une utilisation occasionnelle via l\'interface graphique. **Fonctionnement :** - Connectez-vous au dashboard - Utilisez les boutons \"Generate Test Token\" ou \"Generate Production Token\" - Fonctionne pour **tous** les utilisateurs (OAuth et email/password), sans nécessiter de mot de passe **Types de tokens :** - **Token Test** : Validité 24h, quota 1000 appels/jour (gratuit) - **Token Production** : Validité 7 jours, quota selon votre forfait **Avantages :** - ✅ Rapide pour tester l\'API - ✅ Aucun mot de passe requis - ✅ Interface visuelle simple **Inconvénients :** - ❌ Nécessite une action manuelle - ❌ Pas de refresh token - ❌ Moins adapté pour l\'automatisation ### 📚 Documentation complète Pour plus d\'informations sur l\'authentification et l\'utilisation de l\'API : https://www.factpulse.fr/documentation-api/
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { Configuration } from '../configuration';
|
|
13
|
+
import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
14
|
+
import { type RequestArgs, BaseAPI } from '../base';
|
|
15
|
+
/**
|
|
16
|
+
* AFNORPDPPADirectoryServiceApi - axios parameter creator
|
|
17
|
+
*/
|
|
18
|
+
export declare const AFNORPDPPADirectoryServiceApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
19
|
+
/**
|
|
20
|
+
* Vérifier la disponibilité du Directory Service
|
|
21
|
+
* @summary Healthcheck Directory Service
|
|
22
|
+
* @param {*} [options] Override http request option.
|
|
23
|
+
* @throws {RequiredError}
|
|
24
|
+
*/
|
|
25
|
+
directoryHealthcheckProxyApiV1AfnorDirectoryV1HealthcheckGet: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
26
|
+
/**
|
|
27
|
+
* Récupérer les informations d\'une entreprise par son SIREN
|
|
28
|
+
* @summary Récupérer une entreprise
|
|
29
|
+
* @param {string} siren
|
|
30
|
+
* @param {*} [options] Override http request option.
|
|
31
|
+
* @throws {RequiredError}
|
|
32
|
+
*/
|
|
33
|
+
getCompanyProxyApiV1AfnorDirectoryV1CompaniesSirenGet: (siren: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
34
|
+
/**
|
|
35
|
+
* Rechercher des entreprises dans l\'annuaire AFNOR
|
|
36
|
+
* @summary Rechercher des entreprises
|
|
37
|
+
* @param {*} [options] Override http request option.
|
|
38
|
+
* @throws {RequiredError}
|
|
39
|
+
*/
|
|
40
|
+
searchCompaniesProxyApiV1AfnorDirectoryV1CompaniesSearchPost: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
41
|
+
};
|
|
42
|
+
/**
|
|
43
|
+
* AFNORPDPPADirectoryServiceApi - functional programming interface
|
|
44
|
+
*/
|
|
45
|
+
export declare const AFNORPDPPADirectoryServiceApiFp: (configuration?: Configuration) => {
|
|
46
|
+
/**
|
|
47
|
+
* Vérifier la disponibilité du Directory Service
|
|
48
|
+
* @summary Healthcheck Directory Service
|
|
49
|
+
* @param {*} [options] Override http request option.
|
|
50
|
+
* @throws {RequiredError}
|
|
51
|
+
*/
|
|
52
|
+
directoryHealthcheckProxyApiV1AfnorDirectoryV1HealthcheckGet(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
53
|
+
/**
|
|
54
|
+
* Récupérer les informations d\'une entreprise par son SIREN
|
|
55
|
+
* @summary Récupérer une entreprise
|
|
56
|
+
* @param {string} siren
|
|
57
|
+
* @param {*} [options] Override http request option.
|
|
58
|
+
* @throws {RequiredError}
|
|
59
|
+
*/
|
|
60
|
+
getCompanyProxyApiV1AfnorDirectoryV1CompaniesSirenGet(siren: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
61
|
+
/**
|
|
62
|
+
* Rechercher des entreprises dans l\'annuaire AFNOR
|
|
63
|
+
* @summary Rechercher des entreprises
|
|
64
|
+
* @param {*} [options] Override http request option.
|
|
65
|
+
* @throws {RequiredError}
|
|
66
|
+
*/
|
|
67
|
+
searchCompaniesProxyApiV1AfnorDirectoryV1CompaniesSearchPost(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
68
|
+
};
|
|
69
|
+
/**
|
|
70
|
+
* AFNORPDPPADirectoryServiceApi - factory interface
|
|
71
|
+
*/
|
|
72
|
+
export declare const AFNORPDPPADirectoryServiceApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
73
|
+
/**
|
|
74
|
+
* Vérifier la disponibilité du Directory Service
|
|
75
|
+
* @summary Healthcheck Directory Service
|
|
76
|
+
* @param {*} [options] Override http request option.
|
|
77
|
+
* @throws {RequiredError}
|
|
78
|
+
*/
|
|
79
|
+
directoryHealthcheckProxyApiV1AfnorDirectoryV1HealthcheckGet(options?: RawAxiosRequestConfig): AxiosPromise<any>;
|
|
80
|
+
/**
|
|
81
|
+
* Récupérer les informations d\'une entreprise par son SIREN
|
|
82
|
+
* @summary Récupérer une entreprise
|
|
83
|
+
* @param {string} siren
|
|
84
|
+
* @param {*} [options] Override http request option.
|
|
85
|
+
* @throws {RequiredError}
|
|
86
|
+
*/
|
|
87
|
+
getCompanyProxyApiV1AfnorDirectoryV1CompaniesSirenGet(siren: string, options?: RawAxiosRequestConfig): AxiosPromise<any>;
|
|
88
|
+
/**
|
|
89
|
+
* Rechercher des entreprises dans l\'annuaire AFNOR
|
|
90
|
+
* @summary Rechercher des entreprises
|
|
91
|
+
* @param {*} [options] Override http request option.
|
|
92
|
+
* @throws {RequiredError}
|
|
93
|
+
*/
|
|
94
|
+
searchCompaniesProxyApiV1AfnorDirectoryV1CompaniesSearchPost(options?: RawAxiosRequestConfig): AxiosPromise<any>;
|
|
95
|
+
};
|
|
96
|
+
/**
|
|
97
|
+
* AFNORPDPPADirectoryServiceApi - object-oriented interface
|
|
98
|
+
*/
|
|
99
|
+
export declare class AFNORPDPPADirectoryServiceApi extends BaseAPI {
|
|
100
|
+
/**
|
|
101
|
+
* Vérifier la disponibilité du Directory Service
|
|
102
|
+
* @summary Healthcheck Directory Service
|
|
103
|
+
* @param {*} [options] Override http request option.
|
|
104
|
+
* @throws {RequiredError}
|
|
105
|
+
*/
|
|
106
|
+
directoryHealthcheckProxyApiV1AfnorDirectoryV1HealthcheckGet(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
107
|
+
/**
|
|
108
|
+
* Récupérer les informations d\'une entreprise par son SIREN
|
|
109
|
+
* @summary Récupérer une entreprise
|
|
110
|
+
* @param {string} siren
|
|
111
|
+
* @param {*} [options] Override http request option.
|
|
112
|
+
* @throws {RequiredError}
|
|
113
|
+
*/
|
|
114
|
+
getCompanyProxyApiV1AfnorDirectoryV1CompaniesSirenGet(siren: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
115
|
+
/**
|
|
116
|
+
* Rechercher des entreprises dans l\'annuaire AFNOR
|
|
117
|
+
* @summary Rechercher des entreprises
|
|
118
|
+
* @param {*} [options] Override http request option.
|
|
119
|
+
* @throws {RequiredError}
|
|
120
|
+
*/
|
|
121
|
+
searchCompaniesProxyApiV1AfnorDirectoryV1CompaniesSearchPost(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
122
|
+
}
|