@@ -19,6 +19,9 @@ docs/AggregationRequestSort.md
1919docs/AggregationResponse.md
2020docs/AggregationResponseStats.md
2121docs/AggregationValue.md
22+ docs/ApiAuditLog.md
23+ docs/ApiComment.md
24+ docs/ApiCommentBase.md
2225docs/ApiCreateUserBadgeResponse.md
2326docs/ApiEmptyResponse.md
2427docs/ApiEmptySuccessResponse.md
@@ -47,6 +50,9 @@ docs/CombineCommentsWithQuestionResults200Response.md
4750docs/CombineQuestionResultsWithCommentsResponse.md
4851docs/CommentData.md
4952docs/CommentHtmlRenderingMode.md
53+ docs/CommentLogData.md
54+ docs/CommentLogEntry.md
55+ docs/CommentLogType.md
5056docs/CommentQuestionResultsRenderingType.md
5157docs/CommentQuestionsRequired.md
5258docs/CommentTextUpdateRequest.md
@@ -81,6 +87,7 @@ docs/DeleteFeedPostPublic200ResponseAnyOf.md
8187docs/DeletePageApiResponse.md
8288docs/DeleteSsoUserApiResponse.md
8389docs/DeleteSubscriptionApiResponse.md
90+ docs/DeletedCommentResultComment.md
8491docs/EventLogEntry.md
8592docs/FComment.md
8693docs/FCommentMeta.md
@@ -137,8 +144,6 @@ docs/GifRating.md
137144docs/HeaderState.md
138145docs/IgnoredResponse.md
139146docs/ImageContentProfanityLevel.md
140- docs/ImportedApiStatusPeriodFailed.md
141- docs/ImportedApiStatusPeriodSuccess.md
142147docs/LiveEvent.md
143148docs/LiveEventExtraInfo.md
144149docs/LiveEventType.md
@@ -151,23 +156,17 @@ docs/NotificationType.md
151156docs/PatchDomainConfigParams.md
152157docs/PatchPageApiResponse.md
153158docs/PatchSsoUserApiResponse.md
154- docs/PickApiCommentPeriodUpdatableCommentFields.md
155- docs/PickFCommentApiCommentFieldsKeysMeta.md
156- docs/PickFCommentPeriodApiCommentFieldsKeys.md
157- docs/PickFCommentPeriodApprovedOrCommentHtml.md
158- docs/PickFCommentPeriodIsDeletedOrCommentHtmlOrCommenterNameOrUserId.md
159- docs/PickFCommentPeriodPublicCommentFieldsKeys.md
160- docs/PickOmitFCommentPeriodDatePeriodPublicCommentPubSubFieldsKeys.md
161- docs/PickTenantAuditLogPeriodTenantAuditLogKeys.md
162159docs/PinComment200Response.md
163160docs/PubSubComment.md
161+ docs/PubSubCommentBase.md
164162docs/PubSubVote.md
165163docs/PublicApi.md
166164docs/PublicApiDeleteCommentResponse.md
167165docs/PublicApiGetCommentTextResponse.md
168166docs/PublicApiSetCommentTextResponse.md
169167docs/PublicBlockFromCommentParams.md
170168docs/PublicComment.md
169+ docs/PublicCommentBase.md
171170docs/PublicFeedPostsResponse.md
172171docs/PutSsoUserApiResponse.md
173172docs/QueryPredicate.md
@@ -184,6 +183,8 @@ docs/ReactFeedPostResponse.md
184183docs/RecordStringBeforeStringOrNullAfterStringOrNullValue.md
185184docs/RecordStringStringOrNumberValue.md
186185docs/RenderableUserNotification.md
186+ docs/RepeatCommentCheckIgnoredReason.md
187+ docs/RepeatCommentHandlingAction.md
187188docs/ResetUserNotifications200Response.md
188189docs/ResetUserNotificationsResponse.md
189190docs/SaveComment200Response.md
@@ -193,6 +194,7 @@ docs/SaveCommentsResponseWithPresence.md
193194docs/SearchUsers200Response.md
194195docs/SearchUsersResponse.md
195196docs/SetCommentText200Response.md
197+ docs/SetCommentTextResult.md
196198docs/SizePreset.md
197199docs/SortDir.md
198200docs/SortDirections.md
@@ -201,6 +203,7 @@ docs/SsoSecurityLevel.md
201203docs/UnBlockCommentPublic200Response.md
202204docs/UnBlockFromCommentParams.md
203205docs/UnblockSuccess.md
206+ docs/UpdatableCommentParams.md
204207docs/UpdateApiPageData.md
205208docs/UpdateApissoUserData.md
206209docs/UpdateDomainConfigParams.md
@@ -220,7 +223,6 @@ docs/UserSessionInfo.md
220223docs/VoteBodyParams.md
221224docs/VoteComment200Response.md
222225docs/VoteDeleteResponse.md
223- docs/VoteDeleteResponseStatus.md
224226docs/VoteResponse.md
225227docs/VoteResponseStatus.md
226228docs/VoteResponseUser.md
@@ -247,6 +249,9 @@ src/models/aggregation_request_sort.rs
247249src/models/aggregation_response.rs
248250src/models/aggregation_response_stats.rs
249251src/models/aggregation_value.rs
252+ src/models/api_audit_log.rs
253+ src/models/api_comment.rs
254+ src/models/api_comment_base.rs
250255src/models/api_create_user_badge_response.rs
251256src/models/api_empty_response.rs
252257src/models/api_empty_success_response.rs
@@ -275,6 +280,9 @@ src/models/combine_comments_with_question_results_200_response.rs
275280src/models/combine_question_results_with_comments_response.rs
276281src/models/comment_data.rs
277282src/models/comment_html_rendering_mode.rs
283+ src/models/comment_log_data.rs
284+ src/models/comment_log_entry.rs
285+ src/models/comment_log_type.rs
278286src/models/comment_question_results_rendering_type.rs
279287src/models/comment_questions_required.rs
280288src/models/comment_text_update_request.rs
@@ -308,6 +316,7 @@ src/models/delete_feed_post_public_200_response_any_of.rs
308316src/models/delete_page_api_response.rs
309317src/models/delete_sso_user_api_response.rs
310318src/models/delete_subscription_api_response.rs
319+ src/models/deleted_comment_result_comment.rs
311320src/models/event_log_entry.rs
312321src/models/f_comment.rs
313322src/models/f_comment_meta.rs
@@ -364,8 +373,6 @@ src/models/gif_rating.rs
364373src/models/header_state.rs
365374src/models/ignored_response.rs
366375src/models/image_content_profanity_level.rs
367- src/models/imported_api_status_period_failed.rs
368- src/models/imported_api_status_period_success.rs
369376src/models/live_event.rs
370377src/models/live_event_extra_info.rs
371378src/models/live_event_type.rs
@@ -379,22 +386,16 @@ src/models/notification_type.rs
379386src/models/patch_domain_config_params.rs
380387src/models/patch_page_api_response.rs
381388src/models/patch_sso_user_api_response.rs
382- src/models/pick_api_comment_period_updatable_comment_fields_.rs
383- src/models/pick_f_comment_api_comment_fields_keys__meta.rs
384- src/models/pick_f_comment_period_api_comment_fields_keys_.rs
385- src/models/pick_f_comment_period_approved_or_comment_html_.rs
386- src/models/pick_f_comment_period_is_deleted_or_comment_html_or_commenter_name_or_user_id_.rs
387- src/models/pick_f_comment_period_public_comment_fields_keys_.rs
388- src/models/pick_omit_f_comment_period_date_period_public_comment_pub_sub_fields_keys_.rs
389- src/models/pick_tenant_audit_log_period_tenant_audit_log_keys_.rs
390389src/models/pin_comment_200_response.rs
391390src/models/pub_sub_comment.rs
391+ src/models/pub_sub_comment_base.rs
392392src/models/pub_sub_vote.rs
393393src/models/public_api_delete_comment_response.rs
394394src/models/public_api_get_comment_text_response.rs
395395src/models/public_api_set_comment_text_response.rs
396396src/models/public_block_from_comment_params.rs
397397src/models/public_comment.rs
398+ src/models/public_comment_base.rs
398399src/models/public_feed_posts_response.rs
399400src/models/put_sso_user_api_response.rs
400401src/models/query_predicate.rs
@@ -411,6 +412,8 @@ src/models/react_feed_post_response.rs
411412src/models/record_string__before_string_or_null__after_string_or_null___value.rs
412413src/models/record_string_string_or_number__value.rs
413414src/models/renderable_user_notification.rs
415+ src/models/repeat_comment_check_ignored_reason.rs
416+ src/models/repeat_comment_handling_action.rs
414417src/models/reset_user_notifications_200_response.rs
415418src/models/reset_user_notifications_response.rs
416419src/models/save_comment_200_response.rs
@@ -420,6 +423,7 @@ src/models/save_comments_response_with_presence.rs
420423src/models/search_users_200_response.rs
421424src/models/search_users_response.rs
422425src/models/set_comment_text_200_response.rs
426+ src/models/set_comment_text_result.rs
423427src/models/size_preset.rs
424428src/models/sort_dir.rs
425429src/models/sort_directions.rs
@@ -428,6 +432,7 @@ src/models/sso_security_level.rs
428432src/models/un_block_comment_public_200_response.rs
429433src/models/un_block_from_comment_params.rs
430434src/models/unblock_success.rs
435+ src/models/updatable_comment_params.rs
431436src/models/update_api_page_data.rs
432437src/models/update_apisso_user_data.rs
433438src/models/update_domain_config_params.rs
@@ -447,7 +452,6 @@ src/models/user_session_info.rs
447452src/models/vote_body_params.rs
448453src/models/vote_comment_200_response.rs
449454src/models/vote_delete_response.rs
450- src/models/vote_delete_response_status.rs
451455src/models/vote_response.rs
452456src/models/vote_response_status.rs
453457src/models/vote_response_user.rs
0 commit comments