add @bsky.app/sdk + @atproto/lex, vendor lexicons, codegen via lex cli
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"lexicon": 1,
|
||||
"id": "app.bsky.authManageNotifications",
|
||||
"defs": {
|
||||
"main": {
|
||||
"type": "permission-set",
|
||||
"title": "Manage Bluesky Notifications",
|
||||
"title:lang": {},
|
||||
"detail": "View and configure notifications for the Bluesky app.",
|
||||
"detail:lang": {},
|
||||
"permissions": [
|
||||
{
|
||||
"type": "permission",
|
||||
"resource": "rpc",
|
||||
"inheritAud": true,
|
||||
"lxm": [
|
||||
"app.bsky.notification.getPreferences",
|
||||
"app.bsky.notification.getUnreadCount",
|
||||
"app.bsky.notification.listActivitySubscriptions",
|
||||
"app.bsky.notification.listNotifications",
|
||||
"app.bsky.notification.putActivitySubscription",
|
||||
"app.bsky.notification.putPreferences",
|
||||
"app.bsky.notification.putPreferencesV2",
|
||||
"app.bsky.notification.registerPush",
|
||||
"app.bsky.notification.unregisterPush",
|
||||
"app.bsky.notification.updateSeen"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user