factpulse 4.1.2 → 4.3.0

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 (160) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +5 -5
  3. data/Gemfile.lock +2 -2
  4. data/docs/AFNORBasicAuthentication.md +20 -0
  5. data/docs/AFNORCallbackAuthentication.md +49 -0
  6. data/docs/AFNORCallbackHeader.md +20 -0
  7. data/docs/AFNORCallbackParameters.md +24 -0
  8. data/docs/AFNORCallbackSignature.md +20 -0
  9. data/docs/{AFNORFacilityNature.md → AFNORContainsOrStrictOperator.md} +2 -2
  10. data/docs/AFNORCoreFlowInfo.md +26 -0
  11. data/docs/{AFNORDirectoryLinePayloadHistoryLegalUnitFacilityRoutingCode.md → AFNORDirectoryLinePayloadLegalUnitFacilityRoutingCode.md} +5 -5
  12. data/docs/AFNORDirectoryLinePayloadStatusLegalUnitFacilityRoutingCode.md +34 -0
  13. data/docs/AFNORDirectoryLineSearchPost200Response.md +1 -1
  14. data/docs/{AFNORDiffusionStatus.md → AFNORDirectoryLineStatus.md} +2 -2
  15. data/docs/AFNORError.md +4 -4
  16. data/docs/AFNORFacilityPayloadHistory.md +3 -3
  17. data/docs/AFNORFacilityPayloadIncluded.md +0 -2
  18. data/docs/AFNORFlow.md +16 -14
  19. data/docs/AFNORFlowExtension.md +26 -0
  20. data/docs/AFNORFlowInfo.md +3 -3
  21. data/docs/AFNORFlowInfoExtension.md +18 -0
  22. data/docs/AFNORFullFlowInfo.md +8 -8
  23. data/docs/AFNORFullFlowInfoExtension.md +20 -0
  24. data/docs/AFNORLegalUnitPayloadHistory.md +3 -1
  25. data/docs/AFNOROAuth2Authentication.md +22 -0
  26. data/docs/AFNORPDPPADirectoryServiceApi.md +4 -648
  27. data/docs/AFNORPDPPAFlowServiceApi.md +320 -1
  28. data/docs/AFNORRoutingCodeSearch.md +1 -1
  29. data/docs/AFNORRoutingCodeSearchFiltersRoutingCodeName.md +1 -1
  30. data/docs/AFNORRoutingCodeSearchFiltersRoutingIdentifier.md +1 -1
  31. data/docs/AFNORSearchDirectoryLine.md +2 -2
  32. data/docs/AFNORSearchDirectoryLineFiltersAddressingIdentifier.md +1 -1
  33. data/docs/AFNORSearchDirectoryLineFiltersAddressingSuffix.md +1 -1
  34. data/docs/AFNORSearchFlowFilters.md +1 -1
  35. data/docs/AFNORSearchSiren.md +1 -1
  36. data/docs/AFNORSearchSirenFiltersBusinessName.md +1 -1
  37. data/docs/AFNORSearchSirenFiltersSiren.md +1 -1
  38. data/docs/AFNORSearchSiret.md +2 -2
  39. data/docs/AFNORSearchSiretFiltersCountrySubdivision.md +1 -1
  40. data/docs/AFNORSearchSiretFiltersFacilityType.md +1 -1
  41. data/docs/AFNORSearchSiretFiltersLocality.md +1 -1
  42. data/docs/AFNORSearchSiretFiltersName.md +1 -1
  43. data/docs/AFNORSearchSiretFiltersPostalCode.md +1 -1
  44. data/docs/AFNORSearchSiretFiltersSiret.md +1 -1
  45. data/docs/AFNORSirenInstructions.md +18 -0
  46. data/docs/AFNORSiretInstructions.md +18 -0
  47. data/docs/{AFNORPlatformStatus.md → AFNORStrictOrStartWithOperator.md} +2 -2
  48. data/docs/AFNORWebhook.md +22 -0
  49. data/docs/AFNORWebhookIdParam.md +18 -0
  50. data/docs/AFNORWebhookMetadata.md +24 -0
  51. data/docs/AFNORWebhookParams.md +20 -0
  52. data/docs/AFNORWebhookPatchPayload.md +22 -0
  53. data/docs/ChorusProCredentials.md +8 -8
  54. data/docs/ChorusProDestination.md +1 -1
  55. data/docs/FactureElectroniqueRestApiSchemasCdarValidationErrorResponse.md +24 -0
  56. data/docs/FactureElectroniqueRestApiSchemasEreportingInvoiceTypeCode.md +15 -0
  57. data/docs/FactureElectroniqueRestApiSchemasProcessingChorusProCredentials.md +26 -0
  58. data/docs/GetChorusProIdRequest.md +1 -1
  59. data/docs/GetInvoiceRequest.md +1 -1
  60. data/docs/GetStructureRequest.md +1 -1
  61. data/docs/InvoiceInput.md +1 -1
  62. data/docs/SearchStructureRequest.md +1 -1
  63. data/docs/SimplifiedInvoiceData.md +1 -1
  64. data/docs/SubmitInvoiceRequest.md +1 -1
  65. data/docs/ValidateCDARResponse.md +2 -2
  66. data/docs/ValidationErrorResponse.md +2 -8
  67. data/lib/factpulse/api/afnorpdppa_directory_service_api.rb +3 -621
  68. data/lib/factpulse/api/afnorpdppa_flow_service_api.rb +303 -0
  69. data/lib/factpulse/models/afnor_algorithm.rb +4 -3
  70. data/lib/factpulse/models/afnor_basic_authentication.rb +190 -0
  71. data/lib/factpulse/models/afnor_callback_authentication.rb +105 -0
  72. data/lib/factpulse/models/afnor_callback_header.rb +190 -0
  73. data/lib/factpulse/models/afnor_callback_parameters.rb +193 -0
  74. data/lib/factpulse/models/{afnor_directory_line_payload_history_legal_unit_facility_routing_code_platform.rb → afnor_callback_signature.rb} +51 -16
  75. data/lib/factpulse/models/{afnor_diffusion_status.rb → afnor_contains_or_strict_operator.rb} +6 -6
  76. data/lib/factpulse/models/{afnor_routing_code_post201_response.rb → afnor_core_flow_info.rb} +103 -61
  77. data/lib/factpulse/models/afnor_directory_line_field.rb +1 -2
  78. data/lib/factpulse/models/{afnor_directory_line_payload_history_legal_unit_facility_routing_code.rb → afnor_directory_line_payload_legal_unit_facility_routing_code.rb} +36 -14
  79. data/lib/factpulse/models/{afnor_create_directory_line_body_addressing_information.rb → afnor_directory_line_payload_status_legal_unit_facility_routing_code.rb} +105 -56
  80. data/lib/factpulse/models/afnor_directory_line_search_post200_response.rb +1 -1
  81. data/lib/factpulse/models/{afnor_platform_status.rb → afnor_directory_line_status.rb} +5 -4
  82. data/lib/factpulse/models/afnor_error.rb +30 -39
  83. data/lib/factpulse/models/afnor_facility_payload_history.rb +11 -11
  84. data/lib/factpulse/models/afnor_facility_payload_included.rb +1 -10
  85. data/lib/factpulse/models/afnor_flow.rb +218 -57
  86. data/lib/factpulse/models/{afnor_update_patch_routing_code_body.rb → afnor_flow_extension.rb} +103 -66
  87. data/lib/factpulse/models/afnor_flow_info.rb +20 -4
  88. data/lib/factpulse/models/{afnor_create_directory_line_body_period.rb → afnor_flow_info_extension.rb} +26 -31
  89. data/lib/factpulse/models/afnor_full_flow_info.rb +79 -46
  90. data/lib/factpulse/models/afnor_full_flow_info_extension.rb +202 -0
  91. data/lib/factpulse/models/afnor_legal_unit_payload_history.rb +13 -4
  92. data/lib/factpulse/models/afnor_processing_rule.rb +4 -1
  93. data/lib/factpulse/models/afnor_routing_code_field.rb +1 -2
  94. data/lib/factpulse/models/afnor_routing_code_search_filters_routing_code_name.rb +1 -1
  95. data/lib/factpulse/models/afnor_routing_code_search_filters_routing_identifier.rb +1 -1
  96. data/lib/factpulse/models/afnor_search_directory_line_filters_addressing_identifier.rb +1 -1
  97. data/lib/factpulse/models/afnor_search_directory_line_filters_addressing_suffix.rb +1 -1
  98. data/lib/factpulse/models/afnor_search_flow_filters.rb +1 -0
  99. data/lib/factpulse/models/afnor_search_siren_filters_business_name.rb +1 -1
  100. data/lib/factpulse/models/afnor_search_siren_filters_siren.rb +1 -1
  101. data/lib/factpulse/models/afnor_search_siret_filters_country_subdivision.rb +1 -1
  102. data/lib/factpulse/models/afnor_search_siret_filters_facility_type.rb +1 -1
  103. data/lib/factpulse/models/afnor_search_siret_filters_locality.rb +1 -1
  104. data/lib/factpulse/models/afnor_search_siret_filters_name.rb +1 -1
  105. data/lib/factpulse/models/afnor_search_siret_filters_postal_code.rb +1 -1
  106. data/lib/factpulse/models/afnor_search_siret_filters_siret.rb +1 -1
  107. data/lib/factpulse/models/afnor_siren_field.rb +2 -2
  108. data/lib/factpulse/models/{afnor_update_patch_directory_line_body.rb → afnor_siren_instructions.rb} +12 -11
  109. data/lib/factpulse/models/afnor_siret_field.rb +3 -4
  110. data/lib/factpulse/models/{afnor_create_directory_line_body.rb → afnor_siret_instructions.rb} +12 -19
  111. data/lib/factpulse/models/{afnor_facility_nature.rb → afnor_strict_or_start_with_operator.rb} +6 -6
  112. data/lib/factpulse/models/{afnor_directory_line_post201_response.rb → afnor_webhook.rb} +55 -35
  113. data/lib/factpulse/models/{afnor_webhook_callback_content.rb → afnor_webhook_id_param.rb} +10 -11
  114. data/lib/factpulse/models/{afnor_legal_unit_payload_included_no_siren.rb → afnor_webhook_metadata.rb} +56 -33
  115. data/lib/factpulse/models/afnor_webhook_params.rb +190 -0
  116. data/lib/factpulse/models/{facture_electronique_rest_api_schemas_validation_validation_error_response.rb → afnor_webhook_patch_payload.rb} +29 -30
  117. data/lib/factpulse/models/afnoro_auth2_authentication.rb +216 -0
  118. data/lib/factpulse/models/chorus_pro_credentials.rb +94 -26
  119. data/lib/factpulse/models/chorus_pro_destination.rb +1 -1
  120. data/lib/factpulse/models/facture_electronique_rest_api_schemas_cdar_validation_error_response.rb +215 -0
  121. data/lib/factpulse/models/{facture_electronique_models_invoice_type_code.rb → facture_electronique_rest_api_schemas_ereporting_invoice_type_code.rb} +9 -20
  122. data/lib/factpulse/models/facture_electronique_rest_api_schemas_processing_chorus_pro_credentials.rb +191 -0
  123. data/lib/factpulse/models/get_chorus_pro_id_request.rb +1 -1
  124. data/lib/factpulse/models/get_invoice_request.rb +1 -1
  125. data/lib/factpulse/models/get_structure_request.rb +1 -1
  126. data/lib/factpulse/models/invoice_input.rb +1 -1
  127. data/lib/factpulse/models/invoice_type_code.rb +17 -6
  128. data/lib/factpulse/models/processing_rule.rb +4 -1
  129. data/lib/factpulse/models/search_structure_request.rb +1 -1
  130. data/lib/factpulse/models/simplified_invoice_data.rb +1 -1
  131. data/lib/factpulse/models/submit_invoice_request.rb +1 -1
  132. data/lib/factpulse/models/validate_cdar_response.rb +2 -2
  133. data/lib/factpulse/models/validation_error_response.rb +20 -67
  134. data/lib/factpulse/version.rb +1 -1
  135. data/lib/factpulse.rb +25 -22
  136. metadata +52 -46
  137. data/docs/AFNORAddressEdit.md +0 -30
  138. data/docs/AFNORAddressPatch.md +0 -30
  139. data/docs/AFNORAddressPut.md +0 -30
  140. data/docs/AFNORCreateDirectoryLineBody.md +0 -20
  141. data/docs/AFNORCreateDirectoryLineBodyAddressingInformation.md +0 -24
  142. data/docs/AFNORCreateDirectoryLineBodyPeriod.md +0 -20
  143. data/docs/AFNORCreateRoutingCodeBody.md +0 -32
  144. data/docs/AFNORDirectoryLinePayloadHistoryLegalUnitFacilityRoutingCodePlatform.md +0 -20
  145. data/docs/AFNORDirectoryLinePost201Response.md +0 -22
  146. data/docs/AFNORLegalUnitPayloadIncludedNoSiren.md +0 -22
  147. data/docs/AFNORRoutingCodePost201Response.md +0 -22
  148. data/docs/AFNORUpdatePatchDirectoryLineBody.md +0 -18
  149. data/docs/AFNORUpdatePatchRoutingCodeBody.md +0 -24
  150. data/docs/AFNORUpdatePutRoutingCodeBody.md +0 -24
  151. data/docs/AFNORWebhookCallbackContent.md +0 -18
  152. data/docs/FactureElectroniqueModelsInvoiceTypeCode.md +0 -15
  153. data/docs/FactureElectroniqueRestApiSchemasChorusProChorusProCredentials.md +0 -26
  154. data/docs/FactureElectroniqueRestApiSchemasValidationValidationErrorResponse.md +0 -18
  155. data/lib/factpulse/models/afnor_address_edit.rb +0 -353
  156. data/lib/factpulse/models/afnor_address_patch.rb +0 -386
  157. data/lib/factpulse/models/afnor_address_put.rb +0 -435
  158. data/lib/factpulse/models/afnor_create_routing_code_body.rb +0 -412
  159. data/lib/factpulse/models/afnor_update_put_routing_code_body.rb +0 -289
  160. data/lib/factpulse/models/facture_electronique_rest_api_schemas_chorus_pro_chorus_pro_credentials.rb +0 -259
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: 4.1.2
4
+ version: 4.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-02-24 00:00:00.000000000 Z
11
+ date: 2026-03-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -119,30 +119,28 @@ files:
119
119
  - Rakefile
120
120
  - docs/AFNORAcknowledgement.md
121
121
  - docs/AFNORAcknowledgementDetail.md
122
- - docs/AFNORAddressEdit.md
123
- - docs/AFNORAddressPatch.md
124
- - docs/AFNORAddressPut.md
125
122
  - docs/AFNORAddressRead.md
126
123
  - docs/AFNORAlgorithm.md
124
+ - docs/AFNORBasicAuthentication.md
125
+ - docs/AFNORCallbackAuthentication.md
126
+ - docs/AFNORCallbackHeader.md
127
+ - docs/AFNORCallbackParameters.md
128
+ - docs/AFNORCallbackSignature.md
127
129
  - docs/AFNORContainsOperator.md
128
- - docs/AFNORCreateDirectoryLineBody.md
129
- - docs/AFNORCreateDirectoryLineBodyAddressingInformation.md
130
- - docs/AFNORCreateDirectoryLineBodyPeriod.md
131
- - docs/AFNORCreateRoutingCodeBody.md
130
+ - docs/AFNORContainsOrStrictOperator.md
131
+ - docs/AFNORCoreFlowInfo.md
132
132
  - docs/AFNORCredentials.md
133
133
  - docs/AFNORDestination.md
134
- - docs/AFNORDiffusionStatus.md
135
134
  - docs/AFNORDirectoryLineField.md
136
- - docs/AFNORDirectoryLinePayloadHistoryLegalUnitFacilityRoutingCode.md
137
- - docs/AFNORDirectoryLinePayloadHistoryLegalUnitFacilityRoutingCodePlatform.md
138
135
  - docs/AFNORDirectoryLinePayloadHistoryLegalUnitFacilityRoutingCodeRoutingCode.md
139
- - docs/AFNORDirectoryLinePost201Response.md
136
+ - docs/AFNORDirectoryLinePayloadLegalUnitFacilityRoutingCode.md
137
+ - docs/AFNORDirectoryLinePayloadStatusLegalUnitFacilityRoutingCode.md
140
138
  - docs/AFNORDirectoryLineSearchPost200Response.md
139
+ - docs/AFNORDirectoryLineStatus.md
141
140
  - docs/AFNOREntityType.md
142
141
  - docs/AFNORError.md
143
142
  - docs/AFNORErrorDetail.md
144
143
  - docs/AFNORFacilityAdministrativeStatus.md
145
- - docs/AFNORFacilityNature.md
146
144
  - docs/AFNORFacilityPayloadHistory.md
147
145
  - docs/AFNORFacilityPayloadHistoryUleB2gAdditionalData.md
148
146
  - docs/AFNORFacilityPayloadIncluded.md
@@ -150,20 +148,22 @@ files:
150
148
  - docs/AFNORFlow.md
151
149
  - docs/AFNORFlowAckStatus.md
152
150
  - docs/AFNORFlowDirection.md
151
+ - docs/AFNORFlowExtension.md
153
152
  - docs/AFNORFlowInfo.md
153
+ - docs/AFNORFlowInfoExtension.md
154
154
  - docs/AFNORFlowProfile.md
155
155
  - docs/AFNORFlowSyntax.md
156
156
  - docs/AFNORFlowType.md
157
157
  - docs/AFNORFullFlowInfo.md
158
+ - docs/AFNORFullFlowInfoExtension.md
158
159
  - docs/AFNORHealthCheckResponse.md
159
160
  - docs/AFNORLegalUnitAdministrativeStatus.md
160
161
  - docs/AFNORLegalUnitPayloadHistory.md
161
162
  - docs/AFNORLegalUnitPayloadIncluded.md
162
- - docs/AFNORLegalUnitPayloadIncludedNoSiren.md
163
+ - docs/AFNOROAuth2Authentication.md
163
164
  - docs/AFNORPDPPAApi.md
164
165
  - docs/AFNORPDPPADirectoryServiceApi.md
165
166
  - docs/AFNORPDPPAFlowServiceApi.md
166
- - docs/AFNORPlatformStatus.md
167
167
  - docs/AFNORProcessingRule.md
168
168
  - docs/AFNORReasonCode.md
169
169
  - docs/AFNORReasonCodeEnum.md
@@ -172,7 +172,6 @@ files:
172
172
  - docs/AFNORRoutingCodeAdministrativeStatus.md
173
173
  - docs/AFNORRoutingCodeField.md
174
174
  - docs/AFNORRoutingCodePayloadHistoryLegalUnitFacility.md
175
- - docs/AFNORRoutingCodePost201Response.md
176
175
  - docs/AFNORRoutingCodeSearch.md
177
176
  - docs/AFNORRoutingCodeSearchFilters.md
178
177
  - docs/AFNORRoutingCodeSearchFiltersAdministrativeStatus.md
@@ -207,15 +206,19 @@ files:
207
206
  - docs/AFNORSearchSiretFiltersSiret.md
208
207
  - docs/AFNORSearchSiretSortingInner.md
209
208
  - docs/AFNORSirenField.md
209
+ - docs/AFNORSirenInstructions.md
210
210
  - docs/AFNORSirenSearchPost200Response.md
211
211
  - docs/AFNORSiretField.md
212
+ - docs/AFNORSiretInstructions.md
212
213
  - docs/AFNORSiretSearchPost200Response.md
213
214
  - docs/AFNORSortingOrder.md
214
215
  - docs/AFNORStrictOperator.md
215
- - docs/AFNORUpdatePatchDirectoryLineBody.md
216
- - docs/AFNORUpdatePatchRoutingCodeBody.md
217
- - docs/AFNORUpdatePutRoutingCodeBody.md
218
- - docs/AFNORWebhookCallbackContent.md
216
+ - docs/AFNORStrictOrStartWithOperator.md
217
+ - docs/AFNORWebhook.md
218
+ - docs/AFNORWebhookIdParam.md
219
+ - docs/AFNORWebhookMetadata.md
220
+ - docs/AFNORWebhookParams.md
221
+ - docs/AFNORWebhookPatchPayload.md
219
222
  - docs/APIError.md
220
223
  - docs/APIProfile.md
221
224
  - docs/AcknowledgmentStatus.md
@@ -289,9 +292,9 @@ files:
289
292
  - docs/FacturXPDFInfo.md
290
293
  - docs/FacturXPDFXMLVerificationApi.md
291
294
  - docs/FacturXValidationApi.md
292
- - docs/FactureElectroniqueModelsInvoiceTypeCode.md
293
- - docs/FactureElectroniqueRestApiSchemasChorusProChorusProCredentials.md
294
- - docs/FactureElectroniqueRestApiSchemasValidationValidationErrorResponse.md
295
+ - docs/FactureElectroniqueRestApiSchemasCdarValidationErrorResponse.md
296
+ - docs/FactureElectroniqueRestApiSchemasEreportingInvoiceTypeCode.md
297
+ - docs/FactureElectroniqueRestApiSchemasProcessingChorusProCredentials.md
295
298
  - docs/FieldStatus.md
296
299
  - docs/FileInfo.md
297
300
  - docs/FilesInfo.md
@@ -507,30 +510,28 @@ files:
507
510
  - lib/factpulse/models/additional_document.rb
508
511
  - lib/factpulse/models/afnor_acknowledgement.rb
509
512
  - lib/factpulse/models/afnor_acknowledgement_detail.rb
510
- - lib/factpulse/models/afnor_address_edit.rb
511
- - lib/factpulse/models/afnor_address_patch.rb
512
- - lib/factpulse/models/afnor_address_put.rb
513
513
  - lib/factpulse/models/afnor_address_read.rb
514
514
  - lib/factpulse/models/afnor_algorithm.rb
515
+ - lib/factpulse/models/afnor_basic_authentication.rb
516
+ - lib/factpulse/models/afnor_callback_authentication.rb
517
+ - lib/factpulse/models/afnor_callback_header.rb
518
+ - lib/factpulse/models/afnor_callback_parameters.rb
519
+ - lib/factpulse/models/afnor_callback_signature.rb
515
520
  - lib/factpulse/models/afnor_contains_operator.rb
516
- - lib/factpulse/models/afnor_create_directory_line_body.rb
517
- - lib/factpulse/models/afnor_create_directory_line_body_addressing_information.rb
518
- - lib/factpulse/models/afnor_create_directory_line_body_period.rb
519
- - lib/factpulse/models/afnor_create_routing_code_body.rb
521
+ - lib/factpulse/models/afnor_contains_or_strict_operator.rb
522
+ - lib/factpulse/models/afnor_core_flow_info.rb
520
523
  - lib/factpulse/models/afnor_credentials.rb
521
524
  - lib/factpulse/models/afnor_destination.rb
522
- - lib/factpulse/models/afnor_diffusion_status.rb
523
525
  - lib/factpulse/models/afnor_directory_line_field.rb
524
- - lib/factpulse/models/afnor_directory_line_payload_history_legal_unit_facility_routing_code.rb
525
- - lib/factpulse/models/afnor_directory_line_payload_history_legal_unit_facility_routing_code_platform.rb
526
526
  - lib/factpulse/models/afnor_directory_line_payload_history_legal_unit_facility_routing_code_routing_code.rb
527
- - lib/factpulse/models/afnor_directory_line_post201_response.rb
527
+ - lib/factpulse/models/afnor_directory_line_payload_legal_unit_facility_routing_code.rb
528
+ - lib/factpulse/models/afnor_directory_line_payload_status_legal_unit_facility_routing_code.rb
528
529
  - lib/factpulse/models/afnor_directory_line_search_post200_response.rb
530
+ - lib/factpulse/models/afnor_directory_line_status.rb
529
531
  - lib/factpulse/models/afnor_entity_type.rb
530
532
  - lib/factpulse/models/afnor_error.rb
531
533
  - lib/factpulse/models/afnor_error_detail.rb
532
534
  - lib/factpulse/models/afnor_facility_administrative_status.rb
533
- - lib/factpulse/models/afnor_facility_nature.rb
534
535
  - lib/factpulse/models/afnor_facility_payload_history.rb
535
536
  - lib/factpulse/models/afnor_facility_payload_history_ule_b2g_additional_data.rb
536
537
  - lib/factpulse/models/afnor_facility_payload_included.rb
@@ -538,17 +539,18 @@ files:
538
539
  - lib/factpulse/models/afnor_flow.rb
539
540
  - lib/factpulse/models/afnor_flow_ack_status.rb
540
541
  - lib/factpulse/models/afnor_flow_direction.rb
542
+ - lib/factpulse/models/afnor_flow_extension.rb
541
543
  - lib/factpulse/models/afnor_flow_info.rb
544
+ - lib/factpulse/models/afnor_flow_info_extension.rb
542
545
  - lib/factpulse/models/afnor_flow_profile.rb
543
546
  - lib/factpulse/models/afnor_flow_syntax.rb
544
547
  - lib/factpulse/models/afnor_flow_type.rb
545
548
  - lib/factpulse/models/afnor_full_flow_info.rb
549
+ - lib/factpulse/models/afnor_full_flow_info_extension.rb
546
550
  - lib/factpulse/models/afnor_health_check_response.rb
547
551
  - lib/factpulse/models/afnor_legal_unit_administrative_status.rb
548
552
  - lib/factpulse/models/afnor_legal_unit_payload_history.rb
549
553
  - lib/factpulse/models/afnor_legal_unit_payload_included.rb
550
- - lib/factpulse/models/afnor_legal_unit_payload_included_no_siren.rb
551
- - lib/factpulse/models/afnor_platform_status.rb
552
554
  - lib/factpulse/models/afnor_processing_rule.rb
553
555
  - lib/factpulse/models/afnor_reason_code.rb
554
556
  - lib/factpulse/models/afnor_reason_code_enum.rb
@@ -557,7 +559,6 @@ files:
557
559
  - lib/factpulse/models/afnor_routing_code_administrative_status.rb
558
560
  - lib/factpulse/models/afnor_routing_code_field.rb
559
561
  - lib/factpulse/models/afnor_routing_code_payload_history_legal_unit_facility.rb
560
- - lib/factpulse/models/afnor_routing_code_post201_response.rb
561
562
  - lib/factpulse/models/afnor_routing_code_search.rb
562
563
  - lib/factpulse/models/afnor_routing_code_search_filters.rb
563
564
  - lib/factpulse/models/afnor_routing_code_search_filters_administrative_status.rb
@@ -592,15 +593,20 @@ files:
592
593
  - lib/factpulse/models/afnor_search_siret_filters_siret.rb
593
594
  - lib/factpulse/models/afnor_search_siret_sorting_inner.rb
594
595
  - lib/factpulse/models/afnor_siren_field.rb
596
+ - lib/factpulse/models/afnor_siren_instructions.rb
595
597
  - lib/factpulse/models/afnor_siren_search_post200_response.rb
596
598
  - lib/factpulse/models/afnor_siret_field.rb
599
+ - lib/factpulse/models/afnor_siret_instructions.rb
597
600
  - lib/factpulse/models/afnor_siret_search_post200_response.rb
598
601
  - lib/factpulse/models/afnor_sorting_order.rb
599
602
  - lib/factpulse/models/afnor_strict_operator.rb
600
- - lib/factpulse/models/afnor_update_patch_directory_line_body.rb
601
- - lib/factpulse/models/afnor_update_patch_routing_code_body.rb
602
- - lib/factpulse/models/afnor_update_put_routing_code_body.rb
603
- - lib/factpulse/models/afnor_webhook_callback_content.rb
603
+ - lib/factpulse/models/afnor_strict_or_start_with_operator.rb
604
+ - lib/factpulse/models/afnor_webhook.rb
605
+ - lib/factpulse/models/afnor_webhook_id_param.rb
606
+ - lib/factpulse/models/afnor_webhook_metadata.rb
607
+ - lib/factpulse/models/afnor_webhook_params.rb
608
+ - lib/factpulse/models/afnor_webhook_patch_payload.rb
609
+ - lib/factpulse/models/afnoro_auth2_authentication.rb
604
610
  - lib/factpulse/models/aggregated_payment_input.rb
605
611
  - lib/factpulse/models/aggregated_transaction_input.rb
606
612
  - lib/factpulse/models/allowance_charge.rb
@@ -662,9 +668,9 @@ files:
662
668
  - lib/factpulse/models/extraction_info.rb
663
669
  - lib/factpulse/models/factur_x_invoice.rb
664
670
  - lib/factpulse/models/factur_xpdf_info.rb
665
- - lib/factpulse/models/facture_electronique_models_invoice_type_code.rb
666
- - lib/factpulse/models/facture_electronique_rest_api_schemas_chorus_pro_chorus_pro_credentials.rb
667
- - lib/factpulse/models/facture_electronique_rest_api_schemas_validation_validation_error_response.rb
671
+ - lib/factpulse/models/facture_electronique_rest_api_schemas_cdar_validation_error_response.rb
672
+ - lib/factpulse/models/facture_electronique_rest_api_schemas_ereporting_invoice_type_code.rb
673
+ - lib/factpulse/models/facture_electronique_rest_api_schemas_processing_chorus_pro_credentials.rb
668
674
  - lib/factpulse/models/field_status.rb
669
675
  - lib/factpulse/models/file_info.rb
670
676
  - lib/factpulse/models/files_info.rb
@@ -1,30 +0,0 @@
1
- # FactPulse::AFNORAddressEdit
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **ligne_adresse1** | **String** | Corresponds to the address of the recipient structure having defined the directory line(s). | [optional] |
8
- | **ligne_adresse2** | **String** | Corresponds to the address of the recipient structure having defined the directory line(s). | [optional] |
9
- | **ligne_adresse3** | **String** | Corresponds to the address of the recipient structure having defined the directory line(s). | [optional] |
10
- | **postal_code** | **String** | Service postal code | [optional] |
11
- | **country_subdivision** | **String** | Subdivision of the country | [optional] |
12
- | **locality** | **String** | Municipality of the recipient structure having defined the directory line(s). | [optional] |
13
- | **code_pays** | **String** | Corresponds to the country of the recipient structure. | [optional] |
14
-
15
- ## Example
16
-
17
- ```ruby
18
- require 'factpulse'
19
-
20
- instance = FactPulse::AFNORAddressEdit.new(
21
- ligne_adresse1: 16 BIS RUE HENRI BARBUSSE,
22
- ligne_adresse2: CEDEX 1,
23
- ligne_adresse3: Bâtiment le Callipso,
24
- postal_code: 38100,
25
- country_subdivision: Bretagne,
26
- locality: Grenoble,
27
- code_pays: FR
28
- )
29
- ```
30
-
@@ -1,30 +0,0 @@
1
- # FactPulse::AFNORAddressPatch
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **ligne_adresse1** | **String** | Corresponds to the address of the recipient structure having defined the directory line(s). | [optional] |
8
- | **ligne_adresse2** | **String** | Corresponds to the address of the recipient structure having defined the directory line(s). | [optional] |
9
- | **ligne_adresse3** | **String** | Corresponds to the address of the recipient structure having defined the directory line(s). | [optional] |
10
- | **postal_code** | **String** | Service postal code | [optional] |
11
- | **country_subdivision** | **String** | Subdivision of the country | [optional] |
12
- | **locality** | **String** | Corresponds to the municipality of the recipient structure having defined the directory line(s). | [optional] |
13
- | **code_pays** | **String** | Corresponds to the country code of the recipient structure | [optional] |
14
-
15
- ## Example
16
-
17
- ```ruby
18
- require 'factpulse'
19
-
20
- instance = FactPulse::AFNORAddressPatch.new(
21
- ligne_adresse1: 16 BIS RUE HENRI BARBUSSE,
22
- ligne_adresse2: CEDEX 1,
23
- ligne_adresse3: Bâtiment le Callipso,
24
- postal_code: 38100,
25
- country_subdivision: Bretagne,
26
- locality: Grenoble,
27
- code_pays: FR
28
- )
29
- ```
30
-
@@ -1,30 +0,0 @@
1
- # FactPulse::AFNORAddressPut
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **ligne_adresse1** | **String** | Corresponds to the address of the recipient structure having defined the directory line(s). | |
8
- | **ligne_adresse2** | **String** | Corresponds to the address of the recipient structure having defined the directory line(s). | |
9
- | **ligne_adresse3** | **String** | Corresponds to the address of the recipient structure having defined the directory line(s). | |
10
- | **postal_code** | **String** | Service postal code | |
11
- | **country_subdivision** | **String** | Subdivision of the country | |
12
- | **locality** | **String** | Corresponds to the municipality of the recipient structure having defined the directory line(s). | |
13
- | **code_pays** | **String** | Corresponds to the country code of the recipient structure | |
14
-
15
- ## Example
16
-
17
- ```ruby
18
- require 'factpulse'
19
-
20
- instance = FactPulse::AFNORAddressPut.new(
21
- ligne_adresse1: 16 BIS RUE HENRI BARBUSSE,
22
- ligne_adresse2: CEDEX 1,
23
- ligne_adresse3: Bâtiment le Callipso,
24
- postal_code: 38100,
25
- country_subdivision: Bretagne,
26
- locality: Grenoble,
27
- code_pays: FR
28
- )
29
- ```
30
-
@@ -1,20 +0,0 @@
1
- # FactPulse::AFNORCreateDirectoryLineBody
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **period** | [**AFNORCreateDirectoryLineBodyPeriod**](AFNORCreateDirectoryLineBodyPeriod.md) | | [optional] |
8
- | **addressing_information** | [**AFNORCreateDirectoryLineBodyAddressingInformation**](AFNORCreateDirectoryLineBodyAddressingInformation.md) | | [optional] |
9
-
10
- ## Example
11
-
12
- ```ruby
13
- require 'factpulse'
14
-
15
- instance = FactPulse::AFNORCreateDirectoryLineBody.new(
16
- period: null,
17
- addressing_information: null
18
- )
19
- ```
20
-
@@ -1,24 +0,0 @@
1
- # FactPulse::AFNORCreateDirectoryLineBodyAddressingInformation
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **siren** | **String** | SIREN number | |
8
- | **siret** | **String** | SIRET Number | [optional] |
9
- | **routing_identifier** | **String** | Routing identifier od a routing code. | [optional] |
10
- | **addressing_suffix** | **String** | suffix of the directory line which defines an address mesh not attached to a facility | [optional] |
11
-
12
- ## Example
13
-
14
- ```ruby
15
- require 'factpulse'
16
-
17
- instance = FactPulse::AFNORCreateDirectoryLineBodyAddressingInformation.new(
18
- siren: 702042755,
19
- siret: 70204275500240,
20
- routing_identifier: dcsc456sdcsdcs556,
21
- addressing_suffix: dcsc456sdcsdcs556
22
- )
23
- ```
24
-
@@ -1,20 +0,0 @@
1
- # FactPulse::AFNORCreateDirectoryLineBodyPeriod
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **date_from** | **Date** | Effective start date of the directory line.. | |
8
- | **date_to** | **Date** | Effective end date of the directory line. | [optional] |
9
-
10
- ## Example
11
-
12
- ```ruby
13
- require 'factpulse'
14
-
15
- instance = FactPulse::AFNORCreateDirectoryLineBodyPeriod.new(
16
- date_from: 2023-01-01,
17
- date_to: 2023-01-31
18
- )
19
- ```
20
-
@@ -1,32 +0,0 @@
1
- # FactPulse::AFNORCreateRoutingCodeBody
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **facility_nature** | [**AFNORFacilityNature**](AFNORFacilityNature.md) | | |
8
- | **routing_identifier** | **String** | Routing identifier od a routing code. | |
9
- | **siret** | **String** | SIRET Number | |
10
- | **routing_identifier_type** | **String** | Routing Identifier type. | [optional] |
11
- | **routing_code_name** | **String** | Name of the directory line routing code. This attribute is only returned if the directory line is defined at the SIREN / SIRET / Routing code mesh. | |
12
- | **manages_legal_commitment_code** | **Boolean** | Indicates whether the public structure requires a legal commitment number. This attribute is only returned if the directory line is defined for a public structure at the SIREN / SIRET or SIREN / SIRET / Routing code level. | [optional] |
13
- | **administrative_status** | [**AFNORRoutingCodeAdministrativeStatus**](AFNORRoutingCodeAdministrativeStatus.md) | | |
14
- | **address** | [**AFNORAddressEdit**](AFNORAddressEdit.md) | | [optional] |
15
-
16
- ## Example
17
-
18
- ```ruby
19
- require 'factpulse'
20
-
21
- instance = FactPulse::AFNORCreateRoutingCodeBody.new(
22
- facility_nature: null,
23
- routing_identifier: dcsc456sdcsdcs556,
24
- siret: 70204275500240,
25
- routing_identifier_type: 0224,
26
- routing_code_name: Libellé Code routage,
27
- manages_legal_commitment_code: true,
28
- administrative_status: null,
29
- address: null
30
- )
31
- ```
32
-
@@ -1,20 +0,0 @@
1
- # FactPulse::AFNORDirectoryLinePayloadHistoryLegalUnitFacilityRoutingCodePlatform
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **platform_type** | [**AFNORRecipientPlatformType**](AFNORRecipientPlatformType.md) | | [optional] |
8
- | **platform_status** | [**AFNORPlatformStatus**](AFNORPlatformStatus.md) | | [optional] |
9
-
10
- ## Example
11
-
12
- ```ruby
13
- require 'factpulse'
14
-
15
- instance = FactPulse::AFNORDirectoryLinePayloadHistoryLegalUnitFacilityRoutingCodePlatform.new(
16
- platform_type: null,
17
- platform_status: null
18
- )
19
- ```
20
-
@@ -1,22 +0,0 @@
1
- # FactPulse::AFNORDirectoryLinePost201Response
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **id_instance** | **Integer** | Platform instance identifier in the directory | [optional] |
8
- | **addressing_identifier** | **String** | Addressing identifier of the directory line. | [optional] |
9
- | **date_from** | **Date** | Effective start date of the directory line.. | [optional] |
10
-
11
- ## Example
12
-
13
- ```ruby
14
- require 'factpulse'
15
-
16
- instance = FactPulse::AFNORDirectoryLinePost201Response.new(
17
- id_instance: 120,
18
- addressing_identifier: dcsc456sdcsdcs556,
19
- date_from: 2023-01-01
20
- )
21
- ```
22
-
@@ -1,22 +0,0 @@
1
- # FactPulse::AFNORLegalUnitPayloadIncludedNoSiren
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **business_name** | **String** | Business name | [optional] |
8
- | **entity_type** | [**AFNOREntityType**](AFNOREntityType.md) | | [optional] |
9
- | **administrative_status** | [**AFNORLegalUnitAdministrativeStatus**](AFNORLegalUnitAdministrativeStatus.md) | | [optional] |
10
-
11
- ## Example
12
-
13
- ```ruby
14
- require 'factpulse'
15
-
16
- instance = FactPulse::AFNORLegalUnitPayloadIncludedNoSiren.new(
17
- business_name: Boulangerie Pascale,
18
- entity_type: null,
19
- administrative_status: null
20
- )
21
- ```
22
-
@@ -1,22 +0,0 @@
1
- # FactPulse::AFNORRoutingCodePost201Response
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **id_instance** | **Integer** | Platform instance identifier in the directory | [optional] |
8
- | **siret** | **String** | SIRET Number | [optional] |
9
- | **routing_identifier** | **String** | Routing identifier od a routing code. | [optional] |
10
-
11
- ## Example
12
-
13
- ```ruby
14
- require 'factpulse'
15
-
16
- instance = FactPulse::AFNORRoutingCodePost201Response.new(
17
- id_instance: 120,
18
- siret: 70204275500240,
19
- routing_identifier: dcsc456sdcsdcs556
20
- )
21
- ```
22
-
@@ -1,18 +0,0 @@
1
- # FactPulse::AFNORUpdatePatchDirectoryLineBody
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **date_to** | **Date** | Effective end date of the directory line. | [optional] |
8
-
9
- ## Example
10
-
11
- ```ruby
12
- require 'factpulse'
13
-
14
- instance = FactPulse::AFNORUpdatePatchDirectoryLineBody.new(
15
- date_to: 2023-01-31
16
- )
17
- ```
18
-
@@ -1,24 +0,0 @@
1
- # FactPulse::AFNORUpdatePatchRoutingCodeBody
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **routing_identifier_type** | **String** | Routing Identifier type. | [optional] |
8
- | **routing_code_name** | **String** | Name of the directory line routing code. This attribute is only returned if the directory line is defined at the SIREN / SIRET / Routing code mesh. | [optional] |
9
- | **administrative_status** | [**AFNORRoutingCodeAdministrativeStatus**](AFNORRoutingCodeAdministrativeStatus.md) | | [optional] |
10
- | **address** | [**AFNORAddressPatch**](AFNORAddressPatch.md) | | [optional] |
11
-
12
- ## Example
13
-
14
- ```ruby
15
- require 'factpulse'
16
-
17
- instance = FactPulse::AFNORUpdatePatchRoutingCodeBody.new(
18
- routing_identifier_type: 0224,
19
- routing_code_name: Libellé Code routage,
20
- administrative_status: null,
21
- address: null
22
- )
23
- ```
24
-
@@ -1,24 +0,0 @@
1
- # FactPulse::AFNORUpdatePutRoutingCodeBody
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **routing_identifier_type** | **String** | Routing Identifier type. | |
8
- | **routing_code_name** | **String** | Name of the directory line routing code. This attribute is only returned if the directory line is defined at the SIREN / SIRET / Routing code mesh. | |
9
- | **administrative_status** | [**AFNORRoutingCodeAdministrativeStatus**](AFNORRoutingCodeAdministrativeStatus.md) | | |
10
- | **address** | [**AFNORAddressPut**](AFNORAddressPut.md) | | [optional] |
11
-
12
- ## Example
13
-
14
- ```ruby
15
- require 'factpulse'
16
-
17
- instance = FactPulse::AFNORUpdatePutRoutingCodeBody.new(
18
- routing_identifier_type: 0224,
19
- routing_code_name: Libellé Code routage,
20
- administrative_status: null,
21
- address: null
22
- )
23
- ```
24
-
@@ -1,18 +0,0 @@
1
- # FactPulse::AFNORWebhookCallbackContent
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **flow_info** | [**AFNORFlow**](AFNORFlow.md) | | [optional] |
8
-
9
- ## Example
10
-
11
- ```ruby
12
- require 'factpulse'
13
-
14
- instance = FactPulse::AFNORWebhookCallbackContent.new(
15
- flow_info: null
16
- )
17
- ```
18
-
@@ -1,15 +0,0 @@
1
- # FactPulse::FactureElectroniqueModelsInvoiceTypeCode
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
-
8
- ## Example
9
-
10
- ```ruby
11
- require 'factpulse'
12
-
13
- instance = FactPulse::FactureElectroniqueModelsInvoiceTypeCode.new()
14
- ```
15
-
@@ -1,26 +0,0 @@
1
- # FactPulse::FactureElectroniqueRestApiSchemasChorusProChorusProCredentials
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **piste_client_id** | **String** | PISTE Client ID (government API portal) | |
8
- | **piste_client_secret** | **String** | PISTE Client Secret | |
9
- | **chorus_pro_login** | **String** | Chorus Pro login | |
10
- | **chorus_pro_password** | **String** | Chorus Pro password | |
11
- | **sandbox** | **Boolean** | Use sandbox environment (true) or production (false) | [optional][default to true] |
12
-
13
- ## Example
14
-
15
- ```ruby
16
- require 'factpulse'
17
-
18
- instance = FactPulse::FactureElectroniqueRestApiSchemasChorusProChorusProCredentials.new(
19
- piste_client_id: null,
20
- piste_client_secret: null,
21
- chorus_pro_login: null,
22
- chorus_pro_password: null,
23
- sandbox: null
24
- )
25
- ```
26
-
@@ -1,18 +0,0 @@
1
- # FactPulse::FactureElectroniqueRestApiSchemasValidationValidationErrorResponse
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **detail** | **Array<String>** | List of detected validation errors. | |
8
-
9
- ## Example
10
-
11
- ```ruby
12
- require 'factpulse'
13
-
14
- instance = FactPulse::FactureElectroniqueRestApiSchemasValidationValidationErrorResponse.new(
15
- detail: null
16
- )
17
- ```
18
-