@factpulse/sdk 3.0.9 → 3.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +282 -8
- package/CHANGELOG.md +3 -3
- package/LICENSE +1 -1
- package/api/afnorpdppaapi.ts +10 -10
- package/api/afnorpdppadirectory-service-api.ts +560 -284
- package/api/afnorpdppaflow-service-api.ts +96 -43
- package/api/chorus-pro-api.ts +12 -10
- package/api/document-conversion-api.ts +34 -122
- package/api/downloads-api.ts +360 -0
- package/api/ereporting-api.ts +927 -0
- package/api/health-api.ts +2 -2
- package/api/invoice-processing-api.ts +158 -68
- package/api/pdfxmlverification-api.ts +64 -32
- package/api/user-api.ts +2 -2
- package/api.ts +4 -2
- package/base.ts +3 -3
- package/common.ts +17 -4
- package/configuration.ts +2 -2
- package/dist/api/afnorpdppaapi.d.ts +10 -10
- package/dist/api/afnorpdppaapi.js +10 -10
- package/dist/api/afnorpdppadirectory-service-api.d.ts +359 -229
- package/dist/api/afnorpdppadirectory-service-api.js +519 -280
- package/dist/api/afnorpdppaflow-service-api.d.ts +54 -33
- package/dist/api/afnorpdppaflow-service-api.js +76 -40
- package/dist/api/chorus-pro-api.d.ts +10 -10
- package/dist/api/chorus-pro-api.js +10 -10
- package/dist/api/document-conversion-api.d.ts +26 -62
- package/dist/api/document-conversion-api.js +32 -113
- package/dist/api/downloads-api.d.ts +170 -0
- package/dist/api/downloads-api.js +356 -0
- package/dist/api/ereporting-api.d.ts +443 -0
- package/dist/api/ereporting-api.js +878 -0
- package/dist/api/health-api.d.ts +2 -2
- package/dist/api/health-api.js +2 -2
- package/dist/api/invoice-processing-api.d.ts +94 -50
- package/dist/api/invoice-processing-api.js +145 -68
- package/dist/api/pdfxmlverification-api.d.ts +42 -26
- package/dist/api/pdfxmlverification-api.js +60 -32
- package/dist/api/user-api.d.ts +2 -2
- package/dist/api/user-api.js +2 -2
- package/dist/api.d.ts +4 -2
- package/dist/api.js +4 -2
- package/dist/base.d.ts +2 -2
- package/dist/base.js +3 -3
- package/dist/common.d.ts +8 -2
- package/dist/common.js +19 -5
- package/dist/configuration.d.ts +2 -2
- package/dist/configuration.js +2 -2
- package/dist/esm/api/afnorpdppaapi.d.ts +10 -10
- package/dist/esm/api/afnorpdppaapi.js +10 -10
- package/dist/esm/api/afnorpdppadirectory-service-api.d.ts +359 -229
- package/dist/esm/api/afnorpdppadirectory-service-api.js +520 -281
- package/dist/esm/api/afnorpdppaflow-service-api.d.ts +54 -33
- package/dist/esm/api/afnorpdppaflow-service-api.js +77 -41
- package/dist/esm/api/chorus-pro-api.d.ts +10 -10
- package/dist/esm/api/chorus-pro-api.js +10 -10
- package/dist/esm/api/document-conversion-api.d.ts +26 -62
- package/dist/esm/api/document-conversion-api.js +32 -113
- package/dist/esm/api/downloads-api.d.ts +170 -0
- package/dist/esm/api/downloads-api.js +346 -0
- package/dist/esm/api/ereporting-api.d.ts +443 -0
- package/dist/esm/api/ereporting-api.js +868 -0
- package/dist/esm/api/health-api.d.ts +2 -2
- package/dist/esm/api/health-api.js +2 -2
- package/dist/esm/api/invoice-processing-api.d.ts +94 -50
- package/dist/esm/api/invoice-processing-api.js +145 -68
- package/dist/esm/api/pdfxmlverification-api.d.ts +42 -26
- package/dist/esm/api/pdfxmlverification-api.js +60 -32
- package/dist/esm/api/user-api.d.ts +2 -2
- package/dist/esm/api/user-api.js +2 -2
- package/dist/esm/api.d.ts +4 -2
- package/dist/esm/api.js +4 -2
- package/dist/esm/base.d.ts +2 -2
- package/dist/esm/base.js +3 -3
- package/dist/esm/common.d.ts +8 -2
- package/dist/esm/common.js +17 -4
- package/dist/esm/configuration.d.ts +2 -2
- package/dist/esm/configuration.js +2 -2
- package/dist/esm/index.d.ts +2 -2
- package/dist/esm/index.js +2 -2
- package/dist/esm/models/accept-language.d.ts +19 -0
- package/dist/esm/models/accept-language.js +20 -0
- package/dist/esm/models/acknowledgment-status.d.ts +2 -2
- package/dist/esm/models/acknowledgment-status.js +2 -2
- package/dist/esm/models/additional-document.d.ts +2 -2
- package/dist/esm/models/additional-document.js +2 -2
- package/dist/esm/models/afnoracknowledgement-detail.d.ts +26 -0
- package/dist/esm/models/afnoracknowledgement-detail.js +17 -0
- package/dist/esm/models/afnoracknowledgement.d.ts +17 -0
- package/dist/esm/models/afnoracknowledgement.js +14 -0
- package/dist/esm/models/afnoraddress-edit.d.ts +44 -0
- package/dist/esm/models/afnoraddress-edit.js +14 -0
- package/dist/esm/models/afnoraddress-patch.d.ts +44 -0
- package/dist/esm/models/afnoraddress-patch.js +14 -0
- package/dist/esm/models/afnoraddress-put.d.ts +44 -0
- package/dist/esm/models/afnoraddress-put.js +14 -0
- package/dist/esm/models/afnoraddress-read.d.ts +48 -0
- package/dist/esm/models/afnoraddress-read.js +14 -0
- package/dist/esm/models/afnoralgorithm.d.ts +19 -0
- package/dist/esm/models/afnoralgorithm.js +20 -0
- package/dist/esm/models/afnorcontains-operator.d.ts +18 -0
- package/dist/esm/models/afnorcontains-operator.js +19 -0
- package/dist/esm/models/afnorcreate-directory-line-body-addressing-information.d.ts +29 -0
- package/dist/esm/models/afnorcreate-directory-line-body-addressing-information.js +14 -0
- package/dist/esm/models/afnorcreate-directory-line-body-period.d.ts +21 -0
- package/dist/esm/models/afnorcreate-directory-line-body-period.js +14 -0
- package/dist/esm/models/afnorcreate-directory-line-body.d.ts +17 -0
- package/dist/esm/models/afnorcreate-directory-line-body.js +14 -0
- package/dist/esm/models/afnorcreate-routing-code-body.d.ts +39 -0
- package/dist/esm/models/afnorcreate-routing-code-body.js +14 -0
- package/dist/esm/models/afnorcredentials.d.ts +2 -2
- package/dist/esm/models/afnorcredentials.js +2 -2
- package/dist/esm/models/afnordestination.d.ts +7 -10
- package/dist/esm/models/afnordestination.js +2 -7
- package/dist/esm/models/afnordiffusion-status.d.ts +19 -0
- package/dist/esm/models/afnordiffusion-status.js +20 -0
- package/dist/esm/models/afnordirectory-line-field.d.ts +23 -0
- package/dist/esm/models/afnordirectory-line-field.js +24 -0
- package/dist/esm/models/afnordirectory-line-payload-history-legal-unit-facility-routing-code-platform.d.ts +17 -0
- package/dist/esm/models/afnordirectory-line-payload-history-legal-unit-facility-routing-code-platform.js +14 -0
- package/dist/esm/models/afnordirectory-line-payload-history-legal-unit-facility-routing-code-routing-code.d.ts +33 -0
- package/dist/esm/models/afnordirectory-line-payload-history-legal-unit-facility-routing-code-routing-code.js +14 -0
- package/dist/esm/models/afnordirectory-line-payload-history-legal-unit-facility-routing-code.d.ts +37 -0
- package/dist/esm/models/afnordirectory-line-payload-history-legal-unit-facility-routing-code.js +14 -0
- package/dist/esm/models/afnordirectory-line-post201-response.d.ts +25 -0
- package/dist/esm/models/afnordirectory-line-post201-response.js +14 -0
- package/dist/esm/models/afnordirectory-line-search-post200-response.d.ts +21 -0
- package/dist/esm/models/afnordirectory-line-search-post200-response.js +14 -0
- package/dist/esm/models/afnorentity-type.d.ts +19 -0
- package/dist/esm/models/afnorentity-type.js +20 -0
- package/dist/esm/models/afnorerror.d.ts +21 -0
- package/dist/esm/models/afnorerror.js +14 -0
- package/dist/esm/models/afnorfacility-administrative-status.d.ts +19 -0
- package/dist/esm/models/afnorfacility-administrative-status.js +20 -0
- package/dist/esm/models/afnorfacility-nature.d.ts +19 -0
- package/dist/esm/models/afnorfacility-nature.js +20 -0
- package/dist/esm/models/afnorfacility-payload-history-ule-b2g-additional-data.d.ts +37 -0
- package/dist/esm/models/afnorfacility-payload-history-ule-b2g-additional-data.js +14 -0
- package/dist/esm/models/afnorfacility-payload-history.d.ts +37 -0
- package/dist/esm/models/afnorfacility-payload-history.js +14 -0
- package/dist/esm/models/afnorfacility-payload-included.d.ts +35 -0
- package/dist/esm/models/afnorfacility-payload-included.js +14 -0
- package/dist/esm/models/afnorfacility-type.d.ts +19 -0
- package/dist/esm/models/afnorfacility-type.js +20 -0
- package/dist/esm/models/afnorflow-ack-status.d.ts +20 -0
- package/dist/esm/models/afnorflow-ack-status.js +21 -0
- package/dist/esm/models/afnorflow-direction.d.ts +19 -0
- package/dist/esm/models/afnorflow-direction.js +20 -0
- package/dist/esm/models/afnorflow-info.d.ts +31 -0
- package/dist/esm/models/afnorflow-info.js +14 -0
- package/dist/esm/models/afnorflow-profile.d.ts +17 -0
- package/dist/esm/models/afnorflow-profile.js +18 -0
- package/dist/esm/models/afnorflow-syntax.d.ts +22 -0
- package/dist/esm/models/afnorflow-syntax.js +23 -0
- package/dist/esm/models/afnorflow-type.d.ts +30 -0
- package/dist/esm/models/afnorflow-type.js +31 -0
- package/dist/esm/models/afnorflow.d.ts +53 -0
- package/dist/esm/models/afnorflow.js +17 -0
- package/dist/esm/models/afnorfull-flow-info.d.ts +17 -0
- package/dist/esm/models/afnorfull-flow-info.js +14 -0
- package/dist/esm/models/afnorhealth-check-response.d.ts +2 -2
- package/dist/esm/models/afnorhealth-check-response.js +2 -2
- package/dist/esm/models/afnorlegal-unit-administrative-status.d.ts +19 -0
- package/dist/esm/models/afnorlegal-unit-administrative-status.js +20 -0
- package/dist/esm/models/afnorlegal-unit-payload-history.d.ts +25 -0
- package/dist/esm/models/afnorlegal-unit-payload-history.js +14 -0
- package/dist/esm/models/afnorlegal-unit-payload-included-no-siren.d.ts +21 -0
- package/dist/esm/models/afnorlegal-unit-payload-included-no-siren.js +14 -0
- package/dist/esm/models/afnorlegal-unit-payload-included.d.ts +25 -0
- package/dist/esm/models/afnorlegal-unit-payload-included.js +14 -0
- package/dist/esm/models/afnorplatform-status.d.ts +19 -0
- package/dist/esm/models/afnorplatform-status.js +20 -0
- package/dist/esm/models/afnorprocessing-rule.d.ts +23 -0
- package/dist/esm/models/afnorprocessing-rule.js +24 -0
- package/dist/esm/models/afnorreason-code-enum.d.ts +32 -0
- package/dist/esm/models/afnorreason-code-enum.js +33 -0
- package/dist/esm/models/afnorreason-code.d.ts +17 -0
- package/dist/esm/models/afnorreason-code.js +14 -0
- package/dist/esm/models/afnorrecipient-platform-type.d.ts +19 -0
- package/dist/esm/models/afnorrecipient-platform-type.js +20 -0
- package/dist/esm/models/afnorresult.d.ts +5 -2
- package/dist/esm/models/afnorresult.js +2 -2
- package/dist/esm/models/afnorrouting-code-administrative-status.d.ts +19 -0
- package/dist/esm/models/afnorrouting-code-administrative-status.js +20 -0
- package/dist/esm/models/afnorrouting-code-field.d.ts +25 -0
- package/dist/esm/models/afnorrouting-code-field.js +26 -0
- package/dist/esm/models/afnorrouting-code-payload-history-legal-unit-facility.d.ts +41 -0
- package/dist/esm/models/afnorrouting-code-payload-history-legal-unit-facility.js +14 -0
- package/dist/esm/models/afnorrouting-code-post201-response.d.ts +25 -0
- package/dist/esm/models/afnorrouting-code-post201-response.js +14 -0
- package/dist/esm/models/afnorrouting-code-search-filters-administrative-status.d.ts +17 -0
- package/dist/esm/models/afnorrouting-code-search-filters-administrative-status.js +14 -0
- package/dist/esm/models/afnorrouting-code-search-filters-routing-code-name.d.ts +19 -0
- package/dist/esm/models/afnorrouting-code-search-filters-routing-code-name.js +14 -0
- package/dist/esm/models/afnorrouting-code-search-filters-routing-identifier.d.ts +19 -0
- package/dist/esm/models/afnorrouting-code-search-filters-routing-identifier.js +14 -0
- package/dist/esm/models/afnorrouting-code-search-filters.d.ts +27 -0
- package/dist/esm/models/afnorrouting-code-search-filters.js +14 -0
- package/dist/esm/models/afnorrouting-code-search-post200-response.d.ts +21 -0
- package/dist/esm/models/afnorrouting-code-search-post200-response.js +14 -0
- package/dist/esm/models/afnorrouting-code-search-sorting-inner.d.ts +20 -0
- package/dist/esm/models/afnorrouting-code-search-sorting-inner.js +14 -0
- package/dist/esm/models/afnorrouting-code-search.d.ts +39 -0
- package/dist/esm/models/afnorrouting-code-search.js +17 -0
- package/dist/esm/models/afnorsearch-directory-line-filters-addressing-identifier.d.ts +19 -0
- package/dist/esm/models/afnorsearch-directory-line-filters-addressing-identifier.js +14 -0
- package/dist/esm/models/afnorsearch-directory-line-filters-addressing-suffix.d.ts +19 -0
- package/dist/esm/models/afnorsearch-directory-line-filters-addressing-suffix.js +14 -0
- package/dist/esm/models/afnorsearch-directory-line-filters.d.ts +23 -0
- package/dist/esm/models/afnorsearch-directory-line-filters.js +14 -0
- package/dist/esm/models/afnorsearch-directory-line-sorting-inner.d.ts +20 -0
- package/dist/esm/models/afnorsearch-directory-line-sorting-inner.js +14 -0
- package/dist/esm/models/afnorsearch-directory-line.d.ts +33 -0
- package/dist/esm/models/afnorsearch-directory-line.js +14 -0
- package/dist/esm/models/afnorsearch-flow-content.d.ts +21 -0
- package/dist/esm/models/afnorsearch-flow-content.js +14 -0
- package/dist/esm/models/afnorsearch-flow-filters.d.ts +30 -0
- package/dist/esm/models/afnorsearch-flow-filters.js +14 -0
- package/dist/esm/models/afnorsearch-flow-params.d.ts +19 -0
- package/dist/esm/models/afnorsearch-flow-params.js +14 -0
- package/dist/esm/models/afnorsearch-siren-filters-administrative-status.d.ts +17 -0
- package/dist/esm/models/afnorsearch-siren-filters-administrative-status.js +14 -0
- package/dist/esm/models/afnorsearch-siren-filters-business-name.d.ts +19 -0
- package/dist/esm/models/afnorsearch-siren-filters-business-name.js +14 -0
- package/dist/esm/models/afnorsearch-siren-filters-entity-type.d.ts +17 -0
- package/dist/esm/models/afnorsearch-siren-filters-entity-type.js +14 -0
- package/dist/esm/models/afnorsearch-siren-filters-siren.d.ts +19 -0
- package/dist/esm/models/afnorsearch-siren-filters-siren.js +14 -0
- package/dist/esm/models/afnorsearch-siren-filters.d.ts +21 -0
- package/dist/esm/models/afnorsearch-siren-filters.js +14 -0
- package/dist/esm/models/afnorsearch-siren-sorting-inner.d.ts +20 -0
- package/dist/esm/models/afnorsearch-siren-sorting-inner.js +14 -0
- package/dist/esm/models/afnorsearch-siren.d.ts +33 -0
- package/dist/esm/models/afnorsearch-siren.js +14 -0
- package/dist/esm/models/afnorsearch-siret-filters-address-lines.d.ts +19 -0
- package/dist/esm/models/afnorsearch-siret-filters-address-lines.js +14 -0
- package/dist/esm/models/afnorsearch-siret-filters-administrative-status.d.ts +17 -0
- package/dist/esm/models/afnorsearch-siret-filters-administrative-status.js +14 -0
- package/dist/esm/models/afnorsearch-siret-filters-country-subdivision.d.ts +19 -0
- package/dist/esm/models/afnorsearch-siret-filters-country-subdivision.js +14 -0
- package/dist/esm/models/afnorsearch-siret-filters-facility-type.d.ts +17 -0
- package/dist/esm/models/afnorsearch-siret-filters-facility-type.js +14 -0
- package/dist/esm/models/afnorsearch-siret-filters-locality.d.ts +19 -0
- package/dist/esm/models/afnorsearch-siret-filters-locality.js +14 -0
- package/dist/esm/models/afnorsearch-siret-filters-name.d.ts +19 -0
- package/dist/esm/models/afnorsearch-siret-filters-name.js +14 -0
- package/dist/esm/models/afnorsearch-siret-filters-postal-code.d.ts +19 -0
- package/dist/esm/models/afnorsearch-siret-filters-postal-code.js +14 -0
- package/dist/esm/models/afnorsearch-siret-filters-siret.d.ts +19 -0
- package/dist/esm/models/afnorsearch-siret-filters-siret.js +14 -0
- package/dist/esm/models/afnorsearch-siret-filters.d.ts +31 -0
- package/dist/esm/models/afnorsearch-siret-filters.js +14 -0
- package/dist/esm/models/afnorsearch-siret-sorting-inner.d.ts +20 -0
- package/dist/esm/models/afnorsearch-siret-sorting-inner.js +14 -0
- package/dist/esm/models/afnorsearch-siret.d.ts +38 -0
- package/dist/esm/models/afnorsearch-siret.js +16 -0
- package/dist/esm/models/afnorsiren-field.d.ts +22 -0
- package/dist/esm/models/afnorsiren-field.js +23 -0
- package/dist/esm/models/afnorsiren-search-post200-response.d.ts +21 -0
- package/dist/esm/models/afnorsiren-search-post200-response.js +14 -0
- package/dist/esm/models/afnorsiret-field.d.ts +31 -0
- package/dist/esm/models/afnorsiret-field.js +32 -0
- package/dist/esm/models/afnorsiret-search-post200-response.d.ts +21 -0
- package/dist/esm/models/afnorsiret-search-post200-response.js +14 -0
- package/dist/esm/models/afnorsorting-order.d.ts +19 -0
- package/dist/esm/models/afnorsorting-order.js +20 -0
- package/dist/esm/models/afnorstrict-operator.d.ts +18 -0
- package/dist/esm/models/afnorstrict-operator.js +19 -0
- package/dist/esm/models/afnorupdate-patch-directory-line-body.d.ts +17 -0
- package/dist/esm/models/afnorupdate-patch-directory-line-body.js +14 -0
- package/dist/esm/models/afnorupdate-patch-routing-code-body.d.ts +25 -0
- package/dist/esm/models/afnorupdate-patch-routing-code-body.js +14 -0
- package/dist/esm/models/afnorupdate-put-routing-code-body.d.ts +25 -0
- package/dist/esm/models/afnorupdate-put-routing-code-body.js +14 -0
- package/dist/esm/models/afnorwebhook-callback-content.d.ts +18 -0
- package/dist/esm/models/afnorwebhook-callback-content.js +14 -0
- package/dist/esm/models/aggregated-payment-input.d.ts +27 -0
- package/dist/esm/models/aggregated-payment-input.js +14 -0
- package/dist/esm/models/aggregated-transaction-input.d.ts +39 -0
- package/dist/esm/models/aggregated-transaction-input.js +14 -0
- package/dist/esm/models/allowance-charge-reason-code.d.ts +55 -0
- package/dist/esm/models/allowance-charge-reason-code.js +56 -0
- package/dist/esm/models/allowance-charge.d.ts +8 -6
- package/dist/esm/models/allowance-charge.js +2 -2
- package/dist/esm/models/allowance-reason-code.d.ts +2 -2
- package/dist/esm/models/allowance-reason-code.js +2 -2
- package/dist/esm/models/allowance-total-amount.d.ts +2 -2
- package/dist/esm/models/allowance-total-amount.js +2 -2
- package/dist/esm/models/amount-due.d.ts +2 -2
- package/dist/esm/models/amount-due.js +2 -2
- package/dist/esm/models/amount.d.ts +3 -3
- package/dist/esm/models/amount.js +2 -2
- package/dist/esm/models/amount1.d.ts +16 -0
- package/dist/esm/models/amount1.js +14 -0
- package/dist/esm/models/apierror.d.ts +2 -2
- package/dist/esm/models/apierror.js +2 -2
- package/dist/esm/models/apiprofile.d.ts +3 -2
- package/dist/esm/models/apiprofile.js +3 -2
- package/dist/esm/models/async-task-status.d.ts +2 -2
- package/dist/esm/models/async-task-status.js +2 -2
- package/dist/esm/models/base-amount.d.ts +2 -2
- package/dist/esm/models/base-amount.js +2 -2
- package/dist/esm/models/bounding-box-schema.d.ts +2 -2
- package/dist/esm/models/bounding-box-schema.js +2 -2
- package/dist/esm/models/buyercountry.d.ts +16 -0
- package/dist/esm/models/buyercountry.js +14 -0
- package/dist/esm/models/celery-status.d.ts +2 -2
- package/dist/esm/models/celery-status.js +2 -2
- package/dist/esm/models/certificate-info-response.d.ts +2 -2
- package/dist/esm/models/certificate-info-response.js +2 -2
- package/dist/esm/models/charge-total-amount.d.ts +2 -2
- package/dist/esm/models/charge-total-amount.js +2 -2
- package/dist/esm/models/{facture-electronique-rest-api-schemas-chorus-pro-chorus-pro-credentials.d.ts → chorus-pro-credentials.d.ts} +3 -3
- package/dist/esm/models/chorus-pro-credentials.js +14 -0
- package/dist/esm/models/chorus-pro-destination.d.ts +2 -2
- package/dist/esm/models/chorus-pro-destination.js +2 -2
- package/dist/esm/models/chorus-pro-result.d.ts +2 -2
- package/dist/esm/models/chorus-pro-result.js +2 -2
- package/dist/esm/models/contact.d.ts +2 -2
- package/dist/esm/models/contact.js +2 -2
- package/dist/esm/models/convert-resume-request.d.ts +2 -2
- package/dist/esm/models/convert-resume-request.js +2 -2
- package/dist/esm/models/convert-success-response.d.ts +2 -2
- package/dist/esm/models/convert-success-response.js +2 -2
- package/dist/esm/models/convert-validation-failed-response.d.ts +17 -2
- package/dist/esm/models/convert-validation-failed-response.js +2 -2
- package/dist/esm/models/country-code.d.ts +187 -0
- package/dist/esm/models/country-code.js +188 -0
- package/dist/esm/models/create-aggregated-report-request.d.ts +44 -0
- package/dist/esm/models/create-aggregated-report-request.js +14 -0
- package/dist/esm/models/create-ereporting-request.d.ts +49 -0
- package/dist/esm/models/create-ereporting-request.js +14 -0
- package/dist/esm/models/currency-code.d.ts +70 -0
- package/dist/esm/models/currency-code.js +71 -0
- package/dist/esm/models/currency.d.ts +16 -0
- package/dist/esm/models/currency.js +14 -0
- package/dist/esm/models/delivery-party.d.ts +2 -2
- package/dist/esm/models/delivery-party.js +2 -2
- package/dist/esm/models/destination.d.ts +2 -2
- package/dist/esm/models/destination.js +2 -2
- package/dist/esm/models/directory-line-include.d.ts +21 -0
- package/dist/esm/models/directory-line-include.js +22 -0
- package/dist/esm/models/doc-type.d.ts +21 -0
- package/dist/esm/models/doc-type.js +22 -0
- package/dist/esm/models/document-type-info.d.ts +2 -2
- package/dist/esm/models/document-type-info.js +2 -2
- package/dist/esm/models/electronic-address.d.ts +8 -2
- package/dist/esm/models/electronic-address.js +2 -2
- package/dist/esm/models/enriched-invoice-info.d.ts +20 -2
- package/dist/esm/models/enriched-invoice-info.js +2 -2
- package/dist/esm/models/ereporting-flow-type.d.ts +21 -0
- package/dist/esm/models/ereporting-flow-type.js +22 -0
- package/dist/esm/models/error-level.d.ts +2 -2
- package/dist/esm/models/error-level.js +2 -2
- package/dist/esm/models/error-source.d.ts +2 -2
- package/dist/esm/models/error-source.js +2 -2
- package/dist/esm/models/extraction-info.d.ts +2 -2
- package/dist/esm/models/extraction-info.js +2 -2
- package/dist/esm/models/factur-xinvoice.d.ts +2 -2
- package/dist/esm/models/factur-xinvoice.js +2 -2
- package/dist/esm/models/factur-xpdfinfo.d.ts +2 -2
- package/dist/esm/models/factur-xpdfinfo.js +2 -2
- package/dist/esm/models/facture-electronique-models-invoice-type-code.d.ts +81 -0
- package/dist/esm/models/facture-electronique-models-invoice-type-code.js +82 -0
- package/dist/esm/models/facture-electronique-rest-api-schemas-convert-validation-error.d.ts +33 -0
- package/dist/esm/models/facture-electronique-rest-api-schemas-convert-validation-error.js +14 -0
- package/dist/esm/models/facture-electronique-rest-api-schemas-processing-chorus-pro-credentials.d.ts +2 -2
- package/dist/esm/models/facture-electronique-rest-api-schemas-processing-chorus-pro-credentials.js +2 -2
- package/dist/esm/models/field-status.d.ts +2 -2
- package/dist/esm/models/field-status.js +2 -2
- package/dist/esm/models/file-info.d.ts +2 -2
- package/dist/esm/models/file-info.js +2 -2
- package/dist/esm/models/files-info.d.ts +2 -2
- package/dist/esm/models/files-info.js +2 -2
- package/dist/esm/models/flow-direction.d.ts +2 -2
- package/dist/esm/models/flow-direction.js +2 -2
- package/dist/esm/models/flow-profile.d.ts +2 -2
- package/dist/esm/models/flow-profile.js +2 -2
- package/dist/esm/models/flow-summary.d.ts +8 -2
- package/dist/esm/models/flow-summary.js +2 -2
- package/dist/esm/models/flow-syntax.d.ts +2 -2
- package/dist/esm/models/flow-syntax.js +2 -2
- package/dist/esm/models/flow-type.d.ts +12 -4
- package/dist/esm/models/flow-type.js +12 -4
- package/dist/esm/models/generate-aggregated-report-response.d.ts +46 -0
- package/dist/esm/models/generate-aggregated-report-response.js +14 -0
- package/dist/esm/models/generate-certificate-request.d.ts +2 -2
- package/dist/esm/models/generate-certificate-request.js +2 -2
- package/dist/esm/models/generate-certificate-response.d.ts +2 -2
- package/dist/esm/models/generate-certificate-response.js +2 -2
- package/dist/esm/models/generate-ereporting-response.d.ts +36 -0
- package/dist/esm/models/generate-ereporting-response.js +14 -0
- package/dist/esm/models/get-chorus-pro-id-request.d.ts +4 -4
- package/dist/esm/models/get-chorus-pro-id-request.js +2 -2
- package/dist/esm/models/get-chorus-pro-id-response.d.ts +2 -2
- package/dist/esm/models/get-chorus-pro-id-response.js +2 -2
- package/dist/esm/models/get-invoice-request.d.ts +4 -4
- package/dist/esm/models/get-invoice-request.js +2 -2
- package/dist/esm/models/get-invoice-response.d.ts +8 -2
- package/dist/esm/models/get-invoice-response.js +2 -2
- package/dist/esm/models/get-structure-request.d.ts +4 -4
- package/dist/esm/models/get-structure-request.js +2 -2
- package/dist/esm/models/get-structure-response.d.ts +8 -2
- package/dist/esm/models/get-structure-response.js +2 -2
- package/dist/esm/models/global-allowance-amount.d.ts +2 -2
- package/dist/esm/models/global-allowance-amount.js +2 -2
- package/dist/esm/models/gross-unit-price.d.ts +2 -2
- package/dist/esm/models/gross-unit-price.js +2 -2
- package/dist/esm/models/httpvalidation-error.d.ts +2 -2
- package/dist/esm/models/httpvalidation-error.js +2 -2
- package/dist/esm/models/incoming-invoice.d.ts +4 -4
- package/dist/esm/models/incoming-invoice.js +2 -2
- package/dist/esm/models/incoming-supplier.d.ts +2 -2
- package/dist/esm/models/incoming-supplier.js +2 -2
- package/dist/esm/models/index.d.ts +139 -4
- package/dist/esm/models/index.js +139 -4
- package/dist/esm/models/invoice-format.d.ts +2 -2
- package/dist/esm/models/invoice-format.js +2 -2
- package/dist/esm/models/invoice-input.d.ts +54 -0
- package/dist/esm/models/invoice-input.js +14 -0
- package/dist/esm/models/invoice-line-allowance-amount.d.ts +2 -2
- package/dist/esm/models/invoice-line-allowance-amount.js +2 -2
- package/dist/esm/models/invoice-line.d.ts +5 -2
- package/dist/esm/models/invoice-line.js +2 -2
- package/dist/esm/models/invoice-note.d.ts +5 -2
- package/dist/esm/models/invoice-note.js +2 -2
- package/dist/esm/models/invoice-payment-input.d.ts +35 -0
- package/dist/esm/models/invoice-payment-input.js +14 -0
- package/dist/esm/models/invoice-references.d.ts +2 -2
- package/dist/esm/models/invoice-references.js +2 -2
- package/dist/esm/models/invoice-status.d.ts +2 -2
- package/dist/esm/models/invoice-status.js +2 -2
- package/dist/esm/models/invoice-totals-prepayment.d.ts +2 -2
- package/dist/esm/models/invoice-totals-prepayment.js +2 -2
- package/dist/esm/models/invoice-totals.d.ts +2 -2
- package/dist/esm/models/invoice-totals.js +2 -2
- package/dist/esm/models/invoice-type-code-output.d.ts +81 -0
- package/dist/esm/models/invoice-type-code-output.js +82 -0
- package/dist/esm/models/invoice-type-code.d.ts +8 -67
- package/dist/esm/models/invoice-type-code.js +8 -67
- package/dist/esm/models/invoicing-framework-code.d.ts +2 -2
- package/dist/esm/models/invoicing-framework-code.js +2 -2
- package/dist/esm/models/invoicing-framework.d.ts +5 -2
- package/dist/esm/models/invoicing-framework.js +2 -2
- package/dist/esm/models/line-net-amount.d.ts +2 -2
- package/dist/esm/models/line-net-amount.js +2 -2
- package/dist/esm/models/line-sub-type.d.ts +20 -0
- package/dist/esm/models/line-sub-type.js +21 -0
- package/dist/esm/models/line-total-amount.d.ts +2 -2
- package/dist/esm/models/line-total-amount.js +2 -2
- package/dist/esm/models/location-inner.d.ts +13 -0
- package/dist/esm/models/location-inner.js +14 -0
- package/dist/esm/models/mandatory-note-schema.d.ts +2 -2
- package/dist/esm/models/mandatory-note-schema.js +2 -2
- package/dist/esm/models/manual-rate.d.ts +2 -2
- package/dist/esm/models/manual-rate.js +2 -2
- package/dist/esm/models/manual-vat-rate.d.ts +2 -2
- package/dist/esm/models/manual-vat-rate.js +2 -2
- package/dist/esm/models/missing-field.d.ts +2 -2
- package/dist/esm/models/missing-field.js +2 -2
- package/dist/esm/models/operation-nature.d.ts +2 -2
- package/dist/esm/models/operation-nature.js +2 -2
- package/dist/esm/models/output-format.d.ts +2 -2
- package/dist/esm/models/output-format.js +2 -2
- package/dist/esm/models/page-dimensions-schema.d.ts +2 -2
- package/dist/esm/models/page-dimensions-schema.js +2 -2
- package/dist/esm/models/payee.d.ts +2 -2
- package/dist/esm/models/payee.js +2 -2
- package/dist/esm/models/payment-amount-by-rate.d.ts +20 -0
- package/dist/esm/models/payment-amount-by-rate.js +14 -0
- package/dist/esm/models/payment-card.d.ts +2 -2
- package/dist/esm/models/payment-card.js +2 -2
- package/dist/esm/models/payment-means.d.ts +2 -2
- package/dist/esm/models/payment-means.js +2 -2
- package/dist/esm/models/pdfvalidation-result-api.d.ts +2 -2
- package/dist/esm/models/pdfvalidation-result-api.js +2 -2
- package/dist/esm/models/pdpcredentials.d.ts +2 -2
- package/dist/esm/models/pdpcredentials.js +2 -2
- package/dist/esm/models/percentage.d.ts +2 -2
- package/dist/esm/models/percentage.js +2 -2
- package/dist/esm/models/postal-address.d.ts +2 -2
- package/dist/esm/models/postal-address.js +2 -2
- package/dist/esm/models/price-allowance-amount.d.ts +2 -2
- package/dist/esm/models/price-allowance-amount.js +2 -2
- package/dist/esm/models/price-basis-quantity.d.ts +2 -2
- package/dist/esm/models/price-basis-quantity.js +2 -2
- package/dist/esm/models/processing-options.d.ts +2 -2
- package/dist/esm/models/processing-options.js +2 -2
- package/dist/esm/models/processing-rule.d.ts +23 -0
- package/dist/esm/models/processing-rule.js +24 -0
- package/dist/esm/models/product-characteristic.d.ts +2 -2
- package/dist/esm/models/product-characteristic.js +2 -2
- package/dist/esm/models/product-classification.d.ts +2 -2
- package/dist/esm/models/product-classification.js +2 -2
- package/dist/esm/models/quantity.d.ts +2 -2
- package/dist/esm/models/quantity.js +2 -2
- package/dist/esm/models/rate.d.ts +16 -0
- package/dist/esm/models/rate.js +14 -0
- package/dist/esm/models/rate1.d.ts +16 -0
- package/dist/esm/models/rate1.js +14 -0
- package/dist/esm/models/recipient.d.ts +2 -2
- package/dist/esm/models/recipient.js +2 -2
- package/dist/esm/models/report-period.d.ts +24 -0
- package/dist/esm/models/report-period.js +14 -0
- package/dist/esm/models/report-sender.d.ts +25 -0
- package/dist/esm/models/report-sender.js +14 -0
- package/dist/esm/models/rounding-amount.d.ts +2 -2
- package/dist/esm/models/rounding-amount.js +2 -2
- package/dist/esm/models/routing-code-include.d.ts +19 -0
- package/dist/esm/models/routing-code-include.js +20 -0
- package/dist/esm/models/scheme-id.d.ts +30 -2
- package/dist/esm/models/scheme-id.js +31 -3
- package/dist/esm/models/search-flow-request.d.ts +2 -2
- package/dist/esm/models/search-flow-request.js +2 -2
- package/dist/esm/models/search-flow-response.d.ts +2 -2
- package/dist/esm/models/search-flow-response.js +2 -2
- package/dist/esm/models/search-services-response.d.ts +11 -2
- package/dist/esm/models/search-services-response.js +2 -2
- package/dist/esm/models/search-structure-request.d.ts +4 -4
- package/dist/esm/models/search-structure-request.js +2 -2
- package/dist/esm/models/search-structure-response.d.ts +2 -2
- package/dist/esm/models/search-structure-response.js +2 -2
- package/dist/esm/models/sellercountry.d.ts +16 -0
- package/dist/esm/models/sellercountry.js +14 -0
- package/dist/esm/models/signature-info-api.d.ts +2 -2
- package/dist/esm/models/signature-info-api.js +2 -2
- package/dist/esm/models/signature-info.d.ts +2 -2
- package/dist/esm/models/signature-info.js +2 -2
- package/dist/esm/models/signature-parameters.d.ts +2 -2
- package/dist/esm/models/signature-parameters.js +2 -2
- package/dist/esm/models/simplified-invoice-data.d.ts +12 -2
- package/dist/esm/models/simplified-invoice-data.js +2 -2
- package/dist/esm/models/siret-include.d.ts +18 -0
- package/dist/esm/models/siret-include.js +19 -0
- package/dist/esm/models/structure-info.d.ts +2 -2
- package/dist/esm/models/structure-info.js +2 -2
- package/dist/esm/models/structure-parameters.d.ts +2 -2
- package/dist/esm/models/structure-parameters.js +2 -2
- package/dist/esm/models/structure-service.d.ts +2 -2
- package/dist/esm/models/structure-service.js +2 -2
- package/dist/esm/models/submission-mode.d.ts +2 -2
- package/dist/esm/models/submission-mode.js +2 -2
- package/dist/esm/models/submit-aggregated-report-request.d.ts +26 -0
- package/dist/esm/models/submit-aggregated-report-request.js +14 -0
- package/dist/esm/models/submit-complete-invoice-request.d.ts +2 -2
- package/dist/esm/models/submit-complete-invoice-request.js +2 -2
- package/dist/esm/models/submit-complete-invoice-response.d.ts +2 -2
- package/dist/esm/models/submit-complete-invoice-response.js +2 -2
- package/dist/esm/models/submit-ereporting-request.d.ts +26 -0
- package/dist/esm/models/submit-ereporting-request.js +14 -0
- package/dist/esm/models/submit-ereporting-response.d.ts +41 -0
- package/dist/esm/models/submit-ereporting-response.js +14 -0
- package/dist/esm/models/submit-flow-request.d.ts +2 -2
- package/dist/esm/models/submit-flow-request.js +2 -2
- package/dist/esm/models/submit-flow-response.d.ts +2 -2
- package/dist/esm/models/submit-flow-response.js +2 -2
- package/dist/esm/models/submit-gross-amount.d.ts +2 -2
- package/dist/esm/models/submit-gross-amount.js +2 -2
- package/dist/esm/models/submit-invoice-request.d.ts +4 -4
- package/dist/esm/models/submit-invoice-request.js +2 -2
- package/dist/esm/models/submit-invoice-response.d.ts +2 -2
- package/dist/esm/models/submit-invoice-response.js +2 -2
- package/dist/esm/models/submit-net-amount.d.ts +2 -2
- package/dist/esm/models/submit-net-amount.js +2 -2
- package/dist/esm/models/submit-vat-amount.d.ts +2 -2
- package/dist/esm/models/submit-vat-amount.js +2 -2
- package/dist/esm/models/supplementary-attachment.d.ts +17 -2
- package/dist/esm/models/supplementary-attachment.js +2 -2
- package/dist/esm/models/supplier.d.ts +2 -2
- package/dist/esm/models/supplier.js +2 -2
- package/dist/esm/models/task-response.d.ts +2 -2
- package/dist/esm/models/task-response.js +2 -2
- package/dist/esm/models/tax-breakdown-input.d.ts +22 -0
- package/dist/esm/models/tax-breakdown-input.js +14 -0
- package/dist/esm/models/tax-due-date-type.d.ts +23 -0
- package/dist/esm/models/tax-due-date-type.js +24 -0
- package/dist/esm/models/tax-representative.d.ts +2 -2
- package/dist/esm/models/tax-representative.js +2 -2
- package/dist/esm/models/taxable-amount.d.ts +2 -2
- package/dist/esm/models/taxable-amount.js +2 -2
- package/dist/esm/models/taxableamount.d.ts +16 -0
- package/dist/esm/models/taxableamount.js +14 -0
- package/dist/esm/models/taxamount.d.ts +16 -0
- package/dist/esm/models/taxamount.js +14 -0
- package/dist/esm/models/taxamount1.d.ts +16 -0
- package/dist/esm/models/taxamount1.js +14 -0
- package/dist/esm/models/taxamount2.d.ts +16 -0
- package/dist/esm/models/taxamount2.js +14 -0
- package/dist/esm/models/taxexclusiveamount.d.ts +16 -0
- package/dist/esm/models/taxexclusiveamount.js +14 -0
- package/dist/esm/models/taxexclusiveamount1.d.ts +16 -0
- package/dist/esm/models/taxexclusiveamount1.js +14 -0
- package/dist/esm/models/total-gross-amount.d.ts +2 -2
- package/dist/esm/models/total-gross-amount.js +2 -2
- package/dist/esm/models/total-net-amount.d.ts +2 -2
- package/dist/esm/models/total-net-amount.js +2 -2
- package/dist/esm/models/total-vatamount.d.ts +2 -2
- package/dist/esm/models/total-vatamount.js +2 -2
- package/dist/esm/models/transaction-category.d.ts +21 -0
- package/dist/esm/models/transaction-category.js +22 -0
- package/dist/esm/models/transmission-type-code.d.ts +19 -0
- package/dist/esm/models/transmission-type-code.js +20 -0
- package/dist/esm/models/unit-net-price.d.ts +2 -2
- package/dist/esm/models/unit-net-price.js +2 -2
- package/dist/esm/models/unit-of-measure.d.ts +2 -2
- package/dist/esm/models/unit-of-measure.js +2 -2
- package/dist/esm/models/validate-ereporting-request.d.ts +21 -0
- package/dist/esm/models/validate-ereporting-request.js +14 -0
- package/dist/esm/models/validate-ereporting-response.d.ts +41 -0
- package/dist/esm/models/validate-ereporting-response.js +14 -0
- package/dist/esm/models/validation-error-detail.d.ts +2 -2
- package/dist/esm/models/validation-error-detail.js +2 -2
- package/dist/esm/models/validation-error-response.d.ts +2 -2
- package/dist/esm/models/validation-error-response.js +2 -2
- package/dist/esm/models/validation-error.d.ts +4 -4
- package/dist/esm/models/validation-error.js +2 -2
- package/dist/esm/models/validation-info.d.ts +4 -4
- package/dist/esm/models/validation-info.js +2 -2
- package/dist/esm/models/validation-success-response.d.ts +2 -2
- package/dist/esm/models/validation-success-response.js +2 -2
- package/dist/esm/models/vat-rate.d.ts +2 -2
- package/dist/esm/models/vat-rate.js +2 -2
- package/dist/esm/models/vataccounting-code.d.ts +2 -2
- package/dist/esm/models/vataccounting-code.js +2 -2
- package/dist/esm/models/vatamount.d.ts +2 -2
- package/dist/esm/models/vatamount.js +2 -2
- package/dist/esm/models/vatcategory.d.ts +2 -2
- package/dist/esm/models/vatcategory.js +2 -2
- package/dist/esm/models/vatline.d.ts +2 -2
- package/dist/esm/models/vatline.js +2 -2
- package/dist/esm/models/vatpoint-date-code.d.ts +2 -2
- package/dist/esm/models/vatpoint-date-code.js +2 -2
- package/dist/esm/models/verification-success-response.d.ts +2 -2
- package/dist/esm/models/verification-success-response.js +2 -2
- package/dist/esm/models/verified-field-schema.d.ts +2 -2
- package/dist/esm/models/verified-field-schema.js +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +2 -2
- package/dist/models/accept-language.d.ts +19 -0
- package/dist/models/accept-language.js +23 -0
- package/dist/models/acknowledgment-status.d.ts +2 -2
- package/dist/models/acknowledgment-status.js +2 -2
- package/dist/models/additional-document.d.ts +2 -2
- package/dist/models/additional-document.js +2 -2
- package/dist/models/afnoracknowledgement-detail.d.ts +26 -0
- package/dist/models/afnoracknowledgement-detail.js +20 -0
- package/dist/models/afnoracknowledgement.d.ts +17 -0
- package/dist/models/afnoracknowledgement.js +15 -0
- package/dist/models/afnoraddress-edit.d.ts +44 -0
- package/dist/models/afnoraddress-edit.js +15 -0
- package/dist/models/afnoraddress-patch.d.ts +44 -0
- package/dist/models/afnoraddress-patch.js +15 -0
- package/dist/models/afnoraddress-put.d.ts +44 -0
- package/dist/models/afnoraddress-put.js +15 -0
- package/dist/models/afnoraddress-read.d.ts +48 -0
- package/dist/models/afnoraddress-read.js +15 -0
- package/dist/models/afnoralgorithm.d.ts +19 -0
- package/dist/models/afnoralgorithm.js +23 -0
- package/dist/models/afnorcontains-operator.d.ts +18 -0
- package/dist/models/afnorcontains-operator.js +22 -0
- package/dist/models/afnorcreate-directory-line-body-addressing-information.d.ts +29 -0
- package/dist/models/afnorcreate-directory-line-body-addressing-information.js +15 -0
- package/dist/models/afnorcreate-directory-line-body-period.d.ts +21 -0
- package/dist/models/afnorcreate-directory-line-body-period.js +15 -0
- package/dist/models/afnorcreate-directory-line-body.d.ts +17 -0
- package/dist/models/afnorcreate-directory-line-body.js +15 -0
- package/dist/models/afnorcreate-routing-code-body.d.ts +39 -0
- package/dist/models/afnorcreate-routing-code-body.js +15 -0
- package/dist/models/afnorcredentials.d.ts +2 -2
- package/dist/models/afnorcredentials.js +2 -2
- package/dist/models/afnordestination.d.ts +7 -10
- package/dist/models/afnordestination.js +3 -8
- package/dist/models/afnordiffusion-status.d.ts +19 -0
- package/dist/models/afnordiffusion-status.js +23 -0
- package/dist/models/afnordirectory-line-field.d.ts +23 -0
- package/dist/models/afnordirectory-line-field.js +27 -0
- package/dist/models/afnordirectory-line-payload-history-legal-unit-facility-routing-code-platform.d.ts +17 -0
- package/dist/models/afnordirectory-line-payload-history-legal-unit-facility-routing-code-platform.js +15 -0
- package/dist/models/afnordirectory-line-payload-history-legal-unit-facility-routing-code-routing-code.d.ts +33 -0
- package/dist/models/afnordirectory-line-payload-history-legal-unit-facility-routing-code-routing-code.js +15 -0
- package/dist/models/afnordirectory-line-payload-history-legal-unit-facility-routing-code.d.ts +37 -0
- package/dist/models/afnordirectory-line-payload-history-legal-unit-facility-routing-code.js +15 -0
- package/dist/models/afnordirectory-line-post201-response.d.ts +25 -0
- package/dist/models/afnordirectory-line-post201-response.js +15 -0
- package/dist/models/afnordirectory-line-search-post200-response.d.ts +21 -0
- package/dist/models/afnordirectory-line-search-post200-response.js +15 -0
- package/dist/models/afnorentity-type.d.ts +19 -0
- package/dist/models/afnorentity-type.js +23 -0
- package/dist/models/afnorerror.d.ts +21 -0
- package/dist/models/afnorerror.js +15 -0
- package/dist/models/afnorfacility-administrative-status.d.ts +19 -0
- package/dist/models/afnorfacility-administrative-status.js +23 -0
- package/dist/models/afnorfacility-nature.d.ts +19 -0
- package/dist/models/afnorfacility-nature.js +23 -0
- package/dist/models/afnorfacility-payload-history-ule-b2g-additional-data.d.ts +37 -0
- package/dist/models/afnorfacility-payload-history-ule-b2g-additional-data.js +15 -0
- package/dist/models/afnorfacility-payload-history.d.ts +37 -0
- package/dist/models/afnorfacility-payload-history.js +15 -0
- package/dist/models/afnorfacility-payload-included.d.ts +35 -0
- package/dist/models/afnorfacility-payload-included.js +15 -0
- package/dist/models/afnorfacility-type.d.ts +19 -0
- package/dist/models/afnorfacility-type.js +23 -0
- package/dist/models/afnorflow-ack-status.d.ts +20 -0
- package/dist/models/afnorflow-ack-status.js +24 -0
- package/dist/models/afnorflow-direction.d.ts +19 -0
- package/dist/models/afnorflow-direction.js +23 -0
- package/dist/models/afnorflow-info.d.ts +31 -0
- package/dist/models/afnorflow-info.js +15 -0
- package/dist/models/afnorflow-profile.d.ts +17 -0
- package/dist/models/afnorflow-profile.js +21 -0
- package/dist/models/afnorflow-syntax.d.ts +22 -0
- package/dist/models/afnorflow-syntax.js +26 -0
- package/dist/models/afnorflow-type.d.ts +30 -0
- package/dist/models/afnorflow-type.js +34 -0
- package/dist/models/afnorflow.d.ts +53 -0
- package/dist/models/afnorflow.js +20 -0
- package/dist/models/afnorfull-flow-info.d.ts +17 -0
- package/dist/models/afnorfull-flow-info.js +15 -0
- package/dist/models/afnorhealth-check-response.d.ts +2 -2
- package/dist/models/afnorhealth-check-response.js +2 -2
- package/dist/models/afnorlegal-unit-administrative-status.d.ts +19 -0
- package/dist/models/afnorlegal-unit-administrative-status.js +23 -0
- package/dist/models/afnorlegal-unit-payload-history.d.ts +25 -0
- package/dist/models/afnorlegal-unit-payload-history.js +15 -0
- package/dist/models/afnorlegal-unit-payload-included-no-siren.d.ts +21 -0
- package/dist/models/afnorlegal-unit-payload-included-no-siren.js +15 -0
- package/dist/models/afnorlegal-unit-payload-included.d.ts +25 -0
- package/dist/models/afnorlegal-unit-payload-included.js +15 -0
- package/dist/models/afnorplatform-status.d.ts +19 -0
- package/dist/models/afnorplatform-status.js +23 -0
- package/dist/models/afnorprocessing-rule.d.ts +23 -0
- package/dist/models/afnorprocessing-rule.js +27 -0
- package/dist/models/afnorreason-code-enum.d.ts +32 -0
- package/dist/models/afnorreason-code-enum.js +36 -0
- package/dist/models/afnorreason-code.d.ts +17 -0
- package/dist/models/afnorreason-code.js +15 -0
- package/dist/models/afnorrecipient-platform-type.d.ts +19 -0
- package/dist/models/afnorrecipient-platform-type.js +23 -0
- package/dist/models/afnorresult.d.ts +5 -2
- package/dist/models/afnorresult.js +2 -2
- package/dist/models/afnorrouting-code-administrative-status.d.ts +19 -0
- package/dist/models/afnorrouting-code-administrative-status.js +23 -0
- package/dist/models/afnorrouting-code-field.d.ts +25 -0
- package/dist/models/afnorrouting-code-field.js +29 -0
- package/dist/models/afnorrouting-code-payload-history-legal-unit-facility.d.ts +41 -0
- package/dist/models/afnorrouting-code-payload-history-legal-unit-facility.js +15 -0
- package/dist/models/afnorrouting-code-post201-response.d.ts +25 -0
- package/dist/models/afnorrouting-code-post201-response.js +15 -0
- package/dist/models/afnorrouting-code-search-filters-administrative-status.d.ts +17 -0
- package/dist/models/afnorrouting-code-search-filters-administrative-status.js +15 -0
- package/dist/models/afnorrouting-code-search-filters-routing-code-name.d.ts +19 -0
- package/dist/models/afnorrouting-code-search-filters-routing-code-name.js +15 -0
- package/dist/models/afnorrouting-code-search-filters-routing-identifier.d.ts +19 -0
- package/dist/models/afnorrouting-code-search-filters-routing-identifier.js +15 -0
- package/dist/models/afnorrouting-code-search-filters.d.ts +27 -0
- package/dist/models/afnorrouting-code-search-filters.js +15 -0
- package/dist/models/afnorrouting-code-search-post200-response.d.ts +21 -0
- package/dist/models/afnorrouting-code-search-post200-response.js +15 -0
- package/dist/models/afnorrouting-code-search-sorting-inner.d.ts +20 -0
- package/dist/models/afnorrouting-code-search-sorting-inner.js +15 -0
- package/dist/models/afnorrouting-code-search.d.ts +39 -0
- package/dist/models/afnorrouting-code-search.js +20 -0
- package/dist/models/afnorsearch-directory-line-filters-addressing-identifier.d.ts +19 -0
- package/dist/models/afnorsearch-directory-line-filters-addressing-identifier.js +15 -0
- package/dist/models/afnorsearch-directory-line-filters-addressing-suffix.d.ts +19 -0
- package/dist/models/afnorsearch-directory-line-filters-addressing-suffix.js +15 -0
- package/dist/models/afnorsearch-directory-line-filters.d.ts +23 -0
- package/dist/models/afnorsearch-directory-line-filters.js +15 -0
- package/dist/models/afnorsearch-directory-line-sorting-inner.d.ts +20 -0
- package/dist/models/afnorsearch-directory-line-sorting-inner.js +15 -0
- package/dist/models/afnorsearch-directory-line.d.ts +33 -0
- package/dist/models/afnorsearch-directory-line.js +15 -0
- package/dist/models/afnorsearch-flow-content.d.ts +21 -0
- package/dist/models/afnorsearch-flow-content.js +15 -0
- package/dist/models/afnorsearch-flow-filters.d.ts +30 -0
- package/dist/models/afnorsearch-flow-filters.js +15 -0
- package/dist/models/afnorsearch-flow-params.d.ts +19 -0
- package/dist/models/afnorsearch-flow-params.js +15 -0
- package/dist/models/afnorsearch-siren-filters-administrative-status.d.ts +17 -0
- package/dist/models/afnorsearch-siren-filters-administrative-status.js +15 -0
- package/dist/models/afnorsearch-siren-filters-business-name.d.ts +19 -0
- package/dist/models/afnorsearch-siren-filters-business-name.js +15 -0
- package/dist/models/afnorsearch-siren-filters-entity-type.d.ts +17 -0
- package/dist/models/afnorsearch-siren-filters-entity-type.js +15 -0
- package/dist/models/afnorsearch-siren-filters-siren.d.ts +19 -0
- package/dist/models/afnorsearch-siren-filters-siren.js +15 -0
- package/dist/models/afnorsearch-siren-filters.d.ts +21 -0
- package/dist/models/afnorsearch-siren-filters.js +15 -0
- package/dist/models/afnorsearch-siren-sorting-inner.d.ts +20 -0
- package/dist/models/afnorsearch-siren-sorting-inner.js +15 -0
- package/dist/models/afnorsearch-siren.d.ts +33 -0
- package/dist/models/afnorsearch-siren.js +15 -0
- package/dist/models/afnorsearch-siret-filters-address-lines.d.ts +19 -0
- package/dist/models/afnorsearch-siret-filters-address-lines.js +15 -0
- package/dist/models/afnorsearch-siret-filters-administrative-status.d.ts +17 -0
- package/dist/models/afnorsearch-siret-filters-administrative-status.js +15 -0
- package/dist/models/afnorsearch-siret-filters-country-subdivision.d.ts +19 -0
- package/dist/models/afnorsearch-siret-filters-country-subdivision.js +15 -0
- package/dist/models/afnorsearch-siret-filters-facility-type.d.ts +17 -0
- package/dist/models/afnorsearch-siret-filters-facility-type.js +15 -0
- package/dist/models/afnorsearch-siret-filters-locality.d.ts +19 -0
- package/dist/models/afnorsearch-siret-filters-locality.js +15 -0
- package/dist/models/afnorsearch-siret-filters-name.d.ts +19 -0
- package/dist/models/afnorsearch-siret-filters-name.js +15 -0
- package/dist/models/afnorsearch-siret-filters-postal-code.d.ts +19 -0
- package/dist/models/afnorsearch-siret-filters-postal-code.js +15 -0
- package/dist/models/afnorsearch-siret-filters-siret.d.ts +19 -0
- package/dist/models/afnorsearch-siret-filters-siret.js +15 -0
- package/dist/models/afnorsearch-siret-filters.d.ts +31 -0
- package/dist/models/afnorsearch-siret-filters.js +15 -0
- package/dist/models/afnorsearch-siret-sorting-inner.d.ts +20 -0
- package/dist/models/afnorsearch-siret-sorting-inner.js +15 -0
- package/dist/models/afnorsearch-siret.d.ts +38 -0
- package/dist/models/afnorsearch-siret.js +19 -0
- package/dist/models/afnorsiren-field.d.ts +22 -0
- package/dist/models/afnorsiren-field.js +26 -0
- package/dist/models/afnorsiren-search-post200-response.d.ts +21 -0
- package/dist/models/afnorsiren-search-post200-response.js +15 -0
- package/dist/models/afnorsiret-field.d.ts +31 -0
- package/dist/models/afnorsiret-field.js +35 -0
- package/dist/models/afnorsiret-search-post200-response.d.ts +21 -0
- package/dist/models/afnorsiret-search-post200-response.js +15 -0
- package/dist/models/afnorsorting-order.d.ts +19 -0
- package/dist/models/afnorsorting-order.js +23 -0
- package/dist/models/afnorstrict-operator.d.ts +18 -0
- package/dist/models/afnorstrict-operator.js +22 -0
- package/dist/models/afnorupdate-patch-directory-line-body.d.ts +17 -0
- package/dist/models/afnorupdate-patch-directory-line-body.js +15 -0
- package/dist/models/afnorupdate-patch-routing-code-body.d.ts +25 -0
- package/dist/models/afnorupdate-patch-routing-code-body.js +15 -0
- package/dist/models/afnorupdate-put-routing-code-body.d.ts +25 -0
- package/dist/models/afnorupdate-put-routing-code-body.js +15 -0
- package/dist/models/afnorwebhook-callback-content.d.ts +18 -0
- package/dist/models/afnorwebhook-callback-content.js +15 -0
- package/dist/models/aggregated-payment-input.d.ts +27 -0
- package/dist/models/aggregated-payment-input.js +15 -0
- package/dist/models/aggregated-transaction-input.d.ts +39 -0
- package/dist/models/aggregated-transaction-input.js +15 -0
- package/dist/models/allowance-charge-reason-code.d.ts +55 -0
- package/dist/models/allowance-charge-reason-code.js +59 -0
- package/dist/models/allowance-charge.d.ts +8 -6
- package/dist/models/allowance-charge.js +2 -2
- package/dist/models/allowance-reason-code.d.ts +2 -2
- package/dist/models/allowance-reason-code.js +2 -2
- package/dist/models/allowance-total-amount.d.ts +2 -2
- package/dist/models/allowance-total-amount.js +2 -2
- package/dist/models/amount-due.d.ts +2 -2
- package/dist/models/amount-due.js +2 -2
- package/dist/models/amount.d.ts +3 -3
- package/dist/models/amount.js +2 -2
- package/dist/models/amount1.d.ts +16 -0
- package/dist/models/amount1.js +15 -0
- package/dist/models/apierror.d.ts +2 -2
- package/dist/models/apierror.js +2 -2
- package/dist/models/apiprofile.d.ts +3 -2
- package/dist/models/apiprofile.js +3 -2
- package/dist/models/async-task-status.d.ts +2 -2
- package/dist/models/async-task-status.js +2 -2
- package/dist/models/base-amount.d.ts +2 -2
- package/dist/models/base-amount.js +2 -2
- package/dist/models/bounding-box-schema.d.ts +2 -2
- package/dist/models/bounding-box-schema.js +2 -2
- package/dist/models/buyercountry.d.ts +16 -0
- package/dist/models/buyercountry.js +15 -0
- package/dist/models/celery-status.d.ts +2 -2
- package/dist/models/celery-status.js +2 -2
- package/dist/models/certificate-info-response.d.ts +2 -2
- package/dist/models/certificate-info-response.js +2 -2
- package/dist/models/charge-total-amount.d.ts +2 -2
- package/dist/models/charge-total-amount.js +2 -2
- package/dist/models/{facture-electronique-rest-api-schemas-chorus-pro-chorus-pro-credentials.d.ts → chorus-pro-credentials.d.ts} +3 -3
- package/dist/models/chorus-pro-credentials.js +15 -0
- package/dist/models/chorus-pro-destination.d.ts +2 -2
- package/dist/models/chorus-pro-destination.js +2 -2
- package/dist/models/chorus-pro-result.d.ts +2 -2
- package/dist/models/chorus-pro-result.js +2 -2
- package/dist/models/contact.d.ts +2 -2
- package/dist/models/contact.js +2 -2
- package/dist/models/convert-resume-request.d.ts +2 -2
- package/dist/models/convert-resume-request.js +2 -2
- package/dist/models/convert-success-response.d.ts +2 -2
- package/dist/models/convert-success-response.js +2 -2
- package/dist/models/convert-validation-failed-response.d.ts +17 -2
- package/dist/models/convert-validation-failed-response.js +2 -2
- package/dist/models/country-code.d.ts +187 -0
- package/dist/models/country-code.js +191 -0
- package/dist/models/create-aggregated-report-request.d.ts +44 -0
- package/dist/models/create-aggregated-report-request.js +15 -0
- package/dist/models/create-ereporting-request.d.ts +49 -0
- package/dist/models/create-ereporting-request.js +15 -0
- package/dist/models/currency-code.d.ts +70 -0
- package/dist/models/currency-code.js +74 -0
- package/dist/models/currency.d.ts +16 -0
- package/dist/models/currency.js +15 -0
- package/dist/models/delivery-party.d.ts +2 -2
- package/dist/models/delivery-party.js +2 -2
- package/dist/models/destination.d.ts +2 -2
- package/dist/models/destination.js +2 -2
- package/dist/models/directory-line-include.d.ts +21 -0
- package/dist/models/directory-line-include.js +25 -0
- package/dist/models/doc-type.d.ts +21 -0
- package/dist/models/doc-type.js +25 -0
- package/dist/models/document-type-info.d.ts +2 -2
- package/dist/models/document-type-info.js +2 -2
- package/dist/models/electronic-address.d.ts +8 -2
- package/dist/models/electronic-address.js +2 -2
- package/dist/models/enriched-invoice-info.d.ts +20 -2
- package/dist/models/enriched-invoice-info.js +2 -2
- package/dist/models/ereporting-flow-type.d.ts +21 -0
- package/dist/models/ereporting-flow-type.js +25 -0
- package/dist/models/error-level.d.ts +2 -2
- package/dist/models/error-level.js +2 -2
- package/dist/models/error-source.d.ts +2 -2
- package/dist/models/error-source.js +2 -2
- package/dist/models/extraction-info.d.ts +2 -2
- package/dist/models/extraction-info.js +2 -2
- package/dist/models/factur-xinvoice.d.ts +2 -2
- package/dist/models/factur-xinvoice.js +2 -2
- package/dist/models/factur-xpdfinfo.d.ts +2 -2
- package/dist/models/factur-xpdfinfo.js +2 -2
- package/dist/models/facture-electronique-models-invoice-type-code.d.ts +81 -0
- package/dist/models/facture-electronique-models-invoice-type-code.js +85 -0
- package/dist/models/facture-electronique-rest-api-schemas-convert-validation-error.d.ts +33 -0
- package/dist/models/facture-electronique-rest-api-schemas-convert-validation-error.js +15 -0
- package/dist/models/facture-electronique-rest-api-schemas-processing-chorus-pro-credentials.d.ts +2 -2
- package/dist/models/facture-electronique-rest-api-schemas-processing-chorus-pro-credentials.js +2 -2
- package/dist/models/field-status.d.ts +2 -2
- package/dist/models/field-status.js +2 -2
- package/dist/models/file-info.d.ts +2 -2
- package/dist/models/file-info.js +2 -2
- package/dist/models/files-info.d.ts +2 -2
- package/dist/models/files-info.js +2 -2
- package/dist/models/flow-direction.d.ts +2 -2
- package/dist/models/flow-direction.js +2 -2
- package/dist/models/flow-profile.d.ts +2 -2
- package/dist/models/flow-profile.js +2 -2
- package/dist/models/flow-summary.d.ts +8 -2
- package/dist/models/flow-summary.js +2 -2
- package/dist/models/flow-syntax.d.ts +2 -2
- package/dist/models/flow-syntax.js +2 -2
- package/dist/models/flow-type.d.ts +12 -4
- package/dist/models/flow-type.js +12 -4
- package/dist/models/generate-aggregated-report-response.d.ts +46 -0
- package/dist/models/generate-aggregated-report-response.js +15 -0
- package/dist/models/generate-certificate-request.d.ts +2 -2
- package/dist/models/generate-certificate-request.js +2 -2
- package/dist/models/generate-certificate-response.d.ts +2 -2
- package/dist/models/generate-certificate-response.js +2 -2
- package/dist/models/generate-ereporting-response.d.ts +36 -0
- package/dist/models/generate-ereporting-response.js +15 -0
- package/dist/models/get-chorus-pro-id-request.d.ts +4 -4
- package/dist/models/get-chorus-pro-id-request.js +2 -2
- package/dist/models/get-chorus-pro-id-response.d.ts +2 -2
- package/dist/models/get-chorus-pro-id-response.js +2 -2
- package/dist/models/get-invoice-request.d.ts +4 -4
- package/dist/models/get-invoice-request.js +2 -2
- package/dist/models/get-invoice-response.d.ts +8 -2
- package/dist/models/get-invoice-response.js +2 -2
- package/dist/models/get-structure-request.d.ts +4 -4
- package/dist/models/get-structure-request.js +2 -2
- package/dist/models/get-structure-response.d.ts +8 -2
- package/dist/models/get-structure-response.js +2 -2
- package/dist/models/global-allowance-amount.d.ts +2 -2
- package/dist/models/global-allowance-amount.js +2 -2
- package/dist/models/gross-unit-price.d.ts +2 -2
- package/dist/models/gross-unit-price.js +2 -2
- package/dist/models/httpvalidation-error.d.ts +2 -2
- package/dist/models/httpvalidation-error.js +2 -2
- package/dist/models/incoming-invoice.d.ts +4 -4
- package/dist/models/incoming-invoice.js +2 -2
- package/dist/models/incoming-supplier.d.ts +2 -2
- package/dist/models/incoming-supplier.js +2 -2
- package/dist/models/index.d.ts +139 -4
- package/dist/models/index.js +139 -4
- package/dist/models/invoice-format.d.ts +2 -2
- package/dist/models/invoice-format.js +2 -2
- package/dist/models/invoice-input.d.ts +54 -0
- package/dist/models/invoice-input.js +15 -0
- package/dist/models/invoice-line-allowance-amount.d.ts +2 -2
- package/dist/models/invoice-line-allowance-amount.js +2 -2
- package/dist/models/invoice-line.d.ts +5 -2
- package/dist/models/invoice-line.js +2 -2
- package/dist/models/invoice-note.d.ts +5 -2
- package/dist/models/invoice-note.js +2 -2
- package/dist/models/invoice-payment-input.d.ts +35 -0
- package/dist/models/invoice-payment-input.js +15 -0
- package/dist/models/invoice-references.d.ts +2 -2
- package/dist/models/invoice-references.js +2 -2
- package/dist/models/invoice-status.d.ts +2 -2
- package/dist/models/invoice-status.js +2 -2
- package/dist/models/invoice-totals-prepayment.d.ts +2 -2
- package/dist/models/invoice-totals-prepayment.js +2 -2
- package/dist/models/invoice-totals.d.ts +2 -2
- package/dist/models/invoice-totals.js +2 -2
- package/dist/models/invoice-type-code-output.d.ts +81 -0
- package/dist/models/invoice-type-code-output.js +85 -0
- package/dist/models/invoice-type-code.d.ts +8 -67
- package/dist/models/invoice-type-code.js +8 -67
- package/dist/models/invoicing-framework-code.d.ts +2 -2
- package/dist/models/invoicing-framework-code.js +2 -2
- package/dist/models/invoicing-framework.d.ts +5 -2
- package/dist/models/invoicing-framework.js +2 -2
- package/dist/models/line-net-amount.d.ts +2 -2
- package/dist/models/line-net-amount.js +2 -2
- package/dist/models/line-sub-type.d.ts +20 -0
- package/dist/models/line-sub-type.js +24 -0
- package/dist/models/line-total-amount.d.ts +2 -2
- package/dist/models/line-total-amount.js +2 -2
- package/dist/models/location-inner.d.ts +13 -0
- package/dist/models/location-inner.js +15 -0
- package/dist/models/mandatory-note-schema.d.ts +2 -2
- package/dist/models/mandatory-note-schema.js +2 -2
- package/dist/models/manual-rate.d.ts +2 -2
- package/dist/models/manual-rate.js +2 -2
- package/dist/models/manual-vat-rate.d.ts +2 -2
- package/dist/models/manual-vat-rate.js +2 -2
- package/dist/models/missing-field.d.ts +2 -2
- package/dist/models/missing-field.js +2 -2
- package/dist/models/operation-nature.d.ts +2 -2
- package/dist/models/operation-nature.js +2 -2
- package/dist/models/output-format.d.ts +2 -2
- package/dist/models/output-format.js +2 -2
- package/dist/models/page-dimensions-schema.d.ts +2 -2
- package/dist/models/page-dimensions-schema.js +2 -2
- package/dist/models/payee.d.ts +2 -2
- package/dist/models/payee.js +2 -2
- package/dist/models/payment-amount-by-rate.d.ts +20 -0
- package/dist/models/payment-amount-by-rate.js +15 -0
- package/dist/models/payment-card.d.ts +2 -2
- package/dist/models/payment-card.js +2 -2
- package/dist/models/payment-means.d.ts +2 -2
- package/dist/models/payment-means.js +2 -2
- package/dist/models/pdfvalidation-result-api.d.ts +2 -2
- package/dist/models/pdfvalidation-result-api.js +2 -2
- package/dist/models/pdpcredentials.d.ts +2 -2
- package/dist/models/pdpcredentials.js +2 -2
- package/dist/models/percentage.d.ts +2 -2
- package/dist/models/percentage.js +2 -2
- package/dist/models/postal-address.d.ts +2 -2
- package/dist/models/postal-address.js +2 -2
- package/dist/models/price-allowance-amount.d.ts +2 -2
- package/dist/models/price-allowance-amount.js +2 -2
- package/dist/models/price-basis-quantity.d.ts +2 -2
- package/dist/models/price-basis-quantity.js +2 -2
- package/dist/models/processing-options.d.ts +2 -2
- package/dist/models/processing-options.js +2 -2
- package/dist/models/processing-rule.d.ts +23 -0
- package/dist/models/processing-rule.js +27 -0
- package/dist/models/product-characteristic.d.ts +2 -2
- package/dist/models/product-characteristic.js +2 -2
- package/dist/models/product-classification.d.ts +2 -2
- package/dist/models/product-classification.js +2 -2
- package/dist/models/quantity.d.ts +2 -2
- package/dist/models/quantity.js +2 -2
- package/dist/models/rate.d.ts +16 -0
- package/dist/models/rate.js +15 -0
- package/dist/models/rate1.d.ts +16 -0
- package/dist/models/rate1.js +15 -0
- package/dist/models/recipient.d.ts +2 -2
- package/dist/models/recipient.js +2 -2
- package/dist/models/report-period.d.ts +24 -0
- package/dist/models/report-period.js +15 -0
- package/dist/models/report-sender.d.ts +25 -0
- package/dist/models/report-sender.js +15 -0
- package/dist/models/rounding-amount.d.ts +2 -2
- package/dist/models/rounding-amount.js +2 -2
- package/dist/models/routing-code-include.d.ts +19 -0
- package/dist/models/routing-code-include.js +23 -0
- package/dist/models/scheme-id.d.ts +30 -2
- package/dist/models/scheme-id.js +31 -3
- package/dist/models/search-flow-request.d.ts +2 -2
- package/dist/models/search-flow-request.js +2 -2
- package/dist/models/search-flow-response.d.ts +2 -2
- package/dist/models/search-flow-response.js +2 -2
- package/dist/models/search-services-response.d.ts +11 -2
- package/dist/models/search-services-response.js +2 -2
- package/dist/models/search-structure-request.d.ts +4 -4
- package/dist/models/search-structure-request.js +2 -2
- package/dist/models/search-structure-response.d.ts +2 -2
- package/dist/models/search-structure-response.js +2 -2
- package/dist/models/sellercountry.d.ts +16 -0
- package/dist/models/sellercountry.js +15 -0
- package/dist/models/signature-info-api.d.ts +2 -2
- package/dist/models/signature-info-api.js +2 -2
- package/dist/models/signature-info.d.ts +2 -2
- package/dist/models/signature-info.js +2 -2
- package/dist/models/signature-parameters.d.ts +2 -2
- package/dist/models/signature-parameters.js +2 -2
- package/dist/models/simplified-invoice-data.d.ts +12 -2
- package/dist/models/simplified-invoice-data.js +2 -2
- package/dist/models/siret-include.d.ts +18 -0
- package/dist/models/siret-include.js +22 -0
- package/dist/models/structure-info.d.ts +2 -2
- package/dist/models/structure-info.js +2 -2
- package/dist/models/structure-parameters.d.ts +2 -2
- package/dist/models/structure-parameters.js +2 -2
- package/dist/models/structure-service.d.ts +2 -2
- package/dist/models/structure-service.js +2 -2
- package/dist/models/submission-mode.d.ts +2 -2
- package/dist/models/submission-mode.js +2 -2
- package/dist/models/submit-aggregated-report-request.d.ts +26 -0
- package/dist/models/submit-aggregated-report-request.js +15 -0
- package/dist/models/submit-complete-invoice-request.d.ts +2 -2
- package/dist/models/submit-complete-invoice-request.js +2 -2
- package/dist/models/submit-complete-invoice-response.d.ts +2 -2
- package/dist/models/submit-complete-invoice-response.js +2 -2
- package/dist/models/submit-ereporting-request.d.ts +26 -0
- package/dist/models/submit-ereporting-request.js +15 -0
- package/dist/models/submit-ereporting-response.d.ts +41 -0
- package/dist/models/submit-ereporting-response.js +15 -0
- package/dist/models/submit-flow-request.d.ts +2 -2
- package/dist/models/submit-flow-request.js +2 -2
- package/dist/models/submit-flow-response.d.ts +2 -2
- package/dist/models/submit-flow-response.js +2 -2
- package/dist/models/submit-gross-amount.d.ts +2 -2
- package/dist/models/submit-gross-amount.js +2 -2
- package/dist/models/submit-invoice-request.d.ts +4 -4
- package/dist/models/submit-invoice-request.js +2 -2
- package/dist/models/submit-invoice-response.d.ts +2 -2
- package/dist/models/submit-invoice-response.js +2 -2
- package/dist/models/submit-net-amount.d.ts +2 -2
- package/dist/models/submit-net-amount.js +2 -2
- package/dist/models/submit-vat-amount.d.ts +2 -2
- package/dist/models/submit-vat-amount.js +2 -2
- package/dist/models/supplementary-attachment.d.ts +17 -2
- package/dist/models/supplementary-attachment.js +2 -2
- package/dist/models/supplier.d.ts +2 -2
- package/dist/models/supplier.js +2 -2
- package/dist/models/task-response.d.ts +2 -2
- package/dist/models/task-response.js +2 -2
- package/dist/models/tax-breakdown-input.d.ts +22 -0
- package/dist/models/tax-breakdown-input.js +15 -0
- package/dist/models/tax-due-date-type.d.ts +23 -0
- package/dist/models/tax-due-date-type.js +27 -0
- package/dist/models/tax-representative.d.ts +2 -2
- package/dist/models/tax-representative.js +2 -2
- package/dist/models/taxable-amount.d.ts +2 -2
- package/dist/models/taxable-amount.js +2 -2
- package/dist/models/taxableamount.d.ts +16 -0
- package/dist/models/taxableamount.js +15 -0
- package/dist/models/taxamount.d.ts +16 -0
- package/dist/models/taxamount.js +15 -0
- package/dist/models/taxamount1.d.ts +16 -0
- package/dist/models/taxamount1.js +15 -0
- package/dist/models/taxamount2.d.ts +16 -0
- package/dist/models/taxamount2.js +15 -0
- package/dist/models/taxexclusiveamount.d.ts +16 -0
- package/dist/models/taxexclusiveamount.js +15 -0
- package/dist/models/taxexclusiveamount1.d.ts +16 -0
- package/dist/models/taxexclusiveamount1.js +15 -0
- package/dist/models/total-gross-amount.d.ts +2 -2
- package/dist/models/total-gross-amount.js +2 -2
- package/dist/models/total-net-amount.d.ts +2 -2
- package/dist/models/total-net-amount.js +2 -2
- package/dist/models/total-vatamount.d.ts +2 -2
- package/dist/models/total-vatamount.js +2 -2
- package/dist/models/transaction-category.d.ts +21 -0
- package/dist/models/transaction-category.js +25 -0
- package/dist/models/transmission-type-code.d.ts +19 -0
- package/dist/models/transmission-type-code.js +23 -0
- package/dist/models/unit-net-price.d.ts +2 -2
- package/dist/models/unit-net-price.js +2 -2
- package/dist/models/unit-of-measure.d.ts +2 -2
- package/dist/models/unit-of-measure.js +2 -2
- package/dist/models/validate-ereporting-request.d.ts +21 -0
- package/dist/models/validate-ereporting-request.js +15 -0
- package/dist/models/validate-ereporting-response.d.ts +41 -0
- package/dist/models/validate-ereporting-response.js +15 -0
- package/dist/models/validation-error-detail.d.ts +2 -2
- package/dist/models/validation-error-detail.js +2 -2
- package/dist/models/validation-error-response.d.ts +2 -2
- package/dist/models/validation-error-response.js +2 -2
- package/dist/models/validation-error.d.ts +4 -4
- package/dist/models/validation-error.js +2 -2
- package/dist/models/validation-info.d.ts +4 -4
- package/dist/models/validation-info.js +2 -2
- package/dist/models/validation-success-response.d.ts +2 -2
- package/dist/models/validation-success-response.js +2 -2
- package/dist/models/vat-rate.d.ts +2 -2
- package/dist/models/vat-rate.js +2 -2
- package/dist/models/vataccounting-code.d.ts +2 -2
- package/dist/models/vataccounting-code.js +2 -2
- package/dist/models/vatamount.d.ts +2 -2
- package/dist/models/vatamount.js +2 -2
- package/dist/models/vatcategory.d.ts +2 -2
- package/dist/models/vatcategory.js +2 -2
- package/dist/models/vatline.d.ts +2 -2
- package/dist/models/vatline.js +2 -2
- package/dist/models/vatpoint-date-code.d.ts +2 -2
- package/dist/models/vatpoint-date-code.js +2 -2
- package/dist/models/verification-success-response.d.ts +2 -2
- package/dist/models/verification-success-response.js +2 -2
- package/dist/models/verified-field-schema.d.ts +2 -2
- package/dist/models/verified-field-schema.js +2 -2
- package/docs/AFNORAcknowledgement.md +22 -0
- package/docs/AFNORAcknowledgementDetail.md +26 -0
- package/docs/AFNORAddressEdit.md +33 -0
- package/docs/AFNORAddressPatch.md +33 -0
- package/docs/AFNORAddressPut.md +33 -0
- package/docs/AFNORAddressRead.md +35 -0
- package/docs/AFNORAlgorithm.md +16 -0
- package/docs/AFNORContainsOperator.md +9 -0
- package/docs/AFNORCreateDirectoryLineBody.md +22 -0
- package/docs/AFNORCreateDirectoryLineBodyAddressingInformation.md +26 -0
- package/docs/AFNORCreateDirectoryLineBodyPeriod.md +22 -0
- package/docs/AFNORCreateRoutingCodeBody.md +34 -0
- package/docs/AFNORDestination.md +3 -1
- package/docs/AFNORDiffusionStatus.md +11 -0
- package/docs/AFNORDirectoryLineField.md +19 -0
- package/docs/AFNORDirectoryLinePayloadHistoryLegalUnitFacilityRoutingCode.md +34 -0
- package/docs/AFNORDirectoryLinePayloadHistoryLegalUnitFacilityRoutingCodePlatform.md +22 -0
- package/docs/AFNORDirectoryLinePayloadHistoryLegalUnitFacilityRoutingCodeRoutingCode.md +30 -0
- package/docs/AFNORDirectoryLinePost201Response.md +24 -0
- package/docs/AFNORDirectoryLineSearchPost200Response.md +24 -0
- package/docs/AFNOREntityType.md +11 -0
- package/docs/AFNORError.md +28 -0
- package/docs/AFNORFacilityAdministrativeStatus.md +11 -0
- package/docs/AFNORFacilityNature.md +11 -0
- package/docs/AFNORFacilityPayloadHistory.md +36 -0
- package/docs/AFNORFacilityPayloadHistoryUleB2gAdditionalData.md +30 -0
- package/docs/AFNORFacilityPayloadIncluded.md +34 -0
- package/docs/AFNORFacilityType.md +11 -0
- package/docs/AFNORFlow.md +41 -0
- package/docs/AFNORFlowAckStatus.md +13 -0
- package/docs/AFNORFlowDirection.md +11 -0
- package/docs/AFNORFlowInfo.md +31 -0
- package/docs/AFNORFlowProfile.md +12 -0
- package/docs/AFNORFlowSyntax.md +17 -0
- package/docs/AFNORFlowType.md +33 -0
- package/docs/AFNORFullFlowInfo.md +35 -0
- package/docs/AFNORLegalUnitAdministrativeStatus.md +11 -0
- package/docs/AFNORLegalUnitPayloadHistory.md +26 -0
- package/docs/AFNORLegalUnitPayloadIncluded.md +26 -0
- package/docs/AFNORLegalUnitPayloadIncludedNoSiren.md +24 -0
- package/docs/AFNORPDPPAApi.md +5 -5
- package/docs/AFNORPDPPADirectoryServiceApi.md +426 -171
- package/docs/AFNORPDPPAFlowServiceApi.md +72 -38
- package/docs/AFNORPlatformStatus.md +11 -0
- package/docs/AFNORProcessingRule.md +19 -0
- package/docs/AFNORReasonCode.md +19 -0
- package/docs/AFNORReasonCodeEnum.md +37 -0
- package/docs/AFNORRecipientPlatformType.md +11 -0
- package/docs/AFNORResult.md +6 -0
- package/docs/AFNORRoutingCodeAdministrativeStatus.md +11 -0
- package/docs/AFNORRoutingCodeField.md +23 -0
- package/docs/AFNORRoutingCodePayloadHistoryLegalUnitFacility.md +36 -0
- package/docs/AFNORRoutingCodePost201Response.md +24 -0
- package/docs/AFNORRoutingCodeSearch.md +30 -0
- package/docs/AFNORRoutingCodeSearchFilters.md +32 -0
- package/docs/AFNORRoutingCodeSearchFiltersAdministrativeStatus.md +22 -0
- package/docs/AFNORRoutingCodeSearchFiltersRoutingCodeName.md +22 -0
- package/docs/AFNORRoutingCodeSearchFiltersRoutingIdentifier.md +22 -0
- package/docs/AFNORRoutingCodeSearchPost200Response.md +24 -0
- package/docs/AFNORRoutingCodeSearchSortingInner.md +23 -0
- package/docs/AFNORSearchDirectoryLine.md +28 -0
- package/docs/AFNORSearchDirectoryLineFilters.md +28 -0
- package/docs/AFNORSearchDirectoryLineFiltersAddressingIdentifier.md +22 -0
- package/docs/AFNORSearchDirectoryLineFiltersAddressingSuffix.md +22 -0
- package/docs/AFNORSearchDirectoryLineSortingInner.md +23 -0
- package/docs/AFNORSearchFlowContent.md +25 -0
- package/docs/AFNORSearchFlowFilters.md +33 -0
- package/docs/AFNORSearchFlowParams.md +22 -0
- package/docs/AFNORSearchSiren.md +28 -0
- package/docs/AFNORSearchSirenFilters.md +26 -0
- package/docs/AFNORSearchSirenFiltersAdministrativeStatus.md +22 -0
- package/docs/AFNORSearchSirenFiltersBusinessName.md +22 -0
- package/docs/AFNORSearchSirenFiltersEntityType.md +22 -0
- package/docs/AFNORSearchSirenFiltersSiren.md +22 -0
- package/docs/AFNORSearchSirenSortingInner.md +23 -0
- package/docs/AFNORSearchSiret.md +30 -0
- package/docs/AFNORSearchSiretFilters.md +36 -0
- package/docs/AFNORSearchSiretFiltersAddressLines.md +22 -0
- package/docs/AFNORSearchSiretFiltersAdministrativeStatus.md +22 -0
- package/docs/AFNORSearchSiretFiltersCountrySubdivision.md +22 -0
- package/docs/AFNORSearchSiretFiltersFacilityType.md +22 -0
- package/docs/AFNORSearchSiretFiltersLocality.md +22 -0
- package/docs/AFNORSearchSiretFiltersName.md +22 -0
- package/docs/AFNORSearchSiretFiltersPostalCode.md +22 -0
- package/docs/AFNORSearchSiretFiltersSiret.md +22 -0
- package/docs/AFNORSearchSiretSortingInner.md +23 -0
- package/docs/AFNORSirenField.md +17 -0
- package/docs/AFNORSirenSearchPost200Response.md +24 -0
- package/docs/AFNORSiretField.md +35 -0
- package/docs/AFNORSiretSearchPost200Response.md +24 -0
- package/docs/AFNORSortingOrder.md +11 -0
- package/docs/AFNORStrictOperator.md +9 -0
- package/docs/AFNORUpdatePatchDirectoryLineBody.md +20 -0
- package/docs/AFNORUpdatePatchRoutingCodeBody.md +26 -0
- package/docs/AFNORUpdatePutRoutingCodeBody.md +26 -0
- package/docs/AFNORWebhookCallbackContent.md +21 -0
- package/docs/APIProfile.md +2 -0
- package/docs/AcceptLanguage.md +11 -0
- package/docs/AggregatedPaymentInput.md +25 -0
- package/docs/AggregatedTransactionInput.md +35 -0
- package/docs/AllowanceCharge.md +3 -3
- package/docs/AllowanceChargeReasonCode.md +83 -0
- package/docs/Amount.md +1 -1
- package/docs/{ValidationErrorLocInner.md → Amount1.md} +4 -3
- package/docs/Buyercountry.md +19 -0
- package/docs/ChorusProApi.md +20 -3
- package/docs/{FactureElectroniqueRestApiSchemasChorusProChorusProCredentials.md → ChorusProCredentials.md} +3 -3
- package/docs/ConvertValidationFailedResponse.md +5 -5
- package/docs/CountryCode.md +347 -0
- package/docs/CreateAggregatedReportRequest.md +37 -0
- package/docs/CreateEReportingRequest.md +39 -0
- package/docs/Currency.md +19 -0
- package/docs/CurrencyCode.md +113 -0
- package/docs/Destination.md +3 -1
- package/docs/DirectoryLineInclude.md +15 -0
- package/docs/DocType.md +15 -0
- package/docs/DocumentConversionApi.md +17 -71
- package/docs/DownloadsApi.md +237 -0
- package/docs/EReportingApi.md +638 -0
- package/docs/EReportingFlowType.md +15 -0
- package/docs/ElectronicAddress.md +2 -2
- package/docs/EnrichedInvoiceInfo.md +6 -6
- package/docs/FactureElectroniqueModelsInvoiceTypeCode.md +39 -0
- package/docs/FactureElectroniqueRestApiSchemasConvertValidationError.md +35 -0
- package/docs/FlowSummary.md +2 -2
- package/docs/FlowType.md +18 -2
- package/docs/GenerateAggregatedReportResponse.md +33 -0
- package/docs/GenerateEReportingResponse.md +29 -0
- package/docs/GetChorusProIdRequest.md +1 -1
- package/docs/GetInvoiceRequest.md +1 -1
- package/docs/GetInvoiceResponse.md +2 -2
- package/docs/GetStructureRequest.md +1 -1
- package/docs/GetStructureResponse.md +2 -2
- package/docs/HealthApi.md +3 -1
- package/docs/IncomingInvoice.md +1 -1
- package/docs/InvoiceInput.md +51 -0
- package/docs/InvoiceLine.md +4 -0
- package/docs/InvoiceNote.md +1 -1
- package/docs/InvoicePaymentInput.md +29 -0
- package/docs/InvoiceProcessingApi.md +56 -14
- package/docs/InvoiceTypeCode.md +6 -28
- package/docs/InvoiceTypeCodeOutput.md +39 -0
- package/docs/InvoicingFramework.md +1 -1
- package/docs/LineSubType.md +13 -0
- package/docs/LocationInner.md +18 -0
- package/docs/PDFXMLVerificationApi.md +27 -9
- package/docs/PaymentAmountByRate.md +23 -0
- package/docs/ProcessingRule.md +19 -0
- package/docs/Rate.md +19 -0
- package/docs/Rate1.md +19 -0
- package/docs/ReportPeriod.md +23 -0
- package/docs/ReportSender.md +25 -0
- package/docs/RoutingCodeInclude.md +11 -0
- package/docs/SchemeID.md +14 -0
- package/docs/SearchServicesResponse.md +3 -3
- package/docs/SearchStructureRequest.md +1 -1
- package/docs/Sellercountry.md +19 -0
- package/docs/SimplifiedInvoiceData.md +8 -0
- package/docs/SiretInclude.md +9 -0
- package/docs/SubmitAggregatedReportRequest.md +31 -0
- package/docs/SubmitEReportingRequest.md +31 -0
- package/docs/SubmitEReportingResponse.md +35 -0
- package/docs/SubmitInvoiceRequest.md +1 -1
- package/docs/SupplementaryAttachment.md +5 -5
- package/docs/TaxBreakdownInput.md +25 -0
- package/docs/TaxDueDateType.md +19 -0
- package/docs/Taxableamount.md +19 -0
- package/docs/Taxamount.md +19 -0
- package/docs/Taxamount1.md +19 -0
- package/docs/Taxamount2.md +19 -0
- package/docs/Taxexclusiveamount.md +19 -0
- package/docs/Taxexclusiveamount1.md +19 -0
- package/docs/TransactionCategory.md +15 -0
- package/docs/TransmissionTypeCode.md +11 -0
- package/docs/UserApi.md +2 -1
- package/docs/ValidateEReportingRequest.md +21 -0
- package/docs/ValidateEReportingResponse.md +31 -0
- package/docs/ValidationError.md +1 -1
- package/docs/ValidationInfo.md +1 -1
- package/index.ts +2 -2
- package/models/accept-language.ts +29 -0
- package/models/acknowledgment-status.ts +2 -2
- package/models/additional-document.ts +2 -2
- package/models/afnoracknowledgement-detail.ts +37 -0
- package/models/afnoracknowledgement.ts +29 -0
- package/models/afnoraddress-edit.ts +50 -0
- package/models/afnoraddress-patch.ts +50 -0
- package/models/afnoraddress-put.ts +50 -0
- package/models/afnoraddress-read.ts +54 -0
- package/models/afnoralgorithm.ts +29 -0
- package/models/afnorcontains-operator.ts +28 -0
- package/models/afnorcreate-directory-line-body-addressing-information.ts +35 -0
- package/models/afnorcreate-directory-line-body-period.ts +27 -0
- package/models/afnorcreate-directory-line-body.ts +27 -0
- package/models/afnorcreate-routing-code-body.ts +53 -0
- package/models/afnorcredentials.ts +2 -2
- package/models/afnordestination.ts +11 -11
- package/models/afnordiffusion-status.ts +29 -0
- package/models/afnordirectory-line-field.ts +33 -0
- package/models/afnordirectory-line-payload-history-legal-unit-facility-routing-code-platform.ts +29 -0
- package/models/afnordirectory-line-payload-history-legal-unit-facility-routing-code-routing-code.ts +45 -0
- package/models/afnordirectory-line-payload-history-legal-unit-facility-routing-code.ts +51 -0
- package/models/afnordirectory-line-post201-response.ts +31 -0
- package/models/afnordirectory-line-search-post200-response.ts +31 -0
- package/models/afnorentity-type.ts +29 -0
- package/models/afnorerror.ts +27 -0
- package/models/afnorfacility-administrative-status.ts +29 -0
- package/models/afnorfacility-nature.ts +29 -0
- package/models/afnorfacility-payload-history-ule-b2g-additional-data.ts +43 -0
- package/models/afnorfacility-payload-history.ts +57 -0
- package/models/afnorfacility-payload-included.ts +53 -0
- package/models/afnorfacility-type.ts +29 -0
- package/models/afnorflow-ack-status.ts +30 -0
- package/models/afnorflow-direction.ts +29 -0
- package/models/afnorflow-info.ts +45 -0
- package/models/afnorflow-profile.ts +27 -0
- package/models/afnorflow-syntax.ts +32 -0
- package/models/afnorflow-type.ts +40 -0
- package/models/afnorflow.ts +74 -0
- package/models/afnorfull-flow-info.ts +35 -0
- package/models/afnorhealth-check-response.ts +2 -2
- package/models/afnorlegal-unit-administrative-status.ts +29 -0
- package/models/afnorlegal-unit-payload-history.ts +37 -0
- package/models/afnorlegal-unit-payload-included-no-siren.ts +33 -0
- package/models/afnorlegal-unit-payload-included.ts +37 -0
- package/models/afnorplatform-status.ts +29 -0
- package/models/afnorprocessing-rule.ts +33 -0
- package/models/afnorreason-code-enum.ts +42 -0
- package/models/afnorreason-code.ts +26 -0
- package/models/afnorrecipient-platform-type.ts +29 -0
- package/models/afnorresult.ts +5 -2
- package/models/afnorrouting-code-administrative-status.ts +29 -0
- package/models/afnorrouting-code-field.ts +35 -0
- package/models/afnorrouting-code-payload-history-legal-unit-facility.ts +57 -0
- package/models/afnorrouting-code-post201-response.ts +31 -0
- package/models/afnorrouting-code-search-filters-administrative-status.ts +29 -0
- package/models/afnorrouting-code-search-filters-routing-code-name.ts +29 -0
- package/models/afnorrouting-code-search-filters-routing-identifier.ts +29 -0
- package/models/afnorrouting-code-search-filters.ts +47 -0
- package/models/afnorrouting-code-search-post200-response.ts +31 -0
- package/models/afnorrouting-code-search-sorting-inner.ts +32 -0
- package/models/afnorrouting-code-search.ts +54 -0
- package/models/afnorsearch-directory-line-filters-addressing-identifier.ts +29 -0
- package/models/afnorsearch-directory-line-filters-addressing-suffix.ts +29 -0
- package/models/afnorsearch-directory-line-filters.ts +39 -0
- package/models/afnorsearch-directory-line-sorting-inner.ts +32 -0
- package/models/afnorsearch-directory-line.ts +45 -0
- package/models/afnorsearch-flow-content.ts +31 -0
- package/models/afnorsearch-flow-filters.ts +46 -0
- package/models/afnorsearch-flow-params.ts +27 -0
- package/models/afnorsearch-siren-filters-administrative-status.ts +29 -0
- package/models/afnorsearch-siren-filters-business-name.ts +29 -0
- package/models/afnorsearch-siren-filters-entity-type.ts +29 -0
- package/models/afnorsearch-siren-filters-siren.ts +29 -0
- package/models/afnorsearch-siren-filters.ts +35 -0
- package/models/afnorsearch-siren-sorting-inner.ts +32 -0
- package/models/afnorsearch-siren.ts +45 -0
- package/models/afnorsearch-siret-filters-address-lines.ts +29 -0
- package/models/afnorsearch-siret-filters-administrative-status.ts +29 -0
- package/models/afnorsearch-siret-filters-country-subdivision.ts +29 -0
- package/models/afnorsearch-siret-filters-facility-type.ts +29 -0
- package/models/afnorsearch-siret-filters-locality.ts +29 -0
- package/models/afnorsearch-siret-filters-name.ts +29 -0
- package/models/afnorsearch-siret-filters-postal-code.ts +29 -0
- package/models/afnorsearch-siret-filters-siret.ts +29 -0
- package/models/afnorsearch-siret-filters.ts +55 -0
- package/models/afnorsearch-siret-sorting-inner.ts +32 -0
- package/models/afnorsearch-siret.ts +53 -0
- package/models/afnorsiren-field.ts +32 -0
- package/models/afnorsiren-search-post200-response.ts +31 -0
- package/models/afnorsiret-field.ts +41 -0
- package/models/afnorsiret-search-post200-response.ts +31 -0
- package/models/afnorsorting-order.ts +29 -0
- package/models/afnorstrict-operator.ts +28 -0
- package/models/afnorupdate-patch-directory-line-body.ts +23 -0
- package/models/afnorupdate-patch-routing-code-body.ts +37 -0
- package/models/afnorupdate-put-routing-code-body.ts +37 -0
- package/models/afnorwebhook-callback-content.ts +26 -0
- package/models/aggregated-payment-input.ts +37 -0
- package/models/aggregated-transaction-input.ts +59 -0
- package/models/allowance-charge-reason-code.ts +65 -0
- package/models/allowance-charge.ts +14 -6
- package/models/allowance-reason-code.ts +2 -2
- package/models/allowance-total-amount.ts +2 -2
- package/models/amount-due.ts +2 -2
- package/models/amount.ts +3 -3
- package/models/amount1.ts +22 -0
- package/models/apierror.ts +2 -2
- package/models/apiprofile.ts +3 -2
- package/models/async-task-status.ts +2 -2
- package/models/base-amount.ts +2 -2
- package/models/bounding-box-schema.ts +2 -2
- package/models/buyercountry.ts +25 -0
- package/models/celery-status.ts +2 -2
- package/models/certificate-info-response.ts +2 -2
- package/models/charge-total-amount.ts +2 -2
- package/models/{facture-electronique-rest-api-schemas-chorus-pro-chorus-pro-credentials.ts → chorus-pro-credentials.ts} +3 -3
- package/models/chorus-pro-destination.ts +2 -2
- package/models/chorus-pro-result.ts +2 -2
- package/models/contact.ts +2 -2
- package/models/convert-resume-request.ts +2 -2
- package/models/convert-success-response.ts +2 -2
- package/models/convert-validation-failed-response.ts +17 -2
- package/models/country-code.ts +197 -0
- package/models/create-aggregated-report-request.ts +66 -0
- package/models/create-ereporting-request.ts +73 -0
- package/models/currency-code.ts +80 -0
- package/models/currency.ts +25 -0
- package/models/delivery-party.ts +2 -2
- package/models/destination.ts +8 -2
- package/models/directory-line-include.ts +31 -0
- package/models/doc-type.ts +31 -0
- package/models/document-type-info.ts +2 -2
- package/models/electronic-address.ts +8 -2
- package/models/enriched-invoice-info.ts +20 -2
- package/models/ereporting-flow-type.ts +31 -0
- package/models/error-level.ts +2 -2
- package/models/error-source.ts +2 -2
- package/models/extraction-info.ts +2 -2
- package/models/factur-xinvoice.ts +2 -2
- package/models/factur-xpdfinfo.ts +2 -2
- package/models/facture-electronique-models-invoice-type-code.ts +91 -0
- package/models/facture-electronique-rest-api-schemas-convert-validation-error.ts +39 -0
- package/models/facture-electronique-rest-api-schemas-processing-chorus-pro-credentials.ts +2 -2
- package/models/field-status.ts +2 -2
- package/models/file-info.ts +2 -2
- package/models/files-info.ts +2 -2
- package/models/flow-direction.ts +2 -2
- package/models/flow-profile.ts +2 -2
- package/models/flow-summary.ts +8 -2
- package/models/flow-syntax.ts +2 -2
- package/models/flow-type.ts +12 -4
- package/models/generate-aggregated-report-response.ts +50 -0
- package/models/generate-certificate-request.ts +2 -2
- package/models/generate-certificate-response.ts +2 -2
- package/models/generate-ereporting-response.ts +42 -0
- package/models/get-chorus-pro-id-request.ts +4 -4
- package/models/get-chorus-pro-id-response.ts +2 -2
- package/models/get-invoice-request.ts +4 -4
- package/models/get-invoice-response.ts +8 -2
- package/models/get-structure-request.ts +4 -4
- package/models/get-structure-response.ts +8 -2
- package/models/global-allowance-amount.ts +2 -2
- package/models/gross-unit-price.ts +2 -2
- package/models/httpvalidation-error.ts +2 -2
- package/models/incoming-invoice.ts +4 -4
- package/models/incoming-supplier.ts +2 -2
- package/models/index.ts +139 -4
- package/models/invoice-format.ts +2 -2
- package/models/invoice-input.ts +76 -0
- package/models/invoice-line-allowance-amount.ts +2 -2
- package/models/invoice-line.ts +7 -2
- package/models/invoice-note.ts +5 -2
- package/models/invoice-payment-input.ts +45 -0
- package/models/invoice-references.ts +2 -2
- package/models/invoice-status.ts +2 -2
- package/models/invoice-totals-prepayment.ts +2 -2
- package/models/invoice-totals.ts +2 -2
- package/models/invoice-type-code-output.ts +91 -0
- package/models/invoice-type-code.ts +8 -67
- package/models/invoicing-framework-code.ts +2 -2
- package/models/invoicing-framework.ts +5 -2
- package/models/line-net-amount.ts +2 -2
- package/models/line-sub-type.ts +30 -0
- package/models/line-total-amount.ts +2 -2
- package/models/location-inner.ts +19 -0
- package/models/mandatory-note-schema.ts +2 -2
- package/models/manual-rate.ts +2 -2
- package/models/manual-vat-rate.ts +2 -2
- package/models/missing-field.ts +2 -2
- package/models/operation-nature.ts +2 -2
- package/models/output-format.ts +2 -2
- package/models/page-dimensions-schema.ts +2 -2
- package/models/payee.ts +2 -2
- package/models/payment-amount-by-rate.ts +30 -0
- package/models/payment-card.ts +2 -2
- package/models/payment-means.ts +2 -2
- package/models/pdfvalidation-result-api.ts +2 -2
- package/models/pdpcredentials.ts +2 -2
- package/models/percentage.ts +2 -2
- package/models/postal-address.ts +2 -2
- package/models/price-allowance-amount.ts +2 -2
- package/models/price-basis-quantity.ts +2 -2
- package/models/processing-options.ts +2 -2
- package/models/processing-rule.ts +33 -0
- package/models/product-characteristic.ts +2 -2
- package/models/product-classification.ts +2 -2
- package/models/quantity.ts +2 -2
- package/models/rate.ts +22 -0
- package/models/rate1.ts +22 -0
- package/models/recipient.ts +2 -2
- package/models/report-period.ts +30 -0
- package/models/report-sender.ts +31 -0
- package/models/rounding-amount.ts +2 -2
- package/models/routing-code-include.ts +29 -0
- package/models/scheme-id.ts +31 -3
- package/models/search-flow-request.ts +2 -2
- package/models/search-flow-response.ts +2 -2
- package/models/search-services-response.ts +11 -2
- package/models/search-structure-request.ts +4 -4
- package/models/search-structure-response.ts +2 -2
- package/models/sellercountry.ts +25 -0
- package/models/signature-info-api.ts +2 -2
- package/models/signature-info.ts +2 -2
- package/models/signature-parameters.ts +2 -2
- package/models/simplified-invoice-data.ts +20 -2
- package/models/siret-include.ts +28 -0
- package/models/structure-info.ts +2 -2
- package/models/structure-parameters.ts +2 -2
- package/models/structure-service.ts +2 -2
- package/models/submission-mode.ts +2 -2
- package/models/submit-aggregated-report-request.ts +34 -0
- package/models/submit-complete-invoice-request.ts +2 -2
- package/models/submit-complete-invoice-response.ts +2 -2
- package/models/submit-ereporting-request.ts +34 -0
- package/models/submit-ereporting-response.ts +45 -0
- package/models/submit-flow-request.ts +2 -2
- package/models/submit-flow-response.ts +2 -2
- package/models/submit-gross-amount.ts +2 -2
- package/models/submit-invoice-request.ts +4 -4
- package/models/submit-invoice-response.ts +2 -2
- package/models/submit-net-amount.ts +2 -2
- package/models/submit-vat-amount.ts +2 -2
- package/models/supplementary-attachment.ts +17 -2
- package/models/supplier.ts +2 -2
- package/models/task-response.ts +2 -2
- package/models/tax-breakdown-input.ts +34 -0
- package/models/tax-due-date-type.ts +33 -0
- package/models/tax-representative.ts +2 -2
- package/models/taxable-amount.ts +2 -2
- package/models/taxableamount.ts +22 -0
- package/models/taxamount.ts +22 -0
- package/models/taxamount1.ts +22 -0
- package/models/taxamount2.ts +22 -0
- package/models/taxexclusiveamount.ts +22 -0
- package/models/taxexclusiveamount1.ts +22 -0
- package/models/total-gross-amount.ts +2 -2
- package/models/total-net-amount.ts +2 -2
- package/models/total-vatamount.ts +2 -2
- package/models/transaction-category.ts +31 -0
- package/models/transmission-type-code.ts +29 -0
- package/models/unit-net-price.ts +2 -2
- package/models/unit-of-measure.ts +2 -2
- package/models/validate-ereporting-request.ts +29 -0
- package/models/validate-ereporting-response.ts +49 -0
- package/models/validation-error-detail.ts +2 -2
- package/models/validation-error-response.ts +2 -2
- package/models/validation-error.ts +4 -4
- package/models/validation-info.ts +4 -4
- package/models/validation-success-response.ts +2 -2
- package/models/vat-rate.ts +2 -2
- package/models/vataccounting-code.ts +2 -2
- package/models/vatamount.ts +2 -2
- package/models/vatcategory.ts +2 -2
- package/models/vatline.ts +2 -2
- package/models/vatpoint-date-code.ts +2 -2
- package/models/verification-success-response.ts +2 -2
- package/models/verified-field-schema.ts +2 -2
- package/package.json +1 -1
- package/dist/esm/models/convert-error-response.d.ts +0 -27
- package/dist/esm/models/convert-error-response.js +0 -14
- package/dist/esm/models/convert-pending-input-response.d.ts +0 -31
- package/dist/esm/models/convert-pending-input-response.js +0 -14
- package/dist/esm/models/facture-electronique-rest-api-schemas-chorus-pro-chorus-pro-credentials.js +0 -14
- package/dist/esm/models/validation-error-loc-inner.d.ts +0 -13
- package/dist/esm/models/validation-error-loc-inner.js +0 -14
- package/dist/models/convert-error-response.d.ts +0 -27
- package/dist/models/convert-error-response.js +0 -15
- package/dist/models/convert-pending-input-response.d.ts +0 -31
- package/dist/models/convert-pending-input-response.js +0 -15
- package/dist/models/facture-electronique-rest-api-schemas-chorus-pro-chorus-pro-credentials.js +0 -15
- package/dist/models/validation-error-loc-inner.d.ts +0 -13
- package/dist/models/validation-error-loc-inner.js +0 -15
- package/docs/ConvertErrorResponse.md +0 -29
- package/docs/ConvertPendingInputResponse.md +0 -35
- package/models/convert-error-response.ts +0 -33
- package/models/convert-pending-input-response.ts +0 -39
- package/models/validation-error-loc-inner.ts +0 -19
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* FactPulse REST API
|
|
3
|
-
* REST API for electronic invoicing in France: Factur-X, AFNOR PDP/PA, electronic signatures. ## 🎯 Main Features ### 📄 Factur-X Invoice Generation - **Formats**: XML only or PDF/A-3 with embedded XML - **Profiles**: MINIMUM, BASIC, EN16931, EXTENDED - **Standards**: EN 16931 (EU directive 2014/55), ISO 19005-3 (PDF/A-3), CII (UN/CEFACT) - **🆕 Simplified Format**: Generation from SIRET + auto-enrichment (Chorus Pro API + Business Search) ### ✅ Validation and Compliance - **XML Validation**: Schematron (45 to 210+ rules depending on profile) - **PDF Validation**: PDF/A-3, Factur-X XMP metadata, electronic signatures - **VeraPDF**: Strict PDF/A validation (146+ ISO 19005-3 rules) - **Asynchronous Processing**: Celery support for heavy validations (VeraPDF) ### 📡 AFNOR PDP/PA Integration (XP Z12-013) - **Flow Submission**: Send invoices to Partner Dematerialization Platforms - **Flow Search**: View submitted invoices - **Download**: Retrieve PDF/A-3 with XML - **Directory Service**: Company search (SIREN/SIRET) - **Multi-client**: Support for multiple PDP configs per user (stored credentials or zero-storage) ### ✍️ PDF Electronic Signature - **Standards**: PAdES-B-B, PAdES-B-T (RFC 3161 timestamping), PAdES-B-LT (long-term archival) - **eIDAS Levels**: SES (self-signed), AdES (commercial CA), QES (QTSP) - **Validation**: Cryptographic integrity and certificate verification - **Certificate Generation**: Self-signed X.509 certificates for testing ### 🔄 Asynchronous Processing - **Celery**: Asynchronous generation, validation and signing - **Polling**: Status tracking via `/tasks/{task_id}/status` - **No timeout**: Ideal for large files or heavy validations ## 🔒 Authentication All requests require a **JWT token** in the Authorization header: ``` Authorization: Bearer YOUR_JWT_TOKEN ``` ### How to obtain a JWT token? #### 🔑 Method 1: `/api/token/` API (Recommended) **URL:** `https://
|
|
3
|
+
* REST API for electronic invoicing in France: Factur-X, AFNOR PDP/PA, electronic signatures. ## 🎯 Main Features ### 📄 Factur-X Invoice Generation - **Formats**: XML only or PDF/A-3 with embedded XML - **Profiles**: MINIMUM, BASIC, EN16931, EXTENDED - **Standards**: EN 16931 (EU directive 2014/55), ISO 19005-3 (PDF/A-3), CII (UN/CEFACT) - **🆕 Simplified Format**: Generation from SIRET + auto-enrichment (Chorus Pro API + Business Search) ### ✅ Validation and Compliance - **XML Validation**: Schematron (45 to 210+ rules depending on profile) - **PDF Validation**: PDF/A-3, Factur-X XMP metadata, electronic signatures - **VeraPDF**: Strict PDF/A validation (146+ ISO 19005-3 rules) - **Asynchronous Processing**: Celery support for heavy validations (VeraPDF) ### 📡 AFNOR PDP/PA Integration (XP Z12-013) - **Flow Submission**: Send invoices to Partner Dematerialization Platforms - **Flow Search**: View submitted invoices - **Download**: Retrieve PDF/A-3 with XML - **Directory Service**: Company search (SIREN/SIRET) - **Multi-client**: Support for multiple PDP configs per user (stored credentials or zero-storage) ### ✍️ PDF Electronic Signature - **Standards**: PAdES-B-B, PAdES-B-T (RFC 3161 timestamping), PAdES-B-LT (long-term archival) - **eIDAS Levels**: SES (self-signed), AdES (commercial CA), QES (QTSP) - **Validation**: Cryptographic integrity and certificate verification - **Certificate Generation**: Self-signed X.509 certificates for testing ### 🔄 Asynchronous Processing - **Celery**: Asynchronous generation, validation and signing - **Polling**: Status tracking via `/tasks/{task_id}/status` - **No timeout**: Ideal for large files or heavy validations ## 🔒 Authentication All requests require a **JWT token** in the Authorization header: ``` Authorization: Bearer YOUR_JWT_TOKEN ``` ### How to obtain a JWT token? #### 🔑 Method 1: `/api/token/` API (Recommended) **URL:** `https://factpulse.fr/api/token/` This method is **recommended** for integration in your applications and CI/CD workflows. **Prerequisites:** Having set a password on your account **For users registered via email/password:** - You already have a password, use it directly **For users registered via OAuth (Google/GitHub):** - You must first set a password at: https://factpulse.fr/accounts/password/set/ - Once the password is created, you can use the API **Request example:** ```bash curl -X POST https://factpulse.fr/api/token/ \\ -H \"Content-Type: application/json\" \\ -d \'{ \"username\": \"your_email@example.com\", \"password\": \"your_password\" }\' ``` **Optional `client_uid` parameter:** To select credentials for a specific client (PA/PDP, Chorus Pro, signing certificates), add `client_uid`: ```bash curl -X POST https://factpulse.fr/api/token/ \\ -H \"Content-Type: application/json\" \\ -d \'{ \"username\": \"your_email@example.com\", \"password\": \"your_password\", \"client_uid\": \"550e8400-e29b-41d4-a716-446655440000\" }\' ``` The `client_uid` will be included in the JWT and allow the API to automatically use: - AFNOR/PDP credentials configured for this client - Chorus Pro credentials configured for this client - Electronic signature certificates configured for this client **Response:** ```json { \"access\": \"eyJ0eXAiOiJKV1QiLCJhbGc...\", // Access token (validity: 30 min) \"refresh\": \"eyJ0eXAiOiJKV1QiLCJhbGc...\" // Refresh token (validity: 7 days) } ``` **Advantages:** - ✅ Full automation (CI/CD, scripts) - ✅ Programmatic token management - ✅ Refresh token support for automatic access renewal - ✅ Easy integration in any language/tool #### 🖥️ Method 2: Dashboard Generation (Alternative) **URL:** https://factpulse.fr/api/dashboard/ This method is suitable for quick tests or occasional use via the graphical interface. **How it works:** - Log in to the dashboard - Use the \"Generate Test Token\" or \"Generate Production Token\" buttons - Works for **all** users (OAuth and email/password), without requiring a password **Token types:** - **Test Token**: 24h validity, 1000 calls/day quota (free) - **Production Token**: 7 days validity, quota based on your plan **Advantages:** - ✅ Quick for API testing - ✅ No password required - ✅ Simple visual interface **Disadvantages:** - ❌ Requires manual action - ❌ No refresh token - ❌ Less suited for automation ### 📚 Full Documentation For more information on authentication and API usage: https://factpulse.fr/documentation-api/
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 1.0.0
|
|
6
|
-
*
|
|
6
|
+
* Contact: contact@factpulse.fr
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
9
|
* https://openapi-generator.tech
|
|
@@ -12,607 +12,737 @@
|
|
|
12
12
|
import type { Configuration } from '../configuration';
|
|
13
13
|
import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
14
14
|
import { type RequestArgs, BaseAPI } from '../base';
|
|
15
|
+
import type { AFNORDirectoryLinePayloadHistoryLegalUnitFacilityRoutingCode } from '../models';
|
|
16
|
+
import type { AFNORDirectoryLinePost201Response } from '../models';
|
|
17
|
+
import type { AFNORDirectoryLineSearchPost200Response } from '../models';
|
|
18
|
+
import type { AFNORFacilityPayloadHistory } from '../models';
|
|
19
|
+
import type { AFNORLegalUnitPayloadHistory } from '../models';
|
|
20
|
+
import type { AFNORRoutingCodePayloadHistoryLegalUnitFacility } from '../models';
|
|
21
|
+
import type { AFNORRoutingCodePost201Response } from '../models';
|
|
22
|
+
import type { AFNORRoutingCodeSearchPost200Response } from '../models';
|
|
23
|
+
import type { AFNORSirenSearchPost200Response } from '../models';
|
|
24
|
+
import type { AFNORSiretSearchPost200Response } from '../models';
|
|
25
|
+
import type { AcceptLanguage } from '../models';
|
|
26
|
+
import type { DirectoryLineInclude } from '../models';
|
|
27
|
+
import type { RoutingCodeInclude } from '../models';
|
|
28
|
+
import type { SiretInclude } from '../models';
|
|
15
29
|
/**
|
|
16
30
|
* AFNORPDPPADirectoryServiceApi - axios parameter creator
|
|
17
31
|
*/
|
|
18
32
|
export declare const AFNORPDPPADirectoryServiceApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
19
33
|
/**
|
|
20
|
-
*
|
|
34
|
+
* Creation of a new directory line for a SIREN, a SIRET or a ROUTING CODE.
|
|
21
35
|
* @summary Creating a directory line
|
|
36
|
+
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
22
37
|
* @param {*} [options] Override http request option.
|
|
23
38
|
* @throws {RequiredError}
|
|
24
39
|
*/
|
|
25
|
-
createDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLinePost: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
40
|
+
createDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLinePost: (acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
26
41
|
/**
|
|
27
|
-
*
|
|
42
|
+
* Creating a routing code.
|
|
28
43
|
* @summary Create a routing code
|
|
44
|
+
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
29
45
|
* @param {*} [options] Override http request option.
|
|
30
46
|
* @throws {RequiredError}
|
|
31
47
|
*/
|
|
32
|
-
createRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodePost: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
48
|
+
createRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodePost: (acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
33
49
|
/**
|
|
34
|
-
* Delete a directory line
|
|
50
|
+
* Delete a directory line.
|
|
35
51
|
* @summary Delete a directory line
|
|
36
|
-
* @param {string} idInstance
|
|
52
|
+
* @param {string} idInstance AFNOR instance ID (UUID)
|
|
53
|
+
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
37
54
|
* @param {*} [options] Override http request option.
|
|
38
55
|
* @throws {RequiredError}
|
|
39
56
|
*/
|
|
40
|
-
deleteDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceDelete: (idInstance: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
57
|
+
deleteDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceDelete: (idInstance: string, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
41
58
|
/**
|
|
42
|
-
* Check Directory Service availability
|
|
59
|
+
* Check Directory Service availability (AFNOR XP Z12-013 compliant)
|
|
43
60
|
* @summary Healthcheck Directory Service
|
|
44
61
|
* @param {*} [options] Override http request option.
|
|
45
62
|
* @throws {RequiredError}
|
|
46
63
|
*/
|
|
47
64
|
directoryHealthcheckProxyApiV1AfnorDirectoryV1HealthcheckGet: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
48
65
|
/**
|
|
49
|
-
*
|
|
50
|
-
* @summary Get a directory line
|
|
51
|
-
* @param {string} addressingIdentifier
|
|
66
|
+
* Retrieve the data from the directory line corresponding to the identifier passed in parameters.
|
|
67
|
+
* @summary Get a directory line.
|
|
68
|
+
* @param {string} addressingIdentifier Addressing identifier (SIREN, SIRET or routing code)
|
|
69
|
+
* @param {Array<string> | null} [fields] Fields of the Directory Line resource.
|
|
70
|
+
* @param {Array<DirectoryLineInclude> | null} [include] Relations to include in the response.
|
|
71
|
+
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
52
72
|
* @param {*} [options] Override http request option.
|
|
53
73
|
* @throws {RequiredError}
|
|
54
74
|
*/
|
|
55
|
-
getDirectoryLineByCodeProxyApiV1AfnorDirectoryV1DirectoryLineCodeAddressingIdentifierGet: (addressingIdentifier: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
75
|
+
getDirectoryLineByCodeProxyApiV1AfnorDirectoryV1DirectoryLineCodeAddressingIdentifierGet: (addressingIdentifier: string, fields?: Array<string> | null, include?: Array<DirectoryLineInclude> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
56
76
|
/**
|
|
57
|
-
*
|
|
58
|
-
* @summary Get a directory line
|
|
59
|
-
* @param {string} idInstance
|
|
77
|
+
* Retrieve the data from the directory line corresponding to the identifier passed in parameters.
|
|
78
|
+
* @summary Get a directory line.
|
|
79
|
+
* @param {string} idInstance AFNOR instance ID (UUID)
|
|
80
|
+
* @param {Array<string> | null} [fields] Fields of the Directory Line resource.
|
|
81
|
+
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
60
82
|
* @param {*} [options] Override http request option.
|
|
61
83
|
* @throws {RequiredError}
|
|
62
84
|
*/
|
|
63
|
-
getDirectoryLineByIdInstanceProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceGet: (idInstance: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
85
|
+
getDirectoryLineByIdInstanceProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceGet: (idInstance: string, fields?: Array<string> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
64
86
|
/**
|
|
65
|
-
*
|
|
66
|
-
* @summary Get a routing code by instance-id
|
|
67
|
-
* @param {string} idInstance
|
|
87
|
+
* Retrieve the Routing Code data corresponding to the Instance ID.
|
|
88
|
+
* @summary Get a routing code by instance-id.
|
|
89
|
+
* @param {string} idInstance AFNOR instance ID (UUID)
|
|
90
|
+
* @param {Array<string> | null} [fields] Fields of the Routing Code resource
|
|
91
|
+
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
68
92
|
* @param {*} [options] Override http request option.
|
|
69
93
|
* @throws {RequiredError}
|
|
70
94
|
*/
|
|
71
|
-
getRoutingCodeByIdInstanceProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstanceGet: (idInstance: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
95
|
+
getRoutingCodeByIdInstanceProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstanceGet: (idInstance: string, fields?: Array<string> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
72
96
|
/**
|
|
73
|
-
*
|
|
97
|
+
* Retrieve the Routing Code data corresponding to the identifier passed in parameters.
|
|
74
98
|
* @summary Get a routing code by SIRET and routing identifier
|
|
75
|
-
* @param {string} siret
|
|
76
|
-
* @param {string} routingIdentifier
|
|
99
|
+
* @param {string} siret 14-digit SIRET number (INSEE establishment identifier)
|
|
100
|
+
* @param {string} routingIdentifier Routing code identifier
|
|
101
|
+
* @param {Array<string> | null} [fields] Fields of the Routing Code resource
|
|
102
|
+
* @param {Array<RoutingCodeInclude> | null} [include] Relations to include in the response.
|
|
103
|
+
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
77
104
|
* @param {*} [options] Override http request option.
|
|
78
105
|
* @throws {RequiredError}
|
|
79
106
|
*/
|
|
80
|
-
getRoutingCodeBySiretAndCodeProxyApiV1AfnorDirectoryV1RoutingCodeSiretSiretCodeRoutingIdentifierGet: (siret: string, routingIdentifier: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
107
|
+
getRoutingCodeBySiretAndCodeProxyApiV1AfnorDirectoryV1RoutingCodeSiretSiretCodeRoutingIdentifierGet: (siret: string, routingIdentifier: string, fields?: Array<string> | null, include?: Array<RoutingCodeInclude> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
81
108
|
/**
|
|
82
|
-
* Returns details of a company (legal unit) identified by
|
|
109
|
+
* Returns the details of a company (legal unit) identified by the SIREN number passed as a parameter.
|
|
83
110
|
* @summary Consult a siren (legal unit) by SIREN number
|
|
84
|
-
* @param {string} siren
|
|
111
|
+
* @param {string} siren 9-digit SIREN number (INSEE company identifier)
|
|
112
|
+
* @param {Array<string> | null} [fields] Fields of the SIREN resource
|
|
113
|
+
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
85
114
|
* @param {*} [options] Override http request option.
|
|
86
115
|
* @throws {RequiredError}
|
|
87
116
|
*/
|
|
88
|
-
getSirenByCodeInseeProxyApiV1AfnorDirectoryV1SirenCodeInseeSirenGet: (siren: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
117
|
+
getSirenByCodeInseeProxyApiV1AfnorDirectoryV1SirenCodeInseeSirenGet: (siren: string, fields?: Array<string> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
89
118
|
/**
|
|
90
|
-
*
|
|
119
|
+
* Returns the details of a company (legal unit) identified by the id-instance passed as a parameter.
|
|
91
120
|
* @summary Gets a siren (legal unit) by instance ID
|
|
92
|
-
* @param {string} idInstance
|
|
121
|
+
* @param {string} idInstance AFNOR instance ID (UUID)
|
|
122
|
+
* @param {Array<string> | null} [fields] Fields of the SIREN resource
|
|
123
|
+
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
93
124
|
* @param {*} [options] Override http request option.
|
|
94
125
|
* @throws {RequiredError}
|
|
95
126
|
*/
|
|
96
|
-
getSirenByIdInstanceProxyApiV1AfnorDirectoryV1SirenIdInstanceIdInstanceGet: (idInstance: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
127
|
+
getSirenByIdInstanceProxyApiV1AfnorDirectoryV1SirenIdInstanceIdInstanceGet: (idInstance: string, fields?: Array<string> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
97
128
|
/**
|
|
98
|
-
*
|
|
129
|
+
* Returns the details of a facility associated to a SIRET.
|
|
99
130
|
* @summary Gets a siret (facility) by SIRET number
|
|
100
|
-
* @param {string} siret
|
|
131
|
+
* @param {string} siret 14-digit SIRET number (INSEE establishment identifier)
|
|
132
|
+
* @param {Array<string> | null} [fields] Fields of a SIRET resource.
|
|
133
|
+
* @param {Array<SiretInclude> | null} [include] Relations to include in the response.
|
|
134
|
+
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
101
135
|
* @param {*} [options] Override http request option.
|
|
102
136
|
* @throws {RequiredError}
|
|
103
137
|
*/
|
|
104
|
-
getSiretByCodeInseeProxyApiV1AfnorDirectoryV1SiretCodeInseeSiretGet: (siret: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
138
|
+
getSiretByCodeInseeProxyApiV1AfnorDirectoryV1SiretCodeInseeSiretGet: (siret: string, fields?: Array<string> | null, include?: Array<SiretInclude> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
105
139
|
/**
|
|
106
|
-
*
|
|
140
|
+
* Returns the details of a facility according to an instance-id.
|
|
107
141
|
* @summary Gets a siret (facility) by id-instance
|
|
108
|
-
* @param {string} idInstance
|
|
142
|
+
* @param {string} idInstance AFNOR instance ID (UUID)
|
|
143
|
+
* @param {Array<string> | null} [fields] Fields of a SIRET resource.
|
|
144
|
+
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
109
145
|
* @param {*} [options] Override http request option.
|
|
110
146
|
* @throws {RequiredError}
|
|
111
147
|
*/
|
|
112
|
-
getSiretByIdInstanceProxyApiV1AfnorDirectoryV1SiretIdInstanceIdInstanceGet: (idInstance: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
148
|
+
getSiretByIdInstanceProxyApiV1AfnorDirectoryV1SiretIdInstanceIdInstanceGet: (idInstance: string, fields?: Array<string> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
113
149
|
/**
|
|
114
|
-
* Partially
|
|
115
|
-
* @summary Partially updates a directory line
|
|
116
|
-
* @param {string} idInstance
|
|
150
|
+
* Partially updates a directory line.
|
|
151
|
+
* @summary Partially updates a directory line..
|
|
152
|
+
* @param {string} idInstance AFNOR instance ID (UUID)
|
|
153
|
+
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
117
154
|
* @param {*} [options] Override http request option.
|
|
118
155
|
* @throws {RequiredError}
|
|
119
156
|
*/
|
|
120
|
-
patchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstancePatch: (idInstance: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
157
|
+
patchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstancePatch: (idInstance: string, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
121
158
|
/**
|
|
122
|
-
* Partially update a private routing code
|
|
123
|
-
* @summary Partially update a private routing code
|
|
124
|
-
* @param {string} idInstance
|
|
159
|
+
* Partially update a private routing code.
|
|
160
|
+
* @summary Partially update a private routing code.
|
|
161
|
+
* @param {string} idInstance AFNOR instance ID (UUID)
|
|
162
|
+
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
125
163
|
* @param {*} [options] Override http request option.
|
|
126
164
|
* @throws {RequiredError}
|
|
127
165
|
*/
|
|
128
|
-
patchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePatch: (idInstance: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
166
|
+
patchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePatch: (idInstance: string, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
129
167
|
/**
|
|
130
|
-
* Completely update a private routing code
|
|
131
|
-
* @summary Completely update a private routing code
|
|
132
|
-
* @param {string} idInstance
|
|
168
|
+
* Completely update a private routing code.
|
|
169
|
+
* @summary Completely update a private routing code.
|
|
170
|
+
* @param {string} idInstance AFNOR instance ID (UUID)
|
|
171
|
+
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
133
172
|
* @param {*} [options] Override http request option.
|
|
134
173
|
* @throws {RequiredError}
|
|
135
174
|
*/
|
|
136
|
-
putRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePut: (idInstance: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
175
|
+
putRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePut: (idInstance: string, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
137
176
|
/**
|
|
138
|
-
* Search for directory lines
|
|
177
|
+
* Search for directory lines that meet all the criteria passed as parameters and return the results in the desired format.
|
|
139
178
|
* @summary Search for a directory line
|
|
179
|
+
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
140
180
|
* @param {*} [options] Override http request option.
|
|
141
181
|
* @throws {RequiredError}
|
|
142
182
|
*/
|
|
143
|
-
searchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineSearchPost: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
183
|
+
searchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineSearchPost: (acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
144
184
|
/**
|
|
145
|
-
* Search for routing codes
|
|
185
|
+
* Search for routing codes that meet all the criteria passed as parameters and return the routing codes in the desired format.
|
|
146
186
|
* @summary Search for a routing code
|
|
187
|
+
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
147
188
|
* @param {*} [options] Override http request option.
|
|
148
189
|
* @throws {RequiredError}
|
|
149
190
|
*/
|
|
150
|
-
searchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeSearchPost: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
191
|
+
searchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeSearchPost: (acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
151
192
|
/**
|
|
152
|
-
* Multi-criteria search
|
|
193
|
+
* Multi-criteria company search.
|
|
153
194
|
* @summary SIREN search (or legal unit)
|
|
195
|
+
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
154
196
|
* @param {*} [options] Override http request option.
|
|
155
197
|
* @throws {RequiredError}
|
|
156
198
|
*/
|
|
157
|
-
searchSirenProxyApiV1AfnorDirectoryV1SirenSearchPost: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
199
|
+
searchSirenProxyApiV1AfnorDirectoryV1SirenSearchPost: (acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
158
200
|
/**
|
|
159
|
-
* Multi-criteria search for
|
|
201
|
+
* Multi-criteria search for facilities.
|
|
160
202
|
* @summary Search for a SIRET (facility)
|
|
203
|
+
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
161
204
|
* @param {*} [options] Override http request option.
|
|
162
205
|
* @throws {RequiredError}
|
|
163
206
|
*/
|
|
164
|
-
searchSiretProxyApiV1AfnorDirectoryV1SiretSearchPost: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
207
|
+
searchSiretProxyApiV1AfnorDirectoryV1SiretSearchPost: (acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
165
208
|
};
|
|
166
209
|
/**
|
|
167
210
|
* AFNORPDPPADirectoryServiceApi - functional programming interface
|
|
168
211
|
*/
|
|
169
212
|
export declare const AFNORPDPPADirectoryServiceApiFp: (configuration?: Configuration) => {
|
|
170
213
|
/**
|
|
171
|
-
*
|
|
214
|
+
* Creation of a new directory line for a SIREN, a SIRET or a ROUTING CODE.
|
|
172
215
|
* @summary Creating a directory line
|
|
216
|
+
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
173
217
|
* @param {*} [options] Override http request option.
|
|
174
218
|
* @throws {RequiredError}
|
|
175
219
|
*/
|
|
176
|
-
createDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLinePost(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
220
|
+
createDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLinePost(acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
177
221
|
/**
|
|
178
|
-
*
|
|
222
|
+
* Creating a routing code.
|
|
179
223
|
* @summary Create a routing code
|
|
224
|
+
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
180
225
|
* @param {*} [options] Override http request option.
|
|
181
226
|
* @throws {RequiredError}
|
|
182
227
|
*/
|
|
183
|
-
createRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodePost(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
228
|
+
createRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodePost(acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
184
229
|
/**
|
|
185
|
-
* Delete a directory line
|
|
230
|
+
* Delete a directory line.
|
|
186
231
|
* @summary Delete a directory line
|
|
187
|
-
* @param {string} idInstance
|
|
232
|
+
* @param {string} idInstance AFNOR instance ID (UUID)
|
|
233
|
+
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
188
234
|
* @param {*} [options] Override http request option.
|
|
189
235
|
* @throws {RequiredError}
|
|
190
236
|
*/
|
|
191
|
-
deleteDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceDelete(idInstance: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
237
|
+
deleteDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceDelete(idInstance: string, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
192
238
|
/**
|
|
193
|
-
* Check Directory Service availability
|
|
239
|
+
* Check Directory Service availability (AFNOR XP Z12-013 compliant)
|
|
194
240
|
* @summary Healthcheck Directory Service
|
|
195
241
|
* @param {*} [options] Override http request option.
|
|
196
242
|
* @throws {RequiredError}
|
|
197
243
|
*/
|
|
198
|
-
directoryHealthcheckProxyApiV1AfnorDirectoryV1HealthcheckGet(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
244
|
+
directoryHealthcheckProxyApiV1AfnorDirectoryV1HealthcheckGet(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>>;
|
|
199
245
|
/**
|
|
200
|
-
*
|
|
201
|
-
* @summary Get a directory line
|
|
202
|
-
* @param {string} addressingIdentifier
|
|
246
|
+
* Retrieve the data from the directory line corresponding to the identifier passed in parameters.
|
|
247
|
+
* @summary Get a directory line.
|
|
248
|
+
* @param {string} addressingIdentifier Addressing identifier (SIREN, SIRET or routing code)
|
|
249
|
+
* @param {Array<string> | null} [fields] Fields of the Directory Line resource.
|
|
250
|
+
* @param {Array<DirectoryLineInclude> | null} [include] Relations to include in the response.
|
|
251
|
+
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
203
252
|
* @param {*} [options] Override http request option.
|
|
204
253
|
* @throws {RequiredError}
|
|
205
254
|
*/
|
|
206
|
-
getDirectoryLineByCodeProxyApiV1AfnorDirectoryV1DirectoryLineCodeAddressingIdentifierGet(addressingIdentifier: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
255
|
+
getDirectoryLineByCodeProxyApiV1AfnorDirectoryV1DirectoryLineCodeAddressingIdentifierGet(addressingIdentifier: string, fields?: Array<string> | null, include?: Array<DirectoryLineInclude> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AFNORDirectoryLinePayloadHistoryLegalUnitFacilityRoutingCode>>;
|
|
207
256
|
/**
|
|
208
|
-
*
|
|
209
|
-
* @summary Get a directory line
|
|
210
|
-
* @param {string} idInstance
|
|
257
|
+
* Retrieve the data from the directory line corresponding to the identifier passed in parameters.
|
|
258
|
+
* @summary Get a directory line.
|
|
259
|
+
* @param {string} idInstance AFNOR instance ID (UUID)
|
|
260
|
+
* @param {Array<string> | null} [fields] Fields of the Directory Line resource.
|
|
261
|
+
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
211
262
|
* @param {*} [options] Override http request option.
|
|
212
263
|
* @throws {RequiredError}
|
|
213
264
|
*/
|
|
214
|
-
getDirectoryLineByIdInstanceProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceGet(idInstance: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
265
|
+
getDirectoryLineByIdInstanceProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceGet(idInstance: string, fields?: Array<string> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AFNORDirectoryLinePayloadHistoryLegalUnitFacilityRoutingCode>>;
|
|
215
266
|
/**
|
|
216
|
-
*
|
|
217
|
-
* @summary Get a routing code by instance-id
|
|
218
|
-
* @param {string} idInstance
|
|
267
|
+
* Retrieve the Routing Code data corresponding to the Instance ID.
|
|
268
|
+
* @summary Get a routing code by instance-id.
|
|
269
|
+
* @param {string} idInstance AFNOR instance ID (UUID)
|
|
270
|
+
* @param {Array<string> | null} [fields] Fields of the Routing Code resource
|
|
271
|
+
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
219
272
|
* @param {*} [options] Override http request option.
|
|
220
273
|
* @throws {RequiredError}
|
|
221
274
|
*/
|
|
222
|
-
getRoutingCodeByIdInstanceProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstanceGet(idInstance: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
275
|
+
getRoutingCodeByIdInstanceProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstanceGet(idInstance: string, fields?: Array<string> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AFNORRoutingCodePayloadHistoryLegalUnitFacility>>;
|
|
223
276
|
/**
|
|
224
|
-
*
|
|
277
|
+
* Retrieve the Routing Code data corresponding to the identifier passed in parameters.
|
|
225
278
|
* @summary Get a routing code by SIRET and routing identifier
|
|
226
|
-
* @param {string} siret
|
|
227
|
-
* @param {string} routingIdentifier
|
|
279
|
+
* @param {string} siret 14-digit SIRET number (INSEE establishment identifier)
|
|
280
|
+
* @param {string} routingIdentifier Routing code identifier
|
|
281
|
+
* @param {Array<string> | null} [fields] Fields of the Routing Code resource
|
|
282
|
+
* @param {Array<RoutingCodeInclude> | null} [include] Relations to include in the response.
|
|
283
|
+
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
228
284
|
* @param {*} [options] Override http request option.
|
|
229
285
|
* @throws {RequiredError}
|
|
230
286
|
*/
|
|
231
|
-
getRoutingCodeBySiretAndCodeProxyApiV1AfnorDirectoryV1RoutingCodeSiretSiretCodeRoutingIdentifierGet(siret: string, routingIdentifier: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
287
|
+
getRoutingCodeBySiretAndCodeProxyApiV1AfnorDirectoryV1RoutingCodeSiretSiretCodeRoutingIdentifierGet(siret: string, routingIdentifier: string, fields?: Array<string> | null, include?: Array<RoutingCodeInclude> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AFNORRoutingCodePayloadHistoryLegalUnitFacility>>;
|
|
232
288
|
/**
|
|
233
|
-
* Returns details of a company (legal unit) identified by
|
|
289
|
+
* Returns the details of a company (legal unit) identified by the SIREN number passed as a parameter.
|
|
234
290
|
* @summary Consult a siren (legal unit) by SIREN number
|
|
235
|
-
* @param {string} siren
|
|
291
|
+
* @param {string} siren 9-digit SIREN number (INSEE company identifier)
|
|
292
|
+
* @param {Array<string> | null} [fields] Fields of the SIREN resource
|
|
293
|
+
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
236
294
|
* @param {*} [options] Override http request option.
|
|
237
295
|
* @throws {RequiredError}
|
|
238
296
|
*/
|
|
239
|
-
getSirenByCodeInseeProxyApiV1AfnorDirectoryV1SirenCodeInseeSirenGet(siren: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
297
|
+
getSirenByCodeInseeProxyApiV1AfnorDirectoryV1SirenCodeInseeSirenGet(siren: string, fields?: Array<string> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AFNORLegalUnitPayloadHistory>>;
|
|
240
298
|
/**
|
|
241
|
-
*
|
|
299
|
+
* Returns the details of a company (legal unit) identified by the id-instance passed as a parameter.
|
|
242
300
|
* @summary Gets a siren (legal unit) by instance ID
|
|
243
|
-
* @param {string} idInstance
|
|
301
|
+
* @param {string} idInstance AFNOR instance ID (UUID)
|
|
302
|
+
* @param {Array<string> | null} [fields] Fields of the SIREN resource
|
|
303
|
+
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
244
304
|
* @param {*} [options] Override http request option.
|
|
245
305
|
* @throws {RequiredError}
|
|
246
306
|
*/
|
|
247
|
-
getSirenByIdInstanceProxyApiV1AfnorDirectoryV1SirenIdInstanceIdInstanceGet(idInstance: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
307
|
+
getSirenByIdInstanceProxyApiV1AfnorDirectoryV1SirenIdInstanceIdInstanceGet(idInstance: string, fields?: Array<string> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AFNORLegalUnitPayloadHistory>>;
|
|
248
308
|
/**
|
|
249
|
-
*
|
|
309
|
+
* Returns the details of a facility associated to a SIRET.
|
|
250
310
|
* @summary Gets a siret (facility) by SIRET number
|
|
251
|
-
* @param {string} siret
|
|
311
|
+
* @param {string} siret 14-digit SIRET number (INSEE establishment identifier)
|
|
312
|
+
* @param {Array<string> | null} [fields] Fields of a SIRET resource.
|
|
313
|
+
* @param {Array<SiretInclude> | null} [include] Relations to include in the response.
|
|
314
|
+
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
252
315
|
* @param {*} [options] Override http request option.
|
|
253
316
|
* @throws {RequiredError}
|
|
254
317
|
*/
|
|
255
|
-
getSiretByCodeInseeProxyApiV1AfnorDirectoryV1SiretCodeInseeSiretGet(siret: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
318
|
+
getSiretByCodeInseeProxyApiV1AfnorDirectoryV1SiretCodeInseeSiretGet(siret: string, fields?: Array<string> | null, include?: Array<SiretInclude> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AFNORFacilityPayloadHistory>>;
|
|
256
319
|
/**
|
|
257
|
-
*
|
|
320
|
+
* Returns the details of a facility according to an instance-id.
|
|
258
321
|
* @summary Gets a siret (facility) by id-instance
|
|
259
|
-
* @param {string} idInstance
|
|
322
|
+
* @param {string} idInstance AFNOR instance ID (UUID)
|
|
323
|
+
* @param {Array<string> | null} [fields] Fields of a SIRET resource.
|
|
324
|
+
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
260
325
|
* @param {*} [options] Override http request option.
|
|
261
326
|
* @throws {RequiredError}
|
|
262
327
|
*/
|
|
263
|
-
getSiretByIdInstanceProxyApiV1AfnorDirectoryV1SiretIdInstanceIdInstanceGet(idInstance: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
328
|
+
getSiretByIdInstanceProxyApiV1AfnorDirectoryV1SiretIdInstanceIdInstanceGet(idInstance: string, fields?: Array<string> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AFNORFacilityPayloadHistory>>;
|
|
264
329
|
/**
|
|
265
|
-
* Partially
|
|
266
|
-
* @summary Partially updates a directory line
|
|
267
|
-
* @param {string} idInstance
|
|
330
|
+
* Partially updates a directory line.
|
|
331
|
+
* @summary Partially updates a directory line..
|
|
332
|
+
* @param {string} idInstance AFNOR instance ID (UUID)
|
|
333
|
+
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
268
334
|
* @param {*} [options] Override http request option.
|
|
269
335
|
* @throws {RequiredError}
|
|
270
336
|
*/
|
|
271
|
-
patchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstancePatch(idInstance: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
337
|
+
patchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstancePatch(idInstance: string, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AFNORDirectoryLinePost201Response>>;
|
|
272
338
|
/**
|
|
273
|
-
* Partially update a private routing code
|
|
274
|
-
* @summary Partially update a private routing code
|
|
275
|
-
* @param {string} idInstance
|
|
339
|
+
* Partially update a private routing code.
|
|
340
|
+
* @summary Partially update a private routing code.
|
|
341
|
+
* @param {string} idInstance AFNOR instance ID (UUID)
|
|
342
|
+
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
276
343
|
* @param {*} [options] Override http request option.
|
|
277
344
|
* @throws {RequiredError}
|
|
278
345
|
*/
|
|
279
|
-
patchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePatch(idInstance: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
346
|
+
patchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePatch(idInstance: string, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AFNORRoutingCodePost201Response>>;
|
|
280
347
|
/**
|
|
281
|
-
* Completely update a private routing code
|
|
282
|
-
* @summary Completely update a private routing code
|
|
283
|
-
* @param {string} idInstance
|
|
348
|
+
* Completely update a private routing code.
|
|
349
|
+
* @summary Completely update a private routing code.
|
|
350
|
+
* @param {string} idInstance AFNOR instance ID (UUID)
|
|
351
|
+
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
284
352
|
* @param {*} [options] Override http request option.
|
|
285
353
|
* @throws {RequiredError}
|
|
286
354
|
*/
|
|
287
|
-
putRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePut(idInstance: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
355
|
+
putRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePut(idInstance: string, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AFNORRoutingCodePost201Response>>;
|
|
288
356
|
/**
|
|
289
|
-
* Search for directory lines
|
|
357
|
+
* Search for directory lines that meet all the criteria passed as parameters and return the results in the desired format.
|
|
290
358
|
* @summary Search for a directory line
|
|
359
|
+
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
291
360
|
* @param {*} [options] Override http request option.
|
|
292
361
|
* @throws {RequiredError}
|
|
293
362
|
*/
|
|
294
|
-
searchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineSearchPost(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
363
|
+
searchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineSearchPost(acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AFNORDirectoryLineSearchPost200Response>>;
|
|
295
364
|
/**
|
|
296
|
-
* Search for routing codes
|
|
365
|
+
* Search for routing codes that meet all the criteria passed as parameters and return the routing codes in the desired format.
|
|
297
366
|
* @summary Search for a routing code
|
|
367
|
+
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
298
368
|
* @param {*} [options] Override http request option.
|
|
299
369
|
* @throws {RequiredError}
|
|
300
370
|
*/
|
|
301
|
-
searchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeSearchPost(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
371
|
+
searchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeSearchPost(acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AFNORRoutingCodeSearchPost200Response>>;
|
|
302
372
|
/**
|
|
303
|
-
* Multi-criteria search
|
|
373
|
+
* Multi-criteria company search.
|
|
304
374
|
* @summary SIREN search (or legal unit)
|
|
375
|
+
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
305
376
|
* @param {*} [options] Override http request option.
|
|
306
377
|
* @throws {RequiredError}
|
|
307
378
|
*/
|
|
308
|
-
searchSirenProxyApiV1AfnorDirectoryV1SirenSearchPost(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
379
|
+
searchSirenProxyApiV1AfnorDirectoryV1SirenSearchPost(acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AFNORSirenSearchPost200Response>>;
|
|
309
380
|
/**
|
|
310
|
-
* Multi-criteria search for
|
|
381
|
+
* Multi-criteria search for facilities.
|
|
311
382
|
* @summary Search for a SIRET (facility)
|
|
383
|
+
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
312
384
|
* @param {*} [options] Override http request option.
|
|
313
385
|
* @throws {RequiredError}
|
|
314
386
|
*/
|
|
315
|
-
searchSiretProxyApiV1AfnorDirectoryV1SiretSearchPost(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
387
|
+
searchSiretProxyApiV1AfnorDirectoryV1SiretSearchPost(acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AFNORSiretSearchPost200Response>>;
|
|
316
388
|
};
|
|
317
389
|
/**
|
|
318
390
|
* AFNORPDPPADirectoryServiceApi - factory interface
|
|
319
391
|
*/
|
|
320
392
|
export declare const AFNORPDPPADirectoryServiceApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
321
393
|
/**
|
|
322
|
-
*
|
|
394
|
+
* Creation of a new directory line for a SIREN, a SIRET or a ROUTING CODE.
|
|
323
395
|
* @summary Creating a directory line
|
|
396
|
+
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
324
397
|
* @param {*} [options] Override http request option.
|
|
325
398
|
* @throws {RequiredError}
|
|
326
399
|
*/
|
|
327
|
-
createDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLinePost(options?: RawAxiosRequestConfig): AxiosPromise<any>;
|
|
400
|
+
createDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLinePost(acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): AxiosPromise<any>;
|
|
328
401
|
/**
|
|
329
|
-
*
|
|
402
|
+
* Creating a routing code.
|
|
330
403
|
* @summary Create a routing code
|
|
404
|
+
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
331
405
|
* @param {*} [options] Override http request option.
|
|
332
406
|
* @throws {RequiredError}
|
|
333
407
|
*/
|
|
334
|
-
createRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodePost(options?: RawAxiosRequestConfig): AxiosPromise<any>;
|
|
408
|
+
createRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodePost(acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): AxiosPromise<any>;
|
|
335
409
|
/**
|
|
336
|
-
* Delete a directory line
|
|
410
|
+
* Delete a directory line.
|
|
337
411
|
* @summary Delete a directory line
|
|
338
|
-
* @param {string} idInstance
|
|
412
|
+
* @param {string} idInstance AFNOR instance ID (UUID)
|
|
413
|
+
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
339
414
|
* @param {*} [options] Override http request option.
|
|
340
415
|
* @throws {RequiredError}
|
|
341
416
|
*/
|
|
342
|
-
deleteDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceDelete(idInstance: string, options?: RawAxiosRequestConfig): AxiosPromise<any>;
|
|
417
|
+
deleteDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceDelete(idInstance: string, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): AxiosPromise<any>;
|
|
343
418
|
/**
|
|
344
|
-
* Check Directory Service availability
|
|
419
|
+
* Check Directory Service availability (AFNOR XP Z12-013 compliant)
|
|
345
420
|
* @summary Healthcheck Directory Service
|
|
346
421
|
* @param {*} [options] Override http request option.
|
|
347
422
|
* @throws {RequiredError}
|
|
348
423
|
*/
|
|
349
|
-
directoryHealthcheckProxyApiV1AfnorDirectoryV1HealthcheckGet(options?: RawAxiosRequestConfig): AxiosPromise<
|
|
424
|
+
directoryHealthcheckProxyApiV1AfnorDirectoryV1HealthcheckGet(options?: RawAxiosRequestConfig): AxiosPromise<object>;
|
|
350
425
|
/**
|
|
351
|
-
*
|
|
352
|
-
* @summary Get a directory line
|
|
353
|
-
* @param {string} addressingIdentifier
|
|
426
|
+
* Retrieve the data from the directory line corresponding to the identifier passed in parameters.
|
|
427
|
+
* @summary Get a directory line.
|
|
428
|
+
* @param {string} addressingIdentifier Addressing identifier (SIREN, SIRET or routing code)
|
|
429
|
+
* @param {Array<string> | null} [fields] Fields of the Directory Line resource.
|
|
430
|
+
* @param {Array<DirectoryLineInclude> | null} [include] Relations to include in the response.
|
|
431
|
+
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
354
432
|
* @param {*} [options] Override http request option.
|
|
355
433
|
* @throws {RequiredError}
|
|
356
434
|
*/
|
|
357
|
-
getDirectoryLineByCodeProxyApiV1AfnorDirectoryV1DirectoryLineCodeAddressingIdentifierGet(addressingIdentifier: string, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
435
|
+
getDirectoryLineByCodeProxyApiV1AfnorDirectoryV1DirectoryLineCodeAddressingIdentifierGet(addressingIdentifier: string, fields?: Array<string> | null, include?: Array<DirectoryLineInclude> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): AxiosPromise<AFNORDirectoryLinePayloadHistoryLegalUnitFacilityRoutingCode>;
|
|
358
436
|
/**
|
|
359
|
-
*
|
|
360
|
-
* @summary Get a directory line
|
|
361
|
-
* @param {string} idInstance
|
|
437
|
+
* Retrieve the data from the directory line corresponding to the identifier passed in parameters.
|
|
438
|
+
* @summary Get a directory line.
|
|
439
|
+
* @param {string} idInstance AFNOR instance ID (UUID)
|
|
440
|
+
* @param {Array<string> | null} [fields] Fields of the Directory Line resource.
|
|
441
|
+
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
362
442
|
* @param {*} [options] Override http request option.
|
|
363
443
|
* @throws {RequiredError}
|
|
364
444
|
*/
|
|
365
|
-
getDirectoryLineByIdInstanceProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceGet(idInstance: string, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
445
|
+
getDirectoryLineByIdInstanceProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceGet(idInstance: string, fields?: Array<string> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): AxiosPromise<AFNORDirectoryLinePayloadHistoryLegalUnitFacilityRoutingCode>;
|
|
366
446
|
/**
|
|
367
|
-
*
|
|
368
|
-
* @summary Get a routing code by instance-id
|
|
369
|
-
* @param {string} idInstance
|
|
447
|
+
* Retrieve the Routing Code data corresponding to the Instance ID.
|
|
448
|
+
* @summary Get a routing code by instance-id.
|
|
449
|
+
* @param {string} idInstance AFNOR instance ID (UUID)
|
|
450
|
+
* @param {Array<string> | null} [fields] Fields of the Routing Code resource
|
|
451
|
+
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
370
452
|
* @param {*} [options] Override http request option.
|
|
371
453
|
* @throws {RequiredError}
|
|
372
454
|
*/
|
|
373
|
-
getRoutingCodeByIdInstanceProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstanceGet(idInstance: string, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
455
|
+
getRoutingCodeByIdInstanceProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstanceGet(idInstance: string, fields?: Array<string> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): AxiosPromise<AFNORRoutingCodePayloadHistoryLegalUnitFacility>;
|
|
374
456
|
/**
|
|
375
|
-
*
|
|
457
|
+
* Retrieve the Routing Code data corresponding to the identifier passed in parameters.
|
|
376
458
|
* @summary Get a routing code by SIRET and routing identifier
|
|
377
|
-
* @param {string} siret
|
|
378
|
-
* @param {string} routingIdentifier
|
|
459
|
+
* @param {string} siret 14-digit SIRET number (INSEE establishment identifier)
|
|
460
|
+
* @param {string} routingIdentifier Routing code identifier
|
|
461
|
+
* @param {Array<string> | null} [fields] Fields of the Routing Code resource
|
|
462
|
+
* @param {Array<RoutingCodeInclude> | null} [include] Relations to include in the response.
|
|
463
|
+
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
379
464
|
* @param {*} [options] Override http request option.
|
|
380
465
|
* @throws {RequiredError}
|
|
381
466
|
*/
|
|
382
|
-
getRoutingCodeBySiretAndCodeProxyApiV1AfnorDirectoryV1RoutingCodeSiretSiretCodeRoutingIdentifierGet(siret: string, routingIdentifier: string, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
467
|
+
getRoutingCodeBySiretAndCodeProxyApiV1AfnorDirectoryV1RoutingCodeSiretSiretCodeRoutingIdentifierGet(siret: string, routingIdentifier: string, fields?: Array<string> | null, include?: Array<RoutingCodeInclude> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): AxiosPromise<AFNORRoutingCodePayloadHistoryLegalUnitFacility>;
|
|
383
468
|
/**
|
|
384
|
-
* Returns details of a company (legal unit) identified by
|
|
469
|
+
* Returns the details of a company (legal unit) identified by the SIREN number passed as a parameter.
|
|
385
470
|
* @summary Consult a siren (legal unit) by SIREN number
|
|
386
|
-
* @param {string} siren
|
|
471
|
+
* @param {string} siren 9-digit SIREN number (INSEE company identifier)
|
|
472
|
+
* @param {Array<string> | null} [fields] Fields of the SIREN resource
|
|
473
|
+
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
387
474
|
* @param {*} [options] Override http request option.
|
|
388
475
|
* @throws {RequiredError}
|
|
389
476
|
*/
|
|
390
|
-
getSirenByCodeInseeProxyApiV1AfnorDirectoryV1SirenCodeInseeSirenGet(siren: string, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
477
|
+
getSirenByCodeInseeProxyApiV1AfnorDirectoryV1SirenCodeInseeSirenGet(siren: string, fields?: Array<string> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): AxiosPromise<AFNORLegalUnitPayloadHistory>;
|
|
391
478
|
/**
|
|
392
|
-
*
|
|
479
|
+
* Returns the details of a company (legal unit) identified by the id-instance passed as a parameter.
|
|
393
480
|
* @summary Gets a siren (legal unit) by instance ID
|
|
394
|
-
* @param {string} idInstance
|
|
481
|
+
* @param {string} idInstance AFNOR instance ID (UUID)
|
|
482
|
+
* @param {Array<string> | null} [fields] Fields of the SIREN resource
|
|
483
|
+
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
395
484
|
* @param {*} [options] Override http request option.
|
|
396
485
|
* @throws {RequiredError}
|
|
397
486
|
*/
|
|
398
|
-
getSirenByIdInstanceProxyApiV1AfnorDirectoryV1SirenIdInstanceIdInstanceGet(idInstance: string, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
487
|
+
getSirenByIdInstanceProxyApiV1AfnorDirectoryV1SirenIdInstanceIdInstanceGet(idInstance: string, fields?: Array<string> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): AxiosPromise<AFNORLegalUnitPayloadHistory>;
|
|
399
488
|
/**
|
|
400
|
-
*
|
|
489
|
+
* Returns the details of a facility associated to a SIRET.
|
|
401
490
|
* @summary Gets a siret (facility) by SIRET number
|
|
402
|
-
* @param {string} siret
|
|
491
|
+
* @param {string} siret 14-digit SIRET number (INSEE establishment identifier)
|
|
492
|
+
* @param {Array<string> | null} [fields] Fields of a SIRET resource.
|
|
493
|
+
* @param {Array<SiretInclude> | null} [include] Relations to include in the response.
|
|
494
|
+
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
403
495
|
* @param {*} [options] Override http request option.
|
|
404
496
|
* @throws {RequiredError}
|
|
405
497
|
*/
|
|
406
|
-
getSiretByCodeInseeProxyApiV1AfnorDirectoryV1SiretCodeInseeSiretGet(siret: string, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
498
|
+
getSiretByCodeInseeProxyApiV1AfnorDirectoryV1SiretCodeInseeSiretGet(siret: string, fields?: Array<string> | null, include?: Array<SiretInclude> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): AxiosPromise<AFNORFacilityPayloadHistory>;
|
|
407
499
|
/**
|
|
408
|
-
*
|
|
500
|
+
* Returns the details of a facility according to an instance-id.
|
|
409
501
|
* @summary Gets a siret (facility) by id-instance
|
|
410
|
-
* @param {string} idInstance
|
|
502
|
+
* @param {string} idInstance AFNOR instance ID (UUID)
|
|
503
|
+
* @param {Array<string> | null} [fields] Fields of a SIRET resource.
|
|
504
|
+
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
411
505
|
* @param {*} [options] Override http request option.
|
|
412
506
|
* @throws {RequiredError}
|
|
413
507
|
*/
|
|
414
|
-
getSiretByIdInstanceProxyApiV1AfnorDirectoryV1SiretIdInstanceIdInstanceGet(idInstance: string, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
508
|
+
getSiretByIdInstanceProxyApiV1AfnorDirectoryV1SiretIdInstanceIdInstanceGet(idInstance: string, fields?: Array<string> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): AxiosPromise<AFNORFacilityPayloadHistory>;
|
|
415
509
|
/**
|
|
416
|
-
* Partially
|
|
417
|
-
* @summary Partially updates a directory line
|
|
418
|
-
* @param {string} idInstance
|
|
510
|
+
* Partially updates a directory line.
|
|
511
|
+
* @summary Partially updates a directory line..
|
|
512
|
+
* @param {string} idInstance AFNOR instance ID (UUID)
|
|
513
|
+
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
419
514
|
* @param {*} [options] Override http request option.
|
|
420
515
|
* @throws {RequiredError}
|
|
421
516
|
*/
|
|
422
|
-
patchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstancePatch(idInstance: string, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
517
|
+
patchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstancePatch(idInstance: string, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): AxiosPromise<AFNORDirectoryLinePost201Response>;
|
|
423
518
|
/**
|
|
424
|
-
* Partially update a private routing code
|
|
425
|
-
* @summary Partially update a private routing code
|
|
426
|
-
* @param {string} idInstance
|
|
519
|
+
* Partially update a private routing code.
|
|
520
|
+
* @summary Partially update a private routing code.
|
|
521
|
+
* @param {string} idInstance AFNOR instance ID (UUID)
|
|
522
|
+
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
427
523
|
* @param {*} [options] Override http request option.
|
|
428
524
|
* @throws {RequiredError}
|
|
429
525
|
*/
|
|
430
|
-
patchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePatch(idInstance: string, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
526
|
+
patchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePatch(idInstance: string, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): AxiosPromise<AFNORRoutingCodePost201Response>;
|
|
431
527
|
/**
|
|
432
|
-
* Completely update a private routing code
|
|
433
|
-
* @summary Completely update a private routing code
|
|
434
|
-
* @param {string} idInstance
|
|
528
|
+
* Completely update a private routing code.
|
|
529
|
+
* @summary Completely update a private routing code.
|
|
530
|
+
* @param {string} idInstance AFNOR instance ID (UUID)
|
|
531
|
+
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
435
532
|
* @param {*} [options] Override http request option.
|
|
436
533
|
* @throws {RequiredError}
|
|
437
534
|
*/
|
|
438
|
-
putRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePut(idInstance: string, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
535
|
+
putRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePut(idInstance: string, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): AxiosPromise<AFNORRoutingCodePost201Response>;
|
|
439
536
|
/**
|
|
440
|
-
* Search for directory lines
|
|
537
|
+
* Search for directory lines that meet all the criteria passed as parameters and return the results in the desired format.
|
|
441
538
|
* @summary Search for a directory line
|
|
539
|
+
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
442
540
|
* @param {*} [options] Override http request option.
|
|
443
541
|
* @throws {RequiredError}
|
|
444
542
|
*/
|
|
445
|
-
searchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineSearchPost(options?: RawAxiosRequestConfig): AxiosPromise<
|
|
543
|
+
searchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineSearchPost(acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): AxiosPromise<AFNORDirectoryLineSearchPost200Response>;
|
|
446
544
|
/**
|
|
447
|
-
* Search for routing codes
|
|
545
|
+
* Search for routing codes that meet all the criteria passed as parameters and return the routing codes in the desired format.
|
|
448
546
|
* @summary Search for a routing code
|
|
547
|
+
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
449
548
|
* @param {*} [options] Override http request option.
|
|
450
549
|
* @throws {RequiredError}
|
|
451
550
|
*/
|
|
452
|
-
searchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeSearchPost(options?: RawAxiosRequestConfig): AxiosPromise<
|
|
551
|
+
searchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeSearchPost(acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): AxiosPromise<AFNORRoutingCodeSearchPost200Response>;
|
|
453
552
|
/**
|
|
454
|
-
* Multi-criteria search
|
|
553
|
+
* Multi-criteria company search.
|
|
455
554
|
* @summary SIREN search (or legal unit)
|
|
555
|
+
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
456
556
|
* @param {*} [options] Override http request option.
|
|
457
557
|
* @throws {RequiredError}
|
|
458
558
|
*/
|
|
459
|
-
searchSirenProxyApiV1AfnorDirectoryV1SirenSearchPost(options?: RawAxiosRequestConfig): AxiosPromise<
|
|
559
|
+
searchSirenProxyApiV1AfnorDirectoryV1SirenSearchPost(acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): AxiosPromise<AFNORSirenSearchPost200Response>;
|
|
460
560
|
/**
|
|
461
|
-
* Multi-criteria search for
|
|
561
|
+
* Multi-criteria search for facilities.
|
|
462
562
|
* @summary Search for a SIRET (facility)
|
|
563
|
+
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
463
564
|
* @param {*} [options] Override http request option.
|
|
464
565
|
* @throws {RequiredError}
|
|
465
566
|
*/
|
|
466
|
-
searchSiretProxyApiV1AfnorDirectoryV1SiretSearchPost(options?: RawAxiosRequestConfig): AxiosPromise<
|
|
567
|
+
searchSiretProxyApiV1AfnorDirectoryV1SiretSearchPost(acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): AxiosPromise<AFNORSiretSearchPost200Response>;
|
|
467
568
|
};
|
|
468
569
|
/**
|
|
469
570
|
* AFNORPDPPADirectoryServiceApi - object-oriented interface
|
|
470
571
|
*/
|
|
471
572
|
export declare class AFNORPDPPADirectoryServiceApi extends BaseAPI {
|
|
472
573
|
/**
|
|
473
|
-
*
|
|
574
|
+
* Creation of a new directory line for a SIREN, a SIRET or a ROUTING CODE.
|
|
474
575
|
* @summary Creating a directory line
|
|
576
|
+
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
475
577
|
* @param {*} [options] Override http request option.
|
|
476
578
|
* @throws {RequiredError}
|
|
477
579
|
*/
|
|
478
|
-
createDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLinePost(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
580
|
+
createDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLinePost(acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
479
581
|
/**
|
|
480
|
-
*
|
|
582
|
+
* Creating a routing code.
|
|
481
583
|
* @summary Create a routing code
|
|
584
|
+
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
482
585
|
* @param {*} [options] Override http request option.
|
|
483
586
|
* @throws {RequiredError}
|
|
484
587
|
*/
|
|
485
|
-
createRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodePost(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
588
|
+
createRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodePost(acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
486
589
|
/**
|
|
487
|
-
* Delete a directory line
|
|
590
|
+
* Delete a directory line.
|
|
488
591
|
* @summary Delete a directory line
|
|
489
|
-
* @param {string} idInstance
|
|
592
|
+
* @param {string} idInstance AFNOR instance ID (UUID)
|
|
593
|
+
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
490
594
|
* @param {*} [options] Override http request option.
|
|
491
595
|
* @throws {RequiredError}
|
|
492
596
|
*/
|
|
493
|
-
deleteDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceDelete(idInstance: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
597
|
+
deleteDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceDelete(idInstance: string, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
494
598
|
/**
|
|
495
|
-
* Check Directory Service availability
|
|
599
|
+
* Check Directory Service availability (AFNOR XP Z12-013 compliant)
|
|
496
600
|
* @summary Healthcheck Directory Service
|
|
497
601
|
* @param {*} [options] Override http request option.
|
|
498
602
|
* @throws {RequiredError}
|
|
499
603
|
*/
|
|
500
|
-
directoryHealthcheckProxyApiV1AfnorDirectoryV1HealthcheckGet(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
604
|
+
directoryHealthcheckProxyApiV1AfnorDirectoryV1HealthcheckGet(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<object, any, {}>>;
|
|
501
605
|
/**
|
|
502
|
-
*
|
|
503
|
-
* @summary Get a directory line
|
|
504
|
-
* @param {string} addressingIdentifier
|
|
606
|
+
* Retrieve the data from the directory line corresponding to the identifier passed in parameters.
|
|
607
|
+
* @summary Get a directory line.
|
|
608
|
+
* @param {string} addressingIdentifier Addressing identifier (SIREN, SIRET or routing code)
|
|
609
|
+
* @param {Array<string> | null} [fields] Fields of the Directory Line resource.
|
|
610
|
+
* @param {Array<DirectoryLineInclude> | null} [include] Relations to include in the response.
|
|
611
|
+
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
505
612
|
* @param {*} [options] Override http request option.
|
|
506
613
|
* @throws {RequiredError}
|
|
507
614
|
*/
|
|
508
|
-
getDirectoryLineByCodeProxyApiV1AfnorDirectoryV1DirectoryLineCodeAddressingIdentifierGet(addressingIdentifier: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
615
|
+
getDirectoryLineByCodeProxyApiV1AfnorDirectoryV1DirectoryLineCodeAddressingIdentifierGet(addressingIdentifier: string, fields?: Array<string> | null, include?: Array<DirectoryLineInclude> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AFNORDirectoryLinePayloadHistoryLegalUnitFacilityRoutingCode, any, {}>>;
|
|
509
616
|
/**
|
|
510
|
-
*
|
|
511
|
-
* @summary Get a directory line
|
|
512
|
-
* @param {string} idInstance
|
|
617
|
+
* Retrieve the data from the directory line corresponding to the identifier passed in parameters.
|
|
618
|
+
* @summary Get a directory line.
|
|
619
|
+
* @param {string} idInstance AFNOR instance ID (UUID)
|
|
620
|
+
* @param {Array<string> | null} [fields] Fields of the Directory Line resource.
|
|
621
|
+
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
513
622
|
* @param {*} [options] Override http request option.
|
|
514
623
|
* @throws {RequiredError}
|
|
515
624
|
*/
|
|
516
|
-
getDirectoryLineByIdInstanceProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceGet(idInstance: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
625
|
+
getDirectoryLineByIdInstanceProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceGet(idInstance: string, fields?: Array<string> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AFNORDirectoryLinePayloadHistoryLegalUnitFacilityRoutingCode, any, {}>>;
|
|
517
626
|
/**
|
|
518
|
-
*
|
|
519
|
-
* @summary Get a routing code by instance-id
|
|
520
|
-
* @param {string} idInstance
|
|
627
|
+
* Retrieve the Routing Code data corresponding to the Instance ID.
|
|
628
|
+
* @summary Get a routing code by instance-id.
|
|
629
|
+
* @param {string} idInstance AFNOR instance ID (UUID)
|
|
630
|
+
* @param {Array<string> | null} [fields] Fields of the Routing Code resource
|
|
631
|
+
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
521
632
|
* @param {*} [options] Override http request option.
|
|
522
633
|
* @throws {RequiredError}
|
|
523
634
|
*/
|
|
524
|
-
getRoutingCodeByIdInstanceProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstanceGet(idInstance: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
635
|
+
getRoutingCodeByIdInstanceProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstanceGet(idInstance: string, fields?: Array<string> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AFNORRoutingCodePayloadHistoryLegalUnitFacility, any, {}>>;
|
|
525
636
|
/**
|
|
526
|
-
*
|
|
637
|
+
* Retrieve the Routing Code data corresponding to the identifier passed in parameters.
|
|
527
638
|
* @summary Get a routing code by SIRET and routing identifier
|
|
528
|
-
* @param {string} siret
|
|
529
|
-
* @param {string} routingIdentifier
|
|
639
|
+
* @param {string} siret 14-digit SIRET number (INSEE establishment identifier)
|
|
640
|
+
* @param {string} routingIdentifier Routing code identifier
|
|
641
|
+
* @param {Array<string> | null} [fields] Fields of the Routing Code resource
|
|
642
|
+
* @param {Array<RoutingCodeInclude> | null} [include] Relations to include in the response.
|
|
643
|
+
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
530
644
|
* @param {*} [options] Override http request option.
|
|
531
645
|
* @throws {RequiredError}
|
|
532
646
|
*/
|
|
533
|
-
getRoutingCodeBySiretAndCodeProxyApiV1AfnorDirectoryV1RoutingCodeSiretSiretCodeRoutingIdentifierGet(siret: string, routingIdentifier: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
647
|
+
getRoutingCodeBySiretAndCodeProxyApiV1AfnorDirectoryV1RoutingCodeSiretSiretCodeRoutingIdentifierGet(siret: string, routingIdentifier: string, fields?: Array<string> | null, include?: Array<RoutingCodeInclude> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AFNORRoutingCodePayloadHistoryLegalUnitFacility, any, {}>>;
|
|
534
648
|
/**
|
|
535
|
-
* Returns details of a company (legal unit) identified by
|
|
649
|
+
* Returns the details of a company (legal unit) identified by the SIREN number passed as a parameter.
|
|
536
650
|
* @summary Consult a siren (legal unit) by SIREN number
|
|
537
|
-
* @param {string} siren
|
|
651
|
+
* @param {string} siren 9-digit SIREN number (INSEE company identifier)
|
|
652
|
+
* @param {Array<string> | null} [fields] Fields of the SIREN resource
|
|
653
|
+
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
538
654
|
* @param {*} [options] Override http request option.
|
|
539
655
|
* @throws {RequiredError}
|
|
540
656
|
*/
|
|
541
|
-
getSirenByCodeInseeProxyApiV1AfnorDirectoryV1SirenCodeInseeSirenGet(siren: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
657
|
+
getSirenByCodeInseeProxyApiV1AfnorDirectoryV1SirenCodeInseeSirenGet(siren: string, fields?: Array<string> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AFNORLegalUnitPayloadHistory, any, {}>>;
|
|
542
658
|
/**
|
|
543
|
-
*
|
|
659
|
+
* Returns the details of a company (legal unit) identified by the id-instance passed as a parameter.
|
|
544
660
|
* @summary Gets a siren (legal unit) by instance ID
|
|
545
|
-
* @param {string} idInstance
|
|
661
|
+
* @param {string} idInstance AFNOR instance ID (UUID)
|
|
662
|
+
* @param {Array<string> | null} [fields] Fields of the SIREN resource
|
|
663
|
+
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
546
664
|
* @param {*} [options] Override http request option.
|
|
547
665
|
* @throws {RequiredError}
|
|
548
666
|
*/
|
|
549
|
-
getSirenByIdInstanceProxyApiV1AfnorDirectoryV1SirenIdInstanceIdInstanceGet(idInstance: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
667
|
+
getSirenByIdInstanceProxyApiV1AfnorDirectoryV1SirenIdInstanceIdInstanceGet(idInstance: string, fields?: Array<string> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AFNORLegalUnitPayloadHistory, any, {}>>;
|
|
550
668
|
/**
|
|
551
|
-
*
|
|
669
|
+
* Returns the details of a facility associated to a SIRET.
|
|
552
670
|
* @summary Gets a siret (facility) by SIRET number
|
|
553
|
-
* @param {string} siret
|
|
671
|
+
* @param {string} siret 14-digit SIRET number (INSEE establishment identifier)
|
|
672
|
+
* @param {Array<string> | null} [fields] Fields of a SIRET resource.
|
|
673
|
+
* @param {Array<SiretInclude> | null} [include] Relations to include in the response.
|
|
674
|
+
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
554
675
|
* @param {*} [options] Override http request option.
|
|
555
676
|
* @throws {RequiredError}
|
|
556
677
|
*/
|
|
557
|
-
getSiretByCodeInseeProxyApiV1AfnorDirectoryV1SiretCodeInseeSiretGet(siret: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
678
|
+
getSiretByCodeInseeProxyApiV1AfnorDirectoryV1SiretCodeInseeSiretGet(siret: string, fields?: Array<string> | null, include?: Array<SiretInclude> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AFNORFacilityPayloadHistory, any, {}>>;
|
|
558
679
|
/**
|
|
559
|
-
*
|
|
680
|
+
* Returns the details of a facility according to an instance-id.
|
|
560
681
|
* @summary Gets a siret (facility) by id-instance
|
|
561
|
-
* @param {string} idInstance
|
|
682
|
+
* @param {string} idInstance AFNOR instance ID (UUID)
|
|
683
|
+
* @param {Array<string> | null} [fields] Fields of a SIRET resource.
|
|
684
|
+
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
562
685
|
* @param {*} [options] Override http request option.
|
|
563
686
|
* @throws {RequiredError}
|
|
564
687
|
*/
|
|
565
|
-
getSiretByIdInstanceProxyApiV1AfnorDirectoryV1SiretIdInstanceIdInstanceGet(idInstance: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
688
|
+
getSiretByIdInstanceProxyApiV1AfnorDirectoryV1SiretIdInstanceIdInstanceGet(idInstance: string, fields?: Array<string> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AFNORFacilityPayloadHistory, any, {}>>;
|
|
566
689
|
/**
|
|
567
|
-
* Partially
|
|
568
|
-
* @summary Partially updates a directory line
|
|
569
|
-
* @param {string} idInstance
|
|
690
|
+
* Partially updates a directory line.
|
|
691
|
+
* @summary Partially updates a directory line..
|
|
692
|
+
* @param {string} idInstance AFNOR instance ID (UUID)
|
|
693
|
+
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
570
694
|
* @param {*} [options] Override http request option.
|
|
571
695
|
* @throws {RequiredError}
|
|
572
696
|
*/
|
|
573
|
-
patchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstancePatch(idInstance: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
697
|
+
patchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstancePatch(idInstance: string, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AFNORDirectoryLinePost201Response, any, {}>>;
|
|
574
698
|
/**
|
|
575
|
-
* Partially update a private routing code
|
|
576
|
-
* @summary Partially update a private routing code
|
|
577
|
-
* @param {string} idInstance
|
|
699
|
+
* Partially update a private routing code.
|
|
700
|
+
* @summary Partially update a private routing code.
|
|
701
|
+
* @param {string} idInstance AFNOR instance ID (UUID)
|
|
702
|
+
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
578
703
|
* @param {*} [options] Override http request option.
|
|
579
704
|
* @throws {RequiredError}
|
|
580
705
|
*/
|
|
581
|
-
patchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePatch(idInstance: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
706
|
+
patchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePatch(idInstance: string, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AFNORRoutingCodePost201Response, any, {}>>;
|
|
582
707
|
/**
|
|
583
|
-
* Completely update a private routing code
|
|
584
|
-
* @summary Completely update a private routing code
|
|
585
|
-
* @param {string} idInstance
|
|
708
|
+
* Completely update a private routing code.
|
|
709
|
+
* @summary Completely update a private routing code.
|
|
710
|
+
* @param {string} idInstance AFNOR instance ID (UUID)
|
|
711
|
+
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
586
712
|
* @param {*} [options] Override http request option.
|
|
587
713
|
* @throws {RequiredError}
|
|
588
714
|
*/
|
|
589
|
-
putRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePut(idInstance: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
715
|
+
putRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePut(idInstance: string, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AFNORRoutingCodePost201Response, any, {}>>;
|
|
590
716
|
/**
|
|
591
|
-
* Search for directory lines
|
|
717
|
+
* Search for directory lines that meet all the criteria passed as parameters and return the results in the desired format.
|
|
592
718
|
* @summary Search for a directory line
|
|
719
|
+
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
593
720
|
* @param {*} [options] Override http request option.
|
|
594
721
|
* @throws {RequiredError}
|
|
595
722
|
*/
|
|
596
|
-
searchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineSearchPost(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
723
|
+
searchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineSearchPost(acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AFNORDirectoryLineSearchPost200Response, any, {}>>;
|
|
597
724
|
/**
|
|
598
|
-
* Search for routing codes
|
|
725
|
+
* Search for routing codes that meet all the criteria passed as parameters and return the routing codes in the desired format.
|
|
599
726
|
* @summary Search for a routing code
|
|
727
|
+
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
600
728
|
* @param {*} [options] Override http request option.
|
|
601
729
|
* @throws {RequiredError}
|
|
602
730
|
*/
|
|
603
|
-
searchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeSearchPost(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
731
|
+
searchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeSearchPost(acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AFNORRoutingCodeSearchPost200Response, any, {}>>;
|
|
604
732
|
/**
|
|
605
|
-
* Multi-criteria search
|
|
733
|
+
* Multi-criteria company search.
|
|
606
734
|
* @summary SIREN search (or legal unit)
|
|
735
|
+
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
607
736
|
* @param {*} [options] Override http request option.
|
|
608
737
|
* @throws {RequiredError}
|
|
609
738
|
*/
|
|
610
|
-
searchSirenProxyApiV1AfnorDirectoryV1SirenSearchPost(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
739
|
+
searchSirenProxyApiV1AfnorDirectoryV1SirenSearchPost(acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AFNORSirenSearchPost200Response, any, {}>>;
|
|
611
740
|
/**
|
|
612
|
-
* Multi-criteria search for
|
|
741
|
+
* Multi-criteria search for facilities.
|
|
613
742
|
* @summary Search for a SIRET (facility)
|
|
743
|
+
* @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
|
|
614
744
|
* @param {*} [options] Override http request option.
|
|
615
745
|
* @throws {RequiredError}
|
|
616
746
|
*/
|
|
617
|
-
searchSiretProxyApiV1AfnorDirectoryV1SiretSearchPost(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
747
|
+
searchSiretProxyApiV1AfnorDirectoryV1SiretSearchPost(acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AFNORSiretSearchPost200Response, any, {}>>;
|
|
618
748
|
}
|