add @bsky.app/sdk + @atproto/lex, vendor lexicons, codegen via lex cli
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"lexicon": 1,
|
||||
"id": "app.bsky.authManageFeedDeclarations",
|
||||
"defs": {
|
||||
"main": {
|
||||
"type": "permission-set",
|
||||
"title": "Manage Hosted Feeds",
|
||||
"title:lang": {},
|
||||
"detail": "Configure feed generator declaration records.",
|
||||
"detail:lang": {},
|
||||
"permissions": [
|
||||
{
|
||||
"type": "permission",
|
||||
"resource": "repo",
|
||||
"action": ["create", "update", "delete"],
|
||||
"collection": ["app.bsky.feed.generator"]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user