@atproto/bsky 0.0.29 → 0.0.31
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 +15 -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 +1010 -415
- package/dist/index.js.map +3 -3
- package/dist/lexicon/lexicons.d.ts +153 -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/defs.d.ts +9 -0
- package/dist/lexicon/types/com/atproto/admin/emitModerationEvent.d.ts +3 -3
- 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 +4 -2
- package/dist/lexicon/types/com/atproto/admin/queryModerationStatuses.d.ts +4 -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 +7 -7
- package/src/api/app/bsky/feed/getAuthorFeed.ts +12 -4
- package/src/lexicon/lexicons.ts +401 -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/defs.ts +24 -0
- 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 +3 -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 +6 -2
- package/src/lexicon/types/com/atproto/admin/queryModerationStatuses.ts +4 -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/auto-moderator/labeler.test.ts +2 -0
- package/tests/views/author-feed.test.ts +29 -9
|
@@ -236,6 +236,12 @@ export declare const schemaDict: {
|
|
|
236
236
|
type: string;
|
|
237
237
|
format: string;
|
|
238
238
|
};
|
|
239
|
+
tags: {
|
|
240
|
+
type: string;
|
|
241
|
+
items: {
|
|
242
|
+
type: string;
|
|
243
|
+
};
|
|
244
|
+
};
|
|
239
245
|
};
|
|
240
246
|
};
|
|
241
247
|
reportViewDetail: {
|
|
@@ -779,6 +785,31 @@ export declare const schemaDict: {
|
|
|
779
785
|
};
|
|
780
786
|
};
|
|
781
787
|
};
|
|
788
|
+
modEventTag: {
|
|
789
|
+
type: string;
|
|
790
|
+
description: string;
|
|
791
|
+
required: string[];
|
|
792
|
+
properties: {
|
|
793
|
+
add: {
|
|
794
|
+
type: string;
|
|
795
|
+
items: {
|
|
796
|
+
type: string;
|
|
797
|
+
};
|
|
798
|
+
description: string;
|
|
799
|
+
};
|
|
800
|
+
remove: {
|
|
801
|
+
type: string;
|
|
802
|
+
items: {
|
|
803
|
+
type: string;
|
|
804
|
+
};
|
|
805
|
+
description: string;
|
|
806
|
+
};
|
|
807
|
+
comment: {
|
|
808
|
+
type: string;
|
|
809
|
+
description: string;
|
|
810
|
+
};
|
|
811
|
+
};
|
|
812
|
+
};
|
|
782
813
|
communicationTemplateView: {
|
|
783
814
|
type: string;
|
|
784
815
|
required: string[];
|
|
@@ -1343,6 +1374,20 @@ export declare const schemaDict: {
|
|
|
1343
1374
|
};
|
|
1344
1375
|
description: string;
|
|
1345
1376
|
};
|
|
1377
|
+
addedTags: {
|
|
1378
|
+
type: string;
|
|
1379
|
+
items: {
|
|
1380
|
+
type: string;
|
|
1381
|
+
};
|
|
1382
|
+
description: string;
|
|
1383
|
+
};
|
|
1384
|
+
removedTags: {
|
|
1385
|
+
type: string;
|
|
1386
|
+
items: {
|
|
1387
|
+
type: string;
|
|
1388
|
+
};
|
|
1389
|
+
description: string;
|
|
1390
|
+
};
|
|
1346
1391
|
reportTypes: {
|
|
1347
1392
|
type: string;
|
|
1348
1393
|
items: {
|
|
@@ -1458,6 +1503,18 @@ export declare const schemaDict: {
|
|
|
1458
1503
|
maximum: number;
|
|
1459
1504
|
default: number;
|
|
1460
1505
|
};
|
|
1506
|
+
tags: {
|
|
1507
|
+
type: string;
|
|
1508
|
+
items: {
|
|
1509
|
+
type: string;
|
|
1510
|
+
};
|
|
1511
|
+
};
|
|
1512
|
+
excludeTags: {
|
|
1513
|
+
type: string;
|
|
1514
|
+
items: {
|
|
1515
|
+
type: string;
|
|
1516
|
+
};
|
|
1517
|
+
};
|
|
1461
1518
|
cursor: {
|
|
1462
1519
|
type: string;
|
|
1463
1520
|
};
|
|
@@ -1782,6 +1839,7 @@ export declare const schemaDict: {
|
|
|
1782
1839
|
handle: {
|
|
1783
1840
|
type: string;
|
|
1784
1841
|
format: string;
|
|
1842
|
+
description: string;
|
|
1785
1843
|
};
|
|
1786
1844
|
};
|
|
1787
1845
|
};
|
|
@@ -1989,10 +2047,12 @@ export declare const schemaDict: {
|
|
|
1989
2047
|
properties: {
|
|
1990
2048
|
reasonType: {
|
|
1991
2049
|
type: string;
|
|
2050
|
+
description: string;
|
|
1992
2051
|
ref: string;
|
|
1993
2052
|
};
|
|
1994
2053
|
reason: {
|
|
1995
2054
|
type: string;
|
|
2055
|
+
description: string;
|
|
1996
2056
|
};
|
|
1997
2057
|
subject: {
|
|
1998
2058
|
type: string;
|
|
@@ -2108,6 +2168,7 @@ export declare const schemaDict: {
|
|
|
2108
2168
|
};
|
|
2109
2169
|
swapCommit: {
|
|
2110
2170
|
type: string;
|
|
2171
|
+
description: string;
|
|
2111
2172
|
format: string;
|
|
2112
2173
|
};
|
|
2113
2174
|
};
|
|
@@ -2115,6 +2176,7 @@ export declare const schemaDict: {
|
|
|
2115
2176
|
};
|
|
2116
2177
|
errors: {
|
|
2117
2178
|
name: string;
|
|
2179
|
+
description: string;
|
|
2118
2180
|
}[];
|
|
2119
2181
|
};
|
|
2120
2182
|
create: {
|
|
@@ -2232,6 +2294,7 @@ export declare const schemaDict: {
|
|
|
2232
2294
|
};
|
|
2233
2295
|
errors: {
|
|
2234
2296
|
name: string;
|
|
2297
|
+
description: string;
|
|
2235
2298
|
}[];
|
|
2236
2299
|
};
|
|
2237
2300
|
};
|
|
@@ -2316,9 +2379,11 @@ export declare const schemaDict: {
|
|
|
2316
2379
|
};
|
|
2317
2380
|
didDoc: {
|
|
2318
2381
|
type: string;
|
|
2382
|
+
description: string;
|
|
2319
2383
|
};
|
|
2320
2384
|
collections: {
|
|
2321
2385
|
type: string;
|
|
2386
|
+
description: string;
|
|
2322
2387
|
items: {
|
|
2323
2388
|
type: string;
|
|
2324
2389
|
format: string;
|
|
@@ -2326,6 +2391,7 @@ export declare const schemaDict: {
|
|
|
2326
2391
|
};
|
|
2327
2392
|
handleIsCorrect: {
|
|
2328
2393
|
type: string;
|
|
2394
|
+
description: string;
|
|
2329
2395
|
};
|
|
2330
2396
|
};
|
|
2331
2397
|
};
|
|
@@ -2639,10 +2705,12 @@ export declare const schemaDict: {
|
|
|
2639
2705
|
handle: {
|
|
2640
2706
|
type: string;
|
|
2641
2707
|
format: string;
|
|
2708
|
+
description: string;
|
|
2642
2709
|
};
|
|
2643
2710
|
did: {
|
|
2644
2711
|
type: string;
|
|
2645
2712
|
format: string;
|
|
2713
|
+
description: string;
|
|
2646
2714
|
};
|
|
2647
2715
|
inviteCode: {
|
|
2648
2716
|
type: string;
|
|
@@ -2655,12 +2723,15 @@ export declare const schemaDict: {
|
|
|
2655
2723
|
};
|
|
2656
2724
|
password: {
|
|
2657
2725
|
type: string;
|
|
2726
|
+
description: string;
|
|
2658
2727
|
};
|
|
2659
2728
|
recoveryKey: {
|
|
2660
2729
|
type: string;
|
|
2730
|
+
description: string;
|
|
2661
2731
|
};
|
|
2662
2732
|
plcOp: {
|
|
2663
2733
|
type: string;
|
|
2734
|
+
description: string;
|
|
2664
2735
|
};
|
|
2665
2736
|
};
|
|
2666
2737
|
};
|
|
@@ -2669,6 +2740,7 @@ export declare const schemaDict: {
|
|
|
2669
2740
|
encoding: string;
|
|
2670
2741
|
schema: {
|
|
2671
2742
|
type: string;
|
|
2743
|
+
description: string;
|
|
2672
2744
|
required: string[];
|
|
2673
2745
|
properties: {
|
|
2674
2746
|
accessJwt: {
|
|
@@ -2684,9 +2756,11 @@ export declare const schemaDict: {
|
|
|
2684
2756
|
did: {
|
|
2685
2757
|
type: string;
|
|
2686
2758
|
format: string;
|
|
2759
|
+
description: string;
|
|
2687
2760
|
};
|
|
2688
2761
|
didDoc: {
|
|
2689
2762
|
type: string;
|
|
2763
|
+
description: string;
|
|
2690
2764
|
};
|
|
2691
2765
|
};
|
|
2692
2766
|
};
|
|
@@ -2712,6 +2786,7 @@ export declare const schemaDict: {
|
|
|
2712
2786
|
properties: {
|
|
2713
2787
|
name: {
|
|
2714
2788
|
type: string;
|
|
2789
|
+
description: string;
|
|
2715
2790
|
};
|
|
2716
2791
|
};
|
|
2717
2792
|
};
|
|
@@ -3017,18 +3092,22 @@ export declare const schemaDict: {
|
|
|
3017
3092
|
properties: {
|
|
3018
3093
|
inviteCodeRequired: {
|
|
3019
3094
|
type: string;
|
|
3095
|
+
description: string;
|
|
3020
3096
|
};
|
|
3021
3097
|
phoneVerificationRequired: {
|
|
3022
3098
|
type: string;
|
|
3099
|
+
description: string;
|
|
3023
3100
|
};
|
|
3024
3101
|
availableUserDomains: {
|
|
3025
3102
|
type: string;
|
|
3103
|
+
description: string;
|
|
3026
3104
|
items: {
|
|
3027
3105
|
type: string;
|
|
3028
3106
|
};
|
|
3029
3107
|
};
|
|
3030
3108
|
links: {
|
|
3031
3109
|
type: string;
|
|
3110
|
+
description: string;
|
|
3032
3111
|
ref: string;
|
|
3033
3112
|
};
|
|
3034
3113
|
};
|
|
@@ -3065,6 +3144,7 @@ export declare const schemaDict: {
|
|
|
3065
3144
|
createAvailable: {
|
|
3066
3145
|
type: string;
|
|
3067
3146
|
default: boolean;
|
|
3147
|
+
description: string;
|
|
3068
3148
|
};
|
|
3069
3149
|
};
|
|
3070
3150
|
};
|
|
@@ -3285,6 +3365,7 @@ export declare const schemaDict: {
|
|
|
3285
3365
|
properties: {
|
|
3286
3366
|
did: {
|
|
3287
3367
|
type: string;
|
|
3368
|
+
format: string;
|
|
3288
3369
|
description: string;
|
|
3289
3370
|
};
|
|
3290
3371
|
};
|
|
@@ -3568,6 +3649,7 @@ export declare const schemaDict: {
|
|
|
3568
3649
|
};
|
|
3569
3650
|
rkey: {
|
|
3570
3651
|
type: string;
|
|
3652
|
+
description: string;
|
|
3571
3653
|
};
|
|
3572
3654
|
commit: {
|
|
3573
3655
|
type: string;
|
|
@@ -3715,6 +3797,7 @@ export declare const schemaDict: {
|
|
|
3715
3797
|
head: {
|
|
3716
3798
|
type: string;
|
|
3717
3799
|
format: string;
|
|
3800
|
+
description: string;
|
|
3718
3801
|
};
|
|
3719
3802
|
rev: {
|
|
3720
3803
|
type: string;
|
|
@@ -3791,33 +3874,44 @@ export declare const schemaDict: {
|
|
|
3791
3874
|
refs: string[];
|
|
3792
3875
|
};
|
|
3793
3876
|
};
|
|
3794
|
-
errors: {
|
|
3877
|
+
errors: ({
|
|
3795
3878
|
name: string;
|
|
3796
|
-
|
|
3879
|
+
description?: undefined;
|
|
3880
|
+
} | {
|
|
3881
|
+
name: string;
|
|
3882
|
+
description: string;
|
|
3883
|
+
})[];
|
|
3797
3884
|
};
|
|
3798
3885
|
commit: {
|
|
3799
3886
|
type: string;
|
|
3887
|
+
description: string;
|
|
3800
3888
|
required: string[];
|
|
3801
3889
|
nullable: string[];
|
|
3802
3890
|
properties: {
|
|
3803
3891
|
seq: {
|
|
3804
3892
|
type: string;
|
|
3893
|
+
description: string;
|
|
3805
3894
|
};
|
|
3806
3895
|
rebase: {
|
|
3807
3896
|
type: string;
|
|
3897
|
+
description: string;
|
|
3808
3898
|
};
|
|
3809
3899
|
tooBig: {
|
|
3810
3900
|
type: string;
|
|
3901
|
+
description: string;
|
|
3811
3902
|
};
|
|
3812
3903
|
repo: {
|
|
3813
3904
|
type: string;
|
|
3814
3905
|
format: string;
|
|
3906
|
+
description: string;
|
|
3815
3907
|
};
|
|
3816
3908
|
commit: {
|
|
3817
3909
|
type: string;
|
|
3910
|
+
description: string;
|
|
3818
3911
|
};
|
|
3819
3912
|
prev: {
|
|
3820
3913
|
type: string;
|
|
3914
|
+
description: string;
|
|
3821
3915
|
};
|
|
3822
3916
|
rev: {
|
|
3823
3917
|
type: string;
|
|
@@ -3837,6 +3931,7 @@ export declare const schemaDict: {
|
|
|
3837
3931
|
items: {
|
|
3838
3932
|
type: string;
|
|
3839
3933
|
ref: string;
|
|
3934
|
+
description: string;
|
|
3840
3935
|
};
|
|
3841
3936
|
maxLength: number;
|
|
3842
3937
|
};
|
|
@@ -3844,16 +3939,19 @@ export declare const schemaDict: {
|
|
|
3844
3939
|
type: string;
|
|
3845
3940
|
items: {
|
|
3846
3941
|
type: string;
|
|
3942
|
+
description: string;
|
|
3847
3943
|
};
|
|
3848
3944
|
};
|
|
3849
3945
|
time: {
|
|
3850
3946
|
type: string;
|
|
3851
3947
|
format: string;
|
|
3948
|
+
description: string;
|
|
3852
3949
|
};
|
|
3853
3950
|
};
|
|
3854
3951
|
};
|
|
3855
3952
|
handle: {
|
|
3856
3953
|
type: string;
|
|
3954
|
+
description: string;
|
|
3857
3955
|
required: string[];
|
|
3858
3956
|
properties: {
|
|
3859
3957
|
seq: {
|
|
@@ -3875,6 +3973,7 @@ export declare const schemaDict: {
|
|
|
3875
3973
|
};
|
|
3876
3974
|
migrate: {
|
|
3877
3975
|
type: string;
|
|
3976
|
+
description: string;
|
|
3878
3977
|
required: string[];
|
|
3879
3978
|
nullable: string[];
|
|
3880
3979
|
properties: {
|
|
@@ -3896,6 +3995,7 @@ export declare const schemaDict: {
|
|
|
3896
3995
|
};
|
|
3897
3996
|
tombstone: {
|
|
3898
3997
|
type: string;
|
|
3998
|
+
description: string;
|
|
3899
3999
|
required: string[];
|
|
3900
4000
|
properties: {
|
|
3901
4001
|
seq: {
|
|
@@ -3939,6 +4039,7 @@ export declare const schemaDict: {
|
|
|
3939
4039
|
};
|
|
3940
4040
|
cid: {
|
|
3941
4041
|
type: string;
|
|
4042
|
+
description: string;
|
|
3942
4043
|
};
|
|
3943
4044
|
};
|
|
3944
4045
|
};
|
|
@@ -4144,7 +4245,6 @@ export declare const schemaDict: {
|
|
|
4144
4245
|
AppBskyActorDefs: {
|
|
4145
4246
|
lexicon: number;
|
|
4146
4247
|
id: string;
|
|
4147
|
-
description: string;
|
|
4148
4248
|
defs: {
|
|
4149
4249
|
profileViewBasic: {
|
|
4150
4250
|
type: string;
|
|
@@ -4277,6 +4377,7 @@ export declare const schemaDict: {
|
|
|
4277
4377
|
};
|
|
4278
4378
|
viewerState: {
|
|
4279
4379
|
type: string;
|
|
4380
|
+
description: string;
|
|
4280
4381
|
properties: {
|
|
4281
4382
|
muted: {
|
|
4282
4383
|
type: string;
|
|
@@ -4354,6 +4455,9 @@ export declare const schemaDict: {
|
|
|
4354
4455
|
format: string;
|
|
4355
4456
|
};
|
|
4356
4457
|
};
|
|
4458
|
+
timelineIndex: {
|
|
4459
|
+
type: string;
|
|
4460
|
+
};
|
|
4357
4461
|
};
|
|
4358
4462
|
};
|
|
4359
4463
|
personalDetailsPref: {
|
|
@@ -4469,6 +4573,7 @@ export declare const schemaDict: {
|
|
|
4469
4573
|
actor: {
|
|
4470
4574
|
type: string;
|
|
4471
4575
|
format: string;
|
|
4576
|
+
description: string;
|
|
4472
4577
|
};
|
|
4473
4578
|
};
|
|
4474
4579
|
};
|
|
@@ -4583,21 +4688,25 @@ export declare const schemaDict: {
|
|
|
4583
4688
|
};
|
|
4584
4689
|
description: {
|
|
4585
4690
|
type: string;
|
|
4691
|
+
description: string;
|
|
4586
4692
|
maxGraphemes: number;
|
|
4587
4693
|
maxLength: number;
|
|
4588
4694
|
};
|
|
4589
4695
|
avatar: {
|
|
4590
4696
|
type: string;
|
|
4697
|
+
description: string;
|
|
4591
4698
|
accept: string[];
|
|
4592
4699
|
maxSize: number;
|
|
4593
4700
|
};
|
|
4594
4701
|
banner: {
|
|
4595
4702
|
type: string;
|
|
4703
|
+
description: string;
|
|
4596
4704
|
accept: string[];
|
|
4597
4705
|
maxSize: number;
|
|
4598
4706
|
};
|
|
4599
4707
|
labels: {
|
|
4600
4708
|
type: string;
|
|
4709
|
+
description: string;
|
|
4601
4710
|
refs: string[];
|
|
4602
4711
|
};
|
|
4603
4712
|
};
|
|
@@ -4727,10 +4836,10 @@ export declare const schemaDict: {
|
|
|
4727
4836
|
AppBskyEmbedExternal: {
|
|
4728
4837
|
lexicon: number;
|
|
4729
4838
|
id: string;
|
|
4730
|
-
description: string;
|
|
4731
4839
|
defs: {
|
|
4732
4840
|
main: {
|
|
4733
4841
|
type: string;
|
|
4842
|
+
description: string;
|
|
4734
4843
|
required: string[];
|
|
4735
4844
|
properties: {
|
|
4736
4845
|
external: {
|
|
@@ -4821,6 +4930,7 @@ export declare const schemaDict: {
|
|
|
4821
4930
|
};
|
|
4822
4931
|
alt: {
|
|
4823
4932
|
type: string;
|
|
4933
|
+
description: string;
|
|
4824
4934
|
};
|
|
4825
4935
|
aspectRatio: {
|
|
4826
4936
|
type: string;
|
|
@@ -4863,12 +4973,15 @@ export declare const schemaDict: {
|
|
|
4863
4973
|
properties: {
|
|
4864
4974
|
thumb: {
|
|
4865
4975
|
type: string;
|
|
4976
|
+
description: string;
|
|
4866
4977
|
};
|
|
4867
4978
|
fullsize: {
|
|
4868
4979
|
type: string;
|
|
4980
|
+
description: string;
|
|
4869
4981
|
};
|
|
4870
4982
|
alt: {
|
|
4871
4983
|
type: string;
|
|
4984
|
+
description: string;
|
|
4872
4985
|
};
|
|
4873
4986
|
aspectRatio: {
|
|
4874
4987
|
type: string;
|
|
@@ -4921,6 +5034,7 @@ export declare const schemaDict: {
|
|
|
4921
5034
|
};
|
|
4922
5035
|
value: {
|
|
4923
5036
|
type: string;
|
|
5037
|
+
description: string;
|
|
4924
5038
|
};
|
|
4925
5039
|
labels: {
|
|
4926
5040
|
type: string;
|
|
@@ -5070,6 +5184,7 @@ export declare const schemaDict: {
|
|
|
5070
5184
|
};
|
|
5071
5185
|
viewerState: {
|
|
5072
5186
|
type: string;
|
|
5187
|
+
description: string;
|
|
5073
5188
|
properties: {
|
|
5074
5189
|
repost: {
|
|
5075
5190
|
type: string;
|
|
@@ -5402,6 +5517,7 @@ export declare const schemaDict: {
|
|
|
5402
5517
|
};
|
|
5403
5518
|
labels: {
|
|
5404
5519
|
type: string;
|
|
5520
|
+
description: string;
|
|
5405
5521
|
refs: string[];
|
|
5406
5522
|
};
|
|
5407
5523
|
createdAt: {
|
|
@@ -5538,6 +5654,7 @@ export declare const schemaDict: {
|
|
|
5538
5654
|
};
|
|
5539
5655
|
filter: {
|
|
5540
5656
|
type: string;
|
|
5657
|
+
description: string;
|
|
5541
5658
|
knownValues: string[];
|
|
5542
5659
|
default: string;
|
|
5543
5660
|
};
|
|
@@ -5633,6 +5750,7 @@ export declare const schemaDict: {
|
|
|
5633
5750
|
feed: {
|
|
5634
5751
|
type: string;
|
|
5635
5752
|
format: string;
|
|
5753
|
+
description: string;
|
|
5636
5754
|
};
|
|
5637
5755
|
};
|
|
5638
5756
|
};
|
|
@@ -5648,9 +5766,11 @@ export declare const schemaDict: {
|
|
|
5648
5766
|
};
|
|
5649
5767
|
isOnline: {
|
|
5650
5768
|
type: string;
|
|
5769
|
+
description: string;
|
|
5651
5770
|
};
|
|
5652
5771
|
isValid: {
|
|
5653
5772
|
type: string;
|
|
5773
|
+
description: string;
|
|
5654
5774
|
};
|
|
5655
5775
|
};
|
|
5656
5776
|
};
|
|
@@ -5711,6 +5831,7 @@ export declare const schemaDict: {
|
|
|
5711
5831
|
feed: {
|
|
5712
5832
|
type: string;
|
|
5713
5833
|
format: string;
|
|
5834
|
+
description: string;
|
|
5714
5835
|
};
|
|
5715
5836
|
limit: {
|
|
5716
5837
|
type: string;
|
|
@@ -5762,10 +5883,12 @@ export declare const schemaDict: {
|
|
|
5762
5883
|
uri: {
|
|
5763
5884
|
type: string;
|
|
5764
5885
|
format: string;
|
|
5886
|
+
description: string;
|
|
5765
5887
|
};
|
|
5766
5888
|
cid: {
|
|
5767
5889
|
type: string;
|
|
5768
5890
|
format: string;
|
|
5891
|
+
description: string;
|
|
5769
5892
|
};
|
|
5770
5893
|
limit: {
|
|
5771
5894
|
type: string;
|
|
@@ -5840,6 +5963,7 @@ export declare const schemaDict: {
|
|
|
5840
5963
|
list: {
|
|
5841
5964
|
type: string;
|
|
5842
5965
|
format: string;
|
|
5966
|
+
description: string;
|
|
5843
5967
|
};
|
|
5844
5968
|
limit: {
|
|
5845
5969
|
type: string;
|
|
@@ -5891,15 +6015,18 @@ export declare const schemaDict: {
|
|
|
5891
6015
|
uri: {
|
|
5892
6016
|
type: string;
|
|
5893
6017
|
format: string;
|
|
6018
|
+
description: string;
|
|
5894
6019
|
};
|
|
5895
6020
|
depth: {
|
|
5896
6021
|
type: string;
|
|
6022
|
+
description: string;
|
|
5897
6023
|
default: number;
|
|
5898
6024
|
minimum: number;
|
|
5899
6025
|
maximum: number;
|
|
5900
6026
|
};
|
|
5901
6027
|
parentHeight: {
|
|
5902
6028
|
type: string;
|
|
6029
|
+
description: string;
|
|
5903
6030
|
default: number;
|
|
5904
6031
|
minimum: number;
|
|
5905
6032
|
maximum: number;
|
|
@@ -5938,6 +6065,7 @@ export declare const schemaDict: {
|
|
|
5938
6065
|
properties: {
|
|
5939
6066
|
uris: {
|
|
5940
6067
|
type: string;
|
|
6068
|
+
description: string;
|
|
5941
6069
|
items: {
|
|
5942
6070
|
type: string;
|
|
5943
6071
|
format: string;
|
|
@@ -5979,10 +6107,12 @@ export declare const schemaDict: {
|
|
|
5979
6107
|
uri: {
|
|
5980
6108
|
type: string;
|
|
5981
6109
|
format: string;
|
|
6110
|
+
description: string;
|
|
5982
6111
|
};
|
|
5983
6112
|
cid: {
|
|
5984
6113
|
type: string;
|
|
5985
6114
|
format: string;
|
|
6115
|
+
description: string;
|
|
5986
6116
|
};
|
|
5987
6117
|
limit: {
|
|
5988
6118
|
type: string;
|
|
@@ -6080,6 +6210,7 @@ export declare const schemaDict: {
|
|
|
6080
6210
|
properties: {
|
|
6081
6211
|
algorithm: {
|
|
6082
6212
|
type: string;
|
|
6213
|
+
description: string;
|
|
6083
6214
|
};
|
|
6084
6215
|
limit: {
|
|
6085
6216
|
type: string;
|
|
@@ -6155,6 +6286,7 @@ export declare const schemaDict: {
|
|
|
6155
6286
|
type: string;
|
|
6156
6287
|
maxLength: number;
|
|
6157
6288
|
maxGraphemes: number;
|
|
6289
|
+
description: string;
|
|
6158
6290
|
};
|
|
6159
6291
|
entities: {
|
|
6160
6292
|
type: string;
|
|
@@ -6166,6 +6298,7 @@ export declare const schemaDict: {
|
|
|
6166
6298
|
};
|
|
6167
6299
|
facets: {
|
|
6168
6300
|
type: string;
|
|
6301
|
+
description: string;
|
|
6169
6302
|
items: {
|
|
6170
6303
|
type: string;
|
|
6171
6304
|
ref: string;
|
|
@@ -6181,6 +6314,7 @@ export declare const schemaDict: {
|
|
|
6181
6314
|
};
|
|
6182
6315
|
langs: {
|
|
6183
6316
|
type: string;
|
|
6317
|
+
description: string;
|
|
6184
6318
|
maxLength: number;
|
|
6185
6319
|
items: {
|
|
6186
6320
|
type: string;
|
|
@@ -6189,21 +6323,23 @@ export declare const schemaDict: {
|
|
|
6189
6323
|
};
|
|
6190
6324
|
labels: {
|
|
6191
6325
|
type: string;
|
|
6326
|
+
description: string;
|
|
6192
6327
|
refs: string[];
|
|
6193
6328
|
};
|
|
6194
6329
|
tags: {
|
|
6195
6330
|
type: string;
|
|
6331
|
+
description: string;
|
|
6196
6332
|
maxLength: number;
|
|
6197
6333
|
items: {
|
|
6198
6334
|
type: string;
|
|
6199
6335
|
maxLength: number;
|
|
6200
6336
|
maxGraphemes: number;
|
|
6201
6337
|
};
|
|
6202
|
-
description: string;
|
|
6203
6338
|
};
|
|
6204
6339
|
createdAt: {
|
|
6205
6340
|
type: string;
|
|
6206
6341
|
format: string;
|
|
6342
|
+
description: string;
|
|
6207
6343
|
};
|
|
6208
6344
|
};
|
|
6209
6345
|
};
|
|
@@ -6353,6 +6489,7 @@ export declare const schemaDict: {
|
|
|
6353
6489
|
post: {
|
|
6354
6490
|
type: string;
|
|
6355
6491
|
format: string;
|
|
6492
|
+
description: string;
|
|
6356
6493
|
};
|
|
6357
6494
|
allow: {
|
|
6358
6495
|
type: string;
|
|
@@ -6407,6 +6544,7 @@ export declare const schemaDict: {
|
|
|
6407
6544
|
subject: {
|
|
6408
6545
|
type: string;
|
|
6409
6546
|
format: string;
|
|
6547
|
+
description: string;
|
|
6410
6548
|
};
|
|
6411
6549
|
createdAt: {
|
|
6412
6550
|
type: string;
|
|
@@ -6767,6 +6905,7 @@ export declare const schemaDict: {
|
|
|
6767
6905
|
list: {
|
|
6768
6906
|
type: string;
|
|
6769
6907
|
format: string;
|
|
6908
|
+
description: string;
|
|
6770
6909
|
};
|
|
6771
6910
|
limit: {
|
|
6772
6911
|
type: string;
|
|
@@ -6905,6 +7044,7 @@ export declare const schemaDict: {
|
|
|
6905
7044
|
actor: {
|
|
6906
7045
|
type: string;
|
|
6907
7046
|
format: string;
|
|
7047
|
+
description: string;
|
|
6908
7048
|
};
|
|
6909
7049
|
limit: {
|
|
6910
7050
|
type: string;
|
|
@@ -6996,9 +7136,11 @@ export declare const schemaDict: {
|
|
|
6996
7136
|
actor: {
|
|
6997
7137
|
type: string;
|
|
6998
7138
|
format: string;
|
|
7139
|
+
description: string;
|
|
6999
7140
|
};
|
|
7000
7141
|
others: {
|
|
7001
7142
|
type: string;
|
|
7143
|
+
description: string;
|
|
7002
7144
|
maxLength: number;
|
|
7003
7145
|
items: {
|
|
7004
7146
|
type: string;
|
|
@@ -7084,12 +7226,14 @@ export declare const schemaDict: {
|
|
|
7084
7226
|
properties: {
|
|
7085
7227
|
purpose: {
|
|
7086
7228
|
type: string;
|
|
7229
|
+
description: string;
|
|
7087
7230
|
ref: string;
|
|
7088
7231
|
};
|
|
7089
7232
|
name: {
|
|
7090
7233
|
type: string;
|
|
7091
7234
|
maxLength: number;
|
|
7092
7235
|
minLength: number;
|
|
7236
|
+
description: string;
|
|
7093
7237
|
};
|
|
7094
7238
|
description: {
|
|
7095
7239
|
type: string;
|
|
@@ -7136,6 +7280,7 @@ export declare const schemaDict: {
|
|
|
7136
7280
|
subject: {
|
|
7137
7281
|
type: string;
|
|
7138
7282
|
format: string;
|
|
7283
|
+
description: string;
|
|
7139
7284
|
};
|
|
7140
7285
|
createdAt: {
|
|
7141
7286
|
type: string;
|
|
@@ -7161,10 +7306,12 @@ export declare const schemaDict: {
|
|
|
7161
7306
|
subject: {
|
|
7162
7307
|
type: string;
|
|
7163
7308
|
format: string;
|
|
7309
|
+
description: string;
|
|
7164
7310
|
};
|
|
7165
7311
|
list: {
|
|
7166
7312
|
type: string;
|
|
7167
7313
|
format: string;
|
|
7314
|
+
description: string;
|
|
7168
7315
|
};
|
|
7169
7316
|
createdAt: {
|
|
7170
7317
|
type: string;
|
|
@@ -7455,6 +7602,7 @@ export declare const schemaDict: {
|
|
|
7455
7602
|
defs: {
|
|
7456
7603
|
main: {
|
|
7457
7604
|
type: string;
|
|
7605
|
+
description: string;
|
|
7458
7606
|
required: string[];
|
|
7459
7607
|
properties: {
|
|
7460
7608
|
index: {
|