@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
@@ -0,0 +1,927 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
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://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
+ *
7
+ * The version of the OpenAPI document: 1.0.0
8
+ * Contact: contact@factpulse.fr
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+ import type { Configuration } from '../configuration';
17
+ import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
18
+ import globalAxios from 'axios';
19
+ // Some imports not used depending on template conditions
20
+ // @ts-ignore
21
+ import { DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setBasicAuthToObject, setBearerAuthToObject, setOAuthToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction } from '../common';
22
+ // @ts-ignore
23
+ import { BASE_PATH, COLLECTION_FORMATS, type RequestArgs, BaseAPI, RequiredError, operationServerMap } from '../base';
24
+ // @ts-ignore
25
+ import type { APIError } from '../models';
26
+ // @ts-ignore
27
+ import type { CreateAggregatedReportRequest } from '../models';
28
+ // @ts-ignore
29
+ import type { CreateEReportingRequest } from '../models';
30
+ // @ts-ignore
31
+ import type { GenerateAggregatedReportResponse } from '../models';
32
+ // @ts-ignore
33
+ import type { GenerateEReportingResponse } from '../models';
34
+ // @ts-ignore
35
+ import type { SubmitAggregatedReportRequest } from '../models';
36
+ // @ts-ignore
37
+ import type { SubmitEReportingRequest } from '../models';
38
+ // @ts-ignore
39
+ import type { SubmitEReportingResponse } from '../models';
40
+ // @ts-ignore
41
+ import type { ValidateEReportingRequest } from '../models';
42
+ // @ts-ignore
43
+ import type { ValidateEReportingResponse } from '../models';
44
+ /**
45
+ * EReportingApi - axios parameter creator
46
+ */
47
+ export const EReportingApiAxiosParamCreator = function (configuration?: Configuration) {
48
+ return {
49
+ /**
50
+ * Generate a PPF-compliant aggregated e-reporting XML containing multiple flux types in a single file. This endpoint creates a Report XML that can contain: - **TransactionsReport**: Invoice (10.1) AND/OR Transactions (10.3) - **PaymentsReport**: Invoice payments (10.2) AND/OR Transaction payments (10.4) The AFNOR FlowType is automatically determined based on content: - Single type → Specific FlowType (e.g., AggregatedCustomerTransactionReport) - Multiple types → MultiFlowReport **CategoryCode (TT-81)** must use PPF-compliant values: - TLB1: Goods deliveries - TPS1: Service provisions - TNT1: Non-taxed transactions - TMA1: Mixed transactions
51
+ * @summary Generate aggregated e-reporting XML (PPF-compliant)
52
+ * @param {CreateAggregatedReportRequest} createAggregatedReportRequest
53
+ * @param {*} [options] Override http request option.
54
+ * @throws {RequiredError}
55
+ */
56
+ generateAggregatedEreportingApiV1EreportingGenerateAggregatedPost: async (createAggregatedReportRequest: CreateAggregatedReportRequest, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
57
+ // verify required parameter 'createAggregatedReportRequest' is not null or undefined
58
+ assertParamExists('generateAggregatedEreportingApiV1EreportingGenerateAggregatedPost', 'createAggregatedReportRequest', createAggregatedReportRequest)
59
+ const localVarPath = `/api/v1/ereporting/generate-aggregated`;
60
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
61
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
62
+ let baseOptions;
63
+ if (configuration) {
64
+ baseOptions = configuration.baseOptions;
65
+ }
66
+
67
+ const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
68
+ const localVarHeaderParameter = {} as any;
69
+ const localVarQueryParameter = {} as any;
70
+
71
+ // authentication HTTPBearer required
72
+ // http bearer authentication required
73
+ await setBearerAuthToObject(localVarHeaderParameter, configuration)
74
+
75
+ localVarHeaderParameter['Content-Type'] = 'application/json';
76
+ localVarHeaderParameter['Accept'] = 'application/json';
77
+
78
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
79
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
80
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
81
+ localVarRequestOptions.data = serializeDataIfNeeded(createAggregatedReportRequest, localVarRequestOptions, configuration)
82
+
83
+ return {
84
+ url: toPathString(localVarUrlObj),
85
+ options: localVarRequestOptions,
86
+ };
87
+ },
88
+ /**
89
+ * Generate e-reporting XML (FRR format) from structured data. Supports all four flow types: - **10.1**: Unitary B2B international transactions (use `invoices` field) - **10.2**: Payments for B2B international invoices (use `invoicePayments` field) - **10.3**: Aggregated B2C transactions (use `transactions` field) - **10.4**: Aggregated B2C payments (use `aggregatedPayments` field) The generated XML is compliant with DGFIP specifications and ready for submission to a PA (Plateforme Agréée).
90
+ * @summary Generate e-reporting XML
91
+ * @param {CreateEReportingRequest} createEReportingRequest
92
+ * @param {*} [options] Override http request option.
93
+ * @throws {RequiredError}
94
+ */
95
+ generateEreportingApiV1EreportingGeneratePost: async (createEReportingRequest: CreateEReportingRequest, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
96
+ // verify required parameter 'createEReportingRequest' is not null or undefined
97
+ assertParamExists('generateEreportingApiV1EreportingGeneratePost', 'createEReportingRequest', createEReportingRequest)
98
+ const localVarPath = `/api/v1/ereporting/generate`;
99
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
100
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
101
+ let baseOptions;
102
+ if (configuration) {
103
+ baseOptions = configuration.baseOptions;
104
+ }
105
+
106
+ const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
107
+ const localVarHeaderParameter = {} as any;
108
+ const localVarQueryParameter = {} as any;
109
+
110
+ // authentication HTTPBearer required
111
+ // http bearer authentication required
112
+ await setBearerAuthToObject(localVarHeaderParameter, configuration)
113
+
114
+ localVarHeaderParameter['Content-Type'] = 'application/json';
115
+ localVarHeaderParameter['Accept'] = 'application/json';
116
+
117
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
118
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
119
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
120
+ localVarRequestOptions.data = serializeDataIfNeeded(createEReportingRequest, localVarRequestOptions, configuration)
121
+
122
+ return {
123
+ url: toPathString(localVarUrlObj),
124
+ options: localVarRequestOptions,
125
+ };
126
+ },
127
+ /**
128
+ * Generate e-reporting XML and return as downloadable file.
129
+ * @summary Generate and download e-reporting XML
130
+ * @param {CreateEReportingRequest} createEReportingRequest
131
+ * @param {string | null} [filename] Output filename (default: ereporting_{reportId}.xml)
132
+ * @param {*} [options] Override http request option.
133
+ * @throws {RequiredError}
134
+ */
135
+ generateEreportingDownloadApiV1EreportingGenerateDownloadPost: async (createEReportingRequest: CreateEReportingRequest, filename?: string | null, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
136
+ // verify required parameter 'createEReportingRequest' is not null or undefined
137
+ assertParamExists('generateEreportingDownloadApiV1EreportingGenerateDownloadPost', 'createEReportingRequest', createEReportingRequest)
138
+ const localVarPath = `/api/v1/ereporting/generate/download`;
139
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
140
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
141
+ let baseOptions;
142
+ if (configuration) {
143
+ baseOptions = configuration.baseOptions;
144
+ }
145
+
146
+ const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
147
+ const localVarHeaderParameter = {} as any;
148
+ const localVarQueryParameter = {} as any;
149
+
150
+ // authentication HTTPBearer required
151
+ // http bearer authentication required
152
+ await setBearerAuthToObject(localVarHeaderParameter, configuration)
153
+
154
+ if (filename !== undefined) {
155
+ localVarQueryParameter['filename'] = filename;
156
+ }
157
+
158
+ localVarHeaderParameter['Content-Type'] = 'application/json';
159
+ localVarHeaderParameter['Accept'] = 'application/json';
160
+
161
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
162
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
163
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
164
+ localVarRequestOptions.data = serializeDataIfNeeded(createEReportingRequest, localVarRequestOptions, configuration)
165
+
166
+ return {
167
+ url: toPathString(localVarUrlObj),
168
+ options: localVarRequestOptions,
169
+ };
170
+ },
171
+ /**
172
+ * Returns the list of valid CategoryCode values (TT-81) for e-reporting transactions. Source: Annexe 6 - Format sémantique FE e-reporting v1.9
173
+ * @summary List PPF-compliant category codes
174
+ * @param {*} [options] Override http request option.
175
+ * @throws {RequiredError}
176
+ */
177
+ listCategoryCodesApiV1EreportingCategoryCodesGet: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
178
+ const localVarPath = `/api/v1/ereporting/category-codes`;
179
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
180
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
181
+ let baseOptions;
182
+ if (configuration) {
183
+ baseOptions = configuration.baseOptions;
184
+ }
185
+
186
+ const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
187
+ const localVarHeaderParameter = {} as any;
188
+ const localVarQueryParameter = {} as any;
189
+
190
+ localVarHeaderParameter['Accept'] = 'application/json';
191
+
192
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
193
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
194
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
195
+
196
+ return {
197
+ url: toPathString(localVarUrlObj),
198
+ options: localVarRequestOptions,
199
+ };
200
+ },
201
+ /**
202
+ * Returns the list of supported e-reporting flow types with descriptions.
203
+ * @summary List available flow types
204
+ * @param {*} [options] Override http request option.
205
+ * @throws {RequiredError}
206
+ */
207
+ listFlowTypesApiV1EreportingFlowTypesGet: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
208
+ const localVarPath = `/api/v1/ereporting/flow-types`;
209
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
210
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
211
+ let baseOptions;
212
+ if (configuration) {
213
+ baseOptions = configuration.baseOptions;
214
+ }
215
+
216
+ const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
217
+ const localVarHeaderParameter = {} as any;
218
+ const localVarQueryParameter = {} as any;
219
+
220
+ localVarHeaderParameter['Accept'] = 'application/json';
221
+
222
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
223
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
224
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
225
+
226
+ return {
227
+ url: toPathString(localVarUrlObj),
228
+ options: localVarRequestOptions,
229
+ };
230
+ },
231
+ /**
232
+ * Generate and submit a PPF-compliant aggregated e-reporting to a PA/PDP. Combines generation and submission in a single call. Automatically determines the AFNOR FlowType based on content.
233
+ * @summary Submit aggregated e-reporting to PA/PDP
234
+ * @param {SubmitAggregatedReportRequest} submitAggregatedReportRequest
235
+ * @param {*} [options] Override http request option.
236
+ * @throws {RequiredError}
237
+ */
238
+ submitAggregatedEreportingApiV1EreportingSubmitAggregatedPost: async (submitAggregatedReportRequest: SubmitAggregatedReportRequest, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
239
+ // verify required parameter 'submitAggregatedReportRequest' is not null or undefined
240
+ assertParamExists('submitAggregatedEreportingApiV1EreportingSubmitAggregatedPost', 'submitAggregatedReportRequest', submitAggregatedReportRequest)
241
+ const localVarPath = `/api/v1/ereporting/submit-aggregated`;
242
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
243
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
244
+ let baseOptions;
245
+ if (configuration) {
246
+ baseOptions = configuration.baseOptions;
247
+ }
248
+
249
+ const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
250
+ const localVarHeaderParameter = {} as any;
251
+ const localVarQueryParameter = {} as any;
252
+
253
+ // authentication HTTPBearer required
254
+ // http bearer authentication required
255
+ await setBearerAuthToObject(localVarHeaderParameter, configuration)
256
+
257
+ localVarHeaderParameter['Content-Type'] = 'application/json';
258
+ localVarHeaderParameter['Accept'] = 'application/json';
259
+
260
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
261
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
262
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
263
+ localVarRequestOptions.data = serializeDataIfNeeded(submitAggregatedReportRequest, localVarRequestOptions, configuration)
264
+
265
+ return {
266
+ url: toPathString(localVarUrlObj),
267
+ options: localVarRequestOptions,
268
+ };
269
+ },
270
+ /**
271
+ * Generate and submit e-reporting to a PA (Plateforme Agréée). Authentication strategies (same as invoices): 1. **JWT with client_uid** (recommended): PDP credentials fetched from backend 2. **Zero-storage**: Provide pdpFlowServiceUrl, pdpClientId, pdpClientSecret in request The e-reporting is submitted using the AFNOR Flow Service API with syntax=FRR (FRench Reporting).
272
+ * @summary Submit e-reporting to PA/PDP
273
+ * @param {SubmitEReportingRequest} submitEReportingRequest
274
+ * @param {*} [options] Override http request option.
275
+ * @throws {RequiredError}
276
+ */
277
+ submitEreportingApiV1EreportingSubmitPost: async (submitEReportingRequest: SubmitEReportingRequest, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
278
+ // verify required parameter 'submitEReportingRequest' is not null or undefined
279
+ assertParamExists('submitEreportingApiV1EreportingSubmitPost', 'submitEReportingRequest', submitEReportingRequest)
280
+ const localVarPath = `/api/v1/ereporting/submit`;
281
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
282
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
283
+ let baseOptions;
284
+ if (configuration) {
285
+ baseOptions = configuration.baseOptions;
286
+ }
287
+
288
+ const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
289
+ const localVarHeaderParameter = {} as any;
290
+ const localVarQueryParameter = {} as any;
291
+
292
+ // authentication HTTPBearer required
293
+ // http bearer authentication required
294
+ await setBearerAuthToObject(localVarHeaderParameter, configuration)
295
+
296
+ localVarHeaderParameter['Content-Type'] = 'application/json';
297
+ localVarHeaderParameter['Accept'] = 'application/json';
298
+
299
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
300
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
301
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
302
+ localVarRequestOptions.data = serializeDataIfNeeded(submitEReportingRequest, localVarRequestOptions, configuration)
303
+
304
+ return {
305
+ url: toPathString(localVarUrlObj),
306
+ options: localVarRequestOptions,
307
+ };
308
+ },
309
+ /**
310
+ * Submit a pre-generated e-reporting XML file directly to a PA/PDP. This endpoint is designed for clients who generate their own PPF-compliant XML and only need FactPulse for the PDP submission. **Process:** 1. Validates the XML against PPF XSD schemas 2. Determines the appropriate AFNOR FlowType 3. Submits to the configured PDP/PA 4. Returns the flowId for tracking **Authentication:** Same strategies as /submit endpoint (JWT or zero-storage credentials).
311
+ * @summary Submit pre-generated e-reporting XML
312
+ * @param {File} xmlFile E-reporting XML file
313
+ * @param {string | null} [trackingId]
314
+ * @param {boolean} [skipValidation] Skip XSD validation
315
+ * @param {string | null} [pdpFlowServiceUrl]
316
+ * @param {string | null} [pdpTokenUrl]
317
+ * @param {string | null} [pdpClientId]
318
+ * @param {string | null} [pdpClientSecret]
319
+ * @param {*} [options] Override http request option.
320
+ * @throws {RequiredError}
321
+ */
322
+ submitXmlEreportingApiV1EreportingSubmitXmlPost: async (xmlFile: File, trackingId?: string | null, skipValidation?: boolean, pdpFlowServiceUrl?: string | null, pdpTokenUrl?: string | null, pdpClientId?: string | null, pdpClientSecret?: string | null, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
323
+ // verify required parameter 'xmlFile' is not null or undefined
324
+ assertParamExists('submitXmlEreportingApiV1EreportingSubmitXmlPost', 'xmlFile', xmlFile)
325
+ const localVarPath = `/api/v1/ereporting/submit-xml`;
326
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
327
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
328
+ let baseOptions;
329
+ if (configuration) {
330
+ baseOptions = configuration.baseOptions;
331
+ }
332
+
333
+ const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
334
+ const localVarHeaderParameter = {} as any;
335
+ const localVarQueryParameter = {} as any;
336
+ const localVarFormParams = new ((configuration && configuration.formDataCtor) || FormData)();
337
+
338
+ // authentication HTTPBearer required
339
+ // http bearer authentication required
340
+ await setBearerAuthToObject(localVarHeaderParameter, configuration)
341
+
342
+
343
+ if (xmlFile !== undefined) {
344
+ localVarFormParams.append('xml_file', xmlFile as any);
345
+ }
346
+
347
+ if (trackingId !== undefined) {
348
+ localVarFormParams.append('tracking_id', trackingId as any);
349
+ }
350
+
351
+ if (skipValidation !== undefined) {
352
+ localVarFormParams.append('skip_validation', String(skipValidation) as any);
353
+ }
354
+
355
+ if (pdpFlowServiceUrl !== undefined) {
356
+ localVarFormParams.append('pdp_flow_service_url', pdpFlowServiceUrl as any);
357
+ }
358
+
359
+ if (pdpTokenUrl !== undefined) {
360
+ localVarFormParams.append('pdp_token_url', pdpTokenUrl as any);
361
+ }
362
+
363
+ if (pdpClientId !== undefined) {
364
+ localVarFormParams.append('pdp_client_id', pdpClientId as any);
365
+ }
366
+
367
+ if (pdpClientSecret !== undefined) {
368
+ localVarFormParams.append('pdp_client_secret', pdpClientSecret as any);
369
+ }
370
+ localVarHeaderParameter['Content-Type'] = 'multipart/form-data';
371
+ localVarHeaderParameter['Accept'] = 'application/json';
372
+
373
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
374
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
375
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
376
+ localVarRequestOptions.data = localVarFormParams;
377
+
378
+ return {
379
+ url: toPathString(localVarUrlObj),
380
+ options: localVarRequestOptions,
381
+ };
382
+ },
383
+ /**
384
+ * Validates aggregated e-reporting data without generating XML.
385
+ * @summary Validate aggregated e-reporting data
386
+ * @param {CreateAggregatedReportRequest} createAggregatedReportRequest
387
+ * @param {*} [options] Override http request option.
388
+ * @throws {RequiredError}
389
+ */
390
+ validateAggregatedEreportingApiV1EreportingValidateAggregatedPost: async (createAggregatedReportRequest: CreateAggregatedReportRequest, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
391
+ // verify required parameter 'createAggregatedReportRequest' is not null or undefined
392
+ assertParamExists('validateAggregatedEreportingApiV1EreportingValidateAggregatedPost', 'createAggregatedReportRequest', createAggregatedReportRequest)
393
+ const localVarPath = `/api/v1/ereporting/validate-aggregated`;
394
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
395
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
396
+ let baseOptions;
397
+ if (configuration) {
398
+ baseOptions = configuration.baseOptions;
399
+ }
400
+
401
+ const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
402
+ const localVarHeaderParameter = {} as any;
403
+ const localVarQueryParameter = {} as any;
404
+
405
+ // authentication HTTPBearer required
406
+ // http bearer authentication required
407
+ await setBearerAuthToObject(localVarHeaderParameter, configuration)
408
+
409
+ localVarHeaderParameter['Content-Type'] = 'application/json';
410
+ localVarHeaderParameter['Accept'] = 'application/json';
411
+
412
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
413
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
414
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
415
+ localVarRequestOptions.data = serializeDataIfNeeded(createAggregatedReportRequest, localVarRequestOptions, configuration)
416
+
417
+ return {
418
+ url: toPathString(localVarUrlObj),
419
+ options: localVarRequestOptions,
420
+ };
421
+ },
422
+ /**
423
+ * Validate e-reporting data without generating or submitting. Performs: - Schema validation - Business rule validation (correct flux type vs data) - Data consistency checks (tax totals, dates, etc.) Returns validation errors and warnings.
424
+ * @summary Validate e-reporting data
425
+ * @param {ValidateEReportingRequest} validateEReportingRequest
426
+ * @param {*} [options] Override http request option.
427
+ * @throws {RequiredError}
428
+ */
429
+ validateEreportingApiV1EreportingValidatePost: async (validateEReportingRequest: ValidateEReportingRequest, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
430
+ // verify required parameter 'validateEReportingRequest' is not null or undefined
431
+ assertParamExists('validateEreportingApiV1EreportingValidatePost', 'validateEReportingRequest', validateEReportingRequest)
432
+ const localVarPath = `/api/v1/ereporting/validate`;
433
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
434
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
435
+ let baseOptions;
436
+ if (configuration) {
437
+ baseOptions = configuration.baseOptions;
438
+ }
439
+
440
+ const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
441
+ const localVarHeaderParameter = {} as any;
442
+ const localVarQueryParameter = {} as any;
443
+
444
+ // authentication HTTPBearer required
445
+ // http bearer authentication required
446
+ await setBearerAuthToObject(localVarHeaderParameter, configuration)
447
+
448
+ localVarHeaderParameter['Content-Type'] = 'application/json';
449
+ localVarHeaderParameter['Accept'] = 'application/json';
450
+
451
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
452
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
453
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
454
+ localVarRequestOptions.data = serializeDataIfNeeded(validateEReportingRequest, localVarRequestOptions, configuration)
455
+
456
+ return {
457
+ url: toPathString(localVarUrlObj),
458
+ options: localVarRequestOptions,
459
+ };
460
+ },
461
+ /**
462
+ * Validates an e-reporting XML file against: 1. **XSD schemas**: Official PPF e-reporting XSD (structure, types, cardinality) 2. **Business rules**: ISO codes and enum validation - Currency codes (ISO 4217: EUR, USD, GBP, etc.) - Country codes (ISO 3166-1 alpha-2: FR, DE, US, etc.) - Scheme IDs (0009=SIRET, 0002=SIREN, etc.) - Role codes (UNCL 3035: SE=Seller, BY=Buyer, WK=Working party, etc.) Returns validation status and detailed error messages if invalid.
463
+ * @summary Validate e-reporting XML against PPF XSD schemas and business rules
464
+ * @param {File} xmlFile E-reporting XML file to validate
465
+ * @param {boolean} [validateBusinessRules] Also validate business rules (ISO codes, enums)
466
+ * @param {*} [options] Override http request option.
467
+ * @throws {RequiredError}
468
+ */
469
+ validateXmlEreportingApiV1EreportingValidateXmlPost: async (xmlFile: File, validateBusinessRules?: boolean, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
470
+ // verify required parameter 'xmlFile' is not null or undefined
471
+ assertParamExists('validateXmlEreportingApiV1EreportingValidateXmlPost', 'xmlFile', xmlFile)
472
+ const localVarPath = `/api/v1/ereporting/validate-xml`;
473
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
474
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
475
+ let baseOptions;
476
+ if (configuration) {
477
+ baseOptions = configuration.baseOptions;
478
+ }
479
+
480
+ const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
481
+ const localVarHeaderParameter = {} as any;
482
+ const localVarQueryParameter = {} as any;
483
+ const localVarFormParams = new ((configuration && configuration.formDataCtor) || FormData)();
484
+
485
+ // authentication HTTPBearer required
486
+ // http bearer authentication required
487
+ await setBearerAuthToObject(localVarHeaderParameter, configuration)
488
+
489
+ if (validateBusinessRules !== undefined) {
490
+ localVarQueryParameter['validate_business_rules'] = validateBusinessRules;
491
+ }
492
+
493
+
494
+ if (xmlFile !== undefined) {
495
+ localVarFormParams.append('xml_file', xmlFile as any);
496
+ }
497
+ localVarHeaderParameter['Content-Type'] = 'multipart/form-data';
498
+ localVarHeaderParameter['Accept'] = 'application/json';
499
+
500
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
501
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
502
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
503
+ localVarRequestOptions.data = localVarFormParams;
504
+
505
+ return {
506
+ url: toPathString(localVarUrlObj),
507
+ options: localVarRequestOptions,
508
+ };
509
+ },
510
+ }
511
+ };
512
+
513
+ /**
514
+ * EReportingApi - functional programming interface
515
+ */
516
+ export const EReportingApiFp = function(configuration?: Configuration) {
517
+ const localVarAxiosParamCreator = EReportingApiAxiosParamCreator(configuration)
518
+ return {
519
+ /**
520
+ * Generate a PPF-compliant aggregated e-reporting XML containing multiple flux types in a single file. This endpoint creates a Report XML that can contain: - **TransactionsReport**: Invoice (10.1) AND/OR Transactions (10.3) - **PaymentsReport**: Invoice payments (10.2) AND/OR Transaction payments (10.4) The AFNOR FlowType is automatically determined based on content: - Single type → Specific FlowType (e.g., AggregatedCustomerTransactionReport) - Multiple types → MultiFlowReport **CategoryCode (TT-81)** must use PPF-compliant values: - TLB1: Goods deliveries - TPS1: Service provisions - TNT1: Non-taxed transactions - TMA1: Mixed transactions
521
+ * @summary Generate aggregated e-reporting XML (PPF-compliant)
522
+ * @param {CreateAggregatedReportRequest} createAggregatedReportRequest
523
+ * @param {*} [options] Override http request option.
524
+ * @throws {RequiredError}
525
+ */
526
+ async generateAggregatedEreportingApiV1EreportingGenerateAggregatedPost(createAggregatedReportRequest: CreateAggregatedReportRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GenerateAggregatedReportResponse>> {
527
+ const localVarAxiosArgs = await localVarAxiosParamCreator.generateAggregatedEreportingApiV1EreportingGenerateAggregatedPost(createAggregatedReportRequest, options);
528
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
529
+ const localVarOperationServerBasePath = operationServerMap['EReportingApi.generateAggregatedEreportingApiV1EreportingGenerateAggregatedPost']?.[localVarOperationServerIndex]?.url;
530
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
531
+ },
532
+ /**
533
+ * Generate e-reporting XML (FRR format) from structured data. Supports all four flow types: - **10.1**: Unitary B2B international transactions (use `invoices` field) - **10.2**: Payments for B2B international invoices (use `invoicePayments` field) - **10.3**: Aggregated B2C transactions (use `transactions` field) - **10.4**: Aggregated B2C payments (use `aggregatedPayments` field) The generated XML is compliant with DGFIP specifications and ready for submission to a PA (Plateforme Agréée).
534
+ * @summary Generate e-reporting XML
535
+ * @param {CreateEReportingRequest} createEReportingRequest
536
+ * @param {*} [options] Override http request option.
537
+ * @throws {RequiredError}
538
+ */
539
+ async generateEreportingApiV1EreportingGeneratePost(createEReportingRequest: CreateEReportingRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GenerateEReportingResponse>> {
540
+ const localVarAxiosArgs = await localVarAxiosParamCreator.generateEreportingApiV1EreportingGeneratePost(createEReportingRequest, options);
541
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
542
+ const localVarOperationServerBasePath = operationServerMap['EReportingApi.generateEreportingApiV1EreportingGeneratePost']?.[localVarOperationServerIndex]?.url;
543
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
544
+ },
545
+ /**
546
+ * Generate e-reporting XML and return as downloadable file.
547
+ * @summary Generate and download e-reporting XML
548
+ * @param {CreateEReportingRequest} createEReportingRequest
549
+ * @param {string | null} [filename] Output filename (default: ereporting_{reportId}.xml)
550
+ * @param {*} [options] Override http request option.
551
+ * @throws {RequiredError}
552
+ */
553
+ async generateEreportingDownloadApiV1EreportingGenerateDownloadPost(createEReportingRequest: CreateEReportingRequest, filename?: string | null, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
554
+ const localVarAxiosArgs = await localVarAxiosParamCreator.generateEreportingDownloadApiV1EreportingGenerateDownloadPost(createEReportingRequest, filename, options);
555
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
556
+ const localVarOperationServerBasePath = operationServerMap['EReportingApi.generateEreportingDownloadApiV1EreportingGenerateDownloadPost']?.[localVarOperationServerIndex]?.url;
557
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
558
+ },
559
+ /**
560
+ * Returns the list of valid CategoryCode values (TT-81) for e-reporting transactions. Source: Annexe 6 - Format sémantique FE e-reporting v1.9
561
+ * @summary List PPF-compliant category codes
562
+ * @param {*} [options] Override http request option.
563
+ * @throws {RequiredError}
564
+ */
565
+ async listCategoryCodesApiV1EreportingCategoryCodesGet(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: any; }>> {
566
+ const localVarAxiosArgs = await localVarAxiosParamCreator.listCategoryCodesApiV1EreportingCategoryCodesGet(options);
567
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
568
+ const localVarOperationServerBasePath = operationServerMap['EReportingApi.listCategoryCodesApiV1EreportingCategoryCodesGet']?.[localVarOperationServerIndex]?.url;
569
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
570
+ },
571
+ /**
572
+ * Returns the list of supported e-reporting flow types with descriptions.
573
+ * @summary List available flow types
574
+ * @param {*} [options] Override http request option.
575
+ * @throws {RequiredError}
576
+ */
577
+ async listFlowTypesApiV1EreportingFlowTypesGet(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: any; }>> {
578
+ const localVarAxiosArgs = await localVarAxiosParamCreator.listFlowTypesApiV1EreportingFlowTypesGet(options);
579
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
580
+ const localVarOperationServerBasePath = operationServerMap['EReportingApi.listFlowTypesApiV1EreportingFlowTypesGet']?.[localVarOperationServerIndex]?.url;
581
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
582
+ },
583
+ /**
584
+ * Generate and submit a PPF-compliant aggregated e-reporting to a PA/PDP. Combines generation and submission in a single call. Automatically determines the AFNOR FlowType based on content.
585
+ * @summary Submit aggregated e-reporting to PA/PDP
586
+ * @param {SubmitAggregatedReportRequest} submitAggregatedReportRequest
587
+ * @param {*} [options] Override http request option.
588
+ * @throws {RequiredError}
589
+ */
590
+ async submitAggregatedEreportingApiV1EreportingSubmitAggregatedPost(submitAggregatedReportRequest: SubmitAggregatedReportRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SubmitEReportingResponse>> {
591
+ const localVarAxiosArgs = await localVarAxiosParamCreator.submitAggregatedEreportingApiV1EreportingSubmitAggregatedPost(submitAggregatedReportRequest, options);
592
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
593
+ const localVarOperationServerBasePath = operationServerMap['EReportingApi.submitAggregatedEreportingApiV1EreportingSubmitAggregatedPost']?.[localVarOperationServerIndex]?.url;
594
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
595
+ },
596
+ /**
597
+ * Generate and submit e-reporting to a PA (Plateforme Agréée). Authentication strategies (same as invoices): 1. **JWT with client_uid** (recommended): PDP credentials fetched from backend 2. **Zero-storage**: Provide pdpFlowServiceUrl, pdpClientId, pdpClientSecret in request The e-reporting is submitted using the AFNOR Flow Service API with syntax=FRR (FRench Reporting).
598
+ * @summary Submit e-reporting to PA/PDP
599
+ * @param {SubmitEReportingRequest} submitEReportingRequest
600
+ * @param {*} [options] Override http request option.
601
+ * @throws {RequiredError}
602
+ */
603
+ async submitEreportingApiV1EreportingSubmitPost(submitEReportingRequest: SubmitEReportingRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SubmitEReportingResponse>> {
604
+ const localVarAxiosArgs = await localVarAxiosParamCreator.submitEreportingApiV1EreportingSubmitPost(submitEReportingRequest, options);
605
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
606
+ const localVarOperationServerBasePath = operationServerMap['EReportingApi.submitEreportingApiV1EreportingSubmitPost']?.[localVarOperationServerIndex]?.url;
607
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
608
+ },
609
+ /**
610
+ * Submit a pre-generated e-reporting XML file directly to a PA/PDP. This endpoint is designed for clients who generate their own PPF-compliant XML and only need FactPulse for the PDP submission. **Process:** 1. Validates the XML against PPF XSD schemas 2. Determines the appropriate AFNOR FlowType 3. Submits to the configured PDP/PA 4. Returns the flowId for tracking **Authentication:** Same strategies as /submit endpoint (JWT or zero-storage credentials).
611
+ * @summary Submit pre-generated e-reporting XML
612
+ * @param {File} xmlFile E-reporting XML file
613
+ * @param {string | null} [trackingId]
614
+ * @param {boolean} [skipValidation] Skip XSD validation
615
+ * @param {string | null} [pdpFlowServiceUrl]
616
+ * @param {string | null} [pdpTokenUrl]
617
+ * @param {string | null} [pdpClientId]
618
+ * @param {string | null} [pdpClientSecret]
619
+ * @param {*} [options] Override http request option.
620
+ * @throws {RequiredError}
621
+ */
622
+ async submitXmlEreportingApiV1EreportingSubmitXmlPost(xmlFile: File, trackingId?: string | null, skipValidation?: boolean, pdpFlowServiceUrl?: string | null, pdpTokenUrl?: string | null, pdpClientId?: string | null, pdpClientSecret?: string | null, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SubmitEReportingResponse>> {
623
+ const localVarAxiosArgs = await localVarAxiosParamCreator.submitXmlEreportingApiV1EreportingSubmitXmlPost(xmlFile, trackingId, skipValidation, pdpFlowServiceUrl, pdpTokenUrl, pdpClientId, pdpClientSecret, options);
624
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
625
+ const localVarOperationServerBasePath = operationServerMap['EReportingApi.submitXmlEreportingApiV1EreportingSubmitXmlPost']?.[localVarOperationServerIndex]?.url;
626
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
627
+ },
628
+ /**
629
+ * Validates aggregated e-reporting data without generating XML.
630
+ * @summary Validate aggregated e-reporting data
631
+ * @param {CreateAggregatedReportRequest} createAggregatedReportRequest
632
+ * @param {*} [options] Override http request option.
633
+ * @throws {RequiredError}
634
+ */
635
+ async validateAggregatedEreportingApiV1EreportingValidateAggregatedPost(createAggregatedReportRequest: CreateAggregatedReportRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: any; }>> {
636
+ const localVarAxiosArgs = await localVarAxiosParamCreator.validateAggregatedEreportingApiV1EreportingValidateAggregatedPost(createAggregatedReportRequest, options);
637
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
638
+ const localVarOperationServerBasePath = operationServerMap['EReportingApi.validateAggregatedEreportingApiV1EreportingValidateAggregatedPost']?.[localVarOperationServerIndex]?.url;
639
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
640
+ },
641
+ /**
642
+ * Validate e-reporting data without generating or submitting. Performs: - Schema validation - Business rule validation (correct flux type vs data) - Data consistency checks (tax totals, dates, etc.) Returns validation errors and warnings.
643
+ * @summary Validate e-reporting data
644
+ * @param {ValidateEReportingRequest} validateEReportingRequest
645
+ * @param {*} [options] Override http request option.
646
+ * @throws {RequiredError}
647
+ */
648
+ async validateEreportingApiV1EreportingValidatePost(validateEReportingRequest: ValidateEReportingRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ValidateEReportingResponse>> {
649
+ const localVarAxiosArgs = await localVarAxiosParamCreator.validateEreportingApiV1EreportingValidatePost(validateEReportingRequest, options);
650
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
651
+ const localVarOperationServerBasePath = operationServerMap['EReportingApi.validateEreportingApiV1EreportingValidatePost']?.[localVarOperationServerIndex]?.url;
652
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
653
+ },
654
+ /**
655
+ * Validates an e-reporting XML file against: 1. **XSD schemas**: Official PPF e-reporting XSD (structure, types, cardinality) 2. **Business rules**: ISO codes and enum validation - Currency codes (ISO 4217: EUR, USD, GBP, etc.) - Country codes (ISO 3166-1 alpha-2: FR, DE, US, etc.) - Scheme IDs (0009=SIRET, 0002=SIREN, etc.) - Role codes (UNCL 3035: SE=Seller, BY=Buyer, WK=Working party, etc.) Returns validation status and detailed error messages if invalid.
656
+ * @summary Validate e-reporting XML against PPF XSD schemas and business rules
657
+ * @param {File} xmlFile E-reporting XML file to validate
658
+ * @param {boolean} [validateBusinessRules] Also validate business rules (ISO codes, enums)
659
+ * @param {*} [options] Override http request option.
660
+ * @throws {RequiredError}
661
+ */
662
+ async validateXmlEreportingApiV1EreportingValidateXmlPost(xmlFile: File, validateBusinessRules?: boolean, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: any; }>> {
663
+ const localVarAxiosArgs = await localVarAxiosParamCreator.validateXmlEreportingApiV1EreportingValidateXmlPost(xmlFile, validateBusinessRules, options);
664
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
665
+ const localVarOperationServerBasePath = operationServerMap['EReportingApi.validateXmlEreportingApiV1EreportingValidateXmlPost']?.[localVarOperationServerIndex]?.url;
666
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
667
+ },
668
+ }
669
+ };
670
+
671
+ /**
672
+ * EReportingApi - factory interface
673
+ */
674
+ export const EReportingApiFactory = function (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) {
675
+ const localVarFp = EReportingApiFp(configuration)
676
+ return {
677
+ /**
678
+ * Generate a PPF-compliant aggregated e-reporting XML containing multiple flux types in a single file. This endpoint creates a Report XML that can contain: - **TransactionsReport**: Invoice (10.1) AND/OR Transactions (10.3) - **PaymentsReport**: Invoice payments (10.2) AND/OR Transaction payments (10.4) The AFNOR FlowType is automatically determined based on content: - Single type → Specific FlowType (e.g., AggregatedCustomerTransactionReport) - Multiple types → MultiFlowReport **CategoryCode (TT-81)** must use PPF-compliant values: - TLB1: Goods deliveries - TPS1: Service provisions - TNT1: Non-taxed transactions - TMA1: Mixed transactions
679
+ * @summary Generate aggregated e-reporting XML (PPF-compliant)
680
+ * @param {CreateAggregatedReportRequest} createAggregatedReportRequest
681
+ * @param {*} [options] Override http request option.
682
+ * @throws {RequiredError}
683
+ */
684
+ generateAggregatedEreportingApiV1EreportingGenerateAggregatedPost(createAggregatedReportRequest: CreateAggregatedReportRequest, options?: RawAxiosRequestConfig): AxiosPromise<GenerateAggregatedReportResponse> {
685
+ return localVarFp.generateAggregatedEreportingApiV1EreportingGenerateAggregatedPost(createAggregatedReportRequest, options).then((request) => request(axios, basePath));
686
+ },
687
+ /**
688
+ * Generate e-reporting XML (FRR format) from structured data. Supports all four flow types: - **10.1**: Unitary B2B international transactions (use `invoices` field) - **10.2**: Payments for B2B international invoices (use `invoicePayments` field) - **10.3**: Aggregated B2C transactions (use `transactions` field) - **10.4**: Aggregated B2C payments (use `aggregatedPayments` field) The generated XML is compliant with DGFIP specifications and ready for submission to a PA (Plateforme Agréée).
689
+ * @summary Generate e-reporting XML
690
+ * @param {CreateEReportingRequest} createEReportingRequest
691
+ * @param {*} [options] Override http request option.
692
+ * @throws {RequiredError}
693
+ */
694
+ generateEreportingApiV1EreportingGeneratePost(createEReportingRequest: CreateEReportingRequest, options?: RawAxiosRequestConfig): AxiosPromise<GenerateEReportingResponse> {
695
+ return localVarFp.generateEreportingApiV1EreportingGeneratePost(createEReportingRequest, options).then((request) => request(axios, basePath));
696
+ },
697
+ /**
698
+ * Generate e-reporting XML and return as downloadable file.
699
+ * @summary Generate and download e-reporting XML
700
+ * @param {CreateEReportingRequest} createEReportingRequest
701
+ * @param {string | null} [filename] Output filename (default: ereporting_{reportId}.xml)
702
+ * @param {*} [options] Override http request option.
703
+ * @throws {RequiredError}
704
+ */
705
+ generateEreportingDownloadApiV1EreportingGenerateDownloadPost(createEReportingRequest: CreateEReportingRequest, filename?: string | null, options?: RawAxiosRequestConfig): AxiosPromise<void> {
706
+ return localVarFp.generateEreportingDownloadApiV1EreportingGenerateDownloadPost(createEReportingRequest, filename, options).then((request) => request(axios, basePath));
707
+ },
708
+ /**
709
+ * Returns the list of valid CategoryCode values (TT-81) for e-reporting transactions. Source: Annexe 6 - Format sémantique FE e-reporting v1.9
710
+ * @summary List PPF-compliant category codes
711
+ * @param {*} [options] Override http request option.
712
+ * @throws {RequiredError}
713
+ */
714
+ listCategoryCodesApiV1EreportingCategoryCodesGet(options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: any; }> {
715
+ return localVarFp.listCategoryCodesApiV1EreportingCategoryCodesGet(options).then((request) => request(axios, basePath));
716
+ },
717
+ /**
718
+ * Returns the list of supported e-reporting flow types with descriptions.
719
+ * @summary List available flow types
720
+ * @param {*} [options] Override http request option.
721
+ * @throws {RequiredError}
722
+ */
723
+ listFlowTypesApiV1EreportingFlowTypesGet(options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: any; }> {
724
+ return localVarFp.listFlowTypesApiV1EreportingFlowTypesGet(options).then((request) => request(axios, basePath));
725
+ },
726
+ /**
727
+ * Generate and submit a PPF-compliant aggregated e-reporting to a PA/PDP. Combines generation and submission in a single call. Automatically determines the AFNOR FlowType based on content.
728
+ * @summary Submit aggregated e-reporting to PA/PDP
729
+ * @param {SubmitAggregatedReportRequest} submitAggregatedReportRequest
730
+ * @param {*} [options] Override http request option.
731
+ * @throws {RequiredError}
732
+ */
733
+ submitAggregatedEreportingApiV1EreportingSubmitAggregatedPost(submitAggregatedReportRequest: SubmitAggregatedReportRequest, options?: RawAxiosRequestConfig): AxiosPromise<SubmitEReportingResponse> {
734
+ return localVarFp.submitAggregatedEreportingApiV1EreportingSubmitAggregatedPost(submitAggregatedReportRequest, options).then((request) => request(axios, basePath));
735
+ },
736
+ /**
737
+ * Generate and submit e-reporting to a PA (Plateforme Agréée). Authentication strategies (same as invoices): 1. **JWT with client_uid** (recommended): PDP credentials fetched from backend 2. **Zero-storage**: Provide pdpFlowServiceUrl, pdpClientId, pdpClientSecret in request The e-reporting is submitted using the AFNOR Flow Service API with syntax=FRR (FRench Reporting).
738
+ * @summary Submit e-reporting to PA/PDP
739
+ * @param {SubmitEReportingRequest} submitEReportingRequest
740
+ * @param {*} [options] Override http request option.
741
+ * @throws {RequiredError}
742
+ */
743
+ submitEreportingApiV1EreportingSubmitPost(submitEReportingRequest: SubmitEReportingRequest, options?: RawAxiosRequestConfig): AxiosPromise<SubmitEReportingResponse> {
744
+ return localVarFp.submitEreportingApiV1EreportingSubmitPost(submitEReportingRequest, options).then((request) => request(axios, basePath));
745
+ },
746
+ /**
747
+ * Submit a pre-generated e-reporting XML file directly to a PA/PDP. This endpoint is designed for clients who generate their own PPF-compliant XML and only need FactPulse for the PDP submission. **Process:** 1. Validates the XML against PPF XSD schemas 2. Determines the appropriate AFNOR FlowType 3. Submits to the configured PDP/PA 4. Returns the flowId for tracking **Authentication:** Same strategies as /submit endpoint (JWT or zero-storage credentials).
748
+ * @summary Submit pre-generated e-reporting XML
749
+ * @param {File} xmlFile E-reporting XML file
750
+ * @param {string | null} [trackingId]
751
+ * @param {boolean} [skipValidation] Skip XSD validation
752
+ * @param {string | null} [pdpFlowServiceUrl]
753
+ * @param {string | null} [pdpTokenUrl]
754
+ * @param {string | null} [pdpClientId]
755
+ * @param {string | null} [pdpClientSecret]
756
+ * @param {*} [options] Override http request option.
757
+ * @throws {RequiredError}
758
+ */
759
+ submitXmlEreportingApiV1EreportingSubmitXmlPost(xmlFile: File, trackingId?: string | null, skipValidation?: boolean, pdpFlowServiceUrl?: string | null, pdpTokenUrl?: string | null, pdpClientId?: string | null, pdpClientSecret?: string | null, options?: RawAxiosRequestConfig): AxiosPromise<SubmitEReportingResponse> {
760
+ return localVarFp.submitXmlEreportingApiV1EreportingSubmitXmlPost(xmlFile, trackingId, skipValidation, pdpFlowServiceUrl, pdpTokenUrl, pdpClientId, pdpClientSecret, options).then((request) => request(axios, basePath));
761
+ },
762
+ /**
763
+ * Validates aggregated e-reporting data without generating XML.
764
+ * @summary Validate aggregated e-reporting data
765
+ * @param {CreateAggregatedReportRequest} createAggregatedReportRequest
766
+ * @param {*} [options] Override http request option.
767
+ * @throws {RequiredError}
768
+ */
769
+ validateAggregatedEreportingApiV1EreportingValidateAggregatedPost(createAggregatedReportRequest: CreateAggregatedReportRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: any; }> {
770
+ return localVarFp.validateAggregatedEreportingApiV1EreportingValidateAggregatedPost(createAggregatedReportRequest, options).then((request) => request(axios, basePath));
771
+ },
772
+ /**
773
+ * Validate e-reporting data without generating or submitting. Performs: - Schema validation - Business rule validation (correct flux type vs data) - Data consistency checks (tax totals, dates, etc.) Returns validation errors and warnings.
774
+ * @summary Validate e-reporting data
775
+ * @param {ValidateEReportingRequest} validateEReportingRequest
776
+ * @param {*} [options] Override http request option.
777
+ * @throws {RequiredError}
778
+ */
779
+ validateEreportingApiV1EreportingValidatePost(validateEReportingRequest: ValidateEReportingRequest, options?: RawAxiosRequestConfig): AxiosPromise<ValidateEReportingResponse> {
780
+ return localVarFp.validateEreportingApiV1EreportingValidatePost(validateEReportingRequest, options).then((request) => request(axios, basePath));
781
+ },
782
+ /**
783
+ * Validates an e-reporting XML file against: 1. **XSD schemas**: Official PPF e-reporting XSD (structure, types, cardinality) 2. **Business rules**: ISO codes and enum validation - Currency codes (ISO 4217: EUR, USD, GBP, etc.) - Country codes (ISO 3166-1 alpha-2: FR, DE, US, etc.) - Scheme IDs (0009=SIRET, 0002=SIREN, etc.) - Role codes (UNCL 3035: SE=Seller, BY=Buyer, WK=Working party, etc.) Returns validation status and detailed error messages if invalid.
784
+ * @summary Validate e-reporting XML against PPF XSD schemas and business rules
785
+ * @param {File} xmlFile E-reporting XML file to validate
786
+ * @param {boolean} [validateBusinessRules] Also validate business rules (ISO codes, enums)
787
+ * @param {*} [options] Override http request option.
788
+ * @throws {RequiredError}
789
+ */
790
+ validateXmlEreportingApiV1EreportingValidateXmlPost(xmlFile: File, validateBusinessRules?: boolean, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: any; }> {
791
+ return localVarFp.validateXmlEreportingApiV1EreportingValidateXmlPost(xmlFile, validateBusinessRules, options).then((request) => request(axios, basePath));
792
+ },
793
+ };
794
+ };
795
+
796
+ /**
797
+ * EReportingApi - object-oriented interface
798
+ */
799
+ export class EReportingApi extends BaseAPI {
800
+ /**
801
+ * Generate a PPF-compliant aggregated e-reporting XML containing multiple flux types in a single file. This endpoint creates a Report XML that can contain: - **TransactionsReport**: Invoice (10.1) AND/OR Transactions (10.3) - **PaymentsReport**: Invoice payments (10.2) AND/OR Transaction payments (10.4) The AFNOR FlowType is automatically determined based on content: - Single type → Specific FlowType (e.g., AggregatedCustomerTransactionReport) - Multiple types → MultiFlowReport **CategoryCode (TT-81)** must use PPF-compliant values: - TLB1: Goods deliveries - TPS1: Service provisions - TNT1: Non-taxed transactions - TMA1: Mixed transactions
802
+ * @summary Generate aggregated e-reporting XML (PPF-compliant)
803
+ * @param {CreateAggregatedReportRequest} createAggregatedReportRequest
804
+ * @param {*} [options] Override http request option.
805
+ * @throws {RequiredError}
806
+ */
807
+ public generateAggregatedEreportingApiV1EreportingGenerateAggregatedPost(createAggregatedReportRequest: CreateAggregatedReportRequest, options?: RawAxiosRequestConfig) {
808
+ return EReportingApiFp(this.configuration).generateAggregatedEreportingApiV1EreportingGenerateAggregatedPost(createAggregatedReportRequest, options).then((request) => request(this.axios, this.basePath));
809
+ }
810
+
811
+ /**
812
+ * Generate e-reporting XML (FRR format) from structured data. Supports all four flow types: - **10.1**: Unitary B2B international transactions (use `invoices` field) - **10.2**: Payments for B2B international invoices (use `invoicePayments` field) - **10.3**: Aggregated B2C transactions (use `transactions` field) - **10.4**: Aggregated B2C payments (use `aggregatedPayments` field) The generated XML is compliant with DGFIP specifications and ready for submission to a PA (Plateforme Agréée).
813
+ * @summary Generate e-reporting XML
814
+ * @param {CreateEReportingRequest} createEReportingRequest
815
+ * @param {*} [options] Override http request option.
816
+ * @throws {RequiredError}
817
+ */
818
+ public generateEreportingApiV1EreportingGeneratePost(createEReportingRequest: CreateEReportingRequest, options?: RawAxiosRequestConfig) {
819
+ return EReportingApiFp(this.configuration).generateEreportingApiV1EreportingGeneratePost(createEReportingRequest, options).then((request) => request(this.axios, this.basePath));
820
+ }
821
+
822
+ /**
823
+ * Generate e-reporting XML and return as downloadable file.
824
+ * @summary Generate and download e-reporting XML
825
+ * @param {CreateEReportingRequest} createEReportingRequest
826
+ * @param {string | null} [filename] Output filename (default: ereporting_{reportId}.xml)
827
+ * @param {*} [options] Override http request option.
828
+ * @throws {RequiredError}
829
+ */
830
+ public generateEreportingDownloadApiV1EreportingGenerateDownloadPost(createEReportingRequest: CreateEReportingRequest, filename?: string | null, options?: RawAxiosRequestConfig) {
831
+ return EReportingApiFp(this.configuration).generateEreportingDownloadApiV1EreportingGenerateDownloadPost(createEReportingRequest, filename, options).then((request) => request(this.axios, this.basePath));
832
+ }
833
+
834
+ /**
835
+ * Returns the list of valid CategoryCode values (TT-81) for e-reporting transactions. Source: Annexe 6 - Format sémantique FE e-reporting v1.9
836
+ * @summary List PPF-compliant category codes
837
+ * @param {*} [options] Override http request option.
838
+ * @throws {RequiredError}
839
+ */
840
+ public listCategoryCodesApiV1EreportingCategoryCodesGet(options?: RawAxiosRequestConfig) {
841
+ return EReportingApiFp(this.configuration).listCategoryCodesApiV1EreportingCategoryCodesGet(options).then((request) => request(this.axios, this.basePath));
842
+ }
843
+
844
+ /**
845
+ * Returns the list of supported e-reporting flow types with descriptions.
846
+ * @summary List available flow types
847
+ * @param {*} [options] Override http request option.
848
+ * @throws {RequiredError}
849
+ */
850
+ public listFlowTypesApiV1EreportingFlowTypesGet(options?: RawAxiosRequestConfig) {
851
+ return EReportingApiFp(this.configuration).listFlowTypesApiV1EreportingFlowTypesGet(options).then((request) => request(this.axios, this.basePath));
852
+ }
853
+
854
+ /**
855
+ * Generate and submit a PPF-compliant aggregated e-reporting to a PA/PDP. Combines generation and submission in a single call. Automatically determines the AFNOR FlowType based on content.
856
+ * @summary Submit aggregated e-reporting to PA/PDP
857
+ * @param {SubmitAggregatedReportRequest} submitAggregatedReportRequest
858
+ * @param {*} [options] Override http request option.
859
+ * @throws {RequiredError}
860
+ */
861
+ public submitAggregatedEreportingApiV1EreportingSubmitAggregatedPost(submitAggregatedReportRequest: SubmitAggregatedReportRequest, options?: RawAxiosRequestConfig) {
862
+ return EReportingApiFp(this.configuration).submitAggregatedEreportingApiV1EreportingSubmitAggregatedPost(submitAggregatedReportRequest, options).then((request) => request(this.axios, this.basePath));
863
+ }
864
+
865
+ /**
866
+ * Generate and submit e-reporting to a PA (Plateforme Agréée). Authentication strategies (same as invoices): 1. **JWT with client_uid** (recommended): PDP credentials fetched from backend 2. **Zero-storage**: Provide pdpFlowServiceUrl, pdpClientId, pdpClientSecret in request The e-reporting is submitted using the AFNOR Flow Service API with syntax=FRR (FRench Reporting).
867
+ * @summary Submit e-reporting to PA/PDP
868
+ * @param {SubmitEReportingRequest} submitEReportingRequest
869
+ * @param {*} [options] Override http request option.
870
+ * @throws {RequiredError}
871
+ */
872
+ public submitEreportingApiV1EreportingSubmitPost(submitEReportingRequest: SubmitEReportingRequest, options?: RawAxiosRequestConfig) {
873
+ return EReportingApiFp(this.configuration).submitEreportingApiV1EreportingSubmitPost(submitEReportingRequest, options).then((request) => request(this.axios, this.basePath));
874
+ }
875
+
876
+ /**
877
+ * Submit a pre-generated e-reporting XML file directly to a PA/PDP. This endpoint is designed for clients who generate their own PPF-compliant XML and only need FactPulse for the PDP submission. **Process:** 1. Validates the XML against PPF XSD schemas 2. Determines the appropriate AFNOR FlowType 3. Submits to the configured PDP/PA 4. Returns the flowId for tracking **Authentication:** Same strategies as /submit endpoint (JWT or zero-storage credentials).
878
+ * @summary Submit pre-generated e-reporting XML
879
+ * @param {File} xmlFile E-reporting XML file
880
+ * @param {string | null} [trackingId]
881
+ * @param {boolean} [skipValidation] Skip XSD validation
882
+ * @param {string | null} [pdpFlowServiceUrl]
883
+ * @param {string | null} [pdpTokenUrl]
884
+ * @param {string | null} [pdpClientId]
885
+ * @param {string | null} [pdpClientSecret]
886
+ * @param {*} [options] Override http request option.
887
+ * @throws {RequiredError}
888
+ */
889
+ public submitXmlEreportingApiV1EreportingSubmitXmlPost(xmlFile: File, trackingId?: string | null, skipValidation?: boolean, pdpFlowServiceUrl?: string | null, pdpTokenUrl?: string | null, pdpClientId?: string | null, pdpClientSecret?: string | null, options?: RawAxiosRequestConfig) {
890
+ return EReportingApiFp(this.configuration).submitXmlEreportingApiV1EreportingSubmitXmlPost(xmlFile, trackingId, skipValidation, pdpFlowServiceUrl, pdpTokenUrl, pdpClientId, pdpClientSecret, options).then((request) => request(this.axios, this.basePath));
891
+ }
892
+
893
+ /**
894
+ * Validates aggregated e-reporting data without generating XML.
895
+ * @summary Validate aggregated e-reporting data
896
+ * @param {CreateAggregatedReportRequest} createAggregatedReportRequest
897
+ * @param {*} [options] Override http request option.
898
+ * @throws {RequiredError}
899
+ */
900
+ public validateAggregatedEreportingApiV1EreportingValidateAggregatedPost(createAggregatedReportRequest: CreateAggregatedReportRequest, options?: RawAxiosRequestConfig) {
901
+ return EReportingApiFp(this.configuration).validateAggregatedEreportingApiV1EreportingValidateAggregatedPost(createAggregatedReportRequest, options).then((request) => request(this.axios, this.basePath));
902
+ }
903
+
904
+ /**
905
+ * Validate e-reporting data without generating or submitting. Performs: - Schema validation - Business rule validation (correct flux type vs data) - Data consistency checks (tax totals, dates, etc.) Returns validation errors and warnings.
906
+ * @summary Validate e-reporting data
907
+ * @param {ValidateEReportingRequest} validateEReportingRequest
908
+ * @param {*} [options] Override http request option.
909
+ * @throws {RequiredError}
910
+ */
911
+ public validateEreportingApiV1EreportingValidatePost(validateEReportingRequest: ValidateEReportingRequest, options?: RawAxiosRequestConfig) {
912
+ return EReportingApiFp(this.configuration).validateEreportingApiV1EreportingValidatePost(validateEReportingRequest, options).then((request) => request(this.axios, this.basePath));
913
+ }
914
+
915
+ /**
916
+ * Validates an e-reporting XML file against: 1. **XSD schemas**: Official PPF e-reporting XSD (structure, types, cardinality) 2. **Business rules**: ISO codes and enum validation - Currency codes (ISO 4217: EUR, USD, GBP, etc.) - Country codes (ISO 3166-1 alpha-2: FR, DE, US, etc.) - Scheme IDs (0009=SIRET, 0002=SIREN, etc.) - Role codes (UNCL 3035: SE=Seller, BY=Buyer, WK=Working party, etc.) Returns validation status and detailed error messages if invalid.
917
+ * @summary Validate e-reporting XML against PPF XSD schemas and business rules
918
+ * @param {File} xmlFile E-reporting XML file to validate
919
+ * @param {boolean} [validateBusinessRules] Also validate business rules (ISO codes, enums)
920
+ * @param {*} [options] Override http request option.
921
+ * @throws {RequiredError}
922
+ */
923
+ public validateXmlEreportingApiV1EreportingValidateXmlPost(xmlFile: File, validateBusinessRules?: boolean, options?: RawAxiosRequestConfig) {
924
+ return EReportingApiFp(this.configuration).validateXmlEreportingApiV1EreportingValidateXmlPost(xmlFile, validateBusinessRules, options).then((request) => request(this.axios, this.basePath));
925
+ }
926
+ }
927
+