@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
|
@@ -42,335 +42,135 @@ export declare const $isTypeOf: <TValue extends {
|
|
|
42
42
|
}>(value: TValue) => value is l.TypedRecord<"app.bsky.actor.profile", TValue>;
|
|
43
43
|
export declare const $build: {
|
|
44
44
|
(input: Omit<Omit<Main, "$type">, "$type">): {
|
|
45
|
-
description?: string
|
|
46
|
-
/**
|
|
47
|
-
* Free-form pronouns text.
|
|
48
|
-
*/
|
|
49
|
-
| undefined;
|
|
50
|
-
avatar?: l.BlobRef
|
|
51
|
-
/**
|
|
52
|
-
* Larger horizontal image to display behind profile view.
|
|
53
|
-
*/
|
|
54
|
-
| undefined;
|
|
55
|
-
banner?: l.BlobRef
|
|
56
|
-
/**
|
|
57
|
-
* Self-label values, specific to the Bluesky application, on the overall account.
|
|
58
|
-
*/
|
|
59
|
-
| undefined;
|
|
60
|
-
website?: l.UriString
|
|
61
|
-
/**
|
|
62
|
-
* Small image to be displayed next to posts from account. AKA, 'profile picture'
|
|
63
|
-
*/
|
|
64
|
-
| undefined;
|
|
65
|
-
createdAt?: l.DatetimeString | undefined;
|
|
66
|
-
labels?: (l.$Typed<LabelDefs.SelfLabels> | l.Unknown$TypedObject) | undefined;
|
|
67
|
-
displayName?: string
|
|
68
|
-
/**
|
|
69
|
-
* Free-form profile description text.
|
|
70
|
-
*/
|
|
71
|
-
| undefined;
|
|
72
|
-
pronouns?: string | undefined;
|
|
73
|
-
joinedViaStarterPack?: RepoStrongRef.Main | undefined;
|
|
74
|
-
pinnedPost?: RepoStrongRef.Main | undefined;
|
|
75
45
|
$type: "app.bsky.actor.profile";
|
|
46
|
+
displayName?: string;
|
|
47
|
+
description?: string;
|
|
48
|
+
pronouns?: string;
|
|
49
|
+
website?: l.UriString;
|
|
50
|
+
avatar?: l.BlobRef;
|
|
51
|
+
banner?: l.BlobRef;
|
|
52
|
+
labels?: l.$Typed<LabelDefs.SelfLabels> | l.Unknown$TypedObject;
|
|
53
|
+
joinedViaStarterPack?: RepoStrongRef.Main;
|
|
54
|
+
pinnedPost?: RepoStrongRef.Main;
|
|
55
|
+
createdAt?: l.DatetimeString;
|
|
76
56
|
};
|
|
77
57
|
(input: Omit<Omit<Main, "$type">, "$type">): {
|
|
78
|
-
description?: string
|
|
79
|
-
/**
|
|
80
|
-
* Free-form pronouns text.
|
|
81
|
-
*/
|
|
82
|
-
| undefined;
|
|
83
|
-
avatar?: l.BlobRef
|
|
84
|
-
/**
|
|
85
|
-
* Larger horizontal image to display behind profile view.
|
|
86
|
-
*/
|
|
87
|
-
| undefined;
|
|
88
|
-
banner?: l.BlobRef
|
|
89
|
-
/**
|
|
90
|
-
* Self-label values, specific to the Bluesky application, on the overall account.
|
|
91
|
-
*/
|
|
92
|
-
| undefined;
|
|
93
|
-
website?: l.UriString
|
|
94
|
-
/**
|
|
95
|
-
* Small image to be displayed next to posts from account. AKA, 'profile picture'
|
|
96
|
-
*/
|
|
97
|
-
| undefined;
|
|
98
|
-
createdAt?: l.DatetimeString | undefined;
|
|
99
|
-
labels?: (l.$Typed<LabelDefs.SelfLabels> | l.Unknown$TypedObject) | undefined;
|
|
100
|
-
displayName?: string
|
|
101
|
-
/**
|
|
102
|
-
* Free-form profile description text.
|
|
103
|
-
*/
|
|
104
|
-
| undefined;
|
|
105
|
-
pronouns?: string | undefined;
|
|
106
|
-
joinedViaStarterPack?: RepoStrongRef.Main | undefined;
|
|
107
|
-
pinnedPost?: RepoStrongRef.Main | undefined;
|
|
108
58
|
$type: "app.bsky.actor.profile";
|
|
59
|
+
displayName?: string;
|
|
60
|
+
description?: string;
|
|
61
|
+
pronouns?: string;
|
|
62
|
+
website?: l.UriString;
|
|
63
|
+
avatar?: l.BlobRef;
|
|
64
|
+
banner?: l.BlobRef;
|
|
65
|
+
labels?: l.$Typed<LabelDefs.SelfLabels> | l.Unknown$TypedObject;
|
|
66
|
+
joinedViaStarterPack?: RepoStrongRef.Main;
|
|
67
|
+
pinnedPost?: RepoStrongRef.Main;
|
|
68
|
+
createdAt?: l.DatetimeString;
|
|
109
69
|
};
|
|
110
70
|
};
|
|
111
71
|
export declare const $assert: (input: unknown, options?: l.ValidateOptions) => asserts input is {
|
|
112
|
-
description?: string
|
|
113
|
-
/**
|
|
114
|
-
* Free-form pronouns text.
|
|
115
|
-
*/
|
|
116
|
-
| undefined;
|
|
117
|
-
avatar?: l.BlobRef
|
|
118
|
-
/**
|
|
119
|
-
* Larger horizontal image to display behind profile view.
|
|
120
|
-
*/
|
|
121
|
-
| undefined;
|
|
122
|
-
banner?: l.BlobRef
|
|
123
|
-
/**
|
|
124
|
-
* Self-label values, specific to the Bluesky application, on the overall account.
|
|
125
|
-
*/
|
|
126
|
-
| undefined;
|
|
127
|
-
website?: l.UriString
|
|
128
|
-
/**
|
|
129
|
-
* Small image to be displayed next to posts from account. AKA, 'profile picture'
|
|
130
|
-
*/
|
|
131
|
-
| undefined;
|
|
132
|
-
createdAt?: l.DatetimeString | undefined;
|
|
133
|
-
labels?: (l.$Typed<LabelDefs.SelfLabels> | l.Unknown$TypedObject) | undefined;
|
|
134
|
-
displayName?: string
|
|
135
|
-
/**
|
|
136
|
-
* Free-form profile description text.
|
|
137
|
-
*/
|
|
138
|
-
| undefined;
|
|
139
|
-
pronouns?: string | undefined;
|
|
140
|
-
joinedViaStarterPack?: RepoStrongRef.Main | undefined;
|
|
141
|
-
pinnedPost?: RepoStrongRef.Main | undefined;
|
|
142
72
|
$type: "app.bsky.actor.profile";
|
|
73
|
+
displayName?: string;
|
|
74
|
+
description?: string;
|
|
75
|
+
pronouns?: string;
|
|
76
|
+
website?: l.UriString;
|
|
77
|
+
avatar?: l.BlobRef;
|
|
78
|
+
banner?: l.BlobRef;
|
|
79
|
+
labels?: l.$Typed<LabelDefs.SelfLabels> | l.Unknown$TypedObject;
|
|
80
|
+
joinedViaStarterPack?: RepoStrongRef.Main;
|
|
81
|
+
pinnedPost?: RepoStrongRef.Main;
|
|
82
|
+
createdAt?: l.DatetimeString;
|
|
143
83
|
};
|
|
144
84
|
export declare const $check: (input: unknown, options?: l.ValidateOptions) => void;
|
|
145
85
|
export declare const $cast: <I>(input: I, options?: l.ValidateOptions) => I & {
|
|
146
|
-
description?: string
|
|
147
|
-
/**
|
|
148
|
-
* Free-form pronouns text.
|
|
149
|
-
*/
|
|
150
|
-
| undefined;
|
|
151
|
-
avatar?: l.BlobRef
|
|
152
|
-
/**
|
|
153
|
-
* Larger horizontal image to display behind profile view.
|
|
154
|
-
*/
|
|
155
|
-
| undefined;
|
|
156
|
-
banner?: l.BlobRef
|
|
157
|
-
/**
|
|
158
|
-
* Self-label values, specific to the Bluesky application, on the overall account.
|
|
159
|
-
*/
|
|
160
|
-
| undefined;
|
|
161
|
-
website?: l.UriString
|
|
162
|
-
/**
|
|
163
|
-
* Small image to be displayed next to posts from account. AKA, 'profile picture'
|
|
164
|
-
*/
|
|
165
|
-
| undefined;
|
|
166
|
-
createdAt?: l.DatetimeString | undefined;
|
|
167
|
-
labels?: (l.$Typed<LabelDefs.SelfLabels> | l.Unknown$TypedObject) | undefined;
|
|
168
|
-
displayName?: string
|
|
169
|
-
/**
|
|
170
|
-
* Free-form profile description text.
|
|
171
|
-
*/
|
|
172
|
-
| undefined;
|
|
173
|
-
pronouns?: string | undefined;
|
|
174
|
-
joinedViaStarterPack?: RepoStrongRef.Main | undefined;
|
|
175
|
-
pinnedPost?: RepoStrongRef.Main | undefined;
|
|
176
86
|
$type: "app.bsky.actor.profile";
|
|
87
|
+
displayName?: string;
|
|
88
|
+
description?: string;
|
|
89
|
+
pronouns?: string;
|
|
90
|
+
website?: l.UriString;
|
|
91
|
+
avatar?: l.BlobRef;
|
|
92
|
+
banner?: l.BlobRef;
|
|
93
|
+
labels?: l.$Typed<LabelDefs.SelfLabels> | l.Unknown$TypedObject;
|
|
94
|
+
joinedViaStarterPack?: RepoStrongRef.Main;
|
|
95
|
+
pinnedPost?: RepoStrongRef.Main;
|
|
96
|
+
createdAt?: l.DatetimeString;
|
|
177
97
|
};
|
|
178
98
|
export declare const $ifMatches: <I>(input: I, options?: l.ValidateOptions) => (I & {
|
|
179
|
-
description?: string
|
|
180
|
-
/**
|
|
181
|
-
* Free-form pronouns text.
|
|
182
|
-
*/
|
|
183
|
-
| undefined;
|
|
184
|
-
avatar?: l.BlobRef
|
|
185
|
-
/**
|
|
186
|
-
* Larger horizontal image to display behind profile view.
|
|
187
|
-
*/
|
|
188
|
-
| undefined;
|
|
189
|
-
banner?: l.BlobRef
|
|
190
|
-
/**
|
|
191
|
-
* Self-label values, specific to the Bluesky application, on the overall account.
|
|
192
|
-
*/
|
|
193
|
-
| undefined;
|
|
194
|
-
website?: l.UriString
|
|
195
|
-
/**
|
|
196
|
-
* Small image to be displayed next to posts from account. AKA, 'profile picture'
|
|
197
|
-
*/
|
|
198
|
-
| undefined;
|
|
199
|
-
createdAt?: l.DatetimeString | undefined;
|
|
200
|
-
labels?: (l.$Typed<LabelDefs.SelfLabels> | l.Unknown$TypedObject) | undefined;
|
|
201
|
-
displayName?: string
|
|
202
|
-
/**
|
|
203
|
-
* Free-form profile description text.
|
|
204
|
-
*/
|
|
205
|
-
| undefined;
|
|
206
|
-
pronouns?: string | undefined;
|
|
207
|
-
joinedViaStarterPack?: RepoStrongRef.Main | undefined;
|
|
208
|
-
pinnedPost?: RepoStrongRef.Main | undefined;
|
|
209
99
|
$type: "app.bsky.actor.profile";
|
|
100
|
+
displayName?: string;
|
|
101
|
+
description?: string;
|
|
102
|
+
pronouns?: string;
|
|
103
|
+
website?: l.UriString;
|
|
104
|
+
avatar?: l.BlobRef;
|
|
105
|
+
banner?: l.BlobRef;
|
|
106
|
+
labels?: l.$Typed<LabelDefs.SelfLabels> | l.Unknown$TypedObject;
|
|
107
|
+
joinedViaStarterPack?: RepoStrongRef.Main;
|
|
108
|
+
pinnedPost?: RepoStrongRef.Main;
|
|
109
|
+
createdAt?: l.DatetimeString;
|
|
210
110
|
}) | undefined;
|
|
211
111
|
export declare const $matches: <I>(input: I, options?: l.ValidateOptions) => input is I & {
|
|
212
|
-
description?: string
|
|
213
|
-
/**
|
|
214
|
-
* Free-form pronouns text.
|
|
215
|
-
*/
|
|
216
|
-
| undefined;
|
|
217
|
-
avatar?: l.BlobRef
|
|
218
|
-
/**
|
|
219
|
-
* Larger horizontal image to display behind profile view.
|
|
220
|
-
*/
|
|
221
|
-
| undefined;
|
|
222
|
-
banner?: l.BlobRef
|
|
223
|
-
/**
|
|
224
|
-
* Self-label values, specific to the Bluesky application, on the overall account.
|
|
225
|
-
*/
|
|
226
|
-
| undefined;
|
|
227
|
-
website?: l.UriString
|
|
228
|
-
/**
|
|
229
|
-
* Small image to be displayed next to posts from account. AKA, 'profile picture'
|
|
230
|
-
*/
|
|
231
|
-
| undefined;
|
|
232
|
-
createdAt?: l.DatetimeString | undefined;
|
|
233
|
-
labels?: (l.$Typed<LabelDefs.SelfLabels> | l.Unknown$TypedObject) | undefined;
|
|
234
|
-
displayName?: string
|
|
235
|
-
/**
|
|
236
|
-
* Free-form profile description text.
|
|
237
|
-
*/
|
|
238
|
-
| undefined;
|
|
239
|
-
pronouns?: string | undefined;
|
|
240
|
-
joinedViaStarterPack?: RepoStrongRef.Main | undefined;
|
|
241
|
-
pinnedPost?: RepoStrongRef.Main | undefined;
|
|
242
112
|
$type: "app.bsky.actor.profile";
|
|
113
|
+
displayName?: string;
|
|
114
|
+
description?: string;
|
|
115
|
+
pronouns?: string;
|
|
116
|
+
website?: l.UriString;
|
|
117
|
+
avatar?: l.BlobRef;
|
|
118
|
+
banner?: l.BlobRef;
|
|
119
|
+
labels?: l.$Typed<LabelDefs.SelfLabels> | l.Unknown$TypedObject;
|
|
120
|
+
joinedViaStarterPack?: RepoStrongRef.Main;
|
|
121
|
+
pinnedPost?: RepoStrongRef.Main;
|
|
122
|
+
createdAt?: l.DatetimeString;
|
|
243
123
|
};
|
|
244
124
|
export declare const $parse: (input: unknown, options?: l.ParseOptions) => {
|
|
245
|
-
description?: string
|
|
246
|
-
/**
|
|
247
|
-
* Free-form pronouns text.
|
|
248
|
-
*/
|
|
249
|
-
| undefined;
|
|
250
|
-
avatar?: l.BlobRef
|
|
251
|
-
/**
|
|
252
|
-
* Larger horizontal image to display behind profile view.
|
|
253
|
-
*/
|
|
254
|
-
| undefined;
|
|
255
|
-
banner?: l.BlobRef
|
|
256
|
-
/**
|
|
257
|
-
* Self-label values, specific to the Bluesky application, on the overall account.
|
|
258
|
-
*/
|
|
259
|
-
| undefined;
|
|
260
|
-
website?: l.UriString
|
|
261
|
-
/**
|
|
262
|
-
* Small image to be displayed next to posts from account. AKA, 'profile picture'
|
|
263
|
-
*/
|
|
264
|
-
| undefined;
|
|
265
|
-
createdAt?: l.DatetimeString | undefined;
|
|
266
|
-
labels?: (l.$Typed<LabelDefs.SelfLabels> | l.Unknown$TypedObject) | undefined;
|
|
267
|
-
displayName?: string
|
|
268
|
-
/**
|
|
269
|
-
* Free-form profile description text.
|
|
270
|
-
*/
|
|
271
|
-
| undefined;
|
|
272
|
-
pronouns?: string | undefined;
|
|
273
|
-
joinedViaStarterPack?: RepoStrongRef.Main | undefined;
|
|
274
|
-
pinnedPost?: RepoStrongRef.Main | undefined;
|
|
275
125
|
$type: "app.bsky.actor.profile";
|
|
126
|
+
displayName?: string;
|
|
127
|
+
description?: string;
|
|
128
|
+
pronouns?: string;
|
|
129
|
+
website?: l.UriString;
|
|
130
|
+
avatar?: l.BlobRef;
|
|
131
|
+
banner?: l.BlobRef;
|
|
132
|
+
labels?: l.$Typed<LabelDefs.SelfLabels> | l.Unknown$TypedObject;
|
|
133
|
+
joinedViaStarterPack?: RepoStrongRef.Main;
|
|
134
|
+
pinnedPost?: RepoStrongRef.Main;
|
|
135
|
+
createdAt?: l.DatetimeString;
|
|
276
136
|
};
|
|
277
137
|
export declare const $safeParse: (input: unknown, options?: l.ParseOptions) => l.ValidationResult<{
|
|
278
|
-
description?: string
|
|
279
|
-
/**
|
|
280
|
-
* Free-form pronouns text.
|
|
281
|
-
*/
|
|
282
|
-
| undefined;
|
|
283
|
-
avatar?: l.BlobRef
|
|
284
|
-
/**
|
|
285
|
-
* Larger horizontal image to display behind profile view.
|
|
286
|
-
*/
|
|
287
|
-
| undefined;
|
|
288
|
-
banner?: l.BlobRef
|
|
289
|
-
/**
|
|
290
|
-
* Self-label values, specific to the Bluesky application, on the overall account.
|
|
291
|
-
*/
|
|
292
|
-
| undefined;
|
|
293
|
-
website?: l.UriString
|
|
294
|
-
/**
|
|
295
|
-
* Small image to be displayed next to posts from account. AKA, 'profile picture'
|
|
296
|
-
*/
|
|
297
|
-
| undefined;
|
|
298
|
-
createdAt?: l.DatetimeString | undefined;
|
|
299
|
-
labels?: (l.$Typed<LabelDefs.SelfLabels> | l.Unknown$TypedObject) | undefined;
|
|
300
|
-
displayName?: string
|
|
301
|
-
/**
|
|
302
|
-
* Free-form profile description text.
|
|
303
|
-
*/
|
|
304
|
-
| undefined;
|
|
305
|
-
pronouns?: string | undefined;
|
|
306
|
-
joinedViaStarterPack?: RepoStrongRef.Main | undefined;
|
|
307
|
-
pinnedPost?: RepoStrongRef.Main | undefined;
|
|
308
138
|
$type: "app.bsky.actor.profile";
|
|
139
|
+
displayName?: string;
|
|
140
|
+
description?: string;
|
|
141
|
+
pronouns?: string;
|
|
142
|
+
website?: l.UriString;
|
|
143
|
+
avatar?: l.BlobRef;
|
|
144
|
+
banner?: l.BlobRef;
|
|
145
|
+
labels?: l.$Typed<LabelDefs.SelfLabels> | l.Unknown$TypedObject;
|
|
146
|
+
joinedViaStarterPack?: RepoStrongRef.Main;
|
|
147
|
+
pinnedPost?: RepoStrongRef.Main;
|
|
148
|
+
createdAt?: l.DatetimeString;
|
|
309
149
|
}>;
|
|
310
150
|
export declare const $validate: <I>(input: I, options?: l.ValidateOptions) => I & {
|
|
311
|
-
description?: string
|
|
312
|
-
/**
|
|
313
|
-
* Free-form pronouns text.
|
|
314
|
-
*/
|
|
315
|
-
| undefined;
|
|
316
|
-
avatar?: l.BlobRef
|
|
317
|
-
/**
|
|
318
|
-
* Larger horizontal image to display behind profile view.
|
|
319
|
-
*/
|
|
320
|
-
| undefined;
|
|
321
|
-
banner?: l.BlobRef
|
|
322
|
-
/**
|
|
323
|
-
* Self-label values, specific to the Bluesky application, on the overall account.
|
|
324
|
-
*/
|
|
325
|
-
| undefined;
|
|
326
|
-
website?: l.UriString
|
|
327
|
-
/**
|
|
328
|
-
* Small image to be displayed next to posts from account. AKA, 'profile picture'
|
|
329
|
-
*/
|
|
330
|
-
| undefined;
|
|
331
|
-
createdAt?: l.DatetimeString | undefined;
|
|
332
|
-
labels?: (l.$Typed<LabelDefs.SelfLabels> | l.Unknown$TypedObject) | undefined;
|
|
333
|
-
displayName?: string
|
|
334
|
-
/**
|
|
335
|
-
* Free-form profile description text.
|
|
336
|
-
*/
|
|
337
|
-
| undefined;
|
|
338
|
-
pronouns?: string | undefined;
|
|
339
|
-
joinedViaStarterPack?: RepoStrongRef.Main | undefined;
|
|
340
|
-
pinnedPost?: RepoStrongRef.Main | undefined;
|
|
341
151
|
$type: "app.bsky.actor.profile";
|
|
152
|
+
displayName?: string;
|
|
153
|
+
description?: string;
|
|
154
|
+
pronouns?: string;
|
|
155
|
+
website?: l.UriString;
|
|
156
|
+
avatar?: l.BlobRef;
|
|
157
|
+
banner?: l.BlobRef;
|
|
158
|
+
labels?: l.$Typed<LabelDefs.SelfLabels> | l.Unknown$TypedObject;
|
|
159
|
+
joinedViaStarterPack?: RepoStrongRef.Main;
|
|
160
|
+
pinnedPost?: RepoStrongRef.Main;
|
|
161
|
+
createdAt?: l.DatetimeString;
|
|
342
162
|
};
|
|
343
163
|
export declare const $safeValidate: <I>(input: I, options?: l.ValidateOptions) => l.ValidationResult<I & {
|
|
344
|
-
description?: string
|
|
345
|
-
/**
|
|
346
|
-
* Free-form pronouns text.
|
|
347
|
-
*/
|
|
348
|
-
| undefined;
|
|
349
|
-
avatar?: l.BlobRef
|
|
350
|
-
/**
|
|
351
|
-
* Larger horizontal image to display behind profile view.
|
|
352
|
-
*/
|
|
353
|
-
| undefined;
|
|
354
|
-
banner?: l.BlobRef
|
|
355
|
-
/**
|
|
356
|
-
* Self-label values, specific to the Bluesky application, on the overall account.
|
|
357
|
-
*/
|
|
358
|
-
| undefined;
|
|
359
|
-
website?: l.UriString
|
|
360
|
-
/**
|
|
361
|
-
* Small image to be displayed next to posts from account. AKA, 'profile picture'
|
|
362
|
-
*/
|
|
363
|
-
| undefined;
|
|
364
|
-
createdAt?: l.DatetimeString | undefined;
|
|
365
|
-
labels?: (l.$Typed<LabelDefs.SelfLabels> | l.Unknown$TypedObject) | undefined;
|
|
366
|
-
displayName?: string
|
|
367
|
-
/**
|
|
368
|
-
* Free-form profile description text.
|
|
369
|
-
*/
|
|
370
|
-
| undefined;
|
|
371
|
-
pronouns?: string | undefined;
|
|
372
|
-
joinedViaStarterPack?: RepoStrongRef.Main | undefined;
|
|
373
|
-
pinnedPost?: RepoStrongRef.Main | undefined;
|
|
374
164
|
$type: "app.bsky.actor.profile";
|
|
165
|
+
displayName?: string;
|
|
166
|
+
description?: string;
|
|
167
|
+
pronouns?: string;
|
|
168
|
+
website?: l.UriString;
|
|
169
|
+
avatar?: l.BlobRef;
|
|
170
|
+
banner?: l.BlobRef;
|
|
171
|
+
labels?: l.$Typed<LabelDefs.SelfLabels> | l.Unknown$TypedObject;
|
|
172
|
+
joinedViaStarterPack?: RepoStrongRef.Main;
|
|
173
|
+
pinnedPost?: RepoStrongRef.Main;
|
|
174
|
+
createdAt?: l.DatetimeString;
|
|
375
175
|
}>;
|
|
376
176
|
//# sourceMappingURL=profile.defs.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"profile.defs.d.ts","sourceRoot":"","sources":["../../../../../src/lexicons/app/bsky/actor/profile.defs.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,CAAC,EAAE,MAAM,cAAc,CAAA;AAChC,OAAO,KAAK,SAAS,MAAM,yCAAyC,CAAA;AACpE,OAAO,KAAK,aAAa,MAAM,6CAA6C,CAAA;AAE5E,QAAA,MAAM,KAAK,2BAA2B,CAAA;AAEtC,OAAO,EAAE,KAAK,EAAE,CAAA;AAEhB,kDAAkD;AAClD,KAAK,IAAI,GAAG;IACV,KAAK,EAAE,wBAAwB,CAAA;IAC/B,WAAW,CAAC,EAAE,MAAM,CAAA;IAEpB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAA;IAEpB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,OAAO,CAAC,EAAE,CAAC,CAAC,SAAS,CAAA;IAErB;;OAEG;IACH,MAAM,CAAC,EAAE,CAAC,CAAC,OAAO,CAAA;IAElB;;OAEG;IACH,MAAM,CAAC,EAAE,CAAC,CAAC,OAAO,CAAA;IAElB;;OAEG;IACH,MAAM,CAAC,EAAE,CAAC,CAAC,MAAM,CAAC,SAAS,CAAC,UAAU,CAAC,GAAG,CAAC,CAAC,mBAAmB,CAAA;IAC/D,oBAAoB,CAAC,EAAE,aAAa,CAAC,IAAI,CAAA;IACzC,UAAU,CAAC,EAAE,aAAa,CAAC,IAAI,CAAA;IAC/B,SAAS,CAAC,EAAE,CAAC,CAAC,cAAc,CAAA;CAC7B,CAAA;AAED,YAAY,EAAE,IAAI,EAAE,CAAA;AAEpB,kDAAkD;AAClD,QAAA,MAAM,IAAI,iHAoDT,CAAA;AAED,OAAO,EAAE,IAAI,EAAE,CAAA;AAEf,eAAO,MAAM,KAAK,2BAAQ,CAAA;AAC1B,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"profile.defs.d.ts","sourceRoot":"","sources":["../../../../../src/lexicons/app/bsky/actor/profile.defs.ts"],"names":[],"mappings":"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"}
|
|
@@ -29,76 +29,76 @@ export declare const $isTypeOf: <TValue extends {
|
|
|
29
29
|
}>(value: TValue) => value is l.TypedRecord<"app.bsky.actor.status", TValue>;
|
|
30
30
|
export declare const $build: {
|
|
31
31
|
(input: Omit<Omit<Main, "$type">, "$type">): {
|
|
32
|
-
embed?: (l.$Typed<EmbedExternal.Main> | l.Unknown$TypedObject) | undefined;
|
|
33
|
-
status: "app.bsky.actor.status#live" | l.UnknownString;
|
|
34
|
-
createdAt: l.DatetimeString;
|
|
35
|
-
durationMinutes?: number | undefined;
|
|
36
32
|
$type: "app.bsky.actor.status";
|
|
33
|
+
status: 'app.bsky.actor.status#live' | l.UnknownString;
|
|
34
|
+
embed?: l.$Typed<EmbedExternal.Main> | l.Unknown$TypedObject;
|
|
35
|
+
durationMinutes?: number;
|
|
36
|
+
createdAt: l.DatetimeString;
|
|
37
37
|
};
|
|
38
38
|
(input: Omit<Omit<Main, "$type">, "$type">): {
|
|
39
|
-
embed?: (l.$Typed<EmbedExternal.Main> | l.Unknown$TypedObject) | undefined;
|
|
40
|
-
status: "app.bsky.actor.status#live" | l.UnknownString;
|
|
41
|
-
createdAt: l.DatetimeString;
|
|
42
|
-
durationMinutes?: number | undefined;
|
|
43
39
|
$type: "app.bsky.actor.status";
|
|
40
|
+
status: 'app.bsky.actor.status#live' | l.UnknownString;
|
|
41
|
+
embed?: l.$Typed<EmbedExternal.Main> | l.Unknown$TypedObject;
|
|
42
|
+
durationMinutes?: number;
|
|
43
|
+
createdAt: l.DatetimeString;
|
|
44
44
|
};
|
|
45
45
|
};
|
|
46
46
|
export declare const $assert: (input: unknown, options?: l.ValidateOptions) => asserts input is {
|
|
47
|
-
embed?: (l.$Typed<EmbedExternal.Main> | l.Unknown$TypedObject) | undefined;
|
|
48
|
-
status: "app.bsky.actor.status#live" | l.UnknownString;
|
|
49
|
-
createdAt: l.DatetimeString;
|
|
50
|
-
durationMinutes?: number | undefined;
|
|
51
47
|
$type: "app.bsky.actor.status";
|
|
48
|
+
status: 'app.bsky.actor.status#live' | l.UnknownString;
|
|
49
|
+
embed?: l.$Typed<EmbedExternal.Main> | l.Unknown$TypedObject;
|
|
50
|
+
durationMinutes?: number;
|
|
51
|
+
createdAt: l.DatetimeString;
|
|
52
52
|
};
|
|
53
53
|
export declare const $check: (input: unknown, options?: l.ValidateOptions) => void;
|
|
54
54
|
export declare const $cast: <I>(input: I, options?: l.ValidateOptions) => I & {
|
|
55
|
-
embed?: (l.$Typed<EmbedExternal.Main> | l.Unknown$TypedObject) | undefined;
|
|
56
|
-
status: "app.bsky.actor.status#live" | l.UnknownString;
|
|
57
|
-
createdAt: l.DatetimeString;
|
|
58
|
-
durationMinutes?: number | undefined;
|
|
59
55
|
$type: "app.bsky.actor.status";
|
|
56
|
+
status: 'app.bsky.actor.status#live' | l.UnknownString;
|
|
57
|
+
embed?: l.$Typed<EmbedExternal.Main> | l.Unknown$TypedObject;
|
|
58
|
+
durationMinutes?: number;
|
|
59
|
+
createdAt: l.DatetimeString;
|
|
60
60
|
};
|
|
61
61
|
export declare const $ifMatches: <I>(input: I, options?: l.ValidateOptions) => (I & {
|
|
62
|
-
embed?: (l.$Typed<EmbedExternal.Main> | l.Unknown$TypedObject) | undefined;
|
|
63
|
-
status: "app.bsky.actor.status#live" | l.UnknownString;
|
|
64
|
-
createdAt: l.DatetimeString;
|
|
65
|
-
durationMinutes?: number | undefined;
|
|
66
62
|
$type: "app.bsky.actor.status";
|
|
63
|
+
status: 'app.bsky.actor.status#live' | l.UnknownString;
|
|
64
|
+
embed?: l.$Typed<EmbedExternal.Main> | l.Unknown$TypedObject;
|
|
65
|
+
durationMinutes?: number;
|
|
66
|
+
createdAt: l.DatetimeString;
|
|
67
67
|
}) | undefined;
|
|
68
68
|
export declare const $matches: <I>(input: I, options?: l.ValidateOptions) => input is I & {
|
|
69
|
-
embed?: (l.$Typed<EmbedExternal.Main> | l.Unknown$TypedObject) | undefined;
|
|
70
|
-
status: "app.bsky.actor.status#live" | l.UnknownString;
|
|
71
|
-
createdAt: l.DatetimeString;
|
|
72
|
-
durationMinutes?: number | undefined;
|
|
73
69
|
$type: "app.bsky.actor.status";
|
|
70
|
+
status: 'app.bsky.actor.status#live' | l.UnknownString;
|
|
71
|
+
embed?: l.$Typed<EmbedExternal.Main> | l.Unknown$TypedObject;
|
|
72
|
+
durationMinutes?: number;
|
|
73
|
+
createdAt: l.DatetimeString;
|
|
74
74
|
};
|
|
75
75
|
export declare const $parse: (input: unknown, options?: l.ParseOptions) => {
|
|
76
|
-
embed?: (l.$Typed<EmbedExternal.Main> | l.Unknown$TypedObject) | undefined;
|
|
77
|
-
status: "app.bsky.actor.status#live" | l.UnknownString;
|
|
78
|
-
createdAt: l.DatetimeString;
|
|
79
|
-
durationMinutes?: number | undefined;
|
|
80
76
|
$type: "app.bsky.actor.status";
|
|
77
|
+
status: 'app.bsky.actor.status#live' | l.UnknownString;
|
|
78
|
+
embed?: l.$Typed<EmbedExternal.Main> | l.Unknown$TypedObject;
|
|
79
|
+
durationMinutes?: number;
|
|
80
|
+
createdAt: l.DatetimeString;
|
|
81
81
|
};
|
|
82
82
|
export declare const $safeParse: (input: unknown, options?: l.ParseOptions) => l.ValidationResult<{
|
|
83
|
-
embed?: (l.$Typed<EmbedExternal.Main> | l.Unknown$TypedObject) | undefined;
|
|
84
|
-
status: "app.bsky.actor.status#live" | l.UnknownString;
|
|
85
|
-
createdAt: l.DatetimeString;
|
|
86
|
-
durationMinutes?: number | undefined;
|
|
87
83
|
$type: "app.bsky.actor.status";
|
|
84
|
+
status: 'app.bsky.actor.status#live' | l.UnknownString;
|
|
85
|
+
embed?: l.$Typed<EmbedExternal.Main> | l.Unknown$TypedObject;
|
|
86
|
+
durationMinutes?: number;
|
|
87
|
+
createdAt: l.DatetimeString;
|
|
88
88
|
}>;
|
|
89
89
|
export declare const $validate: <I>(input: I, options?: l.ValidateOptions) => I & {
|
|
90
|
-
embed?: (l.$Typed<EmbedExternal.Main> | l.Unknown$TypedObject) | undefined;
|
|
91
|
-
status: "app.bsky.actor.status#live" | l.UnknownString;
|
|
92
|
-
createdAt: l.DatetimeString;
|
|
93
|
-
durationMinutes?: number | undefined;
|
|
94
90
|
$type: "app.bsky.actor.status";
|
|
91
|
+
status: 'app.bsky.actor.status#live' | l.UnknownString;
|
|
92
|
+
embed?: l.$Typed<EmbedExternal.Main> | l.Unknown$TypedObject;
|
|
93
|
+
durationMinutes?: number;
|
|
94
|
+
createdAt: l.DatetimeString;
|
|
95
95
|
};
|
|
96
96
|
export declare const $safeValidate: <I>(input: I, options?: l.ValidateOptions) => l.ValidationResult<I & {
|
|
97
|
-
embed?: (l.$Typed<EmbedExternal.Main> | l.Unknown$TypedObject) | undefined;
|
|
98
|
-
status: "app.bsky.actor.status#live" | l.UnknownString;
|
|
99
|
-
createdAt: l.DatetimeString;
|
|
100
|
-
durationMinutes?: number | undefined;
|
|
101
97
|
$type: "app.bsky.actor.status";
|
|
98
|
+
status: 'app.bsky.actor.status#live' | l.UnknownString;
|
|
99
|
+
embed?: l.$Typed<EmbedExternal.Main> | l.Unknown$TypedObject;
|
|
100
|
+
durationMinutes?: number;
|
|
101
|
+
createdAt: l.DatetimeString;
|
|
102
102
|
}>;
|
|
103
103
|
/** Advertises an account as currently offering live content. */
|
|
104
104
|
type Live = 'app.bsky.actor.status#live';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"status.defs.d.ts","sourceRoot":"","sources":["../../../../../src/lexicons/app/bsky/actor/status.defs.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,CAAC,EAAE,MAAM,cAAc,CAAA;AAChC,OAAO,KAAK,aAAa,MAAM,2BAA2B,CAAA;AAE1D,QAAA,MAAM,KAAK,0BAA0B,CAAA;AAErC,OAAO,EAAE,KAAK,EAAE,CAAA;AAEhB,iDAAiD;AACjD,KAAK,IAAI,GAAG;IACV,KAAK,EAAE,uBAAuB,CAAA;IAE9B;;OAEG;IACH,MAAM,EAAE,4BAA4B,GAAG,CAAC,CAAC,aAAa,CAAA;IAEtD;;OAEG;IACH,KAAK,CAAC,EAAE,CAAC,CAAC,MAAM,CAAC,aAAa,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,mBAAmB,CAAA;IAE5D;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB,SAAS,EAAE,CAAC,CAAC,cAAc,CAAA;CAC5B,CAAA;AAED,YAAY,EAAE,IAAI,EAAE,CAAA;AAEpB,iDAAiD;AACjD,QAAA,MAAM,IAAI,gHAsBT,CAAA;AAED,OAAO,EAAE,IAAI,EAAE,CAAA;AAEf,eAAO,MAAM,KAAK,0BAAQ,CAAA;AAC1B,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"status.defs.d.ts","sourceRoot":"","sources":["../../../../../src/lexicons/app/bsky/actor/status.defs.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { l } from '@atproto/lex';
|
|
2
2
|
declare const $nsid = "app.bsky.authCreatePosts";
|
|
3
3
|
export { $nsid };
|
|
4
|
-
declare const main: l.PermissionSet<"app.bsky.authCreatePosts", readonly [l.Permission<"rpc", Record<string, string | number | boolean |
|
|
4
|
+
declare const main: l.PermissionSet<"app.bsky.authCreatePosts", readonly [l.Permission<"rpc", Record<string, string | number | boolean | string[] | number[] | boolean[] | undefined>>, l.Permission<"repo", Record<string, string | number | boolean | string[] | number[] | boolean[] | undefined>>]>;
|
|
5
5
|
export { main };
|
|
6
6
|
//# sourceMappingURL=authCreatePosts.defs.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { l } from '@atproto/lex';
|
|
2
2
|
declare const $nsid = "app.bsky.authDeleteContent";
|
|
3
3
|
export { $nsid };
|
|
4
|
-
declare const main: l.PermissionSet<"app.bsky.authDeleteContent", readonly [l.Permission<"repo", Record<string, string | number | boolean |
|
|
4
|
+
declare const main: l.PermissionSet<"app.bsky.authDeleteContent", readonly [l.Permission<"repo", Record<string, string | number | boolean | string[] | number[] | boolean[] | undefined>>]>;
|
|
5
5
|
export { main };
|
|
6
6
|
//# sourceMappingURL=authDeleteContent.defs.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { l } from '@atproto/lex';
|
|
2
2
|
declare const $nsid = "app.bsky.authFullApp";
|
|
3
3
|
export { $nsid };
|
|
4
|
-
declare const main: l.PermissionSet<"app.bsky.authFullApp", readonly [l.Permission<"rpc", Record<string, string | number | boolean |
|
|
4
|
+
declare const main: l.PermissionSet<"app.bsky.authFullApp", readonly [l.Permission<"rpc", Record<string, string | number | boolean | string[] | number[] | boolean[] | undefined>>, l.Permission<"repo", Record<string, string | number | boolean | string[] | number[] | boolean[] | undefined>>]>;
|
|
5
5
|
export { main };
|
|
6
6
|
//# sourceMappingURL=authFullApp.defs.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { l } from '@atproto/lex';
|
|
2
2
|
declare const $nsid = "app.bsky.authManageFeedDeclarations";
|
|
3
3
|
export { $nsid };
|
|
4
|
-
declare const main: l.PermissionSet<"app.bsky.authManageFeedDeclarations", readonly [l.Permission<"repo", Record<string, string | number | boolean |
|
|
4
|
+
declare const main: l.PermissionSet<"app.bsky.authManageFeedDeclarations", readonly [l.Permission<"repo", Record<string, string | number | boolean | string[] | number[] | boolean[] | undefined>>]>;
|
|
5
5
|
export { main };
|
|
6
6
|
//# sourceMappingURL=authManageFeedDeclarations.defs.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { l } from '@atproto/lex';
|
|
2
2
|
declare const $nsid = "app.bsky.authManageLabelerService";
|
|
3
3
|
export { $nsid };
|
|
4
|
-
declare const main: l.PermissionSet<"app.bsky.authManageLabelerService", readonly [l.Permission<"repo", Record<string, string | number | boolean |
|
|
4
|
+
declare const main: l.PermissionSet<"app.bsky.authManageLabelerService", readonly [l.Permission<"repo", Record<string, string | number | boolean | string[] | number[] | boolean[] | undefined>>]>;
|
|
5
5
|
export { main };
|
|
6
6
|
//# sourceMappingURL=authManageLabelerService.defs.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { l } from '@atproto/lex';
|
|
2
2
|
declare const $nsid = "app.bsky.authManageModeration";
|
|
3
3
|
export { $nsid };
|
|
4
|
-
declare const main: l.PermissionSet<"app.bsky.authManageModeration", readonly [l.Permission<"rpc", Record<string, string | number | boolean |
|
|
4
|
+
declare const main: l.PermissionSet<"app.bsky.authManageModeration", readonly [l.Permission<"rpc", Record<string, string | number | boolean | string[] | number[] | boolean[] | undefined>>, l.Permission<"repo", Record<string, string | number | boolean | string[] | number[] | boolean[] | undefined>>]>;
|
|
5
5
|
export { main };
|
|
6
6
|
//# sourceMappingURL=authManageModeration.defs.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { l } from '@atproto/lex';
|
|
2
2
|
declare const $nsid = "app.bsky.authManageNotifications";
|
|
3
3
|
export { $nsid };
|
|
4
|
-
declare const main: l.PermissionSet<"app.bsky.authManageNotifications", readonly [l.Permission<"rpc", Record<string, string | number | boolean |
|
|
4
|
+
declare const main: l.PermissionSet<"app.bsky.authManageNotifications", readonly [l.Permission<"rpc", Record<string, string | number | boolean | string[] | number[] | boolean[] | undefined>>]>;
|
|
5
5
|
export { main };
|
|
6
6
|
//# sourceMappingURL=authManageNotifications.defs.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { l } from '@atproto/lex';
|
|
2
2
|
declare const $nsid = "app.bsky.authManageProfile";
|
|
3
3
|
export { $nsid };
|
|
4
|
-
declare const main: l.PermissionSet<"app.bsky.authManageProfile", readonly [l.Permission<"repo", Record<string, string | number | boolean |
|
|
4
|
+
declare const main: l.PermissionSet<"app.bsky.authManageProfile", readonly [l.Permission<"repo", Record<string, string | number | boolean | string[] | number[] | boolean[] | undefined>>]>;
|
|
5
5
|
export { main };
|
|
6
6
|
//# sourceMappingURL=authManageProfile.defs.d.ts.map
|