|
59 | 59 | from client.models.create_tenant_user_body import CreateTenantUserBody |
60 | 60 | from client.models.create_user_badge200_response import CreateUserBadge200Response |
61 | 61 | from client.models.create_user_badge_params import CreateUserBadgeParams |
62 | | -from client.models.create_vote200_response import CreateVote200Response |
63 | 62 | from client.models.delete_comment200_response import DeleteComment200Response |
| 63 | +from client.models.delete_comment_vote200_response import DeleteCommentVote200Response |
64 | 64 | from client.models.delete_domain_config200_response import DeleteDomainConfig200Response |
65 | 65 | from client.models.delete_hash_tag_request import DeleteHashTagRequest |
66 | 66 | from client.models.delete_page_api_response import DeletePageAPIResponse |
67 | 67 | from client.models.delete_sso_user_api_response import DeleteSSOUserAPIResponse |
68 | 68 | from client.models.delete_subscription_api_response import DeleteSubscriptionAPIResponse |
69 | | -from client.models.delete_vote200_response import DeleteVote200Response |
70 | 69 | from client.models.feed_post import FeedPost |
71 | 70 | from client.models.flag_comment200_response import FlagComment200Response |
72 | 71 | from client.models.flag_comment_public200_response import FlagCommentPublic200Response |
|
141 | 140 | from client.models.update_tenant_user_body import UpdateTenantUserBody |
142 | 141 | from client.models.update_user_badge200_response import UpdateUserBadge200Response |
143 | 142 | from client.models.update_user_badge_params import UpdateUserBadgeParams |
| 143 | +from client.models.vote_comment200_response import VoteComment200Response |
144 | 144 |
|
145 | 145 | from client.api_client import ApiClient, RequestSerialized |
146 | 146 | from client.api_response import ApiResponse |
@@ -6313,7 +6313,7 @@ def create_vote( |
6313 | 6313 | _content_type: Optional[StrictStr] = None, |
6314 | 6314 | _headers: Optional[Dict[StrictStr, Any]] = None, |
6315 | 6315 | _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, |
6316 | | - ) -> CreateVote200Response: |
| 6316 | + ) -> VoteComment200Response: |
6317 | 6317 | """create_vote |
6318 | 6318 |
|
6319 | 6319 |
|
@@ -6362,7 +6362,7 @@ def create_vote( |
6362 | 6362 | ) |
6363 | 6363 |
|
6364 | 6364 | _response_types_map: Dict[str, Optional[str]] = { |
6365 | | - '200': "CreateVote200Response", |
| 6365 | + '200': "VoteComment200Response", |
6366 | 6366 | } |
6367 | 6367 | response_data = self.api_client.call_api( |
6368 | 6368 | *_param, |
@@ -6395,7 +6395,7 @@ def create_vote_with_http_info( |
6395 | 6395 | _content_type: Optional[StrictStr] = None, |
6396 | 6396 | _headers: Optional[Dict[StrictStr, Any]] = None, |
6397 | 6397 | _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, |
6398 | | - ) -> ApiResponse[CreateVote200Response]: |
| 6398 | + ) -> ApiResponse[VoteComment200Response]: |
6399 | 6399 | """create_vote |
6400 | 6400 |
|
6401 | 6401 |
|
@@ -6444,7 +6444,7 @@ def create_vote_with_http_info( |
6444 | 6444 | ) |
6445 | 6445 |
|
6446 | 6446 | _response_types_map: Dict[str, Optional[str]] = { |
6447 | | - '200': "CreateVote200Response", |
| 6447 | + '200': "VoteComment200Response", |
6448 | 6448 | } |
6449 | 6449 | response_data = self.api_client.call_api( |
6450 | 6450 | *_param, |
@@ -6526,7 +6526,7 @@ def create_vote_without_preload_content( |
6526 | 6526 | ) |
6527 | 6527 |
|
6528 | 6528 | _response_types_map: Dict[str, Optional[str]] = { |
6529 | | - '200': "CreateVote200Response", |
| 6529 | + '200': "VoteComment200Response", |
6530 | 6530 | } |
6531 | 6531 | response_data = self.api_client.call_api( |
6532 | 6532 | *_param, |
@@ -11510,7 +11510,7 @@ def delete_vote( |
11510 | 11510 | _content_type: Optional[StrictStr] = None, |
11511 | 11511 | _headers: Optional[Dict[StrictStr, Any]] = None, |
11512 | 11512 | _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, |
11513 | | - ) -> DeleteVote200Response: |
| 11513 | + ) -> DeleteCommentVote200Response: |
11514 | 11514 | """delete_vote |
11515 | 11515 |
|
11516 | 11516 |
|
@@ -11553,7 +11553,7 @@ def delete_vote( |
11553 | 11553 | ) |
11554 | 11554 |
|
11555 | 11555 | _response_types_map: Dict[str, Optional[str]] = { |
11556 | | - '200': "DeleteVote200Response", |
| 11556 | + '200': "DeleteCommentVote200Response", |
11557 | 11557 | } |
11558 | 11558 | response_data = self.api_client.call_api( |
11559 | 11559 | *_param, |
@@ -11584,7 +11584,7 @@ def delete_vote_with_http_info( |
11584 | 11584 | _content_type: Optional[StrictStr] = None, |
11585 | 11585 | _headers: Optional[Dict[StrictStr, Any]] = None, |
11586 | 11586 | _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, |
11587 | | - ) -> ApiResponse[DeleteVote200Response]: |
| 11587 | + ) -> ApiResponse[DeleteCommentVote200Response]: |
11588 | 11588 | """delete_vote |
11589 | 11589 |
|
11590 | 11590 |
|
@@ -11627,7 +11627,7 @@ def delete_vote_with_http_info( |
11627 | 11627 | ) |
11628 | 11628 |
|
11629 | 11629 | _response_types_map: Dict[str, Optional[str]] = { |
11630 | | - '200': "DeleteVote200Response", |
| 11630 | + '200': "DeleteCommentVote200Response", |
11631 | 11631 | } |
11632 | 11632 | response_data = self.api_client.call_api( |
11633 | 11633 | *_param, |
@@ -11701,7 +11701,7 @@ def delete_vote_without_preload_content( |
11701 | 11701 | ) |
11702 | 11702 |
|
11703 | 11703 | _response_types_map: Dict[str, Optional[str]] = { |
11704 | | - '200': "DeleteVote200Response", |
| 11704 | + '200': "DeleteCommentVote200Response", |
11705 | 11705 | } |
11706 | 11706 | response_data = self.api_client.call_api( |
11707 | 11707 | *_param, |
|
0 commit comments