invoicetronic_sdk 1.2 → 1.5
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 +8 -6
- data/README.md +12 -53
- data/Rakefile +0 -5
- data/docs/CompanyApi.md +75 -2
- data/docs/ExportApi.md +91 -0
- data/docs/HealthApi.md +74 -0
- data/docs/ModelSend.md +2 -0
- data/docs/Receive.md +2 -0
- data/docs/ReceiveApi.md +74 -2
- data/docs/SendApi.md +98 -26
- data/docs/UpdateApi.md +2 -2
- data/invoicetronic_sdk.gemspec +1 -1
- data/lib/invoicetronic_sdk/api/company_api.rb +69 -3
- 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 +1 -1
- data/lib/invoicetronic_sdk/api/receive_api.rb +69 -3
- data/lib/invoicetronic_sdk/api/send_api.rb +105 -39
- data/lib/invoicetronic_sdk/api/status_api.rb +1 -1
- data/lib/invoicetronic_sdk/api/update_api.rb +5 -5
- data/lib/invoicetronic_sdk/api/webhook_api.rb +1 -1
- data/lib/invoicetronic_sdk/api_client.rb +2 -2
- data/lib/invoicetronic_sdk/api_error.rb +1 -1
- data/lib/invoicetronic_sdk/api_model_base.rb +1 -1
- data/lib/invoicetronic_sdk/configuration.rb +1 -1
- data/lib/invoicetronic_sdk/models/company.rb +1 -1
- data/lib/invoicetronic_sdk/models/document_data.rb +1 -1
- data/lib/invoicetronic_sdk/models/error.rb +1 -1
- data/lib/invoicetronic_sdk/models/event.rb +2 -1
- data/lib/invoicetronic_sdk/models/model_send.rb +14 -2
- data/lib/invoicetronic_sdk/models/problem_details.rb +1 -1
- data/lib/invoicetronic_sdk/models/problem_http_result.rb +1 -1
- data/lib/invoicetronic_sdk/models/receive.rb +14 -2
- data/lib/invoicetronic_sdk/models/send_reduced.rb +1 -1
- data/lib/invoicetronic_sdk/models/status.rb +2 -1
- data/lib/invoicetronic_sdk/models/update.rb +2 -1
- data/lib/invoicetronic_sdk/models/web_hook.rb +2 -1
- data/lib/invoicetronic_sdk/models/web_hook_history.rb +1 -1
- data/lib/invoicetronic_sdk/version.rb +2 -2
- data/lib/invoicetronic_sdk.rb +3 -48
- data/spec/api/company_api_spec.rb +15 -2
- data/spec/api/export_api_spec.rb +53 -0
- data/spec/{models/dati_pagamento_spec.rb → api/health_api_spec.rb} +18 -14
- data/spec/api/log_api_spec.rb +1 -1
- data/spec/api/receive_api_spec.rb +15 -2
- data/spec/api/send_api_spec.rb +19 -6
- data/spec/api/status_api_spec.rb +1 -1
- data/spec/api/update_api_spec.rb +3 -3
- data/spec/api/webhook_api_spec.rb +1 -1
- data/spec/models/company_spec.rb +1 -1
- data/spec/models/document_data_spec.rb +1 -1
- data/spec/models/error_spec.rb +1 -1
- data/spec/models/event_spec.rb +1 -1
- data/spec/models/model_send_spec.rb +7 -1
- data/spec/models/problem_details_spec.rb +1 -1
- data/spec/models/problem_http_result_spec.rb +1 -1
- data/spec/models/receive_spec.rb +7 -1
- data/spec/models/send_reduced_spec.rb +1 -1
- data/spec/models/status_spec.rb +1 -1
- data/spec/models/update_spec.rb +1 -1
- data/spec/models/web_hook_history_spec.rb +1 -1
- data/spec/models/web_hook_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/cache/ethon-0.18.0.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.10.2.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 +5 -5
- 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 +5 -5
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/io-console-0.8.2/gem_make.out +5 -5
- 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/jaro_winkler-1.5.6/gem_make.out +5 -5
- 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 +5 -5
- 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 +5 -5
- 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 +5 -5
- 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/lib/byebug/byebug.so +0 -0
- 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/io-console-0.8.2/lib/io/console.so +0 -0
- 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.10.2}/lib/parser/meta.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/version.rb +1 -1
- 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/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/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/logger-1.7.0.gemspec +22 -0
- data/vendor/bundle/ruby/3.3.0/specifications/{parser-3.3.10.1.gemspec → parser-3.3.10.2.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 +278 -488
- 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/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/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/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/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/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/{parser-3.3.10.1 → parser-3.3.10.2}/LICENSE.txt +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/bin/ruby-parse +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/bin/ruby-rewrite +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/gauntlet_parser.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/all.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/ast/node.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/ast/processor.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/base.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/builders/default.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/clobbering_error.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/color.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/context.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/current.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/current_arg_stack.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/deprecation.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/diagnostic/engine.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/diagnostic.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/lexer/dedenter.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/lexer/explanation.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/lexer/literal.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/lexer/stack_state.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/lexer-F0.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/lexer-F1.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/lexer-strings.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/macruby.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/max_numparam_stack.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/messages.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/rewriter.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/ruby18.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/ruby19.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/ruby20.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/ruby21.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/ruby22.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/ruby23.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/ruby24.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/ruby25.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/ruby26.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/ruby27.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/ruby30.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/ruby31.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/ruby32.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/ruby33.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/ruby34.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/rubymotion.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/runner/ruby_parse.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/runner/ruby_rewrite.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/runner.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/source/buffer.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/source/comment/associator.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/source/comment.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/source/map/collection.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/source/map/condition.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/source/map/constant.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/source/map/definition.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/source/map/for.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/source/map/heredoc.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/source/map/index.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/source/map/keyword.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/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.10.2}/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.10.2}/lib/parser/source/map/operator.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/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.10.2}/lib/parser/source/map/send.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/source/map/ternary.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/source/map/variable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/source/map.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/source/range.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/source/rewriter/action.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/source/rewriter.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/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.10.2}/lib/parser/source/tree_rewriter.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/static_environment.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/syntax_error.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/tree_rewriter.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/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.10.2}/lib/parser/variables_stack.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/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: 86225d0ab70a1baf20d01880869b5a9e677489891dc8e50d6e48617685c40e8b
|
|
4
|
+
data.tar.gz: 63696d5808e1ab44c0163937e38518a7921c0c8d59d40148814c71185439e5c5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3a026e249143e8540d8544e15810a7c14f73c621e67c91bbc93cd903eb4e88fe364a2f25e8916dbbfd2c7cbf617c0f7db11d1c162fd16dd4259cce28e16f774d
|
|
7
|
+
data.tar.gz: c088351ce2794c930e20e079a826c3419845919fab1b49582b7b035bfc4f1a22dea3fcbf05d4b165b1dcfaad5269372badc19dd5b0f157ce6a386bf759ef9a85
|
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.5)
|
|
5
5
|
typhoeus (~> 1.0, >= 1.0.1)
|
|
6
6
|
|
|
7
7
|
GEM
|
|
@@ -13,8 +13,9 @@ 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
|
+
logger
|
|
18
19
|
ffi (1.17.3)
|
|
19
20
|
ffi (1.17.3-aarch64-linux-gnu)
|
|
20
21
|
ffi (1.17.3-aarch64-linux-musl)
|
|
@@ -28,9 +29,10 @@ GEM
|
|
|
28
29
|
ffi (1.17.3-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.10.
|
|
35
|
+
parser (3.3.10.2)
|
|
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
|
@@ -10,8 +10,8 @@ For more information, see [Invoicetronic website][2]
|
|
|
10
10
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
11
11
|
|
|
12
12
|
- API version: 1
|
|
13
|
-
- Package version: 1.
|
|
14
|
-
- Generator version: 7.
|
|
13
|
+
- Package version: 1.5
|
|
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.5.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.5.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.5'
|
|
41
41
|
|
|
42
42
|
### Install from Git
|
|
43
43
|
|
|
@@ -72,7 +72,8 @@ api_instance = Invoicetronic_Sdk::CompanyApi.new
|
|
|
72
72
|
opts = {
|
|
73
73
|
page: 56, # Integer | Page number.
|
|
74
74
|
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.
|
|
75
|
+
sort: 'sort_example', # String | Sort by field. Prefix with '-' for descending order.
|
|
76
|
+
q: 'q_example' # String | Full-text search across committente, prestatore, identifier, and file name.
|
|
76
77
|
}
|
|
77
78
|
|
|
78
79
|
begin
|
|
@@ -96,14 +97,19 @@ Class | Method | HTTP request | Description
|
|
|
96
97
|
*Invoicetronic_Sdk::CompanyApi* | [**company_id_get**](docs/CompanyApi.md#company_id_get) | **GET** /company/{id} | Get a company by id
|
|
97
98
|
*Invoicetronic_Sdk::CompanyApi* | [**company_post**](docs/CompanyApi.md#company_post) | **POST** /company | Add a company
|
|
98
99
|
*Invoicetronic_Sdk::CompanyApi* | [**company_put**](docs/CompanyApi.md#company_put) | **PUT** /company | Update a company
|
|
100
|
+
*Invoicetronic_Sdk::CompanyApi* | [**company_vat_get**](docs/CompanyApi.md#company_vat_get) | **GET** /company/{vat} | Get a company by vat number
|
|
101
|
+
*Invoicetronic_Sdk::ExportApi* | [**export_get**](docs/ExportApi.md#export_get) | **GET** /export | Export invoices as a ZIP archive
|
|
102
|
+
*Invoicetronic_Sdk::HealthApi* | [**health_get**](docs/HealthApi.md#health_get) | **GET** /health | Health check
|
|
99
103
|
*Invoicetronic_Sdk::LogApi* | [**log_get**](docs/LogApi.md#log_get) | **GET** /log | List events
|
|
100
104
|
*Invoicetronic_Sdk::LogApi* | [**log_id_get**](docs/LogApi.md#log_id_get) | **GET** /log/{id} | Get an event by id
|
|
101
105
|
*Invoicetronic_Sdk::ReceiveApi* | [**receive_get**](docs/ReceiveApi.md#receive_get) | **GET** /receive | List incoming invoices
|
|
102
106
|
*Invoicetronic_Sdk::ReceiveApi* | [**receive_id_delete**](docs/ReceiveApi.md#receive_id_delete) | **DELETE** /receive/{id} | Delete an incoming invoice by id
|
|
103
107
|
*Invoicetronic_Sdk::ReceiveApi* | [**receive_id_get**](docs/ReceiveApi.md#receive_id_get) | **GET** /receive/{id} | Get an incoming invoice by id
|
|
108
|
+
*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
109
|
*Invoicetronic_Sdk::SendApi* | [**send_file_post**](docs/SendApi.md#send_file_post) | **POST** /send/file | Add an invoice by file
|
|
105
110
|
*Invoicetronic_Sdk::SendApi* | [**send_get**](docs/SendApi.md#send_get) | **GET** /send | List invoices
|
|
106
111
|
*Invoicetronic_Sdk::SendApi* | [**send_id_get**](docs/SendApi.md#send_id_get) | **GET** /send/{id} | Get a invoice by id
|
|
112
|
+
*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
113
|
*Invoicetronic_Sdk::SendApi* | [**send_identifier_get**](docs/SendApi.md#send_identifier_get) | **GET** /send/{identifier} | Get a invoice by identifier
|
|
108
114
|
*Invoicetronic_Sdk::SendApi* | [**send_json_post**](docs/SendApi.md#send_json_post) | **POST** /send/json | Add an invoice by json
|
|
109
115
|
*Invoicetronic_Sdk::SendApi* | [**send_post**](docs/SendApi.md#send_post) | **POST** /send | Add an invoice
|
|
@@ -126,63 +132,16 @@ Class | Method | HTTP request | Description
|
|
|
126
132
|
|
|
127
133
|
## Documentation for Models
|
|
128
134
|
|
|
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
135
|
- [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
136
|
- [Invoicetronic_Sdk::DocumentData](docs/DocumentData.md)
|
|
163
137
|
- [Invoicetronic_Sdk::Error](docs/Error.md)
|
|
164
138
|
- [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
139
|
- [Invoicetronic_Sdk::ModelSend](docs/ModelSend.md)
|
|
174
140
|
- [Invoicetronic_Sdk::ProblemDetails](docs/ProblemDetails.md)
|
|
175
141
|
- [Invoicetronic_Sdk::ProblemHttpResult](docs/ProblemHttpResult.md)
|
|
176
|
-
- [Invoicetronic_Sdk::RappresentanteFiscale](docs/RappresentanteFiscale.md)
|
|
177
|
-
- [Invoicetronic_Sdk::RappresentanteFiscaleCessionarioCommittente](docs/RappresentanteFiscaleCessionarioCommittente.md)
|
|
178
142
|
- [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
143
|
- [Invoicetronic_Sdk::SendReduced](docs/SendReduced.md)
|
|
183
|
-
- [Invoicetronic_Sdk::StabileOrganizzazione](docs/StabileOrganizzazione.md)
|
|
184
144
|
- [Invoicetronic_Sdk::Status](docs/Status.md)
|
|
185
|
-
- [Invoicetronic_Sdk::TerzoIntermediarioOSoggettoEmittente](docs/TerzoIntermediarioOSoggettoEmittente.md)
|
|
186
145
|
- [Invoicetronic_Sdk::Update](docs/Update.md)
|
|
187
146
|
- [Invoicetronic_Sdk::WebHook](docs/WebHook.md)
|
|
188
147
|
- [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,7 +18,7 @@ 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
|
|
|
@@ -35,7 +36,8 @@ api_instance = Invoicetronic_Sdk::CompanyApi.new
|
|
|
35
36
|
opts = {
|
|
36
37
|
page: 56, # Integer | Page number.
|
|
37
38
|
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.
|
|
39
|
+
sort: 'sort_example', # String | Sort by field. Prefix with '-' for descending order.
|
|
40
|
+
q: 'q_example' # String | Full-text search across committente, prestatore, identifier, and file name.
|
|
39
41
|
}
|
|
40
42
|
|
|
41
43
|
begin
|
|
@@ -72,6 +74,7 @@ end
|
|
|
72
74
|
| **page** | **Integer** | Page number. | [optional][default to 1] |
|
|
73
75
|
| **page_size** | **Integer** | Items per page. Cannot be greater than 200. | [optional][default to 100] |
|
|
74
76
|
| **sort** | **String** | Sort by field. Prefix with '-' for descending order. | [optional] |
|
|
77
|
+
| **q** | **String** | Full-text search across committente, prestatore, identifier, and file name. | [optional] |
|
|
75
78
|
|
|
76
79
|
### Return type
|
|
77
80
|
|
|
@@ -370,3 +373,73 @@ end
|
|
|
370
373
|
- **Content-Type**: application/json
|
|
371
374
|
- **Accept**: application/json
|
|
372
375
|
|
|
376
|
+
|
|
377
|
+
## company_vat_get
|
|
378
|
+
|
|
379
|
+
> <Company> company_vat_get(vat)
|
|
380
|
+
|
|
381
|
+
Get a company by vat number
|
|
382
|
+
|
|
383
|
+
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.
|
|
384
|
+
|
|
385
|
+
### Examples
|
|
386
|
+
|
|
387
|
+
```ruby
|
|
388
|
+
require 'time'
|
|
389
|
+
require 'invoicetronic_sdk'
|
|
390
|
+
# setup authorization
|
|
391
|
+
Invoicetronic_Sdk.configure do |config|
|
|
392
|
+
# Configure HTTP basic authorization: Basic
|
|
393
|
+
config.username = 'YOUR USERNAME'
|
|
394
|
+
config.password = 'YOUR PASSWORD'
|
|
395
|
+
end
|
|
396
|
+
|
|
397
|
+
api_instance = Invoicetronic_Sdk::CompanyApi.new
|
|
398
|
+
vat = 'vat_example' # String |
|
|
399
|
+
|
|
400
|
+
begin
|
|
401
|
+
# Get a company by vat number
|
|
402
|
+
result = api_instance.company_vat_get(vat)
|
|
403
|
+
p result
|
|
404
|
+
rescue Invoicetronic_Sdk::ApiError => e
|
|
405
|
+
puts "Error when calling CompanyApi->company_vat_get: #{e}"
|
|
406
|
+
end
|
|
407
|
+
```
|
|
408
|
+
|
|
409
|
+
#### Using the company_vat_get_with_http_info variant
|
|
410
|
+
|
|
411
|
+
This returns an Array which contains the response data, status code and headers.
|
|
412
|
+
|
|
413
|
+
> <Array(<Company>, Integer, Hash)> company_vat_get_with_http_info(vat)
|
|
414
|
+
|
|
415
|
+
```ruby
|
|
416
|
+
begin
|
|
417
|
+
# Get a company by vat number
|
|
418
|
+
data, status_code, headers = api_instance.company_vat_get_with_http_info(vat)
|
|
419
|
+
p status_code # => 2xx
|
|
420
|
+
p headers # => { ... }
|
|
421
|
+
p data # => <Company>
|
|
422
|
+
rescue Invoicetronic_Sdk::ApiError => e
|
|
423
|
+
puts "Error when calling CompanyApi->company_vat_get_with_http_info: #{e}"
|
|
424
|
+
end
|
|
425
|
+
```
|
|
426
|
+
|
|
427
|
+
### Parameters
|
|
428
|
+
|
|
429
|
+
| Name | Type | Description | Notes |
|
|
430
|
+
| ---- | ---- | ----------- | ----- |
|
|
431
|
+
| **vat** | **String** | | |
|
|
432
|
+
|
|
433
|
+
### Return type
|
|
434
|
+
|
|
435
|
+
[**Company**](Company.md)
|
|
436
|
+
|
|
437
|
+
### Authorization
|
|
438
|
+
|
|
439
|
+
[Basic](../README.md#Basic)
|
|
440
|
+
|
|
441
|
+
### HTTP request headers
|
|
442
|
+
|
|
443
|
+
- **Content-Type**: Not defined
|
|
444
|
+
- **Accept**: application/json
|
|
445
|
+
|
data/docs/ExportApi.md
ADDED
|
@@ -0,0 +1,91 @@
|
|
|
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
|
+
# setup authorization
|
|
24
|
+
Invoicetronic_Sdk.configure do |config|
|
|
25
|
+
# Configure HTTP basic authorization: Basic
|
|
26
|
+
config.username = 'YOUR USERNAME'
|
|
27
|
+
config.password = 'YOUR PASSWORD'
|
|
28
|
+
end
|
|
29
|
+
|
|
30
|
+
api_instance = Invoicetronic_Sdk::ExportApi.new
|
|
31
|
+
opts = {
|
|
32
|
+
type: 'type_example', # String |
|
|
33
|
+
company_id: 56, # Integer | Company id
|
|
34
|
+
year: 56, # Integer |
|
|
35
|
+
month: 56, # Integer |
|
|
36
|
+
quarter: 56, # Integer |
|
|
37
|
+
document_date_from: Time.parse('2013-10-20T19:20:30+01:00'), # Time | UTC ISO 8601 (2024-11-29T12:34:56Z)
|
|
38
|
+
document_date_to: Time.parse('2013-10-20T19:20:30+01:00') # Time | UTC ISO 8601 (2024-11-29T12:34:56Z)
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
begin
|
|
42
|
+
# Export invoices as a ZIP archive
|
|
43
|
+
api_instance.export_get(opts)
|
|
44
|
+
rescue Invoicetronic_Sdk::ApiError => e
|
|
45
|
+
puts "Error when calling ExportApi->export_get: #{e}"
|
|
46
|
+
end
|
|
47
|
+
```
|
|
48
|
+
|
|
49
|
+
#### Using the export_get_with_http_info variant
|
|
50
|
+
|
|
51
|
+
This returns an Array which contains the response data (`nil` in this case), status code and headers.
|
|
52
|
+
|
|
53
|
+
> <Array(nil, Integer, Hash)> export_get_with_http_info(opts)
|
|
54
|
+
|
|
55
|
+
```ruby
|
|
56
|
+
begin
|
|
57
|
+
# Export invoices as a ZIP archive
|
|
58
|
+
data, status_code, headers = api_instance.export_get_with_http_info(opts)
|
|
59
|
+
p status_code # => 2xx
|
|
60
|
+
p headers # => { ... }
|
|
61
|
+
p data # => nil
|
|
62
|
+
rescue Invoicetronic_Sdk::ApiError => e
|
|
63
|
+
puts "Error when calling ExportApi->export_get_with_http_info: #{e}"
|
|
64
|
+
end
|
|
65
|
+
```
|
|
66
|
+
|
|
67
|
+
### Parameters
|
|
68
|
+
|
|
69
|
+
| Name | Type | Description | Notes |
|
|
70
|
+
| ---- | ---- | ----------- | ----- |
|
|
71
|
+
| **type** | **String** | | [optional] |
|
|
72
|
+
| **company_id** | **Integer** | Company id | [optional] |
|
|
73
|
+
| **year** | **Integer** | | [optional] |
|
|
74
|
+
| **month** | **Integer** | | [optional] |
|
|
75
|
+
| **quarter** | **Integer** | | [optional] |
|
|
76
|
+
| **document_date_from** | **Time** | UTC ISO 8601 (2024-11-29T12:34:56Z) | [optional] |
|
|
77
|
+
| **document_date_to** | **Time** | UTC ISO 8601 (2024-11-29T12:34:56Z) | [optional] |
|
|
78
|
+
|
|
79
|
+
### Return type
|
|
80
|
+
|
|
81
|
+
nil (empty response body)
|
|
82
|
+
|
|
83
|
+
### Authorization
|
|
84
|
+
|
|
85
|
+
[Basic](../README.md#Basic)
|
|
86
|
+
|
|
87
|
+
### HTTP request headers
|
|
88
|
+
|
|
89
|
+
- **Content-Type**: Not defined
|
|
90
|
+
- **Accept**: application/problem+json
|
|
91
|
+
|
data/docs/HealthApi.md
ADDED
|
@@ -0,0 +1,74 @@
|
|
|
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
|
+
# setup authorization
|
|
24
|
+
Invoicetronic_Sdk.configure do |config|
|
|
25
|
+
# Configure HTTP basic authorization: Basic
|
|
26
|
+
config.username = 'YOUR USERNAME'
|
|
27
|
+
config.password = 'YOUR PASSWORD'
|
|
28
|
+
end
|
|
29
|
+
|
|
30
|
+
api_instance = Invoicetronic_Sdk::HealthApi.new
|
|
31
|
+
|
|
32
|
+
begin
|
|
33
|
+
# Health check
|
|
34
|
+
api_instance.health_get
|
|
35
|
+
rescue Invoicetronic_Sdk::ApiError => e
|
|
36
|
+
puts "Error when calling HealthApi->health_get: #{e}"
|
|
37
|
+
end
|
|
38
|
+
```
|
|
39
|
+
|
|
40
|
+
#### Using the health_get_with_http_info variant
|
|
41
|
+
|
|
42
|
+
This returns an Array which contains the response data (`nil` in this case), status code and headers.
|
|
43
|
+
|
|
44
|
+
> <Array(nil, Integer, Hash)> health_get_with_http_info
|
|
45
|
+
|
|
46
|
+
```ruby
|
|
47
|
+
begin
|
|
48
|
+
# Health check
|
|
49
|
+
data, status_code, headers = api_instance.health_get_with_http_info
|
|
50
|
+
p status_code # => 2xx
|
|
51
|
+
p headers # => { ... }
|
|
52
|
+
p data # => nil
|
|
53
|
+
rescue Invoicetronic_Sdk::ApiError => e
|
|
54
|
+
puts "Error when calling HealthApi->health_get_with_http_info: #{e}"
|
|
55
|
+
end
|
|
56
|
+
```
|
|
57
|
+
|
|
58
|
+
### Parameters
|
|
59
|
+
|
|
60
|
+
This endpoint does not need any parameter.
|
|
61
|
+
|
|
62
|
+
### Return type
|
|
63
|
+
|
|
64
|
+
nil (empty response body)
|
|
65
|
+
|
|
66
|
+
### Authorization
|
|
67
|
+
|
|
68
|
+
[Basic](../README.md#Basic)
|
|
69
|
+
|
|
70
|
+
### HTTP request headers
|
|
71
|
+
|
|
72
|
+
- **Content-Type**: Not defined
|
|
73
|
+
- **Accept**: Not defined
|
|
74
|
+
|
data/docs/ModelSend.md
CHANGED
|
@@ -19,6 +19,7 @@
|
|
|
19
19
|
| **date_sent** | **Time** | When the invoice was sent to SDI. | [optional] |
|
|
20
20
|
| **documents** | [**Array<DocumentData>**](DocumentData.md) | The invoices included in the payload. This is set by the system, based on the xml content. | [optional] |
|
|
21
21
|
| **encoding** | **String** | Whether the payload is Base64 encoded or a plain XML (text). | [optional] |
|
|
22
|
+
| **nome_committente** | **String** | Business name of the committente (client/buyer) extracted from the invoice XML. | [optional] |
|
|
22
23
|
| **meta_data** | **Hash<String, String>** | Optional metadata, as json. | [optional] |
|
|
23
24
|
| **company** | [**Company**](Company.md) | | [optional] |
|
|
24
25
|
|
|
@@ -43,6 +44,7 @@ instance = Invoicetronic_Sdk::ModelSend.new(
|
|
|
43
44
|
date_sent: null,
|
|
44
45
|
documents: null,
|
|
45
46
|
encoding: null,
|
|
47
|
+
nome_committente: null,
|
|
46
48
|
meta_data: null,
|
|
47
49
|
company: null
|
|
48
50
|
)
|
data/docs/Receive.md
CHANGED
|
@@ -19,6 +19,7 @@
|
|
|
19
19
|
| **date_sent** | **Time** | When the invoice was sent to SDI. | [optional] |
|
|
20
20
|
| **documents** | [**Array<DocumentData>**](DocumentData.md) | The invoices included in the payload. This is set by the system, based on the xml content. | [optional] |
|
|
21
21
|
| **encoding** | **String** | Whether the payload is Base64 encoded or a plain XML (text). | [optional] |
|
|
22
|
+
| **nome_prestatore** | **String** | Business name of the prestatore (supplier/seller) extracted from the invoice XML. | [optional] |
|
|
22
23
|
| **is_read** | **Boolean** | Whether the invoice has been read at least once. Set to true only when the invoice is requested with include_payload=true. | [optional] |
|
|
23
24
|
| **message_id** | **String** | SDI message id. | [optional] |
|
|
24
25
|
|
|
@@ -43,6 +44,7 @@ instance = Invoicetronic_Sdk::Receive.new(
|
|
|
43
44
|
date_sent: null,
|
|
44
45
|
documents: null,
|
|
45
46
|
encoding: null,
|
|
47
|
+
nome_prestatore: null,
|
|
46
48
|
is_read: null,
|
|
47
49
|
message_id: null
|
|
48
50
|
)
|
data/docs/ReceiveApi.md
CHANGED
|
@@ -7,6 +7,7 @@ All URIs are relative to *http://localhost*
|
|
|
7
7
|
| [**receive_get**](ReceiveApi.md#receive_get) | **GET** /receive | List incoming invoices |
|
|
8
8
|
| [**receive_id_delete**](ReceiveApi.md#receive_id_delete) | **DELETE** /receive/{id} | Delete an incoming invoice by id |
|
|
9
9
|
| [**receive_id_get**](ReceiveApi.md#receive_id_get) | **GET** /receive/{id} | Get an incoming invoice by id |
|
|
10
|
+
| [**receive_id_payload_get**](ReceiveApi.md#receive_id_payload_get) | **GET** /receive/{id}/payload | Get a receive invoice payload by id |
|
|
10
11
|
|
|
11
12
|
|
|
12
13
|
## receive_get
|
|
@@ -15,7 +16,7 @@ All URIs are relative to *http://localhost*
|
|
|
15
16
|
|
|
16
17
|
List incoming invoices
|
|
17
18
|
|
|
18
|
-
Retrieve a paginated list of receive invoices. Results can be filtered by various criteria such as company, date ranges, sender, and
|
|
19
|
+
Retrieve a paginated list of receive invoices. Results can be filtered by various criteria such as company, date ranges, sender, document number, and free-text search (`q`). Returns invoice metadata; set `include_payload` to true to include the full invoice content. Invoices are marked as read (`is_read` = true) only when `include_payload` is true. **Receive** invoices are inbound purchase invoices received from suppliers through Italy's SDI (Sistema di Interscambio). Preserved for two years in the live environment and 24 hours in the [Sandbox](https://invoicetronic.com/en/docs/sandbox/).
|
|
19
20
|
|
|
20
21
|
### Examples
|
|
21
22
|
|
|
@@ -47,7 +48,8 @@ opts = {
|
|
|
47
48
|
include_payload: true, # Boolean | Include payload in the response. Defaults to false.
|
|
48
49
|
page: 56, # Integer | Page number.
|
|
49
50
|
page_size: 56, # Integer | Items per page. Cannot be greater than 200.
|
|
50
|
-
sort: 'sort_example' # String | Sort by field. Prefix with '-' for descending order.
|
|
51
|
+
sort: 'sort_example', # String | Sort by field. Prefix with '-' for descending order.
|
|
52
|
+
q: 'q_example' # String | Full-text search across committente, prestatore, identifier, and file name.
|
|
51
53
|
}
|
|
52
54
|
|
|
53
55
|
begin
|
|
@@ -98,6 +100,7 @@ end
|
|
|
98
100
|
| **page** | **Integer** | Page number. | [optional][default to 1] |
|
|
99
101
|
| **page_size** | **Integer** | Items per page. Cannot be greater than 200. | [optional][default to 100] |
|
|
100
102
|
| **sort** | **String** | Sort by field. Prefix with '-' for descending order. | [optional] |
|
|
103
|
+
| **q** | **String** | Full-text search across committente, prestatore, identifier, and file name. | [optional] |
|
|
101
104
|
|
|
102
105
|
### Return type
|
|
103
106
|
|
|
@@ -256,3 +259,72 @@ end
|
|
|
256
259
|
- **Content-Type**: Not defined
|
|
257
260
|
- **Accept**: application/json
|
|
258
261
|
|
|
262
|
+
|
|
263
|
+
## receive_id_payload_get
|
|
264
|
+
|
|
265
|
+
> receive_id_payload_get(id)
|
|
266
|
+
|
|
267
|
+
Get a receive invoice payload by id
|
|
268
|
+
|
|
269
|
+
Retrieve only the payload of a receive invoice, without the full invoice metadata. This is useful when you already have the invoice metadata and only need the XML content. The response is a `text/plain` string, identical to the `payload` field returned by the standard GET endpoint with `include_payload=true`. The invoice is marked as read (`is_read` = true) and counted as an operation, same as when retrieving the full invoice with `include_payload=true`.
|
|
270
|
+
|
|
271
|
+
### Examples
|
|
272
|
+
|
|
273
|
+
```ruby
|
|
274
|
+
require 'time'
|
|
275
|
+
require 'invoicetronic_sdk'
|
|
276
|
+
# setup authorization
|
|
277
|
+
Invoicetronic_Sdk.configure do |config|
|
|
278
|
+
# Configure HTTP basic authorization: Basic
|
|
279
|
+
config.username = 'YOUR USERNAME'
|
|
280
|
+
config.password = 'YOUR PASSWORD'
|
|
281
|
+
end
|
|
282
|
+
|
|
283
|
+
api_instance = Invoicetronic_Sdk::ReceiveApi.new
|
|
284
|
+
id = 56 # Integer | Item id
|
|
285
|
+
|
|
286
|
+
begin
|
|
287
|
+
# Get a receive invoice payload by id
|
|
288
|
+
api_instance.receive_id_payload_get(id)
|
|
289
|
+
rescue Invoicetronic_Sdk::ApiError => e
|
|
290
|
+
puts "Error when calling ReceiveApi->receive_id_payload_get: #{e}"
|
|
291
|
+
end
|
|
292
|
+
```
|
|
293
|
+
|
|
294
|
+
#### Using the receive_id_payload_get_with_http_info variant
|
|
295
|
+
|
|
296
|
+
This returns an Array which contains the response data (`nil` in this case), status code and headers.
|
|
297
|
+
|
|
298
|
+
> <Array(nil, Integer, Hash)> receive_id_payload_get_with_http_info(id)
|
|
299
|
+
|
|
300
|
+
```ruby
|
|
301
|
+
begin
|
|
302
|
+
# Get a receive invoice payload by id
|
|
303
|
+
data, status_code, headers = api_instance.receive_id_payload_get_with_http_info(id)
|
|
304
|
+
p status_code # => 2xx
|
|
305
|
+
p headers # => { ... }
|
|
306
|
+
p data # => nil
|
|
307
|
+
rescue Invoicetronic_Sdk::ApiError => e
|
|
308
|
+
puts "Error when calling ReceiveApi->receive_id_payload_get_with_http_info: #{e}"
|
|
309
|
+
end
|
|
310
|
+
```
|
|
311
|
+
|
|
312
|
+
### Parameters
|
|
313
|
+
|
|
314
|
+
| Name | Type | Description | Notes |
|
|
315
|
+
| ---- | ---- | ----------- | ----- |
|
|
316
|
+
| **id** | **Integer** | Item id | |
|
|
317
|
+
|
|
318
|
+
### Return type
|
|
319
|
+
|
|
320
|
+
nil (empty response body)
|
|
321
|
+
|
|
322
|
+
### Authorization
|
|
323
|
+
|
|
324
|
+
[Basic](../README.md#Basic)
|
|
325
|
+
|
|
326
|
+
### HTTP request headers
|
|
327
|
+
|
|
328
|
+
- **Content-Type**: Not defined
|
|
329
|
+
- **Accept**: application/problem+json
|
|
330
|
+
|