mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-04-29 18:16:58 +00:00
Regenerated MK types
This commit is contained in:
parent
19ee7569c6
commit
3344ac6d1e
1 changed files with 4 additions and 12 deletions
|
@ -7410,6 +7410,7 @@ export type operations = {
|
||||||
isSensitive?: boolean;
|
isSensitive?: boolean;
|
||||||
localOnly?: boolean;
|
localOnly?: boolean;
|
||||||
roleIdsThatCanBeUsedThisEmojiAsReaction?: string[];
|
roleIdsThatCanBeUsedThisEmojiAsReaction?: string[];
|
||||||
|
sortKey?: string | null;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -7462,17 +7463,8 @@ export type operations = {
|
||||||
requestBody: {
|
requestBody: {
|
||||||
content: {
|
content: {
|
||||||
'application/json': {
|
'application/json': {
|
||||||
name: string;
|
ids: string[];
|
||||||
/** Format: misskey:id */
|
aliases: string[];
|
||||||
fileId: string;
|
|
||||||
/** @description Use `null` to reset the category. */
|
|
||||||
category?: string | null;
|
|
||||||
aliases?: string[];
|
|
||||||
license?: string | null;
|
|
||||||
isSensitive?: boolean;
|
|
||||||
localOnly?: boolean;
|
|
||||||
roleIdsThatCanBeUsedThisEmojiAsReaction?: string[];
|
|
||||||
sortKey?: string | null;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -7762,6 +7754,7 @@ export type operations = {
|
||||||
/** @description The local host is represented with `null`. The field exists for compatibility with other API endpoints that return files. */
|
/** @description The local host is represented with `null`. The field exists for compatibility with other API endpoints that return files. */
|
||||||
host: string | null;
|
host: string | null;
|
||||||
url: string;
|
url: string;
|
||||||
|
sortKey: string | null;
|
||||||
})[];
|
})[];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -7836,7 +7829,6 @@ export type operations = {
|
||||||
/** @description The local host is represented with `null`. */
|
/** @description The local host is represented with `null`. */
|
||||||
host: string | null;
|
host: string | null;
|
||||||
url: string;
|
url: string;
|
||||||
sortKey: string | null;
|
|
||||||
})[];
|
})[];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue