@atcute/bluesky 3.2.5 → 3.2.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/lexicons/types/app/bsky/actor/defs.d.ts +159 -0
- package/dist/lexicons/types/app/bsky/actor/defs.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/actor/defs.js +159 -0
- package/dist/lexicons/types/app/bsky/actor/defs.js.map +1 -1
- package/dist/lexicons/types/app/bsky/actor/getProfile.d.ts +3 -0
- package/dist/lexicons/types/app/bsky/actor/getProfile.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/actor/getProfile.js +3 -0
- package/dist/lexicons/types/app/bsky/actor/getProfile.js.map +1 -1
- package/dist/lexicons/types/app/bsky/actor/getProfiles.d.ts +4 -0
- package/dist/lexicons/types/app/bsky/actor/getProfiles.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/actor/getProfiles.js +4 -0
- package/dist/lexicons/types/app/bsky/actor/getProfiles.js.map +1 -1
- package/dist/lexicons/types/app/bsky/actor/getSuggestions.d.ts +8 -0
- package/dist/lexicons/types/app/bsky/actor/getSuggestions.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/actor/getSuggestions.js +8 -0
- package/dist/lexicons/types/app/bsky/actor/getSuggestions.js.map +1 -1
- package/dist/lexicons/types/app/bsky/actor/profile.d.ts +27 -0
- package/dist/lexicons/types/app/bsky/actor/profile.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/actor/profile.js +27 -0
- package/dist/lexicons/types/app/bsky/actor/profile.js.map +1 -1
- package/dist/lexicons/types/app/bsky/actor/searchActors.d.ts +12 -0
- package/dist/lexicons/types/app/bsky/actor/searchActors.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/actor/searchActors.js +12 -0
- package/dist/lexicons/types/app/bsky/actor/searchActors.js.map +1 -1
- package/dist/lexicons/types/app/bsky/actor/searchActorsTypeahead.d.ts +12 -0
- package/dist/lexicons/types/app/bsky/actor/searchActorsTypeahead.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/actor/searchActorsTypeahead.js +12 -0
- package/dist/lexicons/types/app/bsky/actor/searchActorsTypeahead.js.map +1 -1
- package/dist/lexicons/types/app/bsky/actor/status.d.ts +10 -0
- package/dist/lexicons/types/app/bsky/actor/status.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/actor/status.js +10 -0
- package/dist/lexicons/types/app/bsky/actor/status.js.map +1 -1
- package/dist/lexicons/types/app/bsky/bookmark/defs.d.ts +6 -0
- package/dist/lexicons/types/app/bsky/bookmark/defs.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/bookmark/defs.js +6 -0
- package/dist/lexicons/types/app/bsky/bookmark/defs.js.map +1 -1
- package/dist/lexicons/types/app/bsky/bookmark/getBookmarks.d.ts +5 -0
- package/dist/lexicons/types/app/bsky/bookmark/getBookmarks.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/bookmark/getBookmarks.js +5 -0
- package/dist/lexicons/types/app/bsky/bookmark/getBookmarks.js.map +1 -1
- package/dist/lexicons/types/app/bsky/embed/defs.d.ts +6 -0
- package/dist/lexicons/types/app/bsky/embed/defs.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/embed/defs.js +6 -0
- package/dist/lexicons/types/app/bsky/embed/defs.js.map +1 -1
- package/dist/lexicons/types/app/bsky/embed/external.d.ts +4 -0
- package/dist/lexicons/types/app/bsky/embed/external.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/embed/external.js +4 -0
- package/dist/lexicons/types/app/bsky/embed/external.js.map +1 -1
- package/dist/lexicons/types/app/bsky/embed/images.d.ts +22 -0
- package/dist/lexicons/types/app/bsky/embed/images.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/embed/images.js +22 -0
- package/dist/lexicons/types/app/bsky/embed/images.js.map +1 -1
- package/dist/lexicons/types/app/bsky/embed/record.d.ts +3 -0
- package/dist/lexicons/types/app/bsky/embed/record.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/embed/record.js +3 -0
- package/dist/lexicons/types/app/bsky/embed/record.js.map +1 -1
- package/dist/lexicons/types/app/bsky/embed/video.d.ts +21 -0
- package/dist/lexicons/types/app/bsky/embed/video.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/embed/video.js +21 -0
- package/dist/lexicons/types/app/bsky/embed/video.js.map +1 -1
- package/dist/lexicons/types/app/bsky/feed/defs.d.ts +30 -0
- package/dist/lexicons/types/app/bsky/feed/defs.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/feed/defs.js +30 -0
- package/dist/lexicons/types/app/bsky/feed/defs.js.map +1 -1
- package/dist/lexicons/types/app/bsky/feed/generator.d.ts +18 -0
- package/dist/lexicons/types/app/bsky/feed/generator.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/feed/generator.js +18 -0
- package/dist/lexicons/types/app/bsky/feed/generator.js.map +1 -1
- package/dist/lexicons/types/app/bsky/feed/getActorFeeds.d.ts +5 -0
- package/dist/lexicons/types/app/bsky/feed/getActorFeeds.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/feed/getActorFeeds.js +5 -0
- package/dist/lexicons/types/app/bsky/feed/getActorFeeds.js.map +1 -1
- package/dist/lexicons/types/app/bsky/feed/getActorLikes.d.ts +5 -0
- package/dist/lexicons/types/app/bsky/feed/getActorLikes.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/feed/getActorLikes.js +5 -0
- package/dist/lexicons/types/app/bsky/feed/getActorLikes.js.map +1 -1
- package/dist/lexicons/types/app/bsky/feed/getAuthorFeed.d.ts +12 -0
- package/dist/lexicons/types/app/bsky/feed/getAuthorFeed.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/feed/getAuthorFeed.js +12 -0
- package/dist/lexicons/types/app/bsky/feed/getAuthorFeed.js.map +1 -1
- package/dist/lexicons/types/app/bsky/feed/getFeed.d.ts +5 -0
- package/dist/lexicons/types/app/bsky/feed/getFeed.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/feed/getFeed.js +5 -0
- package/dist/lexicons/types/app/bsky/feed/getFeed.js.map +1 -1
- package/dist/lexicons/types/app/bsky/feed/getFeedGenerator.d.ts +9 -0
- package/dist/lexicons/types/app/bsky/feed/getFeedGenerator.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/feed/getFeedGenerator.js +9 -0
- package/dist/lexicons/types/app/bsky/feed/getFeedGenerator.js.map +1 -1
- package/dist/lexicons/types/app/bsky/feed/getFeedGenerators.d.ts +3 -0
- package/dist/lexicons/types/app/bsky/feed/getFeedGenerators.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/feed/getFeedGenerators.js +3 -0
- package/dist/lexicons/types/app/bsky/feed/getFeedGenerators.js.map +1 -1
- package/dist/lexicons/types/app/bsky/feed/getFeedSkeleton.d.ts +12 -0
- package/dist/lexicons/types/app/bsky/feed/getFeedSkeleton.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/feed/getFeedSkeleton.js +12 -0
- package/dist/lexicons/types/app/bsky/feed/getFeedSkeleton.js.map +1 -1
- package/dist/lexicons/types/app/bsky/feed/getLikes.d.ts +11 -0
- package/dist/lexicons/types/app/bsky/feed/getLikes.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/feed/getLikes.js +11 -0
- package/dist/lexicons/types/app/bsky/feed/getLikes.js.map +1 -1
- package/dist/lexicons/types/app/bsky/feed/getListFeed.d.ts +8 -0
- package/dist/lexicons/types/app/bsky/feed/getListFeed.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/feed/getListFeed.js +8 -0
- package/dist/lexicons/types/app/bsky/feed/getListFeed.js.map +1 -1
- package/dist/lexicons/types/app/bsky/feed/getPostThread.d.ts +15 -0
- package/dist/lexicons/types/app/bsky/feed/getPostThread.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/feed/getPostThread.js +15 -0
- package/dist/lexicons/types/app/bsky/feed/getPostThread.js.map +1 -1
- package/dist/lexicons/types/app/bsky/feed/getPosts.d.ts +5 -0
- package/dist/lexicons/types/app/bsky/feed/getPosts.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/feed/getPosts.js +5 -0
- package/dist/lexicons/types/app/bsky/feed/getPosts.js.map +1 -1
- package/dist/lexicons/types/app/bsky/feed/getQuotes.d.ts +11 -0
- package/dist/lexicons/types/app/bsky/feed/getQuotes.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/feed/getQuotes.js +11 -0
- package/dist/lexicons/types/app/bsky/feed/getQuotes.js.map +1 -1
- package/dist/lexicons/types/app/bsky/feed/getRepostedBy.d.ts +11 -0
- package/dist/lexicons/types/app/bsky/feed/getRepostedBy.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/feed/getRepostedBy.js +11 -0
- package/dist/lexicons/types/app/bsky/feed/getRepostedBy.js.map +1 -1
- package/dist/lexicons/types/app/bsky/feed/getSuggestedFeeds.d.ts +5 -0
- package/dist/lexicons/types/app/bsky/feed/getSuggestedFeeds.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/feed/getSuggestedFeeds.js +5 -0
- package/dist/lexicons/types/app/bsky/feed/getSuggestedFeeds.js.map +1 -1
- package/dist/lexicons/types/app/bsky/feed/getTimeline.d.ts +8 -0
- package/dist/lexicons/types/app/bsky/feed/getTimeline.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/feed/getTimeline.js +8 -0
- package/dist/lexicons/types/app/bsky/feed/getTimeline.js.map +1 -1
- package/dist/lexicons/types/app/bsky/feed/post.d.ts +35 -0
- package/dist/lexicons/types/app/bsky/feed/post.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/feed/post.js +35 -0
- package/dist/lexicons/types/app/bsky/feed/post.js.map +1 -1
- package/dist/lexicons/types/app/bsky/feed/postgate.d.ts +11 -0
- package/dist/lexicons/types/app/bsky/feed/postgate.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/feed/postgate.js +11 -0
- package/dist/lexicons/types/app/bsky/feed/postgate.js.map +1 -1
- package/dist/lexicons/types/app/bsky/feed/searchPosts.d.ts +42 -0
- package/dist/lexicons/types/app/bsky/feed/searchPosts.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/feed/searchPosts.js +42 -0
- package/dist/lexicons/types/app/bsky/feed/searchPosts.js.map +1 -1
- package/dist/lexicons/types/app/bsky/feed/threadgate.d.ts +12 -1
- package/dist/lexicons/types/app/bsky/feed/threadgate.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/feed/threadgate.js +12 -1
- package/dist/lexicons/types/app/bsky/feed/threadgate.js.map +1 -1
- package/dist/lexicons/types/app/bsky/graph/block.d.ts +3 -0
- package/dist/lexicons/types/app/bsky/graph/block.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/graph/block.js +3 -0
- package/dist/lexicons/types/app/bsky/graph/block.js.map +1 -1
- package/dist/lexicons/types/app/bsky/graph/defs.d.ts +45 -0
- package/dist/lexicons/types/app/bsky/graph/defs.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/graph/defs.js +45 -0
- package/dist/lexicons/types/app/bsky/graph/defs.js.map +1 -1
- package/dist/lexicons/types/app/bsky/graph/getActorStarterPacks.d.ts +5 -0
- package/dist/lexicons/types/app/bsky/graph/getActorStarterPacks.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/graph/getActorStarterPacks.js +5 -0
- package/dist/lexicons/types/app/bsky/graph/getActorStarterPacks.js.map +1 -1
- package/dist/lexicons/types/app/bsky/graph/getBlocks.d.ts +5 -0
- package/dist/lexicons/types/app/bsky/graph/getBlocks.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/graph/getBlocks.js +5 -0
- package/dist/lexicons/types/app/bsky/graph/getBlocks.js.map +1 -1
- package/dist/lexicons/types/app/bsky/graph/getFollowers.d.ts +5 -0
- package/dist/lexicons/types/app/bsky/graph/getFollowers.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/graph/getFollowers.js +5 -0
- package/dist/lexicons/types/app/bsky/graph/getFollowers.js.map +1 -1
- package/dist/lexicons/types/app/bsky/graph/getFollows.d.ts +5 -0
- package/dist/lexicons/types/app/bsky/graph/getFollows.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/graph/getFollows.js +5 -0
- package/dist/lexicons/types/app/bsky/graph/getFollows.js.map +1 -1
- package/dist/lexicons/types/app/bsky/graph/getKnownFollowers.d.ts +5 -0
- package/dist/lexicons/types/app/bsky/graph/getKnownFollowers.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/graph/getKnownFollowers.js +5 -0
- package/dist/lexicons/types/app/bsky/graph/getKnownFollowers.js.map +1 -1
- package/dist/lexicons/types/app/bsky/graph/getList.d.ts +8 -0
- package/dist/lexicons/types/app/bsky/graph/getList.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/graph/getList.js +8 -0
- package/dist/lexicons/types/app/bsky/graph/getList.js.map +1 -1
- package/dist/lexicons/types/app/bsky/graph/getListBlocks.d.ts +5 -0
- package/dist/lexicons/types/app/bsky/graph/getListBlocks.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/graph/getListBlocks.js +5 -0
- package/dist/lexicons/types/app/bsky/graph/getListBlocks.js.map +1 -1
- package/dist/lexicons/types/app/bsky/graph/getListMutes.d.ts +5 -0
- package/dist/lexicons/types/app/bsky/graph/getListMutes.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/graph/getListMutes.js +5 -0
- package/dist/lexicons/types/app/bsky/graph/getListMutes.js.map +1 -1
- package/dist/lexicons/types/app/bsky/graph/getLists.d.ts +11 -0
- package/dist/lexicons/types/app/bsky/graph/getLists.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/graph/getLists.js +11 -0
- package/dist/lexicons/types/app/bsky/graph/getLists.js.map +1 -1
- package/dist/lexicons/types/app/bsky/graph/getListsWithMembership.d.ts +11 -0
- package/dist/lexicons/types/app/bsky/graph/getListsWithMembership.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/graph/getListsWithMembership.js +11 -0
- package/dist/lexicons/types/app/bsky/graph/getListsWithMembership.js.map +1 -1
- package/dist/lexicons/types/app/bsky/graph/getMutes.d.ts +5 -0
- package/dist/lexicons/types/app/bsky/graph/getMutes.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/graph/getMutes.js +5 -0
- package/dist/lexicons/types/app/bsky/graph/getMutes.js.map +1 -1
- package/dist/lexicons/types/app/bsky/graph/getRelationships.d.ts +7 -0
- package/dist/lexicons/types/app/bsky/graph/getRelationships.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/graph/getRelationships.js +7 -0
- package/dist/lexicons/types/app/bsky/graph/getRelationships.js.map +1 -1
- package/dist/lexicons/types/app/bsky/graph/getStarterPack.d.ts +3 -0
- package/dist/lexicons/types/app/bsky/graph/getStarterPack.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/graph/getStarterPack.js +3 -0
- package/dist/lexicons/types/app/bsky/graph/getStarterPack.js.map +1 -1
- package/dist/lexicons/types/app/bsky/graph/getStarterPacks.d.ts +4 -0
- package/dist/lexicons/types/app/bsky/graph/getStarterPacks.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/graph/getStarterPacks.js +4 -0
- package/dist/lexicons/types/app/bsky/graph/getStarterPacks.js.map +1 -1
- package/dist/lexicons/types/app/bsky/graph/getStarterPacksWithMembership.d.ts +8 -0
- package/dist/lexicons/types/app/bsky/graph/getStarterPacksWithMembership.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/graph/getStarterPacksWithMembership.js +8 -0
- package/dist/lexicons/types/app/bsky/graph/getStarterPacksWithMembership.js.map +1 -1
- package/dist/lexicons/types/app/bsky/graph/getSuggestedFollowsByActor.d.ts +7 -0
- package/dist/lexicons/types/app/bsky/graph/getSuggestedFollowsByActor.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/graph/getSuggestedFollowsByActor.js +7 -0
- package/dist/lexicons/types/app/bsky/graph/getSuggestedFollowsByActor.js.map +1 -1
- package/dist/lexicons/types/app/bsky/graph/list.d.ts +16 -0
- package/dist/lexicons/types/app/bsky/graph/list.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/graph/list.js +16 -0
- package/dist/lexicons/types/app/bsky/graph/list.js.map +1 -1
- package/dist/lexicons/types/app/bsky/graph/listblock.d.ts +3 -0
- package/dist/lexicons/types/app/bsky/graph/listblock.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/graph/listblock.js +3 -0
- package/dist/lexicons/types/app/bsky/graph/listblock.js.map +1 -1
- package/dist/lexicons/types/app/bsky/graph/listitem.d.ts +6 -0
- package/dist/lexicons/types/app/bsky/graph/listitem.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/graph/listitem.js +6 -0
- package/dist/lexicons/types/app/bsky/graph/listitem.js.map +1 -1
- package/dist/lexicons/types/app/bsky/graph/searchStarterPacks.d.ts +8 -0
- package/dist/lexicons/types/app/bsky/graph/searchStarterPacks.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/graph/searchStarterPacks.js +8 -0
- package/dist/lexicons/types/app/bsky/graph/searchStarterPacks.js.map +1 -1
- package/dist/lexicons/types/app/bsky/graph/starterpack.d.ts +16 -0
- package/dist/lexicons/types/app/bsky/graph/starterpack.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/graph/starterpack.js +16 -0
- package/dist/lexicons/types/app/bsky/graph/starterpack.js.map +1 -1
- package/dist/lexicons/types/app/bsky/graph/verification.d.ts +12 -0
- package/dist/lexicons/types/app/bsky/graph/verification.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/graph/verification.js +12 -0
- package/dist/lexicons/types/app/bsky/graph/verification.js.map +1 -1
- package/dist/lexicons/types/app/bsky/labeler/defs.d.ts +21 -0
- package/dist/lexicons/types/app/bsky/labeler/defs.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/labeler/defs.js +21 -0
- package/dist/lexicons/types/app/bsky/labeler/defs.js.map +1 -1
- package/dist/lexicons/types/app/bsky/labeler/getServices.d.ts +6 -0
- package/dist/lexicons/types/app/bsky/labeler/getServices.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/labeler/getServices.js +6 -0
- package/dist/lexicons/types/app/bsky/labeler/getServices.js.map +1 -1
- package/dist/lexicons/types/app/bsky/labeler/service.d.ts +9 -0
- package/dist/lexicons/types/app/bsky/labeler/service.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/labeler/service.js +9 -0
- package/dist/lexicons/types/app/bsky/labeler/service.js.map +1 -1
- package/dist/lexicons/types/app/bsky/notification/declaration.d.ts +3 -0
- package/dist/lexicons/types/app/bsky/notification/declaration.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/notification/declaration.js +3 -0
- package/dist/lexicons/types/app/bsky/notification/declaration.js.map +1 -1
- package/dist/lexicons/types/app/bsky/notification/listActivitySubscriptions.d.ts +5 -0
- package/dist/lexicons/types/app/bsky/notification/listActivitySubscriptions.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/notification/listActivitySubscriptions.js +5 -0
- package/dist/lexicons/types/app/bsky/notification/listActivitySubscriptions.js.map +1 -1
- package/dist/lexicons/types/app/bsky/notification/listNotifications.d.ts +11 -0
- package/dist/lexicons/types/app/bsky/notification/listNotifications.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/notification/listNotifications.js +11 -0
- package/dist/lexicons/types/app/bsky/notification/listNotifications.js.map +1 -1
- package/dist/lexicons/types/app/bsky/notification/registerPush.d.ts +3 -0
- package/dist/lexicons/types/app/bsky/notification/registerPush.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/notification/registerPush.js +3 -0
- package/dist/lexicons/types/app/bsky/notification/registerPush.js.map +1 -1
- package/dist/lexicons/types/app/bsky/richtext/facet.d.ts +10 -0
- package/dist/lexicons/types/app/bsky/richtext/facet.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/richtext/facet.js +10 -0
- package/dist/lexicons/types/app/bsky/richtext/facet.js.map +1 -1
- package/dist/lexicons/types/app/bsky/unspecced/defs.d.ts +45 -0
- package/dist/lexicons/types/app/bsky/unspecced/defs.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/unspecced/defs.js +45 -0
- package/dist/lexicons/types/app/bsky/unspecced/defs.js.map +1 -1
- package/dist/lexicons/types/app/bsky/unspecced/getOnboardingSuggestedStarterPacks.d.ts +5 -0
- package/dist/lexicons/types/app/bsky/unspecced/getOnboardingSuggestedStarterPacks.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/unspecced/getOnboardingSuggestedStarterPacks.js +5 -0
- package/dist/lexicons/types/app/bsky/unspecced/getOnboardingSuggestedStarterPacks.js.map +1 -1
- package/dist/lexicons/types/app/bsky/unspecced/getOnboardingSuggestedStarterPacksSkeleton.d.ts +8 -0
- package/dist/lexicons/types/app/bsky/unspecced/getOnboardingSuggestedStarterPacksSkeleton.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/unspecced/getOnboardingSuggestedStarterPacksSkeleton.js +8 -0
- package/dist/lexicons/types/app/bsky/unspecced/getOnboardingSuggestedStarterPacksSkeleton.js.map +1 -1
- package/dist/lexicons/types/app/bsky/unspecced/getPopularFeedGenerators.d.ts +5 -0
- package/dist/lexicons/types/app/bsky/unspecced/getPopularFeedGenerators.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/unspecced/getPopularFeedGenerators.js +5 -0
- package/dist/lexicons/types/app/bsky/unspecced/getPopularFeedGenerators.js.map +1 -1
- package/dist/lexicons/types/app/bsky/unspecced/getPostThreadOtherV2.d.ts +13 -0
- package/dist/lexicons/types/app/bsky/unspecced/getPostThreadOtherV2.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/unspecced/getPostThreadOtherV2.js +13 -0
- package/dist/lexicons/types/app/bsky/unspecced/getPostThreadOtherV2.js.map +1 -1
- package/dist/lexicons/types/app/bsky/unspecced/getPostThreadV2.d.ts +36 -0
- package/dist/lexicons/types/app/bsky/unspecced/getPostThreadV2.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/unspecced/getPostThreadV2.js +36 -0
- package/dist/lexicons/types/app/bsky/unspecced/getPostThreadV2.js.map +1 -1
- package/dist/lexicons/types/app/bsky/unspecced/getSuggestedFeeds.d.ts +5 -0
- package/dist/lexicons/types/app/bsky/unspecced/getSuggestedFeeds.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/unspecced/getSuggestedFeeds.js +5 -0
- package/dist/lexicons/types/app/bsky/unspecced/getSuggestedFeeds.js.map +1 -1
- package/dist/lexicons/types/app/bsky/unspecced/getSuggestedFeedsSkeleton.d.ts +8 -0
- package/dist/lexicons/types/app/bsky/unspecced/getSuggestedFeedsSkeleton.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/unspecced/getSuggestedFeedsSkeleton.js +8 -0
- package/dist/lexicons/types/app/bsky/unspecced/getSuggestedFeedsSkeleton.js.map +1 -1
- package/dist/lexicons/types/app/bsky/unspecced/getSuggestedStarterPacks.d.ts +5 -0
- package/dist/lexicons/types/app/bsky/unspecced/getSuggestedStarterPacks.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/unspecced/getSuggestedStarterPacks.js +5 -0
- package/dist/lexicons/types/app/bsky/unspecced/getSuggestedStarterPacks.js.map +1 -1
- package/dist/lexicons/types/app/bsky/unspecced/getSuggestedStarterPacksSkeleton.d.ts +8 -0
- package/dist/lexicons/types/app/bsky/unspecced/getSuggestedStarterPacksSkeleton.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/unspecced/getSuggestedStarterPacksSkeleton.js +8 -0
- package/dist/lexicons/types/app/bsky/unspecced/getSuggestedStarterPacksSkeleton.js.map +1 -1
- package/dist/lexicons/types/app/bsky/unspecced/getSuggestedUsers.d.ts +8 -0
- package/dist/lexicons/types/app/bsky/unspecced/getSuggestedUsers.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/unspecced/getSuggestedUsers.js +8 -0
- package/dist/lexicons/types/app/bsky/unspecced/getSuggestedUsers.js.map +1 -1
- package/dist/lexicons/types/app/bsky/unspecced/getSuggestedUsersSkeleton.d.ts +11 -0
- package/dist/lexicons/types/app/bsky/unspecced/getSuggestedUsersSkeleton.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/unspecced/getSuggestedUsersSkeleton.js +11 -0
- package/dist/lexicons/types/app/bsky/unspecced/getSuggestedUsersSkeleton.js.map +1 -1
- package/dist/lexicons/types/app/bsky/unspecced/getSuggestionsSkeleton.d.ts +17 -0
- package/dist/lexicons/types/app/bsky/unspecced/getSuggestionsSkeleton.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/unspecced/getSuggestionsSkeleton.js +17 -0
- package/dist/lexicons/types/app/bsky/unspecced/getSuggestionsSkeleton.js.map +1 -1
- package/dist/lexicons/types/app/bsky/unspecced/getTrendingTopics.d.ts +8 -0
- package/dist/lexicons/types/app/bsky/unspecced/getTrendingTopics.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/unspecced/getTrendingTopics.js +8 -0
- package/dist/lexicons/types/app/bsky/unspecced/getTrendingTopics.js.map +1 -1
- package/dist/lexicons/types/app/bsky/unspecced/getTrends.d.ts +5 -0
- package/dist/lexicons/types/app/bsky/unspecced/getTrends.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/unspecced/getTrends.js +5 -0
- package/dist/lexicons/types/app/bsky/unspecced/getTrends.js.map +1 -1
- package/dist/lexicons/types/app/bsky/unspecced/getTrendsSkeleton.d.ts +8 -0
- package/dist/lexicons/types/app/bsky/unspecced/getTrendsSkeleton.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/unspecced/getTrendsSkeleton.js +8 -0
- package/dist/lexicons/types/app/bsky/unspecced/getTrendsSkeleton.js.map +1 -1
- package/dist/lexicons/types/app/bsky/unspecced/initAgeAssurance.d.ts +9 -0
- package/dist/lexicons/types/app/bsky/unspecced/initAgeAssurance.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/unspecced/initAgeAssurance.js +9 -0
- package/dist/lexicons/types/app/bsky/unspecced/initAgeAssurance.js.map +1 -1
- package/dist/lexicons/types/app/bsky/unspecced/searchActorsSkeleton.d.ts +20 -0
- package/dist/lexicons/types/app/bsky/unspecced/searchActorsSkeleton.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/unspecced/searchActorsSkeleton.js +20 -0
- package/dist/lexicons/types/app/bsky/unspecced/searchActorsSkeleton.js.map +1 -1
- package/dist/lexicons/types/app/bsky/unspecced/searchPostsSkeleton.d.ts +45 -0
- package/dist/lexicons/types/app/bsky/unspecced/searchPostsSkeleton.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/unspecced/searchPostsSkeleton.js +45 -0
- package/dist/lexicons/types/app/bsky/unspecced/searchPostsSkeleton.js.map +1 -1
- package/dist/lexicons/types/app/bsky/unspecced/searchStarterPacksSkeleton.d.ts +17 -0
- package/dist/lexicons/types/app/bsky/unspecced/searchStarterPacksSkeleton.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/unspecced/searchStarterPacksSkeleton.js +17 -0
- package/dist/lexicons/types/app/bsky/unspecced/searchStarterPacksSkeleton.js.map +1 -1
- package/dist/lexicons/types/app/bsky/video/defs.d.ts +8 -0
- package/dist/lexicons/types/app/bsky/video/defs.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/video/defs.js +8 -0
- package/dist/lexicons/types/app/bsky/video/defs.js.map +1 -1
- package/dist/lexicons/types/chat/bsky/actor/defs.d.ts +7 -0
- package/dist/lexicons/types/chat/bsky/actor/defs.d.ts.map +1 -1
- package/dist/lexicons/types/chat/bsky/actor/defs.js +7 -0
- package/dist/lexicons/types/chat/bsky/actor/defs.js.map +1 -1
- package/dist/lexicons/types/chat/bsky/convo/acceptConvo.d.ts +3 -0
- package/dist/lexicons/types/chat/bsky/convo/acceptConvo.d.ts.map +1 -1
- package/dist/lexicons/types/chat/bsky/convo/acceptConvo.js +3 -0
- package/dist/lexicons/types/chat/bsky/convo/acceptConvo.js.map +1 -1
- package/dist/lexicons/types/chat/bsky/convo/addReaction.d.ts +6 -0
- package/dist/lexicons/types/chat/bsky/convo/addReaction.d.ts.map +1 -1
- package/dist/lexicons/types/chat/bsky/convo/addReaction.js +6 -0
- package/dist/lexicons/types/chat/bsky/convo/addReaction.js.map +1 -1
- package/dist/lexicons/types/chat/bsky/convo/defs.d.ts +17 -0
- package/dist/lexicons/types/chat/bsky/convo/defs.d.ts.map +1 -1
- package/dist/lexicons/types/chat/bsky/convo/defs.js +17 -0
- package/dist/lexicons/types/chat/bsky/convo/defs.js.map +1 -1
- package/dist/lexicons/types/chat/bsky/convo/getConvoAvailability.d.ts +4 -0
- package/dist/lexicons/types/chat/bsky/convo/getConvoAvailability.d.ts.map +1 -1
- package/dist/lexicons/types/chat/bsky/convo/getConvoAvailability.js +4 -0
- package/dist/lexicons/types/chat/bsky/convo/getConvoAvailability.js.map +1 -1
- package/dist/lexicons/types/chat/bsky/convo/getConvoForMembers.d.ts +4 -0
- package/dist/lexicons/types/chat/bsky/convo/getConvoForMembers.d.ts.map +1 -1
- package/dist/lexicons/types/chat/bsky/convo/getConvoForMembers.js +4 -0
- package/dist/lexicons/types/chat/bsky/convo/getConvoForMembers.js.map +1 -1
- package/dist/lexicons/types/chat/bsky/convo/getMessages.d.ts +5 -0
- package/dist/lexicons/types/chat/bsky/convo/getMessages.d.ts.map +1 -1
- package/dist/lexicons/types/chat/bsky/convo/getMessages.js +5 -0
- package/dist/lexicons/types/chat/bsky/convo/getMessages.js.map +1 -1
- package/dist/lexicons/types/chat/bsky/convo/listConvos.d.ts +5 -0
- package/dist/lexicons/types/chat/bsky/convo/listConvos.d.ts.map +1 -1
- package/dist/lexicons/types/chat/bsky/convo/listConvos.js +5 -0
- package/dist/lexicons/types/chat/bsky/convo/listConvos.js.map +1 -1
- package/dist/lexicons/types/chat/bsky/convo/removeReaction.d.ts +6 -0
- package/dist/lexicons/types/chat/bsky/convo/removeReaction.d.ts.map +1 -1
- package/dist/lexicons/types/chat/bsky/convo/removeReaction.js +6 -0
- package/dist/lexicons/types/chat/bsky/convo/removeReaction.js.map +1 -1
- package/dist/lexicons/types/chat/bsky/convo/sendMessageBatch.d.ts +3 -0
- package/dist/lexicons/types/chat/bsky/convo/sendMessageBatch.d.ts.map +1 -1
- package/dist/lexicons/types/chat/bsky/convo/sendMessageBatch.js +3 -0
- package/dist/lexicons/types/chat/bsky/convo/sendMessageBatch.js.map +1 -1
- package/dist/lexicons/types/chat/bsky/convo/updateAllRead.d.ts +3 -0
- package/dist/lexicons/types/chat/bsky/convo/updateAllRead.d.ts.map +1 -1
- package/dist/lexicons/types/chat/bsky/convo/updateAllRead.js +3 -0
- package/dist/lexicons/types/chat/bsky/convo/updateAllRead.js.map +1 -1
- package/dist/lexicons/types/chat/bsky/moderation/getMessageContext.d.ts +9 -0
- package/dist/lexicons/types/chat/bsky/moderation/getMessageContext.d.ts.map +1 -1
- package/dist/lexicons/types/chat/bsky/moderation/getMessageContext.js +9 -0
- package/dist/lexicons/types/chat/bsky/moderation/getMessageContext.js.map +1 -1
- package/lib/lexicons/types/app/bsky/actor/defs.ts +159 -0
- package/lib/lexicons/types/app/bsky/actor/getProfile.ts +3 -0
- package/lib/lexicons/types/app/bsky/actor/getProfiles.ts +4 -0
- package/lib/lexicons/types/app/bsky/actor/getSuggestions.ts +8 -0
- package/lib/lexicons/types/app/bsky/actor/profile.ts +27 -0
- package/lib/lexicons/types/app/bsky/actor/searchActors.ts +12 -0
- package/lib/lexicons/types/app/bsky/actor/searchActorsTypeahead.ts +12 -0
- package/lib/lexicons/types/app/bsky/actor/status.ts +10 -0
- package/lib/lexicons/types/app/bsky/bookmark/defs.ts +6 -0
- package/lib/lexicons/types/app/bsky/bookmark/getBookmarks.ts +5 -0
- package/lib/lexicons/types/app/bsky/embed/defs.ts +6 -0
- package/lib/lexicons/types/app/bsky/embed/external.ts +4 -0
- package/lib/lexicons/types/app/bsky/embed/images.ts +22 -0
- package/lib/lexicons/types/app/bsky/embed/record.ts +3 -0
- package/lib/lexicons/types/app/bsky/embed/video.ts +21 -0
- package/lib/lexicons/types/app/bsky/feed/defs.ts +30 -0
- package/lib/lexicons/types/app/bsky/feed/generator.ts +18 -0
- package/lib/lexicons/types/app/bsky/feed/getActorFeeds.ts +5 -0
- package/lib/lexicons/types/app/bsky/feed/getActorLikes.ts +5 -0
- package/lib/lexicons/types/app/bsky/feed/getAuthorFeed.ts +12 -0
- package/lib/lexicons/types/app/bsky/feed/getFeed.ts +5 -0
- package/lib/lexicons/types/app/bsky/feed/getFeedGenerator.ts +9 -0
- package/lib/lexicons/types/app/bsky/feed/getFeedGenerators.ts +3 -0
- package/lib/lexicons/types/app/bsky/feed/getFeedSkeleton.ts +12 -0
- package/lib/lexicons/types/app/bsky/feed/getLikes.ts +11 -0
- package/lib/lexicons/types/app/bsky/feed/getListFeed.ts +8 -0
- package/lib/lexicons/types/app/bsky/feed/getPostThread.ts +15 -0
- package/lib/lexicons/types/app/bsky/feed/getPosts.ts +5 -0
- package/lib/lexicons/types/app/bsky/feed/getQuotes.ts +11 -0
- package/lib/lexicons/types/app/bsky/feed/getRepostedBy.ts +11 -0
- package/lib/lexicons/types/app/bsky/feed/getSuggestedFeeds.ts +5 -0
- package/lib/lexicons/types/app/bsky/feed/getTimeline.ts +8 -0
- package/lib/lexicons/types/app/bsky/feed/post.ts +35 -0
- package/lib/lexicons/types/app/bsky/feed/postgate.ts +11 -0
- package/lib/lexicons/types/app/bsky/feed/searchPosts.ts +42 -0
- package/lib/lexicons/types/app/bsky/feed/threadgate.ts +12 -1
- package/lib/lexicons/types/app/bsky/graph/block.ts +3 -0
- package/lib/lexicons/types/app/bsky/graph/defs.ts +45 -0
- package/lib/lexicons/types/app/bsky/graph/getActorStarterPacks.ts +5 -0
- package/lib/lexicons/types/app/bsky/graph/getBlocks.ts +5 -0
- package/lib/lexicons/types/app/bsky/graph/getFollowers.ts +5 -0
- package/lib/lexicons/types/app/bsky/graph/getFollows.ts +5 -0
- package/lib/lexicons/types/app/bsky/graph/getKnownFollowers.ts +5 -0
- package/lib/lexicons/types/app/bsky/graph/getList.ts +8 -0
- package/lib/lexicons/types/app/bsky/graph/getListBlocks.ts +5 -0
- package/lib/lexicons/types/app/bsky/graph/getListMutes.ts +5 -0
- package/lib/lexicons/types/app/bsky/graph/getLists.ts +11 -0
- package/lib/lexicons/types/app/bsky/graph/getListsWithMembership.ts +11 -0
- package/lib/lexicons/types/app/bsky/graph/getMutes.ts +5 -0
- package/lib/lexicons/types/app/bsky/graph/getRelationships.ts +7 -0
- package/lib/lexicons/types/app/bsky/graph/getStarterPack.ts +3 -0
- package/lib/lexicons/types/app/bsky/graph/getStarterPacks.ts +4 -0
- package/lib/lexicons/types/app/bsky/graph/getStarterPacksWithMembership.ts +8 -0
- package/lib/lexicons/types/app/bsky/graph/getSuggestedFollowsByActor.ts +7 -0
- package/lib/lexicons/types/app/bsky/graph/list.ts +16 -0
- package/lib/lexicons/types/app/bsky/graph/listblock.ts +3 -0
- package/lib/lexicons/types/app/bsky/graph/listitem.ts +6 -0
- package/lib/lexicons/types/app/bsky/graph/searchStarterPacks.ts +8 -0
- package/lib/lexicons/types/app/bsky/graph/starterpack.ts +16 -0
- package/lib/lexicons/types/app/bsky/graph/verification.ts +12 -0
- package/lib/lexicons/types/app/bsky/labeler/defs.ts +21 -0
- package/lib/lexicons/types/app/bsky/labeler/getServices.ts +6 -0
- package/lib/lexicons/types/app/bsky/labeler/service.ts +9 -0
- package/lib/lexicons/types/app/bsky/notification/declaration.ts +3 -0
- package/lib/lexicons/types/app/bsky/notification/listActivitySubscriptions.ts +5 -0
- package/lib/lexicons/types/app/bsky/notification/listNotifications.ts +11 -0
- package/lib/lexicons/types/app/bsky/notification/registerPush.ts +3 -0
- package/lib/lexicons/types/app/bsky/richtext/facet.ts +10 -0
- package/lib/lexicons/types/app/bsky/unspecced/defs.ts +45 -0
- package/lib/lexicons/types/app/bsky/unspecced/getOnboardingSuggestedStarterPacks.ts +5 -0
- package/lib/lexicons/types/app/bsky/unspecced/getOnboardingSuggestedStarterPacksSkeleton.ts +8 -0
- package/lib/lexicons/types/app/bsky/unspecced/getPopularFeedGenerators.ts +5 -0
- package/lib/lexicons/types/app/bsky/unspecced/getPostThreadOtherV2.ts +13 -0
- package/lib/lexicons/types/app/bsky/unspecced/getPostThreadV2.ts +36 -0
- package/lib/lexicons/types/app/bsky/unspecced/getSuggestedFeeds.ts +5 -0
- package/lib/lexicons/types/app/bsky/unspecced/getSuggestedFeedsSkeleton.ts +8 -0
- package/lib/lexicons/types/app/bsky/unspecced/getSuggestedStarterPacks.ts +5 -0
- package/lib/lexicons/types/app/bsky/unspecced/getSuggestedStarterPacksSkeleton.ts +8 -0
- package/lib/lexicons/types/app/bsky/unspecced/getSuggestedUsers.ts +8 -0
- package/lib/lexicons/types/app/bsky/unspecced/getSuggestedUsersSkeleton.ts +11 -0
- package/lib/lexicons/types/app/bsky/unspecced/getSuggestionsSkeleton.ts +17 -0
- package/lib/lexicons/types/app/bsky/unspecced/getTrendingTopics.ts +8 -0
- package/lib/lexicons/types/app/bsky/unspecced/getTrends.ts +5 -0
- package/lib/lexicons/types/app/bsky/unspecced/getTrendsSkeleton.ts +8 -0
- package/lib/lexicons/types/app/bsky/unspecced/initAgeAssurance.ts +9 -0
- package/lib/lexicons/types/app/bsky/unspecced/searchActorsSkeleton.ts +20 -0
- package/lib/lexicons/types/app/bsky/unspecced/searchPostsSkeleton.ts +45 -0
- package/lib/lexicons/types/app/bsky/unspecced/searchStarterPacksSkeleton.ts +17 -0
- package/lib/lexicons/types/app/bsky/video/defs.ts +8 -0
- package/lib/lexicons/types/chat/bsky/actor/defs.ts +7 -0
- package/lib/lexicons/types/chat/bsky/convo/acceptConvo.ts +3 -0
- package/lib/lexicons/types/chat/bsky/convo/addReaction.ts +6 -0
- package/lib/lexicons/types/chat/bsky/convo/defs.ts +17 -0
- package/lib/lexicons/types/chat/bsky/convo/getConvoAvailability.ts +4 -0
- package/lib/lexicons/types/chat/bsky/convo/getConvoForMembers.ts +4 -0
- package/lib/lexicons/types/chat/bsky/convo/getMessages.ts +5 -0
- package/lib/lexicons/types/chat/bsky/convo/listConvos.ts +5 -0
- package/lib/lexicons/types/chat/bsky/convo/removeReaction.ts +6 -0
- package/lib/lexicons/types/chat/bsky/convo/sendMessageBatch.ts +3 -0
- package/lib/lexicons/types/chat/bsky/convo/updateAllRead.ts +3 -0
- package/lib/lexicons/types/chat/bsky/moderation/getMessageContext.ts +9 -0
- package/package.json +3 -3
|
@@ -10,10 +10,16 @@ import * as ComAtprotoRepoStrongRef from '@atcute/atproto/types/repo/strongRef';
|
|
|
10
10
|
|
|
11
11
|
const _adultContentPrefSchema = /*#__PURE__*/ v.object({
|
|
12
12
|
$type: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.literal('app.bsky.actor.defs#adultContentPref')),
|
|
13
|
+
/**
|
|
14
|
+
* @default false
|
|
15
|
+
*/
|
|
13
16
|
enabled: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.boolean(), false),
|
|
14
17
|
});
|
|
15
18
|
const _bskyAppProgressGuideSchema = /*#__PURE__*/ v.object({
|
|
16
19
|
$type: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.literal('app.bsky.actor.defs#bskyAppProgressGuide')),
|
|
20
|
+
/**
|
|
21
|
+
* @maxLength 100
|
|
22
|
+
*/
|
|
17
23
|
guide: /*#__PURE__*/ v.constrain(/*#__PURE__*/ v.string(), [/*#__PURE__*/ v.stringLength(0, 100)]),
|
|
18
24
|
});
|
|
19
25
|
const _bskyAppStatePrefSchema = /*#__PURE__*/ v.object({
|
|
@@ -21,11 +27,19 @@ const _bskyAppStatePrefSchema = /*#__PURE__*/ v.object({
|
|
|
21
27
|
get activeProgressGuide() {
|
|
22
28
|
return /*#__PURE__*/ v.optional(bskyAppProgressGuideSchema);
|
|
23
29
|
},
|
|
30
|
+
/**
|
|
31
|
+
* Storage for NUXs the user has encountered.
|
|
32
|
+
* @maxLength 100
|
|
33
|
+
*/
|
|
24
34
|
get nuxs() {
|
|
25
35
|
return /*#__PURE__*/ v.optional(
|
|
26
36
|
/*#__PURE__*/ v.constrain(/*#__PURE__*/ v.array(nuxSchema), [/*#__PURE__*/ v.arrayLength(0, 100)]),
|
|
27
37
|
);
|
|
28
38
|
},
|
|
39
|
+
/**
|
|
40
|
+
* An array of tokens which identify nudges (modals, popups, tours, highlight dots) that should be shown to the user.
|
|
41
|
+
* @maxLength 1000
|
|
42
|
+
*/
|
|
29
43
|
queuedNudges: /*#__PURE__*/ v.optional(
|
|
30
44
|
/*#__PURE__*/ v.constrain(
|
|
31
45
|
/*#__PURE__*/ v.array(
|
|
@@ -38,24 +52,53 @@ const _bskyAppStatePrefSchema = /*#__PURE__*/ v.object({
|
|
|
38
52
|
const _contentLabelPrefSchema = /*#__PURE__*/ v.object({
|
|
39
53
|
$type: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.literal('app.bsky.actor.defs#contentLabelPref')),
|
|
40
54
|
label: /*#__PURE__*/ v.string(),
|
|
55
|
+
/**
|
|
56
|
+
* Which labeler does this preference apply to? If undefined, applies globally.
|
|
57
|
+
*/
|
|
41
58
|
labelerDid: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.didString()),
|
|
42
59
|
visibility: /*#__PURE__*/ v.string<'hide' | 'ignore' | 'show' | 'warn' | (string & {})>(),
|
|
43
60
|
});
|
|
44
61
|
const _feedViewPrefSchema = /*#__PURE__*/ v.object({
|
|
45
62
|
$type: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.literal('app.bsky.actor.defs#feedViewPref')),
|
|
63
|
+
/**
|
|
64
|
+
* The URI of the feed, or an identifier which describes the feed.
|
|
65
|
+
*/
|
|
46
66
|
feed: /*#__PURE__*/ v.string(),
|
|
67
|
+
/**
|
|
68
|
+
* Hide quote posts in the feed.
|
|
69
|
+
*/
|
|
47
70
|
hideQuotePosts: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.boolean()),
|
|
71
|
+
/**
|
|
72
|
+
* Hide replies in the feed.
|
|
73
|
+
*/
|
|
48
74
|
hideReplies: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.boolean()),
|
|
75
|
+
/**
|
|
76
|
+
* Hide replies in the feed if they do not have this number of likes.
|
|
77
|
+
*/
|
|
49
78
|
hideRepliesByLikeCount: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.integer()),
|
|
79
|
+
/**
|
|
80
|
+
* Hide replies in the feed if they are not by followed users.
|
|
81
|
+
* @default true
|
|
82
|
+
*/
|
|
50
83
|
hideRepliesByUnfollowed: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.boolean(), true),
|
|
84
|
+
/**
|
|
85
|
+
* Hide reposts in the feed.
|
|
86
|
+
*/
|
|
51
87
|
hideReposts: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.boolean()),
|
|
52
88
|
});
|
|
53
89
|
const _hiddenPostsPrefSchema = /*#__PURE__*/ v.object({
|
|
54
90
|
$type: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.literal('app.bsky.actor.defs#hiddenPostsPref')),
|
|
91
|
+
/**
|
|
92
|
+
* A list of URIs of posts the account owner has hidden.
|
|
93
|
+
*/
|
|
55
94
|
items: /*#__PURE__*/ v.array(/*#__PURE__*/ v.resourceUriString()),
|
|
56
95
|
});
|
|
57
96
|
const _interestsPrefSchema = /*#__PURE__*/ v.object({
|
|
58
97
|
$type: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.literal('app.bsky.actor.defs#interestsPref')),
|
|
98
|
+
/**
|
|
99
|
+
* A list of tags which describe the account owner's interests gathered during onboarding.
|
|
100
|
+
* @maxLength 100
|
|
101
|
+
*/
|
|
59
102
|
tags: /*#__PURE__*/ v.constrain(
|
|
60
103
|
/*#__PURE__*/ v.array(
|
|
61
104
|
/*#__PURE__*/ v.constrain(/*#__PURE__*/ v.string(), [
|
|
@@ -69,6 +112,10 @@ const _interestsPrefSchema = /*#__PURE__*/ v.object({
|
|
|
69
112
|
const _knownFollowersSchema = /*#__PURE__*/ v.object({
|
|
70
113
|
$type: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.literal('app.bsky.actor.defs#knownFollowers')),
|
|
71
114
|
count: /*#__PURE__*/ v.integer(),
|
|
115
|
+
/**
|
|
116
|
+
* @minLength 0
|
|
117
|
+
* @maxLength 5
|
|
118
|
+
*/
|
|
72
119
|
get followers() {
|
|
73
120
|
return /*#__PURE__*/ v.constrain(/*#__PURE__*/ v.array(profileViewBasicSchema), [
|
|
74
121
|
/*#__PURE__*/ v.arrayLength(0, 5),
|
|
@@ -87,15 +134,30 @@ const _labelersPrefSchema = /*#__PURE__*/ v.object({
|
|
|
87
134
|
});
|
|
88
135
|
const _mutedWordSchema = /*#__PURE__*/ v.object({
|
|
89
136
|
$type: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.literal('app.bsky.actor.defs#mutedWord')),
|
|
137
|
+
/**
|
|
138
|
+
* Groups of users to apply the muted word to. If undefined, applies to all users.
|
|
139
|
+
* @default "all"
|
|
140
|
+
*/
|
|
90
141
|
actorTarget: /*#__PURE__*/ v.optional(
|
|
91
142
|
/*#__PURE__*/ v.string<'all' | 'exclude-following' | (string & {})>(),
|
|
92
143
|
'all',
|
|
93
144
|
),
|
|
145
|
+
/**
|
|
146
|
+
* The date and time at which the muted word will expire and no longer be applied.
|
|
147
|
+
*/
|
|
94
148
|
expiresAt: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.datetimeString()),
|
|
95
149
|
id: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.string()),
|
|
150
|
+
/**
|
|
151
|
+
* The intended targets of the muted word.
|
|
152
|
+
*/
|
|
96
153
|
get targets() {
|
|
97
154
|
return /*#__PURE__*/ v.array(mutedWordTargetSchema);
|
|
98
155
|
},
|
|
156
|
+
/**
|
|
157
|
+
* The muted word itself.
|
|
158
|
+
* @maxLength 10000
|
|
159
|
+
* @maxGraphemes 1000
|
|
160
|
+
*/
|
|
99
161
|
value: /*#__PURE__*/ v.constrain(/*#__PURE__*/ v.string(), [
|
|
100
162
|
/*#__PURE__*/ v.stringLength(0, 10000),
|
|
101
163
|
/*#__PURE__*/ v.stringGraphemes(0, 1000),
|
|
@@ -107,28 +169,52 @@ const _mutedWordTargetSchema = /*#__PURE__*/ v.constrain(
|
|
|
107
169
|
);
|
|
108
170
|
const _mutedWordsPrefSchema = /*#__PURE__*/ v.object({
|
|
109
171
|
$type: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.literal('app.bsky.actor.defs#mutedWordsPref')),
|
|
172
|
+
/**
|
|
173
|
+
* A list of words the account owner has muted.
|
|
174
|
+
*/
|
|
110
175
|
get items() {
|
|
111
176
|
return /*#__PURE__*/ v.array(mutedWordSchema);
|
|
112
177
|
},
|
|
113
178
|
});
|
|
114
179
|
const _nuxSchema = /*#__PURE__*/ v.object({
|
|
115
180
|
$type: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.literal('app.bsky.actor.defs#nux')),
|
|
181
|
+
/**
|
|
182
|
+
* @default false
|
|
183
|
+
*/
|
|
116
184
|
completed: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.boolean(), false),
|
|
185
|
+
/**
|
|
186
|
+
* Arbitrary data for the NUX. The structure is defined by the NUX itself. Limited to 300 characters.
|
|
187
|
+
* @maxLength 3000
|
|
188
|
+
* @maxGraphemes 300
|
|
189
|
+
*/
|
|
117
190
|
data: /*#__PURE__*/ v.optional(
|
|
118
191
|
/*#__PURE__*/ v.constrain(/*#__PURE__*/ v.string(), [
|
|
119
192
|
/*#__PURE__*/ v.stringLength(0, 3000),
|
|
120
193
|
/*#__PURE__*/ v.stringGraphemes(0, 300),
|
|
121
194
|
]),
|
|
122
195
|
),
|
|
196
|
+
/**
|
|
197
|
+
* The date and time at which the NUX will expire and should be considered completed.
|
|
198
|
+
*/
|
|
123
199
|
expiresAt: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.datetimeString()),
|
|
200
|
+
/**
|
|
201
|
+
* @maxLength 100
|
|
202
|
+
*/
|
|
124
203
|
id: /*#__PURE__*/ v.constrain(/*#__PURE__*/ v.string(), [/*#__PURE__*/ v.stringLength(0, 100)]),
|
|
125
204
|
});
|
|
126
205
|
const _personalDetailsPrefSchema = /*#__PURE__*/ v.object({
|
|
127
206
|
$type: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.literal('app.bsky.actor.defs#personalDetailsPref')),
|
|
207
|
+
/**
|
|
208
|
+
* The birth date of account owner.
|
|
209
|
+
*/
|
|
128
210
|
birthDate: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.datetimeString()),
|
|
129
211
|
});
|
|
130
212
|
const _postInteractionSettingsPrefSchema = /*#__PURE__*/ v.object({
|
|
131
213
|
$type: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.literal('app.bsky.actor.defs#postInteractionSettingsPref')),
|
|
214
|
+
/**
|
|
215
|
+
* Matches postgate record. List of rules defining who can embed this users posts. If value is an empty array or is undefined, no particular rules apply and anyone can embed.
|
|
216
|
+
* @maxLength 5
|
|
217
|
+
*/
|
|
132
218
|
get postgateEmbeddingRules() {
|
|
133
219
|
return /*#__PURE__*/ v.optional(
|
|
134
220
|
/*#__PURE__*/ v.constrain(
|
|
@@ -137,6 +223,10 @@ const _postInteractionSettingsPrefSchema = /*#__PURE__*/ v.object({
|
|
|
137
223
|
),
|
|
138
224
|
);
|
|
139
225
|
},
|
|
226
|
+
/**
|
|
227
|
+
* Matches threadgate record. List of rules defining who can reply to this users posts. If value is an empty array, no one can reply. If value is undefined, anyone can reply.
|
|
228
|
+
* @maxLength 5
|
|
229
|
+
*/
|
|
140
230
|
get threadgateAllowRules() {
|
|
141
231
|
return /*#__PURE__*/ v.optional(
|
|
142
232
|
/*#__PURE__*/ v.constrain(
|
|
@@ -201,6 +291,10 @@ const _profileViewSchema = /*#__PURE__*/ v.object({
|
|
|
201
291
|
},
|
|
202
292
|
avatar: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.genericUriString()),
|
|
203
293
|
createdAt: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.datetimeString()),
|
|
294
|
+
/**
|
|
295
|
+
* @maxLength 2560
|
|
296
|
+
* @maxGraphemes 256
|
|
297
|
+
*/
|
|
204
298
|
description: /*#__PURE__*/ v.optional(
|
|
205
299
|
/*#__PURE__*/ v.constrain(/*#__PURE__*/ v.string(), [
|
|
206
300
|
/*#__PURE__*/ v.stringLength(0, 2560),
|
|
@@ -208,6 +302,10 @@ const _profileViewSchema = /*#__PURE__*/ v.object({
|
|
|
208
302
|
]),
|
|
209
303
|
),
|
|
210
304
|
did: /*#__PURE__*/ v.didString(),
|
|
305
|
+
/**
|
|
306
|
+
* @maxLength 640
|
|
307
|
+
* @maxGraphemes 64
|
|
308
|
+
*/
|
|
211
309
|
displayName: /*#__PURE__*/ v.optional(
|
|
212
310
|
/*#__PURE__*/ v.constrain(/*#__PURE__*/ v.string(), [
|
|
213
311
|
/*#__PURE__*/ v.stringLength(0, 640),
|
|
@@ -238,6 +336,10 @@ const _profileViewBasicSchema = /*#__PURE__*/ v.object({
|
|
|
238
336
|
avatar: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.genericUriString()),
|
|
239
337
|
createdAt: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.datetimeString()),
|
|
240
338
|
did: /*#__PURE__*/ v.didString(),
|
|
339
|
+
/**
|
|
340
|
+
* @maxLength 640
|
|
341
|
+
* @maxGraphemes 64
|
|
342
|
+
*/
|
|
241
343
|
displayName: /*#__PURE__*/ v.optional(
|
|
242
344
|
/*#__PURE__*/ v.constrain(/*#__PURE__*/ v.string(), [
|
|
243
345
|
/*#__PURE__*/ v.stringLength(0, 640),
|
|
@@ -267,6 +369,10 @@ const _profileViewDetailedSchema = /*#__PURE__*/ v.object({
|
|
|
267
369
|
avatar: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.genericUriString()),
|
|
268
370
|
banner: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.genericUriString()),
|
|
269
371
|
createdAt: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.datetimeString()),
|
|
372
|
+
/**
|
|
373
|
+
* @maxLength 2560
|
|
374
|
+
* @maxGraphemes 256
|
|
375
|
+
*/
|
|
270
376
|
description: /*#__PURE__*/ v.optional(
|
|
271
377
|
/*#__PURE__*/ v.constrain(/*#__PURE__*/ v.string(), [
|
|
272
378
|
/*#__PURE__*/ v.stringLength(0, 2560),
|
|
@@ -274,6 +380,10 @@ const _profileViewDetailedSchema = /*#__PURE__*/ v.object({
|
|
|
274
380
|
]),
|
|
275
381
|
),
|
|
276
382
|
did: /*#__PURE__*/ v.didString(),
|
|
383
|
+
/**
|
|
384
|
+
* @maxLength 640
|
|
385
|
+
* @maxGraphemes 64
|
|
386
|
+
*/
|
|
277
387
|
displayName: /*#__PURE__*/ v.optional(
|
|
278
388
|
/*#__PURE__*/ v.constrain(/*#__PURE__*/ v.string(), [
|
|
279
389
|
/*#__PURE__*/ v.stringLength(0, 640),
|
|
@@ -327,42 +437,88 @@ const _savedFeedsPrefV2Schema = /*#__PURE__*/ v.object({
|
|
|
327
437
|
});
|
|
328
438
|
const _statusViewSchema = /*#__PURE__*/ v.object({
|
|
329
439
|
$type: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.literal('app.bsky.actor.defs#statusView')),
|
|
440
|
+
/**
|
|
441
|
+
* An optional embed associated with the status.
|
|
442
|
+
*/
|
|
330
443
|
get embed() {
|
|
331
444
|
return /*#__PURE__*/ v.optional(/*#__PURE__*/ v.variant([AppBskyEmbedExternal.viewSchema]));
|
|
332
445
|
},
|
|
446
|
+
/**
|
|
447
|
+
* The date when this status will expire. The application might choose to no longer return the status after expiration.
|
|
448
|
+
*/
|
|
333
449
|
expiresAt: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.datetimeString()),
|
|
450
|
+
/**
|
|
451
|
+
* True if the status is not expired, false if it is expired. Only present if expiration was set.
|
|
452
|
+
*/
|
|
334
453
|
isActive: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.boolean()),
|
|
335
454
|
record: /*#__PURE__*/ v.unknown(),
|
|
455
|
+
/**
|
|
456
|
+
* The status for the account.
|
|
457
|
+
*/
|
|
336
458
|
status: /*#__PURE__*/ v.string<'app.bsky.actor.status#live' | (string & {})>(),
|
|
337
459
|
});
|
|
338
460
|
const _threadViewPrefSchema = /*#__PURE__*/ v.object({
|
|
339
461
|
$type: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.literal('app.bsky.actor.defs#threadViewPref')),
|
|
462
|
+
/**
|
|
463
|
+
* Show followed users at the top of all replies.
|
|
464
|
+
*/
|
|
340
465
|
prioritizeFollowedUsers: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.boolean()),
|
|
466
|
+
/**
|
|
467
|
+
* Sorting mode for threads.
|
|
468
|
+
*/
|
|
341
469
|
sort: /*#__PURE__*/ v.optional(
|
|
342
470
|
/*#__PURE__*/ v.string<'hotness' | 'most-likes' | 'newest' | 'oldest' | 'random' | (string & {})>(),
|
|
343
471
|
),
|
|
344
472
|
});
|
|
345
473
|
const _verificationPrefsSchema = /*#__PURE__*/ v.object({
|
|
346
474
|
$type: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.literal('app.bsky.actor.defs#verificationPrefs')),
|
|
475
|
+
/**
|
|
476
|
+
* Hide the blue check badges for verified accounts and trusted verifiers.
|
|
477
|
+
* @default false
|
|
478
|
+
*/
|
|
347
479
|
hideBadges: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.boolean(), false),
|
|
348
480
|
});
|
|
349
481
|
const _verificationStateSchema = /*#__PURE__*/ v.object({
|
|
350
482
|
$type: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.literal('app.bsky.actor.defs#verificationState')),
|
|
483
|
+
/**
|
|
484
|
+
* The user's status as a trusted verifier.
|
|
485
|
+
*/
|
|
351
486
|
trustedVerifierStatus: /*#__PURE__*/ v.string<'invalid' | 'none' | 'valid' | (string & {})>(),
|
|
487
|
+
/**
|
|
488
|
+
* All verifications issued by trusted verifiers on behalf of this user. Verifications by untrusted verifiers are not included.
|
|
489
|
+
*/
|
|
352
490
|
get verifications() {
|
|
353
491
|
return /*#__PURE__*/ v.array(verificationViewSchema);
|
|
354
492
|
},
|
|
493
|
+
/**
|
|
494
|
+
* The user's status as a verified account.
|
|
495
|
+
*/
|
|
355
496
|
verifiedStatus: /*#__PURE__*/ v.string<'invalid' | 'none' | 'valid' | (string & {})>(),
|
|
356
497
|
});
|
|
357
498
|
const _verificationViewSchema = /*#__PURE__*/ v.object({
|
|
358
499
|
$type: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.literal('app.bsky.actor.defs#verificationView')),
|
|
500
|
+
/**
|
|
501
|
+
* Timestamp when the verification was created.
|
|
502
|
+
*/
|
|
359
503
|
createdAt: /*#__PURE__*/ v.datetimeString(),
|
|
504
|
+
/**
|
|
505
|
+
* True if the verification passes validation, otherwise false.
|
|
506
|
+
*/
|
|
360
507
|
isValid: /*#__PURE__*/ v.boolean(),
|
|
508
|
+
/**
|
|
509
|
+
* The user who issued this verification.
|
|
510
|
+
*/
|
|
361
511
|
issuer: /*#__PURE__*/ v.didString(),
|
|
512
|
+
/**
|
|
513
|
+
* The AT-URI of the verification record.
|
|
514
|
+
*/
|
|
362
515
|
uri: /*#__PURE__*/ v.resourceUriString(),
|
|
363
516
|
});
|
|
364
517
|
const _viewerStateSchema = /*#__PURE__*/ v.object({
|
|
365
518
|
$type: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.literal('app.bsky.actor.defs#viewerState')),
|
|
519
|
+
/**
|
|
520
|
+
* This property is present only in selected cases, as an optimization.
|
|
521
|
+
*/
|
|
366
522
|
get activitySubscription() {
|
|
367
523
|
return /*#__PURE__*/ v.optional(AppBskyNotificationDefs.activitySubscriptionSchema);
|
|
368
524
|
},
|
|
@@ -373,6 +529,9 @@ const _viewerStateSchema = /*#__PURE__*/ v.object({
|
|
|
373
529
|
},
|
|
374
530
|
followedBy: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.resourceUriString()),
|
|
375
531
|
following: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.resourceUriString()),
|
|
532
|
+
/**
|
|
533
|
+
* This property is present only in selected cases, as an optimization.
|
|
534
|
+
*/
|
|
376
535
|
get knownFollowers() {
|
|
377
536
|
return /*#__PURE__*/ v.optional(knownFollowersSchema);
|
|
378
537
|
},
|
|
@@ -5,6 +5,9 @@ import * as AppBskyActorDefs from './defs.js';
|
|
|
5
5
|
|
|
6
6
|
const _mainSchema = /*#__PURE__*/ v.query('app.bsky.actor.getProfile', {
|
|
7
7
|
params: /*#__PURE__*/ v.object({
|
|
8
|
+
/**
|
|
9
|
+
* Handle or DID of account to fetch profile of.
|
|
10
|
+
*/
|
|
8
11
|
actor: /*#__PURE__*/ v.actorIdentifierString(),
|
|
9
12
|
}),
|
|
10
13
|
output: {
|
|
@@ -5,6 +5,10 @@ import * as AppBskyActorDefs from './defs.js';
|
|
|
5
5
|
|
|
6
6
|
const _mainSchema = /*#__PURE__*/ v.query('app.bsky.actor.getProfiles', {
|
|
7
7
|
params: /*#__PURE__*/ v.object({
|
|
8
|
+
/**
|
|
9
|
+
* @minLength 1
|
|
10
|
+
* @maxLength 25
|
|
11
|
+
*/
|
|
8
12
|
actors: /*#__PURE__*/ v.constrain(/*#__PURE__*/ v.array(/*#__PURE__*/ v.actorIdentifierString()), [
|
|
9
13
|
/*#__PURE__*/ v.arrayLength(1, 25),
|
|
10
14
|
]),
|
|
@@ -6,6 +6,11 @@ import * as AppBskyActorDefs from './defs.js';
|
|
|
6
6
|
const _mainSchema = /*#__PURE__*/ v.query('app.bsky.actor.getSuggestions', {
|
|
7
7
|
params: /*#__PURE__*/ v.object({
|
|
8
8
|
cursor: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.string()),
|
|
9
|
+
/**
|
|
10
|
+
* @minimum 1
|
|
11
|
+
* @maximum 100
|
|
12
|
+
* @default 50
|
|
13
|
+
*/
|
|
9
14
|
limit: /*#__PURE__*/ v.optional(
|
|
10
15
|
/*#__PURE__*/ v.constrain(/*#__PURE__*/ v.integer(), [/*#__PURE__*/ v.integerRange(1, 100)]),
|
|
11
16
|
50,
|
|
@@ -18,6 +23,9 @@ const _mainSchema = /*#__PURE__*/ v.query('app.bsky.actor.getSuggestions', {
|
|
|
18
23
|
return /*#__PURE__*/ v.array(AppBskyActorDefs.profileViewSchema);
|
|
19
24
|
},
|
|
20
25
|
cursor: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.string()),
|
|
26
|
+
/**
|
|
27
|
+
* Snowflake for this recommendation, use when submitting recommendation events.
|
|
28
|
+
*/
|
|
21
29
|
recId: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.integer()),
|
|
22
30
|
}),
|
|
23
31
|
},
|
|
@@ -8,15 +8,34 @@ const _mainSchema = /*#__PURE__*/ v.record(
|
|
|
8
8
|
/*#__PURE__*/ v.literal('self'),
|
|
9
9
|
/*#__PURE__*/ v.object({
|
|
10
10
|
$type: /*#__PURE__*/ v.literal('app.bsky.actor.profile'),
|
|
11
|
+
/**
|
|
12
|
+
* Small image to be displayed next to posts from account. AKA, 'profile picture'
|
|
13
|
+
* @accept image/png, image/jpeg
|
|
14
|
+
* @maxSize 1000000
|
|
15
|
+
*/
|
|
11
16
|
avatar: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.blob()),
|
|
17
|
+
/**
|
|
18
|
+
* Larger horizontal image to display behind profile view.
|
|
19
|
+
* @accept image/png, image/jpeg
|
|
20
|
+
* @maxSize 1000000
|
|
21
|
+
*/
|
|
12
22
|
banner: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.blob()),
|
|
13
23
|
createdAt: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.datetimeString()),
|
|
24
|
+
/**
|
|
25
|
+
* Free-form profile description text.
|
|
26
|
+
* @maxLength 2560
|
|
27
|
+
* @maxGraphemes 256
|
|
28
|
+
*/
|
|
14
29
|
description: /*#__PURE__*/ v.optional(
|
|
15
30
|
/*#__PURE__*/ v.constrain(/*#__PURE__*/ v.string(), [
|
|
16
31
|
/*#__PURE__*/ v.stringLength(0, 2560),
|
|
17
32
|
/*#__PURE__*/ v.stringGraphemes(0, 256),
|
|
18
33
|
]),
|
|
19
34
|
),
|
|
35
|
+
/**
|
|
36
|
+
* @maxLength 640
|
|
37
|
+
* @maxGraphemes 64
|
|
38
|
+
*/
|
|
20
39
|
displayName: /*#__PURE__*/ v.optional(
|
|
21
40
|
/*#__PURE__*/ v.constrain(/*#__PURE__*/ v.string(), [
|
|
22
41
|
/*#__PURE__*/ v.stringLength(0, 640),
|
|
@@ -26,12 +45,20 @@ const _mainSchema = /*#__PURE__*/ v.record(
|
|
|
26
45
|
get joinedViaStarterPack() {
|
|
27
46
|
return /*#__PURE__*/ v.optional(ComAtprotoRepoStrongRef.mainSchema);
|
|
28
47
|
},
|
|
48
|
+
/**
|
|
49
|
+
* Self-label values, specific to the Bluesky application, on the overall account.
|
|
50
|
+
*/
|
|
29
51
|
get labels() {
|
|
30
52
|
return /*#__PURE__*/ v.optional(/*#__PURE__*/ v.variant([ComAtprotoLabelDefs.selfLabelsSchema]));
|
|
31
53
|
},
|
|
32
54
|
get pinnedPost() {
|
|
33
55
|
return /*#__PURE__*/ v.optional(ComAtprotoRepoStrongRef.mainSchema);
|
|
34
56
|
},
|
|
57
|
+
/**
|
|
58
|
+
* Free-form pronouns text.
|
|
59
|
+
* @maxLength 200
|
|
60
|
+
* @maxGraphemes 20
|
|
61
|
+
*/
|
|
35
62
|
pronouns: /*#__PURE__*/ v.optional(
|
|
36
63
|
/*#__PURE__*/ v.constrain(/*#__PURE__*/ v.string(), [
|
|
37
64
|
/*#__PURE__*/ v.stringLength(0, 200),
|
|
@@ -6,11 +6,23 @@ import * as AppBskyActorDefs from './defs.js';
|
|
|
6
6
|
const _mainSchema = /*#__PURE__*/ v.query('app.bsky.actor.searchActors', {
|
|
7
7
|
params: /*#__PURE__*/ v.object({
|
|
8
8
|
cursor: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.string()),
|
|
9
|
+
/**
|
|
10
|
+
* @minimum 1
|
|
11
|
+
* @maximum 100
|
|
12
|
+
* @default 25
|
|
13
|
+
*/
|
|
9
14
|
limit: /*#__PURE__*/ v.optional(
|
|
10
15
|
/*#__PURE__*/ v.constrain(/*#__PURE__*/ v.integer(), [/*#__PURE__*/ v.integerRange(1, 100)]),
|
|
11
16
|
25,
|
|
12
17
|
),
|
|
18
|
+
/**
|
|
19
|
+
* Search query string. Syntax, phrase, boolean, and faceting is unspecified, but Lucene query syntax is recommended.
|
|
20
|
+
*/
|
|
13
21
|
q: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.string()),
|
|
22
|
+
/**
|
|
23
|
+
* DEPRECATED: use 'q' instead.
|
|
24
|
+
* @deprecated
|
|
25
|
+
*/
|
|
14
26
|
term: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.string()),
|
|
15
27
|
}),
|
|
16
28
|
output: {
|
|
@@ -5,11 +5,23 @@ import * as AppBskyActorDefs from './defs.js';
|
|
|
5
5
|
|
|
6
6
|
const _mainSchema = /*#__PURE__*/ v.query('app.bsky.actor.searchActorsTypeahead', {
|
|
7
7
|
params: /*#__PURE__*/ v.object({
|
|
8
|
+
/**
|
|
9
|
+
* @minimum 1
|
|
10
|
+
* @maximum 100
|
|
11
|
+
* @default 10
|
|
12
|
+
*/
|
|
8
13
|
limit: /*#__PURE__*/ v.optional(
|
|
9
14
|
/*#__PURE__*/ v.constrain(/*#__PURE__*/ v.integer(), [/*#__PURE__*/ v.integerRange(1, 100)]),
|
|
10
15
|
10,
|
|
11
16
|
),
|
|
17
|
+
/**
|
|
18
|
+
* Search query prefix; not a full query string.
|
|
19
|
+
*/
|
|
12
20
|
q: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.string()),
|
|
21
|
+
/**
|
|
22
|
+
* DEPRECATED: use 'q' instead.
|
|
23
|
+
* @deprecated
|
|
24
|
+
*/
|
|
13
25
|
term: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.string()),
|
|
14
26
|
}),
|
|
15
27
|
output: {
|
|
@@ -9,12 +9,22 @@ const _mainSchema = /*#__PURE__*/ v.record(
|
|
|
9
9
|
/*#__PURE__*/ v.object({
|
|
10
10
|
$type: /*#__PURE__*/ v.literal('app.bsky.actor.status'),
|
|
11
11
|
createdAt: /*#__PURE__*/ v.datetimeString(),
|
|
12
|
+
/**
|
|
13
|
+
* The duration of the status in minutes. Applications can choose to impose minimum and maximum limits.
|
|
14
|
+
* @minimum 1
|
|
15
|
+
*/
|
|
12
16
|
durationMinutes: /*#__PURE__*/ v.optional(
|
|
13
17
|
/*#__PURE__*/ v.constrain(/*#__PURE__*/ v.integer(), [/*#__PURE__*/ v.integerRange(1)]),
|
|
14
18
|
),
|
|
19
|
+
/**
|
|
20
|
+
* An optional embed associated with the status.
|
|
21
|
+
*/
|
|
15
22
|
get embed() {
|
|
16
23
|
return /*#__PURE__*/ v.optional(/*#__PURE__*/ v.variant([AppBskyEmbedExternal.mainSchema]));
|
|
17
24
|
},
|
|
25
|
+
/**
|
|
26
|
+
* The status for the account.
|
|
27
|
+
*/
|
|
18
28
|
status: /*#__PURE__*/ v.string<'app.bsky.actor.status#live' | (string & {})>(),
|
|
19
29
|
}),
|
|
20
30
|
);
|
|
@@ -5,6 +5,9 @@ import * as ComAtprotoRepoStrongRef from '@atcute/atproto/types/repo/strongRef';
|
|
|
5
5
|
|
|
6
6
|
const _bookmarkSchema = /*#__PURE__*/ v.object({
|
|
7
7
|
$type: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.literal('app.bsky.bookmark.defs#bookmark')),
|
|
8
|
+
/**
|
|
9
|
+
* A strong ref to the record to be bookmarked. Currently, only `app.bsky.feed.post` records are supported.
|
|
10
|
+
*/
|
|
8
11
|
get subject() {
|
|
9
12
|
return ComAtprotoRepoStrongRef.mainSchema;
|
|
10
13
|
},
|
|
@@ -19,6 +22,9 @@ const _bookmarkViewSchema = /*#__PURE__*/ v.object({
|
|
|
19
22
|
AppBskyFeedDefs.postViewSchema,
|
|
20
23
|
]);
|
|
21
24
|
},
|
|
25
|
+
/**
|
|
26
|
+
* A strong ref to the bookmarked record.
|
|
27
|
+
*/
|
|
22
28
|
get subject() {
|
|
23
29
|
return ComAtprotoRepoStrongRef.mainSchema;
|
|
24
30
|
},
|
|
@@ -6,6 +6,11 @@ import * as AppBskyBookmarkDefs from './defs.js';
|
|
|
6
6
|
const _mainSchema = /*#__PURE__*/ v.query('app.bsky.bookmark.getBookmarks', {
|
|
7
7
|
params: /*#__PURE__*/ v.object({
|
|
8
8
|
cursor: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.string()),
|
|
9
|
+
/**
|
|
10
|
+
* @minimum 1
|
|
11
|
+
* @maximum 100
|
|
12
|
+
* @default 50
|
|
13
|
+
*/
|
|
9
14
|
limit: /*#__PURE__*/ v.optional(
|
|
10
15
|
/*#__PURE__*/ v.constrain(/*#__PURE__*/ v.integer(), [/*#__PURE__*/ v.integerRange(1, 100)]),
|
|
11
16
|
50,
|
|
@@ -3,7 +3,13 @@ import * as v from '@atcute/lexicons/validations';
|
|
|
3
3
|
|
|
4
4
|
const _aspectRatioSchema = /*#__PURE__*/ v.object({
|
|
5
5
|
$type: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.literal('app.bsky.embed.defs#aspectRatio')),
|
|
6
|
+
/**
|
|
7
|
+
* @minimum 1
|
|
8
|
+
*/
|
|
6
9
|
height: /*#__PURE__*/ v.constrain(/*#__PURE__*/ v.integer(), [/*#__PURE__*/ v.integerRange(1)]),
|
|
10
|
+
/**
|
|
11
|
+
* @minimum 1
|
|
12
|
+
*/
|
|
7
13
|
width: /*#__PURE__*/ v.constrain(/*#__PURE__*/ v.integer(), [/*#__PURE__*/ v.integerRange(1)]),
|
|
8
14
|
});
|
|
9
15
|
|
|
@@ -4,6 +4,10 @@ import * as v from '@atcute/lexicons/validations';
|
|
|
4
4
|
const _externalSchema = /*#__PURE__*/ v.object({
|
|
5
5
|
$type: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.literal('app.bsky.embed.external#external')),
|
|
6
6
|
description: /*#__PURE__*/ v.string(),
|
|
7
|
+
/**
|
|
8
|
+
* @accept image/*
|
|
9
|
+
* @maxSize 1000000
|
|
10
|
+
*/
|
|
7
11
|
thumb: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.blob()),
|
|
8
12
|
title: /*#__PURE__*/ v.string(),
|
|
9
13
|
uri: /*#__PURE__*/ v.genericUriString(),
|
|
@@ -4,20 +4,33 @@ import * as AppBskyEmbedDefs from './defs.js';
|
|
|
4
4
|
|
|
5
5
|
const _imageSchema = /*#__PURE__*/ v.object({
|
|
6
6
|
$type: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.literal('app.bsky.embed.images#image')),
|
|
7
|
+
/**
|
|
8
|
+
* Alt text description of the image, for accessibility.
|
|
9
|
+
*/
|
|
7
10
|
alt: /*#__PURE__*/ v.string(),
|
|
8
11
|
get aspectRatio() {
|
|
9
12
|
return /*#__PURE__*/ v.optional(AppBskyEmbedDefs.aspectRatioSchema);
|
|
10
13
|
},
|
|
14
|
+
/**
|
|
15
|
+
* @accept image/*
|
|
16
|
+
* @maxSize 1000000
|
|
17
|
+
*/
|
|
11
18
|
image: /*#__PURE__*/ v.blob(),
|
|
12
19
|
});
|
|
13
20
|
const _mainSchema = /*#__PURE__*/ v.object({
|
|
14
21
|
$type: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.literal('app.bsky.embed.images')),
|
|
22
|
+
/**
|
|
23
|
+
* @maxLength 4
|
|
24
|
+
*/
|
|
15
25
|
get images() {
|
|
16
26
|
return /*#__PURE__*/ v.constrain(/*#__PURE__*/ v.array(imageSchema), [/*#__PURE__*/ v.arrayLength(0, 4)]);
|
|
17
27
|
},
|
|
18
28
|
});
|
|
19
29
|
const _viewSchema = /*#__PURE__*/ v.object({
|
|
20
30
|
$type: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.literal('app.bsky.embed.images#view')),
|
|
31
|
+
/**
|
|
32
|
+
* @maxLength 4
|
|
33
|
+
*/
|
|
21
34
|
get images() {
|
|
22
35
|
return /*#__PURE__*/ v.constrain(/*#__PURE__*/ v.array(viewImageSchema), [
|
|
23
36
|
/*#__PURE__*/ v.arrayLength(0, 4),
|
|
@@ -26,11 +39,20 @@ const _viewSchema = /*#__PURE__*/ v.object({
|
|
|
26
39
|
});
|
|
27
40
|
const _viewImageSchema = /*#__PURE__*/ v.object({
|
|
28
41
|
$type: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.literal('app.bsky.embed.images#viewImage')),
|
|
42
|
+
/**
|
|
43
|
+
* Alt text description of the image, for accessibility.
|
|
44
|
+
*/
|
|
29
45
|
alt: /*#__PURE__*/ v.string(),
|
|
30
46
|
get aspectRatio() {
|
|
31
47
|
return /*#__PURE__*/ v.optional(AppBskyEmbedDefs.aspectRatioSchema);
|
|
32
48
|
},
|
|
49
|
+
/**
|
|
50
|
+
* Fully-qualified URL where a large version of the image can be fetched. May or may not be the exact original blob. For example, CDN location provided by the App View.
|
|
51
|
+
*/
|
|
33
52
|
fullsize: /*#__PURE__*/ v.genericUriString(),
|
|
53
|
+
/**
|
|
54
|
+
* Fully-qualified URL where a thumbnail of the image can be fetched. For example, CDN location provided by the App View.
|
|
55
|
+
*/
|
|
34
56
|
thumb: /*#__PURE__*/ v.genericUriString(),
|
|
35
57
|
});
|
|
36
58
|
|
|
@@ -78,6 +78,9 @@ const _viewRecordSchema = /*#__PURE__*/ v.object({
|
|
|
78
78
|
replyCount: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.integer()),
|
|
79
79
|
repostCount: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.integer()),
|
|
80
80
|
uri: /*#__PURE__*/ v.resourceUriString(),
|
|
81
|
+
/**
|
|
82
|
+
* The record data itself.
|
|
83
|
+
*/
|
|
81
84
|
value: /*#__PURE__*/ v.unknown(),
|
|
82
85
|
});
|
|
83
86
|
|