@atproto/pds 0.5.3 → 0.5.5
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 +39 -0
- package/dist/account-manager/account-manager.d.ts +1 -1
- package/dist/account-manager/account-manager.d.ts.map +1 -1
- package/dist/account-manager/account-manager.js +16 -19
- package/dist/account-manager/account-manager.js.map +1 -1
- package/dist/account-manager/db/index.d.ts.map +1 -1
- package/dist/account-manager/db/migrations/index.d.ts.map +1 -1
- package/dist/account-manager/helpers/account-device.d.ts +91 -91
- package/dist/account-manager/helpers/account.d.ts +7 -7
- package/dist/account-manager/helpers/account.d.ts.map +1 -1
- package/dist/account-manager/helpers/auth.d.ts.map +1 -1
- package/dist/account-manager/helpers/authorization-request.d.ts.map +1 -1
- package/dist/account-manager/helpers/device.d.ts +1 -1
- package/dist/account-manager/helpers/device.d.ts.map +1 -1
- package/dist/account-manager/helpers/email-token.d.ts.map +1 -1
- package/dist/account-manager/helpers/invite.d.ts +1 -1
- package/dist/account-manager/helpers/invite.d.ts.map +1 -1
- package/dist/account-manager/helpers/password.d.ts.map +1 -1
- package/dist/account-manager/helpers/repo.d.ts.map +1 -1
- package/dist/account-manager/helpers/scrypt.d.ts.map +1 -1
- package/dist/account-manager/helpers/token.d.ts +457 -457
- package/dist/account-manager/helpers/token.d.ts.map +1 -1
- package/dist/account-manager/helpers/used-refresh-token.d.ts.map +1 -1
- package/dist/account-manager/oauth-store.d.ts.map +1 -1
- package/dist/account-manager/oauth-store.js +46 -26
- package/dist/account-manager/oauth-store.js.map +1 -1
- package/dist/account-manager/scope-reference-getter.d.ts.map +1 -1
- package/dist/account-manager/scope-reference-getter.js.map +1 -1
- package/dist/actor-store/actor-store-reader.d.ts.map +1 -1
- package/dist/actor-store/actor-store-reader.js.map +1 -1
- package/dist/actor-store/actor-store-transactor.d.ts.map +1 -1
- package/dist/actor-store/actor-store-transactor.js.map +1 -1
- package/dist/actor-store/actor-store-writer.d.ts.map +1 -1
- package/dist/actor-store/actor-store.d.ts.map +1 -1
- package/dist/actor-store/actor-store.js.map +1 -1
- package/dist/actor-store/blob/reader.d.ts.map +1 -1
- package/dist/actor-store/blob/reader.js.map +1 -1
- package/dist/actor-store/blob/transactor.d.ts.map +1 -1
- package/dist/actor-store/blob/transactor.js.map +1 -1
- package/dist/actor-store/db/index.d.ts.map +1 -1
- package/dist/actor-store/db/migrations/index.d.ts.map +1 -1
- package/dist/actor-store/migrate.d.ts.map +1 -1
- package/dist/actor-store/preference/reader.d.ts.map +1 -1
- package/dist/actor-store/preference/reader.js.map +1 -1
- package/dist/actor-store/preference/transactor.d.ts.map +1 -1
- package/dist/actor-store/record/reader.d.ts +3 -3
- package/dist/actor-store/record/reader.d.ts.map +1 -1
- package/dist/actor-store/record/reader.js.map +1 -1
- package/dist/actor-store/record/transactor.d.ts.map +1 -1
- package/dist/actor-store/record/transactor.js.map +1 -1
- package/dist/actor-store/repo/reader.d.ts.map +1 -1
- package/dist/actor-store/repo/reader.js.map +1 -1
- package/dist/actor-store/repo/sql-repo-reader.d.ts +1 -1
- package/dist/actor-store/repo/sql-repo-reader.d.ts.map +1 -1
- package/dist/actor-store/repo/sql-repo-transactor.d.ts.map +1 -1
- package/dist/actor-store/repo/transactor.d.ts.map +1 -1
- package/dist/actor-store/repo/transactor.js.map +1 -1
- package/dist/api/app/bsky/util/resolver.d.ts +4 -4
- package/dist/api/app/bsky/util/resolver.d.ts.map +1 -1
- package/dist/api/com/atproto/admin/deleteAccount.d.ts.map +1 -1
- package/dist/api/com/atproto/admin/deleteAccount.js +9 -4
- package/dist/api/com/atproto/admin/deleteAccount.js.map +1 -1
- package/dist/api/com/atproto/admin/getInviteCodes.d.ts.map +1 -1
- package/dist/api/com/atproto/admin/updateSubjectStatus.js +1 -1
- package/dist/api/com/atproto/admin/updateSubjectStatus.js.map +1 -1
- package/dist/api/com/atproto/identity/submitPlcOperation.js +1 -1
- package/dist/api/com/atproto/identity/submitPlcOperation.js.map +1 -1
- package/dist/api/com/atproto/server/activateAccount.js +1 -3
- package/dist/api/com/atproto/server/activateAccount.js.map +1 -1
- package/dist/api/com/atproto/server/createAccount.d.ts.map +1 -1
- package/dist/api/com/atproto/server/createAccount.js +61 -45
- package/dist/api/com/atproto/server/createAccount.js.map +1 -1
- package/dist/api/com/atproto/server/deactivateAccount.js +1 -1
- package/dist/api/com/atproto/server/deactivateAccount.js.map +1 -1
- package/dist/api/com/atproto/server/deleteAccount.d.ts.map +1 -1
- package/dist/api/com/atproto/server/deleteAccount.js +9 -4
- package/dist/api/com/atproto/server/deleteAccount.js.map +1 -1
- package/dist/api/com/atproto/server/util.d.ts.map +1 -1
- package/dist/api/com/atproto/sync/getRepo.d.ts.map +1 -1
- package/dist/api/com/atproto/sync/getRepo.js +5 -1
- package/dist/api/com/atproto/sync/getRepo.js.map +1 -1
- package/dist/api/com/atproto/sync/listRepos.d.ts.map +1 -1
- package/dist/api/com/atproto/sync/util.d.ts.map +1 -1
- package/dist/api/proxy.d.ts.map +1 -1
- package/dist/app-view.d.ts.map +1 -1
- package/dist/auth-routes.d.ts.map +1 -1
- package/dist/auth-verifier.d.ts.map +1 -1
- package/dist/background.d.ts.map +1 -1
- package/dist/basic-routes.d.ts.map +1 -1
- package/dist/bsky-app-view.d.ts.map +1 -1
- package/dist/config/config.d.ts.map +1 -1
- package/dist/config/env.d.ts.map +1 -1
- package/dist/config/secrets.d.ts.map +1 -1
- package/dist/context.d.ts.map +1 -1
- package/dist/crawlers.d.ts.map +1 -1
- package/dist/db/db.d.ts.map +1 -1
- package/dist/db/migrator.d.ts.map +1 -1
- package/dist/db/migrator.js.map +1 -1
- package/dist/db/pagination.d.ts +1 -1
- package/dist/db/pagination.d.ts.map +1 -1
- package/dist/db/pagination.js.map +1 -1
- package/dist/db/util.d.ts.map +1 -1
- package/dist/did-cache/db/index.d.ts.map +1 -1
- package/dist/did-cache/db/migrations.d.ts.map +1 -1
- package/dist/did-cache/index.d.ts.map +1 -1
- package/dist/did-cache/index.js.map +1 -1
- package/dist/disk-blobstore.d.ts.map +1 -1
- package/dist/disk-blobstore.js.map +1 -1
- package/dist/handle/explicit-slurs.d.ts.map +1 -1
- package/dist/handle/index.d.ts.map +1 -1
- package/dist/image/image-url-builder.d.ts.map +1 -1
- package/dist/image/image-url-builder.js.map +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +4 -39
- package/dist/index.js.map +1 -1
- package/dist/lexicons/app/bsky/actor/defs.defs.d.ts +75 -155
- package/dist/lexicons/app/bsky/actor/defs.defs.d.ts.map +1 -1
- package/dist/lexicons/app/bsky/actor/profile.defs.d.ts +100 -300
- package/dist/lexicons/app/bsky/actor/profile.defs.d.ts.map +1 -1
- package/dist/lexicons/app/bsky/actor/status.defs.d.ts +40 -40
- package/dist/lexicons/app/bsky/actor/status.defs.d.ts.map +1 -1
- package/dist/lexicons/app/bsky/authCreatePosts.defs.d.ts +1 -1
- package/dist/lexicons/app/bsky/authDeleteContent.defs.d.ts +1 -1
- package/dist/lexicons/app/bsky/authFullApp.defs.d.ts +1 -1
- package/dist/lexicons/app/bsky/authManageFeedDeclarations.defs.d.ts +1 -1
- package/dist/lexicons/app/bsky/authManageLabelerService.defs.d.ts +1 -1
- package/dist/lexicons/app/bsky/authManageModeration.defs.d.ts +1 -1
- package/dist/lexicons/app/bsky/authManageNotifications.defs.d.ts +1 -1
- package/dist/lexicons/app/bsky/authManageProfile.defs.d.ts +1 -1
- package/dist/lexicons/app/bsky/authViewAll.defs.d.ts +1 -1
- package/dist/lexicons/app/bsky/draft/defs.defs.d.ts +4 -4
- package/dist/lexicons/app/bsky/draft/defs.defs.d.ts.map +1 -1
- package/dist/lexicons/app/bsky/embed/external.defs.d.ts +10 -10
- package/dist/lexicons/app/bsky/embed/gallery.defs.d.ts +10 -42
- package/dist/lexicons/app/bsky/embed/gallery.defs.d.ts.map +1 -1
- package/dist/lexicons/app/bsky/embed/images.defs.d.ts +10 -10
- package/dist/lexicons/app/bsky/embed/record.defs.d.ts +10 -10
- package/dist/lexicons/app/bsky/embed/recordWithMedia.defs.d.ts +10 -10
- package/dist/lexicons/app/bsky/embed/video.defs.d.ts +50 -162
- package/dist/lexicons/app/bsky/embed/video.defs.d.ts.map +1 -1
- package/dist/lexicons/app/bsky/feed/generator.defs.d.ts +80 -160
- package/dist/lexicons/app/bsky/feed/generator.defs.d.ts.map +1 -1
- package/dist/lexicons/app/bsky/feed/like.defs.d.ts +30 -30
- package/dist/lexicons/app/bsky/feed/like.defs.d.ts.map +1 -1
- package/dist/lexicons/app/bsky/feed/post.defs.d.ts +80 -200
- package/dist/lexicons/app/bsky/feed/post.defs.d.ts.map +1 -1
- package/dist/lexicons/app/bsky/feed/postgate.defs.d.ts +40 -80
- package/dist/lexicons/app/bsky/feed/postgate.defs.d.ts.map +1 -1
- package/dist/lexicons/app/bsky/feed/repost.defs.d.ts +30 -30
- package/dist/lexicons/app/bsky/feed/repost.defs.d.ts.map +1 -1
- package/dist/lexicons/app/bsky/feed/threadgate.defs.d.ts +30 -30
- package/dist/lexicons/app/bsky/feed/threadgate.defs.d.ts.map +1 -1
- package/dist/lexicons/app/bsky/graph/block.defs.d.ts +20 -20
- package/dist/lexicons/app/bsky/graph/block.defs.d.ts.map +1 -1
- package/dist/lexicons/app/bsky/graph/follow.defs.d.ts +30 -30
- package/dist/lexicons/app/bsky/graph/follow.defs.d.ts.map +1 -1
- package/dist/lexicons/app/bsky/graph/list.defs.d.ts +60 -60
- package/dist/lexicons/app/bsky/graph/list.defs.d.ts.map +1 -1
- package/dist/lexicons/app/bsky/graph/listblock.defs.d.ts +20 -20
- package/dist/lexicons/app/bsky/graph/listblock.defs.d.ts.map +1 -1
- package/dist/lexicons/app/bsky/graph/listitem.defs.d.ts +20 -20
- package/dist/lexicons/app/bsky/graph/listitem.defs.d.ts.map +1 -1
- package/dist/lexicons/app/bsky/graph/starterpack.defs.d.ts +50 -90
- package/dist/lexicons/app/bsky/graph/starterpack.defs.d.ts.map +1 -1
- package/dist/lexicons/app/bsky/graph/verification.defs.d.ts +30 -30
- package/dist/lexicons/app/bsky/graph/verification.defs.d.ts.map +1 -1
- package/dist/lexicons/app/bsky/labeler/service.defs.d.ts +50 -130
- package/dist/lexicons/app/bsky/labeler/service.defs.d.ts.map +1 -1
- package/dist/lexicons/app/bsky/notification/declaration.defs.d.ts +10 -10
- package/dist/lexicons/app/bsky/notification/declaration.defs.d.ts.map +1 -1
- package/dist/lexicons/app/bsky/richtext/facet.defs.d.ts +10 -10
- package/dist/lexicons/chat/bsky/actor/declaration.defs.d.ts +20 -20
- package/dist/lexicons/chat/bsky/actor/declaration.defs.d.ts.map +1 -1
- package/dist/lexicons/chat/bsky/authFullChatClient.defs.d.ts +1 -1
- package/dist/lexicons/chat/bsky/convo/defs.defs.d.ts +17 -0
- package/dist/lexicons/chat/bsky/convo/defs.defs.d.ts.map +1 -1
- package/dist/lexicons/chat/bsky/convo/defs.defs.js +11 -0
- package/dist/lexicons/chat/bsky/convo/defs.defs.js.map +1 -1
- package/dist/lexicons/chat/bsky/convo/sendMessage.defs.d.ts +1 -1
- package/dist/lexicons/chat/bsky/convo/sendMessage.defs.d.ts.map +1 -1
- package/dist/lexicons/chat/bsky/convo/sendMessage.defs.js +1 -0
- package/dist/lexicons/chat/bsky/convo/sendMessage.defs.js.map +1 -1
- package/dist/lexicons/chat/bsky/convo/sendMessageBatch.defs.d.ts +1 -1
- package/dist/lexicons/chat/bsky/convo/sendMessageBatch.defs.d.ts.map +1 -1
- package/dist/lexicons/chat/bsky/convo/sendMessageBatch.defs.js +1 -0
- package/dist/lexicons/chat/bsky/convo/sendMessageBatch.defs.js.map +1 -1
- package/dist/lexicons/chat/bsky/embed/joinLink.defs.d.ts +10 -42
- package/dist/lexicons/chat/bsky/embed/joinLink.defs.d.ts.map +1 -1
- package/dist/lexicons/com/atproto/lexicon/schema.defs.d.ts +10 -10
- package/dist/lexicons/com/atproto/lexicon/schema.defs.d.ts.map +1 -1
- package/dist/lexicons/com/atproto/repo/strongRef.defs.d.ts +10 -10
- package/dist/lexicons/com/germnetwork/declaration.defs.d.ts +40 -120
- package/dist/lexicons/com/germnetwork/declaration.defs.d.ts.map +1 -1
- package/dist/lexicons/site/standard/document.defs.d.ts +130 -450
- package/dist/lexicons/site/standard/document.defs.d.ts.map +1 -1
- package/dist/lexicons/site/standard/graph/recommend.defs.d.ts +10 -10
- package/dist/lexicons/site/standard/graph/recommend.defs.d.ts.map +1 -1
- package/dist/lexicons/site/standard/graph/subscription.defs.d.ts +20 -60
- package/dist/lexicons/site/standard/graph/subscription.defs.d.ts.map +1 -1
- package/dist/lexicons/site/standard/publication.defs.d.ts +60 -220
- package/dist/lexicons/site/standard/publication.defs.d.ts.map +1 -1
- package/dist/lexicons/site/standard/theme/basic.defs.d.ts +10 -10
- package/dist/lexicons/site/standard/theme/basic.defs.d.ts.map +1 -1
- package/dist/lexicons/tools/ozone/moderation/queryStatuses.defs.d.ts +2 -2
- package/dist/lexicons/tools/ozone/set/querySets.defs.d.ts +2 -2
- package/dist/logger.d.ts +14 -14
- package/dist/logger.d.ts.map +1 -1
- package/dist/mailer/index.d.ts.map +1 -1
- package/dist/mailer/index.js.map +1 -1
- package/dist/mailer/moderation.d.ts.map +1 -1
- package/dist/pipethrough.d.ts +1 -1
- package/dist/pipethrough.d.ts.map +1 -1
- package/dist/pipethrough.js.map +1 -1
- package/dist/rate-limits.d.ts +7 -0
- package/dist/rate-limits.d.ts.map +1 -0
- package/dist/rate-limits.js +50 -0
- package/dist/rate-limits.js.map +1 -0
- package/dist/read-after-write/util.d.ts.map +1 -1
- package/dist/read-after-write/viewer.d.ts +8 -8
- package/dist/read-after-write/viewer.d.ts.map +1 -1
- package/dist/read-after-write/viewer.js.map +1 -1
- package/dist/redis.d.ts.map +1 -1
- package/dist/repo/prepare.d.ts.map +1 -1
- package/dist/repo/types.d.ts.map +1 -1
- package/dist/repo/types.js.map +1 -1
- package/dist/scripts/index.d.ts.map +1 -1
- package/dist/scripts/publish-identity.d.ts.map +1 -1
- package/dist/scripts/publish-identity.js +1 -1
- package/dist/scripts/publish-identity.js.map +1 -1
- package/dist/scripts/rebuild-repo.d.ts.map +1 -1
- package/dist/scripts/rebuild-repo.js +1 -1
- package/dist/scripts/rebuild-repo.js.map +1 -1
- package/dist/scripts/rotate-keys.d.ts.map +1 -1
- package/dist/scripts/rotate-keys.js +2 -2
- package/dist/scripts/rotate-keys.js.map +1 -1
- package/dist/scripts/sequencer-recovery/index.d.ts.map +1 -1
- package/dist/scripts/sequencer-recovery/recoverer.d.ts.map +1 -1
- package/dist/scripts/sequencer-recovery/recoverer.js +7 -5
- package/dist/scripts/sequencer-recovery/recoverer.js.map +1 -1
- package/dist/scripts/sequencer-recovery/recovery-db.d.ts.map +1 -1
- package/dist/scripts/sequencer-recovery/repair-repos.d.ts.map +1 -1
- package/dist/scripts/sequencer-recovery/user-queues.d.ts.map +1 -1
- package/dist/scripts/util.d.ts.map +1 -1
- package/dist/sequencer/db/index.d.ts.map +1 -1
- package/dist/sequencer/db/migrations/index.d.ts.map +1 -1
- package/dist/sequencer/events.d.ts +19 -19
- package/dist/sequencer/events.d.ts.map +1 -1
- package/dist/sequencer/outbox.d.ts.map +1 -1
- package/dist/sequencer/outbox.js.map +1 -1
- package/dist/sequencer/sequencer.d.ts +8 -6
- package/dist/sequencer/sequencer.d.ts.map +1 -1
- package/dist/sequencer/sequencer.js +40 -21
- package/dist/sequencer/sequencer.js.map +1 -1
- package/dist/util/debug.d.ts.map +1 -1
- package/dist/well-known.d.ts.map +1 -1
- package/package.json +25 -26
- package/src/account-manager/account-manager.ts +26 -23
- package/src/account-manager/oauth-store.ts +55 -36
- package/src/api/com/atproto/admin/deleteAccount.ts +9 -7
- package/src/api/com/atproto/admin/updateSubjectStatus.ts +1 -1
- package/src/api/com/atproto/identity/submitPlcOperation.ts +1 -1
- package/src/api/com/atproto/server/activateAccount.ts +3 -3
- package/src/api/com/atproto/server/createAccount.ts +72 -63
- package/src/api/com/atproto/server/deactivateAccount.ts +1 -1
- package/src/api/com/atproto/server/deleteAccount.ts +9 -7
- package/src/api/com/atproto/sync/getRepo.ts +9 -1
- package/src/index.ts +3 -42
- package/src/rate-limits.ts +59 -0
- package/src/scripts/publish-identity.ts +1 -1
- package/src/scripts/rebuild-repo.ts +1 -1
- package/src/scripts/rotate-keys.ts +2 -2
- package/src/scripts/sequencer-recovery/recoverer.ts +9 -5
- package/src/sequencer/sequencer.ts +52 -23
- package/tests/db.test.ts +3 -3
- package/tsconfig.build.tsbuildinfo +1 -1
|
@@ -79,495 +79,175 @@ export declare const $isTypeOf: <TValue extends {
|
|
|
79
79
|
}>(value: TValue) => value is l.TypedRecord<"site.standard.document", TValue>;
|
|
80
80
|
export declare const $build: {
|
|
81
81
|
(input: Omit<Omit<Main, "$type">, "$type">): {
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
| undefined;
|
|
93
|
-
links?: l.Unknown$TypedObject
|
|
94
|
-
/**
|
|
95
|
-
* Combine with site or publication url to construct a canonical URL to the document. Prepend with a leading slash.
|
|
96
|
-
*/
|
|
97
|
-
| undefined;
|
|
82
|
+
$type: "site.standard.document";
|
|
83
|
+
bskyPostRef?: RepoStrongRef.Main;
|
|
84
|
+
content?: l.Unknown$TypedObject;
|
|
85
|
+
contributors?: Contributor[];
|
|
86
|
+
coverImage?: l.BlobRef;
|
|
87
|
+
description?: string;
|
|
88
|
+
labels?: l.$Typed<LabelDefs.SelfLabels> | l.Unknown$TypedObject;
|
|
89
|
+
links?: l.Unknown$TypedObject;
|
|
90
|
+
path?: string;
|
|
91
|
+
publishedAt: l.DatetimeString;
|
|
98
92
|
site: l.UriString;
|
|
99
|
-
tags?: string[]
|
|
100
|
-
|
|
101
|
-
* Plaintext representation of the documents contents. Should not contain markdown or other formatting.
|
|
102
|
-
*/
|
|
103
|
-
| undefined;
|
|
104
|
-
path?: string
|
|
105
|
-
/**
|
|
106
|
-
* Timestamp of the documents publish time.
|
|
107
|
-
*/
|
|
108
|
-
| undefined;
|
|
93
|
+
tags?: string[];
|
|
94
|
+
textContent?: string;
|
|
109
95
|
title: string;
|
|
110
|
-
updatedAt?: l.DatetimeString
|
|
111
|
-
labels?: (l.$Typed<LabelDefs.SelfLabels> | l.Unknown$TypedObject) | undefined;
|
|
112
|
-
bskyPostRef?: RepoStrongRef.Main
|
|
113
|
-
/**
|
|
114
|
-
* Open union used to define the record's content. Each entry must specify a $type and may be extended with other lexicons to support additional content formats.
|
|
115
|
-
*/
|
|
116
|
-
| undefined;
|
|
117
|
-
coverImage?: l.BlobRef
|
|
118
|
-
/**
|
|
119
|
-
* A brief description or excerpt from the document.
|
|
120
|
-
*/
|
|
121
|
-
| undefined;
|
|
122
|
-
publishedAt: l.DatetimeString;
|
|
123
|
-
textContent?: string
|
|
124
|
-
/**
|
|
125
|
-
* Title of the document.
|
|
126
|
-
*/
|
|
127
|
-
| undefined;
|
|
128
|
-
$type: "site.standard.document";
|
|
96
|
+
updatedAt?: l.DatetimeString;
|
|
129
97
|
};
|
|
130
98
|
(input: Omit<Omit<Main, "$type">, "$type">): {
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
| undefined;
|
|
142
|
-
links?: l.Unknown$TypedObject
|
|
143
|
-
/**
|
|
144
|
-
* Combine with site or publication url to construct a canonical URL to the document. Prepend with a leading slash.
|
|
145
|
-
*/
|
|
146
|
-
| undefined;
|
|
99
|
+
$type: "site.standard.document";
|
|
100
|
+
bskyPostRef?: RepoStrongRef.Main;
|
|
101
|
+
content?: l.Unknown$TypedObject;
|
|
102
|
+
contributors?: Contributor[];
|
|
103
|
+
coverImage?: l.BlobRef;
|
|
104
|
+
description?: string;
|
|
105
|
+
labels?: l.$Typed<LabelDefs.SelfLabels> | l.Unknown$TypedObject;
|
|
106
|
+
links?: l.Unknown$TypedObject;
|
|
107
|
+
path?: string;
|
|
108
|
+
publishedAt: l.DatetimeString;
|
|
147
109
|
site: l.UriString;
|
|
148
|
-
tags?: string[]
|
|
149
|
-
|
|
150
|
-
* Plaintext representation of the documents contents. Should not contain markdown or other formatting.
|
|
151
|
-
*/
|
|
152
|
-
| undefined;
|
|
153
|
-
path?: string
|
|
154
|
-
/**
|
|
155
|
-
* Timestamp of the documents publish time.
|
|
156
|
-
*/
|
|
157
|
-
| undefined;
|
|
110
|
+
tags?: string[];
|
|
111
|
+
textContent?: string;
|
|
158
112
|
title: string;
|
|
159
|
-
updatedAt?: l.DatetimeString
|
|
160
|
-
labels?: (l.$Typed<LabelDefs.SelfLabels> | l.Unknown$TypedObject) | undefined;
|
|
161
|
-
bskyPostRef?: RepoStrongRef.Main
|
|
162
|
-
/**
|
|
163
|
-
* Open union used to define the record's content. Each entry must specify a $type and may be extended with other lexicons to support additional content formats.
|
|
164
|
-
*/
|
|
165
|
-
| undefined;
|
|
166
|
-
coverImage?: l.BlobRef
|
|
167
|
-
/**
|
|
168
|
-
* A brief description or excerpt from the document.
|
|
169
|
-
*/
|
|
170
|
-
| undefined;
|
|
171
|
-
publishedAt: l.DatetimeString;
|
|
172
|
-
textContent?: string
|
|
173
|
-
/**
|
|
174
|
-
* Title of the document.
|
|
175
|
-
*/
|
|
176
|
-
| undefined;
|
|
177
|
-
$type: "site.standard.document";
|
|
113
|
+
updatedAt?: l.DatetimeString;
|
|
178
114
|
};
|
|
179
115
|
};
|
|
180
116
|
export declare const $assert: (input: unknown, options?: l.ValidateOptions) => asserts input is {
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
| undefined;
|
|
192
|
-
links?: l.Unknown$TypedObject
|
|
193
|
-
/**
|
|
194
|
-
* Combine with site or publication url to construct a canonical URL to the document. Prepend with a leading slash.
|
|
195
|
-
*/
|
|
196
|
-
| undefined;
|
|
117
|
+
$type: "site.standard.document";
|
|
118
|
+
bskyPostRef?: RepoStrongRef.Main;
|
|
119
|
+
content?: l.Unknown$TypedObject;
|
|
120
|
+
contributors?: Contributor[];
|
|
121
|
+
coverImage?: l.BlobRef;
|
|
122
|
+
description?: string;
|
|
123
|
+
labels?: l.$Typed<LabelDefs.SelfLabels> | l.Unknown$TypedObject;
|
|
124
|
+
links?: l.Unknown$TypedObject;
|
|
125
|
+
path?: string;
|
|
126
|
+
publishedAt: l.DatetimeString;
|
|
197
127
|
site: l.UriString;
|
|
198
|
-
tags?: string[]
|
|
199
|
-
|
|
200
|
-
* Plaintext representation of the documents contents. Should not contain markdown or other formatting.
|
|
201
|
-
*/
|
|
202
|
-
| undefined;
|
|
203
|
-
path?: string
|
|
204
|
-
/**
|
|
205
|
-
* Timestamp of the documents publish time.
|
|
206
|
-
*/
|
|
207
|
-
| undefined;
|
|
128
|
+
tags?: string[];
|
|
129
|
+
textContent?: string;
|
|
208
130
|
title: string;
|
|
209
|
-
updatedAt?: l.DatetimeString
|
|
210
|
-
labels?: (l.$Typed<LabelDefs.SelfLabels> | l.Unknown$TypedObject) | undefined;
|
|
211
|
-
bskyPostRef?: RepoStrongRef.Main
|
|
212
|
-
/**
|
|
213
|
-
* Open union used to define the record's content. Each entry must specify a $type and may be extended with other lexicons to support additional content formats.
|
|
214
|
-
*/
|
|
215
|
-
| undefined;
|
|
216
|
-
coverImage?: l.BlobRef
|
|
217
|
-
/**
|
|
218
|
-
* A brief description or excerpt from the document.
|
|
219
|
-
*/
|
|
220
|
-
| undefined;
|
|
221
|
-
publishedAt: l.DatetimeString;
|
|
222
|
-
textContent?: string
|
|
223
|
-
/**
|
|
224
|
-
* Title of the document.
|
|
225
|
-
*/
|
|
226
|
-
| undefined;
|
|
227
|
-
$type: "site.standard.document";
|
|
131
|
+
updatedAt?: l.DatetimeString;
|
|
228
132
|
};
|
|
229
133
|
export declare const $check: (input: unknown, options?: l.ValidateOptions) => void;
|
|
230
134
|
export declare const $cast: <I>(input: I, options?: l.ValidateOptions) => I & {
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
| undefined;
|
|
242
|
-
links?: l.Unknown$TypedObject
|
|
243
|
-
/**
|
|
244
|
-
* Combine with site or publication url to construct a canonical URL to the document. Prepend with a leading slash.
|
|
245
|
-
*/
|
|
246
|
-
| undefined;
|
|
135
|
+
$type: "site.standard.document";
|
|
136
|
+
bskyPostRef?: RepoStrongRef.Main;
|
|
137
|
+
content?: l.Unknown$TypedObject;
|
|
138
|
+
contributors?: Contributor[];
|
|
139
|
+
coverImage?: l.BlobRef;
|
|
140
|
+
description?: string;
|
|
141
|
+
labels?: l.$Typed<LabelDefs.SelfLabels> | l.Unknown$TypedObject;
|
|
142
|
+
links?: l.Unknown$TypedObject;
|
|
143
|
+
path?: string;
|
|
144
|
+
publishedAt: l.DatetimeString;
|
|
247
145
|
site: l.UriString;
|
|
248
|
-
tags?: string[]
|
|
249
|
-
|
|
250
|
-
* Plaintext representation of the documents contents. Should not contain markdown or other formatting.
|
|
251
|
-
*/
|
|
252
|
-
| undefined;
|
|
253
|
-
path?: string
|
|
254
|
-
/**
|
|
255
|
-
* Timestamp of the documents publish time.
|
|
256
|
-
*/
|
|
257
|
-
| undefined;
|
|
146
|
+
tags?: string[];
|
|
147
|
+
textContent?: string;
|
|
258
148
|
title: string;
|
|
259
|
-
updatedAt?: l.DatetimeString
|
|
260
|
-
labels?: (l.$Typed<LabelDefs.SelfLabels> | l.Unknown$TypedObject) | undefined;
|
|
261
|
-
bskyPostRef?: RepoStrongRef.Main
|
|
262
|
-
/**
|
|
263
|
-
* Open union used to define the record's content. Each entry must specify a $type and may be extended with other lexicons to support additional content formats.
|
|
264
|
-
*/
|
|
265
|
-
| undefined;
|
|
266
|
-
coverImage?: l.BlobRef
|
|
267
|
-
/**
|
|
268
|
-
* A brief description or excerpt from the document.
|
|
269
|
-
*/
|
|
270
|
-
| undefined;
|
|
271
|
-
publishedAt: l.DatetimeString;
|
|
272
|
-
textContent?: string
|
|
273
|
-
/**
|
|
274
|
-
* Title of the document.
|
|
275
|
-
*/
|
|
276
|
-
| undefined;
|
|
277
|
-
$type: "site.standard.document";
|
|
149
|
+
updatedAt?: l.DatetimeString;
|
|
278
150
|
};
|
|
279
151
|
export declare const $ifMatches: <I>(input: I, options?: l.ValidateOptions) => (I & {
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
| undefined;
|
|
291
|
-
links?: l.Unknown$TypedObject
|
|
292
|
-
/**
|
|
293
|
-
* Combine with site or publication url to construct a canonical URL to the document. Prepend with a leading slash.
|
|
294
|
-
*/
|
|
295
|
-
| undefined;
|
|
152
|
+
$type: "site.standard.document";
|
|
153
|
+
bskyPostRef?: RepoStrongRef.Main;
|
|
154
|
+
content?: l.Unknown$TypedObject;
|
|
155
|
+
contributors?: Contributor[];
|
|
156
|
+
coverImage?: l.BlobRef;
|
|
157
|
+
description?: string;
|
|
158
|
+
labels?: l.$Typed<LabelDefs.SelfLabels> | l.Unknown$TypedObject;
|
|
159
|
+
links?: l.Unknown$TypedObject;
|
|
160
|
+
path?: string;
|
|
161
|
+
publishedAt: l.DatetimeString;
|
|
296
162
|
site: l.UriString;
|
|
297
|
-
tags?: string[]
|
|
298
|
-
|
|
299
|
-
* Plaintext representation of the documents contents. Should not contain markdown or other formatting.
|
|
300
|
-
*/
|
|
301
|
-
| undefined;
|
|
302
|
-
path?: string
|
|
303
|
-
/**
|
|
304
|
-
* Timestamp of the documents publish time.
|
|
305
|
-
*/
|
|
306
|
-
| undefined;
|
|
163
|
+
tags?: string[];
|
|
164
|
+
textContent?: string;
|
|
307
165
|
title: string;
|
|
308
|
-
updatedAt?: l.DatetimeString
|
|
309
|
-
labels?: (l.$Typed<LabelDefs.SelfLabels> | l.Unknown$TypedObject) | undefined;
|
|
310
|
-
bskyPostRef?: RepoStrongRef.Main
|
|
311
|
-
/**
|
|
312
|
-
* Open union used to define the record's content. Each entry must specify a $type and may be extended with other lexicons to support additional content formats.
|
|
313
|
-
*/
|
|
314
|
-
| undefined;
|
|
315
|
-
coverImage?: l.BlobRef
|
|
316
|
-
/**
|
|
317
|
-
* A brief description or excerpt from the document.
|
|
318
|
-
*/
|
|
319
|
-
| undefined;
|
|
320
|
-
publishedAt: l.DatetimeString;
|
|
321
|
-
textContent?: string
|
|
322
|
-
/**
|
|
323
|
-
* Title of the document.
|
|
324
|
-
*/
|
|
325
|
-
| undefined;
|
|
326
|
-
$type: "site.standard.document";
|
|
166
|
+
updatedAt?: l.DatetimeString;
|
|
327
167
|
}) | undefined;
|
|
328
168
|
export declare const $matches: <I>(input: I, options?: l.ValidateOptions) => input is I & {
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
| undefined;
|
|
340
|
-
links?: l.Unknown$TypedObject
|
|
341
|
-
/**
|
|
342
|
-
* Combine with site or publication url to construct a canonical URL to the document. Prepend with a leading slash.
|
|
343
|
-
*/
|
|
344
|
-
| undefined;
|
|
169
|
+
$type: "site.standard.document";
|
|
170
|
+
bskyPostRef?: RepoStrongRef.Main;
|
|
171
|
+
content?: l.Unknown$TypedObject;
|
|
172
|
+
contributors?: Contributor[];
|
|
173
|
+
coverImage?: l.BlobRef;
|
|
174
|
+
description?: string;
|
|
175
|
+
labels?: l.$Typed<LabelDefs.SelfLabels> | l.Unknown$TypedObject;
|
|
176
|
+
links?: l.Unknown$TypedObject;
|
|
177
|
+
path?: string;
|
|
178
|
+
publishedAt: l.DatetimeString;
|
|
345
179
|
site: l.UriString;
|
|
346
|
-
tags?: string[]
|
|
347
|
-
|
|
348
|
-
* Plaintext representation of the documents contents. Should not contain markdown or other formatting.
|
|
349
|
-
*/
|
|
350
|
-
| undefined;
|
|
351
|
-
path?: string
|
|
352
|
-
/**
|
|
353
|
-
* Timestamp of the documents publish time.
|
|
354
|
-
*/
|
|
355
|
-
| undefined;
|
|
180
|
+
tags?: string[];
|
|
181
|
+
textContent?: string;
|
|
356
182
|
title: string;
|
|
357
|
-
updatedAt?: l.DatetimeString
|
|
358
|
-
labels?: (l.$Typed<LabelDefs.SelfLabels> | l.Unknown$TypedObject) | undefined;
|
|
359
|
-
bskyPostRef?: RepoStrongRef.Main
|
|
360
|
-
/**
|
|
361
|
-
* Open union used to define the record's content. Each entry must specify a $type and may be extended with other lexicons to support additional content formats.
|
|
362
|
-
*/
|
|
363
|
-
| undefined;
|
|
364
|
-
coverImage?: l.BlobRef
|
|
365
|
-
/**
|
|
366
|
-
* A brief description or excerpt from the document.
|
|
367
|
-
*/
|
|
368
|
-
| undefined;
|
|
369
|
-
publishedAt: l.DatetimeString;
|
|
370
|
-
textContent?: string
|
|
371
|
-
/**
|
|
372
|
-
* Title of the document.
|
|
373
|
-
*/
|
|
374
|
-
| undefined;
|
|
375
|
-
$type: "site.standard.document";
|
|
183
|
+
updatedAt?: l.DatetimeString;
|
|
376
184
|
};
|
|
377
185
|
export declare const $parse: (input: unknown, options?: l.ParseOptions) => {
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
| undefined;
|
|
389
|
-
links?: l.Unknown$TypedObject
|
|
390
|
-
/**
|
|
391
|
-
* Combine with site or publication url to construct a canonical URL to the document. Prepend with a leading slash.
|
|
392
|
-
*/
|
|
393
|
-
| undefined;
|
|
186
|
+
$type: "site.standard.document";
|
|
187
|
+
bskyPostRef?: RepoStrongRef.Main;
|
|
188
|
+
content?: l.Unknown$TypedObject;
|
|
189
|
+
contributors?: Contributor[];
|
|
190
|
+
coverImage?: l.BlobRef;
|
|
191
|
+
description?: string;
|
|
192
|
+
labels?: l.$Typed<LabelDefs.SelfLabels> | l.Unknown$TypedObject;
|
|
193
|
+
links?: l.Unknown$TypedObject;
|
|
194
|
+
path?: string;
|
|
195
|
+
publishedAt: l.DatetimeString;
|
|
394
196
|
site: l.UriString;
|
|
395
|
-
tags?: string[]
|
|
396
|
-
|
|
397
|
-
* Plaintext representation of the documents contents. Should not contain markdown or other formatting.
|
|
398
|
-
*/
|
|
399
|
-
| undefined;
|
|
400
|
-
path?: string
|
|
401
|
-
/**
|
|
402
|
-
* Timestamp of the documents publish time.
|
|
403
|
-
*/
|
|
404
|
-
| undefined;
|
|
197
|
+
tags?: string[];
|
|
198
|
+
textContent?: string;
|
|
405
199
|
title: string;
|
|
406
|
-
updatedAt?: l.DatetimeString
|
|
407
|
-
labels?: (l.$Typed<LabelDefs.SelfLabels> | l.Unknown$TypedObject) | undefined;
|
|
408
|
-
bskyPostRef?: RepoStrongRef.Main
|
|
409
|
-
/**
|
|
410
|
-
* Open union used to define the record's content. Each entry must specify a $type and may be extended with other lexicons to support additional content formats.
|
|
411
|
-
*/
|
|
412
|
-
| undefined;
|
|
413
|
-
coverImage?: l.BlobRef
|
|
414
|
-
/**
|
|
415
|
-
* A brief description or excerpt from the document.
|
|
416
|
-
*/
|
|
417
|
-
| undefined;
|
|
418
|
-
publishedAt: l.DatetimeString;
|
|
419
|
-
textContent?: string
|
|
420
|
-
/**
|
|
421
|
-
* Title of the document.
|
|
422
|
-
*/
|
|
423
|
-
| undefined;
|
|
424
|
-
$type: "site.standard.document";
|
|
200
|
+
updatedAt?: l.DatetimeString;
|
|
425
201
|
};
|
|
426
202
|
export declare const $safeParse: (input: unknown, options?: l.ParseOptions) => l.ValidationResult<{
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
| undefined;
|
|
438
|
-
links?: l.Unknown$TypedObject
|
|
439
|
-
/**
|
|
440
|
-
* Combine with site or publication url to construct a canonical URL to the document. Prepend with a leading slash.
|
|
441
|
-
*/
|
|
442
|
-
| undefined;
|
|
203
|
+
$type: "site.standard.document";
|
|
204
|
+
bskyPostRef?: RepoStrongRef.Main;
|
|
205
|
+
content?: l.Unknown$TypedObject;
|
|
206
|
+
contributors?: Contributor[];
|
|
207
|
+
coverImage?: l.BlobRef;
|
|
208
|
+
description?: string;
|
|
209
|
+
labels?: l.$Typed<LabelDefs.SelfLabels> | l.Unknown$TypedObject;
|
|
210
|
+
links?: l.Unknown$TypedObject;
|
|
211
|
+
path?: string;
|
|
212
|
+
publishedAt: l.DatetimeString;
|
|
443
213
|
site: l.UriString;
|
|
444
|
-
tags?: string[]
|
|
445
|
-
|
|
446
|
-
* Plaintext representation of the documents contents. Should not contain markdown or other formatting.
|
|
447
|
-
*/
|
|
448
|
-
| undefined;
|
|
449
|
-
path?: string
|
|
450
|
-
/**
|
|
451
|
-
* Timestamp of the documents publish time.
|
|
452
|
-
*/
|
|
453
|
-
| undefined;
|
|
214
|
+
tags?: string[];
|
|
215
|
+
textContent?: string;
|
|
454
216
|
title: string;
|
|
455
|
-
updatedAt?: l.DatetimeString
|
|
456
|
-
labels?: (l.$Typed<LabelDefs.SelfLabels> | l.Unknown$TypedObject) | undefined;
|
|
457
|
-
bskyPostRef?: RepoStrongRef.Main
|
|
458
|
-
/**
|
|
459
|
-
* Open union used to define the record's content. Each entry must specify a $type and may be extended with other lexicons to support additional content formats.
|
|
460
|
-
*/
|
|
461
|
-
| undefined;
|
|
462
|
-
coverImage?: l.BlobRef
|
|
463
|
-
/**
|
|
464
|
-
* A brief description or excerpt from the document.
|
|
465
|
-
*/
|
|
466
|
-
| undefined;
|
|
467
|
-
publishedAt: l.DatetimeString;
|
|
468
|
-
textContent?: string
|
|
469
|
-
/**
|
|
470
|
-
* Title of the document.
|
|
471
|
-
*/
|
|
472
|
-
| undefined;
|
|
473
|
-
$type: "site.standard.document";
|
|
217
|
+
updatedAt?: l.DatetimeString;
|
|
474
218
|
}>;
|
|
475
219
|
export declare const $validate: <I>(input: I, options?: l.ValidateOptions) => I & {
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
| undefined;
|
|
487
|
-
links?: l.Unknown$TypedObject
|
|
488
|
-
/**
|
|
489
|
-
* Combine with site or publication url to construct a canonical URL to the document. Prepend with a leading slash.
|
|
490
|
-
*/
|
|
491
|
-
| undefined;
|
|
220
|
+
$type: "site.standard.document";
|
|
221
|
+
bskyPostRef?: RepoStrongRef.Main;
|
|
222
|
+
content?: l.Unknown$TypedObject;
|
|
223
|
+
contributors?: Contributor[];
|
|
224
|
+
coverImage?: l.BlobRef;
|
|
225
|
+
description?: string;
|
|
226
|
+
labels?: l.$Typed<LabelDefs.SelfLabels> | l.Unknown$TypedObject;
|
|
227
|
+
links?: l.Unknown$TypedObject;
|
|
228
|
+
path?: string;
|
|
229
|
+
publishedAt: l.DatetimeString;
|
|
492
230
|
site: l.UriString;
|
|
493
|
-
tags?: string[]
|
|
494
|
-
|
|
495
|
-
* Plaintext representation of the documents contents. Should not contain markdown or other formatting.
|
|
496
|
-
*/
|
|
497
|
-
| undefined;
|
|
498
|
-
path?: string
|
|
499
|
-
/**
|
|
500
|
-
* Timestamp of the documents publish time.
|
|
501
|
-
*/
|
|
502
|
-
| undefined;
|
|
231
|
+
tags?: string[];
|
|
232
|
+
textContent?: string;
|
|
503
233
|
title: string;
|
|
504
|
-
updatedAt?: l.DatetimeString
|
|
505
|
-
labels?: (l.$Typed<LabelDefs.SelfLabels> | l.Unknown$TypedObject) | undefined;
|
|
506
|
-
bskyPostRef?: RepoStrongRef.Main
|
|
507
|
-
/**
|
|
508
|
-
* Open union used to define the record's content. Each entry must specify a $type and may be extended with other lexicons to support additional content formats.
|
|
509
|
-
*/
|
|
510
|
-
| undefined;
|
|
511
|
-
coverImage?: l.BlobRef
|
|
512
|
-
/**
|
|
513
|
-
* A brief description or excerpt from the document.
|
|
514
|
-
*/
|
|
515
|
-
| undefined;
|
|
516
|
-
publishedAt: l.DatetimeString;
|
|
517
|
-
textContent?: string
|
|
518
|
-
/**
|
|
519
|
-
* Title of the document.
|
|
520
|
-
*/
|
|
521
|
-
| undefined;
|
|
522
|
-
$type: "site.standard.document";
|
|
234
|
+
updatedAt?: l.DatetimeString;
|
|
523
235
|
};
|
|
524
236
|
export declare const $safeValidate: <I>(input: I, options?: l.ValidateOptions) => l.ValidationResult<I & {
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
| undefined;
|
|
536
|
-
links?: l.Unknown$TypedObject
|
|
537
|
-
/**
|
|
538
|
-
* Combine with site or publication url to construct a canonical URL to the document. Prepend with a leading slash.
|
|
539
|
-
*/
|
|
540
|
-
| undefined;
|
|
237
|
+
$type: "site.standard.document";
|
|
238
|
+
bskyPostRef?: RepoStrongRef.Main;
|
|
239
|
+
content?: l.Unknown$TypedObject;
|
|
240
|
+
contributors?: Contributor[];
|
|
241
|
+
coverImage?: l.BlobRef;
|
|
242
|
+
description?: string;
|
|
243
|
+
labels?: l.$Typed<LabelDefs.SelfLabels> | l.Unknown$TypedObject;
|
|
244
|
+
links?: l.Unknown$TypedObject;
|
|
245
|
+
path?: string;
|
|
246
|
+
publishedAt: l.DatetimeString;
|
|
541
247
|
site: l.UriString;
|
|
542
|
-
tags?: string[]
|
|
543
|
-
|
|
544
|
-
* Plaintext representation of the documents contents. Should not contain markdown or other formatting.
|
|
545
|
-
*/
|
|
546
|
-
| undefined;
|
|
547
|
-
path?: string
|
|
548
|
-
/**
|
|
549
|
-
* Timestamp of the documents publish time.
|
|
550
|
-
*/
|
|
551
|
-
| undefined;
|
|
248
|
+
tags?: string[];
|
|
249
|
+
textContent?: string;
|
|
552
250
|
title: string;
|
|
553
|
-
updatedAt?: l.DatetimeString
|
|
554
|
-
labels?: (l.$Typed<LabelDefs.SelfLabels> | l.Unknown$TypedObject) | undefined;
|
|
555
|
-
bskyPostRef?: RepoStrongRef.Main
|
|
556
|
-
/**
|
|
557
|
-
* Open union used to define the record's content. Each entry must specify a $type and may be extended with other lexicons to support additional content formats.
|
|
558
|
-
*/
|
|
559
|
-
| undefined;
|
|
560
|
-
coverImage?: l.BlobRef
|
|
561
|
-
/**
|
|
562
|
-
* A brief description or excerpt from the document.
|
|
563
|
-
*/
|
|
564
|
-
| undefined;
|
|
565
|
-
publishedAt: l.DatetimeString;
|
|
566
|
-
textContent?: string
|
|
567
|
-
/**
|
|
568
|
-
* Title of the document.
|
|
569
|
-
*/
|
|
570
|
-
| undefined;
|
|
571
|
-
$type: "site.standard.document";
|
|
251
|
+
updatedAt?: l.DatetimeString;
|
|
572
252
|
}>;
|
|
573
253
|
//# sourceMappingURL=document.defs.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"document.defs.d.ts","sourceRoot":"","sources":["../../../../src/lexicons/site/standard/document.defs.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,CAAC,EAAE,MAAM,cAAc,CAAA;AAChC,OAAO,KAAK,aAAa,MAAM,0CAA0C,CAAA;AACzE,OAAO,KAAK,SAAS,MAAM,sCAAsC,CAAA;AAEjE,QAAA,MAAM,KAAK,2BAA2B,CAAA;AAEtC,OAAO,EAAE,KAAK,EAAE,CAAA;AAEhB,KAAK,WAAW,GAAG;IACjB,KAAK,CAAC,EAAE,oCAAoC,CAAA;IAC5C,GAAG,EAAE,CAAC,CAAC,SAAS,CAAA;IAChB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,IAAI,CAAC,EAAE,MAAM,CAAA;CACd,CAAA;AAED,YAAY,EAAE,WAAW,EAAE,CAAA;AAE3B,QAAA,MAAM,WAAW,kGAYhB,CAAA;AAED,OAAO,EAAE,WAAW,EAAE,CAAA;AAEtB,qJAAqJ;AACrJ,KAAK,IAAI,GAAG;IACV,KAAK,EAAE,wBAAwB,CAAA;IAE/B;;OAEG;IACH,WAAW,CAAC,EAAE,aAAa,CAAC,IAAI,CAAA;IAEhC;;OAEG;IACH,OAAO,CAAC,EAAE,CAAC,CAAC,mBAAmB,CAAA;IAC/B,YAAY,CAAC,EAAE,WAAW,EAAE,CAAA;IAE5B;;OAEG;IACH,UAAU,CAAC,EAAE,CAAC,CAAC,OAAO,CAAA;IAEtB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAA;IAEpB;;OAEG;IACH,MAAM,CAAC,EAAE,CAAC,CAAC,MAAM,CAAC,SAAS,CAAC,UAAU,CAAC,GAAG,CAAC,CAAC,mBAAmB,CAAA;IAE/D;;OAEG;IACH,KAAK,CAAC,EAAE,CAAC,CAAC,mBAAmB,CAAA;IAE7B;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAA;IAEb;;OAEG;IACH,WAAW,EAAE,CAAC,CAAC,cAAc,CAAA;IAE7B;;OAEG;IACH,IAAI,EAAE,CAAC,CAAC,SAAS,CAAA;IAEjB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,EAAE,CAAA;IAEf;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAA;IAEpB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAA;IAEb;;OAEG;IACH,SAAS,CAAC,EAAE,CAAC,CAAC,cAAc,CAAA;CAC7B,CAAA;AAED,YAAY,EAAE,IAAI,EAAE,CAAA;AAEpB,qJAAqJ;AACrJ,QAAA,MAAM,IAAI,wGA8CT,CAAA;AAED,OAAO,EAAE,IAAI,EAAE,CAAA;AAEf,eAAO,MAAM,KAAK,2BAAQ,CAAA;AAC1B,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"document.defs.d.ts","sourceRoot":"","sources":["../../../../src/lexicons/site/standard/document.defs.ts"],"names":[],"mappings":"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"}
|