Merge upstream

This commit is contained in:
ASTRO:? 2024-12-22 12:44:09 +09:00
commit 29c25555b8
No known key found for this signature in database
GPG key ID: 8947F3AF5B0B4BFE
40 changed files with 1183 additions and 667 deletions

View file

@ -4248,6 +4248,17 @@ declare module '../api.js' {
credential?: string | null,
): Promise<SwitchCaseResponseType<E, P>>;
/**
* No description provided.
*
* **Credential required**: *No*
*/
request<E extends 'users/get-security-info', P extends Endpoints[E]['req']>(
endpoint: E,
params: P,
credential?: string | null,
): Promise<SwitchCaseResponseType<E, P>>;
/**
* Show statistics about a user.
*