diff --git a/packages/cherrypick-js/etc/cherrypick-js.api.md b/packages/cherrypick-js/etc/cherrypick-js.api.md index a5b0803c4f..f11b11aae2 100644 --- a/packages/cherrypick-js/etc/cherrypick-js.api.md +++ b/packages/cherrypick-js/etc/cherrypick-js.api.md @@ -1594,8 +1594,6 @@ declare namespace entities { NotesPollsRecommendationRequest, NotesPollsRecommendationResponse, NotesPollsVoteRequest, - NotesEventsSearchRequest, - NotesEventsSearchResponse, NotesReactionsRequest, NotesReactionsResponse, NotesReactionsCreateRequest, @@ -2554,12 +2552,6 @@ type NotesCreateResponse = operations['notes/create']['responses']['200']['conte // @public (undocumented) type NotesDeleteRequest = operations['notes/delete']['requestBody']['content']['application/json']; -// @public (undocumented) -type NotesEventsSearchRequest = operations['notes/events/search']['requestBody']['content']['application/json']; - -// @public (undocumented) -type NotesEventsSearchResponse = operations['notes/events/search']['responses']['200']['content']['application/json']; - // @public (undocumented) type NotesFavoritesCreateRequest = operations['notes/favorites/create']['requestBody']['content']['application/json']; diff --git a/packages/cherrypick-js/src/autogen/apiClientJSDoc.ts b/packages/cherrypick-js/src/autogen/apiClientJSDoc.ts index 2feb126e5a..da5628a2e3 100644 --- a/packages/cherrypick-js/src/autogen/apiClientJSDoc.ts +++ b/packages/cherrypick-js/src/autogen/apiClientJSDoc.ts @@ -3184,17 +3184,6 @@ declare module '../api.js' { credential?: string | null, ): Promise>; - /** - * No description provided. - * - * **Credential required**: *No* - */ - request( - endpoint: E, - params: P, - credential?: string | null, - ): Promise>; - /** * No description provided. * diff --git a/packages/cherrypick-js/src/autogen/endpoint.ts b/packages/cherrypick-js/src/autogen/endpoint.ts index d3e58c10e2..fb8c9e8543 100644 --- a/packages/cherrypick-js/src/autogen/endpoint.ts +++ b/packages/cherrypick-js/src/autogen/endpoint.ts @@ -423,8 +423,6 @@ import type { NotesPollsRecommendationRequest, NotesPollsRecommendationResponse, NotesPollsVoteRequest, - NotesEventsSearchRequest, - NotesEventsSearchResponse, NotesReactionsRequest, NotesReactionsResponse, NotesReactionsCreateRequest, @@ -883,7 +881,6 @@ export type Endpoints = { 'notes/mentions': { req: NotesMentionsRequest; res: NotesMentionsResponse }; 'notes/polls/recommendation': { req: NotesPollsRecommendationRequest; res: NotesPollsRecommendationResponse }; 'notes/polls/vote': { req: NotesPollsVoteRequest; res: EmptyResponse }; - 'notes/events/search': { req: NotesEventsSearchRequest; res: NotesEventsSearchResponse }; 'notes/reactions': { req: NotesReactionsRequest; res: NotesReactionsResponse }; 'notes/reactions/create': { req: NotesReactionsCreateRequest; res: EmptyResponse }; 'notes/reactions/delete': { req: NotesReactionsDeleteRequest; res: EmptyResponse }; diff --git a/packages/cherrypick-js/src/autogen/entities.ts b/packages/cherrypick-js/src/autogen/entities.ts index fe18f807e9..719f458dc4 100644 --- a/packages/cherrypick-js/src/autogen/entities.ts +++ b/packages/cherrypick-js/src/autogen/entities.ts @@ -425,8 +425,6 @@ export type NotesMentionsResponse = operations['notes/mentions']['responses']['2 export type NotesPollsRecommendationRequest = operations['notes/polls/recommendation']['requestBody']['content']['application/json']; export type NotesPollsRecommendationResponse = operations['notes/polls/recommendation']['responses']['200']['content']['application/json']; export type NotesPollsVoteRequest = operations['notes/polls/vote']['requestBody']['content']['application/json']; -export type NotesEventsSearchRequest = operations['notes/events/search']['requestBody']['content']['application/json']; -export type NotesEventsSearchResponse = operations['notes/events/search']['responses']['200']['content']['application/json']; export type NotesReactionsRequest = operations['notes/reactions']['requestBody']['content']['application/json']; export type NotesReactionsResponse = operations['notes/reactions']['responses']['200']['content']['application/json']; export type NotesReactionsCreateRequest = operations['notes/reactions/create']['requestBody']['content']['application/json']; diff --git a/packages/cherrypick-js/src/autogen/types.ts b/packages/cherrypick-js/src/autogen/types.ts index 67f199ec60..85d4a0335f 100644 --- a/packages/cherrypick-js/src/autogen/types.ts +++ b/packages/cherrypick-js/src/autogen/types.ts @@ -2754,15 +2754,6 @@ export type paths = { */ post: operations['notes/polls/vote']; }; - '/notes/events/search': { - /** - * notes/events/search - * @description No description provided. - * - * **Credential required**: *No* - */ - post: operations['notes/events/search']; - }; '/notes/reactions': { /** * notes/reactions @@ -5106,8 +5097,11 @@ export type operations = { infoImageUrl: string | null; notFoundImageUrl: string | null; iconUrl: string | null; + appleIconUrl: string | null; app192IconUrl: string | null; app512IconUrl: string | null; + app769IconUrl: string | null; + app1024IconUrl: string | null; enableEmail: boolean; enableServiceWorker: boolean; translatorAvailable: boolean; @@ -9466,8 +9460,11 @@ export type operations = { infoImageUrl?: string | null; notFoundImageUrl?: string | null; iconUrl?: string | null; + appleIconUrl?: string | null; app192IconUrl?: string | null; app512IconUrl?: string | null; + app769IconUrl?: string | null; + app1024IconUrl?: string | null; backgroundImageUrl?: string | null; logoImageUrl?: string | null; name?: string | null; @@ -21595,12 +21592,6 @@ export type operations = { expiresAt?: number | null; expiredAfter?: number | null; }) | null; - event?: ({ - title?: string; - start?: number; - end?: number | null; - metadata?: Record; - }) | null; }; }; }; @@ -21731,8 +21722,6 @@ export type operations = { expiredAfter?: number | null; }) | null; cw: string | null; - /** @default false */ - disableRightClick?: boolean; }; }; }; @@ -22329,87 +22318,6 @@ export type operations = { }; }; }; - /** - * notes/events/search - * @description No description provided. - * - * **Credential required**: *No* - */ - 'notes/events/search': { - requestBody: { - content: { - 'application/json': { - query?: string | null; - /** Format: misskey:id */ - sinceId?: string; - /** Format: misskey:id */ - untilId?: string; - /** @default 10 */ - limit?: number; - /** - * @default combined - * @enum {string} - */ - origin?: 'local' | 'remote' | 'combined'; - /** @default 0 */ - offset?: number; - users?: string[] | null; - sinceDate?: number | null; - untilDate?: number | null; - /** @description list of string -> [string] that filters events based on metadata. Each item in filters is applied as an AND */ - filters?: (({ - /** @description the metadata string property to filter on. Can filter on nested properties using an array. such as `["location", "postalCode"]`. */ - key?: string[]; - /** @description The values to match the metadata against (case insensitive regex). Each item in this array is applied as an OR. Include null to indicate match on missing metadata */ - values?: (string | null)[]; - })[]) | null; - /** - * @default startDate - * @enum {string|null} - */ - sortBy?: 'startDate' | 'createdAt'; - }; - }; - }; - responses: { - /** @description OK (with results) */ - 200: { - content: { - 'application/json': components['schemas']['Note'][]; - }; - }; - /** @description Client error */ - 400: { - content: { - 'application/json': components['schemas']['Error']; - }; - }; - /** @description Authentication error */ - 401: { - content: { - 'application/json': components['schemas']['Error']; - }; - }; - /** @description Forbidden error */ - 403: { - content: { - 'application/json': components['schemas']['Error']; - }; - }; - /** @description I'm Ai */ - 418: { - content: { - 'application/json': components['schemas']['Error']; - }; - }; - /** @description Internal server error */ - 500: { - content: { - 'application/json': components['schemas']['Error']; - }; - }; - }; - }; /** * notes/reactions * @description No description provided.