Merge upstream
This commit is contained in:
commit
29c25555b8
40 changed files with 1183 additions and 667 deletions
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue