diff --git a/Gemfile.lock b/Gemfile.lock index 3ca14fa..362e3d8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - fastcomments (1.0.0) + fastcomments (1.2.0) typhoeus (~> 1.0, >= 1.0.1) GEM diff --git a/client/.openapi-generator/FILES b/client/.openapi-generator/FILES index 8691b1b..aae59b7 100644 --- a/client/.openapi-generator/FILES +++ b/client/.openapi-generator/FILES @@ -110,8 +110,6 @@ docs/CreateTenantUserBody.md docs/CreateTenantUserResponse.md docs/CreateUserBadge200Response.md docs/CreateUserBadgeParams.md -docs/CreateVote200Response.md -docs/CreateVoteResponse.md docs/CustomConfigParameters.md docs/CustomEmailTemplate.md docs/DefaultApi.md @@ -127,8 +125,6 @@ docs/DeleteHashTagRequest.md docs/DeletePageAPIResponse.md docs/DeleteSSOUserAPIResponse.md docs/DeleteSubscriptionAPIResponse.md -docs/DeleteVote200Response.md -docs/DeleteVoteResponse.md docs/DeletedCommentResultComment.md docs/DigestEmailFrequency.md docs/EmailTemplateDefinition.md @@ -461,8 +457,6 @@ lib/fastcomments-client/models/create_tenant_user_body.rb lib/fastcomments-client/models/create_tenant_user_response.rb lib/fastcomments-client/models/create_user_badge200_response.rb lib/fastcomments-client/models/create_user_badge_params.rb -lib/fastcomments-client/models/create_vote200_response.rb -lib/fastcomments-client/models/create_vote_response.rb lib/fastcomments-client/models/custom_config_parameters.rb lib/fastcomments-client/models/custom_email_template.rb lib/fastcomments-client/models/delete_comment200_response.rb @@ -477,8 +471,6 @@ lib/fastcomments-client/models/delete_hash_tag_request.rb lib/fastcomments-client/models/delete_page_api_response.rb lib/fastcomments-client/models/delete_sso_user_api_response.rb lib/fastcomments-client/models/delete_subscription_api_response.rb -lib/fastcomments-client/models/delete_vote200_response.rb -lib/fastcomments-client/models/delete_vote_response.rb lib/fastcomments-client/models/deleted_comment_result_comment.rb lib/fastcomments-client/models/digest_email_frequency.rb lib/fastcomments-client/models/email_template_definition.rb @@ -804,8 +796,6 @@ spec/models/create_tenant_user_body_spec.rb spec/models/create_tenant_user_response_spec.rb spec/models/create_user_badge200_response_spec.rb spec/models/create_user_badge_params_spec.rb -spec/models/create_vote200_response_spec.rb -spec/models/create_vote_response_spec.rb spec/models/custom_config_parameters_spec.rb spec/models/custom_email_template_spec.rb spec/models/delete_comment200_response_spec.rb @@ -820,8 +810,6 @@ spec/models/delete_hash_tag_request_spec.rb spec/models/delete_page_api_response_spec.rb spec/models/delete_sso_user_api_response_spec.rb spec/models/delete_subscription_api_response_spec.rb -spec/models/delete_vote200_response_spec.rb -spec/models/delete_vote_response_spec.rb spec/models/deleted_comment_result_comment_spec.rb spec/models/digest_email_frequency_spec.rb spec/models/email_template_definition_spec.rb diff --git a/client/.openapi-generator/VERSION b/client/.openapi-generator/VERSION index 2fb556b..909dcd0 100644 --- a/client/.openapi-generator/VERSION +++ b/client/.openapi-generator/VERSION @@ -1 +1 @@ -7.18.0-SNAPSHOT +7.19.0-SNAPSHOT diff --git a/client/.travis.yml b/client/.travis.yml index cb71e9c..68c41ae 100644 --- a/client/.travis.yml +++ b/client/.travis.yml @@ -8,4 +8,4 @@ script: - bundle install --path vendor/bundle - bundle exec rspec - gem build fastcomments-client.gemspec - - gem install ./fastcomments-client-1.0.0.gem + - gem install ./fastcomments-client-1.2.0.gem diff --git a/client/README.md b/client/README.md index 9b908e1..2a26e83 100644 --- a/client/README.md +++ b/client/README.md @@ -7,8 +7,8 @@ No description provided (generated by Openapi Generator https://github.com/opena This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - API version: 0.0.0 -- Package version: 1.0.0 -- Generator version: 7.18.0-SNAPSHOT +- Package version: 1.2.0 +- Generator version: 7.19.0-SNAPSHOT - Build package: org.openapitools.codegen.languages.RubyClientCodegen ## Installation @@ -24,16 +24,16 @@ gem build fastcomments-client.gemspec Then either install the gem locally: ```shell -gem install ./fastcomments-client-1.0.0.gem +gem install ./fastcomments-client-1.2.0.gem ``` -(for development, run `gem install --dev ./fastcomments-client-1.0.0.gem` to install the development dependencies) +(for development, run `gem install --dev ./fastcomments-client-1.2.0.gem` to install the development dependencies) or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/). Finally add this to the Gemfile: - gem 'fastcomments-client', '~> 1.0.0' + gem 'fastcomments-client', '~> 1.2.0' ### Install from Git @@ -335,8 +335,6 @@ Class | Method | HTTP request | Description - [FastCommentsClient::CreateTenantUserResponse](docs/CreateTenantUserResponse.md) - [FastCommentsClient::CreateUserBadge200Response](docs/CreateUserBadge200Response.md) - [FastCommentsClient::CreateUserBadgeParams](docs/CreateUserBadgeParams.md) - - [FastCommentsClient::CreateVote200Response](docs/CreateVote200Response.md) - - [FastCommentsClient::CreateVoteResponse](docs/CreateVoteResponse.md) - [FastCommentsClient::CustomConfigParameters](docs/CustomConfigParameters.md) - [FastCommentsClient::CustomEmailTemplate](docs/CustomEmailTemplate.md) - [FastCommentsClient::DeleteComment200Response](docs/DeleteComment200Response.md) @@ -351,8 +349,6 @@ Class | Method | HTTP request | Description - [FastCommentsClient::DeletePageAPIResponse](docs/DeletePageAPIResponse.md) - [FastCommentsClient::DeleteSSOUserAPIResponse](docs/DeleteSSOUserAPIResponse.md) - [FastCommentsClient::DeleteSubscriptionAPIResponse](docs/DeleteSubscriptionAPIResponse.md) - - [FastCommentsClient::DeleteVote200Response](docs/DeleteVote200Response.md) - - [FastCommentsClient::DeleteVoteResponse](docs/DeleteVoteResponse.md) - [FastCommentsClient::DeletedCommentResultComment](docs/DeletedCommentResultComment.md) - [FastCommentsClient::DigestEmailFrequency](docs/DigestEmailFrequency.md) - [FastCommentsClient::EmailTemplateDefinition](docs/EmailTemplateDefinition.md) diff --git a/client/docs/CreateVote200Response.md b/client/docs/CreateVote200Response.md deleted file mode 100644 index 6b329ed..0000000 --- a/client/docs/CreateVote200Response.md +++ /dev/null @@ -1,32 +0,0 @@ -# FastCommentsClient::CreateVote200Response - -## Properties - -| Name | Type | Description | Notes | -| ---- | ---- | ----------- | ----- | -| **status** | [**APIStatus**](APIStatus.md) | | | -| **reason** | **String** | | | -| **code** | **String** | | | -| **secondary_code** | **String** | | [optional] | -| **banned_until** | **Integer** | | [optional] | -| **max_character_length** | **Integer** | | [optional] | -| **translated_error** | **String** | | [optional] | -| **custom_config** | [**CustomConfigParameters**](CustomConfigParameters.md) | | [optional] | - -## Example - -```ruby -require 'fastcomments-client' - -instance = FastCommentsClient::CreateVote200Response.new( - status: null, - reason: null, - code: null, - secondary_code: null, - banned_until: null, - max_character_length: null, - translated_error: null, - custom_config: null -) -``` - diff --git a/client/docs/CreateVoteResponse.md b/client/docs/CreateVoteResponse.md deleted file mode 100644 index 600f458..0000000 --- a/client/docs/CreateVoteResponse.md +++ /dev/null @@ -1,18 +0,0 @@ -# FastCommentsClient::CreateVoteResponse - -## Properties - -| Name | Type | Description | Notes | -| ---- | ---- | ----------- | ----- | -| **status** | [**APIStatus**](APIStatus.md) | | | - -## Example - -```ruby -require 'fastcomments-client' - -instance = FastCommentsClient::CreateVoteResponse.new( - status: null -) -``` - diff --git a/client/docs/DefaultApi.md b/client/docs/DefaultApi.md index fb9db1a..cf8ea0e 100644 --- a/client/docs/DefaultApi.md +++ b/client/docs/DefaultApi.md @@ -1599,7 +1599,7 @@ end ## create_vote -> create_vote(tenant_id, comment_id, direction, opts) +> create_vote(tenant_id, comment_id, direction, opts) @@ -1638,7 +1638,7 @@ end This returns an Array which contains the response data, status code and headers. -> , Integer, Hash)> create_vote_with_http_info(tenant_id, comment_id, direction, opts) +> , Integer, Hash)> create_vote_with_http_info(tenant_id, comment_id, direction, opts) ```ruby begin @@ -1646,7 +1646,7 @@ begin data, status_code, headers = api_instance.create_vote_with_http_info(tenant_id, comment_id, direction, opts) p status_code # => 2xx p headers # => { ... } - p data # => + p data # => rescue FastCommentsClient::ApiError => e puts "Error when calling DefaultApi->create_vote_with_http_info: #{e}" end @@ -1664,7 +1664,7 @@ end ### Return type -[**CreateVote200Response**](CreateVote200Response.md) +[**VoteComment200Response**](VoteComment200Response.md) ### Authorization @@ -2921,7 +2921,7 @@ end ## delete_vote -> delete_vote(tenant_id, id, opts) +> delete_vote(tenant_id, id, opts) @@ -2958,7 +2958,7 @@ end This returns an Array which contains the response data, status code and headers. -> , Integer, Hash)> delete_vote_with_http_info(tenant_id, id, opts) +> , Integer, Hash)> delete_vote_with_http_info(tenant_id, id, opts) ```ruby begin @@ -2966,7 +2966,7 @@ begin data, status_code, headers = api_instance.delete_vote_with_http_info(tenant_id, id, opts) p status_code # => 2xx p headers # => { ... } - p data # => + p data # => rescue FastCommentsClient::ApiError => e puts "Error when calling DefaultApi->delete_vote_with_http_info: #{e}" end @@ -2982,7 +2982,7 @@ end ### Return type -[**DeleteVote200Response**](DeleteVote200Response.md) +[**DeleteCommentVote200Response**](DeleteCommentVote200Response.md) ### Authorization diff --git a/client/docs/DeleteVote200Response.md b/client/docs/DeleteVote200Response.md deleted file mode 100644 index dda8612..0000000 --- a/client/docs/DeleteVote200Response.md +++ /dev/null @@ -1,32 +0,0 @@ -# FastCommentsClient::DeleteVote200Response - -## Properties - -| Name | Type | Description | Notes | -| ---- | ---- | ----------- | ----- | -| **status** | [**APIStatus**](APIStatus.md) | | | -| **reason** | **String** | | | -| **code** | **String** | | | -| **secondary_code** | **String** | | [optional] | -| **banned_until** | **Integer** | | [optional] | -| **max_character_length** | **Integer** | | [optional] | -| **translated_error** | **String** | | [optional] | -| **custom_config** | [**CustomConfigParameters**](CustomConfigParameters.md) | | [optional] | - -## Example - -```ruby -require 'fastcomments-client' - -instance = FastCommentsClient::DeleteVote200Response.new( - status: null, - reason: null, - code: null, - secondary_code: null, - banned_until: null, - max_character_length: null, - translated_error: null, - custom_config: null -) -``` - diff --git a/client/docs/DeleteVoteResponse.md b/client/docs/DeleteVoteResponse.md deleted file mode 100644 index e608d80..0000000 --- a/client/docs/DeleteVoteResponse.md +++ /dev/null @@ -1,18 +0,0 @@ -# FastCommentsClient::DeleteVoteResponse - -## Properties - -| Name | Type | Description | Notes | -| ---- | ---- | ----------- | ----- | -| **status** | [**APIStatus**](APIStatus.md) | | | - -## Example - -```ruby -require 'fastcomments-client' - -instance = FastCommentsClient::DeleteVoteResponse.new( - status: null -) -``` - diff --git a/client/fastcomments-client.gemspec b/client/fastcomments-client.gemspec index 39255bf..9546a20 100644 --- a/client/fastcomments-client.gemspec +++ b/client/fastcomments-client.gemspec @@ -8,7 +8,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client.rb b/client/lib/fastcomments-client.rb index f6bb8af..b0aff8f 100644 --- a/client/lib/fastcomments-client.rb +++ b/client/lib/fastcomments-client.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end @@ -121,8 +121,6 @@ require 'fastcomments-client/models/create_tenant_user_response' require 'fastcomments-client/models/create_user_badge200_response' require 'fastcomments-client/models/create_user_badge_params' -require 'fastcomments-client/models/create_vote200_response' -require 'fastcomments-client/models/create_vote_response' require 'fastcomments-client/models/custom_config_parameters' require 'fastcomments-client/models/custom_email_template' require 'fastcomments-client/models/delete_comment200_response' @@ -137,8 +135,6 @@ require 'fastcomments-client/models/delete_page_api_response' require 'fastcomments-client/models/delete_sso_user_api_response' require 'fastcomments-client/models/delete_subscription_api_response' -require 'fastcomments-client/models/delete_vote200_response' -require 'fastcomments-client/models/delete_vote_response' require 'fastcomments-client/models/deleted_comment_result_comment' require 'fastcomments-client/models/digest_email_frequency' require 'fastcomments-client/models/email_template_definition' diff --git a/client/lib/fastcomments-client/api/default_api.rb b/client/lib/fastcomments-client/api/default_api.rb index 2f628b1..9510094 100644 --- a/client/lib/fastcomments-client/api/default_api.rb +++ b/client/lib/fastcomments-client/api/default_api.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end @@ -1484,7 +1484,7 @@ def create_user_badge_with_http_info(tenant_id, create_user_badge_params, opts = # @param [Hash] opts the optional parameters # @option opts [String] :user_id # @option opts [String] :anon_user_id - # @return [CreateVote200Response] + # @return [VoteComment200Response] def create_vote(tenant_id, comment_id, direction, opts = {}) data, _status_code, _headers = create_vote_with_http_info(tenant_id, comment_id, direction, opts) data @@ -1496,7 +1496,7 @@ def create_vote(tenant_id, comment_id, direction, opts = {}) # @param [Hash] opts the optional parameters # @option opts [String] :user_id # @option opts [String] :anon_user_id - # @return [Array<(CreateVote200Response, Integer, Hash)>] CreateVote200Response data, response status code and response headers + # @return [Array<(VoteComment200Response, Integer, Hash)>] VoteComment200Response data, response status code and response headers def create_vote_with_http_info(tenant_id, comment_id, direction, opts = {}) if @api_client.config.debugging @api_client.config.logger.debug 'Calling API: DefaultApi.create_vote ...' @@ -1541,7 +1541,7 @@ def create_vote_with_http_info(tenant_id, comment_id, direction, opts = {}) post_body = opts[:debug_body] # return_type - return_type = opts[:debug_return_type] || 'CreateVote200Response' + return_type = opts[:debug_return_type] || 'VoteComment200Response' # auth_names auth_names = opts[:debug_auth_names] || ['api_key'] @@ -2725,7 +2725,7 @@ def delete_user_badge_with_http_info(tenant_id, id, opts = {}) # @param id [String] # @param [Hash] opts the optional parameters # @option opts [String] :edit_key - # @return [DeleteVote200Response] + # @return [DeleteCommentVote200Response] def delete_vote(tenant_id, id, opts = {}) data, _status_code, _headers = delete_vote_with_http_info(tenant_id, id, opts) data @@ -2735,7 +2735,7 @@ def delete_vote(tenant_id, id, opts = {}) # @param id [String] # @param [Hash] opts the optional parameters # @option opts [String] :edit_key - # @return [Array<(DeleteVote200Response, Integer, Hash)>] DeleteVote200Response data, response status code and response headers + # @return [Array<(DeleteCommentVote200Response, Integer, Hash)>] DeleteCommentVote200Response data, response status code and response headers def delete_vote_with_http_info(tenant_id, id, opts = {}) if @api_client.config.debugging @api_client.config.logger.debug 'Calling API: DefaultApi.delete_vote ...' @@ -2768,7 +2768,7 @@ def delete_vote_with_http_info(tenant_id, id, opts = {}) post_body = opts[:debug_body] # return_type - return_type = opts[:debug_return_type] || 'DeleteVote200Response' + return_type = opts[:debug_return_type] || 'DeleteCommentVote200Response' # auth_names auth_names = opts[:debug_auth_names] || ['api_key'] diff --git a/client/lib/fastcomments-client/api/public_api.rb b/client/lib/fastcomments-client/api/public_api.rb index f509db0..136b7b4 100644 --- a/client/lib/fastcomments-client/api/public_api.rb +++ b/client/lib/fastcomments-client/api/public_api.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/api_client.rb b/client/lib/fastcomments-client/api_client.rb index 0bc62c4..3633afd 100644 --- a/client/lib/fastcomments-client/api_client.rb +++ b/client/lib/fastcomments-client/api_client.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/api_error.rb b/client/lib/fastcomments-client/api_error.rb index fbc5a5c..255ccf0 100644 --- a/client/lib/fastcomments-client/api_error.rb +++ b/client/lib/fastcomments-client/api_error.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/api_model_base.rb b/client/lib/fastcomments-client/api_model_base.rb index 0d0d73b..5e3bdb5 100644 --- a/client/lib/fastcomments-client/api_model_base.rb +++ b/client/lib/fastcomments-client/api_model_base.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/configuration.rb b/client/lib/fastcomments-client/configuration.rb index f710cbc..245bd55 100644 --- a/client/lib/fastcomments-client/configuration.rb +++ b/client/lib/fastcomments-client/configuration.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/add_domain_config200_response.rb b/client/lib/fastcomments-client/models/add_domain_config200_response.rb index 3a13308..d8a102d 100644 --- a/client/lib/fastcomments-client/models/add_domain_config200_response.rb +++ b/client/lib/fastcomments-client/models/add_domain_config200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/add_domain_config200_response_any_of.rb b/client/lib/fastcomments-client/models/add_domain_config200_response_any_of.rb index e19db66..96a8f44 100644 --- a/client/lib/fastcomments-client/models/add_domain_config200_response_any_of.rb +++ b/client/lib/fastcomments-client/models/add_domain_config200_response_any_of.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/add_domain_config_params.rb b/client/lib/fastcomments-client/models/add_domain_config_params.rb index 0f75ca9..b909d12 100644 --- a/client/lib/fastcomments-client/models/add_domain_config_params.rb +++ b/client/lib/fastcomments-client/models/add_domain_config_params.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/add_hash_tag200_response.rb b/client/lib/fastcomments-client/models/add_hash_tag200_response.rb index 69e4dc6..01fdd4f 100644 --- a/client/lib/fastcomments-client/models/add_hash_tag200_response.rb +++ b/client/lib/fastcomments-client/models/add_hash_tag200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/add_hash_tags_bulk200_response.rb b/client/lib/fastcomments-client/models/add_hash_tags_bulk200_response.rb index ca3f45d..aef7a71 100644 --- a/client/lib/fastcomments-client/models/add_hash_tags_bulk200_response.rb +++ b/client/lib/fastcomments-client/models/add_hash_tags_bulk200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/add_page_api_response.rb b/client/lib/fastcomments-client/models/add_page_api_response.rb index 5066067..1e97187 100644 --- a/client/lib/fastcomments-client/models/add_page_api_response.rb +++ b/client/lib/fastcomments-client/models/add_page_api_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/add_sso_user_api_response.rb b/client/lib/fastcomments-client/models/add_sso_user_api_response.rb index e407eb5..92014f1 100644 --- a/client/lib/fastcomments-client/models/add_sso_user_api_response.rb +++ b/client/lib/fastcomments-client/models/add_sso_user_api_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/aggregate_question_results200_response.rb b/client/lib/fastcomments-client/models/aggregate_question_results200_response.rb index 146b442..03c6552 100644 --- a/client/lib/fastcomments-client/models/aggregate_question_results200_response.rb +++ b/client/lib/fastcomments-client/models/aggregate_question_results200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/aggregate_question_results_response.rb b/client/lib/fastcomments-client/models/aggregate_question_results_response.rb index 9fa1986..d3c06ca 100644 --- a/client/lib/fastcomments-client/models/aggregate_question_results_response.rb +++ b/client/lib/fastcomments-client/models/aggregate_question_results_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/aggregate_time_bucket.rb b/client/lib/fastcomments-client/models/aggregate_time_bucket.rb index bc0e18b..792ce51 100644 --- a/client/lib/fastcomments-client/models/aggregate_time_bucket.rb +++ b/client/lib/fastcomments-client/models/aggregate_time_bucket.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/aggregation_item.rb b/client/lib/fastcomments-client/models/aggregation_item.rb index 88a1ab2..64893e4 100644 --- a/client/lib/fastcomments-client/models/aggregation_item.rb +++ b/client/lib/fastcomments-client/models/aggregation_item.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/aggregation_op_type.rb b/client/lib/fastcomments-client/models/aggregation_op_type.rb index fb8be43..9654611 100644 --- a/client/lib/fastcomments-client/models/aggregation_op_type.rb +++ b/client/lib/fastcomments-client/models/aggregation_op_type.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/aggregation_operation.rb b/client/lib/fastcomments-client/models/aggregation_operation.rb index 8acae72..3f173fe 100644 --- a/client/lib/fastcomments-client/models/aggregation_operation.rb +++ b/client/lib/fastcomments-client/models/aggregation_operation.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/aggregation_request.rb b/client/lib/fastcomments-client/models/aggregation_request.rb index d919779..f375e17 100644 --- a/client/lib/fastcomments-client/models/aggregation_request.rb +++ b/client/lib/fastcomments-client/models/aggregation_request.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/aggregation_request_sort.rb b/client/lib/fastcomments-client/models/aggregation_request_sort.rb index 6c5b21b..d9fd644 100644 --- a/client/lib/fastcomments-client/models/aggregation_request_sort.rb +++ b/client/lib/fastcomments-client/models/aggregation_request_sort.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/aggregation_response.rb b/client/lib/fastcomments-client/models/aggregation_response.rb index c69723d..ddc99d1 100644 --- a/client/lib/fastcomments-client/models/aggregation_response.rb +++ b/client/lib/fastcomments-client/models/aggregation_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/aggregation_response_stats.rb b/client/lib/fastcomments-client/models/aggregation_response_stats.rb index 6387ee6..ecaac47 100644 --- a/client/lib/fastcomments-client/models/aggregation_response_stats.rb +++ b/client/lib/fastcomments-client/models/aggregation_response_stats.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/aggregation_value.rb b/client/lib/fastcomments-client/models/aggregation_value.rb index 84ef264..2ba8c67 100644 --- a/client/lib/fastcomments-client/models/aggregation_value.rb +++ b/client/lib/fastcomments-client/models/aggregation_value.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/api_audit_log.rb b/client/lib/fastcomments-client/models/api_audit_log.rb index 7da91a8..d465975 100644 --- a/client/lib/fastcomments-client/models/api_audit_log.rb +++ b/client/lib/fastcomments-client/models/api_audit_log.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/api_comment.rb b/client/lib/fastcomments-client/models/api_comment.rb index 9b9d740..81b1813 100644 --- a/client/lib/fastcomments-client/models/api_comment.rb +++ b/client/lib/fastcomments-client/models/api_comment.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/api_comment_base.rb b/client/lib/fastcomments-client/models/api_comment_base.rb index 92336a9..4063da4 100644 --- a/client/lib/fastcomments-client/models/api_comment_base.rb +++ b/client/lib/fastcomments-client/models/api_comment_base.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/api_create_user_badge_response.rb b/client/lib/fastcomments-client/models/api_create_user_badge_response.rb index c73e4bd..cc551f0 100644 --- a/client/lib/fastcomments-client/models/api_create_user_badge_response.rb +++ b/client/lib/fastcomments-client/models/api_create_user_badge_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/api_domain_configuration.rb b/client/lib/fastcomments-client/models/api_domain_configuration.rb index 6a985c6..cf0675e 100644 --- a/client/lib/fastcomments-client/models/api_domain_configuration.rb +++ b/client/lib/fastcomments-client/models/api_domain_configuration.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/api_empty_response.rb b/client/lib/fastcomments-client/models/api_empty_response.rb index c66c647..f6e245b 100644 --- a/client/lib/fastcomments-client/models/api_empty_response.rb +++ b/client/lib/fastcomments-client/models/api_empty_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/api_empty_success_response.rb b/client/lib/fastcomments-client/models/api_empty_success_response.rb index 95ddea4..fb8396a 100644 --- a/client/lib/fastcomments-client/models/api_empty_success_response.rb +++ b/client/lib/fastcomments-client/models/api_empty_success_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/api_error.rb b/client/lib/fastcomments-client/models/api_error.rb index a928d2b..8cc9794 100644 --- a/client/lib/fastcomments-client/models/api_error.rb +++ b/client/lib/fastcomments-client/models/api_error.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/api_get_comment_response.rb b/client/lib/fastcomments-client/models/api_get_comment_response.rb index b780ed2..d3fc43e 100644 --- a/client/lib/fastcomments-client/models/api_get_comment_response.rb +++ b/client/lib/fastcomments-client/models/api_get_comment_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/api_get_comments_response.rb b/client/lib/fastcomments-client/models/api_get_comments_response.rb index bb3fe5c..550dd30 100644 --- a/client/lib/fastcomments-client/models/api_get_comments_response.rb +++ b/client/lib/fastcomments-client/models/api_get_comments_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/api_get_user_badge_progress_list_response.rb b/client/lib/fastcomments-client/models/api_get_user_badge_progress_list_response.rb index 1fa6465..deb317d 100644 --- a/client/lib/fastcomments-client/models/api_get_user_badge_progress_list_response.rb +++ b/client/lib/fastcomments-client/models/api_get_user_badge_progress_list_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/api_get_user_badge_progress_response.rb b/client/lib/fastcomments-client/models/api_get_user_badge_progress_response.rb index f7f1194..4bd599e 100644 --- a/client/lib/fastcomments-client/models/api_get_user_badge_progress_response.rb +++ b/client/lib/fastcomments-client/models/api_get_user_badge_progress_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/api_get_user_badge_response.rb b/client/lib/fastcomments-client/models/api_get_user_badge_response.rb index 2ea5278..e9118db 100644 --- a/client/lib/fastcomments-client/models/api_get_user_badge_response.rb +++ b/client/lib/fastcomments-client/models/api_get_user_badge_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/api_get_user_badges_response.rb b/client/lib/fastcomments-client/models/api_get_user_badges_response.rb index b812c58..affca6b 100644 --- a/client/lib/fastcomments-client/models/api_get_user_badges_response.rb +++ b/client/lib/fastcomments-client/models/api_get_user_badges_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/api_page.rb b/client/lib/fastcomments-client/models/api_page.rb index a376495..dcb1bc0 100644 --- a/client/lib/fastcomments-client/models/api_page.rb +++ b/client/lib/fastcomments-client/models/api_page.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/api_status.rb b/client/lib/fastcomments-client/models/api_status.rb index 4fe05bb..4365efd 100644 --- a/client/lib/fastcomments-client/models/api_status.rb +++ b/client/lib/fastcomments-client/models/api_status.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/api_tenant.rb b/client/lib/fastcomments-client/models/api_tenant.rb index c4f2942..83bd4c8 100644 --- a/client/lib/fastcomments-client/models/api_tenant.rb +++ b/client/lib/fastcomments-client/models/api_tenant.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/api_tenant_daily_usage.rb b/client/lib/fastcomments-client/models/api_tenant_daily_usage.rb index 39b37f5..a720fee 100644 --- a/client/lib/fastcomments-client/models/api_tenant_daily_usage.rb +++ b/client/lib/fastcomments-client/models/api_tenant_daily_usage.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/api_user_subscription.rb b/client/lib/fastcomments-client/models/api_user_subscription.rb index c793e4e..a39947a 100644 --- a/client/lib/fastcomments-client/models/api_user_subscription.rb +++ b/client/lib/fastcomments-client/models/api_user_subscription.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/apisso_user.rb b/client/lib/fastcomments-client/models/apisso_user.rb index 6aaaf49..e7a84ff 100644 --- a/client/lib/fastcomments-client/models/apisso_user.rb +++ b/client/lib/fastcomments-client/models/apisso_user.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/billing_info.rb b/client/lib/fastcomments-client/models/billing_info.rb index b265a45..bb841df 100644 --- a/client/lib/fastcomments-client/models/billing_info.rb +++ b/client/lib/fastcomments-client/models/billing_info.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/block_from_comment_params.rb b/client/lib/fastcomments-client/models/block_from_comment_params.rb index 0d738e6..9763a91 100644 --- a/client/lib/fastcomments-client/models/block_from_comment_params.rb +++ b/client/lib/fastcomments-client/models/block_from_comment_params.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/block_from_comment_public200_response.rb b/client/lib/fastcomments-client/models/block_from_comment_public200_response.rb index d40bf2d..c41ecb1 100644 --- a/client/lib/fastcomments-client/models/block_from_comment_public200_response.rb +++ b/client/lib/fastcomments-client/models/block_from_comment_public200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/block_success.rb b/client/lib/fastcomments-client/models/block_success.rb index f1c7ad8..9d88eba 100644 --- a/client/lib/fastcomments-client/models/block_success.rb +++ b/client/lib/fastcomments-client/models/block_success.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/bulk_aggregate_question_item.rb b/client/lib/fastcomments-client/models/bulk_aggregate_question_item.rb index 7423875..573da12 100644 --- a/client/lib/fastcomments-client/models/bulk_aggregate_question_item.rb +++ b/client/lib/fastcomments-client/models/bulk_aggregate_question_item.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/bulk_aggregate_question_results200_response.rb b/client/lib/fastcomments-client/models/bulk_aggregate_question_results200_response.rb index 1b8807a..5cb32fd 100644 --- a/client/lib/fastcomments-client/models/bulk_aggregate_question_results200_response.rb +++ b/client/lib/fastcomments-client/models/bulk_aggregate_question_results200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/bulk_aggregate_question_results_request.rb b/client/lib/fastcomments-client/models/bulk_aggregate_question_results_request.rb index f10a410..3521ac4 100644 --- a/client/lib/fastcomments-client/models/bulk_aggregate_question_results_request.rb +++ b/client/lib/fastcomments-client/models/bulk_aggregate_question_results_request.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/bulk_aggregate_question_results_response.rb b/client/lib/fastcomments-client/models/bulk_aggregate_question_results_response.rb index 743d359..15d1b78 100644 --- a/client/lib/fastcomments-client/models/bulk_aggregate_question_results_response.rb +++ b/client/lib/fastcomments-client/models/bulk_aggregate_question_results_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/bulk_create_hash_tags_body.rb b/client/lib/fastcomments-client/models/bulk_create_hash_tags_body.rb index cf82ba1..e05b9ae 100644 --- a/client/lib/fastcomments-client/models/bulk_create_hash_tags_body.rb +++ b/client/lib/fastcomments-client/models/bulk_create_hash_tags_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/bulk_create_hash_tags_body_tags_inner.rb b/client/lib/fastcomments-client/models/bulk_create_hash_tags_body_tags_inner.rb index 8559872..00f04cb 100644 --- a/client/lib/fastcomments-client/models/bulk_create_hash_tags_body_tags_inner.rb +++ b/client/lib/fastcomments-client/models/bulk_create_hash_tags_body_tags_inner.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/bulk_create_hash_tags_response.rb b/client/lib/fastcomments-client/models/bulk_create_hash_tags_response.rb index 1e87aa1..edd4258 100644 --- a/client/lib/fastcomments-client/models/bulk_create_hash_tags_response.rb +++ b/client/lib/fastcomments-client/models/bulk_create_hash_tags_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/change_comment_pin_status_response.rb b/client/lib/fastcomments-client/models/change_comment_pin_status_response.rb index 7cc27d2..eb8ece7 100644 --- a/client/lib/fastcomments-client/models/change_comment_pin_status_response.rb +++ b/client/lib/fastcomments-client/models/change_comment_pin_status_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/check_blocked_comments_response.rb b/client/lib/fastcomments-client/models/check_blocked_comments_response.rb index 055365a..5a3ad6f 100644 --- a/client/lib/fastcomments-client/models/check_blocked_comments_response.rb +++ b/client/lib/fastcomments-client/models/check_blocked_comments_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/checked_comments_for_blocked200_response.rb b/client/lib/fastcomments-client/models/checked_comments_for_blocked200_response.rb index eec146e..573d8a9 100644 --- a/client/lib/fastcomments-client/models/checked_comments_for_blocked200_response.rb +++ b/client/lib/fastcomments-client/models/checked_comments_for_blocked200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/combine_comments_with_question_results200_response.rb b/client/lib/fastcomments-client/models/combine_comments_with_question_results200_response.rb index 38a896e..afee7fb 100644 --- a/client/lib/fastcomments-client/models/combine_comments_with_question_results200_response.rb +++ b/client/lib/fastcomments-client/models/combine_comments_with_question_results200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/combine_question_results_with_comments_response.rb b/client/lib/fastcomments-client/models/combine_question_results_with_comments_response.rb index ea6b275..679d0c3 100644 --- a/client/lib/fastcomments-client/models/combine_question_results_with_comments_response.rb +++ b/client/lib/fastcomments-client/models/combine_question_results_with_comments_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/comment_data.rb b/client/lib/fastcomments-client/models/comment_data.rb index 3b831eb..405a546 100644 --- a/client/lib/fastcomments-client/models/comment_data.rb +++ b/client/lib/fastcomments-client/models/comment_data.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/comment_html_rendering_mode.rb b/client/lib/fastcomments-client/models/comment_html_rendering_mode.rb index 6182b42..d311559 100644 --- a/client/lib/fastcomments-client/models/comment_html_rendering_mode.rb +++ b/client/lib/fastcomments-client/models/comment_html_rendering_mode.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/comment_log_data.rb b/client/lib/fastcomments-client/models/comment_log_data.rb index ff127f6..60c413b 100644 --- a/client/lib/fastcomments-client/models/comment_log_data.rb +++ b/client/lib/fastcomments-client/models/comment_log_data.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/comment_log_entry.rb b/client/lib/fastcomments-client/models/comment_log_entry.rb index c6fb307..d3e1a9c 100644 --- a/client/lib/fastcomments-client/models/comment_log_entry.rb +++ b/client/lib/fastcomments-client/models/comment_log_entry.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/comment_log_type.rb b/client/lib/fastcomments-client/models/comment_log_type.rb index 26e0860..ee869b2 100644 --- a/client/lib/fastcomments-client/models/comment_log_type.rb +++ b/client/lib/fastcomments-client/models/comment_log_type.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/comment_question_results_rendering_type.rb b/client/lib/fastcomments-client/models/comment_question_results_rendering_type.rb index 3ffa8b4..3fb323a 100644 --- a/client/lib/fastcomments-client/models/comment_question_results_rendering_type.rb +++ b/client/lib/fastcomments-client/models/comment_question_results_rendering_type.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/comment_questions_required.rb b/client/lib/fastcomments-client/models/comment_questions_required.rb index b309907..f856a28 100644 --- a/client/lib/fastcomments-client/models/comment_questions_required.rb +++ b/client/lib/fastcomments-client/models/comment_questions_required.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/comment_text_update_request.rb b/client/lib/fastcomments-client/models/comment_text_update_request.rb index 15fce3f..c4bd656 100644 --- a/client/lib/fastcomments-client/models/comment_text_update_request.rb +++ b/client/lib/fastcomments-client/models/comment_text_update_request.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/comment_thread_deletion_mode.rb b/client/lib/fastcomments-client/models/comment_thread_deletion_mode.rb index 1c37d27..af279b6 100644 --- a/client/lib/fastcomments-client/models/comment_thread_deletion_mode.rb +++ b/client/lib/fastcomments-client/models/comment_thread_deletion_mode.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/comment_user_badge_info.rb b/client/lib/fastcomments-client/models/comment_user_badge_info.rb index ba236e5..b4fd2e1 100644 --- a/client/lib/fastcomments-client/models/comment_user_badge_info.rb +++ b/client/lib/fastcomments-client/models/comment_user_badge_info.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/comment_user_hash_tag_info.rb b/client/lib/fastcomments-client/models/comment_user_hash_tag_info.rb index e0282f5..f94fbb6 100644 --- a/client/lib/fastcomments-client/models/comment_user_hash_tag_info.rb +++ b/client/lib/fastcomments-client/models/comment_user_hash_tag_info.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/comment_user_mention_info.rb b/client/lib/fastcomments-client/models/comment_user_mention_info.rb index 5480089..6a17017 100644 --- a/client/lib/fastcomments-client/models/comment_user_mention_info.rb +++ b/client/lib/fastcomments-client/models/comment_user_mention_info.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/commenter_name_formats.rb b/client/lib/fastcomments-client/models/commenter_name_formats.rb index bd4ef59..a3ce4d6 100644 --- a/client/lib/fastcomments-client/models/commenter_name_formats.rb +++ b/client/lib/fastcomments-client/models/commenter_name_formats.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/create_api_page_data.rb b/client/lib/fastcomments-client/models/create_api_page_data.rb index f38ed40..c2055cc 100644 --- a/client/lib/fastcomments-client/models/create_api_page_data.rb +++ b/client/lib/fastcomments-client/models/create_api_page_data.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/create_api_user_subscription_data.rb b/client/lib/fastcomments-client/models/create_api_user_subscription_data.rb index 9951fc0..de10df6 100644 --- a/client/lib/fastcomments-client/models/create_api_user_subscription_data.rb +++ b/client/lib/fastcomments-client/models/create_api_user_subscription_data.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/create_apisso_user_data.rb b/client/lib/fastcomments-client/models/create_apisso_user_data.rb index 5793d7c..23178be 100644 --- a/client/lib/fastcomments-client/models/create_apisso_user_data.rb +++ b/client/lib/fastcomments-client/models/create_apisso_user_data.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/create_comment_params.rb b/client/lib/fastcomments-client/models/create_comment_params.rb index 25838f5..6afb245 100644 --- a/client/lib/fastcomments-client/models/create_comment_params.rb +++ b/client/lib/fastcomments-client/models/create_comment_params.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/create_comment_public200_response.rb b/client/lib/fastcomments-client/models/create_comment_public200_response.rb index 7a3289c..a1eee2a 100644 --- a/client/lib/fastcomments-client/models/create_comment_public200_response.rb +++ b/client/lib/fastcomments-client/models/create_comment_public200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/create_email_template200_response.rb b/client/lib/fastcomments-client/models/create_email_template200_response.rb index 9ab6946..d1ea3a9 100644 --- a/client/lib/fastcomments-client/models/create_email_template200_response.rb +++ b/client/lib/fastcomments-client/models/create_email_template200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/create_email_template_body.rb b/client/lib/fastcomments-client/models/create_email_template_body.rb index 37ab640..7a2ab34 100644 --- a/client/lib/fastcomments-client/models/create_email_template_body.rb +++ b/client/lib/fastcomments-client/models/create_email_template_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/create_email_template_response.rb b/client/lib/fastcomments-client/models/create_email_template_response.rb index cf7a42c..2ec1f80 100644 --- a/client/lib/fastcomments-client/models/create_email_template_response.rb +++ b/client/lib/fastcomments-client/models/create_email_template_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/create_feed_post200_response.rb b/client/lib/fastcomments-client/models/create_feed_post200_response.rb index e06127c..df9f60a 100644 --- a/client/lib/fastcomments-client/models/create_feed_post200_response.rb +++ b/client/lib/fastcomments-client/models/create_feed_post200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/create_feed_post_params.rb b/client/lib/fastcomments-client/models/create_feed_post_params.rb index 4547e57..e07c04f 100644 --- a/client/lib/fastcomments-client/models/create_feed_post_params.rb +++ b/client/lib/fastcomments-client/models/create_feed_post_params.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/create_feed_post_public200_response.rb b/client/lib/fastcomments-client/models/create_feed_post_public200_response.rb index f411cc6..8475e59 100644 --- a/client/lib/fastcomments-client/models/create_feed_post_public200_response.rb +++ b/client/lib/fastcomments-client/models/create_feed_post_public200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/create_feed_post_response.rb b/client/lib/fastcomments-client/models/create_feed_post_response.rb index 6e4aa11..f0f70d4 100644 --- a/client/lib/fastcomments-client/models/create_feed_post_response.rb +++ b/client/lib/fastcomments-client/models/create_feed_post_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/create_feed_posts_response.rb b/client/lib/fastcomments-client/models/create_feed_posts_response.rb index 7234583..7157dc4 100644 --- a/client/lib/fastcomments-client/models/create_feed_posts_response.rb +++ b/client/lib/fastcomments-client/models/create_feed_posts_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/create_hash_tag_body.rb b/client/lib/fastcomments-client/models/create_hash_tag_body.rb index b832ca4..4b221b7 100644 --- a/client/lib/fastcomments-client/models/create_hash_tag_body.rb +++ b/client/lib/fastcomments-client/models/create_hash_tag_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/create_hash_tag_response.rb b/client/lib/fastcomments-client/models/create_hash_tag_response.rb index 31d6c08..4a73504 100644 --- a/client/lib/fastcomments-client/models/create_hash_tag_response.rb +++ b/client/lib/fastcomments-client/models/create_hash_tag_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/create_moderator200_response.rb b/client/lib/fastcomments-client/models/create_moderator200_response.rb index db17a87..f4119f3 100644 --- a/client/lib/fastcomments-client/models/create_moderator200_response.rb +++ b/client/lib/fastcomments-client/models/create_moderator200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/create_moderator_body.rb b/client/lib/fastcomments-client/models/create_moderator_body.rb index 98a2a02..c99ca28 100644 --- a/client/lib/fastcomments-client/models/create_moderator_body.rb +++ b/client/lib/fastcomments-client/models/create_moderator_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/create_moderator_response.rb b/client/lib/fastcomments-client/models/create_moderator_response.rb index 4a31d61..6ec73d3 100644 --- a/client/lib/fastcomments-client/models/create_moderator_response.rb +++ b/client/lib/fastcomments-client/models/create_moderator_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/create_question_config200_response.rb b/client/lib/fastcomments-client/models/create_question_config200_response.rb index ef97bb3..0ca7332 100644 --- a/client/lib/fastcomments-client/models/create_question_config200_response.rb +++ b/client/lib/fastcomments-client/models/create_question_config200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/create_question_config_body.rb b/client/lib/fastcomments-client/models/create_question_config_body.rb index 81f0ca0..aa101c2 100644 --- a/client/lib/fastcomments-client/models/create_question_config_body.rb +++ b/client/lib/fastcomments-client/models/create_question_config_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/create_question_config_response.rb b/client/lib/fastcomments-client/models/create_question_config_response.rb index 68a83d9..27a7e53 100644 --- a/client/lib/fastcomments-client/models/create_question_config_response.rb +++ b/client/lib/fastcomments-client/models/create_question_config_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/create_question_result200_response.rb b/client/lib/fastcomments-client/models/create_question_result200_response.rb index a0137de..01068ef 100644 --- a/client/lib/fastcomments-client/models/create_question_result200_response.rb +++ b/client/lib/fastcomments-client/models/create_question_result200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/create_question_result_body.rb b/client/lib/fastcomments-client/models/create_question_result_body.rb index 1503072..094e67d 100644 --- a/client/lib/fastcomments-client/models/create_question_result_body.rb +++ b/client/lib/fastcomments-client/models/create_question_result_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/create_question_result_response.rb b/client/lib/fastcomments-client/models/create_question_result_response.rb index 2a54d3d..19bfb40 100644 --- a/client/lib/fastcomments-client/models/create_question_result_response.rb +++ b/client/lib/fastcomments-client/models/create_question_result_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/create_subscription_api_response.rb b/client/lib/fastcomments-client/models/create_subscription_api_response.rb index f64b1fb..486bbf8 100644 --- a/client/lib/fastcomments-client/models/create_subscription_api_response.rb +++ b/client/lib/fastcomments-client/models/create_subscription_api_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/create_tenant200_response.rb b/client/lib/fastcomments-client/models/create_tenant200_response.rb index 13f640d..4e34d97 100644 --- a/client/lib/fastcomments-client/models/create_tenant200_response.rb +++ b/client/lib/fastcomments-client/models/create_tenant200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/create_tenant_body.rb b/client/lib/fastcomments-client/models/create_tenant_body.rb index eb2906d..c7e27a2 100644 --- a/client/lib/fastcomments-client/models/create_tenant_body.rb +++ b/client/lib/fastcomments-client/models/create_tenant_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/create_tenant_package200_response.rb b/client/lib/fastcomments-client/models/create_tenant_package200_response.rb index c665781..5804067 100644 --- a/client/lib/fastcomments-client/models/create_tenant_package200_response.rb +++ b/client/lib/fastcomments-client/models/create_tenant_package200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/create_tenant_package_body.rb b/client/lib/fastcomments-client/models/create_tenant_package_body.rb index eeddd3a..6df6c90 100644 --- a/client/lib/fastcomments-client/models/create_tenant_package_body.rb +++ b/client/lib/fastcomments-client/models/create_tenant_package_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/create_tenant_package_response.rb b/client/lib/fastcomments-client/models/create_tenant_package_response.rb index 0125c9a..b3d94e1 100644 --- a/client/lib/fastcomments-client/models/create_tenant_package_response.rb +++ b/client/lib/fastcomments-client/models/create_tenant_package_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/create_tenant_response.rb b/client/lib/fastcomments-client/models/create_tenant_response.rb index 1505399..1288783 100644 --- a/client/lib/fastcomments-client/models/create_tenant_response.rb +++ b/client/lib/fastcomments-client/models/create_tenant_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/create_tenant_user200_response.rb b/client/lib/fastcomments-client/models/create_tenant_user200_response.rb index 1b1e22d..1eee0fb 100644 --- a/client/lib/fastcomments-client/models/create_tenant_user200_response.rb +++ b/client/lib/fastcomments-client/models/create_tenant_user200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/create_tenant_user_body.rb b/client/lib/fastcomments-client/models/create_tenant_user_body.rb index 577ca8d..4e937e0 100644 --- a/client/lib/fastcomments-client/models/create_tenant_user_body.rb +++ b/client/lib/fastcomments-client/models/create_tenant_user_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/create_tenant_user_response.rb b/client/lib/fastcomments-client/models/create_tenant_user_response.rb index d461857..f8f952c 100644 --- a/client/lib/fastcomments-client/models/create_tenant_user_response.rb +++ b/client/lib/fastcomments-client/models/create_tenant_user_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/create_user_badge200_response.rb b/client/lib/fastcomments-client/models/create_user_badge200_response.rb index 3086069..f1a6363 100644 --- a/client/lib/fastcomments-client/models/create_user_badge200_response.rb +++ b/client/lib/fastcomments-client/models/create_user_badge200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/create_user_badge_params.rb b/client/lib/fastcomments-client/models/create_user_badge_params.rb index f37bc87..2197b09 100644 --- a/client/lib/fastcomments-client/models/create_user_badge_params.rb +++ b/client/lib/fastcomments-client/models/create_user_badge_params.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/create_vote200_response.rb b/client/lib/fastcomments-client/models/create_vote200_response.rb deleted file mode 100644 index dc6c963..0000000 --- a/client/lib/fastcomments-client/models/create_vote200_response.rb +++ /dev/null @@ -1,103 +0,0 @@ -=begin -#fastcomments - -#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - -The version of the OpenAPI document: 0.0.0 - -Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT - -=end - -require 'date' -require 'time' - -module FastCommentsClient - module CreateVote200Response - class << self - # List of class defined in anyOf (OpenAPI v3) - def openapi_any_of - [ - :'APIError', - :'CreateVoteResponse' - ] - end - - # Builds the object - # @param [Mixed] Data to be matched against the list of anyOf items - # @return [Object] Returns the model or the data itself - def build(data) - # Go through the list of anyOf items and attempt to identify the appropriate one. - # Note: - # - No advanced validation of types in some cases (e.g. "x: { type: string }" will happily match { x: 123 }) - # due to the way the deserialization is made in the base_object template (it just casts without verifying). - # - TODO: scalar values are de facto behaving as if they were nullable. - # - TODO: logging when debugging is set. - openapi_any_of.each do |klass| - begin - next if klass == :AnyType # "nullable: true" - return find_and_cast_into_type(klass, data) - rescue # rescue all errors so we keep iterating even if the current item lookup raises - end - end - - openapi_any_of.include?(:AnyType) ? data : nil - end - - private - - SchemaMismatchError = Class.new(StandardError) - - # Note: 'File' is missing here because in the regular case we get the data _after_ a call to JSON.parse. - def find_and_cast_into_type(klass, data) - return if data.nil? - - case klass.to_s - when 'Boolean' - return data if data.instance_of?(TrueClass) || data.instance_of?(FalseClass) - when 'Float' - return data if data.instance_of?(Float) - when 'Integer' - return data if data.instance_of?(Integer) - when 'Time' - return Time.parse(data) - when 'Date' - return Date.iso8601(data) - when 'String' - return data if data.instance_of?(String) - when 'Object' # "type: object" - return data if data.instance_of?(Hash) - when /\AArray<(?.+)>\z/ # "type: array" - if data.instance_of?(Array) - sub_type = Regexp.last_match[:sub_type] - return data.map { |item| find_and_cast_into_type(sub_type, item) } - end - when /\AHash.+)>\z/ # "type: object" with "additionalProperties: { ... }" - if data.instance_of?(Hash) && data.keys.all? { |k| k.instance_of?(Symbol) || k.instance_of?(String) } - sub_type = Regexp.last_match[:sub_type] - return data.each_with_object({}) { |(k, v), hsh| hsh[k] = find_and_cast_into_type(sub_type, v) } - end - else # model - const = FastCommentsClient.const_get(klass) - if const - if const.respond_to?(:openapi_any_of) # nested anyOf model - model = const.build(data) - return model if model - else - # raise if data contains keys that are not known to the model - raise if const.respond_to?(:acceptable_attributes) && !(data.keys - const.acceptable_attributes).empty? - model = const.build_from_hash(data) - return model if model - end - end - end - - raise # if no match by now, raise - rescue - raise SchemaMismatchError, "#{data} doesn't match the #{klass} type" - end - end - end - -end diff --git a/client/lib/fastcomments-client/models/create_vote_response.rb b/client/lib/fastcomments-client/models/create_vote_response.rb deleted file mode 100644 index 9a712fd..0000000 --- a/client/lib/fastcomments-client/models/create_vote_response.rb +++ /dev/null @@ -1,186 +0,0 @@ -=begin -#fastcomments - -#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - -The version of the OpenAPI document: 0.0.0 - -Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT - -=end - -require 'date' -require 'time' - -module FastCommentsClient - class CreateVoteResponse < ApiModelBase - attr_accessor :status - - class EnumAttributeValidator - attr_reader :datatype - attr_reader :allowable_values - - def initialize(datatype, allowable_values) - @allowable_values = allowable_values.map do |value| - case datatype.to_s - when /Integer/i - value.to_i - when /Float/i - value.to_f - else - value - end - end - end - - def valid?(value) - !value || allowable_values.include?(value) - end - end - - # Attribute mapping from ruby-style variable name to JSON key. - def self.attribute_map - { - :'status' => :'status' - } - end - - # Returns attribute mapping this model knows about - def self.acceptable_attribute_map - attribute_map - end - - # Returns all the JSON keys this model knows about - def self.acceptable_attributes - acceptable_attribute_map.values - end - - # Attribute type mapping. - def self.openapi_types - { - :'status' => :'APIStatus' - } - end - - # List of attributes with nullable: true - def self.openapi_nullable - Set.new([ - ]) - end - - # Initializes the object - # @param [Hash] attributes Model attributes in the form of hash - def initialize(attributes = {}) - if (!attributes.is_a?(Hash)) - fail ArgumentError, "The input argument (attributes) must be a hash in `FastCommentsClient::CreateVoteResponse` initialize method" - end - - # check to see if the attribute exists and convert string to symbol for hash key - acceptable_attribute_map = self.class.acceptable_attribute_map - attributes = attributes.each_with_object({}) { |(k, v), h| - if (!acceptable_attribute_map.key?(k.to_sym)) - fail ArgumentError, "`#{k}` is not a valid attribute in `FastCommentsClient::CreateVoteResponse`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect - end - h[k.to_sym] = v - } - - if attributes.key?(:'status') - self.status = attributes[:'status'] - else - self.status = nil - end - end - - # Show invalid properties with the reasons. Usually used together with valid? - # @return Array for valid properties with the reasons - def list_invalid_properties - warn '[DEPRECATED] the `list_invalid_properties` method is obsolete' - invalid_properties = Array.new - if @status.nil? - invalid_properties.push('invalid value for "status", status cannot be nil.') - end - - invalid_properties - end - - # Check to see if the all the properties in the model are valid - # @return true if the model is valid - def valid? - warn '[DEPRECATED] the `valid?` method is obsolete' - return false if @status.nil? - true - end - - # Custom attribute writer method with validation - # @param [Object] status Value to be assigned - def status=(status) - if status.nil? - fail ArgumentError, 'status cannot be nil' - end - - @status = status - end - - # Checks equality by comparing each attribute. - # @param [Object] Object to be compared - def ==(o) - return true if self.equal?(o) - self.class == o.class && - status == o.status - end - - # @see the `==` method - # @param [Object] Object to be compared - def eql?(o) - self == o - end - - # Calculates hash code according to all attributes. - # @return [Integer] Hash code - def hash - [status].hash - end - - # Builds the object from hash - # @param [Hash] attributes Model attributes in the form of hash - # @return [Object] Returns the model itself - def self.build_from_hash(attributes) - return nil unless attributes.is_a?(Hash) - attributes = attributes.transform_keys(&:to_sym) - transformed_hash = {} - openapi_types.each_pair do |key, type| - if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil? - transformed_hash["#{key}"] = nil - elsif type =~ /\AArray<(.*)>/i - # check to ensure the input is an array given that the attribute - # is documented as an array but the input is not - if attributes[attribute_map[key]].is_a?(Array) - transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) } - end - elsif !attributes[attribute_map[key]].nil? - transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]]) - end - end - new(transformed_hash) - end - - # Returns the object in the form of hash - # @return [Hash] Returns the object in the form of hash - def to_hash - hash = {} - self.class.attribute_map.each_pair do |attr, param| - value = self.send(attr) - if value.nil? - is_nullable = self.class.openapi_nullable.include?(attr) - next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}")) - end - - hash[param] = _to_hash(value) - end - hash - end - - end - -end diff --git a/client/lib/fastcomments-client/models/custom_config_parameters.rb b/client/lib/fastcomments-client/models/custom_config_parameters.rb index c1325e0..669ee2d 100644 --- a/client/lib/fastcomments-client/models/custom_config_parameters.rb +++ b/client/lib/fastcomments-client/models/custom_config_parameters.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/custom_email_template.rb b/client/lib/fastcomments-client/models/custom_email_template.rb index bb0c4d5..41b245f 100644 --- a/client/lib/fastcomments-client/models/custom_email_template.rb +++ b/client/lib/fastcomments-client/models/custom_email_template.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/delete_comment200_response.rb b/client/lib/fastcomments-client/models/delete_comment200_response.rb index 0251364..acca34e 100644 --- a/client/lib/fastcomments-client/models/delete_comment200_response.rb +++ b/client/lib/fastcomments-client/models/delete_comment200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/delete_comment_action.rb b/client/lib/fastcomments-client/models/delete_comment_action.rb index e92dc8a..0a78a7c 100644 --- a/client/lib/fastcomments-client/models/delete_comment_action.rb +++ b/client/lib/fastcomments-client/models/delete_comment_action.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/delete_comment_public200_response.rb b/client/lib/fastcomments-client/models/delete_comment_public200_response.rb index d3c08e8..280666d 100644 --- a/client/lib/fastcomments-client/models/delete_comment_public200_response.rb +++ b/client/lib/fastcomments-client/models/delete_comment_public200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/delete_comment_result.rb b/client/lib/fastcomments-client/models/delete_comment_result.rb index a3b3eb0..036e982 100644 --- a/client/lib/fastcomments-client/models/delete_comment_result.rb +++ b/client/lib/fastcomments-client/models/delete_comment_result.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/delete_comment_vote200_response.rb b/client/lib/fastcomments-client/models/delete_comment_vote200_response.rb index b76c867..b5c0479 100644 --- a/client/lib/fastcomments-client/models/delete_comment_vote200_response.rb +++ b/client/lib/fastcomments-client/models/delete_comment_vote200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/delete_domain_config200_response.rb b/client/lib/fastcomments-client/models/delete_domain_config200_response.rb index 27ee27c..3821311 100644 --- a/client/lib/fastcomments-client/models/delete_domain_config200_response.rb +++ b/client/lib/fastcomments-client/models/delete_domain_config200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/delete_feed_post_public200_response.rb b/client/lib/fastcomments-client/models/delete_feed_post_public200_response.rb index 265f9f7..be96fa0 100644 --- a/client/lib/fastcomments-client/models/delete_feed_post_public200_response.rb +++ b/client/lib/fastcomments-client/models/delete_feed_post_public200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/delete_feed_post_public200_response_any_of.rb b/client/lib/fastcomments-client/models/delete_feed_post_public200_response_any_of.rb index cc85bae..3ed2740 100644 --- a/client/lib/fastcomments-client/models/delete_feed_post_public200_response_any_of.rb +++ b/client/lib/fastcomments-client/models/delete_feed_post_public200_response_any_of.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/delete_hash_tag_request.rb b/client/lib/fastcomments-client/models/delete_hash_tag_request.rb index 126f557..6530f3c 100644 --- a/client/lib/fastcomments-client/models/delete_hash_tag_request.rb +++ b/client/lib/fastcomments-client/models/delete_hash_tag_request.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/delete_page_api_response.rb b/client/lib/fastcomments-client/models/delete_page_api_response.rb index fa14872..4010aa7 100644 --- a/client/lib/fastcomments-client/models/delete_page_api_response.rb +++ b/client/lib/fastcomments-client/models/delete_page_api_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/delete_sso_user_api_response.rb b/client/lib/fastcomments-client/models/delete_sso_user_api_response.rb index 5835c0d..e0ba667 100644 --- a/client/lib/fastcomments-client/models/delete_sso_user_api_response.rb +++ b/client/lib/fastcomments-client/models/delete_sso_user_api_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/delete_subscription_api_response.rb b/client/lib/fastcomments-client/models/delete_subscription_api_response.rb index 462c185..a0bdca0 100644 --- a/client/lib/fastcomments-client/models/delete_subscription_api_response.rb +++ b/client/lib/fastcomments-client/models/delete_subscription_api_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/delete_vote200_response.rb b/client/lib/fastcomments-client/models/delete_vote200_response.rb deleted file mode 100644 index 844ba2a..0000000 --- a/client/lib/fastcomments-client/models/delete_vote200_response.rb +++ /dev/null @@ -1,103 +0,0 @@ -=begin -#fastcomments - -#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - -The version of the OpenAPI document: 0.0.0 - -Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT - -=end - -require 'date' -require 'time' - -module FastCommentsClient - module DeleteVote200Response - class << self - # List of class defined in anyOf (OpenAPI v3) - def openapi_any_of - [ - :'APIError', - :'DeleteVoteResponse' - ] - end - - # Builds the object - # @param [Mixed] Data to be matched against the list of anyOf items - # @return [Object] Returns the model or the data itself - def build(data) - # Go through the list of anyOf items and attempt to identify the appropriate one. - # Note: - # - No advanced validation of types in some cases (e.g. "x: { type: string }" will happily match { x: 123 }) - # due to the way the deserialization is made in the base_object template (it just casts without verifying). - # - TODO: scalar values are de facto behaving as if they were nullable. - # - TODO: logging when debugging is set. - openapi_any_of.each do |klass| - begin - next if klass == :AnyType # "nullable: true" - return find_and_cast_into_type(klass, data) - rescue # rescue all errors so we keep iterating even if the current item lookup raises - end - end - - openapi_any_of.include?(:AnyType) ? data : nil - end - - private - - SchemaMismatchError = Class.new(StandardError) - - # Note: 'File' is missing here because in the regular case we get the data _after_ a call to JSON.parse. - def find_and_cast_into_type(klass, data) - return if data.nil? - - case klass.to_s - when 'Boolean' - return data if data.instance_of?(TrueClass) || data.instance_of?(FalseClass) - when 'Float' - return data if data.instance_of?(Float) - when 'Integer' - return data if data.instance_of?(Integer) - when 'Time' - return Time.parse(data) - when 'Date' - return Date.iso8601(data) - when 'String' - return data if data.instance_of?(String) - when 'Object' # "type: object" - return data if data.instance_of?(Hash) - when /\AArray<(?.+)>\z/ # "type: array" - if data.instance_of?(Array) - sub_type = Regexp.last_match[:sub_type] - return data.map { |item| find_and_cast_into_type(sub_type, item) } - end - when /\AHash.+)>\z/ # "type: object" with "additionalProperties: { ... }" - if data.instance_of?(Hash) && data.keys.all? { |k| k.instance_of?(Symbol) || k.instance_of?(String) } - sub_type = Regexp.last_match[:sub_type] - return data.each_with_object({}) { |(k, v), hsh| hsh[k] = find_and_cast_into_type(sub_type, v) } - end - else # model - const = FastCommentsClient.const_get(klass) - if const - if const.respond_to?(:openapi_any_of) # nested anyOf model - model = const.build(data) - return model if model - else - # raise if data contains keys that are not known to the model - raise if const.respond_to?(:acceptable_attributes) && !(data.keys - const.acceptable_attributes).empty? - model = const.build_from_hash(data) - return model if model - end - end - end - - raise # if no match by now, raise - rescue - raise SchemaMismatchError, "#{data} doesn't match the #{klass} type" - end - end - end - -end diff --git a/client/lib/fastcomments-client/models/delete_vote_response.rb b/client/lib/fastcomments-client/models/delete_vote_response.rb deleted file mode 100644 index cfc7f86..0000000 --- a/client/lib/fastcomments-client/models/delete_vote_response.rb +++ /dev/null @@ -1,186 +0,0 @@ -=begin -#fastcomments - -#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - -The version of the OpenAPI document: 0.0.0 - -Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT - -=end - -require 'date' -require 'time' - -module FastCommentsClient - class DeleteVoteResponse < ApiModelBase - attr_accessor :status - - class EnumAttributeValidator - attr_reader :datatype - attr_reader :allowable_values - - def initialize(datatype, allowable_values) - @allowable_values = allowable_values.map do |value| - case datatype.to_s - when /Integer/i - value.to_i - when /Float/i - value.to_f - else - value - end - end - end - - def valid?(value) - !value || allowable_values.include?(value) - end - end - - # Attribute mapping from ruby-style variable name to JSON key. - def self.attribute_map - { - :'status' => :'status' - } - end - - # Returns attribute mapping this model knows about - def self.acceptable_attribute_map - attribute_map - end - - # Returns all the JSON keys this model knows about - def self.acceptable_attributes - acceptable_attribute_map.values - end - - # Attribute type mapping. - def self.openapi_types - { - :'status' => :'APIStatus' - } - end - - # List of attributes with nullable: true - def self.openapi_nullable - Set.new([ - ]) - end - - # Initializes the object - # @param [Hash] attributes Model attributes in the form of hash - def initialize(attributes = {}) - if (!attributes.is_a?(Hash)) - fail ArgumentError, "The input argument (attributes) must be a hash in `FastCommentsClient::DeleteVoteResponse` initialize method" - end - - # check to see if the attribute exists and convert string to symbol for hash key - acceptable_attribute_map = self.class.acceptable_attribute_map - attributes = attributes.each_with_object({}) { |(k, v), h| - if (!acceptable_attribute_map.key?(k.to_sym)) - fail ArgumentError, "`#{k}` is not a valid attribute in `FastCommentsClient::DeleteVoteResponse`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect - end - h[k.to_sym] = v - } - - if attributes.key?(:'status') - self.status = attributes[:'status'] - else - self.status = nil - end - end - - # Show invalid properties with the reasons. Usually used together with valid? - # @return Array for valid properties with the reasons - def list_invalid_properties - warn '[DEPRECATED] the `list_invalid_properties` method is obsolete' - invalid_properties = Array.new - if @status.nil? - invalid_properties.push('invalid value for "status", status cannot be nil.') - end - - invalid_properties - end - - # Check to see if the all the properties in the model are valid - # @return true if the model is valid - def valid? - warn '[DEPRECATED] the `valid?` method is obsolete' - return false if @status.nil? - true - end - - # Custom attribute writer method with validation - # @param [Object] status Value to be assigned - def status=(status) - if status.nil? - fail ArgumentError, 'status cannot be nil' - end - - @status = status - end - - # Checks equality by comparing each attribute. - # @param [Object] Object to be compared - def ==(o) - return true if self.equal?(o) - self.class == o.class && - status == o.status - end - - # @see the `==` method - # @param [Object] Object to be compared - def eql?(o) - self == o - end - - # Calculates hash code according to all attributes. - # @return [Integer] Hash code - def hash - [status].hash - end - - # Builds the object from hash - # @param [Hash] attributes Model attributes in the form of hash - # @return [Object] Returns the model itself - def self.build_from_hash(attributes) - return nil unless attributes.is_a?(Hash) - attributes = attributes.transform_keys(&:to_sym) - transformed_hash = {} - openapi_types.each_pair do |key, type| - if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil? - transformed_hash["#{key}"] = nil - elsif type =~ /\AArray<(.*)>/i - # check to ensure the input is an array given that the attribute - # is documented as an array but the input is not - if attributes[attribute_map[key]].is_a?(Array) - transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) } - end - elsif !attributes[attribute_map[key]].nil? - transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]]) - end - end - new(transformed_hash) - end - - # Returns the object in the form of hash - # @return [Hash] Returns the object in the form of hash - def to_hash - hash = {} - self.class.attribute_map.each_pair do |attr, param| - value = self.send(attr) - if value.nil? - is_nullable = self.class.openapi_nullable.include?(attr) - next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}")) - end - - hash[param] = _to_hash(value) - end - hash - end - - end - -end diff --git a/client/lib/fastcomments-client/models/deleted_comment_result_comment.rb b/client/lib/fastcomments-client/models/deleted_comment_result_comment.rb index cd0cd68..a47c1b2 100644 --- a/client/lib/fastcomments-client/models/deleted_comment_result_comment.rb +++ b/client/lib/fastcomments-client/models/deleted_comment_result_comment.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/digest_email_frequency.rb b/client/lib/fastcomments-client/models/digest_email_frequency.rb index 3bef09e..ee5c139 100644 --- a/client/lib/fastcomments-client/models/digest_email_frequency.rb +++ b/client/lib/fastcomments-client/models/digest_email_frequency.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/email_template_definition.rb b/client/lib/fastcomments-client/models/email_template_definition.rb index a02574a..51baefb 100644 --- a/client/lib/fastcomments-client/models/email_template_definition.rb +++ b/client/lib/fastcomments-client/models/email_template_definition.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/email_template_render_error_response.rb b/client/lib/fastcomments-client/models/email_template_render_error_response.rb index b55bb06..1b1dc18 100644 --- a/client/lib/fastcomments-client/models/email_template_render_error_response.rb +++ b/client/lib/fastcomments-client/models/email_template_render_error_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/event_log_entry.rb b/client/lib/fastcomments-client/models/event_log_entry.rb index 76e74aa..b66e765 100644 --- a/client/lib/fastcomments-client/models/event_log_entry.rb +++ b/client/lib/fastcomments-client/models/event_log_entry.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/f_comment.rb b/client/lib/fastcomments-client/models/f_comment.rb index 89b9194..863d87a 100644 --- a/client/lib/fastcomments-client/models/f_comment.rb +++ b/client/lib/fastcomments-client/models/f_comment.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/f_comment_meta.rb b/client/lib/fastcomments-client/models/f_comment_meta.rb index 011f78b..2fd37a6 100644 --- a/client/lib/fastcomments-client/models/f_comment_meta.rb +++ b/client/lib/fastcomments-client/models/f_comment_meta.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/feed_post.rb b/client/lib/fastcomments-client/models/feed_post.rb index 452eb33..6abea45 100644 --- a/client/lib/fastcomments-client/models/feed_post.rb +++ b/client/lib/fastcomments-client/models/feed_post.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/feed_post_link.rb b/client/lib/fastcomments-client/models/feed_post_link.rb index 1d726e2..72a56a7 100644 --- a/client/lib/fastcomments-client/models/feed_post_link.rb +++ b/client/lib/fastcomments-client/models/feed_post_link.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/feed_post_media_item.rb b/client/lib/fastcomments-client/models/feed_post_media_item.rb index c17cc25..c6fa043 100644 --- a/client/lib/fastcomments-client/models/feed_post_media_item.rb +++ b/client/lib/fastcomments-client/models/feed_post_media_item.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/feed_post_media_item_asset.rb b/client/lib/fastcomments-client/models/feed_post_media_item_asset.rb index 8fe3232..61cba83 100644 --- a/client/lib/fastcomments-client/models/feed_post_media_item_asset.rb +++ b/client/lib/fastcomments-client/models/feed_post_media_item_asset.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/feed_post_stats.rb b/client/lib/fastcomments-client/models/feed_post_stats.rb index 1d1bcfd..a2eb4b5 100644 --- a/client/lib/fastcomments-client/models/feed_post_stats.rb +++ b/client/lib/fastcomments-client/models/feed_post_stats.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/feed_posts_stats_response.rb b/client/lib/fastcomments-client/models/feed_posts_stats_response.rb index bc00778..c92a22a 100644 --- a/client/lib/fastcomments-client/models/feed_posts_stats_response.rb +++ b/client/lib/fastcomments-client/models/feed_posts_stats_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/find_comments_by_range_item.rb b/client/lib/fastcomments-client/models/find_comments_by_range_item.rb index 0576763..ceeda2b 100644 --- a/client/lib/fastcomments-client/models/find_comments_by_range_item.rb +++ b/client/lib/fastcomments-client/models/find_comments_by_range_item.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/find_comments_by_range_response.rb b/client/lib/fastcomments-client/models/find_comments_by_range_response.rb index fa5e5da..468a651 100644 --- a/client/lib/fastcomments-client/models/find_comments_by_range_response.rb +++ b/client/lib/fastcomments-client/models/find_comments_by_range_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/flag_comment200_response.rb b/client/lib/fastcomments-client/models/flag_comment200_response.rb index ed9fa80..eca68c3 100644 --- a/client/lib/fastcomments-client/models/flag_comment200_response.rb +++ b/client/lib/fastcomments-client/models/flag_comment200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/flag_comment_public200_response.rb b/client/lib/fastcomments-client/models/flag_comment_public200_response.rb index b1375f2..50f1adb 100644 --- a/client/lib/fastcomments-client/models/flag_comment_public200_response.rb +++ b/client/lib/fastcomments-client/models/flag_comment_public200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/flag_comment_response.rb b/client/lib/fastcomments-client/models/flag_comment_response.rb index d4843ba..bc9b5c2 100644 --- a/client/lib/fastcomments-client/models/flag_comment_response.rb +++ b/client/lib/fastcomments-client/models/flag_comment_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_audit_logs200_response.rb b/client/lib/fastcomments-client/models/get_audit_logs200_response.rb index 7395197..a7a6779 100644 --- a/client/lib/fastcomments-client/models/get_audit_logs200_response.rb +++ b/client/lib/fastcomments-client/models/get_audit_logs200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_audit_logs_response.rb b/client/lib/fastcomments-client/models/get_audit_logs_response.rb index 178c3c2..1ea2a72 100644 --- a/client/lib/fastcomments-client/models/get_audit_logs_response.rb +++ b/client/lib/fastcomments-client/models/get_audit_logs_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_cached_notification_count200_response.rb b/client/lib/fastcomments-client/models/get_cached_notification_count200_response.rb index 1e3834b..3ead01b 100644 --- a/client/lib/fastcomments-client/models/get_cached_notification_count200_response.rb +++ b/client/lib/fastcomments-client/models/get_cached_notification_count200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_cached_notification_count_response.rb b/client/lib/fastcomments-client/models/get_cached_notification_count_response.rb index 4e891e0..3a3384f 100644 --- a/client/lib/fastcomments-client/models/get_cached_notification_count_response.rb +++ b/client/lib/fastcomments-client/models/get_cached_notification_count_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_comment200_response.rb b/client/lib/fastcomments-client/models/get_comment200_response.rb index b31b861..2c32ef1 100644 --- a/client/lib/fastcomments-client/models/get_comment200_response.rb +++ b/client/lib/fastcomments-client/models/get_comment200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_comment_text200_response.rb b/client/lib/fastcomments-client/models/get_comment_text200_response.rb index cb76359..4088a41 100644 --- a/client/lib/fastcomments-client/models/get_comment_text200_response.rb +++ b/client/lib/fastcomments-client/models/get_comment_text200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_comment_vote_user_names200_response.rb b/client/lib/fastcomments-client/models/get_comment_vote_user_names200_response.rb index 0620e8e..d21348e 100644 --- a/client/lib/fastcomments-client/models/get_comment_vote_user_names200_response.rb +++ b/client/lib/fastcomments-client/models/get_comment_vote_user_names200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_comment_vote_user_names_success_response.rb b/client/lib/fastcomments-client/models/get_comment_vote_user_names_success_response.rb index 0b2b472..d5b4532 100644 --- a/client/lib/fastcomments-client/models/get_comment_vote_user_names_success_response.rb +++ b/client/lib/fastcomments-client/models/get_comment_vote_user_names_success_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_comments200_response.rb b/client/lib/fastcomments-client/models/get_comments200_response.rb index e4e3bca..760813e 100644 --- a/client/lib/fastcomments-client/models/get_comments200_response.rb +++ b/client/lib/fastcomments-client/models/get_comments200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_comments_public200_response.rb b/client/lib/fastcomments-client/models/get_comments_public200_response.rb index 9ad04c0..255906a 100644 --- a/client/lib/fastcomments-client/models/get_comments_public200_response.rb +++ b/client/lib/fastcomments-client/models/get_comments_public200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_comments_response_public_comment.rb b/client/lib/fastcomments-client/models/get_comments_response_public_comment.rb index 9afbd88..2df7e1a 100644 --- a/client/lib/fastcomments-client/models/get_comments_response_public_comment.rb +++ b/client/lib/fastcomments-client/models/get_comments_response_public_comment.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_comments_response_with_presence_public_comment.rb b/client/lib/fastcomments-client/models/get_comments_response_with_presence_public_comment.rb index fe76b85..455c823 100644 --- a/client/lib/fastcomments-client/models/get_comments_response_with_presence_public_comment.rb +++ b/client/lib/fastcomments-client/models/get_comments_response_with_presence_public_comment.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_domain_config200_response.rb b/client/lib/fastcomments-client/models/get_domain_config200_response.rb index c3d5726..deac74e 100644 --- a/client/lib/fastcomments-client/models/get_domain_config200_response.rb +++ b/client/lib/fastcomments-client/models/get_domain_config200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_domain_configs200_response.rb b/client/lib/fastcomments-client/models/get_domain_configs200_response.rb index 5c3f2fe..b7dd562 100644 --- a/client/lib/fastcomments-client/models/get_domain_configs200_response.rb +++ b/client/lib/fastcomments-client/models/get_domain_configs200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_domain_configs200_response_any_of.rb b/client/lib/fastcomments-client/models/get_domain_configs200_response_any_of.rb index ccd8cb8..5c46fdc 100644 --- a/client/lib/fastcomments-client/models/get_domain_configs200_response_any_of.rb +++ b/client/lib/fastcomments-client/models/get_domain_configs200_response_any_of.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_domain_configs200_response_any_of1.rb b/client/lib/fastcomments-client/models/get_domain_configs200_response_any_of1.rb index a35f926..1d6e617 100644 --- a/client/lib/fastcomments-client/models/get_domain_configs200_response_any_of1.rb +++ b/client/lib/fastcomments-client/models/get_domain_configs200_response_any_of1.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_email_template200_response.rb b/client/lib/fastcomments-client/models/get_email_template200_response.rb index 3cfdb7f..327b87c 100644 --- a/client/lib/fastcomments-client/models/get_email_template200_response.rb +++ b/client/lib/fastcomments-client/models/get_email_template200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_email_template_definitions200_response.rb b/client/lib/fastcomments-client/models/get_email_template_definitions200_response.rb index 8277517..6ec7684 100644 --- a/client/lib/fastcomments-client/models/get_email_template_definitions200_response.rb +++ b/client/lib/fastcomments-client/models/get_email_template_definitions200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_email_template_definitions_response.rb b/client/lib/fastcomments-client/models/get_email_template_definitions_response.rb index 9d680f4..ccedeb0 100644 --- a/client/lib/fastcomments-client/models/get_email_template_definitions_response.rb +++ b/client/lib/fastcomments-client/models/get_email_template_definitions_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_email_template_render_errors200_response.rb b/client/lib/fastcomments-client/models/get_email_template_render_errors200_response.rb index e0f026e..92ea931 100644 --- a/client/lib/fastcomments-client/models/get_email_template_render_errors200_response.rb +++ b/client/lib/fastcomments-client/models/get_email_template_render_errors200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_email_template_render_errors_response.rb b/client/lib/fastcomments-client/models/get_email_template_render_errors_response.rb index 4102d92..48c1a8a 100644 --- a/client/lib/fastcomments-client/models/get_email_template_render_errors_response.rb +++ b/client/lib/fastcomments-client/models/get_email_template_render_errors_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_email_template_response.rb b/client/lib/fastcomments-client/models/get_email_template_response.rb index ea8a2fd..f170c78 100644 --- a/client/lib/fastcomments-client/models/get_email_template_response.rb +++ b/client/lib/fastcomments-client/models/get_email_template_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_email_templates200_response.rb b/client/lib/fastcomments-client/models/get_email_templates200_response.rb index bfb7346..78f672a 100644 --- a/client/lib/fastcomments-client/models/get_email_templates200_response.rb +++ b/client/lib/fastcomments-client/models/get_email_templates200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_email_templates_response.rb b/client/lib/fastcomments-client/models/get_email_templates_response.rb index 2c486ec..bbd071e 100644 --- a/client/lib/fastcomments-client/models/get_email_templates_response.rb +++ b/client/lib/fastcomments-client/models/get_email_templates_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_event_log200_response.rb b/client/lib/fastcomments-client/models/get_event_log200_response.rb index a94c939..e0b65d3 100644 --- a/client/lib/fastcomments-client/models/get_event_log200_response.rb +++ b/client/lib/fastcomments-client/models/get_event_log200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_event_log_response.rb b/client/lib/fastcomments-client/models/get_event_log_response.rb index 5157432..ba22ca8 100644 --- a/client/lib/fastcomments-client/models/get_event_log_response.rb +++ b/client/lib/fastcomments-client/models/get_event_log_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_feed_posts200_response.rb b/client/lib/fastcomments-client/models/get_feed_posts200_response.rb index 80b1c4c..838831e 100644 --- a/client/lib/fastcomments-client/models/get_feed_posts200_response.rb +++ b/client/lib/fastcomments-client/models/get_feed_posts200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_feed_posts_public200_response.rb b/client/lib/fastcomments-client/models/get_feed_posts_public200_response.rb index 23a3e7e..a3a7850 100644 --- a/client/lib/fastcomments-client/models/get_feed_posts_public200_response.rb +++ b/client/lib/fastcomments-client/models/get_feed_posts_public200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_feed_posts_response.rb b/client/lib/fastcomments-client/models/get_feed_posts_response.rb index 0461410..0808e9c 100644 --- a/client/lib/fastcomments-client/models/get_feed_posts_response.rb +++ b/client/lib/fastcomments-client/models/get_feed_posts_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_feed_posts_stats200_response.rb b/client/lib/fastcomments-client/models/get_feed_posts_stats200_response.rb index 6ce4bb2..6bcfc60 100644 --- a/client/lib/fastcomments-client/models/get_feed_posts_stats200_response.rb +++ b/client/lib/fastcomments-client/models/get_feed_posts_stats200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_hash_tags200_response.rb b/client/lib/fastcomments-client/models/get_hash_tags200_response.rb index 463710b..510efe2 100644 --- a/client/lib/fastcomments-client/models/get_hash_tags200_response.rb +++ b/client/lib/fastcomments-client/models/get_hash_tags200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_hash_tags_response.rb b/client/lib/fastcomments-client/models/get_hash_tags_response.rb index 2494aca..bdc8298 100644 --- a/client/lib/fastcomments-client/models/get_hash_tags_response.rb +++ b/client/lib/fastcomments-client/models/get_hash_tags_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_moderator200_response.rb b/client/lib/fastcomments-client/models/get_moderator200_response.rb index a24d843..5534ba1 100644 --- a/client/lib/fastcomments-client/models/get_moderator200_response.rb +++ b/client/lib/fastcomments-client/models/get_moderator200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_moderator_response.rb b/client/lib/fastcomments-client/models/get_moderator_response.rb index 4b787a1..332d5b7 100644 --- a/client/lib/fastcomments-client/models/get_moderator_response.rb +++ b/client/lib/fastcomments-client/models/get_moderator_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_moderators200_response.rb b/client/lib/fastcomments-client/models/get_moderators200_response.rb index 08b0f26..a8cd336 100644 --- a/client/lib/fastcomments-client/models/get_moderators200_response.rb +++ b/client/lib/fastcomments-client/models/get_moderators200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_moderators_response.rb b/client/lib/fastcomments-client/models/get_moderators_response.rb index d476fff..ebdbeb1 100644 --- a/client/lib/fastcomments-client/models/get_moderators_response.rb +++ b/client/lib/fastcomments-client/models/get_moderators_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_my_notifications_response.rb b/client/lib/fastcomments-client/models/get_my_notifications_response.rb index 1179afe..2074470 100644 --- a/client/lib/fastcomments-client/models/get_my_notifications_response.rb +++ b/client/lib/fastcomments-client/models/get_my_notifications_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_notification_count200_response.rb b/client/lib/fastcomments-client/models/get_notification_count200_response.rb index fbe1885..c867efc 100644 --- a/client/lib/fastcomments-client/models/get_notification_count200_response.rb +++ b/client/lib/fastcomments-client/models/get_notification_count200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_notification_count_response.rb b/client/lib/fastcomments-client/models/get_notification_count_response.rb index 2a92f18..8db3383 100644 --- a/client/lib/fastcomments-client/models/get_notification_count_response.rb +++ b/client/lib/fastcomments-client/models/get_notification_count_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_notifications200_response.rb b/client/lib/fastcomments-client/models/get_notifications200_response.rb index 0095f6f..bdeacc9 100644 --- a/client/lib/fastcomments-client/models/get_notifications200_response.rb +++ b/client/lib/fastcomments-client/models/get_notifications200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_notifications_response.rb b/client/lib/fastcomments-client/models/get_notifications_response.rb index eacb775..fc29da3 100644 --- a/client/lib/fastcomments-client/models/get_notifications_response.rb +++ b/client/lib/fastcomments-client/models/get_notifications_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_page_by_urlid_api_response.rb b/client/lib/fastcomments-client/models/get_page_by_urlid_api_response.rb index 233c2f8..5308bfb 100644 --- a/client/lib/fastcomments-client/models/get_page_by_urlid_api_response.rb +++ b/client/lib/fastcomments-client/models/get_page_by_urlid_api_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_pages_api_response.rb b/client/lib/fastcomments-client/models/get_pages_api_response.rb index a8e620c..41e9bf6 100644 --- a/client/lib/fastcomments-client/models/get_pages_api_response.rb +++ b/client/lib/fastcomments-client/models/get_pages_api_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_pending_webhook_event_count200_response.rb b/client/lib/fastcomments-client/models/get_pending_webhook_event_count200_response.rb index eb0d58d..3154c9b 100644 --- a/client/lib/fastcomments-client/models/get_pending_webhook_event_count200_response.rb +++ b/client/lib/fastcomments-client/models/get_pending_webhook_event_count200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_pending_webhook_event_count_response.rb b/client/lib/fastcomments-client/models/get_pending_webhook_event_count_response.rb index 437dce8..12dd4e5 100644 --- a/client/lib/fastcomments-client/models/get_pending_webhook_event_count_response.rb +++ b/client/lib/fastcomments-client/models/get_pending_webhook_event_count_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_pending_webhook_events200_response.rb b/client/lib/fastcomments-client/models/get_pending_webhook_events200_response.rb index 1bfda68..7c551fb 100644 --- a/client/lib/fastcomments-client/models/get_pending_webhook_events200_response.rb +++ b/client/lib/fastcomments-client/models/get_pending_webhook_events200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_pending_webhook_events_response.rb b/client/lib/fastcomments-client/models/get_pending_webhook_events_response.rb index e933a5f..bb63f5a 100644 --- a/client/lib/fastcomments-client/models/get_pending_webhook_events_response.rb +++ b/client/lib/fastcomments-client/models/get_pending_webhook_events_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_public_feed_posts_response.rb b/client/lib/fastcomments-client/models/get_public_feed_posts_response.rb index 1fbf016..5920959 100644 --- a/client/lib/fastcomments-client/models/get_public_feed_posts_response.rb +++ b/client/lib/fastcomments-client/models/get_public_feed_posts_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_question_config200_response.rb b/client/lib/fastcomments-client/models/get_question_config200_response.rb index f74e947..593bb37 100644 --- a/client/lib/fastcomments-client/models/get_question_config200_response.rb +++ b/client/lib/fastcomments-client/models/get_question_config200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_question_config_response.rb b/client/lib/fastcomments-client/models/get_question_config_response.rb index 9414b9a..e935df5 100644 --- a/client/lib/fastcomments-client/models/get_question_config_response.rb +++ b/client/lib/fastcomments-client/models/get_question_config_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_question_configs200_response.rb b/client/lib/fastcomments-client/models/get_question_configs200_response.rb index 36947cd..8885142 100644 --- a/client/lib/fastcomments-client/models/get_question_configs200_response.rb +++ b/client/lib/fastcomments-client/models/get_question_configs200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_question_configs_response.rb b/client/lib/fastcomments-client/models/get_question_configs_response.rb index a578161..62f7330 100644 --- a/client/lib/fastcomments-client/models/get_question_configs_response.rb +++ b/client/lib/fastcomments-client/models/get_question_configs_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_question_result200_response.rb b/client/lib/fastcomments-client/models/get_question_result200_response.rb index 34d9542..d571ffb 100644 --- a/client/lib/fastcomments-client/models/get_question_result200_response.rb +++ b/client/lib/fastcomments-client/models/get_question_result200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_question_result_response.rb b/client/lib/fastcomments-client/models/get_question_result_response.rb index 0a7ac4e..cc0090f 100644 --- a/client/lib/fastcomments-client/models/get_question_result_response.rb +++ b/client/lib/fastcomments-client/models/get_question_result_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_question_results200_response.rb b/client/lib/fastcomments-client/models/get_question_results200_response.rb index 20db174..83e074f 100644 --- a/client/lib/fastcomments-client/models/get_question_results200_response.rb +++ b/client/lib/fastcomments-client/models/get_question_results200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_question_results_response.rb b/client/lib/fastcomments-client/models/get_question_results_response.rb index 2f754a3..b618aeb 100644 --- a/client/lib/fastcomments-client/models/get_question_results_response.rb +++ b/client/lib/fastcomments-client/models/get_question_results_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_sso_user_by_email_api_response.rb b/client/lib/fastcomments-client/models/get_sso_user_by_email_api_response.rb index 38743ad..2431869 100644 --- a/client/lib/fastcomments-client/models/get_sso_user_by_email_api_response.rb +++ b/client/lib/fastcomments-client/models/get_sso_user_by_email_api_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_sso_user_by_id_api_response.rb b/client/lib/fastcomments-client/models/get_sso_user_by_id_api_response.rb index 814a742..9d3236b 100644 --- a/client/lib/fastcomments-client/models/get_sso_user_by_id_api_response.rb +++ b/client/lib/fastcomments-client/models/get_sso_user_by_id_api_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_sso_users200_response.rb b/client/lib/fastcomments-client/models/get_sso_users200_response.rb index c5fa722..5732c45 100644 --- a/client/lib/fastcomments-client/models/get_sso_users200_response.rb +++ b/client/lib/fastcomments-client/models/get_sso_users200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_subscriptions_api_response.rb b/client/lib/fastcomments-client/models/get_subscriptions_api_response.rb index a7572bb..32bd2c6 100644 --- a/client/lib/fastcomments-client/models/get_subscriptions_api_response.rb +++ b/client/lib/fastcomments-client/models/get_subscriptions_api_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_tenant200_response.rb b/client/lib/fastcomments-client/models/get_tenant200_response.rb index d6b6a3e..cf141a7 100644 --- a/client/lib/fastcomments-client/models/get_tenant200_response.rb +++ b/client/lib/fastcomments-client/models/get_tenant200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_tenant_daily_usages200_response.rb b/client/lib/fastcomments-client/models/get_tenant_daily_usages200_response.rb index 6fe68f2..bf4ad2f 100644 --- a/client/lib/fastcomments-client/models/get_tenant_daily_usages200_response.rb +++ b/client/lib/fastcomments-client/models/get_tenant_daily_usages200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_tenant_daily_usages_response.rb b/client/lib/fastcomments-client/models/get_tenant_daily_usages_response.rb index fa434ff..e16d8a7 100644 --- a/client/lib/fastcomments-client/models/get_tenant_daily_usages_response.rb +++ b/client/lib/fastcomments-client/models/get_tenant_daily_usages_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_tenant_package200_response.rb b/client/lib/fastcomments-client/models/get_tenant_package200_response.rb index 961d1b1..856950b 100644 --- a/client/lib/fastcomments-client/models/get_tenant_package200_response.rb +++ b/client/lib/fastcomments-client/models/get_tenant_package200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_tenant_package_response.rb b/client/lib/fastcomments-client/models/get_tenant_package_response.rb index 66d1da9..81d84a3 100644 --- a/client/lib/fastcomments-client/models/get_tenant_package_response.rb +++ b/client/lib/fastcomments-client/models/get_tenant_package_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_tenant_packages200_response.rb b/client/lib/fastcomments-client/models/get_tenant_packages200_response.rb index e24fda2..8486224 100644 --- a/client/lib/fastcomments-client/models/get_tenant_packages200_response.rb +++ b/client/lib/fastcomments-client/models/get_tenant_packages200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_tenant_packages_response.rb b/client/lib/fastcomments-client/models/get_tenant_packages_response.rb index 00de1fa..cf5799e 100644 --- a/client/lib/fastcomments-client/models/get_tenant_packages_response.rb +++ b/client/lib/fastcomments-client/models/get_tenant_packages_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_tenant_response.rb b/client/lib/fastcomments-client/models/get_tenant_response.rb index 413d89e..b7ad707 100644 --- a/client/lib/fastcomments-client/models/get_tenant_response.rb +++ b/client/lib/fastcomments-client/models/get_tenant_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_tenant_user200_response.rb b/client/lib/fastcomments-client/models/get_tenant_user200_response.rb index dcfb6b8..b1ee39c 100644 --- a/client/lib/fastcomments-client/models/get_tenant_user200_response.rb +++ b/client/lib/fastcomments-client/models/get_tenant_user200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_tenant_user_response.rb b/client/lib/fastcomments-client/models/get_tenant_user_response.rb index 33b23e0..7b188de 100644 --- a/client/lib/fastcomments-client/models/get_tenant_user_response.rb +++ b/client/lib/fastcomments-client/models/get_tenant_user_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_tenant_users200_response.rb b/client/lib/fastcomments-client/models/get_tenant_users200_response.rb index eccd7ef..0218e91 100644 --- a/client/lib/fastcomments-client/models/get_tenant_users200_response.rb +++ b/client/lib/fastcomments-client/models/get_tenant_users200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_tenant_users_response.rb b/client/lib/fastcomments-client/models/get_tenant_users_response.rb index cf722fb..b561c03 100644 --- a/client/lib/fastcomments-client/models/get_tenant_users_response.rb +++ b/client/lib/fastcomments-client/models/get_tenant_users_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_tenants200_response.rb b/client/lib/fastcomments-client/models/get_tenants200_response.rb index dcb012d..62c8aeb 100644 --- a/client/lib/fastcomments-client/models/get_tenants200_response.rb +++ b/client/lib/fastcomments-client/models/get_tenants200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_tenants_response.rb b/client/lib/fastcomments-client/models/get_tenants_response.rb index 3a09c44..8eafbf5 100644 --- a/client/lib/fastcomments-client/models/get_tenants_response.rb +++ b/client/lib/fastcomments-client/models/get_tenants_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_user200_response.rb b/client/lib/fastcomments-client/models/get_user200_response.rb index 1bca27c..d4edd04 100644 --- a/client/lib/fastcomments-client/models/get_user200_response.rb +++ b/client/lib/fastcomments-client/models/get_user200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_user_badge200_response.rb b/client/lib/fastcomments-client/models/get_user_badge200_response.rb index 097f00b..e4979e1 100644 --- a/client/lib/fastcomments-client/models/get_user_badge200_response.rb +++ b/client/lib/fastcomments-client/models/get_user_badge200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_user_badge_progress_by_id200_response.rb b/client/lib/fastcomments-client/models/get_user_badge_progress_by_id200_response.rb index e0bac78..cbf63bd 100644 --- a/client/lib/fastcomments-client/models/get_user_badge_progress_by_id200_response.rb +++ b/client/lib/fastcomments-client/models/get_user_badge_progress_by_id200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_user_badge_progress_list200_response.rb b/client/lib/fastcomments-client/models/get_user_badge_progress_list200_response.rb index 634ba9a..6f7e3e3 100644 --- a/client/lib/fastcomments-client/models/get_user_badge_progress_list200_response.rb +++ b/client/lib/fastcomments-client/models/get_user_badge_progress_list200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_user_badges200_response.rb b/client/lib/fastcomments-client/models/get_user_badges200_response.rb index bf1a893..cd63c22 100644 --- a/client/lib/fastcomments-client/models/get_user_badges200_response.rb +++ b/client/lib/fastcomments-client/models/get_user_badges200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_user_notification_count200_response.rb b/client/lib/fastcomments-client/models/get_user_notification_count200_response.rb index 278a38d..19ceff1 100644 --- a/client/lib/fastcomments-client/models/get_user_notification_count200_response.rb +++ b/client/lib/fastcomments-client/models/get_user_notification_count200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_user_notification_count_response.rb b/client/lib/fastcomments-client/models/get_user_notification_count_response.rb index 4402a14..ce9d187 100644 --- a/client/lib/fastcomments-client/models/get_user_notification_count_response.rb +++ b/client/lib/fastcomments-client/models/get_user_notification_count_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_user_notifications200_response.rb b/client/lib/fastcomments-client/models/get_user_notifications200_response.rb index 08bb786..47e843f 100644 --- a/client/lib/fastcomments-client/models/get_user_notifications200_response.rb +++ b/client/lib/fastcomments-client/models/get_user_notifications200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_user_presence_statuses200_response.rb b/client/lib/fastcomments-client/models/get_user_presence_statuses200_response.rb index 772c25a..7e3b0ce 100644 --- a/client/lib/fastcomments-client/models/get_user_presence_statuses200_response.rb +++ b/client/lib/fastcomments-client/models/get_user_presence_statuses200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_user_presence_statuses_response.rb b/client/lib/fastcomments-client/models/get_user_presence_statuses_response.rb index 312ffd9..a66bdfa 100644 --- a/client/lib/fastcomments-client/models/get_user_presence_statuses_response.rb +++ b/client/lib/fastcomments-client/models/get_user_presence_statuses_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_user_reacts_public200_response.rb b/client/lib/fastcomments-client/models/get_user_reacts_public200_response.rb index e3660e9..e376f4e 100644 --- a/client/lib/fastcomments-client/models/get_user_reacts_public200_response.rb +++ b/client/lib/fastcomments-client/models/get_user_reacts_public200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_user_response.rb b/client/lib/fastcomments-client/models/get_user_response.rb index 754dc50..7c1dd66 100644 --- a/client/lib/fastcomments-client/models/get_user_response.rb +++ b/client/lib/fastcomments-client/models/get_user_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_votes200_response.rb b/client/lib/fastcomments-client/models/get_votes200_response.rb index df0711a..b8be49d 100644 --- a/client/lib/fastcomments-client/models/get_votes200_response.rb +++ b/client/lib/fastcomments-client/models/get_votes200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_votes_for_user200_response.rb b/client/lib/fastcomments-client/models/get_votes_for_user200_response.rb index 5858d73..ad03875 100644 --- a/client/lib/fastcomments-client/models/get_votes_for_user200_response.rb +++ b/client/lib/fastcomments-client/models/get_votes_for_user200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_votes_for_user_response.rb b/client/lib/fastcomments-client/models/get_votes_for_user_response.rb index e2e40e7..27cc175 100644 --- a/client/lib/fastcomments-client/models/get_votes_for_user_response.rb +++ b/client/lib/fastcomments-client/models/get_votes_for_user_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/get_votes_response.rb b/client/lib/fastcomments-client/models/get_votes_response.rb index b0a0bdf..b77b033 100644 --- a/client/lib/fastcomments-client/models/get_votes_response.rb +++ b/client/lib/fastcomments-client/models/get_votes_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/gif_rating.rb b/client/lib/fastcomments-client/models/gif_rating.rb index 3588de0..f8bbb79 100644 --- a/client/lib/fastcomments-client/models/gif_rating.rb +++ b/client/lib/fastcomments-client/models/gif_rating.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/header_state.rb b/client/lib/fastcomments-client/models/header_state.rb index 1f920c2..c9c3537 100644 --- a/client/lib/fastcomments-client/models/header_state.rb +++ b/client/lib/fastcomments-client/models/header_state.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/ignored_response.rb b/client/lib/fastcomments-client/models/ignored_response.rb index 7d7bd52..15ed974 100644 --- a/client/lib/fastcomments-client/models/ignored_response.rb +++ b/client/lib/fastcomments-client/models/ignored_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/image_content_profanity_level.rb b/client/lib/fastcomments-client/models/image_content_profanity_level.rb index b63e6eb..ad38283 100644 --- a/client/lib/fastcomments-client/models/image_content_profanity_level.rb +++ b/client/lib/fastcomments-client/models/image_content_profanity_level.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/imported_site_type.rb b/client/lib/fastcomments-client/models/imported_site_type.rb index 951c9a4..1cc8773 100644 --- a/client/lib/fastcomments-client/models/imported_site_type.rb +++ b/client/lib/fastcomments-client/models/imported_site_type.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/live_event.rb b/client/lib/fastcomments-client/models/live_event.rb index cc0feae..96ac459 100644 --- a/client/lib/fastcomments-client/models/live_event.rb +++ b/client/lib/fastcomments-client/models/live_event.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/live_event_extra_info.rb b/client/lib/fastcomments-client/models/live_event_extra_info.rb index f35a19e..19b9616 100644 --- a/client/lib/fastcomments-client/models/live_event_extra_info.rb +++ b/client/lib/fastcomments-client/models/live_event_extra_info.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/live_event_type.rb b/client/lib/fastcomments-client/models/live_event_type.rb index 517ed10..207c899 100644 --- a/client/lib/fastcomments-client/models/live_event_type.rb +++ b/client/lib/fastcomments-client/models/live_event_type.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/lock_comment200_response.rb b/client/lib/fastcomments-client/models/lock_comment200_response.rb index bf5b1f9..8c330c9 100644 --- a/client/lib/fastcomments-client/models/lock_comment200_response.rb +++ b/client/lib/fastcomments-client/models/lock_comment200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/media_asset.rb b/client/lib/fastcomments-client/models/media_asset.rb index 9e98835..9e974fe 100644 --- a/client/lib/fastcomments-client/models/media_asset.rb +++ b/client/lib/fastcomments-client/models/media_asset.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/meta_item.rb b/client/lib/fastcomments-client/models/meta_item.rb index ef7acef..6d6fad1 100644 --- a/client/lib/fastcomments-client/models/meta_item.rb +++ b/client/lib/fastcomments-client/models/meta_item.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/moderator.rb b/client/lib/fastcomments-client/models/moderator.rb index 0e98131..c4c773a 100644 --- a/client/lib/fastcomments-client/models/moderator.rb +++ b/client/lib/fastcomments-client/models/moderator.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/notification_and_count.rb b/client/lib/fastcomments-client/models/notification_and_count.rb index 2668b07..46bc5f8 100644 --- a/client/lib/fastcomments-client/models/notification_and_count.rb +++ b/client/lib/fastcomments-client/models/notification_and_count.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/notification_object_type.rb b/client/lib/fastcomments-client/models/notification_object_type.rb index 2d2ff32..0b2ef78 100644 --- a/client/lib/fastcomments-client/models/notification_object_type.rb +++ b/client/lib/fastcomments-client/models/notification_object_type.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/notification_type.rb b/client/lib/fastcomments-client/models/notification_type.rb index c6fb6c1..24474a0 100644 --- a/client/lib/fastcomments-client/models/notification_type.rb +++ b/client/lib/fastcomments-client/models/notification_type.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/patch_domain_config_params.rb b/client/lib/fastcomments-client/models/patch_domain_config_params.rb index e4ac6b5..fa0dcfd 100644 --- a/client/lib/fastcomments-client/models/patch_domain_config_params.rb +++ b/client/lib/fastcomments-client/models/patch_domain_config_params.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/patch_hash_tag200_response.rb b/client/lib/fastcomments-client/models/patch_hash_tag200_response.rb index 8f5abb5..3b7f111 100644 --- a/client/lib/fastcomments-client/models/patch_hash_tag200_response.rb +++ b/client/lib/fastcomments-client/models/patch_hash_tag200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/patch_page_api_response.rb b/client/lib/fastcomments-client/models/patch_page_api_response.rb index e468e26..b41e5ca 100644 --- a/client/lib/fastcomments-client/models/patch_page_api_response.rb +++ b/client/lib/fastcomments-client/models/patch_page_api_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/patch_sso_user_api_response.rb b/client/lib/fastcomments-client/models/patch_sso_user_api_response.rb index 9422990..78334a6 100644 --- a/client/lib/fastcomments-client/models/patch_sso_user_api_response.rb +++ b/client/lib/fastcomments-client/models/patch_sso_user_api_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/pending_comment_to_sync_outbound.rb b/client/lib/fastcomments-client/models/pending_comment_to_sync_outbound.rb index 0ab48f3..dcf9d7a 100644 --- a/client/lib/fastcomments-client/models/pending_comment_to_sync_outbound.rb +++ b/client/lib/fastcomments-client/models/pending_comment_to_sync_outbound.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/pin_comment200_response.rb b/client/lib/fastcomments-client/models/pin_comment200_response.rb index d72b2a0..02e9054 100644 --- a/client/lib/fastcomments-client/models/pin_comment200_response.rb +++ b/client/lib/fastcomments-client/models/pin_comment200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/pub_sub_comment.rb b/client/lib/fastcomments-client/models/pub_sub_comment.rb index d4c68df..7adf77a 100644 --- a/client/lib/fastcomments-client/models/pub_sub_comment.rb +++ b/client/lib/fastcomments-client/models/pub_sub_comment.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/pub_sub_comment_base.rb b/client/lib/fastcomments-client/models/pub_sub_comment_base.rb index 87e7ef4..4b07216 100644 --- a/client/lib/fastcomments-client/models/pub_sub_comment_base.rb +++ b/client/lib/fastcomments-client/models/pub_sub_comment_base.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/pub_sub_vote.rb b/client/lib/fastcomments-client/models/pub_sub_vote.rb index 5e01568..b3daecb 100644 --- a/client/lib/fastcomments-client/models/pub_sub_vote.rb +++ b/client/lib/fastcomments-client/models/pub_sub_vote.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/public_api_delete_comment_response.rb b/client/lib/fastcomments-client/models/public_api_delete_comment_response.rb index 126cda3..7aaf1f2 100644 --- a/client/lib/fastcomments-client/models/public_api_delete_comment_response.rb +++ b/client/lib/fastcomments-client/models/public_api_delete_comment_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/public_api_get_comment_text_response.rb b/client/lib/fastcomments-client/models/public_api_get_comment_text_response.rb index f8fd20e..1fd4977 100644 --- a/client/lib/fastcomments-client/models/public_api_get_comment_text_response.rb +++ b/client/lib/fastcomments-client/models/public_api_get_comment_text_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/public_api_set_comment_text_response.rb b/client/lib/fastcomments-client/models/public_api_set_comment_text_response.rb index a5a43af..75833ea 100644 --- a/client/lib/fastcomments-client/models/public_api_set_comment_text_response.rb +++ b/client/lib/fastcomments-client/models/public_api_set_comment_text_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/public_block_from_comment_params.rb b/client/lib/fastcomments-client/models/public_block_from_comment_params.rb index f4421c2..63b3e34 100644 --- a/client/lib/fastcomments-client/models/public_block_from_comment_params.rb +++ b/client/lib/fastcomments-client/models/public_block_from_comment_params.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/public_comment.rb b/client/lib/fastcomments-client/models/public_comment.rb index 6570641..f2af9a7 100644 --- a/client/lib/fastcomments-client/models/public_comment.rb +++ b/client/lib/fastcomments-client/models/public_comment.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/public_comment_base.rb b/client/lib/fastcomments-client/models/public_comment_base.rb index 25cba17..67e31a1 100644 --- a/client/lib/fastcomments-client/models/public_comment_base.rb +++ b/client/lib/fastcomments-client/models/public_comment_base.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/public_feed_posts_response.rb b/client/lib/fastcomments-client/models/public_feed_posts_response.rb index 5055df6..f88fffd 100644 --- a/client/lib/fastcomments-client/models/public_feed_posts_response.rb +++ b/client/lib/fastcomments-client/models/public_feed_posts_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/public_vote.rb b/client/lib/fastcomments-client/models/public_vote.rb index 31281a0..d699b94 100644 --- a/client/lib/fastcomments-client/models/public_vote.rb +++ b/client/lib/fastcomments-client/models/public_vote.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/put_sso_user_api_response.rb b/client/lib/fastcomments-client/models/put_sso_user_api_response.rb index 859fb09..a61a8b1 100644 --- a/client/lib/fastcomments-client/models/put_sso_user_api_response.rb +++ b/client/lib/fastcomments-client/models/put_sso_user_api_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/query_predicate.rb b/client/lib/fastcomments-client/models/query_predicate.rb index cfd42b1..a9df85c 100644 --- a/client/lib/fastcomments-client/models/query_predicate.rb +++ b/client/lib/fastcomments-client/models/query_predicate.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/query_predicate_value.rb b/client/lib/fastcomments-client/models/query_predicate_value.rb index 0a7b166..fff8087 100644 --- a/client/lib/fastcomments-client/models/query_predicate_value.rb +++ b/client/lib/fastcomments-client/models/query_predicate_value.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/question_config.rb b/client/lib/fastcomments-client/models/question_config.rb index bbfc99b..03c50f1 100644 --- a/client/lib/fastcomments-client/models/question_config.rb +++ b/client/lib/fastcomments-client/models/question_config.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/question_config_custom_options_inner.rb b/client/lib/fastcomments-client/models/question_config_custom_options_inner.rb index 44ed7ca..fa83888 100644 --- a/client/lib/fastcomments-client/models/question_config_custom_options_inner.rb +++ b/client/lib/fastcomments-client/models/question_config_custom_options_inner.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/question_datum.rb b/client/lib/fastcomments-client/models/question_datum.rb index 2fb67c7..33a293d 100644 --- a/client/lib/fastcomments-client/models/question_datum.rb +++ b/client/lib/fastcomments-client/models/question_datum.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/question_rendering_type.rb b/client/lib/fastcomments-client/models/question_rendering_type.rb index 4f632b7..8f98404 100644 --- a/client/lib/fastcomments-client/models/question_rendering_type.rb +++ b/client/lib/fastcomments-client/models/question_rendering_type.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/question_result.rb b/client/lib/fastcomments-client/models/question_result.rb index a094734..e8d0de9 100644 --- a/client/lib/fastcomments-client/models/question_result.rb +++ b/client/lib/fastcomments-client/models/question_result.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/question_result_aggregation_overall.rb b/client/lib/fastcomments-client/models/question_result_aggregation_overall.rb index da0f087..9b5eb20 100644 --- a/client/lib/fastcomments-client/models/question_result_aggregation_overall.rb +++ b/client/lib/fastcomments-client/models/question_result_aggregation_overall.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/question_sub_question_visibility.rb b/client/lib/fastcomments-client/models/question_sub_question_visibility.rb index 31bf731..dbe48c7 100644 --- a/client/lib/fastcomments-client/models/question_sub_question_visibility.rb +++ b/client/lib/fastcomments-client/models/question_sub_question_visibility.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/question_when_save.rb b/client/lib/fastcomments-client/models/question_when_save.rb index 4e5e11a..8f3fac6 100644 --- a/client/lib/fastcomments-client/models/question_when_save.rb +++ b/client/lib/fastcomments-client/models/question_when_save.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/react_body_params.rb b/client/lib/fastcomments-client/models/react_body_params.rb index d05bc56..b5d320b 100644 --- a/client/lib/fastcomments-client/models/react_body_params.rb +++ b/client/lib/fastcomments-client/models/react_body_params.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/react_feed_post_public200_response.rb b/client/lib/fastcomments-client/models/react_feed_post_public200_response.rb index 657fe72..b594ef6 100644 --- a/client/lib/fastcomments-client/models/react_feed_post_public200_response.rb +++ b/client/lib/fastcomments-client/models/react_feed_post_public200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/react_feed_post_response.rb b/client/lib/fastcomments-client/models/react_feed_post_response.rb index 5e83518..984d3f6 100644 --- a/client/lib/fastcomments-client/models/react_feed_post_response.rb +++ b/client/lib/fastcomments-client/models/react_feed_post_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/record_string_before_string_or_null_after_string_or_null_value.rb b/client/lib/fastcomments-client/models/record_string_before_string_or_null_after_string_or_null_value.rb index b820941..106f134 100644 --- a/client/lib/fastcomments-client/models/record_string_before_string_or_null_after_string_or_null_value.rb +++ b/client/lib/fastcomments-client/models/record_string_before_string_or_null_after_string_or_null_value.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/record_string_string_or_number_value.rb b/client/lib/fastcomments-client/models/record_string_string_or_number_value.rb index 5602de9..afa8fcc 100644 --- a/client/lib/fastcomments-client/models/record_string_string_or_number_value.rb +++ b/client/lib/fastcomments-client/models/record_string_string_or_number_value.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/render_email_template200_response.rb b/client/lib/fastcomments-client/models/render_email_template200_response.rb index f1bdaf8..0b5d57e 100644 --- a/client/lib/fastcomments-client/models/render_email_template200_response.rb +++ b/client/lib/fastcomments-client/models/render_email_template200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/render_email_template_body.rb b/client/lib/fastcomments-client/models/render_email_template_body.rb index 1eeca9b..22d358e 100644 --- a/client/lib/fastcomments-client/models/render_email_template_body.rb +++ b/client/lib/fastcomments-client/models/render_email_template_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/render_email_template_response.rb b/client/lib/fastcomments-client/models/render_email_template_response.rb index 5349a97..0928cd7 100644 --- a/client/lib/fastcomments-client/models/render_email_template_response.rb +++ b/client/lib/fastcomments-client/models/render_email_template_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/renderable_user_notification.rb b/client/lib/fastcomments-client/models/renderable_user_notification.rb index eb1c85b..7bb89e4 100644 --- a/client/lib/fastcomments-client/models/renderable_user_notification.rb +++ b/client/lib/fastcomments-client/models/renderable_user_notification.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/repeat_comment_check_ignored_reason.rb b/client/lib/fastcomments-client/models/repeat_comment_check_ignored_reason.rb index dfc99a2..c0c963a 100644 --- a/client/lib/fastcomments-client/models/repeat_comment_check_ignored_reason.rb +++ b/client/lib/fastcomments-client/models/repeat_comment_check_ignored_reason.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/repeat_comment_handling_action.rb b/client/lib/fastcomments-client/models/repeat_comment_handling_action.rb index 9899d4f..77415d4 100644 --- a/client/lib/fastcomments-client/models/repeat_comment_handling_action.rb +++ b/client/lib/fastcomments-client/models/repeat_comment_handling_action.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/replace_tenant_package_body.rb b/client/lib/fastcomments-client/models/replace_tenant_package_body.rb index dd57b12..6e3fd78 100644 --- a/client/lib/fastcomments-client/models/replace_tenant_package_body.rb +++ b/client/lib/fastcomments-client/models/replace_tenant_package_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/replace_tenant_user_body.rb b/client/lib/fastcomments-client/models/replace_tenant_user_body.rb index c237824..7f86e99 100644 --- a/client/lib/fastcomments-client/models/replace_tenant_user_body.rb +++ b/client/lib/fastcomments-client/models/replace_tenant_user_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/reset_user_notifications200_response.rb b/client/lib/fastcomments-client/models/reset_user_notifications200_response.rb index a29409f..b677d3f 100644 --- a/client/lib/fastcomments-client/models/reset_user_notifications200_response.rb +++ b/client/lib/fastcomments-client/models/reset_user_notifications200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/reset_user_notifications_response.rb b/client/lib/fastcomments-client/models/reset_user_notifications_response.rb index 84e2d54..a65655c 100644 --- a/client/lib/fastcomments-client/models/reset_user_notifications_response.rb +++ b/client/lib/fastcomments-client/models/reset_user_notifications_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/save_comment200_response.rb b/client/lib/fastcomments-client/models/save_comment200_response.rb index 35a07c1..e226565 100644 --- a/client/lib/fastcomments-client/models/save_comment200_response.rb +++ b/client/lib/fastcomments-client/models/save_comment200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/save_comment_response.rb b/client/lib/fastcomments-client/models/save_comment_response.rb index 2049edb..e85d5a9 100644 --- a/client/lib/fastcomments-client/models/save_comment_response.rb +++ b/client/lib/fastcomments-client/models/save_comment_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/save_comment_response_optimized.rb b/client/lib/fastcomments-client/models/save_comment_response_optimized.rb index 3d0f8ef..174e797 100644 --- a/client/lib/fastcomments-client/models/save_comment_response_optimized.rb +++ b/client/lib/fastcomments-client/models/save_comment_response_optimized.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/save_comments_response_with_presence.rb b/client/lib/fastcomments-client/models/save_comments_response_with_presence.rb index a3a4a1c..a2486b0 100644 --- a/client/lib/fastcomments-client/models/save_comments_response_with_presence.rb +++ b/client/lib/fastcomments-client/models/save_comments_response_with_presence.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/search_users200_response.rb b/client/lib/fastcomments-client/models/search_users200_response.rb index fd8de3b..32436f6 100644 --- a/client/lib/fastcomments-client/models/search_users200_response.rb +++ b/client/lib/fastcomments-client/models/search_users200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/search_users_response.rb b/client/lib/fastcomments-client/models/search_users_response.rb index 5210c75..29aa4c7 100644 --- a/client/lib/fastcomments-client/models/search_users_response.rb +++ b/client/lib/fastcomments-client/models/search_users_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/set_comment_text200_response.rb b/client/lib/fastcomments-client/models/set_comment_text200_response.rb index 53f4e56..fc77d60 100644 --- a/client/lib/fastcomments-client/models/set_comment_text200_response.rb +++ b/client/lib/fastcomments-client/models/set_comment_text200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/set_comment_text_result.rb b/client/lib/fastcomments-client/models/set_comment_text_result.rb index c10cb00..6887c3b 100644 --- a/client/lib/fastcomments-client/models/set_comment_text_result.rb +++ b/client/lib/fastcomments-client/models/set_comment_text_result.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/size_preset.rb b/client/lib/fastcomments-client/models/size_preset.rb index ce68215..03d43fc 100644 --- a/client/lib/fastcomments-client/models/size_preset.rb +++ b/client/lib/fastcomments-client/models/size_preset.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/sort_directions.rb b/client/lib/fastcomments-client/models/sort_directions.rb index 698384d..b5b215c 100644 --- a/client/lib/fastcomments-client/models/sort_directions.rb +++ b/client/lib/fastcomments-client/models/sort_directions.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/sortdir.rb b/client/lib/fastcomments-client/models/sortdir.rb index 8ab147a..ad6f9f4 100644 --- a/client/lib/fastcomments-client/models/sortdir.rb +++ b/client/lib/fastcomments-client/models/sortdir.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/spam_rule.rb b/client/lib/fastcomments-client/models/spam_rule.rb index 0f92564..2be84b0 100644 --- a/client/lib/fastcomments-client/models/spam_rule.rb +++ b/client/lib/fastcomments-client/models/spam_rule.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/sso_security_level.rb b/client/lib/fastcomments-client/models/sso_security_level.rb index 19746b6..3ded53b 100644 --- a/client/lib/fastcomments-client/models/sso_security_level.rb +++ b/client/lib/fastcomments-client/models/sso_security_level.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/tenant_hash_tag.rb b/client/lib/fastcomments-client/models/tenant_hash_tag.rb index 7017c77..b23edb9 100644 --- a/client/lib/fastcomments-client/models/tenant_hash_tag.rb +++ b/client/lib/fastcomments-client/models/tenant_hash_tag.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/tenant_package.rb b/client/lib/fastcomments-client/models/tenant_package.rb index 9734489..dc8bfba 100644 --- a/client/lib/fastcomments-client/models/tenant_package.rb +++ b/client/lib/fastcomments-client/models/tenant_package.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/un_block_comment_public200_response.rb b/client/lib/fastcomments-client/models/un_block_comment_public200_response.rb index 4e0643b..d24fd69 100644 --- a/client/lib/fastcomments-client/models/un_block_comment_public200_response.rb +++ b/client/lib/fastcomments-client/models/un_block_comment_public200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/un_block_from_comment_params.rb b/client/lib/fastcomments-client/models/un_block_from_comment_params.rb index 97b957c..3334ea0 100644 --- a/client/lib/fastcomments-client/models/un_block_from_comment_params.rb +++ b/client/lib/fastcomments-client/models/un_block_from_comment_params.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/unblock_success.rb b/client/lib/fastcomments-client/models/unblock_success.rb index 466488c..a4aea6d 100644 --- a/client/lib/fastcomments-client/models/unblock_success.rb +++ b/client/lib/fastcomments-client/models/unblock_success.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/updatable_comment_params.rb b/client/lib/fastcomments-client/models/updatable_comment_params.rb index 61361d7..97a6a70 100644 --- a/client/lib/fastcomments-client/models/updatable_comment_params.rb +++ b/client/lib/fastcomments-client/models/updatable_comment_params.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/update_api_page_data.rb b/client/lib/fastcomments-client/models/update_api_page_data.rb index 06041f9..16f4435 100644 --- a/client/lib/fastcomments-client/models/update_api_page_data.rb +++ b/client/lib/fastcomments-client/models/update_api_page_data.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/update_apisso_user_data.rb b/client/lib/fastcomments-client/models/update_apisso_user_data.rb index bfd1225..7869a1e 100644 --- a/client/lib/fastcomments-client/models/update_apisso_user_data.rb +++ b/client/lib/fastcomments-client/models/update_apisso_user_data.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/update_domain_config_params.rb b/client/lib/fastcomments-client/models/update_domain_config_params.rb index 4cc4a64..1ad5be0 100644 --- a/client/lib/fastcomments-client/models/update_domain_config_params.rb +++ b/client/lib/fastcomments-client/models/update_domain_config_params.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/update_email_template_body.rb b/client/lib/fastcomments-client/models/update_email_template_body.rb index c08f09c..3c7cde5 100644 --- a/client/lib/fastcomments-client/models/update_email_template_body.rb +++ b/client/lib/fastcomments-client/models/update_email_template_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/update_feed_post_params.rb b/client/lib/fastcomments-client/models/update_feed_post_params.rb index 63f911f..2f2e5d6 100644 --- a/client/lib/fastcomments-client/models/update_feed_post_params.rb +++ b/client/lib/fastcomments-client/models/update_feed_post_params.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/update_hash_tag_body.rb b/client/lib/fastcomments-client/models/update_hash_tag_body.rb index 42fc603..09a3c76 100644 --- a/client/lib/fastcomments-client/models/update_hash_tag_body.rb +++ b/client/lib/fastcomments-client/models/update_hash_tag_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/update_hash_tag_response.rb b/client/lib/fastcomments-client/models/update_hash_tag_response.rb index 0fb13f9..c7ed9f0 100644 --- a/client/lib/fastcomments-client/models/update_hash_tag_response.rb +++ b/client/lib/fastcomments-client/models/update_hash_tag_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/update_moderator_body.rb b/client/lib/fastcomments-client/models/update_moderator_body.rb index 8f82e4d..cc0f0bf 100644 --- a/client/lib/fastcomments-client/models/update_moderator_body.rb +++ b/client/lib/fastcomments-client/models/update_moderator_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/update_notification_body.rb b/client/lib/fastcomments-client/models/update_notification_body.rb index 8d5c56d..ed34543 100644 --- a/client/lib/fastcomments-client/models/update_notification_body.rb +++ b/client/lib/fastcomments-client/models/update_notification_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/update_question_config_body.rb b/client/lib/fastcomments-client/models/update_question_config_body.rb index a0ad2e6..26f335f 100644 --- a/client/lib/fastcomments-client/models/update_question_config_body.rb +++ b/client/lib/fastcomments-client/models/update_question_config_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/update_question_result_body.rb b/client/lib/fastcomments-client/models/update_question_result_body.rb index 03a051d..34c0900 100644 --- a/client/lib/fastcomments-client/models/update_question_result_body.rb +++ b/client/lib/fastcomments-client/models/update_question_result_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/update_tenant_body.rb b/client/lib/fastcomments-client/models/update_tenant_body.rb index a54bec6..62e6c9f 100644 --- a/client/lib/fastcomments-client/models/update_tenant_body.rb +++ b/client/lib/fastcomments-client/models/update_tenant_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/update_tenant_package_body.rb b/client/lib/fastcomments-client/models/update_tenant_package_body.rb index 3eba6f7..afe8061 100644 --- a/client/lib/fastcomments-client/models/update_tenant_package_body.rb +++ b/client/lib/fastcomments-client/models/update_tenant_package_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/update_tenant_user_body.rb b/client/lib/fastcomments-client/models/update_tenant_user_body.rb index dd3240a..0563e72 100644 --- a/client/lib/fastcomments-client/models/update_tenant_user_body.rb +++ b/client/lib/fastcomments-client/models/update_tenant_user_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/update_user_badge200_response.rb b/client/lib/fastcomments-client/models/update_user_badge200_response.rb index 8e458c3..2e92875 100644 --- a/client/lib/fastcomments-client/models/update_user_badge200_response.rb +++ b/client/lib/fastcomments-client/models/update_user_badge200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/update_user_badge_params.rb b/client/lib/fastcomments-client/models/update_user_badge_params.rb index 98e27a8..b0ff5e0 100644 --- a/client/lib/fastcomments-client/models/update_user_badge_params.rb +++ b/client/lib/fastcomments-client/models/update_user_badge_params.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/update_user_notification_status200_response.rb b/client/lib/fastcomments-client/models/update_user_notification_status200_response.rb index 30003bc..eb50f4e 100644 --- a/client/lib/fastcomments-client/models/update_user_notification_status200_response.rb +++ b/client/lib/fastcomments-client/models/update_user_notification_status200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/upload_image_response.rb b/client/lib/fastcomments-client/models/upload_image_response.rb index cd65a08..768b3e1 100644 --- a/client/lib/fastcomments-client/models/upload_image_response.rb +++ b/client/lib/fastcomments-client/models/upload_image_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/user.rb b/client/lib/fastcomments-client/models/user.rb index 5d37fc7..5915f8e 100644 --- a/client/lib/fastcomments-client/models/user.rb +++ b/client/lib/fastcomments-client/models/user.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/user_badge.rb b/client/lib/fastcomments-client/models/user_badge.rb index cb4dceb..d62fbdc 100644 --- a/client/lib/fastcomments-client/models/user_badge.rb +++ b/client/lib/fastcomments-client/models/user_badge.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/user_badge_progress.rb b/client/lib/fastcomments-client/models/user_badge_progress.rb index 109a788..b22429e 100644 --- a/client/lib/fastcomments-client/models/user_badge_progress.rb +++ b/client/lib/fastcomments-client/models/user_badge_progress.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/user_notification.rb b/client/lib/fastcomments-client/models/user_notification.rb index 3801633..a5ff5a9 100644 --- a/client/lib/fastcomments-client/models/user_notification.rb +++ b/client/lib/fastcomments-client/models/user_notification.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/user_notification_count.rb b/client/lib/fastcomments-client/models/user_notification_count.rb index 9a0ced4..975d1fe 100644 --- a/client/lib/fastcomments-client/models/user_notification_count.rb +++ b/client/lib/fastcomments-client/models/user_notification_count.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/user_notification_write_response.rb b/client/lib/fastcomments-client/models/user_notification_write_response.rb index fa5b590..dee2dde 100644 --- a/client/lib/fastcomments-client/models/user_notification_write_response.rb +++ b/client/lib/fastcomments-client/models/user_notification_write_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/user_presence_data.rb b/client/lib/fastcomments-client/models/user_presence_data.rb index c5eb3af..4705289 100644 --- a/client/lib/fastcomments-client/models/user_presence_data.rb +++ b/client/lib/fastcomments-client/models/user_presence_data.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/user_reacts_response.rb b/client/lib/fastcomments-client/models/user_reacts_response.rb index 9cd96dc..0afe10e 100644 --- a/client/lib/fastcomments-client/models/user_reacts_response.rb +++ b/client/lib/fastcomments-client/models/user_reacts_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/user_search_result.rb b/client/lib/fastcomments-client/models/user_search_result.rb index 72d7d13..502a5b2 100644 --- a/client/lib/fastcomments-client/models/user_search_result.rb +++ b/client/lib/fastcomments-client/models/user_search_result.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/user_session_info.rb b/client/lib/fastcomments-client/models/user_session_info.rb index 4501279..b40fc48 100644 --- a/client/lib/fastcomments-client/models/user_session_info.rb +++ b/client/lib/fastcomments-client/models/user_session_info.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/vote_body_params.rb b/client/lib/fastcomments-client/models/vote_body_params.rb index 475e40e..465833e 100644 --- a/client/lib/fastcomments-client/models/vote_body_params.rb +++ b/client/lib/fastcomments-client/models/vote_body_params.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/vote_comment200_response.rb b/client/lib/fastcomments-client/models/vote_comment200_response.rb index 24dcceb..1c93755 100644 --- a/client/lib/fastcomments-client/models/vote_comment200_response.rb +++ b/client/lib/fastcomments-client/models/vote_comment200_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/vote_delete_response.rb b/client/lib/fastcomments-client/models/vote_delete_response.rb index 95e38cb..fc3ef49 100644 --- a/client/lib/fastcomments-client/models/vote_delete_response.rb +++ b/client/lib/fastcomments-client/models/vote_delete_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/vote_response.rb b/client/lib/fastcomments-client/models/vote_response.rb index 3a40906..bc12464 100644 --- a/client/lib/fastcomments-client/models/vote_response.rb +++ b/client/lib/fastcomments-client/models/vote_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/vote_response_user.rb b/client/lib/fastcomments-client/models/vote_response_user.rb index 0ea0f6a..ea6f993 100644 --- a/client/lib/fastcomments-client/models/vote_response_user.rb +++ b/client/lib/fastcomments-client/models/vote_response_user.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/models/vote_style.rb b/client/lib/fastcomments-client/models/vote_style.rb index 8a17b53..d3d364b 100644 --- a/client/lib/fastcomments-client/models/vote_style.rb +++ b/client/lib/fastcomments-client/models/vote_style.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/lib/fastcomments-client/version.rb b/client/lib/fastcomments-client/version.rb index 3346ef3..832cf83 100644 --- a/client/lib/fastcomments-client/version.rb +++ b/client/lib/fastcomments-client/version.rb @@ -6,10 +6,10 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end module FastCommentsClient - VERSION = '1.0.0' + VERSION = '1.2.0' end diff --git a/client/spec/api/default_api_spec.rb b/client/spec/api/default_api_spec.rb index 21ad193..3189bb2 100644 --- a/client/spec/api/default_api_spec.rb +++ b/client/spec/api/default_api_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end @@ -282,7 +282,7 @@ # @param [Hash] opts the optional parameters # @option opts [String] :user_id # @option opts [String] :anon_user_id - # @return [CreateVote200Response] + # @return [VoteComment200Response] describe 'create_vote test' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ @@ -492,7 +492,7 @@ # @param id # @param [Hash] opts the optional parameters # @option opts [String] :edit_key - # @return [DeleteVote200Response] + # @return [DeleteCommentVote200Response] describe 'delete_vote test' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/client/spec/api/public_api_spec.rb b/client/spec/api/public_api_spec.rb index fa52b4c..363a136 100644 --- a/client/spec/api/public_api_spec.rb +++ b/client/spec/api/public_api_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/add_domain_config200_response_any_of_spec.rb b/client/spec/models/add_domain_config200_response_any_of_spec.rb index 7249e3a..4df3881 100644 --- a/client/spec/models/add_domain_config200_response_any_of_spec.rb +++ b/client/spec/models/add_domain_config200_response_any_of_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/add_domain_config200_response_spec.rb b/client/spec/models/add_domain_config200_response_spec.rb index eee67cd..dbfa640 100644 --- a/client/spec/models/add_domain_config200_response_spec.rb +++ b/client/spec/models/add_domain_config200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/add_domain_config_params_spec.rb b/client/spec/models/add_domain_config_params_spec.rb index 794017f..b53a77f 100644 --- a/client/spec/models/add_domain_config_params_spec.rb +++ b/client/spec/models/add_domain_config_params_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/add_hash_tag200_response_spec.rb b/client/spec/models/add_hash_tag200_response_spec.rb index 8b41c35..a33d655 100644 --- a/client/spec/models/add_hash_tag200_response_spec.rb +++ b/client/spec/models/add_hash_tag200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/add_hash_tags_bulk200_response_spec.rb b/client/spec/models/add_hash_tags_bulk200_response_spec.rb index fd95b42..f6a6951 100644 --- a/client/spec/models/add_hash_tags_bulk200_response_spec.rb +++ b/client/spec/models/add_hash_tags_bulk200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/add_page_api_response_spec.rb b/client/spec/models/add_page_api_response_spec.rb index 22c6190..3af3738 100644 --- a/client/spec/models/add_page_api_response_spec.rb +++ b/client/spec/models/add_page_api_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/add_sso_user_api_response_spec.rb b/client/spec/models/add_sso_user_api_response_spec.rb index d699456..d477a1f 100644 --- a/client/spec/models/add_sso_user_api_response_spec.rb +++ b/client/spec/models/add_sso_user_api_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/aggregate_question_results200_response_spec.rb b/client/spec/models/aggregate_question_results200_response_spec.rb index c9298c5..e88b377 100644 --- a/client/spec/models/aggregate_question_results200_response_spec.rb +++ b/client/spec/models/aggregate_question_results200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/aggregate_question_results_response_spec.rb b/client/spec/models/aggregate_question_results_response_spec.rb index a7dfb3c..1380016 100644 --- a/client/spec/models/aggregate_question_results_response_spec.rb +++ b/client/spec/models/aggregate_question_results_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/aggregate_time_bucket_spec.rb b/client/spec/models/aggregate_time_bucket_spec.rb index f382d62..6eadcdf 100644 --- a/client/spec/models/aggregate_time_bucket_spec.rb +++ b/client/spec/models/aggregate_time_bucket_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/aggregation_item_spec.rb b/client/spec/models/aggregation_item_spec.rb index 70d612b..c1531c3 100644 --- a/client/spec/models/aggregation_item_spec.rb +++ b/client/spec/models/aggregation_item_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/aggregation_op_type_spec.rb b/client/spec/models/aggregation_op_type_spec.rb index 939400c..5ffd3ae 100644 --- a/client/spec/models/aggregation_op_type_spec.rb +++ b/client/spec/models/aggregation_op_type_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/aggregation_operation_spec.rb b/client/spec/models/aggregation_operation_spec.rb index 7c04e2a..ddd21d6 100644 --- a/client/spec/models/aggregation_operation_spec.rb +++ b/client/spec/models/aggregation_operation_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/aggregation_request_sort_spec.rb b/client/spec/models/aggregation_request_sort_spec.rb index 6dc8a7a..bfdaf2f 100644 --- a/client/spec/models/aggregation_request_sort_spec.rb +++ b/client/spec/models/aggregation_request_sort_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/aggregation_request_spec.rb b/client/spec/models/aggregation_request_spec.rb index c9bc082..ae7ae65 100644 --- a/client/spec/models/aggregation_request_spec.rb +++ b/client/spec/models/aggregation_request_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/aggregation_response_spec.rb b/client/spec/models/aggregation_response_spec.rb index d43abf7..23320e4 100644 --- a/client/spec/models/aggregation_response_spec.rb +++ b/client/spec/models/aggregation_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/aggregation_response_stats_spec.rb b/client/spec/models/aggregation_response_stats_spec.rb index 1d1bee1..a7aecdc 100644 --- a/client/spec/models/aggregation_response_stats_spec.rb +++ b/client/spec/models/aggregation_response_stats_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/aggregation_value_spec.rb b/client/spec/models/aggregation_value_spec.rb index d5ce641..579b26b 100644 --- a/client/spec/models/aggregation_value_spec.rb +++ b/client/spec/models/aggregation_value_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/api_audit_log_spec.rb b/client/spec/models/api_audit_log_spec.rb index 1e2d0e0..82fc2d2 100644 --- a/client/spec/models/api_audit_log_spec.rb +++ b/client/spec/models/api_audit_log_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/api_comment_base_spec.rb b/client/spec/models/api_comment_base_spec.rb index 6708d50..a63908b 100644 --- a/client/spec/models/api_comment_base_spec.rb +++ b/client/spec/models/api_comment_base_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/api_comment_spec.rb b/client/spec/models/api_comment_spec.rb index 5e6ac4b..d5395e0 100644 --- a/client/spec/models/api_comment_spec.rb +++ b/client/spec/models/api_comment_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/api_create_user_badge_response_spec.rb b/client/spec/models/api_create_user_badge_response_spec.rb index 5f887d7..a10bfdb 100644 --- a/client/spec/models/api_create_user_badge_response_spec.rb +++ b/client/spec/models/api_create_user_badge_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/api_domain_configuration_spec.rb b/client/spec/models/api_domain_configuration_spec.rb index 9be7ade..a2c61be 100644 --- a/client/spec/models/api_domain_configuration_spec.rb +++ b/client/spec/models/api_domain_configuration_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/api_empty_response_spec.rb b/client/spec/models/api_empty_response_spec.rb index 97a78bc..1886570 100644 --- a/client/spec/models/api_empty_response_spec.rb +++ b/client/spec/models/api_empty_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/api_empty_success_response_spec.rb b/client/spec/models/api_empty_success_response_spec.rb index be2fecd..25b3cd0 100644 --- a/client/spec/models/api_empty_success_response_spec.rb +++ b/client/spec/models/api_empty_success_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/api_error_spec.rb b/client/spec/models/api_error_spec.rb index b659443..17d8f25 100644 --- a/client/spec/models/api_error_spec.rb +++ b/client/spec/models/api_error_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/api_get_comment_response_spec.rb b/client/spec/models/api_get_comment_response_spec.rb index 07669f0..5c0b9dc 100644 --- a/client/spec/models/api_get_comment_response_spec.rb +++ b/client/spec/models/api_get_comment_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/api_get_comments_response_spec.rb b/client/spec/models/api_get_comments_response_spec.rb index 6b80eef..1c810fe 100644 --- a/client/spec/models/api_get_comments_response_spec.rb +++ b/client/spec/models/api_get_comments_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/api_get_user_badge_progress_list_response_spec.rb b/client/spec/models/api_get_user_badge_progress_list_response_spec.rb index c0c021e..e1ac1ae 100644 --- a/client/spec/models/api_get_user_badge_progress_list_response_spec.rb +++ b/client/spec/models/api_get_user_badge_progress_list_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/api_get_user_badge_progress_response_spec.rb b/client/spec/models/api_get_user_badge_progress_response_spec.rb index b23e606..1e7ff49 100644 --- a/client/spec/models/api_get_user_badge_progress_response_spec.rb +++ b/client/spec/models/api_get_user_badge_progress_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/api_get_user_badge_response_spec.rb b/client/spec/models/api_get_user_badge_response_spec.rb index a9a0d17..9dffce2 100644 --- a/client/spec/models/api_get_user_badge_response_spec.rb +++ b/client/spec/models/api_get_user_badge_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/api_get_user_badges_response_spec.rb b/client/spec/models/api_get_user_badges_response_spec.rb index 3e9efb7..122eea2 100644 --- a/client/spec/models/api_get_user_badges_response_spec.rb +++ b/client/spec/models/api_get_user_badges_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/api_page_spec.rb b/client/spec/models/api_page_spec.rb index f8cc80d..9592a30 100644 --- a/client/spec/models/api_page_spec.rb +++ b/client/spec/models/api_page_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/api_status_spec.rb b/client/spec/models/api_status_spec.rb index 31e2420..8a6ef4a 100644 --- a/client/spec/models/api_status_spec.rb +++ b/client/spec/models/api_status_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/api_tenant_daily_usage_spec.rb b/client/spec/models/api_tenant_daily_usage_spec.rb index 82ab3cd..9cb824b 100644 --- a/client/spec/models/api_tenant_daily_usage_spec.rb +++ b/client/spec/models/api_tenant_daily_usage_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/api_tenant_spec.rb b/client/spec/models/api_tenant_spec.rb index a416486..8fc6685 100644 --- a/client/spec/models/api_tenant_spec.rb +++ b/client/spec/models/api_tenant_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/api_user_subscription_spec.rb b/client/spec/models/api_user_subscription_spec.rb index 3b291ea..1f46c65 100644 --- a/client/spec/models/api_user_subscription_spec.rb +++ b/client/spec/models/api_user_subscription_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/apisso_user_spec.rb b/client/spec/models/apisso_user_spec.rb index 4b8f517..21c311b 100644 --- a/client/spec/models/apisso_user_spec.rb +++ b/client/spec/models/apisso_user_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/billing_info_spec.rb b/client/spec/models/billing_info_spec.rb index 8529de6..e408507 100644 --- a/client/spec/models/billing_info_spec.rb +++ b/client/spec/models/billing_info_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/block_from_comment_params_spec.rb b/client/spec/models/block_from_comment_params_spec.rb index 2d3dd57..a7b0c70 100644 --- a/client/spec/models/block_from_comment_params_spec.rb +++ b/client/spec/models/block_from_comment_params_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/block_from_comment_public200_response_spec.rb b/client/spec/models/block_from_comment_public200_response_spec.rb index 3513a40..1b5db54 100644 --- a/client/spec/models/block_from_comment_public200_response_spec.rb +++ b/client/spec/models/block_from_comment_public200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/block_success_spec.rb b/client/spec/models/block_success_spec.rb index 8ff7ae5..9769290 100644 --- a/client/spec/models/block_success_spec.rb +++ b/client/spec/models/block_success_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/bulk_aggregate_question_item_spec.rb b/client/spec/models/bulk_aggregate_question_item_spec.rb index c7268a0..98c8274 100644 --- a/client/spec/models/bulk_aggregate_question_item_spec.rb +++ b/client/spec/models/bulk_aggregate_question_item_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/bulk_aggregate_question_results200_response_spec.rb b/client/spec/models/bulk_aggregate_question_results200_response_spec.rb index 869c62a..cbe0781 100644 --- a/client/spec/models/bulk_aggregate_question_results200_response_spec.rb +++ b/client/spec/models/bulk_aggregate_question_results200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/bulk_aggregate_question_results_request_spec.rb b/client/spec/models/bulk_aggregate_question_results_request_spec.rb index e952ec5..5d9e05a 100644 --- a/client/spec/models/bulk_aggregate_question_results_request_spec.rb +++ b/client/spec/models/bulk_aggregate_question_results_request_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/bulk_aggregate_question_results_response_spec.rb b/client/spec/models/bulk_aggregate_question_results_response_spec.rb index 72a51db..3b488fb 100644 --- a/client/spec/models/bulk_aggregate_question_results_response_spec.rb +++ b/client/spec/models/bulk_aggregate_question_results_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/bulk_create_hash_tags_body_spec.rb b/client/spec/models/bulk_create_hash_tags_body_spec.rb index 2b061a9..d4801dc 100644 --- a/client/spec/models/bulk_create_hash_tags_body_spec.rb +++ b/client/spec/models/bulk_create_hash_tags_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/bulk_create_hash_tags_body_tags_inner_spec.rb b/client/spec/models/bulk_create_hash_tags_body_tags_inner_spec.rb index f46866d..3ad1222 100644 --- a/client/spec/models/bulk_create_hash_tags_body_tags_inner_spec.rb +++ b/client/spec/models/bulk_create_hash_tags_body_tags_inner_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/bulk_create_hash_tags_response_spec.rb b/client/spec/models/bulk_create_hash_tags_response_spec.rb index ea57a49..28971ff 100644 --- a/client/spec/models/bulk_create_hash_tags_response_spec.rb +++ b/client/spec/models/bulk_create_hash_tags_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/change_comment_pin_status_response_spec.rb b/client/spec/models/change_comment_pin_status_response_spec.rb index 4f9aa30..4a17828 100644 --- a/client/spec/models/change_comment_pin_status_response_spec.rb +++ b/client/spec/models/change_comment_pin_status_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/check_blocked_comments_response_spec.rb b/client/spec/models/check_blocked_comments_response_spec.rb index 702113b..9055bd3 100644 --- a/client/spec/models/check_blocked_comments_response_spec.rb +++ b/client/spec/models/check_blocked_comments_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/checked_comments_for_blocked200_response_spec.rb b/client/spec/models/checked_comments_for_blocked200_response_spec.rb index 36ed823..1e5a414 100644 --- a/client/spec/models/checked_comments_for_blocked200_response_spec.rb +++ b/client/spec/models/checked_comments_for_blocked200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/combine_comments_with_question_results200_response_spec.rb b/client/spec/models/combine_comments_with_question_results200_response_spec.rb index 1426adb..73e90c6 100644 --- a/client/spec/models/combine_comments_with_question_results200_response_spec.rb +++ b/client/spec/models/combine_comments_with_question_results200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/combine_question_results_with_comments_response_spec.rb b/client/spec/models/combine_question_results_with_comments_response_spec.rb index efd19c0..240a3e3 100644 --- a/client/spec/models/combine_question_results_with_comments_response_spec.rb +++ b/client/spec/models/combine_question_results_with_comments_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/comment_data_spec.rb b/client/spec/models/comment_data_spec.rb index 8f02f01..99b73eb 100644 --- a/client/spec/models/comment_data_spec.rb +++ b/client/spec/models/comment_data_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/comment_html_rendering_mode_spec.rb b/client/spec/models/comment_html_rendering_mode_spec.rb index fda8cfe..cd09d34 100644 --- a/client/spec/models/comment_html_rendering_mode_spec.rb +++ b/client/spec/models/comment_html_rendering_mode_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/comment_log_data_spec.rb b/client/spec/models/comment_log_data_spec.rb index 81107b9..93bf369 100644 --- a/client/spec/models/comment_log_data_spec.rb +++ b/client/spec/models/comment_log_data_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/comment_log_entry_spec.rb b/client/spec/models/comment_log_entry_spec.rb index cf6ac67..678243b 100644 --- a/client/spec/models/comment_log_entry_spec.rb +++ b/client/spec/models/comment_log_entry_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/comment_log_type_spec.rb b/client/spec/models/comment_log_type_spec.rb index b7f6f4f..60d8689 100644 --- a/client/spec/models/comment_log_type_spec.rb +++ b/client/spec/models/comment_log_type_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/comment_question_results_rendering_type_spec.rb b/client/spec/models/comment_question_results_rendering_type_spec.rb index d170169..0c84c3e 100644 --- a/client/spec/models/comment_question_results_rendering_type_spec.rb +++ b/client/spec/models/comment_question_results_rendering_type_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/comment_questions_required_spec.rb b/client/spec/models/comment_questions_required_spec.rb index ca56ba1..f92cf19 100644 --- a/client/spec/models/comment_questions_required_spec.rb +++ b/client/spec/models/comment_questions_required_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/comment_text_update_request_spec.rb b/client/spec/models/comment_text_update_request_spec.rb index 7d39a62..bcb67f7 100644 --- a/client/spec/models/comment_text_update_request_spec.rb +++ b/client/spec/models/comment_text_update_request_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/comment_thread_deletion_mode_spec.rb b/client/spec/models/comment_thread_deletion_mode_spec.rb index 5a131b7..4175091 100644 --- a/client/spec/models/comment_thread_deletion_mode_spec.rb +++ b/client/spec/models/comment_thread_deletion_mode_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/comment_user_badge_info_spec.rb b/client/spec/models/comment_user_badge_info_spec.rb index 313f3c7..0d9cd42 100644 --- a/client/spec/models/comment_user_badge_info_spec.rb +++ b/client/spec/models/comment_user_badge_info_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/comment_user_hash_tag_info_spec.rb b/client/spec/models/comment_user_hash_tag_info_spec.rb index 417833a..d2ef661 100644 --- a/client/spec/models/comment_user_hash_tag_info_spec.rb +++ b/client/spec/models/comment_user_hash_tag_info_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/comment_user_mention_info_spec.rb b/client/spec/models/comment_user_mention_info_spec.rb index 46164ef..2e77f37 100644 --- a/client/spec/models/comment_user_mention_info_spec.rb +++ b/client/spec/models/comment_user_mention_info_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/commenter_name_formats_spec.rb b/client/spec/models/commenter_name_formats_spec.rb index bcd06bb..22457d8 100644 --- a/client/spec/models/commenter_name_formats_spec.rb +++ b/client/spec/models/commenter_name_formats_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/create_api_page_data_spec.rb b/client/spec/models/create_api_page_data_spec.rb index 040378c..c5fa087 100644 --- a/client/spec/models/create_api_page_data_spec.rb +++ b/client/spec/models/create_api_page_data_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/create_api_user_subscription_data_spec.rb b/client/spec/models/create_api_user_subscription_data_spec.rb index 8d5e3d8..3694733 100644 --- a/client/spec/models/create_api_user_subscription_data_spec.rb +++ b/client/spec/models/create_api_user_subscription_data_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/create_apisso_user_data_spec.rb b/client/spec/models/create_apisso_user_data_spec.rb index 1fda4ab..8261c4e 100644 --- a/client/spec/models/create_apisso_user_data_spec.rb +++ b/client/spec/models/create_apisso_user_data_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/create_comment_params_spec.rb b/client/spec/models/create_comment_params_spec.rb index 5db22dc..8a0e87d 100644 --- a/client/spec/models/create_comment_params_spec.rb +++ b/client/spec/models/create_comment_params_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/create_comment_public200_response_spec.rb b/client/spec/models/create_comment_public200_response_spec.rb index 4d3b307..fbf4f54 100644 --- a/client/spec/models/create_comment_public200_response_spec.rb +++ b/client/spec/models/create_comment_public200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/create_email_template200_response_spec.rb b/client/spec/models/create_email_template200_response_spec.rb index 9541096..e587516 100644 --- a/client/spec/models/create_email_template200_response_spec.rb +++ b/client/spec/models/create_email_template200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/create_email_template_body_spec.rb b/client/spec/models/create_email_template_body_spec.rb index 742aab6..5c5a828 100644 --- a/client/spec/models/create_email_template_body_spec.rb +++ b/client/spec/models/create_email_template_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/create_email_template_response_spec.rb b/client/spec/models/create_email_template_response_spec.rb index 6756c29..a52badc 100644 --- a/client/spec/models/create_email_template_response_spec.rb +++ b/client/spec/models/create_email_template_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/create_feed_post200_response_spec.rb b/client/spec/models/create_feed_post200_response_spec.rb index f2ecc86..771b2b1 100644 --- a/client/spec/models/create_feed_post200_response_spec.rb +++ b/client/spec/models/create_feed_post200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/create_feed_post_params_spec.rb b/client/spec/models/create_feed_post_params_spec.rb index 2261194..816e56a 100644 --- a/client/spec/models/create_feed_post_params_spec.rb +++ b/client/spec/models/create_feed_post_params_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/create_feed_post_public200_response_spec.rb b/client/spec/models/create_feed_post_public200_response_spec.rb index 4bb70d6..948a56c 100644 --- a/client/spec/models/create_feed_post_public200_response_spec.rb +++ b/client/spec/models/create_feed_post_public200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/create_feed_post_response_spec.rb b/client/spec/models/create_feed_post_response_spec.rb index 3386f9c..312b40a 100644 --- a/client/spec/models/create_feed_post_response_spec.rb +++ b/client/spec/models/create_feed_post_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/create_feed_posts_response_spec.rb b/client/spec/models/create_feed_posts_response_spec.rb index 3b9df4d..4c5bf9e 100644 --- a/client/spec/models/create_feed_posts_response_spec.rb +++ b/client/spec/models/create_feed_posts_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/create_hash_tag_body_spec.rb b/client/spec/models/create_hash_tag_body_spec.rb index 6329f1b..28af415 100644 --- a/client/spec/models/create_hash_tag_body_spec.rb +++ b/client/spec/models/create_hash_tag_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/create_hash_tag_response_spec.rb b/client/spec/models/create_hash_tag_response_spec.rb index 4ce0c06..7cce275 100644 --- a/client/spec/models/create_hash_tag_response_spec.rb +++ b/client/spec/models/create_hash_tag_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/create_moderator200_response_spec.rb b/client/spec/models/create_moderator200_response_spec.rb index 1cfc362..d96746d 100644 --- a/client/spec/models/create_moderator200_response_spec.rb +++ b/client/spec/models/create_moderator200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/create_moderator_body_spec.rb b/client/spec/models/create_moderator_body_spec.rb index 96b5e82..bc3e85e 100644 --- a/client/spec/models/create_moderator_body_spec.rb +++ b/client/spec/models/create_moderator_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/create_moderator_response_spec.rb b/client/spec/models/create_moderator_response_spec.rb index fbd6f30..3b39d4d 100644 --- a/client/spec/models/create_moderator_response_spec.rb +++ b/client/spec/models/create_moderator_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/create_question_config200_response_spec.rb b/client/spec/models/create_question_config200_response_spec.rb index db508ad..20429e3 100644 --- a/client/spec/models/create_question_config200_response_spec.rb +++ b/client/spec/models/create_question_config200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/create_question_config_body_spec.rb b/client/spec/models/create_question_config_body_spec.rb index d316ec8..227a3b9 100644 --- a/client/spec/models/create_question_config_body_spec.rb +++ b/client/spec/models/create_question_config_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/create_question_config_response_spec.rb b/client/spec/models/create_question_config_response_spec.rb index f431559..390e4b2 100644 --- a/client/spec/models/create_question_config_response_spec.rb +++ b/client/spec/models/create_question_config_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/create_question_result200_response_spec.rb b/client/spec/models/create_question_result200_response_spec.rb index 0971bb7..02c2ef4 100644 --- a/client/spec/models/create_question_result200_response_spec.rb +++ b/client/spec/models/create_question_result200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/create_question_result_body_spec.rb b/client/spec/models/create_question_result_body_spec.rb index d0c3bad..215e9d9 100644 --- a/client/spec/models/create_question_result_body_spec.rb +++ b/client/spec/models/create_question_result_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/create_question_result_response_spec.rb b/client/spec/models/create_question_result_response_spec.rb index 9911c8e..8132997 100644 --- a/client/spec/models/create_question_result_response_spec.rb +++ b/client/spec/models/create_question_result_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/create_subscription_api_response_spec.rb b/client/spec/models/create_subscription_api_response_spec.rb index d801e6f..54dcd82 100644 --- a/client/spec/models/create_subscription_api_response_spec.rb +++ b/client/spec/models/create_subscription_api_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/create_tenant200_response_spec.rb b/client/spec/models/create_tenant200_response_spec.rb index 55bc226..f38d880 100644 --- a/client/spec/models/create_tenant200_response_spec.rb +++ b/client/spec/models/create_tenant200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/create_tenant_body_spec.rb b/client/spec/models/create_tenant_body_spec.rb index 53c99d4..5499426 100644 --- a/client/spec/models/create_tenant_body_spec.rb +++ b/client/spec/models/create_tenant_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/create_tenant_package200_response_spec.rb b/client/spec/models/create_tenant_package200_response_spec.rb index 5bb89f1..cb1734a 100644 --- a/client/spec/models/create_tenant_package200_response_spec.rb +++ b/client/spec/models/create_tenant_package200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/create_tenant_package_body_spec.rb b/client/spec/models/create_tenant_package_body_spec.rb index ead1c17..8a562b5 100644 --- a/client/spec/models/create_tenant_package_body_spec.rb +++ b/client/spec/models/create_tenant_package_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/create_tenant_package_response_spec.rb b/client/spec/models/create_tenant_package_response_spec.rb index 8314791..fb0125b 100644 --- a/client/spec/models/create_tenant_package_response_spec.rb +++ b/client/spec/models/create_tenant_package_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/create_tenant_response_spec.rb b/client/spec/models/create_tenant_response_spec.rb index 99fa7f1..7937cd2 100644 --- a/client/spec/models/create_tenant_response_spec.rb +++ b/client/spec/models/create_tenant_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/create_tenant_user200_response_spec.rb b/client/spec/models/create_tenant_user200_response_spec.rb index 8a434fc..b8ee2d9 100644 --- a/client/spec/models/create_tenant_user200_response_spec.rb +++ b/client/spec/models/create_tenant_user200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/create_tenant_user_body_spec.rb b/client/spec/models/create_tenant_user_body_spec.rb index aa47d3c..c1abbe2 100644 --- a/client/spec/models/create_tenant_user_body_spec.rb +++ b/client/spec/models/create_tenant_user_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/create_tenant_user_response_spec.rb b/client/spec/models/create_tenant_user_response_spec.rb index a626de7..08e9dd7 100644 --- a/client/spec/models/create_tenant_user_response_spec.rb +++ b/client/spec/models/create_tenant_user_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/create_user_badge200_response_spec.rb b/client/spec/models/create_user_badge200_response_spec.rb index f04bac5..5ec8f44 100644 --- a/client/spec/models/create_user_badge200_response_spec.rb +++ b/client/spec/models/create_user_badge200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/create_user_badge_params_spec.rb b/client/spec/models/create_user_badge_params_spec.rb index 5cd6993..b89b7cc 100644 --- a/client/spec/models/create_user_badge_params_spec.rb +++ b/client/spec/models/create_user_badge_params_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/create_vote200_response_spec.rb b/client/spec/models/create_vote200_response_spec.rb deleted file mode 100644 index 19c21e5..0000000 --- a/client/spec/models/create_vote200_response_spec.rb +++ /dev/null @@ -1,21 +0,0 @@ -=begin -#fastcomments - -#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - -The version of the OpenAPI document: 0.0.0 - -Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT - -=end - -require 'spec_helper' -require 'json' -require 'date' - -# Unit tests for FastCommentsClient::CreateVote200Response -# Automatically generated by openapi-generator (https://openapi-generator.tech) -# Please update as you see appropriate -describe FastCommentsClient::CreateVote200Response do -end diff --git a/client/spec/models/create_vote_response_spec.rb b/client/spec/models/create_vote_response_spec.rb deleted file mode 100644 index 961257b..0000000 --- a/client/spec/models/create_vote_response_spec.rb +++ /dev/null @@ -1,36 +0,0 @@ -=begin -#fastcomments - -#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - -The version of the OpenAPI document: 0.0.0 - -Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT - -=end - -require 'spec_helper' -require 'json' -require 'date' - -# Unit tests for FastCommentsClient::CreateVoteResponse -# Automatically generated by openapi-generator (https://openapi-generator.tech) -# Please update as you see appropriate -describe FastCommentsClient::CreateVoteResponse do - #let(:instance) { FastCommentsClient::CreateVoteResponse.new } - - describe 'test an instance of CreateVoteResponse' do - it 'should create an instance of CreateVoteResponse' do - # uncomment below to test the instance creation - #expect(instance).to be_instance_of(FastCommentsClient::CreateVoteResponse) - end - end - - describe 'test attribute "status"' do - it 'should work' do - # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ - end - end - -end diff --git a/client/spec/models/custom_config_parameters_spec.rb b/client/spec/models/custom_config_parameters_spec.rb index 058d50a..6c2bd38 100644 --- a/client/spec/models/custom_config_parameters_spec.rb +++ b/client/spec/models/custom_config_parameters_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/custom_email_template_spec.rb b/client/spec/models/custom_email_template_spec.rb index 7c31b1b..2718297 100644 --- a/client/spec/models/custom_email_template_spec.rb +++ b/client/spec/models/custom_email_template_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/delete_comment200_response_spec.rb b/client/spec/models/delete_comment200_response_spec.rb index bb014e9..b71d4ad 100644 --- a/client/spec/models/delete_comment200_response_spec.rb +++ b/client/spec/models/delete_comment200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/delete_comment_action_spec.rb b/client/spec/models/delete_comment_action_spec.rb index b01b3c7..07a3938 100644 --- a/client/spec/models/delete_comment_action_spec.rb +++ b/client/spec/models/delete_comment_action_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/delete_comment_public200_response_spec.rb b/client/spec/models/delete_comment_public200_response_spec.rb index f135d18..0a19e6d 100644 --- a/client/spec/models/delete_comment_public200_response_spec.rb +++ b/client/spec/models/delete_comment_public200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/delete_comment_result_spec.rb b/client/spec/models/delete_comment_result_spec.rb index 1366796..f29adad 100644 --- a/client/spec/models/delete_comment_result_spec.rb +++ b/client/spec/models/delete_comment_result_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/delete_comment_vote200_response_spec.rb b/client/spec/models/delete_comment_vote200_response_spec.rb index c9ec6ca..4bb3ce9 100644 --- a/client/spec/models/delete_comment_vote200_response_spec.rb +++ b/client/spec/models/delete_comment_vote200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/delete_domain_config200_response_spec.rb b/client/spec/models/delete_domain_config200_response_spec.rb index ba0443e..fe2baef 100644 --- a/client/spec/models/delete_domain_config200_response_spec.rb +++ b/client/spec/models/delete_domain_config200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/delete_feed_post_public200_response_any_of_spec.rb b/client/spec/models/delete_feed_post_public200_response_any_of_spec.rb index 1ce8eb9..563c59f 100644 --- a/client/spec/models/delete_feed_post_public200_response_any_of_spec.rb +++ b/client/spec/models/delete_feed_post_public200_response_any_of_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/delete_feed_post_public200_response_spec.rb b/client/spec/models/delete_feed_post_public200_response_spec.rb index b68e51e..943807a 100644 --- a/client/spec/models/delete_feed_post_public200_response_spec.rb +++ b/client/spec/models/delete_feed_post_public200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/delete_hash_tag_request_spec.rb b/client/spec/models/delete_hash_tag_request_spec.rb index 3984466..0a932ea 100644 --- a/client/spec/models/delete_hash_tag_request_spec.rb +++ b/client/spec/models/delete_hash_tag_request_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/delete_page_api_response_spec.rb b/client/spec/models/delete_page_api_response_spec.rb index 1b7069b..23a8d61 100644 --- a/client/spec/models/delete_page_api_response_spec.rb +++ b/client/spec/models/delete_page_api_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/delete_sso_user_api_response_spec.rb b/client/spec/models/delete_sso_user_api_response_spec.rb index b829e79..b94ce00 100644 --- a/client/spec/models/delete_sso_user_api_response_spec.rb +++ b/client/spec/models/delete_sso_user_api_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/delete_subscription_api_response_spec.rb b/client/spec/models/delete_subscription_api_response_spec.rb index 06c3e35..eb3a4f4 100644 --- a/client/spec/models/delete_subscription_api_response_spec.rb +++ b/client/spec/models/delete_subscription_api_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/delete_vote200_response_spec.rb b/client/spec/models/delete_vote200_response_spec.rb deleted file mode 100644 index 3509100..0000000 --- a/client/spec/models/delete_vote200_response_spec.rb +++ /dev/null @@ -1,21 +0,0 @@ -=begin -#fastcomments - -#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - -The version of the OpenAPI document: 0.0.0 - -Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT - -=end - -require 'spec_helper' -require 'json' -require 'date' - -# Unit tests for FastCommentsClient::DeleteVote200Response -# Automatically generated by openapi-generator (https://openapi-generator.tech) -# Please update as you see appropriate -describe FastCommentsClient::DeleteVote200Response do -end diff --git a/client/spec/models/delete_vote_response_spec.rb b/client/spec/models/delete_vote_response_spec.rb deleted file mode 100644 index bcd1644..0000000 --- a/client/spec/models/delete_vote_response_spec.rb +++ /dev/null @@ -1,36 +0,0 @@ -=begin -#fastcomments - -#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - -The version of the OpenAPI document: 0.0.0 - -Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT - -=end - -require 'spec_helper' -require 'json' -require 'date' - -# Unit tests for FastCommentsClient::DeleteVoteResponse -# Automatically generated by openapi-generator (https://openapi-generator.tech) -# Please update as you see appropriate -describe FastCommentsClient::DeleteVoteResponse do - #let(:instance) { FastCommentsClient::DeleteVoteResponse.new } - - describe 'test an instance of DeleteVoteResponse' do - it 'should create an instance of DeleteVoteResponse' do - # uncomment below to test the instance creation - #expect(instance).to be_instance_of(FastCommentsClient::DeleteVoteResponse) - end - end - - describe 'test attribute "status"' do - it 'should work' do - # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ - end - end - -end diff --git a/client/spec/models/deleted_comment_result_comment_spec.rb b/client/spec/models/deleted_comment_result_comment_spec.rb index 2a07dc0..cc0d43d 100644 --- a/client/spec/models/deleted_comment_result_comment_spec.rb +++ b/client/spec/models/deleted_comment_result_comment_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/digest_email_frequency_spec.rb b/client/spec/models/digest_email_frequency_spec.rb index 2ea3f80..9dd15d3 100644 --- a/client/spec/models/digest_email_frequency_spec.rb +++ b/client/spec/models/digest_email_frequency_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/email_template_definition_spec.rb b/client/spec/models/email_template_definition_spec.rb index 416c6c6..12ced5e 100644 --- a/client/spec/models/email_template_definition_spec.rb +++ b/client/spec/models/email_template_definition_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/email_template_render_error_response_spec.rb b/client/spec/models/email_template_render_error_response_spec.rb index 6cc375a..38cedad 100644 --- a/client/spec/models/email_template_render_error_response_spec.rb +++ b/client/spec/models/email_template_render_error_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/event_log_entry_spec.rb b/client/spec/models/event_log_entry_spec.rb index 6fb1169..f9e36e1 100644 --- a/client/spec/models/event_log_entry_spec.rb +++ b/client/spec/models/event_log_entry_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/f_comment_meta_spec.rb b/client/spec/models/f_comment_meta_spec.rb index 45dda9c..d2ba4be 100644 --- a/client/spec/models/f_comment_meta_spec.rb +++ b/client/spec/models/f_comment_meta_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/f_comment_spec.rb b/client/spec/models/f_comment_spec.rb index 266a463..b71739a 100644 --- a/client/spec/models/f_comment_spec.rb +++ b/client/spec/models/f_comment_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/feed_post_link_spec.rb b/client/spec/models/feed_post_link_spec.rb index fef585f..592d015 100644 --- a/client/spec/models/feed_post_link_spec.rb +++ b/client/spec/models/feed_post_link_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/feed_post_media_item_asset_spec.rb b/client/spec/models/feed_post_media_item_asset_spec.rb index fa87cad..f849976 100644 --- a/client/spec/models/feed_post_media_item_asset_spec.rb +++ b/client/spec/models/feed_post_media_item_asset_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/feed_post_media_item_spec.rb b/client/spec/models/feed_post_media_item_spec.rb index f0db41e..1bf11ec 100644 --- a/client/spec/models/feed_post_media_item_spec.rb +++ b/client/spec/models/feed_post_media_item_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/feed_post_spec.rb b/client/spec/models/feed_post_spec.rb index 530b5b9..a5adf2e 100644 --- a/client/spec/models/feed_post_spec.rb +++ b/client/spec/models/feed_post_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/feed_post_stats_spec.rb b/client/spec/models/feed_post_stats_spec.rb index bbfece7..3424404 100644 --- a/client/spec/models/feed_post_stats_spec.rb +++ b/client/spec/models/feed_post_stats_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/feed_posts_stats_response_spec.rb b/client/spec/models/feed_posts_stats_response_spec.rb index 4bb2160..746f3a5 100644 --- a/client/spec/models/feed_posts_stats_response_spec.rb +++ b/client/spec/models/feed_posts_stats_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/find_comments_by_range_item_spec.rb b/client/spec/models/find_comments_by_range_item_spec.rb index 05268ba..d757242 100644 --- a/client/spec/models/find_comments_by_range_item_spec.rb +++ b/client/spec/models/find_comments_by_range_item_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/find_comments_by_range_response_spec.rb b/client/spec/models/find_comments_by_range_response_spec.rb index f8072a4..cd637bd 100644 --- a/client/spec/models/find_comments_by_range_response_spec.rb +++ b/client/spec/models/find_comments_by_range_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/flag_comment200_response_spec.rb b/client/spec/models/flag_comment200_response_spec.rb index 9cf84a9..3657e24 100644 --- a/client/spec/models/flag_comment200_response_spec.rb +++ b/client/spec/models/flag_comment200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/flag_comment_public200_response_spec.rb b/client/spec/models/flag_comment_public200_response_spec.rb index 36cc744..b5e7f6b 100644 --- a/client/spec/models/flag_comment_public200_response_spec.rb +++ b/client/spec/models/flag_comment_public200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/flag_comment_response_spec.rb b/client/spec/models/flag_comment_response_spec.rb index 8360ce6..21a393e 100644 --- a/client/spec/models/flag_comment_response_spec.rb +++ b/client/spec/models/flag_comment_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_audit_logs200_response_spec.rb b/client/spec/models/get_audit_logs200_response_spec.rb index 2be6749..8f7de92 100644 --- a/client/spec/models/get_audit_logs200_response_spec.rb +++ b/client/spec/models/get_audit_logs200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_audit_logs_response_spec.rb b/client/spec/models/get_audit_logs_response_spec.rb index a3b6ad4..c1bb386 100644 --- a/client/spec/models/get_audit_logs_response_spec.rb +++ b/client/spec/models/get_audit_logs_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_cached_notification_count200_response_spec.rb b/client/spec/models/get_cached_notification_count200_response_spec.rb index 03b3a45..8072190 100644 --- a/client/spec/models/get_cached_notification_count200_response_spec.rb +++ b/client/spec/models/get_cached_notification_count200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_cached_notification_count_response_spec.rb b/client/spec/models/get_cached_notification_count_response_spec.rb index 90d8887..ec72dfb 100644 --- a/client/spec/models/get_cached_notification_count_response_spec.rb +++ b/client/spec/models/get_cached_notification_count_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_comment200_response_spec.rb b/client/spec/models/get_comment200_response_spec.rb index 54917cd..455ef83 100644 --- a/client/spec/models/get_comment200_response_spec.rb +++ b/client/spec/models/get_comment200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_comment_text200_response_spec.rb b/client/spec/models/get_comment_text200_response_spec.rb index 1646fe7..604d4dd 100644 --- a/client/spec/models/get_comment_text200_response_spec.rb +++ b/client/spec/models/get_comment_text200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_comment_vote_user_names200_response_spec.rb b/client/spec/models/get_comment_vote_user_names200_response_spec.rb index 1cb089f..c2d5678 100644 --- a/client/spec/models/get_comment_vote_user_names200_response_spec.rb +++ b/client/spec/models/get_comment_vote_user_names200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_comment_vote_user_names_success_response_spec.rb b/client/spec/models/get_comment_vote_user_names_success_response_spec.rb index fb8af27..d104290 100644 --- a/client/spec/models/get_comment_vote_user_names_success_response_spec.rb +++ b/client/spec/models/get_comment_vote_user_names_success_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_comments200_response_spec.rb b/client/spec/models/get_comments200_response_spec.rb index 673699b..d841024 100644 --- a/client/spec/models/get_comments200_response_spec.rb +++ b/client/spec/models/get_comments200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_comments_public200_response_spec.rb b/client/spec/models/get_comments_public200_response_spec.rb index bc3fd8a..d09a10d 100644 --- a/client/spec/models/get_comments_public200_response_spec.rb +++ b/client/spec/models/get_comments_public200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_comments_response_public_comment_spec.rb b/client/spec/models/get_comments_response_public_comment_spec.rb index 8e210ce..d6e7686 100644 --- a/client/spec/models/get_comments_response_public_comment_spec.rb +++ b/client/spec/models/get_comments_response_public_comment_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_comments_response_with_presence_public_comment_spec.rb b/client/spec/models/get_comments_response_with_presence_public_comment_spec.rb index 47746ad..e9927d1 100644 --- a/client/spec/models/get_comments_response_with_presence_public_comment_spec.rb +++ b/client/spec/models/get_comments_response_with_presence_public_comment_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_domain_config200_response_spec.rb b/client/spec/models/get_domain_config200_response_spec.rb index 7bd0ac2..80eb939 100644 --- a/client/spec/models/get_domain_config200_response_spec.rb +++ b/client/spec/models/get_domain_config200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_domain_configs200_response_any_of1_spec.rb b/client/spec/models/get_domain_configs200_response_any_of1_spec.rb index a9b744d..92e63a0 100644 --- a/client/spec/models/get_domain_configs200_response_any_of1_spec.rb +++ b/client/spec/models/get_domain_configs200_response_any_of1_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_domain_configs200_response_any_of_spec.rb b/client/spec/models/get_domain_configs200_response_any_of_spec.rb index 1c3e681..54bcbba 100644 --- a/client/spec/models/get_domain_configs200_response_any_of_spec.rb +++ b/client/spec/models/get_domain_configs200_response_any_of_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_domain_configs200_response_spec.rb b/client/spec/models/get_domain_configs200_response_spec.rb index 920fef4..dd651da 100644 --- a/client/spec/models/get_domain_configs200_response_spec.rb +++ b/client/spec/models/get_domain_configs200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_email_template200_response_spec.rb b/client/spec/models/get_email_template200_response_spec.rb index 81738b0..06682c1 100644 --- a/client/spec/models/get_email_template200_response_spec.rb +++ b/client/spec/models/get_email_template200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_email_template_definitions200_response_spec.rb b/client/spec/models/get_email_template_definitions200_response_spec.rb index 96763ba..edd8a1c 100644 --- a/client/spec/models/get_email_template_definitions200_response_spec.rb +++ b/client/spec/models/get_email_template_definitions200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_email_template_definitions_response_spec.rb b/client/spec/models/get_email_template_definitions_response_spec.rb index 2760cf7..a1e35e1 100644 --- a/client/spec/models/get_email_template_definitions_response_spec.rb +++ b/client/spec/models/get_email_template_definitions_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_email_template_render_errors200_response_spec.rb b/client/spec/models/get_email_template_render_errors200_response_spec.rb index 1026d9c..f9cbf67 100644 --- a/client/spec/models/get_email_template_render_errors200_response_spec.rb +++ b/client/spec/models/get_email_template_render_errors200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_email_template_render_errors_response_spec.rb b/client/spec/models/get_email_template_render_errors_response_spec.rb index fbda734..1ce0da9 100644 --- a/client/spec/models/get_email_template_render_errors_response_spec.rb +++ b/client/spec/models/get_email_template_render_errors_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_email_template_response_spec.rb b/client/spec/models/get_email_template_response_spec.rb index dd4848d..c187180 100644 --- a/client/spec/models/get_email_template_response_spec.rb +++ b/client/spec/models/get_email_template_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_email_templates200_response_spec.rb b/client/spec/models/get_email_templates200_response_spec.rb index 7db2e09..30387cb 100644 --- a/client/spec/models/get_email_templates200_response_spec.rb +++ b/client/spec/models/get_email_templates200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_email_templates_response_spec.rb b/client/spec/models/get_email_templates_response_spec.rb index e52d4aa..70fe473 100644 --- a/client/spec/models/get_email_templates_response_spec.rb +++ b/client/spec/models/get_email_templates_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_event_log200_response_spec.rb b/client/spec/models/get_event_log200_response_spec.rb index 126323d..696bcd7 100644 --- a/client/spec/models/get_event_log200_response_spec.rb +++ b/client/spec/models/get_event_log200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_event_log_response_spec.rb b/client/spec/models/get_event_log_response_spec.rb index 3b6faef..b664dc5 100644 --- a/client/spec/models/get_event_log_response_spec.rb +++ b/client/spec/models/get_event_log_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_feed_posts200_response_spec.rb b/client/spec/models/get_feed_posts200_response_spec.rb index 8c0d1c2..b8b10ef 100644 --- a/client/spec/models/get_feed_posts200_response_spec.rb +++ b/client/spec/models/get_feed_posts200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_feed_posts_public200_response_spec.rb b/client/spec/models/get_feed_posts_public200_response_spec.rb index eaefa4e..93e2b4f 100644 --- a/client/spec/models/get_feed_posts_public200_response_spec.rb +++ b/client/spec/models/get_feed_posts_public200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_feed_posts_response_spec.rb b/client/spec/models/get_feed_posts_response_spec.rb index 2ca9bd9..460d2c1 100644 --- a/client/spec/models/get_feed_posts_response_spec.rb +++ b/client/spec/models/get_feed_posts_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_feed_posts_stats200_response_spec.rb b/client/spec/models/get_feed_posts_stats200_response_spec.rb index 52f069b..a80dfa5 100644 --- a/client/spec/models/get_feed_posts_stats200_response_spec.rb +++ b/client/spec/models/get_feed_posts_stats200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_hash_tags200_response_spec.rb b/client/spec/models/get_hash_tags200_response_spec.rb index 07249e6..5378d27 100644 --- a/client/spec/models/get_hash_tags200_response_spec.rb +++ b/client/spec/models/get_hash_tags200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_hash_tags_response_spec.rb b/client/spec/models/get_hash_tags_response_spec.rb index 95d8cf7..aacca4f 100644 --- a/client/spec/models/get_hash_tags_response_spec.rb +++ b/client/spec/models/get_hash_tags_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_moderator200_response_spec.rb b/client/spec/models/get_moderator200_response_spec.rb index 95e0f9d..be741d0 100644 --- a/client/spec/models/get_moderator200_response_spec.rb +++ b/client/spec/models/get_moderator200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_moderator_response_spec.rb b/client/spec/models/get_moderator_response_spec.rb index df65c6b..6245d28 100644 --- a/client/spec/models/get_moderator_response_spec.rb +++ b/client/spec/models/get_moderator_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_moderators200_response_spec.rb b/client/spec/models/get_moderators200_response_spec.rb index 4689432..6289751 100644 --- a/client/spec/models/get_moderators200_response_spec.rb +++ b/client/spec/models/get_moderators200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_moderators_response_spec.rb b/client/spec/models/get_moderators_response_spec.rb index 22a76b6..2a543e3 100644 --- a/client/spec/models/get_moderators_response_spec.rb +++ b/client/spec/models/get_moderators_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_my_notifications_response_spec.rb b/client/spec/models/get_my_notifications_response_spec.rb index 71d6f0a..2bb7c1a 100644 --- a/client/spec/models/get_my_notifications_response_spec.rb +++ b/client/spec/models/get_my_notifications_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_notification_count200_response_spec.rb b/client/spec/models/get_notification_count200_response_spec.rb index ecc9343..7832dd3 100644 --- a/client/spec/models/get_notification_count200_response_spec.rb +++ b/client/spec/models/get_notification_count200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_notification_count_response_spec.rb b/client/spec/models/get_notification_count_response_spec.rb index c4ef3fc..2c1d489 100644 --- a/client/spec/models/get_notification_count_response_spec.rb +++ b/client/spec/models/get_notification_count_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_notifications200_response_spec.rb b/client/spec/models/get_notifications200_response_spec.rb index ba6d6e7..0804162 100644 --- a/client/spec/models/get_notifications200_response_spec.rb +++ b/client/spec/models/get_notifications200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_notifications_response_spec.rb b/client/spec/models/get_notifications_response_spec.rb index 97fd59d..4933b65 100644 --- a/client/spec/models/get_notifications_response_spec.rb +++ b/client/spec/models/get_notifications_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_page_by_urlid_api_response_spec.rb b/client/spec/models/get_page_by_urlid_api_response_spec.rb index 3111c4e..558c3ef 100644 --- a/client/spec/models/get_page_by_urlid_api_response_spec.rb +++ b/client/spec/models/get_page_by_urlid_api_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_pages_api_response_spec.rb b/client/spec/models/get_pages_api_response_spec.rb index 78dfa18..caf4e77 100644 --- a/client/spec/models/get_pages_api_response_spec.rb +++ b/client/spec/models/get_pages_api_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_pending_webhook_event_count200_response_spec.rb b/client/spec/models/get_pending_webhook_event_count200_response_spec.rb index adf2bc1..cf7b86a 100644 --- a/client/spec/models/get_pending_webhook_event_count200_response_spec.rb +++ b/client/spec/models/get_pending_webhook_event_count200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_pending_webhook_event_count_response_spec.rb b/client/spec/models/get_pending_webhook_event_count_response_spec.rb index 94262de..f979965 100644 --- a/client/spec/models/get_pending_webhook_event_count_response_spec.rb +++ b/client/spec/models/get_pending_webhook_event_count_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_pending_webhook_events200_response_spec.rb b/client/spec/models/get_pending_webhook_events200_response_spec.rb index 0fa7fa5..0a61002 100644 --- a/client/spec/models/get_pending_webhook_events200_response_spec.rb +++ b/client/spec/models/get_pending_webhook_events200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_pending_webhook_events_response_spec.rb b/client/spec/models/get_pending_webhook_events_response_spec.rb index 6328298..340cde4 100644 --- a/client/spec/models/get_pending_webhook_events_response_spec.rb +++ b/client/spec/models/get_pending_webhook_events_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_public_feed_posts_response_spec.rb b/client/spec/models/get_public_feed_posts_response_spec.rb index 3327148..6074712 100644 --- a/client/spec/models/get_public_feed_posts_response_spec.rb +++ b/client/spec/models/get_public_feed_posts_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_question_config200_response_spec.rb b/client/spec/models/get_question_config200_response_spec.rb index cd01a3a..30422f3 100644 --- a/client/spec/models/get_question_config200_response_spec.rb +++ b/client/spec/models/get_question_config200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_question_config_response_spec.rb b/client/spec/models/get_question_config_response_spec.rb index dd97cd0..99a1699 100644 --- a/client/spec/models/get_question_config_response_spec.rb +++ b/client/spec/models/get_question_config_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_question_configs200_response_spec.rb b/client/spec/models/get_question_configs200_response_spec.rb index 2ba738c..e0f7bb4 100644 --- a/client/spec/models/get_question_configs200_response_spec.rb +++ b/client/spec/models/get_question_configs200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_question_configs_response_spec.rb b/client/spec/models/get_question_configs_response_spec.rb index a251d61..d52dcad 100644 --- a/client/spec/models/get_question_configs_response_spec.rb +++ b/client/spec/models/get_question_configs_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_question_result200_response_spec.rb b/client/spec/models/get_question_result200_response_spec.rb index 4404544..44a0fdc 100644 --- a/client/spec/models/get_question_result200_response_spec.rb +++ b/client/spec/models/get_question_result200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_question_result_response_spec.rb b/client/spec/models/get_question_result_response_spec.rb index 90a686c..51e827b 100644 --- a/client/spec/models/get_question_result_response_spec.rb +++ b/client/spec/models/get_question_result_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_question_results200_response_spec.rb b/client/spec/models/get_question_results200_response_spec.rb index 2322312..95ad1cc 100644 --- a/client/spec/models/get_question_results200_response_spec.rb +++ b/client/spec/models/get_question_results200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_question_results_response_spec.rb b/client/spec/models/get_question_results_response_spec.rb index a982c3d..3e659c8 100644 --- a/client/spec/models/get_question_results_response_spec.rb +++ b/client/spec/models/get_question_results_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_sso_user_by_email_api_response_spec.rb b/client/spec/models/get_sso_user_by_email_api_response_spec.rb index 2ff2306..738cb22 100644 --- a/client/spec/models/get_sso_user_by_email_api_response_spec.rb +++ b/client/spec/models/get_sso_user_by_email_api_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_sso_user_by_id_api_response_spec.rb b/client/spec/models/get_sso_user_by_id_api_response_spec.rb index e7e5772..abc4409 100644 --- a/client/spec/models/get_sso_user_by_id_api_response_spec.rb +++ b/client/spec/models/get_sso_user_by_id_api_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_sso_users200_response_spec.rb b/client/spec/models/get_sso_users200_response_spec.rb index cc6b316..9b6198f 100644 --- a/client/spec/models/get_sso_users200_response_spec.rb +++ b/client/spec/models/get_sso_users200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_subscriptions_api_response_spec.rb b/client/spec/models/get_subscriptions_api_response_spec.rb index 85a3704..fc190fc 100644 --- a/client/spec/models/get_subscriptions_api_response_spec.rb +++ b/client/spec/models/get_subscriptions_api_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_tenant200_response_spec.rb b/client/spec/models/get_tenant200_response_spec.rb index ee09961..bc97e18 100644 --- a/client/spec/models/get_tenant200_response_spec.rb +++ b/client/spec/models/get_tenant200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_tenant_daily_usages200_response_spec.rb b/client/spec/models/get_tenant_daily_usages200_response_spec.rb index f2115e3..be69317 100644 --- a/client/spec/models/get_tenant_daily_usages200_response_spec.rb +++ b/client/spec/models/get_tenant_daily_usages200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_tenant_daily_usages_response_spec.rb b/client/spec/models/get_tenant_daily_usages_response_spec.rb index 533505a..be489af 100644 --- a/client/spec/models/get_tenant_daily_usages_response_spec.rb +++ b/client/spec/models/get_tenant_daily_usages_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_tenant_package200_response_spec.rb b/client/spec/models/get_tenant_package200_response_spec.rb index 28f6c04..c5318db 100644 --- a/client/spec/models/get_tenant_package200_response_spec.rb +++ b/client/spec/models/get_tenant_package200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_tenant_package_response_spec.rb b/client/spec/models/get_tenant_package_response_spec.rb index aae3d76..f2b8b2a 100644 --- a/client/spec/models/get_tenant_package_response_spec.rb +++ b/client/spec/models/get_tenant_package_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_tenant_packages200_response_spec.rb b/client/spec/models/get_tenant_packages200_response_spec.rb index 4ea2e4c..70d902d 100644 --- a/client/spec/models/get_tenant_packages200_response_spec.rb +++ b/client/spec/models/get_tenant_packages200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_tenant_packages_response_spec.rb b/client/spec/models/get_tenant_packages_response_spec.rb index 9f16ef6..c95736d 100644 --- a/client/spec/models/get_tenant_packages_response_spec.rb +++ b/client/spec/models/get_tenant_packages_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_tenant_response_spec.rb b/client/spec/models/get_tenant_response_spec.rb index 9a8278f..85acab0 100644 --- a/client/spec/models/get_tenant_response_spec.rb +++ b/client/spec/models/get_tenant_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_tenant_user200_response_spec.rb b/client/spec/models/get_tenant_user200_response_spec.rb index 639ada5..9dc1903 100644 --- a/client/spec/models/get_tenant_user200_response_spec.rb +++ b/client/spec/models/get_tenant_user200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_tenant_user_response_spec.rb b/client/spec/models/get_tenant_user_response_spec.rb index 023e72a..e74872c 100644 --- a/client/spec/models/get_tenant_user_response_spec.rb +++ b/client/spec/models/get_tenant_user_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_tenant_users200_response_spec.rb b/client/spec/models/get_tenant_users200_response_spec.rb index ca537ff..dc1bffd 100644 --- a/client/spec/models/get_tenant_users200_response_spec.rb +++ b/client/spec/models/get_tenant_users200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_tenant_users_response_spec.rb b/client/spec/models/get_tenant_users_response_spec.rb index 1fe6eb9..8beeab0 100644 --- a/client/spec/models/get_tenant_users_response_spec.rb +++ b/client/spec/models/get_tenant_users_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_tenants200_response_spec.rb b/client/spec/models/get_tenants200_response_spec.rb index 6e89273..5900466 100644 --- a/client/spec/models/get_tenants200_response_spec.rb +++ b/client/spec/models/get_tenants200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_tenants_response_spec.rb b/client/spec/models/get_tenants_response_spec.rb index 08d96dd..a92f9a6 100644 --- a/client/spec/models/get_tenants_response_spec.rb +++ b/client/spec/models/get_tenants_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_user200_response_spec.rb b/client/spec/models/get_user200_response_spec.rb index ca9211c..c770c6f 100644 --- a/client/spec/models/get_user200_response_spec.rb +++ b/client/spec/models/get_user200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_user_badge200_response_spec.rb b/client/spec/models/get_user_badge200_response_spec.rb index c9ff7ab..dcbd148 100644 --- a/client/spec/models/get_user_badge200_response_spec.rb +++ b/client/spec/models/get_user_badge200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_user_badge_progress_by_id200_response_spec.rb b/client/spec/models/get_user_badge_progress_by_id200_response_spec.rb index 69d7dcf..bca4fb5 100644 --- a/client/spec/models/get_user_badge_progress_by_id200_response_spec.rb +++ b/client/spec/models/get_user_badge_progress_by_id200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_user_badge_progress_list200_response_spec.rb b/client/spec/models/get_user_badge_progress_list200_response_spec.rb index b83e01c..bf9b8c5 100644 --- a/client/spec/models/get_user_badge_progress_list200_response_spec.rb +++ b/client/spec/models/get_user_badge_progress_list200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_user_badges200_response_spec.rb b/client/spec/models/get_user_badges200_response_spec.rb index a659561..5aaedf2 100644 --- a/client/spec/models/get_user_badges200_response_spec.rb +++ b/client/spec/models/get_user_badges200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_user_notification_count200_response_spec.rb b/client/spec/models/get_user_notification_count200_response_spec.rb index 33f338f..4d28629 100644 --- a/client/spec/models/get_user_notification_count200_response_spec.rb +++ b/client/spec/models/get_user_notification_count200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_user_notification_count_response_spec.rb b/client/spec/models/get_user_notification_count_response_spec.rb index 962ad15..999d089 100644 --- a/client/spec/models/get_user_notification_count_response_spec.rb +++ b/client/spec/models/get_user_notification_count_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_user_notifications200_response_spec.rb b/client/spec/models/get_user_notifications200_response_spec.rb index 520afe6..56608cd 100644 --- a/client/spec/models/get_user_notifications200_response_spec.rb +++ b/client/spec/models/get_user_notifications200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_user_presence_statuses200_response_spec.rb b/client/spec/models/get_user_presence_statuses200_response_spec.rb index 26d5ec7..04ba579 100644 --- a/client/spec/models/get_user_presence_statuses200_response_spec.rb +++ b/client/spec/models/get_user_presence_statuses200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_user_presence_statuses_response_spec.rb b/client/spec/models/get_user_presence_statuses_response_spec.rb index 61e5727..2769f16 100644 --- a/client/spec/models/get_user_presence_statuses_response_spec.rb +++ b/client/spec/models/get_user_presence_statuses_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_user_reacts_public200_response_spec.rb b/client/spec/models/get_user_reacts_public200_response_spec.rb index c174cce..7ac7553 100644 --- a/client/spec/models/get_user_reacts_public200_response_spec.rb +++ b/client/spec/models/get_user_reacts_public200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_user_response_spec.rb b/client/spec/models/get_user_response_spec.rb index beeeb3a..5dd783d 100644 --- a/client/spec/models/get_user_response_spec.rb +++ b/client/spec/models/get_user_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_votes200_response_spec.rb b/client/spec/models/get_votes200_response_spec.rb index f3a50be..bae5153 100644 --- a/client/spec/models/get_votes200_response_spec.rb +++ b/client/spec/models/get_votes200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_votes_for_user200_response_spec.rb b/client/spec/models/get_votes_for_user200_response_spec.rb index f83d609..d748e4e 100644 --- a/client/spec/models/get_votes_for_user200_response_spec.rb +++ b/client/spec/models/get_votes_for_user200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_votes_for_user_response_spec.rb b/client/spec/models/get_votes_for_user_response_spec.rb index 91e9801..e269dd6 100644 --- a/client/spec/models/get_votes_for_user_response_spec.rb +++ b/client/spec/models/get_votes_for_user_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/get_votes_response_spec.rb b/client/spec/models/get_votes_response_spec.rb index 65d7087..f5c2dc5 100644 --- a/client/spec/models/get_votes_response_spec.rb +++ b/client/spec/models/get_votes_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/gif_rating_spec.rb b/client/spec/models/gif_rating_spec.rb index 7a9a40b..f4ccc53 100644 --- a/client/spec/models/gif_rating_spec.rb +++ b/client/spec/models/gif_rating_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/header_state_spec.rb b/client/spec/models/header_state_spec.rb index 5941cc3..014baea 100644 --- a/client/spec/models/header_state_spec.rb +++ b/client/spec/models/header_state_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/ignored_response_spec.rb b/client/spec/models/ignored_response_spec.rb index fa38009..7a5f13e 100644 --- a/client/spec/models/ignored_response_spec.rb +++ b/client/spec/models/ignored_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/image_content_profanity_level_spec.rb b/client/spec/models/image_content_profanity_level_spec.rb index 0e6e0b6..cf599f3 100644 --- a/client/spec/models/image_content_profanity_level_spec.rb +++ b/client/spec/models/image_content_profanity_level_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/imported_site_type_spec.rb b/client/spec/models/imported_site_type_spec.rb index 64bfe7a..e6e2df4 100644 --- a/client/spec/models/imported_site_type_spec.rb +++ b/client/spec/models/imported_site_type_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/live_event_extra_info_spec.rb b/client/spec/models/live_event_extra_info_spec.rb index 84beede..7fff96a 100644 --- a/client/spec/models/live_event_extra_info_spec.rb +++ b/client/spec/models/live_event_extra_info_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/live_event_spec.rb b/client/spec/models/live_event_spec.rb index dae8c16..f959733 100644 --- a/client/spec/models/live_event_spec.rb +++ b/client/spec/models/live_event_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/live_event_type_spec.rb b/client/spec/models/live_event_type_spec.rb index 252eb6d..64db7a2 100644 --- a/client/spec/models/live_event_type_spec.rb +++ b/client/spec/models/live_event_type_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/lock_comment200_response_spec.rb b/client/spec/models/lock_comment200_response_spec.rb index 60a3cbb..843a96e 100644 --- a/client/spec/models/lock_comment200_response_spec.rb +++ b/client/spec/models/lock_comment200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/media_asset_spec.rb b/client/spec/models/media_asset_spec.rb index 351209c..19753e5 100644 --- a/client/spec/models/media_asset_spec.rb +++ b/client/spec/models/media_asset_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/meta_item_spec.rb b/client/spec/models/meta_item_spec.rb index 7daa32e..e491f9f 100644 --- a/client/spec/models/meta_item_spec.rb +++ b/client/spec/models/meta_item_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/moderator_spec.rb b/client/spec/models/moderator_spec.rb index d17abe4..d0cd344 100644 --- a/client/spec/models/moderator_spec.rb +++ b/client/spec/models/moderator_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/notification_and_count_spec.rb b/client/spec/models/notification_and_count_spec.rb index 93d8081..129339e 100644 --- a/client/spec/models/notification_and_count_spec.rb +++ b/client/spec/models/notification_and_count_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/notification_object_type_spec.rb b/client/spec/models/notification_object_type_spec.rb index 298c1a0..c332335 100644 --- a/client/spec/models/notification_object_type_spec.rb +++ b/client/spec/models/notification_object_type_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/notification_type_spec.rb b/client/spec/models/notification_type_spec.rb index 1026362..ba32510 100644 --- a/client/spec/models/notification_type_spec.rb +++ b/client/spec/models/notification_type_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/patch_domain_config_params_spec.rb b/client/spec/models/patch_domain_config_params_spec.rb index 8733f35..9634f95 100644 --- a/client/spec/models/patch_domain_config_params_spec.rb +++ b/client/spec/models/patch_domain_config_params_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/patch_hash_tag200_response_spec.rb b/client/spec/models/patch_hash_tag200_response_spec.rb index 663525a..d2b3bd6 100644 --- a/client/spec/models/patch_hash_tag200_response_spec.rb +++ b/client/spec/models/patch_hash_tag200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/patch_page_api_response_spec.rb b/client/spec/models/patch_page_api_response_spec.rb index 0162dd4..a53ad1b 100644 --- a/client/spec/models/patch_page_api_response_spec.rb +++ b/client/spec/models/patch_page_api_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/patch_sso_user_api_response_spec.rb b/client/spec/models/patch_sso_user_api_response_spec.rb index 0cd51b6..038ebb3 100644 --- a/client/spec/models/patch_sso_user_api_response_spec.rb +++ b/client/spec/models/patch_sso_user_api_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/pending_comment_to_sync_outbound_spec.rb b/client/spec/models/pending_comment_to_sync_outbound_spec.rb index 1e7b60e..2b20ac8 100644 --- a/client/spec/models/pending_comment_to_sync_outbound_spec.rb +++ b/client/spec/models/pending_comment_to_sync_outbound_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/pin_comment200_response_spec.rb b/client/spec/models/pin_comment200_response_spec.rb index f0f2c59..afe671b 100644 --- a/client/spec/models/pin_comment200_response_spec.rb +++ b/client/spec/models/pin_comment200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/pub_sub_comment_base_spec.rb b/client/spec/models/pub_sub_comment_base_spec.rb index 1ca8af2..166ad8a 100644 --- a/client/spec/models/pub_sub_comment_base_spec.rb +++ b/client/spec/models/pub_sub_comment_base_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/pub_sub_comment_spec.rb b/client/spec/models/pub_sub_comment_spec.rb index 1cdae80..329f98a 100644 --- a/client/spec/models/pub_sub_comment_spec.rb +++ b/client/spec/models/pub_sub_comment_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/pub_sub_vote_spec.rb b/client/spec/models/pub_sub_vote_spec.rb index e4bf6e1..c423f32 100644 --- a/client/spec/models/pub_sub_vote_spec.rb +++ b/client/spec/models/pub_sub_vote_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/public_api_delete_comment_response_spec.rb b/client/spec/models/public_api_delete_comment_response_spec.rb index 8071a29..e8c4255 100644 --- a/client/spec/models/public_api_delete_comment_response_spec.rb +++ b/client/spec/models/public_api_delete_comment_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/public_api_get_comment_text_response_spec.rb b/client/spec/models/public_api_get_comment_text_response_spec.rb index 0d07e25..f93f83a 100644 --- a/client/spec/models/public_api_get_comment_text_response_spec.rb +++ b/client/spec/models/public_api_get_comment_text_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/public_api_set_comment_text_response_spec.rb b/client/spec/models/public_api_set_comment_text_response_spec.rb index cf7bfb3..d11dfc1 100644 --- a/client/spec/models/public_api_set_comment_text_response_spec.rb +++ b/client/spec/models/public_api_set_comment_text_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/public_block_from_comment_params_spec.rb b/client/spec/models/public_block_from_comment_params_spec.rb index cab4bc3..02f991e 100644 --- a/client/spec/models/public_block_from_comment_params_spec.rb +++ b/client/spec/models/public_block_from_comment_params_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/public_comment_base_spec.rb b/client/spec/models/public_comment_base_spec.rb index 6a140db..8078ce7 100644 --- a/client/spec/models/public_comment_base_spec.rb +++ b/client/spec/models/public_comment_base_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/public_comment_spec.rb b/client/spec/models/public_comment_spec.rb index 694dc05..107224e 100644 --- a/client/spec/models/public_comment_spec.rb +++ b/client/spec/models/public_comment_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/public_feed_posts_response_spec.rb b/client/spec/models/public_feed_posts_response_spec.rb index 3040969..9c5db00 100644 --- a/client/spec/models/public_feed_posts_response_spec.rb +++ b/client/spec/models/public_feed_posts_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/public_vote_spec.rb b/client/spec/models/public_vote_spec.rb index 499a336..fe64201 100644 --- a/client/spec/models/public_vote_spec.rb +++ b/client/spec/models/public_vote_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/put_sso_user_api_response_spec.rb b/client/spec/models/put_sso_user_api_response_spec.rb index 6a91d10..2589005 100644 --- a/client/spec/models/put_sso_user_api_response_spec.rb +++ b/client/spec/models/put_sso_user_api_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/query_predicate_spec.rb b/client/spec/models/query_predicate_spec.rb index 8033502..2a63077 100644 --- a/client/spec/models/query_predicate_spec.rb +++ b/client/spec/models/query_predicate_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/query_predicate_value_spec.rb b/client/spec/models/query_predicate_value_spec.rb index b25aa1b..fd7c592 100644 --- a/client/spec/models/query_predicate_value_spec.rb +++ b/client/spec/models/query_predicate_value_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/question_config_custom_options_inner_spec.rb b/client/spec/models/question_config_custom_options_inner_spec.rb index c9f765e..e8e4a56 100644 --- a/client/spec/models/question_config_custom_options_inner_spec.rb +++ b/client/spec/models/question_config_custom_options_inner_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/question_config_spec.rb b/client/spec/models/question_config_spec.rb index fe5597f..eba92c2 100644 --- a/client/spec/models/question_config_spec.rb +++ b/client/spec/models/question_config_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/question_datum_spec.rb b/client/spec/models/question_datum_spec.rb index a1dc29c..0dc0112 100644 --- a/client/spec/models/question_datum_spec.rb +++ b/client/spec/models/question_datum_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/question_rendering_type_spec.rb b/client/spec/models/question_rendering_type_spec.rb index 2a42394..eb6b7a8 100644 --- a/client/spec/models/question_rendering_type_spec.rb +++ b/client/spec/models/question_rendering_type_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/question_result_aggregation_overall_spec.rb b/client/spec/models/question_result_aggregation_overall_spec.rb index 99d36c6..8fea0ac 100644 --- a/client/spec/models/question_result_aggregation_overall_spec.rb +++ b/client/spec/models/question_result_aggregation_overall_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/question_result_spec.rb b/client/spec/models/question_result_spec.rb index 1151450..38709aa 100644 --- a/client/spec/models/question_result_spec.rb +++ b/client/spec/models/question_result_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/question_sub_question_visibility_spec.rb b/client/spec/models/question_sub_question_visibility_spec.rb index 73d27dc..6577f0f 100644 --- a/client/spec/models/question_sub_question_visibility_spec.rb +++ b/client/spec/models/question_sub_question_visibility_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/question_when_save_spec.rb b/client/spec/models/question_when_save_spec.rb index e1e0067..daf1425 100644 --- a/client/spec/models/question_when_save_spec.rb +++ b/client/spec/models/question_when_save_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/react_body_params_spec.rb b/client/spec/models/react_body_params_spec.rb index 73e1200..b0335ad 100644 --- a/client/spec/models/react_body_params_spec.rb +++ b/client/spec/models/react_body_params_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/react_feed_post_public200_response_spec.rb b/client/spec/models/react_feed_post_public200_response_spec.rb index 314a318..64afb2b 100644 --- a/client/spec/models/react_feed_post_public200_response_spec.rb +++ b/client/spec/models/react_feed_post_public200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/react_feed_post_response_spec.rb b/client/spec/models/react_feed_post_response_spec.rb index 2764264..fa46a7f 100644 --- a/client/spec/models/react_feed_post_response_spec.rb +++ b/client/spec/models/react_feed_post_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/record_string_before_string_or_null_after_string_or_null_value_spec.rb b/client/spec/models/record_string_before_string_or_null_after_string_or_null_value_spec.rb index 0a7e48e..7e41c63 100644 --- a/client/spec/models/record_string_before_string_or_null_after_string_or_null_value_spec.rb +++ b/client/spec/models/record_string_before_string_or_null_after_string_or_null_value_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/record_string_string_or_number_value_spec.rb b/client/spec/models/record_string_string_or_number_value_spec.rb index dda6293..f18aa5d 100644 --- a/client/spec/models/record_string_string_or_number_value_spec.rb +++ b/client/spec/models/record_string_string_or_number_value_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/render_email_template200_response_spec.rb b/client/spec/models/render_email_template200_response_spec.rb index 28f8f73..8eb97f0 100644 --- a/client/spec/models/render_email_template200_response_spec.rb +++ b/client/spec/models/render_email_template200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/render_email_template_body_spec.rb b/client/spec/models/render_email_template_body_spec.rb index 7412261..9399449 100644 --- a/client/spec/models/render_email_template_body_spec.rb +++ b/client/spec/models/render_email_template_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/render_email_template_response_spec.rb b/client/spec/models/render_email_template_response_spec.rb index a727ae9..9af0ccb 100644 --- a/client/spec/models/render_email_template_response_spec.rb +++ b/client/spec/models/render_email_template_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/renderable_user_notification_spec.rb b/client/spec/models/renderable_user_notification_spec.rb index 46a5d9e..f510f86 100644 --- a/client/spec/models/renderable_user_notification_spec.rb +++ b/client/spec/models/renderable_user_notification_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/repeat_comment_check_ignored_reason_spec.rb b/client/spec/models/repeat_comment_check_ignored_reason_spec.rb index 2b8b8fd..1429012 100644 --- a/client/spec/models/repeat_comment_check_ignored_reason_spec.rb +++ b/client/spec/models/repeat_comment_check_ignored_reason_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/repeat_comment_handling_action_spec.rb b/client/spec/models/repeat_comment_handling_action_spec.rb index 1f68766..a03eb42 100644 --- a/client/spec/models/repeat_comment_handling_action_spec.rb +++ b/client/spec/models/repeat_comment_handling_action_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/replace_tenant_package_body_spec.rb b/client/spec/models/replace_tenant_package_body_spec.rb index 57d11e4..89de256 100644 --- a/client/spec/models/replace_tenant_package_body_spec.rb +++ b/client/spec/models/replace_tenant_package_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/replace_tenant_user_body_spec.rb b/client/spec/models/replace_tenant_user_body_spec.rb index 1f92138..65a6b3e 100644 --- a/client/spec/models/replace_tenant_user_body_spec.rb +++ b/client/spec/models/replace_tenant_user_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/reset_user_notifications200_response_spec.rb b/client/spec/models/reset_user_notifications200_response_spec.rb index 6e517f3..5eb4c4a 100644 --- a/client/spec/models/reset_user_notifications200_response_spec.rb +++ b/client/spec/models/reset_user_notifications200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/reset_user_notifications_response_spec.rb b/client/spec/models/reset_user_notifications_response_spec.rb index 0123601..068f917 100644 --- a/client/spec/models/reset_user_notifications_response_spec.rb +++ b/client/spec/models/reset_user_notifications_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/save_comment200_response_spec.rb b/client/spec/models/save_comment200_response_spec.rb index e7a8021..f55ef63 100644 --- a/client/spec/models/save_comment200_response_spec.rb +++ b/client/spec/models/save_comment200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/save_comment_response_optimized_spec.rb b/client/spec/models/save_comment_response_optimized_spec.rb index 45295b9..74db53a 100644 --- a/client/spec/models/save_comment_response_optimized_spec.rb +++ b/client/spec/models/save_comment_response_optimized_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/save_comment_response_spec.rb b/client/spec/models/save_comment_response_spec.rb index a9842a3..31ed881 100644 --- a/client/spec/models/save_comment_response_spec.rb +++ b/client/spec/models/save_comment_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/save_comments_response_with_presence_spec.rb b/client/spec/models/save_comments_response_with_presence_spec.rb index d2085d8..caa9380 100644 --- a/client/spec/models/save_comments_response_with_presence_spec.rb +++ b/client/spec/models/save_comments_response_with_presence_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/search_users200_response_spec.rb b/client/spec/models/search_users200_response_spec.rb index 9cc7177..a107729 100644 --- a/client/spec/models/search_users200_response_spec.rb +++ b/client/spec/models/search_users200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/search_users_response_spec.rb b/client/spec/models/search_users_response_spec.rb index 3f447e3..3c7fef4 100644 --- a/client/spec/models/search_users_response_spec.rb +++ b/client/spec/models/search_users_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/set_comment_text200_response_spec.rb b/client/spec/models/set_comment_text200_response_spec.rb index a3d2582..9b3c962 100644 --- a/client/spec/models/set_comment_text200_response_spec.rb +++ b/client/spec/models/set_comment_text200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/set_comment_text_result_spec.rb b/client/spec/models/set_comment_text_result_spec.rb index dcf6e89..7fafb10 100644 --- a/client/spec/models/set_comment_text_result_spec.rb +++ b/client/spec/models/set_comment_text_result_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/size_preset_spec.rb b/client/spec/models/size_preset_spec.rb index 0d0a90f..ecaa380 100644 --- a/client/spec/models/size_preset_spec.rb +++ b/client/spec/models/size_preset_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/sort_directions_spec.rb b/client/spec/models/sort_directions_spec.rb index 01819bd..3426335 100644 --- a/client/spec/models/sort_directions_spec.rb +++ b/client/spec/models/sort_directions_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/sortdir_spec.rb b/client/spec/models/sortdir_spec.rb index 9c108d7..ee90a79 100644 --- a/client/spec/models/sortdir_spec.rb +++ b/client/spec/models/sortdir_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/spam_rule_spec.rb b/client/spec/models/spam_rule_spec.rb index 25aa972..d130533 100644 --- a/client/spec/models/spam_rule_spec.rb +++ b/client/spec/models/spam_rule_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/sso_security_level_spec.rb b/client/spec/models/sso_security_level_spec.rb index 3a3aa33..18f01fd 100644 --- a/client/spec/models/sso_security_level_spec.rb +++ b/client/spec/models/sso_security_level_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/tenant_hash_tag_spec.rb b/client/spec/models/tenant_hash_tag_spec.rb index d4fcb87..29dfd76 100644 --- a/client/spec/models/tenant_hash_tag_spec.rb +++ b/client/spec/models/tenant_hash_tag_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/tenant_package_spec.rb b/client/spec/models/tenant_package_spec.rb index b6596a4..8f9a441 100644 --- a/client/spec/models/tenant_package_spec.rb +++ b/client/spec/models/tenant_package_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/un_block_comment_public200_response_spec.rb b/client/spec/models/un_block_comment_public200_response_spec.rb index ab27425..cf290fe 100644 --- a/client/spec/models/un_block_comment_public200_response_spec.rb +++ b/client/spec/models/un_block_comment_public200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/un_block_from_comment_params_spec.rb b/client/spec/models/un_block_from_comment_params_spec.rb index ba5c6dd..4b49f69 100644 --- a/client/spec/models/un_block_from_comment_params_spec.rb +++ b/client/spec/models/un_block_from_comment_params_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/unblock_success_spec.rb b/client/spec/models/unblock_success_spec.rb index 5bcd777..fdf22fc 100644 --- a/client/spec/models/unblock_success_spec.rb +++ b/client/spec/models/unblock_success_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/updatable_comment_params_spec.rb b/client/spec/models/updatable_comment_params_spec.rb index 9288361..fa626e0 100644 --- a/client/spec/models/updatable_comment_params_spec.rb +++ b/client/spec/models/updatable_comment_params_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/update_api_page_data_spec.rb b/client/spec/models/update_api_page_data_spec.rb index b40c009..fbf2f74 100644 --- a/client/spec/models/update_api_page_data_spec.rb +++ b/client/spec/models/update_api_page_data_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/update_apisso_user_data_spec.rb b/client/spec/models/update_apisso_user_data_spec.rb index 9d12263..eff1215 100644 --- a/client/spec/models/update_apisso_user_data_spec.rb +++ b/client/spec/models/update_apisso_user_data_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/update_domain_config_params_spec.rb b/client/spec/models/update_domain_config_params_spec.rb index 460bd68..fb33c86 100644 --- a/client/spec/models/update_domain_config_params_spec.rb +++ b/client/spec/models/update_domain_config_params_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/update_email_template_body_spec.rb b/client/spec/models/update_email_template_body_spec.rb index 671eb60..be3c27d 100644 --- a/client/spec/models/update_email_template_body_spec.rb +++ b/client/spec/models/update_email_template_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/update_feed_post_params_spec.rb b/client/spec/models/update_feed_post_params_spec.rb index 95da0a8..6599751 100644 --- a/client/spec/models/update_feed_post_params_spec.rb +++ b/client/spec/models/update_feed_post_params_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/update_hash_tag_body_spec.rb b/client/spec/models/update_hash_tag_body_spec.rb index 2d82b6a..6f4323e 100644 --- a/client/spec/models/update_hash_tag_body_spec.rb +++ b/client/spec/models/update_hash_tag_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/update_hash_tag_response_spec.rb b/client/spec/models/update_hash_tag_response_spec.rb index a8f3414..ae613d1 100644 --- a/client/spec/models/update_hash_tag_response_spec.rb +++ b/client/spec/models/update_hash_tag_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/update_moderator_body_spec.rb b/client/spec/models/update_moderator_body_spec.rb index 8523042..2e565f5 100644 --- a/client/spec/models/update_moderator_body_spec.rb +++ b/client/spec/models/update_moderator_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/update_notification_body_spec.rb b/client/spec/models/update_notification_body_spec.rb index a27d1c1..da9ea65 100644 --- a/client/spec/models/update_notification_body_spec.rb +++ b/client/spec/models/update_notification_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/update_question_config_body_spec.rb b/client/spec/models/update_question_config_body_spec.rb index 4c8830e..124a1cf 100644 --- a/client/spec/models/update_question_config_body_spec.rb +++ b/client/spec/models/update_question_config_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/update_question_result_body_spec.rb b/client/spec/models/update_question_result_body_spec.rb index c8b7b5c..9a34af0 100644 --- a/client/spec/models/update_question_result_body_spec.rb +++ b/client/spec/models/update_question_result_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/update_tenant_body_spec.rb b/client/spec/models/update_tenant_body_spec.rb index 6606971..0d6357d 100644 --- a/client/spec/models/update_tenant_body_spec.rb +++ b/client/spec/models/update_tenant_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/update_tenant_package_body_spec.rb b/client/spec/models/update_tenant_package_body_spec.rb index ac27522..a10e179 100644 --- a/client/spec/models/update_tenant_package_body_spec.rb +++ b/client/spec/models/update_tenant_package_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/update_tenant_user_body_spec.rb b/client/spec/models/update_tenant_user_body_spec.rb index aecef34..834c5c3 100644 --- a/client/spec/models/update_tenant_user_body_spec.rb +++ b/client/spec/models/update_tenant_user_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/update_user_badge200_response_spec.rb b/client/spec/models/update_user_badge200_response_spec.rb index 19e74f8..8a8d07b 100644 --- a/client/spec/models/update_user_badge200_response_spec.rb +++ b/client/spec/models/update_user_badge200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/update_user_badge_params_spec.rb b/client/spec/models/update_user_badge_params_spec.rb index ea2d1b2..df27dc1 100644 --- a/client/spec/models/update_user_badge_params_spec.rb +++ b/client/spec/models/update_user_badge_params_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/update_user_notification_status200_response_spec.rb b/client/spec/models/update_user_notification_status200_response_spec.rb index 4df2e01..078686a 100644 --- a/client/spec/models/update_user_notification_status200_response_spec.rb +++ b/client/spec/models/update_user_notification_status200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/upload_image_response_spec.rb b/client/spec/models/upload_image_response_spec.rb index 6bb6172..e369ff3 100644 --- a/client/spec/models/upload_image_response_spec.rb +++ b/client/spec/models/upload_image_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/user_badge_progress_spec.rb b/client/spec/models/user_badge_progress_spec.rb index 45edea3..4d8b5cc 100644 --- a/client/spec/models/user_badge_progress_spec.rb +++ b/client/spec/models/user_badge_progress_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/user_badge_spec.rb b/client/spec/models/user_badge_spec.rb index 4bef949..a41cecd 100644 --- a/client/spec/models/user_badge_spec.rb +++ b/client/spec/models/user_badge_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/user_notification_count_spec.rb b/client/spec/models/user_notification_count_spec.rb index 105ef8d..8207174 100644 --- a/client/spec/models/user_notification_count_spec.rb +++ b/client/spec/models/user_notification_count_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/user_notification_spec.rb b/client/spec/models/user_notification_spec.rb index 65527b7..bcba755 100644 --- a/client/spec/models/user_notification_spec.rb +++ b/client/spec/models/user_notification_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/user_notification_write_response_spec.rb b/client/spec/models/user_notification_write_response_spec.rb index 9446b9f..7100f71 100644 --- a/client/spec/models/user_notification_write_response_spec.rb +++ b/client/spec/models/user_notification_write_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/user_presence_data_spec.rb b/client/spec/models/user_presence_data_spec.rb index c8692aa..8f64c08 100644 --- a/client/spec/models/user_presence_data_spec.rb +++ b/client/spec/models/user_presence_data_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/user_reacts_response_spec.rb b/client/spec/models/user_reacts_response_spec.rb index 7d7e362..fcb966e 100644 --- a/client/spec/models/user_reacts_response_spec.rb +++ b/client/spec/models/user_reacts_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/user_search_result_spec.rb b/client/spec/models/user_search_result_spec.rb index 2f96907..d32192b 100644 --- a/client/spec/models/user_search_result_spec.rb +++ b/client/spec/models/user_search_result_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/user_session_info_spec.rb b/client/spec/models/user_session_info_spec.rb index 23064db..ebb4a66 100644 --- a/client/spec/models/user_session_info_spec.rb +++ b/client/spec/models/user_session_info_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/user_spec.rb b/client/spec/models/user_spec.rb index ea38884..0e8fcf1 100644 --- a/client/spec/models/user_spec.rb +++ b/client/spec/models/user_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/vote_body_params_spec.rb b/client/spec/models/vote_body_params_spec.rb index 65eb4eb..dba7058 100644 --- a/client/spec/models/vote_body_params_spec.rb +++ b/client/spec/models/vote_body_params_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/vote_comment200_response_spec.rb b/client/spec/models/vote_comment200_response_spec.rb index e3d19aa..b31bcaa 100644 --- a/client/spec/models/vote_comment200_response_spec.rb +++ b/client/spec/models/vote_comment200_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/vote_delete_response_spec.rb b/client/spec/models/vote_delete_response_spec.rb index 024f932..0af26c4 100644 --- a/client/spec/models/vote_delete_response_spec.rb +++ b/client/spec/models/vote_delete_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/vote_response_spec.rb b/client/spec/models/vote_response_spec.rb index 44af0ef..7b3dd34 100644 --- a/client/spec/models/vote_response_spec.rb +++ b/client/spec/models/vote_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/vote_response_user_spec.rb b/client/spec/models/vote_response_user_spec.rb index 15ffd3f..5464e17 100644 --- a/client/spec/models/vote_response_user_spec.rb +++ b/client/spec/models/vote_response_user_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/models/vote_style_spec.rb b/client/spec/models/vote_style_spec.rb index 2d53946..8057b0a 100644 --- a/client/spec/models/vote_style_spec.rb +++ b/client/spec/models/vote_style_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/client/spec/spec_helper.rb b/client/spec/spec_helper.rb index 7be7a39..bb05ade 100644 --- a/client/spec/spec_helper.rb +++ b/client/spec/spec_helper.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech -Generator version: 7.18.0-SNAPSHOT +Generator version: 7.19.0-SNAPSHOT =end diff --git a/config.json b/config.json index cf3edad..2773653 100644 --- a/config.json +++ b/config.json @@ -1,5 +1,5 @@ { "gemName": "fastcomments-client", "moduleName": "FastCommentsClient", - "gemVersion": "1.0.0" + "gemVersion": "1.2.0" } diff --git a/fastcomments.gemspec b/fastcomments.gemspec index 2b97f77..a6761e8 100644 --- a/fastcomments.gemspec +++ b/fastcomments.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |spec| spec.name = "fastcomments" - spec.version = "1.0.0" + spec.version = "1.2.0" spec.authors = ["FastComments"] spec.email = ["support@fastcomments.com"] diff --git a/lib/fastcomments.rb b/lib/fastcomments.rb index 46bcbac..b2e2cbb 100644 --- a/lib/fastcomments.rb +++ b/lib/fastcomments.rb @@ -6,5 +6,5 @@ require 'fastcomments-client' module FastComments - VERSION = '1.0.0' + VERSION = '1.2.0' end diff --git a/openapi.json b/openapi.json index 16d5bf6..d56ce6c 100644 --- a/openapi.json +++ b/openapi.json @@ -3521,30 +3521,6 @@ "type": "object", "additionalProperties": false }, - "CreateVoteResponse": { - "properties": { - "status": { - "$ref": "#/components/schemas/APIStatus" - } - }, - "required": [ - "status" - ], - "type": "object", - "additionalProperties": {} - }, - "DeleteVoteResponse": { - "properties": { - "status": { - "$ref": "#/components/schemas/APIStatus" - } - }, - "required": [ - "status" - ], - "type": "object", - "additionalProperties": {} - }, "DigestEmailFrequency": { "enum": [ -1, @@ -12399,7 +12375,7 @@ "schema": { "anyOf": [ { - "$ref": "#/components/schemas/CreateVoteResponse" + "$ref": "#/components/schemas/VoteResponse" }, { "$ref": "#/components/schemas/APIError" @@ -12537,7 +12513,7 @@ "schema": { "anyOf": [ { - "$ref": "#/components/schemas/DeleteVoteResponse" + "$ref": "#/components/schemas/VoteDeleteResponse" }, { "$ref": "#/components/schemas/APIError" diff --git a/publish.sh b/publish.sh index 362f05e..3e4b2a4 100755 --- a/publish.sh +++ b/publish.sh @@ -5,7 +5,7 @@ echo "Building fastcomments gem..." gem build fastcomments.gemspec # Get the version from the gemspec -VERSION=$(ruby -r ./lib/fastcomments.rb -e "puts FastComments::VERSION") +VERSION=$(ruby -I ./client/lib -r ./lib/fastcomments.rb -e "puts FastComments::VERSION") GEM_FILE="fastcomments-${VERSION}.gem" if [ ! -f "$GEM_FILE" ]; then