factpulse 3.0.5 → 3.0.6

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 (207) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +3 -3
  3. data/Gemfile.lock +1 -1
  4. data/docs/AdditionalDocument.md +26 -0
  5. data/docs/AllowanceCharge.md +32 -0
  6. data/docs/AllowanceTotalAmount.md +15 -0
  7. data/docs/{APIProfile.md → Amount.md} +2 -2
  8. data/docs/{DocumentType.md → BaseAmount.md} +2 -2
  9. data/docs/ChargeTotalAmount.md +15 -0
  10. data/docs/Contact.md +24 -0
  11. data/docs/ConvertErrorResponse.md +26 -0
  12. data/docs/ConvertPendingInputResponse.md +32 -0
  13. data/docs/ConvertResumeRequest.md +18 -0
  14. data/docs/ConvertSuccessResponse.md +36 -0
  15. data/docs/ConvertValidationFailedResponse.md +34 -0
  16. data/docs/DeliveryParty.md +24 -0
  17. data/docs/DocumentConversionApi.md +373 -0
  18. data/docs/DocumentTypeInfo.md +22 -0
  19. data/docs/ExtractionInfo.md +24 -0
  20. data/docs/FacturXInvoice.md +29 -1
  21. data/docs/FacturXProfile.md +15 -0
  22. data/docs/FileInfo.md +20 -0
  23. data/docs/FilesInfo.md +20 -0
  24. data/docs/GrossUnitPrice.md +15 -0
  25. data/docs/IncomingInvoice.md +1 -1
  26. data/docs/InvoiceLine.md +43 -9
  27. data/docs/InvoiceProcessingApi.md +8 -8
  28. data/docs/InvoiceReferences.md +26 -6
  29. data/docs/InvoiceTotals.md +10 -2
  30. data/docs/LineTotalAmount.md +15 -0
  31. data/docs/MissingField.md +28 -0
  32. data/docs/Payee.md +5 -1
  33. data/docs/PaymentCard.md +20 -0
  34. data/docs/Percentage.md +15 -0
  35. data/docs/PostalAddress.md +5 -1
  36. data/docs/PriceAllowanceAmount.md +15 -0
  37. data/docs/PriceBasisQuantity.md +15 -0
  38. data/docs/ProcessingOptions.md +3 -3
  39. data/docs/ProductCharacteristic.md +20 -0
  40. data/docs/ProductClassification.md +22 -0
  41. data/docs/Recipient.md +7 -1
  42. data/docs/RoundingAmount.md +15 -0
  43. data/docs/Supplier.md +17 -1
  44. data/docs/TaxRepresentative.md +22 -0
  45. data/docs/VATLine.md +2 -0
  46. data/docs/VATPointDateCode.md +15 -0
  47. data/docs/ValidationInfo.md +28 -0
  48. data/docs/VatRate.md +15 -0
  49. data/factpulse.gemspec +1 -1
  50. data/lib/factpulse/api/afnorpdppa_api.rb +1 -1
  51. data/lib/factpulse/api/afnorpdppa_directory_service_api.rb +1 -1
  52. data/lib/factpulse/api/afnorpdppa_flow_service_api.rb +1 -1
  53. data/lib/factpulse/api/chorus_pro_api.rb +1 -1
  54. data/lib/factpulse/api/document_conversion_api.rb +378 -0
  55. data/lib/factpulse/api/health_api.rb +1 -1
  56. data/lib/factpulse/api/invoice_processing_api.rb +9 -9
  57. data/lib/factpulse/api/pdfxml_verification_api.rb +1 -1
  58. data/lib/factpulse/api/user_api.rb +1 -1
  59. data/lib/factpulse/api_client.rb +1 -1
  60. data/lib/factpulse/api_error.rb +1 -1
  61. data/lib/factpulse/api_model_base.rb +1 -1
  62. data/lib/factpulse/configuration.rb +1 -1
  63. data/lib/factpulse/models/acknowledgment_status.rb +1 -1
  64. data/lib/factpulse/models/additional_document.rb +206 -0
  65. data/lib/factpulse/models/afnor_credentials.rb +1 -1
  66. data/lib/factpulse/models/afnor_destination.rb +1 -1
  67. data/lib/factpulse/models/afnor_health_check_response.rb +1 -1
  68. data/lib/factpulse/models/afnor_result.rb +1 -1
  69. data/lib/factpulse/models/allowance_charge.rb +252 -0
  70. data/lib/factpulse/models/allowance_reason_code.rb +1 -1
  71. data/lib/factpulse/models/allowance_total_amount.rb +104 -0
  72. data/lib/factpulse/models/amount.rb +104 -0
  73. data/lib/factpulse/models/amount_due.rb +2 -2
  74. data/lib/factpulse/models/api_error.rb +1 -1
  75. data/lib/factpulse/models/async_task_status.rb +1 -1
  76. data/lib/factpulse/models/base_amount.rb +104 -0
  77. data/lib/factpulse/models/bounding_box_schema.rb +1 -1
  78. data/lib/factpulse/models/celery_status.rb +1 -1
  79. data/lib/factpulse/models/certificate_info_response.rb +1 -1
  80. data/lib/factpulse/models/charge_total_amount.rb +104 -0
  81. data/lib/factpulse/models/chorus_pro_destination.rb +1 -1
  82. data/lib/factpulse/models/chorus_pro_result.rb +1 -1
  83. data/lib/factpulse/models/contact.rb +179 -0
  84. data/lib/factpulse/models/convert_error_response.rb +224 -0
  85. data/lib/factpulse/models/convert_pending_input_response.rb +322 -0
  86. data/lib/factpulse/models/convert_resume_request.rb +151 -0
  87. data/lib/factpulse/models/convert_success_response.rb +360 -0
  88. data/lib/factpulse/models/convert_validation_failed_response.rb +334 -0
  89. data/lib/factpulse/models/delivery_party.rb +179 -0
  90. data/lib/factpulse/models/destination.rb +1 -1
  91. data/lib/factpulse/models/document_type_info.rb +220 -0
  92. data/lib/factpulse/models/electronic_address.rb +1 -1
  93. data/lib/factpulse/models/enriched_invoice_info.rb +1 -1
  94. data/lib/factpulse/models/error_level.rb +1 -1
  95. data/lib/factpulse/models/error_source.rb +1 -1
  96. data/lib/factpulse/models/extraction_info.rb +217 -0
  97. data/lib/factpulse/models/factur_x_invoice.rb +150 -6
  98. data/lib/factpulse/models/{api_profile.rb → factur_x_profile.rb} +4 -4
  99. data/lib/factpulse/models/factur_xpdf_info.rb +1 -1
  100. data/lib/factpulse/models/facture_electronique_rest_api_schemas_chorus_pro_chorus_pro_credentials.rb +5 -5
  101. data/lib/factpulse/models/facture_electronique_rest_api_schemas_processing_chorus_pro_credentials.rb +1 -1
  102. data/lib/factpulse/models/field_status.rb +1 -1
  103. data/lib/factpulse/models/file_info.rb +161 -0
  104. data/lib/factpulse/models/files_info.rb +159 -0
  105. data/lib/factpulse/models/flow_direction.rb +1 -1
  106. data/lib/factpulse/models/flow_profile.rb +1 -1
  107. data/lib/factpulse/models/flow_summary.rb +1 -1
  108. data/lib/factpulse/models/flow_syntax.rb +1 -1
  109. data/lib/factpulse/models/flow_type.rb +1 -1
  110. data/lib/factpulse/models/generate_certificate_request.rb +6 -6
  111. data/lib/factpulse/models/generate_certificate_response.rb +1 -1
  112. data/lib/factpulse/models/get_chorus_pro_id_request.rb +2 -2
  113. data/lib/factpulse/models/get_chorus_pro_id_response.rb +1 -1
  114. data/lib/factpulse/models/get_invoice_request.rb +2 -2
  115. data/lib/factpulse/models/get_invoice_response.rb +1 -1
  116. data/lib/factpulse/models/get_structure_request.rb +3 -3
  117. data/lib/factpulse/models/get_structure_response.rb +1 -1
  118. data/lib/factpulse/models/global_allowance_amount.rb +2 -2
  119. data/lib/factpulse/models/gross_unit_price.rb +104 -0
  120. data/lib/factpulse/models/http_validation_error.rb +1 -1
  121. data/lib/factpulse/models/incoming_invoice.rb +2 -2
  122. data/lib/factpulse/models/incoming_supplier.rb +1 -1
  123. data/lib/factpulse/models/invoice_format.rb +1 -1
  124. data/lib/factpulse/models/invoice_line.rb +209 -25
  125. data/lib/factpulse/models/invoice_line_allowance_amount.rb +2 -2
  126. data/lib/factpulse/models/invoice_note.rb +1 -1
  127. data/lib/factpulse/models/invoice_references.rb +119 -16
  128. data/lib/factpulse/models/invoice_status.rb +1 -1
  129. data/lib/factpulse/models/invoice_totals.rb +52 -12
  130. data/lib/factpulse/models/invoice_totals_prepayment.rb +2 -2
  131. data/lib/factpulse/models/invoice_type_code.rb +1 -1
  132. data/lib/factpulse/models/invoicing_framework.rb +1 -1
  133. data/lib/factpulse/models/invoicing_framework_code.rb +1 -1
  134. data/lib/factpulse/models/line_net_amount.rb +2 -2
  135. data/lib/factpulse/models/line_total_amount.rb +104 -0
  136. data/lib/factpulse/models/mandatory_note_schema.rb +1 -1
  137. data/lib/factpulse/models/manual_rate.rb +2 -2
  138. data/lib/factpulse/models/manual_vat_rate.rb +2 -2
  139. data/lib/factpulse/models/missing_field.rb +269 -0
  140. data/lib/factpulse/models/operation_nature.rb +1 -1
  141. data/lib/factpulse/models/output_format.rb +1 -1
  142. data/lib/factpulse/models/page_dimensions_schema.rb +1 -1
  143. data/lib/factpulse/models/payee.rb +28 -6
  144. data/lib/factpulse/models/payment_card.rb +159 -0
  145. data/lib/factpulse/models/payment_means.rb +1 -1
  146. data/lib/factpulse/models/pdf_validation_result_api.rb +1 -1
  147. data/lib/factpulse/models/pdp_credentials.rb +6 -6
  148. data/lib/factpulse/models/percentage.rb +104 -0
  149. data/lib/factpulse/models/postal_address.rb +27 -7
  150. data/lib/factpulse/models/price_allowance_amount.rb +104 -0
  151. data/lib/factpulse/models/price_basis_quantity.rb +104 -0
  152. data/lib/factpulse/models/processing_options.rb +10 -10
  153. data/lib/factpulse/models/product_characteristic.rb +193 -0
  154. data/lib/factpulse/models/product_classification.rb +186 -0
  155. data/lib/factpulse/models/quantity.rb +2 -2
  156. data/lib/factpulse/models/recipient.rb +39 -7
  157. data/lib/factpulse/models/rounding_amount.rb +104 -0
  158. data/lib/factpulse/models/scheme_id.rb +12 -6
  159. data/lib/factpulse/models/search_flow_request.rb +8 -8
  160. data/lib/factpulse/models/search_flow_response.rb +1 -1
  161. data/lib/factpulse/models/search_services_response.rb +1 -1
  162. data/lib/factpulse/models/search_structure_request.rb +5 -5
  163. data/lib/factpulse/models/search_structure_response.rb +1 -1
  164. data/lib/factpulse/models/signature_info.rb +1 -1
  165. data/lib/factpulse/models/signature_info_api.rb +1 -1
  166. data/lib/factpulse/models/signature_parameters.rb +1 -1
  167. data/lib/factpulse/models/simplified_invoice_data.rb +1 -1
  168. data/lib/factpulse/models/structure_info.rb +1 -1
  169. data/lib/factpulse/models/structure_parameters.rb +1 -1
  170. data/lib/factpulse/models/structure_service.rb +1 -1
  171. data/lib/factpulse/models/submission_mode.rb +1 -1
  172. data/lib/factpulse/models/submit_complete_invoice_request.rb +1 -1
  173. data/lib/factpulse/models/submit_complete_invoice_response.rb +1 -1
  174. data/lib/factpulse/models/submit_flow_request.rb +7 -7
  175. data/lib/factpulse/models/submit_flow_response.rb +1 -1
  176. data/lib/factpulse/models/submit_gross_amount.rb +1 -1
  177. data/lib/factpulse/models/submit_invoice_request.rb +14 -14
  178. data/lib/factpulse/models/submit_invoice_response.rb +1 -1
  179. data/lib/factpulse/models/submit_net_amount.rb +1 -1
  180. data/lib/factpulse/models/submit_vat_amount.rb +1 -1
  181. data/lib/factpulse/models/supplementary_attachment.rb +1 -1
  182. data/lib/factpulse/models/supplier.rb +89 -7
  183. data/lib/factpulse/models/task_response.rb +1 -1
  184. data/lib/factpulse/models/tax_representative.rb +220 -0
  185. data/lib/factpulse/models/taxable_amount.rb +2 -2
  186. data/lib/factpulse/models/total_gross_amount.rb +2 -2
  187. data/lib/factpulse/models/total_net_amount.rb +2 -2
  188. data/lib/factpulse/models/total_vat_amount.rb +2 -2
  189. data/lib/factpulse/models/unit_net_price.rb +2 -2
  190. data/lib/factpulse/models/unit_of_measure.rb +1 -1
  191. data/lib/factpulse/models/validation_error.rb +1 -1
  192. data/lib/factpulse/models/validation_error_detail.rb +1 -1
  193. data/lib/factpulse/models/validation_error_loc_inner.rb +1 -1
  194. data/lib/factpulse/models/validation_error_response.rb +1 -1
  195. data/lib/factpulse/models/validation_info.rb +255 -0
  196. data/lib/factpulse/models/validation_success_response.rb +1 -1
  197. data/lib/factpulse/models/vat_accounting_code.rb +1 -1
  198. data/lib/factpulse/models/vat_amount.rb +2 -2
  199. data/lib/factpulse/models/vat_category.rb +1 -1
  200. data/lib/factpulse/models/vat_line.rb +13 -3
  201. data/lib/factpulse/models/{document_type.rb → vat_point_date_code.rb} +8 -10
  202. data/lib/factpulse/models/vat_rate.rb +104 -0
  203. data/lib/factpulse/models/verification_success_response.rb +1 -1
  204. data/lib/factpulse/models/verified_field_schema.rb +1 -1
  205. data/lib/factpulse/version.rb +2 -2
  206. data/lib/factpulse.rb +34 -3
  207. metadata +68 -6
data/lib/factpulse.rb CHANGED
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.18.0-SNAPSHOT
9
+ Generator version: 7.19.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -23,27 +23,43 @@ require 'factpulse/models/afnor_destination'
23
23
  require 'factpulse/models/afnor_health_check_response'
24
24
  require 'factpulse/models/afnor_result'
25
25
  require 'factpulse/models/api_error'
26
- require 'factpulse/models/api_profile'
27
26
  require 'factpulse/models/acknowledgment_status'
27
+ require 'factpulse/models/additional_document'
28
+ require 'factpulse/models/allowance_charge'
28
29
  require 'factpulse/models/allowance_reason_code'
30
+ require 'factpulse/models/allowance_total_amount'
31
+ require 'factpulse/models/amount'
29
32
  require 'factpulse/models/amount_due'
30
33
  require 'factpulse/models/async_task_status'
34
+ require 'factpulse/models/base_amount'
31
35
  require 'factpulse/models/bounding_box_schema'
32
36
  require 'factpulse/models/celery_status'
33
37
  require 'factpulse/models/certificate_info_response'
38
+ require 'factpulse/models/charge_total_amount'
34
39
  require 'factpulse/models/chorus_pro_destination'
35
40
  require 'factpulse/models/chorus_pro_result'
41
+ require 'factpulse/models/contact'
42
+ require 'factpulse/models/convert_error_response'
43
+ require 'factpulse/models/convert_pending_input_response'
44
+ require 'factpulse/models/convert_resume_request'
45
+ require 'factpulse/models/convert_success_response'
46
+ require 'factpulse/models/convert_validation_failed_response'
47
+ require 'factpulse/models/delivery_party'
36
48
  require 'factpulse/models/destination'
37
- require 'factpulse/models/document_type'
49
+ require 'factpulse/models/document_type_info'
38
50
  require 'factpulse/models/electronic_address'
39
51
  require 'factpulse/models/enriched_invoice_info'
40
52
  require 'factpulse/models/error_level'
41
53
  require 'factpulse/models/error_source'
54
+ require 'factpulse/models/extraction_info'
42
55
  require 'factpulse/models/factur_x_invoice'
43
56
  require 'factpulse/models/factur_xpdf_info'
57
+ require 'factpulse/models/factur_x_profile'
44
58
  require 'factpulse/models/facture_electronique_rest_api_schemas_chorus_pro_chorus_pro_credentials'
45
59
  require 'factpulse/models/facture_electronique_rest_api_schemas_processing_chorus_pro_credentials'
46
60
  require 'factpulse/models/field_status'
61
+ require 'factpulse/models/file_info'
62
+ require 'factpulse/models/files_info'
47
63
  require 'factpulse/models/flow_direction'
48
64
  require 'factpulse/models/flow_profile'
49
65
  require 'factpulse/models/flow_summary'
@@ -58,6 +74,7 @@ require 'factpulse/models/get_invoice_response'
58
74
  require 'factpulse/models/get_structure_request'
59
75
  require 'factpulse/models/get_structure_response'
60
76
  require 'factpulse/models/global_allowance_amount'
77
+ require 'factpulse/models/gross_unit_price'
61
78
  require 'factpulse/models/http_validation_error'
62
79
  require 'factpulse/models/incoming_invoice'
63
80
  require 'factpulse/models/incoming_supplier'
@@ -73,20 +90,29 @@ require 'factpulse/models/invoice_type_code'
73
90
  require 'factpulse/models/invoicing_framework'
74
91
  require 'factpulse/models/invoicing_framework_code'
75
92
  require 'factpulse/models/line_net_amount'
93
+ require 'factpulse/models/line_total_amount'
76
94
  require 'factpulse/models/mandatory_note_schema'
77
95
  require 'factpulse/models/manual_rate'
78
96
  require 'factpulse/models/manual_vat_rate'
97
+ require 'factpulse/models/missing_field'
79
98
  require 'factpulse/models/operation_nature'
80
99
  require 'factpulse/models/output_format'
81
100
  require 'factpulse/models/pdf_validation_result_api'
82
101
  require 'factpulse/models/pdp_credentials'
83
102
  require 'factpulse/models/page_dimensions_schema'
84
103
  require 'factpulse/models/payee'
104
+ require 'factpulse/models/payment_card'
85
105
  require 'factpulse/models/payment_means'
106
+ require 'factpulse/models/percentage'
86
107
  require 'factpulse/models/postal_address'
108
+ require 'factpulse/models/price_allowance_amount'
109
+ require 'factpulse/models/price_basis_quantity'
87
110
  require 'factpulse/models/processing_options'
111
+ require 'factpulse/models/product_characteristic'
112
+ require 'factpulse/models/product_classification'
88
113
  require 'factpulse/models/quantity'
89
114
  require 'factpulse/models/recipient'
115
+ require 'factpulse/models/rounding_amount'
90
116
  require 'factpulse/models/scheme_id'
91
117
  require 'factpulse/models/search_flow_request'
92
118
  require 'factpulse/models/search_flow_response'
@@ -113,6 +139,7 @@ require 'factpulse/models/submit_vat_amount'
113
139
  require 'factpulse/models/supplementary_attachment'
114
140
  require 'factpulse/models/supplier'
115
141
  require 'factpulse/models/task_response'
142
+ require 'factpulse/models/tax_representative'
116
143
  require 'factpulse/models/taxable_amount'
117
144
  require 'factpulse/models/total_gross_amount'
118
145
  require 'factpulse/models/total_net_amount'
@@ -123,11 +150,14 @@ require 'factpulse/models/vat_accounting_code'
123
150
  require 'factpulse/models/vat_amount'
124
151
  require 'factpulse/models/vat_category'
125
152
  require 'factpulse/models/vat_line'
153
+ require 'factpulse/models/vat_point_date_code'
126
154
  require 'factpulse/models/validation_error'
127
155
  require 'factpulse/models/validation_error_detail'
128
156
  require 'factpulse/models/validation_error_loc_inner'
129
157
  require 'factpulse/models/validation_error_response'
158
+ require 'factpulse/models/validation_info'
130
159
  require 'factpulse/models/validation_success_response'
160
+ require 'factpulse/models/vat_rate'
131
161
  require 'factpulse/models/verification_success_response'
132
162
  require 'factpulse/models/verified_field_schema'
133
163
 
@@ -136,6 +166,7 @@ require 'factpulse/api/afnorpdppa_api'
136
166
  require 'factpulse/api/afnorpdppa_directory_service_api'
137
167
  require 'factpulse/api/afnorpdppa_flow_service_api'
138
168
  require 'factpulse/api/chorus_pro_api'
169
+ require 'factpulse/api/document_conversion_api'
139
170
  require 'factpulse/api/health_api'
140
171
  require 'factpulse/api/invoice_processing_api'
141
172
  require 'factpulse/api/pdfxml_verification_api'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: factpulse
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.5
4
+ version: 3.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-12-19 00:00:00.000000000 Z
11
+ date: 2025-12-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -124,28 +124,45 @@ files:
124
124
  - docs/AFNORPDPPAFlowServiceApi.md
125
125
  - docs/AFNORResult.md
126
126
  - docs/APIError.md
127
- - docs/APIProfile.md
128
127
  - docs/AcknowledgmentStatus.md
128
+ - docs/AdditionalDocument.md
129
+ - docs/AllowanceCharge.md
129
130
  - docs/AllowanceReasonCode.md
131
+ - docs/AllowanceTotalAmount.md
132
+ - docs/Amount.md
130
133
  - docs/AmountDue.md
131
134
  - docs/AsyncTaskStatus.md
135
+ - docs/BaseAmount.md
132
136
  - docs/BoundingBoxSchema.md
133
137
  - docs/CeleryStatus.md
134
138
  - docs/CertificateInfoResponse.md
139
+ - docs/ChargeTotalAmount.md
135
140
  - docs/ChorusProApi.md
136
141
  - docs/ChorusProDestination.md
137
142
  - docs/ChorusProResult.md
143
+ - docs/Contact.md
144
+ - docs/ConvertErrorResponse.md
145
+ - docs/ConvertPendingInputResponse.md
146
+ - docs/ConvertResumeRequest.md
147
+ - docs/ConvertSuccessResponse.md
148
+ - docs/ConvertValidationFailedResponse.md
149
+ - docs/DeliveryParty.md
138
150
  - docs/Destination.md
139
- - docs/DocumentType.md
151
+ - docs/DocumentConversionApi.md
152
+ - docs/DocumentTypeInfo.md
140
153
  - docs/ElectronicAddress.md
141
154
  - docs/EnrichedInvoiceInfo.md
142
155
  - docs/ErrorLevel.md
143
156
  - docs/ErrorSource.md
157
+ - docs/ExtractionInfo.md
144
158
  - docs/FacturXInvoice.md
145
159
  - docs/FacturXPDFInfo.md
160
+ - docs/FacturXProfile.md
146
161
  - docs/FactureElectroniqueRestApiSchemasChorusProChorusProCredentials.md
147
162
  - docs/FactureElectroniqueRestApiSchemasProcessingChorusProCredentials.md
148
163
  - docs/FieldStatus.md
164
+ - docs/FileInfo.md
165
+ - docs/FilesInfo.md
149
166
  - docs/FlowDirection.md
150
167
  - docs/FlowProfile.md
151
168
  - docs/FlowSummary.md
@@ -160,6 +177,7 @@ files:
160
177
  - docs/GetStructureRequest.md
161
178
  - docs/GetStructureResponse.md
162
179
  - docs/GlobalAllowanceAmount.md
180
+ - docs/GrossUnitPrice.md
163
181
  - docs/HTTPValidationError.md
164
182
  - docs/HealthApi.md
165
183
  - docs/IncomingInvoice.md
@@ -177,9 +195,11 @@ files:
177
195
  - docs/InvoicingFramework.md
178
196
  - docs/InvoicingFrameworkCode.md
179
197
  - docs/LineNetAmount.md
198
+ - docs/LineTotalAmount.md
180
199
  - docs/MandatoryNoteSchema.md
181
200
  - docs/ManualRate.md
182
201
  - docs/ManualVatRate.md
202
+ - docs/MissingField.md
183
203
  - docs/OperationNature.md
184
204
  - docs/OutputFormat.md
185
205
  - docs/PDFValidationResultAPI.md
@@ -187,11 +207,18 @@ files:
187
207
  - docs/PDPCredentials.md
188
208
  - docs/PageDimensionsSchema.md
189
209
  - docs/Payee.md
210
+ - docs/PaymentCard.md
190
211
  - docs/PaymentMeans.md
212
+ - docs/Percentage.md
191
213
  - docs/PostalAddress.md
214
+ - docs/PriceAllowanceAmount.md
215
+ - docs/PriceBasisQuantity.md
192
216
  - docs/ProcessingOptions.md
217
+ - docs/ProductCharacteristic.md
218
+ - docs/ProductClassification.md
193
219
  - docs/Quantity.md
194
220
  - docs/Recipient.md
221
+ - docs/RoundingAmount.md
195
222
  - docs/SchemeID.md
196
223
  - docs/SearchFlowRequest.md
197
224
  - docs/SearchFlowResponse.md
@@ -218,6 +245,7 @@ files:
218
245
  - docs/SupplementaryAttachment.md
219
246
  - docs/Supplier.md
220
247
  - docs/TaskResponse.md
248
+ - docs/TaxRepresentative.md
221
249
  - docs/TaxableAmount.md
222
250
  - docs/TotalGrossAmount.md
223
251
  - docs/TotalNetAmount.md
@@ -229,11 +257,14 @@ files:
229
257
  - docs/VATAmount.md
230
258
  - docs/VATCategory.md
231
259
  - docs/VATLine.md
260
+ - docs/VATPointDateCode.md
232
261
  - docs/ValidationError.md
233
262
  - docs/ValidationErrorDetail.md
234
263
  - docs/ValidationErrorLocInner.md
235
264
  - docs/ValidationErrorResponse.md
265
+ - docs/ValidationInfo.md
236
266
  - docs/ValidationSuccessResponse.md
267
+ - docs/VatRate.md
237
268
  - docs/VerificationSuccessResponse.md
238
269
  - docs/VerifiedFieldSchema.md
239
270
  - factpulse.gemspec
@@ -243,6 +274,7 @@ files:
243
274
  - lib/factpulse/api/afnorpdppa_directory_service_api.rb
244
275
  - lib/factpulse/api/afnorpdppa_flow_service_api.rb
245
276
  - lib/factpulse/api/chorus_pro_api.rb
277
+ - lib/factpulse/api/document_conversion_api.rb
246
278
  - lib/factpulse/api/health_api.rb
247
279
  - lib/factpulse/api/invoice_processing_api.rb
248
280
  - lib/factpulse/api/pdfxml_verification_api.rb
@@ -255,31 +287,47 @@ files:
255
287
  - lib/factpulse/helpers/exceptions.rb
256
288
  - lib/factpulse/helpers/helpers.rb
257
289
  - lib/factpulse/models/acknowledgment_status.rb
290
+ - lib/factpulse/models/additional_document.rb
258
291
  - lib/factpulse/models/afnor_credentials.rb
259
292
  - lib/factpulse/models/afnor_destination.rb
260
293
  - lib/factpulse/models/afnor_health_check_response.rb
261
294
  - lib/factpulse/models/afnor_result.rb
295
+ - lib/factpulse/models/allowance_charge.rb
262
296
  - lib/factpulse/models/allowance_reason_code.rb
297
+ - lib/factpulse/models/allowance_total_amount.rb
298
+ - lib/factpulse/models/amount.rb
263
299
  - lib/factpulse/models/amount_due.rb
264
300
  - lib/factpulse/models/api_error.rb
265
- - lib/factpulse/models/api_profile.rb
266
301
  - lib/factpulse/models/async_task_status.rb
302
+ - lib/factpulse/models/base_amount.rb
267
303
  - lib/factpulse/models/bounding_box_schema.rb
268
304
  - lib/factpulse/models/celery_status.rb
269
305
  - lib/factpulse/models/certificate_info_response.rb
306
+ - lib/factpulse/models/charge_total_amount.rb
270
307
  - lib/factpulse/models/chorus_pro_destination.rb
271
308
  - lib/factpulse/models/chorus_pro_result.rb
309
+ - lib/factpulse/models/contact.rb
310
+ - lib/factpulse/models/convert_error_response.rb
311
+ - lib/factpulse/models/convert_pending_input_response.rb
312
+ - lib/factpulse/models/convert_resume_request.rb
313
+ - lib/factpulse/models/convert_success_response.rb
314
+ - lib/factpulse/models/convert_validation_failed_response.rb
315
+ - lib/factpulse/models/delivery_party.rb
272
316
  - lib/factpulse/models/destination.rb
273
- - lib/factpulse/models/document_type.rb
317
+ - lib/factpulse/models/document_type_info.rb
274
318
  - lib/factpulse/models/electronic_address.rb
275
319
  - lib/factpulse/models/enriched_invoice_info.rb
276
320
  - lib/factpulse/models/error_level.rb
277
321
  - lib/factpulse/models/error_source.rb
322
+ - lib/factpulse/models/extraction_info.rb
278
323
  - lib/factpulse/models/factur_x_invoice.rb
324
+ - lib/factpulse/models/factur_x_profile.rb
279
325
  - lib/factpulse/models/factur_xpdf_info.rb
280
326
  - lib/factpulse/models/facture_electronique_rest_api_schemas_chorus_pro_chorus_pro_credentials.rb
281
327
  - lib/factpulse/models/facture_electronique_rest_api_schemas_processing_chorus_pro_credentials.rb
282
328
  - lib/factpulse/models/field_status.rb
329
+ - lib/factpulse/models/file_info.rb
330
+ - lib/factpulse/models/files_info.rb
283
331
  - lib/factpulse/models/flow_direction.rb
284
332
  - lib/factpulse/models/flow_profile.rb
285
333
  - lib/factpulse/models/flow_summary.rb
@@ -294,6 +342,7 @@ files:
294
342
  - lib/factpulse/models/get_structure_request.rb
295
343
  - lib/factpulse/models/get_structure_response.rb
296
344
  - lib/factpulse/models/global_allowance_amount.rb
345
+ - lib/factpulse/models/gross_unit_price.rb
297
346
  - lib/factpulse/models/http_validation_error.rb
298
347
  - lib/factpulse/models/incoming_invoice.rb
299
348
  - lib/factpulse/models/incoming_supplier.rb
@@ -309,20 +358,29 @@ files:
309
358
  - lib/factpulse/models/invoicing_framework.rb
310
359
  - lib/factpulse/models/invoicing_framework_code.rb
311
360
  - lib/factpulse/models/line_net_amount.rb
361
+ - lib/factpulse/models/line_total_amount.rb
312
362
  - lib/factpulse/models/mandatory_note_schema.rb
313
363
  - lib/factpulse/models/manual_rate.rb
314
364
  - lib/factpulse/models/manual_vat_rate.rb
365
+ - lib/factpulse/models/missing_field.rb
315
366
  - lib/factpulse/models/operation_nature.rb
316
367
  - lib/factpulse/models/output_format.rb
317
368
  - lib/factpulse/models/page_dimensions_schema.rb
318
369
  - lib/factpulse/models/payee.rb
370
+ - lib/factpulse/models/payment_card.rb
319
371
  - lib/factpulse/models/payment_means.rb
320
372
  - lib/factpulse/models/pdf_validation_result_api.rb
321
373
  - lib/factpulse/models/pdp_credentials.rb
374
+ - lib/factpulse/models/percentage.rb
322
375
  - lib/factpulse/models/postal_address.rb
376
+ - lib/factpulse/models/price_allowance_amount.rb
377
+ - lib/factpulse/models/price_basis_quantity.rb
323
378
  - lib/factpulse/models/processing_options.rb
379
+ - lib/factpulse/models/product_characteristic.rb
380
+ - lib/factpulse/models/product_classification.rb
324
381
  - lib/factpulse/models/quantity.rb
325
382
  - lib/factpulse/models/recipient.rb
383
+ - lib/factpulse/models/rounding_amount.rb
326
384
  - lib/factpulse/models/scheme_id.rb
327
385
  - lib/factpulse/models/search_flow_request.rb
328
386
  - lib/factpulse/models/search_flow_response.rb
@@ -349,6 +407,7 @@ files:
349
407
  - lib/factpulse/models/supplementary_attachment.rb
350
408
  - lib/factpulse/models/supplier.rb
351
409
  - lib/factpulse/models/task_response.rb
410
+ - lib/factpulse/models/tax_representative.rb
352
411
  - lib/factpulse/models/taxable_amount.rb
353
412
  - lib/factpulse/models/total_gross_amount.rb
354
413
  - lib/factpulse/models/total_net_amount.rb
@@ -359,11 +418,14 @@ files:
359
418
  - lib/factpulse/models/validation_error_detail.rb
360
419
  - lib/factpulse/models/validation_error_loc_inner.rb
361
420
  - lib/factpulse/models/validation_error_response.rb
421
+ - lib/factpulse/models/validation_info.rb
362
422
  - lib/factpulse/models/validation_success_response.rb
363
423
  - lib/factpulse/models/vat_accounting_code.rb
364
424
  - lib/factpulse/models/vat_amount.rb
365
425
  - lib/factpulse/models/vat_category.rb
366
426
  - lib/factpulse/models/vat_line.rb
427
+ - lib/factpulse/models/vat_point_date_code.rb
428
+ - lib/factpulse/models/vat_rate.rb
367
429
  - lib/factpulse/models/verification_success_response.rb
368
430
  - lib/factpulse/models/verified_field_schema.rb
369
431
  - lib/factpulse/version.rb