@atproto/api 0.19.18 → 0.20.0-next.0
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 +22 -0
- package/dist/age-assurance.d.ts +1 -1
- package/dist/age-assurance.d.ts.map +1 -1
- package/dist/age-assurance.js +19 -24
- package/dist/age-assurance.js.map +1 -1
- package/dist/age-assurance.test.js +66 -68
- package/dist/age-assurance.test.js.map +1 -1
- package/dist/agent.d.ts +11 -11
- package/dist/agent.d.ts.map +1 -1
- package/dist/agent.js +116 -324
- package/dist/agent.js.map +1 -1
- package/dist/atp-agent.d.ts +4 -4
- package/dist/atp-agent.d.ts.map +1 -1
- package/dist/atp-agent.js +25 -74
- package/dist/atp-agent.js.map +1 -1
- package/dist/bsky-agent.d.ts +1 -1
- package/dist/bsky-agent.d.ts.map +1 -1
- package/dist/bsky-agent.js +2 -6
- package/dist/bsky-agent.js.map +1 -1
- package/dist/client/index.js +553 -1469
- package/dist/client/index.js.map +1 -1
- package/dist/client/lexicons.js +10 -14
- package/dist/client/lexicons.js.map +1 -1
- package/dist/client/types/app/bsky/actor/defs.d.ts +34 -34
- package/dist/client/types/app/bsky/actor/defs.d.ts.map +1 -1
- package/dist/client/types/app/bsky/actor/defs.js +69 -137
- package/dist/client/types/app/bsky/actor/defs.js.map +1 -1
- package/dist/client/types/app/bsky/actor/getPreferences.js +4 -7
- package/dist/client/types/app/bsky/actor/getPreferences.js.map +1 -1
- package/dist/client/types/app/bsky/actor/getProfile.js +4 -7
- package/dist/client/types/app/bsky/actor/getProfile.js.map +1 -1
- package/dist/client/types/app/bsky/actor/getProfiles.js +4 -7
- package/dist/client/types/app/bsky/actor/getProfiles.js.map +1 -1
- package/dist/client/types/app/bsky/actor/getSuggestions.js +4 -7
- package/dist/client/types/app/bsky/actor/getSuggestions.js.map +1 -1
- package/dist/client/types/app/bsky/actor/profile.d.ts +2 -2
- package/dist/client/types/app/bsky/actor/profile.d.ts.map +1 -1
- package/dist/client/types/app/bsky/actor/profile.js +6 -11
- package/dist/client/types/app/bsky/actor/profile.js.map +1 -1
- package/dist/client/types/app/bsky/actor/putPreferences.js +4 -7
- package/dist/client/types/app/bsky/actor/putPreferences.js.map +1 -1
- package/dist/client/types/app/bsky/actor/searchActors.js +4 -7
- package/dist/client/types/app/bsky/actor/searchActors.js.map +1 -1
- package/dist/client/types/app/bsky/actor/searchActorsTypeahead.js +4 -7
- package/dist/client/types/app/bsky/actor/searchActorsTypeahead.js.map +1 -1
- package/dist/client/types/app/bsky/actor/status.d.ts +2 -2
- package/dist/client/types/app/bsky/actor/status.d.ts.map +1 -1
- package/dist/client/types/app/bsky/actor/status.js +7 -13
- package/dist/client/types/app/bsky/actor/status.js.map +1 -1
- package/dist/client/types/app/bsky/ageassurance/begin.js +10 -18
- package/dist/client/types/app/bsky/ageassurance/begin.js.map +1 -1
- package/dist/client/types/app/bsky/ageassurance/defs.d.ts +13 -13
- package/dist/client/types/app/bsky/ageassurance/defs.d.ts.map +1 -1
- package/dist/client/types/app/bsky/ageassurance/defs.js +27 -53
- package/dist/client/types/app/bsky/ageassurance/defs.js.map +1 -1
- package/dist/client/types/app/bsky/ageassurance/getConfig.js +4 -7
- package/dist/client/types/app/bsky/ageassurance/getConfig.js.map +1 -1
- package/dist/client/types/app/bsky/ageassurance/getState.js +4 -7
- package/dist/client/types/app/bsky/ageassurance/getState.js.map +1 -1
- package/dist/client/types/app/bsky/bookmark/createBookmark.js +7 -12
- package/dist/client/types/app/bsky/bookmark/createBookmark.js.map +1 -1
- package/dist/client/types/app/bsky/bookmark/defs.d.ts +3 -3
- package/dist/client/types/app/bsky/bookmark/defs.d.ts.map +1 -1
- package/dist/client/types/app/bsky/bookmark/defs.js +7 -13
- package/dist/client/types/app/bsky/bookmark/defs.js.map +1 -1
- package/dist/client/types/app/bsky/bookmark/deleteBookmark.js +7 -12
- package/dist/client/types/app/bsky/bookmark/deleteBookmark.js.map +1 -1
- package/dist/client/types/app/bsky/bookmark/getBookmarks.js +4 -7
- package/dist/client/types/app/bsky/bookmark/getBookmarks.js.map +1 -1
- package/dist/client/types/app/bsky/contact/defs.d.ts +3 -3
- package/dist/client/types/app/bsky/contact/defs.d.ts.map +1 -1
- package/dist/client/types/app/bsky/contact/defs.js +9 -17
- package/dist/client/types/app/bsky/contact/defs.js.map +1 -1
- package/dist/client/types/app/bsky/contact/dismissMatch.js +8 -14
- package/dist/client/types/app/bsky/contact/dismissMatch.js.map +1 -1
- package/dist/client/types/app/bsky/contact/getMatches.js +10 -18
- package/dist/client/types/app/bsky/contact/getMatches.js.map +1 -1
- package/dist/client/types/app/bsky/contact/getSyncStatus.js +8 -14
- package/dist/client/types/app/bsky/contact/getSyncStatus.js.map +1 -1
- package/dist/client/types/app/bsky/contact/importContacts.js +11 -20
- package/dist/client/types/app/bsky/contact/importContacts.js.map +1 -1
- package/dist/client/types/app/bsky/contact/removeData.js +8 -14
- package/dist/client/types/app/bsky/contact/removeData.js.map +1 -1
- package/dist/client/types/app/bsky/contact/sendNotification.js +4 -7
- package/dist/client/types/app/bsky/contact/sendNotification.js.map +1 -1
- package/dist/client/types/app/bsky/contact/startPhoneVerification.js +10 -18
- package/dist/client/types/app/bsky/contact/startPhoneVerification.js.map +1 -1
- package/dist/client/types/app/bsky/contact/verifyPhone.js +11 -20
- package/dist/client/types/app/bsky/contact/verifyPhone.js.map +1 -1
- package/dist/client/types/app/bsky/draft/createDraft.js +7 -12
- package/dist/client/types/app/bsky/draft/createDraft.js.map +1 -1
- package/dist/client/types/app/bsky/draft/defs.d.ts +11 -11
- package/dist/client/types/app/bsky/draft/defs.d.ts.map +1 -1
- package/dist/client/types/app/bsky/draft/defs.js +23 -45
- package/dist/client/types/app/bsky/draft/defs.js.map +1 -1
- package/dist/client/types/app/bsky/draft/deleteDraft.js +4 -7
- package/dist/client/types/app/bsky/draft/deleteDraft.js.map +1 -1
- package/dist/client/types/app/bsky/draft/getDrafts.js +4 -7
- package/dist/client/types/app/bsky/draft/getDrafts.js.map +1 -1
- package/dist/client/types/app/bsky/draft/updateDraft.js +4 -7
- package/dist/client/types/app/bsky/draft/updateDraft.js.map +1 -1
- package/dist/client/types/app/bsky/embed/defs.d.ts +1 -1
- package/dist/client/types/app/bsky/embed/defs.d.ts.map +1 -1
- package/dist/client/types/app/bsky/embed/defs.js +5 -9
- package/dist/client/types/app/bsky/embed/defs.js.map +1 -1
- package/dist/client/types/app/bsky/embed/external.d.ts +4 -4
- package/dist/client/types/app/bsky/embed/external.d.ts.map +1 -1
- package/dist/client/types/app/bsky/embed/external.js +11 -21
- package/dist/client/types/app/bsky/embed/external.js.map +1 -1
- package/dist/client/types/app/bsky/embed/images.d.ts +4 -4
- package/dist/client/types/app/bsky/embed/images.d.ts.map +1 -1
- package/dist/client/types/app/bsky/embed/images.js +11 -21
- package/dist/client/types/app/bsky/embed/images.js.map +1 -1
- package/dist/client/types/app/bsky/embed/record.d.ts +7 -7
- package/dist/client/types/app/bsky/embed/record.d.ts.map +1 -1
- package/dist/client/types/app/bsky/embed/record.js +15 -29
- package/dist/client/types/app/bsky/embed/record.js.map +1 -1
- package/dist/client/types/app/bsky/embed/recordWithMedia.d.ts +3 -3
- package/dist/client/types/app/bsky/embed/recordWithMedia.d.ts.map +1 -1
- package/dist/client/types/app/bsky/embed/recordWithMedia.js +7 -13
- package/dist/client/types/app/bsky/embed/recordWithMedia.js.map +1 -1
- package/dist/client/types/app/bsky/embed/video.d.ts +3 -3
- package/dist/client/types/app/bsky/embed/video.d.ts.map +1 -1
- package/dist/client/types/app/bsky/embed/video.js +9 -17
- package/dist/client/types/app/bsky/embed/video.js.map +1 -1
- package/dist/client/types/app/bsky/feed/defs.d.ts +19 -19
- package/dist/client/types/app/bsky/feed/defs.d.ts.map +1 -1
- package/dist/client/types/app/bsky/feed/defs.js +53 -92
- package/dist/client/types/app/bsky/feed/defs.js.map +1 -1
- package/dist/client/types/app/bsky/feed/describeFeedGenerator.d.ts +2 -2
- package/dist/client/types/app/bsky/feed/describeFeedGenerator.d.ts.map +1 -1
- package/dist/client/types/app/bsky/feed/describeFeedGenerator.js +8 -15
- package/dist/client/types/app/bsky/feed/describeFeedGenerator.js.map +1 -1
- package/dist/client/types/app/bsky/feed/generator.d.ts +2 -2
- package/dist/client/types/app/bsky/feed/generator.d.ts.map +1 -1
- package/dist/client/types/app/bsky/feed/generator.js +6 -11
- package/dist/client/types/app/bsky/feed/generator.js.map +1 -1
- package/dist/client/types/app/bsky/feed/getActorFeeds.js +4 -7
- package/dist/client/types/app/bsky/feed/getActorFeeds.js.map +1 -1
- package/dist/client/types/app/bsky/feed/getActorLikes.js +8 -14
- package/dist/client/types/app/bsky/feed/getActorLikes.js.map +1 -1
- package/dist/client/types/app/bsky/feed/getAuthorFeed.js +8 -14
- package/dist/client/types/app/bsky/feed/getAuthorFeed.js.map +1 -1
- package/dist/client/types/app/bsky/feed/getFeed.js +7 -12
- package/dist/client/types/app/bsky/feed/getFeed.js.map +1 -1
- package/dist/client/types/app/bsky/feed/getFeedGenerator.js +4 -7
- package/dist/client/types/app/bsky/feed/getFeedGenerator.js.map +1 -1
- package/dist/client/types/app/bsky/feed/getFeedGenerators.js +4 -7
- package/dist/client/types/app/bsky/feed/getFeedGenerators.js.map +1 -1
- package/dist/client/types/app/bsky/feed/getFeedSkeleton.js +7 -12
- package/dist/client/types/app/bsky/feed/getFeedSkeleton.js.map +1 -1
- package/dist/client/types/app/bsky/feed/getLikes.d.ts +1 -1
- package/dist/client/types/app/bsky/feed/getLikes.d.ts.map +1 -1
- package/dist/client/types/app/bsky/feed/getLikes.js +6 -11
- package/dist/client/types/app/bsky/feed/getLikes.js.map +1 -1
- package/dist/client/types/app/bsky/feed/getListFeed.js +7 -12
- package/dist/client/types/app/bsky/feed/getListFeed.js.map +1 -1
- package/dist/client/types/app/bsky/feed/getPostThread.d.ts +1 -1
- package/dist/client/types/app/bsky/feed/getPostThread.d.ts.map +1 -1
- package/dist/client/types/app/bsky/feed/getPostThread.js +7 -12
- package/dist/client/types/app/bsky/feed/getPostThread.js.map +1 -1
- package/dist/client/types/app/bsky/feed/getPosts.js +4 -7
- package/dist/client/types/app/bsky/feed/getPosts.js.map +1 -1
- package/dist/client/types/app/bsky/feed/getQuotes.js +4 -7
- package/dist/client/types/app/bsky/feed/getQuotes.js.map +1 -1
- package/dist/client/types/app/bsky/feed/getRepostedBy.js +4 -7
- package/dist/client/types/app/bsky/feed/getRepostedBy.js.map +1 -1
- package/dist/client/types/app/bsky/feed/getSuggestedFeeds.js +4 -7
- package/dist/client/types/app/bsky/feed/getSuggestedFeeds.js.map +1 -1
- package/dist/client/types/app/bsky/feed/getTimeline.js +4 -7
- package/dist/client/types/app/bsky/feed/getTimeline.js.map +1 -1
- package/dist/client/types/app/bsky/feed/like.d.ts +1 -1
- package/dist/client/types/app/bsky/feed/like.d.ts.map +1 -1
- package/dist/client/types/app/bsky/feed/like.js +6 -11
- package/dist/client/types/app/bsky/feed/like.js.map +1 -1
- package/dist/client/types/app/bsky/feed/post.d.ts +5 -5
- package/dist/client/types/app/bsky/feed/post.d.ts.map +1 -1
- package/dist/client/types/app/bsky/feed/post.js +12 -23
- package/dist/client/types/app/bsky/feed/post.js.map +1 -1
- package/dist/client/types/app/bsky/feed/postgate.d.ts +3 -3
- package/dist/client/types/app/bsky/feed/postgate.d.ts.map +1 -1
- package/dist/client/types/app/bsky/feed/postgate.js +8 -15
- package/dist/client/types/app/bsky/feed/postgate.js.map +1 -1
- package/dist/client/types/app/bsky/feed/repost.d.ts +1 -1
- package/dist/client/types/app/bsky/feed/repost.d.ts.map +1 -1
- package/dist/client/types/app/bsky/feed/repost.js +6 -11
- package/dist/client/types/app/bsky/feed/repost.js.map +1 -1
- package/dist/client/types/app/bsky/feed/searchPosts.js +7 -12
- package/dist/client/types/app/bsky/feed/searchPosts.js.map +1 -1
- package/dist/client/types/app/bsky/feed/sendInteractions.js +4 -7
- package/dist/client/types/app/bsky/feed/sendInteractions.js.map +1 -1
- package/dist/client/types/app/bsky/feed/threadgate.d.ts +6 -6
- package/dist/client/types/app/bsky/feed/threadgate.d.ts.map +1 -1
- package/dist/client/types/app/bsky/feed/threadgate.js +14 -27
- package/dist/client/types/app/bsky/feed/threadgate.js.map +1 -1
- package/dist/client/types/app/bsky/graph/block.d.ts +1 -1
- package/dist/client/types/app/bsky/graph/block.d.ts.map +1 -1
- package/dist/client/types/app/bsky/graph/block.js +6 -11
- package/dist/client/types/app/bsky/graph/block.js.map +1 -1
- package/dist/client/types/app/bsky/graph/defs.d.ts +8 -8
- package/dist/client/types/app/bsky/graph/defs.d.ts.map +1 -1
- package/dist/client/types/app/bsky/graph/defs.js +22 -41
- package/dist/client/types/app/bsky/graph/defs.js.map +1 -1
- package/dist/client/types/app/bsky/graph/follow.d.ts +1 -1
- package/dist/client/types/app/bsky/graph/follow.d.ts.map +1 -1
- package/dist/client/types/app/bsky/graph/follow.js +6 -11
- package/dist/client/types/app/bsky/graph/follow.js.map +1 -1
- package/dist/client/types/app/bsky/graph/getActorStarterPacks.js +4 -7
- package/dist/client/types/app/bsky/graph/getActorStarterPacks.js.map +1 -1
- package/dist/client/types/app/bsky/graph/getBlocks.js +4 -7
- package/dist/client/types/app/bsky/graph/getBlocks.js.map +1 -1
- package/dist/client/types/app/bsky/graph/getFollowers.js +4 -7
- package/dist/client/types/app/bsky/graph/getFollowers.js.map +1 -1
- package/dist/client/types/app/bsky/graph/getFollows.js +4 -7
- package/dist/client/types/app/bsky/graph/getFollows.js.map +1 -1
- package/dist/client/types/app/bsky/graph/getKnownFollowers.js +4 -7
- package/dist/client/types/app/bsky/graph/getKnownFollowers.js.map +1 -1
- package/dist/client/types/app/bsky/graph/getList.js +4 -7
- package/dist/client/types/app/bsky/graph/getList.js.map +1 -1
- package/dist/client/types/app/bsky/graph/getListBlocks.js +4 -7
- package/dist/client/types/app/bsky/graph/getListBlocks.js.map +1 -1
- package/dist/client/types/app/bsky/graph/getListMutes.js +4 -7
- package/dist/client/types/app/bsky/graph/getListMutes.js.map +1 -1
- package/dist/client/types/app/bsky/graph/getLists.js +4 -7
- package/dist/client/types/app/bsky/graph/getLists.js.map +1 -1
- package/dist/client/types/app/bsky/graph/getListsWithMembership.d.ts +1 -1
- package/dist/client/types/app/bsky/graph/getListsWithMembership.d.ts.map +1 -1
- package/dist/client/types/app/bsky/graph/getListsWithMembership.js +6 -11
- package/dist/client/types/app/bsky/graph/getListsWithMembership.js.map +1 -1
- package/dist/client/types/app/bsky/graph/getMutes.js +4 -7
- package/dist/client/types/app/bsky/graph/getMutes.js.map +1 -1
- package/dist/client/types/app/bsky/graph/getRelationships.d.ts +1 -1
- package/dist/client/types/app/bsky/graph/getRelationships.d.ts.map +1 -1
- package/dist/client/types/app/bsky/graph/getRelationships.js +7 -12
- package/dist/client/types/app/bsky/graph/getRelationships.js.map +1 -1
- package/dist/client/types/app/bsky/graph/getStarterPack.js +4 -7
- package/dist/client/types/app/bsky/graph/getStarterPack.js.map +1 -1
- package/dist/client/types/app/bsky/graph/getStarterPacks.js +4 -7
- package/dist/client/types/app/bsky/graph/getStarterPacks.js.map +1 -1
- package/dist/client/types/app/bsky/graph/getStarterPacksWithMembership.d.ts +1 -1
- package/dist/client/types/app/bsky/graph/getStarterPacksWithMembership.d.ts.map +1 -1
- package/dist/client/types/app/bsky/graph/getStarterPacksWithMembership.js +6 -11
- package/dist/client/types/app/bsky/graph/getStarterPacksWithMembership.js.map +1 -1
- package/dist/client/types/app/bsky/graph/getSuggestedFollowsByActor.js +4 -7
- package/dist/client/types/app/bsky/graph/getSuggestedFollowsByActor.js.map +1 -1
- package/dist/client/types/app/bsky/graph/list.d.ts +2 -2
- package/dist/client/types/app/bsky/graph/list.d.ts.map +1 -1
- package/dist/client/types/app/bsky/graph/list.js +6 -11
- package/dist/client/types/app/bsky/graph/list.js.map +1 -1
- package/dist/client/types/app/bsky/graph/listblock.d.ts +1 -1
- package/dist/client/types/app/bsky/graph/listblock.d.ts.map +1 -1
- package/dist/client/types/app/bsky/graph/listblock.js +6 -11
- package/dist/client/types/app/bsky/graph/listblock.js.map +1 -1
- package/dist/client/types/app/bsky/graph/listitem.d.ts +1 -1
- package/dist/client/types/app/bsky/graph/listitem.d.ts.map +1 -1
- package/dist/client/types/app/bsky/graph/listitem.js +6 -11
- package/dist/client/types/app/bsky/graph/listitem.js.map +1 -1
- package/dist/client/types/app/bsky/graph/muteActor.js +4 -7
- package/dist/client/types/app/bsky/graph/muteActor.js.map +1 -1
- package/dist/client/types/app/bsky/graph/muteActorList.js +4 -7
- package/dist/client/types/app/bsky/graph/muteActorList.js.map +1 -1
- package/dist/client/types/app/bsky/graph/muteThread.js +4 -7
- package/dist/client/types/app/bsky/graph/muteThread.js.map +1 -1
- package/dist/client/types/app/bsky/graph/searchStarterPacks.js +4 -7
- package/dist/client/types/app/bsky/graph/searchStarterPacks.js.map +1 -1
- package/dist/client/types/app/bsky/graph/starterpack.d.ts +2 -2
- package/dist/client/types/app/bsky/graph/starterpack.d.ts.map +1 -1
- package/dist/client/types/app/bsky/graph/starterpack.js +8 -15
- package/dist/client/types/app/bsky/graph/starterpack.js.map +1 -1
- package/dist/client/types/app/bsky/graph/unmuteActor.js +4 -7
- package/dist/client/types/app/bsky/graph/unmuteActor.js.map +1 -1
- package/dist/client/types/app/bsky/graph/unmuteActorList.js +4 -7
- package/dist/client/types/app/bsky/graph/unmuteActorList.js.map +1 -1
- package/dist/client/types/app/bsky/graph/unmuteThread.js +4 -7
- package/dist/client/types/app/bsky/graph/unmuteThread.js.map +1 -1
- package/dist/client/types/app/bsky/graph/verification.d.ts +1 -1
- package/dist/client/types/app/bsky/graph/verification.d.ts.map +1 -1
- package/dist/client/types/app/bsky/graph/verification.js +6 -11
- package/dist/client/types/app/bsky/graph/verification.js.map +1 -1
- package/dist/client/types/app/bsky/labeler/defs.d.ts +4 -4
- package/dist/client/types/app/bsky/labeler/defs.d.ts.map +1 -1
- package/dist/client/types/app/bsky/labeler/defs.js +11 -21
- package/dist/client/types/app/bsky/labeler/defs.js.map +1 -1
- package/dist/client/types/app/bsky/labeler/getServices.d.ts +1 -1
- package/dist/client/types/app/bsky/labeler/getServices.d.ts.map +1 -1
- package/dist/client/types/app/bsky/labeler/getServices.js +4 -7
- package/dist/client/types/app/bsky/labeler/getServices.js.map +1 -1
- package/dist/client/types/app/bsky/labeler/service.d.ts +2 -2
- package/dist/client/types/app/bsky/labeler/service.d.ts.map +1 -1
- package/dist/client/types/app/bsky/labeler/service.js +6 -11
- package/dist/client/types/app/bsky/labeler/service.js.map +1 -1
- package/dist/client/types/app/bsky/notification/declaration.d.ts +1 -1
- package/dist/client/types/app/bsky/notification/declaration.d.ts.map +1 -1
- package/dist/client/types/app/bsky/notification/declaration.js +6 -11
- package/dist/client/types/app/bsky/notification/declaration.js.map +1 -1
- package/dist/client/types/app/bsky/notification/defs.d.ts +7 -7
- package/dist/client/types/app/bsky/notification/defs.d.ts.map +1 -1
- package/dist/client/types/app/bsky/notification/defs.js +17 -33
- package/dist/client/types/app/bsky/notification/defs.js.map +1 -1
- package/dist/client/types/app/bsky/notification/getPreferences.js +4 -7
- package/dist/client/types/app/bsky/notification/getPreferences.js.map +1 -1
- package/dist/client/types/app/bsky/notification/getUnreadCount.js +4 -7
- package/dist/client/types/app/bsky/notification/getUnreadCount.js.map +1 -1
- package/dist/client/types/app/bsky/notification/listActivitySubscriptions.js +4 -7
- package/dist/client/types/app/bsky/notification/listActivitySubscriptions.js.map +1 -1
- package/dist/client/types/app/bsky/notification/listNotifications.d.ts +1 -1
- package/dist/client/types/app/bsky/notification/listNotifications.d.ts.map +1 -1
- package/dist/client/types/app/bsky/notification/listNotifications.js +6 -11
- package/dist/client/types/app/bsky/notification/listNotifications.js.map +1 -1
- package/dist/client/types/app/bsky/notification/putActivitySubscription.js +4 -7
- package/dist/client/types/app/bsky/notification/putActivitySubscription.js.map +1 -1
- package/dist/client/types/app/bsky/notification/putPreferences.js +4 -7
- package/dist/client/types/app/bsky/notification/putPreferences.js.map +1 -1
- package/dist/client/types/app/bsky/notification/putPreferencesV2.js +4 -7
- package/dist/client/types/app/bsky/notification/putPreferencesV2.js.map +1 -1
- package/dist/client/types/app/bsky/notification/registerPush.js +4 -7
- package/dist/client/types/app/bsky/notification/registerPush.js.map +1 -1
- package/dist/client/types/app/bsky/notification/unregisterPush.js +4 -7
- package/dist/client/types/app/bsky/notification/unregisterPush.js.map +1 -1
- package/dist/client/types/app/bsky/notification/updateSeen.js +4 -7
- package/dist/client/types/app/bsky/notification/updateSeen.js.map +1 -1
- package/dist/client/types/app/bsky/richtext/facet.d.ts +6 -6
- package/dist/client/types/app/bsky/richtext/facet.d.ts.map +1 -1
- package/dist/client/types/app/bsky/richtext/facet.js +13 -25
- package/dist/client/types/app/bsky/richtext/facet.js.map +1 -1
- package/dist/client/types/app/bsky/unspecced/defs.d.ts +12 -12
- package/dist/client/types/app/bsky/unspecced/defs.d.ts.map +1 -1
- package/dist/client/types/app/bsky/unspecced/defs.js +27 -53
- package/dist/client/types/app/bsky/unspecced/defs.js.map +1 -1
- package/dist/client/types/app/bsky/unspecced/getAgeAssuranceState.js +4 -7
- package/dist/client/types/app/bsky/unspecced/getAgeAssuranceState.js.map +1 -1
- package/dist/client/types/app/bsky/unspecced/getConfig.d.ts +1 -1
- package/dist/client/types/app/bsky/unspecced/getConfig.d.ts.map +1 -1
- package/dist/client/types/app/bsky/unspecced/getConfig.js +6 -11
- package/dist/client/types/app/bsky/unspecced/getConfig.js.map +1 -1
- package/dist/client/types/app/bsky/unspecced/getOnboardingSuggestedStarterPacks.js +4 -7
- package/dist/client/types/app/bsky/unspecced/getOnboardingSuggestedStarterPacks.js.map +1 -1
- package/dist/client/types/app/bsky/unspecced/getOnboardingSuggestedStarterPacksSkeleton.js +4 -7
- package/dist/client/types/app/bsky/unspecced/getOnboardingSuggestedStarterPacksSkeleton.js.map +1 -1
- package/dist/client/types/app/bsky/unspecced/getOnboardingSuggestedUsersSkeleton.js +4 -7
- package/dist/client/types/app/bsky/unspecced/getOnboardingSuggestedUsersSkeleton.js.map +1 -1
- package/dist/client/types/app/bsky/unspecced/getPopularFeedGenerators.js +4 -7
- package/dist/client/types/app/bsky/unspecced/getPopularFeedGenerators.js.map +1 -1
- package/dist/client/types/app/bsky/unspecced/getPostThreadOtherV2.d.ts +2 -2
- package/dist/client/types/app/bsky/unspecced/getPostThreadOtherV2.d.ts.map +1 -1
- package/dist/client/types/app/bsky/unspecced/getPostThreadOtherV2.js +6 -11
- package/dist/client/types/app/bsky/unspecced/getPostThreadOtherV2.js.map +1 -1
- package/dist/client/types/app/bsky/unspecced/getPostThreadV2.d.ts +2 -2
- package/dist/client/types/app/bsky/unspecced/getPostThreadV2.d.ts.map +1 -1
- package/dist/client/types/app/bsky/unspecced/getPostThreadV2.js +6 -11
- package/dist/client/types/app/bsky/unspecced/getPostThreadV2.js.map +1 -1
- package/dist/client/types/app/bsky/unspecced/getSuggestedFeeds.js +4 -7
- package/dist/client/types/app/bsky/unspecced/getSuggestedFeeds.js.map +1 -1
- package/dist/client/types/app/bsky/unspecced/getSuggestedFeedsSkeleton.js +4 -7
- package/dist/client/types/app/bsky/unspecced/getSuggestedFeedsSkeleton.js.map +1 -1
- package/dist/client/types/app/bsky/unspecced/getSuggestedOnboardingUsers.js +4 -7
- package/dist/client/types/app/bsky/unspecced/getSuggestedOnboardingUsers.js.map +1 -1
- package/dist/client/types/app/bsky/unspecced/getSuggestedStarterPacks.js +4 -7
- package/dist/client/types/app/bsky/unspecced/getSuggestedStarterPacks.js.map +1 -1
- package/dist/client/types/app/bsky/unspecced/getSuggestedStarterPacksSkeleton.js +4 -7
- package/dist/client/types/app/bsky/unspecced/getSuggestedStarterPacksSkeleton.js.map +1 -1
- package/dist/client/types/app/bsky/unspecced/getSuggestedUsers.js +4 -7
- package/dist/client/types/app/bsky/unspecced/getSuggestedUsers.js.map +1 -1
- package/dist/client/types/app/bsky/unspecced/getSuggestedUsersForDiscover.js +4 -7
- package/dist/client/types/app/bsky/unspecced/getSuggestedUsersForDiscover.js.map +1 -1
- package/dist/client/types/app/bsky/unspecced/getSuggestedUsersForDiscoverSkeleton.js +4 -7
- package/dist/client/types/app/bsky/unspecced/getSuggestedUsersForDiscoverSkeleton.js.map +1 -1
- package/dist/client/types/app/bsky/unspecced/getSuggestedUsersForExplore.js +4 -7
- package/dist/client/types/app/bsky/unspecced/getSuggestedUsersForExplore.js.map +1 -1
- package/dist/client/types/app/bsky/unspecced/getSuggestedUsersForExploreSkeleton.js +4 -7
- package/dist/client/types/app/bsky/unspecced/getSuggestedUsersForExploreSkeleton.js.map +1 -1
- package/dist/client/types/app/bsky/unspecced/getSuggestedUsersForSeeMore.js +4 -7
- package/dist/client/types/app/bsky/unspecced/getSuggestedUsersForSeeMore.js.map +1 -1
- package/dist/client/types/app/bsky/unspecced/getSuggestedUsersForSeeMoreSkeleton.js +4 -7
- package/dist/client/types/app/bsky/unspecced/getSuggestedUsersForSeeMoreSkeleton.js.map +1 -1
- package/dist/client/types/app/bsky/unspecced/getSuggestedUsersSkeleton.js +4 -7
- package/dist/client/types/app/bsky/unspecced/getSuggestedUsersSkeleton.js.map +1 -1
- package/dist/client/types/app/bsky/unspecced/getSuggestionsSkeleton.js +4 -7
- package/dist/client/types/app/bsky/unspecced/getSuggestionsSkeleton.js.map +1 -1
- package/dist/client/types/app/bsky/unspecced/getTaggedSuggestions.d.ts +1 -1
- package/dist/client/types/app/bsky/unspecced/getTaggedSuggestions.d.ts.map +1 -1
- package/dist/client/types/app/bsky/unspecced/getTaggedSuggestions.js +6 -11
- package/dist/client/types/app/bsky/unspecced/getTaggedSuggestions.js.map +1 -1
- package/dist/client/types/app/bsky/unspecced/getTrendingTopics.js +4 -7
- package/dist/client/types/app/bsky/unspecced/getTrendingTopics.js.map +1 -1
- package/dist/client/types/app/bsky/unspecced/getTrends.js +4 -7
- package/dist/client/types/app/bsky/unspecced/getTrends.js.map +1 -1
- package/dist/client/types/app/bsky/unspecced/getTrendsSkeleton.js +4 -7
- package/dist/client/types/app/bsky/unspecced/getTrendsSkeleton.js.map +1 -1
- package/dist/client/types/app/bsky/unspecced/initAgeAssurance.js +9 -16
- package/dist/client/types/app/bsky/unspecced/initAgeAssurance.js.map +1 -1
- package/dist/client/types/app/bsky/unspecced/searchActorsSkeleton.js +7 -12
- package/dist/client/types/app/bsky/unspecced/searchActorsSkeleton.js.map +1 -1
- package/dist/client/types/app/bsky/unspecced/searchPostsSkeleton.js +7 -12
- package/dist/client/types/app/bsky/unspecced/searchPostsSkeleton.js.map +1 -1
- package/dist/client/types/app/bsky/unspecced/searchStarterPacksSkeleton.js +7 -12
- package/dist/client/types/app/bsky/unspecced/searchStarterPacksSkeleton.js.map +1 -1
- package/dist/client/types/app/bsky/video/defs.d.ts +1 -1
- package/dist/client/types/app/bsky/video/defs.d.ts.map +1 -1
- package/dist/client/types/app/bsky/video/defs.js +5 -9
- package/dist/client/types/app/bsky/video/defs.js.map +1 -1
- package/dist/client/types/app/bsky/video/getJobStatus.js +4 -7
- package/dist/client/types/app/bsky/video/getJobStatus.js.map +1 -1
- package/dist/client/types/app/bsky/video/getUploadLimits.js +4 -7
- package/dist/client/types/app/bsky/video/getUploadLimits.js.map +1 -1
- package/dist/client/types/app/bsky/video/uploadVideo.js +4 -7
- package/dist/client/types/app/bsky/video/uploadVideo.js.map +1 -1
- package/dist/client/types/chat/bsky/actor/declaration.d.ts +1 -1
- package/dist/client/types/chat/bsky/actor/declaration.d.ts.map +1 -1
- package/dist/client/types/chat/bsky/actor/declaration.js +6 -11
- package/dist/client/types/chat/bsky/actor/declaration.js.map +1 -1
- package/dist/client/types/chat/bsky/actor/defs.d.ts +5 -5
- package/dist/client/types/chat/bsky/actor/defs.d.ts.map +1 -1
- package/dist/client/types/chat/bsky/actor/defs.js +11 -21
- package/dist/client/types/chat/bsky/actor/defs.js.map +1 -1
- package/dist/client/types/chat/bsky/actor/deleteAccount.js +4 -7
- package/dist/client/types/chat/bsky/actor/deleteAccount.js.map +1 -1
- package/dist/client/types/chat/bsky/actor/exportAccountData.js +4 -7
- package/dist/client/types/chat/bsky/actor/exportAccountData.js.map +1 -1
- package/dist/client/types/chat/bsky/convo/acceptConvo.js +7 -12
- package/dist/client/types/chat/bsky/convo/acceptConvo.js.map +1 -1
- package/dist/client/types/chat/bsky/convo/addReaction.js +11 -20
- package/dist/client/types/chat/bsky/convo/addReaction.js.map +1 -1
- package/dist/client/types/chat/bsky/convo/defs.d.ts +54 -54
- package/dist/client/types/chat/bsky/convo/defs.d.ts.map +1 -1
- package/dist/client/types/chat/bsky/convo/defs.js +109 -217
- package/dist/client/types/chat/bsky/convo/defs.js.map +1 -1
- package/dist/client/types/chat/bsky/convo/deleteMessageForSelf.js +8 -14
- package/dist/client/types/chat/bsky/convo/deleteMessageForSelf.js.map +1 -1
- package/dist/client/types/chat/bsky/convo/getConvo.js +7 -12
- package/dist/client/types/chat/bsky/convo/getConvo.js.map +1 -1
- package/dist/client/types/chat/bsky/convo/getConvoAvailability.js +4 -7
- package/dist/client/types/chat/bsky/convo/getConvoAvailability.js.map +1 -1
- package/dist/client/types/chat/bsky/convo/getConvoForMembers.js +11 -20
- package/dist/client/types/chat/bsky/convo/getConvoForMembers.js.map +1 -1
- package/dist/client/types/chat/bsky/convo/getConvoMembers.js +7 -12
- package/dist/client/types/chat/bsky/convo/getConvoMembers.js.map +1 -1
- package/dist/client/types/chat/bsky/convo/getLog.d.ts +1 -1
- package/dist/client/types/chat/bsky/convo/getLog.d.ts.map +1 -1
- package/dist/client/types/chat/bsky/convo/getLog.js +4 -7
- package/dist/client/types/chat/bsky/convo/getLog.js.map +1 -1
- package/dist/client/types/chat/bsky/convo/getMessages.d.ts +1 -1
- package/dist/client/types/chat/bsky/convo/getMessages.d.ts.map +1 -1
- package/dist/client/types/chat/bsky/convo/getMessages.js +7 -12
- package/dist/client/types/chat/bsky/convo/getMessages.js.map +1 -1
- package/dist/client/types/chat/bsky/convo/leaveConvo.js +8 -14
- package/dist/client/types/chat/bsky/convo/leaveConvo.js.map +1 -1
- package/dist/client/types/chat/bsky/convo/listConvoRequests.d.ts +1 -1
- package/dist/client/types/chat/bsky/convo/listConvoRequests.d.ts.map +1 -1
- package/dist/client/types/chat/bsky/convo/listConvoRequests.js +4 -7
- package/dist/client/types/chat/bsky/convo/listConvoRequests.js.map +1 -1
- package/dist/client/types/chat/bsky/convo/listConvos.js +4 -7
- package/dist/client/types/chat/bsky/convo/listConvos.js.map +1 -1
- package/dist/client/types/chat/bsky/convo/lockConvo.js +9 -16
- package/dist/client/types/chat/bsky/convo/lockConvo.js.map +1 -1
- package/dist/client/types/chat/bsky/convo/muteConvo.js +7 -12
- package/dist/client/types/chat/bsky/convo/muteConvo.js.map +1 -1
- package/dist/client/types/chat/bsky/convo/removeReaction.js +10 -18
- package/dist/client/types/chat/bsky/convo/removeReaction.js.map +1 -1
- package/dist/client/types/chat/bsky/convo/sendMessage.js +8 -14
- package/dist/client/types/chat/bsky/convo/sendMessage.js.map +1 -1
- package/dist/client/types/chat/bsky/convo/sendMessageBatch.d.ts +1 -1
- package/dist/client/types/chat/bsky/convo/sendMessageBatch.d.ts.map +1 -1
- package/dist/client/types/chat/bsky/convo/sendMessageBatch.js +10 -18
- package/dist/client/types/chat/bsky/convo/sendMessageBatch.js.map +1 -1
- package/dist/client/types/chat/bsky/convo/unlockConvo.js +8 -14
- package/dist/client/types/chat/bsky/convo/unlockConvo.js.map +1 -1
- package/dist/client/types/chat/bsky/convo/unmuteConvo.js +7 -12
- package/dist/client/types/chat/bsky/convo/unmuteConvo.js.map +1 -1
- package/dist/client/types/chat/bsky/convo/updateAllRead.js +4 -7
- package/dist/client/types/chat/bsky/convo/updateAllRead.js.map +1 -1
- package/dist/client/types/chat/bsky/convo/updateRead.js +7 -12
- package/dist/client/types/chat/bsky/convo/updateRead.js.map +1 -1
- package/dist/client/types/chat/bsky/group/addMembers.js +15 -28
- package/dist/client/types/chat/bsky/group/addMembers.js.map +1 -1
- package/dist/client/types/chat/bsky/group/approveJoinRequest.js +9 -16
- package/dist/client/types/chat/bsky/group/approveJoinRequest.js.map +1 -1
- package/dist/client/types/chat/bsky/group/createGroup.js +11 -20
- package/dist/client/types/chat/bsky/group/createGroup.js.map +1 -1
- package/dist/client/types/chat/bsky/group/createJoinLink.js +9 -16
- package/dist/client/types/chat/bsky/group/createJoinLink.js.map +1 -1
- package/dist/client/types/chat/bsky/group/defs.d.ts +3 -3
- package/dist/client/types/chat/bsky/group/defs.d.ts.map +1 -1
- package/dist/client/types/chat/bsky/group/defs.js +9 -17
- package/dist/client/types/chat/bsky/group/defs.js.map +1 -1
- package/dist/client/types/chat/bsky/group/disableJoinLink.js +9 -16
- package/dist/client/types/chat/bsky/group/disableJoinLink.js.map +1 -1
- package/dist/client/types/chat/bsky/group/editGroup.js +9 -16
- package/dist/client/types/chat/bsky/group/editGroup.js.map +1 -1
- package/dist/client/types/chat/bsky/group/editJoinLink.js +9 -16
- package/dist/client/types/chat/bsky/group/editJoinLink.js.map +1 -1
- package/dist/client/types/chat/bsky/group/enableJoinLink.js +10 -18
- package/dist/client/types/chat/bsky/group/enableJoinLink.js.map +1 -1
- package/dist/client/types/chat/bsky/group/getJoinLinkPreview.js +7 -12
- package/dist/client/types/chat/bsky/group/getJoinLinkPreview.js.map +1 -1
- package/dist/client/types/chat/bsky/group/listJoinRequests.js +8 -14
- package/dist/client/types/chat/bsky/group/listJoinRequests.js.map +1 -1
- package/dist/client/types/chat/bsky/group/rejectJoinRequest.js +8 -14
- package/dist/client/types/chat/bsky/group/rejectJoinRequest.js.map +1 -1
- package/dist/client/types/chat/bsky/group/removeMembers.js +8 -14
- package/dist/client/types/chat/bsky/group/removeMembers.js.map +1 -1
- package/dist/client/types/chat/bsky/group/requestJoin.js +12 -22
- package/dist/client/types/chat/bsky/group/requestJoin.js.map +1 -1
- package/dist/client/types/chat/bsky/moderation/getActorMetadata.d.ts +1 -1
- package/dist/client/types/chat/bsky/moderation/getActorMetadata.d.ts.map +1 -1
- package/dist/client/types/chat/bsky/moderation/getActorMetadata.js +6 -11
- package/dist/client/types/chat/bsky/moderation/getActorMetadata.js.map +1 -1
- package/dist/client/types/chat/bsky/moderation/getMessageContext.d.ts +1 -1
- package/dist/client/types/chat/bsky/moderation/getMessageContext.d.ts.map +1 -1
- package/dist/client/types/chat/bsky/moderation/getMessageContext.js +4 -7
- package/dist/client/types/chat/bsky/moderation/getMessageContext.js.map +1 -1
- package/dist/client/types/chat/bsky/moderation/subscribeModEvents.d.ts +1 -1
- package/dist/client/types/chat/bsky/moderation/subscribeModEvents.d.ts.map +1 -1
- package/dist/client/types/chat/bsky/moderation/subscribeModEvents.js +5 -9
- package/dist/client/types/chat/bsky/moderation/subscribeModEvents.js.map +1 -1
- package/dist/client/types/chat/bsky/moderation/updateActorAccess.js +4 -7
- package/dist/client/types/chat/bsky/moderation/updateActorAccess.js.map +1 -1
- package/dist/client/types/com/atproto/admin/defs.d.ts +5 -5
- package/dist/client/types/com/atproto/admin/defs.d.ts.map +1 -1
- package/dist/client/types/com/atproto/admin/defs.js +13 -25
- package/dist/client/types/com/atproto/admin/defs.js.map +1 -1
- package/dist/client/types/com/atproto/admin/deleteAccount.js +4 -7
- package/dist/client/types/com/atproto/admin/deleteAccount.js.map +1 -1
- package/dist/client/types/com/atproto/admin/disableAccountInvites.js +4 -7
- package/dist/client/types/com/atproto/admin/disableAccountInvites.js.map +1 -1
- package/dist/client/types/com/atproto/admin/disableInviteCodes.js +4 -7
- package/dist/client/types/com/atproto/admin/disableInviteCodes.js.map +1 -1
- package/dist/client/types/com/atproto/admin/enableAccountInvites.js +4 -7
- package/dist/client/types/com/atproto/admin/enableAccountInvites.js.map +1 -1
- package/dist/client/types/com/atproto/admin/getAccountInfo.js +4 -7
- package/dist/client/types/com/atproto/admin/getAccountInfo.js.map +1 -1
- package/dist/client/types/com/atproto/admin/getAccountInfos.js +4 -7
- package/dist/client/types/com/atproto/admin/getAccountInfos.js.map +1 -1
- package/dist/client/types/com/atproto/admin/getInviteCodes.js +4 -7
- package/dist/client/types/com/atproto/admin/getInviteCodes.js.map +1 -1
- package/dist/client/types/com/atproto/admin/getSubjectStatus.d.ts +1 -1
- package/dist/client/types/com/atproto/admin/getSubjectStatus.d.ts.map +1 -1
- package/dist/client/types/com/atproto/admin/getSubjectStatus.js +4 -7
- package/dist/client/types/com/atproto/admin/getSubjectStatus.js.map +1 -1
- package/dist/client/types/com/atproto/admin/searchAccounts.js +4 -7
- package/dist/client/types/com/atproto/admin/searchAccounts.js.map +1 -1
- package/dist/client/types/com/atproto/admin/sendEmail.js +4 -7
- package/dist/client/types/com/atproto/admin/sendEmail.js.map +1 -1
- package/dist/client/types/com/atproto/admin/updateAccountEmail.js +4 -7
- package/dist/client/types/com/atproto/admin/updateAccountEmail.js.map +1 -1
- package/dist/client/types/com/atproto/admin/updateAccountHandle.js +4 -7
- package/dist/client/types/com/atproto/admin/updateAccountHandle.js.map +1 -1
- package/dist/client/types/com/atproto/admin/updateAccountPassword.js +4 -7
- package/dist/client/types/com/atproto/admin/updateAccountPassword.js.map +1 -1
- package/dist/client/types/com/atproto/admin/updateAccountSigningKey.js +4 -7
- package/dist/client/types/com/atproto/admin/updateAccountSigningKey.js.map +1 -1
- package/dist/client/types/com/atproto/admin/updateSubjectStatus.d.ts +1 -1
- package/dist/client/types/com/atproto/admin/updateSubjectStatus.d.ts.map +1 -1
- package/dist/client/types/com/atproto/admin/updateSubjectStatus.js +4 -7
- package/dist/client/types/com/atproto/admin/updateSubjectStatus.js.map +1 -1
- package/dist/client/types/com/atproto/identity/defs.d.ts +1 -1
- package/dist/client/types/com/atproto/identity/defs.d.ts.map +1 -1
- package/dist/client/types/com/atproto/identity/defs.js +5 -9
- package/dist/client/types/com/atproto/identity/defs.js.map +1 -1
- package/dist/client/types/com/atproto/identity/getRecommendedDidCredentials.js +4 -7
- package/dist/client/types/com/atproto/identity/getRecommendedDidCredentials.js.map +1 -1
- package/dist/client/types/com/atproto/identity/refreshIdentity.js +9 -16
- package/dist/client/types/com/atproto/identity/refreshIdentity.js.map +1 -1
- package/dist/client/types/com/atproto/identity/requestPlcOperationSignature.js +4 -7
- package/dist/client/types/com/atproto/identity/requestPlcOperationSignature.js.map +1 -1
- package/dist/client/types/com/atproto/identity/resolveDid.js +8 -14
- package/dist/client/types/com/atproto/identity/resolveDid.js.map +1 -1
- package/dist/client/types/com/atproto/identity/resolveHandle.js +7 -12
- package/dist/client/types/com/atproto/identity/resolveHandle.js.map +1 -1
- package/dist/client/types/com/atproto/identity/resolveIdentity.js +9 -16
- package/dist/client/types/com/atproto/identity/resolveIdentity.js.map +1 -1
- package/dist/client/types/com/atproto/identity/signPlcOperation.js +4 -7
- package/dist/client/types/com/atproto/identity/signPlcOperation.js.map +1 -1
- package/dist/client/types/com/atproto/identity/submitPlcOperation.js +4 -7
- package/dist/client/types/com/atproto/identity/submitPlcOperation.js.map +1 -1
- package/dist/client/types/com/atproto/identity/updateHandle.js +4 -7
- package/dist/client/types/com/atproto/identity/updateHandle.js.map +1 -1
- package/dist/client/types/com/atproto/label/defs.d.ts +5 -5
- package/dist/client/types/com/atproto/label/defs.d.ts.map +1 -1
- package/dist/client/types/com/atproto/label/defs.js +13 -25
- package/dist/client/types/com/atproto/label/defs.js.map +1 -1
- package/dist/client/types/com/atproto/label/queryLabels.js +4 -7
- package/dist/client/types/com/atproto/label/queryLabels.js.map +1 -1
- package/dist/client/types/com/atproto/label/subscribeLabels.d.ts +2 -2
- package/dist/client/types/com/atproto/label/subscribeLabels.d.ts.map +1 -1
- package/dist/client/types/com/atproto/label/subscribeLabels.js +7 -13
- package/dist/client/types/com/atproto/label/subscribeLabels.js.map +1 -1
- package/dist/client/types/com/atproto/lexicon/resolveLexicon.js +7 -12
- package/dist/client/types/com/atproto/lexicon/resolveLexicon.js.map +1 -1
- package/dist/client/types/com/atproto/lexicon/schema.d.ts +1 -1
- package/dist/client/types/com/atproto/lexicon/schema.d.ts.map +1 -1
- package/dist/client/types/com/atproto/lexicon/schema.js +6 -11
- package/dist/client/types/com/atproto/lexicon/schema.js.map +1 -1
- package/dist/client/types/com/atproto/moderation/createReport.d.ts +2 -2
- package/dist/client/types/com/atproto/moderation/createReport.d.ts.map +1 -1
- package/dist/client/types/com/atproto/moderation/createReport.js +6 -11
- package/dist/client/types/com/atproto/moderation/createReport.js.map +1 -1
- package/dist/client/types/com/atproto/moderation/defs.js +10 -13
- package/dist/client/types/com/atproto/moderation/defs.js.map +1 -1
- package/dist/client/types/com/atproto/repo/applyWrites.d.ts +7 -7
- package/dist/client/types/com/atproto/repo/applyWrites.d.ts.map +1 -1
- package/dist/client/types/com/atproto/repo/applyWrites.js +19 -36
- package/dist/client/types/com/atproto/repo/applyWrites.js.map +1 -1
- package/dist/client/types/com/atproto/repo/createRecord.js +7 -12
- package/dist/client/types/com/atproto/repo/createRecord.js.map +1 -1
- package/dist/client/types/com/atproto/repo/defs.d.ts +1 -1
- package/dist/client/types/com/atproto/repo/defs.d.ts.map +1 -1
- package/dist/client/types/com/atproto/repo/defs.js +5 -9
- package/dist/client/types/com/atproto/repo/defs.js.map +1 -1
- package/dist/client/types/com/atproto/repo/deleteRecord.js +7 -12
- package/dist/client/types/com/atproto/repo/deleteRecord.js.map +1 -1
- package/dist/client/types/com/atproto/repo/describeRepo.js +4 -7
- package/dist/client/types/com/atproto/repo/describeRepo.js.map +1 -1
- package/dist/client/types/com/atproto/repo/getRecord.js +7 -12
- package/dist/client/types/com/atproto/repo/getRecord.js.map +1 -1
- package/dist/client/types/com/atproto/repo/importRepo.js +4 -7
- package/dist/client/types/com/atproto/repo/importRepo.js.map +1 -1
- package/dist/client/types/com/atproto/repo/listMissingBlobs.d.ts +1 -1
- package/dist/client/types/com/atproto/repo/listMissingBlobs.d.ts.map +1 -1
- package/dist/client/types/com/atproto/repo/listMissingBlobs.js +6 -11
- package/dist/client/types/com/atproto/repo/listMissingBlobs.js.map +1 -1
- package/dist/client/types/com/atproto/repo/listRecords.d.ts +1 -1
- package/dist/client/types/com/atproto/repo/listRecords.d.ts.map +1 -1
- package/dist/client/types/com/atproto/repo/listRecords.js +6 -11
- package/dist/client/types/com/atproto/repo/listRecords.js.map +1 -1
- package/dist/client/types/com/atproto/repo/putRecord.js +7 -12
- package/dist/client/types/com/atproto/repo/putRecord.js.map +1 -1
- package/dist/client/types/com/atproto/repo/strongRef.d.ts +1 -1
- package/dist/client/types/com/atproto/repo/strongRef.d.ts.map +1 -1
- package/dist/client/types/com/atproto/repo/strongRef.js +5 -9
- package/dist/client/types/com/atproto/repo/strongRef.js.map +1 -1
- package/dist/client/types/com/atproto/repo/uploadBlob.js +4 -7
- package/dist/client/types/com/atproto/repo/uploadBlob.js.map +1 -1
- package/dist/client/types/com/atproto/server/activateAccount.js +4 -7
- package/dist/client/types/com/atproto/server/activateAccount.js.map +1 -1
- package/dist/client/types/com/atproto/server/checkAccountStatus.js +4 -7
- package/dist/client/types/com/atproto/server/checkAccountStatus.js.map +1 -1
- package/dist/client/types/com/atproto/server/confirmEmail.js +10 -18
- package/dist/client/types/com/atproto/server/confirmEmail.js.map +1 -1
- package/dist/client/types/com/atproto/server/createAccount.js +13 -24
- package/dist/client/types/com/atproto/server/createAccount.js.map +1 -1
- package/dist/client/types/com/atproto/server/createAppPassword.d.ts +1 -1
- package/dist/client/types/com/atproto/server/createAppPassword.d.ts.map +1 -1
- package/dist/client/types/com/atproto/server/createAppPassword.js +9 -16
- package/dist/client/types/com/atproto/server/createAppPassword.js.map +1 -1
- package/dist/client/types/com/atproto/server/createInviteCode.js +4 -7
- package/dist/client/types/com/atproto/server/createInviteCode.js.map +1 -1
- package/dist/client/types/com/atproto/server/createInviteCodes.d.ts +1 -1
- package/dist/client/types/com/atproto/server/createInviteCodes.d.ts.map +1 -1
- package/dist/client/types/com/atproto/server/createInviteCodes.js +6 -11
- package/dist/client/types/com/atproto/server/createInviteCodes.js.map +1 -1
- package/dist/client/types/com/atproto/server/createSession.js +8 -14
- package/dist/client/types/com/atproto/server/createSession.js.map +1 -1
- package/dist/client/types/com/atproto/server/deactivateAccount.js +4 -7
- package/dist/client/types/com/atproto/server/deactivateAccount.js.map +1 -1
- package/dist/client/types/com/atproto/server/defs.d.ts +2 -2
- package/dist/client/types/com/atproto/server/defs.d.ts.map +1 -1
- package/dist/client/types/com/atproto/server/defs.js +7 -13
- package/dist/client/types/com/atproto/server/defs.js.map +1 -1
- package/dist/client/types/com/atproto/server/deleteAccount.js +8 -14
- package/dist/client/types/com/atproto/server/deleteAccount.js.map +1 -1
- package/dist/client/types/com/atproto/server/deleteSession.js +8 -14
- package/dist/client/types/com/atproto/server/deleteSession.js.map +1 -1
- package/dist/client/types/com/atproto/server/describeServer.d.ts +2 -2
- package/dist/client/types/com/atproto/server/describeServer.d.ts.map +1 -1
- package/dist/client/types/com/atproto/server/describeServer.js +8 -15
- package/dist/client/types/com/atproto/server/describeServer.js.map +1 -1
- package/dist/client/types/com/atproto/server/getAccountInviteCodes.js +7 -12
- package/dist/client/types/com/atproto/server/getAccountInviteCodes.js.map +1 -1
- package/dist/client/types/com/atproto/server/getServiceAuth.js +7 -12
- package/dist/client/types/com/atproto/server/getServiceAuth.js.map +1 -1
- package/dist/client/types/com/atproto/server/getSession.js +4 -7
- package/dist/client/types/com/atproto/server/getSession.js.map +1 -1
- package/dist/client/types/com/atproto/server/listAppPasswords.d.ts +1 -1
- package/dist/client/types/com/atproto/server/listAppPasswords.d.ts.map +1 -1
- package/dist/client/types/com/atproto/server/listAppPasswords.js +9 -16
- package/dist/client/types/com/atproto/server/listAppPasswords.js.map +1 -1
- package/dist/client/types/com/atproto/server/refreshSession.js +9 -16
- package/dist/client/types/com/atproto/server/refreshSession.js.map +1 -1
- package/dist/client/types/com/atproto/server/requestAccountDelete.js +4 -7
- package/dist/client/types/com/atproto/server/requestAccountDelete.js.map +1 -1
- package/dist/client/types/com/atproto/server/requestEmailConfirmation.js +4 -7
- package/dist/client/types/com/atproto/server/requestEmailConfirmation.js.map +1 -1
- package/dist/client/types/com/atproto/server/requestEmailUpdate.js +4 -7
- package/dist/client/types/com/atproto/server/requestEmailUpdate.js.map +1 -1
- package/dist/client/types/com/atproto/server/requestPasswordReset.js +4 -7
- package/dist/client/types/com/atproto/server/requestPasswordReset.js.map +1 -1
- package/dist/client/types/com/atproto/server/reserveSigningKey.js +4 -7
- package/dist/client/types/com/atproto/server/reserveSigningKey.js.map +1 -1
- package/dist/client/types/com/atproto/server/resetPassword.js +8 -14
- package/dist/client/types/com/atproto/server/resetPassword.js.map +1 -1
- package/dist/client/types/com/atproto/server/revokeAppPassword.js +4 -7
- package/dist/client/types/com/atproto/server/revokeAppPassword.js.map +1 -1
- package/dist/client/types/com/atproto/server/updateEmail.js +9 -16
- package/dist/client/types/com/atproto/server/updateEmail.js.map +1 -1
- package/dist/client/types/com/atproto/sync/defs.js +3 -5
- package/dist/client/types/com/atproto/sync/defs.js.map +1 -1
- package/dist/client/types/com/atproto/sync/getBlob.js +11 -20
- package/dist/client/types/com/atproto/sync/getBlob.js.map +1 -1
- package/dist/client/types/com/atproto/sync/getBlocks.js +11 -20
- package/dist/client/types/com/atproto/sync/getBlocks.js.map +1 -1
- package/dist/client/types/com/atproto/sync/getCheckout.js +4 -7
- package/dist/client/types/com/atproto/sync/getCheckout.js.map +1 -1
- package/dist/client/types/com/atproto/sync/getHead.js +7 -12
- package/dist/client/types/com/atproto/sync/getHead.js.map +1 -1
- package/dist/client/types/com/atproto/sync/getHostStatus.js +7 -12
- package/dist/client/types/com/atproto/sync/getHostStatus.js.map +1 -1
- package/dist/client/types/com/atproto/sync/getLatestCommit.js +10 -18
- package/dist/client/types/com/atproto/sync/getLatestCommit.js.map +1 -1
- package/dist/client/types/com/atproto/sync/getRecord.js +11 -20
- package/dist/client/types/com/atproto/sync/getRecord.js.map +1 -1
- package/dist/client/types/com/atproto/sync/getRepo.js +10 -18
- package/dist/client/types/com/atproto/sync/getRepo.js.map +1 -1
- package/dist/client/types/com/atproto/sync/getRepoStatus.js +7 -12
- package/dist/client/types/com/atproto/sync/getRepoStatus.js.map +1 -1
- package/dist/client/types/com/atproto/sync/listBlobs.js +10 -18
- package/dist/client/types/com/atproto/sync/listBlobs.js.map +1 -1
- package/dist/client/types/com/atproto/sync/listHosts.d.ts +1 -1
- package/dist/client/types/com/atproto/sync/listHosts.d.ts.map +1 -1
- package/dist/client/types/com/atproto/sync/listHosts.js +6 -11
- package/dist/client/types/com/atproto/sync/listHosts.js.map +1 -1
- package/dist/client/types/com/atproto/sync/listRepos.d.ts +1 -1
- package/dist/client/types/com/atproto/sync/listRepos.d.ts.map +1 -1
- package/dist/client/types/com/atproto/sync/listRepos.js +6 -11
- package/dist/client/types/com/atproto/sync/listRepos.js.map +1 -1
- package/dist/client/types/com/atproto/sync/listReposByCollection.d.ts +1 -1
- package/dist/client/types/com/atproto/sync/listReposByCollection.d.ts.map +1 -1
- package/dist/client/types/com/atproto/sync/listReposByCollection.js +6 -11
- package/dist/client/types/com/atproto/sync/listReposByCollection.js.map +1 -1
- package/dist/client/types/com/atproto/sync/notifyOfUpdate.js +4 -7
- package/dist/client/types/com/atproto/sync/notifyOfUpdate.js.map +1 -1
- package/dist/client/types/com/atproto/sync/requestCrawl.js +7 -12
- package/dist/client/types/com/atproto/sync/requestCrawl.js.map +1 -1
- package/dist/client/types/com/atproto/sync/subscribeRepos.d.ts +6 -6
- package/dist/client/types/com/atproto/sync/subscribeRepos.d.ts.map +1 -1
- package/dist/client/types/com/atproto/sync/subscribeRepos.js +15 -29
- package/dist/client/types/com/atproto/sync/subscribeRepos.js.map +1 -1
- package/dist/client/types/com/atproto/temp/addReservedHandle.js +4 -7
- package/dist/client/types/com/atproto/temp/addReservedHandle.js.map +1 -1
- package/dist/client/types/com/atproto/temp/checkHandleAvailability.d.ts +4 -4
- package/dist/client/types/com/atproto/temp/checkHandleAvailability.d.ts.map +1 -1
- package/dist/client/types/com/atproto/temp/checkHandleAvailability.js +13 -24
- package/dist/client/types/com/atproto/temp/checkHandleAvailability.js.map +1 -1
- package/dist/client/types/com/atproto/temp/checkSignupQueue.js +4 -7
- package/dist/client/types/com/atproto/temp/checkSignupQueue.js.map +1 -1
- package/dist/client/types/com/atproto/temp/dereferenceScope.js +7 -12
- package/dist/client/types/com/atproto/temp/dereferenceScope.js.map +1 -1
- package/dist/client/types/com/atproto/temp/fetchLabels.js +4 -7
- package/dist/client/types/com/atproto/temp/fetchLabels.js.map +1 -1
- package/dist/client/types/com/atproto/temp/requestPhoneVerification.js +4 -7
- package/dist/client/types/com/atproto/temp/requestPhoneVerification.js.map +1 -1
- package/dist/client/types/com/atproto/temp/revokeAccountCredentials.js +4 -7
- package/dist/client/types/com/atproto/temp/revokeAccountCredentials.js.map +1 -1
- package/dist/client/types/com/germnetwork/declaration.d.ts +2 -2
- package/dist/client/types/com/germnetwork/declaration.d.ts.map +1 -1
- package/dist/client/types/com/germnetwork/declaration.js +8 -15
- package/dist/client/types/com/germnetwork/declaration.js.map +1 -1
- package/dist/client/types/tools/ozone/communication/createTemplate.js +7 -12
- package/dist/client/types/tools/ozone/communication/createTemplate.js.map +1 -1
- package/dist/client/types/tools/ozone/communication/defs.d.ts +1 -1
- package/dist/client/types/tools/ozone/communication/defs.d.ts.map +1 -1
- package/dist/client/types/tools/ozone/communication/defs.js +5 -9
- package/dist/client/types/tools/ozone/communication/defs.js.map +1 -1
- package/dist/client/types/tools/ozone/communication/deleteTemplate.js +4 -7
- package/dist/client/types/tools/ozone/communication/deleteTemplate.js.map +1 -1
- package/dist/client/types/tools/ozone/communication/listTemplates.js +4 -7
- package/dist/client/types/tools/ozone/communication/listTemplates.js.map +1 -1
- package/dist/client/types/tools/ozone/communication/updateTemplate.js +7 -12
- package/dist/client/types/tools/ozone/communication/updateTemplate.js.map +1 -1
- package/dist/client/types/tools/ozone/hosting/getAccountHistory.d.ts +7 -7
- package/dist/client/types/tools/ozone/hosting/getAccountHistory.d.ts.map +1 -1
- package/dist/client/types/tools/ozone/hosting/getAccountHistory.js +16 -31
- package/dist/client/types/tools/ozone/hosting/getAccountHistory.js.map +1 -1
- package/dist/client/types/tools/ozone/moderation/cancelScheduledActions.d.ts +2 -2
- package/dist/client/types/tools/ozone/moderation/cancelScheduledActions.d.ts.map +1 -1
- package/dist/client/types/tools/ozone/moderation/cancelScheduledActions.js +8 -15
- package/dist/client/types/tools/ozone/moderation/cancelScheduledActions.js.map +1 -1
- package/dist/client/types/tools/ozone/moderation/defs.d.ts +49 -49
- package/dist/client/types/tools/ozone/moderation/defs.d.ts.map +1 -1
- package/dist/client/types/tools/ozone/moderation/defs.js +106 -205
- package/dist/client/types/tools/ozone/moderation/defs.js.map +1 -1
- package/dist/client/types/tools/ozone/moderation/emitEvent.d.ts +2 -2
- package/dist/client/types/tools/ozone/moderation/emitEvent.d.ts.map +1 -1
- package/dist/client/types/tools/ozone/moderation/emitEvent.js +10 -18
- package/dist/client/types/tools/ozone/moderation/emitEvent.js.map +1 -1
- package/dist/client/types/tools/ozone/moderation/getAccountTimeline.d.ts +2 -2
- package/dist/client/types/tools/ozone/moderation/getAccountTimeline.d.ts.map +1 -1
- package/dist/client/types/tools/ozone/moderation/getAccountTimeline.js +11 -20
- package/dist/client/types/tools/ozone/moderation/getAccountTimeline.js.map +1 -1
- package/dist/client/types/tools/ozone/moderation/getEvent.js +4 -7
- package/dist/client/types/tools/ozone/moderation/getEvent.js.map +1 -1
- package/dist/client/types/tools/ozone/moderation/getRecord.js +7 -12
- package/dist/client/types/tools/ozone/moderation/getRecord.js.map +1 -1
- package/dist/client/types/tools/ozone/moderation/getRecords.d.ts +1 -1
- package/dist/client/types/tools/ozone/moderation/getRecords.d.ts.map +1 -1
- package/dist/client/types/tools/ozone/moderation/getRecords.js +4 -7
- package/dist/client/types/tools/ozone/moderation/getRecords.js.map +1 -1
- package/dist/client/types/tools/ozone/moderation/getRepo.js +7 -12
- package/dist/client/types/tools/ozone/moderation/getRepo.js.map +1 -1
- package/dist/client/types/tools/ozone/moderation/getReporterStats.js +4 -7
- package/dist/client/types/tools/ozone/moderation/getReporterStats.js.map +1 -1
- package/dist/client/types/tools/ozone/moderation/getRepos.d.ts +1 -1
- package/dist/client/types/tools/ozone/moderation/getRepos.d.ts.map +1 -1
- package/dist/client/types/tools/ozone/moderation/getRepos.js +4 -7
- package/dist/client/types/tools/ozone/moderation/getRepos.js.map +1 -1
- package/dist/client/types/tools/ozone/moderation/getSubjects.js +4 -7
- package/dist/client/types/tools/ozone/moderation/getSubjects.js.map +1 -1
- package/dist/client/types/tools/ozone/moderation/listScheduledActions.js +4 -7
- package/dist/client/types/tools/ozone/moderation/listScheduledActions.js.map +1 -1
- package/dist/client/types/tools/ozone/moderation/queryEvents.js +4 -7
- package/dist/client/types/tools/ozone/moderation/queryEvents.js.map +1 -1
- package/dist/client/types/tools/ozone/moderation/queryStatuses.js +4 -7
- package/dist/client/types/tools/ozone/moderation/queryStatuses.js.map +1 -1
- package/dist/client/types/tools/ozone/moderation/scheduleAction.d.ts +5 -5
- package/dist/client/types/tools/ozone/moderation/scheduleAction.d.ts.map +1 -1
- package/dist/client/types/tools/ozone/moderation/scheduleAction.js +12 -23
- package/dist/client/types/tools/ozone/moderation/scheduleAction.js.map +1 -1
- package/dist/client/types/tools/ozone/moderation/searchRepos.js +4 -7
- package/dist/client/types/tools/ozone/moderation/searchRepos.js.map +1 -1
- package/dist/client/types/tools/ozone/queue/assignModerator.js +7 -12
- package/dist/client/types/tools/ozone/queue/assignModerator.js.map +1 -1
- package/dist/client/types/tools/ozone/queue/createQueue.js +7 -12
- package/dist/client/types/tools/ozone/queue/createQueue.js.map +1 -1
- package/dist/client/types/tools/ozone/queue/defs.d.ts +3 -3
- package/dist/client/types/tools/ozone/queue/defs.d.ts.map +1 -1
- package/dist/client/types/tools/ozone/queue/defs.js +9 -17
- package/dist/client/types/tools/ozone/queue/defs.js.map +1 -1
- package/dist/client/types/tools/ozone/queue/deleteQueue.js +4 -7
- package/dist/client/types/tools/ozone/queue/deleteQueue.js.map +1 -1
- package/dist/client/types/tools/ozone/queue/getAssignments.js +4 -7
- package/dist/client/types/tools/ozone/queue/getAssignments.js.map +1 -1
- package/dist/client/types/tools/ozone/queue/listQueues.js +4 -7
- package/dist/client/types/tools/ozone/queue/listQueues.js.map +1 -1
- package/dist/client/types/tools/ozone/queue/routeReports.js +7 -12
- package/dist/client/types/tools/ozone/queue/routeReports.js.map +1 -1
- package/dist/client/types/tools/ozone/queue/unassignModerator.js +7 -12
- package/dist/client/types/tools/ozone/queue/unassignModerator.js.map +1 -1
- package/dist/client/types/tools/ozone/queue/updateQueue.js +4 -7
- package/dist/client/types/tools/ozone/queue/updateQueue.js.map +1 -1
- package/dist/client/types/tools/ozone/report/assignModerator.js +8 -14
- package/dist/client/types/tools/ozone/report/assignModerator.js.map +1 -1
- package/dist/client/types/tools/ozone/report/createActivity.d.ts +1 -1
- package/dist/client/types/tools/ozone/report/createActivity.d.ts.map +1 -1
- package/dist/client/types/tools/ozone/report/createActivity.js +9 -16
- package/dist/client/types/tools/ozone/report/createActivity.js.map +1 -1
- package/dist/client/types/tools/ozone/report/defs.d.ts +13 -13
- package/dist/client/types/tools/ozone/report/defs.d.ts.map +1 -1
- package/dist/client/types/tools/ozone/report/defs.js +67 -94
- package/dist/client/types/tools/ozone/report/defs.js.map +1 -1
- package/dist/client/types/tools/ozone/report/getAssignments.js +4 -7
- package/dist/client/types/tools/ozone/report/getAssignments.js.map +1 -1
- package/dist/client/types/tools/ozone/report/getHistoricalStats.js +4 -7
- package/dist/client/types/tools/ozone/report/getHistoricalStats.js.map +1 -1
- package/dist/client/types/tools/ozone/report/getLatestReport.js +7 -12
- package/dist/client/types/tools/ozone/report/getLatestReport.js.map +1 -1
- package/dist/client/types/tools/ozone/report/getLiveStats.js +4 -7
- package/dist/client/types/tools/ozone/report/getLiveStats.js.map +1 -1
- package/dist/client/types/tools/ozone/report/getReport.js +7 -12
- package/dist/client/types/tools/ozone/report/getReport.js.map +1 -1
- package/dist/client/types/tools/ozone/report/listActivities.js +4 -7
- package/dist/client/types/tools/ozone/report/listActivities.js.map +1 -1
- package/dist/client/types/tools/ozone/report/queryReports.js +4 -7
- package/dist/client/types/tools/ozone/report/queryReports.js.map +1 -1
- package/dist/client/types/tools/ozone/report/reassignQueue.js +11 -20
- package/dist/client/types/tools/ozone/report/reassignQueue.js.map +1 -1
- package/dist/client/types/tools/ozone/report/refreshStats.js +4 -7
- package/dist/client/types/tools/ozone/report/refreshStats.js.map +1 -1
- package/dist/client/types/tools/ozone/report/unassignModerator.js +7 -12
- package/dist/client/types/tools/ozone/report/unassignModerator.js.map +1 -1
- package/dist/client/types/tools/ozone/safelink/addRule.js +8 -14
- package/dist/client/types/tools/ozone/safelink/addRule.js.map +1 -1
- package/dist/client/types/tools/ozone/safelink/defs.d.ts +2 -2
- package/dist/client/types/tools/ozone/safelink/defs.d.ts.map +1 -1
- package/dist/client/types/tools/ozone/safelink/defs.js +7 -13
- package/dist/client/types/tools/ozone/safelink/defs.js.map +1 -1
- package/dist/client/types/tools/ozone/safelink/queryEvents.js +4 -7
- package/dist/client/types/tools/ozone/safelink/queryEvents.js.map +1 -1
- package/dist/client/types/tools/ozone/safelink/queryRules.js +4 -7
- package/dist/client/types/tools/ozone/safelink/queryRules.js.map +1 -1
- package/dist/client/types/tools/ozone/safelink/removeRule.js +7 -12
- package/dist/client/types/tools/ozone/safelink/removeRule.js.map +1 -1
- package/dist/client/types/tools/ozone/safelink/updateRule.js +7 -12
- package/dist/client/types/tools/ozone/safelink/updateRule.js.map +1 -1
- package/dist/client/types/tools/ozone/server/getConfig.d.ts +2 -2
- package/dist/client/types/tools/ozone/server/getConfig.d.ts.map +1 -1
- package/dist/client/types/tools/ozone/server/getConfig.js +8 -15
- package/dist/client/types/tools/ozone/server/getConfig.js.map +1 -1
- package/dist/client/types/tools/ozone/set/addValues.js +4 -7
- package/dist/client/types/tools/ozone/set/addValues.js.map +1 -1
- package/dist/client/types/tools/ozone/set/defs.d.ts +2 -2
- package/dist/client/types/tools/ozone/set/defs.d.ts.map +1 -1
- package/dist/client/types/tools/ozone/set/defs.js +7 -13
- package/dist/client/types/tools/ozone/set/defs.js.map +1 -1
- package/dist/client/types/tools/ozone/set/deleteSet.js +7 -12
- package/dist/client/types/tools/ozone/set/deleteSet.js.map +1 -1
- package/dist/client/types/tools/ozone/set/deleteValues.js +7 -12
- package/dist/client/types/tools/ozone/set/deleteValues.js.map +1 -1
- package/dist/client/types/tools/ozone/set/getValues.js +7 -12
- package/dist/client/types/tools/ozone/set/getValues.js.map +1 -1
- package/dist/client/types/tools/ozone/set/querySets.js +4 -7
- package/dist/client/types/tools/ozone/set/querySets.js.map +1 -1
- package/dist/client/types/tools/ozone/set/upsertSet.js +4 -7
- package/dist/client/types/tools/ozone/set/upsertSet.js.map +1 -1
- package/dist/client/types/tools/ozone/setting/defs.d.ts +1 -1
- package/dist/client/types/tools/ozone/setting/defs.d.ts.map +1 -1
- package/dist/client/types/tools/ozone/setting/defs.js +5 -9
- package/dist/client/types/tools/ozone/setting/defs.js.map +1 -1
- package/dist/client/types/tools/ozone/setting/listOptions.js +4 -7
- package/dist/client/types/tools/ozone/setting/listOptions.js.map +1 -1
- package/dist/client/types/tools/ozone/setting/removeOptions.js +4 -7
- package/dist/client/types/tools/ozone/setting/removeOptions.js.map +1 -1
- package/dist/client/types/tools/ozone/setting/upsertOption.js +4 -7
- package/dist/client/types/tools/ozone/setting/upsertOption.js.map +1 -1
- package/dist/client/types/tools/ozone/signature/defs.d.ts +1 -1
- package/dist/client/types/tools/ozone/signature/defs.d.ts.map +1 -1
- package/dist/client/types/tools/ozone/signature/defs.js +5 -9
- package/dist/client/types/tools/ozone/signature/defs.js.map +1 -1
- package/dist/client/types/tools/ozone/signature/findCorrelation.js +4 -7
- package/dist/client/types/tools/ozone/signature/findCorrelation.js.map +1 -1
- package/dist/client/types/tools/ozone/signature/findRelatedAccounts.d.ts +1 -1
- package/dist/client/types/tools/ozone/signature/findRelatedAccounts.d.ts.map +1 -1
- package/dist/client/types/tools/ozone/signature/findRelatedAccounts.js +6 -11
- package/dist/client/types/tools/ozone/signature/findRelatedAccounts.js.map +1 -1
- package/dist/client/types/tools/ozone/signature/searchAccounts.js +4 -7
- package/dist/client/types/tools/ozone/signature/searchAccounts.js.map +1 -1
- package/dist/client/types/tools/ozone/team/addMember.js +7 -12
- package/dist/client/types/tools/ozone/team/addMember.js.map +1 -1
- package/dist/client/types/tools/ozone/team/defs.d.ts +1 -1
- package/dist/client/types/tools/ozone/team/defs.d.ts.map +1 -1
- package/dist/client/types/tools/ozone/team/defs.js +9 -14
- package/dist/client/types/tools/ozone/team/defs.js.map +1 -1
- package/dist/client/types/tools/ozone/team/deleteMember.js +8 -14
- package/dist/client/types/tools/ozone/team/deleteMember.js.map +1 -1
- package/dist/client/types/tools/ozone/team/listMembers.js +4 -7
- package/dist/client/types/tools/ozone/team/listMembers.js.map +1 -1
- package/dist/client/types/tools/ozone/team/updateMember.js +7 -12
- package/dist/client/types/tools/ozone/team/updateMember.js.map +1 -1
- package/dist/client/types/tools/ozone/verification/defs.d.ts +2 -2
- package/dist/client/types/tools/ozone/verification/defs.d.ts.map +1 -1
- package/dist/client/types/tools/ozone/verification/defs.js +5 -9
- package/dist/client/types/tools/ozone/verification/defs.js.map +1 -1
- package/dist/client/types/tools/ozone/verification/grantVerifications.d.ts +2 -2
- package/dist/client/types/tools/ozone/verification/grantVerifications.d.ts.map +1 -1
- package/dist/client/types/tools/ozone/verification/grantVerifications.js +8 -15
- package/dist/client/types/tools/ozone/verification/grantVerifications.js.map +1 -1
- package/dist/client/types/tools/ozone/verification/listVerifications.js +4 -7
- package/dist/client/types/tools/ozone/verification/listVerifications.js.map +1 -1
- package/dist/client/types/tools/ozone/verification/revokeVerifications.d.ts +1 -1
- package/dist/client/types/tools/ozone/verification/revokeVerifications.d.ts.map +1 -1
- package/dist/client/types/tools/ozone/verification/revokeVerifications.js +6 -11
- package/dist/client/types/tools/ozone/verification/revokeVerifications.js.map +1 -1
- package/dist/client/util.js +3 -8
- package/dist/client/util.js.map +1 -1
- package/dist/const.js +1 -4
- package/dist/const.js.map +1 -1
- package/dist/index.d.ts +21 -21
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +28 -62
- package/dist/index.js.map +1 -1
- package/dist/mocker.d.ts +2 -2
- package/dist/mocker.d.ts.map +1 -1
- package/dist/mocker.js +1 -4
- package/dist/mocker.js.map +1 -1
- package/dist/moderation/const/labels.d.ts +1 -1
- package/dist/moderation/const/labels.d.ts.map +1 -1
- package/dist/moderation/const/labels.js +2 -5
- package/dist/moderation/const/labels.js.map +1 -1
- package/dist/moderation/decision.d.ts +10 -10
- package/dist/moderation/decision.d.ts.map +1 -1
- package/dist/moderation/decision.js +24 -43
- package/dist/moderation/decision.js.map +1 -1
- package/dist/moderation/index.d.ts +6 -6
- package/dist/moderation/index.d.ts.map +1 -1
- package/dist/moderation/index.js +24 -39
- package/dist/moderation/index.js.map +1 -1
- package/dist/moderation/mutewords.d.ts +1 -1
- package/dist/moderation/mutewords.d.ts.map +1 -1
- package/dist/moderation/mutewords.js +4 -8
- package/dist/moderation/mutewords.js.map +1 -1
- package/dist/moderation/subjects/account.d.ts +2 -2
- package/dist/moderation/subjects/account.d.ts.map +1 -1
- package/dist/moderation/subjects/account.js +4 -8
- package/dist/moderation/subjects/account.js.map +1 -1
- package/dist/moderation/subjects/feed-generator.d.ts +2 -2
- package/dist/moderation/subjects/feed-generator.d.ts.map +1 -1
- package/dist/moderation/subjects/feed-generator.js +6 -9
- package/dist/moderation/subjects/feed-generator.js.map +1 -1
- package/dist/moderation/subjects/notification.d.ts +2 -2
- package/dist/moderation/subjects/notification.d.ts.map +1 -1
- package/dist/moderation/subjects/notification.js +6 -9
- package/dist/moderation/subjects/notification.js.map +1 -1
- package/dist/moderation/subjects/post.d.ts +2 -2
- package/dist/moderation/subjects/post.d.ts.map +1 -1
- package/dist/moderation/subjects/post.js +55 -58
- package/dist/moderation/subjects/post.js.map +1 -1
- package/dist/moderation/subjects/profile.d.ts +2 -2
- package/dist/moderation/subjects/profile.d.ts.map +1 -1
- package/dist/moderation/subjects/profile.js +4 -8
- package/dist/moderation/subjects/profile.js.map +1 -1
- package/dist/moderation/subjects/status.d.ts +2 -2
- package/dist/moderation/subjects/status.d.ts.map +1 -1
- package/dist/moderation/subjects/status.js +6 -9
- package/dist/moderation/subjects/status.js.map +1 -1
- package/dist/moderation/subjects/user-list.d.ts +2 -2
- package/dist/moderation/subjects/user-list.d.ts.map +1 -1
- package/dist/moderation/subjects/user-list.js +8 -11
- package/dist/moderation/subjects/user-list.js.map +1 -1
- package/dist/moderation/types.d.ts +3 -3
- package/dist/moderation/types.d.ts.map +1 -1
- package/dist/moderation/types.js +6 -9
- package/dist/moderation/types.js.map +1 -1
- package/dist/moderation/ui.d.ts +1 -1
- package/dist/moderation/ui.d.ts.map +1 -1
- package/dist/moderation/ui.js +6 -35
- package/dist/moderation/ui.js.map +1 -1
- package/dist/moderation/util.d.ts +2 -2
- package/dist/moderation/util.d.ts.map +1 -1
- package/dist/moderation/util.js +9 -15
- package/dist/moderation/util.js.map +1 -1
- package/dist/predicate.d.ts +1 -1
- package/dist/predicate.d.ts.map +1 -1
- package/dist/predicate.js +19 -22
- package/dist/predicate.js.map +1 -1
- package/dist/rich-text/detection.d.ts +2 -2
- package/dist/rich-text/detection.d.ts.map +1 -1
- package/dist/rich-text/detection.js +9 -15
- package/dist/rich-text/detection.js.map +1 -1
- package/dist/rich-text/rich-text.d.ts +2 -2
- package/dist/rich-text/rich-text.d.ts.map +1 -1
- package/dist/rich-text/rich-text.js +18 -45
- package/dist/rich-text/rich-text.js.map +1 -1
- package/dist/rich-text/sanitization.d.ts +1 -1
- package/dist/rich-text/sanitization.d.ts.map +1 -1
- package/dist/rich-text/sanitization.js +3 -6
- package/dist/rich-text/sanitization.js.map +1 -1
- package/dist/rich-text/unicode.js +3 -25
- package/dist/rich-text/unicode.js.map +1 -1
- package/dist/rich-text/util.js +5 -8
- package/dist/rich-text/util.js.map +1 -1
- package/dist/session-manager.js +1 -2
- package/dist/types.d.ts +2 -2
- package/dist/types.d.ts.map +1 -1
- package/dist/types.js +7 -16
- package/dist/types.js.map +1 -1
- package/dist/util.d.ts +2 -2
- package/dist/util.d.ts.map +1 -1
- package/dist/util.js +15 -23
- package/dist/util.js.map +1 -1
- package/{jest.config.js → jest.config.cjs} +8 -1
- package/jest.setup.ts +2 -2
- package/package.json +21 -13
- package/scripts/code/labels.mjs +1 -1
- package/src/age-assurance.test.ts +2 -2
- package/src/age-assurance.ts +2 -2
- package/src/agent.ts +12 -12
- package/src/atp-agent.ts +5 -5
- package/src/bsky-agent.ts +1 -1
- package/src/client/types/app/bsky/actor/defs.ts +2 -2
- package/src/client/types/app/bsky/actor/getPreferences.ts +2 -2
- package/src/client/types/app/bsky/actor/getProfile.ts +2 -2
- package/src/client/types/app/bsky/actor/getProfiles.ts +2 -2
- package/src/client/types/app/bsky/actor/getSuggestions.ts +2 -2
- package/src/client/types/app/bsky/actor/profile.ts +2 -2
- package/src/client/types/app/bsky/actor/putPreferences.ts +2 -2
- package/src/client/types/app/bsky/actor/searchActors.ts +2 -2
- package/src/client/types/app/bsky/actor/searchActorsTypeahead.ts +2 -2
- package/src/client/types/app/bsky/actor/status.ts +2 -2
- package/src/client/types/app/bsky/ageassurance/begin.ts +2 -2
- package/src/client/types/app/bsky/ageassurance/defs.ts +2 -2
- package/src/client/types/app/bsky/ageassurance/getConfig.ts +2 -2
- package/src/client/types/app/bsky/ageassurance/getState.ts +2 -2
- package/src/client/types/app/bsky/bookmark/createBookmark.ts +2 -2
- package/src/client/types/app/bsky/bookmark/defs.ts +2 -2
- package/src/client/types/app/bsky/bookmark/deleteBookmark.ts +2 -2
- package/src/client/types/app/bsky/bookmark/getBookmarks.ts +2 -2
- package/src/client/types/app/bsky/contact/defs.ts +2 -2
- package/src/client/types/app/bsky/contact/dismissMatch.ts +2 -2
- package/src/client/types/app/bsky/contact/getMatches.ts +2 -2
- package/src/client/types/app/bsky/contact/getSyncStatus.ts +2 -2
- package/src/client/types/app/bsky/contact/importContacts.ts +2 -2
- package/src/client/types/app/bsky/contact/removeData.ts +2 -2
- package/src/client/types/app/bsky/contact/sendNotification.ts +2 -2
- package/src/client/types/app/bsky/contact/startPhoneVerification.ts +2 -2
- package/src/client/types/app/bsky/contact/verifyPhone.ts +2 -2
- package/src/client/types/app/bsky/draft/createDraft.ts +2 -2
- package/src/client/types/app/bsky/draft/defs.ts +2 -2
- package/src/client/types/app/bsky/draft/deleteDraft.ts +2 -2
- package/src/client/types/app/bsky/draft/getDrafts.ts +2 -2
- package/src/client/types/app/bsky/draft/updateDraft.ts +2 -2
- package/src/client/types/app/bsky/embed/defs.ts +2 -2
- package/src/client/types/app/bsky/embed/external.ts +2 -2
- package/src/client/types/app/bsky/embed/images.ts +2 -2
- package/src/client/types/app/bsky/embed/record.ts +2 -2
- package/src/client/types/app/bsky/embed/recordWithMedia.ts +2 -2
- package/src/client/types/app/bsky/embed/video.ts +2 -2
- package/src/client/types/app/bsky/feed/defs.ts +2 -2
- package/src/client/types/app/bsky/feed/describeFeedGenerator.ts +2 -2
- package/src/client/types/app/bsky/feed/generator.ts +2 -2
- package/src/client/types/app/bsky/feed/getActorFeeds.ts +2 -2
- package/src/client/types/app/bsky/feed/getActorLikes.ts +2 -2
- package/src/client/types/app/bsky/feed/getAuthorFeed.ts +2 -2
- package/src/client/types/app/bsky/feed/getFeed.ts +2 -2
- package/src/client/types/app/bsky/feed/getFeedGenerator.ts +2 -2
- package/src/client/types/app/bsky/feed/getFeedGenerators.ts +2 -2
- package/src/client/types/app/bsky/feed/getFeedSkeleton.ts +2 -2
- package/src/client/types/app/bsky/feed/getLikes.ts +2 -2
- package/src/client/types/app/bsky/feed/getListFeed.ts +2 -2
- package/src/client/types/app/bsky/feed/getPostThread.ts +2 -2
- package/src/client/types/app/bsky/feed/getPosts.ts +2 -2
- package/src/client/types/app/bsky/feed/getQuotes.ts +2 -2
- package/src/client/types/app/bsky/feed/getRepostedBy.ts +2 -2
- package/src/client/types/app/bsky/feed/getSuggestedFeeds.ts +2 -2
- package/src/client/types/app/bsky/feed/getTimeline.ts +2 -2
- package/src/client/types/app/bsky/feed/like.ts +2 -2
- package/src/client/types/app/bsky/feed/post.ts +2 -2
- package/src/client/types/app/bsky/feed/postgate.ts +2 -2
- package/src/client/types/app/bsky/feed/repost.ts +2 -2
- package/src/client/types/app/bsky/feed/searchPosts.ts +2 -2
- package/src/client/types/app/bsky/feed/sendInteractions.ts +2 -2
- package/src/client/types/app/bsky/feed/threadgate.ts +2 -2
- package/src/client/types/app/bsky/graph/block.ts +2 -2
- package/src/client/types/app/bsky/graph/defs.ts +2 -2
- package/src/client/types/app/bsky/graph/follow.ts +2 -2
- package/src/client/types/app/bsky/graph/getActorStarterPacks.ts +2 -2
- package/src/client/types/app/bsky/graph/getBlocks.ts +2 -2
- package/src/client/types/app/bsky/graph/getFollowers.ts +2 -2
- package/src/client/types/app/bsky/graph/getFollows.ts +2 -2
- package/src/client/types/app/bsky/graph/getKnownFollowers.ts +2 -2
- package/src/client/types/app/bsky/graph/getList.ts +2 -2
- package/src/client/types/app/bsky/graph/getListBlocks.ts +2 -2
- package/src/client/types/app/bsky/graph/getListMutes.ts +2 -2
- package/src/client/types/app/bsky/graph/getLists.ts +2 -2
- package/src/client/types/app/bsky/graph/getListsWithMembership.ts +2 -2
- package/src/client/types/app/bsky/graph/getMutes.ts +2 -2
- package/src/client/types/app/bsky/graph/getRelationships.ts +2 -2
- package/src/client/types/app/bsky/graph/getStarterPack.ts +2 -2
- package/src/client/types/app/bsky/graph/getStarterPacks.ts +2 -2
- package/src/client/types/app/bsky/graph/getStarterPacksWithMembership.ts +2 -2
- package/src/client/types/app/bsky/graph/getSuggestedFollowsByActor.ts +2 -2
- package/src/client/types/app/bsky/graph/list.ts +2 -2
- package/src/client/types/app/bsky/graph/listblock.ts +2 -2
- package/src/client/types/app/bsky/graph/listitem.ts +2 -2
- package/src/client/types/app/bsky/graph/muteActor.ts +2 -2
- package/src/client/types/app/bsky/graph/muteActorList.ts +2 -2
- package/src/client/types/app/bsky/graph/muteThread.ts +2 -2
- package/src/client/types/app/bsky/graph/searchStarterPacks.ts +2 -2
- package/src/client/types/app/bsky/graph/starterpack.ts +2 -2
- package/src/client/types/app/bsky/graph/unmuteActor.ts +2 -2
- package/src/client/types/app/bsky/graph/unmuteActorList.ts +2 -2
- package/src/client/types/app/bsky/graph/unmuteThread.ts +2 -2
- package/src/client/types/app/bsky/graph/verification.ts +2 -2
- package/src/client/types/app/bsky/labeler/defs.ts +2 -2
- package/src/client/types/app/bsky/labeler/getServices.ts +2 -2
- package/src/client/types/app/bsky/labeler/service.ts +2 -2
- package/src/client/types/app/bsky/notification/declaration.ts +2 -2
- package/src/client/types/app/bsky/notification/defs.ts +2 -2
- package/src/client/types/app/bsky/notification/getPreferences.ts +2 -2
- package/src/client/types/app/bsky/notification/getUnreadCount.ts +2 -2
- package/src/client/types/app/bsky/notification/listActivitySubscriptions.ts +2 -2
- package/src/client/types/app/bsky/notification/listNotifications.ts +2 -2
- package/src/client/types/app/bsky/notification/putActivitySubscription.ts +2 -2
- package/src/client/types/app/bsky/notification/putPreferences.ts +2 -2
- package/src/client/types/app/bsky/notification/putPreferencesV2.ts +2 -2
- package/src/client/types/app/bsky/notification/registerPush.ts +2 -2
- package/src/client/types/app/bsky/notification/unregisterPush.ts +2 -2
- package/src/client/types/app/bsky/notification/updateSeen.ts +2 -2
- package/src/client/types/app/bsky/richtext/facet.ts +2 -2
- package/src/client/types/app/bsky/unspecced/defs.ts +2 -2
- package/src/client/types/app/bsky/unspecced/getAgeAssuranceState.ts +2 -2
- package/src/client/types/app/bsky/unspecced/getConfig.ts +2 -2
- package/src/client/types/app/bsky/unspecced/getOnboardingSuggestedStarterPacks.ts +2 -2
- package/src/client/types/app/bsky/unspecced/getOnboardingSuggestedStarterPacksSkeleton.ts +2 -2
- package/src/client/types/app/bsky/unspecced/getOnboardingSuggestedUsersSkeleton.ts +2 -2
- package/src/client/types/app/bsky/unspecced/getPopularFeedGenerators.ts +2 -2
- package/src/client/types/app/bsky/unspecced/getPostThreadOtherV2.ts +2 -2
- package/src/client/types/app/bsky/unspecced/getPostThreadV2.ts +2 -2
- package/src/client/types/app/bsky/unspecced/getSuggestedFeeds.ts +2 -2
- package/src/client/types/app/bsky/unspecced/getSuggestedFeedsSkeleton.ts +2 -2
- package/src/client/types/app/bsky/unspecced/getSuggestedOnboardingUsers.ts +2 -2
- package/src/client/types/app/bsky/unspecced/getSuggestedStarterPacks.ts +2 -2
- package/src/client/types/app/bsky/unspecced/getSuggestedStarterPacksSkeleton.ts +2 -2
- package/src/client/types/app/bsky/unspecced/getSuggestedUsers.ts +2 -2
- package/src/client/types/app/bsky/unspecced/getSuggestedUsersForDiscover.ts +2 -2
- package/src/client/types/app/bsky/unspecced/getSuggestedUsersForDiscoverSkeleton.ts +2 -2
- package/src/client/types/app/bsky/unspecced/getSuggestedUsersForExplore.ts +2 -2
- package/src/client/types/app/bsky/unspecced/getSuggestedUsersForExploreSkeleton.ts +2 -2
- package/src/client/types/app/bsky/unspecced/getSuggestedUsersForSeeMore.ts +2 -2
- package/src/client/types/app/bsky/unspecced/getSuggestedUsersForSeeMoreSkeleton.ts +2 -2
- package/src/client/types/app/bsky/unspecced/getSuggestedUsersSkeleton.ts +2 -2
- package/src/client/types/app/bsky/unspecced/getSuggestionsSkeleton.ts +2 -2
- package/src/client/types/app/bsky/unspecced/getTaggedSuggestions.ts +2 -2
- package/src/client/types/app/bsky/unspecced/getTrendingTopics.ts +2 -2
- package/src/client/types/app/bsky/unspecced/getTrends.ts +2 -2
- package/src/client/types/app/bsky/unspecced/getTrendsSkeleton.ts +2 -2
- package/src/client/types/app/bsky/unspecced/initAgeAssurance.ts +2 -2
- package/src/client/types/app/bsky/unspecced/searchActorsSkeleton.ts +2 -2
- package/src/client/types/app/bsky/unspecced/searchPostsSkeleton.ts +2 -2
- package/src/client/types/app/bsky/unspecced/searchStarterPacksSkeleton.ts +2 -2
- package/src/client/types/app/bsky/video/defs.ts +2 -2
- package/src/client/types/app/bsky/video/getJobStatus.ts +2 -2
- package/src/client/types/app/bsky/video/getUploadLimits.ts +2 -2
- package/src/client/types/app/bsky/video/uploadVideo.ts +2 -2
- package/src/client/types/chat/bsky/actor/declaration.ts +2 -2
- package/src/client/types/chat/bsky/actor/defs.ts +2 -2
- package/src/client/types/chat/bsky/actor/deleteAccount.ts +2 -2
- package/src/client/types/chat/bsky/actor/exportAccountData.ts +2 -2
- package/src/client/types/chat/bsky/convo/acceptConvo.ts +2 -2
- package/src/client/types/chat/bsky/convo/addReaction.ts +2 -2
- package/src/client/types/chat/bsky/convo/defs.ts +2 -2
- package/src/client/types/chat/bsky/convo/deleteMessageForSelf.ts +2 -2
- package/src/client/types/chat/bsky/convo/getConvo.ts +2 -2
- package/src/client/types/chat/bsky/convo/getConvoAvailability.ts +2 -2
- package/src/client/types/chat/bsky/convo/getConvoForMembers.ts +2 -2
- package/src/client/types/chat/bsky/convo/getConvoMembers.ts +2 -2
- package/src/client/types/chat/bsky/convo/getLog.ts +2 -2
- package/src/client/types/chat/bsky/convo/getMessages.ts +2 -2
- package/src/client/types/chat/bsky/convo/leaveConvo.ts +2 -2
- package/src/client/types/chat/bsky/convo/listConvoRequests.ts +2 -2
- package/src/client/types/chat/bsky/convo/listConvos.ts +2 -2
- package/src/client/types/chat/bsky/convo/lockConvo.ts +2 -2
- package/src/client/types/chat/bsky/convo/muteConvo.ts +2 -2
- package/src/client/types/chat/bsky/convo/removeReaction.ts +2 -2
- package/src/client/types/chat/bsky/convo/sendMessage.ts +2 -2
- package/src/client/types/chat/bsky/convo/sendMessageBatch.ts +2 -2
- package/src/client/types/chat/bsky/convo/unlockConvo.ts +2 -2
- package/src/client/types/chat/bsky/convo/unmuteConvo.ts +2 -2
- package/src/client/types/chat/bsky/convo/updateAllRead.ts +2 -2
- package/src/client/types/chat/bsky/convo/updateRead.ts +2 -2
- package/src/client/types/chat/bsky/group/addMembers.ts +2 -2
- package/src/client/types/chat/bsky/group/approveJoinRequest.ts +2 -2
- package/src/client/types/chat/bsky/group/createGroup.ts +2 -2
- package/src/client/types/chat/bsky/group/createJoinLink.ts +2 -2
- package/src/client/types/chat/bsky/group/defs.ts +2 -2
- package/src/client/types/chat/bsky/group/disableJoinLink.ts +2 -2
- package/src/client/types/chat/bsky/group/editGroup.ts +2 -2
- package/src/client/types/chat/bsky/group/editJoinLink.ts +2 -2
- package/src/client/types/chat/bsky/group/enableJoinLink.ts +2 -2
- package/src/client/types/chat/bsky/group/getJoinLinkPreview.ts +2 -2
- package/src/client/types/chat/bsky/group/listJoinRequests.ts +2 -2
- package/src/client/types/chat/bsky/group/rejectJoinRequest.ts +2 -2
- package/src/client/types/chat/bsky/group/removeMembers.ts +2 -2
- package/src/client/types/chat/bsky/group/requestJoin.ts +2 -2
- package/src/client/types/chat/bsky/moderation/getActorMetadata.ts +2 -2
- package/src/client/types/chat/bsky/moderation/getMessageContext.ts +2 -2
- package/src/client/types/chat/bsky/moderation/subscribeModEvents.ts +2 -2
- package/src/client/types/chat/bsky/moderation/updateActorAccess.ts +2 -2
- package/src/client/types/com/atproto/admin/defs.ts +2 -2
- package/src/client/types/com/atproto/admin/deleteAccount.ts +2 -2
- package/src/client/types/com/atproto/admin/disableAccountInvites.ts +2 -2
- package/src/client/types/com/atproto/admin/disableInviteCodes.ts +2 -2
- package/src/client/types/com/atproto/admin/enableAccountInvites.ts +2 -2
- package/src/client/types/com/atproto/admin/getAccountInfo.ts +2 -2
- package/src/client/types/com/atproto/admin/getAccountInfos.ts +2 -2
- package/src/client/types/com/atproto/admin/getInviteCodes.ts +2 -2
- package/src/client/types/com/atproto/admin/getSubjectStatus.ts +2 -2
- package/src/client/types/com/atproto/admin/searchAccounts.ts +2 -2
- package/src/client/types/com/atproto/admin/sendEmail.ts +2 -2
- package/src/client/types/com/atproto/admin/updateAccountEmail.ts +2 -2
- package/src/client/types/com/atproto/admin/updateAccountHandle.ts +2 -2
- package/src/client/types/com/atproto/admin/updateAccountPassword.ts +2 -2
- package/src/client/types/com/atproto/admin/updateAccountSigningKey.ts +2 -2
- package/src/client/types/com/atproto/admin/updateSubjectStatus.ts +2 -2
- package/src/client/types/com/atproto/identity/defs.ts +2 -2
- package/src/client/types/com/atproto/identity/getRecommendedDidCredentials.ts +2 -2
- package/src/client/types/com/atproto/identity/refreshIdentity.ts +2 -2
- package/src/client/types/com/atproto/identity/requestPlcOperationSignature.ts +2 -2
- package/src/client/types/com/atproto/identity/resolveDid.ts +2 -2
- package/src/client/types/com/atproto/identity/resolveHandle.ts +2 -2
- package/src/client/types/com/atproto/identity/resolveIdentity.ts +2 -2
- package/src/client/types/com/atproto/identity/signPlcOperation.ts +2 -2
- package/src/client/types/com/atproto/identity/submitPlcOperation.ts +2 -2
- package/src/client/types/com/atproto/identity/updateHandle.ts +2 -2
- package/src/client/types/com/atproto/label/defs.ts +2 -2
- package/src/client/types/com/atproto/label/queryLabels.ts +2 -2
- package/src/client/types/com/atproto/label/subscribeLabels.ts +2 -2
- package/src/client/types/com/atproto/lexicon/resolveLexicon.ts +2 -2
- package/src/client/types/com/atproto/lexicon/schema.ts +2 -2
- package/src/client/types/com/atproto/moderation/createReport.ts +2 -2
- package/src/client/types/com/atproto/moderation/defs.ts +2 -2
- package/src/client/types/com/atproto/repo/applyWrites.ts +2 -2
- package/src/client/types/com/atproto/repo/createRecord.ts +2 -2
- package/src/client/types/com/atproto/repo/defs.ts +2 -2
- package/src/client/types/com/atproto/repo/deleteRecord.ts +2 -2
- package/src/client/types/com/atproto/repo/describeRepo.ts +2 -2
- package/src/client/types/com/atproto/repo/getRecord.ts +2 -2
- package/src/client/types/com/atproto/repo/importRepo.ts +2 -2
- package/src/client/types/com/atproto/repo/listMissingBlobs.ts +2 -2
- package/src/client/types/com/atproto/repo/listRecords.ts +2 -2
- package/src/client/types/com/atproto/repo/putRecord.ts +2 -2
- package/src/client/types/com/atproto/repo/strongRef.ts +2 -2
- package/src/client/types/com/atproto/repo/uploadBlob.ts +2 -2
- package/src/client/types/com/atproto/server/activateAccount.ts +2 -2
- package/src/client/types/com/atproto/server/checkAccountStatus.ts +2 -2
- package/src/client/types/com/atproto/server/confirmEmail.ts +2 -2
- package/src/client/types/com/atproto/server/createAccount.ts +2 -2
- package/src/client/types/com/atproto/server/createAppPassword.ts +2 -2
- package/src/client/types/com/atproto/server/createInviteCode.ts +2 -2
- package/src/client/types/com/atproto/server/createInviteCodes.ts +2 -2
- package/src/client/types/com/atproto/server/createSession.ts +2 -2
- package/src/client/types/com/atproto/server/deactivateAccount.ts +2 -2
- package/src/client/types/com/atproto/server/defs.ts +2 -2
- package/src/client/types/com/atproto/server/deleteAccount.ts +2 -2
- package/src/client/types/com/atproto/server/deleteSession.ts +2 -2
- package/src/client/types/com/atproto/server/describeServer.ts +2 -2
- package/src/client/types/com/atproto/server/getAccountInviteCodes.ts +2 -2
- package/src/client/types/com/atproto/server/getServiceAuth.ts +2 -2
- package/src/client/types/com/atproto/server/getSession.ts +2 -2
- package/src/client/types/com/atproto/server/listAppPasswords.ts +2 -2
- package/src/client/types/com/atproto/server/refreshSession.ts +2 -2
- package/src/client/types/com/atproto/server/requestAccountDelete.ts +2 -2
- package/src/client/types/com/atproto/server/requestEmailConfirmation.ts +2 -2
- package/src/client/types/com/atproto/server/requestEmailUpdate.ts +2 -2
- package/src/client/types/com/atproto/server/requestPasswordReset.ts +2 -2
- package/src/client/types/com/atproto/server/reserveSigningKey.ts +2 -2
- package/src/client/types/com/atproto/server/resetPassword.ts +2 -2
- package/src/client/types/com/atproto/server/revokeAppPassword.ts +2 -2
- package/src/client/types/com/atproto/server/updateEmail.ts +2 -2
- package/src/client/types/com/atproto/sync/defs.ts +2 -2
- package/src/client/types/com/atproto/sync/getBlob.ts +2 -2
- package/src/client/types/com/atproto/sync/getBlocks.ts +2 -2
- package/src/client/types/com/atproto/sync/getCheckout.ts +2 -2
- package/src/client/types/com/atproto/sync/getHead.ts +2 -2
- package/src/client/types/com/atproto/sync/getHostStatus.ts +2 -2
- package/src/client/types/com/atproto/sync/getLatestCommit.ts +2 -2
- package/src/client/types/com/atproto/sync/getRecord.ts +2 -2
- package/src/client/types/com/atproto/sync/getRepo.ts +2 -2
- package/src/client/types/com/atproto/sync/getRepoStatus.ts +2 -2
- package/src/client/types/com/atproto/sync/listBlobs.ts +2 -2
- package/src/client/types/com/atproto/sync/listHosts.ts +2 -2
- package/src/client/types/com/atproto/sync/listRepos.ts +2 -2
- package/src/client/types/com/atproto/sync/listReposByCollection.ts +2 -2
- package/src/client/types/com/atproto/sync/notifyOfUpdate.ts +2 -2
- package/src/client/types/com/atproto/sync/requestCrawl.ts +2 -2
- package/src/client/types/com/atproto/sync/subscribeRepos.ts +2 -2
- package/src/client/types/com/atproto/temp/addReservedHandle.ts +2 -2
- package/src/client/types/com/atproto/temp/checkHandleAvailability.ts +2 -2
- package/src/client/types/com/atproto/temp/checkSignupQueue.ts +2 -2
- package/src/client/types/com/atproto/temp/dereferenceScope.ts +2 -2
- package/src/client/types/com/atproto/temp/fetchLabels.ts +2 -2
- package/src/client/types/com/atproto/temp/requestPhoneVerification.ts +2 -2
- package/src/client/types/com/atproto/temp/revokeAccountCredentials.ts +2 -2
- package/src/client/types/com/germnetwork/declaration.ts +6 -2
- package/src/client/types/tools/ozone/communication/createTemplate.ts +2 -2
- package/src/client/types/tools/ozone/communication/defs.ts +2 -2
- package/src/client/types/tools/ozone/communication/deleteTemplate.ts +2 -2
- package/src/client/types/tools/ozone/communication/listTemplates.ts +2 -2
- package/src/client/types/tools/ozone/communication/updateTemplate.ts +2 -2
- package/src/client/types/tools/ozone/hosting/getAccountHistory.ts +2 -2
- package/src/client/types/tools/ozone/moderation/cancelScheduledActions.ts +2 -2
- package/src/client/types/tools/ozone/moderation/defs.ts +2 -2
- package/src/client/types/tools/ozone/moderation/emitEvent.ts +2 -2
- package/src/client/types/tools/ozone/moderation/getAccountTimeline.ts +2 -2
- package/src/client/types/tools/ozone/moderation/getEvent.ts +2 -2
- package/src/client/types/tools/ozone/moderation/getRecord.ts +2 -2
- package/src/client/types/tools/ozone/moderation/getRecords.ts +2 -2
- package/src/client/types/tools/ozone/moderation/getRepo.ts +2 -2
- package/src/client/types/tools/ozone/moderation/getReporterStats.ts +2 -2
- package/src/client/types/tools/ozone/moderation/getRepos.ts +2 -2
- package/src/client/types/tools/ozone/moderation/getSubjects.ts +2 -2
- package/src/client/types/tools/ozone/moderation/listScheduledActions.ts +2 -2
- package/src/client/types/tools/ozone/moderation/queryEvents.ts +2 -2
- package/src/client/types/tools/ozone/moderation/queryStatuses.ts +2 -2
- package/src/client/types/tools/ozone/moderation/scheduleAction.ts +2 -2
- package/src/client/types/tools/ozone/moderation/searchRepos.ts +2 -2
- package/src/client/types/tools/ozone/queue/assignModerator.ts +2 -2
- package/src/client/types/tools/ozone/queue/createQueue.ts +2 -2
- package/src/client/types/tools/ozone/queue/defs.ts +2 -2
- package/src/client/types/tools/ozone/queue/deleteQueue.ts +2 -2
- package/src/client/types/tools/ozone/queue/getAssignments.ts +2 -2
- package/src/client/types/tools/ozone/queue/listQueues.ts +2 -2
- package/src/client/types/tools/ozone/queue/routeReports.ts +2 -2
- package/src/client/types/tools/ozone/queue/unassignModerator.ts +2 -2
- package/src/client/types/tools/ozone/queue/updateQueue.ts +2 -2
- package/src/client/types/tools/ozone/report/assignModerator.ts +2 -2
- package/src/client/types/tools/ozone/report/createActivity.ts +2 -2
- package/src/client/types/tools/ozone/report/defs.ts +2 -2
- package/src/client/types/tools/ozone/report/getAssignments.ts +2 -2
- package/src/client/types/tools/ozone/report/getHistoricalStats.ts +2 -2
- package/src/client/types/tools/ozone/report/getLatestReport.ts +2 -2
- package/src/client/types/tools/ozone/report/getLiveStats.ts +2 -2
- package/src/client/types/tools/ozone/report/getReport.ts +2 -2
- package/src/client/types/tools/ozone/report/listActivities.ts +2 -2
- package/src/client/types/tools/ozone/report/queryReports.ts +2 -2
- package/src/client/types/tools/ozone/report/reassignQueue.ts +2 -2
- package/src/client/types/tools/ozone/report/refreshStats.ts +2 -2
- package/src/client/types/tools/ozone/report/unassignModerator.ts +2 -2
- package/src/client/types/tools/ozone/safelink/addRule.ts +2 -2
- package/src/client/types/tools/ozone/safelink/defs.ts +2 -2
- package/src/client/types/tools/ozone/safelink/queryEvents.ts +2 -2
- package/src/client/types/tools/ozone/safelink/queryRules.ts +2 -2
- package/src/client/types/tools/ozone/safelink/removeRule.ts +2 -2
- package/src/client/types/tools/ozone/safelink/updateRule.ts +2 -2
- package/src/client/types/tools/ozone/server/getConfig.ts +2 -2
- package/src/client/types/tools/ozone/set/addValues.ts +2 -2
- package/src/client/types/tools/ozone/set/defs.ts +2 -2
- package/src/client/types/tools/ozone/set/deleteSet.ts +2 -2
- package/src/client/types/tools/ozone/set/deleteValues.ts +2 -2
- package/src/client/types/tools/ozone/set/getValues.ts +2 -2
- package/src/client/types/tools/ozone/set/querySets.ts +2 -2
- package/src/client/types/tools/ozone/set/upsertSet.ts +2 -2
- package/src/client/types/tools/ozone/setting/defs.ts +2 -2
- package/src/client/types/tools/ozone/setting/listOptions.ts +2 -2
- package/src/client/types/tools/ozone/setting/removeOptions.ts +2 -2
- package/src/client/types/tools/ozone/setting/upsertOption.ts +2 -2
- package/src/client/types/tools/ozone/signature/defs.ts +2 -2
- package/src/client/types/tools/ozone/signature/findCorrelation.ts +2 -2
- package/src/client/types/tools/ozone/signature/findRelatedAccounts.ts +2 -2
- package/src/client/types/tools/ozone/signature/searchAccounts.ts +2 -2
- package/src/client/types/tools/ozone/team/addMember.ts +2 -2
- package/src/client/types/tools/ozone/team/defs.ts +2 -2
- package/src/client/types/tools/ozone/team/deleteMember.ts +2 -2
- package/src/client/types/tools/ozone/team/listMembers.ts +2 -2
- package/src/client/types/tools/ozone/team/updateMember.ts +2 -2
- package/src/client/types/tools/ozone/verification/defs.ts +2 -2
- package/src/client/types/tools/ozone/verification/grantVerifications.ts +2 -2
- package/src/client/types/tools/ozone/verification/listVerifications.ts +2 -2
- package/src/client/types/tools/ozone/verification/revokeVerifications.ts +2 -2
- package/src/index.ts +22 -22
- package/src/mocker.ts +2 -2
- package/src/moderation/decision.ts +5 -5
- package/src/moderation/index.ts +13 -13
- package/src/moderation/mutewords.ts +1 -1
- package/src/moderation/subjects/account.ts +2 -2
- package/src/moderation/subjects/feed-generator.ts +4 -4
- package/src/moderation/subjects/notification.ts +4 -4
- package/src/moderation/subjects/post.ts +7 -7
- package/src/moderation/subjects/profile.ts +2 -2
- package/src/moderation/subjects/status.ts +4 -4
- package/src/moderation/subjects/user-list.ts +5 -5
- package/src/moderation/types.ts +3 -3
- package/src/moderation/ui.ts +1 -1
- package/src/moderation/util.ts +3 -3
- package/src/predicate.ts +2 -2
- package/src/rich-text/detection.ts +3 -3
- package/src/rich-text/rich-text.ts +8 -4
- package/src/rich-text/sanitization.ts +2 -2
- package/src/types.ts +2 -2
- package/src/util.ts +2 -2
- package/tests/atp-agent.test.ts +3 -3
- package/tests/dispatcher.test.ts +2 -2
- package/tests/errors.test.ts +2 -2
- package/tests/moderation-behaviors.test.ts +2 -2
- package/tests/moderation-custom-labels.test.ts +2 -2
- package/tests/moderation-mutewords.test.ts +2 -2
- package/tests/moderation-prefs.test.ts +3 -3
- package/tests/moderation-quoteposts.test.ts +2 -2
- package/tests/moderation.test.ts +3 -3
- package/tests/rich-text-detection.test.ts +2 -2
- package/tests/rich-text-sanitization.test.ts +6 -1
- package/tests/rich-text.test.ts +1 -1
- package/tests/util/moderation-behavior.ts +2 -2
- package/tsconfig.build.tsbuildinfo +1 -1
package/dist/client/index.js
CHANGED
|
@@ -1,527 +1,483 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
-
var ownKeys = function(o) {
|
|
20
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
-
var ar = [];
|
|
22
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
-
return ar;
|
|
24
|
-
};
|
|
25
|
-
return ownKeys(o);
|
|
26
|
-
};
|
|
27
|
-
return function (mod) {
|
|
28
|
-
if (mod && mod.__esModule) return mod;
|
|
29
|
-
var result = {};
|
|
30
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
-
__setModuleDefault(result, mod);
|
|
32
|
-
return result;
|
|
33
|
-
};
|
|
34
|
-
})();
|
|
35
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
-
exports.AppBskyFeedGetListFeed = exports.AppBskyFeedGetLikes = exports.AppBskyFeedGetFeedSkeleton = exports.AppBskyFeedGetFeedGenerators = exports.AppBskyFeedGetFeedGenerator = exports.AppBskyFeedGetFeed = exports.AppBskyFeedGetAuthorFeed = exports.AppBskyFeedGetActorLikes = exports.AppBskyFeedGetActorFeeds = exports.AppBskyFeedGenerator = exports.AppBskyFeedDescribeFeedGenerator = exports.AppBskyFeedDefs = exports.AppBskyEmbedVideo = exports.AppBskyEmbedRecordWithMedia = exports.AppBskyEmbedRecord = exports.AppBskyEmbedImages = exports.AppBskyEmbedExternal = exports.AppBskyEmbedDefs = exports.AppBskyDraftUpdateDraft = exports.AppBskyDraftGetDrafts = exports.AppBskyDraftDeleteDraft = exports.AppBskyDraftDefs = exports.AppBskyDraftCreateDraft = exports.AppBskyContactVerifyPhone = exports.AppBskyContactStartPhoneVerification = exports.AppBskyContactSendNotification = exports.AppBskyContactRemoveData = exports.AppBskyContactImportContacts = exports.AppBskyContactGetSyncStatus = exports.AppBskyContactGetMatches = exports.AppBskyContactDismissMatch = exports.AppBskyContactDefs = exports.AppBskyBookmarkGetBookmarks = exports.AppBskyBookmarkDeleteBookmark = exports.AppBskyBookmarkDefs = exports.AppBskyBookmarkCreateBookmark = exports.AppBskyAgeassuranceGetState = exports.AppBskyAgeassuranceGetConfig = exports.AppBskyAgeassuranceDefs = exports.AppBskyAgeassuranceBegin = exports.AppBskyActorStatus = exports.AppBskyActorSearchActorsTypeahead = exports.AppBskyActorSearchActors = exports.AppBskyActorPutPreferences = exports.AppBskyActorProfile = exports.AppBskyActorGetSuggestions = exports.AppBskyActorGetProfiles = exports.AppBskyActorGetProfile = exports.AppBskyActorGetPreferences = exports.AppBskyActorDefs = void 0;
|
|
37
|
-
exports.AppBskyNotificationGetPreferences = exports.AppBskyNotificationDefs = exports.AppBskyNotificationDeclaration = exports.AppBskyLabelerService = exports.AppBskyLabelerGetServices = exports.AppBskyLabelerDefs = exports.AppBskyGraphVerification = exports.AppBskyGraphUnmuteThread = exports.AppBskyGraphUnmuteActorList = exports.AppBskyGraphUnmuteActor = exports.AppBskyGraphStarterpack = exports.AppBskyGraphSearchStarterPacks = exports.AppBskyGraphMuteThread = exports.AppBskyGraphMuteActorList = exports.AppBskyGraphMuteActor = exports.AppBskyGraphListitem = exports.AppBskyGraphListblock = exports.AppBskyGraphList = exports.AppBskyGraphGetSuggestedFollowsByActor = exports.AppBskyGraphGetStarterPacksWithMembership = exports.AppBskyGraphGetStarterPacks = exports.AppBskyGraphGetStarterPack = exports.AppBskyGraphGetRelationships = exports.AppBskyGraphGetMutes = exports.AppBskyGraphGetListsWithMembership = exports.AppBskyGraphGetLists = exports.AppBskyGraphGetListMutes = exports.AppBskyGraphGetListBlocks = exports.AppBskyGraphGetList = exports.AppBskyGraphGetKnownFollowers = exports.AppBskyGraphGetFollows = exports.AppBskyGraphGetFollowers = exports.AppBskyGraphGetBlocks = exports.AppBskyGraphGetActorStarterPacks = exports.AppBskyGraphFollow = exports.AppBskyGraphDefs = exports.AppBskyGraphBlock = exports.AppBskyFeedThreadgate = exports.AppBskyFeedSendInteractions = exports.AppBskyFeedSearchPosts = exports.AppBskyFeedRepost = exports.AppBskyFeedPostgate = exports.AppBskyFeedPost = exports.AppBskyFeedLike = exports.AppBskyFeedGetTimeline = exports.AppBskyFeedGetSuggestedFeeds = exports.AppBskyFeedGetRepostedBy = exports.AppBskyFeedGetQuotes = exports.AppBskyFeedGetPosts = exports.AppBskyFeedGetPostThread = void 0;
|
|
38
|
-
exports.ChatBskyConvoAcceptConvo = exports.ChatBskyActorExportAccountData = exports.ChatBskyActorDeleteAccount = exports.ChatBskyActorDefs = exports.ChatBskyActorDeclaration = exports.AppBskyVideoUploadVideo = exports.AppBskyVideoGetUploadLimits = exports.AppBskyVideoGetJobStatus = exports.AppBskyVideoDefs = exports.AppBskyUnspeccedSearchStarterPacksSkeleton = exports.AppBskyUnspeccedSearchPostsSkeleton = exports.AppBskyUnspeccedSearchActorsSkeleton = exports.AppBskyUnspeccedInitAgeAssurance = exports.AppBskyUnspeccedGetTrendsSkeleton = exports.AppBskyUnspeccedGetTrends = exports.AppBskyUnspeccedGetTrendingTopics = exports.AppBskyUnspeccedGetTaggedSuggestions = exports.AppBskyUnspeccedGetSuggestionsSkeleton = exports.AppBskyUnspeccedGetSuggestedUsersSkeleton = exports.AppBskyUnspeccedGetSuggestedUsersForSeeMoreSkeleton = exports.AppBskyUnspeccedGetSuggestedUsersForSeeMore = exports.AppBskyUnspeccedGetSuggestedUsersForExploreSkeleton = exports.AppBskyUnspeccedGetSuggestedUsersForExplore = exports.AppBskyUnspeccedGetSuggestedUsersForDiscoverSkeleton = exports.AppBskyUnspeccedGetSuggestedUsersForDiscover = exports.AppBskyUnspeccedGetSuggestedUsers = exports.AppBskyUnspeccedGetSuggestedStarterPacksSkeleton = exports.AppBskyUnspeccedGetSuggestedStarterPacks = exports.AppBskyUnspeccedGetSuggestedOnboardingUsers = exports.AppBskyUnspeccedGetSuggestedFeedsSkeleton = exports.AppBskyUnspeccedGetSuggestedFeeds = exports.AppBskyUnspeccedGetPostThreadV2 = exports.AppBskyUnspeccedGetPostThreadOtherV2 = exports.AppBskyUnspeccedGetPopularFeedGenerators = exports.AppBskyUnspeccedGetOnboardingSuggestedUsersSkeleton = exports.AppBskyUnspeccedGetOnboardingSuggestedStarterPacksSkeleton = exports.AppBskyUnspeccedGetOnboardingSuggestedStarterPacks = exports.AppBskyUnspeccedGetConfig = exports.AppBskyUnspeccedGetAgeAssuranceState = exports.AppBskyUnspeccedDefs = exports.AppBskyRichtextFacet = exports.AppBskyNotificationUpdateSeen = exports.AppBskyNotificationUnregisterPush = exports.AppBskyNotificationRegisterPush = exports.AppBskyNotificationPutPreferencesV2 = exports.AppBskyNotificationPutPreferences = exports.AppBskyNotificationPutActivitySubscription = exports.AppBskyNotificationListNotifications = exports.AppBskyNotificationListActivitySubscriptions = exports.AppBskyNotificationGetUnreadCount = void 0;
|
|
39
|
-
exports.ComAtprotoAdminSendEmail = exports.ComAtprotoAdminSearchAccounts = exports.ComAtprotoAdminGetSubjectStatus = exports.ComAtprotoAdminGetInviteCodes = exports.ComAtprotoAdminGetAccountInfos = exports.ComAtprotoAdminGetAccountInfo = exports.ComAtprotoAdminEnableAccountInvites = exports.ComAtprotoAdminDisableInviteCodes = exports.ComAtprotoAdminDisableAccountInvites = exports.ComAtprotoAdminDeleteAccount = exports.ComAtprotoAdminDefs = exports.ChatBskyModerationUpdateActorAccess = exports.ChatBskyModerationSubscribeModEvents = exports.ChatBskyModerationGetMessageContext = exports.ChatBskyModerationGetActorMetadata = exports.ChatBskyGroupRequestJoin = exports.ChatBskyGroupRemoveMembers = exports.ChatBskyGroupRejectJoinRequest = exports.ChatBskyGroupListJoinRequests = exports.ChatBskyGroupGetJoinLinkPreview = exports.ChatBskyGroupEnableJoinLink = exports.ChatBskyGroupEditJoinLink = exports.ChatBskyGroupEditGroup = exports.ChatBskyGroupDisableJoinLink = exports.ChatBskyGroupDefs = exports.ChatBskyGroupCreateJoinLink = exports.ChatBskyGroupCreateGroup = exports.ChatBskyGroupApproveJoinRequest = exports.ChatBskyGroupAddMembers = exports.ChatBskyConvoUpdateRead = exports.ChatBskyConvoUpdateAllRead = exports.ChatBskyConvoUnmuteConvo = exports.ChatBskyConvoUnlockConvo = exports.ChatBskyConvoSendMessageBatch = exports.ChatBskyConvoSendMessage = exports.ChatBskyConvoRemoveReaction = exports.ChatBskyConvoMuteConvo = exports.ChatBskyConvoLockConvo = exports.ChatBskyConvoListConvos = exports.ChatBskyConvoListConvoRequests = exports.ChatBskyConvoLeaveConvo = exports.ChatBskyConvoGetMessages = exports.ChatBskyConvoGetLog = exports.ChatBskyConvoGetConvoMembers = exports.ChatBskyConvoGetConvoForMembers = exports.ChatBskyConvoGetConvoAvailability = exports.ChatBskyConvoGetConvo = exports.ChatBskyConvoDeleteMessageForSelf = exports.ChatBskyConvoDefs = exports.ChatBskyConvoAddReaction = void 0;
|
|
40
|
-
exports.ComAtprotoServerGetSession = exports.ComAtprotoServerGetServiceAuth = exports.ComAtprotoServerGetAccountInviteCodes = exports.ComAtprotoServerDescribeServer = exports.ComAtprotoServerDeleteSession = exports.ComAtprotoServerDeleteAccount = exports.ComAtprotoServerDefs = exports.ComAtprotoServerDeactivateAccount = exports.ComAtprotoServerCreateSession = exports.ComAtprotoServerCreateInviteCodes = exports.ComAtprotoServerCreateInviteCode = exports.ComAtprotoServerCreateAppPassword = exports.ComAtprotoServerCreateAccount = exports.ComAtprotoServerConfirmEmail = exports.ComAtprotoServerCheckAccountStatus = exports.ComAtprotoServerActivateAccount = exports.ComAtprotoRepoUploadBlob = exports.ComAtprotoRepoStrongRef = exports.ComAtprotoRepoPutRecord = exports.ComAtprotoRepoListRecords = exports.ComAtprotoRepoListMissingBlobs = exports.ComAtprotoRepoImportRepo = exports.ComAtprotoRepoGetRecord = exports.ComAtprotoRepoDescribeRepo = exports.ComAtprotoRepoDeleteRecord = exports.ComAtprotoRepoDefs = exports.ComAtprotoRepoCreateRecord = exports.ComAtprotoRepoApplyWrites = exports.ComAtprotoModerationDefs = exports.ComAtprotoModerationCreateReport = exports.ComAtprotoLexiconSchema = exports.ComAtprotoLexiconResolveLexicon = exports.ComAtprotoLabelSubscribeLabels = exports.ComAtprotoLabelQueryLabels = exports.ComAtprotoLabelDefs = exports.ComAtprotoIdentityUpdateHandle = exports.ComAtprotoIdentitySubmitPlcOperation = exports.ComAtprotoIdentitySignPlcOperation = exports.ComAtprotoIdentityResolveIdentity = exports.ComAtprotoIdentityResolveHandle = exports.ComAtprotoIdentityResolveDid = exports.ComAtprotoIdentityRequestPlcOperationSignature = exports.ComAtprotoIdentityRefreshIdentity = exports.ComAtprotoIdentityGetRecommendedDidCredentials = exports.ComAtprotoIdentityDefs = exports.ComAtprotoAdminUpdateSubjectStatus = exports.ComAtprotoAdminUpdateAccountSigningKey = exports.ComAtprotoAdminUpdateAccountPassword = exports.ComAtprotoAdminUpdateAccountHandle = exports.ComAtprotoAdminUpdateAccountEmail = void 0;
|
|
41
|
-
exports.ToolsOzoneModerationGetReporterStats = exports.ToolsOzoneModerationGetRepo = exports.ToolsOzoneModerationGetRecords = exports.ToolsOzoneModerationGetRecord = exports.ToolsOzoneModerationGetEvent = exports.ToolsOzoneModerationGetAccountTimeline = exports.ToolsOzoneModerationEmitEvent = exports.ToolsOzoneModerationDefs = exports.ToolsOzoneModerationCancelScheduledActions = exports.ToolsOzoneHostingGetAccountHistory = exports.ToolsOzoneCommunicationUpdateTemplate = exports.ToolsOzoneCommunicationListTemplates = exports.ToolsOzoneCommunicationDeleteTemplate = exports.ToolsOzoneCommunicationDefs = exports.ToolsOzoneCommunicationCreateTemplate = exports.ComGermnetworkDeclaration = exports.ComAtprotoTempRevokeAccountCredentials = exports.ComAtprotoTempRequestPhoneVerification = exports.ComAtprotoTempFetchLabels = exports.ComAtprotoTempDereferenceScope = exports.ComAtprotoTempCheckSignupQueue = exports.ComAtprotoTempCheckHandleAvailability = exports.ComAtprotoTempAddReservedHandle = exports.ComAtprotoSyncSubscribeRepos = exports.ComAtprotoSyncRequestCrawl = exports.ComAtprotoSyncNotifyOfUpdate = exports.ComAtprotoSyncListReposByCollection = exports.ComAtprotoSyncListRepos = exports.ComAtprotoSyncListHosts = exports.ComAtprotoSyncListBlobs = exports.ComAtprotoSyncGetRepoStatus = exports.ComAtprotoSyncGetRepo = exports.ComAtprotoSyncGetRecord = exports.ComAtprotoSyncGetLatestCommit = exports.ComAtprotoSyncGetHostStatus = exports.ComAtprotoSyncGetHead = exports.ComAtprotoSyncGetCheckout = exports.ComAtprotoSyncGetBlocks = exports.ComAtprotoSyncGetBlob = exports.ComAtprotoSyncDefs = exports.ComAtprotoServerUpdateEmail = exports.ComAtprotoServerRevokeAppPassword = exports.ComAtprotoServerResetPassword = exports.ComAtprotoServerReserveSigningKey = exports.ComAtprotoServerRequestPasswordReset = exports.ComAtprotoServerRequestEmailUpdate = exports.ComAtprotoServerRequestEmailConfirmation = exports.ComAtprotoServerRequestAccountDelete = exports.ComAtprotoServerRefreshSession = exports.ComAtprotoServerListAppPasswords = void 0;
|
|
42
|
-
exports.ToolsOzoneSignatureFindRelatedAccounts = exports.ToolsOzoneSignatureFindCorrelation = exports.ToolsOzoneSignatureDefs = exports.ToolsOzoneSettingUpsertOption = exports.ToolsOzoneSettingRemoveOptions = exports.ToolsOzoneSettingListOptions = exports.ToolsOzoneSettingDefs = exports.ToolsOzoneSetUpsertSet = exports.ToolsOzoneSetQuerySets = exports.ToolsOzoneSetGetValues = exports.ToolsOzoneSetDeleteValues = exports.ToolsOzoneSetDeleteSet = exports.ToolsOzoneSetDefs = exports.ToolsOzoneSetAddValues = exports.ToolsOzoneServerGetConfig = exports.ToolsOzoneSafelinkUpdateRule = exports.ToolsOzoneSafelinkRemoveRule = exports.ToolsOzoneSafelinkQueryRules = exports.ToolsOzoneSafelinkQueryEvents = exports.ToolsOzoneSafelinkDefs = exports.ToolsOzoneSafelinkAddRule = exports.ToolsOzoneReportUnassignModerator = exports.ToolsOzoneReportRefreshStats = exports.ToolsOzoneReportReassignQueue = exports.ToolsOzoneReportQueryReports = exports.ToolsOzoneReportListActivities = exports.ToolsOzoneReportGetReport = exports.ToolsOzoneReportGetLiveStats = exports.ToolsOzoneReportGetLatestReport = exports.ToolsOzoneReportGetHistoricalStats = exports.ToolsOzoneReportGetAssignments = exports.ToolsOzoneReportDefs = exports.ToolsOzoneReportCreateActivity = exports.ToolsOzoneReportAssignModerator = exports.ToolsOzoneQueueUpdateQueue = exports.ToolsOzoneQueueUnassignModerator = exports.ToolsOzoneQueueRouteReports = exports.ToolsOzoneQueueListQueues = exports.ToolsOzoneQueueGetAssignments = exports.ToolsOzoneQueueDeleteQueue = exports.ToolsOzoneQueueDefs = exports.ToolsOzoneQueueCreateQueue = exports.ToolsOzoneQueueAssignModerator = exports.ToolsOzoneModerationSearchRepos = exports.ToolsOzoneModerationScheduleAction = exports.ToolsOzoneModerationQueryStatuses = exports.ToolsOzoneModerationQueryEvents = exports.ToolsOzoneModerationListScheduledActions = exports.ToolsOzoneModerationGetSubjects = exports.ToolsOzoneModerationGetRepos = void 0;
|
|
43
|
-
exports.AppBskyVideoNS = exports.AppBskyUnspeccedNS = exports.AppBskyRichtextNS = exports.AppBskyNotificationDeclarationRecord = exports.AppBskyNotificationNS = exports.AppBskyLabelerServiceRecord = exports.AppBskyLabelerNS = exports.AppBskyGraphVerificationRecord = exports.AppBskyGraphStarterpackRecord = exports.AppBskyGraphListitemRecord = exports.AppBskyGraphListblockRecord = exports.AppBskyGraphListRecord = exports.AppBskyGraphFollowRecord = exports.AppBskyGraphBlockRecord = exports.AppBskyGraphNS = exports.AppBskyFeedThreadgateRecord = exports.AppBskyFeedRepostRecord = exports.AppBskyFeedPostgateRecord = exports.AppBskyFeedPostRecord = exports.AppBskyFeedLikeRecord = exports.AppBskyFeedGeneratorRecord = exports.AppBskyFeedNS = exports.AppBskyEmbedNS = exports.AppBskyDraftNS = exports.AppBskyContactNS = exports.AppBskyBookmarkNS = exports.AppBskyAgeassuranceNS = exports.AppBskyActorStatusRecord = exports.AppBskyActorProfileRecord = exports.AppBskyActorNS = exports.AppBskyNS = exports.AppNS = exports.AtpBaseClient = exports.TOOLS_OZONE_TEAM = exports.TOOLS_OZONE_REPORT = exports.TOOLS_OZONE_MODERATION = exports.COM_ATPROTO_MODERATION = exports.APP_BSKY_GRAPH = exports.APP_BSKY_FEED = exports.APP_BSKY_ACTOR = exports.ToolsOzoneVerificationRevokeVerifications = exports.ToolsOzoneVerificationListVerifications = exports.ToolsOzoneVerificationGrantVerifications = exports.ToolsOzoneVerificationDefs = exports.ToolsOzoneTeamUpdateMember = exports.ToolsOzoneTeamListMembers = exports.ToolsOzoneTeamDeleteMember = exports.ToolsOzoneTeamDefs = exports.ToolsOzoneTeamAddMember = exports.ToolsOzoneSignatureSearchAccounts = void 0;
|
|
44
|
-
exports.ToolsOzoneVerificationNS = exports.ToolsOzoneTeamNS = exports.ToolsOzoneSignatureNS = exports.ToolsOzoneSettingNS = exports.ToolsOzoneSetNS = exports.ToolsOzoneServerNS = exports.ToolsOzoneSafelinkNS = exports.ToolsOzoneReportNS = exports.ToolsOzoneQueueNS = exports.ToolsOzoneModerationNS = exports.ToolsOzoneHostingNS = exports.ToolsOzoneCommunicationNS = exports.ToolsOzoneNS = exports.ToolsNS = exports.ComGermnetworkDeclarationRecord = exports.ComGermnetworkNS = exports.ComAtprotoTempNS = exports.ComAtprotoSyncNS = exports.ComAtprotoServerNS = exports.ComAtprotoRepoNS = exports.ComAtprotoModerationNS = exports.ComAtprotoLexiconSchemaRecord = exports.ComAtprotoLexiconNS = exports.ComAtprotoLabelNS = exports.ComAtprotoIdentityNS = exports.ComAtprotoAdminNS = exports.ComAtprotoNS = exports.ComNS = exports.ChatBskyModerationNS = exports.ChatBskyGroupNS = exports.ChatBskyConvoNS = exports.ChatBskyActorDeclarationRecord = exports.ChatBskyActorNS = exports.ChatBskyNS = exports.ChatNS = void 0;
|
|
45
1
|
/**
|
|
46
2
|
* GENERATED CODE - DO NOT MODIFY
|
|
47
3
|
*/
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
4
|
+
import { XrpcClient, } from '@atproto/xrpc';
|
|
5
|
+
import { schemas } from './lexicons.js';
|
|
6
|
+
import * as AppBskyAgeassuranceBegin from './types/app/bsky/ageassurance/begin.js';
|
|
7
|
+
import * as AppBskyBookmarkCreateBookmark from './types/app/bsky/bookmark/createBookmark.js';
|
|
8
|
+
import * as AppBskyBookmarkDeleteBookmark from './types/app/bsky/bookmark/deleteBookmark.js';
|
|
9
|
+
import * as AppBskyContactDismissMatch from './types/app/bsky/contact/dismissMatch.js';
|
|
10
|
+
import * as AppBskyContactGetMatches from './types/app/bsky/contact/getMatches.js';
|
|
11
|
+
import * as AppBskyContactGetSyncStatus from './types/app/bsky/contact/getSyncStatus.js';
|
|
12
|
+
import * as AppBskyContactImportContacts from './types/app/bsky/contact/importContacts.js';
|
|
13
|
+
import * as AppBskyContactRemoveData from './types/app/bsky/contact/removeData.js';
|
|
14
|
+
import * as AppBskyContactStartPhoneVerification from './types/app/bsky/contact/startPhoneVerification.js';
|
|
15
|
+
import * as AppBskyContactVerifyPhone from './types/app/bsky/contact/verifyPhone.js';
|
|
16
|
+
import * as AppBskyDraftCreateDraft from './types/app/bsky/draft/createDraft.js';
|
|
17
|
+
import * as AppBskyFeedGetActorLikes from './types/app/bsky/feed/getActorLikes.js';
|
|
18
|
+
import * as AppBskyFeedGetAuthorFeed from './types/app/bsky/feed/getAuthorFeed.js';
|
|
19
|
+
import * as AppBskyFeedGetFeed from './types/app/bsky/feed/getFeed.js';
|
|
20
|
+
import * as AppBskyFeedGetFeedSkeleton from './types/app/bsky/feed/getFeedSkeleton.js';
|
|
21
|
+
import * as AppBskyFeedGetListFeed from './types/app/bsky/feed/getListFeed.js';
|
|
22
|
+
import * as AppBskyFeedGetPostThread from './types/app/bsky/feed/getPostThread.js';
|
|
23
|
+
import * as AppBskyFeedSearchPosts from './types/app/bsky/feed/searchPosts.js';
|
|
24
|
+
import * as AppBskyGraphGetRelationships from './types/app/bsky/graph/getRelationships.js';
|
|
25
|
+
import * as AppBskyUnspeccedInitAgeAssurance from './types/app/bsky/unspecced/initAgeAssurance.js';
|
|
26
|
+
import * as AppBskyUnspeccedSearchActorsSkeleton from './types/app/bsky/unspecced/searchActorsSkeleton.js';
|
|
27
|
+
import * as AppBskyUnspeccedSearchPostsSkeleton from './types/app/bsky/unspecced/searchPostsSkeleton.js';
|
|
28
|
+
import * as AppBskyUnspeccedSearchStarterPacksSkeleton from './types/app/bsky/unspecced/searchStarterPacksSkeleton.js';
|
|
29
|
+
import * as ChatBskyConvoAcceptConvo from './types/chat/bsky/convo/acceptConvo.js';
|
|
30
|
+
import * as ChatBskyConvoAddReaction from './types/chat/bsky/convo/addReaction.js';
|
|
31
|
+
import * as ChatBskyConvoDeleteMessageForSelf from './types/chat/bsky/convo/deleteMessageForSelf.js';
|
|
32
|
+
import * as ChatBskyConvoGetConvo from './types/chat/bsky/convo/getConvo.js';
|
|
33
|
+
import * as ChatBskyConvoGetConvoForMembers from './types/chat/bsky/convo/getConvoForMembers.js';
|
|
34
|
+
import * as ChatBskyConvoGetConvoMembers from './types/chat/bsky/convo/getConvoMembers.js';
|
|
35
|
+
import * as ChatBskyConvoGetMessages from './types/chat/bsky/convo/getMessages.js';
|
|
36
|
+
import * as ChatBskyConvoLeaveConvo from './types/chat/bsky/convo/leaveConvo.js';
|
|
37
|
+
import * as ChatBskyConvoLockConvo from './types/chat/bsky/convo/lockConvo.js';
|
|
38
|
+
import * as ChatBskyConvoMuteConvo from './types/chat/bsky/convo/muteConvo.js';
|
|
39
|
+
import * as ChatBskyConvoRemoveReaction from './types/chat/bsky/convo/removeReaction.js';
|
|
40
|
+
import * as ChatBskyConvoSendMessage from './types/chat/bsky/convo/sendMessage.js';
|
|
41
|
+
import * as ChatBskyConvoSendMessageBatch from './types/chat/bsky/convo/sendMessageBatch.js';
|
|
42
|
+
import * as ChatBskyConvoUnlockConvo from './types/chat/bsky/convo/unlockConvo.js';
|
|
43
|
+
import * as ChatBskyConvoUnmuteConvo from './types/chat/bsky/convo/unmuteConvo.js';
|
|
44
|
+
import * as ChatBskyConvoUpdateRead from './types/chat/bsky/convo/updateRead.js';
|
|
45
|
+
import * as ChatBskyGroupAddMembers from './types/chat/bsky/group/addMembers.js';
|
|
46
|
+
import * as ChatBskyGroupApproveJoinRequest from './types/chat/bsky/group/approveJoinRequest.js';
|
|
47
|
+
import * as ChatBskyGroupCreateGroup from './types/chat/bsky/group/createGroup.js';
|
|
48
|
+
import * as ChatBskyGroupCreateJoinLink from './types/chat/bsky/group/createJoinLink.js';
|
|
49
|
+
import * as ChatBskyGroupDisableJoinLink from './types/chat/bsky/group/disableJoinLink.js';
|
|
50
|
+
import * as ChatBskyGroupEditGroup from './types/chat/bsky/group/editGroup.js';
|
|
51
|
+
import * as ChatBskyGroupEditJoinLink from './types/chat/bsky/group/editJoinLink.js';
|
|
52
|
+
import * as ChatBskyGroupEnableJoinLink from './types/chat/bsky/group/enableJoinLink.js';
|
|
53
|
+
import * as ChatBskyGroupGetJoinLinkPreview from './types/chat/bsky/group/getJoinLinkPreview.js';
|
|
54
|
+
import * as ChatBskyGroupListJoinRequests from './types/chat/bsky/group/listJoinRequests.js';
|
|
55
|
+
import * as ChatBskyGroupRejectJoinRequest from './types/chat/bsky/group/rejectJoinRequest.js';
|
|
56
|
+
import * as ChatBskyGroupRemoveMembers from './types/chat/bsky/group/removeMembers.js';
|
|
57
|
+
import * as ChatBskyGroupRequestJoin from './types/chat/bsky/group/requestJoin.js';
|
|
58
|
+
import * as ComAtprotoIdentityRefreshIdentity from './types/com/atproto/identity/refreshIdentity.js';
|
|
59
|
+
import * as ComAtprotoIdentityResolveDid from './types/com/atproto/identity/resolveDid.js';
|
|
60
|
+
import * as ComAtprotoIdentityResolveHandle from './types/com/atproto/identity/resolveHandle.js';
|
|
61
|
+
import * as ComAtprotoIdentityResolveIdentity from './types/com/atproto/identity/resolveIdentity.js';
|
|
62
|
+
import * as ComAtprotoLexiconResolveLexicon from './types/com/atproto/lexicon/resolveLexicon.js';
|
|
63
|
+
import * as ComAtprotoRepoApplyWrites from './types/com/atproto/repo/applyWrites.js';
|
|
64
|
+
import * as ComAtprotoRepoCreateRecord from './types/com/atproto/repo/createRecord.js';
|
|
65
|
+
import * as ComAtprotoRepoDeleteRecord from './types/com/atproto/repo/deleteRecord.js';
|
|
66
|
+
import * as ComAtprotoRepoGetRecord from './types/com/atproto/repo/getRecord.js';
|
|
67
|
+
import * as ComAtprotoRepoPutRecord from './types/com/atproto/repo/putRecord.js';
|
|
68
|
+
import * as ComAtprotoServerConfirmEmail from './types/com/atproto/server/confirmEmail.js';
|
|
69
|
+
import * as ComAtprotoServerCreateAccount from './types/com/atproto/server/createAccount.js';
|
|
70
|
+
import * as ComAtprotoServerCreateAppPassword from './types/com/atproto/server/createAppPassword.js';
|
|
71
|
+
import * as ComAtprotoServerCreateSession from './types/com/atproto/server/createSession.js';
|
|
72
|
+
import * as ComAtprotoServerDeleteAccount from './types/com/atproto/server/deleteAccount.js';
|
|
73
|
+
import * as ComAtprotoServerDeleteSession from './types/com/atproto/server/deleteSession.js';
|
|
74
|
+
import * as ComAtprotoServerGetAccountInviteCodes from './types/com/atproto/server/getAccountInviteCodes.js';
|
|
75
|
+
import * as ComAtprotoServerGetServiceAuth from './types/com/atproto/server/getServiceAuth.js';
|
|
76
|
+
import * as ComAtprotoServerListAppPasswords from './types/com/atproto/server/listAppPasswords.js';
|
|
77
|
+
import * as ComAtprotoServerRefreshSession from './types/com/atproto/server/refreshSession.js';
|
|
78
|
+
import * as ComAtprotoServerResetPassword from './types/com/atproto/server/resetPassword.js';
|
|
79
|
+
import * as ComAtprotoServerUpdateEmail from './types/com/atproto/server/updateEmail.js';
|
|
80
|
+
import * as ComAtprotoSyncGetBlob from './types/com/atproto/sync/getBlob.js';
|
|
81
|
+
import * as ComAtprotoSyncGetBlocks from './types/com/atproto/sync/getBlocks.js';
|
|
82
|
+
import * as ComAtprotoSyncGetHead from './types/com/atproto/sync/getHead.js';
|
|
83
|
+
import * as ComAtprotoSyncGetHostStatus from './types/com/atproto/sync/getHostStatus.js';
|
|
84
|
+
import * as ComAtprotoSyncGetLatestCommit from './types/com/atproto/sync/getLatestCommit.js';
|
|
85
|
+
import * as ComAtprotoSyncGetRecord from './types/com/atproto/sync/getRecord.js';
|
|
86
|
+
import * as ComAtprotoSyncGetRepo from './types/com/atproto/sync/getRepo.js';
|
|
87
|
+
import * as ComAtprotoSyncGetRepoStatus from './types/com/atproto/sync/getRepoStatus.js';
|
|
88
|
+
import * as ComAtprotoSyncListBlobs from './types/com/atproto/sync/listBlobs.js';
|
|
89
|
+
import * as ComAtprotoSyncRequestCrawl from './types/com/atproto/sync/requestCrawl.js';
|
|
90
|
+
import * as ComAtprotoTempCheckHandleAvailability from './types/com/atproto/temp/checkHandleAvailability.js';
|
|
91
|
+
import * as ComAtprotoTempDereferenceScope from './types/com/atproto/temp/dereferenceScope.js';
|
|
92
|
+
import * as ToolsOzoneCommunicationCreateTemplate from './types/tools/ozone/communication/createTemplate.js';
|
|
93
|
+
import * as ToolsOzoneCommunicationUpdateTemplate from './types/tools/ozone/communication/updateTemplate.js';
|
|
94
|
+
import * as ToolsOzoneModerationEmitEvent from './types/tools/ozone/moderation/emitEvent.js';
|
|
95
|
+
import * as ToolsOzoneModerationGetAccountTimeline from './types/tools/ozone/moderation/getAccountTimeline.js';
|
|
96
|
+
import * as ToolsOzoneModerationGetRecord from './types/tools/ozone/moderation/getRecord.js';
|
|
97
|
+
import * as ToolsOzoneModerationGetRepo from './types/tools/ozone/moderation/getRepo.js';
|
|
98
|
+
import * as ToolsOzoneQueueAssignModerator from './types/tools/ozone/queue/assignModerator.js';
|
|
99
|
+
import * as ToolsOzoneQueueCreateQueue from './types/tools/ozone/queue/createQueue.js';
|
|
100
|
+
import * as ToolsOzoneQueueRouteReports from './types/tools/ozone/queue/routeReports.js';
|
|
101
|
+
import * as ToolsOzoneQueueUnassignModerator from './types/tools/ozone/queue/unassignModerator.js';
|
|
102
|
+
import * as ToolsOzoneReportAssignModerator from './types/tools/ozone/report/assignModerator.js';
|
|
103
|
+
import * as ToolsOzoneReportCreateActivity from './types/tools/ozone/report/createActivity.js';
|
|
104
|
+
import * as ToolsOzoneReportGetLatestReport from './types/tools/ozone/report/getLatestReport.js';
|
|
105
|
+
import * as ToolsOzoneReportGetReport from './types/tools/ozone/report/getReport.js';
|
|
106
|
+
import * as ToolsOzoneReportReassignQueue from './types/tools/ozone/report/reassignQueue.js';
|
|
107
|
+
import * as ToolsOzoneReportUnassignModerator from './types/tools/ozone/report/unassignModerator.js';
|
|
108
|
+
import * as ToolsOzoneSafelinkAddRule from './types/tools/ozone/safelink/addRule.js';
|
|
109
|
+
import * as ToolsOzoneSafelinkRemoveRule from './types/tools/ozone/safelink/removeRule.js';
|
|
110
|
+
import * as ToolsOzoneSafelinkUpdateRule from './types/tools/ozone/safelink/updateRule.js';
|
|
111
|
+
import * as ToolsOzoneSetDeleteSet from './types/tools/ozone/set/deleteSet.js';
|
|
112
|
+
import * as ToolsOzoneSetDeleteValues from './types/tools/ozone/set/deleteValues.js';
|
|
113
|
+
import * as ToolsOzoneSetGetValues from './types/tools/ozone/set/getValues.js';
|
|
114
|
+
import * as ToolsOzoneTeamAddMember from './types/tools/ozone/team/addMember.js';
|
|
115
|
+
import * as ToolsOzoneTeamDeleteMember from './types/tools/ozone/team/deleteMember.js';
|
|
116
|
+
import * as ToolsOzoneTeamUpdateMember from './types/tools/ozone/team/updateMember.js';
|
|
117
|
+
export * as AppBskyActorDefs from './types/app/bsky/actor/defs.js';
|
|
118
|
+
export * as AppBskyActorGetPreferences from './types/app/bsky/actor/getPreferences.js';
|
|
119
|
+
export * as AppBskyActorGetProfile from './types/app/bsky/actor/getProfile.js';
|
|
120
|
+
export * as AppBskyActorGetProfiles from './types/app/bsky/actor/getProfiles.js';
|
|
121
|
+
export * as AppBskyActorGetSuggestions from './types/app/bsky/actor/getSuggestions.js';
|
|
122
|
+
export * as AppBskyActorProfile from './types/app/bsky/actor/profile.js';
|
|
123
|
+
export * as AppBskyActorPutPreferences from './types/app/bsky/actor/putPreferences.js';
|
|
124
|
+
export * as AppBskyActorSearchActors from './types/app/bsky/actor/searchActors.js';
|
|
125
|
+
export * as AppBskyActorSearchActorsTypeahead from './types/app/bsky/actor/searchActorsTypeahead.js';
|
|
126
|
+
export * as AppBskyActorStatus from './types/app/bsky/actor/status.js';
|
|
127
|
+
export * as AppBskyAgeassuranceBegin from './types/app/bsky/ageassurance/begin.js';
|
|
128
|
+
export * as AppBskyAgeassuranceDefs from './types/app/bsky/ageassurance/defs.js';
|
|
129
|
+
export * as AppBskyAgeassuranceGetConfig from './types/app/bsky/ageassurance/getConfig.js';
|
|
130
|
+
export * as AppBskyAgeassuranceGetState from './types/app/bsky/ageassurance/getState.js';
|
|
131
|
+
export * as AppBskyBookmarkCreateBookmark from './types/app/bsky/bookmark/createBookmark.js';
|
|
132
|
+
export * as AppBskyBookmarkDefs from './types/app/bsky/bookmark/defs.js';
|
|
133
|
+
export * as AppBskyBookmarkDeleteBookmark from './types/app/bsky/bookmark/deleteBookmark.js';
|
|
134
|
+
export * as AppBskyBookmarkGetBookmarks from './types/app/bsky/bookmark/getBookmarks.js';
|
|
135
|
+
export * as AppBskyContactDefs from './types/app/bsky/contact/defs.js';
|
|
136
|
+
export * as AppBskyContactDismissMatch from './types/app/bsky/contact/dismissMatch.js';
|
|
137
|
+
export * as AppBskyContactGetMatches from './types/app/bsky/contact/getMatches.js';
|
|
138
|
+
export * as AppBskyContactGetSyncStatus from './types/app/bsky/contact/getSyncStatus.js';
|
|
139
|
+
export * as AppBskyContactImportContacts from './types/app/bsky/contact/importContacts.js';
|
|
140
|
+
export * as AppBskyContactRemoveData from './types/app/bsky/contact/removeData.js';
|
|
141
|
+
export * as AppBskyContactSendNotification from './types/app/bsky/contact/sendNotification.js';
|
|
142
|
+
export * as AppBskyContactStartPhoneVerification from './types/app/bsky/contact/startPhoneVerification.js';
|
|
143
|
+
export * as AppBskyContactVerifyPhone from './types/app/bsky/contact/verifyPhone.js';
|
|
144
|
+
export * as AppBskyDraftCreateDraft from './types/app/bsky/draft/createDraft.js';
|
|
145
|
+
export * as AppBskyDraftDefs from './types/app/bsky/draft/defs.js';
|
|
146
|
+
export * as AppBskyDraftDeleteDraft from './types/app/bsky/draft/deleteDraft.js';
|
|
147
|
+
export * as AppBskyDraftGetDrafts from './types/app/bsky/draft/getDrafts.js';
|
|
148
|
+
export * as AppBskyDraftUpdateDraft from './types/app/bsky/draft/updateDraft.js';
|
|
149
|
+
export * as AppBskyEmbedDefs from './types/app/bsky/embed/defs.js';
|
|
150
|
+
export * as AppBskyEmbedExternal from './types/app/bsky/embed/external.js';
|
|
151
|
+
export * as AppBskyEmbedImages from './types/app/bsky/embed/images.js';
|
|
152
|
+
export * as AppBskyEmbedRecord from './types/app/bsky/embed/record.js';
|
|
153
|
+
export * as AppBskyEmbedRecordWithMedia from './types/app/bsky/embed/recordWithMedia.js';
|
|
154
|
+
export * as AppBskyEmbedVideo from './types/app/bsky/embed/video.js';
|
|
155
|
+
export * as AppBskyFeedDefs from './types/app/bsky/feed/defs.js';
|
|
156
|
+
export * as AppBskyFeedDescribeFeedGenerator from './types/app/bsky/feed/describeFeedGenerator.js';
|
|
157
|
+
export * as AppBskyFeedGenerator from './types/app/bsky/feed/generator.js';
|
|
158
|
+
export * as AppBskyFeedGetActorFeeds from './types/app/bsky/feed/getActorFeeds.js';
|
|
159
|
+
export * as AppBskyFeedGetActorLikes from './types/app/bsky/feed/getActorLikes.js';
|
|
160
|
+
export * as AppBskyFeedGetAuthorFeed from './types/app/bsky/feed/getAuthorFeed.js';
|
|
161
|
+
export * as AppBskyFeedGetFeed from './types/app/bsky/feed/getFeed.js';
|
|
162
|
+
export * as AppBskyFeedGetFeedGenerator from './types/app/bsky/feed/getFeedGenerator.js';
|
|
163
|
+
export * as AppBskyFeedGetFeedGenerators from './types/app/bsky/feed/getFeedGenerators.js';
|
|
164
|
+
export * as AppBskyFeedGetFeedSkeleton from './types/app/bsky/feed/getFeedSkeleton.js';
|
|
165
|
+
export * as AppBskyFeedGetLikes from './types/app/bsky/feed/getLikes.js';
|
|
166
|
+
export * as AppBskyFeedGetListFeed from './types/app/bsky/feed/getListFeed.js';
|
|
167
|
+
export * as AppBskyFeedGetPostThread from './types/app/bsky/feed/getPostThread.js';
|
|
168
|
+
export * as AppBskyFeedGetPosts from './types/app/bsky/feed/getPosts.js';
|
|
169
|
+
export * as AppBskyFeedGetQuotes from './types/app/bsky/feed/getQuotes.js';
|
|
170
|
+
export * as AppBskyFeedGetRepostedBy from './types/app/bsky/feed/getRepostedBy.js';
|
|
171
|
+
export * as AppBskyFeedGetSuggestedFeeds from './types/app/bsky/feed/getSuggestedFeeds.js';
|
|
172
|
+
export * as AppBskyFeedGetTimeline from './types/app/bsky/feed/getTimeline.js';
|
|
173
|
+
export * as AppBskyFeedLike from './types/app/bsky/feed/like.js';
|
|
174
|
+
export * as AppBskyFeedPost from './types/app/bsky/feed/post.js';
|
|
175
|
+
export * as AppBskyFeedPostgate from './types/app/bsky/feed/postgate.js';
|
|
176
|
+
export * as AppBskyFeedRepost from './types/app/bsky/feed/repost.js';
|
|
177
|
+
export * as AppBskyFeedSearchPosts from './types/app/bsky/feed/searchPosts.js';
|
|
178
|
+
export * as AppBskyFeedSendInteractions from './types/app/bsky/feed/sendInteractions.js';
|
|
179
|
+
export * as AppBskyFeedThreadgate from './types/app/bsky/feed/threadgate.js';
|
|
180
|
+
export * as AppBskyGraphBlock from './types/app/bsky/graph/block.js';
|
|
181
|
+
export * as AppBskyGraphDefs from './types/app/bsky/graph/defs.js';
|
|
182
|
+
export * as AppBskyGraphFollow from './types/app/bsky/graph/follow.js';
|
|
183
|
+
export * as AppBskyGraphGetActorStarterPacks from './types/app/bsky/graph/getActorStarterPacks.js';
|
|
184
|
+
export * as AppBskyGraphGetBlocks from './types/app/bsky/graph/getBlocks.js';
|
|
185
|
+
export * as AppBskyGraphGetFollowers from './types/app/bsky/graph/getFollowers.js';
|
|
186
|
+
export * as AppBskyGraphGetFollows from './types/app/bsky/graph/getFollows.js';
|
|
187
|
+
export * as AppBskyGraphGetKnownFollowers from './types/app/bsky/graph/getKnownFollowers.js';
|
|
188
|
+
export * as AppBskyGraphGetList from './types/app/bsky/graph/getList.js';
|
|
189
|
+
export * as AppBskyGraphGetListBlocks from './types/app/bsky/graph/getListBlocks.js';
|
|
190
|
+
export * as AppBskyGraphGetListMutes from './types/app/bsky/graph/getListMutes.js';
|
|
191
|
+
export * as AppBskyGraphGetLists from './types/app/bsky/graph/getLists.js';
|
|
192
|
+
export * as AppBskyGraphGetListsWithMembership from './types/app/bsky/graph/getListsWithMembership.js';
|
|
193
|
+
export * as AppBskyGraphGetMutes from './types/app/bsky/graph/getMutes.js';
|
|
194
|
+
export * as AppBskyGraphGetRelationships from './types/app/bsky/graph/getRelationships.js';
|
|
195
|
+
export * as AppBskyGraphGetStarterPack from './types/app/bsky/graph/getStarterPack.js';
|
|
196
|
+
export * as AppBskyGraphGetStarterPacks from './types/app/bsky/graph/getStarterPacks.js';
|
|
197
|
+
export * as AppBskyGraphGetStarterPacksWithMembership from './types/app/bsky/graph/getStarterPacksWithMembership.js';
|
|
198
|
+
export * as AppBskyGraphGetSuggestedFollowsByActor from './types/app/bsky/graph/getSuggestedFollowsByActor.js';
|
|
199
|
+
export * as AppBskyGraphList from './types/app/bsky/graph/list.js';
|
|
200
|
+
export * as AppBskyGraphListblock from './types/app/bsky/graph/listblock.js';
|
|
201
|
+
export * as AppBskyGraphListitem from './types/app/bsky/graph/listitem.js';
|
|
202
|
+
export * as AppBskyGraphMuteActor from './types/app/bsky/graph/muteActor.js';
|
|
203
|
+
export * as AppBskyGraphMuteActorList from './types/app/bsky/graph/muteActorList.js';
|
|
204
|
+
export * as AppBskyGraphMuteThread from './types/app/bsky/graph/muteThread.js';
|
|
205
|
+
export * as AppBskyGraphSearchStarterPacks from './types/app/bsky/graph/searchStarterPacks.js';
|
|
206
|
+
export * as AppBskyGraphStarterpack from './types/app/bsky/graph/starterpack.js';
|
|
207
|
+
export * as AppBskyGraphUnmuteActor from './types/app/bsky/graph/unmuteActor.js';
|
|
208
|
+
export * as AppBskyGraphUnmuteActorList from './types/app/bsky/graph/unmuteActorList.js';
|
|
209
|
+
export * as AppBskyGraphUnmuteThread from './types/app/bsky/graph/unmuteThread.js';
|
|
210
|
+
export * as AppBskyGraphVerification from './types/app/bsky/graph/verification.js';
|
|
211
|
+
export * as AppBskyLabelerDefs from './types/app/bsky/labeler/defs.js';
|
|
212
|
+
export * as AppBskyLabelerGetServices from './types/app/bsky/labeler/getServices.js';
|
|
213
|
+
export * as AppBskyLabelerService from './types/app/bsky/labeler/service.js';
|
|
214
|
+
export * as AppBskyNotificationDeclaration from './types/app/bsky/notification/declaration.js';
|
|
215
|
+
export * as AppBskyNotificationDefs from './types/app/bsky/notification/defs.js';
|
|
216
|
+
export * as AppBskyNotificationGetPreferences from './types/app/bsky/notification/getPreferences.js';
|
|
217
|
+
export * as AppBskyNotificationGetUnreadCount from './types/app/bsky/notification/getUnreadCount.js';
|
|
218
|
+
export * as AppBskyNotificationListActivitySubscriptions from './types/app/bsky/notification/listActivitySubscriptions.js';
|
|
219
|
+
export * as AppBskyNotificationListNotifications from './types/app/bsky/notification/listNotifications.js';
|
|
220
|
+
export * as AppBskyNotificationPutActivitySubscription from './types/app/bsky/notification/putActivitySubscription.js';
|
|
221
|
+
export * as AppBskyNotificationPutPreferences from './types/app/bsky/notification/putPreferences.js';
|
|
222
|
+
export * as AppBskyNotificationPutPreferencesV2 from './types/app/bsky/notification/putPreferencesV2.js';
|
|
223
|
+
export * as AppBskyNotificationRegisterPush from './types/app/bsky/notification/registerPush.js';
|
|
224
|
+
export * as AppBskyNotificationUnregisterPush from './types/app/bsky/notification/unregisterPush.js';
|
|
225
|
+
export * as AppBskyNotificationUpdateSeen from './types/app/bsky/notification/updateSeen.js';
|
|
226
|
+
export * as AppBskyRichtextFacet from './types/app/bsky/richtext/facet.js';
|
|
227
|
+
export * as AppBskyUnspeccedDefs from './types/app/bsky/unspecced/defs.js';
|
|
228
|
+
export * as AppBskyUnspeccedGetAgeAssuranceState from './types/app/bsky/unspecced/getAgeAssuranceState.js';
|
|
229
|
+
export * as AppBskyUnspeccedGetConfig from './types/app/bsky/unspecced/getConfig.js';
|
|
230
|
+
export * as AppBskyUnspeccedGetOnboardingSuggestedStarterPacks from './types/app/bsky/unspecced/getOnboardingSuggestedStarterPacks.js';
|
|
231
|
+
export * as AppBskyUnspeccedGetOnboardingSuggestedStarterPacksSkeleton from './types/app/bsky/unspecced/getOnboardingSuggestedStarterPacksSkeleton.js';
|
|
232
|
+
export * as AppBskyUnspeccedGetOnboardingSuggestedUsersSkeleton from './types/app/bsky/unspecced/getOnboardingSuggestedUsersSkeleton.js';
|
|
233
|
+
export * as AppBskyUnspeccedGetPopularFeedGenerators from './types/app/bsky/unspecced/getPopularFeedGenerators.js';
|
|
234
|
+
export * as AppBskyUnspeccedGetPostThreadOtherV2 from './types/app/bsky/unspecced/getPostThreadOtherV2.js';
|
|
235
|
+
export * as AppBskyUnspeccedGetPostThreadV2 from './types/app/bsky/unspecced/getPostThreadV2.js';
|
|
236
|
+
export * as AppBskyUnspeccedGetSuggestedFeeds from './types/app/bsky/unspecced/getSuggestedFeeds.js';
|
|
237
|
+
export * as AppBskyUnspeccedGetSuggestedFeedsSkeleton from './types/app/bsky/unspecced/getSuggestedFeedsSkeleton.js';
|
|
238
|
+
export * as AppBskyUnspeccedGetSuggestedOnboardingUsers from './types/app/bsky/unspecced/getSuggestedOnboardingUsers.js';
|
|
239
|
+
export * as AppBskyUnspeccedGetSuggestedStarterPacks from './types/app/bsky/unspecced/getSuggestedStarterPacks.js';
|
|
240
|
+
export * as AppBskyUnspeccedGetSuggestedStarterPacksSkeleton from './types/app/bsky/unspecced/getSuggestedStarterPacksSkeleton.js';
|
|
241
|
+
export * as AppBskyUnspeccedGetSuggestedUsers from './types/app/bsky/unspecced/getSuggestedUsers.js';
|
|
242
|
+
export * as AppBskyUnspeccedGetSuggestedUsersForDiscover from './types/app/bsky/unspecced/getSuggestedUsersForDiscover.js';
|
|
243
|
+
export * as AppBskyUnspeccedGetSuggestedUsersForDiscoverSkeleton from './types/app/bsky/unspecced/getSuggestedUsersForDiscoverSkeleton.js';
|
|
244
|
+
export * as AppBskyUnspeccedGetSuggestedUsersForExplore from './types/app/bsky/unspecced/getSuggestedUsersForExplore.js';
|
|
245
|
+
export * as AppBskyUnspeccedGetSuggestedUsersForExploreSkeleton from './types/app/bsky/unspecced/getSuggestedUsersForExploreSkeleton.js';
|
|
246
|
+
export * as AppBskyUnspeccedGetSuggestedUsersForSeeMore from './types/app/bsky/unspecced/getSuggestedUsersForSeeMore.js';
|
|
247
|
+
export * as AppBskyUnspeccedGetSuggestedUsersForSeeMoreSkeleton from './types/app/bsky/unspecced/getSuggestedUsersForSeeMoreSkeleton.js';
|
|
248
|
+
export * as AppBskyUnspeccedGetSuggestedUsersSkeleton from './types/app/bsky/unspecced/getSuggestedUsersSkeleton.js';
|
|
249
|
+
export * as AppBskyUnspeccedGetSuggestionsSkeleton from './types/app/bsky/unspecced/getSuggestionsSkeleton.js';
|
|
250
|
+
export * as AppBskyUnspeccedGetTaggedSuggestions from './types/app/bsky/unspecced/getTaggedSuggestions.js';
|
|
251
|
+
export * as AppBskyUnspeccedGetTrendingTopics from './types/app/bsky/unspecced/getTrendingTopics.js';
|
|
252
|
+
export * as AppBskyUnspeccedGetTrends from './types/app/bsky/unspecced/getTrends.js';
|
|
253
|
+
export * as AppBskyUnspeccedGetTrendsSkeleton from './types/app/bsky/unspecced/getTrendsSkeleton.js';
|
|
254
|
+
export * as AppBskyUnspeccedInitAgeAssurance from './types/app/bsky/unspecced/initAgeAssurance.js';
|
|
255
|
+
export * as AppBskyUnspeccedSearchActorsSkeleton from './types/app/bsky/unspecced/searchActorsSkeleton.js';
|
|
256
|
+
export * as AppBskyUnspeccedSearchPostsSkeleton from './types/app/bsky/unspecced/searchPostsSkeleton.js';
|
|
257
|
+
export * as AppBskyUnspeccedSearchStarterPacksSkeleton from './types/app/bsky/unspecced/searchStarterPacksSkeleton.js';
|
|
258
|
+
export * as AppBskyVideoDefs from './types/app/bsky/video/defs.js';
|
|
259
|
+
export * as AppBskyVideoGetJobStatus from './types/app/bsky/video/getJobStatus.js';
|
|
260
|
+
export * as AppBskyVideoGetUploadLimits from './types/app/bsky/video/getUploadLimits.js';
|
|
261
|
+
export * as AppBskyVideoUploadVideo from './types/app/bsky/video/uploadVideo.js';
|
|
262
|
+
export * as ChatBskyActorDeclaration from './types/chat/bsky/actor/declaration.js';
|
|
263
|
+
export * as ChatBskyActorDefs from './types/chat/bsky/actor/defs.js';
|
|
264
|
+
export * as ChatBskyActorDeleteAccount from './types/chat/bsky/actor/deleteAccount.js';
|
|
265
|
+
export * as ChatBskyActorExportAccountData from './types/chat/bsky/actor/exportAccountData.js';
|
|
266
|
+
export * as ChatBskyConvoAcceptConvo from './types/chat/bsky/convo/acceptConvo.js';
|
|
267
|
+
export * as ChatBskyConvoAddReaction from './types/chat/bsky/convo/addReaction.js';
|
|
268
|
+
export * as ChatBskyConvoDefs from './types/chat/bsky/convo/defs.js';
|
|
269
|
+
export * as ChatBskyConvoDeleteMessageForSelf from './types/chat/bsky/convo/deleteMessageForSelf.js';
|
|
270
|
+
export * as ChatBskyConvoGetConvo from './types/chat/bsky/convo/getConvo.js';
|
|
271
|
+
export * as ChatBskyConvoGetConvoAvailability from './types/chat/bsky/convo/getConvoAvailability.js';
|
|
272
|
+
export * as ChatBskyConvoGetConvoForMembers from './types/chat/bsky/convo/getConvoForMembers.js';
|
|
273
|
+
export * as ChatBskyConvoGetConvoMembers from './types/chat/bsky/convo/getConvoMembers.js';
|
|
274
|
+
export * as ChatBskyConvoGetLog from './types/chat/bsky/convo/getLog.js';
|
|
275
|
+
export * as ChatBskyConvoGetMessages from './types/chat/bsky/convo/getMessages.js';
|
|
276
|
+
export * as ChatBskyConvoLeaveConvo from './types/chat/bsky/convo/leaveConvo.js';
|
|
277
|
+
export * as ChatBskyConvoListConvoRequests from './types/chat/bsky/convo/listConvoRequests.js';
|
|
278
|
+
export * as ChatBskyConvoListConvos from './types/chat/bsky/convo/listConvos.js';
|
|
279
|
+
export * as ChatBskyConvoLockConvo from './types/chat/bsky/convo/lockConvo.js';
|
|
280
|
+
export * as ChatBskyConvoMuteConvo from './types/chat/bsky/convo/muteConvo.js';
|
|
281
|
+
export * as ChatBskyConvoRemoveReaction from './types/chat/bsky/convo/removeReaction.js';
|
|
282
|
+
export * as ChatBskyConvoSendMessage from './types/chat/bsky/convo/sendMessage.js';
|
|
283
|
+
export * as ChatBskyConvoSendMessageBatch from './types/chat/bsky/convo/sendMessageBatch.js';
|
|
284
|
+
export * as ChatBskyConvoUnlockConvo from './types/chat/bsky/convo/unlockConvo.js';
|
|
285
|
+
export * as ChatBskyConvoUnmuteConvo from './types/chat/bsky/convo/unmuteConvo.js';
|
|
286
|
+
export * as ChatBskyConvoUpdateAllRead from './types/chat/bsky/convo/updateAllRead.js';
|
|
287
|
+
export * as ChatBskyConvoUpdateRead from './types/chat/bsky/convo/updateRead.js';
|
|
288
|
+
export * as ChatBskyGroupAddMembers from './types/chat/bsky/group/addMembers.js';
|
|
289
|
+
export * as ChatBskyGroupApproveJoinRequest from './types/chat/bsky/group/approveJoinRequest.js';
|
|
290
|
+
export * as ChatBskyGroupCreateGroup from './types/chat/bsky/group/createGroup.js';
|
|
291
|
+
export * as ChatBskyGroupCreateJoinLink from './types/chat/bsky/group/createJoinLink.js';
|
|
292
|
+
export * as ChatBskyGroupDefs from './types/chat/bsky/group/defs.js';
|
|
293
|
+
export * as ChatBskyGroupDisableJoinLink from './types/chat/bsky/group/disableJoinLink.js';
|
|
294
|
+
export * as ChatBskyGroupEditGroup from './types/chat/bsky/group/editGroup.js';
|
|
295
|
+
export * as ChatBskyGroupEditJoinLink from './types/chat/bsky/group/editJoinLink.js';
|
|
296
|
+
export * as ChatBskyGroupEnableJoinLink from './types/chat/bsky/group/enableJoinLink.js';
|
|
297
|
+
export * as ChatBskyGroupGetJoinLinkPreview from './types/chat/bsky/group/getJoinLinkPreview.js';
|
|
298
|
+
export * as ChatBskyGroupListJoinRequests from './types/chat/bsky/group/listJoinRequests.js';
|
|
299
|
+
export * as ChatBskyGroupRejectJoinRequest from './types/chat/bsky/group/rejectJoinRequest.js';
|
|
300
|
+
export * as ChatBskyGroupRemoveMembers from './types/chat/bsky/group/removeMembers.js';
|
|
301
|
+
export * as ChatBskyGroupRequestJoin from './types/chat/bsky/group/requestJoin.js';
|
|
302
|
+
export * as ChatBskyModerationGetActorMetadata from './types/chat/bsky/moderation/getActorMetadata.js';
|
|
303
|
+
export * as ChatBskyModerationGetMessageContext from './types/chat/bsky/moderation/getMessageContext.js';
|
|
304
|
+
export * as ChatBskyModerationSubscribeModEvents from './types/chat/bsky/moderation/subscribeModEvents.js';
|
|
305
|
+
export * as ChatBskyModerationUpdateActorAccess from './types/chat/bsky/moderation/updateActorAccess.js';
|
|
306
|
+
export * as ComAtprotoAdminDefs from './types/com/atproto/admin/defs.js';
|
|
307
|
+
export * as ComAtprotoAdminDeleteAccount from './types/com/atproto/admin/deleteAccount.js';
|
|
308
|
+
export * as ComAtprotoAdminDisableAccountInvites from './types/com/atproto/admin/disableAccountInvites.js';
|
|
309
|
+
export * as ComAtprotoAdminDisableInviteCodes from './types/com/atproto/admin/disableInviteCodes.js';
|
|
310
|
+
export * as ComAtprotoAdminEnableAccountInvites from './types/com/atproto/admin/enableAccountInvites.js';
|
|
311
|
+
export * as ComAtprotoAdminGetAccountInfo from './types/com/atproto/admin/getAccountInfo.js';
|
|
312
|
+
export * as ComAtprotoAdminGetAccountInfos from './types/com/atproto/admin/getAccountInfos.js';
|
|
313
|
+
export * as ComAtprotoAdminGetInviteCodes from './types/com/atproto/admin/getInviteCodes.js';
|
|
314
|
+
export * as ComAtprotoAdminGetSubjectStatus from './types/com/atproto/admin/getSubjectStatus.js';
|
|
315
|
+
export * as ComAtprotoAdminSearchAccounts from './types/com/atproto/admin/searchAccounts.js';
|
|
316
|
+
export * as ComAtprotoAdminSendEmail from './types/com/atproto/admin/sendEmail.js';
|
|
317
|
+
export * as ComAtprotoAdminUpdateAccountEmail from './types/com/atproto/admin/updateAccountEmail.js';
|
|
318
|
+
export * as ComAtprotoAdminUpdateAccountHandle from './types/com/atproto/admin/updateAccountHandle.js';
|
|
319
|
+
export * as ComAtprotoAdminUpdateAccountPassword from './types/com/atproto/admin/updateAccountPassword.js';
|
|
320
|
+
export * as ComAtprotoAdminUpdateAccountSigningKey from './types/com/atproto/admin/updateAccountSigningKey.js';
|
|
321
|
+
export * as ComAtprotoAdminUpdateSubjectStatus from './types/com/atproto/admin/updateSubjectStatus.js';
|
|
322
|
+
export * as ComAtprotoIdentityDefs from './types/com/atproto/identity/defs.js';
|
|
323
|
+
export * as ComAtprotoIdentityGetRecommendedDidCredentials from './types/com/atproto/identity/getRecommendedDidCredentials.js';
|
|
324
|
+
export * as ComAtprotoIdentityRefreshIdentity from './types/com/atproto/identity/refreshIdentity.js';
|
|
325
|
+
export * as ComAtprotoIdentityRequestPlcOperationSignature from './types/com/atproto/identity/requestPlcOperationSignature.js';
|
|
326
|
+
export * as ComAtprotoIdentityResolveDid from './types/com/atproto/identity/resolveDid.js';
|
|
327
|
+
export * as ComAtprotoIdentityResolveHandle from './types/com/atproto/identity/resolveHandle.js';
|
|
328
|
+
export * as ComAtprotoIdentityResolveIdentity from './types/com/atproto/identity/resolveIdentity.js';
|
|
329
|
+
export * as ComAtprotoIdentitySignPlcOperation from './types/com/atproto/identity/signPlcOperation.js';
|
|
330
|
+
export * as ComAtprotoIdentitySubmitPlcOperation from './types/com/atproto/identity/submitPlcOperation.js';
|
|
331
|
+
export * as ComAtprotoIdentityUpdateHandle from './types/com/atproto/identity/updateHandle.js';
|
|
332
|
+
export * as ComAtprotoLabelDefs from './types/com/atproto/label/defs.js';
|
|
333
|
+
export * as ComAtprotoLabelQueryLabels from './types/com/atproto/label/queryLabels.js';
|
|
334
|
+
export * as ComAtprotoLabelSubscribeLabels from './types/com/atproto/label/subscribeLabels.js';
|
|
335
|
+
export * as ComAtprotoLexiconResolveLexicon from './types/com/atproto/lexicon/resolveLexicon.js';
|
|
336
|
+
export * as ComAtprotoLexiconSchema from './types/com/atproto/lexicon/schema.js';
|
|
337
|
+
export * as ComAtprotoModerationCreateReport from './types/com/atproto/moderation/createReport.js';
|
|
338
|
+
export * as ComAtprotoModerationDefs from './types/com/atproto/moderation/defs.js';
|
|
339
|
+
export * as ComAtprotoRepoApplyWrites from './types/com/atproto/repo/applyWrites.js';
|
|
340
|
+
export * as ComAtprotoRepoCreateRecord from './types/com/atproto/repo/createRecord.js';
|
|
341
|
+
export * as ComAtprotoRepoDefs from './types/com/atproto/repo/defs.js';
|
|
342
|
+
export * as ComAtprotoRepoDeleteRecord from './types/com/atproto/repo/deleteRecord.js';
|
|
343
|
+
export * as ComAtprotoRepoDescribeRepo from './types/com/atproto/repo/describeRepo.js';
|
|
344
|
+
export * as ComAtprotoRepoGetRecord from './types/com/atproto/repo/getRecord.js';
|
|
345
|
+
export * as ComAtprotoRepoImportRepo from './types/com/atproto/repo/importRepo.js';
|
|
346
|
+
export * as ComAtprotoRepoListMissingBlobs from './types/com/atproto/repo/listMissingBlobs.js';
|
|
347
|
+
export * as ComAtprotoRepoListRecords from './types/com/atproto/repo/listRecords.js';
|
|
348
|
+
export * as ComAtprotoRepoPutRecord from './types/com/atproto/repo/putRecord.js';
|
|
349
|
+
export * as ComAtprotoRepoStrongRef from './types/com/atproto/repo/strongRef.js';
|
|
350
|
+
export * as ComAtprotoRepoUploadBlob from './types/com/atproto/repo/uploadBlob.js';
|
|
351
|
+
export * as ComAtprotoServerActivateAccount from './types/com/atproto/server/activateAccount.js';
|
|
352
|
+
export * as ComAtprotoServerCheckAccountStatus from './types/com/atproto/server/checkAccountStatus.js';
|
|
353
|
+
export * as ComAtprotoServerConfirmEmail from './types/com/atproto/server/confirmEmail.js';
|
|
354
|
+
export * as ComAtprotoServerCreateAccount from './types/com/atproto/server/createAccount.js';
|
|
355
|
+
export * as ComAtprotoServerCreateAppPassword from './types/com/atproto/server/createAppPassword.js';
|
|
356
|
+
export * as ComAtprotoServerCreateInviteCode from './types/com/atproto/server/createInviteCode.js';
|
|
357
|
+
export * as ComAtprotoServerCreateInviteCodes from './types/com/atproto/server/createInviteCodes.js';
|
|
358
|
+
export * as ComAtprotoServerCreateSession from './types/com/atproto/server/createSession.js';
|
|
359
|
+
export * as ComAtprotoServerDeactivateAccount from './types/com/atproto/server/deactivateAccount.js';
|
|
360
|
+
export * as ComAtprotoServerDefs from './types/com/atproto/server/defs.js';
|
|
361
|
+
export * as ComAtprotoServerDeleteAccount from './types/com/atproto/server/deleteAccount.js';
|
|
362
|
+
export * as ComAtprotoServerDeleteSession from './types/com/atproto/server/deleteSession.js';
|
|
363
|
+
export * as ComAtprotoServerDescribeServer from './types/com/atproto/server/describeServer.js';
|
|
364
|
+
export * as ComAtprotoServerGetAccountInviteCodes from './types/com/atproto/server/getAccountInviteCodes.js';
|
|
365
|
+
export * as ComAtprotoServerGetServiceAuth from './types/com/atproto/server/getServiceAuth.js';
|
|
366
|
+
export * as ComAtprotoServerGetSession from './types/com/atproto/server/getSession.js';
|
|
367
|
+
export * as ComAtprotoServerListAppPasswords from './types/com/atproto/server/listAppPasswords.js';
|
|
368
|
+
export * as ComAtprotoServerRefreshSession from './types/com/atproto/server/refreshSession.js';
|
|
369
|
+
export * as ComAtprotoServerRequestAccountDelete from './types/com/atproto/server/requestAccountDelete.js';
|
|
370
|
+
export * as ComAtprotoServerRequestEmailConfirmation from './types/com/atproto/server/requestEmailConfirmation.js';
|
|
371
|
+
export * as ComAtprotoServerRequestEmailUpdate from './types/com/atproto/server/requestEmailUpdate.js';
|
|
372
|
+
export * as ComAtprotoServerRequestPasswordReset from './types/com/atproto/server/requestPasswordReset.js';
|
|
373
|
+
export * as ComAtprotoServerReserveSigningKey from './types/com/atproto/server/reserveSigningKey.js';
|
|
374
|
+
export * as ComAtprotoServerResetPassword from './types/com/atproto/server/resetPassword.js';
|
|
375
|
+
export * as ComAtprotoServerRevokeAppPassword from './types/com/atproto/server/revokeAppPassword.js';
|
|
376
|
+
export * as ComAtprotoServerUpdateEmail from './types/com/atproto/server/updateEmail.js';
|
|
377
|
+
export * as ComAtprotoSyncDefs from './types/com/atproto/sync/defs.js';
|
|
378
|
+
export * as ComAtprotoSyncGetBlob from './types/com/atproto/sync/getBlob.js';
|
|
379
|
+
export * as ComAtprotoSyncGetBlocks from './types/com/atproto/sync/getBlocks.js';
|
|
380
|
+
export * as ComAtprotoSyncGetCheckout from './types/com/atproto/sync/getCheckout.js';
|
|
381
|
+
export * as ComAtprotoSyncGetHead from './types/com/atproto/sync/getHead.js';
|
|
382
|
+
export * as ComAtprotoSyncGetHostStatus from './types/com/atproto/sync/getHostStatus.js';
|
|
383
|
+
export * as ComAtprotoSyncGetLatestCommit from './types/com/atproto/sync/getLatestCommit.js';
|
|
384
|
+
export * as ComAtprotoSyncGetRecord from './types/com/atproto/sync/getRecord.js';
|
|
385
|
+
export * as ComAtprotoSyncGetRepo from './types/com/atproto/sync/getRepo.js';
|
|
386
|
+
export * as ComAtprotoSyncGetRepoStatus from './types/com/atproto/sync/getRepoStatus.js';
|
|
387
|
+
export * as ComAtprotoSyncListBlobs from './types/com/atproto/sync/listBlobs.js';
|
|
388
|
+
export * as ComAtprotoSyncListHosts from './types/com/atproto/sync/listHosts.js';
|
|
389
|
+
export * as ComAtprotoSyncListRepos from './types/com/atproto/sync/listRepos.js';
|
|
390
|
+
export * as ComAtprotoSyncListReposByCollection from './types/com/atproto/sync/listReposByCollection.js';
|
|
391
|
+
export * as ComAtprotoSyncNotifyOfUpdate from './types/com/atproto/sync/notifyOfUpdate.js';
|
|
392
|
+
export * as ComAtprotoSyncRequestCrawl from './types/com/atproto/sync/requestCrawl.js';
|
|
393
|
+
export * as ComAtprotoSyncSubscribeRepos from './types/com/atproto/sync/subscribeRepos.js';
|
|
394
|
+
export * as ComAtprotoTempAddReservedHandle from './types/com/atproto/temp/addReservedHandle.js';
|
|
395
|
+
export * as ComAtprotoTempCheckHandleAvailability from './types/com/atproto/temp/checkHandleAvailability.js';
|
|
396
|
+
export * as ComAtprotoTempCheckSignupQueue from './types/com/atproto/temp/checkSignupQueue.js';
|
|
397
|
+
export * as ComAtprotoTempDereferenceScope from './types/com/atproto/temp/dereferenceScope.js';
|
|
398
|
+
export * as ComAtprotoTempFetchLabels from './types/com/atproto/temp/fetchLabels.js';
|
|
399
|
+
export * as ComAtprotoTempRequestPhoneVerification from './types/com/atproto/temp/requestPhoneVerification.js';
|
|
400
|
+
export * as ComAtprotoTempRevokeAccountCredentials from './types/com/atproto/temp/revokeAccountCredentials.js';
|
|
401
|
+
export * as ComGermnetworkDeclaration from './types/com/germnetwork/declaration.js';
|
|
402
|
+
export * as ToolsOzoneCommunicationCreateTemplate from './types/tools/ozone/communication/createTemplate.js';
|
|
403
|
+
export * as ToolsOzoneCommunicationDefs from './types/tools/ozone/communication/defs.js';
|
|
404
|
+
export * as ToolsOzoneCommunicationDeleteTemplate from './types/tools/ozone/communication/deleteTemplate.js';
|
|
405
|
+
export * as ToolsOzoneCommunicationListTemplates from './types/tools/ozone/communication/listTemplates.js';
|
|
406
|
+
export * as ToolsOzoneCommunicationUpdateTemplate from './types/tools/ozone/communication/updateTemplate.js';
|
|
407
|
+
export * as ToolsOzoneHostingGetAccountHistory from './types/tools/ozone/hosting/getAccountHistory.js';
|
|
408
|
+
export * as ToolsOzoneModerationCancelScheduledActions from './types/tools/ozone/moderation/cancelScheduledActions.js';
|
|
409
|
+
export * as ToolsOzoneModerationDefs from './types/tools/ozone/moderation/defs.js';
|
|
410
|
+
export * as ToolsOzoneModerationEmitEvent from './types/tools/ozone/moderation/emitEvent.js';
|
|
411
|
+
export * as ToolsOzoneModerationGetAccountTimeline from './types/tools/ozone/moderation/getAccountTimeline.js';
|
|
412
|
+
export * as ToolsOzoneModerationGetEvent from './types/tools/ozone/moderation/getEvent.js';
|
|
413
|
+
export * as ToolsOzoneModerationGetRecord from './types/tools/ozone/moderation/getRecord.js';
|
|
414
|
+
export * as ToolsOzoneModerationGetRecords from './types/tools/ozone/moderation/getRecords.js';
|
|
415
|
+
export * as ToolsOzoneModerationGetRepo from './types/tools/ozone/moderation/getRepo.js';
|
|
416
|
+
export * as ToolsOzoneModerationGetReporterStats from './types/tools/ozone/moderation/getReporterStats.js';
|
|
417
|
+
export * as ToolsOzoneModerationGetRepos from './types/tools/ozone/moderation/getRepos.js';
|
|
418
|
+
export * as ToolsOzoneModerationGetSubjects from './types/tools/ozone/moderation/getSubjects.js';
|
|
419
|
+
export * as ToolsOzoneModerationListScheduledActions from './types/tools/ozone/moderation/listScheduledActions.js';
|
|
420
|
+
export * as ToolsOzoneModerationQueryEvents from './types/tools/ozone/moderation/queryEvents.js';
|
|
421
|
+
export * as ToolsOzoneModerationQueryStatuses from './types/tools/ozone/moderation/queryStatuses.js';
|
|
422
|
+
export * as ToolsOzoneModerationScheduleAction from './types/tools/ozone/moderation/scheduleAction.js';
|
|
423
|
+
export * as ToolsOzoneModerationSearchRepos from './types/tools/ozone/moderation/searchRepos.js';
|
|
424
|
+
export * as ToolsOzoneQueueAssignModerator from './types/tools/ozone/queue/assignModerator.js';
|
|
425
|
+
export * as ToolsOzoneQueueCreateQueue from './types/tools/ozone/queue/createQueue.js';
|
|
426
|
+
export * as ToolsOzoneQueueDefs from './types/tools/ozone/queue/defs.js';
|
|
427
|
+
export * as ToolsOzoneQueueDeleteQueue from './types/tools/ozone/queue/deleteQueue.js';
|
|
428
|
+
export * as ToolsOzoneQueueGetAssignments from './types/tools/ozone/queue/getAssignments.js';
|
|
429
|
+
export * as ToolsOzoneQueueListQueues from './types/tools/ozone/queue/listQueues.js';
|
|
430
|
+
export * as ToolsOzoneQueueRouteReports from './types/tools/ozone/queue/routeReports.js';
|
|
431
|
+
export * as ToolsOzoneQueueUnassignModerator from './types/tools/ozone/queue/unassignModerator.js';
|
|
432
|
+
export * as ToolsOzoneQueueUpdateQueue from './types/tools/ozone/queue/updateQueue.js';
|
|
433
|
+
export * as ToolsOzoneReportAssignModerator from './types/tools/ozone/report/assignModerator.js';
|
|
434
|
+
export * as ToolsOzoneReportCreateActivity from './types/tools/ozone/report/createActivity.js';
|
|
435
|
+
export * as ToolsOzoneReportDefs from './types/tools/ozone/report/defs.js';
|
|
436
|
+
export * as ToolsOzoneReportGetAssignments from './types/tools/ozone/report/getAssignments.js';
|
|
437
|
+
export * as ToolsOzoneReportGetHistoricalStats from './types/tools/ozone/report/getHistoricalStats.js';
|
|
438
|
+
export * as ToolsOzoneReportGetLatestReport from './types/tools/ozone/report/getLatestReport.js';
|
|
439
|
+
export * as ToolsOzoneReportGetLiveStats from './types/tools/ozone/report/getLiveStats.js';
|
|
440
|
+
export * as ToolsOzoneReportGetReport from './types/tools/ozone/report/getReport.js';
|
|
441
|
+
export * as ToolsOzoneReportListActivities from './types/tools/ozone/report/listActivities.js';
|
|
442
|
+
export * as ToolsOzoneReportQueryReports from './types/tools/ozone/report/queryReports.js';
|
|
443
|
+
export * as ToolsOzoneReportReassignQueue from './types/tools/ozone/report/reassignQueue.js';
|
|
444
|
+
export * as ToolsOzoneReportRefreshStats from './types/tools/ozone/report/refreshStats.js';
|
|
445
|
+
export * as ToolsOzoneReportUnassignModerator from './types/tools/ozone/report/unassignModerator.js';
|
|
446
|
+
export * as ToolsOzoneSafelinkAddRule from './types/tools/ozone/safelink/addRule.js';
|
|
447
|
+
export * as ToolsOzoneSafelinkDefs from './types/tools/ozone/safelink/defs.js';
|
|
448
|
+
export * as ToolsOzoneSafelinkQueryEvents from './types/tools/ozone/safelink/queryEvents.js';
|
|
449
|
+
export * as ToolsOzoneSafelinkQueryRules from './types/tools/ozone/safelink/queryRules.js';
|
|
450
|
+
export * as ToolsOzoneSafelinkRemoveRule from './types/tools/ozone/safelink/removeRule.js';
|
|
451
|
+
export * as ToolsOzoneSafelinkUpdateRule from './types/tools/ozone/safelink/updateRule.js';
|
|
452
|
+
export * as ToolsOzoneServerGetConfig from './types/tools/ozone/server/getConfig.js';
|
|
453
|
+
export * as ToolsOzoneSetAddValues from './types/tools/ozone/set/addValues.js';
|
|
454
|
+
export * as ToolsOzoneSetDefs from './types/tools/ozone/set/defs.js';
|
|
455
|
+
export * as ToolsOzoneSetDeleteSet from './types/tools/ozone/set/deleteSet.js';
|
|
456
|
+
export * as ToolsOzoneSetDeleteValues from './types/tools/ozone/set/deleteValues.js';
|
|
457
|
+
export * as ToolsOzoneSetGetValues from './types/tools/ozone/set/getValues.js';
|
|
458
|
+
export * as ToolsOzoneSetQuerySets from './types/tools/ozone/set/querySets.js';
|
|
459
|
+
export * as ToolsOzoneSetUpsertSet from './types/tools/ozone/set/upsertSet.js';
|
|
460
|
+
export * as ToolsOzoneSettingDefs from './types/tools/ozone/setting/defs.js';
|
|
461
|
+
export * as ToolsOzoneSettingListOptions from './types/tools/ozone/setting/listOptions.js';
|
|
462
|
+
export * as ToolsOzoneSettingRemoveOptions from './types/tools/ozone/setting/removeOptions.js';
|
|
463
|
+
export * as ToolsOzoneSettingUpsertOption from './types/tools/ozone/setting/upsertOption.js';
|
|
464
|
+
export * as ToolsOzoneSignatureDefs from './types/tools/ozone/signature/defs.js';
|
|
465
|
+
export * as ToolsOzoneSignatureFindCorrelation from './types/tools/ozone/signature/findCorrelation.js';
|
|
466
|
+
export * as ToolsOzoneSignatureFindRelatedAccounts from './types/tools/ozone/signature/findRelatedAccounts.js';
|
|
467
|
+
export * as ToolsOzoneSignatureSearchAccounts from './types/tools/ozone/signature/searchAccounts.js';
|
|
468
|
+
export * as ToolsOzoneTeamAddMember from './types/tools/ozone/team/addMember.js';
|
|
469
|
+
export * as ToolsOzoneTeamDefs from './types/tools/ozone/team/defs.js';
|
|
470
|
+
export * as ToolsOzoneTeamDeleteMember from './types/tools/ozone/team/deleteMember.js';
|
|
471
|
+
export * as ToolsOzoneTeamListMembers from './types/tools/ozone/team/listMembers.js';
|
|
472
|
+
export * as ToolsOzoneTeamUpdateMember from './types/tools/ozone/team/updateMember.js';
|
|
473
|
+
export * as ToolsOzoneVerificationDefs from './types/tools/ozone/verification/defs.js';
|
|
474
|
+
export * as ToolsOzoneVerificationGrantVerifications from './types/tools/ozone/verification/grantVerifications.js';
|
|
475
|
+
export * as ToolsOzoneVerificationListVerifications from './types/tools/ozone/verification/listVerifications.js';
|
|
476
|
+
export * as ToolsOzoneVerificationRevokeVerifications from './types/tools/ozone/verification/revokeVerifications.js';
|
|
477
|
+
export const APP_BSKY_ACTOR = {
|
|
522
478
|
StatusLive: 'app.bsky.actor.status#live',
|
|
523
479
|
};
|
|
524
|
-
|
|
480
|
+
export const APP_BSKY_FEED = {
|
|
525
481
|
DefsRequestLess: 'app.bsky.feed.defs#requestLess',
|
|
526
482
|
DefsRequestMore: 'app.bsky.feed.defs#requestMore',
|
|
527
483
|
DefsClickthroughItem: 'app.bsky.feed.defs#clickthroughItem',
|
|
@@ -537,12 +493,12 @@ exports.APP_BSKY_FEED = {
|
|
|
537
493
|
DefsInteractionQuote: 'app.bsky.feed.defs#interactionQuote',
|
|
538
494
|
DefsInteractionShare: 'app.bsky.feed.defs#interactionShare',
|
|
539
495
|
};
|
|
540
|
-
|
|
496
|
+
export const APP_BSKY_GRAPH = {
|
|
541
497
|
DefsModlist: 'app.bsky.graph.defs#modlist',
|
|
542
498
|
DefsCuratelist: 'app.bsky.graph.defs#curatelist',
|
|
543
499
|
DefsReferencelist: 'app.bsky.graph.defs#referencelist',
|
|
544
500
|
};
|
|
545
|
-
|
|
501
|
+
export const COM_ATPROTO_MODERATION = {
|
|
546
502
|
DefsReasonSpam: 'com.atproto.moderation.defs#reasonSpam',
|
|
547
503
|
DefsReasonViolation: 'com.atproto.moderation.defs#reasonViolation',
|
|
548
504
|
DefsReasonMisleading: 'com.atproto.moderation.defs#reasonMisleading',
|
|
@@ -551,7 +507,7 @@ exports.COM_ATPROTO_MODERATION = {
|
|
|
551
507
|
DefsReasonOther: 'com.atproto.moderation.defs#reasonOther',
|
|
552
508
|
DefsReasonAppeal: 'com.atproto.moderation.defs#reasonAppeal',
|
|
553
509
|
};
|
|
554
|
-
|
|
510
|
+
export const TOOLS_OZONE_MODERATION = {
|
|
555
511
|
DefsReviewOpen: 'tools.ozone.moderation.defs#reviewOpen',
|
|
556
512
|
DefsReviewEscalated: 'tools.ozone.moderation.defs#reviewEscalated',
|
|
557
513
|
DefsReviewClosed: 'tools.ozone.moderation.defs#reviewClosed',
|
|
@@ -560,7 +516,7 @@ exports.TOOLS_OZONE_MODERATION = {
|
|
|
560
516
|
DefsTimelineEventPlcOperation: 'tools.ozone.moderation.defs#timelineEventPlcOperation',
|
|
561
517
|
DefsTimelineEventPlcTombstone: 'tools.ozone.moderation.defs#timelineEventPlcTombstone',
|
|
562
518
|
};
|
|
563
|
-
|
|
519
|
+
export const TOOLS_OZONE_REPORT = {
|
|
564
520
|
DefsReasonAppeal: 'tools.ozone.report.defs#reasonAppeal',
|
|
565
521
|
DefsReasonOther: 'tools.ozone.report.defs#reasonOther',
|
|
566
522
|
DefsReasonViolenceAnimal: 'tools.ozone.report.defs#reasonViolenceAnimal',
|
|
@@ -602,39 +558,15 @@ exports.TOOLS_OZONE_REPORT = {
|
|
|
602
558
|
DefsReasonSelfHarmSubstances: 'tools.ozone.report.defs#reasonSelfHarmSubstances',
|
|
603
559
|
DefsReasonSelfHarmOther: 'tools.ozone.report.defs#reasonSelfHarmOther',
|
|
604
560
|
};
|
|
605
|
-
|
|
561
|
+
export const TOOLS_OZONE_TEAM = {
|
|
606
562
|
DefsRoleAdmin: 'tools.ozone.team.defs#roleAdmin',
|
|
607
563
|
DefsRoleModerator: 'tools.ozone.team.defs#roleModerator',
|
|
608
564
|
DefsRoleTriage: 'tools.ozone.team.defs#roleTriage',
|
|
609
565
|
DefsRoleVerifier: 'tools.ozone.team.defs#roleVerifier',
|
|
610
566
|
};
|
|
611
|
-
class AtpBaseClient extends
|
|
567
|
+
export class AtpBaseClient extends XrpcClient {
|
|
612
568
|
constructor(options) {
|
|
613
|
-
super(options,
|
|
614
|
-
Object.defineProperty(this, "app", {
|
|
615
|
-
enumerable: true,
|
|
616
|
-
configurable: true,
|
|
617
|
-
writable: true,
|
|
618
|
-
value: void 0
|
|
619
|
-
});
|
|
620
|
-
Object.defineProperty(this, "chat", {
|
|
621
|
-
enumerable: true,
|
|
622
|
-
configurable: true,
|
|
623
|
-
writable: true,
|
|
624
|
-
value: void 0
|
|
625
|
-
});
|
|
626
|
-
Object.defineProperty(this, "com", {
|
|
627
|
-
enumerable: true,
|
|
628
|
-
configurable: true,
|
|
629
|
-
writable: true,
|
|
630
|
-
value: void 0
|
|
631
|
-
});
|
|
632
|
-
Object.defineProperty(this, "tools", {
|
|
633
|
-
enumerable: true,
|
|
634
|
-
configurable: true,
|
|
635
|
-
writable: true,
|
|
636
|
-
value: void 0
|
|
637
|
-
});
|
|
569
|
+
super(options, schemas);
|
|
638
570
|
this.app = new AppNS(this);
|
|
639
571
|
this.chat = new ChatNS(this);
|
|
640
572
|
this.com = new ComNS(this);
|
|
@@ -645,112 +577,14 @@ class AtpBaseClient extends xrpc_1.XrpcClient {
|
|
|
645
577
|
return this;
|
|
646
578
|
}
|
|
647
579
|
}
|
|
648
|
-
|
|
649
|
-
class AppNS {
|
|
580
|
+
export class AppNS {
|
|
650
581
|
constructor(client) {
|
|
651
|
-
Object.defineProperty(this, "_client", {
|
|
652
|
-
enumerable: true,
|
|
653
|
-
configurable: true,
|
|
654
|
-
writable: true,
|
|
655
|
-
value: void 0
|
|
656
|
-
});
|
|
657
|
-
Object.defineProperty(this, "bsky", {
|
|
658
|
-
enumerable: true,
|
|
659
|
-
configurable: true,
|
|
660
|
-
writable: true,
|
|
661
|
-
value: void 0
|
|
662
|
-
});
|
|
663
582
|
this._client = client;
|
|
664
583
|
this.bsky = new AppBskyNS(client);
|
|
665
584
|
}
|
|
666
585
|
}
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
constructor(client) {
|
|
670
|
-
Object.defineProperty(this, "_client", {
|
|
671
|
-
enumerable: true,
|
|
672
|
-
configurable: true,
|
|
673
|
-
writable: true,
|
|
674
|
-
value: void 0
|
|
675
|
-
});
|
|
676
|
-
Object.defineProperty(this, "actor", {
|
|
677
|
-
enumerable: true,
|
|
678
|
-
configurable: true,
|
|
679
|
-
writable: true,
|
|
680
|
-
value: void 0
|
|
681
|
-
});
|
|
682
|
-
Object.defineProperty(this, "ageassurance", {
|
|
683
|
-
enumerable: true,
|
|
684
|
-
configurable: true,
|
|
685
|
-
writable: true,
|
|
686
|
-
value: void 0
|
|
687
|
-
});
|
|
688
|
-
Object.defineProperty(this, "bookmark", {
|
|
689
|
-
enumerable: true,
|
|
690
|
-
configurable: true,
|
|
691
|
-
writable: true,
|
|
692
|
-
value: void 0
|
|
693
|
-
});
|
|
694
|
-
Object.defineProperty(this, "contact", {
|
|
695
|
-
enumerable: true,
|
|
696
|
-
configurable: true,
|
|
697
|
-
writable: true,
|
|
698
|
-
value: void 0
|
|
699
|
-
});
|
|
700
|
-
Object.defineProperty(this, "draft", {
|
|
701
|
-
enumerable: true,
|
|
702
|
-
configurable: true,
|
|
703
|
-
writable: true,
|
|
704
|
-
value: void 0
|
|
705
|
-
});
|
|
706
|
-
Object.defineProperty(this, "embed", {
|
|
707
|
-
enumerable: true,
|
|
708
|
-
configurable: true,
|
|
709
|
-
writable: true,
|
|
710
|
-
value: void 0
|
|
711
|
-
});
|
|
712
|
-
Object.defineProperty(this, "feed", {
|
|
713
|
-
enumerable: true,
|
|
714
|
-
configurable: true,
|
|
715
|
-
writable: true,
|
|
716
|
-
value: void 0
|
|
717
|
-
});
|
|
718
|
-
Object.defineProperty(this, "graph", {
|
|
719
|
-
enumerable: true,
|
|
720
|
-
configurable: true,
|
|
721
|
-
writable: true,
|
|
722
|
-
value: void 0
|
|
723
|
-
});
|
|
724
|
-
Object.defineProperty(this, "labeler", {
|
|
725
|
-
enumerable: true,
|
|
726
|
-
configurable: true,
|
|
727
|
-
writable: true,
|
|
728
|
-
value: void 0
|
|
729
|
-
});
|
|
730
|
-
Object.defineProperty(this, "notification", {
|
|
731
|
-
enumerable: true,
|
|
732
|
-
configurable: true,
|
|
733
|
-
writable: true,
|
|
734
|
-
value: void 0
|
|
735
|
-
});
|
|
736
|
-
Object.defineProperty(this, "richtext", {
|
|
737
|
-
enumerable: true,
|
|
738
|
-
configurable: true,
|
|
739
|
-
writable: true,
|
|
740
|
-
value: void 0
|
|
741
|
-
});
|
|
742
|
-
Object.defineProperty(this, "unspecced", {
|
|
743
|
-
enumerable: true,
|
|
744
|
-
configurable: true,
|
|
745
|
-
writable: true,
|
|
746
|
-
value: void 0
|
|
747
|
-
});
|
|
748
|
-
Object.defineProperty(this, "video", {
|
|
749
|
-
enumerable: true,
|
|
750
|
-
configurable: true,
|
|
751
|
-
writable: true,
|
|
752
|
-
value: void 0
|
|
753
|
-
});
|
|
586
|
+
export class AppBskyNS {
|
|
587
|
+
constructor(client) {
|
|
754
588
|
this._client = client;
|
|
755
589
|
this.actor = new AppBskyActorNS(client);
|
|
756
590
|
this.ageassurance = new AppBskyAgeassuranceNS(client);
|
|
@@ -767,27 +601,8 @@ class AppBskyNS {
|
|
|
767
601
|
this.video = new AppBskyVideoNS(client);
|
|
768
602
|
}
|
|
769
603
|
}
|
|
770
|
-
|
|
771
|
-
class AppBskyActorNS {
|
|
604
|
+
export class AppBskyActorNS {
|
|
772
605
|
constructor(client) {
|
|
773
|
-
Object.defineProperty(this, "_client", {
|
|
774
|
-
enumerable: true,
|
|
775
|
-
configurable: true,
|
|
776
|
-
writable: true,
|
|
777
|
-
value: void 0
|
|
778
|
-
});
|
|
779
|
-
Object.defineProperty(this, "profile", {
|
|
780
|
-
enumerable: true,
|
|
781
|
-
configurable: true,
|
|
782
|
-
writable: true,
|
|
783
|
-
value: void 0
|
|
784
|
-
});
|
|
785
|
-
Object.defineProperty(this, "status", {
|
|
786
|
-
enumerable: true,
|
|
787
|
-
configurable: true,
|
|
788
|
-
writable: true,
|
|
789
|
-
value: void 0
|
|
790
|
-
});
|
|
791
606
|
this._client = client;
|
|
792
607
|
this.profile = new AppBskyActorProfileRecord(client);
|
|
793
608
|
this.status = new AppBskyActorStatusRecord(client);
|
|
@@ -814,15 +629,8 @@ class AppBskyActorNS {
|
|
|
814
629
|
return this._client.call('app.bsky.actor.searchActorsTypeahead', params, undefined, opts);
|
|
815
630
|
}
|
|
816
631
|
}
|
|
817
|
-
|
|
818
|
-
class AppBskyActorProfileRecord {
|
|
632
|
+
export class AppBskyActorProfileRecord {
|
|
819
633
|
constructor(client) {
|
|
820
|
-
Object.defineProperty(this, "_client", {
|
|
821
|
-
enumerable: true,
|
|
822
|
-
configurable: true,
|
|
823
|
-
writable: true,
|
|
824
|
-
value: void 0
|
|
825
|
-
});
|
|
826
634
|
this._client = client;
|
|
827
635
|
}
|
|
828
636
|
async list(params) {
|
|
@@ -858,15 +666,8 @@ class AppBskyActorProfileRecord {
|
|
|
858
666
|
await this._client.call('com.atproto.repo.deleteRecord', undefined, { collection: 'app.bsky.actor.profile', ...params }, { headers });
|
|
859
667
|
}
|
|
860
668
|
}
|
|
861
|
-
|
|
862
|
-
class AppBskyActorStatusRecord {
|
|
669
|
+
export class AppBskyActorStatusRecord {
|
|
863
670
|
constructor(client) {
|
|
864
|
-
Object.defineProperty(this, "_client", {
|
|
865
|
-
enumerable: true,
|
|
866
|
-
configurable: true,
|
|
867
|
-
writable: true,
|
|
868
|
-
value: void 0
|
|
869
|
-
});
|
|
870
671
|
this._client = client;
|
|
871
672
|
}
|
|
872
673
|
async list(params) {
|
|
@@ -902,15 +703,8 @@ class AppBskyActorStatusRecord {
|
|
|
902
703
|
await this._client.call('com.atproto.repo.deleteRecord', undefined, { collection: 'app.bsky.actor.status', ...params }, { headers });
|
|
903
704
|
}
|
|
904
705
|
}
|
|
905
|
-
|
|
906
|
-
class AppBskyAgeassuranceNS {
|
|
706
|
+
export class AppBskyAgeassuranceNS {
|
|
907
707
|
constructor(client) {
|
|
908
|
-
Object.defineProperty(this, "_client", {
|
|
909
|
-
enumerable: true,
|
|
910
|
-
configurable: true,
|
|
911
|
-
writable: true,
|
|
912
|
-
value: void 0
|
|
913
|
-
});
|
|
914
708
|
this._client = client;
|
|
915
709
|
}
|
|
916
710
|
begin(data, opts) {
|
|
@@ -927,15 +721,8 @@ class AppBskyAgeassuranceNS {
|
|
|
927
721
|
return this._client.call('app.bsky.ageassurance.getState', params, undefined, opts);
|
|
928
722
|
}
|
|
929
723
|
}
|
|
930
|
-
|
|
931
|
-
class AppBskyBookmarkNS {
|
|
724
|
+
export class AppBskyBookmarkNS {
|
|
932
725
|
constructor(client) {
|
|
933
|
-
Object.defineProperty(this, "_client", {
|
|
934
|
-
enumerable: true,
|
|
935
|
-
configurable: true,
|
|
936
|
-
writable: true,
|
|
937
|
-
value: void 0
|
|
938
|
-
});
|
|
939
726
|
this._client = client;
|
|
940
727
|
}
|
|
941
728
|
createBookmark(data, opts) {
|
|
@@ -956,15 +743,8 @@ class AppBskyBookmarkNS {
|
|
|
956
743
|
return this._client.call('app.bsky.bookmark.getBookmarks', params, undefined, opts);
|
|
957
744
|
}
|
|
958
745
|
}
|
|
959
|
-
|
|
960
|
-
class AppBskyContactNS {
|
|
746
|
+
export class AppBskyContactNS {
|
|
961
747
|
constructor(client) {
|
|
962
|
-
Object.defineProperty(this, "_client", {
|
|
963
|
-
enumerable: true,
|
|
964
|
-
configurable: true,
|
|
965
|
-
writable: true,
|
|
966
|
-
value: void 0
|
|
967
|
-
});
|
|
968
748
|
this._client = client;
|
|
969
749
|
}
|
|
970
750
|
dismissMatch(data, opts) {
|
|
@@ -1020,15 +800,8 @@ class AppBskyContactNS {
|
|
|
1020
800
|
});
|
|
1021
801
|
}
|
|
1022
802
|
}
|
|
1023
|
-
|
|
1024
|
-
class AppBskyDraftNS {
|
|
803
|
+
export class AppBskyDraftNS {
|
|
1025
804
|
constructor(client) {
|
|
1026
|
-
Object.defineProperty(this, "_client", {
|
|
1027
|
-
enumerable: true,
|
|
1028
|
-
configurable: true,
|
|
1029
|
-
writable: true,
|
|
1030
|
-
value: void 0
|
|
1031
|
-
});
|
|
1032
805
|
this._client = client;
|
|
1033
806
|
}
|
|
1034
807
|
createDraft(data, opts) {
|
|
@@ -1048,63 +821,13 @@ class AppBskyDraftNS {
|
|
|
1048
821
|
return this._client.call('app.bsky.draft.updateDraft', opts?.qp, data, opts);
|
|
1049
822
|
}
|
|
1050
823
|
}
|
|
1051
|
-
|
|
1052
|
-
class AppBskyEmbedNS {
|
|
824
|
+
export class AppBskyEmbedNS {
|
|
1053
825
|
constructor(client) {
|
|
1054
|
-
Object.defineProperty(this, "_client", {
|
|
1055
|
-
enumerable: true,
|
|
1056
|
-
configurable: true,
|
|
1057
|
-
writable: true,
|
|
1058
|
-
value: void 0
|
|
1059
|
-
});
|
|
1060
826
|
this._client = client;
|
|
1061
827
|
}
|
|
1062
828
|
}
|
|
1063
|
-
|
|
1064
|
-
class AppBskyFeedNS {
|
|
829
|
+
export class AppBskyFeedNS {
|
|
1065
830
|
constructor(client) {
|
|
1066
|
-
Object.defineProperty(this, "_client", {
|
|
1067
|
-
enumerable: true,
|
|
1068
|
-
configurable: true,
|
|
1069
|
-
writable: true,
|
|
1070
|
-
value: void 0
|
|
1071
|
-
});
|
|
1072
|
-
Object.defineProperty(this, "generator", {
|
|
1073
|
-
enumerable: true,
|
|
1074
|
-
configurable: true,
|
|
1075
|
-
writable: true,
|
|
1076
|
-
value: void 0
|
|
1077
|
-
});
|
|
1078
|
-
Object.defineProperty(this, "like", {
|
|
1079
|
-
enumerable: true,
|
|
1080
|
-
configurable: true,
|
|
1081
|
-
writable: true,
|
|
1082
|
-
value: void 0
|
|
1083
|
-
});
|
|
1084
|
-
Object.defineProperty(this, "post", {
|
|
1085
|
-
enumerable: true,
|
|
1086
|
-
configurable: true,
|
|
1087
|
-
writable: true,
|
|
1088
|
-
value: void 0
|
|
1089
|
-
});
|
|
1090
|
-
Object.defineProperty(this, "postgate", {
|
|
1091
|
-
enumerable: true,
|
|
1092
|
-
configurable: true,
|
|
1093
|
-
writable: true,
|
|
1094
|
-
value: void 0
|
|
1095
|
-
});
|
|
1096
|
-
Object.defineProperty(this, "repost", {
|
|
1097
|
-
enumerable: true,
|
|
1098
|
-
configurable: true,
|
|
1099
|
-
writable: true,
|
|
1100
|
-
value: void 0
|
|
1101
|
-
});
|
|
1102
|
-
Object.defineProperty(this, "threadgate", {
|
|
1103
|
-
enumerable: true,
|
|
1104
|
-
configurable: true,
|
|
1105
|
-
writable: true,
|
|
1106
|
-
value: void 0
|
|
1107
|
-
});
|
|
1108
831
|
this._client = client;
|
|
1109
832
|
this.generator = new AppBskyFeedGeneratorRecord(client);
|
|
1110
833
|
this.like = new AppBskyFeedLikeRecord(client);
|
|
@@ -1196,15 +919,8 @@ class AppBskyFeedNS {
|
|
|
1196
919
|
return this._client.call('app.bsky.feed.sendInteractions', opts?.qp, data, opts);
|
|
1197
920
|
}
|
|
1198
921
|
}
|
|
1199
|
-
|
|
1200
|
-
class AppBskyFeedGeneratorRecord {
|
|
922
|
+
export class AppBskyFeedGeneratorRecord {
|
|
1201
923
|
constructor(client) {
|
|
1202
|
-
Object.defineProperty(this, "_client", {
|
|
1203
|
-
enumerable: true,
|
|
1204
|
-
configurable: true,
|
|
1205
|
-
writable: true,
|
|
1206
|
-
value: void 0
|
|
1207
|
-
});
|
|
1208
924
|
this._client = client;
|
|
1209
925
|
}
|
|
1210
926
|
async list(params) {
|
|
@@ -1235,15 +951,8 @@ class AppBskyFeedGeneratorRecord {
|
|
|
1235
951
|
await this._client.call('com.atproto.repo.deleteRecord', undefined, { collection: 'app.bsky.feed.generator', ...params }, { headers });
|
|
1236
952
|
}
|
|
1237
953
|
}
|
|
1238
|
-
|
|
1239
|
-
class AppBskyFeedLikeRecord {
|
|
954
|
+
export class AppBskyFeedLikeRecord {
|
|
1240
955
|
constructor(client) {
|
|
1241
|
-
Object.defineProperty(this, "_client", {
|
|
1242
|
-
enumerable: true,
|
|
1243
|
-
configurable: true,
|
|
1244
|
-
writable: true,
|
|
1245
|
-
value: void 0
|
|
1246
|
-
});
|
|
1247
956
|
this._client = client;
|
|
1248
957
|
}
|
|
1249
958
|
async list(params) {
|
|
@@ -1274,15 +983,8 @@ class AppBskyFeedLikeRecord {
|
|
|
1274
983
|
await this._client.call('com.atproto.repo.deleteRecord', undefined, { collection: 'app.bsky.feed.like', ...params }, { headers });
|
|
1275
984
|
}
|
|
1276
985
|
}
|
|
1277
|
-
|
|
1278
|
-
class AppBskyFeedPostRecord {
|
|
986
|
+
export class AppBskyFeedPostRecord {
|
|
1279
987
|
constructor(client) {
|
|
1280
|
-
Object.defineProperty(this, "_client", {
|
|
1281
|
-
enumerable: true,
|
|
1282
|
-
configurable: true,
|
|
1283
|
-
writable: true,
|
|
1284
|
-
value: void 0
|
|
1285
|
-
});
|
|
1286
988
|
this._client = client;
|
|
1287
989
|
}
|
|
1288
990
|
async list(params) {
|
|
@@ -1313,15 +1015,8 @@ class AppBskyFeedPostRecord {
|
|
|
1313
1015
|
await this._client.call('com.atproto.repo.deleteRecord', undefined, { collection: 'app.bsky.feed.post', ...params }, { headers });
|
|
1314
1016
|
}
|
|
1315
1017
|
}
|
|
1316
|
-
|
|
1317
|
-
class AppBskyFeedPostgateRecord {
|
|
1018
|
+
export class AppBskyFeedPostgateRecord {
|
|
1318
1019
|
constructor(client) {
|
|
1319
|
-
Object.defineProperty(this, "_client", {
|
|
1320
|
-
enumerable: true,
|
|
1321
|
-
configurable: true,
|
|
1322
|
-
writable: true,
|
|
1323
|
-
value: void 0
|
|
1324
|
-
});
|
|
1325
1020
|
this._client = client;
|
|
1326
1021
|
}
|
|
1327
1022
|
async list(params) {
|
|
@@ -1352,15 +1047,8 @@ class AppBskyFeedPostgateRecord {
|
|
|
1352
1047
|
await this._client.call('com.atproto.repo.deleteRecord', undefined, { collection: 'app.bsky.feed.postgate', ...params }, { headers });
|
|
1353
1048
|
}
|
|
1354
1049
|
}
|
|
1355
|
-
|
|
1356
|
-
class AppBskyFeedRepostRecord {
|
|
1050
|
+
export class AppBskyFeedRepostRecord {
|
|
1357
1051
|
constructor(client) {
|
|
1358
|
-
Object.defineProperty(this, "_client", {
|
|
1359
|
-
enumerable: true,
|
|
1360
|
-
configurable: true,
|
|
1361
|
-
writable: true,
|
|
1362
|
-
value: void 0
|
|
1363
|
-
});
|
|
1364
1052
|
this._client = client;
|
|
1365
1053
|
}
|
|
1366
1054
|
async list(params) {
|
|
@@ -1391,15 +1079,8 @@ class AppBskyFeedRepostRecord {
|
|
|
1391
1079
|
await this._client.call('com.atproto.repo.deleteRecord', undefined, { collection: 'app.bsky.feed.repost', ...params }, { headers });
|
|
1392
1080
|
}
|
|
1393
1081
|
}
|
|
1394
|
-
|
|
1395
|
-
class AppBskyFeedThreadgateRecord {
|
|
1082
|
+
export class AppBskyFeedThreadgateRecord {
|
|
1396
1083
|
constructor(client) {
|
|
1397
|
-
Object.defineProperty(this, "_client", {
|
|
1398
|
-
enumerable: true,
|
|
1399
|
-
configurable: true,
|
|
1400
|
-
writable: true,
|
|
1401
|
-
value: void 0
|
|
1402
|
-
});
|
|
1403
1084
|
this._client = client;
|
|
1404
1085
|
}
|
|
1405
1086
|
async list(params) {
|
|
@@ -1430,57 +1111,8 @@ class AppBskyFeedThreadgateRecord {
|
|
|
1430
1111
|
await this._client.call('com.atproto.repo.deleteRecord', undefined, { collection: 'app.bsky.feed.threadgate', ...params }, { headers });
|
|
1431
1112
|
}
|
|
1432
1113
|
}
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
constructor(client) {
|
|
1436
|
-
Object.defineProperty(this, "_client", {
|
|
1437
|
-
enumerable: true,
|
|
1438
|
-
configurable: true,
|
|
1439
|
-
writable: true,
|
|
1440
|
-
value: void 0
|
|
1441
|
-
});
|
|
1442
|
-
Object.defineProperty(this, "block", {
|
|
1443
|
-
enumerable: true,
|
|
1444
|
-
configurable: true,
|
|
1445
|
-
writable: true,
|
|
1446
|
-
value: void 0
|
|
1447
|
-
});
|
|
1448
|
-
Object.defineProperty(this, "follow", {
|
|
1449
|
-
enumerable: true,
|
|
1450
|
-
configurable: true,
|
|
1451
|
-
writable: true,
|
|
1452
|
-
value: void 0
|
|
1453
|
-
});
|
|
1454
|
-
Object.defineProperty(this, "list", {
|
|
1455
|
-
enumerable: true,
|
|
1456
|
-
configurable: true,
|
|
1457
|
-
writable: true,
|
|
1458
|
-
value: void 0
|
|
1459
|
-
});
|
|
1460
|
-
Object.defineProperty(this, "listblock", {
|
|
1461
|
-
enumerable: true,
|
|
1462
|
-
configurable: true,
|
|
1463
|
-
writable: true,
|
|
1464
|
-
value: void 0
|
|
1465
|
-
});
|
|
1466
|
-
Object.defineProperty(this, "listitem", {
|
|
1467
|
-
enumerable: true,
|
|
1468
|
-
configurable: true,
|
|
1469
|
-
writable: true,
|
|
1470
|
-
value: void 0
|
|
1471
|
-
});
|
|
1472
|
-
Object.defineProperty(this, "starterpack", {
|
|
1473
|
-
enumerable: true,
|
|
1474
|
-
configurable: true,
|
|
1475
|
-
writable: true,
|
|
1476
|
-
value: void 0
|
|
1477
|
-
});
|
|
1478
|
-
Object.defineProperty(this, "verification", {
|
|
1479
|
-
enumerable: true,
|
|
1480
|
-
configurable: true,
|
|
1481
|
-
writable: true,
|
|
1482
|
-
value: void 0
|
|
1483
|
-
});
|
|
1114
|
+
export class AppBskyGraphNS {
|
|
1115
|
+
constructor(client) {
|
|
1484
1116
|
this._client = client;
|
|
1485
1117
|
this.block = new AppBskyGraphBlockRecord(client);
|
|
1486
1118
|
this.follow = new AppBskyGraphFollowRecord(client);
|
|
@@ -1564,15 +1196,8 @@ class AppBskyGraphNS {
|
|
|
1564
1196
|
return this._client.call('app.bsky.graph.unmuteThread', opts?.qp, data, opts);
|
|
1565
1197
|
}
|
|
1566
1198
|
}
|
|
1567
|
-
|
|
1568
|
-
class AppBskyGraphBlockRecord {
|
|
1199
|
+
export class AppBskyGraphBlockRecord {
|
|
1569
1200
|
constructor(client) {
|
|
1570
|
-
Object.defineProperty(this, "_client", {
|
|
1571
|
-
enumerable: true,
|
|
1572
|
-
configurable: true,
|
|
1573
|
-
writable: true,
|
|
1574
|
-
value: void 0
|
|
1575
|
-
});
|
|
1576
1201
|
this._client = client;
|
|
1577
1202
|
}
|
|
1578
1203
|
async list(params) {
|
|
@@ -1603,15 +1228,8 @@ class AppBskyGraphBlockRecord {
|
|
|
1603
1228
|
await this._client.call('com.atproto.repo.deleteRecord', undefined, { collection: 'app.bsky.graph.block', ...params }, { headers });
|
|
1604
1229
|
}
|
|
1605
1230
|
}
|
|
1606
|
-
|
|
1607
|
-
class AppBskyGraphFollowRecord {
|
|
1231
|
+
export class AppBskyGraphFollowRecord {
|
|
1608
1232
|
constructor(client) {
|
|
1609
|
-
Object.defineProperty(this, "_client", {
|
|
1610
|
-
enumerable: true,
|
|
1611
|
-
configurable: true,
|
|
1612
|
-
writable: true,
|
|
1613
|
-
value: void 0
|
|
1614
|
-
});
|
|
1615
1233
|
this._client = client;
|
|
1616
1234
|
}
|
|
1617
1235
|
async list(params) {
|
|
@@ -1642,15 +1260,8 @@ class AppBskyGraphFollowRecord {
|
|
|
1642
1260
|
await this._client.call('com.atproto.repo.deleteRecord', undefined, { collection: 'app.bsky.graph.follow', ...params }, { headers });
|
|
1643
1261
|
}
|
|
1644
1262
|
}
|
|
1645
|
-
|
|
1646
|
-
class AppBskyGraphListRecord {
|
|
1263
|
+
export class AppBskyGraphListRecord {
|
|
1647
1264
|
constructor(client) {
|
|
1648
|
-
Object.defineProperty(this, "_client", {
|
|
1649
|
-
enumerable: true,
|
|
1650
|
-
configurable: true,
|
|
1651
|
-
writable: true,
|
|
1652
|
-
value: void 0
|
|
1653
|
-
});
|
|
1654
1265
|
this._client = client;
|
|
1655
1266
|
}
|
|
1656
1267
|
async list(params) {
|
|
@@ -1681,15 +1292,8 @@ class AppBskyGraphListRecord {
|
|
|
1681
1292
|
await this._client.call('com.atproto.repo.deleteRecord', undefined, { collection: 'app.bsky.graph.list', ...params }, { headers });
|
|
1682
1293
|
}
|
|
1683
1294
|
}
|
|
1684
|
-
|
|
1685
|
-
class AppBskyGraphListblockRecord {
|
|
1295
|
+
export class AppBskyGraphListblockRecord {
|
|
1686
1296
|
constructor(client) {
|
|
1687
|
-
Object.defineProperty(this, "_client", {
|
|
1688
|
-
enumerable: true,
|
|
1689
|
-
configurable: true,
|
|
1690
|
-
writable: true,
|
|
1691
|
-
value: void 0
|
|
1692
|
-
});
|
|
1693
1297
|
this._client = client;
|
|
1694
1298
|
}
|
|
1695
1299
|
async list(params) {
|
|
@@ -1720,15 +1324,8 @@ class AppBskyGraphListblockRecord {
|
|
|
1720
1324
|
await this._client.call('com.atproto.repo.deleteRecord', undefined, { collection: 'app.bsky.graph.listblock', ...params }, { headers });
|
|
1721
1325
|
}
|
|
1722
1326
|
}
|
|
1723
|
-
|
|
1724
|
-
class AppBskyGraphListitemRecord {
|
|
1327
|
+
export class AppBskyGraphListitemRecord {
|
|
1725
1328
|
constructor(client) {
|
|
1726
|
-
Object.defineProperty(this, "_client", {
|
|
1727
|
-
enumerable: true,
|
|
1728
|
-
configurable: true,
|
|
1729
|
-
writable: true,
|
|
1730
|
-
value: void 0
|
|
1731
|
-
});
|
|
1732
1329
|
this._client = client;
|
|
1733
1330
|
}
|
|
1734
1331
|
async list(params) {
|
|
@@ -1759,15 +1356,8 @@ class AppBskyGraphListitemRecord {
|
|
|
1759
1356
|
await this._client.call('com.atproto.repo.deleteRecord', undefined, { collection: 'app.bsky.graph.listitem', ...params }, { headers });
|
|
1760
1357
|
}
|
|
1761
1358
|
}
|
|
1762
|
-
|
|
1763
|
-
class AppBskyGraphStarterpackRecord {
|
|
1359
|
+
export class AppBskyGraphStarterpackRecord {
|
|
1764
1360
|
constructor(client) {
|
|
1765
|
-
Object.defineProperty(this, "_client", {
|
|
1766
|
-
enumerable: true,
|
|
1767
|
-
configurable: true,
|
|
1768
|
-
writable: true,
|
|
1769
|
-
value: void 0
|
|
1770
|
-
});
|
|
1771
1361
|
this._client = client;
|
|
1772
1362
|
}
|
|
1773
1363
|
async list(params) {
|
|
@@ -1798,15 +1388,8 @@ class AppBskyGraphStarterpackRecord {
|
|
|
1798
1388
|
await this._client.call('com.atproto.repo.deleteRecord', undefined, { collection: 'app.bsky.graph.starterpack', ...params }, { headers });
|
|
1799
1389
|
}
|
|
1800
1390
|
}
|
|
1801
|
-
|
|
1802
|
-
class AppBskyGraphVerificationRecord {
|
|
1391
|
+
export class AppBskyGraphVerificationRecord {
|
|
1803
1392
|
constructor(client) {
|
|
1804
|
-
Object.defineProperty(this, "_client", {
|
|
1805
|
-
enumerable: true,
|
|
1806
|
-
configurable: true,
|
|
1807
|
-
writable: true,
|
|
1808
|
-
value: void 0
|
|
1809
|
-
});
|
|
1810
1393
|
this._client = client;
|
|
1811
1394
|
}
|
|
1812
1395
|
async list(params) {
|
|
@@ -1837,21 +1420,8 @@ class AppBskyGraphVerificationRecord {
|
|
|
1837
1420
|
await this._client.call('com.atproto.repo.deleteRecord', undefined, { collection: 'app.bsky.graph.verification', ...params }, { headers });
|
|
1838
1421
|
}
|
|
1839
1422
|
}
|
|
1840
|
-
|
|
1841
|
-
class AppBskyLabelerNS {
|
|
1423
|
+
export class AppBskyLabelerNS {
|
|
1842
1424
|
constructor(client) {
|
|
1843
|
-
Object.defineProperty(this, "_client", {
|
|
1844
|
-
enumerable: true,
|
|
1845
|
-
configurable: true,
|
|
1846
|
-
writable: true,
|
|
1847
|
-
value: void 0
|
|
1848
|
-
});
|
|
1849
|
-
Object.defineProperty(this, "service", {
|
|
1850
|
-
enumerable: true,
|
|
1851
|
-
configurable: true,
|
|
1852
|
-
writable: true,
|
|
1853
|
-
value: void 0
|
|
1854
|
-
});
|
|
1855
1425
|
this._client = client;
|
|
1856
1426
|
this.service = new AppBskyLabelerServiceRecord(client);
|
|
1857
1427
|
}
|
|
@@ -1859,15 +1429,8 @@ class AppBskyLabelerNS {
|
|
|
1859
1429
|
return this._client.call('app.bsky.labeler.getServices', params, undefined, opts);
|
|
1860
1430
|
}
|
|
1861
1431
|
}
|
|
1862
|
-
|
|
1863
|
-
class AppBskyLabelerServiceRecord {
|
|
1432
|
+
export class AppBskyLabelerServiceRecord {
|
|
1864
1433
|
constructor(client) {
|
|
1865
|
-
Object.defineProperty(this, "_client", {
|
|
1866
|
-
enumerable: true,
|
|
1867
|
-
configurable: true,
|
|
1868
|
-
writable: true,
|
|
1869
|
-
value: void 0
|
|
1870
|
-
});
|
|
1871
1434
|
this._client = client;
|
|
1872
1435
|
}
|
|
1873
1436
|
async list(params) {
|
|
@@ -1903,21 +1466,8 @@ class AppBskyLabelerServiceRecord {
|
|
|
1903
1466
|
await this._client.call('com.atproto.repo.deleteRecord', undefined, { collection: 'app.bsky.labeler.service', ...params }, { headers });
|
|
1904
1467
|
}
|
|
1905
1468
|
}
|
|
1906
|
-
|
|
1907
|
-
class AppBskyNotificationNS {
|
|
1469
|
+
export class AppBskyNotificationNS {
|
|
1908
1470
|
constructor(client) {
|
|
1909
|
-
Object.defineProperty(this, "_client", {
|
|
1910
|
-
enumerable: true,
|
|
1911
|
-
configurable: true,
|
|
1912
|
-
writable: true,
|
|
1913
|
-
value: void 0
|
|
1914
|
-
});
|
|
1915
|
-
Object.defineProperty(this, "declaration", {
|
|
1916
|
-
enumerable: true,
|
|
1917
|
-
configurable: true,
|
|
1918
|
-
writable: true,
|
|
1919
|
-
value: void 0
|
|
1920
|
-
});
|
|
1921
1471
|
this._client = client;
|
|
1922
1472
|
this.declaration = new AppBskyNotificationDeclarationRecord(client);
|
|
1923
1473
|
}
|
|
@@ -1952,15 +1502,8 @@ class AppBskyNotificationNS {
|
|
|
1952
1502
|
return this._client.call('app.bsky.notification.updateSeen', opts?.qp, data, opts);
|
|
1953
1503
|
}
|
|
1954
1504
|
}
|
|
1955
|
-
|
|
1956
|
-
class AppBskyNotificationDeclarationRecord {
|
|
1505
|
+
export class AppBskyNotificationDeclarationRecord {
|
|
1957
1506
|
constructor(client) {
|
|
1958
|
-
Object.defineProperty(this, "_client", {
|
|
1959
|
-
enumerable: true,
|
|
1960
|
-
configurable: true,
|
|
1961
|
-
writable: true,
|
|
1962
|
-
value: void 0
|
|
1963
|
-
});
|
|
1964
1507
|
this._client = client;
|
|
1965
1508
|
}
|
|
1966
1509
|
async list(params) {
|
|
@@ -1996,27 +1539,13 @@ class AppBskyNotificationDeclarationRecord {
|
|
|
1996
1539
|
await this._client.call('com.atproto.repo.deleteRecord', undefined, { collection: 'app.bsky.notification.declaration', ...params }, { headers });
|
|
1997
1540
|
}
|
|
1998
1541
|
}
|
|
1999
|
-
|
|
2000
|
-
class AppBskyRichtextNS {
|
|
1542
|
+
export class AppBskyRichtextNS {
|
|
2001
1543
|
constructor(client) {
|
|
2002
|
-
Object.defineProperty(this, "_client", {
|
|
2003
|
-
enumerable: true,
|
|
2004
|
-
configurable: true,
|
|
2005
|
-
writable: true,
|
|
2006
|
-
value: void 0
|
|
2007
|
-
});
|
|
2008
1544
|
this._client = client;
|
|
2009
1545
|
}
|
|
2010
1546
|
}
|
|
2011
|
-
|
|
2012
|
-
class AppBskyUnspeccedNS {
|
|
1547
|
+
export class AppBskyUnspeccedNS {
|
|
2013
1548
|
constructor(client) {
|
|
2014
|
-
Object.defineProperty(this, "_client", {
|
|
2015
|
-
enumerable: true,
|
|
2016
|
-
configurable: true,
|
|
2017
|
-
writable: true,
|
|
2018
|
-
value: void 0
|
|
2019
|
-
});
|
|
2020
1549
|
this._client = client;
|
|
2021
1550
|
}
|
|
2022
1551
|
getAgeAssuranceState(params, opts) {
|
|
@@ -2126,15 +1655,8 @@ class AppBskyUnspeccedNS {
|
|
|
2126
1655
|
});
|
|
2127
1656
|
}
|
|
2128
1657
|
}
|
|
2129
|
-
|
|
2130
|
-
class AppBskyVideoNS {
|
|
1658
|
+
export class AppBskyVideoNS {
|
|
2131
1659
|
constructor(client) {
|
|
2132
|
-
Object.defineProperty(this, "_client", {
|
|
2133
|
-
enumerable: true,
|
|
2134
|
-
configurable: true,
|
|
2135
|
-
writable: true,
|
|
2136
|
-
value: void 0
|
|
2137
|
-
});
|
|
2138
1660
|
this._client = client;
|
|
2139
1661
|
}
|
|
2140
1662
|
getJobStatus(params, opts) {
|
|
@@ -2147,58 +1669,14 @@ class AppBskyVideoNS {
|
|
|
2147
1669
|
return this._client.call('app.bsky.video.uploadVideo', opts?.qp, data, opts);
|
|
2148
1670
|
}
|
|
2149
1671
|
}
|
|
2150
|
-
|
|
2151
|
-
class ChatNS {
|
|
1672
|
+
export class ChatNS {
|
|
2152
1673
|
constructor(client) {
|
|
2153
|
-
Object.defineProperty(this, "_client", {
|
|
2154
|
-
enumerable: true,
|
|
2155
|
-
configurable: true,
|
|
2156
|
-
writable: true,
|
|
2157
|
-
value: void 0
|
|
2158
|
-
});
|
|
2159
|
-
Object.defineProperty(this, "bsky", {
|
|
2160
|
-
enumerable: true,
|
|
2161
|
-
configurable: true,
|
|
2162
|
-
writable: true,
|
|
2163
|
-
value: void 0
|
|
2164
|
-
});
|
|
2165
1674
|
this._client = client;
|
|
2166
1675
|
this.bsky = new ChatBskyNS(client);
|
|
2167
1676
|
}
|
|
2168
1677
|
}
|
|
2169
|
-
|
|
2170
|
-
class ChatBskyNS {
|
|
1678
|
+
export class ChatBskyNS {
|
|
2171
1679
|
constructor(client) {
|
|
2172
|
-
Object.defineProperty(this, "_client", {
|
|
2173
|
-
enumerable: true,
|
|
2174
|
-
configurable: true,
|
|
2175
|
-
writable: true,
|
|
2176
|
-
value: void 0
|
|
2177
|
-
});
|
|
2178
|
-
Object.defineProperty(this, "actor", {
|
|
2179
|
-
enumerable: true,
|
|
2180
|
-
configurable: true,
|
|
2181
|
-
writable: true,
|
|
2182
|
-
value: void 0
|
|
2183
|
-
});
|
|
2184
|
-
Object.defineProperty(this, "convo", {
|
|
2185
|
-
enumerable: true,
|
|
2186
|
-
configurable: true,
|
|
2187
|
-
writable: true,
|
|
2188
|
-
value: void 0
|
|
2189
|
-
});
|
|
2190
|
-
Object.defineProperty(this, "group", {
|
|
2191
|
-
enumerable: true,
|
|
2192
|
-
configurable: true,
|
|
2193
|
-
writable: true,
|
|
2194
|
-
value: void 0
|
|
2195
|
-
});
|
|
2196
|
-
Object.defineProperty(this, "moderation", {
|
|
2197
|
-
enumerable: true,
|
|
2198
|
-
configurable: true,
|
|
2199
|
-
writable: true,
|
|
2200
|
-
value: void 0
|
|
2201
|
-
});
|
|
2202
1680
|
this._client = client;
|
|
2203
1681
|
this.actor = new ChatBskyActorNS(client);
|
|
2204
1682
|
this.convo = new ChatBskyConvoNS(client);
|
|
@@ -2206,21 +1684,8 @@ class ChatBskyNS {
|
|
|
2206
1684
|
this.moderation = new ChatBskyModerationNS(client);
|
|
2207
1685
|
}
|
|
2208
1686
|
}
|
|
2209
|
-
|
|
2210
|
-
class ChatBskyActorNS {
|
|
1687
|
+
export class ChatBskyActorNS {
|
|
2211
1688
|
constructor(client) {
|
|
2212
|
-
Object.defineProperty(this, "_client", {
|
|
2213
|
-
enumerable: true,
|
|
2214
|
-
configurable: true,
|
|
2215
|
-
writable: true,
|
|
2216
|
-
value: void 0
|
|
2217
|
-
});
|
|
2218
|
-
Object.defineProperty(this, "declaration", {
|
|
2219
|
-
enumerable: true,
|
|
2220
|
-
configurable: true,
|
|
2221
|
-
writable: true,
|
|
2222
|
-
value: void 0
|
|
2223
|
-
});
|
|
2224
1689
|
this._client = client;
|
|
2225
1690
|
this.declaration = new ChatBskyActorDeclarationRecord(client);
|
|
2226
1691
|
}
|
|
@@ -2231,15 +1696,8 @@ class ChatBskyActorNS {
|
|
|
2231
1696
|
return this._client.call('chat.bsky.actor.exportAccountData', params, undefined, opts);
|
|
2232
1697
|
}
|
|
2233
1698
|
}
|
|
2234
|
-
|
|
2235
|
-
class ChatBskyActorDeclarationRecord {
|
|
1699
|
+
export class ChatBskyActorDeclarationRecord {
|
|
2236
1700
|
constructor(client) {
|
|
2237
|
-
Object.defineProperty(this, "_client", {
|
|
2238
|
-
enumerable: true,
|
|
2239
|
-
configurable: true,
|
|
2240
|
-
writable: true,
|
|
2241
|
-
value: void 0
|
|
2242
|
-
});
|
|
2243
1701
|
this._client = client;
|
|
2244
1702
|
}
|
|
2245
1703
|
async list(params) {
|
|
@@ -2275,15 +1733,8 @@ class ChatBskyActorDeclarationRecord {
|
|
|
2275
1733
|
await this._client.call('com.atproto.repo.deleteRecord', undefined, { collection: 'chat.bsky.actor.declaration', ...params }, { headers });
|
|
2276
1734
|
}
|
|
2277
1735
|
}
|
|
2278
|
-
|
|
2279
|
-
class ChatBskyConvoNS {
|
|
1736
|
+
export class ChatBskyConvoNS {
|
|
2280
1737
|
constructor(client) {
|
|
2281
|
-
Object.defineProperty(this, "_client", {
|
|
2282
|
-
enumerable: true,
|
|
2283
|
-
configurable: true,
|
|
2284
|
-
writable: true,
|
|
2285
|
-
value: void 0
|
|
2286
|
-
});
|
|
2287
1738
|
this._client = client;
|
|
2288
1739
|
}
|
|
2289
1740
|
acceptConvo(data, opts) {
|
|
@@ -2414,15 +1865,8 @@ class ChatBskyConvoNS {
|
|
|
2414
1865
|
});
|
|
2415
1866
|
}
|
|
2416
1867
|
}
|
|
2417
|
-
|
|
2418
|
-
class ChatBskyGroupNS {
|
|
1868
|
+
export class ChatBskyGroupNS {
|
|
2419
1869
|
constructor(client) {
|
|
2420
|
-
Object.defineProperty(this, "_client", {
|
|
2421
|
-
enumerable: true,
|
|
2422
|
-
configurable: true,
|
|
2423
|
-
writable: true,
|
|
2424
|
-
value: void 0
|
|
2425
|
-
});
|
|
2426
1870
|
this._client = client;
|
|
2427
1871
|
}
|
|
2428
1872
|
addMembers(data, opts) {
|
|
@@ -2517,15 +1961,8 @@ class ChatBskyGroupNS {
|
|
|
2517
1961
|
});
|
|
2518
1962
|
}
|
|
2519
1963
|
}
|
|
2520
|
-
|
|
2521
|
-
class ChatBskyModerationNS {
|
|
1964
|
+
export class ChatBskyModerationNS {
|
|
2522
1965
|
constructor(client) {
|
|
2523
|
-
Object.defineProperty(this, "_client", {
|
|
2524
|
-
enumerable: true,
|
|
2525
|
-
configurable: true,
|
|
2526
|
-
writable: true,
|
|
2527
|
-
value: void 0
|
|
2528
|
-
});
|
|
2529
1966
|
this._client = client;
|
|
2530
1967
|
}
|
|
2531
1968
|
getActorMetadata(params, opts) {
|
|
@@ -2538,95 +1975,15 @@ class ChatBskyModerationNS {
|
|
|
2538
1975
|
return this._client.call('chat.bsky.moderation.updateActorAccess', opts?.qp, data, opts);
|
|
2539
1976
|
}
|
|
2540
1977
|
}
|
|
2541
|
-
|
|
2542
|
-
class ComNS {
|
|
1978
|
+
export class ComNS {
|
|
2543
1979
|
constructor(client) {
|
|
2544
|
-
Object.defineProperty(this, "_client", {
|
|
2545
|
-
enumerable: true,
|
|
2546
|
-
configurable: true,
|
|
2547
|
-
writable: true,
|
|
2548
|
-
value: void 0
|
|
2549
|
-
});
|
|
2550
|
-
Object.defineProperty(this, "atproto", {
|
|
2551
|
-
enumerable: true,
|
|
2552
|
-
configurable: true,
|
|
2553
|
-
writable: true,
|
|
2554
|
-
value: void 0
|
|
2555
|
-
});
|
|
2556
|
-
Object.defineProperty(this, "germnetwork", {
|
|
2557
|
-
enumerable: true,
|
|
2558
|
-
configurable: true,
|
|
2559
|
-
writable: true,
|
|
2560
|
-
value: void 0
|
|
2561
|
-
});
|
|
2562
1980
|
this._client = client;
|
|
2563
1981
|
this.atproto = new ComAtprotoNS(client);
|
|
2564
1982
|
this.germnetwork = new ComGermnetworkNS(client);
|
|
2565
1983
|
}
|
|
2566
1984
|
}
|
|
2567
|
-
|
|
2568
|
-
|
|
2569
|
-
constructor(client) {
|
|
2570
|
-
Object.defineProperty(this, "_client", {
|
|
2571
|
-
enumerable: true,
|
|
2572
|
-
configurable: true,
|
|
2573
|
-
writable: true,
|
|
2574
|
-
value: void 0
|
|
2575
|
-
});
|
|
2576
|
-
Object.defineProperty(this, "admin", {
|
|
2577
|
-
enumerable: true,
|
|
2578
|
-
configurable: true,
|
|
2579
|
-
writable: true,
|
|
2580
|
-
value: void 0
|
|
2581
|
-
});
|
|
2582
|
-
Object.defineProperty(this, "identity", {
|
|
2583
|
-
enumerable: true,
|
|
2584
|
-
configurable: true,
|
|
2585
|
-
writable: true,
|
|
2586
|
-
value: void 0
|
|
2587
|
-
});
|
|
2588
|
-
Object.defineProperty(this, "label", {
|
|
2589
|
-
enumerable: true,
|
|
2590
|
-
configurable: true,
|
|
2591
|
-
writable: true,
|
|
2592
|
-
value: void 0
|
|
2593
|
-
});
|
|
2594
|
-
Object.defineProperty(this, "lexicon", {
|
|
2595
|
-
enumerable: true,
|
|
2596
|
-
configurable: true,
|
|
2597
|
-
writable: true,
|
|
2598
|
-
value: void 0
|
|
2599
|
-
});
|
|
2600
|
-
Object.defineProperty(this, "moderation", {
|
|
2601
|
-
enumerable: true,
|
|
2602
|
-
configurable: true,
|
|
2603
|
-
writable: true,
|
|
2604
|
-
value: void 0
|
|
2605
|
-
});
|
|
2606
|
-
Object.defineProperty(this, "repo", {
|
|
2607
|
-
enumerable: true,
|
|
2608
|
-
configurable: true,
|
|
2609
|
-
writable: true,
|
|
2610
|
-
value: void 0
|
|
2611
|
-
});
|
|
2612
|
-
Object.defineProperty(this, "server", {
|
|
2613
|
-
enumerable: true,
|
|
2614
|
-
configurable: true,
|
|
2615
|
-
writable: true,
|
|
2616
|
-
value: void 0
|
|
2617
|
-
});
|
|
2618
|
-
Object.defineProperty(this, "sync", {
|
|
2619
|
-
enumerable: true,
|
|
2620
|
-
configurable: true,
|
|
2621
|
-
writable: true,
|
|
2622
|
-
value: void 0
|
|
2623
|
-
});
|
|
2624
|
-
Object.defineProperty(this, "temp", {
|
|
2625
|
-
enumerable: true,
|
|
2626
|
-
configurable: true,
|
|
2627
|
-
writable: true,
|
|
2628
|
-
value: void 0
|
|
2629
|
-
});
|
|
1985
|
+
export class ComAtprotoNS {
|
|
1986
|
+
constructor(client) {
|
|
2630
1987
|
this._client = client;
|
|
2631
1988
|
this.admin = new ComAtprotoAdminNS(client);
|
|
2632
1989
|
this.identity = new ComAtprotoIdentityNS(client);
|
|
@@ -2639,15 +1996,8 @@ class ComAtprotoNS {
|
|
|
2639
1996
|
this.temp = new ComAtprotoTempNS(client);
|
|
2640
1997
|
}
|
|
2641
1998
|
}
|
|
2642
|
-
|
|
2643
|
-
class ComAtprotoAdminNS {
|
|
1999
|
+
export class ComAtprotoAdminNS {
|
|
2644
2000
|
constructor(client) {
|
|
2645
|
-
Object.defineProperty(this, "_client", {
|
|
2646
|
-
enumerable: true,
|
|
2647
|
-
configurable: true,
|
|
2648
|
-
writable: true,
|
|
2649
|
-
value: void 0
|
|
2650
|
-
});
|
|
2651
2001
|
this._client = client;
|
|
2652
2002
|
}
|
|
2653
2003
|
deleteAccount(data, opts) {
|
|
@@ -2696,15 +2046,8 @@ class ComAtprotoAdminNS {
|
|
|
2696
2046
|
return this._client.call('com.atproto.admin.updateSubjectStatus', opts?.qp, data, opts);
|
|
2697
2047
|
}
|
|
2698
2048
|
}
|
|
2699
|
-
|
|
2700
|
-
class ComAtprotoIdentityNS {
|
|
2049
|
+
export class ComAtprotoIdentityNS {
|
|
2701
2050
|
constructor(client) {
|
|
2702
|
-
Object.defineProperty(this, "_client", {
|
|
2703
|
-
enumerable: true,
|
|
2704
|
-
configurable: true,
|
|
2705
|
-
writable: true,
|
|
2706
|
-
value: void 0
|
|
2707
|
-
});
|
|
2708
2051
|
this._client = client;
|
|
2709
2052
|
}
|
|
2710
2053
|
getRecommendedDidCredentials(params, opts) {
|
|
@@ -2751,36 +2094,16 @@ class ComAtprotoIdentityNS {
|
|
|
2751
2094
|
return this._client.call('com.atproto.identity.updateHandle', opts?.qp, data, opts);
|
|
2752
2095
|
}
|
|
2753
2096
|
}
|
|
2754
|
-
|
|
2755
|
-
class ComAtprotoLabelNS {
|
|
2097
|
+
export class ComAtprotoLabelNS {
|
|
2756
2098
|
constructor(client) {
|
|
2757
|
-
Object.defineProperty(this, "_client", {
|
|
2758
|
-
enumerable: true,
|
|
2759
|
-
configurable: true,
|
|
2760
|
-
writable: true,
|
|
2761
|
-
value: void 0
|
|
2762
|
-
});
|
|
2763
2099
|
this._client = client;
|
|
2764
2100
|
}
|
|
2765
2101
|
queryLabels(params, opts) {
|
|
2766
2102
|
return this._client.call('com.atproto.label.queryLabels', params, undefined, opts);
|
|
2767
2103
|
}
|
|
2768
2104
|
}
|
|
2769
|
-
|
|
2770
|
-
class ComAtprotoLexiconNS {
|
|
2105
|
+
export class ComAtprotoLexiconNS {
|
|
2771
2106
|
constructor(client) {
|
|
2772
|
-
Object.defineProperty(this, "_client", {
|
|
2773
|
-
enumerable: true,
|
|
2774
|
-
configurable: true,
|
|
2775
|
-
writable: true,
|
|
2776
|
-
value: void 0
|
|
2777
|
-
});
|
|
2778
|
-
Object.defineProperty(this, "schema", {
|
|
2779
|
-
enumerable: true,
|
|
2780
|
-
configurable: true,
|
|
2781
|
-
writable: true,
|
|
2782
|
-
value: void 0
|
|
2783
|
-
});
|
|
2784
2107
|
this._client = client;
|
|
2785
2108
|
this.schema = new ComAtprotoLexiconSchemaRecord(client);
|
|
2786
2109
|
}
|
|
@@ -2792,15 +2115,8 @@ class ComAtprotoLexiconNS {
|
|
|
2792
2115
|
});
|
|
2793
2116
|
}
|
|
2794
2117
|
}
|
|
2795
|
-
|
|
2796
|
-
class ComAtprotoLexiconSchemaRecord {
|
|
2118
|
+
export class ComAtprotoLexiconSchemaRecord {
|
|
2797
2119
|
constructor(client) {
|
|
2798
|
-
Object.defineProperty(this, "_client", {
|
|
2799
|
-
enumerable: true,
|
|
2800
|
-
configurable: true,
|
|
2801
|
-
writable: true,
|
|
2802
|
-
value: void 0
|
|
2803
|
-
});
|
|
2804
2120
|
this._client = client;
|
|
2805
2121
|
}
|
|
2806
2122
|
async list(params) {
|
|
@@ -2831,30 +2147,16 @@ class ComAtprotoLexiconSchemaRecord {
|
|
|
2831
2147
|
await this._client.call('com.atproto.repo.deleteRecord', undefined, { collection: 'com.atproto.lexicon.schema', ...params }, { headers });
|
|
2832
2148
|
}
|
|
2833
2149
|
}
|
|
2834
|
-
|
|
2835
|
-
class ComAtprotoModerationNS {
|
|
2150
|
+
export class ComAtprotoModerationNS {
|
|
2836
2151
|
constructor(client) {
|
|
2837
|
-
Object.defineProperty(this, "_client", {
|
|
2838
|
-
enumerable: true,
|
|
2839
|
-
configurable: true,
|
|
2840
|
-
writable: true,
|
|
2841
|
-
value: void 0
|
|
2842
|
-
});
|
|
2843
2152
|
this._client = client;
|
|
2844
2153
|
}
|
|
2845
2154
|
createReport(data, opts) {
|
|
2846
2155
|
return this._client.call('com.atproto.moderation.createReport', opts?.qp, data, opts);
|
|
2847
2156
|
}
|
|
2848
2157
|
}
|
|
2849
|
-
|
|
2850
|
-
class ComAtprotoRepoNS {
|
|
2158
|
+
export class ComAtprotoRepoNS {
|
|
2851
2159
|
constructor(client) {
|
|
2852
|
-
Object.defineProperty(this, "_client", {
|
|
2853
|
-
enumerable: true,
|
|
2854
|
-
configurable: true,
|
|
2855
|
-
writable: true,
|
|
2856
|
-
value: void 0
|
|
2857
|
-
});
|
|
2858
2160
|
this._client = client;
|
|
2859
2161
|
}
|
|
2860
2162
|
applyWrites(data, opts) {
|
|
@@ -2908,15 +2210,8 @@ class ComAtprotoRepoNS {
|
|
|
2908
2210
|
return this._client.call('com.atproto.repo.uploadBlob', opts?.qp, data, opts);
|
|
2909
2211
|
}
|
|
2910
2212
|
}
|
|
2911
|
-
|
|
2912
|
-
class ComAtprotoServerNS {
|
|
2213
|
+
export class ComAtprotoServerNS {
|
|
2913
2214
|
constructor(client) {
|
|
2914
|
-
Object.defineProperty(this, "_client", {
|
|
2915
|
-
enumerable: true,
|
|
2916
|
-
configurable: true,
|
|
2917
|
-
writable: true,
|
|
2918
|
-
value: void 0
|
|
2919
|
-
});
|
|
2920
2215
|
this._client = client;
|
|
2921
2216
|
}
|
|
2922
2217
|
activateAccount(data, opts) {
|
|
@@ -3043,15 +2338,8 @@ class ComAtprotoServerNS {
|
|
|
3043
2338
|
});
|
|
3044
2339
|
}
|
|
3045
2340
|
}
|
|
3046
|
-
|
|
3047
|
-
class ComAtprotoSyncNS {
|
|
2341
|
+
export class ComAtprotoSyncNS {
|
|
3048
2342
|
constructor(client) {
|
|
3049
|
-
Object.defineProperty(this, "_client", {
|
|
3050
|
-
enumerable: true,
|
|
3051
|
-
configurable: true,
|
|
3052
|
-
writable: true,
|
|
3053
|
-
value: void 0
|
|
3054
|
-
});
|
|
3055
2343
|
this._client = client;
|
|
3056
2344
|
}
|
|
3057
2345
|
getBlob(params, opts) {
|
|
@@ -3140,15 +2428,8 @@ class ComAtprotoSyncNS {
|
|
|
3140
2428
|
});
|
|
3141
2429
|
}
|
|
3142
2430
|
}
|
|
3143
|
-
|
|
3144
|
-
class ComAtprotoTempNS {
|
|
2431
|
+
export class ComAtprotoTempNS {
|
|
3145
2432
|
constructor(client) {
|
|
3146
|
-
Object.defineProperty(this, "_client", {
|
|
3147
|
-
enumerable: true,
|
|
3148
|
-
configurable: true,
|
|
3149
|
-
writable: true,
|
|
3150
|
-
value: void 0
|
|
3151
|
-
});
|
|
3152
2433
|
this._client = client;
|
|
3153
2434
|
}
|
|
3154
2435
|
addReservedHandle(data, opts) {
|
|
@@ -3181,34 +2462,14 @@ class ComAtprotoTempNS {
|
|
|
3181
2462
|
return this._client.call('com.atproto.temp.revokeAccountCredentials', opts?.qp, data, opts);
|
|
3182
2463
|
}
|
|
3183
2464
|
}
|
|
3184
|
-
|
|
3185
|
-
class ComGermnetworkNS {
|
|
2465
|
+
export class ComGermnetworkNS {
|
|
3186
2466
|
constructor(client) {
|
|
3187
|
-
Object.defineProperty(this, "_client", {
|
|
3188
|
-
enumerable: true,
|
|
3189
|
-
configurable: true,
|
|
3190
|
-
writable: true,
|
|
3191
|
-
value: void 0
|
|
3192
|
-
});
|
|
3193
|
-
Object.defineProperty(this, "declaration", {
|
|
3194
|
-
enumerable: true,
|
|
3195
|
-
configurable: true,
|
|
3196
|
-
writable: true,
|
|
3197
|
-
value: void 0
|
|
3198
|
-
});
|
|
3199
2467
|
this._client = client;
|
|
3200
2468
|
this.declaration = new ComGermnetworkDeclarationRecord(client);
|
|
3201
2469
|
}
|
|
3202
2470
|
}
|
|
3203
|
-
|
|
3204
|
-
class ComGermnetworkDeclarationRecord {
|
|
2471
|
+
export class ComGermnetworkDeclarationRecord {
|
|
3205
2472
|
constructor(client) {
|
|
3206
|
-
Object.defineProperty(this, "_client", {
|
|
3207
|
-
enumerable: true,
|
|
3208
|
-
configurable: true,
|
|
3209
|
-
writable: true,
|
|
3210
|
-
value: void 0
|
|
3211
|
-
});
|
|
3212
2473
|
this._client = client;
|
|
3213
2474
|
}
|
|
3214
2475
|
async list(params) {
|
|
@@ -3244,106 +2505,14 @@ class ComGermnetworkDeclarationRecord {
|
|
|
3244
2505
|
await this._client.call('com.atproto.repo.deleteRecord', undefined, { collection: 'com.germnetwork.declaration', ...params }, { headers });
|
|
3245
2506
|
}
|
|
3246
2507
|
}
|
|
3247
|
-
|
|
3248
|
-
class ToolsNS {
|
|
2508
|
+
export class ToolsNS {
|
|
3249
2509
|
constructor(client) {
|
|
3250
|
-
Object.defineProperty(this, "_client", {
|
|
3251
|
-
enumerable: true,
|
|
3252
|
-
configurable: true,
|
|
3253
|
-
writable: true,
|
|
3254
|
-
value: void 0
|
|
3255
|
-
});
|
|
3256
|
-
Object.defineProperty(this, "ozone", {
|
|
3257
|
-
enumerable: true,
|
|
3258
|
-
configurable: true,
|
|
3259
|
-
writable: true,
|
|
3260
|
-
value: void 0
|
|
3261
|
-
});
|
|
3262
2510
|
this._client = client;
|
|
3263
2511
|
this.ozone = new ToolsOzoneNS(client);
|
|
3264
2512
|
}
|
|
3265
2513
|
}
|
|
3266
|
-
|
|
3267
|
-
|
|
3268
|
-
constructor(client) {
|
|
3269
|
-
Object.defineProperty(this, "_client", {
|
|
3270
|
-
enumerable: true,
|
|
3271
|
-
configurable: true,
|
|
3272
|
-
writable: true,
|
|
3273
|
-
value: void 0
|
|
3274
|
-
});
|
|
3275
|
-
Object.defineProperty(this, "communication", {
|
|
3276
|
-
enumerable: true,
|
|
3277
|
-
configurable: true,
|
|
3278
|
-
writable: true,
|
|
3279
|
-
value: void 0
|
|
3280
|
-
});
|
|
3281
|
-
Object.defineProperty(this, "hosting", {
|
|
3282
|
-
enumerable: true,
|
|
3283
|
-
configurable: true,
|
|
3284
|
-
writable: true,
|
|
3285
|
-
value: void 0
|
|
3286
|
-
});
|
|
3287
|
-
Object.defineProperty(this, "moderation", {
|
|
3288
|
-
enumerable: true,
|
|
3289
|
-
configurable: true,
|
|
3290
|
-
writable: true,
|
|
3291
|
-
value: void 0
|
|
3292
|
-
});
|
|
3293
|
-
Object.defineProperty(this, "queue", {
|
|
3294
|
-
enumerable: true,
|
|
3295
|
-
configurable: true,
|
|
3296
|
-
writable: true,
|
|
3297
|
-
value: void 0
|
|
3298
|
-
});
|
|
3299
|
-
Object.defineProperty(this, "report", {
|
|
3300
|
-
enumerable: true,
|
|
3301
|
-
configurable: true,
|
|
3302
|
-
writable: true,
|
|
3303
|
-
value: void 0
|
|
3304
|
-
});
|
|
3305
|
-
Object.defineProperty(this, "safelink", {
|
|
3306
|
-
enumerable: true,
|
|
3307
|
-
configurable: true,
|
|
3308
|
-
writable: true,
|
|
3309
|
-
value: void 0
|
|
3310
|
-
});
|
|
3311
|
-
Object.defineProperty(this, "server", {
|
|
3312
|
-
enumerable: true,
|
|
3313
|
-
configurable: true,
|
|
3314
|
-
writable: true,
|
|
3315
|
-
value: void 0
|
|
3316
|
-
});
|
|
3317
|
-
Object.defineProperty(this, "set", {
|
|
3318
|
-
enumerable: true,
|
|
3319
|
-
configurable: true,
|
|
3320
|
-
writable: true,
|
|
3321
|
-
value: void 0
|
|
3322
|
-
});
|
|
3323
|
-
Object.defineProperty(this, "setting", {
|
|
3324
|
-
enumerable: true,
|
|
3325
|
-
configurable: true,
|
|
3326
|
-
writable: true,
|
|
3327
|
-
value: void 0
|
|
3328
|
-
});
|
|
3329
|
-
Object.defineProperty(this, "signature", {
|
|
3330
|
-
enumerable: true,
|
|
3331
|
-
configurable: true,
|
|
3332
|
-
writable: true,
|
|
3333
|
-
value: void 0
|
|
3334
|
-
});
|
|
3335
|
-
Object.defineProperty(this, "team", {
|
|
3336
|
-
enumerable: true,
|
|
3337
|
-
configurable: true,
|
|
3338
|
-
writable: true,
|
|
3339
|
-
value: void 0
|
|
3340
|
-
});
|
|
3341
|
-
Object.defineProperty(this, "verification", {
|
|
3342
|
-
enumerable: true,
|
|
3343
|
-
configurable: true,
|
|
3344
|
-
writable: true,
|
|
3345
|
-
value: void 0
|
|
3346
|
-
});
|
|
2514
|
+
export class ToolsOzoneNS {
|
|
2515
|
+
constructor(client) {
|
|
3347
2516
|
this._client = client;
|
|
3348
2517
|
this.communication = new ToolsOzoneCommunicationNS(client);
|
|
3349
2518
|
this.hosting = new ToolsOzoneHostingNS(client);
|
|
@@ -3359,15 +2528,8 @@ class ToolsOzoneNS {
|
|
|
3359
2528
|
this.verification = new ToolsOzoneVerificationNS(client);
|
|
3360
2529
|
}
|
|
3361
2530
|
}
|
|
3362
|
-
|
|
3363
|
-
class ToolsOzoneCommunicationNS {
|
|
2531
|
+
export class ToolsOzoneCommunicationNS {
|
|
3364
2532
|
constructor(client) {
|
|
3365
|
-
Object.defineProperty(this, "_client", {
|
|
3366
|
-
enumerable: true,
|
|
3367
|
-
configurable: true,
|
|
3368
|
-
writable: true,
|
|
3369
|
-
value: void 0
|
|
3370
|
-
});
|
|
3371
2533
|
this._client = client;
|
|
3372
2534
|
}
|
|
3373
2535
|
createTemplate(data, opts) {
|
|
@@ -3391,30 +2553,16 @@ class ToolsOzoneCommunicationNS {
|
|
|
3391
2553
|
});
|
|
3392
2554
|
}
|
|
3393
2555
|
}
|
|
3394
|
-
|
|
3395
|
-
class ToolsOzoneHostingNS {
|
|
2556
|
+
export class ToolsOzoneHostingNS {
|
|
3396
2557
|
constructor(client) {
|
|
3397
|
-
Object.defineProperty(this, "_client", {
|
|
3398
|
-
enumerable: true,
|
|
3399
|
-
configurable: true,
|
|
3400
|
-
writable: true,
|
|
3401
|
-
value: void 0
|
|
3402
|
-
});
|
|
3403
2558
|
this._client = client;
|
|
3404
2559
|
}
|
|
3405
2560
|
getAccountHistory(params, opts) {
|
|
3406
2561
|
return this._client.call('tools.ozone.hosting.getAccountHistory', params, undefined, opts);
|
|
3407
2562
|
}
|
|
3408
2563
|
}
|
|
3409
|
-
|
|
3410
|
-
class ToolsOzoneModerationNS {
|
|
2564
|
+
export class ToolsOzoneModerationNS {
|
|
3411
2565
|
constructor(client) {
|
|
3412
|
-
Object.defineProperty(this, "_client", {
|
|
3413
|
-
enumerable: true,
|
|
3414
|
-
configurable: true,
|
|
3415
|
-
writable: true,
|
|
3416
|
-
value: void 0
|
|
3417
|
-
});
|
|
3418
2566
|
this._client = client;
|
|
3419
2567
|
}
|
|
3420
2568
|
cancelScheduledActions(data, opts) {
|
|
@@ -3479,15 +2627,8 @@ class ToolsOzoneModerationNS {
|
|
|
3479
2627
|
return this._client.call('tools.ozone.moderation.searchRepos', params, undefined, opts);
|
|
3480
2628
|
}
|
|
3481
2629
|
}
|
|
3482
|
-
|
|
3483
|
-
class ToolsOzoneQueueNS {
|
|
2630
|
+
export class ToolsOzoneQueueNS {
|
|
3484
2631
|
constructor(client) {
|
|
3485
|
-
Object.defineProperty(this, "_client", {
|
|
3486
|
-
enumerable: true,
|
|
3487
|
-
configurable: true,
|
|
3488
|
-
writable: true,
|
|
3489
|
-
value: void 0
|
|
3490
|
-
});
|
|
3491
2632
|
this._client = client;
|
|
3492
2633
|
}
|
|
3493
2634
|
assignModerator(data, opts) {
|
|
@@ -3531,15 +2672,8 @@ class ToolsOzoneQueueNS {
|
|
|
3531
2672
|
return this._client.call('tools.ozone.queue.updateQueue', opts?.qp, data, opts);
|
|
3532
2673
|
}
|
|
3533
2674
|
}
|
|
3534
|
-
|
|
3535
|
-
class ToolsOzoneReportNS {
|
|
2675
|
+
export class ToolsOzoneReportNS {
|
|
3536
2676
|
constructor(client) {
|
|
3537
|
-
Object.defineProperty(this, "_client", {
|
|
3538
|
-
enumerable: true,
|
|
3539
|
-
configurable: true,
|
|
3540
|
-
writable: true,
|
|
3541
|
-
value: void 0
|
|
3542
|
-
});
|
|
3543
2677
|
this._client = client;
|
|
3544
2678
|
}
|
|
3545
2679
|
assignModerator(data, opts) {
|
|
@@ -3603,15 +2737,8 @@ class ToolsOzoneReportNS {
|
|
|
3603
2737
|
});
|
|
3604
2738
|
}
|
|
3605
2739
|
}
|
|
3606
|
-
|
|
3607
|
-
class ToolsOzoneSafelinkNS {
|
|
2740
|
+
export class ToolsOzoneSafelinkNS {
|
|
3608
2741
|
constructor(client) {
|
|
3609
|
-
Object.defineProperty(this, "_client", {
|
|
3610
|
-
enumerable: true,
|
|
3611
|
-
configurable: true,
|
|
3612
|
-
writable: true,
|
|
3613
|
-
value: void 0
|
|
3614
|
-
});
|
|
3615
2742
|
this._client = client;
|
|
3616
2743
|
}
|
|
3617
2744
|
addRule(data, opts) {
|
|
@@ -3642,30 +2769,16 @@ class ToolsOzoneSafelinkNS {
|
|
|
3642
2769
|
});
|
|
3643
2770
|
}
|
|
3644
2771
|
}
|
|
3645
|
-
|
|
3646
|
-
class ToolsOzoneServerNS {
|
|
2772
|
+
export class ToolsOzoneServerNS {
|
|
3647
2773
|
constructor(client) {
|
|
3648
|
-
Object.defineProperty(this, "_client", {
|
|
3649
|
-
enumerable: true,
|
|
3650
|
-
configurable: true,
|
|
3651
|
-
writable: true,
|
|
3652
|
-
value: void 0
|
|
3653
|
-
});
|
|
3654
2774
|
this._client = client;
|
|
3655
2775
|
}
|
|
3656
2776
|
getConfig(params, opts) {
|
|
3657
2777
|
return this._client.call('tools.ozone.server.getConfig', params, undefined, opts);
|
|
3658
2778
|
}
|
|
3659
2779
|
}
|
|
3660
|
-
|
|
3661
|
-
class ToolsOzoneSetNS {
|
|
2780
|
+
export class ToolsOzoneSetNS {
|
|
3662
2781
|
constructor(client) {
|
|
3663
|
-
Object.defineProperty(this, "_client", {
|
|
3664
|
-
enumerable: true,
|
|
3665
|
-
configurable: true,
|
|
3666
|
-
writable: true,
|
|
3667
|
-
value: void 0
|
|
3668
|
-
});
|
|
3669
2782
|
this._client = client;
|
|
3670
2783
|
}
|
|
3671
2784
|
addValues(data, opts) {
|
|
@@ -3699,15 +2812,8 @@ class ToolsOzoneSetNS {
|
|
|
3699
2812
|
return this._client.call('tools.ozone.set.upsertSet', opts?.qp, data, opts);
|
|
3700
2813
|
}
|
|
3701
2814
|
}
|
|
3702
|
-
|
|
3703
|
-
class ToolsOzoneSettingNS {
|
|
2815
|
+
export class ToolsOzoneSettingNS {
|
|
3704
2816
|
constructor(client) {
|
|
3705
|
-
Object.defineProperty(this, "_client", {
|
|
3706
|
-
enumerable: true,
|
|
3707
|
-
configurable: true,
|
|
3708
|
-
writable: true,
|
|
3709
|
-
value: void 0
|
|
3710
|
-
});
|
|
3711
2817
|
this._client = client;
|
|
3712
2818
|
}
|
|
3713
2819
|
listOptions(params, opts) {
|
|
@@ -3720,15 +2826,8 @@ class ToolsOzoneSettingNS {
|
|
|
3720
2826
|
return this._client.call('tools.ozone.setting.upsertOption', opts?.qp, data, opts);
|
|
3721
2827
|
}
|
|
3722
2828
|
}
|
|
3723
|
-
|
|
3724
|
-
class ToolsOzoneSignatureNS {
|
|
2829
|
+
export class ToolsOzoneSignatureNS {
|
|
3725
2830
|
constructor(client) {
|
|
3726
|
-
Object.defineProperty(this, "_client", {
|
|
3727
|
-
enumerable: true,
|
|
3728
|
-
configurable: true,
|
|
3729
|
-
writable: true,
|
|
3730
|
-
value: void 0
|
|
3731
|
-
});
|
|
3732
2831
|
this._client = client;
|
|
3733
2832
|
}
|
|
3734
2833
|
findCorrelation(params, opts) {
|
|
@@ -3741,15 +2840,8 @@ class ToolsOzoneSignatureNS {
|
|
|
3741
2840
|
return this._client.call('tools.ozone.signature.searchAccounts', params, undefined, opts);
|
|
3742
2841
|
}
|
|
3743
2842
|
}
|
|
3744
|
-
|
|
3745
|
-
class ToolsOzoneTeamNS {
|
|
2843
|
+
export class ToolsOzoneTeamNS {
|
|
3746
2844
|
constructor(client) {
|
|
3747
|
-
Object.defineProperty(this, "_client", {
|
|
3748
|
-
enumerable: true,
|
|
3749
|
-
configurable: true,
|
|
3750
|
-
writable: true,
|
|
3751
|
-
value: void 0
|
|
3752
|
-
});
|
|
3753
2845
|
this._client = client;
|
|
3754
2846
|
}
|
|
3755
2847
|
addMember(data, opts) {
|
|
@@ -3777,15 +2869,8 @@ class ToolsOzoneTeamNS {
|
|
|
3777
2869
|
});
|
|
3778
2870
|
}
|
|
3779
2871
|
}
|
|
3780
|
-
|
|
3781
|
-
class ToolsOzoneVerificationNS {
|
|
2872
|
+
export class ToolsOzoneVerificationNS {
|
|
3782
2873
|
constructor(client) {
|
|
3783
|
-
Object.defineProperty(this, "_client", {
|
|
3784
|
-
enumerable: true,
|
|
3785
|
-
configurable: true,
|
|
3786
|
-
writable: true,
|
|
3787
|
-
value: void 0
|
|
3788
|
-
});
|
|
3789
2874
|
this._client = client;
|
|
3790
2875
|
}
|
|
3791
2876
|
grantVerifications(data, opts) {
|
|
@@ -3798,5 +2883,4 @@ class ToolsOzoneVerificationNS {
|
|
|
3798
2883
|
return this._client.call('tools.ozone.verification.revokeVerifications', opts?.qp, data, opts);
|
|
3799
2884
|
}
|
|
3800
2885
|
}
|
|
3801
|
-
exports.ToolsOzoneVerificationNS = ToolsOzoneVerificationNS;
|
|
3802
2886
|
//# sourceMappingURL=index.js.map
|