@@ -16,7 +16,9 @@ include/FastCommentsClient/MultipartFormData.h
1616include/FastCommentsClient/Object.h
1717include/FastCommentsClient/api/DefaultApi.h
1818include/FastCommentsClient/api/PublicApi.h
19+ include/FastCommentsClient/model/APIAuditLog.h
1920include/FastCommentsClient/model/APIComment.h
21+ include/FastCommentsClient/model/APICommentBase.h
2022include/FastCommentsClient/model/APICreateUserBadgeResponse.h
2123include/FastCommentsClient/model/APIEmptyResponse.h
2224include/FastCommentsClient/model/APIEmptySuccessResponse.h
@@ -97,6 +99,7 @@ include/FastCommentsClient/model/DeleteFeedPostPublic_200_response_anyOf.h
9799include/FastCommentsClient/model/DeletePageAPIResponse.h
98100include/FastCommentsClient/model/DeleteSSOUserAPIResponse.h
99101include/FastCommentsClient/model/DeleteSubscriptionAPIResponse.h
102+ include/FastCommentsClient/model/DeletedCommentResultComment.h
100103include/FastCommentsClient/model/EventLogEntry.h
101104include/FastCommentsClient/model/FComment.h
102105include/FastCommentsClient/model/FComment_meta.h
@@ -165,22 +168,16 @@ include/FastCommentsClient/model/NotificationType.h
165168include/FastCommentsClient/model/PatchDomainConfigParams.h
166169include/FastCommentsClient/model/PatchPageAPIResponse.h
167170include/FastCommentsClient/model/PatchSSOUserAPIResponse.h
168- include/FastCommentsClient/model/Pick_APIComment_UpdatableCommentFields_.h
169- include/FastCommentsClient/model/Pick_FComment_APICommentFieldsKeys_.h
170- include/FastCommentsClient/model/Pick_FComment_APICommentFieldsKeys__meta.h
171- include/FastCommentsClient/model/Pick_FComment_PublicCommentFieldsKeys_.h
172- include/FastCommentsClient/model/Pick_FComment_approved_or_commentHTML_.h
173- include/FastCommentsClient/model/Pick_FComment_isDeleted_or_commentHTML_or_commenterName_or_userId_.h
174- include/FastCommentsClient/model/Pick_Omit_FComment_date__PublicCommentPubSubFieldsKeys_.h
175- include/FastCommentsClient/model/Pick_TenantAuditLog_TenantAuditLogKeys_.h
176171include/FastCommentsClient/model/PinComment_200_response.h
177172include/FastCommentsClient/model/PubSubComment.h
173+ include/FastCommentsClient/model/PubSubCommentBase.h
178174include/FastCommentsClient/model/PubSubVote.h
179175include/FastCommentsClient/model/PublicAPIDeleteCommentResponse.h
180176include/FastCommentsClient/model/PublicAPIGetCommentTextResponse.h
181177include/FastCommentsClient/model/PublicAPISetCommentTextResponse.h
182178include/FastCommentsClient/model/PublicBlockFromCommentParams.h
183179include/FastCommentsClient/model/PublicComment.h
180+ include/FastCommentsClient/model/PublicCommentBase.h
184181include/FastCommentsClient/model/PublicFeedPostsResponse.h
185182include/FastCommentsClient/model/PutSSOUserAPIResponse.h
186183include/FastCommentsClient/model/QueryPredicate.h
@@ -209,13 +206,15 @@ include/FastCommentsClient/model/SaveComment_200_response.h
209206include/FastCommentsClient/model/SaveCommentsResponseWithPresence.h
210207include/FastCommentsClient/model/SearchUsersResponse.h
211208include/FastCommentsClient/model/SearchUsers_200_response.h
209+ include/FastCommentsClient/model/SetCommentTextResult.h
212210include/FastCommentsClient/model/SetCommentText_200_response.h
213211include/FastCommentsClient/model/SizePreset.h
214212include/FastCommentsClient/model/SortDirections.h
215213include/FastCommentsClient/model/SpamRule.h
216214include/FastCommentsClient/model/UnBlockCommentPublic_200_response.h
217215include/FastCommentsClient/model/UnBlockFromCommentParams.h
218216include/FastCommentsClient/model/UnblockSuccess.h
217+ include/FastCommentsClient/model/UpdatableCommentParams.h
219218include/FastCommentsClient/model/UpdateAPIPageData.h
220219include/FastCommentsClient/model/UpdateAPISSOUserData.h
221220include/FastCommentsClient/model/UpdateDomainConfigParams.h
@@ -249,7 +248,9 @@ src/MultipartFormData.cpp
249248src/Object.cpp
250249src/api/DefaultApi.cpp
251250src/api/PublicApi.cpp
251+ src/model/APIAuditLog.cpp
252252src/model/APIComment.cpp
253+ src/model/APICommentBase.cpp
253254src/model/APICreateUserBadgeResponse.cpp
254255src/model/APIEmptyResponse.cpp
255256src/model/APIEmptySuccessResponse.cpp
@@ -330,6 +331,7 @@ src/model/DeleteFeedPostPublic_200_response_anyOf.cpp
330331src/model/DeletePageAPIResponse.cpp
331332src/model/DeleteSSOUserAPIResponse.cpp
332333src/model/DeleteSubscriptionAPIResponse.cpp
334+ src/model/DeletedCommentResultComment.cpp
333335src/model/EventLogEntry.cpp
334336src/model/FComment.cpp
335337src/model/FComment_meta.cpp
@@ -398,22 +400,16 @@ src/model/NotificationType.cpp
398400src/model/PatchDomainConfigParams.cpp
399401src/model/PatchPageAPIResponse.cpp
400402src/model/PatchSSOUserAPIResponse.cpp
401- src/model/Pick_APIComment_UpdatableCommentFields_.cpp
402- src/model/Pick_FComment_APICommentFieldsKeys_.cpp
403- src/model/Pick_FComment_APICommentFieldsKeys__meta.cpp
404- src/model/Pick_FComment_PublicCommentFieldsKeys_.cpp
405- src/model/Pick_FComment_approved_or_commentHTML_.cpp
406- src/model/Pick_FComment_isDeleted_or_commentHTML_or_commenterName_or_userId_.cpp
407- src/model/Pick_Omit_FComment_date__PublicCommentPubSubFieldsKeys_.cpp
408- src/model/Pick_TenantAuditLog_TenantAuditLogKeys_.cpp
409403src/model/PinComment_200_response.cpp
410404src/model/PubSubComment.cpp
405+ src/model/PubSubCommentBase.cpp
411406src/model/PubSubVote.cpp
412407src/model/PublicAPIDeleteCommentResponse.cpp
413408src/model/PublicAPIGetCommentTextResponse.cpp
414409src/model/PublicAPISetCommentTextResponse.cpp
415410src/model/PublicBlockFromCommentParams.cpp
416411src/model/PublicComment.cpp
412+ src/model/PublicCommentBase.cpp
417413src/model/PublicFeedPostsResponse.cpp
418414src/model/PutSSOUserAPIResponse.cpp
419415src/model/QueryPredicate.cpp
@@ -442,13 +438,15 @@ src/model/SaveComment_200_response.cpp
442438src/model/SaveCommentsResponseWithPresence.cpp
443439src/model/SearchUsersResponse.cpp
444440src/model/SearchUsers_200_response.cpp
441+ src/model/SetCommentTextResult.cpp
445442src/model/SetCommentText_200_response.cpp
446443src/model/SizePreset.cpp
447444src/model/SortDirections.cpp
448445src/model/SpamRule.cpp
449446src/model/UnBlockCommentPublic_200_response.cpp
450447src/model/UnBlockFromCommentParams.cpp
451448src/model/UnblockSuccess.cpp
449+ src/model/UpdatableCommentParams.cpp
452450src/model/UpdateAPIPageData.cpp
453451src/model/UpdateAPISSOUserData.cpp
454452src/model/UpdateDomainConfigParams.cpp
0 commit comments