Skip to content

Commit

Permalink
4.6.0-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
noridev committed Dec 18, 2023
1 parent 42f6003 commit 425961f
Show file tree
Hide file tree
Showing 7 changed files with 265 additions and 261 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cherrypick",
"version": "4.6.0-beta.4",
"version": "4.6.0-beta.5",
"basedMisskeyVersion": "2023.12.0-beta.5",
"codename": "nasubi",
"repository": {
Expand Down
9 changes: 6 additions & 3 deletions packages/cherrypick-js/etc/cherrypick-js.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1733,9 +1733,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'];

Expand Down Expand Up @@ -1781,6 +1778,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'];

Expand Down Expand Up @@ -1829,6 +1829,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'];

Expand Down
Loading

0 comments on commit 425961f

Please sign in to comment.