misskey-js update after our changes
This commit is contained in:
parent
4ddee7b01e
commit
f412a074ff
1 changed files with 7 additions and 0 deletions
|
@ -11426,6 +11426,13 @@ export type operations = {
|
||||||
untilDate?: number;
|
untilDate?: number;
|
||||||
/** @default false */
|
/** @default false */
|
||||||
allowPartial?: boolean;
|
allowPartial?: boolean;
|
||||||
|
/** @default true */
|
||||||
|
withRenotes?: boolean;
|
||||||
|
/**
|
||||||
|
* @description Only show notes that have attached files.
|
||||||
|
* @default false
|
||||||
|
*/
|
||||||
|
withFiles?: boolean;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue