mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-01-01 04:56:19 +01:00
fix autogen
This commit is contained in:
parent
c370729336
commit
f9516e6ae1
5 changed files with 11 additions and 20 deletions
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* version: 2024.2.0-beta.6
|
* version: 2024.2.0-beta.8
|
||||||
* generatedAt: 2024-01-24T07:32:10.455Z
|
* generatedAt: 2024-01-31T05:27:45.153Z
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import type { SwitchCaseResponseType } from '../api.js';
|
import type { SwitchCaseResponseType } from '../api.js';
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* version: 2024.2.0-beta.6
|
* version: 2024.2.0-beta.8
|
||||||
* generatedAt: 2024-01-24T07:32:10.453Z
|
* generatedAt: 2024-01-31T05:27:45.151Z
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import type {
|
import type {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* version: 2024.2.0-beta.6
|
* version: 2024.2.0-beta.8
|
||||||
* generatedAt: 2024-01-24T07:32:10.452Z
|
* generatedAt: 2024-01-31T05:27:45.149Z
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { operations } from './types.js';
|
import { operations } from './types.js';
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* version: 2024.2.0-beta.6
|
* version: 2024.2.0-beta.8
|
||||||
* generatedAt: 2024-01-24T07:32:10.450Z
|
* generatedAt: 2024-01-31T05:27:45.148Z
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { components } from './types.js';
|
import { components } from './types.js';
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
/* eslint @typescript-eslint/no-explicit-any: 0 */
|
/* eslint @typescript-eslint/no-explicit-any: 0 */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* version: 2024.2.0-beta.6
|
* version: 2024.2.0-beta.8
|
||||||
* generatedAt: 2024-01-24T07:32:10.370Z
|
* generatedAt: 2024-01-31T05:27:45.068Z
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -6541,16 +6541,7 @@ export type operations = {
|
||||||
/** @description OK (with results) */
|
/** @description OK (with results) */
|
||||||
200: {
|
200: {
|
||||||
content: {
|
content: {
|
||||||
'application/json': ({
|
'application/json': components['schemas']['EmojiDetailed'][];
|
||||||
/** Format: id */
|
|
||||||
id: string;
|
|
||||||
aliases: string[];
|
|
||||||
name: string;
|
|
||||||
category: string | null;
|
|
||||||
/** @description The local host is represented with `null`. The field exists for compatibility with other API endpoints that return files. */
|
|
||||||
host: string | null;
|
|
||||||
url: string;
|
|
||||||
})[];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
/** @description Client error */
|
/** @description Client error */
|
||||||
|
|
Loading…
Reference in a new issue