Merge branch 'develop' into mahjong
This commit is contained in:
commit
2af3710757
106 changed files with 674 additions and 362 deletions
|
|
@ -1,8 +1,3 @@
|
|||
/*
|
||||
* version: 2024.2.0-beta.9
|
||||
* generatedAt: 2024-02-05T02:03:49.797Z
|
||||
*/
|
||||
|
||||
import type { SwitchCaseResponseType } from '../api.js';
|
||||
import type { Endpoints } from './endpoint.js';
|
||||
|
||||
|
|
|
|||
|
|
@ -1,8 +1,3 @@
|
|||
/*
|
||||
* version: 2024.2.0-beta.9
|
||||
* generatedAt: 2024-02-05T02:03:49.795Z
|
||||
*/
|
||||
|
||||
import type {
|
||||
EmptyRequest,
|
||||
EmptyResponse,
|
||||
|
|
|
|||
|
|
@ -1,8 +1,3 @@
|
|||
/*
|
||||
* version: 2024.2.0-beta.9
|
||||
* generatedAt: 2024-02-05T02:03:49.793Z
|
||||
*/
|
||||
|
||||
import { operations } from './types.js';
|
||||
|
||||
export type EmptyRequest = Record<string, unknown> | undefined;
|
||||
|
|
|
|||
|
|
@ -1,8 +1,3 @@
|
|||
/*
|
||||
* version: 2024.2.0-beta.9
|
||||
* generatedAt: 2024-02-05T02:03:49.792Z
|
||||
*/
|
||||
|
||||
import { components } from './types.js';
|
||||
export type Error = components['schemas']['Error'];
|
||||
export type UserLite = components['schemas']['UserLite'];
|
||||
|
|
|
|||
|
|
@ -1,11 +1,6 @@
|
|||
/* eslint @typescript-eslint/naming-convention: 0 */
|
||||
/* eslint @typescript-eslint/no-explicit-any: 0 */
|
||||
|
||||
/*
|
||||
* version: 2024.2.0-beta.9
|
||||
* generatedAt: 2024-02-05T02:03:49.631Z
|
||||
*/
|
||||
|
||||
/**
|
||||
* This file was auto-generated by openapi-typescript.
|
||||
* Do not make direct changes to the file.
|
||||
|
|
@ -4450,6 +4445,7 @@ export type components = {
|
|||
name: string;
|
||||
category: string | null;
|
||||
url: string;
|
||||
localOnly?: boolean;
|
||||
isSensitive?: boolean;
|
||||
roleIdsThatCanBeUsedThisEmojiAsReaction?: string[];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue