factpulse 3.0.4 → 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
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2e621f5c7d34b03edfa7d5776c19baa354c73d67fcb6e4c0e9ce2dcff3dc7f07
4
- data.tar.gz: 531bdc7f3f4bd9710ebc61d126b1f0966e1a36df11c46b3d458a173642a604d1
3
+ metadata.gz: ccd4921ac55d6b283a04abb3cdf39c43352528981e8970af0b44d49f6e6d7863
4
+ data.tar.gz: ded39447b96c2507a2e3d12ee9acc26a400b4826aebb3b839dfed9c38fe02a79
5
5
  SHA512:
6
- metadata.gz: 21d6f088e2a87a25d443fa223f4b0152b494cfcd7e68a68e109f13bbf85deaca82869601e45e6d1c91d1903444e039e2e81a6c752283be24a7d6193efa57819a
7
- data.tar.gz: 808d20728c0c3fc9798da496970351b6dfbc8afec4118c5626b0508089c862bbfd7e9a3df6d747b95acdfee781e56d2dbe0772a47a159c7ea7d348067b1ba0ef
6
+ metadata.gz: 07fce376a3228b2875d261054fa5b4b89e5f45bc18aaf37f0476cea99ee71b938045b13fd4371a3510e78e6bf1e69b15b71928e132c21f6e25dfdec178327a41
7
+ data.tar.gz: 7b2d80a8fd25bc9c68c1432922eb338f270b47458d9d2fc49d1bc1861bdc51b82e60adda97d9696447befee5dbec68e6546dd93c42e530804d543cf68620dad9
data/CHANGELOG.md CHANGED
@@ -7,7 +7,7 @@ et ce projet adhère au [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
- ## [3.0.4] - 2025-12-19
10
+ ## [3.0.6] - 2025-12-29
11
11
 
12
12
  ### Added
13
13
  - Version initiale du SDK ruby
@@ -24,5 +24,5 @@ et ce projet adhère au [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
24
24
  - Guide d'authentification JWT
25
25
  - Configuration avancée (timeout, proxy, debug)
26
26
 
27
- [Unreleased]: https://github.com/factpulse/sdk-ruby/compare/v3.0.4...HEAD
28
- [3.0.4]: https://github.com/factpulse/sdk-ruby/releases/tag/v3.0.4
27
+ [Unreleased]: https://github.com/factpulse/sdk-ruby/compare/v3.0.6...HEAD
28
+ [3.0.6]: https://github.com/factpulse/sdk-ruby/releases/tag/v3.0.6
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- factpulse (3.0.4)
4
+ factpulse (3.0.6)
5
5
  typhoeus (~> 1.0, >= 1.0.1)
6
6
 
7
7
  GEM
@@ -0,0 +1,26 @@
1
+ # FactPulse::AdditionalDocument
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **id** | **String** | Document reference identifier (BT-122). | |
8
+ | **type_code** | **String** | | [optional] |
9
+ | **name** | **String** | | [optional] |
10
+ | **uri** | **String** | | [optional] |
11
+ | **reference_type_code** | **String** | | [optional] |
12
+
13
+ ## Example
14
+
15
+ ```ruby
16
+ require 'factpulse'
17
+
18
+ instance = FactPulse::AdditionalDocument.new(
19
+ id: null,
20
+ type_code: null,
21
+ name: null,
22
+ uri: null,
23
+ reference_type_code: null
24
+ )
25
+ ```
26
+
@@ -0,0 +1,32 @@
1
+ # FactPulse::AllowanceCharge
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **is_charge** | **Boolean** | True for charge, False for allowance (ChargeIndicator). | |
8
+ | **amount** | [**Amount**](Amount.md) | | |
9
+ | **base_amount** | [**BaseAmount**](BaseAmount.md) | | [optional] |
10
+ | **percentage** | [**Percentage**](Percentage.md) | | [optional] |
11
+ | **reason** | **String** | | [optional] |
12
+ | **reason_code** | **String** | | [optional] |
13
+ | **vat_category** | **String** | | [optional] |
14
+ | **vat_rate** | [**VatRate**](VatRate.md) | | [optional] |
15
+
16
+ ## Example
17
+
18
+ ```ruby
19
+ require 'factpulse'
20
+
21
+ instance = FactPulse::AllowanceCharge.new(
22
+ is_charge: null,
23
+ amount: null,
24
+ base_amount: null,
25
+ percentage: null,
26
+ reason: null,
27
+ reason_code: null,
28
+ vat_category: null,
29
+ vat_rate: null
30
+ )
31
+ ```
32
+
@@ -0,0 +1,15 @@
1
+ # FactPulse::AllowanceTotalAmount
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+
8
+ ## Example
9
+
10
+ ```ruby
11
+ require 'factpulse'
12
+
13
+ instance = FactPulse::AllowanceTotalAmount.new()
14
+ ```
15
+
@@ -1,4 +1,4 @@
1
- # FactPulse::APIProfile
1
+ # FactPulse::Amount
2
2
 
3
3
  ## Properties
4
4
 
@@ -10,6 +10,6 @@
10
10
  ```ruby
11
11
  require 'factpulse'
12
12
 
13
- instance = FactPulse::APIProfile.new()
13
+ instance = FactPulse::Amount.new()
14
14
  ```
15
15
 
@@ -1,4 +1,4 @@
1
- # FactPulse::DocumentType
1
+ # FactPulse::BaseAmount
2
2
 
3
3
  ## Properties
4
4
 
@@ -10,6 +10,6 @@
10
10
  ```ruby
11
11
  require 'factpulse'
12
12
 
13
- instance = FactPulse::DocumentType.new()
13
+ instance = FactPulse::BaseAmount.new()
14
14
  ```
15
15
 
@@ -0,0 +1,15 @@
1
+ # FactPulse::ChargeTotalAmount
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+
8
+ ## Example
9
+
10
+ ```ruby
11
+ require 'factpulse'
12
+
13
+ instance = FactPulse::ChargeTotalAmount.new()
14
+ ```
15
+
data/docs/Contact.md ADDED
@@ -0,0 +1,24 @@
1
+ # FactPulse::Contact
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **name** | **String** | | [optional] |
8
+ | **department_name** | **String** | | [optional] |
9
+ | **phone** | **String** | | [optional] |
10
+ | **email** | **String** | | [optional] |
11
+
12
+ ## Example
13
+
14
+ ```ruby
15
+ require 'factpulse'
16
+
17
+ instance = FactPulse::Contact.new(
18
+ name: null,
19
+ department_name: null,
20
+ phone: null,
21
+ email: null
22
+ )
23
+ ```
24
+
@@ -0,0 +1,26 @@
1
+ # FactPulse::ConvertErrorResponse
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **status** | **String** | | [optional][default to 'error'] |
8
+ | **error** | **String** | Code erreur | |
9
+ | **message** | **String** | Message d'erreur | |
10
+ | **conversion_id** | **String** | | [optional] |
11
+ | **resume_url** | **String** | | [optional] |
12
+
13
+ ## Example
14
+
15
+ ```ruby
16
+ require 'factpulse'
17
+
18
+ instance = FactPulse::ConvertErrorResponse.new(
19
+ status: null,
20
+ error: null,
21
+ message: null,
22
+ conversion_id: null,
23
+ resume_url: null
24
+ )
25
+ ```
26
+
@@ -0,0 +1,32 @@
1
+ # FactPulse::ConvertPendingInputResponse
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **status** | **String** | | [optional][default to 'pending_input'] |
8
+ | **conversion_id** | **String** | | |
9
+ | **message** | **String** | | [optional][default to 'Donnees manquantes requises pour la conformite'] |
10
+ | **extraction** | [**ExtractionInfo**](ExtractionInfo.md) | | |
11
+ | **extracted_data** | **Hash<String, Object>** | Donnees extraites par OCR au format FacturXInvoice | |
12
+ | **missing_fields** | [**Array<MissingField>**](MissingField.md) | | |
13
+ | **resume_url** | **String** | | |
14
+ | **expires_at** | **Time** | | |
15
+
16
+ ## Example
17
+
18
+ ```ruby
19
+ require 'factpulse'
20
+
21
+ instance = FactPulse::ConvertPendingInputResponse.new(
22
+ status: null,
23
+ conversion_id: null,
24
+ message: null,
25
+ extraction: null,
26
+ extracted_data: null,
27
+ missing_fields: null,
28
+ resume_url: null,
29
+ expires_at: null
30
+ )
31
+ ```
32
+
@@ -0,0 +1,18 @@
1
+ # FactPulse::ConvertResumeRequest
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **overrides** | **Hash<String, Object>** | Sous-ensemble de FacturXInvoice a mettre a jour (merge profond) | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'factpulse'
13
+
14
+ instance = FactPulse::ConvertResumeRequest.new(
15
+ overrides: null
16
+ )
17
+ ```
18
+
@@ -0,0 +1,36 @@
1
+ # FactPulse::ConvertSuccessResponse
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **status** | **String** | Statut de la conversion | [optional][default to 'success'] |
8
+ | **conversion_id** | **String** | Identifiant unique de conversion | |
9
+ | **document_type** | [**DocumentTypeInfo**](DocumentTypeInfo.md) | | |
10
+ | **invoice** | **Hash<String, Object>** | Donnees facture au format FacturXInvoice (cf. models.py) | |
11
+ | **extraction** | [**ExtractionInfo**](ExtractionInfo.md) | | |
12
+ | **validation** | [**ValidationInfo**](ValidationInfo.md) | | |
13
+ | **files** | [**FilesInfo**](FilesInfo.md) | | |
14
+ | **processing_time_ms** | **Integer** | Temps de traitement en ms | |
15
+ | **pdf_regenerated** | **Boolean** | True si le PDF a ete regenere (source non exploitable) | [optional][default to false] |
16
+ | **pdf_regenerated_reason** | **String** | | [optional] |
17
+
18
+ ## Example
19
+
20
+ ```ruby
21
+ require 'factpulse'
22
+
23
+ instance = FactPulse::ConvertSuccessResponse.new(
24
+ status: null,
25
+ conversion_id: null,
26
+ document_type: null,
27
+ invoice: null,
28
+ extraction: null,
29
+ validation: null,
30
+ files: null,
31
+ processing_time_ms: null,
32
+ pdf_regenerated: null,
33
+ pdf_regenerated_reason: null
34
+ )
35
+ ```
36
+
@@ -0,0 +1,34 @@
1
+ # FactPulse::ConvertValidationFailedResponse
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **status** | **String** | | [optional][default to 'validation_failed'] |
8
+ | **conversion_id** | **String** | | |
9
+ | **message** | **String** | | [optional][default to 'Donnees extraites avec erreurs de validation. Completez le formulaire et appelez /resume.'] |
10
+ | **extraction** | [**ExtractionInfo**](ExtractionInfo.md) | | |
11
+ | **extracted_data** | **Hash<String, Object>** | Donnees extraites par OCR au format FacturXInvoice (a completer/corriger) | |
12
+ | **missing_fields** | [**Array<MissingField>**](MissingField.md) | Champs manquants pour conformite Factur-X | [optional] |
13
+ | **validation** | [**ValidationInfo**](ValidationInfo.md) | | |
14
+ | **resume_url** | **String** | URL pour reprendre la conversion avec corrections | |
15
+ | **expires_at** | **Time** | Expiration de la conversion (1h) | |
16
+
17
+ ## Example
18
+
19
+ ```ruby
20
+ require 'factpulse'
21
+
22
+ instance = FactPulse::ConvertValidationFailedResponse.new(
23
+ status: null,
24
+ conversion_id: null,
25
+ message: null,
26
+ extraction: null,
27
+ extracted_data: null,
28
+ missing_fields: null,
29
+ validation: null,
30
+ resume_url: null,
31
+ expires_at: null
32
+ )
33
+ ```
34
+
@@ -0,0 +1,24 @@
1
+ # FactPulse::DeliveryParty
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **id** | **String** | | [optional] |
8
+ | **global_id** | [**ElectronicAddress**](ElectronicAddress.md) | | [optional] |
9
+ | **name** | **String** | | [optional] |
10
+ | **postal_address** | [**PostalAddress**](PostalAddress.md) | | [optional] |
11
+
12
+ ## Example
13
+
14
+ ```ruby
15
+ require 'factpulse'
16
+
17
+ instance = FactPulse::DeliveryParty.new(
18
+ id: null,
19
+ global_id: null,
20
+ name: null,
21
+ postal_address: null
22
+ )
23
+ ```
24
+