1
0

merge: upstream

This commit is contained in:
Marie
2024-02-06 21:23:37 +01:00
parent 34b4646b9f
commit 6a94a52131
60 changed files with 741 additions and 190 deletions
@@ -1,8 +1,3 @@
/*
* version: 2024.2.0-beta2
* generatedAt: 2024-02-03T19:17:05.681Z
*/
import type { SwitchCaseResponseType } from '../api.js';
import type { Endpoints } from './endpoint.js';
@@ -1,8 +1,3 @@
/*
* version: 2024.2.0-beta2
* generatedAt: 2024-02-03T19:17:05.679Z
*/
import type {
EmptyRequest,
EmptyResponse,
@@ -1,8 +1,3 @@
/*
* version: 2024.2.0-beta2
* generatedAt: 2024-02-03T19:17:05.678Z
*/
import { operations } from './types.js';
export type EmptyRequest = Record<string, unknown> | undefined;
@@ -1,8 +1,3 @@
/*
* version: 2024.2.0-beta2
* generatedAt: 2024-02-03T19:17:05.676Z
*/
import { components } from './types.js';
export type Error = components['schemas']['Error'];
export type UserLite = components['schemas']['UserLite'];
+1 -5
View File
@@ -1,11 +1,6 @@
/* eslint @typescript-eslint/naming-convention: 0 */
/* eslint @typescript-eslint/no-explicit-any: 0 */
/*
* version: 2024.2.0-beta2
* generatedAt: 2024-02-03T19:17:05.578Z
*/
/**
* This file was auto-generated by openapi-typescript.
* Do not make direct changes to the file.
@@ -4556,6 +4551,7 @@ export type components = {
name: string;
category: string | null;
url: string;
localOnly?: boolean;
isSensitive?: boolean;
roleIdsThatCanBeUsedThisEmojiAsReaction?: string[];
};