@@ -29,6 +29,9 @@ client/models/aggregation_request_sort.py
2929client/models/aggregation_response.py
3030client/models/aggregation_response_stats.py
3131client/models/aggregation_value.py
32+ client/models/api_audit_log.py
33+ client/models/api_comment.py
34+ client/models/api_comment_base.py
3235client/models/api_create_user_badge_response.py
3336client/models/api_empty_response.py
3437client/models/api_empty_success_response.py
@@ -57,6 +60,9 @@ client/models/combine_comments_with_question_results200_response.py
5760client/models/combine_question_results_with_comments_response.py
5861client/models/comment_data.py
5962client/models/comment_html_rendering_mode.py
63+ client/models/comment_log_data.py
64+ client/models/comment_log_entry.py
65+ client/models/comment_log_type.py
6066client/models/comment_question_results_rendering_type.py
6167client/models/comment_questions_required.py
6268client/models/comment_text_update_request.py
@@ -90,6 +96,7 @@ client/models/delete_feed_post_public200_response_any_of.py
9096client/models/delete_page_api_response.py
9197client/models/delete_sso_user_api_response.py
9298client/models/delete_subscription_api_response.py
99+ client/models/deleted_comment_result_comment.py
93100client/models/event_log_entry.py
94101client/models/f_comment.py
95102client/models/f_comment_meta.py
@@ -146,8 +153,6 @@ client/models/gif_rating.py
146153client/models/header_state.py
147154client/models/ignored_response.py
148155client/models/image_content_profanity_level.py
149- client/models/imported_api_status_failed.py
150- client/models/imported_api_status_success.py
151156client/models/live_event.py
152157client/models/live_event_extra_info.py
153158client/models/live_event_type.py
@@ -160,22 +165,16 @@ client/models/notification_type.py
160165client/models/patch_domain_config_params.py
161166client/models/patch_page_api_response.py
162167client/models/patch_sso_user_api_response.py
163- client/models/pick_api_comment_updatable_comment_fields.py
164- client/models/pick_f_comment_api_comment_fields_keys.py
165- client/models/pick_f_comment_api_comment_fields_keys_meta.py
166- client/models/pick_f_comment_approved_or_comment_html.py
167- client/models/pick_f_comment_is_deleted_or_comment_htmlor_commenter_name_or_user_id.py
168- client/models/pick_f_comment_public_comment_fields_keys.py
169- client/models/pick_omit_f_comment_date_public_comment_pub_sub_fields_keys.py
170- client/models/pick_tenant_audit_log_tenant_audit_log_keys.py
171168client/models/pin_comment200_response.py
172169client/models/pub_sub_comment.py
170+ client/models/pub_sub_comment_base.py
173171client/models/pub_sub_vote.py
174172client/models/public_api_delete_comment_response.py
175173client/models/public_api_get_comment_text_response.py
176174client/models/public_api_set_comment_text_response.py
177175client/models/public_block_from_comment_params.py
178176client/models/public_comment.py
177+ client/models/public_comment_base.py
179178client/models/public_feed_posts_response.py
180179client/models/put_sso_user_api_response.py
181180client/models/query_predicate.py
@@ -192,6 +191,8 @@ client/models/react_feed_post_response.py
192191client/models/record_string_before_string_or_null_after_string_or_null_value.py
193192client/models/record_string_string_or_number_value.py
194193client/models/renderable_user_notification.py
194+ client/models/repeat_comment_check_ignored_reason.py
195+ client/models/repeat_comment_handling_action.py
195196client/models/reset_user_notifications200_response.py
196197client/models/reset_user_notifications_response.py
197198client/models/save_comment200_response.py
@@ -201,6 +202,7 @@ client/models/save_comments_response_with_presence.py
201202client/models/search_users200_response.py
202203client/models/search_users_response.py
203204client/models/set_comment_text200_response.py
205+ client/models/set_comment_text_result.py
204206client/models/size_preset.py
205207client/models/sort_directions.py
206208client/models/sortdir.py
@@ -209,6 +211,7 @@ client/models/sso_security_level.py
209211client/models/un_block_comment_public200_response.py
210212client/models/un_block_from_comment_params.py
211213client/models/unblock_success.py
214+ client/models/updatable_comment_params.py
212215client/models/update_api_page_data.py
213216client/models/update_apisso_user_data.py
214217client/models/update_domain_config_params.py
@@ -228,13 +231,15 @@ client/models/user_session_info.py
228231client/models/vote_body_params.py
229232client/models/vote_comment200_response.py
230233client/models/vote_delete_response.py
231- client/models/vote_delete_response_status.py
232234client/models/vote_response.py
233235client/models/vote_response_status.py
234236client/models/vote_response_user.py
235237client/models/vote_style.py
236238client/py.typed
237239client/rest.py
240+ docs/APIAuditLog.md
241+ docs/APIComment.md
242+ docs/APICommentBase.md
238243docs/APICreateUserBadgeResponse.md
239244docs/APIEmptyResponse.md
240245docs/APIEmptySuccessResponse.md
@@ -279,6 +284,9 @@ docs/CombineCommentsWithQuestionResults200Response.md
279284docs/CombineQuestionResultsWithCommentsResponse.md
280285docs/CommentData.md
281286docs/CommentHTMLRenderingMode.md
287+ docs/CommentLogData.md
288+ docs/CommentLogEntry.md
289+ docs/CommentLogType.md
282290docs/CommentQuestionResultsRenderingType.md
283291docs/CommentQuestionsRequired.md
284292docs/CommentTextUpdateRequest.md
@@ -313,6 +321,7 @@ docs/DeleteFeedPostPublic200ResponseAnyOf.md
313321docs/DeletePageAPIResponse.md
314322docs/DeleteSSOUserAPIResponse.md
315323docs/DeleteSubscriptionAPIResponse.md
324+ docs/DeletedCommentResultComment.md
316325docs/EventLogEntry.md
317326docs/FComment.md
318327docs/FCommentMeta.md
@@ -369,8 +378,6 @@ docs/GifRating.md
369378docs/HeaderState.md
370379docs/IgnoredResponse.md
371380docs/ImageContentProfanityLevel.md
372- docs/ImportedAPIStatusFAILED.md
373- docs/ImportedAPIStatusSUCCESS.md
374381docs/LiveEvent.md
375382docs/LiveEventExtraInfo.md
376383docs/LiveEventType.md
@@ -383,23 +390,17 @@ docs/NotificationType.md
383390docs/PatchDomainConfigParams.md
384391docs/PatchPageAPIResponse.md
385392docs/PatchSSOUserAPIResponse.md
386- docs/PickAPICommentUpdatableCommentFields.md
387- docs/PickFCommentAPICommentFieldsKeys.md
388- docs/PickFCommentAPICommentFieldsKeysMeta.md
389- docs/PickFCommentApprovedOrCommentHTML.md
390- docs/PickFCommentIsDeletedOrCommentHTMLOrCommenterNameOrUserId.md
391- docs/PickFCommentPublicCommentFieldsKeys.md
392- docs/PickOmitFCommentDatePublicCommentPubSubFieldsKeys.md
393- docs/PickTenantAuditLogTenantAuditLogKeys.md
394393docs/PinComment200Response.md
395394docs/PubSubComment.md
395+ docs/PubSubCommentBase.md
396396docs/PubSubVote.md
397397docs/PublicAPIDeleteCommentResponse.md
398398docs/PublicAPIGetCommentTextResponse.md
399399docs/PublicAPISetCommentTextResponse.md
400400docs/PublicApi.md
401401docs/PublicBlockFromCommentParams.md
402402docs/PublicComment.md
403+ docs/PublicCommentBase.md
403404docs/PublicFeedPostsResponse.md
404405docs/PutSSOUserAPIResponse.md
405406docs/QueryPredicate.md
@@ -416,6 +417,8 @@ docs/ReactFeedPostResponse.md
416417docs/RecordStringBeforeStringOrNullAfterStringOrNullValue.md
417418docs/RecordStringStringOrNumberValue.md
418419docs/RenderableUserNotification.md
420+ docs/RepeatCommentCheckIgnoredReason.md
421+ docs/RepeatCommentHandlingAction.md
419422docs/ResetUserNotifications200Response.md
420423docs/ResetUserNotificationsResponse.md
421424docs/SORTDIR.md
@@ -427,12 +430,14 @@ docs/SaveCommentsResponseWithPresence.md
427430docs/SearchUsers200Response.md
428431docs/SearchUsersResponse.md
429432docs/SetCommentText200Response.md
433+ docs/SetCommentTextResult.md
430434docs/SizePreset.md
431435docs/SortDirections.md
432436docs/SpamRule.md
433437docs/UnBlockCommentPublic200Response.md
434438docs/UnBlockFromCommentParams.md
435439docs/UnblockSuccess.md
440+ docs/UpdatableCommentParams.md
436441docs/UpdateAPIPageData.md
437442docs/UpdateAPISSOUserData.md
438443docs/UpdateDomainConfigParams.md
@@ -452,7 +457,6 @@ docs/UserSessionInfo.md
452457docs/VoteBodyParams.md
453458docs/VoteComment200Response.md
454459docs/VoteDeleteResponse.md
455- docs/VoteDeleteResponseStatus.md
456460docs/VoteResponse.md
457461docs/VoteResponseStatus.md
458462docs/VoteResponseUser.md
@@ -480,6 +484,9 @@ test/test_aggregation_request_sort.py
480484test/test_aggregation_response.py
481485test/test_aggregation_response_stats.py
482486test/test_aggregation_value.py
487+ test/test_api_audit_log.py
488+ test/test_api_comment.py
489+ test/test_api_comment_base.py
483490test/test_api_create_user_badge_response.py
484491test/test_api_empty_response.py
485492test/test_api_empty_success_response.py
@@ -508,6 +515,9 @@ test/test_combine_comments_with_question_results200_response.py
508515test/test_combine_question_results_with_comments_response.py
509516test/test_comment_data.py
510517test/test_comment_html_rendering_mode.py
518+ test/test_comment_log_data.py
519+ test/test_comment_log_entry.py
520+ test/test_comment_log_type.py
511521test/test_comment_question_results_rendering_type.py
512522test/test_comment_questions_required.py
513523test/test_comment_text_update_request.py
@@ -542,6 +552,7 @@ test/test_delete_feed_post_public200_response_any_of.py
542552test/test_delete_page_api_response.py
543553test/test_delete_sso_user_api_response.py
544554test/test_delete_subscription_api_response.py
555+ test/test_deleted_comment_result_comment.py
545556test/test_event_log_entry.py
546557test/test_f_comment.py
547558test/test_f_comment_meta.py
@@ -598,8 +609,6 @@ test/test_gif_rating.py
598609test/test_header_state.py
599610test/test_ignored_response.py
600611test/test_image_content_profanity_level.py
601- test/test_imported_api_status_failed.py
602- test/test_imported_api_status_success.py
603612test/test_live_event.py
604613test/test_live_event_extra_info.py
605614test/test_live_event_type.py
@@ -612,23 +621,17 @@ test/test_notification_type.py
612621test/test_patch_domain_config_params.py
613622test/test_patch_page_api_response.py
614623test/test_patch_sso_user_api_response.py
615- test/test_pick_api_comment_updatable_comment_fields.py
616- test/test_pick_f_comment_api_comment_fields_keys.py
617- test/test_pick_f_comment_api_comment_fields_keys_meta.py
618- test/test_pick_f_comment_approved_or_comment_html.py
619- test/test_pick_f_comment_is_deleted_or_comment_htmlor_commenter_name_or_user_id.py
620- test/test_pick_f_comment_public_comment_fields_keys.py
621- test/test_pick_omit_f_comment_date_public_comment_pub_sub_fields_keys.py
622- test/test_pick_tenant_audit_log_tenant_audit_log_keys.py
623624test/test_pin_comment200_response.py
624625test/test_pub_sub_comment.py
626+ test/test_pub_sub_comment_base.py
625627test/test_pub_sub_vote.py
626628test/test_public_api.py
627629test/test_public_api_delete_comment_response.py
628630test/test_public_api_get_comment_text_response.py
629631test/test_public_api_set_comment_text_response.py
630632test/test_public_block_from_comment_params.py
631633test/test_public_comment.py
634+ test/test_public_comment_base.py
632635test/test_public_feed_posts_response.py
633636test/test_put_sso_user_api_response.py
634637test/test_query_predicate.py
@@ -645,6 +648,8 @@ test/test_react_feed_post_response.py
645648test/test_record_string_before_string_or_null_after_string_or_null_value.py
646649test/test_record_string_string_or_number_value.py
647650test/test_renderable_user_notification.py
651+ test/test_repeat_comment_check_ignored_reason.py
652+ test/test_repeat_comment_handling_action.py
648653test/test_reset_user_notifications200_response.py
649654test/test_reset_user_notifications_response.py
650655test/test_save_comment200_response.py
@@ -654,6 +659,7 @@ test/test_save_comments_response_with_presence.py
654659test/test_search_users200_response.py
655660test/test_search_users_response.py
656661test/test_set_comment_text200_response.py
662+ test/test_set_comment_text_result.py
657663test/test_size_preset.py
658664test/test_sort_directions.py
659665test/test_sortdir.py
@@ -662,6 +668,7 @@ test/test_sso_security_level.py
662668test/test_un_block_comment_public200_response.py
663669test/test_un_block_from_comment_params.py
664670test/test_unblock_success.py
671+ test/test_updatable_comment_params.py
665672test/test_update_api_page_data.py
666673test/test_update_apisso_user_data.py
667674test/test_update_domain_config_params.py
@@ -681,7 +688,6 @@ test/test_user_session_info.py
681688test/test_vote_body_params.py
682689test/test_vote_comment200_response.py
683690test/test_vote_delete_response.py
684- test/test_vote_delete_response_status.py
685691test/test_vote_response.py
686692test/test_vote_response_status.py
687693test/test_vote_response_user.py
0 commit comments