@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.
Files changed (1672) hide show
  1. package/.openapi-generator/FILES +282 -8
  2. package/CHANGELOG.md +3 -3
  3. package/LICENSE +1 -1
  4. package/api/afnorpdppaapi.ts +10 -10
  5. package/api/afnorpdppadirectory-service-api.ts +560 -284
  6. package/api/afnorpdppaflow-service-api.ts +96 -43
  7. package/api/chorus-pro-api.ts +12 -10
  8. package/api/document-conversion-api.ts +34 -122
  9. package/api/downloads-api.ts +360 -0
  10. package/api/ereporting-api.ts +927 -0
  11. package/api/health-api.ts +2 -2
  12. package/api/invoice-processing-api.ts +158 -68
  13. package/api/pdfxmlverification-api.ts +64 -32
  14. package/api/user-api.ts +2 -2
  15. package/api.ts +4 -2
  16. package/base.ts +3 -3
  17. package/common.ts +17 -4
  18. package/configuration.ts +2 -2
  19. package/dist/api/afnorpdppaapi.d.ts +10 -10
  20. package/dist/api/afnorpdppaapi.js +10 -10
  21. package/dist/api/afnorpdppadirectory-service-api.d.ts +359 -229
  22. package/dist/api/afnorpdppadirectory-service-api.js +519 -280
  23. package/dist/api/afnorpdppaflow-service-api.d.ts +54 -33
  24. package/dist/api/afnorpdppaflow-service-api.js +76 -40
  25. package/dist/api/chorus-pro-api.d.ts +10 -10
  26. package/dist/api/chorus-pro-api.js +10 -10
  27. package/dist/api/document-conversion-api.d.ts +26 -62
  28. package/dist/api/document-conversion-api.js +32 -113
  29. package/dist/api/downloads-api.d.ts +170 -0
  30. package/dist/api/downloads-api.js +356 -0
  31. package/dist/api/ereporting-api.d.ts +443 -0
  32. package/dist/api/ereporting-api.js +878 -0
  33. package/dist/api/health-api.d.ts +2 -2
  34. package/dist/api/health-api.js +2 -2
  35. package/dist/api/invoice-processing-api.d.ts +94 -50
  36. package/dist/api/invoice-processing-api.js +145 -68
  37. package/dist/api/pdfxmlverification-api.d.ts +42 -26
  38. package/dist/api/pdfxmlverification-api.js +60 -32
  39. package/dist/api/user-api.d.ts +2 -2
  40. package/dist/api/user-api.js +2 -2
  41. package/dist/api.d.ts +4 -2
  42. package/dist/api.js +4 -2
  43. package/dist/base.d.ts +2 -2
  44. package/dist/base.js +3 -3
  45. package/dist/common.d.ts +8 -2
  46. package/dist/common.js +19 -5
  47. package/dist/configuration.d.ts +2 -2
  48. package/dist/configuration.js +2 -2
  49. package/dist/esm/api/afnorpdppaapi.d.ts +10 -10
  50. package/dist/esm/api/afnorpdppaapi.js +10 -10
  51. package/dist/esm/api/afnorpdppadirectory-service-api.d.ts +359 -229
  52. package/dist/esm/api/afnorpdppadirectory-service-api.js +520 -281
  53. package/dist/esm/api/afnorpdppaflow-service-api.d.ts +54 -33
  54. package/dist/esm/api/afnorpdppaflow-service-api.js +77 -41
  55. package/dist/esm/api/chorus-pro-api.d.ts +10 -10
  56. package/dist/esm/api/chorus-pro-api.js +10 -10
  57. package/dist/esm/api/document-conversion-api.d.ts +26 -62
  58. package/dist/esm/api/document-conversion-api.js +32 -113
  59. package/dist/esm/api/downloads-api.d.ts +170 -0
  60. package/dist/esm/api/downloads-api.js +346 -0
  61. package/dist/esm/api/ereporting-api.d.ts +443 -0
  62. package/dist/esm/api/ereporting-api.js +868 -0
  63. package/dist/esm/api/health-api.d.ts +2 -2
  64. package/dist/esm/api/health-api.js +2 -2
  65. package/dist/esm/api/invoice-processing-api.d.ts +94 -50
  66. package/dist/esm/api/invoice-processing-api.js +145 -68
  67. package/dist/esm/api/pdfxmlverification-api.d.ts +42 -26
  68. package/dist/esm/api/pdfxmlverification-api.js +60 -32
  69. package/dist/esm/api/user-api.d.ts +2 -2
  70. package/dist/esm/api/user-api.js +2 -2
  71. package/dist/esm/api.d.ts +4 -2
  72. package/dist/esm/api.js +4 -2
  73. package/dist/esm/base.d.ts +2 -2
  74. package/dist/esm/base.js +3 -3
  75. package/dist/esm/common.d.ts +8 -2
  76. package/dist/esm/common.js +17 -4
  77. package/dist/esm/configuration.d.ts +2 -2
  78. package/dist/esm/configuration.js +2 -2
  79. package/dist/esm/index.d.ts +2 -2
  80. package/dist/esm/index.js +2 -2
  81. package/dist/esm/models/accept-language.d.ts +19 -0
  82. package/dist/esm/models/accept-language.js +20 -0
  83. package/dist/esm/models/acknowledgment-status.d.ts +2 -2
  84. package/dist/esm/models/acknowledgment-status.js +2 -2
  85. package/dist/esm/models/additional-document.d.ts +2 -2
  86. package/dist/esm/models/additional-document.js +2 -2
  87. package/dist/esm/models/afnoracknowledgement-detail.d.ts +26 -0
  88. package/dist/esm/models/afnoracknowledgement-detail.js +17 -0
  89. package/dist/esm/models/afnoracknowledgement.d.ts +17 -0
  90. package/dist/esm/models/afnoracknowledgement.js +14 -0
  91. package/dist/esm/models/afnoraddress-edit.d.ts +44 -0
  92. package/dist/esm/models/afnoraddress-edit.js +14 -0
  93. package/dist/esm/models/afnoraddress-patch.d.ts +44 -0
  94. package/dist/esm/models/afnoraddress-patch.js +14 -0
  95. package/dist/esm/models/afnoraddress-put.d.ts +44 -0
  96. package/dist/esm/models/afnoraddress-put.js +14 -0
  97. package/dist/esm/models/afnoraddress-read.d.ts +48 -0
  98. package/dist/esm/models/afnoraddress-read.js +14 -0
  99. package/dist/esm/models/afnoralgorithm.d.ts +19 -0
  100. package/dist/esm/models/afnoralgorithm.js +20 -0
  101. package/dist/esm/models/afnorcontains-operator.d.ts +18 -0
  102. package/dist/esm/models/afnorcontains-operator.js +19 -0
  103. package/dist/esm/models/afnorcreate-directory-line-body-addressing-information.d.ts +29 -0
  104. package/dist/esm/models/afnorcreate-directory-line-body-addressing-information.js +14 -0
  105. package/dist/esm/models/afnorcreate-directory-line-body-period.d.ts +21 -0
  106. package/dist/esm/models/afnorcreate-directory-line-body-period.js +14 -0
  107. package/dist/esm/models/afnorcreate-directory-line-body.d.ts +17 -0
  108. package/dist/esm/models/afnorcreate-directory-line-body.js +14 -0
  109. package/dist/esm/models/afnorcreate-routing-code-body.d.ts +39 -0
  110. package/dist/esm/models/afnorcreate-routing-code-body.js +14 -0
  111. package/dist/esm/models/afnorcredentials.d.ts +2 -2
  112. package/dist/esm/models/afnorcredentials.js +2 -2
  113. package/dist/esm/models/afnordestination.d.ts +7 -10
  114. package/dist/esm/models/afnordestination.js +2 -7
  115. package/dist/esm/models/afnordiffusion-status.d.ts +19 -0
  116. package/dist/esm/models/afnordiffusion-status.js +20 -0
  117. package/dist/esm/models/afnordirectory-line-field.d.ts +23 -0
  118. package/dist/esm/models/afnordirectory-line-field.js +24 -0
  119. package/dist/esm/models/afnordirectory-line-payload-history-legal-unit-facility-routing-code-platform.d.ts +17 -0
  120. package/dist/esm/models/afnordirectory-line-payload-history-legal-unit-facility-routing-code-platform.js +14 -0
  121. package/dist/esm/models/afnordirectory-line-payload-history-legal-unit-facility-routing-code-routing-code.d.ts +33 -0
  122. package/dist/esm/models/afnordirectory-line-payload-history-legal-unit-facility-routing-code-routing-code.js +14 -0
  123. package/dist/esm/models/afnordirectory-line-payload-history-legal-unit-facility-routing-code.d.ts +37 -0
  124. package/dist/esm/models/afnordirectory-line-payload-history-legal-unit-facility-routing-code.js +14 -0
  125. package/dist/esm/models/afnordirectory-line-post201-response.d.ts +25 -0
  126. package/dist/esm/models/afnordirectory-line-post201-response.js +14 -0
  127. package/dist/esm/models/afnordirectory-line-search-post200-response.d.ts +21 -0
  128. package/dist/esm/models/afnordirectory-line-search-post200-response.js +14 -0
  129. package/dist/esm/models/afnorentity-type.d.ts +19 -0
  130. package/dist/esm/models/afnorentity-type.js +20 -0
  131. package/dist/esm/models/afnorerror.d.ts +21 -0
  132. package/dist/esm/models/afnorerror.js +14 -0
  133. package/dist/esm/models/afnorfacility-administrative-status.d.ts +19 -0
  134. package/dist/esm/models/afnorfacility-administrative-status.js +20 -0
  135. package/dist/esm/models/afnorfacility-nature.d.ts +19 -0
  136. package/dist/esm/models/afnorfacility-nature.js +20 -0
  137. package/dist/esm/models/afnorfacility-payload-history-ule-b2g-additional-data.d.ts +37 -0
  138. package/dist/esm/models/afnorfacility-payload-history-ule-b2g-additional-data.js +14 -0
  139. package/dist/esm/models/afnorfacility-payload-history.d.ts +37 -0
  140. package/dist/esm/models/afnorfacility-payload-history.js +14 -0
  141. package/dist/esm/models/afnorfacility-payload-included.d.ts +35 -0
  142. package/dist/esm/models/afnorfacility-payload-included.js +14 -0
  143. package/dist/esm/models/afnorfacility-type.d.ts +19 -0
  144. package/dist/esm/models/afnorfacility-type.js +20 -0
  145. package/dist/esm/models/afnorflow-ack-status.d.ts +20 -0
  146. package/dist/esm/models/afnorflow-ack-status.js +21 -0
  147. package/dist/esm/models/afnorflow-direction.d.ts +19 -0
  148. package/dist/esm/models/afnorflow-direction.js +20 -0
  149. package/dist/esm/models/afnorflow-info.d.ts +31 -0
  150. package/dist/esm/models/afnorflow-info.js +14 -0
  151. package/dist/esm/models/afnorflow-profile.d.ts +17 -0
  152. package/dist/esm/models/afnorflow-profile.js +18 -0
  153. package/dist/esm/models/afnorflow-syntax.d.ts +22 -0
  154. package/dist/esm/models/afnorflow-syntax.js +23 -0
  155. package/dist/esm/models/afnorflow-type.d.ts +30 -0
  156. package/dist/esm/models/afnorflow-type.js +31 -0
  157. package/dist/esm/models/afnorflow.d.ts +53 -0
  158. package/dist/esm/models/afnorflow.js +17 -0
  159. package/dist/esm/models/afnorfull-flow-info.d.ts +17 -0
  160. package/dist/esm/models/afnorfull-flow-info.js +14 -0
  161. package/dist/esm/models/afnorhealth-check-response.d.ts +2 -2
  162. package/dist/esm/models/afnorhealth-check-response.js +2 -2
  163. package/dist/esm/models/afnorlegal-unit-administrative-status.d.ts +19 -0
  164. package/dist/esm/models/afnorlegal-unit-administrative-status.js +20 -0
  165. package/dist/esm/models/afnorlegal-unit-payload-history.d.ts +25 -0
  166. package/dist/esm/models/afnorlegal-unit-payload-history.js +14 -0
  167. package/dist/esm/models/afnorlegal-unit-payload-included-no-siren.d.ts +21 -0
  168. package/dist/esm/models/afnorlegal-unit-payload-included-no-siren.js +14 -0
  169. package/dist/esm/models/afnorlegal-unit-payload-included.d.ts +25 -0
  170. package/dist/esm/models/afnorlegal-unit-payload-included.js +14 -0
  171. package/dist/esm/models/afnorplatform-status.d.ts +19 -0
  172. package/dist/esm/models/afnorplatform-status.js +20 -0
  173. package/dist/esm/models/afnorprocessing-rule.d.ts +23 -0
  174. package/dist/esm/models/afnorprocessing-rule.js +24 -0
  175. package/dist/esm/models/afnorreason-code-enum.d.ts +32 -0
  176. package/dist/esm/models/afnorreason-code-enum.js +33 -0
  177. package/dist/esm/models/afnorreason-code.d.ts +17 -0
  178. package/dist/esm/models/afnorreason-code.js +14 -0
  179. package/dist/esm/models/afnorrecipient-platform-type.d.ts +19 -0
  180. package/dist/esm/models/afnorrecipient-platform-type.js +20 -0
  181. package/dist/esm/models/afnorresult.d.ts +5 -2
  182. package/dist/esm/models/afnorresult.js +2 -2
  183. package/dist/esm/models/afnorrouting-code-administrative-status.d.ts +19 -0
  184. package/dist/esm/models/afnorrouting-code-administrative-status.js +20 -0
  185. package/dist/esm/models/afnorrouting-code-field.d.ts +25 -0
  186. package/dist/esm/models/afnorrouting-code-field.js +26 -0
  187. package/dist/esm/models/afnorrouting-code-payload-history-legal-unit-facility.d.ts +41 -0
  188. package/dist/esm/models/afnorrouting-code-payload-history-legal-unit-facility.js +14 -0
  189. package/dist/esm/models/afnorrouting-code-post201-response.d.ts +25 -0
  190. package/dist/esm/models/afnorrouting-code-post201-response.js +14 -0
  191. package/dist/esm/models/afnorrouting-code-search-filters-administrative-status.d.ts +17 -0
  192. package/dist/esm/models/afnorrouting-code-search-filters-administrative-status.js +14 -0
  193. package/dist/esm/models/afnorrouting-code-search-filters-routing-code-name.d.ts +19 -0
  194. package/dist/esm/models/afnorrouting-code-search-filters-routing-code-name.js +14 -0
  195. package/dist/esm/models/afnorrouting-code-search-filters-routing-identifier.d.ts +19 -0
  196. package/dist/esm/models/afnorrouting-code-search-filters-routing-identifier.js +14 -0
  197. package/dist/esm/models/afnorrouting-code-search-filters.d.ts +27 -0
  198. package/dist/esm/models/afnorrouting-code-search-filters.js +14 -0
  199. package/dist/esm/models/afnorrouting-code-search-post200-response.d.ts +21 -0
  200. package/dist/esm/models/afnorrouting-code-search-post200-response.js +14 -0
  201. package/dist/esm/models/afnorrouting-code-search-sorting-inner.d.ts +20 -0
  202. package/dist/esm/models/afnorrouting-code-search-sorting-inner.js +14 -0
  203. package/dist/esm/models/afnorrouting-code-search.d.ts +39 -0
  204. package/dist/esm/models/afnorrouting-code-search.js +17 -0
  205. package/dist/esm/models/afnorsearch-directory-line-filters-addressing-identifier.d.ts +19 -0
  206. package/dist/esm/models/afnorsearch-directory-line-filters-addressing-identifier.js +14 -0
  207. package/dist/esm/models/afnorsearch-directory-line-filters-addressing-suffix.d.ts +19 -0
  208. package/dist/esm/models/afnorsearch-directory-line-filters-addressing-suffix.js +14 -0
  209. package/dist/esm/models/afnorsearch-directory-line-filters.d.ts +23 -0
  210. package/dist/esm/models/afnorsearch-directory-line-filters.js +14 -0
  211. package/dist/esm/models/afnorsearch-directory-line-sorting-inner.d.ts +20 -0
  212. package/dist/esm/models/afnorsearch-directory-line-sorting-inner.js +14 -0
  213. package/dist/esm/models/afnorsearch-directory-line.d.ts +33 -0
  214. package/dist/esm/models/afnorsearch-directory-line.js +14 -0
  215. package/dist/esm/models/afnorsearch-flow-content.d.ts +21 -0
  216. package/dist/esm/models/afnorsearch-flow-content.js +14 -0
  217. package/dist/esm/models/afnorsearch-flow-filters.d.ts +30 -0
  218. package/dist/esm/models/afnorsearch-flow-filters.js +14 -0
  219. package/dist/esm/models/afnorsearch-flow-params.d.ts +19 -0
  220. package/dist/esm/models/afnorsearch-flow-params.js +14 -0
  221. package/dist/esm/models/afnorsearch-siren-filters-administrative-status.d.ts +17 -0
  222. package/dist/esm/models/afnorsearch-siren-filters-administrative-status.js +14 -0
  223. package/dist/esm/models/afnorsearch-siren-filters-business-name.d.ts +19 -0
  224. package/dist/esm/models/afnorsearch-siren-filters-business-name.js +14 -0
  225. package/dist/esm/models/afnorsearch-siren-filters-entity-type.d.ts +17 -0
  226. package/dist/esm/models/afnorsearch-siren-filters-entity-type.js +14 -0
  227. package/dist/esm/models/afnorsearch-siren-filters-siren.d.ts +19 -0
  228. package/dist/esm/models/afnorsearch-siren-filters-siren.js +14 -0
  229. package/dist/esm/models/afnorsearch-siren-filters.d.ts +21 -0
  230. package/dist/esm/models/afnorsearch-siren-filters.js +14 -0
  231. package/dist/esm/models/afnorsearch-siren-sorting-inner.d.ts +20 -0
  232. package/dist/esm/models/afnorsearch-siren-sorting-inner.js +14 -0
  233. package/dist/esm/models/afnorsearch-siren.d.ts +33 -0
  234. package/dist/esm/models/afnorsearch-siren.js +14 -0
  235. package/dist/esm/models/afnorsearch-siret-filters-address-lines.d.ts +19 -0
  236. package/dist/esm/models/afnorsearch-siret-filters-address-lines.js +14 -0
  237. package/dist/esm/models/afnorsearch-siret-filters-administrative-status.d.ts +17 -0
  238. package/dist/esm/models/afnorsearch-siret-filters-administrative-status.js +14 -0
  239. package/dist/esm/models/afnorsearch-siret-filters-country-subdivision.d.ts +19 -0
  240. package/dist/esm/models/afnorsearch-siret-filters-country-subdivision.js +14 -0
  241. package/dist/esm/models/afnorsearch-siret-filters-facility-type.d.ts +17 -0
  242. package/dist/esm/models/afnorsearch-siret-filters-facility-type.js +14 -0
  243. package/dist/esm/models/afnorsearch-siret-filters-locality.d.ts +19 -0
  244. package/dist/esm/models/afnorsearch-siret-filters-locality.js +14 -0
  245. package/dist/esm/models/afnorsearch-siret-filters-name.d.ts +19 -0
  246. package/dist/esm/models/afnorsearch-siret-filters-name.js +14 -0
  247. package/dist/esm/models/afnorsearch-siret-filters-postal-code.d.ts +19 -0
  248. package/dist/esm/models/afnorsearch-siret-filters-postal-code.js +14 -0
  249. package/dist/esm/models/afnorsearch-siret-filters-siret.d.ts +19 -0
  250. package/dist/esm/models/afnorsearch-siret-filters-siret.js +14 -0
  251. package/dist/esm/models/afnorsearch-siret-filters.d.ts +31 -0
  252. package/dist/esm/models/afnorsearch-siret-filters.js +14 -0
  253. package/dist/esm/models/afnorsearch-siret-sorting-inner.d.ts +20 -0
  254. package/dist/esm/models/afnorsearch-siret-sorting-inner.js +14 -0
  255. package/dist/esm/models/afnorsearch-siret.d.ts +38 -0
  256. package/dist/esm/models/afnorsearch-siret.js +16 -0
  257. package/dist/esm/models/afnorsiren-field.d.ts +22 -0
  258. package/dist/esm/models/afnorsiren-field.js +23 -0
  259. package/dist/esm/models/afnorsiren-search-post200-response.d.ts +21 -0
  260. package/dist/esm/models/afnorsiren-search-post200-response.js +14 -0
  261. package/dist/esm/models/afnorsiret-field.d.ts +31 -0
  262. package/dist/esm/models/afnorsiret-field.js +32 -0
  263. package/dist/esm/models/afnorsiret-search-post200-response.d.ts +21 -0
  264. package/dist/esm/models/afnorsiret-search-post200-response.js +14 -0
  265. package/dist/esm/models/afnorsorting-order.d.ts +19 -0
  266. package/dist/esm/models/afnorsorting-order.js +20 -0
  267. package/dist/esm/models/afnorstrict-operator.d.ts +18 -0
  268. package/dist/esm/models/afnorstrict-operator.js +19 -0
  269. package/dist/esm/models/afnorupdate-patch-directory-line-body.d.ts +17 -0
  270. package/dist/esm/models/afnorupdate-patch-directory-line-body.js +14 -0
  271. package/dist/esm/models/afnorupdate-patch-routing-code-body.d.ts +25 -0
  272. package/dist/esm/models/afnorupdate-patch-routing-code-body.js +14 -0
  273. package/dist/esm/models/afnorupdate-put-routing-code-body.d.ts +25 -0
  274. package/dist/esm/models/afnorupdate-put-routing-code-body.js +14 -0
  275. package/dist/esm/models/afnorwebhook-callback-content.d.ts +18 -0
  276. package/dist/esm/models/afnorwebhook-callback-content.js +14 -0
  277. package/dist/esm/models/aggregated-payment-input.d.ts +27 -0
  278. package/dist/esm/models/aggregated-payment-input.js +14 -0
  279. package/dist/esm/models/aggregated-transaction-input.d.ts +39 -0
  280. package/dist/esm/models/aggregated-transaction-input.js +14 -0
  281. package/dist/esm/models/allowance-charge-reason-code.d.ts +55 -0
  282. package/dist/esm/models/allowance-charge-reason-code.js +56 -0
  283. package/dist/esm/models/allowance-charge.d.ts +8 -6
  284. package/dist/esm/models/allowance-charge.js +2 -2
  285. package/dist/esm/models/allowance-reason-code.d.ts +2 -2
  286. package/dist/esm/models/allowance-reason-code.js +2 -2
  287. package/dist/esm/models/allowance-total-amount.d.ts +2 -2
  288. package/dist/esm/models/allowance-total-amount.js +2 -2
  289. package/dist/esm/models/amount-due.d.ts +2 -2
  290. package/dist/esm/models/amount-due.js +2 -2
  291. package/dist/esm/models/amount.d.ts +3 -3
  292. package/dist/esm/models/amount.js +2 -2
  293. package/dist/esm/models/amount1.d.ts +16 -0
  294. package/dist/esm/models/amount1.js +14 -0
  295. package/dist/esm/models/apierror.d.ts +2 -2
  296. package/dist/esm/models/apierror.js +2 -2
  297. package/dist/esm/models/apiprofile.d.ts +3 -2
  298. package/dist/esm/models/apiprofile.js +3 -2
  299. package/dist/esm/models/async-task-status.d.ts +2 -2
  300. package/dist/esm/models/async-task-status.js +2 -2
  301. package/dist/esm/models/base-amount.d.ts +2 -2
  302. package/dist/esm/models/base-amount.js +2 -2
  303. package/dist/esm/models/bounding-box-schema.d.ts +2 -2
  304. package/dist/esm/models/bounding-box-schema.js +2 -2
  305. package/dist/esm/models/buyercountry.d.ts +16 -0
  306. package/dist/esm/models/buyercountry.js +14 -0
  307. package/dist/esm/models/celery-status.d.ts +2 -2
  308. package/dist/esm/models/celery-status.js +2 -2
  309. package/dist/esm/models/certificate-info-response.d.ts +2 -2
  310. package/dist/esm/models/certificate-info-response.js +2 -2
  311. package/dist/esm/models/charge-total-amount.d.ts +2 -2
  312. package/dist/esm/models/charge-total-amount.js +2 -2
  313. package/dist/esm/models/{facture-electronique-rest-api-schemas-chorus-pro-chorus-pro-credentials.d.ts → chorus-pro-credentials.d.ts} +3 -3
  314. package/dist/esm/models/chorus-pro-credentials.js +14 -0
  315. package/dist/esm/models/chorus-pro-destination.d.ts +2 -2
  316. package/dist/esm/models/chorus-pro-destination.js +2 -2
  317. package/dist/esm/models/chorus-pro-result.d.ts +2 -2
  318. package/dist/esm/models/chorus-pro-result.js +2 -2
  319. package/dist/esm/models/contact.d.ts +2 -2
  320. package/dist/esm/models/contact.js +2 -2
  321. package/dist/esm/models/convert-resume-request.d.ts +2 -2
  322. package/dist/esm/models/convert-resume-request.js +2 -2
  323. package/dist/esm/models/convert-success-response.d.ts +2 -2
  324. package/dist/esm/models/convert-success-response.js +2 -2
  325. package/dist/esm/models/convert-validation-failed-response.d.ts +17 -2
  326. package/dist/esm/models/convert-validation-failed-response.js +2 -2
  327. package/dist/esm/models/country-code.d.ts +187 -0
  328. package/dist/esm/models/country-code.js +188 -0
  329. package/dist/esm/models/create-aggregated-report-request.d.ts +44 -0
  330. package/dist/esm/models/create-aggregated-report-request.js +14 -0
  331. package/dist/esm/models/create-ereporting-request.d.ts +49 -0
  332. package/dist/esm/models/create-ereporting-request.js +14 -0
  333. package/dist/esm/models/currency-code.d.ts +70 -0
  334. package/dist/esm/models/currency-code.js +71 -0
  335. package/dist/esm/models/currency.d.ts +16 -0
  336. package/dist/esm/models/currency.js +14 -0
  337. package/dist/esm/models/delivery-party.d.ts +2 -2
  338. package/dist/esm/models/delivery-party.js +2 -2
  339. package/dist/esm/models/destination.d.ts +2 -2
  340. package/dist/esm/models/destination.js +2 -2
  341. package/dist/esm/models/directory-line-include.d.ts +21 -0
  342. package/dist/esm/models/directory-line-include.js +22 -0
  343. package/dist/esm/models/doc-type.d.ts +21 -0
  344. package/dist/esm/models/doc-type.js +22 -0
  345. package/dist/esm/models/document-type-info.d.ts +2 -2
  346. package/dist/esm/models/document-type-info.js +2 -2
  347. package/dist/esm/models/electronic-address.d.ts +8 -2
  348. package/dist/esm/models/electronic-address.js +2 -2
  349. package/dist/esm/models/enriched-invoice-info.d.ts +20 -2
  350. package/dist/esm/models/enriched-invoice-info.js +2 -2
  351. package/dist/esm/models/ereporting-flow-type.d.ts +21 -0
  352. package/dist/esm/models/ereporting-flow-type.js +22 -0
  353. package/dist/esm/models/error-level.d.ts +2 -2
  354. package/dist/esm/models/error-level.js +2 -2
  355. package/dist/esm/models/error-source.d.ts +2 -2
  356. package/dist/esm/models/error-source.js +2 -2
  357. package/dist/esm/models/extraction-info.d.ts +2 -2
  358. package/dist/esm/models/extraction-info.js +2 -2
  359. package/dist/esm/models/factur-xinvoice.d.ts +2 -2
  360. package/dist/esm/models/factur-xinvoice.js +2 -2
  361. package/dist/esm/models/factur-xpdfinfo.d.ts +2 -2
  362. package/dist/esm/models/factur-xpdfinfo.js +2 -2
  363. package/dist/esm/models/facture-electronique-models-invoice-type-code.d.ts +81 -0
  364. package/dist/esm/models/facture-electronique-models-invoice-type-code.js +82 -0
  365. package/dist/esm/models/facture-electronique-rest-api-schemas-convert-validation-error.d.ts +33 -0
  366. package/dist/esm/models/facture-electronique-rest-api-schemas-convert-validation-error.js +14 -0
  367. package/dist/esm/models/facture-electronique-rest-api-schemas-processing-chorus-pro-credentials.d.ts +2 -2
  368. package/dist/esm/models/facture-electronique-rest-api-schemas-processing-chorus-pro-credentials.js +2 -2
  369. package/dist/esm/models/field-status.d.ts +2 -2
  370. package/dist/esm/models/field-status.js +2 -2
  371. package/dist/esm/models/file-info.d.ts +2 -2
  372. package/dist/esm/models/file-info.js +2 -2
  373. package/dist/esm/models/files-info.d.ts +2 -2
  374. package/dist/esm/models/files-info.js +2 -2
  375. package/dist/esm/models/flow-direction.d.ts +2 -2
  376. package/dist/esm/models/flow-direction.js +2 -2
  377. package/dist/esm/models/flow-profile.d.ts +2 -2
  378. package/dist/esm/models/flow-profile.js +2 -2
  379. package/dist/esm/models/flow-summary.d.ts +8 -2
  380. package/dist/esm/models/flow-summary.js +2 -2
  381. package/dist/esm/models/flow-syntax.d.ts +2 -2
  382. package/dist/esm/models/flow-syntax.js +2 -2
  383. package/dist/esm/models/flow-type.d.ts +12 -4
  384. package/dist/esm/models/flow-type.js +12 -4
  385. package/dist/esm/models/generate-aggregated-report-response.d.ts +46 -0
  386. package/dist/esm/models/generate-aggregated-report-response.js +14 -0
  387. package/dist/esm/models/generate-certificate-request.d.ts +2 -2
  388. package/dist/esm/models/generate-certificate-request.js +2 -2
  389. package/dist/esm/models/generate-certificate-response.d.ts +2 -2
  390. package/dist/esm/models/generate-certificate-response.js +2 -2
  391. package/dist/esm/models/generate-ereporting-response.d.ts +36 -0
  392. package/dist/esm/models/generate-ereporting-response.js +14 -0
  393. package/dist/esm/models/get-chorus-pro-id-request.d.ts +4 -4
  394. package/dist/esm/models/get-chorus-pro-id-request.js +2 -2
  395. package/dist/esm/models/get-chorus-pro-id-response.d.ts +2 -2
  396. package/dist/esm/models/get-chorus-pro-id-response.js +2 -2
  397. package/dist/esm/models/get-invoice-request.d.ts +4 -4
  398. package/dist/esm/models/get-invoice-request.js +2 -2
  399. package/dist/esm/models/get-invoice-response.d.ts +8 -2
  400. package/dist/esm/models/get-invoice-response.js +2 -2
  401. package/dist/esm/models/get-structure-request.d.ts +4 -4
  402. package/dist/esm/models/get-structure-request.js +2 -2
  403. package/dist/esm/models/get-structure-response.d.ts +8 -2
  404. package/dist/esm/models/get-structure-response.js +2 -2
  405. package/dist/esm/models/global-allowance-amount.d.ts +2 -2
  406. package/dist/esm/models/global-allowance-amount.js +2 -2
  407. package/dist/esm/models/gross-unit-price.d.ts +2 -2
  408. package/dist/esm/models/gross-unit-price.js +2 -2
  409. package/dist/esm/models/httpvalidation-error.d.ts +2 -2
  410. package/dist/esm/models/httpvalidation-error.js +2 -2
  411. package/dist/esm/models/incoming-invoice.d.ts +4 -4
  412. package/dist/esm/models/incoming-invoice.js +2 -2
  413. package/dist/esm/models/incoming-supplier.d.ts +2 -2
  414. package/dist/esm/models/incoming-supplier.js +2 -2
  415. package/dist/esm/models/index.d.ts +139 -4
  416. package/dist/esm/models/index.js +139 -4
  417. package/dist/esm/models/invoice-format.d.ts +2 -2
  418. package/dist/esm/models/invoice-format.js +2 -2
  419. package/dist/esm/models/invoice-input.d.ts +54 -0
  420. package/dist/esm/models/invoice-input.js +14 -0
  421. package/dist/esm/models/invoice-line-allowance-amount.d.ts +2 -2
  422. package/dist/esm/models/invoice-line-allowance-amount.js +2 -2
  423. package/dist/esm/models/invoice-line.d.ts +5 -2
  424. package/dist/esm/models/invoice-line.js +2 -2
  425. package/dist/esm/models/invoice-note.d.ts +5 -2
  426. package/dist/esm/models/invoice-note.js +2 -2
  427. package/dist/esm/models/invoice-payment-input.d.ts +35 -0
  428. package/dist/esm/models/invoice-payment-input.js +14 -0
  429. package/dist/esm/models/invoice-references.d.ts +2 -2
  430. package/dist/esm/models/invoice-references.js +2 -2
  431. package/dist/esm/models/invoice-status.d.ts +2 -2
  432. package/dist/esm/models/invoice-status.js +2 -2
  433. package/dist/esm/models/invoice-totals-prepayment.d.ts +2 -2
  434. package/dist/esm/models/invoice-totals-prepayment.js +2 -2
  435. package/dist/esm/models/invoice-totals.d.ts +2 -2
  436. package/dist/esm/models/invoice-totals.js +2 -2
  437. package/dist/esm/models/invoice-type-code-output.d.ts +81 -0
  438. package/dist/esm/models/invoice-type-code-output.js +82 -0
  439. package/dist/esm/models/invoice-type-code.d.ts +8 -67
  440. package/dist/esm/models/invoice-type-code.js +8 -67
  441. package/dist/esm/models/invoicing-framework-code.d.ts +2 -2
  442. package/dist/esm/models/invoicing-framework-code.js +2 -2
  443. package/dist/esm/models/invoicing-framework.d.ts +5 -2
  444. package/dist/esm/models/invoicing-framework.js +2 -2
  445. package/dist/esm/models/line-net-amount.d.ts +2 -2
  446. package/dist/esm/models/line-net-amount.js +2 -2
  447. package/dist/esm/models/line-sub-type.d.ts +20 -0
  448. package/dist/esm/models/line-sub-type.js +21 -0
  449. package/dist/esm/models/line-total-amount.d.ts +2 -2
  450. package/dist/esm/models/line-total-amount.js +2 -2
  451. package/dist/esm/models/location-inner.d.ts +13 -0
  452. package/dist/esm/models/location-inner.js +14 -0
  453. package/dist/esm/models/mandatory-note-schema.d.ts +2 -2
  454. package/dist/esm/models/mandatory-note-schema.js +2 -2
  455. package/dist/esm/models/manual-rate.d.ts +2 -2
  456. package/dist/esm/models/manual-rate.js +2 -2
  457. package/dist/esm/models/manual-vat-rate.d.ts +2 -2
  458. package/dist/esm/models/manual-vat-rate.js +2 -2
  459. package/dist/esm/models/missing-field.d.ts +2 -2
  460. package/dist/esm/models/missing-field.js +2 -2
  461. package/dist/esm/models/operation-nature.d.ts +2 -2
  462. package/dist/esm/models/operation-nature.js +2 -2
  463. package/dist/esm/models/output-format.d.ts +2 -2
  464. package/dist/esm/models/output-format.js +2 -2
  465. package/dist/esm/models/page-dimensions-schema.d.ts +2 -2
  466. package/dist/esm/models/page-dimensions-schema.js +2 -2
  467. package/dist/esm/models/payee.d.ts +2 -2
  468. package/dist/esm/models/payee.js +2 -2
  469. package/dist/esm/models/payment-amount-by-rate.d.ts +20 -0
  470. package/dist/esm/models/payment-amount-by-rate.js +14 -0
  471. package/dist/esm/models/payment-card.d.ts +2 -2
  472. package/dist/esm/models/payment-card.js +2 -2
  473. package/dist/esm/models/payment-means.d.ts +2 -2
  474. package/dist/esm/models/payment-means.js +2 -2
  475. package/dist/esm/models/pdfvalidation-result-api.d.ts +2 -2
  476. package/dist/esm/models/pdfvalidation-result-api.js +2 -2
  477. package/dist/esm/models/pdpcredentials.d.ts +2 -2
  478. package/dist/esm/models/pdpcredentials.js +2 -2
  479. package/dist/esm/models/percentage.d.ts +2 -2
  480. package/dist/esm/models/percentage.js +2 -2
  481. package/dist/esm/models/postal-address.d.ts +2 -2
  482. package/dist/esm/models/postal-address.js +2 -2
  483. package/dist/esm/models/price-allowance-amount.d.ts +2 -2
  484. package/dist/esm/models/price-allowance-amount.js +2 -2
  485. package/dist/esm/models/price-basis-quantity.d.ts +2 -2
  486. package/dist/esm/models/price-basis-quantity.js +2 -2
  487. package/dist/esm/models/processing-options.d.ts +2 -2
  488. package/dist/esm/models/processing-options.js +2 -2
  489. package/dist/esm/models/processing-rule.d.ts +23 -0
  490. package/dist/esm/models/processing-rule.js +24 -0
  491. package/dist/esm/models/product-characteristic.d.ts +2 -2
  492. package/dist/esm/models/product-characteristic.js +2 -2
  493. package/dist/esm/models/product-classification.d.ts +2 -2
  494. package/dist/esm/models/product-classification.js +2 -2
  495. package/dist/esm/models/quantity.d.ts +2 -2
  496. package/dist/esm/models/quantity.js +2 -2
  497. package/dist/esm/models/rate.d.ts +16 -0
  498. package/dist/esm/models/rate.js +14 -0
  499. package/dist/esm/models/rate1.d.ts +16 -0
  500. package/dist/esm/models/rate1.js +14 -0
  501. package/dist/esm/models/recipient.d.ts +2 -2
  502. package/dist/esm/models/recipient.js +2 -2
  503. package/dist/esm/models/report-period.d.ts +24 -0
  504. package/dist/esm/models/report-period.js +14 -0
  505. package/dist/esm/models/report-sender.d.ts +25 -0
  506. package/dist/esm/models/report-sender.js +14 -0
  507. package/dist/esm/models/rounding-amount.d.ts +2 -2
  508. package/dist/esm/models/rounding-amount.js +2 -2
  509. package/dist/esm/models/routing-code-include.d.ts +19 -0
  510. package/dist/esm/models/routing-code-include.js +20 -0
  511. package/dist/esm/models/scheme-id.d.ts +30 -2
  512. package/dist/esm/models/scheme-id.js +31 -3
  513. package/dist/esm/models/search-flow-request.d.ts +2 -2
  514. package/dist/esm/models/search-flow-request.js +2 -2
  515. package/dist/esm/models/search-flow-response.d.ts +2 -2
  516. package/dist/esm/models/search-flow-response.js +2 -2
  517. package/dist/esm/models/search-services-response.d.ts +11 -2
  518. package/dist/esm/models/search-services-response.js +2 -2
  519. package/dist/esm/models/search-structure-request.d.ts +4 -4
  520. package/dist/esm/models/search-structure-request.js +2 -2
  521. package/dist/esm/models/search-structure-response.d.ts +2 -2
  522. package/dist/esm/models/search-structure-response.js +2 -2
  523. package/dist/esm/models/sellercountry.d.ts +16 -0
  524. package/dist/esm/models/sellercountry.js +14 -0
  525. package/dist/esm/models/signature-info-api.d.ts +2 -2
  526. package/dist/esm/models/signature-info-api.js +2 -2
  527. package/dist/esm/models/signature-info.d.ts +2 -2
  528. package/dist/esm/models/signature-info.js +2 -2
  529. package/dist/esm/models/signature-parameters.d.ts +2 -2
  530. package/dist/esm/models/signature-parameters.js +2 -2
  531. package/dist/esm/models/simplified-invoice-data.d.ts +12 -2
  532. package/dist/esm/models/simplified-invoice-data.js +2 -2
  533. package/dist/esm/models/siret-include.d.ts +18 -0
  534. package/dist/esm/models/siret-include.js +19 -0
  535. package/dist/esm/models/structure-info.d.ts +2 -2
  536. package/dist/esm/models/structure-info.js +2 -2
  537. package/dist/esm/models/structure-parameters.d.ts +2 -2
  538. package/dist/esm/models/structure-parameters.js +2 -2
  539. package/dist/esm/models/structure-service.d.ts +2 -2
  540. package/dist/esm/models/structure-service.js +2 -2
  541. package/dist/esm/models/submission-mode.d.ts +2 -2
  542. package/dist/esm/models/submission-mode.js +2 -2
  543. package/dist/esm/models/submit-aggregated-report-request.d.ts +26 -0
  544. package/dist/esm/models/submit-aggregated-report-request.js +14 -0
  545. package/dist/esm/models/submit-complete-invoice-request.d.ts +2 -2
  546. package/dist/esm/models/submit-complete-invoice-request.js +2 -2
  547. package/dist/esm/models/submit-complete-invoice-response.d.ts +2 -2
  548. package/dist/esm/models/submit-complete-invoice-response.js +2 -2
  549. package/dist/esm/models/submit-ereporting-request.d.ts +26 -0
  550. package/dist/esm/models/submit-ereporting-request.js +14 -0
  551. package/dist/esm/models/submit-ereporting-response.d.ts +41 -0
  552. package/dist/esm/models/submit-ereporting-response.js +14 -0
  553. package/dist/esm/models/submit-flow-request.d.ts +2 -2
  554. package/dist/esm/models/submit-flow-request.js +2 -2
  555. package/dist/esm/models/submit-flow-response.d.ts +2 -2
  556. package/dist/esm/models/submit-flow-response.js +2 -2
  557. package/dist/esm/models/submit-gross-amount.d.ts +2 -2
  558. package/dist/esm/models/submit-gross-amount.js +2 -2
  559. package/dist/esm/models/submit-invoice-request.d.ts +4 -4
  560. package/dist/esm/models/submit-invoice-request.js +2 -2
  561. package/dist/esm/models/submit-invoice-response.d.ts +2 -2
  562. package/dist/esm/models/submit-invoice-response.js +2 -2
  563. package/dist/esm/models/submit-net-amount.d.ts +2 -2
  564. package/dist/esm/models/submit-net-amount.js +2 -2
  565. package/dist/esm/models/submit-vat-amount.d.ts +2 -2
  566. package/dist/esm/models/submit-vat-amount.js +2 -2
  567. package/dist/esm/models/supplementary-attachment.d.ts +17 -2
  568. package/dist/esm/models/supplementary-attachment.js +2 -2
  569. package/dist/esm/models/supplier.d.ts +2 -2
  570. package/dist/esm/models/supplier.js +2 -2
  571. package/dist/esm/models/task-response.d.ts +2 -2
  572. package/dist/esm/models/task-response.js +2 -2
  573. package/dist/esm/models/tax-breakdown-input.d.ts +22 -0
  574. package/dist/esm/models/tax-breakdown-input.js +14 -0
  575. package/dist/esm/models/tax-due-date-type.d.ts +23 -0
  576. package/dist/esm/models/tax-due-date-type.js +24 -0
  577. package/dist/esm/models/tax-representative.d.ts +2 -2
  578. package/dist/esm/models/tax-representative.js +2 -2
  579. package/dist/esm/models/taxable-amount.d.ts +2 -2
  580. package/dist/esm/models/taxable-amount.js +2 -2
  581. package/dist/esm/models/taxableamount.d.ts +16 -0
  582. package/dist/esm/models/taxableamount.js +14 -0
  583. package/dist/esm/models/taxamount.d.ts +16 -0
  584. package/dist/esm/models/taxamount.js +14 -0
  585. package/dist/esm/models/taxamount1.d.ts +16 -0
  586. package/dist/esm/models/taxamount1.js +14 -0
  587. package/dist/esm/models/taxamount2.d.ts +16 -0
  588. package/dist/esm/models/taxamount2.js +14 -0
  589. package/dist/esm/models/taxexclusiveamount.d.ts +16 -0
  590. package/dist/esm/models/taxexclusiveamount.js +14 -0
  591. package/dist/esm/models/taxexclusiveamount1.d.ts +16 -0
  592. package/dist/esm/models/taxexclusiveamount1.js +14 -0
  593. package/dist/esm/models/total-gross-amount.d.ts +2 -2
  594. package/dist/esm/models/total-gross-amount.js +2 -2
  595. package/dist/esm/models/total-net-amount.d.ts +2 -2
  596. package/dist/esm/models/total-net-amount.js +2 -2
  597. package/dist/esm/models/total-vatamount.d.ts +2 -2
  598. package/dist/esm/models/total-vatamount.js +2 -2
  599. package/dist/esm/models/transaction-category.d.ts +21 -0
  600. package/dist/esm/models/transaction-category.js +22 -0
  601. package/dist/esm/models/transmission-type-code.d.ts +19 -0
  602. package/dist/esm/models/transmission-type-code.js +20 -0
  603. package/dist/esm/models/unit-net-price.d.ts +2 -2
  604. package/dist/esm/models/unit-net-price.js +2 -2
  605. package/dist/esm/models/unit-of-measure.d.ts +2 -2
  606. package/dist/esm/models/unit-of-measure.js +2 -2
  607. package/dist/esm/models/validate-ereporting-request.d.ts +21 -0
  608. package/dist/esm/models/validate-ereporting-request.js +14 -0
  609. package/dist/esm/models/validate-ereporting-response.d.ts +41 -0
  610. package/dist/esm/models/validate-ereporting-response.js +14 -0
  611. package/dist/esm/models/validation-error-detail.d.ts +2 -2
  612. package/dist/esm/models/validation-error-detail.js +2 -2
  613. package/dist/esm/models/validation-error-response.d.ts +2 -2
  614. package/dist/esm/models/validation-error-response.js +2 -2
  615. package/dist/esm/models/validation-error.d.ts +4 -4
  616. package/dist/esm/models/validation-error.js +2 -2
  617. package/dist/esm/models/validation-info.d.ts +4 -4
  618. package/dist/esm/models/validation-info.js +2 -2
  619. package/dist/esm/models/validation-success-response.d.ts +2 -2
  620. package/dist/esm/models/validation-success-response.js +2 -2
  621. package/dist/esm/models/vat-rate.d.ts +2 -2
  622. package/dist/esm/models/vat-rate.js +2 -2
  623. package/dist/esm/models/vataccounting-code.d.ts +2 -2
  624. package/dist/esm/models/vataccounting-code.js +2 -2
  625. package/dist/esm/models/vatamount.d.ts +2 -2
  626. package/dist/esm/models/vatamount.js +2 -2
  627. package/dist/esm/models/vatcategory.d.ts +2 -2
  628. package/dist/esm/models/vatcategory.js +2 -2
  629. package/dist/esm/models/vatline.d.ts +2 -2
  630. package/dist/esm/models/vatline.js +2 -2
  631. package/dist/esm/models/vatpoint-date-code.d.ts +2 -2
  632. package/dist/esm/models/vatpoint-date-code.js +2 -2
  633. package/dist/esm/models/verification-success-response.d.ts +2 -2
  634. package/dist/esm/models/verification-success-response.js +2 -2
  635. package/dist/esm/models/verified-field-schema.d.ts +2 -2
  636. package/dist/esm/models/verified-field-schema.js +2 -2
  637. package/dist/index.d.ts +2 -2
  638. package/dist/index.js +2 -2
  639. package/dist/models/accept-language.d.ts +19 -0
  640. package/dist/models/accept-language.js +23 -0
  641. package/dist/models/acknowledgment-status.d.ts +2 -2
  642. package/dist/models/acknowledgment-status.js +2 -2
  643. package/dist/models/additional-document.d.ts +2 -2
  644. package/dist/models/additional-document.js +2 -2
  645. package/dist/models/afnoracknowledgement-detail.d.ts +26 -0
  646. package/dist/models/afnoracknowledgement-detail.js +20 -0
  647. package/dist/models/afnoracknowledgement.d.ts +17 -0
  648. package/dist/models/afnoracknowledgement.js +15 -0
  649. package/dist/models/afnoraddress-edit.d.ts +44 -0
  650. package/dist/models/afnoraddress-edit.js +15 -0
  651. package/dist/models/afnoraddress-patch.d.ts +44 -0
  652. package/dist/models/afnoraddress-patch.js +15 -0
  653. package/dist/models/afnoraddress-put.d.ts +44 -0
  654. package/dist/models/afnoraddress-put.js +15 -0
  655. package/dist/models/afnoraddress-read.d.ts +48 -0
  656. package/dist/models/afnoraddress-read.js +15 -0
  657. package/dist/models/afnoralgorithm.d.ts +19 -0
  658. package/dist/models/afnoralgorithm.js +23 -0
  659. package/dist/models/afnorcontains-operator.d.ts +18 -0
  660. package/dist/models/afnorcontains-operator.js +22 -0
  661. package/dist/models/afnorcreate-directory-line-body-addressing-information.d.ts +29 -0
  662. package/dist/models/afnorcreate-directory-line-body-addressing-information.js +15 -0
  663. package/dist/models/afnorcreate-directory-line-body-period.d.ts +21 -0
  664. package/dist/models/afnorcreate-directory-line-body-period.js +15 -0
  665. package/dist/models/afnorcreate-directory-line-body.d.ts +17 -0
  666. package/dist/models/afnorcreate-directory-line-body.js +15 -0
  667. package/dist/models/afnorcreate-routing-code-body.d.ts +39 -0
  668. package/dist/models/afnorcreate-routing-code-body.js +15 -0
  669. package/dist/models/afnorcredentials.d.ts +2 -2
  670. package/dist/models/afnorcredentials.js +2 -2
  671. package/dist/models/afnordestination.d.ts +7 -10
  672. package/dist/models/afnordestination.js +3 -8
  673. package/dist/models/afnordiffusion-status.d.ts +19 -0
  674. package/dist/models/afnordiffusion-status.js +23 -0
  675. package/dist/models/afnordirectory-line-field.d.ts +23 -0
  676. package/dist/models/afnordirectory-line-field.js +27 -0
  677. package/dist/models/afnordirectory-line-payload-history-legal-unit-facility-routing-code-platform.d.ts +17 -0
  678. package/dist/models/afnordirectory-line-payload-history-legal-unit-facility-routing-code-platform.js +15 -0
  679. package/dist/models/afnordirectory-line-payload-history-legal-unit-facility-routing-code-routing-code.d.ts +33 -0
  680. package/dist/models/afnordirectory-line-payload-history-legal-unit-facility-routing-code-routing-code.js +15 -0
  681. package/dist/models/afnordirectory-line-payload-history-legal-unit-facility-routing-code.d.ts +37 -0
  682. package/dist/models/afnordirectory-line-payload-history-legal-unit-facility-routing-code.js +15 -0
  683. package/dist/models/afnordirectory-line-post201-response.d.ts +25 -0
  684. package/dist/models/afnordirectory-line-post201-response.js +15 -0
  685. package/dist/models/afnordirectory-line-search-post200-response.d.ts +21 -0
  686. package/dist/models/afnordirectory-line-search-post200-response.js +15 -0
  687. package/dist/models/afnorentity-type.d.ts +19 -0
  688. package/dist/models/afnorentity-type.js +23 -0
  689. package/dist/models/afnorerror.d.ts +21 -0
  690. package/dist/models/afnorerror.js +15 -0
  691. package/dist/models/afnorfacility-administrative-status.d.ts +19 -0
  692. package/dist/models/afnorfacility-administrative-status.js +23 -0
  693. package/dist/models/afnorfacility-nature.d.ts +19 -0
  694. package/dist/models/afnorfacility-nature.js +23 -0
  695. package/dist/models/afnorfacility-payload-history-ule-b2g-additional-data.d.ts +37 -0
  696. package/dist/models/afnorfacility-payload-history-ule-b2g-additional-data.js +15 -0
  697. package/dist/models/afnorfacility-payload-history.d.ts +37 -0
  698. package/dist/models/afnorfacility-payload-history.js +15 -0
  699. package/dist/models/afnorfacility-payload-included.d.ts +35 -0
  700. package/dist/models/afnorfacility-payload-included.js +15 -0
  701. package/dist/models/afnorfacility-type.d.ts +19 -0
  702. package/dist/models/afnorfacility-type.js +23 -0
  703. package/dist/models/afnorflow-ack-status.d.ts +20 -0
  704. package/dist/models/afnorflow-ack-status.js +24 -0
  705. package/dist/models/afnorflow-direction.d.ts +19 -0
  706. package/dist/models/afnorflow-direction.js +23 -0
  707. package/dist/models/afnorflow-info.d.ts +31 -0
  708. package/dist/models/afnorflow-info.js +15 -0
  709. package/dist/models/afnorflow-profile.d.ts +17 -0
  710. package/dist/models/afnorflow-profile.js +21 -0
  711. package/dist/models/afnorflow-syntax.d.ts +22 -0
  712. package/dist/models/afnorflow-syntax.js +26 -0
  713. package/dist/models/afnorflow-type.d.ts +30 -0
  714. package/dist/models/afnorflow-type.js +34 -0
  715. package/dist/models/afnorflow.d.ts +53 -0
  716. package/dist/models/afnorflow.js +20 -0
  717. package/dist/models/afnorfull-flow-info.d.ts +17 -0
  718. package/dist/models/afnorfull-flow-info.js +15 -0
  719. package/dist/models/afnorhealth-check-response.d.ts +2 -2
  720. package/dist/models/afnorhealth-check-response.js +2 -2
  721. package/dist/models/afnorlegal-unit-administrative-status.d.ts +19 -0
  722. package/dist/models/afnorlegal-unit-administrative-status.js +23 -0
  723. package/dist/models/afnorlegal-unit-payload-history.d.ts +25 -0
  724. package/dist/models/afnorlegal-unit-payload-history.js +15 -0
  725. package/dist/models/afnorlegal-unit-payload-included-no-siren.d.ts +21 -0
  726. package/dist/models/afnorlegal-unit-payload-included-no-siren.js +15 -0
  727. package/dist/models/afnorlegal-unit-payload-included.d.ts +25 -0
  728. package/dist/models/afnorlegal-unit-payload-included.js +15 -0
  729. package/dist/models/afnorplatform-status.d.ts +19 -0
  730. package/dist/models/afnorplatform-status.js +23 -0
  731. package/dist/models/afnorprocessing-rule.d.ts +23 -0
  732. package/dist/models/afnorprocessing-rule.js +27 -0
  733. package/dist/models/afnorreason-code-enum.d.ts +32 -0
  734. package/dist/models/afnorreason-code-enum.js +36 -0
  735. package/dist/models/afnorreason-code.d.ts +17 -0
  736. package/dist/models/afnorreason-code.js +15 -0
  737. package/dist/models/afnorrecipient-platform-type.d.ts +19 -0
  738. package/dist/models/afnorrecipient-platform-type.js +23 -0
  739. package/dist/models/afnorresult.d.ts +5 -2
  740. package/dist/models/afnorresult.js +2 -2
  741. package/dist/models/afnorrouting-code-administrative-status.d.ts +19 -0
  742. package/dist/models/afnorrouting-code-administrative-status.js +23 -0
  743. package/dist/models/afnorrouting-code-field.d.ts +25 -0
  744. package/dist/models/afnorrouting-code-field.js +29 -0
  745. package/dist/models/afnorrouting-code-payload-history-legal-unit-facility.d.ts +41 -0
  746. package/dist/models/afnorrouting-code-payload-history-legal-unit-facility.js +15 -0
  747. package/dist/models/afnorrouting-code-post201-response.d.ts +25 -0
  748. package/dist/models/afnorrouting-code-post201-response.js +15 -0
  749. package/dist/models/afnorrouting-code-search-filters-administrative-status.d.ts +17 -0
  750. package/dist/models/afnorrouting-code-search-filters-administrative-status.js +15 -0
  751. package/dist/models/afnorrouting-code-search-filters-routing-code-name.d.ts +19 -0
  752. package/dist/models/afnorrouting-code-search-filters-routing-code-name.js +15 -0
  753. package/dist/models/afnorrouting-code-search-filters-routing-identifier.d.ts +19 -0
  754. package/dist/models/afnorrouting-code-search-filters-routing-identifier.js +15 -0
  755. package/dist/models/afnorrouting-code-search-filters.d.ts +27 -0
  756. package/dist/models/afnorrouting-code-search-filters.js +15 -0
  757. package/dist/models/afnorrouting-code-search-post200-response.d.ts +21 -0
  758. package/dist/models/afnorrouting-code-search-post200-response.js +15 -0
  759. package/dist/models/afnorrouting-code-search-sorting-inner.d.ts +20 -0
  760. package/dist/models/afnorrouting-code-search-sorting-inner.js +15 -0
  761. package/dist/models/afnorrouting-code-search.d.ts +39 -0
  762. package/dist/models/afnorrouting-code-search.js +20 -0
  763. package/dist/models/afnorsearch-directory-line-filters-addressing-identifier.d.ts +19 -0
  764. package/dist/models/afnorsearch-directory-line-filters-addressing-identifier.js +15 -0
  765. package/dist/models/afnorsearch-directory-line-filters-addressing-suffix.d.ts +19 -0
  766. package/dist/models/afnorsearch-directory-line-filters-addressing-suffix.js +15 -0
  767. package/dist/models/afnorsearch-directory-line-filters.d.ts +23 -0
  768. package/dist/models/afnorsearch-directory-line-filters.js +15 -0
  769. package/dist/models/afnorsearch-directory-line-sorting-inner.d.ts +20 -0
  770. package/dist/models/afnorsearch-directory-line-sorting-inner.js +15 -0
  771. package/dist/models/afnorsearch-directory-line.d.ts +33 -0
  772. package/dist/models/afnorsearch-directory-line.js +15 -0
  773. package/dist/models/afnorsearch-flow-content.d.ts +21 -0
  774. package/dist/models/afnorsearch-flow-content.js +15 -0
  775. package/dist/models/afnorsearch-flow-filters.d.ts +30 -0
  776. package/dist/models/afnorsearch-flow-filters.js +15 -0
  777. package/dist/models/afnorsearch-flow-params.d.ts +19 -0
  778. package/dist/models/afnorsearch-flow-params.js +15 -0
  779. package/dist/models/afnorsearch-siren-filters-administrative-status.d.ts +17 -0
  780. package/dist/models/afnorsearch-siren-filters-administrative-status.js +15 -0
  781. package/dist/models/afnorsearch-siren-filters-business-name.d.ts +19 -0
  782. package/dist/models/afnorsearch-siren-filters-business-name.js +15 -0
  783. package/dist/models/afnorsearch-siren-filters-entity-type.d.ts +17 -0
  784. package/dist/models/afnorsearch-siren-filters-entity-type.js +15 -0
  785. package/dist/models/afnorsearch-siren-filters-siren.d.ts +19 -0
  786. package/dist/models/afnorsearch-siren-filters-siren.js +15 -0
  787. package/dist/models/afnorsearch-siren-filters.d.ts +21 -0
  788. package/dist/models/afnorsearch-siren-filters.js +15 -0
  789. package/dist/models/afnorsearch-siren-sorting-inner.d.ts +20 -0
  790. package/dist/models/afnorsearch-siren-sorting-inner.js +15 -0
  791. package/dist/models/afnorsearch-siren.d.ts +33 -0
  792. package/dist/models/afnorsearch-siren.js +15 -0
  793. package/dist/models/afnorsearch-siret-filters-address-lines.d.ts +19 -0
  794. package/dist/models/afnorsearch-siret-filters-address-lines.js +15 -0
  795. package/dist/models/afnorsearch-siret-filters-administrative-status.d.ts +17 -0
  796. package/dist/models/afnorsearch-siret-filters-administrative-status.js +15 -0
  797. package/dist/models/afnorsearch-siret-filters-country-subdivision.d.ts +19 -0
  798. package/dist/models/afnorsearch-siret-filters-country-subdivision.js +15 -0
  799. package/dist/models/afnorsearch-siret-filters-facility-type.d.ts +17 -0
  800. package/dist/models/afnorsearch-siret-filters-facility-type.js +15 -0
  801. package/dist/models/afnorsearch-siret-filters-locality.d.ts +19 -0
  802. package/dist/models/afnorsearch-siret-filters-locality.js +15 -0
  803. package/dist/models/afnorsearch-siret-filters-name.d.ts +19 -0
  804. package/dist/models/afnorsearch-siret-filters-name.js +15 -0
  805. package/dist/models/afnorsearch-siret-filters-postal-code.d.ts +19 -0
  806. package/dist/models/afnorsearch-siret-filters-postal-code.js +15 -0
  807. package/dist/models/afnorsearch-siret-filters-siret.d.ts +19 -0
  808. package/dist/models/afnorsearch-siret-filters-siret.js +15 -0
  809. package/dist/models/afnorsearch-siret-filters.d.ts +31 -0
  810. package/dist/models/afnorsearch-siret-filters.js +15 -0
  811. package/dist/models/afnorsearch-siret-sorting-inner.d.ts +20 -0
  812. package/dist/models/afnorsearch-siret-sorting-inner.js +15 -0
  813. package/dist/models/afnorsearch-siret.d.ts +38 -0
  814. package/dist/models/afnorsearch-siret.js +19 -0
  815. package/dist/models/afnorsiren-field.d.ts +22 -0
  816. package/dist/models/afnorsiren-field.js +26 -0
  817. package/dist/models/afnorsiren-search-post200-response.d.ts +21 -0
  818. package/dist/models/afnorsiren-search-post200-response.js +15 -0
  819. package/dist/models/afnorsiret-field.d.ts +31 -0
  820. package/dist/models/afnorsiret-field.js +35 -0
  821. package/dist/models/afnorsiret-search-post200-response.d.ts +21 -0
  822. package/dist/models/afnorsiret-search-post200-response.js +15 -0
  823. package/dist/models/afnorsorting-order.d.ts +19 -0
  824. package/dist/models/afnorsorting-order.js +23 -0
  825. package/dist/models/afnorstrict-operator.d.ts +18 -0
  826. package/dist/models/afnorstrict-operator.js +22 -0
  827. package/dist/models/afnorupdate-patch-directory-line-body.d.ts +17 -0
  828. package/dist/models/afnorupdate-patch-directory-line-body.js +15 -0
  829. package/dist/models/afnorupdate-patch-routing-code-body.d.ts +25 -0
  830. package/dist/models/afnorupdate-patch-routing-code-body.js +15 -0
  831. package/dist/models/afnorupdate-put-routing-code-body.d.ts +25 -0
  832. package/dist/models/afnorupdate-put-routing-code-body.js +15 -0
  833. package/dist/models/afnorwebhook-callback-content.d.ts +18 -0
  834. package/dist/models/afnorwebhook-callback-content.js +15 -0
  835. package/dist/models/aggregated-payment-input.d.ts +27 -0
  836. package/dist/models/aggregated-payment-input.js +15 -0
  837. package/dist/models/aggregated-transaction-input.d.ts +39 -0
  838. package/dist/models/aggregated-transaction-input.js +15 -0
  839. package/dist/models/allowance-charge-reason-code.d.ts +55 -0
  840. package/dist/models/allowance-charge-reason-code.js +59 -0
  841. package/dist/models/allowance-charge.d.ts +8 -6
  842. package/dist/models/allowance-charge.js +2 -2
  843. package/dist/models/allowance-reason-code.d.ts +2 -2
  844. package/dist/models/allowance-reason-code.js +2 -2
  845. package/dist/models/allowance-total-amount.d.ts +2 -2
  846. package/dist/models/allowance-total-amount.js +2 -2
  847. package/dist/models/amount-due.d.ts +2 -2
  848. package/dist/models/amount-due.js +2 -2
  849. package/dist/models/amount.d.ts +3 -3
  850. package/dist/models/amount.js +2 -2
  851. package/dist/models/amount1.d.ts +16 -0
  852. package/dist/models/amount1.js +15 -0
  853. package/dist/models/apierror.d.ts +2 -2
  854. package/dist/models/apierror.js +2 -2
  855. package/dist/models/apiprofile.d.ts +3 -2
  856. package/dist/models/apiprofile.js +3 -2
  857. package/dist/models/async-task-status.d.ts +2 -2
  858. package/dist/models/async-task-status.js +2 -2
  859. package/dist/models/base-amount.d.ts +2 -2
  860. package/dist/models/base-amount.js +2 -2
  861. package/dist/models/bounding-box-schema.d.ts +2 -2
  862. package/dist/models/bounding-box-schema.js +2 -2
  863. package/dist/models/buyercountry.d.ts +16 -0
  864. package/dist/models/buyercountry.js +15 -0
  865. package/dist/models/celery-status.d.ts +2 -2
  866. package/dist/models/celery-status.js +2 -2
  867. package/dist/models/certificate-info-response.d.ts +2 -2
  868. package/dist/models/certificate-info-response.js +2 -2
  869. package/dist/models/charge-total-amount.d.ts +2 -2
  870. package/dist/models/charge-total-amount.js +2 -2
  871. package/dist/models/{facture-electronique-rest-api-schemas-chorus-pro-chorus-pro-credentials.d.ts → chorus-pro-credentials.d.ts} +3 -3
  872. package/dist/models/chorus-pro-credentials.js +15 -0
  873. package/dist/models/chorus-pro-destination.d.ts +2 -2
  874. package/dist/models/chorus-pro-destination.js +2 -2
  875. package/dist/models/chorus-pro-result.d.ts +2 -2
  876. package/dist/models/chorus-pro-result.js +2 -2
  877. package/dist/models/contact.d.ts +2 -2
  878. package/dist/models/contact.js +2 -2
  879. package/dist/models/convert-resume-request.d.ts +2 -2
  880. package/dist/models/convert-resume-request.js +2 -2
  881. package/dist/models/convert-success-response.d.ts +2 -2
  882. package/dist/models/convert-success-response.js +2 -2
  883. package/dist/models/convert-validation-failed-response.d.ts +17 -2
  884. package/dist/models/convert-validation-failed-response.js +2 -2
  885. package/dist/models/country-code.d.ts +187 -0
  886. package/dist/models/country-code.js +191 -0
  887. package/dist/models/create-aggregated-report-request.d.ts +44 -0
  888. package/dist/models/create-aggregated-report-request.js +15 -0
  889. package/dist/models/create-ereporting-request.d.ts +49 -0
  890. package/dist/models/create-ereporting-request.js +15 -0
  891. package/dist/models/currency-code.d.ts +70 -0
  892. package/dist/models/currency-code.js +74 -0
  893. package/dist/models/currency.d.ts +16 -0
  894. package/dist/models/currency.js +15 -0
  895. package/dist/models/delivery-party.d.ts +2 -2
  896. package/dist/models/delivery-party.js +2 -2
  897. package/dist/models/destination.d.ts +2 -2
  898. package/dist/models/destination.js +2 -2
  899. package/dist/models/directory-line-include.d.ts +21 -0
  900. package/dist/models/directory-line-include.js +25 -0
  901. package/dist/models/doc-type.d.ts +21 -0
  902. package/dist/models/doc-type.js +25 -0
  903. package/dist/models/document-type-info.d.ts +2 -2
  904. package/dist/models/document-type-info.js +2 -2
  905. package/dist/models/electronic-address.d.ts +8 -2
  906. package/dist/models/electronic-address.js +2 -2
  907. package/dist/models/enriched-invoice-info.d.ts +20 -2
  908. package/dist/models/enriched-invoice-info.js +2 -2
  909. package/dist/models/ereporting-flow-type.d.ts +21 -0
  910. package/dist/models/ereporting-flow-type.js +25 -0
  911. package/dist/models/error-level.d.ts +2 -2
  912. package/dist/models/error-level.js +2 -2
  913. package/dist/models/error-source.d.ts +2 -2
  914. package/dist/models/error-source.js +2 -2
  915. package/dist/models/extraction-info.d.ts +2 -2
  916. package/dist/models/extraction-info.js +2 -2
  917. package/dist/models/factur-xinvoice.d.ts +2 -2
  918. package/dist/models/factur-xinvoice.js +2 -2
  919. package/dist/models/factur-xpdfinfo.d.ts +2 -2
  920. package/dist/models/factur-xpdfinfo.js +2 -2
  921. package/dist/models/facture-electronique-models-invoice-type-code.d.ts +81 -0
  922. package/dist/models/facture-electronique-models-invoice-type-code.js +85 -0
  923. package/dist/models/facture-electronique-rest-api-schemas-convert-validation-error.d.ts +33 -0
  924. package/dist/models/facture-electronique-rest-api-schemas-convert-validation-error.js +15 -0
  925. package/dist/models/facture-electronique-rest-api-schemas-processing-chorus-pro-credentials.d.ts +2 -2
  926. package/dist/models/facture-electronique-rest-api-schemas-processing-chorus-pro-credentials.js +2 -2
  927. package/dist/models/field-status.d.ts +2 -2
  928. package/dist/models/field-status.js +2 -2
  929. package/dist/models/file-info.d.ts +2 -2
  930. package/dist/models/file-info.js +2 -2
  931. package/dist/models/files-info.d.ts +2 -2
  932. package/dist/models/files-info.js +2 -2
  933. package/dist/models/flow-direction.d.ts +2 -2
  934. package/dist/models/flow-direction.js +2 -2
  935. package/dist/models/flow-profile.d.ts +2 -2
  936. package/dist/models/flow-profile.js +2 -2
  937. package/dist/models/flow-summary.d.ts +8 -2
  938. package/dist/models/flow-summary.js +2 -2
  939. package/dist/models/flow-syntax.d.ts +2 -2
  940. package/dist/models/flow-syntax.js +2 -2
  941. package/dist/models/flow-type.d.ts +12 -4
  942. package/dist/models/flow-type.js +12 -4
  943. package/dist/models/generate-aggregated-report-response.d.ts +46 -0
  944. package/dist/models/generate-aggregated-report-response.js +15 -0
  945. package/dist/models/generate-certificate-request.d.ts +2 -2
  946. package/dist/models/generate-certificate-request.js +2 -2
  947. package/dist/models/generate-certificate-response.d.ts +2 -2
  948. package/dist/models/generate-certificate-response.js +2 -2
  949. package/dist/models/generate-ereporting-response.d.ts +36 -0
  950. package/dist/models/generate-ereporting-response.js +15 -0
  951. package/dist/models/get-chorus-pro-id-request.d.ts +4 -4
  952. package/dist/models/get-chorus-pro-id-request.js +2 -2
  953. package/dist/models/get-chorus-pro-id-response.d.ts +2 -2
  954. package/dist/models/get-chorus-pro-id-response.js +2 -2
  955. package/dist/models/get-invoice-request.d.ts +4 -4
  956. package/dist/models/get-invoice-request.js +2 -2
  957. package/dist/models/get-invoice-response.d.ts +8 -2
  958. package/dist/models/get-invoice-response.js +2 -2
  959. package/dist/models/get-structure-request.d.ts +4 -4
  960. package/dist/models/get-structure-request.js +2 -2
  961. package/dist/models/get-structure-response.d.ts +8 -2
  962. package/dist/models/get-structure-response.js +2 -2
  963. package/dist/models/global-allowance-amount.d.ts +2 -2
  964. package/dist/models/global-allowance-amount.js +2 -2
  965. package/dist/models/gross-unit-price.d.ts +2 -2
  966. package/dist/models/gross-unit-price.js +2 -2
  967. package/dist/models/httpvalidation-error.d.ts +2 -2
  968. package/dist/models/httpvalidation-error.js +2 -2
  969. package/dist/models/incoming-invoice.d.ts +4 -4
  970. package/dist/models/incoming-invoice.js +2 -2
  971. package/dist/models/incoming-supplier.d.ts +2 -2
  972. package/dist/models/incoming-supplier.js +2 -2
  973. package/dist/models/index.d.ts +139 -4
  974. package/dist/models/index.js +139 -4
  975. package/dist/models/invoice-format.d.ts +2 -2
  976. package/dist/models/invoice-format.js +2 -2
  977. package/dist/models/invoice-input.d.ts +54 -0
  978. package/dist/models/invoice-input.js +15 -0
  979. package/dist/models/invoice-line-allowance-amount.d.ts +2 -2
  980. package/dist/models/invoice-line-allowance-amount.js +2 -2
  981. package/dist/models/invoice-line.d.ts +5 -2
  982. package/dist/models/invoice-line.js +2 -2
  983. package/dist/models/invoice-note.d.ts +5 -2
  984. package/dist/models/invoice-note.js +2 -2
  985. package/dist/models/invoice-payment-input.d.ts +35 -0
  986. package/dist/models/invoice-payment-input.js +15 -0
  987. package/dist/models/invoice-references.d.ts +2 -2
  988. package/dist/models/invoice-references.js +2 -2
  989. package/dist/models/invoice-status.d.ts +2 -2
  990. package/dist/models/invoice-status.js +2 -2
  991. package/dist/models/invoice-totals-prepayment.d.ts +2 -2
  992. package/dist/models/invoice-totals-prepayment.js +2 -2
  993. package/dist/models/invoice-totals.d.ts +2 -2
  994. package/dist/models/invoice-totals.js +2 -2
  995. package/dist/models/invoice-type-code-output.d.ts +81 -0
  996. package/dist/models/invoice-type-code-output.js +85 -0
  997. package/dist/models/invoice-type-code.d.ts +8 -67
  998. package/dist/models/invoice-type-code.js +8 -67
  999. package/dist/models/invoicing-framework-code.d.ts +2 -2
  1000. package/dist/models/invoicing-framework-code.js +2 -2
  1001. package/dist/models/invoicing-framework.d.ts +5 -2
  1002. package/dist/models/invoicing-framework.js +2 -2
  1003. package/dist/models/line-net-amount.d.ts +2 -2
  1004. package/dist/models/line-net-amount.js +2 -2
  1005. package/dist/models/line-sub-type.d.ts +20 -0
  1006. package/dist/models/line-sub-type.js +24 -0
  1007. package/dist/models/line-total-amount.d.ts +2 -2
  1008. package/dist/models/line-total-amount.js +2 -2
  1009. package/dist/models/location-inner.d.ts +13 -0
  1010. package/dist/models/location-inner.js +15 -0
  1011. package/dist/models/mandatory-note-schema.d.ts +2 -2
  1012. package/dist/models/mandatory-note-schema.js +2 -2
  1013. package/dist/models/manual-rate.d.ts +2 -2
  1014. package/dist/models/manual-rate.js +2 -2
  1015. package/dist/models/manual-vat-rate.d.ts +2 -2
  1016. package/dist/models/manual-vat-rate.js +2 -2
  1017. package/dist/models/missing-field.d.ts +2 -2
  1018. package/dist/models/missing-field.js +2 -2
  1019. package/dist/models/operation-nature.d.ts +2 -2
  1020. package/dist/models/operation-nature.js +2 -2
  1021. package/dist/models/output-format.d.ts +2 -2
  1022. package/dist/models/output-format.js +2 -2
  1023. package/dist/models/page-dimensions-schema.d.ts +2 -2
  1024. package/dist/models/page-dimensions-schema.js +2 -2
  1025. package/dist/models/payee.d.ts +2 -2
  1026. package/dist/models/payee.js +2 -2
  1027. package/dist/models/payment-amount-by-rate.d.ts +20 -0
  1028. package/dist/models/payment-amount-by-rate.js +15 -0
  1029. package/dist/models/payment-card.d.ts +2 -2
  1030. package/dist/models/payment-card.js +2 -2
  1031. package/dist/models/payment-means.d.ts +2 -2
  1032. package/dist/models/payment-means.js +2 -2
  1033. package/dist/models/pdfvalidation-result-api.d.ts +2 -2
  1034. package/dist/models/pdfvalidation-result-api.js +2 -2
  1035. package/dist/models/pdpcredentials.d.ts +2 -2
  1036. package/dist/models/pdpcredentials.js +2 -2
  1037. package/dist/models/percentage.d.ts +2 -2
  1038. package/dist/models/percentage.js +2 -2
  1039. package/dist/models/postal-address.d.ts +2 -2
  1040. package/dist/models/postal-address.js +2 -2
  1041. package/dist/models/price-allowance-amount.d.ts +2 -2
  1042. package/dist/models/price-allowance-amount.js +2 -2
  1043. package/dist/models/price-basis-quantity.d.ts +2 -2
  1044. package/dist/models/price-basis-quantity.js +2 -2
  1045. package/dist/models/processing-options.d.ts +2 -2
  1046. package/dist/models/processing-options.js +2 -2
  1047. package/dist/models/processing-rule.d.ts +23 -0
  1048. package/dist/models/processing-rule.js +27 -0
  1049. package/dist/models/product-characteristic.d.ts +2 -2
  1050. package/dist/models/product-characteristic.js +2 -2
  1051. package/dist/models/product-classification.d.ts +2 -2
  1052. package/dist/models/product-classification.js +2 -2
  1053. package/dist/models/quantity.d.ts +2 -2
  1054. package/dist/models/quantity.js +2 -2
  1055. package/dist/models/rate.d.ts +16 -0
  1056. package/dist/models/rate.js +15 -0
  1057. package/dist/models/rate1.d.ts +16 -0
  1058. package/dist/models/rate1.js +15 -0
  1059. package/dist/models/recipient.d.ts +2 -2
  1060. package/dist/models/recipient.js +2 -2
  1061. package/dist/models/report-period.d.ts +24 -0
  1062. package/dist/models/report-period.js +15 -0
  1063. package/dist/models/report-sender.d.ts +25 -0
  1064. package/dist/models/report-sender.js +15 -0
  1065. package/dist/models/rounding-amount.d.ts +2 -2
  1066. package/dist/models/rounding-amount.js +2 -2
  1067. package/dist/models/routing-code-include.d.ts +19 -0
  1068. package/dist/models/routing-code-include.js +23 -0
  1069. package/dist/models/scheme-id.d.ts +30 -2
  1070. package/dist/models/scheme-id.js +31 -3
  1071. package/dist/models/search-flow-request.d.ts +2 -2
  1072. package/dist/models/search-flow-request.js +2 -2
  1073. package/dist/models/search-flow-response.d.ts +2 -2
  1074. package/dist/models/search-flow-response.js +2 -2
  1075. package/dist/models/search-services-response.d.ts +11 -2
  1076. package/dist/models/search-services-response.js +2 -2
  1077. package/dist/models/search-structure-request.d.ts +4 -4
  1078. package/dist/models/search-structure-request.js +2 -2
  1079. package/dist/models/search-structure-response.d.ts +2 -2
  1080. package/dist/models/search-structure-response.js +2 -2
  1081. package/dist/models/sellercountry.d.ts +16 -0
  1082. package/dist/models/sellercountry.js +15 -0
  1083. package/dist/models/signature-info-api.d.ts +2 -2
  1084. package/dist/models/signature-info-api.js +2 -2
  1085. package/dist/models/signature-info.d.ts +2 -2
  1086. package/dist/models/signature-info.js +2 -2
  1087. package/dist/models/signature-parameters.d.ts +2 -2
  1088. package/dist/models/signature-parameters.js +2 -2
  1089. package/dist/models/simplified-invoice-data.d.ts +12 -2
  1090. package/dist/models/simplified-invoice-data.js +2 -2
  1091. package/dist/models/siret-include.d.ts +18 -0
  1092. package/dist/models/siret-include.js +22 -0
  1093. package/dist/models/structure-info.d.ts +2 -2
  1094. package/dist/models/structure-info.js +2 -2
  1095. package/dist/models/structure-parameters.d.ts +2 -2
  1096. package/dist/models/structure-parameters.js +2 -2
  1097. package/dist/models/structure-service.d.ts +2 -2
  1098. package/dist/models/structure-service.js +2 -2
  1099. package/dist/models/submission-mode.d.ts +2 -2
  1100. package/dist/models/submission-mode.js +2 -2
  1101. package/dist/models/submit-aggregated-report-request.d.ts +26 -0
  1102. package/dist/models/submit-aggregated-report-request.js +15 -0
  1103. package/dist/models/submit-complete-invoice-request.d.ts +2 -2
  1104. package/dist/models/submit-complete-invoice-request.js +2 -2
  1105. package/dist/models/submit-complete-invoice-response.d.ts +2 -2
  1106. package/dist/models/submit-complete-invoice-response.js +2 -2
  1107. package/dist/models/submit-ereporting-request.d.ts +26 -0
  1108. package/dist/models/submit-ereporting-request.js +15 -0
  1109. package/dist/models/submit-ereporting-response.d.ts +41 -0
  1110. package/dist/models/submit-ereporting-response.js +15 -0
  1111. package/dist/models/submit-flow-request.d.ts +2 -2
  1112. package/dist/models/submit-flow-request.js +2 -2
  1113. package/dist/models/submit-flow-response.d.ts +2 -2
  1114. package/dist/models/submit-flow-response.js +2 -2
  1115. package/dist/models/submit-gross-amount.d.ts +2 -2
  1116. package/dist/models/submit-gross-amount.js +2 -2
  1117. package/dist/models/submit-invoice-request.d.ts +4 -4
  1118. package/dist/models/submit-invoice-request.js +2 -2
  1119. package/dist/models/submit-invoice-response.d.ts +2 -2
  1120. package/dist/models/submit-invoice-response.js +2 -2
  1121. package/dist/models/submit-net-amount.d.ts +2 -2
  1122. package/dist/models/submit-net-amount.js +2 -2
  1123. package/dist/models/submit-vat-amount.d.ts +2 -2
  1124. package/dist/models/submit-vat-amount.js +2 -2
  1125. package/dist/models/supplementary-attachment.d.ts +17 -2
  1126. package/dist/models/supplementary-attachment.js +2 -2
  1127. package/dist/models/supplier.d.ts +2 -2
  1128. package/dist/models/supplier.js +2 -2
  1129. package/dist/models/task-response.d.ts +2 -2
  1130. package/dist/models/task-response.js +2 -2
  1131. package/dist/models/tax-breakdown-input.d.ts +22 -0
  1132. package/dist/models/tax-breakdown-input.js +15 -0
  1133. package/dist/models/tax-due-date-type.d.ts +23 -0
  1134. package/dist/models/tax-due-date-type.js +27 -0
  1135. package/dist/models/tax-representative.d.ts +2 -2
  1136. package/dist/models/tax-representative.js +2 -2
  1137. package/dist/models/taxable-amount.d.ts +2 -2
  1138. package/dist/models/taxable-amount.js +2 -2
  1139. package/dist/models/taxableamount.d.ts +16 -0
  1140. package/dist/models/taxableamount.js +15 -0
  1141. package/dist/models/taxamount.d.ts +16 -0
  1142. package/dist/models/taxamount.js +15 -0
  1143. package/dist/models/taxamount1.d.ts +16 -0
  1144. package/dist/models/taxamount1.js +15 -0
  1145. package/dist/models/taxamount2.d.ts +16 -0
  1146. package/dist/models/taxamount2.js +15 -0
  1147. package/dist/models/taxexclusiveamount.d.ts +16 -0
  1148. package/dist/models/taxexclusiveamount.js +15 -0
  1149. package/dist/models/taxexclusiveamount1.d.ts +16 -0
  1150. package/dist/models/taxexclusiveamount1.js +15 -0
  1151. package/dist/models/total-gross-amount.d.ts +2 -2
  1152. package/dist/models/total-gross-amount.js +2 -2
  1153. package/dist/models/total-net-amount.d.ts +2 -2
  1154. package/dist/models/total-net-amount.js +2 -2
  1155. package/dist/models/total-vatamount.d.ts +2 -2
  1156. package/dist/models/total-vatamount.js +2 -2
  1157. package/dist/models/transaction-category.d.ts +21 -0
  1158. package/dist/models/transaction-category.js +25 -0
  1159. package/dist/models/transmission-type-code.d.ts +19 -0
  1160. package/dist/models/transmission-type-code.js +23 -0
  1161. package/dist/models/unit-net-price.d.ts +2 -2
  1162. package/dist/models/unit-net-price.js +2 -2
  1163. package/dist/models/unit-of-measure.d.ts +2 -2
  1164. package/dist/models/unit-of-measure.js +2 -2
  1165. package/dist/models/validate-ereporting-request.d.ts +21 -0
  1166. package/dist/models/validate-ereporting-request.js +15 -0
  1167. package/dist/models/validate-ereporting-response.d.ts +41 -0
  1168. package/dist/models/validate-ereporting-response.js +15 -0
  1169. package/dist/models/validation-error-detail.d.ts +2 -2
  1170. package/dist/models/validation-error-detail.js +2 -2
  1171. package/dist/models/validation-error-response.d.ts +2 -2
  1172. package/dist/models/validation-error-response.js +2 -2
  1173. package/dist/models/validation-error.d.ts +4 -4
  1174. package/dist/models/validation-error.js +2 -2
  1175. package/dist/models/validation-info.d.ts +4 -4
  1176. package/dist/models/validation-info.js +2 -2
  1177. package/dist/models/validation-success-response.d.ts +2 -2
  1178. package/dist/models/validation-success-response.js +2 -2
  1179. package/dist/models/vat-rate.d.ts +2 -2
  1180. package/dist/models/vat-rate.js +2 -2
  1181. package/dist/models/vataccounting-code.d.ts +2 -2
  1182. package/dist/models/vataccounting-code.js +2 -2
  1183. package/dist/models/vatamount.d.ts +2 -2
  1184. package/dist/models/vatamount.js +2 -2
  1185. package/dist/models/vatcategory.d.ts +2 -2
  1186. package/dist/models/vatcategory.js +2 -2
  1187. package/dist/models/vatline.d.ts +2 -2
  1188. package/dist/models/vatline.js +2 -2
  1189. package/dist/models/vatpoint-date-code.d.ts +2 -2
  1190. package/dist/models/vatpoint-date-code.js +2 -2
  1191. package/dist/models/verification-success-response.d.ts +2 -2
  1192. package/dist/models/verification-success-response.js +2 -2
  1193. package/dist/models/verified-field-schema.d.ts +2 -2
  1194. package/dist/models/verified-field-schema.js +2 -2
  1195. package/docs/AFNORAcknowledgement.md +22 -0
  1196. package/docs/AFNORAcknowledgementDetail.md +26 -0
  1197. package/docs/AFNORAddressEdit.md +33 -0
  1198. package/docs/AFNORAddressPatch.md +33 -0
  1199. package/docs/AFNORAddressPut.md +33 -0
  1200. package/docs/AFNORAddressRead.md +35 -0
  1201. package/docs/AFNORAlgorithm.md +16 -0
  1202. package/docs/AFNORContainsOperator.md +9 -0
  1203. package/docs/AFNORCreateDirectoryLineBody.md +22 -0
  1204. package/docs/AFNORCreateDirectoryLineBodyAddressingInformation.md +26 -0
  1205. package/docs/AFNORCreateDirectoryLineBodyPeriod.md +22 -0
  1206. package/docs/AFNORCreateRoutingCodeBody.md +34 -0
  1207. package/docs/AFNORDestination.md +3 -1
  1208. package/docs/AFNORDiffusionStatus.md +11 -0
  1209. package/docs/AFNORDirectoryLineField.md +19 -0
  1210. package/docs/AFNORDirectoryLinePayloadHistoryLegalUnitFacilityRoutingCode.md +34 -0
  1211. package/docs/AFNORDirectoryLinePayloadHistoryLegalUnitFacilityRoutingCodePlatform.md +22 -0
  1212. package/docs/AFNORDirectoryLinePayloadHistoryLegalUnitFacilityRoutingCodeRoutingCode.md +30 -0
  1213. package/docs/AFNORDirectoryLinePost201Response.md +24 -0
  1214. package/docs/AFNORDirectoryLineSearchPost200Response.md +24 -0
  1215. package/docs/AFNOREntityType.md +11 -0
  1216. package/docs/AFNORError.md +28 -0
  1217. package/docs/AFNORFacilityAdministrativeStatus.md +11 -0
  1218. package/docs/AFNORFacilityNature.md +11 -0
  1219. package/docs/AFNORFacilityPayloadHistory.md +36 -0
  1220. package/docs/AFNORFacilityPayloadHistoryUleB2gAdditionalData.md +30 -0
  1221. package/docs/AFNORFacilityPayloadIncluded.md +34 -0
  1222. package/docs/AFNORFacilityType.md +11 -0
  1223. package/docs/AFNORFlow.md +41 -0
  1224. package/docs/AFNORFlowAckStatus.md +13 -0
  1225. package/docs/AFNORFlowDirection.md +11 -0
  1226. package/docs/AFNORFlowInfo.md +31 -0
  1227. package/docs/AFNORFlowProfile.md +12 -0
  1228. package/docs/AFNORFlowSyntax.md +17 -0
  1229. package/docs/AFNORFlowType.md +33 -0
  1230. package/docs/AFNORFullFlowInfo.md +35 -0
  1231. package/docs/AFNORLegalUnitAdministrativeStatus.md +11 -0
  1232. package/docs/AFNORLegalUnitPayloadHistory.md +26 -0
  1233. package/docs/AFNORLegalUnitPayloadIncluded.md +26 -0
  1234. package/docs/AFNORLegalUnitPayloadIncludedNoSiren.md +24 -0
  1235. package/docs/AFNORPDPPAApi.md +5 -5
  1236. package/docs/AFNORPDPPADirectoryServiceApi.md +426 -171
  1237. package/docs/AFNORPDPPAFlowServiceApi.md +72 -38
  1238. package/docs/AFNORPlatformStatus.md +11 -0
  1239. package/docs/AFNORProcessingRule.md +19 -0
  1240. package/docs/AFNORReasonCode.md +19 -0
  1241. package/docs/AFNORReasonCodeEnum.md +37 -0
  1242. package/docs/AFNORRecipientPlatformType.md +11 -0
  1243. package/docs/AFNORResult.md +6 -0
  1244. package/docs/AFNORRoutingCodeAdministrativeStatus.md +11 -0
  1245. package/docs/AFNORRoutingCodeField.md +23 -0
  1246. package/docs/AFNORRoutingCodePayloadHistoryLegalUnitFacility.md +36 -0
  1247. package/docs/AFNORRoutingCodePost201Response.md +24 -0
  1248. package/docs/AFNORRoutingCodeSearch.md +30 -0
  1249. package/docs/AFNORRoutingCodeSearchFilters.md +32 -0
  1250. package/docs/AFNORRoutingCodeSearchFiltersAdministrativeStatus.md +22 -0
  1251. package/docs/AFNORRoutingCodeSearchFiltersRoutingCodeName.md +22 -0
  1252. package/docs/AFNORRoutingCodeSearchFiltersRoutingIdentifier.md +22 -0
  1253. package/docs/AFNORRoutingCodeSearchPost200Response.md +24 -0
  1254. package/docs/AFNORRoutingCodeSearchSortingInner.md +23 -0
  1255. package/docs/AFNORSearchDirectoryLine.md +28 -0
  1256. package/docs/AFNORSearchDirectoryLineFilters.md +28 -0
  1257. package/docs/AFNORSearchDirectoryLineFiltersAddressingIdentifier.md +22 -0
  1258. package/docs/AFNORSearchDirectoryLineFiltersAddressingSuffix.md +22 -0
  1259. package/docs/AFNORSearchDirectoryLineSortingInner.md +23 -0
  1260. package/docs/AFNORSearchFlowContent.md +25 -0
  1261. package/docs/AFNORSearchFlowFilters.md +33 -0
  1262. package/docs/AFNORSearchFlowParams.md +22 -0
  1263. package/docs/AFNORSearchSiren.md +28 -0
  1264. package/docs/AFNORSearchSirenFilters.md +26 -0
  1265. package/docs/AFNORSearchSirenFiltersAdministrativeStatus.md +22 -0
  1266. package/docs/AFNORSearchSirenFiltersBusinessName.md +22 -0
  1267. package/docs/AFNORSearchSirenFiltersEntityType.md +22 -0
  1268. package/docs/AFNORSearchSirenFiltersSiren.md +22 -0
  1269. package/docs/AFNORSearchSirenSortingInner.md +23 -0
  1270. package/docs/AFNORSearchSiret.md +30 -0
  1271. package/docs/AFNORSearchSiretFilters.md +36 -0
  1272. package/docs/AFNORSearchSiretFiltersAddressLines.md +22 -0
  1273. package/docs/AFNORSearchSiretFiltersAdministrativeStatus.md +22 -0
  1274. package/docs/AFNORSearchSiretFiltersCountrySubdivision.md +22 -0
  1275. package/docs/AFNORSearchSiretFiltersFacilityType.md +22 -0
  1276. package/docs/AFNORSearchSiretFiltersLocality.md +22 -0
  1277. package/docs/AFNORSearchSiretFiltersName.md +22 -0
  1278. package/docs/AFNORSearchSiretFiltersPostalCode.md +22 -0
  1279. package/docs/AFNORSearchSiretFiltersSiret.md +22 -0
  1280. package/docs/AFNORSearchSiretSortingInner.md +23 -0
  1281. package/docs/AFNORSirenField.md +17 -0
  1282. package/docs/AFNORSirenSearchPost200Response.md +24 -0
  1283. package/docs/AFNORSiretField.md +35 -0
  1284. package/docs/AFNORSiretSearchPost200Response.md +24 -0
  1285. package/docs/AFNORSortingOrder.md +11 -0
  1286. package/docs/AFNORStrictOperator.md +9 -0
  1287. package/docs/AFNORUpdatePatchDirectoryLineBody.md +20 -0
  1288. package/docs/AFNORUpdatePatchRoutingCodeBody.md +26 -0
  1289. package/docs/AFNORUpdatePutRoutingCodeBody.md +26 -0
  1290. package/docs/AFNORWebhookCallbackContent.md +21 -0
  1291. package/docs/APIProfile.md +2 -0
  1292. package/docs/AcceptLanguage.md +11 -0
  1293. package/docs/AggregatedPaymentInput.md +25 -0
  1294. package/docs/AggregatedTransactionInput.md +35 -0
  1295. package/docs/AllowanceCharge.md +3 -3
  1296. package/docs/AllowanceChargeReasonCode.md +83 -0
  1297. package/docs/Amount.md +1 -1
  1298. package/docs/{ValidationErrorLocInner.md → Amount1.md} +4 -3
  1299. package/docs/Buyercountry.md +19 -0
  1300. package/docs/ChorusProApi.md +20 -3
  1301. package/docs/{FactureElectroniqueRestApiSchemasChorusProChorusProCredentials.md → ChorusProCredentials.md} +3 -3
  1302. package/docs/ConvertValidationFailedResponse.md +5 -5
  1303. package/docs/CountryCode.md +347 -0
  1304. package/docs/CreateAggregatedReportRequest.md +37 -0
  1305. package/docs/CreateEReportingRequest.md +39 -0
  1306. package/docs/Currency.md +19 -0
  1307. package/docs/CurrencyCode.md +113 -0
  1308. package/docs/Destination.md +3 -1
  1309. package/docs/DirectoryLineInclude.md +15 -0
  1310. package/docs/DocType.md +15 -0
  1311. package/docs/DocumentConversionApi.md +17 -71
  1312. package/docs/DownloadsApi.md +237 -0
  1313. package/docs/EReportingApi.md +638 -0
  1314. package/docs/EReportingFlowType.md +15 -0
  1315. package/docs/ElectronicAddress.md +2 -2
  1316. package/docs/EnrichedInvoiceInfo.md +6 -6
  1317. package/docs/FactureElectroniqueModelsInvoiceTypeCode.md +39 -0
  1318. package/docs/FactureElectroniqueRestApiSchemasConvertValidationError.md +35 -0
  1319. package/docs/FlowSummary.md +2 -2
  1320. package/docs/FlowType.md +18 -2
  1321. package/docs/GenerateAggregatedReportResponse.md +33 -0
  1322. package/docs/GenerateEReportingResponse.md +29 -0
  1323. package/docs/GetChorusProIdRequest.md +1 -1
  1324. package/docs/GetInvoiceRequest.md +1 -1
  1325. package/docs/GetInvoiceResponse.md +2 -2
  1326. package/docs/GetStructureRequest.md +1 -1
  1327. package/docs/GetStructureResponse.md +2 -2
  1328. package/docs/HealthApi.md +3 -1
  1329. package/docs/IncomingInvoice.md +1 -1
  1330. package/docs/InvoiceInput.md +51 -0
  1331. package/docs/InvoiceLine.md +4 -0
  1332. package/docs/InvoiceNote.md +1 -1
  1333. package/docs/InvoicePaymentInput.md +29 -0
  1334. package/docs/InvoiceProcessingApi.md +56 -14
  1335. package/docs/InvoiceTypeCode.md +6 -28
  1336. package/docs/InvoiceTypeCodeOutput.md +39 -0
  1337. package/docs/InvoicingFramework.md +1 -1
  1338. package/docs/LineSubType.md +13 -0
  1339. package/docs/LocationInner.md +18 -0
  1340. package/docs/PDFXMLVerificationApi.md +27 -9
  1341. package/docs/PaymentAmountByRate.md +23 -0
  1342. package/docs/ProcessingRule.md +19 -0
  1343. package/docs/Rate.md +19 -0
  1344. package/docs/Rate1.md +19 -0
  1345. package/docs/ReportPeriod.md +23 -0
  1346. package/docs/ReportSender.md +25 -0
  1347. package/docs/RoutingCodeInclude.md +11 -0
  1348. package/docs/SchemeID.md +14 -0
  1349. package/docs/SearchServicesResponse.md +3 -3
  1350. package/docs/SearchStructureRequest.md +1 -1
  1351. package/docs/Sellercountry.md +19 -0
  1352. package/docs/SimplifiedInvoiceData.md +8 -0
  1353. package/docs/SiretInclude.md +9 -0
  1354. package/docs/SubmitAggregatedReportRequest.md +31 -0
  1355. package/docs/SubmitEReportingRequest.md +31 -0
  1356. package/docs/SubmitEReportingResponse.md +35 -0
  1357. package/docs/SubmitInvoiceRequest.md +1 -1
  1358. package/docs/SupplementaryAttachment.md +5 -5
  1359. package/docs/TaxBreakdownInput.md +25 -0
  1360. package/docs/TaxDueDateType.md +19 -0
  1361. package/docs/Taxableamount.md +19 -0
  1362. package/docs/Taxamount.md +19 -0
  1363. package/docs/Taxamount1.md +19 -0
  1364. package/docs/Taxamount2.md +19 -0
  1365. package/docs/Taxexclusiveamount.md +19 -0
  1366. package/docs/Taxexclusiveamount1.md +19 -0
  1367. package/docs/TransactionCategory.md +15 -0
  1368. package/docs/TransmissionTypeCode.md +11 -0
  1369. package/docs/UserApi.md +2 -1
  1370. package/docs/ValidateEReportingRequest.md +21 -0
  1371. package/docs/ValidateEReportingResponse.md +31 -0
  1372. package/docs/ValidationError.md +1 -1
  1373. package/docs/ValidationInfo.md +1 -1
  1374. package/index.ts +2 -2
  1375. package/models/accept-language.ts +29 -0
  1376. package/models/acknowledgment-status.ts +2 -2
  1377. package/models/additional-document.ts +2 -2
  1378. package/models/afnoracknowledgement-detail.ts +37 -0
  1379. package/models/afnoracknowledgement.ts +29 -0
  1380. package/models/afnoraddress-edit.ts +50 -0
  1381. package/models/afnoraddress-patch.ts +50 -0
  1382. package/models/afnoraddress-put.ts +50 -0
  1383. package/models/afnoraddress-read.ts +54 -0
  1384. package/models/afnoralgorithm.ts +29 -0
  1385. package/models/afnorcontains-operator.ts +28 -0
  1386. package/models/afnorcreate-directory-line-body-addressing-information.ts +35 -0
  1387. package/models/afnorcreate-directory-line-body-period.ts +27 -0
  1388. package/models/afnorcreate-directory-line-body.ts +27 -0
  1389. package/models/afnorcreate-routing-code-body.ts +53 -0
  1390. package/models/afnorcredentials.ts +2 -2
  1391. package/models/afnordestination.ts +11 -11
  1392. package/models/afnordiffusion-status.ts +29 -0
  1393. package/models/afnordirectory-line-field.ts +33 -0
  1394. package/models/afnordirectory-line-payload-history-legal-unit-facility-routing-code-platform.ts +29 -0
  1395. package/models/afnordirectory-line-payload-history-legal-unit-facility-routing-code-routing-code.ts +45 -0
  1396. package/models/afnordirectory-line-payload-history-legal-unit-facility-routing-code.ts +51 -0
  1397. package/models/afnordirectory-line-post201-response.ts +31 -0
  1398. package/models/afnordirectory-line-search-post200-response.ts +31 -0
  1399. package/models/afnorentity-type.ts +29 -0
  1400. package/models/afnorerror.ts +27 -0
  1401. package/models/afnorfacility-administrative-status.ts +29 -0
  1402. package/models/afnorfacility-nature.ts +29 -0
  1403. package/models/afnorfacility-payload-history-ule-b2g-additional-data.ts +43 -0
  1404. package/models/afnorfacility-payload-history.ts +57 -0
  1405. package/models/afnorfacility-payload-included.ts +53 -0
  1406. package/models/afnorfacility-type.ts +29 -0
  1407. package/models/afnorflow-ack-status.ts +30 -0
  1408. package/models/afnorflow-direction.ts +29 -0
  1409. package/models/afnorflow-info.ts +45 -0
  1410. package/models/afnorflow-profile.ts +27 -0
  1411. package/models/afnorflow-syntax.ts +32 -0
  1412. package/models/afnorflow-type.ts +40 -0
  1413. package/models/afnorflow.ts +74 -0
  1414. package/models/afnorfull-flow-info.ts +35 -0
  1415. package/models/afnorhealth-check-response.ts +2 -2
  1416. package/models/afnorlegal-unit-administrative-status.ts +29 -0
  1417. package/models/afnorlegal-unit-payload-history.ts +37 -0
  1418. package/models/afnorlegal-unit-payload-included-no-siren.ts +33 -0
  1419. package/models/afnorlegal-unit-payload-included.ts +37 -0
  1420. package/models/afnorplatform-status.ts +29 -0
  1421. package/models/afnorprocessing-rule.ts +33 -0
  1422. package/models/afnorreason-code-enum.ts +42 -0
  1423. package/models/afnorreason-code.ts +26 -0
  1424. package/models/afnorrecipient-platform-type.ts +29 -0
  1425. package/models/afnorresult.ts +5 -2
  1426. package/models/afnorrouting-code-administrative-status.ts +29 -0
  1427. package/models/afnorrouting-code-field.ts +35 -0
  1428. package/models/afnorrouting-code-payload-history-legal-unit-facility.ts +57 -0
  1429. package/models/afnorrouting-code-post201-response.ts +31 -0
  1430. package/models/afnorrouting-code-search-filters-administrative-status.ts +29 -0
  1431. package/models/afnorrouting-code-search-filters-routing-code-name.ts +29 -0
  1432. package/models/afnorrouting-code-search-filters-routing-identifier.ts +29 -0
  1433. package/models/afnorrouting-code-search-filters.ts +47 -0
  1434. package/models/afnorrouting-code-search-post200-response.ts +31 -0
  1435. package/models/afnorrouting-code-search-sorting-inner.ts +32 -0
  1436. package/models/afnorrouting-code-search.ts +54 -0
  1437. package/models/afnorsearch-directory-line-filters-addressing-identifier.ts +29 -0
  1438. package/models/afnorsearch-directory-line-filters-addressing-suffix.ts +29 -0
  1439. package/models/afnorsearch-directory-line-filters.ts +39 -0
  1440. package/models/afnorsearch-directory-line-sorting-inner.ts +32 -0
  1441. package/models/afnorsearch-directory-line.ts +45 -0
  1442. package/models/afnorsearch-flow-content.ts +31 -0
  1443. package/models/afnorsearch-flow-filters.ts +46 -0
  1444. package/models/afnorsearch-flow-params.ts +27 -0
  1445. package/models/afnorsearch-siren-filters-administrative-status.ts +29 -0
  1446. package/models/afnorsearch-siren-filters-business-name.ts +29 -0
  1447. package/models/afnorsearch-siren-filters-entity-type.ts +29 -0
  1448. package/models/afnorsearch-siren-filters-siren.ts +29 -0
  1449. package/models/afnorsearch-siren-filters.ts +35 -0
  1450. package/models/afnorsearch-siren-sorting-inner.ts +32 -0
  1451. package/models/afnorsearch-siren.ts +45 -0
  1452. package/models/afnorsearch-siret-filters-address-lines.ts +29 -0
  1453. package/models/afnorsearch-siret-filters-administrative-status.ts +29 -0
  1454. package/models/afnorsearch-siret-filters-country-subdivision.ts +29 -0
  1455. package/models/afnorsearch-siret-filters-facility-type.ts +29 -0
  1456. package/models/afnorsearch-siret-filters-locality.ts +29 -0
  1457. package/models/afnorsearch-siret-filters-name.ts +29 -0
  1458. package/models/afnorsearch-siret-filters-postal-code.ts +29 -0
  1459. package/models/afnorsearch-siret-filters-siret.ts +29 -0
  1460. package/models/afnorsearch-siret-filters.ts +55 -0
  1461. package/models/afnorsearch-siret-sorting-inner.ts +32 -0
  1462. package/models/afnorsearch-siret.ts +53 -0
  1463. package/models/afnorsiren-field.ts +32 -0
  1464. package/models/afnorsiren-search-post200-response.ts +31 -0
  1465. package/models/afnorsiret-field.ts +41 -0
  1466. package/models/afnorsiret-search-post200-response.ts +31 -0
  1467. package/models/afnorsorting-order.ts +29 -0
  1468. package/models/afnorstrict-operator.ts +28 -0
  1469. package/models/afnorupdate-patch-directory-line-body.ts +23 -0
  1470. package/models/afnorupdate-patch-routing-code-body.ts +37 -0
  1471. package/models/afnorupdate-put-routing-code-body.ts +37 -0
  1472. package/models/afnorwebhook-callback-content.ts +26 -0
  1473. package/models/aggregated-payment-input.ts +37 -0
  1474. package/models/aggregated-transaction-input.ts +59 -0
  1475. package/models/allowance-charge-reason-code.ts +65 -0
  1476. package/models/allowance-charge.ts +14 -6
  1477. package/models/allowance-reason-code.ts +2 -2
  1478. package/models/allowance-total-amount.ts +2 -2
  1479. package/models/amount-due.ts +2 -2
  1480. package/models/amount.ts +3 -3
  1481. package/models/amount1.ts +22 -0
  1482. package/models/apierror.ts +2 -2
  1483. package/models/apiprofile.ts +3 -2
  1484. package/models/async-task-status.ts +2 -2
  1485. package/models/base-amount.ts +2 -2
  1486. package/models/bounding-box-schema.ts +2 -2
  1487. package/models/buyercountry.ts +25 -0
  1488. package/models/celery-status.ts +2 -2
  1489. package/models/certificate-info-response.ts +2 -2
  1490. package/models/charge-total-amount.ts +2 -2
  1491. package/models/{facture-electronique-rest-api-schemas-chorus-pro-chorus-pro-credentials.ts → chorus-pro-credentials.ts} +3 -3
  1492. package/models/chorus-pro-destination.ts +2 -2
  1493. package/models/chorus-pro-result.ts +2 -2
  1494. package/models/contact.ts +2 -2
  1495. package/models/convert-resume-request.ts +2 -2
  1496. package/models/convert-success-response.ts +2 -2
  1497. package/models/convert-validation-failed-response.ts +17 -2
  1498. package/models/country-code.ts +197 -0
  1499. package/models/create-aggregated-report-request.ts +66 -0
  1500. package/models/create-ereporting-request.ts +73 -0
  1501. package/models/currency-code.ts +80 -0
  1502. package/models/currency.ts +25 -0
  1503. package/models/delivery-party.ts +2 -2
  1504. package/models/destination.ts +8 -2
  1505. package/models/directory-line-include.ts +31 -0
  1506. package/models/doc-type.ts +31 -0
  1507. package/models/document-type-info.ts +2 -2
  1508. package/models/electronic-address.ts +8 -2
  1509. package/models/enriched-invoice-info.ts +20 -2
  1510. package/models/ereporting-flow-type.ts +31 -0
  1511. package/models/error-level.ts +2 -2
  1512. package/models/error-source.ts +2 -2
  1513. package/models/extraction-info.ts +2 -2
  1514. package/models/factur-xinvoice.ts +2 -2
  1515. package/models/factur-xpdfinfo.ts +2 -2
  1516. package/models/facture-electronique-models-invoice-type-code.ts +91 -0
  1517. package/models/facture-electronique-rest-api-schemas-convert-validation-error.ts +39 -0
  1518. package/models/facture-electronique-rest-api-schemas-processing-chorus-pro-credentials.ts +2 -2
  1519. package/models/field-status.ts +2 -2
  1520. package/models/file-info.ts +2 -2
  1521. package/models/files-info.ts +2 -2
  1522. package/models/flow-direction.ts +2 -2
  1523. package/models/flow-profile.ts +2 -2
  1524. package/models/flow-summary.ts +8 -2
  1525. package/models/flow-syntax.ts +2 -2
  1526. package/models/flow-type.ts +12 -4
  1527. package/models/generate-aggregated-report-response.ts +50 -0
  1528. package/models/generate-certificate-request.ts +2 -2
  1529. package/models/generate-certificate-response.ts +2 -2
  1530. package/models/generate-ereporting-response.ts +42 -0
  1531. package/models/get-chorus-pro-id-request.ts +4 -4
  1532. package/models/get-chorus-pro-id-response.ts +2 -2
  1533. package/models/get-invoice-request.ts +4 -4
  1534. package/models/get-invoice-response.ts +8 -2
  1535. package/models/get-structure-request.ts +4 -4
  1536. package/models/get-structure-response.ts +8 -2
  1537. package/models/global-allowance-amount.ts +2 -2
  1538. package/models/gross-unit-price.ts +2 -2
  1539. package/models/httpvalidation-error.ts +2 -2
  1540. package/models/incoming-invoice.ts +4 -4
  1541. package/models/incoming-supplier.ts +2 -2
  1542. package/models/index.ts +139 -4
  1543. package/models/invoice-format.ts +2 -2
  1544. package/models/invoice-input.ts +76 -0
  1545. package/models/invoice-line-allowance-amount.ts +2 -2
  1546. package/models/invoice-line.ts +7 -2
  1547. package/models/invoice-note.ts +5 -2
  1548. package/models/invoice-payment-input.ts +45 -0
  1549. package/models/invoice-references.ts +2 -2
  1550. package/models/invoice-status.ts +2 -2
  1551. package/models/invoice-totals-prepayment.ts +2 -2
  1552. package/models/invoice-totals.ts +2 -2
  1553. package/models/invoice-type-code-output.ts +91 -0
  1554. package/models/invoice-type-code.ts +8 -67
  1555. package/models/invoicing-framework-code.ts +2 -2
  1556. package/models/invoicing-framework.ts +5 -2
  1557. package/models/line-net-amount.ts +2 -2
  1558. package/models/line-sub-type.ts +30 -0
  1559. package/models/line-total-amount.ts +2 -2
  1560. package/models/location-inner.ts +19 -0
  1561. package/models/mandatory-note-schema.ts +2 -2
  1562. package/models/manual-rate.ts +2 -2
  1563. package/models/manual-vat-rate.ts +2 -2
  1564. package/models/missing-field.ts +2 -2
  1565. package/models/operation-nature.ts +2 -2
  1566. package/models/output-format.ts +2 -2
  1567. package/models/page-dimensions-schema.ts +2 -2
  1568. package/models/payee.ts +2 -2
  1569. package/models/payment-amount-by-rate.ts +30 -0
  1570. package/models/payment-card.ts +2 -2
  1571. package/models/payment-means.ts +2 -2
  1572. package/models/pdfvalidation-result-api.ts +2 -2
  1573. package/models/pdpcredentials.ts +2 -2
  1574. package/models/percentage.ts +2 -2
  1575. package/models/postal-address.ts +2 -2
  1576. package/models/price-allowance-amount.ts +2 -2
  1577. package/models/price-basis-quantity.ts +2 -2
  1578. package/models/processing-options.ts +2 -2
  1579. package/models/processing-rule.ts +33 -0
  1580. package/models/product-characteristic.ts +2 -2
  1581. package/models/product-classification.ts +2 -2
  1582. package/models/quantity.ts +2 -2
  1583. package/models/rate.ts +22 -0
  1584. package/models/rate1.ts +22 -0
  1585. package/models/recipient.ts +2 -2
  1586. package/models/report-period.ts +30 -0
  1587. package/models/report-sender.ts +31 -0
  1588. package/models/rounding-amount.ts +2 -2
  1589. package/models/routing-code-include.ts +29 -0
  1590. package/models/scheme-id.ts +31 -3
  1591. package/models/search-flow-request.ts +2 -2
  1592. package/models/search-flow-response.ts +2 -2
  1593. package/models/search-services-response.ts +11 -2
  1594. package/models/search-structure-request.ts +4 -4
  1595. package/models/search-structure-response.ts +2 -2
  1596. package/models/sellercountry.ts +25 -0
  1597. package/models/signature-info-api.ts +2 -2
  1598. package/models/signature-info.ts +2 -2
  1599. package/models/signature-parameters.ts +2 -2
  1600. package/models/simplified-invoice-data.ts +20 -2
  1601. package/models/siret-include.ts +28 -0
  1602. package/models/structure-info.ts +2 -2
  1603. package/models/structure-parameters.ts +2 -2
  1604. package/models/structure-service.ts +2 -2
  1605. package/models/submission-mode.ts +2 -2
  1606. package/models/submit-aggregated-report-request.ts +34 -0
  1607. package/models/submit-complete-invoice-request.ts +2 -2
  1608. package/models/submit-complete-invoice-response.ts +2 -2
  1609. package/models/submit-ereporting-request.ts +34 -0
  1610. package/models/submit-ereporting-response.ts +45 -0
  1611. package/models/submit-flow-request.ts +2 -2
  1612. package/models/submit-flow-response.ts +2 -2
  1613. package/models/submit-gross-amount.ts +2 -2
  1614. package/models/submit-invoice-request.ts +4 -4
  1615. package/models/submit-invoice-response.ts +2 -2
  1616. package/models/submit-net-amount.ts +2 -2
  1617. package/models/submit-vat-amount.ts +2 -2
  1618. package/models/supplementary-attachment.ts +17 -2
  1619. package/models/supplier.ts +2 -2
  1620. package/models/task-response.ts +2 -2
  1621. package/models/tax-breakdown-input.ts +34 -0
  1622. package/models/tax-due-date-type.ts +33 -0
  1623. package/models/tax-representative.ts +2 -2
  1624. package/models/taxable-amount.ts +2 -2
  1625. package/models/taxableamount.ts +22 -0
  1626. package/models/taxamount.ts +22 -0
  1627. package/models/taxamount1.ts +22 -0
  1628. package/models/taxamount2.ts +22 -0
  1629. package/models/taxexclusiveamount.ts +22 -0
  1630. package/models/taxexclusiveamount1.ts +22 -0
  1631. package/models/total-gross-amount.ts +2 -2
  1632. package/models/total-net-amount.ts +2 -2
  1633. package/models/total-vatamount.ts +2 -2
  1634. package/models/transaction-category.ts +31 -0
  1635. package/models/transmission-type-code.ts +29 -0
  1636. package/models/unit-net-price.ts +2 -2
  1637. package/models/unit-of-measure.ts +2 -2
  1638. package/models/validate-ereporting-request.ts +29 -0
  1639. package/models/validate-ereporting-response.ts +49 -0
  1640. package/models/validation-error-detail.ts +2 -2
  1641. package/models/validation-error-response.ts +2 -2
  1642. package/models/validation-error.ts +4 -4
  1643. package/models/validation-info.ts +4 -4
  1644. package/models/validation-success-response.ts +2 -2
  1645. package/models/vat-rate.ts +2 -2
  1646. package/models/vataccounting-code.ts +2 -2
  1647. package/models/vatamount.ts +2 -2
  1648. package/models/vatcategory.ts +2 -2
  1649. package/models/vatline.ts +2 -2
  1650. package/models/vatpoint-date-code.ts +2 -2
  1651. package/models/verification-success-response.ts +2 -2
  1652. package/models/verified-field-schema.ts +2 -2
  1653. package/package.json +1 -1
  1654. package/dist/esm/models/convert-error-response.d.ts +0 -27
  1655. package/dist/esm/models/convert-error-response.js +0 -14
  1656. package/dist/esm/models/convert-pending-input-response.d.ts +0 -31
  1657. package/dist/esm/models/convert-pending-input-response.js +0 -14
  1658. package/dist/esm/models/facture-electronique-rest-api-schemas-chorus-pro-chorus-pro-credentials.js +0 -14
  1659. package/dist/esm/models/validation-error-loc-inner.d.ts +0 -13
  1660. package/dist/esm/models/validation-error-loc-inner.js +0 -14
  1661. package/dist/models/convert-error-response.d.ts +0 -27
  1662. package/dist/models/convert-error-response.js +0 -15
  1663. package/dist/models/convert-pending-input-response.d.ts +0 -31
  1664. package/dist/models/convert-pending-input-response.js +0 -15
  1665. package/dist/models/facture-electronique-rest-api-schemas-chorus-pro-chorus-pro-credentials.js +0 -15
  1666. package/dist/models/validation-error-loc-inner.d.ts +0 -13
  1667. package/dist/models/validation-error-loc-inner.js +0 -15
  1668. package/docs/ConvertErrorResponse.md +0 -29
  1669. package/docs/ConvertPendingInputResponse.md +0 -35
  1670. package/models/convert-error-response.ts +0 -33
  1671. package/models/convert-pending-input-response.ts +0 -39
  1672. package/models/validation-error-loc-inner.ts +0 -19
@@ -2,10 +2,10 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * FactPulse REST API
5
- * 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://www.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://www.factpulse.fr/accounts/password/set/ - Once the password is created, you can use the API **Request example:** ```bash curl -X POST https://www.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://www.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://www.factpulse.fr/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://www.factpulse.fr/documentation-api/
5
+ * 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/
6
6
  *
7
7
  * The version of the OpenAPI document: 1.0.0
8
- *
8
+ * Contact: contact@factpulse.fr
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
11
  * https://openapi-generator.tech
@@ -18,23 +18,50 @@ import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
18
18
  import globalAxios from 'axios';
19
19
  // Some imports not used depending on template conditions
20
20
  // @ts-ignore
21
- import { DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setBasicAuthToObject, setBearerAuthToObject, setOAuthToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction } from '../common';
21
+ import { DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setBasicAuthToObject, setBearerAuthToObject, setOAuthToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction , replaceWithSerializableTypeIfNeeded } from '../common';
22
22
  // @ts-ignore
23
23
  import { BASE_PATH, COLLECTION_FORMATS, type RequestArgs, BaseAPI, RequiredError, operationServerMap } from '../base';
24
24
  // @ts-ignore
25
- import type { HTTPValidationError } from '../models';
25
+ import type { AFNORDirectoryLinePayloadHistoryLegalUnitFacilityRoutingCode } from '../models';
26
+ // @ts-ignore
27
+ import type { AFNORDirectoryLinePost201Response } from '../models';
28
+ // @ts-ignore
29
+ import type { AFNORDirectoryLineSearchPost200Response } from '../models';
30
+ // @ts-ignore
31
+ import type { AFNORFacilityPayloadHistory } from '../models';
32
+ // @ts-ignore
33
+ import type { AFNORLegalUnitPayloadHistory } from '../models';
34
+ // @ts-ignore
35
+ import type { AFNORRoutingCodePayloadHistoryLegalUnitFacility } from '../models';
36
+ // @ts-ignore
37
+ import type { AFNORRoutingCodePost201Response } from '../models';
38
+ // @ts-ignore
39
+ import type { AFNORRoutingCodeSearchPost200Response } from '../models';
40
+ // @ts-ignore
41
+ import type { AFNORSirenSearchPost200Response } from '../models';
42
+ // @ts-ignore
43
+ import type { AFNORSiretSearchPost200Response } from '../models';
44
+ // @ts-ignore
45
+ import type { AcceptLanguage } from '../models';
46
+ // @ts-ignore
47
+ import type { DirectoryLineInclude } from '../models';
48
+ // @ts-ignore
49
+ import type { RoutingCodeInclude } from '../models';
50
+ // @ts-ignore
51
+ import type { SiretInclude } from '../models';
26
52
  /**
27
53
  * AFNORPDPPADirectoryServiceApi - axios parameter creator
28
54
  */
29
55
  export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configuration?: Configuration) {
30
56
  return {
31
57
  /**
32
- * Create a line in the directory
58
+ * Creation of a new directory line for a SIREN, a SIRET or a ROUTING CODE.
33
59
  * @summary Creating a directory line
60
+ * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
34
61
  * @param {*} [options] Override http request option.
35
62
  * @throws {RequiredError}
36
63
  */
37
- createDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLinePost: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
64
+ createDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLinePost: async (acceptLanguage?: AcceptLanguage, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
38
65
  const localVarPath = `/api/v1/afnor/directory/v1/directory-line`;
39
66
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
40
67
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -53,6 +80,11 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
53
80
 
54
81
  localVarHeaderParameter['Accept'] = 'application/json';
55
82
 
83
+ if (acceptLanguage != null) {
84
+ localVarHeaderParameter['Accept-Language'] = typeof acceptLanguage === 'string'
85
+ ? acceptLanguage
86
+ : JSON.stringify(acceptLanguage, replaceWithSerializableTypeIfNeeded);
87
+ }
56
88
  setSearchParams(localVarUrlObj, localVarQueryParameter);
57
89
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
58
90
  localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
@@ -63,12 +95,13 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
63
95
  };
64
96
  },
65
97
  /**
66
- * Create a routing code in the directory
98
+ * Creating a routing code.
67
99
  * @summary Create a routing code
100
+ * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
68
101
  * @param {*} [options] Override http request option.
69
102
  * @throws {RequiredError}
70
103
  */
71
- createRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodePost: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
104
+ createRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodePost: async (acceptLanguage?: AcceptLanguage, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
72
105
  const localVarPath = `/api/v1/afnor/directory/v1/routing-code`;
73
106
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
74
107
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -87,6 +120,11 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
87
120
 
88
121
  localVarHeaderParameter['Accept'] = 'application/json';
89
122
 
123
+ if (acceptLanguage != null) {
124
+ localVarHeaderParameter['Accept-Language'] = typeof acceptLanguage === 'string'
125
+ ? acceptLanguage
126
+ : JSON.stringify(acceptLanguage, replaceWithSerializableTypeIfNeeded);
127
+ }
90
128
  setSearchParams(localVarUrlObj, localVarQueryParameter);
91
129
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
92
130
  localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
@@ -97,13 +135,14 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
97
135
  };
98
136
  },
99
137
  /**
100
- * Delete a directory line
138
+ * Delete a directory line.
101
139
  * @summary Delete a directory line
102
- * @param {string} idInstance
140
+ * @param {string} idInstance AFNOR instance ID (UUID)
141
+ * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
103
142
  * @param {*} [options] Override http request option.
104
143
  * @throws {RequiredError}
105
144
  */
106
- deleteDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceDelete: async (idInstance: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
145
+ deleteDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceDelete: async (idInstance: string, acceptLanguage?: AcceptLanguage, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
107
146
  // verify required parameter 'idInstance' is not null or undefined
108
147
  assertParamExists('deleteDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceDelete', 'idInstance', idInstance)
109
148
  const localVarPath = `/api/v1/afnor/directory/v1/directory-line/id-instance:{id_instance}`
@@ -125,6 +164,11 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
125
164
 
126
165
  localVarHeaderParameter['Accept'] = 'application/json';
127
166
 
167
+ if (acceptLanguage != null) {
168
+ localVarHeaderParameter['Accept-Language'] = typeof acceptLanguage === 'string'
169
+ ? acceptLanguage
170
+ : JSON.stringify(acceptLanguage, replaceWithSerializableTypeIfNeeded);
171
+ }
128
172
  setSearchParams(localVarUrlObj, localVarQueryParameter);
129
173
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
130
174
  localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
@@ -135,7 +179,7 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
135
179
  };
136
180
  },
137
181
  /**
138
- * Check Directory Service availability
182
+ * Check Directory Service availability (AFNOR XP Z12-013 compliant)
139
183
  * @summary Healthcheck Directory Service
140
184
  * @param {*} [options] Override http request option.
141
185
  * @throws {RequiredError}
@@ -165,13 +209,16 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
165
209
  };
166
210
  },
167
211
  /**
168
- * Get a directory line identified by an addressing identifier
169
- * @summary Get a directory line
170
- * @param {string} addressingIdentifier
212
+ * Retrieve the data from the directory line corresponding to the identifier passed in parameters.
213
+ * @summary Get a directory line.
214
+ * @param {string} addressingIdentifier Addressing identifier (SIREN, SIRET or routing code)
215
+ * @param {Array<string> | null} [fields] Fields of the Directory Line resource.
216
+ * @param {Array<DirectoryLineInclude> | null} [include] Relations to include in the response.
217
+ * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
171
218
  * @param {*} [options] Override http request option.
172
219
  * @throws {RequiredError}
173
220
  */
174
- getDirectoryLineByCodeProxyApiV1AfnorDirectoryV1DirectoryLineCodeAddressingIdentifierGet: async (addressingIdentifier: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
221
+ getDirectoryLineByCodeProxyApiV1AfnorDirectoryV1DirectoryLineCodeAddressingIdentifierGet: async (addressingIdentifier: string, fields?: Array<string> | null, include?: Array<DirectoryLineInclude> | null, acceptLanguage?: AcceptLanguage, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
175
222
  // verify required parameter 'addressingIdentifier' is not null or undefined
176
223
  assertParamExists('getDirectoryLineByCodeProxyApiV1AfnorDirectoryV1DirectoryLineCodeAddressingIdentifierGet', 'addressingIdentifier', addressingIdentifier)
177
224
  const localVarPath = `/api/v1/afnor/directory/v1/directory-line/code:{addressing_identifier}`
@@ -191,8 +238,21 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
191
238
  // http bearer authentication required
192
239
  await setBearerAuthToObject(localVarHeaderParameter, configuration)
193
240
 
241
+ if (fields) {
242
+ localVarQueryParameter['fields'] = fields;
243
+ }
244
+
245
+ if (include) {
246
+ localVarQueryParameter['include'] = include;
247
+ }
248
+
194
249
  localVarHeaderParameter['Accept'] = 'application/json';
195
250
 
251
+ if (acceptLanguage != null) {
252
+ localVarHeaderParameter['Accept-Language'] = typeof acceptLanguage === 'string'
253
+ ? acceptLanguage
254
+ : JSON.stringify(acceptLanguage, replaceWithSerializableTypeIfNeeded);
255
+ }
196
256
  setSearchParams(localVarUrlObj, localVarQueryParameter);
197
257
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
198
258
  localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
@@ -203,13 +263,15 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
203
263
  };
204
264
  },
205
265
  /**
206
- * Get a directory line identified by its idInstance
207
- * @summary Get a directory line
208
- * @param {string} idInstance
266
+ * Retrieve the data from the directory line corresponding to the identifier passed in parameters.
267
+ * @summary Get a directory line.
268
+ * @param {string} idInstance AFNOR instance ID (UUID)
269
+ * @param {Array<string> | null} [fields] Fields of the Directory Line resource.
270
+ * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
209
271
  * @param {*} [options] Override http request option.
210
272
  * @throws {RequiredError}
211
273
  */
212
- getDirectoryLineByIdInstanceProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceGet: async (idInstance: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
274
+ getDirectoryLineByIdInstanceProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceGet: async (idInstance: string, fields?: Array<string> | null, acceptLanguage?: AcceptLanguage, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
213
275
  // verify required parameter 'idInstance' is not null or undefined
214
276
  assertParamExists('getDirectoryLineByIdInstanceProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceGet', 'idInstance', idInstance)
215
277
  const localVarPath = `/api/v1/afnor/directory/v1/directory-line/id-instance:{id_instance}`
@@ -229,8 +291,17 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
229
291
  // http bearer authentication required
230
292
  await setBearerAuthToObject(localVarHeaderParameter, configuration)
231
293
 
294
+ if (fields) {
295
+ localVarQueryParameter['fields'] = fields;
296
+ }
297
+
232
298
  localVarHeaderParameter['Accept'] = 'application/json';
233
299
 
300
+ if (acceptLanguage != null) {
301
+ localVarHeaderParameter['Accept-Language'] = typeof acceptLanguage === 'string'
302
+ ? acceptLanguage
303
+ : JSON.stringify(acceptLanguage, replaceWithSerializableTypeIfNeeded);
304
+ }
234
305
  setSearchParams(localVarUrlObj, localVarQueryParameter);
235
306
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
236
307
  localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
@@ -241,13 +312,15 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
241
312
  };
242
313
  },
243
314
  /**
244
- * Get a routing code identified by its idInstance
245
- * @summary Get a routing code by instance-id
246
- * @param {string} idInstance
315
+ * Retrieve the Routing Code data corresponding to the Instance ID.
316
+ * @summary Get a routing code by instance-id.
317
+ * @param {string} idInstance AFNOR instance ID (UUID)
318
+ * @param {Array<string> | null} [fields] Fields of the Routing Code resource
319
+ * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
247
320
  * @param {*} [options] Override http request option.
248
321
  * @throws {RequiredError}
249
322
  */
250
- getRoutingCodeByIdInstanceProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstanceGet: async (idInstance: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
323
+ getRoutingCodeByIdInstanceProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstanceGet: async (idInstance: string, fields?: Array<string> | null, acceptLanguage?: AcceptLanguage, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
251
324
  // verify required parameter 'idInstance' is not null or undefined
252
325
  assertParamExists('getRoutingCodeByIdInstanceProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstanceGet', 'idInstance', idInstance)
253
326
  const localVarPath = `/api/v1/afnor/directory/v1/routing-code/id-instance:{id_instance}`
@@ -267,8 +340,17 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
267
340
  // http bearer authentication required
268
341
  await setBearerAuthToObject(localVarHeaderParameter, configuration)
269
342
 
343
+ if (fields) {
344
+ localVarQueryParameter['fields'] = fields;
345
+ }
346
+
270
347
  localVarHeaderParameter['Accept'] = 'application/json';
271
348
 
349
+ if (acceptLanguage != null) {
350
+ localVarHeaderParameter['Accept-Language'] = typeof acceptLanguage === 'string'
351
+ ? acceptLanguage
352
+ : JSON.stringify(acceptLanguage, replaceWithSerializableTypeIfNeeded);
353
+ }
272
354
  setSearchParams(localVarUrlObj, localVarQueryParameter);
273
355
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
274
356
  localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
@@ -279,14 +361,17 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
279
361
  };
280
362
  },
281
363
  /**
282
- * Consult a routing code identified by SIRET and routing identifier
364
+ * Retrieve the Routing Code data corresponding to the identifier passed in parameters.
283
365
  * @summary Get a routing code by SIRET and routing identifier
284
- * @param {string} siret
285
- * @param {string} routingIdentifier
366
+ * @param {string} siret 14-digit SIRET number (INSEE establishment identifier)
367
+ * @param {string} routingIdentifier Routing code identifier
368
+ * @param {Array<string> | null} [fields] Fields of the Routing Code resource
369
+ * @param {Array<RoutingCodeInclude> | null} [include] Relations to include in the response.
370
+ * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
286
371
  * @param {*} [options] Override http request option.
287
372
  * @throws {RequiredError}
288
373
  */
289
- getRoutingCodeBySiretAndCodeProxyApiV1AfnorDirectoryV1RoutingCodeSiretSiretCodeRoutingIdentifierGet: async (siret: string, routingIdentifier: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
374
+ getRoutingCodeBySiretAndCodeProxyApiV1AfnorDirectoryV1RoutingCodeSiretSiretCodeRoutingIdentifierGet: async (siret: string, routingIdentifier: string, fields?: Array<string> | null, include?: Array<RoutingCodeInclude> | null, acceptLanguage?: AcceptLanguage, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
290
375
  // verify required parameter 'siret' is not null or undefined
291
376
  assertParamExists('getRoutingCodeBySiretAndCodeProxyApiV1AfnorDirectoryV1RoutingCodeSiretSiretCodeRoutingIdentifierGet', 'siret', siret)
292
377
  // verify required parameter 'routingIdentifier' is not null or undefined
@@ -309,8 +394,21 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
309
394
  // http bearer authentication required
310
395
  await setBearerAuthToObject(localVarHeaderParameter, configuration)
311
396
 
397
+ if (fields) {
398
+ localVarQueryParameter['fields'] = fields;
399
+ }
400
+
401
+ if (include) {
402
+ localVarQueryParameter['include'] = include;
403
+ }
404
+
312
405
  localVarHeaderParameter['Accept'] = 'application/json';
313
406
 
407
+ if (acceptLanguage != null) {
408
+ localVarHeaderParameter['Accept-Language'] = typeof acceptLanguage === 'string'
409
+ ? acceptLanguage
410
+ : JSON.stringify(acceptLanguage, replaceWithSerializableTypeIfNeeded);
411
+ }
314
412
  setSearchParams(localVarUrlObj, localVarQueryParameter);
315
413
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
316
414
  localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
@@ -321,13 +419,15 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
321
419
  };
322
420
  },
323
421
  /**
324
- * Returns details of a company (legal unit) identified by its SIREN number
422
+ * Returns the details of a company (legal unit) identified by the SIREN number passed as a parameter.
325
423
  * @summary Consult a siren (legal unit) by SIREN number
326
- * @param {string} siren
424
+ * @param {string} siren 9-digit SIREN number (INSEE company identifier)
425
+ * @param {Array<string> | null} [fields] Fields of the SIREN resource
426
+ * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
327
427
  * @param {*} [options] Override http request option.
328
428
  * @throws {RequiredError}
329
429
  */
330
- getSirenByCodeInseeProxyApiV1AfnorDirectoryV1SirenCodeInseeSirenGet: async (siren: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
430
+ getSirenByCodeInseeProxyApiV1AfnorDirectoryV1SirenCodeInseeSirenGet: async (siren: string, fields?: Array<string> | null, acceptLanguage?: AcceptLanguage, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
331
431
  // verify required parameter 'siren' is not null or undefined
332
432
  assertParamExists('getSirenByCodeInseeProxyApiV1AfnorDirectoryV1SirenCodeInseeSirenGet', 'siren', siren)
333
433
  const localVarPath = `/api/v1/afnor/directory/v1/siren/code-insee:{siren}`
@@ -347,8 +447,17 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
347
447
  // http bearer authentication required
348
448
  await setBearerAuthToObject(localVarHeaderParameter, configuration)
349
449
 
450
+ if (fields) {
451
+ localVarQueryParameter['fields'] = fields;
452
+ }
453
+
350
454
  localVarHeaderParameter['Accept'] = 'application/json';
351
455
 
456
+ if (acceptLanguage != null) {
457
+ localVarHeaderParameter['Accept-Language'] = typeof acceptLanguage === 'string'
458
+ ? acceptLanguage
459
+ : JSON.stringify(acceptLanguage, replaceWithSerializableTypeIfNeeded);
460
+ }
352
461
  setSearchParams(localVarUrlObj, localVarQueryParameter);
353
462
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
354
463
  localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
@@ -359,13 +468,15 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
359
468
  };
360
469
  },
361
470
  /**
362
- * Get a company (legal unit) identified by its idInstance
471
+ * Returns the details of a company (legal unit) identified by the id-instance passed as a parameter.
363
472
  * @summary Gets a siren (legal unit) by instance ID
364
- * @param {string} idInstance
473
+ * @param {string} idInstance AFNOR instance ID (UUID)
474
+ * @param {Array<string> | null} [fields] Fields of the SIREN resource
475
+ * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
365
476
  * @param {*} [options] Override http request option.
366
477
  * @throws {RequiredError}
367
478
  */
368
- getSirenByIdInstanceProxyApiV1AfnorDirectoryV1SirenIdInstanceIdInstanceGet: async (idInstance: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
479
+ getSirenByIdInstanceProxyApiV1AfnorDirectoryV1SirenIdInstanceIdInstanceGet: async (idInstance: string, fields?: Array<string> | null, acceptLanguage?: AcceptLanguage, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
369
480
  // verify required parameter 'idInstance' is not null or undefined
370
481
  assertParamExists('getSirenByIdInstanceProxyApiV1AfnorDirectoryV1SirenIdInstanceIdInstanceGet', 'idInstance', idInstance)
371
482
  const localVarPath = `/api/v1/afnor/directory/v1/siren/id-instance:{id_instance}`
@@ -385,8 +496,17 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
385
496
  // http bearer authentication required
386
497
  await setBearerAuthToObject(localVarHeaderParameter, configuration)
387
498
 
499
+ if (fields) {
500
+ localVarQueryParameter['fields'] = fields;
501
+ }
502
+
388
503
  localVarHeaderParameter['Accept'] = 'application/json';
389
504
 
505
+ if (acceptLanguage != null) {
506
+ localVarHeaderParameter['Accept-Language'] = typeof acceptLanguage === 'string'
507
+ ? acceptLanguage
508
+ : JSON.stringify(acceptLanguage, replaceWithSerializableTypeIfNeeded);
509
+ }
390
510
  setSearchParams(localVarUrlObj, localVarQueryParameter);
391
511
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
392
512
  localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
@@ -397,13 +517,16 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
397
517
  };
398
518
  },
399
519
  /**
400
- * Get an establishment identified by its SIRET number
520
+ * Returns the details of a facility associated to a SIRET.
401
521
  * @summary Gets a siret (facility) by SIRET number
402
- * @param {string} siret
522
+ * @param {string} siret 14-digit SIRET number (INSEE establishment identifier)
523
+ * @param {Array<string> | null} [fields] Fields of a SIRET resource.
524
+ * @param {Array<SiretInclude> | null} [include] Relations to include in the response.
525
+ * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
403
526
  * @param {*} [options] Override http request option.
404
527
  * @throws {RequiredError}
405
528
  */
406
- getSiretByCodeInseeProxyApiV1AfnorDirectoryV1SiretCodeInseeSiretGet: async (siret: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
529
+ getSiretByCodeInseeProxyApiV1AfnorDirectoryV1SiretCodeInseeSiretGet: async (siret: string, fields?: Array<string> | null, include?: Array<SiretInclude> | null, acceptLanguage?: AcceptLanguage, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
407
530
  // verify required parameter 'siret' is not null or undefined
408
531
  assertParamExists('getSiretByCodeInseeProxyApiV1AfnorDirectoryV1SiretCodeInseeSiretGet', 'siret', siret)
409
532
  const localVarPath = `/api/v1/afnor/directory/v1/siret/code-insee:{siret}`
@@ -423,8 +546,21 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
423
546
  // http bearer authentication required
424
547
  await setBearerAuthToObject(localVarHeaderParameter, configuration)
425
548
 
549
+ if (fields) {
550
+ localVarQueryParameter['fields'] = fields;
551
+ }
552
+
553
+ if (include) {
554
+ localVarQueryParameter['include'] = include;
555
+ }
556
+
426
557
  localVarHeaderParameter['Accept'] = 'application/json';
427
558
 
559
+ if (acceptLanguage != null) {
560
+ localVarHeaderParameter['Accept-Language'] = typeof acceptLanguage === 'string'
561
+ ? acceptLanguage
562
+ : JSON.stringify(acceptLanguage, replaceWithSerializableTypeIfNeeded);
563
+ }
428
564
  setSearchParams(localVarUrlObj, localVarQueryParameter);
429
565
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
430
566
  localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
@@ -435,13 +571,15 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
435
571
  };
436
572
  },
437
573
  /**
438
- * Get an establishment identified by its idInstance
574
+ * Returns the details of a facility according to an instance-id.
439
575
  * @summary Gets a siret (facility) by id-instance
440
- * @param {string} idInstance
576
+ * @param {string} idInstance AFNOR instance ID (UUID)
577
+ * @param {Array<string> | null} [fields] Fields of a SIRET resource.
578
+ * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
441
579
  * @param {*} [options] Override http request option.
442
580
  * @throws {RequiredError}
443
581
  */
444
- getSiretByIdInstanceProxyApiV1AfnorDirectoryV1SiretIdInstanceIdInstanceGet: async (idInstance: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
582
+ getSiretByIdInstanceProxyApiV1AfnorDirectoryV1SiretIdInstanceIdInstanceGet: async (idInstance: string, fields?: Array<string> | null, acceptLanguage?: AcceptLanguage, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
445
583
  // verify required parameter 'idInstance' is not null or undefined
446
584
  assertParamExists('getSiretByIdInstanceProxyApiV1AfnorDirectoryV1SiretIdInstanceIdInstanceGet', 'idInstance', idInstance)
447
585
  const localVarPath = `/api/v1/afnor/directory/v1/siret/id-instance:{id_instance}`
@@ -461,8 +599,17 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
461
599
  // http bearer authentication required
462
600
  await setBearerAuthToObject(localVarHeaderParameter, configuration)
463
601
 
602
+ if (fields) {
603
+ localVarQueryParameter['fields'] = fields;
604
+ }
605
+
464
606
  localVarHeaderParameter['Accept'] = 'application/json';
465
607
 
608
+ if (acceptLanguage != null) {
609
+ localVarHeaderParameter['Accept-Language'] = typeof acceptLanguage === 'string'
610
+ ? acceptLanguage
611
+ : JSON.stringify(acceptLanguage, replaceWithSerializableTypeIfNeeded);
612
+ }
466
613
  setSearchParams(localVarUrlObj, localVarQueryParameter);
467
614
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
468
615
  localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
@@ -473,13 +620,14 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
473
620
  };
474
621
  },
475
622
  /**
476
- * Partially update a directory line
477
- * @summary Partially updates a directory line
478
- * @param {string} idInstance
623
+ * Partially updates a directory line.
624
+ * @summary Partially updates a directory line..
625
+ * @param {string} idInstance AFNOR instance ID (UUID)
626
+ * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
479
627
  * @param {*} [options] Override http request option.
480
628
  * @throws {RequiredError}
481
629
  */
482
- patchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstancePatch: async (idInstance: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
630
+ patchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstancePatch: async (idInstance: string, acceptLanguage?: AcceptLanguage, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
483
631
  // verify required parameter 'idInstance' is not null or undefined
484
632
  assertParamExists('patchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstancePatch', 'idInstance', idInstance)
485
633
  const localVarPath = `/api/v1/afnor/directory/v1/directory-line/id-instance:{id_instance}`
@@ -501,6 +649,11 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
501
649
 
502
650
  localVarHeaderParameter['Accept'] = 'application/json';
503
651
 
652
+ if (acceptLanguage != null) {
653
+ localVarHeaderParameter['Accept-Language'] = typeof acceptLanguage === 'string'
654
+ ? acceptLanguage
655
+ : JSON.stringify(acceptLanguage, replaceWithSerializableTypeIfNeeded);
656
+ }
504
657
  setSearchParams(localVarUrlObj, localVarQueryParameter);
505
658
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
506
659
  localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
@@ -511,13 +664,14 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
511
664
  };
512
665
  },
513
666
  /**
514
- * Partially update a private routing code
515
- * @summary Partially update a private routing code
516
- * @param {string} idInstance
667
+ * Partially update a private routing code.
668
+ * @summary Partially update a private routing code.
669
+ * @param {string} idInstance AFNOR instance ID (UUID)
670
+ * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
517
671
  * @param {*} [options] Override http request option.
518
672
  * @throws {RequiredError}
519
673
  */
520
- patchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePatch: async (idInstance: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
674
+ patchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePatch: async (idInstance: string, acceptLanguage?: AcceptLanguage, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
521
675
  // verify required parameter 'idInstance' is not null or undefined
522
676
  assertParamExists('patchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePatch', 'idInstance', idInstance)
523
677
  const localVarPath = `/api/v1/afnor/directory/v1/routing-code/id-instance:{id_instance}`
@@ -539,6 +693,11 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
539
693
 
540
694
  localVarHeaderParameter['Accept'] = 'application/json';
541
695
 
696
+ if (acceptLanguage != null) {
697
+ localVarHeaderParameter['Accept-Language'] = typeof acceptLanguage === 'string'
698
+ ? acceptLanguage
699
+ : JSON.stringify(acceptLanguage, replaceWithSerializableTypeIfNeeded);
700
+ }
542
701
  setSearchParams(localVarUrlObj, localVarQueryParameter);
543
702
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
544
703
  localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
@@ -549,13 +708,14 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
549
708
  };
550
709
  },
551
710
  /**
552
- * Completely update a private routing code
553
- * @summary Completely update a private routing code
554
- * @param {string} idInstance
711
+ * Completely update a private routing code.
712
+ * @summary Completely update a private routing code.
713
+ * @param {string} idInstance AFNOR instance ID (UUID)
714
+ * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
555
715
  * @param {*} [options] Override http request option.
556
716
  * @throws {RequiredError}
557
717
  */
558
- putRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePut: async (idInstance: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
718
+ putRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePut: async (idInstance: string, acceptLanguage?: AcceptLanguage, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
559
719
  // verify required parameter 'idInstance' is not null or undefined
560
720
  assertParamExists('putRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePut', 'idInstance', idInstance)
561
721
  const localVarPath = `/api/v1/afnor/directory/v1/routing-code/id-instance:{id_instance}`
@@ -577,6 +737,11 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
577
737
 
578
738
  localVarHeaderParameter['Accept'] = 'application/json';
579
739
 
740
+ if (acceptLanguage != null) {
741
+ localVarHeaderParameter['Accept-Language'] = typeof acceptLanguage === 'string'
742
+ ? acceptLanguage
743
+ : JSON.stringify(acceptLanguage, replaceWithSerializableTypeIfNeeded);
744
+ }
580
745
  setSearchParams(localVarUrlObj, localVarQueryParameter);
581
746
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
582
747
  localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
@@ -587,12 +752,13 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
587
752
  };
588
753
  },
589
754
  /**
590
- * Search for directory lines by criteria
755
+ * Search for directory lines that meet all the criteria passed as parameters and return the results in the desired format.
591
756
  * @summary Search for a directory line
757
+ * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
592
758
  * @param {*} [options] Override http request option.
593
759
  * @throws {RequiredError}
594
760
  */
595
- searchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineSearchPost: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
761
+ searchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineSearchPost: async (acceptLanguage?: AcceptLanguage, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
596
762
  const localVarPath = `/api/v1/afnor/directory/v1/directory-line/search`;
597
763
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
598
764
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -611,6 +777,11 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
611
777
 
612
778
  localVarHeaderParameter['Accept'] = 'application/json';
613
779
 
780
+ if (acceptLanguage != null) {
781
+ localVarHeaderParameter['Accept-Language'] = typeof acceptLanguage === 'string'
782
+ ? acceptLanguage
783
+ : JSON.stringify(acceptLanguage, replaceWithSerializableTypeIfNeeded);
784
+ }
614
785
  setSearchParams(localVarUrlObj, localVarQueryParameter);
615
786
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
616
787
  localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
@@ -621,12 +792,13 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
621
792
  };
622
793
  },
623
794
  /**
624
- * Search for routing codes by criteria
795
+ * Search for routing codes that meet all the criteria passed as parameters and return the routing codes in the desired format.
625
796
  * @summary Search for a routing code
797
+ * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
626
798
  * @param {*} [options] Override http request option.
627
799
  * @throws {RequiredError}
628
800
  */
629
- searchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeSearchPost: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
801
+ searchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeSearchPost: async (acceptLanguage?: AcceptLanguage, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
630
802
  const localVarPath = `/api/v1/afnor/directory/v1/routing-code/search`;
631
803
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
632
804
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -645,6 +817,11 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
645
817
 
646
818
  localVarHeaderParameter['Accept'] = 'application/json';
647
819
 
820
+ if (acceptLanguage != null) {
821
+ localVarHeaderParameter['Accept-Language'] = typeof acceptLanguage === 'string'
822
+ ? acceptLanguage
823
+ : JSON.stringify(acceptLanguage, replaceWithSerializableTypeIfNeeded);
824
+ }
648
825
  setSearchParams(localVarUrlObj, localVarQueryParameter);
649
826
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
650
827
  localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
@@ -655,12 +832,13 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
655
832
  };
656
833
  },
657
834
  /**
658
- * Multi-criteria search for companies (legal units)
835
+ * Multi-criteria company search.
659
836
  * @summary SIREN search (or legal unit)
837
+ * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
660
838
  * @param {*} [options] Override http request option.
661
839
  * @throws {RequiredError}
662
840
  */
663
- searchSirenProxyApiV1AfnorDirectoryV1SirenSearchPost: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
841
+ searchSirenProxyApiV1AfnorDirectoryV1SirenSearchPost: async (acceptLanguage?: AcceptLanguage, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
664
842
  const localVarPath = `/api/v1/afnor/directory/v1/siren/search`;
665
843
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
666
844
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -679,6 +857,11 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
679
857
 
680
858
  localVarHeaderParameter['Accept'] = 'application/json';
681
859
 
860
+ if (acceptLanguage != null) {
861
+ localVarHeaderParameter['Accept-Language'] = typeof acceptLanguage === 'string'
862
+ ? acceptLanguage
863
+ : JSON.stringify(acceptLanguage, replaceWithSerializableTypeIfNeeded);
864
+ }
682
865
  setSearchParams(localVarUrlObj, localVarQueryParameter);
683
866
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
684
867
  localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
@@ -689,12 +872,13 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
689
872
  };
690
873
  },
691
874
  /**
692
- * Multi-criteria search for establishments
875
+ * Multi-criteria search for facilities.
693
876
  * @summary Search for a SIRET (facility)
877
+ * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
694
878
  * @param {*} [options] Override http request option.
695
879
  * @throws {RequiredError}
696
880
  */
697
- searchSiretProxyApiV1AfnorDirectoryV1SiretSearchPost: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
881
+ searchSiretProxyApiV1AfnorDirectoryV1SiretSearchPost: async (acceptLanguage?: AcceptLanguage, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
698
882
  const localVarPath = `/api/v1/afnor/directory/v1/siret/search`;
699
883
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
700
884
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -713,6 +897,11 @@ export const AFNORPDPPADirectoryServiceApiAxiosParamCreator = function (configur
713
897
 
714
898
  localVarHeaderParameter['Accept'] = 'application/json';
715
899
 
900
+ if (acceptLanguage != null) {
901
+ localVarHeaderParameter['Accept-Language'] = typeof acceptLanguage === 'string'
902
+ ? acceptLanguage
903
+ : JSON.stringify(acceptLanguage, replaceWithSerializableTypeIfNeeded);
904
+ }
716
905
  setSearchParams(localVarUrlObj, localVarQueryParameter);
717
906
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
718
907
  localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
@@ -732,242 +921,271 @@ export const AFNORPDPPADirectoryServiceApiFp = function(configuration?: Configur
732
921
  const localVarAxiosParamCreator = AFNORPDPPADirectoryServiceApiAxiosParamCreator(configuration)
733
922
  return {
734
923
  /**
735
- * Create a line in the directory
924
+ * Creation of a new directory line for a SIREN, a SIRET or a ROUTING CODE.
736
925
  * @summary Creating a directory line
926
+ * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
737
927
  * @param {*} [options] Override http request option.
738
928
  * @throws {RequiredError}
739
929
  */
740
- async createDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLinePost(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>> {
741
- const localVarAxiosArgs = await localVarAxiosParamCreator.createDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLinePost(options);
930
+ async createDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLinePost(acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>> {
931
+ const localVarAxiosArgs = await localVarAxiosParamCreator.createDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLinePost(acceptLanguage, options);
742
932
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
743
933
  const localVarOperationServerBasePath = operationServerMap['AFNORPDPPADirectoryServiceApi.createDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLinePost']?.[localVarOperationServerIndex]?.url;
744
934
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
745
935
  },
746
936
  /**
747
- * Create a routing code in the directory
937
+ * Creating a routing code.
748
938
  * @summary Create a routing code
939
+ * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
749
940
  * @param {*} [options] Override http request option.
750
941
  * @throws {RequiredError}
751
942
  */
752
- async createRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodePost(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>> {
753
- const localVarAxiosArgs = await localVarAxiosParamCreator.createRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodePost(options);
943
+ async createRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodePost(acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>> {
944
+ const localVarAxiosArgs = await localVarAxiosParamCreator.createRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodePost(acceptLanguage, options);
754
945
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
755
946
  const localVarOperationServerBasePath = operationServerMap['AFNORPDPPADirectoryServiceApi.createRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodePost']?.[localVarOperationServerIndex]?.url;
756
947
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
757
948
  },
758
949
  /**
759
- * Delete a directory line
950
+ * Delete a directory line.
760
951
  * @summary Delete a directory line
761
- * @param {string} idInstance
952
+ * @param {string} idInstance AFNOR instance ID (UUID)
953
+ * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
762
954
  * @param {*} [options] Override http request option.
763
955
  * @throws {RequiredError}
764
956
  */
765
- async deleteDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceDelete(idInstance: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>> {
766
- const localVarAxiosArgs = await localVarAxiosParamCreator.deleteDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceDelete(idInstance, options);
957
+ async deleteDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceDelete(idInstance: string, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>> {
958
+ const localVarAxiosArgs = await localVarAxiosParamCreator.deleteDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceDelete(idInstance, acceptLanguage, options);
767
959
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
768
960
  const localVarOperationServerBasePath = operationServerMap['AFNORPDPPADirectoryServiceApi.deleteDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceDelete']?.[localVarOperationServerIndex]?.url;
769
961
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
770
962
  },
771
963
  /**
772
- * Check Directory Service availability
964
+ * Check Directory Service availability (AFNOR XP Z12-013 compliant)
773
965
  * @summary Healthcheck Directory Service
774
966
  * @param {*} [options] Override http request option.
775
967
  * @throws {RequiredError}
776
968
  */
777
- async directoryHealthcheckProxyApiV1AfnorDirectoryV1HealthcheckGet(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>> {
969
+ async directoryHealthcheckProxyApiV1AfnorDirectoryV1HealthcheckGet(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>> {
778
970
  const localVarAxiosArgs = await localVarAxiosParamCreator.directoryHealthcheckProxyApiV1AfnorDirectoryV1HealthcheckGet(options);
779
971
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
780
972
  const localVarOperationServerBasePath = operationServerMap['AFNORPDPPADirectoryServiceApi.directoryHealthcheckProxyApiV1AfnorDirectoryV1HealthcheckGet']?.[localVarOperationServerIndex]?.url;
781
973
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
782
974
  },
783
975
  /**
784
- * Get a directory line identified by an addressing identifier
785
- * @summary Get a directory line
786
- * @param {string} addressingIdentifier
976
+ * Retrieve the data from the directory line corresponding to the identifier passed in parameters.
977
+ * @summary Get a directory line.
978
+ * @param {string} addressingIdentifier Addressing identifier (SIREN, SIRET or routing code)
979
+ * @param {Array<string> | null} [fields] Fields of the Directory Line resource.
980
+ * @param {Array<DirectoryLineInclude> | null} [include] Relations to include in the response.
981
+ * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
787
982
  * @param {*} [options] Override http request option.
788
983
  * @throws {RequiredError}
789
984
  */
790
- async getDirectoryLineByCodeProxyApiV1AfnorDirectoryV1DirectoryLineCodeAddressingIdentifierGet(addressingIdentifier: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>> {
791
- const localVarAxiosArgs = await localVarAxiosParamCreator.getDirectoryLineByCodeProxyApiV1AfnorDirectoryV1DirectoryLineCodeAddressingIdentifierGet(addressingIdentifier, options);
985
+ async getDirectoryLineByCodeProxyApiV1AfnorDirectoryV1DirectoryLineCodeAddressingIdentifierGet(addressingIdentifier: string, fields?: Array<string> | null, include?: Array<DirectoryLineInclude> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AFNORDirectoryLinePayloadHistoryLegalUnitFacilityRoutingCode>> {
986
+ const localVarAxiosArgs = await localVarAxiosParamCreator.getDirectoryLineByCodeProxyApiV1AfnorDirectoryV1DirectoryLineCodeAddressingIdentifierGet(addressingIdentifier, fields, include, acceptLanguage, options);
792
987
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
793
988
  const localVarOperationServerBasePath = operationServerMap['AFNORPDPPADirectoryServiceApi.getDirectoryLineByCodeProxyApiV1AfnorDirectoryV1DirectoryLineCodeAddressingIdentifierGet']?.[localVarOperationServerIndex]?.url;
794
989
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
795
990
  },
796
991
  /**
797
- * Get a directory line identified by its idInstance
798
- * @summary Get a directory line
799
- * @param {string} idInstance
992
+ * Retrieve the data from the directory line corresponding to the identifier passed in parameters.
993
+ * @summary Get a directory line.
994
+ * @param {string} idInstance AFNOR instance ID (UUID)
995
+ * @param {Array<string> | null} [fields] Fields of the Directory Line resource.
996
+ * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
800
997
  * @param {*} [options] Override http request option.
801
998
  * @throws {RequiredError}
802
999
  */
803
- async getDirectoryLineByIdInstanceProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceGet(idInstance: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>> {
804
- const localVarAxiosArgs = await localVarAxiosParamCreator.getDirectoryLineByIdInstanceProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceGet(idInstance, options);
1000
+ async getDirectoryLineByIdInstanceProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceGet(idInstance: string, fields?: Array<string> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AFNORDirectoryLinePayloadHistoryLegalUnitFacilityRoutingCode>> {
1001
+ const localVarAxiosArgs = await localVarAxiosParamCreator.getDirectoryLineByIdInstanceProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceGet(idInstance, fields, acceptLanguage, options);
805
1002
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
806
1003
  const localVarOperationServerBasePath = operationServerMap['AFNORPDPPADirectoryServiceApi.getDirectoryLineByIdInstanceProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceGet']?.[localVarOperationServerIndex]?.url;
807
1004
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
808
1005
  },
809
1006
  /**
810
- * Get a routing code identified by its idInstance
811
- * @summary Get a routing code by instance-id
812
- * @param {string} idInstance
1007
+ * Retrieve the Routing Code data corresponding to the Instance ID.
1008
+ * @summary Get a routing code by instance-id.
1009
+ * @param {string} idInstance AFNOR instance ID (UUID)
1010
+ * @param {Array<string> | null} [fields] Fields of the Routing Code resource
1011
+ * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
813
1012
  * @param {*} [options] Override http request option.
814
1013
  * @throws {RequiredError}
815
1014
  */
816
- async getRoutingCodeByIdInstanceProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstanceGet(idInstance: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>> {
817
- const localVarAxiosArgs = await localVarAxiosParamCreator.getRoutingCodeByIdInstanceProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstanceGet(idInstance, options);
1015
+ async getRoutingCodeByIdInstanceProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstanceGet(idInstance: string, fields?: Array<string> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AFNORRoutingCodePayloadHistoryLegalUnitFacility>> {
1016
+ const localVarAxiosArgs = await localVarAxiosParamCreator.getRoutingCodeByIdInstanceProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstanceGet(idInstance, fields, acceptLanguage, options);
818
1017
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
819
1018
  const localVarOperationServerBasePath = operationServerMap['AFNORPDPPADirectoryServiceApi.getRoutingCodeByIdInstanceProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstanceGet']?.[localVarOperationServerIndex]?.url;
820
1019
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
821
1020
  },
822
1021
  /**
823
- * Consult a routing code identified by SIRET and routing identifier
1022
+ * Retrieve the Routing Code data corresponding to the identifier passed in parameters.
824
1023
  * @summary Get a routing code by SIRET and routing identifier
825
- * @param {string} siret
826
- * @param {string} routingIdentifier
1024
+ * @param {string} siret 14-digit SIRET number (INSEE establishment identifier)
1025
+ * @param {string} routingIdentifier Routing code identifier
1026
+ * @param {Array<string> | null} [fields] Fields of the Routing Code resource
1027
+ * @param {Array<RoutingCodeInclude> | null} [include] Relations to include in the response.
1028
+ * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
827
1029
  * @param {*} [options] Override http request option.
828
1030
  * @throws {RequiredError}
829
1031
  */
830
- async getRoutingCodeBySiretAndCodeProxyApiV1AfnorDirectoryV1RoutingCodeSiretSiretCodeRoutingIdentifierGet(siret: string, routingIdentifier: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>> {
831
- const localVarAxiosArgs = await localVarAxiosParamCreator.getRoutingCodeBySiretAndCodeProxyApiV1AfnorDirectoryV1RoutingCodeSiretSiretCodeRoutingIdentifierGet(siret, routingIdentifier, options);
1032
+ async getRoutingCodeBySiretAndCodeProxyApiV1AfnorDirectoryV1RoutingCodeSiretSiretCodeRoutingIdentifierGet(siret: string, routingIdentifier: string, fields?: Array<string> | null, include?: Array<RoutingCodeInclude> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AFNORRoutingCodePayloadHistoryLegalUnitFacility>> {
1033
+ const localVarAxiosArgs = await localVarAxiosParamCreator.getRoutingCodeBySiretAndCodeProxyApiV1AfnorDirectoryV1RoutingCodeSiretSiretCodeRoutingIdentifierGet(siret, routingIdentifier, fields, include, acceptLanguage, options);
832
1034
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
833
1035
  const localVarOperationServerBasePath = operationServerMap['AFNORPDPPADirectoryServiceApi.getRoutingCodeBySiretAndCodeProxyApiV1AfnorDirectoryV1RoutingCodeSiretSiretCodeRoutingIdentifierGet']?.[localVarOperationServerIndex]?.url;
834
1036
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
835
1037
  },
836
1038
  /**
837
- * Returns details of a company (legal unit) identified by its SIREN number
1039
+ * Returns the details of a company (legal unit) identified by the SIREN number passed as a parameter.
838
1040
  * @summary Consult a siren (legal unit) by SIREN number
839
- * @param {string} siren
1041
+ * @param {string} siren 9-digit SIREN number (INSEE company identifier)
1042
+ * @param {Array<string> | null} [fields] Fields of the SIREN resource
1043
+ * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
840
1044
  * @param {*} [options] Override http request option.
841
1045
  * @throws {RequiredError}
842
1046
  */
843
- async getSirenByCodeInseeProxyApiV1AfnorDirectoryV1SirenCodeInseeSirenGet(siren: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>> {
844
- const localVarAxiosArgs = await localVarAxiosParamCreator.getSirenByCodeInseeProxyApiV1AfnorDirectoryV1SirenCodeInseeSirenGet(siren, options);
1047
+ async getSirenByCodeInseeProxyApiV1AfnorDirectoryV1SirenCodeInseeSirenGet(siren: string, fields?: Array<string> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AFNORLegalUnitPayloadHistory>> {
1048
+ const localVarAxiosArgs = await localVarAxiosParamCreator.getSirenByCodeInseeProxyApiV1AfnorDirectoryV1SirenCodeInseeSirenGet(siren, fields, acceptLanguage, options);
845
1049
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
846
1050
  const localVarOperationServerBasePath = operationServerMap['AFNORPDPPADirectoryServiceApi.getSirenByCodeInseeProxyApiV1AfnorDirectoryV1SirenCodeInseeSirenGet']?.[localVarOperationServerIndex]?.url;
847
1051
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
848
1052
  },
849
1053
  /**
850
- * Get a company (legal unit) identified by its idInstance
1054
+ * Returns the details of a company (legal unit) identified by the id-instance passed as a parameter.
851
1055
  * @summary Gets a siren (legal unit) by instance ID
852
- * @param {string} idInstance
1056
+ * @param {string} idInstance AFNOR instance ID (UUID)
1057
+ * @param {Array<string> | null} [fields] Fields of the SIREN resource
1058
+ * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
853
1059
  * @param {*} [options] Override http request option.
854
1060
  * @throws {RequiredError}
855
1061
  */
856
- async getSirenByIdInstanceProxyApiV1AfnorDirectoryV1SirenIdInstanceIdInstanceGet(idInstance: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>> {
857
- const localVarAxiosArgs = await localVarAxiosParamCreator.getSirenByIdInstanceProxyApiV1AfnorDirectoryV1SirenIdInstanceIdInstanceGet(idInstance, options);
1062
+ async getSirenByIdInstanceProxyApiV1AfnorDirectoryV1SirenIdInstanceIdInstanceGet(idInstance: string, fields?: Array<string> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AFNORLegalUnitPayloadHistory>> {
1063
+ const localVarAxiosArgs = await localVarAxiosParamCreator.getSirenByIdInstanceProxyApiV1AfnorDirectoryV1SirenIdInstanceIdInstanceGet(idInstance, fields, acceptLanguage, options);
858
1064
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
859
1065
  const localVarOperationServerBasePath = operationServerMap['AFNORPDPPADirectoryServiceApi.getSirenByIdInstanceProxyApiV1AfnorDirectoryV1SirenIdInstanceIdInstanceGet']?.[localVarOperationServerIndex]?.url;
860
1066
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
861
1067
  },
862
1068
  /**
863
- * Get an establishment identified by its SIRET number
1069
+ * Returns the details of a facility associated to a SIRET.
864
1070
  * @summary Gets a siret (facility) by SIRET number
865
- * @param {string} siret
1071
+ * @param {string} siret 14-digit SIRET number (INSEE establishment identifier)
1072
+ * @param {Array<string> | null} [fields] Fields of a SIRET resource.
1073
+ * @param {Array<SiretInclude> | null} [include] Relations to include in the response.
1074
+ * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
866
1075
  * @param {*} [options] Override http request option.
867
1076
  * @throws {RequiredError}
868
1077
  */
869
- async getSiretByCodeInseeProxyApiV1AfnorDirectoryV1SiretCodeInseeSiretGet(siret: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>> {
870
- const localVarAxiosArgs = await localVarAxiosParamCreator.getSiretByCodeInseeProxyApiV1AfnorDirectoryV1SiretCodeInseeSiretGet(siret, options);
1078
+ async getSiretByCodeInseeProxyApiV1AfnorDirectoryV1SiretCodeInseeSiretGet(siret: string, fields?: Array<string> | null, include?: Array<SiretInclude> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AFNORFacilityPayloadHistory>> {
1079
+ const localVarAxiosArgs = await localVarAxiosParamCreator.getSiretByCodeInseeProxyApiV1AfnorDirectoryV1SiretCodeInseeSiretGet(siret, fields, include, acceptLanguage, options);
871
1080
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
872
1081
  const localVarOperationServerBasePath = operationServerMap['AFNORPDPPADirectoryServiceApi.getSiretByCodeInseeProxyApiV1AfnorDirectoryV1SiretCodeInseeSiretGet']?.[localVarOperationServerIndex]?.url;
873
1082
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
874
1083
  },
875
1084
  /**
876
- * Get an establishment identified by its idInstance
1085
+ * Returns the details of a facility according to an instance-id.
877
1086
  * @summary Gets a siret (facility) by id-instance
878
- * @param {string} idInstance
1087
+ * @param {string} idInstance AFNOR instance ID (UUID)
1088
+ * @param {Array<string> | null} [fields] Fields of a SIRET resource.
1089
+ * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
879
1090
  * @param {*} [options] Override http request option.
880
1091
  * @throws {RequiredError}
881
1092
  */
882
- async getSiretByIdInstanceProxyApiV1AfnorDirectoryV1SiretIdInstanceIdInstanceGet(idInstance: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>> {
883
- const localVarAxiosArgs = await localVarAxiosParamCreator.getSiretByIdInstanceProxyApiV1AfnorDirectoryV1SiretIdInstanceIdInstanceGet(idInstance, options);
1093
+ async getSiretByIdInstanceProxyApiV1AfnorDirectoryV1SiretIdInstanceIdInstanceGet(idInstance: string, fields?: Array<string> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AFNORFacilityPayloadHistory>> {
1094
+ const localVarAxiosArgs = await localVarAxiosParamCreator.getSiretByIdInstanceProxyApiV1AfnorDirectoryV1SiretIdInstanceIdInstanceGet(idInstance, fields, acceptLanguage, options);
884
1095
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
885
1096
  const localVarOperationServerBasePath = operationServerMap['AFNORPDPPADirectoryServiceApi.getSiretByIdInstanceProxyApiV1AfnorDirectoryV1SiretIdInstanceIdInstanceGet']?.[localVarOperationServerIndex]?.url;
886
1097
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
887
1098
  },
888
1099
  /**
889
- * Partially update a directory line
890
- * @summary Partially updates a directory line
891
- * @param {string} idInstance
1100
+ * Partially updates a directory line.
1101
+ * @summary Partially updates a directory line..
1102
+ * @param {string} idInstance AFNOR instance ID (UUID)
1103
+ * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
892
1104
  * @param {*} [options] Override http request option.
893
1105
  * @throws {RequiredError}
894
1106
  */
895
- async patchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstancePatch(idInstance: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>> {
896
- const localVarAxiosArgs = await localVarAxiosParamCreator.patchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstancePatch(idInstance, options);
1107
+ async patchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstancePatch(idInstance: string, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AFNORDirectoryLinePost201Response>> {
1108
+ const localVarAxiosArgs = await localVarAxiosParamCreator.patchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstancePatch(idInstance, acceptLanguage, options);
897
1109
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
898
1110
  const localVarOperationServerBasePath = operationServerMap['AFNORPDPPADirectoryServiceApi.patchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstancePatch']?.[localVarOperationServerIndex]?.url;
899
1111
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
900
1112
  },
901
1113
  /**
902
- * Partially update a private routing code
903
- * @summary Partially update a private routing code
904
- * @param {string} idInstance
1114
+ * Partially update a private routing code.
1115
+ * @summary Partially update a private routing code.
1116
+ * @param {string} idInstance AFNOR instance ID (UUID)
1117
+ * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
905
1118
  * @param {*} [options] Override http request option.
906
1119
  * @throws {RequiredError}
907
1120
  */
908
- async patchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePatch(idInstance: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>> {
909
- const localVarAxiosArgs = await localVarAxiosParamCreator.patchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePatch(idInstance, options);
1121
+ async patchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePatch(idInstance: string, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AFNORRoutingCodePost201Response>> {
1122
+ const localVarAxiosArgs = await localVarAxiosParamCreator.patchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePatch(idInstance, acceptLanguage, options);
910
1123
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
911
1124
  const localVarOperationServerBasePath = operationServerMap['AFNORPDPPADirectoryServiceApi.patchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePatch']?.[localVarOperationServerIndex]?.url;
912
1125
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
913
1126
  },
914
1127
  /**
915
- * Completely update a private routing code
916
- * @summary Completely update a private routing code
917
- * @param {string} idInstance
1128
+ * Completely update a private routing code.
1129
+ * @summary Completely update a private routing code.
1130
+ * @param {string} idInstance AFNOR instance ID (UUID)
1131
+ * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
918
1132
  * @param {*} [options] Override http request option.
919
1133
  * @throws {RequiredError}
920
1134
  */
921
- async putRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePut(idInstance: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>> {
922
- const localVarAxiosArgs = await localVarAxiosParamCreator.putRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePut(idInstance, options);
1135
+ async putRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePut(idInstance: string, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AFNORRoutingCodePost201Response>> {
1136
+ const localVarAxiosArgs = await localVarAxiosParamCreator.putRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePut(idInstance, acceptLanguage, options);
923
1137
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
924
1138
  const localVarOperationServerBasePath = operationServerMap['AFNORPDPPADirectoryServiceApi.putRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePut']?.[localVarOperationServerIndex]?.url;
925
1139
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
926
1140
  },
927
1141
  /**
928
- * Search for directory lines by criteria
1142
+ * Search for directory lines that meet all the criteria passed as parameters and return the results in the desired format.
929
1143
  * @summary Search for a directory line
1144
+ * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
930
1145
  * @param {*} [options] Override http request option.
931
1146
  * @throws {RequiredError}
932
1147
  */
933
- async searchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineSearchPost(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>> {
934
- const localVarAxiosArgs = await localVarAxiosParamCreator.searchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineSearchPost(options);
1148
+ async searchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineSearchPost(acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AFNORDirectoryLineSearchPost200Response>> {
1149
+ const localVarAxiosArgs = await localVarAxiosParamCreator.searchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineSearchPost(acceptLanguage, options);
935
1150
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
936
1151
  const localVarOperationServerBasePath = operationServerMap['AFNORPDPPADirectoryServiceApi.searchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineSearchPost']?.[localVarOperationServerIndex]?.url;
937
1152
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
938
1153
  },
939
1154
  /**
940
- * Search for routing codes by criteria
1155
+ * Search for routing codes that meet all the criteria passed as parameters and return the routing codes in the desired format.
941
1156
  * @summary Search for a routing code
1157
+ * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
942
1158
  * @param {*} [options] Override http request option.
943
1159
  * @throws {RequiredError}
944
1160
  */
945
- async searchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeSearchPost(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>> {
946
- const localVarAxiosArgs = await localVarAxiosParamCreator.searchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeSearchPost(options);
1161
+ async searchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeSearchPost(acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AFNORRoutingCodeSearchPost200Response>> {
1162
+ const localVarAxiosArgs = await localVarAxiosParamCreator.searchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeSearchPost(acceptLanguage, options);
947
1163
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
948
1164
  const localVarOperationServerBasePath = operationServerMap['AFNORPDPPADirectoryServiceApi.searchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeSearchPost']?.[localVarOperationServerIndex]?.url;
949
1165
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
950
1166
  },
951
1167
  /**
952
- * Multi-criteria search for companies (legal units)
1168
+ * Multi-criteria company search.
953
1169
  * @summary SIREN search (or legal unit)
1170
+ * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
954
1171
  * @param {*} [options] Override http request option.
955
1172
  * @throws {RequiredError}
956
1173
  */
957
- async searchSirenProxyApiV1AfnorDirectoryV1SirenSearchPost(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>> {
958
- const localVarAxiosArgs = await localVarAxiosParamCreator.searchSirenProxyApiV1AfnorDirectoryV1SirenSearchPost(options);
1174
+ async searchSirenProxyApiV1AfnorDirectoryV1SirenSearchPost(acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AFNORSirenSearchPost200Response>> {
1175
+ const localVarAxiosArgs = await localVarAxiosParamCreator.searchSirenProxyApiV1AfnorDirectoryV1SirenSearchPost(acceptLanguage, options);
959
1176
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
960
1177
  const localVarOperationServerBasePath = operationServerMap['AFNORPDPPADirectoryServiceApi.searchSirenProxyApiV1AfnorDirectoryV1SirenSearchPost']?.[localVarOperationServerIndex]?.url;
961
1178
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
962
1179
  },
963
1180
  /**
964
- * Multi-criteria search for establishments
1181
+ * Multi-criteria search for facilities.
965
1182
  * @summary Search for a SIRET (facility)
1183
+ * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
966
1184
  * @param {*} [options] Override http request option.
967
1185
  * @throws {RequiredError}
968
1186
  */
969
- async searchSiretProxyApiV1AfnorDirectoryV1SiretSearchPost(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>> {
970
- const localVarAxiosArgs = await localVarAxiosParamCreator.searchSiretProxyApiV1AfnorDirectoryV1SiretSearchPost(options);
1187
+ async searchSiretProxyApiV1AfnorDirectoryV1SiretSearchPost(acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AFNORSiretSearchPost200Response>> {
1188
+ const localVarAxiosArgs = await localVarAxiosParamCreator.searchSiretProxyApiV1AfnorDirectoryV1SiretSearchPost(acceptLanguage, options);
971
1189
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
972
1190
  const localVarOperationServerBasePath = operationServerMap['AFNORPDPPADirectoryServiceApi.searchSiretProxyApiV1AfnorDirectoryV1SiretSearchPost']?.[localVarOperationServerIndex]?.url;
973
1191
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
@@ -982,188 +1200,217 @@ export const AFNORPDPPADirectoryServiceApiFactory = function (configuration?: Co
982
1200
  const localVarFp = AFNORPDPPADirectoryServiceApiFp(configuration)
983
1201
  return {
984
1202
  /**
985
- * Create a line in the directory
1203
+ * Creation of a new directory line for a SIREN, a SIRET or a ROUTING CODE.
986
1204
  * @summary Creating a directory line
1205
+ * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
987
1206
  * @param {*} [options] Override http request option.
988
1207
  * @throws {RequiredError}
989
1208
  */
990
- createDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLinePost(options?: RawAxiosRequestConfig): AxiosPromise<any> {
991
- return localVarFp.createDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLinePost(options).then((request) => request(axios, basePath));
1209
+ createDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLinePost(acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): AxiosPromise<any> {
1210
+ return localVarFp.createDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLinePost(acceptLanguage, options).then((request) => request(axios, basePath));
992
1211
  },
993
1212
  /**
994
- * Create a routing code in the directory
1213
+ * Creating a routing code.
995
1214
  * @summary Create a routing code
1215
+ * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
996
1216
  * @param {*} [options] Override http request option.
997
1217
  * @throws {RequiredError}
998
1218
  */
999
- createRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodePost(options?: RawAxiosRequestConfig): AxiosPromise<any> {
1000
- return localVarFp.createRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodePost(options).then((request) => request(axios, basePath));
1219
+ createRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodePost(acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): AxiosPromise<any> {
1220
+ return localVarFp.createRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodePost(acceptLanguage, options).then((request) => request(axios, basePath));
1001
1221
  },
1002
1222
  /**
1003
- * Delete a directory line
1223
+ * Delete a directory line.
1004
1224
  * @summary Delete a directory line
1005
- * @param {string} idInstance
1225
+ * @param {string} idInstance AFNOR instance ID (UUID)
1226
+ * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
1006
1227
  * @param {*} [options] Override http request option.
1007
1228
  * @throws {RequiredError}
1008
1229
  */
1009
- deleteDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceDelete(idInstance: string, options?: RawAxiosRequestConfig): AxiosPromise<any> {
1010
- return localVarFp.deleteDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceDelete(idInstance, options).then((request) => request(axios, basePath));
1230
+ deleteDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceDelete(idInstance: string, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): AxiosPromise<any> {
1231
+ return localVarFp.deleteDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceDelete(idInstance, acceptLanguage, options).then((request) => request(axios, basePath));
1011
1232
  },
1012
1233
  /**
1013
- * Check Directory Service availability
1234
+ * Check Directory Service availability (AFNOR XP Z12-013 compliant)
1014
1235
  * @summary Healthcheck Directory Service
1015
1236
  * @param {*} [options] Override http request option.
1016
1237
  * @throws {RequiredError}
1017
1238
  */
1018
- directoryHealthcheckProxyApiV1AfnorDirectoryV1HealthcheckGet(options?: RawAxiosRequestConfig): AxiosPromise<any> {
1239
+ directoryHealthcheckProxyApiV1AfnorDirectoryV1HealthcheckGet(options?: RawAxiosRequestConfig): AxiosPromise<object> {
1019
1240
  return localVarFp.directoryHealthcheckProxyApiV1AfnorDirectoryV1HealthcheckGet(options).then((request) => request(axios, basePath));
1020
1241
  },
1021
1242
  /**
1022
- * Get a directory line identified by an addressing identifier
1023
- * @summary Get a directory line
1024
- * @param {string} addressingIdentifier
1243
+ * Retrieve the data from the directory line corresponding to the identifier passed in parameters.
1244
+ * @summary Get a directory line.
1245
+ * @param {string} addressingIdentifier Addressing identifier (SIREN, SIRET or routing code)
1246
+ * @param {Array<string> | null} [fields] Fields of the Directory Line resource.
1247
+ * @param {Array<DirectoryLineInclude> | null} [include] Relations to include in the response.
1248
+ * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
1025
1249
  * @param {*} [options] Override http request option.
1026
1250
  * @throws {RequiredError}
1027
1251
  */
1028
- getDirectoryLineByCodeProxyApiV1AfnorDirectoryV1DirectoryLineCodeAddressingIdentifierGet(addressingIdentifier: string, options?: RawAxiosRequestConfig): AxiosPromise<any> {
1029
- return localVarFp.getDirectoryLineByCodeProxyApiV1AfnorDirectoryV1DirectoryLineCodeAddressingIdentifierGet(addressingIdentifier, options).then((request) => request(axios, basePath));
1252
+ getDirectoryLineByCodeProxyApiV1AfnorDirectoryV1DirectoryLineCodeAddressingIdentifierGet(addressingIdentifier: string, fields?: Array<string> | null, include?: Array<DirectoryLineInclude> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): AxiosPromise<AFNORDirectoryLinePayloadHistoryLegalUnitFacilityRoutingCode> {
1253
+ return localVarFp.getDirectoryLineByCodeProxyApiV1AfnorDirectoryV1DirectoryLineCodeAddressingIdentifierGet(addressingIdentifier, fields, include, acceptLanguage, options).then((request) => request(axios, basePath));
1030
1254
  },
1031
1255
  /**
1032
- * Get a directory line identified by its idInstance
1033
- * @summary Get a directory line
1034
- * @param {string} idInstance
1256
+ * Retrieve the data from the directory line corresponding to the identifier passed in parameters.
1257
+ * @summary Get a directory line.
1258
+ * @param {string} idInstance AFNOR instance ID (UUID)
1259
+ * @param {Array<string> | null} [fields] Fields of the Directory Line resource.
1260
+ * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
1035
1261
  * @param {*} [options] Override http request option.
1036
1262
  * @throws {RequiredError}
1037
1263
  */
1038
- getDirectoryLineByIdInstanceProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceGet(idInstance: string, options?: RawAxiosRequestConfig): AxiosPromise<any> {
1039
- return localVarFp.getDirectoryLineByIdInstanceProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceGet(idInstance, options).then((request) => request(axios, basePath));
1264
+ getDirectoryLineByIdInstanceProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceGet(idInstance: string, fields?: Array<string> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): AxiosPromise<AFNORDirectoryLinePayloadHistoryLegalUnitFacilityRoutingCode> {
1265
+ return localVarFp.getDirectoryLineByIdInstanceProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceGet(idInstance, fields, acceptLanguage, options).then((request) => request(axios, basePath));
1040
1266
  },
1041
1267
  /**
1042
- * Get a routing code identified by its idInstance
1043
- * @summary Get a routing code by instance-id
1044
- * @param {string} idInstance
1268
+ * Retrieve the Routing Code data corresponding to the Instance ID.
1269
+ * @summary Get a routing code by instance-id.
1270
+ * @param {string} idInstance AFNOR instance ID (UUID)
1271
+ * @param {Array<string> | null} [fields] Fields of the Routing Code resource
1272
+ * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
1045
1273
  * @param {*} [options] Override http request option.
1046
1274
  * @throws {RequiredError}
1047
1275
  */
1048
- getRoutingCodeByIdInstanceProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstanceGet(idInstance: string, options?: RawAxiosRequestConfig): AxiosPromise<any> {
1049
- return localVarFp.getRoutingCodeByIdInstanceProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstanceGet(idInstance, options).then((request) => request(axios, basePath));
1276
+ getRoutingCodeByIdInstanceProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstanceGet(idInstance: string, fields?: Array<string> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): AxiosPromise<AFNORRoutingCodePayloadHistoryLegalUnitFacility> {
1277
+ return localVarFp.getRoutingCodeByIdInstanceProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstanceGet(idInstance, fields, acceptLanguage, options).then((request) => request(axios, basePath));
1050
1278
  },
1051
1279
  /**
1052
- * Consult a routing code identified by SIRET and routing identifier
1280
+ * Retrieve the Routing Code data corresponding to the identifier passed in parameters.
1053
1281
  * @summary Get a routing code by SIRET and routing identifier
1054
- * @param {string} siret
1055
- * @param {string} routingIdentifier
1282
+ * @param {string} siret 14-digit SIRET number (INSEE establishment identifier)
1283
+ * @param {string} routingIdentifier Routing code identifier
1284
+ * @param {Array<string> | null} [fields] Fields of the Routing Code resource
1285
+ * @param {Array<RoutingCodeInclude> | null} [include] Relations to include in the response.
1286
+ * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
1056
1287
  * @param {*} [options] Override http request option.
1057
1288
  * @throws {RequiredError}
1058
1289
  */
1059
- getRoutingCodeBySiretAndCodeProxyApiV1AfnorDirectoryV1RoutingCodeSiretSiretCodeRoutingIdentifierGet(siret: string, routingIdentifier: string, options?: RawAxiosRequestConfig): AxiosPromise<any> {
1060
- return localVarFp.getRoutingCodeBySiretAndCodeProxyApiV1AfnorDirectoryV1RoutingCodeSiretSiretCodeRoutingIdentifierGet(siret, routingIdentifier, options).then((request) => request(axios, basePath));
1290
+ getRoutingCodeBySiretAndCodeProxyApiV1AfnorDirectoryV1RoutingCodeSiretSiretCodeRoutingIdentifierGet(siret: string, routingIdentifier: string, fields?: Array<string> | null, include?: Array<RoutingCodeInclude> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): AxiosPromise<AFNORRoutingCodePayloadHistoryLegalUnitFacility> {
1291
+ return localVarFp.getRoutingCodeBySiretAndCodeProxyApiV1AfnorDirectoryV1RoutingCodeSiretSiretCodeRoutingIdentifierGet(siret, routingIdentifier, fields, include, acceptLanguage, options).then((request) => request(axios, basePath));
1061
1292
  },
1062
1293
  /**
1063
- * Returns details of a company (legal unit) identified by its SIREN number
1294
+ * Returns the details of a company (legal unit) identified by the SIREN number passed as a parameter.
1064
1295
  * @summary Consult a siren (legal unit) by SIREN number
1065
- * @param {string} siren
1296
+ * @param {string} siren 9-digit SIREN number (INSEE company identifier)
1297
+ * @param {Array<string> | null} [fields] Fields of the SIREN resource
1298
+ * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
1066
1299
  * @param {*} [options] Override http request option.
1067
1300
  * @throws {RequiredError}
1068
1301
  */
1069
- getSirenByCodeInseeProxyApiV1AfnorDirectoryV1SirenCodeInseeSirenGet(siren: string, options?: RawAxiosRequestConfig): AxiosPromise<any> {
1070
- return localVarFp.getSirenByCodeInseeProxyApiV1AfnorDirectoryV1SirenCodeInseeSirenGet(siren, options).then((request) => request(axios, basePath));
1302
+ getSirenByCodeInseeProxyApiV1AfnorDirectoryV1SirenCodeInseeSirenGet(siren: string, fields?: Array<string> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): AxiosPromise<AFNORLegalUnitPayloadHistory> {
1303
+ return localVarFp.getSirenByCodeInseeProxyApiV1AfnorDirectoryV1SirenCodeInseeSirenGet(siren, fields, acceptLanguage, options).then((request) => request(axios, basePath));
1071
1304
  },
1072
1305
  /**
1073
- * Get a company (legal unit) identified by its idInstance
1306
+ * Returns the details of a company (legal unit) identified by the id-instance passed as a parameter.
1074
1307
  * @summary Gets a siren (legal unit) by instance ID
1075
- * @param {string} idInstance
1308
+ * @param {string} idInstance AFNOR instance ID (UUID)
1309
+ * @param {Array<string> | null} [fields] Fields of the SIREN resource
1310
+ * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
1076
1311
  * @param {*} [options] Override http request option.
1077
1312
  * @throws {RequiredError}
1078
1313
  */
1079
- getSirenByIdInstanceProxyApiV1AfnorDirectoryV1SirenIdInstanceIdInstanceGet(idInstance: string, options?: RawAxiosRequestConfig): AxiosPromise<any> {
1080
- return localVarFp.getSirenByIdInstanceProxyApiV1AfnorDirectoryV1SirenIdInstanceIdInstanceGet(idInstance, options).then((request) => request(axios, basePath));
1314
+ getSirenByIdInstanceProxyApiV1AfnorDirectoryV1SirenIdInstanceIdInstanceGet(idInstance: string, fields?: Array<string> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): AxiosPromise<AFNORLegalUnitPayloadHistory> {
1315
+ return localVarFp.getSirenByIdInstanceProxyApiV1AfnorDirectoryV1SirenIdInstanceIdInstanceGet(idInstance, fields, acceptLanguage, options).then((request) => request(axios, basePath));
1081
1316
  },
1082
1317
  /**
1083
- * Get an establishment identified by its SIRET number
1318
+ * Returns the details of a facility associated to a SIRET.
1084
1319
  * @summary Gets a siret (facility) by SIRET number
1085
- * @param {string} siret
1320
+ * @param {string} siret 14-digit SIRET number (INSEE establishment identifier)
1321
+ * @param {Array<string> | null} [fields] Fields of a SIRET resource.
1322
+ * @param {Array<SiretInclude> | null} [include] Relations to include in the response.
1323
+ * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
1086
1324
  * @param {*} [options] Override http request option.
1087
1325
  * @throws {RequiredError}
1088
1326
  */
1089
- getSiretByCodeInseeProxyApiV1AfnorDirectoryV1SiretCodeInseeSiretGet(siret: string, options?: RawAxiosRequestConfig): AxiosPromise<any> {
1090
- return localVarFp.getSiretByCodeInseeProxyApiV1AfnorDirectoryV1SiretCodeInseeSiretGet(siret, options).then((request) => request(axios, basePath));
1327
+ getSiretByCodeInseeProxyApiV1AfnorDirectoryV1SiretCodeInseeSiretGet(siret: string, fields?: Array<string> | null, include?: Array<SiretInclude> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): AxiosPromise<AFNORFacilityPayloadHistory> {
1328
+ return localVarFp.getSiretByCodeInseeProxyApiV1AfnorDirectoryV1SiretCodeInseeSiretGet(siret, fields, include, acceptLanguage, options).then((request) => request(axios, basePath));
1091
1329
  },
1092
1330
  /**
1093
- * Get an establishment identified by its idInstance
1331
+ * Returns the details of a facility according to an instance-id.
1094
1332
  * @summary Gets a siret (facility) by id-instance
1095
- * @param {string} idInstance
1333
+ * @param {string} idInstance AFNOR instance ID (UUID)
1334
+ * @param {Array<string> | null} [fields] Fields of a SIRET resource.
1335
+ * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
1096
1336
  * @param {*} [options] Override http request option.
1097
1337
  * @throws {RequiredError}
1098
1338
  */
1099
- getSiretByIdInstanceProxyApiV1AfnorDirectoryV1SiretIdInstanceIdInstanceGet(idInstance: string, options?: RawAxiosRequestConfig): AxiosPromise<any> {
1100
- return localVarFp.getSiretByIdInstanceProxyApiV1AfnorDirectoryV1SiretIdInstanceIdInstanceGet(idInstance, options).then((request) => request(axios, basePath));
1339
+ getSiretByIdInstanceProxyApiV1AfnorDirectoryV1SiretIdInstanceIdInstanceGet(idInstance: string, fields?: Array<string> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): AxiosPromise<AFNORFacilityPayloadHistory> {
1340
+ return localVarFp.getSiretByIdInstanceProxyApiV1AfnorDirectoryV1SiretIdInstanceIdInstanceGet(idInstance, fields, acceptLanguage, options).then((request) => request(axios, basePath));
1101
1341
  },
1102
1342
  /**
1103
- * Partially update a directory line
1104
- * @summary Partially updates a directory line
1105
- * @param {string} idInstance
1343
+ * Partially updates a directory line.
1344
+ * @summary Partially updates a directory line..
1345
+ * @param {string} idInstance AFNOR instance ID (UUID)
1346
+ * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
1106
1347
  * @param {*} [options] Override http request option.
1107
1348
  * @throws {RequiredError}
1108
1349
  */
1109
- patchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstancePatch(idInstance: string, options?: RawAxiosRequestConfig): AxiosPromise<any> {
1110
- return localVarFp.patchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstancePatch(idInstance, options).then((request) => request(axios, basePath));
1350
+ patchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstancePatch(idInstance: string, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): AxiosPromise<AFNORDirectoryLinePost201Response> {
1351
+ return localVarFp.patchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstancePatch(idInstance, acceptLanguage, options).then((request) => request(axios, basePath));
1111
1352
  },
1112
1353
  /**
1113
- * Partially update a private routing code
1114
- * @summary Partially update a private routing code
1115
- * @param {string} idInstance
1354
+ * Partially update a private routing code.
1355
+ * @summary Partially update a private routing code.
1356
+ * @param {string} idInstance AFNOR instance ID (UUID)
1357
+ * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
1116
1358
  * @param {*} [options] Override http request option.
1117
1359
  * @throws {RequiredError}
1118
1360
  */
1119
- patchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePatch(idInstance: string, options?: RawAxiosRequestConfig): AxiosPromise<any> {
1120
- return localVarFp.patchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePatch(idInstance, options).then((request) => request(axios, basePath));
1361
+ patchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePatch(idInstance: string, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): AxiosPromise<AFNORRoutingCodePost201Response> {
1362
+ return localVarFp.patchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePatch(idInstance, acceptLanguage, options).then((request) => request(axios, basePath));
1121
1363
  },
1122
1364
  /**
1123
- * Completely update a private routing code
1124
- * @summary Completely update a private routing code
1125
- * @param {string} idInstance
1365
+ * Completely update a private routing code.
1366
+ * @summary Completely update a private routing code.
1367
+ * @param {string} idInstance AFNOR instance ID (UUID)
1368
+ * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
1126
1369
  * @param {*} [options] Override http request option.
1127
1370
  * @throws {RequiredError}
1128
1371
  */
1129
- putRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePut(idInstance: string, options?: RawAxiosRequestConfig): AxiosPromise<any> {
1130
- return localVarFp.putRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePut(idInstance, options).then((request) => request(axios, basePath));
1372
+ putRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePut(idInstance: string, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): AxiosPromise<AFNORRoutingCodePost201Response> {
1373
+ return localVarFp.putRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePut(idInstance, acceptLanguage, options).then((request) => request(axios, basePath));
1131
1374
  },
1132
1375
  /**
1133
- * Search for directory lines by criteria
1376
+ * Search for directory lines that meet all the criteria passed as parameters and return the results in the desired format.
1134
1377
  * @summary Search for a directory line
1378
+ * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
1135
1379
  * @param {*} [options] Override http request option.
1136
1380
  * @throws {RequiredError}
1137
1381
  */
1138
- searchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineSearchPost(options?: RawAxiosRequestConfig): AxiosPromise<any> {
1139
- return localVarFp.searchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineSearchPost(options).then((request) => request(axios, basePath));
1382
+ searchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineSearchPost(acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): AxiosPromise<AFNORDirectoryLineSearchPost200Response> {
1383
+ return localVarFp.searchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineSearchPost(acceptLanguage, options).then((request) => request(axios, basePath));
1140
1384
  },
1141
1385
  /**
1142
- * Search for routing codes by criteria
1386
+ * Search for routing codes that meet all the criteria passed as parameters and return the routing codes in the desired format.
1143
1387
  * @summary Search for a routing code
1388
+ * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
1144
1389
  * @param {*} [options] Override http request option.
1145
1390
  * @throws {RequiredError}
1146
1391
  */
1147
- searchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeSearchPost(options?: RawAxiosRequestConfig): AxiosPromise<any> {
1148
- return localVarFp.searchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeSearchPost(options).then((request) => request(axios, basePath));
1392
+ searchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeSearchPost(acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): AxiosPromise<AFNORRoutingCodeSearchPost200Response> {
1393
+ return localVarFp.searchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeSearchPost(acceptLanguage, options).then((request) => request(axios, basePath));
1149
1394
  },
1150
1395
  /**
1151
- * Multi-criteria search for companies (legal units)
1396
+ * Multi-criteria company search.
1152
1397
  * @summary SIREN search (or legal unit)
1398
+ * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
1153
1399
  * @param {*} [options] Override http request option.
1154
1400
  * @throws {RequiredError}
1155
1401
  */
1156
- searchSirenProxyApiV1AfnorDirectoryV1SirenSearchPost(options?: RawAxiosRequestConfig): AxiosPromise<any> {
1157
- return localVarFp.searchSirenProxyApiV1AfnorDirectoryV1SirenSearchPost(options).then((request) => request(axios, basePath));
1402
+ searchSirenProxyApiV1AfnorDirectoryV1SirenSearchPost(acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): AxiosPromise<AFNORSirenSearchPost200Response> {
1403
+ return localVarFp.searchSirenProxyApiV1AfnorDirectoryV1SirenSearchPost(acceptLanguage, options).then((request) => request(axios, basePath));
1158
1404
  },
1159
1405
  /**
1160
- * Multi-criteria search for establishments
1406
+ * Multi-criteria search for facilities.
1161
1407
  * @summary Search for a SIRET (facility)
1408
+ * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
1162
1409
  * @param {*} [options] Override http request option.
1163
1410
  * @throws {RequiredError}
1164
1411
  */
1165
- searchSiretProxyApiV1AfnorDirectoryV1SiretSearchPost(options?: RawAxiosRequestConfig): AxiosPromise<any> {
1166
- return localVarFp.searchSiretProxyApiV1AfnorDirectoryV1SiretSearchPost(options).then((request) => request(axios, basePath));
1412
+ searchSiretProxyApiV1AfnorDirectoryV1SiretSearchPost(acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig): AxiosPromise<AFNORSiretSearchPost200Response> {
1413
+ return localVarFp.searchSiretProxyApiV1AfnorDirectoryV1SiretSearchPost(acceptLanguage, options).then((request) => request(axios, basePath));
1167
1414
  },
1168
1415
  };
1169
1416
  };
@@ -1173,38 +1420,41 @@ export const AFNORPDPPADirectoryServiceApiFactory = function (configuration?: Co
1173
1420
  */
1174
1421
  export class AFNORPDPPADirectoryServiceApi extends BaseAPI {
1175
1422
  /**
1176
- * Create a line in the directory
1423
+ * Creation of a new directory line for a SIREN, a SIRET or a ROUTING CODE.
1177
1424
  * @summary Creating a directory line
1425
+ * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
1178
1426
  * @param {*} [options] Override http request option.
1179
1427
  * @throws {RequiredError}
1180
1428
  */
1181
- public createDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLinePost(options?: RawAxiosRequestConfig) {
1182
- return AFNORPDPPADirectoryServiceApiFp(this.configuration).createDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLinePost(options).then((request) => request(this.axios, this.basePath));
1429
+ public createDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLinePost(acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig) {
1430
+ return AFNORPDPPADirectoryServiceApiFp(this.configuration).createDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLinePost(acceptLanguage, options).then((request) => request(this.axios, this.basePath));
1183
1431
  }
1184
1432
 
1185
1433
  /**
1186
- * Create a routing code in the directory
1434
+ * Creating a routing code.
1187
1435
  * @summary Create a routing code
1436
+ * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
1188
1437
  * @param {*} [options] Override http request option.
1189
1438
  * @throws {RequiredError}
1190
1439
  */
1191
- public createRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodePost(options?: RawAxiosRequestConfig) {
1192
- return AFNORPDPPADirectoryServiceApiFp(this.configuration).createRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodePost(options).then((request) => request(this.axios, this.basePath));
1440
+ public createRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodePost(acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig) {
1441
+ return AFNORPDPPADirectoryServiceApiFp(this.configuration).createRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodePost(acceptLanguage, options).then((request) => request(this.axios, this.basePath));
1193
1442
  }
1194
1443
 
1195
1444
  /**
1196
- * Delete a directory line
1445
+ * Delete a directory line.
1197
1446
  * @summary Delete a directory line
1198
- * @param {string} idInstance
1447
+ * @param {string} idInstance AFNOR instance ID (UUID)
1448
+ * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
1199
1449
  * @param {*} [options] Override http request option.
1200
1450
  * @throws {RequiredError}
1201
1451
  */
1202
- public deleteDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceDelete(idInstance: string, options?: RawAxiosRequestConfig) {
1203
- return AFNORPDPPADirectoryServiceApiFp(this.configuration).deleteDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceDelete(idInstance, options).then((request) => request(this.axios, this.basePath));
1452
+ public deleteDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceDelete(idInstance: string, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig) {
1453
+ return AFNORPDPPADirectoryServiceApiFp(this.configuration).deleteDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceDelete(idInstance, acceptLanguage, options).then((request) => request(this.axios, this.basePath));
1204
1454
  }
1205
1455
 
1206
1456
  /**
1207
- * Check Directory Service availability
1457
+ * Check Directory Service availability (AFNOR XP Z12-013 compliant)
1208
1458
  * @summary Healthcheck Directory Service
1209
1459
  * @param {*} [options] Override http request option.
1210
1460
  * @throws {RequiredError}
@@ -1214,165 +1464,191 @@ export class AFNORPDPPADirectoryServiceApi extends BaseAPI {
1214
1464
  }
1215
1465
 
1216
1466
  /**
1217
- * Get a directory line identified by an addressing identifier
1218
- * @summary Get a directory line
1219
- * @param {string} addressingIdentifier
1467
+ * Retrieve the data from the directory line corresponding to the identifier passed in parameters.
1468
+ * @summary Get a directory line.
1469
+ * @param {string} addressingIdentifier Addressing identifier (SIREN, SIRET or routing code)
1470
+ * @param {Array<string> | null} [fields] Fields of the Directory Line resource.
1471
+ * @param {Array<DirectoryLineInclude> | null} [include] Relations to include in the response.
1472
+ * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
1220
1473
  * @param {*} [options] Override http request option.
1221
1474
  * @throws {RequiredError}
1222
1475
  */
1223
- public getDirectoryLineByCodeProxyApiV1AfnorDirectoryV1DirectoryLineCodeAddressingIdentifierGet(addressingIdentifier: string, options?: RawAxiosRequestConfig) {
1224
- return AFNORPDPPADirectoryServiceApiFp(this.configuration).getDirectoryLineByCodeProxyApiV1AfnorDirectoryV1DirectoryLineCodeAddressingIdentifierGet(addressingIdentifier, options).then((request) => request(this.axios, this.basePath));
1476
+ public getDirectoryLineByCodeProxyApiV1AfnorDirectoryV1DirectoryLineCodeAddressingIdentifierGet(addressingIdentifier: string, fields?: Array<string> | null, include?: Array<DirectoryLineInclude> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig) {
1477
+ return AFNORPDPPADirectoryServiceApiFp(this.configuration).getDirectoryLineByCodeProxyApiV1AfnorDirectoryV1DirectoryLineCodeAddressingIdentifierGet(addressingIdentifier, fields, include, acceptLanguage, options).then((request) => request(this.axios, this.basePath));
1225
1478
  }
1226
1479
 
1227
1480
  /**
1228
- * Get a directory line identified by its idInstance
1229
- * @summary Get a directory line
1230
- * @param {string} idInstance
1481
+ * Retrieve the data from the directory line corresponding to the identifier passed in parameters.
1482
+ * @summary Get a directory line.
1483
+ * @param {string} idInstance AFNOR instance ID (UUID)
1484
+ * @param {Array<string> | null} [fields] Fields of the Directory Line resource.
1485
+ * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
1231
1486
  * @param {*} [options] Override http request option.
1232
1487
  * @throws {RequiredError}
1233
1488
  */
1234
- public getDirectoryLineByIdInstanceProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceGet(idInstance: string, options?: RawAxiosRequestConfig) {
1235
- return AFNORPDPPADirectoryServiceApiFp(this.configuration).getDirectoryLineByIdInstanceProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceGet(idInstance, options).then((request) => request(this.axios, this.basePath));
1489
+ public getDirectoryLineByIdInstanceProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceGet(idInstance: string, fields?: Array<string> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig) {
1490
+ return AFNORPDPPADirectoryServiceApiFp(this.configuration).getDirectoryLineByIdInstanceProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceGet(idInstance, fields, acceptLanguage, options).then((request) => request(this.axios, this.basePath));
1236
1491
  }
1237
1492
 
1238
1493
  /**
1239
- * Get a routing code identified by its idInstance
1240
- * @summary Get a routing code by instance-id
1241
- * @param {string} idInstance
1494
+ * Retrieve the Routing Code data corresponding to the Instance ID.
1495
+ * @summary Get a routing code by instance-id.
1496
+ * @param {string} idInstance AFNOR instance ID (UUID)
1497
+ * @param {Array<string> | null} [fields] Fields of the Routing Code resource
1498
+ * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
1242
1499
  * @param {*} [options] Override http request option.
1243
1500
  * @throws {RequiredError}
1244
1501
  */
1245
- public getRoutingCodeByIdInstanceProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstanceGet(idInstance: string, options?: RawAxiosRequestConfig) {
1246
- return AFNORPDPPADirectoryServiceApiFp(this.configuration).getRoutingCodeByIdInstanceProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstanceGet(idInstance, options).then((request) => request(this.axios, this.basePath));
1502
+ public getRoutingCodeByIdInstanceProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstanceGet(idInstance: string, fields?: Array<string> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig) {
1503
+ return AFNORPDPPADirectoryServiceApiFp(this.configuration).getRoutingCodeByIdInstanceProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstanceGet(idInstance, fields, acceptLanguage, options).then((request) => request(this.axios, this.basePath));
1247
1504
  }
1248
1505
 
1249
1506
  /**
1250
- * Consult a routing code identified by SIRET and routing identifier
1507
+ * Retrieve the Routing Code data corresponding to the identifier passed in parameters.
1251
1508
  * @summary Get a routing code by SIRET and routing identifier
1252
- * @param {string} siret
1253
- * @param {string} routingIdentifier
1509
+ * @param {string} siret 14-digit SIRET number (INSEE establishment identifier)
1510
+ * @param {string} routingIdentifier Routing code identifier
1511
+ * @param {Array<string> | null} [fields] Fields of the Routing Code resource
1512
+ * @param {Array<RoutingCodeInclude> | null} [include] Relations to include in the response.
1513
+ * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
1254
1514
  * @param {*} [options] Override http request option.
1255
1515
  * @throws {RequiredError}
1256
1516
  */
1257
- public getRoutingCodeBySiretAndCodeProxyApiV1AfnorDirectoryV1RoutingCodeSiretSiretCodeRoutingIdentifierGet(siret: string, routingIdentifier: string, options?: RawAxiosRequestConfig) {
1258
- return AFNORPDPPADirectoryServiceApiFp(this.configuration).getRoutingCodeBySiretAndCodeProxyApiV1AfnorDirectoryV1RoutingCodeSiretSiretCodeRoutingIdentifierGet(siret, routingIdentifier, options).then((request) => request(this.axios, this.basePath));
1517
+ public getRoutingCodeBySiretAndCodeProxyApiV1AfnorDirectoryV1RoutingCodeSiretSiretCodeRoutingIdentifierGet(siret: string, routingIdentifier: string, fields?: Array<string> | null, include?: Array<RoutingCodeInclude> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig) {
1518
+ return AFNORPDPPADirectoryServiceApiFp(this.configuration).getRoutingCodeBySiretAndCodeProxyApiV1AfnorDirectoryV1RoutingCodeSiretSiretCodeRoutingIdentifierGet(siret, routingIdentifier, fields, include, acceptLanguage, options).then((request) => request(this.axios, this.basePath));
1259
1519
  }
1260
1520
 
1261
1521
  /**
1262
- * Returns details of a company (legal unit) identified by its SIREN number
1522
+ * Returns the details of a company (legal unit) identified by the SIREN number passed as a parameter.
1263
1523
  * @summary Consult a siren (legal unit) by SIREN number
1264
- * @param {string} siren
1524
+ * @param {string} siren 9-digit SIREN number (INSEE company identifier)
1525
+ * @param {Array<string> | null} [fields] Fields of the SIREN resource
1526
+ * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
1265
1527
  * @param {*} [options] Override http request option.
1266
1528
  * @throws {RequiredError}
1267
1529
  */
1268
- public getSirenByCodeInseeProxyApiV1AfnorDirectoryV1SirenCodeInseeSirenGet(siren: string, options?: RawAxiosRequestConfig) {
1269
- return AFNORPDPPADirectoryServiceApiFp(this.configuration).getSirenByCodeInseeProxyApiV1AfnorDirectoryV1SirenCodeInseeSirenGet(siren, options).then((request) => request(this.axios, this.basePath));
1530
+ public getSirenByCodeInseeProxyApiV1AfnorDirectoryV1SirenCodeInseeSirenGet(siren: string, fields?: Array<string> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig) {
1531
+ return AFNORPDPPADirectoryServiceApiFp(this.configuration).getSirenByCodeInseeProxyApiV1AfnorDirectoryV1SirenCodeInseeSirenGet(siren, fields, acceptLanguage, options).then((request) => request(this.axios, this.basePath));
1270
1532
  }
1271
1533
 
1272
1534
  /**
1273
- * Get a company (legal unit) identified by its idInstance
1535
+ * Returns the details of a company (legal unit) identified by the id-instance passed as a parameter.
1274
1536
  * @summary Gets a siren (legal unit) by instance ID
1275
- * @param {string} idInstance
1537
+ * @param {string} idInstance AFNOR instance ID (UUID)
1538
+ * @param {Array<string> | null} [fields] Fields of the SIREN resource
1539
+ * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
1276
1540
  * @param {*} [options] Override http request option.
1277
1541
  * @throws {RequiredError}
1278
1542
  */
1279
- public getSirenByIdInstanceProxyApiV1AfnorDirectoryV1SirenIdInstanceIdInstanceGet(idInstance: string, options?: RawAxiosRequestConfig) {
1280
- return AFNORPDPPADirectoryServiceApiFp(this.configuration).getSirenByIdInstanceProxyApiV1AfnorDirectoryV1SirenIdInstanceIdInstanceGet(idInstance, options).then((request) => request(this.axios, this.basePath));
1543
+ public getSirenByIdInstanceProxyApiV1AfnorDirectoryV1SirenIdInstanceIdInstanceGet(idInstance: string, fields?: Array<string> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig) {
1544
+ return AFNORPDPPADirectoryServiceApiFp(this.configuration).getSirenByIdInstanceProxyApiV1AfnorDirectoryV1SirenIdInstanceIdInstanceGet(idInstance, fields, acceptLanguage, options).then((request) => request(this.axios, this.basePath));
1281
1545
  }
1282
1546
 
1283
1547
  /**
1284
- * Get an establishment identified by its SIRET number
1548
+ * Returns the details of a facility associated to a SIRET.
1285
1549
  * @summary Gets a siret (facility) by SIRET number
1286
- * @param {string} siret
1550
+ * @param {string} siret 14-digit SIRET number (INSEE establishment identifier)
1551
+ * @param {Array<string> | null} [fields] Fields of a SIRET resource.
1552
+ * @param {Array<SiretInclude> | null} [include] Relations to include in the response.
1553
+ * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
1287
1554
  * @param {*} [options] Override http request option.
1288
1555
  * @throws {RequiredError}
1289
1556
  */
1290
- public getSiretByCodeInseeProxyApiV1AfnorDirectoryV1SiretCodeInseeSiretGet(siret: string, options?: RawAxiosRequestConfig) {
1291
- return AFNORPDPPADirectoryServiceApiFp(this.configuration).getSiretByCodeInseeProxyApiV1AfnorDirectoryV1SiretCodeInseeSiretGet(siret, options).then((request) => request(this.axios, this.basePath));
1557
+ public getSiretByCodeInseeProxyApiV1AfnorDirectoryV1SiretCodeInseeSiretGet(siret: string, fields?: Array<string> | null, include?: Array<SiretInclude> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig) {
1558
+ return AFNORPDPPADirectoryServiceApiFp(this.configuration).getSiretByCodeInseeProxyApiV1AfnorDirectoryV1SiretCodeInseeSiretGet(siret, fields, include, acceptLanguage, options).then((request) => request(this.axios, this.basePath));
1292
1559
  }
1293
1560
 
1294
1561
  /**
1295
- * Get an establishment identified by its idInstance
1562
+ * Returns the details of a facility according to an instance-id.
1296
1563
  * @summary Gets a siret (facility) by id-instance
1297
- * @param {string} idInstance
1564
+ * @param {string} idInstance AFNOR instance ID (UUID)
1565
+ * @param {Array<string> | null} [fields] Fields of a SIRET resource.
1566
+ * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
1298
1567
  * @param {*} [options] Override http request option.
1299
1568
  * @throws {RequiredError}
1300
1569
  */
1301
- public getSiretByIdInstanceProxyApiV1AfnorDirectoryV1SiretIdInstanceIdInstanceGet(idInstance: string, options?: RawAxiosRequestConfig) {
1302
- return AFNORPDPPADirectoryServiceApiFp(this.configuration).getSiretByIdInstanceProxyApiV1AfnorDirectoryV1SiretIdInstanceIdInstanceGet(idInstance, options).then((request) => request(this.axios, this.basePath));
1570
+ public getSiretByIdInstanceProxyApiV1AfnorDirectoryV1SiretIdInstanceIdInstanceGet(idInstance: string, fields?: Array<string> | null, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig) {
1571
+ return AFNORPDPPADirectoryServiceApiFp(this.configuration).getSiretByIdInstanceProxyApiV1AfnorDirectoryV1SiretIdInstanceIdInstanceGet(idInstance, fields, acceptLanguage, options).then((request) => request(this.axios, this.basePath));
1303
1572
  }
1304
1573
 
1305
1574
  /**
1306
- * Partially update a directory line
1307
- * @summary Partially updates a directory line
1308
- * @param {string} idInstance
1575
+ * Partially updates a directory line.
1576
+ * @summary Partially updates a directory line..
1577
+ * @param {string} idInstance AFNOR instance ID (UUID)
1578
+ * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
1309
1579
  * @param {*} [options] Override http request option.
1310
1580
  * @throws {RequiredError}
1311
1581
  */
1312
- public patchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstancePatch(idInstance: string, options?: RawAxiosRequestConfig) {
1313
- return AFNORPDPPADirectoryServiceApiFp(this.configuration).patchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstancePatch(idInstance, options).then((request) => request(this.axios, this.basePath));
1582
+ public patchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstancePatch(idInstance: string, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig) {
1583
+ return AFNORPDPPADirectoryServiceApiFp(this.configuration).patchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstancePatch(idInstance, acceptLanguage, options).then((request) => request(this.axios, this.basePath));
1314
1584
  }
1315
1585
 
1316
1586
  /**
1317
- * Partially update a private routing code
1318
- * @summary Partially update a private routing code
1319
- * @param {string} idInstance
1587
+ * Partially update a private routing code.
1588
+ * @summary Partially update a private routing code.
1589
+ * @param {string} idInstance AFNOR instance ID (UUID)
1590
+ * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
1320
1591
  * @param {*} [options] Override http request option.
1321
1592
  * @throws {RequiredError}
1322
1593
  */
1323
- public patchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePatch(idInstance: string, options?: RawAxiosRequestConfig) {
1324
- return AFNORPDPPADirectoryServiceApiFp(this.configuration).patchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePatch(idInstance, options).then((request) => request(this.axios, this.basePath));
1594
+ public patchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePatch(idInstance: string, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig) {
1595
+ return AFNORPDPPADirectoryServiceApiFp(this.configuration).patchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePatch(idInstance, acceptLanguage, options).then((request) => request(this.axios, this.basePath));
1325
1596
  }
1326
1597
 
1327
1598
  /**
1328
- * Completely update a private routing code
1329
- * @summary Completely update a private routing code
1330
- * @param {string} idInstance
1599
+ * Completely update a private routing code.
1600
+ * @summary Completely update a private routing code.
1601
+ * @param {string} idInstance AFNOR instance ID (UUID)
1602
+ * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
1331
1603
  * @param {*} [options] Override http request option.
1332
1604
  * @throws {RequiredError}
1333
1605
  */
1334
- public putRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePut(idInstance: string, options?: RawAxiosRequestConfig) {
1335
- return AFNORPDPPADirectoryServiceApiFp(this.configuration).putRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePut(idInstance, options).then((request) => request(this.axios, this.basePath));
1606
+ public putRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePut(idInstance: string, acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig) {
1607
+ return AFNORPDPPADirectoryServiceApiFp(this.configuration).putRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePut(idInstance, acceptLanguage, options).then((request) => request(this.axios, this.basePath));
1336
1608
  }
1337
1609
 
1338
1610
  /**
1339
- * Search for directory lines by criteria
1611
+ * Search for directory lines that meet all the criteria passed as parameters and return the results in the desired format.
1340
1612
  * @summary Search for a directory line
1613
+ * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
1341
1614
  * @param {*} [options] Override http request option.
1342
1615
  * @throws {RequiredError}
1343
1616
  */
1344
- public searchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineSearchPost(options?: RawAxiosRequestConfig) {
1345
- return AFNORPDPPADirectoryServiceApiFp(this.configuration).searchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineSearchPost(options).then((request) => request(this.axios, this.basePath));
1617
+ public searchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineSearchPost(acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig) {
1618
+ return AFNORPDPPADirectoryServiceApiFp(this.configuration).searchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineSearchPost(acceptLanguage, options).then((request) => request(this.axios, this.basePath));
1346
1619
  }
1347
1620
 
1348
1621
  /**
1349
- * Search for routing codes by criteria
1622
+ * Search for routing codes that meet all the criteria passed as parameters and return the routing codes in the desired format.
1350
1623
  * @summary Search for a routing code
1624
+ * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
1351
1625
  * @param {*} [options] Override http request option.
1352
1626
  * @throws {RequiredError}
1353
1627
  */
1354
- public searchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeSearchPost(options?: RawAxiosRequestConfig) {
1355
- return AFNORPDPPADirectoryServiceApiFp(this.configuration).searchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeSearchPost(options).then((request) => request(this.axios, this.basePath));
1628
+ public searchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeSearchPost(acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig) {
1629
+ return AFNORPDPPADirectoryServiceApiFp(this.configuration).searchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeSearchPost(acceptLanguage, options).then((request) => request(this.axios, this.basePath));
1356
1630
  }
1357
1631
 
1358
1632
  /**
1359
- * Multi-criteria search for companies (legal units)
1633
+ * Multi-criteria company search.
1360
1634
  * @summary SIREN search (or legal unit)
1635
+ * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
1361
1636
  * @param {*} [options] Override http request option.
1362
1637
  * @throws {RequiredError}
1363
1638
  */
1364
- public searchSirenProxyApiV1AfnorDirectoryV1SirenSearchPost(options?: RawAxiosRequestConfig) {
1365
- return AFNORPDPPADirectoryServiceApiFp(this.configuration).searchSirenProxyApiV1AfnorDirectoryV1SirenSearchPost(options).then((request) => request(this.axios, this.basePath));
1639
+ public searchSirenProxyApiV1AfnorDirectoryV1SirenSearchPost(acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig) {
1640
+ return AFNORPDPPADirectoryServiceApiFp(this.configuration).searchSirenProxyApiV1AfnorDirectoryV1SirenSearchPost(acceptLanguage, options).then((request) => request(this.axios, this.basePath));
1366
1641
  }
1367
1642
 
1368
1643
  /**
1369
- * Multi-criteria search for establishments
1644
+ * Multi-criteria search for facilities.
1370
1645
  * @summary Search for a SIRET (facility)
1646
+ * @param {AcceptLanguage} [acceptLanguage] Specifies the language in which the resource is requested.
1371
1647
  * @param {*} [options] Override http request option.
1372
1648
  * @throws {RequiredError}
1373
1649
  */
1374
- public searchSiretProxyApiV1AfnorDirectoryV1SiretSearchPost(options?: RawAxiosRequestConfig) {
1375
- return AFNORPDPPADirectoryServiceApiFp(this.configuration).searchSiretProxyApiV1AfnorDirectoryV1SiretSearchPost(options).then((request) => request(this.axios, this.basePath));
1650
+ public searchSiretProxyApiV1AfnorDirectoryV1SiretSearchPost(acceptLanguage?: AcceptLanguage, options?: RawAxiosRequestConfig) {
1651
+ return AFNORPDPPADirectoryServiceApiFp(this.configuration).searchSiretProxyApiV1AfnorDirectoryV1SiretSearchPost(acceptLanguage, options).then((request) => request(this.axios, this.basePath));
1376
1652
  }
1377
1653
  }
1378
1654