Skip to content

Commit 994bbb9

Browse files
chore: Update lexicons (#113)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4428ebe commit 994bbb9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

packages/lexicons/src/lib/lexicons.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
* @module
66
* Contains type declarations for Bluesky lexicons
77
* @generated
8-
* Generated on: 2026-01-21T05:31:42.772Z
8+
* Generated on: 2026-01-22T04:14:17.501Z
99
* Version: main
10-
* Source: https://github.com/bluesky-social/atproto/tree/9bdd35881aa7efce6595ef708ba13d99c473d114/lexicons
10+
* Source: https://github.com/bluesky-social/atproto/tree/2c4eb7fe207e0ae5f1840881940f400c486bf143/lexicons
1111
*/
1212

1313
/** Base type with optional type field */
@@ -769,6 +769,10 @@ export declare namespace AppBskyAuthCreatePosts {
769769
type Main = At.PermissionSet;
770770
}
771771

772+
export declare namespace AppBskyAuthDeleteContent {
773+
type Main = At.PermissionSet;
774+
}
775+
772776
export declare namespace AppBskyAuthFullApp {
773777
type Main = At.PermissionSet;
774778
}

0 commit comments

Comments
 (0)