factpulse 3.0.37 → 4.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 (370) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +5 -12
  3. data/Gemfile.lock +1 -1
  4. data/README.md +136 -138
  5. data/docs/AllowanceCharge.md +1 -1
  6. data/docs/Amount2.md +15 -0
  7. data/docs/CDARCycleDeVieApi.md +154 -30
  8. data/docs/ChorusProCredentials.md +8 -8
  9. data/docs/ChorusProDestination.md +1 -1
  10. data/docs/ClientActivateResponse.md +22 -0
  11. data/docs/ClientCreateRequest.md +22 -0
  12. data/docs/ClientDetail.md +38 -0
  13. data/docs/ClientListResponse.md +24 -0
  14. data/docs/ClientManagementApi.md +575 -0
  15. data/docs/ClientSummary.md +38 -0
  16. data/docs/ClientUpdateRequest.md +22 -0
  17. data/docs/DownloadsApi.md +0 -144
  18. data/docs/EncaisseeRequest.md +36 -0
  19. data/docs/FactureElectroniqueRestApiSchemasCdarValidationErrorResponse.md +24 -0
  20. data/docs/FactureElectroniqueRestApiSchemasProcessingChorusProCredentials.md +26 -0
  21. data/docs/GetChorusProIdRequest.md +1 -1
  22. data/docs/GetInvoiceRequest.md +1 -1
  23. data/docs/GetStructureRequest.md +1 -1
  24. data/docs/PDPConfigResponse.md +44 -0
  25. data/docs/PDPConfigUpdateRequest.md +28 -0
  26. data/docs/PaymentAmountByRate.md +1 -1
  27. data/docs/Recipient.md +1 -1
  28. data/docs/RefuseeRequest.md +36 -0
  29. data/docs/SearchStructureRequest.md +1 -1
  30. data/docs/SecretStatus.md +20 -0
  31. data/docs/SimplifiedCDARResponse.md +26 -0
  32. data/docs/SubmitCDARRequest.md +9 -1
  33. data/docs/SubmitCDARXMLRequest.md +9 -1
  34. data/docs/SubmitCompleteInvoiceResponse.md +2 -2
  35. data/docs/SubmitInvoiceRequest.md +1 -1
  36. data/docs/Supplier.md +1 -1
  37. data/docs/ValidateCDARResponse.md +2 -2
  38. data/docs/ValidationErrorResponse.md +2 -8
  39. data/factpulse.gemspec +1 -1
  40. data/lib/factpulse/api/afnorpdppa_api.rb +1 -1
  41. data/lib/factpulse/api/afnorpdppa_directory_service_api.rb +1 -1
  42. data/lib/factpulse/api/afnorpdppa_flow_service_api.rb +1 -1
  43. data/lib/factpulse/api/cdar_cycle_de_vie_api.rb +159 -49
  44. data/lib/factpulse/api/chorus_pro_api.rb +1 -1
  45. data/lib/factpulse/api/client_management_api.rb +565 -0
  46. data/lib/factpulse/api/document_conversion_api.rb +1 -1
  47. data/lib/factpulse/api/downloads_api.rb +1 -130
  48. data/lib/factpulse/api/e_reporting_api.rb +1 -1
  49. data/lib/factpulse/api/health_api.rb +1 -1
  50. data/lib/factpulse/api/invoice_processing_api.rb +1 -1
  51. data/lib/factpulse/api/pdfxml_verification_api.rb +1 -1
  52. data/lib/factpulse/api/user_api.rb +1 -1
  53. data/lib/factpulse/api_client.rb +1 -1
  54. data/lib/factpulse/api_error.rb +1 -1
  55. data/lib/factpulse/api_model_base.rb +1 -1
  56. data/lib/factpulse/configuration.rb +1 -1
  57. data/lib/factpulse/helpers/client.rb +199 -754
  58. data/lib/factpulse/helpers/exceptions.rb +38 -14
  59. data/lib/factpulse/helpers/helpers.rb +8 -7
  60. data/lib/factpulse/models/acknowledgment_status.rb +1 -1
  61. data/lib/factpulse/models/action_code_info.rb +1 -1
  62. data/lib/factpulse/models/action_codes_response.rb +1 -1
  63. data/lib/factpulse/models/additional_document.rb +1 -1
  64. data/lib/factpulse/models/afnor_acknowledgement.rb +1 -1
  65. data/lib/factpulse/models/afnor_acknowledgement_detail.rb +1 -1
  66. data/lib/factpulse/models/afnor_address_edit.rb +1 -1
  67. data/lib/factpulse/models/afnor_address_patch.rb +1 -1
  68. data/lib/factpulse/models/afnor_address_put.rb +1 -1
  69. data/lib/factpulse/models/afnor_address_read.rb +1 -1
  70. data/lib/factpulse/models/afnor_algorithm.rb +1 -1
  71. data/lib/factpulse/models/afnor_contains_operator.rb +1 -1
  72. data/lib/factpulse/models/afnor_create_directory_line_body.rb +1 -1
  73. data/lib/factpulse/models/afnor_create_directory_line_body_addressing_information.rb +1 -1
  74. data/lib/factpulse/models/afnor_create_directory_line_body_period.rb +1 -1
  75. data/lib/factpulse/models/afnor_create_routing_code_body.rb +1 -1
  76. data/lib/factpulse/models/afnor_credentials.rb +1 -1
  77. data/lib/factpulse/models/afnor_destination.rb +1 -1
  78. data/lib/factpulse/models/afnor_diffusion_status.rb +1 -1
  79. data/lib/factpulse/models/afnor_directory_line_field.rb +1 -1
  80. data/lib/factpulse/models/afnor_directory_line_payload_history_legal_unit_facility_routing_code.rb +1 -1
  81. data/lib/factpulse/models/afnor_directory_line_payload_history_legal_unit_facility_routing_code_platform.rb +1 -1
  82. data/lib/factpulse/models/afnor_directory_line_payload_history_legal_unit_facility_routing_code_routing_code.rb +1 -1
  83. data/lib/factpulse/models/afnor_directory_line_post201_response.rb +1 -1
  84. data/lib/factpulse/models/afnor_directory_line_search_post200_response.rb +1 -1
  85. data/lib/factpulse/models/afnor_entity_type.rb +1 -1
  86. data/lib/factpulse/models/afnor_error.rb +1 -1
  87. data/lib/factpulse/models/afnor_facility_administrative_status.rb +1 -1
  88. data/lib/factpulse/models/afnor_facility_nature.rb +1 -1
  89. data/lib/factpulse/models/afnor_facility_payload_history.rb +1 -1
  90. data/lib/factpulse/models/afnor_facility_payload_history_ule_b2g_additional_data.rb +1 -1
  91. data/lib/factpulse/models/afnor_facility_payload_included.rb +1 -1
  92. data/lib/factpulse/models/afnor_facility_type.rb +1 -1
  93. data/lib/factpulse/models/afnor_flow.rb +1 -1
  94. data/lib/factpulse/models/afnor_flow_ack_status.rb +1 -1
  95. data/lib/factpulse/models/afnor_flow_direction.rb +1 -1
  96. data/lib/factpulse/models/afnor_flow_info.rb +1 -1
  97. data/lib/factpulse/models/afnor_flow_profile.rb +1 -1
  98. data/lib/factpulse/models/afnor_flow_syntax.rb +1 -1
  99. data/lib/factpulse/models/afnor_flow_type.rb +1 -1
  100. data/lib/factpulse/models/afnor_full_flow_info.rb +1 -1
  101. data/lib/factpulse/models/afnor_health_check_response.rb +1 -1
  102. data/lib/factpulse/models/afnor_legal_unit_administrative_status.rb +1 -1
  103. data/lib/factpulse/models/afnor_legal_unit_payload_history.rb +1 -1
  104. data/lib/factpulse/models/afnor_legal_unit_payload_included.rb +1 -1
  105. data/lib/factpulse/models/afnor_legal_unit_payload_included_no_siren.rb +1 -1
  106. data/lib/factpulse/models/afnor_platform_status.rb +1 -1
  107. data/lib/factpulse/models/afnor_processing_rule.rb +1 -1
  108. data/lib/factpulse/models/afnor_reason_code.rb +1 -1
  109. data/lib/factpulse/models/afnor_reason_code_enum.rb +1 -1
  110. data/lib/factpulse/models/afnor_recipient_platform_type.rb +1 -1
  111. data/lib/factpulse/models/afnor_result.rb +1 -1
  112. data/lib/factpulse/models/afnor_routing_code_administrative_status.rb +1 -1
  113. data/lib/factpulse/models/afnor_routing_code_field.rb +1 -1
  114. data/lib/factpulse/models/afnor_routing_code_payload_history_legal_unit_facility.rb +1 -1
  115. data/lib/factpulse/models/afnor_routing_code_post201_response.rb +1 -1
  116. data/lib/factpulse/models/afnor_routing_code_search.rb +1 -1
  117. data/lib/factpulse/models/afnor_routing_code_search_filters.rb +1 -1
  118. data/lib/factpulse/models/afnor_routing_code_search_filters_administrative_status.rb +1 -1
  119. data/lib/factpulse/models/afnor_routing_code_search_filters_routing_code_name.rb +1 -1
  120. data/lib/factpulse/models/afnor_routing_code_search_filters_routing_identifier.rb +1 -1
  121. data/lib/factpulse/models/afnor_routing_code_search_post200_response.rb +1 -1
  122. data/lib/factpulse/models/afnor_routing_code_search_sorting_inner.rb +1 -1
  123. data/lib/factpulse/models/afnor_search_directory_line.rb +1 -1
  124. data/lib/factpulse/models/afnor_search_directory_line_filters.rb +1 -1
  125. data/lib/factpulse/models/afnor_search_directory_line_filters_addressing_identifier.rb +1 -1
  126. data/lib/factpulse/models/afnor_search_directory_line_filters_addressing_suffix.rb +1 -1
  127. data/lib/factpulse/models/afnor_search_directory_line_sorting_inner.rb +1 -1
  128. data/lib/factpulse/models/afnor_search_flow_content.rb +1 -1
  129. data/lib/factpulse/models/afnor_search_flow_filters.rb +1 -1
  130. data/lib/factpulse/models/afnor_search_flow_params.rb +1 -1
  131. data/lib/factpulse/models/afnor_search_siren.rb +1 -1
  132. data/lib/factpulse/models/afnor_search_siren_filters.rb +1 -1
  133. data/lib/factpulse/models/afnor_search_siren_filters_administrative_status.rb +1 -1
  134. data/lib/factpulse/models/afnor_search_siren_filters_business_name.rb +1 -1
  135. data/lib/factpulse/models/afnor_search_siren_filters_entity_type.rb +1 -1
  136. data/lib/factpulse/models/afnor_search_siren_filters_siren.rb +1 -1
  137. data/lib/factpulse/models/afnor_search_siren_sorting_inner.rb +1 -1
  138. data/lib/factpulse/models/afnor_search_siret.rb +1 -1
  139. data/lib/factpulse/models/afnor_search_siret_filters.rb +1 -1
  140. data/lib/factpulse/models/afnor_search_siret_filters_address_lines.rb +1 -1
  141. data/lib/factpulse/models/afnor_search_siret_filters_administrative_status.rb +1 -1
  142. data/lib/factpulse/models/afnor_search_siret_filters_country_subdivision.rb +1 -1
  143. data/lib/factpulse/models/afnor_search_siret_filters_facility_type.rb +1 -1
  144. data/lib/factpulse/models/afnor_search_siret_filters_locality.rb +1 -1
  145. data/lib/factpulse/models/afnor_search_siret_filters_name.rb +1 -1
  146. data/lib/factpulse/models/afnor_search_siret_filters_postal_code.rb +1 -1
  147. data/lib/factpulse/models/afnor_search_siret_filters_siret.rb +1 -1
  148. data/lib/factpulse/models/afnor_search_siret_sorting_inner.rb +1 -1
  149. data/lib/factpulse/models/afnor_siren_field.rb +1 -1
  150. data/lib/factpulse/models/afnor_siren_search_post200_response.rb +1 -1
  151. data/lib/factpulse/models/afnor_siret_field.rb +1 -1
  152. data/lib/factpulse/models/afnor_siret_search_post200_response.rb +1 -1
  153. data/lib/factpulse/models/afnor_sorting_order.rb +1 -1
  154. data/lib/factpulse/models/afnor_strict_operator.rb +1 -1
  155. data/lib/factpulse/models/afnor_update_patch_directory_line_body.rb +1 -1
  156. data/lib/factpulse/models/afnor_update_patch_routing_code_body.rb +1 -1
  157. data/lib/factpulse/models/afnor_update_put_routing_code_body.rb +1 -1
  158. data/lib/factpulse/models/afnor_webhook_callback_content.rb +1 -1
  159. data/lib/factpulse/models/aggregated_payment_input.rb +1 -1
  160. data/lib/factpulse/models/aggregated_transaction_input.rb +1 -1
  161. data/lib/factpulse/models/allowance_charge.rb +2 -2
  162. data/lib/factpulse/models/allowance_charge_reason_code.rb +1 -1
  163. data/lib/factpulse/models/allowance_reason_code.rb +1 -1
  164. data/lib/factpulse/models/allowance_total_amount.rb +1 -1
  165. data/lib/factpulse/models/amount.rb +2 -2
  166. data/lib/factpulse/models/amount1.rb +2 -2
  167. data/lib/factpulse/models/amount2.rb +104 -0
  168. data/lib/factpulse/models/amount_due.rb +1 -1
  169. data/lib/factpulse/models/api_error.rb +1 -1
  170. data/lib/factpulse/models/api_profile.rb +1 -1
  171. data/lib/factpulse/models/async_task_status.rb +1 -1
  172. data/lib/factpulse/models/base_amount.rb +1 -1
  173. data/lib/factpulse/models/bounding_box_schema.rb +1 -1
  174. data/lib/factpulse/models/buyercountry.rb +1 -1
  175. data/lib/factpulse/models/celery_status.rb +1 -1
  176. data/lib/factpulse/models/certificate_info_response.rb +1 -1
  177. data/lib/factpulse/models/charge_total_amount.rb +1 -1
  178. data/lib/factpulse/models/chorus_pro_credentials.rb +95 -27
  179. data/lib/factpulse/models/chorus_pro_destination.rb +2 -2
  180. data/lib/factpulse/models/chorus_pro_result.rb +1 -1
  181. data/lib/factpulse/models/{facture_electronique_rest_api_schemas_validation_validation_error_response.rb → client_activate_response.rb} +76 -24
  182. data/lib/factpulse/models/client_create_request.rb +236 -0
  183. data/lib/factpulse/models/client_detail.rb +368 -0
  184. data/lib/factpulse/models/client_list_response.rb +249 -0
  185. data/lib/factpulse/models/client_summary.rb +368 -0
  186. data/lib/factpulse/models/client_update_request.rb +225 -0
  187. data/lib/factpulse/models/contact.rb +1 -1
  188. data/lib/factpulse/models/convert_resume_request.rb +1 -1
  189. data/lib/factpulse/models/convert_success_response.rb +1 -1
  190. data/lib/factpulse/models/convert_validation_failed_response.rb +1 -1
  191. data/lib/factpulse/models/country_code.rb +1 -1
  192. data/lib/factpulse/models/create_aggregated_report_request.rb +1 -1
  193. data/lib/factpulse/models/create_cdar_request.rb +1 -1
  194. data/lib/factpulse/models/create_e_reporting_request.rb +1 -1
  195. data/lib/factpulse/models/currency.rb +1 -1
  196. data/lib/factpulse/models/currency_code.rb +1 -1
  197. data/lib/factpulse/models/delivery_party.rb +1 -1
  198. data/lib/factpulse/models/destination.rb +1 -1
  199. data/lib/factpulse/models/doc_type.rb +1 -1
  200. data/lib/factpulse/models/document_type_info.rb +1 -1
  201. data/lib/factpulse/models/e_reporting_flow_type.rb +1 -1
  202. data/lib/factpulse/models/e_reporting_validation_error.rb +1 -1
  203. data/lib/factpulse/models/electronic_address.rb +1 -1
  204. data/lib/factpulse/models/encaisseamount.rb +1 -1
  205. data/lib/factpulse/models/encaisseamount1.rb +1 -1
  206. data/lib/factpulse/models/encaissee_request.rb +293 -0
  207. data/lib/factpulse/models/enriched_invoice_info.rb +1 -1
  208. data/lib/factpulse/models/error_level.rb +1 -1
  209. data/lib/factpulse/models/error_source.rb +1 -1
  210. data/lib/factpulse/models/extraction_info.rb +1 -1
  211. data/lib/factpulse/models/factur_x_invoice.rb +1 -1
  212. data/lib/factpulse/models/factur_xpdf_info.rb +1 -1
  213. data/lib/factpulse/models/{body_submit_cdar_xml_api_v1_cdar_submit_xml_post.rb → facture_electronique_rest_api_schemas_cdar_validation_error_response.rb} +68 -27
  214. data/lib/factpulse/models/facture_electronique_rest_api_schemas_ereporting_invoice_type_code.rb +1 -1
  215. data/lib/factpulse/models/{facture_electronique_rest_api_schemas_chorus_pro_chorus_pro_credentials.rb → facture_electronique_rest_api_schemas_processing_chorus_pro_credentials.rb} +30 -98
  216. data/lib/factpulse/models/field_status.rb +1 -1
  217. data/lib/factpulse/models/file_info.rb +1 -1
  218. data/lib/factpulse/models/files_info.rb +1 -1
  219. data/lib/factpulse/models/flow_direction.rb +1 -1
  220. data/lib/factpulse/models/flow_profile.rb +1 -1
  221. data/lib/factpulse/models/flow_summary.rb +1 -1
  222. data/lib/factpulse/models/flow_syntax.rb +1 -1
  223. data/lib/factpulse/models/flow_type.rb +1 -1
  224. data/lib/factpulse/models/generate_aggregated_report_response.rb +1 -1
  225. data/lib/factpulse/models/generate_cdar_response.rb +1 -1
  226. data/lib/factpulse/models/generate_certificate_request.rb +1 -1
  227. data/lib/factpulse/models/generate_certificate_response.rb +1 -1
  228. data/lib/factpulse/models/generate_e_reporting_response.rb +1 -1
  229. data/lib/factpulse/models/get_chorus_pro_id_request.rb +2 -2
  230. data/lib/factpulse/models/get_chorus_pro_id_response.rb +1 -1
  231. data/lib/factpulse/models/get_invoice_request.rb +2 -2
  232. data/lib/factpulse/models/get_invoice_response.rb +1 -1
  233. data/lib/factpulse/models/get_structure_request.rb +2 -2
  234. data/lib/factpulse/models/get_structure_response.rb +1 -1
  235. data/lib/factpulse/models/global_allowance_amount.rb +1 -1
  236. data/lib/factpulse/models/gross_unit_price.rb +1 -1
  237. data/lib/factpulse/models/http_validation_error.rb +1 -1
  238. data/lib/factpulse/models/incoming_invoice.rb +1 -1
  239. data/lib/factpulse/models/incoming_supplier.rb +1 -1
  240. data/lib/factpulse/models/invoice_format.rb +1 -1
  241. data/lib/factpulse/models/invoice_input.rb +1 -1
  242. data/lib/factpulse/models/invoice_line.rb +1 -1
  243. data/lib/factpulse/models/invoice_line_allowance_amount.rb +1 -1
  244. data/lib/factpulse/models/invoice_note.rb +1 -1
  245. data/lib/factpulse/models/invoice_payment_input.rb +1 -1
  246. data/lib/factpulse/models/invoice_references.rb +1 -1
  247. data/lib/factpulse/models/invoice_status.rb +1 -1
  248. data/lib/factpulse/models/invoice_totals.rb +1 -1
  249. data/lib/factpulse/models/invoice_totals_prepayment.rb +1 -1
  250. data/lib/factpulse/models/invoice_type_code.rb +1 -1
  251. data/lib/factpulse/models/invoice_type_code_output.rb +1 -1
  252. data/lib/factpulse/models/invoicing_framework.rb +1 -1
  253. data/lib/factpulse/models/invoicing_framework_code.rb +1 -1
  254. data/lib/factpulse/models/line_net_amount.rb +1 -1
  255. data/lib/factpulse/models/line_sub_type.rb +1 -1
  256. data/lib/factpulse/models/line_total_amount.rb +1 -1
  257. data/lib/factpulse/models/location_inner.rb +1 -1
  258. data/lib/factpulse/models/mandatory_note_schema.rb +1 -1
  259. data/lib/factpulse/models/manual_rate.rb +1 -1
  260. data/lib/factpulse/models/manual_vat_rate.rb +1 -1
  261. data/lib/factpulse/models/missing_field.rb +1 -1
  262. data/lib/factpulse/models/operation_nature.rb +1 -1
  263. data/lib/factpulse/models/output_format.rb +1 -1
  264. data/lib/factpulse/models/page_dimensions_schema.rb +1 -1
  265. data/lib/factpulse/models/payee.rb +1 -1
  266. data/lib/factpulse/models/payment_amount_by_rate.rb +2 -2
  267. data/lib/factpulse/models/payment_card.rb +1 -1
  268. data/lib/factpulse/models/payment_means.rb +1 -1
  269. data/lib/factpulse/models/pdf_validation_result_api.rb +1 -1
  270. data/lib/factpulse/models/pdp_config_response.rb +296 -0
  271. data/lib/factpulse/models/pdp_config_update_request.rb +271 -0
  272. data/lib/factpulse/models/pdp_credentials.rb +1 -1
  273. data/lib/factpulse/models/percentage.rb +1 -1
  274. data/lib/factpulse/models/postal_address.rb +1 -1
  275. data/lib/factpulse/models/price_allowance_amount.rb +1 -1
  276. data/lib/factpulse/models/price_basis_quantity.rb +1 -1
  277. data/lib/factpulse/models/processing_options.rb +1 -1
  278. data/lib/factpulse/models/processing_rule.rb +1 -1
  279. data/lib/factpulse/models/product_characteristic.rb +1 -1
  280. data/lib/factpulse/models/product_classification.rb +1 -1
  281. data/lib/factpulse/models/quantity.rb +1 -1
  282. data/lib/factpulse/models/rate.rb +1 -1
  283. data/lib/factpulse/models/rate1.rb +1 -1
  284. data/lib/factpulse/models/reason_code_info.rb +1 -1
  285. data/lib/factpulse/models/reason_codes_response.rb +1 -1
  286. data/lib/factpulse/models/recipient.rb +1 -3
  287. data/lib/factpulse/models/recipient_input.rb +1 -1
  288. data/lib/factpulse/models/refusee_request.rb +292 -0
  289. data/lib/factpulse/models/report_period.rb +1 -1
  290. data/lib/factpulse/models/report_sender.rb +1 -1
  291. data/lib/factpulse/models/rounding_amount.rb +1 -1
  292. data/lib/factpulse/models/schematron_validation_error.rb +1 -1
  293. data/lib/factpulse/models/scheme_id.rb +4 -4
  294. data/lib/factpulse/models/search_flow_request.rb +1 -1
  295. data/lib/factpulse/models/search_flow_response.rb +1 -1
  296. data/lib/factpulse/models/search_services_response.rb +1 -1
  297. data/lib/factpulse/models/search_structure_request.rb +2 -2
  298. data/lib/factpulse/models/search_structure_response.rb +1 -1
  299. data/lib/factpulse/models/{body_submit_cdar_api_v1_cdar_submit_post.rb → secret_status.rb} +46 -27
  300. data/lib/factpulse/models/sellercountry.rb +1 -1
  301. data/lib/factpulse/models/signature_info.rb +1 -1
  302. data/lib/factpulse/models/signature_info_api.rb +1 -1
  303. data/lib/factpulse/models/signature_parameters.rb +1 -1
  304. data/lib/factpulse/models/simplified_cdar_response.rb +274 -0
  305. data/lib/factpulse/models/simplified_invoice_data.rb +1 -1
  306. data/lib/factpulse/models/status_code_info.rb +1 -1
  307. data/lib/factpulse/models/status_codes_response.rb +1 -1
  308. data/lib/factpulse/models/structure_info.rb +1 -1
  309. data/lib/factpulse/models/structure_parameters.rb +1 -1
  310. data/lib/factpulse/models/structure_service.rb +1 -1
  311. data/lib/factpulse/models/submission_mode.rb +1 -1
  312. data/lib/factpulse/models/submit_aggregated_report_request.rb +1 -1
  313. data/lib/factpulse/models/submit_cdar_request.rb +45 -5
  314. data/lib/factpulse/models/submit_cdar_response.rb +1 -1
  315. data/lib/factpulse/models/submit_cdarxml_request.rb +46 -6
  316. data/lib/factpulse/models/submit_complete_invoice_request.rb +1 -1
  317. data/lib/factpulse/models/submit_complete_invoice_response.rb +17 -17
  318. data/lib/factpulse/models/submit_e_reporting_request.rb +1 -1
  319. data/lib/factpulse/models/submit_e_reporting_response.rb +1 -1
  320. data/lib/factpulse/models/submit_flow_request.rb +1 -1
  321. data/lib/factpulse/models/submit_flow_response.rb +1 -1
  322. data/lib/factpulse/models/submit_gross_amount.rb +1 -1
  323. data/lib/factpulse/models/submit_invoice_request.rb +2 -2
  324. data/lib/factpulse/models/submit_invoice_response.rb +1 -1
  325. data/lib/factpulse/models/submit_net_amount.rb +1 -1
  326. data/lib/factpulse/models/submit_vat_amount.rb +1 -1
  327. data/lib/factpulse/models/supplementary_attachment.rb +1 -1
  328. data/lib/factpulse/models/supplier.rb +1 -3
  329. data/lib/factpulse/models/task_response.rb +1 -1
  330. data/lib/factpulse/models/tax_breakdown_input.rb +1 -1
  331. data/lib/factpulse/models/tax_due_date_type.rb +1 -1
  332. data/lib/factpulse/models/tax_representative.rb +1 -1
  333. data/lib/factpulse/models/taxable_amount.rb +1 -1
  334. data/lib/factpulse/models/taxableamount.rb +1 -1
  335. data/lib/factpulse/models/taxamount.rb +1 -1
  336. data/lib/factpulse/models/taxamount1.rb +1 -1
  337. data/lib/factpulse/models/taxamount2.rb +1 -1
  338. data/lib/factpulse/models/taxexclusiveamount.rb +1 -1
  339. data/lib/factpulse/models/taxexclusiveamount1.rb +1 -1
  340. data/lib/factpulse/models/total_gross_amount.rb +1 -1
  341. data/lib/factpulse/models/total_net_amount.rb +1 -1
  342. data/lib/factpulse/models/total_vat_amount.rb +1 -1
  343. data/lib/factpulse/models/transaction_category.rb +1 -1
  344. data/lib/factpulse/models/transmission_type_code.rb +1 -1
  345. data/lib/factpulse/models/unit_net_price.rb +1 -1
  346. data/lib/factpulse/models/unit_of_measure.rb +1 -1
  347. data/lib/factpulse/models/validate_cdar_request.rb +1 -1
  348. data/lib/factpulse/models/validate_cdar_response.rb +3 -3
  349. data/lib/factpulse/models/validate_e_reporting_request.rb +1 -1
  350. data/lib/factpulse/models/validate_e_reporting_response.rb +1 -1
  351. data/lib/factpulse/models/validation_error.rb +1 -1
  352. data/lib/factpulse/models/validation_error_detail.rb +1 -1
  353. data/lib/factpulse/models/validation_error_response.rb +21 -68
  354. data/lib/factpulse/models/validation_info.rb +1 -1
  355. data/lib/factpulse/models/validation_success_response.rb +1 -1
  356. data/lib/factpulse/models/vat_accounting_code.rb +1 -1
  357. data/lib/factpulse/models/vat_amount.rb +1 -1
  358. data/lib/factpulse/models/vat_category.rb +1 -1
  359. data/lib/factpulse/models/vat_line.rb +1 -1
  360. data/lib/factpulse/models/vat_point_date_code.rb +1 -1
  361. data/lib/factpulse/models/vat_rate.rb +1 -1
  362. data/lib/factpulse/models/verification_success_response.rb +1 -1
  363. data/lib/factpulse/models/verified_field_schema.rb +1 -1
  364. data/lib/factpulse/version.rb +2 -2
  365. data/lib/factpulse.rb +17 -5
  366. metadata +34 -10
  367. data/docs/BodySubmitCdarApiV1CdarSubmitPost.md +0 -20
  368. data/docs/BodySubmitCdarXmlApiV1CdarSubmitXmlPost.md +0 -20
  369. data/docs/FactureElectroniqueRestApiSchemasChorusProChorusProCredentials.md +0 -26
  370. data/docs/FactureElectroniqueRestApiSchemasValidationValidationErrorResponse.md +0 -18
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
  Contact: contact@factpulse.fr
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.19.0-SNAPSHOT
9
+ Generator version: 7.20.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -14,31 +14,27 @@ require 'date'
14
14
  require 'time'
15
15
 
16
16
  module FactPulse
17
- # Chorus Pro credentials for Zero-Trust mode. **Zero-Trust Mode**: Credentials are passed in each request and are NEVER stored. **Security**: - Credentials are never persisted in the database - They are used only for the duration of the request - Secure transmission via HTTPS **Use cases**: - High-security environments (banks, administrations) - Strict GDPR compliance - Tests with temporary credentials - Users who don't want to store their credentials
18
- class FactureElectroniqueRestApiSchemasChorusProChorusProCredentials < ApiModelBase
19
- # PISTE Client ID (government API portal)
17
+ # Optional Chorus Pro credentials. **MODE 1 - JWT retrieval (recommended):** Do not provide this `credentials` field in the payload. Credentials will be automatically retrieved via client_uid from JWT (0-trust). **MODE 2 - Credentials in payload:** Provide all required fields below. Useful for tests or third-party integrations.
18
+ class FactureElectroniqueRestApiSchemasProcessingChorusProCredentials < ApiModelBase
20
19
  attr_accessor :piste_client_id
21
20
 
22
- # PISTE Client Secret
23
21
  attr_accessor :piste_client_secret
24
22
 
25
- # Chorus Pro login
26
- attr_accessor :chorus_pro_login
23
+ attr_accessor :chorus_login
27
24
 
28
- # Chorus Pro password
29
- attr_accessor :chorus_pro_password
25
+ attr_accessor :chorus_password
30
26
 
31
- # Use sandbox environment (true) or production (false)
32
- attr_accessor :sandbox
27
+ # [MODE 2] Use sandbox mode (default: True)
28
+ attr_accessor :sandbox_mode
33
29
 
34
30
  # Attribute mapping from ruby-style variable name to JSON key.
35
31
  def self.attribute_map
36
32
  {
37
33
  :'piste_client_id' => :'pisteClientId',
38
34
  :'piste_client_secret' => :'pisteClientSecret',
39
- :'chorus_pro_login' => :'chorusProLogin',
40
- :'chorus_pro_password' => :'chorusProPassword',
41
- :'sandbox' => :'sandbox'
35
+ :'chorus_login' => :'chorusLogin',
36
+ :'chorus_password' => :'chorusPassword',
37
+ :'sandbox_mode' => :'sandboxMode'
42
38
  }
43
39
  end
44
40
 
@@ -57,15 +53,19 @@ module FactPulse
57
53
  {
58
54
  :'piste_client_id' => :'String',
59
55
  :'piste_client_secret' => :'String',
60
- :'chorus_pro_login' => :'String',
61
- :'chorus_pro_password' => :'String',
62
- :'sandbox' => :'Boolean'
56
+ :'chorus_login' => :'String',
57
+ :'chorus_password' => :'String',
58
+ :'sandbox_mode' => :'Boolean'
63
59
  }
64
60
  end
65
61
 
66
62
  # List of attributes with nullable: true
67
63
  def self.openapi_nullable
68
64
  Set.new([
65
+ :'piste_client_id',
66
+ :'piste_client_secret',
67
+ :'chorus_login',
68
+ :'chorus_password',
69
69
  ])
70
70
  end
71
71
 
@@ -73,46 +73,38 @@ module FactPulse
73
73
  # @param [Hash] attributes Model attributes in the form of hash
74
74
  def initialize(attributes = {})
75
75
  if (!attributes.is_a?(Hash))
76
- fail ArgumentError, "The input argument (attributes) must be a hash in `FactPulse::FactureElectroniqueRestApiSchemasChorusProChorusProCredentials` initialize method"
76
+ fail ArgumentError, "The input argument (attributes) must be a hash in `FactPulse::FactureElectroniqueRestApiSchemasProcessingChorusProCredentials` initialize method"
77
77
  end
78
78
 
79
79
  # check to see if the attribute exists and convert string to symbol for hash key
80
80
  acceptable_attribute_map = self.class.acceptable_attribute_map
81
81
  attributes = attributes.each_with_object({}) { |(k, v), h|
82
82
  if (!acceptable_attribute_map.key?(k.to_sym))
83
- fail ArgumentError, "`#{k}` is not a valid attribute in `FactPulse::FactureElectroniqueRestApiSchemasChorusProChorusProCredentials`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
83
+ fail ArgumentError, "`#{k}` is not a valid attribute in `FactPulse::FactureElectroniqueRestApiSchemasProcessingChorusProCredentials`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
84
84
  end
85
85
  h[k.to_sym] = v
86
86
  }
87
87
 
88
88
  if attributes.key?(:'piste_client_id')
89
89
  self.piste_client_id = attributes[:'piste_client_id']
90
- else
91
- self.piste_client_id = nil
92
90
  end
93
91
 
94
92
  if attributes.key?(:'piste_client_secret')
95
93
  self.piste_client_secret = attributes[:'piste_client_secret']
96
- else
97
- self.piste_client_secret = nil
98
94
  end
99
95
 
100
- if attributes.key?(:'chorus_pro_login')
101
- self.chorus_pro_login = attributes[:'chorus_pro_login']
102
- else
103
- self.chorus_pro_login = nil
96
+ if attributes.key?(:'chorus_login')
97
+ self.chorus_login = attributes[:'chorus_login']
104
98
  end
105
99
 
106
- if attributes.key?(:'chorus_pro_password')
107
- self.chorus_pro_password = attributes[:'chorus_pro_password']
108
- else
109
- self.chorus_pro_password = nil
100
+ if attributes.key?(:'chorus_password')
101
+ self.chorus_password = attributes[:'chorus_password']
110
102
  end
111
103
 
112
- if attributes.key?(:'sandbox')
113
- self.sandbox = attributes[:'sandbox']
104
+ if attributes.key?(:'sandbox_mode')
105
+ self.sandbox_mode = attributes[:'sandbox_mode']
114
106
  else
115
- self.sandbox = true
107
+ self.sandbox_mode = true
116
108
  end
117
109
  end
118
110
 
@@ -121,22 +113,6 @@ module FactPulse
121
113
  def list_invalid_properties
122
114
  warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
123
115
  invalid_properties = Array.new
124
- if @piste_client_id.nil?
125
- invalid_properties.push('invalid value for "piste_client_id", piste_client_id cannot be nil.')
126
- end
127
-
128
- if @piste_client_secret.nil?
129
- invalid_properties.push('invalid value for "piste_client_secret", piste_client_secret cannot be nil.')
130
- end
131
-
132
- if @chorus_pro_login.nil?
133
- invalid_properties.push('invalid value for "chorus_pro_login", chorus_pro_login cannot be nil.')
134
- end
135
-
136
- if @chorus_pro_password.nil?
137
- invalid_properties.push('invalid value for "chorus_pro_password", chorus_pro_password cannot be nil.')
138
- end
139
-
140
116
  invalid_properties
141
117
  end
142
118
 
@@ -144,53 +120,9 @@ module FactPulse
144
120
  # @return true if the model is valid
145
121
  def valid?
146
122
  warn '[DEPRECATED] the `valid?` method is obsolete'
147
- return false if @piste_client_id.nil?
148
- return false if @piste_client_secret.nil?
149
- return false if @chorus_pro_login.nil?
150
- return false if @chorus_pro_password.nil?
151
123
  true
152
124
  end
153
125
 
154
- # Custom attribute writer method with validation
155
- # @param [Object] piste_client_id Value to be assigned
156
- def piste_client_id=(piste_client_id)
157
- if piste_client_id.nil?
158
- fail ArgumentError, 'piste_client_id cannot be nil'
159
- end
160
-
161
- @piste_client_id = piste_client_id
162
- end
163
-
164
- # Custom attribute writer method with validation
165
- # @param [Object] piste_client_secret Value to be assigned
166
- def piste_client_secret=(piste_client_secret)
167
- if piste_client_secret.nil?
168
- fail ArgumentError, 'piste_client_secret cannot be nil'
169
- end
170
-
171
- @piste_client_secret = piste_client_secret
172
- end
173
-
174
- # Custom attribute writer method with validation
175
- # @param [Object] chorus_pro_login Value to be assigned
176
- def chorus_pro_login=(chorus_pro_login)
177
- if chorus_pro_login.nil?
178
- fail ArgumentError, 'chorus_pro_login cannot be nil'
179
- end
180
-
181
- @chorus_pro_login = chorus_pro_login
182
- end
183
-
184
- # Custom attribute writer method with validation
185
- # @param [Object] chorus_pro_password Value to be assigned
186
- def chorus_pro_password=(chorus_pro_password)
187
- if chorus_pro_password.nil?
188
- fail ArgumentError, 'chorus_pro_password cannot be nil'
189
- end
190
-
191
- @chorus_pro_password = chorus_pro_password
192
- end
193
-
194
126
  # Checks equality by comparing each attribute.
195
127
  # @param [Object] Object to be compared
196
128
  def ==(o)
@@ -198,9 +130,9 @@ module FactPulse
198
130
  self.class == o.class &&
199
131
  piste_client_id == o.piste_client_id &&
200
132
  piste_client_secret == o.piste_client_secret &&
201
- chorus_pro_login == o.chorus_pro_login &&
202
- chorus_pro_password == o.chorus_pro_password &&
203
- sandbox == o.sandbox
133
+ chorus_login == o.chorus_login &&
134
+ chorus_password == o.chorus_password &&
135
+ sandbox_mode == o.sandbox_mode
204
136
  end
205
137
 
206
138
  # @see the `==` method
@@ -212,7 +144,7 @@ module FactPulse
212
144
  # Calculates hash code according to all attributes.
213
145
  # @return [Integer] Hash code
214
146
  def hash
215
- [piste_client_id, piste_client_secret, chorus_pro_login, chorus_pro_password, sandbox].hash
147
+ [piste_client_id, piste_client_secret, chorus_login, chorus_password, sandbox_mode].hash
216
148
  end
217
149
 
218
150
  # Builds the object from hash
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
  Contact: contact@factpulse.fr
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.19.0-SNAPSHOT
9
+ Generator version: 7.20.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
  Contact: contact@factpulse.fr
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.19.0-SNAPSHOT
9
+ Generator version: 7.20.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
  Contact: contact@factpulse.fr
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.19.0-SNAPSHOT
9
+ Generator version: 7.20.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
  Contact: contact@factpulse.fr
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.19.0-SNAPSHOT
9
+ Generator version: 7.20.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
  Contact: contact@factpulse.fr
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.19.0-SNAPSHOT
9
+ Generator version: 7.20.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
  Contact: contact@factpulse.fr
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.19.0-SNAPSHOT
9
+ Generator version: 7.20.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
  Contact: contact@factpulse.fr
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.19.0-SNAPSHOT
9
+ Generator version: 7.20.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
  Contact: contact@factpulse.fr
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.19.0-SNAPSHOT
9
+ Generator version: 7.20.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
  Contact: contact@factpulse.fr
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.19.0-SNAPSHOT
9
+ Generator version: 7.20.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
  Contact: contact@factpulse.fr
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.19.0-SNAPSHOT
9
+ Generator version: 7.20.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
  Contact: contact@factpulse.fr
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.19.0-SNAPSHOT
9
+ Generator version: 7.20.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
  Contact: contact@factpulse.fr
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.19.0-SNAPSHOT
9
+ Generator version: 7.20.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
  Contact: contact@factpulse.fr
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.19.0-SNAPSHOT
9
+ Generator version: 7.20.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
  Contact: contact@factpulse.fr
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.19.0-SNAPSHOT
9
+ Generator version: 7.20.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -46,7 +46,7 @@ module FactPulse
46
46
  # Attribute type mapping.
47
47
  def self.openapi_types
48
48
  {
49
- :'credentials' => :'FactureElectroniqueRestApiSchemasChorusProChorusProCredentials',
49
+ :'credentials' => :'ChorusProCredentials',
50
50
  :'siret' => :'String',
51
51
  :'identifier_type' => :'String'
52
52
  }
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
  Contact: contact@factpulse.fr
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.19.0-SNAPSHOT
9
+ Generator version: 7.20.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
  Contact: contact@factpulse.fr
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.19.0-SNAPSHOT
9
+ Generator version: 7.20.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -42,7 +42,7 @@ module FactPulse
42
42
  # Attribute type mapping.
43
43
  def self.openapi_types
44
44
  {
45
- :'credentials' => :'FactureElectroniqueRestApiSchemasChorusProChorusProCredentials',
45
+ :'credentials' => :'ChorusProCredentials',
46
46
  :'chorus_invoice_id' => :'Integer'
47
47
  }
48
48
  end
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
  Contact: contact@factpulse.fr
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.19.0-SNAPSHOT
9
+ Generator version: 7.20.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
  Contact: contact@factpulse.fr
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.19.0-SNAPSHOT
9
+ Generator version: 7.20.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -46,7 +46,7 @@ module FactPulse
46
46
  # Attribute type mapping.
47
47
  def self.openapi_types
48
48
  {
49
- :'credentials' => :'FactureElectroniqueRestApiSchemasChorusProChorusProCredentials',
49
+ :'credentials' => :'ChorusProCredentials',
50
50
  :'structure_id' => :'Integer',
51
51
  :'language_code' => :'String'
52
52
  }
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
  Contact: contact@factpulse.fr
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.19.0-SNAPSHOT
9
+ Generator version: 7.20.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
  Contact: contact@factpulse.fr
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.19.0-SNAPSHOT
9
+ Generator version: 7.20.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
  Contact: contact@factpulse.fr
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.19.0-SNAPSHOT
9
+ Generator version: 7.20.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
  Contact: contact@factpulse.fr
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.19.0-SNAPSHOT
9
+ Generator version: 7.20.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
  Contact: contact@factpulse.fr
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.19.0-SNAPSHOT
9
+ Generator version: 7.20.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
  Contact: contact@factpulse.fr
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.19.0-SNAPSHOT
9
+ Generator version: 7.20.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
  Contact: contact@factpulse.fr
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.19.0-SNAPSHOT
9
+ Generator version: 7.20.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
  Contact: contact@factpulse.fr
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.19.0-SNAPSHOT
9
+ Generator version: 7.20.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
  Contact: contact@factpulse.fr
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.19.0-SNAPSHOT
9
+ Generator version: 7.20.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
  Contact: contact@factpulse.fr
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.19.0-SNAPSHOT
9
+ Generator version: 7.20.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
  Contact: contact@factpulse.fr
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.19.0-SNAPSHOT
9
+ Generator version: 7.20.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
  Contact: contact@factpulse.fr
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.19.0-SNAPSHOT
9
+ Generator version: 7.20.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
  Contact: contact@factpulse.fr
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.19.0-SNAPSHOT
9
+ Generator version: 7.20.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
  Contact: contact@factpulse.fr
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.19.0-SNAPSHOT
9
+ Generator version: 7.20.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
  Contact: contact@factpulse.fr
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.19.0-SNAPSHOT
9
+ Generator version: 7.20.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
  Contact: contact@factpulse.fr
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.19.0-SNAPSHOT
9
+ Generator version: 7.20.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
  Contact: contact@factpulse.fr
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.19.0-SNAPSHOT
9
+ Generator version: 7.20.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
  Contact: contact@factpulse.fr
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.19.0-SNAPSHOT
9
+ Generator version: 7.20.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
  Contact: contact@factpulse.fr
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.19.0-SNAPSHOT
9
+ Generator version: 7.20.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
  Contact: contact@factpulse.fr
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.19.0-SNAPSHOT
9
+ Generator version: 7.20.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
  Contact: contact@factpulse.fr
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.19.0-SNAPSHOT
9
+ Generator version: 7.20.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
  Contact: contact@factpulse.fr
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.19.0-SNAPSHOT
9
+ Generator version: 7.20.0-SNAPSHOT
10
10
 
11
11
  =end
12
12