feat(api): Implement indexing toggle and followers/following privacy settings

This commit is contained in:
Jesse Wierzbinski 2025-03-30 20:32:42 +02:00
parent 666eef063c
commit 9d1d56bd08
No known key found for this signature in database
15 changed files with 4854 additions and 15 deletions

View file

@ -3061,6 +3061,8 @@ export class Client extends BaseClient {
}[];
header: File | URL;
locked: boolean;
hide_collections: boolean;
indexable: boolean;
note: string;
source: Partial<{
language: string;