Update misskey-js.api.md
This commit is contained in:
parent
a2446bfef2
commit
bc4e82fb2d
|
@ -1635,9 +1635,6 @@ type FetchLike = (input: string, init?: {
|
|||
// @public (undocumented)
|
||||
type FetchRssRequest = operations['fetch-rss']['requestBody']['content']['application/json'];
|
||||
|
||||
// @public (undocumented)
|
||||
export const ffVisibility: readonly ["public", "followers", "private"];
|
||||
|
||||
// @public (undocumented)
|
||||
type Flash = components['schemas']['Flash'];
|
||||
|
||||
|
@ -1677,6 +1674,9 @@ type FlashUnlikeRequest = operations['flash/unlike']['requestBody']['content']['
|
|||
// @public (undocumented)
|
||||
type FlashUpdateRequest = operations['flash/update']['requestBody']['content']['application/json'];
|
||||
|
||||
// @public (undocumented)
|
||||
export const followersVisibilities: readonly ["public", "followers", "private"];
|
||||
|
||||
// @public (undocumented)
|
||||
type Following = components['schemas']['Following'];
|
||||
|
||||
|
@ -1725,6 +1725,9 @@ type FollowingUpdateRequest = operations['following/update']['requestBody']['con
|
|||
// @public (undocumented)
|
||||
type FollowingUpdateResponse = operations['following/update']['responses']['200']['content']['application/json'];
|
||||
|
||||
// @public (undocumented)
|
||||
export const followingVisibilities: readonly ["public", "followers", "private"];
|
||||
|
||||
// @public (undocumented)
|
||||
type GalleryFeaturedRequest = operations['gallery/featured']['requestBody']['content']['application/json'];
|
||||
|
||||
|
|
Loading…
Reference in New Issue