@atproto/pds 0.4.219 → 0.4.221
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/account-manager/account-manager.d.ts +17 -0
- package/dist/account-manager/account-manager.d.ts.map +1 -1
- package/dist/account-manager/account-manager.js +27 -3
- package/dist/account-manager/account-manager.js.map +1 -1
- package/dist/account-manager/oauth-store.d.ts.map +1 -1
- package/dist/account-manager/oauth-store.js +9 -1
- package/dist/account-manager/oauth-store.js.map +1 -1
- package/dist/auth-verifier.d.ts +1 -0
- package/dist/auth-verifier.d.ts.map +1 -1
- package/dist/auth-verifier.js +7 -13
- package/dist/auth-verifier.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3 -1
- package/dist/index.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.js +1 -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 +505 -3
- package/dist/lexicons/chat/bsky/convo/defs.defs.d.ts.map +1 -1
- package/dist/lexicons/chat/bsky/convo/defs.defs.js +244 -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/package.json +4 -5
- package/src/account-manager/account-manager.ts +23 -2
- package/src/account-manager/oauth-store.ts +10 -2
- package/src/auth-verifier.ts +3 -11
- package/src/index.ts +5 -1
- package/tests/auth.test.ts +92 -1
- package/tests/entryway-mock.ts +317 -0
- package/tests/entryway.test.ts +18 -100
- package/tsconfig.build.tsbuildinfo +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"defs.defs.d.ts","sourceRoot":"","sources":["../../../../../src/lexicons/chat/bsky/convo/defs.defs.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"defs.defs.d.ts","sourceRoot":"","sources":["../../../../../src/lexicons/chat/bsky/convo/defs.defs.ts"],"names":[],"mappings":"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"}
|
|
@@ -36,13 +36,21 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
};
|
|
37
37
|
})();
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.logRemoveReaction = exports.logAddReaction = exports.logReadMessage = exports.logDeleteMessage = exports.logCreateMessage = exports.logUnmuteConvo = exports.logMuteConvo = exports.logLeaveConvo = exports.logAcceptConvo = exports.logBeginConvo = exports.convoView = exports.messageAndReactionView = exports.reactionViewSender = exports.reactionView = exports.messageViewSender = exports.deletedMessageView = exports.messageView = exports.messageInput = exports.messageRef = exports.$nsid = void 0;
|
|
39
|
+
exports.logEditJoinLink = exports.logCreateJoinLink = exports.logEditGroup = exports.logLockConvoPermanently = exports.logUnlockConvo = exports.logLockConvo = exports.logMemberLeave = exports.logMemberJoin = exports.logRemoveMember = exports.logAddMember = exports.logReadConvo = exports.logRemoveReaction = exports.logAddReaction = exports.logReadMessage = exports.logDeleteMessage = exports.logCreateMessage = exports.logUnmuteConvo = exports.logMuteConvo = exports.logLeaveConvo = exports.logAcceptConvo = exports.logBeginConvo = exports.groupConvo = exports.directConvo = exports.convoView = exports.messageAndReactionView = exports.reactionViewSender = exports.reactionView = exports.messageViewSender = exports.deletedMessageView = exports.systemMessageDataDisableJoinLink = exports.systemMessageDataEnableJoinLink = exports.systemMessageDataEditJoinLink = exports.systemMessageDataCreateJoinLink = exports.systemMessageDataEditGroup = exports.systemMessageDataLockConvoPermanently = exports.systemMessageDataUnlockConvo = exports.systemMessageDataLockConvo = exports.systemMessageDataMemberLeave = exports.systemMessageDataMemberJoin = exports.systemMessageDataRemoveMember = exports.systemMessageDataAddMember = exports.systemMessageView = exports.systemMessageReferredUser = exports.messageView = exports.messageInput = exports.messageRef = exports.convoStatus = exports.convoLockStatus = exports.convoKind = exports.$nsid = void 0;
|
|
40
|
+
exports.logOutgoingJoinRequest = exports.logRejectJoinRequest = exports.logApproveJoinRequest = exports.logIncomingJoinRequest = exports.logDisableJoinLink = exports.logEnableJoinLink = void 0;
|
|
40
41
|
const lex_1 = require("@atproto/lex");
|
|
41
42
|
const RichtextFacet = __importStar(require("../../../app/bsky/richtext/facet.defs.js"));
|
|
42
43
|
const EmbedRecord = __importStar(require("../../../app/bsky/embed/record.defs.js"));
|
|
43
44
|
const ActorDefs = __importStar(require("../actor/defs.defs.js"));
|
|
45
|
+
const GroupDefs = __importStar(require("../group/defs.defs.js"));
|
|
44
46
|
const $nsid = 'chat.bsky.convo.defs';
|
|
45
47
|
exports.$nsid = $nsid;
|
|
48
|
+
const convoKind = lex_1.l.string();
|
|
49
|
+
exports.convoKind = convoKind;
|
|
50
|
+
const convoLockStatus = lex_1.l.string();
|
|
51
|
+
exports.convoLockStatus = convoLockStatus;
|
|
52
|
+
const convoStatus = lex_1.l.string();
|
|
53
|
+
exports.convoStatus = convoStatus;
|
|
46
54
|
const messageRef = lex_1.l.typedObject($nsid, 'messageRef', lex_1.l.object({
|
|
47
55
|
did: lex_1.l.string({ format: 'did' }),
|
|
48
56
|
convoId: lex_1.l.string(),
|
|
@@ -66,6 +74,87 @@ const messageView = lex_1.l.typedObject($nsid, 'messageView', lex_1.l.object({
|
|
|
66
74
|
sentAt: lex_1.l.string({ format: 'datetime' }),
|
|
67
75
|
}));
|
|
68
76
|
exports.messageView = messageView;
|
|
77
|
+
const systemMessageReferredUser = lex_1.l.typedObject($nsid, 'systemMessageReferredUser', lex_1.l.object({ did: lex_1.l.string({ format: 'did' }) }));
|
|
78
|
+
exports.systemMessageReferredUser = systemMessageReferredUser;
|
|
79
|
+
/** [NOTE: This is under active development and should be considered unstable while this note is here]. */
|
|
80
|
+
const systemMessageView = lex_1.l.typedObject($nsid, 'systemMessageView', lex_1.l.object({
|
|
81
|
+
id: lex_1.l.string(),
|
|
82
|
+
rev: lex_1.l.string(),
|
|
83
|
+
sentAt: lex_1.l.string({ format: 'datetime' }),
|
|
84
|
+
data: lex_1.l.typedUnion([
|
|
85
|
+
lex_1.l.typedRef((() => systemMessageDataAddMember)),
|
|
86
|
+
lex_1.l.typedRef((() => systemMessageDataRemoveMember)),
|
|
87
|
+
lex_1.l.typedRef((() => systemMessageDataMemberJoin)),
|
|
88
|
+
lex_1.l.typedRef((() => systemMessageDataMemberLeave)),
|
|
89
|
+
lex_1.l.typedRef((() => systemMessageDataLockConvo)),
|
|
90
|
+
lex_1.l.typedRef((() => systemMessageDataUnlockConvo)),
|
|
91
|
+
lex_1.l.typedRef((() => systemMessageDataLockConvoPermanently)),
|
|
92
|
+
lex_1.l.typedRef((() => systemMessageDataEditGroup)),
|
|
93
|
+
lex_1.l.typedRef((() => systemMessageDataCreateJoinLink)),
|
|
94
|
+
lex_1.l.typedRef((() => systemMessageDataEditJoinLink)),
|
|
95
|
+
lex_1.l.typedRef((() => systemMessageDataEnableJoinLink)),
|
|
96
|
+
lex_1.l.typedRef((() => systemMessageDataDisableJoinLink)),
|
|
97
|
+
], false),
|
|
98
|
+
}));
|
|
99
|
+
exports.systemMessageView = systemMessageView;
|
|
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
|
+
const systemMessageDataAddMember = lex_1.l.typedObject($nsid, 'systemMessageDataAddMember', lex_1.l.object({
|
|
102
|
+
member: lex_1.l.ref((() => systemMessageReferredUser)),
|
|
103
|
+
role: lex_1.l.ref((() => ActorDefs.memberRole)),
|
|
104
|
+
addedBy: lex_1.l.ref((() => systemMessageReferredUser)),
|
|
105
|
+
}));
|
|
106
|
+
exports.systemMessageDataAddMember = systemMessageDataAddMember;
|
|
107
|
+
/** [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. */
|
|
108
|
+
const systemMessageDataRemoveMember = lex_1.l.typedObject($nsid, 'systemMessageDataRemoveMember', lex_1.l.object({
|
|
109
|
+
member: lex_1.l.ref((() => systemMessageReferredUser)),
|
|
110
|
+
removedBy: lex_1.l.ref((() => systemMessageReferredUser)),
|
|
111
|
+
}));
|
|
112
|
+
exports.systemMessageDataRemoveMember = systemMessageDataRemoveMember;
|
|
113
|
+
/** [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. */
|
|
114
|
+
const systemMessageDataMemberJoin = lex_1.l.typedObject($nsid, 'systemMessageDataMemberJoin', lex_1.l.object({
|
|
115
|
+
member: lex_1.l.ref((() => systemMessageReferredUser)),
|
|
116
|
+
role: lex_1.l.ref((() => ActorDefs.memberRole)),
|
|
117
|
+
approvedBy: lex_1.l.optional(lex_1.l.ref((() => systemMessageReferredUser))),
|
|
118
|
+
}));
|
|
119
|
+
exports.systemMessageDataMemberJoin = systemMessageDataMemberJoin;
|
|
120
|
+
/** [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. */
|
|
121
|
+
const systemMessageDataMemberLeave = lex_1.l.typedObject($nsid, 'systemMessageDataMemberLeave', lex_1.l.object({
|
|
122
|
+
member: lex_1.l.ref((() => systemMessageReferredUser)),
|
|
123
|
+
}));
|
|
124
|
+
exports.systemMessageDataMemberLeave = systemMessageDataMemberLeave;
|
|
125
|
+
/** [NOTE: This is under active development and should be considered unstable while this note is here]. System message indicating the group convo was locked. */
|
|
126
|
+
const systemMessageDataLockConvo = lex_1.l.typedObject($nsid, 'systemMessageDataLockConvo', lex_1.l.object({
|
|
127
|
+
lockedBy: lex_1.l.ref((() => systemMessageReferredUser)),
|
|
128
|
+
}));
|
|
129
|
+
exports.systemMessageDataLockConvo = systemMessageDataLockConvo;
|
|
130
|
+
/** [NOTE: This is under active development and should be considered unstable while this note is here]. System message indicating the group convo was unlocked. */
|
|
131
|
+
const systemMessageDataUnlockConvo = lex_1.l.typedObject($nsid, 'systemMessageDataUnlockConvo', lex_1.l.object({
|
|
132
|
+
unlockedBy: lex_1.l.ref((() => systemMessageReferredUser)),
|
|
133
|
+
}));
|
|
134
|
+
exports.systemMessageDataUnlockConvo = systemMessageDataUnlockConvo;
|
|
135
|
+
/** [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. */
|
|
136
|
+
const systemMessageDataLockConvoPermanently = lex_1.l.typedObject($nsid, 'systemMessageDataLockConvoPermanently', lex_1.l.object({
|
|
137
|
+
lockedBy: lex_1.l.ref((() => systemMessageReferredUser)),
|
|
138
|
+
}));
|
|
139
|
+
exports.systemMessageDataLockConvoPermanently = systemMessageDataLockConvoPermanently;
|
|
140
|
+
/** [NOTE: This is under active development and should be considered unstable while this note is here]. System message indicating the group info was edited. */
|
|
141
|
+
const systemMessageDataEditGroup = lex_1.l.typedObject($nsid, 'systemMessageDataEditGroup', lex_1.l.object({
|
|
142
|
+
oldName: lex_1.l.optional(lex_1.l.string()),
|
|
143
|
+
newName: lex_1.l.optional(lex_1.l.string()),
|
|
144
|
+
}));
|
|
145
|
+
exports.systemMessageDataEditGroup = systemMessageDataEditGroup;
|
|
146
|
+
/** [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. */
|
|
147
|
+
const systemMessageDataCreateJoinLink = lex_1.l.typedObject($nsid, 'systemMessageDataCreateJoinLink', lex_1.l.object({}));
|
|
148
|
+
exports.systemMessageDataCreateJoinLink = systemMessageDataCreateJoinLink;
|
|
149
|
+
/** [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. */
|
|
150
|
+
const systemMessageDataEditJoinLink = lex_1.l.typedObject($nsid, 'systemMessageDataEditJoinLink', lex_1.l.object({}));
|
|
151
|
+
exports.systemMessageDataEditJoinLink = systemMessageDataEditJoinLink;
|
|
152
|
+
/** [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. */
|
|
153
|
+
const systemMessageDataEnableJoinLink = lex_1.l.typedObject($nsid, 'systemMessageDataEnableJoinLink', lex_1.l.object({}));
|
|
154
|
+
exports.systemMessageDataEnableJoinLink = systemMessageDataEnableJoinLink;
|
|
155
|
+
/** [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. */
|
|
156
|
+
const systemMessageDataDisableJoinLink = lex_1.l.typedObject($nsid, 'systemMessageDataDisableJoinLink', lex_1.l.object({}));
|
|
157
|
+
exports.systemMessageDataDisableJoinLink = systemMessageDataDisableJoinLink;
|
|
69
158
|
const deletedMessageView = lex_1.l.typedObject($nsid, 'deletedMessageView', lex_1.l.object({
|
|
70
159
|
id: lex_1.l.string(),
|
|
71
160
|
rev: lex_1.l.string(),
|
|
@@ -95,25 +184,47 @@ const convoView = lex_1.l.typedObject($nsid, 'convoView', lex_1.l.object({
|
|
|
95
184
|
lastMessage: lex_1.l.optional(lex_1.l.typedUnion([
|
|
96
185
|
lex_1.l.typedRef((() => messageView)),
|
|
97
186
|
lex_1.l.typedRef((() => deletedMessageView)),
|
|
187
|
+
lex_1.l.typedRef((() => systemMessageView)),
|
|
98
188
|
], false)),
|
|
99
189
|
lastReaction: lex_1.l.optional(lex_1.l.typedUnion([
|
|
100
190
|
lex_1.l.typedRef((() => messageAndReactionView)),
|
|
101
191
|
], false)),
|
|
102
192
|
muted: lex_1.l.boolean(),
|
|
103
|
-
status: lex_1.l.optional(lex_1.l.
|
|
193
|
+
status: lex_1.l.optional(lex_1.l.ref((() => convoStatus))),
|
|
104
194
|
unreadCount: lex_1.l.integer(),
|
|
195
|
+
kind: lex_1.l.optional(lex_1.l.typedUnion([
|
|
196
|
+
lex_1.l.typedRef((() => directConvo)),
|
|
197
|
+
lex_1.l.typedRef((() => groupConvo)),
|
|
198
|
+
], false)),
|
|
105
199
|
}));
|
|
106
200
|
exports.convoView = convoView;
|
|
201
|
+
/** [NOTE: This is under active development and should be considered unstable while this note is here]. */
|
|
202
|
+
const directConvo = lex_1.l.typedObject($nsid, 'directConvo', lex_1.l.object({}));
|
|
203
|
+
exports.directConvo = directConvo;
|
|
204
|
+
/** [NOTE: This is under active development and should be considered unstable while this note is here]. */
|
|
205
|
+
const groupConvo = lex_1.l.typedObject($nsid, 'groupConvo', lex_1.l.object({
|
|
206
|
+
name: lex_1.l.string({ maxGraphemes: 128, maxLength: 1280 }),
|
|
207
|
+
memberCount: lex_1.l.integer(),
|
|
208
|
+
joinLink: lex_1.l.optional(lex_1.l.ref((() => GroupDefs.joinLinkView))),
|
|
209
|
+
lockStatus: lex_1.l.ref((() => convoLockStatus)),
|
|
210
|
+
}));
|
|
211
|
+
exports.groupConvo = groupConvo;
|
|
212
|
+
/** 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. */
|
|
107
213
|
const logBeginConvo = lex_1.l.typedObject($nsid, 'logBeginConvo', lex_1.l.object({ rev: lex_1.l.string(), convoId: lex_1.l.string() }));
|
|
108
214
|
exports.logBeginConvo = logBeginConvo;
|
|
215
|
+
/** Event indicating the viewer accepted a convo, and it can be moved out of the request inbox. Can be direct or group. */
|
|
109
216
|
const logAcceptConvo = lex_1.l.typedObject($nsid, 'logAcceptConvo', lex_1.l.object({ rev: lex_1.l.string(), convoId: lex_1.l.string() }));
|
|
110
217
|
exports.logAcceptConvo = logAcceptConvo;
|
|
218
|
+
/** Event indicating the viewer left a convo. Can be direct or group. */
|
|
111
219
|
const logLeaveConvo = lex_1.l.typedObject($nsid, 'logLeaveConvo', lex_1.l.object({ rev: lex_1.l.string(), convoId: lex_1.l.string() }));
|
|
112
220
|
exports.logLeaveConvo = logLeaveConvo;
|
|
221
|
+
/** Event indicating the viewer muted a convo. Can be direct or group. */
|
|
113
222
|
const logMuteConvo = lex_1.l.typedObject($nsid, 'logMuteConvo', lex_1.l.object({ rev: lex_1.l.string(), convoId: lex_1.l.string() }));
|
|
114
223
|
exports.logMuteConvo = logMuteConvo;
|
|
224
|
+
/** Event indicating the viewer unmuted a convo. Can be direct or group. */
|
|
115
225
|
const logUnmuteConvo = lex_1.l.typedObject($nsid, 'logUnmuteConvo', lex_1.l.object({ rev: lex_1.l.string(), convoId: lex_1.l.string() }));
|
|
116
226
|
exports.logUnmuteConvo = logUnmuteConvo;
|
|
227
|
+
/** Event indicating a user-originated message was created. Is not emitted for system messages. */
|
|
117
228
|
const logCreateMessage = lex_1.l.typedObject($nsid, 'logCreateMessage', lex_1.l.object({
|
|
118
229
|
rev: lex_1.l.string(),
|
|
119
230
|
convoId: lex_1.l.string(),
|
|
@@ -123,6 +234,7 @@ const logCreateMessage = lex_1.l.typedObject($nsid, 'logCreateMessage', lex_1.l.
|
|
|
123
234
|
], false),
|
|
124
235
|
}));
|
|
125
236
|
exports.logCreateMessage = logCreateMessage;
|
|
237
|
+
/** Event indicating a user-originated message was deleted. Is not emitted for system messages. */
|
|
126
238
|
const logDeleteMessage = lex_1.l.typedObject($nsid, 'logDeleteMessage', lex_1.l.object({
|
|
127
239
|
rev: lex_1.l.string(),
|
|
128
240
|
convoId: lex_1.l.string(),
|
|
@@ -132,15 +244,18 @@ const logDeleteMessage = lex_1.l.typedObject($nsid, 'logDeleteMessage', lex_1.l.
|
|
|
132
244
|
], false),
|
|
133
245
|
}));
|
|
134
246
|
exports.logDeleteMessage = logDeleteMessage;
|
|
247
|
+
/** @deprecated use logReadConvo instead. Event indicating a convo was read up to a certain message. */
|
|
135
248
|
const logReadMessage = lex_1.l.typedObject($nsid, 'logReadMessage', lex_1.l.object({
|
|
136
249
|
rev: lex_1.l.string(),
|
|
137
250
|
convoId: lex_1.l.string(),
|
|
138
251
|
message: lex_1.l.typedUnion([
|
|
139
252
|
lex_1.l.typedRef((() => messageView)),
|
|
140
253
|
lex_1.l.typedRef((() => deletedMessageView)),
|
|
254
|
+
lex_1.l.typedRef((() => systemMessageView)),
|
|
141
255
|
], false),
|
|
142
256
|
}));
|
|
143
257
|
exports.logReadMessage = logReadMessage;
|
|
258
|
+
/** Event indicating a reaction was added to a message. */
|
|
144
259
|
const logAddReaction = lex_1.l.typedObject($nsid, 'logAddReaction', lex_1.l.object({
|
|
145
260
|
rev: lex_1.l.string(),
|
|
146
261
|
convoId: lex_1.l.string(),
|
|
@@ -151,6 +266,7 @@ const logAddReaction = lex_1.l.typedObject($nsid, 'logAddReaction', lex_1.l.obje
|
|
|
151
266
|
reaction: lex_1.l.ref((() => reactionView)),
|
|
152
267
|
}));
|
|
153
268
|
exports.logAddReaction = logAddReaction;
|
|
269
|
+
/** Event indicating a reaction was removed from a message. */
|
|
154
270
|
const logRemoveReaction = lex_1.l.typedObject($nsid, 'logRemoveReaction', lex_1.l.object({
|
|
155
271
|
rev: lex_1.l.string(),
|
|
156
272
|
convoId: lex_1.l.string(),
|
|
@@ -161,4 +277,130 @@ const logRemoveReaction = lex_1.l.typedObject($nsid, 'logRemoveReaction', lex_1.
|
|
|
161
277
|
reaction: lex_1.l.ref((() => reactionView)),
|
|
162
278
|
}));
|
|
163
279
|
exports.logRemoveReaction = logRemoveReaction;
|
|
280
|
+
/** [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. */
|
|
281
|
+
const logReadConvo = lex_1.l.typedObject($nsid, 'logReadConvo', lex_1.l.object({
|
|
282
|
+
rev: lex_1.l.string(),
|
|
283
|
+
convoId: lex_1.l.string(),
|
|
284
|
+
message: lex_1.l.typedUnion([
|
|
285
|
+
lex_1.l.typedRef((() => messageView)),
|
|
286
|
+
lex_1.l.typedRef((() => deletedMessageView)),
|
|
287
|
+
lex_1.l.typedRef((() => systemMessageView)),
|
|
288
|
+
], false),
|
|
289
|
+
}));
|
|
290
|
+
exports.logReadConvo = logReadConvo;
|
|
291
|
+
/** [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). */
|
|
292
|
+
const logAddMember = lex_1.l.typedObject($nsid, 'logAddMember', lex_1.l.object({
|
|
293
|
+
rev: lex_1.l.string(),
|
|
294
|
+
convoId: lex_1.l.string(),
|
|
295
|
+
message: lex_1.l.ref((() => systemMessageView)),
|
|
296
|
+
relatedProfiles: lex_1.l.array(lex_1.l.ref((() => ActorDefs.profileViewBasic))),
|
|
297
|
+
}));
|
|
298
|
+
exports.logAddMember = logAddMember;
|
|
299
|
+
/** [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). */
|
|
300
|
+
const logRemoveMember = lex_1.l.typedObject($nsid, 'logRemoveMember', lex_1.l.object({
|
|
301
|
+
rev: lex_1.l.string(),
|
|
302
|
+
convoId: lex_1.l.string(),
|
|
303
|
+
message: lex_1.l.ref((() => systemMessageView)),
|
|
304
|
+
relatedProfiles: lex_1.l.array(lex_1.l.ref((() => ActorDefs.profileViewBasic))),
|
|
305
|
+
}));
|
|
306
|
+
exports.logRemoveMember = logRemoveMember;
|
|
307
|
+
/** [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). */
|
|
308
|
+
const logMemberJoin = lex_1.l.typedObject($nsid, 'logMemberJoin', lex_1.l.object({
|
|
309
|
+
rev: lex_1.l.string(),
|
|
310
|
+
convoId: lex_1.l.string(),
|
|
311
|
+
message: lex_1.l.ref((() => systemMessageView)),
|
|
312
|
+
relatedProfiles: lex_1.l.array(lex_1.l.ref((() => ActorDefs.profileViewBasic))),
|
|
313
|
+
}));
|
|
314
|
+
exports.logMemberJoin = logMemberJoin;
|
|
315
|
+
/** [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). */
|
|
316
|
+
const logMemberLeave = lex_1.l.typedObject($nsid, 'logMemberLeave', lex_1.l.object({
|
|
317
|
+
rev: lex_1.l.string(),
|
|
318
|
+
convoId: lex_1.l.string(),
|
|
319
|
+
message: lex_1.l.ref((() => systemMessageView)),
|
|
320
|
+
relatedProfiles: lex_1.l.array(lex_1.l.ref((() => ActorDefs.profileViewBasic))),
|
|
321
|
+
}));
|
|
322
|
+
exports.logMemberLeave = logMemberLeave;
|
|
323
|
+
/** [NOTE: This is under active development and should be considered unstable while this note is here]. Event indicating a group convo was locked. */
|
|
324
|
+
const logLockConvo = lex_1.l.typedObject($nsid, 'logLockConvo', lex_1.l.object({
|
|
325
|
+
rev: lex_1.l.string(),
|
|
326
|
+
convoId: lex_1.l.string(),
|
|
327
|
+
message: lex_1.l.ref((() => systemMessageView)),
|
|
328
|
+
relatedProfiles: lex_1.l.array(lex_1.l.ref((() => ActorDefs.profileViewBasic))),
|
|
329
|
+
}));
|
|
330
|
+
exports.logLockConvo = logLockConvo;
|
|
331
|
+
/** [NOTE: This is under active development and should be considered unstable while this note is here]. Event indicating a group convo was unlocked. */
|
|
332
|
+
const logUnlockConvo = lex_1.l.typedObject($nsid, 'logUnlockConvo', lex_1.l.object({
|
|
333
|
+
rev: lex_1.l.string(),
|
|
334
|
+
convoId: lex_1.l.string(),
|
|
335
|
+
message: lex_1.l.ref((() => systemMessageView)),
|
|
336
|
+
relatedProfiles: lex_1.l.array(lex_1.l.ref((() => ActorDefs.profileViewBasic))),
|
|
337
|
+
}));
|
|
338
|
+
exports.logUnlockConvo = logUnlockConvo;
|
|
339
|
+
/** [NOTE: This is under active development and should be considered unstable while this note is here]. Event indicating a group convo was locked permanently. */
|
|
340
|
+
const logLockConvoPermanently = lex_1.l.typedObject($nsid, 'logLockConvoPermanently', lex_1.l.object({
|
|
341
|
+
rev: lex_1.l.string(),
|
|
342
|
+
convoId: lex_1.l.string(),
|
|
343
|
+
message: lex_1.l.ref((() => systemMessageView)),
|
|
344
|
+
relatedProfiles: lex_1.l.array(lex_1.l.ref((() => ActorDefs.profileViewBasic))),
|
|
345
|
+
}));
|
|
346
|
+
exports.logLockConvoPermanently = logLockConvoPermanently;
|
|
347
|
+
/** [NOTE: This is under active development and should be considered unstable while this note is here]. Event indicating info about group convo was edited. */
|
|
348
|
+
const logEditGroup = lex_1.l.typedObject($nsid, 'logEditGroup', lex_1.l.object({
|
|
349
|
+
rev: lex_1.l.string(),
|
|
350
|
+
convoId: lex_1.l.string(),
|
|
351
|
+
message: lex_1.l.ref((() => systemMessageView)),
|
|
352
|
+
}));
|
|
353
|
+
exports.logEditGroup = logEditGroup;
|
|
354
|
+
/** [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. */
|
|
355
|
+
const logCreateJoinLink = lex_1.l.typedObject($nsid, 'logCreateJoinLink', lex_1.l.object({
|
|
356
|
+
rev: lex_1.l.string(),
|
|
357
|
+
convoId: lex_1.l.string(),
|
|
358
|
+
message: lex_1.l.ref((() => systemMessageView)),
|
|
359
|
+
}));
|
|
360
|
+
exports.logCreateJoinLink = logCreateJoinLink;
|
|
361
|
+
/** [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. */
|
|
362
|
+
const logEditJoinLink = lex_1.l.typedObject($nsid, 'logEditJoinLink', lex_1.l.object({
|
|
363
|
+
rev: lex_1.l.string(),
|
|
364
|
+
convoId: lex_1.l.string(),
|
|
365
|
+
message: lex_1.l.ref((() => systemMessageView)),
|
|
366
|
+
}));
|
|
367
|
+
exports.logEditJoinLink = logEditJoinLink;
|
|
368
|
+
/** [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. */
|
|
369
|
+
const logEnableJoinLink = lex_1.l.typedObject($nsid, 'logEnableJoinLink', lex_1.l.object({
|
|
370
|
+
rev: lex_1.l.string(),
|
|
371
|
+
convoId: lex_1.l.string(),
|
|
372
|
+
message: lex_1.l.ref((() => systemMessageView)),
|
|
373
|
+
}));
|
|
374
|
+
exports.logEnableJoinLink = logEnableJoinLink;
|
|
375
|
+
/** [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. */
|
|
376
|
+
const logDisableJoinLink = lex_1.l.typedObject($nsid, 'logDisableJoinLink', lex_1.l.object({
|
|
377
|
+
rev: lex_1.l.string(),
|
|
378
|
+
convoId: lex_1.l.string(),
|
|
379
|
+
message: lex_1.l.ref((() => systemMessageView)),
|
|
380
|
+
}));
|
|
381
|
+
exports.logDisableJoinLink = logDisableJoinLink;
|
|
382
|
+
/** [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. */
|
|
383
|
+
const logIncomingJoinRequest = lex_1.l.typedObject($nsid, 'logIncomingJoinRequest', lex_1.l.object({
|
|
384
|
+
rev: lex_1.l.string(),
|
|
385
|
+
convoId: lex_1.l.string(),
|
|
386
|
+
member: lex_1.l.ref((() => ActorDefs.profileViewBasic)),
|
|
387
|
+
}));
|
|
388
|
+
exports.logIncomingJoinRequest = logIncomingJoinRequest;
|
|
389
|
+
/** [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. */
|
|
390
|
+
const logApproveJoinRequest = lex_1.l.typedObject($nsid, 'logApproveJoinRequest', lex_1.l.object({
|
|
391
|
+
rev: lex_1.l.string(),
|
|
392
|
+
convoId: lex_1.l.string(),
|
|
393
|
+
member: lex_1.l.ref((() => ActorDefs.profileViewBasic)),
|
|
394
|
+
}));
|
|
395
|
+
exports.logApproveJoinRequest = logApproveJoinRequest;
|
|
396
|
+
/** [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. */
|
|
397
|
+
const logRejectJoinRequest = lex_1.l.typedObject($nsid, 'logRejectJoinRequest', lex_1.l.object({
|
|
398
|
+
rev: lex_1.l.string(),
|
|
399
|
+
convoId: lex_1.l.string(),
|
|
400
|
+
member: lex_1.l.ref((() => ActorDefs.profileViewBasic)),
|
|
401
|
+
}));
|
|
402
|
+
exports.logRejectJoinRequest = logRejectJoinRequest;
|
|
403
|
+
/** [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. */
|
|
404
|
+
const logOutgoingJoinRequest = lex_1.l.typedObject($nsid, 'logOutgoingJoinRequest', lex_1.l.object({ rev: lex_1.l.string(), convoId: lex_1.l.string() }));
|
|
405
|
+
exports.logOutgoingJoinRequest = logOutgoingJoinRequest;
|
|
164
406
|
//# sourceMappingURL=defs.defs.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"defs.defs.js","sourceRoot":"","sources":["../../../../../src/lexicons/chat/bsky/convo/defs.defs.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * THIS FILE WAS GENERATED BY \"@atproto/lex\". DO NOT EDIT.\n */\n\nimport { l } from '@atproto/lex'\nimport * as RichtextFacet from '../../../app/bsky/richtext/facet.defs.js'\nimport * as EmbedRecord from '../../../app/bsky/embed/record.defs.js'\nimport * as ActorDefs from '../actor/defs.defs.js'\n\nconst $nsid = 'chat.bsky.convo.defs'\n\nexport { $nsid }\n\ntype MessageRef = {\n $type?: 'chat.bsky.convo.defs#messageRef'\n did: l.DidString\n convoId: string\n messageId: string\n}\n\nexport type { MessageRef }\n\nconst messageRef = l.typedObject<MessageRef>(\n $nsid,\n 'messageRef',\n l.object({\n did: l.string({ format: 'did' }),\n convoId: l.string(),\n messageId: l.string(),\n }),\n)\n\nexport { messageRef }\n\ntype MessageInput = {\n $type?: 'chat.bsky.convo.defs#messageInput'\n text: string\n\n /**\n * Annotations of text (mentions, URLs, hashtags, etc)\n */\n facets?: RichtextFacet.Main[]\n embed?: l.$Typed<EmbedRecord.Main> | l.Unknown$TypedObject\n}\n\nexport type { MessageInput }\n\nconst messageInput = l.typedObject<MessageInput>(\n $nsid,\n 'messageInput',\n l.object({\n text: l.string({ maxLength: 10000, maxGraphemes: 1000 }),\n facets: l.optional(\n l.array(l.ref<RichtextFacet.Main>((() => RichtextFacet.main) as any)),\n ),\n embed: l.optional(\n l.typedUnion(\n [l.typedRef<EmbedRecord.Main>((() => EmbedRecord.main) as any)],\n false,\n ),\n ),\n }),\n)\n\nexport { messageInput }\n\ntype MessageView = {\n $type?: 'chat.bsky.convo.defs#messageView'\n id: string\n rev: string\n text: string\n\n /**\n * Annotations of text (mentions, URLs, hashtags, etc)\n */\n facets?: RichtextFacet.Main[]\n embed?: l.$Typed<EmbedRecord.View> | l.Unknown$TypedObject\n\n /**\n * Reactions to this message, in ascending order of creation time.\n */\n reactions?: ReactionView[]\n sender: MessageViewSender\n sentAt: l.DatetimeString\n}\n\nexport type { MessageView }\n\nconst messageView = l.typedObject<MessageView>(\n $nsid,\n 'messageView',\n l.object({\n id: l.string(),\n rev: l.string(),\n text: l.string({ maxLength: 10000, maxGraphemes: 1000 }),\n facets: l.optional(\n l.array(l.ref<RichtextFacet.Main>((() => RichtextFacet.main) as any)),\n ),\n embed: l.optional(\n l.typedUnion(\n [l.typedRef<EmbedRecord.View>((() => EmbedRecord.view) as any)],\n false,\n ),\n ),\n reactions: l.optional(\n l.array(l.ref<ReactionView>((() => reactionView) as any)),\n ),\n sender: l.ref<MessageViewSender>((() => messageViewSender) as any),\n sentAt: l.string({ format: 'datetime' }),\n }),\n)\n\nexport { messageView }\n\ntype DeletedMessageView = {\n $type?: 'chat.bsky.convo.defs#deletedMessageView'\n id: string\n rev: string\n sender: MessageViewSender\n sentAt: l.DatetimeString\n}\n\nexport type { DeletedMessageView }\n\nconst deletedMessageView = l.typedObject<DeletedMessageView>(\n $nsid,\n 'deletedMessageView',\n l.object({\n id: l.string(),\n rev: l.string(),\n sender: l.ref<MessageViewSender>((() => messageViewSender) as any),\n sentAt: l.string({ format: 'datetime' }),\n }),\n)\n\nexport { deletedMessageView }\n\ntype MessageViewSender = {\n $type?: 'chat.bsky.convo.defs#messageViewSender'\n did: l.DidString\n}\n\nexport type { MessageViewSender }\n\nconst messageViewSender = l.typedObject<MessageViewSender>(\n $nsid,\n 'messageViewSender',\n l.object({ did: l.string({ format: 'did' }) }),\n)\n\nexport { messageViewSender }\n\ntype ReactionView = {\n $type?: 'chat.bsky.convo.defs#reactionView'\n value: string\n sender: ReactionViewSender\n createdAt: l.DatetimeString\n}\n\nexport type { ReactionView }\n\nconst reactionView = l.typedObject<ReactionView>(\n $nsid,\n 'reactionView',\n l.object({\n value: l.string(),\n sender: l.ref<ReactionViewSender>((() => reactionViewSender) as any),\n createdAt: l.string({ format: 'datetime' }),\n }),\n)\n\nexport { reactionView }\n\ntype ReactionViewSender = {\n $type?: 'chat.bsky.convo.defs#reactionViewSender'\n did: l.DidString\n}\n\nexport type { ReactionViewSender }\n\nconst reactionViewSender = l.typedObject<ReactionViewSender>(\n $nsid,\n 'reactionViewSender',\n l.object({ did: l.string({ format: 'did' }) }),\n)\n\nexport { reactionViewSender }\n\ntype MessageAndReactionView = {\n $type?: 'chat.bsky.convo.defs#messageAndReactionView'\n message: MessageView\n reaction: ReactionView\n}\n\nexport type { MessageAndReactionView }\n\nconst messageAndReactionView = l.typedObject<MessageAndReactionView>(\n $nsid,\n 'messageAndReactionView',\n l.object({\n message: l.ref<MessageView>((() => messageView) as any),\n reaction: l.ref<ReactionView>((() => reactionView) as any),\n }),\n)\n\nexport { messageAndReactionView }\n\ntype ConvoView = {\n $type?: 'chat.bsky.convo.defs#convoView'\n id: string\n rev: string\n members: ActorDefs.ProfileViewBasic[]\n lastMessage?:\n | l.$Typed<MessageView>\n | l.$Typed<DeletedMessageView>\n | l.Unknown$TypedObject\n lastReaction?: l.$Typed<MessageAndReactionView> | l.Unknown$TypedObject\n muted: boolean\n status?: 'request' | 'accepted' | l.UnknownString\n unreadCount: number\n}\n\nexport type { ConvoView }\n\nconst convoView = l.typedObject<ConvoView>(\n $nsid,\n 'convoView',\n l.object({\n id: l.string(),\n rev: l.string(),\n members: l.array(\n l.ref<ActorDefs.ProfileViewBasic>(\n (() => ActorDefs.profileViewBasic) as any,\n ),\n ),\n lastMessage: l.optional(\n l.typedUnion(\n [\n l.typedRef<MessageView>((() => messageView) as any),\n l.typedRef<DeletedMessageView>((() => deletedMessageView) as any),\n ],\n false,\n ),\n ),\n lastReaction: l.optional(\n l.typedUnion(\n [\n l.typedRef<MessageAndReactionView>(\n (() => messageAndReactionView) as any,\n ),\n ],\n false,\n ),\n ),\n muted: l.boolean(),\n status: l.optional(l.string<{ knownValues: ['request', 'accepted'] }>()),\n unreadCount: l.integer(),\n }),\n)\n\nexport { convoView }\n\ntype LogBeginConvo = {\n $type?: 'chat.bsky.convo.defs#logBeginConvo'\n rev: string\n convoId: string\n}\n\nexport type { LogBeginConvo }\n\nconst logBeginConvo = l.typedObject<LogBeginConvo>(\n $nsid,\n 'logBeginConvo',\n l.object({ rev: l.string(), convoId: l.string() }),\n)\n\nexport { logBeginConvo }\n\ntype LogAcceptConvo = {\n $type?: 'chat.bsky.convo.defs#logAcceptConvo'\n rev: string\n convoId: string\n}\n\nexport type { LogAcceptConvo }\n\nconst logAcceptConvo = l.typedObject<LogAcceptConvo>(\n $nsid,\n 'logAcceptConvo',\n l.object({ rev: l.string(), convoId: l.string() }),\n)\n\nexport { logAcceptConvo }\n\ntype LogLeaveConvo = {\n $type?: 'chat.bsky.convo.defs#logLeaveConvo'\n rev: string\n convoId: string\n}\n\nexport type { LogLeaveConvo }\n\nconst logLeaveConvo = l.typedObject<LogLeaveConvo>(\n $nsid,\n 'logLeaveConvo',\n l.object({ rev: l.string(), convoId: l.string() }),\n)\n\nexport { logLeaveConvo }\n\ntype LogMuteConvo = {\n $type?: 'chat.bsky.convo.defs#logMuteConvo'\n rev: string\n convoId: string\n}\n\nexport type { LogMuteConvo }\n\nconst logMuteConvo = l.typedObject<LogMuteConvo>(\n $nsid,\n 'logMuteConvo',\n l.object({ rev: l.string(), convoId: l.string() }),\n)\n\nexport { logMuteConvo }\n\ntype LogUnmuteConvo = {\n $type?: 'chat.bsky.convo.defs#logUnmuteConvo'\n rev: string\n convoId: string\n}\n\nexport type { LogUnmuteConvo }\n\nconst logUnmuteConvo = l.typedObject<LogUnmuteConvo>(\n $nsid,\n 'logUnmuteConvo',\n l.object({ rev: l.string(), convoId: l.string() }),\n)\n\nexport { logUnmuteConvo }\n\ntype LogCreateMessage = {\n $type?: 'chat.bsky.convo.defs#logCreateMessage'\n rev: string\n convoId: string\n message:\n | l.$Typed<MessageView>\n | l.$Typed<DeletedMessageView>\n | l.Unknown$TypedObject\n}\n\nexport type { LogCreateMessage }\n\nconst logCreateMessage = l.typedObject<LogCreateMessage>(\n $nsid,\n 'logCreateMessage',\n l.object({\n rev: l.string(),\n convoId: l.string(),\n message: l.typedUnion(\n [\n l.typedRef<MessageView>((() => messageView) as any),\n l.typedRef<DeletedMessageView>((() => deletedMessageView) as any),\n ],\n false,\n ),\n }),\n)\n\nexport { logCreateMessage }\n\ntype LogDeleteMessage = {\n $type?: 'chat.bsky.convo.defs#logDeleteMessage'\n rev: string\n convoId: string\n message:\n | l.$Typed<MessageView>\n | l.$Typed<DeletedMessageView>\n | l.Unknown$TypedObject\n}\n\nexport type { LogDeleteMessage }\n\nconst logDeleteMessage = l.typedObject<LogDeleteMessage>(\n $nsid,\n 'logDeleteMessage',\n l.object({\n rev: l.string(),\n convoId: l.string(),\n message: l.typedUnion(\n [\n l.typedRef<MessageView>((() => messageView) as any),\n l.typedRef<DeletedMessageView>((() => deletedMessageView) as any),\n ],\n false,\n ),\n }),\n)\n\nexport { logDeleteMessage }\n\ntype LogReadMessage = {\n $type?: 'chat.bsky.convo.defs#logReadMessage'\n rev: string\n convoId: string\n message:\n | l.$Typed<MessageView>\n | l.$Typed<DeletedMessageView>\n | l.Unknown$TypedObject\n}\n\nexport type { LogReadMessage }\n\nconst logReadMessage = l.typedObject<LogReadMessage>(\n $nsid,\n 'logReadMessage',\n l.object({\n rev: l.string(),\n convoId: l.string(),\n message: l.typedUnion(\n [\n l.typedRef<MessageView>((() => messageView) as any),\n l.typedRef<DeletedMessageView>((() => deletedMessageView) as any),\n ],\n false,\n ),\n }),\n)\n\nexport { logReadMessage }\n\ntype LogAddReaction = {\n $type?: 'chat.bsky.convo.defs#logAddReaction'\n rev: string\n convoId: string\n message:\n | l.$Typed<MessageView>\n | l.$Typed<DeletedMessageView>\n | l.Unknown$TypedObject\n reaction: ReactionView\n}\n\nexport type { LogAddReaction }\n\nconst logAddReaction = l.typedObject<LogAddReaction>(\n $nsid,\n 'logAddReaction',\n l.object({\n rev: l.string(),\n convoId: l.string(),\n message: l.typedUnion(\n [\n l.typedRef<MessageView>((() => messageView) as any),\n l.typedRef<DeletedMessageView>((() => deletedMessageView) as any),\n ],\n false,\n ),\n reaction: l.ref<ReactionView>((() => reactionView) as any),\n }),\n)\n\nexport { logAddReaction }\n\ntype LogRemoveReaction = {\n $type?: 'chat.bsky.convo.defs#logRemoveReaction'\n rev: string\n convoId: string\n message:\n | l.$Typed<MessageView>\n | l.$Typed<DeletedMessageView>\n | l.Unknown$TypedObject\n reaction: ReactionView\n}\n\nexport type { LogRemoveReaction }\n\nconst logRemoveReaction = l.typedObject<LogRemoveReaction>(\n $nsid,\n 'logRemoveReaction',\n l.object({\n rev: l.string(),\n convoId: l.string(),\n message: l.typedUnion(\n [\n l.typedRef<MessageView>((() => messageView) as any),\n l.typedRef<DeletedMessageView>((() => deletedMessageView) as any),\n ],\n false,\n ),\n reaction: l.ref<ReactionView>((() => reactionView) as any),\n }),\n)\n\nexport { logRemoveReaction }\n"]}
|
|
1
|
+
{"version":3,"file":"defs.defs.js","sourceRoot":"","sources":["../../../../../src/lexicons/chat/bsky/convo/defs.defs.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * THIS FILE WAS GENERATED BY \"@atproto/lex\". DO NOT EDIT.\n */\n\nimport { l } from '@atproto/lex'\nimport * as RichtextFacet from '../../../app/bsky/richtext/facet.defs.js'\nimport * as EmbedRecord from '../../../app/bsky/embed/record.defs.js'\nimport * as ActorDefs from '../actor/defs.defs.js'\nimport * as GroupDefs from '../group/defs.defs.js'\n\nconst $nsid = 'chat.bsky.convo.defs'\n\nexport { $nsid }\n\ntype ConvoKind = 'direct' | 'group' | l.UnknownString\n\nexport type { ConvoKind }\n\nconst convoKind = l.string<{ knownValues: ['direct', 'group'] }>()\n\nexport { convoKind }\n\ntype ConvoLockStatus =\n | 'unlocked'\n | 'locked'\n | 'locked-permanently'\n | l.UnknownString\n\nexport type { ConvoLockStatus }\n\nconst convoLockStatus = l.string<{\n knownValues: ['unlocked', 'locked', 'locked-permanently']\n}>()\n\nexport { convoLockStatus }\n\ntype ConvoStatus = 'request' | 'accepted' | l.UnknownString\n\nexport type { ConvoStatus }\n\nconst convoStatus = l.string<{ knownValues: ['request', 'accepted'] }>()\n\nexport { convoStatus }\n\ntype MessageRef = {\n $type?: 'chat.bsky.convo.defs#messageRef'\n did: l.DidString\n convoId: string\n messageId: string\n}\n\nexport type { MessageRef }\n\nconst messageRef = l.typedObject<MessageRef>(\n $nsid,\n 'messageRef',\n l.object({\n did: l.string({ format: 'did' }),\n convoId: l.string(),\n messageId: l.string(),\n }),\n)\n\nexport { messageRef }\n\ntype MessageInput = {\n $type?: 'chat.bsky.convo.defs#messageInput'\n text: string\n\n /**\n * Annotations of text (mentions, URLs, hashtags, etc)\n */\n facets?: RichtextFacet.Main[]\n embed?: l.$Typed<EmbedRecord.Main> | l.Unknown$TypedObject\n}\n\nexport type { MessageInput }\n\nconst messageInput = l.typedObject<MessageInput>(\n $nsid,\n 'messageInput',\n l.object({\n text: l.string({ maxLength: 10000, maxGraphemes: 1000 }),\n facets: l.optional(\n l.array(l.ref<RichtextFacet.Main>((() => RichtextFacet.main) as any)),\n ),\n embed: l.optional(\n l.typedUnion(\n [l.typedRef<EmbedRecord.Main>((() => EmbedRecord.main) as any)],\n false,\n ),\n ),\n }),\n)\n\nexport { messageInput }\n\ntype MessageView = {\n $type?: 'chat.bsky.convo.defs#messageView'\n id: string\n rev: string\n text: string\n\n /**\n * Annotations of text (mentions, URLs, hashtags, etc)\n */\n facets?: RichtextFacet.Main[]\n embed?: l.$Typed<EmbedRecord.View> | l.Unknown$TypedObject\n\n /**\n * Reactions to this message, in ascending order of creation time.\n */\n reactions?: ReactionView[]\n sender: MessageViewSender\n sentAt: l.DatetimeString\n}\n\nexport type { MessageView }\n\nconst messageView = l.typedObject<MessageView>(\n $nsid,\n 'messageView',\n l.object({\n id: l.string(),\n rev: l.string(),\n text: l.string({ maxLength: 10000, maxGraphemes: 1000 }),\n facets: l.optional(\n l.array(l.ref<RichtextFacet.Main>((() => RichtextFacet.main) as any)),\n ),\n embed: l.optional(\n l.typedUnion(\n [l.typedRef<EmbedRecord.View>((() => EmbedRecord.view) as any)],\n false,\n ),\n ),\n reactions: l.optional(\n l.array(l.ref<ReactionView>((() => reactionView) as any)),\n ),\n sender: l.ref<MessageViewSender>((() => messageViewSender) as any),\n sentAt: l.string({ format: 'datetime' }),\n }),\n)\n\nexport { messageView }\n\ntype SystemMessageReferredUser = {\n $type?: 'chat.bsky.convo.defs#systemMessageReferredUser'\n did: l.DidString\n}\n\nexport type { SystemMessageReferredUser }\n\nconst systemMessageReferredUser = l.typedObject<SystemMessageReferredUser>(\n $nsid,\n 'systemMessageReferredUser',\n l.object({ did: l.string({ format: 'did' }) }),\n)\n\nexport { systemMessageReferredUser }\n\n/** [NOTE: This is under active development and should be considered unstable while this note is here]. */\ntype SystemMessageView = {\n $type?: 'chat.bsky.convo.defs#systemMessageView'\n id: string\n rev: string\n sentAt: l.DatetimeString\n data:\n | l.$Typed<SystemMessageDataAddMember>\n | l.$Typed<SystemMessageDataRemoveMember>\n | l.$Typed<SystemMessageDataMemberJoin>\n | l.$Typed<SystemMessageDataMemberLeave>\n | l.$Typed<SystemMessageDataLockConvo>\n | l.$Typed<SystemMessageDataUnlockConvo>\n | l.$Typed<SystemMessageDataLockConvoPermanently>\n | l.$Typed<SystemMessageDataEditGroup>\n | l.$Typed<SystemMessageDataCreateJoinLink>\n | l.$Typed<SystemMessageDataEditJoinLink>\n | l.$Typed<SystemMessageDataEnableJoinLink>\n | l.$Typed<SystemMessageDataDisableJoinLink>\n | l.Unknown$TypedObject\n}\n\nexport type { SystemMessageView }\n\n/** [NOTE: This is under active development and should be considered unstable while this note is here]. */\nconst systemMessageView = l.typedObject<SystemMessageView>(\n $nsid,\n 'systemMessageView',\n l.object({\n id: l.string(),\n rev: l.string(),\n sentAt: l.string({ format: 'datetime' }),\n data: l.typedUnion(\n [\n l.typedRef<SystemMessageDataAddMember>(\n (() => systemMessageDataAddMember) as any,\n ),\n l.typedRef<SystemMessageDataRemoveMember>(\n (() => systemMessageDataRemoveMember) as any,\n ),\n l.typedRef<SystemMessageDataMemberJoin>(\n (() => systemMessageDataMemberJoin) as any,\n ),\n l.typedRef<SystemMessageDataMemberLeave>(\n (() => systemMessageDataMemberLeave) as any,\n ),\n l.typedRef<SystemMessageDataLockConvo>(\n (() => systemMessageDataLockConvo) as any,\n ),\n l.typedRef<SystemMessageDataUnlockConvo>(\n (() => systemMessageDataUnlockConvo) as any,\n ),\n l.typedRef<SystemMessageDataLockConvoPermanently>(\n (() => systemMessageDataLockConvoPermanently) as any,\n ),\n l.typedRef<SystemMessageDataEditGroup>(\n (() => systemMessageDataEditGroup) as any,\n ),\n l.typedRef<SystemMessageDataCreateJoinLink>(\n (() => systemMessageDataCreateJoinLink) as any,\n ),\n l.typedRef<SystemMessageDataEditJoinLink>(\n (() => systemMessageDataEditJoinLink) as any,\n ),\n l.typedRef<SystemMessageDataEnableJoinLink>(\n (() => systemMessageDataEnableJoinLink) as any,\n ),\n l.typedRef<SystemMessageDataDisableJoinLink>(\n (() => systemMessageDataDisableJoinLink) as any,\n ),\n ],\n false,\n ),\n }),\n)\n\nexport { systemMessageView }\n\n/** [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. */\ntype SystemMessageDataAddMember = {\n $type?: 'chat.bsky.convo.defs#systemMessageDataAddMember'\n\n /**\n * Current view of the member who was added.\n */\n member: SystemMessageReferredUser\n\n /**\n * Role the user was added to the group with. The role from 'member' will reflect the current data, not historical.\n */\n role: ActorDefs.MemberRole\n addedBy: SystemMessageReferredUser\n}\n\nexport type { SystemMessageDataAddMember }\n\n/** [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. */\nconst systemMessageDataAddMember = l.typedObject<SystemMessageDataAddMember>(\n $nsid,\n 'systemMessageDataAddMember',\n l.object({\n member: l.ref<SystemMessageReferredUser>(\n (() => systemMessageReferredUser) as any,\n ),\n role: l.ref<ActorDefs.MemberRole>((() => ActorDefs.memberRole) as any),\n addedBy: l.ref<SystemMessageReferredUser>(\n (() => systemMessageReferredUser) as any,\n ),\n }),\n)\n\nexport { systemMessageDataAddMember }\n\n/** [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. */\ntype SystemMessageDataRemoveMember = {\n $type?: 'chat.bsky.convo.defs#systemMessageDataRemoveMember'\n\n /**\n * Current view of the member who was removed.\n */\n member: SystemMessageReferredUser\n removedBy: SystemMessageReferredUser\n}\n\nexport type { SystemMessageDataRemoveMember }\n\n/** [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. */\nconst systemMessageDataRemoveMember =\n l.typedObject<SystemMessageDataRemoveMember>(\n $nsid,\n 'systemMessageDataRemoveMember',\n l.object({\n member: l.ref<SystemMessageReferredUser>(\n (() => systemMessageReferredUser) as any,\n ),\n removedBy: l.ref<SystemMessageReferredUser>(\n (() => systemMessageReferredUser) as any,\n ),\n }),\n )\n\nexport { systemMessageDataRemoveMember }\n\n/** [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. */\ntype SystemMessageDataMemberJoin = {\n $type?: 'chat.bsky.convo.defs#systemMessageDataMemberJoin'\n\n /**\n * Current view of the member who joined.\n */\n member: SystemMessageReferredUser\n\n /**\n * Role the user was added to the group with. The role from 'member' will reflect the current data, not historical.\n */\n role: ActorDefs.MemberRole\n\n /**\n * If join link was configured to require approval, this will be set to who approved the request. Undefined if approval was not required.\n */\n approvedBy?: SystemMessageReferredUser\n}\n\nexport type { SystemMessageDataMemberJoin }\n\n/** [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. */\nconst systemMessageDataMemberJoin = l.typedObject<SystemMessageDataMemberJoin>(\n $nsid,\n 'systemMessageDataMemberJoin',\n l.object({\n member: l.ref<SystemMessageReferredUser>(\n (() => systemMessageReferredUser) as any,\n ),\n role: l.ref<ActorDefs.MemberRole>((() => ActorDefs.memberRole) as any),\n approvedBy: l.optional(\n l.ref<SystemMessageReferredUser>(\n (() => systemMessageReferredUser) as any,\n ),\n ),\n }),\n)\n\nexport { systemMessageDataMemberJoin }\n\n/** [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. */\ntype SystemMessageDataMemberLeave = {\n $type?: 'chat.bsky.convo.defs#systemMessageDataMemberLeave'\n\n /**\n * Current view of the member who left the group.\n */\n member: SystemMessageReferredUser\n}\n\nexport type { SystemMessageDataMemberLeave }\n\n/** [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. */\nconst systemMessageDataMemberLeave =\n l.typedObject<SystemMessageDataMemberLeave>(\n $nsid,\n 'systemMessageDataMemberLeave',\n l.object({\n member: l.ref<SystemMessageReferredUser>(\n (() => systemMessageReferredUser) as any,\n ),\n }),\n )\n\nexport { systemMessageDataMemberLeave }\n\n/** [NOTE: This is under active development and should be considered unstable while this note is here]. System message indicating the group convo was locked. */\ntype SystemMessageDataLockConvo = {\n $type?: 'chat.bsky.convo.defs#systemMessageDataLockConvo'\n\n /**\n * Current view of the member who locked the group.\n */\n lockedBy: SystemMessageReferredUser\n}\n\nexport type { SystemMessageDataLockConvo }\n\n/** [NOTE: This is under active development and should be considered unstable while this note is here]. System message indicating the group convo was locked. */\nconst systemMessageDataLockConvo = l.typedObject<SystemMessageDataLockConvo>(\n $nsid,\n 'systemMessageDataLockConvo',\n l.object({\n lockedBy: l.ref<SystemMessageReferredUser>(\n (() => systemMessageReferredUser) as any,\n ),\n }),\n)\n\nexport { systemMessageDataLockConvo }\n\n/** [NOTE: This is under active development and should be considered unstable while this note is here]. System message indicating the group convo was unlocked. */\ntype SystemMessageDataUnlockConvo = {\n $type?: 'chat.bsky.convo.defs#systemMessageDataUnlockConvo'\n\n /**\n * Current view of the member who unlocked the group.\n */\n unlockedBy: SystemMessageReferredUser\n}\n\nexport type { SystemMessageDataUnlockConvo }\n\n/** [NOTE: This is under active development and should be considered unstable while this note is here]. System message indicating the group convo was unlocked. */\nconst systemMessageDataUnlockConvo =\n l.typedObject<SystemMessageDataUnlockConvo>(\n $nsid,\n 'systemMessageDataUnlockConvo',\n l.object({\n unlockedBy: l.ref<SystemMessageReferredUser>(\n (() => systemMessageReferredUser) as any,\n ),\n }),\n )\n\nexport { systemMessageDataUnlockConvo }\n\n/** [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. */\ntype SystemMessageDataLockConvoPermanently = {\n $type?: 'chat.bsky.convo.defs#systemMessageDataLockConvoPermanently'\n\n /**\n * Current view of the member who locked the group.\n */\n lockedBy: SystemMessageReferredUser\n}\n\nexport type { SystemMessageDataLockConvoPermanently }\n\n/** [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. */\nconst systemMessageDataLockConvoPermanently =\n l.typedObject<SystemMessageDataLockConvoPermanently>(\n $nsid,\n 'systemMessageDataLockConvoPermanently',\n l.object({\n lockedBy: l.ref<SystemMessageReferredUser>(\n (() => systemMessageReferredUser) as any,\n ),\n }),\n )\n\nexport { systemMessageDataLockConvoPermanently }\n\n/** [NOTE: This is under active development and should be considered unstable while this note is here]. System message indicating the group info was edited. */\ntype SystemMessageDataEditGroup = {\n $type?: 'chat.bsky.convo.defs#systemMessageDataEditGroup'\n\n /**\n * Group name that was replaced.\n */\n oldName?: string\n\n /**\n * Group name that replaced the old.\n */\n newName?: string\n}\n\nexport type { SystemMessageDataEditGroup }\n\n/** [NOTE: This is under active development and should be considered unstable while this note is here]. System message indicating the group info was edited. */\nconst systemMessageDataEditGroup = l.typedObject<SystemMessageDataEditGroup>(\n $nsid,\n 'systemMessageDataEditGroup',\n l.object({\n oldName: l.optional(l.string()),\n newName: l.optional(l.string()),\n }),\n)\n\nexport { systemMessageDataEditGroup }\n\n/** [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. */\ntype SystemMessageDataCreateJoinLink = {\n $type?: 'chat.bsky.convo.defs#systemMessageDataCreateJoinLink'\n}\n\nexport type { SystemMessageDataCreateJoinLink }\n\n/** [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. */\nconst systemMessageDataCreateJoinLink =\n l.typedObject<SystemMessageDataCreateJoinLink>(\n $nsid,\n 'systemMessageDataCreateJoinLink',\n l.object({}),\n )\n\nexport { systemMessageDataCreateJoinLink }\n\n/** [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. */\ntype SystemMessageDataEditJoinLink = {\n $type?: 'chat.bsky.convo.defs#systemMessageDataEditJoinLink'\n}\n\nexport type { SystemMessageDataEditJoinLink }\n\n/** [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. */\nconst systemMessageDataEditJoinLink =\n l.typedObject<SystemMessageDataEditJoinLink>(\n $nsid,\n 'systemMessageDataEditJoinLink',\n l.object({}),\n )\n\nexport { systemMessageDataEditJoinLink }\n\n/** [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. */\ntype SystemMessageDataEnableJoinLink = {\n $type?: 'chat.bsky.convo.defs#systemMessageDataEnableJoinLink'\n}\n\nexport type { SystemMessageDataEnableJoinLink }\n\n/** [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. */\nconst systemMessageDataEnableJoinLink =\n l.typedObject<SystemMessageDataEnableJoinLink>(\n $nsid,\n 'systemMessageDataEnableJoinLink',\n l.object({}),\n )\n\nexport { systemMessageDataEnableJoinLink }\n\n/** [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. */\ntype SystemMessageDataDisableJoinLink = {\n $type?: 'chat.bsky.convo.defs#systemMessageDataDisableJoinLink'\n}\n\nexport type { SystemMessageDataDisableJoinLink }\n\n/** [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. */\nconst systemMessageDataDisableJoinLink =\n l.typedObject<SystemMessageDataDisableJoinLink>(\n $nsid,\n 'systemMessageDataDisableJoinLink',\n l.object({}),\n )\n\nexport { systemMessageDataDisableJoinLink }\n\ntype DeletedMessageView = {\n $type?: 'chat.bsky.convo.defs#deletedMessageView'\n id: string\n rev: string\n sender: MessageViewSender\n sentAt: l.DatetimeString\n}\n\nexport type { DeletedMessageView }\n\nconst deletedMessageView = l.typedObject<DeletedMessageView>(\n $nsid,\n 'deletedMessageView',\n l.object({\n id: l.string(),\n rev: l.string(),\n sender: l.ref<MessageViewSender>((() => messageViewSender) as any),\n sentAt: l.string({ format: 'datetime' }),\n }),\n)\n\nexport { deletedMessageView }\n\ntype MessageViewSender = {\n $type?: 'chat.bsky.convo.defs#messageViewSender'\n did: l.DidString\n}\n\nexport type { MessageViewSender }\n\nconst messageViewSender = l.typedObject<MessageViewSender>(\n $nsid,\n 'messageViewSender',\n l.object({ did: l.string({ format: 'did' }) }),\n)\n\nexport { messageViewSender }\n\ntype ReactionView = {\n $type?: 'chat.bsky.convo.defs#reactionView'\n value: string\n sender: ReactionViewSender\n createdAt: l.DatetimeString\n}\n\nexport type { ReactionView }\n\nconst reactionView = l.typedObject<ReactionView>(\n $nsid,\n 'reactionView',\n l.object({\n value: l.string(),\n sender: l.ref<ReactionViewSender>((() => reactionViewSender) as any),\n createdAt: l.string({ format: 'datetime' }),\n }),\n)\n\nexport { reactionView }\n\ntype ReactionViewSender = {\n $type?: 'chat.bsky.convo.defs#reactionViewSender'\n did: l.DidString\n}\n\nexport type { ReactionViewSender }\n\nconst reactionViewSender = l.typedObject<ReactionViewSender>(\n $nsid,\n 'reactionViewSender',\n l.object({ did: l.string({ format: 'did' }) }),\n)\n\nexport { reactionViewSender }\n\ntype MessageAndReactionView = {\n $type?: 'chat.bsky.convo.defs#messageAndReactionView'\n message: MessageView\n reaction: ReactionView\n}\n\nexport type { MessageAndReactionView }\n\nconst messageAndReactionView = l.typedObject<MessageAndReactionView>(\n $nsid,\n 'messageAndReactionView',\n l.object({\n message: l.ref<MessageView>((() => messageView) as any),\n reaction: l.ref<ReactionView>((() => reactionView) as any),\n }),\n)\n\nexport { messageAndReactionView }\n\ntype ConvoView = {\n $type?: 'chat.bsky.convo.defs#convoView'\n id: string\n rev: string\n\n /**\n * 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.\n */\n members: ActorDefs.ProfileViewBasic[]\n lastMessage?:\n | l.$Typed<MessageView>\n | l.$Typed<DeletedMessageView>\n | l.$Typed<SystemMessageView>\n | l.Unknown$TypedObject\n lastReaction?: l.$Typed<MessageAndReactionView> | l.Unknown$TypedObject\n muted: boolean\n\n /**\n * Convo status for the viewer member (not the convo itself).\n */\n status?: ConvoStatus\n unreadCount: number\n\n /**\n * Union field that has data specific to different kinds of convos.\n */\n kind?: l.$Typed<DirectConvo> | l.$Typed<GroupConvo> | l.Unknown$TypedObject\n}\n\nexport type { ConvoView }\n\nconst convoView = l.typedObject<ConvoView>(\n $nsid,\n 'convoView',\n l.object({\n id: l.string(),\n rev: l.string(),\n members: l.array(\n l.ref<ActorDefs.ProfileViewBasic>(\n (() => ActorDefs.profileViewBasic) as any,\n ),\n ),\n lastMessage: l.optional(\n l.typedUnion(\n [\n l.typedRef<MessageView>((() => messageView) as any),\n l.typedRef<DeletedMessageView>((() => deletedMessageView) as any),\n l.typedRef<SystemMessageView>((() => systemMessageView) as any),\n ],\n false,\n ),\n ),\n lastReaction: l.optional(\n l.typedUnion(\n [\n l.typedRef<MessageAndReactionView>(\n (() => messageAndReactionView) as any,\n ),\n ],\n false,\n ),\n ),\n muted: l.boolean(),\n status: l.optional(l.ref<ConvoStatus>((() => convoStatus) as any)),\n unreadCount: l.integer(),\n kind: l.optional(\n l.typedUnion(\n [\n l.typedRef<DirectConvo>((() => directConvo) as any),\n l.typedRef<GroupConvo>((() => groupConvo) as any),\n ],\n false,\n ),\n ),\n }),\n)\n\nexport { convoView }\n\n/** [NOTE: This is under active development and should be considered unstable while this note is here]. */\ntype DirectConvo = { $type?: 'chat.bsky.convo.defs#directConvo' }\n\nexport type { DirectConvo }\n\n/** [NOTE: This is under active development and should be considered unstable while this note is here]. */\nconst directConvo = l.typedObject<DirectConvo>(\n $nsid,\n 'directConvo',\n l.object({}),\n)\n\nexport { directConvo }\n\n/** [NOTE: This is under active development and should be considered unstable while this note is here]. */\ntype GroupConvo = {\n $type?: 'chat.bsky.convo.defs#groupConvo'\n\n /**\n * The display name of the group conversation.\n */\n name: string\n\n /**\n * The total number of members in the group conversation.\n */\n memberCount: number\n joinLink?: GroupDefs.JoinLinkView\n\n /**\n * The lock status of the conversation.\n */\n lockStatus: ConvoLockStatus\n}\n\nexport type { GroupConvo }\n\n/** [NOTE: This is under active development and should be considered unstable while this note is here]. */\nconst groupConvo = l.typedObject<GroupConvo>(\n $nsid,\n 'groupConvo',\n l.object({\n name: l.string({ maxGraphemes: 128, maxLength: 1280 }),\n memberCount: l.integer(),\n joinLink: l.optional(\n l.ref<GroupDefs.JoinLinkView>((() => GroupDefs.joinLinkView) as any),\n ),\n lockStatus: l.ref<ConvoLockStatus>((() => convoLockStatus) as any),\n }),\n)\n\nexport { groupConvo }\n\n/** 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. */\ntype LogBeginConvo = {\n $type?: 'chat.bsky.convo.defs#logBeginConvo'\n rev: string\n convoId: string\n}\n\nexport type { LogBeginConvo }\n\n/** 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. */\nconst logBeginConvo = l.typedObject<LogBeginConvo>(\n $nsid,\n 'logBeginConvo',\n l.object({ rev: l.string(), convoId: l.string() }),\n)\n\nexport { logBeginConvo }\n\n/** Event indicating the viewer accepted a convo, and it can be moved out of the request inbox. Can be direct or group. */\ntype LogAcceptConvo = {\n $type?: 'chat.bsky.convo.defs#logAcceptConvo'\n rev: string\n convoId: string\n}\n\nexport type { LogAcceptConvo }\n\n/** Event indicating the viewer accepted a convo, and it can be moved out of the request inbox. Can be direct or group. */\nconst logAcceptConvo = l.typedObject<LogAcceptConvo>(\n $nsid,\n 'logAcceptConvo',\n l.object({ rev: l.string(), convoId: l.string() }),\n)\n\nexport { logAcceptConvo }\n\n/** Event indicating the viewer left a convo. Can be direct or group. */\ntype LogLeaveConvo = {\n $type?: 'chat.bsky.convo.defs#logLeaveConvo'\n rev: string\n convoId: string\n}\n\nexport type { LogLeaveConvo }\n\n/** Event indicating the viewer left a convo. Can be direct or group. */\nconst logLeaveConvo = l.typedObject<LogLeaveConvo>(\n $nsid,\n 'logLeaveConvo',\n l.object({ rev: l.string(), convoId: l.string() }),\n)\n\nexport { logLeaveConvo }\n\n/** Event indicating the viewer muted a convo. Can be direct or group. */\ntype LogMuteConvo = {\n $type?: 'chat.bsky.convo.defs#logMuteConvo'\n rev: string\n convoId: string\n}\n\nexport type { LogMuteConvo }\n\n/** Event indicating the viewer muted a convo. Can be direct or group. */\nconst logMuteConvo = l.typedObject<LogMuteConvo>(\n $nsid,\n 'logMuteConvo',\n l.object({ rev: l.string(), convoId: l.string() }),\n)\n\nexport { logMuteConvo }\n\n/** Event indicating the viewer unmuted a convo. Can be direct or group. */\ntype LogUnmuteConvo = {\n $type?: 'chat.bsky.convo.defs#logUnmuteConvo'\n rev: string\n convoId: string\n}\n\nexport type { LogUnmuteConvo }\n\n/** Event indicating the viewer unmuted a convo. Can be direct or group. */\nconst logUnmuteConvo = l.typedObject<LogUnmuteConvo>(\n $nsid,\n 'logUnmuteConvo',\n l.object({ rev: l.string(), convoId: l.string() }),\n)\n\nexport { logUnmuteConvo }\n\n/** Event indicating a user-originated message was created. Is not emitted for system messages. */\ntype LogCreateMessage = {\n $type?: 'chat.bsky.convo.defs#logCreateMessage'\n rev: string\n convoId: string\n message:\n | l.$Typed<MessageView>\n | l.$Typed<DeletedMessageView>\n | l.Unknown$TypedObject\n}\n\nexport type { LogCreateMessage }\n\n/** Event indicating a user-originated message was created. Is not emitted for system messages. */\nconst logCreateMessage = l.typedObject<LogCreateMessage>(\n $nsid,\n 'logCreateMessage',\n l.object({\n rev: l.string(),\n convoId: l.string(),\n message: l.typedUnion(\n [\n l.typedRef<MessageView>((() => messageView) as any),\n l.typedRef<DeletedMessageView>((() => deletedMessageView) as any),\n ],\n false,\n ),\n }),\n)\n\nexport { logCreateMessage }\n\n/** Event indicating a user-originated message was deleted. Is not emitted for system messages. */\ntype LogDeleteMessage = {\n $type?: 'chat.bsky.convo.defs#logDeleteMessage'\n rev: string\n convoId: string\n message:\n | l.$Typed<MessageView>\n | l.$Typed<DeletedMessageView>\n | l.Unknown$TypedObject\n}\n\nexport type { LogDeleteMessage }\n\n/** Event indicating a user-originated message was deleted. Is not emitted for system messages. */\nconst logDeleteMessage = l.typedObject<LogDeleteMessage>(\n $nsid,\n 'logDeleteMessage',\n l.object({\n rev: l.string(),\n convoId: l.string(),\n message: l.typedUnion(\n [\n l.typedRef<MessageView>((() => messageView) as any),\n l.typedRef<DeletedMessageView>((() => deletedMessageView) as any),\n ],\n false,\n ),\n }),\n)\n\nexport { logDeleteMessage }\n\n/** @deprecated use logReadConvo instead. Event indicating a convo was read up to a certain message. */\ntype LogReadMessage = {\n $type?: 'chat.bsky.convo.defs#logReadMessage'\n rev: string\n convoId: string\n message:\n | l.$Typed<MessageView>\n | l.$Typed<DeletedMessageView>\n | l.$Typed<SystemMessageView>\n | l.Unknown$TypedObject\n}\n\nexport type { LogReadMessage }\n\n/** @deprecated use logReadConvo instead. Event indicating a convo was read up to a certain message. */\nconst logReadMessage = l.typedObject<LogReadMessage>(\n $nsid,\n 'logReadMessage',\n l.object({\n rev: l.string(),\n convoId: l.string(),\n message: l.typedUnion(\n [\n l.typedRef<MessageView>((() => messageView) as any),\n l.typedRef<DeletedMessageView>((() => deletedMessageView) as any),\n l.typedRef<SystemMessageView>((() => systemMessageView) as any),\n ],\n false,\n ),\n }),\n)\n\nexport { logReadMessage }\n\n/** Event indicating a reaction was added to a message. */\ntype LogAddReaction = {\n $type?: 'chat.bsky.convo.defs#logAddReaction'\n rev: string\n convoId: string\n message:\n | l.$Typed<MessageView>\n | l.$Typed<DeletedMessageView>\n | l.Unknown$TypedObject\n reaction: ReactionView\n}\n\nexport type { LogAddReaction }\n\n/** Event indicating a reaction was added to a message. */\nconst logAddReaction = l.typedObject<LogAddReaction>(\n $nsid,\n 'logAddReaction',\n l.object({\n rev: l.string(),\n convoId: l.string(),\n message: l.typedUnion(\n [\n l.typedRef<MessageView>((() => messageView) as any),\n l.typedRef<DeletedMessageView>((() => deletedMessageView) as any),\n ],\n false,\n ),\n reaction: l.ref<ReactionView>((() => reactionView) as any),\n }),\n)\n\nexport { logAddReaction }\n\n/** Event indicating a reaction was removed from a message. */\ntype LogRemoveReaction = {\n $type?: 'chat.bsky.convo.defs#logRemoveReaction'\n rev: string\n convoId: string\n message:\n | l.$Typed<MessageView>\n | l.$Typed<DeletedMessageView>\n | l.Unknown$TypedObject\n reaction: ReactionView\n}\n\nexport type { LogRemoveReaction }\n\n/** Event indicating a reaction was removed from a message. */\nconst logRemoveReaction = l.typedObject<LogRemoveReaction>(\n $nsid,\n 'logRemoveReaction',\n l.object({\n rev: l.string(),\n convoId: l.string(),\n message: l.typedUnion(\n [\n l.typedRef<MessageView>((() => messageView) as any),\n l.typedRef<DeletedMessageView>((() => deletedMessageView) as any),\n ],\n false,\n ),\n reaction: l.ref<ReactionView>((() => reactionView) as any),\n }),\n)\n\nexport { logRemoveReaction }\n\n/** [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. */\ntype LogReadConvo = {\n $type?: 'chat.bsky.convo.defs#logReadConvo'\n rev: string\n convoId: string\n message:\n | l.$Typed<MessageView>\n | l.$Typed<DeletedMessageView>\n | l.$Typed<SystemMessageView>\n | l.Unknown$TypedObject\n}\n\nexport type { LogReadConvo }\n\n/** [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. */\nconst logReadConvo = l.typedObject<LogReadConvo>(\n $nsid,\n 'logReadConvo',\n l.object({\n rev: l.string(),\n convoId: l.string(),\n message: l.typedUnion(\n [\n l.typedRef<MessageView>((() => messageView) as any),\n l.typedRef<DeletedMessageView>((() => deletedMessageView) as any),\n l.typedRef<SystemMessageView>((() => systemMessageView) as any),\n ],\n false,\n ),\n }),\n)\n\nexport { logReadConvo }\n\n/** [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). */\ntype LogAddMember = {\n $type?: 'chat.bsky.convo.defs#logAddMember'\n rev: string\n convoId: string\n\n /**\n * A system message with data of type #systemMessageDataAddMember\n */\n message: SystemMessageView\n\n /**\n * Profiles referred in the system message.\n */\n relatedProfiles: ActorDefs.ProfileViewBasic[]\n}\n\nexport type { LogAddMember }\n\n/** [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). */\nconst logAddMember = l.typedObject<LogAddMember>(\n $nsid,\n 'logAddMember',\n l.object({\n rev: l.string(),\n convoId: l.string(),\n message: l.ref<SystemMessageView>((() => systemMessageView) as any),\n relatedProfiles: l.array(\n l.ref<ActorDefs.ProfileViewBasic>(\n (() => ActorDefs.profileViewBasic) as any,\n ),\n ),\n }),\n)\n\nexport { logAddMember }\n\n/** [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). */\ntype LogRemoveMember = {\n $type?: 'chat.bsky.convo.defs#logRemoveMember'\n rev: string\n convoId: string\n\n /**\n * A system message with data of type #systemMessageDataRemoveMember\n */\n message: SystemMessageView\n\n /**\n * Profiles referred in the system message.\n */\n relatedProfiles: ActorDefs.ProfileViewBasic[]\n}\n\nexport type { LogRemoveMember }\n\n/** [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). */\nconst logRemoveMember = l.typedObject<LogRemoveMember>(\n $nsid,\n 'logRemoveMember',\n l.object({\n rev: l.string(),\n convoId: l.string(),\n message: l.ref<SystemMessageView>((() => systemMessageView) as any),\n relatedProfiles: l.array(\n l.ref<ActorDefs.ProfileViewBasic>(\n (() => ActorDefs.profileViewBasic) as any,\n ),\n ),\n }),\n)\n\nexport { logRemoveMember }\n\n/** [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). */\ntype LogMemberJoin = {\n $type?: 'chat.bsky.convo.defs#logMemberJoin'\n rev: string\n convoId: string\n\n /**\n * A system message with data of type #systemMessageDataMemberJoin\n */\n message: SystemMessageView\n\n /**\n * Profiles referred in the system message.\n */\n relatedProfiles: ActorDefs.ProfileViewBasic[]\n}\n\nexport type { LogMemberJoin }\n\n/** [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). */\nconst logMemberJoin = l.typedObject<LogMemberJoin>(\n $nsid,\n 'logMemberJoin',\n l.object({\n rev: l.string(),\n convoId: l.string(),\n message: l.ref<SystemMessageView>((() => systemMessageView) as any),\n relatedProfiles: l.array(\n l.ref<ActorDefs.ProfileViewBasic>(\n (() => ActorDefs.profileViewBasic) as any,\n ),\n ),\n }),\n)\n\nexport { logMemberJoin }\n\n/** [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). */\ntype LogMemberLeave = {\n $type?: 'chat.bsky.convo.defs#logMemberLeave'\n rev: string\n convoId: string\n\n /**\n * A system message with data of type #systemMessageDataMemberLeave\n */\n message: SystemMessageView\n\n /**\n * Profiles referred in the system message.\n */\n relatedProfiles: ActorDefs.ProfileViewBasic[]\n}\n\nexport type { LogMemberLeave }\n\n/** [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). */\nconst logMemberLeave = l.typedObject<LogMemberLeave>(\n $nsid,\n 'logMemberLeave',\n l.object({\n rev: l.string(),\n convoId: l.string(),\n message: l.ref<SystemMessageView>((() => systemMessageView) as any),\n relatedProfiles: l.array(\n l.ref<ActorDefs.ProfileViewBasic>(\n (() => ActorDefs.profileViewBasic) as any,\n ),\n ),\n }),\n)\n\nexport { logMemberLeave }\n\n/** [NOTE: This is under active development and should be considered unstable while this note is here]. Event indicating a group convo was locked. */\ntype LogLockConvo = {\n $type?: 'chat.bsky.convo.defs#logLockConvo'\n rev: string\n convoId: string\n\n /**\n * A system message with data of type #systemMessageDataLockConvo\n */\n message: SystemMessageView\n\n /**\n * Profiles referred in the system message.\n */\n relatedProfiles: ActorDefs.ProfileViewBasic[]\n}\n\nexport type { LogLockConvo }\n\n/** [NOTE: This is under active development and should be considered unstable while this note is here]. Event indicating a group convo was locked. */\nconst logLockConvo = l.typedObject<LogLockConvo>(\n $nsid,\n 'logLockConvo',\n l.object({\n rev: l.string(),\n convoId: l.string(),\n message: l.ref<SystemMessageView>((() => systemMessageView) as any),\n relatedProfiles: l.array(\n l.ref<ActorDefs.ProfileViewBasic>(\n (() => ActorDefs.profileViewBasic) as any,\n ),\n ),\n }),\n)\n\nexport { logLockConvo }\n\n/** [NOTE: This is under active development and should be considered unstable while this note is here]. Event indicating a group convo was unlocked. */\ntype LogUnlockConvo = {\n $type?: 'chat.bsky.convo.defs#logUnlockConvo'\n rev: string\n convoId: string\n\n /**\n * A system message with data of type #systemMessageDataUnlockConvo\n */\n message: SystemMessageView\n\n /**\n * Profiles referred in the system message.\n */\n relatedProfiles: ActorDefs.ProfileViewBasic[]\n}\n\nexport type { LogUnlockConvo }\n\n/** [NOTE: This is under active development and should be considered unstable while this note is here]. Event indicating a group convo was unlocked. */\nconst logUnlockConvo = l.typedObject<LogUnlockConvo>(\n $nsid,\n 'logUnlockConvo',\n l.object({\n rev: l.string(),\n convoId: l.string(),\n message: l.ref<SystemMessageView>((() => systemMessageView) as any),\n relatedProfiles: l.array(\n l.ref<ActorDefs.ProfileViewBasic>(\n (() => ActorDefs.profileViewBasic) as any,\n ),\n ),\n }),\n)\n\nexport { logUnlockConvo }\n\n/** [NOTE: This is under active development and should be considered unstable while this note is here]. Event indicating a group convo was locked permanently. */\ntype LogLockConvoPermanently = {\n $type?: 'chat.bsky.convo.defs#logLockConvoPermanently'\n rev: string\n convoId: string\n\n /**\n * A system message with data of type #systemMessageDataLockConvoPermanently\n */\n message: SystemMessageView\n\n /**\n * Profiles referred in the system message.\n */\n relatedProfiles: ActorDefs.ProfileViewBasic[]\n}\n\nexport type { LogLockConvoPermanently }\n\n/** [NOTE: This is under active development and should be considered unstable while this note is here]. Event indicating a group convo was locked permanently. */\nconst logLockConvoPermanently = l.typedObject<LogLockConvoPermanently>(\n $nsid,\n 'logLockConvoPermanently',\n l.object({\n rev: l.string(),\n convoId: l.string(),\n message: l.ref<SystemMessageView>((() => systemMessageView) as any),\n relatedProfiles: l.array(\n l.ref<ActorDefs.ProfileViewBasic>(\n (() => ActorDefs.profileViewBasic) as any,\n ),\n ),\n }),\n)\n\nexport { logLockConvoPermanently }\n\n/** [NOTE: This is under active development and should be considered unstable while this note is here]. Event indicating info about group convo was edited. */\ntype LogEditGroup = {\n $type?: 'chat.bsky.convo.defs#logEditGroup'\n rev: string\n convoId: string\n\n /**\n * A system message with data of type #systemMessageDataEditGroup\n */\n message: SystemMessageView\n}\n\nexport type { LogEditGroup }\n\n/** [NOTE: This is under active development and should be considered unstable while this note is here]. Event indicating info about group convo was edited. */\nconst logEditGroup = l.typedObject<LogEditGroup>(\n $nsid,\n 'logEditGroup',\n l.object({\n rev: l.string(),\n convoId: l.string(),\n message: l.ref<SystemMessageView>((() => systemMessageView) as any),\n }),\n)\n\nexport { logEditGroup }\n\n/** [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. */\ntype LogCreateJoinLink = {\n $type?: 'chat.bsky.convo.defs#logCreateJoinLink'\n rev: string\n convoId: string\n\n /**\n * A system message with data of type #systemMessageDataCreateJoinLink\n */\n message: SystemMessageView\n}\n\nexport type { LogCreateJoinLink }\n\n/** [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. */\nconst logCreateJoinLink = l.typedObject<LogCreateJoinLink>(\n $nsid,\n 'logCreateJoinLink',\n l.object({\n rev: l.string(),\n convoId: l.string(),\n message: l.ref<SystemMessageView>((() => systemMessageView) as any),\n }),\n)\n\nexport { logCreateJoinLink }\n\n/** [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. */\ntype LogEditJoinLink = {\n $type?: 'chat.bsky.convo.defs#logEditJoinLink'\n rev: string\n convoId: string\n\n /**\n * A system message with data of type #systemMessageDataEditJoinLink\n */\n message: SystemMessageView\n}\n\nexport type { LogEditJoinLink }\n\n/** [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. */\nconst logEditJoinLink = l.typedObject<LogEditJoinLink>(\n $nsid,\n 'logEditJoinLink',\n l.object({\n rev: l.string(),\n convoId: l.string(),\n message: l.ref<SystemMessageView>((() => systemMessageView) as any),\n }),\n)\n\nexport { logEditJoinLink }\n\n/** [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. */\ntype LogEnableJoinLink = {\n $type?: 'chat.bsky.convo.defs#logEnableJoinLink'\n rev: string\n convoId: string\n\n /**\n * A system message with data of type #systemMessageDataEnableJoinLink\n */\n message: SystemMessageView\n}\n\nexport type { LogEnableJoinLink }\n\n/** [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. */\nconst logEnableJoinLink = l.typedObject<LogEnableJoinLink>(\n $nsid,\n 'logEnableJoinLink',\n l.object({\n rev: l.string(),\n convoId: l.string(),\n message: l.ref<SystemMessageView>((() => systemMessageView) as any),\n }),\n)\n\nexport { logEnableJoinLink }\n\n/** [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. */\ntype LogDisableJoinLink = {\n $type?: 'chat.bsky.convo.defs#logDisableJoinLink'\n rev: string\n convoId: string\n\n /**\n * A system message with data of type #systemMessageDataDisableJoinLink\n */\n message: SystemMessageView\n}\n\nexport type { LogDisableJoinLink }\n\n/** [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. */\nconst logDisableJoinLink = l.typedObject<LogDisableJoinLink>(\n $nsid,\n 'logDisableJoinLink',\n l.object({\n rev: l.string(),\n convoId: l.string(),\n message: l.ref<SystemMessageView>((() => systemMessageView) as any),\n }),\n)\n\nexport { logDisableJoinLink }\n\n/** [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. */\ntype LogIncomingJoinRequest = {\n $type?: 'chat.bsky.convo.defs#logIncomingJoinRequest'\n rev: string\n convoId: string\n\n /**\n * Prospective member who requested to join.\n */\n member: ActorDefs.ProfileViewBasic\n}\n\nexport type { LogIncomingJoinRequest }\n\n/** [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. */\nconst logIncomingJoinRequest = l.typedObject<LogIncomingJoinRequest>(\n $nsid,\n 'logIncomingJoinRequest',\n l.object({\n rev: l.string(),\n convoId: l.string(),\n member: l.ref<ActorDefs.ProfileViewBasic>(\n (() => ActorDefs.profileViewBasic) as any,\n ),\n }),\n)\n\nexport { logIncomingJoinRequest }\n\n/** [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. */\ntype LogApproveJoinRequest = {\n $type?: 'chat.bsky.convo.defs#logApproveJoinRequest'\n rev: string\n convoId: string\n\n /**\n * Prospective member who requested to join.\n */\n member: ActorDefs.ProfileViewBasic\n}\n\nexport type { LogApproveJoinRequest }\n\n/** [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. */\nconst logApproveJoinRequest = l.typedObject<LogApproveJoinRequest>(\n $nsid,\n 'logApproveJoinRequest',\n l.object({\n rev: l.string(),\n convoId: l.string(),\n member: l.ref<ActorDefs.ProfileViewBasic>(\n (() => ActorDefs.profileViewBasic) as any,\n ),\n }),\n)\n\nexport { logApproveJoinRequest }\n\n/** [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. */\ntype LogRejectJoinRequest = {\n $type?: 'chat.bsky.convo.defs#logRejectJoinRequest'\n rev: string\n convoId: string\n\n /**\n * Prospective member who requested to join.\n */\n member: ActorDefs.ProfileViewBasic\n}\n\nexport type { LogRejectJoinRequest }\n\n/** [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. */\nconst logRejectJoinRequest = l.typedObject<LogRejectJoinRequest>(\n $nsid,\n 'logRejectJoinRequest',\n l.object({\n rev: l.string(),\n convoId: l.string(),\n member: l.ref<ActorDefs.ProfileViewBasic>(\n (() => ActorDefs.profileViewBasic) as any,\n ),\n }),\n)\n\nexport { logRejectJoinRequest }\n\n/** [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. */\ntype LogOutgoingJoinRequest = {\n $type?: 'chat.bsky.convo.defs#logOutgoingJoinRequest'\n rev: string\n convoId: string\n}\n\nexport type { LogOutgoingJoinRequest }\n\n/** [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. */\nconst logOutgoingJoinRequest = l.typedObject<LogOutgoingJoinRequest>(\n $nsid,\n 'logOutgoingJoinRequest',\n l.object({ rev: l.string(), convoId: l.string() }),\n)\n\nexport { logOutgoingJoinRequest }\n"]}
|
|
@@ -2,10 +2,11 @@ import { l } from '@atproto/lex';
|
|
|
2
2
|
import * as ConvoDefs from './defs.defs.js';
|
|
3
3
|
declare const $nsid = "chat.bsky.convo.deleteMessageForSelf";
|
|
4
4
|
export { $nsid };
|
|
5
|
+
/** Marks a message as deleted for the viewer, so they won't see that message in future enumerations. */
|
|
5
6
|
declare const main: l.Procedure<"chat.bsky.convo.deleteMessageForSelf", l.ParamsSchema<{}>, l.Payload<"application/json", l.ObjectSchema<{
|
|
6
7
|
convoId: l.StringSchema<{}>;
|
|
7
8
|
messageId: l.StringSchema<{}>;
|
|
8
|
-
}>>, l.Payload<"application/json", l.RefSchema<l.Validator<ConvoDefs.DeletedMessageView, ConvoDefs.DeletedMessageView>>>,
|
|
9
|
+
}>>, l.Payload<"application/json", l.RefSchema<l.Validator<ConvoDefs.DeletedMessageView, ConvoDefs.DeletedMessageView>>>, readonly ["InvalidConvo", "MessageDeleteNotAllowed"]>;
|
|
9
10
|
export { main };
|
|
10
11
|
export type $Params = l.InferMethodParams<typeof main>;
|
|
11
12
|
export type $Input<B = l.BinaryData> = l.InferMethodInput<typeof main, B>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deleteMessageForSelf.defs.d.ts","sourceRoot":"","sources":["../../../../../src/lexicons/chat/bsky/convo/deleteMessageForSelf.defs.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,CAAC,EAAE,MAAM,cAAc,CAAA;AAChC,OAAO,KAAK,SAAS,MAAM,gBAAgB,CAAA;AAE3C,QAAA,MAAM,KAAK,yCAAyC,CAAA;AAEpD,OAAO,EAAE,KAAK,EAAE,CAAA;AAEhB,QAAA,MAAM,IAAI
|
|
1
|
+
{"version":3,"file":"deleteMessageForSelf.defs.d.ts","sourceRoot":"","sources":["../../../../../src/lexicons/chat/bsky/convo/deleteMessageForSelf.defs.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,CAAC,EAAE,MAAM,cAAc,CAAA;AAChC,OAAO,KAAK,SAAS,MAAM,gBAAgB,CAAA;AAE3C,QAAA,MAAM,KAAK,yCAAyC,CAAA;AAEpD,OAAO,EAAE,KAAK,EAAE,CAAA;AAEhB,wGAAwG;AACxG,QAAA,MAAM,IAAI;;;+KAWT,CAAA;AACD,OAAO,EAAE,IAAI,EAAE,CAAA;AAEf,MAAM,MAAM,OAAO,GAAG,CAAC,CAAC,iBAAiB,CAAC,OAAO,IAAI,CAAC,CAAA;AACtD,MAAM,MAAM,MAAM,CAAC,CAAC,GAAG,CAAC,CAAC,UAAU,IAAI,CAAC,CAAC,gBAAgB,CAAC,OAAO,IAAI,EAAE,CAAC,CAAC,CAAA;AACzE,MAAM,MAAM,UAAU,CAAC,CAAC,GAAG,CAAC,CAAC,UAAU,IAAI,CAAC,CAAC,oBAAoB,CAC/D,OAAO,IAAI,EACX,CAAC,CACF,CAAA;AACD,MAAM,MAAM,OAAO,CAAC,CAAC,GAAG,CAAC,CAAC,UAAU,IAAI,CAAC,CAAC,iBAAiB,CAAC,OAAO,IAAI,EAAE,CAAC,CAAC,CAAA;AAC3E,MAAM,MAAM,WAAW,CAAC,CAAC,GAAG,CAAC,CAAC,UAAU,IAAI,CAAC,CAAC,qBAAqB,CACjE,OAAO,IAAI,EACX,CAAC,CACF,CAAA;AAED,eAAO,MAAM,IAAI,wCAAY,EAC3B,OAAO,oBAAkB,EACzB,MAAM;;;GAAa,EACnB,OAAO,qHAAc,CAAA"}
|