@@ -13,6 +13,9 @@ docs/Model/APIStatus.md
1313docs/Model/AddDomainConfig200Response.md
1414docs/Model/AddDomainConfig200ResponseAnyOf.md
1515docs/Model/AddDomainConfigParams.md
16+ docs/Model/AggregateQuestionResults200Response.md
17+ docs/Model/AggregateQuestionResultsResponse.md
18+ docs/Model/AggregateTimeBucket.md
1619docs/Model/AggregationItem.md
1720docs/Model/AggregationOpType.md
1821docs/Model/AggregationOperation.md
@@ -24,9 +27,15 @@ docs/Model/AggregationValue.md
2427docs/Model/BlockFromCommentParams.md
2528docs/Model/BlockFromCommentPublic200Response.md
2629docs/Model/BlockSuccess.md
30+ docs/Model/BulkAggregateQuestionItem.md
31+ docs/Model/BulkAggregateQuestionResults200Response.md
32+ docs/Model/BulkAggregateQuestionResultsRequest.md
33+ docs/Model/BulkAggregateQuestionResultsResponse.md
2734docs/Model/ChangeCommentPinStatusResponse.md
2835docs/Model/CheckBlockedCommentsResponse.md
2936docs/Model/CheckedCommentsForBlocked200Response.md
37+ docs/Model/CombineCommentsWithQuestionResults200Response.md
38+ docs/Model/CombineQuestionResultsWithCommentsResponse.md
3039docs/Model/CommentData.md
3140docs/Model/CommentHTMLRenderingMode.md
3241docs/Model/CommentQuestionResultsRenderingType.md
@@ -55,6 +64,8 @@ docs/Model/FeedPost.md
5564docs/Model/FeedPostLink.md
5665docs/Model/FeedPostMediaItem.md
5766docs/Model/FeedPostMediaItemAsset.md
67+ docs/Model/FindCommentsByRangeItem.md
68+ docs/Model/FindCommentsByRangeResponse.md
5869docs/Model/FlagComment200Response.md
5970docs/Model/FlagCommentPublic200Response.md
6071docs/Model/FlagCommentResponse.md
@@ -91,6 +102,7 @@ docs/Model/LiveEvent.md
91102docs/Model/LiveEventExtraInfo.md
92103docs/Model/LiveEventType.md
93104docs/Model/LockComment200Response.md
105+ docs/Model/MetaItem.md
94106docs/Model/NotificationAndCount.md
95107docs/Model/NotificationType.md
96108docs/Model/PatchDomainConfigParams.md
@@ -113,7 +125,10 @@ docs/Model/PublicBlockFromCommentParams.md
113125docs/Model/PublicComment.md
114126docs/Model/QueryPredicate.md
115127docs/Model/QueryPredicateValue.md
128+ docs/Model/QuestionDatum.md
116129docs/Model/QuestionRenderingType.md
130+ docs/Model/QuestionResult.md
131+ docs/Model/QuestionResultAggregationOverall.md
117132docs/Model/QuestionSubQuestionVisibility.md
118133docs/Model/QuestionWhenSave.md
119134docs/Model/RecordStringBeforeStringOrNullAfterStringOrNullValue.md
@@ -161,6 +176,9 @@ lib/Model/APIStatus.php
161176lib/Model/AddDomainConfig200Response.php
162177lib/Model/AddDomainConfig200ResponseAnyOf.php
163178lib/Model/AddDomainConfigParams.php
179+ lib/Model/AggregateQuestionResults200Response.php
180+ lib/Model/AggregateQuestionResultsResponse.php
181+ lib/Model/AggregateTimeBucket.php
164182lib/Model/AggregationItem.php
165183lib/Model/AggregationOpType.php
166184lib/Model/AggregationOperation.php
@@ -172,9 +190,15 @@ lib/Model/AggregationValue.php
172190lib/Model/BlockFromCommentParams.php
173191lib/Model/BlockFromCommentPublic200Response.php
174192lib/Model/BlockSuccess.php
193+ lib/Model/BulkAggregateQuestionItem.php
194+ lib/Model/BulkAggregateQuestionResults200Response.php
195+ lib/Model/BulkAggregateQuestionResultsRequest.php
196+ lib/Model/BulkAggregateQuestionResultsResponse.php
175197lib/Model/ChangeCommentPinStatusResponse.php
176198lib/Model/CheckBlockedCommentsResponse.php
177199lib/Model/CheckedCommentsForBlocked200Response.php
200+ lib/Model/CombineCommentsWithQuestionResults200Response.php
201+ lib/Model/CombineQuestionResultsWithCommentsResponse.php
178202lib/Model/CommentData.php
179203lib/Model/CommentHTMLRenderingMode.php
180204lib/Model/CommentQuestionResultsRenderingType.php
@@ -203,6 +227,8 @@ lib/Model/FeedPost.php
203227lib/Model/FeedPostLink.php
204228lib/Model/FeedPostMediaItem.php
205229lib/Model/FeedPostMediaItemAsset.php
230+ lib/Model/FindCommentsByRangeItem.php
231+ lib/Model/FindCommentsByRangeResponse.php
206232lib/Model/FlagComment200Response.php
207233lib/Model/FlagCommentPublic200Response.php
208234lib/Model/FlagCommentResponse.php
@@ -239,6 +265,7 @@ lib/Model/LiveEvent.php
239265lib/Model/LiveEventExtraInfo.php
240266lib/Model/LiveEventType.php
241267lib/Model/LockComment200Response.php
268+ lib/Model/MetaItem.php
242269lib/Model/ModelInterface.php
243270lib/Model/NotificationAndCount.php
244271lib/Model/NotificationType.php
@@ -262,7 +289,10 @@ lib/Model/PublicBlockFromCommentParams.php
262289lib/Model/PublicComment.php
263290lib/Model/QueryPredicate.php
264291lib/Model/QueryPredicateValue.php
292+ lib/Model/QuestionDatum.php
265293lib/Model/QuestionRenderingType.php
294+ lib/Model/QuestionResult.php
295+ lib/Model/QuestionResultAggregationOverall.php
266296lib/Model/QuestionSubQuestionVisibility.php
267297lib/Model/QuestionWhenSave.php
268298lib/Model/RecordStringBeforeStringOrNullAfterStringOrNullValue.php
@@ -308,6 +338,9 @@ test/Model/APIStatusTest.php
308338test/Model/AddDomainConfig200ResponseAnyOfTest.php
309339test/Model/AddDomainConfig200ResponseTest.php
310340test/Model/AddDomainConfigParamsTest.php
341+ test/Model/AggregateQuestionResults200ResponseTest.php
342+ test/Model/AggregateQuestionResultsResponseTest.php
343+ test/Model/AggregateTimeBucketTest.php
311344test/Model/AggregationItemTest.php
312345test/Model/AggregationOpTypeTest.php
313346test/Model/AggregationOperationTest.php
@@ -319,9 +352,15 @@ test/Model/AggregationValueTest.php
319352test/Model/BlockFromCommentParamsTest.php
320353test/Model/BlockFromCommentPublic200ResponseTest.php
321354test/Model/BlockSuccessTest.php
355+ test/Model/BulkAggregateQuestionItemTest.php
356+ test/Model/BulkAggregateQuestionResults200ResponseTest.php
357+ test/Model/BulkAggregateQuestionResultsRequestTest.php
358+ test/Model/BulkAggregateQuestionResultsResponseTest.php
322359test/Model/ChangeCommentPinStatusResponseTest.php
323360test/Model/CheckBlockedCommentsResponseTest.php
324361test/Model/CheckedCommentsForBlocked200ResponseTest.php
362+ test/Model/CombineCommentsWithQuestionResults200ResponseTest.php
363+ test/Model/CombineQuestionResultsWithCommentsResponseTest.php
325364test/Model/CommentDataTest.php
326365test/Model/CommentHTMLRenderingModeTest.php
327366test/Model/CommentQuestionResultsRenderingTypeTest.php
@@ -350,6 +389,8 @@ test/Model/FeedPostLinkTest.php
350389test/Model/FeedPostMediaItemAssetTest.php
351390test/Model/FeedPostMediaItemTest.php
352391test/Model/FeedPostTest.php
392+ test/Model/FindCommentsByRangeItemTest.php
393+ test/Model/FindCommentsByRangeResponseTest.php
353394test/Model/FlagComment200ResponseTest.php
354395test/Model/FlagCommentPublic200ResponseTest.php
355396test/Model/FlagCommentResponseTest.php
@@ -386,6 +427,7 @@ test/Model/LiveEventExtraInfoTest.php
386427test/Model/LiveEventTest.php
387428test/Model/LiveEventTypeTest.php
388429test/Model/LockComment200ResponseTest.php
430+ test/Model/MetaItemTest.php
389431test/Model/NotificationAndCountTest.php
390432test/Model/NotificationTypeTest.php
391433test/Model/PatchDomainConfigParamsTest.php
@@ -408,7 +450,10 @@ test/Model/PublicBlockFromCommentParamsTest.php
408450test/Model/PublicCommentTest.php
409451test/Model/QueryPredicateTest.php
410452test/Model/QueryPredicateValueTest.php
453+ test/Model/QuestionDatumTest.php
411454test/Model/QuestionRenderingTypeTest.php
455+ test/Model/QuestionResultAggregationOverallTest.php
456+ test/Model/QuestionResultTest.php
412457test/Model/QuestionSubQuestionVisibilityTest.php
413458test/Model/QuestionWhenSaveTest.php
414459test/Model/RecordStringBeforeStringOrNullAfterStringOrNullValueTest.php
0 commit comments