@atproto/bsky 0.0.243 → 0.0.245
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/CHANGELOG.md +28 -0
- package/dist/api/app/bsky/actor/searchActorsTypeahead.js +5 -3
- package/dist/api/app/bsky/actor/searchActorsTypeahead.js.map +1 -1
- package/dist/api/app/bsky/feed/searchPostsV2.d.ts +4 -0
- package/dist/api/app/bsky/feed/searchPostsV2.d.ts.map +1 -0
- package/dist/api/app/bsky/feed/searchPostsV2.js +169 -0
- package/dist/api/app/bsky/feed/searchPostsV2.js.map +1 -0
- package/dist/api/app/bsky/notification/putPreferencesV2.js +4 -1
- package/dist/api/app/bsky/notification/putPreferencesV2.js.map +1 -1
- package/dist/api/app/bsky/notification/util.d.ts +1 -0
- package/dist/api/app/bsky/notification/util.d.ts.map +1 -1
- package/dist/api/app/bsky/notification/util.js +7 -7
- package/dist/api/app/bsky/notification/util.js.map +1 -1
- package/dist/api/blob-dispatcher.d.ts.map +1 -1
- package/dist/api/blob-dispatcher.js +9 -8
- package/dist/api/blob-dispatcher.js.map +1 -1
- package/dist/api/blob-resolver.d.ts +1 -1
- package/dist/api/blob-resolver.d.ts.map +1 -1
- package/dist/api/blob-resolver.js +0 -1
- package/dist/api/blob-resolver.js.map +1 -1
- package/dist/api/index.d.ts.map +1 -1
- package/dist/api/index.js +2 -0
- package/dist/api/index.js.map +1 -1
- package/dist/data-plane/bsync/index.d.ts +2 -0
- package/dist/data-plane/bsync/index.d.ts.map +1 -1
- package/dist/data-plane/bsync/index.js +7 -10
- package/dist/data-plane/bsync/index.js.map +1 -1
- package/dist/data-plane/server/background.d.ts +12 -8
- package/dist/data-plane/server/background.d.ts.map +1 -1
- package/dist/data-plane/server/background.js +32 -14
- package/dist/data-plane/server/background.js.map +1 -1
- package/dist/data-plane/server/index.d.ts +2 -0
- package/dist/data-plane/server/index.d.ts.map +1 -1
- package/dist/data-plane/server/index.js +7 -10
- package/dist/data-plane/server/index.js.map +1 -1
- package/dist/data-plane/server/indexing/index.d.ts +2 -2
- package/dist/data-plane/server/indexing/index.d.ts.map +1 -1
- package/dist/data-plane/server/indexing/index.js.map +1 -1
- package/dist/data-plane/server/indexing/plugins/block.d.ts +1 -1
- package/dist/data-plane/server/indexing/plugins/block.d.ts.map +1 -1
- package/dist/data-plane/server/indexing/plugins/block.js.map +1 -1
- package/dist/data-plane/server/indexing/plugins/chat-declaration.d.ts +1 -1
- package/dist/data-plane/server/indexing/plugins/chat-declaration.d.ts.map +1 -1
- package/dist/data-plane/server/indexing/plugins/chat-declaration.js.map +1 -1
- package/dist/data-plane/server/indexing/plugins/feed-generator.d.ts +1 -1
- package/dist/data-plane/server/indexing/plugins/feed-generator.d.ts.map +1 -1
- package/dist/data-plane/server/indexing/plugins/feed-generator.js.map +1 -1
- package/dist/data-plane/server/indexing/plugins/follow.d.ts +1 -1
- package/dist/data-plane/server/indexing/plugins/follow.d.ts.map +1 -1
- package/dist/data-plane/server/indexing/plugins/follow.js.map +1 -1
- package/dist/data-plane/server/indexing/plugins/germ-declaration.d.ts +1 -1
- package/dist/data-plane/server/indexing/plugins/germ-declaration.d.ts.map +1 -1
- package/dist/data-plane/server/indexing/plugins/germ-declaration.js.map +1 -1
- package/dist/data-plane/server/indexing/plugins/labeler.d.ts +1 -1
- package/dist/data-plane/server/indexing/plugins/labeler.d.ts.map +1 -1
- package/dist/data-plane/server/indexing/plugins/labeler.js.map +1 -1
- package/dist/data-plane/server/indexing/plugins/like.d.ts +1 -1
- package/dist/data-plane/server/indexing/plugins/like.d.ts.map +1 -1
- package/dist/data-plane/server/indexing/plugins/like.js.map +1 -1
- package/dist/data-plane/server/indexing/plugins/list-block.d.ts +1 -1
- package/dist/data-plane/server/indexing/plugins/list-block.d.ts.map +1 -1
- package/dist/data-plane/server/indexing/plugins/list-block.js.map +1 -1
- package/dist/data-plane/server/indexing/plugins/list-item.d.ts +1 -1
- package/dist/data-plane/server/indexing/plugins/list-item.d.ts.map +1 -1
- package/dist/data-plane/server/indexing/plugins/list-item.js.map +1 -1
- package/dist/data-plane/server/indexing/plugins/list.d.ts +1 -1
- package/dist/data-plane/server/indexing/plugins/list.d.ts.map +1 -1
- package/dist/data-plane/server/indexing/plugins/list.js.map +1 -1
- package/dist/data-plane/server/indexing/plugins/notif-declaration.d.ts +1 -1
- package/dist/data-plane/server/indexing/plugins/notif-declaration.d.ts.map +1 -1
- package/dist/data-plane/server/indexing/plugins/notif-declaration.js.map +1 -1
- package/dist/data-plane/server/indexing/plugins/post-gate.d.ts +1 -1
- package/dist/data-plane/server/indexing/plugins/post-gate.d.ts.map +1 -1
- package/dist/data-plane/server/indexing/plugins/post-gate.js.map +1 -1
- package/dist/data-plane/server/indexing/plugins/post.d.ts +1 -1
- package/dist/data-plane/server/indexing/plugins/post.d.ts.map +1 -1
- package/dist/data-plane/server/indexing/plugins/post.js.map +1 -1
- package/dist/data-plane/server/indexing/plugins/profile.d.ts +1 -1
- package/dist/data-plane/server/indexing/plugins/profile.d.ts.map +1 -1
- package/dist/data-plane/server/indexing/plugins/profile.js.map +1 -1
- package/dist/data-plane/server/indexing/plugins/repost.d.ts +1 -1
- package/dist/data-plane/server/indexing/plugins/repost.d.ts.map +1 -1
- package/dist/data-plane/server/indexing/plugins/repost.js.map +1 -1
- package/dist/data-plane/server/indexing/plugins/starter-pack.d.ts +1 -1
- package/dist/data-plane/server/indexing/plugins/starter-pack.d.ts.map +1 -1
- package/dist/data-plane/server/indexing/plugins/starter-pack.js.map +1 -1
- package/dist/data-plane/server/indexing/plugins/status.d.ts +1 -1
- package/dist/data-plane/server/indexing/plugins/status.d.ts.map +1 -1
- package/dist/data-plane/server/indexing/plugins/status.js.map +1 -1
- package/dist/data-plane/server/indexing/plugins/thread-gate.d.ts +1 -1
- package/dist/data-plane/server/indexing/plugins/thread-gate.d.ts.map +1 -1
- package/dist/data-plane/server/indexing/plugins/thread-gate.js.map +1 -1
- package/dist/data-plane/server/indexing/plugins/verification.d.ts +1 -1
- package/dist/data-plane/server/indexing/plugins/verification.d.ts.map +1 -1
- package/dist/data-plane/server/indexing/plugins/verification.js.map +1 -1
- package/dist/data-plane/server/indexing/processor.d.ts +1 -1
- package/dist/data-plane/server/indexing/processor.d.ts.map +1 -1
- package/dist/data-plane/server/indexing/processor.js.map +1 -1
- package/dist/data-plane/server/routes/notifs.d.ts.map +1 -1
- package/dist/data-plane/server/routes/notifs.js +1 -8
- package/dist/data-plane/server/routes/notifs.js.map +1 -1
- package/dist/data-plane/server/routes/search.js +3 -2
- package/dist/data-plane/server/routes/search.js.map +1 -1
- package/dist/data-plane/server/subscription.d.ts +13 -12
- package/dist/data-plane/server/subscription.d.ts.map +1 -1
- package/dist/data-plane/server/subscription.js +59 -26
- package/dist/data-plane/server/subscription.js.map +1 -1
- package/dist/feature-gates/index.d.ts +2 -1
- package/dist/feature-gates/index.d.ts.map +1 -1
- package/dist/feature-gates/index.js +9 -6
- package/dist/feature-gates/index.js.map +1 -1
- package/dist/feature-gates/metrics.d.ts +3 -3
- package/dist/feature-gates/metrics.d.ts.map +1 -1
- package/dist/feature-gates/metrics.js +8 -8
- package/dist/feature-gates/metrics.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +16 -7
- package/dist/index.js.map +1 -1
- package/dist/lexicons/app/bsky/authFullApp.defs.d.ts.map +1 -1
- package/dist/lexicons/app/bsky/authFullApp.defs.js +1 -0
- package/dist/lexicons/app/bsky/authFullApp.defs.js.map +1 -1
- package/dist/lexicons/app/bsky/authViewAll.defs.d.ts.map +1 -1
- package/dist/lexicons/app/bsky/authViewAll.defs.js +1 -0
- package/dist/lexicons/app/bsky/authViewAll.defs.js.map +1 -1
- package/dist/lexicons/app/bsky/feed/searchPostsV2.d.ts +3 -0
- package/dist/lexicons/app/bsky/feed/searchPostsV2.d.ts.map +1 -0
- package/dist/lexicons/app/bsky/feed/searchPostsV2.defs.d.ts +158 -0
- package/dist/lexicons/app/bsky/feed/searchPostsV2.defs.d.ts.map +1 -0
- package/dist/lexicons/app/bsky/feed/searchPostsV2.defs.js +73 -0
- package/dist/lexicons/app/bsky/feed/searchPostsV2.defs.js.map +1 -0
- package/dist/lexicons/app/bsky/feed/searchPostsV2.js +6 -0
- package/dist/lexicons/app/bsky/feed/searchPostsV2.js.map +1 -0
- package/dist/lexicons/app/bsky/feed.d.ts +1 -0
- package/dist/lexicons/app/bsky/feed.d.ts.map +1 -1
- package/dist/lexicons/app/bsky/feed.js +1 -0
- package/dist/lexicons/app/bsky/feed.js.map +1 -1
- package/dist/lexicons/app/bsky/notification/defs.defs.d.ts +5 -0
- package/dist/lexicons/app/bsky/notification/defs.defs.d.ts.map +1 -1
- package/dist/lexicons/app/bsky/notification/defs.defs.js +1 -0
- package/dist/lexicons/app/bsky/notification/defs.defs.js.map +1 -1
- package/dist/lexicons/chat/bsky/actor/declaration.defs.d.ts +1 -1
- package/dist/lexicons/chat/bsky/actor/declaration.defs.js.map +1 -1
- package/dist/lexicons/chat/bsky/actor/defs.defs.d.ts +4 -6
- package/dist/lexicons/chat/bsky/actor/defs.defs.d.ts.map +1 -1
- package/dist/lexicons/chat/bsky/actor/defs.defs.js +2 -3
- package/dist/lexicons/chat/bsky/actor/defs.defs.js.map +1 -1
- package/dist/lexicons/chat/bsky/convo/defs.defs.d.ts +64 -70
- package/dist/lexicons/chat/bsky/convo/defs.defs.d.ts.map +1 -1
- package/dist/lexicons/chat/bsky/convo/defs.defs.js +32 -35
- package/dist/lexicons/chat/bsky/convo/defs.defs.js.map +1 -1
- package/dist/lexicons/chat/bsky/convo/getUnreadCounts.defs.d.ts +1 -1
- package/dist/lexicons/chat/bsky/convo/getUnreadCounts.defs.d.ts.map +1 -1
- package/dist/lexicons/chat/bsky/convo/getUnreadCounts.defs.js +1 -1
- package/dist/lexicons/chat/bsky/convo/getUnreadCounts.defs.js.map +1 -1
- package/dist/lexicons/chat/bsky/convo/listConvoRequests.defs.d.ts +1 -1
- package/dist/lexicons/chat/bsky/convo/listConvoRequests.defs.d.ts.map +1 -1
- package/dist/lexicons/chat/bsky/convo/listConvoRequests.defs.js +1 -1
- package/dist/lexicons/chat/bsky/convo/listConvoRequests.defs.js.map +1 -1
- package/dist/lexicons/chat/bsky/convo/lockConvo.defs.d.ts +1 -1
- package/dist/lexicons/chat/bsky/convo/lockConvo.defs.d.ts.map +1 -1
- package/dist/lexicons/chat/bsky/convo/lockConvo.defs.js +1 -1
- package/dist/lexicons/chat/bsky/convo/lockConvo.defs.js.map +1 -1
- package/dist/lexicons/chat/bsky/convo/unlockConvo.defs.d.ts +1 -1
- package/dist/lexicons/chat/bsky/convo/unlockConvo.defs.d.ts.map +1 -1
- package/dist/lexicons/chat/bsky/convo/unlockConvo.defs.js +1 -1
- package/dist/lexicons/chat/bsky/convo/unlockConvo.defs.js.map +1 -1
- package/dist/lexicons/chat/bsky/group/addMembers.defs.d.ts +1 -1
- package/dist/lexicons/chat/bsky/group/addMembers.defs.d.ts.map +1 -1
- package/dist/lexicons/chat/bsky/group/addMembers.defs.js +1 -1
- package/dist/lexicons/chat/bsky/group/addMembers.defs.js.map +1 -1
- package/dist/lexicons/chat/bsky/group/approveJoinRequest.defs.d.ts +1 -1
- package/dist/lexicons/chat/bsky/group/approveJoinRequest.defs.d.ts.map +1 -1
- package/dist/lexicons/chat/bsky/group/approveJoinRequest.defs.js +1 -1
- package/dist/lexicons/chat/bsky/group/approveJoinRequest.defs.js.map +1 -1
- package/dist/lexicons/chat/bsky/group/createGroup.defs.d.ts +1 -1
- package/dist/lexicons/chat/bsky/group/createGroup.defs.d.ts.map +1 -1
- package/dist/lexicons/chat/bsky/group/createGroup.defs.js +1 -1
- package/dist/lexicons/chat/bsky/group/createGroup.defs.js.map +1 -1
- package/dist/lexicons/chat/bsky/group/createJoinLink.defs.d.ts +1 -1
- package/dist/lexicons/chat/bsky/group/createJoinLink.defs.d.ts.map +1 -1
- package/dist/lexicons/chat/bsky/group/createJoinLink.defs.js +1 -1
- package/dist/lexicons/chat/bsky/group/createJoinLink.defs.js.map +1 -1
- package/dist/lexicons/chat/bsky/group/disableJoinLink.defs.d.ts +1 -1
- package/dist/lexicons/chat/bsky/group/disableJoinLink.defs.d.ts.map +1 -1
- package/dist/lexicons/chat/bsky/group/disableJoinLink.defs.js +1 -1
- package/dist/lexicons/chat/bsky/group/disableJoinLink.defs.js.map +1 -1
- package/dist/lexicons/chat/bsky/group/editGroup.defs.d.ts +1 -1
- package/dist/lexicons/chat/bsky/group/editGroup.defs.d.ts.map +1 -1
- package/dist/lexicons/chat/bsky/group/editGroup.defs.js +1 -1
- package/dist/lexicons/chat/bsky/group/editGroup.defs.js.map +1 -1
- package/dist/lexicons/chat/bsky/group/editJoinLink.defs.d.ts +1 -1
- package/dist/lexicons/chat/bsky/group/editJoinLink.defs.d.ts.map +1 -1
- package/dist/lexicons/chat/bsky/group/editJoinLink.defs.js +1 -1
- package/dist/lexicons/chat/bsky/group/editJoinLink.defs.js.map +1 -1
- package/dist/lexicons/chat/bsky/group/enableJoinLink.defs.d.ts +1 -1
- package/dist/lexicons/chat/bsky/group/enableJoinLink.defs.d.ts.map +1 -1
- package/dist/lexicons/chat/bsky/group/enableJoinLink.defs.js +1 -1
- package/dist/lexicons/chat/bsky/group/enableJoinLink.defs.js.map +1 -1
- package/dist/lexicons/chat/bsky/group/getJoinLinkPreviews.defs.d.ts +1 -1
- package/dist/lexicons/chat/bsky/group/getJoinLinkPreviews.defs.d.ts.map +1 -1
- package/dist/lexicons/chat/bsky/group/getJoinLinkPreviews.defs.js +1 -1
- package/dist/lexicons/chat/bsky/group/getJoinLinkPreviews.defs.js.map +1 -1
- package/dist/lexicons/chat/bsky/group/listJoinRequests.defs.d.ts +1 -1
- package/dist/lexicons/chat/bsky/group/listJoinRequests.defs.d.ts.map +1 -1
- package/dist/lexicons/chat/bsky/group/listJoinRequests.defs.js +1 -1
- package/dist/lexicons/chat/bsky/group/listJoinRequests.defs.js.map +1 -1
- package/dist/lexicons/chat/bsky/group/listMutualGroups.defs.d.ts +1 -1
- package/dist/lexicons/chat/bsky/group/listMutualGroups.defs.d.ts.map +1 -1
- package/dist/lexicons/chat/bsky/group/listMutualGroups.defs.js +1 -1
- package/dist/lexicons/chat/bsky/group/listMutualGroups.defs.js.map +1 -1
- package/dist/lexicons/chat/bsky/group/rejectJoinRequest.defs.d.ts +1 -1
- package/dist/lexicons/chat/bsky/group/rejectJoinRequest.defs.d.ts.map +1 -1
- package/dist/lexicons/chat/bsky/group/rejectJoinRequest.defs.js +1 -1
- package/dist/lexicons/chat/bsky/group/rejectJoinRequest.defs.js.map +1 -1
- package/dist/lexicons/chat/bsky/group/removeMembers.defs.d.ts +1 -1
- package/dist/lexicons/chat/bsky/group/removeMembers.defs.d.ts.map +1 -1
- package/dist/lexicons/chat/bsky/group/removeMembers.defs.js +1 -1
- package/dist/lexicons/chat/bsky/group/removeMembers.defs.js.map +1 -1
- package/dist/lexicons/chat/bsky/group/requestJoin.defs.d.ts +1 -1
- package/dist/lexicons/chat/bsky/group/requestJoin.defs.d.ts.map +1 -1
- package/dist/lexicons/chat/bsky/group/requestJoin.defs.js +1 -1
- package/dist/lexicons/chat/bsky/group/requestJoin.defs.js.map +1 -1
- package/dist/lexicons/chat/bsky/group/updateJoinRequestsRead.defs.d.ts +1 -1
- package/dist/lexicons/chat/bsky/group/updateJoinRequestsRead.defs.d.ts.map +1 -1
- package/dist/lexicons/chat/bsky/group/updateJoinRequestsRead.defs.js +1 -1
- package/dist/lexicons/chat/bsky/group/updateJoinRequestsRead.defs.js.map +1 -1
- package/dist/lexicons/chat/bsky/group/withdrawJoinRequest.defs.d.ts +1 -1
- package/dist/lexicons/chat/bsky/group/withdrawJoinRequest.defs.d.ts.map +1 -1
- package/dist/lexicons/chat/bsky/group/withdrawJoinRequest.defs.js +1 -1
- package/dist/lexicons/chat/bsky/group/withdrawJoinRequest.defs.js.map +1 -1
- package/dist/lexicons/chat/bsky/moderation/defs.defs.d.ts +6 -6
- package/dist/lexicons/chat/bsky/moderation/defs.defs.d.ts.map +1 -1
- package/dist/lexicons/chat/bsky/moderation/defs.defs.js +3 -3
- package/dist/lexicons/chat/bsky/moderation/defs.defs.js.map +1 -1
- package/dist/lexicons/chat/bsky/moderation/getConvo.defs.d.ts +1 -1
- package/dist/lexicons/chat/bsky/moderation/getConvo.defs.d.ts.map +1 -1
- package/dist/lexicons/chat/bsky/moderation/getConvo.defs.js +1 -1
- package/dist/lexicons/chat/bsky/moderation/getConvo.defs.js.map +1 -1
- package/dist/lexicons/chat/bsky/moderation/getConvoMembers.defs.d.ts +1 -1
- package/dist/lexicons/chat/bsky/moderation/getConvoMembers.defs.d.ts.map +1 -1
- package/dist/lexicons/chat/bsky/moderation/getConvoMembers.defs.js +1 -1
- package/dist/lexicons/chat/bsky/moderation/getConvoMembers.defs.js.map +1 -1
- package/dist/lexicons/chat/bsky/moderation/getConvos.defs.d.ts +1 -1
- package/dist/lexicons/chat/bsky/moderation/getConvos.defs.d.ts.map +1 -1
- package/dist/lexicons/chat/bsky/moderation/getConvos.defs.js +1 -1
- package/dist/lexicons/chat/bsky/moderation/getConvos.defs.js.map +1 -1
- package/dist/lexicons/chat/bsky/notification/defs.d.ts +2 -0
- package/dist/lexicons/chat/bsky/notification/defs.d.ts.map +1 -0
- package/dist/lexicons/chat/bsky/notification/defs.defs.d.ts +20 -0
- package/dist/lexicons/chat/bsky/notification/defs.defs.d.ts.map +1 -0
- package/dist/lexicons/chat/bsky/notification/defs.defs.js +19 -0
- package/dist/lexicons/chat/bsky/notification/defs.defs.js.map +1 -0
- package/dist/lexicons/chat/bsky/notification/defs.js +5 -0
- package/dist/lexicons/chat/bsky/notification/defs.js.map +1 -0
- package/dist/lexicons/chat/bsky/notification/getPreferences.d.ts +3 -0
- package/dist/lexicons/chat/bsky/notification/getPreferences.d.ts.map +1 -0
- package/dist/lexicons/chat/bsky/notification/getPreferences.defs.d.ts +18 -0
- package/dist/lexicons/chat/bsky/notification/getPreferences.defs.d.ts.map +1 -0
- package/dist/lexicons/chat/bsky/notification/getPreferences.defs.js +16 -0
- package/dist/lexicons/chat/bsky/notification/getPreferences.defs.js.map +1 -0
- package/dist/lexicons/chat/bsky/notification/getPreferences.js +6 -0
- package/dist/lexicons/chat/bsky/notification/getPreferences.js.map +1 -0
- package/dist/lexicons/chat/bsky/notification/putPreferences.d.ts +3 -0
- package/dist/lexicons/chat/bsky/notification/putPreferences.d.ts.map +1 -0
- package/dist/lexicons/chat/bsky/notification/putPreferences.defs.d.ts +27 -0
- package/dist/lexicons/chat/bsky/notification/putPreferences.defs.d.ts.map +1 -0
- package/dist/lexicons/chat/bsky/notification/putPreferences.defs.js +22 -0
- package/dist/lexicons/chat/bsky/notification/putPreferences.defs.js.map +1 -0
- package/dist/lexicons/chat/bsky/notification/putPreferences.js +6 -0
- package/dist/lexicons/chat/bsky/notification/putPreferences.js.map +1 -0
- package/dist/lexicons/chat/bsky/notification.d.ts +4 -0
- package/dist/lexicons/chat/bsky/notification.d.ts.map +1 -0
- package/dist/lexicons/chat/bsky/notification.js +7 -0
- package/dist/lexicons/chat/bsky/notification.js.map +1 -0
- package/dist/lexicons/chat/bsky.d.ts +1 -0
- package/dist/lexicons/chat/bsky.d.ts.map +1 -1
- package/dist/lexicons/chat/bsky.js +1 -0
- package/dist/lexicons/chat/bsky.js.map +1 -1
- package/dist/lexicons/tools/ozone/report/defs.defs.d.ts +4 -0
- package/dist/lexicons/tools/ozone/report/defs.defs.d.ts.map +1 -1
- package/dist/lexicons/tools/ozone/report/defs.defs.js +2 -0
- package/dist/lexicons/tools/ozone/report/defs.defs.js.map +1 -1
- package/dist/lexicons/tools/ozone/report/queryActivities.d.ts +3 -0
- package/dist/lexicons/tools/ozone/report/queryActivities.d.ts.map +1 -0
- package/dist/lexicons/tools/ozone/report/queryActivities.defs.d.ts +42 -0
- package/dist/lexicons/tools/ozone/report/queryActivities.defs.d.ts.map +1 -0
- package/dist/lexicons/tools/ozone/report/queryActivities.defs.js +31 -0
- package/dist/lexicons/tools/ozone/report/queryActivities.defs.js.map +1 -0
- package/dist/lexicons/tools/ozone/report/queryActivities.js +6 -0
- package/dist/lexicons/tools/ozone/report/queryActivities.js.map +1 -0
- package/dist/lexicons/tools/ozone/report.d.ts +1 -0
- package/dist/lexicons/tools/ozone/report.d.ts.map +1 -1
- package/dist/lexicons/tools/ozone/report.js +1 -0
- package/dist/lexicons/tools/ozone/report.js.map +1 -1
- package/dist/proto/bsky_pb.d.ts +51 -55
- package/dist/proto/bsky_pb.d.ts.map +1 -1
- package/dist/proto/bsky_pb.js +67 -74
- package/dist/proto/bsky_pb.js.map +1 -1
- package/package.json +9 -9
- package/proto/bsky.proto +21 -18
- package/src/api/app/bsky/actor/searchActorsTypeahead.ts +5 -3
- package/src/api/app/bsky/feed/searchPostsV2.ts +232 -0
- package/src/api/app/bsky/notification/putPreferencesV2.ts +4 -1
- package/src/api/app/bsky/notification/util.ts +7 -11
- package/src/api/blob-dispatcher.ts +12 -8
- package/src/api/blob-resolver.ts +0 -1
- package/src/api/index.ts +2 -0
- package/src/data-plane/bsync/index.ts +12 -10
- package/src/data-plane/server/background.ts +49 -18
- package/src/data-plane/server/index.ts +12 -10
- package/src/data-plane/server/indexing/index.ts +1 -1
- package/src/data-plane/server/indexing/plugins/block.ts +4 -1
- package/src/data-plane/server/indexing/plugins/chat-declaration.ts +4 -1
- package/src/data-plane/server/indexing/plugins/feed-generator.ts +4 -1
- package/src/data-plane/server/indexing/plugins/follow.ts +4 -1
- package/src/data-plane/server/indexing/plugins/germ-declaration.ts +4 -1
- package/src/data-plane/server/indexing/plugins/labeler.ts +4 -1
- package/src/data-plane/server/indexing/plugins/like.ts +4 -1
- package/src/data-plane/server/indexing/plugins/list-block.ts +4 -1
- package/src/data-plane/server/indexing/plugins/list-item.ts +4 -1
- package/src/data-plane/server/indexing/plugins/list.ts +4 -1
- package/src/data-plane/server/indexing/plugins/notif-declaration.ts +4 -1
- package/src/data-plane/server/indexing/plugins/post-gate.ts +4 -1
- package/src/data-plane/server/indexing/plugins/post.ts +4 -1
- package/src/data-plane/server/indexing/plugins/profile.ts +4 -1
- package/src/data-plane/server/indexing/plugins/repost.ts +4 -1
- package/src/data-plane/server/indexing/plugins/starter-pack.ts +4 -1
- package/src/data-plane/server/indexing/plugins/status.ts +4 -1
- package/src/data-plane/server/indexing/plugins/thread-gate.ts +4 -1
- package/src/data-plane/server/indexing/plugins/verification.ts +4 -1
- package/src/data-plane/server/indexing/processor.ts +1 -1
- package/src/data-plane/server/routes/notifs.ts +0 -14
- package/src/data-plane/server/routes/search.ts +3 -2
- package/src/data-plane/server/subscription.ts +74 -31
- package/src/feature-gates/index.ts +10 -6
- package/src/feature-gates/metrics.test.ts +12 -12
- package/src/feature-gates/metrics.ts +8 -8
- package/src/index.ts +16 -9
- package/tests/_util.ts +8 -25
- package/tests/admin/admin-auth.test.ts +2 -2
- package/tests/admin/moderation.test.ts +1 -1
- package/tests/auth.test.ts +4 -6
- package/tests/blob-resolver.test.ts +4 -5
- package/tests/data-plane/db.test.ts +1 -1
- package/tests/data-plane/duplicate-records.test.ts +1 -1
- package/tests/data-plane/handle-invalidation.test.ts +2 -2
- package/tests/data-plane/indexing.test.ts +24 -21
- package/tests/data-plane/subscription.test.ts +1 -1
- package/tests/data-plane/thread-mutes.test.ts +2 -2
- package/tests/entryway-auth.test.ts +4 -5
- package/tests/feed-generation.test.ts +5 -5
- package/tests/image/server.test.ts +1 -1
- package/tests/label-hydration.test.ts +3 -5
- package/tests/postgates.test.ts +3 -6
- package/tests/query-labels.test.ts +3 -5
- package/tests/redis-cache.test.ts +1 -3
- package/tests/server.test.ts +11 -16
- package/tests/sitemap.test.ts +3 -4
- package/tests/stash.test.ts +12 -8
- package/tests/utils.test.ts +3 -13
- package/tests/views/account-deactivation.test.ts +3 -5
- package/tests/views/actor-likes.test.ts +3 -5
- package/tests/views/actor-search.test.ts +6 -7
- package/tests/views/age-assurance-v2.test.ts +9 -6
- package/tests/views/age-assurance.test.ts +30 -36
- package/tests/views/author-feed.test.ts +4 -6
- package/tests/views/block-lists.test.ts +3 -5
- package/tests/views/blocks.test.ts +3 -5
- package/tests/views/bookmarks.test.ts +4 -4
- package/tests/views/drafts.test.ts +7 -14
- package/tests/views/feed-hidden-replies.test.ts +3 -6
- package/tests/views/feed-view-post.test.ts +3 -6
- package/tests/views/follows.test.ts +4 -6
- package/tests/views/get-config.test.ts +4 -7
- package/tests/views/get-suggested-onboarding-users.test.ts +11 -9
- package/tests/views/get-suggested-starter-packs.test.ts +11 -9
- package/tests/views/get-trends.test.ts +15 -9
- package/tests/views/internal-actor.test.ts +3 -6
- package/tests/views/known-followers.test.ts +3 -6
- package/tests/views/labeler-service.test.ts +3 -5
- package/tests/views/labels-needs-review.test.ts +3 -6
- package/tests/views/labels-takedown.test.ts +3 -4
- package/tests/views/likes.test.ts +4 -6
- package/tests/views/list-feed.test.ts +3 -5
- package/tests/views/lists.test.ts +3 -5
- package/tests/views/mute-lists.test.ts +3 -5
- package/tests/views/mutes.test.ts +4 -5
- package/tests/views/notifications.test.ts +12 -11
- package/tests/views/post-search.test.ts +3 -24
- package/tests/views/posts-debug.test.ts +11 -6
- package/tests/views/posts.test.ts +3 -4
- package/tests/views/profile-debug.test.ts +11 -5
- package/tests/views/profile.test.ts +11 -5
- package/tests/views/quotes.test.ts +4 -6
- package/tests/views/reposts.test.ts +4 -6
- package/tests/views/starter-packs.test.ts +3 -6
- package/tests/views/suggestions.test.ts +9 -13
- package/tests/views/thread-v2.test.ts +3 -5
- package/tests/views/thread.test.ts +3 -7
- package/tests/views/threadgating.test.ts +3 -5
- package/tests/views/timeline.test.ts +4 -5
- package/tests/views/verification.test.ts +4 -6
- package/tsconfig.build.tsbuildinfo +1 -1
- package/vitest.config.ts +1 -0
package/dist/proto/bsky_pb.js
CHANGED
|
@@ -27,30 +27,6 @@ proto3.util.setEnumType(NotificationInclude, "bsky.NotificationInclude", [
|
|
|
27
27
|
{ no: 1, name: "NOTIFICATION_INCLUDE_ALL" },
|
|
28
28
|
{ no: 2, name: "NOTIFICATION_INCLUDE_FOLLOWS" },
|
|
29
29
|
]);
|
|
30
|
-
/**
|
|
31
|
-
* @generated from enum bsky.ChatNotificationInclude
|
|
32
|
-
*/
|
|
33
|
-
export var ChatNotificationInclude;
|
|
34
|
-
(function (ChatNotificationInclude) {
|
|
35
|
-
/**
|
|
36
|
-
* @generated from enum value: CHAT_NOTIFICATION_INCLUDE_UNSPECIFIED = 0;
|
|
37
|
-
*/
|
|
38
|
-
ChatNotificationInclude[ChatNotificationInclude["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
39
|
-
/**
|
|
40
|
-
* @generated from enum value: CHAT_NOTIFICATION_INCLUDE_ALL = 1;
|
|
41
|
-
*/
|
|
42
|
-
ChatNotificationInclude[ChatNotificationInclude["ALL"] = 1] = "ALL";
|
|
43
|
-
/**
|
|
44
|
-
* @generated from enum value: CHAT_NOTIFICATION_INCLUDE_ACCEPTED = 2;
|
|
45
|
-
*/
|
|
46
|
-
ChatNotificationInclude[ChatNotificationInclude["ACCEPTED"] = 2] = "ACCEPTED";
|
|
47
|
-
})(ChatNotificationInclude || (ChatNotificationInclude = {}));
|
|
48
|
-
// Retrieve enum metadata with: proto3.getEnumType(ChatNotificationInclude)
|
|
49
|
-
proto3.util.setEnumType(ChatNotificationInclude, "bsky.ChatNotificationInclude", [
|
|
50
|
-
{ no: 0, name: "CHAT_NOTIFICATION_INCLUDE_UNSPECIFIED" },
|
|
51
|
-
{ no: 1, name: "CHAT_NOTIFICATION_INCLUDE_ALL" },
|
|
52
|
-
{ no: 2, name: "CHAT_NOTIFICATION_INCLUDE_ACCEPTED" },
|
|
53
|
-
]);
|
|
54
30
|
/**
|
|
55
31
|
* @generated from enum bsky.FeedType
|
|
56
32
|
*/
|
|
@@ -142,6 +118,12 @@ export var SearchQueryLanguage;
|
|
|
142
118
|
* @generated from enum value: SEARCH_QUERY_LANGUAGE_TH = 4;
|
|
143
119
|
*/
|
|
144
120
|
SearchQueryLanguage[SearchQueryLanguage["TH"] = 4] = "TH";
|
|
121
|
+
/**
|
|
122
|
+
* Arabic
|
|
123
|
+
*
|
|
124
|
+
* @generated from enum value: SEARCH_QUERY_LANGUAGE_AR = 5;
|
|
125
|
+
*/
|
|
126
|
+
SearchQueryLanguage[SearchQueryLanguage["AR"] = 5] = "AR";
|
|
145
127
|
})(SearchQueryLanguage || (SearchQueryLanguage = {}));
|
|
146
128
|
// Retrieve enum metadata with: proto3.getEnumType(SearchQueryLanguage)
|
|
147
129
|
proto3.util.setEnumType(SearchQueryLanguage, "bsky.SearchQueryLanguage", [
|
|
@@ -150,6 +132,7 @@ proto3.util.setEnumType(SearchQueryLanguage, "bsky.SearchQueryLanguage", [
|
|
|
150
132
|
{ no: 2, name: "SEARCH_QUERY_LANGUAGE_ZH" },
|
|
151
133
|
{ no: 3, name: "SEARCH_QUERY_LANGUAGE_KO" },
|
|
152
134
|
{ no: 4, name: "SEARCH_QUERY_LANGUAGE_TH" },
|
|
135
|
+
{ no: 5, name: "SEARCH_QUERY_LANGUAGE_AR" },
|
|
153
136
|
]);
|
|
154
137
|
/**
|
|
155
138
|
* @generated from enum bsky.SitemapPageType
|
|
@@ -4883,37 +4866,6 @@ export class NotificationPreference extends Message {
|
|
|
4883
4866
|
return proto3.util.equals(NotificationPreference, a, b);
|
|
4884
4867
|
}
|
|
4885
4868
|
}
|
|
4886
|
-
/**
|
|
4887
|
-
* @generated from message bsky.ChatNotificationPreference
|
|
4888
|
-
*/
|
|
4889
|
-
export class ChatNotificationPreference extends Message {
|
|
4890
|
-
constructor(data) {
|
|
4891
|
-
super();
|
|
4892
|
-
/**
|
|
4893
|
-
* @generated from field: bsky.ChatNotificationInclude include = 1;
|
|
4894
|
-
*/
|
|
4895
|
-
this.include = ChatNotificationInclude.UNSPECIFIED;
|
|
4896
|
-
proto3.util.initPartial(data, this);
|
|
4897
|
-
}
|
|
4898
|
-
static { this.runtime = proto3; }
|
|
4899
|
-
static { this.typeName = "bsky.ChatNotificationPreference"; }
|
|
4900
|
-
static { this.fields = proto3.util.newFieldList(() => [
|
|
4901
|
-
{ no: 1, name: "include", kind: "enum", T: proto3.getEnumType(ChatNotificationInclude) },
|
|
4902
|
-
{ no: 2, name: "push", kind: "message", T: NotificationChannelPush },
|
|
4903
|
-
]); }
|
|
4904
|
-
static fromBinary(bytes, options) {
|
|
4905
|
-
return new ChatNotificationPreference().fromBinary(bytes, options);
|
|
4906
|
-
}
|
|
4907
|
-
static fromJson(jsonValue, options) {
|
|
4908
|
-
return new ChatNotificationPreference().fromJson(jsonValue, options);
|
|
4909
|
-
}
|
|
4910
|
-
static fromJsonString(jsonString, options) {
|
|
4911
|
-
return new ChatNotificationPreference().fromJsonString(jsonString, options);
|
|
4912
|
-
}
|
|
4913
|
-
static equals(a, b) {
|
|
4914
|
-
return proto3.util.equals(ChatNotificationPreference, a, b);
|
|
4915
|
-
}
|
|
4916
|
-
}
|
|
4917
4869
|
/**
|
|
4918
4870
|
* @generated from message bsky.NotificationPreferences
|
|
4919
4871
|
*/
|
|
@@ -4930,7 +4882,6 @@ export class NotificationPreferences extends Message {
|
|
|
4930
4882
|
static { this.typeName = "bsky.NotificationPreferences"; }
|
|
4931
4883
|
static { this.fields = proto3.util.newFieldList(() => [
|
|
4932
4884
|
{ no: 1, name: "entry", kind: "scalar", T: 12 /* ScalarType.BYTES */ },
|
|
4933
|
-
{ no: 2, name: "chat", kind: "message", T: ChatNotificationPreference },
|
|
4934
4885
|
{ no: 3, name: "follow", kind: "message", T: FilterableNotificationPreference },
|
|
4935
4886
|
{ no: 4, name: "like", kind: "message", T: FilterableNotificationPreference },
|
|
4936
4887
|
{ no: 5, name: "like_via_repost", kind: "message", T: FilterableNotificationPreference },
|
|
@@ -6556,6 +6507,8 @@ export class SearchStarterPacksResponse extends Message {
|
|
|
6556
6507
|
}
|
|
6557
6508
|
}
|
|
6558
6509
|
/**
|
|
6510
|
+
* Shared request params for paginated methods
|
|
6511
|
+
*
|
|
6559
6512
|
* @generated from message bsky.SearchParams
|
|
6560
6513
|
*/
|
|
6561
6514
|
export class SearchParams extends Message {
|
|
@@ -6602,6 +6555,48 @@ export class SearchParams extends Message {
|
|
|
6602
6555
|
return proto3.util.equals(SearchParams, a, b);
|
|
6603
6556
|
}
|
|
6604
6557
|
}
|
|
6558
|
+
/**
|
|
6559
|
+
* Shared params for typeahead-style searches, which aren't paginated.
|
|
6560
|
+
*
|
|
6561
|
+
* @generated from message bsky.SearchTypeaheadParams
|
|
6562
|
+
*/
|
|
6563
|
+
export class SearchTypeaheadParams extends Message {
|
|
6564
|
+
constructor(data) {
|
|
6565
|
+
super();
|
|
6566
|
+
/**
|
|
6567
|
+
* @generated from field: string query = 1;
|
|
6568
|
+
*/
|
|
6569
|
+
this.query = "";
|
|
6570
|
+
/**
|
|
6571
|
+
* @generated from field: string viewer = 2;
|
|
6572
|
+
*/
|
|
6573
|
+
this.viewer = "";
|
|
6574
|
+
/**
|
|
6575
|
+
* @generated from field: int32 limit = 3;
|
|
6576
|
+
*/
|
|
6577
|
+
this.limit = 0;
|
|
6578
|
+
proto3.util.initPartial(data, this);
|
|
6579
|
+
}
|
|
6580
|
+
static { this.runtime = proto3; }
|
|
6581
|
+
static { this.typeName = "bsky.SearchTypeaheadParams"; }
|
|
6582
|
+
static { this.fields = proto3.util.newFieldList(() => [
|
|
6583
|
+
{ no: 1, name: "query", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
6584
|
+
{ no: 2, name: "viewer", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
6585
|
+
{ no: 3, name: "limit", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
6586
|
+
]); }
|
|
6587
|
+
static fromBinary(bytes, options) {
|
|
6588
|
+
return new SearchTypeaheadParams().fromBinary(bytes, options);
|
|
6589
|
+
}
|
|
6590
|
+
static fromJson(jsonValue, options) {
|
|
6591
|
+
return new SearchTypeaheadParams().fromJson(jsonValue, options);
|
|
6592
|
+
}
|
|
6593
|
+
static fromJsonString(jsonString, options) {
|
|
6594
|
+
return new SearchTypeaheadParams().fromJsonString(jsonString, options);
|
|
6595
|
+
}
|
|
6596
|
+
static equals(a, b) {
|
|
6597
|
+
return proto3.util.equals(SearchTypeaheadParams, a, b);
|
|
6598
|
+
}
|
|
6599
|
+
}
|
|
6605
6600
|
/**
|
|
6606
6601
|
* SearchRecordResult represents a generic result hit corresponding to a record.
|
|
6607
6602
|
*
|
|
@@ -6748,9 +6743,11 @@ export class PostsFilters extends Message {
|
|
|
6748
6743
|
*/
|
|
6749
6744
|
this.urls = [];
|
|
6750
6745
|
/**
|
|
6751
|
-
*
|
|
6746
|
+
* Canonical request field for posts embedding these AT-URI records.
|
|
6747
|
+
*
|
|
6748
|
+
* @generated from field: repeated string embedded_at_uris = 5;
|
|
6752
6749
|
*/
|
|
6753
|
-
this.
|
|
6750
|
+
this.embeddedAtUris = [];
|
|
6754
6751
|
/**
|
|
6755
6752
|
* @generated from field: repeated string hashtags = 6;
|
|
6756
6753
|
*/
|
|
@@ -6764,7 +6761,7 @@ export class PostsFilters extends Message {
|
|
|
6764
6761
|
{ no: 2, name: "mentions", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
|
|
6765
6762
|
{ no: 3, name: "domains", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
|
|
6766
6763
|
{ no: 4, name: "urls", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
|
|
6767
|
-
{ no: 5, name: "
|
|
6764
|
+
{ no: 5, name: "embedded_at_uris", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
|
|
6768
6765
|
{ no: 6, name: "hashtags", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
|
|
6769
6766
|
]); }
|
|
6770
6767
|
static fromBinary(bytes, options) {
|
|
@@ -6835,6 +6832,15 @@ export class SearchPostsV2Response extends Message {
|
|
|
6835
6832
|
* @generated from field: repeated bsky.SearchRecordResult posts = 1;
|
|
6836
6833
|
*/
|
|
6837
6834
|
this.posts = [];
|
|
6835
|
+
/**
|
|
6836
|
+
* Detected CJK/Thai/Arabic languages of the query, usually one. Han-only text
|
|
6837
|
+
* returns ["zh", "ja"] since it's ambiguous between Chinese and Japanese.
|
|
6838
|
+
* set query_language on the request to disambiguate.
|
|
6839
|
+
* Currently left empty for other scripts (e.g. Latin-based languages like English).
|
|
6840
|
+
*
|
|
6841
|
+
* @generated from field: repeated string detected_query_languages = 3;
|
|
6842
|
+
*/
|
|
6843
|
+
this.detectedQueryLanguages = [];
|
|
6838
6844
|
proto3.util.initPartial(data, this);
|
|
6839
6845
|
}
|
|
6840
6846
|
static { this.runtime = proto3; }
|
|
@@ -6842,6 +6848,7 @@ export class SearchPostsV2Response extends Message {
|
|
|
6842
6848
|
static { this.fields = proto3.util.newFieldList(() => [
|
|
6843
6849
|
{ no: 1, name: "posts", kind: "message", T: SearchRecordResult, repeated: true },
|
|
6844
6850
|
{ no: 2, name: "page_info", kind: "message", T: PageInfo },
|
|
6851
|
+
{ no: 3, name: "detected_query_languages", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
|
|
6845
6852
|
]); }
|
|
6846
6853
|
static fromBinary(bytes, options) {
|
|
6847
6854
|
return new SearchPostsV2Response().fromBinary(bytes, options);
|
|
@@ -6919,26 +6926,12 @@ export class SearchActorsV2Response extends Message {
|
|
|
6919
6926
|
export class SearchActorsTypeaheadRequest extends Message {
|
|
6920
6927
|
constructor(data) {
|
|
6921
6928
|
super();
|
|
6922
|
-
/**
|
|
6923
|
-
* @generated from field: string viewer = 1;
|
|
6924
|
-
*/
|
|
6925
|
-
this.viewer = "";
|
|
6926
|
-
/**
|
|
6927
|
-
* @generated from field: string query = 2;
|
|
6928
|
-
*/
|
|
6929
|
-
this.query = "";
|
|
6930
|
-
/**
|
|
6931
|
-
* @generated from field: int32 limit = 3;
|
|
6932
|
-
*/
|
|
6933
|
-
this.limit = 0;
|
|
6934
6929
|
proto3.util.initPartial(data, this);
|
|
6935
6930
|
}
|
|
6936
6931
|
static { this.runtime = proto3; }
|
|
6937
6932
|
static { this.typeName = "bsky.SearchActorsTypeaheadRequest"; }
|
|
6938
6933
|
static { this.fields = proto3.util.newFieldList(() => [
|
|
6939
|
-
{ no: 1, name: "
|
|
6940
|
-
{ no: 2, name: "query", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
6941
|
-
{ no: 3, name: "limit", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
6934
|
+
{ no: 1, name: "params", kind: "message", T: SearchTypeaheadParams },
|
|
6942
6935
|
]); }
|
|
6943
6936
|
static fromBinary(bytes, options) {
|
|
6944
6937
|
return new SearchActorsTypeaheadRequest().fromBinary(bytes, options);
|