Merge remote-tracking branch 'misskey-dev/develop' into io

This commit is contained in:
まっちゃとーにゅ
2024-02-06 23:53:10 +09:00
39 changed files with 313 additions and 119 deletions

View File

@@ -1,7 +1,3 @@
/*
* version: 2024.2.0-io
*/
import type { SwitchCaseResponseType } from '../api.js';
import type { Endpoints } from './endpoint.js';

View File

@@ -1,7 +1,3 @@
/*
* version: 2024.2.0-io
*/
import type {
EmptyRequest,
EmptyResponse,

View File

@@ -1,7 +1,3 @@
/*
* version: 2024.2.0-io
*/
import { operations } from './types.js';
export type EmptyRequest = Record<string, unknown> | undefined;

View File

@@ -1,7 +1,3 @@
/*
* version: 2024.2.0-io
*/
import { components } from './types.js';
export type Error = components['schemas']['Error'];
export type UserLite = components['schemas']['UserLite'];

View File

@@ -1,10 +1,6 @@
/* eslint @typescript-eslint/naming-convention: 0 */
/* eslint @typescript-eslint/no-explicit-any: 0 */
/*
* version: 2024.2.0-io
*/
/**
* This file was auto-generated by openapi-typescript.
* Do not make direct changes to the file.
@@ -4520,6 +4516,7 @@ export type components = {
name: string;
category: string | null;
url: string;
localOnly?: boolean;
isSensitive?: boolean;
roleIdsThatCanBeUsedThisEmojiAsReaction?: string[];
roleIdsThatCanNotBeUsedThisEmojiAsReaction?: string[];