Skip to content

Commit

Permalink
Update the web-api response types using the latest source
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Jun 10, 2022
1 parent 4bb5887 commit 8c3dfe3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/web-api/src/response/RtmStartResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1157,6 +1157,7 @@ export interface SelfPrefs {
seen_onboarding_starred_items?: boolean;
seen_onboarding_start?: boolean;
seen_onboarding_synth_view?: boolean;
seen_onboarding_synth_view_count?: number;
seen_p3_locale_change_message_ko_kr?: number;
seen_people_search?: boolean;
seen_people_search_count?: number;
Expand Down Expand Up @@ -1566,6 +1567,7 @@ export interface User {
is_app_user?: boolean;
is_bot?: boolean;
is_email_confirmed?: boolean;
is_invited_user?: boolean;
is_owner?: boolean;
is_primary_owner?: boolean;
is_restricted?: boolean;
Expand Down

0 comments on commit 8c3dfe3

Please sign in to comment.