invoicetronic_sdk 1.5 → 1.7
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 +14 -14
- data/README.md +5 -6
- data/docs/Event.md +2 -0
- data/docs/LogApi.md +3 -1
- data/docs/ModelSend.md +1 -1
- data/docs/Receive.md +1 -1
- data/docs/WebHook.md +1 -1
- data/invoicetronic_sdk.gemspec +1 -1
- data/lib/invoicetronic_sdk/api/company_api.rb +1 -1
- data/lib/invoicetronic_sdk/api/export_api.rb +1 -1
- data/lib/invoicetronic_sdk/api/health_api.rb +1 -1
- data/lib/invoicetronic_sdk/api/log_api.rb +4 -1
- data/lib/invoicetronic_sdk/api/receive_api.rb +1 -1
- data/lib/invoicetronic_sdk/api/send_api.rb +1 -1
- data/lib/invoicetronic_sdk/api/status_api.rb +1 -1
- data/lib/invoicetronic_sdk/api/update_api.rb +1 -1
- 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 +28 -2
- data/lib/invoicetronic_sdk/models/model_send.rb +2 -2
- data/lib/invoicetronic_sdk/models/problem_details.rb +1 -1
- data/lib/invoicetronic_sdk/models/receive.rb +2 -2
- data/lib/invoicetronic_sdk/models/send_reduced.rb +1 -1
- data/lib/invoicetronic_sdk/models/status.rb +1 -1
- data/lib/invoicetronic_sdk/models/update.rb +1 -1
- data/lib/invoicetronic_sdk/models/web_hook.rb +2 -2
- data/lib/invoicetronic_sdk/models/web_hook_history.rb +1 -1
- data/lib/invoicetronic_sdk/version.rb +2 -2
- data/lib/invoicetronic_sdk.rb +1 -2
- data/spec/api/company_api_spec.rb +1 -1
- data/spec/api/export_api_spec.rb +1 -1
- data/spec/api/health_api_spec.rb +1 -1
- data/spec/api/log_api_spec.rb +2 -1
- data/spec/api/receive_api_spec.rb +1 -1
- data/spec/api/send_api_spec.rb +1 -1
- data/spec/api/status_api_spec.rb +1 -1
- data/spec/api/update_api_spec.rb +1 -1
- 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 +7 -1
- data/spec/models/model_send_spec.rb +1 -1
- data/spec/models/problem_details_spec.rb +1 -1
- data/spec/models/receive_spec.rb +1 -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/ffi-1.17.4-x86_64-linux-gnu.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/parallel-1.28.0.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/parser-3.3.11.1.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/byebug-13.0.0/byebug/byebug.so +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/byebug-13.0.0/gem_make.out +6 -6
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/date-3.5.1/date_core.so +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/date-3.5.1/gem_make.out +6 -6
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/date-3.5.1/mkmf.log +4 -4
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/io-console-0.8.2/gem_make.out +6 -6
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/io-console-0.8.2/io/console.so +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/io-console-0.8.2/mkmf.log +16 -16
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/jaro_winkler-1.5.6/gem_make.out +6 -6
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/jaro_winkler-1.5.6/jaro_winkler/jaro_winkler_ext.so +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/psych-5.3.1/gem_make.out +6 -6
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/psych-5.3.1/mkmf.log +7 -7
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/psych-5.3.1/psych.so +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/racc-1.8.1/gem_make.out +6 -6
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/racc-1.8.1/racc/cparse.so +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/stringio-3.2.0/gem_make.out +6 -6
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/stringio-3.2.0/mkmf.log +2 -2
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/stringio-3.2.0/stringio.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/byebug-13.0.0/ext/byebug/Makefile +3 -3
- data/vendor/bundle/ruby/3.3.0/gems/byebug-13.0.0/lib/byebug/byebug.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/date-3.5.1/ext/date/Makefile +3 -3
- data/vendor/bundle/ruby/3.3.0/gems/date-3.5.1/lib/date_core.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/CHANGELOG.md +10 -1
- data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/ffi.gemspec +3 -1
- data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/3.0/ffi_c.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/3.1/ffi_c.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/3.2/ffi_c.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/3.3/ffi_c.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/3.4/ffi_c.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/4.0/ffi_c.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/version.rb +3 -0
- data/vendor/bundle/ruby/3.3.0/gems/io-console-0.8.2/ext/io/console/Makefile +3 -3
- data/vendor/bundle/ruby/3.3.0/gems/io-console-0.8.2/lib/io/console.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/jaro_winkler-1.5.6/ext/jaro_winkler/Makefile +3 -3
- data/vendor/bundle/ruby/3.3.0/gems/jaro_winkler-1.5.6/lib/jaro_winkler/jaro_winkler_ext.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/parallel-1.28.0/lib/parallel/version.rb +4 -0
- data/vendor/bundle/ruby/3.3.0/gems/{parallel-1.27.0 → parallel-1.28.0}/lib/parallel.rb +11 -0
- data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/lib/parser/current.rb +2 -2
- data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/lib/parser/version.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/psych-5.3.1/ext/psych/Makefile +3 -3
- data/vendor/bundle/ruby/3.3.0/gems/psych-5.3.1/lib/psych.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/racc-1.8.1/ext/racc/cparse/Makefile +3 -3
- data/vendor/bundle/ruby/3.3.0/gems/racc-1.8.1/lib/racc/cparse.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/stringio-3.2.0/ext/stringio/Makefile +3 -3
- data/vendor/bundle/ruby/3.3.0/gems/stringio-3.2.0/lib/stringio.so +0 -0
- data/vendor/bundle/ruby/3.3.0/specifications/{ffi-1.17.3-x86_64-linux-gnu.gemspec → ffi-1.17.4-x86_64-linux-gnu.gemspec} +2 -2
- data/vendor/bundle/ruby/3.3.0/specifications/{parallel-1.27.0.gemspec → parallel-1.28.0.gemspec} +5 -5
- data/vendor/bundle/ruby/3.3.0/specifications/{parser-3.3.10.2.gemspec → parser-3.3.11.1.gemspec} +4 -4
- metadata +234 -238
- data/docs/ProblemHttpResult.md +0 -22
- data/lib/invoicetronic_sdk/models/problem_http_result.rb +0 -166
- data/spec/models/problem_http_result_spec.rb +0 -48
- data/vendor/bundle/ruby/3.3.0/cache/ffi-1.17.3-x86_64-linux-gnu.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/parallel-1.27.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/gems/ffi-1.17.3-x86_64-linux-gnu/lib/3.2/ffi_c.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.3-x86_64-linux-gnu/lib/3.4/ffi_c.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.3-x86_64-linux-gnu/lib/ffi/version.rb +0 -3
- data/vendor/bundle/ruby/3.3.0/gems/parallel-1.27.0/lib/parallel/version.rb +0 -4
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/COPYING +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/Gemfile +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/LICENSE +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/LICENSE.SPECS +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/README.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/Rakefile +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/Steepfile +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/abstract_memory.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/autopointer.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/buffer.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/callback.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/compat.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/data_converter.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/dynamic_library.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/enum.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/errno.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/ffi.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/function.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/io.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/library.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/library_path.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/managedstruct.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/memorypointer.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/aarch64-darwin/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/aarch64-freebsd/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/aarch64-freebsd12/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/aarch64-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/aarch64-openbsd/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/aarch64-windows/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/arm-freebsd/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/arm-freebsd12/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/arm-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/hppa1.1-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/hppa2.0-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/i386-cygwin/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/i386-darwin/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/i386-freebsd/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/i386-freebsd12/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/i386-gnu/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/i386-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/i386-netbsd/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/i386-openbsd/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/i386-solaris/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/i386-windows/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/ia64-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/loongarch64-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/mips-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/mips64-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/mips64el-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/mipsel-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/mipsisa32r6-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/mipsisa32r6el-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/mipsisa64r6-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/mipsisa64r6el-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/powerpc-aix/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/powerpc-darwin/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/powerpc-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/powerpc-openbsd/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/powerpc64-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/powerpc64le-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/riscv64-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/s390-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/s390x-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/sparc-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/sparc-solaris/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/sparcv9-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/sparcv9-openbsd/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/sparcv9-solaris/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/sw_64-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/x86_64-cygwin/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/x86_64-darwin/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/x86_64-dragonflybsd/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/x86_64-freebsd/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/x86_64-freebsd12/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/x86_64-haiku/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/x86_64-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/x86_64-msys/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/x86_64-netbsd/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/x86_64-openbsd/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/x86_64-solaris/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform/x86_64-windows/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/platform.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/pointer.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/struct.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/struct_by_reference.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/struct_layout.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/struct_layout_builder.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/tools/const_generator.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/tools/generator.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/tools/generator_task.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/tools/struct_generator.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/types.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/union.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi/variadic.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/lib/ffi.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/samples/getlogin.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/samples/getpid.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/samples/gettimeofday.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/samples/hello.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/samples/hello_ractor.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/samples/inotify.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/samples/pty.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/samples/qsort.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/samples/qsort_ractor.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/sig/ffi/abstract_memory.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/sig/ffi/auto_pointer.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/sig/ffi/buffer.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/sig/ffi/data_converter.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/sig/ffi/dynamic_library.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/sig/ffi/enum.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/sig/ffi/errno.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/sig/ffi/function.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/sig/ffi/library.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/sig/ffi/native_type.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/sig/ffi/platform.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/sig/ffi/pointer.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/sig/ffi/struct.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/sig/ffi/struct_by_reference.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/sig/ffi/struct_by_value.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/sig/ffi/struct_layout.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/sig/ffi/struct_layout_builder.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/sig/ffi/type.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.17.3-x86_64-linux-gnu → ffi-1.17.4-x86_64-linux-gnu}/sig/ffi.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parallel-1.27.0 → parallel-1.28.0}/MIT-LICENSE.txt +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/LICENSE.txt +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/bin/ruby-parse +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/bin/ruby-rewrite +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/lib/gauntlet_parser.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/lib/parser/all.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/lib/parser/ast/node.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/lib/parser/ast/processor.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/lib/parser/base.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/lib/parser/builders/default.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/lib/parser/clobbering_error.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/lib/parser/color.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/lib/parser/context.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/lib/parser/current_arg_stack.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/lib/parser/deprecation.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/lib/parser/diagnostic/engine.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/lib/parser/diagnostic.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/lib/parser/lexer/dedenter.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/lib/parser/lexer/explanation.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/lib/parser/lexer/literal.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/lib/parser/lexer/stack_state.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/lib/parser/lexer-F0.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/lib/parser/lexer-F1.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/lib/parser/lexer-strings.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/lib/parser/macruby.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/lib/parser/max_numparam_stack.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/lib/parser/messages.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/lib/parser/meta.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/lib/parser/rewriter.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/lib/parser/ruby18.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/lib/parser/ruby19.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/lib/parser/ruby20.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/lib/parser/ruby21.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/lib/parser/ruby22.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/lib/parser/ruby23.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/lib/parser/ruby24.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/lib/parser/ruby25.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/lib/parser/ruby26.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/lib/parser/ruby27.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/lib/parser/ruby30.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/lib/parser/ruby31.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/lib/parser/ruby32.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/lib/parser/ruby33.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/lib/parser/ruby34.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/lib/parser/rubymotion.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/lib/parser/runner/ruby_parse.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/lib/parser/runner/ruby_rewrite.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/lib/parser/runner.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/lib/parser/source/buffer.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/lib/parser/source/comment/associator.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/lib/parser/source/comment.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/lib/parser/source/map/collection.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/lib/parser/source/map/condition.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/lib/parser/source/map/constant.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/lib/parser/source/map/definition.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/lib/parser/source/map/for.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/lib/parser/source/map/heredoc.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/lib/parser/source/map/index.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/lib/parser/source/map/keyword.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/lib/parser/source/map/method_definition.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/lib/parser/source/map/objc_kwarg.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/lib/parser/source/map/operator.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/lib/parser/source/map/rescue_body.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/lib/parser/source/map/send.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/lib/parser/source/map/ternary.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/lib/parser/source/map/variable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/lib/parser/source/map.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/lib/parser/source/range.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/lib/parser/source/rewriter/action.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/lib/parser/source/rewriter.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/lib/parser/source/tree_rewriter/action.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/lib/parser/source/tree_rewriter.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/lib/parser/static_environment.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/lib/parser/syntax_error.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/lib/parser/tree_rewriter.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/lib/parser/unknown_encoding_in_magic_comment_error.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/lib/parser/variables_stack.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/lib/parser.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{parser-3.3.10.2 → parser-3.3.11.1}/parser.gemspec +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 50f6b71fbd341a92f66690d771c773b4f046e57bdffe270daf4f6e58f21beade
|
|
4
|
+
data.tar.gz: 7950a17f414a66064935dcb3159086fa900534122286939ff714b907ff29aa99
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7876619080be87e4be2e60a06e58582ac9ac8139ab7064ae851cca47f103920c5deee3bfb4a5d376b5c70f6e27076470960d529e9a693db80979f1dcd149913b
|
|
7
|
+
data.tar.gz: 43e3594858513d494829eeb8fca837a808437ca62764dfdb5099f3415fb724245064fcbebddb8f4e608b676927a1a6b65c9410b5c472b93906ead0d9882712e0
|
data/CHANGELOG.md
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
# Changelog\n\n## [1.
|
|
1
|
+
# Changelog\n\n## [1.7.0] - 2026-04-02\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.7)
|
|
5
5
|
typhoeus (~> 1.0, >= 1.0.1)
|
|
6
6
|
|
|
7
7
|
GEM
|
|
@@ -16,23 +16,23 @@ GEM
|
|
|
16
16
|
ethon (0.18.0)
|
|
17
17
|
ffi (>= 1.15.0)
|
|
18
18
|
logger
|
|
19
|
-
ffi (1.17.
|
|
20
|
-
ffi (1.17.
|
|
21
|
-
ffi (1.17.
|
|
22
|
-
ffi (1.17.
|
|
23
|
-
ffi (1.17.
|
|
24
|
-
ffi (1.17.
|
|
25
|
-
ffi (1.17.
|
|
26
|
-
ffi (1.17.
|
|
27
|
-
ffi (1.17.
|
|
28
|
-
ffi (1.17.
|
|
29
|
-
ffi (1.17.
|
|
19
|
+
ffi (1.17.4)
|
|
20
|
+
ffi (1.17.4-aarch64-linux-gnu)
|
|
21
|
+
ffi (1.17.4-aarch64-linux-musl)
|
|
22
|
+
ffi (1.17.4-arm-linux-gnu)
|
|
23
|
+
ffi (1.17.4-arm-linux-musl)
|
|
24
|
+
ffi (1.17.4-arm64-darwin)
|
|
25
|
+
ffi (1.17.4-x86-linux-gnu)
|
|
26
|
+
ffi (1.17.4-x86-linux-musl)
|
|
27
|
+
ffi (1.17.4-x86_64-darwin)
|
|
28
|
+
ffi (1.17.4-x86_64-linux-gnu)
|
|
29
|
+
ffi (1.17.4-x86_64-linux-musl)
|
|
30
30
|
io-console (0.8.2)
|
|
31
31
|
jaro_winkler (1.5.6)
|
|
32
32
|
logger (1.7.0)
|
|
33
33
|
method_source (1.1.0)
|
|
34
|
-
parallel (1.
|
|
35
|
-
parser (3.3.
|
|
34
|
+
parallel (1.28.0)
|
|
35
|
+
parser (3.3.11.1)
|
|
36
36
|
ast (~> 2.4.1)
|
|
37
37
|
racc
|
|
38
38
|
pry (0.16.0)
|
data/README.md
CHANGED
|
@@ -9,8 +9,8 @@ For more information, see [Invoicetronic website][2]
|
|
|
9
9
|
|
|
10
10
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
11
11
|
|
|
12
|
-
- API version: 1
|
|
13
|
-
- Package version: 1.
|
|
12
|
+
- API version: 1.6.4
|
|
13
|
+
- Package version: 1.7
|
|
14
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/)
|
|
@@ -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.7.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.7.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.7'
|
|
41
41
|
|
|
42
42
|
### Install from Git
|
|
43
43
|
|
|
@@ -138,7 +138,6 @@ Class | Method | HTTP request | Description
|
|
|
138
138
|
- [Invoicetronic_Sdk::Event](docs/Event.md)
|
|
139
139
|
- [Invoicetronic_Sdk::ModelSend](docs/ModelSend.md)
|
|
140
140
|
- [Invoicetronic_Sdk::ProblemDetails](docs/ProblemDetails.md)
|
|
141
|
-
- [Invoicetronic_Sdk::ProblemHttpResult](docs/ProblemHttpResult.md)
|
|
142
141
|
- [Invoicetronic_Sdk::Receive](docs/Receive.md)
|
|
143
142
|
- [Invoicetronic_Sdk::SendReduced](docs/SendReduced.md)
|
|
144
143
|
- [Invoicetronic_Sdk::Status](docs/Status.md)
|
data/docs/Event.md
CHANGED
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
| **date_time** | **Time** | Date and time of the request. | [optional] |
|
|
18
18
|
| **error** | **String** | Response error. | [optional] |
|
|
19
19
|
| **resource_id** | **Integer** | ID of the resource created or modified by this request. | [optional] |
|
|
20
|
+
| **user_agent** | **String** | User-Agent header from the HTTP request. | [optional] |
|
|
20
21
|
| **success** | **Boolean** | Whether the request was successful. | [optional][readonly] |
|
|
21
22
|
| **query** | **String** | Request query. Only used for internal logging, not sent to webhooks. | [optional] |
|
|
22
23
|
| **response_body** | **String** | Response payload. It is guaranteed to be encrypted at rest. | [optional] |
|
|
@@ -40,6 +41,7 @@ instance = Invoicetronic_Sdk::Event.new(
|
|
|
40
41
|
date_time: null,
|
|
41
42
|
error: null,
|
|
42
43
|
resource_id: null,
|
|
44
|
+
user_agent: null,
|
|
43
45
|
success: null,
|
|
44
46
|
query: null,
|
|
45
47
|
response_body: null
|
data/docs/LogApi.md
CHANGED
|
@@ -43,7 +43,8 @@ opts = {
|
|
|
43
43
|
query: 'query_example', # String |
|
|
44
44
|
success: true, # Boolean |
|
|
45
45
|
date_time_from: Time.parse('2013-10-20T19:20:30+01:00'), # Time | Date and time of the event
|
|
46
|
-
date_time_to: Time.parse('2013-10-20T19:20:30+01:00') # Time | Date and time of the event
|
|
46
|
+
date_time_to: Time.parse('2013-10-20T19:20:30+01:00'), # Time | Date and time of the event
|
|
47
|
+
user_agent: 'user_agent_example' # String |
|
|
47
48
|
}
|
|
48
49
|
|
|
49
50
|
begin
|
|
@@ -91,6 +92,7 @@ end
|
|
|
91
92
|
| **success** | **Boolean** | | [optional] |
|
|
92
93
|
| **date_time_from** | **Time** | Date and time of the event | [optional] |
|
|
93
94
|
| **date_time_to** | **Time** | Date and time of the event | [optional] |
|
|
95
|
+
| **user_agent** | **String** | | [optional] |
|
|
94
96
|
|
|
95
97
|
### Return type
|
|
96
98
|
|
data/docs/ModelSend.md
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
| **created** | **Time** | Creation date. It is set automatically. | [optional] |
|
|
9
9
|
| **version** | **Integer** | Row version, for optimistic concurrency. It is set automatically. | [optional] |
|
|
10
10
|
| **user_id** | **Integer** | User id. | [optional] |
|
|
11
|
-
| **company_id** | **Integer** | Company id. On send, this is the sender and must be set in advance. On receive, it will be
|
|
11
|
+
| **company_id** | **Integer** | Company id. On send, this is the sender and must be set in advance. On receive, it will be automatically set based on the recipient's VAT number. If a matching company is not found, the invoice will be rejected until the company is created. | [optional] |
|
|
12
12
|
| **committente** | **String** | VAT number of the Cessionario/Committente (customer). This is automatically set based on the recipient's VAT number. | [optional] |
|
|
13
13
|
| **prestatore** | **String** | VAT number of the Cedente/Prestatore (vendor). This is automatically set based on the sender's VAT number. | [optional] |
|
|
14
14
|
| **identifier** | **String** | SDI identifier. This is set by the SDI and is guaranteed to be unique within the SDI system. | [optional] |
|
data/docs/Receive.md
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
| **created** | **Time** | Creation date. It is set automatically. | [optional] |
|
|
9
9
|
| **version** | **Integer** | Row version, for optimistic concurrency. It is set automatically. | [optional] |
|
|
10
10
|
| **user_id** | **Integer** | User id. | [optional] |
|
|
11
|
-
| **company_id** | **Integer** | Company id. On send, this is the sender and must be set in advance. On receive, it will be
|
|
11
|
+
| **company_id** | **Integer** | Company id. On send, this is the sender and must be set in advance. On receive, it will be automatically set based on the recipient's VAT number. If a matching company is not found, the invoice will be rejected until the company is created. | [optional] |
|
|
12
12
|
| **committente** | **String** | VAT number of the Cessionario/Committente (customer). This is automatically set based on the recipient's VAT number. | [optional] |
|
|
13
13
|
| **prestatore** | **String** | VAT number of the Cedente/Prestatore (vendor). This is automatically set based on the sender's VAT number. | [optional] |
|
|
14
14
|
| **identifier** | **String** | SDI identifier. This is set by the SDI and is guaranteed to be unique within the SDI system. | [optional] |
|
data/docs/WebHook.md
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
| **enabled** | **Boolean** | Whether the webhook is enabled. On creation, this is set to `true`. | [optional] |
|
|
14
14
|
| **secret** | **String** | The secret used to generate webhook signatures, only returned on creation. You should store this value securely and validate it on every call, to ensure that the caller is InvoicetronicApi. | [optional] |
|
|
15
15
|
| **description** | **String** | An optional description. | [optional] |
|
|
16
|
-
| **events** | **Array<String>** | List of events that trigger the webhook.
|
|
16
|
+
| **events** | **Array<String>** | List of events that trigger the webhook. See Invoicetronic.SupportedEvents.Available for a list of valid event names. | [optional] |
|
|
17
17
|
|
|
18
18
|
## Example
|
|
19
19
|
|
data/invoicetronic_sdk.gemspec
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
#The [Invoicetronic API][2] is a RESTful service that allows you to send and receive invoices through the Italian [Servizio di Interscambio (SDI)][1], or Interchange Service. The API is designed to be simple and easy to use, abstracting away SDI complexity while providing complete control over the invoice send/receive process. It provides advanced features as encryption at rest, multi-language pre-flight invoice validation, multiple upload formats, webhooks, event logging, client SDKs, and CLI tools. For more information, see [Invoicetronic website][2] [1]: https://www.fatturapa.gov.it/it/sistemainterscambio/cose-il-sdi/ [2]: https://invoicetronic.com/
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1
|
|
8
|
+
The version of the OpenAPI document: 1.6.4
|
|
9
9
|
Contact: info@invoicetronic.com
|
|
10
10
|
Generated by: https://openapi-generator.tech
|
|
11
11
|
Generator version: 7.20.0
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#The [Invoicetronic API][2] is a RESTful service that allows you to send and receive invoices through the Italian [Servizio di Interscambio (SDI)][1], or Interchange Service. The API is designed to be simple and easy to use, abstracting away SDI complexity while providing complete control over the invoice send/receive process. It provides advanced features as encryption at rest, multi-language pre-flight invoice validation, multiple upload formats, webhooks, event logging, client SDKs, and CLI tools. For more information, see [Invoicetronic website][2] [1]: https://www.fatturapa.gov.it/it/sistemainterscambio/cose-il-sdi/ [2]: https://invoicetronic.com/
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1
|
|
6
|
+
The version of the OpenAPI document: 1.6.4
|
|
7
7
|
Contact: info@invoicetronic.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#The [Invoicetronic API][2] is a RESTful service that allows you to send and receive invoices through the Italian [Servizio di Interscambio (SDI)][1], or Interchange Service. The API is designed to be simple and easy to use, abstracting away SDI complexity while providing complete control over the invoice send/receive process. It provides advanced features as encryption at rest, multi-language pre-flight invoice validation, multiple upload formats, webhooks, event logging, client SDKs, and CLI tools. For more information, see [Invoicetronic website][2] [1]: https://www.fatturapa.gov.it/it/sistemainterscambio/cose-il-sdi/ [2]: https://invoicetronic.com/
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1
|
|
6
|
+
The version of the OpenAPI document: 1.6.4
|
|
7
7
|
Contact: info@invoicetronic.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#The [Invoicetronic API][2] is a RESTful service that allows you to send and receive invoices through the Italian [Servizio di Interscambio (SDI)][1], or Interchange Service. The API is designed to be simple and easy to use, abstracting away SDI complexity while providing complete control over the invoice send/receive process. It provides advanced features as encryption at rest, multi-language pre-flight invoice validation, multiple upload formats, webhooks, event logging, client SDKs, and CLI tools. For more information, see [Invoicetronic website][2] [1]: https://www.fatturapa.gov.it/it/sistemainterscambio/cose-il-sdi/ [2]: https://invoicetronic.com/
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1
|
|
6
|
+
The version of the OpenAPI document: 1.6.4
|
|
7
7
|
Contact: info@invoicetronic.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#The [Invoicetronic API][2] is a RESTful service that allows you to send and receive invoices through the Italian [Servizio di Interscambio (SDI)][1], or Interchange Service. The API is designed to be simple and easy to use, abstracting away SDI complexity while providing complete control over the invoice send/receive process. It provides advanced features as encryption at rest, multi-language pre-flight invoice validation, multiple upload formats, webhooks, event logging, client SDKs, and CLI tools. For more information, see [Invoicetronic website][2] [1]: https://www.fatturapa.gov.it/it/sistemainterscambio/cose-il-sdi/ [2]: https://invoicetronic.com/
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1
|
|
6
|
+
The version of the OpenAPI document: 1.6.4
|
|
7
7
|
Contact: info@invoicetronic.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
|
@@ -36,6 +36,7 @@ module Invoicetronic_Sdk
|
|
|
36
36
|
# @option opts [Boolean] :success
|
|
37
37
|
# @option opts [Time] :date_time_from Date and time of the event
|
|
38
38
|
# @option opts [Time] :date_time_to Date and time of the event
|
|
39
|
+
# @option opts [String] :user_agent
|
|
39
40
|
# @return [Array<Event>]
|
|
40
41
|
def log_get(opts = {})
|
|
41
42
|
data, _status_code, _headers = log_get_with_http_info(opts)
|
|
@@ -59,6 +60,7 @@ module Invoicetronic_Sdk
|
|
|
59
60
|
# @option opts [Boolean] :success
|
|
60
61
|
# @option opts [Time] :date_time_from Date and time of the event
|
|
61
62
|
# @option opts [Time] :date_time_to Date and time of the event
|
|
63
|
+
# @option opts [String] :user_agent
|
|
62
64
|
# @return [Array<(Array<Event>, Integer, Hash)>] Array<Event> data, response status code and response headers
|
|
63
65
|
def log_get_with_http_info(opts = {})
|
|
64
66
|
if @api_client.config.debugging
|
|
@@ -83,6 +85,7 @@ module Invoicetronic_Sdk
|
|
|
83
85
|
query_params[:'success'] = opts[:'success'] if !opts[:'success'].nil?
|
|
84
86
|
query_params[:'date_time_from'] = opts[:'date_time_from'] if !opts[:'date_time_from'].nil?
|
|
85
87
|
query_params[:'date_time_to'] = opts[:'date_time_to'] if !opts[:'date_time_to'].nil?
|
|
88
|
+
query_params[:'user_agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
|
|
86
89
|
|
|
87
90
|
# header parameters
|
|
88
91
|
header_params = opts[:header_params] || {}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#The [Invoicetronic API][2] is a RESTful service that allows you to send and receive invoices through the Italian [Servizio di Interscambio (SDI)][1], or Interchange Service. The API is designed to be simple and easy to use, abstracting away SDI complexity while providing complete control over the invoice send/receive process. It provides advanced features as encryption at rest, multi-language pre-flight invoice validation, multiple upload formats, webhooks, event logging, client SDKs, and CLI tools. For more information, see [Invoicetronic website][2] [1]: https://www.fatturapa.gov.it/it/sistemainterscambio/cose-il-sdi/ [2]: https://invoicetronic.com/
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1
|
|
6
|
+
The version of the OpenAPI document: 1.6.4
|
|
7
7
|
Contact: info@invoicetronic.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#The [Invoicetronic API][2] is a RESTful service that allows you to send and receive invoices through the Italian [Servizio di Interscambio (SDI)][1], or Interchange Service. The API is designed to be simple and easy to use, abstracting away SDI complexity while providing complete control over the invoice send/receive process. It provides advanced features as encryption at rest, multi-language pre-flight invoice validation, multiple upload formats, webhooks, event logging, client SDKs, and CLI tools. For more information, see [Invoicetronic website][2] [1]: https://www.fatturapa.gov.it/it/sistemainterscambio/cose-il-sdi/ [2]: https://invoicetronic.com/
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1
|
|
6
|
+
The version of the OpenAPI document: 1.6.4
|
|
7
7
|
Contact: info@invoicetronic.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#The [Invoicetronic API][2] is a RESTful service that allows you to send and receive invoices through the Italian [Servizio di Interscambio (SDI)][1], or Interchange Service. The API is designed to be simple and easy to use, abstracting away SDI complexity while providing complete control over the invoice send/receive process. It provides advanced features as encryption at rest, multi-language pre-flight invoice validation, multiple upload formats, webhooks, event logging, client SDKs, and CLI tools. For more information, see [Invoicetronic website][2] [1]: https://www.fatturapa.gov.it/it/sistemainterscambio/cose-il-sdi/ [2]: https://invoicetronic.com/
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1
|
|
6
|
+
The version of the OpenAPI document: 1.6.4
|
|
7
7
|
Contact: info@invoicetronic.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#The [Invoicetronic API][2] is a RESTful service that allows you to send and receive invoices through the Italian [Servizio di Interscambio (SDI)][1], or Interchange Service. The API is designed to be simple and easy to use, abstracting away SDI complexity while providing complete control over the invoice send/receive process. It provides advanced features as encryption at rest, multi-language pre-flight invoice validation, multiple upload formats, webhooks, event logging, client SDKs, and CLI tools. For more information, see [Invoicetronic website][2] [1]: https://www.fatturapa.gov.it/it/sistemainterscambio/cose-il-sdi/ [2]: https://invoicetronic.com/
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1
|
|
6
|
+
The version of the OpenAPI document: 1.6.4
|
|
7
7
|
Contact: info@invoicetronic.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#The [Invoicetronic API][2] is a RESTful service that allows you to send and receive invoices through the Italian [Servizio di Interscambio (SDI)][1], or Interchange Service. The API is designed to be simple and easy to use, abstracting away SDI complexity while providing complete control over the invoice send/receive process. It provides advanced features as encryption at rest, multi-language pre-flight invoice validation, multiple upload formats, webhooks, event logging, client SDKs, and CLI tools. For more information, see [Invoicetronic website][2] [1]: https://www.fatturapa.gov.it/it/sistemainterscambio/cose-il-sdi/ [2]: https://invoicetronic.com/
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1
|
|
6
|
+
The version of the OpenAPI document: 1.6.4
|
|
7
7
|
Contact: info@invoicetronic.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#The [Invoicetronic API][2] is a RESTful service that allows you to send and receive invoices through the Italian [Servizio di Interscambio (SDI)][1], or Interchange Service. The API is designed to be simple and easy to use, abstracting away SDI complexity while providing complete control over the invoice send/receive process. It provides advanced features as encryption at rest, multi-language pre-flight invoice validation, multiple upload formats, webhooks, event logging, client SDKs, and CLI tools. For more information, see [Invoicetronic website][2] [1]: https://www.fatturapa.gov.it/it/sistemainterscambio/cose-il-sdi/ [2]: https://invoicetronic.com/
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1
|
|
6
|
+
The version of the OpenAPI document: 1.6.4
|
|
7
7
|
Contact: info@invoicetronic.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
|
@@ -32,7 +32,7 @@ module Invoicetronic_Sdk
|
|
|
32
32
|
# @option config [Configuration] Configuration for initializing the object, default to Configuration.default
|
|
33
33
|
def initialize(config = Configuration.default)
|
|
34
34
|
@config = config
|
|
35
|
-
@user_agent = "Invoicetronic/1.
|
|
35
|
+
@user_agent = "Invoicetronic-Ruby-SDK/1.7"
|
|
36
36
|
@default_headers = {
|
|
37
37
|
'Content-Type' => 'application/json',
|
|
38
38
|
'User-Agent' => @user_agent
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#The [Invoicetronic API][2] is a RESTful service that allows you to send and receive invoices through the Italian [Servizio di Interscambio (SDI)][1], or Interchange Service. The API is designed to be simple and easy to use, abstracting away SDI complexity while providing complete control over the invoice send/receive process. It provides advanced features as encryption at rest, multi-language pre-flight invoice validation, multiple upload formats, webhooks, event logging, client SDKs, and CLI tools. For more information, see [Invoicetronic website][2] [1]: https://www.fatturapa.gov.it/it/sistemainterscambio/cose-il-sdi/ [2]: https://invoicetronic.com/
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1
|
|
6
|
+
The version of the OpenAPI document: 1.6.4
|
|
7
7
|
Contact: info@invoicetronic.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#The [Invoicetronic API][2] is a RESTful service that allows you to send and receive invoices through the Italian [Servizio di Interscambio (SDI)][1], or Interchange Service. The API is designed to be simple and easy to use, abstracting away SDI complexity while providing complete control over the invoice send/receive process. It provides advanced features as encryption at rest, multi-language pre-flight invoice validation, multiple upload formats, webhooks, event logging, client SDKs, and CLI tools. For more information, see [Invoicetronic website][2] [1]: https://www.fatturapa.gov.it/it/sistemainterscambio/cose-il-sdi/ [2]: https://invoicetronic.com/
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1
|
|
6
|
+
The version of the OpenAPI document: 1.6.4
|
|
7
7
|
Contact: info@invoicetronic.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#The [Invoicetronic API][2] is a RESTful service that allows you to send and receive invoices through the Italian [Servizio di Interscambio (SDI)][1], or Interchange Service. The API is designed to be simple and easy to use, abstracting away SDI complexity while providing complete control over the invoice send/receive process. It provides advanced features as encryption at rest, multi-language pre-flight invoice validation, multiple upload formats, webhooks, event logging, client SDKs, and CLI tools. For more information, see [Invoicetronic website][2] [1]: https://www.fatturapa.gov.it/it/sistemainterscambio/cose-il-sdi/ [2]: https://invoicetronic.com/
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1
|
|
6
|
+
The version of the OpenAPI document: 1.6.4
|
|
7
7
|
Contact: info@invoicetronic.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#The [Invoicetronic API][2] is a RESTful service that allows you to send and receive invoices through the Italian [Servizio di Interscambio (SDI)][1], or Interchange Service. The API is designed to be simple and easy to use, abstracting away SDI complexity while providing complete control over the invoice send/receive process. It provides advanced features as encryption at rest, multi-language pre-flight invoice validation, multiple upload formats, webhooks, event logging, client SDKs, and CLI tools. For more information, see [Invoicetronic website][2] [1]: https://www.fatturapa.gov.it/it/sistemainterscambio/cose-il-sdi/ [2]: https://invoicetronic.com/
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1
|
|
6
|
+
The version of the OpenAPI document: 1.6.4
|
|
7
7
|
Contact: info@invoicetronic.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#The [Invoicetronic API][2] is a RESTful service that allows you to send and receive invoices through the Italian [Servizio di Interscambio (SDI)][1], or Interchange Service. The API is designed to be simple and easy to use, abstracting away SDI complexity while providing complete control over the invoice send/receive process. It provides advanced features as encryption at rest, multi-language pre-flight invoice validation, multiple upload formats, webhooks, event logging, client SDKs, and CLI tools. For more information, see [Invoicetronic website][2] [1]: https://www.fatturapa.gov.it/it/sistemainterscambio/cose-il-sdi/ [2]: https://invoicetronic.com/
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1
|
|
6
|
+
The version of the OpenAPI document: 1.6.4
|
|
7
7
|
Contact: info@invoicetronic.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#The [Invoicetronic API][2] is a RESTful service that allows you to send and receive invoices through the Italian [Servizio di Interscambio (SDI)][1], or Interchange Service. The API is designed to be simple and easy to use, abstracting away SDI complexity while providing complete control over the invoice send/receive process. It provides advanced features as encryption at rest, multi-language pre-flight invoice validation, multiple upload formats, webhooks, event logging, client SDKs, and CLI tools. For more information, see [Invoicetronic website][2] [1]: https://www.fatturapa.gov.it/it/sistemainterscambio/cose-il-sdi/ [2]: https://invoicetronic.com/
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1
|
|
6
|
+
The version of the OpenAPI document: 1.6.4
|
|
7
7
|
Contact: info@invoicetronic.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#The [Invoicetronic API][2] is a RESTful service that allows you to send and receive invoices through the Italian [Servizio di Interscambio (SDI)][1], or Interchange Service. The API is designed to be simple and easy to use, abstracting away SDI complexity while providing complete control over the invoice send/receive process. It provides advanced features as encryption at rest, multi-language pre-flight invoice validation, multiple upload formats, webhooks, event logging, client SDKs, and CLI tools. For more information, see [Invoicetronic website][2] [1]: https://www.fatturapa.gov.it/it/sistemainterscambio/cose-il-sdi/ [2]: https://invoicetronic.com/
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1
|
|
6
|
+
The version of the OpenAPI document: 1.6.4
|
|
7
7
|
Contact: info@invoicetronic.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
|
@@ -55,6 +55,9 @@ module Invoicetronic_Sdk
|
|
|
55
55
|
# ID of the resource created or modified by this request.
|
|
56
56
|
attr_accessor :resource_id
|
|
57
57
|
|
|
58
|
+
# User-Agent header from the HTTP request.
|
|
59
|
+
attr_accessor :user_agent
|
|
60
|
+
|
|
58
61
|
# Whether the request was successful.
|
|
59
62
|
attr_accessor :success
|
|
60
63
|
|
|
@@ -80,6 +83,7 @@ module Invoicetronic_Sdk
|
|
|
80
83
|
:'date_time' => :'date_time',
|
|
81
84
|
:'error' => :'error',
|
|
82
85
|
:'resource_id' => :'resource_id',
|
|
86
|
+
:'user_agent' => :'user_agent',
|
|
83
87
|
:'success' => :'success',
|
|
84
88
|
:'query' => :'query',
|
|
85
89
|
:'response_body' => :'response_body'
|
|
@@ -112,6 +116,7 @@ module Invoicetronic_Sdk
|
|
|
112
116
|
:'date_time' => :'Time',
|
|
113
117
|
:'error' => :'String',
|
|
114
118
|
:'resource_id' => :'Integer',
|
|
119
|
+
:'user_agent' => :'String',
|
|
115
120
|
:'success' => :'Boolean',
|
|
116
121
|
:'query' => :'String',
|
|
117
122
|
:'response_body' => :'String'
|
|
@@ -124,6 +129,7 @@ module Invoicetronic_Sdk
|
|
|
124
129
|
:'company_id',
|
|
125
130
|
:'error',
|
|
126
131
|
:'resource_id',
|
|
132
|
+
:'user_agent',
|
|
127
133
|
:'query',
|
|
128
134
|
:'response_body'
|
|
129
135
|
])
|
|
@@ -201,6 +207,10 @@ module Invoicetronic_Sdk
|
|
|
201
207
|
self.resource_id = attributes[:'resource_id']
|
|
202
208
|
end
|
|
203
209
|
|
|
210
|
+
if attributes.key?(:'user_agent')
|
|
211
|
+
self.user_agent = attributes[:'user_agent']
|
|
212
|
+
end
|
|
213
|
+
|
|
204
214
|
if attributes.key?(:'success')
|
|
205
215
|
self.success = attributes[:'success']
|
|
206
216
|
end
|
|
@@ -235,6 +245,10 @@ module Invoicetronic_Sdk
|
|
|
235
245
|
invalid_properties.push('invalid value for "endpoint", the character length must be greater than or equal to 1.')
|
|
236
246
|
end
|
|
237
247
|
|
|
248
|
+
if !@user_agent.nil? && @user_agent.to_s.length > 512
|
|
249
|
+
invalid_properties.push('invalid value for "user_agent", the character length must be smaller than or equal to 512.')
|
|
250
|
+
end
|
|
251
|
+
|
|
238
252
|
invalid_properties
|
|
239
253
|
end
|
|
240
254
|
|
|
@@ -246,6 +260,7 @@ module Invoicetronic_Sdk
|
|
|
246
260
|
return false if @method.to_s.length < 1
|
|
247
261
|
return false if @endpoint.nil?
|
|
248
262
|
return false if @endpoint.to_s.length < 1
|
|
263
|
+
return false if !@user_agent.nil? && @user_agent.to_s.length > 512
|
|
249
264
|
true
|
|
250
265
|
end
|
|
251
266
|
|
|
@@ -277,6 +292,16 @@ module Invoicetronic_Sdk
|
|
|
277
292
|
@endpoint = endpoint
|
|
278
293
|
end
|
|
279
294
|
|
|
295
|
+
# Custom attribute writer method with validation
|
|
296
|
+
# @param [Object] user_agent Value to be assigned
|
|
297
|
+
def user_agent=(user_agent)
|
|
298
|
+
if !user_agent.nil? && user_agent.to_s.length > 512
|
|
299
|
+
fail ArgumentError, 'invalid value for "user_agent", the character length must be smaller than or equal to 512.'
|
|
300
|
+
end
|
|
301
|
+
|
|
302
|
+
@user_agent = user_agent
|
|
303
|
+
end
|
|
304
|
+
|
|
280
305
|
# Checks equality by comparing each attribute.
|
|
281
306
|
# @param [Object] Object to be compared
|
|
282
307
|
def ==(o)
|
|
@@ -295,6 +320,7 @@ module Invoicetronic_Sdk
|
|
|
295
320
|
date_time == o.date_time &&
|
|
296
321
|
error == o.error &&
|
|
297
322
|
resource_id == o.resource_id &&
|
|
323
|
+
user_agent == o.user_agent &&
|
|
298
324
|
success == o.success &&
|
|
299
325
|
query == o.query &&
|
|
300
326
|
response_body == o.response_body
|
|
@@ -309,7 +335,7 @@ module Invoicetronic_Sdk
|
|
|
309
335
|
# Calculates hash code according to all attributes.
|
|
310
336
|
# @return [Integer] Hash code
|
|
311
337
|
def hash
|
|
312
|
-
[id, created, version, user_id, api_key_id, company_id, method, endpoint, api_version, status_code, date_time, error, resource_id, success, query, response_body].hash
|
|
338
|
+
[id, created, version, user_id, api_key_id, company_id, method, endpoint, api_version, status_code, date_time, error, resource_id, user_agent, success, query, response_body].hash
|
|
313
339
|
end
|
|
314
340
|
|
|
315
341
|
# Builds the object from hash
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#The [Invoicetronic API][2] is a RESTful service that allows you to send and receive invoices through the Italian [Servizio di Interscambio (SDI)][1], or Interchange Service. The API is designed to be simple and easy to use, abstracting away SDI complexity while providing complete control over the invoice send/receive process. It provides advanced features as encryption at rest, multi-language pre-flight invoice validation, multiple upload formats, webhooks, event logging, client SDKs, and CLI tools. For more information, see [Invoicetronic website][2] [1]: https://www.fatturapa.gov.it/it/sistemainterscambio/cose-il-sdi/ [2]: https://invoicetronic.com/
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1
|
|
6
|
+
The version of the OpenAPI document: 1.6.4
|
|
7
7
|
Contact: info@invoicetronic.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
|
@@ -28,7 +28,7 @@ module Invoicetronic_Sdk
|
|
|
28
28
|
# User id.
|
|
29
29
|
attr_accessor :user_id
|
|
30
30
|
|
|
31
|
-
# Company id. On send, this is the sender and must be set in advance. On receive, it will be
|
|
31
|
+
# Company id. On send, this is the sender and must be set in advance. On receive, it will be automatically set based on the recipient's VAT number. If a matching company is not found, the invoice will be rejected until the company is created.
|
|
32
32
|
attr_accessor :company_id
|
|
33
33
|
|
|
34
34
|
# VAT number of the Cessionario/Committente (customer). This is automatically set based on the recipient's VAT number.
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#The [Invoicetronic API][2] is a RESTful service that allows you to send and receive invoices through the Italian [Servizio di Interscambio (SDI)][1], or Interchange Service. The API is designed to be simple and easy to use, abstracting away SDI complexity while providing complete control over the invoice send/receive process. It provides advanced features as encryption at rest, multi-language pre-flight invoice validation, multiple upload formats, webhooks, event logging, client SDKs, and CLI tools. For more information, see [Invoicetronic website][2] [1]: https://www.fatturapa.gov.it/it/sistemainterscambio/cose-il-sdi/ [2]: https://invoicetronic.com/
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1
|
|
6
|
+
The version of the OpenAPI document: 1.6.4
|
|
7
7
|
Contact: info@invoicetronic.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#The [Invoicetronic API][2] is a RESTful service that allows you to send and receive invoices through the Italian [Servizio di Interscambio (SDI)][1], or Interchange Service. The API is designed to be simple and easy to use, abstracting away SDI complexity while providing complete control over the invoice send/receive process. It provides advanced features as encryption at rest, multi-language pre-flight invoice validation, multiple upload formats, webhooks, event logging, client SDKs, and CLI tools. For more information, see [Invoicetronic website][2] [1]: https://www.fatturapa.gov.it/it/sistemainterscambio/cose-il-sdi/ [2]: https://invoicetronic.com/
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1
|
|
6
|
+
The version of the OpenAPI document: 1.6.4
|
|
7
7
|
Contact: info@invoicetronic.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
|
@@ -28,7 +28,7 @@ module Invoicetronic_Sdk
|
|
|
28
28
|
# User id.
|
|
29
29
|
attr_accessor :user_id
|
|
30
30
|
|
|
31
|
-
# Company id. On send, this is the sender and must be set in advance. On receive, it will be
|
|
31
|
+
# Company id. On send, this is the sender and must be set in advance. On receive, it will be automatically set based on the recipient's VAT number. If a matching company is not found, the invoice will be rejected until the company is created.
|
|
32
32
|
attr_accessor :company_id
|
|
33
33
|
|
|
34
34
|
# VAT number of the Cessionario/Committente (customer). This is automatically set based on the recipient's VAT number.
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#The [Invoicetronic API][2] is a RESTful service that allows you to send and receive invoices through the Italian [Servizio di Interscambio (SDI)][1], or Interchange Service. The API is designed to be simple and easy to use, abstracting away SDI complexity while providing complete control over the invoice send/receive process. It provides advanced features as encryption at rest, multi-language pre-flight invoice validation, multiple upload formats, webhooks, event logging, client SDKs, and CLI tools. For more information, see [Invoicetronic website][2] [1]: https://www.fatturapa.gov.it/it/sistemainterscambio/cose-il-sdi/ [2]: https://invoicetronic.com/
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1
|
|
6
|
+
The version of the OpenAPI document: 1.6.4
|
|
7
7
|
Contact: info@invoicetronic.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#The [Invoicetronic API][2] is a RESTful service that allows you to send and receive invoices through the Italian [Servizio di Interscambio (SDI)][1], or Interchange Service. The API is designed to be simple and easy to use, abstracting away SDI complexity while providing complete control over the invoice send/receive process. It provides advanced features as encryption at rest, multi-language pre-flight invoice validation, multiple upload formats, webhooks, event logging, client SDKs, and CLI tools. For more information, see [Invoicetronic website][2] [1]: https://www.fatturapa.gov.it/it/sistemainterscambio/cose-il-sdi/ [2]: https://invoicetronic.com/
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1
|
|
6
|
+
The version of the OpenAPI document: 1.6.4
|
|
7
7
|
Contact: info@invoicetronic.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#The [Invoicetronic API][2] is a RESTful service that allows you to send and receive invoices through the Italian [Servizio di Interscambio (SDI)][1], or Interchange Service. The API is designed to be simple and easy to use, abstracting away SDI complexity while providing complete control over the invoice send/receive process. It provides advanced features as encryption at rest, multi-language pre-flight invoice validation, multiple upload formats, webhooks, event logging, client SDKs, and CLI tools. For more information, see [Invoicetronic website][2] [1]: https://www.fatturapa.gov.it/it/sistemainterscambio/cose-il-sdi/ [2]: https://invoicetronic.com/
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1
|
|
6
|
+
The version of the OpenAPI document: 1.6.4
|
|
7
7
|
Contact: info@invoicetronic.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#The [Invoicetronic API][2] is a RESTful service that allows you to send and receive invoices through the Italian [Servizio di Interscambio (SDI)][1], or Interchange Service. The API is designed to be simple and easy to use, abstracting away SDI complexity while providing complete control over the invoice send/receive process. It provides advanced features as encryption at rest, multi-language pre-flight invoice validation, multiple upload formats, webhooks, event logging, client SDKs, and CLI tools. For more information, see [Invoicetronic website][2] [1]: https://www.fatturapa.gov.it/it/sistemainterscambio/cose-il-sdi/ [2]: https://invoicetronic.com/
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1
|
|
6
|
+
The version of the OpenAPI document: 1.6.4
|
|
7
7
|
Contact: info@invoicetronic.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
|
@@ -43,7 +43,7 @@ module Invoicetronic_Sdk
|
|
|
43
43
|
# An optional description.
|
|
44
44
|
attr_accessor :description
|
|
45
45
|
|
|
46
|
-
# List of events that trigger the webhook.
|
|
46
|
+
# List of events that trigger the webhook. See Invoicetronic.SupportedEvents.Available for a list of valid event names.
|
|
47
47
|
attr_accessor :events
|
|
48
48
|
|
|
49
49
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#The [Invoicetronic API][2] is a RESTful service that allows you to send and receive invoices through the Italian [Servizio di Interscambio (SDI)][1], or Interchange Service. The API is designed to be simple and easy to use, abstracting away SDI complexity while providing complete control over the invoice send/receive process. It provides advanced features as encryption at rest, multi-language pre-flight invoice validation, multiple upload formats, webhooks, event logging, client SDKs, and CLI tools. For more information, see [Invoicetronic website][2] [1]: https://www.fatturapa.gov.it/it/sistemainterscambio/cose-il-sdi/ [2]: https://invoicetronic.com/
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1
|
|
6
|
+
The version of the OpenAPI document: 1.6.4
|
|
7
7
|
Contact: info@invoicetronic.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#The [Invoicetronic API][2] is a RESTful service that allows you to send and receive invoices through the Italian [Servizio di Interscambio (SDI)][1], or Interchange Service. The API is designed to be simple and easy to use, abstracting away SDI complexity while providing complete control over the invoice send/receive process. It provides advanced features as encryption at rest, multi-language pre-flight invoice validation, multiple upload formats, webhooks, event logging, client SDKs, and CLI tools. For more information, see [Invoicetronic website][2] [1]: https://www.fatturapa.gov.it/it/sistemainterscambio/cose-il-sdi/ [2]: https://invoicetronic.com/
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1
|
|
6
|
+
The version of the OpenAPI document: 1.6.4
|
|
7
7
|
Contact: info@invoicetronic.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.20.0
|
|
@@ -11,5 +11,5 @@ Generator version: 7.20.0
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
13
13
|
module Invoicetronic_Sdk
|
|
14
|
-
VERSION = '1.
|
|
14
|
+
VERSION = '1.7'
|
|
15
15
|
end
|