factpulse 4.0.3 → 4.1.2
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -4
- data/Gemfile.lock +2 -2
- data/docs/AFNORErrorDetail.md +26 -0
- data/docs/AsyncTasksApi.md +225 -0
- data/docs/ClientManagementApi.md +20 -20
- data/docs/ConversionErrorResult.md +30 -0
- data/docs/ConversionExtractionInfo.md +20 -0
- data/docs/ConversionPendingInputResult.md +30 -0
- data/docs/ConversionSuccessTaskResult.md +36 -0
- data/docs/ConversionTaskStatus.md +22 -0
- data/docs/ConversionTaskStatusResult.md +85 -0
- data/docs/ConversionValidationFailedResult.md +34 -0
- data/docs/DownloadsApi.md +4 -4
- data/docs/FacturXConversionApi.md +75 -0
- data/docs/FacturXInvoice.md +1 -1
- data/docs/FacturXPDFXMLVerificationApi.md +75 -0
- data/docs/FacturXValidationApi.md +0 -81
- data/docs/FactureElectroniqueModelsInvoiceTypeCode.md +15 -0
- data/docs/Flux6InvoiceLifecycleCDARApi.md +82 -0
- data/docs/GenerationSuccessResult.md +24 -0
- data/docs/GenerationTaskStatus.md +22 -0
- data/docs/GenerationTaskStatusResult.md +79 -0
- data/docs/HealthApi.md +0 -124
- data/docs/{FacturXGenerationApi.md → InvoiceGenerationApi.md} +21 -21
- data/docs/InvoiceInput.md +1 -1
- data/docs/InvoiceLifecycle.md +24 -0
- data/docs/InvoicingFramework.md +1 -1
- data/docs/LifecycleEvent.md +38 -0
- data/docs/LifecycleResponse.md +22 -0
- data/docs/ParseApi.md +161 -0
- data/docs/ParseFacturXResponse.md +26 -0
- data/docs/ReferencesApi.md +74 -0
- data/docs/SignatureSuccessResult.md +34 -0
- data/docs/SignatureTaskStatus.md +22 -0
- data/docs/SignatureTaskStatusResult.md +79 -0
- data/docs/SimplifiedInvoiceData.md +1 -1
- data/docs/SubmitCompleteInvoiceResponse.md +3 -1
- data/docs/Supplier.md +1 -1
- data/docs/TaskErrorResult.md +26 -0
- data/docs/VATEXCodeInfo.md +24 -0
- data/docs/VATEXCodesResponse.md +22 -0
- data/docs/ValidationApi.md +88 -0
- data/docs/ValidationSuccessTaskResult.md +20 -0
- data/docs/ValidationTaskStatus.md +22 -0
- data/docs/ValidationTaskStatusResult.md +79 -0
- data/docs/VerificationSuccessTaskResult.md +20 -0
- data/docs/VerificationTypedTaskStatus.md +22 -0
- data/docs/VerificationTypedTaskStatusResult.md +79 -0
- data/factpulse.gemspec +3 -3
- data/lib/factpulse/api/afnorpdppa_api.rb +2 -2
- data/lib/factpulse/api/afnorpdppa_directory_service_api.rb +2 -2
- data/lib/factpulse/api/afnorpdppa_flow_service_api.rb +2 -2
- data/lib/factpulse/api/async_tasks_api.rb +191 -2
- data/lib/factpulse/api/chorus_pro_api.rb +2 -2
- data/lib/factpulse/api/client_management_api.rb +22 -22
- data/lib/factpulse/api/downloads_api.rb +6 -6
- data/lib/factpulse/api/electronic_signature_api.rb +2 -2
- data/lib/factpulse/api/factur_x_conversion_api.rb +65 -2
- data/lib/factpulse/api/factur_x_validation_api.rb +2 -77
- data/lib/factpulse/api/factur_xpdfxml_verification_api.rb +65 -2
- data/lib/factpulse/api/flux10_e_reporting_api.rb +2 -2
- data/lib/factpulse/api/flux6_invoice_lifecycle_cdar_api.rb +85 -2
- data/lib/factpulse/api/health_api.rb +2 -116
- data/lib/factpulse/api/{factur_x_generation_api.rb → invoice_generation_api.rb} +23 -23
- data/lib/factpulse/api/parse_api.rb +163 -0
- data/lib/factpulse/api/references_api.rb +82 -0
- data/lib/factpulse/api/validation_api.rb +97 -0
- data/lib/factpulse/api_client.rb +2 -2
- data/lib/factpulse/api_error.rb +2 -2
- data/lib/factpulse/api_model_base.rb +2 -2
- data/lib/factpulse/configuration.rb +2 -2
- data/lib/factpulse/models/acknowledgment_status.rb +2 -2
- data/lib/factpulse/models/action_code_info.rb +2 -2
- data/lib/factpulse/models/action_codes_response.rb +2 -2
- data/lib/factpulse/models/additional_document.rb +2 -2
- data/lib/factpulse/models/afnor_acknowledgement.rb +2 -2
- data/lib/factpulse/models/afnor_acknowledgement_detail.rb +2 -2
- data/lib/factpulse/models/afnor_address_edit.rb +2 -2
- data/lib/factpulse/models/afnor_address_patch.rb +2 -2
- data/lib/factpulse/models/afnor_address_put.rb +2 -2
- data/lib/factpulse/models/afnor_address_read.rb +2 -2
- data/lib/factpulse/models/afnor_algorithm.rb +2 -2
- data/lib/factpulse/models/afnor_contains_operator.rb +2 -2
- data/lib/factpulse/models/afnor_create_directory_line_body.rb +2 -2
- data/lib/factpulse/models/afnor_create_directory_line_body_addressing_information.rb +2 -2
- data/lib/factpulse/models/afnor_create_directory_line_body_period.rb +2 -2
- data/lib/factpulse/models/afnor_create_routing_code_body.rb +2 -2
- data/lib/factpulse/models/afnor_credentials.rb +2 -2
- data/lib/factpulse/models/afnor_destination.rb +2 -2
- data/lib/factpulse/models/afnor_diffusion_status.rb +2 -2
- data/lib/factpulse/models/afnor_directory_line_field.rb +2 -2
- data/lib/factpulse/models/afnor_directory_line_payload_history_legal_unit_facility_routing_code.rb +2 -2
- data/lib/factpulse/models/afnor_directory_line_payload_history_legal_unit_facility_routing_code_platform.rb +2 -2
- data/lib/factpulse/models/afnor_directory_line_payload_history_legal_unit_facility_routing_code_routing_code.rb +2 -2
- data/lib/factpulse/models/afnor_directory_line_post201_response.rb +2 -2
- data/lib/factpulse/models/afnor_directory_line_search_post200_response.rb +2 -2
- data/lib/factpulse/models/afnor_entity_type.rb +2 -2
- data/lib/factpulse/models/afnor_error.rb +2 -2
- data/lib/factpulse/models/afnor_error_detail.rb +237 -0
- data/lib/factpulse/models/afnor_facility_administrative_status.rb +2 -2
- data/lib/factpulse/models/afnor_facility_nature.rb +2 -2
- data/lib/factpulse/models/afnor_facility_payload_history.rb +2 -2
- data/lib/factpulse/models/afnor_facility_payload_history_ule_b2g_additional_data.rb +2 -2
- data/lib/factpulse/models/afnor_facility_payload_included.rb +2 -2
- data/lib/factpulse/models/afnor_facility_type.rb +2 -2
- data/lib/factpulse/models/afnor_flow.rb +2 -2
- data/lib/factpulse/models/afnor_flow_ack_status.rb +2 -2
- data/lib/factpulse/models/afnor_flow_direction.rb +2 -2
- data/lib/factpulse/models/afnor_flow_info.rb +2 -2
- data/lib/factpulse/models/afnor_flow_profile.rb +2 -2
- data/lib/factpulse/models/afnor_flow_syntax.rb +2 -2
- data/lib/factpulse/models/afnor_flow_type.rb +2 -2
- data/lib/factpulse/models/afnor_full_flow_info.rb +2 -2
- data/lib/factpulse/models/afnor_health_check_response.rb +2 -2
- data/lib/factpulse/models/afnor_legal_unit_administrative_status.rb +2 -2
- data/lib/factpulse/models/afnor_legal_unit_payload_history.rb +2 -2
- data/lib/factpulse/models/afnor_legal_unit_payload_included.rb +2 -2
- data/lib/factpulse/models/afnor_legal_unit_payload_included_no_siren.rb +2 -2
- data/lib/factpulse/models/afnor_platform_status.rb +2 -2
- data/lib/factpulse/models/afnor_processing_rule.rb +2 -2
- data/lib/factpulse/models/afnor_reason_code.rb +2 -2
- data/lib/factpulse/models/afnor_reason_code_enum.rb +2 -2
- data/lib/factpulse/models/afnor_recipient_platform_type.rb +2 -2
- data/lib/factpulse/models/afnor_result.rb +2 -2
- data/lib/factpulse/models/afnor_routing_code_administrative_status.rb +2 -2
- data/lib/factpulse/models/afnor_routing_code_field.rb +2 -2
- data/lib/factpulse/models/afnor_routing_code_payload_history_legal_unit_facility.rb +2 -2
- data/lib/factpulse/models/afnor_routing_code_post201_response.rb +2 -2
- data/lib/factpulse/models/afnor_routing_code_search.rb +2 -2
- data/lib/factpulse/models/afnor_routing_code_search_filters.rb +2 -2
- data/lib/factpulse/models/afnor_routing_code_search_filters_administrative_status.rb +2 -2
- data/lib/factpulse/models/afnor_routing_code_search_filters_routing_code_name.rb +2 -2
- data/lib/factpulse/models/afnor_routing_code_search_filters_routing_identifier.rb +2 -2
- data/lib/factpulse/models/afnor_routing_code_search_post200_response.rb +2 -2
- data/lib/factpulse/models/afnor_routing_code_search_sorting_inner.rb +2 -2
- data/lib/factpulse/models/afnor_search_directory_line.rb +2 -2
- data/lib/factpulse/models/afnor_search_directory_line_filters.rb +2 -2
- data/lib/factpulse/models/afnor_search_directory_line_filters_addressing_identifier.rb +2 -2
- data/lib/factpulse/models/afnor_search_directory_line_filters_addressing_suffix.rb +2 -2
- data/lib/factpulse/models/afnor_search_directory_line_sorting_inner.rb +2 -2
- data/lib/factpulse/models/afnor_search_flow_content.rb +2 -2
- data/lib/factpulse/models/afnor_search_flow_filters.rb +2 -2
- data/lib/factpulse/models/afnor_search_flow_params.rb +2 -2
- data/lib/factpulse/models/afnor_search_siren.rb +2 -2
- data/lib/factpulse/models/afnor_search_siren_filters.rb +2 -2
- data/lib/factpulse/models/afnor_search_siren_filters_administrative_status.rb +2 -2
- data/lib/factpulse/models/afnor_search_siren_filters_business_name.rb +2 -2
- data/lib/factpulse/models/afnor_search_siren_filters_entity_type.rb +2 -2
- data/lib/factpulse/models/afnor_search_siren_filters_siren.rb +2 -2
- data/lib/factpulse/models/afnor_search_siren_sorting_inner.rb +2 -2
- data/lib/factpulse/models/afnor_search_siret.rb +2 -2
- data/lib/factpulse/models/afnor_search_siret_filters.rb +2 -2
- data/lib/factpulse/models/afnor_search_siret_filters_address_lines.rb +2 -2
- data/lib/factpulse/models/afnor_search_siret_filters_administrative_status.rb +2 -2
- data/lib/factpulse/models/afnor_search_siret_filters_country_subdivision.rb +2 -2
- data/lib/factpulse/models/afnor_search_siret_filters_facility_type.rb +2 -2
- data/lib/factpulse/models/afnor_search_siret_filters_locality.rb +2 -2
- data/lib/factpulse/models/afnor_search_siret_filters_name.rb +2 -2
- data/lib/factpulse/models/afnor_search_siret_filters_postal_code.rb +2 -2
- data/lib/factpulse/models/afnor_search_siret_filters_siret.rb +2 -2
- data/lib/factpulse/models/afnor_search_siret_sorting_inner.rb +2 -2
- data/lib/factpulse/models/afnor_siren_field.rb +2 -2
- data/lib/factpulse/models/afnor_siren_search_post200_response.rb +2 -2
- data/lib/factpulse/models/afnor_siret_field.rb +2 -2
- data/lib/factpulse/models/afnor_siret_search_post200_response.rb +2 -2
- data/lib/factpulse/models/afnor_sorting_order.rb +2 -2
- data/lib/factpulse/models/afnor_strict_operator.rb +2 -2
- data/lib/factpulse/models/afnor_update_patch_directory_line_body.rb +2 -2
- data/lib/factpulse/models/afnor_update_patch_routing_code_body.rb +2 -2
- data/lib/factpulse/models/afnor_update_put_routing_code_body.rb +2 -2
- data/lib/factpulse/models/afnor_webhook_callback_content.rb +2 -2
- data/lib/factpulse/models/aggregated_payment_input.rb +2 -2
- data/lib/factpulse/models/aggregated_transaction_input.rb +2 -2
- data/lib/factpulse/models/allowance_charge.rb +2 -2
- data/lib/factpulse/models/allowance_charge_reason_code.rb +2 -2
- data/lib/factpulse/models/allowance_reason_code.rb +2 -2
- data/lib/factpulse/models/allowance_total_amount.rb +2 -2
- data/lib/factpulse/models/amount.rb +2 -2
- data/lib/factpulse/models/amount1.rb +2 -2
- data/lib/factpulse/models/amount2.rb +2 -2
- data/lib/factpulse/models/amount_due.rb +2 -2
- data/lib/factpulse/models/api_error.rb +2 -2
- data/lib/factpulse/models/api_profile.rb +2 -2
- data/lib/factpulse/models/async_task_status.rb +2 -2
- data/lib/factpulse/models/base_amount.rb +2 -2
- data/lib/factpulse/models/bounding_box_schema.rb +2 -2
- data/lib/factpulse/models/buyercountry.rb +2 -2
- data/lib/factpulse/models/celery_status.rb +2 -2
- data/lib/factpulse/models/certificate_info_response.rb +2 -2
- data/lib/factpulse/models/charge_total_amount.rb +2 -2
- data/lib/factpulse/models/chorus_pro_credentials.rb +2 -2
- data/lib/factpulse/models/chorus_pro_destination.rb +2 -2
- data/lib/factpulse/models/chorus_pro_result.rb +2 -2
- data/lib/factpulse/models/client_activate_response.rb +2 -2
- data/lib/factpulse/models/client_create_request.rb +2 -2
- data/lib/factpulse/models/client_detail.rb +2 -2
- data/lib/factpulse/models/client_list_response.rb +2 -2
- data/lib/factpulse/models/client_summary.rb +2 -2
- data/lib/factpulse/models/client_update_request.rb +2 -2
- data/lib/factpulse/models/contact.rb +2 -2
- data/lib/factpulse/models/conversion_error_result.rb +277 -0
- data/lib/factpulse/models/conversion_extraction_info.rb +176 -0
- data/lib/factpulse/models/conversion_pending_input_result.rb +344 -0
- data/lib/factpulse/models/conversion_success_task_result.rb +355 -0
- data/lib/factpulse/models/conversion_task_status.rb +223 -0
- data/lib/factpulse/models/conversion_task_status_result.rb +59 -0
- data/lib/factpulse/models/conversion_validation_failed_result.rb +348 -0
- data/lib/factpulse/models/convert_resume_request.rb +2 -2
- data/lib/factpulse/models/convert_success_response.rb +2 -2
- data/lib/factpulse/models/convert_validation_failed_response.rb +2 -2
- data/lib/factpulse/models/country_code.rb +2 -2
- data/lib/factpulse/models/create_aggregated_report_request.rb +2 -2
- data/lib/factpulse/models/create_cdar_request.rb +2 -2
- data/lib/factpulse/models/create_e_reporting_request.rb +2 -2
- data/lib/factpulse/models/currency.rb +2 -2
- data/lib/factpulse/models/currency_code.rb +2 -2
- data/lib/factpulse/models/delivery_party.rb +2 -2
- data/lib/factpulse/models/destination.rb +2 -2
- data/lib/factpulse/models/doc_type.rb +2 -2
- data/lib/factpulse/models/document_type_info.rb +2 -2
- data/lib/factpulse/models/e_reporting_flow_type.rb +2 -2
- data/lib/factpulse/models/e_reporting_validation_error.rb +2 -2
- data/lib/factpulse/models/electronic_address.rb +2 -2
- data/lib/factpulse/models/encaisseamount.rb +2 -2
- data/lib/factpulse/models/encaisseamount1.rb +2 -2
- data/lib/factpulse/models/encaissee_request.rb +2 -2
- data/lib/factpulse/models/enriched_invoice_info.rb +2 -2
- data/lib/factpulse/models/error_level.rb +2 -2
- data/lib/factpulse/models/error_source.rb +2 -2
- data/lib/factpulse/models/extraction_info.rb +2 -2
- data/lib/factpulse/models/factur_x_invoice.rb +3 -19
- data/lib/factpulse/models/factur_xpdf_info.rb +2 -2
- data/lib/factpulse/models/facture_electronique_models_invoice_type_code.rb +54 -0
- data/lib/factpulse/models/facture_electronique_rest_api_schemas_chorus_pro_chorus_pro_credentials.rb +2 -2
- data/lib/factpulse/models/facture_electronique_rest_api_schemas_validation_validation_error_response.rb +2 -2
- data/lib/factpulse/models/field_status.rb +2 -2
- data/lib/factpulse/models/file_info.rb +2 -2
- data/lib/factpulse/models/files_info.rb +2 -2
- data/lib/factpulse/models/flow_direction.rb +2 -2
- data/lib/factpulse/models/flow_profile.rb +2 -2
- data/lib/factpulse/models/flow_summary.rb +2 -2
- data/lib/factpulse/models/flow_syntax.rb +2 -2
- data/lib/factpulse/models/flow_type.rb +2 -2
- data/lib/factpulse/models/generate_aggregated_report_response.rb +2 -2
- data/lib/factpulse/models/generate_cdar_response.rb +2 -2
- data/lib/factpulse/models/generate_certificate_request.rb +2 -2
- data/lib/factpulse/models/generate_certificate_response.rb +2 -2
- data/lib/factpulse/models/generate_e_reporting_response.rb +2 -2
- data/lib/factpulse/models/generation_success_result.rb +230 -0
- data/lib/factpulse/models/generation_task_status.rb +223 -0
- data/lib/factpulse/models/generation_task_status_result.rb +55 -0
- data/lib/factpulse/models/get_chorus_pro_id_request.rb +2 -2
- data/lib/factpulse/models/get_chorus_pro_id_response.rb +2 -2
- data/lib/factpulse/models/get_invoice_request.rb +2 -2
- data/lib/factpulse/models/get_invoice_response.rb +2 -2
- data/lib/factpulse/models/get_structure_request.rb +2 -2
- data/lib/factpulse/models/get_structure_response.rb +2 -2
- data/lib/factpulse/models/global_allowance_amount.rb +2 -2
- data/lib/factpulse/models/gross_unit_price.rb +2 -2
- data/lib/factpulse/models/http_validation_error.rb +2 -2
- data/lib/factpulse/models/incoming_invoice.rb +2 -2
- data/lib/factpulse/models/incoming_supplier.rb +2 -2
- data/lib/factpulse/models/invoice_format.rb +2 -2
- data/lib/factpulse/models/invoice_input.rb +3 -3
- data/lib/factpulse/models/invoice_lifecycle.rb +215 -0
- data/lib/factpulse/models/invoice_line.rb +2 -2
- data/lib/factpulse/models/invoice_line_allowance_amount.rb +2 -2
- data/lib/factpulse/models/invoice_note.rb +2 -2
- data/lib/factpulse/models/invoice_payment_input.rb +2 -2
- data/lib/factpulse/models/invoice_references.rb +2 -2
- data/lib/factpulse/models/invoice_status.rb +2 -2
- data/lib/factpulse/models/invoice_totals.rb +2 -2
- data/lib/factpulse/models/invoice_totals_prepayment.rb +2 -2
- data/lib/factpulse/models/invoice_type_code.rb +8 -19
- data/lib/factpulse/models/invoice_type_code_output.rb +2 -2
- data/lib/factpulse/models/invoicing_framework.rb +3 -20
- data/lib/factpulse/models/invoicing_framework_code.rb +2 -2
- data/lib/factpulse/models/issuer_role_code.rb +2 -2
- data/lib/factpulse/models/key_rotation_request.rb +2 -2
- data/lib/factpulse/models/key_rotation_response.rb +2 -2
- data/lib/factpulse/models/lifecycle_event.rb +300 -0
- data/lib/factpulse/models/lifecycle_response.rb +205 -0
- data/lib/factpulse/models/line_net_amount.rb +2 -2
- data/lib/factpulse/models/line_sub_type.rb +2 -2
- data/lib/factpulse/models/line_total_amount.rb +2 -2
- data/lib/factpulse/models/location_inner.rb +2 -2
- data/lib/factpulse/models/mandatory_note_schema.rb +2 -2
- data/lib/factpulse/models/manual_rate.rb +2 -2
- data/lib/factpulse/models/manual_vat_rate.rb +2 -2
- data/lib/factpulse/models/missing_field.rb +2 -2
- data/lib/factpulse/models/operation_nature.rb +2 -2
- data/lib/factpulse/models/output_format.rb +5 -3
- data/lib/factpulse/models/page_dimensions_schema.rb +2 -2
- data/lib/factpulse/models/parse_factur_x_response.rb +249 -0
- data/lib/factpulse/models/payee.rb +2 -2
- data/lib/factpulse/models/payment_amount_by_rate.rb +2 -2
- data/lib/factpulse/models/payment_card.rb +2 -2
- data/lib/factpulse/models/payment_means.rb +2 -2
- data/lib/factpulse/models/pdf_validation_result_api.rb +2 -2
- data/lib/factpulse/models/pdp_config_response.rb +2 -2
- data/lib/factpulse/models/pdp_config_update_request.rb +2 -2
- data/lib/factpulse/models/pdp_credentials.rb +2 -2
- data/lib/factpulse/models/percentage.rb +2 -2
- data/lib/factpulse/models/postal_address.rb +2 -2
- data/lib/factpulse/models/price_allowance_amount.rb +2 -2
- data/lib/factpulse/models/price_basis_quantity.rb +2 -2
- data/lib/factpulse/models/processing_options.rb +2 -2
- data/lib/factpulse/models/processing_rule.rb +2 -2
- data/lib/factpulse/models/product_characteristic.rb +2 -2
- data/lib/factpulse/models/product_classification.rb +2 -2
- data/lib/factpulse/models/quantity.rb +2 -2
- data/lib/factpulse/models/rate.rb +2 -2
- data/lib/factpulse/models/rate1.rb +2 -2
- data/lib/factpulse/models/reason_code_info.rb +2 -2
- data/lib/factpulse/models/reason_codes_response.rb +2 -2
- data/lib/factpulse/models/recipient.rb +2 -2
- data/lib/factpulse/models/recipient_input.rb +2 -2
- data/lib/factpulse/models/refusee_request.rb +2 -2
- data/lib/factpulse/models/report_issuer.rb +2 -2
- data/lib/factpulse/models/report_period.rb +2 -2
- data/lib/factpulse/models/report_sender.rb +2 -2
- data/lib/factpulse/models/rounding_amount.rb +2 -2
- data/lib/factpulse/models/schematron_validation_error.rb +2 -2
- data/lib/factpulse/models/scheme_id.rb +2 -2
- data/lib/factpulse/models/search_flow_request.rb +2 -2
- data/lib/factpulse/models/search_flow_response.rb +2 -2
- data/lib/factpulse/models/search_services_response.rb +2 -2
- data/lib/factpulse/models/search_structure_request.rb +2 -2
- data/lib/factpulse/models/search_structure_response.rb +2 -2
- data/lib/factpulse/models/secret_status.rb +2 -2
- data/lib/factpulse/models/sellercountry.rb +2 -2
- data/lib/factpulse/models/signature_info.rb +2 -2
- data/lib/factpulse/models/signature_info_api.rb +2 -2
- data/lib/factpulse/models/signature_parameters.rb +2 -2
- data/lib/factpulse/models/signature_success_result.rb +394 -0
- data/lib/factpulse/models/signature_task_status.rb +223 -0
- data/lib/factpulse/models/signature_task_status_result.rb +55 -0
- data/lib/factpulse/models/simplified_cdar_response.rb +2 -2
- data/lib/factpulse/models/simplified_invoice_data.rb +3 -3
- data/lib/factpulse/models/status_code_info.rb +2 -2
- data/lib/factpulse/models/status_codes_response.rb +2 -2
- data/lib/factpulse/models/structure_info.rb +2 -2
- data/lib/factpulse/models/structure_parameters.rb +2 -2
- data/lib/factpulse/models/structure_service.rb +2 -2
- data/lib/factpulse/models/submission_mode.rb +2 -2
- data/lib/factpulse/models/submit_aggregated_report_request.rb +2 -2
- data/lib/factpulse/models/submit_cdar_request.rb +2 -2
- data/lib/factpulse/models/submit_cdar_response.rb +2 -2
- data/lib/factpulse/models/submit_cdarxml_request.rb +2 -2
- data/lib/factpulse/models/submit_complete_invoice_request.rb +2 -2
- data/lib/factpulse/models/submit_complete_invoice_response.rb +33 -4
- data/lib/factpulse/models/submit_e_reporting_request.rb +2 -2
- data/lib/factpulse/models/submit_e_reporting_response.rb +2 -2
- data/lib/factpulse/models/submit_flow_request.rb +2 -2
- data/lib/factpulse/models/submit_flow_response.rb +2 -2
- data/lib/factpulse/models/submit_gross_amount.rb +2 -2
- data/lib/factpulse/models/submit_invoice_request.rb +2 -2
- data/lib/factpulse/models/submit_invoice_response.rb +2 -2
- data/lib/factpulse/models/submit_net_amount.rb +2 -2
- data/lib/factpulse/models/submit_vat_amount.rb +2 -2
- data/lib/factpulse/models/supplementary_attachment.rb +2 -2
- data/lib/factpulse/models/supplier.rb +4 -18
- data/lib/factpulse/models/task_error_result.rb +257 -0
- data/lib/factpulse/models/task_response.rb +2 -2
- data/lib/factpulse/models/tax_breakdown_input.rb +2 -2
- data/lib/factpulse/models/tax_due_date_type.rb +2 -2
- data/lib/factpulse/models/tax_representative.rb +2 -2
- data/lib/factpulse/models/taxable_amount.rb +2 -2
- data/lib/factpulse/models/taxableamount.rb +2 -2
- data/lib/factpulse/models/taxamount.rb +2 -2
- data/lib/factpulse/models/taxamount1.rb +2 -2
- data/lib/factpulse/models/taxamount2.rb +2 -2
- data/lib/factpulse/models/taxexclusiveamount.rb +2 -2
- data/lib/factpulse/models/taxexclusiveamount1.rb +2 -2
- data/lib/factpulse/models/total_gross_amount.rb +2 -2
- data/lib/factpulse/models/total_net_amount.rb +2 -2
- data/lib/factpulse/models/total_vat_amount.rb +2 -2
- data/lib/factpulse/models/transaction_category.rb +2 -2
- data/lib/factpulse/models/transmission_type_code.rb +2 -2
- data/lib/factpulse/models/unit_net_price.rb +2 -2
- data/lib/factpulse/models/unit_of_measure.rb +17 -3
- data/lib/factpulse/models/validate_cdar_request.rb +2 -2
- data/lib/factpulse/models/validate_cdar_response.rb +2 -2
- data/lib/factpulse/models/validate_e_reporting_request.rb +2 -2
- data/lib/factpulse/models/validate_e_reporting_response.rb +2 -2
- data/lib/factpulse/models/validation_error.rb +2 -2
- data/lib/factpulse/models/validation_error_detail.rb +2 -2
- data/lib/factpulse/models/validation_error_response.rb +2 -2
- data/lib/factpulse/models/validation_info.rb +2 -2
- data/lib/factpulse/models/validation_success_response.rb +2 -2
- data/lib/factpulse/models/validation_success_task_result.rb +210 -0
- data/lib/factpulse/models/validation_task_status.rb +223 -0
- data/lib/factpulse/models/validation_task_status_result.rb +55 -0
- data/lib/factpulse/models/vat_accounting_code.rb +2 -2
- data/lib/factpulse/models/vat_amount.rb +2 -2
- data/lib/factpulse/models/vat_category.rb +2 -2
- data/lib/factpulse/models/vat_line.rb +2 -2
- data/lib/factpulse/models/vat_point_date_code.rb +2 -2
- data/lib/factpulse/models/vat_rate.rb +2 -2
- data/lib/factpulse/models/vatex_code_info.rb +247 -0
- data/lib/factpulse/models/vatex_codes_response.rb +204 -0
- data/lib/factpulse/models/verification_success_response.rb +2 -2
- data/lib/factpulse/models/verification_success_task_result.rb +210 -0
- data/lib/factpulse/models/verification_typed_task_status.rb +223 -0
- data/lib/factpulse/models/verification_typed_task_status_result.rb +55 -0
- data/lib/factpulse/models/verified_field_schema.rb +2 -2
- data/lib/factpulse/models/webhook_secret_delete_response.rb +2 -2
- data/lib/factpulse/models/webhook_secret_generate_response.rb +2 -2
- data/lib/factpulse/models/webhook_secret_status_response.rb +2 -2
- data/lib/factpulse/version.rb +3 -3
- data/lib/factpulse.rb +34 -4
- metadata +121 -61
- data/docs/FactureElectroniqueRestApiSchemasEreportingInvoiceTypeCode.md +0 -15
- data/lib/factpulse/models/facture_electronique_rest_api_schemas_ereporting_invoice_type_code.rb +0 -43
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 188cc4d264d3d423f55d00dad79f071578f143fe43f66a3758d7131d3d18daec
|
|
4
|
+
data.tar.gz: fb638e4b1c3223d98b42a30ee953b52d3e745503c245041f4f7d7c5c07ab3bb3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d6a4d89f719dc3119b8cb29434e9887813a1a6f3fbfcb1488ef7da72544720026d5f61621f40d1b96afa76f64e97da6d20e9f4db8be74f69e271abf76a455746
|
|
7
|
+
data.tar.gz: d3eea42907d09ae0657731478130059c0cc512d765f469cee4f3b67230a5d96f5391daeb3301916d323cb4f09b546363d3634b2b7e724e0fec726e263610bd2d
|
data/CHANGELOG.md
CHANGED
|
@@ -7,11 +7,11 @@ et ce projet adhère au [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
-
## [4.
|
|
10
|
+
## [4.1.2] - 2026-02-24
|
|
11
11
|
|
|
12
12
|
### Fixed
|
|
13
|
-
-
|
|
13
|
+
- api complétude
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
[Unreleased]: https://github.com/factpulse/sdk-ruby/compare/v4.
|
|
17
|
-
[4.
|
|
16
|
+
[Unreleased]: https://github.com/factpulse/sdk-ruby/compare/v4.1.2...HEAD
|
|
17
|
+
[4.1.2]: https://github.com/factpulse/sdk-ruby/releases/tag/v4.1.2
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
factpulse (4.
|
|
4
|
+
factpulse (4.1.2)
|
|
5
5
|
typhoeus (~> 1.0, >= 1.0.1)
|
|
6
6
|
|
|
7
7
|
GEM
|
|
@@ -18,7 +18,7 @@ GEM
|
|
|
18
18
|
jaro_winkler (1.5.6)
|
|
19
19
|
method_source (1.1.0)
|
|
20
20
|
parallel (1.27.0)
|
|
21
|
-
parser (3.3.10.
|
|
21
|
+
parser (3.3.10.2)
|
|
22
22
|
ast (~> 2.4.1)
|
|
23
23
|
racc
|
|
24
24
|
pry (0.14.2)
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# FactPulse::AFNORErrorDetail
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **level** | **String** | | |
|
|
8
|
+
| **item** | **String** | | |
|
|
9
|
+
| **reason** | **String** | | |
|
|
10
|
+
| **source** | **String** | | [optional] |
|
|
11
|
+
| **code** | **String** | | [optional] |
|
|
12
|
+
|
|
13
|
+
## Example
|
|
14
|
+
|
|
15
|
+
```ruby
|
|
16
|
+
require 'factpulse'
|
|
17
|
+
|
|
18
|
+
instance = FactPulse::AFNORErrorDetail.new(
|
|
19
|
+
level: null,
|
|
20
|
+
item: null,
|
|
21
|
+
reason: null,
|
|
22
|
+
source: null,
|
|
23
|
+
code: null
|
|
24
|
+
)
|
|
25
|
+
```
|
|
26
|
+
|
data/docs/AsyncTasksApi.md
CHANGED
|
@@ -4,7 +4,158 @@ All URIs are relative to *https://factpulse.fr*
|
|
|
4
4
|
|
|
5
5
|
| Method | HTTP request | Description |
|
|
6
6
|
| ------ | ------------ | ----------- |
|
|
7
|
+
| [**get_generation_task_status_api_v1_processing_tasks_task_id_generation_status_get**](AsyncTasksApi.md#get_generation_task_status_api_v1_processing_tasks_task_id_generation_status_get) | **GET** /api/v1/processing/tasks/{task_id}/generation-status | Get typed generation task status |
|
|
8
|
+
| [**get_signature_task_status_api_v1_processing_tasks_task_id_signature_status_get**](AsyncTasksApi.md#get_signature_task_status_api_v1_processing_tasks_task_id_signature_status_get) | **GET** /api/v1/processing/tasks/{task_id}/signature-status | Get typed signature task status |
|
|
7
9
|
| [**get_task_status_api_v1_processing_tasks_task_id_status_get**](AsyncTasksApi.md#get_task_status_api_v1_processing_tasks_task_id_status_get) | **GET** /api/v1/processing/tasks/{task_id}/status | Get task generation status |
|
|
10
|
+
| [**get_validation_task_status_api_v1_processing_tasks_task_id_validation_status_get**](AsyncTasksApi.md#get_validation_task_status_api_v1_processing_tasks_task_id_validation_status_get) | **GET** /api/v1/processing/tasks/{task_id}/validation-status | Get typed validation task status |
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
## get_generation_task_status_api_v1_processing_tasks_task_id_generation_status_get
|
|
14
|
+
|
|
15
|
+
> <GenerationTaskStatus> get_generation_task_status_api_v1_processing_tasks_task_id_generation_status_get(task_id)
|
|
16
|
+
|
|
17
|
+
Get typed generation task status
|
|
18
|
+
|
|
19
|
+
Typed status endpoint for invoice generation tasks. Returns a strongly-typed `result` (discriminated on `result.status`): - **SUCCESS**: `GenerationSuccessResult` with `content_b64` / `xml_content` - **ERROR**: `TaskErrorResult` in AFNOR format
|
|
20
|
+
|
|
21
|
+
### Examples
|
|
22
|
+
|
|
23
|
+
```ruby
|
|
24
|
+
require 'time'
|
|
25
|
+
require 'factpulse'
|
|
26
|
+
# setup authorization
|
|
27
|
+
FactPulse.configure do |config|
|
|
28
|
+
# Configure API key authorization: APIKeyHeader
|
|
29
|
+
config.api_key['X-API-Key'] = 'YOUR API KEY'
|
|
30
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
31
|
+
# config.api_key_prefix['X-API-Key'] = 'Bearer'
|
|
32
|
+
|
|
33
|
+
# Configure Bearer authorization: HTTPBearer
|
|
34
|
+
config.access_token = 'YOUR_BEARER_TOKEN'
|
|
35
|
+
end
|
|
36
|
+
|
|
37
|
+
api_instance = FactPulse::AsyncTasksApi.new
|
|
38
|
+
task_id = 'task_id_example' # String | Celery task ID returned by /generate-invoice
|
|
39
|
+
|
|
40
|
+
begin
|
|
41
|
+
# Get typed generation task status
|
|
42
|
+
result = api_instance.get_generation_task_status_api_v1_processing_tasks_task_id_generation_status_get(task_id)
|
|
43
|
+
p result
|
|
44
|
+
rescue FactPulse::ApiError => e
|
|
45
|
+
puts "Error when calling AsyncTasksApi->get_generation_task_status_api_v1_processing_tasks_task_id_generation_status_get: #{e}"
|
|
46
|
+
end
|
|
47
|
+
```
|
|
48
|
+
|
|
49
|
+
#### Using the get_generation_task_status_api_v1_processing_tasks_task_id_generation_status_get_with_http_info variant
|
|
50
|
+
|
|
51
|
+
This returns an Array which contains the response data, status code and headers.
|
|
52
|
+
|
|
53
|
+
> <Array(<GenerationTaskStatus>, Integer, Hash)> get_generation_task_status_api_v1_processing_tasks_task_id_generation_status_get_with_http_info(task_id)
|
|
54
|
+
|
|
55
|
+
```ruby
|
|
56
|
+
begin
|
|
57
|
+
# Get typed generation task status
|
|
58
|
+
data, status_code, headers = api_instance.get_generation_task_status_api_v1_processing_tasks_task_id_generation_status_get_with_http_info(task_id)
|
|
59
|
+
p status_code # => 2xx
|
|
60
|
+
p headers # => { ... }
|
|
61
|
+
p data # => <GenerationTaskStatus>
|
|
62
|
+
rescue FactPulse::ApiError => e
|
|
63
|
+
puts "Error when calling AsyncTasksApi->get_generation_task_status_api_v1_processing_tasks_task_id_generation_status_get_with_http_info: #{e}"
|
|
64
|
+
end
|
|
65
|
+
```
|
|
66
|
+
|
|
67
|
+
### Parameters
|
|
68
|
+
|
|
69
|
+
| Name | Type | Description | Notes |
|
|
70
|
+
| ---- | ---- | ----------- | ----- |
|
|
71
|
+
| **task_id** | **String** | Celery task ID returned by /generate-invoice | |
|
|
72
|
+
|
|
73
|
+
### Return type
|
|
74
|
+
|
|
75
|
+
[**GenerationTaskStatus**](GenerationTaskStatus.md)
|
|
76
|
+
|
|
77
|
+
### Authorization
|
|
78
|
+
|
|
79
|
+
[APIKeyHeader](../README.md#APIKeyHeader), [HTTPBearer](../README.md#HTTPBearer)
|
|
80
|
+
|
|
81
|
+
### HTTP request headers
|
|
82
|
+
|
|
83
|
+
- **Content-Type**: Not defined
|
|
84
|
+
- **Accept**: application/json
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
## get_signature_task_status_api_v1_processing_tasks_task_id_signature_status_get
|
|
88
|
+
|
|
89
|
+
> <SignatureTaskStatus> get_signature_task_status_api_v1_processing_tasks_task_id_signature_status_get(task_id)
|
|
90
|
+
|
|
91
|
+
Get typed signature task status
|
|
92
|
+
|
|
93
|
+
Typed status endpoint for PDF signing tasks. Returns a strongly-typed `result` (discriminated on `result.status`): - **SUCCESS**: `SignatureSuccessResult` with `content_b64`, `signer_cn`, etc. - **ERROR**: `TaskErrorResult` in AFNOR format
|
|
94
|
+
|
|
95
|
+
### Examples
|
|
96
|
+
|
|
97
|
+
```ruby
|
|
98
|
+
require 'time'
|
|
99
|
+
require 'factpulse'
|
|
100
|
+
# setup authorization
|
|
101
|
+
FactPulse.configure do |config|
|
|
102
|
+
# Configure API key authorization: APIKeyHeader
|
|
103
|
+
config.api_key['X-API-Key'] = 'YOUR API KEY'
|
|
104
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
105
|
+
# config.api_key_prefix['X-API-Key'] = 'Bearer'
|
|
106
|
+
|
|
107
|
+
# Configure Bearer authorization: HTTPBearer
|
|
108
|
+
config.access_token = 'YOUR_BEARER_TOKEN'
|
|
109
|
+
end
|
|
110
|
+
|
|
111
|
+
api_instance = FactPulse::AsyncTasksApi.new
|
|
112
|
+
task_id = 'task_id_example' # String | Celery task ID returned by /sign-pdf-async
|
|
113
|
+
|
|
114
|
+
begin
|
|
115
|
+
# Get typed signature task status
|
|
116
|
+
result = api_instance.get_signature_task_status_api_v1_processing_tasks_task_id_signature_status_get(task_id)
|
|
117
|
+
p result
|
|
118
|
+
rescue FactPulse::ApiError => e
|
|
119
|
+
puts "Error when calling AsyncTasksApi->get_signature_task_status_api_v1_processing_tasks_task_id_signature_status_get: #{e}"
|
|
120
|
+
end
|
|
121
|
+
```
|
|
122
|
+
|
|
123
|
+
#### Using the get_signature_task_status_api_v1_processing_tasks_task_id_signature_status_get_with_http_info variant
|
|
124
|
+
|
|
125
|
+
This returns an Array which contains the response data, status code and headers.
|
|
126
|
+
|
|
127
|
+
> <Array(<SignatureTaskStatus>, Integer, Hash)> get_signature_task_status_api_v1_processing_tasks_task_id_signature_status_get_with_http_info(task_id)
|
|
128
|
+
|
|
129
|
+
```ruby
|
|
130
|
+
begin
|
|
131
|
+
# Get typed signature task status
|
|
132
|
+
data, status_code, headers = api_instance.get_signature_task_status_api_v1_processing_tasks_task_id_signature_status_get_with_http_info(task_id)
|
|
133
|
+
p status_code # => 2xx
|
|
134
|
+
p headers # => { ... }
|
|
135
|
+
p data # => <SignatureTaskStatus>
|
|
136
|
+
rescue FactPulse::ApiError => e
|
|
137
|
+
puts "Error when calling AsyncTasksApi->get_signature_task_status_api_v1_processing_tasks_task_id_signature_status_get_with_http_info: #{e}"
|
|
138
|
+
end
|
|
139
|
+
```
|
|
140
|
+
|
|
141
|
+
### Parameters
|
|
142
|
+
|
|
143
|
+
| Name | Type | Description | Notes |
|
|
144
|
+
| ---- | ---- | ----------- | ----- |
|
|
145
|
+
| **task_id** | **String** | Celery task ID returned by /sign-pdf-async | |
|
|
146
|
+
|
|
147
|
+
### Return type
|
|
148
|
+
|
|
149
|
+
[**SignatureTaskStatus**](SignatureTaskStatus.md)
|
|
150
|
+
|
|
151
|
+
### Authorization
|
|
152
|
+
|
|
153
|
+
[APIKeyHeader](../README.md#APIKeyHeader), [HTTPBearer](../README.md#HTTPBearer)
|
|
154
|
+
|
|
155
|
+
### HTTP request headers
|
|
156
|
+
|
|
157
|
+
- **Content-Type**: Not defined
|
|
158
|
+
- **Accept**: application/json
|
|
8
159
|
|
|
9
160
|
|
|
10
161
|
## get_task_status_api_v1_processing_tasks_task_id_status_get
|
|
@@ -80,3 +231,77 @@ end
|
|
|
80
231
|
- **Content-Type**: Not defined
|
|
81
232
|
- **Accept**: application/json
|
|
82
233
|
|
|
234
|
+
|
|
235
|
+
## get_validation_task_status_api_v1_processing_tasks_task_id_validation_status_get
|
|
236
|
+
|
|
237
|
+
> <ValidationTaskStatus> get_validation_task_status_api_v1_processing_tasks_task_id_validation_status_get(task_id)
|
|
238
|
+
|
|
239
|
+
Get typed validation task status
|
|
240
|
+
|
|
241
|
+
Typed status endpoint for Factur-X PDF validation tasks. Returns a strongly-typed `result` (discriminated on `result.status`): - **SUCCESS**: `ValidationSuccessTaskResult` with `validation_result` - **ERROR**: `TaskErrorResult` in AFNOR format
|
|
242
|
+
|
|
243
|
+
### Examples
|
|
244
|
+
|
|
245
|
+
```ruby
|
|
246
|
+
require 'time'
|
|
247
|
+
require 'factpulse'
|
|
248
|
+
# setup authorization
|
|
249
|
+
FactPulse.configure do |config|
|
|
250
|
+
# Configure API key authorization: APIKeyHeader
|
|
251
|
+
config.api_key['X-API-Key'] = 'YOUR API KEY'
|
|
252
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
253
|
+
# config.api_key_prefix['X-API-Key'] = 'Bearer'
|
|
254
|
+
|
|
255
|
+
# Configure Bearer authorization: HTTPBearer
|
|
256
|
+
config.access_token = 'YOUR_BEARER_TOKEN'
|
|
257
|
+
end
|
|
258
|
+
|
|
259
|
+
api_instance = FactPulse::AsyncTasksApi.new
|
|
260
|
+
task_id = 'task_id_example' # String | Celery task ID returned by /validate-pdf
|
|
261
|
+
|
|
262
|
+
begin
|
|
263
|
+
# Get typed validation task status
|
|
264
|
+
result = api_instance.get_validation_task_status_api_v1_processing_tasks_task_id_validation_status_get(task_id)
|
|
265
|
+
p result
|
|
266
|
+
rescue FactPulse::ApiError => e
|
|
267
|
+
puts "Error when calling AsyncTasksApi->get_validation_task_status_api_v1_processing_tasks_task_id_validation_status_get: #{e}"
|
|
268
|
+
end
|
|
269
|
+
```
|
|
270
|
+
|
|
271
|
+
#### Using the get_validation_task_status_api_v1_processing_tasks_task_id_validation_status_get_with_http_info variant
|
|
272
|
+
|
|
273
|
+
This returns an Array which contains the response data, status code and headers.
|
|
274
|
+
|
|
275
|
+
> <Array(<ValidationTaskStatus>, Integer, Hash)> get_validation_task_status_api_v1_processing_tasks_task_id_validation_status_get_with_http_info(task_id)
|
|
276
|
+
|
|
277
|
+
```ruby
|
|
278
|
+
begin
|
|
279
|
+
# Get typed validation task status
|
|
280
|
+
data, status_code, headers = api_instance.get_validation_task_status_api_v1_processing_tasks_task_id_validation_status_get_with_http_info(task_id)
|
|
281
|
+
p status_code # => 2xx
|
|
282
|
+
p headers # => { ... }
|
|
283
|
+
p data # => <ValidationTaskStatus>
|
|
284
|
+
rescue FactPulse::ApiError => e
|
|
285
|
+
puts "Error when calling AsyncTasksApi->get_validation_task_status_api_v1_processing_tasks_task_id_validation_status_get_with_http_info: #{e}"
|
|
286
|
+
end
|
|
287
|
+
```
|
|
288
|
+
|
|
289
|
+
### Parameters
|
|
290
|
+
|
|
291
|
+
| Name | Type | Description | Notes |
|
|
292
|
+
| ---- | ---- | ----------- | ----- |
|
|
293
|
+
| **task_id** | **String** | Celery task ID returned by /validate-pdf | |
|
|
294
|
+
|
|
295
|
+
### Return type
|
|
296
|
+
|
|
297
|
+
[**ValidationTaskStatus**](ValidationTaskStatus.md)
|
|
298
|
+
|
|
299
|
+
### Authorization
|
|
300
|
+
|
|
301
|
+
[APIKeyHeader](../README.md#APIKeyHeader), [HTTPBearer](../README.md#HTTPBearer)
|
|
302
|
+
|
|
303
|
+
### HTTP request headers
|
|
304
|
+
|
|
305
|
+
- **Content-Type**: Not defined
|
|
306
|
+
- **Accept**: application/json
|
|
307
|
+
|
data/docs/ClientManagementApi.md
CHANGED
|
@@ -43,7 +43,7 @@ FactPulse.configure do |config|
|
|
|
43
43
|
end
|
|
44
44
|
|
|
45
45
|
api_instance = FactPulse::ClientManagementApi.new
|
|
46
|
-
uid = '38400000-8cf0-11bd-b23e-10b96e4ef00d' # String |
|
|
46
|
+
uid = '38400000-8cf0-11bd-b23e-10b96e4ef00d' # String | Client unique identifier (UUID)
|
|
47
47
|
|
|
48
48
|
begin
|
|
49
49
|
# Activate a client
|
|
@@ -76,7 +76,7 @@ end
|
|
|
76
76
|
|
|
77
77
|
| Name | Type | Description | Notes |
|
|
78
78
|
| ---- | ---- | ----------- | ----- |
|
|
79
|
-
| **uid** | **String** |
|
|
79
|
+
| **uid** | **String** | Client unique identifier (UUID) | |
|
|
80
80
|
|
|
81
81
|
### Return type
|
|
82
82
|
|
|
@@ -191,7 +191,7 @@ FactPulse.configure do |config|
|
|
|
191
191
|
end
|
|
192
192
|
|
|
193
193
|
api_instance = FactPulse::ClientManagementApi.new
|
|
194
|
-
uid = '38400000-8cf0-11bd-b23e-10b96e4ef00d' # String |
|
|
194
|
+
uid = '38400000-8cf0-11bd-b23e-10b96e4ef00d' # String | Client unique identifier (UUID)
|
|
195
195
|
|
|
196
196
|
begin
|
|
197
197
|
# Deactivate a client
|
|
@@ -224,7 +224,7 @@ end
|
|
|
224
224
|
|
|
225
225
|
| Name | Type | Description | Notes |
|
|
226
226
|
| ---- | ---- | ----------- | ----- |
|
|
227
|
-
| **uid** | **String** |
|
|
227
|
+
| **uid** | **String** | Client unique identifier (UUID) | |
|
|
228
228
|
|
|
229
229
|
### Return type
|
|
230
230
|
|
|
@@ -265,7 +265,7 @@ FactPulse.configure do |config|
|
|
|
265
265
|
end
|
|
266
266
|
|
|
267
267
|
api_instance = FactPulse::ClientManagementApi.new
|
|
268
|
-
uid = '38400000-8cf0-11bd-b23e-10b96e4ef00d' # String |
|
|
268
|
+
uid = '38400000-8cf0-11bd-b23e-10b96e4ef00d' # String | Client unique identifier (UUID)
|
|
269
269
|
|
|
270
270
|
begin
|
|
271
271
|
# Delete webhook secret
|
|
@@ -298,7 +298,7 @@ end
|
|
|
298
298
|
|
|
299
299
|
| Name | Type | Description | Notes |
|
|
300
300
|
| ---- | ---- | ----------- | ----- |
|
|
301
|
-
| **uid** | **String** |
|
|
301
|
+
| **uid** | **String** | Client unique identifier (UUID) | |
|
|
302
302
|
|
|
303
303
|
### Return type
|
|
304
304
|
|
|
@@ -339,7 +339,7 @@ FactPulse.configure do |config|
|
|
|
339
339
|
end
|
|
340
340
|
|
|
341
341
|
api_instance = FactPulse::ClientManagementApi.new
|
|
342
|
-
uid = '38400000-8cf0-11bd-b23e-10b96e4ef00d' # String |
|
|
342
|
+
uid = '38400000-8cf0-11bd-b23e-10b96e4ef00d' # String | Client unique identifier (UUID)
|
|
343
343
|
|
|
344
344
|
begin
|
|
345
345
|
# Generate webhook secret
|
|
@@ -372,7 +372,7 @@ end
|
|
|
372
372
|
|
|
373
373
|
| Name | Type | Description | Notes |
|
|
374
374
|
| ---- | ---- | ----------- | ----- |
|
|
375
|
-
| **uid** | **String** |
|
|
375
|
+
| **uid** | **String** | Client unique identifier (UUID) | |
|
|
376
376
|
|
|
377
377
|
### Return type
|
|
378
378
|
|
|
@@ -413,7 +413,7 @@ FactPulse.configure do |config|
|
|
|
413
413
|
end
|
|
414
414
|
|
|
415
415
|
api_instance = FactPulse::ClientManagementApi.new
|
|
416
|
-
uid = '38400000-8cf0-11bd-b23e-10b96e4ef00d' # String |
|
|
416
|
+
uid = '38400000-8cf0-11bd-b23e-10b96e4ef00d' # String | Client unique identifier (UUID)
|
|
417
417
|
|
|
418
418
|
begin
|
|
419
419
|
# Get client details
|
|
@@ -446,7 +446,7 @@ end
|
|
|
446
446
|
|
|
447
447
|
| Name | Type | Description | Notes |
|
|
448
448
|
| ---- | ---- | ----------- | ----- |
|
|
449
|
-
| **uid** | **String** |
|
|
449
|
+
| **uid** | **String** | Client unique identifier (UUID) | |
|
|
450
450
|
|
|
451
451
|
### Return type
|
|
452
452
|
|
|
@@ -487,7 +487,7 @@ FactPulse.configure do |config|
|
|
|
487
487
|
end
|
|
488
488
|
|
|
489
489
|
api_instance = FactPulse::ClientManagementApi.new
|
|
490
|
-
uid = '38400000-8cf0-11bd-b23e-10b96e4ef00d' # String |
|
|
490
|
+
uid = '38400000-8cf0-11bd-b23e-10b96e4ef00d' # String | Client unique identifier (UUID)
|
|
491
491
|
|
|
492
492
|
begin
|
|
493
493
|
# Get client PDP configuration
|
|
@@ -520,7 +520,7 @@ end
|
|
|
520
520
|
|
|
521
521
|
| Name | Type | Description | Notes |
|
|
522
522
|
| ---- | ---- | ----------- | ----- |
|
|
523
|
-
| **uid** | **String** |
|
|
523
|
+
| **uid** | **String** | Client unique identifier (UUID) | |
|
|
524
524
|
|
|
525
525
|
### Return type
|
|
526
526
|
|
|
@@ -561,7 +561,7 @@ FactPulse.configure do |config|
|
|
|
561
561
|
end
|
|
562
562
|
|
|
563
563
|
api_instance = FactPulse::ClientManagementApi.new
|
|
564
|
-
uid = '38400000-8cf0-11bd-b23e-10b96e4ef00d' # String |
|
|
564
|
+
uid = '38400000-8cf0-11bd-b23e-10b96e4ef00d' # String | Client unique identifier (UUID)
|
|
565
565
|
|
|
566
566
|
begin
|
|
567
567
|
# Get webhook secret status
|
|
@@ -594,7 +594,7 @@ end
|
|
|
594
594
|
|
|
595
595
|
| Name | Type | Description | Notes |
|
|
596
596
|
| ---- | ---- | ----------- | ----- |
|
|
597
|
-
| **uid** | **String** |
|
|
597
|
+
| **uid** | **String** | Client unique identifier (UUID) | |
|
|
598
598
|
|
|
599
599
|
### Return type
|
|
600
600
|
|
|
@@ -713,7 +713,7 @@ FactPulse.configure do |config|
|
|
|
713
713
|
end
|
|
714
714
|
|
|
715
715
|
api_instance = FactPulse::ClientManagementApi.new
|
|
716
|
-
uid = '38400000-8cf0-11bd-b23e-10b96e4ef00d' # String |
|
|
716
|
+
uid = '38400000-8cf0-11bd-b23e-10b96e4ef00d' # String | Client unique identifier (UUID)
|
|
717
717
|
key_rotation_request = FactPulse::KeyRotationRequest.new({old_key: 'old_key_example', new_key: 'new_key_example'}) # KeyRotationRequest |
|
|
718
718
|
|
|
719
719
|
begin
|
|
@@ -747,7 +747,7 @@ end
|
|
|
747
747
|
|
|
748
748
|
| Name | Type | Description | Notes |
|
|
749
749
|
| ---- | ---- | ----------- | ----- |
|
|
750
|
-
| **uid** | **String** |
|
|
750
|
+
| **uid** | **String** | Client unique identifier (UUID) | |
|
|
751
751
|
| **key_rotation_request** | [**KeyRotationRequest**](KeyRotationRequest.md) | | |
|
|
752
752
|
|
|
753
753
|
### Return type
|
|
@@ -789,7 +789,7 @@ FactPulse.configure do |config|
|
|
|
789
789
|
end
|
|
790
790
|
|
|
791
791
|
api_instance = FactPulse::ClientManagementApi.new
|
|
792
|
-
uid = '38400000-8cf0-11bd-b23e-10b96e4ef00d' # String |
|
|
792
|
+
uid = '38400000-8cf0-11bd-b23e-10b96e4ef00d' # String | Client unique identifier (UUID)
|
|
793
793
|
client_update_request = FactPulse::ClientUpdateRequest.new # ClientUpdateRequest |
|
|
794
794
|
|
|
795
795
|
begin
|
|
@@ -823,7 +823,7 @@ end
|
|
|
823
823
|
|
|
824
824
|
| Name | Type | Description | Notes |
|
|
825
825
|
| ---- | ---- | ----------- | ----- |
|
|
826
|
-
| **uid** | **String** |
|
|
826
|
+
| **uid** | **String** | Client unique identifier (UUID) | |
|
|
827
827
|
| **client_update_request** | [**ClientUpdateRequest**](ClientUpdateRequest.md) | | |
|
|
828
828
|
|
|
829
829
|
### Return type
|
|
@@ -865,7 +865,7 @@ FactPulse.configure do |config|
|
|
|
865
865
|
end
|
|
866
866
|
|
|
867
867
|
api_instance = FactPulse::ClientManagementApi.new
|
|
868
|
-
uid = '38400000-8cf0-11bd-b23e-10b96e4ef00d' # String |
|
|
868
|
+
uid = '38400000-8cf0-11bd-b23e-10b96e4ef00d' # String | Client unique identifier (UUID)
|
|
869
869
|
pdp_config_update_request = FactPulse::PDPConfigUpdateRequest.new({flow_service_url: 'flow_service_url_example', token_url: 'token_url_example', oauth_client_id: 'oauth_client_id_example', client_secret: 'client_secret_example'}) # PDPConfigUpdateRequest |
|
|
870
870
|
opts = {
|
|
871
871
|
x_encryption_key: 'x_encryption_key_example' # String | Client encryption key for double encryption mode. Must be a base64-encoded AES-256 key (32 bytes). Required only when accessing resources encrypted with encryption_mode='double'.
|
|
@@ -902,7 +902,7 @@ end
|
|
|
902
902
|
|
|
903
903
|
| Name | Type | Description | Notes |
|
|
904
904
|
| ---- | ---- | ----------- | ----- |
|
|
905
|
-
| **uid** | **String** |
|
|
905
|
+
| **uid** | **String** | Client unique identifier (UUID) | |
|
|
906
906
|
| **pdp_config_update_request** | [**PDPConfigUpdateRequest**](PDPConfigUpdateRequest.md) | | |
|
|
907
907
|
| **x_encryption_key** | **String** | Client encryption key for double encryption mode. Must be a base64-encoded AES-256 key (32 bytes). Required only when accessing resources encrypted with encryption_mode='double'. | [optional] |
|
|
908
908
|
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
# FactPulse::ConversionErrorResult
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **status** | **String** | | [optional][default to 'ERROR'] |
|
|
8
|
+
| **conversion_id** | **String** | | [optional] |
|
|
9
|
+
| **error_code** | **String** | | |
|
|
10
|
+
| **error_message** | **String** | | |
|
|
11
|
+
| **details** | [**Array<AFNORErrorDetail>**](AFNORErrorDetail.md) | | [optional] |
|
|
12
|
+
| **traceback** | **String** | | [optional] |
|
|
13
|
+
| **processing_time_ms** | **Integer** | | [optional] |
|
|
14
|
+
|
|
15
|
+
## Example
|
|
16
|
+
|
|
17
|
+
```ruby
|
|
18
|
+
require 'factpulse'
|
|
19
|
+
|
|
20
|
+
instance = FactPulse::ConversionErrorResult.new(
|
|
21
|
+
status: null,
|
|
22
|
+
conversion_id: null,
|
|
23
|
+
error_code: null,
|
|
24
|
+
error_message: null,
|
|
25
|
+
details: null,
|
|
26
|
+
traceback: null,
|
|
27
|
+
processing_time_ms: null
|
|
28
|
+
)
|
|
29
|
+
```
|
|
30
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# FactPulse::ConversionExtractionInfo
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **confidence_score** | **Float** | | |
|
|
8
|
+
| **ocr_provider** | **String** | | [optional][default to 'mistral_ocr'] |
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```ruby
|
|
13
|
+
require 'factpulse'
|
|
14
|
+
|
|
15
|
+
instance = FactPulse::ConversionExtractionInfo.new(
|
|
16
|
+
confidence_score: null,
|
|
17
|
+
ocr_provider: null
|
|
18
|
+
)
|
|
19
|
+
```
|
|
20
|
+
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
# FactPulse::ConversionPendingInputResult
|
|
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** | | |
|
|
10
|
+
| **missing_fields** | **Array<String>** | | |
|
|
11
|
+
| **extracted_data** | **Hash<String, Object>** | | |
|
|
12
|
+
| **confidence_score** | **Float** | | |
|
|
13
|
+
| **processing_time_ms** | **Integer** | | |
|
|
14
|
+
|
|
15
|
+
## Example
|
|
16
|
+
|
|
17
|
+
```ruby
|
|
18
|
+
require 'factpulse'
|
|
19
|
+
|
|
20
|
+
instance = FactPulse::ConversionPendingInputResult.new(
|
|
21
|
+
status: null,
|
|
22
|
+
conversion_id: null,
|
|
23
|
+
message: null,
|
|
24
|
+
missing_fields: null,
|
|
25
|
+
extracted_data: null,
|
|
26
|
+
confidence_score: null,
|
|
27
|
+
processing_time_ms: null
|
|
28
|
+
)
|
|
29
|
+
```
|
|
30
|
+
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# FactPulse::ConversionSuccessTaskResult
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **status** | **String** | | [optional][default to 'SUCCESS'] |
|
|
8
|
+
| **conversion_id** | **String** | | |
|
|
9
|
+
| **document_type_code** | **Integer** | | |
|
|
10
|
+
| **profile** | **String** | | |
|
|
11
|
+
| **extraction** | [**ConversionExtractionInfo**](ConversionExtractionInfo.md) | | |
|
|
12
|
+
| **processing_time_ms** | **Integer** | | |
|
|
13
|
+
| **pdf_regenerated** | **Boolean** | | [optional][default to false] |
|
|
14
|
+
| **pdf_regenerated_reason** | **String** | | [optional] |
|
|
15
|
+
| **content_b64** | **String** | | [optional] |
|
|
16
|
+
| **xml_content** | **String** | | [optional] |
|
|
17
|
+
|
|
18
|
+
## Example
|
|
19
|
+
|
|
20
|
+
```ruby
|
|
21
|
+
require 'factpulse'
|
|
22
|
+
|
|
23
|
+
instance = FactPulse::ConversionSuccessTaskResult.new(
|
|
24
|
+
status: null,
|
|
25
|
+
conversion_id: null,
|
|
26
|
+
document_type_code: null,
|
|
27
|
+
profile: null,
|
|
28
|
+
extraction: null,
|
|
29
|
+
processing_time_ms: null,
|
|
30
|
+
pdf_regenerated: null,
|
|
31
|
+
pdf_regenerated_reason: null,
|
|
32
|
+
content_b64: null,
|
|
33
|
+
xml_content: null
|
|
34
|
+
)
|
|
35
|
+
```
|
|
36
|
+
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# FactPulse::ConversionTaskStatus
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **task_id** | **String** | | |
|
|
8
|
+
| **status** | [**CeleryStatus**](CeleryStatus.md) | | |
|
|
9
|
+
| **result** | [**ConversionTaskStatusResult**](ConversionTaskStatusResult.md) | | [optional] |
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```ruby
|
|
14
|
+
require 'factpulse'
|
|
15
|
+
|
|
16
|
+
instance = FactPulse::ConversionTaskStatus.new(
|
|
17
|
+
task_id: null,
|
|
18
|
+
status: null,
|
|
19
|
+
result: null
|
|
20
|
+
)
|
|
21
|
+
```
|
|
22
|
+
|