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
|
@@ -43,6 +43,28 @@ describe 'DefaultApi' do
|
|
|
43
43
|
end
|
|
44
44
|
end
|
|
45
45
|
|
|
46
|
+
# unit tests for add_hash_tag
|
|
47
|
+
# @param [Hash] opts the optional parameters
|
|
48
|
+
# @option opts [String] :tenant_id
|
|
49
|
+
# @option opts [CreateHashTagBody] :create_hash_tag_body
|
|
50
|
+
# @return [AddHashTag200Response]
|
|
51
|
+
describe 'add_hash_tag test' do
|
|
52
|
+
it 'should work' do
|
|
53
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
54
|
+
end
|
|
55
|
+
end
|
|
56
|
+
|
|
57
|
+
# unit tests for add_hash_tags_bulk
|
|
58
|
+
# @param [Hash] opts the optional parameters
|
|
59
|
+
# @option opts [String] :tenant_id
|
|
60
|
+
# @option opts [BulkCreateHashTagsBody] :bulk_create_hash_tags_body
|
|
61
|
+
# @return [AddHashTagsBulk200Response]
|
|
62
|
+
describe 'add_hash_tags_bulk test' do
|
|
63
|
+
it 'should work' do
|
|
64
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
65
|
+
end
|
|
66
|
+
end
|
|
67
|
+
|
|
46
68
|
# unit tests for add_page
|
|
47
69
|
# @param tenant_id
|
|
48
70
|
# @param create_api_page_data
|
|
@@ -139,6 +161,17 @@ describe 'DefaultApi' do
|
|
|
139
161
|
end
|
|
140
162
|
end
|
|
141
163
|
|
|
164
|
+
# unit tests for create_email_template
|
|
165
|
+
# @param tenant_id
|
|
166
|
+
# @param create_email_template_body
|
|
167
|
+
# @param [Hash] opts the optional parameters
|
|
168
|
+
# @return [CreateEmailTemplate200Response]
|
|
169
|
+
describe 'create_email_template test' do
|
|
170
|
+
it 'should work' do
|
|
171
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
172
|
+
end
|
|
173
|
+
end
|
|
174
|
+
|
|
142
175
|
# unit tests for create_feed_post
|
|
143
176
|
# @param tenant_id
|
|
144
177
|
# @param create_feed_post_params
|
|
@@ -154,6 +187,39 @@ describe 'DefaultApi' do
|
|
|
154
187
|
end
|
|
155
188
|
end
|
|
156
189
|
|
|
190
|
+
# unit tests for create_moderator
|
|
191
|
+
# @param tenant_id
|
|
192
|
+
# @param create_moderator_body
|
|
193
|
+
# @param [Hash] opts the optional parameters
|
|
194
|
+
# @return [CreateModerator200Response]
|
|
195
|
+
describe 'create_moderator test' do
|
|
196
|
+
it 'should work' do
|
|
197
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
198
|
+
end
|
|
199
|
+
end
|
|
200
|
+
|
|
201
|
+
# unit tests for create_question_config
|
|
202
|
+
# @param tenant_id
|
|
203
|
+
# @param create_question_config_body
|
|
204
|
+
# @param [Hash] opts the optional parameters
|
|
205
|
+
# @return [CreateQuestionConfig200Response]
|
|
206
|
+
describe 'create_question_config test' do
|
|
207
|
+
it 'should work' do
|
|
208
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
209
|
+
end
|
|
210
|
+
end
|
|
211
|
+
|
|
212
|
+
# unit tests for create_question_result
|
|
213
|
+
# @param tenant_id
|
|
214
|
+
# @param create_question_result_body
|
|
215
|
+
# @param [Hash] opts the optional parameters
|
|
216
|
+
# @return [CreateQuestionResult200Response]
|
|
217
|
+
describe 'create_question_result test' do
|
|
218
|
+
it 'should work' do
|
|
219
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
220
|
+
end
|
|
221
|
+
end
|
|
222
|
+
|
|
157
223
|
# unit tests for create_subscription
|
|
158
224
|
# @param tenant_id
|
|
159
225
|
# @param create_api_user_subscription_data
|
|
@@ -165,6 +231,39 @@ describe 'DefaultApi' do
|
|
|
165
231
|
end
|
|
166
232
|
end
|
|
167
233
|
|
|
234
|
+
# unit tests for create_tenant
|
|
235
|
+
# @param tenant_id
|
|
236
|
+
# @param create_tenant_body
|
|
237
|
+
# @param [Hash] opts the optional parameters
|
|
238
|
+
# @return [CreateTenant200Response]
|
|
239
|
+
describe 'create_tenant test' do
|
|
240
|
+
it 'should work' do
|
|
241
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
242
|
+
end
|
|
243
|
+
end
|
|
244
|
+
|
|
245
|
+
# unit tests for create_tenant_package
|
|
246
|
+
# @param tenant_id
|
|
247
|
+
# @param create_tenant_package_body
|
|
248
|
+
# @param [Hash] opts the optional parameters
|
|
249
|
+
# @return [CreateTenantPackage200Response]
|
|
250
|
+
describe 'create_tenant_package test' do
|
|
251
|
+
it 'should work' do
|
|
252
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
253
|
+
end
|
|
254
|
+
end
|
|
255
|
+
|
|
256
|
+
# unit tests for create_tenant_user
|
|
257
|
+
# @param tenant_id
|
|
258
|
+
# @param create_tenant_user_body
|
|
259
|
+
# @param [Hash] opts the optional parameters
|
|
260
|
+
# @return [CreateTenantUser200Response]
|
|
261
|
+
describe 'create_tenant_user test' do
|
|
262
|
+
it 'should work' do
|
|
263
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
264
|
+
end
|
|
265
|
+
end
|
|
266
|
+
|
|
168
267
|
# unit tests for create_user_badge
|
|
169
268
|
# @param tenant_id
|
|
170
269
|
# @param create_user_badge_params
|
|
@@ -176,6 +275,20 @@ describe 'DefaultApi' do
|
|
|
176
275
|
end
|
|
177
276
|
end
|
|
178
277
|
|
|
278
|
+
# unit tests for create_vote
|
|
279
|
+
# @param tenant_id
|
|
280
|
+
# @param comment_id
|
|
281
|
+
# @param direction
|
|
282
|
+
# @param [Hash] opts the optional parameters
|
|
283
|
+
# @option opts [String] :user_id
|
|
284
|
+
# @option opts [String] :anon_user_id
|
|
285
|
+
# @return [CreateVote200Response]
|
|
286
|
+
describe 'create_vote test' do
|
|
287
|
+
it 'should work' do
|
|
288
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
289
|
+
end
|
|
290
|
+
end
|
|
291
|
+
|
|
179
292
|
# unit tests for delete_comment
|
|
180
293
|
# @param tenant_id
|
|
181
294
|
# @param id
|
|
@@ -200,6 +313,64 @@ describe 'DefaultApi' do
|
|
|
200
313
|
end
|
|
201
314
|
end
|
|
202
315
|
|
|
316
|
+
# unit tests for delete_email_template
|
|
317
|
+
# @param tenant_id
|
|
318
|
+
# @param id
|
|
319
|
+
# @param [Hash] opts the optional parameters
|
|
320
|
+
# @return [FlagCommentPublic200Response]
|
|
321
|
+
describe 'delete_email_template test' do
|
|
322
|
+
it 'should work' do
|
|
323
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
324
|
+
end
|
|
325
|
+
end
|
|
326
|
+
|
|
327
|
+
# unit tests for delete_email_template_render_error
|
|
328
|
+
# @param tenant_id
|
|
329
|
+
# @param id
|
|
330
|
+
# @param error_id
|
|
331
|
+
# @param [Hash] opts the optional parameters
|
|
332
|
+
# @return [FlagCommentPublic200Response]
|
|
333
|
+
describe 'delete_email_template_render_error test' do
|
|
334
|
+
it 'should work' do
|
|
335
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
336
|
+
end
|
|
337
|
+
end
|
|
338
|
+
|
|
339
|
+
# unit tests for delete_hash_tag
|
|
340
|
+
# @param tag
|
|
341
|
+
# @param [Hash] opts the optional parameters
|
|
342
|
+
# @option opts [String] :tenant_id
|
|
343
|
+
# @option opts [DeleteHashTagRequest] :delete_hash_tag_request
|
|
344
|
+
# @return [FlagCommentPublic200Response]
|
|
345
|
+
describe 'delete_hash_tag test' do
|
|
346
|
+
it 'should work' do
|
|
347
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
348
|
+
end
|
|
349
|
+
end
|
|
350
|
+
|
|
351
|
+
# unit tests for delete_moderator
|
|
352
|
+
# @param tenant_id
|
|
353
|
+
# @param id
|
|
354
|
+
# @param [Hash] opts the optional parameters
|
|
355
|
+
# @option opts [String] :send_email
|
|
356
|
+
# @return [FlagCommentPublic200Response]
|
|
357
|
+
describe 'delete_moderator test' do
|
|
358
|
+
it 'should work' do
|
|
359
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
360
|
+
end
|
|
361
|
+
end
|
|
362
|
+
|
|
363
|
+
# unit tests for delete_notification_count
|
|
364
|
+
# @param tenant_id
|
|
365
|
+
# @param id
|
|
366
|
+
# @param [Hash] opts the optional parameters
|
|
367
|
+
# @return [FlagCommentPublic200Response]
|
|
368
|
+
describe 'delete_notification_count test' do
|
|
369
|
+
it 'should work' do
|
|
370
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
371
|
+
end
|
|
372
|
+
end
|
|
373
|
+
|
|
203
374
|
# unit tests for delete_page
|
|
204
375
|
# @param tenant_id
|
|
205
376
|
# @param id
|
|
@@ -211,6 +382,39 @@ describe 'DefaultApi' do
|
|
|
211
382
|
end
|
|
212
383
|
end
|
|
213
384
|
|
|
385
|
+
# unit tests for delete_pending_webhook_event
|
|
386
|
+
# @param tenant_id
|
|
387
|
+
# @param id
|
|
388
|
+
# @param [Hash] opts the optional parameters
|
|
389
|
+
# @return [FlagCommentPublic200Response]
|
|
390
|
+
describe 'delete_pending_webhook_event test' do
|
|
391
|
+
it 'should work' do
|
|
392
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
393
|
+
end
|
|
394
|
+
end
|
|
395
|
+
|
|
396
|
+
# unit tests for delete_question_config
|
|
397
|
+
# @param tenant_id
|
|
398
|
+
# @param id
|
|
399
|
+
# @param [Hash] opts the optional parameters
|
|
400
|
+
# @return [FlagCommentPublic200Response]
|
|
401
|
+
describe 'delete_question_config test' do
|
|
402
|
+
it 'should work' do
|
|
403
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
404
|
+
end
|
|
405
|
+
end
|
|
406
|
+
|
|
407
|
+
# unit tests for delete_question_result
|
|
408
|
+
# @param tenant_id
|
|
409
|
+
# @param id
|
|
410
|
+
# @param [Hash] opts the optional parameters
|
|
411
|
+
# @return [FlagCommentPublic200Response]
|
|
412
|
+
describe 'delete_question_result test' do
|
|
413
|
+
it 'should work' do
|
|
414
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
415
|
+
end
|
|
416
|
+
end
|
|
417
|
+
|
|
214
418
|
# unit tests for delete_sso_user
|
|
215
419
|
# @param tenant_id
|
|
216
420
|
# @param id
|
|
@@ -236,6 +440,42 @@ describe 'DefaultApi' do
|
|
|
236
440
|
end
|
|
237
441
|
end
|
|
238
442
|
|
|
443
|
+
# unit tests for delete_tenant
|
|
444
|
+
# @param tenant_id
|
|
445
|
+
# @param id
|
|
446
|
+
# @param [Hash] opts the optional parameters
|
|
447
|
+
# @option opts [String] :sure
|
|
448
|
+
# @return [FlagCommentPublic200Response]
|
|
449
|
+
describe 'delete_tenant test' do
|
|
450
|
+
it 'should work' do
|
|
451
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
452
|
+
end
|
|
453
|
+
end
|
|
454
|
+
|
|
455
|
+
# unit tests for delete_tenant_package
|
|
456
|
+
# @param tenant_id
|
|
457
|
+
# @param id
|
|
458
|
+
# @param [Hash] opts the optional parameters
|
|
459
|
+
# @return [FlagCommentPublic200Response]
|
|
460
|
+
describe 'delete_tenant_package test' do
|
|
461
|
+
it 'should work' do
|
|
462
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
463
|
+
end
|
|
464
|
+
end
|
|
465
|
+
|
|
466
|
+
# unit tests for delete_tenant_user
|
|
467
|
+
# @param tenant_id
|
|
468
|
+
# @param id
|
|
469
|
+
# @param [Hash] opts the optional parameters
|
|
470
|
+
# @option opts [String] :delete_comments
|
|
471
|
+
# @option opts [String] :comment_delete_mode
|
|
472
|
+
# @return [FlagCommentPublic200Response]
|
|
473
|
+
describe 'delete_tenant_user test' do
|
|
474
|
+
it 'should work' do
|
|
475
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
476
|
+
end
|
|
477
|
+
end
|
|
478
|
+
|
|
239
479
|
# unit tests for delete_user_badge
|
|
240
480
|
# @param tenant_id
|
|
241
481
|
# @param id
|
|
@@ -247,6 +487,18 @@ describe 'DefaultApi' do
|
|
|
247
487
|
end
|
|
248
488
|
end
|
|
249
489
|
|
|
490
|
+
# unit tests for delete_vote
|
|
491
|
+
# @param tenant_id
|
|
492
|
+
# @param id
|
|
493
|
+
# @param [Hash] opts the optional parameters
|
|
494
|
+
# @option opts [String] :edit_key
|
|
495
|
+
# @return [DeleteVote200Response]
|
|
496
|
+
describe 'delete_vote test' do
|
|
497
|
+
it 'should work' do
|
|
498
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
499
|
+
end
|
|
500
|
+
end
|
|
501
|
+
|
|
250
502
|
# unit tests for flag_comment
|
|
251
503
|
# @param tenant_id
|
|
252
504
|
# @param id
|
|
@@ -275,6 +527,17 @@ describe 'DefaultApi' do
|
|
|
275
527
|
end
|
|
276
528
|
end
|
|
277
529
|
|
|
530
|
+
# unit tests for get_cached_notification_count
|
|
531
|
+
# @param tenant_id
|
|
532
|
+
# @param id
|
|
533
|
+
# @param [Hash] opts the optional parameters
|
|
534
|
+
# @return [GetCachedNotificationCount200Response]
|
|
535
|
+
describe 'get_cached_notification_count test' do
|
|
536
|
+
it 'should work' do
|
|
537
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
538
|
+
end
|
|
539
|
+
end
|
|
540
|
+
|
|
278
541
|
# unit tests for get_comment
|
|
279
542
|
# @param tenant_id
|
|
280
543
|
# @param id
|
|
@@ -331,6 +594,50 @@ describe 'DefaultApi' do
|
|
|
331
594
|
end
|
|
332
595
|
end
|
|
333
596
|
|
|
597
|
+
# unit tests for get_email_template
|
|
598
|
+
# @param tenant_id
|
|
599
|
+
# @param id
|
|
600
|
+
# @param [Hash] opts the optional parameters
|
|
601
|
+
# @return [GetEmailTemplate200Response]
|
|
602
|
+
describe 'get_email_template test' do
|
|
603
|
+
it 'should work' do
|
|
604
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
605
|
+
end
|
|
606
|
+
end
|
|
607
|
+
|
|
608
|
+
# unit tests for get_email_template_definitions
|
|
609
|
+
# @param tenant_id
|
|
610
|
+
# @param [Hash] opts the optional parameters
|
|
611
|
+
# @return [GetEmailTemplateDefinitions200Response]
|
|
612
|
+
describe 'get_email_template_definitions test' do
|
|
613
|
+
it 'should work' do
|
|
614
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
615
|
+
end
|
|
616
|
+
end
|
|
617
|
+
|
|
618
|
+
# unit tests for get_email_template_render_errors
|
|
619
|
+
# @param tenant_id
|
|
620
|
+
# @param id
|
|
621
|
+
# @param [Hash] opts the optional parameters
|
|
622
|
+
# @option opts [Float] :skip
|
|
623
|
+
# @return [GetEmailTemplateRenderErrors200Response]
|
|
624
|
+
describe 'get_email_template_render_errors test' do
|
|
625
|
+
it 'should work' do
|
|
626
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
627
|
+
end
|
|
628
|
+
end
|
|
629
|
+
|
|
630
|
+
# unit tests for get_email_templates
|
|
631
|
+
# @param tenant_id
|
|
632
|
+
# @param [Hash] opts the optional parameters
|
|
633
|
+
# @option opts [Float] :skip
|
|
634
|
+
# @return [GetEmailTemplates200Response]
|
|
635
|
+
describe 'get_email_templates test' do
|
|
636
|
+
it 'should work' do
|
|
637
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
638
|
+
end
|
|
639
|
+
end
|
|
640
|
+
|
|
334
641
|
# unit tests for get_feed_posts
|
|
335
642
|
# req tenantId afterId
|
|
336
643
|
# @param tenant_id
|
|
@@ -345,6 +652,70 @@ describe 'DefaultApi' do
|
|
|
345
652
|
end
|
|
346
653
|
end
|
|
347
654
|
|
|
655
|
+
# unit tests for get_hash_tags
|
|
656
|
+
# @param tenant_id
|
|
657
|
+
# @param [Hash] opts the optional parameters
|
|
658
|
+
# @option opts [Float] :page
|
|
659
|
+
# @return [GetHashTags200Response]
|
|
660
|
+
describe 'get_hash_tags test' do
|
|
661
|
+
it 'should work' do
|
|
662
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
663
|
+
end
|
|
664
|
+
end
|
|
665
|
+
|
|
666
|
+
# unit tests for get_moderator
|
|
667
|
+
# @param tenant_id
|
|
668
|
+
# @param id
|
|
669
|
+
# @param [Hash] opts the optional parameters
|
|
670
|
+
# @return [GetModerator200Response]
|
|
671
|
+
describe 'get_moderator test' do
|
|
672
|
+
it 'should work' do
|
|
673
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
674
|
+
end
|
|
675
|
+
end
|
|
676
|
+
|
|
677
|
+
# unit tests for get_moderators
|
|
678
|
+
# @param tenant_id
|
|
679
|
+
# @param [Hash] opts the optional parameters
|
|
680
|
+
# @option opts [Float] :skip
|
|
681
|
+
# @return [GetModerators200Response]
|
|
682
|
+
describe 'get_moderators test' do
|
|
683
|
+
it 'should work' do
|
|
684
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
685
|
+
end
|
|
686
|
+
end
|
|
687
|
+
|
|
688
|
+
# unit tests for get_notification_count
|
|
689
|
+
# @param tenant_id
|
|
690
|
+
# @param [Hash] opts the optional parameters
|
|
691
|
+
# @option opts [String] :user_id
|
|
692
|
+
# @option opts [String] :url_id
|
|
693
|
+
# @option opts [String] :from_comment_id
|
|
694
|
+
# @option opts [Boolean] :viewed
|
|
695
|
+
# @option opts [String] :type
|
|
696
|
+
# @return [GetNotificationCount200Response]
|
|
697
|
+
describe 'get_notification_count test' do
|
|
698
|
+
it 'should work' do
|
|
699
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
700
|
+
end
|
|
701
|
+
end
|
|
702
|
+
|
|
703
|
+
# unit tests for get_notifications
|
|
704
|
+
# @param tenant_id
|
|
705
|
+
# @param [Hash] opts the optional parameters
|
|
706
|
+
# @option opts [String] :user_id
|
|
707
|
+
# @option opts [String] :url_id
|
|
708
|
+
# @option opts [String] :from_comment_id
|
|
709
|
+
# @option opts [Boolean] :viewed
|
|
710
|
+
# @option opts [String] :type
|
|
711
|
+
# @option opts [Float] :skip
|
|
712
|
+
# @return [GetNotifications200Response]
|
|
713
|
+
describe 'get_notifications test' do
|
|
714
|
+
it 'should work' do
|
|
715
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
716
|
+
end
|
|
717
|
+
end
|
|
718
|
+
|
|
348
719
|
# unit tests for get_page_by_urlid
|
|
349
720
|
# @param tenant_id
|
|
350
721
|
# @param url_id
|
|
@@ -366,6 +737,88 @@ describe 'DefaultApi' do
|
|
|
366
737
|
end
|
|
367
738
|
end
|
|
368
739
|
|
|
740
|
+
# unit tests for get_pending_webhook_event_count
|
|
741
|
+
# @param tenant_id
|
|
742
|
+
# @param [Hash] opts the optional parameters
|
|
743
|
+
# @option opts [String] :comment_id
|
|
744
|
+
# @option opts [String] :external_id
|
|
745
|
+
# @option opts [String] :event_type
|
|
746
|
+
# @option opts [String] :type
|
|
747
|
+
# @option opts [String] :domain
|
|
748
|
+
# @option opts [Float] :attempt_count_gt
|
|
749
|
+
# @return [GetPendingWebhookEventCount200Response]
|
|
750
|
+
describe 'get_pending_webhook_event_count test' do
|
|
751
|
+
it 'should work' do
|
|
752
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
753
|
+
end
|
|
754
|
+
end
|
|
755
|
+
|
|
756
|
+
# unit tests for get_pending_webhook_events
|
|
757
|
+
# @param tenant_id
|
|
758
|
+
# @param [Hash] opts the optional parameters
|
|
759
|
+
# @option opts [String] :comment_id
|
|
760
|
+
# @option opts [String] :external_id
|
|
761
|
+
# @option opts [String] :event_type
|
|
762
|
+
# @option opts [String] :type
|
|
763
|
+
# @option opts [String] :domain
|
|
764
|
+
# @option opts [Float] :attempt_count_gt
|
|
765
|
+
# @option opts [Float] :skip
|
|
766
|
+
# @return [GetPendingWebhookEvents200Response]
|
|
767
|
+
describe 'get_pending_webhook_events test' do
|
|
768
|
+
it 'should work' do
|
|
769
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
770
|
+
end
|
|
771
|
+
end
|
|
772
|
+
|
|
773
|
+
# unit tests for get_question_config
|
|
774
|
+
# @param tenant_id
|
|
775
|
+
# @param id
|
|
776
|
+
# @param [Hash] opts the optional parameters
|
|
777
|
+
# @return [GetQuestionConfig200Response]
|
|
778
|
+
describe 'get_question_config test' do
|
|
779
|
+
it 'should work' do
|
|
780
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
781
|
+
end
|
|
782
|
+
end
|
|
783
|
+
|
|
784
|
+
# unit tests for get_question_configs
|
|
785
|
+
# @param tenant_id
|
|
786
|
+
# @param [Hash] opts the optional parameters
|
|
787
|
+
# @option opts [Float] :skip
|
|
788
|
+
# @return [GetQuestionConfigs200Response]
|
|
789
|
+
describe 'get_question_configs test' do
|
|
790
|
+
it 'should work' do
|
|
791
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
792
|
+
end
|
|
793
|
+
end
|
|
794
|
+
|
|
795
|
+
# unit tests for get_question_result
|
|
796
|
+
# @param tenant_id
|
|
797
|
+
# @param id
|
|
798
|
+
# @param [Hash] opts the optional parameters
|
|
799
|
+
# @return [GetQuestionResult200Response]
|
|
800
|
+
describe 'get_question_result test' do
|
|
801
|
+
it 'should work' do
|
|
802
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
803
|
+
end
|
|
804
|
+
end
|
|
805
|
+
|
|
806
|
+
# unit tests for get_question_results
|
|
807
|
+
# @param tenant_id
|
|
808
|
+
# @param [Hash] opts the optional parameters
|
|
809
|
+
# @option opts [String] :url_id
|
|
810
|
+
# @option opts [String] :user_id
|
|
811
|
+
# @option opts [String] :start_date
|
|
812
|
+
# @option opts [String] :question_id
|
|
813
|
+
# @option opts [String] :question_ids
|
|
814
|
+
# @option opts [Float] :skip
|
|
815
|
+
# @return [GetQuestionResults200Response]
|
|
816
|
+
describe 'get_question_results test' do
|
|
817
|
+
it 'should work' do
|
|
818
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
819
|
+
end
|
|
820
|
+
end
|
|
821
|
+
|
|
369
822
|
# unit tests for get_sso_user_by_email
|
|
370
823
|
# @param tenant_id
|
|
371
824
|
# @param email
|
|
@@ -410,6 +863,98 @@ describe 'DefaultApi' do
|
|
|
410
863
|
end
|
|
411
864
|
end
|
|
412
865
|
|
|
866
|
+
# unit tests for get_tenant
|
|
867
|
+
# @param tenant_id
|
|
868
|
+
# @param id
|
|
869
|
+
# @param [Hash] opts the optional parameters
|
|
870
|
+
# @return [GetTenant200Response]
|
|
871
|
+
describe 'get_tenant test' do
|
|
872
|
+
it 'should work' do
|
|
873
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
874
|
+
end
|
|
875
|
+
end
|
|
876
|
+
|
|
877
|
+
# unit tests for get_tenant_daily_usages
|
|
878
|
+
# @param tenant_id
|
|
879
|
+
# @param [Hash] opts the optional parameters
|
|
880
|
+
# @option opts [Float] :year_number
|
|
881
|
+
# @option opts [Float] :month_number
|
|
882
|
+
# @option opts [Float] :day_number
|
|
883
|
+
# @option opts [Float] :skip
|
|
884
|
+
# @return [GetTenantDailyUsages200Response]
|
|
885
|
+
describe 'get_tenant_daily_usages test' do
|
|
886
|
+
it 'should work' do
|
|
887
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
888
|
+
end
|
|
889
|
+
end
|
|
890
|
+
|
|
891
|
+
# unit tests for get_tenant_package
|
|
892
|
+
# @param tenant_id
|
|
893
|
+
# @param id
|
|
894
|
+
# @param [Hash] opts the optional parameters
|
|
895
|
+
# @return [GetTenantPackage200Response]
|
|
896
|
+
describe 'get_tenant_package test' do
|
|
897
|
+
it 'should work' do
|
|
898
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
899
|
+
end
|
|
900
|
+
end
|
|
901
|
+
|
|
902
|
+
# unit tests for get_tenant_packages
|
|
903
|
+
# @param tenant_id
|
|
904
|
+
# @param [Hash] opts the optional parameters
|
|
905
|
+
# @option opts [Float] :skip
|
|
906
|
+
# @return [GetTenantPackages200Response]
|
|
907
|
+
describe 'get_tenant_packages test' do
|
|
908
|
+
it 'should work' do
|
|
909
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
910
|
+
end
|
|
911
|
+
end
|
|
912
|
+
|
|
913
|
+
# unit tests for get_tenant_user
|
|
914
|
+
# @param tenant_id
|
|
915
|
+
# @param id
|
|
916
|
+
# @param [Hash] opts the optional parameters
|
|
917
|
+
# @return [GetTenantUser200Response]
|
|
918
|
+
describe 'get_tenant_user test' do
|
|
919
|
+
it 'should work' do
|
|
920
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
921
|
+
end
|
|
922
|
+
end
|
|
923
|
+
|
|
924
|
+
# unit tests for get_tenant_users
|
|
925
|
+
# @param tenant_id
|
|
926
|
+
# @param [Hash] opts the optional parameters
|
|
927
|
+
# @option opts [Float] :skip
|
|
928
|
+
# @return [GetTenantUsers200Response]
|
|
929
|
+
describe 'get_tenant_users test' do
|
|
930
|
+
it 'should work' do
|
|
931
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
932
|
+
end
|
|
933
|
+
end
|
|
934
|
+
|
|
935
|
+
# unit tests for get_tenants
|
|
936
|
+
# @param tenant_id
|
|
937
|
+
# @param [Hash] opts the optional parameters
|
|
938
|
+
# @option opts [String] :meta
|
|
939
|
+
# @option opts [Float] :skip
|
|
940
|
+
# @return [GetTenants200Response]
|
|
941
|
+
describe 'get_tenants test' do
|
|
942
|
+
it 'should work' do
|
|
943
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
944
|
+
end
|
|
945
|
+
end
|
|
946
|
+
|
|
947
|
+
# unit tests for get_user
|
|
948
|
+
# @param tenant_id
|
|
949
|
+
# @param id
|
|
950
|
+
# @param [Hash] opts the optional parameters
|
|
951
|
+
# @return [GetUser200Response]
|
|
952
|
+
describe 'get_user test' do
|
|
953
|
+
it 'should work' do
|
|
954
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
955
|
+
end
|
|
956
|
+
end
|
|
957
|
+
|
|
413
958
|
# unit tests for get_user_badge
|
|
414
959
|
# @param tenant_id
|
|
415
960
|
# @param id
|
|
@@ -472,6 +1017,30 @@ describe 'DefaultApi' do
|
|
|
472
1017
|
end
|
|
473
1018
|
end
|
|
474
1019
|
|
|
1020
|
+
# unit tests for get_votes
|
|
1021
|
+
# @param tenant_id
|
|
1022
|
+
# @param url_id
|
|
1023
|
+
# @param [Hash] opts the optional parameters
|
|
1024
|
+
# @return [GetVotes200Response]
|
|
1025
|
+
describe 'get_votes test' do
|
|
1026
|
+
it 'should work' do
|
|
1027
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
1028
|
+
end
|
|
1029
|
+
end
|
|
1030
|
+
|
|
1031
|
+
# unit tests for get_votes_for_user
|
|
1032
|
+
# @param tenant_id
|
|
1033
|
+
# @param url_id
|
|
1034
|
+
# @param [Hash] opts the optional parameters
|
|
1035
|
+
# @option opts [String] :user_id
|
|
1036
|
+
# @option opts [String] :anon_user_id
|
|
1037
|
+
# @return [GetVotesForUser200Response]
|
|
1038
|
+
describe 'get_votes_for_user test' do
|
|
1039
|
+
it 'should work' do
|
|
1040
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
1041
|
+
end
|
|
1042
|
+
end
|
|
1043
|
+
|
|
475
1044
|
# unit tests for patch_domain_config
|
|
476
1045
|
# @param tenant_id
|
|
477
1046
|
# @param domain_to_update
|
|
@@ -484,6 +1053,18 @@ describe 'DefaultApi' do
|
|
|
484
1053
|
end
|
|
485
1054
|
end
|
|
486
1055
|
|
|
1056
|
+
# unit tests for patch_hash_tag
|
|
1057
|
+
# @param tag
|
|
1058
|
+
# @param [Hash] opts the optional parameters
|
|
1059
|
+
# @option opts [String] :tenant_id
|
|
1060
|
+
# @option opts [UpdateHashTagBody] :update_hash_tag_body
|
|
1061
|
+
# @return [PatchHashTag200Response]
|
|
1062
|
+
describe 'patch_hash_tag test' do
|
|
1063
|
+
it 'should work' do
|
|
1064
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
1065
|
+
end
|
|
1066
|
+
end
|
|
1067
|
+
|
|
487
1068
|
# unit tests for patch_page
|
|
488
1069
|
# @param tenant_id
|
|
489
1070
|
# @param id
|
|
@@ -534,6 +1115,43 @@ describe 'DefaultApi' do
|
|
|
534
1115
|
end
|
|
535
1116
|
end
|
|
536
1117
|
|
|
1118
|
+
# unit tests for render_email_template
|
|
1119
|
+
# @param tenant_id
|
|
1120
|
+
# @param render_email_template_body
|
|
1121
|
+
# @param [Hash] opts the optional parameters
|
|
1122
|
+
# @option opts [String] :locale
|
|
1123
|
+
# @return [RenderEmailTemplate200Response]
|
|
1124
|
+
describe 'render_email_template test' do
|
|
1125
|
+
it 'should work' do
|
|
1126
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
1127
|
+
end
|
|
1128
|
+
end
|
|
1129
|
+
|
|
1130
|
+
# unit tests for replace_tenant_package
|
|
1131
|
+
# @param tenant_id
|
|
1132
|
+
# @param id
|
|
1133
|
+
# @param replace_tenant_package_body
|
|
1134
|
+
# @param [Hash] opts the optional parameters
|
|
1135
|
+
# @return [FlagCommentPublic200Response]
|
|
1136
|
+
describe 'replace_tenant_package test' do
|
|
1137
|
+
it 'should work' do
|
|
1138
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
1139
|
+
end
|
|
1140
|
+
end
|
|
1141
|
+
|
|
1142
|
+
# unit tests for replace_tenant_user
|
|
1143
|
+
# @param tenant_id
|
|
1144
|
+
# @param id
|
|
1145
|
+
# @param replace_tenant_user_body
|
|
1146
|
+
# @param [Hash] opts the optional parameters
|
|
1147
|
+
# @option opts [String] :update_comments
|
|
1148
|
+
# @return [FlagCommentPublic200Response]
|
|
1149
|
+
describe 'replace_tenant_user test' do
|
|
1150
|
+
it 'should work' do
|
|
1151
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
1152
|
+
end
|
|
1153
|
+
end
|
|
1154
|
+
|
|
537
1155
|
# unit tests for save_comment
|
|
538
1156
|
# @param tenant_id
|
|
539
1157
|
# @param create_comment_params
|
|
@@ -564,6 +1182,30 @@ describe 'DefaultApi' do
|
|
|
564
1182
|
end
|
|
565
1183
|
end
|
|
566
1184
|
|
|
1185
|
+
# unit tests for send_invite
|
|
1186
|
+
# @param tenant_id
|
|
1187
|
+
# @param id
|
|
1188
|
+
# @param from_name
|
|
1189
|
+
# @param [Hash] opts the optional parameters
|
|
1190
|
+
# @return [FlagCommentPublic200Response]
|
|
1191
|
+
describe 'send_invite test' do
|
|
1192
|
+
it 'should work' do
|
|
1193
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
1194
|
+
end
|
|
1195
|
+
end
|
|
1196
|
+
|
|
1197
|
+
# unit tests for send_login_link
|
|
1198
|
+
# @param tenant_id
|
|
1199
|
+
# @param id
|
|
1200
|
+
# @param [Hash] opts the optional parameters
|
|
1201
|
+
# @option opts [String] :redirect_url
|
|
1202
|
+
# @return [FlagCommentPublic200Response]
|
|
1203
|
+
describe 'send_login_link test' do
|
|
1204
|
+
it 'should work' do
|
|
1205
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
1206
|
+
end
|
|
1207
|
+
end
|
|
1208
|
+
|
|
567
1209
|
# unit tests for un_block_user_from_comment
|
|
568
1210
|
# @param tenant_id
|
|
569
1211
|
# @param id
|
|
@@ -606,6 +1248,18 @@ describe 'DefaultApi' do
|
|
|
606
1248
|
end
|
|
607
1249
|
end
|
|
608
1250
|
|
|
1251
|
+
# unit tests for update_email_template
|
|
1252
|
+
# @param tenant_id
|
|
1253
|
+
# @param id
|
|
1254
|
+
# @param update_email_template_body
|
|
1255
|
+
# @param [Hash] opts the optional parameters
|
|
1256
|
+
# @return [FlagCommentPublic200Response]
|
|
1257
|
+
describe 'update_email_template test' do
|
|
1258
|
+
it 'should work' do
|
|
1259
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
1260
|
+
end
|
|
1261
|
+
end
|
|
1262
|
+
|
|
609
1263
|
# unit tests for update_feed_post
|
|
610
1264
|
# @param tenant_id
|
|
611
1265
|
# @param id
|
|
@@ -618,6 +1272,92 @@ describe 'DefaultApi' do
|
|
|
618
1272
|
end
|
|
619
1273
|
end
|
|
620
1274
|
|
|
1275
|
+
# unit tests for update_moderator
|
|
1276
|
+
# @param tenant_id
|
|
1277
|
+
# @param id
|
|
1278
|
+
# @param update_moderator_body
|
|
1279
|
+
# @param [Hash] opts the optional parameters
|
|
1280
|
+
# @return [FlagCommentPublic200Response]
|
|
1281
|
+
describe 'update_moderator test' do
|
|
1282
|
+
it 'should work' do
|
|
1283
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
1284
|
+
end
|
|
1285
|
+
end
|
|
1286
|
+
|
|
1287
|
+
# unit tests for update_notification
|
|
1288
|
+
# @param tenant_id
|
|
1289
|
+
# @param id
|
|
1290
|
+
# @param update_notification_body
|
|
1291
|
+
# @param [Hash] opts the optional parameters
|
|
1292
|
+
# @option opts [String] :user_id
|
|
1293
|
+
# @return [FlagCommentPublic200Response]
|
|
1294
|
+
describe 'update_notification test' do
|
|
1295
|
+
it 'should work' do
|
|
1296
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
1297
|
+
end
|
|
1298
|
+
end
|
|
1299
|
+
|
|
1300
|
+
# unit tests for update_question_config
|
|
1301
|
+
# @param tenant_id
|
|
1302
|
+
# @param id
|
|
1303
|
+
# @param update_question_config_body
|
|
1304
|
+
# @param [Hash] opts the optional parameters
|
|
1305
|
+
# @return [FlagCommentPublic200Response]
|
|
1306
|
+
describe 'update_question_config test' do
|
|
1307
|
+
it 'should work' do
|
|
1308
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
1309
|
+
end
|
|
1310
|
+
end
|
|
1311
|
+
|
|
1312
|
+
# unit tests for update_question_result
|
|
1313
|
+
# @param tenant_id
|
|
1314
|
+
# @param id
|
|
1315
|
+
# @param update_question_result_body
|
|
1316
|
+
# @param [Hash] opts the optional parameters
|
|
1317
|
+
# @return [FlagCommentPublic200Response]
|
|
1318
|
+
describe 'update_question_result test' do
|
|
1319
|
+
it 'should work' do
|
|
1320
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
1321
|
+
end
|
|
1322
|
+
end
|
|
1323
|
+
|
|
1324
|
+
# unit tests for update_tenant
|
|
1325
|
+
# @param tenant_id
|
|
1326
|
+
# @param id
|
|
1327
|
+
# @param update_tenant_body
|
|
1328
|
+
# @param [Hash] opts the optional parameters
|
|
1329
|
+
# @return [FlagCommentPublic200Response]
|
|
1330
|
+
describe 'update_tenant test' do
|
|
1331
|
+
it 'should work' do
|
|
1332
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
1333
|
+
end
|
|
1334
|
+
end
|
|
1335
|
+
|
|
1336
|
+
# unit tests for update_tenant_package
|
|
1337
|
+
# @param tenant_id
|
|
1338
|
+
# @param id
|
|
1339
|
+
# @param update_tenant_package_body
|
|
1340
|
+
# @param [Hash] opts the optional parameters
|
|
1341
|
+
# @return [FlagCommentPublic200Response]
|
|
1342
|
+
describe 'update_tenant_package test' do
|
|
1343
|
+
it 'should work' do
|
|
1344
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
1345
|
+
end
|
|
1346
|
+
end
|
|
1347
|
+
|
|
1348
|
+
# unit tests for update_tenant_user
|
|
1349
|
+
# @param tenant_id
|
|
1350
|
+
# @param id
|
|
1351
|
+
# @param update_tenant_user_body
|
|
1352
|
+
# @param [Hash] opts the optional parameters
|
|
1353
|
+
# @option opts [String] :update_comments
|
|
1354
|
+
# @return [FlagCommentPublic200Response]
|
|
1355
|
+
describe 'update_tenant_user test' do
|
|
1356
|
+
it 'should work' do
|
|
1357
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
1358
|
+
end
|
|
1359
|
+
end
|
|
1360
|
+
|
|
621
1361
|
# unit tests for update_user_badge
|
|
622
1362
|
# @param tenant_id
|
|
623
1363
|
# @param id
|