@atproto/api 0.20.0 → 0.20.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/CHANGELOG.md +18 -0
- package/dist/client/index.d.ts +9 -0
- package/dist/client/index.d.ts.map +1 -1
- package/dist/client/index.js +12 -0
- package/dist/client/index.js.map +1 -1
- package/dist/client/lexicons.d.ts +488 -12
- package/dist/client/lexicons.d.ts.map +1 -1
- package/dist/client/lexicons.js +249 -6
- package/dist/client/lexicons.js.map +1 -1
- package/dist/client/types/app/bsky/embed/external.d.ts +45 -2
- package/dist/client/types/app/bsky/embed/external.d.ts.map +1 -1
- package/dist/client/types/app/bsky/embed/external.js +21 -0
- package/dist/client/types/app/bsky/embed/external.js.map +1 -1
- package/dist/client/types/app/bsky/embed/getEmbedExternalView.d.ts +32 -0
- package/dist/client/types/app/bsky/embed/getEmbedExternalView.d.ts.map +1 -0
- package/dist/client/types/app/bsky/embed/getEmbedExternalView.js +8 -0
- package/dist/client/types/app/bsky/embed/getEmbedExternalView.js.map +1 -0
- package/dist/client/types/chat/bsky/actor/getStatus.d.ts +23 -0
- package/dist/client/types/chat/bsky/actor/getStatus.d.ts.map +1 -0
- package/dist/client/types/chat/bsky/actor/getStatus.js +8 -0
- package/dist/client/types/chat/bsky/actor/getStatus.js.map +1 -0
- package/dist/client/types/chat/bsky/group/addMembers.d.ts +3 -3
- package/dist/client/types/chat/bsky/group/addMembers.d.ts.map +1 -1
- package/dist/client/types/chat/bsky/group/addMembers.js +7 -7
- package/dist/client/types/chat/bsky/group/addMembers.js.map +1 -1
- package/dist/client/types/chat/bsky/group/createGroup.d.ts +4 -1
- package/dist/client/types/chat/bsky/group/createGroup.d.ts.map +1 -1
- package/dist/client/types/chat/bsky/group/createGroup.js +10 -3
- package/dist/client/types/chat/bsky/group/createGroup.js.map +1 -1
- package/dist/client/types/chat/bsky/group/listMutualGroups.d.ts +26 -0
- package/dist/client/types/chat/bsky/group/listMutualGroups.d.ts.map +1 -0
- package/dist/client/types/chat/bsky/group/listMutualGroups.js +8 -0
- package/dist/client/types/chat/bsky/group/listMutualGroups.js.map +1 -0
- package/dist/client/types/chat/bsky/moderation/subscribeModEvents.d.ts +1 -1
- package/dist/client/types/chat/bsky/moderation/subscribeModEvents.d.ts.map +1 -1
- package/dist/client/types/chat/bsky/moderation/subscribeModEvents.js.map +1 -1
- package/package.json +6 -5
- package/tsconfig.build.tsbuildinfo +1 -1
- package/src/client/index.ts +0 -6408
- package/src/client/lexicons.ts +0 -25781
- package/src/client/types/app/bsky/actor/defs.ts +0 -716
- package/src/client/types/app/bsky/actor/getPreferences.ts +0 -39
- package/src/client/types/app/bsky/actor/getProfile.ts +0 -39
- package/src/client/types/app/bsky/actor/getProfiles.ts +0 -41
- package/src/client/types/app/bsky/actor/getSuggestions.ts +0 -47
- package/src/client/types/app/bsky/actor/profile.ts +0 -52
- package/src/client/types/app/bsky/actor/putPreferences.ts +0 -39
- package/src/client/types/app/bsky/actor/searchActors.ts +0 -47
- package/src/client/types/app/bsky/actor/searchActorsTypeahead.ts +0 -45
- package/src/client/types/app/bsky/actor/status.ts +0 -46
- package/src/client/types/app/bsky/ageassurance/begin.ts +0 -80
- package/src/client/types/app/bsky/ageassurance/defs.ts +0 -303
- package/src/client/types/app/bsky/ageassurance/getConfig.ts +0 -36
- package/src/client/types/app/bsky/ageassurance/getState.ts +0 -43
- package/src/client/types/app/bsky/bookmark/createBookmark.ts +0 -50
- package/src/client/types/app/bsky/bookmark/defs.ts +0 -54
- package/src/client/types/app/bsky/bookmark/deleteBookmark.ts +0 -49
- package/src/client/types/app/bsky/bookmark/getBookmarks.ts +0 -43
- package/src/client/types/app/bsky/contact/defs.ts +0 -71
- package/src/client/types/app/bsky/contact/dismissMatch.ts +0 -59
- package/src/client/types/app/bsky/contact/getMatches.ts +0 -74
- package/src/client/types/app/bsky/contact/getSyncStatus.ts +0 -56
- package/src/client/types/app/bsky/contact/importContacts.ts +0 -86
- package/src/client/types/app/bsky/contact/removeData.ts +0 -56
- package/src/client/types/app/bsky/contact/sendNotification.ts +0 -44
- package/src/client/types/app/bsky/contact/startPhoneVerification.ts +0 -73
- package/src/client/types/app/bsky/contact/verifyPhone.ts +0 -85
- package/src/client/types/app/bsky/draft/createDraft.ts +0 -55
- package/src/client/types/app/bsky/draft/defs.ts +0 -212
- package/src/client/types/app/bsky/draft/deleteDraft.ts +0 -38
- package/src/client/types/app/bsky/draft/getDrafts.ts +0 -43
- package/src/client/types/app/bsky/draft/updateDraft.ts +0 -39
- package/src/client/types/app/bsky/embed/defs.ts +0 -32
- package/src/client/types/app/bsky/embed/external.ts +0 -85
- package/src/client/types/app/bsky/embed/images.ts +0 -86
- package/src/client/types/app/bsky/embed/record.ts +0 -146
- package/src/client/types/app/bsky/embed/recordWithMedia.ts +0 -59
- package/src/client/types/app/bsky/embed/video.ts +0 -75
- package/src/client/types/app/bsky/feed/defs.ts +0 -428
- package/src/client/types/app/bsky/feed/describeFeedGenerator.ts +0 -71
- package/src/client/types/app/bsky/feed/generator.ts +0 -51
- package/src/client/types/app/bsky/feed/getActorFeeds.ts +0 -44
- package/src/client/types/app/bsky/feed/getActorLikes.ts +0 -61
- package/src/client/types/app/bsky/feed/getAuthorFeed.ts +0 -70
- package/src/client/types/app/bsky/feed/getFeed.ts +0 -54
- package/src/client/types/app/bsky/feed/getFeedGenerator.ts +0 -46
- package/src/client/types/app/bsky/feed/getFeedGenerators.ts +0 -41
- package/src/client/types/app/bsky/feed/getFeedSkeleton.ts +0 -57
- package/src/client/types/app/bsky/feed/getLikes.ts +0 -66
- package/src/client/types/app/bsky/feed/getListFeed.ts +0 -55
- package/src/client/types/app/bsky/feed/getPostThread.ts +0 -61
- package/src/client/types/app/bsky/feed/getPosts.ts +0 -42
- package/src/client/types/app/bsky/feed/getQuotes.ts +0 -49
- package/src/client/types/app/bsky/feed/getRepostedBy.ts +0 -49
- package/src/client/types/app/bsky/feed/getSuggestedFeeds.ts +0 -43
- package/src/client/types/app/bsky/feed/getTimeline.ts +0 -45
- package/src/client/types/app/bsky/feed/like.ts +0 -40
- package/src/client/types/app/bsky/feed/post.ts +0 -117
- package/src/client/types/app/bsky/feed/postgate.ts +0 -58
- package/src/client/types/app/bsky/feed/repost.ts +0 -40
- package/src/client/types/app/bsky/feed/searchPosts.ts +0 -76
- package/src/client/types/app/bsky/feed/sendInteractions.ts +0 -43
- package/src/client/types/app/bsky/feed/threadgate.ts +0 -110
- package/src/client/types/app/bsky/graph/block.ts +0 -39
- package/src/client/types/app/bsky/graph/defs.ts +0 -206
- package/src/client/types/app/bsky/graph/follow.ts +0 -40
- package/src/client/types/app/bsky/graph/getActorStarterPacks.ts +0 -44
- package/src/client/types/app/bsky/graph/getBlocks.ts +0 -43
- package/src/client/types/app/bsky/graph/getFollowers.ts +0 -45
- package/src/client/types/app/bsky/graph/getFollows.ts +0 -45
- package/src/client/types/app/bsky/graph/getKnownFollowers.ts +0 -45
- package/src/client/types/app/bsky/graph/getList.ts +0 -46
- package/src/client/types/app/bsky/graph/getListBlocks.ts +0 -43
- package/src/client/types/app/bsky/graph/getListMutes.ts +0 -43
- package/src/client/types/app/bsky/graph/getLists.ts +0 -47
- package/src/client/types/app/bsky/graph/getListsWithMembership.ts +0 -64
- package/src/client/types/app/bsky/graph/getMutes.ts +0 -43
- package/src/client/types/app/bsky/graph/getRelationships.ts +0 -59
- package/src/client/types/app/bsky/graph/getStarterPack.ts +0 -42
- package/src/client/types/app/bsky/graph/getStarterPacks.ts +0 -41
- package/src/client/types/app/bsky/graph/getStarterPacksWithMembership.ts +0 -66
- package/src/client/types/app/bsky/graph/getSuggestedFollowsByActor.ts +0 -47
- package/src/client/types/app/bsky/graph/list.ts +0 -47
- package/src/client/types/app/bsky/graph/listblock.ts +0 -39
- package/src/client/types/app/bsky/graph/listitem.ts +0 -41
- package/src/client/types/app/bsky/graph/muteActor.ts +0 -38
- package/src/client/types/app/bsky/graph/muteActorList.ts +0 -38
- package/src/client/types/app/bsky/graph/muteThread.ts +0 -38
- package/src/client/types/app/bsky/graph/searchStarterPacks.ts +0 -45
- package/src/client/types/app/bsky/graph/starterpack.ts +0 -60
- package/src/client/types/app/bsky/graph/unmuteActor.ts +0 -38
- package/src/client/types/app/bsky/graph/unmuteActorList.ts +0 -38
- package/src/client/types/app/bsky/graph/unmuteThread.ts +0 -38
- package/src/client/types/app/bsky/graph/verification.ts +0 -44
- package/src/client/types/app/bsky/labeler/defs.ts +0 -100
- package/src/client/types/app/bsky/labeler/getServices.ts +0 -46
- package/src/client/types/app/bsky/labeler/service.ts +0 -48
- package/src/client/types/app/bsky/notification/declaration.ts +0 -38
- package/src/client/types/app/bsky/notification/defs.ts +0 -142
- package/src/client/types/app/bsky/notification/getPreferences.ts +0 -39
- package/src/client/types/app/bsky/notification/getUnreadCount.ts +0 -41
- package/src/client/types/app/bsky/notification/listActivitySubscriptions.ts +0 -43
- package/src/client/types/app/bsky/notification/listNotifications.ts +0 -88
- package/src/client/types/app/bsky/notification/putActivitySubscription.ts +0 -46
- package/src/client/types/app/bsky/notification/putPreferences.ts +0 -38
- package/src/client/types/app/bsky/notification/putPreferencesV2.ts +0 -56
- package/src/client/types/app/bsky/notification/registerPush.ts +0 -43
- package/src/client/types/app/bsky/notification/unregisterPush.ts +0 -41
- package/src/client/types/app/bsky/notification/updateSeen.ts +0 -38
- package/src/client/types/app/bsky/richtext/facet.ts +0 -97
- package/src/client/types/app/bsky/unspecced/defs.ts +0 -250
- package/src/client/types/app/bsky/unspecced/getAgeAssuranceState.ts +0 -36
- package/src/client/types/app/bsky/unspecced/getConfig.ts +0 -55
- package/src/client/types/app/bsky/unspecced/getOnboardingSuggestedStarterPacks.ts +0 -41
- package/src/client/types/app/bsky/unspecced/getOnboardingSuggestedStarterPacksSkeleton.ts +0 -42
- package/src/client/types/app/bsky/unspecced/getOnboardingSuggestedUsersSkeleton.ts +0 -48
- package/src/client/types/app/bsky/unspecced/getPopularFeedGenerators.ts +0 -44
- package/src/client/types/app/bsky/unspecced/getPostThreadOtherV2.ts +0 -61
- package/src/client/types/app/bsky/unspecced/getPostThreadV2.ts +0 -78
- package/src/client/types/app/bsky/unspecced/getSuggestedFeeds.ts +0 -41
- package/src/client/types/app/bsky/unspecced/getSuggestedFeedsSkeleton.ts +0 -42
- package/src/client/types/app/bsky/unspecced/getSuggestedOnboardingUsers.ts +0 -47
- package/src/client/types/app/bsky/unspecced/getSuggestedStarterPacks.ts +0 -41
- package/src/client/types/app/bsky/unspecced/getSuggestedStarterPacksSkeleton.ts +0 -42
- package/src/client/types/app/bsky/unspecced/getSuggestedUsers.ts +0 -47
- package/src/client/types/app/bsky/unspecced/getSuggestedUsersForDiscover.ts +0 -43
- package/src/client/types/app/bsky/unspecced/getSuggestedUsersForDiscoverSkeleton.ts +0 -44
- package/src/client/types/app/bsky/unspecced/getSuggestedUsersForExplore.ts +0 -45
- package/src/client/types/app/bsky/unspecced/getSuggestedUsersForExploreSkeleton.ts +0 -46
- package/src/client/types/app/bsky/unspecced/getSuggestedUsersForSeeMore.ts +0 -45
- package/src/client/types/app/bsky/unspecced/getSuggestedUsersForSeeMoreSkeleton.ts +0 -46
- package/src/client/types/app/bsky/unspecced/getSuggestedUsersSkeleton.ts +0 -48
- package/src/client/types/app/bsky/unspecced/getSuggestionsSkeleton.ts +0 -53
- package/src/client/types/app/bsky/unspecced/getTaggedSuggestions.ts +0 -55
- package/src/client/types/app/bsky/unspecced/getTrendingTopics.ts +0 -44
- package/src/client/types/app/bsky/unspecced/getTrends.ts +0 -41
- package/src/client/types/app/bsky/unspecced/getTrendsSkeleton.ts +0 -43
- package/src/client/types/app/bsky/unspecced/initAgeAssurance.ts +0 -71
- package/src/client/types/app/bsky/unspecced/searchActorsSkeleton.ts +0 -62
- package/src/client/types/app/bsky/unspecced/searchPostsSkeleton.ts +0 -78
- package/src/client/types/app/bsky/unspecced/searchStarterPacksSkeleton.ts +0 -60
- package/src/client/types/app/bsky/video/defs.ts +0 -38
- package/src/client/types/app/bsky/video/getJobStatus.ts +0 -41
- package/src/client/types/app/bsky/video/getUploadLimits.ts +0 -42
- package/src/client/types/app/bsky/video/uploadVideo.ts +0 -41
- package/src/client/types/chat/bsky/actor/declaration.ts +0 -39
- package/src/client/types/chat/bsky/actor/defs.ts +0 -96
- package/src/client/types/chat/bsky/actor/deleteAccount.ts +0 -37
- package/src/client/types/chat/bsky/actor/exportAccountData.ts +0 -34
- package/src/client/types/chat/bsky/convo/acceptConvo.ts +0 -54
- package/src/client/types/chat/bsky/convo/addReaction.ts +0 -87
- package/src/client/types/chat/bsky/convo/defs.ts +0 -1058
- package/src/client/types/chat/bsky/convo/deleteMessageForSelf.ts +0 -61
- package/src/client/types/chat/bsky/convo/getConvo.ts +0 -51
- package/src/client/types/chat/bsky/convo/getConvoAvailability.ts +0 -42
- package/src/client/types/chat/bsky/convo/getConvoForMembers.ts +0 -80
- package/src/client/types/chat/bsky/convo/getConvoMembers.ts +0 -54
- package/src/client/types/chat/bsky/convo/getLog.ts +0 -71
- package/src/client/types/chat/bsky/convo/getMessages.ts +0 -62
- package/src/client/types/chat/bsky/convo/leaveConvo.ts +0 -61
- package/src/client/types/chat/bsky/convo/listConvoRequests.ts +0 -48
- package/src/client/types/chat/bsky/convo/listConvos.ts +0 -50
- package/src/client/types/chat/bsky/convo/lockConvo.ts +0 -68
- package/src/client/types/chat/bsky/convo/muteConvo.ts +0 -54
- package/src/client/types/chat/bsky/convo/removeReaction.ts +0 -79
- package/src/client/types/chat/bsky/convo/sendMessage.ts +0 -60
- package/src/client/types/chat/bsky/convo/sendMessageBatch.ts +0 -77
- package/src/client/types/chat/bsky/convo/unlockConvo.ts +0 -61
- package/src/client/types/chat/bsky/convo/unmuteConvo.ts +0 -54
- package/src/client/types/chat/bsky/convo/updateAllRead.ts +0 -44
- package/src/client/types/chat/bsky/convo/updateRead.ts +0 -55
- package/src/client/types/chat/bsky/group/addMembers.ts +0 -114
- package/src/client/types/chat/bsky/group/approveJoinRequest.ts +0 -69
- package/src/client/types/chat/bsky/group/createGroup.ts +0 -84
- package/src/client/types/chat/bsky/group/createJoinLink.ts +0 -71
- package/src/client/types/chat/bsky/group/defs.ts +0 -75
- package/src/client/types/chat/bsky/group/disableJoinLink.ts +0 -68
- package/src/client/types/chat/bsky/group/editGroup.ts +0 -69
- package/src/client/types/chat/bsky/group/editJoinLink.ts +0 -70
- package/src/client/types/chat/bsky/group/enableJoinLink.ts +0 -75
- package/src/client/types/chat/bsky/group/getJoinLinkPreview.ts +0 -51
- package/src/client/types/chat/bsky/group/listJoinRequests.ts +0 -61
- package/src/client/types/chat/bsky/group/rejectJoinRequest.ts +0 -59
- package/src/client/types/chat/bsky/group/removeMembers.ts +0 -62
- package/src/client/types/chat/bsky/group/requestJoin.ts +0 -90
- package/src/client/types/chat/bsky/moderation/getActorMetadata.ts +0 -60
- package/src/client/types/chat/bsky/moderation/getMessageContext.ts +0 -53
- package/src/client/types/chat/bsky/moderation/subscribeModEvents.ts +0 -366
- package/src/client/types/chat/bsky/moderation/updateActorAccess.ts +0 -40
- package/src/client/types/com/atproto/admin/defs.ts +0 -106
- package/src/client/types/com/atproto/admin/deleteAccount.ts +0 -38
- package/src/client/types/com/atproto/admin/disableAccountInvites.ts +0 -40
- package/src/client/types/com/atproto/admin/disableInviteCodes.ts +0 -39
- package/src/client/types/com/atproto/admin/enableAccountInvites.ts +0 -40
- package/src/client/types/com/atproto/admin/getAccountInfo.ts +0 -38
- package/src/client/types/com/atproto/admin/getAccountInfos.ts +0 -41
- package/src/client/types/com/atproto/admin/getInviteCodes.ts +0 -44
- package/src/client/types/com/atproto/admin/getSubjectStatus.ts +0 -50
- package/src/client/types/com/atproto/admin/searchAccounts.ts +0 -44
- package/src/client/types/com/atproto/admin/sendEmail.ts +0 -48
- package/src/client/types/com/atproto/admin/updateAccountEmail.ts +0 -40
- package/src/client/types/com/atproto/admin/updateAccountHandle.ts +0 -39
- package/src/client/types/com/atproto/admin/updateAccountPassword.ts +0 -39
- package/src/client/types/com/atproto/admin/updateAccountSigningKey.ts +0 -40
- package/src/client/types/com/atproto/admin/updateSubjectStatus.ts +0 -56
- package/src/client/types/com/atproto/identity/defs.ts +0 -34
- package/src/client/types/com/atproto/identity/getRecommendedDidCredentials.ts +0 -42
- package/src/client/types/com/atproto/identity/refreshIdentity.ts +0 -66
- package/src/client/types/com/atproto/identity/requestPlcOperationSignature.ts +0 -34
- package/src/client/types/com/atproto/identity/resolveDid.ts +0 -59
- package/src/client/types/com/atproto/identity/resolveHandle.ts +0 -51
- package/src/client/types/com/atproto/identity/resolveIdentity.ts +0 -63
- package/src/client/types/com/atproto/identity/signPlcOperation.ts +0 -49
- package/src/client/types/com/atproto/identity/submitPlcOperation.ts +0 -38
- package/src/client/types/com/atproto/identity/updateHandle.ts +0 -39
- package/src/client/types/com/atproto/label/defs.ts +0 -143
- package/src/client/types/com/atproto/label/queryLabels.ts +0 -47
- package/src/client/types/com/atproto/label/subscribeLabels.ts +0 -49
- package/src/client/types/com/atproto/lexicon/resolveLexicon.ts +0 -56
- package/src/client/types/com/atproto/lexicon/schema.ts +0 -38
- package/src/client/types/com/atproto/moderation/createReport.ts +0 -80
- package/src/client/types/com/atproto/moderation/defs.ts +0 -83
- package/src/client/types/com/atproto/repo/applyWrites.ts +0 -167
- package/src/client/types/com/atproto/repo/createRecord.ts +0 -68
- package/src/client/types/com/atproto/repo/defs.ts +0 -31
- package/src/client/types/com/atproto/repo/deleteRecord.ts +0 -63
- package/src/client/types/com/atproto/repo/describeRepo.ts +0 -48
- package/src/client/types/com/atproto/repo/getRecord.ts +0 -59
- package/src/client/types/com/atproto/repo/importRepo.ts +0 -35
- package/src/client/types/com/atproto/repo/listMissingBlobs.ts +0 -58
- package/src/client/types/com/atproto/repo/listRecords.ts +0 -66
- package/src/client/types/com/atproto/repo/putRecord.ts +0 -70
- package/src/client/types/com/atproto/repo/strongRef.ts +0 -31
- package/src/client/types/com/atproto/repo/uploadBlob.ts +0 -40
- package/src/client/types/com/atproto/server/activateAccount.ts +0 -34
- package/src/client/types/com/atproto/server/checkAccountStatus.ts +0 -46
- package/src/client/types/com/atproto/server/confirmEmail.ts +0 -70
- package/src/client/types/com/atproto/server/createAccount.ts +0 -115
- package/src/client/types/com/atproto/server/createAppPassword.ts +0 -72
- package/src/client/types/com/atproto/server/createInviteCode.ts +0 -44
- package/src/client/types/com/atproto/server/createInviteCodes.ts +0 -61
- package/src/client/types/com/atproto/server/createSession.ts +0 -76
- package/src/client/types/com/atproto/server/deactivateAccount.ts +0 -39
- package/src/client/types/com/atproto/server/defs.ts +0 -52
- package/src/client/types/com/atproto/server/deleteAccount.ts +0 -57
- package/src/client/types/com/atproto/server/deleteSession.ts +0 -51
- package/src/client/types/com/atproto/server/describeServer.ts +0 -77
- package/src/client/types/com/atproto/server/getAccountInviteCodes.ts +0 -53
- package/src/client/types/com/atproto/server/getServiceAuth.ts +0 -55
- package/src/client/types/com/atproto/server/getSession.ts +0 -46
- package/src/client/types/com/atproto/server/listAppPasswords.ts +0 -65
- package/src/client/types/com/atproto/server/refreshSession.ts +0 -73
- package/src/client/types/com/atproto/server/requestAccountDelete.ts +0 -34
- package/src/client/types/com/atproto/server/requestEmailConfirmation.ts +0 -34
- package/src/client/types/com/atproto/server/requestEmailUpdate.ts +0 -39
- package/src/client/types/com/atproto/server/requestPasswordReset.ts +0 -38
- package/src/client/types/com/atproto/server/reserveSigningKey.ts +0 -45
- package/src/client/types/com/atproto/server/resetPassword.ts +0 -56
- package/src/client/types/com/atproto/server/revokeAppPassword.ts +0 -38
- package/src/client/types/com/atproto/server/updateEmail.ts +0 -65
- package/src/client/types/com/atproto/sync/defs.ts +0 -23
- package/src/client/types/com/atproto/sync/getBlob.ts +0 -77
- package/src/client/types/com/atproto/sync/getBlocks.ts +0 -76
- package/src/client/types/com/atproto/sync/getCheckout.ts +0 -37
- package/src/client/types/com/atproto/sync/getHead.ts +0 -51
- package/src/client/types/com/atproto/sync/getHostStatus.ts +0 -57
- package/src/client/types/com/atproto/sync/getLatestCommit.ts +0 -73
- package/src/client/types/com/atproto/sync/getRecord.ts +0 -78
- package/src/client/types/com/atproto/sync/getRepo.ts +0 -70
- package/src/client/types/com/atproto/sync/getRepoStatus.ts +0 -63
- package/src/client/types/com/atproto/sync/listBlobs.ts +0 -77
- package/src/client/types/com/atproto/sync/listHosts.ts +0 -64
- package/src/client/types/com/atproto/sync/listRepos.ts +0 -70
- package/src/client/types/com/atproto/sync/listReposByCollection.ts +0 -59
- package/src/client/types/com/atproto/sync/notifyOfUpdate.ts +0 -39
- package/src/client/types/com/atproto/sync/requestCrawl.ts +0 -49
- package/src/client/types/com/atproto/sync/subscribeRepos.ts +0 -164
- package/src/client/types/com/atproto/temp/addReservedHandle.ts +0 -41
- package/src/client/types/com/atproto/temp/checkHandleAvailability.ts +0 -109
- package/src/client/types/com/atproto/temp/checkSignupQueue.ts +0 -40
- package/src/client/types/com/atproto/temp/dereferenceScope.ts +0 -53
- package/src/client/types/com/atproto/temp/fetchLabels.ts +0 -42
- package/src/client/types/com/atproto/temp/requestPhoneVerification.ts +0 -38
- package/src/client/types/com/atproto/temp/revokeAccountCredentials.ts +0 -38
- package/src/client/types/com/germnetwork/declaration.ts +0 -63
- package/src/client/types/tools/ozone/communication/createTemplate.ts +0 -62
- package/src/client/types/tools/ozone/communication/defs.ts +0 -43
- package/src/client/types/tools/ozone/communication/deleteTemplate.ts +0 -38
- package/src/client/types/tools/ozone/communication/listTemplates.ts +0 -39
- package/src/client/types/tools/ozone/communication/updateTemplate.ts +0 -65
- package/src/client/types/tools/ozone/hosting/getAccountHistory.ts +0 -148
- package/src/client/types/tools/ozone/moderation/cancelScheduledActions.ts +0 -79
- package/src/client/types/tools/ozone/moderation/defs.ts +0 -1176
- package/src/client/types/tools/ozone/moderation/emitEvent.ts +0 -121
- package/src/client/types/tools/ozone/moderation/getAccountTimeline.ts +0 -115
- package/src/client/types/tools/ozone/moderation/getEvent.ts +0 -38
- package/src/client/types/tools/ozone/moderation/getRecord.ts +0 -49
- package/src/client/types/tools/ozone/moderation/getRecords.ts +0 -45
- package/src/client/types/tools/ozone/moderation/getRepo.ts +0 -48
- package/src/client/types/tools/ozone/moderation/getReporterStats.ts +0 -41
- package/src/client/types/tools/ozone/moderation/getRepos.ts +0 -45
- package/src/client/types/tools/ozone/moderation/getSubjects.ts +0 -41
- package/src/client/types/tools/ozone/moderation/listScheduledActions.ts +0 -57
- package/src/client/types/tools/ozone/moderation/queryEvents.ts +0 -87
- package/src/client/types/tools/ozone/moderation/queryStatuses.ts +0 -122
- package/src/client/types/tools/ozone/moderation/scheduleAction.ts +0 -133
- package/src/client/types/tools/ozone/moderation/searchRepos.ts +0 -46
- package/src/client/types/tools/ozone/queue/assignModerator.ts +0 -55
- package/src/client/types/tools/ozone/queue/createQueue.ts +0 -63
- package/src/client/types/tools/ozone/queue/defs.ts +0 -99
- package/src/client/types/tools/ozone/queue/deleteQueue.ts +0 -48
- package/src/client/types/tools/ozone/queue/getAssignments.ts +0 -49
- package/src/client/types/tools/ozone/queue/listQueues.ts +0 -51
- package/src/client/types/tools/ozone/queue/routeReports.ts +0 -59
- package/src/client/types/tools/ozone/queue/unassignModerator.ts +0 -51
- package/src/client/types/tools/ozone/queue/updateQueue.ts +0 -51
- package/src/client/types/tools/ozone/report/assignModerator.ts +0 -66
- package/src/client/types/tools/ozone/report/createActivity.ts +0 -85
- package/src/client/types/tools/ozone/report/defs.ts +0 -466
- package/src/client/types/tools/ozone/report/getAssignments.ts +0 -49
- package/src/client/types/tools/ozone/report/getHistoricalStats.ts +0 -55
- package/src/client/types/tools/ozone/report/getLatestReport.ts +0 -49
- package/src/client/types/tools/ozone/report/getLiveStats.ts +0 -46
- package/src/client/types/tools/ozone/report/getReport.ts +0 -49
- package/src/client/types/tools/ozone/report/listActivities.ts +0 -45
- package/src/client/types/tools/ozone/report/queryReports.ts +0 -73
- package/src/client/types/tools/ozone/report/reassignQueue.ts +0 -88
- package/src/client/types/tools/ozone/report/refreshStats.ts +0 -46
- package/src/client/types/tools/ozone/report/unassignModerator.ts +0 -53
- package/src/client/types/tools/ozone/safelink/addRule.ts +0 -67
- package/src/client/types/tools/ozone/safelink/defs.ts +0 -76
- package/src/client/types/tools/ozone/safelink/queryEvents.ts +0 -55
- package/src/client/types/tools/ozone/safelink/queryRules.ts +0 -61
- package/src/client/types/tools/ozone/safelink/removeRule.ts +0 -58
- package/src/client/types/tools/ozone/safelink/updateRule.ts +0 -60
- package/src/client/types/tools/ozone/server/getConfig.ts +0 -79
- package/src/client/types/tools/ozone/set/addValues.ts +0 -41
- package/src/client/types/tools/ozone/set/defs.ts +0 -50
- package/src/client/types/tools/ozone/set/deleteSet.ts +0 -52
- package/src/client/types/tools/ozone/set/deleteValues.ts +0 -51
- package/src/client/types/tools/ozone/set/getValues.ts +0 -55
- package/src/client/types/tools/ozone/set/querySets.ts +0 -47
- package/src/client/types/tools/ozone/set/upsertSet.ts +0 -38
- package/src/client/types/tools/ozone/setting/defs.ts +0 -44
- package/src/client/types/tools/ozone/setting/listOptions.ts +0 -48
- package/src/client/types/tools/ozone/setting/removeOptions.ts +0 -42
- package/src/client/types/tools/ozone/setting/upsertOption.ts +0 -53
- package/src/client/types/tools/ozone/signature/defs.ts +0 -31
- package/src/client/types/tools/ozone/signature/findCorrelation.ts +0 -41
- package/src/client/types/tools/ozone/signature/findRelatedAccounts.ts +0 -61
- package/src/client/types/tools/ozone/signature/searchAccounts.ts +0 -44
- package/src/client/types/tools/ozone/team/addMember.ts +0 -59
- package/src/client/types/tools/ozone/team/defs.ts +0 -51
- package/src/client/types/tools/ozone/team/deleteMember.ts +0 -55
- package/src/client/types/tools/ozone/team/listMembers.ts +0 -46
- package/src/client/types/tools/ozone/team/updateMember.ts +0 -59
- package/src/client/types/tools/ozone/verification/defs.ts +0 -59
- package/src/client/types/tools/ozone/verification/grantVerifications.ts +0 -87
- package/src/client/types/tools/ozone/verification/listVerifications.ts +0 -57
- package/src/client/types/tools/ozone/verification/revokeVerifications.ts +0 -68
- package/src/client/util.ts +0 -82
|
@@ -2509,13 +2509,13 @@ export declare const schemaDict: {
|
|
|
2509
2509
|
readonly accept: ["image/*"];
|
|
2510
2510
|
readonly maxSize: 1000000;
|
|
2511
2511
|
};
|
|
2512
|
-
readonly
|
|
2512
|
+
readonly associatedRefs: {
|
|
2513
2513
|
readonly type: "array";
|
|
2514
2514
|
readonly items: {
|
|
2515
2515
|
readonly type: "ref";
|
|
2516
2516
|
readonly ref: "lex:com.atproto.repo.strongRef";
|
|
2517
2517
|
};
|
|
2518
|
-
readonly description: "
|
|
2518
|
+
readonly description: "StrongRefs (uri+cid) of the Atmosphere records that backed this view.";
|
|
2519
2519
|
};
|
|
2520
2520
|
};
|
|
2521
2521
|
};
|
|
@@ -2547,6 +2547,167 @@ export declare const schemaDict: {
|
|
|
2547
2547
|
readonly type: "string";
|
|
2548
2548
|
readonly format: "uri";
|
|
2549
2549
|
};
|
|
2550
|
+
readonly createdAt: {
|
|
2551
|
+
readonly type: "string";
|
|
2552
|
+
readonly format: "datetime";
|
|
2553
|
+
readonly description: "When the external content was created, if available. Example: a publication date, for an article.";
|
|
2554
|
+
};
|
|
2555
|
+
readonly updatedAt: {
|
|
2556
|
+
readonly type: "string";
|
|
2557
|
+
readonly format: "datetime";
|
|
2558
|
+
readonly description: "When the external content was updated, if available.";
|
|
2559
|
+
};
|
|
2560
|
+
readonly readingTime: {
|
|
2561
|
+
readonly type: "integer";
|
|
2562
|
+
readonly description: "Estimated reading time in minutes, if applicable and available.";
|
|
2563
|
+
};
|
|
2564
|
+
readonly labels: {
|
|
2565
|
+
readonly type: "array";
|
|
2566
|
+
readonly items: {
|
|
2567
|
+
readonly type: "ref";
|
|
2568
|
+
readonly ref: "lex:com.atproto.label.defs#label";
|
|
2569
|
+
};
|
|
2570
|
+
};
|
|
2571
|
+
readonly source: {
|
|
2572
|
+
readonly type: "ref";
|
|
2573
|
+
readonly ref: "lex:app.bsky.embed.external#viewExternalSource";
|
|
2574
|
+
};
|
|
2575
|
+
readonly associatedRefs: {
|
|
2576
|
+
readonly type: "array";
|
|
2577
|
+
readonly items: {
|
|
2578
|
+
readonly type: "ref";
|
|
2579
|
+
readonly ref: "lex:com.atproto.repo.strongRef";
|
|
2580
|
+
};
|
|
2581
|
+
readonly description: "StrongRefs (uri+cid) of the Atmosphere records that backed this view.";
|
|
2582
|
+
};
|
|
2583
|
+
};
|
|
2584
|
+
};
|
|
2585
|
+
readonly viewExternalSource: {
|
|
2586
|
+
readonly type: "object";
|
|
2587
|
+
readonly description: "The source of an external embed, such as a standard.site publication.";
|
|
2588
|
+
readonly properties: {
|
|
2589
|
+
readonly uri: {
|
|
2590
|
+
readonly type: "string";
|
|
2591
|
+
readonly format: "uri";
|
|
2592
|
+
readonly description: "URI of the source, if available. Example: the https:// URL of a site.standard.publication record.";
|
|
2593
|
+
};
|
|
2594
|
+
readonly icon: {
|
|
2595
|
+
readonly type: "string";
|
|
2596
|
+
readonly format: "uri";
|
|
2597
|
+
readonly description: "Fully-qualified URL where an icon representing the source can be fetched. For example, CDN location provided by the App View.";
|
|
2598
|
+
};
|
|
2599
|
+
readonly title: {
|
|
2600
|
+
readonly type: "string";
|
|
2601
|
+
};
|
|
2602
|
+
readonly description: {
|
|
2603
|
+
readonly type: "string";
|
|
2604
|
+
};
|
|
2605
|
+
readonly theme: {
|
|
2606
|
+
readonly type: "ref";
|
|
2607
|
+
readonly ref: "lex:app.bsky.embed.external#viewExternalSourceTheme";
|
|
2608
|
+
};
|
|
2609
|
+
};
|
|
2610
|
+
};
|
|
2611
|
+
readonly viewExternalSourceTheme: {
|
|
2612
|
+
readonly type: "object";
|
|
2613
|
+
readonly description: "The theme colors of an external source, such as a site.standard.publication. These colors may be used when rendering an embed from that source.";
|
|
2614
|
+
readonly properties: {
|
|
2615
|
+
readonly backgroundRGB: {
|
|
2616
|
+
readonly type: "ref";
|
|
2617
|
+
readonly ref: "lex:app.bsky.embed.external#colorRGB";
|
|
2618
|
+
};
|
|
2619
|
+
readonly foregroundRGB: {
|
|
2620
|
+
readonly type: "ref";
|
|
2621
|
+
readonly ref: "lex:app.bsky.embed.external#colorRGB";
|
|
2622
|
+
};
|
|
2623
|
+
readonly accentRGB: {
|
|
2624
|
+
readonly type: "ref";
|
|
2625
|
+
readonly ref: "lex:app.bsky.embed.external#colorRGB";
|
|
2626
|
+
};
|
|
2627
|
+
readonly accentForegroundRGB: {
|
|
2628
|
+
readonly type: "ref";
|
|
2629
|
+
readonly ref: "lex:app.bsky.embed.external#colorRGB";
|
|
2630
|
+
};
|
|
2631
|
+
};
|
|
2632
|
+
};
|
|
2633
|
+
readonly colorRGB: {
|
|
2634
|
+
readonly type: "object";
|
|
2635
|
+
readonly description: "RGB color definition, inspired by site.standard.theme.color#rgb";
|
|
2636
|
+
readonly required: ["r", "g", "b"];
|
|
2637
|
+
readonly properties: {
|
|
2638
|
+
readonly r: {
|
|
2639
|
+
readonly type: "integer";
|
|
2640
|
+
readonly minimum: 0;
|
|
2641
|
+
readonly maximum: 255;
|
|
2642
|
+
};
|
|
2643
|
+
readonly g: {
|
|
2644
|
+
readonly type: "integer";
|
|
2645
|
+
readonly minimum: 0;
|
|
2646
|
+
readonly maximum: 255;
|
|
2647
|
+
};
|
|
2648
|
+
readonly b: {
|
|
2649
|
+
readonly type: "integer";
|
|
2650
|
+
readonly minimum: 0;
|
|
2651
|
+
readonly maximum: 255;
|
|
2652
|
+
};
|
|
2653
|
+
};
|
|
2654
|
+
};
|
|
2655
|
+
};
|
|
2656
|
+
};
|
|
2657
|
+
readonly AppBskyEmbedGetEmbedExternalView: {
|
|
2658
|
+
readonly lexicon: 1;
|
|
2659
|
+
readonly id: "app.bsky.embed.getEmbedExternalView";
|
|
2660
|
+
readonly defs: {
|
|
2661
|
+
readonly main: {
|
|
2662
|
+
readonly type: "query";
|
|
2663
|
+
readonly description: "Resolve one or more AT-URIs into the data needed to render an enhanced external embed. Returns `associatedRefs` (strongRefs to embed into a post's external.associatedRefs), the raw `associatedRecords`, and a hydrated `view`. The response is empty (`{}`) when no records were resolvable, or when validation determined the resolved records don't actually back the requested URL; clients should fall back to their own link-card rendering in that case and skip writing strongRefs to the post.";
|
|
2664
|
+
readonly parameters: {
|
|
2665
|
+
readonly type: "params";
|
|
2666
|
+
readonly required: ["url", "uris"];
|
|
2667
|
+
readonly properties: {
|
|
2668
|
+
readonly url: {
|
|
2669
|
+
readonly type: "string";
|
|
2670
|
+
readonly format: "uri";
|
|
2671
|
+
readonly description: "The canonical web URL the embed represents (typically the URL the user pasted into the composer). Used as the returned view's `uri`. May be used for validation in the future.";
|
|
2672
|
+
};
|
|
2673
|
+
readonly uris: {
|
|
2674
|
+
readonly type: "array";
|
|
2675
|
+
readonly description: "AT-URIs of any Atmosphere records that can be resolved and used to construct #externalView views. Example: a site.standard.document and optionally its associated site.standard.publication.";
|
|
2676
|
+
readonly items: {
|
|
2677
|
+
readonly type: "string";
|
|
2678
|
+
readonly format: "at-uri";
|
|
2679
|
+
};
|
|
2680
|
+
readonly maxLength: 4;
|
|
2681
|
+
};
|
|
2682
|
+
};
|
|
2683
|
+
};
|
|
2684
|
+
readonly output: {
|
|
2685
|
+
readonly encoding: "application/json";
|
|
2686
|
+
readonly schema: {
|
|
2687
|
+
readonly type: "object";
|
|
2688
|
+
readonly properties: {
|
|
2689
|
+
readonly view: {
|
|
2690
|
+
readonly type: "ref";
|
|
2691
|
+
readonly ref: "lex:app.bsky.embed.external#view";
|
|
2692
|
+
readonly description: "Hydrated view of the embed. Present only when the resolved records back the requested URL and supply enough information to populate the required `viewExternal` fields. Omitted alongside the rest of the response when no records resolved or validation failed.";
|
|
2693
|
+
};
|
|
2694
|
+
readonly associatedRefs: {
|
|
2695
|
+
readonly type: "array";
|
|
2696
|
+
readonly items: {
|
|
2697
|
+
readonly type: "ref";
|
|
2698
|
+
readonly ref: "lex:com.atproto.repo.strongRef";
|
|
2699
|
+
};
|
|
2700
|
+
readonly description: "StrongRefs (URI+CID) of the Atmosphere records that backed this view, suitable for embedding into a post's external.associatedRefs.";
|
|
2701
|
+
};
|
|
2702
|
+
readonly associatedRecords: {
|
|
2703
|
+
readonly type: "array";
|
|
2704
|
+
readonly items: {
|
|
2705
|
+
readonly type: "unknown";
|
|
2706
|
+
readonly description: "The raw record data of the Atmosphere records that backed this view. This is returned for convenience, to avoid the need for the client to separately fetch the record data for the associatedRefs. Example: the site.standard.document and site.standard.publication records that backed this view.";
|
|
2707
|
+
};
|
|
2708
|
+
};
|
|
2709
|
+
};
|
|
2710
|
+
};
|
|
2550
2711
|
};
|
|
2551
2712
|
};
|
|
2552
2713
|
};
|
|
@@ -9181,6 +9342,33 @@ export declare const schemaDict: {
|
|
|
9181
9342
|
};
|
|
9182
9343
|
};
|
|
9183
9344
|
};
|
|
9345
|
+
readonly ChatBskyActorGetStatus: {
|
|
9346
|
+
readonly lexicon: 1;
|
|
9347
|
+
readonly id: "chat.bsky.actor.getStatus";
|
|
9348
|
+
readonly defs: {
|
|
9349
|
+
readonly main: {
|
|
9350
|
+
readonly type: "query";
|
|
9351
|
+
readonly description: "Get the authenticated viewer's chat status: whether their account is chat-disabled and whether their group-membership additions are restricted to accounts they follow.";
|
|
9352
|
+
readonly output: {
|
|
9353
|
+
readonly encoding: "application/json";
|
|
9354
|
+
readonly schema: {
|
|
9355
|
+
readonly type: "object";
|
|
9356
|
+
readonly required: ["chatDisabled", "canCreateGroups"];
|
|
9357
|
+
readonly properties: {
|
|
9358
|
+
readonly chatDisabled: {
|
|
9359
|
+
readonly type: "boolean";
|
|
9360
|
+
readonly description: "True when the viewer's account is disabled and cannot actively participate in chat.";
|
|
9361
|
+
};
|
|
9362
|
+
readonly canCreateGroups: {
|
|
9363
|
+
readonly type: "boolean";
|
|
9364
|
+
readonly description: "Whether the viewer's account is allowed to create group chats. New accounts are restricted from creating groups.";
|
|
9365
|
+
};
|
|
9366
|
+
};
|
|
9367
|
+
};
|
|
9368
|
+
};
|
|
9369
|
+
};
|
|
9370
|
+
};
|
|
9371
|
+
};
|
|
9184
9372
|
readonly ChatBskyConvoAcceptConvo: {
|
|
9185
9373
|
readonly lexicon: 1;
|
|
9186
9374
|
readonly id: "chat.bsky.convo.acceptConvo";
|
|
@@ -11110,8 +11298,6 @@ export declare const schemaDict: {
|
|
|
11110
11298
|
readonly name: "AccountSuspended";
|
|
11111
11299
|
}, {
|
|
11112
11300
|
readonly name: "BlockedActor";
|
|
11113
|
-
}, {
|
|
11114
|
-
readonly name: "UserForbidsGroups";
|
|
11115
11301
|
}, {
|
|
11116
11302
|
readonly name: "ConvoLocked";
|
|
11117
11303
|
}, {
|
|
@@ -11124,6 +11310,8 @@ export declare const schemaDict: {
|
|
|
11124
11310
|
readonly name: "NotFollowedBySender";
|
|
11125
11311
|
}, {
|
|
11126
11312
|
readonly name: "RecipientNotFound";
|
|
11313
|
+
}, {
|
|
11314
|
+
readonly name: "UserForbidsGroups";
|
|
11127
11315
|
}];
|
|
11128
11316
|
readonly input: {
|
|
11129
11317
|
readonly encoding: "application/json";
|
|
@@ -11226,11 +11414,13 @@ export declare const schemaDict: {
|
|
|
11226
11414
|
}, {
|
|
11227
11415
|
readonly name: "BlockedActor";
|
|
11228
11416
|
}, {
|
|
11229
|
-
readonly name: "
|
|
11417
|
+
readonly name: "NewAccountCannotCreateGroup";
|
|
11230
11418
|
}, {
|
|
11231
11419
|
readonly name: "NotFollowedBySender";
|
|
11232
11420
|
}, {
|
|
11233
11421
|
readonly name: "RecipientNotFound";
|
|
11422
|
+
}, {
|
|
11423
|
+
readonly name: "UserForbidsGroups";
|
|
11234
11424
|
}];
|
|
11235
11425
|
readonly input: {
|
|
11236
11426
|
readonly encoding: "application/json";
|
|
@@ -11671,6 +11861,54 @@ export declare const schemaDict: {
|
|
|
11671
11861
|
};
|
|
11672
11862
|
};
|
|
11673
11863
|
};
|
|
11864
|
+
readonly ChatBskyGroupListMutualGroups: {
|
|
11865
|
+
readonly lexicon: 1;
|
|
11866
|
+
readonly id: "chat.bsky.group.listMutualGroups";
|
|
11867
|
+
readonly defs: {
|
|
11868
|
+
readonly main: {
|
|
11869
|
+
readonly type: "query";
|
|
11870
|
+
readonly description: "[NOTE: This is under active development and should be considered unstable while this note is here]. Returns a page of group conversations that both the requester and the specified actor are members of.";
|
|
11871
|
+
readonly parameters: {
|
|
11872
|
+
readonly type: "params";
|
|
11873
|
+
readonly required: ["subject"];
|
|
11874
|
+
readonly properties: {
|
|
11875
|
+
readonly subject: {
|
|
11876
|
+
readonly type: "string";
|
|
11877
|
+
readonly format: "did";
|
|
11878
|
+
};
|
|
11879
|
+
readonly limit: {
|
|
11880
|
+
readonly type: "integer";
|
|
11881
|
+
readonly minimum: 1;
|
|
11882
|
+
readonly maximum: 100;
|
|
11883
|
+
readonly default: 50;
|
|
11884
|
+
};
|
|
11885
|
+
readonly cursor: {
|
|
11886
|
+
readonly type: "string";
|
|
11887
|
+
};
|
|
11888
|
+
};
|
|
11889
|
+
};
|
|
11890
|
+
readonly output: {
|
|
11891
|
+
readonly encoding: "application/json";
|
|
11892
|
+
readonly schema: {
|
|
11893
|
+
readonly type: "object";
|
|
11894
|
+
readonly required: ["convos"];
|
|
11895
|
+
readonly properties: {
|
|
11896
|
+
readonly cursor: {
|
|
11897
|
+
readonly type: "string";
|
|
11898
|
+
};
|
|
11899
|
+
readonly convos: {
|
|
11900
|
+
readonly type: "array";
|
|
11901
|
+
readonly items: {
|
|
11902
|
+
readonly type: "ref";
|
|
11903
|
+
readonly ref: "lex:chat.bsky.convo.defs#convoView";
|
|
11904
|
+
};
|
|
11905
|
+
};
|
|
11906
|
+
};
|
|
11907
|
+
};
|
|
11908
|
+
};
|
|
11909
|
+
};
|
|
11910
|
+
};
|
|
11911
|
+
};
|
|
11674
11912
|
readonly ChatBskyGroupRejectJoinRequest: {
|
|
11675
11913
|
readonly lexicon: 1;
|
|
11676
11914
|
readonly id: "chat.bsky.group.rejectJoinRequest";
|
|
@@ -12407,7 +12645,7 @@ export declare const schemaDict: {
|
|
|
12407
12645
|
readonly lockReason: {
|
|
12408
12646
|
readonly description: "Why the group was locked. Only present when updateType is 'locked'.";
|
|
12409
12647
|
readonly type: "string";
|
|
12410
|
-
readonly knownValues: ["owner_action", "owner_left", "owner_deactivated", "owner_deleted", "owner_taken_down", "label_applied"];
|
|
12648
|
+
readonly knownValues: ["owner_action", "owner_left", "owner_deactivated", "owner_deleted", "owner_suspended", "owner_taken_down", "label_applied"];
|
|
12411
12649
|
};
|
|
12412
12650
|
readonly newName: {
|
|
12413
12651
|
readonly description: "The new group name. Only present when updateType is 'name_changed'.";
|
|
@@ -25530,13 +25768,13 @@ export declare const schemas: ({
|
|
|
25530
25768
|
readonly accept: ["image/*"];
|
|
25531
25769
|
readonly maxSize: 1000000;
|
|
25532
25770
|
};
|
|
25533
|
-
readonly
|
|
25771
|
+
readonly associatedRefs: {
|
|
25534
25772
|
readonly type: "array";
|
|
25535
25773
|
readonly items: {
|
|
25536
25774
|
readonly type: "ref";
|
|
25537
25775
|
readonly ref: "lex:com.atproto.repo.strongRef";
|
|
25538
25776
|
};
|
|
25539
|
-
readonly description: "
|
|
25777
|
+
readonly description: "StrongRefs (uri+cid) of the Atmosphere records that backed this view.";
|
|
25540
25778
|
};
|
|
25541
25779
|
};
|
|
25542
25780
|
};
|
|
@@ -25568,6 +25806,166 @@ export declare const schemas: ({
|
|
|
25568
25806
|
readonly type: "string";
|
|
25569
25807
|
readonly format: "uri";
|
|
25570
25808
|
};
|
|
25809
|
+
readonly createdAt: {
|
|
25810
|
+
readonly type: "string";
|
|
25811
|
+
readonly format: "datetime";
|
|
25812
|
+
readonly description: "When the external content was created, if available. Example: a publication date, for an article.";
|
|
25813
|
+
};
|
|
25814
|
+
readonly updatedAt: {
|
|
25815
|
+
readonly type: "string";
|
|
25816
|
+
readonly format: "datetime";
|
|
25817
|
+
readonly description: "When the external content was updated, if available.";
|
|
25818
|
+
};
|
|
25819
|
+
readonly readingTime: {
|
|
25820
|
+
readonly type: "integer";
|
|
25821
|
+
readonly description: "Estimated reading time in minutes, if applicable and available.";
|
|
25822
|
+
};
|
|
25823
|
+
readonly labels: {
|
|
25824
|
+
readonly type: "array";
|
|
25825
|
+
readonly items: {
|
|
25826
|
+
readonly type: "ref";
|
|
25827
|
+
readonly ref: "lex:com.atproto.label.defs#label";
|
|
25828
|
+
};
|
|
25829
|
+
};
|
|
25830
|
+
readonly source: {
|
|
25831
|
+
readonly type: "ref";
|
|
25832
|
+
readonly ref: "lex:app.bsky.embed.external#viewExternalSource";
|
|
25833
|
+
};
|
|
25834
|
+
readonly associatedRefs: {
|
|
25835
|
+
readonly type: "array";
|
|
25836
|
+
readonly items: {
|
|
25837
|
+
readonly type: "ref";
|
|
25838
|
+
readonly ref: "lex:com.atproto.repo.strongRef";
|
|
25839
|
+
};
|
|
25840
|
+
readonly description: "StrongRefs (uri+cid) of the Atmosphere records that backed this view.";
|
|
25841
|
+
};
|
|
25842
|
+
};
|
|
25843
|
+
};
|
|
25844
|
+
readonly viewExternalSource: {
|
|
25845
|
+
readonly type: "object";
|
|
25846
|
+
readonly description: "The source of an external embed, such as a standard.site publication.";
|
|
25847
|
+
readonly properties: {
|
|
25848
|
+
readonly uri: {
|
|
25849
|
+
readonly type: "string";
|
|
25850
|
+
readonly format: "uri";
|
|
25851
|
+
readonly description: "URI of the source, if available. Example: the https:// URL of a site.standard.publication record.";
|
|
25852
|
+
};
|
|
25853
|
+
readonly icon: {
|
|
25854
|
+
readonly type: "string";
|
|
25855
|
+
readonly format: "uri";
|
|
25856
|
+
readonly description: "Fully-qualified URL where an icon representing the source can be fetched. For example, CDN location provided by the App View.";
|
|
25857
|
+
};
|
|
25858
|
+
readonly title: {
|
|
25859
|
+
readonly type: "string";
|
|
25860
|
+
};
|
|
25861
|
+
readonly description: {
|
|
25862
|
+
readonly type: "string";
|
|
25863
|
+
};
|
|
25864
|
+
readonly theme: {
|
|
25865
|
+
readonly type: "ref";
|
|
25866
|
+
readonly ref: "lex:app.bsky.embed.external#viewExternalSourceTheme";
|
|
25867
|
+
};
|
|
25868
|
+
};
|
|
25869
|
+
};
|
|
25870
|
+
readonly viewExternalSourceTheme: {
|
|
25871
|
+
readonly type: "object";
|
|
25872
|
+
readonly description: "The theme colors of an external source, such as a site.standard.publication. These colors may be used when rendering an embed from that source.";
|
|
25873
|
+
readonly properties: {
|
|
25874
|
+
readonly backgroundRGB: {
|
|
25875
|
+
readonly type: "ref";
|
|
25876
|
+
readonly ref: "lex:app.bsky.embed.external#colorRGB";
|
|
25877
|
+
};
|
|
25878
|
+
readonly foregroundRGB: {
|
|
25879
|
+
readonly type: "ref";
|
|
25880
|
+
readonly ref: "lex:app.bsky.embed.external#colorRGB";
|
|
25881
|
+
};
|
|
25882
|
+
readonly accentRGB: {
|
|
25883
|
+
readonly type: "ref";
|
|
25884
|
+
readonly ref: "lex:app.bsky.embed.external#colorRGB";
|
|
25885
|
+
};
|
|
25886
|
+
readonly accentForegroundRGB: {
|
|
25887
|
+
readonly type: "ref";
|
|
25888
|
+
readonly ref: "lex:app.bsky.embed.external#colorRGB";
|
|
25889
|
+
};
|
|
25890
|
+
};
|
|
25891
|
+
};
|
|
25892
|
+
readonly colorRGB: {
|
|
25893
|
+
readonly type: "object";
|
|
25894
|
+
readonly description: "RGB color definition, inspired by site.standard.theme.color#rgb";
|
|
25895
|
+
readonly required: ["r", "g", "b"];
|
|
25896
|
+
readonly properties: {
|
|
25897
|
+
readonly r: {
|
|
25898
|
+
readonly type: "integer";
|
|
25899
|
+
readonly minimum: 0;
|
|
25900
|
+
readonly maximum: 255;
|
|
25901
|
+
};
|
|
25902
|
+
readonly g: {
|
|
25903
|
+
readonly type: "integer";
|
|
25904
|
+
readonly minimum: 0;
|
|
25905
|
+
readonly maximum: 255;
|
|
25906
|
+
};
|
|
25907
|
+
readonly b: {
|
|
25908
|
+
readonly type: "integer";
|
|
25909
|
+
readonly minimum: 0;
|
|
25910
|
+
readonly maximum: 255;
|
|
25911
|
+
};
|
|
25912
|
+
};
|
|
25913
|
+
};
|
|
25914
|
+
};
|
|
25915
|
+
} | {
|
|
25916
|
+
readonly lexicon: 1;
|
|
25917
|
+
readonly id: "app.bsky.embed.getEmbedExternalView";
|
|
25918
|
+
readonly defs: {
|
|
25919
|
+
readonly main: {
|
|
25920
|
+
readonly type: "query";
|
|
25921
|
+
readonly description: "Resolve one or more AT-URIs into the data needed to render an enhanced external embed. Returns `associatedRefs` (strongRefs to embed into a post's external.associatedRefs), the raw `associatedRecords`, and a hydrated `view`. The response is empty (`{}`) when no records were resolvable, or when validation determined the resolved records don't actually back the requested URL; clients should fall back to their own link-card rendering in that case and skip writing strongRefs to the post.";
|
|
25922
|
+
readonly parameters: {
|
|
25923
|
+
readonly type: "params";
|
|
25924
|
+
readonly required: ["url", "uris"];
|
|
25925
|
+
readonly properties: {
|
|
25926
|
+
readonly url: {
|
|
25927
|
+
readonly type: "string";
|
|
25928
|
+
readonly format: "uri";
|
|
25929
|
+
readonly description: "The canonical web URL the embed represents (typically the URL the user pasted into the composer). Used as the returned view's `uri`. May be used for validation in the future.";
|
|
25930
|
+
};
|
|
25931
|
+
readonly uris: {
|
|
25932
|
+
readonly type: "array";
|
|
25933
|
+
readonly description: "AT-URIs of any Atmosphere records that can be resolved and used to construct #externalView views. Example: a site.standard.document and optionally its associated site.standard.publication.";
|
|
25934
|
+
readonly items: {
|
|
25935
|
+
readonly type: "string";
|
|
25936
|
+
readonly format: "at-uri";
|
|
25937
|
+
};
|
|
25938
|
+
readonly maxLength: 4;
|
|
25939
|
+
};
|
|
25940
|
+
};
|
|
25941
|
+
};
|
|
25942
|
+
readonly output: {
|
|
25943
|
+
readonly encoding: "application/json";
|
|
25944
|
+
readonly schema: {
|
|
25945
|
+
readonly type: "object";
|
|
25946
|
+
readonly properties: {
|
|
25947
|
+
readonly view: {
|
|
25948
|
+
readonly type: "ref";
|
|
25949
|
+
readonly ref: "lex:app.bsky.embed.external#view";
|
|
25950
|
+
readonly description: "Hydrated view of the embed. Present only when the resolved records back the requested URL and supply enough information to populate the required `viewExternal` fields. Omitted alongside the rest of the response when no records resolved or validation failed.";
|
|
25951
|
+
};
|
|
25952
|
+
readonly associatedRefs: {
|
|
25953
|
+
readonly type: "array";
|
|
25954
|
+
readonly items: {
|
|
25955
|
+
readonly type: "ref";
|
|
25956
|
+
readonly ref: "lex:com.atproto.repo.strongRef";
|
|
25957
|
+
};
|
|
25958
|
+
readonly description: "StrongRefs (URI+CID) of the Atmosphere records that backed this view, suitable for embedding into a post's external.associatedRefs.";
|
|
25959
|
+
};
|
|
25960
|
+
readonly associatedRecords: {
|
|
25961
|
+
readonly type: "array";
|
|
25962
|
+
readonly items: {
|
|
25963
|
+
readonly type: "unknown";
|
|
25964
|
+
readonly description: "The raw record data of the Atmosphere records that backed this view. This is returned for convenience, to avoid the need for the client to separately fetch the record data for the associatedRefs. Example: the site.standard.document and site.standard.publication records that backed this view.";
|
|
25965
|
+
};
|
|
25966
|
+
};
|
|
25967
|
+
};
|
|
25968
|
+
};
|
|
25571
25969
|
};
|
|
25572
25970
|
};
|
|
25573
25971
|
};
|
|
@@ -32086,6 +32484,32 @@ export declare const schemas: ({
|
|
|
32086
32484
|
};
|
|
32087
32485
|
};
|
|
32088
32486
|
};
|
|
32487
|
+
} | {
|
|
32488
|
+
readonly lexicon: 1;
|
|
32489
|
+
readonly id: "chat.bsky.actor.getStatus";
|
|
32490
|
+
readonly defs: {
|
|
32491
|
+
readonly main: {
|
|
32492
|
+
readonly type: "query";
|
|
32493
|
+
readonly description: "Get the authenticated viewer's chat status: whether their account is chat-disabled and whether their group-membership additions are restricted to accounts they follow.";
|
|
32494
|
+
readonly output: {
|
|
32495
|
+
readonly encoding: "application/json";
|
|
32496
|
+
readonly schema: {
|
|
32497
|
+
readonly type: "object";
|
|
32498
|
+
readonly required: ["chatDisabled", "canCreateGroups"];
|
|
32499
|
+
readonly properties: {
|
|
32500
|
+
readonly chatDisabled: {
|
|
32501
|
+
readonly type: "boolean";
|
|
32502
|
+
readonly description: "True when the viewer's account is disabled and cannot actively participate in chat.";
|
|
32503
|
+
};
|
|
32504
|
+
readonly canCreateGroups: {
|
|
32505
|
+
readonly type: "boolean";
|
|
32506
|
+
readonly description: "Whether the viewer's account is allowed to create group chats. New accounts are restricted from creating groups.";
|
|
32507
|
+
};
|
|
32508
|
+
};
|
|
32509
|
+
};
|
|
32510
|
+
};
|
|
32511
|
+
};
|
|
32512
|
+
};
|
|
32089
32513
|
} | {
|
|
32090
32514
|
readonly lexicon: 1;
|
|
32091
32515
|
readonly id: "chat.bsky.convo.acceptConvo";
|
|
@@ -33993,8 +34417,6 @@ export declare const schemas: ({
|
|
|
33993
34417
|
readonly name: "AccountSuspended";
|
|
33994
34418
|
}, {
|
|
33995
34419
|
readonly name: "BlockedActor";
|
|
33996
|
-
}, {
|
|
33997
|
-
readonly name: "UserForbidsGroups";
|
|
33998
34420
|
}, {
|
|
33999
34421
|
readonly name: "ConvoLocked";
|
|
34000
34422
|
}, {
|
|
@@ -34007,6 +34429,8 @@ export declare const schemas: ({
|
|
|
34007
34429
|
readonly name: "NotFollowedBySender";
|
|
34008
34430
|
}, {
|
|
34009
34431
|
readonly name: "RecipientNotFound";
|
|
34432
|
+
}, {
|
|
34433
|
+
readonly name: "UserForbidsGroups";
|
|
34010
34434
|
}];
|
|
34011
34435
|
readonly input: {
|
|
34012
34436
|
readonly encoding: "application/json";
|
|
@@ -34107,11 +34531,13 @@ export declare const schemas: ({
|
|
|
34107
34531
|
}, {
|
|
34108
34532
|
readonly name: "BlockedActor";
|
|
34109
34533
|
}, {
|
|
34110
|
-
readonly name: "
|
|
34534
|
+
readonly name: "NewAccountCannotCreateGroup";
|
|
34111
34535
|
}, {
|
|
34112
34536
|
readonly name: "NotFollowedBySender";
|
|
34113
34537
|
}, {
|
|
34114
34538
|
readonly name: "RecipientNotFound";
|
|
34539
|
+
}, {
|
|
34540
|
+
readonly name: "UserForbidsGroups";
|
|
34115
34541
|
}];
|
|
34116
34542
|
readonly input: {
|
|
34117
34543
|
readonly encoding: "application/json";
|
|
@@ -34543,6 +34969,53 @@ export declare const schemas: ({
|
|
|
34543
34969
|
};
|
|
34544
34970
|
};
|
|
34545
34971
|
};
|
|
34972
|
+
} | {
|
|
34973
|
+
readonly lexicon: 1;
|
|
34974
|
+
readonly id: "chat.bsky.group.listMutualGroups";
|
|
34975
|
+
readonly defs: {
|
|
34976
|
+
readonly main: {
|
|
34977
|
+
readonly type: "query";
|
|
34978
|
+
readonly description: "[NOTE: This is under active development and should be considered unstable while this note is here]. Returns a page of group conversations that both the requester and the specified actor are members of.";
|
|
34979
|
+
readonly parameters: {
|
|
34980
|
+
readonly type: "params";
|
|
34981
|
+
readonly required: ["subject"];
|
|
34982
|
+
readonly properties: {
|
|
34983
|
+
readonly subject: {
|
|
34984
|
+
readonly type: "string";
|
|
34985
|
+
readonly format: "did";
|
|
34986
|
+
};
|
|
34987
|
+
readonly limit: {
|
|
34988
|
+
readonly type: "integer";
|
|
34989
|
+
readonly minimum: 1;
|
|
34990
|
+
readonly maximum: 100;
|
|
34991
|
+
readonly default: 50;
|
|
34992
|
+
};
|
|
34993
|
+
readonly cursor: {
|
|
34994
|
+
readonly type: "string";
|
|
34995
|
+
};
|
|
34996
|
+
};
|
|
34997
|
+
};
|
|
34998
|
+
readonly output: {
|
|
34999
|
+
readonly encoding: "application/json";
|
|
35000
|
+
readonly schema: {
|
|
35001
|
+
readonly type: "object";
|
|
35002
|
+
readonly required: ["convos"];
|
|
35003
|
+
readonly properties: {
|
|
35004
|
+
readonly cursor: {
|
|
35005
|
+
readonly type: "string";
|
|
35006
|
+
};
|
|
35007
|
+
readonly convos: {
|
|
35008
|
+
readonly type: "array";
|
|
35009
|
+
readonly items: {
|
|
35010
|
+
readonly type: "ref";
|
|
35011
|
+
readonly ref: "lex:chat.bsky.convo.defs#convoView";
|
|
35012
|
+
};
|
|
35013
|
+
};
|
|
35014
|
+
};
|
|
35015
|
+
};
|
|
35016
|
+
};
|
|
35017
|
+
};
|
|
35018
|
+
};
|
|
34546
35019
|
} | {
|
|
34547
35020
|
readonly lexicon: 1;
|
|
34548
35021
|
readonly id: "chat.bsky.group.rejectJoinRequest";
|
|
@@ -35274,7 +35747,7 @@ export declare const schemas: ({
|
|
|
35274
35747
|
readonly lockReason: {
|
|
35275
35748
|
readonly description: "Why the group was locked. Only present when updateType is 'locked'.";
|
|
35276
35749
|
readonly type: "string";
|
|
35277
|
-
readonly knownValues: ["owner_action", "owner_left", "owner_deactivated", "owner_deleted", "owner_taken_down", "label_applied"];
|
|
35750
|
+
readonly knownValues: ["owner_action", "owner_left", "owner_deactivated", "owner_deleted", "owner_suspended", "owner_taken_down", "label_applied"];
|
|
35278
35751
|
};
|
|
35279
35752
|
readonly newName: {
|
|
35280
35753
|
readonly description: "The new group name. Only present when updateType is 'name_changed'.";
|
|
@@ -45793,6 +46266,7 @@ export declare const ids: {
|
|
|
45793
46266
|
readonly AppBskyDraftUpdateDraft: "app.bsky.draft.updateDraft";
|
|
45794
46267
|
readonly AppBskyEmbedDefs: "app.bsky.embed.defs";
|
|
45795
46268
|
readonly AppBskyEmbedExternal: "app.bsky.embed.external";
|
|
46269
|
+
readonly AppBskyEmbedGetEmbedExternalView: "app.bsky.embed.getEmbedExternalView";
|
|
45796
46270
|
readonly AppBskyEmbedImages: "app.bsky.embed.images";
|
|
45797
46271
|
readonly AppBskyEmbedRecord: "app.bsky.embed.record";
|
|
45798
46272
|
readonly AppBskyEmbedRecordWithMedia: "app.bsky.embed.recordWithMedia";
|
|
@@ -45908,6 +46382,7 @@ export declare const ids: {
|
|
|
45908
46382
|
readonly ChatBskyActorDefs: "chat.bsky.actor.defs";
|
|
45909
46383
|
readonly ChatBskyActorDeleteAccount: "chat.bsky.actor.deleteAccount";
|
|
45910
46384
|
readonly ChatBskyActorExportAccountData: "chat.bsky.actor.exportAccountData";
|
|
46385
|
+
readonly ChatBskyActorGetStatus: "chat.bsky.actor.getStatus";
|
|
45911
46386
|
readonly ChatBskyConvoAcceptConvo: "chat.bsky.convo.acceptConvo";
|
|
45912
46387
|
readonly ChatBskyConvoAddReaction: "chat.bsky.convo.addReaction";
|
|
45913
46388
|
readonly ChatBskyConvoDefs: "chat.bsky.convo.defs";
|
|
@@ -45941,6 +46416,7 @@ export declare const ids: {
|
|
|
45941
46416
|
readonly ChatBskyGroupEnableJoinLink: "chat.bsky.group.enableJoinLink";
|
|
45942
46417
|
readonly ChatBskyGroupGetJoinLinkPreview: "chat.bsky.group.getJoinLinkPreview";
|
|
45943
46418
|
readonly ChatBskyGroupListJoinRequests: "chat.bsky.group.listJoinRequests";
|
|
46419
|
+
readonly ChatBskyGroupListMutualGroups: "chat.bsky.group.listMutualGroups";
|
|
45944
46420
|
readonly ChatBskyGroupRejectJoinRequest: "chat.bsky.group.rejectJoinRequest";
|
|
45945
46421
|
readonly ChatBskyGroupRemoveMembers: "chat.bsky.group.removeMembers";
|
|
45946
46422
|
readonly ChatBskyGroupRequestJoin: "chat.bsky.group.requestJoin";
|