@atproto/bsky 0.0.29 → 0.0.30
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 +8 -0
- package/dist/api/app/bsky/feed/getAuthorFeed.d.ts +1 -0
- package/dist/db/index.js +285 -15
- package/dist/db/index.js.map +3 -3
- package/dist/index.js +892 -413
- package/dist/index.js.map +3 -3
- package/dist/lexicon/lexicons.d.ts +96 -5
- package/dist/lexicon/types/app/bsky/actor/defs.d.ts +1 -0
- package/dist/lexicon/types/app/bsky/actor/getPreferences.d.ts +2 -2
- package/dist/lexicon/types/app/bsky/actor/getProfile.d.ts +2 -2
- package/dist/lexicon/types/app/bsky/actor/getProfiles.d.ts +2 -2
- package/dist/lexicon/types/app/bsky/actor/getSuggestions.d.ts +2 -2
- package/dist/lexicon/types/app/bsky/actor/searchActors.d.ts +2 -2
- package/dist/lexicon/types/app/bsky/actor/searchActorsTypeahead.d.ts +2 -2
- package/dist/lexicon/types/app/bsky/feed/describeFeedGenerator.d.ts +2 -2
- package/dist/lexicon/types/app/bsky/feed/getActorFeeds.d.ts +2 -2
- package/dist/lexicon/types/app/bsky/feed/getActorLikes.d.ts +2 -2
- package/dist/lexicon/types/app/bsky/feed/getAuthorFeed.d.ts +2 -2
- package/dist/lexicon/types/app/bsky/feed/getFeed.d.ts +2 -2
- package/dist/lexicon/types/app/bsky/feed/getFeedGenerator.d.ts +2 -2
- package/dist/lexicon/types/app/bsky/feed/getFeedGenerators.d.ts +2 -2
- package/dist/lexicon/types/app/bsky/feed/getFeedSkeleton.d.ts +2 -2
- package/dist/lexicon/types/app/bsky/feed/getLikes.d.ts +2 -2
- package/dist/lexicon/types/app/bsky/feed/getListFeed.d.ts +2 -2
- package/dist/lexicon/types/app/bsky/feed/getPostThread.d.ts +2 -2
- package/dist/lexicon/types/app/bsky/feed/getPosts.d.ts +2 -2
- package/dist/lexicon/types/app/bsky/feed/getRepostedBy.d.ts +2 -2
- package/dist/lexicon/types/app/bsky/feed/getSuggestedFeeds.d.ts +2 -2
- package/dist/lexicon/types/app/bsky/feed/getTimeline.d.ts +2 -2
- package/dist/lexicon/types/app/bsky/feed/searchPosts.d.ts +2 -2
- package/dist/lexicon/types/app/bsky/graph/getBlocks.d.ts +2 -2
- package/dist/lexicon/types/app/bsky/graph/getFollowers.d.ts +2 -2
- package/dist/lexicon/types/app/bsky/graph/getFollows.d.ts +2 -2
- package/dist/lexicon/types/app/bsky/graph/getList.d.ts +2 -2
- package/dist/lexicon/types/app/bsky/graph/getListBlocks.d.ts +2 -2
- package/dist/lexicon/types/app/bsky/graph/getListMutes.d.ts +2 -2
- package/dist/lexicon/types/app/bsky/graph/getLists.d.ts +2 -2
- package/dist/lexicon/types/app/bsky/graph/getMutes.d.ts +2 -2
- package/dist/lexicon/types/app/bsky/graph/getRelationships.d.ts +2 -2
- package/dist/lexicon/types/app/bsky/graph/getSuggestedFollowsByActor.d.ts +2 -2
- package/dist/lexicon/types/app/bsky/notification/getUnreadCount.d.ts +2 -2
- package/dist/lexicon/types/app/bsky/notification/listNotifications.d.ts +2 -2
- package/dist/lexicon/types/app/bsky/unspecced/getPopularFeedGenerators.d.ts +2 -2
- package/dist/lexicon/types/app/bsky/unspecced/getTaggedSuggestions.d.ts +2 -2
- package/dist/lexicon/types/app/bsky/unspecced/searchActorsSkeleton.d.ts +2 -2
- package/dist/lexicon/types/app/bsky/unspecced/searchPostsSkeleton.d.ts +2 -2
- package/dist/lexicon/types/com/atproto/admin/createCommunicationTemplate.d.ts +2 -2
- package/dist/lexicon/types/com/atproto/admin/emitModerationEvent.d.ts +2 -2
- package/dist/lexicon/types/com/atproto/admin/getAccountInfo.d.ts +2 -2
- package/dist/lexicon/types/com/atproto/admin/getAccountInfos.d.ts +2 -2
- package/dist/lexicon/types/com/atproto/admin/getInviteCodes.d.ts +2 -2
- package/dist/lexicon/types/com/atproto/admin/getModerationEvent.d.ts +2 -2
- package/dist/lexicon/types/com/atproto/admin/getRecord.d.ts +2 -2
- package/dist/lexicon/types/com/atproto/admin/getRepo.d.ts +2 -2
- package/dist/lexicon/types/com/atproto/admin/getSubjectStatus.d.ts +2 -2
- package/dist/lexicon/types/com/atproto/admin/listCommunicationTemplates.d.ts +2 -2
- package/dist/lexicon/types/com/atproto/admin/queryModerationEvents.d.ts +2 -2
- package/dist/lexicon/types/com/atproto/admin/queryModerationStatuses.d.ts +2 -2
- package/dist/lexicon/types/com/atproto/admin/searchRepos.d.ts +2 -2
- package/dist/lexicon/types/com/atproto/admin/sendEmail.d.ts +2 -2
- package/dist/lexicon/types/com/atproto/admin/updateCommunicationTemplate.d.ts +2 -2
- package/dist/lexicon/types/com/atproto/admin/updateSubjectStatus.d.ts +2 -2
- package/dist/lexicon/types/com/atproto/identity/resolveHandle.d.ts +2 -2
- package/dist/lexicon/types/com/atproto/label/queryLabels.d.ts +2 -2
- package/dist/lexicon/types/com/atproto/moderation/createReport.d.ts +2 -2
- package/dist/lexicon/types/com/atproto/repo/createRecord.d.ts +2 -2
- package/dist/lexicon/types/com/atproto/repo/describeRepo.d.ts +2 -2
- package/dist/lexicon/types/com/atproto/repo/getRecord.d.ts +2 -2
- package/dist/lexicon/types/com/atproto/repo/listRecords.d.ts +2 -2
- package/dist/lexicon/types/com/atproto/repo/putRecord.d.ts +2 -2
- package/dist/lexicon/types/com/atproto/repo/uploadBlob.d.ts +2 -2
- package/dist/lexicon/types/com/atproto/server/createAccount.d.ts +2 -2
- package/dist/lexicon/types/com/atproto/server/createAppPassword.d.ts +2 -2
- package/dist/lexicon/types/com/atproto/server/createInviteCode.d.ts +2 -2
- package/dist/lexicon/types/com/atproto/server/createInviteCodes.d.ts +2 -2
- package/dist/lexicon/types/com/atproto/server/createSession.d.ts +2 -2
- package/dist/lexicon/types/com/atproto/server/describeServer.d.ts +2 -2
- package/dist/lexicon/types/com/atproto/server/getAccountInviteCodes.d.ts +2 -2
- package/dist/lexicon/types/com/atproto/server/getSession.d.ts +2 -2
- package/dist/lexicon/types/com/atproto/server/listAppPasswords.d.ts +2 -2
- package/dist/lexicon/types/com/atproto/server/refreshSession.d.ts +2 -2
- package/dist/lexicon/types/com/atproto/server/requestEmailUpdate.d.ts +2 -2
- package/dist/lexicon/types/com/atproto/server/reserveSigningKey.d.ts +2 -2
- package/dist/lexicon/types/com/atproto/sync/getBlob.d.ts +2 -2
- package/dist/lexicon/types/com/atproto/sync/getBlocks.d.ts +2 -2
- package/dist/lexicon/types/com/atproto/sync/getCheckout.d.ts +2 -2
- package/dist/lexicon/types/com/atproto/sync/getHead.d.ts +2 -2
- package/dist/lexicon/types/com/atproto/sync/getLatestCommit.d.ts +2 -2
- package/dist/lexicon/types/com/atproto/sync/getRecord.d.ts +2 -2
- package/dist/lexicon/types/com/atproto/sync/getRepo.d.ts +2 -2
- package/dist/lexicon/types/com/atproto/sync/listBlobs.d.ts +2 -2
- package/dist/lexicon/types/com/atproto/sync/listRepos.d.ts +2 -2
- package/dist/lexicon/types/com/atproto/temp/checkSignupQueue.d.ts +2 -2
- package/dist/lexicon/types/com/atproto/temp/fetchLabels.d.ts +2 -2
- package/dist/lexicon/types/com/atproto/temp/importRepo.d.ts +2 -2
- package/dist/lexicon/types/com/atproto/temp/transferAccount.d.ts +2 -2
- package/dist/services/feed/index.d.ts +2 -1
- package/package.json +6 -6
- package/src/api/app/bsky/feed/getAuthorFeed.ts +12 -4
- package/src/lexicon/lexicons.ts +339 -123
- package/src/lexicon/types/app/bsky/actor/defs.ts +2 -0
- package/src/lexicon/types/app/bsky/actor/getPreferences.ts +2 -2
- package/src/lexicon/types/app/bsky/actor/getProfile.ts +3 -2
- package/src/lexicon/types/app/bsky/actor/getProfiles.ts +2 -2
- package/src/lexicon/types/app/bsky/actor/getSuggestions.ts +2 -2
- package/src/lexicon/types/app/bsky/actor/profile.ts +3 -0
- package/src/lexicon/types/app/bsky/actor/putPreferences.ts +1 -1
- package/src/lexicon/types/app/bsky/actor/searchActors.ts +2 -2
- package/src/lexicon/types/app/bsky/actor/searchActorsTypeahead.ts +2 -2
- package/src/lexicon/types/app/bsky/embed/external.ts +1 -0
- package/src/lexicon/types/app/bsky/embed/images.ts +4 -0
- package/src/lexicon/types/app/bsky/embed/record.ts +1 -0
- package/src/lexicon/types/app/bsky/feed/defs.ts +1 -0
- package/src/lexicon/types/app/bsky/feed/describeFeedGenerator.ts +2 -2
- package/src/lexicon/types/app/bsky/feed/getActorFeeds.ts +2 -2
- package/src/lexicon/types/app/bsky/feed/getActorLikes.ts +2 -2
- package/src/lexicon/types/app/bsky/feed/getAuthorFeed.ts +3 -2
- package/src/lexicon/types/app/bsky/feed/getFeed.ts +2 -2
- package/src/lexicon/types/app/bsky/feed/getFeedGenerator.ts +5 -2
- package/src/lexicon/types/app/bsky/feed/getFeedGenerators.ts +2 -2
- package/src/lexicon/types/app/bsky/feed/getFeedSkeleton.ts +3 -2
- package/src/lexicon/types/app/bsky/feed/getLikes.ts +4 -2
- package/src/lexicon/types/app/bsky/feed/getListFeed.ts +3 -2
- package/src/lexicon/types/app/bsky/feed/getPostThread.ts +5 -2
- package/src/lexicon/types/app/bsky/feed/getPosts.ts +3 -2
- package/src/lexicon/types/app/bsky/feed/getRepostedBy.ts +4 -2
- package/src/lexicon/types/app/bsky/feed/getSuggestedFeeds.ts +2 -2
- package/src/lexicon/types/app/bsky/feed/getTimeline.ts +3 -2
- package/src/lexicon/types/app/bsky/feed/post.ts +5 -1
- package/src/lexicon/types/app/bsky/feed/searchPosts.ts +2 -2
- package/src/lexicon/types/app/bsky/feed/threadgate.ts +1 -0
- package/src/lexicon/types/app/bsky/graph/block.ts +1 -0
- package/src/lexicon/types/app/bsky/graph/getBlocks.ts +2 -2
- package/src/lexicon/types/app/bsky/graph/getFollowers.ts +2 -2
- package/src/lexicon/types/app/bsky/graph/getFollows.ts +2 -2
- package/src/lexicon/types/app/bsky/graph/getList.ts +3 -2
- package/src/lexicon/types/app/bsky/graph/getListBlocks.ts +2 -2
- package/src/lexicon/types/app/bsky/graph/getListMutes.ts +2 -2
- package/src/lexicon/types/app/bsky/graph/getLists.ts +3 -2
- package/src/lexicon/types/app/bsky/graph/getMutes.ts +2 -2
- package/src/lexicon/types/app/bsky/graph/getRelationships.ts +4 -2
- package/src/lexicon/types/app/bsky/graph/getSuggestedFollowsByActor.ts +2 -2
- package/src/lexicon/types/app/bsky/graph/list.ts +1 -0
- package/src/lexicon/types/app/bsky/graph/listblock.ts +1 -0
- package/src/lexicon/types/app/bsky/graph/listitem.ts +2 -0
- package/src/lexicon/types/app/bsky/graph/muteActor.ts +1 -1
- package/src/lexicon/types/app/bsky/graph/muteActorList.ts +1 -1
- package/src/lexicon/types/app/bsky/graph/unmuteActor.ts +1 -1
- package/src/lexicon/types/app/bsky/graph/unmuteActorList.ts +1 -1
- package/src/lexicon/types/app/bsky/notification/getUnreadCount.ts +2 -2
- package/src/lexicon/types/app/bsky/notification/listNotifications.ts +2 -2
- package/src/lexicon/types/app/bsky/notification/registerPush.ts +1 -1
- package/src/lexicon/types/app/bsky/notification/updateSeen.ts +1 -1
- package/src/lexicon/types/app/bsky/richtext/facet.ts +5 -4
- package/src/lexicon/types/app/bsky/unspecced/getPopularFeedGenerators.ts +2 -2
- package/src/lexicon/types/app/bsky/unspecced/getTaggedSuggestions.ts +2 -2
- package/src/lexicon/types/app/bsky/unspecced/searchActorsSkeleton.ts +2 -2
- package/src/lexicon/types/app/bsky/unspecced/searchPostsSkeleton.ts +2 -2
- package/src/lexicon/types/com/atproto/admin/createCommunicationTemplate.ts +2 -2
- package/src/lexicon/types/com/atproto/admin/deleteAccount.ts +1 -1
- package/src/lexicon/types/com/atproto/admin/deleteCommunicationTemplate.ts +1 -1
- package/src/lexicon/types/com/atproto/admin/disableAccountInvites.ts +1 -1
- package/src/lexicon/types/com/atproto/admin/disableInviteCodes.ts +1 -1
- package/src/lexicon/types/com/atproto/admin/emitModerationEvent.ts +2 -2
- package/src/lexicon/types/com/atproto/admin/enableAccountInvites.ts +1 -1
- package/src/lexicon/types/com/atproto/admin/getAccountInfo.ts +2 -2
- package/src/lexicon/types/com/atproto/admin/getAccountInfos.ts +2 -2
- package/src/lexicon/types/com/atproto/admin/getInviteCodes.ts +2 -2
- package/src/lexicon/types/com/atproto/admin/getModerationEvent.ts +2 -2
- package/src/lexicon/types/com/atproto/admin/getRecord.ts +2 -2
- package/src/lexicon/types/com/atproto/admin/getRepo.ts +2 -2
- package/src/lexicon/types/com/atproto/admin/getSubjectStatus.ts +2 -2
- package/src/lexicon/types/com/atproto/admin/listCommunicationTemplates.ts +2 -2
- package/src/lexicon/types/com/atproto/admin/queryModerationEvents.ts +2 -2
- package/src/lexicon/types/com/atproto/admin/queryModerationStatuses.ts +2 -2
- package/src/lexicon/types/com/atproto/admin/searchRepos.ts +2 -2
- package/src/lexicon/types/com/atproto/admin/sendEmail.ts +2 -2
- package/src/lexicon/types/com/atproto/admin/updateAccountEmail.ts +1 -1
- package/src/lexicon/types/com/atproto/admin/updateAccountHandle.ts +1 -1
- package/src/lexicon/types/com/atproto/admin/updateCommunicationTemplate.ts +2 -2
- package/src/lexicon/types/com/atproto/admin/updateSubjectStatus.ts +2 -2
- package/src/lexicon/types/com/atproto/identity/resolveHandle.ts +2 -2
- package/src/lexicon/types/com/atproto/identity/updateHandle.ts +2 -1
- package/src/lexicon/types/com/atproto/label/queryLabels.ts +2 -2
- package/src/lexicon/types/com/atproto/label/subscribeLabels.ts +1 -1
- package/src/lexicon/types/com/atproto/moderation/createReport.ts +3 -2
- package/src/lexicon/types/com/atproto/repo/applyWrites.ts +7 -6
- package/src/lexicon/types/com/atproto/repo/createRecord.ts +6 -6
- package/src/lexicon/types/com/atproto/repo/deleteRecord.ts +3 -3
- package/src/lexicon/types/com/atproto/repo/describeRepo.ts +5 -2
- package/src/lexicon/types/com/atproto/repo/getRecord.ts +3 -3
- package/src/lexicon/types/com/atproto/repo/listRecords.ts +2 -2
- package/src/lexicon/types/com/atproto/repo/putRecord.ts +6 -6
- package/src/lexicon/types/com/atproto/repo/uploadBlob.ts +2 -2
- package/src/lexicon/types/com/atproto/server/confirmEmail.ts +1 -1
- package/src/lexicon/types/com/atproto/server/createAccount.ts +10 -2
- package/src/lexicon/types/com/atproto/server/createAppPassword.ts +3 -2
- package/src/lexicon/types/com/atproto/server/createInviteCode.ts +2 -2
- package/src/lexicon/types/com/atproto/server/createInviteCodes.ts +2 -2
- package/src/lexicon/types/com/atproto/server/createSession.ts +2 -2
- package/src/lexicon/types/com/atproto/server/deleteAccount.ts +1 -1
- package/src/lexicon/types/com/atproto/server/deleteSession.ts +1 -1
- package/src/lexicon/types/com/atproto/server/describeServer.ts +5 -2
- package/src/lexicon/types/com/atproto/server/getAccountInviteCodes.ts +3 -2
- package/src/lexicon/types/com/atproto/server/getSession.ts +2 -2
- package/src/lexicon/types/com/atproto/server/listAppPasswords.ts +2 -2
- package/src/lexicon/types/com/atproto/server/refreshSession.ts +2 -2
- package/src/lexicon/types/com/atproto/server/requestAccountDelete.ts +1 -1
- package/src/lexicon/types/com/atproto/server/requestEmailConfirmation.ts +1 -1
- package/src/lexicon/types/com/atproto/server/requestEmailUpdate.ts +2 -2
- package/src/lexicon/types/com/atproto/server/requestPasswordReset.ts +1 -1
- package/src/lexicon/types/com/atproto/server/reserveSigningKey.ts +4 -4
- package/src/lexicon/types/com/atproto/server/resetPassword.ts +1 -1
- package/src/lexicon/types/com/atproto/server/revokeAppPassword.ts +1 -1
- package/src/lexicon/types/com/atproto/server/updateEmail.ts +1 -1
- package/src/lexicon/types/com/atproto/sync/getBlob.ts +3 -3
- package/src/lexicon/types/com/atproto/sync/getBlocks.ts +2 -2
- package/src/lexicon/types/com/atproto/sync/getCheckout.ts +2 -2
- package/src/lexicon/types/com/atproto/sync/getHead.ts +2 -2
- package/src/lexicon/types/com/atproto/sync/getLatestCommit.ts +2 -2
- package/src/lexicon/types/com/atproto/sync/getRecord.ts +3 -2
- package/src/lexicon/types/com/atproto/sync/getRepo.ts +3 -3
- package/src/lexicon/types/com/atproto/sync/listBlobs.ts +2 -2
- package/src/lexicon/types/com/atproto/sync/listRepos.ts +3 -2
- package/src/lexicon/types/com/atproto/sync/notifyOfUpdate.ts +2 -2
- package/src/lexicon/types/com/atproto/sync/requestCrawl.ts +2 -2
- package/src/lexicon/types/com/atproto/sync/subscribeRepos.ts +17 -5
- package/src/lexicon/types/com/atproto/temp/checkSignupQueue.ts +2 -2
- package/src/lexicon/types/com/atproto/temp/fetchLabels.ts +2 -2
- package/src/lexicon/types/com/atproto/temp/importRepo.ts +2 -2
- package/src/lexicon/types/com/atproto/temp/pushBlob.ts +1 -1
- package/src/lexicon/types/com/atproto/temp/requestPhoneVerification.ts +1 -1
- package/src/lexicon/types/com/atproto/temp/transferAccount.ts +2 -2
- package/src/services/feed/index.ts +10 -4
- package/src/services/feed/views.ts +3 -1
- package/tests/views/author-feed.test.ts +29 -9
|
@@ -1782,6 +1782,7 @@ export declare const schemaDict: {
|
|
|
1782
1782
|
handle: {
|
|
1783
1783
|
type: string;
|
|
1784
1784
|
format: string;
|
|
1785
|
+
description: string;
|
|
1785
1786
|
};
|
|
1786
1787
|
};
|
|
1787
1788
|
};
|
|
@@ -1989,10 +1990,12 @@ export declare const schemaDict: {
|
|
|
1989
1990
|
properties: {
|
|
1990
1991
|
reasonType: {
|
|
1991
1992
|
type: string;
|
|
1993
|
+
description: string;
|
|
1992
1994
|
ref: string;
|
|
1993
1995
|
};
|
|
1994
1996
|
reason: {
|
|
1995
1997
|
type: string;
|
|
1998
|
+
description: string;
|
|
1996
1999
|
};
|
|
1997
2000
|
subject: {
|
|
1998
2001
|
type: string;
|
|
@@ -2108,6 +2111,7 @@ export declare const schemaDict: {
|
|
|
2108
2111
|
};
|
|
2109
2112
|
swapCommit: {
|
|
2110
2113
|
type: string;
|
|
2114
|
+
description: string;
|
|
2111
2115
|
format: string;
|
|
2112
2116
|
};
|
|
2113
2117
|
};
|
|
@@ -2115,6 +2119,7 @@ export declare const schemaDict: {
|
|
|
2115
2119
|
};
|
|
2116
2120
|
errors: {
|
|
2117
2121
|
name: string;
|
|
2122
|
+
description: string;
|
|
2118
2123
|
}[];
|
|
2119
2124
|
};
|
|
2120
2125
|
create: {
|
|
@@ -2232,6 +2237,7 @@ export declare const schemaDict: {
|
|
|
2232
2237
|
};
|
|
2233
2238
|
errors: {
|
|
2234
2239
|
name: string;
|
|
2240
|
+
description: string;
|
|
2235
2241
|
}[];
|
|
2236
2242
|
};
|
|
2237
2243
|
};
|
|
@@ -2316,9 +2322,11 @@ export declare const schemaDict: {
|
|
|
2316
2322
|
};
|
|
2317
2323
|
didDoc: {
|
|
2318
2324
|
type: string;
|
|
2325
|
+
description: string;
|
|
2319
2326
|
};
|
|
2320
2327
|
collections: {
|
|
2321
2328
|
type: string;
|
|
2329
|
+
description: string;
|
|
2322
2330
|
items: {
|
|
2323
2331
|
type: string;
|
|
2324
2332
|
format: string;
|
|
@@ -2326,6 +2334,7 @@ export declare const schemaDict: {
|
|
|
2326
2334
|
};
|
|
2327
2335
|
handleIsCorrect: {
|
|
2328
2336
|
type: string;
|
|
2337
|
+
description: string;
|
|
2329
2338
|
};
|
|
2330
2339
|
};
|
|
2331
2340
|
};
|
|
@@ -2639,10 +2648,12 @@ export declare const schemaDict: {
|
|
|
2639
2648
|
handle: {
|
|
2640
2649
|
type: string;
|
|
2641
2650
|
format: string;
|
|
2651
|
+
description: string;
|
|
2642
2652
|
};
|
|
2643
2653
|
did: {
|
|
2644
2654
|
type: string;
|
|
2645
2655
|
format: string;
|
|
2656
|
+
description: string;
|
|
2646
2657
|
};
|
|
2647
2658
|
inviteCode: {
|
|
2648
2659
|
type: string;
|
|
@@ -2655,12 +2666,15 @@ export declare const schemaDict: {
|
|
|
2655
2666
|
};
|
|
2656
2667
|
password: {
|
|
2657
2668
|
type: string;
|
|
2669
|
+
description: string;
|
|
2658
2670
|
};
|
|
2659
2671
|
recoveryKey: {
|
|
2660
2672
|
type: string;
|
|
2673
|
+
description: string;
|
|
2661
2674
|
};
|
|
2662
2675
|
plcOp: {
|
|
2663
2676
|
type: string;
|
|
2677
|
+
description: string;
|
|
2664
2678
|
};
|
|
2665
2679
|
};
|
|
2666
2680
|
};
|
|
@@ -2669,6 +2683,7 @@ export declare const schemaDict: {
|
|
|
2669
2683
|
encoding: string;
|
|
2670
2684
|
schema: {
|
|
2671
2685
|
type: string;
|
|
2686
|
+
description: string;
|
|
2672
2687
|
required: string[];
|
|
2673
2688
|
properties: {
|
|
2674
2689
|
accessJwt: {
|
|
@@ -2684,9 +2699,11 @@ export declare const schemaDict: {
|
|
|
2684
2699
|
did: {
|
|
2685
2700
|
type: string;
|
|
2686
2701
|
format: string;
|
|
2702
|
+
description: string;
|
|
2687
2703
|
};
|
|
2688
2704
|
didDoc: {
|
|
2689
2705
|
type: string;
|
|
2706
|
+
description: string;
|
|
2690
2707
|
};
|
|
2691
2708
|
};
|
|
2692
2709
|
};
|
|
@@ -2712,6 +2729,7 @@ export declare const schemaDict: {
|
|
|
2712
2729
|
properties: {
|
|
2713
2730
|
name: {
|
|
2714
2731
|
type: string;
|
|
2732
|
+
description: string;
|
|
2715
2733
|
};
|
|
2716
2734
|
};
|
|
2717
2735
|
};
|
|
@@ -3017,18 +3035,22 @@ export declare const schemaDict: {
|
|
|
3017
3035
|
properties: {
|
|
3018
3036
|
inviteCodeRequired: {
|
|
3019
3037
|
type: string;
|
|
3038
|
+
description: string;
|
|
3020
3039
|
};
|
|
3021
3040
|
phoneVerificationRequired: {
|
|
3022
3041
|
type: string;
|
|
3042
|
+
description: string;
|
|
3023
3043
|
};
|
|
3024
3044
|
availableUserDomains: {
|
|
3025
3045
|
type: string;
|
|
3046
|
+
description: string;
|
|
3026
3047
|
items: {
|
|
3027
3048
|
type: string;
|
|
3028
3049
|
};
|
|
3029
3050
|
};
|
|
3030
3051
|
links: {
|
|
3031
3052
|
type: string;
|
|
3053
|
+
description: string;
|
|
3032
3054
|
ref: string;
|
|
3033
3055
|
};
|
|
3034
3056
|
};
|
|
@@ -3065,6 +3087,7 @@ export declare const schemaDict: {
|
|
|
3065
3087
|
createAvailable: {
|
|
3066
3088
|
type: string;
|
|
3067
3089
|
default: boolean;
|
|
3090
|
+
description: string;
|
|
3068
3091
|
};
|
|
3069
3092
|
};
|
|
3070
3093
|
};
|
|
@@ -3285,6 +3308,7 @@ export declare const schemaDict: {
|
|
|
3285
3308
|
properties: {
|
|
3286
3309
|
did: {
|
|
3287
3310
|
type: string;
|
|
3311
|
+
format: string;
|
|
3288
3312
|
description: string;
|
|
3289
3313
|
};
|
|
3290
3314
|
};
|
|
@@ -3568,6 +3592,7 @@ export declare const schemaDict: {
|
|
|
3568
3592
|
};
|
|
3569
3593
|
rkey: {
|
|
3570
3594
|
type: string;
|
|
3595
|
+
description: string;
|
|
3571
3596
|
};
|
|
3572
3597
|
commit: {
|
|
3573
3598
|
type: string;
|
|
@@ -3715,6 +3740,7 @@ export declare const schemaDict: {
|
|
|
3715
3740
|
head: {
|
|
3716
3741
|
type: string;
|
|
3717
3742
|
format: string;
|
|
3743
|
+
description: string;
|
|
3718
3744
|
};
|
|
3719
3745
|
rev: {
|
|
3720
3746
|
type: string;
|
|
@@ -3791,33 +3817,44 @@ export declare const schemaDict: {
|
|
|
3791
3817
|
refs: string[];
|
|
3792
3818
|
};
|
|
3793
3819
|
};
|
|
3794
|
-
errors: {
|
|
3820
|
+
errors: ({
|
|
3795
3821
|
name: string;
|
|
3796
|
-
|
|
3822
|
+
description?: undefined;
|
|
3823
|
+
} | {
|
|
3824
|
+
name: string;
|
|
3825
|
+
description: string;
|
|
3826
|
+
})[];
|
|
3797
3827
|
};
|
|
3798
3828
|
commit: {
|
|
3799
3829
|
type: string;
|
|
3830
|
+
description: string;
|
|
3800
3831
|
required: string[];
|
|
3801
3832
|
nullable: string[];
|
|
3802
3833
|
properties: {
|
|
3803
3834
|
seq: {
|
|
3804
3835
|
type: string;
|
|
3836
|
+
description: string;
|
|
3805
3837
|
};
|
|
3806
3838
|
rebase: {
|
|
3807
3839
|
type: string;
|
|
3840
|
+
description: string;
|
|
3808
3841
|
};
|
|
3809
3842
|
tooBig: {
|
|
3810
3843
|
type: string;
|
|
3844
|
+
description: string;
|
|
3811
3845
|
};
|
|
3812
3846
|
repo: {
|
|
3813
3847
|
type: string;
|
|
3814
3848
|
format: string;
|
|
3849
|
+
description: string;
|
|
3815
3850
|
};
|
|
3816
3851
|
commit: {
|
|
3817
3852
|
type: string;
|
|
3853
|
+
description: string;
|
|
3818
3854
|
};
|
|
3819
3855
|
prev: {
|
|
3820
3856
|
type: string;
|
|
3857
|
+
description: string;
|
|
3821
3858
|
};
|
|
3822
3859
|
rev: {
|
|
3823
3860
|
type: string;
|
|
@@ -3837,6 +3874,7 @@ export declare const schemaDict: {
|
|
|
3837
3874
|
items: {
|
|
3838
3875
|
type: string;
|
|
3839
3876
|
ref: string;
|
|
3877
|
+
description: string;
|
|
3840
3878
|
};
|
|
3841
3879
|
maxLength: number;
|
|
3842
3880
|
};
|
|
@@ -3844,16 +3882,19 @@ export declare const schemaDict: {
|
|
|
3844
3882
|
type: string;
|
|
3845
3883
|
items: {
|
|
3846
3884
|
type: string;
|
|
3885
|
+
description: string;
|
|
3847
3886
|
};
|
|
3848
3887
|
};
|
|
3849
3888
|
time: {
|
|
3850
3889
|
type: string;
|
|
3851
3890
|
format: string;
|
|
3891
|
+
description: string;
|
|
3852
3892
|
};
|
|
3853
3893
|
};
|
|
3854
3894
|
};
|
|
3855
3895
|
handle: {
|
|
3856
3896
|
type: string;
|
|
3897
|
+
description: string;
|
|
3857
3898
|
required: string[];
|
|
3858
3899
|
properties: {
|
|
3859
3900
|
seq: {
|
|
@@ -3875,6 +3916,7 @@ export declare const schemaDict: {
|
|
|
3875
3916
|
};
|
|
3876
3917
|
migrate: {
|
|
3877
3918
|
type: string;
|
|
3919
|
+
description: string;
|
|
3878
3920
|
required: string[];
|
|
3879
3921
|
nullable: string[];
|
|
3880
3922
|
properties: {
|
|
@@ -3896,6 +3938,7 @@ export declare const schemaDict: {
|
|
|
3896
3938
|
};
|
|
3897
3939
|
tombstone: {
|
|
3898
3940
|
type: string;
|
|
3941
|
+
description: string;
|
|
3899
3942
|
required: string[];
|
|
3900
3943
|
properties: {
|
|
3901
3944
|
seq: {
|
|
@@ -3939,6 +3982,7 @@ export declare const schemaDict: {
|
|
|
3939
3982
|
};
|
|
3940
3983
|
cid: {
|
|
3941
3984
|
type: string;
|
|
3985
|
+
description: string;
|
|
3942
3986
|
};
|
|
3943
3987
|
};
|
|
3944
3988
|
};
|
|
@@ -4144,7 +4188,6 @@ export declare const schemaDict: {
|
|
|
4144
4188
|
AppBskyActorDefs: {
|
|
4145
4189
|
lexicon: number;
|
|
4146
4190
|
id: string;
|
|
4147
|
-
description: string;
|
|
4148
4191
|
defs: {
|
|
4149
4192
|
profileViewBasic: {
|
|
4150
4193
|
type: string;
|
|
@@ -4277,6 +4320,7 @@ export declare const schemaDict: {
|
|
|
4277
4320
|
};
|
|
4278
4321
|
viewerState: {
|
|
4279
4322
|
type: string;
|
|
4323
|
+
description: string;
|
|
4280
4324
|
properties: {
|
|
4281
4325
|
muted: {
|
|
4282
4326
|
type: string;
|
|
@@ -4354,6 +4398,9 @@ export declare const schemaDict: {
|
|
|
4354
4398
|
format: string;
|
|
4355
4399
|
};
|
|
4356
4400
|
};
|
|
4401
|
+
timelineIndex: {
|
|
4402
|
+
type: string;
|
|
4403
|
+
};
|
|
4357
4404
|
};
|
|
4358
4405
|
};
|
|
4359
4406
|
personalDetailsPref: {
|
|
@@ -4469,6 +4516,7 @@ export declare const schemaDict: {
|
|
|
4469
4516
|
actor: {
|
|
4470
4517
|
type: string;
|
|
4471
4518
|
format: string;
|
|
4519
|
+
description: string;
|
|
4472
4520
|
};
|
|
4473
4521
|
};
|
|
4474
4522
|
};
|
|
@@ -4583,21 +4631,25 @@ export declare const schemaDict: {
|
|
|
4583
4631
|
};
|
|
4584
4632
|
description: {
|
|
4585
4633
|
type: string;
|
|
4634
|
+
description: string;
|
|
4586
4635
|
maxGraphemes: number;
|
|
4587
4636
|
maxLength: number;
|
|
4588
4637
|
};
|
|
4589
4638
|
avatar: {
|
|
4590
4639
|
type: string;
|
|
4640
|
+
description: string;
|
|
4591
4641
|
accept: string[];
|
|
4592
4642
|
maxSize: number;
|
|
4593
4643
|
};
|
|
4594
4644
|
banner: {
|
|
4595
4645
|
type: string;
|
|
4646
|
+
description: string;
|
|
4596
4647
|
accept: string[];
|
|
4597
4648
|
maxSize: number;
|
|
4598
4649
|
};
|
|
4599
4650
|
labels: {
|
|
4600
4651
|
type: string;
|
|
4652
|
+
description: string;
|
|
4601
4653
|
refs: string[];
|
|
4602
4654
|
};
|
|
4603
4655
|
};
|
|
@@ -4727,10 +4779,10 @@ export declare const schemaDict: {
|
|
|
4727
4779
|
AppBskyEmbedExternal: {
|
|
4728
4780
|
lexicon: number;
|
|
4729
4781
|
id: string;
|
|
4730
|
-
description: string;
|
|
4731
4782
|
defs: {
|
|
4732
4783
|
main: {
|
|
4733
4784
|
type: string;
|
|
4785
|
+
description: string;
|
|
4734
4786
|
required: string[];
|
|
4735
4787
|
properties: {
|
|
4736
4788
|
external: {
|
|
@@ -4821,6 +4873,7 @@ export declare const schemaDict: {
|
|
|
4821
4873
|
};
|
|
4822
4874
|
alt: {
|
|
4823
4875
|
type: string;
|
|
4876
|
+
description: string;
|
|
4824
4877
|
};
|
|
4825
4878
|
aspectRatio: {
|
|
4826
4879
|
type: string;
|
|
@@ -4863,12 +4916,15 @@ export declare const schemaDict: {
|
|
|
4863
4916
|
properties: {
|
|
4864
4917
|
thumb: {
|
|
4865
4918
|
type: string;
|
|
4919
|
+
description: string;
|
|
4866
4920
|
};
|
|
4867
4921
|
fullsize: {
|
|
4868
4922
|
type: string;
|
|
4923
|
+
description: string;
|
|
4869
4924
|
};
|
|
4870
4925
|
alt: {
|
|
4871
4926
|
type: string;
|
|
4927
|
+
description: string;
|
|
4872
4928
|
};
|
|
4873
4929
|
aspectRatio: {
|
|
4874
4930
|
type: string;
|
|
@@ -4921,6 +4977,7 @@ export declare const schemaDict: {
|
|
|
4921
4977
|
};
|
|
4922
4978
|
value: {
|
|
4923
4979
|
type: string;
|
|
4980
|
+
description: string;
|
|
4924
4981
|
};
|
|
4925
4982
|
labels: {
|
|
4926
4983
|
type: string;
|
|
@@ -5070,6 +5127,7 @@ export declare const schemaDict: {
|
|
|
5070
5127
|
};
|
|
5071
5128
|
viewerState: {
|
|
5072
5129
|
type: string;
|
|
5130
|
+
description: string;
|
|
5073
5131
|
properties: {
|
|
5074
5132
|
repost: {
|
|
5075
5133
|
type: string;
|
|
@@ -5402,6 +5460,7 @@ export declare const schemaDict: {
|
|
|
5402
5460
|
};
|
|
5403
5461
|
labels: {
|
|
5404
5462
|
type: string;
|
|
5463
|
+
description: string;
|
|
5405
5464
|
refs: string[];
|
|
5406
5465
|
};
|
|
5407
5466
|
createdAt: {
|
|
@@ -5538,6 +5597,7 @@ export declare const schemaDict: {
|
|
|
5538
5597
|
};
|
|
5539
5598
|
filter: {
|
|
5540
5599
|
type: string;
|
|
5600
|
+
description: string;
|
|
5541
5601
|
knownValues: string[];
|
|
5542
5602
|
default: string;
|
|
5543
5603
|
};
|
|
@@ -5633,6 +5693,7 @@ export declare const schemaDict: {
|
|
|
5633
5693
|
feed: {
|
|
5634
5694
|
type: string;
|
|
5635
5695
|
format: string;
|
|
5696
|
+
description: string;
|
|
5636
5697
|
};
|
|
5637
5698
|
};
|
|
5638
5699
|
};
|
|
@@ -5648,9 +5709,11 @@ export declare const schemaDict: {
|
|
|
5648
5709
|
};
|
|
5649
5710
|
isOnline: {
|
|
5650
5711
|
type: string;
|
|
5712
|
+
description: string;
|
|
5651
5713
|
};
|
|
5652
5714
|
isValid: {
|
|
5653
5715
|
type: string;
|
|
5716
|
+
description: string;
|
|
5654
5717
|
};
|
|
5655
5718
|
};
|
|
5656
5719
|
};
|
|
@@ -5711,6 +5774,7 @@ export declare const schemaDict: {
|
|
|
5711
5774
|
feed: {
|
|
5712
5775
|
type: string;
|
|
5713
5776
|
format: string;
|
|
5777
|
+
description: string;
|
|
5714
5778
|
};
|
|
5715
5779
|
limit: {
|
|
5716
5780
|
type: string;
|
|
@@ -5762,10 +5826,12 @@ export declare const schemaDict: {
|
|
|
5762
5826
|
uri: {
|
|
5763
5827
|
type: string;
|
|
5764
5828
|
format: string;
|
|
5829
|
+
description: string;
|
|
5765
5830
|
};
|
|
5766
5831
|
cid: {
|
|
5767
5832
|
type: string;
|
|
5768
5833
|
format: string;
|
|
5834
|
+
description: string;
|
|
5769
5835
|
};
|
|
5770
5836
|
limit: {
|
|
5771
5837
|
type: string;
|
|
@@ -5840,6 +5906,7 @@ export declare const schemaDict: {
|
|
|
5840
5906
|
list: {
|
|
5841
5907
|
type: string;
|
|
5842
5908
|
format: string;
|
|
5909
|
+
description: string;
|
|
5843
5910
|
};
|
|
5844
5911
|
limit: {
|
|
5845
5912
|
type: string;
|
|
@@ -5891,15 +5958,18 @@ export declare const schemaDict: {
|
|
|
5891
5958
|
uri: {
|
|
5892
5959
|
type: string;
|
|
5893
5960
|
format: string;
|
|
5961
|
+
description: string;
|
|
5894
5962
|
};
|
|
5895
5963
|
depth: {
|
|
5896
5964
|
type: string;
|
|
5965
|
+
description: string;
|
|
5897
5966
|
default: number;
|
|
5898
5967
|
minimum: number;
|
|
5899
5968
|
maximum: number;
|
|
5900
5969
|
};
|
|
5901
5970
|
parentHeight: {
|
|
5902
5971
|
type: string;
|
|
5972
|
+
description: string;
|
|
5903
5973
|
default: number;
|
|
5904
5974
|
minimum: number;
|
|
5905
5975
|
maximum: number;
|
|
@@ -5938,6 +6008,7 @@ export declare const schemaDict: {
|
|
|
5938
6008
|
properties: {
|
|
5939
6009
|
uris: {
|
|
5940
6010
|
type: string;
|
|
6011
|
+
description: string;
|
|
5941
6012
|
items: {
|
|
5942
6013
|
type: string;
|
|
5943
6014
|
format: string;
|
|
@@ -5979,10 +6050,12 @@ export declare const schemaDict: {
|
|
|
5979
6050
|
uri: {
|
|
5980
6051
|
type: string;
|
|
5981
6052
|
format: string;
|
|
6053
|
+
description: string;
|
|
5982
6054
|
};
|
|
5983
6055
|
cid: {
|
|
5984
6056
|
type: string;
|
|
5985
6057
|
format: string;
|
|
6058
|
+
description: string;
|
|
5986
6059
|
};
|
|
5987
6060
|
limit: {
|
|
5988
6061
|
type: string;
|
|
@@ -6080,6 +6153,7 @@ export declare const schemaDict: {
|
|
|
6080
6153
|
properties: {
|
|
6081
6154
|
algorithm: {
|
|
6082
6155
|
type: string;
|
|
6156
|
+
description: string;
|
|
6083
6157
|
};
|
|
6084
6158
|
limit: {
|
|
6085
6159
|
type: string;
|
|
@@ -6155,6 +6229,7 @@ export declare const schemaDict: {
|
|
|
6155
6229
|
type: string;
|
|
6156
6230
|
maxLength: number;
|
|
6157
6231
|
maxGraphemes: number;
|
|
6232
|
+
description: string;
|
|
6158
6233
|
};
|
|
6159
6234
|
entities: {
|
|
6160
6235
|
type: string;
|
|
@@ -6166,6 +6241,7 @@ export declare const schemaDict: {
|
|
|
6166
6241
|
};
|
|
6167
6242
|
facets: {
|
|
6168
6243
|
type: string;
|
|
6244
|
+
description: string;
|
|
6169
6245
|
items: {
|
|
6170
6246
|
type: string;
|
|
6171
6247
|
ref: string;
|
|
@@ -6181,6 +6257,7 @@ export declare const schemaDict: {
|
|
|
6181
6257
|
};
|
|
6182
6258
|
langs: {
|
|
6183
6259
|
type: string;
|
|
6260
|
+
description: string;
|
|
6184
6261
|
maxLength: number;
|
|
6185
6262
|
items: {
|
|
6186
6263
|
type: string;
|
|
@@ -6189,21 +6266,23 @@ export declare const schemaDict: {
|
|
|
6189
6266
|
};
|
|
6190
6267
|
labels: {
|
|
6191
6268
|
type: string;
|
|
6269
|
+
description: string;
|
|
6192
6270
|
refs: string[];
|
|
6193
6271
|
};
|
|
6194
6272
|
tags: {
|
|
6195
6273
|
type: string;
|
|
6274
|
+
description: string;
|
|
6196
6275
|
maxLength: number;
|
|
6197
6276
|
items: {
|
|
6198
6277
|
type: string;
|
|
6199
6278
|
maxLength: number;
|
|
6200
6279
|
maxGraphemes: number;
|
|
6201
6280
|
};
|
|
6202
|
-
description: string;
|
|
6203
6281
|
};
|
|
6204
6282
|
createdAt: {
|
|
6205
6283
|
type: string;
|
|
6206
6284
|
format: string;
|
|
6285
|
+
description: string;
|
|
6207
6286
|
};
|
|
6208
6287
|
};
|
|
6209
6288
|
};
|
|
@@ -6353,6 +6432,7 @@ export declare const schemaDict: {
|
|
|
6353
6432
|
post: {
|
|
6354
6433
|
type: string;
|
|
6355
6434
|
format: string;
|
|
6435
|
+
description: string;
|
|
6356
6436
|
};
|
|
6357
6437
|
allow: {
|
|
6358
6438
|
type: string;
|
|
@@ -6407,6 +6487,7 @@ export declare const schemaDict: {
|
|
|
6407
6487
|
subject: {
|
|
6408
6488
|
type: string;
|
|
6409
6489
|
format: string;
|
|
6490
|
+
description: string;
|
|
6410
6491
|
};
|
|
6411
6492
|
createdAt: {
|
|
6412
6493
|
type: string;
|
|
@@ -6767,6 +6848,7 @@ export declare const schemaDict: {
|
|
|
6767
6848
|
list: {
|
|
6768
6849
|
type: string;
|
|
6769
6850
|
format: string;
|
|
6851
|
+
description: string;
|
|
6770
6852
|
};
|
|
6771
6853
|
limit: {
|
|
6772
6854
|
type: string;
|
|
@@ -6905,6 +6987,7 @@ export declare const schemaDict: {
|
|
|
6905
6987
|
actor: {
|
|
6906
6988
|
type: string;
|
|
6907
6989
|
format: string;
|
|
6990
|
+
description: string;
|
|
6908
6991
|
};
|
|
6909
6992
|
limit: {
|
|
6910
6993
|
type: string;
|
|
@@ -6996,9 +7079,11 @@ export declare const schemaDict: {
|
|
|
6996
7079
|
actor: {
|
|
6997
7080
|
type: string;
|
|
6998
7081
|
format: string;
|
|
7082
|
+
description: string;
|
|
6999
7083
|
};
|
|
7000
7084
|
others: {
|
|
7001
7085
|
type: string;
|
|
7086
|
+
description: string;
|
|
7002
7087
|
maxLength: number;
|
|
7003
7088
|
items: {
|
|
7004
7089
|
type: string;
|
|
@@ -7084,12 +7169,14 @@ export declare const schemaDict: {
|
|
|
7084
7169
|
properties: {
|
|
7085
7170
|
purpose: {
|
|
7086
7171
|
type: string;
|
|
7172
|
+
description: string;
|
|
7087
7173
|
ref: string;
|
|
7088
7174
|
};
|
|
7089
7175
|
name: {
|
|
7090
7176
|
type: string;
|
|
7091
7177
|
maxLength: number;
|
|
7092
7178
|
minLength: number;
|
|
7179
|
+
description: string;
|
|
7093
7180
|
};
|
|
7094
7181
|
description: {
|
|
7095
7182
|
type: string;
|
|
@@ -7136,6 +7223,7 @@ export declare const schemaDict: {
|
|
|
7136
7223
|
subject: {
|
|
7137
7224
|
type: string;
|
|
7138
7225
|
format: string;
|
|
7226
|
+
description: string;
|
|
7139
7227
|
};
|
|
7140
7228
|
createdAt: {
|
|
7141
7229
|
type: string;
|
|
@@ -7161,10 +7249,12 @@ export declare const schemaDict: {
|
|
|
7161
7249
|
subject: {
|
|
7162
7250
|
type: string;
|
|
7163
7251
|
format: string;
|
|
7252
|
+
description: string;
|
|
7164
7253
|
};
|
|
7165
7254
|
list: {
|
|
7166
7255
|
type: string;
|
|
7167
7256
|
format: string;
|
|
7257
|
+
description: string;
|
|
7168
7258
|
};
|
|
7169
7259
|
createdAt: {
|
|
7170
7260
|
type: string;
|
|
@@ -7455,6 +7545,7 @@ export declare const schemaDict: {
|
|
|
7455
7545
|
defs: {
|
|
7456
7546
|
main: {
|
|
7457
7547
|
type: string;
|
|
7548
|
+
description: string;
|
|
7458
7549
|
required: string[];
|
|
7459
7550
|
properties: {
|
|
7460
7551
|
index: {
|
|
@@ -74,6 +74,7 @@ export declare function validateContentLabelPref(v: unknown): ValidationResult;
|
|
|
74
74
|
export interface SavedFeedsPref {
|
|
75
75
|
pinned: string[];
|
|
76
76
|
saved: string[];
|
|
77
|
+
timelineIndex?: number;
|
|
77
78
|
[k: string]: unknown;
|
|
78
79
|
}
|
|
79
80
|
export declare function isSavedFeedsPref(v: unknown): v is SavedFeedsPref;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import express from 'express';
|
|
2
|
-
import { HandlerAuth } from '@atproto/xrpc-server';
|
|
2
|
+
import { HandlerAuth, HandlerPipeThrough } from '@atproto/xrpc-server';
|
|
3
3
|
import * as AppBskyActorDefs from './defs';
|
|
4
4
|
export interface QueryParams {
|
|
5
5
|
}
|
|
@@ -20,7 +20,7 @@ export interface HandlerError {
|
|
|
20
20
|
status: number;
|
|
21
21
|
message?: string;
|
|
22
22
|
}
|
|
23
|
-
export type HandlerOutput = HandlerError | HandlerSuccess;
|
|
23
|
+
export type HandlerOutput = HandlerError | HandlerSuccess | HandlerPipeThrough;
|
|
24
24
|
export type HandlerReqCtx<HA extends HandlerAuth = never> = {
|
|
25
25
|
auth: HA;
|
|
26
26
|
params: QueryParams;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import express from 'express';
|
|
2
|
-
import { HandlerAuth } from '@atproto/xrpc-server';
|
|
2
|
+
import { HandlerAuth, HandlerPipeThrough } from '@atproto/xrpc-server';
|
|
3
3
|
import * as AppBskyActorDefs from './defs';
|
|
4
4
|
export interface QueryParams {
|
|
5
5
|
actor: string;
|
|
@@ -18,7 +18,7 @@ export interface HandlerError {
|
|
|
18
18
|
status: number;
|
|
19
19
|
message?: string;
|
|
20
20
|
}
|
|
21
|
-
export type HandlerOutput = HandlerError | HandlerSuccess;
|
|
21
|
+
export type HandlerOutput = HandlerError | HandlerSuccess | HandlerPipeThrough;
|
|
22
22
|
export type HandlerReqCtx<HA extends HandlerAuth = never> = {
|
|
23
23
|
auth: HA;
|
|
24
24
|
params: QueryParams;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import express from 'express';
|
|
2
|
-
import { HandlerAuth } from '@atproto/xrpc-server';
|
|
2
|
+
import { HandlerAuth, HandlerPipeThrough } from '@atproto/xrpc-server';
|
|
3
3
|
import * as AppBskyActorDefs from './defs';
|
|
4
4
|
export interface QueryParams {
|
|
5
5
|
actors: string[];
|
|
@@ -21,7 +21,7 @@ export interface HandlerError {
|
|
|
21
21
|
status: number;
|
|
22
22
|
message?: string;
|
|
23
23
|
}
|
|
24
|
-
export type HandlerOutput = HandlerError | HandlerSuccess;
|
|
24
|
+
export type HandlerOutput = HandlerError | HandlerSuccess | HandlerPipeThrough;
|
|
25
25
|
export type HandlerReqCtx<HA extends HandlerAuth = never> = {
|
|
26
26
|
auth: HA;
|
|
27
27
|
params: QueryParams;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import express from 'express';
|
|
2
|
-
import { HandlerAuth } from '@atproto/xrpc-server';
|
|
2
|
+
import { HandlerAuth, HandlerPipeThrough } from '@atproto/xrpc-server';
|
|
3
3
|
import * as AppBskyActorDefs from './defs';
|
|
4
4
|
export interface QueryParams {
|
|
5
5
|
limit: number;
|
|
@@ -23,7 +23,7 @@ export interface HandlerError {
|
|
|
23
23
|
status: number;
|
|
24
24
|
message?: string;
|
|
25
25
|
}
|
|
26
|
-
export type HandlerOutput = HandlerError | HandlerSuccess;
|
|
26
|
+
export type HandlerOutput = HandlerError | HandlerSuccess | HandlerPipeThrough;
|
|
27
27
|
export type HandlerReqCtx<HA extends HandlerAuth = never> = {
|
|
28
28
|
auth: HA;
|
|
29
29
|
params: QueryParams;
|