Skip to content

Commit 546a007

Browse files
committed
Fixing missing requiresVerification and editKey
1 parent a550237 commit 546a007

File tree

139 files changed

+382
-137
lines changed

Some content is hidden

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

139 files changed

+382
-137
lines changed

client/README.md

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

33
fastcomments
44
- API version: 0.0.0
5-
- Build date: 2025-03-25T10:12:49.770182242-07:00[America/Los_Angeles]
5+
- Build date: 2025-03-25T16:43:49.680707237-07:00[America/Los_Angeles]
66
- Generator version: 7.11.0
77

88
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

client/api/openapi.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3709,6 +3709,7 @@ components:
37093709
- $ref: '#/components/schemas/Pick_FComment.PublicCommentFieldsKeys_'
37103710
example:
37113711
date: 2000-01-23T04:56:07.000+00:00
3712+
editKey: editKey
37123713
votesDown: 2
37133714
hasChildren: true
37143715
commenterName: commenterName
@@ -3727,6 +3728,7 @@ components:
37273728
viewCount: 3.616076749251911
37283729
votesUp: 5
37293730
displayLabel: displayLabel
3731+
requiresVerification: true
37303732
isPinned: true
37313733
isVotedUp: true
37323734
verified: true
@@ -3831,6 +3833,10 @@ components:
38313833
viewCount:
38323834
format: double
38333835
type: number
3836+
requiresVerification:
3837+
type: boolean
3838+
editKey:
3839+
type: string
38343840
required:
38353841
- _id
38363842
- commentHTML
@@ -4064,6 +4070,7 @@ components:
40644070
lastGenDate: 2
40654071
comments:
40664072
- date: 2000-01-23T04:56:07.000+00:00
4073+
editKey: editKey
40674074
votesDown: 2
40684075
hasChildren: true
40694076
commenterName: commenterName
@@ -4082,6 +4089,7 @@ components:
40824089
viewCount: 3.616076749251911
40834090
votesUp: 5
40844091
displayLabel: displayLabel
4092+
requiresVerification: true
40854093
isPinned: true
40864094
isVotedUp: true
40874095
verified: true
@@ -4122,6 +4130,7 @@ components:
41224130
isSpam: true
41234131
isByAdmin: true
41244132
- date: 2000-01-23T04:56:07.000+00:00
4133+
editKey: editKey
41254134
votesDown: 2
41264135
hasChildren: true
41274136
commenterName: commenterName
@@ -4140,6 +4149,7 @@ components:
41404149
viewCount: 3.616076749251911
41414150
votesUp: 5
41424151
displayLabel: displayLabel
4152+
requiresVerification: true
41434153
isPinned: true
41444154
isVotedUp: true
41454155
verified: true
@@ -4224,6 +4234,7 @@ components:
42244234
example:
42254235
comment:
42264236
date: 2000-01-23T04:56:07.000+00:00
4237+
editKey: editKey
42274238
votesDown: 2
42284239
hasChildren: true
42294240
commenterName: commenterName
@@ -4242,6 +4253,7 @@ components:
42424253
viewCount: 3.616076749251911
42434254
votesUp: 5
42444255
displayLabel: displayLabel
4256+
requiresVerification: true
42454257
isPinned: true
42464258
isVotedUp: true
42474259
verified: true
@@ -5487,6 +5499,7 @@ components:
54875499
additionalProperties: false
54885500
example:
54895501
date: 2000-01-23T04:56:07.000+00:00
5502+
editKey: editKey
54905503
pageNumber: 5
54915504
pageTitle: pageTitle
54925505
rating: 3.616076749251911
@@ -5564,6 +5577,7 @@ components:
55645577
viewCount: 7.386281948385884
55655578
votesUp: 1
55665579
displayLabel: displayLabel
5580+
requiresVerification: true
55675581
isPinned: true
55685582
verified: true
55695583
anonUserId: anonUserId
@@ -5801,6 +5815,10 @@ components:
58015815
format: double
58025816
nullable: true
58035817
type: number
5818+
requiresVerification:
5819+
type: boolean
5820+
editKey:
5821+
type: string
58045822
required:
58055823
- _id
58065824
- approved
@@ -5819,6 +5837,7 @@ components:
58195837
example:
58205838
comment:
58215839
date: 2000-01-23T04:56:07.000+00:00
5840+
editKey: editKey
58225841
pageNumber: 5
58235842
pageTitle: pageTitle
58245843
rating: 3.616076749251911
@@ -5896,6 +5915,7 @@ components:
58965915
viewCount: 7.386281948385884
58975916
votesUp: 1
58985917
displayLabel: displayLabel
5918+
requiresVerification: true
58995919
isPinned: true
59005920
verified: true
59015921
anonUserId: anonUserId

client/docs/FComment.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@
7575
|**logs** | **List<List<Object>>** | | [optional] |
7676
|**groupIds** | **List<String>** | | [optional] |
7777
|**viewCount** | **Double** | | [optional] |
78+
|**requiresVerification** | **Boolean** | | [optional] |
79+
|**editKey** | **String** | | [optional] |
7880

7981

8082

client/docs/PickFCommentPublicCommentFieldsKeys.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ From T, pick a set of properties whose keys are in the union K
3434
|**badges** | [**List<CommentUserBadgeInfo>**](CommentUserBadgeInfo.md) | | [optional] |
3535
|**feedbackIds** | **List<String>** | | [optional] |
3636
|**viewCount** | **Double** | | [optional] |
37+
|**requiresVerification** | **Boolean** | | [optional] |
38+
|**editKey** | **String** | | [optional] |
3739

3840

3941

client/docs/PublicComment.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
|**badges** | [**List<CommentUserBadgeInfo>**](CommentUserBadgeInfo.md) | | [optional] |
3434
|**feedbackIds** | **List<String>** | | [optional] |
3535
|**viewCount** | **Double** | | [optional] |
36+
|**requiresVerification** | **Boolean** | | [optional] |
37+
|**editKey** | **String** | | [optional] |
3638
|**isUnread** | **Boolean** | | [optional] |
3739
|**myVoteId** | **String** | | [optional] |
3840
|**isVotedDown** | **Boolean** | | [optional] |

client/src/main/java/com/fastcomments/invoker/ApiException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* <p>ApiException class.</p>
2222
*/
2323
@SuppressWarnings("serial")
24-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2025-03-25T10:12:49.770182242-07:00[America/Los_Angeles]", comments = "Generator version: 7.11.0")
24+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2025-03-25T16:43:49.680707237-07:00[America/Los_Angeles]", comments = "Generator version: 7.11.0")
2525
public class ApiException extends Exception {
2626
private static final long serialVersionUID = 1L;
2727

client/src/main/java/com/fastcomments/invoker/Configuration.java

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

1414
package com.fastcomments.invoker;
1515

16-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2025-03-25T10:12:49.770182242-07:00[America/Los_Angeles]", comments = "Generator version: 7.11.0")
16+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2025-03-25T16:43:49.680707237-07:00[America/Los_Angeles]", comments = "Generator version: 7.11.0")
1717
public class Configuration {
1818
public static final String VERSION = "0.0.1";
1919

client/src/main/java/com/fastcomments/invoker/Pair.java

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

1414
package com.fastcomments.invoker;
1515

16-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2025-03-25T10:12:49.770182242-07:00[America/Los_Angeles]", comments = "Generator version: 7.11.0")
16+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2025-03-25T16:43:49.680707237-07:00[America/Los_Angeles]", comments = "Generator version: 7.11.0")
1717
public class Pair {
1818
private String name = "";
1919
private String value = "";

client/src/main/java/com/fastcomments/invoker/ServerConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
/**
1919
* Representing a Server configuration.
2020
*/
21-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2025-03-25T10:12:49.770182242-07:00[America/Los_Angeles]", comments = "Generator version: 7.11.0")
21+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2025-03-25T16:43:49.680707237-07:00[America/Los_Angeles]", comments = "Generator version: 7.11.0")
2222
public class ServerConfiguration {
2323
public String URL;
2424
public String description;

client/src/main/java/com/fastcomments/invoker/ServerVariable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
/**
1919
* Representing a Server Variable for server URL template substitution.
2020
*/
21-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2025-03-25T10:12:49.770182242-07:00[America/Los_Angeles]", comments = "Generator version: 7.11.0")
21+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2025-03-25T16:43:49.680707237-07:00[America/Los_Angeles]", comments = "Generator version: 7.11.0")
2222
public class ServerVariable {
2323
public String description;
2424
public String defaultValue;

0 commit comments

Comments
 (0)