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

This commit is contained in:
まっちゃとーにゅ 2024-01-12 06:08:08 +09:00
commit 4ae637fba0
No known key found for this signature in database
GPG key ID: 143DE582A97FE052
25 changed files with 1951 additions and 1212 deletions

View file

@ -1,6 +1,6 @@
/*
* version: 2023.12.2-io.2c
* generatedAt: 2024-01-09T17:42:52.865Z
* version: 2023.12.2
* generatedAt: 2024-01-11T14:29:04.811Z
*/
import { operations } from './types.js';
@ -550,3 +550,7 @@ export type FetchRssResponse = operations['fetch-rss']['responses']['200']['cont
export type FetchExternalResourcesRequest = operations['fetch-external-resources']['requestBody']['content']['application/json'];
export type FetchExternalResourcesResponse = operations['fetch-external-resources']['responses']['200']['content']['application/json'];
export type RetentionResponse = operations['retention']['responses']['200']['content']['application/json'];
export type BubbleGameRegisterRequest = operations['bubble-game/register']['requestBody']['content']['application/json'];
export type BubbleGameRegisterResponse = operations['bubble-game/register']['responses']['200']['content']['application/json'];
export type BubbleGameRankingRequest = operations['bubble-game/ranking']['requestBody']['content']['application/json'];
export type BubbleGameRankingResponse = operations['bubble-game/ranking']['responses']['200']['content']['application/json'];