@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
|
@@ -16,6 +16,10 @@ const _mainSchema = /*#__PURE__*/ v.record(
|
|
|
16
16
|
/*#__PURE__*/ v.tidString(),
|
|
17
17
|
/*#__PURE__*/ v.object({
|
|
18
18
|
$type: /*#__PURE__*/ v.literal('app.bsky.feed.threadgate'),
|
|
19
|
+
/**
|
|
20
|
+
* List of rules defining who can reply to this post. If value is an empty array, no one can reply. If value is undefined, anyone can reply.
|
|
21
|
+
* @maxLength 5
|
|
22
|
+
*/
|
|
19
23
|
get allow() {
|
|
20
24
|
return /*#__PURE__*/ v.optional(
|
|
21
25
|
/*#__PURE__*/ v.constrain(
|
|
@@ -32,11 +36,18 @@ const _mainSchema = /*#__PURE__*/ v.record(
|
|
|
32
36
|
);
|
|
33
37
|
},
|
|
34
38
|
createdAt: /*#__PURE__*/ v.datetimeString(),
|
|
39
|
+
/**
|
|
40
|
+
* List of hidden reply URIs.
|
|
41
|
+
* @maxLength 300
|
|
42
|
+
*/
|
|
35
43
|
hiddenReplies: /*#__PURE__*/ v.optional(
|
|
36
44
|
/*#__PURE__*/ v.constrain(/*#__PURE__*/ v.array(/*#__PURE__*/ v.resourceUriString()), [
|
|
37
|
-
/*#__PURE__*/ v.arrayLength(0,
|
|
45
|
+
/*#__PURE__*/ v.arrayLength(0, 300),
|
|
38
46
|
]),
|
|
39
47
|
),
|
|
48
|
+
/**
|
|
49
|
+
* Reference (AT-URI) to the post record.
|
|
50
|
+
*/
|
|
40
51
|
post: /*#__PURE__*/ v.resourceUriString(),
|
|
41
52
|
}),
|
|
42
53
|
);
|
|
@@ -7,6 +7,9 @@ const _mainSchema = /*#__PURE__*/ v.record(
|
|
|
7
7
|
/*#__PURE__*/ v.object({
|
|
8
8
|
$type: /*#__PURE__*/ v.literal('app.bsky.graph.block'),
|
|
9
9
|
createdAt: /*#__PURE__*/ v.datetimeString(),
|
|
10
|
+
/**
|
|
11
|
+
* DID of the account to be blocked.
|
|
12
|
+
*/
|
|
10
13
|
subject: /*#__PURE__*/ v.didString(),
|
|
11
14
|
}),
|
|
12
15
|
);
|
|
@@ -26,6 +26,10 @@ const _listViewSchema = /*#__PURE__*/ v.object({
|
|
|
26
26
|
get creator() {
|
|
27
27
|
return AppBskyActorDefs.profileViewSchema;
|
|
28
28
|
},
|
|
29
|
+
/**
|
|
30
|
+
* @maxLength 3000
|
|
31
|
+
* @maxGraphemes 300
|
|
32
|
+
*/
|
|
29
33
|
description: /*#__PURE__*/ v.optional(
|
|
30
34
|
/*#__PURE__*/ v.constrain(/*#__PURE__*/ v.string(), [
|
|
31
35
|
/*#__PURE__*/ v.stringLength(0, 3000),
|
|
@@ -39,7 +43,14 @@ const _listViewSchema = /*#__PURE__*/ v.object({
|
|
|
39
43
|
get labels() {
|
|
40
44
|
return /*#__PURE__*/ v.optional(/*#__PURE__*/ v.array(ComAtprotoLabelDefs.labelSchema));
|
|
41
45
|
},
|
|
46
|
+
/**
|
|
47
|
+
* @minimum 0
|
|
48
|
+
*/
|
|
42
49
|
listItemCount: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.integer()),
|
|
50
|
+
/**
|
|
51
|
+
* @minLength 1
|
|
52
|
+
* @maxLength 64
|
|
53
|
+
*/
|
|
43
54
|
name: /*#__PURE__*/ v.constrain(/*#__PURE__*/ v.string(), [/*#__PURE__*/ v.stringLength(1, 64)]),
|
|
44
55
|
get purpose() {
|
|
45
56
|
return listPurposeSchema;
|
|
@@ -57,7 +68,14 @@ const _listViewBasicSchema = /*#__PURE__*/ v.object({
|
|
|
57
68
|
get labels() {
|
|
58
69
|
return /*#__PURE__*/ v.optional(/*#__PURE__*/ v.array(ComAtprotoLabelDefs.labelSchema));
|
|
59
70
|
},
|
|
71
|
+
/**
|
|
72
|
+
* @minimum 0
|
|
73
|
+
*/
|
|
60
74
|
listItemCount: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.integer()),
|
|
75
|
+
/**
|
|
76
|
+
* @minLength 1
|
|
77
|
+
* @maxLength 64
|
|
78
|
+
*/
|
|
61
79
|
name: /*#__PURE__*/ v.constrain(/*#__PURE__*/ v.string(), [/*#__PURE__*/ v.stringLength(1, 64)]),
|
|
62
80
|
get purpose() {
|
|
63
81
|
return listPurposeSchema;
|
|
@@ -82,7 +100,13 @@ const _referencelistSchema = /*#__PURE__*/ v.literal('app.bsky.graph.defs#refere
|
|
|
82
100
|
const _relationshipSchema = /*#__PURE__*/ v.object({
|
|
83
101
|
$type: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.literal('app.bsky.graph.defs#relationship')),
|
|
84
102
|
did: /*#__PURE__*/ v.didString(),
|
|
103
|
+
/**
|
|
104
|
+
* if the actor is followed by this DID, contains the AT-URI of the follow record
|
|
105
|
+
*/
|
|
85
106
|
followedBy: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.resourceUriString()),
|
|
107
|
+
/**
|
|
108
|
+
* if the actor follows this DID, this is the AT-URI of the follow record
|
|
109
|
+
*/
|
|
86
110
|
following: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.resourceUriString()),
|
|
87
111
|
});
|
|
88
112
|
const _starterPackViewSchema = /*#__PURE__*/ v.object({
|
|
@@ -91,6 +115,9 @@ const _starterPackViewSchema = /*#__PURE__*/ v.object({
|
|
|
91
115
|
get creator() {
|
|
92
116
|
return AppBskyActorDefs.profileViewBasicSchema;
|
|
93
117
|
},
|
|
118
|
+
/**
|
|
119
|
+
* @maxLength 3
|
|
120
|
+
*/
|
|
94
121
|
get feeds() {
|
|
95
122
|
return /*#__PURE__*/ v.optional(
|
|
96
123
|
/*#__PURE__*/ v.constrain(/*#__PURE__*/ v.array(AppBskyFeedDefs.generatorViewSchema), [
|
|
@@ -99,7 +126,13 @@ const _starterPackViewSchema = /*#__PURE__*/ v.object({
|
|
|
99
126
|
);
|
|
100
127
|
},
|
|
101
128
|
indexedAt: /*#__PURE__*/ v.datetimeString(),
|
|
129
|
+
/**
|
|
130
|
+
* @minimum 0
|
|
131
|
+
*/
|
|
102
132
|
joinedAllTimeCount: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.integer()),
|
|
133
|
+
/**
|
|
134
|
+
* @minimum 0
|
|
135
|
+
*/
|
|
103
136
|
joinedWeekCount: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.integer()),
|
|
104
137
|
get labels() {
|
|
105
138
|
return /*#__PURE__*/ v.optional(/*#__PURE__*/ v.array(ComAtprotoLabelDefs.labelSchema));
|
|
@@ -107,6 +140,9 @@ const _starterPackViewSchema = /*#__PURE__*/ v.object({
|
|
|
107
140
|
get list() {
|
|
108
141
|
return /*#__PURE__*/ v.optional(listViewBasicSchema);
|
|
109
142
|
},
|
|
143
|
+
/**
|
|
144
|
+
* @maxLength 12
|
|
145
|
+
*/
|
|
110
146
|
get listItemsSample() {
|
|
111
147
|
return /*#__PURE__*/ v.optional(
|
|
112
148
|
/*#__PURE__*/ v.constrain(/*#__PURE__*/ v.array(listItemViewSchema), [
|
|
@@ -124,11 +160,20 @@ const _starterPackViewBasicSchema = /*#__PURE__*/ v.object({
|
|
|
124
160
|
return AppBskyActorDefs.profileViewBasicSchema;
|
|
125
161
|
},
|
|
126
162
|
indexedAt: /*#__PURE__*/ v.datetimeString(),
|
|
163
|
+
/**
|
|
164
|
+
* @minimum 0
|
|
165
|
+
*/
|
|
127
166
|
joinedAllTimeCount: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.integer()),
|
|
167
|
+
/**
|
|
168
|
+
* @minimum 0
|
|
169
|
+
*/
|
|
128
170
|
joinedWeekCount: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.integer()),
|
|
129
171
|
get labels() {
|
|
130
172
|
return /*#__PURE__*/ v.optional(/*#__PURE__*/ v.array(ComAtprotoLabelDefs.labelSchema));
|
|
131
173
|
},
|
|
174
|
+
/**
|
|
175
|
+
* @minimum 0
|
|
176
|
+
*/
|
|
132
177
|
listItemCount: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.integer()),
|
|
133
178
|
record: /*#__PURE__*/ v.unknown(),
|
|
134
179
|
uri: /*#__PURE__*/ v.resourceUriString(),
|
|
@@ -7,6 +7,11 @@ const _mainSchema = /*#__PURE__*/ v.query('app.bsky.graph.getActorStarterPacks',
|
|
|
7
7
|
params: /*#__PURE__*/ v.object({
|
|
8
8
|
actor: /*#__PURE__*/ v.actorIdentifierString(),
|
|
9
9
|
cursor: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.string()),
|
|
10
|
+
/**
|
|
11
|
+
* @minimum 1
|
|
12
|
+
* @maximum 100
|
|
13
|
+
* @default 50
|
|
14
|
+
*/
|
|
10
15
|
limit: /*#__PURE__*/ v.optional(
|
|
11
16
|
/*#__PURE__*/ v.constrain(/*#__PURE__*/ v.integer(), [/*#__PURE__*/ v.integerRange(1, 100)]),
|
|
12
17
|
50,
|
|
@@ -6,6 +6,11 @@ import * as AppBskyActorDefs from '../actor/defs.js';
|
|
|
6
6
|
const _mainSchema = /*#__PURE__*/ v.query('app.bsky.graph.getBlocks', {
|
|
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,
|
|
@@ -7,6 +7,11 @@ const _mainSchema = /*#__PURE__*/ v.query('app.bsky.graph.getFollowers', {
|
|
|
7
7
|
params: /*#__PURE__*/ v.object({
|
|
8
8
|
actor: /*#__PURE__*/ v.actorIdentifierString(),
|
|
9
9
|
cursor: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.string()),
|
|
10
|
+
/**
|
|
11
|
+
* @minimum 1
|
|
12
|
+
* @maximum 100
|
|
13
|
+
* @default 50
|
|
14
|
+
*/
|
|
10
15
|
limit: /*#__PURE__*/ v.optional(
|
|
11
16
|
/*#__PURE__*/ v.constrain(/*#__PURE__*/ v.integer(), [/*#__PURE__*/ v.integerRange(1, 100)]),
|
|
12
17
|
50,
|
|
@@ -7,6 +7,11 @@ const _mainSchema = /*#__PURE__*/ v.query('app.bsky.graph.getFollows', {
|
|
|
7
7
|
params: /*#__PURE__*/ v.object({
|
|
8
8
|
actor: /*#__PURE__*/ v.actorIdentifierString(),
|
|
9
9
|
cursor: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.string()),
|
|
10
|
+
/**
|
|
11
|
+
* @minimum 1
|
|
12
|
+
* @maximum 100
|
|
13
|
+
* @default 50
|
|
14
|
+
*/
|
|
10
15
|
limit: /*#__PURE__*/ v.optional(
|
|
11
16
|
/*#__PURE__*/ v.constrain(/*#__PURE__*/ v.integer(), [/*#__PURE__*/ v.integerRange(1, 100)]),
|
|
12
17
|
50,
|
|
@@ -7,6 +7,11 @@ const _mainSchema = /*#__PURE__*/ v.query('app.bsky.graph.getKnownFollowers', {
|
|
|
7
7
|
params: /*#__PURE__*/ v.object({
|
|
8
8
|
actor: /*#__PURE__*/ v.actorIdentifierString(),
|
|
9
9
|
cursor: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.string()),
|
|
10
|
+
/**
|
|
11
|
+
* @minimum 1
|
|
12
|
+
* @maximum 100
|
|
13
|
+
* @default 50
|
|
14
|
+
*/
|
|
10
15
|
limit: /*#__PURE__*/ v.optional(
|
|
11
16
|
/*#__PURE__*/ v.constrain(/*#__PURE__*/ v.integer(), [/*#__PURE__*/ v.integerRange(1, 100)]),
|
|
12
17
|
50,
|
|
@@ -6,10 +6,18 @@ import * as AppBskyGraphDefs from './defs.js';
|
|
|
6
6
|
const _mainSchema = /*#__PURE__*/ v.query('app.bsky.graph.getList', {
|
|
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,
|
|
12
17
|
),
|
|
18
|
+
/**
|
|
19
|
+
* Reference (AT-URI) of the list record to hydrate.
|
|
20
|
+
*/
|
|
13
21
|
list: /*#__PURE__*/ v.resourceUriString(),
|
|
14
22
|
}),
|
|
15
23
|
output: {
|
|
@@ -6,6 +6,11 @@ import * as AppBskyGraphDefs from './defs.js';
|
|
|
6
6
|
const _mainSchema = /*#__PURE__*/ v.query('app.bsky.graph.getListBlocks', {
|
|
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,
|
|
@@ -6,6 +6,11 @@ import * as AppBskyGraphDefs from './defs.js';
|
|
|
6
6
|
const _mainSchema = /*#__PURE__*/ v.query('app.bsky.graph.getListMutes', {
|
|
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,
|
|
@@ -5,12 +5,23 @@ import * as AppBskyGraphDefs from './defs.js';
|
|
|
5
5
|
|
|
6
6
|
const _mainSchema = /*#__PURE__*/ v.query('app.bsky.graph.getLists', {
|
|
7
7
|
params: /*#__PURE__*/ v.object({
|
|
8
|
+
/**
|
|
9
|
+
* The account (actor) to enumerate lists from.
|
|
10
|
+
*/
|
|
8
11
|
actor: /*#__PURE__*/ v.actorIdentifierString(),
|
|
9
12
|
cursor: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.string()),
|
|
13
|
+
/**
|
|
14
|
+
* @minimum 1
|
|
15
|
+
* @maximum 100
|
|
16
|
+
* @default 50
|
|
17
|
+
*/
|
|
10
18
|
limit: /*#__PURE__*/ v.optional(
|
|
11
19
|
/*#__PURE__*/ v.constrain(/*#__PURE__*/ v.integer(), [/*#__PURE__*/ v.integerRange(1, 100)]),
|
|
12
20
|
50,
|
|
13
21
|
),
|
|
22
|
+
/**
|
|
23
|
+
* Optional filter by list purpose. If not specified, all supported types are returned.
|
|
24
|
+
*/
|
|
14
25
|
purposes: /*#__PURE__*/ v.optional(
|
|
15
26
|
/*#__PURE__*/ v.array(/*#__PURE__*/ v.string<'curatelist' | 'modlist' | (string & {})>()),
|
|
16
27
|
),
|
|
@@ -16,12 +16,23 @@ const _listWithMembershipSchema = /*#__PURE__*/ v.object({
|
|
|
16
16
|
});
|
|
17
17
|
const _mainSchema = /*#__PURE__*/ v.query('app.bsky.graph.getListsWithMembership', {
|
|
18
18
|
params: /*#__PURE__*/ v.object({
|
|
19
|
+
/**
|
|
20
|
+
* The account (actor) to check for membership.
|
|
21
|
+
*/
|
|
19
22
|
actor: /*#__PURE__*/ v.actorIdentifierString(),
|
|
20
23
|
cursor: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.string()),
|
|
24
|
+
/**
|
|
25
|
+
* @minimum 1
|
|
26
|
+
* @maximum 100
|
|
27
|
+
* @default 50
|
|
28
|
+
*/
|
|
21
29
|
limit: /*#__PURE__*/ v.optional(
|
|
22
30
|
/*#__PURE__*/ v.constrain(/*#__PURE__*/ v.integer(), [/*#__PURE__*/ v.integerRange(1, 100)]),
|
|
23
31
|
50,
|
|
24
32
|
),
|
|
33
|
+
/**
|
|
34
|
+
* Optional filter by list purpose. If not specified, all supported types are returned.
|
|
35
|
+
*/
|
|
25
36
|
purposes: /*#__PURE__*/ v.optional(
|
|
26
37
|
/*#__PURE__*/ v.array(/*#__PURE__*/ v.string<'curatelist' | 'modlist' | (string & {})>()),
|
|
27
38
|
),
|
|
@@ -6,6 +6,11 @@ import * as AppBskyActorDefs from '../actor/defs.js';
|
|
|
6
6
|
const _mainSchema = /*#__PURE__*/ v.query('app.bsky.graph.getMutes', {
|
|
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,
|
|
@@ -5,7 +5,14 @@ import * as AppBskyGraphDefs from './defs.js';
|
|
|
5
5
|
|
|
6
6
|
const _mainSchema = /*#__PURE__*/ v.query('app.bsky.graph.getRelationships', {
|
|
7
7
|
params: /*#__PURE__*/ v.object({
|
|
8
|
+
/**
|
|
9
|
+
* Primary account requesting relationships for.
|
|
10
|
+
*/
|
|
8
11
|
actor: /*#__PURE__*/ v.actorIdentifierString(),
|
|
12
|
+
/**
|
|
13
|
+
* List of 'other' accounts to be related back to the primary.
|
|
14
|
+
* @maxLength 30
|
|
15
|
+
*/
|
|
9
16
|
others: /*#__PURE__*/ v.optional(
|
|
10
17
|
/*#__PURE__*/ v.constrain(/*#__PURE__*/ v.array(/*#__PURE__*/ v.actorIdentifierString()), [
|
|
11
18
|
/*#__PURE__*/ v.arrayLength(0, 30),
|
|
@@ -5,6 +5,9 @@ import * as AppBskyGraphDefs from './defs.js';
|
|
|
5
5
|
|
|
6
6
|
const _mainSchema = /*#__PURE__*/ v.query('app.bsky.graph.getStarterPack', {
|
|
7
7
|
params: /*#__PURE__*/ v.object({
|
|
8
|
+
/**
|
|
9
|
+
* Reference (AT-URI) of the starter pack record.
|
|
10
|
+
*/
|
|
8
11
|
starterPack: /*#__PURE__*/ v.resourceUriString(),
|
|
9
12
|
}),
|
|
10
13
|
output: {
|
|
@@ -5,6 +5,10 @@ import * as AppBskyGraphDefs from './defs.js';
|
|
|
5
5
|
|
|
6
6
|
const _mainSchema = /*#__PURE__*/ v.query('app.bsky.graph.getStarterPacks', {
|
|
7
7
|
params: /*#__PURE__*/ v.object({
|
|
8
|
+
/**
|
|
9
|
+
* @minLength 1
|
|
10
|
+
* @maxLength 25
|
|
11
|
+
*/
|
|
8
12
|
uris: /*#__PURE__*/ v.constrain(/*#__PURE__*/ v.array(/*#__PURE__*/ v.resourceUriString()), [
|
|
9
13
|
/*#__PURE__*/ v.arrayLength(1, 25),
|
|
10
14
|
]),
|
|
@@ -5,8 +5,16 @@ import * as AppBskyGraphDefs from './defs.js';
|
|
|
5
5
|
|
|
6
6
|
const _mainSchema = /*#__PURE__*/ v.query('app.bsky.graph.getStarterPacksWithMembership', {
|
|
7
7
|
params: /*#__PURE__*/ v.object({
|
|
8
|
+
/**
|
|
9
|
+
* The account (actor) to check for membership.
|
|
10
|
+
*/
|
|
8
11
|
actor: /*#__PURE__*/ v.actorIdentifierString(),
|
|
9
12
|
cursor: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.string()),
|
|
13
|
+
/**
|
|
14
|
+
* @minimum 1
|
|
15
|
+
* @maximum 100
|
|
16
|
+
* @default 50
|
|
17
|
+
*/
|
|
10
18
|
limit: /*#__PURE__*/ v.optional(
|
|
11
19
|
/*#__PURE__*/ v.constrain(/*#__PURE__*/ v.integer(), [/*#__PURE__*/ v.integerRange(1, 100)]),
|
|
12
20
|
50,
|
|
@@ -10,7 +10,14 @@ const _mainSchema = /*#__PURE__*/ v.query('app.bsky.graph.getSuggestedFollowsByA
|
|
|
10
10
|
output: {
|
|
11
11
|
type: 'lex',
|
|
12
12
|
schema: /*#__PURE__*/ v.object({
|
|
13
|
+
/**
|
|
14
|
+
* If true, response has fallen-back to generic results, and is not scoped using relativeToDid
|
|
15
|
+
* @default false
|
|
16
|
+
*/
|
|
13
17
|
isFallback: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.boolean(), false),
|
|
18
|
+
/**
|
|
19
|
+
* Snowflake for this recommendation, use when submitting recommendation events.
|
|
20
|
+
*/
|
|
14
21
|
recId: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.integer()),
|
|
15
22
|
get suggestions() {
|
|
16
23
|
return /*#__PURE__*/ v.array(AppBskyActorDefs.profileViewSchema);
|
|
@@ -9,8 +9,16 @@ const _mainSchema = /*#__PURE__*/ v.record(
|
|
|
9
9
|
/*#__PURE__*/ v.tidString(),
|
|
10
10
|
/*#__PURE__*/ v.object({
|
|
11
11
|
$type: /*#__PURE__*/ v.literal('app.bsky.graph.list'),
|
|
12
|
+
/**
|
|
13
|
+
* @accept image/png, image/jpeg
|
|
14
|
+
* @maxSize 1000000
|
|
15
|
+
*/
|
|
12
16
|
avatar: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.blob()),
|
|
13
17
|
createdAt: /*#__PURE__*/ v.datetimeString(),
|
|
18
|
+
/**
|
|
19
|
+
* @maxLength 3000
|
|
20
|
+
* @maxGraphemes 300
|
|
21
|
+
*/
|
|
14
22
|
description: /*#__PURE__*/ v.optional(
|
|
15
23
|
/*#__PURE__*/ v.constrain(/*#__PURE__*/ v.string(), [
|
|
16
24
|
/*#__PURE__*/ v.stringLength(0, 3000),
|
|
@@ -23,7 +31,15 @@ const _mainSchema = /*#__PURE__*/ v.record(
|
|
|
23
31
|
get labels() {
|
|
24
32
|
return /*#__PURE__*/ v.optional(/*#__PURE__*/ v.variant([ComAtprotoLabelDefs.selfLabelsSchema]));
|
|
25
33
|
},
|
|
34
|
+
/**
|
|
35
|
+
* Display name for list; can not be empty.
|
|
36
|
+
* @minLength 1
|
|
37
|
+
* @maxLength 64
|
|
38
|
+
*/
|
|
26
39
|
name: /*#__PURE__*/ v.constrain(/*#__PURE__*/ v.string(), [/*#__PURE__*/ v.stringLength(1, 64)]),
|
|
40
|
+
/**
|
|
41
|
+
* Defines the purpose of the list (aka, moderation-oriented or curration-oriented)
|
|
42
|
+
*/
|
|
27
43
|
get purpose() {
|
|
28
44
|
return AppBskyGraphDefs.listPurposeSchema;
|
|
29
45
|
},
|
|
@@ -7,6 +7,9 @@ const _mainSchema = /*#__PURE__*/ v.record(
|
|
|
7
7
|
/*#__PURE__*/ v.object({
|
|
8
8
|
$type: /*#__PURE__*/ v.literal('app.bsky.graph.listblock'),
|
|
9
9
|
createdAt: /*#__PURE__*/ v.datetimeString(),
|
|
10
|
+
/**
|
|
11
|
+
* Reference (AT-URI) to the mod list record.
|
|
12
|
+
*/
|
|
10
13
|
subject: /*#__PURE__*/ v.resourceUriString(),
|
|
11
14
|
}),
|
|
12
15
|
);
|
|
@@ -7,7 +7,13 @@ const _mainSchema = /*#__PURE__*/ v.record(
|
|
|
7
7
|
/*#__PURE__*/ v.object({
|
|
8
8
|
$type: /*#__PURE__*/ v.literal('app.bsky.graph.listitem'),
|
|
9
9
|
createdAt: /*#__PURE__*/ v.datetimeString(),
|
|
10
|
+
/**
|
|
11
|
+
* Reference (AT-URI) to the list record (app.bsky.graph.list).
|
|
12
|
+
*/
|
|
10
13
|
list: /*#__PURE__*/ v.resourceUriString(),
|
|
14
|
+
/**
|
|
15
|
+
* The account which is included on the list.
|
|
16
|
+
*/
|
|
11
17
|
subject: /*#__PURE__*/ v.didString(),
|
|
12
18
|
}),
|
|
13
19
|
);
|
|
@@ -6,10 +6,18 @@ import * as AppBskyGraphDefs from './defs.js';
|
|
|
6
6
|
const _mainSchema = /*#__PURE__*/ v.query('app.bsky.graph.searchStarterPacks', {
|
|
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.string(),
|
|
14
22
|
}),
|
|
15
23
|
output: {
|
|
@@ -12,6 +12,10 @@ const _mainSchema = /*#__PURE__*/ v.record(
|
|
|
12
12
|
/*#__PURE__*/ v.object({
|
|
13
13
|
$type: /*#__PURE__*/ v.literal('app.bsky.graph.starterpack'),
|
|
14
14
|
createdAt: /*#__PURE__*/ v.datetimeString(),
|
|
15
|
+
/**
|
|
16
|
+
* @maxLength 3000
|
|
17
|
+
* @maxGraphemes 300
|
|
18
|
+
*/
|
|
15
19
|
description: /*#__PURE__*/ v.optional(
|
|
16
20
|
/*#__PURE__*/ v.constrain(/*#__PURE__*/ v.string(), [
|
|
17
21
|
/*#__PURE__*/ v.stringLength(0, 3000),
|
|
@@ -21,12 +25,24 @@ const _mainSchema = /*#__PURE__*/ v.record(
|
|
|
21
25
|
get descriptionFacets() {
|
|
22
26
|
return /*#__PURE__*/ v.optional(/*#__PURE__*/ v.array(AppBskyRichtextFacet.mainSchema));
|
|
23
27
|
},
|
|
28
|
+
/**
|
|
29
|
+
* @maxLength 3
|
|
30
|
+
*/
|
|
24
31
|
get feeds() {
|
|
25
32
|
return /*#__PURE__*/ v.optional(
|
|
26
33
|
/*#__PURE__*/ v.constrain(/*#__PURE__*/ v.array(feedItemSchema), [/*#__PURE__*/ v.arrayLength(0, 3)]),
|
|
27
34
|
);
|
|
28
35
|
},
|
|
36
|
+
/**
|
|
37
|
+
* Reference (AT-URI) to the list record.
|
|
38
|
+
*/
|
|
29
39
|
list: /*#__PURE__*/ v.resourceUriString(),
|
|
40
|
+
/**
|
|
41
|
+
* Display name for starter pack; can not be empty.
|
|
42
|
+
* @minLength 1
|
|
43
|
+
* @maxLength 500
|
|
44
|
+
* @maxGraphemes 50
|
|
45
|
+
*/
|
|
30
46
|
name: /*#__PURE__*/ v.constrain(/*#__PURE__*/ v.string(), [
|
|
31
47
|
/*#__PURE__*/ v.stringLength(1, 500),
|
|
32
48
|
/*#__PURE__*/ v.stringGraphemes(0, 50),
|
|
@@ -6,9 +6,21 @@ const _mainSchema = /*#__PURE__*/ v.record(
|
|
|
6
6
|
/*#__PURE__*/ v.tidString(),
|
|
7
7
|
/*#__PURE__*/ v.object({
|
|
8
8
|
$type: /*#__PURE__*/ v.literal('app.bsky.graph.verification'),
|
|
9
|
+
/**
|
|
10
|
+
* Date of when the verification was created.
|
|
11
|
+
*/
|
|
9
12
|
createdAt: /*#__PURE__*/ v.datetimeString(),
|
|
13
|
+
/**
|
|
14
|
+
* Display name of the subject the verification applies to at the moment of verifying, which might not be the same at the time of viewing. The verification is only valid if the current displayName matches the one at the time of verifying.
|
|
15
|
+
*/
|
|
10
16
|
displayName: /*#__PURE__*/ v.string(),
|
|
17
|
+
/**
|
|
18
|
+
* Handle of the subject the verification applies to at the moment of verifying, which might not be the same at the time of viewing. The verification is only valid if the current handle matches the one at the time of verifying.
|
|
19
|
+
*/
|
|
11
20
|
handle: /*#__PURE__*/ v.handleString(),
|
|
21
|
+
/**
|
|
22
|
+
* DID of the subject the verification applies to.
|
|
23
|
+
*/
|
|
12
24
|
subject: /*#__PURE__*/ v.didString(),
|
|
13
25
|
}),
|
|
14
26
|
);
|
|
@@ -6,9 +6,15 @@ import * as ComAtprotoModerationDefs from '@atcute/atproto/types/moderation/defs
|
|
|
6
6
|
|
|
7
7
|
const _labelerPoliciesSchema = /*#__PURE__*/ v.object({
|
|
8
8
|
$type: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.literal('app.bsky.labeler.defs#labelerPolicies')),
|
|
9
|
+
/**
|
|
10
|
+
* Label values created by this labeler and scoped exclusively to it. Labels defined here will override global label definitions for this labeler.
|
|
11
|
+
*/
|
|
9
12
|
get labelValueDefinitions() {
|
|
10
13
|
return /*#__PURE__*/ v.optional(/*#__PURE__*/ v.array(ComAtprotoLabelDefs.labelValueDefinitionSchema));
|
|
11
14
|
},
|
|
15
|
+
/**
|
|
16
|
+
* The label values which this labeler publishes. May include global or custom labels.
|
|
17
|
+
*/
|
|
12
18
|
get labelValues() {
|
|
13
19
|
return /*#__PURE__*/ v.array(ComAtprotoLabelDefs.labelValueSchema);
|
|
14
20
|
},
|
|
@@ -23,6 +29,9 @@ const _labelerViewSchema = /*#__PURE__*/ v.object({
|
|
|
23
29
|
get labels() {
|
|
24
30
|
return /*#__PURE__*/ v.optional(/*#__PURE__*/ v.array(ComAtprotoLabelDefs.labelSchema));
|
|
25
31
|
},
|
|
32
|
+
/**
|
|
33
|
+
* @minimum 0
|
|
34
|
+
*/
|
|
26
35
|
likeCount: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.integer()),
|
|
27
36
|
uri: /*#__PURE__*/ v.resourceUriString(),
|
|
28
37
|
get viewer() {
|
|
@@ -39,14 +48,26 @@ const _labelerViewDetailedSchema = /*#__PURE__*/ v.object({
|
|
|
39
48
|
get labels() {
|
|
40
49
|
return /*#__PURE__*/ v.optional(/*#__PURE__*/ v.array(ComAtprotoLabelDefs.labelSchema));
|
|
41
50
|
},
|
|
51
|
+
/**
|
|
52
|
+
* @minimum 0
|
|
53
|
+
*/
|
|
42
54
|
likeCount: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.integer()),
|
|
43
55
|
get policies() {
|
|
44
56
|
return labelerPoliciesSchema;
|
|
45
57
|
},
|
|
58
|
+
/**
|
|
59
|
+
* The set of report reason 'codes' which are in-scope for this service to review and action. These usually align to policy categories. If not defined (distinct from empty array), all reason types are allowed.
|
|
60
|
+
*/
|
|
46
61
|
get reasonTypes() {
|
|
47
62
|
return /*#__PURE__*/ v.optional(/*#__PURE__*/ v.array(ComAtprotoModerationDefs.reasonTypeSchema));
|
|
48
63
|
},
|
|
64
|
+
/**
|
|
65
|
+
* Set of record types (collection NSIDs) which can be reported to this service. If not defined (distinct from empty array), default is any record type.
|
|
66
|
+
*/
|
|
49
67
|
subjectCollections: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.array(/*#__PURE__*/ v.nsidString())),
|
|
68
|
+
/**
|
|
69
|
+
* The set of subject types (account, record, etc) this service accepts reports on.
|
|
70
|
+
*/
|
|
50
71
|
get subjectTypes() {
|
|
51
72
|
return /*#__PURE__*/ v.optional(/*#__PURE__*/ v.array(ComAtprotoModerationDefs.subjectTypeSchema));
|
|
52
73
|
},
|
|
@@ -5,7 +5,13 @@ import * as AppBskyLabelerDefs from './defs.js';
|
|
|
5
5
|
|
|
6
6
|
const _mainSchema = /*#__PURE__*/ v.query('app.bsky.labeler.getServices', {
|
|
7
7
|
params: /*#__PURE__*/ v.object({
|
|
8
|
+
/**
|
|
9
|
+
* @default false
|
|
10
|
+
*/
|
|
8
11
|
detailed: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.boolean(), false),
|
|
12
|
+
/**
|
|
13
|
+
* @minLength 1
|
|
14
|
+
*/
|
|
9
15
|
dids: /*#__PURE__*/ v.constrain(/*#__PURE__*/ v.array(/*#__PURE__*/ v.didString()), [
|
|
10
16
|
/*#__PURE__*/ v.arrayLength(1),
|
|
11
17
|
]),
|
|
@@ -16,10 +16,19 @@ const _mainSchema = /*#__PURE__*/ v.record(
|
|
|
16
16
|
get policies() {
|
|
17
17
|
return AppBskyLabelerDefs.labelerPoliciesSchema;
|
|
18
18
|
},
|
|
19
|
+
/**
|
|
20
|
+
* The set of report reason 'codes' which are in-scope for this service to review and action. These usually align to policy categories. If not defined (distinct from empty array), all reason types are allowed.
|
|
21
|
+
*/
|
|
19
22
|
get reasonTypes() {
|
|
20
23
|
return /*#__PURE__*/ v.optional(/*#__PURE__*/ v.array(ComAtprotoModerationDefs.reasonTypeSchema));
|
|
21
24
|
},
|
|
25
|
+
/**
|
|
26
|
+
* Set of record types (collection NSIDs) which can be reported to this service. If not defined (distinct from empty array), default is any record type.
|
|
27
|
+
*/
|
|
22
28
|
subjectCollections: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.array(/*#__PURE__*/ v.nsidString())),
|
|
29
|
+
/**
|
|
30
|
+
* The set of subject types (account, record, etc) this service accepts reports on.
|
|
31
|
+
*/
|
|
23
32
|
get subjectTypes() {
|
|
24
33
|
return /*#__PURE__*/ v.optional(/*#__PURE__*/ v.array(ComAtprotoModerationDefs.subjectTypeSchema));
|
|
25
34
|
},
|
|
@@ -6,6 +6,9 @@ const _mainSchema = /*#__PURE__*/ v.record(
|
|
|
6
6
|
/*#__PURE__*/ v.literal('self'),
|
|
7
7
|
/*#__PURE__*/ v.object({
|
|
8
8
|
$type: /*#__PURE__*/ v.literal('app.bsky.notification.declaration'),
|
|
9
|
+
/**
|
|
10
|
+
* A declaration of the user's preference for allowing activity subscriptions from other users. Absence of a record implies 'followers'.
|
|
11
|
+
*/
|
|
9
12
|
allowSubscriptions: /*#__PURE__*/ v.string<'followers' | 'mutuals' | 'none' | (string & {})>(),
|
|
10
13
|
}),
|
|
11
14
|
);
|
|
@@ -6,6 +6,11 @@ import * as AppBskyActorDefs from '../actor/defs.js';
|
|
|
6
6
|
const _mainSchema = /*#__PURE__*/ v.query('app.bsky.notification.listActivitySubscriptions', {
|
|
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,
|