mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 12:27:48 +00:00
ci: regenerated with OpenAPI Doc latest, Speakeasy CLI 1.394.0
This commit is contained in:
@@ -3,10 +3,10 @@ id: 599a9576-4665-431e-be1e-44cc13ef28aa
|
|||||||
management:
|
management:
|
||||||
docChecksum: dd4d04e62622de8f631720b5be68964d
|
docChecksum: dd4d04e62622de8f631720b5be68964d
|
||||||
docVersion: latest
|
docVersion: latest
|
||||||
speakeasyVersion: 1.392.1
|
speakeasyVersion: 1.394.0
|
||||||
generationVersion: 2.411.9
|
generationVersion: 2.413.0
|
||||||
releaseVersion: 0.8.2
|
releaseVersion: 0.9.0
|
||||||
configChecksum: a578620a51a141cfb038d8ff4ad464ac
|
configChecksum: 030c268f7981a3d3ccfa57503ecb1d6a
|
||||||
repoURL: https://github.com/LukeHagar/discoursejs.git
|
repoURL: https://github.com/LukeHagar/discoursejs.git
|
||||||
repoSubDirectory: .
|
repoSubDirectory: .
|
||||||
installationURL: https://github.com/LukeHagar/discoursejs
|
installationURL: https://github.com/LukeHagar/discoursejs
|
||||||
@@ -16,7 +16,7 @@ features:
|
|||||||
additionalDependencies: 0.1.0
|
additionalDependencies: 0.1.0
|
||||||
additionalProperties: 0.1.1
|
additionalProperties: 0.1.1
|
||||||
constsAndDefaults: 0.1.11
|
constsAndDefaults: 0.1.11
|
||||||
core: 3.16.4
|
core: 3.17.0
|
||||||
defaultEnabledRetries: 0.1.0
|
defaultEnabledRetries: 0.1.0
|
||||||
deprecations: 2.81.1
|
deprecations: 2.81.1
|
||||||
envVarSecurityUsage: 0.1.1
|
envVarSecurityUsage: 0.1.1
|
||||||
@@ -669,16 +669,25 @@ examples:
|
|||||||
query:
|
query:
|
||||||
token: "<value>"
|
token: "<value>"
|
||||||
getBackups:
|
getBackups:
|
||||||
speakeasy-default-get-backups: {}
|
speakeasy-default-get-backups:
|
||||||
|
responses:
|
||||||
|
"200":
|
||||||
|
application/json: []
|
||||||
sendDownloadBackupEmail:
|
sendDownloadBackupEmail:
|
||||||
speakeasy-default-send-download-backup-email:
|
speakeasy-default-send-download-backup-email:
|
||||||
parameters:
|
parameters:
|
||||||
path:
|
path:
|
||||||
filename: "your_file_here"
|
filename: "your_file_here"
|
||||||
adminListBadges:
|
adminListBadges:
|
||||||
speakeasy-default-admin-list-badges: {}
|
speakeasy-default-admin-list-badges:
|
||||||
|
responses:
|
||||||
|
"200":
|
||||||
|
application/json: {"admin_badges": {"badge_grouping_ids": [], "badge_ids": [], "badge_type_ids": [], "protected_system_fields": [], "triggers": {"none": 387044, "post_action": 432656, "post_revision": 889440, "trust_level_change": 105780, "user_change": 410911}}, "badge_groupings": [], "badge_types": [], "badges": []}
|
||||||
createBadge:
|
createBadge:
|
||||||
speakeasy-default-create-badge: {}
|
speakeasy-default-create-badge:
|
||||||
|
responses:
|
||||||
|
"200":
|
||||||
|
application/json: {"badge": {"allow_title": true, "auto_revoke": true, "badge_grouping_id": 298569, "badge_type_id": 394222, "description": "Optional upward-trending projection", "enabled": true, "grant_count": 364499, "icon": "<value>", "id": 317037, "image_url": "<value>", "listable": true, "long_description": "<value>", "manually_grantable": true, "multiple_grant": true, "name": "<value>", "query": "<value>", "show_posts": false, "slug": "<value>", "system": true, "target_posts": true, "trigger": "<value>"}, "badge_types": []}
|
||||||
deleteBadge:
|
deleteBadge:
|
||||||
speakeasy-default-delete-badge:
|
speakeasy-default-delete-badge:
|
||||||
parameters:
|
parameters:
|
||||||
@@ -689,11 +698,17 @@ examples:
|
|||||||
parameters:
|
parameters:
|
||||||
path:
|
path:
|
||||||
username: "Faustino28"
|
username: "Faustino28"
|
||||||
|
responses:
|
||||||
|
"200":
|
||||||
|
application/json: {"user_badges": []}
|
||||||
updateBadge:
|
updateBadge:
|
||||||
speakeasy-default-update-badge:
|
speakeasy-default-update-badge:
|
||||||
parameters:
|
parameters:
|
||||||
path:
|
path:
|
||||||
id: 280628
|
id: 280628
|
||||||
|
responses:
|
||||||
|
"200":
|
||||||
|
application/json: {"badge": {"allow_title": false, "auto_revoke": true, "badge_grouping_id": 569102, "badge_type_id": 247389, "description": "Balanced user-facing alliance", "enabled": false, "grant_count": 934168, "icon": "<value>", "id": 471527, "image_url": "<value>", "listable": true, "long_description": "<value>", "manually_grantable": false, "multiple_grant": true, "name": "<value>", "query": "<value>", "show_posts": true, "slug": "<value>", "system": false, "target_posts": false, "trigger": "<value>"}, "badge_types": []}
|
||||||
addGroupMembers:
|
addGroupMembers:
|
||||||
speakeasy-default-add-group-members:
|
speakeasy-default-add-group-members:
|
||||||
parameters:
|
parameters:
|
||||||
@@ -701,8 +716,14 @@ examples:
|
|||||||
id: 985975
|
id: 985975
|
||||||
requestBody:
|
requestBody:
|
||||||
application/json: {"usernames": "username1,username2"}
|
application/json: {"usernames": "username1,username2"}
|
||||||
|
responses:
|
||||||
|
"200":
|
||||||
|
application/json: {"emails": [], "success": "<value>", "usernames": []}
|
||||||
createGroup:
|
createGroup:
|
||||||
speakeasy-default-create-group: {}
|
speakeasy-default-create-group:
|
||||||
|
responses:
|
||||||
|
"200":
|
||||||
|
application/json: {"basic_group": {"allow_membership_requests": true, "automatic": false, "bio_cooked": "<value>", "bio_excerpt": "<value>", "bio_raw": "<value>", "can_admin_group": true, "can_see_members": false, "default_notification_level": 831661, "flair_bg_color": "<value>", "flair_color": "<value>", "flair_url": "<value>", "full_name": "Tracy Kris", "grant_trust_level": "<value>", "has_messages": false, "id": 491938, "incoming_email": "<value>", "members_visibility_level": 817346, "membership_request_template": "<value>", "mentionable_level": 644356, "messageable_level": 883516, "name": "<value>", "primary_group": false, "public_admission": true, "public_exit": true, "publish_read_state": false, "title": "<value>", "user_count": 302911, "visibility_level": 712589}}
|
||||||
deleteGroup:
|
deleteGroup:
|
||||||
speakeasy-default-delete-group:
|
speakeasy-default-delete-group:
|
||||||
parameters:
|
parameters:
|
||||||
@@ -716,13 +737,22 @@ examples:
|
|||||||
parameters:
|
parameters:
|
||||||
path:
|
path:
|
||||||
id: "name"
|
id: "name"
|
||||||
|
responses:
|
||||||
|
"200":
|
||||||
|
application/json: {"extras": {"visible_group_names": []}, "group": {"allow_membership_requests": false, "allow_unknown_sender_topic_replies": true, "automatic": false, "automatic_membership_email_domains": "<value>", "bio_cooked": "<value>", "bio_excerpt": "<value>", "bio_raw": "<value>", "can_admin_group": true, "can_see_members": false, "default_notification_level": 677524, "email_password": "<value>", "email_username": "<value>", "flair_bg_color": "<value>", "flair_color": "<value>", "flair_url": "<value>", "full_name": "Wendy Rowe", "grant_trust_level": "<value>", "has_messages": false, "id": 91266, "imap_last_error": "<value>", "imap_mailbox_name": "<value>", "imap_mailboxes": [], "imap_new_emails": "<value>", "imap_old_emails": "<value>", "imap_port": "<value>", "imap_server": "<value>", "imap_ssl": "<value>", "incoming_email": "<value>", "is_group_owner_display": false, "is_group_user": false, "members_visibility_level": 559262, "membership_request_template": "<value>", "mentionable": false, "mentionable_level": 370583, "message_count": 513531, "messageable": false, "messageable_level": 157142, "muted_category_ids": [], "name": "<value>", "primary_group": false, "public_admission": true, "public_exit": false, "publish_read_state": false, "regular_category_ids": [], "smtp_port": "<value>", "smtp_server": "<value>", "smtp_ssl": "<value>", "title": "<value>", "tracking_category_ids": [], "user_count": 617607, "visibility_level": 423050, "watching_category_ids": [], "watching_first_post_category_ids": []}}
|
||||||
listGroupMembers:
|
listGroupMembers:
|
||||||
"":
|
"":
|
||||||
parameters:
|
parameters:
|
||||||
path:
|
path:
|
||||||
id: "name"
|
id: "name"
|
||||||
|
responses:
|
||||||
|
"200":
|
||||||
|
application/json: {"members": [], "meta": {"limit": 425642, "offset": 856025, "total": 251404}, "owners": []}
|
||||||
listGroups:
|
listGroups:
|
||||||
speakeasy-default-list-groups: {}
|
speakeasy-default-list-groups:
|
||||||
|
responses:
|
||||||
|
"200":
|
||||||
|
application/json: {"extras": {"type_filters": []}, "groups": [], "load_more_groups": "<value>", "total_rows_groups": 302778}
|
||||||
removeGroupMembers:
|
removeGroupMembers:
|
||||||
speakeasy-default-remove-group-members:
|
speakeasy-default-remove-group-members:
|
||||||
parameters:
|
parameters:
|
||||||
@@ -730,6 +760,9 @@ examples:
|
|||||||
id: 649523
|
id: 649523
|
||||||
requestBody:
|
requestBody:
|
||||||
application/json: {"usernames": "username1,username2"}
|
application/json: {"usernames": "username1,username2"}
|
||||||
|
responses:
|
||||||
|
"200":
|
||||||
|
application/json: {"skipped_usernames": [], "success": "<value>", "usernames": []}
|
||||||
updateGroup:
|
updateGroup:
|
||||||
speakeasy-default-update-group:
|
speakeasy-default-update-group:
|
||||||
parameters:
|
parameters:
|
||||||
@@ -751,17 +784,26 @@ examples:
|
|||||||
parameters:
|
parameters:
|
||||||
path:
|
path:
|
||||||
id: 386776
|
id: 386776
|
||||||
|
responses:
|
||||||
|
"200":
|
||||||
|
application/json: {"active": false, "admin": false, "api_key_count": 641278, "approved_by": {"avatar_template": "<value>", "id": 197613, "name": "<value>", "username": "Madelyn.Schoen"}, "avatar_template": "<value>", "badge_count": 248574, "bounce_score": 227654, "can_activate": false, "can_be_anonymized": true, "can_be_deleted": false, "can_be_merged": true, "can_deactivate": true, "can_delete_all_posts": false, "can_delete_sso_record": false, "can_disable_second_factor": true, "can_grant_admin": false, "can_grant_moderation": false, "can_impersonate": true, "can_revoke_admin": false, "can_revoke_moderation": true, "can_send_activation_email": false, "can_view_action_logs": false, "created_at": "<value>", "created_at_age": "5288.46", "days_visited": 186654, "flags_given_count": 7445, "flags_received_count": 385749, "full_suspend_reason": "<value>", "groups": [], "id": 42319, "ip_address": "208.161.92.82", "last_emailed_age": "4169.5", "last_emailed_at": "<value>", "last_seen_age": "6444.18", "last_seen_at": "<value>", "like_count": 372881, "like_given_count": 434797, "manual_locked_trust_level": "<value>", "moderator": true, "name": "<value>", "post_count": 185274, "posts_read_count": 743147, "primary_group_id": "<value>", "private_topics_count": 514610, "registration_ip_address": "<value>", "reset_bounce_score_after": "<value>", "silence_reason": "<value>", "silenced_by": "<value>", "single_sign_on_record": "<value>", "staged": true, "suspended_by": "<value>", "time_read": 375804, "title": "<value>", "topic_count": 872928, "topics_entered": 493495, "trust_level": 286065, "username": "Rachael.Cummerata", "warnings_received_count": 72244}
|
||||||
adminListUsers:
|
adminListUsers:
|
||||||
speakeasy-default-admin-list-users:
|
speakeasy-default-admin-list-users:
|
||||||
parameters:
|
parameters:
|
||||||
path:
|
path:
|
||||||
flag: "new"
|
flag: "new"
|
||||||
query: {}
|
query: {}
|
||||||
|
responses:
|
||||||
|
"200":
|
||||||
|
application/json: []
|
||||||
anonymizeUser:
|
anonymizeUser:
|
||||||
speakeasy-default-anonymize-user:
|
speakeasy-default-anonymize-user:
|
||||||
parameters:
|
parameters:
|
||||||
path:
|
path:
|
||||||
id: 418778
|
id: 418778
|
||||||
|
responses:
|
||||||
|
"200":
|
||||||
|
application/json: {"success": "<value>", "username": "Heather_Schinner29"}
|
||||||
changePassword:
|
changePassword:
|
||||||
speakeasy-default-change-password:
|
speakeasy-default-change-password:
|
||||||
parameters:
|
parameters:
|
||||||
@@ -773,6 +815,9 @@ examples:
|
|||||||
header:
|
header:
|
||||||
Api-Key: "<value>"
|
Api-Key: "<value>"
|
||||||
Api-Username: "<value>"
|
Api-Username: "<value>"
|
||||||
|
responses:
|
||||||
|
"200":
|
||||||
|
application/json: {"active": true, "message": "<value>", "success": false}
|
||||||
deactivateUser:
|
deactivateUser:
|
||||||
speakeasy-default-deactivate-user:
|
speakeasy-default-deactivate-user:
|
||||||
parameters:
|
parameters:
|
||||||
@@ -786,6 +831,9 @@ examples:
|
|||||||
parameters:
|
parameters:
|
||||||
path:
|
path:
|
||||||
id: 251343
|
id: 251343
|
||||||
|
responses:
|
||||||
|
"200":
|
||||||
|
application/json: {"deleted": true}
|
||||||
getUser:
|
getUser:
|
||||||
speakeasy-default-get-user:
|
speakeasy-default-get-user:
|
||||||
parameters:
|
parameters:
|
||||||
@@ -794,11 +842,17 @@ examples:
|
|||||||
header:
|
header:
|
||||||
Api-Key: "<value>"
|
Api-Key: "<value>"
|
||||||
Api-Username: "<value>"
|
Api-Username: "<value>"
|
||||||
|
responses:
|
||||||
|
"200":
|
||||||
|
application/json: {"user": {"admin": true, "allowed_pm_usernames": [], "avatar_template": "<value>", "badge_count": 942250, "can_be_deleted": true, "can_change_bio": true, "can_change_location": false, "can_change_tracking_preferences": true, "can_change_website": true, "can_delete_all_posts": true, "can_edit": false, "can_edit_email": true, "can_edit_name": true, "can_edit_username": true, "can_ignore_user": true, "can_mute_user": false, "can_send_private_message_to_user": false, "can_send_private_messages": true, "can_upload_profile_header": false, "can_upload_user_card_background": false, "created_at": "<value>", "featured_topic": "<value>", "featured_user_badge_ids": [], "flair_bg_color": "<value>", "flair_color": "<value>", "flair_group_id": "<value>", "flair_name": "<value>", "flair_url": "<value>", "group_users": [], "groups": [], "has_title_badges": true, "id": 228025, "ignored": false, "ignored_usernames": [], "invited_by": "<value>", "last_posted_at": "<value>", "last_seen_at": "<value>", "locale": "nl", "mailing_list_posts_per_day": 540531, "moderator": true, "muted": false, "muted_category_ids": [], "muted_tags": [], "muted_usernames": [], "name": "<value>", "pending_count": 261819, "post_count": 215372, "primary_group_id": "<value>", "primary_group_name": "<value>", "profile_view_count": 731773, "recent_time_read": 825238, "regular_category_ids": [], "second_factor_enabled": false, "staged": false, "system_avatar_template": "<value>", "system_avatar_upload_id": "<value>", "time_read": 153902, "title": "<value>", "tracked_category_ids": [], "tracked_tags": [], "trust_level": 832569, "uploaded_avatar_id": "<value>", "use_logo_small_as_avatar": false, "user_api_keys": "<value>", "user_auth_tokens": [], "user_notification_schedule": {"day_0_end_time": 218196, "day_0_start_time": 894430, "day_1_end_time": 138091, "day_1_start_time": 537138, "day_2_end_time": 237845, "day_2_start_time": 141991, "day_3_end_time": 794266, "day_3_start_time": 746075, "day_4_end_time": 852580, "day_4_start_time": 356921, "day_5_end_time": 606039, "day_5_start_time": 635306, "day_6_end_time": 208257, "day_6_start_time": 644767, "enabled": true}, "user_option": {"allow_private_messages": true, "auto_track_topics_after_msecs": 163422, "automatically_unpin_topics": false, "color_scheme_id": "<value>", "dark_scheme_id": "<value>", "digest_after_minutes": 666713, "dynamic_favicon": true, "email_digests": true, "email_in_reply_to": true, "email_level": 107350, "email_messages_level": 843464, "email_previous_replies": 562742, "enable_allowed_pm_users": true, "enable_defer": true, "enable_quoting": false, "external_links_in_new_tab": true, "hide_profile_and_presence": true, "homepage_id": "<value>", "include_tl0_in_digests": true, "like_notification_frequency": 164221, "mailing_list_mode": false, "mailing_list_mode_frequency": 627269, "new_topic_duration_minutes": 664047, "notification_level_when_replying": 186836, "skip_new_user_tips": false, "text_size": "<value>", "text_size_seq": 690559, "theme_ids": [], "theme_key_seq": 76962, "timezone": "Europe/Sarajevo", "title_count_mode": "<value>", "user_id": 268612}, "username": "Adolphus2", "watched_category_ids": [], "watched_first_post_category_ids": [], "watched_tags": [], "watching_first_post_tags": []}, "user_badges": []}
|
||||||
getUserEmails:
|
getUserEmails:
|
||||||
speakeasy-default-get-user-emails:
|
speakeasy-default-get-user-emails:
|
||||||
parameters:
|
parameters:
|
||||||
path:
|
path:
|
||||||
username: "Winifred_OConner64"
|
username: "Winifred_OConner64"
|
||||||
|
responses:
|
||||||
|
"200":
|
||||||
|
application/json: {"associated_accounts": [], "email": "Macey_Purdy41@hotmail.com", "secondary_emails": [], "unconfirmed_emails": []}
|
||||||
getUserExternalId:
|
getUserExternalId:
|
||||||
speakeasy-default-get-user-external-id:
|
speakeasy-default-get-user-external-id:
|
||||||
parameters:
|
parameters:
|
||||||
@@ -807,6 +861,9 @@ examples:
|
|||||||
header:
|
header:
|
||||||
Api-Key: "<value>"
|
Api-Key: "<value>"
|
||||||
Api-Username: "<value>"
|
Api-Username: "<value>"
|
||||||
|
responses:
|
||||||
|
"200":
|
||||||
|
application/json: {"user": {"admin": true, "allowed_pm_usernames": [], "avatar_template": "<value>", "badge_count": 382257, "can_be_deleted": true, "can_change_bio": true, "can_change_location": true, "can_change_tracking_preferences": false, "can_change_website": true, "can_delete_all_posts": false, "can_edit": true, "can_edit_email": false, "can_edit_name": false, "can_edit_username": false, "can_ignore_user": false, "can_mute_user": false, "can_send_private_message_to_user": true, "can_send_private_messages": true, "can_upload_profile_header": true, "can_upload_user_card_background": true, "created_at": "<value>", "featured_topic": "<value>", "featured_user_badge_ids": [], "flair_bg_color": "<value>", "flair_color": "<value>", "flair_group_id": "<value>", "flair_name": "<value>", "flair_url": "<value>", "group_users": [], "groups": [], "has_title_badges": false, "id": 655637, "ignored": true, "ignored_usernames": [], "invited_by": "<value>", "last_posted_at": "<value>", "last_seen_at": "<value>", "locale": "en_AU_ocker", "mailing_list_posts_per_day": 773497, "moderator": false, "muted": true, "muted_category_ids": [], "muted_tags": [], "muted_usernames": [], "name": "<value>", "pending_count": 438889, "post_count": 587339, "primary_group_id": "<value>", "primary_group_name": "<value>", "profile_view_count": 535710, "recent_time_read": 726013, "regular_category_ids": [], "second_factor_enabled": true, "staged": false, "system_avatar_template": "<value>", "system_avatar_upload_id": "<value>", "time_read": 758196, "title": "<value>", "tracked_category_ids": [], "tracked_tags": [], "trust_level": 543959, "uploaded_avatar_id": "<value>", "use_logo_small_as_avatar": true, "user_api_keys": "<value>", "user_auth_tokens": [], "user_notification_schedule": {"day_0_end_time": 429974, "day_0_start_time": 864367, "day_1_end_time": 397390, "day_1_start_time": 973233, "day_2_end_time": 571577, "day_2_start_time": 332379, "day_3_end_time": 993187, "day_3_start_time": 122806, "day_4_end_time": 860371, "day_4_start_time": 527833, "day_5_end_time": 492716, "day_5_start_time": 861327, "day_6_end_time": 335540, "day_6_start_time": 821980, "enabled": true}, "user_option": {"allow_private_messages": true, "auto_track_topics_after_msecs": 58261, "automatically_unpin_topics": true, "color_scheme_id": "<value>", "dark_scheme_id": "<value>", "digest_after_minutes": 996201, "dynamic_favicon": true, "email_digests": false, "email_in_reply_to": true, "email_level": 140410, "email_messages_level": 445021, "email_previous_replies": 732222, "enable_allowed_pm_users": false, "enable_defer": true, "enable_quoting": true, "external_links_in_new_tab": false, "hide_profile_and_presence": false, "homepage_id": "<value>", "include_tl0_in_digests": true, "like_notification_frequency": 667224, "mailing_list_mode": false, "mailing_list_mode_frequency": 851298, "new_topic_duration_minutes": 410338, "notification_level_when_replying": 122815, "skip_new_user_tips": true, "text_size": "<value>", "text_size_seq": 142352, "theme_ids": [], "theme_key_seq": 972133, "timezone": "Asia/Kathmandu", "title_count_mode": "<value>", "user_id": 789110}, "username": "Drake.Blanda5", "watched_category_ids": [], "watched_first_post_category_ids": [], "watched_tags": [], "watching_first_post_tags": []}, "user_badges": []}
|
||||||
getUserIdentiyProviderExternalId:
|
getUserIdentiyProviderExternalId:
|
||||||
speakeasy-default-get-user-identiy-provider-external-id:
|
speakeasy-default-get-user-identiy-provider-external-id:
|
||||||
parameters:
|
parameters:
|
||||||
@@ -816,6 +873,9 @@ examples:
|
|||||||
header:
|
header:
|
||||||
Api-Key: "<value>"
|
Api-Key: "<value>"
|
||||||
Api-Username: "<value>"
|
Api-Username: "<value>"
|
||||||
|
responses:
|
||||||
|
"200":
|
||||||
|
application/json: {"user": {"admin": true, "allowed_pm_usernames": [], "avatar_template": "<value>", "badge_count": 814693, "can_be_deleted": true, "can_change_bio": false, "can_change_location": true, "can_change_tracking_preferences": false, "can_change_website": true, "can_delete_all_posts": false, "can_edit": false, "can_edit_email": true, "can_edit_name": false, "can_edit_username": false, "can_ignore_user": true, "can_mute_user": true, "can_send_private_message_to_user": true, "can_send_private_messages": true, "can_upload_profile_header": false, "can_upload_user_card_background": false, "created_at": "<value>", "featured_topic": "<value>", "featured_user_badge_ids": [], "flair_bg_color": "<value>", "flair_color": "<value>", "flair_group_id": "<value>", "flair_name": "<value>", "flair_url": "<value>", "group_users": [], "groups": [], "has_title_badges": true, "id": 149789, "ignored": true, "ignored_usernames": [], "invited_by": "<value>", "last_posted_at": "<value>", "last_seen_at": "<value>", "locale": "en_IND", "mailing_list_posts_per_day": 357601, "moderator": false, "muted": true, "muted_category_ids": [], "muted_tags": [], "muted_usernames": [], "name": "<value>", "pending_count": 839652, "post_count": 445789, "primary_group_id": "<value>", "primary_group_name": "<value>", "profile_view_count": 812368, "recent_time_read": 816187, "regular_category_ids": [], "second_factor_enabled": true, "staged": false, "system_avatar_template": "<value>", "system_avatar_upload_id": "<value>", "time_read": 373844, "title": "<value>", "tracked_category_ids": [], "tracked_tags": [], "trust_level": 359433, "uploaded_avatar_id": "<value>", "use_logo_small_as_avatar": false, "user_api_keys": "<value>", "user_auth_tokens": [], "user_notification_schedule": {"day_0_end_time": 860936, "day_0_start_time": 449560, "day_1_end_time": 687506, "day_1_start_time": 890578, "day_2_end_time": 176772, "day_2_start_time": 931155, "day_3_end_time": 419697, "day_3_start_time": 350097, "day_4_end_time": 977288, "day_4_start_time": 241415, "day_5_end_time": 547242, "day_5_start_time": 410996, "day_6_end_time": 635248, "day_6_start_time": 644469, "enabled": false}, "user_option": {"allow_private_messages": false, "auto_track_topics_after_msecs": 285447, "automatically_unpin_topics": true, "color_scheme_id": "<value>", "dark_scheme_id": "<value>", "digest_after_minutes": 945448, "dynamic_favicon": false, "email_digests": true, "email_in_reply_to": false, "email_level": 884100, "email_messages_level": 398013, "email_previous_replies": 679780, "enable_allowed_pm_users": false, "enable_defer": false, "enable_quoting": true, "external_links_in_new_tab": true, "hide_profile_and_presence": false, "homepage_id": "<value>", "include_tl0_in_digests": true, "like_notification_frequency": 568247, "mailing_list_mode": true, "mailing_list_mode_frequency": 45697, "new_topic_duration_minutes": 382105, "notification_level_when_replying": 710442, "skip_new_user_tips": true, "text_size": "<value>", "text_size_seq": 759801, "theme_ids": [], "theme_key_seq": 203355, "timezone": "Asia/Almaty", "title_count_mode": "<value>", "user_id": 40695}, "username": "Austin.Bashirian", "watched_category_ids": [], "watched_first_post_category_ids": [], "watched_tags": [], "watching_first_post_tags": []}, "user_badges": []}
|
||||||
listUserActions:
|
listUserActions:
|
||||||
speakeasy-default-list-user-actions:
|
speakeasy-default-list-user-actions:
|
||||||
parameters:
|
parameters:
|
||||||
@@ -823,12 +883,18 @@ examples:
|
|||||||
offset: 620550
|
offset: 620550
|
||||||
username: "Deondre75"
|
username: "Deondre75"
|
||||||
filter: "<value>"
|
filter: "<value>"
|
||||||
|
responses:
|
||||||
|
"200":
|
||||||
|
application/json: {"user_actions": []}
|
||||||
listUsersPublic:
|
listUsersPublic:
|
||||||
speakeasy-default-list-users-public:
|
speakeasy-default-list-users-public:
|
||||||
parameters:
|
parameters:
|
||||||
query:
|
query:
|
||||||
period: "monthly"
|
period: "monthly"
|
||||||
order: "topic_count"
|
order: "topic_count"
|
||||||
|
responses:
|
||||||
|
"200":
|
||||||
|
application/json: {"directory_items": [], "meta": {"last_updated_at": "<value>", "load_more_directory_items": "<value>", "total_rows_directory_items": 387659}}
|
||||||
logOutUser:
|
logOutUser:
|
||||||
speakeasy-default-log-out-user:
|
speakeasy-default-log-out-user:
|
||||||
parameters:
|
parameters:
|
||||||
@@ -842,8 +908,14 @@ examples:
|
|||||||
parameters:
|
parameters:
|
||||||
path:
|
path:
|
||||||
username: "Frances39"
|
username: "Frances39"
|
||||||
|
responses:
|
||||||
|
"200":
|
||||||
|
application/json: {"gravatar_avatar_template": "<value>", "gravatar_upload_id": 361623}
|
||||||
sendPasswordResetEmail:
|
sendPasswordResetEmail:
|
||||||
speakeasy-default-send-password-reset-email: {}
|
speakeasy-default-send-password-reset-email:
|
||||||
|
responses:
|
||||||
|
"200":
|
||||||
|
application/json: {"success": "<value>", "user_found": false}
|
||||||
silenceUser:
|
silenceUser:
|
||||||
speakeasy-default-silence-user:
|
speakeasy-default-silence-user:
|
||||||
parameters:
|
parameters:
|
||||||
@@ -851,6 +923,9 @@ examples:
|
|||||||
id: 606247
|
id: 606247
|
||||||
requestBody:
|
requestBody:
|
||||||
application/json: {"post_action": "delete", "silenced_till": "2022-06-01T08:00:00.000Z"}
|
application/json: {"post_action": "delete", "silenced_till": "2022-06-01T08:00:00.000Z"}
|
||||||
|
responses:
|
||||||
|
"200":
|
||||||
|
application/json: {"silence": {"silence_reason": "<value>", "silenced": true, "silenced_at": "<value>", "silenced_by": {"avatar_template": "<value>", "id": 170425, "name": "<value>", "username": "Courtney.Schneider"}, "silenced_till": "<value>"}}
|
||||||
suspendUser:
|
suspendUser:
|
||||||
speakeasy-default-suspend-user:
|
speakeasy-default-suspend-user:
|
||||||
parameters:
|
parameters:
|
||||||
@@ -858,6 +933,9 @@ examples:
|
|||||||
id: 970832
|
id: 970832
|
||||||
requestBody:
|
requestBody:
|
||||||
application/json: {"post_action": "delete", "reason": "<value>", "suspend_until": "2121-02-22"}
|
application/json: {"post_action": "delete", "reason": "<value>", "suspend_until": "2121-02-22"}
|
||||||
|
responses:
|
||||||
|
"200":
|
||||||
|
application/json: {"suspension": {"full_suspend_reason": "<value>", "suspend_reason": "<value>", "suspended_at": "<value>", "suspended_by": {"avatar_template": "<value>", "id": 970832, "name": "<value>", "username": "Myron50"}, "suspended_till": "<value>"}}
|
||||||
updateAvatar:
|
updateAvatar:
|
||||||
speakeasy-default-update-avatar:
|
speakeasy-default-update-avatar:
|
||||||
parameters:
|
parameters:
|
||||||
@@ -879,6 +957,9 @@ examples:
|
|||||||
header:
|
header:
|
||||||
Api-Key: "<value>"
|
Api-Key: "<value>"
|
||||||
Api-Username: "<value>"
|
Api-Username: "<value>"
|
||||||
|
responses:
|
||||||
|
"200":
|
||||||
|
application/json: {"success": "<value>"}
|
||||||
updateUsername:
|
updateUsername:
|
||||||
speakeasy-default-update-username:
|
speakeasy-default-update-username:
|
||||||
parameters:
|
parameters:
|
||||||
@@ -888,21 +969,36 @@ examples:
|
|||||||
speakeasy-default-create-category:
|
speakeasy-default-create-category:
|
||||||
requestBody:
|
requestBody:
|
||||||
application/json: {"color": "49d9e9", "name": "<value>", "permissions": {"everyone": 1}, "text_color": "f0fcfd"}
|
application/json: {"color": "49d9e9", "name": "<value>", "permissions": {"everyone": 1}, "text_color": "f0fcfd"}
|
||||||
|
responses:
|
||||||
|
"200":
|
||||||
|
application/json: {"category": {"all_topics_wiki": true, "allow_badges": false, "allow_unlimited_owner_edits_on_first_post": false, "auto_close_based_on_last_post": false, "auto_close_hours": "<value>", "available_groups": [], "can_delete": true, "can_edit": false, "color": "lavender", "default_list_filter": "<value>", "default_slow_mode_seconds": "<value>", "default_top_period": "<value>", "default_view": "<value>", "description": "Secured hybrid moratorium", "description_excerpt": "<value>", "description_text": "<value>", "email_in": "<value>", "email_in_allow_strangers": true, "group_permissions": [], "has_children": false, "id": 576329, "mailinglist_mirror": true, "minimum_required_tags": 49066, "name": "<value>", "navigate_to_first_post_after_read": false, "notification_level": 62502, "num_featured_topics": 973129, "permission": 817435, "position": 505865, "post_count": 432953, "read_only_banner": "<value>", "read_restricted": true, "required_tag_groups": [], "search_priority": 8064, "show_subcategory_list": true, "slug": "<value>", "sort_ascending": "<value>", "sort_order": "<value>", "subcategory_list_style": "<value>", "text_color": "<value>", "topic_count": 409207, "topic_featured_link_allowed": true, "topic_template": "<value>", "topic_url": "<value>", "uploaded_background": "<value>", "uploaded_background_dark": "<value>", "uploaded_logo": "<value>", "uploaded_logo_dark": "<value>"}}
|
||||||
getCategory:
|
getCategory:
|
||||||
speakeasy-default-get-category:
|
speakeasy-default-get-category:
|
||||||
parameters:
|
parameters:
|
||||||
path:
|
path:
|
||||||
id: 39147
|
id: 39147
|
||||||
|
responses:
|
||||||
|
"200":
|
||||||
|
application/json: {"category": {"all_topics_wiki": true, "allow_badges": false, "allow_unlimited_owner_edits_on_first_post": true, "auto_close_based_on_last_post": true, "auto_close_hours": "<value>", "available_groups": [], "can_delete": false, "can_edit": true, "color": "violet", "default_list_filter": "<value>", "default_slow_mode_seconds": "<value>", "default_top_period": "<value>", "default_view": "<value>", "description": "Multi-layered 5th generation Graphic Interface", "description_excerpt": "<value>", "description_text": "<value>", "email_in": "<value>", "email_in_allow_strangers": true, "group_permissions": [], "has_children": false, "id": 533818, "mailinglist_mirror": false, "minimum_required_tags": 585665, "name": "<value>", "navigate_to_first_post_after_read": false, "notification_level": 733753, "num_featured_topics": 373231, "permission": 543613, "position": 471104, "post_count": 639692, "read_only_banner": "<value>", "read_restricted": true, "required_tag_groups": [], "search_priority": 498406, "show_subcategory_list": false, "slug": "<value>", "sort_ascending": "<value>", "sort_order": "<value>", "subcategory_list_style": "<value>", "text_color": "<value>", "topic_count": 749595, "topic_featured_link_allowed": true, "topic_template": "<value>", "topic_url": "<value>", "uploaded_background": "<value>", "uploaded_background_dark": "<value>", "uploaded_logo": "<value>", "uploaded_logo_dark": "<value>"}}
|
||||||
getSite:
|
getSite:
|
||||||
speakeasy-default-get-site: {}
|
speakeasy-default-get-site:
|
||||||
|
responses:
|
||||||
|
"200":
|
||||||
|
application/json: {"anonymous_top_menu_items": [], "archetypes": [], "auth_providers": [], "can_create_tag": false, "can_tag_pms": false, "can_tag_topics": false, "categories": [], "censored_regexp": [], "default_archetype": "<value>", "filters": [], "groups": [], "notification_types": {"bookmark_reminder": 549755, "chat_group_mention": 172835, "chat_invitation": 459147, "chat_mention": 556553, "chat_message": 268348, "code_review_commit_approved": 792595, "custom": 959012, "edited": 839204, "event_invitation": 463313, "event_reminder": 618012, "granted_badge": 471528, "group_mentioned": 410226, "group_message_summary": 862033, "invited_to_private_message": 761618, "invited_to_topic": 57168, "invitee_accepted": 568137, "liked": 613365, "liked_consolidated": 82987, "linked": 994399, "membership_request_accepted": 695132, "membership_request_consolidated": 29756, "mentioned": 434597, "moved_post": 998177, "post_approved": 689563, "posted": 394494, "private_message": 258200, "quoted": 93950, "reaction": 274712, "replied": 207463, "topic_reminder": 326487, "votes_released": 803079, "watching_category_or_tag": 969101, "watching_first_post": 111981}, "periods": [], "post_action_types": [], "post_types": {"moderator_action": 188994, "regular": 3865, "small_action": 833226, "whisper": 524656}, "tags_filter_regexp": "<value>", "top_menu_items": [], "top_tags": [], "topic_featured_link_allowed_category_ids": [], "topic_flag_types": [], "trust_levels": {"basic": 76043, "leader": 236554, "member": 655582, "newuser": 841833, "regular": 507052}, "uncategorized_category_id": 79728, "user_color_schemes": [], "user_field_max_length": 865876, "user_fields": [], "user_themes": [], "watched_words_link": "<value>", "watched_words_replace": "<value>"}
|
||||||
listCategories:
|
listCategories:
|
||||||
speakeasy-default-list-categories: {}
|
speakeasy-default-list-categories:
|
||||||
|
responses:
|
||||||
|
"200":
|
||||||
|
application/json: {"category_list": {"can_create_category": false, "can_create_topic": false, "categories": []}}
|
||||||
listCategoryTopics:
|
listCategoryTopics:
|
||||||
speakeasy-default-list-category-topics:
|
speakeasy-default-list-category-topics:
|
||||||
parameters:
|
parameters:
|
||||||
path:
|
path:
|
||||||
slug: "<value>"
|
slug: "<value>"
|
||||||
id: 394133
|
id: 394133
|
||||||
|
responses:
|
||||||
|
"200":
|
||||||
|
application/json: {"topic_list": {"can_create_topic": true, "per_page": 513170, "topics": []}}
|
||||||
updateCategory:
|
updateCategory:
|
||||||
speakeasy-default-update-category:
|
speakeasy-default-update-category:
|
||||||
parameters:
|
parameters:
|
||||||
@@ -910,6 +1006,9 @@ examples:
|
|||||||
id: 353500
|
id: 353500
|
||||||
requestBody:
|
requestBody:
|
||||||
application/json: {"color": "49d9e9", "name": "<value>", "permissions": {"everyone": 1}, "text_color": "f0fcfd"}
|
application/json: {"color": "49d9e9", "name": "<value>", "permissions": {"everyone": 1}, "text_color": "f0fcfd"}
|
||||||
|
responses:
|
||||||
|
"200":
|
||||||
|
application/json: {"category": {"all_topics_wiki": false, "allow_badges": false, "allow_unlimited_owner_edits_on_first_post": true, "auto_close_based_on_last_post": false, "auto_close_hours": "<value>", "available_groups": [], "can_delete": false, "can_edit": false, "color": "mint green", "default_list_filter": "<value>", "default_slow_mode_seconds": "<value>", "default_top_period": "<value>", "default_view": "<value>", "description": "Open-source demand-driven forecast", "description_excerpt": "<value>", "description_text": "<value>", "email_in": "<value>", "email_in_allow_strangers": true, "form_template_ids": [], "group_permissions": [], "has_children": true, "id": 404301, "mailinglist_mirror": false, "minimum_required_tags": 765787, "name": "<value>", "navigate_to_first_post_after_read": true, "notification_level": 506566, "num_featured_topics": 573945, "permission": 537500, "position": 818896, "post_count": 966055, "read_only_banner": "<value>", "read_restricted": true, "required_tag_groups": [], "search_priority": 574545, "show_subcategory_list": false, "slug": "<value>", "sort_ascending": "<value>", "sort_order": "<value>", "subcategory_list_style": "<value>", "text_color": "<value>", "topic_count": 946944, "topic_featured_link_allowed": false, "topic_template": "<value>", "topic_url": "<value>", "uploaded_background": "<value>", "uploaded_background_dark": "<value>", "uploaded_logo": "<value>", "uploaded_logo_dark": "<value>"}, "success": "<value>"}
|
||||||
createInvite:
|
createInvite:
|
||||||
speakeasy-default-create-invite:
|
speakeasy-default-create-invite:
|
||||||
parameters:
|
parameters:
|
||||||
@@ -941,6 +1040,9 @@ examples:
|
|||||||
speakeasy-default-create-topic-post-PM:
|
speakeasy-default-create-topic-post-PM:
|
||||||
requestBody:
|
requestBody:
|
||||||
application/json: {"archetype": "private_message", "raw": "<value>", "target_recipients": "blake,sam"}
|
application/json: {"archetype": "private_message", "raw": "<value>", "target_recipients": "blake,sam"}
|
||||||
|
responses:
|
||||||
|
"200":
|
||||||
|
application/json: {"actions_summary": [], "admin": true, "avatar_template": "<value>", "bookmarked": true, "can_delete": false, "can_edit": true, "can_recover": false, "can_view_edit_history": true, "can_wiki": false, "cooked": "<value>", "created_at": "<value>", "deleted_at": "<value>", "display_username": "<value>", "draft_sequence": 177252, "edit_reason": "<value>", "flair_bg_color": "<value>", "flair_color": "<value>", "flair_name": "<value>", "flair_url": "<value>", "hidden": true, "id": 114547, "incoming_link_count": 74808, "moderator": true, "name": "<value>", "post_number": 240122, "post_type": 625045, "primary_group_name": "<value>", "quote_count": 159237, "readers_count": 157793, "reads": 948621, "reply_count": 489264, "reply_to_post_number": "<value>", "reviewable_id": "<value>", "reviewable_score_count": 923875, "reviewable_score_pending_count": 49016, "score": 693419, "staff": true, "topic_id": 861941, "topic_slug": "<value>", "trust_level": 336833, "updated_at": "<value>", "user_deleted": false, "user_id": 869518, "user_title": "<value>", "username": "Kiera_OHara53", "version": 333433, "wiki": false, "yours": false}
|
||||||
createTopicTimer:
|
createTopicTimer:
|
||||||
speakeasy-default-create-topic-timer:
|
speakeasy-default-create-topic-timer:
|
||||||
parameters:
|
parameters:
|
||||||
@@ -962,6 +1064,9 @@ examples:
|
|||||||
header:
|
header:
|
||||||
Api-Key: "<value>"
|
Api-Key: "<value>"
|
||||||
Api-Username: "<value>"
|
Api-Username: "<value>"
|
||||||
|
responses:
|
||||||
|
"200":
|
||||||
|
application/json: {"actions_summary": [], "archetype": "<value>", "archived": false, "bookmarked": true, "bookmarks": [], "category_id": 21052, "chunk_size": 947957, "closed": true, "created_at": "<value>", "deleted_at": "<value>", "deleted_by": "<value>", "details": {"can_archive_topic": true, "can_close_topic": true, "can_convert_topic": true, "can_create_post": false, "can_delete": false, "can_edit": false, "can_edit_staff_notes": true, "can_moderate_category": false, "can_move_posts": false, "can_pin_unpin_topic": true, "can_remove_allowed_users": false, "can_remove_self_id": 326000, "can_reply_as_new_topic": true, "can_review_topic": true, "can_split_merge_topic": true, "can_toggle_topic_visibility": false, "created_by": {"avatar_template": "<value>", "id": 12547, "name": "<value>", "username": "Alexandra.Dickinson"}, "last_poster": {"avatar_template": "<value>", "id": 275899, "name": "<value>", "username": "Frank.Bergnaum47"}, "notification_level": 820547}, "draft": "<value>", "draft_key": "<value>", "draft_sequence": 536811, "fancy_title": "<value>", "featured_link": "<value>", "has_deleted": false, "has_summary": false, "highest_post_number": 803817, "id": 113565, "image_url": "<value>", "last_posted_at": "<value>", "like_count": 39261, "message_bus_last_id": 832960, "participant_count": 440011, "pinned": true, "pinned_at": "<value>", "pinned_globally": true, "pinned_until": "<value>", "post_stream": {"posts": [], "stream": []}, "posts_count": 286296, "reply_count": 724372, "show_read_indicator": true, "slow_mode_enabled_until": "<value>", "slow_mode_seconds": 462346, "slug": "<value>", "suggested_topics": [], "summarizable": true, "tags": [], "thumbnails": "<value>", "timeline_lookup": [], "title": "<value>", "topic_timer": "<value>", "unpinned": "<value>", "user_id": 258928, "views": 815673, "visible": true, "word_count": 317030}
|
||||||
getTopicByExternalId:
|
getTopicByExternalId:
|
||||||
speakeasy-default-get-topic-by-external-id:
|
speakeasy-default-get-topic-by-external-id:
|
||||||
parameters:
|
parameters:
|
||||||
@@ -970,12 +1075,14 @@ examples:
|
|||||||
listLatestTopics:
|
listLatestTopics:
|
||||||
speakeasy-default-list-latest-topics:
|
speakeasy-default-list-latest-topics:
|
||||||
parameters:
|
parameters:
|
||||||
|
query: {}
|
||||||
header:
|
header:
|
||||||
Api-Key: "<value>"
|
Api-Key: "<value>"
|
||||||
Api-Username: "<value>"
|
Api-Username: "<value>"
|
||||||
listTopTopics:
|
listTopTopics:
|
||||||
speakeasy-default-list-top-topics:
|
speakeasy-default-list-top-topics:
|
||||||
parameters:
|
parameters:
|
||||||
|
query: {}
|
||||||
header:
|
header:
|
||||||
Api-Key: "<value>"
|
Api-Key: "<value>"
|
||||||
Api-Username: "<value>"
|
Api-Username: "<value>"
|
||||||
@@ -1048,9 +1155,13 @@ examples:
|
|||||||
parameters:
|
parameters:
|
||||||
path:
|
path:
|
||||||
id: "<id>"
|
id: "<id>"
|
||||||
|
responses:
|
||||||
|
"200":
|
||||||
|
application/json: {"actions_summary": [], "admin": true, "avatar_template": "<value>", "bookmarked": false, "can_delete": false, "can_edit": false, "can_recover": false, "can_view_edit_history": false, "can_wiki": true, "cooked": "<value>", "created_at": "<value>", "deleted_at": "<value>", "edit_reason": "<value>", "flair_bg_color": "<value>", "flair_color": "<value>", "flair_name": "<value>", "flair_url": "<value>", "hidden": true, "id": 274969, "incoming_link_count": 569040, "moderator": true, "post_number": 601256, "post_type": 309263, "primary_group_name": "<value>", "quote_count": 778933, "raw": "<value>", "readers_count": 539682, "reads": 613671, "reply_count": 315298, "reply_to_post_number": "<value>", "reviewable_id": "<value>", "reviewable_score_count": 415792, "reviewable_score_pending_count": 436283, "score": 630377, "staff": true, "topic_id": 448930, "topic_slug": "<value>", "trust_level": 627491, "updated_at": "<value>", "user_deleted": true, "user_id": 26419, "user_title": "<value>", "username": "Myah_Hintz", "version": 119307, "wiki": true, "yours": true, "key": "<value>", "key1": "<value>"}
|
||||||
listPosts:
|
listPosts:
|
||||||
speakeasy-default-list-posts:
|
speakeasy-default-list-posts:
|
||||||
parameters:
|
parameters:
|
||||||
|
query: {}
|
||||||
header:
|
header:
|
||||||
Api-Key: "<value>"
|
Api-Key: "<value>"
|
||||||
Api-Username: "<value>"
|
Api-Username: "<value>"
|
||||||
@@ -1073,11 +1184,17 @@ examples:
|
|||||||
parameters:
|
parameters:
|
||||||
path:
|
path:
|
||||||
id: "<id>"
|
id: "<id>"
|
||||||
|
responses:
|
||||||
|
"200":
|
||||||
|
application/json: []
|
||||||
updatePost:
|
updatePost:
|
||||||
speakeasy-default-update-post:
|
speakeasy-default-update-post:
|
||||||
parameters:
|
parameters:
|
||||||
path:
|
path:
|
||||||
id: "<id>"
|
id: "<id>"
|
||||||
|
responses:
|
||||||
|
"200":
|
||||||
|
application/json: {"post": {"actions_summary": [], "admin": true, "avatar_template": "<value>", "bookmarked": false, "can_delete": false, "can_edit": true, "can_recover": true, "can_view_edit_history": false, "can_wiki": true, "cooked": "<value>", "created_at": "<value>", "deleted_at": "<value>", "draft_sequence": 569421, "edit_reason": "<value>", "flair_bg_color": "<value>", "flair_color": "<value>", "flair_name": "<value>", "flair_url": "<value>", "hidden": false, "id": 437966, "incoming_link_count": 537165, "moderator": true, "post_number": 280082, "post_type": 212729, "primary_group_name": "<value>", "quote_count": 880040, "raw": "<value>", "readers_count": 506220, "reads": 778785, "reply_count": 188399, "reply_to_post_number": "<value>", "reviewable_id": "<value>", "reviewable_score_count": 1835, "reviewable_score_pending_count": 766049, "score": 49732, "staff": false, "topic_id": 179027, "topic_slug": "<value>", "trust_level": 424745, "updated_at": "<value>", "user_deleted": false, "user_id": 527776, "user_title": "<value>", "username": "Adrien.Hackett16", "version": 478363, "wiki": true, "yours": false}}
|
||||||
getUserSentPrivateMessages:
|
getUserSentPrivateMessages:
|
||||||
speakeasy-default-get-user-sent-private-messages:
|
speakeasy-default-get-user-sent-private-messages:
|
||||||
parameters:
|
parameters:
|
||||||
@@ -1094,8 +1211,14 @@ examples:
|
|||||||
query:
|
query:
|
||||||
q: "api @blake #support tags:api after:2021-06-04 in:unseen in:open order:latest_topic"
|
q: "api @blake #support tags:api after:2021-06-04 in:unseen in:open order:latest_topic"
|
||||||
page: 1
|
page: 1
|
||||||
|
responses:
|
||||||
|
"200":
|
||||||
|
application/json: {"categories": [], "grouped_search_result": {"can_create_topic": true, "category_ids": [], "error": "<value>", "group_ids": [], "more_categories": "<value>", "more_full_page_results": "<value>", "more_posts": "<value>", "more_users": "<value>", "post_ids": [], "search_log_id": 263492, "tag_ids": [], "term": "<value>", "user_ids": []}, "groups": [], "posts": [], "tags": [], "users": []}
|
||||||
createTagGroup:
|
createTagGroup:
|
||||||
speakeasy-default-create-tag-group: {}
|
speakeasy-default-create-tag-group:
|
||||||
|
responses:
|
||||||
|
"200":
|
||||||
|
application/json: {"tag_group": {"id": 10533, "name": "<value>", "one_per_topic": true, "parent_tag_name": [], "tag_names": []}}
|
||||||
getTag:
|
getTag:
|
||||||
speakeasy-default-get-tag:
|
speakeasy-default-get-tag:
|
||||||
parameters:
|
parameters:
|
||||||
@@ -1133,10 +1256,16 @@ examples:
|
|||||||
speakeasy-default-complete-external-upload:
|
speakeasy-default-complete-external-upload:
|
||||||
requestBody:
|
requestBody:
|
||||||
application/json: {"for_private_message": "true", "for_site_setting": "true", "pasted": "true", "unique_identifier": "66e86218-80d9-4bda-b4d5-2b6def968705"}
|
application/json: {"for_private_message": "true", "for_site_setting": "true", "pasted": "true", "unique_identifier": "66e86218-80d9-4bda-b4d5-2b6def968705"}
|
||||||
|
responses:
|
||||||
|
"200":
|
||||||
|
application/json: {"extension": "png", "filesize": 655183, "height": 19001, "human_filesize": "<value>", "id": 511225, "original_filename": "<value>", "retain_hours": "<value>", "short_path": "<value>", "short_url": "<value>", "thumbnail_height": 131321, "thumbnail_width": 995440, "url": "https://aggressive-watch.net", "width": 41079}
|
||||||
completeMultipart:
|
completeMultipart:
|
||||||
speakeasy-default-complete-multipart:
|
speakeasy-default-complete-multipart:
|
||||||
requestBody:
|
requestBody:
|
||||||
application/json: {"parts": [{"part_number": 1, "etag": "0c376dcfcc2606f4335bbc732de93344"}, {"part_number": 2, "etag": "09ert8cfcc2606f4335bbc732de91122"}], "unique_identifier": "66e86218-80d9-4bda-b4d5-2b6def968705"}
|
application/json: {"parts": [{"part_number": 1, "etag": "0c376dcfcc2606f4335bbc732de93344"}, {"part_number": 2, "etag": "09ert8cfcc2606f4335bbc732de91122"}], "unique_identifier": "66e86218-80d9-4bda-b4d5-2b6def968705"}
|
||||||
|
responses:
|
||||||
|
"200":
|
||||||
|
application/json: {"extension": "pdf", "filesize": 349952, "height": 720712, "human_filesize": "<value>", "id": 849047, "original_filename": "<value>", "retain_hours": "<value>", "short_path": "<value>", "short_url": "<value>", "thumbnail_height": 230034, "thumbnail_width": 233676, "url": "http://everlasting-clearance.com", "width": 492751}
|
||||||
createMultipartUpload:
|
createMultipartUpload:
|
||||||
speakeasy-default-create-multipart-upload:
|
speakeasy-default-create-multipart-upload:
|
||||||
requestBody:
|
requestBody:
|
||||||
@@ -1145,7 +1274,10 @@ examples:
|
|||||||
"200":
|
"200":
|
||||||
application/json: {"external_upload_identifier": "84x83tmxy398t3y._Q_z8CoJYVr69bE6D7f8J6Oo0434QquLFoYdGVerWFx9X5HDEI_TP_95c34n853495x35345394.d.ghQ", "key": "temp/site/uploads/default/12345/67890.jpg", "unique_identifier": "66e86218-80d9-4bda-b4d5-2b6def968705"}
|
application/json: {"external_upload_identifier": "84x83tmxy398t3y._Q_z8CoJYVr69bE6D7f8J6Oo0434QquLFoYdGVerWFx9X5HDEI_TP_95c34n853495x35345394.d.ghQ", "key": "temp/site/uploads/default/12345/67890.jpg", "unique_identifier": "66e86218-80d9-4bda-b4d5-2b6def968705"}
|
||||||
createUpload:
|
createUpload:
|
||||||
speakeasy-default-create-upload: {}
|
speakeasy-default-create-upload:
|
||||||
|
responses:
|
||||||
|
"200":
|
||||||
|
application/json: {"extension": "wav", "filesize": 630853, "height": 272980, "human_filesize": "<value>", "id": 541628, "original_filename": "<value>", "retain_hours": "<value>", "short_path": "<value>", "short_url": "<value>", "thumbnail_height": 676159, "thumbnail_width": 904119, "url": "http://well-lit-physics.com", "width": 942703}
|
||||||
generatePresignedPut:
|
generatePresignedPut:
|
||||||
speakeasy-default-generate-presigned-put:
|
speakeasy-default-generate-presigned-put:
|
||||||
requestBody:
|
requestBody:
|
||||||
|
|||||||
116
README.md
116
README.md
@@ -128,10 +128,10 @@ import { SDK } from "@lukehagar/discoursejs";
|
|||||||
const sdk = new SDK();
|
const sdk = new SDK();
|
||||||
|
|
||||||
async function run() {
|
async function run() {
|
||||||
const result = await sdk.backups.createBackup();
|
const result = await sdk.backups.createBackup();
|
||||||
|
|
||||||
// Handle the result
|
// Handle the result
|
||||||
console.log(result);
|
console.log(result);
|
||||||
}
|
}
|
||||||
|
|
||||||
run();
|
run();
|
||||||
@@ -307,26 +307,26 @@ import { SDKValidationError } from "@lukehagar/discoursejs/sdk/models/errors";
|
|||||||
const sdk = new SDK();
|
const sdk = new SDK();
|
||||||
|
|
||||||
async function run() {
|
async function run() {
|
||||||
let result;
|
let result;
|
||||||
try {
|
try {
|
||||||
result = await sdk.backups.createBackup();
|
result = await sdk.backups.createBackup();
|
||||||
|
|
||||||
// Handle the result
|
// Handle the result
|
||||||
console.log(result);
|
console.log(result);
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
switch (true) {
|
switch (true) {
|
||||||
case err instanceof SDKValidationError: {
|
case (err instanceof SDKValidationError): {
|
||||||
// Validation errors can be pretty-printed
|
// Validation errors can be pretty-printed
|
||||||
console.error(err.pretty());
|
console.error(err.pretty());
|
||||||
// Raw value may also be inspected
|
// Raw value may also be inspected
|
||||||
console.error(err.rawValue);
|
console.error(err.rawValue);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
default: {
|
default: {
|
||||||
throw err;
|
throw err;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
run();
|
run();
|
||||||
@@ -349,14 +349,14 @@ You can override the default server globally by passing a server index to the `s
|
|||||||
import { SDK } from "@lukehagar/discoursejs";
|
import { SDK } from "@lukehagar/discoursejs";
|
||||||
|
|
||||||
const sdk = new SDK({
|
const sdk = new SDK({
|
||||||
serverIdx: 0,
|
serverIdx: 0,
|
||||||
});
|
});
|
||||||
|
|
||||||
async function run() {
|
async function run() {
|
||||||
const result = await sdk.backups.createBackup();
|
const result = await sdk.backups.createBackup();
|
||||||
|
|
||||||
// Handle the result
|
// Handle the result
|
||||||
console.log(result);
|
console.log(result);
|
||||||
}
|
}
|
||||||
|
|
||||||
run();
|
run();
|
||||||
@@ -376,14 +376,14 @@ The default server can also be overridden globally by passing a URL to the `serv
|
|||||||
import { SDK } from "@lukehagar/discoursejs";
|
import { SDK } from "@lukehagar/discoursejs";
|
||||||
|
|
||||||
const sdk = new SDK({
|
const sdk = new SDK({
|
||||||
serverURL: "https://{defaultHost}",
|
serverURL: "https://{defaultHost}",
|
||||||
});
|
});
|
||||||
|
|
||||||
async function run() {
|
async function run() {
|
||||||
const result = await sdk.backups.createBackup();
|
const result = await sdk.backups.createBackup();
|
||||||
|
|
||||||
// Handle the result
|
// Handle the result
|
||||||
console.log(result);
|
console.log(result);
|
||||||
}
|
}
|
||||||
|
|
||||||
run();
|
run();
|
||||||
@@ -466,10 +466,10 @@ import { SDK } from "@lukehagar/discoursejs";
|
|||||||
const sdk = new SDK();
|
const sdk = new SDK();
|
||||||
|
|
||||||
async function run() {
|
async function run() {
|
||||||
const result = await sdk.uploads.createUpload();
|
const result = await sdk.uploads.createUpload();
|
||||||
|
|
||||||
// Handle the result
|
// Handle the result
|
||||||
console.log(result);
|
console.log(result);
|
||||||
}
|
}
|
||||||
|
|
||||||
run();
|
run();
|
||||||
@@ -489,21 +489,21 @@ import { SDK } from "@lukehagar/discoursejs";
|
|||||||
const sdk = new SDK();
|
const sdk = new SDK();
|
||||||
|
|
||||||
async function run() {
|
async function run() {
|
||||||
const result = await sdk.backups.createBackup({
|
const result = await sdk.backups.createBackup({
|
||||||
retries: {
|
retries: {
|
||||||
strategy: "backoff",
|
strategy: "backoff",
|
||||||
backoff: {
|
backoff: {
|
||||||
initialInterval: 1,
|
initialInterval: 1,
|
||||||
maxInterval: 50,
|
maxInterval: 50,
|
||||||
exponent: 1.1,
|
exponent: 1.1,
|
||||||
maxElapsedTime: 100,
|
maxElapsedTime: 100,
|
||||||
},
|
},
|
||||||
retryConnectionErrors: false,
|
retryConnectionErrors: false,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
// Handle the result
|
// Handle the result
|
||||||
console.log(result);
|
console.log(result);
|
||||||
}
|
}
|
||||||
|
|
||||||
run();
|
run();
|
||||||
@@ -515,23 +515,23 @@ If you'd like to override the default retry strategy for all operations that sup
|
|||||||
import { SDK } from "@lukehagar/discoursejs";
|
import { SDK } from "@lukehagar/discoursejs";
|
||||||
|
|
||||||
const sdk = new SDK({
|
const sdk = new SDK({
|
||||||
retryConfig: {
|
retryConfig: {
|
||||||
strategy: "backoff",
|
strategy: "backoff",
|
||||||
backoff: {
|
backoff: {
|
||||||
initialInterval: 1,
|
initialInterval: 1,
|
||||||
maxInterval: 50,
|
maxInterval: 50,
|
||||||
exponent: 1.1,
|
exponent: 1.1,
|
||||||
maxElapsedTime: 100,
|
maxElapsedTime: 100,
|
||||||
},
|
|
||||||
retryConnectionErrors: false,
|
|
||||||
},
|
},
|
||||||
|
retryConnectionErrors: false,
|
||||||
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
async function run() {
|
async function run() {
|
||||||
const result = await sdk.backups.createBackup();
|
const result = await sdk.backups.createBackup();
|
||||||
|
|
||||||
// Handle the result
|
// Handle the result
|
||||||
console.log(result);
|
console.log(result);
|
||||||
}
|
}
|
||||||
|
|
||||||
run();
|
run();
|
||||||
|
|||||||
10
RELEASES.md
10
RELEASES.md
@@ -279,3 +279,13 @@ Based on:
|
|||||||
- [typescript v0.8.2] .
|
- [typescript v0.8.2] .
|
||||||
### Releases
|
### Releases
|
||||||
- [NPM v0.8.2] https://www.npmjs.com/package/@lukehagar/discoursejs/v/0.8.2 - .
|
- [NPM v0.8.2] https://www.npmjs.com/package/@lukehagar/discoursejs/v/0.8.2 - .
|
||||||
|
|
||||||
|
## 2024-09-10 00:24:11
|
||||||
|
### Changes
|
||||||
|
Based on:
|
||||||
|
- OpenAPI Doc latest
|
||||||
|
- Speakeasy CLI 1.394.0 (2.413.0) https://github.com/speakeasy-api/speakeasy
|
||||||
|
### Generated
|
||||||
|
- [typescript v0.9.0] .
|
||||||
|
### Releases
|
||||||
|
- [NPM v0.9.0] https://www.npmjs.com/package/@lukehagar/discoursejs/v/0.9.0 - .
|
||||||
6
USAGE.md
6
USAGE.md
@@ -5,10 +5,10 @@ import { SDK } from "@lukehagar/discoursejs";
|
|||||||
const sdk = new SDK();
|
const sdk = new SDK();
|
||||||
|
|
||||||
async function run() {
|
async function run() {
|
||||||
const result = await sdk.backups.createBackup();
|
const result = await sdk.backups.createBackup();
|
||||||
|
|
||||||
// Handle the result
|
// Handle the result
|
||||||
console.log(result);
|
console.log(result);
|
||||||
}
|
}
|
||||||
|
|
||||||
run();
|
run();
|
||||||
|
|||||||
@@ -6,8 +6,8 @@
|
|||||||
import { AbortMultipartRequestBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { AbortMultipartRequestBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: AbortMultipartRequestBody = {
|
let value: AbortMultipartRequestBody = {
|
||||||
externalUploadIdentifier:
|
externalUploadIdentifier:
|
||||||
"84x83tmxy398t3y._Q_z8CoJYVr69bE6D7f8J6Oo0434QquLFoYdGVerWFx9X5HDEI_TP_95c34n853495x35345394.d.ghQ",
|
"84x83tmxy398t3y._Q_z8CoJYVr69bE6D7f8J6Oo0434QquLFoYdGVerWFx9X5HDEI_TP_95c34n853495x35345394.d.ghQ",
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ external upload initialized
|
|||||||
import { AbortMultipartResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { AbortMultipartResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: AbortMultipartResponseBody = {
|
let value: AbortMultipartResponseBody = {
|
||||||
success: "OK",
|
success: "OK",
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
import { ActionsSummary } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { ActionsSummary } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: ActionsSummary = {
|
let value: ActionsSummary = {
|
||||||
id: 63553,
|
id: 63553,
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
import { ActivateUserRequest } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { ActivateUserRequest } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: ActivateUserRequest = {
|
let value: ActivateUserRequest = {
|
||||||
id: 881736,
|
id: 881736,
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ response
|
|||||||
import { ActivateUserResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { ActivateUserResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: ActivateUserResponseBody = {
|
let value: ActivateUserResponseBody = {
|
||||||
success: "OK",
|
success: "OK",
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -6,10 +6,10 @@
|
|||||||
import { AddGroupMembersRequest } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { AddGroupMembersRequest } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: AddGroupMembersRequest = {
|
let value: AddGroupMembersRequest = {
|
||||||
requestBody: {
|
requestBody: {
|
||||||
usernames: "username1,username2",
|
usernames: "username1,username2",
|
||||||
},
|
},
|
||||||
id: 253291,
|
id: 253291,
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
import { AddGroupMembersRequestBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { AddGroupMembersRequestBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: AddGroupMembersRequestBody = {
|
let value: AddGroupMembersRequestBody = {
|
||||||
usernames: "username1,username2",
|
usernames: "username1,username2",
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -8,9 +8,13 @@ success response
|
|||||||
import { AddGroupMembersResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { AddGroupMembersResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: AddGroupMembersResponseBody = {
|
let value: AddGroupMembersResponseBody = {
|
||||||
emails: ["<value>"],
|
emails: [
|
||||||
success: "<value>",
|
"<value>",
|
||||||
usernames: ["<value>"],
|
],
|
||||||
|
success: "<value>",
|
||||||
|
usernames: [
|
||||||
|
"<value>",
|
||||||
|
],
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -6,17 +6,25 @@
|
|||||||
import { AdminBadges } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { AdminBadges } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: AdminBadges = {
|
let value: AdminBadges = {
|
||||||
badgeGroupingIds: ["<value>"],
|
badgeGroupingIds: [
|
||||||
badgeIds: ["<value>"],
|
"<value>",
|
||||||
badgeTypeIds: ["<value>"],
|
],
|
||||||
protectedSystemFields: ["<value>"],
|
badgeIds: [
|
||||||
triggers: {
|
"<value>",
|
||||||
none: 544883,
|
],
|
||||||
postAction: 847252,
|
badgeTypeIds: [
|
||||||
postRevision: 423655,
|
"<value>",
|
||||||
trustLevelChange: 623564,
|
],
|
||||||
userChange: 645894,
|
protectedSystemFields: [
|
||||||
},
|
"<value>",
|
||||||
|
],
|
||||||
|
triggers: {
|
||||||
|
none: 544883,
|
||||||
|
postAction: 847252,
|
||||||
|
postRevision: 423655,
|
||||||
|
trustLevelChange: 623564,
|
||||||
|
userChange: 645894,
|
||||||
|
},
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -6,35 +6,35 @@
|
|||||||
import { AdminGetUserGroups } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { AdminGetUserGroups } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: AdminGetUserGroups = {
|
let value: AdminGetUserGroups = {
|
||||||
allowMembershipRequests: false,
|
allowMembershipRequests: false,
|
||||||
automatic: false,
|
automatic: false,
|
||||||
bioCooked: "<value>",
|
bioCooked: "<value>",
|
||||||
bioExcerpt: "<value>",
|
bioExcerpt: "<value>",
|
||||||
bioRaw: "<value>",
|
bioRaw: "<value>",
|
||||||
canAdminGroup: false,
|
canAdminGroup: false,
|
||||||
canSeeMembers: false,
|
canSeeMembers: false,
|
||||||
defaultNotificationLevel: 533206,
|
defaultNotificationLevel: 533206,
|
||||||
displayName: "Verlie.Feeney",
|
displayName: "Verlie.Feeney",
|
||||||
flairBgColor: "<value>",
|
flairBgColor: "<value>",
|
||||||
flairColor: "<value>",
|
flairColor: "<value>",
|
||||||
flairUrl: "<value>",
|
flairUrl: "<value>",
|
||||||
fullName: "Ada Moen IV",
|
fullName: "Ada Moen IV",
|
||||||
grantTrustLevel: "<value>",
|
grantTrustLevel: "<value>",
|
||||||
hasMessages: false,
|
hasMessages: false,
|
||||||
id: 301575,
|
id: 301575,
|
||||||
incomingEmail: "<value>",
|
incomingEmail: "<value>",
|
||||||
membersVisibilityLevel: 716075,
|
membersVisibilityLevel: 716075,
|
||||||
membershipRequestTemplate: "<value>",
|
membershipRequestTemplate: "<value>",
|
||||||
mentionableLevel: 660174,
|
mentionableLevel: 660174,
|
||||||
messageableLevel: 287991,
|
messageableLevel: 287991,
|
||||||
name: "<value>",
|
name: "<value>",
|
||||||
primaryGroup: false,
|
primaryGroup: false,
|
||||||
publicAdmission: false,
|
publicAdmission: false,
|
||||||
publicExit: false,
|
publicExit: false,
|
||||||
publishReadState: false,
|
publishReadState: false,
|
||||||
title: "<value>",
|
title: "<value>",
|
||||||
userCount: 290077,
|
userCount: 290077,
|
||||||
visibilityLevel: 383462,
|
visibilityLevel: 383462,
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -6,9 +6,9 @@
|
|||||||
import { AdminGetUserPenaltyCounts } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { AdminGetUserPenaltyCounts } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: AdminGetUserPenaltyCounts = {
|
let value: AdminGetUserPenaltyCounts = {
|
||||||
silenced: 428769,
|
silenced: 428769,
|
||||||
suspended: 878453,
|
suspended: 878453,
|
||||||
total: 135474,
|
total: 135474,
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
import { AdminGetUserRequest } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { AdminGetUserRequest } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: AdminGetUserRequest = {
|
let value: AdminGetUserRequest = {
|
||||||
id: 965417,
|
id: 965417,
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -8,102 +8,102 @@ response
|
|||||||
import { AdminGetUserResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { AdminGetUserResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: AdminGetUserResponseBody = {
|
let value: AdminGetUserResponseBody = {
|
||||||
active: false,
|
active: false,
|
||||||
admin: false,
|
admin: false,
|
||||||
apiKeyCount: 99569,
|
apiKeyCount: 99569,
|
||||||
approvedBy: {
|
approvedBy: {
|
||||||
avatarTemplate: "<value>",
|
|
||||||
id: 919483,
|
|
||||||
name: "<value>",
|
|
||||||
username: "Felix_Ratke",
|
|
||||||
},
|
|
||||||
avatarTemplate: "<value>",
|
avatarTemplate: "<value>",
|
||||||
badgeCount: 841140,
|
id: 919483,
|
||||||
bounceScore: 149448,
|
|
||||||
canActivate: false,
|
|
||||||
canBeAnonymized: false,
|
|
||||||
canBeDeleted: false,
|
|
||||||
canBeMerged: false,
|
|
||||||
canDeactivate: false,
|
|
||||||
canDeleteAllPosts: false,
|
|
||||||
canDeleteSsoRecord: false,
|
|
||||||
canDisableSecondFactor: false,
|
|
||||||
canGrantAdmin: false,
|
|
||||||
canGrantModeration: false,
|
|
||||||
canImpersonate: false,
|
|
||||||
canRevokeAdmin: false,
|
|
||||||
canRevokeModeration: false,
|
|
||||||
canSendActivationEmail: false,
|
|
||||||
canViewActionLogs: false,
|
|
||||||
createdAt: "<value>",
|
|
||||||
createdAtAge: 9046.48,
|
|
||||||
daysVisited: 868126,
|
|
||||||
externalIds: {},
|
|
||||||
flagsGivenCount: 37559,
|
|
||||||
flagsReceivedCount: 162493,
|
|
||||||
fullSuspendReason: "<value>",
|
|
||||||
groups: [
|
|
||||||
{
|
|
||||||
allowMembershipRequests: false,
|
|
||||||
automatic: false,
|
|
||||||
bioCooked: "<value>",
|
|
||||||
bioExcerpt: "<value>",
|
|
||||||
bioRaw: "<value>",
|
|
||||||
canAdminGroup: false,
|
|
||||||
canSeeMembers: false,
|
|
||||||
defaultNotificationLevel: 508315,
|
|
||||||
displayName: "Levi77",
|
|
||||||
flairBgColor: "<value>",
|
|
||||||
flairColor: "<value>",
|
|
||||||
flairUrl: "<value>",
|
|
||||||
fullName: "Ervin Schoen",
|
|
||||||
grantTrustLevel: "<value>",
|
|
||||||
hasMessages: false,
|
|
||||||
id: 139972,
|
|
||||||
incomingEmail: "<value>",
|
|
||||||
membersVisibilityLevel: 407183,
|
|
||||||
membershipRequestTemplate: "<value>",
|
|
||||||
mentionableLevel: 33222,
|
|
||||||
messageableLevel: 69167,
|
|
||||||
name: "<value>",
|
|
||||||
primaryGroup: false,
|
|
||||||
publicAdmission: false,
|
|
||||||
publicExit: false,
|
|
||||||
publishReadState: false,
|
|
||||||
title: "<value>",
|
|
||||||
userCount: 982575,
|
|
||||||
visibilityLevel: 697429,
|
|
||||||
},
|
|
||||||
],
|
|
||||||
id: 373291,
|
|
||||||
ipAddress: "116.107.184.12",
|
|
||||||
lastEmailedAge: 8663.83,
|
|
||||||
lastEmailedAt: "<value>",
|
|
||||||
lastSeenAge: 3654.96,
|
|
||||||
lastSeenAt: "<value>",
|
|
||||||
likeCount: 975522,
|
|
||||||
likeGivenCount: 16627,
|
|
||||||
manualLockedTrustLevel: "<value>",
|
|
||||||
moderator: false,
|
|
||||||
name: "<value>",
|
name: "<value>",
|
||||||
postCount: 855804,
|
username: "Felix_Ratke",
|
||||||
postsReadCount: 230742,
|
},
|
||||||
primaryGroupId: "<value>",
|
avatarTemplate: "<value>",
|
||||||
privateTopicsCount: 11714,
|
badgeCount: 841140,
|
||||||
registrationIpAddress: "<value>",
|
bounceScore: 149448,
|
||||||
resetBounceScoreAfter: "<value>",
|
canActivate: false,
|
||||||
silenceReason: "<value>",
|
canBeAnonymized: false,
|
||||||
silencedBy: "<value>",
|
canBeDeleted: false,
|
||||||
singleSignOnRecord: "<value>",
|
canBeMerged: false,
|
||||||
staged: false,
|
canDeactivate: false,
|
||||||
suspendedBy: "<value>",
|
canDeleteAllPosts: false,
|
||||||
timeRead: 764912,
|
canDeleteSsoRecord: false,
|
||||||
title: "<value>",
|
canDisableSecondFactor: false,
|
||||||
topicCount: 359978,
|
canGrantAdmin: false,
|
||||||
topicsEntered: 944124,
|
canGrantModeration: false,
|
||||||
trustLevel: 729991,
|
canImpersonate: false,
|
||||||
username: "Nelson_DAmore",
|
canRevokeAdmin: false,
|
||||||
warningsReceivedCount: 489549,
|
canRevokeModeration: false,
|
||||||
|
canSendActivationEmail: false,
|
||||||
|
canViewActionLogs: false,
|
||||||
|
createdAt: "<value>",
|
||||||
|
createdAtAge: 9046.48,
|
||||||
|
daysVisited: 868126,
|
||||||
|
externalIds: {},
|
||||||
|
flagsGivenCount: 37559,
|
||||||
|
flagsReceivedCount: 162493,
|
||||||
|
fullSuspendReason: "<value>",
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
allowMembershipRequests: false,
|
||||||
|
automatic: false,
|
||||||
|
bioCooked: "<value>",
|
||||||
|
bioExcerpt: "<value>",
|
||||||
|
bioRaw: "<value>",
|
||||||
|
canAdminGroup: false,
|
||||||
|
canSeeMembers: false,
|
||||||
|
defaultNotificationLevel: 508315,
|
||||||
|
displayName: "Levi77",
|
||||||
|
flairBgColor: "<value>",
|
||||||
|
flairColor: "<value>",
|
||||||
|
flairUrl: "<value>",
|
||||||
|
fullName: "Ervin Schoen",
|
||||||
|
grantTrustLevel: "<value>",
|
||||||
|
hasMessages: false,
|
||||||
|
id: 139972,
|
||||||
|
incomingEmail: "<value>",
|
||||||
|
membersVisibilityLevel: 407183,
|
||||||
|
membershipRequestTemplate: "<value>",
|
||||||
|
mentionableLevel: 33222,
|
||||||
|
messageableLevel: 69167,
|
||||||
|
name: "<value>",
|
||||||
|
primaryGroup: false,
|
||||||
|
publicAdmission: false,
|
||||||
|
publicExit: false,
|
||||||
|
publishReadState: false,
|
||||||
|
title: "<value>",
|
||||||
|
userCount: 982575,
|
||||||
|
visibilityLevel: 697429,
|
||||||
|
},
|
||||||
|
],
|
||||||
|
id: 373291,
|
||||||
|
ipAddress: "116.107.184.12",
|
||||||
|
lastEmailedAge: 8663.83,
|
||||||
|
lastEmailedAt: "<value>",
|
||||||
|
lastSeenAge: 3654.96,
|
||||||
|
lastSeenAt: "<value>",
|
||||||
|
likeCount: 975522,
|
||||||
|
likeGivenCount: 16627,
|
||||||
|
manualLockedTrustLevel: "<value>",
|
||||||
|
moderator: false,
|
||||||
|
name: "<value>",
|
||||||
|
postCount: 855804,
|
||||||
|
postsReadCount: 230742,
|
||||||
|
primaryGroupId: "<value>",
|
||||||
|
privateTopicsCount: 11714,
|
||||||
|
registrationIpAddress: "<value>",
|
||||||
|
resetBounceScoreAfter: "<value>",
|
||||||
|
silenceReason: "<value>",
|
||||||
|
silencedBy: "<value>",
|
||||||
|
singleSignOnRecord: "<value>",
|
||||||
|
staged: false,
|
||||||
|
suspendedBy: "<value>",
|
||||||
|
timeRead: 764912,
|
||||||
|
title: "<value>",
|
||||||
|
topicCount: 359978,
|
||||||
|
topicsEntered: 944124,
|
||||||
|
trustLevel: 729991,
|
||||||
|
username: "Nelson_DAmore",
|
||||||
|
warningsReceivedCount: 489549,
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -8,60 +8,68 @@ success response
|
|||||||
import { AdminListBadgesResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { AdminListBadgesResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: AdminListBadgesResponseBody = {
|
let value: AdminListBadgesResponseBody = {
|
||||||
adminBadges: {
|
adminBadges: {
|
||||||
badgeGroupingIds: ["<value>"],
|
badgeGroupingIds: [
|
||||||
badgeIds: ["<value>"],
|
"<value>",
|
||||||
badgeTypeIds: ["<value>"],
|
],
|
||||||
protectedSystemFields: ["<value>"],
|
badgeIds: [
|
||||||
triggers: {
|
"<value>",
|
||||||
none: 925597,
|
],
|
||||||
postAction: 836079,
|
badgeTypeIds: [
|
||||||
postRevision: 71036,
|
"<value>",
|
||||||
trustLevelChange: 337396,
|
],
|
||||||
userChange: 87129,
|
protectedSystemFields: [
|
||||||
},
|
"<value>",
|
||||||
|
],
|
||||||
|
triggers: {
|
||||||
|
none: 925597,
|
||||||
|
postAction: 836079,
|
||||||
|
postRevision: 71036,
|
||||||
|
trustLevelChange: 337396,
|
||||||
|
userChange: 87129,
|
||||||
},
|
},
|
||||||
badgeGroupings: [
|
},
|
||||||
{
|
badgeGroupings: [
|
||||||
description: "Profit-focused 3rd generation framework",
|
{
|
||||||
id: 832620,
|
description: "Profit-focused 3rd generation framework",
|
||||||
name: "<value>",
|
id: 832620,
|
||||||
position: 957156,
|
name: "<value>",
|
||||||
system: false,
|
position: 957156,
|
||||||
},
|
system: false,
|
||||||
],
|
},
|
||||||
badgeTypes: [
|
],
|
||||||
{
|
badgeTypes: [
|
||||||
id: 778157,
|
{
|
||||||
name: "<value>",
|
id: 778157,
|
||||||
sortOrder: 140350,
|
name: "<value>",
|
||||||
},
|
sortOrder: 140350,
|
||||||
],
|
},
|
||||||
badges: [
|
],
|
||||||
{
|
badges: [
|
||||||
allowTitle: false,
|
{
|
||||||
autoRevoke: false,
|
allowTitle: false,
|
||||||
badgeGroupingId: 870013,
|
autoRevoke: false,
|
||||||
badgeTypeId: 870088,
|
badgeGroupingId: 870013,
|
||||||
description: "Virtual holistic projection",
|
badgeTypeId: 870088,
|
||||||
enabled: false,
|
description: "Virtual holistic projection",
|
||||||
grantCount: 800911,
|
enabled: false,
|
||||||
icon: "<value>",
|
grantCount: 800911,
|
||||||
id: 461479,
|
icon: "<value>",
|
||||||
imageUrl: "<value>",
|
id: 461479,
|
||||||
listable: false,
|
imageUrl: "<value>",
|
||||||
longDescription: "<value>",
|
listable: false,
|
||||||
manuallyGrantable: false,
|
longDescription: "<value>",
|
||||||
multipleGrant: false,
|
manuallyGrantable: false,
|
||||||
name: "<value>",
|
multipleGrant: false,
|
||||||
query: "<value>",
|
name: "<value>",
|
||||||
showPosts: false,
|
query: "<value>",
|
||||||
slug: "<value>",
|
showPosts: false,
|
||||||
system: false,
|
slug: "<value>",
|
||||||
targetPosts: false,
|
system: false,
|
||||||
trigger: 520478,
|
targetPosts: false,
|
||||||
},
|
trigger: 520478,
|
||||||
],
|
},
|
||||||
|
],
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
import { AdminListUsersRequest } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { AdminListUsersRequest } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: AdminListUsersRequest = {
|
let value: AdminListUsersRequest = {
|
||||||
flag: "new",
|
flag: "new",
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -6,28 +6,28 @@
|
|||||||
import { AdminListUsersResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { AdminListUsersResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: AdminListUsersResponseBody = {
|
let value: AdminListUsersResponseBody = {
|
||||||
active: false,
|
active: false,
|
||||||
admin: false,
|
admin: false,
|
||||||
avatarTemplate: "<value>",
|
avatarTemplate: "<value>",
|
||||||
createdAt: "<value>",
|
createdAt: "<value>",
|
||||||
createdAtAge: 1794.9,
|
createdAtAge: 1794.9,
|
||||||
daysVisited: 18521,
|
daysVisited: 18521,
|
||||||
id: 170986,
|
id: 170986,
|
||||||
lastEmailedAge: 7936.98,
|
lastEmailedAge: 7936.98,
|
||||||
lastEmailedAt: "<value>",
|
lastEmailedAt: "<value>",
|
||||||
lastSeenAge: 4634.51,
|
lastSeenAge: 4634.51,
|
||||||
lastSeenAt: "<value>",
|
lastSeenAt: "<value>",
|
||||||
manualLockedTrustLevel: "<value>",
|
manualLockedTrustLevel: "<value>",
|
||||||
moderator: false,
|
moderator: false,
|
||||||
name: "<value>",
|
name: "<value>",
|
||||||
postCount: 223924,
|
postCount: 223924,
|
||||||
postsReadCount: 874573,
|
postsReadCount: 874573,
|
||||||
staged: false,
|
staged: false,
|
||||||
timeRead: 345352,
|
timeRead: 345352,
|
||||||
title: "<value>",
|
title: "<value>",
|
||||||
topicsEntered: 944120,
|
topicsEntered: 944120,
|
||||||
trustLevel: 928082,
|
trustLevel: 928082,
|
||||||
username: "Leo.Purdy",
|
username: "Leo.Purdy",
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
import { AnonymizeUserRequest } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { AnonymizeUserRequest } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: AnonymizeUserRequest = {
|
let value: AnonymizeUserRequest = {
|
||||||
id: 783645,
|
id: 783645,
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -8,8 +8,8 @@ response
|
|||||||
import { AnonymizeUserResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { AnonymizeUserResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: AnonymizeUserResponseBody = {
|
let value: AnonymizeUserResponseBody = {
|
||||||
success: "<value>",
|
success: "<value>",
|
||||||
username: "Casimer.Kutch",
|
username: "Casimer.Kutch",
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -6,10 +6,10 @@
|
|||||||
import { ApprovedBy } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { ApprovedBy } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: ApprovedBy = {
|
let value: ApprovedBy = {
|
||||||
avatarTemplate: "<value>",
|
avatarTemplate: "<value>",
|
||||||
id: 692532,
|
id: 692532,
|
||||||
name: "<value>",
|
name: "<value>",
|
||||||
username: "Lafayette_Reinger",
|
username: "Lafayette_Reinger",
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -6,9 +6,11 @@
|
|||||||
import { Archetypes } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { Archetypes } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: Archetypes = {
|
let value: Archetypes = {
|
||||||
id: "<id>",
|
id: "<id>",
|
||||||
name: "<value>",
|
name: "<value>",
|
||||||
options: ["<value>"],
|
options: [
|
||||||
|
"<value>",
|
||||||
|
],
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -6,27 +6,27 @@
|
|||||||
import { Badge } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { Badge } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: Badge = {
|
let value: Badge = {
|
||||||
allowTitle: false,
|
allowTitle: false,
|
||||||
autoRevoke: false,
|
autoRevoke: false,
|
||||||
badgeGroupingId: 678880,
|
badgeGroupingId: 678880,
|
||||||
badgeTypeId: 118274,
|
badgeTypeId: 118274,
|
||||||
description: "Re-contextualized motivating leverage",
|
description: "Re-contextualized motivating leverage",
|
||||||
enabled: false,
|
enabled: false,
|
||||||
grantCount: 143353,
|
grantCount: 143353,
|
||||||
icon: "<value>",
|
icon: "<value>",
|
||||||
id: 537373,
|
id: 537373,
|
||||||
imageUrl: "<value>",
|
imageUrl: "<value>",
|
||||||
listable: false,
|
listable: false,
|
||||||
longDescription: "<value>",
|
longDescription: "<value>",
|
||||||
manuallyGrantable: false,
|
manuallyGrantable: false,
|
||||||
multipleGrant: false,
|
multipleGrant: false,
|
||||||
name: "<value>",
|
name: "<value>",
|
||||||
query: "<value>",
|
query: "<value>",
|
||||||
showPosts: false,
|
showPosts: false,
|
||||||
slug: "<value>",
|
slug: "<value>",
|
||||||
system: false,
|
system: false,
|
||||||
targetPosts: false,
|
targetPosts: false,
|
||||||
trigger: "<value>",
|
trigger: "<value>",
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -6,11 +6,11 @@
|
|||||||
import { BadgeGroupings } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { BadgeGroupings } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: BadgeGroupings = {
|
let value: BadgeGroupings = {
|
||||||
description: "Innovative grid-enabled encoding",
|
description: "Innovative grid-enabled encoding",
|
||||||
id: 891773,
|
id: 891773,
|
||||||
name: "<value>",
|
name: "<value>",
|
||||||
position: 56713,
|
position: 56713,
|
||||||
system: false,
|
system: false,
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -6,27 +6,27 @@
|
|||||||
import { Badges } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { Badges } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: Badges = {
|
let value: Badges = {
|
||||||
allowTitle: false,
|
allowTitle: false,
|
||||||
autoRevoke: false,
|
autoRevoke: false,
|
||||||
badgeGroupingId: 383441,
|
badgeGroupingId: 383441,
|
||||||
badgeTypeId: 477665,
|
badgeTypeId: 477665,
|
||||||
description: "Secured secondary internet solution",
|
description: "Secured secondary internet solution",
|
||||||
enabled: false,
|
enabled: false,
|
||||||
grantCount: 479977,
|
grantCount: 479977,
|
||||||
icon: "<value>",
|
icon: "<value>",
|
||||||
id: 568045,
|
id: 568045,
|
||||||
imageUrl: "<value>",
|
imageUrl: "<value>",
|
||||||
listable: false,
|
listable: false,
|
||||||
longDescription: "<value>",
|
longDescription: "<value>",
|
||||||
manuallyGrantable: false,
|
manuallyGrantable: false,
|
||||||
multipleGrant: false,
|
multipleGrant: false,
|
||||||
name: "<value>",
|
name: "<value>",
|
||||||
query: "<value>",
|
query: "<value>",
|
||||||
showPosts: false,
|
showPosts: false,
|
||||||
slug: "<value>",
|
slug: "<value>",
|
||||||
system: false,
|
system: false,
|
||||||
targetPosts: false,
|
targetPosts: false,
|
||||||
trigger: 392785,
|
trigger: 392785,
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -6,9 +6,9 @@
|
|||||||
import { BadgeTypes } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { BadgeTypes } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: BadgeTypes = {
|
let value: BadgeTypes = {
|
||||||
id: 963663,
|
id: 963663,
|
||||||
name: "<value>",
|
name: "<value>",
|
||||||
sortOrder: 272656,
|
sortOrder: 272656,
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -6,34 +6,34 @@
|
|||||||
import { BasicGroup } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { BasicGroup } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: BasicGroup = {
|
let value: BasicGroup = {
|
||||||
allowMembershipRequests: false,
|
allowMembershipRequests: false,
|
||||||
automatic: false,
|
automatic: false,
|
||||||
bioCooked: "<value>",
|
bioCooked: "<value>",
|
||||||
bioExcerpt: "<value>",
|
bioExcerpt: "<value>",
|
||||||
bioRaw: "<value>",
|
bioRaw: "<value>",
|
||||||
canAdminGroup: false,
|
canAdminGroup: false,
|
||||||
canSeeMembers: false,
|
canSeeMembers: false,
|
||||||
defaultNotificationLevel: 414369,
|
defaultNotificationLevel: 414369,
|
||||||
flairBgColor: "<value>",
|
flairBgColor: "<value>",
|
||||||
flairColor: "<value>",
|
flairColor: "<value>",
|
||||||
flairUrl: "<value>",
|
flairUrl: "<value>",
|
||||||
fullName: "Nellie Frami",
|
fullName: "Nellie Frami",
|
||||||
grantTrustLevel: "<value>",
|
grantTrustLevel: "<value>",
|
||||||
hasMessages: false,
|
hasMessages: false,
|
||||||
id: 338007,
|
id: 338007,
|
||||||
incomingEmail: "<value>",
|
incomingEmail: "<value>",
|
||||||
membersVisibilityLevel: 110375,
|
membersVisibilityLevel: 110375,
|
||||||
membershipRequestTemplate: "<value>",
|
membershipRequestTemplate: "<value>",
|
||||||
mentionableLevel: 674752,
|
mentionableLevel: 674752,
|
||||||
messageableLevel: 656330,
|
messageableLevel: 656330,
|
||||||
name: "<value>",
|
name: "<value>",
|
||||||
primaryGroup: false,
|
primaryGroup: false,
|
||||||
publicAdmission: false,
|
publicAdmission: false,
|
||||||
publicExit: false,
|
publicExit: false,
|
||||||
publishReadState: false,
|
publishReadState: false,
|
||||||
title: "<value>",
|
title: "<value>",
|
||||||
userCount: 317202,
|
userCount: 317202,
|
||||||
visibilityLevel: 138183,
|
visibilityLevel: 138183,
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -6,8 +6,12 @@
|
|||||||
import { BatchPresignMultipartPartsRequestBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { BatchPresignMultipartPartsRequestBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: BatchPresignMultipartPartsRequestBody = {
|
let value: BatchPresignMultipartPartsRequestBody = {
|
||||||
partNumbers: [1, 2, 3],
|
partNumbers: [
|
||||||
uniqueIdentifier: "66e86218-80d9-4bda-b4d5-2b6def968705",
|
1,
|
||||||
|
2,
|
||||||
|
3,
|
||||||
|
],
|
||||||
|
uniqueIdentifier: "66e86218-80d9-4bda-b4d5-2b6def968705",
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ external upload initialized
|
|||||||
import { BatchPresignMultipartPartsResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { BatchPresignMultipartPartsResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: BatchPresignMultipartPartsResponseBody = {
|
let value: BatchPresignMultipartPartsResponseBody = {
|
||||||
presignedUrls: {},
|
presignedUrls: {},
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -6,9 +6,9 @@
|
|||||||
import { BookmarkTopicRequest } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { BookmarkTopicRequest } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: BookmarkTopicRequest = {
|
let value: BookmarkTopicRequest = {
|
||||||
apiKey: "<value>",
|
apiKey: "<value>",
|
||||||
apiUsername: "<value>",
|
apiUsername: "<value>",
|
||||||
id: "<id>",
|
id: "<id>",
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -6,44 +6,46 @@
|
|||||||
import { Categories } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { Categories } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: Categories = {
|
let value: Categories = {
|
||||||
canEdit: false,
|
canEdit: false,
|
||||||
color: "olive",
|
color: "olive",
|
||||||
defaultListFilter: "<value>",
|
defaultListFilter: "<value>",
|
||||||
defaultTopPeriod: "<value>",
|
defaultTopPeriod: "<value>",
|
||||||
defaultView: "<value>",
|
defaultView: "<value>",
|
||||||
description: "Total systemic ability",
|
description: "Total systemic ability",
|
||||||
descriptionExcerpt: "<value>",
|
descriptionExcerpt: "<value>",
|
||||||
descriptionText: "<value>",
|
descriptionText: "<value>",
|
||||||
hasChildren: false,
|
hasChildren: false,
|
||||||
id: 97258,
|
id: 97258,
|
||||||
minimumRequiredTags: 90233,
|
minimumRequiredTags: 90233,
|
||||||
name: "<value>",
|
name: "<value>",
|
||||||
navigateToFirstPostAfterRead: false,
|
navigateToFirstPostAfterRead: false,
|
||||||
notificationLevel: 497777,
|
notificationLevel: 497777,
|
||||||
numFeaturedTopics: 619183,
|
numFeaturedTopics: 619183,
|
||||||
permission: 581082,
|
permission: 581082,
|
||||||
position: 382440,
|
position: 382440,
|
||||||
postCount: 241557,
|
postCount: 241557,
|
||||||
readRestricted: false,
|
readRestricted: false,
|
||||||
showSubcategoryList: false,
|
showSubcategoryList: false,
|
||||||
slug: "<value>",
|
slug: "<value>",
|
||||||
sortAscending: "<value>",
|
sortAscending: "<value>",
|
||||||
sortOrder: "<value>",
|
sortOrder: "<value>",
|
||||||
subcategoryIds: ["<value>"],
|
subcategoryIds: [
|
||||||
subcategoryListStyle: "<value>",
|
"<value>",
|
||||||
textColor: "<value>",
|
],
|
||||||
topicCount: 96562,
|
subcategoryListStyle: "<value>",
|
||||||
topicTemplate: "<value>",
|
textColor: "<value>",
|
||||||
topicUrl: "<value>",
|
topicCount: 96562,
|
||||||
topicsAllTime: 169025,
|
topicTemplate: "<value>",
|
||||||
topicsDay: 984934,
|
topicUrl: "<value>",
|
||||||
topicsMonth: 859581,
|
topicsAllTime: 169025,
|
||||||
topicsWeek: 896582,
|
topicsDay: 984934,
|
||||||
topicsYear: 58534,
|
topicsMonth: 859581,
|
||||||
uploadedBackground: "<value>",
|
topicsWeek: 896582,
|
||||||
uploadedBackgroundDark: "<value>",
|
topicsYear: 58534,
|
||||||
uploadedLogo: "<value>",
|
uploadedBackground: "<value>",
|
||||||
uploadedLogoDark: "<value>",
|
uploadedBackgroundDark: "<value>",
|
||||||
|
uploadedLogo: "<value>",
|
||||||
|
uploadedLogoDark: "<value>",
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -6,65 +6,67 @@
|
|||||||
import { Category } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { Category } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: Category = {
|
let value: Category = {
|
||||||
allTopicsWiki: false,
|
allTopicsWiki: false,
|
||||||
allowBadges: false,
|
allowBadges: false,
|
||||||
allowUnlimitedOwnerEditsOnFirstPost: false,
|
allowUnlimitedOwnerEditsOnFirstPost: false,
|
||||||
autoCloseBasedOnLastPost: false,
|
autoCloseBasedOnLastPost: false,
|
||||||
autoCloseHours: "<value>",
|
autoCloseHours: "<value>",
|
||||||
availableGroups: ["<value>"],
|
availableGroups: [
|
||||||
canDelete: false,
|
"<value>",
|
||||||
canEdit: false,
|
],
|
||||||
color: "gold",
|
canDelete: false,
|
||||||
customFields: {},
|
canEdit: false,
|
||||||
defaultListFilter: "<value>",
|
color: "gold",
|
||||||
defaultSlowModeSeconds: "<value>",
|
customFields: {},
|
||||||
defaultTopPeriod: "<value>",
|
defaultListFilter: "<value>",
|
||||||
defaultView: "<value>",
|
defaultSlowModeSeconds: "<value>",
|
||||||
description: "Public-key impactful moderator",
|
defaultTopPeriod: "<value>",
|
||||||
descriptionExcerpt: "<value>",
|
defaultView: "<value>",
|
||||||
descriptionText: "<value>",
|
description: "Public-key impactful moderator",
|
||||||
emailIn: "<value>",
|
descriptionExcerpt: "<value>",
|
||||||
emailInAllowStrangers: false,
|
descriptionText: "<value>",
|
||||||
groupPermissions: [
|
emailIn: "<value>",
|
||||||
{
|
emailInAllowStrangers: false,
|
||||||
groupName: "<value>",
|
groupPermissions: [
|
||||||
permissionType: 333965,
|
{
|
||||||
},
|
groupName: "<value>",
|
||||||
],
|
permissionType: 333965,
|
||||||
hasChildren: false,
|
},
|
||||||
id: 29100,
|
],
|
||||||
mailinglistMirror: false,
|
hasChildren: false,
|
||||||
minimumRequiredTags: 790840,
|
id: 29100,
|
||||||
name: "<value>",
|
mailinglistMirror: false,
|
||||||
navigateToFirstPostAfterRead: false,
|
minimumRequiredTags: 790840,
|
||||||
notificationLevel: 919532,
|
name: "<value>",
|
||||||
numFeaturedTopics: 97243,
|
navigateToFirstPostAfterRead: false,
|
||||||
permission: 542457,
|
notificationLevel: 919532,
|
||||||
position: 442036,
|
numFeaturedTopics: 97243,
|
||||||
postCount: 991142,
|
permission: 542457,
|
||||||
readOnlyBanner: "<value>",
|
position: 442036,
|
||||||
readRestricted: false,
|
postCount: 991142,
|
||||||
requiredTagGroups: [
|
readOnlyBanner: "<value>",
|
||||||
{
|
readRestricted: false,
|
||||||
minCount: 519952,
|
requiredTagGroups: [
|
||||||
name: "<value>",
|
{
|
||||||
},
|
minCount: 519952,
|
||||||
],
|
name: "<value>",
|
||||||
searchPriority: 383103,
|
},
|
||||||
showSubcategoryList: false,
|
],
|
||||||
slug: "<value>",
|
searchPriority: 383103,
|
||||||
sortAscending: "<value>",
|
showSubcategoryList: false,
|
||||||
sortOrder: "<value>",
|
slug: "<value>",
|
||||||
subcategoryListStyle: "<value>",
|
sortAscending: "<value>",
|
||||||
textColor: "<value>",
|
sortOrder: "<value>",
|
||||||
topicCount: 693957,
|
subcategoryListStyle: "<value>",
|
||||||
topicFeaturedLinkAllowed: false,
|
textColor: "<value>",
|
||||||
topicTemplate: "<value>",
|
topicCount: 693957,
|
||||||
topicUrl: "<value>",
|
topicFeaturedLinkAllowed: false,
|
||||||
uploadedBackground: "<value>",
|
topicTemplate: "<value>",
|
||||||
uploadedBackgroundDark: "<value>",
|
topicUrl: "<value>",
|
||||||
uploadedLogo: "<value>",
|
uploadedBackground: "<value>",
|
||||||
uploadedLogoDark: "<value>",
|
uploadedBackgroundDark: "<value>",
|
||||||
|
uploadedLogo: "<value>",
|
||||||
|
uploadedLogoDark: "<value>",
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -6,50 +6,52 @@
|
|||||||
import { CategoryList } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { CategoryList } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: CategoryList = {
|
let value: CategoryList = {
|
||||||
canCreateCategory: false,
|
canCreateCategory: false,
|
||||||
canCreateTopic: false,
|
canCreateTopic: false,
|
||||||
categories: [
|
categories: [
|
||||||
{
|
{
|
||||||
canEdit: false,
|
canEdit: false,
|
||||||
color: "black",
|
color: "black",
|
||||||
defaultListFilter: "<value>",
|
defaultListFilter: "<value>",
|
||||||
defaultTopPeriod: "<value>",
|
defaultTopPeriod: "<value>",
|
||||||
defaultView: "<value>",
|
defaultView: "<value>",
|
||||||
description: "Multi-layered holistic attitude",
|
description: "Multi-layered holistic attitude",
|
||||||
descriptionExcerpt: "<value>",
|
descriptionExcerpt: "<value>",
|
||||||
descriptionText: "<value>",
|
descriptionText: "<value>",
|
||||||
hasChildren: false,
|
hasChildren: false,
|
||||||
id: 479754,
|
id: 479754,
|
||||||
minimumRequiredTags: 457059,
|
minimumRequiredTags: 457059,
|
||||||
name: "<value>",
|
name: "<value>",
|
||||||
navigateToFirstPostAfterRead: false,
|
navigateToFirstPostAfterRead: false,
|
||||||
notificationLevel: 508390,
|
notificationLevel: 508390,
|
||||||
numFeaturedTopics: 979963,
|
numFeaturedTopics: 979963,
|
||||||
permission: 967260,
|
permission: 967260,
|
||||||
position: 423706,
|
position: 423706,
|
||||||
postCount: 99958,
|
postCount: 99958,
|
||||||
readRestricted: false,
|
readRestricted: false,
|
||||||
showSubcategoryList: false,
|
showSubcategoryList: false,
|
||||||
slug: "<value>",
|
slug: "<value>",
|
||||||
sortAscending: "<value>",
|
sortAscending: "<value>",
|
||||||
sortOrder: "<value>",
|
sortOrder: "<value>",
|
||||||
subcategoryIds: ["<value>"],
|
subcategoryIds: [
|
||||||
subcategoryListStyle: "<value>",
|
"<value>",
|
||||||
textColor: "<value>",
|
],
|
||||||
topicCount: 857125,
|
subcategoryListStyle: "<value>",
|
||||||
topicTemplate: "<value>",
|
textColor: "<value>",
|
||||||
topicUrl: "<value>",
|
topicCount: 857125,
|
||||||
topicsAllTime: 39650,
|
topicTemplate: "<value>",
|
||||||
topicsDay: 117315,
|
topicUrl: "<value>",
|
||||||
topicsMonth: 483706,
|
topicsAllTime: 39650,
|
||||||
topicsWeek: 271252,
|
topicsDay: 117315,
|
||||||
topicsYear: 458259,
|
topicsMonth: 483706,
|
||||||
uploadedBackground: "<value>",
|
topicsWeek: 271252,
|
||||||
uploadedBackgroundDark: "<value>",
|
topicsYear: 458259,
|
||||||
uploadedLogo: "<value>",
|
uploadedBackground: "<value>",
|
||||||
uploadedLogoDark: "<value>",
|
uploadedBackgroundDark: "<value>",
|
||||||
},
|
uploadedLogo: "<value>",
|
||||||
],
|
uploadedLogoDark: "<value>",
|
||||||
|
},
|
||||||
|
],
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
import { ChangePasswordRequest } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { ChangePasswordRequest } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: ChangePasswordRequest = {
|
let value: ChangePasswordRequest = {
|
||||||
token: "<value>",
|
token: "<value>",
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -6,8 +6,8 @@
|
|||||||
import { ChangePasswordRequestBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { ChangePasswordRequestBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: ChangePasswordRequestBody = {
|
let value: ChangePasswordRequestBody = {
|
||||||
password: "Wc7yaSsYhfUF546",
|
password: "Wc7yaSsYhfUF546",
|
||||||
username: "Christy_Erdman73",
|
username: "Christy_Erdman73",
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -6,10 +6,10 @@
|
|||||||
import { CompleteExternalUploadRequestBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { CompleteExternalUploadRequestBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: CompleteExternalUploadRequestBody = {
|
let value: CompleteExternalUploadRequestBody = {
|
||||||
forPrivateMessage: "true",
|
forPrivateMessage: "true",
|
||||||
forSiteSetting: "true",
|
forSiteSetting: "true",
|
||||||
pasted: "true",
|
pasted: "true",
|
||||||
uniqueIdentifier: "66e86218-80d9-4bda-b4d5-2b6def968705",
|
uniqueIdentifier: "66e86218-80d9-4bda-b4d5-2b6def968705",
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -8,19 +8,19 @@ external upload initialized
|
|||||||
import { CompleteExternalUploadResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { CompleteExternalUploadResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: CompleteExternalUploadResponseBody = {
|
let value: CompleteExternalUploadResponseBody = {
|
||||||
extension: "mp4",
|
extension: "mp4",
|
||||||
filesize: 727547,
|
filesize: 727547,
|
||||||
height: 189753,
|
height: 189753,
|
||||||
humanFilesize: "<value>",
|
humanFilesize: "<value>",
|
||||||
id: 289913,
|
id: 289913,
|
||||||
originalFilename: "<value>",
|
originalFilename: "<value>",
|
||||||
retainHours: "<value>",
|
retainHours: "<value>",
|
||||||
shortPath: "<value>",
|
shortPath: "<value>",
|
||||||
shortUrl: "<value>",
|
shortUrl: "<value>",
|
||||||
thumbnailHeight: 520875,
|
thumbnailHeight: 520875,
|
||||||
thumbnailWidth: 577709,
|
thumbnailWidth: 577709,
|
||||||
url: "http://sore-death.net",
|
url: "http://sore-death.net",
|
||||||
width: 684553,
|
width: 684553,
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -6,17 +6,17 @@
|
|||||||
import { CompleteMultipartRequestBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { CompleteMultipartRequestBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: CompleteMultipartRequestBody = {
|
let value: CompleteMultipartRequestBody = {
|
||||||
parts: [
|
parts: [
|
||||||
{
|
{
|
||||||
part_number: 1,
|
"part_number": 1,
|
||||||
etag: "0c376dcfcc2606f4335bbc732de93344",
|
"etag": "0c376dcfcc2606f4335bbc732de93344",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
part_number: 2,
|
"part_number": 2,
|
||||||
etag: "09ert8cfcc2606f4335bbc732de91122",
|
"etag": "09ert8cfcc2606f4335bbc732de91122",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
uniqueIdentifier: "66e86218-80d9-4bda-b4d5-2b6def968705",
|
uniqueIdentifier: "66e86218-80d9-4bda-b4d5-2b6def968705",
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -8,19 +8,19 @@ external upload initialized
|
|||||||
import { CompleteMultipartResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { CompleteMultipartResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: CompleteMultipartResponseBody = {
|
let value: CompleteMultipartResponseBody = {
|
||||||
extension: "png",
|
extension: "png",
|
||||||
filesize: 669237,
|
filesize: 669237,
|
||||||
height: 770873,
|
height: 770873,
|
||||||
humanFilesize: "<value>",
|
humanFilesize: "<value>",
|
||||||
id: 963741,
|
id: 963741,
|
||||||
originalFilename: "<value>",
|
originalFilename: "<value>",
|
||||||
retainHours: "<value>",
|
retainHours: "<value>",
|
||||||
shortPath: "<value>",
|
shortPath: "<value>",
|
||||||
shortUrl: "<value>",
|
shortUrl: "<value>",
|
||||||
thumbnailHeight: 735894,
|
thumbnailHeight: 735894,
|
||||||
thumbnailWidth: 878601,
|
thumbnailWidth: 878601,
|
||||||
url: "http://zany-subsidy.info",
|
url: "http://zany-subsidy.info",
|
||||||
width: 441321,
|
width: 441321,
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
import { CreateBackupRequestBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { CreateBackupRequestBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: CreateBackupRequestBody = {
|
let value: CreateBackupRequestBody = {
|
||||||
withUploads: false,
|
withUploads: false,
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ success response
|
|||||||
import { CreateBackupResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { CreateBackupResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: CreateBackupResponseBody = {
|
let value: CreateBackupResponseBody = {
|
||||||
success: "OK",
|
success: "OK",
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -6,9 +6,9 @@
|
|||||||
import { CreateBadgeBadgeTypes } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { CreateBadgeBadgeTypes } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: CreateBadgeBadgeTypes = {
|
let value: CreateBadgeBadgeTypes = {
|
||||||
id: 944669,
|
id: 944669,
|
||||||
name: "<value>",
|
name: "<value>",
|
||||||
sortOrder: 758616,
|
sortOrder: 758616,
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -6,8 +6,8 @@
|
|||||||
import { CreateBadgeRequestBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { CreateBadgeRequestBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: CreateBadgeRequestBody = {
|
let value: CreateBadgeRequestBody = {
|
||||||
badgeTypeId: 780529,
|
badgeTypeId: 780529,
|
||||||
name: "<value>",
|
name: "<value>",
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -8,36 +8,36 @@ success response
|
|||||||
import { CreateBadgeResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { CreateBadgeResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: CreateBadgeResponseBody = {
|
let value: CreateBadgeResponseBody = {
|
||||||
badge: {
|
badge: {
|
||||||
allowTitle: false,
|
allowTitle: false,
|
||||||
autoRevoke: false,
|
autoRevoke: false,
|
||||||
badgeGroupingId: 521848,
|
badgeGroupingId: 521848,
|
||||||
badgeTypeId: 105907,
|
badgeTypeId: 105907,
|
||||||
description: "Inverse holistic data-warehouse",
|
description: "Inverse holistic data-warehouse",
|
||||||
enabled: false,
|
enabled: false,
|
||||||
grantCount: 186332,
|
grantCount: 186332,
|
||||||
icon: "<value>",
|
icon: "<value>",
|
||||||
id: 774234,
|
id: 774234,
|
||||||
imageUrl: "<value>",
|
imageUrl: "<value>",
|
||||||
listable: false,
|
listable: false,
|
||||||
longDescription: "<value>",
|
longDescription: "<value>",
|
||||||
manuallyGrantable: false,
|
manuallyGrantable: false,
|
||||||
multipleGrant: false,
|
multipleGrant: false,
|
||||||
name: "<value>",
|
name: "<value>",
|
||||||
query: "<value>",
|
query: "<value>",
|
||||||
showPosts: false,
|
showPosts: false,
|
||||||
slug: "<value>",
|
slug: "<value>",
|
||||||
system: false,
|
system: false,
|
||||||
targetPosts: false,
|
targetPosts: false,
|
||||||
trigger: "<value>",
|
trigger: "<value>",
|
||||||
|
},
|
||||||
|
badgeTypes: [
|
||||||
|
{
|
||||||
|
id: 736918,
|
||||||
|
name: "<value>",
|
||||||
|
sortOrder: 456150,
|
||||||
},
|
},
|
||||||
badgeTypes: [
|
],
|
||||||
{
|
|
||||||
id: 736918,
|
|
||||||
name: "<value>",
|
|
||||||
sortOrder: 456150,
|
|
||||||
},
|
|
||||||
],
|
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -6,12 +6,12 @@
|
|||||||
import { CreateCategoryRequestBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { CreateCategoryRequestBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: CreateCategoryRequestBody = {
|
let value: CreateCategoryRequestBody = {
|
||||||
color: "49d9e9",
|
color: "49d9e9",
|
||||||
name: "<value>",
|
name: "<value>",
|
||||||
permissions: {
|
permissions: {
|
||||||
everyone: 1,
|
everyone: 1,
|
||||||
},
|
},
|
||||||
textColor: "f0fcfd",
|
textColor: "f0fcfd",
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -8,67 +8,69 @@ success response
|
|||||||
import { CreateCategoryResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { CreateCategoryResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: CreateCategoryResponseBody = {
|
let value: CreateCategoryResponseBody = {
|
||||||
category: {
|
category: {
|
||||||
allTopicsWiki: false,
|
allTopicsWiki: false,
|
||||||
allowBadges: false,
|
allowBadges: false,
|
||||||
allowUnlimitedOwnerEditsOnFirstPost: false,
|
allowUnlimitedOwnerEditsOnFirstPost: false,
|
||||||
autoCloseBasedOnLastPost: false,
|
autoCloseBasedOnLastPost: false,
|
||||||
autoCloseHours: "<value>",
|
autoCloseHours: "<value>",
|
||||||
availableGroups: ["<value>"],
|
availableGroups: [
|
||||||
canDelete: false,
|
"<value>",
|
||||||
canEdit: false,
|
],
|
||||||
color: "gold",
|
canDelete: false,
|
||||||
customFields: {},
|
canEdit: false,
|
||||||
defaultListFilter: "<value>",
|
color: "gold",
|
||||||
defaultSlowModeSeconds: "<value>",
|
customFields: {},
|
||||||
defaultTopPeriod: "<value>",
|
defaultListFilter: "<value>",
|
||||||
defaultView: "<value>",
|
defaultSlowModeSeconds: "<value>",
|
||||||
description: "Compatible high-level contingency",
|
defaultTopPeriod: "<value>",
|
||||||
descriptionExcerpt: "<value>",
|
defaultView: "<value>",
|
||||||
descriptionText: "<value>",
|
description: "Compatible high-level contingency",
|
||||||
emailIn: "<value>",
|
descriptionExcerpt: "<value>",
|
||||||
emailInAllowStrangers: false,
|
descriptionText: "<value>",
|
||||||
groupPermissions: [
|
emailIn: "<value>",
|
||||||
{
|
emailInAllowStrangers: false,
|
||||||
groupName: "<value>",
|
groupPermissions: [
|
||||||
permissionType: 826825,
|
{
|
||||||
},
|
groupName: "<value>",
|
||||||
],
|
permissionType: 826825,
|
||||||
hasChildren: false,
|
},
|
||||||
id: 410301,
|
],
|
||||||
mailinglistMirror: false,
|
hasChildren: false,
|
||||||
minimumRequiredTags: 539118,
|
id: 410301,
|
||||||
|
mailinglistMirror: false,
|
||||||
|
minimumRequiredTags: 539118,
|
||||||
|
name: "<value>",
|
||||||
|
navigateToFirstPostAfterRead: false,
|
||||||
|
notificationLevel: 623295,
|
||||||
|
numFeaturedTopics: 887265,
|
||||||
|
permission: 886961,
|
||||||
|
position: 880107,
|
||||||
|
postCount: 618826,
|
||||||
|
readOnlyBanner: "<value>",
|
||||||
|
readRestricted: false,
|
||||||
|
requiredTagGroups: [
|
||||||
|
{
|
||||||
|
minCount: 328303,
|
||||||
name: "<value>",
|
name: "<value>",
|
||||||
navigateToFirstPostAfterRead: false,
|
},
|
||||||
notificationLevel: 623295,
|
],
|
||||||
numFeaturedTopics: 887265,
|
searchPriority: 133461,
|
||||||
permission: 886961,
|
showSubcategoryList: false,
|
||||||
position: 880107,
|
slug: "<value>",
|
||||||
postCount: 618826,
|
sortAscending: "<value>",
|
||||||
readOnlyBanner: "<value>",
|
sortOrder: "<value>",
|
||||||
readRestricted: false,
|
subcategoryListStyle: "<value>",
|
||||||
requiredTagGroups: [
|
textColor: "<value>",
|
||||||
{
|
topicCount: 404425,
|
||||||
minCount: 328303,
|
topicFeaturedLinkAllowed: false,
|
||||||
name: "<value>",
|
topicTemplate: "<value>",
|
||||||
},
|
topicUrl: "<value>",
|
||||||
],
|
uploadedBackground: "<value>",
|
||||||
searchPriority: 133461,
|
uploadedBackgroundDark: "<value>",
|
||||||
showSubcategoryList: false,
|
uploadedLogo: "<value>",
|
||||||
slug: "<value>",
|
uploadedLogoDark: "<value>",
|
||||||
sortAscending: "<value>",
|
},
|
||||||
sortOrder: "<value>",
|
|
||||||
subcategoryListStyle: "<value>",
|
|
||||||
textColor: "<value>",
|
|
||||||
topicCount: 404425,
|
|
||||||
topicFeaturedLinkAllowed: false,
|
|
||||||
topicTemplate: "<value>",
|
|
||||||
topicUrl: "<value>",
|
|
||||||
uploadedBackground: "<value>",
|
|
||||||
uploadedBackgroundDark: "<value>",
|
|
||||||
uploadedLogo: "<value>",
|
|
||||||
uploadedLogoDark: "<value>",
|
|
||||||
},
|
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -6,10 +6,10 @@
|
|||||||
import { CreatedBy } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { CreatedBy } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: CreatedBy = {
|
let value: CreatedBy = {
|
||||||
avatarTemplate: "<value>",
|
avatarTemplate: "<value>",
|
||||||
id: 392569,
|
id: 392569,
|
||||||
name: "<value>",
|
name: "<value>",
|
||||||
username: "Sasha_Thiel19",
|
username: "Sasha_Thiel19",
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -6,9 +6,9 @@
|
|||||||
import { CreateGroupRequestBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { CreateGroupRequestBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: CreateGroupRequestBody = {
|
let value: CreateGroupRequestBody = {
|
||||||
group: {
|
group: {
|
||||||
name: "<value>",
|
name: "<value>",
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -8,36 +8,36 @@ group created
|
|||||||
import { CreateGroupResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { CreateGroupResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: CreateGroupResponseBody = {
|
let value: CreateGroupResponseBody = {
|
||||||
basicGroup: {
|
basicGroup: {
|
||||||
allowMembershipRequests: false,
|
allowMembershipRequests: false,
|
||||||
automatic: false,
|
automatic: false,
|
||||||
bioCooked: "<value>",
|
bioCooked: "<value>",
|
||||||
bioExcerpt: "<value>",
|
bioExcerpt: "<value>",
|
||||||
bioRaw: "<value>",
|
bioRaw: "<value>",
|
||||||
canAdminGroup: false,
|
canAdminGroup: false,
|
||||||
canSeeMembers: false,
|
canSeeMembers: false,
|
||||||
defaultNotificationLevel: 778346,
|
defaultNotificationLevel: 778346,
|
||||||
flairBgColor: "<value>",
|
flairBgColor: "<value>",
|
||||||
flairColor: "<value>",
|
flairColor: "<value>",
|
||||||
flairUrl: "<value>",
|
flairUrl: "<value>",
|
||||||
fullName: "Mandy Hills",
|
fullName: "Mandy Hills",
|
||||||
grantTrustLevel: "<value>",
|
grantTrustLevel: "<value>",
|
||||||
hasMessages: false,
|
hasMessages: false,
|
||||||
id: 13571,
|
id: 13571,
|
||||||
incomingEmail: "<value>",
|
incomingEmail: "<value>",
|
||||||
membersVisibilityLevel: 97101,
|
membersVisibilityLevel: 97101,
|
||||||
membershipRequestTemplate: "<value>",
|
membershipRequestTemplate: "<value>",
|
||||||
mentionableLevel: 622846,
|
mentionableLevel: 622846,
|
||||||
messageableLevel: 837945,
|
messageableLevel: 837945,
|
||||||
name: "<value>",
|
name: "<value>",
|
||||||
primaryGroup: false,
|
primaryGroup: false,
|
||||||
publicAdmission: false,
|
publicAdmission: false,
|
||||||
publicExit: false,
|
publicExit: false,
|
||||||
publishReadState: false,
|
publishReadState: false,
|
||||||
title: "<value>",
|
title: "<value>",
|
||||||
userCount: 673660,
|
userCount: 673660,
|
||||||
visibilityLevel: 96098,
|
visibilityLevel: 96098,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -6,14 +6,14 @@
|
|||||||
import { CreateInviteRequest } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { CreateInviteRequest } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: CreateInviteRequest = {
|
let value: CreateInviteRequest = {
|
||||||
apiKey: "<value>",
|
apiKey: "<value>",
|
||||||
apiUsername: "<value>",
|
apiUsername: "<value>",
|
||||||
requestBody: {
|
requestBody: {
|
||||||
email: "not-a-user-yet@example.com",
|
email: "not-a-user-yet@example.com",
|
||||||
groupIds: "42,43",
|
groupIds: "42,43",
|
||||||
groupNames: "foo,bar",
|
groupNames: "foo,bar",
|
||||||
maxRedemptionsAllowed: 5,
|
maxRedemptionsAllowed: 5,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -6,10 +6,10 @@
|
|||||||
import { CreateInviteRequestBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { CreateInviteRequestBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: CreateInviteRequestBody = {
|
let value: CreateInviteRequestBody = {
|
||||||
email: "not-a-user-yet@example.com",
|
email: "not-a-user-yet@example.com",
|
||||||
groupIds: "42,43",
|
groupIds: "42,43",
|
||||||
groupNames: "foo,bar",
|
groupNames: "foo,bar",
|
||||||
maxRedemptionsAllowed: 5,
|
maxRedemptionsAllowed: 5,
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -8,17 +8,21 @@ success response
|
|||||||
import { CreateInviteResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { CreateInviteResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: CreateInviteResponseBody = {
|
let value: CreateInviteResponseBody = {
|
||||||
createdAt: "2021-01-01T12:00:00.000Z",
|
createdAt: "2021-01-01T12:00:00.000Z",
|
||||||
customMessage: "Hello world!",
|
customMessage: "Hello world!",
|
||||||
email: "not-a-user-yet@example.com",
|
email: "not-a-user-yet@example.com",
|
||||||
emailed: false,
|
emailed: false,
|
||||||
expired: false,
|
expired: false,
|
||||||
expiresAt: "2021-02-01T12:00:00.000Z",
|
expiresAt: "2021-02-01T12:00:00.000Z",
|
||||||
groups: ["<value>"],
|
groups: [
|
||||||
id: 42,
|
"<value>",
|
||||||
link: "http://example.com/invites/9045fd767efe201ca60c6658bcf14158",
|
],
|
||||||
topics: ["<value>"],
|
id: 42,
|
||||||
updatedAt: "2021-01-01T12:00:00.000Z",
|
link: "http://example.com/invites/9045fd767efe201ca60c6658bcf14158",
|
||||||
|
topics: [
|
||||||
|
"<value>",
|
||||||
|
],
|
||||||
|
updatedAt: "2021-01-01T12:00:00.000Z",
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -6,9 +6,9 @@
|
|||||||
import { CreateMultipartUploadRequestBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { CreateMultipartUploadRequestBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: CreateMultipartUploadRequestBody = {
|
let value: CreateMultipartUploadRequestBody = {
|
||||||
fileName: "IMG_2021.jpeg",
|
fileName: "IMG_2021.jpeg",
|
||||||
fileSize: 4096,
|
fileSize: 4096,
|
||||||
uploadType: "card_background",
|
uploadType: "card_background",
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -8,10 +8,10 @@ external upload initialized
|
|||||||
import { CreateMultipartUploadResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { CreateMultipartUploadResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: CreateMultipartUploadResponseBody = {
|
let value: CreateMultipartUploadResponseBody = {
|
||||||
externalUploadIdentifier:
|
externalUploadIdentifier:
|
||||||
"84x83tmxy398t3y._Q_z8CoJYVr69bE6D7f8J6Oo0434QquLFoYdGVerWFx9X5HDEI_TP_95c34n853495x35345394.d.ghQ",
|
"84x83tmxy398t3y._Q_z8CoJYVr69bE6D7f8J6Oo0434QquLFoYdGVerWFx9X5HDEI_TP_95c34n853495x35345394.d.ghQ",
|
||||||
key: "temp/site/uploads/default/12345/67890.jpg",
|
key: "temp/site/uploads/default/12345/67890.jpg",
|
||||||
uniqueIdentifier: "66e86218-80d9-4bda-b4d5-2b6def968705",
|
uniqueIdentifier: "66e86218-80d9-4bda-b4d5-2b6def968705",
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
import { CreateTagGroupRequestBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { CreateTagGroupRequestBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: CreateTagGroupRequestBody = {
|
let value: CreateTagGroupRequestBody = {
|
||||||
name: "<value>",
|
name: "<value>",
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -8,14 +8,18 @@ tag group created
|
|||||||
import { CreateTagGroupResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { CreateTagGroupResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: CreateTagGroupResponseBody = {
|
let value: CreateTagGroupResponseBody = {
|
||||||
tagGroup: {
|
tagGroup: {
|
||||||
id: 978173,
|
id: 978173,
|
||||||
name: "<value>",
|
name: "<value>",
|
||||||
onePerTopic: false,
|
onePerTopic: false,
|
||||||
parentTagName: ["<value>"],
|
parentTagName: [
|
||||||
permissions: {},
|
"<value>",
|
||||||
tagNames: ["<value>"],
|
],
|
||||||
},
|
permissions: {},
|
||||||
|
tagNames: [
|
||||||
|
"<value>",
|
||||||
|
],
|
||||||
|
},
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -6,8 +6,8 @@
|
|||||||
import { CreateTopicPostPMActionsSummary } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { CreateTopicPostPMActionsSummary } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: CreateTopicPostPMActionsSummary = {
|
let value: CreateTopicPostPMActionsSummary = {
|
||||||
canAct: false,
|
canAct: false,
|
||||||
id: 773456,
|
id: 773456,
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -6,9 +6,9 @@
|
|||||||
import { CreateTopicPostPMRequestBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { CreateTopicPostPMRequestBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: CreateTopicPostPMRequestBody = {
|
let value: CreateTopicPostPMRequestBody = {
|
||||||
archetype: "private_message",
|
archetype: "private_message",
|
||||||
raw: "<value>",
|
raw: "<value>",
|
||||||
targetRecipients: "blake,sam",
|
targetRecipients: "blake,sam",
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -8,59 +8,59 @@ post created
|
|||||||
import { CreateTopicPostPMResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { CreateTopicPostPMResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: CreateTopicPostPMResponseBody = {
|
let value: CreateTopicPostPMResponseBody = {
|
||||||
actionsSummary: [
|
actionsSummary: [
|
||||||
{
|
{
|
||||||
canAct: false,
|
canAct: false,
|
||||||
id: 884952,
|
id: 884952,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
admin: false,
|
admin: false,
|
||||||
avatarTemplate: "<value>",
|
avatarTemplate: "<value>",
|
||||||
bookmarked: false,
|
bookmarked: false,
|
||||||
canDelete: false,
|
canDelete: false,
|
||||||
canEdit: false,
|
canEdit: false,
|
||||||
canRecover: false,
|
canRecover: false,
|
||||||
canViewEditHistory: false,
|
canViewEditHistory: false,
|
||||||
canWiki: false,
|
canWiki: false,
|
||||||
cooked: "<value>",
|
cooked: "<value>",
|
||||||
createdAt: "<value>",
|
createdAt: "<value>",
|
||||||
deletedAt: "<value>",
|
deletedAt: "<value>",
|
||||||
displayUsername: "<value>",
|
displayUsername: "<value>",
|
||||||
draftSequence: 456410,
|
draftSequence: 456410,
|
||||||
editReason: "<value>",
|
editReason: "<value>",
|
||||||
flairBgColor: "<value>",
|
flairBgColor: "<value>",
|
||||||
flairColor: "<value>",
|
flairColor: "<value>",
|
||||||
flairName: "<value>",
|
flairName: "<value>",
|
||||||
flairUrl: "<value>",
|
flairUrl: "<value>",
|
||||||
hidden: false,
|
hidden: false,
|
||||||
id: 897277,
|
id: 897277,
|
||||||
incomingLinkCount: 153369,
|
incomingLinkCount: 153369,
|
||||||
moderator: false,
|
moderator: false,
|
||||||
name: "<value>",
|
name: "<value>",
|
||||||
postNumber: 332191,
|
postNumber: 332191,
|
||||||
postType: 199596,
|
postType: 199596,
|
||||||
primaryGroupName: "<value>",
|
primaryGroupName: "<value>",
|
||||||
quoteCount: 712927,
|
quoteCount: 712927,
|
||||||
readersCount: 432984,
|
readersCount: 432984,
|
||||||
reads: 426943,
|
reads: 426943,
|
||||||
replyCount: 528234,
|
replyCount: 528234,
|
||||||
replyToPostNumber: "<value>",
|
replyToPostNumber: "<value>",
|
||||||
reviewableId: "<value>",
|
reviewableId: "<value>",
|
||||||
reviewableScoreCount: 301692,
|
reviewableScoreCount: 301692,
|
||||||
reviewableScorePendingCount: 349440,
|
reviewableScorePendingCount: 349440,
|
||||||
score: 70410,
|
score: 70410,
|
||||||
staff: false,
|
staff: false,
|
||||||
topicId: 781480,
|
topicId: 781480,
|
||||||
topicSlug: "<value>",
|
topicSlug: "<value>",
|
||||||
trustLevel: 421844,
|
trustLevel: 421844,
|
||||||
updatedAt: "<value>",
|
updatedAt: "<value>",
|
||||||
userDeleted: false,
|
userDeleted: false,
|
||||||
userId: 751022,
|
userId: 751022,
|
||||||
userTitle: "<value>",
|
userTitle: "<value>",
|
||||||
username: "Gilberto2",
|
username: "Gilberto2",
|
||||||
version: 350207,
|
version: 350207,
|
||||||
wiki: false,
|
wiki: false,
|
||||||
yours: false,
|
yours: false,
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -6,12 +6,12 @@
|
|||||||
import { CreateTopicTimerRequest } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { CreateTopicTimerRequest } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: CreateTopicTimerRequest = {
|
let value: CreateTopicTimerRequest = {
|
||||||
apiKey: "<value>",
|
apiKey: "<value>",
|
||||||
apiUsername: "<value>",
|
apiUsername: "<value>",
|
||||||
requestBody: {
|
requestBody: {
|
||||||
time: "",
|
time: "",
|
||||||
},
|
},
|
||||||
id: "<id>",
|
id: "<id>",
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
import { CreateTopicTimerRequestBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { CreateTopicTimerRequestBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: CreateTopicTimerRequestBody = {
|
let value: CreateTopicTimerRequestBody = {
|
||||||
time: "",
|
time: "",
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ topic updated
|
|||||||
import { CreateTopicTimerResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { CreateTopicTimerResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: CreateTopicTimerResponseBody = {
|
let value: CreateTopicTimerResponseBody = {
|
||||||
success: "OK",
|
success: "OK",
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -8,19 +8,19 @@ file uploaded
|
|||||||
import { CreateUploadResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { CreateUploadResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: CreateUploadResponseBody = {
|
let value: CreateUploadResponseBody = {
|
||||||
extension: "jpg",
|
extension: "jpg",
|
||||||
filesize: 567846,
|
filesize: 567846,
|
||||||
height: 172195,
|
height: 172195,
|
||||||
humanFilesize: "<value>",
|
humanFilesize: "<value>",
|
||||||
id: 621169,
|
id: 621169,
|
||||||
originalFilename: "<value>",
|
originalFilename: "<value>",
|
||||||
retainHours: "<value>",
|
retainHours: "<value>",
|
||||||
shortPath: "<value>",
|
shortPath: "<value>",
|
||||||
shortUrl: "<value>",
|
shortUrl: "<value>",
|
||||||
thumbnailHeight: 85076,
|
thumbnailHeight: 85076,
|
||||||
thumbnailWidth: 498180,
|
thumbnailWidth: 498180,
|
||||||
url: "http://tragic-tuba.name",
|
url: "http://tragic-tuba.name",
|
||||||
width: 763165,
|
width: 763165,
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -6,8 +6,8 @@
|
|||||||
import { CreateUserRequest } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { CreateUserRequest } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: CreateUserRequest = {
|
let value: CreateUserRequest = {
|
||||||
apiKey: "<value>",
|
apiKey: "<value>",
|
||||||
apiUsername: "<value>",
|
apiUsername: "<value>",
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -6,10 +6,10 @@
|
|||||||
import { CreateUserRequestBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { CreateUserRequestBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: CreateUserRequestBody = {
|
let value: CreateUserRequestBody = {
|
||||||
email: "Jennifer68@yahoo.com",
|
email: "Jennifer68@yahoo.com",
|
||||||
name: "<value>",
|
name: "<value>",
|
||||||
password: "9JOtcD2TrgaNLaS",
|
password: "9JOtcD2TrgaNLaS",
|
||||||
username: "Lenny_Treutel46",
|
username: "Lenny_Treutel46",
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -8,9 +8,9 @@ user created
|
|||||||
import { CreateUserResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { CreateUserResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: CreateUserResponseBody = {
|
let value: CreateUserResponseBody = {
|
||||||
active: false,
|
active: false,
|
||||||
message: "<value>",
|
message: "<value>",
|
||||||
success: false,
|
success: false,
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
import { DeactivateUserRequest } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { DeactivateUserRequest } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: DeactivateUserRequest = {
|
let value: DeactivateUserRequest = {
|
||||||
id: 216897,
|
id: 216897,
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ response
|
|||||||
import { DeactivateUserResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { DeactivateUserResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: DeactivateUserResponseBody = {
|
let value: DeactivateUserResponseBody = {
|
||||||
success: "OK",
|
success: "OK",
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
import { DeleteBadgeRequest } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { DeleteBadgeRequest } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: DeleteBadgeRequest = {
|
let value: DeleteBadgeRequest = {
|
||||||
id: 216550,
|
id: 216550,
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
import { DeleteGroupRequest } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { DeleteGroupRequest } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: DeleteGroupRequest = {
|
let value: DeleteGroupRequest = {
|
||||||
id: 971945,
|
id: 971945,
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ response
|
|||||||
import { DeleteGroupResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { DeleteGroupResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: DeleteGroupResponseBody = {
|
let value: DeleteGroupResponseBody = {
|
||||||
success: "OK",
|
success: "OK",
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -6,10 +6,10 @@
|
|||||||
import { DeletePostRequest } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { DeletePostRequest } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: DeletePostRequest = {
|
let value: DeletePostRequest = {
|
||||||
requestBody: {
|
requestBody: {
|
||||||
forceDestroy: true,
|
forceDestroy: true,
|
||||||
},
|
},
|
||||||
id: 64435,
|
id: 64435,
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
import { DeletePostRequestBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { DeletePostRequestBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: DeletePostRequestBody = {
|
let value: DeletePostRequestBody = {
|
||||||
forceDestroy: true,
|
forceDestroy: true,
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
import { DeleteUserRequest } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { DeleteUserRequest } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: DeleteUserRequest = {
|
let value: DeleteUserRequest = {
|
||||||
id: 456015,
|
id: 456015,
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ response
|
|||||||
import { DeleteUserResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { DeleteUserResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: DeleteUserResponseBody = {
|
let value: DeleteUserResponseBody = {
|
||||||
deleted: false,
|
deleted: false,
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -6,35 +6,35 @@
|
|||||||
import { Details } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { Details } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: Details = {
|
let value: Details = {
|
||||||
canArchiveTopic: false,
|
canArchiveTopic: false,
|
||||||
canCloseTopic: false,
|
canCloseTopic: false,
|
||||||
canConvertTopic: false,
|
canConvertTopic: false,
|
||||||
canCreatePost: false,
|
canCreatePost: false,
|
||||||
canDelete: false,
|
canDelete: false,
|
||||||
canEdit: false,
|
canEdit: false,
|
||||||
canEditStaffNotes: false,
|
canEditStaffNotes: false,
|
||||||
canModerateCategory: false,
|
canModerateCategory: false,
|
||||||
canMovePosts: false,
|
canMovePosts: false,
|
||||||
canPinUnpinTopic: false,
|
canPinUnpinTopic: false,
|
||||||
canRemoveAllowedUsers: false,
|
canRemoveAllowedUsers: false,
|
||||||
canRemoveSelfId: 260904,
|
canRemoveSelfId: 260904,
|
||||||
canReplyAsNewTopic: false,
|
canReplyAsNewTopic: false,
|
||||||
canReviewTopic: false,
|
canReviewTopic: false,
|
||||||
canSplitMergeTopic: false,
|
canSplitMergeTopic: false,
|
||||||
canToggleTopicVisibility: false,
|
canToggleTopicVisibility: false,
|
||||||
createdBy: {
|
createdBy: {
|
||||||
avatarTemplate: "<value>",
|
avatarTemplate: "<value>",
|
||||||
id: 131903,
|
id: 131903,
|
||||||
name: "<value>",
|
name: "<value>",
|
||||||
username: "Jerrell_Dooley27",
|
username: "Jerrell_Dooley27",
|
||||||
},
|
},
|
||||||
lastPoster: {
|
lastPoster: {
|
||||||
avatarTemplate: "<value>",
|
avatarTemplate: "<value>",
|
||||||
id: 97493,
|
id: 97493,
|
||||||
name: "<value>",
|
name: "<value>",
|
||||||
username: "Judge39",
|
username: "Judge39",
|
||||||
},
|
},
|
||||||
notificationLevel: 159845,
|
notificationLevel: 159845,
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -6,21 +6,21 @@
|
|||||||
import { DirectoryItems } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { DirectoryItems } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: DirectoryItems = {
|
let value: DirectoryItems = {
|
||||||
daysVisited: 455444,
|
daysVisited: 455444,
|
||||||
id: 970076,
|
id: 970076,
|
||||||
likesGiven: 401713,
|
likesGiven: 401713,
|
||||||
likesReceived: 25497,
|
likesReceived: 25497,
|
||||||
postCount: 248413,
|
postCount: 248413,
|
||||||
postsRead: 888044,
|
postsRead: 888044,
|
||||||
topicCount: 505866,
|
topicCount: 505866,
|
||||||
topicsEntered: 708609,
|
topicsEntered: 708609,
|
||||||
user: {
|
user: {
|
||||||
avatarTemplate: "<value>",
|
avatarTemplate: "<value>",
|
||||||
id: 310381,
|
id: 310381,
|
||||||
name: "<value>",
|
name: "<value>",
|
||||||
title: "<value>",
|
title: "<value>",
|
||||||
username: "Drew_Hintz2",
|
username: "Drew_Hintz2",
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -6,8 +6,8 @@
|
|||||||
import { DownloadBackupRequest } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { DownloadBackupRequest } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: DownloadBackupRequest = {
|
let value: DownloadBackupRequest = {
|
||||||
filename: "your_file_here",
|
filename: "your_file_here",
|
||||||
token: "<value>",
|
token: "<value>",
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,9 @@
|
|||||||
import { Extras } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { Extras } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: Extras = {
|
let value: Extras = {
|
||||||
visibleGroupNames: ["<value>"],
|
visibleGroupNames: [
|
||||||
|
"<value>",
|
||||||
|
],
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -6,9 +6,9 @@
|
|||||||
import { GeneratePresignedPutRequestBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { GeneratePresignedPutRequestBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: GeneratePresignedPutRequestBody = {
|
let value: GeneratePresignedPutRequestBody = {
|
||||||
fileName: "IMG_2021.jpeg",
|
fileName: "IMG_2021.jpeg",
|
||||||
fileSize: 4096,
|
fileSize: 4096,
|
||||||
type: "profile_background",
|
type: "profile_background",
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -8,10 +8,11 @@ external upload initialized
|
|||||||
import { GeneratePresignedPutResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { GeneratePresignedPutResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: GeneratePresignedPutResponseBody = {
|
let value: GeneratePresignedPutResponseBody = {
|
||||||
key: "temp/site/uploads/default/12345/67890.jpg",
|
key: "temp/site/uploads/default/12345/67890.jpg",
|
||||||
signedHeaders: {},
|
signedHeaders: {},
|
||||||
uniqueIdentifier: "66e86218-80d9-4bda-b4d5-2b6def968705",
|
uniqueIdentifier: "66e86218-80d9-4bda-b4d5-2b6def968705",
|
||||||
url: "https://file-uploads.s3.us-west-2.amazonaws.com/temp/site/uploads/default/123/456.jpg?x-amz-acl=private&x-amz-meta-sha1-checksum=sha1&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AAAAus-west-2%2Fs3%2Faws4_request&X-Amz-Date=20211221T011246Z&X-Amz-Expires=600&X-Amz-SignedHeaders=host&X-Amz-Signature=12345678",
|
url:
|
||||||
|
"https://file-uploads.s3.us-west-2.amazonaws.com/temp/site/uploads/default/123/456.jpg?x-amz-acl=private&x-amz-meta-sha1-checksum=sha1&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AAAAus-west-2%2Fs3%2Faws4_request&X-Amz-Date=20211221T011246Z&X-Amz-Expires=600&X-Amz-SignedHeaders=host&X-Amz-Signature=12345678",
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -6,65 +6,67 @@
|
|||||||
import { GetCategoryCategory } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { GetCategoryCategory } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: GetCategoryCategory = {
|
let value: GetCategoryCategory = {
|
||||||
allTopicsWiki: false,
|
allTopicsWiki: false,
|
||||||
allowBadges: false,
|
allowBadges: false,
|
||||||
allowUnlimitedOwnerEditsOnFirstPost: false,
|
allowUnlimitedOwnerEditsOnFirstPost: false,
|
||||||
autoCloseBasedOnLastPost: false,
|
autoCloseBasedOnLastPost: false,
|
||||||
autoCloseHours: "<value>",
|
autoCloseHours: "<value>",
|
||||||
availableGroups: ["<value>"],
|
availableGroups: [
|
||||||
canDelete: false,
|
"<value>",
|
||||||
canEdit: false,
|
],
|
||||||
color: "orchid",
|
canDelete: false,
|
||||||
customFields: {},
|
canEdit: false,
|
||||||
defaultListFilter: "<value>",
|
color: "orchid",
|
||||||
defaultSlowModeSeconds: "<value>",
|
customFields: {},
|
||||||
defaultTopPeriod: "<value>",
|
defaultListFilter: "<value>",
|
||||||
defaultView: "<value>",
|
defaultSlowModeSeconds: "<value>",
|
||||||
description: "Object-based exuding synergy",
|
defaultTopPeriod: "<value>",
|
||||||
descriptionExcerpt: "<value>",
|
defaultView: "<value>",
|
||||||
descriptionText: "<value>",
|
description: "Object-based exuding synergy",
|
||||||
emailIn: "<value>",
|
descriptionExcerpt: "<value>",
|
||||||
emailInAllowStrangers: false,
|
descriptionText: "<value>",
|
||||||
groupPermissions: [
|
emailIn: "<value>",
|
||||||
{
|
emailInAllowStrangers: false,
|
||||||
groupName: "<value>",
|
groupPermissions: [
|
||||||
permissionType: 542129,
|
{
|
||||||
},
|
groupName: "<value>",
|
||||||
],
|
permissionType: 542129,
|
||||||
hasChildren: false,
|
},
|
||||||
id: 541381,
|
],
|
||||||
mailinglistMirror: false,
|
hasChildren: false,
|
||||||
minimumRequiredTags: 120919,
|
id: 541381,
|
||||||
name: "<value>",
|
mailinglistMirror: false,
|
||||||
navigateToFirstPostAfterRead: false,
|
minimumRequiredTags: 120919,
|
||||||
notificationLevel: 923306,
|
name: "<value>",
|
||||||
numFeaturedTopics: 680697,
|
navigateToFirstPostAfterRead: false,
|
||||||
permission: 829898,
|
notificationLevel: 923306,
|
||||||
position: 287119,
|
numFeaturedTopics: 680697,
|
||||||
postCount: 968287,
|
permission: 829898,
|
||||||
readOnlyBanner: "<value>",
|
position: 287119,
|
||||||
readRestricted: false,
|
postCount: 968287,
|
||||||
requiredTagGroups: [
|
readOnlyBanner: "<value>",
|
||||||
{
|
readRestricted: false,
|
||||||
minCount: 42976,
|
requiredTagGroups: [
|
||||||
name: "<value>",
|
{
|
||||||
},
|
minCount: 42976,
|
||||||
],
|
name: "<value>",
|
||||||
searchPriority: 919783,
|
},
|
||||||
showSubcategoryList: false,
|
],
|
||||||
slug: "<value>",
|
searchPriority: 919783,
|
||||||
sortAscending: "<value>",
|
showSubcategoryList: false,
|
||||||
sortOrder: "<value>",
|
slug: "<value>",
|
||||||
subcategoryListStyle: "<value>",
|
sortAscending: "<value>",
|
||||||
textColor: "<value>",
|
sortOrder: "<value>",
|
||||||
topicCount: 116098,
|
subcategoryListStyle: "<value>",
|
||||||
topicFeaturedLinkAllowed: false,
|
textColor: "<value>",
|
||||||
topicTemplate: "<value>",
|
topicCount: 116098,
|
||||||
topicUrl: "<value>",
|
topicFeaturedLinkAllowed: false,
|
||||||
uploadedBackground: "<value>",
|
topicTemplate: "<value>",
|
||||||
uploadedBackgroundDark: "<value>",
|
topicUrl: "<value>",
|
||||||
uploadedLogo: "<value>",
|
uploadedBackground: "<value>",
|
||||||
uploadedLogoDark: "<value>",
|
uploadedBackgroundDark: "<value>",
|
||||||
|
uploadedLogo: "<value>",
|
||||||
|
uploadedLogoDark: "<value>",
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -6,8 +6,8 @@
|
|||||||
import { GetCategoryGroupPermissions } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { GetCategoryGroupPermissions } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: GetCategoryGroupPermissions = {
|
let value: GetCategoryGroupPermissions = {
|
||||||
groupName: "<value>",
|
groupName: "<value>",
|
||||||
permissionType: 544647,
|
permissionType: 544647,
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
import { GetCategoryRequest } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { GetCategoryRequest } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: GetCategoryRequest = {
|
let value: GetCategoryRequest = {
|
||||||
id: 980581,
|
id: 980581,
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -6,8 +6,8 @@
|
|||||||
import { GetCategoryRequiredTagGroups } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { GetCategoryRequiredTagGroups } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: GetCategoryRequiredTagGroups = {
|
let value: GetCategoryRequiredTagGroups = {
|
||||||
minCount: 871786,
|
minCount: 871786,
|
||||||
name: "<value>",
|
name: "<value>",
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -8,67 +8,69 @@ response
|
|||||||
import { GetCategoryResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { GetCategoryResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: GetCategoryResponseBody = {
|
let value: GetCategoryResponseBody = {
|
||||||
category: {
|
category: {
|
||||||
allTopicsWiki: false,
|
allTopicsWiki: false,
|
||||||
allowBadges: false,
|
allowBadges: false,
|
||||||
allowUnlimitedOwnerEditsOnFirstPost: false,
|
allowUnlimitedOwnerEditsOnFirstPost: false,
|
||||||
autoCloseBasedOnLastPost: false,
|
autoCloseBasedOnLastPost: false,
|
||||||
autoCloseHours: "<value>",
|
autoCloseHours: "<value>",
|
||||||
availableGroups: ["<value>"],
|
availableGroups: [
|
||||||
canDelete: false,
|
"<value>",
|
||||||
canEdit: false,
|
],
|
||||||
color: "green",
|
canDelete: false,
|
||||||
customFields: {},
|
canEdit: false,
|
||||||
defaultListFilter: "<value>",
|
color: "green",
|
||||||
defaultSlowModeSeconds: "<value>",
|
customFields: {},
|
||||||
defaultTopPeriod: "<value>",
|
defaultListFilter: "<value>",
|
||||||
defaultView: "<value>",
|
defaultSlowModeSeconds: "<value>",
|
||||||
description: "Configurable client-driven extranet",
|
defaultTopPeriod: "<value>",
|
||||||
descriptionExcerpt: "<value>",
|
defaultView: "<value>",
|
||||||
descriptionText: "<value>",
|
description: "Configurable client-driven extranet",
|
||||||
emailIn: "<value>",
|
descriptionExcerpt: "<value>",
|
||||||
emailInAllowStrangers: false,
|
descriptionText: "<value>",
|
||||||
groupPermissions: [
|
emailIn: "<value>",
|
||||||
{
|
emailInAllowStrangers: false,
|
||||||
groupName: "<value>",
|
groupPermissions: [
|
||||||
permissionType: 389135,
|
{
|
||||||
},
|
groupName: "<value>",
|
||||||
],
|
permissionType: 389135,
|
||||||
hasChildren: false,
|
},
|
||||||
id: 246535,
|
],
|
||||||
mailinglistMirror: false,
|
hasChildren: false,
|
||||||
minimumRequiredTags: 952143,
|
id: 246535,
|
||||||
|
mailinglistMirror: false,
|
||||||
|
minimumRequiredTags: 952143,
|
||||||
|
name: "<value>",
|
||||||
|
navigateToFirstPostAfterRead: false,
|
||||||
|
notificationLevel: 562783,
|
||||||
|
numFeaturedTopics: 300029,
|
||||||
|
permission: 906355,
|
||||||
|
position: 160467,
|
||||||
|
postCount: 580107,
|
||||||
|
readOnlyBanner: "<value>",
|
||||||
|
readRestricted: false,
|
||||||
|
requiredTagGroups: [
|
||||||
|
{
|
||||||
|
minCount: 886305,
|
||||||
name: "<value>",
|
name: "<value>",
|
||||||
navigateToFirstPostAfterRead: false,
|
},
|
||||||
notificationLevel: 562783,
|
],
|
||||||
numFeaturedTopics: 300029,
|
searchPriority: 597937,
|
||||||
permission: 906355,
|
showSubcategoryList: false,
|
||||||
position: 160467,
|
slug: "<value>",
|
||||||
postCount: 580107,
|
sortAscending: "<value>",
|
||||||
readOnlyBanner: "<value>",
|
sortOrder: "<value>",
|
||||||
readRestricted: false,
|
subcategoryListStyle: "<value>",
|
||||||
requiredTagGroups: [
|
textColor: "<value>",
|
||||||
{
|
topicCount: 446394,
|
||||||
minCount: 886305,
|
topicFeaturedLinkAllowed: false,
|
||||||
name: "<value>",
|
topicTemplate: "<value>",
|
||||||
},
|
topicUrl: "<value>",
|
||||||
],
|
uploadedBackground: "<value>",
|
||||||
searchPriority: 597937,
|
uploadedBackgroundDark: "<value>",
|
||||||
showSubcategoryList: false,
|
uploadedLogo: "<value>",
|
||||||
slug: "<value>",
|
uploadedLogoDark: "<value>",
|
||||||
sortAscending: "<value>",
|
},
|
||||||
sortOrder: "<value>",
|
|
||||||
subcategoryListStyle: "<value>",
|
|
||||||
textColor: "<value>",
|
|
||||||
topicCount: 446394,
|
|
||||||
topicFeaturedLinkAllowed: false,
|
|
||||||
topicTemplate: "<value>",
|
|
||||||
topicUrl: "<value>",
|
|
||||||
uploadedBackground: "<value>",
|
|
||||||
uploadedBackgroundDark: "<value>",
|
|
||||||
uploadedLogo: "<value>",
|
|
||||||
uploadedLogoDark: "<value>",
|
|
||||||
},
|
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -6,59 +6,71 @@
|
|||||||
import { GetGroupGroup } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { GetGroupGroup } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: GetGroupGroup = {
|
let value: GetGroupGroup = {
|
||||||
allowMembershipRequests: false,
|
allowMembershipRequests: false,
|
||||||
allowUnknownSenderTopicReplies: false,
|
allowUnknownSenderTopicReplies: false,
|
||||||
automatic: false,
|
automatic: false,
|
||||||
automaticMembershipEmailDomains: "<value>",
|
automaticMembershipEmailDomains: "<value>",
|
||||||
bioCooked: "<value>",
|
bioCooked: "<value>",
|
||||||
bioExcerpt: "<value>",
|
bioExcerpt: "<value>",
|
||||||
bioRaw: "<value>",
|
bioRaw: "<value>",
|
||||||
canAdminGroup: false,
|
canAdminGroup: false,
|
||||||
canSeeMembers: false,
|
canSeeMembers: false,
|
||||||
defaultNotificationLevel: 976460,
|
defaultNotificationLevel: 976460,
|
||||||
emailPassword: "<value>",
|
emailPassword: "<value>",
|
||||||
emailUsername: "<value>",
|
emailUsername: "<value>",
|
||||||
flairBgColor: "<value>",
|
flairBgColor: "<value>",
|
||||||
flairColor: "<value>",
|
flairColor: "<value>",
|
||||||
flairUrl: "<value>",
|
flairUrl: "<value>",
|
||||||
fullName: "Jessie Langosh V",
|
fullName: "Jessie Langosh V",
|
||||||
grantTrustLevel: "<value>",
|
grantTrustLevel: "<value>",
|
||||||
hasMessages: false,
|
hasMessages: false,
|
||||||
id: 451159,
|
id: 451159,
|
||||||
imapLastError: "<value>",
|
imapLastError: "<value>",
|
||||||
imapMailboxName: "<value>",
|
imapMailboxName: "<value>",
|
||||||
imapMailboxes: ["<value>"],
|
imapMailboxes: [
|
||||||
imapNewEmails: "<value>",
|
"<value>",
|
||||||
imapOldEmails: "<value>",
|
],
|
||||||
imapPort: "<value>",
|
imapNewEmails: "<value>",
|
||||||
imapServer: "<value>",
|
imapOldEmails: "<value>",
|
||||||
imapSsl: "<value>",
|
imapPort: "<value>",
|
||||||
incomingEmail: "<value>",
|
imapServer: "<value>",
|
||||||
isGroupOwnerDisplay: false,
|
imapSsl: "<value>",
|
||||||
isGroupUser: false,
|
incomingEmail: "<value>",
|
||||||
membersVisibilityLevel: 739264,
|
isGroupOwnerDisplay: false,
|
||||||
membershipRequestTemplate: "<value>",
|
isGroupUser: false,
|
||||||
mentionable: false,
|
membersVisibilityLevel: 739264,
|
||||||
mentionableLevel: 19987,
|
membershipRequestTemplate: "<value>",
|
||||||
messageCount: 39187,
|
mentionable: false,
|
||||||
messageable: false,
|
mentionableLevel: 19987,
|
||||||
messageableLevel: 441711,
|
messageCount: 39187,
|
||||||
mutedCategoryIds: ["<value>"],
|
messageable: false,
|
||||||
name: "<value>",
|
messageableLevel: 441711,
|
||||||
primaryGroup: false,
|
mutedCategoryIds: [
|
||||||
publicAdmission: false,
|
"<value>",
|
||||||
publicExit: false,
|
],
|
||||||
publishReadState: false,
|
name: "<value>",
|
||||||
regularCategoryIds: ["<value>"],
|
primaryGroup: false,
|
||||||
smtpPort: "<value>",
|
publicAdmission: false,
|
||||||
smtpServer: "<value>",
|
publicExit: false,
|
||||||
smtpSsl: "<value>",
|
publishReadState: false,
|
||||||
title: "<value>",
|
regularCategoryIds: [
|
||||||
trackingCategoryIds: ["<value>"],
|
"<value>",
|
||||||
userCount: 282807,
|
],
|
||||||
visibilityLevel: 979587,
|
smtpPort: "<value>",
|
||||||
watchingCategoryIds: ["<value>"],
|
smtpServer: "<value>",
|
||||||
watchingFirstPostCategoryIds: ["<value>"],
|
smtpSsl: "<value>",
|
||||||
|
title: "<value>",
|
||||||
|
trackingCategoryIds: [
|
||||||
|
"<value>",
|
||||||
|
],
|
||||||
|
userCount: 282807,
|
||||||
|
visibilityLevel: 979587,
|
||||||
|
watchingCategoryIds: [
|
||||||
|
"<value>",
|
||||||
|
],
|
||||||
|
watchingFirstPostCategoryIds: [
|
||||||
|
"<value>",
|
||||||
|
],
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
import { GetGroupRequest } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { GetGroupRequest } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: GetGroupRequest = {
|
let value: GetGroupRequest = {
|
||||||
id: "name",
|
id: "name",
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -8,64 +8,78 @@ success response
|
|||||||
import { GetGroupResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { GetGroupResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: GetGroupResponseBody = {
|
let value: GetGroupResponseBody = {
|
||||||
extras: {
|
extras: {
|
||||||
visibleGroupNames: ["<value>"],
|
visibleGroupNames: [
|
||||||
},
|
"<value>",
|
||||||
group: {
|
],
|
||||||
allowMembershipRequests: false,
|
},
|
||||||
allowUnknownSenderTopicReplies: false,
|
group: {
|
||||||
automatic: false,
|
allowMembershipRequests: false,
|
||||||
automaticMembershipEmailDomains: "<value>",
|
allowUnknownSenderTopicReplies: false,
|
||||||
bioCooked: "<value>",
|
automatic: false,
|
||||||
bioExcerpt: "<value>",
|
automaticMembershipEmailDomains: "<value>",
|
||||||
bioRaw: "<value>",
|
bioCooked: "<value>",
|
||||||
canAdminGroup: false,
|
bioExcerpt: "<value>",
|
||||||
canSeeMembers: false,
|
bioRaw: "<value>",
|
||||||
defaultNotificationLevel: 120196,
|
canAdminGroup: false,
|
||||||
emailPassword: "<value>",
|
canSeeMembers: false,
|
||||||
emailUsername: "<value>",
|
defaultNotificationLevel: 120196,
|
||||||
flairBgColor: "<value>",
|
emailPassword: "<value>",
|
||||||
flairColor: "<value>",
|
emailUsername: "<value>",
|
||||||
flairUrl: "<value>",
|
flairBgColor: "<value>",
|
||||||
fullName: "Miss Valerie Kshlerin",
|
flairColor: "<value>",
|
||||||
grantTrustLevel: "<value>",
|
flairUrl: "<value>",
|
||||||
hasMessages: false,
|
fullName: "Miss Valerie Kshlerin",
|
||||||
id: 880476,
|
grantTrustLevel: "<value>",
|
||||||
imapLastError: "<value>",
|
hasMessages: false,
|
||||||
imapMailboxName: "<value>",
|
id: 880476,
|
||||||
imapMailboxes: ["<value>"],
|
imapLastError: "<value>",
|
||||||
imapNewEmails: "<value>",
|
imapMailboxName: "<value>",
|
||||||
imapOldEmails: "<value>",
|
imapMailboxes: [
|
||||||
imapPort: "<value>",
|
"<value>",
|
||||||
imapServer: "<value>",
|
],
|
||||||
imapSsl: "<value>",
|
imapNewEmails: "<value>",
|
||||||
incomingEmail: "<value>",
|
imapOldEmails: "<value>",
|
||||||
isGroupOwnerDisplay: false,
|
imapPort: "<value>",
|
||||||
isGroupUser: false,
|
imapServer: "<value>",
|
||||||
membersVisibilityLevel: 414263,
|
imapSsl: "<value>",
|
||||||
membershipRequestTemplate: "<value>",
|
incomingEmail: "<value>",
|
||||||
mentionable: false,
|
isGroupOwnerDisplay: false,
|
||||||
mentionableLevel: 918236,
|
isGroupUser: false,
|
||||||
messageCount: 64147,
|
membersVisibilityLevel: 414263,
|
||||||
messageable: false,
|
membershipRequestTemplate: "<value>",
|
||||||
messageableLevel: 216822,
|
mentionable: false,
|
||||||
mutedCategoryIds: ["<value>"],
|
mentionableLevel: 918236,
|
||||||
name: "<value>",
|
messageCount: 64147,
|
||||||
primaryGroup: false,
|
messageable: false,
|
||||||
publicAdmission: false,
|
messageableLevel: 216822,
|
||||||
publicExit: false,
|
mutedCategoryIds: [
|
||||||
publishReadState: false,
|
"<value>",
|
||||||
regularCategoryIds: ["<value>"],
|
],
|
||||||
smtpPort: "<value>",
|
name: "<value>",
|
||||||
smtpServer: "<value>",
|
primaryGroup: false,
|
||||||
smtpSsl: "<value>",
|
publicAdmission: false,
|
||||||
title: "<value>",
|
publicExit: false,
|
||||||
trackingCategoryIds: ["<value>"],
|
publishReadState: false,
|
||||||
userCount: 692472,
|
regularCategoryIds: [
|
||||||
visibilityLevel: 565189,
|
"<value>",
|
||||||
watchingCategoryIds: ["<value>"],
|
],
|
||||||
watchingFirstPostCategoryIds: ["<value>"],
|
smtpPort: "<value>",
|
||||||
},
|
smtpServer: "<value>",
|
||||||
|
smtpSsl: "<value>",
|
||||||
|
title: "<value>",
|
||||||
|
trackingCategoryIds: [
|
||||||
|
"<value>",
|
||||||
|
],
|
||||||
|
userCount: 692472,
|
||||||
|
visibilityLevel: 565189,
|
||||||
|
watchingCategoryIds: [
|
||||||
|
"<value>",
|
||||||
|
],
|
||||||
|
watchingFirstPostCategoryIds: [
|
||||||
|
"<value>",
|
||||||
|
],
|
||||||
|
},
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
import { GetPostRequest } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { GetPostRequest } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: GetPostRequest = {
|
let value: GetPostRequest = {
|
||||||
id: "<id>",
|
id: "<id>",
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -8,56 +8,56 @@ single post
|
|||||||
import { GetPostResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { GetPostResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: GetPostResponseBody = {
|
let value: GetPostResponseBody = {
|
||||||
actionsSummary: [
|
actionsSummary: [
|
||||||
{
|
{
|
||||||
id: 264333,
|
id: 264333,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
admin: false,
|
admin: false,
|
||||||
avatarTemplate: "<value>",
|
avatarTemplate: "<value>",
|
||||||
bookmarked: false,
|
bookmarked: false,
|
||||||
canDelete: false,
|
canDelete: false,
|
||||||
canEdit: false,
|
canEdit: false,
|
||||||
canRecover: false,
|
canRecover: false,
|
||||||
canViewEditHistory: false,
|
canViewEditHistory: false,
|
||||||
canWiki: false,
|
canWiki: false,
|
||||||
cooked: "<value>",
|
cooked: "<value>",
|
||||||
createdAt: "<value>",
|
createdAt: "<value>",
|
||||||
deletedAt: "<value>",
|
deletedAt: "<value>",
|
||||||
editReason: "<value>",
|
editReason: "<value>",
|
||||||
flairBgColor: "<value>",
|
flairBgColor: "<value>",
|
||||||
flairColor: "<value>",
|
flairColor: "<value>",
|
||||||
flairName: "<value>",
|
flairName: "<value>",
|
||||||
flairUrl: "<value>",
|
flairUrl: "<value>",
|
||||||
hidden: false,
|
hidden: false,
|
||||||
id: 208253,
|
id: 208253,
|
||||||
incomingLinkCount: 348357,
|
incomingLinkCount: 348357,
|
||||||
moderator: false,
|
moderator: false,
|
||||||
postNumber: 932394,
|
postNumber: 932394,
|
||||||
postType: 88248,
|
postType: 88248,
|
||||||
primaryGroupName: "<value>",
|
primaryGroupName: "<value>",
|
||||||
quoteCount: 215398,
|
quoteCount: 215398,
|
||||||
raw: "<value>",
|
raw: "<value>",
|
||||||
readersCount: 602229,
|
readersCount: 602229,
|
||||||
reads: 858338,
|
reads: 858338,
|
||||||
replyCount: 714376,
|
replyCount: 714376,
|
||||||
replyToPostNumber: "<value>",
|
replyToPostNumber: "<value>",
|
||||||
reviewableId: "<value>",
|
reviewableId: "<value>",
|
||||||
reviewableScoreCount: 802894,
|
reviewableScoreCount: 802894,
|
||||||
reviewableScorePendingCount: 157222,
|
reviewableScorePendingCount: 157222,
|
||||||
score: 159146,
|
score: 159146,
|
||||||
staff: false,
|
staff: false,
|
||||||
topicId: 342137,
|
topicId: 342137,
|
||||||
topicSlug: "<value>",
|
topicSlug: "<value>",
|
||||||
trustLevel: 605712,
|
trustLevel: 605712,
|
||||||
updatedAt: "<value>",
|
updatedAt: "<value>",
|
||||||
userDeleted: false,
|
userDeleted: false,
|
||||||
userId: 727250,
|
userId: 727250,
|
||||||
userTitle: "<value>",
|
userTitle: "<value>",
|
||||||
username: "Bettie_Ondricka63",
|
username: "Bettie_Ondricka63",
|
||||||
version: 554603,
|
version: 554603,
|
||||||
wiki: false,
|
wiki: false,
|
||||||
yours: false,
|
yours: false,
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -6,45 +6,49 @@
|
|||||||
import { GetSiteCategories } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { GetSiteCategories } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: GetSiteCategories = {
|
let value: GetSiteCategories = {
|
||||||
allowGlobalTags: false,
|
allowGlobalTags: false,
|
||||||
allowedTagGroups: ["<value>"],
|
allowedTagGroups: [
|
||||||
allowedTags: ["<value>"],
|
"<value>",
|
||||||
canEdit: false,
|
],
|
||||||
color: "azure",
|
allowedTags: [
|
||||||
defaultListFilter: "<value>",
|
"<value>",
|
||||||
defaultTopPeriod: "<value>",
|
],
|
||||||
defaultView: "<value>",
|
canEdit: false,
|
||||||
hasChildren: false,
|
color: "azure",
|
||||||
id: 580887,
|
defaultListFilter: "<value>",
|
||||||
minimumRequiredTags: 160230,
|
defaultTopPeriod: "<value>",
|
||||||
name: "<value>",
|
defaultView: "<value>",
|
||||||
navigateToFirstPostAfterRead: false,
|
hasChildren: false,
|
||||||
notificationLevel: 145870,
|
id: 580887,
|
||||||
numFeaturedTopics: 661118,
|
minimumRequiredTags: 160230,
|
||||||
permission: 335631,
|
name: "<value>",
|
||||||
position: 440264,
|
navigateToFirstPostAfterRead: false,
|
||||||
postCount: 625528,
|
notificationLevel: 145870,
|
||||||
readOnlyBanner: "<value>",
|
numFeaturedTopics: 661118,
|
||||||
readRestricted: false,
|
permission: 335631,
|
||||||
requiredTagGroups: [
|
position: 440264,
|
||||||
{
|
postCount: 625528,
|
||||||
minCount: 76486,
|
readOnlyBanner: "<value>",
|
||||||
name: "<value>",
|
readRestricted: false,
|
||||||
},
|
requiredTagGroups: [
|
||||||
],
|
{
|
||||||
showSubcategoryList: false,
|
minCount: 76486,
|
||||||
slug: "<value>",
|
name: "<value>",
|
||||||
sortAscending: "<value>",
|
},
|
||||||
sortOrder: "<value>",
|
],
|
||||||
subcategoryListStyle: "<value>",
|
showSubcategoryList: false,
|
||||||
textColor: "<value>",
|
slug: "<value>",
|
||||||
topicCount: 361306,
|
sortAscending: "<value>",
|
||||||
topicTemplate: "<value>",
|
sortOrder: "<value>",
|
||||||
topicUrl: "<value>",
|
subcategoryListStyle: "<value>",
|
||||||
uploadedBackground: "<value>",
|
textColor: "<value>",
|
||||||
uploadedBackgroundDark: "<value>",
|
topicCount: 361306,
|
||||||
uploadedLogo: "<value>",
|
topicTemplate: "<value>",
|
||||||
uploadedLogoDark: "<value>",
|
topicUrl: "<value>",
|
||||||
|
uploadedBackground: "<value>",
|
||||||
|
uploadedBackgroundDark: "<value>",
|
||||||
|
uploadedLogo: "<value>",
|
||||||
|
uploadedLogoDark: "<value>",
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -6,11 +6,11 @@
|
|||||||
import { GetSiteGroups } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { GetSiteGroups } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: GetSiteGroups = {
|
let value: GetSiteGroups = {
|
||||||
flairBgColor: "<value>",
|
flairBgColor: "<value>",
|
||||||
flairColor: "<value>",
|
flairColor: "<value>",
|
||||||
flairUrl: "<value>",
|
flairUrl: "<value>",
|
||||||
id: 696463,
|
id: 696463,
|
||||||
name: "<value>",
|
name: "<value>",
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -6,8 +6,8 @@
|
|||||||
import { GetSiteRequiredTagGroups } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { GetSiteRequiredTagGroups } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: GetSiteRequiredTagGroups = {
|
let value: GetSiteRequiredTagGroups = {
|
||||||
minCount: 238043,
|
minCount: 238043,
|
||||||
name: "<value>",
|
name: "<value>",
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -8,170 +8,194 @@ success response
|
|||||||
import { GetSiteResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { GetSiteResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: GetSiteResponseBody = {
|
let value: GetSiteResponseBody = {
|
||||||
anonymousTopMenuItems: ["<value>"],
|
anonymousTopMenuItems: [
|
||||||
archetypes: [
|
"<value>",
|
||||||
{
|
],
|
||||||
id: "<id>",
|
archetypes: [
|
||||||
name: "<value>",
|
{
|
||||||
options: ["<value>"],
|
id: "<id>",
|
||||||
},
|
name: "<value>",
|
||||||
],
|
options: [
|
||||||
authProviders: ["<value>"],
|
"<value>",
|
||||||
canCreateTag: false,
|
],
|
||||||
canTagPms: false,
|
|
||||||
canTagTopics: false,
|
|
||||||
categories: [
|
|
||||||
{
|
|
||||||
allowGlobalTags: false,
|
|
||||||
allowedTagGroups: ["<value>"],
|
|
||||||
allowedTags: ["<value>"],
|
|
||||||
canEdit: false,
|
|
||||||
color: "yellow",
|
|
||||||
defaultListFilter: "<value>",
|
|
||||||
defaultTopPeriod: "<value>",
|
|
||||||
defaultView: "<value>",
|
|
||||||
hasChildren: false,
|
|
||||||
id: 657020,
|
|
||||||
minimumRequiredTags: 343392,
|
|
||||||
name: "<value>",
|
|
||||||
navigateToFirstPostAfterRead: false,
|
|
||||||
notificationLevel: 652309,
|
|
||||||
numFeaturedTopics: 591027,
|
|
||||||
permission: 821719,
|
|
||||||
position: 659177,
|
|
||||||
postCount: 402767,
|
|
||||||
readOnlyBanner: "<value>",
|
|
||||||
readRestricted: false,
|
|
||||||
requiredTagGroups: [
|
|
||||||
{
|
|
||||||
minCount: 397257,
|
|
||||||
name: "<value>",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
showSubcategoryList: false,
|
|
||||||
slug: "<value>",
|
|
||||||
sortAscending: "<value>",
|
|
||||||
sortOrder: "<value>",
|
|
||||||
subcategoryListStyle: "<value>",
|
|
||||||
textColor: "<value>",
|
|
||||||
topicCount: 37565,
|
|
||||||
topicTemplate: "<value>",
|
|
||||||
topicUrl: "<value>",
|
|
||||||
uploadedBackground: "<value>",
|
|
||||||
uploadedBackgroundDark: "<value>",
|
|
||||||
uploadedLogo: "<value>",
|
|
||||||
uploadedLogoDark: "<value>",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
censoredRegexp: [{}],
|
|
||||||
customEmojiTranslation: {},
|
|
||||||
defaultArchetype: "<value>",
|
|
||||||
defaultDarkColorScheme: {},
|
|
||||||
filters: ["<value>"],
|
|
||||||
groups: [
|
|
||||||
{
|
|
||||||
flairBgColor: "<value>",
|
|
||||||
flairColor: "<value>",
|
|
||||||
flairUrl: "<value>",
|
|
||||||
id: 999278,
|
|
||||||
name: "<value>",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
notificationTypes: {
|
|
||||||
bookmarkReminder: 984632,
|
|
||||||
chatGroupMention: 351893,
|
|
||||||
chatInvitation: 448143,
|
|
||||||
chatMention: 721407,
|
|
||||||
chatMessage: 937636,
|
|
||||||
codeReviewCommitApproved: 637583,
|
|
||||||
custom: 672041,
|
|
||||||
edited: 813054,
|
|
||||||
eventInvitation: 266697,
|
|
||||||
eventReminder: 976226,
|
|
||||||
grantedBadge: 564064,
|
|
||||||
groupMentioned: 889794,
|
|
||||||
groupMessageSummary: 956933,
|
|
||||||
invitedToPrivateMessage: 764562,
|
|
||||||
invitedToTopic: 113486,
|
|
||||||
inviteeAccepted: 698249,
|
|
||||||
liked: 272229,
|
|
||||||
likedConsolidated: 335498,
|
|
||||||
linked: 82057,
|
|
||||||
membershipRequestAccepted: 147685,
|
|
||||||
membershipRequestConsolidated: 765271,
|
|
||||||
mentioned: 62636,
|
|
||||||
movedPost: 21688,
|
|
||||||
postApproved: 241901,
|
|
||||||
posted: 137251,
|
|
||||||
privateMessage: 432281,
|
|
||||||
quoted: 260628,
|
|
||||||
reaction: 521996,
|
|
||||||
replied: 871083,
|
|
||||||
topicReminder: 773084,
|
|
||||||
votesReleased: 179410,
|
|
||||||
watchingCategoryOrTag: 958741,
|
|
||||||
watchingFirstPost: 433279,
|
|
||||||
},
|
},
|
||||||
periods: ["<value>"],
|
],
|
||||||
postActionTypes: [
|
authProviders: [
|
||||||
|
"<value>",
|
||||||
|
],
|
||||||
|
canCreateTag: false,
|
||||||
|
canTagPms: false,
|
||||||
|
canTagTopics: false,
|
||||||
|
categories: [
|
||||||
|
{
|
||||||
|
allowGlobalTags: false,
|
||||||
|
allowedTagGroups: [
|
||||||
|
"<value>",
|
||||||
|
],
|
||||||
|
allowedTags: [
|
||||||
|
"<value>",
|
||||||
|
],
|
||||||
|
canEdit: false,
|
||||||
|
color: "yellow",
|
||||||
|
defaultListFilter: "<value>",
|
||||||
|
defaultTopPeriod: "<value>",
|
||||||
|
defaultView: "<value>",
|
||||||
|
hasChildren: false,
|
||||||
|
id: 657020,
|
||||||
|
minimumRequiredTags: 343392,
|
||||||
|
name: "<value>",
|
||||||
|
navigateToFirstPostAfterRead: false,
|
||||||
|
notificationLevel: 652309,
|
||||||
|
numFeaturedTopics: 591027,
|
||||||
|
permission: 821719,
|
||||||
|
position: 659177,
|
||||||
|
postCount: 402767,
|
||||||
|
readOnlyBanner: "<value>",
|
||||||
|
readRestricted: false,
|
||||||
|
requiredTagGroups: [
|
||||||
{
|
{
|
||||||
description: "Cross-group eco-centric array",
|
minCount: 397257,
|
||||||
id: 583404,
|
name: "<value>",
|
||||||
isCustomFlag: false,
|
|
||||||
isFlag: false,
|
|
||||||
name: "<value>",
|
|
||||||
nameKey: "<value>",
|
|
||||||
shortDescription: "<value>",
|
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
postTypes: {
|
showSubcategoryList: false,
|
||||||
moderatorAction: 589695,
|
slug: "<value>",
|
||||||
regular: 936469,
|
sortAscending: "<value>",
|
||||||
smallAction: 745398,
|
sortOrder: "<value>",
|
||||||
whisper: 940782,
|
subcategoryListStyle: "<value>",
|
||||||
|
textColor: "<value>",
|
||||||
|
topicCount: 37565,
|
||||||
|
topicTemplate: "<value>",
|
||||||
|
topicUrl: "<value>",
|
||||||
|
uploadedBackground: "<value>",
|
||||||
|
uploadedBackgroundDark: "<value>",
|
||||||
|
uploadedLogo: "<value>",
|
||||||
|
uploadedLogoDark: "<value>",
|
||||||
},
|
},
|
||||||
tagsFilterRegexp: "<value>",
|
],
|
||||||
topMenuItems: ["<value>"],
|
censoredRegexp: [
|
||||||
topTags: ["<value>"],
|
{},
|
||||||
topicFeaturedLinkAllowedCategoryIds: ["<value>"],
|
],
|
||||||
topicFlagTypes: [
|
customEmojiTranslation: {},
|
||||||
{
|
defaultArchetype: "<value>",
|
||||||
description: "Switchable 6th generation task-force",
|
defaultDarkColorScheme: {},
|
||||||
id: 596211,
|
filters: [
|
||||||
isCustomFlag: false,
|
"<value>",
|
||||||
isFlag: false,
|
],
|
||||||
name: "<value>",
|
groups: [
|
||||||
nameKey: "<value>",
|
{
|
||||||
shortDescription: "<value>",
|
flairBgColor: "<value>",
|
||||||
},
|
flairColor: "<value>",
|
||||||
],
|
flairUrl: "<value>",
|
||||||
trustLevels: {
|
id: 999278,
|
||||||
basic: 983427,
|
name: "<value>",
|
||||||
leader: 891801,
|
|
||||||
member: 399802,
|
|
||||||
newuser: 780931,
|
|
||||||
regular: 380335,
|
|
||||||
},
|
},
|
||||||
uncategorizedCategoryId: 211534,
|
],
|
||||||
userColorSchemes: [
|
notificationTypes: {
|
||||||
{
|
bookmarkReminder: 984632,
|
||||||
id: 147808,
|
chatGroupMention: 351893,
|
||||||
isDark: false,
|
chatInvitation: 448143,
|
||||||
name: "<value>",
|
chatMention: 721407,
|
||||||
},
|
chatMessage: 937636,
|
||||||
],
|
codeReviewCommitApproved: 637583,
|
||||||
userFieldMaxLength: 764995,
|
custom: 672041,
|
||||||
userFields: ["<value>"],
|
edited: 813054,
|
||||||
userThemes: [
|
eventInvitation: 266697,
|
||||||
{
|
eventReminder: 976226,
|
||||||
colorSchemeId: 684935,
|
grantedBadge: 564064,
|
||||||
default: false,
|
groupMentioned: 889794,
|
||||||
name: "<value>",
|
groupMessageSummary: 956933,
|
||||||
themeId: 189062,
|
invitedToPrivateMessage: 764562,
|
||||||
},
|
invitedToTopic: 113486,
|
||||||
],
|
inviteeAccepted: 698249,
|
||||||
watchedWordsLink: "<value>",
|
liked: 272229,
|
||||||
watchedWordsReplace: "<value>",
|
likedConsolidated: 335498,
|
||||||
|
linked: 82057,
|
||||||
|
membershipRequestAccepted: 147685,
|
||||||
|
membershipRequestConsolidated: 765271,
|
||||||
|
mentioned: 62636,
|
||||||
|
movedPost: 21688,
|
||||||
|
postApproved: 241901,
|
||||||
|
posted: 137251,
|
||||||
|
privateMessage: 432281,
|
||||||
|
quoted: 260628,
|
||||||
|
reaction: 521996,
|
||||||
|
replied: 871083,
|
||||||
|
topicReminder: 773084,
|
||||||
|
votesReleased: 179410,
|
||||||
|
watchingCategoryOrTag: 958741,
|
||||||
|
watchingFirstPost: 433279,
|
||||||
|
},
|
||||||
|
periods: [
|
||||||
|
"<value>",
|
||||||
|
],
|
||||||
|
postActionTypes: [
|
||||||
|
{
|
||||||
|
description: "Cross-group eco-centric array",
|
||||||
|
id: 583404,
|
||||||
|
isCustomFlag: false,
|
||||||
|
isFlag: false,
|
||||||
|
name: "<value>",
|
||||||
|
nameKey: "<value>",
|
||||||
|
shortDescription: "<value>",
|
||||||
|
},
|
||||||
|
],
|
||||||
|
postTypes: {
|
||||||
|
moderatorAction: 589695,
|
||||||
|
regular: 936469,
|
||||||
|
smallAction: 745398,
|
||||||
|
whisper: 940782,
|
||||||
|
},
|
||||||
|
tagsFilterRegexp: "<value>",
|
||||||
|
topMenuItems: [
|
||||||
|
"<value>",
|
||||||
|
],
|
||||||
|
topTags: [
|
||||||
|
"<value>",
|
||||||
|
],
|
||||||
|
topicFeaturedLinkAllowedCategoryIds: [
|
||||||
|
"<value>",
|
||||||
|
],
|
||||||
|
topicFlagTypes: [
|
||||||
|
{
|
||||||
|
description: "Switchable 6th generation task-force",
|
||||||
|
id: 596211,
|
||||||
|
isCustomFlag: false,
|
||||||
|
isFlag: false,
|
||||||
|
name: "<value>",
|
||||||
|
nameKey: "<value>",
|
||||||
|
shortDescription: "<value>",
|
||||||
|
},
|
||||||
|
],
|
||||||
|
trustLevels: {
|
||||||
|
basic: 983427,
|
||||||
|
leader: 891801,
|
||||||
|
member: 399802,
|
||||||
|
newuser: 780931,
|
||||||
|
regular: 380335,
|
||||||
|
},
|
||||||
|
uncategorizedCategoryId: 211534,
|
||||||
|
userColorSchemes: [
|
||||||
|
{
|
||||||
|
id: 147808,
|
||||||
|
isDark: false,
|
||||||
|
name: "<value>",
|
||||||
|
},
|
||||||
|
],
|
||||||
|
userFieldMaxLength: 764995,
|
||||||
|
userFields: [
|
||||||
|
"<value>",
|
||||||
|
],
|
||||||
|
userThemes: [
|
||||||
|
{
|
||||||
|
colorSchemeId: 684935,
|
||||||
|
default: false,
|
||||||
|
name: "<value>",
|
||||||
|
themeId: 189062,
|
||||||
|
},
|
||||||
|
],
|
||||||
|
watchedWordsLink: "<value>",
|
||||||
|
watchedWordsReplace: "<value>",
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
import { GetTagGroupRequest } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { GetTagGroupRequest } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: GetTagGroupRequest = {
|
let value: GetTagGroupRequest = {
|
||||||
id: "<id>",
|
id: "<id>",
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
import { GetTagRequest } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { GetTagRequest } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: GetTagRequest = {
|
let value: GetTagRequest = {
|
||||||
name: "<value>",
|
name: "<value>",
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -6,10 +6,10 @@
|
|||||||
import { GetTopicActionsSummary } from "@lukehagar/discoursejs/sdk/models/operations";
|
import { GetTopicActionsSummary } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||||
|
|
||||||
let value: GetTopicActionsSummary = {
|
let value: GetTopicActionsSummary = {
|
||||||
canAct: false,
|
canAct: false,
|
||||||
count: 895692,
|
count: 895692,
|
||||||
hidden: false,
|
hidden: false,
|
||||||
id: 95619,
|
id: 95619,
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user