@factpulse/sdk 2.0.12 → 3.0.1

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 (1280) hide show
  1. package/.github/SETUP_GITHUB_ACTIONS.md +70 -8
  2. package/.github/workflows/publish-npm.yml +5 -7
  3. package/.openapi-generator/FILES +206 -174
  4. package/CHANGELOG.md +3 -3
  5. package/README.md +181 -132
  6. package/api/afnorpdppaapi.ts +159 -10
  7. package/api/afnorpdppadirectory-service-api.ts +78 -78
  8. package/api/afnorpdppaflow-service-api.ts +30 -30
  9. package/api/chorus-pro-api.ts +358 -388
  10. package/api/health-api.ts +176 -0
  11. package/api/invoice-processing-api.ts +1083 -0
  12. package/api/pdfxmlverification-api.ts +536 -0
  13. package/api/user-api.ts +119 -0
  14. package/api.ts +6 -5
  15. package/base.ts +2 -2
  16. package/common.ts +2 -2
  17. package/configuration.ts +2 -2
  18. package/dist/api/afnorpdppaapi.d.ts +75 -10
  19. package/dist/api/afnorpdppaapi.js +152 -11
  20. package/dist/api/afnorpdppadirectory-service-api.d.ts +78 -78
  21. package/dist/api/afnorpdppadirectory-service-api.js +82 -79
  22. package/dist/api/afnorpdppaflow-service-api.d.ts +30 -30
  23. package/dist/api/afnorpdppaflow-service-api.js +34 -31
  24. package/dist/api/chorus-pro-api.d.ts +345 -280
  25. package/dist/api/chorus-pro-api.js +351 -356
  26. package/dist/api/health-api.d.ts +90 -0
  27. package/dist/api/health-api.js +184 -0
  28. package/dist/api/invoice-processing-api.d.ts +480 -0
  29. package/dist/api/invoice-processing-api.js +1010 -0
  30. package/dist/api/pdfxmlverification-api.d.ts +237 -0
  31. package/dist/api/pdfxmlverification-api.js +514 -0
  32. package/dist/api/user-api.d.ts +62 -0
  33. package/dist/api/user-api.js +128 -0
  34. package/dist/api.d.ts +6 -5
  35. package/dist/api.js +6 -5
  36. package/dist/base.d.ts +2 -2
  37. package/dist/base.js +6 -3
  38. package/dist/common.d.ts +2 -2
  39. package/dist/common.js +2 -2
  40. package/dist/configuration.d.ts +2 -2
  41. package/dist/configuration.js +2 -2
  42. package/dist/esm/api/afnorpdppaapi.d.ts +75 -10
  43. package/dist/esm/api/afnorpdppaapi.js +149 -11
  44. package/dist/esm/api/afnorpdppadirectory-service-api.d.ts +78 -78
  45. package/dist/esm/api/afnorpdppadirectory-service-api.js +78 -78
  46. package/dist/esm/api/afnorpdppaflow-service-api.d.ts +30 -30
  47. package/dist/esm/api/afnorpdppaflow-service-api.js +30 -30
  48. package/dist/esm/api/chorus-pro-api.d.ts +345 -280
  49. package/dist/esm/api/chorus-pro-api.js +347 -355
  50. package/dist/esm/api/health-api.d.ts +90 -0
  51. package/dist/esm/api/health-api.js +174 -0
  52. package/dist/esm/api/invoice-processing-api.d.ts +480 -0
  53. package/dist/esm/api/invoice-processing-api.js +1000 -0
  54. package/dist/esm/api/pdfxmlverification-api.d.ts +237 -0
  55. package/dist/esm/api/pdfxmlverification-api.js +504 -0
  56. package/dist/esm/api/user-api.d.ts +62 -0
  57. package/dist/esm/api/user-api.js +118 -0
  58. package/dist/esm/api.d.ts +6 -5
  59. package/dist/esm/api.js +6 -5
  60. package/dist/esm/base.d.ts +2 -2
  61. package/dist/esm/base.js +2 -2
  62. package/dist/esm/common.d.ts +2 -2
  63. package/dist/esm/common.js +2 -2
  64. package/dist/esm/configuration.d.ts +2 -2
  65. package/dist/esm/configuration.js +2 -2
  66. package/dist/esm/index.d.ts +2 -2
  67. package/dist/esm/index.js +2 -2
  68. package/dist/esm/models/acknowledgment-status.d.ts +20 -0
  69. package/dist/esm/models/acknowledgment-status.js +21 -0
  70. package/dist/esm/models/afnorcredentials.d.ts +19 -0
  71. package/dist/esm/models/afnorcredentials.js +14 -0
  72. package/dist/esm/models/afnordestination.d.ts +34 -0
  73. package/dist/esm/models/afnordestination.js +21 -0
  74. package/dist/esm/models/afnorhealth-check-response.d.ts +28 -0
  75. package/dist/esm/models/afnorhealth-check-response.js +14 -0
  76. package/dist/esm/models/afnorresult.d.ts +30 -0
  77. package/dist/esm/models/afnorresult.js +14 -0
  78. package/dist/esm/models/allowance-reason-code.d.ts +24 -0
  79. package/dist/esm/models/allowance-reason-code.js +25 -0
  80. package/dist/esm/models/amount-due.d.ts +16 -0
  81. package/dist/esm/models/amount-due.js +14 -0
  82. package/dist/esm/models/apierror.d.ts +26 -0
  83. package/dist/esm/models/apierror.js +14 -0
  84. package/dist/esm/models/apiprofile.d.ts +21 -0
  85. package/dist/esm/models/apiprofile.js +22 -0
  86. package/dist/esm/models/bounding-box-schema.d.ts +44 -0
  87. package/dist/esm/models/bounding-box-schema.js +14 -0
  88. package/dist/esm/models/celery-status.d.ts +22 -0
  89. package/dist/esm/models/celery-status.js +23 -0
  90. package/dist/esm/models/certificate-info-response.d.ts +23 -23
  91. package/dist/esm/models/certificate-info-response.js +2 -2
  92. package/dist/esm/models/chorus-pro-destination.d.ts +23 -0
  93. package/dist/esm/models/chorus-pro-destination.js +16 -0
  94. package/dist/esm/models/chorus-pro-result.d.ts +22 -0
  95. package/dist/esm/models/chorus-pro-result.js +14 -0
  96. package/dist/esm/models/destination.d.ts +7 -7
  97. package/dist/esm/models/destination.js +2 -2
  98. package/dist/esm/models/document-type.d.ts +37 -0
  99. package/dist/esm/models/document-type.js +38 -0
  100. package/dist/esm/models/electronic-address.d.ts +19 -0
  101. package/dist/esm/models/electronic-address.js +14 -0
  102. package/dist/esm/models/enriched-invoice-info.d.ts +24 -0
  103. package/dist/esm/models/enriched-invoice-info.js +14 -0
  104. package/dist/esm/models/error-level.d.ts +16 -0
  105. package/dist/esm/models/error-level.js +17 -0
  106. package/dist/esm/models/error-source.d.ts +22 -0
  107. package/dist/esm/models/error-source.js +23 -0
  108. package/dist/esm/models/factur-xpdfinfo.d.ts +28 -0
  109. package/dist/esm/models/factur-xpdfinfo.js +14 -0
  110. package/dist/esm/models/facture-electronique-rest-api-schemas-chorus-pro-chorus-pro-credentials.d.ts +36 -0
  111. package/dist/esm/models/facture-electronique-rest-api-schemas-chorus-pro-chorus-pro-credentials.js +14 -0
  112. package/dist/esm/models/facture-electronique-rest-api-schemas-processing-chorus-pro-credentials.d.ts +24 -0
  113. package/dist/esm/models/facture-electronique-rest-api-schemas-processing-chorus-pro-credentials.js +14 -0
  114. package/dist/esm/models/facture-factur-x.d.ts +30 -28
  115. package/dist/esm/models/facture-factur-x.js +2 -2
  116. package/dist/esm/models/field-status.d.ts +22 -0
  117. package/dist/esm/models/field-status.js +23 -0
  118. package/dist/esm/models/flow-direction.d.ts +19 -0
  119. package/dist/esm/models/flow-direction.js +20 -0
  120. package/dist/esm/models/flow-profile.d.ts +20 -0
  121. package/dist/esm/models/flow-profile.js +21 -0
  122. package/dist/esm/models/flow-summary.d.ts +24 -0
  123. package/dist/esm/models/flow-summary.js +14 -0
  124. package/dist/esm/models/flow-syntax.d.ts +22 -0
  125. package/dist/esm/models/flow-syntax.js +23 -0
  126. package/dist/esm/models/flow-type.d.ts +22 -0
  127. package/dist/esm/models/flow-type.js +23 -0
  128. package/dist/esm/models/generate-certificate-request.d.ts +21 -21
  129. package/dist/esm/models/generate-certificate-request.js +2 -2
  130. package/dist/esm/models/generate-certificate-response.d.ts +12 -12
  131. package/dist/esm/models/generate-certificate-response.js +2 -2
  132. package/dist/esm/models/get-chorus-pro-id-request.d.ts +26 -0
  133. package/dist/esm/models/get-chorus-pro-id-request.js +14 -0
  134. package/dist/esm/models/get-chorus-pro-id-response.d.ts +29 -0
  135. package/dist/esm/models/get-chorus-pro-id-response.js +14 -0
  136. package/dist/esm/models/get-invoice-request.d.ts +22 -0
  137. package/dist/esm/models/get-invoice-request.js +14 -0
  138. package/dist/esm/models/get-invoice-response.d.ts +26 -0
  139. package/dist/esm/models/get-invoice-response.js +14 -0
  140. package/dist/esm/models/get-structure-request.d.ts +26 -0
  141. package/dist/esm/models/get-structure-request.js +14 -0
  142. package/dist/esm/models/get-structure-response.d.ts +26 -0
  143. package/dist/esm/models/get-structure-response.js +14 -0
  144. package/dist/esm/models/global-allowance-amount.d.ts +16 -0
  145. package/dist/esm/models/global-allowance-amount.js +14 -0
  146. package/dist/esm/models/httpvalidation-error.d.ts +2 -2
  147. package/dist/esm/models/httpvalidation-error.js +2 -2
  148. package/dist/esm/models/incoming-invoice.d.ts +68 -0
  149. package/dist/esm/models/incoming-invoice.js +14 -0
  150. package/dist/esm/models/incoming-supplier.d.ts +29 -0
  151. package/dist/esm/models/incoming-supplier.js +14 -0
  152. package/dist/esm/models/index.d.ts +99 -84
  153. package/dist/esm/models/index.js +99 -84
  154. package/dist/esm/models/invoice-format.d.ts +20 -0
  155. package/dist/esm/models/invoice-format.js +21 -0
  156. package/dist/esm/models/invoice-line-allowance-amount.d.ts +16 -0
  157. package/dist/esm/models/invoice-line-allowance-amount.js +14 -0
  158. package/dist/esm/models/invoice-line.d.ts +39 -0
  159. package/dist/esm/models/invoice-line.js +14 -0
  160. package/dist/esm/models/invoice-note.d.ts +18 -0
  161. package/dist/esm/models/invoice-note.js +14 -0
  162. package/dist/esm/models/invoice-references.d.ts +27 -0
  163. package/dist/esm/models/invoice-references.js +14 -0
  164. package/dist/esm/models/invoice-status.d.ts +25 -0
  165. package/dist/esm/models/invoice-status.js +14 -0
  166. package/dist/esm/models/invoice-totals-prepayment.d.ts +16 -0
  167. package/dist/esm/models/invoice-totals-prepayment.js +14 -0
  168. package/dist/esm/models/invoice-totals.d.ts +29 -0
  169. package/dist/esm/models/invoice-totals.js +14 -0
  170. package/dist/esm/models/invoice-type-code.d.ts +97 -0
  171. package/dist/esm/models/invoice-type-code.js +98 -0
  172. package/dist/esm/models/invoicing-framework-code.d.ts +25 -0
  173. package/dist/esm/models/invoicing-framework-code.js +26 -0
  174. package/dist/esm/models/invoicing-framework.d.ts +22 -0
  175. package/dist/esm/models/invoicing-framework.js +14 -0
  176. package/dist/esm/models/line-net-amount.d.ts +16 -0
  177. package/dist/esm/models/line-net-amount.js +14 -0
  178. package/dist/esm/models/mandatory-note-schema.d.ts +34 -0
  179. package/dist/esm/models/mandatory-note-schema.js +14 -0
  180. package/dist/esm/models/manual-rate.d.ts +16 -0
  181. package/dist/esm/models/manual-rate.js +14 -0
  182. package/dist/esm/models/manual-vat-rate.d.ts +16 -0
  183. package/dist/esm/models/manual-vat-rate.js +14 -0
  184. package/dist/esm/models/operation-nature.d.ts +31 -0
  185. package/dist/esm/models/operation-nature.js +32 -0
  186. package/dist/esm/models/output-format.d.ts +19 -0
  187. package/dist/esm/models/output-format.js +20 -0
  188. package/dist/esm/models/page-dimensions-schema.d.ts +24 -0
  189. package/dist/esm/models/page-dimensions-schema.js +14 -0
  190. package/dist/esm/models/payee.d.ts +26 -0
  191. package/dist/esm/models/payee.js +14 -0
  192. package/dist/esm/models/payment-means.d.ts +29 -0
  193. package/dist/esm/models/payment-means.js +30 -0
  194. package/dist/esm/models/pdfvalidation-result-api.d.ts +93 -0
  195. package/dist/esm/models/pdfvalidation-result-api.js +14 -0
  196. package/dist/esm/models/pdpcredentials.d.ts +33 -0
  197. package/dist/esm/models/pdpcredentials.js +14 -0
  198. package/dist/esm/models/postal-address.d.ts +21 -0
  199. package/dist/esm/models/postal-address.js +14 -0
  200. package/dist/esm/models/processing-options.d.ts +33 -0
  201. package/dist/esm/models/processing-options.js +14 -0
  202. package/dist/esm/models/quantity.d.ts +16 -0
  203. package/dist/esm/models/quantity.js +14 -0
  204. package/dist/esm/models/recipient.d.ts +24 -0
  205. package/dist/esm/models/recipient.js +14 -0
  206. package/dist/esm/models/scheme-id.d.ts +5 -5
  207. package/dist/esm/models/scheme-id.js +5 -5
  208. package/dist/esm/models/search-flow-request.d.ts +34 -0
  209. package/dist/esm/models/search-flow-request.js +14 -0
  210. package/dist/esm/models/search-flow-response.d.ts +33 -0
  211. package/dist/esm/models/search-flow-response.js +14 -0
  212. package/dist/esm/models/search-services-response.d.ts +24 -0
  213. package/dist/esm/models/search-services-response.js +14 -0
  214. package/dist/esm/models/search-structure-request.d.ts +25 -0
  215. package/dist/esm/models/search-structure-request.js +14 -0
  216. package/dist/esm/models/search-structure-response.d.ts +30 -0
  217. package/dist/esm/models/search-structure-response.js +14 -0
  218. package/dist/esm/models/signature-info-api.d.ts +25 -0
  219. package/dist/esm/models/signature-info-api.js +14 -0
  220. package/dist/esm/models/signature-info.d.ts +5 -5
  221. package/dist/esm/models/signature-info.js +2 -2
  222. package/dist/esm/models/signature-parameters.d.ts +34 -0
  223. package/dist/esm/models/signature-parameters.js +14 -0
  224. package/dist/esm/models/simplified-invoice-data.d.ts +46 -0
  225. package/dist/esm/models/simplified-invoice-data.js +14 -0
  226. package/dist/esm/models/structure-info.d.ts +13 -13
  227. package/dist/esm/models/structure-info.js +2 -2
  228. package/dist/esm/models/structure-parameters.d.ts +28 -0
  229. package/dist/esm/models/structure-parameters.js +14 -0
  230. package/dist/esm/models/structure-service.d.ts +32 -0
  231. package/dist/esm/models/structure-service.js +14 -0
  232. package/dist/esm/models/submission-mode.d.ts +23 -0
  233. package/dist/esm/models/submission-mode.js +24 -0
  234. package/dist/esm/models/submit-complete-invoice-request.d.ts +34 -0
  235. package/dist/esm/models/submit-complete-invoice-request.js +14 -0
  236. package/dist/esm/models/submit-complete-invoice-response.d.ts +53 -0
  237. package/dist/esm/models/submit-complete-invoice-response.js +17 -0
  238. package/dist/esm/models/submit-flow-request.d.ts +31 -0
  239. package/dist/esm/models/submit-flow-request.js +14 -0
  240. package/dist/esm/models/submit-flow-response.d.ts +38 -0
  241. package/dist/esm/models/submit-flow-response.js +14 -0
  242. package/dist/esm/models/submit-invoice-request.d.ts +44 -0
  243. package/dist/esm/models/submit-invoice-request.js +14 -0
  244. package/dist/esm/models/submit-invoice-response.d.ts +26 -0
  245. package/dist/esm/models/submit-invoice-response.js +14 -0
  246. package/dist/esm/models/supplementary-attachment.d.ts +21 -0
  247. package/dist/esm/models/supplementary-attachment.js +14 -0
  248. package/dist/esm/models/supplier.d.ts +28 -0
  249. package/dist/esm/models/supplier.js +14 -0
  250. package/dist/esm/models/task-response.d.ts +20 -0
  251. package/dist/esm/models/task-response.js +14 -0
  252. package/dist/esm/models/task-status.d.ts +28 -0
  253. package/dist/esm/models/task-status.js +14 -0
  254. package/dist/esm/models/taxable-amount.d.ts +16 -0
  255. package/dist/esm/models/taxable-amount.js +14 -0
  256. package/dist/esm/models/total-gross-amount.d.ts +16 -0
  257. package/dist/esm/models/total-gross-amount.js +14 -0
  258. package/dist/esm/models/total-net-amount.d.ts +16 -0
  259. package/dist/esm/models/total-net-amount.js +14 -0
  260. package/dist/esm/models/total-vatamount.d.ts +16 -0
  261. package/dist/esm/models/total-vatamount.js +14 -0
  262. package/dist/esm/models/unit-net-price.d.ts +16 -0
  263. package/dist/esm/models/unit-net-price.js +14 -0
  264. package/dist/esm/models/unit-of-measure.d.ts +29 -0
  265. package/dist/esm/models/unit-of-measure.js +30 -0
  266. package/dist/esm/models/validation-error-detail.d.ts +32 -0
  267. package/dist/esm/models/validation-error-detail.js +14 -0
  268. package/dist/esm/models/validation-error-loc-inner.d.ts +2 -2
  269. package/dist/esm/models/validation-error-loc-inner.js +2 -2
  270. package/dist/esm/models/validation-error-response.d.ts +20 -0
  271. package/dist/esm/models/validation-error-response.js +14 -0
  272. package/dist/esm/models/validation-error.d.ts +2 -2
  273. package/dist/esm/models/validation-error.js +2 -2
  274. package/dist/esm/models/validation-success-response.d.ts +20 -0
  275. package/dist/esm/models/validation-success-response.js +14 -0
  276. package/dist/esm/models/vat-amount.d.ts +16 -0
  277. package/dist/esm/models/vat-amount.js +14 -0
  278. package/dist/esm/models/vataccounting-code.d.ts +25 -0
  279. package/dist/esm/models/vataccounting-code.js +26 -0
  280. package/dist/esm/models/vatamount.d.ts +16 -0
  281. package/dist/esm/models/vatamount.js +14 -0
  282. package/dist/esm/models/vatcategory.d.ts +26 -0
  283. package/dist/esm/models/vatcategory.js +27 -0
  284. package/dist/esm/models/vatline.d.ts +27 -0
  285. package/dist/esm/models/vatline.js +14 -0
  286. package/dist/esm/models/verification-success-response.d.ts +56 -0
  287. package/dist/esm/models/verification-success-response.js +14 -0
  288. package/dist/esm/models/verified-field-schema.d.ts +42 -0
  289. package/dist/esm/models/verified-field-schema.js +14 -0
  290. package/dist/esm/src/helpers/client.d.ts +265 -0
  291. package/dist/esm/src/helpers/client.js +817 -0
  292. package/dist/esm/src/helpers/exceptions.d.ts +23 -0
  293. package/dist/esm/src/helpers/exceptions.js +27 -0
  294. package/dist/esm/src/helpers/index.d.ts +3 -0
  295. package/dist/esm/src/helpers/index.js +6 -0
  296. package/dist/index.d.ts +2 -2
  297. package/dist/index.js +2 -2
  298. package/dist/models/acknowledgment-status.d.ts +20 -0
  299. package/dist/models/acknowledgment-status.js +24 -0
  300. package/dist/models/afnorcredentials.d.ts +19 -0
  301. package/dist/models/afnorcredentials.js +15 -0
  302. package/dist/models/afnordestination.d.ts +34 -0
  303. package/dist/models/afnordestination.js +24 -0
  304. package/dist/models/afnorhealth-check-response.d.ts +28 -0
  305. package/dist/models/afnorhealth-check-response.js +15 -0
  306. package/dist/models/afnorresult.d.ts +30 -0
  307. package/dist/models/afnorresult.js +15 -0
  308. package/dist/models/allowance-reason-code.d.ts +24 -0
  309. package/dist/models/allowance-reason-code.js +28 -0
  310. package/dist/models/amount-due.d.ts +16 -0
  311. package/dist/models/amount-due.js +15 -0
  312. package/dist/models/apierror.d.ts +26 -0
  313. package/dist/models/apierror.js +15 -0
  314. package/dist/models/apiprofile.d.ts +21 -0
  315. package/dist/models/apiprofile.js +25 -0
  316. package/dist/models/bounding-box-schema.d.ts +44 -0
  317. package/dist/models/bounding-box-schema.js +15 -0
  318. package/dist/models/celery-status.d.ts +22 -0
  319. package/dist/models/celery-status.js +26 -0
  320. package/dist/models/certificate-info-response.d.ts +23 -23
  321. package/dist/models/certificate-info-response.js +2 -2
  322. package/dist/models/chorus-pro-destination.d.ts +23 -0
  323. package/dist/models/chorus-pro-destination.js +19 -0
  324. package/dist/models/chorus-pro-result.d.ts +22 -0
  325. package/dist/models/chorus-pro-result.js +15 -0
  326. package/dist/models/destination.d.ts +7 -7
  327. package/dist/models/destination.js +2 -2
  328. package/dist/models/document-type.d.ts +37 -0
  329. package/dist/models/document-type.js +41 -0
  330. package/dist/models/electronic-address.d.ts +19 -0
  331. package/dist/models/electronic-address.js +15 -0
  332. package/dist/models/enriched-invoice-info.d.ts +24 -0
  333. package/dist/models/enriched-invoice-info.js +15 -0
  334. package/dist/models/error-level.d.ts +16 -0
  335. package/dist/models/error-level.js +20 -0
  336. package/dist/models/error-source.d.ts +22 -0
  337. package/dist/models/error-source.js +26 -0
  338. package/dist/models/factur-xpdfinfo.d.ts +28 -0
  339. package/dist/models/factur-xpdfinfo.js +15 -0
  340. package/dist/models/facture-electronique-rest-api-schemas-chorus-pro-chorus-pro-credentials.d.ts +36 -0
  341. package/dist/models/facture-electronique-rest-api-schemas-chorus-pro-chorus-pro-credentials.js +15 -0
  342. package/dist/models/facture-electronique-rest-api-schemas-processing-chorus-pro-credentials.d.ts +24 -0
  343. package/dist/models/facture-electronique-rest-api-schemas-processing-chorus-pro-credentials.js +15 -0
  344. package/dist/models/facture-factur-x.d.ts +30 -28
  345. package/dist/models/facture-factur-x.js +2 -2
  346. package/dist/models/field-status.d.ts +22 -0
  347. package/dist/models/field-status.js +26 -0
  348. package/dist/models/flow-direction.d.ts +19 -0
  349. package/dist/models/flow-direction.js +23 -0
  350. package/dist/models/flow-profile.d.ts +20 -0
  351. package/dist/models/flow-profile.js +24 -0
  352. package/dist/models/flow-summary.d.ts +24 -0
  353. package/dist/models/flow-summary.js +15 -0
  354. package/dist/models/flow-syntax.d.ts +22 -0
  355. package/dist/models/flow-syntax.js +26 -0
  356. package/dist/models/flow-type.d.ts +22 -0
  357. package/dist/models/flow-type.js +26 -0
  358. package/dist/models/generate-certificate-request.d.ts +21 -21
  359. package/dist/models/generate-certificate-request.js +2 -2
  360. package/dist/models/generate-certificate-response.d.ts +12 -12
  361. package/dist/models/generate-certificate-response.js +2 -2
  362. package/dist/models/get-chorus-pro-id-request.d.ts +26 -0
  363. package/dist/models/get-chorus-pro-id-request.js +15 -0
  364. package/dist/models/get-chorus-pro-id-response.d.ts +29 -0
  365. package/dist/models/get-chorus-pro-id-response.js +15 -0
  366. package/dist/models/get-invoice-request.d.ts +22 -0
  367. package/dist/models/get-invoice-request.js +15 -0
  368. package/dist/models/get-invoice-response.d.ts +26 -0
  369. package/dist/models/get-invoice-response.js +15 -0
  370. package/dist/models/get-structure-request.d.ts +26 -0
  371. package/dist/models/get-structure-request.js +15 -0
  372. package/dist/models/get-structure-response.d.ts +26 -0
  373. package/dist/models/get-structure-response.js +15 -0
  374. package/dist/models/global-allowance-amount.d.ts +16 -0
  375. package/dist/models/global-allowance-amount.js +15 -0
  376. package/dist/models/httpvalidation-error.d.ts +2 -2
  377. package/dist/models/httpvalidation-error.js +2 -2
  378. package/dist/models/incoming-invoice.d.ts +68 -0
  379. package/dist/models/incoming-invoice.js +15 -0
  380. package/dist/models/incoming-supplier.d.ts +29 -0
  381. package/dist/models/incoming-supplier.js +15 -0
  382. package/dist/models/index.d.ts +99 -84
  383. package/dist/models/index.js +99 -84
  384. package/dist/models/invoice-format.d.ts +20 -0
  385. package/dist/models/invoice-format.js +24 -0
  386. package/dist/models/invoice-line-allowance-amount.d.ts +16 -0
  387. package/dist/models/invoice-line-allowance-amount.js +15 -0
  388. package/dist/models/invoice-line.d.ts +39 -0
  389. package/dist/models/invoice-line.js +15 -0
  390. package/dist/models/invoice-note.d.ts +18 -0
  391. package/dist/models/invoice-note.js +15 -0
  392. package/dist/models/invoice-references.d.ts +27 -0
  393. package/dist/models/invoice-references.js +15 -0
  394. package/dist/models/invoice-status.d.ts +25 -0
  395. package/dist/models/invoice-status.js +15 -0
  396. package/dist/models/invoice-totals-prepayment.d.ts +16 -0
  397. package/dist/models/invoice-totals-prepayment.js +15 -0
  398. package/dist/models/invoice-totals.d.ts +29 -0
  399. package/dist/models/invoice-totals.js +15 -0
  400. package/dist/models/invoice-type-code.d.ts +97 -0
  401. package/dist/models/invoice-type-code.js +101 -0
  402. package/dist/models/invoicing-framework-code.d.ts +25 -0
  403. package/dist/models/invoicing-framework-code.js +29 -0
  404. package/dist/models/invoicing-framework.d.ts +22 -0
  405. package/dist/models/invoicing-framework.js +15 -0
  406. package/dist/models/line-net-amount.d.ts +16 -0
  407. package/dist/models/line-net-amount.js +15 -0
  408. package/dist/models/mandatory-note-schema.d.ts +34 -0
  409. package/dist/models/mandatory-note-schema.js +15 -0
  410. package/dist/models/manual-rate.d.ts +16 -0
  411. package/dist/models/manual-rate.js +15 -0
  412. package/dist/models/manual-vat-rate.d.ts +16 -0
  413. package/dist/models/manual-vat-rate.js +15 -0
  414. package/dist/models/operation-nature.d.ts +31 -0
  415. package/dist/models/operation-nature.js +35 -0
  416. package/dist/models/output-format.d.ts +19 -0
  417. package/dist/models/output-format.js +23 -0
  418. package/dist/models/page-dimensions-schema.d.ts +24 -0
  419. package/dist/models/page-dimensions-schema.js +15 -0
  420. package/dist/models/payee.d.ts +26 -0
  421. package/dist/models/payee.js +15 -0
  422. package/dist/models/payment-means.d.ts +29 -0
  423. package/dist/models/payment-means.js +33 -0
  424. package/dist/models/pdfvalidation-result-api.d.ts +93 -0
  425. package/dist/models/pdfvalidation-result-api.js +15 -0
  426. package/dist/models/pdpcredentials.d.ts +33 -0
  427. package/dist/models/pdpcredentials.js +15 -0
  428. package/dist/models/postal-address.d.ts +21 -0
  429. package/dist/models/postal-address.js +15 -0
  430. package/dist/models/processing-options.d.ts +33 -0
  431. package/dist/models/processing-options.js +15 -0
  432. package/dist/models/quantity.d.ts +16 -0
  433. package/dist/models/quantity.js +15 -0
  434. package/dist/models/recipient.d.ts +24 -0
  435. package/dist/models/recipient.js +15 -0
  436. package/dist/models/scheme-id.d.ts +5 -5
  437. package/dist/models/scheme-id.js +5 -5
  438. package/dist/models/search-flow-request.d.ts +34 -0
  439. package/dist/models/search-flow-request.js +15 -0
  440. package/dist/models/search-flow-response.d.ts +33 -0
  441. package/dist/models/search-flow-response.js +15 -0
  442. package/dist/models/search-services-response.d.ts +24 -0
  443. package/dist/models/search-services-response.js +15 -0
  444. package/dist/models/search-structure-request.d.ts +25 -0
  445. package/dist/models/search-structure-request.js +15 -0
  446. package/dist/models/search-structure-response.d.ts +30 -0
  447. package/dist/models/search-structure-response.js +15 -0
  448. package/dist/models/signature-info-api.d.ts +25 -0
  449. package/dist/models/signature-info-api.js +15 -0
  450. package/dist/models/signature-info.d.ts +5 -5
  451. package/dist/models/signature-info.js +2 -2
  452. package/dist/models/signature-parameters.d.ts +34 -0
  453. package/dist/models/signature-parameters.js +15 -0
  454. package/dist/models/simplified-invoice-data.d.ts +46 -0
  455. package/dist/models/simplified-invoice-data.js +15 -0
  456. package/dist/models/structure-info.d.ts +13 -13
  457. package/dist/models/structure-info.js +2 -2
  458. package/dist/models/structure-parameters.d.ts +28 -0
  459. package/dist/models/structure-parameters.js +15 -0
  460. package/dist/models/structure-service.d.ts +32 -0
  461. package/dist/models/structure-service.js +15 -0
  462. package/dist/models/submission-mode.d.ts +23 -0
  463. package/dist/models/submission-mode.js +27 -0
  464. package/dist/models/submit-complete-invoice-request.d.ts +34 -0
  465. package/dist/models/submit-complete-invoice-request.js +15 -0
  466. package/dist/models/submit-complete-invoice-response.d.ts +53 -0
  467. package/dist/models/submit-complete-invoice-response.js +20 -0
  468. package/dist/models/submit-flow-request.d.ts +31 -0
  469. package/dist/models/submit-flow-request.js +15 -0
  470. package/dist/models/submit-flow-response.d.ts +38 -0
  471. package/dist/models/submit-flow-response.js +15 -0
  472. package/dist/models/submit-invoice-request.d.ts +44 -0
  473. package/dist/models/submit-invoice-request.js +15 -0
  474. package/dist/models/submit-invoice-response.d.ts +26 -0
  475. package/dist/models/submit-invoice-response.js +15 -0
  476. package/dist/models/supplementary-attachment.d.ts +21 -0
  477. package/dist/models/supplementary-attachment.js +15 -0
  478. package/dist/models/supplier.d.ts +28 -0
  479. package/dist/models/supplier.js +15 -0
  480. package/dist/models/task-response.d.ts +20 -0
  481. package/dist/models/task-response.js +15 -0
  482. package/dist/models/task-status.d.ts +28 -0
  483. package/dist/models/task-status.js +15 -0
  484. package/dist/models/taxable-amount.d.ts +16 -0
  485. package/dist/models/taxable-amount.js +15 -0
  486. package/dist/models/total-gross-amount.d.ts +16 -0
  487. package/dist/models/total-gross-amount.js +15 -0
  488. package/dist/models/total-net-amount.d.ts +16 -0
  489. package/dist/models/total-net-amount.js +15 -0
  490. package/dist/models/total-vatamount.d.ts +16 -0
  491. package/dist/models/total-vatamount.js +15 -0
  492. package/dist/models/unit-net-price.d.ts +16 -0
  493. package/dist/models/unit-net-price.js +15 -0
  494. package/dist/models/unit-of-measure.d.ts +29 -0
  495. package/dist/models/unit-of-measure.js +33 -0
  496. package/dist/models/validation-error-detail.d.ts +32 -0
  497. package/dist/models/validation-error-detail.js +15 -0
  498. package/dist/models/validation-error-loc-inner.d.ts +2 -2
  499. package/dist/models/validation-error-loc-inner.js +2 -2
  500. package/dist/models/validation-error-response.d.ts +20 -0
  501. package/dist/models/validation-error-response.js +15 -0
  502. package/dist/models/validation-error.d.ts +2 -2
  503. package/dist/models/validation-error.js +2 -2
  504. package/dist/models/validation-success-response.d.ts +20 -0
  505. package/dist/models/validation-success-response.js +15 -0
  506. package/dist/models/vat-amount.d.ts +16 -0
  507. package/dist/models/vat-amount.js +15 -0
  508. package/dist/models/vataccounting-code.d.ts +25 -0
  509. package/dist/models/vataccounting-code.js +29 -0
  510. package/dist/models/vatamount.d.ts +16 -0
  511. package/dist/models/vatamount.js +15 -0
  512. package/dist/models/vatcategory.d.ts +26 -0
  513. package/dist/models/vatcategory.js +30 -0
  514. package/dist/models/vatline.d.ts +27 -0
  515. package/dist/models/vatline.js +15 -0
  516. package/dist/models/verification-success-response.d.ts +56 -0
  517. package/dist/models/verification-success-response.js +15 -0
  518. package/dist/models/verified-field-schema.d.ts +42 -0
  519. package/dist/models/verified-field-schema.js +15 -0
  520. package/dist/src/helpers/client.d.ts +265 -0
  521. package/dist/src/helpers/client.js +866 -0
  522. package/dist/src/helpers/exceptions.d.ts +23 -0
  523. package/dist/src/helpers/exceptions.js +35 -0
  524. package/dist/src/helpers/index.d.ts +3 -0
  525. package/dist/src/helpers/index.js +24 -0
  526. package/docs/AFNORCredentials.md +25 -0
  527. package/docs/AFNORDestination.md +27 -0
  528. package/docs/AFNORHealthCheckResponse.md +25 -0
  529. package/docs/AFNORPDPPAApi.md +112 -4
  530. package/docs/AFNORPDPPADirectoryServiceApi.md +70 -70
  531. package/docs/AFNORPDPPAFlowServiceApi.md +23 -23
  532. package/docs/AFNORResult.md +29 -0
  533. package/docs/APIError.md +25 -0
  534. package/docs/APIProfile.md +15 -0
  535. package/docs/AcknowledgmentStatus.md +13 -0
  536. package/docs/AllowanceReasonCode.md +21 -0
  537. package/docs/AmountDue.md +19 -0
  538. package/docs/BoundingBoxSchema.md +33 -0
  539. package/docs/CeleryStatus.md +17 -0
  540. package/docs/CertificateInfoResponse.md +21 -21
  541. package/docs/ChorusProApi.md +116 -131
  542. package/docs/ChorusProDestination.md +23 -0
  543. package/docs/ChorusProResult.md +25 -0
  544. package/docs/Destination.md +6 -6
  545. package/docs/DocumentType.md +17 -0
  546. package/docs/ElectronicAddress.md +23 -0
  547. package/docs/EnrichedInvoiceInfo.md +35 -0
  548. package/docs/ErrorLevel.md +10 -0
  549. package/docs/ErrorSource.md +22 -0
  550. package/docs/FacturXPDFInfo.md +25 -0
  551. package/docs/FactureElectroniqueRestApiSchemasChorusProChorusProCredentials.md +29 -0
  552. package/docs/FactureElectroniqueRestApiSchemasProcessingChorusProCredentials.md +29 -0
  553. package/docs/FactureFacturX.md +31 -29
  554. package/docs/FieldStatus.md +17 -0
  555. package/docs/FlowDirection.md +11 -0
  556. package/docs/FlowProfile.md +13 -0
  557. package/docs/FlowSummary.md +35 -0
  558. package/docs/FlowSyntax.md +17 -0
  559. package/docs/FlowType.md +17 -0
  560. package/docs/GenerateCertificateRequest.md +20 -20
  561. package/docs/GenerateCertificateResponse.md +11 -11
  562. package/docs/GetChorusProIdRequest.md +25 -0
  563. package/docs/GetChorusProIdResponse.md +27 -0
  564. package/docs/GetInvoiceRequest.md +23 -0
  565. package/docs/GetInvoiceResponse.md +37 -0
  566. package/docs/GetStructureRequest.md +25 -0
  567. package/docs/GetStructureResponse.md +37 -0
  568. package/docs/GlobalAllowanceAmount.md +19 -0
  569. package/docs/HealthApi.md +97 -0
  570. package/docs/IncomingInvoice.md +57 -0
  571. package/docs/IncomingSupplier.md +35 -0
  572. package/docs/InvoiceFormat.md +13 -0
  573. package/docs/InvoiceLine.md +49 -0
  574. package/docs/InvoiceLineAllowanceAmount.md +19 -0
  575. package/docs/InvoiceNote.md +23 -0
  576. package/docs/InvoiceProcessingApi.md +670 -0
  577. package/docs/InvoiceReferences.md +35 -0
  578. package/docs/InvoiceStatus.md +25 -0
  579. package/docs/InvoiceTotals.md +33 -0
  580. package/docs/InvoiceTotalsPrepayment.md +19 -0
  581. package/docs/InvoiceTypeCode.md +71 -0
  582. package/docs/InvoicingFramework.md +27 -0
  583. package/docs/InvoicingFrameworkCode.md +23 -0
  584. package/docs/LineNetAmount.md +19 -0
  585. package/docs/MandatoryNoteSchema.md +33 -0
  586. package/docs/ManualRate.md +19 -0
  587. package/docs/ManualVatRate.md +19 -0
  588. package/docs/OperationNature.md +35 -0
  589. package/docs/OutputFormat.md +11 -0
  590. package/docs/PDFValidationResultAPI.md +65 -0
  591. package/docs/PDFXMLVerificationApi.md +335 -0
  592. package/docs/PDPCredentials.md +29 -0
  593. package/docs/PageDimensionsSchema.md +23 -0
  594. package/docs/Payee.md +31 -0
  595. package/docs/PaymentMeans.md +31 -0
  596. package/docs/PostalAddress.md +29 -0
  597. package/docs/ProcessingOptions.md +27 -0
  598. package/docs/Quantity.md +19 -0
  599. package/docs/Recipient.md +31 -0
  600. package/docs/SchemeID.md +1 -1
  601. package/docs/SearchFlowRequest.md +37 -0
  602. package/docs/SearchFlowResponse.md +27 -0
  603. package/docs/SearchServicesResponse.md +27 -0
  604. package/docs/SearchStructureRequest.md +29 -0
  605. package/docs/SearchStructureResponse.md +27 -0
  606. package/docs/SignatureInfo.md +3 -3
  607. package/docs/SignatureInfoAPI.md +31 -0
  608. package/docs/SignatureParameters.md +37 -0
  609. package/docs/SimplifiedInvoiceData.md +37 -0
  610. package/docs/StructureInfo.md +11 -11
  611. package/docs/StructureParameters.md +25 -0
  612. package/docs/StructureService.md +27 -0
  613. package/docs/SubmissionMode.md +19 -0
  614. package/docs/SubmitCompleteInvoiceRequest.md +29 -0
  615. package/docs/SubmitCompleteInvoiceResponse.md +37 -0
  616. package/docs/SubmitFlowRequest.md +31 -0
  617. package/docs/SubmitFlowResponse.md +33 -0
  618. package/docs/SubmitInvoiceRequest.md +49 -0
  619. package/docs/SubmitInvoiceResponse.md +27 -0
  620. package/docs/SupplementaryAttachment.md +29 -0
  621. package/docs/Supplier.md +39 -0
  622. package/docs/TaskResponse.md +21 -0
  623. package/docs/TaskStatus.md +25 -0
  624. package/docs/TaxableAmount.md +19 -0
  625. package/docs/TotalGrossAmount.md +19 -0
  626. package/docs/TotalNetAmount.md +19 -0
  627. package/docs/TotalVATAmount.md +19 -0
  628. package/docs/UnitNetPrice.md +19 -0
  629. package/docs/UnitOfMeasure.md +31 -0
  630. package/docs/UserApi.md +52 -0
  631. package/docs/VATAccountingCode.md +23 -0
  632. package/docs/VATAmount.md +19 -0
  633. package/docs/VATCategory.md +25 -0
  634. package/docs/VATLine.md +33 -0
  635. package/docs/ValidationErrorDetail.md +29 -0
  636. package/docs/ValidationErrorResponse.md +21 -0
  637. package/docs/ValidationSuccessResponse.md +21 -0
  638. package/docs/VatAmount.md +19 -0
  639. package/docs/VerificationSuccessResponse.md +39 -0
  640. package/docs/VerifiedFieldSchema.md +37 -0
  641. package/index.ts +2 -2
  642. package/models/acknowledgment-status.ts +30 -0
  643. package/models/afnorcredentials.ts +25 -0
  644. package/models/afnordestination.ts +46 -0
  645. package/models/afnorhealth-check-response.ts +34 -0
  646. package/models/afnorresult.ts +36 -0
  647. package/models/allowance-reason-code.ts +34 -0
  648. package/models/amount-due.ts +22 -0
  649. package/models/apierror.ts +34 -0
  650. package/models/apiprofile.ts +31 -0
  651. package/models/bounding-box-schema.ts +50 -0
  652. package/models/celery-status.ts +32 -0
  653. package/models/certificate-info-response.ts +23 -23
  654. package/models/chorus-pro-destination.ts +34 -0
  655. package/models/chorus-pro-result.ts +28 -0
  656. package/models/destination.ts +7 -7
  657. package/models/document-type.ts +47 -0
  658. package/models/electronic-address.ts +29 -0
  659. package/models/enriched-invoice-info.ts +30 -0
  660. package/models/error-level.ts +26 -0
  661. package/models/error-source.ts +32 -0
  662. package/models/factur-xpdfinfo.ts +34 -0
  663. package/models/facture-electronique-rest-api-schemas-chorus-pro-chorus-pro-credentials.ts +42 -0
  664. package/models/facture-electronique-rest-api-schemas-processing-chorus-pro-credentials.ts +30 -0
  665. package/models/facture-factur-x.ts +32 -28
  666. package/models/field-status.ts +32 -0
  667. package/models/flow-direction.ts +29 -0
  668. package/models/flow-profile.ts +30 -0
  669. package/models/flow-summary.ts +30 -0
  670. package/models/flow-syntax.ts +32 -0
  671. package/models/flow-type.ts +32 -0
  672. package/models/generate-certificate-request.ts +21 -21
  673. package/models/generate-certificate-response.ts +12 -12
  674. package/models/get-chorus-pro-id-request.ts +34 -0
  675. package/models/get-chorus-pro-id-response.ts +35 -0
  676. package/models/get-invoice-request.ts +30 -0
  677. package/models/get-invoice-response.ts +34 -0
  678. package/models/get-structure-request.ts +34 -0
  679. package/models/get-structure-response.ts +34 -0
  680. package/models/global-allowance-amount.ts +22 -0
  681. package/models/httpvalidation-error.ts +2 -2
  682. package/models/incoming-invoice.ts +82 -0
  683. package/models/incoming-supplier.ts +39 -0
  684. package/models/index.ts +99 -84
  685. package/models/invoice-format.ts +30 -0
  686. package/models/invoice-line-allowance-amount.ts +22 -0
  687. package/models/invoice-line.ts +63 -0
  688. package/models/invoice-note.ts +24 -0
  689. package/models/invoice-references.ts +41 -0
  690. package/models/invoice-status.ts +31 -0
  691. package/models/invoice-totals-prepayment.ts +22 -0
  692. package/models/invoice-totals.ts +47 -0
  693. package/models/invoice-type-code.ts +107 -0
  694. package/models/invoicing-framework-code.ts +35 -0
  695. package/models/invoicing-framework.ts +34 -0
  696. package/models/line-net-amount.ts +22 -0
  697. package/models/mandatory-note-schema.ts +46 -0
  698. package/models/manual-rate.ts +22 -0
  699. package/models/manual-vat-rate.ts +22 -0
  700. package/models/operation-nature.ts +41 -0
  701. package/models/output-format.ts +29 -0
  702. package/models/page-dimensions-schema.ts +30 -0
  703. package/models/payee.ts +34 -0
  704. package/models/payment-means.ts +39 -0
  705. package/models/pdfvalidation-result-api.ts +99 -0
  706. package/models/pdpcredentials.ts +39 -0
  707. package/models/postal-address.ts +27 -0
  708. package/models/processing-options.ts +43 -0
  709. package/models/quantity.ts +22 -0
  710. package/models/recipient.ts +34 -0
  711. package/models/scheme-id.ts +5 -5
  712. package/models/search-flow-request.ts +48 -0
  713. package/models/search-flow-response.ts +41 -0
  714. package/models/search-services-response.ts +32 -0
  715. package/models/search-structure-request.ts +33 -0
  716. package/models/search-structure-response.ts +38 -0
  717. package/models/signature-info-api.ts +31 -0
  718. package/models/signature-info.ts +5 -5
  719. package/models/signature-parameters.ts +40 -0
  720. package/models/simplified-invoice-data.ts +46 -0
  721. package/models/structure-info.ts +13 -13
  722. package/models/structure-parameters.ts +34 -0
  723. package/models/structure-service.ts +38 -0
  724. package/models/submission-mode.ts +33 -0
  725. package/models/submit-complete-invoice-request.ts +48 -0
  726. package/models/submit-complete-invoice-response.ts +72 -0
  727. package/models/submit-flow-request.ts +45 -0
  728. package/models/submit-flow-response.ts +44 -0
  729. package/models/submit-invoice-request.ts +58 -0
  730. package/models/submit-invoice-response.ts +32 -0
  731. package/models/supplementary-attachment.ts +27 -0
  732. package/models/supplier.ts +38 -0
  733. package/models/task-response.ts +26 -0
  734. package/models/task-status.ts +36 -0
  735. package/models/taxable-amount.ts +22 -0
  736. package/models/total-gross-amount.ts +22 -0
  737. package/models/total-net-amount.ts +22 -0
  738. package/models/total-vatamount.ts +22 -0
  739. package/models/unit-net-price.ts +22 -0
  740. package/models/unit-of-measure.ts +39 -0
  741. package/models/validation-error-detail.ts +44 -0
  742. package/models/validation-error-loc-inner.ts +2 -2
  743. package/models/validation-error-response.ts +26 -0
  744. package/models/validation-error.ts +2 -2
  745. package/models/validation-success-response.ts +26 -0
  746. package/models/vat-amount.ts +22 -0
  747. package/models/vataccounting-code.ts +35 -0
  748. package/models/vatamount.ts +22 -0
  749. package/models/vatcategory.ts +36 -0
  750. package/models/vatline.ts +43 -0
  751. package/models/verification-success-response.ts +68 -0
  752. package/models/verified-field-schema.ts +54 -0
  753. package/package.json +2 -2
  754. package/src/helpers/client.ts +882 -0
  755. package/src/helpers/exceptions.ts +32 -0
  756. package/src/helpers/index.ts +6 -0
  757. package/tsconfig.esm.json +1 -0
  758. package/tsconfig.json +1 -0
  759. package/api/sant-api.ts +0 -176
  760. package/api/traitement-facture-api.ts +0 -1083
  761. package/api/utilisateur-api.ts +0 -119
  762. package/dist/api/sant-api.d.ts +0 -90
  763. package/dist/api/sant-api.js +0 -181
  764. package/dist/api/traitement-facture-api.d.ts +0 -480
  765. package/dist/api/traitement-facture-api.js +0 -1007
  766. package/dist/api/utilisateur-api.d.ts +0 -62
  767. package/dist/api/utilisateur-api.js +0 -125
  768. package/dist/esm/api/sant-api.d.ts +0 -90
  769. package/dist/esm/api/sant-api.js +0 -174
  770. package/dist/esm/api/traitement-facture-api.d.ts +0 -480
  771. package/dist/esm/api/traitement-facture-api.js +0 -1000
  772. package/dist/esm/api/utilisateur-api.d.ts +0 -62
  773. package/dist/esm/api/utilisateur-api.js +0 -118
  774. package/dist/esm/models/adresse-electronique.d.ts +0 -19
  775. package/dist/esm/models/adresse-electronique.js +0 -14
  776. package/dist/esm/models/adresse-postale.d.ts +0 -21
  777. package/dist/esm/models/adresse-postale.js +0 -14
  778. package/dist/esm/models/body-ajouter-fichier-api-v1-chorus-pro-transverses-ajouter-fichier-post.d.ts +0 -20
  779. package/dist/esm/models/body-ajouter-fichier-api-v1-chorus-pro-transverses-ajouter-fichier-post.js +0 -14
  780. package/dist/esm/models/body-completer-facture-api-v1-chorus-pro-factures-completer-post.d.ts +0 -20
  781. package/dist/esm/models/body-completer-facture-api-v1-chorus-pro-factures-completer-post.js +0 -14
  782. package/dist/esm/models/body-lister-services-structure-api-v1-chorus-pro-structures-id-structure-cpp-services-get.d.ts +0 -17
  783. package/dist/esm/models/body-lister-services-structure-api-v1-chorus-pro-structures-id-structure-cpp-services-get.js +0 -14
  784. package/dist/esm/models/body-rechercher-factures-destinataire-api-v1-chorus-pro-factures-rechercher-destinataire-post.d.ts +0 -20
  785. package/dist/esm/models/body-rechercher-factures-destinataire-api-v1-chorus-pro-factures-rechercher-destinataire-post.js +0 -14
  786. package/dist/esm/models/body-rechercher-factures-fournisseur-api-v1-chorus-pro-factures-rechercher-fournisseur-post.d.ts +0 -20
  787. package/dist/esm/models/body-rechercher-factures-fournisseur-api-v1-chorus-pro-factures-rechercher-fournisseur-post.js +0 -14
  788. package/dist/esm/models/body-recycler-facture-api-v1-chorus-pro-factures-recycler-post.d.ts +0 -20
  789. package/dist/esm/models/body-recycler-facture-api-v1-chorus-pro-factures-recycler-post.js +0 -14
  790. package/dist/esm/models/body-telecharger-groupe-factures-api-v1-chorus-pro-factures-telecharger-groupe-post.d.ts +0 -20
  791. package/dist/esm/models/body-telecharger-groupe-factures-api-v1-chorus-pro-factures-telecharger-groupe-post.js +0 -14
  792. package/dist/esm/models/body-traiter-facture-recue-api-v1-chorus-pro-factures-traiter-facture-recue-post.d.ts +0 -20
  793. package/dist/esm/models/body-traiter-facture-recue-api-v1-chorus-pro-factures-traiter-facture-recue-post.js +0 -14
  794. package/dist/esm/models/body-valideur-consulter-facture-api-v1-chorus-pro-factures-valideur-consulter-post.d.ts +0 -20
  795. package/dist/esm/models/body-valideur-consulter-facture-api-v1-chorus-pro-factures-valideur-consulter-post.js +0 -14
  796. package/dist/esm/models/body-valideur-rechercher-factures-api-v1-chorus-pro-factures-valideur-rechercher-post.d.ts +0 -20
  797. package/dist/esm/models/body-valideur-rechercher-factures-api-v1-chorus-pro-factures-valideur-rechercher-post.js +0 -14
  798. package/dist/esm/models/body-valideur-traiter-facture-api-v1-chorus-pro-factures-valideur-traiter-post.d.ts +0 -20
  799. package/dist/esm/models/body-valideur-traiter-facture-api-v1-chorus-pro-factures-valideur-traiter-post.js +0 -14
  800. package/dist/esm/models/cadre-de-facturation.d.ts +0 -20
  801. package/dist/esm/models/cadre-de-facturation.js +0 -14
  802. package/dist/esm/models/categorie-tva.d.ts +0 -53
  803. package/dist/esm/models/categorie-tva.js +0 -54
  804. package/dist/esm/models/chorus-pro-credentials.d.ts +0 -36
  805. package/dist/esm/models/chorus-pro-credentials.js +0 -14
  806. package/dist/esm/models/code-cadre-facturation.d.ts +0 -18
  807. package/dist/esm/models/code-cadre-facturation.js +0 -19
  808. package/dist/esm/models/code-raison-reduction.d.ts +0 -45
  809. package/dist/esm/models/code-raison-reduction.js +0 -46
  810. package/dist/esm/models/consulter-facture-request.d.ts +0 -22
  811. package/dist/esm/models/consulter-facture-request.js +0 -14
  812. package/dist/esm/models/consulter-facture-response.d.ts +0 -26
  813. package/dist/esm/models/consulter-facture-response.js +0 -14
  814. package/dist/esm/models/consulter-structure-request.d.ts +0 -26
  815. package/dist/esm/models/consulter-structure-request.js +0 -14
  816. package/dist/esm/models/consulter-structure-response.d.ts +0 -26
  817. package/dist/esm/models/consulter-structure-response.js +0 -14
  818. package/dist/esm/models/credentials-afnor.d.ts +0 -19
  819. package/dist/esm/models/credentials-afnor.js +0 -14
  820. package/dist/esm/models/credentials-chorus-pro.d.ts +0 -24
  821. package/dist/esm/models/credentials-chorus-pro.js +0 -14
  822. package/dist/esm/models/destinataire.d.ts +0 -24
  823. package/dist/esm/models/destinataire.js +0 -14
  824. package/dist/esm/models/destination-afnor.d.ts +0 -34
  825. package/dist/esm/models/destination-afnor.js +0 -21
  826. package/dist/esm/models/destination-chorus-pro.d.ts +0 -23
  827. package/dist/esm/models/destination-chorus-pro.js +0 -16
  828. package/dist/esm/models/donnees-facture-simplifiees.d.ts +0 -46
  829. package/dist/esm/models/donnees-facture-simplifiees.js +0 -14
  830. package/dist/esm/models/facture-enrichie-info.d.ts +0 -24
  831. package/dist/esm/models/facture-enrichie-info.js +0 -14
  832. package/dist/esm/models/format-sortie.d.ts +0 -16
  833. package/dist/esm/models/format-sortie.js +0 -17
  834. package/dist/esm/models/fournisseur.d.ts +0 -28
  835. package/dist/esm/models/fournisseur.js +0 -14
  836. package/dist/esm/models/information-signature-api.d.ts +0 -25
  837. package/dist/esm/models/information-signature-api.js +0 -14
  838. package/dist/esm/models/ligne-de-poste-montant-remise-ht.d.ts +0 -16
  839. package/dist/esm/models/ligne-de-poste-montant-remise-ht.js +0 -14
  840. package/dist/esm/models/ligne-de-poste-taux-tva-manuel.d.ts +0 -16
  841. package/dist/esm/models/ligne-de-poste-taux-tva-manuel.js +0 -14
  842. package/dist/esm/models/ligne-de-poste.d.ts +0 -39
  843. package/dist/esm/models/ligne-de-poste.js +0 -14
  844. package/dist/esm/models/ligne-de-tva.d.ts +0 -25
  845. package/dist/esm/models/ligne-de-tva.js +0 -14
  846. package/dist/esm/models/mode-depot.d.ts +0 -20
  847. package/dist/esm/models/mode-depot.js +0 -21
  848. package/dist/esm/models/mode-paiement.d.ts +0 -23
  849. package/dist/esm/models/mode-paiement.js +0 -24
  850. package/dist/esm/models/montant-apayer.d.ts +0 -16
  851. package/dist/esm/models/montant-apayer.js +0 -14
  852. package/dist/esm/models/montant-base-ht.d.ts +0 -16
  853. package/dist/esm/models/montant-base-ht.js +0 -14
  854. package/dist/esm/models/montant-ht-total.d.ts +0 -16
  855. package/dist/esm/models/montant-ht-total.js +0 -14
  856. package/dist/esm/models/montant-remise-globale-ttc.d.ts +0 -16
  857. package/dist/esm/models/montant-remise-globale-ttc.js +0 -14
  858. package/dist/esm/models/montant-total-acompte.d.ts +0 -16
  859. package/dist/esm/models/montant-total-acompte.js +0 -14
  860. package/dist/esm/models/montant-total-ligne-ht.d.ts +0 -16
  861. package/dist/esm/models/montant-total-ligne-ht.js +0 -14
  862. package/dist/esm/models/montant-total.d.ts +0 -29
  863. package/dist/esm/models/montant-total.js +0 -14
  864. package/dist/esm/models/montant-ttc-total.d.ts +0 -16
  865. package/dist/esm/models/montant-ttc-total.js +0 -14
  866. package/dist/esm/models/montant-tva-ligne.d.ts +0 -16
  867. package/dist/esm/models/montant-tva-ligne.js +0 -14
  868. package/dist/esm/models/montant-tva-total.d.ts +0 -16
  869. package/dist/esm/models/montant-tva-total.js +0 -14
  870. package/dist/esm/models/montant-tva.d.ts +0 -16
  871. package/dist/esm/models/montant-tva.js +0 -14
  872. package/dist/esm/models/montant-unitaire-ht.d.ts +0 -16
  873. package/dist/esm/models/montant-unitaire-ht.js +0 -14
  874. package/dist/esm/models/note.d.ts +0 -18
  875. package/dist/esm/models/note.js +0 -14
  876. package/dist/esm/models/obtenir-id-chorus-pro-request.d.ts +0 -26
  877. package/dist/esm/models/obtenir-id-chorus-pro-request.js +0 -14
  878. package/dist/esm/models/obtenir-id-chorus-pro-response.d.ts +0 -29
  879. package/dist/esm/models/obtenir-id-chorus-pro-response.js +0 -14
  880. package/dist/esm/models/options-processing.d.ts +0 -33
  881. package/dist/esm/models/options-processing.js +0 -14
  882. package/dist/esm/models/parametres-signature.d.ts +0 -34
  883. package/dist/esm/models/parametres-signature.js +0 -14
  884. package/dist/esm/models/parametres-structure.d.ts +0 -28
  885. package/dist/esm/models/parametres-structure.js +0 -14
  886. package/dist/esm/models/pdffactur-xinfo.d.ts +0 -28
  887. package/dist/esm/models/pdffactur-xinfo.js +0 -14
  888. package/dist/esm/models/piece-jointe-complementaire.d.ts +0 -21
  889. package/dist/esm/models/piece-jointe-complementaire.js +0 -14
  890. package/dist/esm/models/profil-api.d.ts +0 -18
  891. package/dist/esm/models/profil-api.js +0 -19
  892. package/dist/esm/models/quantite.d.ts +0 -16
  893. package/dist/esm/models/quantite.js +0 -14
  894. package/dist/esm/models/quota-info.d.ts +0 -21
  895. package/dist/esm/models/quota-info.js +0 -14
  896. package/dist/esm/models/rechercher-services-response.d.ts +0 -24
  897. package/dist/esm/models/rechercher-services-response.js +0 -14
  898. package/dist/esm/models/rechercher-structure-request.d.ts +0 -25
  899. package/dist/esm/models/rechercher-structure-request.js +0 -14
  900. package/dist/esm/models/rechercher-structure-response.d.ts +0 -30
  901. package/dist/esm/models/rechercher-structure-response.js +0 -14
  902. package/dist/esm/models/references.d.ts +0 -27
  903. package/dist/esm/models/references.js +0 -14
  904. package/dist/esm/models/reponse-tache.d.ts +0 -17
  905. package/dist/esm/models/reponse-tache.js +0 -14
  906. package/dist/esm/models/reponse-validation-erreur.d.ts +0 -17
  907. package/dist/esm/models/reponse-validation-erreur.js +0 -14
  908. package/dist/esm/models/reponse-validation-succes.d.ts +0 -17
  909. package/dist/esm/models/reponse-validation-succes.js +0 -14
  910. package/dist/esm/models/resultat-afnor.d.ts +0 -30
  911. package/dist/esm/models/resultat-afnor.js +0 -14
  912. package/dist/esm/models/resultat-chorus-pro.d.ts +0 -22
  913. package/dist/esm/models/resultat-chorus-pro.js +0 -14
  914. package/dist/esm/models/resultat-validation-pdfapi.d.ts +0 -93
  915. package/dist/esm/models/resultat-validation-pdfapi.js +0 -14
  916. package/dist/esm/models/service-structure.d.ts +0 -32
  917. package/dist/esm/models/service-structure.js +0 -14
  918. package/dist/esm/models/soumettre-facture-complete-request.d.ts +0 -34
  919. package/dist/esm/models/soumettre-facture-complete-request.js +0 -14
  920. package/dist/esm/models/soumettre-facture-complete-response.d.ts +0 -53
  921. package/dist/esm/models/soumettre-facture-complete-response.js +0 -17
  922. package/dist/esm/models/soumettre-facture-request.d.ts +0 -44
  923. package/dist/esm/models/soumettre-facture-request.js +0 -14
  924. package/dist/esm/models/soumettre-facture-response.d.ts +0 -26
  925. package/dist/esm/models/soumettre-facture-response.js +0 -14
  926. package/dist/esm/models/statut-celery.d.ts +0 -22
  927. package/dist/esm/models/statut-celery.js +0 -23
  928. package/dist/esm/models/statut-facture.d.ts +0 -25
  929. package/dist/esm/models/statut-facture.js +0 -14
  930. package/dist/esm/models/statut-tache.d.ts +0 -25
  931. package/dist/esm/models/statut-tache.js +0 -14
  932. package/dist/esm/models/tauxmanuel.d.ts +0 -16
  933. package/dist/esm/models/tauxmanuel.js +0 -14
  934. package/dist/esm/models/type-facture.d.ts +0 -19
  935. package/dist/esm/models/type-facture.js +0 -20
  936. package/dist/esm/models/type-tva.d.ts +0 -21
  937. package/dist/esm/models/type-tva.js +0 -22
  938. package/dist/esm/models/unite.d.ts +0 -23
  939. package/dist/esm/models/unite.js +0 -24
  940. package/dist/esm/models/utilisateur.d.ts +0 -29
  941. package/dist/esm/models/utilisateur.js +0 -14
  942. package/dist/models/adresse-electronique.d.ts +0 -19
  943. package/dist/models/adresse-electronique.js +0 -15
  944. package/dist/models/adresse-postale.d.ts +0 -21
  945. package/dist/models/adresse-postale.js +0 -15
  946. package/dist/models/body-ajouter-fichier-api-v1-chorus-pro-transverses-ajouter-fichier-post.d.ts +0 -20
  947. package/dist/models/body-ajouter-fichier-api-v1-chorus-pro-transverses-ajouter-fichier-post.js +0 -15
  948. package/dist/models/body-completer-facture-api-v1-chorus-pro-factures-completer-post.d.ts +0 -20
  949. package/dist/models/body-completer-facture-api-v1-chorus-pro-factures-completer-post.js +0 -15
  950. package/dist/models/body-lister-services-structure-api-v1-chorus-pro-structures-id-structure-cpp-services-get.d.ts +0 -17
  951. package/dist/models/body-lister-services-structure-api-v1-chorus-pro-structures-id-structure-cpp-services-get.js +0 -15
  952. package/dist/models/body-rechercher-factures-destinataire-api-v1-chorus-pro-factures-rechercher-destinataire-post.d.ts +0 -20
  953. package/dist/models/body-rechercher-factures-destinataire-api-v1-chorus-pro-factures-rechercher-destinataire-post.js +0 -15
  954. package/dist/models/body-rechercher-factures-fournisseur-api-v1-chorus-pro-factures-rechercher-fournisseur-post.d.ts +0 -20
  955. package/dist/models/body-rechercher-factures-fournisseur-api-v1-chorus-pro-factures-rechercher-fournisseur-post.js +0 -15
  956. package/dist/models/body-recycler-facture-api-v1-chorus-pro-factures-recycler-post.d.ts +0 -20
  957. package/dist/models/body-recycler-facture-api-v1-chorus-pro-factures-recycler-post.js +0 -15
  958. package/dist/models/body-telecharger-groupe-factures-api-v1-chorus-pro-factures-telecharger-groupe-post.d.ts +0 -20
  959. package/dist/models/body-telecharger-groupe-factures-api-v1-chorus-pro-factures-telecharger-groupe-post.js +0 -15
  960. package/dist/models/body-traiter-facture-recue-api-v1-chorus-pro-factures-traiter-facture-recue-post.d.ts +0 -20
  961. package/dist/models/body-traiter-facture-recue-api-v1-chorus-pro-factures-traiter-facture-recue-post.js +0 -15
  962. package/dist/models/body-valideur-consulter-facture-api-v1-chorus-pro-factures-valideur-consulter-post.d.ts +0 -20
  963. package/dist/models/body-valideur-consulter-facture-api-v1-chorus-pro-factures-valideur-consulter-post.js +0 -15
  964. package/dist/models/body-valideur-rechercher-factures-api-v1-chorus-pro-factures-valideur-rechercher-post.d.ts +0 -20
  965. package/dist/models/body-valideur-rechercher-factures-api-v1-chorus-pro-factures-valideur-rechercher-post.js +0 -15
  966. package/dist/models/body-valideur-traiter-facture-api-v1-chorus-pro-factures-valideur-traiter-post.d.ts +0 -20
  967. package/dist/models/body-valideur-traiter-facture-api-v1-chorus-pro-factures-valideur-traiter-post.js +0 -15
  968. package/dist/models/cadre-de-facturation.d.ts +0 -20
  969. package/dist/models/cadre-de-facturation.js +0 -15
  970. package/dist/models/categorie-tva.d.ts +0 -53
  971. package/dist/models/categorie-tva.js +0 -57
  972. package/dist/models/chorus-pro-credentials.d.ts +0 -36
  973. package/dist/models/chorus-pro-credentials.js +0 -15
  974. package/dist/models/code-cadre-facturation.d.ts +0 -18
  975. package/dist/models/code-cadre-facturation.js +0 -22
  976. package/dist/models/code-raison-reduction.d.ts +0 -45
  977. package/dist/models/code-raison-reduction.js +0 -49
  978. package/dist/models/consulter-facture-request.d.ts +0 -22
  979. package/dist/models/consulter-facture-request.js +0 -15
  980. package/dist/models/consulter-facture-response.d.ts +0 -26
  981. package/dist/models/consulter-facture-response.js +0 -15
  982. package/dist/models/consulter-structure-request.d.ts +0 -26
  983. package/dist/models/consulter-structure-request.js +0 -15
  984. package/dist/models/consulter-structure-response.d.ts +0 -26
  985. package/dist/models/consulter-structure-response.js +0 -15
  986. package/dist/models/credentials-afnor.d.ts +0 -19
  987. package/dist/models/credentials-afnor.js +0 -15
  988. package/dist/models/credentials-chorus-pro.d.ts +0 -24
  989. package/dist/models/credentials-chorus-pro.js +0 -15
  990. package/dist/models/destinataire.d.ts +0 -24
  991. package/dist/models/destinataire.js +0 -15
  992. package/dist/models/destination-afnor.d.ts +0 -34
  993. package/dist/models/destination-afnor.js +0 -24
  994. package/dist/models/destination-chorus-pro.d.ts +0 -23
  995. package/dist/models/destination-chorus-pro.js +0 -19
  996. package/dist/models/donnees-facture-simplifiees.d.ts +0 -46
  997. package/dist/models/donnees-facture-simplifiees.js +0 -15
  998. package/dist/models/facture-enrichie-info.d.ts +0 -24
  999. package/dist/models/facture-enrichie-info.js +0 -15
  1000. package/dist/models/format-sortie.d.ts +0 -16
  1001. package/dist/models/format-sortie.js +0 -20
  1002. package/dist/models/fournisseur.d.ts +0 -28
  1003. package/dist/models/fournisseur.js +0 -15
  1004. package/dist/models/information-signature-api.d.ts +0 -25
  1005. package/dist/models/information-signature-api.js +0 -15
  1006. package/dist/models/ligne-de-poste-montant-remise-ht.d.ts +0 -16
  1007. package/dist/models/ligne-de-poste-montant-remise-ht.js +0 -15
  1008. package/dist/models/ligne-de-poste-taux-tva-manuel.d.ts +0 -16
  1009. package/dist/models/ligne-de-poste-taux-tva-manuel.js +0 -15
  1010. package/dist/models/ligne-de-poste.d.ts +0 -39
  1011. package/dist/models/ligne-de-poste.js +0 -15
  1012. package/dist/models/ligne-de-tva.d.ts +0 -25
  1013. package/dist/models/ligne-de-tva.js +0 -15
  1014. package/dist/models/mode-depot.d.ts +0 -20
  1015. package/dist/models/mode-depot.js +0 -24
  1016. package/dist/models/mode-paiement.d.ts +0 -23
  1017. package/dist/models/mode-paiement.js +0 -27
  1018. package/dist/models/montant-apayer.d.ts +0 -16
  1019. package/dist/models/montant-apayer.js +0 -15
  1020. package/dist/models/montant-base-ht.d.ts +0 -16
  1021. package/dist/models/montant-base-ht.js +0 -15
  1022. package/dist/models/montant-ht-total.d.ts +0 -16
  1023. package/dist/models/montant-ht-total.js +0 -15
  1024. package/dist/models/montant-remise-globale-ttc.d.ts +0 -16
  1025. package/dist/models/montant-remise-globale-ttc.js +0 -15
  1026. package/dist/models/montant-total-acompte.d.ts +0 -16
  1027. package/dist/models/montant-total-acompte.js +0 -15
  1028. package/dist/models/montant-total-ligne-ht.d.ts +0 -16
  1029. package/dist/models/montant-total-ligne-ht.js +0 -15
  1030. package/dist/models/montant-total.d.ts +0 -29
  1031. package/dist/models/montant-total.js +0 -15
  1032. package/dist/models/montant-ttc-total.d.ts +0 -16
  1033. package/dist/models/montant-ttc-total.js +0 -15
  1034. package/dist/models/montant-tva-ligne.d.ts +0 -16
  1035. package/dist/models/montant-tva-ligne.js +0 -15
  1036. package/dist/models/montant-tva-total.d.ts +0 -16
  1037. package/dist/models/montant-tva-total.js +0 -15
  1038. package/dist/models/montant-tva.d.ts +0 -16
  1039. package/dist/models/montant-tva.js +0 -15
  1040. package/dist/models/montant-unitaire-ht.d.ts +0 -16
  1041. package/dist/models/montant-unitaire-ht.js +0 -15
  1042. package/dist/models/note.d.ts +0 -18
  1043. package/dist/models/note.js +0 -15
  1044. package/dist/models/obtenir-id-chorus-pro-request.d.ts +0 -26
  1045. package/dist/models/obtenir-id-chorus-pro-request.js +0 -15
  1046. package/dist/models/obtenir-id-chorus-pro-response.d.ts +0 -29
  1047. package/dist/models/obtenir-id-chorus-pro-response.js +0 -15
  1048. package/dist/models/options-processing.d.ts +0 -33
  1049. package/dist/models/options-processing.js +0 -15
  1050. package/dist/models/parametres-signature.d.ts +0 -34
  1051. package/dist/models/parametres-signature.js +0 -15
  1052. package/dist/models/parametres-structure.d.ts +0 -28
  1053. package/dist/models/parametres-structure.js +0 -15
  1054. package/dist/models/pdffactur-xinfo.d.ts +0 -28
  1055. package/dist/models/pdffactur-xinfo.js +0 -15
  1056. package/dist/models/piece-jointe-complementaire.d.ts +0 -21
  1057. package/dist/models/piece-jointe-complementaire.js +0 -15
  1058. package/dist/models/profil-api.d.ts +0 -18
  1059. package/dist/models/profil-api.js +0 -22
  1060. package/dist/models/quantite.d.ts +0 -16
  1061. package/dist/models/quantite.js +0 -15
  1062. package/dist/models/quota-info.d.ts +0 -21
  1063. package/dist/models/quota-info.js +0 -15
  1064. package/dist/models/rechercher-services-response.d.ts +0 -24
  1065. package/dist/models/rechercher-services-response.js +0 -15
  1066. package/dist/models/rechercher-structure-request.d.ts +0 -25
  1067. package/dist/models/rechercher-structure-request.js +0 -15
  1068. package/dist/models/rechercher-structure-response.d.ts +0 -30
  1069. package/dist/models/rechercher-structure-response.js +0 -15
  1070. package/dist/models/references.d.ts +0 -27
  1071. package/dist/models/references.js +0 -15
  1072. package/dist/models/reponse-tache.d.ts +0 -17
  1073. package/dist/models/reponse-tache.js +0 -15
  1074. package/dist/models/reponse-validation-erreur.d.ts +0 -17
  1075. package/dist/models/reponse-validation-erreur.js +0 -15
  1076. package/dist/models/reponse-validation-succes.d.ts +0 -17
  1077. package/dist/models/reponse-validation-succes.js +0 -15
  1078. package/dist/models/resultat-afnor.d.ts +0 -30
  1079. package/dist/models/resultat-afnor.js +0 -15
  1080. package/dist/models/resultat-chorus-pro.d.ts +0 -22
  1081. package/dist/models/resultat-chorus-pro.js +0 -15
  1082. package/dist/models/resultat-validation-pdfapi.d.ts +0 -93
  1083. package/dist/models/resultat-validation-pdfapi.js +0 -15
  1084. package/dist/models/service-structure.d.ts +0 -32
  1085. package/dist/models/service-structure.js +0 -15
  1086. package/dist/models/soumettre-facture-complete-request.d.ts +0 -34
  1087. package/dist/models/soumettre-facture-complete-request.js +0 -15
  1088. package/dist/models/soumettre-facture-complete-response.d.ts +0 -53
  1089. package/dist/models/soumettre-facture-complete-response.js +0 -20
  1090. package/dist/models/soumettre-facture-request.d.ts +0 -44
  1091. package/dist/models/soumettre-facture-request.js +0 -15
  1092. package/dist/models/soumettre-facture-response.d.ts +0 -26
  1093. package/dist/models/soumettre-facture-response.js +0 -15
  1094. package/dist/models/statut-celery.d.ts +0 -22
  1095. package/dist/models/statut-celery.js +0 -26
  1096. package/dist/models/statut-facture.d.ts +0 -25
  1097. package/dist/models/statut-facture.js +0 -15
  1098. package/dist/models/statut-tache.d.ts +0 -25
  1099. package/dist/models/statut-tache.js +0 -15
  1100. package/dist/models/tauxmanuel.d.ts +0 -16
  1101. package/dist/models/tauxmanuel.js +0 -15
  1102. package/dist/models/type-facture.d.ts +0 -19
  1103. package/dist/models/type-facture.js +0 -23
  1104. package/dist/models/type-tva.d.ts +0 -21
  1105. package/dist/models/type-tva.js +0 -25
  1106. package/dist/models/unite.d.ts +0 -23
  1107. package/dist/models/unite.js +0 -27
  1108. package/dist/models/utilisateur.d.ts +0 -29
  1109. package/dist/models/utilisateur.js +0 -15
  1110. package/docs/AdresseElectronique.md +0 -23
  1111. package/docs/AdressePostale.md +0 -29
  1112. package/docs/BodyAjouterFichierApiV1ChorusProTransversesAjouterFichierPost.md +0 -24
  1113. package/docs/BodyCompleterFactureApiV1ChorusProFacturesCompleterPost.md +0 -24
  1114. package/docs/BodyListerServicesStructureApiV1ChorusProStructuresIdStructureCppServicesGet.md +0 -22
  1115. package/docs/BodyRechercherFacturesDestinataireApiV1ChorusProFacturesRechercherDestinatairePost.md +0 -24
  1116. package/docs/BodyRechercherFacturesFournisseurApiV1ChorusProFacturesRechercherFournisseurPost.md +0 -24
  1117. package/docs/BodyRecyclerFactureApiV1ChorusProFacturesRecyclerPost.md +0 -24
  1118. package/docs/BodyTelechargerGroupeFacturesApiV1ChorusProFacturesTelechargerGroupePost.md +0 -24
  1119. package/docs/BodyTraiterFactureRecueApiV1ChorusProFacturesTraiterFactureRecuePost.md +0 -24
  1120. package/docs/BodyValideurConsulterFactureApiV1ChorusProFacturesValideurConsulterPost.md +0 -24
  1121. package/docs/BodyValideurRechercherFacturesApiV1ChorusProFacturesValideurRechercherPost.md +0 -24
  1122. package/docs/BodyValideurTraiterFactureApiV1ChorusProFacturesValideurTraiterPost.md +0 -24
  1123. package/docs/CadreDeFacturation.md +0 -25
  1124. package/docs/CategorieTVA.md +0 -25
  1125. package/docs/ChorusProCredentials.md +0 -29
  1126. package/docs/CodeCadreFacturation.md +0 -14
  1127. package/docs/CodeRaisonReduction.md +0 -21
  1128. package/docs/ConsulterFactureRequest.md +0 -23
  1129. package/docs/ConsulterFactureResponse.md +0 -37
  1130. package/docs/ConsulterStructureRequest.md +0 -25
  1131. package/docs/ConsulterStructureResponse.md +0 -37
  1132. package/docs/CredentialsAFNOR.md +0 -25
  1133. package/docs/CredentialsChorusPro.md +0 -29
  1134. package/docs/Destinataire.md +0 -31
  1135. package/docs/DestinationAFNOR.md +0 -27
  1136. package/docs/DestinationChorusPro.md +0 -23
  1137. package/docs/DonneesFactureSimplifiees.md +0 -37
  1138. package/docs/FactureEnrichieInfo.md +0 -35
  1139. package/docs/FormatSortie.md +0 -10
  1140. package/docs/Fournisseur.md +0 -39
  1141. package/docs/InformationSignatureAPI.md +0 -31
  1142. package/docs/LigneDePoste.md +0 -49
  1143. package/docs/LigneDePosteMontantRemiseHt.md +0 -19
  1144. package/docs/LigneDePosteTauxTvaManuel.md +0 -19
  1145. package/docs/LigneDeTVA.md +0 -29
  1146. package/docs/ModeDepot.md +0 -13
  1147. package/docs/ModePaiement.md +0 -19
  1148. package/docs/MontantAPayer.md +0 -19
  1149. package/docs/MontantBaseHt.md +0 -19
  1150. package/docs/MontantHtTotal.md +0 -19
  1151. package/docs/MontantRemiseGlobaleTtc.md +0 -19
  1152. package/docs/MontantTotal.md +0 -33
  1153. package/docs/MontantTotalAcompte.md +0 -19
  1154. package/docs/MontantTotalLigneHt.md +0 -19
  1155. package/docs/MontantTtcTotal.md +0 -19
  1156. package/docs/MontantTva.md +0 -19
  1157. package/docs/MontantTvaLigne.md +0 -19
  1158. package/docs/MontantTvaTotal.md +0 -19
  1159. package/docs/MontantUnitaireHt.md +0 -19
  1160. package/docs/Note.md +0 -23
  1161. package/docs/ObtenirIdChorusProRequest.md +0 -25
  1162. package/docs/ObtenirIdChorusProResponse.md +0 -27
  1163. package/docs/OptionsProcessing.md +0 -27
  1164. package/docs/PDFFacturXInfo.md +0 -25
  1165. package/docs/ParametresSignature.md +0 -37
  1166. package/docs/ParametresStructure.md +0 -25
  1167. package/docs/PieceJointeComplementaire.md +0 -29
  1168. package/docs/ProfilAPI.md +0 -14
  1169. package/docs/Quantite.md +0 -19
  1170. package/docs/QuotaInfo.md +0 -29
  1171. package/docs/RechercherServicesResponse.md +0 -27
  1172. package/docs/RechercherStructureRequest.md +0 -29
  1173. package/docs/RechercherStructureResponse.md +0 -27
  1174. package/docs/References.md +0 -35
  1175. package/docs/ReponseTache.md +0 -21
  1176. package/docs/ReponseValidationErreur.md +0 -20
  1177. package/docs/ReponseValidationSucces.md +0 -20
  1178. package/docs/ResultatAFNOR.md +0 -29
  1179. package/docs/ResultatChorusPro.md +0 -25
  1180. package/docs/ResultatValidationPDFAPI.md +0 -65
  1181. package/docs/SantApi.md +0 -97
  1182. package/docs/ServiceStructure.md +0 -27
  1183. package/docs/SoumettreFactureCompleteRequest.md +0 -29
  1184. package/docs/SoumettreFactureCompleteResponse.md +0 -37
  1185. package/docs/SoumettreFactureRequest.md +0 -49
  1186. package/docs/SoumettreFactureResponse.md +0 -27
  1187. package/docs/StatutCelery.md +0 -17
  1188. package/docs/StatutFacture.md +0 -25
  1189. package/docs/StatutTache.md +0 -25
  1190. package/docs/Tauxmanuel.md +0 -19
  1191. package/docs/TraitementFactureApi.md +0 -670
  1192. package/docs/TypeFacture.md +0 -11
  1193. package/docs/TypeTVA.md +0 -15
  1194. package/docs/Unite.md +0 -19
  1195. package/docs/Utilisateur.md +0 -43
  1196. package/docs/UtilisateurApi.md +0 -52
  1197. package/models/adresse-electronique.ts +0 -29
  1198. package/models/adresse-postale.ts +0 -27
  1199. package/models/body-ajouter-fichier-api-v1-chorus-pro-transverses-ajouter-fichier-post.ts +0 -28
  1200. package/models/body-completer-facture-api-v1-chorus-pro-factures-completer-post.ts +0 -28
  1201. package/models/body-lister-services-structure-api-v1-chorus-pro-structures-id-structure-cpp-services-get.ts +0 -27
  1202. package/models/body-rechercher-factures-destinataire-api-v1-chorus-pro-factures-rechercher-destinataire-post.ts +0 -28
  1203. package/models/body-rechercher-factures-fournisseur-api-v1-chorus-pro-factures-rechercher-fournisseur-post.ts +0 -28
  1204. package/models/body-recycler-facture-api-v1-chorus-pro-factures-recycler-post.ts +0 -28
  1205. package/models/body-telecharger-groupe-factures-api-v1-chorus-pro-factures-telecharger-groupe-post.ts +0 -28
  1206. package/models/body-traiter-facture-recue-api-v1-chorus-pro-factures-traiter-facture-recue-post.ts +0 -28
  1207. package/models/body-valideur-consulter-facture-api-v1-chorus-pro-factures-valideur-consulter-post.ts +0 -28
  1208. package/models/body-valideur-rechercher-factures-api-v1-chorus-pro-factures-valideur-rechercher-post.ts +0 -28
  1209. package/models/body-valideur-traiter-facture-api-v1-chorus-pro-factures-valideur-traiter-post.ts +0 -28
  1210. package/models/cadre-de-facturation.ts +0 -30
  1211. package/models/categorie-tva.ts +0 -63
  1212. package/models/chorus-pro-credentials.ts +0 -42
  1213. package/models/code-cadre-facturation.ts +0 -28
  1214. package/models/code-raison-reduction.ts +0 -55
  1215. package/models/consulter-facture-request.ts +0 -30
  1216. package/models/consulter-facture-response.ts +0 -34
  1217. package/models/consulter-structure-request.ts +0 -34
  1218. package/models/consulter-structure-response.ts +0 -34
  1219. package/models/credentials-afnor.ts +0 -25
  1220. package/models/credentials-chorus-pro.ts +0 -30
  1221. package/models/destinataire.ts +0 -34
  1222. package/models/destination-afnor.ts +0 -46
  1223. package/models/destination-chorus-pro.ts +0 -34
  1224. package/models/donnees-facture-simplifiees.ts +0 -46
  1225. package/models/facture-enrichie-info.ts +0 -30
  1226. package/models/format-sortie.ts +0 -26
  1227. package/models/fournisseur.ts +0 -38
  1228. package/models/information-signature-api.ts +0 -31
  1229. package/models/ligne-de-poste-montant-remise-ht.ts +0 -22
  1230. package/models/ligne-de-poste-taux-tva-manuel.ts +0 -22
  1231. package/models/ligne-de-poste.ts +0 -63
  1232. package/models/ligne-de-tva.ts +0 -41
  1233. package/models/mode-depot.ts +0 -30
  1234. package/models/mode-paiement.ts +0 -33
  1235. package/models/montant-apayer.ts +0 -22
  1236. package/models/montant-base-ht.ts +0 -22
  1237. package/models/montant-ht-total.ts +0 -22
  1238. package/models/montant-remise-globale-ttc.ts +0 -22
  1239. package/models/montant-total-acompte.ts +0 -22
  1240. package/models/montant-total-ligne-ht.ts +0 -22
  1241. package/models/montant-total.ts +0 -47
  1242. package/models/montant-ttc-total.ts +0 -22
  1243. package/models/montant-tva-ligne.ts +0 -22
  1244. package/models/montant-tva-total.ts +0 -22
  1245. package/models/montant-tva.ts +0 -22
  1246. package/models/montant-unitaire-ht.ts +0 -22
  1247. package/models/note.ts +0 -24
  1248. package/models/obtenir-id-chorus-pro-request.ts +0 -34
  1249. package/models/obtenir-id-chorus-pro-response.ts +0 -35
  1250. package/models/options-processing.ts +0 -43
  1251. package/models/parametres-signature.ts +0 -40
  1252. package/models/parametres-structure.ts +0 -34
  1253. package/models/pdffactur-xinfo.ts +0 -34
  1254. package/models/piece-jointe-complementaire.ts +0 -27
  1255. package/models/profil-api.ts +0 -28
  1256. package/models/quantite.ts +0 -22
  1257. package/models/quota-info.ts +0 -27
  1258. package/models/rechercher-services-response.ts +0 -32
  1259. package/models/rechercher-structure-request.ts +0 -33
  1260. package/models/rechercher-structure-response.ts +0 -38
  1261. package/models/references.ts +0 -41
  1262. package/models/reponse-tache.ts +0 -23
  1263. package/models/reponse-validation-erreur.ts +0 -23
  1264. package/models/reponse-validation-succes.ts +0 -23
  1265. package/models/resultat-afnor.ts +0 -36
  1266. package/models/resultat-chorus-pro.ts +0 -28
  1267. package/models/resultat-validation-pdfapi.ts +0 -99
  1268. package/models/service-structure.ts +0 -38
  1269. package/models/soumettre-facture-complete-request.ts +0 -48
  1270. package/models/soumettre-facture-complete-response.ts +0 -72
  1271. package/models/soumettre-facture-request.ts +0 -58
  1272. package/models/soumettre-facture-response.ts +0 -32
  1273. package/models/statut-celery.ts +0 -32
  1274. package/models/statut-facture.ts +0 -31
  1275. package/models/statut-tache.ts +0 -33
  1276. package/models/tauxmanuel.ts +0 -22
  1277. package/models/type-facture.ts +0 -29
  1278. package/models/type-tva.ts +0 -31
  1279. package/models/unite.ts +0 -33
  1280. package/models/utilisateur.ts +0 -37
@@ -0,0 +1,335 @@
1
+ # PDFXMLVerificationApi
2
+
3
+ All URIs are relative to *http://localhost*
4
+
5
+ |Method | HTTP request | Description|
6
+ |------------- | ------------- | -------------|
7
+ |[**getVerificationStatusApiV1VerificationVerifyAsyncTaskIdStatusGet**](#getverificationstatusapiv1verificationverifyasynctaskidstatusget) | **GET** /api/v1/verification/verify-async/{task_id}/status | Get status of an asynchronous verification|
8
+ |[**getVerificationStatusApiV1VerificationVerifyAsyncTaskIdStatusGet_0**](#getverificationstatusapiv1verificationverifyasynctaskidstatusget_0) | **GET** /api/v1/verification/verify-async/{task_id}/status | Get status of an asynchronous verification|
9
+ |[**verifyPdfAsyncApiV1VerificationVerifyAsyncPost**](#verifypdfasyncapiv1verificationverifyasyncpost) | **POST** /api/v1/verification/verify-async | Verify PDF/XML Factur-X compliance (asynchronous)|
10
+ |[**verifyPdfAsyncApiV1VerificationVerifyAsyncPost_0**](#verifypdfasyncapiv1verificationverifyasyncpost_0) | **POST** /api/v1/verification/verify-async | Verify PDF/XML Factur-X compliance (asynchronous)|
11
+ |[**verifyPdfSyncApiV1VerificationVerifyPost**](#verifypdfsyncapiv1verificationverifypost) | **POST** /api/v1/verification/verify | Verify PDF/XML Factur-X compliance (synchronous)|
12
+ |[**verifyPdfSyncApiV1VerificationVerifyPost_0**](#verifypdfsyncapiv1verificationverifypost_0) | **POST** /api/v1/verification/verify | Verify PDF/XML Factur-X compliance (synchronous)|
13
+
14
+ # **getVerificationStatusApiV1VerificationVerifyAsyncTaskIdStatusGet**
15
+ > TaskStatus getVerificationStatusApiV1VerificationVerifyAsyncTaskIdStatusGet()
16
+
17
+ Retrieves the status and result of an asynchronous verification task. **Possible statuses:** - `PENDING`: Task waiting in queue - `STARTED`: Task currently running - `SUCCESS`: Task completed successfully (see `result`) - `FAILURE`: System error (unhandled exception) **Note:** The `result.status` field can be \"SUCCESS\" or \"ERROR\" independently of Celery status (which will always be SUCCESS if the task ran).
18
+
19
+ ### Example
20
+
21
+ ```typescript
22
+ import {
23
+ PDFXMLVerificationApi,
24
+ Configuration
25
+ } from '@factpulse/sdk';
26
+
27
+ const configuration = new Configuration();
28
+ const apiInstance = new PDFXMLVerificationApi(configuration);
29
+
30
+ let taskId: string; // (default to undefined)
31
+
32
+ const { status, data } = await apiInstance.getVerificationStatusApiV1VerificationVerifyAsyncTaskIdStatusGet(
33
+ taskId
34
+ );
35
+ ```
36
+
37
+ ### Parameters
38
+
39
+ |Name | Type | Description | Notes|
40
+ |------------- | ------------- | ------------- | -------------|
41
+ | **taskId** | [**string**] | | defaults to undefined|
42
+
43
+
44
+ ### Return type
45
+
46
+ **TaskStatus**
47
+
48
+ ### Authorization
49
+
50
+ [HTTPBearer](../README.md#HTTPBearer)
51
+
52
+ ### HTTP request headers
53
+
54
+ - **Content-Type**: Not defined
55
+ - **Accept**: application/json
56
+
57
+
58
+ ### HTTP response details
59
+ | Status code | Description | Response headers |
60
+ |-------------|-------------|------------------|
61
+ |**200** | Successful Response | - |
62
+ |**422** | Validation Error | - |
63
+
64
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
65
+
66
+ # **getVerificationStatusApiV1VerificationVerifyAsyncTaskIdStatusGet_0**
67
+ > TaskStatus getVerificationStatusApiV1VerificationVerifyAsyncTaskIdStatusGet_0()
68
+
69
+ Retrieves the status and result of an asynchronous verification task. **Possible statuses:** - `PENDING`: Task waiting in queue - `STARTED`: Task currently running - `SUCCESS`: Task completed successfully (see `result`) - `FAILURE`: System error (unhandled exception) **Note:** The `result.status` field can be \"SUCCESS\" or \"ERROR\" independently of Celery status (which will always be SUCCESS if the task ran).
70
+
71
+ ### Example
72
+
73
+ ```typescript
74
+ import {
75
+ PDFXMLVerificationApi,
76
+ Configuration
77
+ } from '@factpulse/sdk';
78
+
79
+ const configuration = new Configuration();
80
+ const apiInstance = new PDFXMLVerificationApi(configuration);
81
+
82
+ let taskId: string; // (default to undefined)
83
+
84
+ const { status, data } = await apiInstance.getVerificationStatusApiV1VerificationVerifyAsyncTaskIdStatusGet_0(
85
+ taskId
86
+ );
87
+ ```
88
+
89
+ ### Parameters
90
+
91
+ |Name | Type | Description | Notes|
92
+ |------------- | ------------- | ------------- | -------------|
93
+ | **taskId** | [**string**] | | defaults to undefined|
94
+
95
+
96
+ ### Return type
97
+
98
+ **TaskStatus**
99
+
100
+ ### Authorization
101
+
102
+ [HTTPBearer](../README.md#HTTPBearer)
103
+
104
+ ### HTTP request headers
105
+
106
+ - **Content-Type**: Not defined
107
+ - **Accept**: application/json
108
+
109
+
110
+ ### HTTP response details
111
+ | Status code | Description | Response headers |
112
+ |-------------|-------------|------------------|
113
+ |**200** | Successful Response | - |
114
+ |**422** | Validation Error | - |
115
+
116
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
117
+
118
+ # **verifyPdfAsyncApiV1VerificationVerifyAsyncPost**
119
+ > TaskResponse verifyPdfAsyncApiV1VerificationVerifyAsyncPost()
120
+
121
+ Verifies PDF/XML Factur-X compliance asynchronously. **IMPORTANT**: Only Factur-X PDFs (with embedded XML) are accepted. PDFs without Factur-X XML will return a `NOT_FACTURX` error in the result. This version uses a Celery task and can call the OCR service if the PDF is an image or if `force_ocr=true`. **Returns immediately** a task ID. Use `/verify-async/{task_id}/status` to retrieve the result. **Verification principle (Factur-X 1.08):** - Principle #2: XML can only contain info present in the PDF - Principle #4: All XML info must be present and compliant in the PDF **Verified fields:** - Identification: BT-1 (invoice #), BT-2 (date), BT-3 (type), BT-5 (currency), BT-23 (framework) - Seller: BT-27 (name), BT-29 (SIRET), BT-30 (SIREN), BT-31 (VAT) - Buyer: BT-44 (name), BT-46 (SIRET), BT-47 (SIREN), BT-48 (VAT) - Amounts: BT-109 (excl. tax), BT-110 (VAT), BT-112 (incl. tax), BT-115 (amount due) - VAT breakdown: BT-116, BT-117, BT-118, BT-119 - Invoice lines: BT-153, BT-129, BT-146, BT-131 - Mandatory notes: PMT, PMD, AAB - Rule BR-FR-09: SIRET/SIREN consistency **Advantages over synchronous version:** - OCR support for image PDFs (via DocTR service) - Longer timeout for large documents - Doesn\'t block the server
122
+
123
+ ### Example
124
+
125
+ ```typescript
126
+ import {
127
+ PDFXMLVerificationApi,
128
+ Configuration
129
+ } from '@factpulse/sdk';
130
+
131
+ const configuration = new Configuration();
132
+ const apiInstance = new PDFXMLVerificationApi(configuration);
133
+
134
+ let pdfFile: File; //Factur-X PDF file to verify (default to undefined)
135
+ let forceOcr: boolean; //Force OCR usage even if PDF contains native text (optional) (default to false)
136
+
137
+ const { status, data } = await apiInstance.verifyPdfAsyncApiV1VerificationVerifyAsyncPost(
138
+ pdfFile,
139
+ forceOcr
140
+ );
141
+ ```
142
+
143
+ ### Parameters
144
+
145
+ |Name | Type | Description | Notes|
146
+ |------------- | ------------- | ------------- | -------------|
147
+ | **pdfFile** | [**File**] | Factur-X PDF file to verify | defaults to undefined|
148
+ | **forceOcr** | [**boolean**] | Force OCR usage even if PDF contains native text | (optional) defaults to false|
149
+
150
+
151
+ ### Return type
152
+
153
+ **TaskResponse**
154
+
155
+ ### Authorization
156
+
157
+ [HTTPBearer](../README.md#HTTPBearer)
158
+
159
+ ### HTTP request headers
160
+
161
+ - **Content-Type**: multipart/form-data
162
+ - **Accept**: application/json
163
+
164
+
165
+ ### HTTP response details
166
+ | Status code | Description | Response headers |
167
+ |-------------|-------------|------------------|
168
+ |**202** | Successful Response | - |
169
+ |**422** | Validation Error | - |
170
+
171
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
172
+
173
+ # **verifyPdfAsyncApiV1VerificationVerifyAsyncPost_0**
174
+ > TaskResponse verifyPdfAsyncApiV1VerificationVerifyAsyncPost_0()
175
+
176
+ Verifies PDF/XML Factur-X compliance asynchronously. **IMPORTANT**: Only Factur-X PDFs (with embedded XML) are accepted. PDFs without Factur-X XML will return a `NOT_FACTURX` error in the result. This version uses a Celery task and can call the OCR service if the PDF is an image or if `force_ocr=true`. **Returns immediately** a task ID. Use `/verify-async/{task_id}/status` to retrieve the result. **Verification principle (Factur-X 1.08):** - Principle #2: XML can only contain info present in the PDF - Principle #4: All XML info must be present and compliant in the PDF **Verified fields:** - Identification: BT-1 (invoice #), BT-2 (date), BT-3 (type), BT-5 (currency), BT-23 (framework) - Seller: BT-27 (name), BT-29 (SIRET), BT-30 (SIREN), BT-31 (VAT) - Buyer: BT-44 (name), BT-46 (SIRET), BT-47 (SIREN), BT-48 (VAT) - Amounts: BT-109 (excl. tax), BT-110 (VAT), BT-112 (incl. tax), BT-115 (amount due) - VAT breakdown: BT-116, BT-117, BT-118, BT-119 - Invoice lines: BT-153, BT-129, BT-146, BT-131 - Mandatory notes: PMT, PMD, AAB - Rule BR-FR-09: SIRET/SIREN consistency **Advantages over synchronous version:** - OCR support for image PDFs (via DocTR service) - Longer timeout for large documents - Doesn\'t block the server
177
+
178
+ ### Example
179
+
180
+ ```typescript
181
+ import {
182
+ PDFXMLVerificationApi,
183
+ Configuration
184
+ } from '@factpulse/sdk';
185
+
186
+ const configuration = new Configuration();
187
+ const apiInstance = new PDFXMLVerificationApi(configuration);
188
+
189
+ let pdfFile: File; //Factur-X PDF file to verify (default to undefined)
190
+ let forceOcr: boolean; //Force OCR usage even if PDF contains native text (optional) (default to false)
191
+
192
+ const { status, data } = await apiInstance.verifyPdfAsyncApiV1VerificationVerifyAsyncPost_0(
193
+ pdfFile,
194
+ forceOcr
195
+ );
196
+ ```
197
+
198
+ ### Parameters
199
+
200
+ |Name | Type | Description | Notes|
201
+ |------------- | ------------- | ------------- | -------------|
202
+ | **pdfFile** | [**File**] | Factur-X PDF file to verify | defaults to undefined|
203
+ | **forceOcr** | [**boolean**] | Force OCR usage even if PDF contains native text | (optional) defaults to false|
204
+
205
+
206
+ ### Return type
207
+
208
+ **TaskResponse**
209
+
210
+ ### Authorization
211
+
212
+ [HTTPBearer](../README.md#HTTPBearer)
213
+
214
+ ### HTTP request headers
215
+
216
+ - **Content-Type**: multipart/form-data
217
+ - **Accept**: application/json
218
+
219
+
220
+ ### HTTP response details
221
+ | Status code | Description | Response headers |
222
+ |-------------|-------------|------------------|
223
+ |**202** | Successful Response | - |
224
+ |**422** | Validation Error | - |
225
+
226
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
227
+
228
+ # **verifyPdfSyncApiV1VerificationVerifyPost**
229
+ > VerificationSuccessResponse verifyPdfSyncApiV1VerificationVerifyPost()
230
+
231
+ Verifies compliance between the PDF and its embedded Factur-X XML. **IMPORTANT**: Only Factur-X PDFs (with embedded XML) are accepted. PDFs without Factur-X XML will be rejected with a 400 error. This synchronous version uses only native PDF extraction (pdfplumber). For image PDFs requiring OCR, use the `/verify-async` endpoint. **Verification principle (Factur-X 1.08):** - Principle #2: XML can only contain info present in the PDF - Principle #4: All XML info must be present and compliant in the PDF **Verified fields:** - Identification: BT-1 (invoice #), BT-2 (date), BT-3 (type), BT-5 (currency), BT-23 (framework) - Seller: BT-27 (name), BT-29 (SIRET), BT-30 (SIREN), BT-31 (VAT) - Buyer: BT-44 (name), BT-46 (SIRET), BT-47 (SIREN), BT-48 (VAT) - Amounts: BT-109 (excl. tax), BT-110 (VAT), BT-112 (incl. tax), BT-115 (amount due) - VAT breakdown: BT-116, BT-117, BT-118, BT-119 - Invoice lines: BT-153, BT-129, BT-146, BT-131 - Mandatory notes: PMT, PMD, AAB - Rule BR-FR-09: SIRET/SIREN consistency
232
+
233
+ ### Example
234
+
235
+ ```typescript
236
+ import {
237
+ PDFXMLVerificationApi,
238
+ Configuration
239
+ } from '@factpulse/sdk';
240
+
241
+ const configuration = new Configuration();
242
+ const apiInstance = new PDFXMLVerificationApi(configuration);
243
+
244
+ let pdfFile: File; //Factur-X PDF file to verify (default to undefined)
245
+
246
+ const { status, data } = await apiInstance.verifyPdfSyncApiV1VerificationVerifyPost(
247
+ pdfFile
248
+ );
249
+ ```
250
+
251
+ ### Parameters
252
+
253
+ |Name | Type | Description | Notes|
254
+ |------------- | ------------- | ------------- | -------------|
255
+ | **pdfFile** | [**File**] | Factur-X PDF file to verify | defaults to undefined|
256
+
257
+
258
+ ### Return type
259
+
260
+ **VerificationSuccessResponse**
261
+
262
+ ### Authorization
263
+
264
+ [HTTPBearer](../README.md#HTTPBearer)
265
+
266
+ ### HTTP request headers
267
+
268
+ - **Content-Type**: multipart/form-data
269
+ - **Accept**: application/json
270
+
271
+
272
+ ### HTTP response details
273
+ | Status code | Description | Response headers |
274
+ |-------------|-------------|------------------|
275
+ |**200** | Verification successful | - |
276
+ |**400** | Verification error (non Factur-X PDF, invalid, etc.) | - |
277
+ |**413** | PDF too large or too many pages | - |
278
+ |**422** | Validation Error | - |
279
+
280
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
281
+
282
+ # **verifyPdfSyncApiV1VerificationVerifyPost_0**
283
+ > VerificationSuccessResponse verifyPdfSyncApiV1VerificationVerifyPost_0()
284
+
285
+ Verifies compliance between the PDF and its embedded Factur-X XML. **IMPORTANT**: Only Factur-X PDFs (with embedded XML) are accepted. PDFs without Factur-X XML will be rejected with a 400 error. This synchronous version uses only native PDF extraction (pdfplumber). For image PDFs requiring OCR, use the `/verify-async` endpoint. **Verification principle (Factur-X 1.08):** - Principle #2: XML can only contain info present in the PDF - Principle #4: All XML info must be present and compliant in the PDF **Verified fields:** - Identification: BT-1 (invoice #), BT-2 (date), BT-3 (type), BT-5 (currency), BT-23 (framework) - Seller: BT-27 (name), BT-29 (SIRET), BT-30 (SIREN), BT-31 (VAT) - Buyer: BT-44 (name), BT-46 (SIRET), BT-47 (SIREN), BT-48 (VAT) - Amounts: BT-109 (excl. tax), BT-110 (VAT), BT-112 (incl. tax), BT-115 (amount due) - VAT breakdown: BT-116, BT-117, BT-118, BT-119 - Invoice lines: BT-153, BT-129, BT-146, BT-131 - Mandatory notes: PMT, PMD, AAB - Rule BR-FR-09: SIRET/SIREN consistency
286
+
287
+ ### Example
288
+
289
+ ```typescript
290
+ import {
291
+ PDFXMLVerificationApi,
292
+ Configuration
293
+ } from '@factpulse/sdk';
294
+
295
+ const configuration = new Configuration();
296
+ const apiInstance = new PDFXMLVerificationApi(configuration);
297
+
298
+ let pdfFile: File; //Factur-X PDF file to verify (default to undefined)
299
+
300
+ const { status, data } = await apiInstance.verifyPdfSyncApiV1VerificationVerifyPost_0(
301
+ pdfFile
302
+ );
303
+ ```
304
+
305
+ ### Parameters
306
+
307
+ |Name | Type | Description | Notes|
308
+ |------------- | ------------- | ------------- | -------------|
309
+ | **pdfFile** | [**File**] | Factur-X PDF file to verify | defaults to undefined|
310
+
311
+
312
+ ### Return type
313
+
314
+ **VerificationSuccessResponse**
315
+
316
+ ### Authorization
317
+
318
+ [HTTPBearer](../README.md#HTTPBearer)
319
+
320
+ ### HTTP request headers
321
+
322
+ - **Content-Type**: multipart/form-data
323
+ - **Accept**: application/json
324
+
325
+
326
+ ### HTTP response details
327
+ | Status code | Description | Response headers |
328
+ |-------------|-------------|------------------|
329
+ |**200** | Verification successful | - |
330
+ |**400** | Verification error (non Factur-X PDF, invalid, etc.) | - |
331
+ |**413** | PDF too large or too many pages | - |
332
+ |**422** | Validation Error | - |
333
+
334
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
335
+
@@ -0,0 +1,29 @@
1
+ # PDPCredentials
2
+
3
+ PDP credentials for zero-storage strategy (Strategy B). Allows providing PDP credentials directly in the request instead of storing them in Django. Useful for: - Ad-hoc tests without persisting credentials - Temporary integrations - Development environments
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **flow_service_url** | **string** | Base URL of the AFNOR Flow Service | [default to undefined]
10
+ **directory_service_url** | **string** | | [optional] [default to undefined]
11
+ **token_url** | **string** | OAuth2 server URL | [default to undefined]
12
+ **client_id** | **string** | OAuth2 Client ID | [default to undefined]
13
+ **client_secret** | **string** | OAuth2 Client Secret (sensitive) | [default to undefined]
14
+
15
+ ## Example
16
+
17
+ ```typescript
18
+ import { PDPCredentials } from '@factpulse/sdk';
19
+
20
+ const instance: PDPCredentials = {
21
+ flow_service_url,
22
+ directory_service_url,
23
+ token_url,
24
+ client_id,
25
+ client_secret,
26
+ };
27
+ ```
28
+
29
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,23 @@
1
+ # PageDimensionsSchema
2
+
3
+ PDF page dimensions.
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **width** | **number** | Width in PDF points | [default to undefined]
10
+ **height** | **number** | Height in PDF points | [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { PageDimensionsSchema } from '@factpulse/sdk';
16
+
17
+ const instance: PageDimensionsSchema = {
18
+ width,
19
+ height,
20
+ };
21
+ ```
22
+
23
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
package/docs/Payee.md ADDED
@@ -0,0 +1,31 @@
1
+ # Payee
2
+
3
+ Information about the payment beneficiary (BG-10 / PayeeTradeParty). The payee is the party receiving payment. This block is used only if the payee is different from the seller (supplier). **Main use case**: Factoring When an invoice is factored, the factor (factoring company) becomes the payment beneficiary instead of the supplier. **Business Terms (EN16931)**: - BT-59: Payee name (mandatory) - BT-60: Payee identifier (SIRET with schemeID 0009) - BT-61: Payee legal identifier (SIREN with schemeID 0002) **Reference**: docs/guide_affacturage.md
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **nom** | **string** | Payee name (BT-59). Mandatory. | [default to undefined]
10
+ **siret** | **string** | | [optional] [default to undefined]
11
+ **siren** | **string** | | [optional] [default to undefined]
12
+ **electronicAddress** | [**ElectronicAddress**](ElectronicAddress.md) | | [optional] [default to undefined]
13
+ **iban** | **string** | | [optional] [default to undefined]
14
+ **bic** | **string** | | [optional] [default to undefined]
15
+
16
+ ## Example
17
+
18
+ ```typescript
19
+ import { Payee } from '@factpulse/sdk';
20
+
21
+ const instance: Payee = {
22
+ nom,
23
+ siret,
24
+ siren,
25
+ electronicAddress,
26
+ iban,
27
+ bic,
28
+ };
29
+ ```
30
+
31
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,31 @@
1
+ # PaymentMeans
2
+
3
+ Accepted payment methods.
4
+
5
+ ## Enum
6
+
7
+ * `Cheque` (value: `'CHEQUE'`)
8
+
9
+ * `Prelevement` (value: `'PRELEVEMENT'`)
10
+
11
+ * `Virement` (value: `'VIREMENT'`)
12
+
13
+ * `Espece` (value: `'ESPECE'`)
14
+
15
+ * `Autre` (value: `'AUTRE'`)
16
+
17
+ * `Report` (value: `'REPORT'`)
18
+
19
+ * `Cheque2` (value: `'CHEQUE'`)
20
+
21
+ * `Prelevement2` (value: `'PRELEVEMENT'`)
22
+
23
+ * `Virement2` (value: `'VIREMENT'`)
24
+
25
+ * `Espece2` (value: `'ESPECE'`)
26
+
27
+ * `Autre2` (value: `'AUTRE'`)
28
+
29
+ * `Report2` (value: `'REPORT'`)
30
+
31
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,29 @@
1
+ # PostalAddress
2
+
3
+ Represents a postal address.
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **postalCode** | **string** | | [optional] [default to undefined]
10
+ **lineOne** | **string** | | [optional] [default to undefined]
11
+ **lineTwo** | **string** | | [optional] [default to undefined]
12
+ **city** | **string** | | [optional] [default to undefined]
13
+ **countryCode** | **string** | | [optional] [default to undefined]
14
+
15
+ ## Example
16
+
17
+ ```typescript
18
+ import { PostalAddress } from '@factpulse/sdk';
19
+
20
+ const instance: PostalAddress = {
21
+ postalCode,
22
+ lineOne,
23
+ lineTwo,
24
+ city,
25
+ countryCode,
26
+ };
27
+ ```
28
+
29
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,27 @@
1
+ # ProcessingOptions
2
+
3
+ Processing options for generation and submission.
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **facturxProfile** | [**APIProfile**](APIProfile.md) | Factur-X profile to use | [optional] [default to undefined]
10
+ **autoEnrich** | **boolean** | Auto-enrich data (Company APIs, Chorus Pro, etc.) | [optional] [default to true]
11
+ **validate** | **boolean** | Validate Factur-X XML with Schematron | [optional] [default to true]
12
+ **verifyDestinationParameters** | **boolean** | Verify required parameters for destination (e.g., service_code for Chorus) | [optional] [default to true]
13
+
14
+ ## Example
15
+
16
+ ```typescript
17
+ import { ProcessingOptions } from '@factpulse/sdk';
18
+
19
+ const instance: ProcessingOptions = {
20
+ facturxProfile,
21
+ autoEnrich,
22
+ validate,
23
+ verifyDestinationParameters,
24
+ };
25
+ ```
26
+
27
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,19 @@
1
+ # Quantity
2
+
3
+ Invoiced quantity for this line.
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+
10
+ ## Example
11
+
12
+ ```typescript
13
+ import { Quantity } from '@factpulse/sdk';
14
+
15
+ const instance: Quantity = {
16
+ };
17
+ ```
18
+
19
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,31 @@
1
+ # Recipient
2
+
3
+ Information about the invoice recipient (the customer).
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **electronic_address** | [**ElectronicAddress**](ElectronicAddress.md) | | [default to undefined]
10
+ **executing_service_code** | **string** | | [optional] [default to undefined]
11
+ **name** | **string** | | [optional] [default to undefined]
12
+ **siren** | **string** | | [optional] [default to undefined]
13
+ **siret** | **string** | | [optional] [default to undefined]
14
+ **postal_address** | [**PostalAddress**](PostalAddress.md) | | [optional] [default to undefined]
15
+
16
+ ## Example
17
+
18
+ ```typescript
19
+ import { Recipient } from '@factpulse/sdk';
20
+
21
+ const instance: Recipient = {
22
+ electronic_address,
23
+ executing_service_code,
24
+ name,
25
+ siren,
26
+ siret,
27
+ postal_address,
28
+ };
29
+ ```
30
+
31
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
package/docs/SchemeID.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # SchemeID
2
2
 
3
- Codes de schémas d\'identification (Electronic Address Scheme - EAS), principalement pour l\'adressage des factures électroniques. **Valeurs possibles :** - `0225` : FR_SIREN - SIREN français (le plus commun pour la France, remplace l\'ancien 0002) - `0088` : GLN - Global Location Number - `0060` : DUNS - Data Universal Numbering System - `9957` : FR_TVA_INTRA - Numéro de TVA intracommunautaire français - `0199` : GLEIF - Global Legal Entity Identifier Foundation
3
+ Identification scheme codes (Electronic Address Scheme - EAS), mainly for electronic invoice addressing. **Possible values:** - `0225`: FR_SIREN - French SIREN (most common for France, replaces old 0002) - `0088`: GLN - Global Location Number - `0060`: DUNS - Data Universal Numbering System - `9957`: FR_VAT_INTRA - French intra-community VAT number - `0199`: GLEIF - Global Legal Entity Identifier Foundation
4
4
 
5
5
  ## Enum
6
6
 
@@ -0,0 +1,37 @@
1
+ # SearchFlowRequest
2
+
3
+ Request to search submitted flows.
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **updated_after** | **string** | | [optional] [default to undefined]
10
+ **updated_before** | **string** | | [optional] [default to undefined]
11
+ **flow_types** | [**Array<FlowType>**](FlowType.md) | | [optional] [default to undefined]
12
+ **flow_directions** | [**Array<FlowDirection>**](FlowDirection.md) | | [optional] [default to undefined]
13
+ **tracking_id** | **string** | | [optional] [default to undefined]
14
+ **flow_id** | **string** | | [optional] [default to undefined]
15
+ **acknowledgment_status** | [**AcknowledgmentStatus**](AcknowledgmentStatus.md) | | [optional] [default to undefined]
16
+ **offset** | **number** | Offset for pagination | [optional] [default to 0]
17
+ **limit** | **number** | Maximum number of results (max 100) | [optional] [default to 25]
18
+
19
+ ## Example
20
+
21
+ ```typescript
22
+ import { SearchFlowRequest } from '@factpulse/sdk';
23
+
24
+ const instance: SearchFlowRequest = {
25
+ updated_after,
26
+ updated_before,
27
+ flow_types,
28
+ flow_directions,
29
+ tracking_id,
30
+ flow_id,
31
+ acknowledgment_status,
32
+ offset,
33
+ limit,
34
+ };
35
+ ```
36
+
37
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,27 @@
1
+ # SearchFlowResponse
2
+
3
+ Response from a flow search.
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **total** | **number** | Total number of results | [default to undefined]
10
+ **offset** | **number** | Applied offset | [default to undefined]
11
+ **limit** | **number** | Results limit | [default to undefined]
12
+ **results** | [**Array<FlowSummary>**](FlowSummary.md) | List of found flows | [default to undefined]
13
+
14
+ ## Example
15
+
16
+ ```typescript
17
+ import { SearchFlowResponse } from '@factpulse/sdk';
18
+
19
+ const instance: SearchFlowResponse = {
20
+ total,
21
+ offset,
22
+ limit,
23
+ results,
24
+ };
25
+ ```
26
+
27
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,27 @@
1
+ # SearchServicesResponse
2
+
3
+ Structure services list.
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **returnCode** | **number** | | [default to undefined]
10
+ **message** | **string** | | [default to undefined]
11
+ **services** | [**Array<StructureService>**](StructureService.md) | | [optional] [default to undefined]
12
+ **total** | **number** | Number of services | [optional] [default to 0]
13
+
14
+ ## Example
15
+
16
+ ```typescript
17
+ import { SearchServicesResponse } from '@factpulse/sdk';
18
+
19
+ const instance: SearchServicesResponse = {
20
+ returnCode,
21
+ message,
22
+ services,
23
+ total,
24
+ };
25
+ ```
26
+
27
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)