fastcomments 1.2.1 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1101) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +27 -3
  3. data/client/README.md +165 -102
  4. data/client/docs/APIBanUserChangeLog.md +24 -0
  5. data/client/docs/APIBanUserChangedValues.md +42 -0
  6. data/client/docs/APIBannedUser.md +42 -0
  7. data/client/docs/APIBannedUserWithMultiMatchInfo.md +34 -0
  8. data/client/docs/APIComment.md +2 -2
  9. data/client/docs/APICommentBase.md +2 -2
  10. data/client/docs/APICommentCommonBannedUser.md +32 -0
  11. data/client/docs/APIModerateGetUserBanPreferencesResponse.md +20 -0
  12. data/client/docs/APIModerateUserBanPreferences.md +24 -0
  13. data/client/docs/{SaveCommentResponse.md → APISaveCommentResponse.md} +3 -3
  14. data/client/docs/{AddDomainConfig200Response.md → AddDomainConfigResponse.md} +2 -2
  15. data/client/docs/{AddDomainConfig200ResponseAnyOf.md → AddDomainConfigResponseAnyOf.md} +2 -2
  16. data/client/docs/AdjustCommentVotesParams.md +18 -0
  17. data/client/docs/AdjustVotesResponse.md +20 -0
  18. data/client/docs/AggregateResponse.md +28 -0
  19. data/client/docs/AggregationAPIError.md +24 -0
  20. data/client/docs/AwardUserBadgeResponse.md +22 -0
  21. data/client/docs/BanUserFromCommentResult.md +24 -0
  22. data/client/docs/BanUserUndoParams.md +18 -0
  23. data/client/docs/BannedUserMatch.md +20 -0
  24. data/client/docs/{RecordStringStringOrNumberValue.md → BannedUserMatchMatchedOnValue.md} +2 -2
  25. data/client/docs/BannedUserMatchType.md +15 -0
  26. data/client/docs/BuildModerationFilterParams.md +26 -0
  27. data/client/docs/BuildModerationFilterResponse.md +20 -0
  28. data/client/docs/BulkCreateHashTagsResponse.md +1 -1
  29. data/client/docs/{PatchHashTag200Response.md → BulkCreateHashTagsResponseResultsInner.md} +2 -2
  30. data/client/docs/BulkPreBanParams.md +18 -0
  31. data/client/docs/BulkPreBanSummary.md +28 -0
  32. data/client/docs/CommentData.md +4 -2
  33. data/client/docs/CommentLogData.md +2 -0
  34. data/client/docs/CommentsByIdsParams.md +18 -0
  35. data/client/docs/CreateCommentParams.md +3 -1
  36. data/client/docs/CreateTenantPackageBody.md +4 -4
  37. data/client/docs/CreateV1PageReact.md +20 -0
  38. data/client/docs/CustomConfigParameters.md +10 -0
  39. data/client/docs/DefaultApi.md +403 -399
  40. data/client/docs/{DeleteDomainConfig200Response.md → DeleteDomainConfigResponse.md} +2 -2
  41. data/client/docs/{DeleteFeedPostPublic200ResponseAnyOf.md → DeleteFeedPostPublicResponse.md} +2 -2
  42. data/client/docs/{DeleteHashTagRequest.md → DeleteHashTagRequestBody.md} +2 -2
  43. data/client/docs/FComment.md +3 -1
  44. data/client/docs/GetBannedUsersCountResponse.md +20 -0
  45. data/client/docs/GetBannedUsersFromCommentResponse.md +22 -0
  46. data/client/docs/GetCommentBanStatusResponse.md +22 -0
  47. data/client/docs/GetCommentTextResponse.md +20 -0
  48. data/client/docs/GetCommentsForUserResponse.md +18 -0
  49. data/client/docs/{GetDomainConfig200Response.md → GetDomainConfigResponse.md} +2 -2
  50. data/client/docs/{GetDomainConfigs200Response.md → GetDomainConfigsResponse.md} +2 -2
  51. data/client/docs/{GetDomainConfigs200ResponseAnyOf.md → GetDomainConfigsResponseAnyOf.md} +2 -2
  52. data/client/docs/{GetDomainConfigs200ResponseAnyOf1.md → GetDomainConfigsResponseAnyOf1.md} +2 -2
  53. data/client/docs/GetGifsSearchResponse.md +22 -0
  54. data/client/docs/GetGifsTrendingResponse.md +22 -0
  55. data/client/docs/GetPublicPagesResponse.md +22 -0
  56. data/client/docs/{GetSSOUsers200Response.md → GetSSOUsersResponse.md} +2 -2
  57. data/client/docs/GetTenantManualBadgesResponse.md +20 -0
  58. data/client/docs/GetTranslationsResponse.md +20 -0
  59. data/client/docs/GetUserInternalProfileResponse.md +20 -0
  60. data/client/docs/GetUserInternalProfileResponseProfile.md +50 -0
  61. data/client/docs/GetUserManualBadgesResponse.md +20 -0
  62. data/client/docs/GetUserTrustFactorResponse.md +22 -0
  63. data/client/docs/GetV1PageLikes.md +26 -0
  64. data/client/docs/GetV2PageReactUsersResponse.md +20 -0
  65. data/client/docs/GetV2PageReacts.md +22 -0
  66. data/client/docs/GifGetLargeResponse.md +20 -0
  67. data/client/docs/GifSearchInternalError.md +20 -0
  68. data/client/docs/GifSearchResponse.md +20 -0
  69. data/client/docs/GifSearchResponseImagesInnerInner.md +15 -0
  70. data/client/docs/HeaderAccountNotification.md +3 -1
  71. data/client/docs/ImportedAgentApprovalNotificationFrequency.md +15 -0
  72. data/client/docs/LiveEvent.md +2 -0
  73. data/client/docs/ModerationAPIChildCommentsResponse.md +20 -0
  74. data/client/docs/ModerationAPIComment.md +100 -0
  75. data/client/docs/ModerationAPICommentLog.md +24 -0
  76. data/client/docs/ModerationAPICommentResponse.md +20 -0
  77. data/client/docs/ModerationAPICountCommentsResponse.md +20 -0
  78. data/client/docs/ModerationAPIGetCommentIdsResponse.md +22 -0
  79. data/client/docs/ModerationAPIGetCommentsResponse.md +24 -0
  80. data/client/docs/ModerationAPIGetLogsResponse.md +20 -0
  81. data/client/docs/ModerationApi.md +2990 -0
  82. data/client/docs/ModerationCommentSearchResponse.md +20 -0
  83. data/client/docs/ModerationExportResponse.md +20 -0
  84. data/client/docs/ModerationExportStatusResponse.md +24 -0
  85. data/client/docs/ModerationFilter.md +40 -0
  86. data/client/docs/ModerationPageSearchProjected.md +24 -0
  87. data/client/docs/ModerationPageSearchResponse.md +20 -0
  88. data/client/docs/ModerationSiteSearchProjected.md +20 -0
  89. data/client/docs/ModerationSiteSearchResponse.md +20 -0
  90. data/client/docs/ModerationSuggestResponse.md +24 -0
  91. data/client/docs/ModerationUserSearchProjected.md +24 -0
  92. data/client/docs/ModerationUserSearchResponse.md +20 -0
  93. data/client/docs/PageUserEntry.md +24 -0
  94. data/client/docs/PageUsersInfoResponse.md +20 -0
  95. data/client/docs/PageUsersOfflineResponse.md +24 -0
  96. data/client/docs/PageUsersOnlineResponse.md +28 -0
  97. data/client/docs/PagesSortBy.md +15 -0
  98. data/client/docs/PatchDomainConfigResponse.md +24 -0
  99. data/client/docs/PostRemoveCommentResponse.md +20 -0
  100. data/client/docs/PreBanSummary.md +22 -0
  101. data/client/docs/PublicApi.md +1569 -385
  102. data/client/docs/PublicPage.md +26 -0
  103. data/client/docs/PutDomainConfigResponse.md +24 -0
  104. data/client/docs/RemoveCommentActionResponse.md +20 -0
  105. data/client/docs/RemoveUserBadgeResponse.md +20 -0
  106. data/client/docs/{SaveComment200Response.md → SaveCommentsBulkResponse.md} +3 -3
  107. data/client/docs/SearchUsersResult.md +22 -0
  108. data/client/docs/SetCommentApprovedResponse.md +20 -0
  109. data/client/docs/SetCommentTextParams.md +18 -0
  110. data/client/docs/SetCommentTextResponse.md +20 -0
  111. data/client/docs/SetUserTrustFactorResponse.md +20 -0
  112. data/client/docs/TenantBadge.md +58 -0
  113. data/client/docs/TenantPackage.md +15 -1
  114. data/client/docs/UpdateUserNotificationCommentSubscriptionStatusResponse.md +24 -0
  115. data/client/docs/UpdateUserNotificationPageSubscriptionStatusResponse.md +24 -0
  116. data/client/docs/UpdateUserNotificationStatusResponse.md +24 -0
  117. data/client/docs/User.md +2 -0
  118. data/client/docs/UsersListLocation.md +15 -0
  119. data/client/docs/VoteResponse.md +1 -1
  120. data/client/docs/VoteResponseStatus.md +15 -0
  121. data/client/fastcomments-client.gemspec +1 -1
  122. data/client/lib/fastcomments-client/api/default_api.rb +307 -301
  123. data/client/lib/fastcomments-client/api/moderation_api.rb +2828 -0
  124. data/client/lib/fastcomments-client/api/public_api.rb +1467 -281
  125. data/client/lib/fastcomments-client/api_client.rb +3 -7
  126. data/client/lib/fastcomments-client/api_error.rb +1 -1
  127. data/client/lib/fastcomments-client/configuration.rb +1 -1
  128. data/client/lib/fastcomments-client/models/add_domain_config_params.rb +75 -2
  129. data/client/lib/fastcomments-client/models/add_domain_config_response.rb +104 -0
  130. data/client/lib/fastcomments-client/models/{add_domain_config200_response_any_of.rb → add_domain_config_response_any_of.rb} +77 -4
  131. data/client/lib/fastcomments-client/models/add_page_api_response.rb +75 -2
  132. data/client/lib/fastcomments-client/models/add_sso_user_api_response.rb +75 -2
  133. data/client/lib/fastcomments-client/models/adjust_comment_votes_params.rb +237 -0
  134. data/client/lib/fastcomments-client/models/adjust_votes_response.rb +263 -0
  135. data/client/lib/fastcomments-client/models/aggregate_question_results_response.rb +75 -2
  136. data/client/lib/fastcomments-client/models/{add_domain_config200_response.rb → aggregate_response.rb} +6 -5
  137. data/client/lib/fastcomments-client/models/aggregate_time_bucket.rb +1 -1
  138. data/client/lib/fastcomments-client/models/aggregation_api_error.rb +322 -0
  139. data/client/lib/fastcomments-client/models/aggregation_item.rb +75 -2
  140. data/client/lib/fastcomments-client/models/aggregation_op_type.rb +1 -1
  141. data/client/lib/fastcomments-client/models/aggregation_operation.rb +75 -2
  142. data/client/lib/fastcomments-client/models/aggregation_request.rb +75 -2
  143. data/client/lib/fastcomments-client/models/aggregation_request_sort.rb +75 -2
  144. data/client/lib/fastcomments-client/models/aggregation_response.rb +75 -2
  145. data/client/lib/fastcomments-client/models/aggregation_response_stats.rb +75 -2
  146. data/client/lib/fastcomments-client/models/aggregation_value.rb +75 -2
  147. data/client/lib/fastcomments-client/models/api_audit_log.rb +75 -2
  148. data/client/lib/fastcomments-client/models/api_ban_user_change_log.rb +249 -0
  149. data/client/lib/fastcomments-client/models/api_ban_user_changed_values.rb +333 -0
  150. data/client/lib/fastcomments-client/models/api_banned_user.rb +454 -0
  151. data/client/lib/fastcomments-client/models/api_banned_user_with_multi_match_info.rb +375 -0
  152. data/client/lib/fastcomments-client/models/api_comment.rb +91 -18
  153. data/client/lib/fastcomments-client/models/api_comment_base.rb +91 -18
  154. data/client/lib/fastcomments-client/models/api_comment_base_meta.rb +75 -2
  155. data/client/lib/fastcomments-client/models/api_comment_common_banned_user.rb +340 -0
  156. data/client/lib/fastcomments-client/models/api_create_user_badge_response.rb +75 -2
  157. data/client/lib/fastcomments-client/models/api_domain_configuration.rb +75 -2
  158. data/client/lib/fastcomments-client/models/api_empty_response.rb +75 -2
  159. data/client/lib/fastcomments-client/models/api_empty_success_response.rb +75 -2
  160. data/client/lib/fastcomments-client/models/api_error.rb +75 -2
  161. data/client/lib/fastcomments-client/models/api_get_comment_response.rb +75 -2
  162. data/client/lib/fastcomments-client/models/api_get_comments_response.rb +75 -2
  163. data/client/lib/fastcomments-client/models/api_get_user_badge_progress_list_response.rb +75 -2
  164. data/client/lib/fastcomments-client/models/api_get_user_badge_progress_response.rb +75 -2
  165. data/client/lib/fastcomments-client/models/api_get_user_badge_response.rb +75 -2
  166. data/client/lib/fastcomments-client/models/api_get_user_badges_response.rb +75 -2
  167. data/client/lib/fastcomments-client/models/api_moderate_get_user_ban_preferences_response.rb +271 -0
  168. data/client/lib/fastcomments-client/models/api_moderate_user_ban_preferences.rb +315 -0
  169. data/client/lib/fastcomments-client/models/api_page.rb +75 -2
  170. data/client/lib/fastcomments-client/models/{save_comment_response.rb → api_save_comment_response.rb} +78 -5
  171. data/client/lib/fastcomments-client/models/api_status.rb +1 -1
  172. data/client/lib/fastcomments-client/models/api_tenant.rb +75 -2
  173. data/client/lib/fastcomments-client/models/api_tenant_daily_usage.rb +75 -2
  174. data/client/lib/fastcomments-client/models/api_ticket.rb +75 -2
  175. data/client/lib/fastcomments-client/models/api_ticket_detail.rb +75 -2
  176. data/client/lib/fastcomments-client/models/api_ticket_file.rb +75 -2
  177. data/client/lib/fastcomments-client/models/api_user_subscription.rb +75 -2
  178. data/client/lib/fastcomments-client/models/apisso_user.rb +75 -2
  179. data/client/lib/fastcomments-client/models/award_user_badge_response.rb +281 -0
  180. data/client/lib/fastcomments-client/models/ban_user_from_comment_result.rb +264 -0
  181. data/client/lib/fastcomments-client/models/ban_user_undo_params.rb +237 -0
  182. data/client/lib/fastcomments-client/models/banned_user_match.rb +271 -0
  183. data/client/lib/fastcomments-client/models/{record_string_string_or_number_value.rb → banned_user_match_matched_on_value.rb} +4 -3
  184. data/client/lib/fastcomments-client/models/banned_user_match_type.rb +42 -0
  185. data/client/lib/fastcomments-client/models/billing_info.rb +75 -2
  186. data/client/lib/fastcomments-client/models/block_from_comment_params.rb +75 -2
  187. data/client/lib/fastcomments-client/models/block_success.rb +75 -2
  188. data/client/lib/fastcomments-client/models/build_moderation_filter_params.rb +290 -0
  189. data/client/lib/fastcomments-client/models/build_moderation_filter_response.rb +263 -0
  190. data/client/lib/fastcomments-client/models/bulk_aggregate_question_item.rb +75 -2
  191. data/client/lib/fastcomments-client/models/bulk_aggregate_question_results_request.rb +75 -2
  192. data/client/lib/fastcomments-client/models/bulk_aggregate_question_results_response.rb +75 -2
  193. data/client/lib/fastcomments-client/models/bulk_create_hash_tags_body.rb +75 -2
  194. data/client/lib/fastcomments-client/models/bulk_create_hash_tags_body_tags_inner.rb +75 -2
  195. data/client/lib/fastcomments-client/models/bulk_create_hash_tags_response.rb +76 -3
  196. data/client/lib/fastcomments-client/models/{add_hash_tag200_response.rb → bulk_create_hash_tags_response_results_inner.rb} +4 -3
  197. data/client/lib/fastcomments-client/models/bulk_pre_ban_params.rb +239 -0
  198. data/client/lib/fastcomments-client/models/bulk_pre_ban_summary.rb +375 -0
  199. data/client/lib/fastcomments-client/models/change_comment_pin_status_response.rb +75 -2
  200. data/client/lib/fastcomments-client/models/change_ticket_state_body.rb +75 -2
  201. data/client/lib/fastcomments-client/models/change_ticket_state_response.rb +75 -2
  202. data/client/lib/fastcomments-client/models/check_blocked_comments_response.rb +75 -2
  203. data/client/lib/fastcomments-client/models/combine_question_results_with_comments_response.rb +75 -2
  204. data/client/lib/fastcomments-client/models/comment_data.rb +89 -7
  205. data/client/lib/fastcomments-client/models/comment_html_rendering_mode.rb +1 -1
  206. data/client/lib/fastcomments-client/models/comment_log_data.rb +85 -3
  207. data/client/lib/fastcomments-client/models/comment_log_entry.rb +75 -2
  208. data/client/lib/fastcomments-client/models/comment_log_type.rb +1 -1
  209. data/client/lib/fastcomments-client/models/comment_question_results_rendering_type.rb +1 -1
  210. data/client/lib/fastcomments-client/models/comment_questions_required.rb +1 -1
  211. data/client/lib/fastcomments-client/models/comment_text_update_request.rb +75 -2
  212. data/client/lib/fastcomments-client/models/comment_thread_deletion_mode.rb +1 -1
  213. data/client/lib/fastcomments-client/models/comment_user_badge_info.rb +75 -2
  214. data/client/lib/fastcomments-client/models/comment_user_hash_tag_info.rb +75 -2
  215. data/client/lib/fastcomments-client/models/comment_user_mention_info.rb +75 -2
  216. data/client/lib/fastcomments-client/models/commenter_name_formats.rb +1 -1
  217. data/client/lib/fastcomments-client/models/comments_by_ids_params.rb +239 -0
  218. data/client/lib/fastcomments-client/models/create_api_page_data.rb +75 -2
  219. data/client/lib/fastcomments-client/models/create_api_user_subscription_data.rb +75 -2
  220. data/client/lib/fastcomments-client/models/create_apisso_user_data.rb +75 -2
  221. data/client/lib/fastcomments-client/models/create_comment_params.rb +86 -4
  222. data/client/lib/fastcomments-client/models/create_email_template_body.rb +75 -2
  223. data/client/lib/fastcomments-client/models/create_email_template_response.rb +75 -2
  224. data/client/lib/fastcomments-client/models/create_feed_post_params.rb +75 -2
  225. data/client/lib/fastcomments-client/models/create_feed_post_response.rb +75 -2
  226. data/client/lib/fastcomments-client/models/create_feed_posts_response.rb +75 -2
  227. data/client/lib/fastcomments-client/models/create_hash_tag_body.rb +75 -2
  228. data/client/lib/fastcomments-client/models/create_hash_tag_response.rb +75 -2
  229. data/client/lib/fastcomments-client/models/create_moderator_body.rb +75 -2
  230. data/client/lib/fastcomments-client/models/create_moderator_response.rb +75 -2
  231. data/client/lib/fastcomments-client/models/create_question_config_body.rb +75 -2
  232. data/client/lib/fastcomments-client/models/create_question_config_response.rb +75 -2
  233. data/client/lib/fastcomments-client/models/create_question_result_body.rb +75 -2
  234. data/client/lib/fastcomments-client/models/create_question_result_response.rb +75 -2
  235. data/client/lib/fastcomments-client/models/create_subscription_api_response.rb +75 -2
  236. data/client/lib/fastcomments-client/models/create_tenant_body.rb +75 -2
  237. data/client/lib/fastcomments-client/models/create_tenant_package_body.rb +88 -15
  238. data/client/lib/fastcomments-client/models/create_tenant_package_response.rb +75 -2
  239. data/client/lib/fastcomments-client/models/create_tenant_response.rb +75 -2
  240. data/client/lib/fastcomments-client/models/create_tenant_user_body.rb +75 -2
  241. data/client/lib/fastcomments-client/models/create_tenant_user_response.rb +75 -2
  242. data/client/lib/fastcomments-client/models/create_ticket_body.rb +75 -2
  243. data/client/lib/fastcomments-client/models/create_ticket_response.rb +75 -2
  244. data/client/lib/fastcomments-client/models/create_user_badge_params.rb +75 -2
  245. data/client/lib/fastcomments-client/models/create_v1_page_react.rb +268 -0
  246. data/client/lib/fastcomments-client/models/custom_config_parameters.rb +124 -3
  247. data/client/lib/fastcomments-client/models/custom_email_template.rb +75 -2
  248. data/client/lib/fastcomments-client/models/delete_comment_action.rb +1 -1
  249. data/client/lib/fastcomments-client/models/delete_comment_result.rb +75 -2
  250. data/client/lib/fastcomments-client/models/delete_domain_config_response.rb +223 -0
  251. data/client/lib/fastcomments-client/models/{delete_feed_post_public200_response_any_of.rb → delete_feed_post_public_response.rb} +77 -4
  252. data/client/lib/fastcomments-client/models/{delete_hash_tag_request.rb → delete_hash_tag_request_body.rb} +77 -4
  253. data/client/lib/fastcomments-client/models/delete_page_api_response.rb +75 -2
  254. data/client/lib/fastcomments-client/models/delete_sso_user_api_response.rb +75 -2
  255. data/client/lib/fastcomments-client/models/delete_subscription_api_response.rb +75 -2
  256. data/client/lib/fastcomments-client/models/deleted_comment_result_comment.rb +75 -2
  257. data/client/lib/fastcomments-client/models/digest_email_frequency.rb +1 -1
  258. data/client/lib/fastcomments-client/models/email_template_definition.rb +75 -2
  259. data/client/lib/fastcomments-client/models/email_template_render_error_response.rb +75 -2
  260. data/client/lib/fastcomments-client/models/event_log_entry.rb +75 -2
  261. data/client/lib/fastcomments-client/models/f_comment.rb +88 -6
  262. data/client/lib/fastcomments-client/models/f_comment_meta.rb +75 -2
  263. data/client/lib/fastcomments-client/models/feed_post.rb +75 -2
  264. data/client/lib/fastcomments-client/models/feed_post_link.rb +75 -2
  265. data/client/lib/fastcomments-client/models/feed_post_media_item.rb +75 -2
  266. data/client/lib/fastcomments-client/models/feed_post_media_item_asset.rb +75 -2
  267. data/client/lib/fastcomments-client/models/feed_post_stats.rb +75 -2
  268. data/client/lib/fastcomments-client/models/feed_posts_stats_response.rb +75 -2
  269. data/client/lib/fastcomments-client/models/find_comments_by_range_item.rb +75 -2
  270. data/client/lib/fastcomments-client/models/find_comments_by_range_response.rb +75 -2
  271. data/client/lib/fastcomments-client/models/flag_comment_response.rb +75 -2
  272. data/client/lib/fastcomments-client/models/get_audit_logs_response.rb +75 -2
  273. data/client/lib/fastcomments-client/models/get_banned_users_count_response.rb +263 -0
  274. data/client/lib/fastcomments-client/models/get_banned_users_from_comment_response.rb +308 -0
  275. data/client/lib/fastcomments-client/models/get_cached_notification_count_response.rb +75 -2
  276. data/client/lib/fastcomments-client/models/get_comment_ban_status_response.rb +261 -0
  277. data/client/lib/fastcomments-client/models/get_comment_text_response.rb +269 -0
  278. data/client/lib/fastcomments-client/models/get_comment_vote_user_names_success_response.rb +75 -2
  279. data/client/lib/fastcomments-client/models/get_comments_for_user_response.rb +222 -0
  280. data/client/lib/fastcomments-client/models/get_comments_response_public_comment.rb +75 -2
  281. data/client/lib/fastcomments-client/models/get_comments_response_with_presence_public_comment.rb +75 -2
  282. data/client/lib/fastcomments-client/models/get_domain_config_response.rb +104 -0
  283. data/client/lib/fastcomments-client/models/get_domain_configs_response.rb +104 -0
  284. data/client/lib/fastcomments-client/models/{get_domain_configs200_response_any_of.rb → get_domain_configs_response_any_of.rb} +77 -4
  285. data/client/lib/fastcomments-client/models/{get_domain_configs200_response_any_of1.rb → get_domain_configs_response_any_of1.rb} +77 -4
  286. data/client/lib/fastcomments-client/models/get_email_template_definitions_response.rb +75 -2
  287. data/client/lib/fastcomments-client/models/get_email_template_render_errors_response.rb +75 -2
  288. data/client/lib/fastcomments-client/models/get_email_template_response.rb +75 -2
  289. data/client/lib/fastcomments-client/models/get_email_templates_response.rb +75 -2
  290. data/client/lib/fastcomments-client/models/get_event_log_response.rb +75 -2
  291. data/client/lib/fastcomments-client/models/get_feed_posts_response.rb +75 -2
  292. data/client/lib/fastcomments-client/models/{add_hash_tags_bulk200_response.rb → get_gifs_search_response.rb} +6 -5
  293. data/client/lib/fastcomments-client/models/get_gifs_trending_response.rb +104 -0
  294. data/client/lib/fastcomments-client/models/get_hash_tags_response.rb +75 -2
  295. data/client/lib/fastcomments-client/models/get_moderator_response.rb +75 -2
  296. data/client/lib/fastcomments-client/models/get_moderators_response.rb +75 -2
  297. data/client/lib/fastcomments-client/models/get_my_notifications_response.rb +75 -2
  298. data/client/lib/fastcomments-client/models/get_notification_count_response.rb +75 -2
  299. data/client/lib/fastcomments-client/models/get_notifications_response.rb +75 -2
  300. data/client/lib/fastcomments-client/models/get_page_by_urlid_api_response.rb +75 -2
  301. data/client/lib/fastcomments-client/models/get_pages_api_response.rb +75 -2
  302. data/client/lib/fastcomments-client/models/get_pending_webhook_event_count_response.rb +75 -2
  303. data/client/lib/fastcomments-client/models/get_pending_webhook_events_response.rb +75 -2
  304. data/client/lib/fastcomments-client/models/get_public_feed_posts_response.rb +75 -2
  305. data/client/lib/fastcomments-client/models/get_public_pages_response.rb +299 -0
  306. data/client/lib/fastcomments-client/models/get_question_config_response.rb +75 -2
  307. data/client/lib/fastcomments-client/models/get_question_configs_response.rb +75 -2
  308. data/client/lib/fastcomments-client/models/get_question_result_response.rb +75 -2
  309. data/client/lib/fastcomments-client/models/get_question_results_response.rb +75 -2
  310. data/client/lib/fastcomments-client/models/get_sso_user_by_email_api_response.rb +75 -2
  311. data/client/lib/fastcomments-client/models/get_sso_user_by_id_api_response.rb +75 -2
  312. data/client/lib/fastcomments-client/models/{get_sso_users200_response.rb → get_sso_users_response.rb} +77 -4
  313. data/client/lib/fastcomments-client/models/get_subscriptions_api_response.rb +75 -2
  314. data/client/lib/fastcomments-client/models/get_tenant_daily_usages_response.rb +75 -2
  315. data/client/lib/fastcomments-client/models/get_tenant_manual_badges_response.rb +287 -0
  316. data/client/lib/fastcomments-client/models/get_tenant_package_response.rb +75 -2
  317. data/client/lib/fastcomments-client/models/get_tenant_packages_response.rb +75 -2
  318. data/client/lib/fastcomments-client/models/get_tenant_response.rb +75 -2
  319. data/client/lib/fastcomments-client/models/get_tenant_user_response.rb +75 -2
  320. data/client/lib/fastcomments-client/models/get_tenant_users_response.rb +75 -2
  321. data/client/lib/fastcomments-client/models/get_tenants_response.rb +75 -2
  322. data/client/lib/fastcomments-client/models/get_ticket_response.rb +75 -2
  323. data/client/lib/fastcomments-client/models/get_tickets_response.rb +75 -2
  324. data/client/lib/fastcomments-client/models/get_translations_response.rb +288 -0
  325. data/client/lib/fastcomments-client/models/get_user_internal_profile_response.rb +285 -0
  326. data/client/lib/fastcomments-client/models/get_user_internal_profile_response_profile.rb +371 -0
  327. data/client/lib/fastcomments-client/models/get_user_manual_badges_response.rb +287 -0
  328. data/client/lib/fastcomments-client/models/get_user_notification_count_response.rb +75 -2
  329. data/client/lib/fastcomments-client/models/get_user_presence_statuses_response.rb +75 -2
  330. data/client/lib/fastcomments-client/models/get_user_response.rb +75 -2
  331. data/client/lib/fastcomments-client/models/get_user_trust_factor_response.rb +277 -0
  332. data/client/lib/fastcomments-client/models/get_v1_page_likes.rb +363 -0
  333. data/client/lib/fastcomments-client/models/get_v2_page_react_users_response.rb +287 -0
  334. data/client/lib/fastcomments-client/models/get_v2_page_reacts.rb +282 -0
  335. data/client/lib/fastcomments-client/models/get_votes_for_user_response.rb +75 -2
  336. data/client/lib/fastcomments-client/models/get_votes_response.rb +75 -2
  337. data/client/lib/fastcomments-client/models/gif_get_large_response.rb +285 -0
  338. data/client/lib/fastcomments-client/models/gif_rating.rb +1 -1
  339. data/client/lib/fastcomments-client/models/gif_search_internal_error.rb +285 -0
  340. data/client/lib/fastcomments-client/models/gif_search_response.rb +287 -0
  341. data/client/lib/fastcomments-client/models/{block_from_comment_public200_response.rb → gif_search_response_images_inner_inner.rb} +6 -5
  342. data/client/lib/fastcomments-client/models/header_account_notification.rb +90 -6
  343. data/client/lib/fastcomments-client/models/header_state.rb +75 -2
  344. data/client/lib/fastcomments-client/models/ignored_response.rb +75 -2
  345. data/client/lib/fastcomments-client/models/image_content_profanity_level.rb +1 -1
  346. data/client/lib/fastcomments-client/models/imported_agent_approval_notification_frequency.rb +42 -0
  347. data/client/lib/fastcomments-client/models/imported_site_type.rb +1 -1
  348. data/client/lib/fastcomments-client/models/live_event.rb +85 -3
  349. data/client/lib/fastcomments-client/models/live_event_extra_info.rb +75 -2
  350. data/client/lib/fastcomments-client/models/live_event_type.rb +8 -2
  351. data/client/lib/fastcomments-client/models/media_asset.rb +75 -2
  352. data/client/lib/fastcomments-client/models/mention_auto_complete_mode.rb +1 -1
  353. data/client/lib/fastcomments-client/models/meta_item.rb +75 -2
  354. data/client/lib/fastcomments-client/models/moderation_api_child_comments_response.rb +287 -0
  355. data/client/lib/fastcomments-client/models/moderation_api_comment.rb +753 -0
  356. data/client/lib/fastcomments-client/models/moderation_api_comment_log.rb +298 -0
  357. data/client/lib/fastcomments-client/models/moderation_api_comment_response.rb +285 -0
  358. data/client/lib/fastcomments-client/models/moderation_api_count_comments_response.rb +285 -0
  359. data/client/lib/fastcomments-client/models/moderation_api_get_comment_ids_response.rb +313 -0
  360. data/client/lib/fastcomments-client/models/moderation_api_get_comments_response.rb +322 -0
  361. data/client/lib/fastcomments-client/models/moderation_api_get_logs_response.rb +287 -0
  362. data/client/lib/fastcomments-client/models/moderation_comment_search_response.rb +285 -0
  363. data/client/lib/fastcomments-client/models/moderation_export_response.rb +263 -0
  364. data/client/lib/fastcomments-client/models/moderation_export_status_response.rb +298 -0
  365. data/client/lib/fastcomments-client/models/moderation_filter.rb +325 -0
  366. data/client/lib/fastcomments-client/models/moderation_page_search_projected.rb +315 -0
  367. data/client/lib/fastcomments-client/models/moderation_page_search_response.rb +287 -0
  368. data/client/lib/fastcomments-client/models/moderation_site_search_projected.rb +247 -0
  369. data/client/lib/fastcomments-client/models/moderation_site_search_response.rb +287 -0
  370. data/client/lib/fastcomments-client/models/moderation_suggest_response.rb +268 -0
  371. data/client/lib/fastcomments-client/models/moderation_user_search_projected.rb +283 -0
  372. data/client/lib/fastcomments-client/models/moderation_user_search_response.rb +287 -0
  373. data/client/lib/fastcomments-client/models/moderator.rb +75 -2
  374. data/client/lib/fastcomments-client/models/notification_and_count.rb +75 -2
  375. data/client/lib/fastcomments-client/models/notification_object_type.rb +1 -1
  376. data/client/lib/fastcomments-client/models/notification_type.rb +1 -1
  377. data/client/lib/fastcomments-client/models/page_user_entry.rb +281 -0
  378. data/client/lib/fastcomments-client/models/page_users_info_response.rb +287 -0
  379. data/client/lib/fastcomments-client/models/page_users_offline_response.rb +311 -0
  380. data/client/lib/fastcomments-client/models/page_users_online_response.rb +363 -0
  381. data/client/lib/fastcomments-client/models/pages_sort_by.rb +41 -0
  382. data/client/lib/fastcomments-client/models/patch_domain_config_params.rb +75 -2
  383. data/client/lib/fastcomments-client/models/patch_domain_config_response.rb +104 -0
  384. data/client/lib/fastcomments-client/models/patch_page_api_response.rb +75 -2
  385. data/client/lib/fastcomments-client/models/patch_sso_user_api_response.rb +75 -2
  386. data/client/lib/fastcomments-client/models/pending_comment_to_sync_outbound.rb +75 -2
  387. data/client/lib/fastcomments-client/models/post_remove_comment_response.rb +104 -0
  388. data/client/lib/fastcomments-client/models/pre_ban_summary.rb +313 -0
  389. data/client/lib/fastcomments-client/models/pub_sub_comment.rb +75 -2
  390. data/client/lib/fastcomments-client/models/pub_sub_comment_base.rb +75 -2
  391. data/client/lib/fastcomments-client/models/pub_sub_vote.rb +75 -2
  392. data/client/lib/fastcomments-client/models/public_api_delete_comment_response.rb +75 -2
  393. data/client/lib/fastcomments-client/models/public_api_get_comment_text_response.rb +75 -2
  394. data/client/lib/fastcomments-client/models/public_api_set_comment_text_response.rb +75 -2
  395. data/client/lib/fastcomments-client/models/public_block_from_comment_params.rb +75 -2
  396. data/client/lib/fastcomments-client/models/public_comment.rb +75 -2
  397. data/client/lib/fastcomments-client/models/public_comment_base.rb +75 -2
  398. data/client/lib/fastcomments-client/models/public_feed_posts_response.rb +75 -2
  399. data/client/lib/fastcomments-client/models/public_page.rb +341 -0
  400. data/client/lib/fastcomments-client/models/public_vote.rb +75 -2
  401. data/client/lib/fastcomments-client/models/put_domain_config_response.rb +104 -0
  402. data/client/lib/fastcomments-client/models/put_sso_user_api_response.rb +75 -2
  403. data/client/lib/fastcomments-client/models/query_predicate.rb +75 -2
  404. data/client/lib/fastcomments-client/models/query_predicate_value.rb +3 -2
  405. data/client/lib/fastcomments-client/models/question_config.rb +75 -2
  406. data/client/lib/fastcomments-client/models/question_config_custom_options_inner.rb +75 -2
  407. data/client/lib/fastcomments-client/models/question_datum.rb +75 -2
  408. data/client/lib/fastcomments-client/models/question_rendering_type.rb +1 -1
  409. data/client/lib/fastcomments-client/models/question_result.rb +75 -2
  410. data/client/lib/fastcomments-client/models/question_result_aggregation_overall.rb +75 -2
  411. data/client/lib/fastcomments-client/models/question_sub_question_visibility.rb +1 -1
  412. data/client/lib/fastcomments-client/models/question_when_save.rb +1 -1
  413. data/client/lib/fastcomments-client/models/react_body_params.rb +75 -2
  414. data/client/lib/fastcomments-client/models/react_feed_post_response.rb +75 -2
  415. data/client/lib/fastcomments-client/models/record_string_before_string_or_null_after_string_or_null_value.rb +77 -32
  416. data/client/lib/fastcomments-client/models/remove_comment_action_response.rb +263 -0
  417. data/client/lib/fastcomments-client/models/remove_user_badge_response.rb +270 -0
  418. data/client/lib/fastcomments-client/models/render_email_template_body.rb +75 -2
  419. data/client/lib/fastcomments-client/models/render_email_template_response.rb +75 -2
  420. data/client/lib/fastcomments-client/models/renderable_user_notification.rb +75 -2
  421. data/client/lib/fastcomments-client/models/repeat_comment_check_ignored_reason.rb +1 -1
  422. data/client/lib/fastcomments-client/models/repeat_comment_handling_action.rb +1 -1
  423. data/client/lib/fastcomments-client/models/replace_tenant_package_body.rb +75 -2
  424. data/client/lib/fastcomments-client/models/replace_tenant_user_body.rb +75 -2
  425. data/client/lib/fastcomments-client/models/reset_user_notifications_response.rb +75 -2
  426. data/client/lib/fastcomments-client/models/save_comment_response_optimized.rb +75 -2
  427. data/client/lib/fastcomments-client/models/{aggregate_question_results200_response.rb → save_comments_bulk_response.rb} +5 -4
  428. data/client/lib/fastcomments-client/models/save_comments_response_with_presence.rb +75 -2
  429. data/client/lib/fastcomments-client/models/search_users_response.rb +75 -2
  430. data/client/lib/fastcomments-client/models/{search_users200_response.rb → search_users_result.rb} +4 -4
  431. data/client/lib/fastcomments-client/models/search_users_sectioned_response.rb +75 -2
  432. data/client/lib/fastcomments-client/models/set_comment_approved_response.rb +268 -0
  433. data/client/lib/fastcomments-client/models/set_comment_text_params.rb +237 -0
  434. data/client/lib/fastcomments-client/models/set_comment_text_response.rb +285 -0
  435. data/client/lib/fastcomments-client/models/set_comment_text_result.rb +75 -2
  436. data/client/lib/fastcomments-client/models/set_user_trust_factor_response.rb +268 -0
  437. data/client/lib/fastcomments-client/models/size_preset.rb +1 -1
  438. data/client/lib/fastcomments-client/models/sort_directions.rb +1 -1
  439. data/client/lib/fastcomments-client/models/sortdir.rb +1 -1
  440. data/client/lib/fastcomments-client/models/spam_rule.rb +75 -2
  441. data/client/lib/fastcomments-client/models/sso_security_level.rb +1 -1
  442. data/client/lib/fastcomments-client/models/tenant_badge.rb +637 -0
  443. data/client/lib/fastcomments-client/models/tenant_hash_tag.rb +75 -2
  444. data/client/lib/fastcomments-client/models/tenant_package.rb +142 -6
  445. data/client/lib/fastcomments-client/models/tos_config.rb +75 -2
  446. data/client/lib/fastcomments-client/models/un_block_from_comment_params.rb +75 -2
  447. data/client/lib/fastcomments-client/models/unblock_success.rb +75 -2
  448. data/client/lib/fastcomments-client/models/updatable_comment_params.rb +75 -2
  449. data/client/lib/fastcomments-client/models/update_api_page_data.rb +75 -2
  450. data/client/lib/fastcomments-client/models/update_api_user_subscription_data.rb +75 -2
  451. data/client/lib/fastcomments-client/models/update_apisso_user_data.rb +75 -2
  452. data/client/lib/fastcomments-client/models/update_domain_config_params.rb +75 -2
  453. data/client/lib/fastcomments-client/models/update_email_template_body.rb +75 -2
  454. data/client/lib/fastcomments-client/models/update_feed_post_params.rb +75 -2
  455. data/client/lib/fastcomments-client/models/update_hash_tag_body.rb +75 -2
  456. data/client/lib/fastcomments-client/models/update_hash_tag_response.rb +75 -2
  457. data/client/lib/fastcomments-client/models/update_moderator_body.rb +75 -2
  458. data/client/lib/fastcomments-client/models/update_notification_body.rb +75 -2
  459. data/client/lib/fastcomments-client/models/update_question_config_body.rb +75 -2
  460. data/client/lib/fastcomments-client/models/update_question_result_body.rb +75 -2
  461. data/client/lib/fastcomments-client/models/update_subscription_api_response.rb +75 -2
  462. data/client/lib/fastcomments-client/models/update_tenant_body.rb +75 -2
  463. data/client/lib/fastcomments-client/models/update_tenant_package_body.rb +75 -2
  464. data/client/lib/fastcomments-client/models/update_tenant_user_body.rb +75 -2
  465. data/client/lib/fastcomments-client/models/update_user_badge_params.rb +75 -2
  466. data/client/lib/fastcomments-client/models/update_user_notification_comment_subscription_status_response.rb +104 -0
  467. data/client/lib/fastcomments-client/models/update_user_notification_page_subscription_status_response.rb +104 -0
  468. data/client/lib/fastcomments-client/models/{update_user_notification_status200_response.rb → update_user_notification_status_response.rb} +4 -4
  469. data/client/lib/fastcomments-client/models/upload_image_response.rb +75 -2
  470. data/client/lib/fastcomments-client/models/user.rb +85 -3
  471. data/client/lib/fastcomments-client/models/user_badge.rb +75 -2
  472. data/client/lib/fastcomments-client/models/user_badge_progress.rb +75 -2
  473. data/client/lib/fastcomments-client/models/user_notification.rb +75 -2
  474. data/client/lib/fastcomments-client/models/user_notification_count.rb +75 -2
  475. data/client/lib/fastcomments-client/models/user_notification_write_response.rb +75 -2
  476. data/client/lib/fastcomments-client/models/user_presence_data.rb +75 -2
  477. data/client/lib/fastcomments-client/models/user_reacts_response.rb +75 -2
  478. data/client/lib/fastcomments-client/models/user_search_result.rb +75 -2
  479. data/client/lib/fastcomments-client/models/user_search_section.rb +1 -1
  480. data/client/lib/fastcomments-client/models/user_search_section_result.rb +75 -2
  481. data/client/lib/fastcomments-client/models/user_session_info.rb +75 -2
  482. data/client/lib/fastcomments-client/models/users_list_location.rb +42 -0
  483. data/client/lib/fastcomments-client/models/vote_body_params.rb +75 -2
  484. data/client/lib/fastcomments-client/models/vote_delete_response.rb +75 -2
  485. data/client/lib/fastcomments-client/models/vote_response.rb +81 -32
  486. data/client/lib/fastcomments-client/models/{change_ticket_state200_response.rb → vote_response_status.rb} +6 -5
  487. data/client/lib/fastcomments-client/models/vote_response_user.rb +75 -2
  488. data/client/lib/fastcomments-client/models/vote_style.rb +1 -1
  489. data/client/lib/fastcomments-client/version.rb +2 -2
  490. data/client/lib/fastcomments-client.rb +102 -99
  491. data/client/spec/api/default_api_spec.rb +103 -101
  492. data/client/spec/api/moderation_api_spec.rb +559 -0
  493. data/client/spec/api/public_api_spec.rb +253 -37
  494. data/client/spec/models/add_domain_config_params_spec.rb +2 -2
  495. data/client/spec/models/{add_domain_config200_response_any_of_spec.rb → add_domain_config_response_any_of_spec.rb} +7 -7
  496. data/client/spec/models/{get_votes200_response_spec.rb → add_domain_config_response_spec.rb} +3 -3
  497. data/client/spec/models/add_page_api_response_spec.rb +2 -2
  498. data/client/spec/models/add_sso_user_api_response_spec.rb +2 -2
  499. data/client/spec/models/adjust_comment_votes_params_spec.rb +36 -0
  500. data/client/spec/models/adjust_votes_response_spec.rb +42 -0
  501. data/client/spec/models/aggregate_question_results_response_spec.rb +2 -2
  502. data/client/spec/models/{get_user200_response_spec.rb → aggregate_response_spec.rb} +3 -3
  503. data/client/spec/models/aggregate_time_bucket_spec.rb +2 -2
  504. data/client/spec/models/aggregation_api_error_spec.rb +54 -0
  505. data/client/spec/models/aggregation_item_spec.rb +2 -2
  506. data/client/spec/models/aggregation_op_type_spec.rb +2 -2
  507. data/client/spec/models/aggregation_operation_spec.rb +2 -2
  508. data/client/spec/models/aggregation_request_sort_spec.rb +2 -2
  509. data/client/spec/models/aggregation_request_spec.rb +2 -2
  510. data/client/spec/models/aggregation_response_spec.rb +2 -2
  511. data/client/spec/models/aggregation_response_stats_spec.rb +2 -2
  512. data/client/spec/models/aggregation_value_spec.rb +2 -2
  513. data/client/spec/models/api_audit_log_spec.rb +2 -2
  514. data/client/spec/models/api_ban_user_change_log_spec.rb +54 -0
  515. data/client/spec/models/api_ban_user_changed_values_spec.rb +108 -0
  516. data/client/spec/models/api_banned_user_spec.rb +108 -0
  517. data/client/spec/models/api_banned_user_with_multi_match_info_spec.rb +84 -0
  518. data/client/spec/models/api_comment_base_meta_spec.rb +2 -2
  519. data/client/spec/models/api_comment_base_spec.rb +3 -3
  520. data/client/spec/models/api_comment_common_banned_user_spec.rb +78 -0
  521. data/client/spec/models/api_comment_spec.rb +3 -3
  522. data/client/spec/models/api_create_user_badge_response_spec.rb +2 -2
  523. data/client/spec/models/api_domain_configuration_spec.rb +2 -2
  524. data/client/spec/models/api_empty_response_spec.rb +2 -2
  525. data/client/spec/models/api_empty_success_response_spec.rb +2 -2
  526. data/client/spec/models/api_error_spec.rb +2 -2
  527. data/client/spec/models/api_get_comment_response_spec.rb +2 -2
  528. data/client/spec/models/api_get_comments_response_spec.rb +2 -2
  529. data/client/spec/models/api_get_user_badge_progress_list_response_spec.rb +2 -2
  530. data/client/spec/models/api_get_user_badge_progress_response_spec.rb +2 -2
  531. data/client/spec/models/api_get_user_badge_response_spec.rb +2 -2
  532. data/client/spec/models/api_get_user_badges_response_spec.rb +2 -2
  533. data/client/spec/models/api_moderate_get_user_ban_preferences_response_spec.rb +42 -0
  534. data/client/spec/models/api_moderate_user_ban_preferences_spec.rb +54 -0
  535. data/client/spec/models/api_page_spec.rb +2 -2
  536. data/client/spec/models/{save_comment_response_spec.rb → api_save_comment_response_spec.rb} +7 -7
  537. data/client/spec/models/api_status_spec.rb +2 -2
  538. data/client/spec/models/api_tenant_daily_usage_spec.rb +2 -2
  539. data/client/spec/models/api_tenant_spec.rb +2 -2
  540. data/client/spec/models/api_ticket_detail_spec.rb +2 -2
  541. data/client/spec/models/api_ticket_file_spec.rb +2 -2
  542. data/client/spec/models/api_ticket_spec.rb +2 -2
  543. data/client/spec/models/api_user_subscription_spec.rb +2 -2
  544. data/client/spec/models/apisso_user_spec.rb +2 -2
  545. data/client/spec/models/award_user_badge_response_spec.rb +48 -0
  546. data/client/spec/models/ban_user_from_comment_result_spec.rb +54 -0
  547. data/client/spec/models/ban_user_undo_params_spec.rb +36 -0
  548. data/client/spec/models/{create_tenant200_response_spec.rb → banned_user_match_matched_on_value_spec.rb} +3 -3
  549. data/client/spec/models/banned_user_match_spec.rb +42 -0
  550. data/client/spec/models/banned_user_match_type_spec.rb +30 -0
  551. data/client/spec/models/billing_info_spec.rb +2 -2
  552. data/client/spec/models/block_from_comment_params_spec.rb +2 -2
  553. data/client/spec/models/block_success_spec.rb +2 -2
  554. data/client/spec/models/build_moderation_filter_params_spec.rb +60 -0
  555. data/client/spec/models/build_moderation_filter_response_spec.rb +42 -0
  556. data/client/spec/models/bulk_aggregate_question_item_spec.rb +2 -2
  557. data/client/spec/models/bulk_aggregate_question_results_request_spec.rb +2 -2
  558. data/client/spec/models/bulk_aggregate_question_results_response_spec.rb +2 -2
  559. data/client/spec/models/bulk_create_hash_tags_body_spec.rb +2 -2
  560. data/client/spec/models/bulk_create_hash_tags_body_tags_inner_spec.rb +2 -2
  561. data/client/spec/models/{add_hash_tag200_response_spec.rb → bulk_create_hash_tags_response_results_inner_spec.rb} +3 -3
  562. data/client/spec/models/bulk_create_hash_tags_response_spec.rb +2 -2
  563. data/client/spec/models/bulk_pre_ban_params_spec.rb +36 -0
  564. data/client/spec/models/bulk_pre_ban_summary_spec.rb +66 -0
  565. data/client/spec/models/change_comment_pin_status_response_spec.rb +2 -2
  566. data/client/spec/models/change_ticket_state_body_spec.rb +2 -2
  567. data/client/spec/models/change_ticket_state_response_spec.rb +2 -2
  568. data/client/spec/models/check_blocked_comments_response_spec.rb +2 -2
  569. data/client/spec/models/combine_question_results_with_comments_response_spec.rb +2 -2
  570. data/client/spec/models/comment_data_spec.rb +8 -2
  571. data/client/spec/models/comment_html_rendering_mode_spec.rb +2 -2
  572. data/client/spec/models/comment_log_data_spec.rb +8 -2
  573. data/client/spec/models/comment_log_entry_spec.rb +2 -2
  574. data/client/spec/models/comment_log_type_spec.rb +2 -2
  575. data/client/spec/models/comment_question_results_rendering_type_spec.rb +2 -2
  576. data/client/spec/models/comment_questions_required_spec.rb +2 -2
  577. data/client/spec/models/comment_text_update_request_spec.rb +2 -2
  578. data/client/spec/models/comment_thread_deletion_mode_spec.rb +2 -2
  579. data/client/spec/models/comment_user_badge_info_spec.rb +2 -2
  580. data/client/spec/models/comment_user_hash_tag_info_spec.rb +2 -2
  581. data/client/spec/models/comment_user_mention_info_spec.rb +2 -2
  582. data/client/spec/models/commenter_name_formats_spec.rb +2 -2
  583. data/client/spec/models/comments_by_ids_params_spec.rb +36 -0
  584. data/client/spec/models/create_api_page_data_spec.rb +2 -2
  585. data/client/spec/models/create_api_user_subscription_data_spec.rb +2 -2
  586. data/client/spec/models/create_apisso_user_data_spec.rb +2 -2
  587. data/client/spec/models/create_comment_params_spec.rb +8 -2
  588. data/client/spec/models/create_email_template_body_spec.rb +2 -2
  589. data/client/spec/models/create_email_template_response_spec.rb +2 -2
  590. data/client/spec/models/create_feed_post_params_spec.rb +2 -2
  591. data/client/spec/models/create_feed_post_response_spec.rb +2 -2
  592. data/client/spec/models/create_feed_posts_response_spec.rb +2 -2
  593. data/client/spec/models/create_hash_tag_body_spec.rb +2 -2
  594. data/client/spec/models/create_hash_tag_response_spec.rb +2 -2
  595. data/client/spec/models/create_moderator_body_spec.rb +2 -2
  596. data/client/spec/models/create_moderator_response_spec.rb +2 -2
  597. data/client/spec/models/create_question_config_body_spec.rb +2 -2
  598. data/client/spec/models/create_question_config_response_spec.rb +2 -2
  599. data/client/spec/models/create_question_result_body_spec.rb +2 -2
  600. data/client/spec/models/create_question_result_response_spec.rb +2 -2
  601. data/client/spec/models/create_subscription_api_response_spec.rb +2 -2
  602. data/client/spec/models/create_tenant_body_spec.rb +2 -2
  603. data/client/spec/models/create_tenant_package_body_spec.rb +4 -4
  604. data/client/spec/models/create_tenant_package_response_spec.rb +2 -2
  605. data/client/spec/models/create_tenant_response_spec.rb +2 -2
  606. data/client/spec/models/create_tenant_user_body_spec.rb +2 -2
  607. data/client/spec/models/create_tenant_user_response_spec.rb +2 -2
  608. data/client/spec/models/create_ticket_body_spec.rb +2 -2
  609. data/client/spec/models/create_ticket_response_spec.rb +2 -2
  610. data/client/spec/models/create_user_badge_params_spec.rb +2 -2
  611. data/client/spec/models/create_v1_page_react_spec.rb +42 -0
  612. data/client/spec/models/custom_config_parameters_spec.rb +32 -2
  613. data/client/spec/models/custom_email_template_spec.rb +2 -2
  614. data/client/spec/models/delete_comment_action_spec.rb +2 -2
  615. data/client/spec/models/delete_comment_result_spec.rb +2 -2
  616. data/client/spec/models/{delete_domain_config200_response_spec.rb → delete_domain_config_response_spec.rb} +7 -7
  617. data/client/spec/models/{delete_feed_post_public200_response_any_of_spec.rb → delete_feed_post_public_response_spec.rb} +7 -7
  618. data/client/spec/models/{delete_hash_tag_request_spec.rb → delete_hash_tag_request_body_spec.rb} +7 -7
  619. data/client/spec/models/delete_page_api_response_spec.rb +2 -2
  620. data/client/spec/models/delete_sso_user_api_response_spec.rb +2 -2
  621. data/client/spec/models/delete_subscription_api_response_spec.rb +2 -2
  622. data/client/spec/models/deleted_comment_result_comment_spec.rb +2 -2
  623. data/client/spec/models/digest_email_frequency_spec.rb +2 -2
  624. data/client/spec/models/email_template_definition_spec.rb +2 -2
  625. data/client/spec/models/email_template_render_error_response_spec.rb +2 -2
  626. data/client/spec/models/event_log_entry_spec.rb +2 -2
  627. data/client/spec/models/f_comment_meta_spec.rb +2 -2
  628. data/client/spec/models/f_comment_spec.rb +8 -2
  629. data/client/spec/models/feed_post_link_spec.rb +2 -2
  630. data/client/spec/models/feed_post_media_item_asset_spec.rb +2 -2
  631. data/client/spec/models/feed_post_media_item_spec.rb +2 -2
  632. data/client/spec/models/feed_post_spec.rb +2 -2
  633. data/client/spec/models/feed_post_stats_spec.rb +2 -2
  634. data/client/spec/models/feed_posts_stats_response_spec.rb +2 -2
  635. data/client/spec/models/find_comments_by_range_item_spec.rb +2 -2
  636. data/client/spec/models/find_comments_by_range_response_spec.rb +2 -2
  637. data/client/spec/models/flag_comment_response_spec.rb +2 -2
  638. data/client/spec/models/get_audit_logs_response_spec.rb +2 -2
  639. data/client/spec/models/get_banned_users_count_response_spec.rb +42 -0
  640. data/client/spec/models/get_banned_users_from_comment_response_spec.rb +52 -0
  641. data/client/spec/models/get_cached_notification_count_response_spec.rb +2 -2
  642. data/client/spec/models/get_comment_ban_status_response_spec.rb +48 -0
  643. data/client/spec/models/get_comment_text_response_spec.rb +42 -0
  644. data/client/spec/models/get_comment_vote_user_names_success_response_spec.rb +2 -2
  645. data/client/spec/models/get_comments_for_user_response_spec.rb +36 -0
  646. data/client/spec/models/get_comments_response_public_comment_spec.rb +2 -2
  647. data/client/spec/models/get_comments_response_with_presence_public_comment_spec.rb +2 -2
  648. data/client/spec/models/{get_ticket200_response_spec.rb → get_domain_config_response_spec.rb} +3 -3
  649. data/client/spec/models/{get_domain_configs200_response_any_of1_spec.rb → get_domain_configs_response_any_of1_spec.rb} +7 -7
  650. data/client/spec/models/{get_domain_configs200_response_any_of_spec.rb → get_domain_configs_response_any_of_spec.rb} +7 -7
  651. data/client/spec/models/{get_tenant200_response_spec.rb → get_domain_configs_response_spec.rb} +3 -3
  652. data/client/spec/models/get_email_template_definitions_response_spec.rb +2 -2
  653. data/client/spec/models/get_email_template_render_errors_response_spec.rb +2 -2
  654. data/client/spec/models/get_email_template_response_spec.rb +2 -2
  655. data/client/spec/models/get_email_templates_response_spec.rb +2 -2
  656. data/client/spec/models/get_event_log_response_spec.rb +2 -2
  657. data/client/spec/models/get_feed_posts_response_spec.rb +2 -2
  658. data/client/spec/models/get_gifs_search_response_spec.rb +21 -0
  659. data/client/spec/models/get_gifs_trending_response_spec.rb +21 -0
  660. data/client/spec/models/get_hash_tags_response_spec.rb +2 -2
  661. data/client/spec/models/get_moderator_response_spec.rb +2 -2
  662. data/client/spec/models/get_moderators_response_spec.rb +2 -2
  663. data/client/spec/models/get_my_notifications_response_spec.rb +2 -2
  664. data/client/spec/models/get_notification_count_response_spec.rb +2 -2
  665. data/client/spec/models/get_notifications_response_spec.rb +2 -2
  666. data/client/spec/models/get_page_by_urlid_api_response_spec.rb +2 -2
  667. data/client/spec/models/get_pages_api_response_spec.rb +2 -2
  668. data/client/spec/models/get_pending_webhook_event_count_response_spec.rb +2 -2
  669. data/client/spec/models/get_pending_webhook_events_response_spec.rb +2 -2
  670. data/client/spec/models/get_public_feed_posts_response_spec.rb +2 -2
  671. data/client/spec/models/get_public_pages_response_spec.rb +48 -0
  672. data/client/spec/models/get_question_config_response_spec.rb +2 -2
  673. data/client/spec/models/get_question_configs_response_spec.rb +2 -2
  674. data/client/spec/models/get_question_result_response_spec.rb +2 -2
  675. data/client/spec/models/get_question_results_response_spec.rb +2 -2
  676. data/client/spec/models/get_sso_user_by_email_api_response_spec.rb +2 -2
  677. data/client/spec/models/get_sso_user_by_id_api_response_spec.rb +2 -2
  678. data/client/spec/models/{get_sso_users200_response_spec.rb → get_sso_users_response_spec.rb} +7 -7
  679. data/client/spec/models/get_subscriptions_api_response_spec.rb +2 -2
  680. data/client/spec/models/get_tenant_daily_usages_response_spec.rb +2 -2
  681. data/client/spec/models/get_tenant_manual_badges_response_spec.rb +42 -0
  682. data/client/spec/models/get_tenant_package_response_spec.rb +2 -2
  683. data/client/spec/models/get_tenant_packages_response_spec.rb +2 -2
  684. data/client/spec/models/get_tenant_response_spec.rb +2 -2
  685. data/client/spec/models/get_tenant_user_response_spec.rb +2 -2
  686. data/client/spec/models/get_tenant_users_response_spec.rb +2 -2
  687. data/client/spec/models/get_tenants_response_spec.rb +2 -2
  688. data/client/spec/models/get_ticket_response_spec.rb +2 -2
  689. data/client/spec/models/get_tickets_response_spec.rb +2 -2
  690. data/client/spec/models/get_translations_response_spec.rb +42 -0
  691. data/client/spec/models/get_user_internal_profile_response_profile_spec.rb +132 -0
  692. data/client/spec/models/get_user_internal_profile_response_spec.rb +42 -0
  693. data/client/spec/models/get_user_manual_badges_response_spec.rb +42 -0
  694. data/client/spec/models/get_user_notification_count_response_spec.rb +2 -2
  695. data/client/spec/models/get_user_presence_statuses_response_spec.rb +2 -2
  696. data/client/spec/models/get_user_response_spec.rb +2 -2
  697. data/client/spec/models/get_user_trust_factor_response_spec.rb +48 -0
  698. data/client/spec/models/get_v1_page_likes_spec.rb +60 -0
  699. data/client/spec/models/get_v2_page_react_users_response_spec.rb +42 -0
  700. data/client/spec/models/get_v2_page_reacts_spec.rb +48 -0
  701. data/client/spec/models/get_votes_for_user_response_spec.rb +2 -2
  702. data/client/spec/models/get_votes_response_spec.rb +2 -2
  703. data/client/spec/models/gif_get_large_response_spec.rb +42 -0
  704. data/client/spec/models/gif_rating_spec.rb +2 -2
  705. data/client/spec/models/gif_search_internal_error_spec.rb +42 -0
  706. data/client/spec/models/{add_domain_config200_response_spec.rb → gif_search_response_images_inner_inner_spec.rb} +3 -3
  707. data/client/spec/models/gif_search_response_spec.rb +42 -0
  708. data/client/spec/models/header_account_notification_spec.rb +8 -2
  709. data/client/spec/models/header_state_spec.rb +2 -2
  710. data/client/spec/models/ignored_response_spec.rb +2 -2
  711. data/client/spec/models/image_content_profanity_level_spec.rb +2 -2
  712. data/client/spec/models/imported_agent_approval_notification_frequency_spec.rb +30 -0
  713. data/client/spec/models/imported_site_type_spec.rb +2 -2
  714. data/client/spec/models/live_event_extra_info_spec.rb +2 -2
  715. data/client/spec/models/live_event_spec.rb +8 -2
  716. data/client/spec/models/live_event_type_spec.rb +2 -2
  717. data/client/spec/models/media_asset_spec.rb +2 -2
  718. data/client/spec/models/mention_auto_complete_mode_spec.rb +2 -2
  719. data/client/spec/models/meta_item_spec.rb +2 -2
  720. data/client/spec/models/moderation_api_child_comments_response_spec.rb +42 -0
  721. data/client/spec/models/moderation_api_comment_log_spec.rb +54 -0
  722. data/client/spec/models/moderation_api_comment_response_spec.rb +42 -0
  723. data/client/spec/models/moderation_api_comment_spec.rb +282 -0
  724. data/client/spec/models/moderation_api_count_comments_response_spec.rb +42 -0
  725. data/client/spec/models/moderation_api_get_comment_ids_response_spec.rb +48 -0
  726. data/client/spec/models/moderation_api_get_comments_response_spec.rb +54 -0
  727. data/client/spec/models/moderation_api_get_logs_response_spec.rb +42 -0
  728. data/client/spec/models/moderation_comment_search_response_spec.rb +42 -0
  729. data/client/spec/models/moderation_export_response_spec.rb +42 -0
  730. data/client/spec/models/moderation_export_status_response_spec.rb +54 -0
  731. data/client/spec/models/moderation_filter_spec.rb +102 -0
  732. data/client/spec/models/moderation_page_search_projected_spec.rb +54 -0
  733. data/client/spec/models/moderation_page_search_response_spec.rb +42 -0
  734. data/client/spec/models/moderation_site_search_projected_spec.rb +42 -0
  735. data/client/spec/models/moderation_site_search_response_spec.rb +42 -0
  736. data/client/spec/models/moderation_suggest_response_spec.rb +54 -0
  737. data/client/spec/models/moderation_user_search_projected_spec.rb +54 -0
  738. data/client/spec/models/moderation_user_search_response_spec.rb +42 -0
  739. data/client/spec/models/moderator_spec.rb +2 -2
  740. data/client/spec/models/notification_and_count_spec.rb +2 -2
  741. data/client/spec/models/notification_object_type_spec.rb +2 -2
  742. data/client/spec/models/notification_type_spec.rb +2 -2
  743. data/client/spec/models/page_user_entry_spec.rb +54 -0
  744. data/client/spec/models/page_users_info_response_spec.rb +42 -0
  745. data/client/spec/models/page_users_offline_response_spec.rb +54 -0
  746. data/client/spec/models/page_users_online_response_spec.rb +66 -0
  747. data/client/spec/models/pages_sort_by_spec.rb +30 -0
  748. data/client/spec/models/patch_domain_config_params_spec.rb +2 -2
  749. data/client/spec/models/patch_domain_config_response_spec.rb +21 -0
  750. data/client/spec/models/patch_page_api_response_spec.rb +2 -2
  751. data/client/spec/models/patch_sso_user_api_response_spec.rb +2 -2
  752. data/client/spec/models/pending_comment_to_sync_outbound_spec.rb +2 -2
  753. data/client/spec/models/post_remove_comment_response_spec.rb +21 -0
  754. data/client/spec/models/pre_ban_summary_spec.rb +48 -0
  755. data/client/spec/models/pub_sub_comment_base_spec.rb +2 -2
  756. data/client/spec/models/pub_sub_comment_spec.rb +2 -2
  757. data/client/spec/models/pub_sub_vote_spec.rb +2 -2
  758. data/client/spec/models/public_api_delete_comment_response_spec.rb +2 -2
  759. data/client/spec/models/public_api_get_comment_text_response_spec.rb +2 -2
  760. data/client/spec/models/public_api_set_comment_text_response_spec.rb +2 -2
  761. data/client/spec/models/public_block_from_comment_params_spec.rb +2 -2
  762. data/client/spec/models/public_comment_base_spec.rb +2 -2
  763. data/client/spec/models/public_comment_spec.rb +2 -2
  764. data/client/spec/models/public_feed_posts_response_spec.rb +2 -2
  765. data/client/spec/models/public_page_spec.rb +60 -0
  766. data/client/spec/models/public_vote_spec.rb +2 -2
  767. data/client/spec/models/put_domain_config_response_spec.rb +21 -0
  768. data/client/spec/models/put_sso_user_api_response_spec.rb +2 -2
  769. data/client/spec/models/query_predicate_spec.rb +2 -2
  770. data/client/spec/models/query_predicate_value_spec.rb +1 -1
  771. data/client/spec/models/question_config_custom_options_inner_spec.rb +2 -2
  772. data/client/spec/models/question_config_spec.rb +2 -2
  773. data/client/spec/models/question_datum_spec.rb +2 -2
  774. data/client/spec/models/question_rendering_type_spec.rb +2 -2
  775. data/client/spec/models/question_result_aggregation_overall_spec.rb +2 -2
  776. data/client/spec/models/question_result_spec.rb +2 -2
  777. data/client/spec/models/question_sub_question_visibility_spec.rb +2 -2
  778. data/client/spec/models/question_when_save_spec.rb +2 -2
  779. data/client/spec/models/react_body_params_spec.rb +2 -2
  780. data/client/spec/models/react_feed_post_response_spec.rb +2 -2
  781. data/client/spec/models/record_string_before_string_or_null_after_string_or_null_value_spec.rb +2 -2
  782. data/client/spec/models/remove_comment_action_response_spec.rb +42 -0
  783. data/client/spec/models/remove_user_badge_response_spec.rb +42 -0
  784. data/client/spec/models/render_email_template_body_spec.rb +2 -2
  785. data/client/spec/models/render_email_template_response_spec.rb +2 -2
  786. data/client/spec/models/renderable_user_notification_spec.rb +2 -2
  787. data/client/spec/models/repeat_comment_check_ignored_reason_spec.rb +2 -2
  788. data/client/spec/models/repeat_comment_handling_action_spec.rb +2 -2
  789. data/client/spec/models/replace_tenant_package_body_spec.rb +2 -2
  790. data/client/spec/models/replace_tenant_user_body_spec.rb +2 -2
  791. data/client/spec/models/reset_user_notifications_response_spec.rb +2 -2
  792. data/client/spec/models/save_comment_response_optimized_spec.rb +2 -2
  793. data/client/spec/models/save_comments_bulk_response_spec.rb +21 -0
  794. data/client/spec/models/save_comments_response_with_presence_spec.rb +2 -2
  795. data/client/spec/models/search_users_response_spec.rb +2 -2
  796. data/client/spec/models/search_users_result_spec.rb +21 -0
  797. data/client/spec/models/search_users_sectioned_response_spec.rb +2 -2
  798. data/client/spec/models/set_comment_approved_response_spec.rb +42 -0
  799. data/client/spec/models/set_comment_text_params_spec.rb +36 -0
  800. data/client/spec/models/set_comment_text_response_spec.rb +42 -0
  801. data/client/spec/models/set_comment_text_result_spec.rb +2 -2
  802. data/client/spec/models/set_user_trust_factor_response_spec.rb +42 -0
  803. data/client/spec/models/size_preset_spec.rb +2 -2
  804. data/client/spec/models/sort_directions_spec.rb +2 -2
  805. data/client/spec/models/sortdir_spec.rb +2 -2
  806. data/client/spec/models/spam_rule_spec.rb +2 -2
  807. data/client/spec/models/sso_security_level_spec.rb +2 -2
  808. data/client/spec/models/tenant_badge_spec.rb +156 -0
  809. data/client/spec/models/tenant_hash_tag_spec.rb +2 -2
  810. data/client/spec/models/tenant_package_spec.rb +44 -2
  811. data/client/spec/models/tos_config_spec.rb +2 -2
  812. data/client/spec/models/un_block_from_comment_params_spec.rb +2 -2
  813. data/client/spec/models/unblock_success_spec.rb +2 -2
  814. data/client/spec/models/updatable_comment_params_spec.rb +2 -2
  815. data/client/spec/models/update_api_page_data_spec.rb +2 -2
  816. data/client/spec/models/update_api_user_subscription_data_spec.rb +2 -2
  817. data/client/spec/models/update_apisso_user_data_spec.rb +2 -2
  818. data/client/spec/models/update_domain_config_params_spec.rb +2 -2
  819. data/client/spec/models/update_email_template_body_spec.rb +2 -2
  820. data/client/spec/models/update_feed_post_params_spec.rb +2 -2
  821. data/client/spec/models/update_hash_tag_body_spec.rb +2 -2
  822. data/client/spec/models/update_hash_tag_response_spec.rb +2 -2
  823. data/client/spec/models/update_moderator_body_spec.rb +2 -2
  824. data/client/spec/models/update_notification_body_spec.rb +2 -2
  825. data/client/spec/models/update_question_config_body_spec.rb +2 -2
  826. data/client/spec/models/update_question_result_body_spec.rb +2 -2
  827. data/client/spec/models/update_subscription_api_response_spec.rb +2 -2
  828. data/client/spec/models/update_tenant_body_spec.rb +2 -2
  829. data/client/spec/models/update_tenant_package_body_spec.rb +2 -2
  830. data/client/spec/models/update_tenant_user_body_spec.rb +2 -2
  831. data/client/spec/models/update_user_badge_params_spec.rb +2 -2
  832. data/client/spec/models/{aggregate_question_results200_response_spec.rb → update_user_notification_comment_subscription_status_response_spec.rb} +3 -3
  833. data/client/spec/models/{add_hash_tags_bulk200_response_spec.rb → update_user_notification_page_subscription_status_response_spec.rb} +3 -3
  834. data/client/spec/models/{update_user_notification_status200_response_spec.rb → update_user_notification_status_response_spec.rb} +3 -3
  835. data/client/spec/models/upload_image_response_spec.rb +2 -2
  836. data/client/spec/models/user_badge_progress_spec.rb +2 -2
  837. data/client/spec/models/user_badge_spec.rb +2 -2
  838. data/client/spec/models/user_notification_count_spec.rb +2 -2
  839. data/client/spec/models/user_notification_spec.rb +2 -2
  840. data/client/spec/models/user_notification_write_response_spec.rb +2 -2
  841. data/client/spec/models/user_presence_data_spec.rb +2 -2
  842. data/client/spec/models/user_reacts_response_spec.rb +2 -2
  843. data/client/spec/models/user_search_result_spec.rb +2 -2
  844. data/client/spec/models/user_search_section_result_spec.rb +2 -2
  845. data/client/spec/models/user_search_section_spec.rb +2 -2
  846. data/client/spec/models/user_session_info_spec.rb +2 -2
  847. data/client/spec/models/user_spec.rb +8 -2
  848. data/client/spec/models/users_list_location_spec.rb +30 -0
  849. data/client/spec/models/vote_body_params_spec.rb +2 -2
  850. data/client/spec/models/vote_delete_response_spec.rb +2 -2
  851. data/client/spec/models/vote_response_spec.rb +2 -6
  852. data/client/spec/models/vote_response_status_spec.rb +21 -0
  853. data/client/spec/models/vote_response_user_spec.rb +2 -2
  854. data/client/spec/models/vote_style_spec.rb +2 -2
  855. data/client/spec/spec_helper.rb +1 -1
  856. data/lib/fastcomments.rb +1 -1
  857. metadata +305 -294
  858. data/client/docs/AddHashTag200Response.md +0 -34
  859. data/client/docs/AddHashTagsBulk200Response.md +0 -34
  860. data/client/docs/AggregateQuestionResults200Response.md +0 -34
  861. data/client/docs/BlockFromCommentPublic200Response.md +0 -34
  862. data/client/docs/BulkAggregateQuestionResults200Response.md +0 -34
  863. data/client/docs/ChangeTicketState200Response.md +0 -34
  864. data/client/docs/CheckedCommentsForBlocked200Response.md +0 -34
  865. data/client/docs/CombineCommentsWithQuestionResults200Response.md +0 -34
  866. data/client/docs/CreateCommentPublic200Response.md +0 -40
  867. data/client/docs/CreateEmailTemplate200Response.md +0 -34
  868. data/client/docs/CreateFeedPost200Response.md +0 -34
  869. data/client/docs/CreateFeedPostPublic200Response.md +0 -34
  870. data/client/docs/CreateModerator200Response.md +0 -34
  871. data/client/docs/CreateQuestionConfig200Response.md +0 -34
  872. data/client/docs/CreateQuestionResult200Response.md +0 -34
  873. data/client/docs/CreateTenant200Response.md +0 -34
  874. data/client/docs/CreateTenantPackage200Response.md +0 -34
  875. data/client/docs/CreateTenantUser200Response.md +0 -34
  876. data/client/docs/CreateTicket200Response.md +0 -34
  877. data/client/docs/CreateUserBadge200Response.md +0 -36
  878. data/client/docs/DeleteComment200Response.md +0 -34
  879. data/client/docs/DeleteCommentPublic200Response.md +0 -36
  880. data/client/docs/DeleteCommentVote200Response.md +0 -34
  881. data/client/docs/DeleteFeedPostPublic200Response.md +0 -32
  882. data/client/docs/FlagComment200Response.md +0 -36
  883. data/client/docs/FlagCommentPublic200Response.md +0 -32
  884. data/client/docs/GetAuditLogs200Response.md +0 -34
  885. data/client/docs/GetCachedNotificationCount200Response.md +0 -34
  886. data/client/docs/GetComment200Response.md +0 -34
  887. data/client/docs/GetCommentText200Response.md +0 -36
  888. data/client/docs/GetCommentVoteUserNames200Response.md +0 -36
  889. data/client/docs/GetComments200Response.md +0 -34
  890. data/client/docs/GetCommentsPublic200Response.md +0 -78
  891. data/client/docs/GetEmailTemplate200Response.md +0 -34
  892. data/client/docs/GetEmailTemplateDefinitions200Response.md +0 -34
  893. data/client/docs/GetEmailTemplateRenderErrors200Response.md +0 -34
  894. data/client/docs/GetEmailTemplates200Response.md +0 -34
  895. data/client/docs/GetEventLog200Response.md +0 -34
  896. data/client/docs/GetFeedPosts200Response.md +0 -34
  897. data/client/docs/GetFeedPostsPublic200Response.md +0 -44
  898. data/client/docs/GetFeedPostsStats200Response.md +0 -34
  899. data/client/docs/GetHashTags200Response.md +0 -34
  900. data/client/docs/GetModerator200Response.md +0 -34
  901. data/client/docs/GetModerators200Response.md +0 -34
  902. data/client/docs/GetNotificationCount200Response.md +0 -34
  903. data/client/docs/GetNotifications200Response.md +0 -34
  904. data/client/docs/GetPendingWebhookEventCount200Response.md +0 -34
  905. data/client/docs/GetPendingWebhookEvents200Response.md +0 -34
  906. data/client/docs/GetQuestionConfig200Response.md +0 -34
  907. data/client/docs/GetQuestionConfigs200Response.md +0 -34
  908. data/client/docs/GetQuestionResult200Response.md +0 -34
  909. data/client/docs/GetQuestionResults200Response.md +0 -34
  910. data/client/docs/GetTenant200Response.md +0 -34
  911. data/client/docs/GetTenantDailyUsages200Response.md +0 -34
  912. data/client/docs/GetTenantPackage200Response.md +0 -34
  913. data/client/docs/GetTenantPackages200Response.md +0 -34
  914. data/client/docs/GetTenantUser200Response.md +0 -34
  915. data/client/docs/GetTenantUsers200Response.md +0 -34
  916. data/client/docs/GetTenants200Response.md +0 -34
  917. data/client/docs/GetTicket200Response.md +0 -36
  918. data/client/docs/GetTickets200Response.md +0 -34
  919. data/client/docs/GetUser200Response.md +0 -34
  920. data/client/docs/GetUserBadge200Response.md +0 -34
  921. data/client/docs/GetUserBadgeProgressById200Response.md +0 -34
  922. data/client/docs/GetUserBadgeProgressList200Response.md +0 -34
  923. data/client/docs/GetUserBadges200Response.md +0 -34
  924. data/client/docs/GetUserNotificationCount200Response.md +0 -34
  925. data/client/docs/GetUserNotifications200Response.md +0 -40
  926. data/client/docs/GetUserPresenceStatuses200Response.md +0 -34
  927. data/client/docs/GetUserReactsPublic200Response.md +0 -34
  928. data/client/docs/GetVotes200Response.md +0 -38
  929. data/client/docs/GetVotesForUser200Response.md +0 -38
  930. data/client/docs/LockComment200Response.md +0 -32
  931. data/client/docs/PinComment200Response.md +0 -34
  932. data/client/docs/ReactFeedPostPublic200Response.md +0 -36
  933. data/client/docs/RenderEmailTemplate200Response.md +0 -34
  934. data/client/docs/ResetUserNotifications200Response.md +0 -32
  935. data/client/docs/SearchUsers200Response.md +0 -36
  936. data/client/docs/SetCommentText200Response.md +0 -34
  937. data/client/docs/UnBlockCommentPublic200Response.md +0 -34
  938. data/client/docs/UpdateUserBadge200Response.md +0 -32
  939. data/client/docs/UpdateUserNotificationStatus200Response.md +0 -38
  940. data/client/docs/VoteComment200Response.md +0 -40
  941. data/client/lib/fastcomments-client/api_model_base.rb +0 -88
  942. data/client/lib/fastcomments-client/models/bulk_aggregate_question_results200_response.rb +0 -103
  943. data/client/lib/fastcomments-client/models/checked_comments_for_blocked200_response.rb +0 -103
  944. data/client/lib/fastcomments-client/models/combine_comments_with_question_results200_response.rb +0 -103
  945. data/client/lib/fastcomments-client/models/create_comment_public200_response.rb +0 -103
  946. data/client/lib/fastcomments-client/models/create_email_template200_response.rb +0 -103
  947. data/client/lib/fastcomments-client/models/create_feed_post200_response.rb +0 -103
  948. data/client/lib/fastcomments-client/models/create_feed_post_public200_response.rb +0 -103
  949. data/client/lib/fastcomments-client/models/create_moderator200_response.rb +0 -103
  950. data/client/lib/fastcomments-client/models/create_question_config200_response.rb +0 -103
  951. data/client/lib/fastcomments-client/models/create_question_result200_response.rb +0 -103
  952. data/client/lib/fastcomments-client/models/create_tenant200_response.rb +0 -103
  953. data/client/lib/fastcomments-client/models/create_tenant_package200_response.rb +0 -103
  954. data/client/lib/fastcomments-client/models/create_tenant_user200_response.rb +0 -103
  955. data/client/lib/fastcomments-client/models/create_ticket200_response.rb +0 -103
  956. data/client/lib/fastcomments-client/models/create_user_badge200_response.rb +0 -103
  957. data/client/lib/fastcomments-client/models/delete_comment200_response.rb +0 -103
  958. data/client/lib/fastcomments-client/models/delete_comment_public200_response.rb +0 -103
  959. data/client/lib/fastcomments-client/models/delete_comment_vote200_response.rb +0 -103
  960. data/client/lib/fastcomments-client/models/delete_domain_config200_response.rb +0 -150
  961. data/client/lib/fastcomments-client/models/delete_feed_post_public200_response.rb +0 -103
  962. data/client/lib/fastcomments-client/models/flag_comment200_response.rb +0 -103
  963. data/client/lib/fastcomments-client/models/flag_comment_public200_response.rb +0 -103
  964. data/client/lib/fastcomments-client/models/get_audit_logs200_response.rb +0 -103
  965. data/client/lib/fastcomments-client/models/get_cached_notification_count200_response.rb +0 -103
  966. data/client/lib/fastcomments-client/models/get_comment200_response.rb +0 -103
  967. data/client/lib/fastcomments-client/models/get_comment_text200_response.rb +0 -103
  968. data/client/lib/fastcomments-client/models/get_comment_vote_user_names200_response.rb +0 -103
  969. data/client/lib/fastcomments-client/models/get_comments200_response.rb +0 -103
  970. data/client/lib/fastcomments-client/models/get_comments_public200_response.rb +0 -103
  971. data/client/lib/fastcomments-client/models/get_domain_config200_response.rb +0 -103
  972. data/client/lib/fastcomments-client/models/get_domain_configs200_response.rb +0 -103
  973. data/client/lib/fastcomments-client/models/get_email_template200_response.rb +0 -103
  974. data/client/lib/fastcomments-client/models/get_email_template_definitions200_response.rb +0 -103
  975. data/client/lib/fastcomments-client/models/get_email_template_render_errors200_response.rb +0 -103
  976. data/client/lib/fastcomments-client/models/get_email_templates200_response.rb +0 -103
  977. data/client/lib/fastcomments-client/models/get_event_log200_response.rb +0 -103
  978. data/client/lib/fastcomments-client/models/get_feed_posts200_response.rb +0 -103
  979. data/client/lib/fastcomments-client/models/get_feed_posts_public200_response.rb +0 -103
  980. data/client/lib/fastcomments-client/models/get_feed_posts_stats200_response.rb +0 -103
  981. data/client/lib/fastcomments-client/models/get_hash_tags200_response.rb +0 -103
  982. data/client/lib/fastcomments-client/models/get_moderator200_response.rb +0 -103
  983. data/client/lib/fastcomments-client/models/get_moderators200_response.rb +0 -103
  984. data/client/lib/fastcomments-client/models/get_notification_count200_response.rb +0 -103
  985. data/client/lib/fastcomments-client/models/get_notifications200_response.rb +0 -103
  986. data/client/lib/fastcomments-client/models/get_pending_webhook_event_count200_response.rb +0 -103
  987. data/client/lib/fastcomments-client/models/get_pending_webhook_events200_response.rb +0 -103
  988. data/client/lib/fastcomments-client/models/get_question_config200_response.rb +0 -103
  989. data/client/lib/fastcomments-client/models/get_question_configs200_response.rb +0 -103
  990. data/client/lib/fastcomments-client/models/get_question_result200_response.rb +0 -103
  991. data/client/lib/fastcomments-client/models/get_question_results200_response.rb +0 -103
  992. data/client/lib/fastcomments-client/models/get_tenant200_response.rb +0 -103
  993. data/client/lib/fastcomments-client/models/get_tenant_daily_usages200_response.rb +0 -103
  994. data/client/lib/fastcomments-client/models/get_tenant_package200_response.rb +0 -103
  995. data/client/lib/fastcomments-client/models/get_tenant_packages200_response.rb +0 -103
  996. data/client/lib/fastcomments-client/models/get_tenant_user200_response.rb +0 -103
  997. data/client/lib/fastcomments-client/models/get_tenant_users200_response.rb +0 -103
  998. data/client/lib/fastcomments-client/models/get_tenants200_response.rb +0 -103
  999. data/client/lib/fastcomments-client/models/get_ticket200_response.rb +0 -103
  1000. data/client/lib/fastcomments-client/models/get_tickets200_response.rb +0 -103
  1001. data/client/lib/fastcomments-client/models/get_user200_response.rb +0 -103
  1002. data/client/lib/fastcomments-client/models/get_user_badge200_response.rb +0 -103
  1003. data/client/lib/fastcomments-client/models/get_user_badge_progress_by_id200_response.rb +0 -103
  1004. data/client/lib/fastcomments-client/models/get_user_badge_progress_list200_response.rb +0 -103
  1005. data/client/lib/fastcomments-client/models/get_user_badges200_response.rb +0 -103
  1006. data/client/lib/fastcomments-client/models/get_user_notification_count200_response.rb +0 -103
  1007. data/client/lib/fastcomments-client/models/get_user_notifications200_response.rb +0 -103
  1008. data/client/lib/fastcomments-client/models/get_user_presence_statuses200_response.rb +0 -103
  1009. data/client/lib/fastcomments-client/models/get_user_reacts_public200_response.rb +0 -103
  1010. data/client/lib/fastcomments-client/models/get_votes200_response.rb +0 -103
  1011. data/client/lib/fastcomments-client/models/get_votes_for_user200_response.rb +0 -103
  1012. data/client/lib/fastcomments-client/models/lock_comment200_response.rb +0 -103
  1013. data/client/lib/fastcomments-client/models/patch_hash_tag200_response.rb +0 -103
  1014. data/client/lib/fastcomments-client/models/pin_comment200_response.rb +0 -103
  1015. data/client/lib/fastcomments-client/models/react_feed_post_public200_response.rb +0 -103
  1016. data/client/lib/fastcomments-client/models/render_email_template200_response.rb +0 -103
  1017. data/client/lib/fastcomments-client/models/reset_user_notifications200_response.rb +0 -103
  1018. data/client/lib/fastcomments-client/models/save_comment200_response.rb +0 -103
  1019. data/client/lib/fastcomments-client/models/set_comment_text200_response.rb +0 -103
  1020. data/client/lib/fastcomments-client/models/un_block_comment_public200_response.rb +0 -103
  1021. data/client/lib/fastcomments-client/models/update_user_badge200_response.rb +0 -103
  1022. data/client/lib/fastcomments-client/models/vote_comment200_response.rb +0 -103
  1023. data/client/spec/models/block_from_comment_public200_response_spec.rb +0 -21
  1024. data/client/spec/models/bulk_aggregate_question_results200_response_spec.rb +0 -21
  1025. data/client/spec/models/change_ticket_state200_response_spec.rb +0 -21
  1026. data/client/spec/models/checked_comments_for_blocked200_response_spec.rb +0 -21
  1027. data/client/spec/models/combine_comments_with_question_results200_response_spec.rb +0 -21
  1028. data/client/spec/models/create_comment_public200_response_spec.rb +0 -21
  1029. data/client/spec/models/create_email_template200_response_spec.rb +0 -21
  1030. data/client/spec/models/create_feed_post200_response_spec.rb +0 -21
  1031. data/client/spec/models/create_feed_post_public200_response_spec.rb +0 -21
  1032. data/client/spec/models/create_moderator200_response_spec.rb +0 -21
  1033. data/client/spec/models/create_question_config200_response_spec.rb +0 -21
  1034. data/client/spec/models/create_question_result200_response_spec.rb +0 -21
  1035. data/client/spec/models/create_tenant_package200_response_spec.rb +0 -21
  1036. data/client/spec/models/create_tenant_user200_response_spec.rb +0 -21
  1037. data/client/spec/models/create_ticket200_response_spec.rb +0 -21
  1038. data/client/spec/models/create_user_badge200_response_spec.rb +0 -21
  1039. data/client/spec/models/delete_comment200_response_spec.rb +0 -21
  1040. data/client/spec/models/delete_comment_public200_response_spec.rb +0 -21
  1041. data/client/spec/models/delete_comment_vote200_response_spec.rb +0 -21
  1042. data/client/spec/models/delete_feed_post_public200_response_spec.rb +0 -21
  1043. data/client/spec/models/flag_comment200_response_spec.rb +0 -21
  1044. data/client/spec/models/flag_comment_public200_response_spec.rb +0 -21
  1045. data/client/spec/models/get_audit_logs200_response_spec.rb +0 -21
  1046. data/client/spec/models/get_cached_notification_count200_response_spec.rb +0 -21
  1047. data/client/spec/models/get_comment200_response_spec.rb +0 -21
  1048. data/client/spec/models/get_comment_text200_response_spec.rb +0 -21
  1049. data/client/spec/models/get_comment_vote_user_names200_response_spec.rb +0 -21
  1050. data/client/spec/models/get_comments200_response_spec.rb +0 -21
  1051. data/client/spec/models/get_comments_public200_response_spec.rb +0 -21
  1052. data/client/spec/models/get_domain_config200_response_spec.rb +0 -21
  1053. data/client/spec/models/get_domain_configs200_response_spec.rb +0 -21
  1054. data/client/spec/models/get_email_template200_response_spec.rb +0 -21
  1055. data/client/spec/models/get_email_template_definitions200_response_spec.rb +0 -21
  1056. data/client/spec/models/get_email_template_render_errors200_response_spec.rb +0 -21
  1057. data/client/spec/models/get_email_templates200_response_spec.rb +0 -21
  1058. data/client/spec/models/get_event_log200_response_spec.rb +0 -21
  1059. data/client/spec/models/get_feed_posts200_response_spec.rb +0 -21
  1060. data/client/spec/models/get_feed_posts_public200_response_spec.rb +0 -21
  1061. data/client/spec/models/get_feed_posts_stats200_response_spec.rb +0 -21
  1062. data/client/spec/models/get_hash_tags200_response_spec.rb +0 -21
  1063. data/client/spec/models/get_moderator200_response_spec.rb +0 -21
  1064. data/client/spec/models/get_moderators200_response_spec.rb +0 -21
  1065. data/client/spec/models/get_notification_count200_response_spec.rb +0 -21
  1066. data/client/spec/models/get_notifications200_response_spec.rb +0 -21
  1067. data/client/spec/models/get_pending_webhook_event_count200_response_spec.rb +0 -21
  1068. data/client/spec/models/get_pending_webhook_events200_response_spec.rb +0 -21
  1069. data/client/spec/models/get_question_config200_response_spec.rb +0 -21
  1070. data/client/spec/models/get_question_configs200_response_spec.rb +0 -21
  1071. data/client/spec/models/get_question_result200_response_spec.rb +0 -21
  1072. data/client/spec/models/get_question_results200_response_spec.rb +0 -21
  1073. data/client/spec/models/get_tenant_daily_usages200_response_spec.rb +0 -21
  1074. data/client/spec/models/get_tenant_package200_response_spec.rb +0 -21
  1075. data/client/spec/models/get_tenant_packages200_response_spec.rb +0 -21
  1076. data/client/spec/models/get_tenant_user200_response_spec.rb +0 -21
  1077. data/client/spec/models/get_tenant_users200_response_spec.rb +0 -21
  1078. data/client/spec/models/get_tenants200_response_spec.rb +0 -21
  1079. data/client/spec/models/get_tickets200_response_spec.rb +0 -21
  1080. data/client/spec/models/get_user_badge200_response_spec.rb +0 -21
  1081. data/client/spec/models/get_user_badge_progress_by_id200_response_spec.rb +0 -21
  1082. data/client/spec/models/get_user_badge_progress_list200_response_spec.rb +0 -21
  1083. data/client/spec/models/get_user_badges200_response_spec.rb +0 -21
  1084. data/client/spec/models/get_user_notification_count200_response_spec.rb +0 -21
  1085. data/client/spec/models/get_user_notifications200_response_spec.rb +0 -21
  1086. data/client/spec/models/get_user_presence_statuses200_response_spec.rb +0 -21
  1087. data/client/spec/models/get_user_reacts_public200_response_spec.rb +0 -21
  1088. data/client/spec/models/get_votes_for_user200_response_spec.rb +0 -21
  1089. data/client/spec/models/lock_comment200_response_spec.rb +0 -21
  1090. data/client/spec/models/patch_hash_tag200_response_spec.rb +0 -21
  1091. data/client/spec/models/pin_comment200_response_spec.rb +0 -21
  1092. data/client/spec/models/react_feed_post_public200_response_spec.rb +0 -21
  1093. data/client/spec/models/record_string_string_or_number_value_spec.rb +0 -21
  1094. data/client/spec/models/render_email_template200_response_spec.rb +0 -21
  1095. data/client/spec/models/reset_user_notifications200_response_spec.rb +0 -21
  1096. data/client/spec/models/save_comment200_response_spec.rb +0 -21
  1097. data/client/spec/models/search_users200_response_spec.rb +0 -21
  1098. data/client/spec/models/set_comment_text200_response_spec.rb +0 -21
  1099. data/client/spec/models/un_block_comment_public200_response_spec.rb +0 -21
  1100. data/client/spec/models/update_user_badge200_response_spec.rb +0 -21
  1101. data/client/spec/models/vote_comment200_response_spec.rb +0 -21
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 0.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.19.0-SNAPSHOT
9
+ Generator version: 7.14.0
10
10
 
11
11
  =end
12
12
 
@@ -22,7 +22,7 @@ module FastCommentsClient
22
22
  # @param tenant_id [String]
23
23
  # @param add_domain_config_params [AddDomainConfigParams]
24
24
  # @param [Hash] opts the optional parameters
25
- # @return [AddDomainConfig200Response]
25
+ # @return [AddDomainConfigResponse]
26
26
  def add_domain_config(tenant_id, add_domain_config_params, opts = {})
27
27
  data, _status_code, _headers = add_domain_config_with_http_info(tenant_id, add_domain_config_params, opts)
28
28
  data
@@ -31,7 +31,7 @@ module FastCommentsClient
31
31
  # @param tenant_id [String]
32
32
  # @param add_domain_config_params [AddDomainConfigParams]
33
33
  # @param [Hash] opts the optional parameters
34
- # @return [Array<(AddDomainConfig200Response, Integer, Hash)>] AddDomainConfig200Response data, response status code and response headers
34
+ # @return [Array<(AddDomainConfigResponse, Integer, Hash)>] AddDomainConfigResponse data, response status code and response headers
35
35
  def add_domain_config_with_http_info(tenant_id, add_domain_config_params, opts = {})
36
36
  if @api_client.config.debugging
37
37
  @api_client.config.logger.debug 'Calling API: DefaultApi.add_domain_config ...'
@@ -68,7 +68,7 @@ module FastCommentsClient
68
68
  post_body = opts[:debug_body] || @api_client.object_to_http_body(add_domain_config_params)
69
69
 
70
70
  # return_type
71
- return_type = opts[:debug_return_type] || 'AddDomainConfig200Response'
71
+ return_type = opts[:debug_return_type] || 'AddDomainConfigResponse'
72
72
 
73
73
  # auth_names
74
74
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -93,7 +93,7 @@ module FastCommentsClient
93
93
  # @param [Hash] opts the optional parameters
94
94
  # @option opts [String] :tenant_id
95
95
  # @option opts [CreateHashTagBody] :create_hash_tag_body
96
- # @return [AddHashTag200Response]
96
+ # @return [CreateHashTagResponse]
97
97
  def add_hash_tag(opts = {})
98
98
  data, _status_code, _headers = add_hash_tag_with_http_info(opts)
99
99
  data
@@ -102,7 +102,7 @@ module FastCommentsClient
102
102
  # @param [Hash] opts the optional parameters
103
103
  # @option opts [String] :tenant_id
104
104
  # @option opts [CreateHashTagBody] :create_hash_tag_body
105
- # @return [Array<(AddHashTag200Response, Integer, Hash)>] AddHashTag200Response data, response status code and response headers
105
+ # @return [Array<(CreateHashTagResponse, Integer, Hash)>] CreateHashTagResponse data, response status code and response headers
106
106
  def add_hash_tag_with_http_info(opts = {})
107
107
  if @api_client.config.debugging
108
108
  @api_client.config.logger.debug 'Calling API: DefaultApi.add_hash_tag ...'
@@ -131,7 +131,7 @@ module FastCommentsClient
131
131
  post_body = opts[:debug_body] || @api_client.object_to_http_body(opts[:'create_hash_tag_body'])
132
132
 
133
133
  # return_type
134
- return_type = opts[:debug_return_type] || 'AddHashTag200Response'
134
+ return_type = opts[:debug_return_type] || 'CreateHashTagResponse'
135
135
 
136
136
  # auth_names
137
137
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -156,7 +156,7 @@ module FastCommentsClient
156
156
  # @param [Hash] opts the optional parameters
157
157
  # @option opts [String] :tenant_id
158
158
  # @option opts [BulkCreateHashTagsBody] :bulk_create_hash_tags_body
159
- # @return [AddHashTagsBulk200Response]
159
+ # @return [BulkCreateHashTagsResponse]
160
160
  def add_hash_tags_bulk(opts = {})
161
161
  data, _status_code, _headers = add_hash_tags_bulk_with_http_info(opts)
162
162
  data
@@ -165,7 +165,7 @@ module FastCommentsClient
165
165
  # @param [Hash] opts the optional parameters
166
166
  # @option opts [String] :tenant_id
167
167
  # @option opts [BulkCreateHashTagsBody] :bulk_create_hash_tags_body
168
- # @return [Array<(AddHashTagsBulk200Response, Integer, Hash)>] AddHashTagsBulk200Response data, response status code and response headers
168
+ # @return [Array<(BulkCreateHashTagsResponse, Integer, Hash)>] BulkCreateHashTagsResponse data, response status code and response headers
169
169
  def add_hash_tags_bulk_with_http_info(opts = {})
170
170
  if @api_client.config.debugging
171
171
  @api_client.config.logger.debug 'Calling API: DefaultApi.add_hash_tags_bulk ...'
@@ -194,7 +194,7 @@ module FastCommentsClient
194
194
  post_body = opts[:debug_body] || @api_client.object_to_http_body(opts[:'bulk_create_hash_tags_body'])
195
195
 
196
196
  # return_type
197
- return_type = opts[:debug_return_type] || 'AddHashTagsBulk200Response'
197
+ return_type = opts[:debug_return_type] || 'BulkCreateHashTagsResponse'
198
198
 
199
199
  # auth_names
200
200
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -364,7 +364,7 @@ module FastCommentsClient
364
364
  # @param [Hash] opts the optional parameters
365
365
  # @option opts [String] :parent_tenant_id
366
366
  # @option opts [Boolean] :include_stats
367
- # @return [AggregationResponse]
367
+ # @return [AggregateResponse]
368
368
  def aggregate(tenant_id, aggregation_request, opts = {})
369
369
  data, _status_code, _headers = aggregate_with_http_info(tenant_id, aggregation_request, opts)
370
370
  data
@@ -376,7 +376,7 @@ module FastCommentsClient
376
376
  # @param [Hash] opts the optional parameters
377
377
  # @option opts [String] :parent_tenant_id
378
378
  # @option opts [Boolean] :include_stats
379
- # @return [Array<(AggregationResponse, Integer, Hash)>] AggregationResponse data, response status code and response headers
379
+ # @return [Array<(AggregateResponse, Integer, Hash)>] AggregateResponse data, response status code and response headers
380
380
  def aggregate_with_http_info(tenant_id, aggregation_request, opts = {})
381
381
  if @api_client.config.debugging
382
382
  @api_client.config.logger.debug 'Calling API: DefaultApi.aggregate ...'
@@ -415,7 +415,7 @@ module FastCommentsClient
415
415
  post_body = opts[:debug_body] || @api_client.object_to_http_body(aggregation_request)
416
416
 
417
417
  # return_type
418
- return_type = opts[:debug_return_type] || 'AggregationResponse'
418
+ return_type = opts[:debug_return_type] || 'AggregateResponse'
419
419
 
420
420
  # auth_names
421
421
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -445,7 +445,7 @@ module FastCommentsClient
445
445
  # @option opts [AggregateTimeBucket] :time_bucket
446
446
  # @option opts [Time] :start_date
447
447
  # @option opts [Boolean] :force_recalculate
448
- # @return [AggregateQuestionResults200Response]
448
+ # @return [AggregateQuestionResultsResponse]
449
449
  def aggregate_question_results(tenant_id, opts = {})
450
450
  data, _status_code, _headers = aggregate_question_results_with_http_info(tenant_id, opts)
451
451
  data
@@ -459,7 +459,7 @@ module FastCommentsClient
459
459
  # @option opts [AggregateTimeBucket] :time_bucket
460
460
  # @option opts [Time] :start_date
461
461
  # @option opts [Boolean] :force_recalculate
462
- # @return [Array<(AggregateQuestionResults200Response, Integer, Hash)>] AggregateQuestionResults200Response data, response status code and response headers
462
+ # @return [Array<(AggregateQuestionResultsResponse, Integer, Hash)>] AggregateQuestionResultsResponse data, response status code and response headers
463
463
  def aggregate_question_results_with_http_info(tenant_id, opts = {})
464
464
  if @api_client.config.debugging
465
465
  @api_client.config.logger.debug 'Calling API: DefaultApi.aggregate_question_results ...'
@@ -493,7 +493,7 @@ module FastCommentsClient
493
493
  post_body = opts[:debug_body]
494
494
 
495
495
  # return_type
496
- return_type = opts[:debug_return_type] || 'AggregateQuestionResults200Response'
496
+ return_type = opts[:debug_return_type] || 'AggregateQuestionResultsResponse'
497
497
 
498
498
  # auth_names
499
499
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -521,7 +521,7 @@ module FastCommentsClient
521
521
  # @param [Hash] opts the optional parameters
522
522
  # @option opts [String] :user_id
523
523
  # @option opts [String] :anon_user_id
524
- # @return [BlockFromCommentPublic200Response]
524
+ # @return [BlockSuccess]
525
525
  def block_user_from_comment(tenant_id, id, block_from_comment_params, opts = {})
526
526
  data, _status_code, _headers = block_user_from_comment_with_http_info(tenant_id, id, block_from_comment_params, opts)
527
527
  data
@@ -533,7 +533,7 @@ module FastCommentsClient
533
533
  # @param [Hash] opts the optional parameters
534
534
  # @option opts [String] :user_id
535
535
  # @option opts [String] :anon_user_id
536
- # @return [Array<(BlockFromCommentPublic200Response, Integer, Hash)>] BlockFromCommentPublic200Response data, response status code and response headers
536
+ # @return [Array<(BlockSuccess, Integer, Hash)>] BlockSuccess data, response status code and response headers
537
537
  def block_user_from_comment_with_http_info(tenant_id, id, block_from_comment_params, opts = {})
538
538
  if @api_client.config.debugging
539
539
  @api_client.config.logger.debug 'Calling API: DefaultApi.block_user_from_comment ...'
@@ -576,7 +576,7 @@ module FastCommentsClient
576
576
  post_body = opts[:debug_body] || @api_client.object_to_http_body(block_from_comment_params)
577
577
 
578
578
  # return_type
579
- return_type = opts[:debug_return_type] || 'BlockFromCommentPublic200Response'
579
+ return_type = opts[:debug_return_type] || 'BlockSuccess'
580
580
 
581
581
  # auth_names
582
582
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -602,7 +602,7 @@ module FastCommentsClient
602
602
  # @param bulk_aggregate_question_results_request [BulkAggregateQuestionResultsRequest]
603
603
  # @param [Hash] opts the optional parameters
604
604
  # @option opts [Boolean] :force_recalculate
605
- # @return [BulkAggregateQuestionResults200Response]
605
+ # @return [BulkAggregateQuestionResultsResponse]
606
606
  def bulk_aggregate_question_results(tenant_id, bulk_aggregate_question_results_request, opts = {})
607
607
  data, _status_code, _headers = bulk_aggregate_question_results_with_http_info(tenant_id, bulk_aggregate_question_results_request, opts)
608
608
  data
@@ -612,7 +612,7 @@ module FastCommentsClient
612
612
  # @param bulk_aggregate_question_results_request [BulkAggregateQuestionResultsRequest]
613
613
  # @param [Hash] opts the optional parameters
614
614
  # @option opts [Boolean] :force_recalculate
615
- # @return [Array<(BulkAggregateQuestionResults200Response, Integer, Hash)>] BulkAggregateQuestionResults200Response data, response status code and response headers
615
+ # @return [Array<(BulkAggregateQuestionResultsResponse, Integer, Hash)>] BulkAggregateQuestionResultsResponse data, response status code and response headers
616
616
  def bulk_aggregate_question_results_with_http_info(tenant_id, bulk_aggregate_question_results_request, opts = {})
617
617
  if @api_client.config.debugging
618
618
  @api_client.config.logger.debug 'Calling API: DefaultApi.bulk_aggregate_question_results ...'
@@ -650,7 +650,7 @@ module FastCommentsClient
650
650
  post_body = opts[:debug_body] || @api_client.object_to_http_body(bulk_aggregate_question_results_request)
651
651
 
652
652
  # return_type
653
- return_type = opts[:debug_return_type] || 'BulkAggregateQuestionResults200Response'
653
+ return_type = opts[:debug_return_type] || 'BulkAggregateQuestionResultsResponse'
654
654
 
655
655
  # auth_names
656
656
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -677,7 +677,7 @@ module FastCommentsClient
677
677
  # @param id [String]
678
678
  # @param change_ticket_state_body [ChangeTicketStateBody]
679
679
  # @param [Hash] opts the optional parameters
680
- # @return [ChangeTicketState200Response]
680
+ # @return [ChangeTicketStateResponse]
681
681
  def change_ticket_state(tenant_id, user_id, id, change_ticket_state_body, opts = {})
682
682
  data, _status_code, _headers = change_ticket_state_with_http_info(tenant_id, user_id, id, change_ticket_state_body, opts)
683
683
  data
@@ -688,7 +688,7 @@ module FastCommentsClient
688
688
  # @param id [String]
689
689
  # @param change_ticket_state_body [ChangeTicketStateBody]
690
690
  # @param [Hash] opts the optional parameters
691
- # @return [Array<(ChangeTicketState200Response, Integer, Hash)>] ChangeTicketState200Response data, response status code and response headers
691
+ # @return [Array<(ChangeTicketStateResponse, Integer, Hash)>] ChangeTicketStateResponse data, response status code and response headers
692
692
  def change_ticket_state_with_http_info(tenant_id, user_id, id, change_ticket_state_body, opts = {})
693
693
  if @api_client.config.debugging
694
694
  @api_client.config.logger.debug 'Calling API: DefaultApi.change_ticket_state ...'
@@ -734,7 +734,7 @@ module FastCommentsClient
734
734
  post_body = opts[:debug_body] || @api_client.object_to_http_body(change_ticket_state_body)
735
735
 
736
736
  # return_type
737
- return_type = opts[:debug_return_type] || 'ChangeTicketState200Response'
737
+ return_type = opts[:debug_return_type] || 'ChangeTicketStateResponse'
738
738
 
739
739
  # auth_names
740
740
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -766,7 +766,7 @@ module FastCommentsClient
766
766
  # @option opts [Float] :min_value
767
767
  # @option opts [Float] :max_value
768
768
  # @option opts [Float] :limit
769
- # @return [CombineCommentsWithQuestionResults200Response]
769
+ # @return [CombineQuestionResultsWithCommentsResponse]
770
770
  def combine_comments_with_question_results(tenant_id, opts = {})
771
771
  data, _status_code, _headers = combine_comments_with_question_results_with_http_info(tenant_id, opts)
772
772
  data
@@ -782,7 +782,7 @@ module FastCommentsClient
782
782
  # @option opts [Float] :min_value
783
783
  # @option opts [Float] :max_value
784
784
  # @option opts [Float] :limit
785
- # @return [Array<(CombineCommentsWithQuestionResults200Response, Integer, Hash)>] CombineCommentsWithQuestionResults200Response data, response status code and response headers
785
+ # @return [Array<(CombineQuestionResultsWithCommentsResponse, Integer, Hash)>] CombineQuestionResultsWithCommentsResponse data, response status code and response headers
786
786
  def combine_comments_with_question_results_with_http_info(tenant_id, opts = {})
787
787
  if @api_client.config.debugging
788
788
  @api_client.config.logger.debug 'Calling API: DefaultApi.combine_comments_with_question_results ...'
@@ -818,7 +818,7 @@ module FastCommentsClient
818
818
  post_body = opts[:debug_body]
819
819
 
820
820
  # return_type
821
- return_type = opts[:debug_return_type] || 'CombineCommentsWithQuestionResults200Response'
821
+ return_type = opts[:debug_return_type] || 'CombineQuestionResultsWithCommentsResponse'
822
822
 
823
823
  # auth_names
824
824
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -843,7 +843,7 @@ module FastCommentsClient
843
843
  # @param tenant_id [String]
844
844
  # @param create_email_template_body [CreateEmailTemplateBody]
845
845
  # @param [Hash] opts the optional parameters
846
- # @return [CreateEmailTemplate200Response]
846
+ # @return [CreateEmailTemplateResponse]
847
847
  def create_email_template(tenant_id, create_email_template_body, opts = {})
848
848
  data, _status_code, _headers = create_email_template_with_http_info(tenant_id, create_email_template_body, opts)
849
849
  data
@@ -852,7 +852,7 @@ module FastCommentsClient
852
852
  # @param tenant_id [String]
853
853
  # @param create_email_template_body [CreateEmailTemplateBody]
854
854
  # @param [Hash] opts the optional parameters
855
- # @return [Array<(CreateEmailTemplate200Response, Integer, Hash)>] CreateEmailTemplate200Response data, response status code and response headers
855
+ # @return [Array<(CreateEmailTemplateResponse, Integer, Hash)>] CreateEmailTemplateResponse data, response status code and response headers
856
856
  def create_email_template_with_http_info(tenant_id, create_email_template_body, opts = {})
857
857
  if @api_client.config.debugging
858
858
  @api_client.config.logger.debug 'Calling API: DefaultApi.create_email_template ...'
@@ -889,7 +889,7 @@ module FastCommentsClient
889
889
  post_body = opts[:debug_body] || @api_client.object_to_http_body(create_email_template_body)
890
890
 
891
891
  # return_type
892
- return_type = opts[:debug_return_type] || 'CreateEmailTemplate200Response'
892
+ return_type = opts[:debug_return_type] || 'CreateEmailTemplateResponse'
893
893
 
894
894
  # auth_names
895
895
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -918,7 +918,7 @@ module FastCommentsClient
918
918
  # @option opts [Boolean] :is_live
919
919
  # @option opts [Boolean] :do_spam_check
920
920
  # @option opts [Boolean] :skip_dup_check
921
- # @return [CreateFeedPost200Response]
921
+ # @return [CreateFeedPostsResponse]
922
922
  def create_feed_post(tenant_id, create_feed_post_params, opts = {})
923
923
  data, _status_code, _headers = create_feed_post_with_http_info(tenant_id, create_feed_post_params, opts)
924
924
  data
@@ -931,7 +931,7 @@ module FastCommentsClient
931
931
  # @option opts [Boolean] :is_live
932
932
  # @option opts [Boolean] :do_spam_check
933
933
  # @option opts [Boolean] :skip_dup_check
934
- # @return [Array<(CreateFeedPost200Response, Integer, Hash)>] CreateFeedPost200Response data, response status code and response headers
934
+ # @return [Array<(CreateFeedPostsResponse, Integer, Hash)>] CreateFeedPostsResponse data, response status code and response headers
935
935
  def create_feed_post_with_http_info(tenant_id, create_feed_post_params, opts = {})
936
936
  if @api_client.config.debugging
937
937
  @api_client.config.logger.debug 'Calling API: DefaultApi.create_feed_post ...'
@@ -972,7 +972,7 @@ module FastCommentsClient
972
972
  post_body = opts[:debug_body] || @api_client.object_to_http_body(create_feed_post_params)
973
973
 
974
974
  # return_type
975
- return_type = opts[:debug_return_type] || 'CreateFeedPost200Response'
975
+ return_type = opts[:debug_return_type] || 'CreateFeedPostsResponse'
976
976
 
977
977
  # auth_names
978
978
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -997,7 +997,7 @@ module FastCommentsClient
997
997
  # @param tenant_id [String]
998
998
  # @param create_moderator_body [CreateModeratorBody]
999
999
  # @param [Hash] opts the optional parameters
1000
- # @return [CreateModerator200Response]
1000
+ # @return [CreateModeratorResponse]
1001
1001
  def create_moderator(tenant_id, create_moderator_body, opts = {})
1002
1002
  data, _status_code, _headers = create_moderator_with_http_info(tenant_id, create_moderator_body, opts)
1003
1003
  data
@@ -1006,7 +1006,7 @@ module FastCommentsClient
1006
1006
  # @param tenant_id [String]
1007
1007
  # @param create_moderator_body [CreateModeratorBody]
1008
1008
  # @param [Hash] opts the optional parameters
1009
- # @return [Array<(CreateModerator200Response, Integer, Hash)>] CreateModerator200Response data, response status code and response headers
1009
+ # @return [Array<(CreateModeratorResponse, Integer, Hash)>] CreateModeratorResponse data, response status code and response headers
1010
1010
  def create_moderator_with_http_info(tenant_id, create_moderator_body, opts = {})
1011
1011
  if @api_client.config.debugging
1012
1012
  @api_client.config.logger.debug 'Calling API: DefaultApi.create_moderator ...'
@@ -1043,7 +1043,7 @@ module FastCommentsClient
1043
1043
  post_body = opts[:debug_body] || @api_client.object_to_http_body(create_moderator_body)
1044
1044
 
1045
1045
  # return_type
1046
- return_type = opts[:debug_return_type] || 'CreateModerator200Response'
1046
+ return_type = opts[:debug_return_type] || 'CreateModeratorResponse'
1047
1047
 
1048
1048
  # auth_names
1049
1049
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -1068,7 +1068,7 @@ module FastCommentsClient
1068
1068
  # @param tenant_id [String]
1069
1069
  # @param create_question_config_body [CreateQuestionConfigBody]
1070
1070
  # @param [Hash] opts the optional parameters
1071
- # @return [CreateQuestionConfig200Response]
1071
+ # @return [CreateQuestionConfigResponse]
1072
1072
  def create_question_config(tenant_id, create_question_config_body, opts = {})
1073
1073
  data, _status_code, _headers = create_question_config_with_http_info(tenant_id, create_question_config_body, opts)
1074
1074
  data
@@ -1077,7 +1077,7 @@ module FastCommentsClient
1077
1077
  # @param tenant_id [String]
1078
1078
  # @param create_question_config_body [CreateQuestionConfigBody]
1079
1079
  # @param [Hash] opts the optional parameters
1080
- # @return [Array<(CreateQuestionConfig200Response, Integer, Hash)>] CreateQuestionConfig200Response data, response status code and response headers
1080
+ # @return [Array<(CreateQuestionConfigResponse, Integer, Hash)>] CreateQuestionConfigResponse data, response status code and response headers
1081
1081
  def create_question_config_with_http_info(tenant_id, create_question_config_body, opts = {})
1082
1082
  if @api_client.config.debugging
1083
1083
  @api_client.config.logger.debug 'Calling API: DefaultApi.create_question_config ...'
@@ -1114,7 +1114,7 @@ module FastCommentsClient
1114
1114
  post_body = opts[:debug_body] || @api_client.object_to_http_body(create_question_config_body)
1115
1115
 
1116
1116
  # return_type
1117
- return_type = opts[:debug_return_type] || 'CreateQuestionConfig200Response'
1117
+ return_type = opts[:debug_return_type] || 'CreateQuestionConfigResponse'
1118
1118
 
1119
1119
  # auth_names
1120
1120
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -1139,7 +1139,7 @@ module FastCommentsClient
1139
1139
  # @param tenant_id [String]
1140
1140
  # @param create_question_result_body [CreateQuestionResultBody]
1141
1141
  # @param [Hash] opts the optional parameters
1142
- # @return [CreateQuestionResult200Response]
1142
+ # @return [CreateQuestionResultResponse]
1143
1143
  def create_question_result(tenant_id, create_question_result_body, opts = {})
1144
1144
  data, _status_code, _headers = create_question_result_with_http_info(tenant_id, create_question_result_body, opts)
1145
1145
  data
@@ -1148,7 +1148,7 @@ module FastCommentsClient
1148
1148
  # @param tenant_id [String]
1149
1149
  # @param create_question_result_body [CreateQuestionResultBody]
1150
1150
  # @param [Hash] opts the optional parameters
1151
- # @return [Array<(CreateQuestionResult200Response, Integer, Hash)>] CreateQuestionResult200Response data, response status code and response headers
1151
+ # @return [Array<(CreateQuestionResultResponse, Integer, Hash)>] CreateQuestionResultResponse data, response status code and response headers
1152
1152
  def create_question_result_with_http_info(tenant_id, create_question_result_body, opts = {})
1153
1153
  if @api_client.config.debugging
1154
1154
  @api_client.config.logger.debug 'Calling API: DefaultApi.create_question_result ...'
@@ -1185,7 +1185,7 @@ module FastCommentsClient
1185
1185
  post_body = opts[:debug_body] || @api_client.object_to_http_body(create_question_result_body)
1186
1186
 
1187
1187
  # return_type
1188
- return_type = opts[:debug_return_type] || 'CreateQuestionResult200Response'
1188
+ return_type = opts[:debug_return_type] || 'CreateQuestionResultResponse'
1189
1189
 
1190
1190
  # auth_names
1191
1191
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -1281,7 +1281,7 @@ module FastCommentsClient
1281
1281
  # @param tenant_id [String]
1282
1282
  # @param create_tenant_body [CreateTenantBody]
1283
1283
  # @param [Hash] opts the optional parameters
1284
- # @return [CreateTenant200Response]
1284
+ # @return [CreateTenantResponse]
1285
1285
  def create_tenant(tenant_id, create_tenant_body, opts = {})
1286
1286
  data, _status_code, _headers = create_tenant_with_http_info(tenant_id, create_tenant_body, opts)
1287
1287
  data
@@ -1290,7 +1290,7 @@ module FastCommentsClient
1290
1290
  # @param tenant_id [String]
1291
1291
  # @param create_tenant_body [CreateTenantBody]
1292
1292
  # @param [Hash] opts the optional parameters
1293
- # @return [Array<(CreateTenant200Response, Integer, Hash)>] CreateTenant200Response data, response status code and response headers
1293
+ # @return [Array<(CreateTenantResponse, Integer, Hash)>] CreateTenantResponse data, response status code and response headers
1294
1294
  def create_tenant_with_http_info(tenant_id, create_tenant_body, opts = {})
1295
1295
  if @api_client.config.debugging
1296
1296
  @api_client.config.logger.debug 'Calling API: DefaultApi.create_tenant ...'
@@ -1327,7 +1327,7 @@ module FastCommentsClient
1327
1327
  post_body = opts[:debug_body] || @api_client.object_to_http_body(create_tenant_body)
1328
1328
 
1329
1329
  # return_type
1330
- return_type = opts[:debug_return_type] || 'CreateTenant200Response'
1330
+ return_type = opts[:debug_return_type] || 'CreateTenantResponse'
1331
1331
 
1332
1332
  # auth_names
1333
1333
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -1352,7 +1352,7 @@ module FastCommentsClient
1352
1352
  # @param tenant_id [String]
1353
1353
  # @param create_tenant_package_body [CreateTenantPackageBody]
1354
1354
  # @param [Hash] opts the optional parameters
1355
- # @return [CreateTenantPackage200Response]
1355
+ # @return [CreateTenantPackageResponse]
1356
1356
  def create_tenant_package(tenant_id, create_tenant_package_body, opts = {})
1357
1357
  data, _status_code, _headers = create_tenant_package_with_http_info(tenant_id, create_tenant_package_body, opts)
1358
1358
  data
@@ -1361,7 +1361,7 @@ module FastCommentsClient
1361
1361
  # @param tenant_id [String]
1362
1362
  # @param create_tenant_package_body [CreateTenantPackageBody]
1363
1363
  # @param [Hash] opts the optional parameters
1364
- # @return [Array<(CreateTenantPackage200Response, Integer, Hash)>] CreateTenantPackage200Response data, response status code and response headers
1364
+ # @return [Array<(CreateTenantPackageResponse, Integer, Hash)>] CreateTenantPackageResponse data, response status code and response headers
1365
1365
  def create_tenant_package_with_http_info(tenant_id, create_tenant_package_body, opts = {})
1366
1366
  if @api_client.config.debugging
1367
1367
  @api_client.config.logger.debug 'Calling API: DefaultApi.create_tenant_package ...'
@@ -1398,7 +1398,7 @@ module FastCommentsClient
1398
1398
  post_body = opts[:debug_body] || @api_client.object_to_http_body(create_tenant_package_body)
1399
1399
 
1400
1400
  # return_type
1401
- return_type = opts[:debug_return_type] || 'CreateTenantPackage200Response'
1401
+ return_type = opts[:debug_return_type] || 'CreateTenantPackageResponse'
1402
1402
 
1403
1403
  # auth_names
1404
1404
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -1423,7 +1423,7 @@ module FastCommentsClient
1423
1423
  # @param tenant_id [String]
1424
1424
  # @param create_tenant_user_body [CreateTenantUserBody]
1425
1425
  # @param [Hash] opts the optional parameters
1426
- # @return [CreateTenantUser200Response]
1426
+ # @return [CreateTenantUserResponse]
1427
1427
  def create_tenant_user(tenant_id, create_tenant_user_body, opts = {})
1428
1428
  data, _status_code, _headers = create_tenant_user_with_http_info(tenant_id, create_tenant_user_body, opts)
1429
1429
  data
@@ -1432,7 +1432,7 @@ module FastCommentsClient
1432
1432
  # @param tenant_id [String]
1433
1433
  # @param create_tenant_user_body [CreateTenantUserBody]
1434
1434
  # @param [Hash] opts the optional parameters
1435
- # @return [Array<(CreateTenantUser200Response, Integer, Hash)>] CreateTenantUser200Response data, response status code and response headers
1435
+ # @return [Array<(CreateTenantUserResponse, Integer, Hash)>] CreateTenantUserResponse data, response status code and response headers
1436
1436
  def create_tenant_user_with_http_info(tenant_id, create_tenant_user_body, opts = {})
1437
1437
  if @api_client.config.debugging
1438
1438
  @api_client.config.logger.debug 'Calling API: DefaultApi.create_tenant_user ...'
@@ -1469,7 +1469,7 @@ module FastCommentsClient
1469
1469
  post_body = opts[:debug_body] || @api_client.object_to_http_body(create_tenant_user_body)
1470
1470
 
1471
1471
  # return_type
1472
- return_type = opts[:debug_return_type] || 'CreateTenantUser200Response'
1472
+ return_type = opts[:debug_return_type] || 'CreateTenantUserResponse'
1473
1473
 
1474
1474
  # auth_names
1475
1475
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -1495,7 +1495,7 @@ module FastCommentsClient
1495
1495
  # @param user_id [String]
1496
1496
  # @param create_ticket_body [CreateTicketBody]
1497
1497
  # @param [Hash] opts the optional parameters
1498
- # @return [CreateTicket200Response]
1498
+ # @return [CreateTicketResponse]
1499
1499
  def create_ticket(tenant_id, user_id, create_ticket_body, opts = {})
1500
1500
  data, _status_code, _headers = create_ticket_with_http_info(tenant_id, user_id, create_ticket_body, opts)
1501
1501
  data
@@ -1505,7 +1505,7 @@ module FastCommentsClient
1505
1505
  # @param user_id [String]
1506
1506
  # @param create_ticket_body [CreateTicketBody]
1507
1507
  # @param [Hash] opts the optional parameters
1508
- # @return [Array<(CreateTicket200Response, Integer, Hash)>] CreateTicket200Response data, response status code and response headers
1508
+ # @return [Array<(CreateTicketResponse, Integer, Hash)>] CreateTicketResponse data, response status code and response headers
1509
1509
  def create_ticket_with_http_info(tenant_id, user_id, create_ticket_body, opts = {})
1510
1510
  if @api_client.config.debugging
1511
1511
  @api_client.config.logger.debug 'Calling API: DefaultApi.create_ticket ...'
@@ -1547,7 +1547,7 @@ module FastCommentsClient
1547
1547
  post_body = opts[:debug_body] || @api_client.object_to_http_body(create_ticket_body)
1548
1548
 
1549
1549
  # return_type
1550
- return_type = opts[:debug_return_type] || 'CreateTicket200Response'
1550
+ return_type = opts[:debug_return_type] || 'CreateTicketResponse'
1551
1551
 
1552
1552
  # auth_names
1553
1553
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -1572,7 +1572,7 @@ module FastCommentsClient
1572
1572
  # @param tenant_id [String]
1573
1573
  # @param create_user_badge_params [CreateUserBadgeParams]
1574
1574
  # @param [Hash] opts the optional parameters
1575
- # @return [CreateUserBadge200Response]
1575
+ # @return [APICreateUserBadgeResponse]
1576
1576
  def create_user_badge(tenant_id, create_user_badge_params, opts = {})
1577
1577
  data, _status_code, _headers = create_user_badge_with_http_info(tenant_id, create_user_badge_params, opts)
1578
1578
  data
@@ -1581,7 +1581,7 @@ module FastCommentsClient
1581
1581
  # @param tenant_id [String]
1582
1582
  # @param create_user_badge_params [CreateUserBadgeParams]
1583
1583
  # @param [Hash] opts the optional parameters
1584
- # @return [Array<(CreateUserBadge200Response, Integer, Hash)>] CreateUserBadge200Response data, response status code and response headers
1584
+ # @return [Array<(APICreateUserBadgeResponse, Integer, Hash)>] APICreateUserBadgeResponse data, response status code and response headers
1585
1585
  def create_user_badge_with_http_info(tenant_id, create_user_badge_params, opts = {})
1586
1586
  if @api_client.config.debugging
1587
1587
  @api_client.config.logger.debug 'Calling API: DefaultApi.create_user_badge ...'
@@ -1618,7 +1618,7 @@ module FastCommentsClient
1618
1618
  post_body = opts[:debug_body] || @api_client.object_to_http_body(create_user_badge_params)
1619
1619
 
1620
1620
  # return_type
1621
- return_type = opts[:debug_return_type] || 'CreateUserBadge200Response'
1621
+ return_type = opts[:debug_return_type] || 'APICreateUserBadgeResponse'
1622
1622
 
1623
1623
  # auth_names
1624
1624
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -1646,7 +1646,7 @@ module FastCommentsClient
1646
1646
  # @param [Hash] opts the optional parameters
1647
1647
  # @option opts [String] :user_id
1648
1648
  # @option opts [String] :anon_user_id
1649
- # @return [VoteComment200Response]
1649
+ # @return [VoteResponse]
1650
1650
  def create_vote(tenant_id, comment_id, direction, opts = {})
1651
1651
  data, _status_code, _headers = create_vote_with_http_info(tenant_id, comment_id, direction, opts)
1652
1652
  data
@@ -1658,7 +1658,7 @@ module FastCommentsClient
1658
1658
  # @param [Hash] opts the optional parameters
1659
1659
  # @option opts [String] :user_id
1660
1660
  # @option opts [String] :anon_user_id
1661
- # @return [Array<(VoteComment200Response, Integer, Hash)>] VoteComment200Response data, response status code and response headers
1661
+ # @return [Array<(VoteResponse, Integer, Hash)>] VoteResponse data, response status code and response headers
1662
1662
  def create_vote_with_http_info(tenant_id, comment_id, direction, opts = {})
1663
1663
  if @api_client.config.debugging
1664
1664
  @api_client.config.logger.debug 'Calling API: DefaultApi.create_vote ...'
@@ -1703,7 +1703,7 @@ module FastCommentsClient
1703
1703
  post_body = opts[:debug_body]
1704
1704
 
1705
1705
  # return_type
1706
- return_type = opts[:debug_return_type] || 'VoteComment200Response'
1706
+ return_type = opts[:debug_return_type] || 'VoteResponse'
1707
1707
 
1708
1708
  # auth_names
1709
1709
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -1730,7 +1730,7 @@ module FastCommentsClient
1730
1730
  # @param [Hash] opts the optional parameters
1731
1731
  # @option opts [String] :context_user_id
1732
1732
  # @option opts [Boolean] :is_live
1733
- # @return [DeleteComment200Response]
1733
+ # @return [DeleteCommentResult]
1734
1734
  def delete_comment(tenant_id, id, opts = {})
1735
1735
  data, _status_code, _headers = delete_comment_with_http_info(tenant_id, id, opts)
1736
1736
  data
@@ -1741,7 +1741,7 @@ module FastCommentsClient
1741
1741
  # @param [Hash] opts the optional parameters
1742
1742
  # @option opts [String] :context_user_id
1743
1743
  # @option opts [Boolean] :is_live
1744
- # @return [Array<(DeleteComment200Response, Integer, Hash)>] DeleteComment200Response data, response status code and response headers
1744
+ # @return [Array<(DeleteCommentResult, Integer, Hash)>] DeleteCommentResult data, response status code and response headers
1745
1745
  def delete_comment_with_http_info(tenant_id, id, opts = {})
1746
1746
  if @api_client.config.debugging
1747
1747
  @api_client.config.logger.debug 'Calling API: DefaultApi.delete_comment ...'
@@ -1775,7 +1775,7 @@ module FastCommentsClient
1775
1775
  post_body = opts[:debug_body]
1776
1776
 
1777
1777
  # return_type
1778
- return_type = opts[:debug_return_type] || 'DeleteComment200Response'
1778
+ return_type = opts[:debug_return_type] || 'DeleteCommentResult'
1779
1779
 
1780
1780
  # auth_names
1781
1781
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -1800,7 +1800,7 @@ module FastCommentsClient
1800
1800
  # @param tenant_id [String]
1801
1801
  # @param domain [String]
1802
1802
  # @param [Hash] opts the optional parameters
1803
- # @return [DeleteDomainConfig200Response]
1803
+ # @return [DeleteDomainConfigResponse]
1804
1804
  def delete_domain_config(tenant_id, domain, opts = {})
1805
1805
  data, _status_code, _headers = delete_domain_config_with_http_info(tenant_id, domain, opts)
1806
1806
  data
@@ -1809,7 +1809,7 @@ module FastCommentsClient
1809
1809
  # @param tenant_id [String]
1810
1810
  # @param domain [String]
1811
1811
  # @param [Hash] opts the optional parameters
1812
- # @return [Array<(DeleteDomainConfig200Response, Integer, Hash)>] DeleteDomainConfig200Response data, response status code and response headers
1812
+ # @return [Array<(DeleteDomainConfigResponse, Integer, Hash)>] DeleteDomainConfigResponse data, response status code and response headers
1813
1813
  def delete_domain_config_with_http_info(tenant_id, domain, opts = {})
1814
1814
  if @api_client.config.debugging
1815
1815
  @api_client.config.logger.debug 'Calling API: DefaultApi.delete_domain_config ...'
@@ -1841,7 +1841,7 @@ module FastCommentsClient
1841
1841
  post_body = opts[:debug_body]
1842
1842
 
1843
1843
  # return_type
1844
- return_type = opts[:debug_return_type] || 'DeleteDomainConfig200Response'
1844
+ return_type = opts[:debug_return_type] || 'DeleteDomainConfigResponse'
1845
1845
 
1846
1846
  # auth_names
1847
1847
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -1866,7 +1866,7 @@ module FastCommentsClient
1866
1866
  # @param tenant_id [String]
1867
1867
  # @param id [String]
1868
1868
  # @param [Hash] opts the optional parameters
1869
- # @return [FlagCommentPublic200Response]
1869
+ # @return [APIEmptyResponse]
1870
1870
  def delete_email_template(tenant_id, id, opts = {})
1871
1871
  data, _status_code, _headers = delete_email_template_with_http_info(tenant_id, id, opts)
1872
1872
  data
@@ -1875,7 +1875,7 @@ module FastCommentsClient
1875
1875
  # @param tenant_id [String]
1876
1876
  # @param id [String]
1877
1877
  # @param [Hash] opts the optional parameters
1878
- # @return [Array<(FlagCommentPublic200Response, Integer, Hash)>] FlagCommentPublic200Response data, response status code and response headers
1878
+ # @return [Array<(APIEmptyResponse, Integer, Hash)>] APIEmptyResponse data, response status code and response headers
1879
1879
  def delete_email_template_with_http_info(tenant_id, id, opts = {})
1880
1880
  if @api_client.config.debugging
1881
1881
  @api_client.config.logger.debug 'Calling API: DefaultApi.delete_email_template ...'
@@ -1907,7 +1907,7 @@ module FastCommentsClient
1907
1907
  post_body = opts[:debug_body]
1908
1908
 
1909
1909
  # return_type
1910
- return_type = opts[:debug_return_type] || 'FlagCommentPublic200Response'
1910
+ return_type = opts[:debug_return_type] || 'APIEmptyResponse'
1911
1911
 
1912
1912
  # auth_names
1913
1913
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -1933,7 +1933,7 @@ module FastCommentsClient
1933
1933
  # @param id [String]
1934
1934
  # @param error_id [String]
1935
1935
  # @param [Hash] opts the optional parameters
1936
- # @return [FlagCommentPublic200Response]
1936
+ # @return [APIEmptyResponse]
1937
1937
  def delete_email_template_render_error(tenant_id, id, error_id, opts = {})
1938
1938
  data, _status_code, _headers = delete_email_template_render_error_with_http_info(tenant_id, id, error_id, opts)
1939
1939
  data
@@ -1943,7 +1943,7 @@ module FastCommentsClient
1943
1943
  # @param id [String]
1944
1944
  # @param error_id [String]
1945
1945
  # @param [Hash] opts the optional parameters
1946
- # @return [Array<(FlagCommentPublic200Response, Integer, Hash)>] FlagCommentPublic200Response data, response status code and response headers
1946
+ # @return [Array<(APIEmptyResponse, Integer, Hash)>] APIEmptyResponse data, response status code and response headers
1947
1947
  def delete_email_template_render_error_with_http_info(tenant_id, id, error_id, opts = {})
1948
1948
  if @api_client.config.debugging
1949
1949
  @api_client.config.logger.debug 'Calling API: DefaultApi.delete_email_template_render_error ...'
@@ -1979,7 +1979,7 @@ module FastCommentsClient
1979
1979
  post_body = opts[:debug_body]
1980
1980
 
1981
1981
  # return_type
1982
- return_type = opts[:debug_return_type] || 'FlagCommentPublic200Response'
1982
+ return_type = opts[:debug_return_type] || 'APIEmptyResponse'
1983
1983
 
1984
1984
  # auth_names
1985
1985
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -2004,8 +2004,8 @@ module FastCommentsClient
2004
2004
  # @param tag [String]
2005
2005
  # @param [Hash] opts the optional parameters
2006
2006
  # @option opts [String] :tenant_id
2007
- # @option opts [DeleteHashTagRequest] :delete_hash_tag_request
2008
- # @return [FlagCommentPublic200Response]
2007
+ # @option opts [DeleteHashTagRequestBody] :delete_hash_tag_request_body
2008
+ # @return [APIEmptyResponse]
2009
2009
  def delete_hash_tag(tag, opts = {})
2010
2010
  data, _status_code, _headers = delete_hash_tag_with_http_info(tag, opts)
2011
2011
  data
@@ -2014,8 +2014,8 @@ module FastCommentsClient
2014
2014
  # @param tag [String]
2015
2015
  # @param [Hash] opts the optional parameters
2016
2016
  # @option opts [String] :tenant_id
2017
- # @option opts [DeleteHashTagRequest] :delete_hash_tag_request
2018
- # @return [Array<(FlagCommentPublic200Response, Integer, Hash)>] FlagCommentPublic200Response data, response status code and response headers
2017
+ # @option opts [DeleteHashTagRequestBody] :delete_hash_tag_request_body
2018
+ # @return [Array<(APIEmptyResponse, Integer, Hash)>] APIEmptyResponse data, response status code and response headers
2019
2019
  def delete_hash_tag_with_http_info(tag, opts = {})
2020
2020
  if @api_client.config.debugging
2021
2021
  @api_client.config.logger.debug 'Calling API: DefaultApi.delete_hash_tag ...'
@@ -2045,10 +2045,10 @@ module FastCommentsClient
2045
2045
  form_params = opts[:form_params] || {}
2046
2046
 
2047
2047
  # http body (model)
2048
- post_body = opts[:debug_body] || @api_client.object_to_http_body(opts[:'delete_hash_tag_request'])
2048
+ post_body = opts[:debug_body] || @api_client.object_to_http_body(opts[:'delete_hash_tag_request_body'])
2049
2049
 
2050
2050
  # return_type
2051
- return_type = opts[:debug_return_type] || 'FlagCommentPublic200Response'
2051
+ return_type = opts[:debug_return_type] || 'APIEmptyResponse'
2052
2052
 
2053
2053
  # auth_names
2054
2054
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -2074,7 +2074,7 @@ module FastCommentsClient
2074
2074
  # @param id [String]
2075
2075
  # @param [Hash] opts the optional parameters
2076
2076
  # @option opts [String] :send_email
2077
- # @return [FlagCommentPublic200Response]
2077
+ # @return [APIEmptyResponse]
2078
2078
  def delete_moderator(tenant_id, id, opts = {})
2079
2079
  data, _status_code, _headers = delete_moderator_with_http_info(tenant_id, id, opts)
2080
2080
  data
@@ -2084,7 +2084,7 @@ module FastCommentsClient
2084
2084
  # @param id [String]
2085
2085
  # @param [Hash] opts the optional parameters
2086
2086
  # @option opts [String] :send_email
2087
- # @return [Array<(FlagCommentPublic200Response, Integer, Hash)>] FlagCommentPublic200Response data, response status code and response headers
2087
+ # @return [Array<(APIEmptyResponse, Integer, Hash)>] APIEmptyResponse data, response status code and response headers
2088
2088
  def delete_moderator_with_http_info(tenant_id, id, opts = {})
2089
2089
  if @api_client.config.debugging
2090
2090
  @api_client.config.logger.debug 'Calling API: DefaultApi.delete_moderator ...'
@@ -2117,7 +2117,7 @@ module FastCommentsClient
2117
2117
  post_body = opts[:debug_body]
2118
2118
 
2119
2119
  # return_type
2120
- return_type = opts[:debug_return_type] || 'FlagCommentPublic200Response'
2120
+ return_type = opts[:debug_return_type] || 'APIEmptyResponse'
2121
2121
 
2122
2122
  # auth_names
2123
2123
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -2142,7 +2142,7 @@ module FastCommentsClient
2142
2142
  # @param tenant_id [String]
2143
2143
  # @param id [String]
2144
2144
  # @param [Hash] opts the optional parameters
2145
- # @return [FlagCommentPublic200Response]
2145
+ # @return [APIEmptyResponse]
2146
2146
  def delete_notification_count(tenant_id, id, opts = {})
2147
2147
  data, _status_code, _headers = delete_notification_count_with_http_info(tenant_id, id, opts)
2148
2148
  data
@@ -2151,7 +2151,7 @@ module FastCommentsClient
2151
2151
  # @param tenant_id [String]
2152
2152
  # @param id [String]
2153
2153
  # @param [Hash] opts the optional parameters
2154
- # @return [Array<(FlagCommentPublic200Response, Integer, Hash)>] FlagCommentPublic200Response data, response status code and response headers
2154
+ # @return [Array<(APIEmptyResponse, Integer, Hash)>] APIEmptyResponse data, response status code and response headers
2155
2155
  def delete_notification_count_with_http_info(tenant_id, id, opts = {})
2156
2156
  if @api_client.config.debugging
2157
2157
  @api_client.config.logger.debug 'Calling API: DefaultApi.delete_notification_count ...'
@@ -2183,7 +2183,7 @@ module FastCommentsClient
2183
2183
  post_body = opts[:debug_body]
2184
2184
 
2185
2185
  # return_type
2186
- return_type = opts[:debug_return_type] || 'FlagCommentPublic200Response'
2186
+ return_type = opts[:debug_return_type] || 'APIEmptyResponse'
2187
2187
 
2188
2188
  # auth_names
2189
2189
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -2274,7 +2274,7 @@ module FastCommentsClient
2274
2274
  # @param tenant_id [String]
2275
2275
  # @param id [String]
2276
2276
  # @param [Hash] opts the optional parameters
2277
- # @return [FlagCommentPublic200Response]
2277
+ # @return [APIEmptyResponse]
2278
2278
  def delete_pending_webhook_event(tenant_id, id, opts = {})
2279
2279
  data, _status_code, _headers = delete_pending_webhook_event_with_http_info(tenant_id, id, opts)
2280
2280
  data
@@ -2283,7 +2283,7 @@ module FastCommentsClient
2283
2283
  # @param tenant_id [String]
2284
2284
  # @param id [String]
2285
2285
  # @param [Hash] opts the optional parameters
2286
- # @return [Array<(FlagCommentPublic200Response, Integer, Hash)>] FlagCommentPublic200Response data, response status code and response headers
2286
+ # @return [Array<(APIEmptyResponse, Integer, Hash)>] APIEmptyResponse data, response status code and response headers
2287
2287
  def delete_pending_webhook_event_with_http_info(tenant_id, id, opts = {})
2288
2288
  if @api_client.config.debugging
2289
2289
  @api_client.config.logger.debug 'Calling API: DefaultApi.delete_pending_webhook_event ...'
@@ -2315,7 +2315,7 @@ module FastCommentsClient
2315
2315
  post_body = opts[:debug_body]
2316
2316
 
2317
2317
  # return_type
2318
- return_type = opts[:debug_return_type] || 'FlagCommentPublic200Response'
2318
+ return_type = opts[:debug_return_type] || 'APIEmptyResponse'
2319
2319
 
2320
2320
  # auth_names
2321
2321
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -2340,7 +2340,7 @@ module FastCommentsClient
2340
2340
  # @param tenant_id [String]
2341
2341
  # @param id [String]
2342
2342
  # @param [Hash] opts the optional parameters
2343
- # @return [FlagCommentPublic200Response]
2343
+ # @return [APIEmptyResponse]
2344
2344
  def delete_question_config(tenant_id, id, opts = {})
2345
2345
  data, _status_code, _headers = delete_question_config_with_http_info(tenant_id, id, opts)
2346
2346
  data
@@ -2349,7 +2349,7 @@ module FastCommentsClient
2349
2349
  # @param tenant_id [String]
2350
2350
  # @param id [String]
2351
2351
  # @param [Hash] opts the optional parameters
2352
- # @return [Array<(FlagCommentPublic200Response, Integer, Hash)>] FlagCommentPublic200Response data, response status code and response headers
2352
+ # @return [Array<(APIEmptyResponse, Integer, Hash)>] APIEmptyResponse data, response status code and response headers
2353
2353
  def delete_question_config_with_http_info(tenant_id, id, opts = {})
2354
2354
  if @api_client.config.debugging
2355
2355
  @api_client.config.logger.debug 'Calling API: DefaultApi.delete_question_config ...'
@@ -2381,7 +2381,7 @@ module FastCommentsClient
2381
2381
  post_body = opts[:debug_body]
2382
2382
 
2383
2383
  # return_type
2384
- return_type = opts[:debug_return_type] || 'FlagCommentPublic200Response'
2384
+ return_type = opts[:debug_return_type] || 'APIEmptyResponse'
2385
2385
 
2386
2386
  # auth_names
2387
2387
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -2406,7 +2406,7 @@ module FastCommentsClient
2406
2406
  # @param tenant_id [String]
2407
2407
  # @param id [String]
2408
2408
  # @param [Hash] opts the optional parameters
2409
- # @return [FlagCommentPublic200Response]
2409
+ # @return [APIEmptyResponse]
2410
2410
  def delete_question_result(tenant_id, id, opts = {})
2411
2411
  data, _status_code, _headers = delete_question_result_with_http_info(tenant_id, id, opts)
2412
2412
  data
@@ -2415,7 +2415,7 @@ module FastCommentsClient
2415
2415
  # @param tenant_id [String]
2416
2416
  # @param id [String]
2417
2417
  # @param [Hash] opts the optional parameters
2418
- # @return [Array<(FlagCommentPublic200Response, Integer, Hash)>] FlagCommentPublic200Response data, response status code and response headers
2418
+ # @return [Array<(APIEmptyResponse, Integer, Hash)>] APIEmptyResponse data, response status code and response headers
2419
2419
  def delete_question_result_with_http_info(tenant_id, id, opts = {})
2420
2420
  if @api_client.config.debugging
2421
2421
  @api_client.config.logger.debug 'Calling API: DefaultApi.delete_question_result ...'
@@ -2447,7 +2447,7 @@ module FastCommentsClient
2447
2447
  post_body = opts[:debug_body]
2448
2448
 
2449
2449
  # return_type
2450
- return_type = opts[:debug_return_type] || 'FlagCommentPublic200Response'
2450
+ return_type = opts[:debug_return_type] || 'APIEmptyResponse'
2451
2451
 
2452
2452
  # auth_names
2453
2453
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -2614,7 +2614,7 @@ module FastCommentsClient
2614
2614
  # @param id [String]
2615
2615
  # @param [Hash] opts the optional parameters
2616
2616
  # @option opts [String] :sure
2617
- # @return [FlagCommentPublic200Response]
2617
+ # @return [APIEmptyResponse]
2618
2618
  def delete_tenant(tenant_id, id, opts = {})
2619
2619
  data, _status_code, _headers = delete_tenant_with_http_info(tenant_id, id, opts)
2620
2620
  data
@@ -2624,7 +2624,7 @@ module FastCommentsClient
2624
2624
  # @param id [String]
2625
2625
  # @param [Hash] opts the optional parameters
2626
2626
  # @option opts [String] :sure
2627
- # @return [Array<(FlagCommentPublic200Response, Integer, Hash)>] FlagCommentPublic200Response data, response status code and response headers
2627
+ # @return [Array<(APIEmptyResponse, Integer, Hash)>] APIEmptyResponse data, response status code and response headers
2628
2628
  def delete_tenant_with_http_info(tenant_id, id, opts = {})
2629
2629
  if @api_client.config.debugging
2630
2630
  @api_client.config.logger.debug 'Calling API: DefaultApi.delete_tenant ...'
@@ -2657,7 +2657,7 @@ module FastCommentsClient
2657
2657
  post_body = opts[:debug_body]
2658
2658
 
2659
2659
  # return_type
2660
- return_type = opts[:debug_return_type] || 'FlagCommentPublic200Response'
2660
+ return_type = opts[:debug_return_type] || 'APIEmptyResponse'
2661
2661
 
2662
2662
  # auth_names
2663
2663
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -2682,7 +2682,7 @@ module FastCommentsClient
2682
2682
  # @param tenant_id [String]
2683
2683
  # @param id [String]
2684
2684
  # @param [Hash] opts the optional parameters
2685
- # @return [FlagCommentPublic200Response]
2685
+ # @return [APIEmptyResponse]
2686
2686
  def delete_tenant_package(tenant_id, id, opts = {})
2687
2687
  data, _status_code, _headers = delete_tenant_package_with_http_info(tenant_id, id, opts)
2688
2688
  data
@@ -2691,7 +2691,7 @@ module FastCommentsClient
2691
2691
  # @param tenant_id [String]
2692
2692
  # @param id [String]
2693
2693
  # @param [Hash] opts the optional parameters
2694
- # @return [Array<(FlagCommentPublic200Response, Integer, Hash)>] FlagCommentPublic200Response data, response status code and response headers
2694
+ # @return [Array<(APIEmptyResponse, Integer, Hash)>] APIEmptyResponse data, response status code and response headers
2695
2695
  def delete_tenant_package_with_http_info(tenant_id, id, opts = {})
2696
2696
  if @api_client.config.debugging
2697
2697
  @api_client.config.logger.debug 'Calling API: DefaultApi.delete_tenant_package ...'
@@ -2723,7 +2723,7 @@ module FastCommentsClient
2723
2723
  post_body = opts[:debug_body]
2724
2724
 
2725
2725
  # return_type
2726
- return_type = opts[:debug_return_type] || 'FlagCommentPublic200Response'
2726
+ return_type = opts[:debug_return_type] || 'APIEmptyResponse'
2727
2727
 
2728
2728
  # auth_names
2729
2729
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -2750,7 +2750,7 @@ module FastCommentsClient
2750
2750
  # @param [Hash] opts the optional parameters
2751
2751
  # @option opts [String] :delete_comments
2752
2752
  # @option opts [String] :comment_delete_mode
2753
- # @return [FlagCommentPublic200Response]
2753
+ # @return [APIEmptyResponse]
2754
2754
  def delete_tenant_user(tenant_id, id, opts = {})
2755
2755
  data, _status_code, _headers = delete_tenant_user_with_http_info(tenant_id, id, opts)
2756
2756
  data
@@ -2761,7 +2761,7 @@ module FastCommentsClient
2761
2761
  # @param [Hash] opts the optional parameters
2762
2762
  # @option opts [String] :delete_comments
2763
2763
  # @option opts [String] :comment_delete_mode
2764
- # @return [Array<(FlagCommentPublic200Response, Integer, Hash)>] FlagCommentPublic200Response data, response status code and response headers
2764
+ # @return [Array<(APIEmptyResponse, Integer, Hash)>] APIEmptyResponse data, response status code and response headers
2765
2765
  def delete_tenant_user_with_http_info(tenant_id, id, opts = {})
2766
2766
  if @api_client.config.debugging
2767
2767
  @api_client.config.logger.debug 'Calling API: DefaultApi.delete_tenant_user ...'
@@ -2795,7 +2795,7 @@ module FastCommentsClient
2795
2795
  post_body = opts[:debug_body]
2796
2796
 
2797
2797
  # return_type
2798
- return_type = opts[:debug_return_type] || 'FlagCommentPublic200Response'
2798
+ return_type = opts[:debug_return_type] || 'APIEmptyResponse'
2799
2799
 
2800
2800
  # auth_names
2801
2801
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -2820,7 +2820,7 @@ module FastCommentsClient
2820
2820
  # @param tenant_id [String]
2821
2821
  # @param id [String]
2822
2822
  # @param [Hash] opts the optional parameters
2823
- # @return [UpdateUserBadge200Response]
2823
+ # @return [APIEmptySuccessResponse]
2824
2824
  def delete_user_badge(tenant_id, id, opts = {})
2825
2825
  data, _status_code, _headers = delete_user_badge_with_http_info(tenant_id, id, opts)
2826
2826
  data
@@ -2829,7 +2829,7 @@ module FastCommentsClient
2829
2829
  # @param tenant_id [String]
2830
2830
  # @param id [String]
2831
2831
  # @param [Hash] opts the optional parameters
2832
- # @return [Array<(UpdateUserBadge200Response, Integer, Hash)>] UpdateUserBadge200Response data, response status code and response headers
2832
+ # @return [Array<(APIEmptySuccessResponse, Integer, Hash)>] APIEmptySuccessResponse data, response status code and response headers
2833
2833
  def delete_user_badge_with_http_info(tenant_id, id, opts = {})
2834
2834
  if @api_client.config.debugging
2835
2835
  @api_client.config.logger.debug 'Calling API: DefaultApi.delete_user_badge ...'
@@ -2861,7 +2861,7 @@ module FastCommentsClient
2861
2861
  post_body = opts[:debug_body]
2862
2862
 
2863
2863
  # return_type
2864
- return_type = opts[:debug_return_type] || 'UpdateUserBadge200Response'
2864
+ return_type = opts[:debug_return_type] || 'APIEmptySuccessResponse'
2865
2865
 
2866
2866
  # auth_names
2867
2867
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -2887,7 +2887,7 @@ module FastCommentsClient
2887
2887
  # @param id [String]
2888
2888
  # @param [Hash] opts the optional parameters
2889
2889
  # @option opts [String] :edit_key
2890
- # @return [DeleteCommentVote200Response]
2890
+ # @return [VoteDeleteResponse]
2891
2891
  def delete_vote(tenant_id, id, opts = {})
2892
2892
  data, _status_code, _headers = delete_vote_with_http_info(tenant_id, id, opts)
2893
2893
  data
@@ -2897,7 +2897,7 @@ module FastCommentsClient
2897
2897
  # @param id [String]
2898
2898
  # @param [Hash] opts the optional parameters
2899
2899
  # @option opts [String] :edit_key
2900
- # @return [Array<(DeleteCommentVote200Response, Integer, Hash)>] DeleteCommentVote200Response data, response status code and response headers
2900
+ # @return [Array<(VoteDeleteResponse, Integer, Hash)>] VoteDeleteResponse data, response status code and response headers
2901
2901
  def delete_vote_with_http_info(tenant_id, id, opts = {})
2902
2902
  if @api_client.config.debugging
2903
2903
  @api_client.config.logger.debug 'Calling API: DefaultApi.delete_vote ...'
@@ -2930,7 +2930,7 @@ module FastCommentsClient
2930
2930
  post_body = opts[:debug_body]
2931
2931
 
2932
2932
  # return_type
2933
- return_type = opts[:debug_return_type] || 'DeleteCommentVote200Response'
2933
+ return_type = opts[:debug_return_type] || 'VoteDeleteResponse'
2934
2934
 
2935
2935
  # auth_names
2936
2936
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -2957,7 +2957,7 @@ module FastCommentsClient
2957
2957
  # @param [Hash] opts the optional parameters
2958
2958
  # @option opts [String] :user_id
2959
2959
  # @option opts [String] :anon_user_id
2960
- # @return [FlagComment200Response]
2960
+ # @return [FlagCommentResponse]
2961
2961
  def flag_comment(tenant_id, id, opts = {})
2962
2962
  data, _status_code, _headers = flag_comment_with_http_info(tenant_id, id, opts)
2963
2963
  data
@@ -2968,7 +2968,7 @@ module FastCommentsClient
2968
2968
  # @param [Hash] opts the optional parameters
2969
2969
  # @option opts [String] :user_id
2970
2970
  # @option opts [String] :anon_user_id
2971
- # @return [Array<(FlagComment200Response, Integer, Hash)>] FlagComment200Response data, response status code and response headers
2971
+ # @return [Array<(FlagCommentResponse, Integer, Hash)>] FlagCommentResponse data, response status code and response headers
2972
2972
  def flag_comment_with_http_info(tenant_id, id, opts = {})
2973
2973
  if @api_client.config.debugging
2974
2974
  @api_client.config.logger.debug 'Calling API: DefaultApi.flag_comment ...'
@@ -3002,7 +3002,7 @@ module FastCommentsClient
3002
3002
  post_body = opts[:debug_body]
3003
3003
 
3004
3004
  # return_type
3005
- return_type = opts[:debug_return_type] || 'FlagComment200Response'
3005
+ return_type = opts[:debug_return_type] || 'FlagCommentResponse'
3006
3006
 
3007
3007
  # auth_names
3008
3008
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -3031,7 +3031,7 @@ module FastCommentsClient
3031
3031
  # @option opts [SORTDIR] :order
3032
3032
  # @option opts [Float] :after
3033
3033
  # @option opts [Float] :before
3034
- # @return [GetAuditLogs200Response]
3034
+ # @return [GetAuditLogsResponse]
3035
3035
  def get_audit_logs(tenant_id, opts = {})
3036
3036
  data, _status_code, _headers = get_audit_logs_with_http_info(tenant_id, opts)
3037
3037
  data
@@ -3044,7 +3044,7 @@ module FastCommentsClient
3044
3044
  # @option opts [SORTDIR] :order
3045
3045
  # @option opts [Float] :after
3046
3046
  # @option opts [Float] :before
3047
- # @return [Array<(GetAuditLogs200Response, Integer, Hash)>] GetAuditLogs200Response data, response status code and response headers
3047
+ # @return [Array<(GetAuditLogsResponse, Integer, Hash)>] GetAuditLogsResponse data, response status code and response headers
3048
3048
  def get_audit_logs_with_http_info(tenant_id, opts = {})
3049
3049
  if @api_client.config.debugging
3050
3050
  @api_client.config.logger.debug 'Calling API: DefaultApi.get_audit_logs ...'
@@ -3077,7 +3077,7 @@ module FastCommentsClient
3077
3077
  post_body = opts[:debug_body]
3078
3078
 
3079
3079
  # return_type
3080
- return_type = opts[:debug_return_type] || 'GetAuditLogs200Response'
3080
+ return_type = opts[:debug_return_type] || 'GetAuditLogsResponse'
3081
3081
 
3082
3082
  # auth_names
3083
3083
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -3102,7 +3102,7 @@ module FastCommentsClient
3102
3102
  # @param tenant_id [String]
3103
3103
  # @param id [String]
3104
3104
  # @param [Hash] opts the optional parameters
3105
- # @return [GetCachedNotificationCount200Response]
3105
+ # @return [GetCachedNotificationCountResponse]
3106
3106
  def get_cached_notification_count(tenant_id, id, opts = {})
3107
3107
  data, _status_code, _headers = get_cached_notification_count_with_http_info(tenant_id, id, opts)
3108
3108
  data
@@ -3111,7 +3111,7 @@ module FastCommentsClient
3111
3111
  # @param tenant_id [String]
3112
3112
  # @param id [String]
3113
3113
  # @param [Hash] opts the optional parameters
3114
- # @return [Array<(GetCachedNotificationCount200Response, Integer, Hash)>] GetCachedNotificationCount200Response data, response status code and response headers
3114
+ # @return [Array<(GetCachedNotificationCountResponse, Integer, Hash)>] GetCachedNotificationCountResponse data, response status code and response headers
3115
3115
  def get_cached_notification_count_with_http_info(tenant_id, id, opts = {})
3116
3116
  if @api_client.config.debugging
3117
3117
  @api_client.config.logger.debug 'Calling API: DefaultApi.get_cached_notification_count ...'
@@ -3143,7 +3143,7 @@ module FastCommentsClient
3143
3143
  post_body = opts[:debug_body]
3144
3144
 
3145
3145
  # return_type
3146
- return_type = opts[:debug_return_type] || 'GetCachedNotificationCount200Response'
3146
+ return_type = opts[:debug_return_type] || 'GetCachedNotificationCountResponse'
3147
3147
 
3148
3148
  # auth_names
3149
3149
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -3168,7 +3168,7 @@ module FastCommentsClient
3168
3168
  # @param tenant_id [String]
3169
3169
  # @param id [String]
3170
3170
  # @param [Hash] opts the optional parameters
3171
- # @return [GetComment200Response]
3171
+ # @return [APIGetCommentResponse]
3172
3172
  def get_comment(tenant_id, id, opts = {})
3173
3173
  data, _status_code, _headers = get_comment_with_http_info(tenant_id, id, opts)
3174
3174
  data
@@ -3177,7 +3177,7 @@ module FastCommentsClient
3177
3177
  # @param tenant_id [String]
3178
3178
  # @param id [String]
3179
3179
  # @param [Hash] opts the optional parameters
3180
- # @return [Array<(GetComment200Response, Integer, Hash)>] GetComment200Response data, response status code and response headers
3180
+ # @return [Array<(APIGetCommentResponse, Integer, Hash)>] APIGetCommentResponse data, response status code and response headers
3181
3181
  def get_comment_with_http_info(tenant_id, id, opts = {})
3182
3182
  if @api_client.config.debugging
3183
3183
  @api_client.config.logger.debug 'Calling API: DefaultApi.get_comment ...'
@@ -3209,7 +3209,7 @@ module FastCommentsClient
3209
3209
  post_body = opts[:debug_body]
3210
3210
 
3211
3211
  # return_type
3212
- return_type = opts[:debug_return_type] || 'GetComment200Response'
3212
+ return_type = opts[:debug_return_type] || 'APIGetCommentResponse'
3213
3213
 
3214
3214
  # auth_names
3215
3215
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -3247,7 +3247,9 @@ module FastCommentsClient
3247
3247
  # @option opts [String] :hash_tag
3248
3248
  # @option opts [String] :parent_id
3249
3249
  # @option opts [SortDirections] :direction
3250
- # @return [GetComments200Response]
3250
+ # @option opts [Integer] :from_date
3251
+ # @option opts [Integer] :to_date
3252
+ # @return [APIGetCommentsResponse]
3251
3253
  def get_comments(tenant_id, opts = {})
3252
3254
  data, _status_code, _headers = get_comments_with_http_info(tenant_id, opts)
3253
3255
  data
@@ -3269,7 +3271,9 @@ module FastCommentsClient
3269
3271
  # @option opts [String] :hash_tag
3270
3272
  # @option opts [String] :parent_id
3271
3273
  # @option opts [SortDirections] :direction
3272
- # @return [Array<(GetComments200Response, Integer, Hash)>] GetComments200Response data, response status code and response headers
3274
+ # @option opts [Integer] :from_date
3275
+ # @option opts [Integer] :to_date
3276
+ # @return [Array<(APIGetCommentsResponse, Integer, Hash)>] APIGetCommentsResponse data, response status code and response headers
3273
3277
  def get_comments_with_http_info(tenant_id, opts = {})
3274
3278
  if @api_client.config.debugging
3275
3279
  @api_client.config.logger.debug 'Calling API: DefaultApi.get_comments ...'
@@ -3298,6 +3302,8 @@ module FastCommentsClient
3298
3302
  query_params[:'hashTag'] = opts[:'hash_tag'] if !opts[:'hash_tag'].nil?
3299
3303
  query_params[:'parentId'] = opts[:'parent_id'] if !opts[:'parent_id'].nil?
3300
3304
  query_params[:'direction'] = opts[:'direction'] if !opts[:'direction'].nil?
3305
+ query_params[:'fromDate'] = opts[:'from_date'] if !opts[:'from_date'].nil?
3306
+ query_params[:'toDate'] = opts[:'to_date'] if !opts[:'to_date'].nil?
3301
3307
 
3302
3308
  # header parameters
3303
3309
  header_params = opts[:header_params] || {}
@@ -3311,7 +3317,7 @@ module FastCommentsClient
3311
3317
  post_body = opts[:debug_body]
3312
3318
 
3313
3319
  # return_type
3314
- return_type = opts[:debug_return_type] || 'GetComments200Response'
3320
+ return_type = opts[:debug_return_type] || 'APIGetCommentsResponse'
3315
3321
 
3316
3322
  # auth_names
3317
3323
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -3336,7 +3342,7 @@ module FastCommentsClient
3336
3342
  # @param tenant_id [String]
3337
3343
  # @param domain [String]
3338
3344
  # @param [Hash] opts the optional parameters
3339
- # @return [GetDomainConfig200Response]
3345
+ # @return [GetDomainConfigResponse]
3340
3346
  def get_domain_config(tenant_id, domain, opts = {})
3341
3347
  data, _status_code, _headers = get_domain_config_with_http_info(tenant_id, domain, opts)
3342
3348
  data
@@ -3345,7 +3351,7 @@ module FastCommentsClient
3345
3351
  # @param tenant_id [String]
3346
3352
  # @param domain [String]
3347
3353
  # @param [Hash] opts the optional parameters
3348
- # @return [Array<(GetDomainConfig200Response, Integer, Hash)>] GetDomainConfig200Response data, response status code and response headers
3354
+ # @return [Array<(GetDomainConfigResponse, Integer, Hash)>] GetDomainConfigResponse data, response status code and response headers
3349
3355
  def get_domain_config_with_http_info(tenant_id, domain, opts = {})
3350
3356
  if @api_client.config.debugging
3351
3357
  @api_client.config.logger.debug 'Calling API: DefaultApi.get_domain_config ...'
@@ -3377,7 +3383,7 @@ module FastCommentsClient
3377
3383
  post_body = opts[:debug_body]
3378
3384
 
3379
3385
  # return_type
3380
- return_type = opts[:debug_return_type] || 'GetDomainConfig200Response'
3386
+ return_type = opts[:debug_return_type] || 'GetDomainConfigResponse'
3381
3387
 
3382
3388
  # auth_names
3383
3389
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -3401,7 +3407,7 @@ module FastCommentsClient
3401
3407
 
3402
3408
  # @param tenant_id [String]
3403
3409
  # @param [Hash] opts the optional parameters
3404
- # @return [GetDomainConfigs200Response]
3410
+ # @return [GetDomainConfigsResponse]
3405
3411
  def get_domain_configs(tenant_id, opts = {})
3406
3412
  data, _status_code, _headers = get_domain_configs_with_http_info(tenant_id, opts)
3407
3413
  data
@@ -3409,7 +3415,7 @@ module FastCommentsClient
3409
3415
 
3410
3416
  # @param tenant_id [String]
3411
3417
  # @param [Hash] opts the optional parameters
3412
- # @return [Array<(GetDomainConfigs200Response, Integer, Hash)>] GetDomainConfigs200Response data, response status code and response headers
3418
+ # @return [Array<(GetDomainConfigsResponse, Integer, Hash)>] GetDomainConfigsResponse data, response status code and response headers
3413
3419
  def get_domain_configs_with_http_info(tenant_id, opts = {})
3414
3420
  if @api_client.config.debugging
3415
3421
  @api_client.config.logger.debug 'Calling API: DefaultApi.get_domain_configs ...'
@@ -3437,7 +3443,7 @@ module FastCommentsClient
3437
3443
  post_body = opts[:debug_body]
3438
3444
 
3439
3445
  # return_type
3440
- return_type = opts[:debug_return_type] || 'GetDomainConfigs200Response'
3446
+ return_type = opts[:debug_return_type] || 'GetDomainConfigsResponse'
3441
3447
 
3442
3448
  # auth_names
3443
3449
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -3462,7 +3468,7 @@ module FastCommentsClient
3462
3468
  # @param tenant_id [String]
3463
3469
  # @param id [String]
3464
3470
  # @param [Hash] opts the optional parameters
3465
- # @return [GetEmailTemplate200Response]
3471
+ # @return [GetEmailTemplateResponse]
3466
3472
  def get_email_template(tenant_id, id, opts = {})
3467
3473
  data, _status_code, _headers = get_email_template_with_http_info(tenant_id, id, opts)
3468
3474
  data
@@ -3471,7 +3477,7 @@ module FastCommentsClient
3471
3477
  # @param tenant_id [String]
3472
3478
  # @param id [String]
3473
3479
  # @param [Hash] opts the optional parameters
3474
- # @return [Array<(GetEmailTemplate200Response, Integer, Hash)>] GetEmailTemplate200Response data, response status code and response headers
3480
+ # @return [Array<(GetEmailTemplateResponse, Integer, Hash)>] GetEmailTemplateResponse data, response status code and response headers
3475
3481
  def get_email_template_with_http_info(tenant_id, id, opts = {})
3476
3482
  if @api_client.config.debugging
3477
3483
  @api_client.config.logger.debug 'Calling API: DefaultApi.get_email_template ...'
@@ -3503,7 +3509,7 @@ module FastCommentsClient
3503
3509
  post_body = opts[:debug_body]
3504
3510
 
3505
3511
  # return_type
3506
- return_type = opts[:debug_return_type] || 'GetEmailTemplate200Response'
3512
+ return_type = opts[:debug_return_type] || 'GetEmailTemplateResponse'
3507
3513
 
3508
3514
  # auth_names
3509
3515
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -3527,7 +3533,7 @@ module FastCommentsClient
3527
3533
 
3528
3534
  # @param tenant_id [String]
3529
3535
  # @param [Hash] opts the optional parameters
3530
- # @return [GetEmailTemplateDefinitions200Response]
3536
+ # @return [GetEmailTemplateDefinitionsResponse]
3531
3537
  def get_email_template_definitions(tenant_id, opts = {})
3532
3538
  data, _status_code, _headers = get_email_template_definitions_with_http_info(tenant_id, opts)
3533
3539
  data
@@ -3535,7 +3541,7 @@ module FastCommentsClient
3535
3541
 
3536
3542
  # @param tenant_id [String]
3537
3543
  # @param [Hash] opts the optional parameters
3538
- # @return [Array<(GetEmailTemplateDefinitions200Response, Integer, Hash)>] GetEmailTemplateDefinitions200Response data, response status code and response headers
3544
+ # @return [Array<(GetEmailTemplateDefinitionsResponse, Integer, Hash)>] GetEmailTemplateDefinitionsResponse data, response status code and response headers
3539
3545
  def get_email_template_definitions_with_http_info(tenant_id, opts = {})
3540
3546
  if @api_client.config.debugging
3541
3547
  @api_client.config.logger.debug 'Calling API: DefaultApi.get_email_template_definitions ...'
@@ -3563,7 +3569,7 @@ module FastCommentsClient
3563
3569
  post_body = opts[:debug_body]
3564
3570
 
3565
3571
  # return_type
3566
- return_type = opts[:debug_return_type] || 'GetEmailTemplateDefinitions200Response'
3572
+ return_type = opts[:debug_return_type] || 'GetEmailTemplateDefinitionsResponse'
3567
3573
 
3568
3574
  # auth_names
3569
3575
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -3589,7 +3595,7 @@ module FastCommentsClient
3589
3595
  # @param id [String]
3590
3596
  # @param [Hash] opts the optional parameters
3591
3597
  # @option opts [Float] :skip
3592
- # @return [GetEmailTemplateRenderErrors200Response]
3598
+ # @return [GetEmailTemplateRenderErrorsResponse]
3593
3599
  def get_email_template_render_errors(tenant_id, id, opts = {})
3594
3600
  data, _status_code, _headers = get_email_template_render_errors_with_http_info(tenant_id, id, opts)
3595
3601
  data
@@ -3599,7 +3605,7 @@ module FastCommentsClient
3599
3605
  # @param id [String]
3600
3606
  # @param [Hash] opts the optional parameters
3601
3607
  # @option opts [Float] :skip
3602
- # @return [Array<(GetEmailTemplateRenderErrors200Response, Integer, Hash)>] GetEmailTemplateRenderErrors200Response data, response status code and response headers
3608
+ # @return [Array<(GetEmailTemplateRenderErrorsResponse, Integer, Hash)>] GetEmailTemplateRenderErrorsResponse data, response status code and response headers
3603
3609
  def get_email_template_render_errors_with_http_info(tenant_id, id, opts = {})
3604
3610
  if @api_client.config.debugging
3605
3611
  @api_client.config.logger.debug 'Calling API: DefaultApi.get_email_template_render_errors ...'
@@ -3632,7 +3638,7 @@ module FastCommentsClient
3632
3638
  post_body = opts[:debug_body]
3633
3639
 
3634
3640
  # return_type
3635
- return_type = opts[:debug_return_type] || 'GetEmailTemplateRenderErrors200Response'
3641
+ return_type = opts[:debug_return_type] || 'GetEmailTemplateRenderErrorsResponse'
3636
3642
 
3637
3643
  # auth_names
3638
3644
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -3657,7 +3663,7 @@ module FastCommentsClient
3657
3663
  # @param tenant_id [String]
3658
3664
  # @param [Hash] opts the optional parameters
3659
3665
  # @option opts [Float] :skip
3660
- # @return [GetEmailTemplates200Response]
3666
+ # @return [GetEmailTemplatesResponse]
3661
3667
  def get_email_templates(tenant_id, opts = {})
3662
3668
  data, _status_code, _headers = get_email_templates_with_http_info(tenant_id, opts)
3663
3669
  data
@@ -3666,7 +3672,7 @@ module FastCommentsClient
3666
3672
  # @param tenant_id [String]
3667
3673
  # @param [Hash] opts the optional parameters
3668
3674
  # @option opts [Float] :skip
3669
- # @return [Array<(GetEmailTemplates200Response, Integer, Hash)>] GetEmailTemplates200Response data, response status code and response headers
3675
+ # @return [Array<(GetEmailTemplatesResponse, Integer, Hash)>] GetEmailTemplatesResponse data, response status code and response headers
3670
3676
  def get_email_templates_with_http_info(tenant_id, opts = {})
3671
3677
  if @api_client.config.debugging
3672
3678
  @api_client.config.logger.debug 'Calling API: DefaultApi.get_email_templates ...'
@@ -3695,7 +3701,7 @@ module FastCommentsClient
3695
3701
  post_body = opts[:debug_body]
3696
3702
 
3697
3703
  # return_type
3698
- return_type = opts[:debug_return_type] || 'GetEmailTemplates200Response'
3704
+ return_type = opts[:debug_return_type] || 'GetEmailTemplatesResponse'
3699
3705
 
3700
3706
  # auth_names
3701
3707
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -3723,7 +3729,7 @@ module FastCommentsClient
3723
3729
  # @option opts [String] :after_id
3724
3730
  # @option opts [Integer] :limit
3725
3731
  # @option opts [Array<String>] :tags
3726
- # @return [GetFeedPosts200Response]
3732
+ # @return [GetFeedPostsResponse]
3727
3733
  def get_feed_posts(tenant_id, opts = {})
3728
3734
  data, _status_code, _headers = get_feed_posts_with_http_info(tenant_id, opts)
3729
3735
  data
@@ -3735,7 +3741,7 @@ module FastCommentsClient
3735
3741
  # @option opts [String] :after_id
3736
3742
  # @option opts [Integer] :limit
3737
3743
  # @option opts [Array<String>] :tags
3738
- # @return [Array<(GetFeedPosts200Response, Integer, Hash)>] GetFeedPosts200Response data, response status code and response headers
3744
+ # @return [Array<(GetFeedPostsResponse, Integer, Hash)>] GetFeedPostsResponse data, response status code and response headers
3739
3745
  def get_feed_posts_with_http_info(tenant_id, opts = {})
3740
3746
  if @api_client.config.debugging
3741
3747
  @api_client.config.logger.debug 'Calling API: DefaultApi.get_feed_posts ...'
@@ -3766,7 +3772,7 @@ module FastCommentsClient
3766
3772
  post_body = opts[:debug_body]
3767
3773
 
3768
3774
  # return_type
3769
- return_type = opts[:debug_return_type] || 'GetFeedPosts200Response'
3775
+ return_type = opts[:debug_return_type] || 'GetFeedPostsResponse'
3770
3776
 
3771
3777
  # auth_names
3772
3778
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -3791,7 +3797,7 @@ module FastCommentsClient
3791
3797
  # @param tenant_id [String]
3792
3798
  # @param [Hash] opts the optional parameters
3793
3799
  # @option opts [Float] :page
3794
- # @return [GetHashTags200Response]
3800
+ # @return [GetHashTagsResponse]
3795
3801
  def get_hash_tags(tenant_id, opts = {})
3796
3802
  data, _status_code, _headers = get_hash_tags_with_http_info(tenant_id, opts)
3797
3803
  data
@@ -3800,7 +3806,7 @@ module FastCommentsClient
3800
3806
  # @param tenant_id [String]
3801
3807
  # @param [Hash] opts the optional parameters
3802
3808
  # @option opts [Float] :page
3803
- # @return [Array<(GetHashTags200Response, Integer, Hash)>] GetHashTags200Response data, response status code and response headers
3809
+ # @return [Array<(GetHashTagsResponse, Integer, Hash)>] GetHashTagsResponse data, response status code and response headers
3804
3810
  def get_hash_tags_with_http_info(tenant_id, opts = {})
3805
3811
  if @api_client.config.debugging
3806
3812
  @api_client.config.logger.debug 'Calling API: DefaultApi.get_hash_tags ...'
@@ -3829,7 +3835,7 @@ module FastCommentsClient
3829
3835
  post_body = opts[:debug_body]
3830
3836
 
3831
3837
  # return_type
3832
- return_type = opts[:debug_return_type] || 'GetHashTags200Response'
3838
+ return_type = opts[:debug_return_type] || 'GetHashTagsResponse'
3833
3839
 
3834
3840
  # auth_names
3835
3841
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -3854,7 +3860,7 @@ module FastCommentsClient
3854
3860
  # @param tenant_id [String]
3855
3861
  # @param id [String]
3856
3862
  # @param [Hash] opts the optional parameters
3857
- # @return [GetModerator200Response]
3863
+ # @return [GetModeratorResponse]
3858
3864
  def get_moderator(tenant_id, id, opts = {})
3859
3865
  data, _status_code, _headers = get_moderator_with_http_info(tenant_id, id, opts)
3860
3866
  data
@@ -3863,7 +3869,7 @@ module FastCommentsClient
3863
3869
  # @param tenant_id [String]
3864
3870
  # @param id [String]
3865
3871
  # @param [Hash] opts the optional parameters
3866
- # @return [Array<(GetModerator200Response, Integer, Hash)>] GetModerator200Response data, response status code and response headers
3872
+ # @return [Array<(GetModeratorResponse, Integer, Hash)>] GetModeratorResponse data, response status code and response headers
3867
3873
  def get_moderator_with_http_info(tenant_id, id, opts = {})
3868
3874
  if @api_client.config.debugging
3869
3875
  @api_client.config.logger.debug 'Calling API: DefaultApi.get_moderator ...'
@@ -3895,7 +3901,7 @@ module FastCommentsClient
3895
3901
  post_body = opts[:debug_body]
3896
3902
 
3897
3903
  # return_type
3898
- return_type = opts[:debug_return_type] || 'GetModerator200Response'
3904
+ return_type = opts[:debug_return_type] || 'GetModeratorResponse'
3899
3905
 
3900
3906
  # auth_names
3901
3907
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -3920,7 +3926,7 @@ module FastCommentsClient
3920
3926
  # @param tenant_id [String]
3921
3927
  # @param [Hash] opts the optional parameters
3922
3928
  # @option opts [Float] :skip
3923
- # @return [GetModerators200Response]
3929
+ # @return [GetModeratorsResponse]
3924
3930
  def get_moderators(tenant_id, opts = {})
3925
3931
  data, _status_code, _headers = get_moderators_with_http_info(tenant_id, opts)
3926
3932
  data
@@ -3929,7 +3935,7 @@ module FastCommentsClient
3929
3935
  # @param tenant_id [String]
3930
3936
  # @param [Hash] opts the optional parameters
3931
3937
  # @option opts [Float] :skip
3932
- # @return [Array<(GetModerators200Response, Integer, Hash)>] GetModerators200Response data, response status code and response headers
3938
+ # @return [Array<(GetModeratorsResponse, Integer, Hash)>] GetModeratorsResponse data, response status code and response headers
3933
3939
  def get_moderators_with_http_info(tenant_id, opts = {})
3934
3940
  if @api_client.config.debugging
3935
3941
  @api_client.config.logger.debug 'Calling API: DefaultApi.get_moderators ...'
@@ -3958,7 +3964,7 @@ module FastCommentsClient
3958
3964
  post_body = opts[:debug_body]
3959
3965
 
3960
3966
  # return_type
3961
- return_type = opts[:debug_return_type] || 'GetModerators200Response'
3967
+ return_type = opts[:debug_return_type] || 'GetModeratorsResponse'
3962
3968
 
3963
3969
  # auth_names
3964
3970
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -3987,7 +3993,7 @@ module FastCommentsClient
3987
3993
  # @option opts [String] :from_comment_id
3988
3994
  # @option opts [Boolean] :viewed
3989
3995
  # @option opts [String] :type
3990
- # @return [GetNotificationCount200Response]
3996
+ # @return [GetNotificationCountResponse]
3991
3997
  def get_notification_count(tenant_id, opts = {})
3992
3998
  data, _status_code, _headers = get_notification_count_with_http_info(tenant_id, opts)
3993
3999
  data
@@ -4000,7 +4006,7 @@ module FastCommentsClient
4000
4006
  # @option opts [String] :from_comment_id
4001
4007
  # @option opts [Boolean] :viewed
4002
4008
  # @option opts [String] :type
4003
- # @return [Array<(GetNotificationCount200Response, Integer, Hash)>] GetNotificationCount200Response data, response status code and response headers
4009
+ # @return [Array<(GetNotificationCountResponse, Integer, Hash)>] GetNotificationCountResponse data, response status code and response headers
4004
4010
  def get_notification_count_with_http_info(tenant_id, opts = {})
4005
4011
  if @api_client.config.debugging
4006
4012
  @api_client.config.logger.debug 'Calling API: DefaultApi.get_notification_count ...'
@@ -4033,7 +4039,7 @@ module FastCommentsClient
4033
4039
  post_body = opts[:debug_body]
4034
4040
 
4035
4041
  # return_type
4036
- return_type = opts[:debug_return_type] || 'GetNotificationCount200Response'
4042
+ return_type = opts[:debug_return_type] || 'GetNotificationCountResponse'
4037
4043
 
4038
4044
  # auth_names
4039
4045
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -4063,7 +4069,7 @@ module FastCommentsClient
4063
4069
  # @option opts [Boolean] :viewed
4064
4070
  # @option opts [String] :type
4065
4071
  # @option opts [Float] :skip
4066
- # @return [GetNotifications200Response]
4072
+ # @return [GetNotificationsResponse]
4067
4073
  def get_notifications(tenant_id, opts = {})
4068
4074
  data, _status_code, _headers = get_notifications_with_http_info(tenant_id, opts)
4069
4075
  data
@@ -4077,7 +4083,7 @@ module FastCommentsClient
4077
4083
  # @option opts [Boolean] :viewed
4078
4084
  # @option opts [String] :type
4079
4085
  # @option opts [Float] :skip
4080
- # @return [Array<(GetNotifications200Response, Integer, Hash)>] GetNotifications200Response data, response status code and response headers
4086
+ # @return [Array<(GetNotificationsResponse, Integer, Hash)>] GetNotificationsResponse data, response status code and response headers
4081
4087
  def get_notifications_with_http_info(tenant_id, opts = {})
4082
4088
  if @api_client.config.debugging
4083
4089
  @api_client.config.logger.debug 'Calling API: DefaultApi.get_notifications ...'
@@ -4111,7 +4117,7 @@ module FastCommentsClient
4111
4117
  post_body = opts[:debug_body]
4112
4118
 
4113
4119
  # return_type
4114
- return_type = opts[:debug_return_type] || 'GetNotifications200Response'
4120
+ return_type = opts[:debug_return_type] || 'GetNotificationsResponse'
4115
4121
 
4116
4122
  # auth_names
4117
4123
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -4268,7 +4274,7 @@ module FastCommentsClient
4268
4274
  # @option opts [String] :type
4269
4275
  # @option opts [String] :domain
4270
4276
  # @option opts [Float] :attempt_count_gt
4271
- # @return [GetPendingWebhookEventCount200Response]
4277
+ # @return [GetPendingWebhookEventCountResponse]
4272
4278
  def get_pending_webhook_event_count(tenant_id, opts = {})
4273
4279
  data, _status_code, _headers = get_pending_webhook_event_count_with_http_info(tenant_id, opts)
4274
4280
  data
@@ -4282,7 +4288,7 @@ module FastCommentsClient
4282
4288
  # @option opts [String] :type
4283
4289
  # @option opts [String] :domain
4284
4290
  # @option opts [Float] :attempt_count_gt
4285
- # @return [Array<(GetPendingWebhookEventCount200Response, Integer, Hash)>] GetPendingWebhookEventCount200Response data, response status code and response headers
4291
+ # @return [Array<(GetPendingWebhookEventCountResponse, Integer, Hash)>] GetPendingWebhookEventCountResponse data, response status code and response headers
4286
4292
  def get_pending_webhook_event_count_with_http_info(tenant_id, opts = {})
4287
4293
  if @api_client.config.debugging
4288
4294
  @api_client.config.logger.debug 'Calling API: DefaultApi.get_pending_webhook_event_count ...'
@@ -4316,7 +4322,7 @@ module FastCommentsClient
4316
4322
  post_body = opts[:debug_body]
4317
4323
 
4318
4324
  # return_type
4319
- return_type = opts[:debug_return_type] || 'GetPendingWebhookEventCount200Response'
4325
+ return_type = opts[:debug_return_type] || 'GetPendingWebhookEventCountResponse'
4320
4326
 
4321
4327
  # auth_names
4322
4328
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -4347,7 +4353,7 @@ module FastCommentsClient
4347
4353
  # @option opts [String] :domain
4348
4354
  # @option opts [Float] :attempt_count_gt
4349
4355
  # @option opts [Float] :skip
4350
- # @return [GetPendingWebhookEvents200Response]
4356
+ # @return [GetPendingWebhookEventsResponse]
4351
4357
  def get_pending_webhook_events(tenant_id, opts = {})
4352
4358
  data, _status_code, _headers = get_pending_webhook_events_with_http_info(tenant_id, opts)
4353
4359
  data
@@ -4362,7 +4368,7 @@ module FastCommentsClient
4362
4368
  # @option opts [String] :domain
4363
4369
  # @option opts [Float] :attempt_count_gt
4364
4370
  # @option opts [Float] :skip
4365
- # @return [Array<(GetPendingWebhookEvents200Response, Integer, Hash)>] GetPendingWebhookEvents200Response data, response status code and response headers
4371
+ # @return [Array<(GetPendingWebhookEventsResponse, Integer, Hash)>] GetPendingWebhookEventsResponse data, response status code and response headers
4366
4372
  def get_pending_webhook_events_with_http_info(tenant_id, opts = {})
4367
4373
  if @api_client.config.debugging
4368
4374
  @api_client.config.logger.debug 'Calling API: DefaultApi.get_pending_webhook_events ...'
@@ -4397,7 +4403,7 @@ module FastCommentsClient
4397
4403
  post_body = opts[:debug_body]
4398
4404
 
4399
4405
  # return_type
4400
- return_type = opts[:debug_return_type] || 'GetPendingWebhookEvents200Response'
4406
+ return_type = opts[:debug_return_type] || 'GetPendingWebhookEventsResponse'
4401
4407
 
4402
4408
  # auth_names
4403
4409
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -4422,7 +4428,7 @@ module FastCommentsClient
4422
4428
  # @param tenant_id [String]
4423
4429
  # @param id [String]
4424
4430
  # @param [Hash] opts the optional parameters
4425
- # @return [GetQuestionConfig200Response]
4431
+ # @return [GetQuestionConfigResponse]
4426
4432
  def get_question_config(tenant_id, id, opts = {})
4427
4433
  data, _status_code, _headers = get_question_config_with_http_info(tenant_id, id, opts)
4428
4434
  data
@@ -4431,7 +4437,7 @@ module FastCommentsClient
4431
4437
  # @param tenant_id [String]
4432
4438
  # @param id [String]
4433
4439
  # @param [Hash] opts the optional parameters
4434
- # @return [Array<(GetQuestionConfig200Response, Integer, Hash)>] GetQuestionConfig200Response data, response status code and response headers
4440
+ # @return [Array<(GetQuestionConfigResponse, Integer, Hash)>] GetQuestionConfigResponse data, response status code and response headers
4435
4441
  def get_question_config_with_http_info(tenant_id, id, opts = {})
4436
4442
  if @api_client.config.debugging
4437
4443
  @api_client.config.logger.debug 'Calling API: DefaultApi.get_question_config ...'
@@ -4463,7 +4469,7 @@ module FastCommentsClient
4463
4469
  post_body = opts[:debug_body]
4464
4470
 
4465
4471
  # return_type
4466
- return_type = opts[:debug_return_type] || 'GetQuestionConfig200Response'
4472
+ return_type = opts[:debug_return_type] || 'GetQuestionConfigResponse'
4467
4473
 
4468
4474
  # auth_names
4469
4475
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -4488,7 +4494,7 @@ module FastCommentsClient
4488
4494
  # @param tenant_id [String]
4489
4495
  # @param [Hash] opts the optional parameters
4490
4496
  # @option opts [Float] :skip
4491
- # @return [GetQuestionConfigs200Response]
4497
+ # @return [GetQuestionConfigsResponse]
4492
4498
  def get_question_configs(tenant_id, opts = {})
4493
4499
  data, _status_code, _headers = get_question_configs_with_http_info(tenant_id, opts)
4494
4500
  data
@@ -4497,7 +4503,7 @@ module FastCommentsClient
4497
4503
  # @param tenant_id [String]
4498
4504
  # @param [Hash] opts the optional parameters
4499
4505
  # @option opts [Float] :skip
4500
- # @return [Array<(GetQuestionConfigs200Response, Integer, Hash)>] GetQuestionConfigs200Response data, response status code and response headers
4506
+ # @return [Array<(GetQuestionConfigsResponse, Integer, Hash)>] GetQuestionConfigsResponse data, response status code and response headers
4501
4507
  def get_question_configs_with_http_info(tenant_id, opts = {})
4502
4508
  if @api_client.config.debugging
4503
4509
  @api_client.config.logger.debug 'Calling API: DefaultApi.get_question_configs ...'
@@ -4526,7 +4532,7 @@ module FastCommentsClient
4526
4532
  post_body = opts[:debug_body]
4527
4533
 
4528
4534
  # return_type
4529
- return_type = opts[:debug_return_type] || 'GetQuestionConfigs200Response'
4535
+ return_type = opts[:debug_return_type] || 'GetQuestionConfigsResponse'
4530
4536
 
4531
4537
  # auth_names
4532
4538
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -4551,7 +4557,7 @@ module FastCommentsClient
4551
4557
  # @param tenant_id [String]
4552
4558
  # @param id [String]
4553
4559
  # @param [Hash] opts the optional parameters
4554
- # @return [GetQuestionResult200Response]
4560
+ # @return [GetQuestionResultResponse]
4555
4561
  def get_question_result(tenant_id, id, opts = {})
4556
4562
  data, _status_code, _headers = get_question_result_with_http_info(tenant_id, id, opts)
4557
4563
  data
@@ -4560,7 +4566,7 @@ module FastCommentsClient
4560
4566
  # @param tenant_id [String]
4561
4567
  # @param id [String]
4562
4568
  # @param [Hash] opts the optional parameters
4563
- # @return [Array<(GetQuestionResult200Response, Integer, Hash)>] GetQuestionResult200Response data, response status code and response headers
4569
+ # @return [Array<(GetQuestionResultResponse, Integer, Hash)>] GetQuestionResultResponse data, response status code and response headers
4564
4570
  def get_question_result_with_http_info(tenant_id, id, opts = {})
4565
4571
  if @api_client.config.debugging
4566
4572
  @api_client.config.logger.debug 'Calling API: DefaultApi.get_question_result ...'
@@ -4592,7 +4598,7 @@ module FastCommentsClient
4592
4598
  post_body = opts[:debug_body]
4593
4599
 
4594
4600
  # return_type
4595
- return_type = opts[:debug_return_type] || 'GetQuestionResult200Response'
4601
+ return_type = opts[:debug_return_type] || 'GetQuestionResultResponse'
4596
4602
 
4597
4603
  # auth_names
4598
4604
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -4622,7 +4628,7 @@ module FastCommentsClient
4622
4628
  # @option opts [String] :question_id
4623
4629
  # @option opts [String] :question_ids
4624
4630
  # @option opts [Float] :skip
4625
- # @return [GetQuestionResults200Response]
4631
+ # @return [GetQuestionResultsResponse]
4626
4632
  def get_question_results(tenant_id, opts = {})
4627
4633
  data, _status_code, _headers = get_question_results_with_http_info(tenant_id, opts)
4628
4634
  data
@@ -4636,7 +4642,7 @@ module FastCommentsClient
4636
4642
  # @option opts [String] :question_id
4637
4643
  # @option opts [String] :question_ids
4638
4644
  # @option opts [Float] :skip
4639
- # @return [Array<(GetQuestionResults200Response, Integer, Hash)>] GetQuestionResults200Response data, response status code and response headers
4645
+ # @return [Array<(GetQuestionResultsResponse, Integer, Hash)>] GetQuestionResultsResponse data, response status code and response headers
4640
4646
  def get_question_results_with_http_info(tenant_id, opts = {})
4641
4647
  if @api_client.config.debugging
4642
4648
  @api_client.config.logger.debug 'Calling API: DefaultApi.get_question_results ...'
@@ -4670,7 +4676,7 @@ module FastCommentsClient
4670
4676
  post_body = opts[:debug_body]
4671
4677
 
4672
4678
  # return_type
4673
- return_type = opts[:debug_return_type] || 'GetQuestionResults200Response'
4679
+ return_type = opts[:debug_return_type] || 'GetQuestionResultsResponse'
4674
4680
 
4675
4681
  # auth_names
4676
4682
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -4827,7 +4833,7 @@ module FastCommentsClient
4827
4833
  # @param tenant_id [String]
4828
4834
  # @param [Hash] opts the optional parameters
4829
4835
  # @option opts [Integer] :skip
4830
- # @return [GetSSOUsers200Response]
4836
+ # @return [GetSSOUsersResponse]
4831
4837
  def get_sso_users(tenant_id, opts = {})
4832
4838
  data, _status_code, _headers = get_sso_users_with_http_info(tenant_id, opts)
4833
4839
  data
@@ -4836,7 +4842,7 @@ module FastCommentsClient
4836
4842
  # @param tenant_id [String]
4837
4843
  # @param [Hash] opts the optional parameters
4838
4844
  # @option opts [Integer] :skip
4839
- # @return [Array<(GetSSOUsers200Response, Integer, Hash)>] GetSSOUsers200Response data, response status code and response headers
4845
+ # @return [Array<(GetSSOUsersResponse, Integer, Hash)>] GetSSOUsersResponse data, response status code and response headers
4840
4846
  def get_sso_users_with_http_info(tenant_id, opts = {})
4841
4847
  if @api_client.config.debugging
4842
4848
  @api_client.config.logger.debug 'Calling API: DefaultApi.get_sso_users ...'
@@ -4865,7 +4871,7 @@ module FastCommentsClient
4865
4871
  post_body = opts[:debug_body]
4866
4872
 
4867
4873
  # return_type
4868
- return_type = opts[:debug_return_type] || 'GetSSOUsers200Response'
4874
+ return_type = opts[:debug_return_type] || 'GetSSOUsersResponse'
4869
4875
 
4870
4876
  # auth_names
4871
4877
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -4953,7 +4959,7 @@ module FastCommentsClient
4953
4959
  # @param tenant_id [String]
4954
4960
  # @param id [String]
4955
4961
  # @param [Hash] opts the optional parameters
4956
- # @return [GetTenant200Response]
4962
+ # @return [GetTenantResponse]
4957
4963
  def get_tenant(tenant_id, id, opts = {})
4958
4964
  data, _status_code, _headers = get_tenant_with_http_info(tenant_id, id, opts)
4959
4965
  data
@@ -4962,7 +4968,7 @@ module FastCommentsClient
4962
4968
  # @param tenant_id [String]
4963
4969
  # @param id [String]
4964
4970
  # @param [Hash] opts the optional parameters
4965
- # @return [Array<(GetTenant200Response, Integer, Hash)>] GetTenant200Response data, response status code and response headers
4971
+ # @return [Array<(GetTenantResponse, Integer, Hash)>] GetTenantResponse data, response status code and response headers
4966
4972
  def get_tenant_with_http_info(tenant_id, id, opts = {})
4967
4973
  if @api_client.config.debugging
4968
4974
  @api_client.config.logger.debug 'Calling API: DefaultApi.get_tenant ...'
@@ -4994,7 +5000,7 @@ module FastCommentsClient
4994
5000
  post_body = opts[:debug_body]
4995
5001
 
4996
5002
  # return_type
4997
- return_type = opts[:debug_return_type] || 'GetTenant200Response'
5003
+ return_type = opts[:debug_return_type] || 'GetTenantResponse'
4998
5004
 
4999
5005
  # auth_names
5000
5006
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -5022,7 +5028,7 @@ module FastCommentsClient
5022
5028
  # @option opts [Float] :month_number
5023
5029
  # @option opts [Float] :day_number
5024
5030
  # @option opts [Float] :skip
5025
- # @return [GetTenantDailyUsages200Response]
5031
+ # @return [GetTenantDailyUsagesResponse]
5026
5032
  def get_tenant_daily_usages(tenant_id, opts = {})
5027
5033
  data, _status_code, _headers = get_tenant_daily_usages_with_http_info(tenant_id, opts)
5028
5034
  data
@@ -5034,7 +5040,7 @@ module FastCommentsClient
5034
5040
  # @option opts [Float] :month_number
5035
5041
  # @option opts [Float] :day_number
5036
5042
  # @option opts [Float] :skip
5037
- # @return [Array<(GetTenantDailyUsages200Response, Integer, Hash)>] GetTenantDailyUsages200Response data, response status code and response headers
5043
+ # @return [Array<(GetTenantDailyUsagesResponse, Integer, Hash)>] GetTenantDailyUsagesResponse data, response status code and response headers
5038
5044
  def get_tenant_daily_usages_with_http_info(tenant_id, opts = {})
5039
5045
  if @api_client.config.debugging
5040
5046
  @api_client.config.logger.debug 'Calling API: DefaultApi.get_tenant_daily_usages ...'
@@ -5066,7 +5072,7 @@ module FastCommentsClient
5066
5072
  post_body = opts[:debug_body]
5067
5073
 
5068
5074
  # return_type
5069
- return_type = opts[:debug_return_type] || 'GetTenantDailyUsages200Response'
5075
+ return_type = opts[:debug_return_type] || 'GetTenantDailyUsagesResponse'
5070
5076
 
5071
5077
  # auth_names
5072
5078
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -5091,7 +5097,7 @@ module FastCommentsClient
5091
5097
  # @param tenant_id [String]
5092
5098
  # @param id [String]
5093
5099
  # @param [Hash] opts the optional parameters
5094
- # @return [GetTenantPackage200Response]
5100
+ # @return [GetTenantPackageResponse]
5095
5101
  def get_tenant_package(tenant_id, id, opts = {})
5096
5102
  data, _status_code, _headers = get_tenant_package_with_http_info(tenant_id, id, opts)
5097
5103
  data
@@ -5100,7 +5106,7 @@ module FastCommentsClient
5100
5106
  # @param tenant_id [String]
5101
5107
  # @param id [String]
5102
5108
  # @param [Hash] opts the optional parameters
5103
- # @return [Array<(GetTenantPackage200Response, Integer, Hash)>] GetTenantPackage200Response data, response status code and response headers
5109
+ # @return [Array<(GetTenantPackageResponse, Integer, Hash)>] GetTenantPackageResponse data, response status code and response headers
5104
5110
  def get_tenant_package_with_http_info(tenant_id, id, opts = {})
5105
5111
  if @api_client.config.debugging
5106
5112
  @api_client.config.logger.debug 'Calling API: DefaultApi.get_tenant_package ...'
@@ -5132,7 +5138,7 @@ module FastCommentsClient
5132
5138
  post_body = opts[:debug_body]
5133
5139
 
5134
5140
  # return_type
5135
- return_type = opts[:debug_return_type] || 'GetTenantPackage200Response'
5141
+ return_type = opts[:debug_return_type] || 'GetTenantPackageResponse'
5136
5142
 
5137
5143
  # auth_names
5138
5144
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -5157,7 +5163,7 @@ module FastCommentsClient
5157
5163
  # @param tenant_id [String]
5158
5164
  # @param [Hash] opts the optional parameters
5159
5165
  # @option opts [Float] :skip
5160
- # @return [GetTenantPackages200Response]
5166
+ # @return [GetTenantPackagesResponse]
5161
5167
  def get_tenant_packages(tenant_id, opts = {})
5162
5168
  data, _status_code, _headers = get_tenant_packages_with_http_info(tenant_id, opts)
5163
5169
  data
@@ -5166,7 +5172,7 @@ module FastCommentsClient
5166
5172
  # @param tenant_id [String]
5167
5173
  # @param [Hash] opts the optional parameters
5168
5174
  # @option opts [Float] :skip
5169
- # @return [Array<(GetTenantPackages200Response, Integer, Hash)>] GetTenantPackages200Response data, response status code and response headers
5175
+ # @return [Array<(GetTenantPackagesResponse, Integer, Hash)>] GetTenantPackagesResponse data, response status code and response headers
5170
5176
  def get_tenant_packages_with_http_info(tenant_id, opts = {})
5171
5177
  if @api_client.config.debugging
5172
5178
  @api_client.config.logger.debug 'Calling API: DefaultApi.get_tenant_packages ...'
@@ -5195,7 +5201,7 @@ module FastCommentsClient
5195
5201
  post_body = opts[:debug_body]
5196
5202
 
5197
5203
  # return_type
5198
- return_type = opts[:debug_return_type] || 'GetTenantPackages200Response'
5204
+ return_type = opts[:debug_return_type] || 'GetTenantPackagesResponse'
5199
5205
 
5200
5206
  # auth_names
5201
5207
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -5220,7 +5226,7 @@ module FastCommentsClient
5220
5226
  # @param tenant_id [String]
5221
5227
  # @param id [String]
5222
5228
  # @param [Hash] opts the optional parameters
5223
- # @return [GetTenantUser200Response]
5229
+ # @return [GetTenantUserResponse]
5224
5230
  def get_tenant_user(tenant_id, id, opts = {})
5225
5231
  data, _status_code, _headers = get_tenant_user_with_http_info(tenant_id, id, opts)
5226
5232
  data
@@ -5229,7 +5235,7 @@ module FastCommentsClient
5229
5235
  # @param tenant_id [String]
5230
5236
  # @param id [String]
5231
5237
  # @param [Hash] opts the optional parameters
5232
- # @return [Array<(GetTenantUser200Response, Integer, Hash)>] GetTenantUser200Response data, response status code and response headers
5238
+ # @return [Array<(GetTenantUserResponse, Integer, Hash)>] GetTenantUserResponse data, response status code and response headers
5233
5239
  def get_tenant_user_with_http_info(tenant_id, id, opts = {})
5234
5240
  if @api_client.config.debugging
5235
5241
  @api_client.config.logger.debug 'Calling API: DefaultApi.get_tenant_user ...'
@@ -5261,7 +5267,7 @@ module FastCommentsClient
5261
5267
  post_body = opts[:debug_body]
5262
5268
 
5263
5269
  # return_type
5264
- return_type = opts[:debug_return_type] || 'GetTenantUser200Response'
5270
+ return_type = opts[:debug_return_type] || 'GetTenantUserResponse'
5265
5271
 
5266
5272
  # auth_names
5267
5273
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -5286,7 +5292,7 @@ module FastCommentsClient
5286
5292
  # @param tenant_id [String]
5287
5293
  # @param [Hash] opts the optional parameters
5288
5294
  # @option opts [Float] :skip
5289
- # @return [GetTenantUsers200Response]
5295
+ # @return [GetTenantUsersResponse]
5290
5296
  def get_tenant_users(tenant_id, opts = {})
5291
5297
  data, _status_code, _headers = get_tenant_users_with_http_info(tenant_id, opts)
5292
5298
  data
@@ -5295,7 +5301,7 @@ module FastCommentsClient
5295
5301
  # @param tenant_id [String]
5296
5302
  # @param [Hash] opts the optional parameters
5297
5303
  # @option opts [Float] :skip
5298
- # @return [Array<(GetTenantUsers200Response, Integer, Hash)>] GetTenantUsers200Response data, response status code and response headers
5304
+ # @return [Array<(GetTenantUsersResponse, Integer, Hash)>] GetTenantUsersResponse data, response status code and response headers
5299
5305
  def get_tenant_users_with_http_info(tenant_id, opts = {})
5300
5306
  if @api_client.config.debugging
5301
5307
  @api_client.config.logger.debug 'Calling API: DefaultApi.get_tenant_users ...'
@@ -5324,7 +5330,7 @@ module FastCommentsClient
5324
5330
  post_body = opts[:debug_body]
5325
5331
 
5326
5332
  # return_type
5327
- return_type = opts[:debug_return_type] || 'GetTenantUsers200Response'
5333
+ return_type = opts[:debug_return_type] || 'GetTenantUsersResponse'
5328
5334
 
5329
5335
  # auth_names
5330
5336
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -5350,7 +5356,7 @@ module FastCommentsClient
5350
5356
  # @param [Hash] opts the optional parameters
5351
5357
  # @option opts [String] :meta
5352
5358
  # @option opts [Float] :skip
5353
- # @return [GetTenants200Response]
5359
+ # @return [GetTenantsResponse]
5354
5360
  def get_tenants(tenant_id, opts = {})
5355
5361
  data, _status_code, _headers = get_tenants_with_http_info(tenant_id, opts)
5356
5362
  data
@@ -5360,7 +5366,7 @@ module FastCommentsClient
5360
5366
  # @param [Hash] opts the optional parameters
5361
5367
  # @option opts [String] :meta
5362
5368
  # @option opts [Float] :skip
5363
- # @return [Array<(GetTenants200Response, Integer, Hash)>] GetTenants200Response data, response status code and response headers
5369
+ # @return [Array<(GetTenantsResponse, Integer, Hash)>] GetTenantsResponse data, response status code and response headers
5364
5370
  def get_tenants_with_http_info(tenant_id, opts = {})
5365
5371
  if @api_client.config.debugging
5366
5372
  @api_client.config.logger.debug 'Calling API: DefaultApi.get_tenants ...'
@@ -5390,7 +5396,7 @@ module FastCommentsClient
5390
5396
  post_body = opts[:debug_body]
5391
5397
 
5392
5398
  # return_type
5393
- return_type = opts[:debug_return_type] || 'GetTenants200Response'
5399
+ return_type = opts[:debug_return_type] || 'GetTenantsResponse'
5394
5400
 
5395
5401
  # auth_names
5396
5402
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -5416,7 +5422,7 @@ module FastCommentsClient
5416
5422
  # @param id [String]
5417
5423
  # @param [Hash] opts the optional parameters
5418
5424
  # @option opts [String] :user_id
5419
- # @return [GetTicket200Response]
5425
+ # @return [GetTicketResponse]
5420
5426
  def get_ticket(tenant_id, id, opts = {})
5421
5427
  data, _status_code, _headers = get_ticket_with_http_info(tenant_id, id, opts)
5422
5428
  data
@@ -5426,7 +5432,7 @@ module FastCommentsClient
5426
5432
  # @param id [String]
5427
5433
  # @param [Hash] opts the optional parameters
5428
5434
  # @option opts [String] :user_id
5429
- # @return [Array<(GetTicket200Response, Integer, Hash)>] GetTicket200Response data, response status code and response headers
5435
+ # @return [Array<(GetTicketResponse, Integer, Hash)>] GetTicketResponse data, response status code and response headers
5430
5436
  def get_ticket_with_http_info(tenant_id, id, opts = {})
5431
5437
  if @api_client.config.debugging
5432
5438
  @api_client.config.logger.debug 'Calling API: DefaultApi.get_ticket ...'
@@ -5459,7 +5465,7 @@ module FastCommentsClient
5459
5465
  post_body = opts[:debug_body]
5460
5466
 
5461
5467
  # return_type
5462
- return_type = opts[:debug_return_type] || 'GetTicket200Response'
5468
+ return_type = opts[:debug_return_type] || 'GetTicketResponse'
5463
5469
 
5464
5470
  # auth_names
5465
5471
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -5487,7 +5493,7 @@ module FastCommentsClient
5487
5493
  # @option opts [Float] :state
5488
5494
  # @option opts [Float] :skip
5489
5495
  # @option opts [Float] :limit
5490
- # @return [GetTickets200Response]
5496
+ # @return [GetTicketsResponse]
5491
5497
  def get_tickets(tenant_id, opts = {})
5492
5498
  data, _status_code, _headers = get_tickets_with_http_info(tenant_id, opts)
5493
5499
  data
@@ -5499,7 +5505,7 @@ module FastCommentsClient
5499
5505
  # @option opts [Float] :state
5500
5506
  # @option opts [Float] :skip
5501
5507
  # @option opts [Float] :limit
5502
- # @return [Array<(GetTickets200Response, Integer, Hash)>] GetTickets200Response data, response status code and response headers
5508
+ # @return [Array<(GetTicketsResponse, Integer, Hash)>] GetTicketsResponse data, response status code and response headers
5503
5509
  def get_tickets_with_http_info(tenant_id, opts = {})
5504
5510
  if @api_client.config.debugging
5505
5511
  @api_client.config.logger.debug 'Calling API: DefaultApi.get_tickets ...'
@@ -5531,7 +5537,7 @@ module FastCommentsClient
5531
5537
  post_body = opts[:debug_body]
5532
5538
 
5533
5539
  # return_type
5534
- return_type = opts[:debug_return_type] || 'GetTickets200Response'
5540
+ return_type = opts[:debug_return_type] || 'GetTicketsResponse'
5535
5541
 
5536
5542
  # auth_names
5537
5543
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -5556,7 +5562,7 @@ module FastCommentsClient
5556
5562
  # @param tenant_id [String]
5557
5563
  # @param id [String]
5558
5564
  # @param [Hash] opts the optional parameters
5559
- # @return [GetUser200Response]
5565
+ # @return [GetUserResponse]
5560
5566
  def get_user(tenant_id, id, opts = {})
5561
5567
  data, _status_code, _headers = get_user_with_http_info(tenant_id, id, opts)
5562
5568
  data
@@ -5565,7 +5571,7 @@ module FastCommentsClient
5565
5571
  # @param tenant_id [String]
5566
5572
  # @param id [String]
5567
5573
  # @param [Hash] opts the optional parameters
5568
- # @return [Array<(GetUser200Response, Integer, Hash)>] GetUser200Response data, response status code and response headers
5574
+ # @return [Array<(GetUserResponse, Integer, Hash)>] GetUserResponse data, response status code and response headers
5569
5575
  def get_user_with_http_info(tenant_id, id, opts = {})
5570
5576
  if @api_client.config.debugging
5571
5577
  @api_client.config.logger.debug 'Calling API: DefaultApi.get_user ...'
@@ -5597,7 +5603,7 @@ module FastCommentsClient
5597
5603
  post_body = opts[:debug_body]
5598
5604
 
5599
5605
  # return_type
5600
- return_type = opts[:debug_return_type] || 'GetUser200Response'
5606
+ return_type = opts[:debug_return_type] || 'GetUserResponse'
5601
5607
 
5602
5608
  # auth_names
5603
5609
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -5622,7 +5628,7 @@ module FastCommentsClient
5622
5628
  # @param tenant_id [String]
5623
5629
  # @param id [String]
5624
5630
  # @param [Hash] opts the optional parameters
5625
- # @return [GetUserBadge200Response]
5631
+ # @return [APIGetUserBadgeResponse]
5626
5632
  def get_user_badge(tenant_id, id, opts = {})
5627
5633
  data, _status_code, _headers = get_user_badge_with_http_info(tenant_id, id, opts)
5628
5634
  data
@@ -5631,7 +5637,7 @@ module FastCommentsClient
5631
5637
  # @param tenant_id [String]
5632
5638
  # @param id [String]
5633
5639
  # @param [Hash] opts the optional parameters
5634
- # @return [Array<(GetUserBadge200Response, Integer, Hash)>] GetUserBadge200Response data, response status code and response headers
5640
+ # @return [Array<(APIGetUserBadgeResponse, Integer, Hash)>] APIGetUserBadgeResponse data, response status code and response headers
5635
5641
  def get_user_badge_with_http_info(tenant_id, id, opts = {})
5636
5642
  if @api_client.config.debugging
5637
5643
  @api_client.config.logger.debug 'Calling API: DefaultApi.get_user_badge ...'
@@ -5663,7 +5669,7 @@ module FastCommentsClient
5663
5669
  post_body = opts[:debug_body]
5664
5670
 
5665
5671
  # return_type
5666
- return_type = opts[:debug_return_type] || 'GetUserBadge200Response'
5672
+ return_type = opts[:debug_return_type] || 'APIGetUserBadgeResponse'
5667
5673
 
5668
5674
  # auth_names
5669
5675
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -5688,7 +5694,7 @@ module FastCommentsClient
5688
5694
  # @param tenant_id [String]
5689
5695
  # @param id [String]
5690
5696
  # @param [Hash] opts the optional parameters
5691
- # @return [GetUserBadgeProgressById200Response]
5697
+ # @return [APIGetUserBadgeProgressResponse]
5692
5698
  def get_user_badge_progress_by_id(tenant_id, id, opts = {})
5693
5699
  data, _status_code, _headers = get_user_badge_progress_by_id_with_http_info(tenant_id, id, opts)
5694
5700
  data
@@ -5697,7 +5703,7 @@ module FastCommentsClient
5697
5703
  # @param tenant_id [String]
5698
5704
  # @param id [String]
5699
5705
  # @param [Hash] opts the optional parameters
5700
- # @return [Array<(GetUserBadgeProgressById200Response, Integer, Hash)>] GetUserBadgeProgressById200Response data, response status code and response headers
5706
+ # @return [Array<(APIGetUserBadgeProgressResponse, Integer, Hash)>] APIGetUserBadgeProgressResponse data, response status code and response headers
5701
5707
  def get_user_badge_progress_by_id_with_http_info(tenant_id, id, opts = {})
5702
5708
  if @api_client.config.debugging
5703
5709
  @api_client.config.logger.debug 'Calling API: DefaultApi.get_user_badge_progress_by_id ...'
@@ -5729,7 +5735,7 @@ module FastCommentsClient
5729
5735
  post_body = opts[:debug_body]
5730
5736
 
5731
5737
  # return_type
5732
- return_type = opts[:debug_return_type] || 'GetUserBadgeProgressById200Response'
5738
+ return_type = opts[:debug_return_type] || 'APIGetUserBadgeProgressResponse'
5733
5739
 
5734
5740
  # auth_names
5735
5741
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -5754,7 +5760,7 @@ module FastCommentsClient
5754
5760
  # @param tenant_id [String]
5755
5761
  # @param user_id [String]
5756
5762
  # @param [Hash] opts the optional parameters
5757
- # @return [GetUserBadgeProgressById200Response]
5763
+ # @return [APIGetUserBadgeProgressResponse]
5758
5764
  def get_user_badge_progress_by_user_id(tenant_id, user_id, opts = {})
5759
5765
  data, _status_code, _headers = get_user_badge_progress_by_user_id_with_http_info(tenant_id, user_id, opts)
5760
5766
  data
@@ -5763,7 +5769,7 @@ module FastCommentsClient
5763
5769
  # @param tenant_id [String]
5764
5770
  # @param user_id [String]
5765
5771
  # @param [Hash] opts the optional parameters
5766
- # @return [Array<(GetUserBadgeProgressById200Response, Integer, Hash)>] GetUserBadgeProgressById200Response data, response status code and response headers
5772
+ # @return [Array<(APIGetUserBadgeProgressResponse, Integer, Hash)>] APIGetUserBadgeProgressResponse data, response status code and response headers
5767
5773
  def get_user_badge_progress_by_user_id_with_http_info(tenant_id, user_id, opts = {})
5768
5774
  if @api_client.config.debugging
5769
5775
  @api_client.config.logger.debug 'Calling API: DefaultApi.get_user_badge_progress_by_user_id ...'
@@ -5795,7 +5801,7 @@ module FastCommentsClient
5795
5801
  post_body = opts[:debug_body]
5796
5802
 
5797
5803
  # return_type
5798
- return_type = opts[:debug_return_type] || 'GetUserBadgeProgressById200Response'
5804
+ return_type = opts[:debug_return_type] || 'APIGetUserBadgeProgressResponse'
5799
5805
 
5800
5806
  # auth_names
5801
5807
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -5822,7 +5828,7 @@ module FastCommentsClient
5822
5828
  # @option opts [String] :user_id
5823
5829
  # @option opts [Float] :limit
5824
5830
  # @option opts [Float] :skip
5825
- # @return [GetUserBadgeProgressList200Response]
5831
+ # @return [APIGetUserBadgeProgressListResponse]
5826
5832
  def get_user_badge_progress_list(tenant_id, opts = {})
5827
5833
  data, _status_code, _headers = get_user_badge_progress_list_with_http_info(tenant_id, opts)
5828
5834
  data
@@ -5833,7 +5839,7 @@ module FastCommentsClient
5833
5839
  # @option opts [String] :user_id
5834
5840
  # @option opts [Float] :limit
5835
5841
  # @option opts [Float] :skip
5836
- # @return [Array<(GetUserBadgeProgressList200Response, Integer, Hash)>] GetUserBadgeProgressList200Response data, response status code and response headers
5842
+ # @return [Array<(APIGetUserBadgeProgressListResponse, Integer, Hash)>] APIGetUserBadgeProgressListResponse data, response status code and response headers
5837
5843
  def get_user_badge_progress_list_with_http_info(tenant_id, opts = {})
5838
5844
  if @api_client.config.debugging
5839
5845
  @api_client.config.logger.debug 'Calling API: DefaultApi.get_user_badge_progress_list ...'
@@ -5864,7 +5870,7 @@ module FastCommentsClient
5864
5870
  post_body = opts[:debug_body]
5865
5871
 
5866
5872
  # return_type
5867
- return_type = opts[:debug_return_type] || 'GetUserBadgeProgressList200Response'
5873
+ return_type = opts[:debug_return_type] || 'APIGetUserBadgeProgressListResponse'
5868
5874
 
5869
5875
  # auth_names
5870
5876
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -5894,7 +5900,7 @@ module FastCommentsClient
5894
5900
  # @option opts [Boolean] :displayed_on_comments
5895
5901
  # @option opts [Float] :limit
5896
5902
  # @option opts [Float] :skip
5897
- # @return [GetUserBadges200Response]
5903
+ # @return [APIGetUserBadgesResponse]
5898
5904
  def get_user_badges(tenant_id, opts = {})
5899
5905
  data, _status_code, _headers = get_user_badges_with_http_info(tenant_id, opts)
5900
5906
  data
@@ -5908,7 +5914,7 @@ module FastCommentsClient
5908
5914
  # @option opts [Boolean] :displayed_on_comments
5909
5915
  # @option opts [Float] :limit
5910
5916
  # @option opts [Float] :skip
5911
- # @return [Array<(GetUserBadges200Response, Integer, Hash)>] GetUserBadges200Response data, response status code and response headers
5917
+ # @return [Array<(APIGetUserBadgesResponse, Integer, Hash)>] APIGetUserBadgesResponse data, response status code and response headers
5912
5918
  def get_user_badges_with_http_info(tenant_id, opts = {})
5913
5919
  if @api_client.config.debugging
5914
5920
  @api_client.config.logger.debug 'Calling API: DefaultApi.get_user_badges ...'
@@ -5942,7 +5948,7 @@ module FastCommentsClient
5942
5948
  post_body = opts[:debug_body]
5943
5949
 
5944
5950
  # return_type
5945
- return_type = opts[:debug_return_type] || 'GetUserBadges200Response'
5951
+ return_type = opts[:debug_return_type] || 'APIGetUserBadgesResponse'
5946
5952
 
5947
5953
  # auth_names
5948
5954
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -5967,7 +5973,7 @@ module FastCommentsClient
5967
5973
  # @param tenant_id [String]
5968
5974
  # @param url_id [String]
5969
5975
  # @param [Hash] opts the optional parameters
5970
- # @return [GetVotes200Response]
5976
+ # @return [GetVotesResponse]
5971
5977
  def get_votes(tenant_id, url_id, opts = {})
5972
5978
  data, _status_code, _headers = get_votes_with_http_info(tenant_id, url_id, opts)
5973
5979
  data
@@ -5976,7 +5982,7 @@ module FastCommentsClient
5976
5982
  # @param tenant_id [String]
5977
5983
  # @param url_id [String]
5978
5984
  # @param [Hash] opts the optional parameters
5979
- # @return [Array<(GetVotes200Response, Integer, Hash)>] GetVotes200Response data, response status code and response headers
5985
+ # @return [Array<(GetVotesResponse, Integer, Hash)>] GetVotesResponse data, response status code and response headers
5980
5986
  def get_votes_with_http_info(tenant_id, url_id, opts = {})
5981
5987
  if @api_client.config.debugging
5982
5988
  @api_client.config.logger.debug 'Calling API: DefaultApi.get_votes ...'
@@ -6009,7 +6015,7 @@ module FastCommentsClient
6009
6015
  post_body = opts[:debug_body]
6010
6016
 
6011
6017
  # return_type
6012
- return_type = opts[:debug_return_type] || 'GetVotes200Response'
6018
+ return_type = opts[:debug_return_type] || 'GetVotesResponse'
6013
6019
 
6014
6020
  # auth_names
6015
6021
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -6036,7 +6042,7 @@ module FastCommentsClient
6036
6042
  # @param [Hash] opts the optional parameters
6037
6043
  # @option opts [String] :user_id
6038
6044
  # @option opts [String] :anon_user_id
6039
- # @return [GetVotesForUser200Response]
6045
+ # @return [GetVotesForUserResponse]
6040
6046
  def get_votes_for_user(tenant_id, url_id, opts = {})
6041
6047
  data, _status_code, _headers = get_votes_for_user_with_http_info(tenant_id, url_id, opts)
6042
6048
  data
@@ -6047,7 +6053,7 @@ module FastCommentsClient
6047
6053
  # @param [Hash] opts the optional parameters
6048
6054
  # @option opts [String] :user_id
6049
6055
  # @option opts [String] :anon_user_id
6050
- # @return [Array<(GetVotesForUser200Response, Integer, Hash)>] GetVotesForUser200Response data, response status code and response headers
6056
+ # @return [Array<(GetVotesForUserResponse, Integer, Hash)>] GetVotesForUserResponse data, response status code and response headers
6051
6057
  def get_votes_for_user_with_http_info(tenant_id, url_id, opts = {})
6052
6058
  if @api_client.config.debugging
6053
6059
  @api_client.config.logger.debug 'Calling API: DefaultApi.get_votes_for_user ...'
@@ -6082,7 +6088,7 @@ module FastCommentsClient
6082
6088
  post_body = opts[:debug_body]
6083
6089
 
6084
6090
  # return_type
6085
- return_type = opts[:debug_return_type] || 'GetVotesForUser200Response'
6091
+ return_type = opts[:debug_return_type] || 'GetVotesForUserResponse'
6086
6092
 
6087
6093
  # auth_names
6088
6094
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -6108,7 +6114,7 @@ module FastCommentsClient
6108
6114
  # @param domain_to_update [String]
6109
6115
  # @param patch_domain_config_params [PatchDomainConfigParams]
6110
6116
  # @param [Hash] opts the optional parameters
6111
- # @return [GetDomainConfig200Response]
6117
+ # @return [PatchDomainConfigResponse]
6112
6118
  def patch_domain_config(tenant_id, domain_to_update, patch_domain_config_params, opts = {})
6113
6119
  data, _status_code, _headers = patch_domain_config_with_http_info(tenant_id, domain_to_update, patch_domain_config_params, opts)
6114
6120
  data
@@ -6118,7 +6124,7 @@ module FastCommentsClient
6118
6124
  # @param domain_to_update [String]
6119
6125
  # @param patch_domain_config_params [PatchDomainConfigParams]
6120
6126
  # @param [Hash] opts the optional parameters
6121
- # @return [Array<(GetDomainConfig200Response, Integer, Hash)>] GetDomainConfig200Response data, response status code and response headers
6127
+ # @return [Array<(PatchDomainConfigResponse, Integer, Hash)>] PatchDomainConfigResponse data, response status code and response headers
6122
6128
  def patch_domain_config_with_http_info(tenant_id, domain_to_update, patch_domain_config_params, opts = {})
6123
6129
  if @api_client.config.debugging
6124
6130
  @api_client.config.logger.debug 'Calling API: DefaultApi.patch_domain_config ...'
@@ -6159,7 +6165,7 @@ module FastCommentsClient
6159
6165
  post_body = opts[:debug_body] || @api_client.object_to_http_body(patch_domain_config_params)
6160
6166
 
6161
6167
  # return_type
6162
- return_type = opts[:debug_return_type] || 'GetDomainConfig200Response'
6168
+ return_type = opts[:debug_return_type] || 'PatchDomainConfigResponse'
6163
6169
 
6164
6170
  # auth_names
6165
6171
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -6185,7 +6191,7 @@ module FastCommentsClient
6185
6191
  # @param [Hash] opts the optional parameters
6186
6192
  # @option opts [String] :tenant_id
6187
6193
  # @option opts [UpdateHashTagBody] :update_hash_tag_body
6188
- # @return [PatchHashTag200Response]
6194
+ # @return [UpdateHashTagResponse]
6189
6195
  def patch_hash_tag(tag, opts = {})
6190
6196
  data, _status_code, _headers = patch_hash_tag_with_http_info(tag, opts)
6191
6197
  data
@@ -6195,7 +6201,7 @@ module FastCommentsClient
6195
6201
  # @param [Hash] opts the optional parameters
6196
6202
  # @option opts [String] :tenant_id
6197
6203
  # @option opts [UpdateHashTagBody] :update_hash_tag_body
6198
- # @return [Array<(PatchHashTag200Response, Integer, Hash)>] PatchHashTag200Response data, response status code and response headers
6204
+ # @return [Array<(UpdateHashTagResponse, Integer, Hash)>] UpdateHashTagResponse data, response status code and response headers
6199
6205
  def patch_hash_tag_with_http_info(tag, opts = {})
6200
6206
  if @api_client.config.debugging
6201
6207
  @api_client.config.logger.debug 'Calling API: DefaultApi.patch_hash_tag ...'
@@ -6228,7 +6234,7 @@ module FastCommentsClient
6228
6234
  post_body = opts[:debug_body] || @api_client.object_to_http_body(opts[:'update_hash_tag_body'])
6229
6235
 
6230
6236
  # return_type
6231
- return_type = opts[:debug_return_type] || 'PatchHashTag200Response'
6237
+ return_type = opts[:debug_return_type] || 'UpdateHashTagResponse'
6232
6238
 
6233
6239
  # auth_names
6234
6240
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -6411,7 +6417,7 @@ module FastCommentsClient
6411
6417
  # @param domain_to_update [String]
6412
6418
  # @param update_domain_config_params [UpdateDomainConfigParams]
6413
6419
  # @param [Hash] opts the optional parameters
6414
- # @return [GetDomainConfig200Response]
6420
+ # @return [PutDomainConfigResponse]
6415
6421
  def put_domain_config(tenant_id, domain_to_update, update_domain_config_params, opts = {})
6416
6422
  data, _status_code, _headers = put_domain_config_with_http_info(tenant_id, domain_to_update, update_domain_config_params, opts)
6417
6423
  data
@@ -6421,7 +6427,7 @@ module FastCommentsClient
6421
6427
  # @param domain_to_update [String]
6422
6428
  # @param update_domain_config_params [UpdateDomainConfigParams]
6423
6429
  # @param [Hash] opts the optional parameters
6424
- # @return [Array<(GetDomainConfig200Response, Integer, Hash)>] GetDomainConfig200Response data, response status code and response headers
6430
+ # @return [Array<(PutDomainConfigResponse, Integer, Hash)>] PutDomainConfigResponse data, response status code and response headers
6425
6431
  def put_domain_config_with_http_info(tenant_id, domain_to_update, update_domain_config_params, opts = {})
6426
6432
  if @api_client.config.debugging
6427
6433
  @api_client.config.logger.debug 'Calling API: DefaultApi.put_domain_config ...'
@@ -6462,7 +6468,7 @@ module FastCommentsClient
6462
6468
  post_body = opts[:debug_body] || @api_client.object_to_http_body(update_domain_config_params)
6463
6469
 
6464
6470
  # return_type
6465
- return_type = opts[:debug_return_type] || 'GetDomainConfig200Response'
6471
+ return_type = opts[:debug_return_type] || 'PutDomainConfigResponse'
6466
6472
 
6467
6473
  # auth_names
6468
6474
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -6568,7 +6574,7 @@ module FastCommentsClient
6568
6574
  # @param render_email_template_body [RenderEmailTemplateBody]
6569
6575
  # @param [Hash] opts the optional parameters
6570
6576
  # @option opts [String] :locale
6571
- # @return [RenderEmailTemplate200Response]
6577
+ # @return [RenderEmailTemplateResponse]
6572
6578
  def render_email_template(tenant_id, render_email_template_body, opts = {})
6573
6579
  data, _status_code, _headers = render_email_template_with_http_info(tenant_id, render_email_template_body, opts)
6574
6580
  data
@@ -6578,7 +6584,7 @@ module FastCommentsClient
6578
6584
  # @param render_email_template_body [RenderEmailTemplateBody]
6579
6585
  # @param [Hash] opts the optional parameters
6580
6586
  # @option opts [String] :locale
6581
- # @return [Array<(RenderEmailTemplate200Response, Integer, Hash)>] RenderEmailTemplate200Response data, response status code and response headers
6587
+ # @return [Array<(RenderEmailTemplateResponse, Integer, Hash)>] RenderEmailTemplateResponse data, response status code and response headers
6582
6588
  def render_email_template_with_http_info(tenant_id, render_email_template_body, opts = {})
6583
6589
  if @api_client.config.debugging
6584
6590
  @api_client.config.logger.debug 'Calling API: DefaultApi.render_email_template ...'
@@ -6616,7 +6622,7 @@ module FastCommentsClient
6616
6622
  post_body = opts[:debug_body] || @api_client.object_to_http_body(render_email_template_body)
6617
6623
 
6618
6624
  # return_type
6619
- return_type = opts[:debug_return_type] || 'RenderEmailTemplate200Response'
6625
+ return_type = opts[:debug_return_type] || 'RenderEmailTemplateResponse'
6620
6626
 
6621
6627
  # auth_names
6622
6628
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -6642,7 +6648,7 @@ module FastCommentsClient
6642
6648
  # @param id [String]
6643
6649
  # @param replace_tenant_package_body [ReplaceTenantPackageBody]
6644
6650
  # @param [Hash] opts the optional parameters
6645
- # @return [FlagCommentPublic200Response]
6651
+ # @return [APIEmptyResponse]
6646
6652
  def replace_tenant_package(tenant_id, id, replace_tenant_package_body, opts = {})
6647
6653
  data, _status_code, _headers = replace_tenant_package_with_http_info(tenant_id, id, replace_tenant_package_body, opts)
6648
6654
  data
@@ -6652,7 +6658,7 @@ module FastCommentsClient
6652
6658
  # @param id [String]
6653
6659
  # @param replace_tenant_package_body [ReplaceTenantPackageBody]
6654
6660
  # @param [Hash] opts the optional parameters
6655
- # @return [Array<(FlagCommentPublic200Response, Integer, Hash)>] FlagCommentPublic200Response data, response status code and response headers
6661
+ # @return [Array<(APIEmptyResponse, Integer, Hash)>] APIEmptyResponse data, response status code and response headers
6656
6662
  def replace_tenant_package_with_http_info(tenant_id, id, replace_tenant_package_body, opts = {})
6657
6663
  if @api_client.config.debugging
6658
6664
  @api_client.config.logger.debug 'Calling API: DefaultApi.replace_tenant_package ...'
@@ -6693,7 +6699,7 @@ module FastCommentsClient
6693
6699
  post_body = opts[:debug_body] || @api_client.object_to_http_body(replace_tenant_package_body)
6694
6700
 
6695
6701
  # return_type
6696
- return_type = opts[:debug_return_type] || 'FlagCommentPublic200Response'
6702
+ return_type = opts[:debug_return_type] || 'APIEmptyResponse'
6697
6703
 
6698
6704
  # auth_names
6699
6705
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -6720,7 +6726,7 @@ module FastCommentsClient
6720
6726
  # @param replace_tenant_user_body [ReplaceTenantUserBody]
6721
6727
  # @param [Hash] opts the optional parameters
6722
6728
  # @option opts [String] :update_comments
6723
- # @return [FlagCommentPublic200Response]
6729
+ # @return [APIEmptyResponse]
6724
6730
  def replace_tenant_user(tenant_id, id, replace_tenant_user_body, opts = {})
6725
6731
  data, _status_code, _headers = replace_tenant_user_with_http_info(tenant_id, id, replace_tenant_user_body, opts)
6726
6732
  data
@@ -6731,7 +6737,7 @@ module FastCommentsClient
6731
6737
  # @param replace_tenant_user_body [ReplaceTenantUserBody]
6732
6738
  # @param [Hash] opts the optional parameters
6733
6739
  # @option opts [String] :update_comments
6734
- # @return [Array<(FlagCommentPublic200Response, Integer, Hash)>] FlagCommentPublic200Response data, response status code and response headers
6740
+ # @return [Array<(APIEmptyResponse, Integer, Hash)>] APIEmptyResponse data, response status code and response headers
6735
6741
  def replace_tenant_user_with_http_info(tenant_id, id, replace_tenant_user_body, opts = {})
6736
6742
  if @api_client.config.debugging
6737
6743
  @api_client.config.logger.debug 'Calling API: DefaultApi.replace_tenant_user ...'
@@ -6773,7 +6779,7 @@ module FastCommentsClient
6773
6779
  post_body = opts[:debug_body] || @api_client.object_to_http_body(replace_tenant_user_body)
6774
6780
 
6775
6781
  # return_type
6776
- return_type = opts[:debug_return_type] || 'FlagCommentPublic200Response'
6782
+ return_type = opts[:debug_return_type] || 'APIEmptyResponse'
6777
6783
 
6778
6784
  # auth_names
6779
6785
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -6802,7 +6808,7 @@ module FastCommentsClient
6802
6808
  # @option opts [Boolean] :do_spam_check
6803
6809
  # @option opts [Boolean] :send_emails
6804
6810
  # @option opts [Boolean] :populate_notifications
6805
- # @return [SaveComment200Response]
6811
+ # @return [APISaveCommentResponse]
6806
6812
  def save_comment(tenant_id, create_comment_params, opts = {})
6807
6813
  data, _status_code, _headers = save_comment_with_http_info(tenant_id, create_comment_params, opts)
6808
6814
  data
@@ -6815,7 +6821,7 @@ module FastCommentsClient
6815
6821
  # @option opts [Boolean] :do_spam_check
6816
6822
  # @option opts [Boolean] :send_emails
6817
6823
  # @option opts [Boolean] :populate_notifications
6818
- # @return [Array<(SaveComment200Response, Integer, Hash)>] SaveComment200Response data, response status code and response headers
6824
+ # @return [Array<(APISaveCommentResponse, Integer, Hash)>] APISaveCommentResponse data, response status code and response headers
6819
6825
  def save_comment_with_http_info(tenant_id, create_comment_params, opts = {})
6820
6826
  if @api_client.config.debugging
6821
6827
  @api_client.config.logger.debug 'Calling API: DefaultApi.save_comment ...'
@@ -6856,7 +6862,7 @@ module FastCommentsClient
6856
6862
  post_body = opts[:debug_body] || @api_client.object_to_http_body(create_comment_params)
6857
6863
 
6858
6864
  # return_type
6859
- return_type = opts[:debug_return_type] || 'SaveComment200Response'
6865
+ return_type = opts[:debug_return_type] || 'APISaveCommentResponse'
6860
6866
 
6861
6867
  # auth_names
6862
6868
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -6885,7 +6891,7 @@ module FastCommentsClient
6885
6891
  # @option opts [Boolean] :do_spam_check
6886
6892
  # @option opts [Boolean] :send_emails
6887
6893
  # @option opts [Boolean] :populate_notifications
6888
- # @return [Array<SaveComment200Response>]
6894
+ # @return [Array<SaveCommentsBulkResponse>]
6889
6895
  def save_comments_bulk(tenant_id, create_comment_params, opts = {})
6890
6896
  data, _status_code, _headers = save_comments_bulk_with_http_info(tenant_id, create_comment_params, opts)
6891
6897
  data
@@ -6898,7 +6904,7 @@ module FastCommentsClient
6898
6904
  # @option opts [Boolean] :do_spam_check
6899
6905
  # @option opts [Boolean] :send_emails
6900
6906
  # @option opts [Boolean] :populate_notifications
6901
- # @return [Array<(Array<SaveComment200Response>, Integer, Hash)>] Array<SaveComment200Response> data, response status code and response headers
6907
+ # @return [Array<(Array<SaveCommentsBulkResponse>, Integer, Hash)>] Array<SaveCommentsBulkResponse> data, response status code and response headers
6902
6908
  def save_comments_bulk_with_http_info(tenant_id, create_comment_params, opts = {})
6903
6909
  if @api_client.config.debugging
6904
6910
  @api_client.config.logger.debug 'Calling API: DefaultApi.save_comments_bulk ...'
@@ -6939,7 +6945,7 @@ module FastCommentsClient
6939
6945
  post_body = opts[:debug_body] || @api_client.object_to_http_body(create_comment_params)
6940
6946
 
6941
6947
  # return_type
6942
- return_type = opts[:debug_return_type] || 'Array<SaveComment200Response>'
6948
+ return_type = opts[:debug_return_type] || 'Array<SaveCommentsBulkResponse>'
6943
6949
 
6944
6950
  # auth_names
6945
6951
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -6965,7 +6971,7 @@ module FastCommentsClient
6965
6971
  # @param id [String]
6966
6972
  # @param from_name [String]
6967
6973
  # @param [Hash] opts the optional parameters
6968
- # @return [FlagCommentPublic200Response]
6974
+ # @return [APIEmptyResponse]
6969
6975
  def send_invite(tenant_id, id, from_name, opts = {})
6970
6976
  data, _status_code, _headers = send_invite_with_http_info(tenant_id, id, from_name, opts)
6971
6977
  data
@@ -6975,7 +6981,7 @@ module FastCommentsClient
6975
6981
  # @param id [String]
6976
6982
  # @param from_name [String]
6977
6983
  # @param [Hash] opts the optional parameters
6978
- # @return [Array<(FlagCommentPublic200Response, Integer, Hash)>] FlagCommentPublic200Response data, response status code and response headers
6984
+ # @return [Array<(APIEmptyResponse, Integer, Hash)>] APIEmptyResponse data, response status code and response headers
6979
6985
  def send_invite_with_http_info(tenant_id, id, from_name, opts = {})
6980
6986
  if @api_client.config.debugging
6981
6987
  @api_client.config.logger.debug 'Calling API: DefaultApi.send_invite ...'
@@ -7012,7 +7018,7 @@ module FastCommentsClient
7012
7018
  post_body = opts[:debug_body]
7013
7019
 
7014
7020
  # return_type
7015
- return_type = opts[:debug_return_type] || 'FlagCommentPublic200Response'
7021
+ return_type = opts[:debug_return_type] || 'APIEmptyResponse'
7016
7022
 
7017
7023
  # auth_names
7018
7024
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -7038,7 +7044,7 @@ module FastCommentsClient
7038
7044
  # @param id [String]
7039
7045
  # @param [Hash] opts the optional parameters
7040
7046
  # @option opts [String] :redirect_url
7041
- # @return [FlagCommentPublic200Response]
7047
+ # @return [APIEmptyResponse]
7042
7048
  def send_login_link(tenant_id, id, opts = {})
7043
7049
  data, _status_code, _headers = send_login_link_with_http_info(tenant_id, id, opts)
7044
7050
  data
@@ -7048,7 +7054,7 @@ module FastCommentsClient
7048
7054
  # @param id [String]
7049
7055
  # @param [Hash] opts the optional parameters
7050
7056
  # @option opts [String] :redirect_url
7051
- # @return [Array<(FlagCommentPublic200Response, Integer, Hash)>] FlagCommentPublic200Response data, response status code and response headers
7057
+ # @return [Array<(APIEmptyResponse, Integer, Hash)>] APIEmptyResponse data, response status code and response headers
7052
7058
  def send_login_link_with_http_info(tenant_id, id, opts = {})
7053
7059
  if @api_client.config.debugging
7054
7060
  @api_client.config.logger.debug 'Calling API: DefaultApi.send_login_link ...'
@@ -7081,7 +7087,7 @@ module FastCommentsClient
7081
7087
  post_body = opts[:debug_body]
7082
7088
 
7083
7089
  # return_type
7084
- return_type = opts[:debug_return_type] || 'FlagCommentPublic200Response'
7090
+ return_type = opts[:debug_return_type] || 'APIEmptyResponse'
7085
7091
 
7086
7092
  # auth_names
7087
7093
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -7109,7 +7115,7 @@ module FastCommentsClient
7109
7115
  # @param [Hash] opts the optional parameters
7110
7116
  # @option opts [String] :user_id
7111
7117
  # @option opts [String] :anon_user_id
7112
- # @return [UnBlockCommentPublic200Response]
7118
+ # @return [UnblockSuccess]
7113
7119
  def un_block_user_from_comment(tenant_id, id, un_block_from_comment_params, opts = {})
7114
7120
  data, _status_code, _headers = un_block_user_from_comment_with_http_info(tenant_id, id, un_block_from_comment_params, opts)
7115
7121
  data
@@ -7121,7 +7127,7 @@ module FastCommentsClient
7121
7127
  # @param [Hash] opts the optional parameters
7122
7128
  # @option opts [String] :user_id
7123
7129
  # @option opts [String] :anon_user_id
7124
- # @return [Array<(UnBlockCommentPublic200Response, Integer, Hash)>] UnBlockCommentPublic200Response data, response status code and response headers
7130
+ # @return [Array<(UnblockSuccess, Integer, Hash)>] UnblockSuccess data, response status code and response headers
7125
7131
  def un_block_user_from_comment_with_http_info(tenant_id, id, un_block_from_comment_params, opts = {})
7126
7132
  if @api_client.config.debugging
7127
7133
  @api_client.config.logger.debug 'Calling API: DefaultApi.un_block_user_from_comment ...'
@@ -7164,7 +7170,7 @@ module FastCommentsClient
7164
7170
  post_body = opts[:debug_body] || @api_client.object_to_http_body(un_block_from_comment_params)
7165
7171
 
7166
7172
  # return_type
7167
- return_type = opts[:debug_return_type] || 'UnBlockCommentPublic200Response'
7173
+ return_type = opts[:debug_return_type] || 'UnblockSuccess'
7168
7174
 
7169
7175
  # auth_names
7170
7176
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -7191,7 +7197,7 @@ module FastCommentsClient
7191
7197
  # @param [Hash] opts the optional parameters
7192
7198
  # @option opts [String] :user_id
7193
7199
  # @option opts [String] :anon_user_id
7194
- # @return [FlagComment200Response]
7200
+ # @return [FlagCommentResponse]
7195
7201
  def un_flag_comment(tenant_id, id, opts = {})
7196
7202
  data, _status_code, _headers = un_flag_comment_with_http_info(tenant_id, id, opts)
7197
7203
  data
@@ -7202,7 +7208,7 @@ module FastCommentsClient
7202
7208
  # @param [Hash] opts the optional parameters
7203
7209
  # @option opts [String] :user_id
7204
7210
  # @option opts [String] :anon_user_id
7205
- # @return [Array<(FlagComment200Response, Integer, Hash)>] FlagComment200Response data, response status code and response headers
7211
+ # @return [Array<(FlagCommentResponse, Integer, Hash)>] FlagCommentResponse data, response status code and response headers
7206
7212
  def un_flag_comment_with_http_info(tenant_id, id, opts = {})
7207
7213
  if @api_client.config.debugging
7208
7214
  @api_client.config.logger.debug 'Calling API: DefaultApi.un_flag_comment ...'
@@ -7236,7 +7242,7 @@ module FastCommentsClient
7236
7242
  post_body = opts[:debug_body]
7237
7243
 
7238
7244
  # return_type
7239
- return_type = opts[:debug_return_type] || 'FlagComment200Response'
7245
+ return_type = opts[:debug_return_type] || 'FlagCommentResponse'
7240
7246
 
7241
7247
  # auth_names
7242
7248
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -7265,7 +7271,7 @@ module FastCommentsClient
7265
7271
  # @option opts [String] :context_user_id
7266
7272
  # @option opts [Boolean] :do_spam_check
7267
7273
  # @option opts [Boolean] :is_live
7268
- # @return [FlagCommentPublic200Response]
7274
+ # @return [APIEmptyResponse]
7269
7275
  def update_comment(tenant_id, id, updatable_comment_params, opts = {})
7270
7276
  data, _status_code, _headers = update_comment_with_http_info(tenant_id, id, updatable_comment_params, opts)
7271
7277
  data
@@ -7278,7 +7284,7 @@ module FastCommentsClient
7278
7284
  # @option opts [String] :context_user_id
7279
7285
  # @option opts [Boolean] :do_spam_check
7280
7286
  # @option opts [Boolean] :is_live
7281
- # @return [Array<(FlagCommentPublic200Response, Integer, Hash)>] FlagCommentPublic200Response data, response status code and response headers
7287
+ # @return [Array<(APIEmptyResponse, Integer, Hash)>] APIEmptyResponse data, response status code and response headers
7282
7288
  def update_comment_with_http_info(tenant_id, id, updatable_comment_params, opts = {})
7283
7289
  if @api_client.config.debugging
7284
7290
  @api_client.config.logger.debug 'Calling API: DefaultApi.update_comment ...'
@@ -7322,7 +7328,7 @@ module FastCommentsClient
7322
7328
  post_body = opts[:debug_body] || @api_client.object_to_http_body(updatable_comment_params)
7323
7329
 
7324
7330
  # return_type
7325
- return_type = opts[:debug_return_type] || 'FlagCommentPublic200Response'
7331
+ return_type = opts[:debug_return_type] || 'APIEmptyResponse'
7326
7332
 
7327
7333
  # auth_names
7328
7334
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -7348,7 +7354,7 @@ module FastCommentsClient
7348
7354
  # @param id [String]
7349
7355
  # @param update_email_template_body [UpdateEmailTemplateBody]
7350
7356
  # @param [Hash] opts the optional parameters
7351
- # @return [FlagCommentPublic200Response]
7357
+ # @return [APIEmptyResponse]
7352
7358
  def update_email_template(tenant_id, id, update_email_template_body, opts = {})
7353
7359
  data, _status_code, _headers = update_email_template_with_http_info(tenant_id, id, update_email_template_body, opts)
7354
7360
  data
@@ -7358,7 +7364,7 @@ module FastCommentsClient
7358
7364
  # @param id [String]
7359
7365
  # @param update_email_template_body [UpdateEmailTemplateBody]
7360
7366
  # @param [Hash] opts the optional parameters
7361
- # @return [Array<(FlagCommentPublic200Response, Integer, Hash)>] FlagCommentPublic200Response data, response status code and response headers
7367
+ # @return [Array<(APIEmptyResponse, Integer, Hash)>] APIEmptyResponse data, response status code and response headers
7362
7368
  def update_email_template_with_http_info(tenant_id, id, update_email_template_body, opts = {})
7363
7369
  if @api_client.config.debugging
7364
7370
  @api_client.config.logger.debug 'Calling API: DefaultApi.update_email_template ...'
@@ -7399,7 +7405,7 @@ module FastCommentsClient
7399
7405
  post_body = opts[:debug_body] || @api_client.object_to_http_body(update_email_template_body)
7400
7406
 
7401
7407
  # return_type
7402
- return_type = opts[:debug_return_type] || 'FlagCommentPublic200Response'
7408
+ return_type = opts[:debug_return_type] || 'APIEmptyResponse'
7403
7409
 
7404
7410
  # auth_names
7405
7411
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -7425,7 +7431,7 @@ module FastCommentsClient
7425
7431
  # @param id [String]
7426
7432
  # @param feed_post [FeedPost]
7427
7433
  # @param [Hash] opts the optional parameters
7428
- # @return [FlagCommentPublic200Response]
7434
+ # @return [APIEmptyResponse]
7429
7435
  def update_feed_post(tenant_id, id, feed_post, opts = {})
7430
7436
  data, _status_code, _headers = update_feed_post_with_http_info(tenant_id, id, feed_post, opts)
7431
7437
  data
@@ -7435,7 +7441,7 @@ module FastCommentsClient
7435
7441
  # @param id [String]
7436
7442
  # @param feed_post [FeedPost]
7437
7443
  # @param [Hash] opts the optional parameters
7438
- # @return [Array<(FlagCommentPublic200Response, Integer, Hash)>] FlagCommentPublic200Response data, response status code and response headers
7444
+ # @return [Array<(APIEmptyResponse, Integer, Hash)>] APIEmptyResponse data, response status code and response headers
7439
7445
  def update_feed_post_with_http_info(tenant_id, id, feed_post, opts = {})
7440
7446
  if @api_client.config.debugging
7441
7447
  @api_client.config.logger.debug 'Calling API: DefaultApi.update_feed_post ...'
@@ -7476,7 +7482,7 @@ module FastCommentsClient
7476
7482
  post_body = opts[:debug_body] || @api_client.object_to_http_body(feed_post)
7477
7483
 
7478
7484
  # return_type
7479
- return_type = opts[:debug_return_type] || 'FlagCommentPublic200Response'
7485
+ return_type = opts[:debug_return_type] || 'APIEmptyResponse'
7480
7486
 
7481
7487
  # auth_names
7482
7488
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -7502,7 +7508,7 @@ module FastCommentsClient
7502
7508
  # @param id [String]
7503
7509
  # @param update_moderator_body [UpdateModeratorBody]
7504
7510
  # @param [Hash] opts the optional parameters
7505
- # @return [FlagCommentPublic200Response]
7511
+ # @return [APIEmptyResponse]
7506
7512
  def update_moderator(tenant_id, id, update_moderator_body, opts = {})
7507
7513
  data, _status_code, _headers = update_moderator_with_http_info(tenant_id, id, update_moderator_body, opts)
7508
7514
  data
@@ -7512,7 +7518,7 @@ module FastCommentsClient
7512
7518
  # @param id [String]
7513
7519
  # @param update_moderator_body [UpdateModeratorBody]
7514
7520
  # @param [Hash] opts the optional parameters
7515
- # @return [Array<(FlagCommentPublic200Response, Integer, Hash)>] FlagCommentPublic200Response data, response status code and response headers
7521
+ # @return [Array<(APIEmptyResponse, Integer, Hash)>] APIEmptyResponse data, response status code and response headers
7516
7522
  def update_moderator_with_http_info(tenant_id, id, update_moderator_body, opts = {})
7517
7523
  if @api_client.config.debugging
7518
7524
  @api_client.config.logger.debug 'Calling API: DefaultApi.update_moderator ...'
@@ -7553,7 +7559,7 @@ module FastCommentsClient
7553
7559
  post_body = opts[:debug_body] || @api_client.object_to_http_body(update_moderator_body)
7554
7560
 
7555
7561
  # return_type
7556
- return_type = opts[:debug_return_type] || 'FlagCommentPublic200Response'
7562
+ return_type = opts[:debug_return_type] || 'APIEmptyResponse'
7557
7563
 
7558
7564
  # auth_names
7559
7565
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -7580,7 +7586,7 @@ module FastCommentsClient
7580
7586
  # @param update_notification_body [UpdateNotificationBody]
7581
7587
  # @param [Hash] opts the optional parameters
7582
7588
  # @option opts [String] :user_id
7583
- # @return [FlagCommentPublic200Response]
7589
+ # @return [APIEmptyResponse]
7584
7590
  def update_notification(tenant_id, id, update_notification_body, opts = {})
7585
7591
  data, _status_code, _headers = update_notification_with_http_info(tenant_id, id, update_notification_body, opts)
7586
7592
  data
@@ -7591,7 +7597,7 @@ module FastCommentsClient
7591
7597
  # @param update_notification_body [UpdateNotificationBody]
7592
7598
  # @param [Hash] opts the optional parameters
7593
7599
  # @option opts [String] :user_id
7594
- # @return [Array<(FlagCommentPublic200Response, Integer, Hash)>] FlagCommentPublic200Response data, response status code and response headers
7600
+ # @return [Array<(APIEmptyResponse, Integer, Hash)>] APIEmptyResponse data, response status code and response headers
7595
7601
  def update_notification_with_http_info(tenant_id, id, update_notification_body, opts = {})
7596
7602
  if @api_client.config.debugging
7597
7603
  @api_client.config.logger.debug 'Calling API: DefaultApi.update_notification ...'
@@ -7633,7 +7639,7 @@ module FastCommentsClient
7633
7639
  post_body = opts[:debug_body] || @api_client.object_to_http_body(update_notification_body)
7634
7640
 
7635
7641
  # return_type
7636
- return_type = opts[:debug_return_type] || 'FlagCommentPublic200Response'
7642
+ return_type = opts[:debug_return_type] || 'APIEmptyResponse'
7637
7643
 
7638
7644
  # auth_names
7639
7645
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -7659,7 +7665,7 @@ module FastCommentsClient
7659
7665
  # @param id [String]
7660
7666
  # @param update_question_config_body [UpdateQuestionConfigBody]
7661
7667
  # @param [Hash] opts the optional parameters
7662
- # @return [FlagCommentPublic200Response]
7668
+ # @return [APIEmptyResponse]
7663
7669
  def update_question_config(tenant_id, id, update_question_config_body, opts = {})
7664
7670
  data, _status_code, _headers = update_question_config_with_http_info(tenant_id, id, update_question_config_body, opts)
7665
7671
  data
@@ -7669,7 +7675,7 @@ module FastCommentsClient
7669
7675
  # @param id [String]
7670
7676
  # @param update_question_config_body [UpdateQuestionConfigBody]
7671
7677
  # @param [Hash] opts the optional parameters
7672
- # @return [Array<(FlagCommentPublic200Response, Integer, Hash)>] FlagCommentPublic200Response data, response status code and response headers
7678
+ # @return [Array<(APIEmptyResponse, Integer, Hash)>] APIEmptyResponse data, response status code and response headers
7673
7679
  def update_question_config_with_http_info(tenant_id, id, update_question_config_body, opts = {})
7674
7680
  if @api_client.config.debugging
7675
7681
  @api_client.config.logger.debug 'Calling API: DefaultApi.update_question_config ...'
@@ -7710,7 +7716,7 @@ module FastCommentsClient
7710
7716
  post_body = opts[:debug_body] || @api_client.object_to_http_body(update_question_config_body)
7711
7717
 
7712
7718
  # return_type
7713
- return_type = opts[:debug_return_type] || 'FlagCommentPublic200Response'
7719
+ return_type = opts[:debug_return_type] || 'APIEmptyResponse'
7714
7720
 
7715
7721
  # auth_names
7716
7722
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -7736,7 +7742,7 @@ module FastCommentsClient
7736
7742
  # @param id [String]
7737
7743
  # @param update_question_result_body [UpdateQuestionResultBody]
7738
7744
  # @param [Hash] opts the optional parameters
7739
- # @return [FlagCommentPublic200Response]
7745
+ # @return [APIEmptyResponse]
7740
7746
  def update_question_result(tenant_id, id, update_question_result_body, opts = {})
7741
7747
  data, _status_code, _headers = update_question_result_with_http_info(tenant_id, id, update_question_result_body, opts)
7742
7748
  data
@@ -7746,7 +7752,7 @@ module FastCommentsClient
7746
7752
  # @param id [String]
7747
7753
  # @param update_question_result_body [UpdateQuestionResultBody]
7748
7754
  # @param [Hash] opts the optional parameters
7749
- # @return [Array<(FlagCommentPublic200Response, Integer, Hash)>] FlagCommentPublic200Response data, response status code and response headers
7755
+ # @return [Array<(APIEmptyResponse, Integer, Hash)>] APIEmptyResponse data, response status code and response headers
7750
7756
  def update_question_result_with_http_info(tenant_id, id, update_question_result_body, opts = {})
7751
7757
  if @api_client.config.debugging
7752
7758
  @api_client.config.logger.debug 'Calling API: DefaultApi.update_question_result ...'
@@ -7787,7 +7793,7 @@ module FastCommentsClient
7787
7793
  post_body = opts[:debug_body] || @api_client.object_to_http_body(update_question_result_body)
7788
7794
 
7789
7795
  # return_type
7790
- return_type = opts[:debug_return_type] || 'FlagCommentPublic200Response'
7796
+ return_type = opts[:debug_return_type] || 'APIEmptyResponse'
7791
7797
 
7792
7798
  # auth_names
7793
7799
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -7893,7 +7899,7 @@ module FastCommentsClient
7893
7899
  # @param id [String]
7894
7900
  # @param update_tenant_body [UpdateTenantBody]
7895
7901
  # @param [Hash] opts the optional parameters
7896
- # @return [FlagCommentPublic200Response]
7902
+ # @return [APIEmptyResponse]
7897
7903
  def update_tenant(tenant_id, id, update_tenant_body, opts = {})
7898
7904
  data, _status_code, _headers = update_tenant_with_http_info(tenant_id, id, update_tenant_body, opts)
7899
7905
  data
@@ -7903,7 +7909,7 @@ module FastCommentsClient
7903
7909
  # @param id [String]
7904
7910
  # @param update_tenant_body [UpdateTenantBody]
7905
7911
  # @param [Hash] opts the optional parameters
7906
- # @return [Array<(FlagCommentPublic200Response, Integer, Hash)>] FlagCommentPublic200Response data, response status code and response headers
7912
+ # @return [Array<(APIEmptyResponse, Integer, Hash)>] APIEmptyResponse data, response status code and response headers
7907
7913
  def update_tenant_with_http_info(tenant_id, id, update_tenant_body, opts = {})
7908
7914
  if @api_client.config.debugging
7909
7915
  @api_client.config.logger.debug 'Calling API: DefaultApi.update_tenant ...'
@@ -7944,7 +7950,7 @@ module FastCommentsClient
7944
7950
  post_body = opts[:debug_body] || @api_client.object_to_http_body(update_tenant_body)
7945
7951
 
7946
7952
  # return_type
7947
- return_type = opts[:debug_return_type] || 'FlagCommentPublic200Response'
7953
+ return_type = opts[:debug_return_type] || 'APIEmptyResponse'
7948
7954
 
7949
7955
  # auth_names
7950
7956
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -7970,7 +7976,7 @@ module FastCommentsClient
7970
7976
  # @param id [String]
7971
7977
  # @param update_tenant_package_body [UpdateTenantPackageBody]
7972
7978
  # @param [Hash] opts the optional parameters
7973
- # @return [FlagCommentPublic200Response]
7979
+ # @return [APIEmptyResponse]
7974
7980
  def update_tenant_package(tenant_id, id, update_tenant_package_body, opts = {})
7975
7981
  data, _status_code, _headers = update_tenant_package_with_http_info(tenant_id, id, update_tenant_package_body, opts)
7976
7982
  data
@@ -7980,7 +7986,7 @@ module FastCommentsClient
7980
7986
  # @param id [String]
7981
7987
  # @param update_tenant_package_body [UpdateTenantPackageBody]
7982
7988
  # @param [Hash] opts the optional parameters
7983
- # @return [Array<(FlagCommentPublic200Response, Integer, Hash)>] FlagCommentPublic200Response data, response status code and response headers
7989
+ # @return [Array<(APIEmptyResponse, Integer, Hash)>] APIEmptyResponse data, response status code and response headers
7984
7990
  def update_tenant_package_with_http_info(tenant_id, id, update_tenant_package_body, opts = {})
7985
7991
  if @api_client.config.debugging
7986
7992
  @api_client.config.logger.debug 'Calling API: DefaultApi.update_tenant_package ...'
@@ -8021,7 +8027,7 @@ module FastCommentsClient
8021
8027
  post_body = opts[:debug_body] || @api_client.object_to_http_body(update_tenant_package_body)
8022
8028
 
8023
8029
  # return_type
8024
- return_type = opts[:debug_return_type] || 'FlagCommentPublic200Response'
8030
+ return_type = opts[:debug_return_type] || 'APIEmptyResponse'
8025
8031
 
8026
8032
  # auth_names
8027
8033
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -8048,7 +8054,7 @@ module FastCommentsClient
8048
8054
  # @param update_tenant_user_body [UpdateTenantUserBody]
8049
8055
  # @param [Hash] opts the optional parameters
8050
8056
  # @option opts [String] :update_comments
8051
- # @return [FlagCommentPublic200Response]
8057
+ # @return [APIEmptyResponse]
8052
8058
  def update_tenant_user(tenant_id, id, update_tenant_user_body, opts = {})
8053
8059
  data, _status_code, _headers = update_tenant_user_with_http_info(tenant_id, id, update_tenant_user_body, opts)
8054
8060
  data
@@ -8059,7 +8065,7 @@ module FastCommentsClient
8059
8065
  # @param update_tenant_user_body [UpdateTenantUserBody]
8060
8066
  # @param [Hash] opts the optional parameters
8061
8067
  # @option opts [String] :update_comments
8062
- # @return [Array<(FlagCommentPublic200Response, Integer, Hash)>] FlagCommentPublic200Response data, response status code and response headers
8068
+ # @return [Array<(APIEmptyResponse, Integer, Hash)>] APIEmptyResponse data, response status code and response headers
8063
8069
  def update_tenant_user_with_http_info(tenant_id, id, update_tenant_user_body, opts = {})
8064
8070
  if @api_client.config.debugging
8065
8071
  @api_client.config.logger.debug 'Calling API: DefaultApi.update_tenant_user ...'
@@ -8101,7 +8107,7 @@ module FastCommentsClient
8101
8107
  post_body = opts[:debug_body] || @api_client.object_to_http_body(update_tenant_user_body)
8102
8108
 
8103
8109
  # return_type
8104
- return_type = opts[:debug_return_type] || 'FlagCommentPublic200Response'
8110
+ return_type = opts[:debug_return_type] || 'APIEmptyResponse'
8105
8111
 
8106
8112
  # auth_names
8107
8113
  auth_names = opts[:debug_auth_names] || ['api_key']
@@ -8127,7 +8133,7 @@ module FastCommentsClient
8127
8133
  # @param id [String]
8128
8134
  # @param update_user_badge_params [UpdateUserBadgeParams]
8129
8135
  # @param [Hash] opts the optional parameters
8130
- # @return [UpdateUserBadge200Response]
8136
+ # @return [APIEmptySuccessResponse]
8131
8137
  def update_user_badge(tenant_id, id, update_user_badge_params, opts = {})
8132
8138
  data, _status_code, _headers = update_user_badge_with_http_info(tenant_id, id, update_user_badge_params, opts)
8133
8139
  data
@@ -8137,7 +8143,7 @@ module FastCommentsClient
8137
8143
  # @param id [String]
8138
8144
  # @param update_user_badge_params [UpdateUserBadgeParams]
8139
8145
  # @param [Hash] opts the optional parameters
8140
- # @return [Array<(UpdateUserBadge200Response, Integer, Hash)>] UpdateUserBadge200Response data, response status code and response headers
8146
+ # @return [Array<(APIEmptySuccessResponse, Integer, Hash)>] APIEmptySuccessResponse data, response status code and response headers
8141
8147
  def update_user_badge_with_http_info(tenant_id, id, update_user_badge_params, opts = {})
8142
8148
  if @api_client.config.debugging
8143
8149
  @api_client.config.logger.debug 'Calling API: DefaultApi.update_user_badge ...'
@@ -8178,7 +8184,7 @@ module FastCommentsClient
8178
8184
  post_body = opts[:debug_body] || @api_client.object_to_http_body(update_user_badge_params)
8179
8185
 
8180
8186
  # return_type
8181
- return_type = opts[:debug_return_type] || 'UpdateUserBadge200Response'
8187
+ return_type = opts[:debug_return_type] || 'APIEmptySuccessResponse'
8182
8188
 
8183
8189
  # auth_names
8184
8190
  auth_names = opts[:debug_auth_names] || ['api_key']