mirror of
https://github.com/versia-pub/api.git
synced 2026-03-13 04:09:15 +01:00
chore(client): 🏷️ Update client types, add TOS and Privacy Policy APIs
This commit is contained in:
parent
24c5f3effd
commit
6f717fcccd
4 changed files with 34 additions and 3 deletions
|
|
@ -1,5 +1,6 @@
|
|||
import type { Emoji } from "./emoji";
|
||||
import type { Field } from "./field";
|
||||
import type { LysandRole } from "./lysand";
|
||||
import type { Role } from "./role";
|
||||
import type { Source } from "./source";
|
||||
|
||||
|
|
@ -30,5 +31,6 @@ export type Account = {
|
|||
bot: boolean | null;
|
||||
source?: Source;
|
||||
role?: Role;
|
||||
roles: LysandRole[];
|
||||
mute_expires_at?: string;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ export type Relationship = {
|
|||
muting: boolean;
|
||||
muting_notifications: boolean;
|
||||
requested: boolean;
|
||||
requested_by: boolean;
|
||||
domain_blocking: boolean;
|
||||
showing_reblogs: boolean;
|
||||
endorsed: boolean;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue