Skip to content

Commit

Permalink
Update misskey-js.api.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kanarikanaru committed Aug 15, 2024
1 parent 1d35029 commit 87f4b70
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/misskey-js/etc/misskey-js.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1520,6 +1520,7 @@ declare namespace entities {
IGalleryPostsResponse,
IImportBlockingRequest,
IImportFollowingRequest,
IImportNotesRequest,
IImportMutingRequest,
IImportUserListsRequest,
IImportAntennasRequest,
Expand Down Expand Up @@ -1609,6 +1610,8 @@ declare namespace entities {
NotesHybridTimelineResponse,
NotesLocalTimelineRequest,
NotesLocalTimelineResponse,
NotesHanamiTimelineRequest,
NotesHanamiTimelineResponse,
NotesMentionsRequest,
NotesMentionsResponse,
NotesPollsRecommendationRequest,
Expand Down Expand Up @@ -2160,6 +2163,9 @@ type IImportFollowingRequest = operations['i___import-following']['requestBody']
// @public (undocumented)
type IImportMutingRequest = operations['i___import-muting']['requestBody']['content']['application/json'];

// @public (undocumented)
type IImportNotesRequest = operations['i___import-notes']['requestBody']['content']['application/json'];

// @public (undocumented)
type IImportUserListsRequest = operations['i___import-user-lists']['requestBody']['content']['application/json'];

Expand Down Expand Up @@ -2561,6 +2567,12 @@ type NotesGlobalTimelineRequest = operations['notes___global-timeline']['request
// @public (undocumented)
type NotesGlobalTimelineResponse = operations['notes___global-timeline']['responses']['200']['content']['application/json'];

// @public (undocumented)
type NotesHanamiTimelineRequest = operations['notes___hanami-timeline']['requestBody']['content']['application/json'];

// @public (undocumented)
type NotesHanamiTimelineResponse = operations['notes___hanami-timeline']['responses']['200']['content']['application/json'];

// @public (undocumented)
type NotesHybridTimelineRequest = operations['notes___hybrid-timeline']['requestBody']['content']['application/json'];

Expand Down

0 comments on commit 87f4b70

Please sign in to comment.