Skip to content

Commit 4e261f2

Browse files
committed
ImportedAPIStatus -> APIStatus
1 parent c7a8977 commit 4e261f2

File tree

182 files changed

+7938
-1774
lines changed

Some content is hidden

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

182 files changed

+7938
-1774
lines changed

client/.openapi-generator/FILES

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ include/FastCommentsClient/MultipartFormData.h
1616
include/FastCommentsClient/Object.h
1717
include/FastCommentsClient/api/DefaultApi.h
1818
include/FastCommentsClient/api/PublicApi.h
19+
include/FastCommentsClient/model/APIComment.h
1920
include/FastCommentsClient/model/APICreateUserBadgeResponse.h
2021
include/FastCommentsClient/model/APIEmptyResponse.h
2122
include/FastCommentsClient/model/APIEmptySuccessResponse.h
@@ -75,6 +76,7 @@ include/FastCommentsClient/model/CreateAPIPageData.h
7576
include/FastCommentsClient/model/CreateAPISSOUserData.h
7677
include/FastCommentsClient/model/CreateAPIUserSubscriptionData.h
7778
include/FastCommentsClient/model/CreateCommentParams.h
79+
include/FastCommentsClient/model/CreateCommentPublic_200_response.h
7880
include/FastCommentsClient/model/CreateFeedPostParams.h
7981
include/FastCommentsClient/model/CreateFeedPostPublic_200_response.h
8082
include/FastCommentsClient/model/CreateFeedPostResponse.h
@@ -85,6 +87,7 @@ include/FastCommentsClient/model/CreateUserBadgeParams.h
8587
include/FastCommentsClient/model/CreateUserBadge_200_response.h
8688
include/FastCommentsClient/model/CustomConfigParameters.h
8789
include/FastCommentsClient/model/DeleteCommentAction.h
90+
include/FastCommentsClient/model/DeleteCommentPublic_200_response.h
8891
include/FastCommentsClient/model/DeleteCommentResult.h
8992
include/FastCommentsClient/model/DeleteCommentVote_200_response.h
9093
include/FastCommentsClient/model/DeleteComment_200_response.h
@@ -114,8 +117,10 @@ include/FastCommentsClient/model/GetCommentText_200_response.h
114117
include/FastCommentsClient/model/GetCommentVoteUserNamesSuccessResponse.h
115118
include/FastCommentsClient/model/GetCommentVoteUserNames_200_response.h
116119
include/FastCommentsClient/model/GetComment_200_response.h
120+
include/FastCommentsClient/model/GetCommentsPublic_200_response.h
117121
include/FastCommentsClient/model/GetCommentsResponseWithPresence_PublicComment_.h
118122
include/FastCommentsClient/model/GetCommentsResponse_PublicComment_.h
123+
include/FastCommentsClient/model/GetComments_200_response.h
119124
include/FastCommentsClient/model/GetDomainConfig_200_response.h
120125
include/FastCommentsClient/model/GetDomainConfigs_200_response.h
121126
include/FastCommentsClient/model/GetDomainConfigs_200_response_anyOf.h
@@ -148,8 +153,6 @@ include/FastCommentsClient/model/GifRating.h
148153
include/FastCommentsClient/model/HeaderState.h
149154
include/FastCommentsClient/model/IgnoredResponse.h
150155
include/FastCommentsClient/model/ImageContentProfanityLevel.h
151-
include/FastCommentsClient/model/ImportedAPIStatus_FAILED.h
152-
include/FastCommentsClient/model/ImportedAPIStatus_SUCCESS.h
153156
include/FastCommentsClient/model/LiveEvent.h
154157
include/FastCommentsClient/model/LiveEventType.h
155158
include/FastCommentsClient/model/LiveEvent_extraInfo.h
@@ -246,6 +249,7 @@ src/MultipartFormData.cpp
246249
src/Object.cpp
247250
src/api/DefaultApi.cpp
248251
src/api/PublicApi.cpp
252+
src/model/APIComment.cpp
249253
src/model/APICreateUserBadgeResponse.cpp
250254
src/model/APIEmptyResponse.cpp
251255
src/model/APIEmptySuccessResponse.cpp
@@ -305,6 +309,7 @@ src/model/CreateAPIPageData.cpp
305309
src/model/CreateAPISSOUserData.cpp
306310
src/model/CreateAPIUserSubscriptionData.cpp
307311
src/model/CreateCommentParams.cpp
312+
src/model/CreateCommentPublic_200_response.cpp
308313
src/model/CreateFeedPostParams.cpp
309314
src/model/CreateFeedPostPublic_200_response.cpp
310315
src/model/CreateFeedPostResponse.cpp
@@ -315,6 +320,7 @@ src/model/CreateUserBadgeParams.cpp
315320
src/model/CreateUserBadge_200_response.cpp
316321
src/model/CustomConfigParameters.cpp
317322
src/model/DeleteCommentAction.cpp
323+
src/model/DeleteCommentPublic_200_response.cpp
318324
src/model/DeleteCommentResult.cpp
319325
src/model/DeleteCommentVote_200_response.cpp
320326
src/model/DeleteComment_200_response.cpp
@@ -344,8 +350,10 @@ src/model/GetCommentText_200_response.cpp
344350
src/model/GetCommentVoteUserNamesSuccessResponse.cpp
345351
src/model/GetCommentVoteUserNames_200_response.cpp
346352
src/model/GetComment_200_response.cpp
353+
src/model/GetCommentsPublic_200_response.cpp
347354
src/model/GetCommentsResponseWithPresence_PublicComment_.cpp
348355
src/model/GetCommentsResponse_PublicComment_.cpp
356+
src/model/GetComments_200_response.cpp
349357
src/model/GetDomainConfig_200_response.cpp
350358
src/model/GetDomainConfigs_200_response.cpp
351359
src/model/GetDomainConfigs_200_response_anyOf.cpp
@@ -378,8 +386,6 @@ src/model/GifRating.cpp
378386
src/model/HeaderState.cpp
379387
src/model/IgnoredResponse.cpp
380388
src/model/ImageContentProfanityLevel.cpp
381-
src/model/ImportedAPIStatus_FAILED.cpp
382-
src/model/ImportedAPIStatus_SUCCESS.cpp
383389
src/model/LiveEvent.cpp
384390
src/model/LiveEventType.cpp
385391
src/model/LiveEvent_extraInfo.cpp

client/include/FastCommentsClient/api/DefaultApi.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222

2323
#include "FastCommentsClient/ApiClient.h"
2424

25-
#include "FastCommentsClient/model/APIGetCommentsResponse.h"
2625
#include "FastCommentsClient/model/AddDomainConfigParams.h"
2726
#include "FastCommentsClient/model/AddDomainConfig_200_response.h"
2827
#include "FastCommentsClient/model/AddPageAPIResponse.h"
@@ -55,6 +54,7 @@
5554
#include "FastCommentsClient/model/FlagComment_200_response.h"
5655
#include "FastCommentsClient/model/GetAuditLogs_200_response.h"
5756
#include "FastCommentsClient/model/GetComment_200_response.h"
57+
#include "FastCommentsClient/model/GetComments_200_response.h"
5858
#include "FastCommentsClient/model/GetDomainConfig_200_response.h"
5959
#include "FastCommentsClient/model/GetDomainConfigs_200_response.h"
6060
#include "FastCommentsClient/model/GetFeedPosts_200_response.h"
@@ -431,7 +431,7 @@ class DefaultApi
431431
/// <param name="hashTag"> (optional, default to utility::conversions::to_string_t(&quot;&quot;))</param>
432432
/// <param name="parentId"> (optional, default to utility::conversions::to_string_t(&quot;&quot;))</param>
433433
/// <param name="direction"> (optional, default to new SortDirections())</param>
434-
pplx::task<std::shared_ptr<APIGetCommentsResponse>> getComments(
434+
pplx::task<std::shared_ptr<GetComments_200_response>> getComments(
435435
utility::string_t tenantId,
436436
boost::optional<int32_t> page,
437437
boost::optional<int32_t> limit,

client/include/FastCommentsClient/api/PublicApi.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,16 @@
2727
#include "FastCommentsClient/model/CheckedCommentsForBlocked_200_response.h"
2828
#include "FastCommentsClient/model/CommentData.h"
2929
#include "FastCommentsClient/model/CommentTextUpdateRequest.h"
30+
#include "FastCommentsClient/model/CreateCommentPublic_200_response.h"
3031
#include "FastCommentsClient/model/CreateFeedPostParams.h"
3132
#include "FastCommentsClient/model/CreateFeedPostPublic_200_response.h"
33+
#include "FastCommentsClient/model/DeleteCommentPublic_200_response.h"
3234
#include "FastCommentsClient/model/DeleteCommentVote_200_response.h"
3335
#include "FastCommentsClient/model/DeleteFeedPostPublic_200_response.h"
3436
#include "FastCommentsClient/model/FlagCommentPublic_200_response.h"
3537
#include "FastCommentsClient/model/GetCommentText_200_response.h"
3638
#include "FastCommentsClient/model/GetCommentVoteUserNames_200_response.h"
37-
#include "FastCommentsClient/model/GetCommentsResponseWithPresence_PublicComment_.h"
39+
#include "FastCommentsClient/model/GetCommentsPublic_200_response.h"
3840
#include "FastCommentsClient/model/GetEventLog_200_response.h"
3941
#include "FastCommentsClient/model/GetFeedPostsPublic_200_response.h"
4042
#include "FastCommentsClient/model/GetFeedPostsStats_200_response.h"
@@ -45,12 +47,10 @@
4547
#include "FastCommentsClient/HttpContent.h"
4648
#include "FastCommentsClient/model/LockComment_200_response.h"
4749
#include "FastCommentsClient/model/PinComment_200_response.h"
48-
#include "FastCommentsClient/model/PublicAPIDeleteCommentResponse.h"
4950
#include "FastCommentsClient/model/PublicBlockFromCommentParams.h"
5051
#include "FastCommentsClient/model/ReactBodyParams.h"
5152
#include "FastCommentsClient/model/ReactFeedPostPublic_200_response.h"
5253
#include "FastCommentsClient/model/ResetUserNotifications_200_response.h"
53-
#include "FastCommentsClient/model/SaveCommentsResponseWithPresence.h"
5454
#include "FastCommentsClient/model/SearchUsers_200_response.h"
5555
#include "FastCommentsClient/model/SetCommentText_200_response.h"
5656
#include "FastCommentsClient/model/SizePreset.h"
@@ -124,7 +124,7 @@ class PublicApi
124124
/// <param name="commentData"></param>
125125
/// <param name="sessionId"> (optional, default to utility::conversions::to_string_t(&quot;&quot;))</param>
126126
/// <param name="sso"> (optional, default to utility::conversions::to_string_t(&quot;&quot;))</param>
127-
pplx::task<std::shared_ptr<SaveCommentsResponseWithPresence>> createCommentPublic(
127+
pplx::task<std::shared_ptr<CreateCommentPublic_200_response>> createCommentPublic(
128128
utility::string_t tenantId,
129129
utility::string_t urlId,
130130
utility::string_t broadcastId,
@@ -159,7 +159,7 @@ class PublicApi
159159
/// <param name="broadcastId"></param>
160160
/// <param name="editKey"> (optional, default to utility::conversions::to_string_t(&quot;&quot;))</param>
161161
/// <param name="sso"> (optional, default to utility::conversions::to_string_t(&quot;&quot;))</param>
162-
pplx::task<std::shared_ptr<PublicAPIDeleteCommentResponse>> deleteCommentPublic(
162+
pplx::task<std::shared_ptr<DeleteCommentPublic_200_response>> deleteCommentPublic(
163163
utility::string_t tenantId,
164164
utility::string_t commentId,
165165
utility::string_t broadcastId,
@@ -286,7 +286,7 @@ class PublicApi
286286
/// <param name="customConfigStr"> (optional, default to utility::conversions::to_string_t(&quot;&quot;))</param>
287287
/// <param name="afterCommentId"> (optional, default to utility::conversions::to_string_t(&quot;&quot;))</param>
288288
/// <param name="beforeCommentId"> (optional, default to utility::conversions::to_string_t(&quot;&quot;))</param>
289-
pplx::task<std::shared_ptr<GetCommentsResponseWithPresence_PublicComment_>> getCommentsPublic(
289+
pplx::task<std::shared_ptr<GetCommentsPublic_200_response>> getCommentsPublic(
290290
utility::string_t tenantId,
291291
utility::string_t urlId,
292292
boost::optional<int32_t> page,

0 commit comments

Comments
 (0)