@@ -34,6 +34,7 @@ client/models/aggregation_value.py
3434client/models/api_audit_log.py
3535client/models/api_comment.py
3636client/models/api_comment_base.py
37+ client/models/api_comment_base_meta.py
3738client/models/api_create_user_badge_response.py
3839client/models/api_domain_configuration.py
3940client/models/api_empty_response.py
@@ -49,6 +50,9 @@ client/models/api_page.py
4950client/models/api_status.py
5051client/models/api_tenant.py
5152client/models/api_tenant_daily_usage.py
53+ client/models/api_ticket.py
54+ client/models/api_ticket_detail.py
55+ client/models/api_ticket_file.py
5256client/models/api_user_subscription.py
5357client/models/apisso_user.py
5458client/models/billing_info.py
@@ -63,6 +67,9 @@ client/models/bulk_create_hash_tags_body.py
6367client/models/bulk_create_hash_tags_body_tags_inner.py
6468client/models/bulk_create_hash_tags_response.py
6569client/models/change_comment_pin_status_response.py
70+ client/models/change_ticket_state200_response.py
71+ client/models/change_ticket_state_body.py
72+ client/models/change_ticket_state_response.py
6673client/models/check_blocked_comments_response.py
6774client/models/checked_comments_for_blocked200_response.py
6875client/models/combine_comments_with_question_results200_response.py
@@ -114,6 +121,9 @@ client/models/create_tenant_response.py
114121client/models/create_tenant_user200_response.py
115122client/models/create_tenant_user_body.py
116123client/models/create_tenant_user_response.py
124+ client/models/create_ticket200_response.py
125+ client/models/create_ticket_body.py
126+ client/models/create_ticket_response.py
117127client/models/create_user_badge200_response.py
118128client/models/create_user_badge_params.py
119129client/models/custom_config_parameters.py
@@ -222,6 +232,10 @@ client/models/get_tenant_users200_response.py
222232client/models/get_tenant_users_response.py
223233client/models/get_tenants200_response.py
224234client/models/get_tenants_response.py
235+ client/models/get_ticket200_response.py
236+ client/models/get_ticket_response.py
237+ client/models/get_tickets200_response.py
238+ client/models/get_tickets_response.py
225239client/models/get_user200_response.py
226240client/models/get_user_badge200_response.py
227241client/models/get_user_badge_progress_by_id200_response.py
@@ -239,6 +253,7 @@ client/models/get_votes_for_user200_response.py
239253client/models/get_votes_for_user_response.py
240254client/models/get_votes_response.py
241255client/models/gif_rating.py
256+ client/models/header_account_notification.py
242257client/models/header_state.py
243258client/models/ignored_response.py
244259client/models/image_content_profanity_level.py
@@ -248,6 +263,7 @@ client/models/live_event_extra_info.py
248263client/models/live_event_type.py
249264client/models/lock_comment200_response.py
250265client/models/media_asset.py
266+ client/models/mention_auto_complete_mode.py
251267client/models/meta_item.py
252268client/models/moderator.py
253269client/models/notification_and_count.py
@@ -302,6 +318,7 @@ client/models/save_comment_response_optimized.py
302318client/models/save_comments_response_with_presence.py
303319client/models/search_users200_response.py
304320client/models/search_users_response.py
321+ client/models/search_users_sectioned_response.py
305322client/models/set_comment_text200_response.py
306323client/models/set_comment_text_result.py
307324client/models/size_preset.py
@@ -311,11 +328,13 @@ client/models/spam_rule.py
311328client/models/sso_security_level.py
312329client/models/tenant_hash_tag.py
313330client/models/tenant_package.py
331+ client/models/tos_config.py
314332client/models/un_block_comment_public200_response.py
315333client/models/un_block_from_comment_params.py
316334client/models/unblock_success.py
317335client/models/updatable_comment_params.py
318336client/models/update_api_page_data.py
337+ client/models/update_api_user_subscription_data.py
319338client/models/update_apisso_user_data.py
320339client/models/update_domain_config_params.py
321340client/models/update_email_template_body.py
@@ -326,6 +345,7 @@ client/models/update_moderator_body.py
326345client/models/update_notification_body.py
327346client/models/update_question_config_body.py
328347client/models/update_question_result_body.py
348+ client/models/update_subscription_api_response.py
329349client/models/update_tenant_body.py
330350client/models/update_tenant_package_body.py
331351client/models/update_tenant_user_body.py
@@ -342,6 +362,8 @@ client/models/user_notification_write_response.py
342362client/models/user_presence_data.py
343363client/models/user_reacts_response.py
344364client/models/user_search_result.py
365+ client/models/user_search_section.py
366+ client/models/user_search_section_result.py
345367client/models/user_session_info.py
346368client/models/vote_body_params.py
347369client/models/vote_comment200_response.py
@@ -355,6 +377,7 @@ client/rest.py
355377docs/APIAuditLog.md
356378docs/APIComment.md
357379docs/APICommentBase.md
380+ docs/APICommentBaseMeta.md
358381docs/APICreateUserBadgeResponse.md
359382docs/APIDomainConfiguration.md
360383docs/APIEmptyResponse.md
@@ -371,6 +394,9 @@ docs/APISSOUser.md
371394docs/APIStatus.md
372395docs/APITenant.md
373396docs/APITenantDailyUsage.md
397+ docs/APITicket.md
398+ docs/APITicketDetail.md
399+ docs/APITicketFile.md
374400docs/APIUserSubscription.md
375401docs/AddDomainConfig200Response.md
376402docs/AddDomainConfig200ResponseAnyOf.md
@@ -402,6 +428,9 @@ docs/BulkCreateHashTagsBody.md
402428docs/BulkCreateHashTagsBodyTagsInner.md
403429docs/BulkCreateHashTagsResponse.md
404430docs/ChangeCommentPinStatusResponse.md
431+ docs/ChangeTicketState200Response.md
432+ docs/ChangeTicketStateBody.md
433+ docs/ChangeTicketStateResponse.md
405434docs/CheckBlockedCommentsResponse.md
406435docs/CheckedCommentsForBlocked200Response.md
407436docs/CombineCommentsWithQuestionResults200Response.md
@@ -453,6 +482,9 @@ docs/CreateTenantResponse.md
453482docs/CreateTenantUser200Response.md
454483docs/CreateTenantUserBody.md
455484docs/CreateTenantUserResponse.md
485+ docs/CreateTicket200Response.md
486+ docs/CreateTicketBody.md
487+ docs/CreateTicketResponse.md
456488docs/CreateUserBadge200Response.md
457489docs/CreateUserBadgeParams.md
458490docs/CustomConfigParameters.md
@@ -562,6 +594,10 @@ docs/GetTenantUsers200Response.md
562594docs/GetTenantUsersResponse.md
563595docs/GetTenants200Response.md
564596docs/GetTenantsResponse.md
597+ docs/GetTicket200Response.md
598+ docs/GetTicketResponse.md
599+ docs/GetTickets200Response.md
600+ docs/GetTicketsResponse.md
565601docs/GetUser200Response.md
566602docs/GetUserBadge200Response.md
567603docs/GetUserBadgeProgressById200Response.md
@@ -579,6 +615,7 @@ docs/GetVotesForUser200Response.md
579615docs/GetVotesForUserResponse.md
580616docs/GetVotesResponse.md
581617docs/GifRating.md
618+ docs/HeaderAccountNotification.md
582619docs/HeaderState.md
583620docs/IgnoredResponse.md
584621docs/ImageContentProfanityLevel.md
@@ -588,6 +625,7 @@ docs/LiveEventExtraInfo.md
588625docs/LiveEventType.md
589626docs/LockComment200Response.md
590627docs/MediaAsset.md
628+ docs/MentionAutoCompleteMode.md
591629docs/MetaItem.md
592630docs/Moderator.md
593631docs/NotificationAndCount.md
@@ -645,11 +683,13 @@ docs/SaveCommentResponseOptimized.md
645683docs/SaveCommentsResponseWithPresence.md
646684docs/SearchUsers200Response.md
647685docs/SearchUsersResponse.md
686+ docs/SearchUsersSectionedResponse.md
648687docs/SetCommentText200Response.md
649688docs/SetCommentTextResult.md
650689docs/SizePreset.md
651690docs/SortDirections.md
652691docs/SpamRule.md
692+ docs/TOSConfig.md
653693docs/TenantHashTag.md
654694docs/TenantPackage.md
655695docs/UnBlockCommentPublic200Response.md
@@ -658,6 +698,7 @@ docs/UnblockSuccess.md
658698docs/UpdatableCommentParams.md
659699docs/UpdateAPIPageData.md
660700docs/UpdateAPISSOUserData.md
701+ docs/UpdateAPIUserSubscriptionData.md
661702docs/UpdateDomainConfigParams.md
662703docs/UpdateEmailTemplateBody.md
663704docs/UpdateFeedPostParams.md
@@ -667,6 +708,7 @@ docs/UpdateModeratorBody.md
667708docs/UpdateNotificationBody.md
668709docs/UpdateQuestionConfigBody.md
669710docs/UpdateQuestionResultBody.md
711+ docs/UpdateSubscriptionAPIResponse.md
670712docs/UpdateTenantBody.md
671713docs/UpdateTenantPackageBody.md
672714docs/UpdateTenantUserBody.md
@@ -683,6 +725,8 @@ docs/UserNotificationWriteResponse.md
683725docs/UserPresenceData.md
684726docs/UserReactsResponse.md
685727docs/UserSearchResult.md
728+ docs/UserSearchSection.md
729+ docs/UserSearchSectionResult.md
686730docs/UserSessionInfo.md
687731docs/VoteBodyParams.md
688732docs/VoteComment200Response.md
@@ -719,6 +763,7 @@ test/test_aggregation_value.py
719763test/test_api_audit_log.py
720764test/test_api_comment.py
721765test/test_api_comment_base.py
766+ test/test_api_comment_base_meta.py
722767test/test_api_create_user_badge_response.py
723768test/test_api_domain_configuration.py
724769test/test_api_empty_response.py
@@ -734,6 +779,9 @@ test/test_api_page.py
734779test/test_api_status.py
735780test/test_api_tenant.py
736781test/test_api_tenant_daily_usage.py
782+ test/test_api_ticket.py
783+ test/test_api_ticket_detail.py
784+ test/test_api_ticket_file.py
737785test/test_api_user_subscription.py
738786test/test_apisso_user.py
739787test/test_billing_info.py
@@ -748,6 +796,9 @@ test/test_bulk_create_hash_tags_body.py
748796test/test_bulk_create_hash_tags_body_tags_inner.py
749797test/test_bulk_create_hash_tags_response.py
750798test/test_change_comment_pin_status_response.py
799+ test/test_change_ticket_state200_response.py
800+ test/test_change_ticket_state_body.py
801+ test/test_change_ticket_state_response.py
751802test/test_check_blocked_comments_response.py
752803test/test_checked_comments_for_blocked200_response.py
753804test/test_combine_comments_with_question_results200_response.py
@@ -799,6 +850,9 @@ test/test_create_tenant_response.py
799850test/test_create_tenant_user200_response.py
800851test/test_create_tenant_user_body.py
801852test/test_create_tenant_user_response.py
853+ test/test_create_ticket200_response.py
854+ test/test_create_ticket_body.py
855+ test/test_create_ticket_response.py
802856test/test_create_user_badge200_response.py
803857test/test_create_user_badge_params.py
804858test/test_custom_config_parameters.py
@@ -908,6 +962,10 @@ test/test_get_tenant_users200_response.py
908962test/test_get_tenant_users_response.py
909963test/test_get_tenants200_response.py
910964test/test_get_tenants_response.py
965+ test/test_get_ticket200_response.py
966+ test/test_get_ticket_response.py
967+ test/test_get_tickets200_response.py
968+ test/test_get_tickets_response.py
911969test/test_get_user200_response.py
912970test/test_get_user_badge200_response.py
913971test/test_get_user_badge_progress_by_id200_response.py
@@ -925,6 +983,7 @@ test/test_get_votes_for_user200_response.py
925983test/test_get_votes_for_user_response.py
926984test/test_get_votes_response.py
927985test/test_gif_rating.py
986+ test/test_header_account_notification.py
928987test/test_header_state.py
929988test/test_ignored_response.py
930989test/test_image_content_profanity_level.py
@@ -934,6 +993,7 @@ test/test_live_event_extra_info.py
934993test/test_live_event_type.py
935994test/test_lock_comment200_response.py
936995test/test_media_asset.py
996+ test/test_mention_auto_complete_mode.py
937997test/test_meta_item.py
938998test/test_moderator.py
939999test/test_notification_and_count.py
@@ -989,6 +1049,7 @@ test/test_save_comment_response_optimized.py
9891049test/test_save_comments_response_with_presence.py
9901050test/test_search_users200_response.py
9911051test/test_search_users_response.py
1052+ test/test_search_users_sectioned_response.py
9921053test/test_set_comment_text200_response.py
9931054test/test_set_comment_text_result.py
9941055test/test_size_preset.py
@@ -998,11 +1059,13 @@ test/test_spam_rule.py
9981059test/test_sso_security_level.py
9991060test/test_tenant_hash_tag.py
10001061test/test_tenant_package.py
1062+ test/test_tos_config.py
10011063test/test_un_block_comment_public200_response.py
10021064test/test_un_block_from_comment_params.py
10031065test/test_unblock_success.py
10041066test/test_updatable_comment_params.py
10051067test/test_update_api_page_data.py
1068+ test/test_update_api_user_subscription_data.py
10061069test/test_update_apisso_user_data.py
10071070test/test_update_domain_config_params.py
10081071test/test_update_email_template_body.py
@@ -1013,6 +1076,7 @@ test/test_update_moderator_body.py
10131076test/test_update_notification_body.py
10141077test/test_update_question_config_body.py
10151078test/test_update_question_result_body.py
1079+ test/test_update_subscription_api_response.py
10161080test/test_update_tenant_body.py
10171081test/test_update_tenant_package_body.py
10181082test/test_update_tenant_user_body.py
@@ -1029,6 +1093,8 @@ test/test_user_notification_write_response.py
10291093test/test_user_presence_data.py
10301094test/test_user_reacts_response.py
10311095test/test_user_search_result.py
1096+ test/test_user_search_section.py
1097+ test/test_user_search_section_result.py
10321098test/test_user_session_info.py
10331099test/test_vote_body_params.py
10341100test/test_vote_comment200_response.py
0 commit comments