|
62 | 62 | #include "FastCommentsClient/model/CreateTenant_200_response.h" |
63 | 63 | #include "FastCommentsClient/model/CreateUserBadgeParams.h" |
64 | 64 | #include "FastCommentsClient/model/CreateUserBadge_200_response.h" |
65 | | -#include "FastCommentsClient/model/CreateVote_200_response.h" |
| 65 | +#include "FastCommentsClient/model/DeleteCommentVote_200_response.h" |
66 | 66 | #include "FastCommentsClient/model/DeleteComment_200_response.h" |
67 | 67 | #include "FastCommentsClient/model/DeleteDomainConfig_200_response.h" |
68 | 68 | #include "FastCommentsClient/model/DeleteHashTag_request.h" |
69 | 69 | #include "FastCommentsClient/model/DeletePageAPIResponse.h" |
70 | 70 | #include "FastCommentsClient/model/DeleteSSOUserAPIResponse.h" |
71 | 71 | #include "FastCommentsClient/model/DeleteSubscriptionAPIResponse.h" |
72 | | -#include "FastCommentsClient/model/DeleteVote_200_response.h" |
73 | 72 | #include "FastCommentsClient/model/FeedPost.h" |
74 | 73 | #include "FastCommentsClient/model/FlagCommentPublic_200_response.h" |
75 | 74 | #include "FastCommentsClient/model/FlagComment_200_response.h" |
|
144 | 143 | #include "FastCommentsClient/model/UpdateTenantUserBody.h" |
145 | 144 | #include "FastCommentsClient/model/UpdateUserBadgeParams.h" |
146 | 145 | #include "FastCommentsClient/model/UpdateUserBadge_200_response.h" |
| 146 | +#include "FastCommentsClient/model/VoteComment_200_response.h" |
147 | 147 | #include <vector> |
148 | 148 | #include <cpprest/details/basic_types.h> |
149 | 149 | #include <boost/optional.hpp> |
@@ -460,7 +460,7 @@ class DefaultApi |
460 | 460 | /// <param name="direction"></param> |
461 | 461 | /// <param name="userId"> (optional, default to utility::conversions::to_string_t(""))</param> |
462 | 462 | /// <param name="anonUserId"> (optional, default to utility::conversions::to_string_t(""))</param> |
463 | | - pplx::task<std::shared_ptr<CreateVote_200_response>> createVote( |
| 463 | + pplx::task<std::shared_ptr<VoteComment_200_response>> createVote( |
464 | 464 | utility::string_t tenantId, |
465 | 465 | utility::string_t commentId, |
466 | 466 | utility::string_t direction, |
@@ -702,7 +702,7 @@ class DefaultApi |
702 | 702 | /// <param name="tenantId"></param> |
703 | 703 | /// <param name="id"></param> |
704 | 704 | /// <param name="editKey"> (optional, default to utility::conversions::to_string_t(""))</param> |
705 | | - pplx::task<std::shared_ptr<DeleteVote_200_response>> deleteVote( |
| 705 | + pplx::task<std::shared_ptr<DeleteCommentVote_200_response>> deleteVote( |
706 | 706 | utility::string_t tenantId, |
707 | 707 | utility::string_t id, |
708 | 708 | boost::optional<utility::string_t> editKey |
|
0 commit comments