@atproto/bsky 0.0.226 → 0.0.228
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 +18 -0
- package/dist/api/age-assurance/const.d.ts.map +1 -1
- package/dist/api/age-assurance/const.js +22 -0
- package/dist/api/age-assurance/const.js.map +1 -1
- package/dist/data-plane/server/routes/profile.d.ts.map +1 -1
- package/dist/data-plane/server/routes/profile.js +3 -0
- package/dist/data-plane/server/routes/profile.js.map +1 -1
- package/dist/hydration/actor.d.ts +1 -0
- package/dist/hydration/actor.d.ts.map +1 -1
- package/dist/hydration/actor.js +1 -0
- package/dist/hydration/actor.js.map +1 -1
- package/dist/lexicons/app/bsky/actor/defs.defs.d.ts +1 -0
- package/dist/lexicons/app/bsky/actor/defs.defs.d.ts.map +1 -1
- package/dist/lexicons/app/bsky/actor/defs.defs.js +1 -0
- package/dist/lexicons/app/bsky/actor/defs.defs.js.map +1 -1
- package/dist/lexicons/chat/bsky/actor/declaration.defs.d.ts +14 -0
- package/dist/lexicons/chat/bsky/actor/declaration.defs.d.ts.map +1 -1
- package/dist/lexicons/chat/bsky/actor/declaration.defs.js +1 -0
- package/dist/lexicons/chat/bsky/actor/declaration.defs.js.map +1 -1
- package/dist/lexicons/chat/bsky/actor/defs.defs.d.ts +43 -0
- package/dist/lexicons/chat/bsky/actor/defs.defs.d.ts.map +1 -1
- package/dist/lexicons/chat/bsky/actor/defs.defs.js +21 -1
- package/dist/lexicons/chat/bsky/actor/defs.defs.js.map +1 -1
- package/dist/lexicons/chat/bsky/authFullChatClient.defs.d.ts.map +1 -1
- package/dist/lexicons/chat/bsky/authFullChatClient.defs.js +18 -1
- package/dist/lexicons/chat/bsky/authFullChatClient.defs.js.map +1 -1
- package/dist/lexicons/chat/bsky/convo/acceptConvo.defs.d.ts +2 -1
- package/dist/lexicons/chat/bsky/convo/acceptConvo.defs.d.ts.map +1 -1
- package/dist/lexicons/chat/bsky/convo/acceptConvo.defs.js +2 -1
- package/dist/lexicons/chat/bsky/convo/acceptConvo.defs.js.map +1 -1
- package/dist/lexicons/chat/bsky/convo/addReaction.defs.d.ts +1 -1
- package/dist/lexicons/chat/bsky/convo/addReaction.defs.d.ts.map +1 -1
- package/dist/lexicons/chat/bsky/convo/addReaction.defs.js +7 -1
- package/dist/lexicons/chat/bsky/convo/addReaction.defs.js.map +1 -1
- package/dist/lexicons/chat/bsky/convo/defs.defs.d.ts +518 -3
- package/dist/lexicons/chat/bsky/convo/defs.defs.d.ts.map +1 -1
- package/dist/lexicons/chat/bsky/convo/defs.defs.js +248 -2
- package/dist/lexicons/chat/bsky/convo/defs.defs.js.map +1 -1
- package/dist/lexicons/chat/bsky/convo/deleteMessageForSelf.defs.d.ts +2 -1
- package/dist/lexicons/chat/bsky/convo/deleteMessageForSelf.defs.d.ts.map +1 -1
- package/dist/lexicons/chat/bsky/convo/deleteMessageForSelf.defs.js +2 -1
- package/dist/lexicons/chat/bsky/convo/deleteMessageForSelf.defs.js.map +1 -1
- package/dist/lexicons/chat/bsky/convo/getConvo.defs.d.ts +2 -1
- package/dist/lexicons/chat/bsky/convo/getConvo.defs.d.ts.map +1 -1
- package/dist/lexicons/chat/bsky/convo/getConvo.defs.js +2 -1
- package/dist/lexicons/chat/bsky/convo/getConvo.defs.js.map +1 -1
- package/dist/lexicons/chat/bsky/convo/getConvoAvailability.defs.d.ts +1 -1
- package/dist/lexicons/chat/bsky/convo/getConvoAvailability.defs.d.ts.map +1 -1
- package/dist/lexicons/chat/bsky/convo/getConvoAvailability.defs.js +1 -1
- package/dist/lexicons/chat/bsky/convo/getConvoAvailability.defs.js.map +1 -1
- package/dist/lexicons/chat/bsky/convo/getConvoForMembers.defs.d.ts +2 -1
- package/dist/lexicons/chat/bsky/convo/getConvoForMembers.defs.d.ts.map +1 -1
- package/dist/lexicons/chat/bsky/convo/getConvoForMembers.defs.js +8 -1
- package/dist/lexicons/chat/bsky/convo/getConvoForMembers.defs.js.map +1 -1
- package/dist/lexicons/chat/bsky/convo/getConvoMembers.d.ts +3 -0
- package/dist/lexicons/chat/bsky/convo/getConvoMembers.d.ts.map +1 -0
- package/dist/lexicons/chat/bsky/convo/getConvoMembers.defs.d.ts +26 -0
- package/dist/lexicons/chat/bsky/convo/getConvoMembers.defs.d.ts.map +1 -0
- package/dist/lexicons/chat/bsky/convo/getConvoMembers.defs.js +55 -0
- package/dist/lexicons/chat/bsky/convo/getConvoMembers.defs.js.map +1 -0
- package/dist/lexicons/chat/bsky/convo/getConvoMembers.js +45 -0
- package/dist/lexicons/chat/bsky/convo/getConvoMembers.js.map +1 -0
- package/dist/lexicons/chat/bsky/convo/getLog.defs.d.ts +2 -2
- package/dist/lexicons/chat/bsky/convo/getLog.defs.d.ts.map +1 -1
- package/dist/lexicons/chat/bsky/convo/getLog.defs.js +17 -0
- package/dist/lexicons/chat/bsky/convo/getLog.defs.js.map +1 -1
- package/dist/lexicons/chat/bsky/convo/getMessages.defs.d.ts +7 -3
- package/dist/lexicons/chat/bsky/convo/getMessages.defs.d.ts.map +1 -1
- package/dist/lexicons/chat/bsky/convo/getMessages.defs.js +5 -1
- package/dist/lexicons/chat/bsky/convo/getMessages.defs.js.map +1 -1
- package/dist/lexicons/chat/bsky/convo/leaveConvo.defs.d.ts +2 -1
- package/dist/lexicons/chat/bsky/convo/leaveConvo.defs.d.ts.map +1 -1
- package/dist/lexicons/chat/bsky/convo/leaveConvo.defs.js +2 -1
- package/dist/lexicons/chat/bsky/convo/leaveConvo.defs.js.map +1 -1
- package/dist/lexicons/chat/bsky/convo/listConvoRequests.d.ts +3 -0
- package/dist/lexicons/chat/bsky/convo/listConvoRequests.d.ts.map +1 -0
- package/dist/lexicons/chat/bsky/convo/listConvoRequests.defs.d.ts +25 -0
- package/dist/lexicons/chat/bsky/convo/listConvoRequests.defs.d.ts.map +1 -0
- package/dist/lexicons/chat/bsky/convo/listConvoRequests.defs.js +58 -0
- package/dist/lexicons/chat/bsky/convo/listConvoRequests.defs.js.map +1 -0
- package/dist/lexicons/chat/bsky/convo/listConvoRequests.js +45 -0
- package/dist/lexicons/chat/bsky/convo/listConvoRequests.js.map +1 -0
- package/dist/lexicons/chat/bsky/convo/listConvos.defs.d.ts +7 -0
- package/dist/lexicons/chat/bsky/convo/listConvos.defs.d.ts.map +1 -1
- package/dist/lexicons/chat/bsky/convo/listConvos.defs.js +2 -0
- package/dist/lexicons/chat/bsky/convo/listConvos.defs.js.map +1 -1
- package/dist/lexicons/chat/bsky/convo/lockConvo.d.ts +3 -0
- package/dist/lexicons/chat/bsky/convo/lockConvo.d.ts.map +1 -0
- package/dist/lexicons/chat/bsky/convo/lockConvo.defs.d.ts +22 -0
- package/dist/lexicons/chat/bsky/convo/lockConvo.defs.d.ts.map +1 -0
- package/dist/lexicons/chat/bsky/convo/lockConvo.defs.js +50 -0
- package/dist/lexicons/chat/bsky/convo/lockConvo.defs.js.map +1 -0
- package/dist/lexicons/chat/bsky/convo/lockConvo.js +45 -0
- package/dist/lexicons/chat/bsky/convo/lockConvo.js.map +1 -0
- package/dist/lexicons/chat/bsky/convo/muteConvo.defs.d.ts +2 -1
- package/dist/lexicons/chat/bsky/convo/muteConvo.defs.d.ts.map +1 -1
- package/dist/lexicons/chat/bsky/convo/muteConvo.defs.js +2 -1
- package/dist/lexicons/chat/bsky/convo/muteConvo.defs.js.map +1 -1
- package/dist/lexicons/chat/bsky/convo/removeReaction.defs.d.ts +1 -1
- package/dist/lexicons/chat/bsky/convo/removeReaction.defs.d.ts.map +1 -1
- package/dist/lexicons/chat/bsky/convo/removeReaction.defs.js +6 -1
- package/dist/lexicons/chat/bsky/convo/removeReaction.defs.js.map +1 -1
- package/dist/lexicons/chat/bsky/convo/sendMessage.defs.d.ts +2 -1
- package/dist/lexicons/chat/bsky/convo/sendMessage.defs.d.ts.map +1 -1
- package/dist/lexicons/chat/bsky/convo/sendMessage.defs.js +2 -1
- package/dist/lexicons/chat/bsky/convo/sendMessage.defs.js.map +1 -1
- package/dist/lexicons/chat/bsky/convo/sendMessageBatch.defs.d.ts +2 -1
- package/dist/lexicons/chat/bsky/convo/sendMessageBatch.defs.d.ts.map +1 -1
- package/dist/lexicons/chat/bsky/convo/sendMessageBatch.defs.js +2 -1
- package/dist/lexicons/chat/bsky/convo/sendMessageBatch.defs.js.map +1 -1
- package/dist/lexicons/chat/bsky/convo/unlockConvo.d.ts +3 -0
- package/dist/lexicons/chat/bsky/convo/unlockConvo.d.ts.map +1 -0
- package/dist/lexicons/chat/bsky/convo/unlockConvo.defs.d.ts +22 -0
- package/dist/lexicons/chat/bsky/convo/unlockConvo.defs.d.ts.map +1 -0
- package/dist/lexicons/chat/bsky/convo/unlockConvo.defs.js +50 -0
- package/dist/lexicons/chat/bsky/convo/unlockConvo.defs.js.map +1 -0
- package/dist/lexicons/chat/bsky/convo/unlockConvo.js +45 -0
- package/dist/lexicons/chat/bsky/convo/unlockConvo.js.map +1 -0
- package/dist/lexicons/chat/bsky/convo/unmuteConvo.defs.d.ts +2 -1
- package/dist/lexicons/chat/bsky/convo/unmuteConvo.defs.d.ts.map +1 -1
- package/dist/lexicons/chat/bsky/convo/unmuteConvo.defs.js +2 -1
- package/dist/lexicons/chat/bsky/convo/unmuteConvo.defs.js.map +1 -1
- package/dist/lexicons/chat/bsky/convo/updateAllRead.defs.d.ts +1 -0
- package/dist/lexicons/chat/bsky/convo/updateAllRead.defs.d.ts.map +1 -1
- package/dist/lexicons/chat/bsky/convo/updateAllRead.defs.js +1 -0
- package/dist/lexicons/chat/bsky/convo/updateAllRead.defs.js.map +1 -1
- package/dist/lexicons/chat/bsky/convo/updateRead.defs.d.ts +2 -1
- package/dist/lexicons/chat/bsky/convo/updateRead.defs.d.ts.map +1 -1
- package/dist/lexicons/chat/bsky/convo/updateRead.defs.js +2 -1
- package/dist/lexicons/chat/bsky/convo/updateRead.defs.js.map +1 -1
- package/dist/lexicons/chat/bsky/convo.d.ts +4 -0
- package/dist/lexicons/chat/bsky/convo.d.ts.map +1 -1
- package/dist/lexicons/chat/bsky/convo.js +5 -1
- package/dist/lexicons/chat/bsky/convo.js.map +1 -1
- package/dist/lexicons/chat/bsky/group/addMembers.d.ts +3 -0
- package/dist/lexicons/chat/bsky/group/addMembers.d.ts.map +1 -0
- package/dist/lexicons/chat/bsky/group/addMembers.defs.d.ts +31 -0
- package/dist/lexicons/chat/bsky/group/addMembers.defs.d.ts.map +1 -0
- package/dist/lexicons/chat/bsky/group/addMembers.defs.js +65 -0
- package/dist/lexicons/chat/bsky/group/addMembers.defs.js.map +1 -0
- package/dist/lexicons/chat/bsky/group/addMembers.js +45 -0
- package/dist/lexicons/chat/bsky/group/addMembers.js.map +1 -0
- package/dist/lexicons/chat/bsky/group/approveJoinRequest.d.ts +3 -0
- package/dist/lexicons/chat/bsky/group/approveJoinRequest.d.ts.map +1 -0
- package/dist/lexicons/chat/bsky/group/approveJoinRequest.defs.d.ts +28 -0
- package/dist/lexicons/chat/bsky/group/approveJoinRequest.defs.d.ts.map +1 -0
- package/dist/lexicons/chat/bsky/group/approveJoinRequest.defs.js +50 -0
- package/dist/lexicons/chat/bsky/group/approveJoinRequest.defs.js.map +1 -0
- package/dist/lexicons/chat/bsky/group/approveJoinRequest.js +45 -0
- package/dist/lexicons/chat/bsky/group/approveJoinRequest.js.map +1 -0
- package/dist/lexicons/chat/bsky/group/createGroup.d.ts +3 -0
- package/dist/lexicons/chat/bsky/group/createGroup.d.ts.map +1 -0
- package/dist/lexicons/chat/bsky/group/createGroup.defs.d.ts +36 -0
- package/dist/lexicons/chat/bsky/group/createGroup.defs.d.ts.map +1 -0
- package/dist/lexicons/chat/bsky/group/createGroup.defs.js +59 -0
- package/dist/lexicons/chat/bsky/group/createGroup.defs.js.map +1 -0
- package/dist/lexicons/chat/bsky/group/createGroup.js +45 -0
- package/dist/lexicons/chat/bsky/group/createGroup.js.map +1 -0
- package/dist/lexicons/chat/bsky/group/createJoinLink.d.ts +3 -0
- package/dist/lexicons/chat/bsky/group/createJoinLink.d.ts.map +1 -0
- package/dist/lexicons/chat/bsky/group/createJoinLink.defs.d.ts +26 -0
- package/dist/lexicons/chat/bsky/group/createJoinLink.defs.d.ts.map +1 -0
- package/dist/lexicons/chat/bsky/group/createJoinLink.defs.js +54 -0
- package/dist/lexicons/chat/bsky/group/createJoinLink.defs.js.map +1 -0
- package/dist/lexicons/chat/bsky/group/createJoinLink.js +45 -0
- package/dist/lexicons/chat/bsky/group/createJoinLink.js.map +1 -0
- package/dist/lexicons/chat/bsky/group/defs.d.ts +3 -0
- package/dist/lexicons/chat/bsky/group/defs.d.ts.map +1 -0
- package/dist/lexicons/chat/bsky/group/defs.defs.d.ts +47 -0
- package/dist/lexicons/chat/bsky/group/defs.defs.d.ts.map +1 -0
- package/dist/lexicons/chat/bsky/group/defs.defs.js +69 -0
- package/dist/lexicons/chat/bsky/group/defs.defs.js.map +1 -0
- package/dist/lexicons/chat/bsky/group/defs.js +45 -0
- package/dist/lexicons/chat/bsky/group/defs.js.map +1 -0
- package/dist/lexicons/chat/bsky/group/disableJoinLink.d.ts +3 -0
- package/dist/lexicons/chat/bsky/group/disableJoinLink.d.ts.map +1 -0
- package/dist/lexicons/chat/bsky/group/disableJoinLink.defs.d.ts +22 -0
- package/dist/lexicons/chat/bsky/group/disableJoinLink.defs.d.ts.map +1 -0
- package/dist/lexicons/chat/bsky/group/disableJoinLink.defs.js +50 -0
- package/dist/lexicons/chat/bsky/group/disableJoinLink.defs.js.map +1 -0
- package/dist/lexicons/chat/bsky/group/disableJoinLink.js +45 -0
- package/dist/lexicons/chat/bsky/group/disableJoinLink.js.map +1 -0
- package/dist/lexicons/chat/bsky/group/editGroup.d.ts +3 -0
- package/dist/lexicons/chat/bsky/group/editGroup.d.ts.map +1 -0
- package/dist/lexicons/chat/bsky/group/editGroup.defs.d.ts +32 -0
- package/dist/lexicons/chat/bsky/group/editGroup.defs.d.ts.map +1 -0
- package/dist/lexicons/chat/bsky/group/editGroup.defs.js +53 -0
- package/dist/lexicons/chat/bsky/group/editGroup.defs.js.map +1 -0
- package/dist/lexicons/chat/bsky/group/editGroup.js +45 -0
- package/dist/lexicons/chat/bsky/group/editGroup.js.map +1 -0
- package/dist/lexicons/chat/bsky/group/editJoinLink.d.ts +3 -0
- package/dist/lexicons/chat/bsky/group/editJoinLink.d.ts.map +1 -0
- package/dist/lexicons/chat/bsky/group/editJoinLink.defs.d.ts +26 -0
- package/dist/lexicons/chat/bsky/group/editJoinLink.defs.d.ts.map +1 -0
- package/dist/lexicons/chat/bsky/group/editJoinLink.defs.js +54 -0
- package/dist/lexicons/chat/bsky/group/editJoinLink.defs.js.map +1 -0
- package/dist/lexicons/chat/bsky/group/editJoinLink.js +45 -0
- package/dist/lexicons/chat/bsky/group/editJoinLink.js.map +1 -0
- package/dist/lexicons/chat/bsky/group/enableJoinLink.d.ts +3 -0
- package/dist/lexicons/chat/bsky/group/enableJoinLink.d.ts.map +1 -0
- package/dist/lexicons/chat/bsky/group/enableJoinLink.defs.d.ts +22 -0
- package/dist/lexicons/chat/bsky/group/enableJoinLink.defs.d.ts.map +1 -0
- package/dist/lexicons/chat/bsky/group/enableJoinLink.defs.js +50 -0
- package/dist/lexicons/chat/bsky/group/enableJoinLink.defs.js.map +1 -0
- package/dist/lexicons/chat/bsky/group/enableJoinLink.js +45 -0
- package/dist/lexicons/chat/bsky/group/enableJoinLink.js.map +1 -0
- package/dist/lexicons/chat/bsky/group/getGroupPublicInfo.d.ts +3 -0
- package/dist/lexicons/chat/bsky/group/getGroupPublicInfo.d.ts.map +1 -0
- package/dist/lexicons/chat/bsky/group/getGroupPublicInfo.defs.d.ts +20 -0
- package/dist/lexicons/chat/bsky/group/getGroupPublicInfo.defs.d.ts.map +1 -0
- package/dist/lexicons/chat/bsky/group/getGroupPublicInfo.defs.js +50 -0
- package/dist/lexicons/chat/bsky/group/getGroupPublicInfo.defs.js.map +1 -0
- package/dist/lexicons/chat/bsky/group/getGroupPublicInfo.js +45 -0
- package/dist/lexicons/chat/bsky/group/getGroupPublicInfo.js.map +1 -0
- package/dist/lexicons/chat/bsky/group/listJoinRequests.d.ts +3 -0
- package/dist/lexicons/chat/bsky/group/listJoinRequests.d.ts.map +1 -0
- package/dist/lexicons/chat/bsky/group/listJoinRequests.defs.d.ts +26 -0
- package/dist/lexicons/chat/bsky/group/listJoinRequests.defs.d.ts.map +1 -0
- package/dist/lexicons/chat/bsky/group/listJoinRequests.defs.js +55 -0
- package/dist/lexicons/chat/bsky/group/listJoinRequests.defs.js.map +1 -0
- package/dist/lexicons/chat/bsky/group/listJoinRequests.js +45 -0
- package/dist/lexicons/chat/bsky/group/listJoinRequests.js.map +1 -0
- package/dist/lexicons/chat/bsky/group/rejectJoinRequest.d.ts +3 -0
- package/dist/lexicons/chat/bsky/group/rejectJoinRequest.d.ts.map +1 -0
- package/dist/lexicons/chat/bsky/group/rejectJoinRequest.defs.d.ts +23 -0
- package/dist/lexicons/chat/bsky/group/rejectJoinRequest.defs.d.ts.map +1 -0
- package/dist/lexicons/chat/bsky/group/rejectJoinRequest.defs.js +14 -0
- package/dist/lexicons/chat/bsky/group/rejectJoinRequest.defs.js.map +1 -0
- package/dist/lexicons/chat/bsky/group/rejectJoinRequest.js +45 -0
- package/dist/lexicons/chat/bsky/group/rejectJoinRequest.js.map +1 -0
- package/dist/lexicons/chat/bsky/group/removeMembers.d.ts +3 -0
- package/dist/lexicons/chat/bsky/group/removeMembers.d.ts.map +1 -0
- package/dist/lexicons/chat/bsky/group/removeMembers.defs.d.ts +28 -0
- package/dist/lexicons/chat/bsky/group/removeMembers.defs.d.ts.map +1 -0
- package/dist/lexicons/chat/bsky/group/removeMembers.defs.js +53 -0
- package/dist/lexicons/chat/bsky/group/removeMembers.defs.js.map +1 -0
- package/dist/lexicons/chat/bsky/group/removeMembers.js +45 -0
- package/dist/lexicons/chat/bsky/group/removeMembers.js.map +1 -0
- package/dist/lexicons/chat/bsky/group/requestJoin.d.ts +3 -0
- package/dist/lexicons/chat/bsky/group/requestJoin.d.ts.map +1 -0
- package/dist/lexicons/chat/bsky/group/requestJoin.defs.d.ts +28 -0
- package/dist/lexicons/chat/bsky/group/requestJoin.defs.d.ts.map +1 -0
- package/dist/lexicons/chat/bsky/group/requestJoin.defs.js +58 -0
- package/dist/lexicons/chat/bsky/group/requestJoin.defs.js.map +1 -0
- package/dist/lexicons/chat/bsky/group/requestJoin.js +45 -0
- package/dist/lexicons/chat/bsky/group/requestJoin.js.map +1 -0
- package/dist/lexicons/chat/bsky/group.d.ts +15 -0
- package/dist/lexicons/chat/bsky/group.d.ts.map +1 -0
- package/dist/lexicons/chat/bsky/group.js +54 -0
- package/dist/lexicons/chat/bsky/group.js.map +1 -0
- package/dist/lexicons/chat/bsky/moderation/getMessageContext.defs.d.ts +2 -2
- package/dist/lexicons/chat/bsky/moderation/getMessageContext.defs.d.ts.map +1 -1
- package/dist/lexicons/chat/bsky/moderation/getMessageContext.defs.js +1 -0
- package/dist/lexicons/chat/bsky/moderation/getMessageContext.defs.js.map +1 -1
- package/dist/lexicons/chat/bsky/moderation/subscribeModEvents.d.ts +3 -0
- package/dist/lexicons/chat/bsky/moderation/subscribeModEvents.d.ts.map +1 -0
- package/dist/lexicons/chat/bsky/moderation/subscribeModEvents.defs.d.ts +32 -0
- package/dist/lexicons/chat/bsky/moderation/subscribeModEvents.defs.d.ts.map +1 -0
- package/dist/lexicons/chat/bsky/moderation/subscribeModEvents.defs.js +23 -0
- package/dist/lexicons/chat/bsky/moderation/subscribeModEvents.defs.js.map +1 -0
- package/dist/lexicons/chat/bsky/moderation/subscribeModEvents.js +45 -0
- package/dist/lexicons/chat/bsky/moderation/subscribeModEvents.js.map +1 -0
- package/dist/lexicons/chat/bsky/moderation.d.ts +1 -0
- package/dist/lexicons/chat/bsky/moderation.d.ts.map +1 -1
- package/dist/lexicons/chat/bsky/moderation.js +2 -1
- package/dist/lexicons/chat/bsky/moderation.js.map +1 -1
- 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 +2 -1
- package/dist/lexicons/chat/bsky.js.map +1 -1
- package/dist/lexicons/tools/ozone/moderation/defs.defs.d.ts +4 -0
- package/dist/lexicons/tools/ozone/moderation/defs.defs.d.ts.map +1 -1
- package/dist/lexicons/tools/ozone/moderation/defs.defs.js +1 -0
- package/dist/lexicons/tools/ozone/moderation/defs.defs.js.map +1 -1
- package/dist/proto/bsky_pb.d.ts +4 -0
- package/dist/proto/bsky_pb.d.ts.map +1 -1
- package/dist/proto/bsky_pb.js +10 -0
- package/dist/proto/bsky_pb.js.map +1 -1
- package/dist/proto/bsync_connect.d.ts +10 -1
- package/dist/proto/bsync_connect.d.ts.map +1 -1
- package/dist/proto/bsync_connect.js +9 -0
- package/dist/proto/bsync_connect.js.map +1 -1
- package/dist/proto/bsync_pb.d.ts +38 -0
- package/dist/proto/bsync_pb.d.ts.map +1 -1
- package/dist/proto/bsync_pb.js +113 -1
- package/dist/proto/bsync_pb.js.map +1 -1
- package/dist/views/index.d.ts +2 -1
- package/dist/views/index.d.ts.map +1 -1
- package/dist/views/index.js +10 -8
- package/dist/views/index.js.map +1 -1
- package/dist/views/types.d.ts +1 -0
- package/dist/views/types.d.ts.map +1 -1
- package/dist/views/types.js.map +1 -1
- package/package.json +3 -3
- package/proto/bsky.proto +1 -0
- package/src/api/age-assurance/const.ts +22 -0
- package/src/data-plane/server/routes/profile.ts +4 -0
- package/src/hydration/actor.ts +2 -0
- package/src/proto/bsky_pb.ts +6 -0
- package/src/proto/bsync_connect.ts +10 -1
- package/src/proto/bsync_pb.ts +80 -0
- package/src/views/index.ts +11 -8
- package/src/views/types.ts +1 -0
- package/tests/views/profile.test.ts +64 -0
- package/tsconfig.build.tsbuildinfo +1 -1
|
@@ -2,8 +2,27 @@ import { l } from '@atproto/lex';
|
|
|
2
2
|
import * as RichtextFacet from '../../../app/bsky/richtext/facet.defs.js';
|
|
3
3
|
import * as EmbedRecord from '../../../app/bsky/embed/record.defs.js';
|
|
4
4
|
import * as ActorDefs from '../actor/defs.defs.js';
|
|
5
|
+
import * as GroupDefs from '../group/defs.defs.js';
|
|
5
6
|
declare const $nsid = "chat.bsky.convo.defs";
|
|
6
7
|
export { $nsid };
|
|
8
|
+
type ConvoKind = 'direct' | 'group' | l.UnknownString;
|
|
9
|
+
export type { ConvoKind };
|
|
10
|
+
declare const convoKind: l.StringSchema<{
|
|
11
|
+
knownValues: ["direct", "group"];
|
|
12
|
+
}>;
|
|
13
|
+
export { convoKind };
|
|
14
|
+
type ConvoLockStatus = 'unlocked' | 'locked' | 'locked-permanently' | l.UnknownString;
|
|
15
|
+
export type { ConvoLockStatus };
|
|
16
|
+
declare const convoLockStatus: l.StringSchema<{
|
|
17
|
+
knownValues: ["unlocked", "locked", "locked-permanently"];
|
|
18
|
+
}>;
|
|
19
|
+
export { convoLockStatus };
|
|
20
|
+
type ConvoStatus = 'request' | 'accepted' | l.UnknownString;
|
|
21
|
+
export type { ConvoStatus };
|
|
22
|
+
declare const convoStatus: l.StringSchema<{
|
|
23
|
+
knownValues: ["request", "accepted"];
|
|
24
|
+
}>;
|
|
25
|
+
export { convoStatus };
|
|
7
26
|
type MessageRef = {
|
|
8
27
|
$type?: 'chat.bsky.convo.defs#messageRef';
|
|
9
28
|
did: l.DidString;
|
|
@@ -45,6 +64,171 @@ type MessageView = {
|
|
|
45
64
|
export type { MessageView };
|
|
46
65
|
declare const messageView: l.TypedObjectSchema<"chat.bsky.convo.defs#messageView", l.Validator<MessageView, MessageView>>;
|
|
47
66
|
export { messageView };
|
|
67
|
+
type SystemMessageReferredUser = {
|
|
68
|
+
$type?: 'chat.bsky.convo.defs#systemMessageReferredUser';
|
|
69
|
+
did: l.DidString;
|
|
70
|
+
};
|
|
71
|
+
export type { SystemMessageReferredUser };
|
|
72
|
+
declare const systemMessageReferredUser: l.TypedObjectSchema<"chat.bsky.convo.defs#systemMessageReferredUser", l.Validator<SystemMessageReferredUser, SystemMessageReferredUser>>;
|
|
73
|
+
export { systemMessageReferredUser };
|
|
74
|
+
/** [NOTE: This is under active development and should be considered unstable while this note is here]. */
|
|
75
|
+
type SystemMessageView = {
|
|
76
|
+
$type?: 'chat.bsky.convo.defs#systemMessageView';
|
|
77
|
+
id: string;
|
|
78
|
+
rev: string;
|
|
79
|
+
sentAt: l.DatetimeString;
|
|
80
|
+
data: l.$Typed<SystemMessageDataAddMember> | l.$Typed<SystemMessageDataRemoveMember> | l.$Typed<SystemMessageDataMemberJoin> | l.$Typed<SystemMessageDataMemberLeave> | l.$Typed<SystemMessageDataLockConvo> | l.$Typed<SystemMessageDataUnlockConvo> | l.$Typed<SystemMessageDataLockConvoPermanently> | l.$Typed<SystemMessageDataEditGroup> | l.$Typed<SystemMessageDataCreateJoinLink> | l.$Typed<SystemMessageDataEditJoinLink> | l.$Typed<SystemMessageDataEnableJoinLink> | l.$Typed<SystemMessageDataDisableJoinLink> | l.Unknown$TypedObject;
|
|
81
|
+
};
|
|
82
|
+
export type { SystemMessageView };
|
|
83
|
+
/** [NOTE: This is under active development and should be considered unstable while this note is here]. */
|
|
84
|
+
declare const systemMessageView: l.TypedObjectSchema<"chat.bsky.convo.defs#systemMessageView", l.Validator<SystemMessageView, SystemMessageView>>;
|
|
85
|
+
export { systemMessageView };
|
|
86
|
+
/** [NOTE: This is under active development and should be considered unstable while this note is here]. System message indicating a user was added to the group convo. */
|
|
87
|
+
type SystemMessageDataAddMember = {
|
|
88
|
+
$type?: 'chat.bsky.convo.defs#systemMessageDataAddMember';
|
|
89
|
+
/**
|
|
90
|
+
* Current view of the member who was added.
|
|
91
|
+
*/
|
|
92
|
+
member: SystemMessageReferredUser;
|
|
93
|
+
/**
|
|
94
|
+
* Role the user was added to the group with. The role from 'member' will reflect the current data, not historical.
|
|
95
|
+
*/
|
|
96
|
+
role: ActorDefs.MemberRole;
|
|
97
|
+
addedBy: SystemMessageReferredUser;
|
|
98
|
+
};
|
|
99
|
+
export type { SystemMessageDataAddMember };
|
|
100
|
+
/** [NOTE: This is under active development and should be considered unstable while this note is here]. System message indicating a user was added to the group convo. */
|
|
101
|
+
declare const systemMessageDataAddMember: l.TypedObjectSchema<"chat.bsky.convo.defs#systemMessageDataAddMember", l.Validator<SystemMessageDataAddMember, SystemMessageDataAddMember>>;
|
|
102
|
+
export { systemMessageDataAddMember };
|
|
103
|
+
/** [NOTE: This is under active development and should be considered unstable while this note is here]. System message indicating a user was removed from the group convo. */
|
|
104
|
+
type SystemMessageDataRemoveMember = {
|
|
105
|
+
$type?: 'chat.bsky.convo.defs#systemMessageDataRemoveMember';
|
|
106
|
+
/**
|
|
107
|
+
* Current view of the member who was removed.
|
|
108
|
+
*/
|
|
109
|
+
member: SystemMessageReferredUser;
|
|
110
|
+
removedBy: SystemMessageReferredUser;
|
|
111
|
+
};
|
|
112
|
+
export type { SystemMessageDataRemoveMember };
|
|
113
|
+
/** [NOTE: This is under active development and should be considered unstable while this note is here]. System message indicating a user was removed from the group convo. */
|
|
114
|
+
declare const systemMessageDataRemoveMember: l.TypedObjectSchema<"chat.bsky.convo.defs#systemMessageDataRemoveMember", l.Validator<SystemMessageDataRemoveMember, SystemMessageDataRemoveMember>>;
|
|
115
|
+
export { systemMessageDataRemoveMember };
|
|
116
|
+
/** [NOTE: This is under active development and should be considered unstable while this note is here]. System message indicating a user joined the group convo via join link. */
|
|
117
|
+
type SystemMessageDataMemberJoin = {
|
|
118
|
+
$type?: 'chat.bsky.convo.defs#systemMessageDataMemberJoin';
|
|
119
|
+
/**
|
|
120
|
+
* Current view of the member who joined.
|
|
121
|
+
*/
|
|
122
|
+
member: SystemMessageReferredUser;
|
|
123
|
+
/**
|
|
124
|
+
* Role the user was added to the group with. The role from 'member' will reflect the current data, not historical.
|
|
125
|
+
*/
|
|
126
|
+
role: ActorDefs.MemberRole;
|
|
127
|
+
/**
|
|
128
|
+
* If join link was configured to require approval, this will be set to who approved the request. Undefined if approval was not required.
|
|
129
|
+
*/
|
|
130
|
+
approvedBy?: SystemMessageReferredUser;
|
|
131
|
+
};
|
|
132
|
+
export type { SystemMessageDataMemberJoin };
|
|
133
|
+
/** [NOTE: This is under active development and should be considered unstable while this note is here]. System message indicating a user joined the group convo via join link. */
|
|
134
|
+
declare const systemMessageDataMemberJoin: l.TypedObjectSchema<"chat.bsky.convo.defs#systemMessageDataMemberJoin", l.Validator<SystemMessageDataMemberJoin, SystemMessageDataMemberJoin>>;
|
|
135
|
+
export { systemMessageDataMemberJoin };
|
|
136
|
+
/** [NOTE: This is under active development and should be considered unstable while this note is here]. System message indicating a user voluntarily left the group convo. */
|
|
137
|
+
type SystemMessageDataMemberLeave = {
|
|
138
|
+
$type?: 'chat.bsky.convo.defs#systemMessageDataMemberLeave';
|
|
139
|
+
/**
|
|
140
|
+
* Current view of the member who left the group.
|
|
141
|
+
*/
|
|
142
|
+
member: SystemMessageReferredUser;
|
|
143
|
+
};
|
|
144
|
+
export type { SystemMessageDataMemberLeave };
|
|
145
|
+
/** [NOTE: This is under active development and should be considered unstable while this note is here]. System message indicating a user voluntarily left the group convo. */
|
|
146
|
+
declare const systemMessageDataMemberLeave: l.TypedObjectSchema<"chat.bsky.convo.defs#systemMessageDataMemberLeave", l.Validator<SystemMessageDataMemberLeave, SystemMessageDataMemberLeave>>;
|
|
147
|
+
export { systemMessageDataMemberLeave };
|
|
148
|
+
/** [NOTE: This is under active development and should be considered unstable while this note is here]. System message indicating the group convo was locked. */
|
|
149
|
+
type SystemMessageDataLockConvo = {
|
|
150
|
+
$type?: 'chat.bsky.convo.defs#systemMessageDataLockConvo';
|
|
151
|
+
/**
|
|
152
|
+
* Current view of the member who locked the group.
|
|
153
|
+
*/
|
|
154
|
+
lockedBy: SystemMessageReferredUser;
|
|
155
|
+
};
|
|
156
|
+
export type { SystemMessageDataLockConvo };
|
|
157
|
+
/** [NOTE: This is under active development and should be considered unstable while this note is here]. System message indicating the group convo was locked. */
|
|
158
|
+
declare const systemMessageDataLockConvo: l.TypedObjectSchema<"chat.bsky.convo.defs#systemMessageDataLockConvo", l.Validator<SystemMessageDataLockConvo, SystemMessageDataLockConvo>>;
|
|
159
|
+
export { systemMessageDataLockConvo };
|
|
160
|
+
/** [NOTE: This is under active development and should be considered unstable while this note is here]. System message indicating the group convo was unlocked. */
|
|
161
|
+
type SystemMessageDataUnlockConvo = {
|
|
162
|
+
$type?: 'chat.bsky.convo.defs#systemMessageDataUnlockConvo';
|
|
163
|
+
/**
|
|
164
|
+
* Current view of the member who unlocked the group.
|
|
165
|
+
*/
|
|
166
|
+
unlockedBy: SystemMessageReferredUser;
|
|
167
|
+
};
|
|
168
|
+
export type { SystemMessageDataUnlockConvo };
|
|
169
|
+
/** [NOTE: This is under active development and should be considered unstable while this note is here]. System message indicating the group convo was unlocked. */
|
|
170
|
+
declare const systemMessageDataUnlockConvo: l.TypedObjectSchema<"chat.bsky.convo.defs#systemMessageDataUnlockConvo", l.Validator<SystemMessageDataUnlockConvo, SystemMessageDataUnlockConvo>>;
|
|
171
|
+
export { systemMessageDataUnlockConvo };
|
|
172
|
+
/** [NOTE: This is under active development and should be considered unstable while this note is here]. System message indicating the group convo was locked permanently. */
|
|
173
|
+
type SystemMessageDataLockConvoPermanently = {
|
|
174
|
+
$type?: 'chat.bsky.convo.defs#systemMessageDataLockConvoPermanently';
|
|
175
|
+
/**
|
|
176
|
+
* Current view of the member who locked the group.
|
|
177
|
+
*/
|
|
178
|
+
lockedBy: SystemMessageReferredUser;
|
|
179
|
+
};
|
|
180
|
+
export type { SystemMessageDataLockConvoPermanently };
|
|
181
|
+
/** [NOTE: This is under active development and should be considered unstable while this note is here]. System message indicating the group convo was locked permanently. */
|
|
182
|
+
declare const systemMessageDataLockConvoPermanently: l.TypedObjectSchema<"chat.bsky.convo.defs#systemMessageDataLockConvoPermanently", l.Validator<SystemMessageDataLockConvoPermanently, SystemMessageDataLockConvoPermanently>>;
|
|
183
|
+
export { systemMessageDataLockConvoPermanently };
|
|
184
|
+
/** [NOTE: This is under active development and should be considered unstable while this note is here]. System message indicating the group info was edited. */
|
|
185
|
+
type SystemMessageDataEditGroup = {
|
|
186
|
+
$type?: 'chat.bsky.convo.defs#systemMessageDataEditGroup';
|
|
187
|
+
/**
|
|
188
|
+
* Group name that was replaced.
|
|
189
|
+
*/
|
|
190
|
+
oldName?: string;
|
|
191
|
+
/**
|
|
192
|
+
* Group name that replaced the old.
|
|
193
|
+
*/
|
|
194
|
+
newName?: string;
|
|
195
|
+
};
|
|
196
|
+
export type { SystemMessageDataEditGroup };
|
|
197
|
+
/** [NOTE: This is under active development and should be considered unstable while this note is here]. System message indicating the group info was edited. */
|
|
198
|
+
declare const systemMessageDataEditGroup: l.TypedObjectSchema<"chat.bsky.convo.defs#systemMessageDataEditGroup", l.Validator<SystemMessageDataEditGroup, SystemMessageDataEditGroup>>;
|
|
199
|
+
export { systemMessageDataEditGroup };
|
|
200
|
+
/** [NOTE: This is under active development and should be considered unstable while this note is here]. System message indicating the group join link was created. */
|
|
201
|
+
type SystemMessageDataCreateJoinLink = {
|
|
202
|
+
$type?: 'chat.bsky.convo.defs#systemMessageDataCreateJoinLink';
|
|
203
|
+
};
|
|
204
|
+
export type { SystemMessageDataCreateJoinLink };
|
|
205
|
+
/** [NOTE: This is under active development and should be considered unstable while this note is here]. System message indicating the group join link was created. */
|
|
206
|
+
declare const systemMessageDataCreateJoinLink: l.TypedObjectSchema<"chat.bsky.convo.defs#systemMessageDataCreateJoinLink", l.Validator<SystemMessageDataCreateJoinLink, SystemMessageDataCreateJoinLink>>;
|
|
207
|
+
export { systemMessageDataCreateJoinLink };
|
|
208
|
+
/** [NOTE: This is under active development and should be considered unstable while this note is here]. System message indicating the group join link was edited. */
|
|
209
|
+
type SystemMessageDataEditJoinLink = {
|
|
210
|
+
$type?: 'chat.bsky.convo.defs#systemMessageDataEditJoinLink';
|
|
211
|
+
};
|
|
212
|
+
export type { SystemMessageDataEditJoinLink };
|
|
213
|
+
/** [NOTE: This is under active development and should be considered unstable while this note is here]. System message indicating the group join link was edited. */
|
|
214
|
+
declare const systemMessageDataEditJoinLink: l.TypedObjectSchema<"chat.bsky.convo.defs#systemMessageDataEditJoinLink", l.Validator<SystemMessageDataEditJoinLink, SystemMessageDataEditJoinLink>>;
|
|
215
|
+
export { systemMessageDataEditJoinLink };
|
|
216
|
+
/** [NOTE: This is under active development and should be considered unstable while this note is here]. System message indicating the group join link was enabled. */
|
|
217
|
+
type SystemMessageDataEnableJoinLink = {
|
|
218
|
+
$type?: 'chat.bsky.convo.defs#systemMessageDataEnableJoinLink';
|
|
219
|
+
};
|
|
220
|
+
export type { SystemMessageDataEnableJoinLink };
|
|
221
|
+
/** [NOTE: This is under active development and should be considered unstable while this note is here]. System message indicating the group join link was enabled. */
|
|
222
|
+
declare const systemMessageDataEnableJoinLink: l.TypedObjectSchema<"chat.bsky.convo.defs#systemMessageDataEnableJoinLink", l.Validator<SystemMessageDataEnableJoinLink, SystemMessageDataEnableJoinLink>>;
|
|
223
|
+
export { systemMessageDataEnableJoinLink };
|
|
224
|
+
/** [NOTE: This is under active development and should be considered unstable while this note is here]. System message indicating the group join link was disabled. */
|
|
225
|
+
type SystemMessageDataDisableJoinLink = {
|
|
226
|
+
$type?: 'chat.bsky.convo.defs#systemMessageDataDisableJoinLink';
|
|
227
|
+
};
|
|
228
|
+
export type { SystemMessageDataDisableJoinLink };
|
|
229
|
+
/** [NOTE: This is under active development and should be considered unstable while this note is here]. System message indicating the group join link was disabled. */
|
|
230
|
+
declare const systemMessageDataDisableJoinLink: l.TypedObjectSchema<"chat.bsky.convo.defs#systemMessageDataDisableJoinLink", l.Validator<SystemMessageDataDisableJoinLink, SystemMessageDataDisableJoinLink>>;
|
|
231
|
+
export { systemMessageDataDisableJoinLink };
|
|
48
232
|
type DeletedMessageView = {
|
|
49
233
|
$type?: 'chat.bsky.convo.defs#deletedMessageView';
|
|
50
234
|
id: string;
|
|
@@ -90,65 +274,122 @@ type ConvoView = {
|
|
|
90
274
|
$type?: 'chat.bsky.convo.defs#convoView';
|
|
91
275
|
id: string;
|
|
92
276
|
rev: string;
|
|
277
|
+
/**
|
|
278
|
+
* Members of this conversation. For direct convos, it will be an immutable list of the 2 members. For group convos, it will a list of important members (the first few members, the viewer, the member who invited the viewer, the member who sent the last message, the member who sent the last reaction), but will not contain the full list of members. Use chat.bsky.convo.getConvoMembers to list all members.
|
|
279
|
+
*/
|
|
93
280
|
members: ActorDefs.ProfileViewBasic[];
|
|
94
|
-
lastMessage?: l.$Typed<MessageView> | l.$Typed<DeletedMessageView> | l.Unknown$TypedObject;
|
|
281
|
+
lastMessage?: l.$Typed<MessageView> | l.$Typed<DeletedMessageView> | l.$Typed<SystemMessageView> | l.Unknown$TypedObject;
|
|
95
282
|
lastReaction?: l.$Typed<MessageAndReactionView> | l.Unknown$TypedObject;
|
|
96
283
|
muted: boolean;
|
|
97
|
-
|
|
284
|
+
/**
|
|
285
|
+
* Convo status for the viewer member (not the convo itself).
|
|
286
|
+
*/
|
|
287
|
+
status?: ConvoStatus;
|
|
98
288
|
unreadCount: number;
|
|
289
|
+
/**
|
|
290
|
+
* Union field that has data specific to different kinds of convos.
|
|
291
|
+
*/
|
|
292
|
+
kind?: l.$Typed<DirectConvo> | l.$Typed<GroupConvo> | l.Unknown$TypedObject;
|
|
99
293
|
};
|
|
100
294
|
export type { ConvoView };
|
|
101
295
|
declare const convoView: l.TypedObjectSchema<"chat.bsky.convo.defs#convoView", l.Validator<ConvoView, ConvoView>>;
|
|
102
296
|
export { convoView };
|
|
297
|
+
/** [NOTE: This is under active development and should be considered unstable while this note is here]. */
|
|
298
|
+
type DirectConvo = {
|
|
299
|
+
$type?: 'chat.bsky.convo.defs#directConvo';
|
|
300
|
+
};
|
|
301
|
+
export type { DirectConvo };
|
|
302
|
+
/** [NOTE: This is under active development and should be considered unstable while this note is here]. */
|
|
303
|
+
declare const directConvo: l.TypedObjectSchema<"chat.bsky.convo.defs#directConvo", l.Validator<DirectConvo, DirectConvo>>;
|
|
304
|
+
export { directConvo };
|
|
305
|
+
/** [NOTE: This is under active development and should be considered unstable while this note is here]. */
|
|
306
|
+
type GroupConvo = {
|
|
307
|
+
$type?: 'chat.bsky.convo.defs#groupConvo';
|
|
308
|
+
/**
|
|
309
|
+
* The display name of the group conversation.
|
|
310
|
+
*/
|
|
311
|
+
name: string;
|
|
312
|
+
/**
|
|
313
|
+
* The total number of members in the group conversation.
|
|
314
|
+
*/
|
|
315
|
+
memberCount: number;
|
|
316
|
+
createdAt: l.DatetimeString;
|
|
317
|
+
joinLink?: GroupDefs.JoinLinkView;
|
|
318
|
+
/**
|
|
319
|
+
* The lock status of the conversation.
|
|
320
|
+
*/
|
|
321
|
+
lockStatus: ConvoLockStatus;
|
|
322
|
+
};
|
|
323
|
+
export type { GroupConvo };
|
|
324
|
+
/** [NOTE: This is under active development and should be considered unstable while this note is here]. */
|
|
325
|
+
declare const groupConvo: l.TypedObjectSchema<"chat.bsky.convo.defs#groupConvo", l.Validator<GroupConvo, GroupConvo>>;
|
|
326
|
+
export { groupConvo };
|
|
327
|
+
/** Event indicating a convo containing the viewer was started. Can be direct or group. When a member is added to a group convo, they also get this event. */
|
|
103
328
|
type LogBeginConvo = {
|
|
104
329
|
$type?: 'chat.bsky.convo.defs#logBeginConvo';
|
|
105
330
|
rev: string;
|
|
106
331
|
convoId: string;
|
|
107
332
|
};
|
|
108
333
|
export type { LogBeginConvo };
|
|
334
|
+
/** Event indicating a convo containing the viewer was started. Can be direct or group. When a member is added to a group convo, they also get this event. */
|
|
109
335
|
declare const logBeginConvo: l.TypedObjectSchema<"chat.bsky.convo.defs#logBeginConvo", l.Validator<LogBeginConvo, LogBeginConvo>>;
|
|
110
336
|
export { logBeginConvo };
|
|
337
|
+
/** Event indicating the viewer accepted a convo, and it can be moved out of the request inbox. Can be direct or group. */
|
|
111
338
|
type LogAcceptConvo = {
|
|
112
339
|
$type?: 'chat.bsky.convo.defs#logAcceptConvo';
|
|
113
340
|
rev: string;
|
|
114
341
|
convoId: string;
|
|
115
342
|
};
|
|
116
343
|
export type { LogAcceptConvo };
|
|
344
|
+
/** Event indicating the viewer accepted a convo, and it can be moved out of the request inbox. Can be direct or group. */
|
|
117
345
|
declare const logAcceptConvo: l.TypedObjectSchema<"chat.bsky.convo.defs#logAcceptConvo", l.Validator<LogAcceptConvo, LogAcceptConvo>>;
|
|
118
346
|
export { logAcceptConvo };
|
|
347
|
+
/** Event indicating the viewer left a convo. Can be direct or group. */
|
|
119
348
|
type LogLeaveConvo = {
|
|
120
349
|
$type?: 'chat.bsky.convo.defs#logLeaveConvo';
|
|
121
350
|
rev: string;
|
|
122
351
|
convoId: string;
|
|
123
352
|
};
|
|
124
353
|
export type { LogLeaveConvo };
|
|
354
|
+
/** Event indicating the viewer left a convo. Can be direct or group. */
|
|
125
355
|
declare const logLeaveConvo: l.TypedObjectSchema<"chat.bsky.convo.defs#logLeaveConvo", l.Validator<LogLeaveConvo, LogLeaveConvo>>;
|
|
126
356
|
export { logLeaveConvo };
|
|
357
|
+
/** Event indicating the viewer muted a convo. Can be direct or group. */
|
|
127
358
|
type LogMuteConvo = {
|
|
128
359
|
$type?: 'chat.bsky.convo.defs#logMuteConvo';
|
|
129
360
|
rev: string;
|
|
130
361
|
convoId: string;
|
|
131
362
|
};
|
|
132
363
|
export type { LogMuteConvo };
|
|
364
|
+
/** Event indicating the viewer muted a convo. Can be direct or group. */
|
|
133
365
|
declare const logMuteConvo: l.TypedObjectSchema<"chat.bsky.convo.defs#logMuteConvo", l.Validator<LogMuteConvo, LogMuteConvo>>;
|
|
134
366
|
export { logMuteConvo };
|
|
367
|
+
/** Event indicating the viewer unmuted a convo. Can be direct or group. */
|
|
135
368
|
type LogUnmuteConvo = {
|
|
136
369
|
$type?: 'chat.bsky.convo.defs#logUnmuteConvo';
|
|
137
370
|
rev: string;
|
|
138
371
|
convoId: string;
|
|
139
372
|
};
|
|
140
373
|
export type { LogUnmuteConvo };
|
|
374
|
+
/** Event indicating the viewer unmuted a convo. Can be direct or group. */
|
|
141
375
|
declare const logUnmuteConvo: l.TypedObjectSchema<"chat.bsky.convo.defs#logUnmuteConvo", l.Validator<LogUnmuteConvo, LogUnmuteConvo>>;
|
|
142
376
|
export { logUnmuteConvo };
|
|
377
|
+
/** Event indicating a user-originated message was created. Is not emitted for system messages. */
|
|
143
378
|
type LogCreateMessage = {
|
|
144
379
|
$type?: 'chat.bsky.convo.defs#logCreateMessage';
|
|
145
380
|
rev: string;
|
|
146
381
|
convoId: string;
|
|
147
382
|
message: l.$Typed<MessageView> | l.$Typed<DeletedMessageView> | l.Unknown$TypedObject;
|
|
383
|
+
/**
|
|
384
|
+
* Profiles referred to in the message view. This isn't required for compatibility, because it was added later, but should generally be present.
|
|
385
|
+
*/
|
|
386
|
+
relatedProfiles?: ActorDefs.ProfileViewBasic[];
|
|
148
387
|
};
|
|
149
388
|
export type { LogCreateMessage };
|
|
389
|
+
/** Event indicating a user-originated message was created. Is not emitted for system messages. */
|
|
150
390
|
declare const logCreateMessage: l.TypedObjectSchema<"chat.bsky.convo.defs#logCreateMessage", l.Validator<LogCreateMessage, LogCreateMessage>>;
|
|
151
391
|
export { logCreateMessage };
|
|
392
|
+
/** Event indicating a user-originated message was deleted. Is not emitted for system messages. */
|
|
152
393
|
type LogDeleteMessage = {
|
|
153
394
|
$type?: 'chat.bsky.convo.defs#logDeleteMessage';
|
|
154
395
|
rev: string;
|
|
@@ -156,35 +397,309 @@ type LogDeleteMessage = {
|
|
|
156
397
|
message: l.$Typed<MessageView> | l.$Typed<DeletedMessageView> | l.Unknown$TypedObject;
|
|
157
398
|
};
|
|
158
399
|
export type { LogDeleteMessage };
|
|
400
|
+
/** Event indicating a user-originated message was deleted. Is not emitted for system messages. */
|
|
159
401
|
declare const logDeleteMessage: l.TypedObjectSchema<"chat.bsky.convo.defs#logDeleteMessage", l.Validator<LogDeleteMessage, LogDeleteMessage>>;
|
|
160
402
|
export { logDeleteMessage };
|
|
403
|
+
/** @deprecated use logReadConvo instead. Event indicating a convo was read up to a certain message. */
|
|
161
404
|
type LogReadMessage = {
|
|
162
405
|
$type?: 'chat.bsky.convo.defs#logReadMessage';
|
|
163
406
|
rev: string;
|
|
164
407
|
convoId: string;
|
|
165
|
-
message: l.$Typed<MessageView> | l.$Typed<DeletedMessageView> | l.Unknown$TypedObject;
|
|
408
|
+
message: l.$Typed<MessageView> | l.$Typed<DeletedMessageView> | l.$Typed<SystemMessageView> | l.Unknown$TypedObject;
|
|
166
409
|
};
|
|
167
410
|
export type { LogReadMessage };
|
|
411
|
+
/** @deprecated use logReadConvo instead. Event indicating a convo was read up to a certain message. */
|
|
168
412
|
declare const logReadMessage: l.TypedObjectSchema<"chat.bsky.convo.defs#logReadMessage", l.Validator<LogReadMessage, LogReadMessage>>;
|
|
169
413
|
export { logReadMessage };
|
|
414
|
+
/** Event indicating a reaction was added to a message. */
|
|
170
415
|
type LogAddReaction = {
|
|
171
416
|
$type?: 'chat.bsky.convo.defs#logAddReaction';
|
|
172
417
|
rev: string;
|
|
173
418
|
convoId: string;
|
|
174
419
|
message: l.$Typed<MessageView> | l.$Typed<DeletedMessageView> | l.Unknown$TypedObject;
|
|
175
420
|
reaction: ReactionView;
|
|
421
|
+
/**
|
|
422
|
+
* Profiles referred in the message and reaction views. This isn't required for compatibility, because it was added later, but should generally be present.
|
|
423
|
+
*/
|
|
424
|
+
relatedProfiles?: ActorDefs.ProfileViewBasic[];
|
|
176
425
|
};
|
|
177
426
|
export type { LogAddReaction };
|
|
427
|
+
/** Event indicating a reaction was added to a message. */
|
|
178
428
|
declare const logAddReaction: l.TypedObjectSchema<"chat.bsky.convo.defs#logAddReaction", l.Validator<LogAddReaction, LogAddReaction>>;
|
|
179
429
|
export { logAddReaction };
|
|
430
|
+
/** Event indicating a reaction was removed from a message. */
|
|
180
431
|
type LogRemoveReaction = {
|
|
181
432
|
$type?: 'chat.bsky.convo.defs#logRemoveReaction';
|
|
182
433
|
rev: string;
|
|
183
434
|
convoId: string;
|
|
184
435
|
message: l.$Typed<MessageView> | l.$Typed<DeletedMessageView> | l.Unknown$TypedObject;
|
|
185
436
|
reaction: ReactionView;
|
|
437
|
+
/**
|
|
438
|
+
* Profiles referred in the message and reaction views. This isn't required for compatibility, because it was added later, but should generally be present.
|
|
439
|
+
*/
|
|
440
|
+
relatedProfiles?: ActorDefs.ProfileViewBasic[];
|
|
186
441
|
};
|
|
187
442
|
export type { LogRemoveReaction };
|
|
443
|
+
/** Event indicating a reaction was removed from a message. */
|
|
188
444
|
declare const logRemoveReaction: l.TypedObjectSchema<"chat.bsky.convo.defs#logRemoveReaction", l.Validator<LogRemoveReaction, LogRemoveReaction>>;
|
|
189
445
|
export { logRemoveReaction };
|
|
446
|
+
/** [NOTE: This is under active development and should be considered unstable while this note is here]. Event indicating a convo was read up to a certain message. */
|
|
447
|
+
type LogReadConvo = {
|
|
448
|
+
$type?: 'chat.bsky.convo.defs#logReadConvo';
|
|
449
|
+
rev: string;
|
|
450
|
+
convoId: string;
|
|
451
|
+
message: l.$Typed<MessageView> | l.$Typed<DeletedMessageView> | l.$Typed<SystemMessageView> | l.Unknown$TypedObject;
|
|
452
|
+
};
|
|
453
|
+
export type { LogReadConvo };
|
|
454
|
+
/** [NOTE: This is under active development and should be considered unstable while this note is here]. Event indicating a convo was read up to a certain message. */
|
|
455
|
+
declare const logReadConvo: l.TypedObjectSchema<"chat.bsky.convo.defs#logReadConvo", l.Validator<LogReadConvo, LogReadConvo>>;
|
|
456
|
+
export { logReadConvo };
|
|
457
|
+
/** [NOTE: This is under active development and should be considered unstable while this note is here]. Event indicating a member was added to a group convo. The member who was added gets a logBeginConvo (to create the convo) but also a logAddMember (to show the system message as the first message the user sees). */
|
|
458
|
+
type LogAddMember = {
|
|
459
|
+
$type?: 'chat.bsky.convo.defs#logAddMember';
|
|
460
|
+
rev: string;
|
|
461
|
+
convoId: string;
|
|
462
|
+
/**
|
|
463
|
+
* A system message with data of type #systemMessageDataAddMember
|
|
464
|
+
*/
|
|
465
|
+
message: SystemMessageView;
|
|
466
|
+
/**
|
|
467
|
+
* Profiles referred in the system message.
|
|
468
|
+
*/
|
|
469
|
+
relatedProfiles: ActorDefs.ProfileViewBasic[];
|
|
470
|
+
};
|
|
471
|
+
export type { LogAddMember };
|
|
472
|
+
/** [NOTE: This is under active development and should be considered unstable while this note is here]. Event indicating a member was added to a group convo. The member who was added gets a logBeginConvo (to create the convo) but also a logAddMember (to show the system message as the first message the user sees). */
|
|
473
|
+
declare const logAddMember: l.TypedObjectSchema<"chat.bsky.convo.defs#logAddMember", l.Validator<LogAddMember, LogAddMember>>;
|
|
474
|
+
export { logAddMember };
|
|
475
|
+
/** [NOTE: This is under active development and should be considered unstable while this note is here]. Event indicating a member was removed from a group convo. The member who was removed gets a logLeaveConvo (to leave the convo) but not a logRemoveMember (because they already left, so can't see the system message). */
|
|
476
|
+
type LogRemoveMember = {
|
|
477
|
+
$type?: 'chat.bsky.convo.defs#logRemoveMember';
|
|
478
|
+
rev: string;
|
|
479
|
+
convoId: string;
|
|
480
|
+
/**
|
|
481
|
+
* A system message with data of type #systemMessageDataRemoveMember
|
|
482
|
+
*/
|
|
483
|
+
message: SystemMessageView;
|
|
484
|
+
/**
|
|
485
|
+
* Profiles referred in the system message.
|
|
486
|
+
*/
|
|
487
|
+
relatedProfiles: ActorDefs.ProfileViewBasic[];
|
|
488
|
+
};
|
|
489
|
+
export type { LogRemoveMember };
|
|
490
|
+
/** [NOTE: This is under active development and should be considered unstable while this note is here]. Event indicating a member was removed from a group convo. The member who was removed gets a logLeaveConvo (to leave the convo) but not a logRemoveMember (because they already left, so can't see the system message). */
|
|
491
|
+
declare const logRemoveMember: l.TypedObjectSchema<"chat.bsky.convo.defs#logRemoveMember", l.Validator<LogRemoveMember, LogRemoveMember>>;
|
|
492
|
+
export { logRemoveMember };
|
|
493
|
+
/** [NOTE: This is under active development and should be considered unstable while this note is here]. Event indicating a member joined a group convo via join link. The member who was added gets a logBeginConvo (to create the convo) but also a logMemberJoin (to show the system message as the first message the user sees). */
|
|
494
|
+
type LogMemberJoin = {
|
|
495
|
+
$type?: 'chat.bsky.convo.defs#logMemberJoin';
|
|
496
|
+
rev: string;
|
|
497
|
+
convoId: string;
|
|
498
|
+
/**
|
|
499
|
+
* A system message with data of type #systemMessageDataMemberJoin
|
|
500
|
+
*/
|
|
501
|
+
message: SystemMessageView;
|
|
502
|
+
/**
|
|
503
|
+
* Profiles referred in the system message.
|
|
504
|
+
*/
|
|
505
|
+
relatedProfiles: ActorDefs.ProfileViewBasic[];
|
|
506
|
+
};
|
|
507
|
+
export type { LogMemberJoin };
|
|
508
|
+
/** [NOTE: This is under active development and should be considered unstable while this note is here]. Event indicating a member joined a group convo via join link. The member who was added gets a logBeginConvo (to create the convo) but also a logMemberJoin (to show the system message as the first message the user sees). */
|
|
509
|
+
declare const logMemberJoin: l.TypedObjectSchema<"chat.bsky.convo.defs#logMemberJoin", l.Validator<LogMemberJoin, LogMemberJoin>>;
|
|
510
|
+
export { logMemberJoin };
|
|
511
|
+
/** [NOTE: This is under active development and should be considered unstable while this note is here]. Event indicating a member voluntarily left a group convo. The member who was removed gets a logLeaveConvo (to leave the convo) but not a logMemberLeave (because they already left, so can't see the system message). */
|
|
512
|
+
type LogMemberLeave = {
|
|
513
|
+
$type?: 'chat.bsky.convo.defs#logMemberLeave';
|
|
514
|
+
rev: string;
|
|
515
|
+
convoId: string;
|
|
516
|
+
/**
|
|
517
|
+
* A system message with data of type #systemMessageDataMemberLeave
|
|
518
|
+
*/
|
|
519
|
+
message: SystemMessageView;
|
|
520
|
+
/**
|
|
521
|
+
* Profiles referred in the system message.
|
|
522
|
+
*/
|
|
523
|
+
relatedProfiles: ActorDefs.ProfileViewBasic[];
|
|
524
|
+
};
|
|
525
|
+
export type { LogMemberLeave };
|
|
526
|
+
/** [NOTE: This is under active development and should be considered unstable while this note is here]. Event indicating a member voluntarily left a group convo. The member who was removed gets a logLeaveConvo (to leave the convo) but not a logMemberLeave (because they already left, so can't see the system message). */
|
|
527
|
+
declare const logMemberLeave: l.TypedObjectSchema<"chat.bsky.convo.defs#logMemberLeave", l.Validator<LogMemberLeave, LogMemberLeave>>;
|
|
528
|
+
export { logMemberLeave };
|
|
529
|
+
/** [NOTE: This is under active development and should be considered unstable while this note is here]. Event indicating a group convo was locked. */
|
|
530
|
+
type LogLockConvo = {
|
|
531
|
+
$type?: 'chat.bsky.convo.defs#logLockConvo';
|
|
532
|
+
rev: string;
|
|
533
|
+
convoId: string;
|
|
534
|
+
/**
|
|
535
|
+
* A system message with data of type #systemMessageDataLockConvo
|
|
536
|
+
*/
|
|
537
|
+
message: SystemMessageView;
|
|
538
|
+
/**
|
|
539
|
+
* Profiles referred in the system message.
|
|
540
|
+
*/
|
|
541
|
+
relatedProfiles: ActorDefs.ProfileViewBasic[];
|
|
542
|
+
};
|
|
543
|
+
export type { LogLockConvo };
|
|
544
|
+
/** [NOTE: This is under active development and should be considered unstable while this note is here]. Event indicating a group convo was locked. */
|
|
545
|
+
declare const logLockConvo: l.TypedObjectSchema<"chat.bsky.convo.defs#logLockConvo", l.Validator<LogLockConvo, LogLockConvo>>;
|
|
546
|
+
export { logLockConvo };
|
|
547
|
+
/** [NOTE: This is under active development and should be considered unstable while this note is here]. Event indicating a group convo was unlocked. */
|
|
548
|
+
type LogUnlockConvo = {
|
|
549
|
+
$type?: 'chat.bsky.convo.defs#logUnlockConvo';
|
|
550
|
+
rev: string;
|
|
551
|
+
convoId: string;
|
|
552
|
+
/**
|
|
553
|
+
* A system message with data of type #systemMessageDataUnlockConvo
|
|
554
|
+
*/
|
|
555
|
+
message: SystemMessageView;
|
|
556
|
+
/**
|
|
557
|
+
* Profiles referred in the system message.
|
|
558
|
+
*/
|
|
559
|
+
relatedProfiles: ActorDefs.ProfileViewBasic[];
|
|
560
|
+
};
|
|
561
|
+
export type { LogUnlockConvo };
|
|
562
|
+
/** [NOTE: This is under active development and should be considered unstable while this note is here]. Event indicating a group convo was unlocked. */
|
|
563
|
+
declare const logUnlockConvo: l.TypedObjectSchema<"chat.bsky.convo.defs#logUnlockConvo", l.Validator<LogUnlockConvo, LogUnlockConvo>>;
|
|
564
|
+
export { logUnlockConvo };
|
|
565
|
+
/** [NOTE: This is under active development and should be considered unstable while this note is here]. Event indicating a group convo was locked permanently. */
|
|
566
|
+
type LogLockConvoPermanently = {
|
|
567
|
+
$type?: 'chat.bsky.convo.defs#logLockConvoPermanently';
|
|
568
|
+
rev: string;
|
|
569
|
+
convoId: string;
|
|
570
|
+
/**
|
|
571
|
+
* A system message with data of type #systemMessageDataLockConvoPermanently
|
|
572
|
+
*/
|
|
573
|
+
message: SystemMessageView;
|
|
574
|
+
/**
|
|
575
|
+
* Profiles referred in the system message.
|
|
576
|
+
*/
|
|
577
|
+
relatedProfiles: ActorDefs.ProfileViewBasic[];
|
|
578
|
+
};
|
|
579
|
+
export type { LogLockConvoPermanently };
|
|
580
|
+
/** [NOTE: This is under active development and should be considered unstable while this note is here]. Event indicating a group convo was locked permanently. */
|
|
581
|
+
declare const logLockConvoPermanently: l.TypedObjectSchema<"chat.bsky.convo.defs#logLockConvoPermanently", l.Validator<LogLockConvoPermanently, LogLockConvoPermanently>>;
|
|
582
|
+
export { logLockConvoPermanently };
|
|
583
|
+
/** [NOTE: This is under active development and should be considered unstable while this note is here]. Event indicating info about group convo was edited. */
|
|
584
|
+
type LogEditGroup = {
|
|
585
|
+
$type?: 'chat.bsky.convo.defs#logEditGroup';
|
|
586
|
+
rev: string;
|
|
587
|
+
convoId: string;
|
|
588
|
+
/**
|
|
589
|
+
* A system message with data of type #systemMessageDataEditGroup
|
|
590
|
+
*/
|
|
591
|
+
message: SystemMessageView;
|
|
592
|
+
};
|
|
593
|
+
export type { LogEditGroup };
|
|
594
|
+
/** [NOTE: This is under active development and should be considered unstable while this note is here]. Event indicating info about group convo was edited. */
|
|
595
|
+
declare const logEditGroup: l.TypedObjectSchema<"chat.bsky.convo.defs#logEditGroup", l.Validator<LogEditGroup, LogEditGroup>>;
|
|
596
|
+
export { logEditGroup };
|
|
597
|
+
/** [NOTE: This is under active development and should be considered unstable while this note is here]. Event indicating a join link was created for a group convo. */
|
|
598
|
+
type LogCreateJoinLink = {
|
|
599
|
+
$type?: 'chat.bsky.convo.defs#logCreateJoinLink';
|
|
600
|
+
rev: string;
|
|
601
|
+
convoId: string;
|
|
602
|
+
/**
|
|
603
|
+
* A system message with data of type #systemMessageDataCreateJoinLink
|
|
604
|
+
*/
|
|
605
|
+
message: SystemMessageView;
|
|
606
|
+
};
|
|
607
|
+
export type { LogCreateJoinLink };
|
|
608
|
+
/** [NOTE: This is under active development and should be considered unstable while this note is here]. Event indicating a join link was created for a group convo. */
|
|
609
|
+
declare const logCreateJoinLink: l.TypedObjectSchema<"chat.bsky.convo.defs#logCreateJoinLink", l.Validator<LogCreateJoinLink, LogCreateJoinLink>>;
|
|
610
|
+
export { logCreateJoinLink };
|
|
611
|
+
/** [NOTE: This is under active development and should be considered unstable while this note is here]. Event indicating a settings about a join link for a group convo were edited. */
|
|
612
|
+
type LogEditJoinLink = {
|
|
613
|
+
$type?: 'chat.bsky.convo.defs#logEditJoinLink';
|
|
614
|
+
rev: string;
|
|
615
|
+
convoId: string;
|
|
616
|
+
/**
|
|
617
|
+
* A system message with data of type #systemMessageDataEditJoinLink
|
|
618
|
+
*/
|
|
619
|
+
message: SystemMessageView;
|
|
620
|
+
};
|
|
621
|
+
export type { LogEditJoinLink };
|
|
622
|
+
/** [NOTE: This is under active development and should be considered unstable while this note is here]. Event indicating a settings about a join link for a group convo were edited. */
|
|
623
|
+
declare const logEditJoinLink: l.TypedObjectSchema<"chat.bsky.convo.defs#logEditJoinLink", l.Validator<LogEditJoinLink, LogEditJoinLink>>;
|
|
624
|
+
export { logEditJoinLink };
|
|
625
|
+
/** [NOTE: This is under active development and should be considered unstable while this note is here]. Event indicating a join link was enabled for a group convo. */
|
|
626
|
+
type LogEnableJoinLink = {
|
|
627
|
+
$type?: 'chat.bsky.convo.defs#logEnableJoinLink';
|
|
628
|
+
rev: string;
|
|
629
|
+
convoId: string;
|
|
630
|
+
/**
|
|
631
|
+
* A system message with data of type #systemMessageDataEnableJoinLink
|
|
632
|
+
*/
|
|
633
|
+
message: SystemMessageView;
|
|
634
|
+
};
|
|
635
|
+
export type { LogEnableJoinLink };
|
|
636
|
+
/** [NOTE: This is under active development and should be considered unstable while this note is here]. Event indicating a join link was enabled for a group convo. */
|
|
637
|
+
declare const logEnableJoinLink: l.TypedObjectSchema<"chat.bsky.convo.defs#logEnableJoinLink", l.Validator<LogEnableJoinLink, LogEnableJoinLink>>;
|
|
638
|
+
export { logEnableJoinLink };
|
|
639
|
+
/** [NOTE: This is under active development and should be considered unstable while this note is here]. Event indicating a join link was disabled for a group convo. */
|
|
640
|
+
type LogDisableJoinLink = {
|
|
641
|
+
$type?: 'chat.bsky.convo.defs#logDisableJoinLink';
|
|
642
|
+
rev: string;
|
|
643
|
+
convoId: string;
|
|
644
|
+
/**
|
|
645
|
+
* A system message with data of type #systemMessageDataDisableJoinLink
|
|
646
|
+
*/
|
|
647
|
+
message: SystemMessageView;
|
|
648
|
+
};
|
|
649
|
+
export type { LogDisableJoinLink };
|
|
650
|
+
/** [NOTE: This is under active development and should be considered unstable while this note is here]. Event indicating a join link was disabled for a group convo. */
|
|
651
|
+
declare const logDisableJoinLink: l.TypedObjectSchema<"chat.bsky.convo.defs#logDisableJoinLink", l.Validator<LogDisableJoinLink, LogDisableJoinLink>>;
|
|
652
|
+
export { logDisableJoinLink };
|
|
653
|
+
/** [NOTE: This is under active development and should be considered unstable while this note is here]. Event indicating a join request was made to a group the viewer owns. Only the owner gets this. */
|
|
654
|
+
type LogIncomingJoinRequest = {
|
|
655
|
+
$type?: 'chat.bsky.convo.defs#logIncomingJoinRequest';
|
|
656
|
+
rev: string;
|
|
657
|
+
convoId: string;
|
|
658
|
+
/**
|
|
659
|
+
* Prospective member who requested to join.
|
|
660
|
+
*/
|
|
661
|
+
member: ActorDefs.ProfileViewBasic;
|
|
662
|
+
};
|
|
663
|
+
export type { LogIncomingJoinRequest };
|
|
664
|
+
/** [NOTE: This is under active development and should be considered unstable while this note is here]. Event indicating a join request was made to a group the viewer owns. Only the owner gets this. */
|
|
665
|
+
declare const logIncomingJoinRequest: l.TypedObjectSchema<"chat.bsky.convo.defs#logIncomingJoinRequest", l.Validator<LogIncomingJoinRequest, LogIncomingJoinRequest>>;
|
|
666
|
+
export { logIncomingJoinRequest };
|
|
667
|
+
/** [NOTE: This is under active development and should be considered unstable while this note is here]. Event indicating a join request was approved by the viewer. Only the owner gets this. The approved member gets a logBeginConvo. */
|
|
668
|
+
type LogApproveJoinRequest = {
|
|
669
|
+
$type?: 'chat.bsky.convo.defs#logApproveJoinRequest';
|
|
670
|
+
rev: string;
|
|
671
|
+
convoId: string;
|
|
672
|
+
/**
|
|
673
|
+
* Prospective member who requested to join.
|
|
674
|
+
*/
|
|
675
|
+
member: ActorDefs.ProfileViewBasic;
|
|
676
|
+
};
|
|
677
|
+
export type { LogApproveJoinRequest };
|
|
678
|
+
/** [NOTE: This is under active development and should be considered unstable while this note is here]. Event indicating a join request was approved by the viewer. Only the owner gets this. The approved member gets a logBeginConvo. */
|
|
679
|
+
declare const logApproveJoinRequest: l.TypedObjectSchema<"chat.bsky.convo.defs#logApproveJoinRequest", l.Validator<LogApproveJoinRequest, LogApproveJoinRequest>>;
|
|
680
|
+
export { logApproveJoinRequest };
|
|
681
|
+
/** [NOTE: This is under active development and should be considered unstable while this note is here]. Event indicating a join request was rejected by the viewer. Only the owner gets this. */
|
|
682
|
+
type LogRejectJoinRequest = {
|
|
683
|
+
$type?: 'chat.bsky.convo.defs#logRejectJoinRequest';
|
|
684
|
+
rev: string;
|
|
685
|
+
convoId: string;
|
|
686
|
+
/**
|
|
687
|
+
* Prospective member who requested to join.
|
|
688
|
+
*/
|
|
689
|
+
member: ActorDefs.ProfileViewBasic;
|
|
690
|
+
};
|
|
691
|
+
export type { LogRejectJoinRequest };
|
|
692
|
+
/** [NOTE: This is under active development and should be considered unstable while this note is here]. Event indicating a join request was rejected by the viewer. Only the owner gets this. */
|
|
693
|
+
declare const logRejectJoinRequest: l.TypedObjectSchema<"chat.bsky.convo.defs#logRejectJoinRequest", l.Validator<LogRejectJoinRequest, LogRejectJoinRequest>>;
|
|
694
|
+
export { logRejectJoinRequest };
|
|
695
|
+
/** [NOTE: This is under active development and should be considered unstable while this note is here]. Event indicating a join request was made by the viewer. */
|
|
696
|
+
type LogOutgoingJoinRequest = {
|
|
697
|
+
$type?: 'chat.bsky.convo.defs#logOutgoingJoinRequest';
|
|
698
|
+
rev: string;
|
|
699
|
+
convoId: string;
|
|
700
|
+
};
|
|
701
|
+
export type { LogOutgoingJoinRequest };
|
|
702
|
+
/** [NOTE: This is under active development and should be considered unstable while this note is here]. Event indicating a join request was made by the viewer. */
|
|
703
|
+
declare const logOutgoingJoinRequest: l.TypedObjectSchema<"chat.bsky.convo.defs#logOutgoingJoinRequest", l.Validator<LogOutgoingJoinRequest, LogOutgoingJoinRequest>>;
|
|
704
|
+
export { logOutgoingJoinRequest };
|
|
190
705
|
//# sourceMappingURL=defs.defs.d.ts.map
|