fix autogen

This commit is contained in:
samunohito 2024-01-31 14:28:24 +09:00
parent c370729336
commit f9516e6ae1
5 changed files with 11 additions and 20 deletions

View File

@ -1,6 +1,6 @@
/*
* version: 2024.2.0-beta.6
* generatedAt: 2024-01-24T07:32:10.455Z
* version: 2024.2.0-beta.8
* generatedAt: 2024-01-31T05:27:45.153Z
*/
import type { SwitchCaseResponseType } from '../api.js';

View File

@ -1,6 +1,6 @@
/*
* version: 2024.2.0-beta.6
* generatedAt: 2024-01-24T07:32:10.453Z
* version: 2024.2.0-beta.8
* generatedAt: 2024-01-31T05:27:45.151Z
*/
import type {

View File

@ -1,6 +1,6 @@
/*
* version: 2024.2.0-beta.6
* generatedAt: 2024-01-24T07:32:10.452Z
* version: 2024.2.0-beta.8
* generatedAt: 2024-01-31T05:27:45.149Z
*/
import { operations } from './types.js';

View File

@ -1,6 +1,6 @@
/*
* version: 2024.2.0-beta.6
* generatedAt: 2024-01-24T07:32:10.450Z
* version: 2024.2.0-beta.8
* generatedAt: 2024-01-31T05:27:45.148Z
*/
import { components } from './types.js';

View File

@ -2,8 +2,8 @@
/* eslint @typescript-eslint/no-explicit-any: 0 */
/*
* version: 2024.2.0-beta.6
* generatedAt: 2024-01-24T07:32:10.370Z
* version: 2024.2.0-beta.8
* generatedAt: 2024-01-31T05:27:45.068Z
*/
/**
@ -6541,16 +6541,7 @@ export type operations = {
/** @description OK (with results) */
200: {
content: {
'application/json': ({
/** 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;
})[];
'application/json': components['schemas']['EmojiDetailed'][];
};
};
/** @description Client error */