Skip to content

Commit 4dfca58

Browse files
committed
Add enum for app.bsky.ageAssurance
This is a temporary measure and will be removed eventually. This is just to get ATProtoKit to build again.
1 parent acf019b commit 4dfca58

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Sources/ATProtoKit/Models/Lexicons/app.bsky/AppBskyLexicon.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ extension AppBskyLexicon {
1616
/// A group of lexicons within the `app.bsky.actor` namespace.
1717
public enum Actor {}
1818

19+
/// A group of lexicons within the `app.bsky.ageAssurance` namespace.
20+
public enum AgeAssurance {}
21+
1922
/// A group of lexicons within the `app.bsky.bookmark` namespace.
2023
public enum Bookmark {}
2124

0 commit comments

Comments
 (0)