fastcomments 0.3.0 → 1.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 (374) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -4
  3. data/client/README.md +185 -4
  4. data/client/docs/APIDomainConfiguration.md +46 -0
  5. data/client/docs/APITenant.md +72 -0
  6. data/client/docs/APITenantDailyUsage.md +54 -0
  7. data/client/docs/AddHashTag200Response.md +34 -0
  8. data/client/docs/AddHashTagsBulk200Response.md +34 -0
  9. data/client/docs/BillingInfo.md +32 -0
  10. data/client/docs/BulkCreateHashTagsBody.md +20 -0
  11. data/client/docs/BulkCreateHashTagsBodyTagsInner.md +20 -0
  12. data/client/docs/BulkCreateHashTagsResponse.md +20 -0
  13. data/client/docs/CommentLogData.md +7 -1
  14. data/client/docs/CreateEmailTemplate200Response.md +34 -0
  15. data/client/docs/CreateEmailTemplateBody.md +28 -0
  16. data/client/docs/CreateEmailTemplateResponse.md +20 -0
  17. data/client/docs/CreateHashTagBody.md +22 -0
  18. data/client/docs/CreateHashTagResponse.md +20 -0
  19. data/client/docs/CreateModerator200Response.md +34 -0
  20. data/client/docs/CreateModeratorBody.md +24 -0
  21. data/client/docs/CreateModeratorResponse.md +20 -0
  22. data/client/docs/CreateQuestionConfig200Response.md +34 -0
  23. data/client/docs/CreateQuestionConfigBody.md +44 -0
  24. data/client/docs/CreateQuestionConfigResponse.md +20 -0
  25. data/client/docs/CreateQuestionResult200Response.md +34 -0
  26. data/client/docs/CreateQuestionResultBody.md +30 -0
  27. data/client/docs/CreateQuestionResultResponse.md +20 -0
  28. data/client/docs/CreateTenant200Response.md +34 -0
  29. data/client/docs/CreateTenantBody.md +62 -0
  30. data/client/docs/CreateTenantPackage200Response.md +34 -0
  31. data/client/docs/CreateTenantPackageBody.md +112 -0
  32. data/client/docs/CreateTenantPackageResponse.md +20 -0
  33. data/client/docs/CreateTenantResponse.md +20 -0
  34. data/client/docs/CreateTenantUser200Response.md +34 -0
  35. data/client/docs/CreateTenantUserBody.md +64 -0
  36. data/client/docs/CreateTenantUserResponse.md +20 -0
  37. data/client/docs/CreateVote200Response.md +32 -0
  38. data/client/docs/CreateVoteResponse.md +18 -0
  39. data/client/docs/CustomEmailTemplate.md +38 -0
  40. data/client/docs/DefaultApi.md +5229 -591
  41. data/client/docs/DeleteHashTagRequest.md +18 -0
  42. data/client/docs/DeleteVote200Response.md +32 -0
  43. data/client/docs/DeleteVoteResponse.md +18 -0
  44. data/client/docs/DigestEmailFrequency.md +15 -0
  45. data/client/docs/EmailTemplateDefinition.md +24 -0
  46. data/client/docs/EmailTemplateRenderErrorResponse.md +30 -0
  47. data/client/docs/GetCachedNotificationCount200Response.md +34 -0
  48. data/client/docs/GetCachedNotificationCountResponse.md +20 -0
  49. data/client/docs/GetEmailTemplate200Response.md +34 -0
  50. data/client/docs/GetEmailTemplateDefinitions200Response.md +34 -0
  51. data/client/docs/GetEmailTemplateDefinitionsResponse.md +20 -0
  52. data/client/docs/GetEmailTemplateRenderErrors200Response.md +34 -0
  53. data/client/docs/GetEmailTemplateRenderErrorsResponse.md +20 -0
  54. data/client/docs/GetEmailTemplateResponse.md +20 -0
  55. data/client/docs/GetEmailTemplates200Response.md +34 -0
  56. data/client/docs/GetEmailTemplatesResponse.md +20 -0
  57. data/client/docs/GetHashTags200Response.md +34 -0
  58. data/client/docs/GetHashTagsResponse.md +20 -0
  59. data/client/docs/GetModerator200Response.md +34 -0
  60. data/client/docs/GetModeratorResponse.md +20 -0
  61. data/client/docs/GetModerators200Response.md +34 -0
  62. data/client/docs/GetModeratorsResponse.md +20 -0
  63. data/client/docs/GetNotificationCount200Response.md +34 -0
  64. data/client/docs/GetNotificationCountResponse.md +20 -0
  65. data/client/docs/GetNotifications200Response.md +34 -0
  66. data/client/docs/GetNotificationsResponse.md +20 -0
  67. data/client/docs/GetPendingWebhookEventCount200Response.md +34 -0
  68. data/client/docs/GetPendingWebhookEventCountResponse.md +20 -0
  69. data/client/docs/GetPendingWebhookEvents200Response.md +34 -0
  70. data/client/docs/GetPendingWebhookEventsResponse.md +20 -0
  71. data/client/docs/GetQuestionConfig200Response.md +34 -0
  72. data/client/docs/GetQuestionConfigResponse.md +20 -0
  73. data/client/docs/GetQuestionConfigs200Response.md +34 -0
  74. data/client/docs/GetQuestionConfigsResponse.md +20 -0
  75. data/client/docs/GetQuestionResult200Response.md +34 -0
  76. data/client/docs/GetQuestionResultResponse.md +20 -0
  77. data/client/docs/GetQuestionResults200Response.md +34 -0
  78. data/client/docs/GetQuestionResultsResponse.md +20 -0
  79. data/client/docs/GetTenant200Response.md +34 -0
  80. data/client/docs/GetTenantDailyUsages200Response.md +34 -0
  81. data/client/docs/GetTenantDailyUsagesResponse.md +20 -0
  82. data/client/docs/GetTenantPackage200Response.md +34 -0
  83. data/client/docs/GetTenantPackageResponse.md +20 -0
  84. data/client/docs/GetTenantPackages200Response.md +34 -0
  85. data/client/docs/GetTenantPackagesResponse.md +20 -0
  86. data/client/docs/GetTenantResponse.md +20 -0
  87. data/client/docs/GetTenantUser200Response.md +34 -0
  88. data/client/docs/GetTenantUserResponse.md +20 -0
  89. data/client/docs/GetTenantUsers200Response.md +34 -0
  90. data/client/docs/GetTenantUsersResponse.md +20 -0
  91. data/client/docs/GetTenants200Response.md +34 -0
  92. data/client/docs/GetTenantsResponse.md +20 -0
  93. data/client/docs/GetUser200Response.md +34 -0
  94. data/client/docs/GetUserResponse.md +20 -0
  95. data/client/docs/GetVotes200Response.md +38 -0
  96. data/client/docs/GetVotesForUser200Response.md +38 -0
  97. data/client/docs/GetVotesForUserResponse.md +24 -0
  98. data/client/docs/GetVotesResponse.md +24 -0
  99. data/client/docs/ImportedSiteType.md +15 -0
  100. data/client/docs/Moderator.md +52 -0
  101. data/client/docs/PatchHashTag200Response.md +34 -0
  102. data/client/docs/PendingCommentToSyncOutbound.md +42 -0
  103. data/client/docs/PublicApi.md +6 -6
  104. data/client/docs/PublicVote.md +28 -0
  105. data/client/docs/QuestionConfig.md +58 -0
  106. data/client/docs/QuestionConfigCustomOptionsInner.md +20 -0
  107. data/client/docs/RenderEmailTemplate200Response.md +34 -0
  108. data/client/docs/RenderEmailTemplateBody.md +24 -0
  109. data/client/docs/RenderEmailTemplateResponse.md +20 -0
  110. data/client/docs/ReplaceTenantPackageBody.md +76 -0
  111. data/client/docs/ReplaceTenantUserBody.md +72 -0
  112. data/client/docs/TenantHashTag.md +26 -0
  113. data/client/docs/TenantPackage.md +120 -0
  114. data/client/docs/UpdateEmailTemplateBody.md +28 -0
  115. data/client/docs/UpdateHashTagBody.md +22 -0
  116. data/client/docs/UpdateHashTagResponse.md +20 -0
  117. data/client/docs/UpdateModeratorBody.md +24 -0
  118. data/client/docs/UpdateNotificationBody.md +20 -0
  119. data/client/docs/UpdateQuestionConfigBody.md +44 -0
  120. data/client/docs/UpdateQuestionResultBody.md +30 -0
  121. data/client/docs/UpdateTenantBody.md +64 -0
  122. data/client/docs/UpdateTenantPackageBody.md +78 -0
  123. data/client/docs/UpdateTenantUserBody.md +64 -0
  124. data/client/docs/User.md +118 -0
  125. data/client/docs/UserNotificationCount.md +24 -0
  126. data/client/lib/fastcomments-client/api/default_api.rb +5133 -776
  127. data/client/lib/fastcomments-client/api/public_api.rb +6 -10
  128. data/client/lib/fastcomments-client/models/add_hash_tag200_response.rb +103 -0
  129. data/client/lib/fastcomments-client/models/add_hash_tags_bulk200_response.rb +103 -0
  130. data/client/lib/fastcomments-client/models/api_domain_configuration.rb +355 -0
  131. data/client/lib/fastcomments-client/models/api_tenant.rb +583 -0
  132. data/client/lib/fastcomments-client/models/api_tenant_daily_usage.rb +632 -0
  133. data/client/lib/fastcomments-client/models/billing_info.rb +315 -0
  134. data/client/lib/fastcomments-client/models/bulk_create_hash_tags_body.rb +175 -0
  135. data/client/lib/fastcomments-client/models/bulk_create_hash_tags_body_tags_inner.rb +173 -0
  136. data/client/lib/fastcomments-client/models/bulk_create_hash_tags_response.rb +214 -0
  137. data/client/lib/fastcomments-client/models/comment_log_data.rb +31 -4
  138. data/client/lib/fastcomments-client/models/comment_log_type.rb +2 -1
  139. data/client/lib/fastcomments-client/models/create_email_template200_response.rb +103 -0
  140. data/client/lib/fastcomments-client/models/create_email_template_body.rb +249 -0
  141. data/client/lib/fastcomments-client/models/create_email_template_response.rb +212 -0
  142. data/client/lib/fastcomments-client/models/create_hash_tag_body.rb +182 -0
  143. data/client/lib/fastcomments-client/models/create_hash_tag_response.rb +212 -0
  144. data/client/lib/fastcomments-client/models/create_moderator200_response.rb +103 -0
  145. data/client/lib/fastcomments-client/models/create_moderator_body.rb +210 -0
  146. data/client/lib/fastcomments-client/models/create_moderator_response.rb +212 -0
  147. data/client/lib/fastcomments-client/models/create_question_config200_response.rb +103 -0
  148. data/client/lib/fastcomments-client/models/create_question_config_body.rb +336 -0
  149. data/client/lib/fastcomments-client/models/create_question_config_response.rb +212 -0
  150. data/client/lib/fastcomments-client/models/create_question_result200_response.rb +103 -0
  151. data/client/lib/fastcomments-client/models/create_question_result_body.rb +255 -0
  152. data/client/lib/fastcomments-client/models/create_question_result_response.rb +212 -0
  153. data/client/lib/fastcomments-client/models/create_tenant200_response.rb +103 -0
  154. data/client/lib/fastcomments-client/models/create_tenant_body.rb +384 -0
  155. data/client/lib/fastcomments-client/models/create_tenant_package200_response.rb +103 -0
  156. data/client/lib/fastcomments-client/models/create_tenant_package_body.rb +797 -0
  157. data/client/lib/fastcomments-client/models/create_tenant_package_response.rb +212 -0
  158. data/client/lib/fastcomments-client/models/create_tenant_response.rb +212 -0
  159. data/client/lib/fastcomments-client/models/create_tenant_user200_response.rb +103 -0
  160. data/client/lib/fastcomments-client/models/create_tenant_user_body.rb +390 -0
  161. data/client/lib/fastcomments-client/models/create_tenant_user_response.rb +212 -0
  162. data/client/lib/fastcomments-client/models/create_vote200_response.rb +103 -0
  163. data/client/lib/fastcomments-client/models/create_vote_response.rb +186 -0
  164. data/client/lib/fastcomments-client/models/custom_email_template.rb +369 -0
  165. data/client/lib/fastcomments-client/models/delete_hash_tag_request.rb +147 -0
  166. data/client/lib/fastcomments-client/models/delete_vote200_response.rb +103 -0
  167. data/client/lib/fastcomments-client/models/delete_vote_response.rb +186 -0
  168. data/client/lib/fastcomments-client/models/digest_email_frequency.rb +42 -0
  169. data/client/lib/fastcomments-client/models/email_template_definition.rb +248 -0
  170. data/client/lib/fastcomments-client/models/email_template_render_error_response.rb +320 -0
  171. data/client/lib/fastcomments-client/models/get_cached_notification_count200_response.rb +103 -0
  172. data/client/lib/fastcomments-client/models/get_cached_notification_count_response.rb +212 -0
  173. data/client/lib/fastcomments-client/models/get_email_template200_response.rb +103 -0
  174. data/client/lib/fastcomments-client/models/get_email_template_definitions200_response.rb +103 -0
  175. data/client/lib/fastcomments-client/models/get_email_template_definitions_response.rb +214 -0
  176. data/client/lib/fastcomments-client/models/get_email_template_render_errors200_response.rb +103 -0
  177. data/client/lib/fastcomments-client/models/get_email_template_render_errors_response.rb +214 -0
  178. data/client/lib/fastcomments-client/models/get_email_template_response.rb +212 -0
  179. data/client/lib/fastcomments-client/models/get_email_templates200_response.rb +103 -0
  180. data/client/lib/fastcomments-client/models/get_email_templates_response.rb +214 -0
  181. data/client/lib/fastcomments-client/models/get_hash_tags200_response.rb +103 -0
  182. data/client/lib/fastcomments-client/models/get_hash_tags_response.rb +214 -0
  183. data/client/lib/fastcomments-client/models/get_moderator200_response.rb +103 -0
  184. data/client/lib/fastcomments-client/models/get_moderator_response.rb +212 -0
  185. data/client/lib/fastcomments-client/models/get_moderators200_response.rb +103 -0
  186. data/client/lib/fastcomments-client/models/get_moderators_response.rb +214 -0
  187. data/client/lib/fastcomments-client/models/get_notification_count200_response.rb +103 -0
  188. data/client/lib/fastcomments-client/models/get_notification_count_response.rb +212 -0
  189. data/client/lib/fastcomments-client/models/get_notifications200_response.rb +103 -0
  190. data/client/lib/fastcomments-client/models/get_notifications_response.rb +214 -0
  191. data/client/lib/fastcomments-client/models/get_pending_webhook_event_count200_response.rb +103 -0
  192. data/client/lib/fastcomments-client/models/get_pending_webhook_event_count_response.rb +212 -0
  193. data/client/lib/fastcomments-client/models/get_pending_webhook_events200_response.rb +103 -0
  194. data/client/lib/fastcomments-client/models/get_pending_webhook_events_response.rb +214 -0
  195. data/client/lib/fastcomments-client/models/get_question_config200_response.rb +103 -0
  196. data/client/lib/fastcomments-client/models/get_question_config_response.rb +212 -0
  197. data/client/lib/fastcomments-client/models/get_question_configs200_response.rb +103 -0
  198. data/client/lib/fastcomments-client/models/get_question_configs_response.rb +214 -0
  199. data/client/lib/fastcomments-client/models/get_question_result200_response.rb +103 -0
  200. data/client/lib/fastcomments-client/models/get_question_result_response.rb +212 -0
  201. data/client/lib/fastcomments-client/models/get_question_results200_response.rb +103 -0
  202. data/client/lib/fastcomments-client/models/get_question_results_response.rb +214 -0
  203. data/client/lib/fastcomments-client/models/get_tenant200_response.rb +103 -0
  204. data/client/lib/fastcomments-client/models/get_tenant_daily_usages200_response.rb +103 -0
  205. data/client/lib/fastcomments-client/models/get_tenant_daily_usages_response.rb +214 -0
  206. data/client/lib/fastcomments-client/models/get_tenant_package200_response.rb +103 -0
  207. data/client/lib/fastcomments-client/models/get_tenant_package_response.rb +212 -0
  208. data/client/lib/fastcomments-client/models/get_tenant_packages200_response.rb +103 -0
  209. data/client/lib/fastcomments-client/models/get_tenant_packages_response.rb +214 -0
  210. data/client/lib/fastcomments-client/models/get_tenant_response.rb +212 -0
  211. data/client/lib/fastcomments-client/models/get_tenant_user200_response.rb +103 -0
  212. data/client/lib/fastcomments-client/models/get_tenant_user_response.rb +212 -0
  213. data/client/lib/fastcomments-client/models/get_tenant_users200_response.rb +103 -0
  214. data/client/lib/fastcomments-client/models/get_tenant_users_response.rb +214 -0
  215. data/client/lib/fastcomments-client/models/get_tenants200_response.rb +103 -0
  216. data/client/lib/fastcomments-client/models/get_tenants_response.rb +214 -0
  217. data/client/lib/fastcomments-client/models/get_user200_response.rb +103 -0
  218. data/client/lib/fastcomments-client/models/get_user_response.rb +212 -0
  219. data/client/lib/fastcomments-client/models/get_votes200_response.rb +103 -0
  220. data/client/lib/fastcomments-client/models/get_votes_for_user200_response.rb +103 -0
  221. data/client/lib/fastcomments-client/models/get_votes_for_user_response.rb +270 -0
  222. data/client/lib/fastcomments-client/models/get_votes_response.rb +270 -0
  223. data/client/lib/fastcomments-client/models/imported_site_type.rb +40 -0
  224. data/client/lib/fastcomments-client/models/moderator.rb +538 -0
  225. data/client/lib/fastcomments-client/models/patch_hash_tag200_response.rb +103 -0
  226. data/client/lib/fastcomments-client/models/pending_comment_to_sync_outbound.rb +428 -0
  227. data/client/lib/fastcomments-client/models/public_vote.rb +294 -0
  228. data/client/lib/fastcomments-client/models/question_config.rb +671 -0
  229. data/client/lib/fastcomments-client/models/question_config_custom_options_inner.rb +190 -0
  230. data/client/lib/fastcomments-client/models/render_email_template200_response.rb +103 -0
  231. data/client/lib/fastcomments-client/models/render_email_template_body.rb +214 -0
  232. data/client/lib/fastcomments-client/models/render_email_template_response.rb +212 -0
  233. data/client/lib/fastcomments-client/models/replace_tenant_package_body.rb +665 -0
  234. data/client/lib/fastcomments-client/models/replace_tenant_user_body.rb +426 -0
  235. data/client/lib/fastcomments-client/models/tenant_hash_tag.rb +251 -0
  236. data/client/lib/fastcomments-client/models/tenant_package.rb +994 -0
  237. data/client/lib/fastcomments-client/models/update_email_template_body.rb +198 -0
  238. data/client/lib/fastcomments-client/models/update_hash_tag_body.rb +165 -0
  239. data/client/lib/fastcomments-client/models/update_hash_tag_response.rb +212 -0
  240. data/client/lib/fastcomments-client/models/update_moderator_body.rb +176 -0
  241. data/client/lib/fastcomments-client/models/update_notification_body.rb +156 -0
  242. data/client/lib/fastcomments-client/models/update_question_config_body.rb +268 -0
  243. data/client/lib/fastcomments-client/models/update_question_result_body.rb +204 -0
  244. data/client/lib/fastcomments-client/models/update_tenant_body.rb +359 -0
  245. data/client/lib/fastcomments-client/models/update_tenant_package_body.rb +419 -0
  246. data/client/lib/fastcomments-client/models/update_tenant_user_body.rb +356 -0
  247. data/client/lib/fastcomments-client/models/user.rb +753 -0
  248. data/client/lib/fastcomments-client/models/user_notification_count.rb +242 -0
  249. data/client/lib/fastcomments-client/version.rb +1 -1
  250. data/client/lib/fastcomments-client.rb +119 -0
  251. data/client/spec/api/default_api_spec.rb +740 -0
  252. data/client/spec/api/public_api_spec.rb +1 -1
  253. data/client/spec/models/add_hash_tag200_response_spec.rb +21 -0
  254. data/client/spec/models/add_hash_tags_bulk200_response_spec.rb +21 -0
  255. data/client/spec/models/api_domain_configuration_spec.rb +120 -0
  256. data/client/spec/models/api_tenant_daily_usage_spec.rb +144 -0
  257. data/client/spec/models/api_tenant_spec.rb +198 -0
  258. data/client/spec/models/billing_info_spec.rb +78 -0
  259. data/client/spec/models/bulk_create_hash_tags_body_spec.rb +42 -0
  260. data/client/spec/models/bulk_create_hash_tags_body_tags_inner_spec.rb +42 -0
  261. data/client/spec/models/bulk_create_hash_tags_response_spec.rb +42 -0
  262. data/client/spec/models/comment_log_data_spec.rb +18 -0
  263. data/client/spec/models/create_email_template200_response_spec.rb +21 -0
  264. data/client/spec/models/create_email_template_body_spec.rb +66 -0
  265. data/client/spec/models/create_email_template_response_spec.rb +42 -0
  266. data/client/spec/models/create_hash_tag_body_spec.rb +48 -0
  267. data/client/spec/models/create_hash_tag_response_spec.rb +42 -0
  268. data/client/spec/models/create_moderator200_response_spec.rb +21 -0
  269. data/client/spec/models/create_moderator_body_spec.rb +54 -0
  270. data/client/spec/models/create_moderator_response_spec.rb +42 -0
  271. data/client/spec/models/create_question_config200_response_spec.rb +21 -0
  272. data/client/spec/models/create_question_config_body_spec.rb +114 -0
  273. data/client/spec/models/create_question_config_response_spec.rb +42 -0
  274. data/client/spec/models/create_question_result200_response_spec.rb +21 -0
  275. data/client/spec/models/create_question_result_body_spec.rb +72 -0
  276. data/client/spec/models/create_question_result_response_spec.rb +42 -0
  277. data/client/spec/models/create_tenant200_response_spec.rb +21 -0
  278. data/client/spec/models/create_tenant_body_spec.rb +168 -0
  279. data/client/spec/models/create_tenant_package200_response_spec.rb +21 -0
  280. data/client/spec/models/create_tenant_package_body_spec.rb +318 -0
  281. data/client/spec/models/create_tenant_package_response_spec.rb +42 -0
  282. data/client/spec/models/create_tenant_response_spec.rb +42 -0
  283. data/client/spec/models/create_tenant_user200_response_spec.rb +21 -0
  284. data/client/spec/models/create_tenant_user_body_spec.rb +174 -0
  285. data/client/spec/models/create_tenant_user_response_spec.rb +42 -0
  286. data/client/spec/models/create_vote200_response_spec.rb +21 -0
  287. data/client/spec/models/create_vote_response_spec.rb +36 -0
  288. data/client/spec/models/custom_email_template_spec.rb +96 -0
  289. data/client/spec/models/delete_hash_tag_request_spec.rb +36 -0
  290. data/client/spec/models/delete_vote200_response_spec.rb +21 -0
  291. data/client/spec/models/delete_vote_response_spec.rb +36 -0
  292. data/client/spec/models/digest_email_frequency_spec.rb +30 -0
  293. data/client/spec/models/email_template_definition_spec.rb +54 -0
  294. data/client/spec/models/email_template_render_error_response_spec.rb +72 -0
  295. data/client/spec/models/get_cached_notification_count200_response_spec.rb +21 -0
  296. data/client/spec/models/get_cached_notification_count_response_spec.rb +42 -0
  297. data/client/spec/models/get_email_template200_response_spec.rb +21 -0
  298. data/client/spec/models/get_email_template_definitions200_response_spec.rb +21 -0
  299. data/client/spec/models/get_email_template_definitions_response_spec.rb +42 -0
  300. data/client/spec/models/get_email_template_render_errors200_response_spec.rb +21 -0
  301. data/client/spec/models/get_email_template_render_errors_response_spec.rb +42 -0
  302. data/client/spec/models/get_email_template_response_spec.rb +42 -0
  303. data/client/spec/models/get_email_templates200_response_spec.rb +21 -0
  304. data/client/spec/models/get_email_templates_response_spec.rb +42 -0
  305. data/client/spec/models/get_hash_tags200_response_spec.rb +21 -0
  306. data/client/spec/models/get_hash_tags_response_spec.rb +42 -0
  307. data/client/spec/models/get_moderator200_response_spec.rb +21 -0
  308. data/client/spec/models/get_moderator_response_spec.rb +42 -0
  309. data/client/spec/models/get_moderators200_response_spec.rb +21 -0
  310. data/client/spec/models/get_moderators_response_spec.rb +42 -0
  311. data/client/spec/models/get_notification_count200_response_spec.rb +21 -0
  312. data/client/spec/models/get_notification_count_response_spec.rb +42 -0
  313. data/client/spec/models/get_notifications200_response_spec.rb +21 -0
  314. data/client/spec/models/get_notifications_response_spec.rb +42 -0
  315. data/client/spec/models/get_pending_webhook_event_count200_response_spec.rb +21 -0
  316. data/client/spec/models/get_pending_webhook_event_count_response_spec.rb +42 -0
  317. data/client/spec/models/get_pending_webhook_events200_response_spec.rb +21 -0
  318. data/client/spec/models/get_pending_webhook_events_response_spec.rb +42 -0
  319. data/client/spec/models/get_question_config200_response_spec.rb +21 -0
  320. data/client/spec/models/get_question_config_response_spec.rb +42 -0
  321. data/client/spec/models/get_question_configs200_response_spec.rb +21 -0
  322. data/client/spec/models/get_question_configs_response_spec.rb +42 -0
  323. data/client/spec/models/get_question_result200_response_spec.rb +21 -0
  324. data/client/spec/models/get_question_result_response_spec.rb +42 -0
  325. data/client/spec/models/get_question_results200_response_spec.rb +21 -0
  326. data/client/spec/models/get_question_results_response_spec.rb +42 -0
  327. data/client/spec/models/get_tenant200_response_spec.rb +21 -0
  328. data/client/spec/models/get_tenant_daily_usages200_response_spec.rb +21 -0
  329. data/client/spec/models/get_tenant_daily_usages_response_spec.rb +42 -0
  330. data/client/spec/models/get_tenant_package200_response_spec.rb +21 -0
  331. data/client/spec/models/get_tenant_package_response_spec.rb +42 -0
  332. data/client/spec/models/get_tenant_packages200_response_spec.rb +21 -0
  333. data/client/spec/models/get_tenant_packages_response_spec.rb +42 -0
  334. data/client/spec/models/get_tenant_response_spec.rb +42 -0
  335. data/client/spec/models/get_tenant_user200_response_spec.rb +21 -0
  336. data/client/spec/models/get_tenant_user_response_spec.rb +42 -0
  337. data/client/spec/models/get_tenant_users200_response_spec.rb +21 -0
  338. data/client/spec/models/get_tenant_users_response_spec.rb +42 -0
  339. data/client/spec/models/get_tenants200_response_spec.rb +21 -0
  340. data/client/spec/models/get_tenants_response_spec.rb +42 -0
  341. data/client/spec/models/get_user200_response_spec.rb +21 -0
  342. data/client/spec/models/get_user_response_spec.rb +42 -0
  343. data/client/spec/models/get_votes200_response_spec.rb +21 -0
  344. data/client/spec/models/get_votes_for_user200_response_spec.rb +21 -0
  345. data/client/spec/models/get_votes_for_user_response_spec.rb +54 -0
  346. data/client/spec/models/get_votes_response_spec.rb +54 -0
  347. data/client/spec/models/imported_site_type_spec.rb +30 -0
  348. data/client/spec/models/moderator_spec.rb +138 -0
  349. data/client/spec/models/patch_hash_tag200_response_spec.rb +21 -0
  350. data/client/spec/models/pending_comment_to_sync_outbound_spec.rb +108 -0
  351. data/client/spec/models/public_vote_spec.rb +66 -0
  352. data/client/spec/models/question_config_custom_options_inner_spec.rb +42 -0
  353. data/client/spec/models/question_config_spec.rb +156 -0
  354. data/client/spec/models/render_email_template200_response_spec.rb +21 -0
  355. data/client/spec/models/render_email_template_body_spec.rb +54 -0
  356. data/client/spec/models/render_email_template_response_spec.rb +42 -0
  357. data/client/spec/models/replace_tenant_package_body_spec.rb +210 -0
  358. data/client/spec/models/replace_tenant_user_body_spec.rb +198 -0
  359. data/client/spec/models/tenant_hash_tag_spec.rb +60 -0
  360. data/client/spec/models/tenant_package_spec.rb +342 -0
  361. data/client/spec/models/update_email_template_body_spec.rb +66 -0
  362. data/client/spec/models/update_hash_tag_body_spec.rb +48 -0
  363. data/client/spec/models/update_hash_tag_response_spec.rb +42 -0
  364. data/client/spec/models/update_moderator_body_spec.rb +54 -0
  365. data/client/spec/models/update_notification_body_spec.rb +42 -0
  366. data/client/spec/models/update_question_config_body_spec.rb +114 -0
  367. data/client/spec/models/update_question_result_body_spec.rb +72 -0
  368. data/client/spec/models/update_tenant_body_spec.rb +174 -0
  369. data/client/spec/models/update_tenant_package_body_spec.rb +216 -0
  370. data/client/spec/models/update_tenant_user_body_spec.rb +174 -0
  371. data/client/spec/models/user_notification_count_spec.rb +54 -0
  372. data/client/spec/models/user_spec.rb +336 -0
  373. data/lib/fastcomments.rb +2 -1
  374. metadata +359 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: aa0362861bca6eaab1a45706ba1fe803078994562ca6a162a2dfc820f8e9a95e
4
- data.tar.gz: ff77e5227308567ba96859ceb3d995683fa3cf077cb528e78d8ac529f6c766bb
3
+ metadata.gz: b9b4296fb0dc8bc8c5d6c117c45bc69e7b797c7293184fe874d7c80d685fd872
4
+ data.tar.gz: 1e88029804a46cf0e47fec655d11629655c7ea6717d1c93f5fdccd09fb88dcca
5
5
  SHA512:
6
- metadata.gz: 74e6ab75d2ef55243f5cb03e7fa17bd0994e84497fbef7c70ed5d4116a26f14a54e1d1e2fe0bad09da6e5d1c2292bfedf453cf61af5840ee0540c883f380fec0
7
- data.tar.gz: 4b668ecf7d0eff0e75c2ae5db37c9b80712b1878f4191b4a6835b7008b890a45a26fb4e6dcbd54f8594ce1ad22a2ab3f717b9ab6441c0b1dc15c47c03aba43f8
6
+ metadata.gz: 9a133c5df4240dc38683c926836b97882f0b212f3aa817150adfdf98eb33a5849fccdf3f67fd30e53bdffe4c5b38e6a1bfe760faf6c711b2a1fffa7f542a9cc2
7
+ data.tar.gz: 8bc5f1aca84e1f080869d6ce0cbc279eb5f54cf7da4be4a9e5984eb3a0307ccad10c43c466e5485dedd9bc63fb4b6b0a99bebdaf7f6de06197d154a66e688346
data/README.md CHANGED
@@ -39,7 +39,7 @@ that can be made directly from a browser/mobile device/etc without authenticatio
39
39
  **Important:** You must set your API key on the ApiClient before making authenticated requests. If you don't, requests will fail with a 401 error.
40
40
 
41
41
  ```ruby
42
- require 'fastcomments-client'
42
+ require 'fastcomments'
43
43
 
44
44
  # Create and configure the API client
45
45
  config = FastCommentsClient::Configuration.new
@@ -76,7 +76,7 @@ end
76
76
  Public endpoints don't require authentication:
77
77
 
78
78
  ```ruby
79
- require 'fastcomments-client'
79
+ require 'fastcomments'
80
80
 
81
81
  public_api = FastCommentsClient::PublicApi.new
82
82
 
@@ -114,7 +114,6 @@ For SSO examples, see below.
114
114
 
115
115
  ```ruby
116
116
  require 'fastcomments'
117
- require 'fastcomments-client'
118
117
 
119
118
  # Create Simple SSO token
120
119
  user = FastComments::SSO::SimpleSSOUserData.new(
@@ -146,7 +145,6 @@ puts "Status: #{response}"
146
145
 
147
146
  ```ruby
148
147
  require 'fastcomments'
149
- require 'fastcomments-client'
150
148
 
151
149
  # Create Secure SSO token
152
150
  user = FastComments::SSO::SecureSSOUserData.new(
data/client/README.md CHANGED
@@ -7,7 +7,7 @@ No description provided (generated by Openapi Generator https://github.com/opena
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: 0.0.0
10
- - Package version: 0.2.0
10
+ - Package version: 1.0.0
11
11
  - Generator version: 7.18.0-SNAPSHOT
12
12
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
13
13
 
@@ -24,16 +24,16 @@ gem build fastcomments-client.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./fastcomments-client-0.2.0.gem
27
+ gem install ./fastcomments-client-1.0.0.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./fastcomments-client-0.2.0.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./fastcomments-client-1.0.0.gem` to install the development dependencies)
31
31
 
32
32
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
33
33
 
34
34
  Finally add this to the Gemfile:
35
35
 
36
- gem 'fastcomments-client', '~> 0.2.0'
36
+ gem 'fastcomments-client', '~> 1.0.0'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -85,6 +85,8 @@ All URIs are relative to *https://fastcomments.com*
85
85
  Class | Method | HTTP request | Description
86
86
  ------------ | ------------- | ------------- | -------------
87
87
  *FastCommentsClient::DefaultApi* | [**add_domain_config**](docs/DefaultApi.md#add_domain_config) | **POST** /api/v1/domain-configs |
88
+ *FastCommentsClient::DefaultApi* | [**add_hash_tag**](docs/DefaultApi.md#add_hash_tag) | **POST** /api/v1/hash-tags |
89
+ *FastCommentsClient::DefaultApi* | [**add_hash_tags_bulk**](docs/DefaultApi.md#add_hash_tags_bulk) | **POST** /api/v1/hash-tags/bulk |
88
90
  *FastCommentsClient::DefaultApi* | [**add_page**](docs/DefaultApi.md#add_page) | **POST** /api/v1/pages |
89
91
  *FastCommentsClient::DefaultApi* | [**add_sso_user**](docs/DefaultApi.md#add_sso_user) | **POST** /api/v1/sso-users |
90
92
  *FastCommentsClient::DefaultApi* | [**aggregate**](docs/DefaultApi.md#aggregate) | **POST** /api/v1/aggregate |
@@ -92,44 +94,104 @@ Class | Method | HTTP request | Description
92
94
  *FastCommentsClient::DefaultApi* | [**block_user_from_comment**](docs/DefaultApi.md#block_user_from_comment) | **POST** /api/v1/comments/{id}/block |
93
95
  *FastCommentsClient::DefaultApi* | [**bulk_aggregate_question_results**](docs/DefaultApi.md#bulk_aggregate_question_results) | **POST** /api/v1/question-results-aggregation/bulk |
94
96
  *FastCommentsClient::DefaultApi* | [**combine_comments_with_question_results**](docs/DefaultApi.md#combine_comments_with_question_results) | **GET** /api/v1/question-results-aggregation/combine/comments |
97
+ *FastCommentsClient::DefaultApi* | [**create_email_template**](docs/DefaultApi.md#create_email_template) | **POST** /api/v1/email-templates |
95
98
  *FastCommentsClient::DefaultApi* | [**create_feed_post**](docs/DefaultApi.md#create_feed_post) | **POST** /api/v1/feed-posts |
99
+ *FastCommentsClient::DefaultApi* | [**create_moderator**](docs/DefaultApi.md#create_moderator) | **POST** /api/v1/moderators |
100
+ *FastCommentsClient::DefaultApi* | [**create_question_config**](docs/DefaultApi.md#create_question_config) | **POST** /api/v1/question-configs |
101
+ *FastCommentsClient::DefaultApi* | [**create_question_result**](docs/DefaultApi.md#create_question_result) | **POST** /api/v1/question-results |
96
102
  *FastCommentsClient::DefaultApi* | [**create_subscription**](docs/DefaultApi.md#create_subscription) | **POST** /api/v1/subscriptions |
103
+ *FastCommentsClient::DefaultApi* | [**create_tenant**](docs/DefaultApi.md#create_tenant) | **POST** /api/v1/tenants |
104
+ *FastCommentsClient::DefaultApi* | [**create_tenant_package**](docs/DefaultApi.md#create_tenant_package) | **POST** /api/v1/tenant-packages |
105
+ *FastCommentsClient::DefaultApi* | [**create_tenant_user**](docs/DefaultApi.md#create_tenant_user) | **POST** /api/v1/tenant-users |
97
106
  *FastCommentsClient::DefaultApi* | [**create_user_badge**](docs/DefaultApi.md#create_user_badge) | **POST** /api/v1/user-badges |
107
+ *FastCommentsClient::DefaultApi* | [**create_vote**](docs/DefaultApi.md#create_vote) | **POST** /api/v1/votes |
98
108
  *FastCommentsClient::DefaultApi* | [**delete_comment**](docs/DefaultApi.md#delete_comment) | **DELETE** /api/v1/comments/{id} |
99
109
  *FastCommentsClient::DefaultApi* | [**delete_domain_config**](docs/DefaultApi.md#delete_domain_config) | **DELETE** /api/v1/domain-configs/{domain} |
110
+ *FastCommentsClient::DefaultApi* | [**delete_email_template**](docs/DefaultApi.md#delete_email_template) | **DELETE** /api/v1/email-templates/{id} |
111
+ *FastCommentsClient::DefaultApi* | [**delete_email_template_render_error**](docs/DefaultApi.md#delete_email_template_render_error) | **DELETE** /api/v1/email-templates/{id}/render-errors/{errorId} |
112
+ *FastCommentsClient::DefaultApi* | [**delete_hash_tag**](docs/DefaultApi.md#delete_hash_tag) | **DELETE** /api/v1/hash-tags/{tag} |
113
+ *FastCommentsClient::DefaultApi* | [**delete_moderator**](docs/DefaultApi.md#delete_moderator) | **DELETE** /api/v1/moderators/{id} |
114
+ *FastCommentsClient::DefaultApi* | [**delete_notification_count**](docs/DefaultApi.md#delete_notification_count) | **DELETE** /api/v1/notification-count/{id} |
100
115
  *FastCommentsClient::DefaultApi* | [**delete_page**](docs/DefaultApi.md#delete_page) | **DELETE** /api/v1/pages/{id} |
116
+ *FastCommentsClient::DefaultApi* | [**delete_pending_webhook_event**](docs/DefaultApi.md#delete_pending_webhook_event) | **DELETE** /api/v1/pending-webhook-events/{id} |
117
+ *FastCommentsClient::DefaultApi* | [**delete_question_config**](docs/DefaultApi.md#delete_question_config) | **DELETE** /api/v1/question-configs/{id} |
118
+ *FastCommentsClient::DefaultApi* | [**delete_question_result**](docs/DefaultApi.md#delete_question_result) | **DELETE** /api/v1/question-results/{id} |
101
119
  *FastCommentsClient::DefaultApi* | [**delete_sso_user**](docs/DefaultApi.md#delete_sso_user) | **DELETE** /api/v1/sso-users/{id} |
102
120
  *FastCommentsClient::DefaultApi* | [**delete_subscription**](docs/DefaultApi.md#delete_subscription) | **DELETE** /api/v1/subscriptions/{id} |
121
+ *FastCommentsClient::DefaultApi* | [**delete_tenant**](docs/DefaultApi.md#delete_tenant) | **DELETE** /api/v1/tenants/{id} |
122
+ *FastCommentsClient::DefaultApi* | [**delete_tenant_package**](docs/DefaultApi.md#delete_tenant_package) | **DELETE** /api/v1/tenant-packages/{id} |
123
+ *FastCommentsClient::DefaultApi* | [**delete_tenant_user**](docs/DefaultApi.md#delete_tenant_user) | **DELETE** /api/v1/tenant-users/{id} |
103
124
  *FastCommentsClient::DefaultApi* | [**delete_user_badge**](docs/DefaultApi.md#delete_user_badge) | **DELETE** /api/v1/user-badges/{id} |
125
+ *FastCommentsClient::DefaultApi* | [**delete_vote**](docs/DefaultApi.md#delete_vote) | **DELETE** /api/v1/votes/{id} |
104
126
  *FastCommentsClient::DefaultApi* | [**flag_comment**](docs/DefaultApi.md#flag_comment) | **POST** /api/v1/comments/{id}/flag |
105
127
  *FastCommentsClient::DefaultApi* | [**get_audit_logs**](docs/DefaultApi.md#get_audit_logs) | **GET** /api/v1/audit-logs |
128
+ *FastCommentsClient::DefaultApi* | [**get_cached_notification_count**](docs/DefaultApi.md#get_cached_notification_count) | **GET** /api/v1/notification-count/{id} |
106
129
  *FastCommentsClient::DefaultApi* | [**get_comment**](docs/DefaultApi.md#get_comment) | **GET** /api/v1/comments/{id} |
107
130
  *FastCommentsClient::DefaultApi* | [**get_comments**](docs/DefaultApi.md#get_comments) | **GET** /api/v1/comments |
108
131
  *FastCommentsClient::DefaultApi* | [**get_domain_config**](docs/DefaultApi.md#get_domain_config) | **GET** /api/v1/domain-configs/{domain} |
109
132
  *FastCommentsClient::DefaultApi* | [**get_domain_configs**](docs/DefaultApi.md#get_domain_configs) | **GET** /api/v1/domain-configs |
133
+ *FastCommentsClient::DefaultApi* | [**get_email_template**](docs/DefaultApi.md#get_email_template) | **GET** /api/v1/email-templates/{id} |
134
+ *FastCommentsClient::DefaultApi* | [**get_email_template_definitions**](docs/DefaultApi.md#get_email_template_definitions) | **GET** /api/v1/email-templates/definitions |
135
+ *FastCommentsClient::DefaultApi* | [**get_email_template_render_errors**](docs/DefaultApi.md#get_email_template_render_errors) | **GET** /api/v1/email-templates/{id}/render-errors |
136
+ *FastCommentsClient::DefaultApi* | [**get_email_templates**](docs/DefaultApi.md#get_email_templates) | **GET** /api/v1/email-templates |
110
137
  *FastCommentsClient::DefaultApi* | [**get_feed_posts**](docs/DefaultApi.md#get_feed_posts) | **GET** /api/v1/feed-posts |
138
+ *FastCommentsClient::DefaultApi* | [**get_hash_tags**](docs/DefaultApi.md#get_hash_tags) | **GET** /api/v1/hash-tags |
139
+ *FastCommentsClient::DefaultApi* | [**get_moderator**](docs/DefaultApi.md#get_moderator) | **GET** /api/v1/moderators/{id} |
140
+ *FastCommentsClient::DefaultApi* | [**get_moderators**](docs/DefaultApi.md#get_moderators) | **GET** /api/v1/moderators |
141
+ *FastCommentsClient::DefaultApi* | [**get_notification_count**](docs/DefaultApi.md#get_notification_count) | **GET** /api/v1/notifications/count |
142
+ *FastCommentsClient::DefaultApi* | [**get_notifications**](docs/DefaultApi.md#get_notifications) | **GET** /api/v1/notifications |
111
143
  *FastCommentsClient::DefaultApi* | [**get_page_by_urlid**](docs/DefaultApi.md#get_page_by_urlid) | **GET** /api/v1/pages/by-url-id |
112
144
  *FastCommentsClient::DefaultApi* | [**get_pages**](docs/DefaultApi.md#get_pages) | **GET** /api/v1/pages |
145
+ *FastCommentsClient::DefaultApi* | [**get_pending_webhook_event_count**](docs/DefaultApi.md#get_pending_webhook_event_count) | **GET** /api/v1/pending-webhook-events/count |
146
+ *FastCommentsClient::DefaultApi* | [**get_pending_webhook_events**](docs/DefaultApi.md#get_pending_webhook_events) | **GET** /api/v1/pending-webhook-events |
147
+ *FastCommentsClient::DefaultApi* | [**get_question_config**](docs/DefaultApi.md#get_question_config) | **GET** /api/v1/question-configs/{id} |
148
+ *FastCommentsClient::DefaultApi* | [**get_question_configs**](docs/DefaultApi.md#get_question_configs) | **GET** /api/v1/question-configs |
149
+ *FastCommentsClient::DefaultApi* | [**get_question_result**](docs/DefaultApi.md#get_question_result) | **GET** /api/v1/question-results/{id} |
150
+ *FastCommentsClient::DefaultApi* | [**get_question_results**](docs/DefaultApi.md#get_question_results) | **GET** /api/v1/question-results |
113
151
  *FastCommentsClient::DefaultApi* | [**get_sso_user_by_email**](docs/DefaultApi.md#get_sso_user_by_email) | **GET** /api/v1/sso-users/by-email/{email} |
114
152
  *FastCommentsClient::DefaultApi* | [**get_sso_user_by_id**](docs/DefaultApi.md#get_sso_user_by_id) | **GET** /api/v1/sso-users/by-id/{id} |
115
153
  *FastCommentsClient::DefaultApi* | [**get_sso_users**](docs/DefaultApi.md#get_sso_users) | **GET** /api/v1/sso-users |
116
154
  *FastCommentsClient::DefaultApi* | [**get_subscriptions**](docs/DefaultApi.md#get_subscriptions) | **GET** /api/v1/subscriptions |
155
+ *FastCommentsClient::DefaultApi* | [**get_tenant**](docs/DefaultApi.md#get_tenant) | **GET** /api/v1/tenants/{id} |
156
+ *FastCommentsClient::DefaultApi* | [**get_tenant_daily_usages**](docs/DefaultApi.md#get_tenant_daily_usages) | **GET** /api/v1/tenant-daily-usage |
157
+ *FastCommentsClient::DefaultApi* | [**get_tenant_package**](docs/DefaultApi.md#get_tenant_package) | **GET** /api/v1/tenant-packages/{id} |
158
+ *FastCommentsClient::DefaultApi* | [**get_tenant_packages**](docs/DefaultApi.md#get_tenant_packages) | **GET** /api/v1/tenant-packages |
159
+ *FastCommentsClient::DefaultApi* | [**get_tenant_user**](docs/DefaultApi.md#get_tenant_user) | **GET** /api/v1/tenant-users/{id} |
160
+ *FastCommentsClient::DefaultApi* | [**get_tenant_users**](docs/DefaultApi.md#get_tenant_users) | **GET** /api/v1/tenant-users |
161
+ *FastCommentsClient::DefaultApi* | [**get_tenants**](docs/DefaultApi.md#get_tenants) | **GET** /api/v1/tenants |
162
+ *FastCommentsClient::DefaultApi* | [**get_user**](docs/DefaultApi.md#get_user) | **GET** /api/v1/users/{id} |
117
163
  *FastCommentsClient::DefaultApi* | [**get_user_badge**](docs/DefaultApi.md#get_user_badge) | **GET** /api/v1/user-badges/{id} |
118
164
  *FastCommentsClient::DefaultApi* | [**get_user_badge_progress_by_id**](docs/DefaultApi.md#get_user_badge_progress_by_id) | **GET** /api/v1/user-badge-progress/{id} |
119
165
  *FastCommentsClient::DefaultApi* | [**get_user_badge_progress_by_user_id**](docs/DefaultApi.md#get_user_badge_progress_by_user_id) | **GET** /api/v1/user-badge-progress/user/{userId} |
120
166
  *FastCommentsClient::DefaultApi* | [**get_user_badge_progress_list**](docs/DefaultApi.md#get_user_badge_progress_list) | **GET** /api/v1/user-badge-progress |
121
167
  *FastCommentsClient::DefaultApi* | [**get_user_badges**](docs/DefaultApi.md#get_user_badges) | **GET** /api/v1/user-badges |
168
+ *FastCommentsClient::DefaultApi* | [**get_votes**](docs/DefaultApi.md#get_votes) | **GET** /api/v1/votes |
169
+ *FastCommentsClient::DefaultApi* | [**get_votes_for_user**](docs/DefaultApi.md#get_votes_for_user) | **GET** /api/v1/votes/for-user |
122
170
  *FastCommentsClient::DefaultApi* | [**patch_domain_config**](docs/DefaultApi.md#patch_domain_config) | **PATCH** /api/v1/domain-configs/{domainToUpdate} |
171
+ *FastCommentsClient::DefaultApi* | [**patch_hash_tag**](docs/DefaultApi.md#patch_hash_tag) | **PATCH** /api/v1/hash-tags/{tag} |
123
172
  *FastCommentsClient::DefaultApi* | [**patch_page**](docs/DefaultApi.md#patch_page) | **PATCH** /api/v1/pages/{id} |
124
173
  *FastCommentsClient::DefaultApi* | [**patch_sso_user**](docs/DefaultApi.md#patch_sso_user) | **PATCH** /api/v1/sso-users/{id} |
125
174
  *FastCommentsClient::DefaultApi* | [**put_domain_config**](docs/DefaultApi.md#put_domain_config) | **PUT** /api/v1/domain-configs/{domainToUpdate} |
126
175
  *FastCommentsClient::DefaultApi* | [**put_sso_user**](docs/DefaultApi.md#put_sso_user) | **PUT** /api/v1/sso-users/{id} |
176
+ *FastCommentsClient::DefaultApi* | [**render_email_template**](docs/DefaultApi.md#render_email_template) | **POST** /api/v1/email-templates/render |
177
+ *FastCommentsClient::DefaultApi* | [**replace_tenant_package**](docs/DefaultApi.md#replace_tenant_package) | **PUT** /api/v1/tenant-packages/{id} |
178
+ *FastCommentsClient::DefaultApi* | [**replace_tenant_user**](docs/DefaultApi.md#replace_tenant_user) | **PUT** /api/v1/tenant-users/{id} |
127
179
  *FastCommentsClient::DefaultApi* | [**save_comment**](docs/DefaultApi.md#save_comment) | **POST** /api/v1/comments |
128
180
  *FastCommentsClient::DefaultApi* | [**save_comments_bulk**](docs/DefaultApi.md#save_comments_bulk) | **POST** /api/v1/comments/bulk |
181
+ *FastCommentsClient::DefaultApi* | [**send_invite**](docs/DefaultApi.md#send_invite) | **POST** /api/v1/moderators/{id}/send-invite |
182
+ *FastCommentsClient::DefaultApi* | [**send_login_link**](docs/DefaultApi.md#send_login_link) | **POST** /api/v1/tenant-users/{id}/send-login-link |
129
183
  *FastCommentsClient::DefaultApi* | [**un_block_user_from_comment**](docs/DefaultApi.md#un_block_user_from_comment) | **POST** /api/v1/comments/{id}/un-block |
130
184
  *FastCommentsClient::DefaultApi* | [**un_flag_comment**](docs/DefaultApi.md#un_flag_comment) | **POST** /api/v1/comments/{id}/un-flag |
131
185
  *FastCommentsClient::DefaultApi* | [**update_comment**](docs/DefaultApi.md#update_comment) | **PATCH** /api/v1/comments/{id} |
186
+ *FastCommentsClient::DefaultApi* | [**update_email_template**](docs/DefaultApi.md#update_email_template) | **PATCH** /api/v1/email-templates/{id} |
132
187
  *FastCommentsClient::DefaultApi* | [**update_feed_post**](docs/DefaultApi.md#update_feed_post) | **PATCH** /api/v1/feed-posts/{id} |
188
+ *FastCommentsClient::DefaultApi* | [**update_moderator**](docs/DefaultApi.md#update_moderator) | **PATCH** /api/v1/moderators/{id} |
189
+ *FastCommentsClient::DefaultApi* | [**update_notification**](docs/DefaultApi.md#update_notification) | **PATCH** /api/v1/notifications/{id} |
190
+ *FastCommentsClient::DefaultApi* | [**update_question_config**](docs/DefaultApi.md#update_question_config) | **PATCH** /api/v1/question-configs/{id} |
191
+ *FastCommentsClient::DefaultApi* | [**update_question_result**](docs/DefaultApi.md#update_question_result) | **PATCH** /api/v1/question-results/{id} |
192
+ *FastCommentsClient::DefaultApi* | [**update_tenant**](docs/DefaultApi.md#update_tenant) | **PATCH** /api/v1/tenants/{id} |
193
+ *FastCommentsClient::DefaultApi* | [**update_tenant_package**](docs/DefaultApi.md#update_tenant_package) | **PATCH** /api/v1/tenant-packages/{id} |
194
+ *FastCommentsClient::DefaultApi* | [**update_tenant_user**](docs/DefaultApi.md#update_tenant_user) | **PATCH** /api/v1/tenant-users/{id} |
133
195
  *FastCommentsClient::DefaultApi* | [**update_user_badge**](docs/DefaultApi.md#update_user_badge) | **PUT** /api/v1/user-badges/{id} |
134
196
  *FastCommentsClient::PublicApi* | [**block_from_comment_public**](docs/PublicApi.md#block_from_comment_public) | **POST** /block-from-comment/{commentId} |
135
197
  *FastCommentsClient::PublicApi* | [**checked_comments_for_blocked**](docs/PublicApi.md#checked_comments_for_blocked) | **GET** /check-blocked-comments |
@@ -174,6 +236,7 @@ Class | Method | HTTP request | Description
174
236
  - [FastCommentsClient::APIComment](docs/APIComment.md)
175
237
  - [FastCommentsClient::APICommentBase](docs/APICommentBase.md)
176
238
  - [FastCommentsClient::APICreateUserBadgeResponse](docs/APICreateUserBadgeResponse.md)
239
+ - [FastCommentsClient::APIDomainConfiguration](docs/APIDomainConfiguration.md)
177
240
  - [FastCommentsClient::APIEmptyResponse](docs/APIEmptyResponse.md)
178
241
  - [FastCommentsClient::APIEmptySuccessResponse](docs/APIEmptySuccessResponse.md)
179
242
  - [FastCommentsClient::APIError](docs/APIError.md)
@@ -186,10 +249,14 @@ Class | Method | HTTP request | Description
186
249
  - [FastCommentsClient::APIPage](docs/APIPage.md)
187
250
  - [FastCommentsClient::APISSOUser](docs/APISSOUser.md)
188
251
  - [FastCommentsClient::APIStatus](docs/APIStatus.md)
252
+ - [FastCommentsClient::APITenant](docs/APITenant.md)
253
+ - [FastCommentsClient::APITenantDailyUsage](docs/APITenantDailyUsage.md)
189
254
  - [FastCommentsClient::APIUserSubscription](docs/APIUserSubscription.md)
190
255
  - [FastCommentsClient::AddDomainConfig200Response](docs/AddDomainConfig200Response.md)
191
256
  - [FastCommentsClient::AddDomainConfig200ResponseAnyOf](docs/AddDomainConfig200ResponseAnyOf.md)
192
257
  - [FastCommentsClient::AddDomainConfigParams](docs/AddDomainConfigParams.md)
258
+ - [FastCommentsClient::AddHashTag200Response](docs/AddHashTag200Response.md)
259
+ - [FastCommentsClient::AddHashTagsBulk200Response](docs/AddHashTagsBulk200Response.md)
193
260
  - [FastCommentsClient::AddPageAPIResponse](docs/AddPageAPIResponse.md)
194
261
  - [FastCommentsClient::AddSSOUserAPIResponse](docs/AddSSOUserAPIResponse.md)
195
262
  - [FastCommentsClient::AggregateQuestionResults200Response](docs/AggregateQuestionResults200Response.md)
@@ -203,6 +270,7 @@ Class | Method | HTTP request | Description
203
270
  - [FastCommentsClient::AggregationResponse](docs/AggregationResponse.md)
204
271
  - [FastCommentsClient::AggregationResponseStats](docs/AggregationResponseStats.md)
205
272
  - [FastCommentsClient::AggregationValue](docs/AggregationValue.md)
273
+ - [FastCommentsClient::BillingInfo](docs/BillingInfo.md)
206
274
  - [FastCommentsClient::BlockFromCommentParams](docs/BlockFromCommentParams.md)
207
275
  - [FastCommentsClient::BlockFromCommentPublic200Response](docs/BlockFromCommentPublic200Response.md)
208
276
  - [FastCommentsClient::BlockSuccess](docs/BlockSuccess.md)
@@ -210,6 +278,9 @@ Class | Method | HTTP request | Description
210
278
  - [FastCommentsClient::BulkAggregateQuestionResults200Response](docs/BulkAggregateQuestionResults200Response.md)
211
279
  - [FastCommentsClient::BulkAggregateQuestionResultsRequest](docs/BulkAggregateQuestionResultsRequest.md)
212
280
  - [FastCommentsClient::BulkAggregateQuestionResultsResponse](docs/BulkAggregateQuestionResultsResponse.md)
281
+ - [FastCommentsClient::BulkCreateHashTagsBody](docs/BulkCreateHashTagsBody.md)
282
+ - [FastCommentsClient::BulkCreateHashTagsBodyTagsInner](docs/BulkCreateHashTagsBodyTagsInner.md)
283
+ - [FastCommentsClient::BulkCreateHashTagsResponse](docs/BulkCreateHashTagsResponse.md)
213
284
  - [FastCommentsClient::ChangeCommentPinStatusResponse](docs/ChangeCommentPinStatusResponse.md)
214
285
  - [FastCommentsClient::CheckBlockedCommentsResponse](docs/CheckBlockedCommentsResponse.md)
215
286
  - [FastCommentsClient::CheckedCommentsForBlocked200Response](docs/CheckedCommentsForBlocked200Response.md)
@@ -233,15 +304,41 @@ Class | Method | HTTP request | Description
233
304
  - [FastCommentsClient::CreateAPIUserSubscriptionData](docs/CreateAPIUserSubscriptionData.md)
234
305
  - [FastCommentsClient::CreateCommentParams](docs/CreateCommentParams.md)
235
306
  - [FastCommentsClient::CreateCommentPublic200Response](docs/CreateCommentPublic200Response.md)
307
+ - [FastCommentsClient::CreateEmailTemplate200Response](docs/CreateEmailTemplate200Response.md)
308
+ - [FastCommentsClient::CreateEmailTemplateBody](docs/CreateEmailTemplateBody.md)
309
+ - [FastCommentsClient::CreateEmailTemplateResponse](docs/CreateEmailTemplateResponse.md)
236
310
  - [FastCommentsClient::CreateFeedPost200Response](docs/CreateFeedPost200Response.md)
237
311
  - [FastCommentsClient::CreateFeedPostParams](docs/CreateFeedPostParams.md)
238
312
  - [FastCommentsClient::CreateFeedPostPublic200Response](docs/CreateFeedPostPublic200Response.md)
239
313
  - [FastCommentsClient::CreateFeedPostResponse](docs/CreateFeedPostResponse.md)
240
314
  - [FastCommentsClient::CreateFeedPostsResponse](docs/CreateFeedPostsResponse.md)
315
+ - [FastCommentsClient::CreateHashTagBody](docs/CreateHashTagBody.md)
316
+ - [FastCommentsClient::CreateHashTagResponse](docs/CreateHashTagResponse.md)
317
+ - [FastCommentsClient::CreateModerator200Response](docs/CreateModerator200Response.md)
318
+ - [FastCommentsClient::CreateModeratorBody](docs/CreateModeratorBody.md)
319
+ - [FastCommentsClient::CreateModeratorResponse](docs/CreateModeratorResponse.md)
320
+ - [FastCommentsClient::CreateQuestionConfig200Response](docs/CreateQuestionConfig200Response.md)
321
+ - [FastCommentsClient::CreateQuestionConfigBody](docs/CreateQuestionConfigBody.md)
322
+ - [FastCommentsClient::CreateQuestionConfigResponse](docs/CreateQuestionConfigResponse.md)
323
+ - [FastCommentsClient::CreateQuestionResult200Response](docs/CreateQuestionResult200Response.md)
324
+ - [FastCommentsClient::CreateQuestionResultBody](docs/CreateQuestionResultBody.md)
325
+ - [FastCommentsClient::CreateQuestionResultResponse](docs/CreateQuestionResultResponse.md)
241
326
  - [FastCommentsClient::CreateSubscriptionAPIResponse](docs/CreateSubscriptionAPIResponse.md)
327
+ - [FastCommentsClient::CreateTenant200Response](docs/CreateTenant200Response.md)
328
+ - [FastCommentsClient::CreateTenantBody](docs/CreateTenantBody.md)
329
+ - [FastCommentsClient::CreateTenantPackage200Response](docs/CreateTenantPackage200Response.md)
330
+ - [FastCommentsClient::CreateTenantPackageBody](docs/CreateTenantPackageBody.md)
331
+ - [FastCommentsClient::CreateTenantPackageResponse](docs/CreateTenantPackageResponse.md)
332
+ - [FastCommentsClient::CreateTenantResponse](docs/CreateTenantResponse.md)
333
+ - [FastCommentsClient::CreateTenantUser200Response](docs/CreateTenantUser200Response.md)
334
+ - [FastCommentsClient::CreateTenantUserBody](docs/CreateTenantUserBody.md)
335
+ - [FastCommentsClient::CreateTenantUserResponse](docs/CreateTenantUserResponse.md)
242
336
  - [FastCommentsClient::CreateUserBadge200Response](docs/CreateUserBadge200Response.md)
243
337
  - [FastCommentsClient::CreateUserBadgeParams](docs/CreateUserBadgeParams.md)
338
+ - [FastCommentsClient::CreateVote200Response](docs/CreateVote200Response.md)
339
+ - [FastCommentsClient::CreateVoteResponse](docs/CreateVoteResponse.md)
244
340
  - [FastCommentsClient::CustomConfigParameters](docs/CustomConfigParameters.md)
341
+ - [FastCommentsClient::CustomEmailTemplate](docs/CustomEmailTemplate.md)
245
342
  - [FastCommentsClient::DeleteComment200Response](docs/DeleteComment200Response.md)
246
343
  - [FastCommentsClient::DeleteCommentAction](docs/DeleteCommentAction.md)
247
344
  - [FastCommentsClient::DeleteCommentPublic200Response](docs/DeleteCommentPublic200Response.md)
@@ -250,10 +347,16 @@ Class | Method | HTTP request | Description
250
347
  - [FastCommentsClient::DeleteDomainConfig200Response](docs/DeleteDomainConfig200Response.md)
251
348
  - [FastCommentsClient::DeleteFeedPostPublic200Response](docs/DeleteFeedPostPublic200Response.md)
252
349
  - [FastCommentsClient::DeleteFeedPostPublic200ResponseAnyOf](docs/DeleteFeedPostPublic200ResponseAnyOf.md)
350
+ - [FastCommentsClient::DeleteHashTagRequest](docs/DeleteHashTagRequest.md)
253
351
  - [FastCommentsClient::DeletePageAPIResponse](docs/DeletePageAPIResponse.md)
254
352
  - [FastCommentsClient::DeleteSSOUserAPIResponse](docs/DeleteSSOUserAPIResponse.md)
255
353
  - [FastCommentsClient::DeleteSubscriptionAPIResponse](docs/DeleteSubscriptionAPIResponse.md)
354
+ - [FastCommentsClient::DeleteVote200Response](docs/DeleteVote200Response.md)
355
+ - [FastCommentsClient::DeleteVoteResponse](docs/DeleteVoteResponse.md)
256
356
  - [FastCommentsClient::DeletedCommentResultComment](docs/DeletedCommentResultComment.md)
357
+ - [FastCommentsClient::DigestEmailFrequency](docs/DigestEmailFrequency.md)
358
+ - [FastCommentsClient::EmailTemplateDefinition](docs/EmailTemplateDefinition.md)
359
+ - [FastCommentsClient::EmailTemplateRenderErrorResponse](docs/EmailTemplateRenderErrorResponse.md)
257
360
  - [FastCommentsClient::EventLogEntry](docs/EventLogEntry.md)
258
361
  - [FastCommentsClient::FComment](docs/FComment.md)
259
362
  - [FastCommentsClient::FCommentMeta](docs/FCommentMeta.md)
@@ -270,6 +373,8 @@ Class | Method | HTTP request | Description
270
373
  - [FastCommentsClient::FlagCommentResponse](docs/FlagCommentResponse.md)
271
374
  - [FastCommentsClient::GetAuditLogs200Response](docs/GetAuditLogs200Response.md)
272
375
  - [FastCommentsClient::GetAuditLogsResponse](docs/GetAuditLogsResponse.md)
376
+ - [FastCommentsClient::GetCachedNotificationCount200Response](docs/GetCachedNotificationCount200Response.md)
377
+ - [FastCommentsClient::GetCachedNotificationCountResponse](docs/GetCachedNotificationCountResponse.md)
273
378
  - [FastCommentsClient::GetComment200Response](docs/GetComment200Response.md)
274
379
  - [FastCommentsClient::GetCommentText200Response](docs/GetCommentText200Response.md)
275
380
  - [FastCommentsClient::GetCommentVoteUserNames200Response](docs/GetCommentVoteUserNames200Response.md)
@@ -282,20 +387,65 @@ Class | Method | HTTP request | Description
282
387
  - [FastCommentsClient::GetDomainConfigs200Response](docs/GetDomainConfigs200Response.md)
283
388
  - [FastCommentsClient::GetDomainConfigs200ResponseAnyOf](docs/GetDomainConfigs200ResponseAnyOf.md)
284
389
  - [FastCommentsClient::GetDomainConfigs200ResponseAnyOf1](docs/GetDomainConfigs200ResponseAnyOf1.md)
390
+ - [FastCommentsClient::GetEmailTemplate200Response](docs/GetEmailTemplate200Response.md)
391
+ - [FastCommentsClient::GetEmailTemplateDefinitions200Response](docs/GetEmailTemplateDefinitions200Response.md)
392
+ - [FastCommentsClient::GetEmailTemplateDefinitionsResponse](docs/GetEmailTemplateDefinitionsResponse.md)
393
+ - [FastCommentsClient::GetEmailTemplateRenderErrors200Response](docs/GetEmailTemplateRenderErrors200Response.md)
394
+ - [FastCommentsClient::GetEmailTemplateRenderErrorsResponse](docs/GetEmailTemplateRenderErrorsResponse.md)
395
+ - [FastCommentsClient::GetEmailTemplateResponse](docs/GetEmailTemplateResponse.md)
396
+ - [FastCommentsClient::GetEmailTemplates200Response](docs/GetEmailTemplates200Response.md)
397
+ - [FastCommentsClient::GetEmailTemplatesResponse](docs/GetEmailTemplatesResponse.md)
285
398
  - [FastCommentsClient::GetEventLog200Response](docs/GetEventLog200Response.md)
286
399
  - [FastCommentsClient::GetEventLogResponse](docs/GetEventLogResponse.md)
287
400
  - [FastCommentsClient::GetFeedPosts200Response](docs/GetFeedPosts200Response.md)
288
401
  - [FastCommentsClient::GetFeedPostsPublic200Response](docs/GetFeedPostsPublic200Response.md)
289
402
  - [FastCommentsClient::GetFeedPostsResponse](docs/GetFeedPostsResponse.md)
290
403
  - [FastCommentsClient::GetFeedPostsStats200Response](docs/GetFeedPostsStats200Response.md)
404
+ - [FastCommentsClient::GetHashTags200Response](docs/GetHashTags200Response.md)
405
+ - [FastCommentsClient::GetHashTagsResponse](docs/GetHashTagsResponse.md)
406
+ - [FastCommentsClient::GetModerator200Response](docs/GetModerator200Response.md)
407
+ - [FastCommentsClient::GetModeratorResponse](docs/GetModeratorResponse.md)
408
+ - [FastCommentsClient::GetModerators200Response](docs/GetModerators200Response.md)
409
+ - [FastCommentsClient::GetModeratorsResponse](docs/GetModeratorsResponse.md)
291
410
  - [FastCommentsClient::GetMyNotificationsResponse](docs/GetMyNotificationsResponse.md)
411
+ - [FastCommentsClient::GetNotificationCount200Response](docs/GetNotificationCount200Response.md)
412
+ - [FastCommentsClient::GetNotificationCountResponse](docs/GetNotificationCountResponse.md)
413
+ - [FastCommentsClient::GetNotifications200Response](docs/GetNotifications200Response.md)
414
+ - [FastCommentsClient::GetNotificationsResponse](docs/GetNotificationsResponse.md)
292
415
  - [FastCommentsClient::GetPageByURLIdAPIResponse](docs/GetPageByURLIdAPIResponse.md)
293
416
  - [FastCommentsClient::GetPagesAPIResponse](docs/GetPagesAPIResponse.md)
417
+ - [FastCommentsClient::GetPendingWebhookEventCount200Response](docs/GetPendingWebhookEventCount200Response.md)
418
+ - [FastCommentsClient::GetPendingWebhookEventCountResponse](docs/GetPendingWebhookEventCountResponse.md)
419
+ - [FastCommentsClient::GetPendingWebhookEvents200Response](docs/GetPendingWebhookEvents200Response.md)
420
+ - [FastCommentsClient::GetPendingWebhookEventsResponse](docs/GetPendingWebhookEventsResponse.md)
294
421
  - [FastCommentsClient::GetPublicFeedPostsResponse](docs/GetPublicFeedPostsResponse.md)
422
+ - [FastCommentsClient::GetQuestionConfig200Response](docs/GetQuestionConfig200Response.md)
423
+ - [FastCommentsClient::GetQuestionConfigResponse](docs/GetQuestionConfigResponse.md)
424
+ - [FastCommentsClient::GetQuestionConfigs200Response](docs/GetQuestionConfigs200Response.md)
425
+ - [FastCommentsClient::GetQuestionConfigsResponse](docs/GetQuestionConfigsResponse.md)
426
+ - [FastCommentsClient::GetQuestionResult200Response](docs/GetQuestionResult200Response.md)
427
+ - [FastCommentsClient::GetQuestionResultResponse](docs/GetQuestionResultResponse.md)
428
+ - [FastCommentsClient::GetQuestionResults200Response](docs/GetQuestionResults200Response.md)
429
+ - [FastCommentsClient::GetQuestionResultsResponse](docs/GetQuestionResultsResponse.md)
295
430
  - [FastCommentsClient::GetSSOUserByEmailAPIResponse](docs/GetSSOUserByEmailAPIResponse.md)
296
431
  - [FastCommentsClient::GetSSOUserByIdAPIResponse](docs/GetSSOUserByIdAPIResponse.md)
297
432
  - [FastCommentsClient::GetSSOUsers200Response](docs/GetSSOUsers200Response.md)
298
433
  - [FastCommentsClient::GetSubscriptionsAPIResponse](docs/GetSubscriptionsAPIResponse.md)
434
+ - [FastCommentsClient::GetTenant200Response](docs/GetTenant200Response.md)
435
+ - [FastCommentsClient::GetTenantDailyUsages200Response](docs/GetTenantDailyUsages200Response.md)
436
+ - [FastCommentsClient::GetTenantDailyUsagesResponse](docs/GetTenantDailyUsagesResponse.md)
437
+ - [FastCommentsClient::GetTenantPackage200Response](docs/GetTenantPackage200Response.md)
438
+ - [FastCommentsClient::GetTenantPackageResponse](docs/GetTenantPackageResponse.md)
439
+ - [FastCommentsClient::GetTenantPackages200Response](docs/GetTenantPackages200Response.md)
440
+ - [FastCommentsClient::GetTenantPackagesResponse](docs/GetTenantPackagesResponse.md)
441
+ - [FastCommentsClient::GetTenantResponse](docs/GetTenantResponse.md)
442
+ - [FastCommentsClient::GetTenantUser200Response](docs/GetTenantUser200Response.md)
443
+ - [FastCommentsClient::GetTenantUserResponse](docs/GetTenantUserResponse.md)
444
+ - [FastCommentsClient::GetTenantUsers200Response](docs/GetTenantUsers200Response.md)
445
+ - [FastCommentsClient::GetTenantUsersResponse](docs/GetTenantUsersResponse.md)
446
+ - [FastCommentsClient::GetTenants200Response](docs/GetTenants200Response.md)
447
+ - [FastCommentsClient::GetTenantsResponse](docs/GetTenantsResponse.md)
448
+ - [FastCommentsClient::GetUser200Response](docs/GetUser200Response.md)
299
449
  - [FastCommentsClient::GetUserBadge200Response](docs/GetUserBadge200Response.md)
300
450
  - [FastCommentsClient::GetUserBadgeProgressById200Response](docs/GetUserBadgeProgressById200Response.md)
301
451
  - [FastCommentsClient::GetUserBadgeProgressList200Response](docs/GetUserBadgeProgressList200Response.md)
@@ -306,22 +456,31 @@ Class | Method | HTTP request | Description
306
456
  - [FastCommentsClient::GetUserPresenceStatuses200Response](docs/GetUserPresenceStatuses200Response.md)
307
457
  - [FastCommentsClient::GetUserPresenceStatusesResponse](docs/GetUserPresenceStatusesResponse.md)
308
458
  - [FastCommentsClient::GetUserReactsPublic200Response](docs/GetUserReactsPublic200Response.md)
459
+ - [FastCommentsClient::GetUserResponse](docs/GetUserResponse.md)
460
+ - [FastCommentsClient::GetVotes200Response](docs/GetVotes200Response.md)
461
+ - [FastCommentsClient::GetVotesForUser200Response](docs/GetVotesForUser200Response.md)
462
+ - [FastCommentsClient::GetVotesForUserResponse](docs/GetVotesForUserResponse.md)
463
+ - [FastCommentsClient::GetVotesResponse](docs/GetVotesResponse.md)
309
464
  - [FastCommentsClient::GifRating](docs/GifRating.md)
310
465
  - [FastCommentsClient::HeaderState](docs/HeaderState.md)
311
466
  - [FastCommentsClient::IgnoredResponse](docs/IgnoredResponse.md)
312
467
  - [FastCommentsClient::ImageContentProfanityLevel](docs/ImageContentProfanityLevel.md)
468
+ - [FastCommentsClient::ImportedSiteType](docs/ImportedSiteType.md)
313
469
  - [FastCommentsClient::LiveEvent](docs/LiveEvent.md)
314
470
  - [FastCommentsClient::LiveEventExtraInfo](docs/LiveEventExtraInfo.md)
315
471
  - [FastCommentsClient::LiveEventType](docs/LiveEventType.md)
316
472
  - [FastCommentsClient::LockComment200Response](docs/LockComment200Response.md)
317
473
  - [FastCommentsClient::MediaAsset](docs/MediaAsset.md)
318
474
  - [FastCommentsClient::MetaItem](docs/MetaItem.md)
475
+ - [FastCommentsClient::Moderator](docs/Moderator.md)
319
476
  - [FastCommentsClient::NotificationAndCount](docs/NotificationAndCount.md)
320
477
  - [FastCommentsClient::NotificationObjectType](docs/NotificationObjectType.md)
321
478
  - [FastCommentsClient::NotificationType](docs/NotificationType.md)
322
479
  - [FastCommentsClient::PatchDomainConfigParams](docs/PatchDomainConfigParams.md)
480
+ - [FastCommentsClient::PatchHashTag200Response](docs/PatchHashTag200Response.md)
323
481
  - [FastCommentsClient::PatchPageAPIResponse](docs/PatchPageAPIResponse.md)
324
482
  - [FastCommentsClient::PatchSSOUserAPIResponse](docs/PatchSSOUserAPIResponse.md)
483
+ - [FastCommentsClient::PendingCommentToSyncOutbound](docs/PendingCommentToSyncOutbound.md)
325
484
  - [FastCommentsClient::PinComment200Response](docs/PinComment200Response.md)
326
485
  - [FastCommentsClient::PubSubComment](docs/PubSubComment.md)
327
486
  - [FastCommentsClient::PubSubCommentBase](docs/PubSubCommentBase.md)
@@ -333,9 +492,12 @@ Class | Method | HTTP request | Description
333
492
  - [FastCommentsClient::PublicComment](docs/PublicComment.md)
334
493
  - [FastCommentsClient::PublicCommentBase](docs/PublicCommentBase.md)
335
494
  - [FastCommentsClient::PublicFeedPostsResponse](docs/PublicFeedPostsResponse.md)
495
+ - [FastCommentsClient::PublicVote](docs/PublicVote.md)
336
496
  - [FastCommentsClient::PutSSOUserAPIResponse](docs/PutSSOUserAPIResponse.md)
337
497
  - [FastCommentsClient::QueryPredicate](docs/QueryPredicate.md)
338
498
  - [FastCommentsClient::QueryPredicateValue](docs/QueryPredicateValue.md)
499
+ - [FastCommentsClient::QuestionConfig](docs/QuestionConfig.md)
500
+ - [FastCommentsClient::QuestionConfigCustomOptionsInner](docs/QuestionConfigCustomOptionsInner.md)
339
501
  - [FastCommentsClient::QuestionDatum](docs/QuestionDatum.md)
340
502
  - [FastCommentsClient::QuestionRenderingType](docs/QuestionRenderingType.md)
341
503
  - [FastCommentsClient::QuestionResult](docs/QuestionResult.md)
@@ -347,9 +509,14 @@ Class | Method | HTTP request | Description
347
509
  - [FastCommentsClient::ReactFeedPostResponse](docs/ReactFeedPostResponse.md)
348
510
  - [FastCommentsClient::RecordStringBeforeStringOrNullAfterStringOrNullValue](docs/RecordStringBeforeStringOrNullAfterStringOrNullValue.md)
349
511
  - [FastCommentsClient::RecordStringStringOrNumberValue](docs/RecordStringStringOrNumberValue.md)
512
+ - [FastCommentsClient::RenderEmailTemplate200Response](docs/RenderEmailTemplate200Response.md)
513
+ - [FastCommentsClient::RenderEmailTemplateBody](docs/RenderEmailTemplateBody.md)
514
+ - [FastCommentsClient::RenderEmailTemplateResponse](docs/RenderEmailTemplateResponse.md)
350
515
  - [FastCommentsClient::RenderableUserNotification](docs/RenderableUserNotification.md)
351
516
  - [FastCommentsClient::RepeatCommentCheckIgnoredReason](docs/RepeatCommentCheckIgnoredReason.md)
352
517
  - [FastCommentsClient::RepeatCommentHandlingAction](docs/RepeatCommentHandlingAction.md)
518
+ - [FastCommentsClient::ReplaceTenantPackageBody](docs/ReplaceTenantPackageBody.md)
519
+ - [FastCommentsClient::ReplaceTenantUserBody](docs/ReplaceTenantUserBody.md)
353
520
  - [FastCommentsClient::ResetUserNotifications200Response](docs/ResetUserNotifications200Response.md)
354
521
  - [FastCommentsClient::ResetUserNotificationsResponse](docs/ResetUserNotificationsResponse.md)
355
522
  - [FastCommentsClient::SORTDIR](docs/SORTDIR.md)
@@ -365,6 +532,8 @@ Class | Method | HTTP request | Description
365
532
  - [FastCommentsClient::SizePreset](docs/SizePreset.md)
366
533
  - [FastCommentsClient::SortDirections](docs/SortDirections.md)
367
534
  - [FastCommentsClient::SpamRule](docs/SpamRule.md)
535
+ - [FastCommentsClient::TenantHashTag](docs/TenantHashTag.md)
536
+ - [FastCommentsClient::TenantPackage](docs/TenantPackage.md)
368
537
  - [FastCommentsClient::UnBlockCommentPublic200Response](docs/UnBlockCommentPublic200Response.md)
369
538
  - [FastCommentsClient::UnBlockFromCommentParams](docs/UnBlockFromCommentParams.md)
370
539
  - [FastCommentsClient::UnblockSuccess](docs/UnblockSuccess.md)
@@ -372,14 +541,26 @@ Class | Method | HTTP request | Description
372
541
  - [FastCommentsClient::UpdateAPIPageData](docs/UpdateAPIPageData.md)
373
542
  - [FastCommentsClient::UpdateAPISSOUserData](docs/UpdateAPISSOUserData.md)
374
543
  - [FastCommentsClient::UpdateDomainConfigParams](docs/UpdateDomainConfigParams.md)
544
+ - [FastCommentsClient::UpdateEmailTemplateBody](docs/UpdateEmailTemplateBody.md)
375
545
  - [FastCommentsClient::UpdateFeedPostParams](docs/UpdateFeedPostParams.md)
546
+ - [FastCommentsClient::UpdateHashTagBody](docs/UpdateHashTagBody.md)
547
+ - [FastCommentsClient::UpdateHashTagResponse](docs/UpdateHashTagResponse.md)
548
+ - [FastCommentsClient::UpdateModeratorBody](docs/UpdateModeratorBody.md)
549
+ - [FastCommentsClient::UpdateNotificationBody](docs/UpdateNotificationBody.md)
550
+ - [FastCommentsClient::UpdateQuestionConfigBody](docs/UpdateQuestionConfigBody.md)
551
+ - [FastCommentsClient::UpdateQuestionResultBody](docs/UpdateQuestionResultBody.md)
552
+ - [FastCommentsClient::UpdateTenantBody](docs/UpdateTenantBody.md)
553
+ - [FastCommentsClient::UpdateTenantPackageBody](docs/UpdateTenantPackageBody.md)
554
+ - [FastCommentsClient::UpdateTenantUserBody](docs/UpdateTenantUserBody.md)
376
555
  - [FastCommentsClient::UpdateUserBadge200Response](docs/UpdateUserBadge200Response.md)
377
556
  - [FastCommentsClient::UpdateUserBadgeParams](docs/UpdateUserBadgeParams.md)
378
557
  - [FastCommentsClient::UpdateUserNotificationStatus200Response](docs/UpdateUserNotificationStatus200Response.md)
379
558
  - [FastCommentsClient::UploadImageResponse](docs/UploadImageResponse.md)
559
+ - [FastCommentsClient::User](docs/User.md)
380
560
  - [FastCommentsClient::UserBadge](docs/UserBadge.md)
381
561
  - [FastCommentsClient::UserBadgeProgress](docs/UserBadgeProgress.md)
382
562
  - [FastCommentsClient::UserNotification](docs/UserNotification.md)
563
+ - [FastCommentsClient::UserNotificationCount](docs/UserNotificationCount.md)
383
564
  - [FastCommentsClient::UserNotificationWriteResponse](docs/UserNotificationWriteResponse.md)
384
565
  - [FastCommentsClient::UserPresenceData](docs/UserPresenceData.md)
385
566
  - [FastCommentsClient::UserReactsResponse](docs/UserReactsResponse.md)
@@ -0,0 +1,46 @@
1
+ # FastCommentsClient::APIDomainConfiguration
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **id** | **String** | | |
8
+ | **domain** | **String** | | |
9
+ | **email_from_name** | **String** | | [optional] |
10
+ | **email_from_email** | **String** | | [optional] |
11
+ | **email_headers** | **Hash<String, String>** | Construct a type with a set of properties K of type T | [optional] |
12
+ | **wp_sync_token** | **String** | | [optional] |
13
+ | **wp_synced** | **Boolean** | | [optional] |
14
+ | **wp_url** | **String** | | [optional] |
15
+ | **created_at** | **Time** | | |
16
+ | **auto_added_date** | **Time** | | [optional] |
17
+ | **site_type** | [**ImportedSiteType**](ImportedSiteType.md) | | [optional] |
18
+ | **logo_src** | **String** | | [optional] |
19
+ | **logo_src100px** | **String** | | [optional] |
20
+ | **footer_unsubscribe_url** | **String** | | [optional] |
21
+ | **disable_unsubscribe_links** | **Boolean** | | [optional] |
22
+
23
+ ## Example
24
+
25
+ ```ruby
26
+ require 'fastcomments-client'
27
+
28
+ instance = FastCommentsClient::APIDomainConfiguration.new(
29
+ id: null,
30
+ domain: null,
31
+ email_from_name: null,
32
+ email_from_email: null,
33
+ email_headers: null,
34
+ wp_sync_token: null,
35
+ wp_synced: null,
36
+ wp_url: null,
37
+ created_at: null,
38
+ auto_added_date: null,
39
+ site_type: null,
40
+ logo_src: null,
41
+ logo_src100px: null,
42
+ footer_unsubscribe_url: null,
43
+ disable_unsubscribe_links: null
44
+ )
45
+ ```
46
+
@@ -0,0 +1,72 @@
1
+ # FastCommentsClient::APITenant
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **id** | **String** | | |
8
+ | **name** | **String** | | |
9
+ | **email** | **String** | | [optional] |
10
+ | **sign_up_date** | **Float** | | |
11
+ | **package_id** | **String** | | |
12
+ | **payment_frequency** | **Float** | | |
13
+ | **billing_info_valid** | **Boolean** | | |
14
+ | **billing_handled_externally** | **Boolean** | | [optional] |
15
+ | **created_by** | **String** | | |
16
+ | **is_setup** | **Boolean** | | |
17
+ | **domain_configuration** | [**Array<APIDomainConfiguration>**](APIDomainConfiguration.md) | | |
18
+ | **billing_info** | [**BillingInfo**](BillingInfo.md) | | [optional] |
19
+ | **stripe_customer_id** | **String** | | [optional] |
20
+ | **stripe_subscription_id** | **String** | | [optional] |
21
+ | **stripe_plan_id** | **String** | | [optional] |
22
+ | **enable_profanity_filter** | **Boolean** | | |
23
+ | **enable_spam_filter** | **Boolean** | | |
24
+ | **last_billing_issue_reminder_date** | **Time** | | [optional] |
25
+ | **remove_unverified_comments** | **Boolean** | | [optional] |
26
+ | **unverified_comments_tt_lms** | **Float** | | [optional] |
27
+ | **comments_require_approval** | **Boolean** | | [optional] |
28
+ | **auto_approve_comment_on_verification** | **Boolean** | | [optional] |
29
+ | **send_profane_to_spam** | **Boolean** | | [optional] |
30
+ | **has_flex_pricing** | **Boolean** | | [optional] |
31
+ | **has_auditing** | **Boolean** | | [optional] |
32
+ | **flex_last_billed_amount** | **Float** | | [optional] |
33
+ | **de_anon_ip_addr** | **Float** | | [optional] |
34
+ | **meta** | **Hash<String, String>** | Construct a type with a set of properties K of type T | [optional] |
35
+
36
+ ## Example
37
+
38
+ ```ruby
39
+ require 'fastcomments-client'
40
+
41
+ instance = FastCommentsClient::APITenant.new(
42
+ id: null,
43
+ name: null,
44
+ email: null,
45
+ sign_up_date: null,
46
+ package_id: null,
47
+ payment_frequency: null,
48
+ billing_info_valid: null,
49
+ billing_handled_externally: null,
50
+ created_by: null,
51
+ is_setup: null,
52
+ domain_configuration: null,
53
+ billing_info: null,
54
+ stripe_customer_id: null,
55
+ stripe_subscription_id: null,
56
+ stripe_plan_id: null,
57
+ enable_profanity_filter: null,
58
+ enable_spam_filter: null,
59
+ last_billing_issue_reminder_date: null,
60
+ remove_unverified_comments: null,
61
+ unverified_comments_tt_lms: null,
62
+ comments_require_approval: null,
63
+ auto_approve_comment_on_verification: null,
64
+ send_profane_to_spam: null,
65
+ has_flex_pricing: null,
66
+ has_auditing: null,
67
+ flex_last_billed_amount: null,
68
+ de_anon_ip_addr: null,
69
+ meta: null
70
+ )
71
+ ```
72
+
@@ -0,0 +1,54 @@
1
+ # FastCommentsClient::APITenantDailyUsage
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **id** | **String** | | |
8
+ | **tenant_id** | **String** | | |
9
+ | **year_number** | **Float** | | |
10
+ | **month_number** | **Float** | | |
11
+ | **day_number** | **Float** | | |
12
+ | **comment_fetch_count** | **Float** | | |
13
+ | **comment_create_count** | **Float** | | |
14
+ | **conversation_create_count** | **Float** | | |
15
+ | **vote_count** | **Float** | | |
16
+ | **account_created_count** | **Float** | | |
17
+ | **user_mention_search** | **Float** | | |
18
+ | **hash_tag_search** | **Float** | | |
19
+ | **gif_search_trending** | **Float** | | |
20
+ | **gif_search** | **Float** | | |
21
+ | **api_credits_used** | **Float** | | |
22
+ | **created_at** | **Time** | | |
23
+ | **billed** | **Boolean** | | |
24
+ | **ignored** | **Boolean** | | |
25
+ | **api_error_count** | **Float** | | |
26
+
27
+ ## Example
28
+
29
+ ```ruby
30
+ require 'fastcomments-client'
31
+
32
+ instance = FastCommentsClient::APITenantDailyUsage.new(
33
+ id: null,
34
+ tenant_id: null,
35
+ year_number: null,
36
+ month_number: null,
37
+ day_number: null,
38
+ comment_fetch_count: null,
39
+ comment_create_count: null,
40
+ conversation_create_count: null,
41
+ vote_count: null,
42
+ account_created_count: null,
43
+ user_mention_search: null,
44
+ hash_tag_search: null,
45
+ gif_search_trending: null,
46
+ gif_search: null,
47
+ api_credits_used: null,
48
+ created_at: null,
49
+ billed: null,
50
+ ignored: null,
51
+ api_error_count: null
52
+ )
53
+ ```
54
+