invoicetronic_sdk 1.2 → 1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +1 -1
- data/Gemfile.lock +19 -17
- data/README.md +13 -62
- data/Rakefile +0 -5
- data/docs/CompanyApi.md +74 -37
- data/docs/Event.md +2 -0
- data/docs/ExportApi.md +85 -0
- data/docs/HealthApi.md +68 -0
- data/docs/LogApi.md +5 -15
- data/docs/ModelSend.md +3 -1
- data/docs/Receive.md +3 -1
- data/docs/ReceiveApi.md +71 -23
- data/docs/SendApi.md +103 -103
- data/docs/StatusApi.md +1 -7
- data/docs/UpdateApi.md +4 -16
- data/docs/WebHook.md +1 -1
- data/docs/WebhookApi.md +7 -49
- data/invoicetronic_sdk.gemspec +2 -2
- data/lib/invoicetronic_sdk/api/company_api.rb +75 -9
- data/lib/invoicetronic_sdk/api/export_api.rb +100 -0
- data/lib/invoicetronic_sdk/api/health_api.rb +77 -0
- data/lib/invoicetronic_sdk/api/log_api.rb +7 -4
- data/lib/invoicetronic_sdk/api/receive_api.rb +73 -7
- data/lib/invoicetronic_sdk/api/send_api.rb +117 -51
- data/lib/invoicetronic_sdk/api/status_api.rb +3 -3
- data/lib/invoicetronic_sdk/api/update_api.rb +8 -8
- data/lib/invoicetronic_sdk/api/webhook_api.rb +9 -9
- data/lib/invoicetronic_sdk/api_client.rb +3 -3
- data/lib/invoicetronic_sdk/api_error.rb +2 -2
- data/lib/invoicetronic_sdk/api_model_base.rb +2 -2
- data/lib/invoicetronic_sdk/configuration.rb +2 -2
- data/lib/invoicetronic_sdk/models/company.rb +2 -2
- data/lib/invoicetronic_sdk/models/document_data.rb +2 -2
- data/lib/invoicetronic_sdk/models/error.rb +2 -2
- data/lib/invoicetronic_sdk/models/event.rb +30 -3
- data/lib/invoicetronic_sdk/models/model_send.rb +16 -4
- data/lib/invoicetronic_sdk/models/problem_details.rb +2 -2
- data/lib/invoicetronic_sdk/models/receive.rb +16 -4
- data/lib/invoicetronic_sdk/models/send_reduced.rb +2 -2
- data/lib/invoicetronic_sdk/models/status.rb +3 -2
- data/lib/invoicetronic_sdk/models/update.rb +3 -2
- data/lib/invoicetronic_sdk/models/web_hook.rb +4 -3
- data/lib/invoicetronic_sdk/models/web_hook_history.rb +2 -2
- data/lib/invoicetronic_sdk/version.rb +3 -3
- data/lib/invoicetronic_sdk.rb +4 -50
- data/spec/api/company_api_spec.rb +16 -3
- data/spec/api/export_api_spec.rb +53 -0
- data/spec/{models/dati_pagamento_spec.rb → api/health_api_spec.rb} +19 -15
- data/spec/api/log_api_spec.rb +3 -2
- data/spec/api/receive_api_spec.rb +16 -3
- data/spec/api/send_api_spec.rb +20 -7
- data/spec/api/status_api_spec.rb +2 -2
- data/spec/api/update_api_spec.rb +4 -4
- data/spec/api/webhook_api_spec.rb +2 -2
- data/spec/models/company_spec.rb +2 -2
- data/spec/models/document_data_spec.rb +2 -2
- data/spec/models/error_spec.rb +2 -2
- data/spec/models/event_spec.rb +8 -2
- data/spec/models/model_send_spec.rb +8 -2
- data/spec/models/problem_details_spec.rb +2 -2
- data/spec/models/receive_spec.rb +8 -2
- data/spec/models/send_reduced_spec.rb +2 -2
- data/spec/models/status_spec.rb +2 -2
- data/spec/models/update_spec.rb +2 -2
- data/spec/models/web_hook_history_spec.rb +2 -2
- data/spec/models/web_hook_spec.rb +2 -2
- data/spec/spec_helper.rb +2 -2
- data/vendor/bundle/ruby/3.3.0/cache/ethon-0.18.0.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/ffi-1.17.4-x86_64-linux-gnu.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/logger-1.7.0.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/parser-3.3.11.1.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/rspec-mocks-3.13.8.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/typhoeus-1.6.0.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/byebug-13.0.0/byebug/byebug.so +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/byebug-13.0.0/gem_make.out +6 -6
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/date-3.5.1/date_core.so +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/date-3.5.1/gem_make.out +6 -6
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/date-3.5.1/mkmf.log +4 -4
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/io-console-0.8.2/gem_make.out +6 -6
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/io-console-0.8.2/io/console.so +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/io-console-0.8.2/mkmf.log +16 -16
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/jaro_winkler-1.5.6/gem_make.out +6 -6
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/jaro_winkler-1.5.6/jaro_winkler/jaro_winkler_ext.so +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/psych-5.3.1/gem_make.out +6 -6
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/psych-5.3.1/mkmf.log +7 -7
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/psych-5.3.1/psych.so +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/racc-1.8.1/gem_make.out +6 -6
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/racc-1.8.1/racc/cparse.so +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/stringio-3.2.0/gem_make.out +6 -6
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/stringio-3.2.0/mkmf.log +2 -2
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/stringio-3.2.0/stringio.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/byebug-13.0.0/ext/byebug/Makefile +3 -3
- data/vendor/bundle/ruby/3.3.0/gems/byebug-13.0.0/lib/byebug/byebug.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/date-3.5.1/ext/date/Makefile +3 -3
- data/vendor/bundle/ruby/3.3.0/gems/date-3.5.1/lib/date_core.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/CHANGELOG.md +46 -1
- data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/README.md +23 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.18.0/ethon.gemspec +37 -0
- data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/curls/classes.rb +12 -2
- data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/curls/codes.rb +3 -2
- data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/curls/options.rb +4 -3
- data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/callbacks.rb +10 -3
- data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/informations.rb +3 -0
- data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/response_callbacks.rb +6 -1
- data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/loggable.rb +0 -1
- data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/version.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/CHANGELOG.md +10 -1
- data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/ffi.gemspec +3 -1
- data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/3.0/ffi_c.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/3.1/ffi_c.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/3.2/ffi_c.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/3.3/ffi_c.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/3.4/ffi_c.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/4.0/ffi_c.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/version.rb +3 -0
- data/vendor/bundle/ruby/3.3.0/gems/io-console-0.8.2/ext/io/console/Makefile +3 -3
- data/vendor/bundle/ruby/3.3.0/gems/io-console-0.8.2/lib/io/console.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/jaro_winkler-1.5.6/ext/jaro_winkler/Makefile +3 -3
- data/vendor/bundle/ruby/3.3.0/gems/jaro_winkler-1.5.6/lib/jaro_winkler/jaro_winkler_ext.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/logger-1.7.0/.document +4 -0
- data/vendor/bundle/ruby/3.3.0/gems/logger-1.7.0/.rdoc_options +3 -0
- data/vendor/bundle/ruby/3.3.0/gems/logger-1.7.0/BSDL +22 -0
- data/vendor/bundle/ruby/3.3.0/gems/logger-1.7.0/COPYING +56 -0
- data/vendor/bundle/ruby/3.3.0/gems/logger-1.7.0/README.md +104 -0
- data/vendor/bundle/ruby/3.3.0/gems/logger-1.7.0/lib/logger/errors.rb +9 -0
- data/vendor/bundle/ruby/3.3.0/gems/logger-1.7.0/lib/logger/formatter.rb +36 -0
- data/vendor/bundle/ruby/3.3.0/gems/logger-1.7.0/lib/logger/log_device.rb +265 -0
- data/vendor/bundle/ruby/3.3.0/gems/logger-1.7.0/lib/logger/period.rb +47 -0
- data/vendor/bundle/ruby/3.3.0/gems/logger-1.7.0/lib/logger/severity.rb +38 -0
- data/vendor/bundle/ruby/3.3.0/gems/logger-1.7.0/lib/logger/version.rb +5 -0
- data/vendor/bundle/ruby/3.3.0/gems/logger-1.7.0/lib/logger.rb +789 -0
- data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/lib/parser/current.rb +2 -2
- data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/lib/parser/meta.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/lib/parser/version.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/psych-5.3.1/ext/psych/Makefile +3 -3
- data/vendor/bundle/ruby/3.3.0/gems/psych-5.3.1/lib/psych.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/racc-1.8.1/ext/racc/cparse/Makefile +3 -3
- data/vendor/bundle/ruby/3.3.0/gems/racc-1.8.1/lib/racc/cparse.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/Changelog.md +9 -1
- data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/any_instance/recorder.rb +3 -1
- data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/order_group.rb +15 -4
- data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/version.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/stringio-3.2.0/ext/stringio/Makefile +3 -3
- data/vendor/bundle/ruby/3.3.0/gems/stringio-3.2.0/lib/stringio.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/CHANGELOG.md +14 -1
- data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/README.md +2 -2
- data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/version.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/typhoeus.gemspec +1 -1
- data/vendor/bundle/ruby/3.3.0/specifications/ethon-0.18.0.gemspec +27 -0
- data/vendor/bundle/ruby/3.3.0/specifications/{ffi-1.17.3-x86_64-linux-gnu.gemspec → ffi-1.17.4-x86_64-linux-gnu.gemspec} +2 -2
- data/vendor/bundle/ruby/3.3.0/specifications/logger-1.7.0.gemspec +22 -0
- data/vendor/bundle/ruby/3.3.0/specifications/{parser-3.3.10.1.gemspec → parser-3.3.11.1.gemspec} +4 -4
- data/vendor/bundle/ruby/3.3.0/specifications/{rspec-mocks-3.13.7.gemspec → rspec-mocks-3.13.8.gemspec} +6 -6
- data/vendor/bundle/ruby/3.3.0/specifications/{typhoeus-1.5.0.gemspec → typhoeus-1.6.0.gemspec} +5 -5
- metadata +409 -623
- data/docs/Allegati.md +0 -26
- data/docs/AltriDatiGestionali.md +0 -24
- data/docs/Anagrafica.md +0 -26
- data/docs/CedentePrestatore.md +0 -28
- data/docs/CessionarioCommittente.md +0 -24
- data/docs/CodiceArticolo.md +0 -20
- data/docs/Contatti.md +0 -22
- data/docs/ContattiTrasmittente.md +0 -20
- data/docs/DatiAnagrafici.md +0 -22
- data/docs/DatiAnagraficiCedentePrestatore.md +0 -32
- data/docs/DatiAnagraficiCessionarioCommittente.md +0 -22
- data/docs/DatiAnagraficiVettore.md +0 -24
- data/docs/DatiBeniServizi.md +0 -20
- data/docs/DatiBollo.md +0 -20
- data/docs/DatiCassaPrevidenziale.md +0 -32
- data/docs/DatiContratto.md +0 -30
- data/docs/DatiConvenzione.md +0 -30
- data/docs/DatiDDT.md +0 -22
- data/docs/DatiFattureCollegate.md +0 -30
- data/docs/DatiGenerali.md +0 -36
- data/docs/DatiGeneraliDocumento.md +0 -40
- data/docs/DatiOrdineAcquisto.md +0 -30
- data/docs/DatiPagamento.md +0 -20
- data/docs/DatiRicezione.md +0 -30
- data/docs/DatiRiepilogo.md +0 -32
- data/docs/DatiRitenuta.md +0 -24
- data/docs/DatiSAL.md +0 -18
- data/docs/DatiTrasmissione.md +0 -28
- data/docs/DatiTrasporto.md +0 -42
- data/docs/DatiVeicoli.md +0 -20
- data/docs/DettaglioLinee.md +0 -48
- data/docs/DettaglioPagamento.md +0 -58
- data/docs/FatturaElettronicaBody.md +0 -26
- data/docs/FatturaElettronicaHeader.md +0 -28
- data/docs/FatturaOrdinaria.md +0 -22
- data/docs/FatturaPrincipale.md +0 -20
- data/docs/IdFiscaleIVA.md +0 -20
- data/docs/IdTrasmittente.md +0 -20
- data/docs/IndirizzoResa.md +0 -28
- data/docs/IscrizioneREA.md +0 -26
- data/docs/ProblemHttpResult.md +0 -22
- data/docs/RappresentanteFiscale.md +0 -18
- data/docs/RappresentanteFiscaleCessionarioCommittente.md +0 -24
- data/docs/ScontoMaggiorazione.md +0 -22
- data/docs/SedeCedentePrestatore.md +0 -28
- data/docs/SedeCessionarioCommittente.md +0 -28
- data/docs/StabileOrganizzazione.md +0 -28
- data/docs/TerzoIntermediarioOSoggettoEmittente.md +0 -18
- data/lib/invoicetronic_sdk/models/allegati.rb +0 -188
- data/lib/invoicetronic_sdk/models/altri_dati_gestionali.rb +0 -178
- data/lib/invoicetronic_sdk/models/anagrafica.rb +0 -188
- data/lib/invoicetronic_sdk/models/cedente_prestatore.rb +0 -193
- data/lib/invoicetronic_sdk/models/cessionario_committente.rb +0 -174
- data/lib/invoicetronic_sdk/models/codice_articolo.rb +0 -158
- data/lib/invoicetronic_sdk/models/contatti.rb +0 -168
- data/lib/invoicetronic_sdk/models/contatti_trasmittente.rb +0 -158
- data/lib/invoicetronic_sdk/models/dati_anagrafici.rb +0 -166
- data/lib/invoicetronic_sdk/models/dati_anagrafici_cedente_prestatore.rb +0 -216
- data/lib/invoicetronic_sdk/models/dati_anagrafici_cessionario_committente.rb +0 -166
- data/lib/invoicetronic_sdk/models/dati_anagrafici_vettore.rb +0 -176
- data/lib/invoicetronic_sdk/models/dati_beni_servizi.rb +0 -162
- data/lib/invoicetronic_sdk/models/dati_bollo.rb +0 -158
- data/lib/invoicetronic_sdk/models/dati_cassa_previdenziale.rb +0 -214
- data/lib/invoicetronic_sdk/models/dati_contratto.rb +0 -210
- data/lib/invoicetronic_sdk/models/dati_convenzione.rb +0 -210
- data/lib/invoicetronic_sdk/models/dati_ddt.rb +0 -169
- data/lib/invoicetronic_sdk/models/dati_fatture_collegate.rb +0 -210
- data/lib/invoicetronic_sdk/models/dati_generali.rb +0 -249
- data/lib/invoicetronic_sdk/models/dati_generali_documento.rb +0 -264
- data/lib/invoicetronic_sdk/models/dati_ordine_acquisto.rb +0 -210
- data/lib/invoicetronic_sdk/models/dati_pagamento.rb +0 -160
- data/lib/invoicetronic_sdk/models/dati_ricezione.rb +0 -210
- data/lib/invoicetronic_sdk/models/dati_riepilogo.rb +0 -215
- data/lib/invoicetronic_sdk/models/dati_ritenuta.rb +0 -176
- data/lib/invoicetronic_sdk/models/dati_sal.rb +0 -147
- data/lib/invoicetronic_sdk/models/dati_trasmissione.rb +0 -196
- data/lib/invoicetronic_sdk/models/dati_trasporto.rb +0 -266
- data/lib/invoicetronic_sdk/models/dati_veicoli.rb +0 -158
- data/lib/invoicetronic_sdk/models/dettaglio_linee.rb +0 -300
- data/lib/invoicetronic_sdk/models/dettaglio_pagamento.rb +0 -347
- data/lib/invoicetronic_sdk/models/fattura_elettronica_body.rb +0 -189
- data/lib/invoicetronic_sdk/models/fattura_elettronica_header.rb +0 -193
- data/lib/invoicetronic_sdk/models/fattura_ordinaria.rb +0 -169
- data/lib/invoicetronic_sdk/models/fattura_principale.rb +0 -158
- data/lib/invoicetronic_sdk/models/id_fiscale_iva.rb +0 -158
- data/lib/invoicetronic_sdk/models/id_trasmittente.rb +0 -158
- data/lib/invoicetronic_sdk/models/indirizzo_resa.rb +0 -200
- data/lib/invoicetronic_sdk/models/iscrizione_rea.rb +0 -188
- data/lib/invoicetronic_sdk/models/problem_http_result.rb +0 -166
- data/lib/invoicetronic_sdk/models/rappresentante_fiscale.rb +0 -147
- data/lib/invoicetronic_sdk/models/rappresentante_fiscale_cessionario_committente.rb +0 -177
- data/lib/invoicetronic_sdk/models/sconto_maggiorazione.rb +0 -168
- data/lib/invoicetronic_sdk/models/sede_cedente_prestatore.rb +0 -200
- data/lib/invoicetronic_sdk/models/sede_cessionario_committente.rb +0 -200
- data/lib/invoicetronic_sdk/models/stabile_organizzazione.rb +0 -200
- data/lib/invoicetronic_sdk/models/terzo_intermediario_o_soggetto_emittente.rb +0 -147
- data/spec/models/allegati_spec.rb +0 -60
- data/spec/models/altri_dati_gestionali_spec.rb +0 -54
- data/spec/models/anagrafica_spec.rb +0 -60
- data/spec/models/cedente_prestatore_spec.rb +0 -66
- data/spec/models/cessionario_committente_spec.rb +0 -54
- data/spec/models/codice_articolo_spec.rb +0 -42
- data/spec/models/contatti_spec.rb +0 -48
- data/spec/models/contatti_trasmittente_spec.rb +0 -42
- data/spec/models/dati_anagrafici_cedente_prestatore_spec.rb +0 -78
- data/spec/models/dati_anagrafici_cessionario_committente_spec.rb +0 -48
- data/spec/models/dati_anagrafici_spec.rb +0 -48
- data/spec/models/dati_anagrafici_vettore_spec.rb +0 -54
- data/spec/models/dati_beni_servizi_spec.rb +0 -42
- data/spec/models/dati_bollo_spec.rb +0 -42
- data/spec/models/dati_cassa_previdenziale_spec.rb +0 -78
- data/spec/models/dati_contratto_spec.rb +0 -72
- data/spec/models/dati_convenzione_spec.rb +0 -72
- data/spec/models/dati_ddt_spec.rb +0 -48
- data/spec/models/dati_fatture_collegate_spec.rb +0 -72
- data/spec/models/dati_generali_documento_spec.rb +0 -102
- data/spec/models/dati_generali_spec.rb +0 -90
- data/spec/models/dati_ordine_acquisto_spec.rb +0 -72
- data/spec/models/dati_ricezione_spec.rb +0 -72
- data/spec/models/dati_riepilogo_spec.rb +0 -78
- data/spec/models/dati_ritenuta_spec.rb +0 -54
- data/spec/models/dati_sal_spec.rb +0 -36
- data/spec/models/dati_trasmissione_spec.rb +0 -66
- data/spec/models/dati_trasporto_spec.rb +0 -108
- data/spec/models/dati_veicoli_spec.rb +0 -42
- data/spec/models/dettaglio_linee_spec.rb +0 -126
- data/spec/models/dettaglio_pagamento_spec.rb +0 -156
- data/spec/models/fattura_elettronica_body_spec.rb +0 -60
- data/spec/models/fattura_elettronica_header_spec.rb +0 -66
- data/spec/models/fattura_ordinaria_spec.rb +0 -48
- data/spec/models/fattura_principale_spec.rb +0 -42
- data/spec/models/id_fiscale_iva_spec.rb +0 -42
- data/spec/models/id_trasmittente_spec.rb +0 -42
- data/spec/models/indirizzo_resa_spec.rb +0 -66
- data/spec/models/iscrizione_rea_spec.rb +0 -60
- data/spec/models/problem_http_result_spec.rb +0 -48
- data/spec/models/rappresentante_fiscale_cessionario_committente_spec.rb +0 -54
- data/spec/models/rappresentante_fiscale_spec.rb +0 -36
- data/spec/models/sconto_maggiorazione_spec.rb +0 -48
- data/spec/models/sede_cedente_prestatore_spec.rb +0 -66
- data/spec/models/sede_cessionario_committente_spec.rb +0 -66
- data/spec/models/stabile_organizzazione_spec.rb +0 -66
- data/spec/models/terzo_intermediario_o_soggetto_emittente_spec.rb +0 -36
- data/vendor/bundle/ruby/3.3.0/cache/ethon-0.15.0.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/ffi-1.17.3-x86_64-linux-gnu.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/parser-3.3.10.1.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/rspec-mocks-3.13.7.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/typhoeus-1.5.0.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/.github/workflows/ruby.yml +0 -41
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/.gitignore +0 -8
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/.rspec +0 -3
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/Gemfile +0 -43
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/Guardfile +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/Rakefile +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/ethon.gemspec +0 -26
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/profile/benchmarks.rb +0 -104
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/profile/memory_leaks.rb +0 -114
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/profile/perf_spec_helper.rb +0 -37
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/profile/support/memory_test_helpers.rb +0 -76
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/profile/support/os_memory_leak_tracker.rb +0 -48
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/profile/support/ruby_object_leak_tracker.rb +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/curl_spec.rb +0 -38
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/callbacks_spec.rb +0 -59
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/debug_info_spec.rb +0 -54
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/features_spec.rb +0 -24
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/form_spec.rb +0 -104
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/header_spec.rb +0 -79
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/http/custom_spec.rb +0 -177
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/http/delete_spec.rb +0 -21
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/http/get_spec.rb +0 -126
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/http/head_spec.rb +0 -80
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/http/options_spec.rb +0 -51
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/http/patch_spec.rb +0 -51
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/http/post_spec.rb +0 -317
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/http/put_spec.rb +0 -168
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/http_spec.rb +0 -64
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/informations_spec.rb +0 -120
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/mirror_spec.rb +0 -47
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/operations_spec.rb +0 -268
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/options_spec.rb +0 -193
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/queryable_spec.rb +0 -235
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/response_callbacks_spec.rb +0 -152
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/util_spec.rb +0 -28
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy_spec.rb +0 -203
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/libc_spec.rb +0 -14
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/loggable_spec.rb +0 -22
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/multi/operations_spec.rb +0 -298
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/multi/options_spec.rb +0 -182
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/multi/stack_spec.rb +0 -80
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/multi_spec.rb +0 -152
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/spec_helper.rb +0 -28
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/support/localhost_server.rb +0 -95
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/support/server.rb +0 -115
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.3-x86_64-linux-gnu/lib/3.2/ffi_c.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.3-x86_64-linux-gnu/lib/3.4/ffi_c.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.3-x86_64-linux-gnu/lib/ffi/version.rb +0 -3
- data/vendor/bundle/ruby/3.3.0/specifications/ethon-0.15.0.gemspec +0 -24
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/LICENSE +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/curl.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/curls/constants.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/curls/form_options.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/curls/functions.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/curls/infos.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/curls/messages.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/curls/settings.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/debug_info.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/features.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/form.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/header.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http/actionable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http/custom.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http/delete.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http/get.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http/head.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http/options.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http/patch.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http/post.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http/postable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http/put.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http/putable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/mirror.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/operations.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/options.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/params.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/queryable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/util.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/errors/ethon_error.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/errors/global_init.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/errors/invalid_option.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/errors/invalid_value.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/errors/multi_add.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/errors/multi_fdset.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/errors/multi_remove.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/errors/multi_timeout.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/errors/select.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/errors.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/libc.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/multi/operations.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/multi/options.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/multi/stack.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/multi.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/COPYING +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/Gemfile +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/LICENSE +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/LICENSE.SPECS +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/README.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/Rakefile +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/Steepfile +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/abstract_memory.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/autopointer.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/buffer.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/callback.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/compat.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/data_converter.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/dynamic_library.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/enum.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/errno.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/ffi.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/function.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/io.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/library.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/library_path.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/managedstruct.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/memorypointer.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/aarch64-darwin/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/aarch64-freebsd/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/aarch64-freebsd12/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/aarch64-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/aarch64-openbsd/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/aarch64-windows/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/arm-freebsd/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/arm-freebsd12/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/arm-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/hppa1.1-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/hppa2.0-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/i386-cygwin/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/i386-darwin/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/i386-freebsd/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/i386-freebsd12/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/i386-gnu/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/i386-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/i386-netbsd/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/i386-openbsd/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/i386-solaris/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/i386-windows/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/ia64-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/loongarch64-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/mips-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/mips64-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/mips64el-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/mipsel-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/mipsisa32r6-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/mipsisa32r6el-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/mipsisa64r6-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/mipsisa64r6el-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/powerpc-aix/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/powerpc-darwin/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/powerpc-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/powerpc-openbsd/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/powerpc64-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/powerpc64le-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/riscv64-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/s390-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/s390x-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/sparc-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/sparc-solaris/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/sparcv9-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/sparcv9-openbsd/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/sparcv9-solaris/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/sw_64-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/x86_64-cygwin/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/x86_64-darwin/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/x86_64-dragonflybsd/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/x86_64-freebsd/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/x86_64-freebsd12/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/x86_64-haiku/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/x86_64-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/x86_64-msys/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/x86_64-netbsd/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/x86_64-openbsd/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/x86_64-solaris/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/x86_64-windows/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/pointer.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/struct.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/struct_by_reference.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/struct_layout.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/struct_layout_builder.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/tools/const_generator.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/tools/generator.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/tools/generator_task.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/tools/struct_generator.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/types.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/union.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/variadic.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/samples/getlogin.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/samples/getpid.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/samples/gettimeofday.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/samples/hello.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/samples/hello_ractor.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/samples/inotify.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/samples/pty.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/samples/qsort.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/samples/qsort_ractor.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/sig/ffi/abstract_memory.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/sig/ffi/auto_pointer.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/sig/ffi/buffer.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/sig/ffi/data_converter.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/sig/ffi/dynamic_library.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/sig/ffi/enum.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/sig/ffi/errno.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/sig/ffi/function.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/sig/ffi/library.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/sig/ffi/native_type.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/sig/ffi/platform.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/sig/ffi/pointer.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/sig/ffi/struct.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/sig/ffi/struct_by_reference.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/sig/ffi/struct_by_value.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/sig/ffi/struct_layout.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/sig/ffi/struct_layout_builder.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/sig/ffi/type.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/sig/ffi.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/LICENSE.txt +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/bin/ruby-parse +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/bin/ruby-rewrite +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/lib/gauntlet_parser.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/lib/parser/all.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/lib/parser/ast/node.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/lib/parser/ast/processor.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/lib/parser/base.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/lib/parser/builders/default.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/lib/parser/clobbering_error.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/lib/parser/color.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/lib/parser/context.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/lib/parser/current_arg_stack.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/lib/parser/deprecation.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/lib/parser/diagnostic/engine.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/lib/parser/diagnostic.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/lib/parser/lexer/dedenter.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/lib/parser/lexer/explanation.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/lib/parser/lexer/literal.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/lib/parser/lexer/stack_state.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/lib/parser/lexer-F0.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/lib/parser/lexer-F1.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/lib/parser/lexer-strings.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/lib/parser/macruby.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/lib/parser/max_numparam_stack.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/lib/parser/messages.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/lib/parser/rewriter.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/lib/parser/ruby18.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/lib/parser/ruby19.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/lib/parser/ruby20.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/lib/parser/ruby21.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/lib/parser/ruby22.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/lib/parser/ruby23.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/lib/parser/ruby24.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/lib/parser/ruby25.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/lib/parser/ruby26.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/lib/parser/ruby27.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/lib/parser/ruby30.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/lib/parser/ruby31.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/lib/parser/ruby32.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/lib/parser/ruby33.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/lib/parser/ruby34.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/lib/parser/rubymotion.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/lib/parser/runner/ruby_parse.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/lib/parser/runner/ruby_rewrite.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/lib/parser/runner.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/lib/parser/source/buffer.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/lib/parser/source/comment/associator.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/lib/parser/source/comment.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/lib/parser/source/map/collection.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/lib/parser/source/map/condition.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/lib/parser/source/map/constant.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/lib/parser/source/map/definition.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/lib/parser/source/map/for.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/lib/parser/source/map/heredoc.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/lib/parser/source/map/index.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/lib/parser/source/map/keyword.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/lib/parser/source/map/method_definition.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/lib/parser/source/map/objc_kwarg.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/lib/parser/source/map/operator.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/lib/parser/source/map/rescue_body.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/lib/parser/source/map/send.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/lib/parser/source/map/ternary.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/lib/parser/source/map/variable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/lib/parser/source/map.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/lib/parser/source/range.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/lib/parser/source/rewriter/action.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/lib/parser/source/rewriter.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/lib/parser/source/tree_rewriter/action.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/lib/parser/source/tree_rewriter.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/lib/parser/static_environment.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/lib/parser/syntax_error.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/lib/parser/tree_rewriter.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/lib/parser/unknown_encoding_in_magic_comment_error.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/lib/parser/variables_stack.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/lib/parser.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.11.1}/parser.gemspec +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/.document +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/.yardopts +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/LICENSE.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/README.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/any_instance/chain.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/any_instance/error_generator.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/any_instance/expect_chain_chain.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/any_instance/expectation_chain.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/any_instance/message_chains.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/any_instance/proxy.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/any_instance/stub_chain.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/any_instance/stub_chain_chain.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/any_instance.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/argument_list_matcher.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/argument_matchers.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/configuration.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/error_generator.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/example_methods.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/instance_method_stasher.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/marshal_extension.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/matchers/expectation_customization.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/matchers/have_received.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/matchers/receive.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/matchers/receive_message_chain.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/matchers/receive_messages.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/message_chain.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/message_expectation.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/method_double.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/method_reference.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/minitest_integration.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/mutate_const.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/object_reference.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/proxy.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/space.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/standalone.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/syntax.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/targets.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/test_double.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/verifying_double.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/verifying_message_expectation.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/verifying_proxy.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/CONTRIBUTING.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/LICENSE +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/UPGRADE.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/rack/typhoeus/middleware/params_decoder/helper.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/rack/typhoeus/middleware/params_decoder.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/rack/typhoeus.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/adapters/faraday.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/cache/dalli.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/cache/rails.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/cache/redis.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/config.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/easy_factory.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/errors/no_stub.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/errors/typhoeus_error.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/errors.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/expectation.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/hydra/addable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/hydra/before.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/hydra/block_connection.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/hydra/cacheable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/hydra/memoizable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/hydra/queueable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/hydra/runnable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/hydra/stubbable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/hydra.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/pool.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/railtie.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request/actions.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request/before.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request/block_connection.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request/cacheable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request/callbacks.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request/marshal.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request/memoizable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request/operations.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request/responseable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request/streamable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request/stubbable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/response/cacheable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/response/header.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/response/informations.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/response/status.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/response.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus.rb +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fe9df20ce60409f7994cc0669863afa5b3e493ed2e75e527d93cef8f3045af1f
|
|
4
|
+
data.tar.gz: 9709bfae90291f53906f8a56cfcfd96c254a0ce36dc40da061b572a9f7772646
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5359789c7d0e8e9b76187da7ddb3e83fef01706be50f0995e5439f66f911e11f8332bc4dfb0c3e465aa5ffabd10f2733402c08859feaf7f432d529074571cda3
|
|
7
|
+
data.tar.gz: c21a2d60dafe7cb1fb5d555a9c266a0371030c8c5160a1fb9434990c729459022bd4e471cd47e8bfc7691b29be85abb053d274dfcdff2b4a18f3fa6413831996
|
data/CHANGELOG.md
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
# Changelog\n\n## [1.
|
|
1
|
+
# Changelog\n\n## [1.4.0] - 2026-02-25\nSee main repository changelog for details.
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
invoicetronic_sdk (1.
|
|
4
|
+
invoicetronic_sdk (1.6)
|
|
5
5
|
typhoeus (~> 1.0, >= 1.0.1)
|
|
6
6
|
|
|
7
7
|
GEM
|
|
@@ -13,24 +13,26 @@ GEM
|
|
|
13
13
|
coderay (1.1.3)
|
|
14
14
|
date (3.5.1)
|
|
15
15
|
diff-lcs (1.6.2)
|
|
16
|
-
ethon (0.
|
|
16
|
+
ethon (0.18.0)
|
|
17
17
|
ffi (>= 1.15.0)
|
|
18
|
-
|
|
19
|
-
ffi (1.17.
|
|
20
|
-
ffi (1.17.
|
|
21
|
-
ffi (1.17.
|
|
22
|
-
ffi (1.17.
|
|
23
|
-
ffi (1.17.
|
|
24
|
-
ffi (1.17.
|
|
25
|
-
ffi (1.17.
|
|
26
|
-
ffi (1.17.
|
|
27
|
-
ffi (1.17.
|
|
28
|
-
ffi (1.17.
|
|
18
|
+
logger
|
|
19
|
+
ffi (1.17.4)
|
|
20
|
+
ffi (1.17.4-aarch64-linux-gnu)
|
|
21
|
+
ffi (1.17.4-aarch64-linux-musl)
|
|
22
|
+
ffi (1.17.4-arm-linux-gnu)
|
|
23
|
+
ffi (1.17.4-arm-linux-musl)
|
|
24
|
+
ffi (1.17.4-arm64-darwin)
|
|
25
|
+
ffi (1.17.4-x86-linux-gnu)
|
|
26
|
+
ffi (1.17.4-x86-linux-musl)
|
|
27
|
+
ffi (1.17.4-x86_64-darwin)
|
|
28
|
+
ffi (1.17.4-x86_64-linux-gnu)
|
|
29
|
+
ffi (1.17.4-x86_64-linux-musl)
|
|
29
30
|
io-console (0.8.2)
|
|
30
31
|
jaro_winkler (1.5.6)
|
|
32
|
+
logger (1.7.0)
|
|
31
33
|
method_source (1.1.0)
|
|
32
34
|
parallel (1.27.0)
|
|
33
|
-
parser (3.3.
|
|
35
|
+
parser (3.3.11.1)
|
|
34
36
|
ast (~> 2.4.1)
|
|
35
37
|
racc
|
|
36
38
|
pry (0.16.0)
|
|
@@ -57,7 +59,7 @@ GEM
|
|
|
57
59
|
rspec-expectations (3.13.5)
|
|
58
60
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
59
61
|
rspec-support (~> 3.13.0)
|
|
60
|
-
rspec-mocks (3.13.
|
|
62
|
+
rspec-mocks (3.13.8)
|
|
61
63
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
62
64
|
rspec-support (~> 3.13.0)
|
|
63
65
|
rspec-support (3.13.7)
|
|
@@ -71,8 +73,8 @@ GEM
|
|
|
71
73
|
unicode-display_width (>= 1.4.0, < 1.6)
|
|
72
74
|
ruby-progressbar (1.13.0)
|
|
73
75
|
stringio (3.2.0)
|
|
74
|
-
typhoeus (1.
|
|
75
|
-
ethon (>= 0.
|
|
76
|
+
typhoeus (1.6.0)
|
|
77
|
+
ethon (>= 0.18.0)
|
|
76
78
|
unicode-display_width (1.5.0)
|
|
77
79
|
|
|
78
80
|
PLATFORMS
|
data/README.md
CHANGED
|
@@ -9,9 +9,9 @@ For more information, see [Invoicetronic website][2]
|
|
|
9
9
|
|
|
10
10
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
11
11
|
|
|
12
|
-
- API version: 1
|
|
13
|
-
- Package version: 1.
|
|
14
|
-
- Generator version: 7.
|
|
12
|
+
- API version: 1.6.1
|
|
13
|
+
- Package version: 1.6
|
|
14
|
+
- Generator version: 7.20.0
|
|
15
15
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
|
16
16
|
For more information, please visit [https://invoicetronic.com/en/contact/](https://invoicetronic.com/en/contact/)
|
|
17
17
|
|
|
@@ -28,16 +28,16 @@ gem build invoicetronic_sdk.gemspec
|
|
|
28
28
|
Then either install the gem locally:
|
|
29
29
|
|
|
30
30
|
```shell
|
|
31
|
-
gem install ./invoicetronic_sdk-1.
|
|
31
|
+
gem install ./invoicetronic_sdk-1.6.gem
|
|
32
32
|
```
|
|
33
33
|
|
|
34
|
-
(for development, run `gem install --dev ./invoicetronic_sdk-1.
|
|
34
|
+
(for development, run `gem install --dev ./invoicetronic_sdk-1.6.gem` to install the development dependencies)
|
|
35
35
|
|
|
36
36
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
|
37
37
|
|
|
38
38
|
Finally add this to the Gemfile:
|
|
39
39
|
|
|
40
|
-
gem 'invoicetronic_sdk', '~> 1.
|
|
40
|
+
gem 'invoicetronic_sdk', '~> 1.6'
|
|
41
41
|
|
|
42
42
|
### Install from Git
|
|
43
43
|
|
|
@@ -61,18 +61,12 @@ Please follow the [installation](#installation) procedure and then run the follo
|
|
|
61
61
|
# Load the gem
|
|
62
62
|
require 'invoicetronic_sdk'
|
|
63
63
|
|
|
64
|
-
# Setup authorization
|
|
65
|
-
Invoicetronic_Sdk.configure do |config|
|
|
66
|
-
# Configure HTTP basic authorization: Basic
|
|
67
|
-
config.username = 'YOUR_USERNAME'
|
|
68
|
-
config.password = 'YOUR_PASSWORD'
|
|
69
|
-
end
|
|
70
|
-
|
|
71
64
|
api_instance = Invoicetronic_Sdk::CompanyApi.new
|
|
72
65
|
opts = {
|
|
73
66
|
page: 56, # Integer | Page number.
|
|
74
67
|
page_size: 56, # Integer | Items per page. Cannot be greater than 200.
|
|
75
|
-
sort: 'sort_example' # String | Sort by field. Prefix with '-' for descending order.
|
|
68
|
+
sort: 'sort_example', # String | Sort by field. Prefix with '-' for descending order.
|
|
69
|
+
q: 'q_example' # String | Full-text search across committente, prestatore, identifier, and file name.
|
|
76
70
|
}
|
|
77
71
|
|
|
78
72
|
begin
|
|
@@ -96,14 +90,19 @@ Class | Method | HTTP request | Description
|
|
|
96
90
|
*Invoicetronic_Sdk::CompanyApi* | [**company_id_get**](docs/CompanyApi.md#company_id_get) | **GET** /company/{id} | Get a company by id
|
|
97
91
|
*Invoicetronic_Sdk::CompanyApi* | [**company_post**](docs/CompanyApi.md#company_post) | **POST** /company | Add a company
|
|
98
92
|
*Invoicetronic_Sdk::CompanyApi* | [**company_put**](docs/CompanyApi.md#company_put) | **PUT** /company | Update a company
|
|
93
|
+
*Invoicetronic_Sdk::CompanyApi* | [**company_vat_get**](docs/CompanyApi.md#company_vat_get) | **GET** /company/{vat} | Get a company by vat number
|
|
94
|
+
*Invoicetronic_Sdk::ExportApi* | [**export_get**](docs/ExportApi.md#export_get) | **GET** /export | Export invoices as a ZIP archive
|
|
95
|
+
*Invoicetronic_Sdk::HealthApi* | [**health_get**](docs/HealthApi.md#health_get) | **GET** /health | Health check
|
|
99
96
|
*Invoicetronic_Sdk::LogApi* | [**log_get**](docs/LogApi.md#log_get) | **GET** /log | List events
|
|
100
97
|
*Invoicetronic_Sdk::LogApi* | [**log_id_get**](docs/LogApi.md#log_id_get) | **GET** /log/{id} | Get an event by id
|
|
101
98
|
*Invoicetronic_Sdk::ReceiveApi* | [**receive_get**](docs/ReceiveApi.md#receive_get) | **GET** /receive | List incoming invoices
|
|
102
99
|
*Invoicetronic_Sdk::ReceiveApi* | [**receive_id_delete**](docs/ReceiveApi.md#receive_id_delete) | **DELETE** /receive/{id} | Delete an incoming invoice by id
|
|
103
100
|
*Invoicetronic_Sdk::ReceiveApi* | [**receive_id_get**](docs/ReceiveApi.md#receive_id_get) | **GET** /receive/{id} | Get an incoming invoice by id
|
|
101
|
+
*Invoicetronic_Sdk::ReceiveApi* | [**receive_id_payload_get**](docs/ReceiveApi.md#receive_id_payload_get) | **GET** /receive/{id}/payload | Get a receive invoice payload by id
|
|
104
102
|
*Invoicetronic_Sdk::SendApi* | [**send_file_post**](docs/SendApi.md#send_file_post) | **POST** /send/file | Add an invoice by file
|
|
105
103
|
*Invoicetronic_Sdk::SendApi* | [**send_get**](docs/SendApi.md#send_get) | **GET** /send | List invoices
|
|
106
104
|
*Invoicetronic_Sdk::SendApi* | [**send_id_get**](docs/SendApi.md#send_id_get) | **GET** /send/{id} | Get a invoice by id
|
|
105
|
+
*Invoicetronic_Sdk::SendApi* | [**send_id_payload_get**](docs/SendApi.md#send_id_payload_get) | **GET** /send/{id}/payload | Get a send invoice payload by id
|
|
107
106
|
*Invoicetronic_Sdk::SendApi* | [**send_identifier_get**](docs/SendApi.md#send_identifier_get) | **GET** /send/{identifier} | Get a invoice by identifier
|
|
108
107
|
*Invoicetronic_Sdk::SendApi* | [**send_json_post**](docs/SendApi.md#send_json_post) | **POST** /send/json | Add an invoice by json
|
|
109
108
|
*Invoicetronic_Sdk::SendApi* | [**send_post**](docs/SendApi.md#send_post) | **POST** /send | Add an invoice
|
|
@@ -126,63 +125,15 @@ Class | Method | HTTP request | Description
|
|
|
126
125
|
|
|
127
126
|
## Documentation for Models
|
|
128
127
|
|
|
129
|
-
- [Invoicetronic_Sdk::Allegati](docs/Allegati.md)
|
|
130
|
-
- [Invoicetronic_Sdk::AltriDatiGestionali](docs/AltriDatiGestionali.md)
|
|
131
|
-
- [Invoicetronic_Sdk::Anagrafica](docs/Anagrafica.md)
|
|
132
|
-
- [Invoicetronic_Sdk::CedentePrestatore](docs/CedentePrestatore.md)
|
|
133
|
-
- [Invoicetronic_Sdk::CessionarioCommittente](docs/CessionarioCommittente.md)
|
|
134
|
-
- [Invoicetronic_Sdk::CodiceArticolo](docs/CodiceArticolo.md)
|
|
135
128
|
- [Invoicetronic_Sdk::Company](docs/Company.md)
|
|
136
|
-
- [Invoicetronic_Sdk::Contatti](docs/Contatti.md)
|
|
137
|
-
- [Invoicetronic_Sdk::ContattiTrasmittente](docs/ContattiTrasmittente.md)
|
|
138
|
-
- [Invoicetronic_Sdk::DatiAnagrafici](docs/DatiAnagrafici.md)
|
|
139
|
-
- [Invoicetronic_Sdk::DatiAnagraficiCedentePrestatore](docs/DatiAnagraficiCedentePrestatore.md)
|
|
140
|
-
- [Invoicetronic_Sdk::DatiAnagraficiCessionarioCommittente](docs/DatiAnagraficiCessionarioCommittente.md)
|
|
141
|
-
- [Invoicetronic_Sdk::DatiAnagraficiVettore](docs/DatiAnagraficiVettore.md)
|
|
142
|
-
- [Invoicetronic_Sdk::DatiBeniServizi](docs/DatiBeniServizi.md)
|
|
143
|
-
- [Invoicetronic_Sdk::DatiBollo](docs/DatiBollo.md)
|
|
144
|
-
- [Invoicetronic_Sdk::DatiCassaPrevidenziale](docs/DatiCassaPrevidenziale.md)
|
|
145
|
-
- [Invoicetronic_Sdk::DatiContratto](docs/DatiContratto.md)
|
|
146
|
-
- [Invoicetronic_Sdk::DatiConvenzione](docs/DatiConvenzione.md)
|
|
147
|
-
- [Invoicetronic_Sdk::DatiDDT](docs/DatiDDT.md)
|
|
148
|
-
- [Invoicetronic_Sdk::DatiFattureCollegate](docs/DatiFattureCollegate.md)
|
|
149
|
-
- [Invoicetronic_Sdk::DatiGenerali](docs/DatiGenerali.md)
|
|
150
|
-
- [Invoicetronic_Sdk::DatiGeneraliDocumento](docs/DatiGeneraliDocumento.md)
|
|
151
|
-
- [Invoicetronic_Sdk::DatiOrdineAcquisto](docs/DatiOrdineAcquisto.md)
|
|
152
|
-
- [Invoicetronic_Sdk::DatiPagamento](docs/DatiPagamento.md)
|
|
153
|
-
- [Invoicetronic_Sdk::DatiRicezione](docs/DatiRicezione.md)
|
|
154
|
-
- [Invoicetronic_Sdk::DatiRiepilogo](docs/DatiRiepilogo.md)
|
|
155
|
-
- [Invoicetronic_Sdk::DatiRitenuta](docs/DatiRitenuta.md)
|
|
156
|
-
- [Invoicetronic_Sdk::DatiSAL](docs/DatiSAL.md)
|
|
157
|
-
- [Invoicetronic_Sdk::DatiTrasmissione](docs/DatiTrasmissione.md)
|
|
158
|
-
- [Invoicetronic_Sdk::DatiTrasporto](docs/DatiTrasporto.md)
|
|
159
|
-
- [Invoicetronic_Sdk::DatiVeicoli](docs/DatiVeicoli.md)
|
|
160
|
-
- [Invoicetronic_Sdk::DettaglioLinee](docs/DettaglioLinee.md)
|
|
161
|
-
- [Invoicetronic_Sdk::DettaglioPagamento](docs/DettaglioPagamento.md)
|
|
162
129
|
- [Invoicetronic_Sdk::DocumentData](docs/DocumentData.md)
|
|
163
130
|
- [Invoicetronic_Sdk::Error](docs/Error.md)
|
|
164
131
|
- [Invoicetronic_Sdk::Event](docs/Event.md)
|
|
165
|
-
- [Invoicetronic_Sdk::FatturaElettronicaBody](docs/FatturaElettronicaBody.md)
|
|
166
|
-
- [Invoicetronic_Sdk::FatturaElettronicaHeader](docs/FatturaElettronicaHeader.md)
|
|
167
|
-
- [Invoicetronic_Sdk::FatturaOrdinaria](docs/FatturaOrdinaria.md)
|
|
168
|
-
- [Invoicetronic_Sdk::FatturaPrincipale](docs/FatturaPrincipale.md)
|
|
169
|
-
- [Invoicetronic_Sdk::IdFiscaleIVA](docs/IdFiscaleIVA.md)
|
|
170
|
-
- [Invoicetronic_Sdk::IdTrasmittente](docs/IdTrasmittente.md)
|
|
171
|
-
- [Invoicetronic_Sdk::IndirizzoResa](docs/IndirizzoResa.md)
|
|
172
|
-
- [Invoicetronic_Sdk::IscrizioneREA](docs/IscrizioneREA.md)
|
|
173
132
|
- [Invoicetronic_Sdk::ModelSend](docs/ModelSend.md)
|
|
174
133
|
- [Invoicetronic_Sdk::ProblemDetails](docs/ProblemDetails.md)
|
|
175
|
-
- [Invoicetronic_Sdk::ProblemHttpResult](docs/ProblemHttpResult.md)
|
|
176
|
-
- [Invoicetronic_Sdk::RappresentanteFiscale](docs/RappresentanteFiscale.md)
|
|
177
|
-
- [Invoicetronic_Sdk::RappresentanteFiscaleCessionarioCommittente](docs/RappresentanteFiscaleCessionarioCommittente.md)
|
|
178
134
|
- [Invoicetronic_Sdk::Receive](docs/Receive.md)
|
|
179
|
-
- [Invoicetronic_Sdk::ScontoMaggiorazione](docs/ScontoMaggiorazione.md)
|
|
180
|
-
- [Invoicetronic_Sdk::SedeCedentePrestatore](docs/SedeCedentePrestatore.md)
|
|
181
|
-
- [Invoicetronic_Sdk::SedeCessionarioCommittente](docs/SedeCessionarioCommittente.md)
|
|
182
135
|
- [Invoicetronic_Sdk::SendReduced](docs/SendReduced.md)
|
|
183
|
-
- [Invoicetronic_Sdk::StabileOrganizzazione](docs/StabileOrganizzazione.md)
|
|
184
136
|
- [Invoicetronic_Sdk::Status](docs/Status.md)
|
|
185
|
-
- [Invoicetronic_Sdk::TerzoIntermediarioOSoggettoEmittente](docs/TerzoIntermediarioOSoggettoEmittente.md)
|
|
186
137
|
- [Invoicetronic_Sdk::Update](docs/Update.md)
|
|
187
138
|
- [Invoicetronic_Sdk::WebHook](docs/WebHook.md)
|
|
188
139
|
- [Invoicetronic_Sdk::WebHookHistory](docs/WebHookHistory.md)
|
data/Rakefile
CHANGED
data/docs/CompanyApi.md
CHANGED
|
@@ -9,6 +9,7 @@ All URIs are relative to *http://localhost*
|
|
|
9
9
|
| [**company_id_get**](CompanyApi.md#company_id_get) | **GET** /company/{id} | Get a company by id |
|
|
10
10
|
| [**company_post**](CompanyApi.md#company_post) | **POST** /company | Add a company |
|
|
11
11
|
| [**company_put**](CompanyApi.md#company_put) | **PUT** /company | Update a company |
|
|
12
|
+
| [**company_vat_get**](CompanyApi.md#company_vat_get) | **GET** /company/{vat} | Get a company by vat number |
|
|
12
13
|
|
|
13
14
|
|
|
14
15
|
## company_get
|
|
@@ -17,25 +18,20 @@ All URIs are relative to *http://localhost*
|
|
|
17
18
|
|
|
18
19
|
List companies
|
|
19
20
|
|
|
20
|
-
Retrieve a paginated list of companies. **Companies** are the entities that send and receive invoices. They are automatically created from invoice data when invoices are sent or received.
|
|
21
|
+
Retrieve a paginated list of companies. Results can be filtered by free-text search (`q`) across name, VAT number, and fiscal code. **Companies** are the entities that send and receive invoices. They are automatically created from invoice data when invoices are sent or received.
|
|
21
22
|
|
|
22
23
|
### Examples
|
|
23
24
|
|
|
24
25
|
```ruby
|
|
25
26
|
require 'time'
|
|
26
27
|
require 'invoicetronic_sdk'
|
|
27
|
-
# setup authorization
|
|
28
|
-
Invoicetronic_Sdk.configure do |config|
|
|
29
|
-
# Configure HTTP basic authorization: Basic
|
|
30
|
-
config.username = 'YOUR USERNAME'
|
|
31
|
-
config.password = 'YOUR PASSWORD'
|
|
32
|
-
end
|
|
33
28
|
|
|
34
29
|
api_instance = Invoicetronic_Sdk::CompanyApi.new
|
|
35
30
|
opts = {
|
|
36
31
|
page: 56, # Integer | Page number.
|
|
37
32
|
page_size: 56, # Integer | Items per page. Cannot be greater than 200.
|
|
38
|
-
sort: 'sort_example' # String | Sort by field. Prefix with '-' for descending order.
|
|
33
|
+
sort: 'sort_example', # String | Sort by field. Prefix with '-' for descending order.
|
|
34
|
+
q: 'q_example' # String | Full-text search across committente, prestatore, identifier, and file name.
|
|
39
35
|
}
|
|
40
36
|
|
|
41
37
|
begin
|
|
@@ -72,6 +68,7 @@ end
|
|
|
72
68
|
| **page** | **Integer** | Page number. | [optional][default to 1] |
|
|
73
69
|
| **page_size** | **Integer** | Items per page. Cannot be greater than 200. | [optional][default to 100] |
|
|
74
70
|
| **sort** | **String** | Sort by field. Prefix with '-' for descending order. | [optional] |
|
|
71
|
+
| **q** | **String** | Full-text search across committente, prestatore, identifier, and file name. | [optional] |
|
|
75
72
|
|
|
76
73
|
### Return type
|
|
77
74
|
|
|
@@ -79,7 +76,7 @@ end
|
|
|
79
76
|
|
|
80
77
|
### Authorization
|
|
81
78
|
|
|
82
|
-
|
|
79
|
+
No authorization required
|
|
83
80
|
|
|
84
81
|
### HTTP request headers
|
|
85
82
|
|
|
@@ -100,12 +97,6 @@ Delete a company by its internal id. **Companies** are the entities that send a
|
|
|
100
97
|
```ruby
|
|
101
98
|
require 'time'
|
|
102
99
|
require 'invoicetronic_sdk'
|
|
103
|
-
# setup authorization
|
|
104
|
-
Invoicetronic_Sdk.configure do |config|
|
|
105
|
-
# Configure HTTP basic authorization: Basic
|
|
106
|
-
config.username = 'YOUR USERNAME'
|
|
107
|
-
config.password = 'YOUR PASSWORD'
|
|
108
|
-
end
|
|
109
100
|
|
|
110
101
|
api_instance = Invoicetronic_Sdk::CompanyApi.new
|
|
111
102
|
id = 56 # Integer | Item id
|
|
@@ -153,7 +144,7 @@ end
|
|
|
153
144
|
|
|
154
145
|
### Authorization
|
|
155
146
|
|
|
156
|
-
|
|
147
|
+
No authorization required
|
|
157
148
|
|
|
158
149
|
### HTTP request headers
|
|
159
150
|
|
|
@@ -174,12 +165,6 @@ Retrieve a company by its internal id. **Companies** are the entities that send
|
|
|
174
165
|
```ruby
|
|
175
166
|
require 'time'
|
|
176
167
|
require 'invoicetronic_sdk'
|
|
177
|
-
# setup authorization
|
|
178
|
-
Invoicetronic_Sdk.configure do |config|
|
|
179
|
-
# Configure HTTP basic authorization: Basic
|
|
180
|
-
config.username = 'YOUR USERNAME'
|
|
181
|
-
config.password = 'YOUR PASSWORD'
|
|
182
|
-
end
|
|
183
168
|
|
|
184
169
|
api_instance = Invoicetronic_Sdk::CompanyApi.new
|
|
185
170
|
id = 56 # Integer | Item id
|
|
@@ -223,7 +208,7 @@ end
|
|
|
223
208
|
|
|
224
209
|
### Authorization
|
|
225
210
|
|
|
226
|
-
|
|
211
|
+
No authorization required
|
|
227
212
|
|
|
228
213
|
### HTTP request headers
|
|
229
214
|
|
|
@@ -244,12 +229,6 @@ Add a new company. **Companies** are the entities that send and receive invoice
|
|
|
244
229
|
```ruby
|
|
245
230
|
require 'time'
|
|
246
231
|
require 'invoicetronic_sdk'
|
|
247
|
-
# setup authorization
|
|
248
|
-
Invoicetronic_Sdk.configure do |config|
|
|
249
|
-
# Configure HTTP basic authorization: Basic
|
|
250
|
-
config.username = 'YOUR USERNAME'
|
|
251
|
-
config.password = 'YOUR PASSWORD'
|
|
252
|
-
end
|
|
253
232
|
|
|
254
233
|
api_instance = Invoicetronic_Sdk::CompanyApi.new
|
|
255
234
|
company = Invoicetronic_Sdk::Company.new({vat: 'IT01234567891', fiscal_code: 'RSSMRA70A01F205V', name: 'Mario Rossi Srl'}) # Company |
|
|
@@ -293,7 +272,7 @@ end
|
|
|
293
272
|
|
|
294
273
|
### Authorization
|
|
295
274
|
|
|
296
|
-
|
|
275
|
+
No authorization required
|
|
297
276
|
|
|
298
277
|
### HTTP request headers
|
|
299
278
|
|
|
@@ -314,12 +293,6 @@ Update an existing company. **Companies** are the entities that send and receiv
|
|
|
314
293
|
```ruby
|
|
315
294
|
require 'time'
|
|
316
295
|
require 'invoicetronic_sdk'
|
|
317
|
-
# setup authorization
|
|
318
|
-
Invoicetronic_Sdk.configure do |config|
|
|
319
|
-
# Configure HTTP basic authorization: Basic
|
|
320
|
-
config.username = 'YOUR USERNAME'
|
|
321
|
-
config.password = 'YOUR PASSWORD'
|
|
322
|
-
end
|
|
323
296
|
|
|
324
297
|
api_instance = Invoicetronic_Sdk::CompanyApi.new
|
|
325
298
|
company = Invoicetronic_Sdk::Company.new({vat: 'IT01234567891', fiscal_code: 'RSSMRA70A01F205V', name: 'Mario Rossi Srl'}) # Company |
|
|
@@ -363,10 +336,74 @@ end
|
|
|
363
336
|
|
|
364
337
|
### Authorization
|
|
365
338
|
|
|
366
|
-
|
|
339
|
+
No authorization required
|
|
367
340
|
|
|
368
341
|
### HTTP request headers
|
|
369
342
|
|
|
370
343
|
- **Content-Type**: application/json
|
|
371
344
|
- **Accept**: application/json
|
|
372
345
|
|
|
346
|
+
|
|
347
|
+
## company_vat_get
|
|
348
|
+
|
|
349
|
+
> <Company> company_vat_get(vat)
|
|
350
|
+
|
|
351
|
+
Get a company by vat number
|
|
352
|
+
|
|
353
|
+
Retrieve a company by its VAT number. **Companies** are the entities that send and receive invoices. They are automatically created from invoice data when invoices are sent or received.
|
|
354
|
+
|
|
355
|
+
### Examples
|
|
356
|
+
|
|
357
|
+
```ruby
|
|
358
|
+
require 'time'
|
|
359
|
+
require 'invoicetronic_sdk'
|
|
360
|
+
|
|
361
|
+
api_instance = Invoicetronic_Sdk::CompanyApi.new
|
|
362
|
+
vat = 'vat_example' # String |
|
|
363
|
+
|
|
364
|
+
begin
|
|
365
|
+
# Get a company by vat number
|
|
366
|
+
result = api_instance.company_vat_get(vat)
|
|
367
|
+
p result
|
|
368
|
+
rescue Invoicetronic_Sdk::ApiError => e
|
|
369
|
+
puts "Error when calling CompanyApi->company_vat_get: #{e}"
|
|
370
|
+
end
|
|
371
|
+
```
|
|
372
|
+
|
|
373
|
+
#### Using the company_vat_get_with_http_info variant
|
|
374
|
+
|
|
375
|
+
This returns an Array which contains the response data, status code and headers.
|
|
376
|
+
|
|
377
|
+
> <Array(<Company>, Integer, Hash)> company_vat_get_with_http_info(vat)
|
|
378
|
+
|
|
379
|
+
```ruby
|
|
380
|
+
begin
|
|
381
|
+
# Get a company by vat number
|
|
382
|
+
data, status_code, headers = api_instance.company_vat_get_with_http_info(vat)
|
|
383
|
+
p status_code # => 2xx
|
|
384
|
+
p headers # => { ... }
|
|
385
|
+
p data # => <Company>
|
|
386
|
+
rescue Invoicetronic_Sdk::ApiError => e
|
|
387
|
+
puts "Error when calling CompanyApi->company_vat_get_with_http_info: #{e}"
|
|
388
|
+
end
|
|
389
|
+
```
|
|
390
|
+
|
|
391
|
+
### Parameters
|
|
392
|
+
|
|
393
|
+
| Name | Type | Description | Notes |
|
|
394
|
+
| ---- | ---- | ----------- | ----- |
|
|
395
|
+
| **vat** | **String** | | |
|
|
396
|
+
|
|
397
|
+
### Return type
|
|
398
|
+
|
|
399
|
+
[**Company**](Company.md)
|
|
400
|
+
|
|
401
|
+
### Authorization
|
|
402
|
+
|
|
403
|
+
No authorization required
|
|
404
|
+
|
|
405
|
+
### HTTP request headers
|
|
406
|
+
|
|
407
|
+
- **Content-Type**: Not defined
|
|
408
|
+
- **Accept**: application/json
|
|
409
|
+
|
data/docs/Event.md
CHANGED
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
| **date_time** | **Time** | Date and time of the request. | [optional] |
|
|
18
18
|
| **error** | **String** | Response error. | [optional] |
|
|
19
19
|
| **resource_id** | **Integer** | ID of the resource created or modified by this request. | [optional] |
|
|
20
|
+
| **user_agent** | **String** | User-Agent header from the HTTP request. | [optional] |
|
|
20
21
|
| **success** | **Boolean** | Whether the request was successful. | [optional][readonly] |
|
|
21
22
|
| **query** | **String** | Request query. Only used for internal logging, not sent to webhooks. | [optional] |
|
|
22
23
|
| **response_body** | **String** | Response payload. It is guaranteed to be encrypted at rest. | [optional] |
|
|
@@ -40,6 +41,7 @@ instance = Invoicetronic_Sdk::Event.new(
|
|
|
40
41
|
date_time: null,
|
|
41
42
|
error: null,
|
|
42
43
|
resource_id: null,
|
|
44
|
+
user_agent: null,
|
|
43
45
|
success: null,
|
|
44
46
|
query: null,
|
|
45
47
|
response_body: null
|
data/docs/ExportApi.md
ADDED
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
# Invoicetronic_Sdk::ExportApi
|
|
2
|
+
|
|
3
|
+
All URIs are relative to *http://localhost*
|
|
4
|
+
|
|
5
|
+
| Method | HTTP request | Description |
|
|
6
|
+
| ------ | ------------ | ----------- |
|
|
7
|
+
| [**export_get**](ExportApi.md#export_get) | **GET** /export | Export invoices as a ZIP archive |
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
## export_get
|
|
11
|
+
|
|
12
|
+
> export_get(opts)
|
|
13
|
+
|
|
14
|
+
Export invoices as a ZIP archive
|
|
15
|
+
|
|
16
|
+
Export invoices as a ZIP archive of FatturaPA XML files, suitable for import into accounting software (TeamSystem, Zucchetti, etc.). **Sent invoices** are only included when they have reached a definitive state (e.g., `Consegnato` for private recipients, `AccettatoDalDestinatario`, `DecorrenzaTermini`, etc.). Invoices still being processed by SDI are excluded. **Received invoices** are always included. Unread invoices are automatically marked as read and counted as operations. ### Period filters You can filter by period using either: - `year` + `month` (e.g., `year=2026&month=3` for March 2026) - `year` + `quarter` (e.g., `year=2026&quarter=1` for Q1 Jan-Mar) - `document_date_from` / `document_date_to` for a custom date range These options are mutually exclusive. The `year` parameter alone is not valid and requires either `month` or `quarter`. ### Response Returns `200` with a ZIP archive, or `204 No Content` if no invoices match the given filters. Files in the archive are organized by company VAT number (`{vat}/send/`, `{vat}/receive/`). ### Rate limiting This endpoint has a dedicated rate limit: only one export request per user can be processed at a time. Concurrent requests will receive a `429 Too Many Requests` response.
|
|
17
|
+
|
|
18
|
+
### Examples
|
|
19
|
+
|
|
20
|
+
```ruby
|
|
21
|
+
require 'time'
|
|
22
|
+
require 'invoicetronic_sdk'
|
|
23
|
+
|
|
24
|
+
api_instance = Invoicetronic_Sdk::ExportApi.new
|
|
25
|
+
opts = {
|
|
26
|
+
type: 'type_example', # String |
|
|
27
|
+
company_id: 56, # Integer | Company id
|
|
28
|
+
year: 56, # Integer |
|
|
29
|
+
month: 56, # Integer |
|
|
30
|
+
quarter: 56, # Integer |
|
|
31
|
+
document_date_from: Time.parse('2013-10-20T19:20:30+01:00'), # Time | UTC ISO 8601 (2024-11-29T12:34:56Z)
|
|
32
|
+
document_date_to: Time.parse('2013-10-20T19:20:30+01:00') # Time | UTC ISO 8601 (2024-11-29T12:34:56Z)
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
begin
|
|
36
|
+
# Export invoices as a ZIP archive
|
|
37
|
+
api_instance.export_get(opts)
|
|
38
|
+
rescue Invoicetronic_Sdk::ApiError => e
|
|
39
|
+
puts "Error when calling ExportApi->export_get: #{e}"
|
|
40
|
+
end
|
|
41
|
+
```
|
|
42
|
+
|
|
43
|
+
#### Using the export_get_with_http_info variant
|
|
44
|
+
|
|
45
|
+
This returns an Array which contains the response data (`nil` in this case), status code and headers.
|
|
46
|
+
|
|
47
|
+
> <Array(nil, Integer, Hash)> export_get_with_http_info(opts)
|
|
48
|
+
|
|
49
|
+
```ruby
|
|
50
|
+
begin
|
|
51
|
+
# Export invoices as a ZIP archive
|
|
52
|
+
data, status_code, headers = api_instance.export_get_with_http_info(opts)
|
|
53
|
+
p status_code # => 2xx
|
|
54
|
+
p headers # => { ... }
|
|
55
|
+
p data # => nil
|
|
56
|
+
rescue Invoicetronic_Sdk::ApiError => e
|
|
57
|
+
puts "Error when calling ExportApi->export_get_with_http_info: #{e}"
|
|
58
|
+
end
|
|
59
|
+
```
|
|
60
|
+
|
|
61
|
+
### Parameters
|
|
62
|
+
|
|
63
|
+
| Name | Type | Description | Notes |
|
|
64
|
+
| ---- | ---- | ----------- | ----- |
|
|
65
|
+
| **type** | **String** | | [optional] |
|
|
66
|
+
| **company_id** | **Integer** | Company id | [optional] |
|
|
67
|
+
| **year** | **Integer** | | [optional] |
|
|
68
|
+
| **month** | **Integer** | | [optional] |
|
|
69
|
+
| **quarter** | **Integer** | | [optional] |
|
|
70
|
+
| **document_date_from** | **Time** | UTC ISO 8601 (2024-11-29T12:34:56Z) | [optional] |
|
|
71
|
+
| **document_date_to** | **Time** | UTC ISO 8601 (2024-11-29T12:34:56Z) | [optional] |
|
|
72
|
+
|
|
73
|
+
### Return type
|
|
74
|
+
|
|
75
|
+
nil (empty response body)
|
|
76
|
+
|
|
77
|
+
### Authorization
|
|
78
|
+
|
|
79
|
+
No authorization required
|
|
80
|
+
|
|
81
|
+
### HTTP request headers
|
|
82
|
+
|
|
83
|
+
- **Content-Type**: Not defined
|
|
84
|
+
- **Accept**: application/problem+json
|
|
85
|
+
|
data/docs/HealthApi.md
ADDED
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
# Invoicetronic_Sdk::HealthApi
|
|
2
|
+
|
|
3
|
+
All URIs are relative to *http://localhost*
|
|
4
|
+
|
|
5
|
+
| Method | HTTP request | Description |
|
|
6
|
+
| ------ | ------------ | ----------- |
|
|
7
|
+
| [**health_get**](HealthApi.md#health_get) | **GET** /health | Health check |
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
## health_get
|
|
11
|
+
|
|
12
|
+
> health_get
|
|
13
|
+
|
|
14
|
+
Health check
|
|
15
|
+
|
|
16
|
+
Returns the health status of the API and its dependencies. No authentication required. Rate limited to 12 requests per minute.
|
|
17
|
+
|
|
18
|
+
### Examples
|
|
19
|
+
|
|
20
|
+
```ruby
|
|
21
|
+
require 'time'
|
|
22
|
+
require 'invoicetronic_sdk'
|
|
23
|
+
|
|
24
|
+
api_instance = Invoicetronic_Sdk::HealthApi.new
|
|
25
|
+
|
|
26
|
+
begin
|
|
27
|
+
# Health check
|
|
28
|
+
api_instance.health_get
|
|
29
|
+
rescue Invoicetronic_Sdk::ApiError => e
|
|
30
|
+
puts "Error when calling HealthApi->health_get: #{e}"
|
|
31
|
+
end
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
#### Using the health_get_with_http_info variant
|
|
35
|
+
|
|
36
|
+
This returns an Array which contains the response data (`nil` in this case), status code and headers.
|
|
37
|
+
|
|
38
|
+
> <Array(nil, Integer, Hash)> health_get_with_http_info
|
|
39
|
+
|
|
40
|
+
```ruby
|
|
41
|
+
begin
|
|
42
|
+
# Health check
|
|
43
|
+
data, status_code, headers = api_instance.health_get_with_http_info
|
|
44
|
+
p status_code # => 2xx
|
|
45
|
+
p headers # => { ... }
|
|
46
|
+
p data # => nil
|
|
47
|
+
rescue Invoicetronic_Sdk::ApiError => e
|
|
48
|
+
puts "Error when calling HealthApi->health_get_with_http_info: #{e}"
|
|
49
|
+
end
|
|
50
|
+
```
|
|
51
|
+
|
|
52
|
+
### Parameters
|
|
53
|
+
|
|
54
|
+
This endpoint does not need any parameter.
|
|
55
|
+
|
|
56
|
+
### Return type
|
|
57
|
+
|
|
58
|
+
nil (empty response body)
|
|
59
|
+
|
|
60
|
+
### Authorization
|
|
61
|
+
|
|
62
|
+
No authorization required
|
|
63
|
+
|
|
64
|
+
### HTTP request headers
|
|
65
|
+
|
|
66
|
+
- **Content-Type**: Not defined
|
|
67
|
+
- **Accept**: Not defined
|
|
68
|
+
|
data/docs/LogApi.md
CHANGED
|
@@ -21,12 +21,6 @@ Retrieve a paginated list of log events. Results can be filtered by various crit
|
|
|
21
21
|
```ruby
|
|
22
22
|
require 'time'
|
|
23
23
|
require 'invoicetronic_sdk'
|
|
24
|
-
# setup authorization
|
|
25
|
-
Invoicetronic_Sdk.configure do |config|
|
|
26
|
-
# Configure HTTP basic authorization: Basic
|
|
27
|
-
config.username = 'YOUR USERNAME'
|
|
28
|
-
config.password = 'YOUR PASSWORD'
|
|
29
|
-
end
|
|
30
24
|
|
|
31
25
|
api_instance = Invoicetronic_Sdk::LogApi.new
|
|
32
26
|
opts = {
|
|
@@ -43,7 +37,8 @@ opts = {
|
|
|
43
37
|
query: 'query_example', # String |
|
|
44
38
|
success: true, # Boolean |
|
|
45
39
|
date_time_from: Time.parse('2013-10-20T19:20:30+01:00'), # Time | Date and time of the event
|
|
46
|
-
date_time_to: Time.parse('2013-10-20T19:20:30+01:00') # Time | Date and time of the event
|
|
40
|
+
date_time_to: Time.parse('2013-10-20T19:20:30+01:00'), # Time | Date and time of the event
|
|
41
|
+
user_agent: 'user_agent_example' # String |
|
|
47
42
|
}
|
|
48
43
|
|
|
49
44
|
begin
|
|
@@ -91,6 +86,7 @@ end
|
|
|
91
86
|
| **success** | **Boolean** | | [optional] |
|
|
92
87
|
| **date_time_from** | **Time** | Date and time of the event | [optional] |
|
|
93
88
|
| **date_time_to** | **Time** | Date and time of the event | [optional] |
|
|
89
|
+
| **user_agent** | **String** | | [optional] |
|
|
94
90
|
|
|
95
91
|
### Return type
|
|
96
92
|
|
|
@@ -98,7 +94,7 @@ end
|
|
|
98
94
|
|
|
99
95
|
### Authorization
|
|
100
96
|
|
|
101
|
-
|
|
97
|
+
No authorization required
|
|
102
98
|
|
|
103
99
|
### HTTP request headers
|
|
104
100
|
|
|
@@ -119,12 +115,6 @@ Retrieve a log event by its internal id. **Logs** record every API request. The
|
|
|
119
115
|
```ruby
|
|
120
116
|
require 'time'
|
|
121
117
|
require 'invoicetronic_sdk'
|
|
122
|
-
# setup authorization
|
|
123
|
-
Invoicetronic_Sdk.configure do |config|
|
|
124
|
-
# Configure HTTP basic authorization: Basic
|
|
125
|
-
config.username = 'YOUR USERNAME'
|
|
126
|
-
config.password = 'YOUR PASSWORD'
|
|
127
|
-
end
|
|
128
118
|
|
|
129
119
|
api_instance = Invoicetronic_Sdk::LogApi.new
|
|
130
120
|
id = 56 # Integer | Item id
|
|
@@ -168,7 +158,7 @@ end
|
|
|
168
158
|
|
|
169
159
|
### Authorization
|
|
170
160
|
|
|
171
|
-
|
|
161
|
+
No authorization required
|
|
172
162
|
|
|
173
163
|
### HTTP request headers
|
|
174
164
|
|