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
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 188cc4d264d3d423f55d00dad79f071578f143fe43f66a3758d7131d3d18daec
4
- data.tar.gz: fb638e4b1c3223d98b42a30ee953b52d3e745503c245041f4f7d7c5c07ab3bb3
3
+ metadata.gz: cc0c8dfe403ef816489996c309687850b8ee16470643f5b934ebce3276120b25
4
+ data.tar.gz: 5e20cfc13e10bfd9c2f499d51eb1f0140a9ea9949de0bced9da39795ba6ac92c
5
5
  SHA512:
6
- metadata.gz: d6a4d89f719dc3119b8cb29434e9887813a1a6f3fbfcb1488ef7da72544720026d5f61621f40d1b96afa76f64e97da6d20e9f4db8be74f69e271abf76a455746
7
- data.tar.gz: d3eea42907d09ae0657731478130059c0cc512d765f469cee4f3b67230a5d96f5391daeb3301916d323cb4f09b546363d3634b2b7e724e0fec726e263610bd2d
6
+ metadata.gz: 59bd3419ab7b95c9b1c072dd7e59b761ac25c98de3d71deec1dd501e134f2a083930e69fcddce8e22a10aaddd3fe49e8353439243fa90d362d828a9016a9e266
7
+ data.tar.gz: baa96c1029996f3ef77cb99afe74c06fd358a53dad3473437e410936d717433192ddf7f3430ec0d7ea575fc7edb6327dd837bc88ab92a58e7e594ede859d462f
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.1.2] - 2026-02-24
10
+ ## [4.3.0] - 2026-03-03
11
11
 
12
- ### Fixed
13
- - api complétude
12
+ ### Changed
13
+ - Conformité AFNOR Z12-013 1.2.0
14
14
 
15
15
 
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
16
+ [Unreleased]: https://github.com/factpulse/sdk-ruby/compare/v4.3.0...HEAD
17
+ [4.3.0]: https://github.com/factpulse/sdk-ruby/releases/tag/v4.3.0
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- factpulse (4.1.2)
4
+ factpulse (4.3.0)
5
5
  typhoeus (~> 1.0, >= 1.0.1)
6
6
 
7
7
  GEM
@@ -42,7 +42,7 @@ GEM
42
42
  rspec-expectations (3.13.5)
43
43
  diff-lcs (>= 1.2.0, < 2.0)
44
44
  rspec-support (~> 3.13.0)
45
- rspec-mocks (3.13.7)
45
+ rspec-mocks (3.13.8)
46
46
  diff-lcs (>= 1.2.0, < 2.0)
47
47
  rspec-support (~> 3.13.0)
48
48
  rspec-support (3.13.7)
@@ -0,0 +1,20 @@
1
+ # FactPulse::AFNORBasicAuthentication
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **user_id** | **String** | | |
8
+ | **user_password** | **String** | | |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'factpulse'
14
+
15
+ instance = FactPulse::AFNORBasicAuthentication.new(
16
+ user_id: null,
17
+ user_password: null
18
+ )
19
+ ```
20
+
@@ -0,0 +1,49 @@
1
+ # FactPulse::AFNORCallbackAuthentication
2
+
3
+ ## Class instance methods
4
+
5
+ ### `openapi_one_of`
6
+
7
+ Returns the list of classes defined in oneOf.
8
+
9
+ #### Example
10
+
11
+ ```ruby
12
+ require 'factpulse'
13
+
14
+ FactPulse::AFNORCallbackAuthentication.openapi_one_of
15
+ # =>
16
+ # [
17
+ # :'AFNORBasicAuthentication',
18
+ # :'AFNOROAuth2Authentication'
19
+ # ]
20
+ ```
21
+
22
+ ### build
23
+
24
+ Find the appropriate object from the `openapi_one_of` list and casts the data into it.
25
+
26
+ #### Example
27
+
28
+ ```ruby
29
+ require 'factpulse'
30
+
31
+ FactPulse::AFNORCallbackAuthentication.build(data)
32
+ # => #<AFNORBasicAuthentication:0x00007fdd4aab02a0>
33
+
34
+ FactPulse::AFNORCallbackAuthentication.build(data_that_doesnt_match)
35
+ # => nil
36
+ ```
37
+
38
+ #### Parameters
39
+
40
+ | Name | Type | Description |
41
+ | ---- | ---- | ----------- |
42
+ | **data** | **Mixed** | data to be matched against the list of oneOf items |
43
+
44
+ #### Return type
45
+
46
+ - `AFNORBasicAuthentication`
47
+ - `AFNOROAuth2Authentication`
48
+ - `nil` (if no type matches)
49
+
@@ -0,0 +1,20 @@
1
+ # FactPulse::AFNORCallbackHeader
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **header_name** | **String** | | |
8
+ | **header_value** | **String** | | |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'factpulse'
14
+
15
+ instance = FactPulse::AFNORCallbackHeader.new(
16
+ header_name: null,
17
+ header_value: null
18
+ )
19
+ ```
20
+
@@ -0,0 +1,24 @@
1
+ # FactPulse::AFNORCallbackParameters
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **url** | **String** | | |
8
+ | **headers** | [**Array&lt;AFNORCallbackHeader&gt;**](AFNORCallbackHeader.md) | | [optional] |
9
+ | **authentication** | [**AFNORCallbackAuthentication**](AFNORCallbackAuthentication.md) | | [optional] |
10
+ | **signature** | [**AFNORCallbackSignature**](AFNORCallbackSignature.md) | | [optional] |
11
+
12
+ ## Example
13
+
14
+ ```ruby
15
+ require 'factpulse'
16
+
17
+ instance = FactPulse::AFNORCallbackParameters.new(
18
+ url: null,
19
+ headers: null,
20
+ authentication: null,
21
+ signature: null
22
+ )
23
+ ```
24
+
@@ -0,0 +1,20 @@
1
+ # FactPulse::AFNORCallbackSignature
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **algo** | [**AFNORAlgorithm**](AFNORAlgorithm.md) | | |
8
+ | **key** | **String** | Base 64 encoded string | |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'factpulse'
14
+
15
+ instance = FactPulse::AFNORCallbackSignature.new(
16
+ algo: null,
17
+ key: null
18
+ )
19
+ ```
20
+
@@ -1,4 +1,4 @@
1
- # FactPulse::AFNORFacilityNature
1
+ # FactPulse::AFNORContainsOrStrictOperator
2
2
 
3
3
  ## Properties
4
4
 
@@ -10,6 +10,6 @@
10
10
  ```ruby
11
11
  require 'factpulse'
12
12
 
13
- instance = FactPulse::AFNORFacilityNature.new()
13
+ instance = FactPulse::AFNORContainsOrStrictOperator.new()
14
14
  ```
15
15
 
@@ -0,0 +1,26 @@
1
+ # FactPulse::AFNORCoreFlowInfo
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **tracking_id** | **String** | The tracking id is an external identifier and is used to track the flow by the sender | [optional] |
8
+ | **name** | **String** | Name of the file | |
9
+ | **processing_rule** | [**AFNORProcessingRule**](AFNORProcessingRule.md) | | [optional] |
10
+ | **flow_syntax** | [**AFNORFlowSyntax**](AFNORFlowSyntax.md) | | |
11
+ | **flow_profile** | [**AFNORFlowProfile**](AFNORFlowProfile.md) | | [optional] |
12
+
13
+ ## Example
14
+
15
+ ```ruby
16
+ require 'factpulse'
17
+
18
+ instance = FactPulse::AFNORCoreFlowInfo.new(
19
+ tracking_id: null,
20
+ name: null,
21
+ processing_rule: null,
22
+ flow_syntax: null,
23
+ flow_profile: null
24
+ )
25
+ ```
26
+
@@ -1,16 +1,16 @@
1
- # FactPulse::AFNORDirectoryLinePayloadHistoryLegalUnitFacilityRoutingCode
1
+ # FactPulse::AFNORDirectoryLinePayloadLegalUnitFacilityRoutingCode
2
2
 
3
3
  ## Properties
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **addressing_identifier** | **String** | Addressing identifier of the directory line. | [optional] |
8
+ | **platform_type** | [**AFNORRecipientPlatformType**](AFNORRecipientPlatformType.md) | | [optional] |
8
9
  | **siren** | **String** | SIREN number | [optional] |
9
10
  | **siret** | **String** | SIRET Number | [optional] |
10
11
  | **addressing_suffix** | **String** | suffix of the directory line which defines an address mesh not attached to a facility | [optional] |
11
12
  | **routing_code** | [**AFNORDirectoryLinePayloadHistoryLegalUnitFacilityRoutingCodeRoutingCode**](AFNORDirectoryLinePayloadHistoryLegalUnitFacilityRoutingCodeRoutingCode.md) | | [optional] |
12
- | **platform** | [**AFNORDirectoryLinePayloadHistoryLegalUnitFacilityRoutingCodePlatform**](AFNORDirectoryLinePayloadHistoryLegalUnitFacilityRoutingCodePlatform.md) | | [optional] |
13
- | **legal_unit** | [**AFNORLegalUnitPayloadIncludedNoSiren**](AFNORLegalUnitPayloadIncludedNoSiren.md) | | [optional] |
13
+ | **legal_unit** | [**AFNORLegalUnitPayloadIncluded**](AFNORLegalUnitPayloadIncluded.md) | | [optional] |
14
14
  | **facility** | [**AFNORFacilityPayloadIncluded**](AFNORFacilityPayloadIncluded.md) | | [optional] |
15
15
 
16
16
  ## Example
@@ -18,13 +18,13 @@
18
18
  ```ruby
19
19
  require 'factpulse'
20
20
 
21
- instance = FactPulse::AFNORDirectoryLinePayloadHistoryLegalUnitFacilityRoutingCode.new(
21
+ instance = FactPulse::AFNORDirectoryLinePayloadLegalUnitFacilityRoutingCode.new(
22
22
  addressing_identifier: dcsc456sdcsdcs556,
23
+ platform_type: null,
23
24
  siren: 702042755,
24
25
  siret: 70204275500240,
25
26
  addressing_suffix: dcsc456sdcsdcs556,
26
27
  routing_code: null,
27
- platform: null,
28
28
  legal_unit: null,
29
29
  facility: null
30
30
  )
@@ -0,0 +1,34 @@
1
+ # FactPulse::AFNORDirectoryLinePayloadStatusLegalUnitFacilityRoutingCode
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **addressing_identifier** | **String** | Addressing identifier of the directory line. | [optional] |
8
+ | **platform_type** | [**AFNORRecipientPlatformType**](AFNORRecipientPlatformType.md) | | [optional] |
9
+ | **directory_line_status** | [**AFNORDirectoryLineStatus**](AFNORDirectoryLineStatus.md) | | [optional] |
10
+ | **siren** | **String** | SIREN number | [optional] |
11
+ | **siret** | **String** | SIRET Number | [optional] |
12
+ | **addressing_suffix** | **String** | suffix of the directory line which defines an address mesh not attached to a facility | [optional] |
13
+ | **routing_code** | [**AFNORDirectoryLinePayloadHistoryLegalUnitFacilityRoutingCodeRoutingCode**](AFNORDirectoryLinePayloadHistoryLegalUnitFacilityRoutingCodeRoutingCode.md) | | [optional] |
14
+ | **legal_unit** | [**AFNORLegalUnitPayloadIncluded**](AFNORLegalUnitPayloadIncluded.md) | | [optional] |
15
+ | **facility** | [**AFNORFacilityPayloadIncluded**](AFNORFacilityPayloadIncluded.md) | | [optional] |
16
+
17
+ ## Example
18
+
19
+ ```ruby
20
+ require 'factpulse'
21
+
22
+ instance = FactPulse::AFNORDirectoryLinePayloadStatusLegalUnitFacilityRoutingCode.new(
23
+ addressing_identifier: dcsc456sdcsdcs556,
24
+ platform_type: null,
25
+ directory_line_status: null,
26
+ siren: 702042755,
27
+ siret: 70204275500240,
28
+ addressing_suffix: dcsc456sdcsdcs556,
29
+ routing_code: null,
30
+ legal_unit: null,
31
+ facility: null
32
+ )
33
+ ```
34
+
@@ -6,7 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **search** | [**AFNORSearchDirectoryLine**](AFNORSearchDirectoryLine.md) | | [optional] |
8
8
  | **total_number_of_results** | **Integer** | The total number of results | [optional] |
9
- | **results** | [**Array&lt;AFNORDirectoryLinePayloadHistoryLegalUnitFacilityRoutingCode&gt;**](AFNORDirectoryLinePayloadHistoryLegalUnitFacilityRoutingCode.md) | | [optional] |
9
+ | **results** | [**Array&lt;AFNORDirectoryLinePayloadStatusLegalUnitFacilityRoutingCode&gt;**](AFNORDirectoryLinePayloadStatusLegalUnitFacilityRoutingCode.md) | | [optional] |
10
10
 
11
11
  ## Example
12
12
 
@@ -1,4 +1,4 @@
1
- # FactPulse::AFNORDiffusionStatus
1
+ # FactPulse::AFNORDirectoryLineStatus
2
2
 
3
3
  ## Properties
4
4
 
@@ -10,6 +10,6 @@
10
10
  ```ruby
11
11
  require 'factpulse'
12
12
 
13
- instance = FactPulse::AFNORDiffusionStatus.new()
13
+ instance = FactPulse::AFNORDirectoryLineStatus.new()
14
14
  ```
15
15
 
data/docs/AFNORError.md CHANGED
@@ -4,9 +4,9 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **error_code** | **String** | Short numerical or alphanumerical code that identifies precisely a unique error. | |
8
+ | **error_message** | **String** | Contains information on the error. Not intended to be displayed to an end user. For security reasons, a tradeoff between clarity &amp; security shall be found. | [optional] |
7
9
  | **type** | **String** | | [optional][default to &#39;about:blank&#39;] |
8
- | **message** | **String** | | [optional] |
9
- | **status** | **Integer** | The HTTP status code generated by the origin server for this occurrence of the problem. | [optional] |
10
10
  | **details** | **String** | | [optional] |
11
11
  | **instance** | **String** | | [optional] |
12
12
 
@@ -16,9 +16,9 @@
16
16
  require 'factpulse'
17
17
 
18
18
  instance = FactPulse::AFNORError.new(
19
+ error_code: MISSING_REQUIRED_FIELD,
20
+ error_message: Invalid request format,
19
21
  type: /path/reference-url,
20
- message: Error message,
21
- status: null,
22
22
  details: Error detailed description,
23
23
  instance: /chemin/url-de-reference#instance-du-contexte
24
24
  )
@@ -8,11 +8,11 @@
8
8
  | **siren** | **String** | SIREN number | [optional] |
9
9
  | **name** | **String** | business name | [optional] |
10
10
  | **facility_type** | [**AFNORFacilityType**](AFNORFacilityType.md) | | [optional] |
11
- | **diffusible** | [**AFNORDiffusionStatus**](AFNORDiffusionStatus.md) | | [optional] |
12
11
  | **administrative_status** | [**AFNORFacilityAdministrativeStatus**](AFNORFacilityAdministrativeStatus.md) | | [optional] |
12
+ | **siret_instructions** | [**AFNORSiretInstructions**](AFNORSiretInstructions.md) | | [optional] |
13
13
  | **address** | [**AFNORAddressRead**](AFNORAddressRead.md) | | [optional] |
14
14
  | **b2g_additional_data** | [**AFNORFacilityPayloadHistoryUleB2gAdditionalData**](AFNORFacilityPayloadHistoryUleB2gAdditionalData.md) | | [optional] |
15
- | **legal_unit** | [**AFNORLegalUnitPayloadIncludedNoSiren**](AFNORLegalUnitPayloadIncludedNoSiren.md) | | [optional] |
15
+ | **legal_unit** | [**AFNORLegalUnitPayloadIncluded**](AFNORLegalUnitPayloadIncluded.md) | | [optional] |
16
16
 
17
17
  ## Example
18
18
 
@@ -24,8 +24,8 @@ instance = FactPulse::AFNORFacilityPayloadHistory.new(
24
24
  siren: 702042755,
25
25
  name: Boulangerie Pascale,
26
26
  facility_type: null,
27
- diffusible: null,
28
27
  administrative_status: null,
28
+ siret_instructions: null,
29
29
  address: null,
30
30
  b2g_additional_data: null,
31
31
  legal_unit: null
@@ -8,7 +8,6 @@
8
8
  | **siren** | **String** | SIREN number | [optional] |
9
9
  | **name** | **String** | business name | [optional] |
10
10
  | **facility_type** | [**AFNORFacilityType**](AFNORFacilityType.md) | | [optional] |
11
- | **diffusible** | [**AFNORDiffusionStatus**](AFNORDiffusionStatus.md) | | [optional] |
12
11
  | **administrative_status** | [**AFNORFacilityAdministrativeStatus**](AFNORFacilityAdministrativeStatus.md) | | [optional] |
13
12
  | **address** | [**AFNORAddressRead**](AFNORAddressRead.md) | | [optional] |
14
13
  | **b2g_additional_data** | [**AFNORFacilityPayloadHistoryUleB2gAdditionalData**](AFNORFacilityPayloadHistoryUleB2gAdditionalData.md) | | [optional] |
@@ -23,7 +22,6 @@ instance = FactPulse::AFNORFacilityPayloadIncluded.new(
23
22
  siren: 702042755,
24
23
  name: Boulangerie Pascale,
25
24
  facility_type: null,
26
- diffusible: null,
27
25
  administrative_status: null,
28
26
  address: null,
29
27
  b2g_additional_data: null
data/docs/AFNORFlow.md CHANGED
@@ -4,17 +4,18 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **submitted_at** | **Time** | The flow submission date and time (the date and time when the flow was created on the system) | [optional] |
8
- | **updated_at** | **Time** | The last update date and time of the flow. When the flow is submitted updatedAt is equal to submittedAt. When the flow acknowledgment status is changed updatedAt date and time is updated. | [optional] |
9
- | **flow_id** | **String** | Unique identifier supporting UUID but not only, for flexibility purpose | [optional] |
10
- | **tracking_id** | **String** | Unique identifier supporting UUID but not only, for flexibility purpose | [optional] |
11
- | **flow_type** | [**AFNORFlowType**](AFNORFlowType.md) | | [optional] |
7
+ | **tracking_id** | **String** | The tracking id is an external identifier and is used to track the flow by the sender | [optional] |
8
+ | **name** | **String** | Name of the file | |
12
9
  | **processing_rule** | [**AFNORProcessingRule**](AFNORProcessingRule.md) | | [optional] |
13
- | **processing_rule_source** | **String** | Says whether the processing rule has been computed or the processing rule was an input parameter | [optional] |
14
- | **flow_direction** | [**AFNORFlowDirection**](AFNORFlowDirection.md) | | [optional] |
15
- | **flow_syntax** | [**AFNORFlowSyntax**](AFNORFlowSyntax.md) | | [optional] |
10
+ | **flow_syntax** | [**AFNORFlowSyntax**](AFNORFlowSyntax.md) | | |
16
11
  | **flow_profile** | [**AFNORFlowProfile**](AFNORFlowProfile.md) | | [optional] |
17
- | **acknowledgement** | [**AFNORAcknowledgement**](AFNORAcknowledgement.md) | | [optional] |
12
+ | **flow_id** | **String** | Unique identifier supporting UUID but not only, for flexibility purpose | |
13
+ | **submitted_at** | **Time** | The flow submission date and time (the date and time when the flow was created on the system) This property should be used by the API consumer as a time reference to avoid clock synchronization issues | |
14
+ | **updated_at** | **Time** | The last update date and time of the flow. When the flow is submitted updatedAt is equal to submittedAt. When the flow acknowledgment status is changed updatedAt date and time is updated. | |
15
+ | **flow_type** | [**AFNORFlowType**](AFNORFlowType.md) | | |
16
+ | **processing_rule_source** | **String** | Says whether the processing rule has been computed or the processing rule was an input parameter | |
17
+ | **flow_direction** | [**AFNORFlowDirection**](AFNORFlowDirection.md) | | |
18
+ | **acknowledgement** | [**AFNORAcknowledgement**](AFNORAcknowledgement.md) | | |
18
19
 
19
20
  ## Example
20
21
 
@@ -22,16 +23,17 @@
22
23
  require 'factpulse'
23
24
 
24
25
  instance = FactPulse::AFNORFlow.new(
26
+ tracking_id: null,
27
+ name: null,
28
+ processing_rule: null,
29
+ flow_syntax: null,
30
+ flow_profile: null,
31
+ flow_id: null,
25
32
  submitted_at: null,
26
33
  updated_at: null,
27
- flow_id: null,
28
- tracking_id: null,
29
34
  flow_type: null,
30
- processing_rule: null,
31
35
  processing_rule_source: null,
32
36
  flow_direction: null,
33
- flow_syntax: null,
34
- flow_profile: null,
35
37
  acknowledgement: null
36
38
  )
37
39
  ```
@@ -0,0 +1,26 @@
1
+ # FactPulse::AFNORFlowExtension
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **updated_at** | **Time** | The last update date and time of the flow. When the flow is submitted updatedAt is equal to submittedAt. When the flow acknowledgment status is changed updatedAt date and time is updated. | |
8
+ | **flow_type** | [**AFNORFlowType**](AFNORFlowType.md) | | |
9
+ | **processing_rule_source** | **String** | Says whether the processing rule has been computed or the processing rule was an input parameter | |
10
+ | **flow_direction** | [**AFNORFlowDirection**](AFNORFlowDirection.md) | | |
11
+ | **acknowledgement** | [**AFNORAcknowledgement**](AFNORAcknowledgement.md) | | |
12
+
13
+ ## Example
14
+
15
+ ```ruby
16
+ require 'factpulse'
17
+
18
+ instance = FactPulse::AFNORFlowExtension.new(
19
+ updated_at: null,
20
+ flow_type: null,
21
+ processing_rule_source: null,
22
+ flow_direction: null,
23
+ acknowledgement: null
24
+ )
25
+ ```
26
+
@@ -4,12 +4,12 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **tracking_id** | **String** | Unique identifier supporting UUID but not only, for flexibility purpose | [optional] |
8
- | **name** | **String** | Name of the file | [optional] |
7
+ | **tracking_id** | **String** | The tracking id is an external identifier and is used to track the flow by the sender | [optional] |
8
+ | **name** | **String** | Name of the file | |
9
9
  | **processing_rule** | [**AFNORProcessingRule**](AFNORProcessingRule.md) | | [optional] |
10
10
  | **flow_syntax** | [**AFNORFlowSyntax**](AFNORFlowSyntax.md) | | |
11
11
  | **flow_profile** | [**AFNORFlowProfile**](AFNORFlowProfile.md) | | [optional] |
12
- | **sha256** | **String** | | [optional] |
12
+ | **sha256** | **String** | The sha256 is the fingerprint of the attached file: - if provided in the request: it should be checked once received - if not provided in the request: it may be computed and returned in the response | [optional] |
13
13
 
14
14
  ## Example
15
15
 
@@ -0,0 +1,18 @@
1
+ # FactPulse::AFNORFlowInfoExtension
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **sha256** | **String** | The sha256 is the fingerprint of the attached file: - if provided in the request: it should be checked once received - if not provided in the request: it may be computed and returned in the response | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'factpulse'
13
+
14
+ instance = FactPulse::AFNORFlowInfoExtension.new(
15
+ sha256: null
16
+ )
17
+ ```
18
+
@@ -4,14 +4,14 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **tracking_id** | **String** | Unique identifier supporting UUID but not only, for flexibility purpose | [optional] |
8
- | **name** | **String** | Name of the file | [optional] |
7
+ | **flow_id** | **String** | Unique identifier supporting UUID but not only, for flexibility purpose | |
8
+ | **submitted_at** | **Time** | The flow submission date and time (the date and time when the flow was created on the system) This property should be used by the API consumer as a time reference to avoid clock synchronization issues | |
9
+ | **tracking_id** | **String** | The tracking id is an external identifier and is used to track the flow by the sender | [optional] |
10
+ | **name** | **String** | Name of the file | |
9
11
  | **processing_rule** | [**AFNORProcessingRule**](AFNORProcessingRule.md) | | [optional] |
10
12
  | **flow_syntax** | [**AFNORFlowSyntax**](AFNORFlowSyntax.md) | | |
11
13
  | **flow_profile** | [**AFNORFlowProfile**](AFNORFlowProfile.md) | | [optional] |
12
- | **sha256** | **String** | | [optional] |
13
- | **flow_id** | **String** | Unique identifier supporting UUID but not only, for flexibility purpose | [optional] |
14
- | **submitted_at** | **Time** | The flow submission date and time (the date and time when the flow was created on the system) This property should be used by the API consumer as a time reference to avoid clock synchronization issues | [optional] |
14
+ | **sha256** | **String** | The sha256 is the fingerprint of the attached file: - if provided in the request: it should be checked once received - if not provided in the request: it may be computed and returned in the response | [optional] |
15
15
 
16
16
  ## Example
17
17
 
@@ -19,14 +19,14 @@
19
19
  require 'factpulse'
20
20
 
21
21
  instance = FactPulse::AFNORFullFlowInfo.new(
22
+ flow_id: null,
23
+ submitted_at: null,
22
24
  tracking_id: null,
23
25
  name: null,
24
26
  processing_rule: null,
25
27
  flow_syntax: null,
26
28
  flow_profile: null,
27
- sha256: null,
28
- flow_id: null,
29
- submitted_at: null
29
+ sha256: null
30
30
  )
31
31
  ```
32
32
 
@@ -0,0 +1,20 @@
1
+ # FactPulse::AFNORFullFlowInfoExtension
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **flow_id** | **String** | Unique identifier supporting UUID but not only, for flexibility purpose | |
8
+ | **submitted_at** | **Time** | The flow submission date and time (the date and time when the flow was created on the system) This property should be used by the API consumer as a time reference to avoid clock synchronization issues | |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'factpulse'
14
+
15
+ instance = FactPulse::AFNORFullFlowInfoExtension.new(
16
+ flow_id: null,
17
+ submitted_at: null
18
+ )
19
+ ```
20
+
@@ -8,6 +8,7 @@
8
8
  | **business_name** | **String** | Business name | [optional] |
9
9
  | **entity_type** | [**AFNOREntityType**](AFNOREntityType.md) | | [optional] |
10
10
  | **administrative_status** | [**AFNORLegalUnitAdministrativeStatus**](AFNORLegalUnitAdministrativeStatus.md) | | [optional] |
11
+ | **instructions** | [**AFNORSirenInstructions**](AFNORSirenInstructions.md) | | [optional] |
11
12
 
12
13
  ## Example
13
14
 
@@ -18,7 +19,8 @@ instance = FactPulse::AFNORLegalUnitPayloadHistory.new(
18
19
  siren: 702042755,
19
20
  business_name: Boulangerie Pascale,
20
21
  entity_type: null,
21
- administrative_status: null
22
+ administrative_status: null,
23
+ instructions: null
22
24
  )
23
25
  ```
24
26
 
@@ -0,0 +1,22 @@
1
+ # FactPulse::AFNOROAuth2Authentication
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **token_url** | **String** | | |
8
+ | **client_id** | **String** | | |
9
+ | **client_secret** | **String** | | |
10
+
11
+ ## Example
12
+
13
+ ```ruby
14
+ require 'factpulse'
15
+
16
+ instance = FactPulse::AFNOROAuth2Authentication.new(
17
+ token_url: null,
18
+ client_id: null,
19
+ client_secret: null
20
+ )
21
+ ```
22
+