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.
Files changed (532) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +1 -1
  3. data/Gemfile.lock +8 -6
  4. data/README.md +12 -53
  5. data/Rakefile +0 -5
  6. data/docs/CompanyApi.md +75 -2
  7. data/docs/ExportApi.md +91 -0
  8. data/docs/HealthApi.md +74 -0
  9. data/docs/ModelSend.md +2 -0
  10. data/docs/Receive.md +2 -0
  11. data/docs/ReceiveApi.md +74 -2
  12. data/docs/SendApi.md +98 -26
  13. data/docs/UpdateApi.md +2 -2
  14. data/invoicetronic_sdk.gemspec +1 -1
  15. data/lib/invoicetronic_sdk/api/company_api.rb +69 -3
  16. data/lib/invoicetronic_sdk/api/export_api.rb +100 -0
  17. data/lib/invoicetronic_sdk/api/health_api.rb +77 -0
  18. data/lib/invoicetronic_sdk/api/log_api.rb +1 -1
  19. data/lib/invoicetronic_sdk/api/receive_api.rb +69 -3
  20. data/lib/invoicetronic_sdk/api/send_api.rb +105 -39
  21. data/lib/invoicetronic_sdk/api/status_api.rb +1 -1
  22. data/lib/invoicetronic_sdk/api/update_api.rb +5 -5
  23. data/lib/invoicetronic_sdk/api/webhook_api.rb +1 -1
  24. data/lib/invoicetronic_sdk/api_client.rb +2 -2
  25. data/lib/invoicetronic_sdk/api_error.rb +1 -1
  26. data/lib/invoicetronic_sdk/api_model_base.rb +1 -1
  27. data/lib/invoicetronic_sdk/configuration.rb +1 -1
  28. data/lib/invoicetronic_sdk/models/company.rb +1 -1
  29. data/lib/invoicetronic_sdk/models/document_data.rb +1 -1
  30. data/lib/invoicetronic_sdk/models/error.rb +1 -1
  31. data/lib/invoicetronic_sdk/models/event.rb +2 -1
  32. data/lib/invoicetronic_sdk/models/model_send.rb +14 -2
  33. data/lib/invoicetronic_sdk/models/problem_details.rb +1 -1
  34. data/lib/invoicetronic_sdk/models/problem_http_result.rb +1 -1
  35. data/lib/invoicetronic_sdk/models/receive.rb +14 -2
  36. data/lib/invoicetronic_sdk/models/send_reduced.rb +1 -1
  37. data/lib/invoicetronic_sdk/models/status.rb +2 -1
  38. data/lib/invoicetronic_sdk/models/update.rb +2 -1
  39. data/lib/invoicetronic_sdk/models/web_hook.rb +2 -1
  40. data/lib/invoicetronic_sdk/models/web_hook_history.rb +1 -1
  41. data/lib/invoicetronic_sdk/version.rb +2 -2
  42. data/lib/invoicetronic_sdk.rb +3 -48
  43. data/spec/api/company_api_spec.rb +15 -2
  44. data/spec/api/export_api_spec.rb +53 -0
  45. data/spec/{models/dati_pagamento_spec.rb → api/health_api_spec.rb} +18 -14
  46. data/spec/api/log_api_spec.rb +1 -1
  47. data/spec/api/receive_api_spec.rb +15 -2
  48. data/spec/api/send_api_spec.rb +19 -6
  49. data/spec/api/status_api_spec.rb +1 -1
  50. data/spec/api/update_api_spec.rb +3 -3
  51. data/spec/api/webhook_api_spec.rb +1 -1
  52. data/spec/models/company_spec.rb +1 -1
  53. data/spec/models/document_data_spec.rb +1 -1
  54. data/spec/models/error_spec.rb +1 -1
  55. data/spec/models/event_spec.rb +1 -1
  56. data/spec/models/model_send_spec.rb +7 -1
  57. data/spec/models/problem_details_spec.rb +1 -1
  58. data/spec/models/problem_http_result_spec.rb +1 -1
  59. data/spec/models/receive_spec.rb +7 -1
  60. data/spec/models/send_reduced_spec.rb +1 -1
  61. data/spec/models/status_spec.rb +1 -1
  62. data/spec/models/update_spec.rb +1 -1
  63. data/spec/models/web_hook_history_spec.rb +1 -1
  64. data/spec/models/web_hook_spec.rb +1 -1
  65. data/spec/spec_helper.rb +1 -1
  66. data/vendor/bundle/ruby/3.3.0/cache/ethon-0.18.0.gem +0 -0
  67. data/vendor/bundle/ruby/3.3.0/cache/logger-1.7.0.gem +0 -0
  68. data/vendor/bundle/ruby/3.3.0/cache/parser-3.3.10.2.gem +0 -0
  69. data/vendor/bundle/ruby/3.3.0/cache/rspec-mocks-3.13.8.gem +0 -0
  70. data/vendor/bundle/ruby/3.3.0/cache/typhoeus-1.6.0.gem +0 -0
  71. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/byebug-13.0.0/byebug/byebug.so +0 -0
  72. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/byebug-13.0.0/gem_make.out +5 -5
  73. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/date-3.5.1/date_core.so +0 -0
  74. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/date-3.5.1/gem_make.out +5 -5
  75. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/io-console-0.8.2/gem_make.out +5 -5
  76. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/io-console-0.8.2/io/console.so +0 -0
  77. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/jaro_winkler-1.5.6/gem_make.out +5 -5
  78. 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
  79. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/psych-5.3.1/gem_make.out +5 -5
  80. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/psych-5.3.1/psych.so +0 -0
  81. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/racc-1.8.1/gem_make.out +5 -5
  82. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/racc-1.8.1/racc/cparse.so +0 -0
  83. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/stringio-3.2.0/gem_make.out +5 -5
  84. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/stringio-3.2.0/stringio.so +0 -0
  85. data/vendor/bundle/ruby/3.3.0/gems/byebug-13.0.0/lib/byebug/byebug.so +0 -0
  86. data/vendor/bundle/ruby/3.3.0/gems/date-3.5.1/lib/date_core.so +0 -0
  87. data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/CHANGELOG.md +46 -1
  88. data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/README.md +23 -0
  89. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.18.0/ethon.gemspec +37 -0
  90. data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/curls/classes.rb +12 -2
  91. data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/curls/codes.rb +3 -2
  92. data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/curls/options.rb +4 -3
  93. data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/callbacks.rb +10 -3
  94. data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/informations.rb +3 -0
  95. data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/response_callbacks.rb +6 -1
  96. data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/loggable.rb +0 -1
  97. data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/version.rb +1 -1
  98. data/vendor/bundle/ruby/3.3.0/gems/io-console-0.8.2/lib/io/console.so +0 -0
  99. data/vendor/bundle/ruby/3.3.0/gems/jaro_winkler-1.5.6/lib/jaro_winkler/jaro_winkler_ext.so +0 -0
  100. data/vendor/bundle/ruby/3.3.0/gems/logger-1.7.0/.document +4 -0
  101. data/vendor/bundle/ruby/3.3.0/gems/logger-1.7.0/.rdoc_options +3 -0
  102. data/vendor/bundle/ruby/3.3.0/gems/logger-1.7.0/BSDL +22 -0
  103. data/vendor/bundle/ruby/3.3.0/gems/logger-1.7.0/COPYING +56 -0
  104. data/vendor/bundle/ruby/3.3.0/gems/logger-1.7.0/README.md +104 -0
  105. data/vendor/bundle/ruby/3.3.0/gems/logger-1.7.0/lib/logger/errors.rb +9 -0
  106. data/vendor/bundle/ruby/3.3.0/gems/logger-1.7.0/lib/logger/formatter.rb +36 -0
  107. data/vendor/bundle/ruby/3.3.0/gems/logger-1.7.0/lib/logger/log_device.rb +265 -0
  108. data/vendor/bundle/ruby/3.3.0/gems/logger-1.7.0/lib/logger/period.rb +47 -0
  109. data/vendor/bundle/ruby/3.3.0/gems/logger-1.7.0/lib/logger/severity.rb +38 -0
  110. data/vendor/bundle/ruby/3.3.0/gems/logger-1.7.0/lib/logger/version.rb +5 -0
  111. data/vendor/bundle/ruby/3.3.0/gems/logger-1.7.0/lib/logger.rb +789 -0
  112. data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/meta.rb +1 -1
  113. data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/version.rb +1 -1
  114. data/vendor/bundle/ruby/3.3.0/gems/psych-5.3.1/lib/psych.so +0 -0
  115. data/vendor/bundle/ruby/3.3.0/gems/racc-1.8.1/lib/racc/cparse.so +0 -0
  116. data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/Changelog.md +9 -1
  117. 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
  118. 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
  119. 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
  120. data/vendor/bundle/ruby/3.3.0/gems/stringio-3.2.0/lib/stringio.so +0 -0
  121. data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/CHANGELOG.md +14 -1
  122. data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/README.md +2 -2
  123. data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/version.rb +1 -1
  124. data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/typhoeus.gemspec +1 -1
  125. data/vendor/bundle/ruby/3.3.0/specifications/ethon-0.18.0.gemspec +27 -0
  126. data/vendor/bundle/ruby/3.3.0/specifications/logger-1.7.0.gemspec +22 -0
  127. data/vendor/bundle/ruby/3.3.0/specifications/{parser-3.3.10.1.gemspec → parser-3.3.10.2.gemspec} +4 -4
  128. data/vendor/bundle/ruby/3.3.0/specifications/{rspec-mocks-3.13.7.gemspec → rspec-mocks-3.13.8.gemspec} +6 -6
  129. data/vendor/bundle/ruby/3.3.0/specifications/{typhoeus-1.5.0.gemspec → typhoeus-1.6.0.gemspec} +5 -5
  130. metadata +278 -488
  131. data/docs/Allegati.md +0 -26
  132. data/docs/AltriDatiGestionali.md +0 -24
  133. data/docs/Anagrafica.md +0 -26
  134. data/docs/CedentePrestatore.md +0 -28
  135. data/docs/CessionarioCommittente.md +0 -24
  136. data/docs/CodiceArticolo.md +0 -20
  137. data/docs/Contatti.md +0 -22
  138. data/docs/ContattiTrasmittente.md +0 -20
  139. data/docs/DatiAnagrafici.md +0 -22
  140. data/docs/DatiAnagraficiCedentePrestatore.md +0 -32
  141. data/docs/DatiAnagraficiCessionarioCommittente.md +0 -22
  142. data/docs/DatiAnagraficiVettore.md +0 -24
  143. data/docs/DatiBeniServizi.md +0 -20
  144. data/docs/DatiBollo.md +0 -20
  145. data/docs/DatiCassaPrevidenziale.md +0 -32
  146. data/docs/DatiContratto.md +0 -30
  147. data/docs/DatiConvenzione.md +0 -30
  148. data/docs/DatiDDT.md +0 -22
  149. data/docs/DatiFattureCollegate.md +0 -30
  150. data/docs/DatiGenerali.md +0 -36
  151. data/docs/DatiGeneraliDocumento.md +0 -40
  152. data/docs/DatiOrdineAcquisto.md +0 -30
  153. data/docs/DatiPagamento.md +0 -20
  154. data/docs/DatiRicezione.md +0 -30
  155. data/docs/DatiRiepilogo.md +0 -32
  156. data/docs/DatiRitenuta.md +0 -24
  157. data/docs/DatiSAL.md +0 -18
  158. data/docs/DatiTrasmissione.md +0 -28
  159. data/docs/DatiTrasporto.md +0 -42
  160. data/docs/DatiVeicoli.md +0 -20
  161. data/docs/DettaglioLinee.md +0 -48
  162. data/docs/DettaglioPagamento.md +0 -58
  163. data/docs/FatturaElettronicaBody.md +0 -26
  164. data/docs/FatturaElettronicaHeader.md +0 -28
  165. data/docs/FatturaOrdinaria.md +0 -22
  166. data/docs/FatturaPrincipale.md +0 -20
  167. data/docs/IdFiscaleIVA.md +0 -20
  168. data/docs/IdTrasmittente.md +0 -20
  169. data/docs/IndirizzoResa.md +0 -28
  170. data/docs/IscrizioneREA.md +0 -26
  171. data/docs/RappresentanteFiscale.md +0 -18
  172. data/docs/RappresentanteFiscaleCessionarioCommittente.md +0 -24
  173. data/docs/ScontoMaggiorazione.md +0 -22
  174. data/docs/SedeCedentePrestatore.md +0 -28
  175. data/docs/SedeCessionarioCommittente.md +0 -28
  176. data/docs/StabileOrganizzazione.md +0 -28
  177. data/docs/TerzoIntermediarioOSoggettoEmittente.md +0 -18
  178. data/lib/invoicetronic_sdk/models/allegati.rb +0 -188
  179. data/lib/invoicetronic_sdk/models/altri_dati_gestionali.rb +0 -178
  180. data/lib/invoicetronic_sdk/models/anagrafica.rb +0 -188
  181. data/lib/invoicetronic_sdk/models/cedente_prestatore.rb +0 -193
  182. data/lib/invoicetronic_sdk/models/cessionario_committente.rb +0 -174
  183. data/lib/invoicetronic_sdk/models/codice_articolo.rb +0 -158
  184. data/lib/invoicetronic_sdk/models/contatti.rb +0 -168
  185. data/lib/invoicetronic_sdk/models/contatti_trasmittente.rb +0 -158
  186. data/lib/invoicetronic_sdk/models/dati_anagrafici.rb +0 -166
  187. data/lib/invoicetronic_sdk/models/dati_anagrafici_cedente_prestatore.rb +0 -216
  188. data/lib/invoicetronic_sdk/models/dati_anagrafici_cessionario_committente.rb +0 -166
  189. data/lib/invoicetronic_sdk/models/dati_anagrafici_vettore.rb +0 -176
  190. data/lib/invoicetronic_sdk/models/dati_beni_servizi.rb +0 -162
  191. data/lib/invoicetronic_sdk/models/dati_bollo.rb +0 -158
  192. data/lib/invoicetronic_sdk/models/dati_cassa_previdenziale.rb +0 -214
  193. data/lib/invoicetronic_sdk/models/dati_contratto.rb +0 -210
  194. data/lib/invoicetronic_sdk/models/dati_convenzione.rb +0 -210
  195. data/lib/invoicetronic_sdk/models/dati_ddt.rb +0 -169
  196. data/lib/invoicetronic_sdk/models/dati_fatture_collegate.rb +0 -210
  197. data/lib/invoicetronic_sdk/models/dati_generali.rb +0 -249
  198. data/lib/invoicetronic_sdk/models/dati_generali_documento.rb +0 -264
  199. data/lib/invoicetronic_sdk/models/dati_ordine_acquisto.rb +0 -210
  200. data/lib/invoicetronic_sdk/models/dati_pagamento.rb +0 -160
  201. data/lib/invoicetronic_sdk/models/dati_ricezione.rb +0 -210
  202. data/lib/invoicetronic_sdk/models/dati_riepilogo.rb +0 -215
  203. data/lib/invoicetronic_sdk/models/dati_ritenuta.rb +0 -176
  204. data/lib/invoicetronic_sdk/models/dati_sal.rb +0 -147
  205. data/lib/invoicetronic_sdk/models/dati_trasmissione.rb +0 -196
  206. data/lib/invoicetronic_sdk/models/dati_trasporto.rb +0 -266
  207. data/lib/invoicetronic_sdk/models/dati_veicoli.rb +0 -158
  208. data/lib/invoicetronic_sdk/models/dettaglio_linee.rb +0 -300
  209. data/lib/invoicetronic_sdk/models/dettaglio_pagamento.rb +0 -347
  210. data/lib/invoicetronic_sdk/models/fattura_elettronica_body.rb +0 -189
  211. data/lib/invoicetronic_sdk/models/fattura_elettronica_header.rb +0 -193
  212. data/lib/invoicetronic_sdk/models/fattura_ordinaria.rb +0 -169
  213. data/lib/invoicetronic_sdk/models/fattura_principale.rb +0 -158
  214. data/lib/invoicetronic_sdk/models/id_fiscale_iva.rb +0 -158
  215. data/lib/invoicetronic_sdk/models/id_trasmittente.rb +0 -158
  216. data/lib/invoicetronic_sdk/models/indirizzo_resa.rb +0 -200
  217. data/lib/invoicetronic_sdk/models/iscrizione_rea.rb +0 -188
  218. data/lib/invoicetronic_sdk/models/rappresentante_fiscale.rb +0 -147
  219. data/lib/invoicetronic_sdk/models/rappresentante_fiscale_cessionario_committente.rb +0 -177
  220. data/lib/invoicetronic_sdk/models/sconto_maggiorazione.rb +0 -168
  221. data/lib/invoicetronic_sdk/models/sede_cedente_prestatore.rb +0 -200
  222. data/lib/invoicetronic_sdk/models/sede_cessionario_committente.rb +0 -200
  223. data/lib/invoicetronic_sdk/models/stabile_organizzazione.rb +0 -200
  224. data/lib/invoicetronic_sdk/models/terzo_intermediario_o_soggetto_emittente.rb +0 -147
  225. data/spec/models/allegati_spec.rb +0 -60
  226. data/spec/models/altri_dati_gestionali_spec.rb +0 -54
  227. data/spec/models/anagrafica_spec.rb +0 -60
  228. data/spec/models/cedente_prestatore_spec.rb +0 -66
  229. data/spec/models/cessionario_committente_spec.rb +0 -54
  230. data/spec/models/codice_articolo_spec.rb +0 -42
  231. data/spec/models/contatti_spec.rb +0 -48
  232. data/spec/models/contatti_trasmittente_spec.rb +0 -42
  233. data/spec/models/dati_anagrafici_cedente_prestatore_spec.rb +0 -78
  234. data/spec/models/dati_anagrafici_cessionario_committente_spec.rb +0 -48
  235. data/spec/models/dati_anagrafici_spec.rb +0 -48
  236. data/spec/models/dati_anagrafici_vettore_spec.rb +0 -54
  237. data/spec/models/dati_beni_servizi_spec.rb +0 -42
  238. data/spec/models/dati_bollo_spec.rb +0 -42
  239. data/spec/models/dati_cassa_previdenziale_spec.rb +0 -78
  240. data/spec/models/dati_contratto_spec.rb +0 -72
  241. data/spec/models/dati_convenzione_spec.rb +0 -72
  242. data/spec/models/dati_ddt_spec.rb +0 -48
  243. data/spec/models/dati_fatture_collegate_spec.rb +0 -72
  244. data/spec/models/dati_generali_documento_spec.rb +0 -102
  245. data/spec/models/dati_generali_spec.rb +0 -90
  246. data/spec/models/dati_ordine_acquisto_spec.rb +0 -72
  247. data/spec/models/dati_ricezione_spec.rb +0 -72
  248. data/spec/models/dati_riepilogo_spec.rb +0 -78
  249. data/spec/models/dati_ritenuta_spec.rb +0 -54
  250. data/spec/models/dati_sal_spec.rb +0 -36
  251. data/spec/models/dati_trasmissione_spec.rb +0 -66
  252. data/spec/models/dati_trasporto_spec.rb +0 -108
  253. data/spec/models/dati_veicoli_spec.rb +0 -42
  254. data/spec/models/dettaglio_linee_spec.rb +0 -126
  255. data/spec/models/dettaglio_pagamento_spec.rb +0 -156
  256. data/spec/models/fattura_elettronica_body_spec.rb +0 -60
  257. data/spec/models/fattura_elettronica_header_spec.rb +0 -66
  258. data/spec/models/fattura_ordinaria_spec.rb +0 -48
  259. data/spec/models/fattura_principale_spec.rb +0 -42
  260. data/spec/models/id_fiscale_iva_spec.rb +0 -42
  261. data/spec/models/id_trasmittente_spec.rb +0 -42
  262. data/spec/models/indirizzo_resa_spec.rb +0 -66
  263. data/spec/models/iscrizione_rea_spec.rb +0 -60
  264. data/spec/models/rappresentante_fiscale_cessionario_committente_spec.rb +0 -54
  265. data/spec/models/rappresentante_fiscale_spec.rb +0 -36
  266. data/spec/models/sconto_maggiorazione_spec.rb +0 -48
  267. data/spec/models/sede_cedente_prestatore_spec.rb +0 -66
  268. data/spec/models/sede_cessionario_committente_spec.rb +0 -66
  269. data/spec/models/stabile_organizzazione_spec.rb +0 -66
  270. data/spec/models/terzo_intermediario_o_soggetto_emittente_spec.rb +0 -36
  271. data/vendor/bundle/ruby/3.3.0/cache/ethon-0.15.0.gem +0 -0
  272. data/vendor/bundle/ruby/3.3.0/cache/parser-3.3.10.1.gem +0 -0
  273. data/vendor/bundle/ruby/3.3.0/cache/rspec-mocks-3.13.7.gem +0 -0
  274. data/vendor/bundle/ruby/3.3.0/cache/typhoeus-1.5.0.gem +0 -0
  275. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/.github/workflows/ruby.yml +0 -41
  276. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/.gitignore +0 -8
  277. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/.rspec +0 -3
  278. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/Gemfile +0 -43
  279. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/Guardfile +0 -10
  280. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/Rakefile +0 -40
  281. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/ethon.gemspec +0 -26
  282. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/profile/benchmarks.rb +0 -104
  283. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/profile/memory_leaks.rb +0 -114
  284. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/profile/perf_spec_helper.rb +0 -37
  285. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/profile/support/memory_test_helpers.rb +0 -76
  286. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/profile/support/os_memory_leak_tracker.rb +0 -48
  287. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/profile/support/ruby_object_leak_tracker.rb +0 -49
  288. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/curl_spec.rb +0 -38
  289. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/callbacks_spec.rb +0 -59
  290. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/debug_info_spec.rb +0 -54
  291. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/features_spec.rb +0 -24
  292. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/form_spec.rb +0 -104
  293. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/header_spec.rb +0 -79
  294. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/http/custom_spec.rb +0 -177
  295. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/http/delete_spec.rb +0 -21
  296. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/http/get_spec.rb +0 -126
  297. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/http/head_spec.rb +0 -80
  298. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/http/options_spec.rb +0 -51
  299. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/http/patch_spec.rb +0 -51
  300. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/http/post_spec.rb +0 -317
  301. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/http/put_spec.rb +0 -168
  302. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/http_spec.rb +0 -64
  303. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/informations_spec.rb +0 -120
  304. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/mirror_spec.rb +0 -47
  305. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/operations_spec.rb +0 -268
  306. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/options_spec.rb +0 -193
  307. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/queryable_spec.rb +0 -235
  308. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/response_callbacks_spec.rb +0 -152
  309. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/util_spec.rb +0 -28
  310. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy_spec.rb +0 -203
  311. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/libc_spec.rb +0 -14
  312. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/loggable_spec.rb +0 -22
  313. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/multi/operations_spec.rb +0 -298
  314. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/multi/options_spec.rb +0 -182
  315. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/multi/stack_spec.rb +0 -80
  316. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/multi_spec.rb +0 -152
  317. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/spec_helper.rb +0 -28
  318. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/support/localhost_server.rb +0 -95
  319. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/support/server.rb +0 -115
  320. data/vendor/bundle/ruby/3.3.0/specifications/ethon-0.15.0.gemspec +0 -24
  321. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/LICENSE +0 -0
  322. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/curl.rb +0 -0
  323. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/curls/constants.rb +0 -0
  324. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/curls/form_options.rb +0 -0
  325. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/curls/functions.rb +0 -0
  326. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/curls/infos.rb +0 -0
  327. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/curls/messages.rb +0 -0
  328. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/curls/settings.rb +0 -0
  329. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/debug_info.rb +0 -0
  330. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/features.rb +0 -0
  331. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/form.rb +0 -0
  332. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/header.rb +0 -0
  333. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http/actionable.rb +0 -0
  334. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http/custom.rb +0 -0
  335. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http/delete.rb +0 -0
  336. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http/get.rb +0 -0
  337. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http/head.rb +0 -0
  338. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http/options.rb +0 -0
  339. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http/patch.rb +0 -0
  340. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http/post.rb +0 -0
  341. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http/postable.rb +0 -0
  342. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http/put.rb +0 -0
  343. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http/putable.rb +0 -0
  344. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http.rb +0 -0
  345. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/mirror.rb +0 -0
  346. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/operations.rb +0 -0
  347. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/options.rb +0 -0
  348. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/params.rb +0 -0
  349. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/queryable.rb +0 -0
  350. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/util.rb +0 -0
  351. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy.rb +0 -0
  352. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/errors/ethon_error.rb +0 -0
  353. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/errors/global_init.rb +0 -0
  354. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/errors/invalid_option.rb +0 -0
  355. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/errors/invalid_value.rb +0 -0
  356. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/errors/multi_add.rb +0 -0
  357. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/errors/multi_fdset.rb +0 -0
  358. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/errors/multi_remove.rb +0 -0
  359. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/errors/multi_timeout.rb +0 -0
  360. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/errors/select.rb +0 -0
  361. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/errors.rb +0 -0
  362. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/libc.rb +0 -0
  363. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/multi/operations.rb +0 -0
  364. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/multi/options.rb +0 -0
  365. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/multi/stack.rb +0 -0
  366. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/multi.rb +0 -0
  367. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon.rb +0 -0
  368. /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/LICENSE.txt +0 -0
  369. /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/bin/ruby-parse +0 -0
  370. /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/bin/ruby-rewrite +0 -0
  371. /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/gauntlet_parser.rb +0 -0
  372. /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/all.rb +0 -0
  373. /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
  374. /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
  375. /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/base.rb +0 -0
  376. /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
  377. /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
  378. /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/color.rb +0 -0
  379. /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/context.rb +0 -0
  380. /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/current.rb +0 -0
  381. /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
  382. /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/deprecation.rb +0 -0
  383. /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
  384. /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/diagnostic.rb +0 -0
  385. /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
  386. /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
  387. /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
  388. /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
  389. /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
  390. /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
  391. /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
  392. /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/macruby.rb +0 -0
  393. /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
  394. /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/messages.rb +0 -0
  395. /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/rewriter.rb +0 -0
  396. /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/ruby18.rb +0 -0
  397. /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/ruby19.rb +0 -0
  398. /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/ruby20.rb +0 -0
  399. /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/ruby21.rb +0 -0
  400. /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/ruby22.rb +0 -0
  401. /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/ruby23.rb +0 -0
  402. /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/ruby24.rb +0 -0
  403. /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/ruby25.rb +0 -0
  404. /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/ruby26.rb +0 -0
  405. /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/ruby27.rb +0 -0
  406. /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/ruby30.rb +0 -0
  407. /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/ruby31.rb +0 -0
  408. /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/ruby32.rb +0 -0
  409. /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/ruby33.rb +0 -0
  410. /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/ruby34.rb +0 -0
  411. /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/rubymotion.rb +0 -0
  412. /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
  413. /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
  414. /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser/runner.rb +0 -0
  415. /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
  416. /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
  417. /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
  418. /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
  419. /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
  420. /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
  421. /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
  422. /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
  423. /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
  424. /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
  425. /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
  426. /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
  427. /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
  428. /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
  429. /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
  430. /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
  431. /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
  432. /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
  433. /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
  434. /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
  435. /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
  436. /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
  437. /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
  438. /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
  439. /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
  440. /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
  441. /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
  442. /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
  443. /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
  444. /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/lib/parser.rb +0 -0
  445. /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.1 → parser-3.3.10.2}/parser.gemspec +0 -0
  446. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/.document +0 -0
  447. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/.yardopts +0 -0
  448. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/LICENSE.md +0 -0
  449. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/README.md +0 -0
  450. /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
  451. /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
  452. /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
  453. /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
  454. /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
  455. /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
  456. /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
  457. /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
  458. /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
  459. /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
  460. /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
  461. /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
  462. /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
  463. /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
  464. /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
  465. /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
  466. /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
  467. /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
  468. /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
  469. /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
  470. /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
  471. /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
  472. /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
  473. /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
  474. /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
  475. /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
  476. /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
  477. /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
  478. /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
  479. /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
  480. /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
  481. /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
  482. /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
  483. /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
  484. /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
  485. /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
  486. /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
  487. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks.rb +0 -0
  488. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/CONTRIBUTING.md +0 -0
  489. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/LICENSE +0 -0
  490. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/UPGRADE.md +0 -0
  491. /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
  492. /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
  493. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/rack/typhoeus.rb +0 -0
  494. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/adapters/faraday.rb +0 -0
  495. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/cache/dalli.rb +0 -0
  496. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/cache/rails.rb +0 -0
  497. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/cache/redis.rb +0 -0
  498. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/config.rb +0 -0
  499. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/easy_factory.rb +0 -0
  500. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/errors/no_stub.rb +0 -0
  501. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/errors/typhoeus_error.rb +0 -0
  502. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/errors.rb +0 -0
  503. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/expectation.rb +0 -0
  504. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/hydra/addable.rb +0 -0
  505. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/hydra/before.rb +0 -0
  506. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/hydra/block_connection.rb +0 -0
  507. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/hydra/cacheable.rb +0 -0
  508. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/hydra/memoizable.rb +0 -0
  509. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/hydra/queueable.rb +0 -0
  510. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/hydra/runnable.rb +0 -0
  511. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/hydra/stubbable.rb +0 -0
  512. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/hydra.rb +0 -0
  513. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/pool.rb +0 -0
  514. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/railtie.rb +0 -0
  515. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request/actions.rb +0 -0
  516. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request/before.rb +0 -0
  517. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request/block_connection.rb +0 -0
  518. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request/cacheable.rb +0 -0
  519. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request/callbacks.rb +0 -0
  520. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request/marshal.rb +0 -0
  521. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request/memoizable.rb +0 -0
  522. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request/operations.rb +0 -0
  523. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request/responseable.rb +0 -0
  524. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request/streamable.rb +0 -0
  525. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request/stubbable.rb +0 -0
  526. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request.rb +0 -0
  527. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/response/cacheable.rb +0 -0
  528. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/response/header.rb +0 -0
  529. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/response/informations.rb +0 -0
  530. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/response/status.rb +0 -0
  531. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/response.rb +0 -0
  532. /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: 3776b7f545df36364c055dadc69c19bc290ccc80499af040b04a4f6340c4afc1
4
- data.tar.gz: 636fba1609ff958c84d072075dbce442e663069e9c90d6802514552097291dc4
3
+ metadata.gz: 86225d0ab70a1baf20d01880869b5a9e677489891dc8e50d6e48617685c40e8b
4
+ data.tar.gz: 63696d5808e1ab44c0163937e38518a7921c0c8d59d40148814c71185439e5c5
5
5
  SHA512:
6
- metadata.gz: dc78b9a6a3f608cd2b0029cd7495f28329ec10ccf051d2eda6fa475fe1c75f91472bd0b5b9145b2c64a1286e955464a2176cd3e2ac84debda2c1072d6ec0e402
7
- data.tar.gz: d44abdd409983a191e4a6592ea1903c4670c6e7e0acd8e378b686d4d9b1f1f5fba2eb0a39b8845f37d67b2f3c17879be1d43ff32dbcb0def38f46efe8b617c56
6
+ metadata.gz: 3a026e249143e8540d8544e15810a7c14f73c621e67c91bbc93cd903eb4e88fe364a2f25e8916dbbfd2c7cbf617c0f7db11d1c162fd16dd4259cce28e16f774d
7
+ data.tar.gz: c088351ce2794c930e20e079a826c3419845919fab1b49582b7b035bfc4f1a22dea3fcbf05d4b165b1dcfaad5269372badc19dd5b0f157ce6a386bf759ef9a85
data/CHANGELOG.md CHANGED
@@ -1 +1 @@
1
- # Changelog\n\n## [1.2.0] - 2026-02-10\nSee main repository changelog for details.
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.2)
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.15.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.1)
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.7)
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.5.0)
75
- ethon (>= 0.9.0, < 0.16.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.2
14
- - Generator version: 7.19.0
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.2.gem
31
+ gem install ./invoicetronic_sdk-1.5.gem
32
32
  ```
33
33
 
34
- (for development, run `gem install --dev ./invoicetronic_sdk-1.2.gem` to install the development dependencies)
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.2'
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
@@ -1,10 +1,5 @@
1
1
  require "bundler/gem_tasks"
2
2
 
3
- if ENV['CI']
4
- Rake::Task["release:source_control_push"].clear
5
- task "release:source_control_push"
6
- end
7
-
8
3
  begin
9
4
  require 'rspec/core/rake_task'
10
5
 
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 &#39;-&#39; 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&lt;DocumentData&gt;**](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&lt;String, String&gt;** | 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&lt;DocumentData&gt;**](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&#x3D;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 document number. 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
+ 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 &#39;-&#39; 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
+