44README.md
55composer.json
66docs/Api/DefaultApi.md
7+ docs/Api/HiddenApi.md
78docs/Api/PublicApi.md
89docs/Model/APIEmptyResponse.md
910docs/Model/APIError.md
@@ -49,6 +50,9 @@ docs/Model/CommenterNameFormats.md
4950docs/Model/CreateCommentParams.md
5051docs/Model/CreateCommentPublic200Response.md
5152docs/Model/CreateFeedPost200Response.md
53+ docs/Model/CreateFeedPostParams.md
54+ docs/Model/CreateFeedPostPublic200Response.md
55+ docs/Model/CreateFeedPostResponse.md
5256docs/Model/CreateFeedPostsResponse.md
5357docs/Model/CustomConfigParameters.md
5458docs/Model/DeleteComment200Response.md
@@ -86,22 +90,26 @@ docs/Model/GetDomainConfigs200ResponseAnyOf1.md
8690docs/Model/GetEventLog200Response.md
8791docs/Model/GetEventLogResponse.md
8892docs/Model/GetFeedPosts200Response.md
93+ docs/Model/GetFeedPostsPublic200Response.md
8994docs/Model/GetFeedPostsResponse.md
9095docs/Model/GetMyNotificationsResponse.md
9196docs/Model/GetUserNotificationCount200Response.md
9297docs/Model/GetUserNotificationCountResponse.md
9398docs/Model/GetUserNotifications200Response.md
9499docs/Model/GetUserPresenceStatuses200Response.md
95100docs/Model/GetUserPresenceStatusesResponse.md
101+ docs/Model/GetUserReactsPublic200Response.md
96102docs/Model/GifRating.md
97103docs/Model/HeaderState.md
98104docs/Model/IgnoredResponse.md
105+ docs/Model/ImageContentProfanityLevel.md
99106docs/Model/ImportedAPIStatusFAILED.md
100107docs/Model/ImportedAPIStatusSUCCESS.md
101108docs/Model/LiveEvent.md
102109docs/Model/LiveEventExtraInfo.md
103110docs/Model/LiveEventType.md
104111docs/Model/LockComment200Response.md
112+ docs/Model/MediaAsset.md
105113docs/Model/MetaItem.md
106114docs/Model/NotificationAndCount.md
107115docs/Model/NotificationType.md
@@ -123,6 +131,7 @@ docs/Model/PublicAPIGetCommentTextResponse.md
123131docs/Model/PublicAPISetCommentTextResponse.md
124132docs/Model/PublicBlockFromCommentParams.md
125133docs/Model/PublicComment.md
134+ docs/Model/PublicFeedPostsResponse.md
126135docs/Model/QueryPredicate.md
127136docs/Model/QueryPredicateValue.md
128137docs/Model/QuestionDatum.md
@@ -131,6 +140,9 @@ docs/Model/QuestionResult.md
131140docs/Model/QuestionResultAggregationOverall.md
132141docs/Model/QuestionSubQuestionVisibility.md
133142docs/Model/QuestionWhenSave.md
143+ docs/Model/ReactBodyParams.md
144+ docs/Model/ReactFeedPostPublic200Response.md
145+ docs/Model/ReactFeedPostResponse.md
134146docs/Model/RecordStringBeforeStringOrNullAfterStringOrNullValue.md
135147docs/Model/RecordStringStringOrNumberValue.md
136148docs/Model/RenderableUserNotification.md
@@ -143,16 +155,19 @@ docs/Model/SaveCommentResponse.md
143155docs/Model/SaveCommentResponseOptimized.md
144156docs/Model/SaveCommentsResponseWithPresence.md
145157docs/Model/SetCommentText200Response.md
158+ docs/Model/SizePreset.md
146159docs/Model/SortDirections.md
147160docs/Model/SpamRule.md
148161docs/Model/UnBlockCommentPublic200Response.md
149162docs/Model/UnBlockFromCommentParams.md
150163docs/Model/UnblockSuccess.md
151164docs/Model/UpdateDomainConfigParams.md
152165docs/Model/UpdateUserNotificationStatus200Response.md
166+ docs/Model/UploadImageResponse.md
153167docs/Model/UserNotification.md
154168docs/Model/UserNotificationWriteResponse.md
155169docs/Model/UserPresenceData.md
170+ docs/Model/UserReactsResponse.md
156171docs/Model/UserSessionInfo.md
157172docs/Model/VoteBodyParams.md
158173docs/Model/VoteComment200Response.md
@@ -164,6 +179,7 @@ docs/Model/VoteResponseUser.md
164179docs/Model/VoteStyle.md
165180git_push.sh
166181lib/Api/DefaultApi.php
182+ lib/Api/HiddenApi.php
167183lib/Api/PublicApi.php
168184lib/ApiException.php
169185lib/Configuration.php
@@ -212,6 +228,9 @@ lib/Model/CommenterNameFormats.php
212228lib/Model/CreateCommentParams.php
213229lib/Model/CreateCommentPublic200Response.php
214230lib/Model/CreateFeedPost200Response.php
231+ lib/Model/CreateFeedPostParams.php
232+ lib/Model/CreateFeedPostPublic200Response.php
233+ lib/Model/CreateFeedPostResponse.php
215234lib/Model/CreateFeedPostsResponse.php
216235lib/Model/CustomConfigParameters.php
217236lib/Model/DeleteComment200Response.php
@@ -249,22 +268,26 @@ lib/Model/GetDomainConfigs200ResponseAnyOf1.php
249268lib/Model/GetEventLog200Response.php
250269lib/Model/GetEventLogResponse.php
251270lib/Model/GetFeedPosts200Response.php
271+ lib/Model/GetFeedPostsPublic200Response.php
252272lib/Model/GetFeedPostsResponse.php
253273lib/Model/GetMyNotificationsResponse.php
254274lib/Model/GetUserNotificationCount200Response.php
255275lib/Model/GetUserNotificationCountResponse.php
256276lib/Model/GetUserNotifications200Response.php
257277lib/Model/GetUserPresenceStatuses200Response.php
258278lib/Model/GetUserPresenceStatusesResponse.php
279+ lib/Model/GetUserReactsPublic200Response.php
259280lib/Model/GifRating.php
260281lib/Model/HeaderState.php
261282lib/Model/IgnoredResponse.php
283+ lib/Model/ImageContentProfanityLevel.php
262284lib/Model/ImportedAPIStatusFAILED.php
263285lib/Model/ImportedAPIStatusSUCCESS.php
264286lib/Model/LiveEvent.php
265287lib/Model/LiveEventExtraInfo.php
266288lib/Model/LiveEventType.php
267289lib/Model/LockComment200Response.php
290+ lib/Model/MediaAsset.php
268291lib/Model/MetaItem.php
269292lib/Model/ModelInterface.php
270293lib/Model/NotificationAndCount.php
@@ -287,6 +310,7 @@ lib/Model/PublicAPIGetCommentTextResponse.php
287310lib/Model/PublicAPISetCommentTextResponse.php
288311lib/Model/PublicBlockFromCommentParams.php
289312lib/Model/PublicComment.php
313+ lib/Model/PublicFeedPostsResponse.php
290314lib/Model/QueryPredicate.php
291315lib/Model/QueryPredicateValue.php
292316lib/Model/QuestionDatum.php
@@ -295,6 +319,9 @@ lib/Model/QuestionResult.php
295319lib/Model/QuestionResultAggregationOverall.php
296320lib/Model/QuestionSubQuestionVisibility.php
297321lib/Model/QuestionWhenSave.php
322+ lib/Model/ReactBodyParams.php
323+ lib/Model/ReactFeedPostPublic200Response.php
324+ lib/Model/ReactFeedPostResponse.php
298325lib/Model/RecordStringBeforeStringOrNullAfterStringOrNullValue.php
299326lib/Model/RecordStringStringOrNumberValue.php
300327lib/Model/RenderableUserNotification.php
@@ -307,16 +334,19 @@ lib/Model/SaveCommentResponse.php
307334lib/Model/SaveCommentResponseOptimized.php
308335lib/Model/SaveCommentsResponseWithPresence.php
309336lib/Model/SetCommentText200Response.php
337+ lib/Model/SizePreset.php
310338lib/Model/SortDirections.php
311339lib/Model/SpamRule.php
312340lib/Model/UnBlockCommentPublic200Response.php
313341lib/Model/UnBlockFromCommentParams.php
314342lib/Model/UnblockSuccess.php
315343lib/Model/UpdateDomainConfigParams.php
316344lib/Model/UpdateUserNotificationStatus200Response.php
345+ lib/Model/UploadImageResponse.php
317346lib/Model/UserNotification.php
318347lib/Model/UserNotificationWriteResponse.php
319348lib/Model/UserPresenceData.php
349+ lib/Model/UserReactsResponse.php
320350lib/Model/UserSessionInfo.php
321351lib/Model/VoteBodyParams.php
322352lib/Model/VoteComment200Response.php
@@ -329,6 +359,7 @@ lib/Model/VoteStyle.php
329359lib/ObjectSerializer.php
330360phpunit.xml.dist
331361test/Api/DefaultApiTest.php
362+ test/Api/HiddenApiTest.php
332363test/Api/PublicApiTest.php
333364test/Model/APIEmptyResponseTest.php
334365test/Model/APIErrorTest.php
@@ -374,6 +405,9 @@ test/Model/CommenterNameFormatsTest.php
374405test/Model/CreateCommentParamsTest.php
375406test/Model/CreateCommentPublic200ResponseTest.php
376407test/Model/CreateFeedPost200ResponseTest.php
408+ test/Model/CreateFeedPostParamsTest.php
409+ test/Model/CreateFeedPostPublic200ResponseTest.php
410+ test/Model/CreateFeedPostResponseTest.php
377411test/Model/CreateFeedPostsResponseTest.php
378412test/Model/CustomConfigParametersTest.php
379413test/Model/DeleteComment200ResponseTest.php
@@ -411,22 +445,26 @@ test/Model/GetDomainConfigs200ResponseTest.php
411445test/Model/GetEventLog200ResponseTest.php
412446test/Model/GetEventLogResponseTest.php
413447test/Model/GetFeedPosts200ResponseTest.php
448+ test/Model/GetFeedPostsPublic200ResponseTest.php
414449test/Model/GetFeedPostsResponseTest.php
415450test/Model/GetMyNotificationsResponseTest.php
416451test/Model/GetUserNotificationCount200ResponseTest.php
417452test/Model/GetUserNotificationCountResponseTest.php
418453test/Model/GetUserNotifications200ResponseTest.php
419454test/Model/GetUserPresenceStatuses200ResponseTest.php
420455test/Model/GetUserPresenceStatusesResponseTest.php
456+ test/Model/GetUserReactsPublic200ResponseTest.php
421457test/Model/GifRatingTest.php
422458test/Model/HeaderStateTest.php
423459test/Model/IgnoredResponseTest.php
460+ test/Model/ImageContentProfanityLevelTest.php
424461test/Model/ImportedAPIStatusFAILEDTest.php
425462test/Model/ImportedAPIStatusSUCCESSTest.php
426463test/Model/LiveEventExtraInfoTest.php
427464test/Model/LiveEventTest.php
428465test/Model/LiveEventTypeTest.php
429466test/Model/LockComment200ResponseTest.php
467+ test/Model/MediaAssetTest.php
430468test/Model/MetaItemTest.php
431469test/Model/NotificationAndCountTest.php
432470test/Model/NotificationTypeTest.php
@@ -448,6 +486,7 @@ test/Model/PublicAPIGetCommentTextResponseTest.php
448486test/Model/PublicAPISetCommentTextResponseTest.php
449487test/Model/PublicBlockFromCommentParamsTest.php
450488test/Model/PublicCommentTest.php
489+ test/Model/PublicFeedPostsResponseTest.php
451490test/Model/QueryPredicateTest.php
452491test/Model/QueryPredicateValueTest.php
453492test/Model/QuestionDatumTest.php
@@ -456,6 +495,9 @@ test/Model/QuestionResultAggregationOverallTest.php
456495test/Model/QuestionResultTest.php
457496test/Model/QuestionSubQuestionVisibilityTest.php
458497test/Model/QuestionWhenSaveTest.php
498+ test/Model/ReactBodyParamsTest.php
499+ test/Model/ReactFeedPostPublic200ResponseTest.php
500+ test/Model/ReactFeedPostResponseTest.php
459501test/Model/RecordStringBeforeStringOrNullAfterStringOrNullValueTest.php
460502test/Model/RecordStringStringOrNumberValueTest.php
461503test/Model/RenderableUserNotificationTest.php
@@ -468,16 +510,19 @@ test/Model/SaveCommentResponseOptimizedTest.php
468510test/Model/SaveCommentResponseTest.php
469511test/Model/SaveCommentsResponseWithPresenceTest.php
470512test/Model/SetCommentText200ResponseTest.php
513+ test/Model/SizePresetTest.php
471514test/Model/SortDirectionsTest.php
472515test/Model/SpamRuleTest.php
473516test/Model/UnBlockCommentPublic200ResponseTest.php
474517test/Model/UnBlockFromCommentParamsTest.php
475518test/Model/UnblockSuccessTest.php
476519test/Model/UpdateDomainConfigParamsTest.php
477520test/Model/UpdateUserNotificationStatus200ResponseTest.php
521+ test/Model/UploadImageResponseTest.php
478522test/Model/UserNotificationTest.php
479523test/Model/UserNotificationWriteResponseTest.php
480524test/Model/UserPresenceDataTest.php
525+ test/Model/UserReactsResponseTest.php
481526test/Model/UserSessionInfoTest.php
482527test/Model/VoteBodyParamsTest.php
483528test/Model/VoteComment200ResponseTest.php
0 commit comments