factpulse 2.0.35 → 2.0.36
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 +3 -3
- data/Gemfile.lock +1 -1
- data/docs/BoundingBoxSchema.md +30 -0
- data/docs/CadreDeFacturation.md +2 -0
- data/docs/ChampVerifieSchema.md +34 -0
- data/docs/DimensionPageSchema.md +20 -0
- data/docs/DirectionFlux.md +15 -0
- data/docs/FluxResume.md +32 -0
- data/docs/LigneDeTVA.md +5 -1
- data/docs/NatureOperation.md +15 -0
- data/docs/NoteObligatoireSchema.md +30 -0
- data/docs/PDPCredentials.md +26 -0
- data/docs/ProfilFlux.md +15 -0
- data/docs/ReponseHealthcheckAFNOR.md +22 -0
- data/docs/ReponseRechercheFlux.md +24 -0
- data/docs/ReponseSoumissionFlux.md +30 -0
- data/docs/ReponseVerificationSucces.md +36 -0
- data/docs/RequeteRechercheFlux.md +34 -0
- data/docs/RequeteSoumissionFlux.md +28 -0
- data/docs/StatutAcquittement.md +15 -0
- data/docs/StatutChampAPI.md +15 -0
- data/docs/SyntaxeFlux.md +15 -0
- data/docs/TraitementFactureApi.md +2 -2
- data/docs/TypeFlux.md +15 -0
- data/docs/VrificationPDFXMLApi.md +435 -0
- data/lib/factpulse/api/traitement_facture_api.rb +4 -4
- data/lib/factpulse/api/vrification_pdfxml_api.rb +430 -0
- data/lib/factpulse/helpers/client.rb +2 -1
- data/lib/factpulse/models/bounding_box_schema.rb +332 -0
- data/lib/factpulse/models/cadre_de_facturation.rb +12 -2
- data/lib/factpulse/models/champ_verifie_schema.rb +334 -0
- data/lib/factpulse/models/dimension_page_schema.rb +193 -0
- data/lib/factpulse/models/direction_flux.rb +40 -0
- data/lib/factpulse/models/flux_resume.rb +251 -0
- data/lib/factpulse/models/ligne_de_tva.rb +26 -6
- data/lib/factpulse/models/nature_operation.rb +66 -0
- data/lib/factpulse/models/note_obligatoire_schema.rb +265 -0
- data/lib/factpulse/models/pdp_credentials.rb +257 -0
- data/lib/factpulse/models/profil_flux.rb +41 -0
- data/lib/factpulse/models/reponse_healthcheck_afnor.rb +220 -0
- data/lib/factpulse/models/reponse_recherche_flux.rb +249 -0
- data/lib/factpulse/models/reponse_soumission_flux.rb +294 -0
- data/lib/factpulse/models/reponse_verification_succes.rb +343 -0
- data/lib/factpulse/models/requete_recherche_flux.rb +306 -0
- data/lib/factpulse/models/requete_soumission_flux.rb +238 -0
- data/lib/factpulse/models/statut_acquittement.rb +41 -0
- data/lib/factpulse/models/statut_champ_api.rb +43 -0
- data/lib/factpulse/models/syntaxe_flux.rb +43 -0
- data/lib/factpulse/models/type_flux.rb +43 -0
- data/lib/factpulse/version.rb +1 -1
- data/lib/factpulse.rb +20 -0
- metadata +42 -2
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: 2.0.
|
|
4
|
+
version: 2.0.36
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenAPI-Generator
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-12-
|
|
11
|
+
date: 2025-12-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|
|
@@ -128,9 +128,11 @@ files:
|
|
|
128
128
|
- docs/APIError.md
|
|
129
129
|
- docs/AdresseElectronique.md
|
|
130
130
|
- docs/AdressePostale.md
|
|
131
|
+
- docs/BoundingBoxSchema.md
|
|
131
132
|
- docs/CadreDeFacturation.md
|
|
132
133
|
- docs/CategorieTVA.md
|
|
133
134
|
- docs/CertificateInfoResponse.md
|
|
135
|
+
- docs/ChampVerifieSchema.md
|
|
134
136
|
- docs/ChorusProApi.md
|
|
135
137
|
- docs/ChorusProCredentials.md
|
|
136
138
|
- docs/CodeCadreFacturation.md
|
|
@@ -145,12 +147,15 @@ files:
|
|
|
145
147
|
- docs/Destination.md
|
|
146
148
|
- docs/DestinationAFNOR.md
|
|
147
149
|
- docs/DestinationChorusPro.md
|
|
150
|
+
- docs/DimensionPageSchema.md
|
|
151
|
+
- docs/DirectionFlux.md
|
|
148
152
|
- docs/DonneesFactureSimplifiees.md
|
|
149
153
|
- docs/ErrorLevel.md
|
|
150
154
|
- docs/ErrorSource.md
|
|
151
155
|
- docs/FactureEnrichieInfo.md
|
|
152
156
|
- docs/FactureEntrante.md
|
|
153
157
|
- docs/FactureFacturX.md
|
|
158
|
+
- docs/FluxResume.md
|
|
154
159
|
- docs/FormatFacture.md
|
|
155
160
|
- docs/FormatSortie.md
|
|
156
161
|
- docs/Fournisseur.md
|
|
@@ -177,23 +182,33 @@ files:
|
|
|
177
182
|
- docs/MontantTvaLigne.md
|
|
178
183
|
- docs/MontantTvaTotal.md
|
|
179
184
|
- docs/MontantUnitaireHt.md
|
|
185
|
+
- docs/NatureOperation.md
|
|
180
186
|
- docs/Note.md
|
|
187
|
+
- docs/NoteObligatoireSchema.md
|
|
181
188
|
- docs/ObtenirIdChorusProRequest.md
|
|
182
189
|
- docs/ObtenirIdChorusProResponse.md
|
|
183
190
|
- docs/OptionsProcessing.md
|
|
184
191
|
- docs/PDFFacturXInfo.md
|
|
192
|
+
- docs/PDPCredentials.md
|
|
185
193
|
- docs/ParametresSignature.md
|
|
186
194
|
- docs/ParametresStructure.md
|
|
187
195
|
- docs/PieceJointeComplementaire.md
|
|
188
196
|
- docs/ProfilAPI.md
|
|
197
|
+
- docs/ProfilFlux.md
|
|
189
198
|
- docs/Quantite.md
|
|
190
199
|
- docs/RechercherServicesResponse.md
|
|
191
200
|
- docs/RechercherStructureRequest.md
|
|
192
201
|
- docs/RechercherStructureResponse.md
|
|
193
202
|
- docs/References.md
|
|
203
|
+
- docs/ReponseHealthcheckAFNOR.md
|
|
204
|
+
- docs/ReponseRechercheFlux.md
|
|
205
|
+
- docs/ReponseSoumissionFlux.md
|
|
194
206
|
- docs/ReponseTache.md
|
|
195
207
|
- docs/ReponseValidationErreur.md
|
|
196
208
|
- docs/ReponseValidationSucces.md
|
|
209
|
+
- docs/ReponseVerificationSucces.md
|
|
210
|
+
- docs/RequeteRechercheFlux.md
|
|
211
|
+
- docs/RequeteSoumissionFlux.md
|
|
197
212
|
- docs/ResultatAFNOR.md
|
|
198
213
|
- docs/ResultatChorusPro.md
|
|
199
214
|
- docs/ResultatValidationPDFAPI.md
|
|
@@ -205,20 +220,25 @@ files:
|
|
|
205
220
|
- docs/SoumettreFactureCompleteResponse.md
|
|
206
221
|
- docs/SoumettreFactureRequest.md
|
|
207
222
|
- docs/SoumettreFactureResponse.md
|
|
223
|
+
- docs/StatutAcquittement.md
|
|
208
224
|
- docs/StatutCelery.md
|
|
225
|
+
- docs/StatutChampAPI.md
|
|
209
226
|
- docs/StatutFacture.md
|
|
210
227
|
- docs/StatutTache.md
|
|
211
228
|
- docs/StructureInfo.md
|
|
229
|
+
- docs/SyntaxeFlux.md
|
|
212
230
|
- docs/Tauxmanuel.md
|
|
213
231
|
- docs/TraitementFactureApi.md
|
|
214
232
|
- docs/TypeDocument.md
|
|
215
233
|
- docs/TypeFacture.md
|
|
234
|
+
- docs/TypeFlux.md
|
|
216
235
|
- docs/TypeTVA.md
|
|
217
236
|
- docs/Unite.md
|
|
218
237
|
- docs/UtilisateurApi.md
|
|
219
238
|
- docs/ValidationError.md
|
|
220
239
|
- docs/ValidationErrorDetail.md
|
|
221
240
|
- docs/ValidationErrorLocInner.md
|
|
241
|
+
- docs/VrificationPDFXMLApi.md
|
|
222
242
|
- factpulse.gemspec
|
|
223
243
|
- git_push.sh
|
|
224
244
|
- lib/factpulse.rb
|
|
@@ -229,6 +249,7 @@ files:
|
|
|
229
249
|
- lib/factpulse/api/sant_api.rb
|
|
230
250
|
- lib/factpulse/api/traitement_facture_api.rb
|
|
231
251
|
- lib/factpulse/api/utilisateur_api.rb
|
|
252
|
+
- lib/factpulse/api/vrification_pdfxml_api.rb
|
|
232
253
|
- lib/factpulse/api_client.rb
|
|
233
254
|
- lib/factpulse/api_error.rb
|
|
234
255
|
- lib/factpulse/api_model_base.rb
|
|
@@ -239,9 +260,11 @@ files:
|
|
|
239
260
|
- lib/factpulse/models/adresse_electronique.rb
|
|
240
261
|
- lib/factpulse/models/adresse_postale.rb
|
|
241
262
|
- lib/factpulse/models/api_error.rb
|
|
263
|
+
- lib/factpulse/models/bounding_box_schema.rb
|
|
242
264
|
- lib/factpulse/models/cadre_de_facturation.rb
|
|
243
265
|
- lib/factpulse/models/categorie_tva.rb
|
|
244
266
|
- lib/factpulse/models/certificate_info_response.rb
|
|
267
|
+
- lib/factpulse/models/champ_verifie_schema.rb
|
|
245
268
|
- lib/factpulse/models/chorus_pro_credentials.rb
|
|
246
269
|
- lib/factpulse/models/code_cadre_facturation.rb
|
|
247
270
|
- lib/factpulse/models/code_raison_reduction.rb
|
|
@@ -255,12 +278,15 @@ files:
|
|
|
255
278
|
- lib/factpulse/models/destination.rb
|
|
256
279
|
- lib/factpulse/models/destination_afnor.rb
|
|
257
280
|
- lib/factpulse/models/destination_chorus_pro.rb
|
|
281
|
+
- lib/factpulse/models/dimension_page_schema.rb
|
|
282
|
+
- lib/factpulse/models/direction_flux.rb
|
|
258
283
|
- lib/factpulse/models/donnees_facture_simplifiees.rb
|
|
259
284
|
- lib/factpulse/models/error_level.rb
|
|
260
285
|
- lib/factpulse/models/error_source.rb
|
|
261
286
|
- lib/factpulse/models/facture_enrichie_info.rb
|
|
262
287
|
- lib/factpulse/models/facture_entrante.rb
|
|
263
288
|
- lib/factpulse/models/facture_factur_x.rb
|
|
289
|
+
- lib/factpulse/models/flux_resume.rb
|
|
264
290
|
- lib/factpulse/models/format_facture.rb
|
|
265
291
|
- lib/factpulse/models/format_sortie.rb
|
|
266
292
|
- lib/factpulse/models/fournisseur.rb
|
|
@@ -287,23 +313,33 @@ files:
|
|
|
287
313
|
- lib/factpulse/models/montant_tva_ligne.rb
|
|
288
314
|
- lib/factpulse/models/montant_tva_total.rb
|
|
289
315
|
- lib/factpulse/models/montant_unitaire_ht.rb
|
|
316
|
+
- lib/factpulse/models/nature_operation.rb
|
|
290
317
|
- lib/factpulse/models/note.rb
|
|
318
|
+
- lib/factpulse/models/note_obligatoire_schema.rb
|
|
291
319
|
- lib/factpulse/models/obtenir_id_chorus_pro_request.rb
|
|
292
320
|
- lib/factpulse/models/obtenir_id_chorus_pro_response.rb
|
|
293
321
|
- lib/factpulse/models/options_processing.rb
|
|
294
322
|
- lib/factpulse/models/parametres_signature.rb
|
|
295
323
|
- lib/factpulse/models/parametres_structure.rb
|
|
296
324
|
- lib/factpulse/models/pdf_factur_x_info.rb
|
|
325
|
+
- lib/factpulse/models/pdp_credentials.rb
|
|
297
326
|
- lib/factpulse/models/piece_jointe_complementaire.rb
|
|
298
327
|
- lib/factpulse/models/profil_api.rb
|
|
328
|
+
- lib/factpulse/models/profil_flux.rb
|
|
299
329
|
- lib/factpulse/models/quantite.rb
|
|
300
330
|
- lib/factpulse/models/rechercher_services_response.rb
|
|
301
331
|
- lib/factpulse/models/rechercher_structure_request.rb
|
|
302
332
|
- lib/factpulse/models/rechercher_structure_response.rb
|
|
303
333
|
- lib/factpulse/models/references.rb
|
|
334
|
+
- lib/factpulse/models/reponse_healthcheck_afnor.rb
|
|
335
|
+
- lib/factpulse/models/reponse_recherche_flux.rb
|
|
336
|
+
- lib/factpulse/models/reponse_soumission_flux.rb
|
|
304
337
|
- lib/factpulse/models/reponse_tache.rb
|
|
305
338
|
- lib/factpulse/models/reponse_validation_erreur.rb
|
|
306
339
|
- lib/factpulse/models/reponse_validation_succes.rb
|
|
340
|
+
- lib/factpulse/models/reponse_verification_succes.rb
|
|
341
|
+
- lib/factpulse/models/requete_recherche_flux.rb
|
|
342
|
+
- lib/factpulse/models/requete_soumission_flux.rb
|
|
307
343
|
- lib/factpulse/models/resultat_afnor.rb
|
|
308
344
|
- lib/factpulse/models/resultat_chorus_pro.rb
|
|
309
345
|
- lib/factpulse/models/resultat_validation_pdfapi.rb
|
|
@@ -314,13 +350,17 @@ files:
|
|
|
314
350
|
- lib/factpulse/models/soumettre_facture_complete_response.rb
|
|
315
351
|
- lib/factpulse/models/soumettre_facture_request.rb
|
|
316
352
|
- lib/factpulse/models/soumettre_facture_response.rb
|
|
353
|
+
- lib/factpulse/models/statut_acquittement.rb
|
|
317
354
|
- lib/factpulse/models/statut_celery.rb
|
|
355
|
+
- lib/factpulse/models/statut_champ_api.rb
|
|
318
356
|
- lib/factpulse/models/statut_facture.rb
|
|
319
357
|
- lib/factpulse/models/statut_tache.rb
|
|
320
358
|
- lib/factpulse/models/structure_info.rb
|
|
359
|
+
- lib/factpulse/models/syntaxe_flux.rb
|
|
321
360
|
- lib/factpulse/models/tauxmanuel.rb
|
|
322
361
|
- lib/factpulse/models/type_document.rb
|
|
323
362
|
- lib/factpulse/models/type_facture.rb
|
|
363
|
+
- lib/factpulse/models/type_flux.rb
|
|
324
364
|
- lib/factpulse/models/type_tva.rb
|
|
325
365
|
- lib/factpulse/models/unite.rb
|
|
326
366
|
- lib/factpulse/models/validation_error.rb
|