update, rm permission sets
This commit is contained in:
@@ -1,76 +0,0 @@
|
||||
{
|
||||
"id": "chat.bsky.authFullChatClient",
|
||||
"defs": {
|
||||
"main": {
|
||||
"type": "permission-set",
|
||||
"title": "Full Chat Client (All Conversations)",
|
||||
"detail": "Control of all chat conversations and configuration management.",
|
||||
"title:lang": {},
|
||||
"detail:lang": {
|
||||
"en": "All Chat Conversations"
|
||||
},
|
||||
"permissions": [
|
||||
{
|
||||
"lxm": [
|
||||
"chat.bsky.actor.deleteAccount",
|
||||
"chat.bsky.actor.getStatus",
|
||||
"chat.bsky.convo.acceptConvo",
|
||||
"chat.bsky.convo.addReaction",
|
||||
"chat.bsky.convo.deleteMessageForSelf",
|
||||
"chat.bsky.convo.exportAccountData",
|
||||
"chat.bsky.convo.getConvo",
|
||||
"chat.bsky.convo.getConvoAvailability",
|
||||
"chat.bsky.convo.getConvoForMembers",
|
||||
"chat.bsky.convo.getConvoMembers",
|
||||
"chat.bsky.convo.getLog",
|
||||
"chat.bsky.convo.getMessages",
|
||||
"chat.bsky.convo.leaveConvo",
|
||||
"chat.bsky.convo.listConvoRequests",
|
||||
"chat.bsky.convo.listConvos",
|
||||
"chat.bsky.convo.lockConvo",
|
||||
"chat.bsky.convo.muteConvo",
|
||||
"chat.bsky.convo.removeReaction",
|
||||
"chat.bsky.convo.sendMessage",
|
||||
"chat.bsky.convo.sendMessageBatch",
|
||||
"chat.bsky.convo.unlockConvo",
|
||||
"chat.bsky.convo.unmuteConvo",
|
||||
"chat.bsky.convo.updateAllRead",
|
||||
"chat.bsky.convo.updateRead",
|
||||
"chat.bsky.group.addMembers",
|
||||
"chat.bsky.group.approveJoinRequest",
|
||||
"chat.bsky.group.createGroup",
|
||||
"chat.bsky.group.createJoinLink",
|
||||
"chat.bsky.group.disableJoinLink",
|
||||
"chat.bsky.group.editGroup",
|
||||
"chat.bsky.group.editJoinLink",
|
||||
"chat.bsky.group.enableJoinLink",
|
||||
"chat.bsky.group.getJoinLinkPreviews",
|
||||
"chat.bsky.group.listJoinRequests",
|
||||
"chat.bsky.group.listMutualGroups",
|
||||
"chat.bsky.group.rejectJoinRequest",
|
||||
"chat.bsky.group.removeMembers",
|
||||
"chat.bsky.group.requestJoin",
|
||||
"chat.bsky.group.withdrawJoinRequest"
|
||||
],
|
||||
"type": "permission",
|
||||
"resource": "rpc",
|
||||
"inheritAud": true
|
||||
},
|
||||
{
|
||||
"type": "permission",
|
||||
"action": [
|
||||
"create",
|
||||
"update",
|
||||
"delete"
|
||||
],
|
||||
"resource": "repo",
|
||||
"collection": [
|
||||
"chat.bsky.actor.declaration"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"$type": "com.atproto.lexicon.schema",
|
||||
"lexicon": 1
|
||||
}
|
||||
@@ -1,13 +0,0 @@
|
||||
{
|
||||
"lexicon": 1,
|
||||
"id": "chat.bsky.convo.exportAccountData",
|
||||
"description": "Stub: chat.bsky.convo.exportAccountData is referenced in chat.bsky.authFullChatClient but the lexicon may have been renamed in the local repo.",
|
||||
"defs": {
|
||||
"main": {
|
||||
"type": "query",
|
||||
"output": {
|
||||
"encoding": "application/jsonl"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -23,7 +23,8 @@
|
||||
"type": "string",
|
||||
"format": "did"
|
||||
},
|
||||
"maxLength": 49
|
||||
"maxLength": 10000,
|
||||
"description": "The members to add to the group. The owner is automatically added. Implementations may enforce a lower maximum than the 10,000-item schema limit; Bluesky currently supports up to 100 total members. If the owner is included in this list, the list may contain up to the implementation's total member limit. Otherwise, it may contain one fewer."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user