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.
- checksums.yaml +4 -4
- data/README.md +2 -4
- data/client/README.md +185 -4
- data/client/docs/APIDomainConfiguration.md +46 -0
- data/client/docs/APITenant.md +72 -0
- data/client/docs/APITenantDailyUsage.md +54 -0
- data/client/docs/AddHashTag200Response.md +34 -0
- data/client/docs/AddHashTagsBulk200Response.md +34 -0
- data/client/docs/BillingInfo.md +32 -0
- data/client/docs/BulkCreateHashTagsBody.md +20 -0
- data/client/docs/BulkCreateHashTagsBodyTagsInner.md +20 -0
- data/client/docs/BulkCreateHashTagsResponse.md +20 -0
- data/client/docs/CommentLogData.md +7 -1
- data/client/docs/CreateEmailTemplate200Response.md +34 -0
- data/client/docs/CreateEmailTemplateBody.md +28 -0
- data/client/docs/CreateEmailTemplateResponse.md +20 -0
- data/client/docs/CreateHashTagBody.md +22 -0
- data/client/docs/CreateHashTagResponse.md +20 -0
- data/client/docs/CreateModerator200Response.md +34 -0
- data/client/docs/CreateModeratorBody.md +24 -0
- data/client/docs/CreateModeratorResponse.md +20 -0
- data/client/docs/CreateQuestionConfig200Response.md +34 -0
- data/client/docs/CreateQuestionConfigBody.md +44 -0
- data/client/docs/CreateQuestionConfigResponse.md +20 -0
- data/client/docs/CreateQuestionResult200Response.md +34 -0
- data/client/docs/CreateQuestionResultBody.md +30 -0
- data/client/docs/CreateQuestionResultResponse.md +20 -0
- data/client/docs/CreateTenant200Response.md +34 -0
- data/client/docs/CreateTenantBody.md +62 -0
- data/client/docs/CreateTenantPackage200Response.md +34 -0
- data/client/docs/CreateTenantPackageBody.md +112 -0
- data/client/docs/CreateTenantPackageResponse.md +20 -0
- data/client/docs/CreateTenantResponse.md +20 -0
- data/client/docs/CreateTenantUser200Response.md +34 -0
- data/client/docs/CreateTenantUserBody.md +64 -0
- data/client/docs/CreateTenantUserResponse.md +20 -0
- data/client/docs/CreateVote200Response.md +32 -0
- data/client/docs/CreateVoteResponse.md +18 -0
- data/client/docs/CustomEmailTemplate.md +38 -0
- data/client/docs/DefaultApi.md +5229 -591
- data/client/docs/DeleteHashTagRequest.md +18 -0
- data/client/docs/DeleteVote200Response.md +32 -0
- data/client/docs/DeleteVoteResponse.md +18 -0
- data/client/docs/DigestEmailFrequency.md +15 -0
- data/client/docs/EmailTemplateDefinition.md +24 -0
- data/client/docs/EmailTemplateRenderErrorResponse.md +30 -0
- data/client/docs/GetCachedNotificationCount200Response.md +34 -0
- data/client/docs/GetCachedNotificationCountResponse.md +20 -0
- data/client/docs/GetEmailTemplate200Response.md +34 -0
- data/client/docs/GetEmailTemplateDefinitions200Response.md +34 -0
- data/client/docs/GetEmailTemplateDefinitionsResponse.md +20 -0
- data/client/docs/GetEmailTemplateRenderErrors200Response.md +34 -0
- data/client/docs/GetEmailTemplateRenderErrorsResponse.md +20 -0
- data/client/docs/GetEmailTemplateResponse.md +20 -0
- data/client/docs/GetEmailTemplates200Response.md +34 -0
- data/client/docs/GetEmailTemplatesResponse.md +20 -0
- data/client/docs/GetHashTags200Response.md +34 -0
- data/client/docs/GetHashTagsResponse.md +20 -0
- data/client/docs/GetModerator200Response.md +34 -0
- data/client/docs/GetModeratorResponse.md +20 -0
- data/client/docs/GetModerators200Response.md +34 -0
- data/client/docs/GetModeratorsResponse.md +20 -0
- data/client/docs/GetNotificationCount200Response.md +34 -0
- data/client/docs/GetNotificationCountResponse.md +20 -0
- data/client/docs/GetNotifications200Response.md +34 -0
- data/client/docs/GetNotificationsResponse.md +20 -0
- data/client/docs/GetPendingWebhookEventCount200Response.md +34 -0
- data/client/docs/GetPendingWebhookEventCountResponse.md +20 -0
- data/client/docs/GetPendingWebhookEvents200Response.md +34 -0
- data/client/docs/GetPendingWebhookEventsResponse.md +20 -0
- data/client/docs/GetQuestionConfig200Response.md +34 -0
- data/client/docs/GetQuestionConfigResponse.md +20 -0
- data/client/docs/GetQuestionConfigs200Response.md +34 -0
- data/client/docs/GetQuestionConfigsResponse.md +20 -0
- data/client/docs/GetQuestionResult200Response.md +34 -0
- data/client/docs/GetQuestionResultResponse.md +20 -0
- data/client/docs/GetQuestionResults200Response.md +34 -0
- data/client/docs/GetQuestionResultsResponse.md +20 -0
- data/client/docs/GetTenant200Response.md +34 -0
- data/client/docs/GetTenantDailyUsages200Response.md +34 -0
- data/client/docs/GetTenantDailyUsagesResponse.md +20 -0
- data/client/docs/GetTenantPackage200Response.md +34 -0
- data/client/docs/GetTenantPackageResponse.md +20 -0
- data/client/docs/GetTenantPackages200Response.md +34 -0
- data/client/docs/GetTenantPackagesResponse.md +20 -0
- data/client/docs/GetTenantResponse.md +20 -0
- data/client/docs/GetTenantUser200Response.md +34 -0
- data/client/docs/GetTenantUserResponse.md +20 -0
- data/client/docs/GetTenantUsers200Response.md +34 -0
- data/client/docs/GetTenantUsersResponse.md +20 -0
- data/client/docs/GetTenants200Response.md +34 -0
- data/client/docs/GetTenantsResponse.md +20 -0
- data/client/docs/GetUser200Response.md +34 -0
- data/client/docs/GetUserResponse.md +20 -0
- data/client/docs/GetVotes200Response.md +38 -0
- data/client/docs/GetVotesForUser200Response.md +38 -0
- data/client/docs/GetVotesForUserResponse.md +24 -0
- data/client/docs/GetVotesResponse.md +24 -0
- data/client/docs/ImportedSiteType.md +15 -0
- data/client/docs/Moderator.md +52 -0
- data/client/docs/PatchHashTag200Response.md +34 -0
- data/client/docs/PendingCommentToSyncOutbound.md +42 -0
- data/client/docs/PublicApi.md +6 -6
- data/client/docs/PublicVote.md +28 -0
- data/client/docs/QuestionConfig.md +58 -0
- data/client/docs/QuestionConfigCustomOptionsInner.md +20 -0
- data/client/docs/RenderEmailTemplate200Response.md +34 -0
- data/client/docs/RenderEmailTemplateBody.md +24 -0
- data/client/docs/RenderEmailTemplateResponse.md +20 -0
- data/client/docs/ReplaceTenantPackageBody.md +76 -0
- data/client/docs/ReplaceTenantUserBody.md +72 -0
- data/client/docs/TenantHashTag.md +26 -0
- data/client/docs/TenantPackage.md +120 -0
- data/client/docs/UpdateEmailTemplateBody.md +28 -0
- data/client/docs/UpdateHashTagBody.md +22 -0
- data/client/docs/UpdateHashTagResponse.md +20 -0
- data/client/docs/UpdateModeratorBody.md +24 -0
- data/client/docs/UpdateNotificationBody.md +20 -0
- data/client/docs/UpdateQuestionConfigBody.md +44 -0
- data/client/docs/UpdateQuestionResultBody.md +30 -0
- data/client/docs/UpdateTenantBody.md +64 -0
- data/client/docs/UpdateTenantPackageBody.md +78 -0
- data/client/docs/UpdateTenantUserBody.md +64 -0
- data/client/docs/User.md +118 -0
- data/client/docs/UserNotificationCount.md +24 -0
- data/client/lib/fastcomments-client/api/default_api.rb +5133 -776
- data/client/lib/fastcomments-client/api/public_api.rb +6 -10
- data/client/lib/fastcomments-client/models/add_hash_tag200_response.rb +103 -0
- data/client/lib/fastcomments-client/models/add_hash_tags_bulk200_response.rb +103 -0
- data/client/lib/fastcomments-client/models/api_domain_configuration.rb +355 -0
- data/client/lib/fastcomments-client/models/api_tenant.rb +583 -0
- data/client/lib/fastcomments-client/models/api_tenant_daily_usage.rb +632 -0
- data/client/lib/fastcomments-client/models/billing_info.rb +315 -0
- data/client/lib/fastcomments-client/models/bulk_create_hash_tags_body.rb +175 -0
- data/client/lib/fastcomments-client/models/bulk_create_hash_tags_body_tags_inner.rb +173 -0
- data/client/lib/fastcomments-client/models/bulk_create_hash_tags_response.rb +214 -0
- data/client/lib/fastcomments-client/models/comment_log_data.rb +31 -4
- data/client/lib/fastcomments-client/models/comment_log_type.rb +2 -1
- data/client/lib/fastcomments-client/models/create_email_template200_response.rb +103 -0
- data/client/lib/fastcomments-client/models/create_email_template_body.rb +249 -0
- data/client/lib/fastcomments-client/models/create_email_template_response.rb +212 -0
- data/client/lib/fastcomments-client/models/create_hash_tag_body.rb +182 -0
- data/client/lib/fastcomments-client/models/create_hash_tag_response.rb +212 -0
- data/client/lib/fastcomments-client/models/create_moderator200_response.rb +103 -0
- data/client/lib/fastcomments-client/models/create_moderator_body.rb +210 -0
- data/client/lib/fastcomments-client/models/create_moderator_response.rb +212 -0
- data/client/lib/fastcomments-client/models/create_question_config200_response.rb +103 -0
- data/client/lib/fastcomments-client/models/create_question_config_body.rb +336 -0
- data/client/lib/fastcomments-client/models/create_question_config_response.rb +212 -0
- data/client/lib/fastcomments-client/models/create_question_result200_response.rb +103 -0
- data/client/lib/fastcomments-client/models/create_question_result_body.rb +255 -0
- data/client/lib/fastcomments-client/models/create_question_result_response.rb +212 -0
- data/client/lib/fastcomments-client/models/create_tenant200_response.rb +103 -0
- data/client/lib/fastcomments-client/models/create_tenant_body.rb +384 -0
- data/client/lib/fastcomments-client/models/create_tenant_package200_response.rb +103 -0
- data/client/lib/fastcomments-client/models/create_tenant_package_body.rb +797 -0
- data/client/lib/fastcomments-client/models/create_tenant_package_response.rb +212 -0
- data/client/lib/fastcomments-client/models/create_tenant_response.rb +212 -0
- data/client/lib/fastcomments-client/models/create_tenant_user200_response.rb +103 -0
- data/client/lib/fastcomments-client/models/create_tenant_user_body.rb +390 -0
- data/client/lib/fastcomments-client/models/create_tenant_user_response.rb +212 -0
- data/client/lib/fastcomments-client/models/create_vote200_response.rb +103 -0
- data/client/lib/fastcomments-client/models/create_vote_response.rb +186 -0
- data/client/lib/fastcomments-client/models/custom_email_template.rb +369 -0
- data/client/lib/fastcomments-client/models/delete_hash_tag_request.rb +147 -0
- data/client/lib/fastcomments-client/models/delete_vote200_response.rb +103 -0
- data/client/lib/fastcomments-client/models/delete_vote_response.rb +186 -0
- data/client/lib/fastcomments-client/models/digest_email_frequency.rb +42 -0
- data/client/lib/fastcomments-client/models/email_template_definition.rb +248 -0
- data/client/lib/fastcomments-client/models/email_template_render_error_response.rb +320 -0
- data/client/lib/fastcomments-client/models/get_cached_notification_count200_response.rb +103 -0
- data/client/lib/fastcomments-client/models/get_cached_notification_count_response.rb +212 -0
- data/client/lib/fastcomments-client/models/get_email_template200_response.rb +103 -0
- data/client/lib/fastcomments-client/models/get_email_template_definitions200_response.rb +103 -0
- data/client/lib/fastcomments-client/models/get_email_template_definitions_response.rb +214 -0
- data/client/lib/fastcomments-client/models/get_email_template_render_errors200_response.rb +103 -0
- data/client/lib/fastcomments-client/models/get_email_template_render_errors_response.rb +214 -0
- data/client/lib/fastcomments-client/models/get_email_template_response.rb +212 -0
- data/client/lib/fastcomments-client/models/get_email_templates200_response.rb +103 -0
- data/client/lib/fastcomments-client/models/get_email_templates_response.rb +214 -0
- data/client/lib/fastcomments-client/models/get_hash_tags200_response.rb +103 -0
- data/client/lib/fastcomments-client/models/get_hash_tags_response.rb +214 -0
- data/client/lib/fastcomments-client/models/get_moderator200_response.rb +103 -0
- data/client/lib/fastcomments-client/models/get_moderator_response.rb +212 -0
- data/client/lib/fastcomments-client/models/get_moderators200_response.rb +103 -0
- data/client/lib/fastcomments-client/models/get_moderators_response.rb +214 -0
- data/client/lib/fastcomments-client/models/get_notification_count200_response.rb +103 -0
- data/client/lib/fastcomments-client/models/get_notification_count_response.rb +212 -0
- data/client/lib/fastcomments-client/models/get_notifications200_response.rb +103 -0
- data/client/lib/fastcomments-client/models/get_notifications_response.rb +214 -0
- data/client/lib/fastcomments-client/models/get_pending_webhook_event_count200_response.rb +103 -0
- data/client/lib/fastcomments-client/models/get_pending_webhook_event_count_response.rb +212 -0
- data/client/lib/fastcomments-client/models/get_pending_webhook_events200_response.rb +103 -0
- data/client/lib/fastcomments-client/models/get_pending_webhook_events_response.rb +214 -0
- data/client/lib/fastcomments-client/models/get_question_config200_response.rb +103 -0
- data/client/lib/fastcomments-client/models/get_question_config_response.rb +212 -0
- data/client/lib/fastcomments-client/models/get_question_configs200_response.rb +103 -0
- data/client/lib/fastcomments-client/models/get_question_configs_response.rb +214 -0
- data/client/lib/fastcomments-client/models/get_question_result200_response.rb +103 -0
- data/client/lib/fastcomments-client/models/get_question_result_response.rb +212 -0
- data/client/lib/fastcomments-client/models/get_question_results200_response.rb +103 -0
- data/client/lib/fastcomments-client/models/get_question_results_response.rb +214 -0
- data/client/lib/fastcomments-client/models/get_tenant200_response.rb +103 -0
- data/client/lib/fastcomments-client/models/get_tenant_daily_usages200_response.rb +103 -0
- data/client/lib/fastcomments-client/models/get_tenant_daily_usages_response.rb +214 -0
- data/client/lib/fastcomments-client/models/get_tenant_package200_response.rb +103 -0
- data/client/lib/fastcomments-client/models/get_tenant_package_response.rb +212 -0
- data/client/lib/fastcomments-client/models/get_tenant_packages200_response.rb +103 -0
- data/client/lib/fastcomments-client/models/get_tenant_packages_response.rb +214 -0
- data/client/lib/fastcomments-client/models/get_tenant_response.rb +212 -0
- data/client/lib/fastcomments-client/models/get_tenant_user200_response.rb +103 -0
- data/client/lib/fastcomments-client/models/get_tenant_user_response.rb +212 -0
- data/client/lib/fastcomments-client/models/get_tenant_users200_response.rb +103 -0
- data/client/lib/fastcomments-client/models/get_tenant_users_response.rb +214 -0
- data/client/lib/fastcomments-client/models/get_tenants200_response.rb +103 -0
- data/client/lib/fastcomments-client/models/get_tenants_response.rb +214 -0
- data/client/lib/fastcomments-client/models/get_user200_response.rb +103 -0
- data/client/lib/fastcomments-client/models/get_user_response.rb +212 -0
- data/client/lib/fastcomments-client/models/get_votes200_response.rb +103 -0
- data/client/lib/fastcomments-client/models/get_votes_for_user200_response.rb +103 -0
- data/client/lib/fastcomments-client/models/get_votes_for_user_response.rb +270 -0
- data/client/lib/fastcomments-client/models/get_votes_response.rb +270 -0
- data/client/lib/fastcomments-client/models/imported_site_type.rb +40 -0
- data/client/lib/fastcomments-client/models/moderator.rb +538 -0
- data/client/lib/fastcomments-client/models/patch_hash_tag200_response.rb +103 -0
- data/client/lib/fastcomments-client/models/pending_comment_to_sync_outbound.rb +428 -0
- data/client/lib/fastcomments-client/models/public_vote.rb +294 -0
- data/client/lib/fastcomments-client/models/question_config.rb +671 -0
- data/client/lib/fastcomments-client/models/question_config_custom_options_inner.rb +190 -0
- data/client/lib/fastcomments-client/models/render_email_template200_response.rb +103 -0
- data/client/lib/fastcomments-client/models/render_email_template_body.rb +214 -0
- data/client/lib/fastcomments-client/models/render_email_template_response.rb +212 -0
- data/client/lib/fastcomments-client/models/replace_tenant_package_body.rb +665 -0
- data/client/lib/fastcomments-client/models/replace_tenant_user_body.rb +426 -0
- data/client/lib/fastcomments-client/models/tenant_hash_tag.rb +251 -0
- data/client/lib/fastcomments-client/models/tenant_package.rb +994 -0
- data/client/lib/fastcomments-client/models/update_email_template_body.rb +198 -0
- data/client/lib/fastcomments-client/models/update_hash_tag_body.rb +165 -0
- data/client/lib/fastcomments-client/models/update_hash_tag_response.rb +212 -0
- data/client/lib/fastcomments-client/models/update_moderator_body.rb +176 -0
- data/client/lib/fastcomments-client/models/update_notification_body.rb +156 -0
- data/client/lib/fastcomments-client/models/update_question_config_body.rb +268 -0
- data/client/lib/fastcomments-client/models/update_question_result_body.rb +204 -0
- data/client/lib/fastcomments-client/models/update_tenant_body.rb +359 -0
- data/client/lib/fastcomments-client/models/update_tenant_package_body.rb +419 -0
- data/client/lib/fastcomments-client/models/update_tenant_user_body.rb +356 -0
- data/client/lib/fastcomments-client/models/user.rb +753 -0
- data/client/lib/fastcomments-client/models/user_notification_count.rb +242 -0
- data/client/lib/fastcomments-client/version.rb +1 -1
- data/client/lib/fastcomments-client.rb +119 -0
- data/client/spec/api/default_api_spec.rb +740 -0
- data/client/spec/api/public_api_spec.rb +1 -1
- data/client/spec/models/add_hash_tag200_response_spec.rb +21 -0
- data/client/spec/models/add_hash_tags_bulk200_response_spec.rb +21 -0
- data/client/spec/models/api_domain_configuration_spec.rb +120 -0
- data/client/spec/models/api_tenant_daily_usage_spec.rb +144 -0
- data/client/spec/models/api_tenant_spec.rb +198 -0
- data/client/spec/models/billing_info_spec.rb +78 -0
- data/client/spec/models/bulk_create_hash_tags_body_spec.rb +42 -0
- data/client/spec/models/bulk_create_hash_tags_body_tags_inner_spec.rb +42 -0
- data/client/spec/models/bulk_create_hash_tags_response_spec.rb +42 -0
- data/client/spec/models/comment_log_data_spec.rb +18 -0
- data/client/spec/models/create_email_template200_response_spec.rb +21 -0
- data/client/spec/models/create_email_template_body_spec.rb +66 -0
- data/client/spec/models/create_email_template_response_spec.rb +42 -0
- data/client/spec/models/create_hash_tag_body_spec.rb +48 -0
- data/client/spec/models/create_hash_tag_response_spec.rb +42 -0
- data/client/spec/models/create_moderator200_response_spec.rb +21 -0
- data/client/spec/models/create_moderator_body_spec.rb +54 -0
- data/client/spec/models/create_moderator_response_spec.rb +42 -0
- data/client/spec/models/create_question_config200_response_spec.rb +21 -0
- data/client/spec/models/create_question_config_body_spec.rb +114 -0
- data/client/spec/models/create_question_config_response_spec.rb +42 -0
- data/client/spec/models/create_question_result200_response_spec.rb +21 -0
- data/client/spec/models/create_question_result_body_spec.rb +72 -0
- data/client/spec/models/create_question_result_response_spec.rb +42 -0
- data/client/spec/models/create_tenant200_response_spec.rb +21 -0
- data/client/spec/models/create_tenant_body_spec.rb +168 -0
- data/client/spec/models/create_tenant_package200_response_spec.rb +21 -0
- data/client/spec/models/create_tenant_package_body_spec.rb +318 -0
- data/client/spec/models/create_tenant_package_response_spec.rb +42 -0
- data/client/spec/models/create_tenant_response_spec.rb +42 -0
- data/client/spec/models/create_tenant_user200_response_spec.rb +21 -0
- data/client/spec/models/create_tenant_user_body_spec.rb +174 -0
- data/client/spec/models/create_tenant_user_response_spec.rb +42 -0
- data/client/spec/models/create_vote200_response_spec.rb +21 -0
- data/client/spec/models/create_vote_response_spec.rb +36 -0
- data/client/spec/models/custom_email_template_spec.rb +96 -0
- data/client/spec/models/delete_hash_tag_request_spec.rb +36 -0
- data/client/spec/models/delete_vote200_response_spec.rb +21 -0
- data/client/spec/models/delete_vote_response_spec.rb +36 -0
- data/client/spec/models/digest_email_frequency_spec.rb +30 -0
- data/client/spec/models/email_template_definition_spec.rb +54 -0
- data/client/spec/models/email_template_render_error_response_spec.rb +72 -0
- data/client/spec/models/get_cached_notification_count200_response_spec.rb +21 -0
- data/client/spec/models/get_cached_notification_count_response_spec.rb +42 -0
- data/client/spec/models/get_email_template200_response_spec.rb +21 -0
- data/client/spec/models/get_email_template_definitions200_response_spec.rb +21 -0
- data/client/spec/models/get_email_template_definitions_response_spec.rb +42 -0
- data/client/spec/models/get_email_template_render_errors200_response_spec.rb +21 -0
- data/client/spec/models/get_email_template_render_errors_response_spec.rb +42 -0
- data/client/spec/models/get_email_template_response_spec.rb +42 -0
- data/client/spec/models/get_email_templates200_response_spec.rb +21 -0
- data/client/spec/models/get_email_templates_response_spec.rb +42 -0
- data/client/spec/models/get_hash_tags200_response_spec.rb +21 -0
- data/client/spec/models/get_hash_tags_response_spec.rb +42 -0
- data/client/spec/models/get_moderator200_response_spec.rb +21 -0
- data/client/spec/models/get_moderator_response_spec.rb +42 -0
- data/client/spec/models/get_moderators200_response_spec.rb +21 -0
- data/client/spec/models/get_moderators_response_spec.rb +42 -0
- data/client/spec/models/get_notification_count200_response_spec.rb +21 -0
- data/client/spec/models/get_notification_count_response_spec.rb +42 -0
- data/client/spec/models/get_notifications200_response_spec.rb +21 -0
- data/client/spec/models/get_notifications_response_spec.rb +42 -0
- data/client/spec/models/get_pending_webhook_event_count200_response_spec.rb +21 -0
- data/client/spec/models/get_pending_webhook_event_count_response_spec.rb +42 -0
- data/client/spec/models/get_pending_webhook_events200_response_spec.rb +21 -0
- data/client/spec/models/get_pending_webhook_events_response_spec.rb +42 -0
- data/client/spec/models/get_question_config200_response_spec.rb +21 -0
- data/client/spec/models/get_question_config_response_spec.rb +42 -0
- data/client/spec/models/get_question_configs200_response_spec.rb +21 -0
- data/client/spec/models/get_question_configs_response_spec.rb +42 -0
- data/client/spec/models/get_question_result200_response_spec.rb +21 -0
- data/client/spec/models/get_question_result_response_spec.rb +42 -0
- data/client/spec/models/get_question_results200_response_spec.rb +21 -0
- data/client/spec/models/get_question_results_response_spec.rb +42 -0
- data/client/spec/models/get_tenant200_response_spec.rb +21 -0
- data/client/spec/models/get_tenant_daily_usages200_response_spec.rb +21 -0
- data/client/spec/models/get_tenant_daily_usages_response_spec.rb +42 -0
- data/client/spec/models/get_tenant_package200_response_spec.rb +21 -0
- data/client/spec/models/get_tenant_package_response_spec.rb +42 -0
- data/client/spec/models/get_tenant_packages200_response_spec.rb +21 -0
- data/client/spec/models/get_tenant_packages_response_spec.rb +42 -0
- data/client/spec/models/get_tenant_response_spec.rb +42 -0
- data/client/spec/models/get_tenant_user200_response_spec.rb +21 -0
- data/client/spec/models/get_tenant_user_response_spec.rb +42 -0
- data/client/spec/models/get_tenant_users200_response_spec.rb +21 -0
- data/client/spec/models/get_tenant_users_response_spec.rb +42 -0
- data/client/spec/models/get_tenants200_response_spec.rb +21 -0
- data/client/spec/models/get_tenants_response_spec.rb +42 -0
- data/client/spec/models/get_user200_response_spec.rb +21 -0
- data/client/spec/models/get_user_response_spec.rb +42 -0
- data/client/spec/models/get_votes200_response_spec.rb +21 -0
- data/client/spec/models/get_votes_for_user200_response_spec.rb +21 -0
- data/client/spec/models/get_votes_for_user_response_spec.rb +54 -0
- data/client/spec/models/get_votes_response_spec.rb +54 -0
- data/client/spec/models/imported_site_type_spec.rb +30 -0
- data/client/spec/models/moderator_spec.rb +138 -0
- data/client/spec/models/patch_hash_tag200_response_spec.rb +21 -0
- data/client/spec/models/pending_comment_to_sync_outbound_spec.rb +108 -0
- data/client/spec/models/public_vote_spec.rb +66 -0
- data/client/spec/models/question_config_custom_options_inner_spec.rb +42 -0
- data/client/spec/models/question_config_spec.rb +156 -0
- data/client/spec/models/render_email_template200_response_spec.rb +21 -0
- data/client/spec/models/render_email_template_body_spec.rb +54 -0
- data/client/spec/models/render_email_template_response_spec.rb +42 -0
- data/client/spec/models/replace_tenant_package_body_spec.rb +210 -0
- data/client/spec/models/replace_tenant_user_body_spec.rb +198 -0
- data/client/spec/models/tenant_hash_tag_spec.rb +60 -0
- data/client/spec/models/tenant_package_spec.rb +342 -0
- data/client/spec/models/update_email_template_body_spec.rb +66 -0
- data/client/spec/models/update_hash_tag_body_spec.rb +48 -0
- data/client/spec/models/update_hash_tag_response_spec.rb +42 -0
- data/client/spec/models/update_moderator_body_spec.rb +54 -0
- data/client/spec/models/update_notification_body_spec.rb +42 -0
- data/client/spec/models/update_question_config_body_spec.rb +114 -0
- data/client/spec/models/update_question_result_body_spec.rb +72 -0
- data/client/spec/models/update_tenant_body_spec.rb +174 -0
- data/client/spec/models/update_tenant_package_body_spec.rb +216 -0
- data/client/spec/models/update_tenant_user_body_spec.rb +174 -0
- data/client/spec/models/user_notification_count_spec.rb +54 -0
- data/client/spec/models/user_spec.rb +336 -0
- data/lib/fastcomments.rb +2 -1
- metadata +359 -2
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# FastCommentsClient::AddHashTag200Response
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **status** | [**APIStatus**](APIStatus.md) | | |
|
|
8
|
+
| **hash_tag** | [**TenantHashTag**](TenantHashTag.md) | | |
|
|
9
|
+
| **reason** | **String** | | |
|
|
10
|
+
| **code** | **String** | | |
|
|
11
|
+
| **secondary_code** | **String** | | [optional] |
|
|
12
|
+
| **banned_until** | **Integer** | | [optional] |
|
|
13
|
+
| **max_character_length** | **Integer** | | [optional] |
|
|
14
|
+
| **translated_error** | **String** | | [optional] |
|
|
15
|
+
| **custom_config** | [**CustomConfigParameters**](CustomConfigParameters.md) | | [optional] |
|
|
16
|
+
|
|
17
|
+
## Example
|
|
18
|
+
|
|
19
|
+
```ruby
|
|
20
|
+
require 'fastcomments-client'
|
|
21
|
+
|
|
22
|
+
instance = FastCommentsClient::AddHashTag200Response.new(
|
|
23
|
+
status: null,
|
|
24
|
+
hash_tag: null,
|
|
25
|
+
reason: null,
|
|
26
|
+
code: null,
|
|
27
|
+
secondary_code: null,
|
|
28
|
+
banned_until: null,
|
|
29
|
+
max_character_length: null,
|
|
30
|
+
translated_error: null,
|
|
31
|
+
custom_config: null
|
|
32
|
+
)
|
|
33
|
+
```
|
|
34
|
+
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# FastCommentsClient::AddHashTagsBulk200Response
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **status** | [**APIStatus**](APIStatus.md) | | |
|
|
8
|
+
| **results** | [**Array<AddHashTag200Response>**](AddHashTag200Response.md) | | |
|
|
9
|
+
| **reason** | **String** | | |
|
|
10
|
+
| **code** | **String** | | |
|
|
11
|
+
| **secondary_code** | **String** | | [optional] |
|
|
12
|
+
| **banned_until** | **Integer** | | [optional] |
|
|
13
|
+
| **max_character_length** | **Integer** | | [optional] |
|
|
14
|
+
| **translated_error** | **String** | | [optional] |
|
|
15
|
+
| **custom_config** | [**CustomConfigParameters**](CustomConfigParameters.md) | | [optional] |
|
|
16
|
+
|
|
17
|
+
## Example
|
|
18
|
+
|
|
19
|
+
```ruby
|
|
20
|
+
require 'fastcomments-client'
|
|
21
|
+
|
|
22
|
+
instance = FastCommentsClient::AddHashTagsBulk200Response.new(
|
|
23
|
+
status: null,
|
|
24
|
+
results: null,
|
|
25
|
+
reason: null,
|
|
26
|
+
code: null,
|
|
27
|
+
secondary_code: null,
|
|
28
|
+
banned_until: null,
|
|
29
|
+
max_character_length: null,
|
|
30
|
+
translated_error: null,
|
|
31
|
+
custom_config: null
|
|
32
|
+
)
|
|
33
|
+
```
|
|
34
|
+
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
# FastCommentsClient::BillingInfo
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **name** | **String** | | |
|
|
8
|
+
| **address** | **String** | | |
|
|
9
|
+
| **city** | **String** | | |
|
|
10
|
+
| **state** | **String** | | |
|
|
11
|
+
| **zip** | **String** | | |
|
|
12
|
+
| **country** | **String** | | |
|
|
13
|
+
| **currency** | **String** | Currency for invoices. | [optional] |
|
|
14
|
+
| **email** | **String** | Email for invoices. | [optional] |
|
|
15
|
+
|
|
16
|
+
## Example
|
|
17
|
+
|
|
18
|
+
```ruby
|
|
19
|
+
require 'fastcomments-client'
|
|
20
|
+
|
|
21
|
+
instance = FastCommentsClient::BillingInfo.new(
|
|
22
|
+
name: null,
|
|
23
|
+
address: null,
|
|
24
|
+
city: null,
|
|
25
|
+
state: null,
|
|
26
|
+
zip: null,
|
|
27
|
+
country: null,
|
|
28
|
+
currency: null,
|
|
29
|
+
email: null
|
|
30
|
+
)
|
|
31
|
+
```
|
|
32
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# FastCommentsClient::BulkCreateHashTagsBody
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **tenant_id** | **String** | | [optional] |
|
|
8
|
+
| **tags** | [**Array<BulkCreateHashTagsBodyTagsInner>**](BulkCreateHashTagsBodyTagsInner.md) | | |
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```ruby
|
|
13
|
+
require 'fastcomments-client'
|
|
14
|
+
|
|
15
|
+
instance = FastCommentsClient::BulkCreateHashTagsBody.new(
|
|
16
|
+
tenant_id: null,
|
|
17
|
+
tags: null
|
|
18
|
+
)
|
|
19
|
+
```
|
|
20
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# FastCommentsClient::BulkCreateHashTagsBodyTagsInner
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **url** | **String** | | [optional] |
|
|
8
|
+
| **tag** | **String** | | |
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```ruby
|
|
13
|
+
require 'fastcomments-client'
|
|
14
|
+
|
|
15
|
+
instance = FastCommentsClient::BulkCreateHashTagsBodyTagsInner.new(
|
|
16
|
+
url: null,
|
|
17
|
+
tag: null
|
|
18
|
+
)
|
|
19
|
+
```
|
|
20
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# FastCommentsClient::BulkCreateHashTagsResponse
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **status** | [**APIStatus**](APIStatus.md) | | |
|
|
8
|
+
| **results** | [**Array<AddHashTag200Response>**](AddHashTag200Response.md) | | |
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```ruby
|
|
13
|
+
require 'fastcomments-client'
|
|
14
|
+
|
|
15
|
+
instance = FastCommentsClient::BulkCreateHashTagsResponse.new(
|
|
16
|
+
status: null,
|
|
17
|
+
results: null
|
|
18
|
+
)
|
|
19
|
+
```
|
|
20
|
+
|
|
@@ -47,6 +47,9 @@
|
|
|
47
47
|
| **trust_factor_before** | **Float** | | [optional] |
|
|
48
48
|
| **trust_factor_after** | **Float** | | [optional] |
|
|
49
49
|
| **referenced_comment_id** | **String** | | [optional] |
|
|
50
|
+
| **invalid_locale** | **String** | | [optional] |
|
|
51
|
+
| **detected_locale** | **String** | | [optional] |
|
|
52
|
+
| **detected_language** | **String** | | [optional] |
|
|
50
53
|
|
|
51
54
|
## Example
|
|
52
55
|
|
|
@@ -96,7 +99,10 @@ instance = FastCommentsClient::CommentLogData.new(
|
|
|
96
99
|
flag_count_before: null,
|
|
97
100
|
trust_factor_before: null,
|
|
98
101
|
trust_factor_after: null,
|
|
99
|
-
referenced_comment_id: null
|
|
102
|
+
referenced_comment_id: null,
|
|
103
|
+
invalid_locale: null,
|
|
104
|
+
detected_locale: null,
|
|
105
|
+
detected_language: null
|
|
100
106
|
)
|
|
101
107
|
```
|
|
102
108
|
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# FastCommentsClient::CreateEmailTemplate200Response
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **status** | [**APIStatus**](APIStatus.md) | | |
|
|
8
|
+
| **email_template** | [**CustomEmailTemplate**](CustomEmailTemplate.md) | | |
|
|
9
|
+
| **reason** | **String** | | |
|
|
10
|
+
| **code** | **String** | | |
|
|
11
|
+
| **secondary_code** | **String** | | [optional] |
|
|
12
|
+
| **banned_until** | **Integer** | | [optional] |
|
|
13
|
+
| **max_character_length** | **Integer** | | [optional] |
|
|
14
|
+
| **translated_error** | **String** | | [optional] |
|
|
15
|
+
| **custom_config** | [**CustomConfigParameters**](CustomConfigParameters.md) | | [optional] |
|
|
16
|
+
|
|
17
|
+
## Example
|
|
18
|
+
|
|
19
|
+
```ruby
|
|
20
|
+
require 'fastcomments-client'
|
|
21
|
+
|
|
22
|
+
instance = FastCommentsClient::CreateEmailTemplate200Response.new(
|
|
23
|
+
status: null,
|
|
24
|
+
email_template: null,
|
|
25
|
+
reason: null,
|
|
26
|
+
code: null,
|
|
27
|
+
secondary_code: null,
|
|
28
|
+
banned_until: null,
|
|
29
|
+
max_character_length: null,
|
|
30
|
+
translated_error: null,
|
|
31
|
+
custom_config: null
|
|
32
|
+
)
|
|
33
|
+
```
|
|
34
|
+
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
# FastCommentsClient::CreateEmailTemplateBody
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **email_template_id** | **String** | | |
|
|
8
|
+
| **display_name** | **String** | | |
|
|
9
|
+
| **ejs** | **String** | | |
|
|
10
|
+
| **domain** | **String** | | [optional] |
|
|
11
|
+
| **translation_overrides_by_locale** | **Hash<String, Hash>** | Construct a type with a set of properties K of type T | [optional] |
|
|
12
|
+
| **test_data** | **Hash<String, Object>** | Construct a type with a set of properties K of type T | [optional] |
|
|
13
|
+
|
|
14
|
+
## Example
|
|
15
|
+
|
|
16
|
+
```ruby
|
|
17
|
+
require 'fastcomments-client'
|
|
18
|
+
|
|
19
|
+
instance = FastCommentsClient::CreateEmailTemplateBody.new(
|
|
20
|
+
email_template_id: null,
|
|
21
|
+
display_name: null,
|
|
22
|
+
ejs: null,
|
|
23
|
+
domain: null,
|
|
24
|
+
translation_overrides_by_locale: null,
|
|
25
|
+
test_data: null
|
|
26
|
+
)
|
|
27
|
+
```
|
|
28
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# FastCommentsClient::CreateEmailTemplateResponse
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **status** | [**APIStatus**](APIStatus.md) | | |
|
|
8
|
+
| **email_template** | [**CustomEmailTemplate**](CustomEmailTemplate.md) | | |
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```ruby
|
|
13
|
+
require 'fastcomments-client'
|
|
14
|
+
|
|
15
|
+
instance = FastCommentsClient::CreateEmailTemplateResponse.new(
|
|
16
|
+
status: null,
|
|
17
|
+
email_template: null
|
|
18
|
+
)
|
|
19
|
+
```
|
|
20
|
+
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# FastCommentsClient::CreateHashTagBody
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **tenant_id** | **String** | | [optional] |
|
|
8
|
+
| **tag** | **String** | | |
|
|
9
|
+
| **url** | **String** | | [optional] |
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```ruby
|
|
14
|
+
require 'fastcomments-client'
|
|
15
|
+
|
|
16
|
+
instance = FastCommentsClient::CreateHashTagBody.new(
|
|
17
|
+
tenant_id: null,
|
|
18
|
+
tag: null,
|
|
19
|
+
url: null
|
|
20
|
+
)
|
|
21
|
+
```
|
|
22
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# FastCommentsClient::CreateHashTagResponse
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **status** | [**APIStatus**](APIStatus.md) | | |
|
|
8
|
+
| **hash_tag** | [**TenantHashTag**](TenantHashTag.md) | | |
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```ruby
|
|
13
|
+
require 'fastcomments-client'
|
|
14
|
+
|
|
15
|
+
instance = FastCommentsClient::CreateHashTagResponse.new(
|
|
16
|
+
status: null,
|
|
17
|
+
hash_tag: null
|
|
18
|
+
)
|
|
19
|
+
```
|
|
20
|
+
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# FastCommentsClient::CreateModerator200Response
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **status** | [**APIStatus**](APIStatus.md) | | |
|
|
8
|
+
| **moderator** | [**Moderator**](Moderator.md) | | |
|
|
9
|
+
| **reason** | **String** | | |
|
|
10
|
+
| **code** | **String** | | |
|
|
11
|
+
| **secondary_code** | **String** | | [optional] |
|
|
12
|
+
| **banned_until** | **Integer** | | [optional] |
|
|
13
|
+
| **max_character_length** | **Integer** | | [optional] |
|
|
14
|
+
| **translated_error** | **String** | | [optional] |
|
|
15
|
+
| **custom_config** | [**CustomConfigParameters**](CustomConfigParameters.md) | | [optional] |
|
|
16
|
+
|
|
17
|
+
## Example
|
|
18
|
+
|
|
19
|
+
```ruby
|
|
20
|
+
require 'fastcomments-client'
|
|
21
|
+
|
|
22
|
+
instance = FastCommentsClient::CreateModerator200Response.new(
|
|
23
|
+
status: null,
|
|
24
|
+
moderator: null,
|
|
25
|
+
reason: null,
|
|
26
|
+
code: null,
|
|
27
|
+
secondary_code: null,
|
|
28
|
+
banned_until: null,
|
|
29
|
+
max_character_length: null,
|
|
30
|
+
translated_error: null,
|
|
31
|
+
custom_config: null
|
|
32
|
+
)
|
|
33
|
+
```
|
|
34
|
+
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# FastCommentsClient::CreateModeratorBody
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **name** | **String** | | |
|
|
8
|
+
| **email** | **String** | | |
|
|
9
|
+
| **user_id** | **String** | | [optional] |
|
|
10
|
+
| **moderation_group_ids** | **Array<String>** | | [optional] |
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```ruby
|
|
15
|
+
require 'fastcomments-client'
|
|
16
|
+
|
|
17
|
+
instance = FastCommentsClient::CreateModeratorBody.new(
|
|
18
|
+
name: null,
|
|
19
|
+
email: null,
|
|
20
|
+
user_id: null,
|
|
21
|
+
moderation_group_ids: null
|
|
22
|
+
)
|
|
23
|
+
```
|
|
24
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# FastCommentsClient::CreateModeratorResponse
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **status** | [**APIStatus**](APIStatus.md) | | |
|
|
8
|
+
| **moderator** | [**Moderator**](Moderator.md) | | |
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```ruby
|
|
13
|
+
require 'fastcomments-client'
|
|
14
|
+
|
|
15
|
+
instance = FastCommentsClient::CreateModeratorResponse.new(
|
|
16
|
+
status: null,
|
|
17
|
+
moderator: null
|
|
18
|
+
)
|
|
19
|
+
```
|
|
20
|
+
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# FastCommentsClient::CreateQuestionConfig200Response
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **status** | [**APIStatus**](APIStatus.md) | | |
|
|
8
|
+
| **question_config** | [**QuestionConfig**](QuestionConfig.md) | | |
|
|
9
|
+
| **reason** | **String** | | |
|
|
10
|
+
| **code** | **String** | | |
|
|
11
|
+
| **secondary_code** | **String** | | [optional] |
|
|
12
|
+
| **banned_until** | **Integer** | | [optional] |
|
|
13
|
+
| **max_character_length** | **Integer** | | [optional] |
|
|
14
|
+
| **translated_error** | **String** | | [optional] |
|
|
15
|
+
| **custom_config** | [**CustomConfigParameters**](CustomConfigParameters.md) | | [optional] |
|
|
16
|
+
|
|
17
|
+
## Example
|
|
18
|
+
|
|
19
|
+
```ruby
|
|
20
|
+
require 'fastcomments-client'
|
|
21
|
+
|
|
22
|
+
instance = FastCommentsClient::CreateQuestionConfig200Response.new(
|
|
23
|
+
status: null,
|
|
24
|
+
question_config: null,
|
|
25
|
+
reason: null,
|
|
26
|
+
code: null,
|
|
27
|
+
secondary_code: null,
|
|
28
|
+
banned_until: null,
|
|
29
|
+
max_character_length: null,
|
|
30
|
+
translated_error: null,
|
|
31
|
+
custom_config: null
|
|
32
|
+
)
|
|
33
|
+
```
|
|
34
|
+
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
# FastCommentsClient::CreateQuestionConfigBody
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **name** | **String** | | |
|
|
8
|
+
| **question** | **String** | | |
|
|
9
|
+
| **help_text** | **String** | | [optional] |
|
|
10
|
+
| **type** | **String** | | |
|
|
11
|
+
| **num_stars** | **Float** | | [optional] |
|
|
12
|
+
| **min** | **Float** | | [optional] |
|
|
13
|
+
| **max** | **Float** | | [optional] |
|
|
14
|
+
| **default_value** | **Float** | | [optional] |
|
|
15
|
+
| **label_negative** | **String** | | [optional] |
|
|
16
|
+
| **label_positive** | **String** | | [optional] |
|
|
17
|
+
| **custom_options** | [**Array<QuestionConfigCustomOptionsInner>**](QuestionConfigCustomOptionsInner.md) | | [optional] |
|
|
18
|
+
| **sub_question_ids** | **Array<String>** | | [optional] |
|
|
19
|
+
| **always_show_sub_questions** | **Boolean** | | [optional] |
|
|
20
|
+
| **reporting_order** | **Float** | | |
|
|
21
|
+
|
|
22
|
+
## Example
|
|
23
|
+
|
|
24
|
+
```ruby
|
|
25
|
+
require 'fastcomments-client'
|
|
26
|
+
|
|
27
|
+
instance = FastCommentsClient::CreateQuestionConfigBody.new(
|
|
28
|
+
name: null,
|
|
29
|
+
question: null,
|
|
30
|
+
help_text: null,
|
|
31
|
+
type: null,
|
|
32
|
+
num_stars: null,
|
|
33
|
+
min: null,
|
|
34
|
+
max: null,
|
|
35
|
+
default_value: null,
|
|
36
|
+
label_negative: null,
|
|
37
|
+
label_positive: null,
|
|
38
|
+
custom_options: null,
|
|
39
|
+
sub_question_ids: null,
|
|
40
|
+
always_show_sub_questions: null,
|
|
41
|
+
reporting_order: null
|
|
42
|
+
)
|
|
43
|
+
```
|
|
44
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# FastCommentsClient::CreateQuestionConfigResponse
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **status** | [**APIStatus**](APIStatus.md) | | |
|
|
8
|
+
| **question_config** | [**QuestionConfig**](QuestionConfig.md) | | |
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```ruby
|
|
13
|
+
require 'fastcomments-client'
|
|
14
|
+
|
|
15
|
+
instance = FastCommentsClient::CreateQuestionConfigResponse.new(
|
|
16
|
+
status: null,
|
|
17
|
+
question_config: null
|
|
18
|
+
)
|
|
19
|
+
```
|
|
20
|
+
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# FastCommentsClient::CreateQuestionResult200Response
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **status** | [**APIStatus**](APIStatus.md) | | |
|
|
8
|
+
| **question_result** | [**QuestionResult**](QuestionResult.md) | | |
|
|
9
|
+
| **reason** | **String** | | |
|
|
10
|
+
| **code** | **String** | | |
|
|
11
|
+
| **secondary_code** | **String** | | [optional] |
|
|
12
|
+
| **banned_until** | **Integer** | | [optional] |
|
|
13
|
+
| **max_character_length** | **Integer** | | [optional] |
|
|
14
|
+
| **translated_error** | **String** | | [optional] |
|
|
15
|
+
| **custom_config** | [**CustomConfigParameters**](CustomConfigParameters.md) | | [optional] |
|
|
16
|
+
|
|
17
|
+
## Example
|
|
18
|
+
|
|
19
|
+
```ruby
|
|
20
|
+
require 'fastcomments-client'
|
|
21
|
+
|
|
22
|
+
instance = FastCommentsClient::CreateQuestionResult200Response.new(
|
|
23
|
+
status: null,
|
|
24
|
+
question_result: null,
|
|
25
|
+
reason: null,
|
|
26
|
+
code: null,
|
|
27
|
+
secondary_code: null,
|
|
28
|
+
banned_until: null,
|
|
29
|
+
max_character_length: null,
|
|
30
|
+
translated_error: null,
|
|
31
|
+
custom_config: null
|
|
32
|
+
)
|
|
33
|
+
```
|
|
34
|
+
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
# FastCommentsClient::CreateQuestionResultBody
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **url_id** | **String** | | |
|
|
8
|
+
| **value** | **Float** | | |
|
|
9
|
+
| **question_id** | **String** | | |
|
|
10
|
+
| **anon_user_id** | **String** | | [optional] |
|
|
11
|
+
| **user_id** | **String** | | [optional] |
|
|
12
|
+
| **comment_id** | **String** | | [optional] |
|
|
13
|
+
| **meta** | [**Array<MetaItem>**](MetaItem.md) | | [optional] |
|
|
14
|
+
|
|
15
|
+
## Example
|
|
16
|
+
|
|
17
|
+
```ruby
|
|
18
|
+
require 'fastcomments-client'
|
|
19
|
+
|
|
20
|
+
instance = FastCommentsClient::CreateQuestionResultBody.new(
|
|
21
|
+
url_id: null,
|
|
22
|
+
value: null,
|
|
23
|
+
question_id: null,
|
|
24
|
+
anon_user_id: null,
|
|
25
|
+
user_id: null,
|
|
26
|
+
comment_id: null,
|
|
27
|
+
meta: null
|
|
28
|
+
)
|
|
29
|
+
```
|
|
30
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# FastCommentsClient::CreateQuestionResultResponse
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **status** | [**APIStatus**](APIStatus.md) | | |
|
|
8
|
+
| **question_result** | [**QuestionResult**](QuestionResult.md) | | |
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```ruby
|
|
13
|
+
require 'fastcomments-client'
|
|
14
|
+
|
|
15
|
+
instance = FastCommentsClient::CreateQuestionResultResponse.new(
|
|
16
|
+
status: null,
|
|
17
|
+
question_result: null
|
|
18
|
+
)
|
|
19
|
+
```
|
|
20
|
+
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# FastCommentsClient::CreateTenant200Response
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **status** | [**APIStatus**](APIStatus.md) | | |
|
|
8
|
+
| **tenant** | [**APITenant**](APITenant.md) | | |
|
|
9
|
+
| **reason** | **String** | | |
|
|
10
|
+
| **code** | **String** | | |
|
|
11
|
+
| **secondary_code** | **String** | | [optional] |
|
|
12
|
+
| **banned_until** | **Integer** | | [optional] |
|
|
13
|
+
| **max_character_length** | **Integer** | | [optional] |
|
|
14
|
+
| **translated_error** | **String** | | [optional] |
|
|
15
|
+
| **custom_config** | [**CustomConfigParameters**](CustomConfigParameters.md) | | [optional] |
|
|
16
|
+
|
|
17
|
+
## Example
|
|
18
|
+
|
|
19
|
+
```ruby
|
|
20
|
+
require 'fastcomments-client'
|
|
21
|
+
|
|
22
|
+
instance = FastCommentsClient::CreateTenant200Response.new(
|
|
23
|
+
status: null,
|
|
24
|
+
tenant: null,
|
|
25
|
+
reason: null,
|
|
26
|
+
code: null,
|
|
27
|
+
secondary_code: null,
|
|
28
|
+
banned_until: null,
|
|
29
|
+
max_character_length: null,
|
|
30
|
+
translated_error: null,
|
|
31
|
+
custom_config: null
|
|
32
|
+
)
|
|
33
|
+
```
|
|
34
|
+
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
# FastCommentsClient::CreateTenantBody
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **name** | **String** | | |
|
|
8
|
+
| **domain_configuration** | [**Array<APIDomainConfiguration>**](APIDomainConfiguration.md) | | |
|
|
9
|
+
| **email** | **String** | | [optional] |
|
|
10
|
+
| **sign_up_date** | **Float** | | [optional] |
|
|
11
|
+
| **package_id** | **String** | | [optional] |
|
|
12
|
+
| **payment_frequency** | **Float** | | [optional] |
|
|
13
|
+
| **billing_info_valid** | **Boolean** | | [optional] |
|
|
14
|
+
| **billing_handled_externally** | **Boolean** | | [optional] |
|
|
15
|
+
| **created_by** | **String** | | [optional] |
|
|
16
|
+
| **is_setup** | **Boolean** | | [optional] |
|
|
17
|
+
| **billing_info** | [**BillingInfo**](BillingInfo.md) | | [optional] |
|
|
18
|
+
| **stripe_customer_id** | **String** | | [optional] |
|
|
19
|
+
| **stripe_subscription_id** | **String** | | [optional] |
|
|
20
|
+
| **stripe_plan_id** | **String** | | [optional] |
|
|
21
|
+
| **enable_profanity_filter** | **Boolean** | | [optional] |
|
|
22
|
+
| **enable_spam_filter** | **Boolean** | | [optional] |
|
|
23
|
+
| **remove_unverified_comments** | **Boolean** | | [optional] |
|
|
24
|
+
| **unverified_comments_tt_lms** | **Float** | | [optional] |
|
|
25
|
+
| **comments_require_approval** | **Boolean** | | [optional] |
|
|
26
|
+
| **auto_approve_comment_on_verification** | **Boolean** | | [optional] |
|
|
27
|
+
| **send_profane_to_spam** | **Boolean** | | [optional] |
|
|
28
|
+
| **de_anon_ip_addr** | **Float** | | [optional] |
|
|
29
|
+
| **meta** | **Hash<String, String>** | Construct a type with a set of properties K of type T | [optional] |
|
|
30
|
+
|
|
31
|
+
## Example
|
|
32
|
+
|
|
33
|
+
```ruby
|
|
34
|
+
require 'fastcomments-client'
|
|
35
|
+
|
|
36
|
+
instance = FastCommentsClient::CreateTenantBody.new(
|
|
37
|
+
name: null,
|
|
38
|
+
domain_configuration: null,
|
|
39
|
+
email: null,
|
|
40
|
+
sign_up_date: null,
|
|
41
|
+
package_id: null,
|
|
42
|
+
payment_frequency: null,
|
|
43
|
+
billing_info_valid: null,
|
|
44
|
+
billing_handled_externally: null,
|
|
45
|
+
created_by: null,
|
|
46
|
+
is_setup: null,
|
|
47
|
+
billing_info: null,
|
|
48
|
+
stripe_customer_id: null,
|
|
49
|
+
stripe_subscription_id: null,
|
|
50
|
+
stripe_plan_id: null,
|
|
51
|
+
enable_profanity_filter: null,
|
|
52
|
+
enable_spam_filter: null,
|
|
53
|
+
remove_unverified_comments: null,
|
|
54
|
+
unverified_comments_tt_lms: null,
|
|
55
|
+
comments_require_approval: null,
|
|
56
|
+
auto_approve_comment_on_verification: null,
|
|
57
|
+
send_profane_to_spam: null,
|
|
58
|
+
de_anon_ip_addr: null,
|
|
59
|
+
meta: null
|
|
60
|
+
)
|
|
61
|
+
```
|
|
62
|
+
|