@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
|
@@ -1,23 +1,68 @@
|
|
|
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
|
+
* Filter to posts by the given account. Handles are resolved to DID before query-time.
|
|
6
|
+
*/
|
|
4
7
|
author: v.OptionalSchema<v.FormattedStringSchema<"at-identifier">, undefined>;
|
|
8
|
+
/**
|
|
9
|
+
* Optional pagination mechanism; may not necessarily allow scrolling through entire result set.
|
|
10
|
+
*/
|
|
5
11
|
cursor: v.OptionalSchema<v.StringSchema<string>, undefined>;
|
|
12
|
+
/**
|
|
13
|
+
* Filter to posts with URLs (facet links or embeds) linking to the given domain (hostname). Server may apply hostname normalization.
|
|
14
|
+
*/
|
|
6
15
|
domain: v.OptionalSchema<v.StringSchema<string>, undefined>;
|
|
16
|
+
/**
|
|
17
|
+
* Filter to posts in the given language. Expected to be based on post language field, though server may override language detection.
|
|
18
|
+
*/
|
|
7
19
|
lang: v.OptionalSchema<v.FormattedStringSchema<"language">, undefined>;
|
|
20
|
+
/**
|
|
21
|
+
* @minimum 1
|
|
22
|
+
* @maximum 100
|
|
23
|
+
* @default 25
|
|
24
|
+
*/
|
|
8
25
|
limit: v.OptionalSchema<v.SchemaWithConstraint<v.IntegerSchema, readonly [v.IntegerRangeConstraint<1, 100>]>, 25>;
|
|
26
|
+
/**
|
|
27
|
+
* Filter to posts which mention the given account. Handles are resolved to DID before query-time. Only matches rich-text facet mentions.
|
|
28
|
+
*/
|
|
9
29
|
mentions: v.OptionalSchema<v.FormattedStringSchema<"at-identifier">, undefined>;
|
|
30
|
+
/**
|
|
31
|
+
* Search query string; syntax, phrase, boolean, and faceting is unspecified, but Lucene query syntax is recommended.
|
|
32
|
+
*/
|
|
10
33
|
q: v.StringSchema<string>;
|
|
34
|
+
/**
|
|
35
|
+
* Filter results for posts after the indicated datetime (inclusive). Expected to use 'sortAt' timestamp, which may not match 'createdAt'. Can be a datetime, or just an ISO date (YYYY-MM-DD).
|
|
36
|
+
*/
|
|
11
37
|
since: v.OptionalSchema<v.StringSchema<string>, undefined>;
|
|
38
|
+
/**
|
|
39
|
+
* Specifies the ranking order of results.
|
|
40
|
+
* @default "latest"
|
|
41
|
+
*/
|
|
12
42
|
sort: v.OptionalSchema<v.StringSchema<(string & {}) | "latest" | "top">, "latest">;
|
|
43
|
+
/**
|
|
44
|
+
* Filter to posts with the given tag (hashtag), based on rich-text facet or tag field. Do not include the hash (#) prefix. Multiple tags can be specified, with 'AND' matching.
|
|
45
|
+
*/
|
|
13
46
|
tag: v.OptionalSchema<v.ArraySchema<v.SchemaWithConstraint<v.StringSchema<string>, readonly [v.StringLengthConstraint<0, 640>, v.StringGraphemesConstraint<0, 64>]>>, undefined>;
|
|
47
|
+
/**
|
|
48
|
+
* Filter results for posts before the indicated datetime (not inclusive). Expected to use 'sortAt' timestamp, which may not match 'createdAt'. Can be a datetime, or just an ISO date (YYY-MM-DD).
|
|
49
|
+
*/
|
|
14
50
|
until: v.OptionalSchema<v.StringSchema<string>, undefined>;
|
|
51
|
+
/**
|
|
52
|
+
* Filter to posts with links (facet links or embeds) pointing to this URL. Server may apply URL normalization or fuzzy matching.
|
|
53
|
+
*/
|
|
15
54
|
url: v.OptionalSchema<v.FormattedStringSchema<"uri">, undefined>;
|
|
55
|
+
/**
|
|
56
|
+
* DID of the account making the request (not included for public/unauthenticated queries). Used for 'from:me' queries.
|
|
57
|
+
*/
|
|
16
58
|
viewer: v.OptionalSchema<v.FormattedStringSchema<"did">, undefined>;
|
|
17
59
|
}>, {
|
|
18
60
|
type: "lex";
|
|
19
61
|
schema: v.ObjectSchema<{
|
|
20
62
|
cursor: v.OptionalSchema<v.StringSchema<string>, undefined>;
|
|
63
|
+
/**
|
|
64
|
+
* Count of search hits. Optional, may be rounded/truncated, and may not be possible to paginate through all hits.
|
|
65
|
+
*/
|
|
21
66
|
hitsTotal: v.OptionalSchema<v.IntegerSchema, undefined>;
|
|
22
67
|
readonly posts: v.ArraySchema<AppBskyUnspeccedDefs.skeletonSearchPostSchema>;
|
|
23
68
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"searchPostsSkeleton.d.ts","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/app/bsky/unspecced/searchPostsSkeleton.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":"searchPostsSkeleton.d.ts","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/app/bsky/unspecced/searchPostsSkeleton.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAElD,OAAO,KAAK,oBAAoB,MAAM,WAAW,CAAC;AAElD,QAAA,MAAM,WAAW;IAEf;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;;;OAIG;;IAKH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;;OAGG;;IAEH;;OAEG;;IASH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;;;;;QAOF;;WAEG;;;;4CAOJ,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,wCAAwC,EAAE,UAAU,CAAC;KACrD;CACD"}
|
|
@@ -2,30 +2,75 @@ 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.searchPostsSkeleton', {
|
|
4
4
|
params: /*#__PURE__*/ v.object({
|
|
5
|
+
/**
|
|
6
|
+
* Filter to posts by the given account. Handles are resolved to DID before query-time.
|
|
7
|
+
*/
|
|
5
8
|
author: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.actorIdentifierString()),
|
|
9
|
+
/**
|
|
10
|
+
* Optional pagination mechanism; may not necessarily allow scrolling through entire result set.
|
|
11
|
+
*/
|
|
6
12
|
cursor: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.string()),
|
|
13
|
+
/**
|
|
14
|
+
* Filter to posts with URLs (facet links or embeds) linking to the given domain (hostname). Server may apply hostname normalization.
|
|
15
|
+
*/
|
|
7
16
|
domain: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.string()),
|
|
17
|
+
/**
|
|
18
|
+
* Filter to posts in the given language. Expected to be based on post language field, though server may override language detection.
|
|
19
|
+
*/
|
|
8
20
|
lang: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.languageCodeString()),
|
|
21
|
+
/**
|
|
22
|
+
* @minimum 1
|
|
23
|
+
* @maximum 100
|
|
24
|
+
* @default 25
|
|
25
|
+
*/
|
|
9
26
|
limit: /*#__PURE__*/ v.optional(
|
|
10
27
|
/*#__PURE__*/ v.constrain(/*#__PURE__*/ v.integer(), [/*#__PURE__*/ v.integerRange(1, 100)]), 25),
|
|
28
|
+
/**
|
|
29
|
+
* Filter to posts which mention the given account. Handles are resolved to DID before query-time. Only matches rich-text facet mentions.
|
|
30
|
+
*/
|
|
11
31
|
mentions: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.actorIdentifierString()),
|
|
32
|
+
/**
|
|
33
|
+
* Search query string; syntax, phrase, boolean, and faceting is unspecified, but Lucene query syntax is recommended.
|
|
34
|
+
*/
|
|
12
35
|
q: /*#__PURE__*/ v.string(),
|
|
36
|
+
/**
|
|
37
|
+
* Filter results for posts after the indicated datetime (inclusive). Expected to use 'sortAt' timestamp, which may not match 'createdAt'. Can be a datetime, or just an ISO date (YYYY-MM-DD).
|
|
38
|
+
*/
|
|
13
39
|
since: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.string()),
|
|
40
|
+
/**
|
|
41
|
+
* Specifies the ranking order of results.
|
|
42
|
+
* @default "latest"
|
|
43
|
+
*/
|
|
14
44
|
sort: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.string(), 'latest'),
|
|
45
|
+
/**
|
|
46
|
+
* Filter to posts with the given tag (hashtag), based on rich-text facet or tag field. Do not include the hash (#) prefix. Multiple tags can be specified, with 'AND' matching.
|
|
47
|
+
*/
|
|
15
48
|
tag: /*#__PURE__*/ v.optional(
|
|
16
49
|
/*#__PURE__*/ v.array(
|
|
17
50
|
/*#__PURE__*/ v.constrain(/*#__PURE__*/ v.string(), [
|
|
18
51
|
/*#__PURE__*/ v.stringLength(0, 640),
|
|
19
52
|
/*#__PURE__*/ v.stringGraphemes(0, 64),
|
|
20
53
|
]))),
|
|
54
|
+
/**
|
|
55
|
+
* Filter results for posts before the indicated datetime (not inclusive). Expected to use 'sortAt' timestamp, which may not match 'createdAt'. Can be a datetime, or just an ISO date (YYY-MM-DD).
|
|
56
|
+
*/
|
|
21
57
|
until: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.string()),
|
|
58
|
+
/**
|
|
59
|
+
* Filter to posts with links (facet links or embeds) pointing to this URL. Server may apply URL normalization or fuzzy matching.
|
|
60
|
+
*/
|
|
22
61
|
url: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.genericUriString()),
|
|
62
|
+
/**
|
|
63
|
+
* DID of the account making the request (not included for public/unauthenticated queries). Used for 'from:me' queries.
|
|
64
|
+
*/
|
|
23
65
|
viewer: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.didString()),
|
|
24
66
|
}),
|
|
25
67
|
output: {
|
|
26
68
|
type: 'lex',
|
|
27
69
|
schema: /*#__PURE__*/ v.object({
|
|
28
70
|
cursor: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.string()),
|
|
71
|
+
/**
|
|
72
|
+
* Count of search hits. Optional, may be rounded/truncated, and may not be possible to paginate through all hits.
|
|
73
|
+
*/
|
|
29
74
|
hitsTotal: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.integer()),
|
|
30
75
|
get posts() {
|
|
31
76
|
return /*#__PURE__*/ v.array(AppBskyUnspeccedDefs.skeletonSearchPostSchema);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"searchPostsSkeleton.js","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/app/bsky/unspecced/searchPostsSkeleton.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,wCAAwC,EAAE;IACnF,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;QAC9B,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,qBAAqB,EAAE,CAAC;QACzE,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;QAC1D,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;QAC1D,IAAI,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,kBAAkB,EAAE,CAAC;QACpE,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,QAAQ,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,qBAAqB,EAAE,CAAC;QAC3E,CAAC,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE;QAC3B,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;QACzD,IAAI,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,EAAoC,EAAE,QAAQ,CAAC;QACpG,GAAG,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ;QAC5B,aAAa,CAAC,CAAC,CAAC,KAAK;QACpB,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE;YACnD,aAAa,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,EAAE,GAAG,CAAC;YACpC,aAAa,CAAC,CAAC,CAAC,eAAe,CAAC,CAAC,EAAE,EAAE,CAAC;SACtC,CAAC,CACF,CACD;QACD,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;QACzD,GAAG,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,gBAAgB,EAAE,CAAC;QACjE,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,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;YAC1D,SAAS,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,OAAO,EAAE,CAAC;YAC9D,IAAI,KAAK;gBACR,OAAO,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,oBAAoB,CAAC,wBAAwB,CAAC,CAAC;YAC7E,CAAC;SACD,CAAC;KACF;CACD,CAAC,CAAC;AAMH,MAAM,CAAC,MAAM,UAAU,GAAG,WAAyB,CAAC"}
|
|
1
|
+
{"version":3,"file":"searchPostsSkeleton.js","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/app/bsky/unspecced/searchPostsSkeleton.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,14 +1,31 @@
|
|
|
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
|
+
* Optional pagination mechanism; may not necessarily allow scrolling through entire result set.
|
|
6
|
+
*/
|
|
4
7
|
cursor: v.OptionalSchema<v.StringSchema<string>, undefined>;
|
|
8
|
+
/**
|
|
9
|
+
* @minimum 1
|
|
10
|
+
* @maximum 100
|
|
11
|
+
* @default 25
|
|
12
|
+
*/
|
|
5
13
|
limit: v.OptionalSchema<v.SchemaWithConstraint<v.IntegerSchema, readonly [v.IntegerRangeConstraint<1, 100>]>, 25>;
|
|
14
|
+
/**
|
|
15
|
+
* Search query string; syntax, phrase, boolean, and faceting is unspecified, but Lucene query syntax is recommended.
|
|
16
|
+
*/
|
|
6
17
|
q: v.StringSchema<string>;
|
|
18
|
+
/**
|
|
19
|
+
* DID of the account making the request (not included for public/unauthenticated queries).
|
|
20
|
+
*/
|
|
7
21
|
viewer: v.OptionalSchema<v.FormattedStringSchema<"did">, undefined>;
|
|
8
22
|
}>, {
|
|
9
23
|
type: "lex";
|
|
10
24
|
schema: v.ObjectSchema<{
|
|
11
25
|
cursor: v.OptionalSchema<v.StringSchema<string>, undefined>;
|
|
26
|
+
/**
|
|
27
|
+
* Count of search hits. Optional, may be rounded/truncated, and may not be possible to paginate through all hits.
|
|
28
|
+
*/
|
|
12
29
|
hitsTotal: v.OptionalSchema<v.IntegerSchema, undefined>;
|
|
13
30
|
readonly starterPacks: v.ArraySchema<AppBskyUnspeccedDefs.skeletonSearchStarterPackSchema>;
|
|
14
31
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"searchStarterPacksSkeleton.d.ts","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/app/bsky/unspecced/searchStarterPacksSkeleton.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":"searchStarterPacksSkeleton.d.ts","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/app/bsky/unspecced/searchStarterPacksSkeleton.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAElD,OAAO,KAAK,oBAAoB,MAAM,WAAW,CAAC;AAElD,QAAA,MAAM,WAAW;IAEf;;OAEG;;IAEH;;;;OAIG;;IAKH;;OAEG;;IAEH;;OAEG;;;;;;QAOF;;WAEG;;;;mDAOJ,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,+CAA+C,EAAE,UAAU,CAAC;KAC5D;CACD"}
|
|
@@ -2,16 +2,33 @@ 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.searchStarterPacksSkeleton', {
|
|
4
4
|
params: /*#__PURE__*/ v.object({
|
|
5
|
+
/**
|
|
6
|
+
* Optional pagination mechanism; may not necessarily allow scrolling through entire result set.
|
|
7
|
+
*/
|
|
5
8
|
cursor: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.string()),
|
|
9
|
+
/**
|
|
10
|
+
* @minimum 1
|
|
11
|
+
* @maximum 100
|
|
12
|
+
* @default 25
|
|
13
|
+
*/
|
|
6
14
|
limit: /*#__PURE__*/ v.optional(
|
|
7
15
|
/*#__PURE__*/ v.constrain(/*#__PURE__*/ v.integer(), [/*#__PURE__*/ v.integerRange(1, 100)]), 25),
|
|
16
|
+
/**
|
|
17
|
+
* Search query string; syntax, phrase, boolean, and faceting is unspecified, but Lucene query syntax is recommended.
|
|
18
|
+
*/
|
|
8
19
|
q: /*#__PURE__*/ v.string(),
|
|
20
|
+
/**
|
|
21
|
+
* DID of the account making the request (not included for public/unauthenticated queries).
|
|
22
|
+
*/
|
|
9
23
|
viewer: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.didString()),
|
|
10
24
|
}),
|
|
11
25
|
output: {
|
|
12
26
|
type: 'lex',
|
|
13
27
|
schema: /*#__PURE__*/ v.object({
|
|
14
28
|
cursor: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.string()),
|
|
29
|
+
/**
|
|
30
|
+
* Count of search hits. Optional, may be rounded/truncated, and may not be possible to paginate through all hits.
|
|
31
|
+
*/
|
|
15
32
|
hitsTotal: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.integer()),
|
|
16
33
|
get starterPacks() {
|
|
17
34
|
return /*#__PURE__*/ v.array(AppBskyUnspeccedDefs.skeletonSearchStarterPackSchema);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"searchStarterPacksSkeleton.js","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/app/bsky/unspecced/searchStarterPacksSkeleton.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,+CAA+C,EAAE;IAC1F,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,CAAC,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE;QAC3B,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,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;YAC1D,SAAS,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,OAAO,EAAE,CAAC;YAC9D,IAAI,YAAY;gBACf,OAAO,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,oBAAoB,CAAC,+BAA+B,CAAC,CAAC;YACpF,CAAC;SACD,CAAC;KACF;CACD,CAAC,CAAC;AAMH,MAAM,CAAC,MAAM,UAAU,GAAG,WAAyB,CAAC"}
|
|
1
|
+
{"version":3,"file":"searchStarterPacksSkeleton.js","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/app/bsky/unspecced/searchStarterPacksSkeleton.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,+CAA+C,EAAE;IAC1F,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;QAC9B;;WAEG;QACH,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;;WAEG;QACH,CAAC,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE;QAC3B;;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,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;YAC1D;;eAEG;YACH,SAAS,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,OAAO,EAAE,CAAC;YAC9D,IAAI,YAAY;gBACf,OAAO,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,oBAAoB,CAAC,+BAA+B,CAAC,CAAC;YACpF,CAAC;SACD,CAAC;KACF;CACD,CAAC,CAAC;AAMH,MAAM,CAAC,MAAM,UAAU,GAAG,WAAyB,CAAC"}
|
|
@@ -6,7 +6,15 @@ declare const _jobStatusSchema: v.ObjectSchema<{
|
|
|
6
6
|
error: v.OptionalSchema<v.StringSchema<string>, undefined>;
|
|
7
7
|
jobId: v.StringSchema<string>;
|
|
8
8
|
message: v.OptionalSchema<v.StringSchema<string>, undefined>;
|
|
9
|
+
/**
|
|
10
|
+
* Progress within the current processing state.
|
|
11
|
+
* @minimum 0
|
|
12
|
+
* @maximum 100
|
|
13
|
+
*/
|
|
9
14
|
progress: v.OptionalSchema<v.SchemaWithConstraint<v.IntegerSchema, readonly [v.IntegerRangeConstraint<0, 100>]>, undefined>;
|
|
15
|
+
/**
|
|
16
|
+
* The state of the video processing job. All values not listed as a known value indicate that the job is in process.
|
|
17
|
+
*/
|
|
10
18
|
state: v.StringSchema<(string & {}) | "JOB_STATE_COMPLETED" | "JOB_STATE_FAILED">;
|
|
11
19
|
}>;
|
|
12
20
|
type jobStatus$schematype = typeof _jobStatusSchema;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"defs.d.ts","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/app/bsky/video/defs.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAElD,QAAA,MAAM,gBAAgB
|
|
1
|
+
{"version":3,"file":"defs.d.ts","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/app/bsky/video/defs.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAElD,QAAA,MAAM,gBAAgB;;;;;;;IAOrB;;;;OAIG;;IAIH;;OAEG;;EAEF,CAAC;AAEH,KAAK,oBAAoB,GAAG,OAAO,gBAAgB,CAAC;AAEpD,MAAM,WAAW,eAAgB,SAAQ,oBAAoB;CAAG;AAEhE,eAAO,MAAM,eAAe,EAAuB,eAAe,CAAC;AAEnE,MAAM,WAAW,SAAU,SAAQ,CAAC,CAAC,UAAU,CAAC,OAAO,eAAe,CAAC;CAAG"}
|
|
@@ -6,8 +6,16 @@ const _jobStatusSchema = /*#__PURE__*/ v.object({
|
|
|
6
6
|
error: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.string()),
|
|
7
7
|
jobId: /*#__PURE__*/ v.string(),
|
|
8
8
|
message: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.string()),
|
|
9
|
+
/**
|
|
10
|
+
* Progress within the current processing state.
|
|
11
|
+
* @minimum 0
|
|
12
|
+
* @maximum 100
|
|
13
|
+
*/
|
|
9
14
|
progress: /*#__PURE__*/ v.optional(
|
|
10
15
|
/*#__PURE__*/ v.constrain(/*#__PURE__*/ v.integer(), [/*#__PURE__*/ v.integerRange(0, 100)])),
|
|
16
|
+
/**
|
|
17
|
+
* The state of the video processing job. All values not listed as a known value indicate that the job is in process.
|
|
18
|
+
*/
|
|
11
19
|
state: /*#__PURE__*/ v.string(),
|
|
12
20
|
});
|
|
13
21
|
export const jobStatusSchema = _jobStatusSchema;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"defs.js","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/app/bsky/video/defs.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAElD,MAAM,gBAAgB,GAAG,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;IAC/C,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,OAAO,CAAC,+BAA+B,CAAC,CAAC;IACzF,IAAI,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,IAAI,EAAE,CAAC;IACtD,GAAG,EAAE,aAAa,CAAC,CAAC,CAAC,SAAS,EAAE;IAChC,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;IACzD,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE;IAC/B,OAAO,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;IAC3D,QAAQ,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ;IACjC,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,CAC5F;IACD,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,EAA8D;CAC3F,CAAC,CAAC;AAMH,MAAM,CAAC,MAAM,eAAe,GAAG,gBAAmC,CAAC"}
|
|
1
|
+
{"version":3,"file":"defs.js","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/app/bsky/video/defs.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAElD,MAAM,gBAAgB,GAAG,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;IAC/C,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,OAAO,CAAC,+BAA+B,CAAC,CAAC;IACzF,IAAI,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,IAAI,EAAE,CAAC;IACtD,GAAG,EAAE,aAAa,CAAC,CAAC,CAAC,SAAS,EAAE;IAChC,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;IACzD,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE;IAC/B,OAAO,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;IAC3D;;;;OAIG;IACH,QAAQ,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ;IACjC,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,CAC5F;IACD;;OAEG;IACH,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,EAA8D;CAC3F,CAAC,CAAC;AAMH,MAAM,CAAC,MAAM,eAAe,GAAG,gBAAmC,CAAC"}
|
|
@@ -5,8 +5,15 @@ declare const _profileViewBasicSchema: v.ObjectSchema<{
|
|
|
5
5
|
$type: v.OptionalSchema<v.LiteralSchema<"chat.bsky.actor.defs#profileViewBasic">, undefined>;
|
|
6
6
|
readonly associated: v.OptionalSchema<AppBskyActorDefs.profileAssociatedSchema, undefined>;
|
|
7
7
|
avatar: v.OptionalSchema<v.FormattedStringSchema<"uri">, undefined>;
|
|
8
|
+
/**
|
|
9
|
+
* Set to true when the actor cannot actively participate in conversations
|
|
10
|
+
*/
|
|
8
11
|
chatDisabled: v.OptionalSchema<v.BooleanSchema, undefined>;
|
|
9
12
|
did: v.FormattedStringSchema<"did">;
|
|
13
|
+
/**
|
|
14
|
+
* @maxLength 640
|
|
15
|
+
* @maxGraphemes 64
|
|
16
|
+
*/
|
|
10
17
|
displayName: v.OptionalSchema<v.SchemaWithConstraint<v.StringSchema<string>, readonly [v.StringLengthConstraint<0, 640>, v.StringGraphemesConstraint<0, 64>]>, undefined>;
|
|
11
18
|
handle: v.FormattedStringSchema<"handle">;
|
|
12
19
|
readonly labels: v.OptionalSchema<v.ArraySchema<ComAtprotoLabelDefs.labelSchema>, undefined>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"defs.d.ts","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/chat/bsky/actor/defs.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAClD,OAAO,KAAK,gBAAgB,MAAM,iCAAiC,CAAC;AACpE,OAAO,KAAK,mBAAmB,MAAM,kCAAkC,CAAC;AAExE,QAAA,MAAM,uBAAuB
|
|
1
|
+
{"version":3,"file":"defs.d.ts","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/chat/bsky/actor/defs.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAClD,OAAO,KAAK,gBAAgB,MAAM,iCAAiC,CAAC;AACpE,OAAO,KAAK,mBAAmB,MAAM,kCAAkC,CAAC;AAExE,QAAA,MAAM,uBAAuB;;;;IAM5B;;OAEG;;;IAGH;;;OAGG;;;;;;EAiBF,CAAC;AAEH,KAAK,2BAA2B,GAAG,OAAO,uBAAuB,CAAC;AAElE,MAAM,WAAW,sBAAuB,SAAQ,2BAA2B;CAAG;AAE9E,eAAO,MAAM,sBAAsB,EAA8B,sBAAsB,CAAC;AAExF,MAAM,WAAW,gBAAiB,SAAQ,CAAC,CAAC,UAAU,CAAC,OAAO,sBAAsB,CAAC;CAAG"}
|
|
@@ -7,8 +7,15 @@ const _profileViewBasicSchema = /*#__PURE__*/ v.object({
|
|
|
7
7
|
return /*#__PURE__*/ v.optional(AppBskyActorDefs.profileAssociatedSchema);
|
|
8
8
|
},
|
|
9
9
|
avatar: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.genericUriString()),
|
|
10
|
+
/**
|
|
11
|
+
* Set to true when the actor cannot actively participate in conversations
|
|
12
|
+
*/
|
|
10
13
|
chatDisabled: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.boolean()),
|
|
11
14
|
did: /*#__PURE__*/ v.didString(),
|
|
15
|
+
/**
|
|
16
|
+
* @maxLength 640
|
|
17
|
+
* @maxGraphemes 64
|
|
18
|
+
*/
|
|
12
19
|
displayName: /*#__PURE__*/ v.optional(
|
|
13
20
|
/*#__PURE__*/ v.constrain(/*#__PURE__*/ v.string(), [
|
|
14
21
|
/*#__PURE__*/ v.stringLength(0, 640),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"defs.js","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/chat/bsky/actor/defs.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAClD,OAAO,KAAK,gBAAgB,MAAM,iCAAiC,CAAC;AACpE,OAAO,KAAK,mBAAmB,MAAM,kCAAkC,CAAC;AAExE,MAAM,uBAAuB,GAAG,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;IACtD,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,OAAO,CAAC,uCAAuC,CAAC,CAAC;IACjG,IAAI,UAAU;QACb,OAAO,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,gBAAgB,CAAC,uBAAuB,CAAC,CAAC;IAC3E,CAAC;IACD,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,gBAAgB,EAAE,CAAC;IACpE,YAAY,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,OAAO,EAAE,CAAC;IACjE,GAAG,EAAE,aAAa,CAAC,CAAC,CAAC,SAAS,EAAE;IAChC,WAAW,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ;IACpC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE;QACnD,aAAa,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,EAAE,GAAG,CAAC;QACpC,aAAa,CAAC,CAAC,CAAC,eAAe,CAAC,CAAC,EAAE,EAAE,CAAC;KACtC,CAAC,CACF;IACD,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,YAAY,EAAE;IACtC,IAAI,MAAM;QACT,OAAO,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,mBAAmB,CAAC,WAAW,CAAC,CAAC,CAAC;IACzF,CAAC;IACD,IAAI,YAAY;QACf,OAAO,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,gBAAgB,CAAC,uBAAuB,CAAC,CAAC;IAC3E,CAAC;IACD,IAAI,MAAM;QACT,OAAO,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,gBAAgB,CAAC,iBAAiB,CAAC,CAAC;IACrE,CAAC;CACD,CAAC,CAAC;AAMH,MAAM,CAAC,MAAM,sBAAsB,GAAG,uBAAiD,CAAC"}
|
|
1
|
+
{"version":3,"file":"defs.js","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/chat/bsky/actor/defs.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAClD,OAAO,KAAK,gBAAgB,MAAM,iCAAiC,CAAC;AACpE,OAAO,KAAK,mBAAmB,MAAM,kCAAkC,CAAC;AAExE,MAAM,uBAAuB,GAAG,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;IACtD,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,OAAO,CAAC,uCAAuC,CAAC,CAAC;IACjG,IAAI,UAAU;QACb,OAAO,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,gBAAgB,CAAC,uBAAuB,CAAC,CAAC;IAC3E,CAAC;IACD,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,gBAAgB,EAAE,CAAC;IACpE;;OAEG;IACH,YAAY,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,OAAO,EAAE,CAAC;IACjE,GAAG,EAAE,aAAa,CAAC,CAAC,CAAC,SAAS,EAAE;IAChC;;;OAGG;IACH,WAAW,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ;IACpC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE;QACnD,aAAa,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,EAAE,GAAG,CAAC;QACpC,aAAa,CAAC,CAAC,CAAC,eAAe,CAAC,CAAC,EAAE,EAAE,CAAC;KACtC,CAAC,CACF;IACD,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,YAAY,EAAE;IACtC,IAAI,MAAM;QACT,OAAO,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,mBAAmB,CAAC,WAAW,CAAC,CAAC,CAAC;IACzF,CAAC;IACD,IAAI,YAAY;QACf,OAAO,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,gBAAgB,CAAC,uBAAuB,CAAC,CAAC;IAC3E,CAAC;IACD,IAAI,MAAM;QACT,OAAO,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,gBAAgB,CAAC,iBAAiB,CAAC,CAAC;IACrE,CAAC;CACD,CAAC,CAAC;AAMH,MAAM,CAAC,MAAM,sBAAsB,GAAG,uBAAiD,CAAC"}
|
|
@@ -7,6 +7,9 @@ declare const _mainSchema: v.XRPCProcedureMetadata<null, {
|
|
|
7
7
|
}, {
|
|
8
8
|
type: "lex";
|
|
9
9
|
schema: v.ObjectSchema<{
|
|
10
|
+
/**
|
|
11
|
+
* Rev when the convo was accepted. If not present, the convo was already accepted.
|
|
12
|
+
*/
|
|
10
13
|
rev: v.OptionalSchema<v.StringSchema<string>, undefined>;
|
|
11
14
|
}>;
|
|
12
15
|
}, "chat.bsky.convo.acceptConvo">;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"acceptConvo.d.ts","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/chat/bsky/convo/acceptConvo.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAGlD,QAAA,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"acceptConvo.d.ts","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/chat/bsky/convo/acceptConvo.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAGlD,QAAA,MAAM,WAAW;;;;;;;;QAWd;;WAEG;;;iCAIJ,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,OAAO;CAAG;AAC3B,MAAM,WAAW,MAAO,SAAQ,CAAC,CAAC,kBAAkB,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC;CAAG;AAC5E,MAAM,WAAW,OAAQ,SAAQ,CAAC,CAAC,kBAAkB,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC;CAAG;AAE9E,OAAO,QAAQ,0BAA0B,CAAC;IACzC,UAAU,cAAc;QACvB,6BAA6B,EAAE,UAAU,CAAC;KAC1C;CACD"}
|
|
@@ -10,6 +10,9 @@ const _mainSchema = /*#__PURE__*/ v.procedure('chat.bsky.convo.acceptConvo', {
|
|
|
10
10
|
output: {
|
|
11
11
|
type: 'lex',
|
|
12
12
|
schema: /*#__PURE__*/ v.object({
|
|
13
|
+
/**
|
|
14
|
+
* Rev when the convo was accepted. If not present, the convo was already accepted.
|
|
15
|
+
*/
|
|
13
16
|
rev: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.string()),
|
|
14
17
|
}),
|
|
15
18
|
},
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"acceptConvo.js","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/chat/bsky/convo/acceptConvo.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAGlD,MAAM,WAAW,GAAG,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC,6BAA6B,EAAE;IAC5E,MAAM,EAAE,IAAI;IACZ,KAAK,EAAE;QACN,IAAI,EAAE,KAAK;QACX,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;YAC9B,OAAO,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE;SACjC,CAAC;KACF;IACD,MAAM,EAAE;QACP,IAAI,EAAE,KAAK;QACX,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;YAC9B,GAAG,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;SACvD,CAAC;KACF;CACD,CAAC,CAAC;AAMH,MAAM,CAAC,MAAM,UAAU,GAAG,WAAyB,CAAC"}
|
|
1
|
+
{"version":3,"file":"acceptConvo.js","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/chat/bsky/convo/acceptConvo.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAGlD,MAAM,WAAW,GAAG,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC,6BAA6B,EAAE;IAC5E,MAAM,EAAE,IAAI;IACZ,KAAK,EAAE;QACN,IAAI,EAAE,KAAK;QACX,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;YAC9B,OAAO,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE;SACjC,CAAC;KACF;IACD,MAAM,EAAE;QACP,IAAI,EAAE,KAAK;QACX,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;YAC9B;;eAEG;YACH,GAAG,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;SACvD,CAAC;KACF;CACD,CAAC,CAAC;AAMH,MAAM,CAAC,MAAM,UAAU,GAAG,WAAyB,CAAC"}
|
|
@@ -5,6 +5,12 @@ declare const _mainSchema: v.XRPCProcedureMetadata<null, {
|
|
|
5
5
|
schema: v.ObjectSchema<{
|
|
6
6
|
convoId: v.StringSchema<string>;
|
|
7
7
|
messageId: v.StringSchema<string>;
|
|
8
|
+
/**
|
|
9
|
+
* @minLength 1
|
|
10
|
+
* @maxLength 64
|
|
11
|
+
* @minGraphemes 1
|
|
12
|
+
* @maxGraphemes 1
|
|
13
|
+
*/
|
|
8
14
|
value: v.SchemaWithConstraint<v.StringSchema<string>, readonly [v.StringLengthConstraint<1, 64>, v.StringGraphemesConstraint<1, 1>]>;
|
|
9
15
|
}>;
|
|
10
16
|
}, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"addReaction.d.ts","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/chat/bsky/convo/addReaction.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAElD,OAAO,KAAK,iBAAiB,MAAM,WAAW,CAAC;AAE/C,QAAA,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"addReaction.d.ts","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/chat/bsky/convo/addReaction.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAElD,OAAO,KAAK,iBAAiB,MAAM,WAAW,CAAC;AAE/C,QAAA,MAAM,WAAW;;;;;QAOd;;;;;WAKG;;;;;;;;iCAeJ,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,OAAO;CAAG;AAC3B,MAAM,WAAW,MAAO,SAAQ,CAAC,CAAC,kBAAkB,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC;CAAG;AAC5E,MAAM,WAAW,OAAQ,SAAQ,CAAC,CAAC,kBAAkB,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC;CAAG;AAE9E,OAAO,QAAQ,0BAA0B,CAAC;IACzC,UAAU,cAAc;QACvB,6BAA6B,EAAE,UAAU,CAAC;KAC1C;CACD"}
|
|
@@ -7,6 +7,12 @@ const _mainSchema = /*#__PURE__*/ v.procedure('chat.bsky.convo.addReaction', {
|
|
|
7
7
|
schema: /*#__PURE__*/ v.object({
|
|
8
8
|
convoId: /*#__PURE__*/ v.string(),
|
|
9
9
|
messageId: /*#__PURE__*/ v.string(),
|
|
10
|
+
/**
|
|
11
|
+
* @minLength 1
|
|
12
|
+
* @maxLength 64
|
|
13
|
+
* @minGraphemes 1
|
|
14
|
+
* @maxGraphemes 1
|
|
15
|
+
*/
|
|
10
16
|
value: /*#__PURE__*/ v.constrain(/*#__PURE__*/ v.string(), [
|
|
11
17
|
/*#__PURE__*/ v.stringLength(1, 64),
|
|
12
18
|
/*#__PURE__*/ v.stringGraphemes(1, 1),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"addReaction.js","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/chat/bsky/convo/addReaction.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAElD,OAAO,KAAK,iBAAiB,MAAM,WAAW,CAAC;AAE/C,MAAM,WAAW,GAAG,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC,6BAA6B,EAAE;IAC5E,MAAM,EAAE,IAAI;IACZ,KAAK,EAAE;QACN,IAAI,EAAE,KAAK;QACX,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;YAC9B,OAAO,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE;YACjC,SAAS,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE;YACnC,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE;gBAC1D,aAAa,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,EAAE,EAAE,CAAC;gBACnC,aAAa,CAAC,CAAC,CAAC,eAAe,CAAC,CAAC,EAAE,CAAC,CAAC;aACrC,CAAC;SACF,CAAC;KACF;IACD,MAAM,EAAE;QACP,IAAI,EAAE,KAAK;QACX,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;YAC9B,IAAI,OAAO;gBACV,OAAO,iBAAiB,CAAC,iBAAiB,CAAC;YAC5C,CAAC;SACD,CAAC;KACF;CACD,CAAC,CAAC;AAMH,MAAM,CAAC,MAAM,UAAU,GAAG,WAAyB,CAAC"}
|
|
1
|
+
{"version":3,"file":"addReaction.js","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/chat/bsky/convo/addReaction.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAElD,OAAO,KAAK,iBAAiB,MAAM,WAAW,CAAC;AAE/C,MAAM,WAAW,GAAG,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC,6BAA6B,EAAE;IAC5E,MAAM,EAAE,IAAI;IACZ,KAAK,EAAE;QACN,IAAI,EAAE,KAAK;QACX,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;YAC9B,OAAO,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE;YACjC,SAAS,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE;YACnC;;;;;eAKG;YACH,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE;gBAC1D,aAAa,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,EAAE,EAAE,CAAC;gBACnC,aAAa,CAAC,CAAC,CAAC,eAAe,CAAC,CAAC,EAAE,CAAC,CAAC;aACrC,CAAC;SACF,CAAC;KACF;IACD,MAAM,EAAE;QACP,IAAI,EAAE,KAAK;QACX,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;YAC9B,IAAI,OAAO;gBACV,OAAO,iBAAiB,CAAC,iBAAiB,CAAC;YAC5C,CAAC;SACD,CAAC;KACF;CACD,CAAC,CAAC;AAMH,MAAM,CAAC,MAAM,UAAU,GAAG,WAAyB,CAAC"}
|
|
@@ -85,7 +85,14 @@ declare const _messageAndReactionViewSchema: v.ObjectSchema<{
|
|
|
85
85
|
declare const _messageInputSchema: v.ObjectSchema<{
|
|
86
86
|
$type: v.OptionalSchema<v.LiteralSchema<"chat.bsky.convo.defs#messageInput">, undefined>;
|
|
87
87
|
readonly embed: v.OptionalSchema<v.VariantSchema<readonly [AppBskyEmbedRecord.mainSchema], boolean>, undefined>;
|
|
88
|
+
/**
|
|
89
|
+
* Annotations of text (mentions, URLs, hashtags, etc)
|
|
90
|
+
*/
|
|
88
91
|
readonly facets: v.OptionalSchema<v.ArraySchema<AppBskyRichtextFacet.mainSchema>, undefined>;
|
|
92
|
+
/**
|
|
93
|
+
* @maxLength 10000
|
|
94
|
+
* @maxGraphemes 1000
|
|
95
|
+
*/
|
|
89
96
|
text: v.SchemaWithConstraint<v.StringSchema<string>, readonly [v.StringLengthConstraint<0, 10000>, v.StringGraphemesConstraint<0, 1000>]>;
|
|
90
97
|
}>;
|
|
91
98
|
declare const _messageRefSchema: v.ObjectSchema<{
|
|
@@ -97,12 +104,22 @@ declare const _messageRefSchema: v.ObjectSchema<{
|
|
|
97
104
|
declare const _messageViewSchema: v.ObjectSchema<{
|
|
98
105
|
$type: v.OptionalSchema<v.LiteralSchema<"chat.bsky.convo.defs#messageView">, undefined>;
|
|
99
106
|
readonly embed: v.OptionalSchema<v.VariantSchema<readonly [AppBskyEmbedRecord.viewSchema], boolean>, undefined>;
|
|
107
|
+
/**
|
|
108
|
+
* Annotations of text (mentions, URLs, hashtags, etc)
|
|
109
|
+
*/
|
|
100
110
|
readonly facets: v.OptionalSchema<v.ArraySchema<AppBskyRichtextFacet.mainSchema>, undefined>;
|
|
101
111
|
id: v.StringSchema<string>;
|
|
112
|
+
/**
|
|
113
|
+
* Reactions to this message, in ascending order of creation time.
|
|
114
|
+
*/
|
|
102
115
|
readonly reactions: v.OptionalSchema<v.ArraySchema<reactionViewSchema>, undefined>;
|
|
103
116
|
rev: v.StringSchema<string>;
|
|
104
117
|
readonly sender: messageViewSenderSchema;
|
|
105
118
|
sentAt: v.FormattedStringSchema<"datetime">;
|
|
119
|
+
/**
|
|
120
|
+
* @maxLength 10000
|
|
121
|
+
* @maxGraphemes 1000
|
|
122
|
+
*/
|
|
106
123
|
text: v.SchemaWithConstraint<v.StringSchema<string>, readonly [v.StringLengthConstraint<0, 10000>, v.StringGraphemesConstraint<0, 1000>]>;
|
|
107
124
|
}>;
|
|
108
125
|
declare const _messageViewSenderSchema: v.ObjectSchema<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"defs.d.ts","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/chat/bsky/convo/defs.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAClD,OAAO,KAAK,kBAAkB,MAAM,mCAAmC,CAAC;AACxE,OAAO,KAAK,oBAAoB,MAAM,qCAAqC,CAAC;AAC5E,OAAO,KAAK,iBAAiB,MAAM,kBAAkB,CAAC;AAEtD,QAAA,MAAM,gBAAgB;;;;;;;;;;EAgBpB,CAAC;AACH,QAAA,MAAM,yBAAyB;;;;;;EAQ7B,CAAC;AACH,QAAA,MAAM,qBAAqB;;;;EAIzB,CAAC;AACH,QAAA,MAAM,qBAAqB;;;;;;EAUzB,CAAC;AACH,QAAA,MAAM,oBAAoB;;;;EAIxB,CAAC;AACH,QAAA,MAAM,uBAAuB;;;;;EAO3B,CAAC;AACH,QAAA,MAAM,uBAAuB;;;;;EAO3B,CAAC;AACH,QAAA,MAAM,oBAAoB;;;;EAIxB,CAAC;AACH,QAAA,MAAM,mBAAmB;;;;EAIvB,CAAC;AACH,QAAA,MAAM,qBAAqB;;;;;EAOzB,CAAC;AACH,QAAA,MAAM,wBAAwB;;;;;;EAU5B,CAAC;AACH,QAAA,MAAM,qBAAqB;;;;EAIzB,CAAC;AACH,QAAA,MAAM,6BAA6B;;;;EAQjC,CAAC;AACH,QAAA,MAAM,mBAAmB
|
|
1
|
+
{"version":3,"file":"defs.d.ts","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/chat/bsky/convo/defs.ts"],"names":[],"mappings":"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"}
|
|
@@ -113,9 +113,16 @@ const _messageInputSchema = /*#__PURE__*/ v.object({
|
|
|
113
113
|
get embed() {
|
|
114
114
|
return /*#__PURE__*/ v.optional(/*#__PURE__*/ v.variant([AppBskyEmbedRecord.mainSchema]));
|
|
115
115
|
},
|
|
116
|
+
/**
|
|
117
|
+
* Annotations of text (mentions, URLs, hashtags, etc)
|
|
118
|
+
*/
|
|
116
119
|
get facets() {
|
|
117
120
|
return /*#__PURE__*/ v.optional(/*#__PURE__*/ v.array(AppBskyRichtextFacet.mainSchema));
|
|
118
121
|
},
|
|
122
|
+
/**
|
|
123
|
+
* @maxLength 10000
|
|
124
|
+
* @maxGraphemes 1000
|
|
125
|
+
*/
|
|
119
126
|
text: /*#__PURE__*/ v.constrain(/*#__PURE__*/ v.string(), [
|
|
120
127
|
/*#__PURE__*/ v.stringLength(0, 10000),
|
|
121
128
|
/*#__PURE__*/ v.stringGraphemes(0, 1000),
|
|
@@ -132,10 +139,16 @@ const _messageViewSchema = /*#__PURE__*/ v.object({
|
|
|
132
139
|
get embed() {
|
|
133
140
|
return /*#__PURE__*/ v.optional(/*#__PURE__*/ v.variant([AppBskyEmbedRecord.viewSchema]));
|
|
134
141
|
},
|
|
142
|
+
/**
|
|
143
|
+
* Annotations of text (mentions, URLs, hashtags, etc)
|
|
144
|
+
*/
|
|
135
145
|
get facets() {
|
|
136
146
|
return /*#__PURE__*/ v.optional(/*#__PURE__*/ v.array(AppBskyRichtextFacet.mainSchema));
|
|
137
147
|
},
|
|
138
148
|
id: /*#__PURE__*/ v.string(),
|
|
149
|
+
/**
|
|
150
|
+
* Reactions to this message, in ascending order of creation time.
|
|
151
|
+
*/
|
|
139
152
|
get reactions() {
|
|
140
153
|
return /*#__PURE__*/ v.optional(/*#__PURE__*/ v.array(reactionViewSchema));
|
|
141
154
|
},
|
|
@@ -144,6 +157,10 @@ const _messageViewSchema = /*#__PURE__*/ v.object({
|
|
|
144
157
|
return messageViewSenderSchema;
|
|
145
158
|
},
|
|
146
159
|
sentAt: /*#__PURE__*/ v.datetimeString(),
|
|
160
|
+
/**
|
|
161
|
+
* @maxLength 10000
|
|
162
|
+
* @maxGraphemes 1000
|
|
163
|
+
*/
|
|
147
164
|
text: /*#__PURE__*/ v.constrain(/*#__PURE__*/ v.string(), [
|
|
148
165
|
/*#__PURE__*/ v.stringLength(0, 10000),
|
|
149
166
|
/*#__PURE__*/ v.stringGraphemes(0, 1000),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"defs.js","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/chat/bsky/convo/defs.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"defs.js","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/chat/bsky/convo/defs.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
import * as v from '@atcute/lexicons/validations';
|
|
2
2
|
import * as ChatBskyConvoDefs from './defs.js';
|
|
3
3
|
declare const _mainSchema: v.XRPCQueryMetadata<v.ObjectSchema<{
|
|
4
|
+
/**
|
|
5
|
+
* @minLength 1
|
|
6
|
+
* @maxLength 10
|
|
7
|
+
*/
|
|
4
8
|
members: v.SchemaWithConstraint<v.ArraySchema<v.FormattedStringSchema<"did">>, readonly [v.ArrayLengthConstraint<1, 10>]>;
|
|
5
9
|
}>, {
|
|
6
10
|
type: "lex";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getConvoAvailability.d.ts","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/chat/bsky/convo/getConvoAvailability.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAElD,OAAO,KAAK,iBAAiB,MAAM,WAAW,CAAC;AAE/C,QAAA,MAAM,WAAW;;;;;;;;
|
|
1
|
+
{"version":3,"file":"getConvoAvailability.d.ts","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/chat/bsky/convo/getConvoAvailability.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAElD,OAAO,KAAK,iBAAiB,MAAM,WAAW,CAAC;AAE/C,QAAA,MAAM,WAAW;IAEf;;;OAGG;;;;;;;;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,10 @@ import * as v from '@atcute/lexicons/validations';
|
|
|
2
2
|
import * as ChatBskyConvoDefs from './defs.js';
|
|
3
3
|
const _mainSchema = /*#__PURE__*/ v.query('chat.bsky.convo.getConvoAvailability', {
|
|
4
4
|
params: /*#__PURE__*/ v.object({
|
|
5
|
+
/**
|
|
6
|
+
* @minLength 1
|
|
7
|
+
* @maxLength 10
|
|
8
|
+
*/
|
|
5
9
|
members: /*#__PURE__*/ v.constrain(/*#__PURE__*/ v.array(/*#__PURE__*/ v.didString()), [
|
|
6
10
|
/*#__PURE__*/ v.arrayLength(1, 10),
|
|
7
11
|
]),
|