Skip to content

Commit 45dc82f

Browse files
authored
Merge pull request #11 from FastComments/release-2025-11-21
Release v1.0.0 - regenerate client models & API (breaking changes)
2 parents 10e9fbf + 0295def commit 45dc82f

File tree

301 files changed

+11411
-6314
lines changed

Some content is hidden

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

301 files changed

+11411
-6314
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,21 @@ Then add the dependencies you need:
2525
<dependency>
2626
<groupId>com.fastcomments</groupId>
2727
<artifactId>client</artifactId>
28-
<version>0.0.2</version>
28+
<version>1.0.0</version>
2929
</dependency>
3030

3131
<!-- Core Library (includes SSO) -->
3232
<dependency>
3333
<groupId>com.fastcomments</groupId>
3434
<artifactId>core</artifactId>
35-
<version>0.0.2</version>
35+
<version>1.0.0</version>
3636
</dependency>
3737

3838
<!-- PubSub Library (for live events) -->
3939
<dependency>
4040
<groupId>com.fastcomments</groupId>
4141
<artifactId>pubsub</artifactId>
42-
<version>0.0.2</version>
42+
<version>1.0.0</version>
4343
</dependency>
4444
</dependencies>
4545
```
@@ -58,13 +58,13 @@ repositories {
5858
5959
dependencies {
6060
// API Client
61-
implementation "com.fastcomments:client:0.0.2"
61+
implementation "com.fastcomments:client:1.0.0"
6262
6363
// Core Library (includes SSO)
64-
implementation "com.fastcomments:core:0.0.2"
64+
implementation "com.fastcomments:core:1.0.0"
6565
6666
// PubSub Library (for live events)
67-
implementation "com.fastcomments:pubsub:0.0.2"
67+
implementation "com.fastcomments:pubsub:1.0.0"
6868
}
6969
```
7070

client/.openapi-generator/FILES

Lines changed: 39 additions & 33 deletions
Large diffs are not rendered by default.

client/README.md

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Add this dependency to your project's POM:
4040
<dependency>
4141
<groupId>com.fastcomments</groupId>
4242
<artifactId>client</artifactId>
43-
<version>0.0.27</version>
43+
<version>1.0.0</version>
4444
<scope>compile</scope>
4545
</dependency>
4646
```
@@ -56,7 +56,7 @@ Add this dependency to your project's build file:
5656
}
5757
5858
dependencies {
59-
implementation "com.fastcomments:client:0.0.27"
59+
implementation "com.fastcomments:client:1.0.0"
6060
}
6161
```
6262

@@ -70,7 +70,7 @@ mvn clean package
7070

7171
Then manually install the following JARs:
7272

73-
* `target/client-0.0.27.jar`
73+
* `target/client-1.0.0.jar`
7474
* `target/lib/*.jar`
7575

7676
## Getting Started
@@ -209,6 +209,9 @@ Class | Method | HTTP request | Description
209209

210210
## Documentation for Models
211211

212+
- [APIAuditLog](docs/APIAuditLog.md)
213+
- [APIComment](docs/APIComment.md)
214+
- [APICommentBase](docs/APICommentBase.md)
212215
- [APICreateUserBadgeResponse](docs/APICreateUserBadgeResponse.md)
213216
- [APIEmptyResponse](docs/APIEmptyResponse.md)
214217
- [APIEmptySuccessResponse](docs/APIEmptySuccessResponse.md)
@@ -253,6 +256,9 @@ Class | Method | HTTP request | Description
253256
- [CombineQuestionResultsWithCommentsResponse](docs/CombineQuestionResultsWithCommentsResponse.md)
254257
- [CommentData](docs/CommentData.md)
255258
- [CommentHTMLRenderingMode](docs/CommentHTMLRenderingMode.md)
259+
- [CommentLogData](docs/CommentLogData.md)
260+
- [CommentLogEntry](docs/CommentLogEntry.md)
261+
- [CommentLogType](docs/CommentLogType.md)
256262
- [CommentQuestionResultsRenderingType](docs/CommentQuestionResultsRenderingType.md)
257263
- [CommentQuestionsRequired](docs/CommentQuestionsRequired.md)
258264
- [CommentTextUpdateRequest](docs/CommentTextUpdateRequest.md)
@@ -286,6 +292,7 @@ Class | Method | HTTP request | Description
286292
- [DeletePageAPIResponse](docs/DeletePageAPIResponse.md)
287293
- [DeleteSSOUserAPIResponse](docs/DeleteSSOUserAPIResponse.md)
288294
- [DeleteSubscriptionAPIResponse](docs/DeleteSubscriptionAPIResponse.md)
295+
- [DeletedCommentResultComment](docs/DeletedCommentResultComment.md)
289296
- [EventLogEntry](docs/EventLogEntry.md)
290297
- [FComment](docs/FComment.md)
291298
- [FCommentMeta](docs/FCommentMeta.md)
@@ -342,8 +349,6 @@ Class | Method | HTTP request | Description
342349
- [HeaderState](docs/HeaderState.md)
343350
- [IgnoredResponse](docs/IgnoredResponse.md)
344351
- [ImageContentProfanityLevel](docs/ImageContentProfanityLevel.md)
345-
- [ImportedAPIStatusFAILED](docs/ImportedAPIStatusFAILED.md)
346-
- [ImportedAPIStatusSUCCESS](docs/ImportedAPIStatusSUCCESS.md)
347352
- [LiveEvent](docs/LiveEvent.md)
348353
- [LiveEventExtraInfo](docs/LiveEventExtraInfo.md)
349354
- [LiveEventType](docs/LiveEventType.md)
@@ -356,22 +361,16 @@ Class | Method | HTTP request | Description
356361
- [PatchDomainConfigParams](docs/PatchDomainConfigParams.md)
357362
- [PatchPageAPIResponse](docs/PatchPageAPIResponse.md)
358363
- [PatchSSOUserAPIResponse](docs/PatchSSOUserAPIResponse.md)
359-
- [PickAPICommentUpdatableCommentFields](docs/PickAPICommentUpdatableCommentFields.md)
360-
- [PickFCommentAPICommentFieldsKeys](docs/PickFCommentAPICommentFieldsKeys.md)
361-
- [PickFCommentAPICommentFieldsKeysMeta](docs/PickFCommentAPICommentFieldsKeysMeta.md)
362-
- [PickFCommentApprovedOrCommentHTML](docs/PickFCommentApprovedOrCommentHTML.md)
363-
- [PickFCommentIsDeletedOrCommentHTMLOrCommenterNameOrUserId](docs/PickFCommentIsDeletedOrCommentHTMLOrCommenterNameOrUserId.md)
364-
- [PickFCommentPublicCommentFieldsKeys](docs/PickFCommentPublicCommentFieldsKeys.md)
365-
- [PickOmitFCommentDatePublicCommentPubSubFieldsKeys](docs/PickOmitFCommentDatePublicCommentPubSubFieldsKeys.md)
366-
- [PickTenantAuditLogTenantAuditLogKeys](docs/PickTenantAuditLogTenantAuditLogKeys.md)
367364
- [PinComment200Response](docs/PinComment200Response.md)
368365
- [PubSubComment](docs/PubSubComment.md)
366+
- [PubSubCommentBase](docs/PubSubCommentBase.md)
369367
- [PubSubVote](docs/PubSubVote.md)
370368
- [PublicAPIDeleteCommentResponse](docs/PublicAPIDeleteCommentResponse.md)
371369
- [PublicAPIGetCommentTextResponse](docs/PublicAPIGetCommentTextResponse.md)
372370
- [PublicAPISetCommentTextResponse](docs/PublicAPISetCommentTextResponse.md)
373371
- [PublicBlockFromCommentParams](docs/PublicBlockFromCommentParams.md)
374372
- [PublicComment](docs/PublicComment.md)
373+
- [PublicCommentBase](docs/PublicCommentBase.md)
375374
- [PublicFeedPostsResponse](docs/PublicFeedPostsResponse.md)
376375
- [PutSSOUserAPIResponse](docs/PutSSOUserAPIResponse.md)
377376
- [QueryPredicate](docs/QueryPredicate.md)
@@ -388,6 +387,8 @@ Class | Method | HTTP request | Description
388387
- [RecordStringBeforeStringOrNullAfterStringOrNullValue](docs/RecordStringBeforeStringOrNullAfterStringOrNullValue.md)
389388
- [RecordStringStringOrNumberValue](docs/RecordStringStringOrNumberValue.md)
390389
- [RenderableUserNotification](docs/RenderableUserNotification.md)
390+
- [RepeatCommentCheckIgnoredReason](docs/RepeatCommentCheckIgnoredReason.md)
391+
- [RepeatCommentHandlingAction](docs/RepeatCommentHandlingAction.md)
391392
- [ResetUserNotifications200Response](docs/ResetUserNotifications200Response.md)
392393
- [ResetUserNotificationsResponse](docs/ResetUserNotificationsResponse.md)
393394
- [SORTDIR](docs/SORTDIR.md)
@@ -399,12 +400,14 @@ Class | Method | HTTP request | Description
399400
- [SearchUsers200Response](docs/SearchUsers200Response.md)
400401
- [SearchUsersResponse](docs/SearchUsersResponse.md)
401402
- [SetCommentText200Response](docs/SetCommentText200Response.md)
403+
- [SetCommentTextResult](docs/SetCommentTextResult.md)
402404
- [SizePreset](docs/SizePreset.md)
403405
- [SortDirections](docs/SortDirections.md)
404406
- [SpamRule](docs/SpamRule.md)
405407
- [UnBlockCommentPublic200Response](docs/UnBlockCommentPublic200Response.md)
406408
- [UnBlockFromCommentParams](docs/UnBlockFromCommentParams.md)
407409
- [UnblockSuccess](docs/UnblockSuccess.md)
410+
- [UpdatableCommentParams](docs/UpdatableCommentParams.md)
408411
- [UpdateAPIPageData](docs/UpdateAPIPageData.md)
409412
- [UpdateAPISSOUserData](docs/UpdateAPISSOUserData.md)
410413
- [UpdateDomainConfigParams](docs/UpdateDomainConfigParams.md)
@@ -424,7 +427,6 @@ Class | Method | HTTP request | Description
424427
- [VoteBodyParams](docs/VoteBodyParams.md)
425428
- [VoteComment200Response](docs/VoteComment200Response.md)
426429
- [VoteDeleteResponse](docs/VoteDeleteResponse.md)
427-
- [VoteDeleteResponseStatus](docs/VoteDeleteResponseStatus.md)
428430
- [VoteResponse](docs/VoteResponse.md)
429431
- [VoteResponseStatus](docs/VoteResponseStatus.md)
430432
- [VoteResponseUser](docs/VoteResponseUser.md)

0 commit comments

Comments
 (0)