@atproto/api 0.4.0 → 0.4.2
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/dist/client/index.d.ts +3 -0
- package/dist/client/lexicons.d.ts +64 -0
- package/dist/client/types/app/bsky/unspecced/getPopularFeedGenerators.d.ts +3 -0
- package/dist/client/types/com/atproto/admin/getModerationReports.d.ts +1 -0
- package/dist/client/types/com/atproto/{account/createInviteCode.d.ts → admin/sendEmail.d.ts} +4 -2
- package/dist/index.js +318 -1286
- package/dist/index.js.map +4 -4
- package/package.json +1 -1
- package/src/client/index.ts +13 -0
- package/src/client/lexicons.ts +66 -1
- package/src/client/types/app/bsky/unspecced/getPopularFeedGenerators.ts +5 -1
- package/src/client/types/com/atproto/admin/getModerationReports.ts +2 -0
- package/src/client/types/com/atproto/admin/sendEmail.ts +40 -0
- package/tsconfig.build.tsbuildinfo +1 -1
- package/dist/client/types/app/bsky/actor/createScene.d.ts +0 -32
- package/dist/client/types/app/bsky/actor/ref.d.ts +0 -28
- package/dist/client/types/app/bsky/actor/search.d.ts +0 -22
- package/dist/client/types/app/bsky/actor/searchActor.d.ts +0 -22
- package/dist/client/types/app/bsky/actor/searchActorTypeahead.d.ts +0 -20
- package/dist/client/types/app/bsky/actor/searchTypeahead.d.ts +0 -20
- package/dist/client/types/app/bsky/actor/updateProfile.d.ts +0 -47
- package/dist/client/types/app/bsky/feed/bookmarkFeed.d.ts +0 -17
- package/dist/client/types/app/bsky/feed/feedViewPost.d.ts +0 -28
- package/dist/client/types/app/bsky/feed/getBookmarkedFeeds.d.ts +0 -21
- package/dist/client/types/app/bsky/feed/getSavedFeeds.d.ts +0 -21
- package/dist/client/types/app/bsky/feed/getVotes.d.ts +0 -36
- package/dist/client/types/app/bsky/feed/saveFeed.d.ts +0 -17
- package/dist/client/types/app/bsky/feed/setVote.d.ts +0 -25
- package/dist/client/types/app/bsky/feed/trend.d.ts +0 -9
- package/dist/client/types/app/bsky/feed/unbookmarkFeed.d.ts +0 -17
- package/dist/client/types/app/bsky/feed/unsaveFeed.d.ts +0 -17
- package/dist/client/types/app/bsky/feed/vote.d.ts +0 -10
- package/dist/client/types/app/bsky/graph/assertCreator.d.ts +0 -1
- package/dist/client/types/app/bsky/graph/assertMember.d.ts +0 -1
- package/dist/client/types/app/bsky/graph/assertion.d.ts +0 -10
- package/dist/client/types/app/bsky/graph/confirmation.d.ts +0 -11
- package/dist/client/types/app/bsky/graph/getAssertions.d.ts +0 -48
- package/dist/client/types/app/bsky/graph/getMembers.d.ts +0 -36
- package/dist/client/types/app/bsky/graph/getMemberships.d.ts +0 -36
- package/dist/client/types/app/bsky/graph/mute.d.ts +0 -17
- package/dist/client/types/app/bsky/graph/unmute.d.ts +0 -17
- package/dist/client/types/app/bsky/notification/getCount.d.ts +0 -17
- package/dist/client/types/app/bsky/notification/list.d.ts +0 -35
- package/dist/client/types/app/bsky/system/actorScene.d.ts +0 -1
- package/dist/client/types/app/bsky/system/actorUser.d.ts +0 -1
- package/dist/client/types/app/bsky/system/declRef.d.ts +0 -8
- package/dist/client/types/app/bsky/system/declaration.d.ts +0 -7
- package/dist/client/types/com/atproto/account/create.d.ts +0 -41
- package/dist/client/types/com/atproto/account/delete.d.ts +0 -25
- package/dist/client/types/com/atproto/account/get.d.ts +0 -12
- package/dist/client/types/com/atproto/account/requestDelete.d.ts +0 -13
- package/dist/client/types/com/atproto/account/requestPasswordReset.d.ts +0 -17
- package/dist/client/types/com/atproto/account/resetPassword.d.ts +0 -24
- package/dist/client/types/com/atproto/admin/blob.d.ts +0 -37
- package/dist/client/types/com/atproto/admin/getInviteCodeUsage.d.ts +0 -29
- package/dist/client/types/com/atproto/admin/moderationAction.d.ts +0 -60
- package/dist/client/types/com/atproto/admin/moderationReport.d.ts +0 -37
- package/dist/client/types/com/atproto/admin/record.d.ts +0 -43
- package/dist/client/types/com/atproto/admin/repo.d.ts +0 -45
- package/dist/client/types/com/atproto/blob/upload.d.ts +0 -19
- package/dist/client/types/com/atproto/handle/resolve.d.ts +0 -18
- package/dist/client/types/com/atproto/handle/update.d.ts +0 -17
- package/dist/client/types/com/atproto/repo/batchWrite.d.ts +0 -46
- package/dist/client/types/com/atproto/repo/describe.d.ts +0 -22
- package/dist/client/types/com/atproto/repo/importRepo.d.ts +0 -19
- package/dist/client/types/com/atproto/repo/recordRef.d.ts +0 -8
- package/dist/client/types/com/atproto/repo/repoRef.d.ts +0 -7
- package/dist/client/types/com/atproto/repo/uploadRepo.d.ts +0 -19
- package/dist/client/types/com/atproto/report/create.d.ts +0 -39
- package/dist/client/types/com/atproto/report/reasonType.d.ts +0 -3
- package/dist/client/types/com/atproto/report/subject.d.ts +0 -23
- package/dist/client/types/com/atproto/server/getAccountsConfig.d.ts +0 -27
- package/dist/client/types/com/atproto/server/getUserInviteCodes.d.ts +0 -31
- package/dist/client/types/com/atproto/session/create.d.ts +0 -29
- package/dist/client/types/com/atproto/session/delete.d.ts +0 -13
- package/dist/client/types/com/atproto/session/get.d.ts +0 -18
- package/dist/client/types/com/atproto/session/refresh.d.ts +0 -24
- package/dist/client/types/com/atproto/sync/getRoot.d.ts +0 -18
- package/dist/client/types/com/atproto/sync/subscribeAllRepos.d.ts +0 -9
- package/dist/client/types/com/atproto/sync/updateRepo.d.ts +0 -15
- package/dist/session.d.ts +0 -42
- package/dist/src/client/index.d.ts +0 -462
- package/dist/src/client/lexicons.d.ts +0 -2910
- package/dist/src/client/schemas.d.ts +0 -17
- package/dist/src/client/types/app/bsky/actor/createScene.d.ts +0 -32
- package/dist/src/client/types/app/bsky/actor/getProfile.d.ts +0 -36
- package/dist/src/client/types/app/bsky/actor/getSuggestions.d.ts +0 -36
- package/dist/src/client/types/app/bsky/actor/profile.d.ts +0 -15
- package/dist/src/client/types/app/bsky/actor/ref.d.ts +0 -14
- package/dist/src/client/types/app/bsky/actor/search.d.ts +0 -32
- package/dist/src/client/types/app/bsky/actor/searchTypeahead.d.ts +0 -28
- package/dist/src/client/types/app/bsky/actor/updateProfile.d.ts +0 -48
- package/dist/src/client/types/app/bsky/badge.d.ts +0 -22
- package/dist/src/client/types/app/bsky/badgeAccept.d.ts +0 -11
- package/dist/src/client/types/app/bsky/badgeOffer.d.ts +0 -11
- package/dist/src/client/types/app/bsky/declaration.d.ts +0 -6
- package/dist/src/client/types/app/bsky/embed/external.d.ts +0 -26
- package/dist/src/client/types/app/bsky/embed/images.d.ts +0 -23
- package/dist/src/client/types/app/bsky/feed/embed.d.ts +0 -36
- package/dist/src/client/types/app/bsky/feed/feedViewPost.d.ts +0 -26
- package/dist/src/client/types/app/bsky/feed/getAuthorFeed.d.ts +0 -22
- package/dist/src/client/types/app/bsky/feed/getPostThread.d.ts +0 -43
- package/dist/src/client/types/app/bsky/feed/getRepostedBy.d.ts +0 -35
- package/dist/src/client/types/app/bsky/feed/getTimeline.d.ts +0 -22
- package/dist/src/client/types/app/bsky/feed/getVotes.d.ts +0 -33
- package/dist/src/client/types/app/bsky/feed/mediaEmbed.d.ts +0 -18
- package/dist/src/client/types/app/bsky/feed/post.d.ts +0 -54
- package/dist/src/client/types/app/bsky/feed/repost.d.ts +0 -6
- package/dist/src/client/types/app/bsky/feed/setVote.d.ts +0 -25
- package/dist/src/client/types/app/bsky/feed/trend.d.ts +0 -6
- package/dist/src/client/types/app/bsky/feed/vote.d.ts +0 -7
- package/dist/src/client/types/app/bsky/follow.d.ts +0 -9
- package/dist/src/client/types/app/bsky/getAuthorFeed.d.ts +0 -56
- package/dist/src/client/types/app/bsky/getBadgeMembers.d.ts +0 -29
- package/dist/src/client/types/app/bsky/getHomeFeed.d.ts +0 -56
- package/dist/src/client/types/app/bsky/getLikedBy.d.ts +0 -29
- package/dist/src/client/types/app/bsky/getNotificationCount.d.ts +0 -16
- package/dist/src/client/types/app/bsky/getNotifications.d.ts +0 -33
- package/dist/src/client/types/app/bsky/getPostThread.d.ts +0 -55
- package/dist/src/client/types/app/bsky/getProfile.d.ts +0 -26
- package/dist/src/client/types/app/bsky/getRepostedBy.d.ts +0 -29
- package/dist/src/client/types/app/bsky/getTimeline.d.ts +0 -56
- package/dist/src/client/types/app/bsky/getUserFollowers.d.ts +0 -31
- package/dist/src/client/types/app/bsky/getUserFollows.d.ts +0 -31
- package/dist/src/client/types/app/bsky/getUsersSearch.d.ts +0 -26
- package/dist/src/client/types/app/bsky/getUsersTypeahead.d.ts +0 -22
- package/dist/src/client/types/app/bsky/graph/assertCreator.d.ts +0 -1
- package/dist/src/client/types/app/bsky/graph/assertMember.d.ts +0 -1
- package/dist/src/client/types/app/bsky/graph/assertion.d.ts +0 -7
- package/dist/src/client/types/app/bsky/graph/confirmation.d.ts +0 -8
- package/dist/src/client/types/app/bsky/graph/follow.d.ts +0 -6
- package/dist/src/client/types/app/bsky/graph/getAssertions.d.ts +0 -43
- package/dist/src/client/types/app/bsky/graph/getFollowers.d.ts +0 -34
- package/dist/src/client/types/app/bsky/graph/getFollows.d.ts +0 -33
- package/dist/src/client/types/app/bsky/graph/getMembers.d.ts +0 -33
- package/dist/src/client/types/app/bsky/graph/getMemberships.d.ts +0 -33
- package/dist/src/client/types/app/bsky/invite.d.ts +0 -10
- package/dist/src/client/types/app/bsky/inviteAccept.d.ts +0 -14
- package/dist/src/client/types/app/bsky/like.d.ts +0 -10
- package/dist/src/client/types/app/bsky/mediaEmbed.d.ts +0 -15
- package/dist/src/client/types/app/bsky/notification/getCount.d.ts +0 -17
- package/dist/src/client/types/app/bsky/notification/list.d.ts +0 -32
- package/dist/src/client/types/app/bsky/notification/updateSeen.d.ts +0 -17
- package/dist/src/client/types/app/bsky/post.d.ts +0 -23
- package/dist/src/client/types/app/bsky/postNotificationsSeen.d.ts +0 -20
- package/dist/src/client/types/app/bsky/profile.d.ts +0 -5
- package/dist/src/client/types/app/bsky/repost.d.ts +0 -10
- package/dist/src/client/types/app/bsky/system/actorScene.d.ts +0 -1
- package/dist/src/client/types/app/bsky/system/actorUser.d.ts +0 -1
- package/dist/src/client/types/app/bsky/system/declRef.d.ts +0 -5
- package/dist/src/client/types/app/bsky/system/declaration.d.ts +0 -4
- package/dist/src/client/types/app/bsky/updateProfile.d.ts +0 -23
- package/dist/src/client/types/com/atproto/account/create.d.ts +0 -41
- package/dist/src/client/types/com/atproto/account/createInviteCode.d.ts +0 -22
- package/dist/src/client/types/com/atproto/account/delete.d.ts +0 -13
- package/dist/src/client/types/com/atproto/account/get.d.ts +0 -12
- package/dist/src/client/types/com/atproto/account/requestPasswordReset.d.ts +0 -17
- package/dist/src/client/types/com/atproto/account/resetPassword.d.ts +0 -24
- package/dist/src/client/types/com/atproto/blob/upload.d.ts +0 -19
- package/dist/src/client/types/com/atproto/createAccount.d.ts +0 -40
- package/dist/src/client/types/com/atproto/createInviteCode.d.ts +0 -20
- package/dist/src/client/types/com/atproto/createSession.d.ts +0 -24
- package/dist/src/client/types/com/atproto/data/uploadFile.d.ts +0 -19
- package/dist/src/client/types/com/atproto/deleteAccount.d.ts +0 -20
- package/dist/src/client/types/com/atproto/deleteSession.d.ts +0 -17
- package/dist/src/client/types/com/atproto/getAccount.d.ts +0 -16
- package/dist/src/client/types/com/atproto/getAccountsConfig.d.ts +0 -17
- package/dist/src/client/types/com/atproto/getSession.d.ts +0 -17
- package/dist/src/client/types/com/atproto/handle/resolve.d.ts +0 -18
- package/dist/src/client/types/com/atproto/refreshSession.d.ts +0 -20
- package/dist/src/client/types/com/atproto/repo/batchWrite.d.ts +0 -39
- package/dist/src/client/types/com/atproto/repo/createRecord.d.ts +0 -26
- package/dist/src/client/types/com/atproto/repo/deleteRecord.d.ts +0 -19
- package/dist/src/client/types/com/atproto/repo/describe.d.ts +0 -22
- package/dist/src/client/types/com/atproto/repo/getRecord.d.ts +0 -23
- package/dist/src/client/types/com/atproto/repo/listRecords.d.ts +0 -30
- package/dist/src/client/types/com/atproto/repo/putRecord.d.ts +0 -27
- package/dist/src/client/types/com/atproto/repo/strongRef.d.ts +0 -5
- package/dist/src/client/types/com/atproto/repoBatchWrite.d.ts +0 -36
- package/dist/src/client/types/com/atproto/repoCreateRecord.d.ts +0 -24
- package/dist/src/client/types/com/atproto/repoDeleteRecord.d.ts +0 -18
- package/dist/src/client/types/com/atproto/repoDescribe.d.ts +0 -21
- package/dist/src/client/types/com/atproto/repoGetRecord.d.ts +0 -22
- package/dist/src/client/types/com/atproto/repoListRecords.d.ts +0 -27
- package/dist/src/client/types/com/atproto/repoPutRecord.d.ts +0 -25
- package/dist/src/client/types/com/atproto/requestAccountPasswordReset.d.ts +0 -19
- package/dist/src/client/types/com/atproto/resetAccountPassword.d.ts +0 -26
- package/dist/src/client/types/com/atproto/resolveHandle.d.ts +0 -17
- package/dist/src/client/types/com/atproto/resolveName.d.ts +0 -17
- package/dist/src/client/types/com/atproto/server/getAccountsConfig.d.ts +0 -24
- package/dist/src/client/types/com/atproto/session/create.d.ts +0 -26
- package/dist/src/client/types/com/atproto/session/delete.d.ts +0 -13
- package/dist/src/client/types/com/atproto/session/get.d.ts +0 -18
- package/dist/src/client/types/com/atproto/session/refresh.d.ts +0 -21
- package/dist/src/client/types/com/atproto/sync/getRepo.d.ts +0 -15
- package/dist/src/client/types/com/atproto/sync/getRoot.d.ts +0 -18
- package/dist/src/client/types/com/atproto/sync/updateRepo.d.ts +0 -15
- package/dist/src/client/types/com/atproto/syncGetRepo.d.ts +0 -15
- package/dist/src/client/types/com/atproto/syncGetRoot.d.ts +0 -17
- package/dist/src/client/types/com/atproto/syncUpdateRepo.d.ts +0 -15
- package/dist/src/index.d.ts +0 -4
- package/dist/src/schemas.d.ts +0 -19
- package/dist/src/session.d.ts +0 -42
- package/dist/src/types/app/bsky/acceptedBadge.d.ts +0 -10
- package/dist/src/types/app/bsky/badge.d.ts +0 -22
- package/dist/src/types/app/bsky/badgeAccept.d.ts +0 -11
- package/dist/src/types/app/bsky/badgeOffer.d.ts +0 -11
- package/dist/src/types/app/bsky/declaration.d.ts +0 -6
- package/dist/src/types/app/bsky/follow.d.ts +0 -9
- package/dist/src/types/app/bsky/getAuthorFeed.d.ts +0 -56
- package/dist/src/types/app/bsky/getBadgeMembers.d.ts +0 -29
- package/dist/src/types/app/bsky/getHomeFeed.d.ts +0 -56
- package/dist/src/types/app/bsky/getLikedBy.d.ts +0 -29
- package/dist/src/types/app/bsky/getNotificationCount.d.ts +0 -16
- package/dist/src/types/app/bsky/getNotifications.d.ts +0 -33
- package/dist/src/types/app/bsky/getPostThread.d.ts +0 -55
- package/dist/src/types/app/bsky/getProfile.d.ts +0 -42
- package/dist/src/types/app/bsky/getRepostedBy.d.ts +0 -29
- package/dist/src/types/app/bsky/getUserFollowers.d.ts +0 -31
- package/dist/src/types/app/bsky/getUserFollows.d.ts +0 -31
- package/dist/src/types/app/bsky/getUsersSearch.d.ts +0 -26
- package/dist/src/types/app/bsky/getUsersTypeahead.d.ts +0 -22
- package/dist/src/types/app/bsky/invite.d.ts +0 -10
- package/dist/src/types/app/bsky/inviteAccept.d.ts +0 -14
- package/dist/src/types/app/bsky/like.d.ts +0 -10
- package/dist/src/types/app/bsky/mediaEmbed.d.ts +0 -15
- package/dist/src/types/app/bsky/post.d.ts +0 -23
- package/dist/src/types/app/bsky/postNotificationsSeen.d.ts +0 -19
- package/dist/src/types/app/bsky/profile.d.ts +0 -11
- package/dist/src/types/app/bsky/repost.d.ts +0 -10
- package/dist/src/types/app/bsky/updateProfile.d.ts +0 -27
- package/dist/src/types/com/atproto/createAccount.d.ts +0 -39
- package/dist/src/types/com/atproto/createInviteCode.d.ts +0 -19
- package/dist/src/types/com/atproto/createSession.d.ts +0 -23
- package/dist/src/types/com/atproto/deleteAccount.d.ts +0 -19
- package/dist/src/types/com/atproto/deleteSession.d.ts +0 -16
- package/dist/src/types/com/atproto/getAccount.d.ts +0 -19
- package/dist/src/types/com/atproto/getAccountsConfig.d.ts +0 -17
- package/dist/src/types/com/atproto/getSession.d.ts +0 -17
- package/dist/src/types/com/atproto/refreshSession.d.ts +0 -19
- package/dist/src/types/com/atproto/repoBatchWrite.d.ts +0 -35
- package/dist/src/types/com/atproto/repoCreateRecord.d.ts +0 -23
- package/dist/src/types/com/atproto/repoDeleteRecord.d.ts +0 -15
- package/dist/src/types/com/atproto/repoDescribe.d.ts +0 -21
- package/dist/src/types/com/atproto/repoGetRecord.d.ts +0 -22
- package/dist/src/types/com/atproto/repoListRecords.d.ts +0 -27
- package/dist/src/types/com/atproto/repoPutRecord.d.ts +0 -24
- package/dist/src/types/com/atproto/requestAccountPasswordReset.d.ts +0 -18
- package/dist/src/types/com/atproto/resetAccountPassword.d.ts +0 -25
- package/dist/src/types/com/atproto/resolveName.d.ts +0 -17
- package/dist/src/types/com/atproto/syncGetRepo.d.ts +0 -15
- package/dist/src/types/com/atproto/syncGetRoot.d.ts +0 -17
- package/dist/src/types/com/atproto/syncUpdateRepo.d.ts +0 -14
- package/dist/src/types/todo/adx/createAccount.d.ts +0 -36
- package/dist/src/types/todo/adx/createInviteCode.d.ts +0 -19
- package/dist/src/types/todo/adx/createSession.d.ts +0 -22
- package/dist/src/types/todo/adx/deleteAccount.d.ts +0 -19
- package/dist/src/types/todo/adx/deleteSession.d.ts +0 -19
- package/dist/src/types/todo/adx/getAccount.d.ts +0 -19
- package/dist/src/types/todo/adx/getAccountsConfig.d.ts +0 -17
- package/dist/src/types/todo/adx/getSession.d.ts +0 -17
- package/dist/src/types/todo/adx/repoBatchWrite.d.ts +0 -34
- package/dist/src/types/todo/adx/repoCreateRecord.d.ts +0 -22
- package/dist/src/types/todo/adx/repoDeleteRecord.d.ts +0 -15
- package/dist/src/types/todo/adx/repoDescribe.d.ts +0 -21
- package/dist/src/types/todo/adx/repoGetRecord.d.ts +0 -20
- package/dist/src/types/todo/adx/repoListRecords.d.ts +0 -25
- package/dist/src/types/todo/adx/repoPutRecord.d.ts +0 -23
- package/dist/src/types/todo/adx/requestAccountPasswordReset.d.ts +0 -18
- package/dist/src/types/todo/adx/resetAccountPassword.d.ts +0 -25
- package/dist/src/types/todo/adx/resolveName.d.ts +0 -17
- package/dist/src/types/todo/adx/syncGetRepo.d.ts +0 -15
- package/dist/src/types/todo/adx/syncGetRoot.d.ts +0 -17
- package/dist/src/types/todo/adx/syncUpdateRepo.d.ts +0 -14
- package/dist/src/types/todo/social/badge.d.ts +0 -23
- package/dist/src/types/todo/social/follow.d.ts +0 -5
- package/dist/src/types/todo/social/getAuthorFeed.d.ts +0 -55
- package/dist/src/types/todo/social/getFeed.d.ts +0 -55
- package/dist/src/types/todo/social/getHomeFeed.d.ts +0 -55
- package/dist/src/types/todo/social/getLikedBy.d.ts +0 -26
- package/dist/src/types/todo/social/getNotificationCount.d.ts +0 -16
- package/dist/src/types/todo/social/getNotifications.d.ts +0 -31
- package/dist/src/types/todo/social/getPostThread.d.ts +0 -54
- package/dist/src/types/todo/social/getProfile.d.ts +0 -40
- package/dist/src/types/todo/social/getRepostedBy.d.ts +0 -26
- package/dist/src/types/todo/social/getUserFollowers.d.ts +0 -30
- package/dist/src/types/todo/social/getUserFollows.d.ts +0 -30
- package/dist/src/types/todo/social/like.d.ts +0 -5
- package/dist/src/types/todo/social/mediaEmbed.d.ts +0 -15
- package/dist/src/types/todo/social/post.d.ts +0 -18
- package/dist/src/types/todo/social/postNotificationsSeen.d.ts +0 -19
- package/dist/src/types/todo/social/profile.d.ts +0 -10
- package/dist/src/types/todo/social/repost.d.ts +0 -5
- package/dist/tsconfig.build.tsbuildinfo +0 -1
package/dist/index.js
CHANGED
|
@@ -8955,6 +8955,7 @@ __export(src_exports4, {
|
|
|
8955
8955
|
ComAtprotoAdminResolveModerationReports: () => resolveModerationReports_exports,
|
|
8956
8956
|
ComAtprotoAdminReverseModerationAction: () => reverseModerationAction_exports,
|
|
8957
8957
|
ComAtprotoAdminSearchRepos: () => searchRepos_exports,
|
|
8958
|
+
ComAtprotoAdminSendEmail: () => sendEmail_exports,
|
|
8958
8959
|
ComAtprotoAdminTakeModerationAction: () => takeModerationAction_exports,
|
|
8959
8960
|
ComAtprotoAdminUpdateAccountEmail: () => updateAccountEmail_exports,
|
|
8960
8961
|
ComAtprotoAdminUpdateAccountHandle: () => updateAccountHandle_exports,
|
|
@@ -9038,1054 +9039,6 @@ __export(src_exports4, {
|
|
|
9038
9039
|
});
|
|
9039
9040
|
module.exports = __toCommonJS(src_exports4);
|
|
9040
9041
|
|
|
9041
|
-
// ../identifier/src/reserved.ts
|
|
9042
|
-
var atpSpecific = [
|
|
9043
|
-
"at",
|
|
9044
|
-
"atp",
|
|
9045
|
-
"plc",
|
|
9046
|
-
"pds",
|
|
9047
|
-
"did",
|
|
9048
|
-
"repo",
|
|
9049
|
-
"tid",
|
|
9050
|
-
"nsid",
|
|
9051
|
-
"xrpc",
|
|
9052
|
-
"lex",
|
|
9053
|
-
"lexicon",
|
|
9054
|
-
"bsky",
|
|
9055
|
-
"bluesky",
|
|
9056
|
-
"handle"
|
|
9057
|
-
];
|
|
9058
|
-
var commonlyReserved = [
|
|
9059
|
-
"about",
|
|
9060
|
-
"abuse",
|
|
9061
|
-
"access",
|
|
9062
|
-
"account",
|
|
9063
|
-
"accounts",
|
|
9064
|
-
"acme",
|
|
9065
|
-
"activate",
|
|
9066
|
-
"activities",
|
|
9067
|
-
"activity",
|
|
9068
|
-
"ad",
|
|
9069
|
-
"add",
|
|
9070
|
-
"address",
|
|
9071
|
-
"adm",
|
|
9072
|
-
"admanager",
|
|
9073
|
-
"admin",
|
|
9074
|
-
"administration",
|
|
9075
|
-
"administrator",
|
|
9076
|
-
"administrators",
|
|
9077
|
-
"admins",
|
|
9078
|
-
"ads",
|
|
9079
|
-
"adsense",
|
|
9080
|
-
"adult",
|
|
9081
|
-
"advertising",
|
|
9082
|
-
"adwords",
|
|
9083
|
-
"affiliate",
|
|
9084
|
-
"affiliatepage",
|
|
9085
|
-
"affiliates",
|
|
9086
|
-
"afp",
|
|
9087
|
-
"ajax",
|
|
9088
|
-
"all",
|
|
9089
|
-
"alpha",
|
|
9090
|
-
"analysis",
|
|
9091
|
-
"analytics",
|
|
9092
|
-
"android",
|
|
9093
|
-
"anon",
|
|
9094
|
-
"anonymous",
|
|
9095
|
-
"answer",
|
|
9096
|
-
"answers",
|
|
9097
|
-
"ap",
|
|
9098
|
-
"api",
|
|
9099
|
-
"apis",
|
|
9100
|
-
"app",
|
|
9101
|
-
"appengine",
|
|
9102
|
-
"appnews",
|
|
9103
|
-
"apps",
|
|
9104
|
-
"archive",
|
|
9105
|
-
"archives",
|
|
9106
|
-
"article",
|
|
9107
|
-
"asdf",
|
|
9108
|
-
"asset",
|
|
9109
|
-
"assets",
|
|
9110
|
-
"auth",
|
|
9111
|
-
"authentication",
|
|
9112
|
-
"avatar",
|
|
9113
|
-
"backup",
|
|
9114
|
-
"bank",
|
|
9115
|
-
"banner",
|
|
9116
|
-
"banners",
|
|
9117
|
-
"base",
|
|
9118
|
-
"beginners",
|
|
9119
|
-
"beta",
|
|
9120
|
-
"billing",
|
|
9121
|
-
"bin",
|
|
9122
|
-
"binaries",
|
|
9123
|
-
"binary",
|
|
9124
|
-
"blackberry",
|
|
9125
|
-
"blog",
|
|
9126
|
-
"blogs",
|
|
9127
|
-
"blogsearch",
|
|
9128
|
-
"board",
|
|
9129
|
-
"book",
|
|
9130
|
-
"bookmark",
|
|
9131
|
-
"bookmarks",
|
|
9132
|
-
"books",
|
|
9133
|
-
"bot",
|
|
9134
|
-
"bots",
|
|
9135
|
-
"bug",
|
|
9136
|
-
"bugs",
|
|
9137
|
-
"business",
|
|
9138
|
-
"buy",
|
|
9139
|
-
"buzz",
|
|
9140
|
-
"cache",
|
|
9141
|
-
"calendar",
|
|
9142
|
-
"call",
|
|
9143
|
-
"campaign",
|
|
9144
|
-
"cancel",
|
|
9145
|
-
"captcha",
|
|
9146
|
-
"career",
|
|
9147
|
-
"careers",
|
|
9148
|
-
"cart",
|
|
9149
|
-
"catalog",
|
|
9150
|
-
"catalogs",
|
|
9151
|
-
"categories",
|
|
9152
|
-
"category",
|
|
9153
|
-
"cdn",
|
|
9154
|
-
"cgi",
|
|
9155
|
-
"cgi-bin",
|
|
9156
|
-
"changelog",
|
|
9157
|
-
"chart",
|
|
9158
|
-
"charts",
|
|
9159
|
-
"chat",
|
|
9160
|
-
"check",
|
|
9161
|
-
"checked",
|
|
9162
|
-
"checking",
|
|
9163
|
-
"checkout",
|
|
9164
|
-
"client",
|
|
9165
|
-
"cliente",
|
|
9166
|
-
"clients",
|
|
9167
|
-
"clients1",
|
|
9168
|
-
"cnarne",
|
|
9169
|
-
"code",
|
|
9170
|
-
"comercial",
|
|
9171
|
-
"comment",
|
|
9172
|
-
"comments",
|
|
9173
|
-
"communities",
|
|
9174
|
-
"community",
|
|
9175
|
-
"company",
|
|
9176
|
-
"compare",
|
|
9177
|
-
"compras",
|
|
9178
|
-
"config",
|
|
9179
|
-
"configuration",
|
|
9180
|
-
"confirm",
|
|
9181
|
-
"confirmation",
|
|
9182
|
-
"connect",
|
|
9183
|
-
"contact",
|
|
9184
|
-
"contacts",
|
|
9185
|
-
"contactus",
|
|
9186
|
-
"contact-us",
|
|
9187
|
-
"contact_us",
|
|
9188
|
-
"content",
|
|
9189
|
-
"contest",
|
|
9190
|
-
"contribute",
|
|
9191
|
-
"contributor",
|
|
9192
|
-
"contributors",
|
|
9193
|
-
"coppa",
|
|
9194
|
-
"copyright",
|
|
9195
|
-
"copyrights",
|
|
9196
|
-
"core",
|
|
9197
|
-
"corp",
|
|
9198
|
-
"countries",
|
|
9199
|
-
"country",
|
|
9200
|
-
"cpanel",
|
|
9201
|
-
"create",
|
|
9202
|
-
"css",
|
|
9203
|
-
"cssproxy",
|
|
9204
|
-
"customise",
|
|
9205
|
-
"customize",
|
|
9206
|
-
"dashboard",
|
|
9207
|
-
"data",
|
|
9208
|
-
"db",
|
|
9209
|
-
"default",
|
|
9210
|
-
"delete",
|
|
9211
|
-
"demo",
|
|
9212
|
-
"design",
|
|
9213
|
-
"designer",
|
|
9214
|
-
"desktop",
|
|
9215
|
-
"destroy",
|
|
9216
|
-
"dev",
|
|
9217
|
-
"devel",
|
|
9218
|
-
"developer",
|
|
9219
|
-
"developers",
|
|
9220
|
-
"devs",
|
|
9221
|
-
"diagram",
|
|
9222
|
-
"diary",
|
|
9223
|
-
"dict",
|
|
9224
|
-
"dictionary",
|
|
9225
|
-
"die",
|
|
9226
|
-
"dir",
|
|
9227
|
-
"directory",
|
|
9228
|
-
"direct_messages",
|
|
9229
|
-
"direct-messages",
|
|
9230
|
-
"dist",
|
|
9231
|
-
"diversity",
|
|
9232
|
-
"dl",
|
|
9233
|
-
"dmca",
|
|
9234
|
-
"doc",
|
|
9235
|
-
"docs",
|
|
9236
|
-
"documentation",
|
|
9237
|
-
"documentations",
|
|
9238
|
-
"documents",
|
|
9239
|
-
"domain",
|
|
9240
|
-
"domains",
|
|
9241
|
-
"donate",
|
|
9242
|
-
"download",
|
|
9243
|
-
"downloads",
|
|
9244
|
-
"e",
|
|
9245
|
-
"e-mail",
|
|
9246
|
-
"earth",
|
|
9247
|
-
"ecommerce",
|
|
9248
|
-
"edit",
|
|
9249
|
-
"edits",
|
|
9250
|
-
"editor",
|
|
9251
|
-
"edu",
|
|
9252
|
-
"education",
|
|
9253
|
-
"email",
|
|
9254
|
-
"embed",
|
|
9255
|
-
"embedded",
|
|
9256
|
-
"employment",
|
|
9257
|
-
"employments",
|
|
9258
|
-
"empty",
|
|
9259
|
-
"enable",
|
|
9260
|
-
"encrypted",
|
|
9261
|
-
"end",
|
|
9262
|
-
"engine",
|
|
9263
|
-
"enterprise",
|
|
9264
|
-
"enterprises",
|
|
9265
|
-
"entries",
|
|
9266
|
-
"entry",
|
|
9267
|
-
"error",
|
|
9268
|
-
"errorlog",
|
|
9269
|
-
"errors",
|
|
9270
|
-
"eval",
|
|
9271
|
-
"event",
|
|
9272
|
-
"example",
|
|
9273
|
-
"examplecommunity",
|
|
9274
|
-
"exampleopenid",
|
|
9275
|
-
"examplesyn",
|
|
9276
|
-
"examplesyndicated",
|
|
9277
|
-
"exampleusername",
|
|
9278
|
-
"exchange",
|
|
9279
|
-
"exit",
|
|
9280
|
-
"explore",
|
|
9281
|
-
"faq",
|
|
9282
|
-
"faqs",
|
|
9283
|
-
"favorite",
|
|
9284
|
-
"favorites",
|
|
9285
|
-
"favourite",
|
|
9286
|
-
"favourites",
|
|
9287
|
-
"feature",
|
|
9288
|
-
"features",
|
|
9289
|
-
"feed",
|
|
9290
|
-
"feedback",
|
|
9291
|
-
"feedburner",
|
|
9292
|
-
"feedproxy",
|
|
9293
|
-
"feeds",
|
|
9294
|
-
"file",
|
|
9295
|
-
"files",
|
|
9296
|
-
"finance",
|
|
9297
|
-
"folder",
|
|
9298
|
-
"folders",
|
|
9299
|
-
"first",
|
|
9300
|
-
"following",
|
|
9301
|
-
"forgot",
|
|
9302
|
-
"form",
|
|
9303
|
-
"forms",
|
|
9304
|
-
"forum",
|
|
9305
|
-
"forums",
|
|
9306
|
-
"founder",
|
|
9307
|
-
"free",
|
|
9308
|
-
"friend",
|
|
9309
|
-
"friends",
|
|
9310
|
-
"ftp",
|
|
9311
|
-
"fuck",
|
|
9312
|
-
"fun",
|
|
9313
|
-
"fusion",
|
|
9314
|
-
"gadget",
|
|
9315
|
-
"gadgets",
|
|
9316
|
-
"game",
|
|
9317
|
-
"games",
|
|
9318
|
-
"gears",
|
|
9319
|
-
"general",
|
|
9320
|
-
"geographic",
|
|
9321
|
-
"get",
|
|
9322
|
-
"gettingstarted",
|
|
9323
|
-
"gift",
|
|
9324
|
-
"gifts",
|
|
9325
|
-
"gist",
|
|
9326
|
-
"git",
|
|
9327
|
-
"github",
|
|
9328
|
-
"gmail",
|
|
9329
|
-
"go",
|
|
9330
|
-
"golang",
|
|
9331
|
-
"goto",
|
|
9332
|
-
"gov",
|
|
9333
|
-
"graph",
|
|
9334
|
-
"graphs",
|
|
9335
|
-
"group",
|
|
9336
|
-
"groups",
|
|
9337
|
-
"guest",
|
|
9338
|
-
"guests",
|
|
9339
|
-
"guide",
|
|
9340
|
-
"guides",
|
|
9341
|
-
"hack",
|
|
9342
|
-
"hacks",
|
|
9343
|
-
"head",
|
|
9344
|
-
"help",
|
|
9345
|
-
"home",
|
|
9346
|
-
"homepage",
|
|
9347
|
-
"host",
|
|
9348
|
-
"hosting",
|
|
9349
|
-
"hostmaster",
|
|
9350
|
-
"hostname",
|
|
9351
|
-
"howto",
|
|
9352
|
-
"how-to",
|
|
9353
|
-
"how_to",
|
|
9354
|
-
"html",
|
|
9355
|
-
"htrnl",
|
|
9356
|
-
"http",
|
|
9357
|
-
"httpd",
|
|
9358
|
-
"https",
|
|
9359
|
-
"i",
|
|
9360
|
-
"iamges",
|
|
9361
|
-
"icon",
|
|
9362
|
-
"icons",
|
|
9363
|
-
"id",
|
|
9364
|
-
"idea",
|
|
9365
|
-
"ideas",
|
|
9366
|
-
"im",
|
|
9367
|
-
"image",
|
|
9368
|
-
"images",
|
|
9369
|
-
"img",
|
|
9370
|
-
"imap",
|
|
9371
|
-
"inbox",
|
|
9372
|
-
"inboxes",
|
|
9373
|
-
"index",
|
|
9374
|
-
"indexes",
|
|
9375
|
-
"info",
|
|
9376
|
-
"information",
|
|
9377
|
-
"inquiry",
|
|
9378
|
-
"intranet",
|
|
9379
|
-
"investor",
|
|
9380
|
-
"investors",
|
|
9381
|
-
"invitation",
|
|
9382
|
-
"invitations",
|
|
9383
|
-
"invite",
|
|
9384
|
-
"invoice",
|
|
9385
|
-
"invoices",
|
|
9386
|
-
"imac",
|
|
9387
|
-
"ios",
|
|
9388
|
-
"ipad",
|
|
9389
|
-
"iphone",
|
|
9390
|
-
"irc",
|
|
9391
|
-
"irnages",
|
|
9392
|
-
"irng",
|
|
9393
|
-
"is",
|
|
9394
|
-
"issue",
|
|
9395
|
-
"issues",
|
|
9396
|
-
"it",
|
|
9397
|
-
"item",
|
|
9398
|
-
"items",
|
|
9399
|
-
"java",
|
|
9400
|
-
"javascript",
|
|
9401
|
-
"job",
|
|
9402
|
-
"jobs",
|
|
9403
|
-
"join",
|
|
9404
|
-
"js",
|
|
9405
|
-
"json",
|
|
9406
|
-
"jump",
|
|
9407
|
-
"kb",
|
|
9408
|
-
"knowledge-base",
|
|
9409
|
-
"knowledgebase",
|
|
9410
|
-
"lab",
|
|
9411
|
-
"labs",
|
|
9412
|
-
"language",
|
|
9413
|
-
"languages",
|
|
9414
|
-
"last",
|
|
9415
|
-
"ldap_status",
|
|
9416
|
-
"ldap-status",
|
|
9417
|
-
"ldapstatus",
|
|
9418
|
-
"legal",
|
|
9419
|
-
"license",
|
|
9420
|
-
"licenses",
|
|
9421
|
-
"link",
|
|
9422
|
-
"links",
|
|
9423
|
-
"linux",
|
|
9424
|
-
"list",
|
|
9425
|
-
"lists",
|
|
9426
|
-
"livejournal",
|
|
9427
|
-
"lj",
|
|
9428
|
-
"local",
|
|
9429
|
-
"locale",
|
|
9430
|
-
"location",
|
|
9431
|
-
"log",
|
|
9432
|
-
"log-in",
|
|
9433
|
-
"log-out",
|
|
9434
|
-
"login",
|
|
9435
|
-
"logout",
|
|
9436
|
-
"logs",
|
|
9437
|
-
"log_in",
|
|
9438
|
-
"log_out",
|
|
9439
|
-
"m",
|
|
9440
|
-
"mac",
|
|
9441
|
-
"macos",
|
|
9442
|
-
"macosx",
|
|
9443
|
-
"mac-os",
|
|
9444
|
-
"mac-os-x",
|
|
9445
|
-
"mac_os_x",
|
|
9446
|
-
"mail",
|
|
9447
|
-
"mailer",
|
|
9448
|
-
"mailing",
|
|
9449
|
-
"main",
|
|
9450
|
-
"maintenance",
|
|
9451
|
-
"manage",
|
|
9452
|
-
"manager",
|
|
9453
|
-
"manual",
|
|
9454
|
-
"map",
|
|
9455
|
-
"maps",
|
|
9456
|
-
"marketing",
|
|
9457
|
-
"master",
|
|
9458
|
-
"me",
|
|
9459
|
-
"media",
|
|
9460
|
-
"member",
|
|
9461
|
-
"members",
|
|
9462
|
-
"memories",
|
|
9463
|
-
"memory",
|
|
9464
|
-
"merchandise",
|
|
9465
|
-
"message",
|
|
9466
|
-
"messages",
|
|
9467
|
-
"messenger",
|
|
9468
|
-
"mg",
|
|
9469
|
-
"microblog",
|
|
9470
|
-
"microblogs",
|
|
9471
|
-
"mine",
|
|
9472
|
-
"mis",
|
|
9473
|
-
"misc",
|
|
9474
|
-
"mms",
|
|
9475
|
-
"mob",
|
|
9476
|
-
"mobile",
|
|
9477
|
-
"model",
|
|
9478
|
-
"models",
|
|
9479
|
-
"money",
|
|
9480
|
-
"movie",
|
|
9481
|
-
"movies",
|
|
9482
|
-
"mp3",
|
|
9483
|
-
"mp4",
|
|
9484
|
-
"msg",
|
|
9485
|
-
"msn",
|
|
9486
|
-
"music",
|
|
9487
|
-
"mx",
|
|
9488
|
-
"my",
|
|
9489
|
-
"mymme",
|
|
9490
|
-
"mysql",
|
|
9491
|
-
"name",
|
|
9492
|
-
"named",
|
|
9493
|
-
"nan",
|
|
9494
|
-
"navi",
|
|
9495
|
-
"navigation",
|
|
9496
|
-
"net",
|
|
9497
|
-
"network",
|
|
9498
|
-
"networks",
|
|
9499
|
-
"new",
|
|
9500
|
-
"news",
|
|
9501
|
-
"newsletter",
|
|
9502
|
-
"nick",
|
|
9503
|
-
"nickname",
|
|
9504
|
-
"nil",
|
|
9505
|
-
"none",
|
|
9506
|
-
"notes",
|
|
9507
|
-
"noticias",
|
|
9508
|
-
"notification",
|
|
9509
|
-
"notifications",
|
|
9510
|
-
"notify",
|
|
9511
|
-
"ns",
|
|
9512
|
-
"ns1",
|
|
9513
|
-
"ns2",
|
|
9514
|
-
"ns3",
|
|
9515
|
-
"ns4",
|
|
9516
|
-
"ns5",
|
|
9517
|
-
"null",
|
|
9518
|
-
"oauth",
|
|
9519
|
-
"oauth-clients",
|
|
9520
|
-
"oauth_clients",
|
|
9521
|
-
"ocsp",
|
|
9522
|
-
"offer",
|
|
9523
|
-
"offers",
|
|
9524
|
-
"official",
|
|
9525
|
-
"old",
|
|
9526
|
-
"online",
|
|
9527
|
-
"openid",
|
|
9528
|
-
"operator",
|
|
9529
|
-
"option",
|
|
9530
|
-
"options",
|
|
9531
|
-
"order",
|
|
9532
|
-
"orders",
|
|
9533
|
-
"org",
|
|
9534
|
-
"organization",
|
|
9535
|
-
"organizations",
|
|
9536
|
-
"other",
|
|
9537
|
-
"overview",
|
|
9538
|
-
"owner",
|
|
9539
|
-
"owners",
|
|
9540
|
-
"p0rn",
|
|
9541
|
-
"pack",
|
|
9542
|
-
"page",
|
|
9543
|
-
"pager",
|
|
9544
|
-
"pages",
|
|
9545
|
-
"paid",
|
|
9546
|
-
"panel",
|
|
9547
|
-
"partner",
|
|
9548
|
-
"partnerpage",
|
|
9549
|
-
"partners",
|
|
9550
|
-
"password",
|
|
9551
|
-
"patch",
|
|
9552
|
-
"pay",
|
|
9553
|
-
"payment",
|
|
9554
|
-
"people",
|
|
9555
|
-
"perl",
|
|
9556
|
-
"person",
|
|
9557
|
-
"phone",
|
|
9558
|
-
"photo",
|
|
9559
|
-
"photoalbum",
|
|
9560
|
-
"photos",
|
|
9561
|
-
"php",
|
|
9562
|
-
"phpmyadmin",
|
|
9563
|
-
"phppgadmin",
|
|
9564
|
-
"phpredisadmin",
|
|
9565
|
-
"pic",
|
|
9566
|
-
"pics",
|
|
9567
|
-
"picture",
|
|
9568
|
-
"pictures",
|
|
9569
|
-
"ping",
|
|
9570
|
-
"pixel",
|
|
9571
|
-
"places",
|
|
9572
|
-
"plan",
|
|
9573
|
-
"plans",
|
|
9574
|
-
"plugin",
|
|
9575
|
-
"plugins",
|
|
9576
|
-
"podcasts",
|
|
9577
|
-
"policies",
|
|
9578
|
-
"policy",
|
|
9579
|
-
"pop",
|
|
9580
|
-
"pop3",
|
|
9581
|
-
"popular",
|
|
9582
|
-
"porn",
|
|
9583
|
-
"portal",
|
|
9584
|
-
"portals",
|
|
9585
|
-
"post",
|
|
9586
|
-
"postfix",
|
|
9587
|
-
"postmaster",
|
|
9588
|
-
"posts",
|
|
9589
|
-
"pr",
|
|
9590
|
-
"pr0n",
|
|
9591
|
-
"premium",
|
|
9592
|
-
"press",
|
|
9593
|
-
"price",
|
|
9594
|
-
"pricing",
|
|
9595
|
-
"principles",
|
|
9596
|
-
"print",
|
|
9597
|
-
"privacy",
|
|
9598
|
-
"privacy-policy",
|
|
9599
|
-
"privacypolicy",
|
|
9600
|
-
"privacy_policy",
|
|
9601
|
-
"private",
|
|
9602
|
-
"prod",
|
|
9603
|
-
"product",
|
|
9604
|
-
"production",
|
|
9605
|
-
"products",
|
|
9606
|
-
"profile",
|
|
9607
|
-
"profiles",
|
|
9608
|
-
"project",
|
|
9609
|
-
"projects",
|
|
9610
|
-
"promo",
|
|
9611
|
-
"promotions",
|
|
9612
|
-
"proxies",
|
|
9613
|
-
"proxy",
|
|
9614
|
-
"pub",
|
|
9615
|
-
"public",
|
|
9616
|
-
"purchase",
|
|
9617
|
-
"purpose",
|
|
9618
|
-
"put",
|
|
9619
|
-
"python",
|
|
9620
|
-
"queries",
|
|
9621
|
-
"query",
|
|
9622
|
-
"radio",
|
|
9623
|
-
"random",
|
|
9624
|
-
"ranking",
|
|
9625
|
-
"read",
|
|
9626
|
-
"reader",
|
|
9627
|
-
"readme",
|
|
9628
|
-
"recent",
|
|
9629
|
-
"recruit",
|
|
9630
|
-
"recruitment",
|
|
9631
|
-
"redirect",
|
|
9632
|
-
"register",
|
|
9633
|
-
"registration",
|
|
9634
|
-
"release",
|
|
9635
|
-
"remove",
|
|
9636
|
-
"replies",
|
|
9637
|
-
"report",
|
|
9638
|
-
"reports",
|
|
9639
|
-
"repositories",
|
|
9640
|
-
"repository",
|
|
9641
|
-
"req",
|
|
9642
|
-
"request",
|
|
9643
|
-
"requests",
|
|
9644
|
-
"research",
|
|
9645
|
-
"reset",
|
|
9646
|
-
"resolve",
|
|
9647
|
-
"resolver",
|
|
9648
|
-
"review",
|
|
9649
|
-
"rnail",
|
|
9650
|
-
"rnicrosoft",
|
|
9651
|
-
"roc",
|
|
9652
|
-
"root",
|
|
9653
|
-
"rss",
|
|
9654
|
-
"ruby",
|
|
9655
|
-
"rule",
|
|
9656
|
-
"sag",
|
|
9657
|
-
"sale",
|
|
9658
|
-
"sales",
|
|
9659
|
-
"sample",
|
|
9660
|
-
"samples",
|
|
9661
|
-
"sandbox",
|
|
9662
|
-
"save",
|
|
9663
|
-
"scholar",
|
|
9664
|
-
"school",
|
|
9665
|
-
"schools",
|
|
9666
|
-
"script",
|
|
9667
|
-
"scripts",
|
|
9668
|
-
"search",
|
|
9669
|
-
"secure",
|
|
9670
|
-
"security",
|
|
9671
|
-
"self",
|
|
9672
|
-
"seminars",
|
|
9673
|
-
"send",
|
|
9674
|
-
"server",
|
|
9675
|
-
"server-info",
|
|
9676
|
-
"server_info",
|
|
9677
|
-
"server-status",
|
|
9678
|
-
"server_status",
|
|
9679
|
-
"servers",
|
|
9680
|
-
"service",
|
|
9681
|
-
"services",
|
|
9682
|
-
"session",
|
|
9683
|
-
"sessions",
|
|
9684
|
-
"setting",
|
|
9685
|
-
"settings",
|
|
9686
|
-
"setup",
|
|
9687
|
-
"share",
|
|
9688
|
-
"shop",
|
|
9689
|
-
"shopping",
|
|
9690
|
-
"shortcut",
|
|
9691
|
-
"shortcuts",
|
|
9692
|
-
"show",
|
|
9693
|
-
"sign-in",
|
|
9694
|
-
"sign-up",
|
|
9695
|
-
"signin",
|
|
9696
|
-
"signout",
|
|
9697
|
-
"signup",
|
|
9698
|
-
"sign_in",
|
|
9699
|
-
"sign_up",
|
|
9700
|
-
"site",
|
|
9701
|
-
"sitemap",
|
|
9702
|
-
"sitemaps",
|
|
9703
|
-
"sitenews",
|
|
9704
|
-
"sites",
|
|
9705
|
-
"sketchup",
|
|
9706
|
-
"sky",
|
|
9707
|
-
"slash",
|
|
9708
|
-
"slashinvoice",
|
|
9709
|
-
"slut",
|
|
9710
|
-
"smartphone",
|
|
9711
|
-
"sms",
|
|
9712
|
-
"smtp",
|
|
9713
|
-
"soap",
|
|
9714
|
-
"software",
|
|
9715
|
-
"sorry",
|
|
9716
|
-
"source",
|
|
9717
|
-
"spec",
|
|
9718
|
-
"special",
|
|
9719
|
-
"spreadsheet",
|
|
9720
|
-
"spreadsheets",
|
|
9721
|
-
"sql",
|
|
9722
|
-
"src",
|
|
9723
|
-
"srntp",
|
|
9724
|
-
"ssh",
|
|
9725
|
-
"ssl",
|
|
9726
|
-
"ssladmin",
|
|
9727
|
-
"ssladministrator",
|
|
9728
|
-
"sslwebmaster",
|
|
9729
|
-
"ssytem",
|
|
9730
|
-
"staff",
|
|
9731
|
-
"stage",
|
|
9732
|
-
"staging",
|
|
9733
|
-
"start",
|
|
9734
|
-
"stat",
|
|
9735
|
-
"state",
|
|
9736
|
-
"static",
|
|
9737
|
-
"statistics",
|
|
9738
|
-
"stats",
|
|
9739
|
-
"status",
|
|
9740
|
-
"store",
|
|
9741
|
-
"stores",
|
|
9742
|
-
"stories",
|
|
9743
|
-
"style",
|
|
9744
|
-
"styleguide",
|
|
9745
|
-
"styles",
|
|
9746
|
-
"stylesheet",
|
|
9747
|
-
"stylesheets",
|
|
9748
|
-
"subdomain",
|
|
9749
|
-
"subscribe",
|
|
9750
|
-
"subscription",
|
|
9751
|
-
"subscriptions",
|
|
9752
|
-
"suggest",
|
|
9753
|
-
"suggestqueries",
|
|
9754
|
-
"support",
|
|
9755
|
-
"survey",
|
|
9756
|
-
"surveys",
|
|
9757
|
-
"surveytool",
|
|
9758
|
-
"svn",
|
|
9759
|
-
"swf",
|
|
9760
|
-
"syn",
|
|
9761
|
-
"sync",
|
|
9762
|
-
"syndicated",
|
|
9763
|
-
"sys",
|
|
9764
|
-
"sysadmin",
|
|
9765
|
-
"sysadministrator",
|
|
9766
|
-
"sysadmins",
|
|
9767
|
-
"system",
|
|
9768
|
-
"tablet",
|
|
9769
|
-
"tablets",
|
|
9770
|
-
"tag",
|
|
9771
|
-
"tags",
|
|
9772
|
-
"talk",
|
|
9773
|
-
"talkgadget",
|
|
9774
|
-
"task",
|
|
9775
|
-
"tasks",
|
|
9776
|
-
"team",
|
|
9777
|
-
"teams",
|
|
9778
|
-
"tech",
|
|
9779
|
-
"telnet",
|
|
9780
|
-
"term",
|
|
9781
|
-
"terms",
|
|
9782
|
-
"terms-of-service",
|
|
9783
|
-
"termsofservice",
|
|
9784
|
-
"terms_of_service",
|
|
9785
|
-
"test",
|
|
9786
|
-
"testing",
|
|
9787
|
-
"tests",
|
|
9788
|
-
"text",
|
|
9789
|
-
"theme",
|
|
9790
|
-
"themes",
|
|
9791
|
-
"thread",
|
|
9792
|
-
"threads",
|
|
9793
|
-
"ticket",
|
|
9794
|
-
"tickets",
|
|
9795
|
-
"tmp",
|
|
9796
|
-
"todo",
|
|
9797
|
-
"to-do",
|
|
9798
|
-
"to_do",
|
|
9799
|
-
"toml",
|
|
9800
|
-
"tool",
|
|
9801
|
-
"toolbar",
|
|
9802
|
-
"toolbars",
|
|
9803
|
-
"tools",
|
|
9804
|
-
"top",
|
|
9805
|
-
"topic",
|
|
9806
|
-
"topics",
|
|
9807
|
-
"tos",
|
|
9808
|
-
"tour",
|
|
9809
|
-
"trac",
|
|
9810
|
-
"translate",
|
|
9811
|
-
"trace",
|
|
9812
|
-
"translation",
|
|
9813
|
-
"translations",
|
|
9814
|
-
"translator",
|
|
9815
|
-
"trends",
|
|
9816
|
-
"tutorial",
|
|
9817
|
-
"tux",
|
|
9818
|
-
"tv",
|
|
9819
|
-
"twitter",
|
|
9820
|
-
"txt",
|
|
9821
|
-
"ul",
|
|
9822
|
-
"undef",
|
|
9823
|
-
"unfollow",
|
|
9824
|
-
"unsubscribe",
|
|
9825
|
-
"update",
|
|
9826
|
-
"updates",
|
|
9827
|
-
"upgrade",
|
|
9828
|
-
"upgrades",
|
|
9829
|
-
"upi",
|
|
9830
|
-
"upload",
|
|
9831
|
-
"uploads",
|
|
9832
|
-
"url",
|
|
9833
|
-
"usage",
|
|
9834
|
-
"user",
|
|
9835
|
-
"username",
|
|
9836
|
-
"usernames",
|
|
9837
|
-
"users",
|
|
9838
|
-
"uuid",
|
|
9839
|
-
"validation",
|
|
9840
|
-
"validations",
|
|
9841
|
-
"ver",
|
|
9842
|
-
"version",
|
|
9843
|
-
"video",
|
|
9844
|
-
"videos",
|
|
9845
|
-
"video-stats",
|
|
9846
|
-
"visitor",
|
|
9847
|
-
"visitors",
|
|
9848
|
-
"voice",
|
|
9849
|
-
"volunteer",
|
|
9850
|
-
"volunteers",
|
|
9851
|
-
"w",
|
|
9852
|
-
"watch",
|
|
9853
|
-
"wave",
|
|
9854
|
-
"weather",
|
|
9855
|
-
"web",
|
|
9856
|
-
"webdisk",
|
|
9857
|
-
"webhook",
|
|
9858
|
-
"webhooks",
|
|
9859
|
-
"webmail",
|
|
9860
|
-
"webmaster",
|
|
9861
|
-
"webmasters",
|
|
9862
|
-
"webrnail",
|
|
9863
|
-
"website",
|
|
9864
|
-
"websites",
|
|
9865
|
-
"welcome",
|
|
9866
|
-
"whm",
|
|
9867
|
-
"whois",
|
|
9868
|
-
"widget",
|
|
9869
|
-
"widgets",
|
|
9870
|
-
"wifi",
|
|
9871
|
-
"wiki",
|
|
9872
|
-
"wikis",
|
|
9873
|
-
"win",
|
|
9874
|
-
"windows",
|
|
9875
|
-
"word",
|
|
9876
|
-
"work",
|
|
9877
|
-
"works",
|
|
9878
|
-
"workshop",
|
|
9879
|
-
"wpad",
|
|
9880
|
-
"ww",
|
|
9881
|
-
"wws",
|
|
9882
|
-
"www",
|
|
9883
|
-
"wwws",
|
|
9884
|
-
"wwww",
|
|
9885
|
-
"xfn",
|
|
9886
|
-
"xhtml",
|
|
9887
|
-
"xhtrnl",
|
|
9888
|
-
"xml",
|
|
9889
|
-
"xmpp",
|
|
9890
|
-
"xpg",
|
|
9891
|
-
"xxx",
|
|
9892
|
-
"yaml",
|
|
9893
|
-
"year",
|
|
9894
|
-
"yml",
|
|
9895
|
-
"you",
|
|
9896
|
-
"yourdomain",
|
|
9897
|
-
"yourname",
|
|
9898
|
-
"yoursite",
|
|
9899
|
-
"yourusername"
|
|
9900
|
-
];
|
|
9901
|
-
var famousAccounts = [
|
|
9902
|
-
"10ronaldinho",
|
|
9903
|
-
"3gerardpique",
|
|
9904
|
-
"aclu",
|
|
9905
|
-
"adele",
|
|
9906
|
-
"akshaykumar",
|
|
9907
|
-
"aliaa08",
|
|
9908
|
-
"aliciakeys",
|
|
9909
|
-
"amitshah",
|
|
9910
|
-
"andresiniesta8",
|
|
9911
|
-
"anushkasharma",
|
|
9912
|
-
"arianagrande",
|
|
9913
|
-
"arrahman",
|
|
9914
|
-
"arvindkejriwal",
|
|
9915
|
-
"avrillavigne",
|
|
9916
|
-
"barackobama",
|
|
9917
|
-
"bbcbreaking",
|
|
9918
|
-
"bbcworld",
|
|
9919
|
-
"beingsalmankhan",
|
|
9920
|
-
"billgates",
|
|
9921
|
-
"britneyspears",
|
|
9922
|
-
"brunomars",
|
|
9923
|
-
"bts_bighit",
|
|
9924
|
-
"bts_twt",
|
|
9925
|
-
"championsleague",
|
|
9926
|
-
"chrisbrown",
|
|
9927
|
-
"cnnbrk",
|
|
9928
|
-
"coldplay",
|
|
9929
|
-
"conanobrien",
|
|
9930
|
-
"cristiano",
|
|
9931
|
-
"danieltosh",
|
|
9932
|
-
"davidguetta",
|
|
9933
|
-
"ddlovato",
|
|
9934
|
-
"deepikapadukone",
|
|
9935
|
-
"drake",
|
|
9936
|
-
"elisapie",
|
|
9937
|
-
"ellendegeneres",
|
|
9938
|
-
"elonmusk",
|
|
9939
|
-
"eminem",
|
|
9940
|
-
"emmawatson",
|
|
9941
|
-
"fcbarcelona",
|
|
9942
|
-
"foxnews",
|
|
9943
|
-
"harry_styles",
|
|
9944
|
-
"hillaryclinton",
|
|
9945
|
-
"iamsrk",
|
|
9946
|
-
"ihrithik",
|
|
9947
|
-
"imvkohli",
|
|
9948
|
-
"instagram",
|
|
9949
|
-
"jimmyfallon",
|
|
9950
|
-
"jlo",
|
|
9951
|
-
"joebiden",
|
|
9952
|
-
"jtimberlake",
|
|
9953
|
-
"justinbieber",
|
|
9954
|
-
"kaka",
|
|
9955
|
-
"kanyewest",
|
|
9956
|
-
"katyperry",
|
|
9957
|
-
"kendalljenner",
|
|
9958
|
-
"kevinhart4real",
|
|
9959
|
-
"khloekardashian",
|
|
9960
|
-
"kimkardashian",
|
|
9961
|
-
"kingjames",
|
|
9962
|
-
"kourtneykardash",
|
|
9963
|
-
"kyliejenner",
|
|
9964
|
-
"ladygaga",
|
|
9965
|
-
"liampayne",
|
|
9966
|
-
"liltunechi",
|
|
9967
|
-
"manutd",
|
|
9968
|
-
"mariahcarey",
|
|
9969
|
-
"mileycyrus",
|
|
9970
|
-
"mohamadalarefe",
|
|
9971
|
-
"narendramodi",
|
|
9972
|
-
"nasa",
|
|
9973
|
-
"nba",
|
|
9974
|
-
"neymarjr",
|
|
9975
|
-
"nfl",
|
|
9976
|
-
"niallofficial",
|
|
9977
|
-
"nickiminaj",
|
|
9978
|
-
"npr",
|
|
9979
|
-
"nytimes",
|
|
9980
|
-
"onedirection",
|
|
9981
|
-
"oprah",
|
|
9982
|
-
"pink",
|
|
9983
|
-
"pitbull",
|
|
9984
|
-
"playstation",
|
|
9985
|
-
"pmoindia",
|
|
9986
|
-
"premierleague",
|
|
9987
|
-
"priyankachopra",
|
|
9988
|
-
"realdonaldtrump",
|
|
9989
|
-
"ricky_martin",
|
|
9990
|
-
"rihanna",
|
|
9991
|
-
"sachin_rt",
|
|
9992
|
-
"selenagomez",
|
|
9993
|
-
"shakira",
|
|
9994
|
-
"shawnmendes",
|
|
9995
|
-
"sportscenter",
|
|
9996
|
-
"srbachchan",
|
|
9997
|
-
"subhisharma100",
|
|
9998
|
-
"taylorswift13",
|
|
9999
|
-
"theeconomist",
|
|
10000
|
-
"twitter",
|
|
10001
|
-
"virendersehwag",
|
|
10002
|
-
"whitehouse45",
|
|
10003
|
-
"wizkhalifa",
|
|
10004
|
-
"youtube",
|
|
10005
|
-
"zaynmalik",
|
|
10006
|
-
"beyonce",
|
|
10007
|
-
"billieeilish",
|
|
10008
|
-
"leomessi",
|
|
10009
|
-
"natgeo",
|
|
10010
|
-
"nike",
|
|
10011
|
-
"snoopdogg",
|
|
10012
|
-
"taylorswift",
|
|
10013
|
-
"therock",
|
|
10014
|
-
"10downingstreet",
|
|
10015
|
-
"aoc",
|
|
10016
|
-
"carterjwm",
|
|
10017
|
-
"dril",
|
|
10018
|
-
"gretathunberg",
|
|
10019
|
-
"kamalaharris",
|
|
10020
|
-
"kremlinrussia_e",
|
|
10021
|
-
"potus",
|
|
10022
|
-
"rondesantisfl",
|
|
10023
|
-
"ukraine",
|
|
10024
|
-
"washingtonpost",
|
|
10025
|
-
"yousuck2020",
|
|
10026
|
-
"zelenskyyua",
|
|
10027
|
-
"akiko_lawson",
|
|
10028
|
-
"ariyoshihiroiki",
|
|
10029
|
-
"asahi",
|
|
10030
|
-
"dozle_official",
|
|
10031
|
-
"famima_now",
|
|
10032
|
-
"ff_xiv_jp",
|
|
10033
|
-
"fujitv",
|
|
10034
|
-
"gigazine",
|
|
10035
|
-
"hajimesyacho",
|
|
10036
|
-
"hikakin",
|
|
10037
|
-
"jocx",
|
|
10038
|
-
"jotx",
|
|
10039
|
-
"kiyo_saiore",
|
|
10040
|
-
"mainichi",
|
|
10041
|
-
"matsu_bouzu",
|
|
10042
|
-
"naomiosaka",
|
|
10043
|
-
"nhk",
|
|
10044
|
-
"nikkei",
|
|
10045
|
-
"nintendo",
|
|
10046
|
-
"ntv",
|
|
10047
|
-
"oowareware1945",
|
|
10048
|
-
"pamyurin",
|
|
10049
|
-
"poke_times",
|
|
10050
|
-
"rolaworld",
|
|
10051
|
-
"seikintv",
|
|
10052
|
-
"starbucksjapan",
|
|
10053
|
-
"tbs",
|
|
10054
|
-
"tbs_pr",
|
|
10055
|
-
"tvasahi",
|
|
10056
|
-
"tvtokyo",
|
|
10057
|
-
"yokoono",
|
|
10058
|
-
"yomiuri_online",
|
|
10059
|
-
"brasildefato",
|
|
10060
|
-
"claudialeitte",
|
|
10061
|
-
"correio",
|
|
10062
|
-
"em_com",
|
|
10063
|
-
"estadao",
|
|
10064
|
-
"folha",
|
|
10065
|
-
"gazetadopovo",
|
|
10066
|
-
"ivetesangalo",
|
|
10067
|
-
"jairbolsonaro",
|
|
10068
|
-
"jornaldobrasil",
|
|
10069
|
-
"jornaloglobo",
|
|
10070
|
-
"lucianohuck",
|
|
10071
|
-
"lulaoficial",
|
|
10072
|
-
"marcosmion",
|
|
10073
|
-
"paulocoelho",
|
|
10074
|
-
"portalr7",
|
|
10075
|
-
"rede_globo",
|
|
10076
|
-
"zerohora"
|
|
10077
|
-
];
|
|
10078
|
-
var reservedSubdomains = [
|
|
10079
|
-
...atpSpecific,
|
|
10080
|
-
...commonlyReserved,
|
|
10081
|
-
...famousAccounts
|
|
10082
|
-
].reduce((acc, cur) => {
|
|
10083
|
-
return {
|
|
10084
|
-
...acc,
|
|
10085
|
-
[cur]: true
|
|
10086
|
-
};
|
|
10087
|
-
}, {});
|
|
10088
|
-
|
|
10089
9042
|
// ../identifier/src/handle.ts
|
|
10090
9043
|
var ensureValidHandle = (handle2) => {
|
|
10091
9044
|
if (!/^[a-zA-Z0-9.-]*$/.test(handle2)) {
|
|
@@ -17604,6 +16557,11 @@ var schemaDict = {
|
|
|
17604
16557
|
type: "string"
|
|
17605
16558
|
}
|
|
17606
16559
|
},
|
|
16560
|
+
actionedBy: {
|
|
16561
|
+
type: "string",
|
|
16562
|
+
format: "did",
|
|
16563
|
+
description: "Get all reports that were actioned by a specific moderator"
|
|
16564
|
+
},
|
|
17607
16565
|
reporters: {
|
|
17608
16566
|
type: "array",
|
|
17609
16567
|
items: {
|
|
@@ -17889,6 +16847,47 @@ var schemaDict = {
|
|
|
17889
16847
|
}
|
|
17890
16848
|
}
|
|
17891
16849
|
},
|
|
16850
|
+
ComAtprotoAdminSendEmail: {
|
|
16851
|
+
lexicon: 1,
|
|
16852
|
+
id: "com.atproto.admin.sendEmail",
|
|
16853
|
+
defs: {
|
|
16854
|
+
main: {
|
|
16855
|
+
type: "procedure",
|
|
16856
|
+
description: "Send email to a user's primary email address",
|
|
16857
|
+
input: {
|
|
16858
|
+
encoding: "application/json",
|
|
16859
|
+
schema: {
|
|
16860
|
+
type: "object",
|
|
16861
|
+
required: ["recipientDid", "content"],
|
|
16862
|
+
properties: {
|
|
16863
|
+
recipientDid: {
|
|
16864
|
+
type: "string",
|
|
16865
|
+
format: "did"
|
|
16866
|
+
},
|
|
16867
|
+
content: {
|
|
16868
|
+
type: "string"
|
|
16869
|
+
},
|
|
16870
|
+
subject: {
|
|
16871
|
+
type: "string"
|
|
16872
|
+
}
|
|
16873
|
+
}
|
|
16874
|
+
}
|
|
16875
|
+
},
|
|
16876
|
+
output: {
|
|
16877
|
+
encoding: "application/json",
|
|
16878
|
+
schema: {
|
|
16879
|
+
type: "object",
|
|
16880
|
+
required: ["sent"],
|
|
16881
|
+
properties: {
|
|
16882
|
+
sent: {
|
|
16883
|
+
type: "boolean"
|
|
16884
|
+
}
|
|
16885
|
+
}
|
|
16886
|
+
}
|
|
16887
|
+
}
|
|
16888
|
+
}
|
|
16889
|
+
}
|
|
16890
|
+
},
|
|
17892
16891
|
ComAtprotoAdminTakeModerationAction: {
|
|
17893
16892
|
lexicon: 1,
|
|
17894
16893
|
id: "com.atproto.admin.takeModerationAction",
|
|
@@ -22985,12 +21984,29 @@ var schemaDict = {
|
|
|
22985
21984
|
main: {
|
|
22986
21985
|
type: "query",
|
|
22987
21986
|
description: "An unspecced view of globally popular feed generators",
|
|
21987
|
+
parameters: {
|
|
21988
|
+
type: "params",
|
|
21989
|
+
properties: {
|
|
21990
|
+
limit: {
|
|
21991
|
+
type: "integer",
|
|
21992
|
+
minimum: 1,
|
|
21993
|
+
maximum: 100,
|
|
21994
|
+
default: 50
|
|
21995
|
+
},
|
|
21996
|
+
cursor: {
|
|
21997
|
+
type: "string"
|
|
21998
|
+
}
|
|
21999
|
+
}
|
|
22000
|
+
},
|
|
22988
22001
|
output: {
|
|
22989
22002
|
encoding: "application/json",
|
|
22990
22003
|
schema: {
|
|
22991
22004
|
type: "object",
|
|
22992
22005
|
required: ["feeds"],
|
|
22993
22006
|
properties: {
|
|
22007
|
+
cursor: {
|
|
22008
|
+
type: "string"
|
|
22009
|
+
},
|
|
22994
22010
|
feeds: {
|
|
22995
22011
|
type: "array",
|
|
22996
22012
|
items: {
|
|
@@ -23010,7 +22026,7 @@ var schemaDict = {
|
|
|
23010
22026
|
defs: {
|
|
23011
22027
|
main: {
|
|
23012
22028
|
type: "query",
|
|
23013
|
-
description: "A skeleton of a timeline",
|
|
22029
|
+
description: "A skeleton of a timeline - UNSPECCED & WILL GO AWAY SOON",
|
|
23014
22030
|
parameters: {
|
|
23015
22031
|
type: "params",
|
|
23016
22032
|
properties: {
|
|
@@ -23242,18 +22258,29 @@ function toKnownErr14(e) {
|
|
|
23242
22258
|
return e;
|
|
23243
22259
|
}
|
|
23244
22260
|
|
|
22261
|
+
// src/client/types/com/atproto/admin/sendEmail.ts
|
|
22262
|
+
var sendEmail_exports = {};
|
|
22263
|
+
__export(sendEmail_exports, {
|
|
22264
|
+
toKnownErr: () => toKnownErr15
|
|
22265
|
+
});
|
|
22266
|
+
function toKnownErr15(e) {
|
|
22267
|
+
if (e instanceof XRPCError) {
|
|
22268
|
+
}
|
|
22269
|
+
return e;
|
|
22270
|
+
}
|
|
22271
|
+
|
|
23245
22272
|
// src/client/types/com/atproto/admin/takeModerationAction.ts
|
|
23246
22273
|
var takeModerationAction_exports = {};
|
|
23247
22274
|
__export(takeModerationAction_exports, {
|
|
23248
22275
|
SubjectHasActionError: () => SubjectHasActionError,
|
|
23249
|
-
toKnownErr: () =>
|
|
22276
|
+
toKnownErr: () => toKnownErr16
|
|
23250
22277
|
});
|
|
23251
22278
|
var SubjectHasActionError = class extends XRPCError {
|
|
23252
22279
|
constructor(src2) {
|
|
23253
22280
|
super(src2.status, src2.error, src2.message);
|
|
23254
22281
|
}
|
|
23255
22282
|
};
|
|
23256
|
-
function
|
|
22283
|
+
function toKnownErr16(e) {
|
|
23257
22284
|
if (e instanceof XRPCError) {
|
|
23258
22285
|
if (e.error === "SubjectHasAction")
|
|
23259
22286
|
return new SubjectHasActionError(e);
|
|
@@ -23264,9 +22291,9 @@ function toKnownErr15(e) {
|
|
|
23264
22291
|
// src/client/types/com/atproto/admin/updateAccountEmail.ts
|
|
23265
22292
|
var updateAccountEmail_exports = {};
|
|
23266
22293
|
__export(updateAccountEmail_exports, {
|
|
23267
|
-
toKnownErr: () =>
|
|
22294
|
+
toKnownErr: () => toKnownErr17
|
|
23268
22295
|
});
|
|
23269
|
-
function
|
|
22296
|
+
function toKnownErr17(e) {
|
|
23270
22297
|
if (e instanceof XRPCError) {
|
|
23271
22298
|
}
|
|
23272
22299
|
return e;
|
|
@@ -23275,9 +22302,9 @@ function toKnownErr16(e) {
|
|
|
23275
22302
|
// src/client/types/com/atproto/admin/updateAccountHandle.ts
|
|
23276
22303
|
var updateAccountHandle_exports = {};
|
|
23277
22304
|
__export(updateAccountHandle_exports, {
|
|
23278
|
-
toKnownErr: () =>
|
|
22305
|
+
toKnownErr: () => toKnownErr18
|
|
23279
22306
|
});
|
|
23280
|
-
function
|
|
22307
|
+
function toKnownErr18(e) {
|
|
23281
22308
|
if (e instanceof XRPCError) {
|
|
23282
22309
|
}
|
|
23283
22310
|
return e;
|
|
@@ -23286,9 +22313,9 @@ function toKnownErr17(e) {
|
|
|
23286
22313
|
// src/client/types/com/atproto/identity/resolveHandle.ts
|
|
23287
22314
|
var resolveHandle_exports = {};
|
|
23288
22315
|
__export(resolveHandle_exports, {
|
|
23289
|
-
toKnownErr: () =>
|
|
22316
|
+
toKnownErr: () => toKnownErr19
|
|
23290
22317
|
});
|
|
23291
|
-
function
|
|
22318
|
+
function toKnownErr19(e) {
|
|
23292
22319
|
if (e instanceof XRPCError) {
|
|
23293
22320
|
}
|
|
23294
22321
|
return e;
|
|
@@ -23297,9 +22324,9 @@ function toKnownErr18(e) {
|
|
|
23297
22324
|
// src/client/types/com/atproto/identity/updateHandle.ts
|
|
23298
22325
|
var updateHandle_exports = {};
|
|
23299
22326
|
__export(updateHandle_exports, {
|
|
23300
|
-
toKnownErr: () =>
|
|
22327
|
+
toKnownErr: () => toKnownErr20
|
|
23301
22328
|
});
|
|
23302
|
-
function
|
|
22329
|
+
function toKnownErr20(e) {
|
|
23303
22330
|
if (e instanceof XRPCError) {
|
|
23304
22331
|
}
|
|
23305
22332
|
return e;
|
|
@@ -23308,9 +22335,9 @@ function toKnownErr19(e) {
|
|
|
23308
22335
|
// src/client/types/com/atproto/label/queryLabels.ts
|
|
23309
22336
|
var queryLabels_exports = {};
|
|
23310
22337
|
__export(queryLabels_exports, {
|
|
23311
|
-
toKnownErr: () =>
|
|
22338
|
+
toKnownErr: () => toKnownErr21
|
|
23312
22339
|
});
|
|
23313
|
-
function
|
|
22340
|
+
function toKnownErr21(e) {
|
|
23314
22341
|
if (e instanceof XRPCError) {
|
|
23315
22342
|
}
|
|
23316
22343
|
return e;
|
|
@@ -23319,9 +22346,9 @@ function toKnownErr20(e) {
|
|
|
23319
22346
|
// src/client/types/com/atproto/moderation/createReport.ts
|
|
23320
22347
|
var createReport_exports = {};
|
|
23321
22348
|
__export(createReport_exports, {
|
|
23322
|
-
toKnownErr: () =>
|
|
22349
|
+
toKnownErr: () => toKnownErr22
|
|
23323
22350
|
});
|
|
23324
|
-
function
|
|
22351
|
+
function toKnownErr22(e) {
|
|
23325
22352
|
if (e instanceof XRPCError) {
|
|
23326
22353
|
}
|
|
23327
22354
|
return e;
|
|
@@ -23334,7 +22361,7 @@ __export(applyWrites_exports, {
|
|
|
23334
22361
|
isCreate: () => isCreate,
|
|
23335
22362
|
isDelete: () => isDelete,
|
|
23336
22363
|
isUpdate: () => isUpdate,
|
|
23337
|
-
toKnownErr: () =>
|
|
22364
|
+
toKnownErr: () => toKnownErr23,
|
|
23338
22365
|
validateCreate: () => validateCreate,
|
|
23339
22366
|
validateDelete: () => validateDelete,
|
|
23340
22367
|
validateUpdate: () => validateUpdate
|
|
@@ -23354,7 +22381,7 @@ var InvalidSwapError2 = class extends XRPCError {
|
|
|
23354
22381
|
super(src2.status, src2.error, src2.message);
|
|
23355
22382
|
}
|
|
23356
22383
|
};
|
|
23357
|
-
function
|
|
22384
|
+
function toKnownErr23(e) {
|
|
23358
22385
|
if (e instanceof XRPCError) {
|
|
23359
22386
|
if (e.error === "InvalidSwap")
|
|
23360
22387
|
return new InvalidSwapError2(e);
|
|
@@ -23384,14 +22411,14 @@ function validateDelete(v) {
|
|
|
23384
22411
|
var createRecord_exports = {};
|
|
23385
22412
|
__export(createRecord_exports, {
|
|
23386
22413
|
InvalidSwapError: () => InvalidSwapError3,
|
|
23387
|
-
toKnownErr: () =>
|
|
22414
|
+
toKnownErr: () => toKnownErr24
|
|
23388
22415
|
});
|
|
23389
22416
|
var InvalidSwapError3 = class extends XRPCError {
|
|
23390
22417
|
constructor(src2) {
|
|
23391
22418
|
super(src2.status, src2.error, src2.message);
|
|
23392
22419
|
}
|
|
23393
22420
|
};
|
|
23394
|
-
function
|
|
22421
|
+
function toKnownErr24(e) {
|
|
23395
22422
|
if (e instanceof XRPCError) {
|
|
23396
22423
|
if (e.error === "InvalidSwap")
|
|
23397
22424
|
return new InvalidSwapError3(e);
|
|
@@ -23403,14 +22430,14 @@ function toKnownErr23(e) {
|
|
|
23403
22430
|
var deleteRecord_exports = {};
|
|
23404
22431
|
__export(deleteRecord_exports, {
|
|
23405
22432
|
InvalidSwapError: () => InvalidSwapError4,
|
|
23406
|
-
toKnownErr: () =>
|
|
22433
|
+
toKnownErr: () => toKnownErr25
|
|
23407
22434
|
});
|
|
23408
22435
|
var InvalidSwapError4 = class extends XRPCError {
|
|
23409
22436
|
constructor(src2) {
|
|
23410
22437
|
super(src2.status, src2.error, src2.message);
|
|
23411
22438
|
}
|
|
23412
22439
|
};
|
|
23413
|
-
function
|
|
22440
|
+
function toKnownErr25(e) {
|
|
23414
22441
|
if (e instanceof XRPCError) {
|
|
23415
22442
|
if (e.error === "InvalidSwap")
|
|
23416
22443
|
return new InvalidSwapError4(e);
|
|
@@ -23421,9 +22448,9 @@ function toKnownErr24(e) {
|
|
|
23421
22448
|
// src/client/types/com/atproto/repo/describeRepo.ts
|
|
23422
22449
|
var describeRepo_exports = {};
|
|
23423
22450
|
__export(describeRepo_exports, {
|
|
23424
|
-
toKnownErr: () =>
|
|
22451
|
+
toKnownErr: () => toKnownErr26
|
|
23425
22452
|
});
|
|
23426
|
-
function
|
|
22453
|
+
function toKnownErr26(e) {
|
|
23427
22454
|
if (e instanceof XRPCError) {
|
|
23428
22455
|
}
|
|
23429
22456
|
return e;
|
|
@@ -23432,9 +22459,9 @@ function toKnownErr25(e) {
|
|
|
23432
22459
|
// src/client/types/com/atproto/repo/getRecord.ts
|
|
23433
22460
|
var getRecord_exports2 = {};
|
|
23434
22461
|
__export(getRecord_exports2, {
|
|
23435
|
-
toKnownErr: () =>
|
|
22462
|
+
toKnownErr: () => toKnownErr27
|
|
23436
22463
|
});
|
|
23437
|
-
function
|
|
22464
|
+
function toKnownErr27(e) {
|
|
23438
22465
|
if (e instanceof XRPCError) {
|
|
23439
22466
|
}
|
|
23440
22467
|
return e;
|
|
@@ -23444,10 +22471,10 @@ function toKnownErr26(e) {
|
|
|
23444
22471
|
var listRecords_exports = {};
|
|
23445
22472
|
__export(listRecords_exports, {
|
|
23446
22473
|
isRecord: () => isRecord,
|
|
23447
|
-
toKnownErr: () =>
|
|
22474
|
+
toKnownErr: () => toKnownErr28,
|
|
23448
22475
|
validateRecord: () => validateRecord
|
|
23449
22476
|
});
|
|
23450
|
-
function
|
|
22477
|
+
function toKnownErr28(e) {
|
|
23451
22478
|
if (e instanceof XRPCError) {
|
|
23452
22479
|
}
|
|
23453
22480
|
return e;
|
|
@@ -23463,14 +22490,14 @@ function validateRecord(v) {
|
|
|
23463
22490
|
var putRecord_exports = {};
|
|
23464
22491
|
__export(putRecord_exports, {
|
|
23465
22492
|
InvalidSwapError: () => InvalidSwapError5,
|
|
23466
|
-
toKnownErr: () =>
|
|
22493
|
+
toKnownErr: () => toKnownErr29
|
|
23467
22494
|
});
|
|
23468
22495
|
var InvalidSwapError5 = class extends XRPCError {
|
|
23469
22496
|
constructor(src2) {
|
|
23470
22497
|
super(src2.status, src2.error, src2.message);
|
|
23471
22498
|
}
|
|
23472
22499
|
};
|
|
23473
|
-
function
|
|
22500
|
+
function toKnownErr29(e) {
|
|
23474
22501
|
if (e instanceof XRPCError) {
|
|
23475
22502
|
if (e.error === "InvalidSwap")
|
|
23476
22503
|
return new InvalidSwapError5(e);
|
|
@@ -23483,7 +22510,7 @@ var rebaseRepo_exports2 = {};
|
|
|
23483
22510
|
__export(rebaseRepo_exports2, {
|
|
23484
22511
|
ConcurrentWritesError: () => ConcurrentWritesError2,
|
|
23485
22512
|
InvalidSwapError: () => InvalidSwapError6,
|
|
23486
|
-
toKnownErr: () =>
|
|
22513
|
+
toKnownErr: () => toKnownErr30
|
|
23487
22514
|
});
|
|
23488
22515
|
var InvalidSwapError6 = class extends XRPCError {
|
|
23489
22516
|
constructor(src2) {
|
|
@@ -23495,7 +22522,7 @@ var ConcurrentWritesError2 = class extends XRPCError {
|
|
|
23495
22522
|
super(src2.status, src2.error, src2.message);
|
|
23496
22523
|
}
|
|
23497
22524
|
};
|
|
23498
|
-
function
|
|
22525
|
+
function toKnownErr30(e) {
|
|
23499
22526
|
if (e instanceof XRPCError) {
|
|
23500
22527
|
if (e.error === "InvalidSwap")
|
|
23501
22528
|
return new InvalidSwapError6(e);
|
|
@@ -23508,9 +22535,9 @@ function toKnownErr29(e) {
|
|
|
23508
22535
|
// src/client/types/com/atproto/repo/uploadBlob.ts
|
|
23509
22536
|
var uploadBlob_exports = {};
|
|
23510
22537
|
__export(uploadBlob_exports, {
|
|
23511
|
-
toKnownErr: () =>
|
|
22538
|
+
toKnownErr: () => toKnownErr31
|
|
23512
22539
|
});
|
|
23513
|
-
function
|
|
22540
|
+
function toKnownErr31(e) {
|
|
23514
22541
|
if (e instanceof XRPCError) {
|
|
23515
22542
|
}
|
|
23516
22543
|
return e;
|
|
@@ -23526,7 +22553,7 @@ __export(createAccount_exports, {
|
|
|
23526
22553
|
InvalidPasswordError: () => InvalidPasswordError,
|
|
23527
22554
|
UnresolvableDidError: () => UnresolvableDidError,
|
|
23528
22555
|
UnsupportedDomainError: () => UnsupportedDomainError,
|
|
23529
|
-
toKnownErr: () =>
|
|
22556
|
+
toKnownErr: () => toKnownErr32
|
|
23530
22557
|
});
|
|
23531
22558
|
var InvalidHandleError2 = class extends XRPCError {
|
|
23532
22559
|
constructor(src2) {
|
|
@@ -23563,7 +22590,7 @@ var IncompatibleDidDocError = class extends XRPCError {
|
|
|
23563
22590
|
super(src2.status, src2.error, src2.message);
|
|
23564
22591
|
}
|
|
23565
22592
|
};
|
|
23566
|
-
function
|
|
22593
|
+
function toKnownErr32(e) {
|
|
23567
22594
|
if (e instanceof XRPCError) {
|
|
23568
22595
|
if (e.error === "InvalidHandle")
|
|
23569
22596
|
return new InvalidHandleError2(e);
|
|
@@ -23588,7 +22615,7 @@ var createAppPassword_exports = {};
|
|
|
23588
22615
|
__export(createAppPassword_exports, {
|
|
23589
22616
|
AccountTakedownError: () => AccountTakedownError,
|
|
23590
22617
|
isAppPassword: () => isAppPassword,
|
|
23591
|
-
toKnownErr: () =>
|
|
22618
|
+
toKnownErr: () => toKnownErr33,
|
|
23592
22619
|
validateAppPassword: () => validateAppPassword
|
|
23593
22620
|
});
|
|
23594
22621
|
var AccountTakedownError = class extends XRPCError {
|
|
@@ -23596,7 +22623,7 @@ var AccountTakedownError = class extends XRPCError {
|
|
|
23596
22623
|
super(src2.status, src2.error, src2.message);
|
|
23597
22624
|
}
|
|
23598
22625
|
};
|
|
23599
|
-
function
|
|
22626
|
+
function toKnownErr33(e) {
|
|
23600
22627
|
if (e instanceof XRPCError) {
|
|
23601
22628
|
if (e.error === "AccountTakedown")
|
|
23602
22629
|
return new AccountTakedownError(e);
|
|
@@ -23616,9 +22643,9 @@ function validateAppPassword(v) {
|
|
|
23616
22643
|
// src/client/types/com/atproto/server/createInviteCode.ts
|
|
23617
22644
|
var createInviteCode_exports = {};
|
|
23618
22645
|
__export(createInviteCode_exports, {
|
|
23619
|
-
toKnownErr: () =>
|
|
22646
|
+
toKnownErr: () => toKnownErr34
|
|
23620
22647
|
});
|
|
23621
|
-
function
|
|
22648
|
+
function toKnownErr34(e) {
|
|
23622
22649
|
if (e instanceof XRPCError) {
|
|
23623
22650
|
}
|
|
23624
22651
|
return e;
|
|
@@ -23628,10 +22655,10 @@ function toKnownErr33(e) {
|
|
|
23628
22655
|
var createInviteCodes_exports = {};
|
|
23629
22656
|
__export(createInviteCodes_exports, {
|
|
23630
22657
|
isAccountCodes: () => isAccountCodes,
|
|
23631
|
-
toKnownErr: () =>
|
|
22658
|
+
toKnownErr: () => toKnownErr35,
|
|
23632
22659
|
validateAccountCodes: () => validateAccountCodes
|
|
23633
22660
|
});
|
|
23634
|
-
function
|
|
22661
|
+
function toKnownErr35(e) {
|
|
23635
22662
|
if (e instanceof XRPCError) {
|
|
23636
22663
|
}
|
|
23637
22664
|
return e;
|
|
@@ -23650,14 +22677,14 @@ function validateAccountCodes(v) {
|
|
|
23650
22677
|
var createSession_exports = {};
|
|
23651
22678
|
__export(createSession_exports, {
|
|
23652
22679
|
AccountTakedownError: () => AccountTakedownError2,
|
|
23653
|
-
toKnownErr: () =>
|
|
22680
|
+
toKnownErr: () => toKnownErr36
|
|
23654
22681
|
});
|
|
23655
22682
|
var AccountTakedownError2 = class extends XRPCError {
|
|
23656
22683
|
constructor(src2) {
|
|
23657
22684
|
super(src2.status, src2.error, src2.message);
|
|
23658
22685
|
}
|
|
23659
22686
|
};
|
|
23660
|
-
function
|
|
22687
|
+
function toKnownErr36(e) {
|
|
23661
22688
|
if (e instanceof XRPCError) {
|
|
23662
22689
|
if (e.error === "AccountTakedown")
|
|
23663
22690
|
return new AccountTakedownError2(e);
|
|
@@ -23670,7 +22697,7 @@ var deleteAccount_exports = {};
|
|
|
23670
22697
|
__export(deleteAccount_exports, {
|
|
23671
22698
|
ExpiredTokenError: () => ExpiredTokenError,
|
|
23672
22699
|
InvalidTokenError: () => InvalidTokenError,
|
|
23673
|
-
toKnownErr: () =>
|
|
22700
|
+
toKnownErr: () => toKnownErr37
|
|
23674
22701
|
});
|
|
23675
22702
|
var ExpiredTokenError = class extends XRPCError {
|
|
23676
22703
|
constructor(src2) {
|
|
@@ -23682,7 +22709,7 @@ var InvalidTokenError = class extends XRPCError {
|
|
|
23682
22709
|
super(src2.status, src2.error, src2.message);
|
|
23683
22710
|
}
|
|
23684
22711
|
};
|
|
23685
|
-
function
|
|
22712
|
+
function toKnownErr37(e) {
|
|
23686
22713
|
if (e instanceof XRPCError) {
|
|
23687
22714
|
if (e.error === "ExpiredToken")
|
|
23688
22715
|
return new ExpiredTokenError(e);
|
|
@@ -23695,9 +22722,9 @@ function toKnownErr36(e) {
|
|
|
23695
22722
|
// src/client/types/com/atproto/server/deleteSession.ts
|
|
23696
22723
|
var deleteSession_exports = {};
|
|
23697
22724
|
__export(deleteSession_exports, {
|
|
23698
|
-
toKnownErr: () =>
|
|
22725
|
+
toKnownErr: () => toKnownErr38
|
|
23699
22726
|
});
|
|
23700
|
-
function
|
|
22727
|
+
function toKnownErr38(e) {
|
|
23701
22728
|
if (e instanceof XRPCError) {
|
|
23702
22729
|
}
|
|
23703
22730
|
return e;
|
|
@@ -23707,10 +22734,10 @@ function toKnownErr37(e) {
|
|
|
23707
22734
|
var describeServer_exports = {};
|
|
23708
22735
|
__export(describeServer_exports, {
|
|
23709
22736
|
isLinks: () => isLinks,
|
|
23710
|
-
toKnownErr: () =>
|
|
22737
|
+
toKnownErr: () => toKnownErr39,
|
|
23711
22738
|
validateLinks: () => validateLinks
|
|
23712
22739
|
});
|
|
23713
|
-
function
|
|
22740
|
+
function toKnownErr39(e) {
|
|
23714
22741
|
if (e instanceof XRPCError) {
|
|
23715
22742
|
}
|
|
23716
22743
|
return e;
|
|
@@ -23726,14 +22753,14 @@ function validateLinks(v) {
|
|
|
23726
22753
|
var getAccountInviteCodes_exports = {};
|
|
23727
22754
|
__export(getAccountInviteCodes_exports, {
|
|
23728
22755
|
DuplicateCreateError: () => DuplicateCreateError,
|
|
23729
|
-
toKnownErr: () =>
|
|
22756
|
+
toKnownErr: () => toKnownErr40
|
|
23730
22757
|
});
|
|
23731
22758
|
var DuplicateCreateError = class extends XRPCError {
|
|
23732
22759
|
constructor(src2) {
|
|
23733
22760
|
super(src2.status, src2.error, src2.message);
|
|
23734
22761
|
}
|
|
23735
22762
|
};
|
|
23736
|
-
function
|
|
22763
|
+
function toKnownErr40(e) {
|
|
23737
22764
|
if (e instanceof XRPCError) {
|
|
23738
22765
|
if (e.error === "DuplicateCreate")
|
|
23739
22766
|
return new DuplicateCreateError(e);
|
|
@@ -23744,9 +22771,9 @@ function toKnownErr39(e) {
|
|
|
23744
22771
|
// src/client/types/com/atproto/server/getSession.ts
|
|
23745
22772
|
var getSession_exports = {};
|
|
23746
22773
|
__export(getSession_exports, {
|
|
23747
|
-
toKnownErr: () =>
|
|
22774
|
+
toKnownErr: () => toKnownErr41
|
|
23748
22775
|
});
|
|
23749
|
-
function
|
|
22776
|
+
function toKnownErr41(e) {
|
|
23750
22777
|
if (e instanceof XRPCError) {
|
|
23751
22778
|
}
|
|
23752
22779
|
return e;
|
|
@@ -23757,7 +22784,7 @@ var listAppPasswords_exports = {};
|
|
|
23757
22784
|
__export(listAppPasswords_exports, {
|
|
23758
22785
|
AccountTakedownError: () => AccountTakedownError3,
|
|
23759
22786
|
isAppPassword: () => isAppPassword2,
|
|
23760
|
-
toKnownErr: () =>
|
|
22787
|
+
toKnownErr: () => toKnownErr42,
|
|
23761
22788
|
validateAppPassword: () => validateAppPassword2
|
|
23762
22789
|
});
|
|
23763
22790
|
var AccountTakedownError3 = class extends XRPCError {
|
|
@@ -23765,7 +22792,7 @@ var AccountTakedownError3 = class extends XRPCError {
|
|
|
23765
22792
|
super(src2.status, src2.error, src2.message);
|
|
23766
22793
|
}
|
|
23767
22794
|
};
|
|
23768
|
-
function
|
|
22795
|
+
function toKnownErr42(e) {
|
|
23769
22796
|
if (e instanceof XRPCError) {
|
|
23770
22797
|
if (e.error === "AccountTakedown")
|
|
23771
22798
|
return new AccountTakedownError3(e);
|
|
@@ -23783,14 +22810,14 @@ function validateAppPassword2(v) {
|
|
|
23783
22810
|
var refreshSession_exports = {};
|
|
23784
22811
|
__export(refreshSession_exports, {
|
|
23785
22812
|
AccountTakedownError: () => AccountTakedownError4,
|
|
23786
|
-
toKnownErr: () =>
|
|
22813
|
+
toKnownErr: () => toKnownErr43
|
|
23787
22814
|
});
|
|
23788
22815
|
var AccountTakedownError4 = class extends XRPCError {
|
|
23789
22816
|
constructor(src2) {
|
|
23790
22817
|
super(src2.status, src2.error, src2.message);
|
|
23791
22818
|
}
|
|
23792
22819
|
};
|
|
23793
|
-
function
|
|
22820
|
+
function toKnownErr43(e) {
|
|
23794
22821
|
if (e instanceof XRPCError) {
|
|
23795
22822
|
if (e.error === "AccountTakedown")
|
|
23796
22823
|
return new AccountTakedownError4(e);
|
|
@@ -23801,9 +22828,9 @@ function toKnownErr42(e) {
|
|
|
23801
22828
|
// src/client/types/com/atproto/server/requestAccountDelete.ts
|
|
23802
22829
|
var requestAccountDelete_exports = {};
|
|
23803
22830
|
__export(requestAccountDelete_exports, {
|
|
23804
|
-
toKnownErr: () =>
|
|
22831
|
+
toKnownErr: () => toKnownErr44
|
|
23805
22832
|
});
|
|
23806
|
-
function
|
|
22833
|
+
function toKnownErr44(e) {
|
|
23807
22834
|
if (e instanceof XRPCError) {
|
|
23808
22835
|
}
|
|
23809
22836
|
return e;
|
|
@@ -23812,9 +22839,9 @@ function toKnownErr43(e) {
|
|
|
23812
22839
|
// src/client/types/com/atproto/server/requestPasswordReset.ts
|
|
23813
22840
|
var requestPasswordReset_exports = {};
|
|
23814
22841
|
__export(requestPasswordReset_exports, {
|
|
23815
|
-
toKnownErr: () =>
|
|
22842
|
+
toKnownErr: () => toKnownErr45
|
|
23816
22843
|
});
|
|
23817
|
-
function
|
|
22844
|
+
function toKnownErr45(e) {
|
|
23818
22845
|
if (e instanceof XRPCError) {
|
|
23819
22846
|
}
|
|
23820
22847
|
return e;
|
|
@@ -23825,7 +22852,7 @@ var resetPassword_exports = {};
|
|
|
23825
22852
|
__export(resetPassword_exports, {
|
|
23826
22853
|
ExpiredTokenError: () => ExpiredTokenError2,
|
|
23827
22854
|
InvalidTokenError: () => InvalidTokenError2,
|
|
23828
|
-
toKnownErr: () =>
|
|
22855
|
+
toKnownErr: () => toKnownErr46
|
|
23829
22856
|
});
|
|
23830
22857
|
var ExpiredTokenError2 = class extends XRPCError {
|
|
23831
22858
|
constructor(src2) {
|
|
@@ -23837,7 +22864,7 @@ var InvalidTokenError2 = class extends XRPCError {
|
|
|
23837
22864
|
super(src2.status, src2.error, src2.message);
|
|
23838
22865
|
}
|
|
23839
22866
|
};
|
|
23840
|
-
function
|
|
22867
|
+
function toKnownErr46(e) {
|
|
23841
22868
|
if (e instanceof XRPCError) {
|
|
23842
22869
|
if (e.error === "ExpiredToken")
|
|
23843
22870
|
return new ExpiredTokenError2(e);
|
|
@@ -23850,9 +22877,9 @@ function toKnownErr45(e) {
|
|
|
23850
22877
|
// src/client/types/com/atproto/server/revokeAppPassword.ts
|
|
23851
22878
|
var revokeAppPassword_exports = {};
|
|
23852
22879
|
__export(revokeAppPassword_exports, {
|
|
23853
|
-
toKnownErr: () =>
|
|
22880
|
+
toKnownErr: () => toKnownErr47
|
|
23854
22881
|
});
|
|
23855
|
-
function
|
|
22882
|
+
function toKnownErr47(e) {
|
|
23856
22883
|
if (e instanceof XRPCError) {
|
|
23857
22884
|
}
|
|
23858
22885
|
return e;
|
|
@@ -23861,9 +22888,9 @@ function toKnownErr46(e) {
|
|
|
23861
22888
|
// src/client/types/com/atproto/sync/getBlob.ts
|
|
23862
22889
|
var getBlob_exports = {};
|
|
23863
22890
|
__export(getBlob_exports, {
|
|
23864
|
-
toKnownErr: () =>
|
|
22891
|
+
toKnownErr: () => toKnownErr48
|
|
23865
22892
|
});
|
|
23866
|
-
function
|
|
22893
|
+
function toKnownErr48(e) {
|
|
23867
22894
|
if (e instanceof XRPCError) {
|
|
23868
22895
|
}
|
|
23869
22896
|
return e;
|
|
@@ -23872,9 +22899,9 @@ function toKnownErr47(e) {
|
|
|
23872
22899
|
// src/client/types/com/atproto/sync/getBlocks.ts
|
|
23873
22900
|
var getBlocks_exports = {};
|
|
23874
22901
|
__export(getBlocks_exports, {
|
|
23875
|
-
toKnownErr: () =>
|
|
22902
|
+
toKnownErr: () => toKnownErr49
|
|
23876
22903
|
});
|
|
23877
|
-
function
|
|
22904
|
+
function toKnownErr49(e) {
|
|
23878
22905
|
if (e instanceof XRPCError) {
|
|
23879
22906
|
}
|
|
23880
22907
|
return e;
|
|
@@ -23883,9 +22910,9 @@ function toKnownErr48(e) {
|
|
|
23883
22910
|
// src/client/types/com/atproto/sync/getCheckout.ts
|
|
23884
22911
|
var getCheckout_exports = {};
|
|
23885
22912
|
__export(getCheckout_exports, {
|
|
23886
|
-
toKnownErr: () =>
|
|
22913
|
+
toKnownErr: () => toKnownErr50
|
|
23887
22914
|
});
|
|
23888
|
-
function
|
|
22915
|
+
function toKnownErr50(e) {
|
|
23889
22916
|
if (e instanceof XRPCError) {
|
|
23890
22917
|
}
|
|
23891
22918
|
return e;
|
|
@@ -23894,9 +22921,9 @@ function toKnownErr49(e) {
|
|
|
23894
22921
|
// src/client/types/com/atproto/sync/getCommitPath.ts
|
|
23895
22922
|
var getCommitPath_exports = {};
|
|
23896
22923
|
__export(getCommitPath_exports, {
|
|
23897
|
-
toKnownErr: () =>
|
|
22924
|
+
toKnownErr: () => toKnownErr51
|
|
23898
22925
|
});
|
|
23899
|
-
function
|
|
22926
|
+
function toKnownErr51(e) {
|
|
23900
22927
|
if (e instanceof XRPCError) {
|
|
23901
22928
|
}
|
|
23902
22929
|
return e;
|
|
@@ -23906,14 +22933,14 @@ function toKnownErr50(e) {
|
|
|
23906
22933
|
var getHead_exports = {};
|
|
23907
22934
|
__export(getHead_exports, {
|
|
23908
22935
|
HeadNotFoundError: () => HeadNotFoundError,
|
|
23909
|
-
toKnownErr: () =>
|
|
22936
|
+
toKnownErr: () => toKnownErr52
|
|
23910
22937
|
});
|
|
23911
22938
|
var HeadNotFoundError = class extends XRPCError {
|
|
23912
22939
|
constructor(src2) {
|
|
23913
22940
|
super(src2.status, src2.error, src2.message);
|
|
23914
22941
|
}
|
|
23915
22942
|
};
|
|
23916
|
-
function
|
|
22943
|
+
function toKnownErr52(e) {
|
|
23917
22944
|
if (e instanceof XRPCError) {
|
|
23918
22945
|
if (e.error === "HeadNotFound")
|
|
23919
22946
|
return new HeadNotFoundError(e);
|
|
@@ -23924,9 +22951,9 @@ function toKnownErr51(e) {
|
|
|
23924
22951
|
// src/client/types/com/atproto/sync/getRecord.ts
|
|
23925
22952
|
var getRecord_exports3 = {};
|
|
23926
22953
|
__export(getRecord_exports3, {
|
|
23927
|
-
toKnownErr: () =>
|
|
22954
|
+
toKnownErr: () => toKnownErr53
|
|
23928
22955
|
});
|
|
23929
|
-
function
|
|
22956
|
+
function toKnownErr53(e) {
|
|
23930
22957
|
if (e instanceof XRPCError) {
|
|
23931
22958
|
}
|
|
23932
22959
|
return e;
|
|
@@ -23935,9 +22962,9 @@ function toKnownErr52(e) {
|
|
|
23935
22962
|
// src/client/types/com/atproto/sync/getRepo.ts
|
|
23936
22963
|
var getRepo_exports2 = {};
|
|
23937
22964
|
__export(getRepo_exports2, {
|
|
23938
|
-
toKnownErr: () =>
|
|
22965
|
+
toKnownErr: () => toKnownErr54
|
|
23939
22966
|
});
|
|
23940
|
-
function
|
|
22967
|
+
function toKnownErr54(e) {
|
|
23941
22968
|
if (e instanceof XRPCError) {
|
|
23942
22969
|
}
|
|
23943
22970
|
return e;
|
|
@@ -23946,9 +22973,9 @@ function toKnownErr53(e) {
|
|
|
23946
22973
|
// src/client/types/com/atproto/sync/listBlobs.ts
|
|
23947
22974
|
var listBlobs_exports = {};
|
|
23948
22975
|
__export(listBlobs_exports, {
|
|
23949
|
-
toKnownErr: () =>
|
|
22976
|
+
toKnownErr: () => toKnownErr55
|
|
23950
22977
|
});
|
|
23951
|
-
function
|
|
22978
|
+
function toKnownErr55(e) {
|
|
23952
22979
|
if (e instanceof XRPCError) {
|
|
23953
22980
|
}
|
|
23954
22981
|
return e;
|
|
@@ -23958,10 +22985,10 @@ function toKnownErr54(e) {
|
|
|
23958
22985
|
var listRepos_exports = {};
|
|
23959
22986
|
__export(listRepos_exports, {
|
|
23960
22987
|
isRepo: () => isRepo,
|
|
23961
|
-
toKnownErr: () =>
|
|
22988
|
+
toKnownErr: () => toKnownErr56,
|
|
23962
22989
|
validateRepo: () => validateRepo
|
|
23963
22990
|
});
|
|
23964
|
-
function
|
|
22991
|
+
function toKnownErr56(e) {
|
|
23965
22992
|
if (e instanceof XRPCError) {
|
|
23966
22993
|
}
|
|
23967
22994
|
return e;
|
|
@@ -23976,9 +23003,9 @@ function validateRepo(v) {
|
|
|
23976
23003
|
// src/client/types/com/atproto/sync/notifyOfUpdate.ts
|
|
23977
23004
|
var notifyOfUpdate_exports = {};
|
|
23978
23005
|
__export(notifyOfUpdate_exports, {
|
|
23979
|
-
toKnownErr: () =>
|
|
23006
|
+
toKnownErr: () => toKnownErr57
|
|
23980
23007
|
});
|
|
23981
|
-
function
|
|
23008
|
+
function toKnownErr57(e) {
|
|
23982
23009
|
if (e instanceof XRPCError) {
|
|
23983
23010
|
}
|
|
23984
23011
|
return e;
|
|
@@ -23987,9 +23014,9 @@ function toKnownErr56(e) {
|
|
|
23987
23014
|
// src/client/types/com/atproto/sync/requestCrawl.ts
|
|
23988
23015
|
var requestCrawl_exports = {};
|
|
23989
23016
|
__export(requestCrawl_exports, {
|
|
23990
|
-
toKnownErr: () =>
|
|
23017
|
+
toKnownErr: () => toKnownErr58
|
|
23991
23018
|
});
|
|
23992
|
-
function
|
|
23019
|
+
function toKnownErr58(e) {
|
|
23993
23020
|
if (e instanceof XRPCError) {
|
|
23994
23021
|
}
|
|
23995
23022
|
return e;
|
|
@@ -23998,9 +23025,9 @@ function toKnownErr57(e) {
|
|
|
23998
23025
|
// src/client/types/app/bsky/actor/getPreferences.ts
|
|
23999
23026
|
var getPreferences_exports = {};
|
|
24000
23027
|
__export(getPreferences_exports, {
|
|
24001
|
-
toKnownErr: () =>
|
|
23028
|
+
toKnownErr: () => toKnownErr59
|
|
24002
23029
|
});
|
|
24003
|
-
function
|
|
23030
|
+
function toKnownErr59(e) {
|
|
24004
23031
|
if (e instanceof XRPCError) {
|
|
24005
23032
|
}
|
|
24006
23033
|
return e;
|
|
@@ -24009,9 +23036,9 @@ function toKnownErr58(e) {
|
|
|
24009
23036
|
// src/client/types/app/bsky/actor/getProfile.ts
|
|
24010
23037
|
var getProfile_exports = {};
|
|
24011
23038
|
__export(getProfile_exports, {
|
|
24012
|
-
toKnownErr: () =>
|
|
23039
|
+
toKnownErr: () => toKnownErr60
|
|
24013
23040
|
});
|
|
24014
|
-
function
|
|
23041
|
+
function toKnownErr60(e) {
|
|
24015
23042
|
if (e instanceof XRPCError) {
|
|
24016
23043
|
}
|
|
24017
23044
|
return e;
|
|
@@ -24020,9 +23047,9 @@ function toKnownErr59(e) {
|
|
|
24020
23047
|
// src/client/types/app/bsky/actor/getProfiles.ts
|
|
24021
23048
|
var getProfiles_exports = {};
|
|
24022
23049
|
__export(getProfiles_exports, {
|
|
24023
|
-
toKnownErr: () =>
|
|
23050
|
+
toKnownErr: () => toKnownErr61
|
|
24024
23051
|
});
|
|
24025
|
-
function
|
|
23052
|
+
function toKnownErr61(e) {
|
|
24026
23053
|
if (e instanceof XRPCError) {
|
|
24027
23054
|
}
|
|
24028
23055
|
return e;
|
|
@@ -24031,9 +23058,9 @@ function toKnownErr60(e) {
|
|
|
24031
23058
|
// src/client/types/app/bsky/actor/getSuggestions.ts
|
|
24032
23059
|
var getSuggestions_exports = {};
|
|
24033
23060
|
__export(getSuggestions_exports, {
|
|
24034
|
-
toKnownErr: () =>
|
|
23061
|
+
toKnownErr: () => toKnownErr62
|
|
24035
23062
|
});
|
|
24036
|
-
function
|
|
23063
|
+
function toKnownErr62(e) {
|
|
24037
23064
|
if (e instanceof XRPCError) {
|
|
24038
23065
|
}
|
|
24039
23066
|
return e;
|
|
@@ -24042,9 +23069,9 @@ function toKnownErr61(e) {
|
|
|
24042
23069
|
// src/client/types/app/bsky/actor/putPreferences.ts
|
|
24043
23070
|
var putPreferences_exports = {};
|
|
24044
23071
|
__export(putPreferences_exports, {
|
|
24045
|
-
toKnownErr: () =>
|
|
23072
|
+
toKnownErr: () => toKnownErr63
|
|
24046
23073
|
});
|
|
24047
|
-
function
|
|
23074
|
+
function toKnownErr63(e) {
|
|
24048
23075
|
if (e instanceof XRPCError) {
|
|
24049
23076
|
}
|
|
24050
23077
|
return e;
|
|
@@ -24053,9 +23080,9 @@ function toKnownErr62(e) {
|
|
|
24053
23080
|
// src/client/types/app/bsky/actor/searchActors.ts
|
|
24054
23081
|
var searchActors_exports = {};
|
|
24055
23082
|
__export(searchActors_exports, {
|
|
24056
|
-
toKnownErr: () =>
|
|
23083
|
+
toKnownErr: () => toKnownErr64
|
|
24057
23084
|
});
|
|
24058
|
-
function
|
|
23085
|
+
function toKnownErr64(e) {
|
|
24059
23086
|
if (e instanceof XRPCError) {
|
|
24060
23087
|
}
|
|
24061
23088
|
return e;
|
|
@@ -24064,9 +23091,9 @@ function toKnownErr63(e) {
|
|
|
24064
23091
|
// src/client/types/app/bsky/actor/searchActorsTypeahead.ts
|
|
24065
23092
|
var searchActorsTypeahead_exports = {};
|
|
24066
23093
|
__export(searchActorsTypeahead_exports, {
|
|
24067
|
-
toKnownErr: () =>
|
|
23094
|
+
toKnownErr: () => toKnownErr65
|
|
24068
23095
|
});
|
|
24069
|
-
function
|
|
23096
|
+
function toKnownErr65(e) {
|
|
24070
23097
|
if (e instanceof XRPCError) {
|
|
24071
23098
|
}
|
|
24072
23099
|
return e;
|
|
@@ -24077,11 +23104,11 @@ var describeFeedGenerator_exports = {};
|
|
|
24077
23104
|
__export(describeFeedGenerator_exports, {
|
|
24078
23105
|
isFeed: () => isFeed,
|
|
24079
23106
|
isLinks: () => isLinks2,
|
|
24080
|
-
toKnownErr: () =>
|
|
23107
|
+
toKnownErr: () => toKnownErr66,
|
|
24081
23108
|
validateFeed: () => validateFeed,
|
|
24082
23109
|
validateLinks: () => validateLinks2
|
|
24083
23110
|
});
|
|
24084
|
-
function
|
|
23111
|
+
function toKnownErr66(e) {
|
|
24085
23112
|
if (e instanceof XRPCError) {
|
|
24086
23113
|
}
|
|
24087
23114
|
return e;
|
|
@@ -24102,9 +23129,9 @@ function validateLinks2(v) {
|
|
|
24102
23129
|
// src/client/types/app/bsky/feed/getActorFeeds.ts
|
|
24103
23130
|
var getActorFeeds_exports = {};
|
|
24104
23131
|
__export(getActorFeeds_exports, {
|
|
24105
|
-
toKnownErr: () =>
|
|
23132
|
+
toKnownErr: () => toKnownErr67
|
|
24106
23133
|
});
|
|
24107
|
-
function
|
|
23134
|
+
function toKnownErr67(e) {
|
|
24108
23135
|
if (e instanceof XRPCError) {
|
|
24109
23136
|
}
|
|
24110
23137
|
return e;
|
|
@@ -24115,7 +23142,7 @@ var getAuthorFeed_exports = {};
|
|
|
24115
23142
|
__export(getAuthorFeed_exports, {
|
|
24116
23143
|
BlockedActorError: () => BlockedActorError,
|
|
24117
23144
|
BlockedByActorError: () => BlockedByActorError,
|
|
24118
|
-
toKnownErr: () =>
|
|
23145
|
+
toKnownErr: () => toKnownErr68
|
|
24119
23146
|
});
|
|
24120
23147
|
var BlockedActorError = class extends XRPCError {
|
|
24121
23148
|
constructor(src2) {
|
|
@@ -24127,7 +23154,7 @@ var BlockedByActorError = class extends XRPCError {
|
|
|
24127
23154
|
super(src2.status, src2.error, src2.message);
|
|
24128
23155
|
}
|
|
24129
23156
|
};
|
|
24130
|
-
function
|
|
23157
|
+
function toKnownErr68(e) {
|
|
24131
23158
|
if (e instanceof XRPCError) {
|
|
24132
23159
|
if (e.error === "BlockedActor")
|
|
24133
23160
|
return new BlockedActorError(e);
|
|
@@ -24141,14 +23168,14 @@ function toKnownErr67(e) {
|
|
|
24141
23168
|
var getFeed_exports = {};
|
|
24142
23169
|
__export(getFeed_exports, {
|
|
24143
23170
|
UnknownFeedError: () => UnknownFeedError,
|
|
24144
|
-
toKnownErr: () =>
|
|
23171
|
+
toKnownErr: () => toKnownErr69
|
|
24145
23172
|
});
|
|
24146
23173
|
var UnknownFeedError = class extends XRPCError {
|
|
24147
23174
|
constructor(src2) {
|
|
24148
23175
|
super(src2.status, src2.error, src2.message);
|
|
24149
23176
|
}
|
|
24150
23177
|
};
|
|
24151
|
-
function
|
|
23178
|
+
function toKnownErr69(e) {
|
|
24152
23179
|
if (e instanceof XRPCError) {
|
|
24153
23180
|
if (e.error === "UnknownFeed")
|
|
24154
23181
|
return new UnknownFeedError(e);
|
|
@@ -24159,9 +23186,9 @@ function toKnownErr68(e) {
|
|
|
24159
23186
|
// src/client/types/app/bsky/feed/getFeedGenerator.ts
|
|
24160
23187
|
var getFeedGenerator_exports = {};
|
|
24161
23188
|
__export(getFeedGenerator_exports, {
|
|
24162
|
-
toKnownErr: () =>
|
|
23189
|
+
toKnownErr: () => toKnownErr70
|
|
24163
23190
|
});
|
|
24164
|
-
function
|
|
23191
|
+
function toKnownErr70(e) {
|
|
24165
23192
|
if (e instanceof XRPCError) {
|
|
24166
23193
|
}
|
|
24167
23194
|
return e;
|
|
@@ -24170,9 +23197,9 @@ function toKnownErr69(e) {
|
|
|
24170
23197
|
// src/client/types/app/bsky/feed/getFeedGenerators.ts
|
|
24171
23198
|
var getFeedGenerators_exports = {};
|
|
24172
23199
|
__export(getFeedGenerators_exports, {
|
|
24173
|
-
toKnownErr: () =>
|
|
23200
|
+
toKnownErr: () => toKnownErr71
|
|
24174
23201
|
});
|
|
24175
|
-
function
|
|
23202
|
+
function toKnownErr71(e) {
|
|
24176
23203
|
if (e instanceof XRPCError) {
|
|
24177
23204
|
}
|
|
24178
23205
|
return e;
|
|
@@ -24182,14 +23209,14 @@ function toKnownErr70(e) {
|
|
|
24182
23209
|
var getFeedSkeleton_exports = {};
|
|
24183
23210
|
__export(getFeedSkeleton_exports, {
|
|
24184
23211
|
UnknownFeedError: () => UnknownFeedError2,
|
|
24185
|
-
toKnownErr: () =>
|
|
23212
|
+
toKnownErr: () => toKnownErr72
|
|
24186
23213
|
});
|
|
24187
23214
|
var UnknownFeedError2 = class extends XRPCError {
|
|
24188
23215
|
constructor(src2) {
|
|
24189
23216
|
super(src2.status, src2.error, src2.message);
|
|
24190
23217
|
}
|
|
24191
23218
|
};
|
|
24192
|
-
function
|
|
23219
|
+
function toKnownErr72(e) {
|
|
24193
23220
|
if (e instanceof XRPCError) {
|
|
24194
23221
|
if (e.error === "UnknownFeed")
|
|
24195
23222
|
return new UnknownFeedError2(e);
|
|
@@ -24201,10 +23228,10 @@ function toKnownErr71(e) {
|
|
|
24201
23228
|
var getLikes_exports = {};
|
|
24202
23229
|
__export(getLikes_exports, {
|
|
24203
23230
|
isLike: () => isLike,
|
|
24204
|
-
toKnownErr: () =>
|
|
23231
|
+
toKnownErr: () => toKnownErr73,
|
|
24205
23232
|
validateLike: () => validateLike
|
|
24206
23233
|
});
|
|
24207
|
-
function
|
|
23234
|
+
function toKnownErr73(e) {
|
|
24208
23235
|
if (e instanceof XRPCError) {
|
|
24209
23236
|
}
|
|
24210
23237
|
return e;
|
|
@@ -24220,14 +23247,14 @@ function validateLike(v) {
|
|
|
24220
23247
|
var getPostThread_exports = {};
|
|
24221
23248
|
__export(getPostThread_exports, {
|
|
24222
23249
|
NotFoundError: () => NotFoundError,
|
|
24223
|
-
toKnownErr: () =>
|
|
23250
|
+
toKnownErr: () => toKnownErr74
|
|
24224
23251
|
});
|
|
24225
23252
|
var NotFoundError = class extends XRPCError {
|
|
24226
23253
|
constructor(src2) {
|
|
24227
23254
|
super(src2.status, src2.error, src2.message);
|
|
24228
23255
|
}
|
|
24229
23256
|
};
|
|
24230
|
-
function
|
|
23257
|
+
function toKnownErr74(e) {
|
|
24231
23258
|
if (e instanceof XRPCError) {
|
|
24232
23259
|
if (e.error === "NotFound")
|
|
24233
23260
|
return new NotFoundError(e);
|
|
@@ -24238,9 +23265,9 @@ function toKnownErr73(e) {
|
|
|
24238
23265
|
// src/client/types/app/bsky/feed/getPosts.ts
|
|
24239
23266
|
var getPosts_exports = {};
|
|
24240
23267
|
__export(getPosts_exports, {
|
|
24241
|
-
toKnownErr: () =>
|
|
23268
|
+
toKnownErr: () => toKnownErr75
|
|
24242
23269
|
});
|
|
24243
|
-
function
|
|
23270
|
+
function toKnownErr75(e) {
|
|
24244
23271
|
if (e instanceof XRPCError) {
|
|
24245
23272
|
}
|
|
24246
23273
|
return e;
|
|
@@ -24249,9 +23276,9 @@ function toKnownErr74(e) {
|
|
|
24249
23276
|
// src/client/types/app/bsky/feed/getRepostedBy.ts
|
|
24250
23277
|
var getRepostedBy_exports = {};
|
|
24251
23278
|
__export(getRepostedBy_exports, {
|
|
24252
|
-
toKnownErr: () =>
|
|
23279
|
+
toKnownErr: () => toKnownErr76
|
|
24253
23280
|
});
|
|
24254
|
-
function
|
|
23281
|
+
function toKnownErr76(e) {
|
|
24255
23282
|
if (e instanceof XRPCError) {
|
|
24256
23283
|
}
|
|
24257
23284
|
return e;
|
|
@@ -24260,9 +23287,9 @@ function toKnownErr75(e) {
|
|
|
24260
23287
|
// src/client/types/app/bsky/feed/getTimeline.ts
|
|
24261
23288
|
var getTimeline_exports = {};
|
|
24262
23289
|
__export(getTimeline_exports, {
|
|
24263
|
-
toKnownErr: () =>
|
|
23290
|
+
toKnownErr: () => toKnownErr77
|
|
24264
23291
|
});
|
|
24265
|
-
function
|
|
23292
|
+
function toKnownErr77(e) {
|
|
24266
23293
|
if (e instanceof XRPCError) {
|
|
24267
23294
|
}
|
|
24268
23295
|
return e;
|
|
@@ -24271,9 +23298,9 @@ function toKnownErr76(e) {
|
|
|
24271
23298
|
// src/client/types/app/bsky/graph/getBlocks.ts
|
|
24272
23299
|
var getBlocks_exports2 = {};
|
|
24273
23300
|
__export(getBlocks_exports2, {
|
|
24274
|
-
toKnownErr: () =>
|
|
23301
|
+
toKnownErr: () => toKnownErr78
|
|
24275
23302
|
});
|
|
24276
|
-
function
|
|
23303
|
+
function toKnownErr78(e) {
|
|
24277
23304
|
if (e instanceof XRPCError) {
|
|
24278
23305
|
}
|
|
24279
23306
|
return e;
|
|
@@ -24282,9 +23309,9 @@ function toKnownErr77(e) {
|
|
|
24282
23309
|
// src/client/types/app/bsky/graph/getFollowers.ts
|
|
24283
23310
|
var getFollowers_exports = {};
|
|
24284
23311
|
__export(getFollowers_exports, {
|
|
24285
|
-
toKnownErr: () =>
|
|
23312
|
+
toKnownErr: () => toKnownErr79
|
|
24286
23313
|
});
|
|
24287
|
-
function
|
|
23314
|
+
function toKnownErr79(e) {
|
|
24288
23315
|
if (e instanceof XRPCError) {
|
|
24289
23316
|
}
|
|
24290
23317
|
return e;
|
|
@@ -24293,9 +23320,9 @@ function toKnownErr78(e) {
|
|
|
24293
23320
|
// src/client/types/app/bsky/graph/getFollows.ts
|
|
24294
23321
|
var getFollows_exports = {};
|
|
24295
23322
|
__export(getFollows_exports, {
|
|
24296
|
-
toKnownErr: () =>
|
|
23323
|
+
toKnownErr: () => toKnownErr80
|
|
24297
23324
|
});
|
|
24298
|
-
function
|
|
23325
|
+
function toKnownErr80(e) {
|
|
24299
23326
|
if (e instanceof XRPCError) {
|
|
24300
23327
|
}
|
|
24301
23328
|
return e;
|
|
@@ -24304,9 +23331,9 @@ function toKnownErr79(e) {
|
|
|
24304
23331
|
// src/client/types/app/bsky/graph/getList.ts
|
|
24305
23332
|
var getList_exports = {};
|
|
24306
23333
|
__export(getList_exports, {
|
|
24307
|
-
toKnownErr: () =>
|
|
23334
|
+
toKnownErr: () => toKnownErr81
|
|
24308
23335
|
});
|
|
24309
|
-
function
|
|
23336
|
+
function toKnownErr81(e) {
|
|
24310
23337
|
if (e instanceof XRPCError) {
|
|
24311
23338
|
}
|
|
24312
23339
|
return e;
|
|
@@ -24315,9 +23342,9 @@ function toKnownErr80(e) {
|
|
|
24315
23342
|
// src/client/types/app/bsky/graph/getListMutes.ts
|
|
24316
23343
|
var getListMutes_exports = {};
|
|
24317
23344
|
__export(getListMutes_exports, {
|
|
24318
|
-
toKnownErr: () =>
|
|
23345
|
+
toKnownErr: () => toKnownErr82
|
|
24319
23346
|
});
|
|
24320
|
-
function
|
|
23347
|
+
function toKnownErr82(e) {
|
|
24321
23348
|
if (e instanceof XRPCError) {
|
|
24322
23349
|
}
|
|
24323
23350
|
return e;
|
|
@@ -24326,9 +23353,9 @@ function toKnownErr81(e) {
|
|
|
24326
23353
|
// src/client/types/app/bsky/graph/getLists.ts
|
|
24327
23354
|
var getLists_exports = {};
|
|
24328
23355
|
__export(getLists_exports, {
|
|
24329
|
-
toKnownErr: () =>
|
|
23356
|
+
toKnownErr: () => toKnownErr83
|
|
24330
23357
|
});
|
|
24331
|
-
function
|
|
23358
|
+
function toKnownErr83(e) {
|
|
24332
23359
|
if (e instanceof XRPCError) {
|
|
24333
23360
|
}
|
|
24334
23361
|
return e;
|
|
@@ -24337,9 +23364,9 @@ function toKnownErr82(e) {
|
|
|
24337
23364
|
// src/client/types/app/bsky/graph/getMutes.ts
|
|
24338
23365
|
var getMutes_exports = {};
|
|
24339
23366
|
__export(getMutes_exports, {
|
|
24340
|
-
toKnownErr: () =>
|
|
23367
|
+
toKnownErr: () => toKnownErr84
|
|
24341
23368
|
});
|
|
24342
|
-
function
|
|
23369
|
+
function toKnownErr84(e) {
|
|
24343
23370
|
if (e instanceof XRPCError) {
|
|
24344
23371
|
}
|
|
24345
23372
|
return e;
|
|
@@ -24348,9 +23375,9 @@ function toKnownErr83(e) {
|
|
|
24348
23375
|
// src/client/types/app/bsky/graph/muteActor.ts
|
|
24349
23376
|
var muteActor_exports = {};
|
|
24350
23377
|
__export(muteActor_exports, {
|
|
24351
|
-
toKnownErr: () =>
|
|
23378
|
+
toKnownErr: () => toKnownErr85
|
|
24352
23379
|
});
|
|
24353
|
-
function
|
|
23380
|
+
function toKnownErr85(e) {
|
|
24354
23381
|
if (e instanceof XRPCError) {
|
|
24355
23382
|
}
|
|
24356
23383
|
return e;
|
|
@@ -24359,9 +23386,9 @@ function toKnownErr84(e) {
|
|
|
24359
23386
|
// src/client/types/app/bsky/graph/muteActorList.ts
|
|
24360
23387
|
var muteActorList_exports = {};
|
|
24361
23388
|
__export(muteActorList_exports, {
|
|
24362
|
-
toKnownErr: () =>
|
|
23389
|
+
toKnownErr: () => toKnownErr86
|
|
24363
23390
|
});
|
|
24364
|
-
function
|
|
23391
|
+
function toKnownErr86(e) {
|
|
24365
23392
|
if (e instanceof XRPCError) {
|
|
24366
23393
|
}
|
|
24367
23394
|
return e;
|
|
@@ -24370,9 +23397,9 @@ function toKnownErr85(e) {
|
|
|
24370
23397
|
// src/client/types/app/bsky/graph/unmuteActor.ts
|
|
24371
23398
|
var unmuteActor_exports = {};
|
|
24372
23399
|
__export(unmuteActor_exports, {
|
|
24373
|
-
toKnownErr: () =>
|
|
23400
|
+
toKnownErr: () => toKnownErr87
|
|
24374
23401
|
});
|
|
24375
|
-
function
|
|
23402
|
+
function toKnownErr87(e) {
|
|
24376
23403
|
if (e instanceof XRPCError) {
|
|
24377
23404
|
}
|
|
24378
23405
|
return e;
|
|
@@ -24381,9 +23408,9 @@ function toKnownErr86(e) {
|
|
|
24381
23408
|
// src/client/types/app/bsky/graph/unmuteActorList.ts
|
|
24382
23409
|
var unmuteActorList_exports = {};
|
|
24383
23410
|
__export(unmuteActorList_exports, {
|
|
24384
|
-
toKnownErr: () =>
|
|
23411
|
+
toKnownErr: () => toKnownErr88
|
|
24385
23412
|
});
|
|
24386
|
-
function
|
|
23413
|
+
function toKnownErr88(e) {
|
|
24387
23414
|
if (e instanceof XRPCError) {
|
|
24388
23415
|
}
|
|
24389
23416
|
return e;
|
|
@@ -24392,9 +23419,9 @@ function toKnownErr87(e) {
|
|
|
24392
23419
|
// src/client/types/app/bsky/notification/getUnreadCount.ts
|
|
24393
23420
|
var getUnreadCount_exports = {};
|
|
24394
23421
|
__export(getUnreadCount_exports, {
|
|
24395
|
-
toKnownErr: () =>
|
|
23422
|
+
toKnownErr: () => toKnownErr89
|
|
24396
23423
|
});
|
|
24397
|
-
function
|
|
23424
|
+
function toKnownErr89(e) {
|
|
24398
23425
|
if (e instanceof XRPCError) {
|
|
24399
23426
|
}
|
|
24400
23427
|
return e;
|
|
@@ -24404,10 +23431,10 @@ function toKnownErr88(e) {
|
|
|
24404
23431
|
var listNotifications_exports = {};
|
|
24405
23432
|
__export(listNotifications_exports, {
|
|
24406
23433
|
isNotification: () => isNotification,
|
|
24407
|
-
toKnownErr: () =>
|
|
23434
|
+
toKnownErr: () => toKnownErr90,
|
|
24408
23435
|
validateNotification: () => validateNotification
|
|
24409
23436
|
});
|
|
24410
|
-
function
|
|
23437
|
+
function toKnownErr90(e) {
|
|
24411
23438
|
if (e instanceof XRPCError) {
|
|
24412
23439
|
}
|
|
24413
23440
|
return e;
|
|
@@ -24425,9 +23452,9 @@ function validateNotification(v) {
|
|
|
24425
23452
|
// src/client/types/app/bsky/notification/updateSeen.ts
|
|
24426
23453
|
var updateSeen_exports = {};
|
|
24427
23454
|
__export(updateSeen_exports, {
|
|
24428
|
-
toKnownErr: () =>
|
|
23455
|
+
toKnownErr: () => toKnownErr91
|
|
24429
23456
|
});
|
|
24430
|
-
function
|
|
23457
|
+
function toKnownErr91(e) {
|
|
24431
23458
|
if (e instanceof XRPCError) {
|
|
24432
23459
|
}
|
|
24433
23460
|
return e;
|
|
@@ -24436,9 +23463,9 @@ function toKnownErr90(e) {
|
|
|
24436
23463
|
// src/client/types/app/bsky/unspecced/getPopular.ts
|
|
24437
23464
|
var getPopular_exports = {};
|
|
24438
23465
|
__export(getPopular_exports, {
|
|
24439
|
-
toKnownErr: () =>
|
|
23466
|
+
toKnownErr: () => toKnownErr92
|
|
24440
23467
|
});
|
|
24441
|
-
function
|
|
23468
|
+
function toKnownErr92(e) {
|
|
24442
23469
|
if (e instanceof XRPCError) {
|
|
24443
23470
|
}
|
|
24444
23471
|
return e;
|
|
@@ -24447,9 +23474,9 @@ function toKnownErr91(e) {
|
|
|
24447
23474
|
// src/client/types/app/bsky/unspecced/getPopularFeedGenerators.ts
|
|
24448
23475
|
var getPopularFeedGenerators_exports = {};
|
|
24449
23476
|
__export(getPopularFeedGenerators_exports, {
|
|
24450
|
-
toKnownErr: () =>
|
|
23477
|
+
toKnownErr: () => toKnownErr93
|
|
24451
23478
|
});
|
|
24452
|
-
function
|
|
23479
|
+
function toKnownErr93(e) {
|
|
24453
23480
|
if (e instanceof XRPCError) {
|
|
24454
23481
|
}
|
|
24455
23482
|
return e;
|
|
@@ -24459,14 +23486,14 @@ function toKnownErr92(e) {
|
|
|
24459
23486
|
var getTimelineSkeleton_exports = {};
|
|
24460
23487
|
__export(getTimelineSkeleton_exports, {
|
|
24461
23488
|
UnknownFeedError: () => UnknownFeedError3,
|
|
24462
|
-
toKnownErr: () =>
|
|
23489
|
+
toKnownErr: () => toKnownErr94
|
|
24463
23490
|
});
|
|
24464
23491
|
var UnknownFeedError3 = class extends XRPCError {
|
|
24465
23492
|
constructor(src2) {
|
|
24466
23493
|
super(src2.status, src2.error, src2.message);
|
|
24467
23494
|
}
|
|
24468
23495
|
};
|
|
24469
|
-
function
|
|
23496
|
+
function toKnownErr94(e) {
|
|
24470
23497
|
if (e instanceof XRPCError) {
|
|
24471
23498
|
if (e.error === "UnknownFeed")
|
|
24472
23499
|
return new UnknownFeedError3(e);
|
|
@@ -25418,19 +24445,24 @@ var AdminNS = class {
|
|
|
25418
24445
|
throw toKnownErr14(e);
|
|
25419
24446
|
});
|
|
25420
24447
|
}
|
|
24448
|
+
sendEmail(data, opts) {
|
|
24449
|
+
return this._service.xrpc.call("com.atproto.admin.sendEmail", opts?.qp, data, opts).catch((e) => {
|
|
24450
|
+
throw toKnownErr15(e);
|
|
24451
|
+
});
|
|
24452
|
+
}
|
|
25421
24453
|
takeModerationAction(data, opts) {
|
|
25422
24454
|
return this._service.xrpc.call("com.atproto.admin.takeModerationAction", opts?.qp, data, opts).catch((e) => {
|
|
25423
|
-
throw
|
|
24455
|
+
throw toKnownErr16(e);
|
|
25424
24456
|
});
|
|
25425
24457
|
}
|
|
25426
24458
|
updateAccountEmail(data, opts) {
|
|
25427
24459
|
return this._service.xrpc.call("com.atproto.admin.updateAccountEmail", opts?.qp, data, opts).catch((e) => {
|
|
25428
|
-
throw
|
|
24460
|
+
throw toKnownErr17(e);
|
|
25429
24461
|
});
|
|
25430
24462
|
}
|
|
25431
24463
|
updateAccountHandle(data, opts) {
|
|
25432
24464
|
return this._service.xrpc.call("com.atproto.admin.updateAccountHandle", opts?.qp, data, opts).catch((e) => {
|
|
25433
|
-
throw
|
|
24465
|
+
throw toKnownErr18(e);
|
|
25434
24466
|
});
|
|
25435
24467
|
}
|
|
25436
24468
|
};
|
|
@@ -25440,12 +24472,12 @@ var IdentityNS = class {
|
|
|
25440
24472
|
}
|
|
25441
24473
|
resolveHandle(params2, opts) {
|
|
25442
24474
|
return this._service.xrpc.call("com.atproto.identity.resolveHandle", params2, void 0, opts).catch((e) => {
|
|
25443
|
-
throw
|
|
24475
|
+
throw toKnownErr19(e);
|
|
25444
24476
|
});
|
|
25445
24477
|
}
|
|
25446
24478
|
updateHandle(data, opts) {
|
|
25447
24479
|
return this._service.xrpc.call("com.atproto.identity.updateHandle", opts?.qp, data, opts).catch((e) => {
|
|
25448
|
-
throw
|
|
24480
|
+
throw toKnownErr20(e);
|
|
25449
24481
|
});
|
|
25450
24482
|
}
|
|
25451
24483
|
};
|
|
@@ -25455,7 +24487,7 @@ var LabelNS = class {
|
|
|
25455
24487
|
}
|
|
25456
24488
|
queryLabels(params2, opts) {
|
|
25457
24489
|
return this._service.xrpc.call("com.atproto.label.queryLabels", params2, void 0, opts).catch((e) => {
|
|
25458
|
-
throw
|
|
24490
|
+
throw toKnownErr21(e);
|
|
25459
24491
|
});
|
|
25460
24492
|
}
|
|
25461
24493
|
};
|
|
@@ -25465,7 +24497,7 @@ var ModerationNS = class {
|
|
|
25465
24497
|
}
|
|
25466
24498
|
createReport(data, opts) {
|
|
25467
24499
|
return this._service.xrpc.call("com.atproto.moderation.createReport", opts?.qp, data, opts).catch((e) => {
|
|
25468
|
-
throw
|
|
24500
|
+
throw toKnownErr22(e);
|
|
25469
24501
|
});
|
|
25470
24502
|
}
|
|
25471
24503
|
};
|
|
@@ -25475,47 +24507,47 @@ var RepoNS = class {
|
|
|
25475
24507
|
}
|
|
25476
24508
|
applyWrites(data, opts) {
|
|
25477
24509
|
return this._service.xrpc.call("com.atproto.repo.applyWrites", opts?.qp, data, opts).catch((e) => {
|
|
25478
|
-
throw
|
|
24510
|
+
throw toKnownErr23(e);
|
|
25479
24511
|
});
|
|
25480
24512
|
}
|
|
25481
24513
|
createRecord(data, opts) {
|
|
25482
24514
|
return this._service.xrpc.call("com.atproto.repo.createRecord", opts?.qp, data, opts).catch((e) => {
|
|
25483
|
-
throw
|
|
24515
|
+
throw toKnownErr24(e);
|
|
25484
24516
|
});
|
|
25485
24517
|
}
|
|
25486
24518
|
deleteRecord(data, opts) {
|
|
25487
24519
|
return this._service.xrpc.call("com.atproto.repo.deleteRecord", opts?.qp, data, opts).catch((e) => {
|
|
25488
|
-
throw
|
|
24520
|
+
throw toKnownErr25(e);
|
|
25489
24521
|
});
|
|
25490
24522
|
}
|
|
25491
24523
|
describeRepo(params2, opts) {
|
|
25492
24524
|
return this._service.xrpc.call("com.atproto.repo.describeRepo", params2, void 0, opts).catch((e) => {
|
|
25493
|
-
throw
|
|
24525
|
+
throw toKnownErr26(e);
|
|
25494
24526
|
});
|
|
25495
24527
|
}
|
|
25496
24528
|
getRecord(params2, opts) {
|
|
25497
24529
|
return this._service.xrpc.call("com.atproto.repo.getRecord", params2, void 0, opts).catch((e) => {
|
|
25498
|
-
throw
|
|
24530
|
+
throw toKnownErr27(e);
|
|
25499
24531
|
});
|
|
25500
24532
|
}
|
|
25501
24533
|
listRecords(params2, opts) {
|
|
25502
24534
|
return this._service.xrpc.call("com.atproto.repo.listRecords", params2, void 0, opts).catch((e) => {
|
|
25503
|
-
throw
|
|
24535
|
+
throw toKnownErr28(e);
|
|
25504
24536
|
});
|
|
25505
24537
|
}
|
|
25506
24538
|
putRecord(data, opts) {
|
|
25507
24539
|
return this._service.xrpc.call("com.atproto.repo.putRecord", opts?.qp, data, opts).catch((e) => {
|
|
25508
|
-
throw
|
|
24540
|
+
throw toKnownErr29(e);
|
|
25509
24541
|
});
|
|
25510
24542
|
}
|
|
25511
24543
|
rebaseRepo(data, opts) {
|
|
25512
24544
|
return this._service.xrpc.call("com.atproto.repo.rebaseRepo", opts?.qp, data, opts).catch((e) => {
|
|
25513
|
-
throw
|
|
24545
|
+
throw toKnownErr30(e);
|
|
25514
24546
|
});
|
|
25515
24547
|
}
|
|
25516
24548
|
uploadBlob(data, opts) {
|
|
25517
24549
|
return this._service.xrpc.call("com.atproto.repo.uploadBlob", opts?.qp, data, opts).catch((e) => {
|
|
25518
|
-
throw
|
|
24550
|
+
throw toKnownErr31(e);
|
|
25519
24551
|
});
|
|
25520
24552
|
}
|
|
25521
24553
|
};
|
|
@@ -25525,82 +24557,82 @@ var ServerNS = class {
|
|
|
25525
24557
|
}
|
|
25526
24558
|
createAccount(data, opts) {
|
|
25527
24559
|
return this._service.xrpc.call("com.atproto.server.createAccount", opts?.qp, data, opts).catch((e) => {
|
|
25528
|
-
throw
|
|
24560
|
+
throw toKnownErr32(e);
|
|
25529
24561
|
});
|
|
25530
24562
|
}
|
|
25531
24563
|
createAppPassword(data, opts) {
|
|
25532
24564
|
return this._service.xrpc.call("com.atproto.server.createAppPassword", opts?.qp, data, opts).catch((e) => {
|
|
25533
|
-
throw
|
|
24565
|
+
throw toKnownErr33(e);
|
|
25534
24566
|
});
|
|
25535
24567
|
}
|
|
25536
24568
|
createInviteCode(data, opts) {
|
|
25537
24569
|
return this._service.xrpc.call("com.atproto.server.createInviteCode", opts?.qp, data, opts).catch((e) => {
|
|
25538
|
-
throw
|
|
24570
|
+
throw toKnownErr34(e);
|
|
25539
24571
|
});
|
|
25540
24572
|
}
|
|
25541
24573
|
createInviteCodes(data, opts) {
|
|
25542
24574
|
return this._service.xrpc.call("com.atproto.server.createInviteCodes", opts?.qp, data, opts).catch((e) => {
|
|
25543
|
-
throw
|
|
24575
|
+
throw toKnownErr35(e);
|
|
25544
24576
|
});
|
|
25545
24577
|
}
|
|
25546
24578
|
createSession(data, opts) {
|
|
25547
24579
|
return this._service.xrpc.call("com.atproto.server.createSession", opts?.qp, data, opts).catch((e) => {
|
|
25548
|
-
throw
|
|
24580
|
+
throw toKnownErr36(e);
|
|
25549
24581
|
});
|
|
25550
24582
|
}
|
|
25551
24583
|
deleteAccount(data, opts) {
|
|
25552
24584
|
return this._service.xrpc.call("com.atproto.server.deleteAccount", opts?.qp, data, opts).catch((e) => {
|
|
25553
|
-
throw
|
|
24585
|
+
throw toKnownErr37(e);
|
|
25554
24586
|
});
|
|
25555
24587
|
}
|
|
25556
24588
|
deleteSession(data, opts) {
|
|
25557
24589
|
return this._service.xrpc.call("com.atproto.server.deleteSession", opts?.qp, data, opts).catch((e) => {
|
|
25558
|
-
throw
|
|
24590
|
+
throw toKnownErr38(e);
|
|
25559
24591
|
});
|
|
25560
24592
|
}
|
|
25561
24593
|
describeServer(params2, opts) {
|
|
25562
24594
|
return this._service.xrpc.call("com.atproto.server.describeServer", params2, void 0, opts).catch((e) => {
|
|
25563
|
-
throw
|
|
24595
|
+
throw toKnownErr39(e);
|
|
25564
24596
|
});
|
|
25565
24597
|
}
|
|
25566
24598
|
getAccountInviteCodes(params2, opts) {
|
|
25567
24599
|
return this._service.xrpc.call("com.atproto.server.getAccountInviteCodes", params2, void 0, opts).catch((e) => {
|
|
25568
|
-
throw
|
|
24600
|
+
throw toKnownErr40(e);
|
|
25569
24601
|
});
|
|
25570
24602
|
}
|
|
25571
24603
|
getSession(params2, opts) {
|
|
25572
24604
|
return this._service.xrpc.call("com.atproto.server.getSession", params2, void 0, opts).catch((e) => {
|
|
25573
|
-
throw
|
|
24605
|
+
throw toKnownErr41(e);
|
|
25574
24606
|
});
|
|
25575
24607
|
}
|
|
25576
24608
|
listAppPasswords(params2, opts) {
|
|
25577
24609
|
return this._service.xrpc.call("com.atproto.server.listAppPasswords", params2, void 0, opts).catch((e) => {
|
|
25578
|
-
throw
|
|
24610
|
+
throw toKnownErr42(e);
|
|
25579
24611
|
});
|
|
25580
24612
|
}
|
|
25581
24613
|
refreshSession(data, opts) {
|
|
25582
24614
|
return this._service.xrpc.call("com.atproto.server.refreshSession", opts?.qp, data, opts).catch((e) => {
|
|
25583
|
-
throw
|
|
24615
|
+
throw toKnownErr43(e);
|
|
25584
24616
|
});
|
|
25585
24617
|
}
|
|
25586
24618
|
requestAccountDelete(data, opts) {
|
|
25587
24619
|
return this._service.xrpc.call("com.atproto.server.requestAccountDelete", opts?.qp, data, opts).catch((e) => {
|
|
25588
|
-
throw
|
|
24620
|
+
throw toKnownErr44(e);
|
|
25589
24621
|
});
|
|
25590
24622
|
}
|
|
25591
24623
|
requestPasswordReset(data, opts) {
|
|
25592
24624
|
return this._service.xrpc.call("com.atproto.server.requestPasswordReset", opts?.qp, data, opts).catch((e) => {
|
|
25593
|
-
throw
|
|
24625
|
+
throw toKnownErr45(e);
|
|
25594
24626
|
});
|
|
25595
24627
|
}
|
|
25596
24628
|
resetPassword(data, opts) {
|
|
25597
24629
|
return this._service.xrpc.call("com.atproto.server.resetPassword", opts?.qp, data, opts).catch((e) => {
|
|
25598
|
-
throw
|
|
24630
|
+
throw toKnownErr46(e);
|
|
25599
24631
|
});
|
|
25600
24632
|
}
|
|
25601
24633
|
revokeAppPassword(data, opts) {
|
|
25602
24634
|
return this._service.xrpc.call("com.atproto.server.revokeAppPassword", opts?.qp, data, opts).catch((e) => {
|
|
25603
|
-
throw
|
|
24635
|
+
throw toKnownErr47(e);
|
|
25604
24636
|
});
|
|
25605
24637
|
}
|
|
25606
24638
|
};
|
|
@@ -25610,57 +24642,57 @@ var SyncNS = class {
|
|
|
25610
24642
|
}
|
|
25611
24643
|
getBlob(params2, opts) {
|
|
25612
24644
|
return this._service.xrpc.call("com.atproto.sync.getBlob", params2, void 0, opts).catch((e) => {
|
|
25613
|
-
throw
|
|
24645
|
+
throw toKnownErr48(e);
|
|
25614
24646
|
});
|
|
25615
24647
|
}
|
|
25616
24648
|
getBlocks(params2, opts) {
|
|
25617
24649
|
return this._service.xrpc.call("com.atproto.sync.getBlocks", params2, void 0, opts).catch((e) => {
|
|
25618
|
-
throw
|
|
24650
|
+
throw toKnownErr49(e);
|
|
25619
24651
|
});
|
|
25620
24652
|
}
|
|
25621
24653
|
getCheckout(params2, opts) {
|
|
25622
24654
|
return this._service.xrpc.call("com.atproto.sync.getCheckout", params2, void 0, opts).catch((e) => {
|
|
25623
|
-
throw
|
|
24655
|
+
throw toKnownErr50(e);
|
|
25624
24656
|
});
|
|
25625
24657
|
}
|
|
25626
24658
|
getCommitPath(params2, opts) {
|
|
25627
24659
|
return this._service.xrpc.call("com.atproto.sync.getCommitPath", params2, void 0, opts).catch((e) => {
|
|
25628
|
-
throw
|
|
24660
|
+
throw toKnownErr51(e);
|
|
25629
24661
|
});
|
|
25630
24662
|
}
|
|
25631
24663
|
getHead(params2, opts) {
|
|
25632
24664
|
return this._service.xrpc.call("com.atproto.sync.getHead", params2, void 0, opts).catch((e) => {
|
|
25633
|
-
throw
|
|
24665
|
+
throw toKnownErr52(e);
|
|
25634
24666
|
});
|
|
25635
24667
|
}
|
|
25636
24668
|
getRecord(params2, opts) {
|
|
25637
24669
|
return this._service.xrpc.call("com.atproto.sync.getRecord", params2, void 0, opts).catch((e) => {
|
|
25638
|
-
throw
|
|
24670
|
+
throw toKnownErr53(e);
|
|
25639
24671
|
});
|
|
25640
24672
|
}
|
|
25641
24673
|
getRepo(params2, opts) {
|
|
25642
24674
|
return this._service.xrpc.call("com.atproto.sync.getRepo", params2, void 0, opts).catch((e) => {
|
|
25643
|
-
throw
|
|
24675
|
+
throw toKnownErr54(e);
|
|
25644
24676
|
});
|
|
25645
24677
|
}
|
|
25646
24678
|
listBlobs(params2, opts) {
|
|
25647
24679
|
return this._service.xrpc.call("com.atproto.sync.listBlobs", params2, void 0, opts).catch((e) => {
|
|
25648
|
-
throw
|
|
24680
|
+
throw toKnownErr55(e);
|
|
25649
24681
|
});
|
|
25650
24682
|
}
|
|
25651
24683
|
listRepos(params2, opts) {
|
|
25652
24684
|
return this._service.xrpc.call("com.atproto.sync.listRepos", params2, void 0, opts).catch((e) => {
|
|
25653
|
-
throw
|
|
24685
|
+
throw toKnownErr56(e);
|
|
25654
24686
|
});
|
|
25655
24687
|
}
|
|
25656
24688
|
notifyOfUpdate(data, opts) {
|
|
25657
24689
|
return this._service.xrpc.call("com.atproto.sync.notifyOfUpdate", opts?.qp, data, opts).catch((e) => {
|
|
25658
|
-
throw
|
|
24690
|
+
throw toKnownErr57(e);
|
|
25659
24691
|
});
|
|
25660
24692
|
}
|
|
25661
24693
|
requestCrawl(data, opts) {
|
|
25662
24694
|
return this._service.xrpc.call("com.atproto.sync.requestCrawl", opts?.qp, data, opts).catch((e) => {
|
|
25663
|
-
throw
|
|
24695
|
+
throw toKnownErr58(e);
|
|
25664
24696
|
});
|
|
25665
24697
|
}
|
|
25666
24698
|
};
|
|
@@ -25689,37 +24721,37 @@ var ActorNS = class {
|
|
|
25689
24721
|
}
|
|
25690
24722
|
getPreferences(params2, opts) {
|
|
25691
24723
|
return this._service.xrpc.call("app.bsky.actor.getPreferences", params2, void 0, opts).catch((e) => {
|
|
25692
|
-
throw
|
|
24724
|
+
throw toKnownErr59(e);
|
|
25693
24725
|
});
|
|
25694
24726
|
}
|
|
25695
24727
|
getProfile(params2, opts) {
|
|
25696
24728
|
return this._service.xrpc.call("app.bsky.actor.getProfile", params2, void 0, opts).catch((e) => {
|
|
25697
|
-
throw
|
|
24729
|
+
throw toKnownErr60(e);
|
|
25698
24730
|
});
|
|
25699
24731
|
}
|
|
25700
24732
|
getProfiles(params2, opts) {
|
|
25701
24733
|
return this._service.xrpc.call("app.bsky.actor.getProfiles", params2, void 0, opts).catch((e) => {
|
|
25702
|
-
throw
|
|
24734
|
+
throw toKnownErr61(e);
|
|
25703
24735
|
});
|
|
25704
24736
|
}
|
|
25705
24737
|
getSuggestions(params2, opts) {
|
|
25706
24738
|
return this._service.xrpc.call("app.bsky.actor.getSuggestions", params2, void 0, opts).catch((e) => {
|
|
25707
|
-
throw
|
|
24739
|
+
throw toKnownErr62(e);
|
|
25708
24740
|
});
|
|
25709
24741
|
}
|
|
25710
24742
|
putPreferences(data, opts) {
|
|
25711
24743
|
return this._service.xrpc.call("app.bsky.actor.putPreferences", opts?.qp, data, opts).catch((e) => {
|
|
25712
|
-
throw
|
|
24744
|
+
throw toKnownErr63(e);
|
|
25713
24745
|
});
|
|
25714
24746
|
}
|
|
25715
24747
|
searchActors(params2, opts) {
|
|
25716
24748
|
return this._service.xrpc.call("app.bsky.actor.searchActors", params2, void 0, opts).catch((e) => {
|
|
25717
|
-
throw
|
|
24749
|
+
throw toKnownErr64(e);
|
|
25718
24750
|
});
|
|
25719
24751
|
}
|
|
25720
24752
|
searchActorsTypeahead(params2, opts) {
|
|
25721
24753
|
return this._service.xrpc.call("app.bsky.actor.searchActorsTypeahead", params2, void 0, opts).catch((e) => {
|
|
25722
|
-
throw
|
|
24754
|
+
throw toKnownErr65(e);
|
|
25723
24755
|
});
|
|
25724
24756
|
}
|
|
25725
24757
|
};
|
|
@@ -25775,62 +24807,62 @@ var FeedNS = class {
|
|
|
25775
24807
|
}
|
|
25776
24808
|
describeFeedGenerator(params2, opts) {
|
|
25777
24809
|
return this._service.xrpc.call("app.bsky.feed.describeFeedGenerator", params2, void 0, opts).catch((e) => {
|
|
25778
|
-
throw
|
|
24810
|
+
throw toKnownErr66(e);
|
|
25779
24811
|
});
|
|
25780
24812
|
}
|
|
25781
24813
|
getActorFeeds(params2, opts) {
|
|
25782
24814
|
return this._service.xrpc.call("app.bsky.feed.getActorFeeds", params2, void 0, opts).catch((e) => {
|
|
25783
|
-
throw
|
|
24815
|
+
throw toKnownErr67(e);
|
|
25784
24816
|
});
|
|
25785
24817
|
}
|
|
25786
24818
|
getAuthorFeed(params2, opts) {
|
|
25787
24819
|
return this._service.xrpc.call("app.bsky.feed.getAuthorFeed", params2, void 0, opts).catch((e) => {
|
|
25788
|
-
throw
|
|
24820
|
+
throw toKnownErr68(e);
|
|
25789
24821
|
});
|
|
25790
24822
|
}
|
|
25791
24823
|
getFeed(params2, opts) {
|
|
25792
24824
|
return this._service.xrpc.call("app.bsky.feed.getFeed", params2, void 0, opts).catch((e) => {
|
|
25793
|
-
throw
|
|
24825
|
+
throw toKnownErr69(e);
|
|
25794
24826
|
});
|
|
25795
24827
|
}
|
|
25796
24828
|
getFeedGenerator(params2, opts) {
|
|
25797
24829
|
return this._service.xrpc.call("app.bsky.feed.getFeedGenerator", params2, void 0, opts).catch((e) => {
|
|
25798
|
-
throw
|
|
24830
|
+
throw toKnownErr70(e);
|
|
25799
24831
|
});
|
|
25800
24832
|
}
|
|
25801
24833
|
getFeedGenerators(params2, opts) {
|
|
25802
24834
|
return this._service.xrpc.call("app.bsky.feed.getFeedGenerators", params2, void 0, opts).catch((e) => {
|
|
25803
|
-
throw
|
|
24835
|
+
throw toKnownErr71(e);
|
|
25804
24836
|
});
|
|
25805
24837
|
}
|
|
25806
24838
|
getFeedSkeleton(params2, opts) {
|
|
25807
24839
|
return this._service.xrpc.call("app.bsky.feed.getFeedSkeleton", params2, void 0, opts).catch((e) => {
|
|
25808
|
-
throw
|
|
24840
|
+
throw toKnownErr72(e);
|
|
25809
24841
|
});
|
|
25810
24842
|
}
|
|
25811
24843
|
getLikes(params2, opts) {
|
|
25812
24844
|
return this._service.xrpc.call("app.bsky.feed.getLikes", params2, void 0, opts).catch((e) => {
|
|
25813
|
-
throw
|
|
24845
|
+
throw toKnownErr73(e);
|
|
25814
24846
|
});
|
|
25815
24847
|
}
|
|
25816
24848
|
getPostThread(params2, opts) {
|
|
25817
24849
|
return this._service.xrpc.call("app.bsky.feed.getPostThread", params2, void 0, opts).catch((e) => {
|
|
25818
|
-
throw
|
|
24850
|
+
throw toKnownErr74(e);
|
|
25819
24851
|
});
|
|
25820
24852
|
}
|
|
25821
24853
|
getPosts(params2, opts) {
|
|
25822
24854
|
return this._service.xrpc.call("app.bsky.feed.getPosts", params2, void 0, opts).catch((e) => {
|
|
25823
|
-
throw
|
|
24855
|
+
throw toKnownErr75(e);
|
|
25824
24856
|
});
|
|
25825
24857
|
}
|
|
25826
24858
|
getRepostedBy(params2, opts) {
|
|
25827
24859
|
return this._service.xrpc.call("app.bsky.feed.getRepostedBy", params2, void 0, opts).catch((e) => {
|
|
25828
|
-
throw
|
|
24860
|
+
throw toKnownErr76(e);
|
|
25829
24861
|
});
|
|
25830
24862
|
}
|
|
25831
24863
|
getTimeline(params2, opts) {
|
|
25832
24864
|
return this._service.xrpc.call("app.bsky.feed.getTimeline", params2, void 0, opts).catch((e) => {
|
|
25833
|
-
throw
|
|
24865
|
+
throw toKnownErr77(e);
|
|
25834
24866
|
});
|
|
25835
24867
|
}
|
|
25836
24868
|
};
|
|
@@ -25992,57 +25024,57 @@ var GraphNS = class {
|
|
|
25992
25024
|
}
|
|
25993
25025
|
getBlocks(params2, opts) {
|
|
25994
25026
|
return this._service.xrpc.call("app.bsky.graph.getBlocks", params2, void 0, opts).catch((e) => {
|
|
25995
|
-
throw
|
|
25027
|
+
throw toKnownErr78(e);
|
|
25996
25028
|
});
|
|
25997
25029
|
}
|
|
25998
25030
|
getFollowers(params2, opts) {
|
|
25999
25031
|
return this._service.xrpc.call("app.bsky.graph.getFollowers", params2, void 0, opts).catch((e) => {
|
|
26000
|
-
throw
|
|
25032
|
+
throw toKnownErr79(e);
|
|
26001
25033
|
});
|
|
26002
25034
|
}
|
|
26003
25035
|
getFollows(params2, opts) {
|
|
26004
25036
|
return this._service.xrpc.call("app.bsky.graph.getFollows", params2, void 0, opts).catch((e) => {
|
|
26005
|
-
throw
|
|
25037
|
+
throw toKnownErr80(e);
|
|
26006
25038
|
});
|
|
26007
25039
|
}
|
|
26008
25040
|
getList(params2, opts) {
|
|
26009
25041
|
return this._service.xrpc.call("app.bsky.graph.getList", params2, void 0, opts).catch((e) => {
|
|
26010
|
-
throw
|
|
25042
|
+
throw toKnownErr81(e);
|
|
26011
25043
|
});
|
|
26012
25044
|
}
|
|
26013
25045
|
getListMutes(params2, opts) {
|
|
26014
25046
|
return this._service.xrpc.call("app.bsky.graph.getListMutes", params2, void 0, opts).catch((e) => {
|
|
26015
|
-
throw
|
|
25047
|
+
throw toKnownErr82(e);
|
|
26016
25048
|
});
|
|
26017
25049
|
}
|
|
26018
25050
|
getLists(params2, opts) {
|
|
26019
25051
|
return this._service.xrpc.call("app.bsky.graph.getLists", params2, void 0, opts).catch((e) => {
|
|
26020
|
-
throw
|
|
25052
|
+
throw toKnownErr83(e);
|
|
26021
25053
|
});
|
|
26022
25054
|
}
|
|
26023
25055
|
getMutes(params2, opts) {
|
|
26024
25056
|
return this._service.xrpc.call("app.bsky.graph.getMutes", params2, void 0, opts).catch((e) => {
|
|
26025
|
-
throw
|
|
25057
|
+
throw toKnownErr84(e);
|
|
26026
25058
|
});
|
|
26027
25059
|
}
|
|
26028
25060
|
muteActor(data, opts) {
|
|
26029
25061
|
return this._service.xrpc.call("app.bsky.graph.muteActor", opts?.qp, data, opts).catch((e) => {
|
|
26030
|
-
throw
|
|
25062
|
+
throw toKnownErr85(e);
|
|
26031
25063
|
});
|
|
26032
25064
|
}
|
|
26033
25065
|
muteActorList(data, opts) {
|
|
26034
25066
|
return this._service.xrpc.call("app.bsky.graph.muteActorList", opts?.qp, data, opts).catch((e) => {
|
|
26035
|
-
throw
|
|
25067
|
+
throw toKnownErr86(e);
|
|
26036
25068
|
});
|
|
26037
25069
|
}
|
|
26038
25070
|
unmuteActor(data, opts) {
|
|
26039
25071
|
return this._service.xrpc.call("app.bsky.graph.unmuteActor", opts?.qp, data, opts).catch((e) => {
|
|
26040
|
-
throw
|
|
25072
|
+
throw toKnownErr87(e);
|
|
26041
25073
|
});
|
|
26042
25074
|
}
|
|
26043
25075
|
unmuteActorList(data, opts) {
|
|
26044
25076
|
return this._service.xrpc.call("app.bsky.graph.unmuteActorList", opts?.qp, data, opts).catch((e) => {
|
|
26045
|
-
throw
|
|
25077
|
+
throw toKnownErr88(e);
|
|
26046
25078
|
});
|
|
26047
25079
|
}
|
|
26048
25080
|
};
|
|
@@ -26200,17 +25232,17 @@ var NotificationNS = class {
|
|
|
26200
25232
|
}
|
|
26201
25233
|
getUnreadCount(params2, opts) {
|
|
26202
25234
|
return this._service.xrpc.call("app.bsky.notification.getUnreadCount", params2, void 0, opts).catch((e) => {
|
|
26203
|
-
throw
|
|
25235
|
+
throw toKnownErr89(e);
|
|
26204
25236
|
});
|
|
26205
25237
|
}
|
|
26206
25238
|
listNotifications(params2, opts) {
|
|
26207
25239
|
return this._service.xrpc.call("app.bsky.notification.listNotifications", params2, void 0, opts).catch((e) => {
|
|
26208
|
-
throw
|
|
25240
|
+
throw toKnownErr90(e);
|
|
26209
25241
|
});
|
|
26210
25242
|
}
|
|
26211
25243
|
updateSeen(data, opts) {
|
|
26212
25244
|
return this._service.xrpc.call("app.bsky.notification.updateSeen", opts?.qp, data, opts).catch((e) => {
|
|
26213
|
-
throw
|
|
25245
|
+
throw toKnownErr91(e);
|
|
26214
25246
|
});
|
|
26215
25247
|
}
|
|
26216
25248
|
};
|
|
@@ -26225,7 +25257,7 @@ var UnspeccedNS = class {
|
|
|
26225
25257
|
}
|
|
26226
25258
|
getPopular(params2, opts) {
|
|
26227
25259
|
return this._service.xrpc.call("app.bsky.unspecced.getPopular", params2, void 0, opts).catch((e) => {
|
|
26228
|
-
throw
|
|
25260
|
+
throw toKnownErr92(e);
|
|
26229
25261
|
});
|
|
26230
25262
|
}
|
|
26231
25263
|
getPopularFeedGenerators(params2, opts) {
|
|
@@ -26235,12 +25267,12 @@ var UnspeccedNS = class {
|
|
|
26235
25267
|
void 0,
|
|
26236
25268
|
opts
|
|
26237
25269
|
).catch((e) => {
|
|
26238
|
-
throw
|
|
25270
|
+
throw toKnownErr93(e);
|
|
26239
25271
|
});
|
|
26240
25272
|
}
|
|
26241
25273
|
getTimelineSkeleton(params2, opts) {
|
|
26242
25274
|
return this._service.xrpc.call("app.bsky.unspecced.getTimelineSkeleton", params2, void 0, opts).catch((e) => {
|
|
26243
|
-
throw
|
|
25275
|
+
throw toKnownErr94(e);
|
|
26244
25276
|
});
|
|
26245
25277
|
}
|
|
26246
25278
|
};
|