@atproto/api 0.0.0-spaces-alpha-20260818021221
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +2573 -0
- package/LICENSE.txt +7 -0
- package/OAUTH.md +286 -0
- package/README.md +371 -0
- package/dist/age-assurance.d.ts +33 -0
- package/dist/age-assurance.d.ts.map +1 -0
- package/dist/age-assurance.js +98 -0
- package/dist/age-assurance.js.map +1 -0
- package/dist/age-assurance.test.d.ts +2 -0
- package/dist/age-assurance.test.d.ts.map +1 -0
- package/dist/age-assurance.test.js +236 -0
- package/dist/age-assurance.test.js.map +1 -0
- package/dist/agent.d.ts +270 -0
- package/dist/agent.d.ts.map +1 -0
- package/dist/agent.js +1265 -0
- package/dist/agent.js.map +1 -0
- package/dist/atp-agent.d.ts +118 -0
- package/dist/atp-agent.d.ts.map +1 -0
- package/dist/atp-agent.js +441 -0
- package/dist/atp-agent.js.map +1 -0
- package/dist/bsky-agent.d.ts +6 -0
- package/dist/bsky-agent.d.ts.map +1 -0
- package/dist/bsky-agent.js +13 -0
- package/dist/bsky-agent.js.map +1 -0
- package/dist/client/index.d.ts +1984 -0
- package/dist/client/index.d.ts.map +1 -0
- package/dist/client/index.js +3491 -0
- package/dist/client/index.js.map +1 -0
- package/dist/client/lexicons.d.ts +52513 -0
- package/dist/client/lexicons.d.ts.map +1 -0
- package/dist/client/lexicons.js +28226 -0
- package/dist/client/lexicons.js.map +1 -0
- package/dist/client/types/app/bsky/actor/defs.d.ts +393 -0
- package/dist/client/types/app/bsky/actor/defs.d.ts.map +1 -0
- package/dist/client/types/app/bsky/actor/defs.js +241 -0
- package/dist/client/types/app/bsky/actor/defs.js.map +1 -0
- package/dist/client/types/app/bsky/actor/getPreferences.d.ts +21 -0
- package/dist/client/types/app/bsky/actor/getPreferences.d.ts.map +1 -0
- package/dist/client/types/app/bsky/actor/getPreferences.js +14 -0
- package/dist/client/types/app/bsky/actor/getPreferences.js.map +1 -0
- package/dist/client/types/app/bsky/actor/getProfile.d.ts +22 -0
- package/dist/client/types/app/bsky/actor/getProfile.d.ts.map +1 -0
- package/dist/client/types/app/bsky/actor/getProfile.js +14 -0
- package/dist/client/types/app/bsky/actor/getProfile.js.map +1 -0
- package/dist/client/types/app/bsky/actor/getProfiles.d.ts +23 -0
- package/dist/client/types/app/bsky/actor/getProfiles.d.ts.map +1 -0
- package/dist/client/types/app/bsky/actor/getProfiles.js +14 -0
- package/dist/client/types/app/bsky/actor/getProfiles.js.map +1 -0
- package/dist/client/types/app/bsky/actor/getSuggestions.d.ts +29 -0
- package/dist/client/types/app/bsky/actor/getSuggestions.d.ts.map +1 -0
- package/dist/client/types/app/bsky/actor/getSuggestions.js +14 -0
- package/dist/client/types/app/bsky/actor/getSuggestions.js.map +1 -0
- package/dist/client/types/app/bsky/actor/profile.d.ts +31 -0
- package/dist/client/types/app/bsky/actor/profile.d.ts.map +1 -0
- package/dist/client/types/app/bsky/actor/profile.js +18 -0
- package/dist/client/types/app/bsky/actor/profile.js.map +1 -0
- package/dist/client/types/app/bsky/actor/putPreferences.d.ts +21 -0
- package/dist/client/types/app/bsky/actor/putPreferences.d.ts.map +1 -0
- package/dist/client/types/app/bsky/actor/putPreferences.js +14 -0
- package/dist/client/types/app/bsky/actor/putPreferences.js.map +1 -0
- package/dist/client/types/app/bsky/actor/searchActors.d.ts +29 -0
- package/dist/client/types/app/bsky/actor/searchActors.d.ts.map +1 -0
- package/dist/client/types/app/bsky/actor/searchActors.js +14 -0
- package/dist/client/types/app/bsky/actor/searchActors.js.map +1 -0
- package/dist/client/types/app/bsky/actor/searchActorsTypeahead.d.ts +27 -0
- package/dist/client/types/app/bsky/actor/searchActorsTypeahead.d.ts.map +1 -0
- package/dist/client/types/app/bsky/actor/searchActorsTypeahead.js +14 -0
- package/dist/client/types/app/bsky/actor/searchActorsTypeahead.js.map +1 -0
- package/dist/client/types/app/bsky/actor/status.d.ts +24 -0
- package/dist/client/types/app/bsky/actor/status.d.ts.map +1 -0
- package/dist/client/types/app/bsky/actor/status.js +20 -0
- package/dist/client/types/app/bsky/actor/status.js.map +1 -0
- package/dist/client/types/app/bsky/ageassurance/begin.d.ts +42 -0
- package/dist/client/types/app/bsky/ageassurance/begin.d.ts.map +1 -0
- package/dist/client/types/app/bsky/ageassurance/begin.js +44 -0
- package/dist/client/types/app/bsky/ageassurance/begin.js.map +1 -0
- package/dist/client/types/app/bsky/ageassurance/defs.d.ts +144 -0
- package/dist/client/types/app/bsky/ageassurance/defs.d.ts.map +1 -0
- package/dist/client/types/app/bsky/ageassurance/defs.js +94 -0
- package/dist/client/types/app/bsky/ageassurance/defs.js.map +1 -0
- package/dist/client/types/app/bsky/ageassurance/getConfig.d.ts +19 -0
- package/dist/client/types/app/bsky/ageassurance/getConfig.d.ts.map +1 -0
- package/dist/client/types/app/bsky/ageassurance/getConfig.js +14 -0
- package/dist/client/types/app/bsky/ageassurance/getConfig.js.map +1 -0
- package/dist/client/types/app/bsky/ageassurance/getState.d.ts +25 -0
- package/dist/client/types/app/bsky/ageassurance/getState.d.ts.map +1 -0
- package/dist/client/types/app/bsky/ageassurance/getState.js +14 -0
- package/dist/client/types/app/bsky/ageassurance/getState.js.map +1 -0
- package/dist/client/types/app/bsky/bookmark/createBookmark.d.ts +24 -0
- package/dist/client/types/app/bsky/bookmark/createBookmark.d.ts.map +1 -0
- package/dist/client/types/app/bsky/bookmark/createBookmark.js +23 -0
- package/dist/client/types/app/bsky/bookmark/createBookmark.js.map +1 -0
- package/dist/client/types/app/bsky/bookmark/defs.d.ts +25 -0
- package/dist/client/types/app/bsky/bookmark/defs.d.ts.map +1 -0
- package/dist/client/types/app/bsky/bookmark/defs.js +24 -0
- package/dist/client/types/app/bsky/bookmark/defs.js.map +1 -0
- package/dist/client/types/app/bsky/bookmark/deleteBookmark.d.ts +23 -0
- package/dist/client/types/app/bsky/bookmark/deleteBookmark.d.ts.map +1 -0
- package/dist/client/types/app/bsky/bookmark/deleteBookmark.js +23 -0
- package/dist/client/types/app/bsky/bookmark/deleteBookmark.js.map +1 -0
- package/dist/client/types/app/bsky/bookmark/getBookmarks.d.ts +25 -0
- package/dist/client/types/app/bsky/bookmark/getBookmarks.d.ts.map +1 -0
- package/dist/client/types/app/bsky/bookmark/getBookmarks.js +14 -0
- package/dist/client/types/app/bsky/bookmark/getBookmarks.js.map +1 -0
- package/dist/client/types/app/bsky/contact/defs.d.ts +34 -0
- package/dist/client/types/app/bsky/contact/defs.d.ts.map +1 -0
- package/dist/client/types/app/bsky/contact/defs.js +31 -0
- package/dist/client/types/app/bsky/contact/defs.js.map +1 -0
- package/dist/client/types/app/bsky/contact/dismissMatch.d.ts +30 -0
- package/dist/client/types/app/bsky/contact/dismissMatch.d.ts.map +1 -0
- package/dist/client/types/app/bsky/contact/dismissMatch.js +30 -0
- package/dist/client/types/app/bsky/contact/dismissMatch.js.map +1 -0
- package/dist/client/types/app/bsky/contact/getMatches.d.ts +37 -0
- package/dist/client/types/app/bsky/contact/getMatches.d.ts.map +1 -0
- package/dist/client/types/app/bsky/contact/getMatches.js +44 -0
- package/dist/client/types/app/bsky/contact/getMatches.js.map +1 -0
- package/dist/client/types/app/bsky/contact/getSyncStatus.d.ts +27 -0
- package/dist/client/types/app/bsky/contact/getSyncStatus.d.ts.map +1 -0
- package/dist/client/types/app/bsky/contact/getSyncStatus.js +30 -0
- package/dist/client/types/app/bsky/contact/getSyncStatus.js.map +1 -0
- package/dist/client/types/app/bsky/contact/importContacts.d.ts +44 -0
- package/dist/client/types/app/bsky/contact/importContacts.d.ts.map +1 -0
- package/dist/client/types/app/bsky/contact/importContacts.js +51 -0
- package/dist/client/types/app/bsky/contact/importContacts.js.map +1 -0
- package/dist/client/types/app/bsky/contact/removeData.d.ts +28 -0
- package/dist/client/types/app/bsky/contact/removeData.d.ts.map +1 -0
- package/dist/client/types/app/bsky/contact/removeData.js +30 -0
- package/dist/client/types/app/bsky/contact/removeData.js.map +1 -0
- package/dist/client/types/app/bsky/contact/sendNotification.d.ts +26 -0
- package/dist/client/types/app/bsky/contact/sendNotification.d.ts.map +1 -0
- package/dist/client/types/app/bsky/contact/sendNotification.js +14 -0
- package/dist/client/types/app/bsky/contact/sendNotification.js.map +1 -0
- package/dist/client/types/app/bsky/contact/startPhoneVerification.d.ts +36 -0
- package/dist/client/types/app/bsky/contact/startPhoneVerification.d.ts.map +1 -0
- package/dist/client/types/app/bsky/contact/startPhoneVerification.js +44 -0
- package/dist/client/types/app/bsky/contact/startPhoneVerification.js.map +1 -0
- package/dist/client/types/app/bsky/contact/verifyPhone.d.ts +43 -0
- package/dist/client/types/app/bsky/contact/verifyPhone.d.ts.map +1 -0
- package/dist/client/types/app/bsky/contact/verifyPhone.js +51 -0
- package/dist/client/types/app/bsky/contact/verifyPhone.js.map +1 -0
- package/dist/client/types/app/bsky/draft/createDraft.d.ts +29 -0
- package/dist/client/types/app/bsky/draft/createDraft.d.ts.map +1 -0
- package/dist/client/types/app/bsky/draft/createDraft.js +23 -0
- package/dist/client/types/app/bsky/draft/createDraft.js.map +1 -0
- package/dist/client/types/app/bsky/draft/defs.d.ts +120 -0
- package/dist/client/types/app/bsky/draft/defs.d.ts.map +1 -0
- package/dist/client/types/app/bsky/draft/defs.js +87 -0
- package/dist/client/types/app/bsky/draft/defs.js.map +1 -0
- package/dist/client/types/app/bsky/draft/deleteDraft.d.ts +20 -0
- package/dist/client/types/app/bsky/draft/deleteDraft.d.ts.map +1 -0
- package/dist/client/types/app/bsky/draft/deleteDraft.js +14 -0
- package/dist/client/types/app/bsky/draft/deleteDraft.js.map +1 -0
- package/dist/client/types/app/bsky/draft/getDrafts.d.ts +25 -0
- package/dist/client/types/app/bsky/draft/getDrafts.d.ts.map +1 -0
- package/dist/client/types/app/bsky/draft/getDrafts.js +14 -0
- package/dist/client/types/app/bsky/draft/getDrafts.js.map +1 -0
- package/dist/client/types/app/bsky/draft/updateDraft.d.ts +21 -0
- package/dist/client/types/app/bsky/draft/updateDraft.d.ts.map +1 -0
- package/dist/client/types/app/bsky/draft/updateDraft.js +14 -0
- package/dist/client/types/app/bsky/draft/updateDraft.js.map +1 -0
- package/dist/client/types/app/bsky/embed/defs.d.ts +13 -0
- package/dist/client/types/app/bsky/embed/defs.d.ts.map +1 -0
- package/dist/client/types/app/bsky/embed/defs.js +17 -0
- package/dist/client/types/app/bsky/embed/defs.js.map +1 -0
- package/dist/client/types/app/bsky/embed/external.d.ts +85 -0
- package/dist/client/types/app/bsky/embed/external.d.ts.map +1 -0
- package/dist/client/types/app/bsky/embed/external.js +59 -0
- package/dist/client/types/app/bsky/embed/external.js.map +1 -0
- package/dist/client/types/app/bsky/embed/gallery.d.ts +45 -0
- package/dist/client/types/app/bsky/embed/gallery.d.ts.map +1 -0
- package/dist/client/types/app/bsky/embed/gallery.js +38 -0
- package/dist/client/types/app/bsky/embed/gallery.js.map +1 -0
- package/dist/client/types/app/bsky/embed/getEmbedExternalView.d.ts +32 -0
- package/dist/client/types/app/bsky/embed/getEmbedExternalView.d.ts.map +1 -0
- package/dist/client/types/app/bsky/embed/getEmbedExternalView.js +14 -0
- package/dist/client/types/app/bsky/embed/getEmbedExternalView.js.map +1 -0
- package/dist/client/types/app/bsky/embed/images.d.ts +40 -0
- package/dist/client/types/app/bsky/embed/images.d.ts.map +1 -0
- package/dist/client/types/app/bsky/embed/images.js +38 -0
- package/dist/client/types/app/bsky/embed/images.js.map +1 -0
- package/dist/client/types/app/bsky/embed/record.d.ts +74 -0
- package/dist/client/types/app/bsky/embed/record.d.ts.map +1 -0
- package/dist/client/types/app/bsky/embed/record.js +52 -0
- package/dist/client/types/app/bsky/embed/record.js.map +1 -0
- package/dist/client/types/app/bsky/embed/recordWithMedia.d.ts +29 -0
- package/dist/client/types/app/bsky/embed/recordWithMedia.d.ts.map +1 -0
- package/dist/client/types/app/bsky/embed/recordWithMedia.js +24 -0
- package/dist/client/types/app/bsky/embed/recordWithMedia.js.map +1 -0
- package/dist/client/types/app/bsky/embed/video.d.ts +38 -0
- package/dist/client/types/app/bsky/embed/video.d.ts.map +1 -0
- package/dist/client/types/app/bsky/embed/video.js +31 -0
- package/dist/client/types/app/bsky/embed/video.js.map +1 -0
- package/dist/client/types/app/bsky/feed/defs.d.ts +235 -0
- package/dist/client/types/app/bsky/feed/defs.d.ts.map +1 -0
- package/dist/client/types/app/bsky/feed/defs.js +164 -0
- package/dist/client/types/app/bsky/feed/defs.js.map +1 -0
- package/dist/client/types/app/bsky/feed/describeFeedGenerator.d.ts +36 -0
- package/dist/client/types/app/bsky/feed/describeFeedGenerator.d.ts.map +1 -0
- package/dist/client/types/app/bsky/feed/describeFeedGenerator.js +28 -0
- package/dist/client/types/app/bsky/feed/describeFeedGenerator.js.map +1 -0
- package/dist/client/types/app/bsky/feed/generator.d.ts +27 -0
- package/dist/client/types/app/bsky/feed/generator.d.ts.map +1 -0
- package/dist/client/types/app/bsky/feed/generator.js +18 -0
- package/dist/client/types/app/bsky/feed/generator.js.map +1 -0
- package/dist/client/types/app/bsky/feed/getActorFeeds.d.ts +26 -0
- package/dist/client/types/app/bsky/feed/getActorFeeds.d.ts.map +1 -0
- package/dist/client/types/app/bsky/feed/getActorFeeds.js +14 -0
- package/dist/client/types/app/bsky/feed/getActorFeeds.js.map +1 -0
- package/dist/client/types/app/bsky/feed/getActorLikes.d.ts +32 -0
- package/dist/client/types/app/bsky/feed/getActorLikes.d.ts.map +1 -0
- package/dist/client/types/app/bsky/feed/getActorLikes.js +30 -0
- package/dist/client/types/app/bsky/feed/getActorLikes.js.map +1 -0
- package/dist/client/types/app/bsky/feed/getAuthorFeed.d.ts +35 -0
- package/dist/client/types/app/bsky/feed/getAuthorFeed.d.ts.map +1 -0
- package/dist/client/types/app/bsky/feed/getAuthorFeed.js +30 -0
- package/dist/client/types/app/bsky/feed/getAuthorFeed.js.map +1 -0
- package/dist/client/types/app/bsky/feed/getFeed.d.ts +29 -0
- package/dist/client/types/app/bsky/feed/getFeed.d.ts.map +1 -0
- package/dist/client/types/app/bsky/feed/getFeed.js +23 -0
- package/dist/client/types/app/bsky/feed/getFeed.js.map +1 -0
- package/dist/client/types/app/bsky/feed/getFeedGenerator.d.ts +28 -0
- package/dist/client/types/app/bsky/feed/getFeedGenerator.d.ts.map +1 -0
- package/dist/client/types/app/bsky/feed/getFeedGenerator.js +14 -0
- package/dist/client/types/app/bsky/feed/getFeedGenerator.js.map +1 -0
- package/dist/client/types/app/bsky/feed/getFeedGenerators.d.ts +23 -0
- package/dist/client/types/app/bsky/feed/getFeedGenerators.d.ts.map +1 -0
- package/dist/client/types/app/bsky/feed/getFeedGenerators.js +14 -0
- package/dist/client/types/app/bsky/feed/getFeedGenerators.js.map +1 -0
- package/dist/client/types/app/bsky/feed/getFeedSkeleton.d.ts +32 -0
- package/dist/client/types/app/bsky/feed/getFeedSkeleton.d.ts.map +1 -0
- package/dist/client/types/app/bsky/feed/getFeedSkeleton.js +23 -0
- package/dist/client/types/app/bsky/feed/getFeedSkeleton.js.map +1 -0
- package/dist/client/types/app/bsky/feed/getLikes.d.ts +40 -0
- package/dist/client/types/app/bsky/feed/getLikes.d.ts.map +1 -0
- package/dist/client/types/app/bsky/feed/getLikes.js +21 -0
- package/dist/client/types/app/bsky/feed/getLikes.js.map +1 -0
- package/dist/client/types/app/bsky/feed/getListFeed.d.ts +30 -0
- package/dist/client/types/app/bsky/feed/getListFeed.d.ts.map +1 -0
- package/dist/client/types/app/bsky/feed/getListFeed.js +23 -0
- package/dist/client/types/app/bsky/feed/getListFeed.js.map +1 -0
- package/dist/client/types/app/bsky/feed/getPostThread.d.ts +35 -0
- package/dist/client/types/app/bsky/feed/getPostThread.d.ts.map +1 -0
- package/dist/client/types/app/bsky/feed/getPostThread.js +23 -0
- package/dist/client/types/app/bsky/feed/getPostThread.js.map +1 -0
- package/dist/client/types/app/bsky/feed/getPosts.d.ts +24 -0
- package/dist/client/types/app/bsky/feed/getPosts.d.ts.map +1 -0
- package/dist/client/types/app/bsky/feed/getPosts.js +14 -0
- package/dist/client/types/app/bsky/feed/getPosts.js.map +1 -0
- package/dist/client/types/app/bsky/feed/getQuotes.d.ts +31 -0
- package/dist/client/types/app/bsky/feed/getQuotes.d.ts.map +1 -0
- package/dist/client/types/app/bsky/feed/getQuotes.js +14 -0
- package/dist/client/types/app/bsky/feed/getQuotes.js.map +1 -0
- package/dist/client/types/app/bsky/feed/getRepostedBy.d.ts +31 -0
- package/dist/client/types/app/bsky/feed/getRepostedBy.d.ts.map +1 -0
- package/dist/client/types/app/bsky/feed/getRepostedBy.js +14 -0
- package/dist/client/types/app/bsky/feed/getRepostedBy.js.map +1 -0
- package/dist/client/types/app/bsky/feed/getSuggestedFeeds.d.ts +25 -0
- package/dist/client/types/app/bsky/feed/getSuggestedFeeds.d.ts.map +1 -0
- package/dist/client/types/app/bsky/feed/getSuggestedFeeds.js +14 -0
- package/dist/client/types/app/bsky/feed/getSuggestedFeeds.js.map +1 -0
- package/dist/client/types/app/bsky/feed/getTimeline.d.ts +27 -0
- package/dist/client/types/app/bsky/feed/getTimeline.d.ts.map +1 -0
- package/dist/client/types/app/bsky/feed/getTimeline.js +14 -0
- package/dist/client/types/app/bsky/feed/getTimeline.js.map +1 -0
- package/dist/client/types/app/bsky/feed/like.d.ts +16 -0
- package/dist/client/types/app/bsky/feed/like.d.ts.map +1 -0
- package/dist/client/types/app/bsky/feed/like.js +18 -0
- package/dist/client/types/app/bsky/feed/like.js.map +1 -0
- package/dist/client/types/app/bsky/feed/post.d.ts +66 -0
- package/dist/client/types/app/bsky/feed/post.d.ts.map +1 -0
- package/dist/client/types/app/bsky/feed/post.js +39 -0
- package/dist/client/types/app/bsky/feed/post.js.map +1 -0
- package/dist/client/types/app/bsky/feed/postgate.d.ts +28 -0
- package/dist/client/types/app/bsky/feed/postgate.d.ts.map +1 -0
- package/dist/client/types/app/bsky/feed/postgate.js +25 -0
- package/dist/client/types/app/bsky/feed/postgate.js.map +1 -0
- package/dist/client/types/app/bsky/feed/repost.d.ts +16 -0
- package/dist/client/types/app/bsky/feed/repost.d.ts.map +1 -0
- package/dist/client/types/app/bsky/feed/repost.js +18 -0
- package/dist/client/types/app/bsky/feed/repost.js.map +1 -0
- package/dist/client/types/app/bsky/feed/searchPosts.d.ts +51 -0
- package/dist/client/types/app/bsky/feed/searchPosts.d.ts.map +1 -0
- package/dist/client/types/app/bsky/feed/searchPosts.js +23 -0
- package/dist/client/types/app/bsky/feed/searchPosts.js.map +1 -0
- package/dist/client/types/app/bsky/feed/searchPostsV2.d.ts +90 -0
- package/dist/client/types/app/bsky/feed/searchPostsV2.d.ts.map +1 -0
- package/dist/client/types/app/bsky/feed/searchPostsV2.js +23 -0
- package/dist/client/types/app/bsky/feed/searchPostsV2.js.map +1 -0
- package/dist/client/types/app/bsky/feed/sendInteractions.d.ts +25 -0
- package/dist/client/types/app/bsky/feed/sendInteractions.d.ts.map +1 -0
- package/dist/client/types/app/bsky/feed/sendInteractions.js +14 -0
- package/dist/client/types/app/bsky/feed/sendInteractions.js.map +1 -0
- package/dist/client/types/app/bsky/feed/threadgate.d.ts +47 -0
- package/dist/client/types/app/bsky/feed/threadgate.d.ts.map +1 -0
- package/dist/client/types/app/bsky/feed/threadgate.js +46 -0
- package/dist/client/types/app/bsky/feed/threadgate.js.map +1 -0
- package/dist/client/types/app/bsky/graph/block.d.ts +15 -0
- package/dist/client/types/app/bsky/graph/block.d.ts.map +1 -0
- package/dist/client/types/app/bsky/graph/block.js +18 -0
- package/dist/client/types/app/bsky/graph/block.js.map +1 -0
- package/dist/client/types/app/bsky/graph/defs.d.ts +122 -0
- package/dist/client/types/app/bsky/graph/defs.d.ts.map +1 -0
- package/dist/client/types/app/bsky/graph/defs.js +72 -0
- package/dist/client/types/app/bsky/graph/defs.js.map +1 -0
- package/dist/client/types/app/bsky/graph/follow.d.ts +16 -0
- package/dist/client/types/app/bsky/graph/follow.d.ts.map +1 -0
- package/dist/client/types/app/bsky/graph/follow.js +18 -0
- package/dist/client/types/app/bsky/graph/follow.js.map +1 -0
- package/dist/client/types/app/bsky/graph/getActorStarterPacks.d.ts +26 -0
- package/dist/client/types/app/bsky/graph/getActorStarterPacks.d.ts.map +1 -0
- package/dist/client/types/app/bsky/graph/getActorStarterPacks.js +14 -0
- package/dist/client/types/app/bsky/graph/getActorStarterPacks.js.map +1 -0
- package/dist/client/types/app/bsky/graph/getBlocks.d.ts +25 -0
- package/dist/client/types/app/bsky/graph/getBlocks.d.ts.map +1 -0
- package/dist/client/types/app/bsky/graph/getBlocks.js +14 -0
- package/dist/client/types/app/bsky/graph/getBlocks.js.map +1 -0
- package/dist/client/types/app/bsky/graph/getFollowers.d.ts +28 -0
- package/dist/client/types/app/bsky/graph/getFollowers.d.ts.map +1 -0
- package/dist/client/types/app/bsky/graph/getFollowers.js +14 -0
- package/dist/client/types/app/bsky/graph/getFollowers.js.map +1 -0
- package/dist/client/types/app/bsky/graph/getFollows.d.ts +28 -0
- package/dist/client/types/app/bsky/graph/getFollows.d.ts.map +1 -0
- package/dist/client/types/app/bsky/graph/getFollows.js +14 -0
- package/dist/client/types/app/bsky/graph/getFollows.js.map +1 -0
- package/dist/client/types/app/bsky/graph/getKnownFollowers.d.ts +27 -0
- package/dist/client/types/app/bsky/graph/getKnownFollowers.d.ts.map +1 -0
- package/dist/client/types/app/bsky/graph/getKnownFollowers.js +14 -0
- package/dist/client/types/app/bsky/graph/getKnownFollowers.js.map +1 -0
- package/dist/client/types/app/bsky/graph/getList.d.ts +28 -0
- package/dist/client/types/app/bsky/graph/getList.d.ts.map +1 -0
- package/dist/client/types/app/bsky/graph/getList.js +14 -0
- package/dist/client/types/app/bsky/graph/getList.js.map +1 -0
- package/dist/client/types/app/bsky/graph/getListBlocks.d.ts +25 -0
- package/dist/client/types/app/bsky/graph/getListBlocks.d.ts.map +1 -0
- package/dist/client/types/app/bsky/graph/getListBlocks.js +14 -0
- package/dist/client/types/app/bsky/graph/getListBlocks.js.map +1 -0
- package/dist/client/types/app/bsky/graph/getListMutes.d.ts +25 -0
- package/dist/client/types/app/bsky/graph/getListMutes.d.ts.map +1 -0
- package/dist/client/types/app/bsky/graph/getListMutes.js +14 -0
- package/dist/client/types/app/bsky/graph/getListMutes.js.map +1 -0
- package/dist/client/types/app/bsky/graph/getLists.d.ts +29 -0
- package/dist/client/types/app/bsky/graph/getLists.d.ts.map +1 -0
- package/dist/client/types/app/bsky/graph/getLists.js +14 -0
- package/dist/client/types/app/bsky/graph/getLists.js.map +1 -0
- package/dist/client/types/app/bsky/graph/getListsWithMembership.d.ts +38 -0
- package/dist/client/types/app/bsky/graph/getListsWithMembership.d.ts.map +1 -0
- package/dist/client/types/app/bsky/graph/getListsWithMembership.js +21 -0
- package/dist/client/types/app/bsky/graph/getListsWithMembership.js.map +1 -0
- package/dist/client/types/app/bsky/graph/getMutes.d.ts +25 -0
- package/dist/client/types/app/bsky/graph/getMutes.d.ts.map +1 -0
- package/dist/client/types/app/bsky/graph/getMutes.js +14 -0
- package/dist/client/types/app/bsky/graph/getMutes.js.map +1 -0
- package/dist/client/types/app/bsky/graph/getRelationships.d.ts +33 -0
- package/dist/client/types/app/bsky/graph/getRelationships.d.ts.map +1 -0
- package/dist/client/types/app/bsky/graph/getRelationships.js +23 -0
- package/dist/client/types/app/bsky/graph/getRelationships.js.map +1 -0
- package/dist/client/types/app/bsky/graph/getStarterPack.d.ts +24 -0
- package/dist/client/types/app/bsky/graph/getStarterPack.d.ts.map +1 -0
- package/dist/client/types/app/bsky/graph/getStarterPack.js +14 -0
- package/dist/client/types/app/bsky/graph/getStarterPack.js.map +1 -0
- package/dist/client/types/app/bsky/graph/getStarterPacks.d.ts +23 -0
- package/dist/client/types/app/bsky/graph/getStarterPacks.d.ts.map +1 -0
- package/dist/client/types/app/bsky/graph/getStarterPacks.js +14 -0
- package/dist/client/types/app/bsky/graph/getStarterPacks.js.map +1 -0
- package/dist/client/types/app/bsky/graph/getStarterPacksWithMembership.d.ts +36 -0
- package/dist/client/types/app/bsky/graph/getStarterPacksWithMembership.d.ts.map +1 -0
- package/dist/client/types/app/bsky/graph/getStarterPacksWithMembership.js +21 -0
- package/dist/client/types/app/bsky/graph/getStarterPacksWithMembership.js.map +1 -0
- package/dist/client/types/app/bsky/graph/getSuggestedFollowsByActor.d.ts +29 -0
- package/dist/client/types/app/bsky/graph/getSuggestedFollowsByActor.d.ts.map +1 -0
- package/dist/client/types/app/bsky/graph/getSuggestedFollowsByActor.js +14 -0
- package/dist/client/types/app/bsky/graph/getSuggestedFollowsByActor.js.map +1 -0
- package/dist/client/types/app/bsky/graph/list.d.ts +26 -0
- package/dist/client/types/app/bsky/graph/list.d.ts.map +1 -0
- package/dist/client/types/app/bsky/graph/list.js +18 -0
- package/dist/client/types/app/bsky/graph/list.js.map +1 -0
- package/dist/client/types/app/bsky/graph/listblock.d.ts +15 -0
- package/dist/client/types/app/bsky/graph/listblock.d.ts.map +1 -0
- package/dist/client/types/app/bsky/graph/listblock.js +18 -0
- package/dist/client/types/app/bsky/graph/listblock.js.map +1 -0
- package/dist/client/types/app/bsky/graph/listitem.d.ts +17 -0
- package/dist/client/types/app/bsky/graph/listitem.d.ts.map +1 -0
- package/dist/client/types/app/bsky/graph/listitem.js +18 -0
- package/dist/client/types/app/bsky/graph/listitem.js.map +1 -0
- package/dist/client/types/app/bsky/graph/muteActor.d.ts +24 -0
- package/dist/client/types/app/bsky/graph/muteActor.d.ts.map +1 -0
- package/dist/client/types/app/bsky/graph/muteActor.js +14 -0
- package/dist/client/types/app/bsky/graph/muteActor.js.map +1 -0
- package/dist/client/types/app/bsky/graph/muteActorList.d.ts +20 -0
- package/dist/client/types/app/bsky/graph/muteActorList.d.ts.map +1 -0
- package/dist/client/types/app/bsky/graph/muteActorList.js +14 -0
- package/dist/client/types/app/bsky/graph/muteActorList.js.map +1 -0
- package/dist/client/types/app/bsky/graph/muteThread.d.ts +20 -0
- package/dist/client/types/app/bsky/graph/muteThread.d.ts.map +1 -0
- package/dist/client/types/app/bsky/graph/muteThread.js +14 -0
- package/dist/client/types/app/bsky/graph/muteThread.js.map +1 -0
- package/dist/client/types/app/bsky/graph/searchStarterPacks.d.ts +27 -0
- package/dist/client/types/app/bsky/graph/searchStarterPacks.d.ts.map +1 -0
- package/dist/client/types/app/bsky/graph/searchStarterPacks.js +14 -0
- package/dist/client/types/app/bsky/graph/searchStarterPacks.js.map +1 -0
- package/dist/client/types/app/bsky/graph/searchStarterPacksV2.d.ts +29 -0
- package/dist/client/types/app/bsky/graph/searchStarterPacksV2.d.ts.map +1 -0
- package/dist/client/types/app/bsky/graph/searchStarterPacksV2.js +14 -0
- package/dist/client/types/app/bsky/graph/searchStarterPacksV2.js.map +1 -0
- package/dist/client/types/app/bsky/graph/starterpack.d.ts +27 -0
- package/dist/client/types/app/bsky/graph/starterpack.d.ts.map +1 -0
- package/dist/client/types/app/bsky/graph/starterpack.js +25 -0
- package/dist/client/types/app/bsky/graph/starterpack.js.map +1 -0
- package/dist/client/types/app/bsky/graph/unmuteActor.d.ts +20 -0
- package/dist/client/types/app/bsky/graph/unmuteActor.d.ts.map +1 -0
- package/dist/client/types/app/bsky/graph/unmuteActor.js +14 -0
- package/dist/client/types/app/bsky/graph/unmuteActor.js.map +1 -0
- package/dist/client/types/app/bsky/graph/unmuteActorList.d.ts +20 -0
- package/dist/client/types/app/bsky/graph/unmuteActorList.d.ts.map +1 -0
- package/dist/client/types/app/bsky/graph/unmuteActorList.js +14 -0
- package/dist/client/types/app/bsky/graph/unmuteActorList.js.map +1 -0
- package/dist/client/types/app/bsky/graph/unmuteThread.d.ts +20 -0
- package/dist/client/types/app/bsky/graph/unmuteThread.d.ts.map +1 -0
- package/dist/client/types/app/bsky/graph/unmuteThread.js +14 -0
- package/dist/client/types/app/bsky/graph/unmuteThread.js.map +1 -0
- package/dist/client/types/app/bsky/graph/verification.d.ts +20 -0
- package/dist/client/types/app/bsky/graph/verification.d.ts.map +1 -0
- package/dist/client/types/app/bsky/graph/verification.js +18 -0
- package/dist/client/types/app/bsky/graph/verification.js.map +1 -0
- package/dist/client/types/app/bsky/labeler/defs.d.ts +54 -0
- package/dist/client/types/app/bsky/labeler/defs.d.ts.map +1 -0
- package/dist/client/types/app/bsky/labeler/defs.js +38 -0
- package/dist/client/types/app/bsky/labeler/defs.js.map +1 -0
- package/dist/client/types/app/bsky/labeler/getServices.d.ts +27 -0
- package/dist/client/types/app/bsky/labeler/getServices.d.ts.map +1 -0
- package/dist/client/types/app/bsky/labeler/getServices.js +14 -0
- package/dist/client/types/app/bsky/labeler/getServices.js.map +1 -0
- package/dist/client/types/app/bsky/labeler/service.d.ts +27 -0
- package/dist/client/types/app/bsky/labeler/service.d.ts.map +1 -0
- package/dist/client/types/app/bsky/labeler/service.js +18 -0
- package/dist/client/types/app/bsky/labeler/service.js.map +1 -0
- package/dist/client/types/app/bsky/notification/declaration.d.ts +14 -0
- package/dist/client/types/app/bsky/notification/declaration.d.ts.map +1 -0
- package/dist/client/types/app/bsky/notification/declaration.js +18 -0
- package/dist/client/types/app/bsky/notification/declaration.js.map +1 -0
- package/dist/client/types/app/bsky/notification/defs.d.ts +66 -0
- package/dist/client/types/app/bsky/notification/defs.d.ts.map +1 -0
- package/dist/client/types/app/bsky/notification/defs.js +59 -0
- package/dist/client/types/app/bsky/notification/defs.js.map +1 -0
- package/dist/client/types/app/bsky/notification/getPreferences.d.ts +21 -0
- package/dist/client/types/app/bsky/notification/getPreferences.d.ts.map +1 -0
- package/dist/client/types/app/bsky/notification/getPreferences.js +14 -0
- package/dist/client/types/app/bsky/notification/getPreferences.js.map +1 -0
- package/dist/client/types/app/bsky/notification/getUnreadCount.d.ts +23 -0
- package/dist/client/types/app/bsky/notification/getUnreadCount.d.ts.map +1 -0
- package/dist/client/types/app/bsky/notification/getUnreadCount.js +14 -0
- package/dist/client/types/app/bsky/notification/getUnreadCount.js.map +1 -0
- package/dist/client/types/app/bsky/notification/listActivitySubscriptions.d.ts +25 -0
- package/dist/client/types/app/bsky/notification/listActivitySubscriptions.d.ts.map +1 -0
- package/dist/client/types/app/bsky/notification/listActivitySubscriptions.js +14 -0
- package/dist/client/types/app/bsky/notification/listActivitySubscriptions.js.map +1 -0
- package/dist/client/types/app/bsky/notification/listNotifications.d.ts +52 -0
- package/dist/client/types/app/bsky/notification/listNotifications.d.ts.map +1 -0
- package/dist/client/types/app/bsky/notification/listNotifications.js +21 -0
- package/dist/client/types/app/bsky/notification/listNotifications.js.map +1 -0
- package/dist/client/types/app/bsky/notification/putActivitySubscription.d.ts +27 -0
- package/dist/client/types/app/bsky/notification/putActivitySubscription.d.ts.map +1 -0
- package/dist/client/types/app/bsky/notification/putActivitySubscription.js +14 -0
- package/dist/client/types/app/bsky/notification/putActivitySubscription.js.map +1 -0
- package/dist/client/types/app/bsky/notification/putPreferences.d.ts +20 -0
- package/dist/client/types/app/bsky/notification/putPreferences.d.ts.map +1 -0
- package/dist/client/types/app/bsky/notification/putPreferences.js +14 -0
- package/dist/client/types/app/bsky/notification/putPreferences.js.map +1 -0
- package/dist/client/types/app/bsky/notification/putPreferencesV2.d.ts +37 -0
- package/dist/client/types/app/bsky/notification/putPreferencesV2.d.ts.map +1 -0
- package/dist/client/types/app/bsky/notification/putPreferencesV2.js +14 -0
- package/dist/client/types/app/bsky/notification/putPreferencesV2.js.map +1 -0
- package/dist/client/types/app/bsky/notification/registerPush.d.ts +25 -0
- package/dist/client/types/app/bsky/notification/registerPush.d.ts.map +1 -0
- package/dist/client/types/app/bsky/notification/registerPush.js +14 -0
- package/dist/client/types/app/bsky/notification/registerPush.js.map +1 -0
- package/dist/client/types/app/bsky/notification/unregisterPush.d.ts +23 -0
- package/dist/client/types/app/bsky/notification/unregisterPush.d.ts.map +1 -0
- package/dist/client/types/app/bsky/notification/unregisterPush.js +14 -0
- package/dist/client/types/app/bsky/notification/unregisterPush.js.map +1 -0
- package/dist/client/types/app/bsky/notification/updateSeen.d.ts +20 -0
- package/dist/client/types/app/bsky/notification/updateSeen.d.ts.map +1 -0
- package/dist/client/types/app/bsky/notification/updateSeen.js +14 -0
- package/dist/client/types/app/bsky/notification/updateSeen.js.map +1 -0
- package/dist/client/types/app/bsky/richtext/facet.d.ts +45 -0
- package/dist/client/types/app/bsky/richtext/facet.d.ts.map +1 -0
- package/dist/client/types/app/bsky/richtext/facet.js +45 -0
- package/dist/client/types/app/bsky/richtext/facet.js.map +1 -0
- package/dist/client/types/app/bsky/unspecced/defs.d.ts +130 -0
- package/dist/client/types/app/bsky/unspecced/defs.d.ts.map +1 -0
- package/dist/client/types/app/bsky/unspecced/defs.js +94 -0
- package/dist/client/types/app/bsky/unspecced/defs.js.map +1 -0
- package/dist/client/types/app/bsky/unspecced/getAgeAssuranceState.d.ts +19 -0
- package/dist/client/types/app/bsky/unspecced/getAgeAssuranceState.d.ts.map +1 -0
- package/dist/client/types/app/bsky/unspecced/getAgeAssuranceState.js +14 -0
- package/dist/client/types/app/bsky/unspecced/getAgeAssuranceState.js.map +1 -0
- package/dist/client/types/app/bsky/unspecced/getConfig.d.ts +29 -0
- package/dist/client/types/app/bsky/unspecced/getConfig.d.ts.map +1 -0
- package/dist/client/types/app/bsky/unspecced/getConfig.js +21 -0
- package/dist/client/types/app/bsky/unspecced/getConfig.js.map +1 -0
- package/dist/client/types/app/bsky/unspecced/getOnboardingSuggestedStarterPacks.d.ts +23 -0
- package/dist/client/types/app/bsky/unspecced/getOnboardingSuggestedStarterPacks.d.ts.map +1 -0
- package/dist/client/types/app/bsky/unspecced/getOnboardingSuggestedStarterPacks.js +14 -0
- package/dist/client/types/app/bsky/unspecced/getOnboardingSuggestedStarterPacks.js.map +1 -0
- package/dist/client/types/app/bsky/unspecced/getOnboardingSuggestedStarterPacksSkeleton.d.ts +24 -0
- package/dist/client/types/app/bsky/unspecced/getOnboardingSuggestedStarterPacksSkeleton.d.ts.map +1 -0
- package/dist/client/types/app/bsky/unspecced/getOnboardingSuggestedStarterPacksSkeleton.js +14 -0
- package/dist/client/types/app/bsky/unspecced/getOnboardingSuggestedStarterPacksSkeleton.js.map +1 -0
- package/dist/client/types/app/bsky/unspecced/getOnboardingSuggestedUsersSkeleton.d.ts +30 -0
- package/dist/client/types/app/bsky/unspecced/getOnboardingSuggestedUsersSkeleton.d.ts.map +1 -0
- package/dist/client/types/app/bsky/unspecced/getOnboardingSuggestedUsersSkeleton.js +14 -0
- package/dist/client/types/app/bsky/unspecced/getOnboardingSuggestedUsersSkeleton.js.map +1 -0
- package/dist/client/types/app/bsky/unspecced/getPopularFeedGenerators.d.ts +26 -0
- package/dist/client/types/app/bsky/unspecced/getPopularFeedGenerators.d.ts.map +1 -0
- package/dist/client/types/app/bsky/unspecced/getPopularFeedGenerators.js +14 -0
- package/dist/client/types/app/bsky/unspecced/getPopularFeedGenerators.js.map +1 -0
- package/dist/client/types/app/bsky/unspecced/getPostThreadOtherV2.d.ts +38 -0
- package/dist/client/types/app/bsky/unspecced/getPostThreadOtherV2.d.ts.map +1 -0
- package/dist/client/types/app/bsky/unspecced/getPostThreadOtherV2.js +21 -0
- package/dist/client/types/app/bsky/unspecced/getPostThreadOtherV2.js.map +1 -0
- package/dist/client/types/app/bsky/unspecced/getPostThreadV2.d.ts +50 -0
- package/dist/client/types/app/bsky/unspecced/getPostThreadV2.d.ts.map +1 -0
- package/dist/client/types/app/bsky/unspecced/getPostThreadV2.js +21 -0
- package/dist/client/types/app/bsky/unspecced/getPostThreadV2.js.map +1 -0
- package/dist/client/types/app/bsky/unspecced/getSuggestedFeeds.d.ts +23 -0
- package/dist/client/types/app/bsky/unspecced/getSuggestedFeeds.d.ts.map +1 -0
- package/dist/client/types/app/bsky/unspecced/getSuggestedFeeds.js +14 -0
- package/dist/client/types/app/bsky/unspecced/getSuggestedFeeds.js.map +1 -0
- package/dist/client/types/app/bsky/unspecced/getSuggestedFeedsSkeleton.d.ts +24 -0
- package/dist/client/types/app/bsky/unspecced/getSuggestedFeedsSkeleton.d.ts.map +1 -0
- package/dist/client/types/app/bsky/unspecced/getSuggestedFeedsSkeleton.js +14 -0
- package/dist/client/types/app/bsky/unspecced/getSuggestedFeedsSkeleton.js.map +1 -0
- package/dist/client/types/app/bsky/unspecced/getSuggestedOnboardingUsers.d.ts +29 -0
- package/dist/client/types/app/bsky/unspecced/getSuggestedOnboardingUsers.d.ts.map +1 -0
- package/dist/client/types/app/bsky/unspecced/getSuggestedOnboardingUsers.js +14 -0
- package/dist/client/types/app/bsky/unspecced/getSuggestedOnboardingUsers.js.map +1 -0
- package/dist/client/types/app/bsky/unspecced/getSuggestedStarterPacks.d.ts +23 -0
- package/dist/client/types/app/bsky/unspecced/getSuggestedStarterPacks.d.ts.map +1 -0
- package/dist/client/types/app/bsky/unspecced/getSuggestedStarterPacks.js +14 -0
- package/dist/client/types/app/bsky/unspecced/getSuggestedStarterPacks.js.map +1 -0
- package/dist/client/types/app/bsky/unspecced/getSuggestedStarterPacksSkeleton.d.ts +24 -0
- package/dist/client/types/app/bsky/unspecced/getSuggestedStarterPacksSkeleton.d.ts.map +1 -0
- package/dist/client/types/app/bsky/unspecced/getSuggestedStarterPacksSkeleton.js +14 -0
- package/dist/client/types/app/bsky/unspecced/getSuggestedStarterPacksSkeleton.js.map +1 -0
- package/dist/client/types/app/bsky/unspecced/getSuggestedUsers.d.ts +29 -0
- package/dist/client/types/app/bsky/unspecced/getSuggestedUsers.d.ts.map +1 -0
- package/dist/client/types/app/bsky/unspecced/getSuggestedUsers.js +14 -0
- package/dist/client/types/app/bsky/unspecced/getSuggestedUsers.js.map +1 -0
- package/dist/client/types/app/bsky/unspecced/getSuggestedUsersForDiscover.d.ts +25 -0
- package/dist/client/types/app/bsky/unspecced/getSuggestedUsersForDiscover.d.ts.map +1 -0
- package/dist/client/types/app/bsky/unspecced/getSuggestedUsersForDiscover.js +14 -0
- package/dist/client/types/app/bsky/unspecced/getSuggestedUsersForDiscover.js.map +1 -0
- package/dist/client/types/app/bsky/unspecced/getSuggestedUsersForDiscoverSkeleton.d.ts +26 -0
- package/dist/client/types/app/bsky/unspecced/getSuggestedUsersForDiscoverSkeleton.d.ts.map +1 -0
- package/dist/client/types/app/bsky/unspecced/getSuggestedUsersForDiscoverSkeleton.js +14 -0
- package/dist/client/types/app/bsky/unspecced/getSuggestedUsersForDiscoverSkeleton.js.map +1 -0
- package/dist/client/types/app/bsky/unspecced/getSuggestedUsersForExplore.d.ts +27 -0
- package/dist/client/types/app/bsky/unspecced/getSuggestedUsersForExplore.d.ts.map +1 -0
- package/dist/client/types/app/bsky/unspecced/getSuggestedUsersForExplore.js +14 -0
- package/dist/client/types/app/bsky/unspecced/getSuggestedUsersForExplore.js.map +1 -0
- package/dist/client/types/app/bsky/unspecced/getSuggestedUsersForExploreSkeleton.d.ts +28 -0
- package/dist/client/types/app/bsky/unspecced/getSuggestedUsersForExploreSkeleton.d.ts.map +1 -0
- package/dist/client/types/app/bsky/unspecced/getSuggestedUsersForExploreSkeleton.js +14 -0
- package/dist/client/types/app/bsky/unspecced/getSuggestedUsersForExploreSkeleton.js.map +1 -0
- package/dist/client/types/app/bsky/unspecced/getSuggestedUsersForSeeMore.d.ts +27 -0
- package/dist/client/types/app/bsky/unspecced/getSuggestedUsersForSeeMore.d.ts.map +1 -0
- package/dist/client/types/app/bsky/unspecced/getSuggestedUsersForSeeMore.js +14 -0
- package/dist/client/types/app/bsky/unspecced/getSuggestedUsersForSeeMore.js.map +1 -0
- package/dist/client/types/app/bsky/unspecced/getSuggestedUsersForSeeMoreSkeleton.d.ts +28 -0
- package/dist/client/types/app/bsky/unspecced/getSuggestedUsersForSeeMoreSkeleton.d.ts.map +1 -0
- package/dist/client/types/app/bsky/unspecced/getSuggestedUsersForSeeMoreSkeleton.js +14 -0
- package/dist/client/types/app/bsky/unspecced/getSuggestedUsersForSeeMoreSkeleton.js.map +1 -0
- package/dist/client/types/app/bsky/unspecced/getSuggestedUsersSkeleton.d.ts +30 -0
- package/dist/client/types/app/bsky/unspecced/getSuggestedUsersSkeleton.d.ts.map +1 -0
- package/dist/client/types/app/bsky/unspecced/getSuggestedUsersSkeleton.js +14 -0
- package/dist/client/types/app/bsky/unspecced/getSuggestedUsersSkeleton.js.map +1 -0
- package/dist/client/types/app/bsky/unspecced/getSuggestionsSkeleton.d.ts +35 -0
- package/dist/client/types/app/bsky/unspecced/getSuggestionsSkeleton.d.ts.map +1 -0
- package/dist/client/types/app/bsky/unspecced/getSuggestionsSkeleton.js +14 -0
- package/dist/client/types/app/bsky/unspecced/getSuggestionsSkeleton.js.map +1 -0
- package/dist/client/types/app/bsky/unspecced/getTaggedSuggestions.d.ts +29 -0
- package/dist/client/types/app/bsky/unspecced/getTaggedSuggestions.d.ts.map +1 -0
- package/dist/client/types/app/bsky/unspecced/getTaggedSuggestions.js +21 -0
- package/dist/client/types/app/bsky/unspecced/getTaggedSuggestions.js.map +1 -0
- package/dist/client/types/app/bsky/unspecced/getTrendingTopics.d.ts +26 -0
- package/dist/client/types/app/bsky/unspecced/getTrendingTopics.d.ts.map +1 -0
- package/dist/client/types/app/bsky/unspecced/getTrendingTopics.js +14 -0
- package/dist/client/types/app/bsky/unspecced/getTrendingTopics.js.map +1 -0
- package/dist/client/types/app/bsky/unspecced/getTrends.d.ts +25 -0
- package/dist/client/types/app/bsky/unspecced/getTrends.d.ts.map +1 -0
- package/dist/client/types/app/bsky/unspecced/getTrends.js +14 -0
- package/dist/client/types/app/bsky/unspecced/getTrends.js.map +1 -0
- package/dist/client/types/app/bsky/unspecced/getTrendsSkeleton.d.ts +27 -0
- package/dist/client/types/app/bsky/unspecced/getTrendsSkeleton.d.ts.map +1 -0
- package/dist/client/types/app/bsky/unspecced/getTrendsSkeleton.js +14 -0
- package/dist/client/types/app/bsky/unspecced/getTrendsSkeleton.js.map +1 -0
- package/dist/client/types/app/bsky/unspecced/initAgeAssurance.d.ts +37 -0
- package/dist/client/types/app/bsky/unspecced/initAgeAssurance.d.ts.map +1 -0
- package/dist/client/types/app/bsky/unspecced/initAgeAssurance.js +37 -0
- package/dist/client/types/app/bsky/unspecced/initAgeAssurance.js.map +1 -0
- package/dist/client/types/app/bsky/unspecced/searchActorsSkeleton.d.ts +37 -0
- package/dist/client/types/app/bsky/unspecced/searchActorsSkeleton.d.ts.map +1 -0
- package/dist/client/types/app/bsky/unspecced/searchActorsSkeleton.js +23 -0
- package/dist/client/types/app/bsky/unspecced/searchActorsSkeleton.js.map +1 -0
- package/dist/client/types/app/bsky/unspecced/searchPostsSkeleton.d.ts +53 -0
- package/dist/client/types/app/bsky/unspecced/searchPostsSkeleton.d.ts.map +1 -0
- package/dist/client/types/app/bsky/unspecced/searchPostsSkeleton.js +23 -0
- package/dist/client/types/app/bsky/unspecced/searchPostsSkeleton.js.map +1 -0
- package/dist/client/types/app/bsky/unspecced/searchStarterPacksSkeleton.d.ts +35 -0
- package/dist/client/types/app/bsky/unspecced/searchStarterPacksSkeleton.d.ts.map +1 -0
- package/dist/client/types/app/bsky/unspecced/searchStarterPacksSkeleton.js +23 -0
- package/dist/client/types/app/bsky/unspecced/searchStarterPacksSkeleton.js.map +1 -0
- package/dist/client/types/app/bsky/video/defs.d.ts +21 -0
- package/dist/client/types/app/bsky/video/defs.d.ts.map +1 -0
- package/dist/client/types/app/bsky/video/defs.js +17 -0
- package/dist/client/types/app/bsky/video/defs.js.map +1 -0
- package/dist/client/types/app/bsky/video/getJobStatus.d.ts +23 -0
- package/dist/client/types/app/bsky/video/getJobStatus.d.ts.map +1 -0
- package/dist/client/types/app/bsky/video/getJobStatus.js +14 -0
- package/dist/client/types/app/bsky/video/getJobStatus.js.map +1 -0
- package/dist/client/types/app/bsky/video/getUploadLimits.d.ts +24 -0
- package/dist/client/types/app/bsky/video/getUploadLimits.d.ts.map +1 -0
- package/dist/client/types/app/bsky/video/getUploadLimits.js +14 -0
- package/dist/client/types/app/bsky/video/getUploadLimits.js.map +1 -0
- package/dist/client/types/app/bsky/video/uploadVideo.d.ts +23 -0
- package/dist/client/types/app/bsky/video/uploadVideo.d.ts.map +1 -0
- package/dist/client/types/app/bsky/video/uploadVideo.js +14 -0
- package/dist/client/types/app/bsky/video/uploadVideo.js.map +1 -0
- package/dist/client/types/chat/bsky/actor/declaration.d.ts +15 -0
- package/dist/client/types/chat/bsky/actor/declaration.d.ts.map +1 -0
- package/dist/client/types/chat/bsky/actor/declaration.js +18 -0
- package/dist/client/types/chat/bsky/actor/declaration.js.map +1 -0
- package/dist/client/types/chat/bsky/actor/defs.d.ts +47 -0
- package/dist/client/types/chat/bsky/actor/defs.d.ts.map +1 -0
- package/dist/client/types/chat/bsky/actor/defs.js +38 -0
- package/dist/client/types/chat/bsky/actor/defs.js.map +1 -0
- package/dist/client/types/chat/bsky/actor/deleteAccount.d.ts +20 -0
- package/dist/client/types/chat/bsky/actor/deleteAccount.d.ts.map +1 -0
- package/dist/client/types/chat/bsky/actor/deleteAccount.js +14 -0
- package/dist/client/types/chat/bsky/actor/deleteAccount.js.map +1 -0
- package/dist/client/types/chat/bsky/actor/exportAccountData.d.ts +17 -0
- package/dist/client/types/chat/bsky/actor/exportAccountData.d.ts.map +1 -0
- package/dist/client/types/chat/bsky/actor/exportAccountData.js +14 -0
- package/dist/client/types/chat/bsky/actor/exportAccountData.js.map +1 -0
- package/dist/client/types/chat/bsky/actor/getStatus.d.ts +25 -0
- package/dist/client/types/chat/bsky/actor/getStatus.d.ts.map +1 -0
- package/dist/client/types/chat/bsky/actor/getStatus.js +14 -0
- package/dist/client/types/chat/bsky/actor/getStatus.js.map +1 -0
- package/dist/client/types/chat/bsky/convo/acceptConvo.d.ts +28 -0
- package/dist/client/types/chat/bsky/convo/acceptConvo.d.ts.map +1 -0
- package/dist/client/types/chat/bsky/convo/acceptConvo.js +23 -0
- package/dist/client/types/chat/bsky/convo/acceptConvo.js.map +1 -0
- package/dist/client/types/chat/bsky/convo/addReaction.d.ts +42 -0
- package/dist/client/types/chat/bsky/convo/addReaction.d.ts.map +1 -0
- package/dist/client/types/chat/bsky/convo/addReaction.js +51 -0
- package/dist/client/types/chat/bsky/convo/addReaction.js.map +1 -0
- package/dist/client/types/chat/bsky/convo/defs.d.ts +557 -0
- package/dist/client/types/chat/bsky/convo/defs.d.ts.map +1 -0
- package/dist/client/types/chat/bsky/convo/defs.js +416 -0
- package/dist/client/types/chat/bsky/convo/defs.js.map +1 -0
- package/dist/client/types/chat/bsky/convo/deleteMessageForSelf.d.ts +30 -0
- package/dist/client/types/chat/bsky/convo/deleteMessageForSelf.d.ts.map +1 -0
- package/dist/client/types/chat/bsky/convo/deleteMessageForSelf.js +30 -0
- package/dist/client/types/chat/bsky/convo/deleteMessageForSelf.js.map +1 -0
- package/dist/client/types/chat/bsky/convo/getConvo.d.ts +26 -0
- package/dist/client/types/chat/bsky/convo/getConvo.d.ts.map +1 -0
- package/dist/client/types/chat/bsky/convo/getConvo.js +23 -0
- package/dist/client/types/chat/bsky/convo/getConvo.js.map +1 -0
- package/dist/client/types/chat/bsky/convo/getConvoAvailability.d.ts +24 -0
- package/dist/client/types/chat/bsky/convo/getConvoAvailability.d.ts.map +1 -0
- package/dist/client/types/chat/bsky/convo/getConvoAvailability.js +14 -0
- package/dist/client/types/chat/bsky/convo/getConvoAvailability.js.map +1 -0
- package/dist/client/types/chat/bsky/convo/getConvoForMembers.d.ts +41 -0
- package/dist/client/types/chat/bsky/convo/getConvoForMembers.d.ts.map +1 -0
- package/dist/client/types/chat/bsky/convo/getConvoForMembers.js +58 -0
- package/dist/client/types/chat/bsky/convo/getConvoForMembers.js.map +1 -0
- package/dist/client/types/chat/bsky/convo/getConvoMembers.d.ts +29 -0
- package/dist/client/types/chat/bsky/convo/getConvoMembers.d.ts.map +1 -0
- package/dist/client/types/chat/bsky/convo/getConvoMembers.js +23 -0
- package/dist/client/types/chat/bsky/convo/getConvoMembers.js.map +1 -0
- package/dist/client/types/chat/bsky/convo/getLog.d.ts +27 -0
- package/dist/client/types/chat/bsky/convo/getLog.d.ts.map +1 -0
- package/dist/client/types/chat/bsky/convo/getLog.js +14 -0
- package/dist/client/types/chat/bsky/convo/getLog.js.map +1 -0
- package/dist/client/types/chat/bsky/convo/getMessages.d.ts +35 -0
- package/dist/client/types/chat/bsky/convo/getMessages.d.ts.map +1 -0
- package/dist/client/types/chat/bsky/convo/getMessages.js +23 -0
- package/dist/client/types/chat/bsky/convo/getMessages.js.map +1 -0
- package/dist/client/types/chat/bsky/convo/getUnreadCounts.d.ts +26 -0
- package/dist/client/types/chat/bsky/convo/getUnreadCounts.d.ts.map +1 -0
- package/dist/client/types/chat/bsky/convo/getUnreadCounts.js +14 -0
- package/dist/client/types/chat/bsky/convo/getUnreadCounts.js.map +1 -0
- package/dist/client/types/chat/bsky/convo/leaveConvo.d.ts +31 -0
- package/dist/client/types/chat/bsky/convo/leaveConvo.d.ts.map +1 -0
- package/dist/client/types/chat/bsky/convo/leaveConvo.js +30 -0
- package/dist/client/types/chat/bsky/convo/leaveConvo.js.map +1 -0
- package/dist/client/types/chat/bsky/convo/listConvoRequests.d.ts +29 -0
- package/dist/client/types/chat/bsky/convo/listConvoRequests.d.ts.map +1 -0
- package/dist/client/types/chat/bsky/convo/listConvoRequests.js +14 -0
- package/dist/client/types/chat/bsky/convo/listConvoRequests.js.map +1 -0
- package/dist/client/types/chat/bsky/convo/listConvos.d.ts +32 -0
- package/dist/client/types/chat/bsky/convo/listConvos.d.ts.map +1 -0
- package/dist/client/types/chat/bsky/convo/listConvos.js +14 -0
- package/dist/client/types/chat/bsky/convo/listConvos.js.map +1 -0
- package/dist/client/types/chat/bsky/convo/lockConvo.d.ts +34 -0
- package/dist/client/types/chat/bsky/convo/lockConvo.d.ts.map +1 -0
- package/dist/client/types/chat/bsky/convo/lockConvo.js +37 -0
- package/dist/client/types/chat/bsky/convo/lockConvo.js.map +1 -0
- package/dist/client/types/chat/bsky/convo/muteConvo.d.ts +28 -0
- package/dist/client/types/chat/bsky/convo/muteConvo.d.ts.map +1 -0
- package/dist/client/types/chat/bsky/convo/muteConvo.js +23 -0
- package/dist/client/types/chat/bsky/convo/muteConvo.js.map +1 -0
- package/dist/client/types/chat/bsky/convo/removeReaction.d.ts +39 -0
- package/dist/client/types/chat/bsky/convo/removeReaction.d.ts.map +1 -0
- package/dist/client/types/chat/bsky/convo/removeReaction.js +44 -0
- package/dist/client/types/chat/bsky/convo/removeReaction.js.map +1 -0
- package/dist/client/types/chat/bsky/convo/sendMessage.d.ts +33 -0
- package/dist/client/types/chat/bsky/convo/sendMessage.d.ts.map +1 -0
- package/dist/client/types/chat/bsky/convo/sendMessage.js +37 -0
- package/dist/client/types/chat/bsky/convo/sendMessage.js.map +1 -0
- package/dist/client/types/chat/bsky/convo/sendMessageBatch.d.ts +42 -0
- package/dist/client/types/chat/bsky/convo/sendMessageBatch.d.ts.map +1 -0
- package/dist/client/types/chat/bsky/convo/sendMessageBatch.js +44 -0
- package/dist/client/types/chat/bsky/convo/sendMessageBatch.js.map +1 -0
- package/dist/client/types/chat/bsky/convo/unlockConvo.d.ts +34 -0
- package/dist/client/types/chat/bsky/convo/unlockConvo.d.ts.map +1 -0
- package/dist/client/types/chat/bsky/convo/unlockConvo.js +37 -0
- package/dist/client/types/chat/bsky/convo/unlockConvo.js.map +1 -0
- package/dist/client/types/chat/bsky/convo/unmuteConvo.d.ts +28 -0
- package/dist/client/types/chat/bsky/convo/unmuteConvo.d.ts.map +1 -0
- package/dist/client/types/chat/bsky/convo/unmuteConvo.js +23 -0
- package/dist/client/types/chat/bsky/convo/unmuteConvo.js.map +1 -0
- package/dist/client/types/chat/bsky/convo/updateAllRead.d.ts +25 -0
- package/dist/client/types/chat/bsky/convo/updateAllRead.d.ts.map +1 -0
- package/dist/client/types/chat/bsky/convo/updateAllRead.js +14 -0
- package/dist/client/types/chat/bsky/convo/updateAllRead.js.map +1 -0
- package/dist/client/types/chat/bsky/convo/updateRead.d.ts +29 -0
- package/dist/client/types/chat/bsky/convo/updateRead.d.ts.map +1 -0
- package/dist/client/types/chat/bsky/convo/updateRead.js +23 -0
- package/dist/client/types/chat/bsky/convo/updateRead.js.map +1 -0
- package/dist/client/types/chat/bsky/embed/joinLink.d.ts +22 -0
- package/dist/client/types/chat/bsky/embed/joinLink.d.ts.map +1 -0
- package/dist/client/types/chat/bsky/embed/joinLink.js +24 -0
- package/dist/client/types/chat/bsky/embed/joinLink.js.map +1 -0
- package/dist/client/types/chat/bsky/group/addMembers.d.ts +58 -0
- package/dist/client/types/chat/bsky/group/addMembers.d.ts.map +1 -0
- package/dist/client/types/chat/bsky/group/addMembers.js +86 -0
- package/dist/client/types/chat/bsky/group/addMembers.js.map +1 -0
- package/dist/client/types/chat/bsky/group/approveJoinRequest.d.ts +35 -0
- package/dist/client/types/chat/bsky/group/approveJoinRequest.d.ts.map +1 -0
- package/dist/client/types/chat/bsky/group/approveJoinRequest.js +37 -0
- package/dist/client/types/chat/bsky/group/approveJoinRequest.js.map +1 -0
- package/dist/client/types/chat/bsky/group/createGroup.d.ts +48 -0
- package/dist/client/types/chat/bsky/group/createGroup.d.ts.map +1 -0
- package/dist/client/types/chat/bsky/group/createGroup.js +65 -0
- package/dist/client/types/chat/bsky/group/createGroup.js.map +1 -0
- package/dist/client/types/chat/bsky/group/createJoinLink.d.ts +36 -0
- package/dist/client/types/chat/bsky/group/createJoinLink.d.ts.map +1 -0
- package/dist/client/types/chat/bsky/group/createJoinLink.js +37 -0
- package/dist/client/types/chat/bsky/group/createJoinLink.js.map +1 -0
- package/dist/client/types/chat/bsky/group/defs.d.ts +77 -0
- package/dist/client/types/chat/bsky/group/defs.d.ts.map +1 -0
- package/dist/client/types/chat/bsky/group/defs.js +59 -0
- package/dist/client/types/chat/bsky/group/defs.js.map +1 -0
- package/dist/client/types/chat/bsky/group/disableJoinLink.d.ts +34 -0
- package/dist/client/types/chat/bsky/group/disableJoinLink.d.ts.map +1 -0
- package/dist/client/types/chat/bsky/group/disableJoinLink.js +37 -0
- package/dist/client/types/chat/bsky/group/disableJoinLink.js.map +1 -0
- package/dist/client/types/chat/bsky/group/editGroup.d.ts +35 -0
- package/dist/client/types/chat/bsky/group/editGroup.d.ts.map +1 -0
- package/dist/client/types/chat/bsky/group/editGroup.js +37 -0
- package/dist/client/types/chat/bsky/group/editGroup.js.map +1 -0
- package/dist/client/types/chat/bsky/group/editJoinLink.d.ts +36 -0
- package/dist/client/types/chat/bsky/group/editJoinLink.d.ts.map +1 -0
- package/dist/client/types/chat/bsky/group/editJoinLink.js +37 -0
- package/dist/client/types/chat/bsky/group/editJoinLink.js.map +1 -0
- package/dist/client/types/chat/bsky/group/enableJoinLink.d.ts +37 -0
- package/dist/client/types/chat/bsky/group/enableJoinLink.d.ts.map +1 -0
- package/dist/client/types/chat/bsky/group/enableJoinLink.js +44 -0
- package/dist/client/types/chat/bsky/group/enableJoinLink.js.map +1 -0
- package/dist/client/types/chat/bsky/group/getJoinLinkPreviews.d.ts +26 -0
- package/dist/client/types/chat/bsky/group/getJoinLinkPreviews.d.ts.map +1 -0
- package/dist/client/types/chat/bsky/group/getJoinLinkPreviews.js +14 -0
- package/dist/client/types/chat/bsky/group/getJoinLinkPreviews.js.map +1 -0
- package/dist/client/types/chat/bsky/group/listJoinRequests.d.ts +32 -0
- package/dist/client/types/chat/bsky/group/listJoinRequests.d.ts.map +1 -0
- package/dist/client/types/chat/bsky/group/listJoinRequests.js +30 -0
- package/dist/client/types/chat/bsky/group/listJoinRequests.js.map +1 -0
- package/dist/client/types/chat/bsky/group/listMutualGroups.d.ts +26 -0
- package/dist/client/types/chat/bsky/group/listMutualGroups.d.ts.map +1 -0
- package/dist/client/types/chat/bsky/group/listMutualGroups.js +14 -0
- package/dist/client/types/chat/bsky/group/listMutualGroups.js.map +1 -0
- package/dist/client/types/chat/bsky/group/rejectJoinRequest.d.ts +30 -0
- package/dist/client/types/chat/bsky/group/rejectJoinRequest.d.ts.map +1 -0
- package/dist/client/types/chat/bsky/group/rejectJoinRequest.js +30 -0
- package/dist/client/types/chat/bsky/group/rejectJoinRequest.js.map +1 -0
- package/dist/client/types/chat/bsky/group/removeMembers.d.ts +32 -0
- package/dist/client/types/chat/bsky/group/removeMembers.d.ts.map +1 -0
- package/dist/client/types/chat/bsky/group/removeMembers.js +30 -0
- package/dist/client/types/chat/bsky/group/removeMembers.js.map +1 -0
- package/dist/client/types/chat/bsky/group/requestJoin.d.ts +44 -0
- package/dist/client/types/chat/bsky/group/requestJoin.d.ts.map +1 -0
- package/dist/client/types/chat/bsky/group/requestJoin.js +58 -0
- package/dist/client/types/chat/bsky/group/requestJoin.js.map +1 -0
- package/dist/client/types/chat/bsky/group/updateJoinRequestsRead.d.ts +29 -0
- package/dist/client/types/chat/bsky/group/updateJoinRequestsRead.d.ts.map +1 -0
- package/dist/client/types/chat/bsky/group/updateJoinRequestsRead.js +30 -0
- package/dist/client/types/chat/bsky/group/updateJoinRequestsRead.js.map +1 -0
- package/dist/client/types/chat/bsky/group/withdrawJoinRequest.d.ts +26 -0
- package/dist/client/types/chat/bsky/group/withdrawJoinRequest.d.ts.map +1 -0
- package/dist/client/types/chat/bsky/group/withdrawJoinRequest.js +23 -0
- package/dist/client/types/chat/bsky/group/withdrawJoinRequest.js.map +1 -0
- package/dist/client/types/chat/bsky/moderation/defs.d.ts +42 -0
- package/dist/client/types/chat/bsky/moderation/defs.d.ts.map +1 -0
- package/dist/client/types/chat/bsky/moderation/defs.js +31 -0
- package/dist/client/types/chat/bsky/moderation/defs.js.map +1 -0
- package/dist/client/types/chat/bsky/moderation/getActorMetadata.d.ts +34 -0
- package/dist/client/types/chat/bsky/moderation/getActorMetadata.d.ts.map +1 -0
- package/dist/client/types/chat/bsky/moderation/getActorMetadata.js +21 -0
- package/dist/client/types/chat/bsky/moderation/getActorMetadata.js.map +1 -0
- package/dist/client/types/chat/bsky/moderation/getConvo.d.ts +26 -0
- package/dist/client/types/chat/bsky/moderation/getConvo.d.ts.map +1 -0
- package/dist/client/types/chat/bsky/moderation/getConvo.js +23 -0
- package/dist/client/types/chat/bsky/moderation/getConvo.js.map +1 -0
- package/dist/client/types/chat/bsky/moderation/getConvoMembers.d.ts +29 -0
- package/dist/client/types/chat/bsky/moderation/getConvoMembers.d.ts.map +1 -0
- package/dist/client/types/chat/bsky/moderation/getConvoMembers.js +23 -0
- package/dist/client/types/chat/bsky/moderation/getConvoMembers.js.map +1 -0
- package/dist/client/types/chat/bsky/moderation/getConvos.d.ts +23 -0
- package/dist/client/types/chat/bsky/moderation/getConvos.d.ts.map +1 -0
- package/dist/client/types/chat/bsky/moderation/getConvos.js +14 -0
- package/dist/client/types/chat/bsky/moderation/getConvos.js.map +1 -0
- package/dist/client/types/chat/bsky/moderation/getMessageContext.d.ts +34 -0
- package/dist/client/types/chat/bsky/moderation/getMessageContext.d.ts.map +1 -0
- package/dist/client/types/chat/bsky/moderation/getMessageContext.js +14 -0
- package/dist/client/types/chat/bsky/moderation/getMessageContext.js.map +1 -0
- package/dist/client/types/chat/bsky/moderation/subscribeModEvents.d.ts +233 -0
- package/dist/client/types/chat/bsky/moderation/subscribeModEvents.d.ts.map +1 -0
- package/dist/client/types/chat/bsky/moderation/subscribeModEvents.js +88 -0
- package/dist/client/types/chat/bsky/moderation/subscribeModEvents.js.map +1 -0
- package/dist/client/types/chat/bsky/moderation/updateActorAccess.d.ts +22 -0
- package/dist/client/types/chat/bsky/moderation/updateActorAccess.d.ts.map +1 -0
- package/dist/client/types/chat/bsky/moderation/updateActorAccess.js +14 -0
- package/dist/client/types/chat/bsky/moderation/updateActorAccess.js.map +1 -0
- package/dist/client/types/chat/bsky/notification/defs.d.ts +19 -0
- package/dist/client/types/chat/bsky/notification/defs.d.ts.map +1 -0
- package/dist/client/types/chat/bsky/notification/defs.js +24 -0
- package/dist/client/types/chat/bsky/notification/defs.js.map +1 -0
- package/dist/client/types/chat/bsky/notification/getPreferences.d.ts +21 -0
- package/dist/client/types/chat/bsky/notification/getPreferences.d.ts.map +1 -0
- package/dist/client/types/chat/bsky/notification/getPreferences.js +14 -0
- package/dist/client/types/chat/bsky/notification/getPreferences.js.map +1 -0
- package/dist/client/types/chat/bsky/notification/putPreferences.d.ts +26 -0
- package/dist/client/types/chat/bsky/notification/putPreferences.d.ts.map +1 -0
- package/dist/client/types/chat/bsky/notification/putPreferences.js +14 -0
- package/dist/client/types/chat/bsky/notification/putPreferences.js.map +1 -0
- package/dist/client/types/com/atproto/admin/defs.d.ts +53 -0
- package/dist/client/types/com/atproto/admin/defs.d.ts.map +1 -0
- package/dist/client/types/com/atproto/admin/defs.js +45 -0
- package/dist/client/types/com/atproto/admin/defs.js.map +1 -0
- package/dist/client/types/com/atproto/admin/deleteAccount.d.ts +20 -0
- package/dist/client/types/com/atproto/admin/deleteAccount.d.ts.map +1 -0
- package/dist/client/types/com/atproto/admin/deleteAccount.js +14 -0
- package/dist/client/types/com/atproto/admin/deleteAccount.js.map +1 -0
- package/dist/client/types/com/atproto/admin/disableAccountInvites.d.ts +22 -0
- package/dist/client/types/com/atproto/admin/disableAccountInvites.d.ts.map +1 -0
- package/dist/client/types/com/atproto/admin/disableAccountInvites.js +14 -0
- package/dist/client/types/com/atproto/admin/disableAccountInvites.js.map +1 -0
- package/dist/client/types/com/atproto/admin/disableInviteCodes.d.ts +21 -0
- package/dist/client/types/com/atproto/admin/disableInviteCodes.d.ts.map +1 -0
- package/dist/client/types/com/atproto/admin/disableInviteCodes.js +14 -0
- package/dist/client/types/com/atproto/admin/disableInviteCodes.js.map +1 -0
- package/dist/client/types/com/atproto/admin/enableAccountInvites.d.ts +22 -0
- package/dist/client/types/com/atproto/admin/enableAccountInvites.d.ts.map +1 -0
- package/dist/client/types/com/atproto/admin/enableAccountInvites.js +14 -0
- package/dist/client/types/com/atproto/admin/enableAccountInvites.js.map +1 -0
- package/dist/client/types/com/atproto/admin/getAccountInfo.d.ts +21 -0
- package/dist/client/types/com/atproto/admin/getAccountInfo.d.ts.map +1 -0
- package/dist/client/types/com/atproto/admin/getAccountInfo.js +14 -0
- package/dist/client/types/com/atproto/admin/getAccountInfo.js.map +1 -0
- package/dist/client/types/com/atproto/admin/getAccountInfos.d.ts +23 -0
- package/dist/client/types/com/atproto/admin/getAccountInfos.d.ts.map +1 -0
- package/dist/client/types/com/atproto/admin/getAccountInfos.js +14 -0
- package/dist/client/types/com/atproto/admin/getAccountInfos.js.map +1 -0
- package/dist/client/types/com/atproto/admin/getInviteCodes.d.ts +26 -0
- package/dist/client/types/com/atproto/admin/getInviteCodes.d.ts.map +1 -0
- package/dist/client/types/com/atproto/admin/getInviteCodes.js +14 -0
- package/dist/client/types/com/atproto/admin/getInviteCodes.js.map +1 -0
- package/dist/client/types/com/atproto/admin/getSubjectStatus.d.ts +31 -0
- package/dist/client/types/com/atproto/admin/getSubjectStatus.d.ts.map +1 -0
- package/dist/client/types/com/atproto/admin/getSubjectStatus.js +14 -0
- package/dist/client/types/com/atproto/admin/getSubjectStatus.js.map +1 -0
- package/dist/client/types/com/atproto/admin/searchAccounts.d.ts +26 -0
- package/dist/client/types/com/atproto/admin/searchAccounts.d.ts.map +1 -0
- package/dist/client/types/com/atproto/admin/searchAccounts.js +14 -0
- package/dist/client/types/com/atproto/admin/searchAccounts.js.map +1 -0
- package/dist/client/types/com/atproto/admin/sendEmail.d.ts +29 -0
- package/dist/client/types/com/atproto/admin/sendEmail.d.ts.map +1 -0
- package/dist/client/types/com/atproto/admin/sendEmail.js +14 -0
- package/dist/client/types/com/atproto/admin/sendEmail.js.map +1 -0
- package/dist/client/types/com/atproto/admin/updateAccountEmail.d.ts +22 -0
- package/dist/client/types/com/atproto/admin/updateAccountEmail.d.ts.map +1 -0
- package/dist/client/types/com/atproto/admin/updateAccountEmail.js +14 -0
- package/dist/client/types/com/atproto/admin/updateAccountEmail.js.map +1 -0
- package/dist/client/types/com/atproto/admin/updateAccountHandle.d.ts +21 -0
- package/dist/client/types/com/atproto/admin/updateAccountHandle.d.ts.map +1 -0
- package/dist/client/types/com/atproto/admin/updateAccountHandle.js +14 -0
- package/dist/client/types/com/atproto/admin/updateAccountHandle.js.map +1 -0
- package/dist/client/types/com/atproto/admin/updateAccountPassword.d.ts +21 -0
- package/dist/client/types/com/atproto/admin/updateAccountPassword.d.ts.map +1 -0
- package/dist/client/types/com/atproto/admin/updateAccountPassword.js +14 -0
- package/dist/client/types/com/atproto/admin/updateAccountPassword.js.map +1 -0
- package/dist/client/types/com/atproto/admin/updateAccountSigningKey.d.ts +22 -0
- package/dist/client/types/com/atproto/admin/updateAccountSigningKey.d.ts.map +1 -0
- package/dist/client/types/com/atproto/admin/updateAccountSigningKey.js +14 -0
- package/dist/client/types/com/atproto/admin/updateAccountSigningKey.js.map +1 -0
- package/dist/client/types/com/atproto/admin/updateSubjectStatus.d.ts +34 -0
- package/dist/client/types/com/atproto/admin/updateSubjectStatus.d.ts.map +1 -0
- package/dist/client/types/com/atproto/admin/updateSubjectStatus.js +14 -0
- package/dist/client/types/com/atproto/admin/updateSubjectStatus.js.map +1 -0
- package/dist/client/types/com/atproto/identity/defs.d.ts +17 -0
- package/dist/client/types/com/atproto/identity/defs.d.ts.map +1 -0
- package/dist/client/types/com/atproto/identity/defs.js +17 -0
- package/dist/client/types/com/atproto/identity/defs.js.map +1 -0
- package/dist/client/types/com/atproto/identity/getRecommendedDidCredentials.d.ts +28 -0
- package/dist/client/types/com/atproto/identity/getRecommendedDidCredentials.d.ts.map +1 -0
- package/dist/client/types/com/atproto/identity/getRecommendedDidCredentials.js +14 -0
- package/dist/client/types/com/atproto/identity/getRecommendedDidCredentials.js.map +1 -0
- package/dist/client/types/com/atproto/identity/refreshIdentity.d.ts +32 -0
- package/dist/client/types/com/atproto/identity/refreshIdentity.d.ts.map +1 -0
- package/dist/client/types/com/atproto/identity/refreshIdentity.js +37 -0
- package/dist/client/types/com/atproto/identity/refreshIdentity.js.map +1 -0
- package/dist/client/types/com/atproto/identity/requestPlcOperationSignature.d.ts +17 -0
- package/dist/client/types/com/atproto/identity/requestPlcOperationSignature.d.ts.map +1 -0
- package/dist/client/types/com/atproto/identity/requestPlcOperationSignature.js +14 -0
- package/dist/client/types/com/atproto/identity/requestPlcOperationSignature.js.map +1 -0
- package/dist/client/types/com/atproto/identity/resolveDid.d.ts +32 -0
- package/dist/client/types/com/atproto/identity/resolveDid.d.ts.map +1 -0
- package/dist/client/types/com/atproto/identity/resolveDid.js +30 -0
- package/dist/client/types/com/atproto/identity/resolveDid.js.map +1 -0
- package/dist/client/types/com/atproto/identity/resolveHandle.d.ts +26 -0
- package/dist/client/types/com/atproto/identity/resolveHandle.d.ts.map +1 -0
- package/dist/client/types/com/atproto/identity/resolveHandle.js +23 -0
- package/dist/client/types/com/atproto/identity/resolveHandle.js.map +1 -0
- package/dist/client/types/com/atproto/identity/resolveIdentity.d.ts +31 -0
- package/dist/client/types/com/atproto/identity/resolveIdentity.d.ts.map +1 -0
- package/dist/client/types/com/atproto/identity/resolveIdentity.js +37 -0
- package/dist/client/types/com/atproto/identity/resolveIdentity.js.map +1 -0
- package/dist/client/types/com/atproto/identity/signPlcOperation.d.ts +36 -0
- package/dist/client/types/com/atproto/identity/signPlcOperation.d.ts.map +1 -0
- package/dist/client/types/com/atproto/identity/signPlcOperation.js +14 -0
- package/dist/client/types/com/atproto/identity/signPlcOperation.js.map +1 -0
- package/dist/client/types/com/atproto/identity/submitPlcOperation.d.ts +22 -0
- package/dist/client/types/com/atproto/identity/submitPlcOperation.d.ts.map +1 -0
- package/dist/client/types/com/atproto/identity/submitPlcOperation.js +14 -0
- package/dist/client/types/com/atproto/identity/submitPlcOperation.js.map +1 -0
- package/dist/client/types/com/atproto/identity/updateHandle.d.ts +21 -0
- package/dist/client/types/com/atproto/identity/updateHandle.d.ts.map +1 -0
- package/dist/client/types/com/atproto/identity/updateHandle.js +14 -0
- package/dist/client/types/com/atproto/identity/updateHandle.js.map +1 -0
- package/dist/client/types/com/atproto/label/defs.d.ts +74 -0
- package/dist/client/types/com/atproto/label/defs.d.ts.map +1 -0
- package/dist/client/types/com/atproto/label/defs.js +45 -0
- package/dist/client/types/com/atproto/label/defs.js.map +1 -0
- package/dist/client/types/com/atproto/label/queryLabels.d.ts +29 -0
- package/dist/client/types/com/atproto/label/queryLabels.d.ts.map +1 -0
- package/dist/client/types/com/atproto/label/queryLabels.js +14 -0
- package/dist/client/types/com/atproto/label/queryLabels.js.map +1 -0
- package/dist/client/types/com/atproto/label/subscribeLabels.d.ts +17 -0
- package/dist/client/types/com/atproto/label/subscribeLabels.d.ts.map +1 -0
- package/dist/client/types/com/atproto/label/subscribeLabels.js +25 -0
- package/dist/client/types/com/atproto/label/subscribeLabels.js.map +1 -0
- package/dist/client/types/com/atproto/lexicon/resolveLexicon.d.ts +31 -0
- package/dist/client/types/com/atproto/lexicon/resolveLexicon.d.ts.map +1 -0
- package/dist/client/types/com/atproto/lexicon/resolveLexicon.js +23 -0
- package/dist/client/types/com/atproto/lexicon/resolveLexicon.js.map +1 -0
- package/dist/client/types/com/atproto/lexicon/schema.d.ts +14 -0
- package/dist/client/types/com/atproto/lexicon/schema.d.ts.map +1 -0
- package/dist/client/types/com/atproto/lexicon/schema.js +18 -0
- package/dist/client/types/com/atproto/lexicon/schema.js.map +1 -0
- package/dist/client/types/com/atproto/moderation/createReport.d.ts +54 -0
- package/dist/client/types/com/atproto/moderation/createReport.d.ts.map +1 -0
- package/dist/client/types/com/atproto/moderation/createReport.js +21 -0
- package/dist/client/types/com/atproto/moderation/createReport.js.map +1 -0
- package/dist/client/types/com/atproto/moderation/defs.d.ts +18 -0
- package/dist/client/types/com/atproto/moderation/defs.d.ts.map +1 -0
- package/dist/client/types/com/atproto/moderation/defs.js +24 -0
- package/dist/client/types/com/atproto/moderation/defs.js.map +1 -0
- package/dist/client/types/com/atproto/repo/applyWrites.d.ts +89 -0
- package/dist/client/types/com/atproto/repo/applyWrites.d.ts.map +1 -0
- package/dist/client/types/com/atproto/repo/applyWrites.js +65 -0
- package/dist/client/types/com/atproto/repo/applyWrites.js.map +1 -0
- package/dist/client/types/com/atproto/repo/createRecord.d.ts +44 -0
- package/dist/client/types/com/atproto/repo/createRecord.d.ts.map +1 -0
- package/dist/client/types/com/atproto/repo/createRecord.js +23 -0
- package/dist/client/types/com/atproto/repo/createRecord.js.map +1 -0
- package/dist/client/types/com/atproto/repo/defs.d.ts +12 -0
- package/dist/client/types/com/atproto/repo/defs.d.ts.map +1 -0
- package/dist/client/types/com/atproto/repo/defs.js +17 -0
- package/dist/client/types/com/atproto/repo/defs.js.map +1 -0
- package/dist/client/types/com/atproto/repo/deleteRecord.d.ts +37 -0
- package/dist/client/types/com/atproto/repo/deleteRecord.d.ts.map +1 -0
- package/dist/client/types/com/atproto/repo/deleteRecord.js +23 -0
- package/dist/client/types/com/atproto/repo/deleteRecord.js.map +1 -0
- package/dist/client/types/com/atproto/repo/describeRepo.d.ts +32 -0
- package/dist/client/types/com/atproto/repo/describeRepo.d.ts.map +1 -0
- package/dist/client/types/com/atproto/repo/describeRepo.js +14 -0
- package/dist/client/types/com/atproto/repo/describeRepo.js.map +1 -0
- package/dist/client/types/com/atproto/repo/getRecord.d.ts +36 -0
- package/dist/client/types/com/atproto/repo/getRecord.d.ts.map +1 -0
- package/dist/client/types/com/atproto/repo/getRecord.js +23 -0
- package/dist/client/types/com/atproto/repo/getRecord.js.map +1 -0
- package/dist/client/types/com/atproto/repo/importRepo.d.ts +18 -0
- package/dist/client/types/com/atproto/repo/importRepo.d.ts.map +1 -0
- package/dist/client/types/com/atproto/repo/importRepo.js +14 -0
- package/dist/client/types/com/atproto/repo/importRepo.js.map +1 -0
- package/dist/client/types/com/atproto/repo/listMissingBlobs.d.ts +32 -0
- package/dist/client/types/com/atproto/repo/listMissingBlobs.d.ts.map +1 -0
- package/dist/client/types/com/atproto/repo/listMissingBlobs.js +21 -0
- package/dist/client/types/com/atproto/repo/listMissingBlobs.js.map +1 -0
- package/dist/client/types/com/atproto/repo/listRecords.d.ts +42 -0
- package/dist/client/types/com/atproto/repo/listRecords.d.ts.map +1 -0
- package/dist/client/types/com/atproto/repo/listRecords.js +21 -0
- package/dist/client/types/com/atproto/repo/listRecords.js.map +1 -0
- package/dist/client/types/com/atproto/repo/putRecord.d.ts +46 -0
- package/dist/client/types/com/atproto/repo/putRecord.d.ts.map +1 -0
- package/dist/client/types/com/atproto/repo/putRecord.js +23 -0
- package/dist/client/types/com/atproto/repo/putRecord.js.map +1 -0
- package/dist/client/types/com/atproto/repo/strongRef.d.ts +12 -0
- package/dist/client/types/com/atproto/repo/strongRef.d.ts.map +1 -0
- package/dist/client/types/com/atproto/repo/strongRef.js +17 -0
- package/dist/client/types/com/atproto/repo/strongRef.js.map +1 -0
- package/dist/client/types/com/atproto/repo/uploadBlob.d.ts +23 -0
- package/dist/client/types/com/atproto/repo/uploadBlob.d.ts.map +1 -0
- package/dist/client/types/com/atproto/repo/uploadBlob.js +14 -0
- package/dist/client/types/com/atproto/repo/uploadBlob.js.map +1 -0
- package/dist/client/types/com/atproto/server/activateAccount.d.ts +17 -0
- package/dist/client/types/com/atproto/server/activateAccount.d.ts.map +1 -0
- package/dist/client/types/com/atproto/server/activateAccount.js +14 -0
- package/dist/client/types/com/atproto/server/activateAccount.js.map +1 -0
- package/dist/client/types/com/atproto/server/checkAccountStatus.d.ts +28 -0
- package/dist/client/types/com/atproto/server/checkAccountStatus.d.ts.map +1 -0
- package/dist/client/types/com/atproto/server/checkAccountStatus.js +14 -0
- package/dist/client/types/com/atproto/server/checkAccountStatus.js.map +1 -0
- package/dist/client/types/com/atproto/server/confirmEmail.d.ts +33 -0
- package/dist/client/types/com/atproto/server/confirmEmail.d.ts.map +1 -0
- package/dist/client/types/com/atproto/server/confirmEmail.js +44 -0
- package/dist/client/types/com/atproto/server/confirmEmail.js.map +1 -0
- package/dist/client/types/com/atproto/server/createAccount.d.ts +69 -0
- package/dist/client/types/com/atproto/server/createAccount.d.ts.map +1 -0
- package/dist/client/types/com/atproto/server/createAccount.js +65 -0
- package/dist/client/types/com/atproto/server/createAccount.js.map +1 -0
- package/dist/client/types/com/atproto/server/createAppPassword.d.ts +38 -0
- package/dist/client/types/com/atproto/server/createAppPassword.d.ts.map +1 -0
- package/dist/client/types/com/atproto/server/createAppPassword.js +30 -0
- package/dist/client/types/com/atproto/server/createAppPassword.js.map +1 -0
- package/dist/client/types/com/atproto/server/createInviteCode.d.ts +25 -0
- package/dist/client/types/com/atproto/server/createInviteCode.d.ts.map +1 -0
- package/dist/client/types/com/atproto/server/createInviteCode.js +14 -0
- package/dist/client/types/com/atproto/server/createInviteCode.js.map +1 -0
- package/dist/client/types/com/atproto/server/createInviteCodes.d.ts +34 -0
- package/dist/client/types/com/atproto/server/createInviteCodes.d.ts.map +1 -0
- package/dist/client/types/com/atproto/server/createInviteCodes.js +21 -0
- package/dist/client/types/com/atproto/server/createInviteCodes.js.map +1 -0
- package/dist/client/types/com/atproto/server/createSession.d.ts +47 -0
- package/dist/client/types/com/atproto/server/createSession.d.ts.map +1 -0
- package/dist/client/types/com/atproto/server/createSession.js +30 -0
- package/dist/client/types/com/atproto/server/createSession.js.map +1 -0
- package/dist/client/types/com/atproto/server/deactivateAccount.d.ts +21 -0
- package/dist/client/types/com/atproto/server/deactivateAccount.d.ts.map +1 -0
- package/dist/client/types/com/atproto/server/deactivateAccount.js +14 -0
- package/dist/client/types/com/atproto/server/deactivateAccount.js.map +1 -0
- package/dist/client/types/com/atproto/server/defs.d.ts +24 -0
- package/dist/client/types/com/atproto/server/defs.d.ts.map +1 -0
- package/dist/client/types/com/atproto/server/defs.js +24 -0
- package/dist/client/types/com/atproto/server/defs.js.map +1 -0
- package/dist/client/types/com/atproto/server/deleteAccount.d.ts +28 -0
- package/dist/client/types/com/atproto/server/deleteAccount.d.ts.map +1 -0
- package/dist/client/types/com/atproto/server/deleteAccount.js +30 -0
- package/dist/client/types/com/atproto/server/deleteAccount.js.map +1 -0
- package/dist/client/types/com/atproto/server/deleteSession.d.ts +23 -0
- package/dist/client/types/com/atproto/server/deleteSession.d.ts.map +1 -0
- package/dist/client/types/com/atproto/server/deleteSession.js +30 -0
- package/dist/client/types/com/atproto/server/deleteSession.js.map +1 -0
- package/dist/client/types/com/atproto/server/describeServer.d.ts +44 -0
- package/dist/client/types/com/atproto/server/describeServer.d.ts.map +1 -0
- package/dist/client/types/com/atproto/server/describeServer.js +28 -0
- package/dist/client/types/com/atproto/server/describeServer.js.map +1 -0
- package/dist/client/types/com/atproto/server/getAccountInviteCodes.d.ts +28 -0
- package/dist/client/types/com/atproto/server/getAccountInviteCodes.d.ts.map +1 -0
- package/dist/client/types/com/atproto/server/getAccountInviteCodes.js +23 -0
- package/dist/client/types/com/atproto/server/getAccountInviteCodes.js.map +1 -0
- package/dist/client/types/com/atproto/server/getServiceAuth.d.ts +30 -0
- package/dist/client/types/com/atproto/server/getServiceAuth.d.ts.map +1 -0
- package/dist/client/types/com/atproto/server/getServiceAuth.js +23 -0
- package/dist/client/types/com/atproto/server/getServiceAuth.js.map +1 -0
- package/dist/client/types/com/atproto/server/getSession.d.ts +30 -0
- package/dist/client/types/com/atproto/server/getSession.d.ts.map +1 -0
- package/dist/client/types/com/atproto/server/getSession.js +14 -0
- package/dist/client/types/com/atproto/server/getSession.js.map +1 -0
- package/dist/client/types/com/atproto/server/listAppPasswords.d.ts +32 -0
- package/dist/client/types/com/atproto/server/listAppPasswords.d.ts.map +1 -0
- package/dist/client/types/com/atproto/server/listAppPasswords.js +30 -0
- package/dist/client/types/com/atproto/server/listAppPasswords.js.map +1 -0
- package/dist/client/types/com/atproto/server/refreshSession.d.ts +42 -0
- package/dist/client/types/com/atproto/server/refreshSession.d.ts.map +1 -0
- package/dist/client/types/com/atproto/server/refreshSession.js +37 -0
- package/dist/client/types/com/atproto/server/refreshSession.js.map +1 -0
- package/dist/client/types/com/atproto/server/requestAccountDelete.d.ts +17 -0
- package/dist/client/types/com/atproto/server/requestAccountDelete.d.ts.map +1 -0
- package/dist/client/types/com/atproto/server/requestAccountDelete.js +14 -0
- package/dist/client/types/com/atproto/server/requestAccountDelete.js.map +1 -0
- package/dist/client/types/com/atproto/server/requestEmailConfirmation.d.ts +17 -0
- package/dist/client/types/com/atproto/server/requestEmailConfirmation.d.ts.map +1 -0
- package/dist/client/types/com/atproto/server/requestEmailConfirmation.js +14 -0
- package/dist/client/types/com/atproto/server/requestEmailConfirmation.js.map +1 -0
- package/dist/client/types/com/atproto/server/requestEmailUpdate.d.ts +21 -0
- package/dist/client/types/com/atproto/server/requestEmailUpdate.d.ts.map +1 -0
- package/dist/client/types/com/atproto/server/requestEmailUpdate.js +14 -0
- package/dist/client/types/com/atproto/server/requestEmailUpdate.js.map +1 -0
- package/dist/client/types/com/atproto/server/requestPasswordReset.d.ts +20 -0
- package/dist/client/types/com/atproto/server/requestPasswordReset.d.ts.map +1 -0
- package/dist/client/types/com/atproto/server/requestPasswordReset.js +14 -0
- package/dist/client/types/com/atproto/server/requestPasswordReset.js.map +1 -0
- package/dist/client/types/com/atproto/server/reserveSigningKey.d.ts +26 -0
- package/dist/client/types/com/atproto/server/reserveSigningKey.d.ts.map +1 -0
- package/dist/client/types/com/atproto/server/reserveSigningKey.js +14 -0
- package/dist/client/types/com/atproto/server/reserveSigningKey.js.map +1 -0
- package/dist/client/types/com/atproto/server/resetPassword.d.ts +27 -0
- package/dist/client/types/com/atproto/server/resetPassword.d.ts.map +1 -0
- package/dist/client/types/com/atproto/server/resetPassword.js +30 -0
- package/dist/client/types/com/atproto/server/resetPassword.js.map +1 -0
- package/dist/client/types/com/atproto/server/revokeAppPassword.d.ts +20 -0
- package/dist/client/types/com/atproto/server/revokeAppPassword.d.ts.map +1 -0
- package/dist/client/types/com/atproto/server/revokeAppPassword.js +14 -0
- package/dist/client/types/com/atproto/server/revokeAppPassword.js.map +1 -0
- package/dist/client/types/com/atproto/server/updateEmail.d.ts +32 -0
- package/dist/client/types/com/atproto/server/updateEmail.d.ts.map +1 -0
- package/dist/client/types/com/atproto/server/updateEmail.js +37 -0
- package/dist/client/types/com/atproto/server/updateEmail.js.map +1 -0
- package/dist/client/types/com/atproto/simplespace/addMember.d.ts +29 -0
- package/dist/client/types/com/atproto/simplespace/addMember.d.ts.map +1 -0
- package/dist/client/types/com/atproto/simplespace/addMember.js +30 -0
- package/dist/client/types/com/atproto/simplespace/addMember.js.map +1 -0
- package/dist/client/types/com/atproto/simplespace/checkUserAccess.d.ts +28 -0
- package/dist/client/types/com/atproto/simplespace/checkUserAccess.d.ts.map +1 -0
- package/dist/client/types/com/atproto/simplespace/checkUserAccess.js +14 -0
- package/dist/client/types/com/atproto/simplespace/checkUserAccess.js.map +1 -0
- package/dist/client/types/com/atproto/simplespace/createSpace.d.ts +45 -0
- package/dist/client/types/com/atproto/simplespace/createSpace.d.ts.map +1 -0
- package/dist/client/types/com/atproto/simplespace/createSpace.js +37 -0
- package/dist/client/types/com/atproto/simplespace/createSpace.js.map +1 -0
- package/dist/client/types/com/atproto/simplespace/defs.d.ts +39 -0
- package/dist/client/types/com/atproto/simplespace/defs.d.ts.map +1 -0
- package/dist/client/types/com/atproto/simplespace/defs.js +45 -0
- package/dist/client/types/com/atproto/simplespace/defs.js.map +1 -0
- package/dist/client/types/com/atproto/simplespace/deleteSpace.d.ts +27 -0
- package/dist/client/types/com/atproto/simplespace/deleteSpace.d.ts.map +1 -0
- package/dist/client/types/com/atproto/simplespace/deleteSpace.js +30 -0
- package/dist/client/types/com/atproto/simplespace/deleteSpace.js.map +1 -0
- package/dist/client/types/com/atproto/simplespace/getSpace.d.ts +35 -0
- package/dist/client/types/com/atproto/simplespace/getSpace.d.ts.map +1 -0
- package/dist/client/types/com/atproto/simplespace/getSpace.js +23 -0
- package/dist/client/types/com/atproto/simplespace/getSpace.js.map +1 -0
- package/dist/client/types/com/atproto/simplespace/listMembers.d.ts +37 -0
- package/dist/client/types/com/atproto/simplespace/listMembers.d.ts.map +1 -0
- package/dist/client/types/com/atproto/simplespace/listMembers.js +30 -0
- package/dist/client/types/com/atproto/simplespace/listMembers.js.map +1 -0
- package/dist/client/types/com/atproto/simplespace/removeMember.d.ts +29 -0
- package/dist/client/types/com/atproto/simplespace/removeMember.d.ts.map +1 -0
- package/dist/client/types/com/atproto/simplespace/removeMember.js +30 -0
- package/dist/client/types/com/atproto/simplespace/removeMember.js.map +1 -0
- package/dist/client/types/com/atproto/simplespace/updateSpace.d.ts +41 -0
- package/dist/client/types/com/atproto/simplespace/updateSpace.d.ts.map +1 -0
- package/dist/client/types/com/atproto/simplespace/updateSpace.js +44 -0
- package/dist/client/types/com/atproto/simplespace/updateSpace.js.map +1 -0
- package/dist/client/types/com/atproto/space/applyWrites.d.ts +92 -0
- package/dist/client/types/com/atproto/space/applyWrites.d.ts.map +1 -0
- package/dist/client/types/com/atproto/space/applyWrites.js +79 -0
- package/dist/client/types/com/atproto/space/applyWrites.js.map +1 -0
- package/dist/client/types/com/atproto/space/createRecord.d.ts +46 -0
- package/dist/client/types/com/atproto/space/createRecord.d.ts.map +1 -0
- package/dist/client/types/com/atproto/space/createRecord.js +30 -0
- package/dist/client/types/com/atproto/space/createRecord.js.map +1 -0
- package/dist/client/types/com/atproto/space/defs.d.ts +23 -0
- package/dist/client/types/com/atproto/space/defs.d.ts.map +1 -0
- package/dist/client/types/com/atproto/space/defs.js +17 -0
- package/dist/client/types/com/atproto/space/defs.js.map +1 -0
- package/dist/client/types/com/atproto/space/deleteRecord.d.ts +33 -0
- package/dist/client/types/com/atproto/space/deleteRecord.d.ts.map +1 -0
- package/dist/client/types/com/atproto/space/deleteRecord.js +23 -0
- package/dist/client/types/com/atproto/space/deleteRecord.js.map +1 -0
- package/dist/client/types/com/atproto/space/getBlob.d.ts +42 -0
- package/dist/client/types/com/atproto/space/getBlob.d.ts.map +1 -0
- package/dist/client/types/com/atproto/space/getBlob.js +58 -0
- package/dist/client/types/com/atproto/space/getBlob.js.map +1 -0
- package/dist/client/types/com/atproto/space/getDelegationToken.d.ts +24 -0
- package/dist/client/types/com/atproto/space/getDelegationToken.d.ts.map +1 -0
- package/dist/client/types/com/atproto/space/getDelegationToken.js +14 -0
- package/dist/client/types/com/atproto/space/getDelegationToken.js.map +1 -0
- package/dist/client/types/com/atproto/space/getLatestCommit.d.ts +41 -0
- package/dist/client/types/com/atproto/space/getLatestCommit.d.ts.map +1 -0
- package/dist/client/types/com/atproto/space/getLatestCommit.js +51 -0
- package/dist/client/types/com/atproto/space/getLatestCommit.js.map +1 -0
- package/dist/client/types/com/atproto/space/getRecord.d.ts +51 -0
- package/dist/client/types/com/atproto/space/getRecord.d.ts.map +1 -0
- package/dist/client/types/com/atproto/space/getRecord.js +58 -0
- package/dist/client/types/com/atproto/space/getRecord.js.map +1 -0
- package/dist/client/types/com/atproto/space/getRepo.d.ts +39 -0
- package/dist/client/types/com/atproto/space/getRepo.d.ts.map +1 -0
- package/dist/client/types/com/atproto/space/getRepo.js +51 -0
- package/dist/client/types/com/atproto/space/getRepo.js.map +1 -0
- package/dist/client/types/com/atproto/space/getSpaceCredential.d.ts +49 -0
- package/dist/client/types/com/atproto/space/getSpaceCredential.d.ts.map +1 -0
- package/dist/client/types/com/atproto/space/getSpaceCredential.js +65 -0
- package/dist/client/types/com/atproto/space/getSpaceCredential.js.map +1 -0
- package/dist/client/types/com/atproto/space/listBlobs.d.ts +45 -0
- package/dist/client/types/com/atproto/space/listBlobs.d.ts.map +1 -0
- package/dist/client/types/com/atproto/space/listBlobs.js +51 -0
- package/dist/client/types/com/atproto/space/listBlobs.js.map +1 -0
- package/dist/client/types/com/atproto/space/listRecords.d.ts +63 -0
- package/dist/client/types/com/atproto/space/listRecords.d.ts.map +1 -0
- package/dist/client/types/com/atproto/space/listRecords.js +58 -0
- package/dist/client/types/com/atproto/space/listRecords.js.map +1 -0
- package/dist/client/types/com/atproto/space/listRepoOps.d.ts +68 -0
- package/dist/client/types/com/atproto/space/listRepoOps.d.ts.map +1 -0
- package/dist/client/types/com/atproto/space/listRepoOps.js +58 -0
- package/dist/client/types/com/atproto/space/listRepoOps.js.map +1 -0
- package/dist/client/types/com/atproto/space/listRepos.d.ts +42 -0
- package/dist/client/types/com/atproto/space/listRepos.d.ts.map +1 -0
- package/dist/client/types/com/atproto/space/listRepos.js +30 -0
- package/dist/client/types/com/atproto/space/listRepos.js.map +1 -0
- package/dist/client/types/com/atproto/space/listSpaces.d.ts +37 -0
- package/dist/client/types/com/atproto/space/listSpaces.d.ts.map +1 -0
- package/dist/client/types/com/atproto/space/listSpaces.js +21 -0
- package/dist/client/types/com/atproto/space/listSpaces.js.map +1 -0
- package/dist/client/types/com/atproto/space/notifySpaceDeleted.d.ts +21 -0
- package/dist/client/types/com/atproto/space/notifySpaceDeleted.d.ts.map +1 -0
- package/dist/client/types/com/atproto/space/notifySpaceDeleted.js +14 -0
- package/dist/client/types/com/atproto/space/notifySpaceDeleted.js.map +1 -0
- package/dist/client/types/com/atproto/space/notifyWrite.d.ts +27 -0
- package/dist/client/types/com/atproto/space/notifyWrite.d.ts.map +1 -0
- package/dist/client/types/com/atproto/space/notifyWrite.js +14 -0
- package/dist/client/types/com/atproto/space/notifyWrite.js.map +1 -0
- package/dist/client/types/com/atproto/space/putRecord.d.ts +43 -0
- package/dist/client/types/com/atproto/space/putRecord.d.ts.map +1 -0
- package/dist/client/types/com/atproto/space/putRecord.js +23 -0
- package/dist/client/types/com/atproto/space/putRecord.js.map +1 -0
- package/dist/client/types/com/atproto/space/registerNotify.d.ts +34 -0
- package/dist/client/types/com/atproto/space/registerNotify.d.ts.map +1 -0
- package/dist/client/types/com/atproto/space/registerNotify.js +30 -0
- package/dist/client/types/com/atproto/space/registerNotify.js.map +1 -0
- package/dist/client/types/com/atproto/space/unregisterNotify.d.ts +26 -0
- package/dist/client/types/com/atproto/space/unregisterNotify.d.ts.map +1 -0
- package/dist/client/types/com/atproto/space/unregisterNotify.js +23 -0
- package/dist/client/types/com/atproto/space/unregisterNotify.js.map +1 -0
- package/dist/client/types/com/atproto/sync/defs.d.ts +2 -0
- package/dist/client/types/com/atproto/sync/defs.d.ts.map +1 -0
- package/dist/client/types/com/atproto/sync/defs.js +10 -0
- package/dist/client/types/com/atproto/sync/defs.js.map +1 -0
- package/dist/client/types/com/atproto/sync/getBlob.d.ts +37 -0
- package/dist/client/types/com/atproto/sync/getBlob.d.ts.map +1 -0
- package/dist/client/types/com/atproto/sync/getBlob.js +51 -0
- package/dist/client/types/com/atproto/sync/getBlob.js.map +1 -0
- package/dist/client/types/com/atproto/sync/getBlocks.d.ts +36 -0
- package/dist/client/types/com/atproto/sync/getBlocks.d.ts.map +1 -0
- package/dist/client/types/com/atproto/sync/getBlocks.js +51 -0
- package/dist/client/types/com/atproto/sync/getBlocks.js.map +1 -0
- package/dist/client/types/com/atproto/sync/getCheckout.d.ts +20 -0
- package/dist/client/types/com/atproto/sync/getCheckout.d.ts.map +1 -0
- package/dist/client/types/com/atproto/sync/getCheckout.js +14 -0
- package/dist/client/types/com/atproto/sync/getCheckout.js.map +1 -0
- package/dist/client/types/com/atproto/sync/getHead.d.ts +26 -0
- package/dist/client/types/com/atproto/sync/getHead.d.ts.map +1 -0
- package/dist/client/types/com/atproto/sync/getHead.js +23 -0
- package/dist/client/types/com/atproto/sync/getHead.js.map +1 -0
- package/dist/client/types/com/atproto/sync/getHostStatus.d.ts +32 -0
- package/dist/client/types/com/atproto/sync/getHostStatus.d.ts.map +1 -0
- package/dist/client/types/com/atproto/sync/getHostStatus.js +23 -0
- package/dist/client/types/com/atproto/sync/getHostStatus.js.map +1 -0
- package/dist/client/types/com/atproto/sync/getLatestCommit.d.ts +36 -0
- package/dist/client/types/com/atproto/sync/getLatestCommit.d.ts.map +1 -0
- package/dist/client/types/com/atproto/sync/getLatestCommit.js +44 -0
- package/dist/client/types/com/atproto/sync/getLatestCommit.js.map +1 -0
- package/dist/client/types/com/atproto/sync/getRecord.d.ts +38 -0
- package/dist/client/types/com/atproto/sync/getRecord.d.ts.map +1 -0
- package/dist/client/types/com/atproto/sync/getRecord.js +51 -0
- package/dist/client/types/com/atproto/sync/getRecord.js.map +1 -0
- package/dist/client/types/com/atproto/sync/getRepo.d.ts +34 -0
- package/dist/client/types/com/atproto/sync/getRepo.d.ts.map +1 -0
- package/dist/client/types/com/atproto/sync/getRepo.js +44 -0
- package/dist/client/types/com/atproto/sync/getRepo.js.map +1 -0
- package/dist/client/types/com/atproto/sync/getRepoStatus.d.ts +31 -0
- package/dist/client/types/com/atproto/sync/getRepoStatus.d.ts.map +1 -0
- package/dist/client/types/com/atproto/sync/getRepoStatus.js +23 -0
- package/dist/client/types/com/atproto/sync/getRepoStatus.js.map +1 -0
- package/dist/client/types/com/atproto/sync/listBlobs.d.ts +40 -0
- package/dist/client/types/com/atproto/sync/listBlobs.d.ts.map +1 -0
- package/dist/client/types/com/atproto/sync/listBlobs.js +44 -0
- package/dist/client/types/com/atproto/sync/listBlobs.js.map +1 -0
- package/dist/client/types/com/atproto/sync/listHosts.d.ts +38 -0
- package/dist/client/types/com/atproto/sync/listHosts.d.ts.map +1 -0
- package/dist/client/types/com/atproto/sync/listHosts.js +21 -0
- package/dist/client/types/com/atproto/sync/listHosts.js.map +1 -0
- package/dist/client/types/com/atproto/sync/listRepos.d.ts +37 -0
- package/dist/client/types/com/atproto/sync/listRepos.d.ts.map +1 -0
- package/dist/client/types/com/atproto/sync/listRepos.js +21 -0
- package/dist/client/types/com/atproto/sync/listRepos.js.map +1 -0
- package/dist/client/types/com/atproto/sync/listReposByCollection.d.ts +33 -0
- package/dist/client/types/com/atproto/sync/listReposByCollection.d.ts.map +1 -0
- package/dist/client/types/com/atproto/sync/listReposByCollection.js +21 -0
- package/dist/client/types/com/atproto/sync/listReposByCollection.js.map +1 -0
- package/dist/client/types/com/atproto/sync/notifyOfUpdate.d.ts +21 -0
- package/dist/client/types/com/atproto/sync/notifyOfUpdate.d.ts.map +1 -0
- package/dist/client/types/com/atproto/sync/notifyOfUpdate.js +14 -0
- package/dist/client/types/com/atproto/sync/notifyOfUpdate.js.map +1 -0
- package/dist/client/types/com/atproto/sync/requestCrawl.d.ts +24 -0
- package/dist/client/types/com/atproto/sync/requestCrawl.d.ts.map +1 -0
- package/dist/client/types/com/atproto/sync/requestCrawl.js +23 -0
- package/dist/client/types/com/atproto/sync/requestCrawl.js.map +1 -0
- package/dist/client/types/com/atproto/sync/subscribeRepos.d.ts +90 -0
- package/dist/client/types/com/atproto/sync/subscribeRepos.d.ts.map +1 -0
- package/dist/client/types/com/atproto/sync/subscribeRepos.js +53 -0
- package/dist/client/types/com/atproto/sync/subscribeRepos.js.map +1 -0
- package/dist/client/types/com/atproto/temp/addReservedHandle.d.ts +23 -0
- package/dist/client/types/com/atproto/temp/addReservedHandle.d.ts.map +1 -0
- package/dist/client/types/com/atproto/temp/addReservedHandle.js +14 -0
- package/dist/client/types/com/atproto/temp/addReservedHandle.js.map +1 -0
- package/dist/client/types/com/atproto/temp/checkHandleAvailability.d.ts +58 -0
- package/dist/client/types/com/atproto/temp/checkHandleAvailability.d.ts.map +1 -0
- package/dist/client/types/com/atproto/temp/checkHandleAvailability.js +44 -0
- package/dist/client/types/com/atproto/temp/checkHandleAvailability.js.map +1 -0
- package/dist/client/types/com/atproto/temp/checkSignupQueue.d.ts +22 -0
- package/dist/client/types/com/atproto/temp/checkSignupQueue.d.ts.map +1 -0
- package/dist/client/types/com/atproto/temp/checkSignupQueue.js +14 -0
- package/dist/client/types/com/atproto/temp/checkSignupQueue.js.map +1 -0
- package/dist/client/types/com/atproto/temp/dereferenceScope.d.ts +27 -0
- package/dist/client/types/com/atproto/temp/dereferenceScope.d.ts.map +1 -0
- package/dist/client/types/com/atproto/temp/dereferenceScope.js +23 -0
- package/dist/client/types/com/atproto/temp/dereferenceScope.js.map +1 -0
- package/dist/client/types/com/atproto/temp/fetchLabels.d.ts +24 -0
- package/dist/client/types/com/atproto/temp/fetchLabels.d.ts.map +1 -0
- package/dist/client/types/com/atproto/temp/fetchLabels.js +14 -0
- package/dist/client/types/com/atproto/temp/fetchLabels.js.map +1 -0
- package/dist/client/types/com/atproto/temp/requestPhoneVerification.d.ts +20 -0
- package/dist/client/types/com/atproto/temp/requestPhoneVerification.d.ts.map +1 -0
- package/dist/client/types/com/atproto/temp/requestPhoneVerification.js +14 -0
- package/dist/client/types/com/atproto/temp/requestPhoneVerification.js.map +1 -0
- package/dist/client/types/com/atproto/temp/revokeAccountCredentials.d.ts +20 -0
- package/dist/client/types/com/atproto/temp/revokeAccountCredentials.d.ts.map +1 -0
- package/dist/client/types/com/atproto/temp/revokeAccountCredentials.js +14 -0
- package/dist/client/types/com/atproto/temp/revokeAccountCredentials.js.map +1 -0
- package/dist/client/types/com/germnetwork/declaration.d.ts +30 -0
- package/dist/client/types/com/germnetwork/declaration.d.ts.map +1 -0
- package/dist/client/types/com/germnetwork/declaration.js +25 -0
- package/dist/client/types/com/germnetwork/declaration.js.map +1 -0
- package/dist/client/types/tools/ozone/communication/createTemplate.d.ts +35 -0
- package/dist/client/types/tools/ozone/communication/createTemplate.d.ts.map +1 -0
- package/dist/client/types/tools/ozone/communication/createTemplate.js +23 -0
- package/dist/client/types/tools/ozone/communication/createTemplate.js.map +1 -0
- package/dist/client/types/tools/ozone/communication/defs.d.ts +24 -0
- package/dist/client/types/tools/ozone/communication/defs.d.ts.map +1 -0
- package/dist/client/types/tools/ozone/communication/defs.js +17 -0
- package/dist/client/types/tools/ozone/communication/defs.js.map +1 -0
- package/dist/client/types/tools/ozone/communication/deleteTemplate.d.ts +20 -0
- package/dist/client/types/tools/ozone/communication/deleteTemplate.d.ts.map +1 -0
- package/dist/client/types/tools/ozone/communication/deleteTemplate.js +14 -0
- package/dist/client/types/tools/ozone/communication/deleteTemplate.js.map +1 -0
- package/dist/client/types/tools/ozone/communication/listTemplates.d.ts +21 -0
- package/dist/client/types/tools/ozone/communication/listTemplates.d.ts.map +1 -0
- package/dist/client/types/tools/ozone/communication/listTemplates.js +14 -0
- package/dist/client/types/tools/ozone/communication/listTemplates.js.map +1 -0
- package/dist/client/types/tools/ozone/communication/updateTemplate.d.ts +38 -0
- package/dist/client/types/tools/ozone/communication/updateTemplate.d.ts.map +1 -0
- package/dist/client/types/tools/ozone/communication/updateTemplate.js +23 -0
- package/dist/client/types/tools/ozone/communication/updateTemplate.js.map +1 -0
- package/dist/client/types/tools/ozone/hosting/getAccountHistory.d.ts +68 -0
- package/dist/client/types/tools/ozone/hosting/getAccountHistory.d.ts.map +1 -0
- package/dist/client/types/tools/ozone/hosting/getAccountHistory.js +56 -0
- package/dist/client/types/tools/ozone/hosting/getAccountHistory.js.map +1 -0
- package/dist/client/types/tools/ozone/moderation/cancelScheduledActions.d.ts +43 -0
- package/dist/client/types/tools/ozone/moderation/cancelScheduledActions.d.ts.map +1 -0
- package/dist/client/types/tools/ozone/moderation/cancelScheduledActions.js +28 -0
- package/dist/client/types/tools/ozone/moderation/cancelScheduledActions.js.map +1 -0
- package/dist/client/types/tools/ozone/moderation/defs.d.ts +662 -0
- package/dist/client/types/tools/ozone/moderation/defs.d.ts.map +1 -0
- package/dist/client/types/tools/ozone/moderation/defs.js +367 -0
- package/dist/client/types/tools/ozone/moderation/defs.js.map +1 -0
- package/dist/client/types/tools/ozone/moderation/emitEvent.d.ts +58 -0
- package/dist/client/types/tools/ozone/moderation/emitEvent.d.ts.map +1 -0
- package/dist/client/types/tools/ozone/moderation/emitEvent.js +37 -0
- package/dist/client/types/tools/ozone/moderation/emitEvent.js.map +1 -0
- package/dist/client/types/tools/ozone/moderation/getAccountTimeline.d.ts +41 -0
- package/dist/client/types/tools/ozone/moderation/getAccountTimeline.d.ts.map +1 -0
- package/dist/client/types/tools/ozone/moderation/getAccountTimeline.js +37 -0
- package/dist/client/types/tools/ozone/moderation/getAccountTimeline.js.map +1 -0
- package/dist/client/types/tools/ozone/moderation/getEvent.d.ts +21 -0
- package/dist/client/types/tools/ozone/moderation/getEvent.d.ts.map +1 -0
- package/dist/client/types/tools/ozone/moderation/getEvent.js +14 -0
- package/dist/client/types/tools/ozone/moderation/getEvent.js.map +1 -0
- package/dist/client/types/tools/ozone/moderation/getRecord.d.ts +25 -0
- package/dist/client/types/tools/ozone/moderation/getRecord.d.ts.map +1 -0
- package/dist/client/types/tools/ozone/moderation/getRecord.js +23 -0
- package/dist/client/types/tools/ozone/moderation/getRecord.js.map +1 -0
- package/dist/client/types/tools/ozone/moderation/getRecords.d.ts +26 -0
- package/dist/client/types/tools/ozone/moderation/getRecords.d.ts.map +1 -0
- package/dist/client/types/tools/ozone/moderation/getRecords.js +14 -0
- package/dist/client/types/tools/ozone/moderation/getRecords.js.map +1 -0
- package/dist/client/types/tools/ozone/moderation/getRepo.d.ts +24 -0
- package/dist/client/types/tools/ozone/moderation/getRepo.d.ts.map +1 -0
- package/dist/client/types/tools/ozone/moderation/getRepo.js +23 -0
- package/dist/client/types/tools/ozone/moderation/getRepo.js.map +1 -0
- package/dist/client/types/tools/ozone/moderation/getReporterStats.d.ts +23 -0
- package/dist/client/types/tools/ozone/moderation/getReporterStats.d.ts.map +1 -0
- package/dist/client/types/tools/ozone/moderation/getReporterStats.js +14 -0
- package/dist/client/types/tools/ozone/moderation/getReporterStats.js.map +1 -0
- package/dist/client/types/tools/ozone/moderation/getRepos.d.ts +26 -0
- package/dist/client/types/tools/ozone/moderation/getRepos.d.ts.map +1 -0
- package/dist/client/types/tools/ozone/moderation/getRepos.js +14 -0
- package/dist/client/types/tools/ozone/moderation/getRepos.js.map +1 -0
- package/dist/client/types/tools/ozone/moderation/getSubjects.d.ts +23 -0
- package/dist/client/types/tools/ozone/moderation/getSubjects.d.ts.map +1 -0
- package/dist/client/types/tools/ozone/moderation/getSubjects.js +14 -0
- package/dist/client/types/tools/ozone/moderation/getSubjects.js.map +1 -0
- package/dist/client/types/tools/ozone/moderation/listScheduledActions.d.ts +38 -0
- package/dist/client/types/tools/ozone/moderation/listScheduledActions.d.ts.map +1 -0
- package/dist/client/types/tools/ozone/moderation/listScheduledActions.js +14 -0
- package/dist/client/types/tools/ozone/moderation/listScheduledActions.js.map +1 -0
- package/dist/client/types/tools/ozone/moderation/queryEvents.d.ts +63 -0
- package/dist/client/types/tools/ozone/moderation/queryEvents.d.ts.map +1 -0
- package/dist/client/types/tools/ozone/moderation/queryEvents.js +14 -0
- package/dist/client/types/tools/ozone/moderation/queryEvents.js.map +1 -0
- package/dist/client/types/tools/ozone/moderation/queryStatuses.d.ts +88 -0
- package/dist/client/types/tools/ozone/moderation/queryStatuses.d.ts.map +1 -0
- package/dist/client/types/tools/ozone/moderation/queryStatuses.js +14 -0
- package/dist/client/types/tools/ozone/moderation/queryStatuses.js.map +1 -0
- package/dist/client/types/tools/ozone/moderation/scheduleAction.d.ts +82 -0
- package/dist/client/types/tools/ozone/moderation/scheduleAction.d.ts.map +1 -0
- package/dist/client/types/tools/ozone/moderation/scheduleAction.js +42 -0
- package/dist/client/types/tools/ozone/moderation/scheduleAction.js.map +1 -0
- package/dist/client/types/tools/ozone/moderation/searchRepos.d.ts +28 -0
- package/dist/client/types/tools/ozone/moderation/searchRepos.d.ts.map +1 -0
- package/dist/client/types/tools/ozone/moderation/searchRepos.js +14 -0
- package/dist/client/types/tools/ozone/moderation/searchRepos.js.map +1 -0
- package/dist/client/types/tools/ozone/queue/assignModerator.d.ts +29 -0
- package/dist/client/types/tools/ozone/queue/assignModerator.d.ts.map +1 -0
- package/dist/client/types/tools/ozone/queue/assignModerator.js +23 -0
- package/dist/client/types/tools/ozone/queue/assignModerator.js.map +1 -0
- package/dist/client/types/tools/ozone/queue/createQueue.d.ts +42 -0
- package/dist/client/types/tools/ozone/queue/createQueue.d.ts.map +1 -0
- package/dist/client/types/tools/ozone/queue/createQueue.js +30 -0
- package/dist/client/types/tools/ozone/queue/createQueue.js.map +1 -0
- package/dist/client/types/tools/ozone/queue/defs.d.ts +64 -0
- package/dist/client/types/tools/ozone/queue/defs.d.ts.map +1 -0
- package/dist/client/types/tools/ozone/queue/defs.js +31 -0
- package/dist/client/types/tools/ozone/queue/defs.js.map +1 -0
- package/dist/client/types/tools/ozone/queue/deleteQueue.d.ts +29 -0
- package/dist/client/types/tools/ozone/queue/deleteQueue.d.ts.map +1 -0
- package/dist/client/types/tools/ozone/queue/deleteQueue.js +14 -0
- package/dist/client/types/tools/ozone/queue/deleteQueue.js.map +1 -0
- package/dist/client/types/tools/ozone/queue/getAssignments.d.ts +31 -0
- package/dist/client/types/tools/ozone/queue/getAssignments.d.ts.map +1 -0
- package/dist/client/types/tools/ozone/queue/getAssignments.js +14 -0
- package/dist/client/types/tools/ozone/queue/getAssignments.js.map +1 -0
- package/dist/client/types/tools/ozone/queue/listQueues.d.ts +33 -0
- package/dist/client/types/tools/ozone/queue/listQueues.d.ts.map +1 -0
- package/dist/client/types/tools/ozone/queue/listQueues.js +14 -0
- package/dist/client/types/tools/ozone/queue/listQueues.js.map +1 -0
- package/dist/client/types/tools/ozone/queue/routeReports.d.ts +33 -0
- package/dist/client/types/tools/ozone/queue/routeReports.d.ts.map +1 -0
- package/dist/client/types/tools/ozone/queue/routeReports.js +23 -0
- package/dist/client/types/tools/ozone/queue/routeReports.js.map +1 -0
- package/dist/client/types/tools/ozone/queue/unassignModerator.d.ts +26 -0
- package/dist/client/types/tools/ozone/queue/unassignModerator.d.ts.map +1 -0
- package/dist/client/types/tools/ozone/queue/unassignModerator.js +23 -0
- package/dist/client/types/tools/ozone/queue/unassignModerator.js.map +1 -0
- package/dist/client/types/tools/ozone/queue/updateQueue.d.ts +37 -0
- package/dist/client/types/tools/ozone/queue/updateQueue.d.ts.map +1 -0
- package/dist/client/types/tools/ozone/queue/updateQueue.js +23 -0
- package/dist/client/types/tools/ozone/queue/updateQueue.js.map +1 -0
- package/dist/client/types/tools/ozone/report/assignModerator.d.ts +36 -0
- package/dist/client/types/tools/ozone/report/assignModerator.d.ts.map +1 -0
- package/dist/client/types/tools/ozone/report/assignModerator.js +30 -0
- package/dist/client/types/tools/ozone/report/assignModerator.js.map +1 -0
- package/dist/client/types/tools/ozone/report/closeReports.d.ts +34 -0
- package/dist/client/types/tools/ozone/report/closeReports.d.ts.map +1 -0
- package/dist/client/types/tools/ozone/report/closeReports.js +14 -0
- package/dist/client/types/tools/ozone/report/closeReports.js.map +1 -0
- package/dist/client/types/tools/ozone/report/createActivity.d.ts +47 -0
- package/dist/client/types/tools/ozone/report/createActivity.d.ts.map +1 -0
- package/dist/client/types/tools/ozone/report/createActivity.js +37 -0
- package/dist/client/types/tools/ozone/report/createActivity.js.map +1 -0
- package/dist/client/types/tools/ozone/report/defs.d.ts +270 -0
- package/dist/client/types/tools/ozone/report/defs.d.ts.map +1 -0
- package/dist/client/types/tools/ozone/report/defs.js +174 -0
- package/dist/client/types/tools/ozone/report/defs.js.map +1 -0
- package/dist/client/types/tools/ozone/report/getAssignments.d.ts +31 -0
- package/dist/client/types/tools/ozone/report/getAssignments.d.ts.map +1 -0
- package/dist/client/types/tools/ozone/report/getAssignments.js +14 -0
- package/dist/client/types/tools/ozone/report/getAssignments.js.map +1 -0
- package/dist/client/types/tools/ozone/report/getHistoricalStats.d.ts +37 -0
- package/dist/client/types/tools/ozone/report/getHistoricalStats.d.ts.map +1 -0
- package/dist/client/types/tools/ozone/report/getHistoricalStats.js +14 -0
- package/dist/client/types/tools/ozone/report/getHistoricalStats.js.map +1 -0
- package/dist/client/types/tools/ozone/report/getLatestReport.d.ts +24 -0
- package/dist/client/types/tools/ozone/report/getLatestReport.d.ts.map +1 -0
- package/dist/client/types/tools/ozone/report/getLatestReport.js +23 -0
- package/dist/client/types/tools/ozone/report/getLatestReport.js.map +1 -0
- package/dist/client/types/tools/ozone/report/getLiveStats.d.ts +28 -0
- package/dist/client/types/tools/ozone/report/getLiveStats.d.ts.map +1 -0
- package/dist/client/types/tools/ozone/report/getLiveStats.js +14 -0
- package/dist/client/types/tools/ozone/report/getLiveStats.js.map +1 -0
- package/dist/client/types/tools/ozone/report/getReport.d.ts +25 -0
- package/dist/client/types/tools/ozone/report/getReport.d.ts.map +1 -0
- package/dist/client/types/tools/ozone/report/getReport.js +23 -0
- package/dist/client/types/tools/ozone/report/getReport.js.map +1 -0
- package/dist/client/types/tools/ozone/report/listActivities.d.ts +27 -0
- package/dist/client/types/tools/ozone/report/listActivities.d.ts.map +1 -0
- package/dist/client/types/tools/ozone/report/listActivities.js +14 -0
- package/dist/client/types/tools/ozone/report/listActivities.js.map +1 -0
- package/dist/client/types/tools/ozone/report/queryActivities.d.ts +33 -0
- package/dist/client/types/tools/ozone/report/queryActivities.d.ts.map +1 -0
- package/dist/client/types/tools/ozone/report/queryActivities.js +14 -0
- package/dist/client/types/tools/ozone/report/queryActivities.js.map +1 -0
- package/dist/client/types/tools/ozone/report/queryReports.d.ts +49 -0
- package/dist/client/types/tools/ozone/report/queryReports.d.ts.map +1 -0
- package/dist/client/types/tools/ozone/report/queryReports.js +14 -0
- package/dist/client/types/tools/ozone/report/queryReports.js.map +1 -0
- package/dist/client/types/tools/ozone/report/reassignQueue.d.ts +45 -0
- package/dist/client/types/tools/ozone/report/reassignQueue.d.ts.map +1 -0
- package/dist/client/types/tools/ozone/report/reassignQueue.js +51 -0
- package/dist/client/types/tools/ozone/report/reassignQueue.js.map +1 -0
- package/dist/client/types/tools/ozone/report/refreshStats.d.ts +28 -0
- package/dist/client/types/tools/ozone/report/refreshStats.d.ts.map +1 -0
- package/dist/client/types/tools/ozone/report/refreshStats.js +14 -0
- package/dist/client/types/tools/ozone/report/refreshStats.js.map +1 -0
- package/dist/client/types/tools/ozone/report/unassignModerator.d.ts +27 -0
- package/dist/client/types/tools/ozone/report/unassignModerator.d.ts.map +1 -0
- package/dist/client/types/tools/ozone/report/unassignModerator.js +23 -0
- package/dist/client/types/tools/ozone/report/unassignModerator.js.map +1 -0
- package/dist/client/types/tools/ozone/safelink/addRule.d.ts +37 -0
- package/dist/client/types/tools/ozone/safelink/addRule.d.ts.map +1 -0
- package/dist/client/types/tools/ozone/safelink/addRule.js +30 -0
- package/dist/client/types/tools/ozone/safelink/addRule.js.map +1 -0
- package/dist/client/types/tools/ozone/safelink/defs.d.ts +47 -0
- package/dist/client/types/tools/ozone/safelink/defs.d.ts.map +1 -0
- package/dist/client/types/tools/ozone/safelink/defs.js +24 -0
- package/dist/client/types/tools/ozone/safelink/defs.js.map +1 -0
- package/dist/client/types/tools/ozone/safelink/queryEvents.d.ts +36 -0
- package/dist/client/types/tools/ozone/safelink/queryEvents.d.ts.map +1 -0
- package/dist/client/types/tools/ozone/safelink/queryEvents.js +14 -0
- package/dist/client/types/tools/ozone/safelink/queryEvents.js.map +1 -0
- package/dist/client/types/tools/ozone/safelink/queryRules.d.ts +42 -0
- package/dist/client/types/tools/ozone/safelink/queryRules.d.ts.map +1 -0
- package/dist/client/types/tools/ozone/safelink/queryRules.js +14 -0
- package/dist/client/types/tools/ozone/safelink/queryRules.js.map +1 -0
- package/dist/client/types/tools/ozone/safelink/removeRule.d.ts +32 -0
- package/dist/client/types/tools/ozone/safelink/removeRule.d.ts.map +1 -0
- package/dist/client/types/tools/ozone/safelink/removeRule.js +23 -0
- package/dist/client/types/tools/ozone/safelink/removeRule.js.map +1 -0
- package/dist/client/types/tools/ozone/safelink/updateRule.d.ts +34 -0
- package/dist/client/types/tools/ozone/safelink/updateRule.d.ts.map +1 -0
- package/dist/client/types/tools/ozone/safelink/updateRule.js +23 -0
- package/dist/client/types/tools/ozone/safelink/updateRule.js.map +1 -0
- package/dist/client/types/tools/ozone/server/getConfig.d.ts +39 -0
- package/dist/client/types/tools/ozone/server/getConfig.d.ts.map +1 -0
- package/dist/client/types/tools/ozone/server/getConfig.js +28 -0
- package/dist/client/types/tools/ozone/server/getConfig.js.map +1 -0
- package/dist/client/types/tools/ozone/set/addValues.d.ts +23 -0
- package/dist/client/types/tools/ozone/set/addValues.d.ts.map +1 -0
- package/dist/client/types/tools/ozone/set/addValues.js +14 -0
- package/dist/client/types/tools/ozone/set/addValues.js.map +1 -0
- package/dist/client/types/tools/ozone/set/defs.d.ts +22 -0
- package/dist/client/types/tools/ozone/set/defs.d.ts.map +1 -0
- package/dist/client/types/tools/ozone/set/defs.js +24 -0
- package/dist/client/types/tools/ozone/set/defs.js.map +1 -0
- package/dist/client/types/tools/ozone/set/deleteSet.d.ts +27 -0
- package/dist/client/types/tools/ozone/set/deleteSet.d.ts.map +1 -0
- package/dist/client/types/tools/ozone/set/deleteSet.js +23 -0
- package/dist/client/types/tools/ozone/set/deleteSet.js.map +1 -0
- package/dist/client/types/tools/ozone/set/deleteValues.d.ts +26 -0
- package/dist/client/types/tools/ozone/set/deleteValues.d.ts.map +1 -0
- package/dist/client/types/tools/ozone/set/deleteValues.js +23 -0
- package/dist/client/types/tools/ozone/set/deleteValues.js.map +1 -0
- package/dist/client/types/tools/ozone/set/getValues.d.ts +30 -0
- package/dist/client/types/tools/ozone/set/getValues.d.ts.map +1 -0
- package/dist/client/types/tools/ozone/set/getValues.js +23 -0
- package/dist/client/types/tools/ozone/set/getValues.js.map +1 -0
- package/dist/client/types/tools/ozone/set/querySets.d.ts +29 -0
- package/dist/client/types/tools/ozone/set/querySets.d.ts.map +1 -0
- package/dist/client/types/tools/ozone/set/querySets.js +14 -0
- package/dist/client/types/tools/ozone/set/querySets.js.map +1 -0
- package/dist/client/types/tools/ozone/set/upsertSet.d.ts +21 -0
- package/dist/client/types/tools/ozone/set/upsertSet.d.ts.map +1 -0
- package/dist/client/types/tools/ozone/set/upsertSet.js +14 -0
- package/dist/client/types/tools/ozone/set/upsertSet.js.map +1 -0
- package/dist/client/types/tools/ozone/setting/defs.d.ts +22 -0
- package/dist/client/types/tools/ozone/setting/defs.d.ts.map +1 -0
- package/dist/client/types/tools/ozone/setting/defs.js +17 -0
- package/dist/client/types/tools/ozone/setting/defs.js.map +1 -0
- package/dist/client/types/tools/ozone/setting/listOptions.d.ts +30 -0
- package/dist/client/types/tools/ozone/setting/listOptions.d.ts.map +1 -0
- package/dist/client/types/tools/ozone/setting/listOptions.js +14 -0
- package/dist/client/types/tools/ozone/setting/listOptions.js.map +1 -0
- package/dist/client/types/tools/ozone/setting/removeOptions.d.ts +24 -0
- package/dist/client/types/tools/ozone/setting/removeOptions.d.ts.map +1 -0
- package/dist/client/types/tools/ozone/setting/removeOptions.js +14 -0
- package/dist/client/types/tools/ozone/setting/removeOptions.js.map +1 -0
- package/dist/client/types/tools/ozone/setting/upsertOption.d.ts +31 -0
- package/dist/client/types/tools/ozone/setting/upsertOption.d.ts.map +1 -0
- package/dist/client/types/tools/ozone/setting/upsertOption.js +14 -0
- package/dist/client/types/tools/ozone/setting/upsertOption.js.map +1 -0
- package/dist/client/types/tools/ozone/signature/defs.d.ts +12 -0
- package/dist/client/types/tools/ozone/signature/defs.d.ts.map +1 -0
- package/dist/client/types/tools/ozone/signature/defs.js +17 -0
- package/dist/client/types/tools/ozone/signature/defs.js.map +1 -0
- package/dist/client/types/tools/ozone/signature/findCorrelation.d.ts +23 -0
- package/dist/client/types/tools/ozone/signature/findCorrelation.d.ts.map +1 -0
- package/dist/client/types/tools/ozone/signature/findCorrelation.js +14 -0
- package/dist/client/types/tools/ozone/signature/findCorrelation.js.map +1 -0
- package/dist/client/types/tools/ozone/signature/findRelatedAccounts.d.ts +35 -0
- package/dist/client/types/tools/ozone/signature/findRelatedAccounts.d.ts.map +1 -0
- package/dist/client/types/tools/ozone/signature/findRelatedAccounts.js +21 -0
- package/dist/client/types/tools/ozone/signature/findRelatedAccounts.js.map +1 -0
- package/dist/client/types/tools/ozone/signature/searchAccounts.d.ts +26 -0
- package/dist/client/types/tools/ozone/signature/searchAccounts.d.ts.map +1 -0
- package/dist/client/types/tools/ozone/signature/searchAccounts.js +14 -0
- package/dist/client/types/tools/ozone/signature/searchAccounts.js.map +1 -0
- package/dist/client/types/tools/ozone/team/addMember.d.ts +27 -0
- package/dist/client/types/tools/ozone/team/addMember.d.ts.map +1 -0
- package/dist/client/types/tools/ozone/team/addMember.js +23 -0
- package/dist/client/types/tools/ozone/team/addMember.js.map +1 -0
- package/dist/client/types/tools/ozone/team/defs.d.ts +26 -0
- package/dist/client/types/tools/ozone/team/defs.d.ts.map +1 -0
- package/dist/client/types/tools/ozone/team/defs.js +25 -0
- package/dist/client/types/tools/ozone/team/defs.js.map +1 -0
- package/dist/client/types/tools/ozone/team/deleteMember.d.ts +26 -0
- package/dist/client/types/tools/ozone/team/deleteMember.d.ts.map +1 -0
- package/dist/client/types/tools/ozone/team/deleteMember.js +30 -0
- package/dist/client/types/tools/ozone/team/deleteMember.js.map +1 -0
- package/dist/client/types/tools/ozone/team/listMembers.d.ts +28 -0
- package/dist/client/types/tools/ozone/team/listMembers.d.ts.map +1 -0
- package/dist/client/types/tools/ozone/team/listMembers.js +14 -0
- package/dist/client/types/tools/ozone/team/listMembers.js.map +1 -0
- package/dist/client/types/tools/ozone/team/updateMember.d.ts +28 -0
- package/dist/client/types/tools/ozone/team/updateMember.d.ts.map +1 -0
- package/dist/client/types/tools/ozone/team/updateMember.js +23 -0
- package/dist/client/types/tools/ozone/team/updateMember.js.map +1 -0
- package/dist/client/types/tools/ozone/verification/defs.d.ts +43 -0
- package/dist/client/types/tools/ozone/verification/defs.d.ts.map +1 -0
- package/dist/client/types/tools/ozone/verification/defs.js +17 -0
- package/dist/client/types/tools/ozone/verification/defs.js.map +1 -0
- package/dist/client/types/tools/ozone/verification/grantVerifications.d.ts +51 -0
- package/dist/client/types/tools/ozone/verification/grantVerifications.d.ts.map +1 -0
- package/dist/client/types/tools/ozone/verification/grantVerifications.js +28 -0
- package/dist/client/types/tools/ozone/verification/grantVerifications.js.map +1 -0
- package/dist/client/types/tools/ozone/verification/listVerifications.d.ts +39 -0
- package/dist/client/types/tools/ozone/verification/listVerifications.d.ts.map +1 -0
- package/dist/client/types/tools/ozone/verification/listVerifications.js +14 -0
- package/dist/client/types/tools/ozone/verification/listVerifications.js.map +1 -0
- package/dist/client/types/tools/ozone/verification/revokeVerifications.d.ts +41 -0
- package/dist/client/types/tools/ozone/verification/revokeVerifications.d.ts.map +1 -0
- package/dist/client/types/tools/ozone/verification/revokeVerifications.js +21 -0
- package/dist/client/types/tools/ozone/verification/revokeVerifications.js.map +1 -0
- package/dist/client/util.d.ts +37 -0
- package/dist/client/util.d.ts.map +1 -0
- package/dist/client/util.js +34 -0
- package/dist/client/util.js.map +1 -0
- package/dist/const.d.ts +2 -0
- package/dist/const.d.ts.map +1 -0
- package/dist/const.js +2 -0
- package/dist/const.js.map +1 -0
- package/dist/index.d.ts +30 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +32 -0
- package/dist/index.js.map +1 -0
- package/dist/mocker.d.ts +60 -0
- package/dist/mocker.d.ts.map +1 -0
- package/dist/mocker.js +113 -0
- package/dist/mocker.js.map +1 -0
- package/dist/moderation/const/labels.d.ts +6 -0
- package/dist/moderation/const/labels.d.ts.map +1 -0
- package/dist/moderation/const/labels.js +206 -0
- package/dist/moderation/const/labels.js.map +1 -0
- package/dist/moderation/decision.d.ts +61 -0
- package/dist/moderation/decision.d.ts.map +1 -0
- package/dist/moderation/decision.js +342 -0
- package/dist/moderation/decision.js.map +1 -0
- package/dist/moderation/index.d.ts +13 -0
- package/dist/moderation/index.d.ts.map +1 -0
- package/dist/moderation/index.js +31 -0
- package/dist/moderation/index.js.map +1 -0
- package/dist/moderation/mutewords.d.ts +30 -0
- package/dist/moderation/mutewords.d.ts.map +1 -0
- package/dist/moderation/mutewords.js +120 -0
- package/dist/moderation/mutewords.js.map +1 -0
- package/dist/moderation/subjects/account.d.ts +5 -0
- package/dist/moderation/subjects/account.d.ts.map +1 -0
- package/dist/moderation/subjects/account.js +35 -0
- package/dist/moderation/subjects/account.js.map +1 -0
- package/dist/moderation/subjects/feed-generator.d.ts +4 -0
- package/dist/moderation/subjects/feed-generator.d.ts.map +1 -0
- package/dist/moderation/subjects/feed-generator.js +15 -0
- package/dist/moderation/subjects/feed-generator.js.map +1 -0
- package/dist/moderation/subjects/notification.d.ts +4 -0
- package/dist/moderation/subjects/notification.d.ts.map +1 -0
- package/dist/moderation/subjects/notification.js +15 -0
- package/dist/moderation/subjects/notification.js.map +1 -0
- package/dist/moderation/subjects/post.d.ts +4 -0
- package/dist/moderation/subjects/post.d.ts.map +1 -0
- package/dist/moderation/subjects/post.js +352 -0
- package/dist/moderation/subjects/post.js.map +1 -0
- package/dist/moderation/subjects/profile.d.ts +5 -0
- package/dist/moderation/subjects/profile.d.ts.map +1 -0
- package/dist/moderation/subjects/profile.js +17 -0
- package/dist/moderation/subjects/profile.js.map +1 -0
- package/dist/moderation/subjects/status.d.ts +4 -0
- package/dist/moderation/subjects/status.d.ts.map +1 -0
- package/dist/moderation/subjects/status.js +17 -0
- package/dist/moderation/subjects/status.js.map +1 -0
- package/dist/moderation/subjects/user-list.d.ts +4 -0
- package/dist/moderation/subjects/user-list.d.ts.map +1 -0
- package/dist/moderation/subjects/user-list.js +35 -0
- package/dist/moderation/subjects/user-list.js.map +1 -0
- package/dist/moderation/types.d.ts +113 -0
- package/dist/moderation/types.d.ts.map +1 -0
- package/dist/moderation/types.js +27 -0
- package/dist/moderation/types.js.map +1 -0
- package/dist/moderation/ui.d.ts +13 -0
- package/dist/moderation/ui.d.ts.map +1 -0
- package/dist/moderation/ui.js +22 -0
- package/dist/moderation/ui.js.map +1 -0
- package/dist/moderation/util.d.ts +7 -0
- package/dist/moderation/util.d.ts.map +1 -0
- package/dist/moderation/util.js +82 -0
- package/dist/moderation/util.js.map +1 -0
- package/dist/predicate.d.ts +19 -0
- package/dist/predicate.d.ts.map +1 -0
- package/dist/predicate.js +20 -0
- package/dist/predicate.js.map +1 -0
- package/dist/rich-text/detection.d.ts +5 -0
- package/dist/rich-text/detection.d.ts.map +1 -0
- package/dist/rich-text/detection.js +131 -0
- package/dist/rich-text/detection.js.map +1 -0
- package/dist/rich-text/rich-text.d.ts +54 -0
- package/dist/rich-text/rich-text.d.ts.map +1 -0
- package/dist/rich-text/rich-text.js +342 -0
- package/dist/rich-text/rich-text.js.map +1 -0
- package/dist/rich-text/sanitization.d.ts +5 -0
- package/dist/rich-text/sanitization.d.ts.map +1 -0
- package/dist/rich-text/sanitization.js +28 -0
- package/dist/rich-text/sanitization.js.map +1 -0
- package/dist/rich-text/unicode.d.ts +20 -0
- package/dist/rich-text/unicode.d.ts.map +1 -0
- package/dist/rich-text/unicode.js +36 -0
- package/dist/rich-text/unicode.js.map +1 -0
- package/dist/rich-text/util.d.ts +10 -0
- package/dist/rich-text/util.d.ts.map +1 -0
- package/dist/rich-text/util.js +12 -0
- package/dist/rich-text/util.js.map +1 -0
- package/dist/session-manager.d.ts +5 -0
- package/dist/session-manager.d.ts.map +1 -0
- package/dist/session-manager.js +2 -0
- package/dist/session-manager.js.map +1 -0
- package/dist/types.d.ts +112 -0
- package/dist/types.d.ts.map +1 -0
- package/dist/types.js +35 -0
- package/dist/types.js.map +1 -0
- package/dist/util.d.ts +34 -0
- package/dist/util.d.ts.map +1 -0
- package/dist/util.js +72 -0
- package/dist/util.js.map +1 -0
- package/package.json +57 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lexicons.js","sourceRoot":"","sources":["../../src/client/lexicons.ts"],"names":[],"mappings":"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","sourcesContent":["/**\n * GENERATED CODE - DO NOT MODIFY\n */\nimport {\n type LexiconDoc,\n Lexicons,\n ValidationError,\n type ValidationResult,\n} from '@atproto/lexicon'\nimport { type $Typed, is$typed, maybe$typed } from './util.js'\n\nexport const schemaDict = {\n AppBskyActorDefs: {\n lexicon: 1,\n id: 'app.bsky.actor.defs',\n defs: {\n profileViewBasic: {\n type: 'object',\n required: ['did', 'handle'],\n properties: {\n did: {\n type: 'string',\n format: 'did',\n },\n handle: {\n type: 'string',\n format: 'handle',\n },\n displayName: {\n type: 'string',\n maxGraphemes: 64,\n maxLength: 640,\n },\n pronouns: {\n type: 'string',\n },\n avatar: {\n type: 'string',\n format: 'uri',\n },\n associated: {\n type: 'ref',\n ref: 'lex:app.bsky.actor.defs#profileAssociated',\n },\n viewer: {\n type: 'ref',\n ref: 'lex:app.bsky.actor.defs#viewerState',\n },\n labels: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:com.atproto.label.defs#label',\n },\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n },\n verification: {\n type: 'ref',\n ref: 'lex:app.bsky.actor.defs#verificationState',\n },\n status: {\n type: 'ref',\n ref: 'lex:app.bsky.actor.defs#statusView',\n },\n debug: {\n type: 'unknown',\n description: 'Debug information for internal development',\n },\n },\n },\n profileView: {\n type: 'object',\n required: ['did', 'handle'],\n properties: {\n did: {\n type: 'string',\n format: 'did',\n },\n handle: {\n type: 'string',\n format: 'handle',\n },\n displayName: {\n type: 'string',\n maxGraphemes: 64,\n maxLength: 640,\n },\n pronouns: {\n type: 'string',\n },\n description: {\n type: 'string',\n maxGraphemes: 256,\n maxLength: 2560,\n },\n avatar: {\n type: 'string',\n format: 'uri',\n },\n associated: {\n type: 'ref',\n ref: 'lex:app.bsky.actor.defs#profileAssociated',\n },\n indexedAt: {\n type: 'string',\n format: 'datetime',\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n },\n viewer: {\n type: 'ref',\n ref: 'lex:app.bsky.actor.defs#viewerState',\n },\n labels: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:com.atproto.label.defs#label',\n },\n },\n verification: {\n type: 'ref',\n ref: 'lex:app.bsky.actor.defs#verificationState',\n },\n status: {\n type: 'ref',\n ref: 'lex:app.bsky.actor.defs#statusView',\n },\n debug: {\n type: 'unknown',\n description: 'Debug information for internal development',\n },\n },\n },\n profileViewDetailed: {\n type: 'object',\n required: ['did', 'handle'],\n properties: {\n did: {\n type: 'string',\n format: 'did',\n },\n handle: {\n type: 'string',\n format: 'handle',\n },\n displayName: {\n type: 'string',\n maxGraphemes: 64,\n maxLength: 640,\n },\n description: {\n type: 'string',\n maxGraphemes: 256,\n maxLength: 2560,\n },\n pronouns: {\n type: 'string',\n },\n website: {\n type: 'string',\n format: 'uri',\n },\n avatar: {\n type: 'string',\n format: 'uri',\n },\n banner: {\n type: 'string',\n format: 'uri',\n },\n followersCount: {\n type: 'integer',\n },\n followsCount: {\n type: 'integer',\n },\n postsCount: {\n type: 'integer',\n },\n associated: {\n type: 'ref',\n ref: 'lex:app.bsky.actor.defs#profileAssociated',\n },\n joinedViaStarterPack: {\n type: 'ref',\n ref: 'lex:app.bsky.graph.defs#starterPackViewBasic',\n },\n indexedAt: {\n type: 'string',\n format: 'datetime',\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n },\n viewer: {\n type: 'ref',\n ref: 'lex:app.bsky.actor.defs#viewerState',\n },\n labels: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:com.atproto.label.defs#label',\n },\n },\n pinnedPost: {\n type: 'ref',\n ref: 'lex:com.atproto.repo.strongRef',\n },\n verification: {\n type: 'ref',\n ref: 'lex:app.bsky.actor.defs#verificationState',\n },\n status: {\n type: 'ref',\n ref: 'lex:app.bsky.actor.defs#statusView',\n },\n debug: {\n type: 'unknown',\n description: 'Debug information for internal development',\n },\n },\n },\n profileAssociated: {\n type: 'object',\n properties: {\n lists: {\n type: 'integer',\n },\n feedgens: {\n type: 'integer',\n },\n starterPacks: {\n type: 'integer',\n },\n labeler: {\n type: 'boolean',\n },\n chat: {\n type: 'ref',\n ref: 'lex:app.bsky.actor.defs#profileAssociatedChat',\n },\n activitySubscription: {\n type: 'ref',\n ref: 'lex:app.bsky.actor.defs#profileAssociatedActivitySubscription',\n },\n germ: {\n type: 'ref',\n ref: 'lex:app.bsky.actor.defs#profileAssociatedGerm',\n },\n },\n },\n profileAssociatedChat: {\n type: 'object',\n required: ['allowIncoming'],\n properties: {\n allowIncoming: {\n type: 'string',\n knownValues: ['all', 'none', 'following'],\n },\n allowGroupInvites: {\n type: 'string',\n knownValues: ['all', 'none', 'following'],\n },\n },\n },\n profileAssociatedGerm: {\n type: 'object',\n required: ['showButtonTo', 'messageMeUrl'],\n properties: {\n messageMeUrl: {\n type: 'string',\n format: 'uri',\n },\n showButtonTo: {\n type: 'string',\n knownValues: ['usersIFollow', 'everyone'],\n },\n },\n },\n profileAssociatedActivitySubscription: {\n type: 'object',\n required: ['allowSubscriptions'],\n properties: {\n allowSubscriptions: {\n type: 'string',\n knownValues: ['followers', 'mutuals', 'none'],\n },\n },\n },\n viewerState: {\n type: 'object',\n description:\n \"Metadata about the requesting account's relationship with the subject account. Only has meaningful content for authed requests.\",\n properties: {\n muted: {\n type: 'boolean',\n description:\n 'Whether the account is fully muted, directly or via a mutelist. False when the mute is scoped to specific kinds; see mutedOnlyReposts and mutedOnlyQuoteposts.',\n },\n mutedOnlyReposts: {\n type: 'boolean',\n description:\n \"Whether the account's reposts are muted. Scoped mutes are exclusive with muted: this can be true while muted is false. If muted is true, this will be false.\",\n },\n mutedOnlyQuoteposts: {\n type: 'boolean',\n description:\n \"Whether the account's quote posts are muted. Scoped mutes are exclusive with muted: this can be true while muted is false. If muted is true, this will be false.\",\n },\n mutedByList: {\n type: 'ref',\n ref: 'lex:app.bsky.graph.defs#listViewBasic',\n },\n blockedBy: {\n type: 'boolean',\n },\n blocking: {\n type: 'string',\n format: 'at-uri',\n },\n blockingByList: {\n type: 'ref',\n ref: 'lex:app.bsky.graph.defs#listViewBasic',\n },\n following: {\n type: 'string',\n format: 'at-uri',\n },\n followedBy: {\n type: 'string',\n format: 'at-uri',\n },\n knownFollowers: {\n description:\n 'This property is present only in selected cases, as an optimization.',\n type: 'ref',\n ref: 'lex:app.bsky.actor.defs#knownFollowers',\n },\n activitySubscription: {\n description:\n 'This property is present only in selected cases, as an optimization.',\n type: 'ref',\n ref: 'lex:app.bsky.notification.defs#activitySubscription',\n },\n },\n },\n knownFollowers: {\n type: 'object',\n description: \"The subject's followers whom you also follow\",\n required: ['count', 'followers'],\n properties: {\n count: {\n type: 'integer',\n },\n followers: {\n type: 'array',\n minLength: 0,\n maxLength: 5,\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.actor.defs#profileViewBasic',\n },\n },\n },\n },\n verificationState: {\n type: 'object',\n description:\n 'Represents the verification information about the user this object is attached to.',\n required: ['verifications', 'verifiedStatus', 'trustedVerifierStatus'],\n properties: {\n verifications: {\n type: 'array',\n description:\n 'All verifications issued by trusted verifiers on behalf of this user. Verifications by untrusted verifiers are not included.',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.actor.defs#verificationView',\n },\n },\n verifiedStatus: {\n type: 'string',\n description: \"The user's status as a verified account.\",\n knownValues: ['valid', 'invalid', 'none'],\n },\n trustedVerifierStatus: {\n type: 'string',\n description: \"The user's status as a trusted verifier.\",\n knownValues: ['valid', 'invalid', 'none'],\n },\n },\n },\n verificationView: {\n type: 'object',\n description: 'An individual verification for an associated subject.',\n required: ['issuer', 'uri', 'isValid', 'createdAt'],\n properties: {\n issuer: {\n type: 'string',\n description: 'The user who issued this verification.',\n format: 'did',\n },\n issuerDisplayName: {\n type: 'string',\n description: 'The display name of the issuer.',\n },\n issuerHandle: {\n type: 'string',\n description: 'The handle of the issuer.',\n format: 'handle',\n },\n uri: {\n type: 'string',\n description: 'The AT-URI of the verification record.',\n format: 'at-uri',\n },\n isValid: {\n type: 'boolean',\n description:\n 'True if the verification passes validation, otherwise false.',\n },\n createdAt: {\n type: 'string',\n description: 'Timestamp when the verification was created.',\n format: 'datetime',\n },\n },\n },\n preferences: {\n type: 'array',\n items: {\n type: 'union',\n refs: [\n 'lex:app.bsky.actor.defs#adultContentPref',\n 'lex:app.bsky.actor.defs#contentLabelPref',\n 'lex:app.bsky.actor.defs#savedFeedsPref',\n 'lex:app.bsky.actor.defs#savedFeedsPrefV2',\n 'lex:app.bsky.actor.defs#personalDetailsPref',\n 'lex:app.bsky.actor.defs#declaredAgePref',\n 'lex:app.bsky.actor.defs#feedViewPref',\n 'lex:app.bsky.actor.defs#threadViewPref',\n 'lex:app.bsky.actor.defs#interestsPref',\n 'lex:app.bsky.actor.defs#mutedWordsPref',\n 'lex:app.bsky.actor.defs#hiddenPostsPref',\n 'lex:app.bsky.actor.defs#bskyAppStatePref',\n 'lex:app.bsky.actor.defs#labelersPref',\n 'lex:app.bsky.actor.defs#postInteractionSettingsPref',\n 'lex:app.bsky.actor.defs#verificationPrefs',\n 'lex:app.bsky.actor.defs#liveEventPreferences',\n ],\n },\n },\n adultContentPref: {\n type: 'object',\n required: ['enabled'],\n properties: {\n enabled: {\n type: 'boolean',\n default: false,\n },\n },\n },\n contentLabelPref: {\n type: 'object',\n required: ['label', 'visibility'],\n properties: {\n labelerDid: {\n type: 'string',\n description:\n 'Which labeler does this preference apply to? If undefined, applies globally.',\n format: 'did',\n },\n label: {\n type: 'string',\n },\n visibility: {\n type: 'string',\n knownValues: ['ignore', 'show', 'warn', 'hide'],\n },\n },\n },\n savedFeed: {\n type: 'object',\n required: ['id', 'type', 'value', 'pinned'],\n properties: {\n id: {\n type: 'string',\n },\n type: {\n type: 'string',\n knownValues: ['feed', 'list', 'timeline'],\n },\n value: {\n type: 'string',\n },\n pinned: {\n type: 'boolean',\n },\n },\n },\n savedFeedsPrefV2: {\n type: 'object',\n required: ['items'],\n properties: {\n items: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.actor.defs#savedFeed',\n },\n },\n },\n },\n savedFeedsPref: {\n type: 'object',\n required: ['pinned', 'saved'],\n properties: {\n pinned: {\n type: 'array',\n items: {\n type: 'string',\n format: 'at-uri',\n },\n },\n saved: {\n type: 'array',\n items: {\n type: 'string',\n format: 'at-uri',\n },\n },\n timelineIndex: {\n type: 'integer',\n },\n },\n },\n personalDetailsPref: {\n type: 'object',\n properties: {\n birthDate: {\n type: 'string',\n format: 'datetime',\n description: 'The birth date of account owner.',\n },\n },\n },\n declaredAgePref: {\n type: 'object',\n description:\n \"Read-only preference containing value(s) inferred from the user's declared birthdate. Absence of this preference object in the response indicates that the user has not made a declaration.\",\n properties: {\n isOverAge13: {\n type: 'boolean',\n description:\n 'Indicates if the user has declared that they are over 13 years of age.',\n },\n isOverAge16: {\n type: 'boolean',\n description:\n 'Indicates if the user has declared that they are over 16 years of age.',\n },\n isOverAge18: {\n type: 'boolean',\n description:\n 'Indicates if the user has declared that they are over 18 years of age.',\n },\n },\n },\n feedViewPref: {\n type: 'object',\n required: ['feed'],\n properties: {\n feed: {\n type: 'string',\n description:\n 'The URI of the feed, or an identifier which describes the feed.',\n },\n hideReplies: {\n type: 'boolean',\n description: 'Hide replies in the feed.',\n },\n hideRepliesByUnfollowed: {\n type: 'boolean',\n description:\n 'Hide replies in the feed if they are not by followed users.',\n default: true,\n },\n hideRepliesByLikeCount: {\n type: 'integer',\n description:\n 'Hide replies in the feed if they do not have this number of likes.',\n },\n hideReposts: {\n type: 'boolean',\n description: 'Hide reposts in the feed.',\n },\n hideQuotePosts: {\n type: 'boolean',\n description: 'Hide quote posts in the feed.',\n },\n },\n },\n threadViewPref: {\n type: 'object',\n properties: {\n sort: {\n type: 'string',\n description: 'Sorting mode for threads.',\n knownValues: [\n 'oldest',\n 'newest',\n 'most-likes',\n 'random',\n 'hotness',\n ],\n },\n },\n },\n interestsPref: {\n type: 'object',\n required: ['tags'],\n properties: {\n tags: {\n type: 'array',\n maxLength: 100,\n items: {\n type: 'string',\n maxLength: 640,\n maxGraphemes: 64,\n },\n description:\n \"A list of tags which describe the account owner's interests gathered during onboarding.\",\n },\n },\n },\n mutedWordTarget: {\n type: 'string',\n knownValues: ['content', 'tag'],\n maxLength: 640,\n maxGraphemes: 64,\n },\n mutedWord: {\n type: 'object',\n description: 'A word that the account owner has muted.',\n required: ['value', 'targets'],\n properties: {\n id: {\n type: 'string',\n },\n value: {\n type: 'string',\n description: 'The muted word itself.',\n maxLength: 10000,\n maxGraphemes: 1000,\n },\n targets: {\n type: 'array',\n description: 'The intended targets of the muted word.',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.actor.defs#mutedWordTarget',\n },\n },\n actorTarget: {\n type: 'string',\n description:\n 'Groups of users to apply the muted word to. If undefined, applies to all users.',\n knownValues: ['all', 'exclude-following'],\n default: 'all',\n },\n expiresAt: {\n type: 'string',\n format: 'datetime',\n description:\n 'The date and time at which the muted word will expire and no longer be applied.',\n },\n },\n },\n mutedWordsPref: {\n type: 'object',\n required: ['items'],\n properties: {\n items: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.actor.defs#mutedWord',\n },\n description: 'A list of words the account owner has muted.',\n },\n },\n },\n hiddenPostsPref: {\n type: 'object',\n required: ['items'],\n properties: {\n items: {\n type: 'array',\n items: {\n type: 'string',\n format: 'at-uri',\n },\n description:\n 'A list of URIs of posts the account owner has hidden.',\n },\n },\n },\n labelersPref: {\n type: 'object',\n required: ['labelers'],\n properties: {\n labelers: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.actor.defs#labelerPrefItem',\n },\n },\n },\n },\n labelerPrefItem: {\n type: 'object',\n required: ['did'],\n properties: {\n did: {\n type: 'string',\n format: 'did',\n },\n },\n },\n bskyAppStatePref: {\n description:\n \"A grab bag of state that's specific to the bsky.app program. Third-party apps shouldn't use this.\",\n type: 'object',\n properties: {\n activeProgressGuide: {\n type: 'ref',\n ref: 'lex:app.bsky.actor.defs#bskyAppProgressGuide',\n },\n isBetaUser: {\n description:\n 'Indicates if the user is participating in the beta features program.',\n type: 'boolean',\n },\n queuedNudges: {\n description:\n 'An array of tokens which identify nudges (modals, popups, tours, highlight dots) that should be shown to the user.',\n type: 'array',\n maxLength: 1000,\n items: {\n type: 'string',\n maxLength: 100,\n },\n },\n nuxs: {\n description: 'Storage for NUXs the user has encountered.',\n type: 'array',\n maxLength: 100,\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.actor.defs#nux',\n },\n },\n },\n },\n bskyAppProgressGuide: {\n description:\n 'If set, an active progress guide. Once completed, can be set to undefined. Should have unspecced fields tracking progress.',\n type: 'object',\n required: ['guide'],\n properties: {\n guide: {\n type: 'string',\n maxLength: 100,\n },\n },\n },\n nux: {\n type: 'object',\n description: 'A new user experiences (NUX) storage object',\n required: ['id', 'completed'],\n properties: {\n id: {\n type: 'string',\n maxLength: 100,\n },\n completed: {\n type: 'boolean',\n default: false,\n },\n data: {\n description:\n 'Arbitrary data for the NUX. The structure is defined by the NUX itself. Limited to 300 characters.',\n type: 'string',\n maxLength: 3000,\n maxGraphemes: 300,\n },\n expiresAt: {\n type: 'string',\n format: 'datetime',\n description:\n 'The date and time at which the NUX will expire and should be considered completed.',\n },\n },\n },\n verificationPrefs: {\n type: 'object',\n description: 'Preferences for how verified accounts appear in the app.',\n required: [],\n properties: {\n hideBadges: {\n description:\n 'Hide the blue check badges for verified accounts and trusted verifiers.',\n type: 'boolean',\n default: false,\n },\n },\n },\n liveEventPreferences: {\n type: 'object',\n description: 'Preferences for live events.',\n properties: {\n hiddenFeedIds: {\n description:\n 'A list of feed IDs that the user has hidden from live events.',\n type: 'array',\n items: {\n type: 'string',\n },\n },\n hideAllFeeds: {\n description: 'Whether to hide all feeds from live events.',\n type: 'boolean',\n default: false,\n },\n },\n },\n postInteractionSettingsPref: {\n type: 'object',\n description:\n 'Default post interaction settings for the account. These values should be applied as default values when creating new posts. These refs should mirror the threadgate and postgate records exactly.',\n required: [],\n properties: {\n threadgateAllowRules: {\n description:\n 'Matches threadgate record. List of rules defining who can reply to this users posts. If value is an empty array, no one can reply. If value is undefined, anyone can reply.',\n type: 'array',\n maxLength: 5,\n items: {\n type: 'union',\n refs: [\n 'lex:app.bsky.feed.threadgate#mentionRule',\n 'lex:app.bsky.feed.threadgate#followerRule',\n 'lex:app.bsky.feed.threadgate#followingRule',\n 'lex:app.bsky.feed.threadgate#listRule',\n ],\n },\n },\n postgateEmbeddingRules: {\n description:\n 'Matches postgate record. List of rules defining who can embed this users posts. If value is an empty array or is undefined, no particular rules apply and anyone can embed.',\n type: 'array',\n maxLength: 5,\n items: {\n type: 'union',\n refs: ['lex:app.bsky.feed.postgate#disableRule'],\n },\n },\n },\n },\n statusView: {\n type: 'object',\n required: ['status', 'record'],\n properties: {\n uri: {\n type: 'string',\n format: 'at-uri',\n },\n cid: {\n type: 'string',\n format: 'cid',\n },\n status: {\n type: 'string',\n description: 'The status for the account.',\n knownValues: ['app.bsky.actor.status#live'],\n },\n record: {\n type: 'unknown',\n },\n embed: {\n type: 'union',\n description: 'An optional embed associated with the status.',\n refs: ['lex:app.bsky.embed.external#view'],\n },\n labels: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:com.atproto.label.defs#label',\n },\n },\n expiresAt: {\n type: 'string',\n description:\n 'The date when this status will expire. The application might choose to no longer return the status after expiration.',\n format: 'datetime',\n },\n isActive: {\n type: 'boolean',\n description:\n 'True if the status is not expired, false if it is expired. Only present if expiration was set.',\n },\n isDisabled: {\n type: 'boolean',\n description:\n \"True if the user's go-live access has been disabled by a moderator, false otherwise.\",\n },\n },\n },\n },\n },\n AppBskyActorGetPreferences: {\n lexicon: 1,\n id: 'app.bsky.actor.getPreferences',\n defs: {\n main: {\n type: 'query',\n description:\n 'Get private preferences attached to the current account. Expected use is synchronization between multiple devices, and import/export during account migration. Requires auth.',\n parameters: {\n type: 'params',\n properties: {},\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['preferences'],\n properties: {\n preferences: {\n type: 'ref',\n ref: 'lex:app.bsky.actor.defs#preferences',\n },\n },\n },\n },\n },\n },\n },\n AppBskyActorGetProfile: {\n lexicon: 1,\n id: 'app.bsky.actor.getProfile',\n defs: {\n main: {\n type: 'query',\n description:\n 'Get detailed profile view of an actor. Does not require auth, but contains relevant metadata with auth.',\n parameters: {\n type: 'params',\n required: ['actor'],\n properties: {\n actor: {\n type: 'string',\n format: 'at-identifier',\n description: 'Handle or DID of account to fetch profile of.',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'ref',\n ref: 'lex:app.bsky.actor.defs#profileViewDetailed',\n },\n },\n },\n },\n },\n AppBskyActorGetProfiles: {\n lexicon: 1,\n id: 'app.bsky.actor.getProfiles',\n defs: {\n main: {\n type: 'query',\n description: 'Get detailed profile views of multiple actors.',\n parameters: {\n type: 'params',\n required: ['actors'],\n properties: {\n actors: {\n type: 'array',\n items: {\n type: 'string',\n format: 'at-identifier',\n },\n maxLength: 25,\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['profiles'],\n properties: {\n profiles: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.actor.defs#profileViewDetailed',\n },\n },\n },\n },\n },\n },\n },\n },\n AppBskyActorGetSuggestions: {\n lexicon: 1,\n id: 'app.bsky.actor.getSuggestions',\n defs: {\n main: {\n type: 'query',\n description:\n 'Get a list of suggested actors. Expected use is discovery of accounts to follow during new account onboarding.',\n parameters: {\n type: 'params',\n properties: {\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 100,\n default: 50,\n },\n cursor: {\n type: 'string',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['actors'],\n properties: {\n cursor: {\n type: 'string',\n },\n actors: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.actor.defs#profileView',\n },\n },\n recId: {\n type: 'integer',\n description: 'DEPRECATED: use recIdStr instead.',\n },\n recIdStr: {\n type: 'string',\n description:\n 'Snowflake for this recommendation, use when submitting recommendation events.',\n },\n },\n },\n },\n },\n },\n },\n AppBskyActorProfile: {\n lexicon: 1,\n id: 'app.bsky.actor.profile',\n defs: {\n main: {\n type: 'record',\n description: 'A declaration of a Bluesky account profile.',\n key: 'literal:self',\n record: {\n type: 'object',\n properties: {\n displayName: {\n type: 'string',\n maxGraphemes: 64,\n maxLength: 640,\n },\n description: {\n type: 'string',\n description: 'Free-form profile description text.',\n maxGraphemes: 256,\n maxLength: 2560,\n },\n pronouns: {\n type: 'string',\n description: 'Free-form pronouns text.',\n maxGraphemes: 20,\n maxLength: 200,\n },\n website: {\n type: 'string',\n format: 'uri',\n },\n avatar: {\n type: 'blob',\n description:\n \"Small image to be displayed next to posts from account. AKA, 'profile picture'\",\n accept: ['image/png', 'image/jpeg'],\n maxSize: 1000000,\n },\n banner: {\n type: 'blob',\n description:\n 'Larger horizontal image to display behind profile view.',\n accept: ['image/png', 'image/jpeg'],\n maxSize: 1000000,\n },\n labels: {\n type: 'union',\n description:\n 'Self-label values, specific to the Bluesky application, on the overall account.',\n refs: ['lex:com.atproto.label.defs#selfLabels'],\n },\n joinedViaStarterPack: {\n type: 'ref',\n ref: 'lex:com.atproto.repo.strongRef',\n },\n pinnedPost: {\n type: 'ref',\n ref: 'lex:com.atproto.repo.strongRef',\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n },\n },\n },\n },\n },\n },\n AppBskyActorPutPreferences: {\n lexicon: 1,\n id: 'app.bsky.actor.putPreferences',\n defs: {\n main: {\n type: 'procedure',\n description: 'Set the private preferences attached to the account.',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['preferences'],\n properties: {\n preferences: {\n type: 'ref',\n ref: 'lex:app.bsky.actor.defs#preferences',\n },\n },\n },\n },\n },\n },\n },\n AppBskyActorSearchActors: {\n lexicon: 1,\n id: 'app.bsky.actor.searchActors',\n defs: {\n main: {\n type: 'query',\n description:\n 'Find actors (profiles) matching search criteria. Does not require auth.',\n parameters: {\n type: 'params',\n properties: {\n term: {\n type: 'string',\n description: \"DEPRECATED: use 'q' instead.\",\n },\n q: {\n type: 'string',\n description:\n 'Search query string. Syntax, phrase, boolean, and faceting is unspecified, but Lucene query syntax is recommended.',\n },\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 100,\n default: 25,\n },\n cursor: {\n type: 'string',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['actors'],\n properties: {\n cursor: {\n type: 'string',\n },\n actors: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.actor.defs#profileView',\n },\n },\n },\n },\n },\n },\n },\n },\n AppBskyActorSearchActorsTypeahead: {\n lexicon: 1,\n id: 'app.bsky.actor.searchActorsTypeahead',\n defs: {\n main: {\n type: 'query',\n description:\n 'Find actor suggestions for a prefix search term. Expected use is for auto-completion during text field entry. Does not require auth.',\n parameters: {\n type: 'params',\n properties: {\n term: {\n type: 'string',\n description: \"DEPRECATED: use 'q' instead.\",\n },\n q: {\n type: 'string',\n description: 'Search query prefix; not a full query string.',\n },\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 100,\n default: 10,\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['actors'],\n properties: {\n actors: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.actor.defs#profileViewBasic',\n },\n },\n },\n },\n },\n },\n },\n },\n AppBskyActorStatus: {\n lexicon: 1,\n id: 'app.bsky.actor.status',\n defs: {\n main: {\n type: 'record',\n description: 'A declaration of a Bluesky account status.',\n key: 'literal:self',\n record: {\n type: 'object',\n required: ['status', 'createdAt'],\n properties: {\n status: {\n type: 'string',\n description: 'The status for the account.',\n knownValues: ['app.bsky.actor.status#live'],\n },\n embed: {\n type: 'union',\n description: 'An optional embed associated with the status.',\n refs: ['lex:app.bsky.embed.external'],\n },\n durationMinutes: {\n type: 'integer',\n description:\n 'The duration of the status in minutes. Applications can choose to impose minimum and maximum limits.',\n minimum: 1,\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n },\n },\n },\n },\n live: {\n type: 'token',\n description:\n 'Advertises an account as currently offering live content.',\n },\n },\n },\n AppBskyAgeassuranceBegin: {\n lexicon: 1,\n id: 'app.bsky.ageassurance.begin',\n defs: {\n main: {\n type: 'procedure',\n description: 'Initiate Age Assurance for an account.',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['email', 'language', 'countryCode'],\n properties: {\n email: {\n type: 'string',\n description:\n \"The user's email address to receive Age Assurance instructions.\",\n },\n language: {\n type: 'string',\n description:\n \"The user's preferred language for communication during the Age Assurance process.\",\n },\n countryCode: {\n type: 'string',\n description:\n \"An ISO 3166-1 alpha-2 code of the user's location.\",\n },\n regionCode: {\n type: 'string',\n description:\n \"An optional ISO 3166-2 code of the user's region or state within the country.\",\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'ref',\n ref: 'lex:app.bsky.ageassurance.defs#state',\n },\n },\n errors: [\n {\n name: 'InvalidEmail',\n },\n {\n name: 'DidTooLong',\n },\n {\n name: 'InvalidInitiation',\n },\n {\n name: 'RegionNotSupported',\n },\n ],\n },\n },\n },\n AppBskyAgeassuranceDefs: {\n lexicon: 1,\n id: 'app.bsky.ageassurance.defs',\n defs: {\n access: {\n description:\n \"The access level granted based on Age Assurance data we've processed.\",\n type: 'string',\n knownValues: ['unknown', 'none', 'safe', 'full'],\n },\n status: {\n type: 'string',\n description: 'The status of the Age Assurance process.',\n knownValues: ['unknown', 'pending', 'assured', 'blocked'],\n },\n state: {\n type: 'object',\n description: \"The user's computed Age Assurance state.\",\n required: ['status', 'access'],\n properties: {\n lastInitiatedAt: {\n type: 'string',\n format: 'datetime',\n description: 'The timestamp when this state was last updated.',\n },\n status: {\n type: 'ref',\n ref: 'lex:app.bsky.ageassurance.defs#status',\n },\n access: {\n type: 'ref',\n ref: 'lex:app.bsky.ageassurance.defs#access',\n },\n },\n },\n stateMetadata: {\n type: 'object',\n description:\n 'Additional metadata needed to compute Age Assurance state client-side.',\n required: [],\n properties: {\n accountCreatedAt: {\n type: 'string',\n format: 'datetime',\n description: 'The account creation timestamp.',\n },\n },\n },\n config: {\n type: 'object',\n description: '',\n required: ['regions'],\n properties: {\n regions: {\n type: 'array',\n description: 'The per-region Age Assurance configuration.',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.ageassurance.defs#configRegion',\n },\n },\n },\n },\n configRegion: {\n type: 'object',\n description: 'The Age Assurance configuration for a specific region.',\n required: ['countryCode', 'minAccessAge', 'rules'],\n properties: {\n platforms: {\n type: 'array',\n description:\n 'The platforms this configuration applies to. If omitted, the configuration applies to all platforms.',\n items: {\n type: 'string',\n knownValues: ['web', 'ios', 'android'],\n },\n },\n countryCode: {\n type: 'string',\n description:\n 'The ISO 3166-1 alpha-2 country code this configuration applies to.',\n },\n regionCode: {\n type: 'string',\n description:\n 'The ISO 3166-2 region code this configuration applies to. If omitted, the configuration applies to the entire country.',\n },\n minAccessAge: {\n type: 'integer',\n description:\n 'The minimum age (as a whole integer) required to use Bluesky in this region.',\n },\n additionalVerificationMethods: {\n type: 'array',\n description:\n 'Verification methods permitted in this region in addition to the third-party (KWS) flow, which is always supported. `device` permits using the native on-device age APIs (e.g. Apple Declared Age Range, Google Play Age Signals).',\n items: {\n type: 'string',\n knownValues: ['device'],\n },\n },\n rules: {\n type: 'array',\n description:\n 'The ordered list of Age Assurance rules that apply to this region. Rules should be applied in order, and the first matching rule determines the access level granted. The rules array should always include a default rule as the last item.',\n items: {\n type: 'union',\n refs: [\n 'lex:app.bsky.ageassurance.defs#configRegionRuleDefault',\n 'lex:app.bsky.ageassurance.defs#configRegionRuleIfDeclaredOverAge',\n 'lex:app.bsky.ageassurance.defs#configRegionRuleIfDeclaredUnderAge',\n 'lex:app.bsky.ageassurance.defs#configRegionRuleIfAssuredOverAge',\n 'lex:app.bsky.ageassurance.defs#configRegionRuleIfAssuredUnderAge',\n 'lex:app.bsky.ageassurance.defs#configRegionRuleIfAccountNewerThan',\n 'lex:app.bsky.ageassurance.defs#configRegionRuleIfAccountOlderThan',\n ],\n },\n },\n },\n },\n configRegionRuleDefault: {\n type: 'object',\n description: 'Age Assurance rule that applies by default.',\n required: ['access'],\n properties: {\n access: {\n type: 'ref',\n ref: 'lex:app.bsky.ageassurance.defs#access',\n },\n },\n },\n configRegionRuleIfDeclaredOverAge: {\n type: 'object',\n description:\n 'Age Assurance rule that applies if the user has declared themselves equal-to or over a certain age.',\n required: ['age', 'access'],\n properties: {\n age: {\n type: 'integer',\n description: 'The age threshold as a whole integer.',\n },\n access: {\n type: 'ref',\n ref: 'lex:app.bsky.ageassurance.defs#access',\n },\n },\n },\n configRegionRuleIfDeclaredUnderAge: {\n type: 'object',\n description:\n 'Age Assurance rule that applies if the user has declared themselves under a certain age.',\n required: ['age', 'access'],\n properties: {\n age: {\n type: 'integer',\n description: 'The age threshold as a whole integer.',\n },\n access: {\n type: 'ref',\n ref: 'lex:app.bsky.ageassurance.defs#access',\n },\n },\n },\n configRegionRuleIfAssuredOverAge: {\n type: 'object',\n description:\n 'Age Assurance rule that applies if the user has been assured to be equal-to or over a certain age.',\n required: ['age', 'access'],\n properties: {\n age: {\n type: 'integer',\n description: 'The age threshold as a whole integer.',\n },\n access: {\n type: 'ref',\n ref: 'lex:app.bsky.ageassurance.defs#access',\n },\n },\n },\n configRegionRuleIfAssuredUnderAge: {\n type: 'object',\n description:\n 'Age Assurance rule that applies if the user has been assured to be under a certain age.',\n required: ['age', 'access'],\n properties: {\n age: {\n type: 'integer',\n description: 'The age threshold as a whole integer.',\n },\n access: {\n type: 'ref',\n ref: 'lex:app.bsky.ageassurance.defs#access',\n },\n },\n },\n configRegionRuleIfAccountNewerThan: {\n type: 'object',\n description:\n 'Age Assurance rule that applies if the account is equal-to or newer than a certain date.',\n required: ['date', 'access'],\n properties: {\n date: {\n type: 'string',\n format: 'datetime',\n description: 'The date threshold as a datetime string.',\n },\n access: {\n type: 'ref',\n ref: 'lex:app.bsky.ageassurance.defs#access',\n },\n },\n },\n configRegionRuleIfAccountOlderThan: {\n type: 'object',\n description:\n 'Age Assurance rule that applies if the account is older than a certain date.',\n required: ['date', 'access'],\n properties: {\n date: {\n type: 'string',\n format: 'datetime',\n description: 'The date threshold as a datetime string.',\n },\n access: {\n type: 'ref',\n ref: 'lex:app.bsky.ageassurance.defs#access',\n },\n },\n },\n event: {\n type: 'object',\n description: 'Object used to store Age Assurance data in stash.',\n required: ['createdAt', 'status', 'access', 'attemptId', 'countryCode'],\n properties: {\n createdAt: {\n type: 'string',\n format: 'datetime',\n description: 'The date and time of this write operation.',\n },\n attemptId: {\n type: 'string',\n description:\n 'The unique identifier for this instance of the Age Assurance flow, in UUID format.',\n },\n status: {\n type: 'string',\n description: 'The status of the Age Assurance process.',\n knownValues: ['unknown', 'pending', 'assured', 'blocked'],\n },\n access: {\n description:\n \"The access level granted based on Age Assurance data we've processed.\",\n type: 'string',\n knownValues: ['unknown', 'none', 'safe', 'full'],\n },\n countryCode: {\n type: 'string',\n description:\n 'The ISO 3166-1 alpha-2 country code provided when beginning the Age Assurance flow.',\n },\n regionCode: {\n type: 'string',\n description:\n 'The ISO 3166-2 region code provided when beginning the Age Assurance flow.',\n },\n email: {\n type: 'string',\n description: 'The email used for Age Assurance.',\n },\n initIp: {\n type: 'string',\n description:\n 'The IP address used when initiating the Age Assurance flow.',\n },\n initUa: {\n type: 'string',\n description:\n 'The user agent used when initiating the Age Assurance flow.',\n },\n completeIp: {\n type: 'string',\n description:\n 'The IP address used when completing the Age Assurance flow.',\n },\n completeUa: {\n type: 'string',\n description:\n 'The user agent used when completing the Age Assurance flow.',\n },\n },\n },\n },\n },\n AppBskyAgeassuranceGetConfig: {\n lexicon: 1,\n id: 'app.bsky.ageassurance.getConfig',\n defs: {\n main: {\n type: 'query',\n description:\n 'Returns Age Assurance configuration for use on the client.',\n output: {\n encoding: 'application/json',\n schema: {\n type: 'ref',\n ref: 'lex:app.bsky.ageassurance.defs#config',\n },\n },\n },\n },\n },\n AppBskyAgeassuranceGetState: {\n lexicon: 1,\n id: 'app.bsky.ageassurance.getState',\n defs: {\n main: {\n type: 'query',\n description:\n 'Returns server-computed Age Assurance state, if available, and any additional metadata needed to compute Age Assurance state client-side.',\n parameters: {\n type: 'params',\n required: ['countryCode'],\n properties: {\n countryCode: {\n type: 'string',\n },\n regionCode: {\n type: 'string',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['state', 'metadata'],\n properties: {\n state: {\n type: 'ref',\n ref: 'lex:app.bsky.ageassurance.defs#state',\n },\n metadata: {\n type: 'ref',\n ref: 'lex:app.bsky.ageassurance.defs#stateMetadata',\n },\n },\n },\n },\n },\n },\n },\n AppBskyBookmarkCreateBookmark: {\n lexicon: 1,\n id: 'app.bsky.bookmark.createBookmark',\n defs: {\n main: {\n type: 'procedure',\n description:\n 'Creates a private bookmark for the specified record. Currently, only `app.bsky.feed.post` records are supported. Requires authentication.',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['uri', 'cid'],\n properties: {\n uri: {\n type: 'string',\n format: 'at-uri',\n },\n cid: {\n type: 'string',\n format: 'cid',\n },\n },\n },\n },\n errors: [\n {\n name: 'UnsupportedCollection',\n description:\n 'The URI to be bookmarked is for an unsupported collection.',\n },\n ],\n },\n },\n },\n AppBskyBookmarkDefs: {\n lexicon: 1,\n id: 'app.bsky.bookmark.defs',\n defs: {\n bookmark: {\n description: 'Object used to store bookmark data in stash.',\n type: 'object',\n required: ['subject'],\n properties: {\n subject: {\n description:\n 'A strong ref to the record to be bookmarked. Currently, only `app.bsky.feed.post` records are supported.',\n type: 'ref',\n ref: 'lex:com.atproto.repo.strongRef',\n },\n },\n },\n bookmarkView: {\n type: 'object',\n required: ['subject', 'item'],\n properties: {\n subject: {\n description: 'A strong ref to the bookmarked record.',\n type: 'ref',\n ref: 'lex:com.atproto.repo.strongRef',\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n },\n item: {\n type: 'union',\n refs: [\n 'lex:app.bsky.feed.defs#blockedPost',\n 'lex:app.bsky.feed.defs#notFoundPost',\n 'lex:app.bsky.feed.defs#postView',\n ],\n },\n },\n },\n },\n },\n AppBskyBookmarkDeleteBookmark: {\n lexicon: 1,\n id: 'app.bsky.bookmark.deleteBookmark',\n defs: {\n main: {\n type: 'procedure',\n description:\n 'Deletes a private bookmark for the specified record. Currently, only `app.bsky.feed.post` records are supported. Requires authentication.',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['uri'],\n properties: {\n uri: {\n type: 'string',\n format: 'at-uri',\n },\n },\n },\n },\n errors: [\n {\n name: 'UnsupportedCollection',\n description:\n 'The URI to be bookmarked is for an unsupported collection.',\n },\n ],\n },\n },\n },\n AppBskyBookmarkGetBookmarks: {\n lexicon: 1,\n id: 'app.bsky.bookmark.getBookmarks',\n defs: {\n main: {\n type: 'query',\n description:\n 'Gets views of records bookmarked by the authenticated user. Requires authentication.',\n parameters: {\n type: 'params',\n properties: {\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 100,\n default: 50,\n },\n cursor: {\n type: 'string',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['bookmarks'],\n properties: {\n cursor: {\n type: 'string',\n },\n bookmarks: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.bookmark.defs#bookmarkView',\n },\n },\n },\n },\n },\n },\n },\n },\n AppBskyContactDefs: {\n lexicon: 1,\n id: 'app.bsky.contact.defs',\n defs: {\n matchAndContactIndex: {\n description:\n 'Associates a profile with the positional index of the contact import input in the call to `app.bsky.contact.importContacts`, so clients can know which phone caused a particular match.',\n type: 'object',\n required: ['match', 'contactIndex'],\n properties: {\n match: {\n description: 'Profile of the matched user.',\n type: 'ref',\n ref: 'lex:app.bsky.actor.defs#profileView',\n },\n contactIndex: {\n description: 'The index of this match in the import contact input.',\n type: 'integer',\n minimum: 0,\n maximum: 999,\n },\n },\n },\n syncStatus: {\n type: 'object',\n required: ['syncedAt', 'matchesCount'],\n properties: {\n syncedAt: {\n description: 'Last date when contacts where imported.',\n type: 'string',\n format: 'datetime',\n },\n matchesCount: {\n description:\n 'Number of existing contact matches resulting of the user imports and of their imported contacts having imported the user. Matches stop being counted when the user either follows the matched contact or dismisses the match.',\n type: 'integer',\n minimum: 0,\n },\n },\n },\n notification: {\n description:\n 'A stash object to be sent via bsync representing a notification to be created.',\n type: 'object',\n required: ['from', 'to'],\n properties: {\n from: {\n description: 'The DID of who this notification comes from.',\n type: 'string',\n format: 'did',\n },\n to: {\n description: 'The DID of who this notification should go to.',\n type: 'string',\n format: 'did',\n },\n },\n },\n },\n },\n AppBskyContactDismissMatch: {\n lexicon: 1,\n id: 'app.bsky.contact.dismissMatch',\n defs: {\n main: {\n type: 'procedure',\n description:\n \"Removes a match that was found via contact import. It shouldn't appear again if the same contact is re-imported. Requires authentication.\",\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['subject'],\n properties: {\n subject: {\n description: \"The subject's DID to dismiss the match with.\",\n type: 'string',\n format: 'did',\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n properties: {},\n },\n },\n errors: [\n {\n name: 'InvalidDid',\n },\n {\n name: 'InternalError',\n },\n ],\n },\n },\n },\n AppBskyContactGetMatches: {\n lexicon: 1,\n id: 'app.bsky.contact.getMatches',\n defs: {\n main: {\n type: 'query',\n description:\n 'Returns the matched contacts (contacts that were mutually imported). Excludes dismissed matches. Requires authentication.',\n parameters: {\n type: 'params',\n properties: {\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 100,\n default: 50,\n },\n cursor: {\n type: 'string',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['matches'],\n properties: {\n cursor: {\n type: 'string',\n },\n matches: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.actor.defs#profileView',\n },\n },\n },\n },\n },\n errors: [\n {\n name: 'InvalidDid',\n },\n {\n name: 'InvalidLimit',\n },\n {\n name: 'InvalidCursor',\n },\n {\n name: 'InternalError',\n },\n ],\n },\n },\n },\n AppBskyContactGetSyncStatus: {\n lexicon: 1,\n id: 'app.bsky.contact.getSyncStatus',\n defs: {\n main: {\n type: 'query',\n description:\n \"Gets the user's current contact import status. Requires authentication.\",\n parameters: {\n type: 'params',\n properties: {},\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n properties: {\n syncStatus: {\n description:\n \"If present, indicates the user has imported their contacts. If not present, indicates the user never used the feature or called `app.bsky.contact.removeData` and didn't import again since.\",\n type: 'ref',\n ref: 'lex:app.bsky.contact.defs#syncStatus',\n },\n },\n },\n },\n errors: [\n {\n name: 'InvalidDid',\n },\n {\n name: 'InternalError',\n },\n ],\n },\n },\n },\n AppBskyContactImportContacts: {\n lexicon: 1,\n id: 'app.bsky.contact.importContacts',\n defs: {\n main: {\n type: 'procedure',\n description:\n 'Import contacts for securely matching with other users. This follows the protocol explained in https://docs.bsky.app/blog/contact-import-rfc. Requires authentication.',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['token', 'contacts'],\n properties: {\n token: {\n description:\n 'JWT to authenticate the call. Use the JWT received as a response to the call to `app.bsky.contact.verifyPhone`.',\n type: 'string',\n },\n contacts: {\n description:\n \"List of phone numbers in global E.164 format (e.g., '+12125550123'). Phone numbers that cannot be normalized into a valid phone number will be discarded. Should not repeat the 'phone' input used in `app.bsky.contact.verifyPhone`.\",\n type: 'array',\n items: {\n type: 'string',\n },\n minLength: 1,\n maxLength: 1000,\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['matchesAndContactIndexes'],\n properties: {\n matchesAndContactIndexes: {\n description:\n 'The users that matched during import and their indexes on the input contacts, so the client can correlate with its local list.',\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.contact.defs#matchAndContactIndex',\n },\n },\n },\n },\n },\n errors: [\n {\n name: 'InvalidDid',\n },\n {\n name: 'InvalidContacts',\n },\n {\n name: 'TooManyContacts',\n },\n {\n name: 'InvalidToken',\n },\n {\n name: 'InternalError',\n },\n ],\n },\n },\n },\n AppBskyContactRemoveData: {\n lexicon: 1,\n id: 'app.bsky.contact.removeData',\n defs: {\n main: {\n type: 'procedure',\n description:\n 'Removes all stored hashes used for contact matching, existing matches, and sync status. Requires authentication.',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n properties: {},\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n properties: {},\n },\n },\n errors: [\n {\n name: 'InvalidDid',\n },\n {\n name: 'InternalError',\n },\n ],\n },\n },\n },\n AppBskyContactSendNotification: {\n lexicon: 1,\n id: 'app.bsky.contact.sendNotification',\n defs: {\n main: {\n type: 'procedure',\n description:\n 'System endpoint to send notifications related to contact imports. Requires role authentication.',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['from', 'to'],\n properties: {\n from: {\n description: 'The DID of who this notification comes from.',\n type: 'string',\n format: 'did',\n },\n to: {\n description: 'The DID of who this notification should go to.',\n type: 'string',\n format: 'did',\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n properties: {},\n },\n },\n },\n },\n },\n AppBskyContactStartPhoneVerification: {\n lexicon: 1,\n id: 'app.bsky.contact.startPhoneVerification',\n defs: {\n main: {\n type: 'procedure',\n description:\n 'Starts a phone verification flow. The phone passed will receive a code via SMS that should be passed to `app.bsky.contact.verifyPhone`. Requires authentication.',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['phone'],\n properties: {\n phone: {\n description: 'The phone number to receive the code via SMS.',\n type: 'string',\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n properties: {},\n },\n },\n errors: [\n {\n name: 'RateLimitExceeded',\n },\n {\n name: 'InvalidDid',\n },\n {\n name: 'InvalidPhone',\n },\n {\n name: 'InternalError',\n },\n ],\n },\n },\n },\n AppBskyContactVerifyPhone: {\n lexicon: 1,\n id: 'app.bsky.contact.verifyPhone',\n defs: {\n main: {\n type: 'procedure',\n description:\n 'Verifies control over a phone number with a code received via SMS and starts a contact import session. Requires authentication.',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['phone', 'code'],\n properties: {\n phone: {\n description:\n 'The phone number to verify. Should be the same as the one passed to `app.bsky.contact.startPhoneVerification`.',\n type: 'string',\n },\n code: {\n description:\n 'The code received via SMS as a result of the call to `app.bsky.contact.startPhoneVerification`.',\n type: 'string',\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['token'],\n properties: {\n token: {\n description:\n 'JWT to be used in a call to `app.bsky.contact.importContacts`. It is only valid for a single call.',\n type: 'string',\n },\n },\n },\n },\n errors: [\n {\n name: 'RateLimitExceeded',\n },\n {\n name: 'InvalidDid',\n },\n {\n name: 'InvalidPhone',\n },\n {\n name: 'InvalidCode',\n },\n {\n name: 'InternalError',\n },\n ],\n },\n },\n },\n AppBskyDraftCreateDraft: {\n lexicon: 1,\n id: 'app.bsky.draft.createDraft',\n defs: {\n main: {\n type: 'procedure',\n description:\n 'Inserts a draft using private storage (stash). An upper limit of drafts might be enforced. Requires authentication.',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['draft'],\n properties: {\n draft: {\n type: 'ref',\n ref: 'lex:app.bsky.draft.defs#draft',\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['id'],\n properties: {\n id: {\n type: 'string',\n format: 'tid',\n description: 'The ID of the created draft.',\n },\n },\n },\n },\n errors: [\n {\n name: 'DraftLimitReached',\n description:\n 'Trying to insert a new draft when the limit was already reached.',\n },\n ],\n },\n },\n },\n AppBskyDraftDefs: {\n lexicon: 1,\n id: 'app.bsky.draft.defs',\n defs: {\n draftWithId: {\n description:\n 'A draft with an identifier, used to store drafts in private storage (stash).',\n type: 'object',\n required: ['id', 'draft'],\n properties: {\n id: {\n description: 'A TID to be used as a draft identifier.',\n type: 'string',\n format: 'tid',\n },\n draft: {\n type: 'ref',\n ref: 'lex:app.bsky.draft.defs#draft',\n },\n },\n },\n draft: {\n description: 'A draft containing an array of draft posts.',\n type: 'object',\n required: ['posts'],\n properties: {\n deviceId: {\n type: 'string',\n description:\n 'UUIDv4 identifier of the device that created this draft.',\n maxLength: 100,\n },\n deviceName: {\n type: 'string',\n description:\n 'The device and/or platform on which the draft was created.',\n maxLength: 100,\n },\n posts: {\n description: 'Array of draft posts that compose this draft.',\n type: 'array',\n minLength: 1,\n maxLength: 100,\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.draft.defs#draftPost',\n },\n },\n langs: {\n type: 'array',\n description:\n 'Indicates human language of posts primary text content.',\n maxLength: 3,\n items: {\n type: 'string',\n format: 'language',\n },\n },\n postgateEmbeddingRules: {\n description:\n 'Embedding rules for the postgates to be created when this draft is published.',\n type: 'array',\n maxLength: 5,\n items: {\n type: 'union',\n refs: ['lex:app.bsky.feed.postgate#disableRule'],\n },\n },\n threadgateAllow: {\n description:\n 'Allow-rules for the threadgate to be created when this draft is published.',\n type: 'array',\n maxLength: 5,\n items: {\n type: 'union',\n refs: [\n 'lex:app.bsky.feed.threadgate#mentionRule',\n 'lex:app.bsky.feed.threadgate#followerRule',\n 'lex:app.bsky.feed.threadgate#followingRule',\n 'lex:app.bsky.feed.threadgate#listRule',\n ],\n },\n },\n },\n },\n draftPost: {\n description: 'One of the posts that compose a draft.',\n type: 'object',\n required: ['text'],\n properties: {\n text: {\n type: 'string',\n maxLength: 10000,\n maxGraphemes: 1000,\n description:\n 'The primary post content. It has a higher limit than post contents to allow storing a larger text that can later be refined into smaller posts.',\n },\n labels: {\n type: 'union',\n description:\n 'Self-label values for this post. Effectively content warnings.',\n refs: ['lex:com.atproto.label.defs#selfLabels'],\n },\n embedImages: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.draft.defs#draftEmbedImage',\n },\n maxLength: 4,\n },\n embedGallery: {\n type: 'ref',\n ref: 'lex:app.bsky.draft.defs#draftEmbedGallery',\n },\n embedVideos: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.draft.defs#draftEmbedVideo',\n },\n maxLength: 1,\n },\n embedExternals: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.draft.defs#draftEmbedExternal',\n },\n maxLength: 1,\n },\n embedRecords: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.draft.defs#draftEmbedRecord',\n },\n maxLength: 1,\n },\n },\n },\n draftView: {\n description: 'View to present drafts data to users.',\n type: 'object',\n required: ['id', 'draft', 'createdAt', 'updatedAt'],\n properties: {\n id: {\n description: 'A TID to be used as a draft identifier.',\n type: 'string',\n format: 'tid',\n },\n draft: {\n type: 'ref',\n ref: 'lex:app.bsky.draft.defs#draft',\n },\n createdAt: {\n description: 'The time the draft was created.',\n type: 'string',\n format: 'datetime',\n },\n updatedAt: {\n description: 'The time the draft was last updated.',\n type: 'string',\n format: 'datetime',\n },\n },\n },\n draftEmbedLocalRef: {\n type: 'object',\n required: ['path'],\n properties: {\n path: {\n type: 'string',\n description:\n 'Local, on-device ref to file to be embedded. Embeds are currently device-bound for drafts.',\n minLength: 1,\n maxLength: 1024,\n },\n },\n },\n draftEmbedCaption: {\n type: 'object',\n required: ['lang', 'content'],\n properties: {\n lang: {\n type: 'string',\n format: 'language',\n },\n content: {\n type: 'string',\n maxLength: 10000,\n },\n },\n },\n draftEmbedGallery: {\n type: 'object',\n required: ['items'],\n properties: {\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.draft.defs#draftEmbedGalleryItems',\n },\n },\n },\n draftEmbedGalleryItems: {\n type: 'array',\n items: {\n type: 'union',\n refs: ['lex:app.bsky.draft.defs#draftEmbedImage'],\n },\n maxLength: 20,\n description:\n 'The schema-level maxLength of 20 is a future-proof ceiling. Clients should currently enforce a soft limit of 10 items in authoring UIs.',\n },\n draftEmbedImage: {\n type: 'object',\n required: ['localRef'],\n properties: {\n localRef: {\n type: 'ref',\n ref: 'lex:app.bsky.draft.defs#draftEmbedLocalRef',\n },\n alt: {\n type: 'string',\n maxGraphemes: 2000,\n },\n },\n },\n draftEmbedVideo: {\n type: 'object',\n required: ['localRef'],\n properties: {\n localRef: {\n type: 'ref',\n ref: 'lex:app.bsky.draft.defs#draftEmbedLocalRef',\n },\n alt: {\n type: 'string',\n maxGraphemes: 2000,\n },\n captions: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.draft.defs#draftEmbedCaption',\n },\n maxLength: 20,\n },\n },\n },\n draftEmbedExternal: {\n type: 'object',\n required: ['uri'],\n properties: {\n uri: {\n type: 'string',\n format: 'uri',\n },\n },\n },\n draftEmbedRecord: {\n type: 'object',\n required: ['record'],\n properties: {\n record: {\n type: 'ref',\n ref: 'lex:com.atproto.repo.strongRef',\n },\n },\n },\n },\n },\n AppBskyDraftDeleteDraft: {\n lexicon: 1,\n id: 'app.bsky.draft.deleteDraft',\n defs: {\n main: {\n type: 'procedure',\n description: 'Deletes a draft by ID. Requires authentication.',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['id'],\n properties: {\n id: {\n type: 'string',\n format: 'tid',\n },\n },\n },\n },\n },\n },\n },\n AppBskyDraftGetDrafts: {\n lexicon: 1,\n id: 'app.bsky.draft.getDrafts',\n defs: {\n main: {\n type: 'query',\n description: 'Gets views of user drafts. Requires authentication.',\n parameters: {\n type: 'params',\n properties: {\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 100,\n default: 50,\n },\n cursor: {\n type: 'string',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['drafts'],\n properties: {\n cursor: {\n type: 'string',\n },\n drafts: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.draft.defs#draftView',\n },\n },\n },\n },\n },\n },\n },\n },\n AppBskyDraftUpdateDraft: {\n lexicon: 1,\n id: 'app.bsky.draft.updateDraft',\n defs: {\n main: {\n type: 'procedure',\n description:\n \"Updates a draft using private storage (stash). If the draft ID points to a non-existing ID, the update will be silently ignored. This is done because updates don't enforce draft limit, so it accepts all writes, but will ignore invalid ones. Requires authentication.\",\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['draft'],\n properties: {\n draft: {\n type: 'ref',\n ref: 'lex:app.bsky.draft.defs#draftWithId',\n },\n },\n },\n },\n },\n },\n },\n AppBskyEmbedDefs: {\n lexicon: 1,\n id: 'app.bsky.embed.defs',\n defs: {\n aspectRatio: {\n type: 'object',\n description:\n 'width:height represents an aspect ratio. It may be approximate, and may not correspond to absolute dimensions in any given unit.',\n required: ['width', 'height'],\n properties: {\n width: {\n type: 'integer',\n minimum: 1,\n },\n height: {\n type: 'integer',\n minimum: 1,\n },\n },\n },\n },\n },\n AppBskyEmbedExternal: {\n lexicon: 1,\n id: 'app.bsky.embed.external',\n defs: {\n main: {\n type: 'object',\n description:\n \"A representation of some externally linked content (eg, a URL and 'card'), embedded in a Bluesky record (eg, a post).\",\n required: ['external'],\n properties: {\n external: {\n type: 'ref',\n ref: 'lex:app.bsky.embed.external#external',\n },\n },\n },\n external: {\n type: 'object',\n required: ['uri', 'title', 'description'],\n properties: {\n uri: {\n type: 'string',\n format: 'uri',\n },\n title: {\n type: 'string',\n },\n description: {\n type: 'string',\n },\n thumb: {\n type: 'blob',\n accept: ['image/*'],\n maxSize: 1000000,\n },\n associatedRefs: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:com.atproto.repo.strongRef',\n },\n description:\n 'StrongRefs (uri+cid) of the Atmosphere records that backed this view.',\n },\n },\n },\n view: {\n type: 'object',\n required: ['external'],\n properties: {\n external: {\n type: 'ref',\n ref: 'lex:app.bsky.embed.external#viewExternal',\n },\n },\n },\n viewExternal: {\n type: 'object',\n required: ['uri', 'title', 'description'],\n properties: {\n uri: {\n type: 'string',\n format: 'uri',\n },\n title: {\n type: 'string',\n },\n description: {\n type: 'string',\n },\n thumb: {\n type: 'string',\n format: 'uri',\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n description:\n 'When the external content was created, if available. Example: a publication date, for an article.',\n },\n updatedAt: {\n type: 'string',\n format: 'datetime',\n description: 'When the external content was updated, if available.',\n },\n readingTime: {\n type: 'integer',\n description:\n 'Estimated reading time in minutes, if applicable and available.',\n },\n labels: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:com.atproto.label.defs#label',\n },\n },\n source: {\n type: 'ref',\n ref: 'lex:app.bsky.embed.external#viewExternalSource',\n },\n associatedRefs: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:com.atproto.repo.strongRef',\n },\n description:\n 'StrongRefs (uri+cid) of the Atmosphere records that backed this view.',\n },\n associatedProfiles: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.actor.defs#profileViewBasic',\n },\n description:\n 'Profiles of the owners of the Atmosphere records that backed this view.',\n },\n },\n },\n viewExternalSource: {\n type: 'object',\n description:\n 'The source of an external embed, such as a standard.site publication.',\n required: ['uri', 'title'],\n properties: {\n uri: {\n type: 'string',\n format: 'uri',\n description:\n 'URI of the source, if available. Example: the https:// URL of a site.standard.publication record.',\n },\n icon: {\n type: 'string',\n format: 'uri',\n description:\n 'Fully-qualified URL where an icon representing the source can be fetched. For example, CDN location provided by the App View.',\n },\n title: {\n type: 'string',\n },\n description: {\n type: 'string',\n },\n theme: {\n type: 'ref',\n ref: 'lex:app.bsky.embed.external#viewExternalSourceTheme',\n },\n },\n },\n viewExternalSourceTheme: {\n type: 'object',\n description:\n 'The theme colors of an external source, such as a site.standard.publication. These colors may be used when rendering an embed from that source.',\n properties: {\n backgroundRGB: {\n type: 'ref',\n ref: 'lex:app.bsky.embed.external#colorRGB',\n },\n foregroundRGB: {\n type: 'ref',\n ref: 'lex:app.bsky.embed.external#colorRGB',\n },\n accentRGB: {\n type: 'ref',\n ref: 'lex:app.bsky.embed.external#colorRGB',\n },\n accentForegroundRGB: {\n type: 'ref',\n ref: 'lex:app.bsky.embed.external#colorRGB',\n },\n },\n },\n colorRGB: {\n type: 'object',\n description:\n 'RGB color definition, inspired by site.standard.theme.color#rgb',\n required: ['r', 'g', 'b'],\n properties: {\n r: {\n type: 'integer',\n minimum: 0,\n maximum: 255,\n },\n g: {\n type: 'integer',\n minimum: 0,\n maximum: 255,\n },\n b: {\n type: 'integer',\n minimum: 0,\n maximum: 255,\n },\n },\n },\n },\n },\n AppBskyEmbedGallery: {\n lexicon: 1,\n id: 'app.bsky.embed.gallery',\n description:\n 'An assortment of media embedded in a Bluesky record (eg, a post).',\n defs: {\n main: {\n type: 'object',\n required: ['items'],\n properties: {\n items: {\n type: 'array',\n maxLength: 20,\n description:\n 'The schema-level maxLength of 20 is a future-proof ceiling. Clients should currently enforce a soft limit of 10 items in authoring UIs.',\n items: {\n type: 'union',\n refs: ['lex:app.bsky.embed.gallery#image'],\n description:\n 'The media items in the gallery. Each item may be of a different type, but all types must be supported by the client.',\n },\n },\n },\n },\n image: {\n type: 'object',\n required: ['image', 'alt', 'aspectRatio'],\n properties: {\n image: {\n type: 'blob',\n accept: ['image/*'],\n maxSize: 2000000,\n },\n alt: {\n type: 'string',\n description:\n 'Alt text description of the image, for accessibility.',\n },\n aspectRatio: {\n type: 'ref',\n ref: 'lex:app.bsky.embed.defs#aspectRatio',\n },\n },\n },\n view: {\n type: 'object',\n required: ['items'],\n properties: {\n items: {\n type: 'array',\n items: {\n type: 'union',\n refs: ['lex:app.bsky.embed.gallery#viewImage'],\n },\n },\n },\n },\n viewImage: {\n type: 'object',\n required: ['thumbnail', 'fullsize', 'alt', 'aspectRatio'],\n properties: {\n thumbnail: {\n type: 'string',\n format: 'uri',\n description:\n 'Fully-qualified URL where a thumbnail of the image can be fetched. For example, CDN location provided by the App View.',\n },\n fullsize: {\n type: 'string',\n format: 'uri',\n description:\n 'Fully-qualified URL where a large version of the image can be fetched. May or may not be the exact original blob. For example, CDN location provided by the App View.',\n },\n alt: {\n type: 'string',\n description:\n 'Alt text description of the image, for accessibility.',\n },\n aspectRatio: {\n type: 'ref',\n ref: 'lex:app.bsky.embed.defs#aspectRatio',\n },\n },\n },\n },\n },\n AppBskyEmbedGetEmbedExternalView: {\n lexicon: 1,\n id: 'app.bsky.embed.getEmbedExternalView',\n defs: {\n main: {\n type: 'query',\n description:\n \"Resolve one or more AT-URIs into the data needed to render an enhanced external embed. Returns `associatedRefs` (strongRefs to embed into a post's external.associatedRefs), the raw `associatedRecords`, and a hydrated `view`. The response is empty (`{}`) when no records were resolvable, or when validation determined the resolved records don't actually back the requested URL; clients should fall back to their own link-card rendering in that case and skip writing strongRefs to the post.\",\n parameters: {\n type: 'params',\n required: ['url', 'uris'],\n properties: {\n url: {\n type: 'string',\n format: 'uri',\n description:\n \"The canonical web URL the embed represents (typically the URL the user pasted into the composer). Used as the returned view's `uri`. May be used for validation in the future.\",\n },\n uris: {\n type: 'array',\n description:\n 'AT-URIs of any Atmosphere records that can be resolved and used to construct #externalView views. Example: a site.standard.document and optionally its associated site.standard.publication.',\n items: {\n type: 'string',\n format: 'at-uri',\n },\n maxLength: 4,\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n properties: {\n view: {\n type: 'ref',\n ref: 'lex:app.bsky.embed.external#view',\n description:\n 'Hydrated view of the embed. Present only when the resolved records back the requested URL and supply enough information to populate the required `viewExternal` fields. Omitted alongside the rest of the response when no records resolved or validation failed.',\n },\n associatedRefs: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:com.atproto.repo.strongRef',\n },\n description:\n \"StrongRefs (URI+CID) of the Atmosphere records that backed this view, suitable for embedding into a post's external.associatedRefs.\",\n },\n associatedRecords: {\n type: 'array',\n items: {\n type: 'unknown',\n description:\n 'The raw record data of the Atmosphere records that backed this view. This is returned for convenience, to avoid the need for the client to separately fetch the record data for the associatedRefs. Example: the site.standard.document and site.standard.publication records that backed this view.',\n },\n },\n },\n },\n },\n },\n },\n },\n AppBskyEmbedImages: {\n lexicon: 1,\n id: 'app.bsky.embed.images',\n description: 'A set of images embedded in a Bluesky record (eg, a post).',\n defs: {\n main: {\n type: 'object',\n required: ['images'],\n properties: {\n images: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.embed.images#image',\n },\n maxLength: 4,\n },\n },\n },\n image: {\n type: 'object',\n required: ['image', 'alt'],\n properties: {\n image: {\n type: 'blob',\n description:\n 'The raw image file. May be up to 2 MB, formerly limited to 1 MB.',\n accept: ['image/*'],\n maxSize: 2000000,\n },\n alt: {\n type: 'string',\n description:\n 'Alt text description of the image, for accessibility.',\n },\n aspectRatio: {\n type: 'ref',\n ref: 'lex:app.bsky.embed.defs#aspectRatio',\n },\n },\n },\n view: {\n type: 'object',\n required: ['images'],\n properties: {\n images: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.embed.images#viewImage',\n },\n maxLength: 4,\n },\n },\n },\n viewImage: {\n type: 'object',\n required: ['thumb', 'fullsize', 'alt'],\n properties: {\n thumb: {\n type: 'string',\n format: 'uri',\n description:\n 'Fully-qualified URL where a thumbnail of the image can be fetched. For example, CDN location provided by the App View.',\n },\n fullsize: {\n type: 'string',\n format: 'uri',\n description:\n 'Fully-qualified URL where a large version of the image can be fetched. May or may not be the exact original blob. For example, CDN location provided by the App View.',\n },\n alt: {\n type: 'string',\n description:\n 'Alt text description of the image, for accessibility.',\n },\n aspectRatio: {\n type: 'ref',\n ref: 'lex:app.bsky.embed.defs#aspectRatio',\n },\n },\n },\n },\n },\n AppBskyEmbedRecord: {\n lexicon: 1,\n id: 'app.bsky.embed.record',\n description:\n 'A representation of a record embedded in a Bluesky record (eg, a post). For example, a quote-post, or sharing a feed generator record.',\n defs: {\n main: {\n type: 'object',\n required: ['record'],\n properties: {\n record: {\n type: 'ref',\n ref: 'lex:com.atproto.repo.strongRef',\n },\n },\n },\n view: {\n type: 'object',\n required: ['record'],\n properties: {\n record: {\n type: 'union',\n refs: [\n 'lex:app.bsky.embed.record#viewRecord',\n 'lex:app.bsky.embed.record#viewNotFound',\n 'lex:app.bsky.embed.record#viewBlocked',\n 'lex:app.bsky.embed.record#viewDetached',\n 'lex:app.bsky.feed.defs#generatorView',\n 'lex:app.bsky.graph.defs#listView',\n 'lex:app.bsky.labeler.defs#labelerView',\n 'lex:app.bsky.graph.defs#starterPackViewBasic',\n ],\n },\n },\n },\n viewRecord: {\n type: 'object',\n required: ['uri', 'cid', 'author', 'value', 'indexedAt'],\n properties: {\n uri: {\n type: 'string',\n format: 'at-uri',\n },\n cid: {\n type: 'string',\n format: 'cid',\n },\n author: {\n type: 'ref',\n ref: 'lex:app.bsky.actor.defs#profileViewBasic',\n },\n value: {\n type: 'unknown',\n description: 'The record data itself.',\n },\n labels: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:com.atproto.label.defs#label',\n },\n },\n replyCount: {\n type: 'integer',\n },\n repostCount: {\n type: 'integer',\n },\n likeCount: {\n type: 'integer',\n },\n quoteCount: {\n type: 'integer',\n },\n embeds: {\n type: 'array',\n items: {\n type: 'union',\n refs: [\n 'lex:app.bsky.embed.images#view',\n 'lex:app.bsky.embed.video#view',\n 'lex:app.bsky.embed.gallery#view',\n 'lex:app.bsky.embed.external#view',\n 'lex:app.bsky.embed.record#view',\n 'lex:app.bsky.embed.recordWithMedia#view',\n ],\n },\n },\n indexedAt: {\n type: 'string',\n format: 'datetime',\n },\n },\n },\n viewNotFound: {\n type: 'object',\n required: ['uri', 'notFound'],\n properties: {\n uri: {\n type: 'string',\n format: 'at-uri',\n },\n notFound: {\n type: 'boolean',\n const: true,\n },\n },\n },\n viewBlocked: {\n type: 'object',\n required: ['uri', 'blocked', 'author'],\n properties: {\n uri: {\n type: 'string',\n format: 'at-uri',\n },\n blocked: {\n type: 'boolean',\n const: true,\n },\n author: {\n type: 'ref',\n ref: 'lex:app.bsky.feed.defs#blockedAuthor',\n },\n },\n },\n viewDetached: {\n type: 'object',\n required: ['uri', 'detached'],\n properties: {\n uri: {\n type: 'string',\n format: 'at-uri',\n },\n detached: {\n type: 'boolean',\n const: true,\n },\n },\n },\n },\n },\n AppBskyEmbedRecordWithMedia: {\n lexicon: 1,\n id: 'app.bsky.embed.recordWithMedia',\n description:\n 'A representation of a record embedded in a Bluesky record (eg, a post), alongside other compatible embeds. For example, a quote post and image, or a quote post and external URL card.',\n defs: {\n main: {\n type: 'object',\n required: ['record', 'media'],\n properties: {\n record: {\n type: 'ref',\n ref: 'lex:app.bsky.embed.record',\n },\n media: {\n type: 'union',\n refs: [\n 'lex:app.bsky.embed.images',\n 'lex:app.bsky.embed.video',\n 'lex:app.bsky.embed.gallery',\n 'lex:app.bsky.embed.external',\n ],\n },\n },\n },\n view: {\n type: 'object',\n required: ['record', 'media'],\n properties: {\n record: {\n type: 'ref',\n ref: 'lex:app.bsky.embed.record#view',\n },\n media: {\n type: 'union',\n refs: [\n 'lex:app.bsky.embed.images#view',\n 'lex:app.bsky.embed.video#view',\n 'lex:app.bsky.embed.gallery#view',\n 'lex:app.bsky.embed.external#view',\n ],\n },\n },\n },\n },\n },\n AppBskyEmbedVideo: {\n lexicon: 1,\n id: 'app.bsky.embed.video',\n description: 'A video embedded in a Bluesky record (eg, a post).',\n defs: {\n main: {\n type: 'object',\n required: ['video'],\n properties: {\n video: {\n type: 'blob',\n description:\n 'The mp4 video file. May be up to 100mb, formerly limited to 50mb.',\n accept: ['video/mp4'],\n maxSize: 100000000,\n },\n captions: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.embed.video#caption',\n },\n maxLength: 20,\n },\n alt: {\n type: 'string',\n description:\n 'Alt text description of the video, for accessibility.',\n maxGraphemes: 1000,\n maxLength: 10000,\n },\n aspectRatio: {\n type: 'ref',\n ref: 'lex:app.bsky.embed.defs#aspectRatio',\n },\n presentation: {\n type: 'string',\n description: 'A hint to the client about how to present the video.',\n knownValues: ['default', 'gif'],\n },\n },\n },\n caption: {\n type: 'object',\n required: ['lang', 'file'],\n properties: {\n lang: {\n type: 'string',\n format: 'language',\n },\n file: {\n type: 'blob',\n accept: ['text/vtt'],\n maxSize: 20000,\n },\n },\n },\n view: {\n type: 'object',\n required: ['cid', 'playlist'],\n properties: {\n cid: {\n type: 'string',\n format: 'cid',\n },\n playlist: {\n type: 'string',\n format: 'uri',\n },\n thumbnail: {\n type: 'string',\n format: 'uri',\n },\n alt: {\n type: 'string',\n maxGraphemes: 1000,\n maxLength: 10000,\n },\n aspectRatio: {\n type: 'ref',\n ref: 'lex:app.bsky.embed.defs#aspectRatio',\n },\n presentation: {\n type: 'string',\n description: 'A hint to the client about how to present the video.',\n knownValues: ['default', 'gif'],\n },\n },\n },\n },\n },\n AppBskyFeedDefs: {\n lexicon: 1,\n id: 'app.bsky.feed.defs',\n defs: {\n postView: {\n type: 'object',\n required: ['uri', 'cid', 'author', 'record', 'indexedAt'],\n properties: {\n uri: {\n type: 'string',\n format: 'at-uri',\n },\n cid: {\n type: 'string',\n format: 'cid',\n },\n author: {\n type: 'ref',\n ref: 'lex:app.bsky.actor.defs#profileViewBasic',\n },\n record: {\n type: 'unknown',\n },\n embed: {\n type: 'union',\n refs: [\n 'lex:app.bsky.embed.images#view',\n 'lex:app.bsky.embed.video#view',\n 'lex:app.bsky.embed.gallery#view',\n 'lex:app.bsky.embed.external#view',\n 'lex:app.bsky.embed.record#view',\n 'lex:app.bsky.embed.recordWithMedia#view',\n ],\n },\n bookmarkCount: {\n type: 'integer',\n },\n replyCount: {\n type: 'integer',\n },\n repostCount: {\n type: 'integer',\n },\n likeCount: {\n type: 'integer',\n },\n quoteCount: {\n type: 'integer',\n },\n indexedAt: {\n type: 'string',\n format: 'datetime',\n },\n viewer: {\n type: 'ref',\n ref: 'lex:app.bsky.feed.defs#viewerState',\n },\n labels: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:com.atproto.label.defs#label',\n },\n },\n threadgate: {\n type: 'ref',\n ref: 'lex:app.bsky.feed.defs#threadgateView',\n },\n debug: {\n type: 'unknown',\n description: 'Debug information for internal development',\n },\n },\n },\n viewerState: {\n type: 'object',\n description:\n \"Metadata about the requesting account's relationship with the subject content. Only has meaningful content for authed requests.\",\n properties: {\n repost: {\n type: 'string',\n format: 'at-uri',\n },\n like: {\n type: 'string',\n format: 'at-uri',\n },\n bookmarked: {\n type: 'boolean',\n },\n threadMuted: {\n type: 'boolean',\n },\n replyDisabled: {\n type: 'boolean',\n },\n embeddingDisabled: {\n type: 'boolean',\n },\n pinned: {\n type: 'boolean',\n },\n },\n },\n threadContext: {\n type: 'object',\n description:\n 'Metadata about this post within the context of the thread it is in.',\n properties: {\n rootAuthorLike: {\n type: 'string',\n format: 'at-uri',\n },\n },\n },\n feedViewPost: {\n type: 'object',\n required: ['post'],\n properties: {\n post: {\n type: 'ref',\n ref: 'lex:app.bsky.feed.defs#postView',\n },\n reply: {\n type: 'ref',\n ref: 'lex:app.bsky.feed.defs#replyRef',\n },\n reason: {\n type: 'union',\n refs: [\n 'lex:app.bsky.feed.defs#reasonRepost',\n 'lex:app.bsky.feed.defs#reasonPin',\n ],\n },\n feedContext: {\n type: 'string',\n description:\n 'Context provided by feed generator that may be passed back alongside interactions.',\n maxLength: 2000,\n },\n reqId: {\n type: 'string',\n description:\n 'Unique identifier per request that may be passed back alongside interactions.',\n maxLength: 100,\n },\n },\n },\n replyRef: {\n type: 'object',\n required: ['root', 'parent'],\n properties: {\n root: {\n type: 'union',\n refs: [\n 'lex:app.bsky.feed.defs#postView',\n 'lex:app.bsky.feed.defs#notFoundPost',\n 'lex:app.bsky.feed.defs#blockedPost',\n ],\n },\n parent: {\n type: 'union',\n refs: [\n 'lex:app.bsky.feed.defs#postView',\n 'lex:app.bsky.feed.defs#notFoundPost',\n 'lex:app.bsky.feed.defs#blockedPost',\n ],\n },\n grandparentAuthor: {\n type: 'ref',\n ref: 'lex:app.bsky.actor.defs#profileViewBasic',\n description:\n 'When parent is a reply to another post, this is the author of that post.',\n },\n },\n },\n reasonRepost: {\n type: 'object',\n required: ['by', 'indexedAt'],\n properties: {\n by: {\n type: 'ref',\n ref: 'lex:app.bsky.actor.defs#profileViewBasic',\n },\n uri: {\n type: 'string',\n format: 'at-uri',\n },\n cid: {\n type: 'string',\n format: 'cid',\n },\n indexedAt: {\n type: 'string',\n format: 'datetime',\n },\n },\n },\n reasonPin: {\n type: 'object',\n properties: {},\n },\n threadViewPost: {\n type: 'object',\n required: ['post'],\n properties: {\n post: {\n type: 'ref',\n ref: 'lex:app.bsky.feed.defs#postView',\n },\n parent: {\n type: 'union',\n refs: [\n 'lex:app.bsky.feed.defs#threadViewPost',\n 'lex:app.bsky.feed.defs#notFoundPost',\n 'lex:app.bsky.feed.defs#blockedPost',\n ],\n },\n replies: {\n type: 'array',\n items: {\n type: 'union',\n refs: [\n 'lex:app.bsky.feed.defs#threadViewPost',\n 'lex:app.bsky.feed.defs#notFoundPost',\n 'lex:app.bsky.feed.defs#blockedPost',\n ],\n },\n },\n threadContext: {\n type: 'ref',\n ref: 'lex:app.bsky.feed.defs#threadContext',\n },\n },\n },\n notFoundPost: {\n type: 'object',\n required: ['uri', 'notFound'],\n properties: {\n uri: {\n type: 'string',\n format: 'at-uri',\n },\n notFound: {\n type: 'boolean',\n const: true,\n },\n },\n },\n blockedPost: {\n type: 'object',\n required: ['uri', 'blocked', 'author'],\n properties: {\n uri: {\n type: 'string',\n format: 'at-uri',\n },\n blocked: {\n type: 'boolean',\n const: true,\n },\n author: {\n type: 'ref',\n ref: 'lex:app.bsky.feed.defs#blockedAuthor',\n },\n },\n },\n blockedAuthor: {\n type: 'object',\n required: ['did'],\n properties: {\n did: {\n type: 'string',\n format: 'did',\n },\n viewer: {\n type: 'ref',\n ref: 'lex:app.bsky.actor.defs#viewerState',\n },\n },\n },\n generatorView: {\n type: 'object',\n required: ['uri', 'cid', 'did', 'creator', 'displayName', 'indexedAt'],\n properties: {\n uri: {\n type: 'string',\n format: 'at-uri',\n },\n cid: {\n type: 'string',\n format: 'cid',\n },\n did: {\n type: 'string',\n format: 'did',\n },\n creator: {\n type: 'ref',\n ref: 'lex:app.bsky.actor.defs#profileView',\n },\n displayName: {\n type: 'string',\n },\n description: {\n type: 'string',\n maxGraphemes: 300,\n maxLength: 3000,\n },\n descriptionFacets: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.richtext.facet',\n },\n },\n avatar: {\n type: 'string',\n format: 'uri',\n },\n likeCount: {\n type: 'integer',\n minimum: 0,\n },\n acceptsInteractions: {\n type: 'boolean',\n },\n labels: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:com.atproto.label.defs#label',\n },\n },\n viewer: {\n type: 'ref',\n ref: 'lex:app.bsky.feed.defs#generatorViewerState',\n },\n contentMode: {\n type: 'string',\n knownValues: [\n 'app.bsky.feed.defs#contentModeUnspecified',\n 'app.bsky.feed.defs#contentModeVideo',\n ],\n },\n indexedAt: {\n type: 'string',\n format: 'datetime',\n },\n },\n },\n generatorViewerState: {\n type: 'object',\n properties: {\n like: {\n type: 'string',\n format: 'at-uri',\n },\n },\n },\n skeletonFeedPost: {\n type: 'object',\n required: ['post'],\n properties: {\n post: {\n type: 'string',\n format: 'at-uri',\n },\n reason: {\n type: 'union',\n refs: [\n 'lex:app.bsky.feed.defs#skeletonReasonRepost',\n 'lex:app.bsky.feed.defs#skeletonReasonPin',\n ],\n },\n feedContext: {\n type: 'string',\n description:\n 'Context that will be passed through to client and may be passed to feed generator back alongside interactions.',\n maxLength: 2000,\n },\n },\n },\n skeletonReasonRepost: {\n type: 'object',\n required: ['repost'],\n properties: {\n repost: {\n type: 'string',\n format: 'at-uri',\n },\n },\n },\n skeletonReasonPin: {\n type: 'object',\n properties: {},\n },\n threadgateView: {\n type: 'object',\n properties: {\n uri: {\n type: 'string',\n format: 'at-uri',\n },\n cid: {\n type: 'string',\n format: 'cid',\n },\n record: {\n type: 'unknown',\n },\n lists: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.graph.defs#listViewBasic',\n },\n },\n },\n },\n interaction: {\n type: 'object',\n properties: {\n item: {\n type: 'string',\n format: 'at-uri',\n },\n event: {\n type: 'string',\n knownValues: [\n 'app.bsky.feed.defs#requestLess',\n 'app.bsky.feed.defs#requestMore',\n 'app.bsky.feed.defs#clickthroughItem',\n 'app.bsky.feed.defs#clickthroughAuthor',\n 'app.bsky.feed.defs#clickthroughReposter',\n 'app.bsky.feed.defs#clickthroughEmbed',\n 'app.bsky.feed.defs#interactionSeen',\n 'app.bsky.feed.defs#interactionLike',\n 'app.bsky.feed.defs#interactionRepost',\n 'app.bsky.feed.defs#interactionReply',\n 'app.bsky.feed.defs#interactionQuote',\n 'app.bsky.feed.defs#interactionShare',\n ],\n },\n feedContext: {\n type: 'string',\n description:\n 'Context on a feed item that was originally supplied by the feed generator on getFeedSkeleton.',\n maxLength: 2000,\n },\n reqId: {\n type: 'string',\n description:\n 'Unique identifier per request that may be passed back alongside interactions.',\n maxLength: 100,\n },\n },\n },\n requestLess: {\n type: 'token',\n description:\n 'Request that less content like the given feed item be shown in the feed',\n },\n requestMore: {\n type: 'token',\n description:\n 'Request that more content like the given feed item be shown in the feed',\n },\n clickthroughItem: {\n type: 'token',\n description: 'User clicked through to the feed item',\n },\n clickthroughAuthor: {\n type: 'token',\n description: 'User clicked through to the author of the feed item',\n },\n clickthroughReposter: {\n type: 'token',\n description: 'User clicked through to the reposter of the feed item',\n },\n clickthroughEmbed: {\n type: 'token',\n description:\n 'User clicked through to the embedded content of the feed item',\n },\n contentModeUnspecified: {\n type: 'token',\n description: 'Declares the feed generator returns any types of posts.',\n },\n contentModeVideo: {\n type: 'token',\n description:\n 'Declares the feed generator returns posts containing app.bsky.embed.video embeds.',\n },\n interactionSeen: {\n type: 'token',\n description: 'Feed item was seen by user',\n },\n interactionLike: {\n type: 'token',\n description: 'User liked the feed item',\n },\n interactionRepost: {\n type: 'token',\n description: 'User reposted the feed item',\n },\n interactionReply: {\n type: 'token',\n description: 'User replied to the feed item',\n },\n interactionQuote: {\n type: 'token',\n description: 'User quoted the feed item',\n },\n interactionShare: {\n type: 'token',\n description: 'User shared the feed item',\n },\n },\n },\n AppBskyFeedDescribeFeedGenerator: {\n lexicon: 1,\n id: 'app.bsky.feed.describeFeedGenerator',\n defs: {\n main: {\n type: 'query',\n description:\n 'Get information about a feed generator, including policies and offered feed URIs. Does not require auth; implemented by Feed Generator services (not App View).',\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['did', 'feeds'],\n properties: {\n did: {\n type: 'string',\n format: 'did',\n },\n feeds: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.feed.describeFeedGenerator#feed',\n },\n },\n links: {\n type: 'ref',\n ref: 'lex:app.bsky.feed.describeFeedGenerator#links',\n },\n },\n },\n },\n },\n feed: {\n type: 'object',\n required: ['uri'],\n properties: {\n uri: {\n type: 'string',\n format: 'at-uri',\n },\n },\n },\n links: {\n type: 'object',\n properties: {\n privacyPolicy: {\n type: 'string',\n },\n termsOfService: {\n type: 'string',\n },\n },\n },\n },\n },\n AppBskyFeedGenerator: {\n lexicon: 1,\n id: 'app.bsky.feed.generator',\n defs: {\n main: {\n type: 'record',\n description:\n 'Record declaring of the existence of a feed generator, and containing metadata about it. The record can exist in any repository.',\n key: 'any',\n record: {\n type: 'object',\n required: ['did', 'displayName', 'createdAt'],\n properties: {\n did: {\n type: 'string',\n format: 'did',\n },\n displayName: {\n type: 'string',\n maxGraphemes: 24,\n maxLength: 240,\n },\n description: {\n type: 'string',\n maxGraphemes: 300,\n maxLength: 3000,\n },\n descriptionFacets: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.richtext.facet',\n },\n },\n avatar: {\n type: 'blob',\n accept: ['image/png', 'image/jpeg'],\n maxSize: 1000000,\n },\n acceptsInteractions: {\n type: 'boolean',\n description:\n 'Declaration that a feed accepts feedback interactions from a client through app.bsky.feed.sendInteractions',\n },\n labels: {\n type: 'union',\n description: 'Self-label values',\n refs: ['lex:com.atproto.label.defs#selfLabels'],\n },\n contentMode: {\n type: 'string',\n knownValues: [\n 'app.bsky.feed.defs#contentModeUnspecified',\n 'app.bsky.feed.defs#contentModeVideo',\n ],\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n },\n },\n },\n },\n },\n },\n AppBskyFeedGetActorFeeds: {\n lexicon: 1,\n id: 'app.bsky.feed.getActorFeeds',\n defs: {\n main: {\n type: 'query',\n description:\n \"Get a list of feeds (feed generator records) created by the actor (in the actor's repo).\",\n parameters: {\n type: 'params',\n required: ['actor'],\n properties: {\n actor: {\n type: 'string',\n format: 'at-identifier',\n },\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 100,\n default: 50,\n },\n cursor: {\n type: 'string',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['feeds'],\n properties: {\n cursor: {\n type: 'string',\n },\n feeds: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.feed.defs#generatorView',\n },\n },\n },\n },\n },\n },\n },\n },\n AppBskyFeedGetActorLikes: {\n lexicon: 1,\n id: 'app.bsky.feed.getActorLikes',\n defs: {\n main: {\n type: 'query',\n description:\n 'Get a list of posts liked by an actor. Requires auth, actor must be the requesting account.',\n parameters: {\n type: 'params',\n required: ['actor'],\n properties: {\n actor: {\n type: 'string',\n format: 'at-identifier',\n },\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 100,\n default: 50,\n },\n cursor: {\n type: 'string',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['feed'],\n properties: {\n cursor: {\n type: 'string',\n },\n feed: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.feed.defs#feedViewPost',\n },\n },\n },\n },\n },\n errors: [\n {\n name: 'BlockedActor',\n },\n {\n name: 'BlockedByActor',\n },\n ],\n },\n },\n },\n AppBskyFeedGetAuthorFeed: {\n lexicon: 1,\n id: 'app.bsky.feed.getAuthorFeed',\n defs: {\n main: {\n type: 'query',\n description:\n \"Get a view of an actor's 'author feed' (post and reposts by the author). Does not require auth.\",\n parameters: {\n type: 'params',\n required: ['actor'],\n properties: {\n actor: {\n type: 'string',\n format: 'at-identifier',\n },\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 100,\n default: 50,\n },\n cursor: {\n type: 'string',\n },\n filter: {\n type: 'string',\n description:\n 'Combinations of post/repost types to include in response.',\n knownValues: [\n 'posts_with_replies',\n 'posts_no_replies',\n 'posts_with_media',\n 'posts_and_author_threads',\n 'posts_with_video',\n ],\n default: 'posts_with_replies',\n },\n includePins: {\n type: 'boolean',\n default: false,\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['feed'],\n properties: {\n cursor: {\n type: 'string',\n },\n feed: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.feed.defs#feedViewPost',\n },\n },\n },\n },\n },\n errors: [\n {\n name: 'BlockedActor',\n },\n {\n name: 'BlockedByActor',\n },\n ],\n },\n },\n },\n AppBskyFeedGetFeed: {\n lexicon: 1,\n id: 'app.bsky.feed.getFeed',\n defs: {\n main: {\n type: 'query',\n description:\n \"Get a hydrated feed from an actor's selected feed generator. Implemented by App View.\",\n parameters: {\n type: 'params',\n required: ['feed'],\n properties: {\n feed: {\n type: 'string',\n format: 'at-uri',\n },\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 100,\n default: 50,\n },\n cursor: {\n type: 'string',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['feed'],\n properties: {\n cursor: {\n type: 'string',\n },\n feed: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.feed.defs#feedViewPost',\n },\n },\n },\n },\n },\n errors: [\n {\n name: 'UnknownFeed',\n },\n ],\n },\n },\n },\n AppBskyFeedGetFeedGenerator: {\n lexicon: 1,\n id: 'app.bsky.feed.getFeedGenerator',\n defs: {\n main: {\n type: 'query',\n description:\n 'Get information about a feed generator. Implemented by AppView.',\n parameters: {\n type: 'params',\n required: ['feed'],\n properties: {\n feed: {\n type: 'string',\n format: 'at-uri',\n description: 'AT-URI of the feed generator record.',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['view', 'isOnline', 'isValid'],\n properties: {\n view: {\n type: 'ref',\n ref: 'lex:app.bsky.feed.defs#generatorView',\n },\n isOnline: {\n type: 'boolean',\n description:\n 'Indicates whether the feed generator service has been online recently, or else seems to be inactive.',\n },\n isValid: {\n type: 'boolean',\n description:\n 'Indicates whether the feed generator service is compatible with the record declaration.',\n },\n },\n },\n },\n },\n },\n },\n AppBskyFeedGetFeedGenerators: {\n lexicon: 1,\n id: 'app.bsky.feed.getFeedGenerators',\n defs: {\n main: {\n type: 'query',\n description: 'Get information about a list of feed generators.',\n parameters: {\n type: 'params',\n required: ['feeds'],\n properties: {\n feeds: {\n type: 'array',\n items: {\n type: 'string',\n format: 'at-uri',\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['feeds'],\n properties: {\n feeds: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.feed.defs#generatorView',\n },\n },\n },\n },\n },\n },\n },\n },\n AppBskyFeedGetFeedSkeleton: {\n lexicon: 1,\n id: 'app.bsky.feed.getFeedSkeleton',\n defs: {\n main: {\n type: 'query',\n description:\n 'Get a skeleton of a feed provided by a feed generator. Auth is optional, depending on provider requirements, and provides the DID of the requester. Implemented by Feed Generator Service.',\n parameters: {\n type: 'params',\n required: ['feed'],\n properties: {\n feed: {\n type: 'string',\n format: 'at-uri',\n description:\n 'Reference to feed generator record describing the specific feed being requested.',\n },\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 100,\n default: 50,\n },\n cursor: {\n type: 'string',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['feed'],\n properties: {\n cursor: {\n type: 'string',\n },\n feed: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.feed.defs#skeletonFeedPost',\n },\n },\n reqId: {\n type: 'string',\n description:\n 'Unique identifier per request that may be passed back alongside interactions.',\n maxLength: 100,\n },\n },\n },\n },\n errors: [\n {\n name: 'UnknownFeed',\n },\n ],\n },\n },\n },\n AppBskyFeedGetLikes: {\n lexicon: 1,\n id: 'app.bsky.feed.getLikes',\n defs: {\n main: {\n type: 'query',\n description:\n 'Get like records which reference a subject (by AT-URI and CID).',\n parameters: {\n type: 'params',\n required: ['uri'],\n properties: {\n uri: {\n type: 'string',\n format: 'at-uri',\n description: 'AT-URI of the subject (eg, a post record).',\n },\n cid: {\n type: 'string',\n format: 'cid',\n description:\n 'CID of the subject record (aka, specific version of record), to filter likes.',\n },\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 100,\n default: 50,\n },\n cursor: {\n type: 'string',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['uri', 'likes'],\n properties: {\n uri: {\n type: 'string',\n format: 'at-uri',\n },\n cid: {\n type: 'string',\n format: 'cid',\n },\n cursor: {\n type: 'string',\n },\n likes: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.feed.getLikes#like',\n },\n },\n },\n },\n },\n },\n like: {\n type: 'object',\n required: ['indexedAt', 'createdAt', 'actor'],\n properties: {\n indexedAt: {\n type: 'string',\n format: 'datetime',\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n },\n actor: {\n type: 'ref',\n ref: 'lex:app.bsky.actor.defs#profileView',\n },\n },\n },\n },\n },\n AppBskyFeedGetListFeed: {\n lexicon: 1,\n id: 'app.bsky.feed.getListFeed',\n defs: {\n main: {\n type: 'query',\n description:\n 'Get a feed of recent posts from a list (posts and reposts from any actors on the list). Does not require auth.',\n parameters: {\n type: 'params',\n required: ['list'],\n properties: {\n list: {\n type: 'string',\n format: 'at-uri',\n description: 'Reference (AT-URI) to the list record.',\n },\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 100,\n default: 50,\n },\n cursor: {\n type: 'string',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['feed'],\n properties: {\n cursor: {\n type: 'string',\n },\n feed: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.feed.defs#feedViewPost',\n },\n },\n },\n },\n },\n errors: [\n {\n name: 'UnknownList',\n },\n ],\n },\n },\n },\n AppBskyFeedGetPostThread: {\n lexicon: 1,\n id: 'app.bsky.feed.getPostThread',\n defs: {\n main: {\n type: 'query',\n description:\n 'Get posts in a thread. Does not require auth, but additional metadata and filtering will be applied for authed requests.',\n parameters: {\n type: 'params',\n required: ['uri'],\n properties: {\n uri: {\n type: 'string',\n format: 'at-uri',\n description: 'Reference (AT-URI) to post record.',\n },\n depth: {\n type: 'integer',\n description:\n 'How many levels of reply depth should be included in response.',\n default: 6,\n minimum: 0,\n maximum: 1000,\n },\n parentHeight: {\n type: 'integer',\n description:\n 'How many levels of parent (and grandparent, etc) post to include.',\n default: 80,\n minimum: 0,\n maximum: 1000,\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['thread'],\n properties: {\n thread: {\n type: 'union',\n refs: [\n 'lex:app.bsky.feed.defs#threadViewPost',\n 'lex:app.bsky.feed.defs#notFoundPost',\n 'lex:app.bsky.feed.defs#blockedPost',\n ],\n },\n threadgate: {\n type: 'ref',\n ref: 'lex:app.bsky.feed.defs#threadgateView',\n },\n },\n },\n },\n errors: [\n {\n name: 'NotFound',\n },\n ],\n },\n },\n },\n AppBskyFeedGetPosts: {\n lexicon: 1,\n id: 'app.bsky.feed.getPosts',\n defs: {\n main: {\n type: 'query',\n description:\n \"Gets post views for a specified list of posts (by AT-URI). This is sometimes referred to as 'hydrating' a 'feed skeleton'.\",\n parameters: {\n type: 'params',\n required: ['uris'],\n properties: {\n uris: {\n type: 'array',\n description: 'List of post AT-URIs to return hydrated views for.',\n items: {\n type: 'string',\n format: 'at-uri',\n },\n maxLength: 25,\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['posts'],\n properties: {\n posts: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.feed.defs#postView',\n },\n },\n },\n },\n },\n },\n },\n },\n AppBskyFeedGetQuotes: {\n lexicon: 1,\n id: 'app.bsky.feed.getQuotes',\n defs: {\n main: {\n type: 'query',\n description: 'Get a list of quotes for a given post.',\n parameters: {\n type: 'params',\n required: ['uri'],\n properties: {\n uri: {\n type: 'string',\n format: 'at-uri',\n description: 'Reference (AT-URI) of post record',\n },\n cid: {\n type: 'string',\n format: 'cid',\n description:\n 'If supplied, filters to quotes of specific version (by CID) of the post record.',\n },\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 100,\n default: 50,\n },\n cursor: {\n type: 'string',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['uri', 'posts'],\n properties: {\n uri: {\n type: 'string',\n format: 'at-uri',\n },\n cid: {\n type: 'string',\n format: 'cid',\n },\n cursor: {\n type: 'string',\n },\n posts: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.feed.defs#postView',\n },\n },\n },\n },\n },\n },\n },\n },\n AppBskyFeedGetRepostedBy: {\n lexicon: 1,\n id: 'app.bsky.feed.getRepostedBy',\n defs: {\n main: {\n type: 'query',\n description: 'Get a list of reposts for a given post.',\n parameters: {\n type: 'params',\n required: ['uri'],\n properties: {\n uri: {\n type: 'string',\n format: 'at-uri',\n description: 'Reference (AT-URI) of post record',\n },\n cid: {\n type: 'string',\n format: 'cid',\n description:\n 'If supplied, filters to reposts of specific version (by CID) of the post record.',\n },\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 100,\n default: 50,\n },\n cursor: {\n type: 'string',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['uri', 'repostedBy'],\n properties: {\n uri: {\n type: 'string',\n format: 'at-uri',\n },\n cid: {\n type: 'string',\n format: 'cid',\n },\n cursor: {\n type: 'string',\n },\n repostedBy: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.actor.defs#profileView',\n },\n },\n },\n },\n },\n },\n },\n },\n AppBskyFeedGetSuggestedFeeds: {\n lexicon: 1,\n id: 'app.bsky.feed.getSuggestedFeeds',\n defs: {\n main: {\n type: 'query',\n description:\n 'Get a list of suggested feeds (feed generators) for the requesting account.',\n parameters: {\n type: 'params',\n properties: {\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 100,\n default: 50,\n },\n cursor: {\n type: 'string',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['feeds'],\n properties: {\n cursor: {\n type: 'string',\n },\n feeds: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.feed.defs#generatorView',\n },\n },\n },\n },\n },\n },\n },\n },\n AppBskyFeedGetTimeline: {\n lexicon: 1,\n id: 'app.bsky.feed.getTimeline',\n defs: {\n main: {\n type: 'query',\n description:\n \"Get a view of the requesting account's home timeline. This is expected to be some form of reverse-chronological feed.\",\n parameters: {\n type: 'params',\n properties: {\n algorithm: {\n type: 'string',\n description:\n \"Variant 'algorithm' for timeline. Implementation-specific. NOTE: most feed flexibility has been moved to feed generator mechanism.\",\n },\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 100,\n default: 50,\n },\n cursor: {\n type: 'string',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['feed'],\n properties: {\n cursor: {\n type: 'string',\n },\n feed: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.feed.defs#feedViewPost',\n },\n },\n },\n },\n },\n },\n },\n },\n AppBskyFeedLike: {\n lexicon: 1,\n id: 'app.bsky.feed.like',\n defs: {\n main: {\n type: 'record',\n description: \"Record declaring a 'like' of a piece of subject content.\",\n key: 'tid',\n record: {\n type: 'object',\n required: ['subject', 'createdAt'],\n properties: {\n subject: {\n type: 'ref',\n ref: 'lex:com.atproto.repo.strongRef',\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n },\n via: {\n type: 'ref',\n ref: 'lex:com.atproto.repo.strongRef',\n },\n },\n },\n },\n },\n },\n AppBskyFeedPost: {\n lexicon: 1,\n id: 'app.bsky.feed.post',\n defs: {\n main: {\n type: 'record',\n description: 'Record containing a Bluesky post.',\n key: 'tid',\n record: {\n type: 'object',\n required: ['text', 'createdAt'],\n properties: {\n text: {\n type: 'string',\n maxLength: 3000,\n maxGraphemes: 300,\n description:\n 'The primary post content. May be an empty string, if there are embeds.',\n },\n entities: {\n type: 'array',\n description: 'DEPRECATED: replaced by app.bsky.richtext.facet.',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.feed.post#entity',\n },\n },\n facets: {\n type: 'array',\n description:\n 'Annotations of text (mentions, URLs, hashtags, etc)',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.richtext.facet',\n },\n },\n reply: {\n type: 'ref',\n ref: 'lex:app.bsky.feed.post#replyRef',\n },\n embed: {\n type: 'union',\n refs: [\n 'lex:app.bsky.embed.images',\n 'lex:app.bsky.embed.video',\n 'lex:app.bsky.embed.gallery',\n 'lex:app.bsky.embed.external',\n 'lex:app.bsky.embed.record',\n 'lex:app.bsky.embed.recordWithMedia',\n ],\n },\n langs: {\n type: 'array',\n description:\n 'Indicates human language of post primary text content.',\n maxLength: 3,\n items: {\n type: 'string',\n format: 'language',\n },\n },\n labels: {\n type: 'union',\n description:\n 'Self-label values for this post. Effectively content warnings.',\n refs: ['lex:com.atproto.label.defs#selfLabels'],\n },\n tags: {\n type: 'array',\n description:\n 'Additional hashtags, in addition to any included in post text and facets.',\n maxLength: 8,\n items: {\n type: 'string',\n maxLength: 640,\n maxGraphemes: 64,\n },\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n description:\n 'Client-declared timestamp when this post was originally created.',\n },\n },\n },\n },\n replyRef: {\n type: 'object',\n required: ['root', 'parent'],\n properties: {\n root: {\n type: 'ref',\n ref: 'lex:com.atproto.repo.strongRef',\n },\n parent: {\n type: 'ref',\n ref: 'lex:com.atproto.repo.strongRef',\n },\n },\n },\n entity: {\n type: 'object',\n description: 'Deprecated: use facets instead.',\n required: ['index', 'type', 'value'],\n properties: {\n index: {\n type: 'ref',\n ref: 'lex:app.bsky.feed.post#textSlice',\n },\n type: {\n type: 'string',\n description: \"Expected values are 'mention' and 'link'.\",\n },\n value: {\n type: 'string',\n },\n },\n },\n textSlice: {\n type: 'object',\n description:\n 'Deprecated. Use app.bsky.richtext instead -- A text segment. Start is inclusive, end is exclusive. Indices are for utf16-encoded strings.',\n required: ['start', 'end'],\n properties: {\n start: {\n type: 'integer',\n minimum: 0,\n },\n end: {\n type: 'integer',\n minimum: 0,\n },\n },\n },\n },\n },\n AppBskyFeedPostgate: {\n lexicon: 1,\n id: 'app.bsky.feed.postgate',\n defs: {\n main: {\n type: 'record',\n key: 'tid',\n description:\n 'Record defining interaction rules for a post. The record key (rkey) of the postgate record must match the record key of the post, and that record must be in the same repository.',\n record: {\n type: 'object',\n required: ['post', 'createdAt'],\n properties: {\n createdAt: {\n type: 'string',\n format: 'datetime',\n },\n post: {\n type: 'string',\n format: 'at-uri',\n description: 'Reference (AT-URI) to the post record.',\n },\n detachedEmbeddingUris: {\n type: 'array',\n maxLength: 50,\n items: {\n type: 'string',\n format: 'at-uri',\n },\n description:\n 'List of AT-URIs embedding this post that the author has detached from.',\n },\n embeddingRules: {\n description:\n 'List of rules defining who can embed this post. If value is an empty array or is undefined, no particular rules apply and anyone can embed.',\n type: 'array',\n maxLength: 5,\n items: {\n type: 'union',\n refs: ['lex:app.bsky.feed.postgate#disableRule'],\n },\n },\n },\n },\n },\n disableRule: {\n type: 'object',\n description: 'Disables embedding of this post.',\n properties: {},\n },\n },\n },\n AppBskyFeedRepost: {\n lexicon: 1,\n id: 'app.bsky.feed.repost',\n defs: {\n main: {\n description:\n \"Record representing a 'repost' of an existing Bluesky post.\",\n type: 'record',\n key: 'tid',\n record: {\n type: 'object',\n required: ['subject', 'createdAt'],\n properties: {\n subject: {\n type: 'ref',\n ref: 'lex:com.atproto.repo.strongRef',\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n },\n via: {\n type: 'ref',\n ref: 'lex:com.atproto.repo.strongRef',\n },\n },\n },\n },\n },\n },\n AppBskyFeedSearchPosts: {\n lexicon: 1,\n id: 'app.bsky.feed.searchPosts',\n defs: {\n main: {\n type: 'query',\n description:\n 'Find posts matching search criteria, returning views of those posts. Note that this API endpoint may require authentication (eg, not public) for some service providers and implementations.',\n parameters: {\n type: 'params',\n required: ['q'],\n properties: {\n q: {\n type: 'string',\n description:\n 'Search query string; syntax, phrase, boolean, and faceting is unspecified, but Lucene query syntax is recommended.',\n },\n sort: {\n type: 'string',\n knownValues: ['top', 'latest'],\n default: 'latest',\n description: 'Specifies the ranking order of results.',\n },\n since: {\n type: 'string',\n description:\n \"Filter results for posts after the indicated datetime (inclusive). Expected to use 'sortAt' timestamp, which may not match 'createdAt'. Can be a datetime, or just an ISO date (YYYY-MM-DD).\",\n },\n until: {\n type: 'string',\n description:\n \"Filter results for posts before the indicated datetime (not inclusive). Expected to use 'sortAt' timestamp, which may not match 'createdAt'. Can be a datetime, or just an ISO date (YYY-MM-DD).\",\n },\n mentions: {\n type: 'string',\n format: 'at-identifier',\n description:\n 'Filter to posts which mention the given account. Handles are resolved to DID before query-time. Only matches rich-text facet mentions.',\n },\n author: {\n type: 'string',\n format: 'at-identifier',\n description:\n 'Filter to posts by the given account. Handles are resolved to DID before query-time.',\n },\n lang: {\n type: 'string',\n format: 'language',\n description:\n 'Filter to posts in the given language. Expected to be based on post language field, though server may override language detection.',\n },\n domain: {\n type: 'string',\n description:\n 'Filter to posts with URLs (facet links or embeds) linking to the given domain (hostname). Server may apply hostname normalization.',\n },\n url: {\n type: 'string',\n format: 'uri',\n description:\n 'Filter to posts with links (facet links or embeds) pointing to this URL. Server may apply URL normalization or fuzzy matching.',\n },\n tag: {\n type: 'array',\n items: {\n type: 'string',\n maxLength: 640,\n maxGraphemes: 64,\n },\n description:\n \"Filter to posts with the given tag (hashtag), based on rich-text facet or tag field. Do not include the hash (#) prefix. Multiple tags can be specified, with 'AND' matching.\",\n },\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 100,\n default: 25,\n },\n cursor: {\n type: 'string',\n description:\n 'Optional pagination mechanism; may not necessarily allow scrolling through entire result set.',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['posts'],\n properties: {\n cursor: {\n type: 'string',\n },\n hitsTotal: {\n type: 'integer',\n description:\n 'Count of search hits. Optional, may be rounded/truncated, and may not be possible to paginate through all hits.',\n },\n posts: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.feed.defs#postView',\n },\n },\n },\n },\n },\n errors: [\n {\n name: 'BadQueryString',\n },\n ],\n },\n },\n },\n AppBskyFeedSearchPostsV2: {\n lexicon: 1,\n id: 'app.bsky.feed.searchPostsV2',\n defs: {\n main: {\n type: 'query',\n description:\n 'Find posts matching a search query or filters, returning search hits for matching post records.',\n parameters: {\n type: 'params',\n required: [],\n properties: {\n cursor: {\n type: 'string',\n description: 'Optional pagination cursor.',\n },\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 100,\n default: 25,\n description: 'Maximum number of results to return.',\n },\n query: {\n type: 'string',\n description:\n 'Search query string. A query or at least one filter is required.',\n },\n sort: {\n type: 'string',\n knownValues: ['recent', 'top'],\n description:\n \"Ranking order for results. 'recent' sorts by recency; 'top' uses search ranking.\",\n },\n authors: {\n type: 'array',\n items: {\n type: 'string',\n format: 'at-identifier',\n },\n description:\n 'Include posts by any of these authors. Handles are resolved to DIDs before searching.',\n },\n mentions: {\n type: 'array',\n items: {\n type: 'string',\n format: 'at-identifier',\n },\n description:\n 'Include posts that mention any of these accounts. Handles are resolved to DIDs before searching.',\n },\n domains: {\n type: 'array',\n items: {\n type: 'string',\n },\n description: 'Include posts that link to any of these domains.',\n },\n urls: {\n type: 'array',\n items: {\n type: 'string',\n format: 'uri',\n },\n description: 'Include posts that link to any of these URLs.',\n },\n embeddedAtUris: {\n type: 'array',\n items: {\n type: 'string',\n format: 'at-uri',\n },\n description: 'Include posts that embed any of these AT URIs.',\n },\n hashtags: {\n type: 'array',\n items: {\n type: 'string',\n maxLength: 640,\n maxGraphemes: 64,\n },\n description:\n 'Include posts tagged with any of these hashtags. Do not include the hash (#) prefix.',\n },\n excludeAuthors: {\n type: 'array',\n items: {\n type: 'string',\n format: 'at-identifier',\n },\n description:\n 'Exclude posts by any of these authors. Handles are resolved to DIDs before searching.',\n },\n excludeMentions: {\n type: 'array',\n items: {\n type: 'string',\n format: 'at-identifier',\n },\n description:\n 'Exclude posts that mention any of these accounts. Handles are resolved to DIDs before searching.',\n },\n excludeDomains: {\n type: 'array',\n items: {\n type: 'string',\n },\n description: 'Exclude posts that link to any of these domains.',\n },\n excludeUrls: {\n type: 'array',\n items: {\n type: 'string',\n format: 'uri',\n },\n description: 'Exclude posts that link to any of these URLs.',\n },\n excludeEmbeddedAtUris: {\n type: 'array',\n items: {\n type: 'string',\n format: 'at-uri',\n },\n description: 'Exclude posts that embed any of these AT URIs.',\n },\n excludeHashtags: {\n type: 'array',\n items: {\n type: 'string',\n maxLength: 640,\n maxGraphemes: 64,\n },\n description:\n 'Exclude posts tagged with any of these hashtags. Do not include the hash (#) prefix.',\n },\n since: {\n type: 'string',\n description:\n 'Include posts indexed at or after this timestamp. Can be a datetime, or just an ISO date (YYYY-MM-DD).',\n },\n until: {\n type: 'string',\n description:\n 'Include posts indexed before this timestamp. Defaults to the current time. Can be a datetime, or just an ISO date (YYYY-MM-DD).',\n },\n allTime: {\n type: 'boolean',\n description:\n 'Search the full index instead of the recent-post window.',\n },\n languages: {\n type: 'array',\n items: {\n type: 'string',\n format: 'language',\n },\n description:\n 'Include posts whose language matches any of these language codes.',\n },\n excludeLanguages: {\n type: 'array',\n items: {\n type: 'string',\n format: 'language',\n },\n description:\n 'Exclude posts whose language matches any of these language codes.',\n },\n hasMedia: {\n type: 'boolean',\n description: 'Include only posts with media.',\n },\n hasVideo: {\n type: 'boolean',\n description: 'Include only posts with video.',\n },\n replyParentUri: {\n type: 'string',\n format: 'at-uri',\n description:\n 'Include only direct replies to this parent post URI.',\n },\n threadRootUri: {\n type: 'string',\n format: 'at-uri',\n description:\n 'Include only posts in the thread rooted at this post URI.',\n },\n excludeReplies: {\n type: 'boolean',\n description:\n 'Exclude replies from results. Mutually exclusive with repliesOnly.',\n },\n repliesOnly: {\n type: 'boolean',\n description:\n 'Include only replies. Mutually exclusive with excludeReplies.',\n },\n following: {\n type: 'boolean',\n description:\n 'Include only posts from accounts followed by the viewer.',\n },\n queryLanguage: {\n type: 'string',\n knownValues: ['ja', 'zh', 'ko', 'th', 'ar'],\n description:\n 'Language analyzer hint for the query text. If unset, the server auto-detects when possible.',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['posts'],\n properties: {\n cursor: {\n type: 'string',\n description: 'Cursor for the next page of results.',\n },\n hitsTotal: {\n type: 'integer',\n description:\n 'Estimated total number of matching hits. May be rounded or truncated.',\n },\n posts: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.feed.defs#postView',\n },\n description: 'Hydrated views of matching posts.',\n },\n detectedQueryLanguages: {\n type: 'array',\n items: {\n type: 'string',\n knownValues: ['ja', 'zh', 'ko', 'th', 'ar'],\n },\n description:\n 'Query languages detected for CJK, Thai, or Arabic text. Empty or omitted for other scripts.',\n },\n },\n },\n },\n errors: [\n {\n name: 'BadQueryString',\n },\n ],\n },\n },\n },\n AppBskyFeedSendInteractions: {\n lexicon: 1,\n id: 'app.bsky.feed.sendInteractions',\n defs: {\n main: {\n type: 'procedure',\n description:\n 'Send information about interactions with feed items back to the feed generator that served them.',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['interactions'],\n properties: {\n feed: {\n type: 'string',\n format: 'at-uri',\n },\n interactions: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.feed.defs#interaction',\n },\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n properties: {},\n },\n },\n },\n },\n },\n AppBskyFeedThreadgate: {\n lexicon: 1,\n id: 'app.bsky.feed.threadgate',\n defs: {\n main: {\n type: 'record',\n key: 'tid',\n description:\n \"Record defining interaction gating rules for a thread (aka, reply controls). The record key (rkey) of the threadgate record must match the record key of the thread's root post, and that record must be in the same repository.\",\n record: {\n type: 'object',\n required: ['post', 'createdAt'],\n properties: {\n post: {\n type: 'string',\n format: 'at-uri',\n description: 'Reference (AT-URI) to the post record.',\n },\n allow: {\n description:\n 'List of rules defining who can reply to this post. If value is an empty array, no one can reply. If value is undefined, anyone can reply.',\n type: 'array',\n maxLength: 5,\n items: {\n type: 'union',\n refs: [\n 'lex:app.bsky.feed.threadgate#mentionRule',\n 'lex:app.bsky.feed.threadgate#followerRule',\n 'lex:app.bsky.feed.threadgate#followingRule',\n 'lex:app.bsky.feed.threadgate#listRule',\n ],\n },\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n },\n hiddenReplies: {\n type: 'array',\n maxLength: 300,\n items: {\n type: 'string',\n format: 'at-uri',\n },\n description: 'List of hidden reply URIs.',\n },\n },\n },\n },\n mentionRule: {\n type: 'object',\n description: 'Allow replies from actors mentioned in your post.',\n properties: {},\n },\n followerRule: {\n type: 'object',\n description: 'Allow replies from actors who follow you.',\n properties: {},\n },\n followingRule: {\n type: 'object',\n description: 'Allow replies from actors you follow.',\n properties: {},\n },\n listRule: {\n type: 'object',\n description: 'Allow replies from actors on a list.',\n required: ['list'],\n properties: {\n list: {\n type: 'string',\n format: 'at-uri',\n },\n },\n },\n },\n },\n AppBskyGraphBlock: {\n lexicon: 1,\n id: 'app.bsky.graph.block',\n defs: {\n main: {\n type: 'record',\n description:\n \"Record declaring a 'block' relationship against another account. NOTE: blocks are public in Bluesky; see blog posts for details.\",\n key: 'tid',\n record: {\n type: 'object',\n required: ['subject', 'createdAt'],\n properties: {\n subject: {\n type: 'string',\n format: 'did',\n description: 'DID of the account to be blocked.',\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n },\n },\n },\n },\n },\n },\n AppBskyGraphDefs: {\n lexicon: 1,\n id: 'app.bsky.graph.defs',\n defs: {\n listViewBasic: {\n type: 'object',\n required: ['uri', 'cid', 'name', 'purpose'],\n properties: {\n uri: {\n type: 'string',\n format: 'at-uri',\n },\n cid: {\n type: 'string',\n format: 'cid',\n },\n name: {\n type: 'string',\n maxLength: 64,\n minLength: 1,\n },\n purpose: {\n type: 'ref',\n ref: 'lex:app.bsky.graph.defs#listPurpose',\n },\n avatar: {\n type: 'string',\n format: 'uri',\n },\n listItemCount: {\n type: 'integer',\n minimum: 0,\n },\n labels: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:com.atproto.label.defs#label',\n },\n },\n viewer: {\n type: 'ref',\n ref: 'lex:app.bsky.graph.defs#listViewerState',\n },\n indexedAt: {\n type: 'string',\n format: 'datetime',\n },\n },\n },\n listView: {\n type: 'object',\n required: ['uri', 'cid', 'creator', 'name', 'purpose', 'indexedAt'],\n properties: {\n uri: {\n type: 'string',\n format: 'at-uri',\n },\n cid: {\n type: 'string',\n format: 'cid',\n },\n creator: {\n type: 'ref',\n ref: 'lex:app.bsky.actor.defs#profileView',\n },\n name: {\n type: 'string',\n maxLength: 64,\n minLength: 1,\n },\n purpose: {\n type: 'ref',\n ref: 'lex:app.bsky.graph.defs#listPurpose',\n },\n description: {\n type: 'string',\n maxGraphemes: 300,\n maxLength: 3000,\n },\n descriptionFacets: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.richtext.facet',\n },\n },\n avatar: {\n type: 'string',\n format: 'uri',\n },\n listItemCount: {\n type: 'integer',\n minimum: 0,\n },\n labels: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:com.atproto.label.defs#label',\n },\n },\n viewer: {\n type: 'ref',\n ref: 'lex:app.bsky.graph.defs#listViewerState',\n },\n indexedAt: {\n type: 'string',\n format: 'datetime',\n },\n },\n },\n listItemView: {\n type: 'object',\n required: ['uri', 'subject'],\n properties: {\n uri: {\n type: 'string',\n format: 'at-uri',\n },\n subject: {\n type: 'ref',\n ref: 'lex:app.bsky.actor.defs#profileView',\n },\n },\n },\n starterPackView: {\n type: 'object',\n required: ['uri', 'cid', 'record', 'creator', 'indexedAt'],\n properties: {\n uri: {\n type: 'string',\n format: 'at-uri',\n },\n cid: {\n type: 'string',\n format: 'cid',\n },\n record: {\n type: 'unknown',\n },\n creator: {\n type: 'ref',\n ref: 'lex:app.bsky.actor.defs#profileViewBasic',\n },\n list: {\n type: 'ref',\n ref: 'lex:app.bsky.graph.defs#listViewBasic',\n },\n listItemsSample: {\n type: 'array',\n maxLength: 12,\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.graph.defs#listItemView',\n },\n },\n feeds: {\n type: 'array',\n maxLength: 3,\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.feed.defs#generatorView',\n },\n },\n joinedWeekCount: {\n type: 'integer',\n minimum: 0,\n },\n joinedAllTimeCount: {\n type: 'integer',\n minimum: 0,\n },\n labels: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:com.atproto.label.defs#label',\n },\n },\n indexedAt: {\n type: 'string',\n format: 'datetime',\n },\n },\n },\n starterPackViewBasic: {\n type: 'object',\n required: ['uri', 'cid', 'record', 'creator', 'indexedAt'],\n properties: {\n uri: {\n type: 'string',\n format: 'at-uri',\n },\n cid: {\n type: 'string',\n format: 'cid',\n },\n record: {\n type: 'unknown',\n },\n creator: {\n type: 'ref',\n ref: 'lex:app.bsky.actor.defs#profileViewBasic',\n },\n listItemCount: {\n type: 'integer',\n minimum: 0,\n },\n joinedWeekCount: {\n type: 'integer',\n minimum: 0,\n },\n joinedAllTimeCount: {\n type: 'integer',\n minimum: 0,\n },\n labels: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:com.atproto.label.defs#label',\n },\n },\n indexedAt: {\n type: 'string',\n format: 'datetime',\n },\n },\n },\n listPurpose: {\n type: 'string',\n knownValues: [\n 'app.bsky.graph.defs#modlist',\n 'app.bsky.graph.defs#curatelist',\n 'app.bsky.graph.defs#referencelist',\n ],\n },\n modlist: {\n type: 'token',\n description:\n 'A list of actors to apply an aggregate moderation action (mute/block) on.',\n },\n curatelist: {\n type: 'token',\n description:\n 'A list of actors used for curation purposes such as list feeds or interaction gating.',\n },\n referencelist: {\n type: 'token',\n description:\n 'A list of actors used for only for reference purposes such as within a starter pack.',\n },\n listViewerState: {\n type: 'object',\n properties: {\n muted: {\n type: 'boolean',\n },\n blocked: {\n type: 'string',\n format: 'at-uri',\n },\n },\n },\n notFoundActor: {\n type: 'object',\n description: 'indicates that a handle or DID could not be resolved',\n required: ['actor', 'notFound'],\n properties: {\n actor: {\n type: 'string',\n format: 'at-identifier',\n },\n notFound: {\n type: 'boolean',\n const: true,\n },\n },\n },\n relationship: {\n type: 'object',\n description:\n 'lists the bi-directional graph relationships between one actor (not indicated in the object), and the target actors (the DID included in the object)',\n required: ['did'],\n properties: {\n did: {\n type: 'string',\n format: 'did',\n },\n following: {\n type: 'string',\n format: 'at-uri',\n description:\n 'if the actor follows this DID, this is the AT-URI of the follow record',\n },\n followedBy: {\n type: 'string',\n format: 'at-uri',\n description:\n 'if the actor is followed by this DID, contains the AT-URI of the follow record',\n },\n blocking: {\n type: 'string',\n format: 'at-uri',\n description:\n 'if the actor blocks this DID, this is the AT-URI of the block record',\n },\n blockedBy: {\n type: 'string',\n format: 'at-uri',\n description:\n 'if the actor is blocked by this DID, contains the AT-URI of the block record',\n },\n blockingByList: {\n type: 'string',\n format: 'at-uri',\n description:\n 'if the actor blocks this DID via a block list, this is the AT-URI of the listblock record',\n },\n blockedByList: {\n type: 'string',\n format: 'at-uri',\n description:\n 'if the actor is blocked by this DID via a block list, contains the AT-URI of the listblock record',\n },\n },\n },\n },\n },\n AppBskyGraphFollow: {\n lexicon: 1,\n id: 'app.bsky.graph.follow',\n defs: {\n main: {\n type: 'record',\n description:\n \"Record declaring a social 'follow' relationship of another account. Duplicate follows will be ignored by the AppView.\",\n key: 'tid',\n record: {\n type: 'object',\n required: ['subject', 'createdAt'],\n properties: {\n subject: {\n type: 'string',\n format: 'did',\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n },\n via: {\n type: 'ref',\n ref: 'lex:com.atproto.repo.strongRef',\n },\n },\n },\n },\n },\n },\n AppBskyGraphGetActorStarterPacks: {\n lexicon: 1,\n id: 'app.bsky.graph.getActorStarterPacks',\n defs: {\n main: {\n type: 'query',\n description: 'Get a list of starter packs created by the actor.',\n parameters: {\n type: 'params',\n required: ['actor'],\n properties: {\n actor: {\n type: 'string',\n format: 'at-identifier',\n },\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 100,\n default: 50,\n },\n cursor: {\n type: 'string',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['starterPacks'],\n properties: {\n cursor: {\n type: 'string',\n },\n starterPacks: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.graph.defs#starterPackViewBasic',\n },\n },\n },\n },\n },\n },\n },\n },\n AppBskyGraphGetBlocks: {\n lexicon: 1,\n id: 'app.bsky.graph.getBlocks',\n defs: {\n main: {\n type: 'query',\n description:\n 'Enumerates which accounts the requesting account is currently blocking. Requires auth.',\n parameters: {\n type: 'params',\n properties: {\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 100,\n default: 50,\n },\n cursor: {\n type: 'string',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['blocks'],\n properties: {\n cursor: {\n type: 'string',\n },\n blocks: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.actor.defs#profileView',\n },\n },\n },\n },\n },\n },\n },\n },\n AppBskyGraphGetFollowers: {\n lexicon: 1,\n id: 'app.bsky.graph.getFollowers',\n defs: {\n main: {\n type: 'query',\n description:\n 'Enumerates accounts which follow a specified account (actor).',\n parameters: {\n type: 'params',\n required: ['actor'],\n properties: {\n actor: {\n type: 'string',\n format: 'at-identifier',\n },\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 100,\n default: 50,\n },\n cursor: {\n type: 'string',\n },\n sort: {\n type: 'string',\n knownValues: ['latest', 'top'],\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['subject', 'followers'],\n properties: {\n subject: {\n type: 'ref',\n ref: 'lex:app.bsky.actor.defs#profileView',\n },\n cursor: {\n type: 'string',\n },\n followers: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.actor.defs#profileView',\n },\n },\n },\n },\n },\n },\n },\n },\n AppBskyGraphGetFollows: {\n lexicon: 1,\n id: 'app.bsky.graph.getFollows',\n defs: {\n main: {\n type: 'query',\n description:\n 'Enumerates accounts which a specified account (actor) follows.',\n parameters: {\n type: 'params',\n required: ['actor'],\n properties: {\n actor: {\n type: 'string',\n format: 'at-identifier',\n },\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 100,\n default: 50,\n },\n cursor: {\n type: 'string',\n },\n sort: {\n type: 'string',\n knownValues: ['latest', 'top'],\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['subject', 'follows'],\n properties: {\n subject: {\n type: 'ref',\n ref: 'lex:app.bsky.actor.defs#profileView',\n },\n cursor: {\n type: 'string',\n },\n follows: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.actor.defs#profileView',\n },\n },\n },\n },\n },\n },\n },\n },\n AppBskyGraphGetKnownFollowers: {\n lexicon: 1,\n id: 'app.bsky.graph.getKnownFollowers',\n defs: {\n main: {\n type: 'query',\n description:\n 'Enumerates accounts which follow a specified account (actor) and are followed by the viewer.',\n parameters: {\n type: 'params',\n required: ['actor'],\n properties: {\n actor: {\n type: 'string',\n format: 'at-identifier',\n },\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 100,\n default: 50,\n },\n cursor: {\n type: 'string',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['subject', 'followers'],\n properties: {\n subject: {\n type: 'ref',\n ref: 'lex:app.bsky.actor.defs#profileView',\n },\n cursor: {\n type: 'string',\n },\n followers: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.actor.defs#profileView',\n },\n },\n },\n },\n },\n },\n },\n },\n AppBskyGraphGetList: {\n lexicon: 1,\n id: 'app.bsky.graph.getList',\n defs: {\n main: {\n type: 'query',\n description:\n \"Gets a 'view' (with additional context) of a specified list.\",\n parameters: {\n type: 'params',\n required: ['list'],\n properties: {\n list: {\n type: 'string',\n format: 'at-uri',\n description: 'Reference (AT-URI) of the list record to hydrate.',\n },\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 100,\n default: 50,\n },\n cursor: {\n type: 'string',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['list', 'items'],\n properties: {\n cursor: {\n type: 'string',\n },\n list: {\n type: 'ref',\n ref: 'lex:app.bsky.graph.defs#listView',\n },\n items: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.graph.defs#listItemView',\n },\n },\n },\n },\n },\n },\n },\n },\n AppBskyGraphGetListBlocks: {\n lexicon: 1,\n id: 'app.bsky.graph.getListBlocks',\n defs: {\n main: {\n type: 'query',\n description:\n 'Get mod lists that the requesting account (actor) is blocking. Requires auth.',\n parameters: {\n type: 'params',\n properties: {\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 100,\n default: 50,\n },\n cursor: {\n type: 'string',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['lists'],\n properties: {\n cursor: {\n type: 'string',\n },\n lists: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.graph.defs#listView',\n },\n },\n },\n },\n },\n },\n },\n },\n AppBskyGraphGetListMutes: {\n lexicon: 1,\n id: 'app.bsky.graph.getListMutes',\n defs: {\n main: {\n type: 'query',\n description:\n 'Enumerates mod lists that the requesting account (actor) currently has muted. Requires auth.',\n parameters: {\n type: 'params',\n properties: {\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 100,\n default: 50,\n },\n cursor: {\n type: 'string',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['lists'],\n properties: {\n cursor: {\n type: 'string',\n },\n lists: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.graph.defs#listView',\n },\n },\n },\n },\n },\n },\n },\n },\n AppBskyGraphGetLists: {\n lexicon: 1,\n id: 'app.bsky.graph.getLists',\n defs: {\n main: {\n type: 'query',\n description:\n 'Enumerates the lists created by a specified account (actor).',\n parameters: {\n type: 'params',\n required: ['actor'],\n properties: {\n actor: {\n type: 'string',\n format: 'at-identifier',\n description: 'The account (actor) to enumerate lists from.',\n },\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 100,\n default: 50,\n },\n cursor: {\n type: 'string',\n },\n purposes: {\n type: 'array',\n description:\n 'Optional filter by list purpose. If not specified, all supported types are returned.',\n items: {\n type: 'string',\n knownValues: ['modlist', 'curatelist'],\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['lists'],\n properties: {\n cursor: {\n type: 'string',\n },\n lists: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.graph.defs#listView',\n },\n },\n },\n },\n },\n },\n },\n },\n AppBskyGraphGetListsWithMembership: {\n lexicon: 1,\n id: 'app.bsky.graph.getListsWithMembership',\n defs: {\n main: {\n type: 'query',\n description:\n 'Enumerates the lists created by the session user, and includes membership information about `actor` in those lists. Only supports curation and moderation lists (no reference lists, used in starter packs). Requires auth.',\n parameters: {\n type: 'params',\n required: ['actor'],\n properties: {\n actor: {\n type: 'string',\n format: 'at-identifier',\n description: 'The account (actor) to check for membership.',\n },\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 100,\n default: 50,\n },\n cursor: {\n type: 'string',\n },\n purposes: {\n type: 'array',\n description:\n 'Optional filter by list purpose. If not specified, all supported types are returned.',\n items: {\n type: 'string',\n knownValues: ['modlist', 'curatelist'],\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['listsWithMembership'],\n properties: {\n cursor: {\n type: 'string',\n },\n listsWithMembership: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.graph.getListsWithMembership#listWithMembership',\n },\n },\n },\n },\n },\n },\n listWithMembership: {\n description:\n 'A list and an optional list item indicating membership of a target user to that list.',\n type: 'object',\n required: ['list'],\n properties: {\n list: {\n type: 'ref',\n ref: 'lex:app.bsky.graph.defs#listView',\n },\n listItem: {\n type: 'ref',\n ref: 'lex:app.bsky.graph.defs#listItemView',\n },\n },\n },\n },\n },\n AppBskyGraphGetMutes: {\n lexicon: 1,\n id: 'app.bsky.graph.getMutes',\n defs: {\n main: {\n type: 'query',\n description:\n 'Enumerates accounts that the requesting account (actor) currently has fully muted. Mutes scoped to specific kinds of content (only reposts, only quote posts) are not included. Responses may contain more items than the requested limit. Requires auth.',\n parameters: {\n type: 'params',\n properties: {\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 100,\n default: 50,\n },\n cursor: {\n type: 'string',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['mutes'],\n properties: {\n cursor: {\n type: 'string',\n },\n mutes: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.actor.defs#profileView',\n },\n },\n },\n },\n },\n },\n },\n },\n AppBskyGraphGetRelationships: {\n lexicon: 1,\n id: 'app.bsky.graph.getRelationships',\n defs: {\n main: {\n type: 'query',\n description:\n 'Enumerates public relationships between one account, and a list of other accounts. Does not require auth.',\n parameters: {\n type: 'params',\n required: ['actor'],\n properties: {\n actor: {\n type: 'string',\n format: 'at-identifier',\n description: 'Primary account requesting relationships for.',\n },\n others: {\n type: 'array',\n description:\n \"List of 'other' accounts to be related back to the primary.\",\n maxLength: 30,\n items: {\n type: 'string',\n format: 'at-identifier',\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['relationships'],\n properties: {\n actor: {\n type: 'string',\n format: 'did',\n },\n relationships: {\n type: 'array',\n items: {\n type: 'union',\n refs: [\n 'lex:app.bsky.graph.defs#relationship',\n 'lex:app.bsky.graph.defs#notFoundActor',\n ],\n },\n },\n },\n },\n },\n errors: [\n {\n name: 'ActorNotFound',\n description:\n 'the primary actor at-identifier could not be resolved',\n },\n ],\n },\n },\n },\n AppBskyGraphGetStarterPack: {\n lexicon: 1,\n id: 'app.bsky.graph.getStarterPack',\n defs: {\n main: {\n type: 'query',\n description: 'Gets a view of a starter pack.',\n parameters: {\n type: 'params',\n required: ['starterPack'],\n properties: {\n starterPack: {\n type: 'string',\n format: 'at-uri',\n description: 'Reference (AT-URI) of the starter pack record.',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['starterPack'],\n properties: {\n starterPack: {\n type: 'ref',\n ref: 'lex:app.bsky.graph.defs#starterPackView',\n },\n },\n },\n },\n },\n },\n },\n AppBskyGraphGetStarterPacks: {\n lexicon: 1,\n id: 'app.bsky.graph.getStarterPacks',\n defs: {\n main: {\n type: 'query',\n description: 'Get views for a list of starter packs.',\n parameters: {\n type: 'params',\n required: ['uris'],\n properties: {\n uris: {\n type: 'array',\n items: {\n type: 'string',\n format: 'at-uri',\n },\n maxLength: 25,\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['starterPacks'],\n properties: {\n starterPacks: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.graph.defs#starterPackViewBasic',\n },\n },\n },\n },\n },\n },\n },\n },\n AppBskyGraphGetStarterPacksWithMembership: {\n lexicon: 1,\n id: 'app.bsky.graph.getStarterPacksWithMembership',\n defs: {\n main: {\n type: 'query',\n description:\n 'Enumerates the starter packs created by the session user, and includes membership information about `actor` in those starter packs. Requires auth.',\n parameters: {\n type: 'params',\n required: ['actor'],\n properties: {\n actor: {\n type: 'string',\n format: 'at-identifier',\n description: 'The account (actor) to check for membership.',\n },\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 100,\n default: 50,\n },\n cursor: {\n type: 'string',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['starterPacksWithMembership'],\n properties: {\n cursor: {\n type: 'string',\n },\n starterPacksWithMembership: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.graph.getStarterPacksWithMembership#starterPackWithMembership',\n },\n },\n },\n },\n },\n },\n starterPackWithMembership: {\n description:\n 'A starter pack and an optional list item indicating membership of a target user to that starter pack.',\n type: 'object',\n required: ['starterPack'],\n properties: {\n starterPack: {\n type: 'ref',\n ref: 'lex:app.bsky.graph.defs#starterPackView',\n },\n listItem: {\n type: 'ref',\n ref: 'lex:app.bsky.graph.defs#listItemView',\n },\n },\n },\n },\n },\n AppBskyGraphGetSuggestedFollowsByActor: {\n lexicon: 1,\n id: 'app.bsky.graph.getSuggestedFollowsByActor',\n defs: {\n main: {\n type: 'query',\n description:\n 'Enumerates follows similar to a given account (actor). Expected use is to recommend additional accounts immediately after following one account.',\n parameters: {\n type: 'params',\n required: ['actor'],\n properties: {\n actor: {\n type: 'string',\n format: 'at-identifier',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['suggestions'],\n properties: {\n suggestions: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.actor.defs#profileView',\n },\n },\n recIdStr: {\n type: 'string',\n description:\n 'Snowflake for this recommendation, use when submitting recommendation events.',\n },\n isFallback: {\n type: 'boolean',\n description:\n 'DEPRECATED, unused. Previously: if true, response has fallen-back to generic results, and is not scoped using relativeToDid',\n default: false,\n },\n recId: {\n type: 'integer',\n description: 'DEPRECATED: use recIdStr instead.',\n },\n },\n },\n },\n },\n },\n },\n AppBskyGraphList: {\n lexicon: 1,\n id: 'app.bsky.graph.list',\n defs: {\n main: {\n type: 'record',\n description:\n 'Record representing a list of accounts (actors). Scope includes both moderation-oriented lists and curration-oriented lists.',\n key: 'tid',\n record: {\n type: 'object',\n required: ['name', 'purpose', 'createdAt'],\n properties: {\n purpose: {\n type: 'ref',\n description:\n 'Defines the purpose of the list (aka, moderation-oriented or curration-oriented)',\n ref: 'lex:app.bsky.graph.defs#listPurpose',\n },\n name: {\n type: 'string',\n maxLength: 64,\n minLength: 1,\n description: 'Display name for list; can not be empty.',\n },\n description: {\n type: 'string',\n maxGraphemes: 300,\n maxLength: 3000,\n },\n descriptionFacets: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.richtext.facet',\n },\n },\n avatar: {\n type: 'blob',\n accept: ['image/png', 'image/jpeg'],\n maxSize: 1000000,\n },\n labels: {\n type: 'union',\n refs: ['lex:com.atproto.label.defs#selfLabels'],\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n },\n },\n },\n },\n },\n },\n AppBskyGraphListblock: {\n lexicon: 1,\n id: 'app.bsky.graph.listblock',\n defs: {\n main: {\n type: 'record',\n description:\n 'Record representing a block relationship against an entire an entire list of accounts (actors).',\n key: 'tid',\n record: {\n type: 'object',\n required: ['subject', 'createdAt'],\n properties: {\n subject: {\n type: 'string',\n format: 'at-uri',\n description: 'Reference (AT-URI) to the mod list record.',\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n },\n },\n },\n },\n },\n },\n AppBskyGraphListitem: {\n lexicon: 1,\n id: 'app.bsky.graph.listitem',\n defs: {\n main: {\n type: 'record',\n description:\n \"Record representing an account's inclusion on a specific list. The AppView will ignore duplicate listitem records.\",\n key: 'tid',\n record: {\n type: 'object',\n required: ['subject', 'list', 'createdAt'],\n properties: {\n subject: {\n type: 'string',\n format: 'did',\n description: 'The account which is included on the list.',\n },\n list: {\n type: 'string',\n format: 'at-uri',\n description:\n 'Reference (AT-URI) to the list record (app.bsky.graph.list).',\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n },\n },\n },\n },\n },\n },\n AppBskyGraphMuteActor: {\n lexicon: 1,\n id: 'app.bsky.graph.muteActor',\n defs: {\n main: {\n type: 'procedure',\n description:\n 'Creates a mute relationship for the specified account. If a mute already exists for the account, it is updated in place: the stored scope is replaced with the scope in this request. Mutes are private in Bluesky. Requires auth.',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['actor'],\n properties: {\n actor: {\n type: 'string',\n format: 'at-identifier',\n },\n onlyReposts: {\n type: 'boolean',\n description:\n \"Restrict the mute to the account's reposts. When any 'only' scope is set, just the scoped content is muted; when none are set, the account is fully muted. Repeat calls replace the stored scope rather than adding to it.\",\n },\n onlyQuoteposts: {\n type: 'boolean',\n description:\n \"Restrict the mute to the account's quote posts. See onlyReposts.\",\n },\n },\n },\n },\n },\n },\n },\n AppBskyGraphMuteActorList: {\n lexicon: 1,\n id: 'app.bsky.graph.muteActorList',\n defs: {\n main: {\n type: 'procedure',\n description:\n 'Creates a mute relationship for the specified list of accounts. Mutes are private in Bluesky. Requires auth.',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['list'],\n properties: {\n list: {\n type: 'string',\n format: 'at-uri',\n },\n },\n },\n },\n },\n },\n },\n AppBskyGraphMuteThread: {\n lexicon: 1,\n id: 'app.bsky.graph.muteThread',\n defs: {\n main: {\n type: 'procedure',\n description:\n 'Mutes a thread preventing notifications from the thread and any of its children. Mutes are private in Bluesky. Requires auth.',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['root'],\n properties: {\n root: {\n type: 'string',\n format: 'at-uri',\n },\n },\n },\n },\n },\n },\n },\n AppBskyGraphSearchStarterPacks: {\n lexicon: 1,\n id: 'app.bsky.graph.searchStarterPacks',\n defs: {\n main: {\n type: 'query',\n description:\n 'Find starter packs matching search criteria. Does not require auth.',\n parameters: {\n type: 'params',\n required: ['q'],\n properties: {\n q: {\n type: 'string',\n description:\n 'Search query string. Syntax, phrase, boolean, and faceting is unspecified, but Lucene query syntax is recommended.',\n },\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 100,\n default: 25,\n },\n cursor: {\n type: 'string',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['starterPacks'],\n properties: {\n cursor: {\n type: 'string',\n },\n starterPacks: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.graph.defs#starterPackViewBasic',\n },\n },\n },\n },\n },\n },\n },\n },\n AppBskyGraphSearchStarterPacksV2: {\n lexicon: 1,\n id: 'app.bsky.graph.searchStarterPacksV2',\n defs: {\n main: {\n type: 'query',\n description:\n 'Find starter packs matching search criteria. Does not require auth.',\n parameters: {\n type: 'params',\n required: ['q'],\n properties: {\n q: {\n type: 'string',\n description:\n 'Search query string. Syntax, phrase, boolean, and faceting is unspecified, but Lucene query syntax is recommended.',\n },\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 100,\n default: 25,\n },\n cursor: {\n type: 'string',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['starterPacks'],\n properties: {\n cursor: {\n type: 'string',\n },\n hitsTotal: {\n type: 'integer',\n description:\n 'Estimated total number of matching hits. May be rounded or truncated.',\n },\n starterPacks: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.graph.defs#starterPackView',\n },\n },\n },\n },\n },\n },\n },\n },\n AppBskyGraphStarterpack: {\n lexicon: 1,\n id: 'app.bsky.graph.starterpack',\n defs: {\n main: {\n type: 'record',\n description:\n 'Record defining a starter pack of actors and feeds for new users.',\n key: 'tid',\n record: {\n type: 'object',\n required: ['name', 'list', 'createdAt'],\n properties: {\n name: {\n type: 'string',\n maxGraphemes: 50,\n maxLength: 500,\n minLength: 1,\n description: 'Display name for starter pack; can not be empty.',\n },\n description: {\n type: 'string',\n maxGraphemes: 300,\n maxLength: 3000,\n },\n descriptionFacets: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.richtext.facet',\n },\n },\n list: {\n type: 'string',\n format: 'at-uri',\n description: 'Reference (AT-URI) to the list record.',\n },\n feeds: {\n type: 'array',\n maxLength: 3,\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.graph.starterpack#feedItem',\n },\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n },\n },\n },\n },\n feedItem: {\n type: 'object',\n required: ['uri'],\n properties: {\n uri: {\n type: 'string',\n format: 'at-uri',\n },\n },\n },\n },\n },\n AppBskyGraphUnmuteActor: {\n lexicon: 1,\n id: 'app.bsky.graph.unmuteActor',\n defs: {\n main: {\n type: 'procedure',\n description: 'Unmutes the specified account. Requires auth.',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['actor'],\n properties: {\n actor: {\n type: 'string',\n format: 'at-identifier',\n },\n },\n },\n },\n },\n },\n },\n AppBskyGraphUnmuteActorList: {\n lexicon: 1,\n id: 'app.bsky.graph.unmuteActorList',\n defs: {\n main: {\n type: 'procedure',\n description: 'Unmutes the specified list of accounts. Requires auth.',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['list'],\n properties: {\n list: {\n type: 'string',\n format: 'at-uri',\n },\n },\n },\n },\n },\n },\n },\n AppBskyGraphUnmuteThread: {\n lexicon: 1,\n id: 'app.bsky.graph.unmuteThread',\n defs: {\n main: {\n type: 'procedure',\n description: 'Unmutes the specified thread. Requires auth.',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['root'],\n properties: {\n root: {\n type: 'string',\n format: 'at-uri',\n },\n },\n },\n },\n },\n },\n },\n AppBskyGraphVerification: {\n lexicon: 1,\n id: 'app.bsky.graph.verification',\n defs: {\n main: {\n type: 'record',\n description:\n 'Record declaring a verification relationship between two accounts. Verifications are only considered valid by an app if issued by an account the app considers trusted.',\n key: 'tid',\n record: {\n type: 'object',\n required: ['subject', 'handle', 'displayName', 'createdAt'],\n properties: {\n subject: {\n description: 'DID of the subject the verification applies to.',\n type: 'string',\n format: 'did',\n },\n handle: {\n description:\n 'Handle of the subject the verification applies to at the moment of verifying, which might not be the same at the time of viewing. The verification is only valid if the current handle matches the one at the time of verifying.',\n type: 'string',\n format: 'handle',\n },\n displayName: {\n description:\n 'Display name of the subject the verification applies to at the moment of verifying, which might not be the same at the time of viewing. The verification is only valid if the current displayName matches the one at the time of verifying.',\n type: 'string',\n },\n createdAt: {\n description: 'Date of when the verification was created.',\n type: 'string',\n format: 'datetime',\n },\n },\n },\n },\n },\n },\n AppBskyLabelerDefs: {\n lexicon: 1,\n id: 'app.bsky.labeler.defs',\n defs: {\n labelerView: {\n type: 'object',\n required: ['uri', 'cid', 'creator', 'indexedAt'],\n properties: {\n uri: {\n type: 'string',\n format: 'at-uri',\n },\n cid: {\n type: 'string',\n format: 'cid',\n },\n creator: {\n type: 'ref',\n ref: 'lex:app.bsky.actor.defs#profileView',\n },\n likeCount: {\n type: 'integer',\n minimum: 0,\n },\n viewer: {\n type: 'ref',\n ref: 'lex:app.bsky.labeler.defs#labelerViewerState',\n },\n indexedAt: {\n type: 'string',\n format: 'datetime',\n },\n labels: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:com.atproto.label.defs#label',\n },\n },\n },\n },\n labelerViewDetailed: {\n type: 'object',\n required: ['uri', 'cid', 'creator', 'policies', 'indexedAt'],\n properties: {\n uri: {\n type: 'string',\n format: 'at-uri',\n },\n cid: {\n type: 'string',\n format: 'cid',\n },\n creator: {\n type: 'ref',\n ref: 'lex:app.bsky.actor.defs#profileView',\n },\n policies: {\n type: 'ref',\n ref: 'lex:app.bsky.labeler.defs#labelerPolicies',\n },\n likeCount: {\n type: 'integer',\n minimum: 0,\n },\n viewer: {\n type: 'ref',\n ref: 'lex:app.bsky.labeler.defs#labelerViewerState',\n },\n indexedAt: {\n type: 'string',\n format: 'datetime',\n },\n labels: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:com.atproto.label.defs#label',\n },\n },\n reasonTypes: {\n description:\n \"The set of report reason 'codes' which are in-scope for this service to review and action. These usually align to policy categories. If not defined (distinct from empty array), all reason types are allowed.\",\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:com.atproto.moderation.defs#reasonType',\n },\n },\n subjectTypes: {\n description:\n 'The set of subject types (account, record, etc) this service accepts reports on.',\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:com.atproto.moderation.defs#subjectType',\n },\n },\n subjectCollections: {\n type: 'array',\n description:\n 'Set of record types (collection NSIDs) which can be reported to this service. If not defined (distinct from empty array), default is any record type.',\n items: {\n type: 'string',\n format: 'nsid',\n },\n },\n },\n },\n labelerViewerState: {\n type: 'object',\n properties: {\n like: {\n type: 'string',\n format: 'at-uri',\n },\n },\n },\n labelerPolicies: {\n type: 'object',\n required: ['labelValues'],\n properties: {\n labelValues: {\n type: 'array',\n description:\n 'The label values which this labeler publishes. May include global or custom labels.',\n items: {\n type: 'ref',\n ref: 'lex:com.atproto.label.defs#labelValue',\n },\n },\n labelValueDefinitions: {\n type: 'array',\n description:\n 'Label values created by this labeler and scoped exclusively to it. Labels defined here will override global label definitions for this labeler.',\n items: {\n type: 'ref',\n ref: 'lex:com.atproto.label.defs#labelValueDefinition',\n },\n },\n },\n },\n },\n },\n AppBskyLabelerGetServices: {\n lexicon: 1,\n id: 'app.bsky.labeler.getServices',\n defs: {\n main: {\n type: 'query',\n description: 'Get information about a list of labeler services.',\n parameters: {\n type: 'params',\n required: ['dids'],\n properties: {\n dids: {\n type: 'array',\n items: {\n type: 'string',\n format: 'did',\n },\n },\n detailed: {\n type: 'boolean',\n default: false,\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['views'],\n properties: {\n views: {\n type: 'array',\n items: {\n type: 'union',\n refs: [\n 'lex:app.bsky.labeler.defs#labelerView',\n 'lex:app.bsky.labeler.defs#labelerViewDetailed',\n ],\n },\n },\n },\n },\n },\n },\n },\n },\n AppBskyLabelerService: {\n lexicon: 1,\n id: 'app.bsky.labeler.service',\n defs: {\n main: {\n type: 'record',\n description: 'A declaration of the existence of labeler service.',\n key: 'literal:self',\n record: {\n type: 'object',\n required: ['policies', 'createdAt'],\n properties: {\n policies: {\n type: 'ref',\n ref: 'lex:app.bsky.labeler.defs#labelerPolicies',\n },\n labels: {\n type: 'union',\n refs: ['lex:com.atproto.label.defs#selfLabels'],\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n },\n reasonTypes: {\n description:\n \"The set of report reason 'codes' which are in-scope for this service to review and action. These usually align to policy categories. If not defined (distinct from empty array), all reason types are allowed.\",\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:com.atproto.moderation.defs#reasonType',\n },\n },\n subjectTypes: {\n description:\n 'The set of subject types (account, record, etc) this service accepts reports on.',\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:com.atproto.moderation.defs#subjectType',\n },\n },\n subjectCollections: {\n type: 'array',\n description:\n 'Set of record types (collection NSIDs) which can be reported to this service. If not defined (distinct from empty array), default is any record type.',\n items: {\n type: 'string',\n format: 'nsid',\n },\n },\n },\n },\n },\n },\n },\n AppBskyNotificationDeclaration: {\n lexicon: 1,\n id: 'app.bsky.notification.declaration',\n defs: {\n main: {\n type: 'record',\n description:\n \"A declaration of the user's choices related to notifications that can be produced by them.\",\n key: 'literal:self',\n record: {\n type: 'object',\n required: ['allowSubscriptions'],\n properties: {\n allowSubscriptions: {\n type: 'string',\n description:\n \"A declaration of the user's preference for allowing activity subscriptions from other users. Absence of a record implies 'followers'.\",\n knownValues: ['followers', 'mutuals', 'none'],\n },\n },\n },\n },\n },\n },\n AppBskyNotificationDefs: {\n lexicon: 1,\n id: 'app.bsky.notification.defs',\n defs: {\n recordDeleted: {\n type: 'object',\n properties: {},\n },\n chatPreference: {\n type: 'object',\n description:\n 'Deprecated: use chat.bsky.notification preferences instead. This will only return a default value.',\n required: ['include', 'push'],\n properties: {\n include: {\n type: 'string',\n knownValues: ['all', 'accepted'],\n },\n push: {\n type: 'boolean',\n },\n },\n },\n filterablePreference: {\n type: 'object',\n required: ['include', 'list', 'push'],\n properties: {\n include: {\n type: 'string',\n knownValues: ['all', 'follows'],\n },\n list: {\n type: 'boolean',\n },\n push: {\n type: 'boolean',\n },\n },\n },\n preference: {\n type: 'object',\n required: ['list', 'push'],\n properties: {\n list: {\n type: 'boolean',\n },\n push: {\n type: 'boolean',\n },\n },\n },\n preferences: {\n type: 'object',\n required: [\n 'chat',\n 'follow',\n 'like',\n 'likeViaRepost',\n 'mention',\n 'quote',\n 'reply',\n 'repost',\n 'repostViaRepost',\n 'starterpackJoined',\n 'subscribedPost',\n 'unverified',\n 'verified',\n ],\n properties: {\n chat: {\n type: 'ref',\n ref: 'lex:app.bsky.notification.defs#chatPreference',\n description:\n 'Deprecated: use chat.bsky.notification preferences instead. This will only return a default value.',\n },\n follow: {\n type: 'ref',\n ref: 'lex:app.bsky.notification.defs#filterablePreference',\n },\n like: {\n type: 'ref',\n ref: 'lex:app.bsky.notification.defs#filterablePreference',\n },\n likeViaRepost: {\n type: 'ref',\n ref: 'lex:app.bsky.notification.defs#filterablePreference',\n },\n mention: {\n type: 'ref',\n ref: 'lex:app.bsky.notification.defs#filterablePreference',\n },\n quote: {\n type: 'ref',\n ref: 'lex:app.bsky.notification.defs#filterablePreference',\n },\n reply: {\n type: 'ref',\n ref: 'lex:app.bsky.notification.defs#filterablePreference',\n },\n repost: {\n type: 'ref',\n ref: 'lex:app.bsky.notification.defs#filterablePreference',\n },\n repostViaRepost: {\n type: 'ref',\n ref: 'lex:app.bsky.notification.defs#filterablePreference',\n },\n starterpackJoined: {\n type: 'ref',\n ref: 'lex:app.bsky.notification.defs#preference',\n },\n subscribedPost: {\n type: 'ref',\n ref: 'lex:app.bsky.notification.defs#preference',\n },\n unverified: {\n type: 'ref',\n ref: 'lex:app.bsky.notification.defs#preference',\n },\n verified: {\n type: 'ref',\n ref: 'lex:app.bsky.notification.defs#preference',\n },\n },\n },\n activitySubscription: {\n type: 'object',\n required: ['post', 'reply'],\n properties: {\n post: {\n type: 'boolean',\n },\n reply: {\n type: 'boolean',\n },\n },\n },\n subjectActivitySubscription: {\n description:\n 'Object used to store activity subscription data in stash.',\n type: 'object',\n required: ['subject', 'activitySubscription'],\n properties: {\n subject: {\n type: 'string',\n format: 'did',\n },\n activitySubscription: {\n type: 'ref',\n ref: 'lex:app.bsky.notification.defs#activitySubscription',\n },\n },\n },\n },\n },\n AppBskyNotificationGetPreferences: {\n lexicon: 1,\n id: 'app.bsky.notification.getPreferences',\n defs: {\n main: {\n type: 'query',\n description:\n 'Get notification-related preferences for an account. Requires auth.',\n parameters: {\n type: 'params',\n properties: {},\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['preferences'],\n properties: {\n preferences: {\n type: 'ref',\n ref: 'lex:app.bsky.notification.defs#preferences',\n },\n },\n },\n },\n },\n },\n },\n AppBskyNotificationGetUnreadCount: {\n lexicon: 1,\n id: 'app.bsky.notification.getUnreadCount',\n defs: {\n main: {\n type: 'query',\n description:\n 'Count the number of unread notifications for the requesting account. Requires auth.',\n parameters: {\n type: 'params',\n properties: {\n priority: {\n type: 'boolean',\n },\n seenAt: {\n type: 'string',\n format: 'datetime',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['count'],\n properties: {\n count: {\n type: 'integer',\n },\n },\n },\n },\n },\n },\n },\n AppBskyNotificationListActivitySubscriptions: {\n lexicon: 1,\n id: 'app.bsky.notification.listActivitySubscriptions',\n defs: {\n main: {\n type: 'query',\n description:\n 'Enumerate all accounts to which the requesting account is subscribed to receive notifications for. Requires auth.',\n parameters: {\n type: 'params',\n properties: {\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 100,\n default: 50,\n },\n cursor: {\n type: 'string',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['subscriptions'],\n properties: {\n cursor: {\n type: 'string',\n },\n subscriptions: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.actor.defs#profileView',\n },\n },\n },\n },\n },\n },\n },\n },\n AppBskyNotificationListNotifications: {\n lexicon: 1,\n id: 'app.bsky.notification.listNotifications',\n defs: {\n main: {\n type: 'query',\n description:\n 'Enumerate notifications for the requesting account. Requires auth.',\n parameters: {\n type: 'params',\n properties: {\n reasons: {\n description: 'Notification reasons to include in response.',\n type: 'array',\n items: {\n type: 'string',\n description:\n 'A reason that matches the reason property of #notification.',\n },\n },\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 100,\n default: 50,\n },\n priority: {\n type: 'boolean',\n },\n cursor: {\n type: 'string',\n },\n seenAt: {\n type: 'string',\n format: 'datetime',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['notifications'],\n properties: {\n cursor: {\n type: 'string',\n },\n notifications: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.notification.listNotifications#notification',\n },\n },\n priority: {\n type: 'boolean',\n },\n seenAt: {\n type: 'string',\n format: 'datetime',\n },\n },\n },\n },\n },\n notification: {\n type: 'object',\n required: [\n 'uri',\n 'cid',\n 'author',\n 'reason',\n 'record',\n 'isRead',\n 'indexedAt',\n ],\n properties: {\n uri: {\n type: 'string',\n format: 'at-uri',\n },\n cid: {\n type: 'string',\n format: 'cid',\n },\n author: {\n type: 'ref',\n ref: 'lex:app.bsky.actor.defs#profileView',\n },\n reason: {\n type: 'string',\n description:\n 'The reason why this notification was delivered - e.g. your post was liked, or you received a new follower.',\n knownValues: [\n 'like',\n 'repost',\n 'follow',\n 'mention',\n 'reply',\n 'quote',\n 'starterpack-joined',\n 'verified',\n 'unverified',\n 'like-via-repost',\n 'repost-via-repost',\n 'subscribed-post',\n 'contact-match',\n ],\n },\n reasonSubject: {\n type: 'string',\n format: 'at-uri',\n },\n record: {\n type: 'unknown',\n },\n starterPack: {\n description:\n 'The starter pack associated with this notification. Present when the notification is for a follow originating from a starter pack.',\n type: 'ref',\n ref: 'lex:app.bsky.graph.defs#starterPackViewBasic',\n },\n isRead: {\n type: 'boolean',\n },\n indexedAt: {\n type: 'string',\n format: 'datetime',\n },\n labels: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:com.atproto.label.defs#label',\n },\n },\n },\n },\n },\n },\n AppBskyNotificationPutActivitySubscription: {\n lexicon: 1,\n id: 'app.bsky.notification.putActivitySubscription',\n defs: {\n main: {\n type: 'procedure',\n description:\n 'Puts an activity subscription entry. The key should be omitted for creation and provided for updates. Requires auth.',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['subject', 'activitySubscription'],\n properties: {\n subject: {\n type: 'string',\n format: 'did',\n },\n activitySubscription: {\n type: 'ref',\n ref: 'lex:app.bsky.notification.defs#activitySubscription',\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['subject'],\n properties: {\n subject: {\n type: 'string',\n format: 'did',\n },\n activitySubscription: {\n type: 'ref',\n ref: 'lex:app.bsky.notification.defs#activitySubscription',\n },\n },\n },\n },\n },\n },\n },\n AppBskyNotificationPutPreferences: {\n lexicon: 1,\n id: 'app.bsky.notification.putPreferences',\n defs: {\n main: {\n type: 'procedure',\n description:\n 'Set notification-related preferences for an account. Requires auth.',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['priority'],\n properties: {\n priority: {\n type: 'boolean',\n },\n },\n },\n },\n },\n },\n },\n AppBskyNotificationPutPreferencesV2: {\n lexicon: 1,\n id: 'app.bsky.notification.putPreferencesV2',\n defs: {\n main: {\n type: 'procedure',\n description:\n 'Set notification-related preferences for an account. Requires auth.',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n properties: {\n chat: {\n type: 'ref',\n ref: 'lex:app.bsky.notification.defs#chatPreference',\n description:\n \"Deprecated: use chat.bsky.notification preferences instead. Setting this won't stick and the default values will be returned.\",\n },\n follow: {\n type: 'ref',\n ref: 'lex:app.bsky.notification.defs#filterablePreference',\n },\n like: {\n type: 'ref',\n ref: 'lex:app.bsky.notification.defs#filterablePreference',\n },\n likeViaRepost: {\n type: 'ref',\n ref: 'lex:app.bsky.notification.defs#filterablePreference',\n },\n mention: {\n type: 'ref',\n ref: 'lex:app.bsky.notification.defs#filterablePreference',\n },\n quote: {\n type: 'ref',\n ref: 'lex:app.bsky.notification.defs#filterablePreference',\n },\n reply: {\n type: 'ref',\n ref: 'lex:app.bsky.notification.defs#filterablePreference',\n },\n repost: {\n type: 'ref',\n ref: 'lex:app.bsky.notification.defs#filterablePreference',\n },\n repostViaRepost: {\n type: 'ref',\n ref: 'lex:app.bsky.notification.defs#filterablePreference',\n },\n starterpackJoined: {\n type: 'ref',\n ref: 'lex:app.bsky.notification.defs#preference',\n },\n subscribedPost: {\n type: 'ref',\n ref: 'lex:app.bsky.notification.defs#preference',\n },\n unverified: {\n type: 'ref',\n ref: 'lex:app.bsky.notification.defs#preference',\n },\n verified: {\n type: 'ref',\n ref: 'lex:app.bsky.notification.defs#preference',\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['preferences'],\n properties: {\n preferences: {\n type: 'ref',\n ref: 'lex:app.bsky.notification.defs#preferences',\n },\n },\n },\n },\n },\n },\n },\n AppBskyNotificationRegisterPush: {\n lexicon: 1,\n id: 'app.bsky.notification.registerPush',\n defs: {\n main: {\n type: 'procedure',\n description:\n 'Register to receive push notifications, via a specified service, for the requesting account. Requires auth.',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['serviceDid', 'token', 'platform', 'appId'],\n properties: {\n serviceDid: {\n type: 'string',\n format: 'did',\n },\n token: {\n type: 'string',\n },\n platform: {\n type: 'string',\n knownValues: ['ios', 'android', 'web'],\n },\n appId: {\n type: 'string',\n },\n ageRestricted: {\n type: 'boolean',\n description: 'Set to true when the actor is age restricted',\n },\n },\n },\n },\n },\n },\n },\n AppBskyNotificationUnregisterPush: {\n lexicon: 1,\n id: 'app.bsky.notification.unregisterPush',\n defs: {\n main: {\n type: 'procedure',\n description:\n 'The inverse of registerPush - inform a specified service that push notifications should no longer be sent to the given token for the requesting account. Requires auth.',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['serviceDid', 'token', 'platform', 'appId'],\n properties: {\n serviceDid: {\n type: 'string',\n format: 'did',\n },\n token: {\n type: 'string',\n },\n platform: {\n type: 'string',\n knownValues: ['ios', 'android', 'web'],\n },\n appId: {\n type: 'string',\n },\n },\n },\n },\n },\n },\n },\n AppBskyNotificationUpdateSeen: {\n lexicon: 1,\n id: 'app.bsky.notification.updateSeen',\n defs: {\n main: {\n type: 'procedure',\n description:\n 'Notify server that the requesting account has seen notifications. Requires auth.',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['seenAt'],\n properties: {\n seenAt: {\n type: 'string',\n format: 'datetime',\n },\n },\n },\n },\n },\n },\n },\n AppBskyRichtextFacet: {\n lexicon: 1,\n id: 'app.bsky.richtext.facet',\n defs: {\n main: {\n type: 'object',\n description: 'Annotation of a sub-string within rich text.',\n required: ['index', 'features'],\n properties: {\n index: {\n type: 'ref',\n ref: 'lex:app.bsky.richtext.facet#byteSlice',\n },\n features: {\n type: 'array',\n items: {\n type: 'union',\n refs: [\n 'lex:app.bsky.richtext.facet#mention',\n 'lex:app.bsky.richtext.facet#link',\n 'lex:app.bsky.richtext.facet#tag',\n ],\n },\n },\n },\n },\n mention: {\n type: 'object',\n description:\n \"Facet feature for mention of another account. The text is usually a handle, including a '@' prefix, but the facet reference is a DID.\",\n required: ['did'],\n properties: {\n did: {\n type: 'string',\n format: 'did',\n },\n },\n },\n link: {\n type: 'object',\n description:\n 'Facet feature for a URL. The text URL may have been simplified or truncated, but the facet reference should be a complete URL.',\n required: ['uri'],\n properties: {\n uri: {\n type: 'string',\n format: 'uri',\n },\n },\n },\n tag: {\n type: 'object',\n description:\n \"Facet feature for a hashtag. The text usually includes a '#' prefix, but the facet reference should not (except in the case of 'double hash tags').\",\n required: ['tag'],\n properties: {\n tag: {\n type: 'string',\n maxLength: 640,\n maxGraphemes: 64,\n },\n },\n },\n byteSlice: {\n type: 'object',\n description:\n 'Specifies the sub-string range a facet feature applies to. Start index is inclusive, end index is exclusive. Indices are zero-indexed, counting bytes of the UTF-8 encoded text. NOTE: some languages, like Javascript, use UTF-16 or Unicode codepoints for string slice indexing; in these languages, convert to byte arrays before working with facets.',\n required: ['byteStart', 'byteEnd'],\n properties: {\n byteStart: {\n type: 'integer',\n minimum: 0,\n },\n byteEnd: {\n type: 'integer',\n minimum: 0,\n },\n },\n },\n },\n },\n AppBskyUnspeccedDefs: {\n lexicon: 1,\n id: 'app.bsky.unspecced.defs',\n defs: {\n skeletonSearchPost: {\n type: 'object',\n required: ['uri'],\n properties: {\n uri: {\n type: 'string',\n format: 'at-uri',\n },\n },\n },\n skeletonSearchActor: {\n type: 'object',\n required: ['did'],\n properties: {\n did: {\n type: 'string',\n format: 'did',\n },\n },\n },\n skeletonSearchStarterPack: {\n type: 'object',\n required: ['uri'],\n properties: {\n uri: {\n type: 'string',\n format: 'at-uri',\n },\n },\n },\n trendingTopic: {\n type: 'object',\n required: ['topic', 'link'],\n properties: {\n topic: {\n type: 'string',\n },\n displayName: {\n type: 'string',\n },\n description: {\n type: 'string',\n },\n link: {\n type: 'string',\n },\n },\n },\n skeletonTrend: {\n type: 'object',\n required: [\n 'topic',\n 'displayName',\n 'link',\n 'startedAt',\n 'postCount',\n 'dids',\n ],\n properties: {\n topic: {\n type: 'string',\n },\n displayName: {\n type: 'string',\n },\n description: {\n type: 'string',\n },\n link: {\n type: 'string',\n },\n startedAt: {\n type: 'string',\n format: 'datetime',\n },\n postCount: {\n type: 'integer',\n },\n status: {\n type: 'string',\n knownValues: ['hot'],\n },\n category: {\n type: 'string',\n },\n dids: {\n type: 'array',\n items: {\n type: 'string',\n format: 'did',\n },\n },\n },\n },\n trendView: {\n type: 'object',\n required: [\n 'topic',\n 'displayName',\n 'link',\n 'startedAt',\n 'postCount',\n 'actors',\n ],\n properties: {\n topic: {\n type: 'string',\n },\n displayName: {\n type: 'string',\n },\n description: {\n type: 'string',\n },\n link: {\n type: 'string',\n },\n startedAt: {\n type: 'string',\n format: 'datetime',\n },\n postCount: {\n type: 'integer',\n },\n status: {\n type: 'string',\n knownValues: ['hot'],\n },\n category: {\n type: 'string',\n },\n actors: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.actor.defs#profileViewBasic',\n },\n },\n },\n },\n threadItemPost: {\n type: 'object',\n required: [\n 'post',\n 'moreParents',\n 'moreReplies',\n 'opThread',\n 'hiddenByThreadgate',\n 'mutedByViewer',\n ],\n properties: {\n post: {\n type: 'ref',\n ref: 'lex:app.bsky.feed.defs#postView',\n },\n moreParents: {\n type: 'boolean',\n description:\n 'This post has more parents that were not present in the response. This is just a boolean, without the number of parents.',\n },\n moreReplies: {\n type: 'integer',\n description:\n 'This post has more replies that were not present in the response. This is a numeric value, which is best-effort and might not be accurate.',\n },\n opThread: {\n type: 'boolean',\n description:\n 'This post is part of a contiguous thread by the OP from the thread root. Sub-threads by OP deeper in the tree are not considered an OP thread.',\n },\n opThreadPostIndex: {\n type: 'integer',\n description:\n 'The 1-indexed position of this post within the contiguous OP thread. Only present when this post is part of the OP thread (see `opThread`).',\n },\n opThreadPostCount: {\n type: 'integer',\n description:\n 'The total number of posts in the contiguous OP thread that this post belongs to. Only present when this post is part of the OP thread (see `opThread`).',\n },\n hiddenByThreadgate: {\n type: 'boolean',\n description:\n 'The threadgate created by the author indicates this post as a reply to be hidden for everyone consuming the thread.',\n },\n mutedByViewer: {\n type: 'boolean',\n description:\n 'This is by an account muted by the viewer requesting it.',\n },\n },\n },\n threadItemNoUnauthenticated: {\n type: 'object',\n properties: {},\n },\n threadItemNotFound: {\n type: 'object',\n properties: {},\n },\n threadItemBlocked: {\n type: 'object',\n required: ['author'],\n properties: {\n author: {\n type: 'ref',\n ref: 'lex:app.bsky.feed.defs#blockedAuthor',\n },\n },\n },\n ageAssuranceState: {\n type: 'object',\n description:\n 'The computed state of the age assurance process, returned to the user in question on certain authenticated requests.',\n required: ['status'],\n properties: {\n lastInitiatedAt: {\n type: 'string',\n format: 'datetime',\n description: 'The timestamp when this state was last updated.',\n },\n status: {\n type: 'string',\n description: 'The status of the age assurance process.',\n knownValues: ['unknown', 'pending', 'assured', 'blocked'],\n },\n },\n },\n ageAssuranceEvent: {\n type: 'object',\n description: 'Object used to store age assurance data in stash.',\n required: ['createdAt', 'status', 'attemptId'],\n properties: {\n createdAt: {\n type: 'string',\n format: 'datetime',\n description: 'The date and time of this write operation.',\n },\n status: {\n type: 'string',\n description: 'The status of the age assurance process.',\n knownValues: ['unknown', 'pending', 'assured'],\n },\n attemptId: {\n type: 'string',\n description:\n 'The unique identifier for this instance of the age assurance flow, in UUID format.',\n },\n email: {\n type: 'string',\n description: 'The email used for AA.',\n },\n initIp: {\n type: 'string',\n description: 'The IP address used when initiating the AA flow.',\n },\n initUa: {\n type: 'string',\n description: 'The user agent used when initiating the AA flow.',\n },\n completeIp: {\n type: 'string',\n description: 'The IP address used when completing the AA flow.',\n },\n completeUa: {\n type: 'string',\n description: 'The user agent used when completing the AA flow.',\n },\n },\n },\n },\n },\n AppBskyUnspeccedGetAgeAssuranceState: {\n lexicon: 1,\n id: 'app.bsky.unspecced.getAgeAssuranceState',\n defs: {\n main: {\n type: 'query',\n description:\n 'Returns the current state of the age assurance process for an account. This is used to check if the user has completed age assurance or if further action is required.',\n output: {\n encoding: 'application/json',\n schema: {\n type: 'ref',\n ref: 'lex:app.bsky.unspecced.defs#ageAssuranceState',\n },\n },\n },\n },\n },\n AppBskyUnspeccedGetConfig: {\n lexicon: 1,\n id: 'app.bsky.unspecced.getConfig',\n defs: {\n main: {\n type: 'query',\n description: 'Get miscellaneous runtime configuration.',\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: [],\n properties: {\n checkEmailConfirmed: {\n type: 'boolean',\n },\n liveNow: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.unspecced.getConfig#liveNowConfig',\n },\n },\n },\n },\n },\n },\n liveNowConfig: {\n type: 'object',\n required: ['did', 'domains'],\n properties: {\n did: {\n type: 'string',\n format: 'did',\n },\n domains: {\n type: 'array',\n items: {\n type: 'string',\n },\n },\n },\n },\n },\n },\n AppBskyUnspeccedGetOnboardingSuggestedStarterPacks: {\n lexicon: 1,\n id: 'app.bsky.unspecced.getOnboardingSuggestedStarterPacks',\n defs: {\n main: {\n type: 'query',\n description: 'Get a list of suggested starterpacks for onboarding',\n parameters: {\n type: 'params',\n properties: {\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 25,\n default: 10,\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['starterPacks'],\n properties: {\n starterPacks: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.graph.defs#starterPackView',\n },\n },\n },\n },\n },\n },\n },\n },\n AppBskyUnspeccedGetOnboardingSuggestedStarterPacksSkeleton: {\n lexicon: 1,\n id: 'app.bsky.unspecced.getOnboardingSuggestedStarterPacksSkeleton',\n defs: {\n main: {\n type: 'query',\n description:\n 'Get a skeleton of suggested starterpacks for onboarding. Intended to be called and hydrated by app.bsky.unspecced.getOnboardingSuggestedStarterPacks',\n parameters: {\n type: 'params',\n properties: {\n viewer: {\n type: 'string',\n format: 'did',\n description:\n 'DID of the account making the request (not included for public/unauthenticated queries).',\n },\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 25,\n default: 10,\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['starterPacks'],\n properties: {\n starterPacks: {\n type: 'array',\n items: {\n type: 'string',\n format: 'at-uri',\n },\n },\n },\n },\n },\n },\n },\n },\n AppBskyUnspeccedGetOnboardingSuggestedUsersSkeleton: {\n lexicon: 1,\n id: 'app.bsky.unspecced.getOnboardingSuggestedUsersSkeleton',\n defs: {\n main: {\n type: 'query',\n description:\n 'Get a skeleton of suggested users for onboarding. Intended to be called and hydrated by app.bsky.unspecced.getSuggestedOnboardingUsers',\n parameters: {\n type: 'params',\n properties: {\n viewer: {\n type: 'string',\n format: 'did',\n description:\n 'DID of the account making the request (not included for public/unauthenticated queries).',\n },\n category: {\n type: 'string',\n description: 'Category of users to get suggestions for.',\n },\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 50,\n default: 25,\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['dids'],\n properties: {\n dids: {\n type: 'array',\n items: {\n type: 'string',\n format: 'did',\n },\n },\n recId: {\n type: 'string',\n description: 'DEPRECATED: use recIdStr instead.',\n },\n recIdStr: {\n type: 'string',\n description:\n 'Snowflake for this recommendation, use when submitting recommendation events.',\n },\n },\n },\n },\n },\n },\n },\n AppBskyUnspeccedGetPopularFeedGenerators: {\n lexicon: 1,\n id: 'app.bsky.unspecced.getPopularFeedGenerators',\n defs: {\n main: {\n type: 'query',\n description: 'An unspecced view of globally popular feed generators.',\n parameters: {\n type: 'params',\n properties: {\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 100,\n default: 50,\n },\n cursor: {\n type: 'string',\n },\n query: {\n type: 'string',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['feeds'],\n properties: {\n cursor: {\n type: 'string',\n },\n feeds: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.feed.defs#generatorView',\n },\n },\n },\n },\n },\n },\n },\n },\n AppBskyUnspeccedGetPostThreadOtherV2: {\n lexicon: 1,\n id: 'app.bsky.unspecced.getPostThreadOtherV2',\n defs: {\n main: {\n type: 'query',\n description:\n \"(NOTE: this endpoint is under development and WILL change without notice. Don't use it until it is moved out of `unspecced` or your application WILL break) Get additional posts under a thread e.g. replies hidden by threadgate. Based on an anchor post at any depth of the tree, returns top-level replies below that anchor. It does not include ancestors nor the anchor itself. This should be called after exhausting `app.bsky.unspecced.getPostThreadV2`. Does not require auth, but additional metadata and filtering will be applied for authed requests.\",\n parameters: {\n type: 'params',\n required: ['anchor'],\n properties: {\n anchor: {\n type: 'string',\n format: 'at-uri',\n description:\n 'Reference (AT-URI) to post record. This is the anchor post.',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['thread'],\n properties: {\n thread: {\n type: 'array',\n description:\n 'A flat list of other thread items. The depth of each item is indicated by the depth property inside the item.',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.unspecced.getPostThreadOtherV2#threadItem',\n },\n },\n },\n },\n },\n },\n threadItem: {\n type: 'object',\n required: ['uri', 'depth', 'value'],\n properties: {\n uri: {\n type: 'string',\n format: 'at-uri',\n },\n depth: {\n type: 'integer',\n description:\n 'The nesting level of this item in the thread. Depth 0 means the anchor item. Items above have negative depths, items below have positive depths.',\n },\n value: {\n type: 'union',\n refs: ['lex:app.bsky.unspecced.defs#threadItemPost'],\n },\n },\n },\n },\n },\n AppBskyUnspeccedGetPostThreadV2: {\n lexicon: 1,\n id: 'app.bsky.unspecced.getPostThreadV2',\n defs: {\n main: {\n type: 'query',\n description:\n \"(NOTE: this endpoint is under development and WILL change without notice. Don't use it until it is moved out of `unspecced` or your application WILL break) Get posts in a thread. It is based in an anchor post at any depth of the tree, and returns posts above it (recursively resolving the parent, without further branching to their replies) and below it (recursive replies, with branching to their replies). Does not require auth, but additional metadata and filtering will be applied for authed requests.\",\n parameters: {\n type: 'params',\n required: ['anchor'],\n properties: {\n anchor: {\n type: 'string',\n format: 'at-uri',\n description:\n 'Reference (AT-URI) to post record. This is the anchor post, and the thread will be built around it. It can be any post in the tree, not necessarily a root post.',\n },\n above: {\n type: 'boolean',\n description: 'Whether to include parents above the anchor.',\n default: true,\n },\n below: {\n type: 'integer',\n description:\n 'How many levels of replies to include below the anchor.',\n default: 6,\n minimum: 0,\n maximum: 20,\n },\n branchingFactor: {\n type: 'integer',\n description:\n 'Maximum of replies to include at each level of the thread, except for the direct replies to the anchor, which are (NOTE: currently, during unspecced phase) all returned (NOTE: later they might be paginated).',\n default: 10,\n minimum: 0,\n maximum: 100,\n },\n sort: {\n type: 'string',\n description: 'Sorting for the thread replies.',\n knownValues: ['newest', 'oldest', 'top'],\n default: 'oldest',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['thread', 'hasOtherReplies'],\n properties: {\n thread: {\n type: 'array',\n description:\n 'A flat list of thread items. The depth of each item is indicated by the depth property inside the item.',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.unspecced.getPostThreadV2#threadItem',\n },\n },\n threadgate: {\n type: 'ref',\n ref: 'lex:app.bsky.feed.defs#threadgateView',\n },\n hasOtherReplies: {\n type: 'boolean',\n description:\n 'Whether this thread has additional replies. If true, a call can be made to the `getPostThreadOtherV2` endpoint to retrieve them.',\n },\n },\n },\n },\n },\n threadItem: {\n type: 'object',\n required: ['uri', 'depth', 'value'],\n properties: {\n uri: {\n type: 'string',\n format: 'at-uri',\n },\n depth: {\n type: 'integer',\n description:\n 'The nesting level of this item in the thread. Depth 0 means the anchor item. Items above have negative depths, items below have positive depths.',\n },\n value: {\n type: 'union',\n refs: [\n 'lex:app.bsky.unspecced.defs#threadItemPost',\n 'lex:app.bsky.unspecced.defs#threadItemNoUnauthenticated',\n 'lex:app.bsky.unspecced.defs#threadItemNotFound',\n 'lex:app.bsky.unspecced.defs#threadItemBlocked',\n ],\n },\n },\n },\n },\n },\n AppBskyUnspeccedGetSuggestedFeeds: {\n lexicon: 1,\n id: 'app.bsky.unspecced.getSuggestedFeeds',\n defs: {\n main: {\n type: 'query',\n description: 'Get a list of suggested feeds',\n parameters: {\n type: 'params',\n properties: {\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 25,\n default: 10,\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['feeds'],\n properties: {\n feeds: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.feed.defs#generatorView',\n },\n },\n },\n },\n },\n },\n },\n },\n AppBskyUnspeccedGetSuggestedFeedsSkeleton: {\n lexicon: 1,\n id: 'app.bsky.unspecced.getSuggestedFeedsSkeleton',\n defs: {\n main: {\n type: 'query',\n description:\n 'Get a skeleton of suggested feeds. Intended to be called and hydrated by app.bsky.unspecced.getSuggestedFeeds',\n parameters: {\n type: 'params',\n properties: {\n viewer: {\n type: 'string',\n format: 'did',\n description:\n 'DID of the account making the request (not included for public/unauthenticated queries).',\n },\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 25,\n default: 10,\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['feeds'],\n properties: {\n feeds: {\n type: 'array',\n items: {\n type: 'string',\n format: 'at-uri',\n },\n },\n },\n },\n },\n },\n },\n },\n AppBskyUnspeccedGetSuggestedOnboardingUsers: {\n lexicon: 1,\n id: 'app.bsky.unspecced.getSuggestedOnboardingUsers',\n defs: {\n main: {\n type: 'query',\n description: 'Get a list of suggested users for onboarding',\n parameters: {\n type: 'params',\n properties: {\n category: {\n type: 'string',\n description: 'Category of users to get suggestions for.',\n },\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 50,\n default: 25,\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['actors'],\n properties: {\n actors: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.actor.defs#profileView',\n },\n },\n recId: {\n type: 'string',\n description: 'DEPRECATED: use recIdStr instead.',\n },\n recIdStr: {\n type: 'string',\n description:\n 'Snowflake for this recommendation, use when submitting recommendation events.',\n },\n },\n },\n },\n },\n },\n },\n AppBskyUnspeccedGetSuggestedStarterPacks: {\n lexicon: 1,\n id: 'app.bsky.unspecced.getSuggestedStarterPacks',\n defs: {\n main: {\n type: 'query',\n description: 'Get a list of suggested starterpacks',\n parameters: {\n type: 'params',\n properties: {\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 25,\n default: 10,\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['starterPacks'],\n properties: {\n starterPacks: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.graph.defs#starterPackView',\n },\n },\n },\n },\n },\n },\n },\n },\n AppBskyUnspeccedGetSuggestedStarterPacksSkeleton: {\n lexicon: 1,\n id: 'app.bsky.unspecced.getSuggestedStarterPacksSkeleton',\n defs: {\n main: {\n type: 'query',\n description:\n 'Get a skeleton of suggested starterpacks. Intended to be called and hydrated by app.bsky.unspecced.getSuggestedStarterpacks',\n parameters: {\n type: 'params',\n properties: {\n viewer: {\n type: 'string',\n format: 'did',\n description:\n 'DID of the account making the request (not included for public/unauthenticated queries).',\n },\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 25,\n default: 10,\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['starterPacks'],\n properties: {\n starterPacks: {\n type: 'array',\n items: {\n type: 'string',\n format: 'at-uri',\n },\n },\n },\n },\n },\n },\n },\n },\n AppBskyUnspeccedGetSuggestedUsers: {\n lexicon: 1,\n id: 'app.bsky.unspecced.getSuggestedUsers',\n defs: {\n main: {\n type: 'query',\n description: 'Get a list of suggested users',\n parameters: {\n type: 'params',\n properties: {\n category: {\n type: 'string',\n description: 'Category of users to get suggestions for.',\n },\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 50,\n default: 25,\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['actors'],\n properties: {\n actors: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.actor.defs#profileView',\n },\n },\n recId: {\n type: 'string',\n description: 'DEPRECATED: use recIdStr instead.',\n },\n recIdStr: {\n type: 'string',\n description:\n 'Snowflake for this recommendation, use when submitting recommendation events.',\n },\n },\n },\n },\n },\n },\n },\n AppBskyUnspeccedGetSuggestedUsersForDiscover: {\n lexicon: 1,\n id: 'app.bsky.unspecced.getSuggestedUsersForDiscover',\n defs: {\n main: {\n type: 'query',\n description: 'Get a list of suggested users for the Discover page',\n parameters: {\n type: 'params',\n properties: {\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 50,\n default: 25,\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['actors'],\n properties: {\n actors: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.actor.defs#profileView',\n },\n },\n recIdStr: {\n type: 'string',\n description:\n 'Snowflake for this recommendation, use when submitting recommendation events.',\n },\n },\n },\n },\n },\n },\n },\n AppBskyUnspeccedGetSuggestedUsersForDiscoverSkeleton: {\n lexicon: 1,\n id: 'app.bsky.unspecced.getSuggestedUsersForDiscoverSkeleton',\n defs: {\n main: {\n type: 'query',\n description:\n 'Get a skeleton of suggested users for the Discover page. Intended to be called and hydrated by app.bsky.unspecced.getSuggestedUsersForDiscover',\n parameters: {\n type: 'params',\n properties: {\n viewer: {\n type: 'string',\n format: 'did',\n description:\n 'DID of the account making the request (not included for public/unauthenticated queries).',\n },\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 50,\n default: 25,\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['dids'],\n properties: {\n dids: {\n type: 'array',\n items: {\n type: 'string',\n format: 'did',\n },\n },\n recIdStr: {\n type: 'string',\n description:\n 'Snowflake for this recommendation, use when submitting recommendation events.',\n },\n },\n },\n },\n },\n },\n },\n AppBskyUnspeccedGetSuggestedUsersForExplore: {\n lexicon: 1,\n id: 'app.bsky.unspecced.getSuggestedUsersForExplore',\n defs: {\n main: {\n type: 'query',\n description: 'Get a list of suggested users for the Explore page',\n parameters: {\n type: 'params',\n properties: {\n category: {\n type: 'string',\n description: 'Category of users to get suggestions for.',\n },\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 50,\n default: 25,\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['actors'],\n properties: {\n actors: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.actor.defs#profileView',\n },\n },\n recIdStr: {\n type: 'string',\n description:\n 'Snowflake for this recommendation, use when submitting recommendation events.',\n },\n },\n },\n },\n },\n },\n },\n AppBskyUnspeccedGetSuggestedUsersForExploreSkeleton: {\n lexicon: 1,\n id: 'app.bsky.unspecced.getSuggestedUsersForExploreSkeleton',\n defs: {\n main: {\n type: 'query',\n description:\n 'Get a skeleton of suggested users for the Explore page. Intended to be called and hydrated by app.bsky.unspecced.getSuggestedUsersForExplore',\n parameters: {\n type: 'params',\n properties: {\n viewer: {\n type: 'string',\n format: 'did',\n description:\n 'DID of the account making the request (not included for public/unauthenticated queries).',\n },\n category: {\n type: 'string',\n description: 'Category of users to get suggestions for.',\n },\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 50,\n default: 25,\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['dids'],\n properties: {\n dids: {\n type: 'array',\n items: {\n type: 'string',\n format: 'did',\n },\n },\n recIdStr: {\n type: 'string',\n description:\n 'Snowflake for this recommendation, use when submitting recommendation events.',\n },\n },\n },\n },\n },\n },\n },\n AppBskyUnspeccedGetSuggestedUsersForSeeMore: {\n lexicon: 1,\n id: 'app.bsky.unspecced.getSuggestedUsersForSeeMore',\n defs: {\n main: {\n type: 'query',\n description: 'Get a list of suggested users for the See More page',\n parameters: {\n type: 'params',\n properties: {\n category: {\n type: 'string',\n description: 'Category of users to get suggestions for.',\n },\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 50,\n default: 25,\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['actors'],\n properties: {\n actors: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.actor.defs#profileView',\n },\n },\n recIdStr: {\n type: 'string',\n description:\n 'Snowflake for this recommendation, use when submitting recommendation events.',\n },\n },\n },\n },\n },\n },\n },\n AppBskyUnspeccedGetSuggestedUsersForSeeMoreSkeleton: {\n lexicon: 1,\n id: 'app.bsky.unspecced.getSuggestedUsersForSeeMoreSkeleton',\n defs: {\n main: {\n type: 'query',\n description:\n 'Get a skeleton of suggested users for the See More page. Intended to be called and hydrated by app.bsky.unspecced.getSuggestedUsersForSeeMore',\n parameters: {\n type: 'params',\n properties: {\n viewer: {\n type: 'string',\n format: 'did',\n description:\n 'DID of the account making the request (not included for public/unauthenticated queries).',\n },\n category: {\n type: 'string',\n description: 'Category of users to get suggestions for.',\n },\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 50,\n default: 25,\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['dids'],\n properties: {\n dids: {\n type: 'array',\n items: {\n type: 'string',\n format: 'did',\n },\n },\n recIdStr: {\n type: 'string',\n description:\n 'Snowflake for this recommendation, use when submitting recommendation events.',\n },\n },\n },\n },\n },\n },\n },\n AppBskyUnspeccedGetSuggestedUsersSkeleton: {\n lexicon: 1,\n id: 'app.bsky.unspecced.getSuggestedUsersSkeleton',\n defs: {\n main: {\n type: 'query',\n description:\n 'Get a skeleton of suggested users. Intended to be called and hydrated by app.bsky.unspecced.getSuggestedUsers',\n parameters: {\n type: 'params',\n properties: {\n viewer: {\n type: 'string',\n format: 'did',\n description:\n 'DID of the account making the request (not included for public/unauthenticated queries).',\n },\n category: {\n type: 'string',\n description: 'Category of users to get suggestions for.',\n },\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 50,\n default: 25,\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['dids'],\n properties: {\n dids: {\n type: 'array',\n items: {\n type: 'string',\n format: 'did',\n },\n },\n recId: {\n type: 'string',\n description: 'DEPRECATED: use recIdStr instead.',\n },\n recIdStr: {\n type: 'string',\n description:\n 'Snowflake for this recommendation, use when submitting recommendation events.',\n },\n },\n },\n },\n },\n },\n },\n AppBskyUnspeccedGetSuggestionsSkeleton: {\n lexicon: 1,\n id: 'app.bsky.unspecced.getSuggestionsSkeleton',\n defs: {\n main: {\n type: 'query',\n description:\n 'Get a skeleton of suggested actors. Intended to be called and then hydrated through app.bsky.actor.getSuggestions',\n parameters: {\n type: 'params',\n properties: {\n viewer: {\n type: 'string',\n format: 'did',\n description:\n 'DID of the account making the request (not included for public/unauthenticated queries). Used to boost followed accounts in ranking.',\n },\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 100,\n default: 50,\n },\n cursor: {\n type: 'string',\n },\n relativeToDid: {\n type: 'string',\n format: 'did',\n description:\n 'DID of the account to get suggestions relative to. If not provided, suggestions will be based on the viewer.',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['actors'],\n properties: {\n cursor: {\n type: 'string',\n },\n actors: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.unspecced.defs#skeletonSearchActor',\n },\n },\n relativeToDid: {\n type: 'string',\n format: 'did',\n description:\n 'DID of the account these suggestions are relative to. If this is returned undefined, suggestions are based on the viewer.',\n },\n recId: {\n type: 'integer',\n description: 'DEPRECATED: use recIdStr instead.',\n },\n recIdStr: {\n type: 'string',\n description:\n 'Snowflake for this recommendation, use when submitting recommendation events.',\n },\n },\n },\n },\n },\n },\n },\n AppBskyUnspeccedGetTaggedSuggestions: {\n lexicon: 1,\n id: 'app.bsky.unspecced.getTaggedSuggestions',\n defs: {\n main: {\n type: 'query',\n description:\n 'Get a list of suggestions (feeds and users) tagged with categories',\n parameters: {\n type: 'params',\n properties: {},\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['suggestions'],\n properties: {\n suggestions: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.unspecced.getTaggedSuggestions#suggestion',\n },\n },\n },\n },\n },\n },\n suggestion: {\n type: 'object',\n required: ['tag', 'subjectType', 'subject'],\n properties: {\n tag: {\n type: 'string',\n },\n subjectType: {\n type: 'string',\n knownValues: ['actor', 'feed'],\n },\n subject: {\n type: 'string',\n format: 'uri',\n },\n },\n },\n },\n },\n AppBskyUnspeccedGetTrendingTopics: {\n lexicon: 1,\n id: 'app.bsky.unspecced.getTrendingTopics',\n defs: {\n main: {\n type: 'query',\n description: 'Get a list of trending topics',\n parameters: {\n type: 'params',\n properties: {\n viewer: {\n type: 'string',\n format: 'did',\n description:\n 'DID of the account making the request (not included for public/unauthenticated queries). Used to boost followed accounts in ranking.',\n },\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 25,\n default: 10,\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['topics', 'suggested'],\n properties: {\n topics: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.unspecced.defs#trendingTopic',\n },\n },\n suggested: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.unspecced.defs#trendingTopic',\n },\n },\n },\n },\n },\n },\n },\n },\n AppBskyUnspeccedGetTrends: {\n lexicon: 1,\n id: 'app.bsky.unspecced.getTrends',\n defs: {\n main: {\n type: 'query',\n description: 'Get the current trends on the network',\n parameters: {\n type: 'params',\n properties: {\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 25,\n default: 10,\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['trends'],\n properties: {\n trends: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.unspecced.defs#trendView',\n },\n },\n recIdStr: {\n type: 'string',\n description:\n 'Snowflake for this recommendation, use when submitting recommendation events.',\n },\n },\n },\n },\n },\n },\n },\n AppBskyUnspeccedGetTrendsSkeleton: {\n lexicon: 1,\n id: 'app.bsky.unspecced.getTrendsSkeleton',\n defs: {\n main: {\n type: 'query',\n description:\n 'Get the skeleton of trends on the network. Intended to be called and then hydrated through app.bsky.unspecced.getTrends',\n parameters: {\n type: 'params',\n properties: {\n viewer: {\n type: 'string',\n format: 'did',\n description:\n 'DID of the account making the request (not included for public/unauthenticated queries).',\n },\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 25,\n default: 10,\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['trends'],\n properties: {\n trends: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.unspecced.defs#skeletonTrend',\n },\n },\n recIdStr: {\n type: 'string',\n description:\n 'Snowflake for this recommendation, use when submitting recommendation events.',\n },\n },\n },\n },\n },\n },\n },\n AppBskyUnspeccedInitAgeAssurance: {\n lexicon: 1,\n id: 'app.bsky.unspecced.initAgeAssurance',\n defs: {\n main: {\n type: 'procedure',\n description:\n \"Initiate age assurance for an account. This is a one-time action that will start the process of verifying the user's age.\",\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['email', 'language', 'countryCode'],\n properties: {\n email: {\n type: 'string',\n description:\n \"The user's email address to receive assurance instructions.\",\n },\n language: {\n type: 'string',\n description:\n \"The user's preferred language for communication during the assurance process.\",\n },\n countryCode: {\n type: 'string',\n description:\n \"An ISO 3166-1 alpha-2 code of the user's location.\",\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'ref',\n ref: 'lex:app.bsky.unspecced.defs#ageAssuranceState',\n },\n },\n errors: [\n {\n name: 'InvalidEmail',\n },\n {\n name: 'DidTooLong',\n },\n {\n name: 'InvalidInitiation',\n },\n ],\n },\n },\n },\n AppBskyUnspeccedSearchActorsSkeleton: {\n lexicon: 1,\n id: 'app.bsky.unspecced.searchActorsSkeleton',\n defs: {\n main: {\n type: 'query',\n description: 'Backend Actors (profile) search, returns only skeleton.',\n parameters: {\n type: 'params',\n required: ['q'],\n properties: {\n q: {\n type: 'string',\n description:\n 'Search query string; syntax, phrase, boolean, and faceting is unspecified, but Lucene query syntax is recommended. For typeahead search, only simple term match is supported, not full syntax.',\n },\n viewer: {\n type: 'string',\n format: 'did',\n description:\n 'DID of the account making the request (not included for public/unauthenticated queries). Used to boost followed accounts in ranking.',\n },\n typeahead: {\n type: 'boolean',\n description: \"If true, acts as fast/simple 'typeahead' query.\",\n },\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 100,\n default: 25,\n },\n cursor: {\n type: 'string',\n description:\n 'Optional pagination mechanism; may not necessarily allow scrolling through entire result set.',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['actors'],\n properties: {\n cursor: {\n type: 'string',\n },\n hitsTotal: {\n type: 'integer',\n description:\n 'Count of search hits. Optional, may be rounded/truncated, and may not be possible to paginate through all hits.',\n },\n actors: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.unspecced.defs#skeletonSearchActor',\n },\n },\n },\n },\n },\n errors: [\n {\n name: 'BadQueryString',\n },\n ],\n },\n },\n },\n AppBskyUnspeccedSearchPostsSkeleton: {\n lexicon: 1,\n id: 'app.bsky.unspecced.searchPostsSkeleton',\n defs: {\n main: {\n type: 'query',\n description: 'Backend Posts search, returns only skeleton',\n parameters: {\n type: 'params',\n required: ['q'],\n properties: {\n q: {\n type: 'string',\n description:\n 'Search query string; syntax, phrase, boolean, and faceting is unspecified, but Lucene query syntax is recommended.',\n },\n sort: {\n type: 'string',\n knownValues: ['top', 'latest'],\n default: 'latest',\n description: 'Specifies the ranking order of results.',\n },\n since: {\n type: 'string',\n description:\n \"Filter results for posts after the indicated datetime (inclusive). Expected to use 'sortAt' timestamp, which may not match 'createdAt'. Can be a datetime, or just an ISO date (YYYY-MM-DD).\",\n },\n until: {\n type: 'string',\n description:\n \"Filter results for posts before the indicated datetime (not inclusive). Expected to use 'sortAt' timestamp, which may not match 'createdAt'. Can be a datetime, or just an ISO date (YYY-MM-DD).\",\n },\n mentions: {\n type: 'string',\n format: 'at-identifier',\n description:\n 'Filter to posts which mention the given account. Handles are resolved to DID before query-time. Only matches rich-text facet mentions.',\n },\n author: {\n type: 'string',\n format: 'at-identifier',\n description:\n 'Filter to posts by the given account. Handles are resolved to DID before query-time.',\n },\n lang: {\n type: 'string',\n format: 'language',\n description:\n 'Filter to posts in the given language. Expected to be based on post language field, though server may override language detection.',\n },\n domain: {\n type: 'string',\n description:\n 'Filter to posts with URLs (facet links or embeds) linking to the given domain (hostname). Server may apply hostname normalization.',\n },\n url: {\n type: 'string',\n format: 'uri',\n description:\n 'Filter to posts with links (facet links or embeds) pointing to this URL. Server may apply URL normalization or fuzzy matching.',\n },\n tag: {\n type: 'array',\n items: {\n type: 'string',\n maxLength: 640,\n maxGraphemes: 64,\n },\n description:\n \"Filter to posts with the given tag (hashtag), based on rich-text facet or tag field. Do not include the hash (#) prefix. Multiple tags can be specified, with 'AND' matching.\",\n },\n viewer: {\n type: 'string',\n format: 'did',\n description:\n \"DID of the account making the request (not included for public/unauthenticated queries). Used for 'from:me' queries.\",\n },\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 100,\n default: 25,\n },\n cursor: {\n type: 'string',\n description:\n 'Optional pagination mechanism; may not necessarily allow scrolling through entire result set.',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['posts'],\n properties: {\n cursor: {\n type: 'string',\n },\n hitsTotal: {\n type: 'integer',\n description:\n 'Count of search hits. Optional, may be rounded/truncated, and may not be possible to paginate through all hits.',\n },\n posts: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.unspecced.defs#skeletonSearchPost',\n },\n },\n },\n },\n },\n errors: [\n {\n name: 'BadQueryString',\n },\n ],\n },\n },\n },\n AppBskyUnspeccedSearchStarterPacksSkeleton: {\n lexicon: 1,\n id: 'app.bsky.unspecced.searchStarterPacksSkeleton',\n defs: {\n main: {\n type: 'query',\n description: 'Backend Starter Pack search, returns only skeleton.',\n parameters: {\n type: 'params',\n required: ['q'],\n properties: {\n q: {\n type: 'string',\n description:\n 'Search query string; syntax, phrase, boolean, and faceting is unspecified, but Lucene query syntax is recommended.',\n },\n viewer: {\n type: 'string',\n format: 'did',\n description:\n 'DID of the account making the request (not included for public/unauthenticated queries).',\n },\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 100,\n default: 25,\n },\n cursor: {\n type: 'string',\n description:\n 'Optional pagination mechanism; may not necessarily allow scrolling through entire result set.',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['starterPacks'],\n properties: {\n cursor: {\n type: 'string',\n },\n hitsTotal: {\n type: 'integer',\n description:\n 'Count of search hits. Optional, may be rounded/truncated, and may not be possible to paginate through all hits.',\n },\n starterPacks: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.unspecced.defs#skeletonSearchStarterPack',\n },\n },\n },\n },\n },\n errors: [\n {\n name: 'BadQueryString',\n },\n ],\n },\n },\n },\n AppBskyVideoDefs: {\n lexicon: 1,\n id: 'app.bsky.video.defs',\n defs: {\n jobStatus: {\n type: 'object',\n required: ['jobId', 'did', 'state'],\n properties: {\n jobId: {\n type: 'string',\n },\n did: {\n type: 'string',\n format: 'did',\n },\n state: {\n type: 'string',\n description:\n 'The state of the video processing job. All values not listed as a known value indicate that the job is in process.',\n knownValues: ['JOB_STATE_COMPLETED', 'JOB_STATE_FAILED'],\n },\n progress: {\n type: 'integer',\n minimum: 0,\n maximum: 100,\n description: 'Progress within the current processing state.',\n },\n blob: {\n type: 'blob',\n },\n error: {\n type: 'string',\n },\n failureCode: {\n type: 'string',\n description:\n 'A machine-readable code for why the video processing job failed.',\n knownValues: [\n 'validation_failure',\n 'encoding_failure',\n 'pds_upload_failure',\n 'pds_upload_unsupported_blob_size',\n 'generic_failure',\n ],\n },\n message: {\n type: 'string',\n },\n },\n },\n },\n },\n AppBskyVideoGetJobStatus: {\n lexicon: 1,\n id: 'app.bsky.video.getJobStatus',\n defs: {\n main: {\n type: 'query',\n description: 'Get status details for a video processing job.',\n parameters: {\n type: 'params',\n required: ['jobId'],\n properties: {\n jobId: {\n type: 'string',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['jobStatus'],\n properties: {\n jobStatus: {\n type: 'ref',\n ref: 'lex:app.bsky.video.defs#jobStatus',\n },\n },\n },\n },\n },\n },\n },\n AppBskyVideoGetUploadLimits: {\n lexicon: 1,\n id: 'app.bsky.video.getUploadLimits',\n defs: {\n main: {\n type: 'query',\n description: 'Get video upload limits for the authenticated user.',\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['canUpload'],\n properties: {\n canUpload: {\n type: 'boolean',\n },\n remainingDailyVideos: {\n type: 'integer',\n },\n remainingDailyBytes: {\n type: 'integer',\n },\n message: {\n type: 'string',\n },\n error: {\n type: 'string',\n },\n },\n },\n },\n },\n },\n },\n AppBskyVideoUploadVideo: {\n lexicon: 1,\n id: 'app.bsky.video.uploadVideo',\n defs: {\n main: {\n type: 'procedure',\n description: 'Upload a video to be processed then stored on the PDS.',\n input: {\n encoding: 'video/mp4',\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['jobStatus'],\n properties: {\n jobStatus: {\n type: 'ref',\n ref: 'lex:app.bsky.video.defs#jobStatus',\n },\n },\n },\n },\n },\n },\n },\n ChatBskyActorDeclaration: {\n lexicon: 1,\n id: 'chat.bsky.actor.declaration',\n defs: {\n main: {\n type: 'record',\n description: 'A declaration of a Bluesky chat account.',\n key: 'literal:self',\n record: {\n type: 'object',\n required: ['allowIncoming'],\n properties: {\n allowIncoming: {\n type: 'string',\n knownValues: ['all', 'none', 'following'],\n },\n allowGroupInvites: {\n description:\n 'Declaration about group chat invitation preferences for the record owner.',\n type: 'string',\n knownValues: ['all', 'none', 'following'],\n },\n },\n },\n },\n },\n },\n ChatBskyActorDefs: {\n lexicon: 1,\n id: 'chat.bsky.actor.defs',\n defs: {\n memberRole: {\n type: 'string',\n knownValues: ['owner', 'standard'],\n },\n profileViewBasic: {\n type: 'object',\n required: ['did', 'handle'],\n properties: {\n did: {\n type: 'string',\n format: 'did',\n },\n handle: {\n type: 'string',\n format: 'handle',\n },\n displayName: {\n type: 'string',\n maxGraphemes: 64,\n maxLength: 640,\n },\n avatar: {\n type: 'string',\n format: 'uri',\n },\n associated: {\n type: 'ref',\n ref: 'lex:app.bsky.actor.defs#profileAssociated',\n },\n viewer: {\n type: 'ref',\n ref: 'lex:app.bsky.actor.defs#viewerState',\n },\n labels: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:com.atproto.label.defs#label',\n },\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n },\n chatDisabled: {\n type: 'boolean',\n description:\n 'Set to true when the actor cannot actively participate in conversations',\n },\n verification: {\n type: 'ref',\n ref: 'lex:app.bsky.actor.defs#verificationState',\n },\n kind: {\n description:\n 'Union field that has data specific to different kinds of convos.',\n type: 'union',\n refs: [\n 'lex:chat.bsky.actor.defs#directConvoMember',\n 'lex:chat.bsky.actor.defs#groupConvoMember',\n 'lex:chat.bsky.actor.defs#pastGroupConvoMember',\n ],\n },\n },\n },\n directConvoMember: {\n type: 'object',\n properties: {},\n },\n groupConvoMember: {\n description: 'A current group convo member.',\n type: 'object',\n required: ['role'],\n properties: {\n addedBy: {\n description:\n 'Who added this member. Only present if the member was added (instead of joining via link).',\n type: 'ref',\n ref: 'lex:chat.bsky.actor.defs#profileViewBasic',\n },\n role: {\n description:\n \"The member's role within this conversation. Only present in group conversation member lists.\",\n type: 'ref',\n ref: 'lex:chat.bsky.actor.defs#memberRole',\n },\n },\n },\n pastGroupConvoMember: {\n description: 'A past group convo member.',\n type: 'object',\n required: [],\n properties: {},\n },\n },\n },\n ChatBskyActorDeleteAccount: {\n lexicon: 1,\n id: 'chat.bsky.actor.deleteAccount',\n defs: {\n main: {\n type: 'procedure',\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n properties: {},\n },\n },\n },\n },\n },\n ChatBskyActorExportAccountData: {\n lexicon: 1,\n id: 'chat.bsky.actor.exportAccountData',\n defs: {\n main: {\n type: 'query',\n output: {\n encoding: 'application/jsonl',\n },\n },\n },\n },\n ChatBskyActorGetStatus: {\n lexicon: 1,\n id: 'chat.bsky.actor.getStatus',\n defs: {\n main: {\n type: 'query',\n description:\n \"Get the authenticated viewer's chat status: whether their account is chat-disabled and whether their group-membership additions are restricted to accounts they follow.\",\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['chatDisabled', 'canCreateGroups', 'groupMemberLimit'],\n properties: {\n chatDisabled: {\n type: 'boolean',\n description:\n \"True when the viewer's account is disabled and cannot actively participate in chat.\",\n },\n canCreateGroups: {\n type: 'boolean',\n description:\n \"Whether the viewer's account is allowed to create group chats. New accounts are restricted from creating groups.\",\n },\n groupMemberLimit: {\n type: 'integer',\n description:\n 'The maximum number of members allowed in a group conversation.',\n },\n },\n },\n },\n },\n },\n },\n ChatBskyConvoAcceptConvo: {\n lexicon: 1,\n id: 'chat.bsky.convo.acceptConvo',\n defs: {\n main: {\n type: 'procedure',\n description:\n 'Marks a conversation as accepted, so it is shown in the list of accepted convos instead on the request convos.',\n errors: [\n {\n name: 'InvalidConvo',\n },\n ],\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['convoId'],\n properties: {\n convoId: {\n type: 'string',\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n properties: {\n rev: {\n description:\n 'Rev when the convo was accepted. If not present, the convo was already accepted.',\n type: 'string',\n },\n },\n },\n },\n },\n },\n },\n ChatBskyConvoAddReaction: {\n lexicon: 1,\n id: 'chat.bsky.convo.addReaction',\n defs: {\n main: {\n type: 'procedure',\n description:\n 'Adds an emoji reaction to a message. Requires authentication. It is idempotent, so multiple calls from the same user with the same emoji result in a single reaction.',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['convoId', 'messageId', 'value'],\n properties: {\n convoId: {\n type: 'string',\n },\n messageId: {\n type: 'string',\n },\n value: {\n type: 'string',\n minLength: 1,\n maxLength: 64,\n minGraphemes: 1,\n maxGraphemes: 1,\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['message'],\n properties: {\n message: {\n type: 'ref',\n ref: 'lex:chat.bsky.convo.defs#messageView',\n },\n },\n },\n },\n errors: [\n {\n name: 'InvalidConvo',\n },\n {\n name: 'ReactionNotAllowed',\n description:\n 'Indicates that reactions are not allowed on this message, e.g. because it is a system message.',\n },\n {\n name: 'ReactionMessageDeleted',\n description:\n 'Indicates that the message has been deleted and reactions can no longer be added/removed.',\n },\n {\n name: 'ReactionLimitReached',\n description:\n \"Indicates that the message has the maximum number of reactions allowed for a single user, and the requested reaction wasn't yet present. If it was already present, the request will not fail since it is idempotent.\",\n },\n {\n name: 'ReactionInvalidValue',\n description:\n 'Indicates the value for the reaction is not acceptable. In general, this means it is not an emoji.',\n },\n ],\n },\n },\n },\n ChatBskyConvoDefs: {\n lexicon: 1,\n id: 'chat.bsky.convo.defs',\n defs: {\n convoKind: {\n type: 'string',\n knownValues: ['direct', 'group'],\n },\n convoLockStatus: {\n type: 'string',\n knownValues: ['unlocked', 'locked', 'locked-permanently'],\n },\n convoStatus: {\n type: 'string',\n knownValues: ['request', 'accepted'],\n },\n convoRef: {\n type: 'object',\n required: ['did', 'convoId'],\n properties: {\n did: {\n type: 'string',\n format: 'did',\n },\n convoId: {\n type: 'string',\n },\n },\n },\n messageRef: {\n type: 'object',\n required: ['did', 'messageId', 'convoId'],\n properties: {\n did: {\n type: 'string',\n format: 'did',\n },\n convoId: {\n type: 'string',\n },\n messageId: {\n type: 'string',\n },\n },\n },\n messageInput: {\n type: 'object',\n required: ['text'],\n properties: {\n text: {\n type: 'string',\n maxLength: 10000,\n maxGraphemes: 1000,\n },\n facets: {\n type: 'array',\n description: 'Annotations of text (mentions, URLs, hashtags, etc)',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.richtext.facet',\n },\n },\n embed: {\n type: 'union',\n refs: ['lex:app.bsky.embed.record', 'lex:chat.bsky.embed.joinLink'],\n },\n replyTo: {\n description:\n 'If set, the message this message is replying to. The referenced message must be in the same convo.',\n type: 'ref',\n ref: 'lex:chat.bsky.convo.defs#replyRef',\n },\n },\n },\n replyRef: {\n description:\n 'A reference to another message within the same convo, used to indicate that a message is a reply to it.',\n type: 'object',\n required: ['messageId'],\n properties: {\n messageId: {\n type: 'string',\n },\n },\n },\n messageView: {\n type: 'object',\n required: ['id', 'rev', 'text', 'sender', 'sentAt'],\n properties: {\n id: {\n type: 'string',\n },\n rev: {\n type: 'string',\n },\n text: {\n type: 'string',\n maxLength: 10000,\n maxGraphemes: 1000,\n },\n facets: {\n type: 'array',\n description: 'Annotations of text (mentions, URLs, hashtags, etc)',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.richtext.facet',\n },\n },\n embed: {\n type: 'union',\n refs: [\n 'lex:app.bsky.embed.record#view',\n 'lex:chat.bsky.embed.joinLink#view',\n ],\n },\n reactions: {\n type: 'array',\n description:\n 'Reactions to this message, in ascending order of creation time.',\n items: {\n type: 'ref',\n ref: 'lex:chat.bsky.convo.defs#reactionView',\n },\n },\n replyTo: {\n description:\n \"If set, the message this message is replying to. The full view of the referenced message is embedded so the client can render it inline. Only a single level is embedded: the embedded message will not itself have a populated 'replyTo' field even if it was also a reply.\",\n type: 'union',\n refs: [\n 'lex:chat.bsky.convo.defs#messageView',\n 'lex:chat.bsky.convo.defs#deletedMessageView',\n 'lex:chat.bsky.convo.defs#messageBeforeUserJoinedGroupView',\n ],\n },\n sender: {\n type: 'ref',\n ref: 'lex:chat.bsky.convo.defs#messageViewSender',\n },\n sentAt: {\n type: 'string',\n format: 'datetime',\n },\n },\n },\n systemMessageReferredUser: {\n type: 'object',\n required: ['did'],\n properties: {\n did: {\n type: 'string',\n format: 'did',\n },\n },\n },\n systemMessageView: {\n type: 'object',\n required: ['id', 'rev', 'sentAt', 'data'],\n properties: {\n id: {\n type: 'string',\n },\n rev: {\n type: 'string',\n },\n sentAt: {\n type: 'string',\n format: 'datetime',\n },\n data: {\n type: 'union',\n refs: [\n 'lex:chat.bsky.convo.defs#systemMessageDataAddMember',\n 'lex:chat.bsky.convo.defs#systemMessageDataRemoveMember',\n 'lex:chat.bsky.convo.defs#systemMessageDataMemberJoin',\n 'lex:chat.bsky.convo.defs#systemMessageDataMemberLeave',\n 'lex:chat.bsky.convo.defs#systemMessageDataLockConvo',\n 'lex:chat.bsky.convo.defs#systemMessageDataUnlockConvo',\n 'lex:chat.bsky.convo.defs#systemMessageDataLockConvoPermanently',\n 'lex:chat.bsky.convo.defs#systemMessageDataEditGroup',\n 'lex:chat.bsky.convo.defs#systemMessageDataCreateJoinLink',\n 'lex:chat.bsky.convo.defs#systemMessageDataEditJoinLink',\n 'lex:chat.bsky.convo.defs#systemMessageDataEnableJoinLink',\n 'lex:chat.bsky.convo.defs#systemMessageDataDisableJoinLink',\n ],\n },\n },\n },\n systemMessageDataAddMember: {\n description:\n 'System message indicating a user was added to the group convo.',\n type: 'object',\n required: ['member', 'role', 'addedBy'],\n properties: {\n member: {\n description: 'Current view of the member who was added.',\n type: 'ref',\n ref: 'lex:chat.bsky.convo.defs#systemMessageReferredUser',\n },\n role: {\n description:\n \"Role the user was added to the group with. The role from 'member' will reflect the current data, not historical.\",\n type: 'ref',\n ref: 'lex:chat.bsky.actor.defs#memberRole',\n },\n addedBy: {\n type: 'ref',\n ref: 'lex:chat.bsky.convo.defs#systemMessageReferredUser',\n },\n },\n },\n systemMessageDataRemoveMember: {\n description:\n 'System message indicating a user was removed from the group convo.',\n type: 'object',\n required: ['member', 'removedBy'],\n properties: {\n member: {\n description: 'Current view of the member who was removed.',\n type: 'ref',\n ref: 'lex:chat.bsky.convo.defs#systemMessageReferredUser',\n },\n removedBy: {\n type: 'ref',\n ref: 'lex:chat.bsky.convo.defs#systemMessageReferredUser',\n },\n },\n },\n systemMessageDataMemberJoin: {\n description:\n 'System message indicating a user joined the group convo via join link.',\n type: 'object',\n required: ['member', 'role'],\n properties: {\n member: {\n description: 'Current view of the member who joined.',\n type: 'ref',\n ref: 'lex:chat.bsky.convo.defs#systemMessageReferredUser',\n },\n role: {\n description:\n \"Role the user was added to the group with. The role from 'member' will reflect the current data, not historical.\",\n type: 'ref',\n ref: 'lex:chat.bsky.actor.defs#memberRole',\n },\n approvedBy: {\n description:\n 'If join link was configured to require approval, this will be set to who approved the request. Undefined if approval was not required.',\n type: 'ref',\n ref: 'lex:chat.bsky.convo.defs#systemMessageReferredUser',\n },\n },\n },\n systemMessageDataMemberLeave: {\n description:\n 'System message indicating a user voluntarily left the group convo.',\n type: 'object',\n required: ['member'],\n properties: {\n member: {\n description: 'Current view of the member who left the group.',\n type: 'ref',\n ref: 'lex:chat.bsky.convo.defs#systemMessageReferredUser',\n },\n },\n },\n systemMessageDataLockConvo: {\n description: 'System message indicating the group convo was locked.',\n type: 'object',\n required: ['lockedBy'],\n properties: {\n lockedBy: {\n description: 'Current view of the member who locked the group.',\n type: 'ref',\n ref: 'lex:chat.bsky.convo.defs#systemMessageReferredUser',\n },\n },\n },\n systemMessageDataUnlockConvo: {\n description: 'System message indicating the group convo was unlocked.',\n type: 'object',\n required: ['unlockedBy'],\n properties: {\n unlockedBy: {\n description: 'Current view of the member who unlocked the group.',\n type: 'ref',\n ref: 'lex:chat.bsky.convo.defs#systemMessageReferredUser',\n },\n },\n },\n systemMessageDataLockConvoPermanently: {\n description:\n 'System message indicating the group convo was locked permanently.',\n type: 'object',\n required: ['lockedBy'],\n properties: {\n lockedBy: {\n description: 'Current view of the member who locked the group.',\n type: 'ref',\n ref: 'lex:chat.bsky.convo.defs#systemMessageReferredUser',\n },\n },\n },\n systemMessageDataEditGroup: {\n description: 'System message indicating the group info was edited.',\n type: 'object',\n properties: {\n oldName: {\n description: 'Group name that was replaced.',\n type: 'string',\n },\n newName: {\n description: 'Group name that replaced the old.',\n type: 'string',\n },\n },\n },\n systemMessageDataCreateJoinLink: {\n description:\n 'System message indicating the group join link was created.',\n type: 'object',\n properties: {},\n },\n systemMessageDataEditJoinLink: {\n description:\n 'System message indicating the group join link was edited.',\n type: 'object',\n properties: {},\n },\n systemMessageDataEnableJoinLink: {\n description:\n 'System message indicating the group join link was enabled.',\n type: 'object',\n properties: {},\n },\n systemMessageDataDisableJoinLink: {\n description:\n 'System message indicating the group join link was disabled.',\n type: 'object',\n properties: {},\n },\n deletedMessageView: {\n type: 'object',\n required: ['id', 'rev', 'sender', 'sentAt'],\n properties: {\n id: {\n type: 'string',\n },\n rev: {\n type: 'string',\n },\n sender: {\n type: 'ref',\n ref: 'lex:chat.bsky.convo.defs#messageViewSender',\n },\n sentAt: {\n type: 'string',\n format: 'datetime',\n },\n },\n },\n messageBeforeUserJoinedGroupView: {\n description:\n \"Placeholder embedded in place of a reply's parent message when that parent was sent before the viewer joined the group convo. The viewer has no access to that history, so no message data is carried.\",\n type: 'object',\n properties: {},\n },\n messageViewSender: {\n type: 'object',\n required: ['did'],\n properties: {\n did: {\n type: 'string',\n format: 'did',\n },\n },\n },\n reactionView: {\n type: 'object',\n required: ['value', 'sender', 'createdAt'],\n properties: {\n value: {\n type: 'string',\n },\n sender: {\n type: 'ref',\n ref: 'lex:chat.bsky.convo.defs#reactionViewSender',\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n },\n },\n },\n reactionViewSender: {\n type: 'object',\n required: ['did'],\n properties: {\n did: {\n type: 'string',\n format: 'did',\n },\n },\n },\n messageAndReactionView: {\n type: 'object',\n required: ['message', 'reaction'],\n properties: {\n message: {\n type: 'ref',\n ref: 'lex:chat.bsky.convo.defs#messageView',\n },\n reaction: {\n type: 'ref',\n ref: 'lex:chat.bsky.convo.defs#reactionView',\n },\n },\n },\n convoView: {\n type: 'object',\n required: ['id', 'rev', 'members', 'muted', 'unreadCount'],\n properties: {\n id: {\n type: 'string',\n },\n rev: {\n type: 'string',\n },\n members: {\n description:\n 'Members of this conversation. For direct convos, it will be an immutable list of the 2 members. For group convos, it will a list of important members (the first few members, the viewer, the member who added the viewer, the member who sent the last message, the member who sent the last reaction), but will not contain the full list of members. Use chat.bsky.convo.getConvoMembers to list all members.',\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:chat.bsky.actor.defs#profileViewBasic',\n },\n },\n lastMessage: {\n type: 'union',\n refs: [\n 'lex:chat.bsky.convo.defs#messageView',\n 'lex:chat.bsky.convo.defs#deletedMessageView',\n 'lex:chat.bsky.convo.defs#systemMessageView',\n ],\n },\n lastReaction: {\n type: 'union',\n refs: ['lex:chat.bsky.convo.defs#messageAndReactionView'],\n },\n muted: {\n type: 'boolean',\n },\n status: {\n description:\n 'Convo status for the viewer member (not the convo itself).',\n type: 'ref',\n ref: 'lex:chat.bsky.convo.defs#convoStatus',\n },\n unreadCount: {\n type: 'integer',\n },\n kind: {\n description:\n 'Union field that has data specific to different kinds of convos.',\n type: 'union',\n refs: [\n 'lex:chat.bsky.convo.defs#directConvo',\n 'lex:chat.bsky.convo.defs#groupConvo',\n ],\n },\n },\n },\n directConvo: {\n type: 'object',\n properties: {},\n },\n groupConvo: {\n type: 'object',\n required: [\n 'createdAt',\n 'lockStatus',\n 'lockStatusModerationOverride',\n 'memberCount',\n 'memberLimit',\n 'name',\n ],\n properties: {\n createdAt: {\n type: 'string',\n format: 'datetime',\n },\n joinLink: {\n type: 'ref',\n ref: 'lex:chat.bsky.group.defs#joinLinkView',\n },\n joinRequestCount: {\n type: 'integer',\n description:\n 'The total number of pending join requests for the group conversation. Only present for the owner. Capped at 21.',\n },\n lockStatus: {\n description: 'The lock status of the conversation.',\n type: 'ref',\n ref: 'lex:chat.bsky.convo.defs#convoLockStatus',\n },\n lockStatusModerationOverride: {\n description:\n \"Whether the lock status is being forced by a moderation override (account inactivation or convo takedown) rather than the owner's own setting.\",\n type: 'boolean',\n },\n memberCount: {\n type: 'integer',\n description:\n 'The total number of members in the group conversation.',\n },\n memberLimit: {\n type: 'integer',\n description:\n 'The maximum number of members allowed in the group conversation.',\n },\n name: {\n type: 'string',\n description: 'The display name of the group conversation.',\n maxGraphemes: 50,\n maxLength: 500,\n },\n unreadJoinRequestCount: {\n type: 'integer',\n description:\n 'The number of unread join requests for the group conversation. Only present for the owner.',\n },\n },\n },\n logBeginConvo: {\n description:\n 'Event indicating a convo containing the viewer was started. Can be direct or group. When a member is added to a group convo, they also get this event.',\n type: 'object',\n required: ['rev', 'convoId'],\n properties: {\n rev: {\n type: 'string',\n },\n convoId: {\n type: 'string',\n },\n },\n },\n logAcceptConvo: {\n description:\n 'Event indicating the viewer accepted a convo, and it can be moved out of the request inbox. Can be direct or group.',\n type: 'object',\n required: ['rev', 'convoId'],\n properties: {\n rev: {\n type: 'string',\n },\n convoId: {\n type: 'string',\n },\n },\n },\n logLeaveConvo: {\n description:\n 'Event indicating the viewer left a convo. Can be direct or group.',\n type: 'object',\n required: ['rev', 'convoId'],\n properties: {\n rev: {\n type: 'string',\n },\n convoId: {\n type: 'string',\n },\n },\n },\n logMuteConvo: {\n description:\n 'Event indicating the viewer muted a convo. Can be direct or group.',\n type: 'object',\n required: ['rev', 'convoId'],\n properties: {\n rev: {\n type: 'string',\n },\n convoId: {\n type: 'string',\n },\n },\n },\n logUnmuteConvo: {\n description:\n 'Event indicating the viewer unmuted a convo. Can be direct or group.',\n type: 'object',\n required: ['rev', 'convoId'],\n properties: {\n rev: {\n type: 'string',\n },\n convoId: {\n type: 'string',\n },\n },\n },\n logCreateMessage: {\n description:\n 'Event indicating a user-originated message was created. Is not emitted for system messages.',\n type: 'object',\n required: ['rev', 'convoId', 'message'],\n properties: {\n rev: {\n type: 'string',\n },\n convoId: {\n type: 'string',\n },\n message: {\n type: 'union',\n refs: [\n 'lex:chat.bsky.convo.defs#messageView',\n 'lex:chat.bsky.convo.defs#deletedMessageView',\n ],\n },\n relatedProfiles: {\n description:\n \"Profiles referred to in the message view. This isn't required for compatibility, because it was added later, but should generally be present.\",\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:chat.bsky.actor.defs#profileViewBasic',\n },\n },\n },\n },\n logDeleteMessage: {\n description:\n 'Event indicating a user-originated message was deleted. Is not emitted for system messages.',\n type: 'object',\n required: ['rev', 'convoId', 'message'],\n properties: {\n rev: {\n type: 'string',\n },\n convoId: {\n type: 'string',\n },\n message: {\n type: 'union',\n refs: [\n 'lex:chat.bsky.convo.defs#messageView',\n 'lex:chat.bsky.convo.defs#deletedMessageView',\n ],\n },\n },\n },\n logReadMessage: {\n description:\n 'DEPRECATED: use logReadConvo instead. Event indicating a convo was read up to a certain message.',\n type: 'object',\n required: ['rev', 'convoId', 'message'],\n properties: {\n rev: {\n type: 'string',\n },\n convoId: {\n type: 'string',\n },\n message: {\n type: 'union',\n refs: [\n 'lex:chat.bsky.convo.defs#messageView',\n 'lex:chat.bsky.convo.defs#deletedMessageView',\n 'lex:chat.bsky.convo.defs#systemMessageView',\n ],\n },\n },\n },\n logAddReaction: {\n description: 'Event indicating a reaction was added to a message.',\n type: 'object',\n required: ['rev', 'convoId', 'message', 'reaction'],\n properties: {\n rev: {\n type: 'string',\n },\n convoId: {\n type: 'string',\n },\n message: {\n type: 'union',\n refs: [\n 'lex:chat.bsky.convo.defs#messageView',\n 'lex:chat.bsky.convo.defs#deletedMessageView',\n ],\n },\n reaction: {\n type: 'ref',\n ref: 'lex:chat.bsky.convo.defs#reactionView',\n },\n relatedProfiles: {\n description:\n \"Profiles referred in the message and reaction views. This isn't required for compatibility, because it was added later, but should generally be present.\",\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:chat.bsky.actor.defs#profileViewBasic',\n },\n },\n },\n },\n logRemoveReaction: {\n description: 'Event indicating a reaction was removed from a message.',\n type: 'object',\n required: ['rev', 'convoId', 'message', 'reaction'],\n properties: {\n rev: {\n type: 'string',\n },\n convoId: {\n type: 'string',\n },\n message: {\n type: 'union',\n refs: [\n 'lex:chat.bsky.convo.defs#messageView',\n 'lex:chat.bsky.convo.defs#deletedMessageView',\n ],\n },\n reaction: {\n type: 'ref',\n ref: 'lex:chat.bsky.convo.defs#reactionView',\n },\n relatedProfiles: {\n description:\n \"Profiles referred in the message and reaction views. This isn't required for compatibility, because it was added later, but should generally be present.\",\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:chat.bsky.actor.defs#profileViewBasic',\n },\n },\n },\n },\n logReadConvo: {\n description:\n 'Event indicating a convo was read up to a certain message.',\n type: 'object',\n required: ['rev', 'convoId', 'message'],\n properties: {\n rev: {\n type: 'string',\n },\n convoId: {\n type: 'string',\n },\n message: {\n type: 'union',\n refs: [\n 'lex:chat.bsky.convo.defs#messageView',\n 'lex:chat.bsky.convo.defs#deletedMessageView',\n 'lex:chat.bsky.convo.defs#systemMessageView',\n ],\n },\n },\n },\n logAddMember: {\n description:\n 'Event indicating a member was added to a group convo. The member who was added gets a logBeginConvo (to create the convo) but also a logAddMember (to show the system message as the first message the user sees).',\n type: 'object',\n required: ['rev', 'convoId', 'message', 'relatedProfiles'],\n properties: {\n rev: {\n type: 'string',\n },\n convoId: {\n type: 'string',\n },\n message: {\n description:\n 'A system message with data of type #systemMessageDataAddMember',\n type: 'ref',\n ref: 'lex:chat.bsky.convo.defs#systemMessageView',\n },\n relatedProfiles: {\n description: 'Profiles referred in the system message.',\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:chat.bsky.actor.defs#profileViewBasic',\n },\n },\n },\n },\n logRemoveMember: {\n description:\n \"Event indicating a member was removed from a group convo. The member who was removed gets a logLeaveConvo (to leave the convo) but not a logRemoveMember (because they already left, so can't see the system message).\",\n type: 'object',\n required: ['rev', 'convoId', 'message', 'relatedProfiles'],\n properties: {\n rev: {\n type: 'string',\n },\n convoId: {\n type: 'string',\n },\n message: {\n description:\n 'A system message with data of type #systemMessageDataRemoveMember',\n type: 'ref',\n ref: 'lex:chat.bsky.convo.defs#systemMessageView',\n },\n relatedProfiles: {\n description: 'Profiles referred in the system message.',\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:chat.bsky.actor.defs#profileViewBasic',\n },\n },\n },\n },\n logMemberJoin: {\n description:\n 'Event indicating a member joined a group convo via join link. The member who was added gets a logBeginConvo (to create the convo) but also a logMemberJoin (to show the system message as the first message the user sees).',\n type: 'object',\n required: ['rev', 'convoId', 'message', 'relatedProfiles'],\n properties: {\n rev: {\n type: 'string',\n },\n convoId: {\n type: 'string',\n },\n message: {\n description:\n 'A system message with data of type #systemMessageDataMemberJoin',\n type: 'ref',\n ref: 'lex:chat.bsky.convo.defs#systemMessageView',\n },\n relatedProfiles: {\n description: 'Profiles referred in the system message.',\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:chat.bsky.actor.defs#profileViewBasic',\n },\n },\n },\n },\n logMemberLeave: {\n description:\n \"Event indicating a member voluntarily left a group convo. The member who was removed gets a logLeaveConvo (to leave the convo) but not a logMemberLeave (because they already left, so can't see the system message).\",\n type: 'object',\n required: ['rev', 'convoId', 'message', 'relatedProfiles'],\n properties: {\n rev: {\n type: 'string',\n },\n convoId: {\n type: 'string',\n },\n message: {\n description:\n 'A system message with data of type #systemMessageDataMemberLeave',\n type: 'ref',\n ref: 'lex:chat.bsky.convo.defs#systemMessageView',\n },\n relatedProfiles: {\n description: 'Profiles referred in the system message.',\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:chat.bsky.actor.defs#profileViewBasic',\n },\n },\n },\n },\n logLockConvo: {\n description: 'Event indicating a group convo was locked.',\n type: 'object',\n required: ['rev', 'convoId', 'message', 'relatedProfiles'],\n properties: {\n rev: {\n type: 'string',\n },\n convoId: {\n type: 'string',\n },\n message: {\n description:\n 'A system message with data of type #systemMessageDataLockConvo',\n type: 'ref',\n ref: 'lex:chat.bsky.convo.defs#systemMessageView',\n },\n relatedProfiles: {\n description: 'Profiles referred in the system message.',\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:chat.bsky.actor.defs#profileViewBasic',\n },\n },\n },\n },\n logUnlockConvo: {\n description: 'Event indicating a group convo was unlocked.',\n type: 'object',\n required: ['rev', 'convoId', 'message', 'relatedProfiles'],\n properties: {\n rev: {\n type: 'string',\n },\n convoId: {\n type: 'string',\n },\n message: {\n description:\n 'A system message with data of type #systemMessageDataUnlockConvo',\n type: 'ref',\n ref: 'lex:chat.bsky.convo.defs#systemMessageView',\n },\n relatedProfiles: {\n description: 'Profiles referred in the system message.',\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:chat.bsky.actor.defs#profileViewBasic',\n },\n },\n },\n },\n logLockConvoPermanently: {\n description: 'Event indicating a group convo was locked permanently.',\n type: 'object',\n required: ['rev', 'convoId', 'message', 'relatedProfiles'],\n properties: {\n rev: {\n type: 'string',\n },\n convoId: {\n type: 'string',\n },\n message: {\n description:\n 'A system message with data of type #systemMessageDataLockConvoPermanently',\n type: 'ref',\n ref: 'lex:chat.bsky.convo.defs#systemMessageView',\n },\n relatedProfiles: {\n description: 'Profiles referred in the system message.',\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:chat.bsky.actor.defs#profileViewBasic',\n },\n },\n },\n },\n logEditGroup: {\n description: 'Event indicating info about group convo was edited.',\n type: 'object',\n required: ['rev', 'convoId', 'message'],\n properties: {\n rev: {\n type: 'string',\n },\n convoId: {\n type: 'string',\n },\n message: {\n description:\n 'A system message with data of type #systemMessageDataEditGroup',\n type: 'ref',\n ref: 'lex:chat.bsky.convo.defs#systemMessageView',\n },\n },\n },\n logCreateJoinLink: {\n description:\n 'Event indicating a join link was created for a group convo.',\n type: 'object',\n required: ['rev', 'convoId', 'message'],\n properties: {\n rev: {\n type: 'string',\n },\n convoId: {\n type: 'string',\n },\n message: {\n description:\n 'A system message with data of type #systemMessageDataCreateJoinLink',\n type: 'ref',\n ref: 'lex:chat.bsky.convo.defs#systemMessageView',\n },\n },\n },\n logEditJoinLink: {\n description:\n 'Event indicating a settings about a join link for a group convo were edited.',\n type: 'object',\n required: ['rev', 'convoId', 'message'],\n properties: {\n rev: {\n type: 'string',\n },\n convoId: {\n type: 'string',\n },\n message: {\n description:\n 'A system message with data of type #systemMessageDataEditJoinLink',\n type: 'ref',\n ref: 'lex:chat.bsky.convo.defs#systemMessageView',\n },\n },\n },\n logEnableJoinLink: {\n description:\n 'Event indicating a join link was enabled for a group convo.',\n type: 'object',\n required: ['rev', 'convoId', 'message'],\n properties: {\n rev: {\n type: 'string',\n },\n convoId: {\n type: 'string',\n },\n message: {\n description:\n 'A system message with data of type #systemMessageDataEnableJoinLink',\n type: 'ref',\n ref: 'lex:chat.bsky.convo.defs#systemMessageView',\n },\n },\n },\n logDisableJoinLink: {\n description:\n 'Event indicating a join link was disabled for a group convo.',\n type: 'object',\n required: ['rev', 'convoId', 'message'],\n properties: {\n rev: {\n type: 'string',\n },\n convoId: {\n type: 'string',\n },\n message: {\n description:\n 'A system message with data of type #systemMessageDataDisableJoinLink',\n type: 'ref',\n ref: 'lex:chat.bsky.convo.defs#systemMessageView',\n },\n },\n },\n logIncomingJoinRequest: {\n description:\n 'Event indicating a join request was made to a group the viewer owns. Only the owner gets this.',\n type: 'object',\n required: ['rev', 'convoId', 'member'],\n properties: {\n rev: {\n type: 'string',\n },\n convoId: {\n type: 'string',\n },\n member: {\n description: 'Prospective member who requested to join.',\n type: 'ref',\n ref: 'lex:chat.bsky.actor.defs#profileViewBasic',\n },\n },\n },\n logApproveJoinRequest: {\n description:\n 'Event indicating a join request was approved by the viewer. Only the owner gets this. The approved member gets a logBeginConvo.',\n type: 'object',\n required: ['rev', 'convoId', 'member'],\n properties: {\n rev: {\n type: 'string',\n },\n convoId: {\n type: 'string',\n },\n member: {\n description: 'Prospective member who requested to join.',\n type: 'ref',\n ref: 'lex:chat.bsky.actor.defs#profileViewBasic',\n },\n },\n },\n logRejectJoinRequest: {\n description:\n 'Event indicating a join request was rejected by the viewer. Only the owner gets this.',\n type: 'object',\n required: ['rev', 'convoId', 'member'],\n properties: {\n rev: {\n type: 'string',\n },\n convoId: {\n type: 'string',\n },\n member: {\n description: 'Prospective member who requested to join.',\n type: 'ref',\n ref: 'lex:chat.bsky.actor.defs#profileViewBasic',\n },\n },\n },\n logOutgoingJoinRequest: {\n description:\n 'Event indicating a join request was made by the requester. Only requester actor gets this.',\n type: 'object',\n required: ['rev', 'convoId'],\n properties: {\n rev: {\n type: 'string',\n },\n convoId: {\n type: 'string',\n },\n },\n },\n logWithdrawIncomingJoinRequest: {\n description:\n 'Event indicating a prospective member withdrew their join request. Only the owner gets this.',\n type: 'object',\n required: ['rev', 'convoId', 'member'],\n properties: {\n rev: {\n type: 'string',\n },\n convoId: {\n type: 'string',\n },\n member: {\n description: 'Prospective member who withdrew their join request.',\n type: 'ref',\n ref: 'lex:chat.bsky.actor.defs#profileViewBasic',\n },\n },\n },\n logWithdrawOutgoingJoinRequest: {\n description:\n 'Event indicating the viewer withdrew their own join request. Only requester actor gets this.',\n type: 'object',\n required: ['rev', 'convoId'],\n properties: {\n rev: {\n type: 'string',\n },\n convoId: {\n type: 'string',\n },\n },\n },\n logReadJoinRequests: {\n description:\n 'Event indicating the group owner marked join requests as read. Only the owner gets this.',\n type: 'object',\n required: ['rev', 'convoId'],\n properties: {\n rev: {\n type: 'string',\n },\n convoId: {\n type: 'string',\n },\n },\n },\n },\n },\n ChatBskyConvoDeleteMessageForSelf: {\n lexicon: 1,\n id: 'chat.bsky.convo.deleteMessageForSelf',\n defs: {\n main: {\n type: 'procedure',\n description:\n \"Marks a message as deleted for the viewer, so they won't see that message in future enumerations.\",\n errors: [\n {\n name: 'InvalidConvo',\n },\n {\n name: 'MessageDeleteNotAllowed',\n description:\n 'Indicates that this message cannot be deleted, e.g. because it is a system message.',\n },\n ],\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['convoId', 'messageId'],\n properties: {\n convoId: {\n type: 'string',\n },\n messageId: {\n type: 'string',\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'ref',\n ref: 'lex:chat.bsky.convo.defs#deletedMessageView',\n },\n },\n },\n },\n },\n ChatBskyConvoGetConvo: {\n lexicon: 1,\n id: 'chat.bsky.convo.getConvo',\n defs: {\n main: {\n type: 'query',\n description: 'Gets an existing conversation by its ID.',\n errors: [\n {\n name: 'InvalidConvo',\n },\n ],\n parameters: {\n type: 'params',\n required: ['convoId'],\n properties: {\n convoId: {\n type: 'string',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['convo'],\n properties: {\n convo: {\n type: 'ref',\n ref: 'lex:chat.bsky.convo.defs#convoView',\n },\n },\n },\n },\n },\n },\n },\n ChatBskyConvoGetConvoAvailability: {\n lexicon: 1,\n id: 'chat.bsky.convo.getConvoAvailability',\n defs: {\n main: {\n type: 'query',\n description:\n \"Check whether the requester and the other members can start a 1-1 chat. Only applicable to direct (non-group) conversations. If an existing convo is found for these members, it is returned. Does not create a new convo if it doesn't exist.\",\n parameters: {\n type: 'params',\n required: ['members'],\n properties: {\n members: {\n type: 'array',\n minLength: 1,\n maxLength: 10,\n items: {\n type: 'string',\n format: 'did',\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['canChat'],\n properties: {\n canChat: {\n type: 'boolean',\n },\n convo: {\n type: 'ref',\n ref: 'lex:chat.bsky.convo.defs#convoView',\n },\n },\n },\n },\n },\n },\n },\n ChatBskyConvoGetConvoForMembers: {\n lexicon: 1,\n id: 'chat.bsky.convo.getConvoForMembers',\n defs: {\n main: {\n type: 'query',\n description:\n 'Get or create a 1-1 conversation for the given members. Always returns the same direct (non-group) conversation. To create a group conversation, use createGroup.',\n errors: [\n {\n name: 'AccountSuspended',\n },\n {\n name: 'BlockedActor',\n },\n {\n name: 'BlockedSubject',\n },\n {\n name: 'MessagesDisabled',\n },\n {\n name: 'NotFollowedBySender',\n },\n {\n name: 'RecipientNotFound',\n },\n ],\n parameters: {\n type: 'params',\n required: ['members'],\n properties: {\n members: {\n type: 'array',\n minLength: 1,\n maxLength: 10,\n items: {\n type: 'string',\n format: 'did',\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['convo'],\n properties: {\n convo: {\n type: 'ref',\n ref: 'lex:chat.bsky.convo.defs#convoView',\n },\n },\n },\n },\n },\n },\n },\n ChatBskyConvoGetConvoMembers: {\n lexicon: 1,\n id: 'chat.bsky.convo.getConvoMembers',\n defs: {\n main: {\n type: 'query',\n description: 'Returns a paginated list of members from a conversation.',\n errors: [\n {\n name: 'InvalidConvo',\n },\n ],\n parameters: {\n type: 'params',\n required: ['convoId'],\n properties: {\n convoId: {\n type: 'string',\n },\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 100,\n default: 50,\n },\n cursor: {\n type: 'string',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['members'],\n properties: {\n cursor: {\n type: 'string',\n },\n members: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:chat.bsky.actor.defs#profileViewBasic',\n },\n },\n },\n },\n },\n },\n },\n },\n ChatBskyConvoGetLog: {\n lexicon: 1,\n id: 'chat.bsky.convo.getLog',\n defs: {\n main: {\n type: 'query',\n parameters: {\n type: 'params',\n required: [],\n properties: {\n cursor: {\n type: 'string',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['logs'],\n properties: {\n cursor: {\n type: 'string',\n },\n logs: {\n type: 'array',\n items: {\n type: 'union',\n refs: [\n 'lex:chat.bsky.convo.defs#logBeginConvo',\n 'lex:chat.bsky.convo.defs#logAcceptConvo',\n 'lex:chat.bsky.convo.defs#logLeaveConvo',\n 'lex:chat.bsky.convo.defs#logMuteConvo',\n 'lex:chat.bsky.convo.defs#logUnmuteConvo',\n 'lex:chat.bsky.convo.defs#logCreateMessage',\n 'lex:chat.bsky.convo.defs#logDeleteMessage',\n 'lex:chat.bsky.convo.defs#logReadMessage',\n 'lex:chat.bsky.convo.defs#logAddReaction',\n 'lex:chat.bsky.convo.defs#logRemoveReaction',\n 'lex:chat.bsky.convo.defs#logReadConvo',\n 'lex:chat.bsky.convo.defs#logAddMember',\n 'lex:chat.bsky.convo.defs#logRemoveMember',\n 'lex:chat.bsky.convo.defs#logMemberJoin',\n 'lex:chat.bsky.convo.defs#logMemberLeave',\n 'lex:chat.bsky.convo.defs#logLockConvo',\n 'lex:chat.bsky.convo.defs#logUnlockConvo',\n 'lex:chat.bsky.convo.defs#logLockConvoPermanently',\n 'lex:chat.bsky.convo.defs#logEditGroup',\n 'lex:chat.bsky.convo.defs#logCreateJoinLink',\n 'lex:chat.bsky.convo.defs#logEditJoinLink',\n 'lex:chat.bsky.convo.defs#logEnableJoinLink',\n 'lex:chat.bsky.convo.defs#logDisableJoinLink',\n 'lex:chat.bsky.convo.defs#logIncomingJoinRequest',\n 'lex:chat.bsky.convo.defs#logApproveJoinRequest',\n 'lex:chat.bsky.convo.defs#logRejectJoinRequest',\n 'lex:chat.bsky.convo.defs#logOutgoingJoinRequest',\n 'lex:chat.bsky.convo.defs#logWithdrawIncomingJoinRequest',\n 'lex:chat.bsky.convo.defs#logWithdrawOutgoingJoinRequest',\n 'lex:chat.bsky.convo.defs#logReadJoinRequests',\n ],\n },\n },\n },\n },\n },\n },\n },\n },\n ChatBskyConvoGetMessages: {\n lexicon: 1,\n id: 'chat.bsky.convo.getMessages',\n defs: {\n main: {\n type: 'query',\n description: 'Returns a page of messages from a conversation.',\n errors: [\n {\n name: 'InvalidConvo',\n },\n ],\n parameters: {\n type: 'params',\n required: ['convoId'],\n properties: {\n convoId: {\n type: 'string',\n },\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 100,\n default: 50,\n },\n cursor: {\n type: 'string',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['messages'],\n properties: {\n cursor: {\n type: 'string',\n },\n messages: {\n type: 'array',\n items: {\n type: 'union',\n refs: [\n 'lex:chat.bsky.convo.defs#messageView',\n 'lex:chat.bsky.convo.defs#deletedMessageView',\n 'lex:chat.bsky.convo.defs#systemMessageView',\n ],\n },\n },\n relatedProfiles: {\n description:\n 'Set of all members who authored or reacted to the returned messages. Members referred to by system messages are also included.',\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:chat.bsky.actor.defs#profileViewBasic',\n },\n },\n },\n },\n },\n },\n },\n },\n ChatBskyConvoGetUnreadCounts: {\n lexicon: 1,\n id: 'chat.bsky.convo.getUnreadCounts',\n defs: {\n main: {\n type: 'query',\n description:\n \"Returns unread conversation counts for conversations that are unlocked, not muted, split by convo status. Direct convos are excluded when a block relationship exists between the actor and the other member, or when the other member's account is deleted or deactivated. Group convos are considered unread if they have unread join request counts.\",\n parameters: {\n type: 'params',\n properties: {\n includeGroupChats: {\n type: 'boolean',\n default: true,\n description:\n 'When false, group convos are excluded from the counts.',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['unreadAcceptedConvos', 'unreadRequestConvos'],\n properties: {\n unreadAcceptedConvos: {\n type: 'integer',\n description:\n 'Number of unread, unlocked accepted convos. Counts convos with unread messages and unread join requests. Capped at 100, where 100 means more than 99.',\n },\n unreadRequestConvos: {\n type: 'integer',\n description:\n 'Number of unread, unlocked request convos. Includes convos with unread messages, but not with unread join request, since only the owner of a group has join requests to read, and the group would necessarily be accepted. Capped at 100, where 100 means more than 99.',\n },\n },\n },\n },\n },\n },\n },\n ChatBskyConvoLeaveConvo: {\n lexicon: 1,\n id: 'chat.bsky.convo.leaveConvo',\n defs: {\n main: {\n type: 'procedure',\n description:\n 'Leaves a conversation (direct or group). For group, this effectively removes membership. For direct, membership is never removed, only changed to remove from enumerations by the user who left.',\n errors: [\n {\n name: 'InvalidConvo',\n },\n {\n name: 'OwnerCannotLeave',\n description:\n 'The owner of a group conversation cannot leave before locking the group.',\n },\n ],\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['convoId'],\n properties: {\n convoId: {\n type: 'string',\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['convoId', 'rev'],\n properties: {\n convoId: {\n type: 'string',\n },\n rev: {\n type: 'string',\n },\n },\n },\n },\n },\n },\n },\n ChatBskyConvoListConvoRequests: {\n lexicon: 1,\n id: 'chat.bsky.convo.listConvoRequests',\n defs: {\n main: {\n type: 'query',\n description:\n 'Returns a page of incoming conversation requests for the user. Direct convo requests are returned as convoView; group join requests made by the user are returned as joinRequestConvoView.',\n parameters: {\n type: 'params',\n properties: {\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 100,\n default: 50,\n },\n cursor: {\n type: 'string',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['requests'],\n properties: {\n cursor: {\n type: 'string',\n },\n requests: {\n type: 'array',\n items: {\n type: 'union',\n refs: [\n 'lex:chat.bsky.convo.defs#convoView',\n 'lex:chat.bsky.group.defs#joinRequestConvoView',\n ],\n },\n },\n },\n },\n },\n },\n },\n },\n ChatBskyConvoListConvos: {\n lexicon: 1,\n id: 'chat.bsky.convo.listConvos',\n defs: {\n main: {\n type: 'query',\n description:\n 'Returns a page of conversations (direct or group) for the user.',\n parameters: {\n type: 'params',\n properties: {\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 100,\n default: 50,\n },\n cursor: {\n type: 'string',\n },\n readState: {\n type: 'string',\n knownValues: ['unread'],\n },\n status: {\n description:\n 'Filter convos by their status. It is discouraged to call with \"request\" and preferred to call chat.bsky.convo.listConvoRequests, which also includes group join requests made by the user.',\n type: 'string',\n knownValues: ['request', 'accepted'],\n },\n kind: {\n type: 'string',\n description: 'Filter by conversation kind.',\n knownValues: ['direct', 'group'],\n },\n lockStatus: {\n type: 'string',\n description:\n 'Filter by conversation lock status. Values follow chat.bsky.convo.defs#convoLockStatus.',\n knownValues: ['unlocked', 'locked', 'locked-permanently'],\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['convos'],\n properties: {\n cursor: {\n type: 'string',\n },\n convos: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:chat.bsky.convo.defs#convoView',\n },\n },\n },\n },\n },\n },\n },\n },\n ChatBskyConvoLockConvo: {\n lexicon: 1,\n id: 'chat.bsky.convo.lockConvo',\n defs: {\n main: {\n type: 'procedure',\n description:\n 'Locks a group convo so no more content (messages, reactions) can be added to it.',\n errors: [\n {\n name: 'ConvoLocked',\n },\n {\n name: 'InvalidConvo',\n },\n {\n name: 'InsufficientRole',\n },\n ],\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['convoId'],\n properties: {\n convoId: {\n type: 'string',\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['convo'],\n properties: {\n convo: {\n type: 'ref',\n ref: 'lex:chat.bsky.convo.defs#convoView',\n },\n },\n },\n },\n },\n },\n },\n ChatBskyConvoMuteConvo: {\n lexicon: 1,\n id: 'chat.bsky.convo.muteConvo',\n defs: {\n main: {\n type: 'procedure',\n description:\n 'Mutes a conversation, preventing notifications related to it.',\n errors: [\n {\n name: 'InvalidConvo',\n },\n ],\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['convoId'],\n properties: {\n convoId: {\n type: 'string',\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['convo'],\n properties: {\n convo: {\n type: 'ref',\n ref: 'lex:chat.bsky.convo.defs#convoView',\n },\n },\n },\n },\n },\n },\n },\n ChatBskyConvoRemoveReaction: {\n lexicon: 1,\n id: 'chat.bsky.convo.removeReaction',\n defs: {\n main: {\n type: 'procedure',\n description:\n \"Removes an emoji reaction from a message. Requires authentication. It is idempotent, so multiple calls from the same user with the same emoji result in that reaction not being present, even if it already wasn't.\",\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['convoId', 'messageId', 'value'],\n properties: {\n convoId: {\n type: 'string',\n },\n messageId: {\n type: 'string',\n },\n value: {\n type: 'string',\n minLength: 1,\n maxLength: 64,\n minGraphemes: 1,\n maxGraphemes: 1,\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['message'],\n properties: {\n message: {\n type: 'ref',\n ref: 'lex:chat.bsky.convo.defs#messageView',\n },\n },\n },\n },\n errors: [\n {\n name: 'InvalidConvo',\n },\n {\n name: 'ReactionNotAllowed',\n description:\n 'Indicates that reactions are not allowed on this message, e.g. because it is a system message.',\n },\n {\n name: 'ReactionMessageDeleted',\n description:\n 'Indicates that the message has been deleted and reactions can no longer be added/removed.',\n },\n {\n name: 'ReactionInvalidValue',\n description:\n 'Indicates the value for the reaction is not acceptable. In general, this means it is not an emoji.',\n },\n ],\n },\n },\n },\n ChatBskyConvoSendMessage: {\n lexicon: 1,\n id: 'chat.bsky.convo.sendMessage',\n defs: {\n main: {\n type: 'procedure',\n description: 'Sends a message to a conversation.',\n errors: [\n {\n name: 'ConvoLocked',\n },\n {\n name: 'InvalidConvo',\n },\n {\n name: 'ReplyTargetNotFound',\n },\n ],\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['convoId', 'message'],\n properties: {\n convoId: {\n type: 'string',\n },\n message: {\n type: 'ref',\n ref: 'lex:chat.bsky.convo.defs#messageInput',\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'ref',\n ref: 'lex:chat.bsky.convo.defs#messageView',\n },\n },\n },\n },\n },\n ChatBskyConvoSendMessageBatch: {\n lexicon: 1,\n id: 'chat.bsky.convo.sendMessageBatch',\n defs: {\n main: {\n type: 'procedure',\n description: 'Sends a batch of messages to a conversation.',\n errors: [\n {\n name: 'ConvoLocked',\n },\n {\n name: 'InvalidConvo',\n },\n {\n name: 'ReplyTargetNotFound',\n },\n ],\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['items'],\n properties: {\n items: {\n type: 'array',\n maxLength: 100,\n items: {\n type: 'ref',\n ref: 'lex:chat.bsky.convo.sendMessageBatch#batchItem',\n },\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['items'],\n properties: {\n items: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:chat.bsky.convo.defs#messageView',\n },\n },\n },\n },\n },\n },\n batchItem: {\n type: 'object',\n required: ['convoId', 'message'],\n properties: {\n convoId: {\n type: 'string',\n },\n message: {\n type: 'ref',\n ref: 'lex:chat.bsky.convo.defs#messageInput',\n },\n },\n },\n },\n },\n ChatBskyConvoUnlockConvo: {\n lexicon: 1,\n id: 'chat.bsky.convo.unlockConvo',\n defs: {\n main: {\n type: 'procedure',\n description:\n 'Unlocks a group convo so it is able to receive new content.',\n errors: [\n {\n name: 'InvalidConvo',\n },\n {\n name: 'InsufficientRole',\n },\n {\n name: 'ConvoLockedByModeration',\n },\n ],\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['convoId'],\n properties: {\n convoId: {\n type: 'string',\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['convo'],\n properties: {\n convo: {\n type: 'ref',\n ref: 'lex:chat.bsky.convo.defs#convoView',\n },\n },\n },\n },\n },\n },\n },\n ChatBskyConvoUnmuteConvo: {\n lexicon: 1,\n id: 'chat.bsky.convo.unmuteConvo',\n defs: {\n main: {\n type: 'procedure',\n description:\n 'Unmutes a conversation, allowing notifications related to it.',\n errors: [\n {\n name: 'InvalidConvo',\n },\n ],\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['convoId'],\n properties: {\n convoId: {\n type: 'string',\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['convo'],\n properties: {\n convo: {\n type: 'ref',\n ref: 'lex:chat.bsky.convo.defs#convoView',\n },\n },\n },\n },\n },\n },\n },\n ChatBskyConvoUpdateAllRead: {\n lexicon: 1,\n id: 'chat.bsky.convo.updateAllRead',\n defs: {\n main: {\n type: 'procedure',\n description:\n 'Sets conversations from a user as read to the latest message, with filters.',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n properties: {\n status: {\n type: 'string',\n knownValues: ['request', 'accepted'],\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['updatedCount'],\n properties: {\n updatedCount: {\n description: 'The count of updated convos.',\n type: 'integer',\n },\n },\n },\n },\n },\n },\n },\n ChatBskyConvoUpdateRead: {\n lexicon: 1,\n id: 'chat.bsky.convo.updateRead',\n defs: {\n main: {\n type: 'procedure',\n description:\n 'Updates the read state of a conversation from, optionally specifying the last read message.',\n errors: [\n {\n name: 'InvalidConvo',\n },\n ],\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['convoId'],\n properties: {\n convoId: {\n type: 'string',\n },\n messageId: {\n type: 'string',\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['convo'],\n properties: {\n convo: {\n type: 'ref',\n ref: 'lex:chat.bsky.convo.defs#convoView',\n },\n },\n },\n },\n },\n },\n },\n ChatBskyEmbedJoinLink: {\n lexicon: 1,\n id: 'chat.bsky.embed.joinLink',\n description: 'A join link embedded in a chat message.',\n defs: {\n main: {\n type: 'object',\n required: ['code'],\n properties: {\n code: {\n type: 'string',\n description: 'The join link code.',\n },\n },\n },\n view: {\n type: 'object',\n required: ['joinLinkPreview'],\n properties: {\n joinLinkPreview: {\n type: 'union',\n refs: [\n 'lex:chat.bsky.group.defs#joinLinkPreviewView',\n 'lex:chat.bsky.group.defs#disabledJoinLinkPreviewView',\n 'lex:chat.bsky.group.defs#invalidJoinLinkPreviewView',\n ],\n },\n },\n },\n },\n },\n ChatBskyGroupAddMembers: {\n lexicon: 1,\n id: 'chat.bsky.group.addMembers',\n defs: {\n main: {\n type: 'procedure',\n description:\n \"Adds members to a group. The members are added in 'request' status, so they have to accept it. This creates convo memberships.\",\n errors: [\n {\n name: 'AccountSuspended',\n },\n {\n name: 'BlockedActor',\n },\n {\n name: 'BlockedSubject',\n },\n {\n name: 'ConvoLocked',\n },\n {\n name: 'InsufficientRole',\n },\n {\n name: 'InvalidConvo',\n },\n {\n name: 'MemberLimitReached',\n },\n {\n name: 'NotFollowedBySender',\n },\n {\n name: 'RecipientNotFound',\n },\n {\n name: 'UserForbidsGroups',\n },\n ],\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['convoId', 'members'],\n properties: {\n convoId: {\n type: 'string',\n },\n members: {\n type: 'array',\n items: {\n type: 'string',\n format: 'did',\n },\n minLength: 1,\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['convo'],\n properties: {\n convo: {\n type: 'ref',\n ref: 'lex:chat.bsky.convo.defs#convoView',\n },\n addedMembers: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:chat.bsky.actor.defs#profileViewBasic',\n },\n },\n },\n },\n },\n },\n },\n },\n ChatBskyGroupApproveJoinRequest: {\n lexicon: 1,\n id: 'chat.bsky.group.approveJoinRequest',\n defs: {\n main: {\n type: 'procedure',\n description:\n 'Approves a request to join a group (via join link) the user owns. Action taken by the group owner.',\n errors: [\n {\n name: 'InvalidConvo',\n },\n {\n name: 'InsufficientRole',\n },\n {\n name: 'MemberLimitReached',\n },\n ],\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['convoId', 'member'],\n properties: {\n convoId: {\n type: 'string',\n },\n member: {\n type: 'string',\n format: 'did',\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['convo'],\n properties: {\n convo: {\n type: 'ref',\n ref: 'lex:chat.bsky.convo.defs#convoView',\n },\n },\n },\n },\n },\n },\n },\n ChatBskyGroupCreateGroup: {\n lexicon: 1,\n id: 'chat.bsky.group.createGroup',\n defs: {\n main: {\n type: 'procedure',\n description:\n \"Creates a group convo, specifying the members to be added to it. Unlike getConvoForMembers, this isn't idempotent. It will create new groups even if the membership is identical to pre-existing groups. Will create 'request' membership for all members, except the owner who is 'accepted'.\",\n errors: [\n {\n name: 'AccountSuspended',\n },\n {\n name: 'BlockedActor',\n },\n {\n name: 'BlockedSubject',\n },\n {\n name: 'NewAccountCannotCreateGroup',\n },\n {\n name: 'NotFollowedBySender',\n },\n {\n name: 'RecipientNotFound',\n },\n {\n name: 'UserForbidsGroups',\n },\n ],\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['members', 'name'],\n properties: {\n members: {\n type: 'array',\n description:\n \"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.\",\n maxLength: 10000,\n items: {\n type: 'string',\n format: 'did',\n },\n },\n name: {\n type: 'string',\n minLength: 1,\n maxGraphemes: 50,\n maxLength: 500,\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['convo'],\n properties: {\n convo: {\n type: 'ref',\n ref: 'lex:chat.bsky.convo.defs#convoView',\n },\n },\n },\n },\n },\n },\n },\n ChatBskyGroupCreateJoinLink: {\n lexicon: 1,\n id: 'chat.bsky.group.createJoinLink',\n defs: {\n main: {\n type: 'procedure',\n description: 'Creates a join link for the group convo.',\n errors: [\n {\n name: 'EnabledJoinLinkAlreadyExists',\n },\n {\n name: 'InvalidConvo',\n },\n {\n name: 'InsufficientRole',\n },\n ],\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['convoId', 'joinRule'],\n properties: {\n convoId: {\n type: 'string',\n },\n requireApproval: {\n type: 'boolean',\n default: false,\n },\n joinRule: {\n type: 'ref',\n ref: 'lex:chat.bsky.group.defs#joinRule',\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['joinLink'],\n properties: {\n joinLink: {\n type: 'ref',\n ref: 'lex:chat.bsky.group.defs#joinLinkView',\n },\n },\n },\n },\n },\n },\n },\n ChatBskyGroupDefs: {\n lexicon: 1,\n id: 'chat.bsky.group.defs',\n defs: {\n linkEnabledStatus: {\n type: 'string',\n knownValues: ['enabled', 'disabled'],\n },\n joinRule: {\n type: 'string',\n knownValues: ['anyone', 'followedByOwner'],\n },\n joinLinkView: {\n description:\n 'Join link view to be used within a group view, so the convo is surrounding, not specified inside this view.',\n type: 'object',\n required: [\n 'code',\n 'enabledStatus',\n 'requireApproval',\n 'joinRule',\n 'createdAt',\n ],\n properties: {\n code: {\n type: 'string',\n },\n enabledStatus: {\n type: 'ref',\n ref: 'lex:chat.bsky.group.defs#linkEnabledStatus',\n },\n requireApproval: {\n type: 'boolean',\n },\n joinRule: {\n type: 'ref',\n ref: 'lex:chat.bsky.group.defs#joinRule',\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n },\n },\n },\n joinLinkPreviewView: {\n description:\n 'Preview that can be shown in feeds, including to unauthenticated viewers.',\n type: 'object',\n required: [\n 'convoId',\n 'code',\n 'name',\n 'owner',\n 'memberCount',\n 'memberLimit',\n 'requireApproval',\n 'joinRule',\n ],\n properties: {\n convoId: {\n type: 'string',\n },\n code: {\n type: 'string',\n },\n name: {\n type: 'string',\n },\n owner: {\n type: 'ref',\n ref: 'lex:chat.bsky.actor.defs#profileViewBasic',\n },\n memberCount: {\n type: 'integer',\n },\n memberLimit: {\n type: 'integer',\n },\n requireApproval: {\n type: 'boolean',\n },\n joinRule: {\n type: 'ref',\n ref: 'lex:chat.bsky.group.defs#joinRule',\n },\n convo: {\n type: 'ref',\n ref: 'lex:chat.bsky.convo.defs#convoView',\n description:\n 'Present only if the request is authenticated and the user is a member of the group.',\n },\n viewer: {\n type: 'ref',\n ref: 'lex:chat.bsky.group.defs#joinLinkViewerState',\n },\n },\n },\n disabledJoinLinkPreviewView: {\n description:\n 'Preview for a disabled join link. Carries only the code so clients can correlate with the input and render a disabled state.',\n type: 'object',\n required: ['code'],\n properties: {\n code: {\n type: 'string',\n },\n },\n },\n invalidJoinLinkPreviewView: {\n description:\n 'Preview for a join link code that does not map to an existing link. Carries only the code so clients can correlate with the input and render an invalid state.',\n type: 'object',\n required: ['code'],\n properties: {\n code: {\n type: 'string',\n },\n },\n },\n joinLinkViewerState: {\n type: 'object',\n properties: {\n requestedAt: {\n type: 'string',\n format: 'datetime',\n },\n },\n },\n joinRequestView: {\n description: 'A join request from the perspective of the group owner.',\n type: 'object',\n required: ['convoId', 'requestedBy', 'requestedAt'],\n properties: {\n convoId: {\n type: 'string',\n },\n requestedBy: {\n type: 'ref',\n ref: 'lex:chat.bsky.actor.defs#profileViewBasic',\n },\n requestedAt: {\n type: 'string',\n format: 'datetime',\n },\n },\n },\n joinRequestConvoView: {\n description:\n 'A join request from the perspective of the requester, including enough group context to render the request in a list (e.g. group name, owner, member count).',\n type: 'object',\n required: [\n 'convoId',\n 'name',\n 'owner',\n 'memberCount',\n 'memberLimit',\n 'viewer',\n ],\n properties: {\n convoId: {\n type: 'string',\n },\n name: {\n type: 'string',\n },\n owner: {\n type: 'ref',\n ref: 'lex:chat.bsky.actor.defs#profileViewBasic',\n },\n memberCount: {\n type: 'integer',\n },\n memberLimit: {\n type: 'integer',\n },\n viewer: {\n type: 'ref',\n ref: 'lex:chat.bsky.group.defs#joinLinkViewerState',\n },\n },\n },\n },\n },\n ChatBskyGroupDisableJoinLink: {\n lexicon: 1,\n id: 'chat.bsky.group.disableJoinLink',\n defs: {\n main: {\n type: 'procedure',\n description: 'Disables the active join link for the group convo.',\n errors: [\n {\n name: 'InvalidConvo',\n },\n {\n name: 'InsufficientRole',\n },\n {\n name: 'NoJoinLink',\n },\n ],\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['convoId'],\n properties: {\n convoId: {\n type: 'string',\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['joinLink'],\n properties: {\n joinLink: {\n type: 'ref',\n ref: 'lex:chat.bsky.group.defs#joinLinkView',\n },\n },\n },\n },\n },\n },\n },\n ChatBskyGroupEditGroup: {\n lexicon: 1,\n id: 'chat.bsky.group.editGroup',\n defs: {\n main: {\n type: 'procedure',\n description: 'Edits group settings.',\n errors: [\n {\n name: 'ConvoLocked',\n },\n {\n name: 'InvalidConvo',\n },\n {\n name: 'InsufficientRole',\n },\n ],\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['convoId', 'name'],\n properties: {\n convoId: {\n type: 'string',\n },\n name: {\n type: 'string',\n minLength: 1,\n maxGraphemes: 50,\n maxLength: 500,\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['convo'],\n properties: {\n convo: {\n type: 'ref',\n ref: 'lex:chat.bsky.convo.defs#convoView',\n },\n },\n },\n },\n },\n },\n },\n ChatBskyGroupEditJoinLink: {\n lexicon: 1,\n id: 'chat.bsky.group.editJoinLink',\n defs: {\n main: {\n type: 'procedure',\n description:\n 'Edits the existing join link settings for the group convo.',\n errors: [\n {\n name: 'InvalidConvo',\n },\n {\n name: 'InsufficientRole',\n },\n {\n name: 'NoJoinLink',\n },\n ],\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['convoId'],\n properties: {\n convoId: {\n type: 'string',\n },\n requireApproval: {\n type: 'boolean',\n },\n joinRule: {\n type: 'ref',\n ref: 'lex:chat.bsky.group.defs#joinRule',\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['joinLink'],\n properties: {\n joinLink: {\n type: 'ref',\n ref: 'lex:chat.bsky.group.defs#joinLinkView',\n },\n },\n },\n },\n },\n },\n },\n ChatBskyGroupEnableJoinLink: {\n lexicon: 1,\n id: 'chat.bsky.group.enableJoinLink',\n defs: {\n main: {\n type: 'procedure',\n description:\n 'Re-enables a previously disabled join link for the group convo.',\n errors: [\n {\n name: 'InvalidConvo',\n },\n {\n name: 'InsufficientRole',\n },\n {\n name: 'NoJoinLink',\n },\n {\n name: 'LinkAlreadyEnabled',\n },\n ],\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['convoId'],\n properties: {\n convoId: {\n type: 'string',\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['joinLink'],\n properties: {\n joinLink: {\n type: 'ref',\n ref: 'lex:chat.bsky.group.defs#joinLinkView',\n },\n },\n },\n },\n },\n },\n },\n ChatBskyGroupGetJoinLinkPreviews: {\n lexicon: 1,\n id: 'chat.bsky.group.getJoinLinkPreviews',\n defs: {\n main: {\n type: 'query',\n description:\n \"Get public information about groups from join links. The output array matches the input codes one-to-one by position (and each view also carries its 'code'). Disabled codes return a disabledJoinLinkPreviewView, and codes that do not map to a previewable link return an invalidJoinLinkPreviewView.\",\n parameters: {\n type: 'params',\n required: ['codes'],\n properties: {\n codes: {\n type: 'array',\n minLength: 1,\n maxLength: 50,\n items: {\n type: 'string',\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['joinLinkPreviews'],\n properties: {\n joinLinkPreviews: {\n type: 'array',\n items: {\n type: 'union',\n refs: [\n 'lex:chat.bsky.group.defs#joinLinkPreviewView',\n 'lex:chat.bsky.group.defs#disabledJoinLinkPreviewView',\n 'lex:chat.bsky.group.defs#invalidJoinLinkPreviewView',\n ],\n },\n },\n },\n },\n },\n },\n },\n },\n ChatBskyGroupListJoinRequests: {\n lexicon: 1,\n id: 'chat.bsky.group.listJoinRequests',\n defs: {\n main: {\n type: 'query',\n description:\n \"Lists a page of request to join a group (via join link) the user owns. Shows the data from the owner's point of view.\",\n errors: [\n {\n name: 'InvalidConvo',\n },\n {\n name: 'InsufficientRole',\n },\n ],\n parameters: {\n type: 'params',\n required: ['convoId'],\n properties: {\n convoId: {\n type: 'string',\n },\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 100,\n default: 50,\n },\n cursor: {\n type: 'string',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['requests'],\n properties: {\n cursor: {\n type: 'string',\n },\n requests: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:chat.bsky.group.defs#joinRequestView',\n },\n },\n },\n },\n },\n },\n },\n },\n ChatBskyGroupListMutualGroups: {\n lexicon: 1,\n id: 'chat.bsky.group.listMutualGroups',\n defs: {\n main: {\n type: 'query',\n description:\n 'Returns a page of group conversations that both the requester and the specified actor are members of.',\n parameters: {\n type: 'params',\n required: ['subject'],\n properties: {\n subject: {\n type: 'string',\n format: 'did',\n },\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 100,\n default: 50,\n },\n cursor: {\n type: 'string',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['convos'],\n properties: {\n cursor: {\n type: 'string',\n },\n convos: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:chat.bsky.convo.defs#convoView',\n },\n },\n },\n },\n },\n },\n },\n },\n ChatBskyGroupRejectJoinRequest: {\n lexicon: 1,\n id: 'chat.bsky.group.rejectJoinRequest',\n defs: {\n main: {\n type: 'procedure',\n description:\n 'Rejects a request to join a group (via join link) the user owns. Action taken by the group owner.',\n errors: [\n {\n name: 'InvalidConvo',\n },\n {\n name: 'InsufficientRole',\n },\n ],\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['convoId', 'member'],\n properties: {\n convoId: {\n type: 'string',\n },\n member: {\n type: 'string',\n format: 'did',\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: [],\n properties: {},\n },\n },\n },\n },\n },\n ChatBskyGroupRemoveMembers: {\n lexicon: 1,\n id: 'chat.bsky.group.removeMembers',\n defs: {\n main: {\n type: 'procedure',\n description:\n \"Removes members from a group. This deletes convo memberships, doesn't just set a status.\",\n errors: [\n {\n name: 'InvalidConvo',\n },\n {\n name: 'InsufficientRole',\n },\n ],\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['convoId', 'members'],\n properties: {\n convoId: {\n type: 'string',\n },\n members: {\n type: 'array',\n items: {\n type: 'string',\n format: 'did',\n },\n minLength: 1,\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['convo'],\n properties: {\n convo: {\n type: 'ref',\n ref: 'lex:chat.bsky.convo.defs#convoView',\n },\n },\n },\n },\n },\n },\n },\n ChatBskyGroupRequestJoin: {\n lexicon: 1,\n id: 'chat.bsky.group.requestJoin',\n defs: {\n main: {\n type: 'procedure',\n description:\n 'Sends a request to join a group (via join link) to the group owner. Action taken by the prospective group member.',\n errors: [\n {\n name: 'ConvoLocked',\n },\n {\n name: 'FollowRequired',\n },\n {\n name: 'InvalidCode',\n },\n {\n name: 'LinkDisabled',\n },\n {\n name: 'MemberLimitReached',\n },\n {\n name: 'UserKicked',\n },\n ],\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['code'],\n properties: {\n code: {\n type: 'string',\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['status'],\n properties: {\n status: {\n type: 'string',\n knownValues: ['joined', 'pending'],\n },\n convo: {\n description:\n 'The group convo joined. This is only present in the case of status=joined',\n type: 'ref',\n ref: 'lex:chat.bsky.convo.defs#convoView',\n },\n },\n },\n },\n },\n },\n },\n ChatBskyGroupUpdateJoinRequestsRead: {\n lexicon: 1,\n id: 'chat.bsky.group.updateJoinRequestsRead',\n defs: {\n main: {\n type: 'procedure',\n description: 'Marks all join requests as read for the group owner.',\n errors: [\n {\n name: 'InvalidConvo',\n },\n {\n name: 'InsufficientRole',\n },\n ],\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['convoId'],\n properties: {\n convoId: {\n type: 'string',\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: [],\n properties: {},\n },\n },\n },\n },\n },\n ChatBskyGroupWithdrawJoinRequest: {\n lexicon: 1,\n id: 'chat.bsky.group.withdrawJoinRequest',\n defs: {\n main: {\n type: 'procedure',\n description:\n 'Withdraws a pending request to join a group. Action taken by the prospective member who originally requested to join.',\n errors: [\n {\n name: 'InvalidJoinRequest',\n },\n ],\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['convoId'],\n properties: {\n convoId: {\n type: 'string',\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: [],\n properties: {},\n },\n },\n },\n },\n },\n ChatBskyModerationDefs: {\n lexicon: 1,\n id: 'chat.bsky.moderation.defs',\n defs: {\n convoView: {\n description:\n 'A view of a conversation for moderation purposes. Unlike chat.bsky.convo.defs#convoView, it does not include viewer-specific data (such as muted, unreadCount, status, lastMessage, lastReaction), since the requester is a moderator and not a member of the conversation. The member list is not included; use chat.bsky.moderation.getConvoMembers to list members.',\n type: 'object',\n required: ['id', 'rev'],\n properties: {\n id: {\n type: 'string',\n },\n rev: {\n type: 'string',\n },\n kind: {\n description:\n 'Union field that has data specific to different kinds of convos.',\n type: 'union',\n refs: [\n 'lex:chat.bsky.moderation.defs#directConvo',\n 'lex:chat.bsky.moderation.defs#groupConvo',\n ],\n },\n },\n },\n directConvo: {\n description:\n 'Data specific to a direct conversation, for moderation purposes.',\n type: 'object',\n properties: {},\n },\n groupConvo: {\n description:\n 'Data specific to a group conversation, for moderation purposes. Unlike chat.bsky.convo.defs#groupConvo, it does not include viewer-specific data (such as unreadJoinRequestCount), since the requester is a moderator and not a member of the conversation.',\n type: 'object',\n required: [\n 'createdAt',\n 'joinRequestCount',\n 'lockStatus',\n 'memberCount',\n 'memberLimit',\n 'name',\n ],\n properties: {\n createdAt: {\n type: 'string',\n format: 'datetime',\n },\n joinLink: {\n type: 'ref',\n ref: 'lex:chat.bsky.group.defs#joinLinkView',\n },\n joinRequestCount: {\n type: 'integer',\n description:\n 'The total number of pending join requests for the group conversation. This information is only visible to the owner and to moderators. Capped at 21.',\n },\n lockStatus: {\n description: 'The lock status of the conversation.',\n type: 'ref',\n ref: 'lex:chat.bsky.convo.defs#convoLockStatus',\n },\n memberCount: {\n type: 'integer',\n description:\n 'The total number of members in the group conversation.',\n },\n memberLimit: {\n type: 'integer',\n description:\n 'The maximum number of members allowed in the group conversation.',\n },\n name: {\n type: 'string',\n description: 'The display name of the group conversation.',\n maxGraphemes: 50,\n maxLength: 500,\n },\n },\n },\n },\n },\n ChatBskyModerationGetActorMetadata: {\n lexicon: 1,\n id: 'chat.bsky.moderation.getActorMetadata',\n defs: {\n main: {\n type: 'query',\n parameters: {\n type: 'params',\n required: ['actor'],\n properties: {\n actor: {\n type: 'string',\n format: 'did',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['day', 'month', 'all'],\n properties: {\n day: {\n type: 'ref',\n ref: 'lex:chat.bsky.moderation.getActorMetadata#metadata',\n },\n month: {\n type: 'ref',\n ref: 'lex:chat.bsky.moderation.getActorMetadata#metadata',\n },\n all: {\n type: 'ref',\n ref: 'lex:chat.bsky.moderation.getActorMetadata#metadata',\n },\n },\n },\n },\n },\n metadata: {\n type: 'object',\n required: [\n 'messagesSent',\n 'messagesReceived',\n 'convos',\n 'convosStarted',\n ],\n properties: {\n messagesSent: {\n type: 'integer',\n },\n messagesReceived: {\n type: 'integer',\n },\n convos: {\n type: 'integer',\n },\n convosStarted: {\n type: 'integer',\n },\n },\n },\n },\n },\n ChatBskyModerationGetConvo: {\n lexicon: 1,\n id: 'chat.bsky.moderation.getConvo',\n defs: {\n main: {\n type: 'query',\n description:\n 'Gets an existing conversation by its ID, for moderation purposes. Does not require the requester to be a member of the conversation.',\n errors: [\n {\n name: 'InvalidConvo',\n },\n ],\n parameters: {\n type: 'params',\n required: ['convoId'],\n properties: {\n convoId: {\n type: 'string',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['convo'],\n properties: {\n convo: {\n type: 'ref',\n ref: 'lex:chat.bsky.moderation.defs#convoView',\n },\n },\n },\n },\n },\n },\n },\n ChatBskyModerationGetConvoMembers: {\n lexicon: 1,\n id: 'chat.bsky.moderation.getConvoMembers',\n defs: {\n main: {\n type: 'query',\n description:\n 'Returns a paginated list of members from a conversation, for moderation purposes. Does not require the requester to be a member of the conversation.',\n errors: [\n {\n name: 'InvalidConvo',\n },\n ],\n parameters: {\n type: 'params',\n required: ['convoId'],\n properties: {\n convoId: {\n type: 'string',\n },\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 100,\n default: 50,\n },\n cursor: {\n type: 'string',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['members'],\n properties: {\n cursor: {\n type: 'string',\n },\n members: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:chat.bsky.actor.defs#profileViewBasic',\n },\n },\n },\n },\n },\n },\n },\n },\n ChatBskyModerationGetConvos: {\n lexicon: 1,\n id: 'chat.bsky.moderation.getConvos',\n defs: {\n main: {\n type: 'query',\n description:\n 'Gets existing conversations by their IDs, for moderation purposes. Does not require the requester to be a member of the conversations. Unknown IDs are silently omitted from the response.',\n parameters: {\n type: 'params',\n required: ['convoIds'],\n properties: {\n convoIds: {\n type: 'array',\n minLength: 1,\n maxLength: 100,\n items: {\n type: 'string',\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['convos'],\n properties: {\n convos: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:chat.bsky.moderation.defs#convoView',\n },\n },\n },\n },\n },\n },\n },\n },\n ChatBskyModerationGetMessageContext: {\n lexicon: 1,\n id: 'chat.bsky.moderation.getMessageContext',\n defs: {\n main: {\n type: 'query',\n parameters: {\n type: 'params',\n required: ['messageId'],\n properties: {\n convoId: {\n type: 'string',\n description:\n 'Conversation that the message is from. NOTE: this field will eventually be required.',\n },\n messageId: {\n type: 'string',\n },\n before: {\n type: 'integer',\n default: 5,\n description:\n 'Number of user messages before the target to include. System messages between the earliest returned user message and the target are also included, capped per gap by `maxInterleavedSystemMessages`. If there are no user messages before the target, up to `maxInterleavedSystemMessages` system messages immediately preceding the target are returned instead.',\n },\n after: {\n type: 'integer',\n default: 5,\n description:\n 'Number of user messages after the target to include. System messages between the target and the latest returned user message are also included, capped per gap by `maxInterleavedSystemMessages`. If there are no user messages after the target, up to `maxInterleavedSystemMessages` system messages immediately following the target are returned instead.',\n },\n maxInterleavedSystemMessages: {\n type: 'integer',\n default: 10,\n minimum: 0,\n maximum: 1000,\n description:\n 'Maximum number of system messages to include per gap between consecutive returned messages (and per side when there are no user messages on that side). Within a gap, the system messages closest to the earlier message are kept.',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['messages'],\n properties: {\n messages: {\n type: 'array',\n items: {\n type: 'union',\n refs: [\n 'lex:chat.bsky.convo.defs#messageView',\n 'lex:chat.bsky.convo.defs#systemMessageView',\n ],\n },\n },\n },\n },\n },\n },\n },\n },\n ChatBskyModerationSubscribeModEvents: {\n lexicon: 1,\n id: 'chat.bsky.moderation.subscribeModEvents',\n defs: {\n main: {\n type: 'subscription',\n description:\n 'Subscribe to stream of chat events targeted to moderation. Private endpoint.',\n parameters: {\n type: 'params',\n properties: {\n cursor: {\n type: 'string',\n description:\n \"The last known event seq number to backfill from. Use '2222222222222' to backfill from the beginning. Don't specify a cursor to listen only for new events.\",\n },\n },\n },\n message: {\n schema: {\n type: 'union',\n refs: [\n 'lex:chat.bsky.moderation.subscribeModEvents#eventConvoFirstMessage',\n 'lex:chat.bsky.moderation.subscribeModEvents#eventGroupChatCreated',\n 'lex:chat.bsky.moderation.subscribeModEvents#eventGroupChatMemberAdded',\n 'lex:chat.bsky.moderation.subscribeModEvents#eventGroupChatMemberJoined',\n 'lex:chat.bsky.moderation.subscribeModEvents#eventGroupChatJoinRequest',\n 'lex:chat.bsky.moderation.subscribeModEvents#eventGroupChatJoinRequestApproved',\n 'lex:chat.bsky.moderation.subscribeModEvents#eventGroupChatJoinRequestRejected',\n 'lex:chat.bsky.moderation.subscribeModEvents#eventChatAccepted',\n 'lex:chat.bsky.moderation.subscribeModEvents#eventGroupChatMemberLeft',\n 'lex:chat.bsky.moderation.subscribeModEvents#eventGroupChatUpdated',\n 'lex:chat.bsky.moderation.subscribeModEvents#eventRateLimitExceeded',\n ],\n },\n },\n errors: [\n {\n name: 'FutureCursor',\n },\n {\n name: 'ConsumerTooSlow',\n description:\n 'If the consumer of the stream can not keep up with events, and a backlog gets too large, the server will drop the connection.',\n },\n ],\n },\n eventConvoFirstMessage: {\n type: 'object',\n description: 'Fired when the first message was sent on a convo.',\n required: ['createdAt', 'rev', 'convoId', 'user', 'recipients'],\n properties: {\n convoId: {\n type: 'string',\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n },\n messageId: {\n type: 'string',\n },\n recipients: {\n description:\n 'The list of DIDs message recipients. Does not include the sender, which is in the `user` field',\n type: 'array',\n items: {\n type: 'string',\n format: 'did',\n },\n },\n rev: {\n type: 'string',\n },\n user: {\n description: 'The DID of the message author.',\n type: 'string',\n format: 'did',\n },\n },\n },\n eventGroupChatCreated: {\n type: 'object',\n description: 'Fire when a group chat is created.',\n required: [\n 'actorDid',\n 'convoCreatedAt',\n 'convoId',\n 'createdAt',\n 'groupMemberCount',\n 'groupName',\n 'initialMemberDids',\n 'ownerDid',\n 'rev',\n ],\n properties: {\n actorDid: {\n description:\n 'The DID of the actor performing the action. For this event, same as ownerDid.',\n type: 'string',\n format: 'did',\n },\n convoCreatedAt: {\n description: 'When the group was originally created.',\n type: 'string',\n format: 'datetime',\n },\n convoId: {\n type: 'string',\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n },\n groupMemberCount: {\n description: 'Current member count at the time of the event.',\n type: 'integer',\n },\n groupName: {\n description: 'The name set at creation time.',\n type: 'string',\n },\n initialMemberDids: {\n description: 'DIDs of everyone added at creation time.',\n type: 'array',\n items: {\n type: 'string',\n format: 'did',\n },\n },\n ownerDid: {\n description: 'The DID of the group chat owner.',\n type: 'string',\n format: 'did',\n },\n rev: {\n type: 'string',\n },\n },\n },\n eventGroupChatMemberAdded: {\n type: 'object',\n description:\n \"Fired when a member is added to a group chat. Note that members are added in the 'request' state.\",\n required: [\n 'actorDid',\n 'convoCreatedAt',\n 'convoId',\n 'createdAt',\n 'groupMemberCount',\n 'groupName',\n 'ownerDid',\n 'requestMembersCount',\n 'rev',\n 'subjectDid',\n 'subjectFollowsOwner',\n ],\n properties: {\n actorDid: {\n description:\n 'The DID of the actor performing the action. For this event, same as ownerDid.',\n type: 'string',\n format: 'did',\n },\n convoCreatedAt: {\n description: 'When the group was originally created.',\n type: 'string',\n format: 'datetime',\n },\n convoId: {\n type: 'string',\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n },\n groupMemberCount: {\n description: 'Current member count at the time of the event.',\n type: 'integer',\n },\n groupName: {\n type: 'string',\n },\n ownerDid: {\n description: 'The DID of the group chat owner.',\n type: 'string',\n format: 'did',\n },\n requestMembersCount: {\n description:\n 'The number of members who have not yet accepted the convo.',\n type: 'integer',\n },\n rev: {\n type: 'string',\n },\n subjectDid: {\n description: 'The DID of the member who was added.',\n type: 'string',\n format: 'did',\n },\n subjectFollowsOwner: {\n description: 'Whether the added member follows the group owner.',\n type: 'boolean',\n },\n },\n },\n eventGroupChatMemberJoined: {\n type: 'object',\n description:\n 'Fired when a member joins a group chat via an join link that does not require approval.',\n required: [\n 'actorDid',\n 'convoCreatedAt',\n 'convoId',\n 'createdAt',\n 'groupMemberCount',\n 'groupName',\n 'joinLinkCode',\n 'ownerDid',\n 'rev',\n 'subjectFollowsOwner',\n ],\n properties: {\n actorDid: {\n description: 'The DID of the person joining.',\n type: 'string',\n format: 'did',\n },\n convoCreatedAt: {\n description: 'When the group was originally created.',\n type: 'string',\n format: 'datetime',\n },\n convoId: {\n type: 'string',\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n },\n groupMemberCount: {\n description: 'Current member count at the time of the event.',\n type: 'integer',\n },\n groupName: {\n type: 'string',\n },\n joinLinkCode: {\n description: 'The code of the join link used to join.',\n type: 'string',\n },\n ownerDid: {\n description: 'The DID of the group chat owner.',\n type: 'string',\n format: 'did',\n },\n rev: {\n type: 'string',\n },\n subjectFollowsOwner: {\n description: 'Whether the joining member follows the group owner.',\n type: 'boolean',\n },\n },\n },\n eventGroupChatJoinRequest: {\n type: 'object',\n description:\n 'Fired when a user requests to join a group chat via an join link that requires approval.',\n required: [\n 'actorDid',\n 'convoCreatedAt',\n 'convoId',\n 'createdAt',\n 'groupMemberCount',\n 'groupName',\n 'joinLinkCode',\n 'ownerDid',\n 'rev',\n 'subjectFollowsOwner',\n ],\n properties: {\n actorDid: {\n description: 'The DID of the person requesting to join.',\n type: 'string',\n format: 'did',\n },\n convoCreatedAt: {\n description: 'When the group was originally created.',\n type: 'string',\n format: 'datetime',\n },\n convoId: {\n type: 'string',\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n },\n groupMemberCount: {\n description: 'Current member count at the time of the event.',\n type: 'integer',\n },\n groupName: {\n type: 'string',\n },\n joinLinkCode: {\n description: 'The code of the join link used to request joining.',\n type: 'string',\n },\n ownerDid: {\n description: 'The DID of the group chat owner.',\n type: 'string',\n format: 'did',\n },\n rev: {\n type: 'string',\n },\n subjectFollowsOwner: {\n description:\n 'Whether the requesting member follows the group owner.',\n type: 'boolean',\n },\n },\n },\n eventGroupChatJoinRequestApproved: {\n type: 'object',\n description:\n 'Fired when a join request is approved by the group owner.',\n required: [\n 'actorDid',\n 'convoCreatedAt',\n 'convoId',\n 'createdAt',\n 'groupMemberCount',\n 'groupName',\n 'ownerDid',\n 'rev',\n 'subjectDid',\n ],\n properties: {\n actorDid: {\n description: 'The DID of the owner approving the request.',\n type: 'string',\n format: 'did',\n },\n convoCreatedAt: {\n description: 'When the group was originally created.',\n type: 'string',\n format: 'datetime',\n },\n convoId: {\n type: 'string',\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n },\n groupMemberCount: {\n description: 'Current member count at the time of the event.',\n type: 'integer',\n },\n groupName: {\n type: 'string',\n },\n ownerDid: {\n description: 'The DID of the group chat owner.',\n type: 'string',\n format: 'did',\n },\n rev: {\n type: 'string',\n },\n subjectDid: {\n description: 'The DID of the member whose request was approved.',\n type: 'string',\n format: 'did',\n },\n },\n },\n eventGroupChatJoinRequestRejected: {\n type: 'object',\n description:\n 'Fired when a join request is rejected by the group owner.',\n required: [\n 'actorDid',\n 'convoCreatedAt',\n 'convoId',\n 'createdAt',\n 'groupMemberCount',\n 'groupName',\n 'ownerDid',\n 'rev',\n 'subjectDid',\n ],\n properties: {\n actorDid: {\n description: 'The DID of the owner rejecting the request.',\n type: 'string',\n format: 'did',\n },\n convoCreatedAt: {\n description: 'When the group was originally created.',\n type: 'string',\n format: 'datetime',\n },\n convoId: {\n type: 'string',\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n },\n groupMemberCount: {\n description: 'Current member count at the time of the event.',\n type: 'integer',\n },\n groupName: {\n type: 'string',\n },\n ownerDid: {\n description: 'The DID of the group chat owner.',\n type: 'string',\n format: 'did',\n },\n rev: {\n type: 'string',\n },\n subjectDid: {\n description: 'The DID of the member whose request was rejected.',\n type: 'string',\n format: 'did',\n },\n },\n },\n eventChatAccepted: {\n type: 'object',\n description:\n 'Fired when a user accepts a chat convo, either explicitly or by sending a message.',\n required: [\n 'actorDid',\n 'convoCreatedAt',\n 'convoId',\n 'createdAt',\n 'method',\n 'rev',\n ],\n properties: {\n actorDid: {\n description: 'The DID of the person accepting the convo.',\n type: 'string',\n format: 'did',\n },\n convoCreatedAt: {\n description: 'When the convo was originally created.',\n type: 'string',\n format: 'datetime',\n },\n convoId: {\n type: 'string',\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n },\n groupMemberCount: {\n description:\n 'Current member count at the time of the event. Only present for group convos.',\n type: 'integer',\n },\n groupName: {\n description:\n 'The name of the group chat. Only present for group convos.',\n type: 'string',\n },\n method: {\n description: 'How the convo was accepted.',\n type: 'string',\n knownValues: ['explicit', 'message'],\n },\n ownerDid: {\n description:\n 'The DID of the group chat owner. Only present for group convos.',\n type: 'string',\n format: 'did',\n },\n rev: {\n type: 'string',\n },\n },\n },\n eventGroupChatMemberLeft: {\n type: 'object',\n description:\n 'Fired when a member leaves or is removed from a group chat.',\n required: [\n 'actorDid',\n 'convoCreatedAt',\n 'convoId',\n 'createdAt',\n 'groupMemberCount',\n 'groupName',\n 'leaveMethod',\n 'ownerDid',\n 'rev',\n 'subjectDid',\n ],\n properties: {\n actorDid: {\n description:\n 'The DID of the actor. For voluntary: the person leaving. For kicked: the owner.',\n type: 'string',\n format: 'did',\n },\n convoCreatedAt: {\n description: 'When the group was originally created.',\n type: 'string',\n format: 'datetime',\n },\n convoId: {\n type: 'string',\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n },\n groupMemberCount: {\n description: 'Current member count at the time of the event.',\n type: 'integer',\n },\n groupName: {\n type: 'string',\n },\n leaveMethod: {\n description: 'How the member left.',\n type: 'string',\n knownValues: ['voluntary', 'kicked'],\n },\n ownerDid: {\n description: 'The DID of the group chat owner.',\n type: 'string',\n format: 'did',\n },\n rev: {\n type: 'string',\n },\n subjectDid: {\n description: 'The DID of the member who left or was removed.',\n type: 'string',\n format: 'did',\n },\n },\n },\n eventGroupChatUpdated: {\n type: 'object',\n description: \"Fired when a group chat's metadata or status changes.\",\n required: [\n 'actorDid',\n 'convoCreatedAt',\n 'convoId',\n 'createdAt',\n 'groupMemberCount',\n 'groupName',\n 'ownerDid',\n 'rev',\n 'updateType',\n ],\n properties: {\n actorDid: {\n description:\n 'The DID of the actor performing the action (the owner).',\n type: 'string',\n format: 'did',\n },\n convoCreatedAt: {\n description: 'When the group was originally created.',\n type: 'string',\n format: 'datetime',\n },\n convoId: {\n type: 'string',\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n },\n groupMemberCount: {\n description: 'Current member count at the time of the event.',\n type: 'integer',\n },\n groupName: {\n description: 'Current group name.',\n type: 'string',\n },\n joinLinkCode: {\n description:\n 'The code of the join link. Only present when updateType is join-link-related.',\n type: 'string',\n },\n joinLinkFollowersOnly: {\n description:\n 'Whether the join link is restricted to followers of the owner. Only present when updateType is join-link-related.',\n type: 'boolean',\n },\n joinLinkRequiresApproval: {\n description:\n 'Whether the join link requires owner approval to join. Only present when updateType is join-link-related.',\n type: 'boolean',\n },\n lockReason: {\n description:\n \"Why the group was locked. Only present when updateType is 'locked'.\",\n type: 'string',\n knownValues: [\n 'owner_action',\n 'owner_left',\n 'owner_deactivated',\n 'owner_deleted',\n 'owner_suspended',\n 'owner_taken_down',\n 'label_applied',\n 'convo_taken_down',\n ],\n },\n newName: {\n description:\n \"The new group name. Only present when updateType is 'name_changed'.\",\n type: 'string',\n },\n oldName: {\n description:\n \"The previous group name. Only present when updateType is 'name_changed'.\",\n type: 'string',\n },\n ownerDid: {\n description: 'The DID of the group chat owner.',\n type: 'string',\n format: 'did',\n },\n rev: {\n type: 'string',\n },\n updateType: {\n description: 'What changed.',\n type: 'string',\n knownValues: [\n 'name_changed',\n 'locked',\n 'locked_permanently',\n 'unlocked',\n 'join_link_created',\n 'join_link_disabled',\n 'join_link_settings_changed',\n ],\n },\n },\n },\n eventRateLimitExceeded: {\n type: 'object',\n description: 'Fired when a user exceeds a rate limit.',\n required: ['actorDid', 'createdAt', 'endpoint', 'rev'],\n properties: {\n actorDid: {\n description: 'The DID of the user who hit the rate limit.',\n type: 'string',\n format: 'did',\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n },\n endpoint: {\n description: 'The NSID of the endpoint that was rate limited.',\n type: 'string',\n },\n rev: {\n type: 'string',\n },\n },\n },\n },\n },\n ChatBskyModerationUpdateActorAccess: {\n lexicon: 1,\n id: 'chat.bsky.moderation.updateActorAccess',\n defs: {\n main: {\n type: 'procedure',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['actor', 'allowAccess'],\n properties: {\n actor: {\n type: 'string',\n format: 'did',\n },\n allowAccess: {\n type: 'boolean',\n },\n ref: {\n type: 'string',\n },\n },\n },\n },\n },\n },\n },\n ChatBskyNotificationDefs: {\n lexicon: 1,\n id: 'chat.bsky.notification.defs',\n defs: {\n preferences: {\n type: 'object',\n required: ['chat', 'chatRequest'],\n properties: {\n chat: {\n type: 'ref',\n ref: 'lex:chat.bsky.notification.defs#chatPreference',\n },\n chatRequest: {\n type: 'ref',\n ref: 'lex:chat.bsky.notification.defs#chatPreference',\n },\n },\n },\n chatPreference: {\n type: 'object',\n required: ['include', 'push'],\n properties: {\n include: {\n type: 'string',\n knownValues: ['all', 'follows'],\n },\n push: {\n type: 'boolean',\n },\n },\n },\n },\n },\n ChatBskyNotificationGetPreferences: {\n lexicon: 1,\n id: 'chat.bsky.notification.getPreferences',\n defs: {\n main: {\n type: 'query',\n description:\n \"Get the requesting account's chat notification preferences. Defaults are returned for accounts that have not set any preferences. Requires auth.\",\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['preferences'],\n properties: {\n preferences: {\n type: 'ref',\n ref: 'lex:chat.bsky.notification.defs#preferences',\n },\n },\n },\n },\n },\n },\n },\n ChatBskyNotificationPutPreferences: {\n lexicon: 1,\n id: 'chat.bsky.notification.putPreferences',\n defs: {\n main: {\n type: 'procedure',\n description:\n \"Set the requesting account's chat notification preferences. Only the provided preferences are updated; omitted preferences are left unchanged.\",\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n properties: {\n chat: {\n type: 'ref',\n ref: 'lex:chat.bsky.notification.defs#chatPreference',\n },\n chatRequest: {\n type: 'ref',\n ref: 'lex:chat.bsky.notification.defs#chatPreference',\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['preferences'],\n properties: {\n preferences: {\n type: 'ref',\n ref: 'lex:chat.bsky.notification.defs#preferences',\n },\n },\n },\n },\n },\n },\n },\n ComAtprotoAdminDefs: {\n lexicon: 1,\n id: 'com.atproto.admin.defs',\n defs: {\n statusAttr: {\n type: 'object',\n required: ['applied'],\n properties: {\n applied: {\n type: 'boolean',\n },\n ref: {\n type: 'string',\n },\n },\n },\n accountView: {\n type: 'object',\n required: ['did', 'handle', 'indexedAt'],\n properties: {\n did: {\n type: 'string',\n format: 'did',\n },\n handle: {\n type: 'string',\n format: 'handle',\n },\n email: {\n type: 'string',\n },\n relatedRecords: {\n type: 'array',\n items: {\n type: 'unknown',\n },\n },\n indexedAt: {\n type: 'string',\n format: 'datetime',\n },\n invitedBy: {\n type: 'ref',\n ref: 'lex:com.atproto.server.defs#inviteCode',\n },\n invites: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:com.atproto.server.defs#inviteCode',\n },\n },\n invitesDisabled: {\n type: 'boolean',\n },\n emailConfirmedAt: {\n type: 'string',\n format: 'datetime',\n },\n inviteNote: {\n type: 'string',\n },\n deactivatedAt: {\n type: 'string',\n format: 'datetime',\n },\n threatSignatures: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:com.atproto.admin.defs#threatSignature',\n },\n },\n },\n },\n repoRef: {\n type: 'object',\n required: ['did'],\n properties: {\n did: {\n type: 'string',\n format: 'did',\n },\n },\n },\n repoBlobRef: {\n type: 'object',\n required: ['did', 'cid'],\n properties: {\n did: {\n type: 'string',\n format: 'did',\n },\n cid: {\n type: 'string',\n format: 'cid',\n },\n recordUri: {\n type: 'string',\n format: 'at-uri',\n },\n },\n },\n threatSignature: {\n type: 'object',\n required: ['property', 'value'],\n properties: {\n property: {\n type: 'string',\n },\n value: {\n type: 'string',\n },\n },\n },\n },\n },\n ComAtprotoAdminDeleteAccount: {\n lexicon: 1,\n id: 'com.atproto.admin.deleteAccount',\n defs: {\n main: {\n type: 'procedure',\n description: 'Delete a user account as an administrator.',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['did'],\n properties: {\n did: {\n type: 'string',\n format: 'did',\n },\n },\n },\n },\n },\n },\n },\n ComAtprotoAdminDisableAccountInvites: {\n lexicon: 1,\n id: 'com.atproto.admin.disableAccountInvites',\n defs: {\n main: {\n type: 'procedure',\n description:\n 'Disable an account from receiving new invite codes, but does not invalidate existing codes.',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['account'],\n properties: {\n account: {\n type: 'string',\n format: 'did',\n },\n note: {\n type: 'string',\n description: 'Optional reason for disabled invites.',\n },\n },\n },\n },\n },\n },\n },\n ComAtprotoAdminDisableInviteCodes: {\n lexicon: 1,\n id: 'com.atproto.admin.disableInviteCodes',\n defs: {\n main: {\n type: 'procedure',\n description:\n 'Disable some set of codes and/or all codes associated with a set of users.',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n properties: {\n codes: {\n type: 'array',\n items: {\n type: 'string',\n },\n },\n accounts: {\n type: 'array',\n items: {\n type: 'string',\n },\n },\n },\n },\n },\n },\n },\n },\n ComAtprotoAdminEnableAccountInvites: {\n lexicon: 1,\n id: 'com.atproto.admin.enableAccountInvites',\n defs: {\n main: {\n type: 'procedure',\n description: \"Re-enable an account's ability to receive invite codes.\",\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['account'],\n properties: {\n account: {\n type: 'string',\n format: 'did',\n },\n note: {\n type: 'string',\n description: 'Optional reason for enabled invites.',\n },\n },\n },\n },\n },\n },\n },\n ComAtprotoAdminGetAccountInfo: {\n lexicon: 1,\n id: 'com.atproto.admin.getAccountInfo',\n defs: {\n main: {\n type: 'query',\n description: 'Get details about an account.',\n parameters: {\n type: 'params',\n required: ['did'],\n properties: {\n did: {\n type: 'string',\n format: 'did',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'ref',\n ref: 'lex:com.atproto.admin.defs#accountView',\n },\n },\n },\n },\n },\n ComAtprotoAdminGetAccountInfos: {\n lexicon: 1,\n id: 'com.atproto.admin.getAccountInfos',\n defs: {\n main: {\n type: 'query',\n description: 'Get details about some accounts.',\n parameters: {\n type: 'params',\n required: ['dids'],\n properties: {\n dids: {\n type: 'array',\n items: {\n type: 'string',\n format: 'did',\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['infos'],\n properties: {\n infos: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:com.atproto.admin.defs#accountView',\n },\n },\n },\n },\n },\n },\n },\n },\n ComAtprotoAdminGetInviteCodes: {\n lexicon: 1,\n id: 'com.atproto.admin.getInviteCodes',\n defs: {\n main: {\n type: 'query',\n description: 'Get an admin view of invite codes.',\n parameters: {\n type: 'params',\n properties: {\n sort: {\n type: 'string',\n knownValues: ['recent', 'usage'],\n default: 'recent',\n },\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 500,\n default: 100,\n },\n cursor: {\n type: 'string',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['codes'],\n properties: {\n cursor: {\n type: 'string',\n },\n codes: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:com.atproto.server.defs#inviteCode',\n },\n },\n },\n },\n },\n },\n },\n },\n ComAtprotoAdminGetSubjectStatus: {\n lexicon: 1,\n id: 'com.atproto.admin.getSubjectStatus',\n defs: {\n main: {\n type: 'query',\n description:\n 'Get the service-specific admin status of a subject (account, record, or blob).',\n parameters: {\n type: 'params',\n properties: {\n did: {\n type: 'string',\n format: 'did',\n },\n uri: {\n type: 'string',\n format: 'at-uri',\n },\n blob: {\n type: 'string',\n format: 'cid',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['subject'],\n properties: {\n subject: {\n type: 'union',\n refs: [\n 'lex:com.atproto.admin.defs#repoRef',\n 'lex:com.atproto.repo.strongRef',\n 'lex:com.atproto.admin.defs#repoBlobRef',\n ],\n },\n takedown: {\n type: 'ref',\n ref: 'lex:com.atproto.admin.defs#statusAttr',\n },\n deactivated: {\n type: 'ref',\n ref: 'lex:com.atproto.admin.defs#statusAttr',\n },\n },\n },\n },\n },\n },\n },\n ComAtprotoAdminSearchAccounts: {\n lexicon: 1,\n id: 'com.atproto.admin.searchAccounts',\n defs: {\n main: {\n type: 'query',\n description: 'Get list of accounts that matches your search query.',\n parameters: {\n type: 'params',\n properties: {\n email: {\n type: 'string',\n },\n cursor: {\n type: 'string',\n },\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 100,\n default: 50,\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['accounts'],\n properties: {\n cursor: {\n type: 'string',\n },\n accounts: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:com.atproto.admin.defs#accountView',\n },\n },\n },\n },\n },\n },\n },\n },\n ComAtprotoAdminSendEmail: {\n lexicon: 1,\n id: 'com.atproto.admin.sendEmail',\n defs: {\n main: {\n type: 'procedure',\n description: \"Send email to a user's account email address.\",\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['recipientDid', 'content', 'senderDid'],\n properties: {\n recipientDid: {\n type: 'string',\n format: 'did',\n },\n content: {\n type: 'string',\n },\n subject: {\n type: 'string',\n },\n senderDid: {\n type: 'string',\n format: 'did',\n },\n comment: {\n type: 'string',\n description:\n \"Additional comment by the sender that won't be used in the email itself but helpful to provide more context for moderators/reviewers\",\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['sent'],\n properties: {\n sent: {\n type: 'boolean',\n },\n },\n },\n },\n },\n },\n },\n ComAtprotoAdminUpdateAccountEmail: {\n lexicon: 1,\n id: 'com.atproto.admin.updateAccountEmail',\n defs: {\n main: {\n type: 'procedure',\n description: \"Administrative action to update an account's email.\",\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['account', 'email'],\n properties: {\n account: {\n type: 'string',\n format: 'at-identifier',\n description: 'The handle or DID of the repo.',\n },\n email: {\n type: 'string',\n },\n },\n },\n },\n },\n },\n },\n ComAtprotoAdminUpdateAccountHandle: {\n lexicon: 1,\n id: 'com.atproto.admin.updateAccountHandle',\n defs: {\n main: {\n type: 'procedure',\n description: \"Administrative action to update an account's handle.\",\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['did', 'handle'],\n properties: {\n did: {\n type: 'string',\n format: 'did',\n },\n handle: {\n type: 'string',\n format: 'handle',\n },\n },\n },\n },\n },\n },\n },\n ComAtprotoAdminUpdateAccountPassword: {\n lexicon: 1,\n id: 'com.atproto.admin.updateAccountPassword',\n defs: {\n main: {\n type: 'procedure',\n description:\n 'Update the password for a user account as an administrator.',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['did', 'password'],\n properties: {\n did: {\n type: 'string',\n format: 'did',\n },\n password: {\n type: 'string',\n },\n },\n },\n },\n },\n },\n },\n ComAtprotoAdminUpdateAccountSigningKey: {\n lexicon: 1,\n id: 'com.atproto.admin.updateAccountSigningKey',\n defs: {\n main: {\n type: 'procedure',\n description:\n \"Administrative action to update an account's signing key in their Did document.\",\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['did', 'signingKey'],\n properties: {\n did: {\n type: 'string',\n format: 'did',\n },\n signingKey: {\n type: 'string',\n format: 'did',\n description: 'Did-key formatted public key',\n },\n },\n },\n },\n },\n },\n },\n ComAtprotoAdminUpdateSubjectStatus: {\n lexicon: 1,\n id: 'com.atproto.admin.updateSubjectStatus',\n defs: {\n main: {\n type: 'procedure',\n description:\n 'Update the service-specific admin status of a subject (account, record, or blob).',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['subject'],\n properties: {\n subject: {\n type: 'union',\n refs: [\n 'lex:com.atproto.admin.defs#repoRef',\n 'lex:com.atproto.repo.strongRef',\n 'lex:com.atproto.admin.defs#repoBlobRef',\n ],\n },\n takedown: {\n type: 'ref',\n ref: 'lex:com.atproto.admin.defs#statusAttr',\n },\n deactivated: {\n type: 'ref',\n ref: 'lex:com.atproto.admin.defs#statusAttr',\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['subject'],\n properties: {\n subject: {\n type: 'union',\n refs: [\n 'lex:com.atproto.admin.defs#repoRef',\n 'lex:com.atproto.repo.strongRef',\n 'lex:com.atproto.admin.defs#repoBlobRef',\n ],\n },\n takedown: {\n type: 'ref',\n ref: 'lex:com.atproto.admin.defs#statusAttr',\n },\n },\n },\n },\n },\n },\n },\n ComAtprotoIdentityDefs: {\n lexicon: 1,\n id: 'com.atproto.identity.defs',\n defs: {\n identityInfo: {\n type: 'object',\n required: ['did', 'handle', 'didDoc'],\n properties: {\n did: {\n type: 'string',\n format: 'did',\n },\n handle: {\n type: 'string',\n format: 'handle',\n description:\n \"The validated handle of the account; or 'handle.invalid' if the handle did not bi-directionally match the DID document.\",\n },\n didDoc: {\n type: 'unknown',\n description: 'The complete DID document for the identity.',\n },\n },\n },\n },\n },\n ComAtprotoIdentityGetRecommendedDidCredentials: {\n lexicon: 1,\n id: 'com.atproto.identity.getRecommendedDidCredentials',\n defs: {\n main: {\n type: 'query',\n description:\n 'Describe the credentials that should be included in the DID doc of an account that is migrating to this service.',\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n properties: {\n rotationKeys: {\n description:\n 'Recommended rotation keys for PLC dids. Should be undefined (or ignored) for did:webs.',\n type: 'array',\n items: {\n type: 'string',\n },\n },\n alsoKnownAs: {\n type: 'array',\n items: {\n type: 'string',\n },\n },\n verificationMethods: {\n type: 'unknown',\n },\n services: {\n type: 'unknown',\n },\n },\n },\n },\n },\n },\n },\n ComAtprotoIdentityRefreshIdentity: {\n lexicon: 1,\n id: 'com.atproto.identity.refreshIdentity',\n defs: {\n main: {\n type: 'procedure',\n description:\n 'Request that the server re-resolve an identity (DID and handle). The server may ignore this request, or require authentication, depending on the role, implementation, and policy of the server.',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['identifier'],\n properties: {\n identifier: {\n type: 'string',\n format: 'at-identifier',\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'ref',\n ref: 'lex:com.atproto.identity.defs#identityInfo',\n },\n },\n errors: [\n {\n name: 'HandleNotFound',\n description:\n 'The resolution process confirmed that the handle does not resolve to any DID.',\n },\n {\n name: 'DidNotFound',\n description:\n 'The DID resolution process confirmed that there is no current DID.',\n },\n {\n name: 'DidDeactivated',\n description:\n 'The DID previously existed, but has been deactivated.',\n },\n ],\n },\n },\n },\n ComAtprotoIdentityRequestPlcOperationSignature: {\n lexicon: 1,\n id: 'com.atproto.identity.requestPlcOperationSignature',\n defs: {\n main: {\n type: 'procedure',\n description:\n 'Request an email with a code to in order to request a signed PLC operation. Requires Auth.',\n },\n },\n },\n ComAtprotoIdentityResolveDid: {\n lexicon: 1,\n id: 'com.atproto.identity.resolveDid',\n defs: {\n main: {\n type: 'query',\n description:\n 'Resolves DID to DID document. Does not bi-directionally verify handle.',\n parameters: {\n type: 'params',\n required: ['did'],\n properties: {\n did: {\n type: 'string',\n format: 'did',\n description: 'DID to resolve.',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['didDoc'],\n properties: {\n didDoc: {\n type: 'unknown',\n description: 'The complete DID document for the identity.',\n },\n },\n },\n },\n errors: [\n {\n name: 'DidNotFound',\n description:\n 'The DID resolution process confirmed that there is no current DID.',\n },\n {\n name: 'DidDeactivated',\n description:\n 'The DID previously existed, but has been deactivated.',\n },\n ],\n },\n },\n },\n ComAtprotoIdentityResolveHandle: {\n lexicon: 1,\n id: 'com.atproto.identity.resolveHandle',\n defs: {\n main: {\n type: 'query',\n description:\n 'Resolves an atproto handle (hostname) to a DID. Does not necessarily bi-directionally verify against the the DID document.',\n parameters: {\n type: 'params',\n required: ['handle'],\n properties: {\n handle: {\n type: 'string',\n format: 'handle',\n description: 'The handle to resolve.',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['did'],\n properties: {\n did: {\n type: 'string',\n format: 'did',\n },\n },\n },\n },\n errors: [\n {\n name: 'HandleNotFound',\n description:\n 'The resolution process confirmed that the handle does not resolve to any DID.',\n },\n ],\n },\n },\n },\n ComAtprotoIdentityResolveIdentity: {\n lexicon: 1,\n id: 'com.atproto.identity.resolveIdentity',\n defs: {\n main: {\n type: 'query',\n description:\n 'Resolves an identity (DID or Handle) to a full identity (DID document and verified handle).',\n parameters: {\n type: 'params',\n required: ['identifier'],\n properties: {\n identifier: {\n type: 'string',\n format: 'at-identifier',\n description: 'Handle or DID to resolve.',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'ref',\n ref: 'lex:com.atproto.identity.defs#identityInfo',\n },\n },\n errors: [\n {\n name: 'HandleNotFound',\n description:\n 'The resolution process confirmed that the handle does not resolve to any DID.',\n },\n {\n name: 'DidNotFound',\n description:\n 'The DID resolution process confirmed that there is no current DID.',\n },\n {\n name: 'DidDeactivated',\n description:\n 'The DID previously existed, but has been deactivated.',\n },\n ],\n },\n },\n },\n ComAtprotoIdentitySignPlcOperation: {\n lexicon: 1,\n id: 'com.atproto.identity.signPlcOperation',\n defs: {\n main: {\n type: 'procedure',\n description:\n \"Signs a PLC operation to update some value(s) in the requesting DID's document.\",\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n properties: {\n token: {\n description:\n 'A token received through com.atproto.identity.requestPlcOperationSignature',\n type: 'string',\n },\n rotationKeys: {\n type: 'array',\n items: {\n type: 'string',\n },\n },\n alsoKnownAs: {\n type: 'array',\n items: {\n type: 'string',\n },\n },\n verificationMethods: {\n type: 'unknown',\n },\n services: {\n type: 'unknown',\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['operation'],\n properties: {\n operation: {\n type: 'unknown',\n description: 'A signed DID PLC operation.',\n },\n },\n },\n },\n },\n },\n },\n ComAtprotoIdentitySubmitPlcOperation: {\n lexicon: 1,\n id: 'com.atproto.identity.submitPlcOperation',\n defs: {\n main: {\n type: 'procedure',\n description:\n \"Validates a PLC operation to ensure that it doesn't violate a service's constraints or get the identity into a bad state, then submits it to the PLC registry\",\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['operation'],\n properties: {\n operation: {\n type: 'unknown',\n },\n },\n },\n },\n },\n },\n },\n ComAtprotoIdentityUpdateHandle: {\n lexicon: 1,\n id: 'com.atproto.identity.updateHandle',\n defs: {\n main: {\n type: 'procedure',\n description:\n \"Updates the current account's handle. Verifies handle validity, and updates did:plc document if necessary. Implemented by PDS, and requires auth.\",\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['handle'],\n properties: {\n handle: {\n type: 'string',\n format: 'handle',\n description: 'The new handle.',\n },\n },\n },\n },\n },\n },\n },\n ComAtprotoLabelDefs: {\n lexicon: 1,\n id: 'com.atproto.label.defs',\n defs: {\n label: {\n type: 'object',\n description:\n 'Metadata tag on an atproto resource (eg, repo or record).',\n required: ['src', 'uri', 'val', 'cts'],\n properties: {\n ver: {\n type: 'integer',\n description: 'The AT Protocol version of the label object.',\n },\n src: {\n type: 'string',\n format: 'did',\n description: 'DID of the actor who created this label.',\n },\n uri: {\n type: 'string',\n format: 'uri',\n description:\n 'AT URI of the record, repository (account), or other resource that this label applies to.',\n },\n cid: {\n type: 'string',\n format: 'cid',\n description:\n \"Optionally, CID specifying the specific version of 'uri' resource this label applies to.\",\n },\n val: {\n type: 'string',\n maxLength: 128,\n description:\n 'The short string name of the value or type of this label.',\n },\n neg: {\n type: 'boolean',\n description:\n 'If true, this is a negation label, overwriting a previous label.',\n },\n cts: {\n type: 'string',\n format: 'datetime',\n description: 'Timestamp when this label was created.',\n },\n exp: {\n type: 'string',\n format: 'datetime',\n description:\n 'Timestamp at which this label expires (no longer applies).',\n },\n sig: {\n type: 'bytes',\n description: 'Signature of dag-cbor encoded label.',\n },\n },\n },\n selfLabels: {\n type: 'object',\n description:\n 'Metadata tags on an atproto record, published by the author within the record.',\n required: ['values'],\n properties: {\n values: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:com.atproto.label.defs#selfLabel',\n },\n maxLength: 10,\n },\n },\n },\n selfLabel: {\n type: 'object',\n description:\n 'Metadata tag on an atproto record, published by the author within the record. Note that schemas should use #selfLabels, not #selfLabel.',\n required: ['val'],\n properties: {\n val: {\n type: 'string',\n maxLength: 128,\n description:\n 'The short string name of the value or type of this label.',\n },\n },\n },\n labelValueDefinition: {\n type: 'object',\n description:\n 'Declares a label value and its expected interpretations and behaviors.',\n required: ['identifier', 'severity', 'blurs', 'locales'],\n properties: {\n identifier: {\n type: 'string',\n description:\n \"The value of the label being defined. Must only include lowercase ascii and the '-' character ([a-z-]+).\",\n maxLength: 100,\n maxGraphemes: 100,\n },\n severity: {\n type: 'string',\n description:\n \"How should a client visually convey this label? 'inform' means neutral and informational; 'alert' means negative and warning; 'none' means show nothing.\",\n knownValues: ['inform', 'alert', 'none'],\n },\n blurs: {\n type: 'string',\n description:\n \"What should this label hide in the UI, if applied? 'content' hides all of the target; 'media' hides the images/video/audio; 'none' hides nothing.\",\n knownValues: ['content', 'media', 'none'],\n },\n defaultSetting: {\n type: 'string',\n description: 'The default setting for this label.',\n knownValues: ['ignore', 'warn', 'hide'],\n default: 'warn',\n },\n adultOnly: {\n type: 'boolean',\n description:\n 'Does the user need to have adult content enabled in order to configure this label?',\n },\n locales: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:com.atproto.label.defs#labelValueDefinitionStrings',\n },\n },\n },\n },\n labelValueDefinitionStrings: {\n type: 'object',\n description:\n 'Strings which describe the label in the UI, localized into a specific language.',\n required: ['lang', 'name', 'description'],\n properties: {\n lang: {\n type: 'string',\n description:\n 'The code of the language these strings are written in.',\n format: 'language',\n },\n name: {\n type: 'string',\n description: 'A short human-readable name for the label.',\n maxGraphemes: 64,\n maxLength: 640,\n },\n description: {\n type: 'string',\n description:\n 'A longer description of what the label means and why it might be applied.',\n maxGraphemes: 10000,\n maxLength: 100000,\n },\n },\n },\n labelValue: {\n type: 'string',\n knownValues: [\n '!hide',\n '!warn',\n '!no-unauthenticated',\n 'porn',\n 'sexual',\n 'nudity',\n 'graphic-media',\n 'bot',\n ],\n },\n },\n },\n ComAtprotoLabelQueryLabels: {\n lexicon: 1,\n id: 'com.atproto.label.queryLabels',\n defs: {\n main: {\n type: 'query',\n description:\n 'Find labels relevant to the provided AT-URI patterns. Public endpoint for moderation services, though may return different or additional results with auth.',\n parameters: {\n type: 'params',\n required: ['uriPatterns'],\n properties: {\n uriPatterns: {\n type: 'array',\n items: {\n type: 'string',\n },\n description:\n \"List of AT URI patterns to match (boolean 'OR'). Each may be a prefix (ending with '*'; will match inclusive of the string leading to '*'), or a full URI.\",\n },\n sources: {\n type: 'array',\n items: {\n type: 'string',\n format: 'did',\n },\n description:\n 'Optional list of label sources (DIDs) to filter on.',\n },\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 250,\n default: 50,\n },\n cursor: {\n type: 'string',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['labels'],\n properties: {\n cursor: {\n type: 'string',\n },\n labels: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:com.atproto.label.defs#label',\n },\n },\n },\n },\n },\n },\n },\n },\n ComAtprotoLabelSubscribeLabels: {\n lexicon: 1,\n id: 'com.atproto.label.subscribeLabels',\n defs: {\n main: {\n type: 'subscription',\n description:\n 'Subscribe to stream of labels (and negations). Public endpoint implemented by mod services. Uses same sequencing scheme as repo event stream.',\n parameters: {\n type: 'params',\n properties: {\n cursor: {\n type: 'integer',\n description: 'The last known event seq number to backfill from.',\n },\n },\n },\n message: {\n schema: {\n type: 'union',\n refs: [\n 'lex:com.atproto.label.subscribeLabels#labels',\n 'lex:com.atproto.label.subscribeLabels#info',\n ],\n },\n },\n errors: [\n {\n name: 'FutureCursor',\n },\n ],\n },\n labels: {\n type: 'object',\n required: ['seq', 'labels'],\n properties: {\n seq: {\n type: 'integer',\n },\n labels: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:com.atproto.label.defs#label',\n },\n },\n },\n },\n info: {\n type: 'object',\n required: ['name'],\n properties: {\n name: {\n type: 'string',\n knownValues: ['OutdatedCursor'],\n },\n message: {\n type: 'string',\n },\n },\n },\n },\n },\n ComAtprotoLexiconResolveLexicon: {\n lexicon: 1,\n id: 'com.atproto.lexicon.resolveLexicon',\n defs: {\n main: {\n type: 'query',\n description: 'Resolves an atproto lexicon (NSID) to a schema.',\n parameters: {\n type: 'params',\n properties: {\n nsid: {\n format: 'nsid',\n type: 'string',\n description: 'The lexicon NSID to resolve.',\n },\n },\n required: ['nsid'],\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n properties: {\n cid: {\n type: 'string',\n format: 'cid',\n description: 'The CID of the lexicon schema record.',\n },\n schema: {\n type: 'ref',\n ref: 'lex:com.atproto.lexicon.schema#main',\n description: 'The resolved lexicon schema record.',\n },\n uri: {\n type: 'string',\n format: 'at-uri',\n description: 'The AT-URI of the lexicon schema record.',\n },\n },\n required: ['uri', 'cid', 'schema'],\n },\n },\n errors: [\n {\n description: 'No lexicon was resolved for the NSID.',\n name: 'LexiconNotFound',\n },\n ],\n },\n },\n },\n ComAtprotoLexiconSchema: {\n lexicon: 1,\n id: 'com.atproto.lexicon.schema',\n defs: {\n main: {\n type: 'record',\n description:\n \"Representation of Lexicon schemas themselves, when published as atproto records. Note that the schema language is not defined in Lexicon; this meta schema currently only includes a single version field ('lexicon'). See the atproto specifications for description of the other expected top-level fields ('id', 'defs', etc).\",\n key: 'nsid',\n record: {\n type: 'object',\n required: ['lexicon'],\n properties: {\n lexicon: {\n type: 'integer',\n description:\n \"Indicates the 'version' of the Lexicon language. Must be '1' for the current atproto/Lexicon schema system.\",\n },\n },\n },\n },\n },\n },\n ComAtprotoModerationCreateReport: {\n lexicon: 1,\n id: 'com.atproto.moderation.createReport',\n defs: {\n main: {\n type: 'procedure',\n description:\n 'Submit a moderation report regarding an atproto account or record. Implemented by moderation services (with PDS proxying), and requires auth.',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['reasonType', 'subject'],\n properties: {\n reasonType: {\n type: 'ref',\n description:\n 'Indicates the broad category of violation the report is for.',\n ref: 'lex:com.atproto.moderation.defs#reasonType',\n },\n reason: {\n type: 'string',\n maxGraphemes: 2000,\n maxLength: 20000,\n description:\n 'Additional context about the content and violation.',\n },\n subject: {\n type: 'union',\n refs: [\n 'lex:com.atproto.admin.defs#repoRef',\n 'lex:com.atproto.repo.strongRef',\n ],\n },\n modTool: {\n type: 'ref',\n ref: 'lex:com.atproto.moderation.createReport#modTool',\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: [\n 'id',\n 'reasonType',\n 'subject',\n 'reportedBy',\n 'createdAt',\n ],\n properties: {\n id: {\n type: 'integer',\n },\n reasonType: {\n type: 'ref',\n ref: 'lex:com.atproto.moderation.defs#reasonType',\n },\n reason: {\n type: 'string',\n maxGraphemes: 2000,\n maxLength: 20000,\n },\n subject: {\n type: 'union',\n refs: [\n 'lex:com.atproto.admin.defs#repoRef',\n 'lex:com.atproto.repo.strongRef',\n ],\n },\n reportedBy: {\n type: 'string',\n format: 'did',\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n },\n },\n },\n },\n },\n modTool: {\n type: 'object',\n description:\n 'Moderation tool information for tracing the source of the action',\n required: ['name'],\n properties: {\n name: {\n type: 'string',\n description:\n \"Name/identifier of the source (e.g., 'bsky-app/android', 'bsky-web/chrome')\",\n },\n meta: {\n type: 'unknown',\n description: 'Additional arbitrary metadata about the source',\n },\n },\n },\n },\n },\n ComAtprotoModerationDefs: {\n lexicon: 1,\n id: 'com.atproto.moderation.defs',\n defs: {\n reasonType: {\n type: 'string',\n knownValues: [\n 'com.atproto.moderation.defs#reasonSpam',\n 'com.atproto.moderation.defs#reasonViolation',\n 'com.atproto.moderation.defs#reasonMisleading',\n 'com.atproto.moderation.defs#reasonSexual',\n 'com.atproto.moderation.defs#reasonRude',\n 'com.atproto.moderation.defs#reasonOther',\n 'com.atproto.moderation.defs#reasonAppeal',\n 'tools.ozone.report.defs#reasonAppeal',\n 'tools.ozone.report.defs#reasonOther',\n 'tools.ozone.report.defs#reasonViolenceAnimal',\n 'tools.ozone.report.defs#reasonViolenceThreats',\n 'tools.ozone.report.defs#reasonViolenceGraphicContent',\n 'tools.ozone.report.defs#reasonViolenceGlorification',\n 'tools.ozone.report.defs#reasonViolenceExtremistContent',\n 'tools.ozone.report.defs#reasonViolenceTrafficking',\n 'tools.ozone.report.defs#reasonViolenceOther',\n 'tools.ozone.report.defs#reasonSexualAbuseContent',\n 'tools.ozone.report.defs#reasonSexualNCII',\n 'tools.ozone.report.defs#reasonSexualDeepfake',\n 'tools.ozone.report.defs#reasonSexualAnimal',\n 'tools.ozone.report.defs#reasonSexualUnlabeled',\n 'tools.ozone.report.defs#reasonSexualOther',\n 'tools.ozone.report.defs#reasonChildSafetyCSAM',\n 'tools.ozone.report.defs#reasonChildSafetyGroom',\n 'tools.ozone.report.defs#reasonChildSafetyPrivacy',\n 'tools.ozone.report.defs#reasonChildSafetyHarassment',\n 'tools.ozone.report.defs#reasonChildSafetyOther',\n 'tools.ozone.report.defs#reasonHarassmentTroll',\n 'tools.ozone.report.defs#reasonHarassmentTargeted',\n 'tools.ozone.report.defs#reasonHarassmentHateSpeech',\n 'tools.ozone.report.defs#reasonHarassmentDoxxing',\n 'tools.ozone.report.defs#reasonHarassmentOther',\n 'tools.ozone.report.defs#reasonMisleadingBot',\n 'tools.ozone.report.defs#reasonMisleadingImpersonation',\n 'tools.ozone.report.defs#reasonMisleadingSpam',\n 'tools.ozone.report.defs#reasonMisleadingScam',\n 'tools.ozone.report.defs#reasonMisleadingElections',\n 'tools.ozone.report.defs#reasonMisleadingOther',\n 'tools.ozone.report.defs#reasonRuleSiteSecurity',\n 'tools.ozone.report.defs#reasonRuleProhibitedSales',\n 'tools.ozone.report.defs#reasonRuleBanEvasion',\n 'tools.ozone.report.defs#reasonRuleOther',\n 'tools.ozone.report.defs#reasonSelfHarmContent',\n 'tools.ozone.report.defs#reasonSelfHarmED',\n 'tools.ozone.report.defs#reasonSelfHarmStunts',\n 'tools.ozone.report.defs#reasonSelfHarmSubstances',\n 'tools.ozone.report.defs#reasonSelfHarmOther',\n ],\n },\n reasonSpam: {\n type: 'token',\n description:\n 'Spam: frequent unwanted promotion, replies, mentions. Prefer new lexicon definition `tools.ozone.report.defs#reasonMisleadingSpam`.',\n },\n reasonViolation: {\n type: 'token',\n description:\n 'Direct violation of server rules, laws, terms of service. Prefer new lexicon definition `tools.ozone.report.defs#reasonRuleOther`.',\n },\n reasonMisleading: {\n type: 'token',\n description:\n 'Misleading identity, affiliation, or content. Prefer new lexicon definition `tools.ozone.report.defs#reasonMisleadingOther`.',\n },\n reasonSexual: {\n type: 'token',\n description:\n 'Unwanted or mislabeled sexual content. Prefer new lexicon definition `tools.ozone.report.defs#reasonSexualUnlabeled`.',\n },\n reasonRude: {\n type: 'token',\n description:\n 'Rude, harassing, explicit, or otherwise unwelcoming behavior. Prefer new lexicon definition `tools.ozone.report.defs#reasonHarassmentOther`.',\n },\n reasonOther: {\n type: 'token',\n description:\n 'Reports not falling under another report category. Prefer new lexicon definition `tools.ozone.report.defs#reasonOther`.',\n },\n reasonAppeal: {\n type: 'token',\n description: 'Appeal a previously taken moderation action',\n },\n subjectType: {\n type: 'string',\n description: 'Tag describing a type of subject that might be reported.',\n knownValues: ['account', 'record', 'chat'],\n },\n },\n },\n ComAtprotoRepoApplyWrites: {\n lexicon: 1,\n id: 'com.atproto.repo.applyWrites',\n defs: {\n main: {\n type: 'procedure',\n description:\n 'Apply a batch transaction of repository creates, updates, and deletes. Requires auth, implemented by PDS.',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['repo', 'writes'],\n properties: {\n repo: {\n type: 'string',\n format: 'at-identifier',\n description:\n 'The handle or DID of the repo (aka, current account).',\n },\n validate: {\n type: 'boolean',\n description:\n \"Can be set to 'false' to skip Lexicon schema validation of record data across all operations, 'true' to require it, or leave unset to validate only for known Lexicons.\",\n },\n writes: {\n type: 'array',\n items: {\n type: 'union',\n refs: [\n 'lex:com.atproto.repo.applyWrites#create',\n 'lex:com.atproto.repo.applyWrites#update',\n 'lex:com.atproto.repo.applyWrites#delete',\n ],\n closed: true,\n },\n },\n swapCommit: {\n type: 'string',\n description:\n 'If provided, the entire operation will fail if the current repo commit CID does not match this value. Used to prevent conflicting repo mutations.',\n format: 'cid',\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: [],\n properties: {\n commit: {\n type: 'ref',\n ref: 'lex:com.atproto.repo.defs#commitMeta',\n },\n results: {\n type: 'array',\n items: {\n type: 'union',\n refs: [\n 'lex:com.atproto.repo.applyWrites#createResult',\n 'lex:com.atproto.repo.applyWrites#updateResult',\n 'lex:com.atproto.repo.applyWrites#deleteResult',\n ],\n closed: true,\n },\n },\n },\n },\n },\n errors: [\n {\n name: 'InvalidSwap',\n description:\n \"Indicates that the 'swapCommit' parameter did not match current commit.\",\n },\n ],\n },\n create: {\n type: 'object',\n description: 'Operation which creates a new record.',\n required: ['collection', 'value'],\n properties: {\n collection: {\n type: 'string',\n format: 'nsid',\n },\n rkey: {\n type: 'string',\n maxLength: 512,\n format: 'record-key',\n description:\n 'NOTE: maxLength is redundant with record-key format. Keeping it temporarily to ensure backwards compatibility.',\n },\n value: {\n type: 'unknown',\n },\n },\n },\n update: {\n type: 'object',\n description: 'Operation which updates an existing record.',\n required: ['collection', 'rkey', 'value'],\n properties: {\n collection: {\n type: 'string',\n format: 'nsid',\n },\n rkey: {\n type: 'string',\n format: 'record-key',\n },\n value: {\n type: 'unknown',\n },\n },\n },\n delete: {\n type: 'object',\n description: 'Operation which deletes an existing record.',\n required: ['collection', 'rkey'],\n properties: {\n collection: {\n type: 'string',\n format: 'nsid',\n },\n rkey: {\n type: 'string',\n format: 'record-key',\n },\n },\n },\n createResult: {\n type: 'object',\n required: ['uri', 'cid'],\n properties: {\n uri: {\n type: 'string',\n format: 'at-uri',\n },\n cid: {\n type: 'string',\n format: 'cid',\n },\n validationStatus: {\n type: 'string',\n knownValues: ['valid', 'unknown'],\n },\n },\n },\n updateResult: {\n type: 'object',\n required: ['uri', 'cid'],\n properties: {\n uri: {\n type: 'string',\n format: 'at-uri',\n },\n cid: {\n type: 'string',\n format: 'cid',\n },\n validationStatus: {\n type: 'string',\n knownValues: ['valid', 'unknown'],\n },\n },\n },\n deleteResult: {\n type: 'object',\n required: [],\n properties: {},\n },\n },\n },\n ComAtprotoRepoCreateRecord: {\n lexicon: 1,\n id: 'com.atproto.repo.createRecord',\n defs: {\n main: {\n type: 'procedure',\n description:\n 'Create a single new repository record. Requires auth, implemented by PDS.',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['repo', 'collection', 'record'],\n properties: {\n repo: {\n type: 'string',\n format: 'at-identifier',\n description:\n 'The handle or DID of the repo (aka, current account).',\n },\n collection: {\n type: 'string',\n format: 'nsid',\n description: 'The NSID of the record collection.',\n },\n rkey: {\n type: 'string',\n format: 'record-key',\n description: 'The Record Key.',\n maxLength: 512,\n },\n validate: {\n type: 'boolean',\n description:\n \"Can be set to 'false' to skip Lexicon schema validation of record data, 'true' to require it, or leave unset to validate only for known Lexicons.\",\n },\n record: {\n type: 'unknown',\n description: 'The record itself. Must contain a $type field.',\n },\n swapCommit: {\n type: 'string',\n format: 'cid',\n description:\n 'Compare and swap with the previous commit by CID.',\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['uri', 'cid'],\n properties: {\n uri: {\n type: 'string',\n format: 'at-uri',\n },\n cid: {\n type: 'string',\n format: 'cid',\n },\n commit: {\n type: 'ref',\n ref: 'lex:com.atproto.repo.defs#commitMeta',\n },\n validationStatus: {\n type: 'string',\n knownValues: ['valid', 'unknown'],\n },\n },\n },\n },\n errors: [\n {\n name: 'InvalidSwap',\n description:\n \"Indicates that 'swapCommit' didn't match current repo commit.\",\n },\n ],\n },\n },\n },\n ComAtprotoRepoDefs: {\n lexicon: 1,\n id: 'com.atproto.repo.defs',\n defs: {\n commitMeta: {\n type: 'object',\n required: ['cid', 'rev'],\n properties: {\n cid: {\n type: 'string',\n format: 'cid',\n },\n rev: {\n type: 'string',\n format: 'tid',\n },\n },\n },\n },\n },\n ComAtprotoRepoDeleteRecord: {\n lexicon: 1,\n id: 'com.atproto.repo.deleteRecord',\n defs: {\n main: {\n type: 'procedure',\n description:\n \"Delete a repository record, or ensure it doesn't exist. Requires auth, implemented by PDS.\",\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['repo', 'collection', 'rkey'],\n properties: {\n repo: {\n type: 'string',\n format: 'at-identifier',\n description:\n 'The handle or DID of the repo (aka, current account).',\n },\n collection: {\n type: 'string',\n format: 'nsid',\n description: 'The NSID of the record collection.',\n },\n rkey: {\n type: 'string',\n format: 'record-key',\n description: 'The Record Key.',\n },\n swapRecord: {\n type: 'string',\n format: 'cid',\n description:\n 'Compare and swap with the previous record by CID.',\n },\n swapCommit: {\n type: 'string',\n format: 'cid',\n description:\n 'Compare and swap with the previous commit by CID.',\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n properties: {\n commit: {\n type: 'ref',\n ref: 'lex:com.atproto.repo.defs#commitMeta',\n },\n },\n },\n },\n errors: [\n {\n name: 'InvalidSwap',\n },\n ],\n },\n },\n },\n ComAtprotoRepoDescribeRepo: {\n lexicon: 1,\n id: 'com.atproto.repo.describeRepo',\n defs: {\n main: {\n type: 'query',\n description:\n 'Get information about an account and repository, including the list of collections. Does not require auth.',\n parameters: {\n type: 'params',\n required: ['repo'],\n properties: {\n repo: {\n type: 'string',\n format: 'at-identifier',\n description: 'The handle or DID of the repo.',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: [\n 'handle',\n 'did',\n 'didDoc',\n 'collections',\n 'handleIsCorrect',\n ],\n properties: {\n handle: {\n type: 'string',\n format: 'handle',\n },\n did: {\n type: 'string',\n format: 'did',\n },\n didDoc: {\n type: 'unknown',\n description: 'The complete DID document for this account.',\n },\n collections: {\n type: 'array',\n description:\n 'List of all the collections (NSIDs) for which this repo contains at least one record.',\n items: {\n type: 'string',\n format: 'nsid',\n },\n },\n handleIsCorrect: {\n type: 'boolean',\n description:\n 'Indicates if handle is currently valid (resolves bi-directionally)',\n },\n },\n },\n },\n },\n },\n },\n ComAtprotoRepoGetRecord: {\n lexicon: 1,\n id: 'com.atproto.repo.getRecord',\n defs: {\n main: {\n type: 'query',\n description:\n 'Get a single record from a repository. Does not require auth.',\n parameters: {\n type: 'params',\n required: ['repo', 'collection', 'rkey'],\n properties: {\n repo: {\n type: 'string',\n format: 'at-identifier',\n description: 'The handle or DID of the repo.',\n },\n collection: {\n type: 'string',\n format: 'nsid',\n description: 'The NSID of the record collection.',\n },\n rkey: {\n type: 'string',\n description: 'The Record Key.',\n format: 'record-key',\n },\n cid: {\n type: 'string',\n format: 'cid',\n description:\n 'The CID of the version of the record. If not specified, then return the most recent version.',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['uri', 'value'],\n properties: {\n uri: {\n type: 'string',\n format: 'at-uri',\n },\n cid: {\n type: 'string',\n format: 'cid',\n },\n value: {\n type: 'unknown',\n },\n },\n },\n },\n errors: [\n {\n name: 'RecordNotFound',\n },\n ],\n },\n },\n },\n ComAtprotoRepoImportRepo: {\n lexicon: 1,\n id: 'com.atproto.repo.importRepo',\n defs: {\n main: {\n type: 'procedure',\n description:\n 'Import a repo in the form of a CAR file. Requires Content-Length HTTP header to be set.',\n input: {\n encoding: 'application/vnd.ipld.car',\n },\n },\n },\n },\n ComAtprotoRepoListMissingBlobs: {\n lexicon: 1,\n id: 'com.atproto.repo.listMissingBlobs',\n defs: {\n main: {\n type: 'query',\n description:\n 'Returns a list of missing blobs for the requesting account. Intended to be used in the account migration flow.',\n parameters: {\n type: 'params',\n properties: {\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 1000,\n default: 500,\n },\n cursor: {\n type: 'string',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['blobs'],\n properties: {\n cursor: {\n type: 'string',\n },\n blobs: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:com.atproto.repo.listMissingBlobs#recordBlob',\n },\n },\n },\n },\n },\n },\n recordBlob: {\n type: 'object',\n required: ['cid', 'recordUri'],\n properties: {\n cid: {\n type: 'string',\n format: 'cid',\n },\n recordUri: {\n type: 'string',\n format: 'at-uri',\n },\n },\n },\n },\n },\n ComAtprotoRepoListRecords: {\n lexicon: 1,\n id: 'com.atproto.repo.listRecords',\n defs: {\n main: {\n type: 'query',\n description:\n 'List a range of records in a repository, matching a specific collection. Does not require auth.',\n parameters: {\n type: 'params',\n required: ['repo', 'collection'],\n properties: {\n repo: {\n type: 'string',\n format: 'at-identifier',\n description: 'The handle or DID of the repo.',\n },\n collection: {\n type: 'string',\n format: 'nsid',\n description: 'The NSID of the record type.',\n },\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 100,\n default: 50,\n description: 'The number of records to return.',\n },\n cursor: {\n type: 'string',\n },\n reverse: {\n type: 'boolean',\n description: 'Flag to reverse the order of the returned records.',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['records'],\n properties: {\n cursor: {\n type: 'string',\n },\n records: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:com.atproto.repo.listRecords#record',\n },\n },\n },\n },\n },\n },\n record: {\n type: 'object',\n required: ['uri', 'cid', 'value'],\n properties: {\n uri: {\n type: 'string',\n format: 'at-uri',\n },\n cid: {\n type: 'string',\n format: 'cid',\n },\n value: {\n type: 'unknown',\n },\n },\n },\n },\n },\n ComAtprotoRepoPutRecord: {\n lexicon: 1,\n id: 'com.atproto.repo.putRecord',\n defs: {\n main: {\n type: 'procedure',\n description:\n 'Write a repository record, creating or updating it as needed. Requires auth, implemented by PDS.',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['repo', 'collection', 'rkey', 'record'],\n nullable: ['swapRecord'],\n properties: {\n repo: {\n type: 'string',\n format: 'at-identifier',\n description:\n 'The handle or DID of the repo (aka, current account).',\n },\n collection: {\n type: 'string',\n format: 'nsid',\n description: 'The NSID of the record collection.',\n },\n rkey: {\n type: 'string',\n format: 'record-key',\n description: 'The Record Key.',\n maxLength: 512,\n },\n validate: {\n type: 'boolean',\n description:\n \"Can be set to 'false' to skip Lexicon schema validation of record data, 'true' to require it, or leave unset to validate only for known Lexicons.\",\n },\n record: {\n type: 'unknown',\n description: 'The record to write.',\n },\n swapRecord: {\n type: 'string',\n format: 'cid',\n description:\n 'Compare and swap with the previous record by CID. WARNING: nullable and optional field; may cause problems with golang implementation',\n },\n swapCommit: {\n type: 'string',\n format: 'cid',\n description:\n 'Compare and swap with the previous commit by CID.',\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['uri', 'cid'],\n properties: {\n uri: {\n type: 'string',\n format: 'at-uri',\n },\n cid: {\n type: 'string',\n format: 'cid',\n },\n commit: {\n type: 'ref',\n ref: 'lex:com.atproto.repo.defs#commitMeta',\n },\n validationStatus: {\n type: 'string',\n knownValues: ['valid', 'unknown'],\n },\n },\n },\n },\n errors: [\n {\n name: 'InvalidSwap',\n },\n ],\n },\n },\n },\n ComAtprotoRepoStrongRef: {\n lexicon: 1,\n id: 'com.atproto.repo.strongRef',\n description: 'A URI with a content-hash fingerprint.',\n defs: {\n main: {\n type: 'object',\n required: ['uri', 'cid'],\n properties: {\n uri: {\n type: 'string',\n format: 'at-uri',\n },\n cid: {\n type: 'string',\n format: 'cid',\n },\n },\n },\n },\n },\n ComAtprotoRepoUploadBlob: {\n lexicon: 1,\n id: 'com.atproto.repo.uploadBlob',\n defs: {\n main: {\n type: 'procedure',\n description:\n 'Upload a new blob, to be referenced from a repository record. The blob will be deleted if it is not referenced within a time window (eg, minutes). Blob restrictions (mimetype, size, etc) are enforced when the reference is created. Requires auth, implemented by PDS.',\n input: {\n encoding: '*/*',\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['blob'],\n properties: {\n blob: {\n type: 'blob',\n },\n },\n },\n },\n },\n },\n },\n ComAtprotoServerActivateAccount: {\n lexicon: 1,\n id: 'com.atproto.server.activateAccount',\n defs: {\n main: {\n type: 'procedure',\n description:\n \"Activates a currently deactivated account. Used to finalize account migration after the account's repo is imported and identity is setup.\",\n },\n },\n },\n ComAtprotoServerCheckAccountStatus: {\n lexicon: 1,\n id: 'com.atproto.server.checkAccountStatus',\n defs: {\n main: {\n type: 'query',\n description:\n 'Returns the status of an account, especially as pertaining to import or recovery. Can be called many times over the course of an account migration. Requires auth and can only be called pertaining to oneself.',\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: [\n 'activated',\n 'validDid',\n 'repoCommit',\n 'repoRev',\n 'repoBlocks',\n 'indexedRecords',\n 'privateStateValues',\n 'expectedBlobs',\n 'importedBlobs',\n ],\n properties: {\n activated: {\n type: 'boolean',\n },\n validDid: {\n type: 'boolean',\n },\n repoCommit: {\n type: 'string',\n format: 'cid',\n },\n repoRev: {\n type: 'string',\n },\n repoBlocks: {\n type: 'integer',\n },\n indexedRecords: {\n type: 'integer',\n },\n privateStateValues: {\n type: 'integer',\n },\n expectedBlobs: {\n type: 'integer',\n },\n importedBlobs: {\n type: 'integer',\n },\n },\n },\n },\n },\n },\n },\n ComAtprotoServerConfirmEmail: {\n lexicon: 1,\n id: 'com.atproto.server.confirmEmail',\n defs: {\n main: {\n type: 'procedure',\n description:\n 'Confirm an email using a token from com.atproto.server.requestEmailConfirmation.',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['email', 'token'],\n properties: {\n email: {\n type: 'string',\n },\n token: {\n type: 'string',\n },\n },\n },\n },\n errors: [\n {\n name: 'AccountNotFound',\n },\n {\n name: 'ExpiredToken',\n },\n {\n name: 'InvalidToken',\n },\n {\n name: 'InvalidEmail',\n },\n ],\n },\n },\n },\n ComAtprotoServerCreateAccount: {\n lexicon: 1,\n id: 'com.atproto.server.createAccount',\n defs: {\n main: {\n type: 'procedure',\n description: 'Create an account. Implemented by PDS.',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['handle'],\n properties: {\n email: {\n type: 'string',\n },\n handle: {\n type: 'string',\n format: 'handle',\n description: 'Requested handle for the account.',\n },\n did: {\n type: 'string',\n format: 'did',\n description:\n 'Pre-existing atproto DID, being imported to a new account.',\n },\n inviteCode: {\n type: 'string',\n },\n verificationCode: {\n type: 'string',\n },\n verificationPhone: {\n type: 'string',\n },\n password: {\n type: 'string',\n description:\n 'Initial account password. May need to meet instance-specific password strength requirements.',\n },\n recoveryKey: {\n type: 'string',\n description:\n 'DID PLC rotation key (aka, recovery key) to be included in PLC creation operation.',\n },\n plcOp: {\n type: 'unknown',\n description:\n 'A signed DID PLC operation to be submitted as part of importing an existing account to this instance. NOTE: this optional field may be updated when full account migration is implemented.',\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n description:\n 'Account login session returned on successful account creation.',\n required: ['accessJwt', 'refreshJwt', 'handle', 'did'],\n properties: {\n accessJwt: {\n type: 'string',\n },\n refreshJwt: {\n type: 'string',\n },\n handle: {\n type: 'string',\n format: 'handle',\n },\n did: {\n type: 'string',\n format: 'did',\n description: 'The DID of the new account.',\n },\n didDoc: {\n type: 'unknown',\n description: 'Complete DID document.',\n },\n },\n },\n },\n errors: [\n {\n name: 'InvalidHandle',\n },\n {\n name: 'InvalidPassword',\n },\n {\n name: 'InvalidInviteCode',\n },\n {\n name: 'HandleNotAvailable',\n },\n {\n name: 'UnsupportedDomain',\n },\n {\n name: 'UnresolvableDid',\n },\n {\n name: 'IncompatibleDidDoc',\n },\n ],\n },\n },\n },\n ComAtprotoServerCreateAppPassword: {\n lexicon: 1,\n id: 'com.atproto.server.createAppPassword',\n defs: {\n main: {\n type: 'procedure',\n description: 'Create an App Password.',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['name'],\n properties: {\n name: {\n type: 'string',\n description:\n 'A short name for the App Password, to help distinguish them.',\n },\n privileged: {\n type: 'boolean',\n description:\n \"If an app password has 'privileged' access to possibly sensitive account state. Meant for use with trusted clients.\",\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'ref',\n ref: 'lex:com.atproto.server.createAppPassword#appPassword',\n },\n },\n errors: [\n {\n name: 'AccountTakedown',\n },\n ],\n },\n appPassword: {\n type: 'object',\n required: ['name', 'password', 'createdAt'],\n properties: {\n name: {\n type: 'string',\n },\n password: {\n type: 'string',\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n },\n privileged: {\n type: 'boolean',\n },\n },\n },\n },\n },\n ComAtprotoServerCreateInviteCode: {\n lexicon: 1,\n id: 'com.atproto.server.createInviteCode',\n defs: {\n main: {\n type: 'procedure',\n description: 'Create an invite code.',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['useCount'],\n properties: {\n useCount: {\n type: 'integer',\n },\n forAccount: {\n type: 'string',\n format: 'did',\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['code'],\n properties: {\n code: {\n type: 'string',\n },\n },\n },\n },\n },\n },\n },\n ComAtprotoServerCreateInviteCodes: {\n lexicon: 1,\n id: 'com.atproto.server.createInviteCodes',\n defs: {\n main: {\n type: 'procedure',\n description: 'Create invite codes.',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['codeCount', 'useCount'],\n properties: {\n codeCount: {\n type: 'integer',\n default: 1,\n },\n useCount: {\n type: 'integer',\n },\n forAccounts: {\n type: 'array',\n items: {\n type: 'string',\n format: 'did',\n },\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['codes'],\n properties: {\n codes: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:com.atproto.server.createInviteCodes#accountCodes',\n },\n },\n },\n },\n },\n },\n accountCodes: {\n type: 'object',\n required: ['account', 'codes'],\n properties: {\n account: {\n type: 'string',\n },\n codes: {\n type: 'array',\n items: {\n type: 'string',\n },\n },\n },\n },\n },\n },\n ComAtprotoServerCreateSession: {\n lexicon: 1,\n id: 'com.atproto.server.createSession',\n defs: {\n main: {\n type: 'procedure',\n description: 'Create an authentication session.',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['identifier', 'password'],\n properties: {\n identifier: {\n type: 'string',\n description:\n 'Handle or other identifier supported by the server for the authenticating user.',\n },\n password: {\n type: 'string',\n },\n authFactorToken: {\n type: 'string',\n },\n allowTakendown: {\n type: 'boolean',\n description:\n 'When true, instead of throwing error for takendown accounts, a valid response with a narrow scoped token will be returned',\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['accessJwt', 'refreshJwt', 'handle', 'did'],\n properties: {\n accessJwt: {\n type: 'string',\n },\n refreshJwt: {\n type: 'string',\n },\n handle: {\n type: 'string',\n format: 'handle',\n },\n did: {\n type: 'string',\n format: 'did',\n },\n didDoc: {\n type: 'unknown',\n },\n email: {\n type: 'string',\n },\n emailConfirmed: {\n type: 'boolean',\n },\n emailAuthFactor: {\n type: 'boolean',\n },\n active: {\n type: 'boolean',\n },\n status: {\n type: 'string',\n description:\n 'If active=false, this optional field indicates a possible reason for why the account is not active. If active=false and no status is supplied, then the host makes no claim for why the repository is no longer being hosted.',\n knownValues: ['takendown', 'suspended', 'deactivated'],\n },\n },\n },\n },\n errors: [\n {\n name: 'AccountTakedown',\n },\n {\n name: 'AuthFactorTokenRequired',\n },\n ],\n },\n },\n },\n ComAtprotoServerDeactivateAccount: {\n lexicon: 1,\n id: 'com.atproto.server.deactivateAccount',\n defs: {\n main: {\n type: 'procedure',\n description:\n 'Deactivates a currently active account. Stops serving of repo, and future writes to repo until reactivated. Used to finalize account migration with the old host after the account has been activated on the new host.',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n properties: {\n deleteAfter: {\n type: 'string',\n format: 'datetime',\n description:\n 'A recommendation to server as to how long they should hold onto the deactivated account before deleting.',\n },\n },\n },\n },\n },\n },\n },\n ComAtprotoServerDefs: {\n lexicon: 1,\n id: 'com.atproto.server.defs',\n defs: {\n inviteCode: {\n type: 'object',\n required: [\n 'code',\n 'available',\n 'disabled',\n 'forAccount',\n 'createdBy',\n 'createdAt',\n 'uses',\n ],\n properties: {\n code: {\n type: 'string',\n },\n available: {\n type: 'integer',\n },\n disabled: {\n type: 'boolean',\n },\n forAccount: {\n type: 'string',\n },\n createdBy: {\n type: 'string',\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n },\n uses: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:com.atproto.server.defs#inviteCodeUse',\n },\n },\n },\n },\n inviteCodeUse: {\n type: 'object',\n required: ['usedBy', 'usedAt'],\n properties: {\n usedBy: {\n type: 'string',\n format: 'did',\n },\n usedAt: {\n type: 'string',\n format: 'datetime',\n },\n },\n },\n },\n },\n ComAtprotoServerDeleteAccount: {\n lexicon: 1,\n id: 'com.atproto.server.deleteAccount',\n defs: {\n main: {\n type: 'procedure',\n description:\n \"Delete an actor's account with a token and password. Can only be called after requesting a deletion token. Requires auth.\",\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['did', 'password', 'token'],\n properties: {\n did: {\n type: 'string',\n format: 'did',\n },\n password: {\n type: 'string',\n },\n token: {\n type: 'string',\n },\n },\n },\n },\n errors: [\n {\n name: 'ExpiredToken',\n },\n {\n name: 'InvalidToken',\n },\n ],\n },\n },\n },\n ComAtprotoServerDeleteSession: {\n lexicon: 1,\n id: 'com.atproto.server.deleteSession',\n defs: {\n main: {\n type: 'procedure',\n description:\n \"Delete the current session. Requires auth using the 'refreshJwt' (not the 'accessJwt').\",\n errors: [\n {\n name: 'InvalidToken',\n },\n {\n name: 'ExpiredToken',\n },\n ],\n },\n },\n },\n ComAtprotoServerDescribeServer: {\n lexicon: 1,\n id: 'com.atproto.server.describeServer',\n defs: {\n main: {\n type: 'query',\n description:\n \"Describes the server's account creation requirements and capabilities. Implemented by PDS.\",\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['did', 'availableUserDomains'],\n properties: {\n inviteCodeRequired: {\n type: 'boolean',\n description:\n 'If true, an invite code must be supplied to create an account on this instance.',\n },\n phoneVerificationRequired: {\n type: 'boolean',\n description:\n 'If true, a phone verification token must be supplied to create an account on this instance.',\n },\n blobUploadLimit: {\n type: 'integer',\n description:\n 'Maximum size of a blob that can be uploaded via com.atproto.repo.uploadBlob, in bytes.',\n },\n availableUserDomains: {\n type: 'array',\n description:\n 'List of domain suffixes that can be used in account handles.',\n items: {\n type: 'string',\n },\n },\n links: {\n type: 'ref',\n description: 'URLs of service policy documents.',\n ref: 'lex:com.atproto.server.describeServer#links',\n },\n contact: {\n type: 'ref',\n description: 'Contact information',\n ref: 'lex:com.atproto.server.describeServer#contact',\n },\n did: {\n type: 'string',\n format: 'did',\n },\n },\n },\n },\n },\n links: {\n type: 'object',\n properties: {\n privacyPolicy: {\n type: 'string',\n format: 'uri',\n },\n termsOfService: {\n type: 'string',\n format: 'uri',\n },\n },\n },\n contact: {\n type: 'object',\n properties: {\n email: {\n type: 'string',\n },\n },\n },\n },\n },\n ComAtprotoServerGetAccountInviteCodes: {\n lexicon: 1,\n id: 'com.atproto.server.getAccountInviteCodes',\n defs: {\n main: {\n type: 'query',\n description:\n 'Get all invite codes for the current account. Requires auth.',\n parameters: {\n type: 'params',\n properties: {\n includeUsed: {\n type: 'boolean',\n default: true,\n },\n createAvailable: {\n type: 'boolean',\n default: true,\n description:\n \"Controls whether any new 'earned' but not 'created' invites should be created.\",\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['codes'],\n properties: {\n codes: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:com.atproto.server.defs#inviteCode',\n },\n },\n },\n },\n },\n errors: [\n {\n name: 'DuplicateCreate',\n },\n ],\n },\n },\n },\n ComAtprotoServerGetServiceAuth: {\n lexicon: 1,\n id: 'com.atproto.server.getServiceAuth',\n defs: {\n main: {\n type: 'query',\n description:\n 'Get a signed token on behalf of the requesting DID for the requested service.',\n parameters: {\n type: 'params',\n required: ['aud'],\n properties: {\n aud: {\n type: 'string',\n maxLength: 2048,\n description:\n 'The DID or `did#serviceId` reference of the service that the token will be used to authenticate with.',\n },\n exp: {\n type: 'integer',\n description:\n 'The time in Unix Epoch seconds that the JWT expires. Defaults to 60 seconds in the future. The service may enforce certain time bounds on tokens depending on the requested scope.',\n },\n lxm: {\n type: 'string',\n format: 'nsid',\n description:\n 'Lexicon (XRPC) method to bind the requested token to',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['token'],\n properties: {\n token: {\n type: 'string',\n },\n },\n },\n },\n errors: [\n {\n name: 'BadExpiration',\n description:\n 'Indicates that the requested expiration date is not a valid. May be in the past or may be reliant on the requested scopes.',\n },\n ],\n },\n },\n },\n ComAtprotoServerGetSession: {\n lexicon: 1,\n id: 'com.atproto.server.getSession',\n defs: {\n main: {\n type: 'query',\n description:\n 'Get information about the current auth session. Requires auth.',\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['handle', 'did'],\n properties: {\n handle: {\n type: 'string',\n format: 'handle',\n },\n did: {\n type: 'string',\n format: 'did',\n },\n didDoc: {\n type: 'unknown',\n },\n email: {\n type: 'string',\n },\n emailConfirmed: {\n type: 'boolean',\n },\n emailAuthFactor: {\n type: 'boolean',\n },\n active: {\n type: 'boolean',\n },\n status: {\n type: 'string',\n description:\n 'If active=false, this optional field indicates a possible reason for why the account is not active. If active=false and no status is supplied, then the host makes no claim for why the repository is no longer being hosted.',\n knownValues: ['takendown', 'suspended', 'deactivated'],\n },\n },\n },\n },\n },\n },\n },\n ComAtprotoServerListAppPasswords: {\n lexicon: 1,\n id: 'com.atproto.server.listAppPasswords',\n defs: {\n main: {\n type: 'query',\n description: 'List all App Passwords.',\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['passwords'],\n properties: {\n passwords: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:com.atproto.server.listAppPasswords#appPassword',\n },\n },\n },\n },\n },\n errors: [\n {\n name: 'AccountTakedown',\n },\n ],\n },\n appPassword: {\n type: 'object',\n required: ['name', 'createdAt'],\n properties: {\n name: {\n type: 'string',\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n },\n privileged: {\n type: 'boolean',\n },\n },\n },\n },\n },\n ComAtprotoServerRefreshSession: {\n lexicon: 1,\n id: 'com.atproto.server.refreshSession',\n defs: {\n main: {\n type: 'procedure',\n description:\n \"Refresh an authentication session. Requires auth using the 'refreshJwt' (not the 'accessJwt').\",\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['accessJwt', 'refreshJwt', 'handle', 'did'],\n properties: {\n accessJwt: {\n type: 'string',\n },\n refreshJwt: {\n type: 'string',\n },\n handle: {\n type: 'string',\n format: 'handle',\n },\n did: {\n type: 'string',\n format: 'did',\n },\n didDoc: {\n type: 'unknown',\n },\n email: {\n type: 'string',\n },\n emailConfirmed: {\n type: 'boolean',\n },\n emailAuthFactor: {\n type: 'boolean',\n },\n active: {\n type: 'boolean',\n },\n status: {\n type: 'string',\n description:\n \"Hosting status of the account. If not specified, then assume 'active'.\",\n knownValues: ['takendown', 'suspended', 'deactivated'],\n },\n },\n },\n },\n errors: [\n {\n name: 'AccountTakedown',\n },\n {\n name: 'InvalidToken',\n },\n {\n name: 'ExpiredToken',\n },\n ],\n },\n },\n },\n ComAtprotoServerRequestAccountDelete: {\n lexicon: 1,\n id: 'com.atproto.server.requestAccountDelete',\n defs: {\n main: {\n type: 'procedure',\n description: 'Initiate a user account deletion via email.',\n },\n },\n },\n ComAtprotoServerRequestEmailConfirmation: {\n lexicon: 1,\n id: 'com.atproto.server.requestEmailConfirmation',\n defs: {\n main: {\n type: 'procedure',\n description:\n 'Request an email with a code to confirm ownership of email.',\n },\n },\n },\n ComAtprotoServerRequestEmailUpdate: {\n lexicon: 1,\n id: 'com.atproto.server.requestEmailUpdate',\n defs: {\n main: {\n type: 'procedure',\n description: 'Request a token in order to update email.',\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['tokenRequired'],\n properties: {\n tokenRequired: {\n type: 'boolean',\n },\n },\n },\n },\n },\n },\n },\n ComAtprotoServerRequestPasswordReset: {\n lexicon: 1,\n id: 'com.atproto.server.requestPasswordReset',\n defs: {\n main: {\n type: 'procedure',\n description: 'Initiate a user account password reset via email.',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['email'],\n properties: {\n email: {\n type: 'string',\n },\n },\n },\n },\n },\n },\n },\n ComAtprotoServerReserveSigningKey: {\n lexicon: 1,\n id: 'com.atproto.server.reserveSigningKey',\n defs: {\n main: {\n type: 'procedure',\n description:\n 'Reserve a repo signing key, for use with account creation. Necessary so that a DID PLC update operation can be constructed during an account migraiton. Public and does not require auth; implemented by PDS. NOTE: this endpoint may change when full account migration is implemented.',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n properties: {\n did: {\n type: 'string',\n format: 'did',\n description: 'The DID to reserve a key for.',\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['signingKey'],\n properties: {\n signingKey: {\n type: 'string',\n description:\n 'The public key for the reserved signing key, in did:key serialization.',\n },\n },\n },\n },\n },\n },\n },\n ComAtprotoServerResetPassword: {\n lexicon: 1,\n id: 'com.atproto.server.resetPassword',\n defs: {\n main: {\n type: 'procedure',\n description: 'Reset a user account password using a token.',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['token', 'password'],\n properties: {\n token: {\n type: 'string',\n },\n password: {\n type: 'string',\n },\n },\n },\n },\n errors: [\n {\n name: 'ExpiredToken',\n },\n {\n name: 'InvalidToken',\n },\n ],\n },\n },\n },\n ComAtprotoServerRevokeAppPassword: {\n lexicon: 1,\n id: 'com.atproto.server.revokeAppPassword',\n defs: {\n main: {\n type: 'procedure',\n description: 'Revoke an App Password by name.',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['name'],\n properties: {\n name: {\n type: 'string',\n },\n },\n },\n },\n },\n },\n },\n ComAtprotoServerUpdateEmail: {\n lexicon: 1,\n id: 'com.atproto.server.updateEmail',\n defs: {\n main: {\n type: 'procedure',\n description: \"Update an account's email.\",\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['email'],\n properties: {\n email: {\n type: 'string',\n },\n emailAuthFactor: {\n type: 'boolean',\n },\n token: {\n type: 'string',\n description:\n \"Requires a token from com.atproto.sever.requestEmailUpdate if the account's email has been confirmed.\",\n },\n },\n },\n },\n errors: [\n {\n name: 'ExpiredToken',\n },\n {\n name: 'InvalidToken',\n },\n {\n name: 'TokenRequired',\n },\n ],\n },\n },\n },\n ComAtprotoSimplespaceAddMember: {\n lexicon: 1,\n id: 'com.atproto.simplespace.addMember',\n defs: {\n main: {\n type: 'procedure',\n description:\n \"Add a member to a space's member list. The member list is host-internal state consulted at credential-mint time when the space's policy is 'member-list'. It is not a synced protocol structure and is not enumerated to the network. Requires auth as the space owner.\",\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['space', 'did'],\n properties: {\n space: {\n type: 'string',\n format: 'space-ref',\n description: 'Reference to the space.',\n },\n did: {\n type: 'string',\n format: 'did',\n description: 'The DID of the member to add.',\n },\n },\n },\n },\n errors: [\n {\n name: 'SpaceNotFound',\n },\n {\n name: 'NotSpaceOwner',\n },\n ],\n },\n },\n },\n ComAtprotoSimplespaceCheckUserAccess: {\n lexicon: 1,\n id: 'com.atproto.simplespace.checkUserAccess',\n defs: {\n main: {\n type: 'query',\n description:\n \"Ask a space's managing app whether to authorize a requesting user for a space credential. Served by the managingApp (not the PDS), called by the space authority at mint time when policy is 'managing-app'. Authenticated with service auth from the authority.\",\n parameters: {\n type: 'params',\n required: ['space', 'user'],\n properties: {\n space: {\n type: 'string',\n format: 'space-ref',\n description: 'Reference to the space.',\n },\n user: {\n type: 'string',\n format: 'did',\n description: 'The DID of the requesting user.',\n },\n clientId: {\n type: 'string',\n description:\n 'The attested client_id, if a client attestation was presented.',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['authorized'],\n properties: {\n authorized: {\n type: 'boolean',\n description: 'Whether the managing app authorizes the request.',\n },\n },\n },\n },\n },\n },\n },\n ComAtprotoSimplespaceCreateSpace: {\n lexicon: 1,\n id: 'com.atproto.simplespace.createSpace',\n defs: {\n main: {\n type: 'procedure',\n description:\n \"Create a new space managed by the simplespace implementation. The space is anchored on the authenticated user's DID, who becomes the space owner. Requires auth, implemented by PDS.\",\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['type', 'policy', 'appAccess'],\n properties: {\n type: {\n type: 'string',\n format: 'nsid',\n description:\n 'The NSID of the space type, describing the modality of the space (e.g. app.bsky.group, app.bsky.personal).',\n },\n skey: {\n type: 'string',\n format: 'record-key',\n description:\n 'The space key. Used to differentiate multiple spaces of the same type under the same owner. Same syntax requirements as a record key. If not provided, one will be auto-generated (TID).',\n },\n policy: {\n type: 'union',\n description:\n 'How the authority decides whether to authorize a requesting user.',\n refs: [\n 'lex:com.atproto.simplespace.defs#publicPolicy',\n 'lex:com.atproto.simplespace.defs#memberListPolicy',\n 'lex:com.atproto.simplespace.defs#managingAppPolicy',\n ],\n },\n appAccess: {\n type: 'union',\n description:\n 'How the authority decides whether to authorize a requesting app.',\n refs: [\n 'lex:com.atproto.simplespace.defs#open',\n 'lex:com.atproto.simplespace.defs#allowList',\n ],\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['uri'],\n properties: {\n uri: {\n type: 'string',\n format: 'space-ref',\n description: 'URI of the created space.',\n },\n },\n },\n },\n errors: [\n {\n name: 'SpaceAlreadyExists',\n description:\n 'A space with this owner, type, and skey already exists. A space that was previously deleted may be created again.',\n },\n {\n name: 'UnsupportedPolicy',\n description: 'The requested policy is not one the host implements.',\n },\n {\n name: 'UnsupportedAppAccess',\n description:\n 'The requested appAccess variant is not one the host implements. A host will not store an app access policy it cannot enforce.',\n },\n ],\n },\n },\n },\n ComAtprotoSimplespaceDefs: {\n lexicon: 1,\n id: 'com.atproto.simplespace.defs',\n defs: {\n publicPolicy: {\n type: 'object',\n description: 'User access policy: any user may access the space.',\n properties: {},\n },\n memberListPolicy: {\n type: 'object',\n description:\n \"User access policy: only users on the space's member list may access it.\",\n properties: {},\n },\n managingAppPolicy: {\n type: 'object',\n description:\n 'User access policy: the managing app is asked, via checkUserAccess, whether to authorize each user.',\n required: ['managingApp'],\n properties: {\n managingApp: {\n type: 'string',\n description:\n \"Service identifier of the managing app: a DID with an optional service fragment (e.g. 'did:web:example.com#forum').\",\n },\n },\n },\n open: {\n type: 'object',\n description:\n 'App access policy: any app may access the space. No client attestation required.',\n properties: {},\n },\n allowList: {\n type: 'object',\n description:\n 'App access policy: only the named clients may access the space, evaluated against the attested client_id.',\n required: ['allowed'],\n properties: {\n allowed: {\n type: 'array',\n description: 'The OAuth client IDs permitted to access the space.',\n items: {\n type: 'string',\n description: 'An OAuth client ID.',\n },\n },\n },\n },\n },\n },\n ComAtprotoSimplespaceDeleteSpace: {\n lexicon: 1,\n id: 'com.atproto.simplespace.deleteSpace',\n defs: {\n main: {\n type: 'procedure',\n description:\n \"Delete a space. The authenticated user must be the space owner. The authority's own repo in the space is deleted along with it, since the space host and the repo host are the same service here; other members' repos are flagged as belonging to a deleted space rather than erased. After deletion, all reads and writes against the space fail with SpaceNotFound, and getSpaceCredential answers SpaceDeleted so a syncer that missed the notification still learns to drop its copy. Idempotent. Requires auth, implemented by PDS.\",\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['space'],\n properties: {\n space: {\n type: 'string',\n format: 'space-ref',\n description: 'Reference to the space to delete.',\n },\n },\n },\n },\n errors: [\n {\n name: 'SpaceNotFound',\n },\n {\n name: 'NotSpaceOwner',\n },\n ],\n },\n },\n },\n ComAtprotoSimplespaceGetSpace: {\n lexicon: 1,\n id: 'com.atproto.simplespace.getSpace',\n defs: {\n main: {\n type: 'query',\n description:\n 'Describe a space managed by the simplespace implementation, including its configuration. Served by the space host. Requires either OAuth (for a caller with an account on this host) or a space credential (for a member hosted elsewhere); either way the caller must be authorized for the space.',\n parameters: {\n type: 'params',\n required: ['space'],\n properties: {\n space: {\n type: 'string',\n format: 'space-ref',\n description: 'Reference to the space.',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['uri', 'policy', 'appAccess'],\n properties: {\n uri: {\n type: 'string',\n format: 'space-ref',\n description: 'URI of the space.',\n },\n policy: {\n type: 'union',\n description:\n 'How the authority decides whether to authorize a requesting user.',\n refs: [\n 'lex:com.atproto.simplespace.defs#publicPolicy',\n 'lex:com.atproto.simplespace.defs#memberListPolicy',\n 'lex:com.atproto.simplespace.defs#managingAppPolicy',\n ],\n },\n appAccess: {\n type: 'union',\n description:\n 'How the authority decides whether to authorize a requesting app.',\n refs: [\n 'lex:com.atproto.simplespace.defs#open',\n 'lex:com.atproto.simplespace.defs#allowList',\n ],\n },\n },\n },\n },\n errors: [\n {\n name: 'SpaceNotFound',\n },\n ],\n },\n },\n },\n ComAtprotoSimplespaceListMembers: {\n lexicon: 1,\n id: 'com.atproto.simplespace.listMembers',\n defs: {\n main: {\n type: 'query',\n description:\n \"List the members in a space's host-internal member list. Must be called on the space authority's PDS. Requires OAuth with a covering read grant; a space credential is not sufficient, so members hosted elsewhere cannot enumerate the list. This reflects the simplespace member list, not a protocol-level reader set.\",\n parameters: {\n type: 'params',\n required: ['space'],\n properties: {\n space: {\n type: 'string',\n format: 'space-ref',\n description: 'Reference to the space.',\n },\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 1000,\n default: 100,\n description: 'Maximum number of members to return.',\n },\n cursor: {\n type: 'string',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['members'],\n properties: {\n cursor: {\n type: 'string',\n },\n members: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:com.atproto.simplespace.listMembers#member',\n },\n },\n },\n },\n },\n errors: [\n {\n name: 'SpaceNotFound',\n },\n ],\n },\n member: {\n type: 'object',\n required: ['did'],\n properties: {\n did: {\n type: 'string',\n format: 'did',\n },\n },\n },\n },\n },\n ComAtprotoSimplespaceRemoveMember: {\n lexicon: 1,\n id: 'com.atproto.simplespace.removeMember',\n defs: {\n main: {\n type: 'procedure',\n description:\n \"Remove a member from a space's member list. The member list is host-internal state consulted at credential-mint time when the space's policy is 'member-list'. Requires auth as the space owner.\",\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['space', 'did'],\n properties: {\n space: {\n type: 'string',\n format: 'space-ref',\n description: 'Reference to the space.',\n },\n did: {\n type: 'string',\n format: 'did',\n description: 'The DID of the member to remove.',\n },\n },\n },\n },\n errors: [\n {\n name: 'SpaceNotFound',\n },\n {\n name: 'NotSpaceOwner',\n },\n ],\n },\n },\n },\n ComAtprotoSimplespaceUpdateSpace: {\n lexicon: 1,\n id: 'com.atproto.simplespace.updateSpace',\n defs: {\n main: {\n type: 'procedure',\n description:\n 'Update the configuration of a space. The authenticated user must be the space owner. Omitted fields are left unchanged. Requires auth, implemented by PDS.',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['space'],\n properties: {\n space: {\n type: 'string',\n format: 'space-ref',\n description: 'Reference to the space to update.',\n },\n policy: {\n type: 'union',\n description:\n 'How the authority decides whether to authorize a requesting user. When supplied, replaces the current policy wholesale.',\n refs: [\n 'lex:com.atproto.simplespace.defs#publicPolicy',\n 'lex:com.atproto.simplespace.defs#memberListPolicy',\n 'lex:com.atproto.simplespace.defs#managingAppPolicy',\n ],\n },\n appAccess: {\n type: 'union',\n description:\n 'How the authority decides whether to authorize a requesting app. When supplied, replaces the current policy wholesale.',\n refs: [\n 'lex:com.atproto.simplespace.defs#open',\n 'lex:com.atproto.simplespace.defs#allowList',\n ],\n },\n },\n },\n },\n errors: [\n {\n name: 'SpaceNotFound',\n },\n {\n name: 'NotSpaceOwner',\n },\n {\n name: 'UnsupportedPolicy',\n description: 'The requested policy is not one the host implements.',\n },\n {\n name: 'UnsupportedAppAccess',\n description:\n 'The requested appAccess variant is not one the host implements. A host will not store an app access policy it cannot enforce.',\n },\n ],\n },\n },\n },\n ComAtprotoSpaceApplyWrites: {\n lexicon: 1,\n id: 'com.atproto.space.applyWrites',\n defs: {\n main: {\n type: 'procedure',\n description:\n 'Apply a batch transaction of creates, updates, and deletes in a permissioned space. Requires auth, implemented by PDS.',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['space', 'repo', 'writes'],\n properties: {\n space: {\n type: 'string',\n format: 'space-ref',\n description: 'Reference to the space.',\n },\n repo: {\n type: 'string',\n format: 'did',\n description:\n 'The DID of the repo to write to (the authenticated member).',\n },\n validate: {\n type: 'boolean',\n description:\n \"Can be set to 'false' to skip Lexicon schema validation of record data across all operations, 'true' to require it, or leave unset to validate only for known Lexicons.\",\n },\n writes: {\n type: 'array',\n items: {\n type: 'union',\n refs: [\n 'lex:com.atproto.space.applyWrites#create',\n 'lex:com.atproto.space.applyWrites#update',\n 'lex:com.atproto.space.applyWrites#delete',\n ],\n closed: true,\n },\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n properties: {\n results: {\n type: 'array',\n items: {\n type: 'union',\n refs: [\n 'lex:com.atproto.space.applyWrites#createResult',\n 'lex:com.atproto.space.applyWrites#updateResult',\n 'lex:com.atproto.space.applyWrites#deleteResult',\n ],\n closed: true,\n },\n },\n },\n },\n },\n errors: [\n {\n name: 'SpaceNotFound',\n },\n {\n name: 'RecordNotFound',\n description:\n 'An update or delete targeted a record that does not exist.',\n },\n {\n name: 'RecordAlreadyExists',\n description:\n 'A create targeted a collection and rkey that already holds a record.',\n },\n ],\n },\n create: {\n type: 'object',\n description: 'Operation which creates a new record.',\n required: ['collection', 'value'],\n properties: {\n collection: {\n type: 'string',\n format: 'nsid',\n },\n rkey: {\n type: 'string',\n format: 'record-key',\n maxLength: 512,\n },\n value: {\n type: 'unknown',\n },\n },\n },\n update: {\n type: 'object',\n description: 'Operation which updates an existing record.',\n required: ['collection', 'rkey', 'value'],\n properties: {\n collection: {\n type: 'string',\n format: 'nsid',\n },\n rkey: {\n type: 'string',\n format: 'record-key',\n },\n value: {\n type: 'unknown',\n },\n },\n },\n delete: {\n type: 'object',\n description: 'Operation which deletes an existing record.',\n required: ['collection', 'rkey'],\n properties: {\n collection: {\n type: 'string',\n format: 'nsid',\n },\n rkey: {\n type: 'string',\n format: 'record-key',\n },\n },\n },\n createResult: {\n type: 'object',\n required: ['uri', 'cid'],\n properties: {\n uri: {\n type: 'string',\n format: 'at-uri',\n },\n cid: {\n type: 'string',\n format: 'cid',\n },\n validationStatus: {\n type: 'string',\n knownValues: ['valid', 'unknown'],\n },\n },\n },\n updateResult: {\n type: 'object',\n required: ['uri', 'cid'],\n properties: {\n uri: {\n type: 'string',\n format: 'at-uri',\n },\n cid: {\n type: 'string',\n format: 'cid',\n },\n validationStatus: {\n type: 'string',\n knownValues: ['valid', 'unknown'],\n },\n },\n },\n deleteResult: {\n type: 'object',\n required: [],\n properties: {},\n },\n },\n },\n ComAtprotoSpaceCreateRecord: {\n lexicon: 1,\n id: 'com.atproto.space.createRecord',\n defs: {\n main: {\n type: 'procedure',\n description:\n 'Create a single new record in a permissioned space. Requires auth, implemented by PDS.',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['space', 'repo', 'collection', 'record'],\n properties: {\n space: {\n type: 'string',\n format: 'space-ref',\n description: 'Reference to the space.',\n },\n repo: {\n type: 'string',\n format: 'did',\n description:\n 'The DID of the repo to write to (the authenticated member).',\n },\n collection: {\n type: 'string',\n format: 'nsid',\n description: 'The NSID of the record collection.',\n },\n rkey: {\n type: 'string',\n format: 'record-key',\n description: 'The Record Key.',\n maxLength: 512,\n },\n validate: {\n type: 'boolean',\n description:\n \"Can be set to 'false' to skip Lexicon schema validation of record data, 'true' to require it, or leave unset to validate only for known Lexicons.\",\n },\n record: {\n type: 'unknown',\n description: 'The record itself. Must contain a $type field.',\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['uri', 'cid'],\n properties: {\n uri: {\n type: 'string',\n format: 'at-uri',\n description: 'URI of the created record.',\n },\n cid: {\n type: 'string',\n format: 'cid',\n },\n validationStatus: {\n type: 'string',\n knownValues: ['valid', 'unknown'],\n },\n },\n },\n },\n errors: [\n {\n name: 'SpaceNotFound',\n },\n {\n name: 'RecordAlreadyExists',\n description:\n 'A record already exists at this collection and rkey. Retry with a different rkey, or use putRecord.',\n },\n ],\n },\n },\n },\n ComAtprotoSpaceDefs: {\n lexicon: 1,\n id: 'com.atproto.space.defs',\n defs: {\n signedCommit: {\n type: 'object',\n description:\n 'A signed commit over the current state of a permissioned repo.',\n required: ['ver', 'hash', 'mac', 'ikm', 'sig', 'rev'],\n properties: {\n ver: {\n type: 'integer',\n description:\n 'Commit format version, currently 1. Corresponds to the version in the ctx protocol tag (atproto-space-v1).',\n },\n hash: {\n type: 'bytes',\n description: 'sha256 digest of the LtHash state (32 bytes).',\n },\n ikm: {\n type: 'bytes',\n description:\n 'Per-signature input keying material (32 random bytes)',\n },\n sig: {\n type: 'bytes',\n description:\n \"Signature over ctx (space, author DID, rev, ikm) by the user's atproto signing key. Does not cover the repo hash.\",\n },\n mac: {\n type: 'bytes',\n description:\n \"HMAC-SHA256 over hash, keyed by HKDF-SHA256(ikm, info=ctx). Binds the repo hash to this commit's context.\",\n },\n rev: {\n type: 'string',\n format: 'tid',\n description: 'Commit revision (TID), also bound into ctx.',\n },\n },\n },\n },\n },\n ComAtprotoSpaceDeleteRecord: {\n lexicon: 1,\n id: 'com.atproto.space.deleteRecord',\n defs: {\n main: {\n type: 'procedure',\n description:\n \"Delete a record from a permissioned space, or ensure it doesn't exist. Succeeds whether or not the record was present. Requires auth, implemented by PDS.\",\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['space', 'repo', 'collection', 'rkey'],\n properties: {\n space: {\n type: 'string',\n format: 'space-ref',\n description: 'Reference to the space.',\n },\n repo: {\n type: 'string',\n format: 'did',\n description:\n 'The DID of the repo to delete from (the authenticated member).',\n },\n collection: {\n type: 'string',\n format: 'nsid',\n description: 'The NSID of the record collection.',\n },\n rkey: {\n type: 'string',\n format: 'record-key',\n description: 'The Record Key.',\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n properties: {},\n },\n },\n errors: [\n {\n name: 'SpaceNotFound',\n },\n ],\n },\n },\n },\n ComAtprotoSpaceGetBlob: {\n lexicon: 1,\n id: 'com.atproto.space.getBlob',\n defs: {\n main: {\n type: 'query',\n description:\n \"Get a blob referenced from a record in a permissioned space. Returns the full blob as originally uploaded. Blobs are not uploaded through this namespace: a space record references a blob uploaded via com.atproto.repo.uploadBlob, so a client writing blob-bearing records into a space needs a blob permission alongside its space permission. Use listBlobs to enumerate a repo's blobs in a space. Callable with either OAuth (for the authenticated user's own data) or a space credential (for syncing services).\",\n parameters: {\n type: 'params',\n required: ['space', 'repo', 'cid'],\n properties: {\n space: {\n type: 'string',\n format: 'space-ref',\n description: 'Reference to the space.',\n },\n repo: {\n type: 'string',\n format: 'did',\n description: 'The DID of the account whose repo holds the blob.',\n },\n cid: {\n type: 'string',\n format: 'cid',\n description: 'The CID of the blob to fetch.',\n },\n },\n },\n output: {\n encoding: '*/*',\n },\n errors: [\n {\n name: 'BlobNotFound',\n },\n {\n name: 'SpaceNotFound',\n },\n {\n name: 'RepoNotFound',\n },\n {\n name: 'RepoTakendown',\n },\n {\n name: 'RepoSuspended',\n },\n {\n name: 'RepoDeactivated',\n },\n ],\n },\n },\n },\n ComAtprotoSpaceGetDelegationToken: {\n lexicon: 1,\n id: 'com.atproto.space.getDelegationToken',\n defs: {\n main: {\n type: 'query',\n description:\n \"Mint a delegation token for a space, proving the requesting app is acting on the user's behalf. Exchanged with the space authority for a space credential. Served by the requesting user's PDS. Requires OAuth auth.\",\n parameters: {\n type: 'params',\n required: ['space'],\n properties: {\n space: {\n type: 'string',\n format: 'space-ref',\n description: 'Reference to the space.',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['token'],\n properties: {\n token: {\n type: 'string',\n description: 'A signed JWT delegation token.',\n },\n },\n },\n },\n },\n },\n },\n ComAtprotoSpaceGetLatestCommit: {\n lexicon: 1,\n id: 'com.atproto.space.getLatestCommit',\n defs: {\n main: {\n type: 'query',\n description:\n \"Get the current signed commit for an account's permissioned repo within a space. Served by a repo host. Throws RepoNotFound when the account holds no repo in the space, including the case of a member that has never written to it. Callable with either OAuth (for the authenticated user's own data) or a space credential (for syncing services).\",\n parameters: {\n type: 'params',\n required: ['space', 'repo'],\n properties: {\n space: {\n type: 'string',\n format: 'space-ref',\n description: 'Reference to the space.',\n },\n repo: {\n type: 'string',\n format: 'did',\n description:\n 'The DID of the account whose latest commit to retrieve.',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n properties: {\n commit: {\n type: 'ref',\n ref: 'lex:com.atproto.space.defs#signedCommit',\n description: \"The account's current signed commit.\",\n },\n },\n required: ['commit'],\n },\n },\n errors: [\n {\n name: 'SpaceNotFound',\n },\n {\n name: 'RepoNotFound',\n },\n {\n name: 'RepoTakendown',\n },\n {\n name: 'RepoSuspended',\n },\n {\n name: 'RepoDeactivated',\n },\n ],\n },\n },\n },\n ComAtprotoSpaceGetRecord: {\n lexicon: 1,\n id: 'com.atproto.space.getRecord',\n defs: {\n main: {\n type: 'query',\n description:\n \"Get a single record from a permissioned space. Callable with either OAuth (for the authenticated user's own data) or a space credential (for syncing services). Throws RepoNotFound when the account holds no repo in the space; this does not distinguish a member that has never written from a non-member.\",\n parameters: {\n type: 'params',\n required: ['space', 'repo', 'collection', 'rkey'],\n properties: {\n space: {\n type: 'string',\n format: 'space-ref',\n description: 'Reference to the space.',\n },\n repo: {\n type: 'string',\n format: 'did',\n description: 'The DID of the account whose repo to read from.',\n },\n collection: {\n type: 'string',\n format: 'nsid',\n description: 'The NSID of the record collection.',\n },\n rkey: {\n type: 'string',\n format: 'record-key',\n description: 'The Record Key.',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['uri', 'cid', 'value'],\n properties: {\n uri: {\n type: 'string',\n format: 'at-uri',\n },\n cid: {\n type: 'string',\n format: 'cid',\n },\n value: {\n type: 'unknown',\n },\n },\n },\n },\n errors: [\n {\n name: 'RecordNotFound',\n },\n {\n name: 'SpaceNotFound',\n },\n {\n name: 'RepoNotFound',\n },\n {\n name: 'RepoTakendown',\n },\n {\n name: 'RepoSuspended',\n },\n {\n name: 'RepoDeactivated',\n },\n ],\n },\n },\n },\n ComAtprotoSpaceGetRepo: {\n lexicon: 1,\n id: 'com.atproto.space.getRepo',\n defs: {\n main: {\n type: 'query',\n description:\n \"Download an account's permissioned repo within a space as a CAR file, for full-state recovery. The CAR declares two roots in order: the signed commit, then a DRISL (DAG-CBOR) index mapping '{collection}/{rkey}' to record CID. Record blocks follow, in the same canonical DAG-CBOR key order as the index (length-first, then bytewise). Blobs are not included and are fetched separately via getBlob. Served by a repo host. Callable with either OAuth (for the authenticated user's own data) or a space credential (for syncing services).\",\n parameters: {\n type: 'params',\n required: ['space', 'repo'],\n properties: {\n space: {\n type: 'string',\n format: 'space-ref',\n description: 'Reference to the space.',\n },\n repo: {\n type: 'string',\n format: 'did',\n description: 'The DID of the account whose repo to download.',\n },\n excludeValues: {\n type: 'boolean',\n default: false,\n description:\n 'If true, omit the record blocks and return only the commit and index roots. The index is still fully authenticated by folding its entries into a set hash and comparing against the commit, so a syncer can diff it against a local copy and fetch just the records it lacks. Note the resulting CAR declares two roots and carries no non-root blocks.',\n },\n },\n },\n output: {\n encoding: 'application/vnd.ipld.car',\n },\n errors: [\n {\n name: 'SpaceNotFound',\n },\n {\n name: 'RepoNotFound',\n },\n {\n name: 'RepoTakendown',\n },\n {\n name: 'RepoSuspended',\n },\n {\n name: 'RepoDeactivated',\n },\n ],\n },\n },\n },\n ComAtprotoSpaceGetSpaceCredential: {\n lexicon: 1,\n id: 'com.atproto.space.getSpaceCredential',\n defs: {\n main: {\n type: 'procedure',\n description:\n \"Exchange a delegation token for a space credential. Called on the space authority, with the delegation token as the request's authorization token and a DPoP proof signed by the key to bind the credential to. The resulting space credential reads repos across the space. Requires a delegation token and DPoP proof, plus a client attestation when the space gates on app identity.\",\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['space'],\n properties: {\n space: {\n type: 'string',\n format: 'space-ref',\n description: 'Reference to the space.',\n },\n clientAttestation: {\n type: 'string',\n description:\n \"Optional client attestation JWT establishing the app's identity. Required only when the space gates on app identity.\",\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['credential'],\n properties: {\n credential: {\n type: 'string',\n description:\n \"A signed JWT space credential, bound through its cnf.jkt claim to the key that signed the request's DPoP proof.\",\n },\n },\n },\n },\n errors: [\n {\n name: 'SpaceNotFound',\n },\n {\n name: 'SpaceDeleted',\n },\n {\n name: 'UserNotAuthorized',\n description: 'Refused on the basis of the requesting user.',\n },\n {\n name: 'AppNotAuthorized',\n description: 'Refused on the basis of the requesting app.',\n },\n {\n name: 'NotAuthorized',\n description:\n 'Refused without attributing the refusal to the user or the app. Authorities that do not wish to disclose which perimeter failed may return this in place of UserNotAuthorized or AppNotAuthorized.',\n },\n {\n name: 'InvalidDelegationToken',\n },\n {\n name: 'InvalidClientAttestation',\n },\n ],\n },\n },\n },\n ComAtprotoSpaceListBlobs: {\n lexicon: 1,\n id: 'com.atproto.space.listBlobs',\n defs: {\n main: {\n type: 'query',\n description:\n \"List the CIDs of blobs referenced by an account's records within a permissioned space, optionally since some revision of that repo. Lets a syncer discover which blobs to fetch via getBlob, and lets an account enumerate the blobs it must carry when migrating a permissioned repo. Scoped to one space: blobs behind permissioned records are never enumerated by com.atproto.sync.listBlobs, which is unauthenticated. Callable with either OAuth (for the authenticated user's own data) or a space credential (for syncing services).\",\n parameters: {\n type: 'params',\n required: ['space', 'repo'],\n properties: {\n space: {\n type: 'string',\n format: 'space-ref',\n description: 'Reference to the space.',\n },\n repo: {\n type: 'string',\n format: 'did',\n description: 'The DID of the account whose blobs to list.',\n },\n since: {\n type: 'string',\n format: 'tid',\n description:\n 'Optional revision of the permissioned repo to list blobs since.',\n },\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 1000,\n default: 500,\n },\n cursor: {\n type: 'string',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['cids'],\n properties: {\n cursor: {\n type: 'string',\n },\n cids: {\n type: 'array',\n items: {\n type: 'string',\n format: 'cid',\n },\n },\n },\n },\n },\n errors: [\n {\n name: 'SpaceNotFound',\n },\n {\n name: 'RepoNotFound',\n },\n {\n name: 'RepoTakendown',\n },\n {\n name: 'RepoSuspended',\n },\n {\n name: 'RepoDeactivated',\n },\n ],\n },\n },\n },\n ComAtprotoSpaceListRecords: {\n lexicon: 1,\n id: 'com.atproto.space.listRecords',\n defs: {\n main: {\n type: 'query',\n description:\n \"List the records in an account's repo within a permissioned space, optionally filtered by collection. By default each record's value is inlined; set excludeValues for a metadata-only listing (collection, rkey, cid). Used for full-state recovery. Callable with either OAuth (for the authenticated user's own data) or a space credential (for syncing services). Throws RepoNotFound when the account holds no repo in the space; this does not distinguish a member that has never written from a non-member.\",\n parameters: {\n type: 'params',\n required: ['space', 'repo'],\n properties: {\n space: {\n type: 'string',\n format: 'space-ref',\n description: 'Reference to the space.',\n },\n repo: {\n type: 'string',\n format: 'did',\n description: 'The DID of the account whose repo to list.',\n },\n collection: {\n type: 'string',\n format: 'nsid',\n description:\n 'The NSID of the record collection. If omitted, lists records across all collections.',\n },\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 1000,\n default: 50,\n description: 'The number of records to return.',\n },\n cursor: {\n type: 'string',\n },\n reverse: {\n type: 'boolean',\n description: 'Flag to reverse the order of the returned records.',\n },\n excludeValues: {\n type: 'boolean',\n default: false,\n description:\n 'If true, omit inlined record values and return only metadata (collection, rkey, cid).',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['records'],\n properties: {\n cursor: {\n type: 'string',\n },\n records: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:com.atproto.space.listRecords#record',\n },\n },\n },\n },\n },\n errors: [\n {\n name: 'SpaceNotFound',\n },\n {\n name: 'RepoNotFound',\n },\n {\n name: 'RepoTakendown',\n },\n {\n name: 'RepoSuspended',\n },\n {\n name: 'RepoDeactivated',\n },\n ],\n },\n record: {\n type: 'object',\n required: ['collection', 'rkey', 'cid'],\n properties: {\n collection: {\n type: 'string',\n format: 'nsid',\n },\n rkey: {\n type: 'string',\n format: 'record-key',\n },\n cid: {\n type: 'string',\n format: 'cid',\n },\n value: {\n type: 'unknown',\n description:\n \"The record's value. Inlined by default; omitted when excludeValues is set.\",\n },\n },\n },\n },\n },\n ComAtprotoSpaceListRepoOps: {\n lexicon: 1,\n id: 'com.atproto.space.listRepoOps',\n defs: {\n main: {\n type: 'query',\n description:\n \"List the operation log for an account's permissioned repo within a space, returning operations after a given revision. Primary incremental sync mechanism. By default each created or updated operation inlines the record's current value; set excludeValues for metadata-only entries. Note the oplog is a transport optimization with no history guarantee: a host may compact it or drop it, and it does not survive account migration, so omitting `since` returns the retained window rather than the repo's full history. Use getRepo for an initial sync or when a `since` revision is no longer available. Callable with either OAuth (for the authenticated user's own data) or a space credential (for syncing services).\",\n parameters: {\n type: 'params',\n required: ['space', 'repo'],\n properties: {\n space: {\n type: 'string',\n format: 'space-ref',\n description: 'Reference to the space.',\n },\n repo: {\n type: 'string',\n format: 'did',\n description: 'The DID of the account whose oplog to retrieve.',\n },\n since: {\n type: 'string',\n format: 'tid',\n description:\n \"Return operations after this revision. The caller's own sync position; use `cursor` to continue a paginated response.\",\n },\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 1000,\n default: 100,\n description: 'Maximum number of operations to return.',\n },\n cursor: {\n type: 'string',\n description:\n 'Opaque pagination cursor from a previous response. Takes precedence over `since` when both are supplied.',\n },\n excludeValues: {\n type: 'boolean',\n default: false,\n description:\n 'If true, omit inlined record values and return only operation metadata.',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['ops'],\n properties: {\n ops: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:com.atproto.space.listRepoOps#opEntry',\n },\n },\n commit: {\n type: 'ref',\n ref: 'lex:com.atproto.space.defs#signedCommit',\n description:\n \"The account's current signed commit. Included when the response reaches the head of the oplog; omitted on backfill responses.\",\n },\n cursor: {\n type: 'string',\n description:\n 'Pass as `cursor` to fetch the next page. Absent once the response reaches the head of the oplog.',\n },\n },\n },\n },\n errors: [\n {\n name: 'SpaceNotFound',\n },\n {\n name: 'RepoNotFound',\n },\n {\n name: 'RepoTakendown',\n },\n {\n name: 'RepoSuspended',\n },\n {\n name: 'RepoDeactivated',\n },\n ],\n },\n opEntry: {\n type: 'object',\n description:\n \"A single operation in a permissioned repo's oplog. cid is null for deletes; prev is null for creates. Operations sharing the same rev belong to the same batch. value carries the record's current value for creates and updates, unless excludeValues was set or the value is stale (superseded by a later operation).\",\n required: ['rev', 'collection', 'rkey', 'cid', 'prev'],\n nullable: ['cid', 'prev'],\n properties: {\n rev: {\n type: 'string',\n format: 'tid',\n },\n collection: {\n type: 'string',\n format: 'nsid',\n },\n rkey: {\n type: 'string',\n format: 'record-key',\n },\n cid: {\n type: 'string',\n format: 'cid',\n },\n prev: {\n type: 'string',\n format: 'cid',\n },\n value: {\n type: 'unknown',\n description:\n \"The record's current value, inlined for create and update operations. Omitted when excludeValues is set, for deletes, or when the value has been superseded by a later operation.\",\n },\n },\n },\n },\n },\n ComAtprotoSpaceListRepos: {\n lexicon: 1,\n id: 'com.atproto.space.listRepos',\n defs: {\n main: {\n type: 'query',\n description:\n \"List the known repos that hold data in a space (the writer set), with each repo's current rev and commit hash. Served by the space host. This is the sync boundary, not an access-control list: it enumerates only writers, never readers. The set is what the authority claims from write notifications and is not itself authoritative; a repo's host is the source of truth.\",\n parameters: {\n type: 'params',\n required: ['space'],\n properties: {\n space: {\n type: 'string',\n format: 'space-ref',\n description: 'Reference to the space.',\n },\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 1000,\n default: 100,\n description: 'Maximum number of repos to return.',\n },\n cursor: {\n type: 'string',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['repos'],\n properties: {\n cursor: {\n type: 'string',\n },\n repos: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:com.atproto.space.listRepos#repo',\n },\n },\n },\n },\n },\n errors: [\n {\n name: 'SpaceNotFound',\n },\n ],\n },\n repo: {\n type: 'object',\n required: ['did', 'rev', 'hash'],\n properties: {\n did: {\n type: 'string',\n format: 'did',\n description: 'The DID of a repo that holds data in the space.',\n },\n rev: {\n type: 'string',\n description:\n \"The repo's current revision (TID), as last reported to the authority. May lag the repo host, which is the source of truth.\",\n format: 'tid',\n },\n hash: {\n type: 'bytes',\n description:\n \"The repo's current commit hash (sha256 of the LtHash state), as last reported to the authority.\",\n },\n },\n },\n },\n },\n ComAtprotoSpaceListSpaces: {\n lexicon: 1,\n id: 'com.atproto.space.listSpaces',\n defs: {\n main: {\n type: 'query',\n description:\n \"List the spaces the authenticated user holds a repo in (i.e. spaces the user has written data to), optionally filtered by type and/or authority DID. Note this is not 'spaces I'm a member of' — a member's PDS only tracks spaces its user has written to. Requires auth, implemented by PDS.\",\n parameters: {\n type: 'params',\n properties: {\n type: {\n type: 'string',\n format: 'nsid',\n description: 'Filter to spaces of this type.',\n },\n did: {\n type: 'string',\n format: 'did',\n description: 'Filter to spaces under this authority DID.',\n },\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 100,\n default: 50,\n description: 'The number of spaces to return.',\n },\n cursor: {\n type: 'string',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['spaces'],\n properties: {\n cursor: {\n type: 'string',\n },\n spaces: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:com.atproto.space.listSpaces#spaceView',\n },\n },\n },\n },\n },\n },\n spaceView: {\n type: 'object',\n required: ['uri'],\n properties: {\n uri: {\n type: 'string',\n format: 'space-ref',\n description: 'URI of the space.',\n },\n },\n },\n },\n },\n ComAtprotoSpaceNotifySpaceDeleted: {\n lexicon: 1,\n id: 'com.atproto.space.notifySpaceDeleted',\n defs: {\n main: {\n type: 'procedure',\n description:\n \"Notify a syncing service that a space has been deleted, and that it should drop every copy of the space's data it holds. Sent by the space authority to the services registered for the space, best-effort. Authenticated with service auth addressed to the receiving service.\",\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['space'],\n properties: {\n space: {\n type: 'string',\n format: 'space-ref',\n description: 'Reference to the deleted space.',\n },\n },\n },\n },\n },\n },\n },\n ComAtprotoSpaceNotifyWrite: {\n lexicon: 1,\n id: 'com.atproto.space.notifyWrite',\n defs: {\n main: {\n type: 'procedure',\n description:\n 'Notify that a repo in a space has advanced to a new revision. Sent by a repo host to the space host, and forwarded to registered syncers. Best-effort. Authenticated with service auth.',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['space', 'repo', 'rev', 'hash'],\n properties: {\n space: {\n type: 'string',\n format: 'space-ref',\n description: 'Reference to the space.',\n },\n repo: {\n type: 'string',\n format: 'did',\n description: 'The DID of the account whose repo advanced.',\n },\n rev: {\n type: 'string',\n description: 'The revision of the write.',\n format: 'tid',\n },\n hash: {\n type: 'bytes',\n description:\n \"The repo's current commit hash (sha256 of the LtHash state) after the write. Lets the space host maintain each repo's hash for listRepos.\",\n },\n },\n },\n },\n },\n },\n },\n ComAtprotoSpacePutRecord: {\n lexicon: 1,\n id: 'com.atproto.space.putRecord',\n defs: {\n main: {\n type: 'procedure',\n description:\n 'Write a record in a permissioned space, creating or updating it as needed. Requires auth, implemented by PDS.',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['space', 'repo', 'collection', 'rkey', 'record'],\n properties: {\n space: {\n type: 'string',\n format: 'space-ref',\n description: 'Reference to the space.',\n },\n repo: {\n type: 'string',\n format: 'did',\n description:\n 'The DID of the repo to write to (the authenticated member).',\n },\n collection: {\n type: 'string',\n format: 'nsid',\n description: 'The NSID of the record collection.',\n },\n rkey: {\n type: 'string',\n format: 'record-key',\n description: 'The Record Key.',\n maxLength: 512,\n },\n validate: {\n type: 'boolean',\n description:\n \"Can be set to 'false' to skip Lexicon schema validation of record data, 'true' to require it, or leave unset to validate only for known Lexicons.\",\n },\n record: {\n type: 'unknown',\n description: 'The record to write.',\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['uri', 'cid'],\n properties: {\n uri: {\n type: 'string',\n format: 'at-uri',\n description: 'URI of the written record.',\n },\n cid: {\n type: 'string',\n format: 'cid',\n },\n validationStatus: {\n type: 'string',\n knownValues: ['valid', 'unknown'],\n },\n },\n },\n },\n errors: [\n {\n name: 'SpaceNotFound',\n },\n ],\n },\n },\n },\n ComAtprotoSpaceRegisterNotify: {\n lexicon: 1,\n id: 'com.atproto.space.registerNotify',\n defs: {\n main: {\n type: 'procedure',\n description:\n \"Register a service to be notified of writes to any repo in a space. Called on the space host. The registering service is named by its service identifier rather than a bare URL, because notifyWrite is delivered with service auth addressed to that identifier; the delivery endpoint is resolved from the service's DID document. Authenticated with a space credential. Re-registering an existing service replaces its registration and extends the expiry.\",\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['space', 'service'],\n properties: {\n space: {\n type: 'string',\n format: 'space-ref',\n description: 'Reference to the space.',\n },\n service: {\n type: 'string',\n description:\n \"Service identifier of the subscriber: a DID with an optional service fragment naming the entry in its DID document to deliver to (e.g. 'did:web:syncer.example.com#atproto_space_syncer'). notifyWrite calls are addressed to this identifier.\",\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['expiresAt'],\n properties: {\n expiresAt: {\n type: 'string',\n format: 'datetime',\n description:\n 'When the registration expires. May be later than the expiry of the space credential the request was authenticated with; renew before this time to stay subscribed.',\n },\n },\n },\n },\n errors: [\n {\n name: 'SpaceNotFound',\n },\n {\n name: 'ServiceNotResolvable',\n description:\n 'The service identifier could not be resolved to a DID document with a matching service endpoint.',\n },\n ],\n },\n },\n },\n ComAtprotoSpaceUnregisterNotify: {\n lexicon: 1,\n id: 'com.atproto.space.unregisterNotify',\n defs: {\n main: {\n type: 'procedure',\n description:\n 'Withdraw a write-notification registration made through registerNotify. Called on the space host. Idempotent: succeeds whether or not a matching registration existed. Registrations also lapse on their own at the expiry returned by registerNotify, so this is for explicit withdrawal rather than cleanup. Authenticated with a space credential.',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['space', 'service'],\n properties: {\n space: {\n type: 'string',\n format: 'space-ref',\n description: 'Reference to the space.',\n },\n service: {\n type: 'string',\n description:\n 'Service identifier of the subscriber to remove, as passed to registerNotify.',\n },\n },\n },\n },\n errors: [\n {\n name: 'SpaceNotFound',\n },\n ],\n },\n },\n },\n ComAtprotoSyncDefs: {\n lexicon: 1,\n id: 'com.atproto.sync.defs',\n defs: {\n hostStatus: {\n type: 'string',\n knownValues: ['active', 'idle', 'offline', 'throttled', 'banned'],\n },\n },\n },\n ComAtprotoSyncGetBlob: {\n lexicon: 1,\n id: 'com.atproto.sync.getBlob',\n defs: {\n main: {\n type: 'query',\n description:\n 'Get a blob associated with a given account. Returns the full blob as originally uploaded. Does not require auth; implemented by PDS.',\n parameters: {\n type: 'params',\n required: ['did', 'cid'],\n properties: {\n did: {\n type: 'string',\n format: 'did',\n description: 'The DID of the account.',\n },\n cid: {\n type: 'string',\n format: 'cid',\n description: 'The CID of the blob to fetch',\n },\n },\n },\n output: {\n encoding: '*/*',\n },\n errors: [\n {\n name: 'BlobNotFound',\n },\n {\n name: 'RepoNotFound',\n },\n {\n name: 'RepoTakendown',\n },\n {\n name: 'RepoSuspended',\n },\n {\n name: 'RepoDeactivated',\n },\n ],\n },\n },\n },\n ComAtprotoSyncGetBlocks: {\n lexicon: 1,\n id: 'com.atproto.sync.getBlocks',\n defs: {\n main: {\n type: 'query',\n description:\n 'Get data blocks from a given repo, by CID. For example, intermediate MST nodes, or records. Does not require auth; implemented by PDS.',\n parameters: {\n type: 'params',\n required: ['did', 'cids'],\n properties: {\n did: {\n type: 'string',\n format: 'did',\n description: 'The DID of the repo.',\n },\n cids: {\n type: 'array',\n items: {\n type: 'string',\n format: 'cid',\n },\n },\n },\n },\n output: {\n encoding: 'application/vnd.ipld.car',\n },\n errors: [\n {\n name: 'BlockNotFound',\n },\n {\n name: 'RepoNotFound',\n },\n {\n name: 'RepoTakendown',\n },\n {\n name: 'RepoSuspended',\n },\n {\n name: 'RepoDeactivated',\n },\n ],\n },\n },\n },\n ComAtprotoSyncGetCheckout: {\n lexicon: 1,\n id: 'com.atproto.sync.getCheckout',\n defs: {\n main: {\n type: 'query',\n description: 'DEPRECATED - please use com.atproto.sync.getRepo instead',\n parameters: {\n type: 'params',\n required: ['did'],\n properties: {\n did: {\n type: 'string',\n format: 'did',\n description: 'The DID of the repo.',\n },\n },\n },\n output: {\n encoding: 'application/vnd.ipld.car',\n },\n },\n },\n },\n ComAtprotoSyncGetHead: {\n lexicon: 1,\n id: 'com.atproto.sync.getHead',\n defs: {\n main: {\n type: 'query',\n description:\n 'DEPRECATED - please use com.atproto.sync.getLatestCommit instead',\n parameters: {\n type: 'params',\n required: ['did'],\n properties: {\n did: {\n type: 'string',\n format: 'did',\n description: 'The DID of the repo.',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['root'],\n properties: {\n root: {\n type: 'string',\n format: 'cid',\n },\n },\n },\n },\n errors: [\n {\n name: 'HeadNotFound',\n },\n ],\n },\n },\n },\n ComAtprotoSyncGetHostStatus: {\n lexicon: 1,\n id: 'com.atproto.sync.getHostStatus',\n defs: {\n main: {\n type: 'query',\n description:\n 'Returns information about a specified upstream host, as consumed by the server. Implemented by relays.',\n parameters: {\n type: 'params',\n required: ['hostname'],\n properties: {\n hostname: {\n type: 'string',\n description:\n 'Hostname of the host (eg, PDS or relay) being queried.',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['hostname'],\n properties: {\n hostname: {\n type: 'string',\n },\n seq: {\n type: 'integer',\n description:\n 'Recent repo stream event sequence number. May be delayed from actual stream processing (eg, persisted cursor not in-memory cursor).',\n },\n accountCount: {\n type: 'integer',\n description:\n 'Number of accounts on the server which are associated with the upstream host. Note that the upstream may actually have more accounts.',\n },\n status: {\n type: 'ref',\n ref: 'lex:com.atproto.sync.defs#hostStatus',\n },\n },\n },\n },\n errors: [\n {\n name: 'HostNotFound',\n },\n ],\n },\n },\n },\n ComAtprotoSyncGetLatestCommit: {\n lexicon: 1,\n id: 'com.atproto.sync.getLatestCommit',\n defs: {\n main: {\n type: 'query',\n description:\n 'Get the current commit CID & revision of the specified repo. Does not require auth.',\n parameters: {\n type: 'params',\n required: ['did'],\n properties: {\n did: {\n type: 'string',\n format: 'did',\n description: 'The DID of the repo.',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['cid', 'rev'],\n properties: {\n cid: {\n type: 'string',\n format: 'cid',\n },\n rev: {\n type: 'string',\n format: 'tid',\n },\n },\n },\n },\n errors: [\n {\n name: 'RepoNotFound',\n },\n {\n name: 'RepoTakendown',\n },\n {\n name: 'RepoSuspended',\n },\n {\n name: 'RepoDeactivated',\n },\n ],\n },\n },\n },\n ComAtprotoSyncGetRecord: {\n lexicon: 1,\n id: 'com.atproto.sync.getRecord',\n defs: {\n main: {\n type: 'query',\n description:\n 'Get data blocks needed to prove the existence or non-existence of record in the current version of repo. Does not require auth.',\n parameters: {\n type: 'params',\n required: ['did', 'collection', 'rkey'],\n properties: {\n did: {\n type: 'string',\n format: 'did',\n description: 'The DID of the repo.',\n },\n collection: {\n type: 'string',\n format: 'nsid',\n },\n rkey: {\n type: 'string',\n description: 'Record Key',\n format: 'record-key',\n },\n },\n },\n output: {\n encoding: 'application/vnd.ipld.car',\n },\n errors: [\n {\n name: 'RecordNotFound',\n },\n {\n name: 'RepoNotFound',\n },\n {\n name: 'RepoTakendown',\n },\n {\n name: 'RepoSuspended',\n },\n {\n name: 'RepoDeactivated',\n },\n ],\n },\n },\n },\n ComAtprotoSyncGetRepo: {\n lexicon: 1,\n id: 'com.atproto.sync.getRepo',\n defs: {\n main: {\n type: 'query',\n description:\n \"Download a repository export as CAR file. Optionally only a 'diff' since a previous revision. Does not require auth; implemented by PDS.\",\n parameters: {\n type: 'params',\n required: ['did'],\n properties: {\n did: {\n type: 'string',\n format: 'did',\n description: 'The DID of the repo.',\n },\n since: {\n type: 'string',\n format: 'tid',\n description:\n \"The revision ('rev') of the repo to create a diff from.\",\n },\n },\n },\n output: {\n encoding: 'application/vnd.ipld.car',\n },\n errors: [\n {\n name: 'RepoNotFound',\n },\n {\n name: 'RepoTakendown',\n },\n {\n name: 'RepoSuspended',\n },\n {\n name: 'RepoDeactivated',\n },\n ],\n },\n },\n },\n ComAtprotoSyncGetRepoStatus: {\n lexicon: 1,\n id: 'com.atproto.sync.getRepoStatus',\n defs: {\n main: {\n type: 'query',\n description:\n 'Get the hosting status for a repository, on this server. Expected to be implemented by PDS and Relay.',\n parameters: {\n type: 'params',\n required: ['did'],\n properties: {\n did: {\n type: 'string',\n format: 'did',\n description: 'The DID of the repo.',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['did', 'active'],\n properties: {\n did: {\n type: 'string',\n format: 'did',\n },\n active: {\n type: 'boolean',\n },\n status: {\n type: 'string',\n description:\n 'If active=false, this optional field indicates a possible reason for why the account is not active. If active=false and no status is supplied, then the host makes no claim for why the repository is no longer being hosted.',\n knownValues: [\n 'takendown',\n 'suspended',\n 'deleted',\n 'deactivated',\n 'desynchronized',\n 'throttled',\n ],\n },\n rev: {\n type: 'string',\n format: 'tid',\n description:\n 'Optional field, the current rev of the repo, if active=true',\n },\n },\n },\n },\n errors: [\n {\n name: 'RepoNotFound',\n },\n ],\n },\n },\n },\n ComAtprotoSyncListBlobs: {\n lexicon: 1,\n id: 'com.atproto.sync.listBlobs',\n defs: {\n main: {\n type: 'query',\n description:\n 'List blob CIDs for an account, since some repo revision. Does not require auth; implemented by PDS.',\n parameters: {\n type: 'params',\n required: ['did'],\n properties: {\n did: {\n type: 'string',\n format: 'did',\n description: 'The DID of the repo.',\n },\n since: {\n type: 'string',\n format: 'tid',\n description: 'Optional revision of the repo to list blobs since.',\n },\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 1000,\n default: 500,\n },\n cursor: {\n type: 'string',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['cids'],\n properties: {\n cursor: {\n type: 'string',\n },\n cids: {\n type: 'array',\n items: {\n type: 'string',\n format: 'cid',\n },\n },\n },\n },\n },\n errors: [\n {\n name: 'RepoNotFound',\n },\n {\n name: 'RepoTakendown',\n },\n {\n name: 'RepoSuspended',\n },\n {\n name: 'RepoDeactivated',\n },\n ],\n },\n },\n },\n ComAtprotoSyncListHosts: {\n lexicon: 1,\n id: 'com.atproto.sync.listHosts',\n defs: {\n main: {\n type: 'query',\n description:\n 'Enumerates upstream hosts (eg, PDS or relay instances) that this service consumes from. Implemented by relays.',\n parameters: {\n type: 'params',\n properties: {\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 1000,\n default: 200,\n },\n cursor: {\n type: 'string',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['hosts'],\n properties: {\n cursor: {\n type: 'string',\n },\n hosts: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:com.atproto.sync.listHosts#host',\n },\n description:\n 'Sort order is not formally specified. Recommended order is by time host was first seen by the server, with oldest first.',\n },\n },\n },\n },\n },\n host: {\n type: 'object',\n required: ['hostname'],\n properties: {\n hostname: {\n type: 'string',\n description: 'hostname of server; not a URL (no scheme)',\n },\n seq: {\n type: 'integer',\n description:\n 'Recent repo stream event sequence number. May be delayed from actual stream processing (eg, persisted cursor not in-memory cursor).',\n },\n accountCount: {\n type: 'integer',\n },\n status: {\n type: 'ref',\n ref: 'lex:com.atproto.sync.defs#hostStatus',\n },\n },\n },\n },\n },\n ComAtprotoSyncListRepos: {\n lexicon: 1,\n id: 'com.atproto.sync.listRepos',\n defs: {\n main: {\n type: 'query',\n description:\n 'Enumerates all the DID, rev, and commit CID for all repos hosted by this service. Does not require auth; implemented by PDS and Relay.',\n parameters: {\n type: 'params',\n properties: {\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 1000,\n default: 500,\n },\n cursor: {\n type: 'string',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['repos'],\n properties: {\n cursor: {\n type: 'string',\n },\n repos: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:com.atproto.sync.listRepos#repo',\n },\n },\n },\n },\n },\n },\n repo: {\n type: 'object',\n required: ['did', 'head', 'rev'],\n properties: {\n did: {\n type: 'string',\n format: 'did',\n },\n head: {\n type: 'string',\n format: 'cid',\n description: 'Current repo commit CID',\n },\n rev: {\n type: 'string',\n format: 'tid',\n },\n active: {\n type: 'boolean',\n },\n status: {\n type: 'string',\n description:\n 'If active=false, this optional field indicates a possible reason for why the account is not active. If active=false and no status is supplied, then the host makes no claim for why the repository is no longer being hosted.',\n knownValues: [\n 'takendown',\n 'suspended',\n 'deleted',\n 'deactivated',\n 'desynchronized',\n 'throttled',\n ],\n },\n },\n },\n },\n },\n ComAtprotoSyncListReposByCollection: {\n lexicon: 1,\n id: 'com.atproto.sync.listReposByCollection',\n defs: {\n main: {\n type: 'query',\n description:\n 'Enumerates all the DIDs which have records with the given collection NSID.',\n parameters: {\n type: 'params',\n required: ['collection'],\n properties: {\n collection: {\n type: 'string',\n format: 'nsid',\n },\n limit: {\n type: 'integer',\n description:\n 'Maximum size of response set. Recommend setting a large maximum (1000+) when enumerating large DID lists.',\n minimum: 1,\n maximum: 2000,\n default: 500,\n },\n cursor: {\n type: 'string',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['repos'],\n properties: {\n cursor: {\n type: 'string',\n },\n repos: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:com.atproto.sync.listReposByCollection#repo',\n },\n },\n },\n },\n },\n },\n repo: {\n type: 'object',\n required: ['did'],\n properties: {\n did: {\n type: 'string',\n format: 'did',\n },\n },\n },\n },\n },\n ComAtprotoSyncNotifyOfUpdate: {\n lexicon: 1,\n id: 'com.atproto.sync.notifyOfUpdate',\n defs: {\n main: {\n type: 'procedure',\n description:\n 'Notify a crawling service of a recent update, and that crawling should resume. Intended use is after a gap between repo stream events caused the crawling service to disconnect. Does not require auth; implemented by Relay. DEPRECATED: just use com.atproto.sync.requestCrawl',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['hostname'],\n properties: {\n hostname: {\n type: 'string',\n description:\n 'Hostname of the current service (usually a PDS) that is notifying of update.',\n },\n },\n },\n },\n },\n },\n },\n ComAtprotoSyncRequestCrawl: {\n lexicon: 1,\n id: 'com.atproto.sync.requestCrawl',\n defs: {\n main: {\n type: 'procedure',\n description:\n 'Request a service to persistently crawl hosted repos. Expected use is new PDS instances declaring their existence to Relays. Does not require auth.',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['hostname'],\n properties: {\n hostname: {\n type: 'string',\n description:\n 'Hostname of the current service (eg, PDS) that is requesting to be crawled.',\n },\n },\n },\n },\n errors: [\n {\n name: 'HostBanned',\n },\n ],\n },\n },\n },\n ComAtprotoSyncSubscribeRepos: {\n lexicon: 1,\n id: 'com.atproto.sync.subscribeRepos',\n defs: {\n main: {\n type: 'subscription',\n description:\n 'Repository event stream, aka Firehose endpoint. Outputs repo commits with diff data, and identity update events, for all repositories on the current server. See the atproto specifications for details around stream sequencing, repo versioning, CAR diff format, and more. Public and does not require auth; implemented by PDS and Relay.',\n parameters: {\n type: 'params',\n properties: {\n cursor: {\n type: 'integer',\n description: 'The last known event seq number to backfill from.',\n },\n },\n },\n message: {\n schema: {\n type: 'union',\n refs: [\n 'lex:com.atproto.sync.subscribeRepos#commit',\n 'lex:com.atproto.sync.subscribeRepos#sync',\n 'lex:com.atproto.sync.subscribeRepos#identity',\n 'lex:com.atproto.sync.subscribeRepos#account',\n 'lex:com.atproto.sync.subscribeRepos#info',\n ],\n },\n },\n errors: [\n {\n name: 'FutureCursor',\n },\n {\n name: 'ConsumerTooSlow',\n description:\n 'If the consumer of the stream can not keep up with events, and a backlog gets too large, the server will drop the connection.',\n },\n ],\n },\n commit: {\n type: 'object',\n description:\n 'Represents an update of repository state. Note that empty commits are allowed, which include no repo data changes, but an update to rev and signature.',\n required: [\n 'seq',\n 'rebase',\n 'tooBig',\n 'repo',\n 'commit',\n 'rev',\n 'since',\n 'blocks',\n 'ops',\n 'blobs',\n 'time',\n ],\n nullable: ['since'],\n properties: {\n seq: {\n type: 'integer',\n description: 'The stream sequence number of this message.',\n },\n rebase: {\n type: 'boolean',\n description: 'DEPRECATED -- unused',\n },\n tooBig: {\n type: 'boolean',\n description:\n 'DEPRECATED -- replaced by #sync event and data limits. Indicates that this commit contained too many ops, or data size was too large. Consumers will need to make a separate request to get missing data.',\n },\n repo: {\n type: 'string',\n format: 'did',\n description:\n \"The repo this event comes from. Note that all other message types name this field 'did'.\",\n },\n commit: {\n type: 'cid-link',\n description: 'Repo commit object CID.',\n },\n rev: {\n type: 'string',\n format: 'tid',\n description:\n 'The rev of the emitted commit. Note that this information is also in the commit object included in blocks, unless this is a tooBig event.',\n },\n since: {\n type: 'string',\n format: 'tid',\n description:\n 'The rev of the last emitted commit from this repo (if any).',\n },\n blocks: {\n type: 'bytes',\n description:\n \"CAR file containing relevant blocks, as a diff since the previous repo state. The commit must be included as a block, and the commit block CID must be the first entry in the CAR header 'roots' list.\",\n maxLength: 2000000,\n },\n ops: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:com.atproto.sync.subscribeRepos#repoOp',\n description:\n 'List of repo mutation operations in this commit (eg, records created, updated, or deleted).',\n },\n maxLength: 200,\n },\n blobs: {\n type: 'array',\n items: {\n type: 'cid-link',\n description:\n 'DEPRECATED -- will soon always be empty. List of new blobs (by CID) referenced by records in this commit.',\n },\n },\n prevData: {\n type: 'cid-link',\n description:\n \"The root CID of the MST tree for the previous commit from this repo (indicated by the 'since' revision field in this message). Corresponds to the 'data' field in the repo commit object. NOTE: this field is effectively required for the 'inductive' version of firehose.\",\n },\n time: {\n type: 'string',\n format: 'datetime',\n description:\n 'Timestamp of when this message was originally broadcast.',\n },\n },\n },\n sync: {\n type: 'object',\n description:\n 'Updates the repo to a new state, without necessarily including that state on the firehose. Used to recover from broken commit streams, data loss incidents, or in situations where upstream host does not know recent state of the repository.',\n required: ['seq', 'did', 'blocks', 'rev', 'time'],\n properties: {\n seq: {\n type: 'integer',\n description: 'The stream sequence number of this message.',\n },\n did: {\n type: 'string',\n format: 'did',\n description:\n 'The account this repo event corresponds to. Must match that in the commit object.',\n },\n blocks: {\n type: 'bytes',\n description:\n \"CAR file containing the commit, as a block. The CAR header must include the commit block CID as the first 'root'.\",\n maxLength: 10000,\n },\n rev: {\n type: 'string',\n description:\n 'The rev of the commit. This value must match that in the commit object.',\n },\n time: {\n type: 'string',\n format: 'datetime',\n description:\n 'Timestamp of when this message was originally broadcast.',\n },\n },\n },\n identity: {\n type: 'object',\n description:\n \"Represents a change to an account's identity. Could be an updated handle, signing key, or pds hosting endpoint. Serves as a prod to all downstream services to refresh their identity cache.\",\n required: ['seq', 'did', 'time'],\n properties: {\n seq: {\n type: 'integer',\n },\n did: {\n type: 'string',\n format: 'did',\n },\n time: {\n type: 'string',\n format: 'datetime',\n },\n handle: {\n type: 'string',\n format: 'handle',\n description:\n \"The current handle for the account, or 'handle.invalid' if validation fails. This field is optional, might have been validated or passed-through from an upstream source. Semantics and behaviors for PDS vs Relay may evolve in the future; see atproto specs for more details.\",\n },\n },\n },\n account: {\n type: 'object',\n description:\n \"Represents a change to an account's status on a host (eg, PDS or Relay). The semantics of this event are that the status is at the host which emitted the event, not necessarily that at the currently active PDS. Eg, a Relay takedown would emit a takedown with active=false, even if the PDS is still active.\",\n required: ['seq', 'did', 'time', 'active'],\n properties: {\n seq: {\n type: 'integer',\n },\n did: {\n type: 'string',\n format: 'did',\n },\n time: {\n type: 'string',\n format: 'datetime',\n },\n active: {\n type: 'boolean',\n description:\n 'Indicates that the account has a repository which can be fetched from the host that emitted this event.',\n },\n status: {\n type: 'string',\n description:\n 'If active=false, this optional field indicates a reason for why the account is not active.',\n knownValues: [\n 'takendown',\n 'suspended',\n 'deleted',\n 'deactivated',\n 'desynchronized',\n 'throttled',\n ],\n },\n },\n },\n info: {\n type: 'object',\n required: ['name'],\n properties: {\n name: {\n type: 'string',\n knownValues: ['OutdatedCursor'],\n },\n message: {\n type: 'string',\n },\n },\n },\n repoOp: {\n type: 'object',\n description: 'A repo operation, ie a mutation of a single record.',\n required: ['action', 'path', 'cid'],\n nullable: ['cid'],\n properties: {\n action: {\n type: 'string',\n knownValues: ['create', 'update', 'delete'],\n },\n path: {\n type: 'string',\n },\n cid: {\n type: 'cid-link',\n description:\n 'For creates and updates, the new record CID. For deletions, null.',\n },\n prev: {\n type: 'cid-link',\n description:\n 'For updates and deletes, the previous record CID (required for inductive firehose). For creations, field should not be defined.',\n },\n },\n },\n },\n },\n ComAtprotoTempAddReservedHandle: {\n lexicon: 1,\n id: 'com.atproto.temp.addReservedHandle',\n defs: {\n main: {\n type: 'procedure',\n description: 'Add a handle to the set of reserved handles.',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['handle'],\n properties: {\n handle: {\n type: 'string',\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n properties: {},\n },\n },\n },\n },\n },\n ComAtprotoTempCheckHandleAvailability: {\n lexicon: 1,\n id: 'com.atproto.temp.checkHandleAvailability',\n defs: {\n main: {\n type: 'query',\n description:\n 'Checks whether the provided handle is available. If the handle is not available, available suggestions will be returned. Optional inputs will be used to generate suggestions.',\n parameters: {\n type: 'params',\n required: ['handle'],\n properties: {\n handle: {\n type: 'string',\n format: 'handle',\n description:\n 'Tentative handle. Will be checked for availability or used to build handle suggestions.',\n },\n email: {\n type: 'string',\n description:\n 'User-provided email. Might be used to build handle suggestions.',\n },\n birthDate: {\n type: 'string',\n format: 'datetime',\n description:\n 'User-provided birth date. Might be used to build handle suggestions.',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['handle', 'result'],\n properties: {\n handle: {\n type: 'string',\n format: 'handle',\n description: 'Echo of the input handle.',\n },\n result: {\n type: 'union',\n refs: [\n 'lex:com.atproto.temp.checkHandleAvailability#resultAvailable',\n 'lex:com.atproto.temp.checkHandleAvailability#resultUnavailable',\n ],\n },\n },\n },\n },\n errors: [\n {\n name: 'InvalidEmail',\n description: 'An invalid email was provided.',\n },\n ],\n },\n resultAvailable: {\n type: 'object',\n description: 'Indicates the provided handle is available.',\n properties: {},\n },\n resultUnavailable: {\n type: 'object',\n description:\n 'Indicates the provided handle is unavailable and gives suggestions of available handles.',\n required: ['suggestions'],\n properties: {\n suggestions: {\n type: 'array',\n description:\n 'List of suggested handles based on the provided inputs.',\n items: {\n type: 'ref',\n ref: 'lex:com.atproto.temp.checkHandleAvailability#suggestion',\n },\n },\n },\n },\n suggestion: {\n type: 'object',\n required: ['handle', 'method'],\n properties: {\n handle: {\n type: 'string',\n format: 'handle',\n },\n method: {\n type: 'string',\n description:\n 'Method used to build this suggestion. Should be considered opaque to clients. Can be used for metrics.',\n },\n },\n },\n },\n },\n ComAtprotoTempCheckSignupQueue: {\n lexicon: 1,\n id: 'com.atproto.temp.checkSignupQueue',\n defs: {\n main: {\n type: 'query',\n description: 'Check accounts location in signup queue.',\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['activated'],\n properties: {\n activated: {\n type: 'boolean',\n },\n placeInQueue: {\n type: 'integer',\n },\n estimatedTimeMs: {\n type: 'integer',\n },\n },\n },\n },\n },\n },\n },\n ComAtprotoTempDereferenceScope: {\n lexicon: 1,\n id: 'com.atproto.temp.dereferenceScope',\n defs: {\n main: {\n type: 'query',\n description:\n 'Allows finding the oauth permission scope from a reference',\n parameters: {\n type: 'params',\n required: ['scope'],\n properties: {\n scope: {\n type: 'string',\n description: \"The scope reference (starts with 'ref:')\",\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['scope'],\n properties: {\n scope: {\n type: 'string',\n description: 'The full oauth permission scope',\n },\n },\n },\n },\n errors: [\n {\n name: 'InvalidScopeReference',\n description: 'An invalid scope reference was provided.',\n },\n ],\n },\n },\n },\n ComAtprotoTempFetchLabels: {\n lexicon: 1,\n id: 'com.atproto.temp.fetchLabels',\n defs: {\n main: {\n type: 'query',\n description:\n 'DEPRECATED: use queryLabels or subscribeLabels instead -- Fetch all labels from a labeler created after a certain date.',\n parameters: {\n type: 'params',\n properties: {\n since: {\n type: 'integer',\n },\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 250,\n default: 50,\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['labels'],\n properties: {\n labels: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:com.atproto.label.defs#label',\n },\n },\n },\n },\n },\n },\n },\n },\n ComAtprotoTempRequestPhoneVerification: {\n lexicon: 1,\n id: 'com.atproto.temp.requestPhoneVerification',\n defs: {\n main: {\n type: 'procedure',\n description:\n 'Request a verification code to be sent to the supplied phone number',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['phoneNumber'],\n properties: {\n phoneNumber: {\n type: 'string',\n },\n },\n },\n },\n },\n },\n },\n ComAtprotoTempRevokeAccountCredentials: {\n lexicon: 1,\n id: 'com.atproto.temp.revokeAccountCredentials',\n defs: {\n main: {\n type: 'procedure',\n description:\n 'Revoke sessions, password, and app passwords associated with account. May be resolved by a password reset.',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['account'],\n properties: {\n account: {\n type: 'string',\n format: 'at-identifier',\n },\n },\n },\n },\n },\n },\n },\n ComGermnetworkDeclaration: {\n lexicon: 1,\n id: 'com.germnetwork.declaration',\n defs: {\n main: {\n type: 'record',\n description: 'A declaration of a Germ Network account',\n key: 'literal:self',\n record: {\n type: 'object',\n required: ['version', 'currentKey'],\n properties: {\n version: {\n type: 'string',\n description:\n 'Semver version number, without pre-release or build information, for the format of opaque content',\n minLength: 5,\n maxLength: 14,\n },\n currentKey: {\n type: 'bytes',\n description:\n 'Opaque value, an ed25519 public key prefixed with a byte enum',\n },\n messageMe: {\n type: 'ref',\n description: 'Controls who can message this account',\n ref: 'lex:com.germnetwork.declaration#messageMe',\n },\n keyPackage: {\n type: 'bytes',\n description:\n 'Opaque value, contains MLS KeyPackage(s), and other signature data, and is signed by the currentKey',\n },\n continuityProofs: {\n type: 'array',\n description: 'Array of opaque values to allow for key rolling',\n items: {\n type: 'bytes',\n },\n maxLength: 1000,\n },\n },\n },\n },\n messageMe: {\n type: 'object',\n required: ['showButtonTo', 'messageMeUrl'],\n properties: {\n messageMeUrl: {\n type: 'string',\n description:\n 'A URL to present to an account that does not have its own com.germnetwork.declaration record, must have an empty fragment component, where the app should fill in the fragment component with the DIDs of the two accounts who wish to message each other',\n format: 'uri',\n minLength: 1,\n maxLength: 2047,\n },\n showButtonTo: {\n type: 'string',\n knownValues: ['none', 'usersIFollow', 'everyone'],\n description:\n \"The policy of who can message the account, this value is included in the keyPackage, but is duplicated here to allow applications to decide if they should show a 'Message on Germ' button to the viewer.\",\n minLength: 1,\n maxLength: 100,\n },\n },\n },\n },\n },\n ToolsOzoneCommunicationCreateTemplate: {\n lexicon: 1,\n id: 'tools.ozone.communication.createTemplate',\n defs: {\n main: {\n type: 'procedure',\n description:\n 'Administrative action to create a new, re-usable communication (email for now) template.',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['subject', 'contentMarkdown', 'name'],\n properties: {\n name: {\n type: 'string',\n description: 'Name of the template.',\n },\n contentMarkdown: {\n type: 'string',\n description:\n 'Content of the template, markdown supported, can contain variable placeholders.',\n },\n subject: {\n type: 'string',\n description: 'Subject of the message, used in emails.',\n },\n lang: {\n type: 'string',\n format: 'language',\n description: 'Message language.',\n },\n createdBy: {\n type: 'string',\n format: 'did',\n description: 'DID of the user who is creating the template.',\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'ref',\n ref: 'lex:tools.ozone.communication.defs#templateView',\n },\n },\n errors: [\n {\n name: 'DuplicateTemplateName',\n },\n ],\n },\n },\n },\n ToolsOzoneCommunicationDefs: {\n lexicon: 1,\n id: 'tools.ozone.communication.defs',\n defs: {\n templateView: {\n type: 'object',\n required: [\n 'id',\n 'name',\n 'contentMarkdown',\n 'disabled',\n 'lastUpdatedBy',\n 'createdAt',\n 'updatedAt',\n ],\n properties: {\n id: {\n type: 'string',\n },\n name: {\n type: 'string',\n description: 'Name of the template.',\n },\n subject: {\n type: 'string',\n description:\n 'Content of the template, can contain markdown and variable placeholders.',\n },\n contentMarkdown: {\n type: 'string',\n description: 'Subject of the message, used in emails.',\n },\n disabled: {\n type: 'boolean',\n },\n lang: {\n type: 'string',\n format: 'language',\n description: 'Message language.',\n },\n lastUpdatedBy: {\n type: 'string',\n format: 'did',\n description: 'DID of the user who last updated the template.',\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n },\n updatedAt: {\n type: 'string',\n format: 'datetime',\n },\n },\n },\n },\n },\n ToolsOzoneCommunicationDeleteTemplate: {\n lexicon: 1,\n id: 'tools.ozone.communication.deleteTemplate',\n defs: {\n main: {\n type: 'procedure',\n description: 'Delete a communication template.',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['id'],\n properties: {\n id: {\n type: 'string',\n },\n },\n },\n },\n },\n },\n },\n ToolsOzoneCommunicationListTemplates: {\n lexicon: 1,\n id: 'tools.ozone.communication.listTemplates',\n defs: {\n main: {\n type: 'query',\n description: 'Get list of all communication templates.',\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['communicationTemplates'],\n properties: {\n communicationTemplates: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:tools.ozone.communication.defs#templateView',\n },\n },\n },\n },\n },\n },\n },\n },\n ToolsOzoneCommunicationUpdateTemplate: {\n lexicon: 1,\n id: 'tools.ozone.communication.updateTemplate',\n defs: {\n main: {\n type: 'procedure',\n description:\n 'Administrative action to update an existing communication template. Allows passing partial fields to patch specific fields only.',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['id'],\n properties: {\n id: {\n type: 'string',\n description: 'ID of the template to be updated.',\n },\n name: {\n type: 'string',\n description: 'Name of the template.',\n },\n lang: {\n type: 'string',\n format: 'language',\n description: 'Message language.',\n },\n contentMarkdown: {\n type: 'string',\n description:\n 'Content of the template, markdown supported, can contain variable placeholders.',\n },\n subject: {\n type: 'string',\n description: 'Subject of the message, used in emails.',\n },\n updatedBy: {\n type: 'string',\n format: 'did',\n description: 'DID of the user who is updating the template.',\n },\n disabled: {\n type: 'boolean',\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'ref',\n ref: 'lex:tools.ozone.communication.defs#templateView',\n },\n },\n errors: [\n {\n name: 'DuplicateTemplateName',\n },\n ],\n },\n },\n },\n ToolsOzoneHostingGetAccountHistory: {\n lexicon: 1,\n id: 'tools.ozone.hosting.getAccountHistory',\n defs: {\n main: {\n type: 'query',\n description:\n 'Get account history, e.g. log of updated email addresses or other identity information.',\n parameters: {\n type: 'params',\n required: ['did'],\n properties: {\n did: {\n type: 'string',\n format: 'did',\n },\n events: {\n type: 'array',\n items: {\n type: 'string',\n knownValues: [\n 'accountCreated',\n 'emailUpdated',\n 'emailConfirmed',\n 'passwordUpdated',\n 'handleUpdated',\n ],\n },\n },\n cursor: {\n type: 'string',\n },\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 100,\n default: 50,\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['events'],\n properties: {\n cursor: {\n type: 'string',\n },\n events: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:tools.ozone.hosting.getAccountHistory#event',\n },\n },\n },\n },\n },\n },\n event: {\n type: 'object',\n required: ['details', 'createdBy', 'createdAt'],\n properties: {\n details: {\n type: 'union',\n refs: [\n 'lex:tools.ozone.hosting.getAccountHistory#accountCreated',\n 'lex:tools.ozone.hosting.getAccountHistory#emailUpdated',\n 'lex:tools.ozone.hosting.getAccountHistory#emailConfirmed',\n 'lex:tools.ozone.hosting.getAccountHistory#passwordUpdated',\n 'lex:tools.ozone.hosting.getAccountHistory#handleUpdated',\n ],\n },\n createdBy: {\n type: 'string',\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n },\n },\n },\n accountCreated: {\n type: 'object',\n required: [],\n properties: {\n email: {\n type: 'string',\n },\n handle: {\n type: 'string',\n format: 'handle',\n },\n },\n },\n emailUpdated: {\n type: 'object',\n required: ['email'],\n properties: {\n email: {\n type: 'string',\n },\n },\n },\n emailConfirmed: {\n type: 'object',\n required: ['email'],\n properties: {\n email: {\n type: 'string',\n },\n },\n },\n passwordUpdated: {\n type: 'object',\n required: [],\n properties: {},\n },\n handleUpdated: {\n type: 'object',\n required: ['handle'],\n properties: {\n handle: {\n type: 'string',\n format: 'handle',\n },\n },\n },\n },\n },\n ToolsOzoneModerationCancelScheduledActions: {\n lexicon: 1,\n id: 'tools.ozone.moderation.cancelScheduledActions',\n defs: {\n main: {\n type: 'procedure',\n description:\n 'Cancel all pending scheduled moderation actions for specified subjects',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['subjects'],\n properties: {\n subjects: {\n type: 'array',\n maxLength: 100,\n items: {\n type: 'string',\n format: 'did',\n },\n description:\n 'Array of DID subjects to cancel scheduled actions for',\n },\n comment: {\n type: 'string',\n description:\n 'Optional comment describing the reason for cancellation',\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'ref',\n ref: 'lex:tools.ozone.moderation.cancelScheduledActions#cancellationResults',\n },\n },\n },\n cancellationResults: {\n type: 'object',\n required: ['succeeded', 'failed'],\n properties: {\n succeeded: {\n type: 'array',\n items: {\n type: 'string',\n format: 'did',\n },\n description:\n 'DIDs for which all pending scheduled actions were successfully cancelled',\n },\n failed: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:tools.ozone.moderation.cancelScheduledActions#failedCancellation',\n },\n description:\n 'DIDs for which cancellation failed with error details',\n },\n },\n },\n failedCancellation: {\n type: 'object',\n required: ['did', 'error'],\n properties: {\n did: {\n type: 'string',\n format: 'did',\n },\n error: {\n type: 'string',\n },\n errorCode: {\n type: 'string',\n },\n },\n },\n },\n },\n ToolsOzoneModerationDefs: {\n lexicon: 1,\n id: 'tools.ozone.moderation.defs',\n defs: {\n modEventView: {\n type: 'object',\n required: [\n 'id',\n 'event',\n 'subject',\n 'subjectBlobCids',\n 'createdBy',\n 'createdAt',\n ],\n properties: {\n id: {\n type: 'integer',\n },\n event: {\n type: 'union',\n refs: [\n 'lex:tools.ozone.moderation.defs#modEventTakedown',\n 'lex:tools.ozone.moderation.defs#modEventReverseTakedown',\n 'lex:tools.ozone.moderation.defs#modEventComment',\n 'lex:tools.ozone.moderation.defs#modEventReport',\n 'lex:tools.ozone.moderation.defs#modEventLabel',\n 'lex:tools.ozone.moderation.defs#modEventAcknowledge',\n 'lex:tools.ozone.moderation.defs#modEventEscalate',\n 'lex:tools.ozone.moderation.defs#modEventMute',\n 'lex:tools.ozone.moderation.defs#modEventUnmute',\n 'lex:tools.ozone.moderation.defs#modEventMuteReporter',\n 'lex:tools.ozone.moderation.defs#modEventUnmuteReporter',\n 'lex:tools.ozone.moderation.defs#modEventEmail',\n 'lex:tools.ozone.moderation.defs#modEventResolveAppeal',\n 'lex:tools.ozone.moderation.defs#modEventDivert',\n 'lex:tools.ozone.moderation.defs#modEventTag',\n 'lex:tools.ozone.moderation.defs#accountEvent',\n 'lex:tools.ozone.moderation.defs#identityEvent',\n 'lex:tools.ozone.moderation.defs#recordEvent',\n 'lex:tools.ozone.moderation.defs#modEventPriorityScore',\n 'lex:tools.ozone.moderation.defs#ageAssuranceEvent',\n 'lex:tools.ozone.moderation.defs#ageAssuranceOverrideEvent',\n 'lex:tools.ozone.moderation.defs#ageAssurancePurgeEvent',\n 'lex:tools.ozone.moderation.defs#revokeAccountCredentialsEvent',\n 'lex:tools.ozone.moderation.defs#scheduleTakedownEvent',\n 'lex:tools.ozone.moderation.defs#cancelScheduledTakedownEvent',\n ],\n },\n subject: {\n type: 'union',\n refs: [\n 'lex:com.atproto.admin.defs#repoRef',\n 'lex:com.atproto.repo.strongRef',\n 'lex:chat.bsky.convo.defs#messageRef',\n 'lex:chat.bsky.convo.defs#convoRef',\n ],\n },\n subjectBlobCids: {\n type: 'array',\n items: {\n type: 'string',\n },\n },\n createdBy: {\n type: 'string',\n format: 'did',\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n },\n creatorHandle: {\n type: 'string',\n },\n subjectHandle: {\n type: 'string',\n },\n modTool: {\n type: 'ref',\n ref: 'lex:tools.ozone.moderation.defs#modTool',\n },\n },\n },\n modEventViewDetail: {\n type: 'object',\n required: [\n 'id',\n 'event',\n 'subject',\n 'subjectBlobs',\n 'createdBy',\n 'createdAt',\n ],\n properties: {\n id: {\n type: 'integer',\n },\n event: {\n type: 'union',\n refs: [\n 'lex:tools.ozone.moderation.defs#modEventTakedown',\n 'lex:tools.ozone.moderation.defs#modEventReverseTakedown',\n 'lex:tools.ozone.moderation.defs#modEventComment',\n 'lex:tools.ozone.moderation.defs#modEventReport',\n 'lex:tools.ozone.moderation.defs#modEventLabel',\n 'lex:tools.ozone.moderation.defs#modEventAcknowledge',\n 'lex:tools.ozone.moderation.defs#modEventEscalate',\n 'lex:tools.ozone.moderation.defs#modEventMute',\n 'lex:tools.ozone.moderation.defs#modEventUnmute',\n 'lex:tools.ozone.moderation.defs#modEventMuteReporter',\n 'lex:tools.ozone.moderation.defs#modEventUnmuteReporter',\n 'lex:tools.ozone.moderation.defs#modEventEmail',\n 'lex:tools.ozone.moderation.defs#modEventResolveAppeal',\n 'lex:tools.ozone.moderation.defs#modEventDivert',\n 'lex:tools.ozone.moderation.defs#modEventTag',\n 'lex:tools.ozone.moderation.defs#accountEvent',\n 'lex:tools.ozone.moderation.defs#identityEvent',\n 'lex:tools.ozone.moderation.defs#recordEvent',\n 'lex:tools.ozone.moderation.defs#modEventPriorityScore',\n 'lex:tools.ozone.moderation.defs#ageAssuranceEvent',\n 'lex:tools.ozone.moderation.defs#ageAssuranceOverrideEvent',\n 'lex:tools.ozone.moderation.defs#ageAssurancePurgeEvent',\n 'lex:tools.ozone.moderation.defs#revokeAccountCredentialsEvent',\n 'lex:tools.ozone.moderation.defs#scheduleTakedownEvent',\n 'lex:tools.ozone.moderation.defs#cancelScheduledTakedownEvent',\n ],\n },\n subject: {\n type: 'union',\n refs: [\n 'lex:tools.ozone.moderation.defs#repoView',\n 'lex:tools.ozone.moderation.defs#repoViewNotFound',\n 'lex:tools.ozone.moderation.defs#recordView',\n 'lex:tools.ozone.moderation.defs#recordViewNotFound',\n 'lex:tools.ozone.moderation.defs#convoView',\n ],\n },\n subjectBlobs: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:tools.ozone.moderation.defs#blobView',\n },\n },\n createdBy: {\n type: 'string',\n format: 'did',\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n },\n modTool: {\n type: 'ref',\n ref: 'lex:tools.ozone.moderation.defs#modTool',\n },\n },\n },\n subjectStatusView: {\n type: 'object',\n required: ['id', 'subject', 'createdAt', 'updatedAt', 'reviewState'],\n properties: {\n id: {\n type: 'integer',\n },\n subject: {\n type: 'union',\n refs: [\n 'lex:com.atproto.admin.defs#repoRef',\n 'lex:com.atproto.repo.strongRef',\n 'lex:chat.bsky.convo.defs#messageRef',\n 'lex:chat.bsky.convo.defs#convoRef',\n ],\n },\n hosting: {\n type: 'union',\n refs: [\n 'lex:tools.ozone.moderation.defs#accountHosting',\n 'lex:tools.ozone.moderation.defs#recordHosting',\n ],\n },\n subjectBlobCids: {\n type: 'array',\n items: {\n type: 'string',\n format: 'cid',\n },\n },\n subjectRepoHandle: {\n type: 'string',\n },\n updatedAt: {\n type: 'string',\n format: 'datetime',\n description:\n 'Timestamp referencing when the last update was made to the moderation status of the subject',\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n description:\n 'Timestamp referencing the first moderation status impacting event was emitted on the subject',\n },\n reviewState: {\n type: 'ref',\n ref: 'lex:tools.ozone.moderation.defs#subjectReviewState',\n },\n comment: {\n type: 'string',\n description: 'Sticky comment on the subject.',\n },\n priorityScore: {\n type: 'integer',\n description:\n 'Numeric value representing the level of priority. Higher score means higher priority.',\n minimum: 0,\n maximum: 100,\n },\n muteUntil: {\n type: 'string',\n format: 'datetime',\n },\n muteReportingUntil: {\n type: 'string',\n format: 'datetime',\n },\n lastReviewedBy: {\n type: 'string',\n format: 'did',\n },\n lastReviewedAt: {\n type: 'string',\n format: 'datetime',\n },\n lastReportedAt: {\n type: 'string',\n format: 'datetime',\n },\n lastAppealedAt: {\n type: 'string',\n format: 'datetime',\n description:\n 'Timestamp referencing when the author of the subject appealed a moderation action',\n },\n takendown: {\n type: 'boolean',\n },\n appealed: {\n type: 'boolean',\n description:\n 'True indicates that the a previously taken moderator action was appealed against, by the author of the content. False indicates last appeal was resolved by moderators.',\n },\n suspendUntil: {\n type: 'string',\n format: 'datetime',\n },\n tags: {\n type: 'array',\n items: {\n type: 'string',\n },\n },\n accountStats: {\n description: 'Statistics related to the account subject',\n type: 'ref',\n ref: 'lex:tools.ozone.moderation.defs#accountStats',\n },\n recordsStats: {\n description:\n \"Statistics related to the record subjects authored by the subject's account\",\n type: 'ref',\n ref: 'lex:tools.ozone.moderation.defs#recordsStats',\n },\n accountStrike: {\n description:\n 'Strike information for the account (account-level only)',\n type: 'ref',\n ref: 'lex:tools.ozone.moderation.defs#accountStrike',\n },\n ageAssuranceState: {\n type: 'string',\n description: 'Current age assurance state of the subject.',\n knownValues: ['pending', 'assured', 'unknown', 'reset', 'blocked'],\n },\n ageAssuranceUpdatedBy: {\n type: 'string',\n description:\n 'Whether or not the last successful update to age assurance was made by the user or admin.',\n knownValues: ['admin', 'user'],\n },\n },\n },\n subjectView: {\n description:\n \"Detailed view of a subject. For record subjects, the author's repo and profile will be returned.\",\n type: 'object',\n required: ['type', 'subject'],\n properties: {\n type: {\n type: 'ref',\n ref: 'lex:com.atproto.moderation.defs#subjectType',\n },\n subject: {\n type: 'string',\n },\n status: {\n type: 'ref',\n ref: 'lex:tools.ozone.moderation.defs#subjectStatusView',\n },\n repo: {\n type: 'ref',\n ref: 'lex:tools.ozone.moderation.defs#repoViewDetail',\n },\n profile: {\n type: 'union',\n refs: [],\n },\n record: {\n type: 'ref',\n ref: 'lex:tools.ozone.moderation.defs#recordViewDetail',\n },\n },\n },\n accountStats: {\n description: 'Statistics about a particular account subject',\n type: 'object',\n properties: {\n reportCount: {\n description: 'Total number of reports on the account',\n type: 'integer',\n },\n appealCount: {\n description:\n 'Total number of appeals against a moderation action on the account',\n type: 'integer',\n },\n suspendCount: {\n description: 'Number of times the account was suspended',\n type: 'integer',\n },\n escalateCount: {\n description: 'Number of times the account was escalated',\n type: 'integer',\n },\n takedownCount: {\n description: 'Number of times the account was taken down',\n type: 'integer',\n },\n },\n },\n recordsStats: {\n description: 'Statistics about a set of record subject items',\n type: 'object',\n properties: {\n totalReports: {\n description:\n 'Cumulative sum of the number of reports on the items in the set',\n type: 'integer',\n },\n reportedCount: {\n description: 'Number of items that were reported at least once',\n type: 'integer',\n },\n escalatedCount: {\n description: 'Number of items that were escalated at least once',\n type: 'integer',\n },\n appealedCount: {\n description: 'Number of items that were appealed at least once',\n type: 'integer',\n },\n subjectCount: {\n description: 'Total number of item in the set',\n type: 'integer',\n },\n pendingCount: {\n description:\n 'Number of item currently in \"reviewOpen\" or \"reviewEscalated\" state',\n type: 'integer',\n },\n processedCount: {\n description:\n 'Number of item currently in \"reviewNone\" or \"reviewClosed\" state',\n type: 'integer',\n },\n takendownCount: {\n description: 'Number of item currently taken down',\n type: 'integer',\n },\n },\n },\n accountStrike: {\n description: 'Strike information for an account',\n type: 'object',\n properties: {\n activeStrikeCount: {\n description:\n 'Current number of active strikes (excluding expired strikes)',\n type: 'integer',\n },\n totalStrikeCount: {\n description:\n 'Total number of strikes ever received (including expired strikes)',\n type: 'integer',\n },\n firstStrikeAt: {\n description: 'Timestamp of the first strike received',\n type: 'string',\n format: 'datetime',\n },\n lastStrikeAt: {\n description: 'Timestamp of the most recent strike received',\n type: 'string',\n format: 'datetime',\n },\n },\n },\n subjectReviewState: {\n type: 'string',\n knownValues: [\n 'tools.ozone.moderation.defs#reviewOpen',\n 'tools.ozone.moderation.defs#reviewEscalated',\n 'tools.ozone.moderation.defs#reviewClosed',\n 'tools.ozone.moderation.defs#reviewNone',\n ],\n },\n reviewOpen: {\n type: 'token',\n description:\n 'Moderator review status of a subject: Open. Indicates that the subject needs to be reviewed by a moderator',\n },\n reviewEscalated: {\n type: 'token',\n description:\n 'Moderator review status of a subject: Escalated. Indicates that the subject was escalated for review by a moderator',\n },\n reviewClosed: {\n type: 'token',\n description:\n 'Moderator review status of a subject: Closed. Indicates that the subject was already reviewed and resolved by a moderator',\n },\n reviewNone: {\n type: 'token',\n description:\n 'Moderator review status of a subject: Unnecessary. Indicates that the subject does not need a review at the moment but there is probably some moderation related metadata available for it',\n },\n modEventTakedown: {\n type: 'object',\n description: 'Take down a subject permanently or temporarily',\n properties: {\n comment: {\n type: 'string',\n },\n durationInHours: {\n type: 'integer',\n description:\n 'Indicates how long the takedown should be in effect before automatically expiring.',\n },\n acknowledgeAccountSubjects: {\n type: 'boolean',\n description:\n 'If true, all other reports on content authored by this account will be resolved (acknowledged).',\n },\n policies: {\n type: 'array',\n maxLength: 5,\n items: {\n type: 'string',\n },\n description:\n 'Names/Keywords of the policies that drove the decision.',\n },\n severityLevel: {\n type: 'string',\n description:\n \"Severity level of the violation (e.g., 'sev-0', 'sev-1', 'sev-2', etc.).\",\n },\n targetServices: {\n type: 'array',\n items: {\n type: 'string',\n knownValues: ['appview', 'pds'],\n },\n description:\n 'List of services where the takedown should be applied. If empty or not provided, takedown is applied on all configured services.',\n },\n strikeCount: {\n type: 'integer',\n description:\n 'Number of strikes to assign to the user for this violation.',\n },\n strikeExpiresAt: {\n type: 'string',\n format: 'datetime',\n description:\n 'When the strike should expire. If not provided, the strike never expires.',\n },\n },\n },\n modEventReverseTakedown: {\n type: 'object',\n description: 'Revert take down action on a subject',\n properties: {\n comment: {\n type: 'string',\n description: 'Describe reasoning behind the reversal.',\n },\n policies: {\n type: 'array',\n maxLength: 5,\n items: {\n type: 'string',\n },\n description:\n 'Names/Keywords of the policy infraction for which takedown is being reversed.',\n },\n severityLevel: {\n type: 'string',\n description:\n \"Severity level of the violation. Usually set from the last policy infraction's severity.\",\n },\n strikeCount: {\n type: 'integer',\n description:\n \"Number of strikes to subtract from the user's strike count. Usually set from the last policy infraction's severity.\",\n },\n },\n },\n modEventResolveAppeal: {\n type: 'object',\n description: 'Resolve appeal on a subject',\n properties: {\n comment: {\n type: 'string',\n description: 'Describe resolution.',\n },\n },\n },\n modEventComment: {\n type: 'object',\n description:\n 'Add a comment to a subject. An empty comment will clear any previously set sticky comment.',\n properties: {\n comment: {\n type: 'string',\n },\n sticky: {\n type: 'boolean',\n description: 'Make the comment persistent on the subject',\n },\n },\n },\n modEventReport: {\n type: 'object',\n description: 'Report a subject',\n required: ['reportType'],\n properties: {\n comment: {\n type: 'string',\n },\n isReporterMuted: {\n type: 'boolean',\n description:\n \"Set to true if the reporter was muted from reporting at the time of the event. These reports won't impact the reviewState of the subject.\",\n },\n reportType: {\n type: 'ref',\n ref: 'lex:com.atproto.moderation.defs#reasonType',\n },\n },\n },\n modEventLabel: {\n type: 'object',\n description: 'Apply/Negate labels on a subject',\n required: ['createLabelVals', 'negateLabelVals'],\n properties: {\n comment: {\n type: 'string',\n },\n createLabelVals: {\n type: 'array',\n items: {\n type: 'string',\n },\n },\n negateLabelVals: {\n type: 'array',\n items: {\n type: 'string',\n },\n },\n durationInHours: {\n type: 'integer',\n description:\n 'Indicates how long the label will remain on the subject. Only applies on labels that are being added.',\n },\n },\n },\n modEventPriorityScore: {\n type: 'object',\n description:\n 'Set priority score of the subject. Higher score means higher priority.',\n required: ['score'],\n properties: {\n comment: {\n type: 'string',\n },\n score: {\n type: 'integer',\n minimum: 0,\n maximum: 100,\n },\n },\n },\n ageAssuranceEvent: {\n type: 'object',\n description:\n 'Age assurance info coming directly from users. Only works on DID subjects.',\n required: ['createdAt', 'status', 'attemptId'],\n properties: {\n createdAt: {\n type: 'string',\n format: 'datetime',\n description: 'The date and time of this write operation.',\n },\n attemptId: {\n type: 'string',\n description:\n 'The unique identifier for this instance of the age assurance flow, in UUID format.',\n },\n status: {\n type: 'string',\n description: 'The status of the Age Assurance process.',\n knownValues: ['unknown', 'pending', 'assured'],\n },\n access: {\n type: 'ref',\n ref: 'lex:app.bsky.ageassurance.defs#access',\n },\n countryCode: {\n type: 'string',\n description:\n 'The ISO 3166-1 alpha-2 country code provided when beginning the Age Assurance flow.',\n },\n regionCode: {\n type: 'string',\n description:\n 'The ISO 3166-2 region code provided when beginning the Age Assurance flow.',\n },\n initIp: {\n type: 'string',\n description: 'The IP address used when initiating the AA flow.',\n },\n initUa: {\n type: 'string',\n description: 'The user agent used when initiating the AA flow.',\n },\n completeIp: {\n type: 'string',\n description: 'The IP address used when completing the AA flow.',\n },\n completeUa: {\n type: 'string',\n description: 'The user agent used when completing the AA flow.',\n },\n },\n },\n ageAssuranceOverrideEvent: {\n type: 'object',\n description:\n 'Age assurance status override by moderators. Only works on DID subjects.',\n required: ['comment', 'status'],\n properties: {\n status: {\n type: 'string',\n description:\n 'The status to be set for the user decided by a moderator, overriding whatever value the user had previously. Use reset to default to original state.',\n knownValues: ['assured', 'reset', 'blocked'],\n },\n access: {\n type: 'ref',\n ref: 'lex:app.bsky.ageassurance.defs#access',\n },\n comment: {\n type: 'string',\n minLength: 1,\n description: 'Comment describing the reason for the override.',\n },\n },\n },\n ageAssurancePurgeEvent: {\n type: 'object',\n description:\n 'Purges all age assurance events for the subject. Only works on DID subjects. Moderator-only.',\n required: ['comment'],\n properties: {\n comment: {\n type: 'string',\n minLength: 1,\n description: 'Comment describing the reason for the purge.',\n },\n },\n },\n revokeAccountCredentialsEvent: {\n type: 'object',\n description:\n 'Account credentials revocation by moderators. Only works on DID subjects.',\n required: ['comment'],\n properties: {\n comment: {\n minLength: 1,\n type: 'string',\n description: 'Comment describing the reason for the revocation.',\n },\n },\n },\n modEventAcknowledge: {\n type: 'object',\n properties: {\n comment: {\n type: 'string',\n },\n acknowledgeAccountSubjects: {\n type: 'boolean',\n description:\n 'If true, all other reports on content authored by this account will be resolved (acknowledged).',\n },\n },\n },\n modEventEscalate: {\n type: 'object',\n properties: {\n comment: {\n type: 'string',\n },\n },\n },\n modEventMute: {\n type: 'object',\n description: 'Mute incoming reports on a subject',\n required: ['durationInHours'],\n properties: {\n comment: {\n type: 'string',\n },\n durationInHours: {\n type: 'integer',\n description: 'Indicates how long the subject should remain muted.',\n },\n },\n },\n modEventUnmute: {\n type: 'object',\n description: 'Unmute action on a subject',\n properties: {\n comment: {\n type: 'string',\n description: 'Describe reasoning behind the reversal.',\n },\n },\n },\n modEventMuteReporter: {\n type: 'object',\n description: 'Mute incoming reports from an account',\n properties: {\n comment: {\n type: 'string',\n },\n durationInHours: {\n type: 'integer',\n description:\n 'Indicates how long the account should remain muted. Falsy value here means a permanent mute.',\n },\n },\n },\n modEventUnmuteReporter: {\n type: 'object',\n description: 'Unmute incoming reports from an account',\n properties: {\n comment: {\n type: 'string',\n description: 'Describe reasoning behind the reversal.',\n },\n },\n },\n modEventEmail: {\n type: 'object',\n description: 'Keep a log of outgoing email to a user',\n required: ['subjectLine'],\n properties: {\n subjectLine: {\n type: 'string',\n description: 'The subject line of the email sent to the user.',\n },\n content: {\n type: 'string',\n description: 'The content of the email sent to the user.',\n },\n comment: {\n type: 'string',\n description: 'Additional comment about the outgoing comm.',\n },\n policies: {\n type: 'array',\n maxLength: 5,\n items: {\n type: 'string',\n },\n description:\n 'Names/Keywords of the policies that necessitated the email.',\n },\n severityLevel: {\n type: 'string',\n description:\n \"Severity level of the violation. Normally 'sev-1' that adds strike on repeat offense\",\n },\n strikeCount: {\n type: 'integer',\n description:\n 'Number of strikes to assign to the user for this violation. Normally 0 as an indicator of a warning and only added as a strike on a repeat offense.',\n },\n strikeExpiresAt: {\n type: 'string',\n format: 'datetime',\n description:\n 'When the strike should expire. If not provided, the strike never expires.',\n },\n isDelivered: {\n type: 'boolean',\n description:\n \"Indicates whether the email was successfully delivered to the user's inbox.\",\n },\n },\n },\n modEventDivert: {\n type: 'object',\n description:\n \"Divert a record's blobs to a 3rd party service for further scanning/tagging\",\n properties: {\n comment: {\n type: 'string',\n },\n },\n },\n modEventTag: {\n type: 'object',\n description: 'Add/Remove a tag on a subject',\n required: ['add', 'remove'],\n properties: {\n add: {\n type: 'array',\n items: {\n type: 'string',\n },\n description:\n \"Tags to be added to the subject. If already exists, won't be duplicated.\",\n },\n remove: {\n type: 'array',\n items: {\n type: 'string',\n },\n description:\n \"Tags to be removed to the subject. Ignores a tag If it doesn't exist, won't be duplicated.\",\n },\n comment: {\n type: 'string',\n description: 'Additional comment about added/removed tags.',\n },\n durationInHours: {\n type: 'integer',\n description:\n 'Indicates how long the tags being added should remain before automatically being removed. Only applies to tags being added.',\n },\n },\n },\n accountEvent: {\n type: 'object',\n description:\n 'Logs account status related events on a repo subject. Normally captured by automod from the firehose and emitted to ozone for historical tracking.',\n required: ['timestamp', 'active'],\n properties: {\n comment: {\n type: 'string',\n },\n active: {\n type: 'boolean',\n description:\n 'Indicates that the account has a repository which can be fetched from the host that emitted this event.',\n },\n status: {\n type: 'string',\n knownValues: [\n 'unknown',\n 'deactivated',\n 'deleted',\n 'takendown',\n 'suspended',\n 'tombstoned',\n ],\n },\n timestamp: {\n type: 'string',\n format: 'datetime',\n },\n },\n },\n identityEvent: {\n type: 'object',\n description:\n 'Logs identity related events on a repo subject. Normally captured by automod from the firehose and emitted to ozone for historical tracking.',\n required: ['timestamp'],\n properties: {\n comment: {\n type: 'string',\n },\n handle: {\n type: 'string',\n format: 'handle',\n },\n pdsHost: {\n type: 'string',\n format: 'uri',\n },\n tombstone: {\n type: 'boolean',\n },\n timestamp: {\n type: 'string',\n format: 'datetime',\n },\n },\n },\n recordEvent: {\n type: 'object',\n description:\n 'Logs lifecycle event on a record subject. Normally captured by automod from the firehose and emitted to ozone for historical tracking.',\n required: ['timestamp', 'op'],\n properties: {\n comment: {\n type: 'string',\n },\n op: {\n type: 'string',\n knownValues: ['create', 'update', 'delete'],\n },\n cid: {\n type: 'string',\n format: 'cid',\n },\n timestamp: {\n type: 'string',\n format: 'datetime',\n },\n },\n },\n scheduleTakedownEvent: {\n type: 'object',\n description: 'Logs a scheduled takedown action for an account.',\n properties: {\n comment: {\n type: 'string',\n },\n executeAt: {\n type: 'string',\n format: 'datetime',\n },\n executeAfter: {\n type: 'string',\n format: 'datetime',\n },\n executeUntil: {\n type: 'string',\n format: 'datetime',\n },\n },\n },\n cancelScheduledTakedownEvent: {\n type: 'object',\n description:\n 'Logs cancellation of a scheduled takedown action for an account.',\n properties: {\n comment: {\n type: 'string',\n },\n },\n },\n repoView: {\n type: 'object',\n required: [\n 'did',\n 'handle',\n 'relatedRecords',\n 'indexedAt',\n 'moderation',\n ],\n properties: {\n did: {\n type: 'string',\n format: 'did',\n },\n handle: {\n type: 'string',\n format: 'handle',\n },\n email: {\n type: 'string',\n },\n relatedRecords: {\n type: 'array',\n items: {\n type: 'unknown',\n },\n },\n indexedAt: {\n type: 'string',\n format: 'datetime',\n },\n moderation: {\n type: 'ref',\n ref: 'lex:tools.ozone.moderation.defs#moderation',\n },\n invitedBy: {\n type: 'ref',\n ref: 'lex:com.atproto.server.defs#inviteCode',\n },\n invitesDisabled: {\n type: 'boolean',\n },\n inviteNote: {\n type: 'string',\n },\n deactivatedAt: {\n type: 'string',\n format: 'datetime',\n },\n threatSignatures: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:com.atproto.admin.defs#threatSignature',\n },\n },\n },\n },\n repoViewDetail: {\n type: 'object',\n required: [\n 'did',\n 'handle',\n 'relatedRecords',\n 'indexedAt',\n 'moderation',\n ],\n properties: {\n did: {\n type: 'string',\n format: 'did',\n },\n handle: {\n type: 'string',\n format: 'handle',\n },\n email: {\n type: 'string',\n },\n relatedRecords: {\n type: 'array',\n items: {\n type: 'unknown',\n },\n },\n indexedAt: {\n type: 'string',\n format: 'datetime',\n },\n moderation: {\n type: 'ref',\n ref: 'lex:tools.ozone.moderation.defs#moderationDetail',\n },\n labels: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:com.atproto.label.defs#label',\n },\n },\n invitedBy: {\n type: 'ref',\n ref: 'lex:com.atproto.server.defs#inviteCode',\n },\n invites: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:com.atproto.server.defs#inviteCode',\n },\n },\n invitesDisabled: {\n type: 'boolean',\n },\n inviteNote: {\n type: 'string',\n },\n emailConfirmedAt: {\n type: 'string',\n format: 'datetime',\n },\n deactivatedAt: {\n type: 'string',\n format: 'datetime',\n },\n threatSignatures: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:com.atproto.admin.defs#threatSignature',\n },\n },\n },\n },\n repoViewNotFound: {\n type: 'object',\n required: ['did'],\n properties: {\n did: {\n type: 'string',\n format: 'did',\n },\n },\n },\n recordView: {\n type: 'object',\n required: [\n 'uri',\n 'cid',\n 'value',\n 'blobCids',\n 'indexedAt',\n 'moderation',\n 'repo',\n ],\n properties: {\n uri: {\n type: 'string',\n format: 'at-uri',\n },\n cid: {\n type: 'string',\n format: 'cid',\n },\n value: {\n type: 'unknown',\n },\n blobCids: {\n type: 'array',\n items: {\n type: 'string',\n format: 'cid',\n },\n },\n indexedAt: {\n type: 'string',\n format: 'datetime',\n },\n moderation: {\n type: 'ref',\n ref: 'lex:tools.ozone.moderation.defs#moderation',\n },\n repo: {\n type: 'ref',\n ref: 'lex:tools.ozone.moderation.defs#repoView',\n },\n },\n },\n recordViewDetail: {\n type: 'object',\n required: [\n 'uri',\n 'cid',\n 'value',\n 'blobs',\n 'indexedAt',\n 'moderation',\n 'repo',\n ],\n properties: {\n uri: {\n type: 'string',\n format: 'at-uri',\n },\n cid: {\n type: 'string',\n format: 'cid',\n },\n value: {\n type: 'unknown',\n },\n blobs: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:tools.ozone.moderation.defs#blobView',\n },\n },\n labels: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:com.atproto.label.defs#label',\n },\n },\n indexedAt: {\n type: 'string',\n format: 'datetime',\n },\n moderation: {\n type: 'ref',\n ref: 'lex:tools.ozone.moderation.defs#moderationDetail',\n },\n repo: {\n type: 'ref',\n ref: 'lex:tools.ozone.moderation.defs#repoView',\n },\n },\n },\n recordViewNotFound: {\n type: 'object',\n required: ['uri'],\n properties: {\n uri: {\n type: 'string',\n format: 'at-uri',\n },\n },\n },\n convoView: {\n type: 'object',\n required: ['did', 'convoId'],\n properties: {\n did: {\n type: 'string',\n format: 'did',\n },\n convoId: {\n type: 'string',\n },\n },\n },\n moderation: {\n type: 'object',\n properties: {\n subjectStatus: {\n type: 'ref',\n ref: 'lex:tools.ozone.moderation.defs#subjectStatusView',\n },\n },\n },\n moderationDetail: {\n type: 'object',\n properties: {\n subjectStatus: {\n type: 'ref',\n ref: 'lex:tools.ozone.moderation.defs#subjectStatusView',\n },\n },\n },\n blobView: {\n type: 'object',\n required: ['cid', 'mimeType', 'size', 'createdAt'],\n properties: {\n cid: {\n type: 'string',\n format: 'cid',\n },\n mimeType: {\n type: 'string',\n },\n size: {\n type: 'integer',\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n },\n details: {\n type: 'union',\n refs: [\n 'lex:tools.ozone.moderation.defs#imageDetails',\n 'lex:tools.ozone.moderation.defs#videoDetails',\n ],\n },\n moderation: {\n type: 'ref',\n ref: 'lex:tools.ozone.moderation.defs#moderation',\n },\n },\n },\n imageDetails: {\n type: 'object',\n required: ['width', 'height'],\n properties: {\n width: {\n type: 'integer',\n },\n height: {\n type: 'integer',\n },\n },\n },\n videoDetails: {\n type: 'object',\n required: ['width', 'height', 'length'],\n properties: {\n width: {\n type: 'integer',\n },\n height: {\n type: 'integer',\n },\n length: {\n type: 'integer',\n },\n },\n },\n accountHosting: {\n type: 'object',\n required: ['status'],\n properties: {\n status: {\n type: 'string',\n knownValues: [\n 'takendown',\n 'suspended',\n 'deleted',\n 'deactivated',\n 'unknown',\n ],\n },\n updatedAt: {\n type: 'string',\n format: 'datetime',\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n },\n deletedAt: {\n type: 'string',\n format: 'datetime',\n },\n deactivatedAt: {\n type: 'string',\n format: 'datetime',\n },\n reactivatedAt: {\n type: 'string',\n format: 'datetime',\n },\n },\n },\n recordHosting: {\n type: 'object',\n required: ['status'],\n properties: {\n status: {\n type: 'string',\n knownValues: ['deleted', 'unknown'],\n },\n updatedAt: {\n type: 'string',\n format: 'datetime',\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n },\n deletedAt: {\n type: 'string',\n format: 'datetime',\n },\n },\n },\n reporterStats: {\n type: 'object',\n required: [\n 'did',\n 'accountReportCount',\n 'recordReportCount',\n 'reportedAccountCount',\n 'reportedRecordCount',\n 'takendownAccountCount',\n 'takendownRecordCount',\n 'labeledAccountCount',\n 'labeledRecordCount',\n ],\n properties: {\n did: {\n type: 'string',\n format: 'did',\n },\n accountReportCount: {\n type: 'integer',\n description:\n 'The total number of reports made by the user on accounts.',\n },\n recordReportCount: {\n type: 'integer',\n description:\n 'The total number of reports made by the user on records.',\n },\n reportedAccountCount: {\n type: 'integer',\n description: 'The total number of accounts reported by the user.',\n },\n reportedRecordCount: {\n type: 'integer',\n description: 'The total number of records reported by the user.',\n },\n takendownAccountCount: {\n type: 'integer',\n description:\n \"The total number of accounts taken down as a result of the user's reports.\",\n },\n takendownRecordCount: {\n type: 'integer',\n description:\n \"The total number of records taken down as a result of the user's reports.\",\n },\n labeledAccountCount: {\n type: 'integer',\n description:\n \"The total number of accounts labeled as a result of the user's reports.\",\n },\n labeledRecordCount: {\n type: 'integer',\n description:\n \"The total number of records labeled as a result of the user's reports.\",\n },\n },\n },\n modTool: {\n type: 'object',\n description:\n 'Moderation tool information for tracing the source of the action',\n required: ['name'],\n properties: {\n name: {\n type: 'string',\n description:\n \"Name/identifier of the source (e.g., 'automod', 'ozone/workspace')\",\n },\n meta: {\n type: 'unknown',\n description: 'Additional arbitrary metadata about the source',\n },\n },\n },\n timelineEventPlcCreate: {\n type: 'token',\n description:\n 'Moderation event timeline event for a PLC create operation',\n },\n timelineEventPlcOperation: {\n type: 'token',\n description:\n 'Moderation event timeline event for generic PLC operation',\n },\n timelineEventPlcTombstone: {\n type: 'token',\n description:\n 'Moderation event timeline event for a PLC tombstone operation',\n },\n scheduledActionView: {\n type: 'object',\n description: 'View of a scheduled moderation action',\n required: ['id', 'action', 'did', 'createdBy', 'createdAt', 'status'],\n properties: {\n id: {\n type: 'integer',\n description: 'Auto-incrementing row ID',\n },\n action: {\n type: 'string',\n knownValues: ['takedown'],\n description: 'Type of action to be executed',\n },\n eventData: {\n type: 'unknown',\n description:\n 'Serialized event object that will be propagated to the event when performed',\n },\n did: {\n type: 'string',\n format: 'did',\n description: 'Subject DID for the action',\n },\n executeAt: {\n type: 'string',\n format: 'datetime',\n description: 'Exact time to execute the action',\n },\n executeAfter: {\n type: 'string',\n format: 'datetime',\n description:\n 'Earliest time to execute the action (for randomized scheduling)',\n },\n executeUntil: {\n type: 'string',\n format: 'datetime',\n description:\n 'Latest time to execute the action (for randomized scheduling)',\n },\n randomizeExecution: {\n type: 'boolean',\n description:\n 'Whether execution time should be randomized within the specified range',\n },\n createdBy: {\n type: 'string',\n format: 'did',\n description: 'DID of the user who created this scheduled action',\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n description: 'When the scheduled action was created',\n },\n updatedAt: {\n type: 'string',\n format: 'datetime',\n description: 'When the scheduled action was last updated',\n },\n status: {\n type: 'string',\n knownValues: ['pending', 'executed', 'cancelled', 'failed'],\n description: 'Current status of the scheduled action',\n },\n lastExecutedAt: {\n type: 'string',\n format: 'datetime',\n description: 'When the action was last attempted to be executed',\n },\n lastFailureReason: {\n type: 'string',\n description: 'Reason for the last execution failure',\n },\n executionEventId: {\n type: 'integer',\n description:\n 'ID of the moderation event created when action was successfully executed',\n },\n },\n },\n },\n },\n ToolsOzoneModerationEmitEvent: {\n lexicon: 1,\n id: 'tools.ozone.moderation.emitEvent',\n defs: {\n main: {\n type: 'procedure',\n description: 'Take a moderation action on an actor.',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['event', 'subject', 'createdBy'],\n properties: {\n event: {\n type: 'union',\n refs: [\n 'lex:tools.ozone.moderation.defs#modEventTakedown',\n 'lex:tools.ozone.moderation.defs#modEventAcknowledge',\n 'lex:tools.ozone.moderation.defs#modEventEscalate',\n 'lex:tools.ozone.moderation.defs#modEventComment',\n 'lex:tools.ozone.moderation.defs#modEventLabel',\n 'lex:tools.ozone.moderation.defs#modEventReport',\n 'lex:tools.ozone.moderation.defs#modEventMute',\n 'lex:tools.ozone.moderation.defs#modEventUnmute',\n 'lex:tools.ozone.moderation.defs#modEventMuteReporter',\n 'lex:tools.ozone.moderation.defs#modEventUnmuteReporter',\n 'lex:tools.ozone.moderation.defs#modEventReverseTakedown',\n 'lex:tools.ozone.moderation.defs#modEventResolveAppeal',\n 'lex:tools.ozone.moderation.defs#modEventEmail',\n 'lex:tools.ozone.moderation.defs#modEventDivert',\n 'lex:tools.ozone.moderation.defs#modEventTag',\n 'lex:tools.ozone.moderation.defs#accountEvent',\n 'lex:tools.ozone.moderation.defs#identityEvent',\n 'lex:tools.ozone.moderation.defs#recordEvent',\n 'lex:tools.ozone.moderation.defs#modEventPriorityScore',\n 'lex:tools.ozone.moderation.defs#ageAssuranceEvent',\n 'lex:tools.ozone.moderation.defs#ageAssuranceOverrideEvent',\n 'lex:tools.ozone.moderation.defs#ageAssurancePurgeEvent',\n 'lex:tools.ozone.moderation.defs#revokeAccountCredentialsEvent',\n 'lex:tools.ozone.moderation.defs#scheduleTakedownEvent',\n 'lex:tools.ozone.moderation.defs#cancelScheduledTakedownEvent',\n ],\n },\n subject: {\n type: 'union',\n refs: [\n 'lex:com.atproto.admin.defs#repoRef',\n 'lex:com.atproto.repo.strongRef',\n ],\n },\n subjectBlobCids: {\n type: 'array',\n items: {\n type: 'string',\n format: 'cid',\n },\n },\n createdBy: {\n type: 'string',\n format: 'did',\n },\n modTool: {\n type: 'ref',\n ref: 'lex:tools.ozone.moderation.defs#modTool',\n },\n externalId: {\n type: 'string',\n description:\n 'An optional external ID for the event, used to deduplicate events from external systems. Fails when an event of same type with the same external ID exists for the same subject.',\n },\n reportAction: {\n type: 'ref',\n ref: 'lex:tools.ozone.moderation.emitEvent#reportAction',\n description:\n 'Optional report-level targeting. If provided, this event will be linked to specific reports and reporters may be notified.',\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'ref',\n ref: 'lex:tools.ozone.moderation.defs#modEventView',\n },\n },\n errors: [\n {\n name: 'SubjectHasAction',\n },\n {\n name: 'DuplicateExternalId',\n description:\n 'An event with the same external ID already exists for the subject.',\n },\n ],\n },\n reportAction: {\n type: 'object',\n description: 'Target specific reports when emitting a moderation event',\n properties: {\n ids: {\n type: 'array',\n items: {\n type: 'integer',\n },\n description: 'Target specific report IDs',\n },\n types: {\n type: 'array',\n items: {\n type: 'string',\n },\n description:\n 'Target reports matching these report types on the subject (fully qualified NSIDs)',\n },\n all: {\n type: 'boolean',\n description: 'Target ALL reports on the subject',\n },\n note: {\n type: 'string',\n description:\n 'Note to send to reporter(s) when actioning their report',\n },\n },\n },\n },\n },\n ToolsOzoneModerationGetAccountTimeline: {\n lexicon: 1,\n id: 'tools.ozone.moderation.getAccountTimeline',\n defs: {\n main: {\n type: 'query',\n description:\n 'Get timeline of all available events of an account. This includes moderation events, account history and did history.',\n parameters: {\n type: 'params',\n required: ['did'],\n properties: {\n did: {\n type: 'string',\n format: 'did',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['timeline'],\n properties: {\n timeline: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:tools.ozone.moderation.getAccountTimeline#timelineItem',\n },\n },\n },\n },\n },\n errors: [\n {\n name: 'RepoNotFound',\n },\n ],\n },\n timelineItem: {\n type: 'object',\n required: ['day', 'summary'],\n properties: {\n day: {\n type: 'string',\n },\n summary: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:tools.ozone.moderation.getAccountTimeline#timelineItemSummary',\n },\n },\n },\n },\n timelineItemSummary: {\n type: 'object',\n required: ['eventSubjectType', 'eventType', 'count'],\n properties: {\n eventSubjectType: {\n type: 'string',\n knownValues: ['account', 'record', 'chat'],\n },\n eventType: {\n type: 'string',\n knownValues: [\n 'tools.ozone.moderation.defs#modEventTakedown',\n 'tools.ozone.moderation.defs#modEventReverseTakedown',\n 'tools.ozone.moderation.defs#modEventComment',\n 'tools.ozone.moderation.defs#modEventReport',\n 'tools.ozone.moderation.defs#modEventLabel',\n 'tools.ozone.moderation.defs#modEventAcknowledge',\n 'tools.ozone.moderation.defs#modEventEscalate',\n 'tools.ozone.moderation.defs#modEventMute',\n 'tools.ozone.moderation.defs#modEventUnmute',\n 'tools.ozone.moderation.defs#modEventMuteReporter',\n 'tools.ozone.moderation.defs#modEventUnmuteReporter',\n 'tools.ozone.moderation.defs#modEventEmail',\n 'tools.ozone.moderation.defs#modEventResolveAppeal',\n 'tools.ozone.moderation.defs#modEventDivert',\n 'tools.ozone.moderation.defs#modEventTag',\n 'tools.ozone.moderation.defs#accountEvent',\n 'tools.ozone.moderation.defs#identityEvent',\n 'tools.ozone.moderation.defs#recordEvent',\n 'tools.ozone.moderation.defs#modEventPriorityScore',\n 'tools.ozone.moderation.defs#revokeAccountCredentialsEvent',\n 'tools.ozone.moderation.defs#ageAssuranceEvent',\n 'tools.ozone.moderation.defs#ageAssuranceOverrideEvent',\n 'tools.ozone.moderation.defs#timelineEventPlcCreate',\n 'tools.ozone.moderation.defs#timelineEventPlcOperation',\n 'tools.ozone.moderation.defs#timelineEventPlcTombstone',\n 'tools.ozone.hosting.getAccountHistory#accountCreated',\n 'tools.ozone.hosting.getAccountHistory#emailConfirmed',\n 'tools.ozone.hosting.getAccountHistory#passwordUpdated',\n 'tools.ozone.hosting.getAccountHistory#handleUpdated',\n 'tools.ozone.moderation.defs#scheduleTakedownEvent',\n 'tools.ozone.moderation.defs#cancelScheduledTakedownEvent',\n ],\n },\n count: {\n type: 'integer',\n },\n },\n },\n },\n },\n ToolsOzoneModerationGetEvent: {\n lexicon: 1,\n id: 'tools.ozone.moderation.getEvent',\n defs: {\n main: {\n type: 'query',\n description: 'Get details about a moderation event.',\n parameters: {\n type: 'params',\n required: ['id'],\n properties: {\n id: {\n type: 'integer',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'ref',\n ref: 'lex:tools.ozone.moderation.defs#modEventViewDetail',\n },\n },\n },\n },\n },\n ToolsOzoneModerationGetRecord: {\n lexicon: 1,\n id: 'tools.ozone.moderation.getRecord',\n defs: {\n main: {\n type: 'query',\n description: 'Get details about a record.',\n parameters: {\n type: 'params',\n required: ['uri'],\n properties: {\n uri: {\n type: 'string',\n format: 'at-uri',\n },\n cid: {\n type: 'string',\n format: 'cid',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'ref',\n ref: 'lex:tools.ozone.moderation.defs#recordViewDetail',\n },\n },\n errors: [\n {\n name: 'RecordNotFound',\n },\n ],\n },\n },\n },\n ToolsOzoneModerationGetRecords: {\n lexicon: 1,\n id: 'tools.ozone.moderation.getRecords',\n defs: {\n main: {\n type: 'query',\n description: 'Get details about some records.',\n parameters: {\n type: 'params',\n required: ['uris'],\n properties: {\n uris: {\n type: 'array',\n maxLength: 100,\n items: {\n type: 'string',\n format: 'at-uri',\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['records'],\n properties: {\n records: {\n type: 'array',\n items: {\n type: 'union',\n refs: [\n 'lex:tools.ozone.moderation.defs#recordViewDetail',\n 'lex:tools.ozone.moderation.defs#recordViewNotFound',\n ],\n },\n },\n },\n },\n },\n },\n },\n },\n ToolsOzoneModerationGetRepo: {\n lexicon: 1,\n id: 'tools.ozone.moderation.getRepo',\n defs: {\n main: {\n type: 'query',\n description: 'Get details about a repository.',\n parameters: {\n type: 'params',\n required: ['did'],\n properties: {\n did: {\n type: 'string',\n format: 'did',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'ref',\n ref: 'lex:tools.ozone.moderation.defs#repoViewDetail',\n },\n },\n errors: [\n {\n name: 'RepoNotFound',\n },\n ],\n },\n },\n },\n ToolsOzoneModerationGetReporterStats: {\n lexicon: 1,\n id: 'tools.ozone.moderation.getReporterStats',\n defs: {\n main: {\n type: 'query',\n description: 'Get reporter stats for a list of users.',\n parameters: {\n type: 'params',\n required: ['dids'],\n properties: {\n dids: {\n type: 'array',\n maxLength: 100,\n items: {\n type: 'string',\n format: 'did',\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['stats'],\n properties: {\n stats: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:tools.ozone.moderation.defs#reporterStats',\n },\n },\n },\n },\n },\n },\n },\n },\n ToolsOzoneModerationGetRepos: {\n lexicon: 1,\n id: 'tools.ozone.moderation.getRepos',\n defs: {\n main: {\n type: 'query',\n description: 'Get details about some repositories.',\n parameters: {\n type: 'params',\n required: ['dids'],\n properties: {\n dids: {\n type: 'array',\n maxLength: 100,\n items: {\n type: 'string',\n format: 'did',\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['repos'],\n properties: {\n repos: {\n type: 'array',\n items: {\n type: 'union',\n refs: [\n 'lex:tools.ozone.moderation.defs#repoViewDetail',\n 'lex:tools.ozone.moderation.defs#repoViewNotFound',\n ],\n },\n },\n },\n },\n },\n },\n },\n },\n ToolsOzoneModerationGetSubjects: {\n lexicon: 1,\n id: 'tools.ozone.moderation.getSubjects',\n defs: {\n main: {\n type: 'query',\n description: 'Get details about subjects.',\n parameters: {\n type: 'params',\n required: ['subjects'],\n properties: {\n subjects: {\n type: 'array',\n maxLength: 100,\n minLength: 1,\n items: {\n type: 'string',\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['subjects'],\n properties: {\n subjects: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:tools.ozone.moderation.defs#subjectView',\n },\n },\n },\n },\n },\n },\n },\n },\n ToolsOzoneModerationListScheduledActions: {\n lexicon: 1,\n id: 'tools.ozone.moderation.listScheduledActions',\n defs: {\n main: {\n type: 'procedure',\n description:\n 'List scheduled moderation actions with optional filtering',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['statuses'],\n properties: {\n startsAfter: {\n type: 'string',\n format: 'datetime',\n description:\n 'Filter actions scheduled to execute after this time',\n },\n endsBefore: {\n type: 'string',\n format: 'datetime',\n description:\n 'Filter actions scheduled to execute before this time',\n },\n subjects: {\n type: 'array',\n maxLength: 100,\n items: {\n type: 'string',\n format: 'did',\n },\n description: 'Filter actions for specific DID subjects',\n },\n statuses: {\n type: 'array',\n minLength: 1,\n items: {\n type: 'string',\n knownValues: ['pending', 'executed', 'cancelled', 'failed'],\n },\n description: 'Filter actions by status',\n },\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 100,\n default: 50,\n description: 'Maximum number of results to return',\n },\n cursor: {\n type: 'string',\n description: 'Cursor for pagination',\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['actions'],\n properties: {\n actions: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:tools.ozone.moderation.defs#scheduledActionView',\n },\n },\n cursor: {\n type: 'string',\n description: 'Cursor for next page of results',\n },\n },\n },\n },\n },\n },\n },\n ToolsOzoneModerationQueryEvents: {\n lexicon: 1,\n id: 'tools.ozone.moderation.queryEvents',\n defs: {\n main: {\n type: 'query',\n description: 'List moderation events related to a subject.',\n parameters: {\n type: 'params',\n properties: {\n types: {\n type: 'array',\n items: {\n type: 'string',\n },\n description:\n 'The types of events (fully qualified string in the format of tools.ozone.moderation.defs#modEvent<name>) to filter by. If not specified, all events are returned.',\n },\n createdBy: {\n type: 'string',\n format: 'did',\n },\n sortDirection: {\n type: 'string',\n default: 'desc',\n enum: ['asc', 'desc'],\n description:\n 'Sort direction for the events. Defaults to descending order of created at timestamp.',\n },\n createdAfter: {\n type: 'string',\n format: 'datetime',\n description: 'Retrieve events created after a given timestamp',\n },\n createdBefore: {\n type: 'string',\n format: 'datetime',\n description: 'Retrieve events created before a given timestamp',\n },\n subject: {\n type: 'string',\n format: 'uri',\n },\n collections: {\n type: 'array',\n maxLength: 20,\n description:\n \"If specified, only events where the subject belongs to the given collections will be returned. When subjectType is set to 'account', this will be ignored.\",\n items: {\n type: 'string',\n format: 'nsid',\n },\n },\n subjectType: {\n type: 'string',\n description:\n \"If specified, only events where the subject is of the given type (account, record, or conversation) will be returned. When this is set to 'account' the 'collections' parameter will be ignored. When includeAllUserRecords or subject is set, this will be ignored.\",\n knownValues: ['account', 'record', 'conversation'],\n },\n includeAllUserRecords: {\n type: 'boolean',\n default: false,\n description:\n \"If true, events on all record types (posts, lists, profile etc.) or records from given 'collections' param, owned by the did are returned.\",\n },\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 100,\n default: 50,\n },\n hasComment: {\n type: 'boolean',\n description: 'If true, only events with comments are returned',\n },\n comment: {\n type: 'string',\n description:\n 'If specified, only events with comments containing the keyword are returned. Apply || separator to use multiple keywords and match using OR condition.',\n },\n addedLabels: {\n type: 'array',\n items: {\n type: 'string',\n },\n description:\n 'If specified, only events where all of these labels were added are returned',\n },\n removedLabels: {\n type: 'array',\n items: {\n type: 'string',\n },\n description:\n 'If specified, only events where all of these labels were removed are returned',\n },\n addedTags: {\n type: 'array',\n items: {\n type: 'string',\n },\n description:\n 'If specified, only events where all of these tags were added are returned',\n },\n removedTags: {\n type: 'array',\n items: {\n type: 'string',\n },\n description:\n 'If specified, only events where all of these tags were removed are returned',\n },\n reportTypes: {\n type: 'array',\n items: {\n type: 'string',\n },\n },\n policies: {\n type: 'array',\n items: {\n type: 'string',\n description:\n 'If specified, only events where the action policies match any of the given policies are returned',\n },\n },\n modTool: {\n type: 'array',\n items: {\n type: 'string',\n },\n description:\n 'If specified, only events where the modTool name matches any of the given values are returned',\n },\n batchId: {\n type: 'string',\n description:\n 'If specified, only events where the batchId matches the given value are returned',\n },\n ageAssuranceState: {\n type: 'string',\n description:\n 'If specified, only events where the age assurance state matches the given value are returned',\n knownValues: [\n 'pending',\n 'assured',\n 'unknown',\n 'reset',\n 'blocked',\n ],\n },\n withStrike: {\n type: 'boolean',\n description:\n 'If specified, only events where strikeCount value is set are returned.',\n },\n cursor: {\n type: 'string',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['events'],\n properties: {\n cursor: {\n type: 'string',\n },\n events: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:tools.ozone.moderation.defs#modEventView',\n },\n },\n },\n },\n },\n },\n },\n },\n ToolsOzoneModerationQueryStatuses: {\n lexicon: 1,\n id: 'tools.ozone.moderation.queryStatuses',\n defs: {\n main: {\n type: 'query',\n description: 'View moderation statuses of subjects (record or repo).',\n parameters: {\n type: 'params',\n properties: {\n queueCount: {\n type: 'integer',\n description:\n 'Number of queues being used by moderators. Subjects will be split among all queues.',\n },\n queueIndex: {\n type: 'integer',\n description:\n 'Index of the queue to fetch subjects from. Works only when queueCount value is specified.',\n },\n queueSeed: {\n type: 'string',\n description: 'A seeder to shuffle/balance the queue items.',\n },\n includeAllUserRecords: {\n type: 'boolean',\n description:\n \"All subjects, or subjects from given 'collections' param, belonging to the account specified in the 'subject' param will be returned.\",\n },\n subject: {\n type: 'string',\n format: 'uri',\n description: 'The subject to get the status for.',\n },\n comment: {\n type: 'string',\n description: 'Search subjects by keyword from comments',\n },\n reportedAfter: {\n type: 'string',\n format: 'datetime',\n description: 'Search subjects reported after a given timestamp',\n },\n reportedBefore: {\n type: 'string',\n format: 'datetime',\n description: 'Search subjects reported before a given timestamp',\n },\n reviewedAfter: {\n type: 'string',\n format: 'datetime',\n description: 'Search subjects reviewed after a given timestamp',\n },\n hostingDeletedAfter: {\n type: 'string',\n format: 'datetime',\n description:\n 'Search subjects where the associated record/account was deleted after a given timestamp',\n },\n hostingDeletedBefore: {\n type: 'string',\n format: 'datetime',\n description:\n 'Search subjects where the associated record/account was deleted before a given timestamp',\n },\n hostingUpdatedAfter: {\n type: 'string',\n format: 'datetime',\n description:\n 'Search subjects where the associated record/account was updated after a given timestamp',\n },\n hostingUpdatedBefore: {\n type: 'string',\n format: 'datetime',\n description:\n 'Search subjects where the associated record/account was updated before a given timestamp',\n },\n hostingStatuses: {\n type: 'array',\n items: {\n type: 'string',\n },\n description:\n 'Search subjects by the status of the associated record/account',\n },\n reviewedBefore: {\n type: 'string',\n format: 'datetime',\n description: 'Search subjects reviewed before a given timestamp',\n },\n includeMuted: {\n type: 'boolean',\n description:\n \"By default, we don't include muted subjects in the results. Set this to true to include them.\",\n },\n onlyMuted: {\n type: 'boolean',\n description:\n 'When set to true, only muted subjects and reporters will be returned.',\n },\n reviewState: {\n type: 'string',\n description: 'Specify when fetching subjects in a certain state',\n knownValues: [\n 'tools.ozone.moderation.defs#reviewOpen',\n 'tools.ozone.moderation.defs#reviewClosed',\n 'tools.ozone.moderation.defs#reviewEscalated',\n 'tools.ozone.moderation.defs#reviewNone',\n ],\n },\n ignoreSubjects: {\n type: 'array',\n items: {\n type: 'string',\n format: 'uri',\n },\n },\n lastReviewedBy: {\n type: 'string',\n format: 'did',\n description:\n 'Get all subject statuses that were reviewed by a specific moderator',\n },\n sortField: {\n type: 'string',\n default: 'lastReportedAt',\n enum: [\n 'lastReviewedAt',\n 'lastReportedAt',\n 'reportedRecordsCount',\n 'takendownRecordsCount',\n 'priorityScore',\n ],\n },\n sortDirection: {\n type: 'string',\n default: 'desc',\n enum: ['asc', 'desc'],\n },\n takendown: {\n type: 'boolean',\n description: 'Get subjects that were taken down',\n },\n appealed: {\n type: 'boolean',\n description: 'Get subjects in unresolved appealed status',\n },\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 100,\n default: 50,\n },\n tags: {\n type: 'array',\n maxLength: 25,\n items: {\n type: 'string',\n description:\n 'Items in this array are applied with OR filters. To apply AND filter, put all tags in the same string and separate using && characters',\n },\n },\n excludeTags: {\n type: 'array',\n items: {\n type: 'string',\n },\n },\n cursor: {\n type: 'string',\n },\n collections: {\n type: 'array',\n maxLength: 20,\n description:\n \"If specified, subjects belonging to the given collections will be returned. When subjectType is set to 'account', this will be ignored.\",\n items: {\n type: 'string',\n format: 'nsid',\n },\n },\n subjectType: {\n type: 'string',\n description:\n \"If specified, subjects of the given type (account, record, or conversation) will be returned. When this is set to 'account' the 'collections' parameter will be ignored. When includeAllUserRecords or subject is set, this will be ignored.\",\n knownValues: ['account', 'record', 'conversation'],\n },\n minAccountSuspendCount: {\n type: 'integer',\n description:\n 'If specified, only subjects that belong to an account that has at least this many suspensions will be returned.',\n },\n minReportedRecordsCount: {\n type: 'integer',\n description:\n 'If specified, only subjects that belong to an account that has at least this many reported records will be returned.',\n },\n minTakendownRecordsCount: {\n type: 'integer',\n description:\n 'If specified, only subjects that belong to an account that has at least this many taken down records will be returned.',\n },\n minPriorityScore: {\n minimum: 0,\n maximum: 100,\n type: 'integer',\n description:\n 'If specified, only subjects that have priority score value above the given value will be returned.',\n },\n minStrikeCount: {\n type: 'integer',\n minimum: 1,\n description:\n 'If specified, only subjects that belong to an account that has at least this many active strikes will be returned.',\n },\n ageAssuranceState: {\n type: 'string',\n description:\n 'If specified, only subjects with the given age assurance state will be returned.',\n knownValues: [\n 'pending',\n 'assured',\n 'unknown',\n 'reset',\n 'blocked',\n ],\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['subjectStatuses'],\n properties: {\n cursor: {\n type: 'string',\n },\n subjectStatuses: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:tools.ozone.moderation.defs#subjectStatusView',\n },\n },\n },\n },\n },\n },\n },\n },\n ToolsOzoneModerationScheduleAction: {\n lexicon: 1,\n id: 'tools.ozone.moderation.scheduleAction',\n defs: {\n main: {\n type: 'procedure',\n description:\n 'Schedule a moderation action to be executed at a future time',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['action', 'subjects', 'createdBy', 'scheduling'],\n properties: {\n action: {\n type: 'union',\n refs: ['lex:tools.ozone.moderation.scheduleAction#takedown'],\n },\n subjects: {\n type: 'array',\n maxLength: 100,\n items: {\n type: 'string',\n format: 'did',\n },\n description: 'Array of DID subjects to schedule the action for',\n },\n createdBy: {\n type: 'string',\n format: 'did',\n },\n scheduling: {\n type: 'ref',\n ref: 'lex:tools.ozone.moderation.scheduleAction#schedulingConfig',\n },\n modTool: {\n type: 'ref',\n ref: 'lex:tools.ozone.moderation.defs#modTool',\n description:\n 'This will be propagated to the moderation event when it is applied',\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'ref',\n ref: 'lex:tools.ozone.moderation.scheduleAction#scheduledActionResults',\n },\n },\n },\n takedown: {\n type: 'object',\n description: 'Schedule a takedown action',\n properties: {\n comment: {\n type: 'string',\n },\n durationInHours: {\n type: 'integer',\n description:\n 'Indicates how long the takedown should be in effect before automatically expiring.',\n },\n acknowledgeAccountSubjects: {\n type: 'boolean',\n description:\n 'If true, all other reports on content authored by this account will be resolved (acknowledged).',\n },\n policies: {\n type: 'array',\n maxLength: 5,\n items: {\n type: 'string',\n },\n description:\n 'Names/Keywords of the policies that drove the decision.',\n },\n severityLevel: {\n type: 'string',\n description:\n \"Severity level of the violation (e.g., 'sev-0', 'sev-1', 'sev-2', etc.).\",\n },\n strikeCount: {\n type: 'integer',\n description:\n 'Number of strikes to assign to the user when takedown is applied.',\n },\n strikeExpiresAt: {\n type: 'string',\n format: 'datetime',\n description:\n 'When the strike should expire. If not provided, the strike never expires.',\n },\n emailContent: {\n type: 'string',\n description: 'Email content to be sent to the user upon takedown.',\n },\n emailSubject: {\n type: 'string',\n description:\n 'Subject of the email to be sent to the user upon takedown.',\n },\n },\n },\n schedulingConfig: {\n type: 'object',\n description: 'Configuration for when the action should be executed',\n properties: {\n executeAt: {\n type: 'string',\n format: 'datetime',\n description: 'Exact time to execute the action',\n },\n executeAfter: {\n type: 'string',\n format: 'datetime',\n description:\n 'Earliest time to execute the action (for randomized scheduling)',\n },\n executeUntil: {\n type: 'string',\n format: 'datetime',\n description:\n 'Latest time to execute the action (for randomized scheduling)',\n },\n },\n },\n scheduledActionResults: {\n type: 'object',\n required: ['succeeded', 'failed'],\n properties: {\n succeeded: {\n type: 'array',\n items: {\n type: 'string',\n format: 'did',\n },\n },\n failed: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:tools.ozone.moderation.scheduleAction#failedScheduling',\n },\n },\n },\n },\n failedScheduling: {\n type: 'object',\n required: ['subject', 'error'],\n properties: {\n subject: {\n type: 'string',\n format: 'did',\n },\n error: {\n type: 'string',\n },\n errorCode: {\n type: 'string',\n },\n },\n },\n },\n },\n ToolsOzoneModerationSearchRepos: {\n lexicon: 1,\n id: 'tools.ozone.moderation.searchRepos',\n defs: {\n main: {\n type: 'query',\n description: 'Find repositories based on a search term.',\n parameters: {\n type: 'params',\n properties: {\n term: {\n type: 'string',\n description: \"DEPRECATED: use 'q' instead\",\n },\n q: {\n type: 'string',\n },\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 100,\n default: 50,\n },\n cursor: {\n type: 'string',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['repos'],\n properties: {\n cursor: {\n type: 'string',\n },\n repos: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:tools.ozone.moderation.defs#repoView',\n },\n },\n },\n },\n },\n },\n },\n },\n ToolsOzoneQueueAssignModerator: {\n lexicon: 1,\n id: 'tools.ozone.queue.assignModerator',\n defs: {\n main: {\n type: 'procedure',\n description: 'Assign a user to a queue.',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['queueId', 'did'],\n properties: {\n queueId: {\n type: 'integer',\n description: 'The ID of the queue to assign the user to.',\n },\n did: {\n type: 'string',\n description: 'DID to be assigned.',\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'ref',\n ref: 'lex:tools.ozone.queue.defs#assignmentView',\n },\n },\n errors: [\n {\n name: 'InvalidAssignment',\n description:\n 'The specified queue does not exist or is not enabled.',\n },\n ],\n },\n },\n },\n ToolsOzoneQueueCreateQueue: {\n lexicon: 1,\n id: 'tools.ozone.queue.createQueue',\n defs: {\n main: {\n type: 'procedure',\n description:\n \"Create a new moderation queue. A queue can have optional matching criteria that ozone's queue router will use to match reports. A queue with no criteria must have reports assigned to it manually via (1) `modTool.meta.queueId` in `tools.ozone.moderation.emitEvent` or (2) `tools.ozone.report.reassignQueue`.\",\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['name'],\n properties: {\n name: {\n type: 'string',\n description: 'Display name for the queue (must be unique)',\n },\n subjectTypes: {\n type: 'array',\n items: {\n type: 'string',\n knownValues: ['account', 'record', 'message', 'conversation'],\n },\n description: 'Subject types this queue accepts',\n },\n collection: {\n type: 'string',\n format: 'nsid',\n description:\n \"Collection name for record subjects. Required if subjectTypes includes 'record'.\",\n },\n reportTypes: {\n type: 'array',\n items: {\n type: 'string',\n },\n maxLength: 25,\n description: 'Report reason types (fully qualified NSIDs)',\n },\n description: {\n type: 'string',\n description: 'Optional description of the queue',\n },\n recommendedPolicies: {\n type: 'array',\n items: {\n type: 'string',\n },\n description:\n 'Policy keys to recommend when actioning reports in this queue',\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['queue'],\n properties: {\n queue: {\n type: 'ref',\n ref: 'lex:tools.ozone.queue.defs#queueView',\n },\n },\n },\n },\n errors: [\n {\n name: 'InvalidRecommendedPolicies',\n description:\n 'One or more recommended policy keys do not exist in the configured policy list',\n },\n {\n name: 'ConflictingQueue',\n description:\n 'The queue configuration conflicts with an existing queue',\n },\n ],\n },\n },\n },\n ToolsOzoneQueueDefs: {\n lexicon: 1,\n id: 'tools.ozone.queue.defs',\n defs: {\n queueView: {\n type: 'object',\n required: [\n 'id',\n 'name',\n 'createdBy',\n 'createdAt',\n 'updatedAt',\n 'enabled',\n 'stats',\n ],\n properties: {\n id: {\n type: 'integer',\n description: 'Queue ID',\n },\n name: {\n type: 'string',\n description: 'Display name of the queue',\n },\n subjectTypes: {\n type: 'array',\n items: {\n type: 'string',\n knownValues: ['account', 'record', 'message', 'conversation'],\n },\n description: 'Subject types this queue accepts.',\n },\n collection: {\n type: 'string',\n format: 'nsid',\n description:\n \"Collection name for record subjects (e.g., 'app.bsky.feed.post')\",\n },\n reportTypes: {\n type: 'array',\n items: {\n type: 'string',\n },\n description:\n 'Report reason types this queue accepts (fully qualified NSIDs)',\n },\n description: {\n type: 'string',\n description: 'Optional description of the queue',\n },\n recommendedPolicies: {\n type: 'array',\n items: {\n type: 'string',\n },\n description:\n 'Policy keys recommended when actioning reports in this queue',\n },\n createdBy: {\n type: 'string',\n format: 'did',\n description: 'DID of moderator who created this queue',\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n },\n updatedAt: {\n type: 'string',\n format: 'datetime',\n },\n enabled: {\n type: 'boolean',\n description: 'Whether this queue is currently active',\n },\n deletedAt: {\n type: 'string',\n format: 'datetime',\n description: 'When the queue was deleted, if applicable',\n },\n stats: {\n type: 'ref',\n ref: 'lex:tools.ozone.queue.defs#queueStats',\n description: 'Statistics about this queue',\n },\n },\n },\n queueStats: {\n type: 'object',\n required: [],\n properties: {\n pendingCount: {\n type: 'integer',\n description: \"Number of reports in 'open' status\",\n },\n actionedCount: {\n type: 'integer',\n description: \"Number of reports in 'closed' status\",\n },\n escalatedCount: {\n type: 'integer',\n description: \"Number of reports in 'escalated' status\",\n },\n inboundCount: {\n type: 'integer',\n description: 'Reports received in this queue in the last 24 hours.',\n },\n actionRate: {\n type: 'integer',\n description:\n 'Percentage of reports actioned (actionedCount / inboundCount * 100), rounded to nearest integer. Absent when inboundCount is 0.',\n },\n avgHandlingTimeSec: {\n type: 'integer',\n description:\n 'Average time in seconds from report creation to close, for reports closed in this period.',\n },\n lastUpdated: {\n type: 'string',\n format: 'datetime',\n description: 'When these statistics were last computed',\n },\n },\n },\n assignmentView: {\n type: 'object',\n required: ['id', 'did', 'queue', 'startAt'],\n properties: {\n id: {\n type: 'integer',\n },\n did: {\n type: 'string',\n format: 'did',\n },\n moderator: {\n type: 'ref',\n ref: 'lex:tools.ozone.team.defs#member',\n description: 'The moderator assigned to this queue',\n },\n queue: {\n type: 'ref',\n ref: 'lex:tools.ozone.queue.defs#queueView',\n },\n startAt: {\n type: 'string',\n format: 'datetime',\n },\n endAt: {\n type: 'string',\n format: 'datetime',\n },\n },\n },\n },\n },\n ToolsOzoneQueueDeleteQueue: {\n lexicon: 1,\n id: 'tools.ozone.queue.deleteQueue',\n defs: {\n main: {\n type: 'procedure',\n description:\n 'Delete a moderation queue. Optionally migrate reports to another queue.',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['queueId'],\n properties: {\n queueId: {\n type: 'integer',\n description: 'ID of the queue to delete',\n },\n migrateToQueueId: {\n type: 'integer',\n description:\n 'Optional: migrate all reports to this queue. If not specified, reports will be set to unassigned (-1).',\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['deleted'],\n properties: {\n deleted: {\n type: 'boolean',\n },\n reportsMigrated: {\n type: 'integer',\n description:\n 'Number of reports that were migrated (if migration occurred)',\n },\n },\n },\n },\n },\n },\n },\n ToolsOzoneQueueGetAssignments: {\n lexicon: 1,\n id: 'tools.ozone.queue.getAssignments',\n defs: {\n main: {\n type: 'query',\n description:\n 'Get moderator assignments, optionally filtered by active status, queue, or moderator.',\n parameters: {\n type: 'params',\n properties: {\n onlyActive: {\n type: 'boolean',\n default: true,\n description: 'When true, only returns active assignments.',\n },\n queueIds: {\n type: 'array',\n items: {\n type: 'integer',\n },\n description:\n 'If specified, returns assignments for these queues only.',\n },\n dids: {\n type: 'array',\n items: {\n type: 'string',\n format: 'did',\n },\n description:\n 'If specified, returns assignments for these moderators only.',\n },\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 100,\n default: 50,\n },\n cursor: {\n type: 'string',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['assignments'],\n properties: {\n cursor: {\n type: 'string',\n },\n assignments: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:tools.ozone.queue.defs#assignmentView',\n },\n },\n },\n },\n },\n },\n },\n },\n ToolsOzoneQueueListQueues: {\n lexicon: 1,\n id: 'tools.ozone.queue.listQueues',\n defs: {\n main: {\n type: 'query',\n description: 'List all configured moderation queues with statistics.',\n parameters: {\n type: 'params',\n properties: {\n enabled: {\n type: 'boolean',\n description:\n 'Filter by enabled status. If not specified, returns all queues.',\n },\n subjectType: {\n type: 'string',\n description:\n \"Filter queues that handle this subject type ('account', 'record', 'message', or 'conversation').\",\n },\n collection: {\n type: 'string',\n description:\n \"Filter queues by collection name (e.g. 'app.bsky.feed.post').\",\n },\n reportTypes: {\n type: 'array',\n items: {\n type: 'string',\n },\n maxLength: 10,\n description:\n 'Filter queues that handle any of these report reason types.',\n },\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 100,\n default: 50,\n },\n cursor: {\n type: 'string',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['queues'],\n properties: {\n cursor: {\n type: 'string',\n },\n queues: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:tools.ozone.queue.defs#queueView',\n },\n },\n },\n },\n },\n },\n },\n },\n ToolsOzoneQueueRouteReports: {\n lexicon: 1,\n id: 'tools.ozone.queue.routeReports',\n defs: {\n main: {\n type: 'procedure',\n description:\n 'Route reports within an ID range to matching queues based.',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['startReportId', 'endReportId'],\n properties: {\n startReportId: {\n type: 'integer',\n description: 'Start of report ID range (inclusive).',\n },\n endReportId: {\n type: 'integer',\n description:\n 'End of report ID range (inclusive). Difference between start and end must be less than 5,000.',\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['assigned', 'unmatched'],\n properties: {\n assigned: {\n type: 'integer',\n description: 'The number of reports assigned to a queue.',\n },\n unmatched: {\n type: 'integer',\n description: 'The number of reports with no matching queue.',\n },\n },\n },\n },\n errors: [\n {\n name: 'OutOfRange',\n description:\n 'The request is invalid, such as missing required fields or invalid field values.',\n },\n ],\n },\n },\n },\n ToolsOzoneQueueUnassignModerator: {\n lexicon: 1,\n id: 'tools.ozone.queue.unassignModerator',\n defs: {\n main: {\n type: 'procedure',\n description: \"Remove a user's assignment from a queue.\",\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['queueId', 'did'],\n properties: {\n queueId: {\n type: 'integer',\n description: 'The ID of the queue to unassign the user from.',\n },\n did: {\n type: 'string',\n format: 'did',\n description: 'DID to be unassigned.',\n },\n },\n },\n },\n errors: [\n {\n name: 'InvalidAssignment',\n description:\n 'No active assignment exists for the given queue and user.',\n },\n ],\n },\n },\n },\n ToolsOzoneQueueUpdateQueue: {\n lexicon: 1,\n id: 'tools.ozone.queue.updateQueue',\n defs: {\n main: {\n type: 'procedure',\n description: 'Update queue properties.',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['queueId'],\n properties: {\n queueId: {\n type: 'integer',\n description: 'ID of the queue to update',\n },\n name: {\n type: 'string',\n description: 'New display name for the queue',\n },\n enabled: {\n type: 'boolean',\n description: 'Enable or disable the queue',\n },\n description: {\n type: 'string',\n description: 'Optional description of the queue',\n },\n recommendedPolicies: {\n type: 'array',\n items: {\n type: 'string',\n },\n description:\n 'Policy keys to recommend when actioning reports in this queue',\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['queue'],\n properties: {\n queue: {\n type: 'ref',\n ref: 'lex:tools.ozone.queue.defs#queueView',\n },\n },\n },\n },\n errors: [\n {\n name: 'InvalidRecommendedPolicies',\n description:\n 'One or more recommended policy keys do not exist in the configured policy list',\n },\n ],\n },\n },\n },\n ToolsOzoneReportAssignModerator: {\n lexicon: 1,\n id: 'tools.ozone.report.assignModerator',\n defs: {\n main: {\n type: 'procedure',\n description:\n 'Assign a report to a user. Defaults to the caller. Admins may assign to any moderator.',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['reportId'],\n properties: {\n reportId: {\n type: 'integer',\n description: 'The ID of the report to assign.',\n },\n queueId: {\n type: 'integer',\n description:\n 'Optional queue ID to associate the assignment with. If not provided and the report has been assigned on a queue before, it will stay on that queue.',\n },\n did: {\n type: 'string',\n format: 'did',\n description:\n \"DID to be assigned. Defaults to the caller's DID. Admins may assign to any moderator.\",\n },\n isPermanent: {\n type: 'boolean',\n description:\n 'When true, the assignment has no expiry (endAt is null). Throws AlreadyAssigned if another user already has a permanent assignment on this report.',\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'ref',\n ref: 'lex:tools.ozone.report.defs#assignmentView',\n },\n },\n errors: [\n {\n name: 'AlreadyAssigned',\n description: 'The report is already assigned to another user.',\n },\n {\n name: 'InvalidAssignment',\n description: 'The report ID or queue ID is invalid.',\n },\n ],\n },\n },\n },\n ToolsOzoneReportCloseReports: {\n lexicon: 1,\n id: 'tools.ozone.report.closeReports',\n defs: {\n main: {\n type: 'procedure',\n description:\n 'Close all reports on a subject matching the given criteria. Reports whose current status does not permit a transition to closed are skipped silently. Intended for automated flows that resolve reports without taking action on the subject.',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['subject'],\n properties: {\n subject: {\n type: 'string',\n format: 'uri',\n description:\n 'Subject DID (account-level reports) or AT-URI (record-level reports) whose reports should be closed.',\n },\n reportTypes: {\n type: 'array',\n items: {\n type: 'string',\n },\n description:\n 'If specified, only reports of the given report types (fully qualified reason NSIDs) are closed. When omitted, all non-closed reports on the subject are targeted.',\n },\n internalNote: {\n type: 'string',\n description:\n 'Optional moderator-only note recorded on each close activity. Not visible to reporters.',\n },\n isAutomated: {\n type: 'boolean',\n description:\n 'Set true when this action is triggered by an automated process. Defaults to false.',\n default: false,\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['closedCount', 'reportIds'],\n properties: {\n closedCount: {\n type: 'integer',\n description:\n 'Number of reports that were transitioned to closed.',\n },\n reportIds: {\n type: 'array',\n items: {\n type: 'integer',\n },\n description: 'IDs of the reports that were closed.',\n },\n },\n },\n },\n },\n },\n },\n ToolsOzoneReportCreateActivity: {\n lexicon: 1,\n id: 'tools.ozone.report.createActivity',\n defs: {\n main: {\n type: 'procedure',\n description:\n 'Register an activity on a report. For state-change activity types, validates the transition and updates report.status atomically.',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['activity'],\n properties: {\n reportId: {\n type: 'integer',\n description:\n 'ID of the report to record activity on. Exactly one of reportId or eventId must be provided.',\n },\n eventId: {\n type: 'integer',\n description:\n 'ID of the report moderation event. Resolves to the report created from that event. Exactly one of reportId or eventId must be provided.',\n },\n activity: {\n type: 'union',\n refs: [\n 'lex:tools.ozone.report.defs#queueActivity',\n 'lex:tools.ozone.report.defs#assignmentActivity',\n 'lex:tools.ozone.report.defs#escalationActivity',\n 'lex:tools.ozone.report.defs#closeActivity',\n 'lex:tools.ozone.report.defs#reopenActivity',\n 'lex:tools.ozone.report.defs#noteActivity',\n ],\n description: 'The type of activity to record.',\n },\n internalNote: {\n type: 'string',\n description:\n 'Optional moderator-only note. Not visible to reporters.',\n },\n publicNote: {\n type: 'string',\n description:\n 'Optional public-facing note, potentially visible to the reporter.',\n },\n isAutomated: {\n type: 'boolean',\n description:\n 'Set true when this activity is triggered by an automated process. Defaults to false.',\n default: false,\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['activity'],\n properties: {\n activity: {\n type: 'ref',\n ref: 'lex:tools.ozone.report.defs#reportActivityView',\n },\n },\n },\n },\n errors: [\n {\n name: 'ReportNotFound',\n description: 'No report exists with the given reportId or eventId',\n },\n {\n name: 'InvalidStateTransition',\n description:\n \"The requested state transition is not permitted from the report's current status\",\n },\n {\n name: 'AlreadyInTargetState',\n description:\n 'The report is already in the status implied by this activity type',\n },\n ],\n },\n },\n },\n ToolsOzoneReportDefs: {\n lexicon: 1,\n id: 'tools.ozone.report.defs',\n defs: {\n reasonType: {\n type: 'string',\n knownValues: [\n 'tools.ozone.report.defs#reasonAppeal',\n 'tools.ozone.report.defs#reasonOther',\n 'tools.ozone.report.defs#reasonViolenceAnimal',\n 'tools.ozone.report.defs#reasonViolenceThreats',\n 'tools.ozone.report.defs#reasonViolenceGraphicContent',\n 'tools.ozone.report.defs#reasonViolenceGlorification',\n 'tools.ozone.report.defs#reasonViolenceExtremistContent',\n 'tools.ozone.report.defs#reasonViolenceTrafficking',\n 'tools.ozone.report.defs#reasonViolenceOther',\n 'tools.ozone.report.defs#reasonSexualAbuseContent',\n 'tools.ozone.report.defs#reasonSexualNCII',\n 'tools.ozone.report.defs#reasonSexualDeepfake',\n 'tools.ozone.report.defs#reasonSexualAnimal',\n 'tools.ozone.report.defs#reasonSexualUnlabeled',\n 'tools.ozone.report.defs#reasonSexualOther',\n 'tools.ozone.report.defs#reasonChildSafetyCSAM',\n 'tools.ozone.report.defs#reasonChildSafetyGroom',\n 'tools.ozone.report.defs#reasonChildSafetyPrivacy',\n 'tools.ozone.report.defs#reasonChildSafetyHarassment',\n 'tools.ozone.report.defs#reasonChildSafetyOther',\n 'tools.ozone.report.defs#reasonHarassmentTroll',\n 'tools.ozone.report.defs#reasonHarassmentTargeted',\n 'tools.ozone.report.defs#reasonHarassmentHateSpeech',\n 'tools.ozone.report.defs#reasonHarassmentDoxxing',\n 'tools.ozone.report.defs#reasonHarassmentOther',\n 'tools.ozone.report.defs#reasonMisleadingBot',\n 'tools.ozone.report.defs#reasonMisleadingImpersonation',\n 'tools.ozone.report.defs#reasonMisleadingSpam',\n 'tools.ozone.report.defs#reasonMisleadingScam',\n 'tools.ozone.report.defs#reasonMisleadingElections',\n 'tools.ozone.report.defs#reasonMisleadingOther',\n 'tools.ozone.report.defs#reasonRuleSiteSecurity',\n 'tools.ozone.report.defs#reasonRuleProhibitedSales',\n 'tools.ozone.report.defs#reasonRuleBanEvasion',\n 'tools.ozone.report.defs#reasonRuleOther',\n 'tools.ozone.report.defs#reasonSelfHarmContent',\n 'tools.ozone.report.defs#reasonSelfHarmED',\n 'tools.ozone.report.defs#reasonSelfHarmStunts',\n 'tools.ozone.report.defs#reasonSelfHarmSubstances',\n 'tools.ozone.report.defs#reasonSelfHarmOther',\n ],\n },\n reasonAppeal: {\n type: 'token',\n description: 'Appeal a previously taken moderation action',\n },\n reasonOther: {\n type: 'token',\n description: 'An issue not included in these options',\n },\n reasonViolenceAnimal: {\n type: 'token',\n description: 'Animal welfare violations',\n },\n reasonViolenceThreats: {\n type: 'token',\n description: 'Threats or incitement',\n },\n reasonViolenceGraphicContent: {\n type: 'token',\n description: 'Graphic violent content',\n },\n reasonViolenceGlorification: {\n type: 'token',\n description: 'Glorification of violence',\n },\n reasonViolenceExtremistContent: {\n type: 'token',\n description:\n \"Extremist content. These reports will be sent only be sent to the application's Moderation Authority.\",\n },\n reasonViolenceTrafficking: {\n type: 'token',\n description: 'Human trafficking',\n },\n reasonViolenceOther: {\n type: 'token',\n description: 'Other violent content',\n },\n reasonSexualAbuseContent: {\n type: 'token',\n description: 'Adult sexual abuse content',\n },\n reasonSexualNCII: {\n type: 'token',\n description: 'Non-consensual intimate imagery',\n },\n reasonSexualDeepfake: {\n type: 'token',\n description: 'Deepfake adult content',\n },\n reasonSexualAnimal: {\n type: 'token',\n description: 'Animal sexual abuse',\n },\n reasonSexualUnlabeled: {\n type: 'token',\n description: 'Unlabelled adult content',\n },\n reasonSexualOther: {\n type: 'token',\n description: 'Other sexual violence content',\n },\n reasonChildSafetyCSAM: {\n type: 'token',\n description:\n \"Child sexual abuse material (CSAM). These reports will be sent only be sent to the application's Moderation Authority.\",\n },\n reasonChildSafetyGroom: {\n type: 'token',\n description:\n \"Grooming or predatory behavior. These reports will be sent only be sent to the application's Moderation Authority.\",\n },\n reasonChildSafetyPrivacy: {\n type: 'token',\n description: 'Privacy violation involving a minor',\n },\n reasonChildSafetyHarassment: {\n type: 'token',\n description: 'Harassment or bullying of minors',\n },\n reasonChildSafetyOther: {\n type: 'token',\n description:\n \"Other child safety. These reports will be sent only be sent to the application's Moderation Authority.\",\n },\n reasonHarassmentTroll: {\n type: 'token',\n description: 'Trolling',\n },\n reasonHarassmentTargeted: {\n type: 'token',\n description: 'Targeted harassment',\n },\n reasonHarassmentHateSpeech: {\n type: 'token',\n description: 'Hate speech',\n },\n reasonHarassmentDoxxing: {\n type: 'token',\n description: 'Doxxing',\n },\n reasonHarassmentOther: {\n type: 'token',\n description: 'Other harassing or hateful content',\n },\n reasonMisleadingBot: {\n type: 'token',\n description: 'Fake account or bot',\n },\n reasonMisleadingImpersonation: {\n type: 'token',\n description: 'Impersonation',\n },\n reasonMisleadingSpam: {\n type: 'token',\n description: 'Spam',\n },\n reasonMisleadingScam: {\n type: 'token',\n description: 'Scam',\n },\n reasonMisleadingElections: {\n type: 'token',\n description: 'False information about elections',\n },\n reasonMisleadingOther: {\n type: 'token',\n description: 'Other misleading content',\n },\n reasonRuleSiteSecurity: {\n type: 'token',\n description: 'Hacking or system attacks',\n },\n reasonRuleProhibitedSales: {\n type: 'token',\n description: 'Promoting or selling prohibited items or services',\n },\n reasonRuleBanEvasion: {\n type: 'token',\n description: 'Banned user returning',\n },\n reasonRuleOther: {\n type: 'token',\n description: 'Other',\n },\n reasonSelfHarmContent: {\n type: 'token',\n description: 'Content promoting or depicting self-harm',\n },\n reasonSelfHarmED: {\n type: 'token',\n description: 'Eating disorders',\n },\n reasonSelfHarmStunts: {\n type: 'token',\n description: 'Dangerous challenges or activities',\n },\n reasonSelfHarmSubstances: {\n type: 'token',\n description: 'Dangerous substances or drug abuse',\n },\n reasonSelfHarmOther: {\n type: 'token',\n description: 'Other dangerous content',\n },\n reportAssignment: {\n type: 'object',\n description:\n 'Information about the moderator currently assigned to a report.',\n required: ['did', 'assignedAt'],\n properties: {\n did: {\n type: 'string',\n format: 'did',\n description: 'DID of the assigned moderator',\n },\n moderator: {\n type: 'ref',\n ref: 'lex:tools.ozone.team.defs#member',\n description: 'Full member record of the assigned moderator',\n },\n assignedAt: {\n type: 'string',\n format: 'datetime',\n description: 'When the report was assigned',\n },\n },\n },\n reportView: {\n type: 'object',\n required: [\n 'id',\n 'eventId',\n 'status',\n 'subject',\n 'reportType',\n 'reportedBy',\n 'reporter',\n 'createdAt',\n ],\n properties: {\n id: {\n type: 'integer',\n description: 'Report ID',\n },\n eventId: {\n type: 'integer',\n description: 'ID of the moderation event that created this report',\n },\n status: {\n type: 'string',\n knownValues: ['open', 'closed', 'escalated', 'queued', 'assigned'],\n description: 'Current status of the report',\n },\n subject: {\n type: 'ref',\n ref: 'lex:tools.ozone.moderation.defs#subjectView',\n description: 'The subject that was reported with full details',\n },\n reportType: {\n type: 'ref',\n ref: 'lex:com.atproto.moderation.defs#reasonType',\n description: 'Type of report',\n },\n reportedBy: {\n type: 'string',\n format: 'did',\n description: 'DID of the user who made the report',\n },\n reporter: {\n type: 'ref',\n ref: 'lex:tools.ozone.moderation.defs#subjectView',\n description: 'Full subject view of the reporter account',\n },\n comment: {\n type: 'string',\n description: 'Comment provided by the reporter',\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n description: 'When the report was created',\n },\n updatedAt: {\n type: 'string',\n format: 'datetime',\n description: 'When the report was last updated',\n },\n queuedAt: {\n type: 'string',\n format: 'datetime',\n description: 'When the report was assigned to its current queue',\n },\n actionEventIds: {\n type: 'array',\n items: {\n type: 'integer',\n },\n description:\n 'Array of moderation event IDs representing actions taken on this report (sorted DESC, most recent first)',\n },\n actions: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:tools.ozone.moderation.defs#modEventView',\n },\n description: 'Optional: expanded action events',\n },\n actionNote: {\n type: 'string',\n description: 'Note sent to reporter when report was actioned',\n },\n subjectStatus: {\n type: 'ref',\n ref: 'lex:tools.ozone.moderation.defs#subjectStatusView',\n description: 'Current status of the reported subject',\n },\n relatedReportCount: {\n type: 'integer',\n description: 'Number of other pending reports on the same subject',\n },\n assignment: {\n type: 'ref',\n ref: 'lex:tools.ozone.report.defs#reportAssignment',\n description:\n 'Information about moderator currently assigned to this report (if any)',\n },\n queue: {\n type: 'ref',\n ref: 'lex:tools.ozone.queue.defs#queueView',\n description: 'The queue this report is assigned to (if any)',\n },\n isMuted: {\n type: 'boolean',\n description:\n 'Whether this report is muted. A report is muted if the reporter was muted or the subject was muted at the time the report was created.',\n },\n isAutomated: {\n type: 'boolean',\n default: false,\n description:\n 'Whether this report was emitted by automated tooling.',\n },\n },\n },\n queueActivity: {\n type: 'object',\n description: 'Activity recording a report being routed to a queue.',\n properties: {\n previousStatus: {\n type: 'string',\n knownValues: ['open', 'closed', 'escalated', 'queued', 'assigned'],\n description:\n \"The report's status before this activity. Populated automatically from the report row; not required in input.\",\n },\n },\n },\n assignmentActivity: {\n type: 'object',\n description:\n 'Activity recording a moderator being assigned to a report.',\n properties: {\n previousStatus: {\n type: 'string',\n knownValues: ['open', 'closed', 'escalated', 'queued', 'assigned'],\n description:\n \"The report's status before this activity. Populated automatically from the report row; not required in input.\",\n },\n },\n },\n escalationActivity: {\n type: 'object',\n description: 'Activity recording a report being escalated.',\n properties: {\n previousStatus: {\n type: 'string',\n knownValues: ['open', 'closed', 'escalated', 'queued', 'assigned'],\n description:\n \"The report's status before this activity. Populated automatically from the report row; not required in input.\",\n },\n },\n },\n closeActivity: {\n type: 'object',\n description: 'Activity recording a report being closed.',\n properties: {\n previousStatus: {\n type: 'string',\n knownValues: ['open', 'closed', 'escalated', 'queued', 'assigned'],\n description:\n \"The report's status before this activity. Populated automatically from the report row; not required in input.\",\n },\n },\n },\n reopenActivity: {\n type: 'object',\n description:\n \"Activity recording a closed report being reopened. Only valid when the report is in 'closed' status.\",\n properties: {\n previousStatus: {\n type: 'string',\n knownValues: ['open', 'closed', 'escalated', 'queued', 'assigned'],\n description:\n \"The report's status before this activity. Populated automatically from the report row; not required in input.\",\n },\n },\n },\n noteActivity: {\n type: 'object',\n description:\n 'Activity recording a note on a report. Use internalNote for moderator-only notes or publicNote for reporter-visible notes (or both).',\n properties: {},\n },\n reportActivityView: {\n type: 'object',\n description: 'A single activity entry on a report.',\n required: [\n 'id',\n 'reportId',\n 'activity',\n 'isAutomated',\n 'createdBy',\n 'createdAt',\n ],\n properties: {\n id: {\n type: 'integer',\n description: 'Activity ID',\n },\n reportId: {\n type: 'integer',\n description: 'ID of the report this activity belongs to',\n },\n activity: {\n type: 'union',\n refs: [\n 'lex:tools.ozone.report.defs#queueActivity',\n 'lex:tools.ozone.report.defs#assignmentActivity',\n 'lex:tools.ozone.report.defs#escalationActivity',\n 'lex:tools.ozone.report.defs#closeActivity',\n 'lex:tools.ozone.report.defs#reopenActivity',\n 'lex:tools.ozone.report.defs#noteActivity',\n ],\n description: 'The typed activity object describing what occurred.',\n },\n internalNote: {\n type: 'string',\n description:\n 'Optional moderator-only note. Not visible to reporters.',\n },\n publicNote: {\n type: 'string',\n description:\n 'Optional public note, potentially visible to the reporter.',\n },\n meta: {\n type: 'unknown',\n description:\n 'Extensible JSON payload for loose activity-specific metadata (e.g. assignmentId).',\n },\n isAutomated: {\n type: 'boolean',\n description:\n 'True if this activity was created by an automated process (e.g. queue router) rather than a direct human action.',\n },\n createdBy: {\n type: 'string',\n format: 'did',\n description:\n 'DID of the actor who created this activity, or the service DID for automated activities.',\n },\n moderator: {\n type: 'ref',\n ref: 'lex:tools.ozone.team.defs#member',\n description:\n 'Full member record of the moderator who created this activity',\n },\n report: {\n type: 'ref',\n ref: 'lex:tools.ozone.report.defs#reportView',\n description: 'Full view of the report this activity belongs to.',\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n description: 'When this activity was created',\n },\n },\n },\n liveStats: {\n description:\n 'Live statistics for reports for the current calendar day, filterable by queue, moderator, or report type.',\n type: 'object',\n properties: {\n pendingCount: {\n type: 'integer',\n description: 'Number of reports currently not closed.',\n },\n actionedCount: {\n type: 'integer',\n description: 'Number of reports closed today.',\n },\n escalatedCount: {\n type: 'integer',\n description: 'Number of reports escalated today.',\n },\n inboundCount: {\n type: 'integer',\n description: 'Reports received today.',\n },\n actionRate: {\n type: 'integer',\n description:\n 'Percentage of reports actioned (actionedCount / inboundCount * 100), rounded to nearest integer.',\n },\n avgHandlingTimeSec: {\n type: 'integer',\n description:\n 'Average time in seconds from report creation (or moderator assignment) to close.',\n },\n lastUpdated: {\n type: 'string',\n format: 'datetime',\n description: 'When these statistics were last computed.',\n },\n },\n },\n historicalStats: {\n description:\n 'A single daily snapshot of report statistics for a calendar date.',\n type: 'object',\n required: ['date'],\n properties: {\n date: {\n type: 'string',\n description: 'The calendar date this snapshot covers (YYYY-MM-DD).',\n },\n computedAt: {\n type: 'string',\n format: 'datetime',\n description: 'When this snapshot was last computed.',\n },\n pendingCount: {\n type: 'integer',\n description: 'Number of reports not closed at time of computation.',\n },\n actionedCount: {\n type: 'integer',\n description: 'Number of reports closed during this day.',\n },\n escalatedCount: {\n type: 'integer',\n description: 'Number of reports escalated during this day.',\n },\n inboundCount: {\n type: 'integer',\n description: 'Reports received during this day.',\n },\n actionRate: {\n type: 'integer',\n description:\n 'Percentage of reports actioned (actionedCount / inboundCount * 100), rounded to nearest integer.',\n },\n avgHandlingTimeSec: {\n type: 'integer',\n description:\n 'Average time in seconds from report creation (or moderator assignment) to close.',\n },\n },\n },\n assignmentView: {\n type: 'object',\n required: ['id', 'did', 'reportId', 'startAt'],\n properties: {\n id: {\n type: 'integer',\n },\n did: {\n type: 'string',\n format: 'did',\n },\n moderator: {\n type: 'ref',\n ref: 'lex:tools.ozone.team.defs#member',\n description: 'The moderator assigned to this report',\n },\n queue: {\n type: 'ref',\n ref: 'lex:tools.ozone.queue.defs#queueView',\n },\n reportId: {\n type: 'integer',\n },\n startAt: {\n type: 'string',\n format: 'datetime',\n },\n endAt: {\n type: 'string',\n format: 'datetime',\n },\n },\n },\n },\n },\n ToolsOzoneReportGetAssignments: {\n lexicon: 1,\n id: 'tools.ozone.report.getAssignments',\n defs: {\n main: {\n type: 'query',\n description: 'Get assignments for reports.',\n parameters: {\n type: 'params',\n properties: {\n onlyActive: {\n type: 'boolean',\n default: true,\n description: 'When true, only returns active assignments.',\n },\n reportIds: {\n type: 'array',\n items: {\n type: 'integer',\n },\n maxLength: 50,\n description:\n 'If specified, returns assignments for these reports only.',\n },\n dids: {\n type: 'array',\n items: {\n type: 'string',\n format: 'did',\n },\n maxLength: 50,\n description:\n 'If specified, returns assignments for these moderators only.',\n },\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 100,\n default: 50,\n },\n cursor: {\n type: 'string',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['assignments'],\n properties: {\n cursor: {\n type: 'string',\n },\n assignments: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:tools.ozone.report.defs#assignmentView',\n },\n },\n },\n },\n },\n },\n },\n },\n ToolsOzoneReportGetHistoricalStats: {\n lexicon: 1,\n id: 'tools.ozone.report.getHistoricalStats',\n defs: {\n main: {\n type: 'query',\n description:\n 'Get historical daily report statistics. Returns a paginated list of daily stat snapshots, newest first. Filter by queue, moderator, or report type.',\n parameters: {\n type: 'params',\n properties: {\n queueId: {\n type: 'integer',\n description:\n 'Filter stats by queue. Use -1 for unqueued reports.',\n },\n moderatorDid: {\n type: 'string',\n format: 'did',\n description: 'Filter stats by moderator DID.',\n },\n reportTypes: {\n type: 'array',\n items: {\n type: 'string',\n },\n description: 'Filter stats by report types.',\n },\n startDate: {\n type: 'string',\n format: 'datetime',\n description: 'Earliest date to include (inclusive).',\n },\n endDate: {\n type: 'string',\n format: 'datetime',\n description: 'Latest date to include (inclusive).',\n },\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 100,\n default: 30,\n description: 'Maximum number of entries to return.',\n },\n cursor: {\n type: 'string',\n description: 'Pagination cursor.',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['stats'],\n properties: {\n stats: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:tools.ozone.report.defs#historicalStats',\n },\n },\n cursor: {\n type: 'string',\n },\n },\n },\n },\n },\n },\n },\n ToolsOzoneReportGetLatestReport: {\n lexicon: 1,\n id: 'tools.ozone.report.getLatestReport',\n defs: {\n main: {\n type: 'query',\n description: 'Get the most recent report.',\n parameters: {\n type: 'params',\n properties: {},\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['report'],\n properties: {\n report: {\n type: 'ref',\n ref: 'lex:tools.ozone.report.defs#reportView',\n },\n },\n },\n },\n errors: [\n {\n name: 'NotFound',\n description: 'No report found.',\n },\n ],\n },\n },\n },\n ToolsOzoneReportGetLiveStats: {\n lexicon: 1,\n id: 'tools.ozone.report.getLiveStats',\n defs: {\n main: {\n type: 'query',\n description:\n 'Get live report statistics from the past 24 hours. Filter by queue, moderator, or report type. Omit all parameters for aggregate stats.',\n parameters: {\n type: 'params',\n properties: {\n queueId: {\n type: 'integer',\n description:\n 'Filter stats by queue. Use -1 for unqueued reports.',\n },\n moderatorDid: {\n type: 'string',\n format: 'did',\n description: 'Filter stats by moderator DID.',\n },\n reportTypes: {\n type: 'array',\n items: {\n type: 'string',\n },\n description: 'Filter stats by report types.',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['stats'],\n properties: {\n stats: {\n type: 'ref',\n ref: 'lex:tools.ozone.report.defs#liveStats',\n description: 'Statistics for the requested filter.',\n },\n },\n },\n },\n },\n },\n },\n ToolsOzoneReportGetReport: {\n lexicon: 1,\n id: 'tools.ozone.report.getReport',\n defs: {\n main: {\n type: 'query',\n description: 'Get details about a single moderation report by ID.',\n parameters: {\n type: 'params',\n required: ['id'],\n properties: {\n id: {\n type: 'integer',\n description: 'The ID of the report to retrieve.',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'ref',\n ref: 'lex:tools.ozone.report.defs#reportView',\n },\n },\n errors: [\n {\n name: 'NotFound',\n description: 'No report found.',\n },\n ],\n },\n },\n },\n ToolsOzoneReportListActivities: {\n lexicon: 1,\n id: 'tools.ozone.report.listActivities',\n defs: {\n main: {\n type: 'query',\n description:\n 'List all activities for a report, sorted most-recent-first.',\n parameters: {\n type: 'params',\n required: ['reportId'],\n properties: {\n reportId: {\n type: 'integer',\n description: 'ID of the report whose activities to list',\n },\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 100,\n default: 50,\n },\n cursor: {\n type: 'string',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['activities'],\n properties: {\n activities: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:tools.ozone.report.defs#reportActivityView',\n },\n },\n cursor: {\n type: 'string',\n },\n },\n },\n },\n },\n },\n },\n ToolsOzoneReportQueryActivities: {\n lexicon: 1,\n id: 'tools.ozone.report.queryActivities',\n defs: {\n main: {\n type: 'query',\n description:\n 'Query report activities across all reports, ordered by createdAt. Used by downstream pollers; for per-report activity history use listActivities.',\n parameters: {\n type: 'params',\n properties: {\n activityTypes: {\n type: 'array',\n items: {\n type: 'string',\n },\n description:\n 'Filter to specific activity types (e.g. closeActivity, escalationActivity). If omitted, all types are returned.',\n },\n createdAfter: {\n type: 'string',\n format: 'datetime',\n description:\n 'Retrieve activities created at or after a given timestamp',\n },\n createdBefore: {\n type: 'string',\n format: 'datetime',\n description:\n 'Retrieve activities created at or before a given timestamp',\n },\n sortDirection: {\n type: 'string',\n default: 'desc',\n enum: ['asc', 'desc'],\n },\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 100,\n default: 50,\n },\n cursor: {\n type: 'string',\n description: 'Cursor of the form `<createdAtMs>::<activityId>`.',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['activities'],\n properties: {\n activities: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:tools.ozone.report.defs#reportActivityView',\n },\n },\n cursor: {\n type: 'string',\n },\n },\n },\n },\n },\n },\n },\n ToolsOzoneReportQueryReports: {\n lexicon: 1,\n id: 'tools.ozone.report.queryReports',\n defs: {\n main: {\n type: 'query',\n description:\n 'View moderation reports. Reports are individual instances of content being reported, as opposed to subject statuses which aggregate reports at the subject level.',\n parameters: {\n type: 'params',\n required: ['status'],\n properties: {\n queueId: {\n type: 'integer',\n description: 'Filter by queue ID. Use -1 for unassigned reports.',\n },\n reportTypes: {\n type: 'array',\n items: {\n type: 'string',\n },\n description:\n 'Filter by report types (fully qualified string in the format of com.atproto.moderation.defs#reason<name>).',\n },\n status: {\n type: 'string',\n knownValues: [\n 'open',\n 'closed',\n 'escalated',\n 'queued',\n 'assigned',\n ],\n description: 'Filter by report status.',\n },\n subject: {\n type: 'string',\n format: 'uri',\n description: 'Filter by subject DID or AT-URI.',\n },\n did: {\n type: 'string',\n format: 'did',\n description:\n 'Filter to reports where the subject is this DID or any record owned by this DID. Unlike `subject` (which scopes to a specific account or record), this returns all reports tied to the DID across both account-level and record-level subjects.',\n },\n subjectType: {\n type: 'string',\n description:\n 'If specified, reports of the given subject type will be returned.',\n knownValues: ['account', 'record', 'message', 'conversation'],\n },\n collections: {\n type: 'array',\n maxLength: 20,\n description:\n \"If specified, reports where the subject belongs to the given collections will be returned. When subjectType is set to 'account', this will be ignored.\",\n items: {\n type: 'string',\n format: 'nsid',\n },\n },\n reportedAfter: {\n type: 'string',\n format: 'datetime',\n description: 'Retrieve reports created after a given timestamp',\n },\n reportedBefore: {\n type: 'string',\n format: 'datetime',\n description: 'Retrieve reports created before a given timestamp',\n },\n isMuted: {\n type: 'boolean',\n default: false,\n description:\n 'Filter by muted status. true returns only muted reports, false returns only unmuted reports. Defaults to false.',\n },\n assignedTo: {\n type: 'string',\n format: 'did',\n description:\n 'Filter by the DID of the moderator permanently assigned to the report.',\n },\n sortField: {\n type: 'string',\n default: 'createdAt',\n enum: ['createdAt', 'updatedAt'],\n },\n sortDirection: {\n type: 'string',\n default: 'desc',\n enum: ['asc', 'desc'],\n },\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 100,\n default: 50,\n },\n cursor: {\n type: 'string',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['reports'],\n properties: {\n cursor: {\n type: 'string',\n },\n reports: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:tools.ozone.report.defs#reportView',\n },\n },\n },\n },\n },\n },\n },\n },\n ToolsOzoneReportReassignQueue: {\n lexicon: 1,\n id: 'tools.ozone.report.reassignQueue',\n defs: {\n main: {\n type: 'procedure',\n description:\n 'Manually reassign a report to a different queue (or unassign it). Records a queueActivity entry on the report.',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['reportId', 'queueId'],\n properties: {\n reportId: {\n type: 'integer',\n description: 'ID of the report to reassign',\n },\n queueId: {\n type: 'integer',\n description:\n 'Target queue ID. Use -1 to unassign from any queue.',\n },\n comment: {\n type: 'string',\n description:\n 'Optional moderator-only note recorded on the resulting queueActivity as internalNote.',\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['report'],\n properties: {\n report: {\n type: 'ref',\n ref: 'lex:tools.ozone.report.defs#reportView',\n },\n },\n },\n },\n errors: [\n {\n name: 'ReportNotFound',\n description: 'No report exists with the given reportId',\n },\n {\n name: 'ReportClosed',\n description: 'The report is closed and cannot be reassigned',\n },\n {\n name: 'AlreadyInTargetQueue',\n description: 'The report is already assigned to the target queue',\n },\n {\n name: 'QueueNotFound',\n description: 'No active queue exists with the given queueId',\n },\n {\n name: 'QueueDisabled',\n description:\n 'The target queue is disabled and cannot receive new assignments',\n },\n ],\n },\n },\n },\n ToolsOzoneReportRefreshStats: {\n lexicon: 1,\n id: 'tools.ozone.report.refreshStats',\n defs: {\n main: {\n type: 'procedure',\n description:\n 'Recompute report statistics for a date range. Useful for backfilling after failures or data corrections.',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['startDate', 'endDate'],\n properties: {\n startDate: {\n type: 'string',\n description:\n 'Start date for recomputation, inclusive (YYYY-MM-DD).',\n },\n endDate: {\n type: 'string',\n description:\n 'End date for recomputation, inclusive (YYYY-MM-DD).',\n },\n queueIds: {\n type: 'array',\n items: {\n type: 'integer',\n },\n description:\n 'Optional list of queue IDs to recompute. Omit to recompute all groups.',\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n properties: {},\n },\n },\n },\n },\n },\n ToolsOzoneReportUnassignModerator: {\n lexicon: 1,\n id: 'tools.ozone.report.unassignModerator',\n defs: {\n main: {\n type: 'procedure',\n description: 'Remove report assignment.',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['reportId'],\n properties: {\n reportId: {\n type: 'integer',\n description: 'The ID of the report to unassign.',\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'ref',\n ref: 'lex:tools.ozone.report.defs#assignmentView',\n },\n },\n errors: [\n {\n name: 'InvalidAssignment',\n description: 'The report ID is invalid.',\n },\n ],\n },\n },\n },\n ToolsOzoneSafelinkAddRule: {\n lexicon: 1,\n id: 'tools.ozone.safelink.addRule',\n defs: {\n main: {\n type: 'procedure',\n description: 'Add a new URL safety rule',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['url', 'pattern', 'action', 'reason'],\n properties: {\n url: {\n type: 'string',\n description: 'The URL or domain to apply the rule to',\n },\n pattern: {\n type: 'ref',\n ref: 'lex:tools.ozone.safelink.defs#patternType',\n },\n action: {\n type: 'ref',\n ref: 'lex:tools.ozone.safelink.defs#actionType',\n },\n reason: {\n type: 'ref',\n ref: 'lex:tools.ozone.safelink.defs#reasonType',\n },\n comment: {\n type: 'string',\n description: 'Optional comment about the decision',\n },\n createdBy: {\n type: 'string',\n format: 'did',\n description: 'Author DID. Only respected when using admin auth',\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'ref',\n ref: 'lex:tools.ozone.safelink.defs#event',\n },\n },\n errors: [\n {\n name: 'InvalidUrl',\n description: 'The provided URL is invalid',\n },\n {\n name: 'RuleAlreadyExists',\n description: 'A rule for this URL/domain already exists',\n },\n ],\n },\n },\n },\n ToolsOzoneSafelinkDefs: {\n lexicon: 1,\n id: 'tools.ozone.safelink.defs',\n defs: {\n event: {\n type: 'object',\n description: 'An event for URL safety decisions',\n required: [\n 'id',\n 'eventType',\n 'url',\n 'pattern',\n 'action',\n 'reason',\n 'createdBy',\n 'createdAt',\n ],\n properties: {\n id: {\n type: 'integer',\n description: 'Auto-incrementing row ID',\n },\n eventType: {\n type: 'ref',\n ref: 'lex:tools.ozone.safelink.defs#eventType',\n },\n url: {\n type: 'string',\n description: 'The URL that this rule applies to',\n },\n pattern: {\n type: 'ref',\n ref: 'lex:tools.ozone.safelink.defs#patternType',\n },\n action: {\n type: 'ref',\n ref: 'lex:tools.ozone.safelink.defs#actionType',\n },\n reason: {\n type: 'ref',\n ref: 'lex:tools.ozone.safelink.defs#reasonType',\n },\n createdBy: {\n type: 'string',\n format: 'did',\n description: 'DID of the user who created this rule',\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n },\n comment: {\n type: 'string',\n description: 'Optional comment about the decision',\n },\n },\n },\n eventType: {\n type: 'string',\n knownValues: ['addRule', 'updateRule', 'removeRule'],\n },\n patternType: {\n type: 'string',\n knownValues: ['domain', 'url'],\n },\n actionType: {\n type: 'string',\n knownValues: ['block', 'warn', 'whitelist'],\n },\n reasonType: {\n type: 'string',\n knownValues: ['csam', 'spam', 'phishing', 'none'],\n },\n urlRule: {\n type: 'object',\n description: 'Input for creating a URL safety rule',\n required: [\n 'url',\n 'pattern',\n 'action',\n 'reason',\n 'createdBy',\n 'createdAt',\n 'updatedAt',\n ],\n properties: {\n url: {\n type: 'string',\n description: 'The URL or domain to apply the rule to',\n },\n pattern: {\n type: 'ref',\n ref: 'lex:tools.ozone.safelink.defs#patternType',\n },\n action: {\n type: 'ref',\n ref: 'lex:tools.ozone.safelink.defs#actionType',\n },\n reason: {\n type: 'ref',\n ref: 'lex:tools.ozone.safelink.defs#reasonType',\n },\n comment: {\n type: 'string',\n description: 'Optional comment about the decision',\n },\n createdBy: {\n type: 'string',\n format: 'did',\n description: 'DID of the user added the rule.',\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n description: 'Timestamp when the rule was created',\n },\n updatedAt: {\n type: 'string',\n format: 'datetime',\n description: 'Timestamp when the rule was last updated',\n },\n },\n },\n },\n },\n ToolsOzoneSafelinkQueryEvents: {\n lexicon: 1,\n id: 'tools.ozone.safelink.queryEvents',\n defs: {\n main: {\n type: 'procedure',\n description: 'Query URL safety audit events',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n properties: {\n cursor: {\n type: 'string',\n description: 'Cursor for pagination',\n },\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 100,\n default: 50,\n description: 'Maximum number of results to return',\n },\n urls: {\n type: 'array',\n items: {\n type: 'string',\n },\n description: 'Filter by specific URLs or domains',\n },\n patternType: {\n type: 'string',\n description: 'Filter by pattern type',\n },\n sortDirection: {\n type: 'string',\n knownValues: ['asc', 'desc'],\n default: 'desc',\n description: 'Sort direction',\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['events'],\n properties: {\n cursor: {\n type: 'string',\n description:\n 'Next cursor for pagination. Only present if there are more results.',\n },\n events: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:tools.ozone.safelink.defs#event',\n },\n },\n },\n },\n },\n },\n },\n },\n ToolsOzoneSafelinkQueryRules: {\n lexicon: 1,\n id: 'tools.ozone.safelink.queryRules',\n defs: {\n main: {\n type: 'procedure',\n description: 'Query URL safety rules',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n properties: {\n cursor: {\n type: 'string',\n description: 'Cursor for pagination',\n },\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 100,\n default: 50,\n description: 'Maximum number of results to return',\n },\n urls: {\n type: 'array',\n items: {\n type: 'string',\n },\n description: 'Filter by specific URLs or domains',\n },\n patternType: {\n type: 'string',\n description: 'Filter by pattern type',\n },\n actions: {\n type: 'array',\n items: {\n type: 'string',\n },\n description: 'Filter by action types',\n },\n reason: {\n type: 'string',\n description: 'Filter by reason type',\n },\n createdBy: {\n type: 'string',\n format: 'did',\n description: 'Filter by rule creator',\n },\n sortDirection: {\n type: 'string',\n knownValues: ['asc', 'desc'],\n default: 'desc',\n description: 'Sort direction',\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['rules'],\n properties: {\n cursor: {\n type: 'string',\n description:\n 'Next cursor for pagination. Only present if there are more results.',\n },\n rules: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:tools.ozone.safelink.defs#urlRule',\n },\n },\n },\n },\n },\n },\n },\n },\n ToolsOzoneSafelinkRemoveRule: {\n lexicon: 1,\n id: 'tools.ozone.safelink.removeRule',\n defs: {\n main: {\n type: 'procedure',\n description: 'Remove an existing URL safety rule',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['url', 'pattern'],\n properties: {\n url: {\n type: 'string',\n description: 'The URL or domain to remove the rule for',\n },\n pattern: {\n type: 'ref',\n ref: 'lex:tools.ozone.safelink.defs#patternType',\n },\n comment: {\n type: 'string',\n description:\n 'Optional comment about why the rule is being removed',\n },\n createdBy: {\n type: 'string',\n format: 'did',\n description:\n 'Optional DID of the user. Only respected when using admin auth.',\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'ref',\n ref: 'lex:tools.ozone.safelink.defs#event',\n },\n },\n errors: [\n {\n name: 'RuleNotFound',\n description: 'No active rule found for this URL/domain',\n },\n ],\n },\n },\n },\n ToolsOzoneSafelinkUpdateRule: {\n lexicon: 1,\n id: 'tools.ozone.safelink.updateRule',\n defs: {\n main: {\n type: 'procedure',\n description: 'Update an existing URL safety rule',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['url', 'pattern', 'action', 'reason'],\n properties: {\n url: {\n type: 'string',\n description: 'The URL or domain to update the rule for',\n },\n pattern: {\n type: 'ref',\n ref: 'lex:tools.ozone.safelink.defs#patternType',\n },\n action: {\n type: 'ref',\n ref: 'lex:tools.ozone.safelink.defs#actionType',\n },\n reason: {\n type: 'ref',\n ref: 'lex:tools.ozone.safelink.defs#reasonType',\n },\n comment: {\n type: 'string',\n description: 'Optional comment about the update',\n },\n createdBy: {\n type: 'string',\n format: 'did',\n description:\n 'Optional DID to credit as the creator. Only respected for admin_token authentication.',\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'ref',\n ref: 'lex:tools.ozone.safelink.defs#event',\n },\n },\n errors: [\n {\n name: 'RuleNotFound',\n description: 'No active rule found for this URL/domain',\n },\n ],\n },\n },\n },\n ToolsOzoneServerGetConfig: {\n lexicon: 1,\n id: 'tools.ozone.server.getConfig',\n defs: {\n main: {\n type: 'query',\n description: \"Get details about ozone's server configuration.\",\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n properties: {\n appview: {\n type: 'ref',\n ref: 'lex:tools.ozone.server.getConfig#serviceConfig',\n },\n pds: {\n type: 'ref',\n ref: 'lex:tools.ozone.server.getConfig#serviceConfig',\n },\n blobDivert: {\n type: 'ref',\n ref: 'lex:tools.ozone.server.getConfig#serviceConfig',\n },\n chat: {\n type: 'ref',\n ref: 'lex:tools.ozone.server.getConfig#serviceConfig',\n },\n viewer: {\n type: 'ref',\n ref: 'lex:tools.ozone.server.getConfig#viewerConfig',\n },\n verifierDid: {\n type: 'string',\n format: 'did',\n description: 'The did of the verifier used for verification.',\n },\n },\n },\n },\n },\n serviceConfig: {\n type: 'object',\n properties: {\n url: {\n type: 'string',\n format: 'uri',\n },\n },\n },\n viewerConfig: {\n type: 'object',\n properties: {\n role: {\n type: 'string',\n knownValues: [\n 'tools.ozone.team.defs#roleAdmin',\n 'tools.ozone.team.defs#roleModerator',\n 'tools.ozone.team.defs#roleTriage',\n 'tools.ozone.team.defs#roleVerifier',\n ],\n },\n },\n },\n },\n },\n ToolsOzoneSetAddValues: {\n lexicon: 1,\n id: 'tools.ozone.set.addValues',\n defs: {\n main: {\n type: 'procedure',\n description:\n 'Add values to a specific set. Attempting to add values to a set that does not exist will result in an error.',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['name', 'values'],\n properties: {\n name: {\n type: 'string',\n description: 'Name of the set to add values to',\n },\n values: {\n type: 'array',\n minLength: 1,\n maxLength: 1000,\n items: {\n type: 'string',\n },\n description: 'Array of string values to add to the set',\n },\n },\n },\n },\n },\n },\n },\n ToolsOzoneSetDefs: {\n lexicon: 1,\n id: 'tools.ozone.set.defs',\n defs: {\n set: {\n type: 'object',\n required: ['name'],\n properties: {\n name: {\n type: 'string',\n minLength: 3,\n maxLength: 128,\n },\n description: {\n type: 'string',\n maxGraphemes: 1024,\n maxLength: 10240,\n },\n },\n },\n setView: {\n type: 'object',\n required: ['name', 'setSize', 'createdAt', 'updatedAt'],\n properties: {\n name: {\n type: 'string',\n minLength: 3,\n maxLength: 128,\n },\n description: {\n type: 'string',\n maxGraphemes: 1024,\n maxLength: 10240,\n },\n setSize: {\n type: 'integer',\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n },\n updatedAt: {\n type: 'string',\n format: 'datetime',\n },\n },\n },\n },\n },\n ToolsOzoneSetDeleteSet: {\n lexicon: 1,\n id: 'tools.ozone.set.deleteSet',\n defs: {\n main: {\n type: 'procedure',\n description:\n 'Delete an entire set. Attempting to delete a set that does not exist will result in an error.',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['name'],\n properties: {\n name: {\n type: 'string',\n description: 'Name of the set to delete',\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n properties: {},\n },\n },\n errors: [\n {\n name: 'SetNotFound',\n description: 'set with the given name does not exist',\n },\n ],\n },\n },\n },\n ToolsOzoneSetDeleteValues: {\n lexicon: 1,\n id: 'tools.ozone.set.deleteValues',\n defs: {\n main: {\n type: 'procedure',\n description:\n 'Delete values from a specific set. Attempting to delete values that are not in the set will not result in an error',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['name', 'values'],\n properties: {\n name: {\n type: 'string',\n description: 'Name of the set to delete values from',\n },\n values: {\n type: 'array',\n minLength: 1,\n items: {\n type: 'string',\n },\n description: 'Array of string values to delete from the set',\n },\n },\n },\n },\n errors: [\n {\n name: 'SetNotFound',\n description: 'set with the given name does not exist',\n },\n ],\n },\n },\n },\n ToolsOzoneSetGetValues: {\n lexicon: 1,\n id: 'tools.ozone.set.getValues',\n defs: {\n main: {\n type: 'query',\n description: 'Get a specific set and its values',\n parameters: {\n type: 'params',\n required: ['name'],\n properties: {\n name: {\n type: 'string',\n },\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 1000,\n default: 100,\n },\n cursor: {\n type: 'string',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['set', 'values'],\n properties: {\n set: {\n type: 'ref',\n ref: 'lex:tools.ozone.set.defs#setView',\n },\n values: {\n type: 'array',\n items: {\n type: 'string',\n },\n },\n cursor: {\n type: 'string',\n },\n },\n },\n },\n errors: [\n {\n name: 'SetNotFound',\n description: 'set with the given name does not exist',\n },\n ],\n },\n },\n },\n ToolsOzoneSetQuerySets: {\n lexicon: 1,\n id: 'tools.ozone.set.querySets',\n defs: {\n main: {\n type: 'query',\n description: 'Query available sets',\n parameters: {\n type: 'params',\n properties: {\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 100,\n default: 50,\n },\n cursor: {\n type: 'string',\n },\n namePrefix: {\n type: 'string',\n },\n sortBy: {\n type: 'string',\n enum: ['name', 'createdAt', 'updatedAt'],\n default: 'name',\n },\n sortDirection: {\n type: 'string',\n default: 'asc',\n enum: ['asc', 'desc'],\n description: 'Defaults to ascending order of name field.',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['sets'],\n properties: {\n sets: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:tools.ozone.set.defs#setView',\n },\n },\n cursor: {\n type: 'string',\n },\n },\n },\n },\n },\n },\n },\n ToolsOzoneSetUpsertSet: {\n lexicon: 1,\n id: 'tools.ozone.set.upsertSet',\n defs: {\n main: {\n type: 'procedure',\n description: 'Create or update set metadata',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'ref',\n ref: 'lex:tools.ozone.set.defs#set',\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'ref',\n ref: 'lex:tools.ozone.set.defs#setView',\n },\n },\n },\n },\n },\n ToolsOzoneSettingDefs: {\n lexicon: 1,\n id: 'tools.ozone.setting.defs',\n defs: {\n option: {\n type: 'object',\n required: [\n 'key',\n 'value',\n 'did',\n 'scope',\n 'createdBy',\n 'lastUpdatedBy',\n ],\n properties: {\n key: {\n type: 'string',\n format: 'nsid',\n },\n did: {\n type: 'string',\n format: 'did',\n },\n value: {\n type: 'unknown',\n },\n description: {\n type: 'string',\n maxGraphemes: 1024,\n maxLength: 10240,\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n },\n updatedAt: {\n type: 'string',\n format: 'datetime',\n },\n managerRole: {\n type: 'string',\n knownValues: [\n 'tools.ozone.team.defs#roleModerator',\n 'tools.ozone.team.defs#roleTriage',\n 'tools.ozone.team.defs#roleAdmin',\n 'tools.ozone.team.defs#roleVerifier',\n ],\n },\n scope: {\n type: 'string',\n knownValues: ['instance', 'personal'],\n },\n createdBy: {\n type: 'string',\n format: 'did',\n },\n lastUpdatedBy: {\n type: 'string',\n format: 'did',\n },\n },\n },\n },\n },\n ToolsOzoneSettingListOptions: {\n lexicon: 1,\n id: 'tools.ozone.setting.listOptions',\n defs: {\n main: {\n type: 'query',\n description: 'List settings with optional filtering',\n parameters: {\n type: 'params',\n properties: {\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 100,\n default: 50,\n },\n cursor: {\n type: 'string',\n },\n scope: {\n type: 'string',\n knownValues: ['instance', 'personal'],\n default: 'instance',\n },\n prefix: {\n type: 'string',\n description: 'Filter keys by prefix',\n },\n keys: {\n type: 'array',\n maxLength: 100,\n items: {\n type: 'string',\n format: 'nsid',\n },\n description:\n 'Filter for only the specified keys. Ignored if prefix is provided',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['options'],\n properties: {\n cursor: {\n type: 'string',\n },\n options: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:tools.ozone.setting.defs#option',\n },\n },\n },\n },\n },\n },\n },\n },\n ToolsOzoneSettingRemoveOptions: {\n lexicon: 1,\n id: 'tools.ozone.setting.removeOptions',\n defs: {\n main: {\n type: 'procedure',\n description: 'Delete settings by key',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['keys', 'scope'],\n properties: {\n keys: {\n type: 'array',\n minLength: 1,\n maxLength: 200,\n items: {\n type: 'string',\n format: 'nsid',\n },\n },\n scope: {\n type: 'string',\n knownValues: ['instance', 'personal'],\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n properties: {},\n },\n },\n },\n },\n },\n ToolsOzoneSettingUpsertOption: {\n lexicon: 1,\n id: 'tools.ozone.setting.upsertOption',\n defs: {\n main: {\n type: 'procedure',\n description: 'Create or update setting option',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['key', 'scope', 'value'],\n properties: {\n key: {\n type: 'string',\n format: 'nsid',\n },\n scope: {\n type: 'string',\n knownValues: ['instance', 'personal'],\n },\n value: {\n type: 'unknown',\n },\n description: {\n type: 'string',\n maxLength: 2000,\n },\n managerRole: {\n type: 'string',\n knownValues: [\n 'tools.ozone.team.defs#roleModerator',\n 'tools.ozone.team.defs#roleTriage',\n 'tools.ozone.team.defs#roleVerifier',\n 'tools.ozone.team.defs#roleAdmin',\n ],\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['option'],\n properties: {\n option: {\n type: 'ref',\n ref: 'lex:tools.ozone.setting.defs#option',\n },\n },\n },\n },\n },\n },\n },\n ToolsOzoneSignatureDefs: {\n lexicon: 1,\n id: 'tools.ozone.signature.defs',\n defs: {\n sigDetail: {\n type: 'object',\n required: ['property', 'value'],\n properties: {\n property: {\n type: 'string',\n },\n value: {\n type: 'string',\n },\n },\n },\n },\n },\n ToolsOzoneSignatureFindCorrelation: {\n lexicon: 1,\n id: 'tools.ozone.signature.findCorrelation',\n defs: {\n main: {\n type: 'query',\n description:\n 'Find all correlated threat signatures between 2 or more accounts.',\n parameters: {\n type: 'params',\n required: ['dids'],\n properties: {\n dids: {\n type: 'array',\n items: {\n type: 'string',\n format: 'did',\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['details'],\n properties: {\n details: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:tools.ozone.signature.defs#sigDetail',\n },\n },\n },\n },\n },\n },\n },\n },\n ToolsOzoneSignatureFindRelatedAccounts: {\n lexicon: 1,\n id: 'tools.ozone.signature.findRelatedAccounts',\n defs: {\n main: {\n type: 'query',\n description:\n 'Get accounts that share some matching threat signatures with the root account.',\n parameters: {\n type: 'params',\n required: ['did'],\n properties: {\n did: {\n type: 'string',\n format: 'did',\n },\n cursor: {\n type: 'string',\n },\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 100,\n default: 50,\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['accounts'],\n properties: {\n cursor: {\n type: 'string',\n },\n accounts: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:tools.ozone.signature.findRelatedAccounts#relatedAccount',\n },\n },\n },\n },\n },\n },\n relatedAccount: {\n type: 'object',\n required: ['account'],\n properties: {\n account: {\n type: 'ref',\n ref: 'lex:com.atproto.admin.defs#accountView',\n },\n similarities: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:tools.ozone.signature.defs#sigDetail',\n },\n },\n },\n },\n },\n },\n ToolsOzoneSignatureSearchAccounts: {\n lexicon: 1,\n id: 'tools.ozone.signature.searchAccounts',\n defs: {\n main: {\n type: 'query',\n description:\n 'Search for accounts that match one or more threat signature values.',\n parameters: {\n type: 'params',\n required: ['values'],\n properties: {\n values: {\n type: 'array',\n items: {\n type: 'string',\n },\n },\n cursor: {\n type: 'string',\n },\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 100,\n default: 50,\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['accounts'],\n properties: {\n cursor: {\n type: 'string',\n },\n accounts: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:com.atproto.admin.defs#accountView',\n },\n },\n },\n },\n },\n },\n },\n },\n ToolsOzoneTeamAddMember: {\n lexicon: 1,\n id: 'tools.ozone.team.addMember',\n defs: {\n main: {\n type: 'procedure',\n description: 'Add a member to the ozone team. Requires admin role.',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['did', 'role'],\n properties: {\n did: {\n type: 'string',\n format: 'did',\n },\n role: {\n type: 'string',\n knownValues: [\n 'tools.ozone.team.defs#roleAdmin',\n 'tools.ozone.team.defs#roleModerator',\n 'tools.ozone.team.defs#roleVerifier',\n 'tools.ozone.team.defs#roleTriage',\n ],\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'ref',\n ref: 'lex:tools.ozone.team.defs#member',\n },\n },\n errors: [\n {\n name: 'MemberAlreadyExists',\n description: 'Member already exists in the team.',\n },\n ],\n },\n },\n },\n ToolsOzoneTeamDefs: {\n lexicon: 1,\n id: 'tools.ozone.team.defs',\n defs: {\n member: {\n type: 'object',\n required: ['did', 'role'],\n properties: {\n did: {\n type: 'string',\n format: 'did',\n },\n disabled: {\n type: 'boolean',\n },\n profile: {\n type: 'ref',\n ref: 'lex:app.bsky.actor.defs#profileViewDetailed',\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n },\n updatedAt: {\n type: 'string',\n format: 'datetime',\n },\n lastUpdatedBy: {\n type: 'string',\n },\n role: {\n type: 'string',\n knownValues: [\n 'tools.ozone.team.defs#roleAdmin',\n 'tools.ozone.team.defs#roleModerator',\n 'tools.ozone.team.defs#roleTriage',\n 'tools.ozone.team.defs#roleVerifier',\n ],\n },\n },\n },\n roleAdmin: {\n type: 'token',\n description:\n 'Admin role. Highest level of access, can perform all actions.',\n },\n roleModerator: {\n type: 'token',\n description: 'Moderator role. Can perform most actions.',\n },\n roleTriage: {\n type: 'token',\n description:\n 'Triage role. Mostly intended for monitoring and escalating issues.',\n },\n roleVerifier: {\n type: 'token',\n description: 'Verifier role. Only allowed to issue verifications.',\n },\n },\n },\n ToolsOzoneTeamDeleteMember: {\n lexicon: 1,\n id: 'tools.ozone.team.deleteMember',\n defs: {\n main: {\n type: 'procedure',\n description: 'Delete a member from ozone team. Requires admin role.',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['did'],\n properties: {\n did: {\n type: 'string',\n format: 'did',\n },\n },\n },\n },\n errors: [\n {\n name: 'MemberNotFound',\n description: 'The member being deleted does not exist',\n },\n {\n name: 'CannotDeleteSelf',\n description: 'You can not delete yourself from the team',\n },\n ],\n },\n },\n },\n ToolsOzoneTeamListMembers: {\n lexicon: 1,\n id: 'tools.ozone.team.listMembers',\n defs: {\n main: {\n type: 'query',\n description: 'List all members with access to the ozone service.',\n parameters: {\n type: 'params',\n properties: {\n q: {\n type: 'string',\n },\n disabled: {\n type: 'boolean',\n },\n roles: {\n type: 'array',\n items: {\n type: 'string',\n },\n },\n limit: {\n type: 'integer',\n minimum: 1,\n maximum: 100,\n default: 50,\n },\n cursor: {\n type: 'string',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['members'],\n properties: {\n cursor: {\n type: 'string',\n },\n members: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:tools.ozone.team.defs#member',\n },\n },\n },\n },\n },\n },\n },\n },\n ToolsOzoneTeamUpdateMember: {\n lexicon: 1,\n id: 'tools.ozone.team.updateMember',\n defs: {\n main: {\n type: 'procedure',\n description:\n 'Update a member in the ozone service. Requires admin role.',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['did'],\n properties: {\n did: {\n type: 'string',\n format: 'did',\n },\n disabled: {\n type: 'boolean',\n },\n role: {\n type: 'string',\n knownValues: [\n 'tools.ozone.team.defs#roleAdmin',\n 'tools.ozone.team.defs#roleModerator',\n 'tools.ozone.team.defs#roleVerifier',\n 'tools.ozone.team.defs#roleTriage',\n ],\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'ref',\n ref: 'lex:tools.ozone.team.defs#member',\n },\n },\n errors: [\n {\n name: 'MemberNotFound',\n description: 'The member being updated does not exist in the team',\n },\n ],\n },\n },\n },\n ToolsOzoneVerificationDefs: {\n lexicon: 1,\n id: 'tools.ozone.verification.defs',\n defs: {\n verificationView: {\n type: 'object',\n description: 'Verification data for the associated subject.',\n required: [\n 'issuer',\n 'uri',\n 'subject',\n 'handle',\n 'displayName',\n 'createdAt',\n ],\n properties: {\n issuer: {\n type: 'string',\n description: 'The user who issued this verification.',\n format: 'did',\n },\n uri: {\n type: 'string',\n description: 'The AT-URI of the verification record.',\n format: 'at-uri',\n },\n subject: {\n type: 'string',\n format: 'did',\n description: 'The subject of the verification.',\n },\n handle: {\n type: 'string',\n description:\n 'Handle of the subject the verification applies to at the moment of verifying, which might not be the same at the time of viewing. The verification is only valid if the current handle matches the one at the time of verifying.',\n format: 'handle',\n },\n displayName: {\n type: 'string',\n description:\n 'Display name of the subject the verification applies to at the moment of verifying, which might not be the same at the time of viewing. The verification is only valid if the current displayName matches the one at the time of verifying.',\n },\n createdAt: {\n type: 'string',\n description: 'Timestamp when the verification was created.',\n format: 'datetime',\n },\n revokeReason: {\n type: 'string',\n description:\n 'Describes the reason for revocation, also indicating that the verification is no longer valid.',\n },\n revokedAt: {\n type: 'string',\n description: 'Timestamp when the verification was revoked.',\n format: 'datetime',\n },\n revokedBy: {\n type: 'string',\n description: 'The user who revoked this verification.',\n format: 'did',\n },\n subjectProfile: {\n type: 'union',\n refs: [],\n },\n issuerProfile: {\n type: 'union',\n refs: [],\n },\n subjectRepo: {\n type: 'union',\n refs: [\n 'lex:tools.ozone.moderation.defs#repoViewDetail',\n 'lex:tools.ozone.moderation.defs#repoViewNotFound',\n ],\n },\n issuerRepo: {\n type: 'union',\n refs: [\n 'lex:tools.ozone.moderation.defs#repoViewDetail',\n 'lex:tools.ozone.moderation.defs#repoViewNotFound',\n ],\n },\n },\n },\n },\n },\n ToolsOzoneVerificationGrantVerifications: {\n lexicon: 1,\n id: 'tools.ozone.verification.grantVerifications',\n defs: {\n main: {\n type: 'procedure',\n description:\n 'Grant verifications to multiple subjects. Allows batch processing of up to 100 verifications at once.',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['verifications'],\n properties: {\n verifications: {\n type: 'array',\n description: 'Array of verification requests to process',\n maxLength: 100,\n items: {\n type: 'ref',\n ref: 'lex:tools.ozone.verification.grantVerifications#verificationInput',\n },\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['verifications', 'failedVerifications'],\n properties: {\n verifications: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:tools.ozone.verification.defs#verificationView',\n },\n },\n failedVerifications: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:tools.ozone.verification.grantVerifications#grantError',\n },\n },\n },\n },\n },\n },\n verificationInput: {\n type: 'object',\n required: ['subject', 'handle', 'displayName'],\n properties: {\n subject: {\n type: 'string',\n description: 'The did of the subject being verified',\n format: 'did',\n },\n handle: {\n type: 'string',\n description:\n 'Handle of the subject the verification applies to at the moment of verifying.',\n format: 'handle',\n },\n displayName: {\n type: 'string',\n description:\n 'Display name of the subject the verification applies to at the moment of verifying.',\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n description:\n 'Timestamp for verification record. Defaults to current time when not specified.',\n },\n },\n },\n grantError: {\n type: 'object',\n description: 'Error object for failed verifications.',\n required: ['error', 'subject'],\n properties: {\n error: {\n type: 'string',\n description: 'Error message describing the reason for failure.',\n },\n subject: {\n type: 'string',\n description: 'The did of the subject being verified',\n format: 'did',\n },\n },\n },\n },\n },\n ToolsOzoneVerificationListVerifications: {\n lexicon: 1,\n id: 'tools.ozone.verification.listVerifications',\n defs: {\n main: {\n type: 'query',\n description: 'List verifications',\n parameters: {\n type: 'params',\n properties: {\n cursor: {\n type: 'string',\n description: 'Pagination cursor',\n },\n limit: {\n type: 'integer',\n description: 'Maximum number of results to return',\n minimum: 1,\n maximum: 100,\n default: 50,\n },\n createdAfter: {\n type: 'string',\n format: 'datetime',\n description:\n 'Filter to verifications created after this timestamp',\n },\n createdBefore: {\n type: 'string',\n format: 'datetime',\n description:\n 'Filter to verifications created before this timestamp',\n },\n issuers: {\n type: 'array',\n maxLength: 100,\n description: 'Filter to verifications from specific issuers',\n items: {\n type: 'string',\n format: 'did',\n },\n },\n subjects: {\n type: 'array',\n description: 'Filter to specific verified DIDs',\n maxLength: 100,\n items: {\n type: 'string',\n format: 'did',\n },\n },\n sortDirection: {\n type: 'string',\n description: 'Sort direction for creation date',\n enum: ['asc', 'desc'],\n default: 'desc',\n },\n isRevoked: {\n type: 'boolean',\n description:\n 'Filter to verifications that are revoked or not. By default, includes both.',\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['verifications'],\n properties: {\n cursor: {\n type: 'string',\n },\n verifications: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:tools.ozone.verification.defs#verificationView',\n },\n },\n },\n },\n },\n },\n },\n },\n ToolsOzoneVerificationRevokeVerifications: {\n lexicon: 1,\n id: 'tools.ozone.verification.revokeVerifications',\n defs: {\n main: {\n type: 'procedure',\n description:\n 'Revoke previously granted verifications in batches of up to 100.',\n input: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['uris'],\n properties: {\n uris: {\n type: 'array',\n description: 'Array of verification record uris to revoke',\n maxLength: 100,\n items: {\n type: 'string',\n description:\n 'The AT-URI of the verification record to revoke.',\n format: 'at-uri',\n },\n },\n revokeReason: {\n type: 'string',\n description:\n 'Reason for revoking the verification. This is optional and can be omitted if not needed.',\n maxLength: 1000,\n },\n },\n },\n },\n output: {\n encoding: 'application/json',\n schema: {\n type: 'object',\n required: ['revokedVerifications', 'failedRevocations'],\n properties: {\n revokedVerifications: {\n type: 'array',\n description: 'List of verification uris successfully revoked',\n items: {\n type: 'string',\n format: 'at-uri',\n },\n },\n failedRevocations: {\n type: 'array',\n description:\n \"List of verification uris that couldn't be revoked, including failure reasons\",\n items: {\n type: 'ref',\n ref: 'lex:tools.ozone.verification.revokeVerifications#revokeError',\n },\n },\n },\n },\n },\n },\n revokeError: {\n type: 'object',\n description: 'Error object for failed revocations',\n required: ['uri', 'error'],\n properties: {\n uri: {\n type: 'string',\n description:\n 'The AT-URI of the verification record that failed to revoke.',\n format: 'at-uri',\n },\n error: {\n type: 'string',\n description:\n 'Description of the error that occurred during revocation.',\n },\n },\n },\n },\n },\n} as const satisfies Record<string, LexiconDoc>\nexport const schemas = Object.values(schemaDict) satisfies LexiconDoc[]\nexport const lexicons: Lexicons = new Lexicons(schemas)\n\nexport function validate<T extends { $type: string }>(\n v: unknown,\n id: string,\n hash: string,\n requiredType: true,\n): ValidationResult<T>\nexport function validate<T extends { $type?: string }>(\n v: unknown,\n id: string,\n hash: string,\n requiredType?: false,\n): ValidationResult<T>\nexport function validate(\n v: unknown,\n id: string,\n hash: string,\n requiredType?: boolean,\n): ValidationResult {\n return (requiredType ? is$typed : maybe$typed)(v, id, hash)\n ? lexicons.validate(`${id}#${hash}`, v)\n : {\n success: false,\n error: new ValidationError(\n `Must be an object with \"${hash === 'main' ? id : `${id}#${hash}`}\" $type property`,\n ),\n }\n}\n\nexport const ids = {\n AppBskyActorDefs: 'app.bsky.actor.defs',\n AppBskyActorGetPreferences: 'app.bsky.actor.getPreferences',\n AppBskyActorGetProfile: 'app.bsky.actor.getProfile',\n AppBskyActorGetProfiles: 'app.bsky.actor.getProfiles',\n AppBskyActorGetSuggestions: 'app.bsky.actor.getSuggestions',\n AppBskyActorProfile: 'app.bsky.actor.profile',\n AppBskyActorPutPreferences: 'app.bsky.actor.putPreferences',\n AppBskyActorSearchActors: 'app.bsky.actor.searchActors',\n AppBskyActorSearchActorsTypeahead: 'app.bsky.actor.searchActorsTypeahead',\n AppBskyActorStatus: 'app.bsky.actor.status',\n AppBskyAgeassuranceBegin: 'app.bsky.ageassurance.begin',\n AppBskyAgeassuranceDefs: 'app.bsky.ageassurance.defs',\n AppBskyAgeassuranceGetConfig: 'app.bsky.ageassurance.getConfig',\n AppBskyAgeassuranceGetState: 'app.bsky.ageassurance.getState',\n AppBskyBookmarkCreateBookmark: 'app.bsky.bookmark.createBookmark',\n AppBskyBookmarkDefs: 'app.bsky.bookmark.defs',\n AppBskyBookmarkDeleteBookmark: 'app.bsky.bookmark.deleteBookmark',\n AppBskyBookmarkGetBookmarks: 'app.bsky.bookmark.getBookmarks',\n AppBskyContactDefs: 'app.bsky.contact.defs',\n AppBskyContactDismissMatch: 'app.bsky.contact.dismissMatch',\n AppBskyContactGetMatches: 'app.bsky.contact.getMatches',\n AppBskyContactGetSyncStatus: 'app.bsky.contact.getSyncStatus',\n AppBskyContactImportContacts: 'app.bsky.contact.importContacts',\n AppBskyContactRemoveData: 'app.bsky.contact.removeData',\n AppBskyContactSendNotification: 'app.bsky.contact.sendNotification',\n AppBskyContactStartPhoneVerification:\n 'app.bsky.contact.startPhoneVerification',\n AppBskyContactVerifyPhone: 'app.bsky.contact.verifyPhone',\n AppBskyDraftCreateDraft: 'app.bsky.draft.createDraft',\n AppBskyDraftDefs: 'app.bsky.draft.defs',\n AppBskyDraftDeleteDraft: 'app.bsky.draft.deleteDraft',\n AppBskyDraftGetDrafts: 'app.bsky.draft.getDrafts',\n AppBskyDraftUpdateDraft: 'app.bsky.draft.updateDraft',\n AppBskyEmbedDefs: 'app.bsky.embed.defs',\n AppBskyEmbedExternal: 'app.bsky.embed.external',\n AppBskyEmbedGallery: 'app.bsky.embed.gallery',\n AppBskyEmbedGetEmbedExternalView: 'app.bsky.embed.getEmbedExternalView',\n AppBskyEmbedImages: 'app.bsky.embed.images',\n AppBskyEmbedRecord: 'app.bsky.embed.record',\n AppBskyEmbedRecordWithMedia: 'app.bsky.embed.recordWithMedia',\n AppBskyEmbedVideo: 'app.bsky.embed.video',\n AppBskyFeedDefs: 'app.bsky.feed.defs',\n AppBskyFeedDescribeFeedGenerator: 'app.bsky.feed.describeFeedGenerator',\n AppBskyFeedGenerator: 'app.bsky.feed.generator',\n AppBskyFeedGetActorFeeds: 'app.bsky.feed.getActorFeeds',\n AppBskyFeedGetActorLikes: 'app.bsky.feed.getActorLikes',\n AppBskyFeedGetAuthorFeed: 'app.bsky.feed.getAuthorFeed',\n AppBskyFeedGetFeed: 'app.bsky.feed.getFeed',\n AppBskyFeedGetFeedGenerator: 'app.bsky.feed.getFeedGenerator',\n AppBskyFeedGetFeedGenerators: 'app.bsky.feed.getFeedGenerators',\n AppBskyFeedGetFeedSkeleton: 'app.bsky.feed.getFeedSkeleton',\n AppBskyFeedGetLikes: 'app.bsky.feed.getLikes',\n AppBskyFeedGetListFeed: 'app.bsky.feed.getListFeed',\n AppBskyFeedGetPostThread: 'app.bsky.feed.getPostThread',\n AppBskyFeedGetPosts: 'app.bsky.feed.getPosts',\n AppBskyFeedGetQuotes: 'app.bsky.feed.getQuotes',\n AppBskyFeedGetRepostedBy: 'app.bsky.feed.getRepostedBy',\n AppBskyFeedGetSuggestedFeeds: 'app.bsky.feed.getSuggestedFeeds',\n AppBskyFeedGetTimeline: 'app.bsky.feed.getTimeline',\n AppBskyFeedLike: 'app.bsky.feed.like',\n AppBskyFeedPost: 'app.bsky.feed.post',\n AppBskyFeedPostgate: 'app.bsky.feed.postgate',\n AppBskyFeedRepost: 'app.bsky.feed.repost',\n AppBskyFeedSearchPosts: 'app.bsky.feed.searchPosts',\n AppBskyFeedSearchPostsV2: 'app.bsky.feed.searchPostsV2',\n AppBskyFeedSendInteractions: 'app.bsky.feed.sendInteractions',\n AppBskyFeedThreadgate: 'app.bsky.feed.threadgate',\n AppBskyGraphBlock: 'app.bsky.graph.block',\n AppBskyGraphDefs: 'app.bsky.graph.defs',\n AppBskyGraphFollow: 'app.bsky.graph.follow',\n AppBskyGraphGetActorStarterPacks: 'app.bsky.graph.getActorStarterPacks',\n AppBskyGraphGetBlocks: 'app.bsky.graph.getBlocks',\n AppBskyGraphGetFollowers: 'app.bsky.graph.getFollowers',\n AppBskyGraphGetFollows: 'app.bsky.graph.getFollows',\n AppBskyGraphGetKnownFollowers: 'app.bsky.graph.getKnownFollowers',\n AppBskyGraphGetList: 'app.bsky.graph.getList',\n AppBskyGraphGetListBlocks: 'app.bsky.graph.getListBlocks',\n AppBskyGraphGetListMutes: 'app.bsky.graph.getListMutes',\n AppBskyGraphGetLists: 'app.bsky.graph.getLists',\n AppBskyGraphGetListsWithMembership: 'app.bsky.graph.getListsWithMembership',\n AppBskyGraphGetMutes: 'app.bsky.graph.getMutes',\n AppBskyGraphGetRelationships: 'app.bsky.graph.getRelationships',\n AppBskyGraphGetStarterPack: 'app.bsky.graph.getStarterPack',\n AppBskyGraphGetStarterPacks: 'app.bsky.graph.getStarterPacks',\n AppBskyGraphGetStarterPacksWithMembership:\n 'app.bsky.graph.getStarterPacksWithMembership',\n AppBskyGraphGetSuggestedFollowsByActor:\n 'app.bsky.graph.getSuggestedFollowsByActor',\n AppBskyGraphList: 'app.bsky.graph.list',\n AppBskyGraphListblock: 'app.bsky.graph.listblock',\n AppBskyGraphListitem: 'app.bsky.graph.listitem',\n AppBskyGraphMuteActor: 'app.bsky.graph.muteActor',\n AppBskyGraphMuteActorList: 'app.bsky.graph.muteActorList',\n AppBskyGraphMuteThread: 'app.bsky.graph.muteThread',\n AppBskyGraphSearchStarterPacks: 'app.bsky.graph.searchStarterPacks',\n AppBskyGraphSearchStarterPacksV2: 'app.bsky.graph.searchStarterPacksV2',\n AppBskyGraphStarterpack: 'app.bsky.graph.starterpack',\n AppBskyGraphUnmuteActor: 'app.bsky.graph.unmuteActor',\n AppBskyGraphUnmuteActorList: 'app.bsky.graph.unmuteActorList',\n AppBskyGraphUnmuteThread: 'app.bsky.graph.unmuteThread',\n AppBskyGraphVerification: 'app.bsky.graph.verification',\n AppBskyLabelerDefs: 'app.bsky.labeler.defs',\n AppBskyLabelerGetServices: 'app.bsky.labeler.getServices',\n AppBskyLabelerService: 'app.bsky.labeler.service',\n AppBskyNotificationDeclaration: 'app.bsky.notification.declaration',\n AppBskyNotificationDefs: 'app.bsky.notification.defs',\n AppBskyNotificationGetPreferences: 'app.bsky.notification.getPreferences',\n AppBskyNotificationGetUnreadCount: 'app.bsky.notification.getUnreadCount',\n AppBskyNotificationListActivitySubscriptions:\n 'app.bsky.notification.listActivitySubscriptions',\n AppBskyNotificationListNotifications:\n 'app.bsky.notification.listNotifications',\n AppBskyNotificationPutActivitySubscription:\n 'app.bsky.notification.putActivitySubscription',\n AppBskyNotificationPutPreferences: 'app.bsky.notification.putPreferences',\n AppBskyNotificationPutPreferencesV2: 'app.bsky.notification.putPreferencesV2',\n AppBskyNotificationRegisterPush: 'app.bsky.notification.registerPush',\n AppBskyNotificationUnregisterPush: 'app.bsky.notification.unregisterPush',\n AppBskyNotificationUpdateSeen: 'app.bsky.notification.updateSeen',\n AppBskyRichtextFacet: 'app.bsky.richtext.facet',\n AppBskyUnspeccedDefs: 'app.bsky.unspecced.defs',\n AppBskyUnspeccedGetAgeAssuranceState:\n 'app.bsky.unspecced.getAgeAssuranceState',\n AppBskyUnspeccedGetConfig: 'app.bsky.unspecced.getConfig',\n AppBskyUnspeccedGetOnboardingSuggestedStarterPacks:\n 'app.bsky.unspecced.getOnboardingSuggestedStarterPacks',\n AppBskyUnspeccedGetOnboardingSuggestedStarterPacksSkeleton:\n 'app.bsky.unspecced.getOnboardingSuggestedStarterPacksSkeleton',\n AppBskyUnspeccedGetOnboardingSuggestedUsersSkeleton:\n 'app.bsky.unspecced.getOnboardingSuggestedUsersSkeleton',\n AppBskyUnspeccedGetPopularFeedGenerators:\n 'app.bsky.unspecced.getPopularFeedGenerators',\n AppBskyUnspeccedGetPostThreadOtherV2:\n 'app.bsky.unspecced.getPostThreadOtherV2',\n AppBskyUnspeccedGetPostThreadV2: 'app.bsky.unspecced.getPostThreadV2',\n AppBskyUnspeccedGetSuggestedFeeds: 'app.bsky.unspecced.getSuggestedFeeds',\n AppBskyUnspeccedGetSuggestedFeedsSkeleton:\n 'app.bsky.unspecced.getSuggestedFeedsSkeleton',\n AppBskyUnspeccedGetSuggestedOnboardingUsers:\n 'app.bsky.unspecced.getSuggestedOnboardingUsers',\n AppBskyUnspeccedGetSuggestedStarterPacks:\n 'app.bsky.unspecced.getSuggestedStarterPacks',\n AppBskyUnspeccedGetSuggestedStarterPacksSkeleton:\n 'app.bsky.unspecced.getSuggestedStarterPacksSkeleton',\n AppBskyUnspeccedGetSuggestedUsers: 'app.bsky.unspecced.getSuggestedUsers',\n AppBskyUnspeccedGetSuggestedUsersForDiscover:\n 'app.bsky.unspecced.getSuggestedUsersForDiscover',\n AppBskyUnspeccedGetSuggestedUsersForDiscoverSkeleton:\n 'app.bsky.unspecced.getSuggestedUsersForDiscoverSkeleton',\n AppBskyUnspeccedGetSuggestedUsersForExplore:\n 'app.bsky.unspecced.getSuggestedUsersForExplore',\n AppBskyUnspeccedGetSuggestedUsersForExploreSkeleton:\n 'app.bsky.unspecced.getSuggestedUsersForExploreSkeleton',\n AppBskyUnspeccedGetSuggestedUsersForSeeMore:\n 'app.bsky.unspecced.getSuggestedUsersForSeeMore',\n AppBskyUnspeccedGetSuggestedUsersForSeeMoreSkeleton:\n 'app.bsky.unspecced.getSuggestedUsersForSeeMoreSkeleton',\n AppBskyUnspeccedGetSuggestedUsersSkeleton:\n 'app.bsky.unspecced.getSuggestedUsersSkeleton',\n AppBskyUnspeccedGetSuggestionsSkeleton:\n 'app.bsky.unspecced.getSuggestionsSkeleton',\n AppBskyUnspeccedGetTaggedSuggestions:\n 'app.bsky.unspecced.getTaggedSuggestions',\n AppBskyUnspeccedGetTrendingTopics: 'app.bsky.unspecced.getTrendingTopics',\n AppBskyUnspeccedGetTrends: 'app.bsky.unspecced.getTrends',\n AppBskyUnspeccedGetTrendsSkeleton: 'app.bsky.unspecced.getTrendsSkeleton',\n AppBskyUnspeccedInitAgeAssurance: 'app.bsky.unspecced.initAgeAssurance',\n AppBskyUnspeccedSearchActorsSkeleton:\n 'app.bsky.unspecced.searchActorsSkeleton',\n AppBskyUnspeccedSearchPostsSkeleton: 'app.bsky.unspecced.searchPostsSkeleton',\n AppBskyUnspeccedSearchStarterPacksSkeleton:\n 'app.bsky.unspecced.searchStarterPacksSkeleton',\n AppBskyVideoDefs: 'app.bsky.video.defs',\n AppBskyVideoGetJobStatus: 'app.bsky.video.getJobStatus',\n AppBskyVideoGetUploadLimits: 'app.bsky.video.getUploadLimits',\n AppBskyVideoUploadVideo: 'app.bsky.video.uploadVideo',\n ChatBskyActorDeclaration: 'chat.bsky.actor.declaration',\n ChatBskyActorDefs: 'chat.bsky.actor.defs',\n ChatBskyActorDeleteAccount: 'chat.bsky.actor.deleteAccount',\n ChatBskyActorExportAccountData: 'chat.bsky.actor.exportAccountData',\n ChatBskyActorGetStatus: 'chat.bsky.actor.getStatus',\n ChatBskyConvoAcceptConvo: 'chat.bsky.convo.acceptConvo',\n ChatBskyConvoAddReaction: 'chat.bsky.convo.addReaction',\n ChatBskyConvoDefs: 'chat.bsky.convo.defs',\n ChatBskyConvoDeleteMessageForSelf: 'chat.bsky.convo.deleteMessageForSelf',\n ChatBskyConvoGetConvo: 'chat.bsky.convo.getConvo',\n ChatBskyConvoGetConvoAvailability: 'chat.bsky.convo.getConvoAvailability',\n ChatBskyConvoGetConvoForMembers: 'chat.bsky.convo.getConvoForMembers',\n ChatBskyConvoGetConvoMembers: 'chat.bsky.convo.getConvoMembers',\n ChatBskyConvoGetLog: 'chat.bsky.convo.getLog',\n ChatBskyConvoGetMessages: 'chat.bsky.convo.getMessages',\n ChatBskyConvoGetUnreadCounts: 'chat.bsky.convo.getUnreadCounts',\n ChatBskyConvoLeaveConvo: 'chat.bsky.convo.leaveConvo',\n ChatBskyConvoListConvoRequests: 'chat.bsky.convo.listConvoRequests',\n ChatBskyConvoListConvos: 'chat.bsky.convo.listConvos',\n ChatBskyConvoLockConvo: 'chat.bsky.convo.lockConvo',\n ChatBskyConvoMuteConvo: 'chat.bsky.convo.muteConvo',\n ChatBskyConvoRemoveReaction: 'chat.bsky.convo.removeReaction',\n ChatBskyConvoSendMessage: 'chat.bsky.convo.sendMessage',\n ChatBskyConvoSendMessageBatch: 'chat.bsky.convo.sendMessageBatch',\n ChatBskyConvoUnlockConvo: 'chat.bsky.convo.unlockConvo',\n ChatBskyConvoUnmuteConvo: 'chat.bsky.convo.unmuteConvo',\n ChatBskyConvoUpdateAllRead: 'chat.bsky.convo.updateAllRead',\n ChatBskyConvoUpdateRead: 'chat.bsky.convo.updateRead',\n ChatBskyEmbedJoinLink: 'chat.bsky.embed.joinLink',\n ChatBskyGroupAddMembers: 'chat.bsky.group.addMembers',\n ChatBskyGroupApproveJoinRequest: 'chat.bsky.group.approveJoinRequest',\n ChatBskyGroupCreateGroup: 'chat.bsky.group.createGroup',\n ChatBskyGroupCreateJoinLink: 'chat.bsky.group.createJoinLink',\n ChatBskyGroupDefs: 'chat.bsky.group.defs',\n ChatBskyGroupDisableJoinLink: 'chat.bsky.group.disableJoinLink',\n ChatBskyGroupEditGroup: 'chat.bsky.group.editGroup',\n ChatBskyGroupEditJoinLink: 'chat.bsky.group.editJoinLink',\n ChatBskyGroupEnableJoinLink: 'chat.bsky.group.enableJoinLink',\n ChatBskyGroupGetJoinLinkPreviews: 'chat.bsky.group.getJoinLinkPreviews',\n ChatBskyGroupListJoinRequests: 'chat.bsky.group.listJoinRequests',\n ChatBskyGroupListMutualGroups: 'chat.bsky.group.listMutualGroups',\n ChatBskyGroupRejectJoinRequest: 'chat.bsky.group.rejectJoinRequest',\n ChatBskyGroupRemoveMembers: 'chat.bsky.group.removeMembers',\n ChatBskyGroupRequestJoin: 'chat.bsky.group.requestJoin',\n ChatBskyGroupUpdateJoinRequestsRead: 'chat.bsky.group.updateJoinRequestsRead',\n ChatBskyGroupWithdrawJoinRequest: 'chat.bsky.group.withdrawJoinRequest',\n ChatBskyModerationDefs: 'chat.bsky.moderation.defs',\n ChatBskyModerationGetActorMetadata: 'chat.bsky.moderation.getActorMetadata',\n ChatBskyModerationGetConvo: 'chat.bsky.moderation.getConvo',\n ChatBskyModerationGetConvoMembers: 'chat.bsky.moderation.getConvoMembers',\n ChatBskyModerationGetConvos: 'chat.bsky.moderation.getConvos',\n ChatBskyModerationGetMessageContext: 'chat.bsky.moderation.getMessageContext',\n ChatBskyModerationSubscribeModEvents:\n 'chat.bsky.moderation.subscribeModEvents',\n ChatBskyModerationUpdateActorAccess: 'chat.bsky.moderation.updateActorAccess',\n ChatBskyNotificationDefs: 'chat.bsky.notification.defs',\n ChatBskyNotificationGetPreferences: 'chat.bsky.notification.getPreferences',\n ChatBskyNotificationPutPreferences: 'chat.bsky.notification.putPreferences',\n ComAtprotoAdminDefs: 'com.atproto.admin.defs',\n ComAtprotoAdminDeleteAccount: 'com.atproto.admin.deleteAccount',\n ComAtprotoAdminDisableAccountInvites:\n 'com.atproto.admin.disableAccountInvites',\n ComAtprotoAdminDisableInviteCodes: 'com.atproto.admin.disableInviteCodes',\n ComAtprotoAdminEnableAccountInvites: 'com.atproto.admin.enableAccountInvites',\n ComAtprotoAdminGetAccountInfo: 'com.atproto.admin.getAccountInfo',\n ComAtprotoAdminGetAccountInfos: 'com.atproto.admin.getAccountInfos',\n ComAtprotoAdminGetInviteCodes: 'com.atproto.admin.getInviteCodes',\n ComAtprotoAdminGetSubjectStatus: 'com.atproto.admin.getSubjectStatus',\n ComAtprotoAdminSearchAccounts: 'com.atproto.admin.searchAccounts',\n ComAtprotoAdminSendEmail: 'com.atproto.admin.sendEmail',\n ComAtprotoAdminUpdateAccountEmail: 'com.atproto.admin.updateAccountEmail',\n ComAtprotoAdminUpdateAccountHandle: 'com.atproto.admin.updateAccountHandle',\n ComAtprotoAdminUpdateAccountPassword:\n 'com.atproto.admin.updateAccountPassword',\n ComAtprotoAdminUpdateAccountSigningKey:\n 'com.atproto.admin.updateAccountSigningKey',\n ComAtprotoAdminUpdateSubjectStatus: 'com.atproto.admin.updateSubjectStatus',\n ComAtprotoIdentityDefs: 'com.atproto.identity.defs',\n ComAtprotoIdentityGetRecommendedDidCredentials:\n 'com.atproto.identity.getRecommendedDidCredentials',\n ComAtprotoIdentityRefreshIdentity: 'com.atproto.identity.refreshIdentity',\n ComAtprotoIdentityRequestPlcOperationSignature:\n 'com.atproto.identity.requestPlcOperationSignature',\n ComAtprotoIdentityResolveDid: 'com.atproto.identity.resolveDid',\n ComAtprotoIdentityResolveHandle: 'com.atproto.identity.resolveHandle',\n ComAtprotoIdentityResolveIdentity: 'com.atproto.identity.resolveIdentity',\n ComAtprotoIdentitySignPlcOperation: 'com.atproto.identity.signPlcOperation',\n ComAtprotoIdentitySubmitPlcOperation:\n 'com.atproto.identity.submitPlcOperation',\n ComAtprotoIdentityUpdateHandle: 'com.atproto.identity.updateHandle',\n ComAtprotoLabelDefs: 'com.atproto.label.defs',\n ComAtprotoLabelQueryLabels: 'com.atproto.label.queryLabels',\n ComAtprotoLabelSubscribeLabels: 'com.atproto.label.subscribeLabels',\n ComAtprotoLexiconResolveLexicon: 'com.atproto.lexicon.resolveLexicon',\n ComAtprotoLexiconSchema: 'com.atproto.lexicon.schema',\n ComAtprotoModerationCreateReport: 'com.atproto.moderation.createReport',\n ComAtprotoModerationDefs: 'com.atproto.moderation.defs',\n ComAtprotoRepoApplyWrites: 'com.atproto.repo.applyWrites',\n ComAtprotoRepoCreateRecord: 'com.atproto.repo.createRecord',\n ComAtprotoRepoDefs: 'com.atproto.repo.defs',\n ComAtprotoRepoDeleteRecord: 'com.atproto.repo.deleteRecord',\n ComAtprotoRepoDescribeRepo: 'com.atproto.repo.describeRepo',\n ComAtprotoRepoGetRecord: 'com.atproto.repo.getRecord',\n ComAtprotoRepoImportRepo: 'com.atproto.repo.importRepo',\n ComAtprotoRepoListMissingBlobs: 'com.atproto.repo.listMissingBlobs',\n ComAtprotoRepoListRecords: 'com.atproto.repo.listRecords',\n ComAtprotoRepoPutRecord: 'com.atproto.repo.putRecord',\n ComAtprotoRepoStrongRef: 'com.atproto.repo.strongRef',\n ComAtprotoRepoUploadBlob: 'com.atproto.repo.uploadBlob',\n ComAtprotoServerActivateAccount: 'com.atproto.server.activateAccount',\n ComAtprotoServerCheckAccountStatus: 'com.atproto.server.checkAccountStatus',\n ComAtprotoServerConfirmEmail: 'com.atproto.server.confirmEmail',\n ComAtprotoServerCreateAccount: 'com.atproto.server.createAccount',\n ComAtprotoServerCreateAppPassword: 'com.atproto.server.createAppPassword',\n ComAtprotoServerCreateInviteCode: 'com.atproto.server.createInviteCode',\n ComAtprotoServerCreateInviteCodes: 'com.atproto.server.createInviteCodes',\n ComAtprotoServerCreateSession: 'com.atproto.server.createSession',\n ComAtprotoServerDeactivateAccount: 'com.atproto.server.deactivateAccount',\n ComAtprotoServerDefs: 'com.atproto.server.defs',\n ComAtprotoServerDeleteAccount: 'com.atproto.server.deleteAccount',\n ComAtprotoServerDeleteSession: 'com.atproto.server.deleteSession',\n ComAtprotoServerDescribeServer: 'com.atproto.server.describeServer',\n ComAtprotoServerGetAccountInviteCodes:\n 'com.atproto.server.getAccountInviteCodes',\n ComAtprotoServerGetServiceAuth: 'com.atproto.server.getServiceAuth',\n ComAtprotoServerGetSession: 'com.atproto.server.getSession',\n ComAtprotoServerListAppPasswords: 'com.atproto.server.listAppPasswords',\n ComAtprotoServerRefreshSession: 'com.atproto.server.refreshSession',\n ComAtprotoServerRequestAccountDelete:\n 'com.atproto.server.requestAccountDelete',\n ComAtprotoServerRequestEmailConfirmation:\n 'com.atproto.server.requestEmailConfirmation',\n ComAtprotoServerRequestEmailUpdate: 'com.atproto.server.requestEmailUpdate',\n ComAtprotoServerRequestPasswordReset:\n 'com.atproto.server.requestPasswordReset',\n ComAtprotoServerReserveSigningKey: 'com.atproto.server.reserveSigningKey',\n ComAtprotoServerResetPassword: 'com.atproto.server.resetPassword',\n ComAtprotoServerRevokeAppPassword: 'com.atproto.server.revokeAppPassword',\n ComAtprotoServerUpdateEmail: 'com.atproto.server.updateEmail',\n ComAtprotoSimplespaceAddMember: 'com.atproto.simplespace.addMember',\n ComAtprotoSimplespaceCheckUserAccess:\n 'com.atproto.simplespace.checkUserAccess',\n ComAtprotoSimplespaceCreateSpace: 'com.atproto.simplespace.createSpace',\n ComAtprotoSimplespaceDefs: 'com.atproto.simplespace.defs',\n ComAtprotoSimplespaceDeleteSpace: 'com.atproto.simplespace.deleteSpace',\n ComAtprotoSimplespaceGetSpace: 'com.atproto.simplespace.getSpace',\n ComAtprotoSimplespaceListMembers: 'com.atproto.simplespace.listMembers',\n ComAtprotoSimplespaceRemoveMember: 'com.atproto.simplespace.removeMember',\n ComAtprotoSimplespaceUpdateSpace: 'com.atproto.simplespace.updateSpace',\n ComAtprotoSpaceApplyWrites: 'com.atproto.space.applyWrites',\n ComAtprotoSpaceCreateRecord: 'com.atproto.space.createRecord',\n ComAtprotoSpaceDefs: 'com.atproto.space.defs',\n ComAtprotoSpaceDeleteRecord: 'com.atproto.space.deleteRecord',\n ComAtprotoSpaceGetBlob: 'com.atproto.space.getBlob',\n ComAtprotoSpaceGetDelegationToken: 'com.atproto.space.getDelegationToken',\n ComAtprotoSpaceGetLatestCommit: 'com.atproto.space.getLatestCommit',\n ComAtprotoSpaceGetRecord: 'com.atproto.space.getRecord',\n ComAtprotoSpaceGetRepo: 'com.atproto.space.getRepo',\n ComAtprotoSpaceGetSpaceCredential: 'com.atproto.space.getSpaceCredential',\n ComAtprotoSpaceListBlobs: 'com.atproto.space.listBlobs',\n ComAtprotoSpaceListRecords: 'com.atproto.space.listRecords',\n ComAtprotoSpaceListRepoOps: 'com.atproto.space.listRepoOps',\n ComAtprotoSpaceListRepos: 'com.atproto.space.listRepos',\n ComAtprotoSpaceListSpaces: 'com.atproto.space.listSpaces',\n ComAtprotoSpaceNotifySpaceDeleted: 'com.atproto.space.notifySpaceDeleted',\n ComAtprotoSpaceNotifyWrite: 'com.atproto.space.notifyWrite',\n ComAtprotoSpacePutRecord: 'com.atproto.space.putRecord',\n ComAtprotoSpaceRegisterNotify: 'com.atproto.space.registerNotify',\n ComAtprotoSpaceUnregisterNotify: 'com.atproto.space.unregisterNotify',\n ComAtprotoSyncDefs: 'com.atproto.sync.defs',\n ComAtprotoSyncGetBlob: 'com.atproto.sync.getBlob',\n ComAtprotoSyncGetBlocks: 'com.atproto.sync.getBlocks',\n ComAtprotoSyncGetCheckout: 'com.atproto.sync.getCheckout',\n ComAtprotoSyncGetHead: 'com.atproto.sync.getHead',\n ComAtprotoSyncGetHostStatus: 'com.atproto.sync.getHostStatus',\n ComAtprotoSyncGetLatestCommit: 'com.atproto.sync.getLatestCommit',\n ComAtprotoSyncGetRecord: 'com.atproto.sync.getRecord',\n ComAtprotoSyncGetRepo: 'com.atproto.sync.getRepo',\n ComAtprotoSyncGetRepoStatus: 'com.atproto.sync.getRepoStatus',\n ComAtprotoSyncListBlobs: 'com.atproto.sync.listBlobs',\n ComAtprotoSyncListHosts: 'com.atproto.sync.listHosts',\n ComAtprotoSyncListRepos: 'com.atproto.sync.listRepos',\n ComAtprotoSyncListReposByCollection: 'com.atproto.sync.listReposByCollection',\n ComAtprotoSyncNotifyOfUpdate: 'com.atproto.sync.notifyOfUpdate',\n ComAtprotoSyncRequestCrawl: 'com.atproto.sync.requestCrawl',\n ComAtprotoSyncSubscribeRepos: 'com.atproto.sync.subscribeRepos',\n ComAtprotoTempAddReservedHandle: 'com.atproto.temp.addReservedHandle',\n ComAtprotoTempCheckHandleAvailability:\n 'com.atproto.temp.checkHandleAvailability',\n ComAtprotoTempCheckSignupQueue: 'com.atproto.temp.checkSignupQueue',\n ComAtprotoTempDereferenceScope: 'com.atproto.temp.dereferenceScope',\n ComAtprotoTempFetchLabels: 'com.atproto.temp.fetchLabels',\n ComAtprotoTempRequestPhoneVerification:\n 'com.atproto.temp.requestPhoneVerification',\n ComAtprotoTempRevokeAccountCredentials:\n 'com.atproto.temp.revokeAccountCredentials',\n ComGermnetworkDeclaration: 'com.germnetwork.declaration',\n ToolsOzoneCommunicationCreateTemplate:\n 'tools.ozone.communication.createTemplate',\n ToolsOzoneCommunicationDefs: 'tools.ozone.communication.defs',\n ToolsOzoneCommunicationDeleteTemplate:\n 'tools.ozone.communication.deleteTemplate',\n ToolsOzoneCommunicationListTemplates:\n 'tools.ozone.communication.listTemplates',\n ToolsOzoneCommunicationUpdateTemplate:\n 'tools.ozone.communication.updateTemplate',\n ToolsOzoneHostingGetAccountHistory: 'tools.ozone.hosting.getAccountHistory',\n ToolsOzoneModerationCancelScheduledActions:\n 'tools.ozone.moderation.cancelScheduledActions',\n ToolsOzoneModerationDefs: 'tools.ozone.moderation.defs',\n ToolsOzoneModerationEmitEvent: 'tools.ozone.moderation.emitEvent',\n ToolsOzoneModerationGetAccountTimeline:\n 'tools.ozone.moderation.getAccountTimeline',\n ToolsOzoneModerationGetEvent: 'tools.ozone.moderation.getEvent',\n ToolsOzoneModerationGetRecord: 'tools.ozone.moderation.getRecord',\n ToolsOzoneModerationGetRecords: 'tools.ozone.moderation.getRecords',\n ToolsOzoneModerationGetRepo: 'tools.ozone.moderation.getRepo',\n ToolsOzoneModerationGetReporterStats:\n 'tools.ozone.moderation.getReporterStats',\n ToolsOzoneModerationGetRepos: 'tools.ozone.moderation.getRepos',\n ToolsOzoneModerationGetSubjects: 'tools.ozone.moderation.getSubjects',\n ToolsOzoneModerationListScheduledActions:\n 'tools.ozone.moderation.listScheduledActions',\n ToolsOzoneModerationQueryEvents: 'tools.ozone.moderation.queryEvents',\n ToolsOzoneModerationQueryStatuses: 'tools.ozone.moderation.queryStatuses',\n ToolsOzoneModerationScheduleAction: 'tools.ozone.moderation.scheduleAction',\n ToolsOzoneModerationSearchRepos: 'tools.ozone.moderation.searchRepos',\n ToolsOzoneQueueAssignModerator: 'tools.ozone.queue.assignModerator',\n ToolsOzoneQueueCreateQueue: 'tools.ozone.queue.createQueue',\n ToolsOzoneQueueDefs: 'tools.ozone.queue.defs',\n ToolsOzoneQueueDeleteQueue: 'tools.ozone.queue.deleteQueue',\n ToolsOzoneQueueGetAssignments: 'tools.ozone.queue.getAssignments',\n ToolsOzoneQueueListQueues: 'tools.ozone.queue.listQueues',\n ToolsOzoneQueueRouteReports: 'tools.ozone.queue.routeReports',\n ToolsOzoneQueueUnassignModerator: 'tools.ozone.queue.unassignModerator',\n ToolsOzoneQueueUpdateQueue: 'tools.ozone.queue.updateQueue',\n ToolsOzoneReportAssignModerator: 'tools.ozone.report.assignModerator',\n ToolsOzoneReportCloseReports: 'tools.ozone.report.closeReports',\n ToolsOzoneReportCreateActivity: 'tools.ozone.report.createActivity',\n ToolsOzoneReportDefs: 'tools.ozone.report.defs',\n ToolsOzoneReportGetAssignments: 'tools.ozone.report.getAssignments',\n ToolsOzoneReportGetHistoricalStats: 'tools.ozone.report.getHistoricalStats',\n ToolsOzoneReportGetLatestReport: 'tools.ozone.report.getLatestReport',\n ToolsOzoneReportGetLiveStats: 'tools.ozone.report.getLiveStats',\n ToolsOzoneReportGetReport: 'tools.ozone.report.getReport',\n ToolsOzoneReportListActivities: 'tools.ozone.report.listActivities',\n ToolsOzoneReportQueryActivities: 'tools.ozone.report.queryActivities',\n ToolsOzoneReportQueryReports: 'tools.ozone.report.queryReports',\n ToolsOzoneReportReassignQueue: 'tools.ozone.report.reassignQueue',\n ToolsOzoneReportRefreshStats: 'tools.ozone.report.refreshStats',\n ToolsOzoneReportUnassignModerator: 'tools.ozone.report.unassignModerator',\n ToolsOzoneSafelinkAddRule: 'tools.ozone.safelink.addRule',\n ToolsOzoneSafelinkDefs: 'tools.ozone.safelink.defs',\n ToolsOzoneSafelinkQueryEvents: 'tools.ozone.safelink.queryEvents',\n ToolsOzoneSafelinkQueryRules: 'tools.ozone.safelink.queryRules',\n ToolsOzoneSafelinkRemoveRule: 'tools.ozone.safelink.removeRule',\n ToolsOzoneSafelinkUpdateRule: 'tools.ozone.safelink.updateRule',\n ToolsOzoneServerGetConfig: 'tools.ozone.server.getConfig',\n ToolsOzoneSetAddValues: 'tools.ozone.set.addValues',\n ToolsOzoneSetDefs: 'tools.ozone.set.defs',\n ToolsOzoneSetDeleteSet: 'tools.ozone.set.deleteSet',\n ToolsOzoneSetDeleteValues: 'tools.ozone.set.deleteValues',\n ToolsOzoneSetGetValues: 'tools.ozone.set.getValues',\n ToolsOzoneSetQuerySets: 'tools.ozone.set.querySets',\n ToolsOzoneSetUpsertSet: 'tools.ozone.set.upsertSet',\n ToolsOzoneSettingDefs: 'tools.ozone.setting.defs',\n ToolsOzoneSettingListOptions: 'tools.ozone.setting.listOptions',\n ToolsOzoneSettingRemoveOptions: 'tools.ozone.setting.removeOptions',\n ToolsOzoneSettingUpsertOption: 'tools.ozone.setting.upsertOption',\n ToolsOzoneSignatureDefs: 'tools.ozone.signature.defs',\n ToolsOzoneSignatureFindCorrelation: 'tools.ozone.signature.findCorrelation',\n ToolsOzoneSignatureFindRelatedAccounts:\n 'tools.ozone.signature.findRelatedAccounts',\n ToolsOzoneSignatureSearchAccounts: 'tools.ozone.signature.searchAccounts',\n ToolsOzoneTeamAddMember: 'tools.ozone.team.addMember',\n ToolsOzoneTeamDefs: 'tools.ozone.team.defs',\n ToolsOzoneTeamDeleteMember: 'tools.ozone.team.deleteMember',\n ToolsOzoneTeamListMembers: 'tools.ozone.team.listMembers',\n ToolsOzoneTeamUpdateMember: 'tools.ozone.team.updateMember',\n ToolsOzoneVerificationDefs: 'tools.ozone.verification.defs',\n ToolsOzoneVerificationGrantVerifications:\n 'tools.ozone.verification.grantVerifications',\n ToolsOzoneVerificationListVerifications:\n 'tools.ozone.verification.listVerifications',\n ToolsOzoneVerificationRevokeVerifications:\n 'tools.ozone.verification.revokeVerifications',\n} as const\n"]}
|