Skip to content

Commit 319721c

Browse files
authored
Merge pull request #1 from FastComments/release-2025-11-20
Release v0.3.0 - upgrade generator, add ApiModelBase, add approved to PublicComment, refactor models
2 parents d090651 + 1d18089 commit 319721c

File tree

467 files changed

+994
-11764
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

467 files changed

+994
-11764
lines changed

client/.openapi-generator/FILES

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,6 @@ docs/VoteBodyParams.md
228228
docs/VoteComment200Response.md
229229
docs/VoteDeleteResponse.md
230230
docs/VoteResponse.md
231-
docs/VoteResponseStatus.md
232231
docs/VoteResponseUser.md
233232
docs/VoteStyle.md
234233
fastcomments-client.gemspec
@@ -238,6 +237,7 @@ lib/fastcomments-client/api/default_api.rb
238237
lib/fastcomments-client/api/public_api.rb
239238
lib/fastcomments-client/api_client.rb
240239
lib/fastcomments-client/api_error.rb
240+
lib/fastcomments-client/api_model_base.rb
241241
lib/fastcomments-client/configuration.rb
242242
lib/fastcomments-client/models/add_domain_config200_response.rb
243243
lib/fastcomments-client/models/add_domain_config200_response_any_of.rb
@@ -458,7 +458,6 @@ lib/fastcomments-client/models/vote_body_params.rb
458458
lib/fastcomments-client/models/vote_comment200_response.rb
459459
lib/fastcomments-client/models/vote_delete_response.rb
460460
lib/fastcomments-client/models/vote_response.rb
461-
lib/fastcomments-client/models/vote_response_status.rb
462461
lib/fastcomments-client/models/vote_response_user.rb
463462
lib/fastcomments-client/models/vote_style.rb
464463
lib/fastcomments-client/version.rb
@@ -683,7 +682,6 @@ spec/models/vote_body_params_spec.rb
683682
spec/models/vote_comment200_response_spec.rb
684683
spec/models/vote_delete_response_spec.rb
685684
spec/models/vote_response_spec.rb
686-
spec/models/vote_response_status_spec.rb
687685
spec/models/vote_response_user_spec.rb
688686
spec/models/vote_style_spec.rb
689687
spec/spec_helper.rb

client/.openapi-generator/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.14.0
1+
7.18.0-SNAPSHOT

client/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This SDK is automatically generated by the [OpenAPI Generator](https://openapi-g
88

99
- API version: 0.0.0
1010
- Package version: 0.2.0
11-
- Generator version: 7.14.0
11+
- Generator version: 7.18.0-SNAPSHOT
1212
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
1313

1414
## Installation
@@ -389,7 +389,6 @@ Class | Method | HTTP request | Description
389389
- [FastCommentsClient::VoteComment200Response](docs/VoteComment200Response.md)
390390
- [FastCommentsClient::VoteDeleteResponse](docs/VoteDeleteResponse.md)
391391
- [FastCommentsClient::VoteResponse](docs/VoteResponse.md)
392-
- [FastCommentsClient::VoteResponseStatus](docs/VoteResponseStatus.md)
393392
- [FastCommentsClient::VoteResponseUser](docs/VoteResponseUser.md)
394393
- [FastCommentsClient::VoteStyle](docs/VoteStyle.md)
395394

client/docs/PublicComment.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
| **feedback_ids** | **Array<String>** | | [optional] |
3333
| **requires_verification** | **Boolean** | | [optional] |
3434
| **edit_key** | **String** | | [optional] |
35+
| **approved** | **Boolean** | | [optional] |
3536
| **is_unread** | **Boolean** | | [optional] |
3637
| **my_vote_id** | **String** | | [optional] |
3738
| **is_voted_down** | **Boolean** | | [optional] |
@@ -77,6 +78,7 @@ instance = FastCommentsClient::PublicComment.new(
7778
feedback_ids: null,
7879
requires_verification: null,
7980
edit_key: null,
81+
approved: null,
8082
is_unread: null,
8183
my_vote_id: null,
8284
is_voted_down: null,

client/docs/PublicCommentBase.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
| **feedback_ids** | **Array<String>** | | [optional] |
3333
| **requires_verification** | **Boolean** | | [optional] |
3434
| **edit_key** | **String** | | [optional] |
35+
| **approved** | **Boolean** | | [optional] |
3536

3637
## Example
3738

@@ -66,7 +67,8 @@ instance = FastCommentsClient::PublicCommentBase.new(
6667
anon_user_id: null,
6768
feedback_ids: null,
6869
requires_verification: null,
69-
edit_key: null
70+
edit_key: null,
71+
approved: null
7072
)
7173
```
7274

client/docs/VoteResponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
| Name | Type | Description | Notes |
66
| ---- | ---- | ----------- | ----- |
7-
| **status** | [**VoteResponseStatus**](VoteResponseStatus.md) | | |
7+
| **status** | **String** | | |
88
| **vote_id** | **String** | | [optional] |
99
| **is_verified** | **Boolean** | | [optional] |
1010
| **user** | [**VoteResponseUser**](VoteResponseUser.md) | | [optional] |

client/docs/VoteResponseStatus.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

client/fastcomments-client.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
The version of the OpenAPI document: 0.0.0
99
1010
Generated by: https://openapi-generator.tech
11-
Generator version: 7.14.0
11+
Generator version: 7.18.0-SNAPSHOT
1212
1313
=end
1414

client/lib/fastcomments-client.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@
66
The version of the OpenAPI document: 0.0.0
77
88
Generated by: https://openapi-generator.tech
9-
Generator version: 7.14.0
9+
Generator version: 7.18.0-SNAPSHOT
1010
1111
=end
1212

1313
# Common files
1414
require 'fastcomments-client/api_client'
1515
require 'fastcomments-client/api_error'
16+
require 'fastcomments-client/api_model_base'
1617
require 'fastcomments-client/version'
1718
require 'fastcomments-client/configuration'
1819

@@ -236,7 +237,6 @@
236237
require 'fastcomments-client/models/vote_comment200_response'
237238
require 'fastcomments-client/models/vote_delete_response'
238239
require 'fastcomments-client/models/vote_response'
239-
require 'fastcomments-client/models/vote_response_status'
240240
require 'fastcomments-client/models/vote_response_user'
241241
require 'fastcomments-client/models/vote_style'
242242

client/lib/fastcomments-client/api/default_api.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
The version of the OpenAPI document: 0.0.0
77
88
Generated by: https://openapi-generator.tech
9-
Generator version: 7.14.0
9+
Generator version: 7.18.0-SNAPSHOT
1010
1111
=end
1212

0 commit comments

Comments
 (0)