fastcomments 1.0.0 → 1.2.1
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/client/README.md +32 -9
- data/client/docs/APIComment.md +1 -1
- data/client/docs/APICommentBase.md +1 -1
- data/client/docs/APICommentBaseMeta.md +20 -0
- data/client/docs/APITicket.md +34 -0
- data/client/docs/APITicketDetail.md +42 -0
- data/client/docs/APITicketFile.md +36 -0
- data/client/docs/APIUserSubscription.md +2 -0
- data/client/docs/{DeleteVote200Response.md → ChangeTicketState200Response.md} +4 -2
- data/client/docs/ChangeTicketStateBody.md +18 -0
- data/client/docs/{DeleteVoteResponse.md → ChangeTicketStateResponse.md} +5 -3
- data/client/docs/CommentData.md +3 -1
- data/client/docs/CreateAPIUserSubscriptionData.md +2 -0
- data/client/docs/CreateCommentParams.md +2 -0
- data/client/docs/CreateTenantPackageBody.md +2 -0
- data/client/docs/{CreateVote200Response.md → CreateTicket200Response.md} +4 -2
- data/client/docs/CreateTicketBody.md +18 -0
- data/client/docs/{CreateVoteResponse.md → CreateTicketResponse.md} +5 -3
- data/client/docs/CustomConfigParameters.md +21 -1
- data/client/docs/DefaultApi.md +392 -8
- data/client/docs/FComment.md +3 -1
- data/client/docs/FCommentMeta.md +2 -0
- data/client/docs/GetTicket200Response.md +36 -0
- data/client/docs/GetTicketResponse.md +22 -0
- data/client/docs/GetTickets200Response.md +34 -0
- data/client/docs/GetTicketsResponse.md +20 -0
- data/client/docs/HeaderAccountNotification.md +34 -0
- data/client/docs/HeaderState.md +3 -1
- data/client/docs/MentionAutoCompleteMode.md +15 -0
- data/client/docs/Moderator.md +3 -1
- data/client/docs/PublicApi.md +3 -1
- data/client/docs/ReplaceTenantPackageBody.md +2 -0
- data/client/docs/SearchUsers200Response.md +2 -0
- data/client/docs/SearchUsersSectionedResponse.md +20 -0
- data/client/docs/TOSConfig.md +22 -0
- data/client/docs/TenantPackage.md +4 -0
- data/client/docs/UpdatableCommentParams.md +1 -1
- data/client/docs/UpdateAPIUserSubscriptionData.md +18 -0
- data/client/docs/UpdateSubscriptionAPIResponse.md +24 -0
- data/client/docs/UpdateTenantPackageBody.md +2 -0
- data/client/docs/User.md +17 -1
- data/client/docs/UserBadge.md +3 -1
- data/client/docs/UserBadgeProgress.md +3 -1
- data/client/docs/UserSearchSection.md +15 -0
- data/client/docs/UserSearchSectionResult.md +20 -0
- data/client/docs/UserSessionInfo.md +2 -0
- data/client/fastcomments-client.gemspec +1 -1
- data/client/lib/fastcomments-client/api/default_api.rb +390 -7
- data/client/lib/fastcomments-client/api/public_api.rb +8 -1
- data/client/lib/fastcomments-client/api_client.rb +1 -1
- data/client/lib/fastcomments-client/api_error.rb +1 -1
- data/client/lib/fastcomments-client/api_model_base.rb +1 -1
- data/client/lib/fastcomments-client/configuration.rb +1 -1
- data/client/lib/fastcomments-client/models/add_domain_config200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/add_domain_config200_response_any_of.rb +1 -1
- data/client/lib/fastcomments-client/models/add_domain_config_params.rb +1 -1
- data/client/lib/fastcomments-client/models/add_hash_tag200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/add_hash_tags_bulk200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/add_page_api_response.rb +1 -1
- data/client/lib/fastcomments-client/models/add_sso_user_api_response.rb +1 -1
- data/client/lib/fastcomments-client/models/aggregate_question_results200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/aggregate_question_results_response.rb +1 -1
- data/client/lib/fastcomments-client/models/aggregate_time_bucket.rb +1 -1
- data/client/lib/fastcomments-client/models/aggregation_item.rb +1 -1
- data/client/lib/fastcomments-client/models/aggregation_op_type.rb +1 -1
- data/client/lib/fastcomments-client/models/aggregation_operation.rb +1 -1
- data/client/lib/fastcomments-client/models/aggregation_request.rb +1 -1
- data/client/lib/fastcomments-client/models/aggregation_request_sort.rb +1 -1
- data/client/lib/fastcomments-client/models/aggregation_response.rb +1 -1
- data/client/lib/fastcomments-client/models/aggregation_response_stats.rb +1 -1
- data/client/lib/fastcomments-client/models/aggregation_value.rb +1 -1
- data/client/lib/fastcomments-client/models/api_audit_log.rb +1 -1
- data/client/lib/fastcomments-client/models/api_comment.rb +2 -2
- data/client/lib/fastcomments-client/models/api_comment_base.rb +2 -2
- data/client/lib/fastcomments-client/models/api_comment_base_meta.rb +156 -0
- data/client/lib/fastcomments-client/models/api_create_user_badge_response.rb +1 -1
- data/client/lib/fastcomments-client/models/api_domain_configuration.rb +1 -1
- data/client/lib/fastcomments-client/models/api_empty_response.rb +1 -1
- data/client/lib/fastcomments-client/models/api_empty_success_response.rb +1 -1
- data/client/lib/fastcomments-client/models/api_error.rb +1 -1
- data/client/lib/fastcomments-client/models/api_get_comment_response.rb +1 -1
- data/client/lib/fastcomments-client/models/api_get_comments_response.rb +1 -1
- data/client/lib/fastcomments-client/models/api_get_user_badge_progress_list_response.rb +1 -1
- data/client/lib/fastcomments-client/models/api_get_user_badge_progress_response.rb +1 -1
- data/client/lib/fastcomments-client/models/api_get_user_badge_response.rb +1 -1
- data/client/lib/fastcomments-client/models/api_get_user_badges_response.rb +1 -1
- data/client/lib/fastcomments-client/models/api_page.rb +1 -1
- data/client/lib/fastcomments-client/models/api_status.rb +1 -1
- data/client/lib/fastcomments-client/models/api_tenant.rb +1 -1
- data/client/lib/fastcomments-client/models/api_tenant_daily_usage.rb +1 -1
- data/client/lib/fastcomments-client/models/api_ticket.rb +374 -0
- data/client/lib/fastcomments-client/models/api_ticket_detail.rb +432 -0
- data/client/lib/fastcomments-client/models/api_ticket_file.rb +381 -0
- data/client/lib/fastcomments-client/models/api_user_subscription.rb +11 -2
- data/client/lib/fastcomments-client/models/apisso_user.rb +1 -1
- data/client/lib/fastcomments-client/models/billing_info.rb +1 -1
- data/client/lib/fastcomments-client/models/block_from_comment_params.rb +1 -1
- data/client/lib/fastcomments-client/models/block_from_comment_public200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/block_success.rb +1 -1
- data/client/lib/fastcomments-client/models/bulk_aggregate_question_item.rb +1 -1
- data/client/lib/fastcomments-client/models/bulk_aggregate_question_results200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/bulk_aggregate_question_results_request.rb +1 -1
- data/client/lib/fastcomments-client/models/bulk_aggregate_question_results_response.rb +1 -1
- data/client/lib/fastcomments-client/models/bulk_create_hash_tags_body.rb +1 -1
- data/client/lib/fastcomments-client/models/bulk_create_hash_tags_body_tags_inner.rb +1 -1
- data/client/lib/fastcomments-client/models/bulk_create_hash_tags_response.rb +1 -1
- data/client/lib/fastcomments-client/models/change_comment_pin_status_response.rb +1 -1
- data/client/lib/fastcomments-client/models/change_ticket_state200_response.rb +103 -0
- data/client/lib/fastcomments-client/models/change_ticket_state_body.rb +164 -0
- data/client/lib/fastcomments-client/models/change_ticket_state_response.rb +212 -0
- data/client/lib/fastcomments-client/models/check_blocked_comments_response.rb +1 -1
- data/client/lib/fastcomments-client/models/checked_comments_for_blocked200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/combine_comments_with_question_results200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/combine_question_results_with_comments_response.rb +1 -1
- data/client/lib/fastcomments-client/models/comment_data.rb +14 -5
- data/client/lib/fastcomments-client/models/comment_html_rendering_mode.rb +1 -1
- data/client/lib/fastcomments-client/models/comment_log_data.rb +1 -1
- data/client/lib/fastcomments-client/models/comment_log_entry.rb +1 -1
- data/client/lib/fastcomments-client/models/comment_log_type.rb +1 -1
- data/client/lib/fastcomments-client/models/comment_question_results_rendering_type.rb +1 -1
- data/client/lib/fastcomments-client/models/comment_questions_required.rb +1 -1
- data/client/lib/fastcomments-client/models/comment_text_update_request.rb +1 -1
- data/client/lib/fastcomments-client/models/comment_thread_deletion_mode.rb +1 -1
- data/client/lib/fastcomments-client/models/comment_user_badge_info.rb +1 -1
- data/client/lib/fastcomments-client/models/comment_user_hash_tag_info.rb +1 -1
- data/client/lib/fastcomments-client/models/comment_user_mention_info.rb +1 -1
- data/client/lib/fastcomments-client/models/commenter_name_formats.rb +1 -1
- data/client/lib/fastcomments-client/models/create_api_page_data.rb +1 -1
- data/client/lib/fastcomments-client/models/create_api_user_subscription_data.rb +11 -2
- data/client/lib/fastcomments-client/models/create_apisso_user_data.rb +1 -1
- data/client/lib/fastcomments-client/models/create_comment_params.rb +11 -2
- data/client/lib/fastcomments-client/models/create_comment_public200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/create_email_template200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/create_email_template_body.rb +1 -1
- data/client/lib/fastcomments-client/models/create_email_template_response.rb +1 -1
- data/client/lib/fastcomments-client/models/create_feed_post200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/create_feed_post_params.rb +1 -1
- data/client/lib/fastcomments-client/models/create_feed_post_public200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/create_feed_post_response.rb +1 -1
- data/client/lib/fastcomments-client/models/create_feed_posts_response.rb +1 -1
- data/client/lib/fastcomments-client/models/create_hash_tag_body.rb +1 -1
- data/client/lib/fastcomments-client/models/create_hash_tag_response.rb +1 -1
- data/client/lib/fastcomments-client/models/create_moderator200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/create_moderator_body.rb +1 -1
- data/client/lib/fastcomments-client/models/create_moderator_response.rb +1 -1
- data/client/lib/fastcomments-client/models/create_question_config200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/create_question_config_body.rb +1 -1
- data/client/lib/fastcomments-client/models/create_question_config_response.rb +1 -1
- data/client/lib/fastcomments-client/models/create_question_result200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/create_question_result_body.rb +1 -1
- data/client/lib/fastcomments-client/models/create_question_result_response.rb +1 -1
- data/client/lib/fastcomments-client/models/create_subscription_api_response.rb +1 -1
- data/client/lib/fastcomments-client/models/create_tenant200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/create_tenant_body.rb +1 -1
- data/client/lib/fastcomments-client/models/create_tenant_package200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/create_tenant_package_body.rb +11 -2
- data/client/lib/fastcomments-client/models/create_tenant_package_response.rb +1 -1
- data/client/lib/fastcomments-client/models/create_tenant_response.rb +1 -1
- data/client/lib/fastcomments-client/models/create_tenant_user200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/create_tenant_user_body.rb +1 -1
- data/client/lib/fastcomments-client/models/create_tenant_user_response.rb +1 -1
- data/client/lib/fastcomments-client/models/create_ticket200_response.rb +103 -0
- data/client/lib/fastcomments-client/models/create_ticket_body.rb +164 -0
- data/client/lib/fastcomments-client/models/{delete_vote_response.rb → create_ticket_response.rb} +34 -8
- data/client/lib/fastcomments-client/models/create_user_badge200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/create_user_badge_params.rb +1 -1
- data/client/lib/fastcomments-client/models/custom_config_parameters.rb +98 -5
- data/client/lib/fastcomments-client/models/custom_email_template.rb +1 -1
- data/client/lib/fastcomments-client/models/delete_comment200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/delete_comment_action.rb +1 -1
- data/client/lib/fastcomments-client/models/delete_comment_public200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/delete_comment_result.rb +1 -1
- data/client/lib/fastcomments-client/models/delete_comment_vote200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/delete_domain_config200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/delete_feed_post_public200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/delete_feed_post_public200_response_any_of.rb +1 -1
- data/client/lib/fastcomments-client/models/delete_hash_tag_request.rb +1 -1
- data/client/lib/fastcomments-client/models/delete_page_api_response.rb +1 -1
- data/client/lib/fastcomments-client/models/delete_sso_user_api_response.rb +1 -1
- data/client/lib/fastcomments-client/models/delete_subscription_api_response.rb +1 -1
- data/client/lib/fastcomments-client/models/deleted_comment_result_comment.rb +1 -1
- data/client/lib/fastcomments-client/models/digest_email_frequency.rb +1 -1
- data/client/lib/fastcomments-client/models/email_template_definition.rb +1 -1
- data/client/lib/fastcomments-client/models/email_template_render_error_response.rb +1 -1
- data/client/lib/fastcomments-client/models/event_log_entry.rb +1 -1
- data/client/lib/fastcomments-client/models/f_comment.rb +14 -5
- data/client/lib/fastcomments-client/models/f_comment_meta.rb +11 -2
- data/client/lib/fastcomments-client/models/feed_post.rb +1 -1
- data/client/lib/fastcomments-client/models/feed_post_link.rb +1 -1
- data/client/lib/fastcomments-client/models/feed_post_media_item.rb +1 -1
- data/client/lib/fastcomments-client/models/feed_post_media_item_asset.rb +1 -1
- data/client/lib/fastcomments-client/models/feed_post_stats.rb +1 -1
- data/client/lib/fastcomments-client/models/feed_posts_stats_response.rb +1 -1
- data/client/lib/fastcomments-client/models/find_comments_by_range_item.rb +1 -1
- data/client/lib/fastcomments-client/models/find_comments_by_range_response.rb +1 -1
- data/client/lib/fastcomments-client/models/flag_comment200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/flag_comment_public200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/flag_comment_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_audit_logs200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_audit_logs_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_cached_notification_count200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_cached_notification_count_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_comment200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_comment_text200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_comment_vote_user_names200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_comment_vote_user_names_success_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_comments200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_comments_public200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_comments_response_public_comment.rb +1 -1
- data/client/lib/fastcomments-client/models/get_comments_response_with_presence_public_comment.rb +1 -1
- data/client/lib/fastcomments-client/models/get_domain_config200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_domain_configs200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_domain_configs200_response_any_of.rb +1 -1
- data/client/lib/fastcomments-client/models/get_domain_configs200_response_any_of1.rb +1 -1
- data/client/lib/fastcomments-client/models/get_email_template200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_email_template_definitions200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_email_template_definitions_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_email_template_render_errors200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_email_template_render_errors_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_email_template_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_email_templates200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_email_templates_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_event_log200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_event_log_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_feed_posts200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_feed_posts_public200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_feed_posts_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_feed_posts_stats200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_hash_tags200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_hash_tags_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_moderator200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_moderator_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_moderators200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_moderators_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_my_notifications_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_notification_count200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_notification_count_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_notifications200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_notifications_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_page_by_urlid_api_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_pages_api_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_pending_webhook_event_count200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_pending_webhook_event_count_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_pending_webhook_events200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_pending_webhook_events_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_public_feed_posts_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_question_config200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_question_config_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_question_configs200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_question_configs_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_question_result200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_question_result_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_question_results200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_question_results_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_sso_user_by_email_api_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_sso_user_by_id_api_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_sso_users200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_subscriptions_api_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_tenant200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_tenant_daily_usages200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_tenant_daily_usages_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_tenant_package200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_tenant_package_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_tenant_packages200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_tenant_packages_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_tenant_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_tenant_user200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_tenant_user_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_tenant_users200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_tenant_users_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_tenants200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_tenants_response.rb +1 -1
- data/client/lib/fastcomments-client/models/{create_vote200_response.rb → get_ticket200_response.rb} +3 -3
- data/client/lib/fastcomments-client/models/get_ticket_response.rb +240 -0
- data/client/lib/fastcomments-client/models/{delete_vote200_response.rb → get_tickets200_response.rb} +3 -3
- data/client/lib/fastcomments-client/models/{create_vote_response.rb → get_tickets_response.rb} +36 -8
- data/client/lib/fastcomments-client/models/get_user200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_user_badge200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_user_badge_progress_by_id200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_user_badge_progress_list200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_user_badges200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_user_notification_count200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_user_notification_count_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_user_notifications200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_user_presence_statuses200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_user_presence_statuses_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_user_reacts_public200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_user_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_votes200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_votes_for_user200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_votes_for_user_response.rb +1 -1
- data/client/lib/fastcomments-client/models/get_votes_response.rb +1 -1
- data/client/lib/fastcomments-client/models/gif_rating.rb +1 -1
- data/client/lib/fastcomments-client/models/header_account_notification.rb +322 -0
- data/client/lib/fastcomments-client/models/header_state.rb +33 -5
- data/client/lib/fastcomments-client/models/ignored_response.rb +1 -1
- data/client/lib/fastcomments-client/models/image_content_profanity_level.rb +1 -1
- data/client/lib/fastcomments-client/models/imported_site_type.rb +1 -1
- data/client/lib/fastcomments-client/models/live_event.rb +1 -1
- data/client/lib/fastcomments-client/models/live_event_extra_info.rb +1 -1
- data/client/lib/fastcomments-client/models/live_event_type.rb +1 -1
- data/client/lib/fastcomments-client/models/lock_comment200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/media_asset.rb +1 -1
- data/client/lib/fastcomments-client/models/mention_auto_complete_mode.rb +41 -0
- data/client/lib/fastcomments-client/models/meta_item.rb +1 -1
- data/client/lib/fastcomments-client/models/moderator.rb +15 -6
- data/client/lib/fastcomments-client/models/notification_and_count.rb +1 -1
- data/client/lib/fastcomments-client/models/notification_object_type.rb +1 -1
- data/client/lib/fastcomments-client/models/notification_type.rb +1 -1
- data/client/lib/fastcomments-client/models/patch_domain_config_params.rb +1 -1
- data/client/lib/fastcomments-client/models/patch_hash_tag200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/patch_page_api_response.rb +1 -1
- data/client/lib/fastcomments-client/models/patch_sso_user_api_response.rb +1 -1
- data/client/lib/fastcomments-client/models/pending_comment_to_sync_outbound.rb +1 -1
- data/client/lib/fastcomments-client/models/pin_comment200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/pub_sub_comment.rb +1 -1
- data/client/lib/fastcomments-client/models/pub_sub_comment_base.rb +1 -1
- data/client/lib/fastcomments-client/models/pub_sub_vote.rb +1 -1
- data/client/lib/fastcomments-client/models/public_api_delete_comment_response.rb +1 -1
- data/client/lib/fastcomments-client/models/public_api_get_comment_text_response.rb +1 -1
- data/client/lib/fastcomments-client/models/public_api_set_comment_text_response.rb +1 -1
- data/client/lib/fastcomments-client/models/public_block_from_comment_params.rb +1 -1
- data/client/lib/fastcomments-client/models/public_comment.rb +1 -1
- data/client/lib/fastcomments-client/models/public_comment_base.rb +1 -1
- data/client/lib/fastcomments-client/models/public_feed_posts_response.rb +1 -1
- data/client/lib/fastcomments-client/models/public_vote.rb +1 -1
- data/client/lib/fastcomments-client/models/put_sso_user_api_response.rb +1 -1
- data/client/lib/fastcomments-client/models/query_predicate.rb +1 -1
- data/client/lib/fastcomments-client/models/query_predicate_value.rb +1 -1
- data/client/lib/fastcomments-client/models/question_config.rb +1 -1
- data/client/lib/fastcomments-client/models/question_config_custom_options_inner.rb +1 -1
- data/client/lib/fastcomments-client/models/question_datum.rb +1 -1
- data/client/lib/fastcomments-client/models/question_rendering_type.rb +1 -1
- data/client/lib/fastcomments-client/models/question_result.rb +1 -1
- data/client/lib/fastcomments-client/models/question_result_aggregation_overall.rb +1 -1
- data/client/lib/fastcomments-client/models/question_sub_question_visibility.rb +1 -1
- data/client/lib/fastcomments-client/models/question_when_save.rb +1 -1
- data/client/lib/fastcomments-client/models/react_body_params.rb +1 -1
- data/client/lib/fastcomments-client/models/react_feed_post_public200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/react_feed_post_response.rb +1 -1
- data/client/lib/fastcomments-client/models/record_string_before_string_or_null_after_string_or_null_value.rb +1 -1
- data/client/lib/fastcomments-client/models/record_string_string_or_number_value.rb +1 -1
- data/client/lib/fastcomments-client/models/render_email_template200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/render_email_template_body.rb +1 -1
- data/client/lib/fastcomments-client/models/render_email_template_response.rb +1 -1
- data/client/lib/fastcomments-client/models/renderable_user_notification.rb +1 -1
- data/client/lib/fastcomments-client/models/repeat_comment_check_ignored_reason.rb +1 -1
- data/client/lib/fastcomments-client/models/repeat_comment_handling_action.rb +1 -1
- data/client/lib/fastcomments-client/models/replace_tenant_package_body.rb +11 -2
- data/client/lib/fastcomments-client/models/replace_tenant_user_body.rb +1 -1
- data/client/lib/fastcomments-client/models/reset_user_notifications200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/reset_user_notifications_response.rb +1 -1
- data/client/lib/fastcomments-client/models/save_comment200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/save_comment_response.rb +1 -1
- data/client/lib/fastcomments-client/models/save_comment_response_optimized.rb +1 -1
- data/client/lib/fastcomments-client/models/save_comments_response_with_presence.rb +1 -1
- data/client/lib/fastcomments-client/models/search_users200_response.rb +3 -2
- data/client/lib/fastcomments-client/models/search_users_response.rb +1 -1
- data/client/lib/fastcomments-client/models/search_users_sectioned_response.rb +214 -0
- data/client/lib/fastcomments-client/models/set_comment_text200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/set_comment_text_result.rb +1 -1
- data/client/lib/fastcomments-client/models/size_preset.rb +1 -1
- data/client/lib/fastcomments-client/models/sort_directions.rb +1 -1
- data/client/lib/fastcomments-client/models/sortdir.rb +1 -1
- data/client/lib/fastcomments-client/models/spam_rule.rb +1 -1
- data/client/lib/fastcomments-client/models/sso_security_level.rb +1 -1
- data/client/lib/fastcomments-client/models/tenant_hash_tag.rb +1 -1
- data/client/lib/fastcomments-client/models/tenant_package.rb +37 -2
- data/client/lib/fastcomments-client/models/tos_config.rb +168 -0
- data/client/lib/fastcomments-client/models/un_block_comment_public200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/un_block_from_comment_params.rb +1 -1
- data/client/lib/fastcomments-client/models/unblock_success.rb +1 -1
- data/client/lib/fastcomments-client/models/updatable_comment_params.rb +2 -2
- data/client/lib/fastcomments-client/models/update_api_page_data.rb +1 -1
- data/client/lib/fastcomments-client/models/update_api_user_subscription_data.rb +147 -0
- data/client/lib/fastcomments-client/models/update_apisso_user_data.rb +1 -1
- data/client/lib/fastcomments-client/models/update_domain_config_params.rb +1 -1
- data/client/lib/fastcomments-client/models/update_email_template_body.rb +1 -1
- data/client/lib/fastcomments-client/models/update_feed_post_params.rb +1 -1
- data/client/lib/fastcomments-client/models/update_hash_tag_body.rb +1 -1
- data/client/lib/fastcomments-client/models/update_hash_tag_response.rb +1 -1
- data/client/lib/fastcomments-client/models/update_moderator_body.rb +1 -1
- data/client/lib/fastcomments-client/models/update_notification_body.rb +1 -1
- data/client/lib/fastcomments-client/models/update_question_config_body.rb +1 -1
- data/client/lib/fastcomments-client/models/update_question_result_body.rb +1 -1
- data/client/lib/fastcomments-client/models/update_subscription_api_response.rb +191 -0
- data/client/lib/fastcomments-client/models/update_tenant_body.rb +1 -1
- data/client/lib/fastcomments-client/models/update_tenant_package_body.rb +11 -2
- data/client/lib/fastcomments-client/models/update_tenant_user_body.rb +1 -1
- data/client/lib/fastcomments-client/models/update_user_badge200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/update_user_badge_params.rb +1 -1
- data/client/lib/fastcomments-client/models/update_user_notification_status200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/upload_image_response.rb +1 -1
- data/client/lib/fastcomments-client/models/user.rb +77 -5
- data/client/lib/fastcomments-client/models/user_badge.rb +15 -5
- data/client/lib/fastcomments-client/models/user_badge_progress.rb +14 -5
- data/client/lib/fastcomments-client/models/user_notification.rb +1 -1
- data/client/lib/fastcomments-client/models/user_notification_count.rb +1 -1
- data/client/lib/fastcomments-client/models/user_notification_write_response.rb +1 -1
- data/client/lib/fastcomments-client/models/user_presence_data.rb +1 -1
- data/client/lib/fastcomments-client/models/user_reacts_response.rb +1 -1
- data/client/lib/fastcomments-client/models/user_search_result.rb +1 -1
- data/client/lib/fastcomments-client/models/user_search_section.rb +41 -0
- data/client/lib/fastcomments-client/models/user_search_section_result.rb +214 -0
- data/client/lib/fastcomments-client/models/user_session_info.rb +11 -2
- data/client/lib/fastcomments-client/models/vote_body_params.rb +1 -1
- data/client/lib/fastcomments-client/models/vote_comment200_response.rb +1 -1
- data/client/lib/fastcomments-client/models/vote_delete_response.rb +1 -1
- data/client/lib/fastcomments-client/models/vote_response.rb +1 -1
- data/client/lib/fastcomments-client/models/vote_response_user.rb +1 -1
- data/client/lib/fastcomments-client/models/vote_style.rb +1 -1
- data/client/lib/fastcomments-client/version.rb +2 -2
- data/client/lib/fastcomments-client.rb +23 -5
- data/client/spec/api/default_api_spec.rb +67 -3
- data/client/spec/api/public_api_spec.rb +2 -1
- data/client/spec/models/add_domain_config200_response_any_of_spec.rb +1 -1
- data/client/spec/models/add_domain_config200_response_spec.rb +1 -1
- data/client/spec/models/add_domain_config_params_spec.rb +1 -1
- data/client/spec/models/add_hash_tag200_response_spec.rb +1 -1
- data/client/spec/models/add_hash_tags_bulk200_response_spec.rb +1 -1
- data/client/spec/models/add_page_api_response_spec.rb +1 -1
- data/client/spec/models/add_sso_user_api_response_spec.rb +1 -1
- data/client/spec/models/aggregate_question_results200_response_spec.rb +1 -1
- data/client/spec/models/aggregate_question_results_response_spec.rb +1 -1
- data/client/spec/models/aggregate_time_bucket_spec.rb +1 -1
- data/client/spec/models/aggregation_item_spec.rb +1 -1
- data/client/spec/models/aggregation_op_type_spec.rb +1 -1
- data/client/spec/models/aggregation_operation_spec.rb +1 -1
- data/client/spec/models/aggregation_request_sort_spec.rb +1 -1
- data/client/spec/models/aggregation_request_spec.rb +1 -1
- data/client/spec/models/aggregation_response_spec.rb +1 -1
- data/client/spec/models/aggregation_response_stats_spec.rb +1 -1
- data/client/spec/models/aggregation_value_spec.rb +1 -1
- data/client/spec/models/api_audit_log_spec.rb +1 -1
- data/client/spec/models/api_comment_base_meta_spec.rb +42 -0
- data/client/spec/models/api_comment_base_spec.rb +1 -1
- data/client/spec/models/api_comment_spec.rb +1 -1
- data/client/spec/models/api_create_user_badge_response_spec.rb +1 -1
- data/client/spec/models/api_domain_configuration_spec.rb +1 -1
- data/client/spec/models/api_empty_response_spec.rb +1 -1
- data/client/spec/models/api_empty_success_response_spec.rb +1 -1
- data/client/spec/models/api_error_spec.rb +1 -1
- data/client/spec/models/api_get_comment_response_spec.rb +1 -1
- data/client/spec/models/api_get_comments_response_spec.rb +1 -1
- data/client/spec/models/api_get_user_badge_progress_list_response_spec.rb +1 -1
- data/client/spec/models/api_get_user_badge_progress_response_spec.rb +1 -1
- data/client/spec/models/api_get_user_badge_response_spec.rb +1 -1
- data/client/spec/models/api_get_user_badges_response_spec.rb +1 -1
- data/client/spec/models/api_page_spec.rb +1 -1
- data/client/spec/models/api_status_spec.rb +1 -1
- data/client/spec/models/api_tenant_daily_usage_spec.rb +1 -1
- data/client/spec/models/api_tenant_spec.rb +1 -1
- data/client/spec/models/api_ticket_detail_spec.rb +108 -0
- data/client/spec/models/api_ticket_file_spec.rb +90 -0
- data/client/spec/models/api_ticket_spec.rb +84 -0
- data/client/spec/models/api_user_subscription_spec.rb +7 -1
- data/client/spec/models/apisso_user_spec.rb +1 -1
- data/client/spec/models/billing_info_spec.rb +1 -1
- data/client/spec/models/block_from_comment_params_spec.rb +1 -1
- data/client/spec/models/block_from_comment_public200_response_spec.rb +1 -1
- data/client/spec/models/block_success_spec.rb +1 -1
- data/client/spec/models/bulk_aggregate_question_item_spec.rb +1 -1
- data/client/spec/models/bulk_aggregate_question_results200_response_spec.rb +1 -1
- data/client/spec/models/bulk_aggregate_question_results_request_spec.rb +1 -1
- data/client/spec/models/bulk_aggregate_question_results_response_spec.rb +1 -1
- data/client/spec/models/bulk_create_hash_tags_body_spec.rb +1 -1
- data/client/spec/models/bulk_create_hash_tags_body_tags_inner_spec.rb +1 -1
- data/client/spec/models/bulk_create_hash_tags_response_spec.rb +1 -1
- data/client/spec/models/change_comment_pin_status_response_spec.rb +1 -1
- data/client/spec/models/change_ticket_state200_response_spec.rb +21 -0
- data/client/spec/models/{delete_vote_response_spec.rb → change_ticket_state_body_spec.rb} +8 -8
- data/client/spec/models/change_ticket_state_response_spec.rb +42 -0
- data/client/spec/models/check_blocked_comments_response_spec.rb +1 -1
- data/client/spec/models/checked_comments_for_blocked200_response_spec.rb +1 -1
- data/client/spec/models/combine_comments_with_question_results200_response_spec.rb +1 -1
- data/client/spec/models/combine_question_results_with_comments_response_spec.rb +1 -1
- data/client/spec/models/comment_data_spec.rb +7 -1
- data/client/spec/models/comment_html_rendering_mode_spec.rb +1 -1
- data/client/spec/models/comment_log_data_spec.rb +1 -1
- data/client/spec/models/comment_log_entry_spec.rb +1 -1
- data/client/spec/models/comment_log_type_spec.rb +1 -1
- data/client/spec/models/comment_question_results_rendering_type_spec.rb +1 -1
- data/client/spec/models/comment_questions_required_spec.rb +1 -1
- data/client/spec/models/comment_text_update_request_spec.rb +1 -1
- data/client/spec/models/comment_thread_deletion_mode_spec.rb +1 -1
- data/client/spec/models/comment_user_badge_info_spec.rb +1 -1
- data/client/spec/models/comment_user_hash_tag_info_spec.rb +1 -1
- data/client/spec/models/comment_user_mention_info_spec.rb +1 -1
- data/client/spec/models/commenter_name_formats_spec.rb +1 -1
- data/client/spec/models/create_api_page_data_spec.rb +1 -1
- data/client/spec/models/create_api_user_subscription_data_spec.rb +7 -1
- data/client/spec/models/create_apisso_user_data_spec.rb +1 -1
- data/client/spec/models/create_comment_params_spec.rb +7 -1
- data/client/spec/models/create_comment_public200_response_spec.rb +1 -1
- data/client/spec/models/create_email_template200_response_spec.rb +1 -1
- data/client/spec/models/create_email_template_body_spec.rb +1 -1
- data/client/spec/models/create_email_template_response_spec.rb +1 -1
- data/client/spec/models/create_feed_post200_response_spec.rb +1 -1
- data/client/spec/models/create_feed_post_params_spec.rb +1 -1
- data/client/spec/models/create_feed_post_public200_response_spec.rb +1 -1
- data/client/spec/models/create_feed_post_response_spec.rb +1 -1
- data/client/spec/models/create_feed_posts_response_spec.rb +1 -1
- data/client/spec/models/create_hash_tag_body_spec.rb +1 -1
- data/client/spec/models/create_hash_tag_response_spec.rb +1 -1
- data/client/spec/models/create_moderator200_response_spec.rb +1 -1
- data/client/spec/models/create_moderator_body_spec.rb +1 -1
- data/client/spec/models/create_moderator_response_spec.rb +1 -1
- data/client/spec/models/create_question_config200_response_spec.rb +1 -1
- data/client/spec/models/create_question_config_body_spec.rb +1 -1
- data/client/spec/models/create_question_config_response_spec.rb +1 -1
- data/client/spec/models/create_question_result200_response_spec.rb +1 -1
- data/client/spec/models/create_question_result_body_spec.rb +1 -1
- data/client/spec/models/create_question_result_response_spec.rb +1 -1
- data/client/spec/models/create_subscription_api_response_spec.rb +1 -1
- data/client/spec/models/create_tenant200_response_spec.rb +1 -1
- data/client/spec/models/create_tenant_body_spec.rb +1 -1
- data/client/spec/models/create_tenant_package200_response_spec.rb +1 -1
- data/client/spec/models/create_tenant_package_body_spec.rb +7 -1
- data/client/spec/models/create_tenant_package_response_spec.rb +1 -1
- data/client/spec/models/create_tenant_response_spec.rb +1 -1
- data/client/spec/models/create_tenant_user200_response_spec.rb +1 -1
- data/client/spec/models/create_tenant_user_body_spec.rb +1 -1
- data/client/spec/models/create_tenant_user_response_spec.rb +1 -1
- data/client/spec/models/create_ticket200_response_spec.rb +21 -0
- data/client/spec/models/{create_vote_response_spec.rb → create_ticket_body_spec.rb} +8 -8
- data/client/spec/models/create_ticket_response_spec.rb +42 -0
- data/client/spec/models/create_user_badge200_response_spec.rb +1 -1
- data/client/spec/models/create_user_badge_params_spec.rb +1 -1
- data/client/spec/models/custom_config_parameters_spec.rb +61 -1
- data/client/spec/models/custom_email_template_spec.rb +1 -1
- data/client/spec/models/delete_comment200_response_spec.rb +1 -1
- data/client/spec/models/delete_comment_action_spec.rb +1 -1
- data/client/spec/models/delete_comment_public200_response_spec.rb +1 -1
- data/client/spec/models/delete_comment_result_spec.rb +1 -1
- data/client/spec/models/delete_comment_vote200_response_spec.rb +1 -1
- data/client/spec/models/delete_domain_config200_response_spec.rb +1 -1
- data/client/spec/models/delete_feed_post_public200_response_any_of_spec.rb +1 -1
- data/client/spec/models/delete_feed_post_public200_response_spec.rb +1 -1
- data/client/spec/models/delete_hash_tag_request_spec.rb +1 -1
- data/client/spec/models/delete_page_api_response_spec.rb +1 -1
- data/client/spec/models/delete_sso_user_api_response_spec.rb +1 -1
- data/client/spec/models/delete_subscription_api_response_spec.rb +1 -1
- data/client/spec/models/deleted_comment_result_comment_spec.rb +1 -1
- data/client/spec/models/digest_email_frequency_spec.rb +1 -1
- data/client/spec/models/email_template_definition_spec.rb +1 -1
- data/client/spec/models/email_template_render_error_response_spec.rb +1 -1
- data/client/spec/models/event_log_entry_spec.rb +1 -1
- data/client/spec/models/f_comment_meta_spec.rb +7 -1
- data/client/spec/models/f_comment_spec.rb +7 -1
- data/client/spec/models/feed_post_link_spec.rb +1 -1
- data/client/spec/models/feed_post_media_item_asset_spec.rb +1 -1
- data/client/spec/models/feed_post_media_item_spec.rb +1 -1
- data/client/spec/models/feed_post_spec.rb +1 -1
- data/client/spec/models/feed_post_stats_spec.rb +1 -1
- data/client/spec/models/feed_posts_stats_response_spec.rb +1 -1
- data/client/spec/models/find_comments_by_range_item_spec.rb +1 -1
- data/client/spec/models/find_comments_by_range_response_spec.rb +1 -1
- data/client/spec/models/flag_comment200_response_spec.rb +1 -1
- data/client/spec/models/flag_comment_public200_response_spec.rb +1 -1
- data/client/spec/models/flag_comment_response_spec.rb +1 -1
- data/client/spec/models/get_audit_logs200_response_spec.rb +1 -1
- data/client/spec/models/get_audit_logs_response_spec.rb +1 -1
- data/client/spec/models/get_cached_notification_count200_response_spec.rb +1 -1
- data/client/spec/models/get_cached_notification_count_response_spec.rb +1 -1
- data/client/spec/models/get_comment200_response_spec.rb +1 -1
- data/client/spec/models/get_comment_text200_response_spec.rb +1 -1
- data/client/spec/models/get_comment_vote_user_names200_response_spec.rb +1 -1
- data/client/spec/models/get_comment_vote_user_names_success_response_spec.rb +1 -1
- data/client/spec/models/get_comments200_response_spec.rb +1 -1
- data/client/spec/models/get_comments_public200_response_spec.rb +1 -1
- data/client/spec/models/get_comments_response_public_comment_spec.rb +1 -1
- data/client/spec/models/get_comments_response_with_presence_public_comment_spec.rb +1 -1
- data/client/spec/models/get_domain_config200_response_spec.rb +1 -1
- data/client/spec/models/get_domain_configs200_response_any_of1_spec.rb +1 -1
- data/client/spec/models/get_domain_configs200_response_any_of_spec.rb +1 -1
- data/client/spec/models/get_domain_configs200_response_spec.rb +1 -1
- data/client/spec/models/get_email_template200_response_spec.rb +1 -1
- data/client/spec/models/get_email_template_definitions200_response_spec.rb +1 -1
- data/client/spec/models/get_email_template_definitions_response_spec.rb +1 -1
- data/client/spec/models/get_email_template_render_errors200_response_spec.rb +1 -1
- data/client/spec/models/get_email_template_render_errors_response_spec.rb +1 -1
- data/client/spec/models/get_email_template_response_spec.rb +1 -1
- data/client/spec/models/get_email_templates200_response_spec.rb +1 -1
- data/client/spec/models/get_email_templates_response_spec.rb +1 -1
- data/client/spec/models/get_event_log200_response_spec.rb +1 -1
- data/client/spec/models/get_event_log_response_spec.rb +1 -1
- data/client/spec/models/get_feed_posts200_response_spec.rb +1 -1
- data/client/spec/models/get_feed_posts_public200_response_spec.rb +1 -1
- data/client/spec/models/get_feed_posts_response_spec.rb +1 -1
- data/client/spec/models/get_feed_posts_stats200_response_spec.rb +1 -1
- data/client/spec/models/get_hash_tags200_response_spec.rb +1 -1
- data/client/spec/models/get_hash_tags_response_spec.rb +1 -1
- data/client/spec/models/get_moderator200_response_spec.rb +1 -1
- data/client/spec/models/get_moderator_response_spec.rb +1 -1
- data/client/spec/models/get_moderators200_response_spec.rb +1 -1
- data/client/spec/models/get_moderators_response_spec.rb +1 -1
- data/client/spec/models/get_my_notifications_response_spec.rb +1 -1
- data/client/spec/models/get_notification_count200_response_spec.rb +1 -1
- data/client/spec/models/get_notification_count_response_spec.rb +1 -1
- data/client/spec/models/get_notifications200_response_spec.rb +1 -1
- data/client/spec/models/get_notifications_response_spec.rb +1 -1
- data/client/spec/models/get_page_by_urlid_api_response_spec.rb +1 -1
- data/client/spec/models/get_pages_api_response_spec.rb +1 -1
- data/client/spec/models/get_pending_webhook_event_count200_response_spec.rb +1 -1
- data/client/spec/models/get_pending_webhook_event_count_response_spec.rb +1 -1
- data/client/spec/models/get_pending_webhook_events200_response_spec.rb +1 -1
- data/client/spec/models/get_pending_webhook_events_response_spec.rb +1 -1
- data/client/spec/models/get_public_feed_posts_response_spec.rb +1 -1
- data/client/spec/models/get_question_config200_response_spec.rb +1 -1
- data/client/spec/models/get_question_config_response_spec.rb +1 -1
- data/client/spec/models/get_question_configs200_response_spec.rb +1 -1
- data/client/spec/models/get_question_configs_response_spec.rb +1 -1
- data/client/spec/models/get_question_result200_response_spec.rb +1 -1
- data/client/spec/models/get_question_result_response_spec.rb +1 -1
- data/client/spec/models/get_question_results200_response_spec.rb +1 -1
- data/client/spec/models/get_question_results_response_spec.rb +1 -1
- data/client/spec/models/get_sso_user_by_email_api_response_spec.rb +1 -1
- data/client/spec/models/get_sso_user_by_id_api_response_spec.rb +1 -1
- data/client/spec/models/get_sso_users200_response_spec.rb +1 -1
- data/client/spec/models/get_subscriptions_api_response_spec.rb +1 -1
- data/client/spec/models/get_tenant200_response_spec.rb +1 -1
- data/client/spec/models/get_tenant_daily_usages200_response_spec.rb +1 -1
- data/client/spec/models/get_tenant_daily_usages_response_spec.rb +1 -1
- data/client/spec/models/get_tenant_package200_response_spec.rb +1 -1
- data/client/spec/models/get_tenant_package_response_spec.rb +1 -1
- data/client/spec/models/get_tenant_packages200_response_spec.rb +1 -1
- data/client/spec/models/get_tenant_packages_response_spec.rb +1 -1
- data/client/spec/models/get_tenant_response_spec.rb +1 -1
- data/client/spec/models/get_tenant_user200_response_spec.rb +1 -1
- data/client/spec/models/get_tenant_user_response_spec.rb +1 -1
- data/client/spec/models/get_tenant_users200_response_spec.rb +1 -1
- data/client/spec/models/get_tenant_users_response_spec.rb +1 -1
- data/client/spec/models/get_tenants200_response_spec.rb +1 -1
- data/client/spec/models/get_tenants_response_spec.rb +1 -1
- data/client/spec/models/{create_vote200_response_spec.rb → get_ticket200_response_spec.rb} +3 -3
- data/client/spec/models/get_ticket_response_spec.rb +48 -0
- data/client/spec/models/{delete_vote200_response_spec.rb → get_tickets200_response_spec.rb} +3 -3
- data/client/spec/models/get_tickets_response_spec.rb +42 -0
- data/client/spec/models/get_user200_response_spec.rb +1 -1
- data/client/spec/models/get_user_badge200_response_spec.rb +1 -1
- data/client/spec/models/get_user_badge_progress_by_id200_response_spec.rb +1 -1
- data/client/spec/models/get_user_badge_progress_list200_response_spec.rb +1 -1
- data/client/spec/models/get_user_badges200_response_spec.rb +1 -1
- data/client/spec/models/get_user_notification_count200_response_spec.rb +1 -1
- data/client/spec/models/get_user_notification_count_response_spec.rb +1 -1
- data/client/spec/models/get_user_notifications200_response_spec.rb +1 -1
- data/client/spec/models/get_user_presence_statuses200_response_spec.rb +1 -1
- data/client/spec/models/get_user_presence_statuses_response_spec.rb +1 -1
- data/client/spec/models/get_user_reacts_public200_response_spec.rb +1 -1
- data/client/spec/models/get_user_response_spec.rb +1 -1
- data/client/spec/models/get_votes200_response_spec.rb +1 -1
- data/client/spec/models/get_votes_for_user200_response_spec.rb +1 -1
- data/client/spec/models/get_votes_for_user_response_spec.rb +1 -1
- data/client/spec/models/get_votes_response_spec.rb +1 -1
- data/client/spec/models/gif_rating_spec.rb +1 -1
- data/client/spec/models/header_account_notification_spec.rb +84 -0
- data/client/spec/models/header_state_spec.rb +7 -1
- data/client/spec/models/ignored_response_spec.rb +1 -1
- data/client/spec/models/image_content_profanity_level_spec.rb +1 -1
- data/client/spec/models/imported_site_type_spec.rb +1 -1
- data/client/spec/models/live_event_extra_info_spec.rb +1 -1
- data/client/spec/models/live_event_spec.rb +1 -1
- data/client/spec/models/live_event_type_spec.rb +1 -1
- data/client/spec/models/lock_comment200_response_spec.rb +1 -1
- data/client/spec/models/media_asset_spec.rb +1 -1
- data/client/spec/models/mention_auto_complete_mode_spec.rb +30 -0
- data/client/spec/models/meta_item_spec.rb +1 -1
- data/client/spec/models/moderator_spec.rb +7 -1
- data/client/spec/models/notification_and_count_spec.rb +1 -1
- data/client/spec/models/notification_object_type_spec.rb +1 -1
- data/client/spec/models/notification_type_spec.rb +1 -1
- data/client/spec/models/patch_domain_config_params_spec.rb +1 -1
- data/client/spec/models/patch_hash_tag200_response_spec.rb +1 -1
- data/client/spec/models/patch_page_api_response_spec.rb +1 -1
- data/client/spec/models/patch_sso_user_api_response_spec.rb +1 -1
- data/client/spec/models/pending_comment_to_sync_outbound_spec.rb +1 -1
- data/client/spec/models/pin_comment200_response_spec.rb +1 -1
- data/client/spec/models/pub_sub_comment_base_spec.rb +1 -1
- data/client/spec/models/pub_sub_comment_spec.rb +1 -1
- data/client/spec/models/pub_sub_vote_spec.rb +1 -1
- data/client/spec/models/public_api_delete_comment_response_spec.rb +1 -1
- data/client/spec/models/public_api_get_comment_text_response_spec.rb +1 -1
- data/client/spec/models/public_api_set_comment_text_response_spec.rb +1 -1
- data/client/spec/models/public_block_from_comment_params_spec.rb +1 -1
- data/client/spec/models/public_comment_base_spec.rb +1 -1
- data/client/spec/models/public_comment_spec.rb +1 -1
- data/client/spec/models/public_feed_posts_response_spec.rb +1 -1
- data/client/spec/models/public_vote_spec.rb +1 -1
- data/client/spec/models/put_sso_user_api_response_spec.rb +1 -1
- data/client/spec/models/query_predicate_spec.rb +1 -1
- data/client/spec/models/query_predicate_value_spec.rb +1 -1
- data/client/spec/models/question_config_custom_options_inner_spec.rb +1 -1
- data/client/spec/models/question_config_spec.rb +1 -1
- data/client/spec/models/question_datum_spec.rb +1 -1
- data/client/spec/models/question_rendering_type_spec.rb +1 -1
- data/client/spec/models/question_result_aggregation_overall_spec.rb +1 -1
- data/client/spec/models/question_result_spec.rb +1 -1
- data/client/spec/models/question_sub_question_visibility_spec.rb +1 -1
- data/client/spec/models/question_when_save_spec.rb +1 -1
- data/client/spec/models/react_body_params_spec.rb +1 -1
- data/client/spec/models/react_feed_post_public200_response_spec.rb +1 -1
- data/client/spec/models/react_feed_post_response_spec.rb +1 -1
- data/client/spec/models/record_string_before_string_or_null_after_string_or_null_value_spec.rb +1 -1
- data/client/spec/models/record_string_string_or_number_value_spec.rb +1 -1
- data/client/spec/models/render_email_template200_response_spec.rb +1 -1
- data/client/spec/models/render_email_template_body_spec.rb +1 -1
- data/client/spec/models/render_email_template_response_spec.rb +1 -1
- data/client/spec/models/renderable_user_notification_spec.rb +1 -1
- data/client/spec/models/repeat_comment_check_ignored_reason_spec.rb +1 -1
- data/client/spec/models/repeat_comment_handling_action_spec.rb +1 -1
- data/client/spec/models/replace_tenant_package_body_spec.rb +7 -1
- data/client/spec/models/replace_tenant_user_body_spec.rb +1 -1
- data/client/spec/models/reset_user_notifications200_response_spec.rb +1 -1
- data/client/spec/models/reset_user_notifications_response_spec.rb +1 -1
- data/client/spec/models/save_comment200_response_spec.rb +1 -1
- data/client/spec/models/save_comment_response_optimized_spec.rb +1 -1
- data/client/spec/models/save_comment_response_spec.rb +1 -1
- data/client/spec/models/save_comments_response_with_presence_spec.rb +1 -1
- data/client/spec/models/search_users200_response_spec.rb +1 -1
- data/client/spec/models/search_users_response_spec.rb +1 -1
- data/client/spec/models/search_users_sectioned_response_spec.rb +42 -0
- data/client/spec/models/set_comment_text200_response_spec.rb +1 -1
- data/client/spec/models/set_comment_text_result_spec.rb +1 -1
- data/client/spec/models/size_preset_spec.rb +1 -1
- data/client/spec/models/sort_directions_spec.rb +1 -1
- data/client/spec/models/sortdir_spec.rb +1 -1
- data/client/spec/models/spam_rule_spec.rb +1 -1
- data/client/spec/models/sso_security_level_spec.rb +1 -1
- data/client/spec/models/tenant_hash_tag_spec.rb +1 -1
- data/client/spec/models/tenant_package_spec.rb +13 -1
- data/client/spec/models/tos_config_spec.rb +48 -0
- data/client/spec/models/un_block_comment_public200_response_spec.rb +1 -1
- data/client/spec/models/un_block_from_comment_params_spec.rb +1 -1
- data/client/spec/models/unblock_success_spec.rb +1 -1
- data/client/spec/models/updatable_comment_params_spec.rb +1 -1
- data/client/spec/models/update_api_page_data_spec.rb +1 -1
- data/client/spec/models/update_api_user_subscription_data_spec.rb +36 -0
- data/client/spec/models/update_apisso_user_data_spec.rb +1 -1
- data/client/spec/models/update_domain_config_params_spec.rb +1 -1
- data/client/spec/models/update_email_template_body_spec.rb +1 -1
- data/client/spec/models/update_feed_post_params_spec.rb +1 -1
- data/client/spec/models/update_hash_tag_body_spec.rb +1 -1
- data/client/spec/models/update_hash_tag_response_spec.rb +1 -1
- data/client/spec/models/update_moderator_body_spec.rb +1 -1
- data/client/spec/models/update_notification_body_spec.rb +1 -1
- data/client/spec/models/update_question_config_body_spec.rb +1 -1
- data/client/spec/models/update_question_result_body_spec.rb +1 -1
- data/client/spec/models/update_subscription_api_response_spec.rb +54 -0
- data/client/spec/models/update_tenant_body_spec.rb +1 -1
- data/client/spec/models/update_tenant_package_body_spec.rb +7 -1
- data/client/spec/models/update_tenant_user_body_spec.rb +1 -1
- data/client/spec/models/update_user_badge200_response_spec.rb +1 -1
- data/client/spec/models/update_user_badge_params_spec.rb +1 -1
- data/client/spec/models/update_user_notification_status200_response_spec.rb +1 -1
- data/client/spec/models/upload_image_response_spec.rb +1 -1
- data/client/spec/models/user_badge_progress_spec.rb +7 -1
- data/client/spec/models/user_badge_spec.rb +7 -1
- data/client/spec/models/user_notification_count_spec.rb +1 -1
- data/client/spec/models/user_notification_spec.rb +1 -1
- data/client/spec/models/user_notification_write_response_spec.rb +1 -1
- data/client/spec/models/user_presence_data_spec.rb +1 -1
- data/client/spec/models/user_reacts_response_spec.rb +1 -1
- data/client/spec/models/user_search_result_spec.rb +1 -1
- data/client/spec/models/user_search_section_result_spec.rb +42 -0
- data/client/spec/models/user_search_section_spec.rb +30 -0
- data/client/spec/models/user_session_info_spec.rb +7 -1
- data/client/spec/models/user_spec.rb +49 -1
- data/client/spec/models/vote_body_params_spec.rb +1 -1
- data/client/spec/models/vote_comment200_response_spec.rb +1 -1
- data/client/spec/models/vote_delete_response_spec.rb +1 -1
- data/client/spec/models/vote_response_spec.rb +1 -1
- data/client/spec/models/vote_response_user_spec.rb +1 -1
- data/client/spec/models/vote_style_spec.rb +1 -1
- data/client/spec/spec_helper.rb +1 -1
- data/lib/fastcomments.rb +1 -1
- metadata +68 -14
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7c9285c831324d638533f339bce680999e39551a75f495dfe38d463a389206e2
|
|
4
|
+
data.tar.gz: 25e65b2fdf74572a3fa3e79768f75c6887e806df833fdac2b23349ab8eeea5b9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d462a7578b9bb09bc4768ee837203fef02e535d0e84c668eeadf66dfbfb45aca8067b6c63dabb2a52ceb5a2c3e04f9b9084b25e3329ef9509d5a494c91b9d6f5
|
|
7
|
+
data.tar.gz: c971c9cd5a242131bd065170e18ab1d585f035d6ae3f090693a00523fee81b6980ac110f2d5350df602e6636b96363740857592b6600748c4d58a1cef2782bb9
|
data/client/README.md
CHANGED
|
@@ -7,8 +7,8 @@ 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: 1.
|
|
11
|
-
- Generator version: 7.
|
|
10
|
+
- Package version: 1.2.0
|
|
11
|
+
- Generator version: 7.19.0-SNAPSHOT
|
|
12
12
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
|
13
13
|
|
|
14
14
|
## Installation
|
|
@@ -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-1.
|
|
27
|
+
gem install ./fastcomments-client-1.2.0.gem
|
|
28
28
|
```
|
|
29
29
|
|
|
30
|
-
(for development, run `gem install --dev ./fastcomments-client-1.
|
|
30
|
+
(for development, run `gem install --dev ./fastcomments-client-1.2.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', '~> 1.
|
|
36
|
+
gem 'fastcomments-client', '~> 1.2.0'
|
|
37
37
|
|
|
38
38
|
### Install from Git
|
|
39
39
|
|
|
@@ -93,6 +93,7 @@ Class | Method | HTTP request | Description
|
|
|
93
93
|
*FastCommentsClient::DefaultApi* | [**aggregate_question_results**](docs/DefaultApi.md#aggregate_question_results) | **GET** /api/v1/question-results-aggregation |
|
|
94
94
|
*FastCommentsClient::DefaultApi* | [**block_user_from_comment**](docs/DefaultApi.md#block_user_from_comment) | **POST** /api/v1/comments/{id}/block |
|
|
95
95
|
*FastCommentsClient::DefaultApi* | [**bulk_aggregate_question_results**](docs/DefaultApi.md#bulk_aggregate_question_results) | **POST** /api/v1/question-results-aggregation/bulk |
|
|
96
|
+
*FastCommentsClient::DefaultApi* | [**change_ticket_state**](docs/DefaultApi.md#change_ticket_state) | **PATCH** /api/v1/tickets/{id}/state |
|
|
96
97
|
*FastCommentsClient::DefaultApi* | [**combine_comments_with_question_results**](docs/DefaultApi.md#combine_comments_with_question_results) | **GET** /api/v1/question-results-aggregation/combine/comments |
|
|
97
98
|
*FastCommentsClient::DefaultApi* | [**create_email_template**](docs/DefaultApi.md#create_email_template) | **POST** /api/v1/email-templates |
|
|
98
99
|
*FastCommentsClient::DefaultApi* | [**create_feed_post**](docs/DefaultApi.md#create_feed_post) | **POST** /api/v1/feed-posts |
|
|
@@ -103,6 +104,7 @@ Class | Method | HTTP request | Description
|
|
|
103
104
|
*FastCommentsClient::DefaultApi* | [**create_tenant**](docs/DefaultApi.md#create_tenant) | **POST** /api/v1/tenants |
|
|
104
105
|
*FastCommentsClient::DefaultApi* | [**create_tenant_package**](docs/DefaultApi.md#create_tenant_package) | **POST** /api/v1/tenant-packages |
|
|
105
106
|
*FastCommentsClient::DefaultApi* | [**create_tenant_user**](docs/DefaultApi.md#create_tenant_user) | **POST** /api/v1/tenant-users |
|
|
107
|
+
*FastCommentsClient::DefaultApi* | [**create_ticket**](docs/DefaultApi.md#create_ticket) | **POST** /api/v1/tickets |
|
|
106
108
|
*FastCommentsClient::DefaultApi* | [**create_user_badge**](docs/DefaultApi.md#create_user_badge) | **POST** /api/v1/user-badges |
|
|
107
109
|
*FastCommentsClient::DefaultApi* | [**create_vote**](docs/DefaultApi.md#create_vote) | **POST** /api/v1/votes |
|
|
108
110
|
*FastCommentsClient::DefaultApi* | [**delete_comment**](docs/DefaultApi.md#delete_comment) | **DELETE** /api/v1/comments/{id} |
|
|
@@ -159,6 +161,8 @@ Class | Method | HTTP request | Description
|
|
|
159
161
|
*FastCommentsClient::DefaultApi* | [**get_tenant_user**](docs/DefaultApi.md#get_tenant_user) | **GET** /api/v1/tenant-users/{id} |
|
|
160
162
|
*FastCommentsClient::DefaultApi* | [**get_tenant_users**](docs/DefaultApi.md#get_tenant_users) | **GET** /api/v1/tenant-users |
|
|
161
163
|
*FastCommentsClient::DefaultApi* | [**get_tenants**](docs/DefaultApi.md#get_tenants) | **GET** /api/v1/tenants |
|
|
164
|
+
*FastCommentsClient::DefaultApi* | [**get_ticket**](docs/DefaultApi.md#get_ticket) | **GET** /api/v1/tickets/{id} |
|
|
165
|
+
*FastCommentsClient::DefaultApi* | [**get_tickets**](docs/DefaultApi.md#get_tickets) | **GET** /api/v1/tickets |
|
|
162
166
|
*FastCommentsClient::DefaultApi* | [**get_user**](docs/DefaultApi.md#get_user) | **GET** /api/v1/users/{id} |
|
|
163
167
|
*FastCommentsClient::DefaultApi* | [**get_user_badge**](docs/DefaultApi.md#get_user_badge) | **GET** /api/v1/user-badges/{id} |
|
|
164
168
|
*FastCommentsClient::DefaultApi* | [**get_user_badge_progress_by_id**](docs/DefaultApi.md#get_user_badge_progress_by_id) | **GET** /api/v1/user-badge-progress/{id} |
|
|
@@ -189,6 +193,7 @@ Class | Method | HTTP request | Description
|
|
|
189
193
|
*FastCommentsClient::DefaultApi* | [**update_notification**](docs/DefaultApi.md#update_notification) | **PATCH** /api/v1/notifications/{id} |
|
|
190
194
|
*FastCommentsClient::DefaultApi* | [**update_question_config**](docs/DefaultApi.md#update_question_config) | **PATCH** /api/v1/question-configs/{id} |
|
|
191
195
|
*FastCommentsClient::DefaultApi* | [**update_question_result**](docs/DefaultApi.md#update_question_result) | **PATCH** /api/v1/question-results/{id} |
|
|
196
|
+
*FastCommentsClient::DefaultApi* | [**update_subscription**](docs/DefaultApi.md#update_subscription) | **PATCH** /api/v1/subscriptions/{id} |
|
|
192
197
|
*FastCommentsClient::DefaultApi* | [**update_tenant**](docs/DefaultApi.md#update_tenant) | **PATCH** /api/v1/tenants/{id} |
|
|
193
198
|
*FastCommentsClient::DefaultApi* | [**update_tenant_package**](docs/DefaultApi.md#update_tenant_package) | **PATCH** /api/v1/tenant-packages/{id} |
|
|
194
199
|
*FastCommentsClient::DefaultApi* | [**update_tenant_user**](docs/DefaultApi.md#update_tenant_user) | **PATCH** /api/v1/tenant-users/{id} |
|
|
@@ -235,6 +240,7 @@ Class | Method | HTTP request | Description
|
|
|
235
240
|
- [FastCommentsClient::APIAuditLog](docs/APIAuditLog.md)
|
|
236
241
|
- [FastCommentsClient::APIComment](docs/APIComment.md)
|
|
237
242
|
- [FastCommentsClient::APICommentBase](docs/APICommentBase.md)
|
|
243
|
+
- [FastCommentsClient::APICommentBaseMeta](docs/APICommentBaseMeta.md)
|
|
238
244
|
- [FastCommentsClient::APICreateUserBadgeResponse](docs/APICreateUserBadgeResponse.md)
|
|
239
245
|
- [FastCommentsClient::APIDomainConfiguration](docs/APIDomainConfiguration.md)
|
|
240
246
|
- [FastCommentsClient::APIEmptyResponse](docs/APIEmptyResponse.md)
|
|
@@ -251,6 +257,9 @@ Class | Method | HTTP request | Description
|
|
|
251
257
|
- [FastCommentsClient::APIStatus](docs/APIStatus.md)
|
|
252
258
|
- [FastCommentsClient::APITenant](docs/APITenant.md)
|
|
253
259
|
- [FastCommentsClient::APITenantDailyUsage](docs/APITenantDailyUsage.md)
|
|
260
|
+
- [FastCommentsClient::APITicket](docs/APITicket.md)
|
|
261
|
+
- [FastCommentsClient::APITicketDetail](docs/APITicketDetail.md)
|
|
262
|
+
- [FastCommentsClient::APITicketFile](docs/APITicketFile.md)
|
|
254
263
|
- [FastCommentsClient::APIUserSubscription](docs/APIUserSubscription.md)
|
|
255
264
|
- [FastCommentsClient::AddDomainConfig200Response](docs/AddDomainConfig200Response.md)
|
|
256
265
|
- [FastCommentsClient::AddDomainConfig200ResponseAnyOf](docs/AddDomainConfig200ResponseAnyOf.md)
|
|
@@ -282,6 +291,9 @@ Class | Method | HTTP request | Description
|
|
|
282
291
|
- [FastCommentsClient::BulkCreateHashTagsBodyTagsInner](docs/BulkCreateHashTagsBodyTagsInner.md)
|
|
283
292
|
- [FastCommentsClient::BulkCreateHashTagsResponse](docs/BulkCreateHashTagsResponse.md)
|
|
284
293
|
- [FastCommentsClient::ChangeCommentPinStatusResponse](docs/ChangeCommentPinStatusResponse.md)
|
|
294
|
+
- [FastCommentsClient::ChangeTicketState200Response](docs/ChangeTicketState200Response.md)
|
|
295
|
+
- [FastCommentsClient::ChangeTicketStateBody](docs/ChangeTicketStateBody.md)
|
|
296
|
+
- [FastCommentsClient::ChangeTicketStateResponse](docs/ChangeTicketStateResponse.md)
|
|
285
297
|
- [FastCommentsClient::CheckBlockedCommentsResponse](docs/CheckBlockedCommentsResponse.md)
|
|
286
298
|
- [FastCommentsClient::CheckedCommentsForBlocked200Response](docs/CheckedCommentsForBlocked200Response.md)
|
|
287
299
|
- [FastCommentsClient::CombineCommentsWithQuestionResults200Response](docs/CombineCommentsWithQuestionResults200Response.md)
|
|
@@ -333,10 +345,11 @@ Class | Method | HTTP request | Description
|
|
|
333
345
|
- [FastCommentsClient::CreateTenantUser200Response](docs/CreateTenantUser200Response.md)
|
|
334
346
|
- [FastCommentsClient::CreateTenantUserBody](docs/CreateTenantUserBody.md)
|
|
335
347
|
- [FastCommentsClient::CreateTenantUserResponse](docs/CreateTenantUserResponse.md)
|
|
348
|
+
- [FastCommentsClient::CreateTicket200Response](docs/CreateTicket200Response.md)
|
|
349
|
+
- [FastCommentsClient::CreateTicketBody](docs/CreateTicketBody.md)
|
|
350
|
+
- [FastCommentsClient::CreateTicketResponse](docs/CreateTicketResponse.md)
|
|
336
351
|
- [FastCommentsClient::CreateUserBadge200Response](docs/CreateUserBadge200Response.md)
|
|
337
352
|
- [FastCommentsClient::CreateUserBadgeParams](docs/CreateUserBadgeParams.md)
|
|
338
|
-
- [FastCommentsClient::CreateVote200Response](docs/CreateVote200Response.md)
|
|
339
|
-
- [FastCommentsClient::CreateVoteResponse](docs/CreateVoteResponse.md)
|
|
340
353
|
- [FastCommentsClient::CustomConfigParameters](docs/CustomConfigParameters.md)
|
|
341
354
|
- [FastCommentsClient::CustomEmailTemplate](docs/CustomEmailTemplate.md)
|
|
342
355
|
- [FastCommentsClient::DeleteComment200Response](docs/DeleteComment200Response.md)
|
|
@@ -351,8 +364,6 @@ Class | Method | HTTP request | Description
|
|
|
351
364
|
- [FastCommentsClient::DeletePageAPIResponse](docs/DeletePageAPIResponse.md)
|
|
352
365
|
- [FastCommentsClient::DeleteSSOUserAPIResponse](docs/DeleteSSOUserAPIResponse.md)
|
|
353
366
|
- [FastCommentsClient::DeleteSubscriptionAPIResponse](docs/DeleteSubscriptionAPIResponse.md)
|
|
354
|
-
- [FastCommentsClient::DeleteVote200Response](docs/DeleteVote200Response.md)
|
|
355
|
-
- [FastCommentsClient::DeleteVoteResponse](docs/DeleteVoteResponse.md)
|
|
356
367
|
- [FastCommentsClient::DeletedCommentResultComment](docs/DeletedCommentResultComment.md)
|
|
357
368
|
- [FastCommentsClient::DigestEmailFrequency](docs/DigestEmailFrequency.md)
|
|
358
369
|
- [FastCommentsClient::EmailTemplateDefinition](docs/EmailTemplateDefinition.md)
|
|
@@ -445,6 +456,10 @@ Class | Method | HTTP request | Description
|
|
|
445
456
|
- [FastCommentsClient::GetTenantUsersResponse](docs/GetTenantUsersResponse.md)
|
|
446
457
|
- [FastCommentsClient::GetTenants200Response](docs/GetTenants200Response.md)
|
|
447
458
|
- [FastCommentsClient::GetTenantsResponse](docs/GetTenantsResponse.md)
|
|
459
|
+
- [FastCommentsClient::GetTicket200Response](docs/GetTicket200Response.md)
|
|
460
|
+
- [FastCommentsClient::GetTicketResponse](docs/GetTicketResponse.md)
|
|
461
|
+
- [FastCommentsClient::GetTickets200Response](docs/GetTickets200Response.md)
|
|
462
|
+
- [FastCommentsClient::GetTicketsResponse](docs/GetTicketsResponse.md)
|
|
448
463
|
- [FastCommentsClient::GetUser200Response](docs/GetUser200Response.md)
|
|
449
464
|
- [FastCommentsClient::GetUserBadge200Response](docs/GetUserBadge200Response.md)
|
|
450
465
|
- [FastCommentsClient::GetUserBadgeProgressById200Response](docs/GetUserBadgeProgressById200Response.md)
|
|
@@ -462,6 +477,7 @@ Class | Method | HTTP request | Description
|
|
|
462
477
|
- [FastCommentsClient::GetVotesForUserResponse](docs/GetVotesForUserResponse.md)
|
|
463
478
|
- [FastCommentsClient::GetVotesResponse](docs/GetVotesResponse.md)
|
|
464
479
|
- [FastCommentsClient::GifRating](docs/GifRating.md)
|
|
480
|
+
- [FastCommentsClient::HeaderAccountNotification](docs/HeaderAccountNotification.md)
|
|
465
481
|
- [FastCommentsClient::HeaderState](docs/HeaderState.md)
|
|
466
482
|
- [FastCommentsClient::IgnoredResponse](docs/IgnoredResponse.md)
|
|
467
483
|
- [FastCommentsClient::ImageContentProfanityLevel](docs/ImageContentProfanityLevel.md)
|
|
@@ -471,6 +487,7 @@ Class | Method | HTTP request | Description
|
|
|
471
487
|
- [FastCommentsClient::LiveEventType](docs/LiveEventType.md)
|
|
472
488
|
- [FastCommentsClient::LockComment200Response](docs/LockComment200Response.md)
|
|
473
489
|
- [FastCommentsClient::MediaAsset](docs/MediaAsset.md)
|
|
490
|
+
- [FastCommentsClient::MentionAutoCompleteMode](docs/MentionAutoCompleteMode.md)
|
|
474
491
|
- [FastCommentsClient::MetaItem](docs/MetaItem.md)
|
|
475
492
|
- [FastCommentsClient::Moderator](docs/Moderator.md)
|
|
476
493
|
- [FastCommentsClient::NotificationAndCount](docs/NotificationAndCount.md)
|
|
@@ -527,11 +544,13 @@ Class | Method | HTTP request | Description
|
|
|
527
544
|
- [FastCommentsClient::SaveCommentsResponseWithPresence](docs/SaveCommentsResponseWithPresence.md)
|
|
528
545
|
- [FastCommentsClient::SearchUsers200Response](docs/SearchUsers200Response.md)
|
|
529
546
|
- [FastCommentsClient::SearchUsersResponse](docs/SearchUsersResponse.md)
|
|
547
|
+
- [FastCommentsClient::SearchUsersSectionedResponse](docs/SearchUsersSectionedResponse.md)
|
|
530
548
|
- [FastCommentsClient::SetCommentText200Response](docs/SetCommentText200Response.md)
|
|
531
549
|
- [FastCommentsClient::SetCommentTextResult](docs/SetCommentTextResult.md)
|
|
532
550
|
- [FastCommentsClient::SizePreset](docs/SizePreset.md)
|
|
533
551
|
- [FastCommentsClient::SortDirections](docs/SortDirections.md)
|
|
534
552
|
- [FastCommentsClient::SpamRule](docs/SpamRule.md)
|
|
553
|
+
- [FastCommentsClient::TOSConfig](docs/TOSConfig.md)
|
|
535
554
|
- [FastCommentsClient::TenantHashTag](docs/TenantHashTag.md)
|
|
536
555
|
- [FastCommentsClient::TenantPackage](docs/TenantPackage.md)
|
|
537
556
|
- [FastCommentsClient::UnBlockCommentPublic200Response](docs/UnBlockCommentPublic200Response.md)
|
|
@@ -540,6 +559,7 @@ Class | Method | HTTP request | Description
|
|
|
540
559
|
- [FastCommentsClient::UpdatableCommentParams](docs/UpdatableCommentParams.md)
|
|
541
560
|
- [FastCommentsClient::UpdateAPIPageData](docs/UpdateAPIPageData.md)
|
|
542
561
|
- [FastCommentsClient::UpdateAPISSOUserData](docs/UpdateAPISSOUserData.md)
|
|
562
|
+
- [FastCommentsClient::UpdateAPIUserSubscriptionData](docs/UpdateAPIUserSubscriptionData.md)
|
|
543
563
|
- [FastCommentsClient::UpdateDomainConfigParams](docs/UpdateDomainConfigParams.md)
|
|
544
564
|
- [FastCommentsClient::UpdateEmailTemplateBody](docs/UpdateEmailTemplateBody.md)
|
|
545
565
|
- [FastCommentsClient::UpdateFeedPostParams](docs/UpdateFeedPostParams.md)
|
|
@@ -549,6 +569,7 @@ Class | Method | HTTP request | Description
|
|
|
549
569
|
- [FastCommentsClient::UpdateNotificationBody](docs/UpdateNotificationBody.md)
|
|
550
570
|
- [FastCommentsClient::UpdateQuestionConfigBody](docs/UpdateQuestionConfigBody.md)
|
|
551
571
|
- [FastCommentsClient::UpdateQuestionResultBody](docs/UpdateQuestionResultBody.md)
|
|
572
|
+
- [FastCommentsClient::UpdateSubscriptionAPIResponse](docs/UpdateSubscriptionAPIResponse.md)
|
|
552
573
|
- [FastCommentsClient::UpdateTenantBody](docs/UpdateTenantBody.md)
|
|
553
574
|
- [FastCommentsClient::UpdateTenantPackageBody](docs/UpdateTenantPackageBody.md)
|
|
554
575
|
- [FastCommentsClient::UpdateTenantUserBody](docs/UpdateTenantUserBody.md)
|
|
@@ -565,6 +586,8 @@ Class | Method | HTTP request | Description
|
|
|
565
586
|
- [FastCommentsClient::UserPresenceData](docs/UserPresenceData.md)
|
|
566
587
|
- [FastCommentsClient::UserReactsResponse](docs/UserReactsResponse.md)
|
|
567
588
|
- [FastCommentsClient::UserSearchResult](docs/UserSearchResult.md)
|
|
589
|
+
- [FastCommentsClient::UserSearchSection](docs/UserSearchSection.md)
|
|
590
|
+
- [FastCommentsClient::UserSearchSectionResult](docs/UserSearchSectionResult.md)
|
|
568
591
|
- [FastCommentsClient::UserSessionInfo](docs/UserSessionInfo.md)
|
|
569
592
|
- [FastCommentsClient::VoteBodyParams](docs/VoteBodyParams.md)
|
|
570
593
|
- [FastCommentsClient::VoteComment200Response](docs/VoteComment200Response.md)
|
data/client/docs/APIComment.md
CHANGED
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
| **local_date_string** | **String** | | [optional] |
|
|
40
40
|
| **locale** | **String** | | |
|
|
41
41
|
| **mentions** | [**Array<CommentUserMentionInfo>**](CommentUserMentionInfo.md) | | [optional] |
|
|
42
|
-
| **meta** | [**
|
|
42
|
+
| **meta** | [**APICommentBaseMeta**](APICommentBaseMeta.md) | | [optional] |
|
|
43
43
|
| **moderation_group_ids** | **Array<String>** | | [optional] |
|
|
44
44
|
| **notification_sent_for_parent** | **Boolean** | | [optional] |
|
|
45
45
|
| **notification_sent_for_parent_tenant** | **Boolean** | | [optional] |
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
| **local_date_string** | **String** | | [optional] |
|
|
40
40
|
| **locale** | **String** | | |
|
|
41
41
|
| **mentions** | [**Array<CommentUserMentionInfo>**](CommentUserMentionInfo.md) | | [optional] |
|
|
42
|
-
| **meta** | [**
|
|
42
|
+
| **meta** | [**APICommentBaseMeta**](APICommentBaseMeta.md) | | [optional] |
|
|
43
43
|
| **moderation_group_ids** | **Array<String>** | | [optional] |
|
|
44
44
|
| **notification_sent_for_parent** | **Boolean** | | [optional] |
|
|
45
45
|
| **notification_sent_for_parent_tenant** | **Boolean** | | [optional] |
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# FastCommentsClient::APICommentBaseMeta
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **wp_user_id** | **String** | | [optional] |
|
|
8
|
+
| **wp_post_id** | **String** | | [optional] |
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```ruby
|
|
13
|
+
require 'fastcomments-client'
|
|
14
|
+
|
|
15
|
+
instance = FastCommentsClient::APICommentBaseMeta.new(
|
|
16
|
+
wp_user_id: null,
|
|
17
|
+
wp_post_id: null
|
|
18
|
+
)
|
|
19
|
+
```
|
|
20
|
+
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# FastCommentsClient::APITicket
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **_id** | **String** | | |
|
|
8
|
+
| **url_id** | **String** | | |
|
|
9
|
+
| **user_id** | **String** | | |
|
|
10
|
+
| **managed_by_tenant_id** | **String** | | |
|
|
11
|
+
| **assigned_user_ids** | **Array<String>** | | |
|
|
12
|
+
| **subject** | **String** | | |
|
|
13
|
+
| **created_at** | **String** | | |
|
|
14
|
+
| **state** | **Integer** | | |
|
|
15
|
+
| **file_count** | **Integer** | | |
|
|
16
|
+
|
|
17
|
+
## Example
|
|
18
|
+
|
|
19
|
+
```ruby
|
|
20
|
+
require 'fastcomments-client'
|
|
21
|
+
|
|
22
|
+
instance = FastCommentsClient::APITicket.new(
|
|
23
|
+
_id: null,
|
|
24
|
+
url_id: null,
|
|
25
|
+
user_id: null,
|
|
26
|
+
managed_by_tenant_id: null,
|
|
27
|
+
assigned_user_ids: null,
|
|
28
|
+
subject: null,
|
|
29
|
+
created_at: null,
|
|
30
|
+
state: null,
|
|
31
|
+
file_count: null
|
|
32
|
+
)
|
|
33
|
+
```
|
|
34
|
+
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
# FastCommentsClient::APITicketDetail
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **_id** | **String** | | |
|
|
8
|
+
| **url_id** | **String** | | |
|
|
9
|
+
| **user_id** | **String** | | |
|
|
10
|
+
| **managed_by_tenant_id** | **String** | | |
|
|
11
|
+
| **assigned_user_ids** | **Array<String>** | | |
|
|
12
|
+
| **subject** | **String** | | |
|
|
13
|
+
| **created_at** | **String** | | |
|
|
14
|
+
| **state** | **Integer** | | |
|
|
15
|
+
| **file_count** | **Integer** | | |
|
|
16
|
+
| **files** | [**Array<APITicketFile>**](APITicketFile.md) | | |
|
|
17
|
+
| **reopened_at** | **String** | | [optional] |
|
|
18
|
+
| **resolved_at** | **String** | | [optional] |
|
|
19
|
+
| **ack_at** | **String** | | [optional] |
|
|
20
|
+
|
|
21
|
+
## Example
|
|
22
|
+
|
|
23
|
+
```ruby
|
|
24
|
+
require 'fastcomments-client'
|
|
25
|
+
|
|
26
|
+
instance = FastCommentsClient::APITicketDetail.new(
|
|
27
|
+
_id: null,
|
|
28
|
+
url_id: null,
|
|
29
|
+
user_id: null,
|
|
30
|
+
managed_by_tenant_id: null,
|
|
31
|
+
assigned_user_ids: null,
|
|
32
|
+
subject: null,
|
|
33
|
+
created_at: null,
|
|
34
|
+
state: null,
|
|
35
|
+
file_count: null,
|
|
36
|
+
files: null,
|
|
37
|
+
reopened_at: null,
|
|
38
|
+
resolved_at: null,
|
|
39
|
+
ack_at: null
|
|
40
|
+
)
|
|
41
|
+
```
|
|
42
|
+
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# FastCommentsClient::APITicketFile
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **id** | **String** | | |
|
|
8
|
+
| **s3_key** | **String** | | |
|
|
9
|
+
| **original_file_name** | **String** | | |
|
|
10
|
+
| **size_bytes** | **Integer** | | |
|
|
11
|
+
| **content_type** | **String** | | |
|
|
12
|
+
| **uploaded_by_user_id** | **String** | | |
|
|
13
|
+
| **uploaded_at** | **String** | | |
|
|
14
|
+
| **url** | **String** | | |
|
|
15
|
+
| **expires_at** | **String** | | |
|
|
16
|
+
| **expired** | **Boolean** | | [optional] |
|
|
17
|
+
|
|
18
|
+
## Example
|
|
19
|
+
|
|
20
|
+
```ruby
|
|
21
|
+
require 'fastcomments-client'
|
|
22
|
+
|
|
23
|
+
instance = FastCommentsClient::APITicketFile.new(
|
|
24
|
+
id: null,
|
|
25
|
+
s3_key: null,
|
|
26
|
+
original_file_name: null,
|
|
27
|
+
size_bytes: null,
|
|
28
|
+
content_type: null,
|
|
29
|
+
uploaded_by_user_id: null,
|
|
30
|
+
uploaded_at: null,
|
|
31
|
+
url: null,
|
|
32
|
+
expires_at: null,
|
|
33
|
+
expired: null
|
|
34
|
+
)
|
|
35
|
+
```
|
|
36
|
+
|
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **notification_frequency** | **Float** | | [optional] |
|
|
7
8
|
| **created_at** | **Time** | | |
|
|
8
9
|
| **page_title** | **String** | | [optional] |
|
|
9
10
|
| **url** | **String** | | [optional] |
|
|
@@ -18,6 +19,7 @@
|
|
|
18
19
|
require 'fastcomments-client'
|
|
19
20
|
|
|
20
21
|
instance = FastCommentsClient::APIUserSubscription.new(
|
|
22
|
+
notification_frequency: null,
|
|
21
23
|
created_at: null,
|
|
22
24
|
page_title: null,
|
|
23
25
|
url: null,
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
# FastCommentsClient::
|
|
1
|
+
# FastCommentsClient::ChangeTicketState200Response
|
|
2
2
|
|
|
3
3
|
## Properties
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **status** | [**APIStatus**](APIStatus.md) | | |
|
|
8
|
+
| **ticket** | [**APITicket**](APITicket.md) | | |
|
|
8
9
|
| **reason** | **String** | | |
|
|
9
10
|
| **code** | **String** | | |
|
|
10
11
|
| **secondary_code** | **String** | | [optional] |
|
|
@@ -18,8 +19,9 @@
|
|
|
18
19
|
```ruby
|
|
19
20
|
require 'fastcomments-client'
|
|
20
21
|
|
|
21
|
-
instance = FastCommentsClient::
|
|
22
|
+
instance = FastCommentsClient::ChangeTicketState200Response.new(
|
|
22
23
|
status: null,
|
|
24
|
+
ticket: null,
|
|
23
25
|
reason: null,
|
|
24
26
|
code: null,
|
|
25
27
|
secondary_code: null,
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# FastCommentsClient::ChangeTicketStateBody
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **state** | **Integer** | | |
|
|
8
|
+
|
|
9
|
+
## Example
|
|
10
|
+
|
|
11
|
+
```ruby
|
|
12
|
+
require 'fastcomments-client'
|
|
13
|
+
|
|
14
|
+
instance = FastCommentsClient::ChangeTicketStateBody.new(
|
|
15
|
+
state: null
|
|
16
|
+
)
|
|
17
|
+
```
|
|
18
|
+
|
|
@@ -1,18 +1,20 @@
|
|
|
1
|
-
# FastCommentsClient::
|
|
1
|
+
# FastCommentsClient::ChangeTicketStateResponse
|
|
2
2
|
|
|
3
3
|
## Properties
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **status** | [**APIStatus**](APIStatus.md) | | |
|
|
8
|
+
| **ticket** | [**APITicket**](APITicket.md) | | |
|
|
8
9
|
|
|
9
10
|
## Example
|
|
10
11
|
|
|
11
12
|
```ruby
|
|
12
13
|
require 'fastcomments-client'
|
|
13
14
|
|
|
14
|
-
instance = FastCommentsClient::
|
|
15
|
-
status: null
|
|
15
|
+
instance = FastCommentsClient::ChangeTicketStateResponse.new(
|
|
16
|
+
status: null,
|
|
17
|
+
ticket: null
|
|
16
18
|
)
|
|
17
19
|
```
|
|
18
20
|
|
data/client/docs/CommentData.md
CHANGED
|
@@ -28,6 +28,7 @@
|
|
|
28
28
|
| **autoplay_delay_ms** | **Integer** | | [optional] |
|
|
29
29
|
| **feedback_ids** | **Array<String>** | | [optional] |
|
|
30
30
|
| **question_values** | [**Hash<String, RecordStringStringOrNumberValue>**](RecordStringStringOrNumberValue.md) | Construct a type with a set of properties K of type T | [optional] |
|
|
31
|
+
| **tos** | **Boolean** | | [optional] |
|
|
31
32
|
|
|
32
33
|
## Example
|
|
33
34
|
|
|
@@ -58,7 +59,8 @@ instance = FastCommentsClient::CommentData.new(
|
|
|
58
59
|
from_offline_restore: null,
|
|
59
60
|
autoplay_delay_ms: null,
|
|
60
61
|
feedback_ids: null,
|
|
61
|
-
question_values: null
|
|
62
|
+
question_values: null,
|
|
63
|
+
tos: null
|
|
62
64
|
)
|
|
63
65
|
```
|
|
64
66
|
|
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **notification_frequency** | **Float** | | [optional] |
|
|
7
8
|
| **page_title** | **String** | | [optional] |
|
|
8
9
|
| **url** | **String** | | [optional] |
|
|
9
10
|
| **url_id** | **String** | | |
|
|
@@ -16,6 +17,7 @@
|
|
|
16
17
|
require 'fastcomments-client'
|
|
17
18
|
|
|
18
19
|
instance = FastCommentsClient::CreateAPIUserSubscriptionData.new(
|
|
20
|
+
notification_frequency: null,
|
|
19
21
|
page_title: null,
|
|
20
22
|
url: null,
|
|
21
23
|
url_id: null,
|
|
@@ -28,6 +28,7 @@
|
|
|
28
28
|
| **autoplay_delay_ms** | **Integer** | | [optional] |
|
|
29
29
|
| **feedback_ids** | **Array<String>** | | [optional] |
|
|
30
30
|
| **question_values** | [**Hash<String, RecordStringStringOrNumberValue>**](RecordStringStringOrNumberValue.md) | Construct a type with a set of properties K of type T | [optional] |
|
|
31
|
+
| **tos** | **Boolean** | | [optional] |
|
|
31
32
|
| **approved** | **Boolean** | | [optional] |
|
|
32
33
|
| **domain** | **String** | | [optional] |
|
|
33
34
|
| **ip** | **String** | | [optional] |
|
|
@@ -69,6 +70,7 @@ instance = FastCommentsClient::CreateCommentParams.new(
|
|
|
69
70
|
autoplay_delay_ms: null,
|
|
70
71
|
feedback_ids: null,
|
|
71
72
|
question_values: null,
|
|
73
|
+
tos: null,
|
|
72
74
|
approved: null,
|
|
73
75
|
domain: null,
|
|
74
76
|
ip: null,
|
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
| **max_domains** | **Float** | | |
|
|
21
21
|
| **max_white_labeled_tenants** | **Float** | | [optional] |
|
|
22
22
|
| **max_monthly_event_log_requests** | **Float** | | [optional] |
|
|
23
|
+
| **max_custom_collection_size** | **Float** | | [optional] |
|
|
23
24
|
| **has_white_labeling** | **Boolean** | | [optional] |
|
|
24
25
|
| **has_debranding** | **Boolean** | | |
|
|
25
26
|
| **has_llm_spam_detection** | **Boolean** | | [optional] |
|
|
@@ -75,6 +76,7 @@ instance = FastCommentsClient::CreateTenantPackageBody.new(
|
|
|
75
76
|
max_domains: null,
|
|
76
77
|
max_white_labeled_tenants: null,
|
|
77
78
|
max_monthly_event_log_requests: null,
|
|
79
|
+
max_custom_collection_size: null,
|
|
78
80
|
has_white_labeling: null,
|
|
79
81
|
has_debranding: null,
|
|
80
82
|
has_llm_spam_detection: null,
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
# FastCommentsClient::
|
|
1
|
+
# FastCommentsClient::CreateTicket200Response
|
|
2
2
|
|
|
3
3
|
## Properties
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **status** | [**APIStatus**](APIStatus.md) | | |
|
|
8
|
+
| **ticket** | [**APITicket**](APITicket.md) | | |
|
|
8
9
|
| **reason** | **String** | | |
|
|
9
10
|
| **code** | **String** | | |
|
|
10
11
|
| **secondary_code** | **String** | | [optional] |
|
|
@@ -18,8 +19,9 @@
|
|
|
18
19
|
```ruby
|
|
19
20
|
require 'fastcomments-client'
|
|
20
21
|
|
|
21
|
-
instance = FastCommentsClient::
|
|
22
|
+
instance = FastCommentsClient::CreateTicket200Response.new(
|
|
22
23
|
status: null,
|
|
24
|
+
ticket: null,
|
|
23
25
|
reason: null,
|
|
24
26
|
code: null,
|
|
25
27
|
secondary_code: null,
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# FastCommentsClient::CreateTicketBody
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **subject** | **String** | | |
|
|
8
|
+
|
|
9
|
+
## Example
|
|
10
|
+
|
|
11
|
+
```ruby
|
|
12
|
+
require 'fastcomments-client'
|
|
13
|
+
|
|
14
|
+
instance = FastCommentsClient::CreateTicketBody.new(
|
|
15
|
+
subject: null
|
|
16
|
+
)
|
|
17
|
+
```
|
|
18
|
+
|
|
@@ -1,18 +1,20 @@
|
|
|
1
|
-
# FastCommentsClient::
|
|
1
|
+
# FastCommentsClient::CreateTicketResponse
|
|
2
2
|
|
|
3
3
|
## Properties
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **status** | [**APIStatus**](APIStatus.md) | | |
|
|
8
|
+
| **ticket** | [**APITicket**](APITicket.md) | | |
|
|
8
9
|
|
|
9
10
|
## Example
|
|
10
11
|
|
|
11
12
|
```ruby
|
|
12
13
|
require 'fastcomments-client'
|
|
13
14
|
|
|
14
|
-
instance = FastCommentsClient::
|
|
15
|
-
status: null
|
|
15
|
+
instance = FastCommentsClient::CreateTicketResponse.new(
|
|
16
|
+
status: null,
|
|
17
|
+
ticket: null
|
|
16
18
|
)
|
|
17
19
|
```
|
|
18
20
|
|
|
@@ -28,6 +28,8 @@
|
|
|
28
28
|
| **disable_email_inputs** | **Boolean** | | [optional] |
|
|
29
29
|
| **disable_live_commenting** | **Boolean** | | [optional] |
|
|
30
30
|
| **disable_notification_bell** | **Boolean** | | [optional] |
|
|
31
|
+
| **disable_profile_comments** | **Boolean** | | [optional] |
|
|
32
|
+
| **disable_profile_direct_messages** | **Boolean** | | [optional] |
|
|
31
33
|
| **disable_profiles** | **Boolean** | | [optional] |
|
|
32
34
|
| **disable_success_message** | **Boolean** | | [optional] |
|
|
33
35
|
| **disable_toolbar** | **Boolean** | | [optional] |
|
|
@@ -52,6 +54,7 @@
|
|
|
52
54
|
| **max_comment_character_length** | **Integer** | | [optional] |
|
|
53
55
|
| **max_comment_created_count_pupm** | **Integer** | | [optional] |
|
|
54
56
|
| **no_custom_config** | **Boolean** | | [optional] |
|
|
57
|
+
| **mention_auto_complete_mode** | [**MentionAutoCompleteMode**](MentionAutoCompleteMode.md) | | [optional] |
|
|
55
58
|
| **no_image_uploads** | **Boolean** | | [optional] |
|
|
56
59
|
| **no_styles** | **Boolean** | | [optional] |
|
|
57
60
|
| **page_size** | **Integer** | | [optional] |
|
|
@@ -72,11 +75,18 @@
|
|
|
72
75
|
| **vote_style** | [**VoteStyle**](VoteStyle.md) | | [optional] |
|
|
73
76
|
| **widget_question_id** | **String** | | [optional] |
|
|
74
77
|
| **widget_question_results_style** | [**CommentQuestionResultsRenderingType**](CommentQuestionResultsRenderingType.md) | | [optional] |
|
|
78
|
+
| **widget_question_show_breakdown** | **Boolean** | | [optional] |
|
|
75
79
|
| **widget_question_style** | [**QuestionRenderingType**](QuestionRenderingType.md) | | [optional] |
|
|
76
80
|
| **widget_question_when_to_save** | [**QuestionWhenSave**](QuestionWhenSave.md) | | [optional] |
|
|
77
81
|
| **widget_questions_required** | [**CommentQuestionsRequired**](CommentQuestionsRequired.md) | | [optional] |
|
|
78
82
|
| **widget_sub_question_visibility** | [**QuestionSubQuestionVisibility**](QuestionSubQuestionVisibility.md) | | [optional] |
|
|
79
83
|
| **wrap** | **Boolean** | | [optional] |
|
|
84
|
+
| **ticket_base_url** | **String** | | [optional] |
|
|
85
|
+
| **ticket_kb_search_endpoint** | **String** | | [optional] |
|
|
86
|
+
| **ticket_file_uploads_enabled** | **Boolean** | | [optional] |
|
|
87
|
+
| **ticket_max_file_size** | **Integer** | | [optional] |
|
|
88
|
+
| **ticket_auto_assign_user_ids** | **Array<String>** | | [optional] |
|
|
89
|
+
| **tos** | [**TOSConfig**](TOSConfig.md) | | [optional] |
|
|
80
90
|
|
|
81
91
|
## Example
|
|
82
92
|
|
|
@@ -108,6 +118,8 @@ instance = FastCommentsClient::CustomConfigParameters.new(
|
|
|
108
118
|
disable_email_inputs: null,
|
|
109
119
|
disable_live_commenting: null,
|
|
110
120
|
disable_notification_bell: null,
|
|
121
|
+
disable_profile_comments: null,
|
|
122
|
+
disable_profile_direct_messages: null,
|
|
111
123
|
disable_profiles: null,
|
|
112
124
|
disable_success_message: null,
|
|
113
125
|
disable_toolbar: null,
|
|
@@ -132,6 +144,7 @@ instance = FastCommentsClient::CustomConfigParameters.new(
|
|
|
132
144
|
max_comment_character_length: null,
|
|
133
145
|
max_comment_created_count_pupm: null,
|
|
134
146
|
no_custom_config: null,
|
|
147
|
+
mention_auto_complete_mode: null,
|
|
135
148
|
no_image_uploads: null,
|
|
136
149
|
no_styles: null,
|
|
137
150
|
page_size: null,
|
|
@@ -152,11 +165,18 @@ instance = FastCommentsClient::CustomConfigParameters.new(
|
|
|
152
165
|
vote_style: null,
|
|
153
166
|
widget_question_id: null,
|
|
154
167
|
widget_question_results_style: null,
|
|
168
|
+
widget_question_show_breakdown: null,
|
|
155
169
|
widget_question_style: null,
|
|
156
170
|
widget_question_when_to_save: null,
|
|
157
171
|
widget_questions_required: null,
|
|
158
172
|
widget_sub_question_visibility: null,
|
|
159
|
-
wrap: null
|
|
173
|
+
wrap: null,
|
|
174
|
+
ticket_base_url: null,
|
|
175
|
+
ticket_kb_search_endpoint: null,
|
|
176
|
+
ticket_file_uploads_enabled: null,
|
|
177
|
+
ticket_max_file_size: null,
|
|
178
|
+
ticket_auto_assign_user_ids: null,
|
|
179
|
+
tos: null
|
|
160
180
|
)
|
|
161
181
|
```
|
|
162
182
|
|