@atcute/bluesky 3.2.5 → 3.2.6
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 +11 -0
- package/dist/lexicons/types/app/bsky/feed/threadgate.d.ts.map +1 -1
- package/dist/lexicons/types/app/bsky/feed/threadgate.js +11 -0
- 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 +11 -0
- 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
|
@@ -3,18 +3,48 @@ import * as AppBskyActorDefs from '../actor/defs.js';
|
|
|
3
3
|
import * as AppBskyFeedDefs from '../feed/defs.js';
|
|
4
4
|
declare const _ageAssuranceEventSchema: v.ObjectSchema<{
|
|
5
5
|
$type: v.OptionalSchema<v.LiteralSchema<"app.bsky.unspecced.defs#ageAssuranceEvent">, undefined>;
|
|
6
|
+
/**
|
|
7
|
+
* The unique identifier for this instance of the age assurance flow, in UUID format.
|
|
8
|
+
*/
|
|
6
9
|
attemptId: v.StringSchema<string>;
|
|
10
|
+
/**
|
|
11
|
+
* The IP address used when completing the AA flow.
|
|
12
|
+
*/
|
|
7
13
|
completeIp: v.OptionalSchema<v.StringSchema<string>, undefined>;
|
|
14
|
+
/**
|
|
15
|
+
* The user agent used when completing the AA flow.
|
|
16
|
+
*/
|
|
8
17
|
completeUa: v.OptionalSchema<v.StringSchema<string>, undefined>;
|
|
18
|
+
/**
|
|
19
|
+
* The date and time of this write operation.
|
|
20
|
+
*/
|
|
9
21
|
createdAt: v.FormattedStringSchema<"datetime">;
|
|
22
|
+
/**
|
|
23
|
+
* The email used for AA.
|
|
24
|
+
*/
|
|
10
25
|
email: v.OptionalSchema<v.StringSchema<string>, undefined>;
|
|
26
|
+
/**
|
|
27
|
+
* The IP address used when initiating the AA flow.
|
|
28
|
+
*/
|
|
11
29
|
initIp: v.OptionalSchema<v.StringSchema<string>, undefined>;
|
|
30
|
+
/**
|
|
31
|
+
* The user agent used when initiating the AA flow.
|
|
32
|
+
*/
|
|
12
33
|
initUa: v.OptionalSchema<v.StringSchema<string>, undefined>;
|
|
34
|
+
/**
|
|
35
|
+
* The status of the age assurance process.
|
|
36
|
+
*/
|
|
13
37
|
status: v.StringSchema<(string & {}) | "unknown" | "assured" | "pending">;
|
|
14
38
|
}>;
|
|
15
39
|
declare const _ageAssuranceStateSchema: v.ObjectSchema<{
|
|
16
40
|
$type: v.OptionalSchema<v.LiteralSchema<"app.bsky.unspecced.defs#ageAssuranceState">, undefined>;
|
|
41
|
+
/**
|
|
42
|
+
* The timestamp when this state was last updated.
|
|
43
|
+
*/
|
|
17
44
|
lastInitiatedAt: v.OptionalSchema<v.FormattedStringSchema<"datetime">, undefined>;
|
|
45
|
+
/**
|
|
46
|
+
* The status of the age assurance process.
|
|
47
|
+
*/
|
|
18
48
|
status: v.StringSchema<(string & {}) | "blocked" | "unknown" | "assured" | "pending">;
|
|
19
49
|
}>;
|
|
20
50
|
declare const _skeletonSearchActorSchema: v.ObjectSchema<{
|
|
@@ -52,10 +82,25 @@ declare const _threadItemNotFoundSchema: v.ObjectSchema<{
|
|
|
52
82
|
}>;
|
|
53
83
|
declare const _threadItemPostSchema: v.ObjectSchema<{
|
|
54
84
|
$type: v.OptionalSchema<v.LiteralSchema<"app.bsky.unspecced.defs#threadItemPost">, undefined>;
|
|
85
|
+
/**
|
|
86
|
+
* The threadgate created by the author indicates this post as a reply to be hidden for everyone consuming the thread.
|
|
87
|
+
*/
|
|
55
88
|
hiddenByThreadgate: v.BooleanSchema;
|
|
89
|
+
/**
|
|
90
|
+
* This post has more parents that were not present in the response. This is just a boolean, without the number of parents.
|
|
91
|
+
*/
|
|
56
92
|
moreParents: v.BooleanSchema;
|
|
93
|
+
/**
|
|
94
|
+
* This post has more replies that were not present in the response. This is a numeric value, which is best-effort and might not be accurate.
|
|
95
|
+
*/
|
|
57
96
|
moreReplies: v.IntegerSchema;
|
|
97
|
+
/**
|
|
98
|
+
* This is by an account muted by the viewer requesting it.
|
|
99
|
+
*/
|
|
58
100
|
mutedByViewer: v.BooleanSchema;
|
|
101
|
+
/**
|
|
102
|
+
* This post is part of a contiguous thread by the OP from the thread root. Many different OP threads can happen in the same thread.
|
|
103
|
+
*/
|
|
59
104
|
opThread: v.BooleanSchema;
|
|
60
105
|
readonly post: AppBskyFeedDefs.postViewSchema;
|
|
61
106
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"defs.d.ts","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/app/bsky/unspecced/defs.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAClD,OAAO,KAAK,gBAAgB,MAAM,kBAAkB,CAAC;AACrD,OAAO,KAAK,eAAe,MAAM,iBAAiB,CAAC;AAEnD,QAAA,MAAM,wBAAwB
|
|
1
|
+
{"version":3,"file":"defs.d.ts","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/app/bsky/unspecced/defs.ts"],"names":[],"mappings":"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"}
|
|
@@ -3,18 +3,48 @@ import * as AppBskyActorDefs from '../actor/defs.js';
|
|
|
3
3
|
import * as AppBskyFeedDefs from '../feed/defs.js';
|
|
4
4
|
const _ageAssuranceEventSchema = /*#__PURE__*/ v.object({
|
|
5
5
|
$type: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.literal('app.bsky.unspecced.defs#ageAssuranceEvent')),
|
|
6
|
+
/**
|
|
7
|
+
* The unique identifier for this instance of the age assurance flow, in UUID format.
|
|
8
|
+
*/
|
|
6
9
|
attemptId: /*#__PURE__*/ v.string(),
|
|
10
|
+
/**
|
|
11
|
+
* The IP address used when completing the AA flow.
|
|
12
|
+
*/
|
|
7
13
|
completeIp: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.string()),
|
|
14
|
+
/**
|
|
15
|
+
* The user agent used when completing the AA flow.
|
|
16
|
+
*/
|
|
8
17
|
completeUa: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.string()),
|
|
18
|
+
/**
|
|
19
|
+
* The date and time of this write operation.
|
|
20
|
+
*/
|
|
9
21
|
createdAt: /*#__PURE__*/ v.datetimeString(),
|
|
22
|
+
/**
|
|
23
|
+
* The email used for AA.
|
|
24
|
+
*/
|
|
10
25
|
email: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.string()),
|
|
26
|
+
/**
|
|
27
|
+
* The IP address used when initiating the AA flow.
|
|
28
|
+
*/
|
|
11
29
|
initIp: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.string()),
|
|
30
|
+
/**
|
|
31
|
+
* The user agent used when initiating the AA flow.
|
|
32
|
+
*/
|
|
12
33
|
initUa: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.string()),
|
|
34
|
+
/**
|
|
35
|
+
* The status of the age assurance process.
|
|
36
|
+
*/
|
|
13
37
|
status: /*#__PURE__*/ v.string(),
|
|
14
38
|
});
|
|
15
39
|
const _ageAssuranceStateSchema = /*#__PURE__*/ v.object({
|
|
16
40
|
$type: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.literal('app.bsky.unspecced.defs#ageAssuranceState')),
|
|
41
|
+
/**
|
|
42
|
+
* The timestamp when this state was last updated.
|
|
43
|
+
*/
|
|
17
44
|
lastInitiatedAt: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.datetimeString()),
|
|
45
|
+
/**
|
|
46
|
+
* The status of the age assurance process.
|
|
47
|
+
*/
|
|
18
48
|
status: /*#__PURE__*/ v.string(),
|
|
19
49
|
});
|
|
20
50
|
const _skeletonSearchActorSchema = /*#__PURE__*/ v.object({
|
|
@@ -56,10 +86,25 @@ const _threadItemNotFoundSchema = /*#__PURE__*/ v.object({
|
|
|
56
86
|
});
|
|
57
87
|
const _threadItemPostSchema = /*#__PURE__*/ v.object({
|
|
58
88
|
$type: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.literal('app.bsky.unspecced.defs#threadItemPost')),
|
|
89
|
+
/**
|
|
90
|
+
* The threadgate created by the author indicates this post as a reply to be hidden for everyone consuming the thread.
|
|
91
|
+
*/
|
|
59
92
|
hiddenByThreadgate: /*#__PURE__*/ v.boolean(),
|
|
93
|
+
/**
|
|
94
|
+
* This post has more parents that were not present in the response. This is just a boolean, without the number of parents.
|
|
95
|
+
*/
|
|
60
96
|
moreParents: /*#__PURE__*/ v.boolean(),
|
|
97
|
+
/**
|
|
98
|
+
* This post has more replies that were not present in the response. This is a numeric value, which is best-effort and might not be accurate.
|
|
99
|
+
*/
|
|
61
100
|
moreReplies: /*#__PURE__*/ v.integer(),
|
|
101
|
+
/**
|
|
102
|
+
* This is by an account muted by the viewer requesting it.
|
|
103
|
+
*/
|
|
62
104
|
mutedByViewer: /*#__PURE__*/ v.boolean(),
|
|
105
|
+
/**
|
|
106
|
+
* This post is part of a contiguous thread by the OP from the thread root. Many different OP threads can happen in the same thread.
|
|
107
|
+
*/
|
|
63
108
|
opThread: /*#__PURE__*/ v.boolean(),
|
|
64
109
|
get post() {
|
|
65
110
|
return AppBskyFeedDefs.postViewSchema;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"defs.js","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/app/bsky/unspecced/defs.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"defs.js","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/app/bsky/unspecced/defs.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
import * as v from '@atcute/lexicons/validations';
|
|
2
2
|
import * as AppBskyGraphDefs from '../graph/defs.js';
|
|
3
3
|
declare const _mainSchema: v.XRPCQueryMetadata<v.ObjectSchema<{
|
|
4
|
+
/**
|
|
5
|
+
* @minimum 1
|
|
6
|
+
* @maximum 25
|
|
7
|
+
* @default 10
|
|
8
|
+
*/
|
|
4
9
|
limit: v.OptionalSchema<v.SchemaWithConstraint<v.IntegerSchema, readonly [v.IntegerRangeConstraint<1, 25>]>, 10>;
|
|
5
10
|
}>, {
|
|
6
11
|
type: "lex";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getOnboardingSuggestedStarterPacks.d.ts","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/app/bsky/unspecced/getOnboardingSuggestedStarterPacks.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAElD,OAAO,KAAK,gBAAgB,MAAM,kBAAkB,CAAC;AAErD,QAAA,MAAM,WAAW;;;;;;;
|
|
1
|
+
{"version":3,"file":"getOnboardingSuggestedStarterPacks.d.ts","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/app/bsky/unspecced/getOnboardingSuggestedStarterPacks.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAElD,OAAO,KAAK,gBAAgB,MAAM,kBAAkB,CAAC;AAErD,QAAA,MAAM,WAAW;IAEf;;;;OAIG;;;;;;;2DAcH,CAAC;AAEH,KAAK,eAAe,GAAG,OAAO,WAAW,CAAC;AAE1C,MAAM,WAAW,UAAW,SAAQ,eAAe;CAAG;AAEtD,eAAO,MAAM,UAAU,EAAkB,UAAU,CAAC;AAEpD,MAAM,WAAW,OAAQ,SAAQ,CAAC,CAAC,UAAU,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC;CAAG;AACtE,MAAM,WAAW,OAAQ,SAAQ,CAAC,CAAC,kBAAkB,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC;CAAG;AAE9E,OAAO,QAAQ,0BAA0B,CAAC;IACzC,UAAU,WAAW;QACpB,uDAAuD,EAAE,UAAU,CAAC;KACpE;CACD"}
|
|
@@ -2,6 +2,11 @@ import * as v from '@atcute/lexicons/validations';
|
|
|
2
2
|
import * as AppBskyGraphDefs from '../graph/defs.js';
|
|
3
3
|
const _mainSchema = /*#__PURE__*/ v.query('app.bsky.unspecced.getOnboardingSuggestedStarterPacks', {
|
|
4
4
|
params: /*#__PURE__*/ v.object({
|
|
5
|
+
/**
|
|
6
|
+
* @minimum 1
|
|
7
|
+
* @maximum 25
|
|
8
|
+
* @default 10
|
|
9
|
+
*/
|
|
5
10
|
limit: /*#__PURE__*/ v.optional(
|
|
6
11
|
/*#__PURE__*/ v.constrain(/*#__PURE__*/ v.integer(), [/*#__PURE__*/ v.integerRange(1, 25)]), 10),
|
|
7
12
|
}),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getOnboardingSuggestedStarterPacks.js","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/app/bsky/unspecced/getOnboardingSuggestedStarterPacks.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAElD,OAAO,KAAK,gBAAgB,MAAM,kBAAkB,CAAC;AAErD,MAAM,WAAW,GAAG,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,uDAAuD,EAAE;IAClG,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;QAC9B,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ;QAC9B,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC,aAAa,CAAC,CAAC,CAAC,OAAO,EAAE,EAAE,CAAC,aAAa,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,EAC3F,EAAE,CACF;KACD,CAAC;IACF,MAAM,EAAE;QACP,IAAI,EAAE,KAAK;QACX,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;YAC9B,IAAI,YAAY;gBACf,OAAO,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,qBAAqB,CAAC,CAAC;YACtE,CAAC;SACD,CAAC;KACF;CACD,CAAC,CAAC;AAMH,MAAM,CAAC,MAAM,UAAU,GAAG,WAAyB,CAAC"}
|
|
1
|
+
{"version":3,"file":"getOnboardingSuggestedStarterPacks.js","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/app/bsky/unspecced/getOnboardingSuggestedStarterPacks.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAElD,OAAO,KAAK,gBAAgB,MAAM,kBAAkB,CAAC;AAErD,MAAM,WAAW,GAAG,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,uDAAuD,EAAE;IAClG,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;QAC9B;;;;WAIG;QACH,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ;QAC9B,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC,aAAa,CAAC,CAAC,CAAC,OAAO,EAAE,EAAE,CAAC,aAAa,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,EAC3F,EAAE,CACF;KACD,CAAC;IACF,MAAM,EAAE;QACP,IAAI,EAAE,KAAK;QACX,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;YAC9B,IAAI,YAAY;gBACf,OAAO,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,qBAAqB,CAAC,CAAC;YACtE,CAAC;SACD,CAAC;KACF;CACD,CAAC,CAAC;AAMH,MAAM,CAAC,MAAM,UAAU,GAAG,WAAyB,CAAC"}
|
package/dist/lexicons/types/app/bsky/unspecced/getOnboardingSuggestedStarterPacksSkeleton.d.ts
CHANGED
|
@@ -1,6 +1,14 @@
|
|
|
1
1
|
import * as v from '@atcute/lexicons/validations';
|
|
2
2
|
declare const _mainSchema: v.XRPCQueryMetadata<v.ObjectSchema<{
|
|
3
|
+
/**
|
|
4
|
+
* @minimum 1
|
|
5
|
+
* @maximum 25
|
|
6
|
+
* @default 10
|
|
7
|
+
*/
|
|
3
8
|
limit: v.OptionalSchema<v.SchemaWithConstraint<v.IntegerSchema, readonly [v.IntegerRangeConstraint<1, 25>]>, 10>;
|
|
9
|
+
/**
|
|
10
|
+
* DID of the account making the request (not included for public/unauthenticated queries).
|
|
11
|
+
*/
|
|
4
12
|
viewer: v.OptionalSchema<v.FormattedStringSchema<"did">, undefined>;
|
|
5
13
|
}>, {
|
|
6
14
|
type: "lex";
|
package/dist/lexicons/types/app/bsky/unspecced/getOnboardingSuggestedStarterPacksSkeleton.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getOnboardingSuggestedStarterPacksSkeleton.d.ts","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/app/bsky/unspecced/getOnboardingSuggestedStarterPacksSkeleton.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAGlD,QAAA,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"getOnboardingSuggestedStarterPacksSkeleton.d.ts","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/app/bsky/unspecced/getOnboardingSuggestedStarterPacksSkeleton.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAGlD,QAAA,MAAM,WAAW;IAEf;;;;OAIG;;IAKH;;OAEG;;;;;;;mEASH,CAAC;AAEH,KAAK,eAAe,GAAG,OAAO,WAAW,CAAC;AAE1C,MAAM,WAAW,UAAW,SAAQ,eAAe;CAAG;AAEtD,eAAO,MAAM,UAAU,EAAkB,UAAU,CAAC;AAEpD,MAAM,WAAW,OAAQ,SAAQ,CAAC,CAAC,UAAU,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC;CAAG;AACtE,MAAM,WAAW,OAAQ,SAAQ,CAAC,CAAC,kBAAkB,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC;CAAG;AAE9E,OAAO,QAAQ,0BAA0B,CAAC;IACzC,UAAU,WAAW;QACpB,+DAA+D,EAAE,UAAU,CAAC;KAC5E;CACD"}
|
package/dist/lexicons/types/app/bsky/unspecced/getOnboardingSuggestedStarterPacksSkeleton.js
CHANGED
|
@@ -1,8 +1,16 @@
|
|
|
1
1
|
import * as v from '@atcute/lexicons/validations';
|
|
2
2
|
const _mainSchema = /*#__PURE__*/ v.query('app.bsky.unspecced.getOnboardingSuggestedStarterPacksSkeleton', {
|
|
3
3
|
params: /*#__PURE__*/ v.object({
|
|
4
|
+
/**
|
|
5
|
+
* @minimum 1
|
|
6
|
+
* @maximum 25
|
|
7
|
+
* @default 10
|
|
8
|
+
*/
|
|
4
9
|
limit: /*#__PURE__*/ v.optional(
|
|
5
10
|
/*#__PURE__*/ v.constrain(/*#__PURE__*/ v.integer(), [/*#__PURE__*/ v.integerRange(1, 25)]), 10),
|
|
11
|
+
/**
|
|
12
|
+
* DID of the account making the request (not included for public/unauthenticated queries).
|
|
13
|
+
*/
|
|
6
14
|
viewer: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.didString()),
|
|
7
15
|
}),
|
|
8
16
|
output: {
|
package/dist/lexicons/types/app/bsky/unspecced/getOnboardingSuggestedStarterPacksSkeleton.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getOnboardingSuggestedStarterPacksSkeleton.js","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/app/bsky/unspecced/getOnboardingSuggestedStarterPacksSkeleton.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAGlD,MAAM,WAAW,GAAG,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,+DAA+D,EAAE;IAC1G,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;QAC9B,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ;QAC9B,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC,aAAa,CAAC,CAAC,CAAC,OAAO,EAAE,EAAE,CAAC,aAAa,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,EAC3F,EAAE,CACF;QACD,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,EAAE,CAAC;KAC7D,CAAC;IACF,MAAM,EAAE;QACP,IAAI,EAAE,KAAK;QACX,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;YAC9B,YAAY,EAAE,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,iBAAiB,EAAE,CAAC;SACxE,CAAC;KACF;CACD,CAAC,CAAC;AAMH,MAAM,CAAC,MAAM,UAAU,GAAG,WAAyB,CAAC"}
|
|
1
|
+
{"version":3,"file":"getOnboardingSuggestedStarterPacksSkeleton.js","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/app/bsky/unspecced/getOnboardingSuggestedStarterPacksSkeleton.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAGlD,MAAM,WAAW,GAAG,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,+DAA+D,EAAE;IAC1G,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;QAC9B;;;;WAIG;QACH,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ;QAC9B,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC,aAAa,CAAC,CAAC,CAAC,OAAO,EAAE,EAAE,CAAC,aAAa,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,EAC3F,EAAE,CACF;QACD;;WAEG;QACH,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,EAAE,CAAC;KAC7D,CAAC;IACF,MAAM,EAAE;QACP,IAAI,EAAE,KAAK;QACX,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;YAC9B,YAAY,EAAE,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,iBAAiB,EAAE,CAAC;SACxE,CAAC;KACF;CACD,CAAC,CAAC;AAMH,MAAM,CAAC,MAAM,UAAU,GAAG,WAAyB,CAAC"}
|
|
@@ -2,6 +2,11 @@ import * as v from '@atcute/lexicons/validations';
|
|
|
2
2
|
import * as AppBskyFeedDefs from '../feed/defs.js';
|
|
3
3
|
declare const _mainSchema: v.XRPCQueryMetadata<v.ObjectSchema<{
|
|
4
4
|
cursor: v.OptionalSchema<v.StringSchema<string>, undefined>;
|
|
5
|
+
/**
|
|
6
|
+
* @minimum 1
|
|
7
|
+
* @maximum 100
|
|
8
|
+
* @default 50
|
|
9
|
+
*/
|
|
5
10
|
limit: v.OptionalSchema<v.SchemaWithConstraint<v.IntegerSchema, readonly [v.IntegerRangeConstraint<1, 100>]>, 50>;
|
|
6
11
|
query: v.OptionalSchema<v.StringSchema<string>, undefined>;
|
|
7
12
|
}>, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getPopularFeedGenerators.d.ts","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/app/bsky/unspecced/getPopularFeedGenerators.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAElD,OAAO,KAAK,eAAe,MAAM,iBAAiB,CAAC;AAEnD,QAAA,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"getPopularFeedGenerators.d.ts","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/app/bsky/unspecced/getPopularFeedGenerators.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAElD,OAAO,KAAK,eAAe,MAAM,iBAAiB,CAAC;AAEnD,QAAA,MAAM,WAAW;;IAGf;;;;OAIG;;;;;;;;;iDAgBH,CAAC;AAEH,KAAK,eAAe,GAAG,OAAO,WAAW,CAAC;AAE1C,MAAM,WAAW,UAAW,SAAQ,eAAe;CAAG;AAEtD,eAAO,MAAM,UAAU,EAAkB,UAAU,CAAC;AAEpD,MAAM,WAAW,OAAQ,SAAQ,CAAC,CAAC,UAAU,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC;CAAG;AACtE,MAAM,WAAW,OAAQ,SAAQ,CAAC,CAAC,kBAAkB,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC;CAAG;AAE9E,OAAO,QAAQ,0BAA0B,CAAC;IACzC,UAAU,WAAW;QACpB,6CAA6C,EAAE,UAAU,CAAC;KAC1D;CACD"}
|
|
@@ -3,6 +3,11 @@ import * as AppBskyFeedDefs from '../feed/defs.js';
|
|
|
3
3
|
const _mainSchema = /*#__PURE__*/ v.query('app.bsky.unspecced.getPopularFeedGenerators', {
|
|
4
4
|
params: /*#__PURE__*/ v.object({
|
|
5
5
|
cursor: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.string()),
|
|
6
|
+
/**
|
|
7
|
+
* @minimum 1
|
|
8
|
+
* @maximum 100
|
|
9
|
+
* @default 50
|
|
10
|
+
*/
|
|
6
11
|
limit: /*#__PURE__*/ v.optional(
|
|
7
12
|
/*#__PURE__*/ v.constrain(/*#__PURE__*/ v.integer(), [/*#__PURE__*/ v.integerRange(1, 100)]), 50),
|
|
8
13
|
query: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.string()),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getPopularFeedGenerators.js","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/app/bsky/unspecced/getPopularFeedGenerators.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAElD,OAAO,KAAK,eAAe,MAAM,iBAAiB,CAAC;AAEnD,MAAM,WAAW,GAAG,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,6CAA6C,EAAE;IACxF,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;QAC9B,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;QAC1D,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ;QAC9B,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC,aAAa,CAAC,CAAC,CAAC,OAAO,EAAE,EAAE,CAAC,aAAa,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,EAAE,GAAG,CAAC,CAAC,CAAC,EAC5F,EAAE,CACF;QACD,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;KACzD,CAAC;IACF,MAAM,EAAE;QACP,IAAI,EAAE,KAAK;QACX,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;YAC9B,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;YAC1D,IAAI,KAAK;gBACR,OAAO,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,mBAAmB,CAAC,CAAC;YACnE,CAAC;SACD,CAAC;KACF;CACD,CAAC,CAAC;AAMH,MAAM,CAAC,MAAM,UAAU,GAAG,WAAyB,CAAC"}
|
|
1
|
+
{"version":3,"file":"getPopularFeedGenerators.js","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/app/bsky/unspecced/getPopularFeedGenerators.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAElD,OAAO,KAAK,eAAe,MAAM,iBAAiB,CAAC;AAEnD,MAAM,WAAW,GAAG,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,6CAA6C,EAAE;IACxF,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;QAC9B,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;QAC1D;;;;WAIG;QACH,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ;QAC9B,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC,aAAa,CAAC,CAAC,CAAC,OAAO,EAAE,EAAE,CAAC,aAAa,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,EAAE,GAAG,CAAC,CAAC,CAAC,EAC5F,EAAE,CACF;QACD,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;KACzD,CAAC;IACF,MAAM,EAAE;QACP,IAAI,EAAE,KAAK;QACX,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;YAC9B,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;YAC1D,IAAI,KAAK;gBACR,OAAO,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,mBAAmB,CAAC,CAAC;YACnE,CAAC;SACD,CAAC;KACF;CACD,CAAC,CAAC;AAMH,MAAM,CAAC,MAAM,UAAU,GAAG,WAAyB,CAAC"}
|
|
@@ -1,16 +1,29 @@
|
|
|
1
1
|
import * as v from '@atcute/lexicons/validations';
|
|
2
2
|
import * as AppBskyUnspeccedDefs from './defs.js';
|
|
3
3
|
declare const _mainSchema: v.XRPCQueryMetadata<v.ObjectSchema<{
|
|
4
|
+
/**
|
|
5
|
+
* Reference (AT-URI) to post record. This is the anchor post.
|
|
6
|
+
*/
|
|
4
7
|
anchor: v.FormattedStringSchema<"at-uri">;
|
|
8
|
+
/**
|
|
9
|
+
* Whether to prioritize posts from followed users. It only has effect when the user is authenticated.
|
|
10
|
+
* @default false
|
|
11
|
+
*/
|
|
5
12
|
prioritizeFollowedUsers: v.OptionalSchema<v.BooleanSchema, false>;
|
|
6
13
|
}>, {
|
|
7
14
|
type: "lex";
|
|
8
15
|
schema: v.ObjectSchema<{
|
|
16
|
+
/**
|
|
17
|
+
* A flat list of other thread items. The depth of each item is indicated by the depth property inside the item.
|
|
18
|
+
*/
|
|
9
19
|
readonly thread: v.ArraySchema<threadItemSchema>;
|
|
10
20
|
}>;
|
|
11
21
|
}, "app.bsky.unspecced.getPostThreadOtherV2">;
|
|
12
22
|
declare const _threadItemSchema: v.ObjectSchema<{
|
|
13
23
|
$type: v.OptionalSchema<v.LiteralSchema<"app.bsky.unspecced.getPostThreadOtherV2#threadItem">, undefined>;
|
|
24
|
+
/**
|
|
25
|
+
* The nesting level of this item in the thread. Depth 0 means the anchor item. Items above have negative depths, items below have positive depths.
|
|
26
|
+
*/
|
|
14
27
|
depth: v.IntegerSchema;
|
|
15
28
|
uri: v.FormattedStringSchema<"at-uri">;
|
|
16
29
|
readonly value: v.VariantSchema<readonly [AppBskyUnspeccedDefs.threadItemPostSchema], boolean>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getPostThreadOtherV2.d.ts","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/app/bsky/unspecced/getPostThreadOtherV2.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAElD,OAAO,KAAK,oBAAoB,MAAM,WAAW,CAAC;AAElD,QAAA,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"getPostThreadOtherV2.d.ts","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/app/bsky/unspecced/getPostThreadOtherV2.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAElD,OAAO,KAAK,oBAAoB,MAAM,WAAW,CAAC;AAElD,QAAA,MAAM,WAAW;IAEf;;OAEG;;IAEH;;;OAGG;;;;;QAMF;;WAEG;;;6CAMJ,CAAC;AACH,QAAA,MAAM,iBAAiB;;IAItB;;OAEG;;;;EAMF,CAAC;AAEH,KAAK,eAAe,GAAG,OAAO,WAAW,CAAC;AAC1C,KAAK,qBAAqB,GAAG,OAAO,iBAAiB,CAAC;AAEtD,MAAM,WAAW,UAAW,SAAQ,eAAe;CAAG;AACtD,MAAM,WAAW,gBAAiB,SAAQ,qBAAqB;CAAG;AAElE,eAAO,MAAM,UAAU,EAAkB,UAAU,CAAC;AACpD,eAAO,MAAM,gBAAgB,EAAwB,gBAAgB,CAAC;AAEtE,MAAM,WAAW,UAAW,SAAQ,CAAC,CAAC,UAAU,CAAC,OAAO,gBAAgB,CAAC;CAAG;AAE5E,MAAM,WAAW,OAAQ,SAAQ,CAAC,CAAC,UAAU,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC;CAAG;AACtE,MAAM,WAAW,OAAQ,SAAQ,CAAC,CAAC,kBAAkB,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC;CAAG;AAE9E,OAAO,QAAQ,0BAA0B,CAAC;IACzC,UAAU,WAAW;QACpB,yCAAyC,EAAE,UAAU,CAAC;KACtD;CACD"}
|
|
@@ -2,12 +2,22 @@ import * as v from '@atcute/lexicons/validations';
|
|
|
2
2
|
import * as AppBskyUnspeccedDefs from './defs.js';
|
|
3
3
|
const _mainSchema = /*#__PURE__*/ v.query('app.bsky.unspecced.getPostThreadOtherV2', {
|
|
4
4
|
params: /*#__PURE__*/ v.object({
|
|
5
|
+
/**
|
|
6
|
+
* Reference (AT-URI) to post record. This is the anchor post.
|
|
7
|
+
*/
|
|
5
8
|
anchor: /*#__PURE__*/ v.resourceUriString(),
|
|
9
|
+
/**
|
|
10
|
+
* Whether to prioritize posts from followed users. It only has effect when the user is authenticated.
|
|
11
|
+
* @default false
|
|
12
|
+
*/
|
|
6
13
|
prioritizeFollowedUsers: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.boolean(), false),
|
|
7
14
|
}),
|
|
8
15
|
output: {
|
|
9
16
|
type: 'lex',
|
|
10
17
|
schema: /*#__PURE__*/ v.object({
|
|
18
|
+
/**
|
|
19
|
+
* A flat list of other thread items. The depth of each item is indicated by the depth property inside the item.
|
|
20
|
+
*/
|
|
11
21
|
get thread() {
|
|
12
22
|
return /*#__PURE__*/ v.array(threadItemSchema);
|
|
13
23
|
},
|
|
@@ -17,6 +27,9 @@ const _mainSchema = /*#__PURE__*/ v.query('app.bsky.unspecced.getPostThreadOther
|
|
|
17
27
|
const _threadItemSchema = /*#__PURE__*/ v.object({
|
|
18
28
|
$type: /*#__PURE__*/ v.optional(
|
|
19
29
|
/*#__PURE__*/ v.literal('app.bsky.unspecced.getPostThreadOtherV2#threadItem')),
|
|
30
|
+
/**
|
|
31
|
+
* The nesting level of this item in the thread. Depth 0 means the anchor item. Items above have negative depths, items below have positive depths.
|
|
32
|
+
*/
|
|
20
33
|
depth: /*#__PURE__*/ v.integer(),
|
|
21
34
|
uri: /*#__PURE__*/ v.resourceUriString(),
|
|
22
35
|
get value() {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getPostThreadOtherV2.js","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/app/bsky/unspecced/getPostThreadOtherV2.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAElD,OAAO,KAAK,oBAAoB,MAAM,WAAW,CAAC;AAElD,MAAM,WAAW,GAAG,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,yCAAyC,EAAE;IACpF,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;QAC9B,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,iBAAiB,EAAE;QAC3C,uBAAuB,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,OAAO,EAAE,EAAE,KAAK,CAAC;KACnF,CAAC;IACF,MAAM,EAAE;QACP,IAAI,EAAE,KAAK;QACX,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;YAC9B,IAAI,MAAM;gBACT,OAAO,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,CAAC;YAChD,CAAC;SACD,CAAC;KACF;CACD,CAAC,CAAC;AACH,MAAM,iBAAiB,GAAG,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;IAChD,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ;IAC9B,aAAa,CAAC,CAAC,CAAC,OAAO,CAAC,oDAAoD,CAAC,CAC7E;IACD,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,OAAO,EAAE;IAChC,GAAG,EAAE,aAAa,CAAC,CAAC,CAAC,iBAAiB,EAAE;IACxC,IAAI,KAAK;QACR,OAAO,aAAa,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,oBAAoB,CAAC,oBAAoB,CAAC,CAAC,CAAC;IAC7E,CAAC;CACD,CAAC,CAAC;AAQH,MAAM,CAAC,MAAM,UAAU,GAAG,WAAyB,CAAC;AACpD,MAAM,CAAC,MAAM,gBAAgB,GAAG,iBAAqC,CAAC"}
|
|
1
|
+
{"version":3,"file":"getPostThreadOtherV2.js","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/app/bsky/unspecced/getPostThreadOtherV2.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAElD,OAAO,KAAK,oBAAoB,MAAM,WAAW,CAAC;AAElD,MAAM,WAAW,GAAG,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,yCAAyC,EAAE;IACpF,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;QAC9B;;WAEG;QACH,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,iBAAiB,EAAE;QAC3C;;;WAGG;QACH,uBAAuB,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,OAAO,EAAE,EAAE,KAAK,CAAC;KACnF,CAAC;IACF,MAAM,EAAE;QACP,IAAI,EAAE,KAAK;QACX,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;YAC9B;;eAEG;YACH,IAAI,MAAM;gBACT,OAAO,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,CAAC;YAChD,CAAC;SACD,CAAC;KACF;CACD,CAAC,CAAC;AACH,MAAM,iBAAiB,GAAG,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;IAChD,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ;IAC9B,aAAa,CAAC,CAAC,CAAC,OAAO,CAAC,oDAAoD,CAAC,CAC7E;IACD;;OAEG;IACH,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,OAAO,EAAE;IAChC,GAAG,EAAE,aAAa,CAAC,CAAC,CAAC,iBAAiB,EAAE;IACxC,IAAI,KAAK;QACR,OAAO,aAAa,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,oBAAoB,CAAC,oBAAoB,CAAC,CAAC,CAAC;IAC7E,CAAC;CACD,CAAC,CAAC;AAQH,MAAM,CAAC,MAAM,UAAU,GAAG,WAAyB,CAAC;AACpD,MAAM,CAAC,MAAM,gBAAgB,GAAG,iBAAqC,CAAC"}
|
|
@@ -2,22 +2,58 @@ import * as v from '@atcute/lexicons/validations';
|
|
|
2
2
|
import * as AppBskyFeedDefs from '../feed/defs.js';
|
|
3
3
|
import * as AppBskyUnspeccedDefs from './defs.js';
|
|
4
4
|
declare const _mainSchema: v.XRPCQueryMetadata<v.ObjectSchema<{
|
|
5
|
+
/**
|
|
6
|
+
* Whether to include parents above the anchor.
|
|
7
|
+
* @default true
|
|
8
|
+
*/
|
|
5
9
|
above: v.OptionalSchema<v.BooleanSchema, true>;
|
|
10
|
+
/**
|
|
11
|
+
* Reference (AT-URI) to post record. This is the anchor post, and the thread will be built around it. It can be any post in the tree, not necessarily a root post.
|
|
12
|
+
*/
|
|
6
13
|
anchor: v.FormattedStringSchema<"at-uri">;
|
|
14
|
+
/**
|
|
15
|
+
* How many levels of replies to include below the anchor.
|
|
16
|
+
* @minimum 0
|
|
17
|
+
* @maximum 20
|
|
18
|
+
* @default 6
|
|
19
|
+
*/
|
|
7
20
|
below: v.OptionalSchema<v.SchemaWithConstraint<v.IntegerSchema, readonly [v.IntegerRangeConstraint<0, 20>]>, 6>;
|
|
21
|
+
/**
|
|
22
|
+
* Maximum of replies to include at each level of the thread, except for the direct replies to the anchor, which are (NOTE: currently, during unspecced phase) all returned (NOTE: later they might be paginated).
|
|
23
|
+
* @minimum 0
|
|
24
|
+
* @maximum 100
|
|
25
|
+
* @default 10
|
|
26
|
+
*/
|
|
8
27
|
branchingFactor: v.OptionalSchema<v.SchemaWithConstraint<v.IntegerSchema, readonly [v.IntegerRangeConstraint<0, 100>]>, 10>;
|
|
28
|
+
/**
|
|
29
|
+
* Whether to prioritize posts from followed users. It only has effect when the user is authenticated.
|
|
30
|
+
* @default false
|
|
31
|
+
*/
|
|
9
32
|
prioritizeFollowedUsers: v.OptionalSchema<v.BooleanSchema, false>;
|
|
33
|
+
/**
|
|
34
|
+
* Sorting for the thread replies.
|
|
35
|
+
* @default "oldest"
|
|
36
|
+
*/
|
|
10
37
|
sort: v.OptionalSchema<v.StringSchema<(string & {}) | "newest" | "oldest" | "top">, "oldest">;
|
|
11
38
|
}>, {
|
|
12
39
|
type: "lex";
|
|
13
40
|
schema: v.ObjectSchema<{
|
|
41
|
+
/**
|
|
42
|
+
* Whether this thread has additional replies. If true, a call can be made to the `getPostThreadOtherV2` endpoint to retrieve them.
|
|
43
|
+
*/
|
|
14
44
|
hasOtherReplies: v.BooleanSchema;
|
|
45
|
+
/**
|
|
46
|
+
* A flat list of thread items. The depth of each item is indicated by the depth property inside the item.
|
|
47
|
+
*/
|
|
15
48
|
readonly thread: v.ArraySchema<threadItemSchema>;
|
|
16
49
|
readonly threadgate: v.OptionalSchema<AppBskyFeedDefs.threadgateViewSchema, undefined>;
|
|
17
50
|
}>;
|
|
18
51
|
}, "app.bsky.unspecced.getPostThreadV2">;
|
|
19
52
|
declare const _threadItemSchema: v.ObjectSchema<{
|
|
20
53
|
$type: v.OptionalSchema<v.LiteralSchema<"app.bsky.unspecced.getPostThreadV2#threadItem">, undefined>;
|
|
54
|
+
/**
|
|
55
|
+
* The nesting level of this item in the thread. Depth 0 means the anchor item. Items above have negative depths, items below have positive depths.
|
|
56
|
+
*/
|
|
21
57
|
depth: v.IntegerSchema;
|
|
22
58
|
uri: v.FormattedStringSchema<"at-uri">;
|
|
23
59
|
readonly value: v.VariantSchema<readonly [AppBskyUnspeccedDefs.threadItemBlockedSchema, AppBskyUnspeccedDefs.threadItemNoUnauthenticatedSchema, AppBskyUnspeccedDefs.threadItemNotFoundSchema, AppBskyUnspeccedDefs.threadItemPostSchema], boolean>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getPostThreadV2.d.ts","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/app/bsky/unspecced/getPostThreadV2.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAElD,OAAO,KAAK,eAAe,MAAM,iBAAiB,CAAC;AACnD,OAAO,KAAK,oBAAoB,MAAM,WAAW,CAAC;AAElD,QAAA,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"getPostThreadV2.d.ts","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/app/bsky/unspecced/getPostThreadV2.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAElD,OAAO,KAAK,eAAe,MAAM,iBAAiB,CAAC;AACnD,OAAO,KAAK,oBAAoB,MAAM,WAAW,CAAC;AAElD,QAAA,MAAM,WAAW;IAEf;;;OAGG;;IAEH;;OAEG;;IAEH;;;;;OAKG;;IAKH;;;;;OAKG;;IAKH;;;OAGG;;IAEH;;;OAGG;;;;;QASF;;WAEG;;QAEH;;WAEG;;;;wCASJ,CAAC;AACH,QAAA,MAAM,iBAAiB;;IAEtB;;OAEG;;;;EAWF,CAAC;AAEH,KAAK,eAAe,GAAG,OAAO,WAAW,CAAC;AAC1C,KAAK,qBAAqB,GAAG,OAAO,iBAAiB,CAAC;AAEtD,MAAM,WAAW,UAAW,SAAQ,eAAe;CAAG;AACtD,MAAM,WAAW,gBAAiB,SAAQ,qBAAqB;CAAG;AAElE,eAAO,MAAM,UAAU,EAAkB,UAAU,CAAC;AACpD,eAAO,MAAM,gBAAgB,EAAwB,gBAAgB,CAAC;AAEtE,MAAM,WAAW,UAAW,SAAQ,CAAC,CAAC,UAAU,CAAC,OAAO,gBAAgB,CAAC;CAAG;AAE5E,MAAM,WAAW,OAAQ,SAAQ,CAAC,CAAC,UAAU,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC;CAAG;AACtE,MAAM,WAAW,OAAQ,SAAQ,CAAC,CAAC,kBAAkB,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC;CAAG;AAE9E,OAAO,QAAQ,0BAA0B,CAAC;IACzC,UAAU,WAAW;QACpB,oCAAoC,EAAE,UAAU,CAAC;KACjD;CACD"}
|
|
@@ -3,20 +3,53 @@ import * as AppBskyFeedDefs from '../feed/defs.js';
|
|
|
3
3
|
import * as AppBskyUnspeccedDefs from './defs.js';
|
|
4
4
|
const _mainSchema = /*#__PURE__*/ v.query('app.bsky.unspecced.getPostThreadV2', {
|
|
5
5
|
params: /*#__PURE__*/ v.object({
|
|
6
|
+
/**
|
|
7
|
+
* Whether to include parents above the anchor.
|
|
8
|
+
* @default true
|
|
9
|
+
*/
|
|
6
10
|
above: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.boolean(), true),
|
|
11
|
+
/**
|
|
12
|
+
* Reference (AT-URI) to post record. This is the anchor post, and the thread will be built around it. It can be any post in the tree, not necessarily a root post.
|
|
13
|
+
*/
|
|
7
14
|
anchor: /*#__PURE__*/ v.resourceUriString(),
|
|
15
|
+
/**
|
|
16
|
+
* How many levels of replies to include below the anchor.
|
|
17
|
+
* @minimum 0
|
|
18
|
+
* @maximum 20
|
|
19
|
+
* @default 6
|
|
20
|
+
*/
|
|
8
21
|
below: /*#__PURE__*/ v.optional(
|
|
9
22
|
/*#__PURE__*/ v.constrain(/*#__PURE__*/ v.integer(), [/*#__PURE__*/ v.integerRange(0, 20)]), 6),
|
|
23
|
+
/**
|
|
24
|
+
* Maximum of replies to include at each level of the thread, except for the direct replies to the anchor, which are (NOTE: currently, during unspecced phase) all returned (NOTE: later they might be paginated).
|
|
25
|
+
* @minimum 0
|
|
26
|
+
* @maximum 100
|
|
27
|
+
* @default 10
|
|
28
|
+
*/
|
|
10
29
|
branchingFactor: /*#__PURE__*/ v.optional(
|
|
11
30
|
/*#__PURE__*/ v.constrain(/*#__PURE__*/ v.integer(), [/*#__PURE__*/ v.integerRange(0, 100)]), 10),
|
|
31
|
+
/**
|
|
32
|
+
* Whether to prioritize posts from followed users. It only has effect when the user is authenticated.
|
|
33
|
+
* @default false
|
|
34
|
+
*/
|
|
12
35
|
prioritizeFollowedUsers: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.boolean(), false),
|
|
36
|
+
/**
|
|
37
|
+
* Sorting for the thread replies.
|
|
38
|
+
* @default "oldest"
|
|
39
|
+
*/
|
|
13
40
|
sort: /*#__PURE__*/ v.optional(
|
|
14
41
|
/*#__PURE__*/ v.string(), 'oldest'),
|
|
15
42
|
}),
|
|
16
43
|
output: {
|
|
17
44
|
type: 'lex',
|
|
18
45
|
schema: /*#__PURE__*/ v.object({
|
|
46
|
+
/**
|
|
47
|
+
* Whether this thread has additional replies. If true, a call can be made to the `getPostThreadOtherV2` endpoint to retrieve them.
|
|
48
|
+
*/
|
|
19
49
|
hasOtherReplies: /*#__PURE__*/ v.boolean(),
|
|
50
|
+
/**
|
|
51
|
+
* A flat list of thread items. The depth of each item is indicated by the depth property inside the item.
|
|
52
|
+
*/
|
|
20
53
|
get thread() {
|
|
21
54
|
return /*#__PURE__*/ v.array(threadItemSchema);
|
|
22
55
|
},
|
|
@@ -28,6 +61,9 @@ const _mainSchema = /*#__PURE__*/ v.query('app.bsky.unspecced.getPostThreadV2',
|
|
|
28
61
|
});
|
|
29
62
|
const _threadItemSchema = /*#__PURE__*/ v.object({
|
|
30
63
|
$type: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.literal('app.bsky.unspecced.getPostThreadV2#threadItem')),
|
|
64
|
+
/**
|
|
65
|
+
* The nesting level of this item in the thread. Depth 0 means the anchor item. Items above have negative depths, items below have positive depths.
|
|
66
|
+
*/
|
|
31
67
|
depth: /*#__PURE__*/ v.integer(),
|
|
32
68
|
uri: /*#__PURE__*/ v.resourceUriString(),
|
|
33
69
|
get value() {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getPostThreadV2.js","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/app/bsky/unspecced/getPostThreadV2.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAElD,OAAO,KAAK,eAAe,MAAM,iBAAiB,CAAC;AACnD,OAAO,KAAK,oBAAoB,MAAM,WAAW,CAAC;AAElD,MAAM,WAAW,GAAG,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,oCAAoC,EAAE;IAC/E,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;QAC9B,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,OAAO,EAAE,EAAE,IAAI,CAAC;QAChE,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,iBAAiB,EAAE;QAC3C,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ;QAC9B,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC,aAAa,CAAC,CAAC,CAAC,OAAO,EAAE,EAAE,CAAC,aAAa,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,EAC3F,CAAC,CACD;QACD,eAAe,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ;QACxC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC,aAAa,CAAC,CAAC,CAAC,OAAO,EAAE,EAAE,CAAC,aAAa,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,EAAE,GAAG,CAAC,CAAC,CAAC,EAC5F,EAAE,CACF;QACD,uBAAuB,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,OAAO,EAAE,EAAE,KAAK,CAAC;QACnF,IAAI,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ;QAC7B,aAAa,CAAC,CAAC,CAAC,MAAM,EAA+C,EACrE,QAAQ,CACR;KACD,CAAC;IACF,MAAM,EAAE;QACP,IAAI,EAAE,KAAK;QACX,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;YAC9B,eAAe,EAAE,aAAa,CAAC,CAAC,CAAC,OAAO,EAAE;YAC1C,IAAI,MAAM;gBACT,OAAO,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,CAAC;YAChD,CAAC;YACD,IAAI,UAAU;gBACb,OAAO,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,eAAe,CAAC,oBAAoB,CAAC,CAAC;YACvE,CAAC;SACD,CAAC;KACF;CACD,CAAC,CAAC;AACH,MAAM,iBAAiB,GAAG,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;IAChD,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,OAAO,CAAC,+CAA+C,CAAC,CAAC;IACzG,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,OAAO,EAAE;IAChC,GAAG,EAAE,aAAa,CAAC,CAAC,CAAC,iBAAiB,EAAE;IACxC,IAAI,KAAK;QACR,OAAO,aAAa,CAAC,CAAC,CAAC,OAAO,CAAC;YAC9B,oBAAoB,CAAC,uBAAuB;YAC5C,oBAAoB,CAAC,iCAAiC;YACtD,oBAAoB,CAAC,wBAAwB;YAC7C,oBAAoB,CAAC,oBAAoB;SACzC,CAAC,CAAC;IACJ,CAAC;CACD,CAAC,CAAC;AAQH,MAAM,CAAC,MAAM,UAAU,GAAG,WAAyB,CAAC;AACpD,MAAM,CAAC,MAAM,gBAAgB,GAAG,iBAAqC,CAAC"}
|
|
1
|
+
{"version":3,"file":"getPostThreadV2.js","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/app/bsky/unspecced/getPostThreadV2.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAElD,OAAO,KAAK,eAAe,MAAM,iBAAiB,CAAC;AACnD,OAAO,KAAK,oBAAoB,MAAM,WAAW,CAAC;AAElD,MAAM,WAAW,GAAG,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,oCAAoC,EAAE;IAC/E,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;QAC9B;;;WAGG;QACH,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,OAAO,EAAE,EAAE,IAAI,CAAC;QAChE;;WAEG;QACH,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,iBAAiB,EAAE;QAC3C;;;;;WAKG;QACH,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ;QAC9B,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC,aAAa,CAAC,CAAC,CAAC,OAAO,EAAE,EAAE,CAAC,aAAa,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,EAC3F,CAAC,CACD;QACD;;;;;WAKG;QACH,eAAe,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ;QACxC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC,aAAa,CAAC,CAAC,CAAC,OAAO,EAAE,EAAE,CAAC,aAAa,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,EAAE,GAAG,CAAC,CAAC,CAAC,EAC5F,EAAE,CACF;QACD;;;WAGG;QACH,uBAAuB,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,OAAO,EAAE,EAAE,KAAK,CAAC;QACnF;;;WAGG;QACH,IAAI,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ;QAC7B,aAAa,CAAC,CAAC,CAAC,MAAM,EAA+C,EACrE,QAAQ,CACR;KACD,CAAC;IACF,MAAM,EAAE;QACP,IAAI,EAAE,KAAK;QACX,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;YAC9B;;eAEG;YACH,eAAe,EAAE,aAAa,CAAC,CAAC,CAAC,OAAO,EAAE;YAC1C;;eAEG;YACH,IAAI,MAAM;gBACT,OAAO,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,CAAC;YAChD,CAAC;YACD,IAAI,UAAU;gBACb,OAAO,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,eAAe,CAAC,oBAAoB,CAAC,CAAC;YACvE,CAAC;SACD,CAAC;KACF;CACD,CAAC,CAAC;AACH,MAAM,iBAAiB,GAAG,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;IAChD,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,OAAO,CAAC,+CAA+C,CAAC,CAAC;IACzG;;OAEG;IACH,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,OAAO,EAAE;IAChC,GAAG,EAAE,aAAa,CAAC,CAAC,CAAC,iBAAiB,EAAE;IACxC,IAAI,KAAK;QACR,OAAO,aAAa,CAAC,CAAC,CAAC,OAAO,CAAC;YAC9B,oBAAoB,CAAC,uBAAuB;YAC5C,oBAAoB,CAAC,iCAAiC;YACtD,oBAAoB,CAAC,wBAAwB;YAC7C,oBAAoB,CAAC,oBAAoB;SACzC,CAAC,CAAC;IACJ,CAAC;CACD,CAAC,CAAC;AAQH,MAAM,CAAC,MAAM,UAAU,GAAG,WAAyB,CAAC;AACpD,MAAM,CAAC,MAAM,gBAAgB,GAAG,iBAAqC,CAAC"}
|
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
import * as v from '@atcute/lexicons/validations';
|
|
2
2
|
import * as AppBskyFeedDefs from '../feed/defs.js';
|
|
3
3
|
declare const _mainSchema: v.XRPCQueryMetadata<v.ObjectSchema<{
|
|
4
|
+
/**
|
|
5
|
+
* @minimum 1
|
|
6
|
+
* @maximum 25
|
|
7
|
+
* @default 10
|
|
8
|
+
*/
|
|
4
9
|
limit: v.OptionalSchema<v.SchemaWithConstraint<v.IntegerSchema, readonly [v.IntegerRangeConstraint<1, 25>]>, 10>;
|
|
5
10
|
}>, {
|
|
6
11
|
type: "lex";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getSuggestedFeeds.d.ts","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/app/bsky/unspecced/getSuggestedFeeds.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAElD,OAAO,KAAK,eAAe,MAAM,iBAAiB,CAAC;AAEnD,QAAA,MAAM,WAAW;;;;;;;
|
|
1
|
+
{"version":3,"file":"getSuggestedFeeds.d.ts","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/app/bsky/unspecced/getSuggestedFeeds.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAElD,OAAO,KAAK,eAAe,MAAM,iBAAiB,CAAC;AAEnD,QAAA,MAAM,WAAW;IAEf;;;;OAIG;;;;;;;0CAcH,CAAC;AAEH,KAAK,eAAe,GAAG,OAAO,WAAW,CAAC;AAE1C,MAAM,WAAW,UAAW,SAAQ,eAAe;CAAG;AAEtD,eAAO,MAAM,UAAU,EAAkB,UAAU,CAAC;AAEpD,MAAM,WAAW,OAAQ,SAAQ,CAAC,CAAC,UAAU,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC;CAAG;AACtE,MAAM,WAAW,OAAQ,SAAQ,CAAC,CAAC,kBAAkB,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC;CAAG;AAE9E,OAAO,QAAQ,0BAA0B,CAAC;IACzC,UAAU,WAAW;QACpB,sCAAsC,EAAE,UAAU,CAAC;KACnD;CACD"}
|
|
@@ -2,6 +2,11 @@ import * as v from '@atcute/lexicons/validations';
|
|
|
2
2
|
import * as AppBskyFeedDefs from '../feed/defs.js';
|
|
3
3
|
const _mainSchema = /*#__PURE__*/ v.query('app.bsky.unspecced.getSuggestedFeeds', {
|
|
4
4
|
params: /*#__PURE__*/ v.object({
|
|
5
|
+
/**
|
|
6
|
+
* @minimum 1
|
|
7
|
+
* @maximum 25
|
|
8
|
+
* @default 10
|
|
9
|
+
*/
|
|
5
10
|
limit: /*#__PURE__*/ v.optional(
|
|
6
11
|
/*#__PURE__*/ v.constrain(/*#__PURE__*/ v.integer(), [/*#__PURE__*/ v.integerRange(1, 25)]), 10),
|
|
7
12
|
}),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getSuggestedFeeds.js","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/app/bsky/unspecced/getSuggestedFeeds.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAElD,OAAO,KAAK,eAAe,MAAM,iBAAiB,CAAC;AAEnD,MAAM,WAAW,GAAG,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,sCAAsC,EAAE;IACjF,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;QAC9B,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ;QAC9B,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC,aAAa,CAAC,CAAC,CAAC,OAAO,EAAE,EAAE,CAAC,aAAa,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,EAC3F,EAAE,CACF;KACD,CAAC;IACF,MAAM,EAAE;QACP,IAAI,EAAE,KAAK;QACX,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;YAC9B,IAAI,KAAK;gBACR,OAAO,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,mBAAmB,CAAC,CAAC;YACnE,CAAC;SACD,CAAC;KACF;CACD,CAAC,CAAC;AAMH,MAAM,CAAC,MAAM,UAAU,GAAG,WAAyB,CAAC"}
|
|
1
|
+
{"version":3,"file":"getSuggestedFeeds.js","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/app/bsky/unspecced/getSuggestedFeeds.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAElD,OAAO,KAAK,eAAe,MAAM,iBAAiB,CAAC;AAEnD,MAAM,WAAW,GAAG,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,sCAAsC,EAAE;IACjF,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;QAC9B;;;;WAIG;QACH,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ;QAC9B,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC,aAAa,CAAC,CAAC,CAAC,OAAO,EAAE,EAAE,CAAC,aAAa,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,EAC3F,EAAE,CACF;KACD,CAAC;IACF,MAAM,EAAE;QACP,IAAI,EAAE,KAAK;QACX,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;YAC9B,IAAI,KAAK;gBACR,OAAO,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,mBAAmB,CAAC,CAAC;YACnE,CAAC;SACD,CAAC;KACF;CACD,CAAC,CAAC;AAMH,MAAM,CAAC,MAAM,UAAU,GAAG,WAAyB,CAAC"}
|
|
@@ -1,6 +1,14 @@
|
|
|
1
1
|
import * as v from '@atcute/lexicons/validations';
|
|
2
2
|
declare const _mainSchema: v.XRPCQueryMetadata<v.ObjectSchema<{
|
|
3
|
+
/**
|
|
4
|
+
* @minimum 1
|
|
5
|
+
* @maximum 25
|
|
6
|
+
* @default 10
|
|
7
|
+
*/
|
|
3
8
|
limit: v.OptionalSchema<v.SchemaWithConstraint<v.IntegerSchema, readonly [v.IntegerRangeConstraint<1, 25>]>, 10>;
|
|
9
|
+
/**
|
|
10
|
+
* DID of the account making the request (not included for public/unauthenticated queries).
|
|
11
|
+
*/
|
|
4
12
|
viewer: v.OptionalSchema<v.FormattedStringSchema<"did">, undefined>;
|
|
5
13
|
}>, {
|
|
6
14
|
type: "lex";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getSuggestedFeedsSkeleton.d.ts","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/app/bsky/unspecced/getSuggestedFeedsSkeleton.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAGlD,QAAA,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"getSuggestedFeedsSkeleton.d.ts","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/app/bsky/unspecced/getSuggestedFeedsSkeleton.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAGlD,QAAA,MAAM,WAAW;IAEf;;;;OAIG;;IAKH;;OAEG;;;;;;;kDASH,CAAC;AAEH,KAAK,eAAe,GAAG,OAAO,WAAW,CAAC;AAE1C,MAAM,WAAW,UAAW,SAAQ,eAAe;CAAG;AAEtD,eAAO,MAAM,UAAU,EAAkB,UAAU,CAAC;AAEpD,MAAM,WAAW,OAAQ,SAAQ,CAAC,CAAC,UAAU,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC;CAAG;AACtE,MAAM,WAAW,OAAQ,SAAQ,CAAC,CAAC,kBAAkB,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC;CAAG;AAE9E,OAAO,QAAQ,0BAA0B,CAAC;IACzC,UAAU,WAAW;QACpB,8CAA8C,EAAE,UAAU,CAAC;KAC3D;CACD"}
|