Merge branch 'develop' into mahjong

This commit is contained in:
syuilo 2024-02-08 16:59:43 +09:00
commit 2af3710757
106 changed files with 674 additions and 362 deletions

View file

@ -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';

View file

@ -1,8 +1,3 @@
/*
* version: 2024.2.0-beta.9
* generatedAt: 2024-02-05T02:03:49.795Z
*/
import type {
EmptyRequest,
EmptyResponse,

View file

@ -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;

View file

@ -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'];

View file

@ -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[];
};