Skip to content

Commit e8ebd04

Browse files
committed
regen
1 parent 43b7f7a commit e8ebd04

75 files changed

Lines changed: 3044 additions & 781 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: 9 additions & 160 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
11
.gitignore
2-
.openapi-generator-ignore
32
.php-cs-fixer.dist.php
43
.travis.yml
54
README.md
65
composer.json
76
docs/Api/DefaultApi.md
87
docs/Api/PublicApi.md
98
docs/Model/APIEmptyResponse.md
10-
docs/Model/APIEmptyResponseAnyOf.md
11-
docs/Model/APIErrorInternal.md
9+
docs/Model/APIError.md
1210
docs/Model/APIGetCommentResponse.md
1311
docs/Model/APIGetCommentsResponse.md
1412
docs/Model/APIStatus.md
15-
docs/Model/APIStatusFAILED.md
1613
docs/Model/AddDomainConfig200Response.md
1714
docs/Model/AddDomainConfig200ResponseAnyOf.md
1815
docs/Model/AddDomainConfigParams.md
@@ -24,8 +21,8 @@ docs/Model/AggregationRequestSort.md
2421
docs/Model/AggregationResponse.md
2522
docs/Model/AggregationResponseStats.md
2623
docs/Model/AggregationValue.md
27-
docs/Model/BlockFromComment200Response.md
2824
docs/Model/BlockFromCommentParams.md
25+
docs/Model/BlockFromCommentPublic200Response.md
2926
docs/Model/BlockSuccess.md
3027
docs/Model/ChangeCommentPinStatusResponse.md
3128
docs/Model/CheckBlockedCommentsResponse.md
@@ -98,7 +95,6 @@ docs/Model/NotificationAndCount.md
9895
docs/Model/NotificationType.md
9996
docs/Model/PatchDomainConfigParams.md
10097
docs/Model/PickAPICommentUpdatableCommentFields.md
101-
docs/Model/PickAPIErrorInternalExcludeKeyofAPIErrorInternalStatusCode.md
10298
docs/Model/PickFCommentAPICommentFieldsKeys.md
10399
docs/Model/PickFCommentAPICommentFieldsKeysMeta.md
104100
docs/Model/PickFCommentApprovedOrCommentHTML.md
@@ -134,7 +130,7 @@ docs/Model/SaveCommentsResponseWithPresence.md
134130
docs/Model/SetCommentText200Response.md
135131
docs/Model/SortDirections.md
136132
docs/Model/SpamRule.md
137-
docs/Model/UnBlockComment200Response.md
133+
docs/Model/UnBlockCommentPublic200Response.md
138134
docs/Model/UnBlockFromCommentParams.md
139135
docs/Model/UnblockSuccess.md
140136
docs/Model/UpdateDomainConfigParams.md
@@ -158,12 +154,10 @@ lib/ApiException.php
158154
lib/Configuration.php
159155
lib/HeaderSelector.php
160156
lib/Model/APIEmptyResponse.php
161-
lib/Model/APIEmptyResponseAnyOf.php
162-
lib/Model/APIErrorInternal.php
157+
lib/Model/APIError.php
163158
lib/Model/APIGetCommentResponse.php
164159
lib/Model/APIGetCommentsResponse.php
165160
lib/Model/APIStatus.php
166-
lib/Model/APIStatusFAILED.php
167161
lib/Model/AddDomainConfig200Response.php
168162
lib/Model/AddDomainConfig200ResponseAnyOf.php
169163
lib/Model/AddDomainConfigParams.php
@@ -175,8 +169,8 @@ lib/Model/AggregationRequestSort.php
175169
lib/Model/AggregationResponse.php
176170
lib/Model/AggregationResponseStats.php
177171
lib/Model/AggregationValue.php
178-
lib/Model/BlockFromComment200Response.php
179172
lib/Model/BlockFromCommentParams.php
173+
lib/Model/BlockFromCommentPublic200Response.php
180174
lib/Model/BlockSuccess.php
181175
lib/Model/ChangeCommentPinStatusResponse.php
182176
lib/Model/CheckBlockedCommentsResponse.php
@@ -250,7 +244,6 @@ lib/Model/NotificationAndCount.php
250244
lib/Model/NotificationType.php
251245
lib/Model/PatchDomainConfigParams.php
252246
lib/Model/PickAPICommentUpdatableCommentFields.php
253-
lib/Model/PickAPIErrorInternalExcludeKeyofAPIErrorInternalStatusCode.php
254247
lib/Model/PickFCommentAPICommentFieldsKeys.php
255248
lib/Model/PickFCommentAPICommentFieldsKeysMeta.php
256249
lib/Model/PickFCommentApprovedOrCommentHTML.php
@@ -286,7 +279,7 @@ lib/Model/SaveCommentsResponseWithPresence.php
286279
lib/Model/SetCommentText200Response.php
287280
lib/Model/SortDirections.php
288281
lib/Model/SpamRule.php
289-
lib/Model/UnBlockComment200Response.php
282+
lib/Model/UnBlockCommentPublic200Response.php
290283
lib/Model/UnBlockFromCommentParams.php
291284
lib/Model/UnblockSuccess.php
292285
lib/Model/UpdateDomainConfigParams.php
@@ -305,150 +298,6 @@ lib/Model/VoteResponseUser.php
305298
lib/Model/VoteStyle.php
306299
lib/ObjectSerializer.php
307300
phpunit.xml.dist
308-
test/Api/DefaultApiTest.php
309-
test/Api/PublicApiTest.php
310-
test/Model/APIEmptyResponseAnyOfTest.php
311-
test/Model/APIEmptyResponseTest.php
312-
test/Model/APIErrorInternalTest.php
313-
test/Model/APIGetCommentResponseTest.php
314-
test/Model/APIGetCommentsResponseTest.php
315-
test/Model/APIStatusFAILEDTest.php
316-
test/Model/APIStatusTest.php
317-
test/Model/AddDomainConfig200ResponseAnyOfTest.php
318-
test/Model/AddDomainConfig200ResponseTest.php
319-
test/Model/AddDomainConfigParamsTest.php
320-
test/Model/AggregationItemTest.php
321-
test/Model/AggregationOpTypeTest.php
322-
test/Model/AggregationOperationTest.php
323-
test/Model/AggregationRequestSortTest.php
324-
test/Model/AggregationRequestTest.php
325-
test/Model/AggregationResponseStatsTest.php
326-
test/Model/AggregationResponseTest.php
327-
test/Model/AggregationValueTest.php
328-
test/Model/BlockFromComment200ResponseTest.php
329-
test/Model/BlockFromCommentParamsTest.php
330-
test/Model/BlockSuccessTest.php
331-
test/Model/ChangeCommentPinStatusResponseTest.php
332-
test/Model/CheckBlockedCommentsResponseTest.php
333-
test/Model/CheckedCommentsForBlocked200ResponseTest.php
334-
test/Model/CommentDataTest.php
335-
test/Model/CommentHTMLRenderingModeTest.php
336-
test/Model/CommentQuestionResultsRenderingTypeTest.php
337-
test/Model/CommentQuestionsRequiredTest.php
338-
test/Model/CommentTextUpdateRequestTest.php
339-
test/Model/CommentThreadDeletionModeTest.php
340-
test/Model/CommentUserBadgeInfoTest.php
341-
test/Model/CommentUserHashTagInfoTest.php
342-
test/Model/CommentUserMentionInfoTest.php
343-
test/Model/CommenterNameFormatsTest.php
344-
test/Model/CreateCommentParamsTest.php
345-
test/Model/CreateCommentPublic200ResponseTest.php
346-
test/Model/CreateFeedPost200ResponseTest.php
347-
test/Model/CreateFeedPostsResponseTest.php
348-
test/Model/CustomConfigParametersTest.php
349-
test/Model/DeleteComment200ResponseTest.php
350-
test/Model/DeleteCommentActionTest.php
351-
test/Model/DeleteCommentPublic200ResponseTest.php
352-
test/Model/DeleteCommentResultTest.php
353-
test/Model/DeleteCommentVote200ResponseTest.php
354-
test/Model/DeleteDomainConfig200ResponseTest.php
355-
test/Model/EventLogEntryTest.php
356-
test/Model/FCommentMetaTest.php
357-
test/Model/FCommentTest.php
358-
test/Model/FeedPostLinkTest.php
359-
test/Model/FeedPostMediaItemAssetTest.php
360-
test/Model/FeedPostMediaItemTest.php
361-
test/Model/FeedPostTest.php
362-
test/Model/FlagComment200ResponseTest.php
363-
test/Model/FlagCommentPublic200ResponseTest.php
364-
test/Model/FlagCommentResponseTest.php
365-
test/Model/GetAuditLogs200ResponseTest.php
366-
test/Model/GetAuditLogsResponseTest.php
367-
test/Model/GetComment200ResponseTest.php
368-
test/Model/GetCommentText200ResponseTest.php
369-
test/Model/GetCommentVoteUserNames200ResponseTest.php
370-
test/Model/GetCommentVoteUserNamesSuccessResponseTest.php
371-
test/Model/GetComments200ResponseTest.php
372-
test/Model/GetCommentsPublic200ResponseTest.php
373-
test/Model/GetCommentsResponsePublicCommentTest.php
374-
test/Model/GetCommentsResponseWithPresencePublicCommentTest.php
375-
test/Model/GetDomainConfig200ResponseTest.php
376-
test/Model/GetDomainConfigs200ResponseAnyOf1Test.php
377-
test/Model/GetDomainConfigs200ResponseAnyOfTest.php
378-
test/Model/GetDomainConfigs200ResponseTest.php
379-
test/Model/GetEventLog200ResponseTest.php
380-
test/Model/GetEventLogResponseTest.php
381-
test/Model/GetFeedPosts200ResponseTest.php
382-
test/Model/GetFeedPostsResponseTest.php
383-
test/Model/GetMyNotificationsResponseTest.php
384-
test/Model/GetUserNotificationCount200ResponseTest.php
385-
test/Model/GetUserNotificationCountResponseTest.php
386-
test/Model/GetUserNotifications200ResponseTest.php
387-
test/Model/GetUserPresenceStatuses200ResponseTest.php
388-
test/Model/GetUserPresenceStatusesResponseTest.php
389-
test/Model/GifRatingTest.php
390-
test/Model/HeaderStateTest.php
391-
test/Model/IgnoredResponseTest.php
392-
test/Model/ImportedAPIStatusFAILEDTest.php
393-
test/Model/ImportedAPIStatusSUCCESSTest.php
394-
test/Model/LiveEventExtraInfoTest.php
395-
test/Model/LiveEventTest.php
396-
test/Model/LiveEventTypeTest.php
397-
test/Model/LockComment200ResponseTest.php
398-
test/Model/NotificationAndCountTest.php
399-
test/Model/NotificationTypeTest.php
400-
test/Model/PatchDomainConfigParamsTest.php
401-
test/Model/PickAPICommentUpdatableCommentFieldsTest.php
402-
test/Model/PickAPIErrorInternalExcludeKeyofAPIErrorInternalStatusCodeTest.php
403-
test/Model/PickFCommentAPICommentFieldsKeysMetaTest.php
404-
test/Model/PickFCommentAPICommentFieldsKeysTest.php
405-
test/Model/PickFCommentApprovedOrCommentHTMLTest.php
406-
test/Model/PickFCommentIsDeletedOrCommentHTMLOrCommenterNameOrUserIdTest.php
407-
test/Model/PickFCommentPublicCommentFieldsKeysTest.php
408-
test/Model/PickOmitFCommentDatePublicCommentPubSubFieldsKeysTest.php
409-
test/Model/PickTenantAuditLogTenantAuditLogKeysTest.php
410-
test/Model/PickUserNotificationIdOrUrlIdOrUrlOrPageTitleOrRelatedObjectTypeOrRelatedObjectIdOrViewedOrSentOrCreatedAtOrTypeOrFromCommentIdOrFromUserNameOrFromUserIdOrFromUserAvatarSrcOrOptedOutTest.php
411-
test/Model/PinComment200ResponseTest.php
412-
test/Model/PubSubCommentTest.php
413-
test/Model/PubSubVoteTest.php
414-
test/Model/PublicAPIDeleteCommentResponseTest.php
415-
test/Model/PublicAPIGetCommentTextResponseTest.php
416-
test/Model/PublicAPISetCommentTextResponseTest.php
417-
test/Model/PublicBlockFromCommentParamsTest.php
418-
test/Model/PublicCommentTest.php
419-
test/Model/QueryPredicateTest.php
420-
test/Model/QueryPredicateValueTest.php
421-
test/Model/QuestionRenderingTypeTest.php
422-
test/Model/QuestionSubQuestionVisibilityTest.php
423-
test/Model/QuestionWhenSaveTest.php
424-
test/Model/RecordStringBeforeStringOrNullAfterStringOrNullValueTest.php
425-
test/Model/RecordStringStringOrNumberValueTest.php
426-
test/Model/RenderableUserNotificationTest.php
427-
test/Model/ResetUserNotifications200ResponseTest.php
428-
test/Model/ResetUserNotificationsResponseTest.php
429-
test/Model/SORTDIRTest.php
430-
test/Model/SSOSecurityLevelTest.php
431-
test/Model/SaveComment200ResponseTest.php
432-
test/Model/SaveCommentResponseOptimizedTest.php
433-
test/Model/SaveCommentResponseTest.php
434-
test/Model/SaveCommentsResponseWithPresenceTest.php
435-
test/Model/SetCommentText200ResponseTest.php
436-
test/Model/SortDirectionsTest.php
437-
test/Model/SpamRuleTest.php
438-
test/Model/UnBlockComment200ResponseTest.php
439-
test/Model/UnBlockFromCommentParamsTest.php
440-
test/Model/UnblockSuccessTest.php
441-
test/Model/UpdateDomainConfigParamsTest.php
442-
test/Model/UpdateUserNotificationStatus200ResponseTest.php
443-
test/Model/UserNotificationTest.php
444-
test/Model/UserNotificationWriteResponseTest.php
445-
test/Model/UserPresenceDataTest.php
446-
test/Model/UserSessionInfoTest.php
447-
test/Model/VoteBodyParamsTest.php
448-
test/Model/VoteComment200ResponseTest.php
449-
test/Model/VoteDeleteResponseStatusTest.php
450-
test/Model/VoteDeleteResponseTest.php
451-
test/Model/VoteResponseStatusTest.php
452-
test/Model/VoteResponseTest.php
453-
test/Model/VoteResponseUserTest.php
454-
test/Model/VoteStyleTest.php
301+
test/Model/APIErrorTest.php
302+
test/Model/BlockFromCommentPublic200ResponseTest.php
303+
test/Model/UnBlockCommentPublic200ResponseTest.php

client/README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Class | Method | HTTP request | Description
9393
*DefaultApi* | [**unFlagComment**](docs/Api/DefaultApi.md#unflagcomment) | **POST** /api/v1/comments/{id}/un-flag |
9494
*DefaultApi* | [**updateComment**](docs/Api/DefaultApi.md#updatecomment) | **PATCH** /api/v1/comments/{id} |
9595
*DefaultApi* | [**updateFeedPost**](docs/Api/DefaultApi.md#updatefeedpost) | **PATCH** /api/v1/feed-posts/{id} |
96-
*PublicApi* | [**blockFromComment**](docs/Api/PublicApi.md#blockfromcomment) | **POST** /block-from-comment/{commentId} |
96+
*PublicApi* | [**blockFromCommentPublic**](docs/Api/PublicApi.md#blockfromcommentpublic) | **POST** /block-from-comment/{commentId} |
9797
*PublicApi* | [**checkedCommentsForBlocked**](docs/Api/PublicApi.md#checkedcommentsforblocked) | **GET** /check-blocked-comments |
9898
*PublicApi* | [**createCommentPublic**](docs/Api/PublicApi.md#createcommentpublic) | **POST** /comments/{tenantId} |
9999
*PublicApi* | [**deleteCommentPublic**](docs/Api/PublicApi.md#deletecommentpublic) | **DELETE** /comments/{tenantId}/{commentId} |
@@ -112,7 +112,7 @@ Class | Method | HTTP request | Description
112112
*PublicApi* | [**resetUserNotificationCount**](docs/Api/PublicApi.md#resetusernotificationcount) | **POST** /user-notifications/reset-count |
113113
*PublicApi* | [**resetUserNotifications**](docs/Api/PublicApi.md#resetusernotifications) | **POST** /user-notifications/reset |
114114
*PublicApi* | [**setCommentText**](docs/Api/PublicApi.md#setcommenttext) | **POST** /comments/{tenantId}/{commentId}/update-text |
115-
*PublicApi* | [**unBlockComment**](docs/Api/PublicApi.md#unblockcomment) | **DELETE** /block-from-comment/{commentId} |
115+
*PublicApi* | [**unBlockCommentPublic**](docs/Api/PublicApi.md#unblockcommentpublic) | **DELETE** /block-from-comment/{commentId} |
116116
*PublicApi* | [**unLockComment**](docs/Api/PublicApi.md#unlockcomment) | **POST** /comments/{tenantId}/{commentId}/unlock |
117117
*PublicApi* | [**unPinComment**](docs/Api/PublicApi.md#unpincomment) | **POST** /comments/{tenantId}/{commentId}/unpin |
118118
*PublicApi* | [**updateUserNotificationCommentSubscriptionStatus**](docs/Api/PublicApi.md#updateusernotificationcommentsubscriptionstatus) | **POST** /user-notifications/{notificationId}/mark-opted/{optedInOrOut} |
@@ -123,12 +123,10 @@ Class | Method | HTTP request | Description
123123
## Models
124124

125125
- [APIEmptyResponse](docs/Model/APIEmptyResponse.md)
126-
- [APIEmptyResponseAnyOf](docs/Model/APIEmptyResponseAnyOf.md)
127-
- [APIErrorInternal](docs/Model/APIErrorInternal.md)
126+
- [APIError](docs/Model/APIError.md)
128127
- [APIGetCommentResponse](docs/Model/APIGetCommentResponse.md)
129128
- [APIGetCommentsResponse](docs/Model/APIGetCommentsResponse.md)
130129
- [APIStatus](docs/Model/APIStatus.md)
131-
- [APIStatusFAILED](docs/Model/APIStatusFAILED.md)
132130
- [AddDomainConfig200Response](docs/Model/AddDomainConfig200Response.md)
133131
- [AddDomainConfig200ResponseAnyOf](docs/Model/AddDomainConfig200ResponseAnyOf.md)
134132
- [AddDomainConfigParams](docs/Model/AddDomainConfigParams.md)
@@ -140,8 +138,8 @@ Class | Method | HTTP request | Description
140138
- [AggregationResponse](docs/Model/AggregationResponse.md)
141139
- [AggregationResponseStats](docs/Model/AggregationResponseStats.md)
142140
- [AggregationValue](docs/Model/AggregationValue.md)
143-
- [BlockFromComment200Response](docs/Model/BlockFromComment200Response.md)
144141
- [BlockFromCommentParams](docs/Model/BlockFromCommentParams.md)
142+
- [BlockFromCommentPublic200Response](docs/Model/BlockFromCommentPublic200Response.md)
145143
- [BlockSuccess](docs/Model/BlockSuccess.md)
146144
- [ChangeCommentPinStatusResponse](docs/Model/ChangeCommentPinStatusResponse.md)
147145
- [CheckBlockedCommentsResponse](docs/Model/CheckBlockedCommentsResponse.md)
@@ -214,7 +212,6 @@ Class | Method | HTTP request | Description
214212
- [NotificationType](docs/Model/NotificationType.md)
215213
- [PatchDomainConfigParams](docs/Model/PatchDomainConfigParams.md)
216214
- [PickAPICommentUpdatableCommentFields](docs/Model/PickAPICommentUpdatableCommentFields.md)
217-
- [PickAPIErrorInternalExcludeKeyofAPIErrorInternalStatusCode](docs/Model/PickAPIErrorInternalExcludeKeyofAPIErrorInternalStatusCode.md)
218215
- [PickFCommentAPICommentFieldsKeys](docs/Model/PickFCommentAPICommentFieldsKeys.md)
219216
- [PickFCommentAPICommentFieldsKeysMeta](docs/Model/PickFCommentAPICommentFieldsKeysMeta.md)
220217
- [PickFCommentApprovedOrCommentHTML](docs/Model/PickFCommentApprovedOrCommentHTML.md)
@@ -250,7 +247,7 @@ Class | Method | HTTP request | Description
250247
- [SetCommentText200Response](docs/Model/SetCommentText200Response.md)
251248
- [SortDirections](docs/Model/SortDirections.md)
252249
- [SpamRule](docs/Model/SpamRule.md)
253-
- [UnBlockComment200Response](docs/Model/UnBlockComment200Response.md)
250+
- [UnBlockCommentPublic200Response](docs/Model/UnBlockCommentPublic200Response.md)
254251
- [UnBlockFromCommentParams](docs/Model/UnBlockFromCommentParams.md)
255252
- [UnblockSuccess](docs/Model/UnblockSuccess.md)
256253
- [UpdateDomainConfigParams](docs/Model/UpdateDomainConfigParams.md)

client/docs/Api/DefaultApi.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ No authorization required
147147
## `blockUserFromComment()`
148148

149149
```php
150-
blockUserFromComment($tenant_id, $id, $block_from_comment_params, $user_id, $anon_user_id): \OpenAPI\Client\Model\BlockFromComment200Response
150+
blockUserFromComment($tenant_id, $id, $block_from_comment_params, $user_id, $anon_user_id): \OpenAPI\Client\Model\BlockFromCommentPublic200Response
151151
```
152152

153153

@@ -191,7 +191,7 @@ try {
191191

192192
### Return type
193193

194-
[**\OpenAPI\Client\Model\BlockFromComment200Response**](../Model/BlockFromComment200Response.md)
194+
[**\OpenAPI\Client\Model\BlockFromCommentPublic200Response**](../Model/BlockFromCommentPublic200Response.md)
195195

196196
### Authorization
197197

@@ -993,7 +993,7 @@ No authorization required
993993
## `unBlockUserFromComment()`
994994

995995
```php
996-
unBlockUserFromComment($tenant_id, $id, $un_block_from_comment_params, $user_id, $anon_user_id): \OpenAPI\Client\Model\UnBlockComment200Response
996+
unBlockUserFromComment($tenant_id, $id, $un_block_from_comment_params, $user_id, $anon_user_id): \OpenAPI\Client\Model\UnBlockCommentPublic200Response
997997
```
998998

999999

@@ -1037,7 +1037,7 @@ try {
10371037

10381038
### Return type
10391039

1040-
[**\OpenAPI\Client\Model\UnBlockComment200Response**](../Model/UnBlockComment200Response.md)
1040+
[**\OpenAPI\Client\Model\UnBlockCommentPublic200Response**](../Model/UnBlockCommentPublic200Response.md)
10411041

10421042
### Authorization
10431043

0 commit comments

Comments
 (0)