From 0d60f873394b52147a0b9dced545981c3cb9b262 Mon Sep 17 00:00:00 2001 From: slavkor <30171206+slavkor@users.noreply.github.com> Date: Thu, 11 Jul 2024 09:16:13 +0000 Subject: [PATCH] chore: release data-link SDK --- README.md | 2 +- src/.openapi-generator/FILES | 1 - src/README.md | 4 ++-- src/databox.gemspec | 2 +- src/lib/databox.rb | 2 +- src/lib/databox/api/default_api.rb | 2 +- src/lib/databox/api_client.rb | 2 +- src/lib/databox/api_error.rb | 2 +- src/lib/databox/configuration.rb | 2 +- src/lib/databox/models/api_response.rb | 2 +- src/lib/databox/models/push_data.rb | 2 +- src/lib/databox/models/push_data_attribute.rb | 2 +- src/lib/databox/models/state.rb | 2 +- src/lib/databox/version.rb | 2 +- src/spec/api/default_api_spec.rb | 2 +- src/spec/models/api_response_spec.rb | 2 +- src/spec/models/push_data_attribute_spec.rb | 2 +- src/spec/models/push_data_spec.rb | 2 +- src/spec/models/state_spec.rb | 2 +- src/spec/spec_helper.rb | 2 +- 20 files changed, 20 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 6a9478e..1202698 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Push API resources Open API documentation This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: -- API version: 0.4.0 +- API version: 0.4.1 - Package version: 2.1.1 - Generator version: 7.6.0 - Build package: org.openapitools.codegen.languages.RubyClientCodegen diff --git a/src/.openapi-generator/FILES b/src/.openapi-generator/FILES index 2198256..ded3606 100644 --- a/src/.openapi-generator/FILES +++ b/src/.openapi-generator/FILES @@ -1,6 +1,5 @@ .gitignore .gitlab-ci.yml -.openapi-generator-ignore .rspec .rubocop.yml .travis.yml diff --git a/src/README.md b/src/README.md index bcb13f7..1202698 100644 --- a/src/README.md +++ b/src/README.md @@ -1,4 +1,4 @@ -# databox +# databox Databox - the Ruby gem for the Static OpenAPI document of Push API resource @@ -6,7 +6,7 @@ Push API resources Open API documentation This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: -- API version: 0.4.0 +- API version: 0.4.1 - Package version: 2.1.1 - Generator version: 7.6.0 - Build package: org.openapitools.codegen.languages.RubyClientCodegen diff --git a/src/databox.gemspec b/src/databox.gemspec index edac75e..3cbfaec 100644 --- a/src/databox.gemspec +++ b/src/databox.gemspec @@ -5,7 +5,7 @@ #Push API resources Open API documentation -The version of the OpenAPI document: 0.4.0 +The version of the OpenAPI document: 0.4.1 Generated by: https://openapi-generator.tech Generator version: 7.6.0 diff --git a/src/lib/databox.rb b/src/lib/databox.rb index e43f114..b6a57cb 100644 --- a/src/lib/databox.rb +++ b/src/lib/databox.rb @@ -3,7 +3,7 @@ #Push API resources Open API documentation -The version of the OpenAPI document: 0.4.0 +The version of the OpenAPI document: 0.4.1 Generated by: https://openapi-generator.tech Generator version: 7.6.0 diff --git a/src/lib/databox/api/default_api.rb b/src/lib/databox/api/default_api.rb index be13d7e..4adda3f 100644 --- a/src/lib/databox/api/default_api.rb +++ b/src/lib/databox/api/default_api.rb @@ -3,7 +3,7 @@ #Push API resources Open API documentation -The version of the OpenAPI document: 0.4.0 +The version of the OpenAPI document: 0.4.1 Generated by: https://openapi-generator.tech Generator version: 7.6.0 diff --git a/src/lib/databox/api_client.rb b/src/lib/databox/api_client.rb index 5dee214..302cc06 100644 --- a/src/lib/databox/api_client.rb +++ b/src/lib/databox/api_client.rb @@ -3,7 +3,7 @@ #Push API resources Open API documentation -The version of the OpenAPI document: 0.4.0 +The version of the OpenAPI document: 0.4.1 Generated by: https://openapi-generator.tech Generator version: 7.6.0 diff --git a/src/lib/databox/api_error.rb b/src/lib/databox/api_error.rb index 578d1c9..ce9f665 100644 --- a/src/lib/databox/api_error.rb +++ b/src/lib/databox/api_error.rb @@ -3,7 +3,7 @@ #Push API resources Open API documentation -The version of the OpenAPI document: 0.4.0 +The version of the OpenAPI document: 0.4.1 Generated by: https://openapi-generator.tech Generator version: 7.6.0 diff --git a/src/lib/databox/configuration.rb b/src/lib/databox/configuration.rb index 3bd501e..19b9b13 100644 --- a/src/lib/databox/configuration.rb +++ b/src/lib/databox/configuration.rb @@ -3,7 +3,7 @@ #Push API resources Open API documentation -The version of the OpenAPI document: 0.4.0 +The version of the OpenAPI document: 0.4.1 Generated by: https://openapi-generator.tech Generator version: 7.6.0 diff --git a/src/lib/databox/models/api_response.rb b/src/lib/databox/models/api_response.rb index 4ea865c..6c03ac6 100644 --- a/src/lib/databox/models/api_response.rb +++ b/src/lib/databox/models/api_response.rb @@ -3,7 +3,7 @@ #Push API resources Open API documentation -The version of the OpenAPI document: 0.4.0 +The version of the OpenAPI document: 0.4.1 Generated by: https://openapi-generator.tech Generator version: 7.6.0 diff --git a/src/lib/databox/models/push_data.rb b/src/lib/databox/models/push_data.rb index 020a7a4..5def2d9 100644 --- a/src/lib/databox/models/push_data.rb +++ b/src/lib/databox/models/push_data.rb @@ -3,7 +3,7 @@ #Push API resources Open API documentation -The version of the OpenAPI document: 0.4.0 +The version of the OpenAPI document: 0.4.1 Generated by: https://openapi-generator.tech Generator version: 7.6.0 diff --git a/src/lib/databox/models/push_data_attribute.rb b/src/lib/databox/models/push_data_attribute.rb index d7cea34..cc3a5e7 100644 --- a/src/lib/databox/models/push_data_attribute.rb +++ b/src/lib/databox/models/push_data_attribute.rb @@ -3,7 +3,7 @@ #Push API resources Open API documentation -The version of the OpenAPI document: 0.4.0 +The version of the OpenAPI document: 0.4.1 Generated by: https://openapi-generator.tech Generator version: 7.6.0 diff --git a/src/lib/databox/models/state.rb b/src/lib/databox/models/state.rb index 2627af2..4f4d3a5 100644 --- a/src/lib/databox/models/state.rb +++ b/src/lib/databox/models/state.rb @@ -3,7 +3,7 @@ #Push API resources Open API documentation -The version of the OpenAPI document: 0.4.0 +The version of the OpenAPI document: 0.4.1 Generated by: https://openapi-generator.tech Generator version: 7.6.0 diff --git a/src/lib/databox/version.rb b/src/lib/databox/version.rb index 8bb3664..58fcc88 100644 --- a/src/lib/databox/version.rb +++ b/src/lib/databox/version.rb @@ -3,7 +3,7 @@ #Push API resources Open API documentation -The version of the OpenAPI document: 0.4.0 +The version of the OpenAPI document: 0.4.1 Generated by: https://openapi-generator.tech Generator version: 7.6.0 diff --git a/src/spec/api/default_api_spec.rb b/src/spec/api/default_api_spec.rb index 09ffe74..83a256b 100644 --- a/src/spec/api/default_api_spec.rb +++ b/src/spec/api/default_api_spec.rb @@ -3,7 +3,7 @@ #Push API resources Open API documentation -The version of the OpenAPI document: 0.4.0 +The version of the OpenAPI document: 0.4.1 Generated by: https://openapi-generator.tech Generator version: 7.6.0 diff --git a/src/spec/models/api_response_spec.rb b/src/spec/models/api_response_spec.rb index 17864d6..30b6745 100644 --- a/src/spec/models/api_response_spec.rb +++ b/src/spec/models/api_response_spec.rb @@ -3,7 +3,7 @@ #Push API resources Open API documentation -The version of the OpenAPI document: 0.4.0 +The version of the OpenAPI document: 0.4.1 Generated by: https://openapi-generator.tech Generator version: 7.6.0 diff --git a/src/spec/models/push_data_attribute_spec.rb b/src/spec/models/push_data_attribute_spec.rb index fc06cee..69dd09d 100644 --- a/src/spec/models/push_data_attribute_spec.rb +++ b/src/spec/models/push_data_attribute_spec.rb @@ -3,7 +3,7 @@ #Push API resources Open API documentation -The version of the OpenAPI document: 0.4.0 +The version of the OpenAPI document: 0.4.1 Generated by: https://openapi-generator.tech Generator version: 7.6.0 diff --git a/src/spec/models/push_data_spec.rb b/src/spec/models/push_data_spec.rb index 4322f1b..a87b991 100644 --- a/src/spec/models/push_data_spec.rb +++ b/src/spec/models/push_data_spec.rb @@ -3,7 +3,7 @@ #Push API resources Open API documentation -The version of the OpenAPI document: 0.4.0 +The version of the OpenAPI document: 0.4.1 Generated by: https://openapi-generator.tech Generator version: 7.6.0 diff --git a/src/spec/models/state_spec.rb b/src/spec/models/state_spec.rb index 120d6bf..966baaa 100644 --- a/src/spec/models/state_spec.rb +++ b/src/spec/models/state_spec.rb @@ -3,7 +3,7 @@ #Push API resources Open API documentation -The version of the OpenAPI document: 0.4.0 +The version of the OpenAPI document: 0.4.1 Generated by: https://openapi-generator.tech Generator version: 7.6.0 diff --git a/src/spec/spec_helper.rb b/src/spec/spec_helper.rb index 0609261..ff3343d 100644 --- a/src/spec/spec_helper.rb +++ b/src/spec/spec_helper.rb @@ -3,7 +3,7 @@ #Push API resources Open API documentation -The version of the OpenAPI document: 0.4.0 +The version of the OpenAPI document: 0.4.1 Generated by: https://openapi-generator.tech Generator version: 7.6.0