Skip to content

Commit e5a499d

Browse files
committed
Regenerate SDK with integer enum types, bump to 1.2.1
1 parent bb52083 commit e5a499d

246 files changed

Lines changed: 14359 additions & 4561 deletions

File tree

Some content is hidden

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

client/.openapi-generator/FILES

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

0 commit comments

Comments
 (0)