import { LexiconDoc, Lexicons } from '@atproto/lexicon'; export declare const schemaDict: { ComAtprotoAdminDefs: { lexicon: number; id: string; defs: { actionView: { type: string; required: string[]; properties: { id: { type: string; }; action: { type: string; ref: string; }; durationInHours: { type: string; description: string; }; subject: { type: string; refs: string[]; }; subjectBlobCids: { type: string; items: { type: string; }; }; createLabelVals: { type: string; items: { type: string; }; }; negateLabelVals: { type: string; items: { type: string; }; }; reason: { type: string; }; createdBy: { type: string; format: string; }; createdAt: { type: string; format: string; }; reversal: { type: string; ref: string; }; resolvedReportIds: { type: string; items: { type: string; }; }; }; }; actionViewDetail: { type: string; required: string[]; properties: { id: { type: string; }; action: { type: string; ref: string; }; durationInHours: { type: string; description: string; }; subject: { type: string; refs: string[]; }; subjectBlobs: { type: string; items: { type: string; ref: string; }; }; createLabelVals: { type: string; items: { type: string; }; }; negateLabelVals: { type: string; items: { type: string; }; }; reason: { type: string; }; createdBy: { type: string; format: string; }; createdAt: { type: string; format: string; }; reversal: { type: string; ref: string; }; resolvedReports: { type: string; items: { type: string; ref: string; }; }; }; }; actionViewCurrent: { type: string; required: string[]; properties: { id: { type: string; }; action: { type: string; ref: string; }; durationInHours: { type: string; description: string; }; }; }; actionReversal: { type: string; required: string[]; properties: { reason: { type: string; }; createdBy: { type: string; format: string; }; createdAt: { type: string; format: string; }; }; }; actionType: { type: string; knownValues: string[]; }; takedown: { type: string; description: string; }; flag: { type: string; description: string; }; acknowledge: { type: string; description: string; }; escalate: { type: string; description: string; }; reportView: { type: string; required: string[]; properties: { id: { type: string; }; reasonType: { type: string; ref: string; }; reason: { type: string; }; subjectRepoHandle: { type: string; }; subject: { type: string; refs: string[]; }; reportedBy: { type: string; format: string; }; createdAt: { type: string; format: string; }; resolvedByActionIds: { type: string; items: { type: string; }; }; }; }; reportViewDetail: { type: string; required: string[]; properties: { id: { type: string; }; reasonType: { type: string; ref: string; }; reason: { type: string; }; subject: { type: string; refs: string[]; }; reportedBy: { type: string; format: string; }; createdAt: { type: string; format: string; }; resolvedByActions: { type: string; items: { type: string; ref: string; }; }; }; }; repoView: { type: string; required: string[]; properties: { did: { type: string; format: string; }; handle: { type: string; format: string; }; email: { type: string; }; relatedRecords: { type: string; items: { type: string; }; }; indexedAt: { type: string; format: string; }; moderation: { type: string; ref: string; }; invitedBy: { type: string; ref: string; }; invitesDisabled: { type: string; }; inviteNote: { type: string; }; }; }; repoViewDetail: { type: string; required: string[]; properties: { did: { type: string; format: string; }; handle: { type: string; format: string; }; email: { type: string; }; relatedRecords: { type: string; items: { type: string; }; }; indexedAt: { type: string; format: string; }; moderation: { type: string; ref: string; }; labels: { type: string; items: { type: string; ref: string; }; }; invitedBy: { type: string; ref: string; }; invites: { type: string; items: { type: string; ref: string; }; }; invitesDisabled: { type: string; }; inviteNote: { type: string; }; }; }; repoViewNotFound: { type: string; required: string[]; properties: { did: { type: string; format: string; }; }; }; repoRef: { type: string; required: string[]; properties: { did: { type: string; format: string; }; }; }; recordView: { type: string; required: string[]; properties: { uri: { type: string; format: string; }; cid: { type: string; format: string; }; value: { type: string; }; blobCids: { type: string; items: { type: string; format: string; }; }; indexedAt: { type: string; format: string; }; moderation: { type: string; ref: string; }; repo: { type: string; ref: string; }; }; }; recordViewDetail: { type: string; required: string[]; properties: { uri: { type: string; format: string; }; cid: { type: string; format: string; }; value: { type: string; }; blobs: { type: string; items: { type: string; ref: string; }; }; labels: { type: string; items: { type: string; ref: string; }; }; indexedAt: { type: string; format: string; }; moderation: { type: string; ref: string; }; repo: { type: string; ref: string; }; }; }; recordViewNotFound: { type: string; required: string[]; properties: { uri: { type: string; format: string; }; }; }; moderation: { type: string; properties: { currentAction: { type: string; ref: string; }; }; }; moderationDetail: { type: string; required: string[]; properties: { currentAction: { type: string; ref: string; }; actions: { type: string; items: { type: string; ref: string; }; }; reports: { type: string; items: { type: string; ref: string; }; }; }; }; blobView: { type: string; required: string[]; properties: { cid: { type: string; format: string; }; mimeType: { type: string; }; size: { type: string; }; createdAt: { type: string; format: string; }; details: { type: string; refs: string[]; }; moderation: { type: string; ref: string; }; }; }; imageDetails: { type: string; required: string[]; properties: { width: { type: string; }; height: { type: string; }; }; }; videoDetails: { type: string; required: string[]; properties: { width: { type: string; }; height: { type: string; }; length: { type: string; }; }; }; }; }; ComAtprotoAdminDisableAccountInvites: { lexicon: number; id: string; defs: { main: { type: string; description: string; input: { encoding: string; schema: { type: string; required: string[]; properties: { account: { type: string; format: string; }; note: { type: string; description: string; }; }; }; }; }; }; }; ComAtprotoAdminDisableInviteCodes: { lexicon: number; id: string; defs: { main: { type: string; description: string; input: { encoding: string; schema: { type: string; properties: { codes: { type: string; items: { type: string; }; }; accounts: { type: string; items: { type: string; }; }; }; }; }; }; }; }; ComAtprotoAdminEnableAccountInvites: { lexicon: number; id: string; defs: { main: { type: string; description: string; input: { encoding: string; schema: { type: string; required: string[]; properties: { account: { type: string; format: string; }; note: { type: string; description: string; }; }; }; }; }; }; }; ComAtprotoAdminGetInviteCodes: { lexicon: number; id: string; defs: { main: { type: string; description: string; parameters: { type: string; properties: { sort: { type: string; knownValues: string[]; default: string; }; limit: { type: string; minimum: number; maximum: number; default: number; }; cursor: { type: string; }; }; }; output: { encoding: string; schema: { type: string; required: string[]; properties: { cursor: { type: string; }; codes: { type: string; items: { type: string; ref: string; }; }; }; }; }; }; }; }; ComAtprotoAdminGetModerationAction: { lexicon: number; id: string; defs: { main: { type: string; description: string; parameters: { type: string; required: string[]; properties: { id: { type: string; }; }; }; output: { encoding: string; schema: { type: string; ref: string; }; }; }; }; }; ComAtprotoAdminGetModerationActions: { lexicon: number; id: string; defs: { main: { type: string; description: string; parameters: { type: string; properties: { subject: { type: string; }; limit: { type: string; minimum: number; maximum: number; default: number; }; cursor: { type: string; }; }; }; output: { encoding: string; schema: { type: string; required: string[]; properties: { cursor: { type: string; }; actions: { type: string; items: { type: string; ref: string; }; }; }; }; }; }; }; }; ComAtprotoAdminGetModerationReport: { lexicon: number; id: string; defs: { main: { type: string; description: string; parameters: { type: string; required: string[]; properties: { id: { type: string; }; }; }; output: { encoding: string; schema: { type: string; ref: string; }; }; }; }; }; ComAtprotoAdminGetModerationReports: { lexicon: number; id: string; defs: { main: { type: string; description: string; parameters: { type: string; properties: { subject: { type: string; }; ignoreSubjects: { type: string; items: { type: string; }; }; actionedBy: { type: string; format: string; description: string; }; reporters: { type: string; items: { type: string; }; description: string; }; resolved: { type: string; }; actionType: { type: string; knownValues: string[]; }; limit: { type: string; minimum: number; maximum: number; default: number; }; cursor: { type: string; }; reverse: { type: string; description: string; }; }; }; output: { encoding: string; schema: { type: string; required: string[]; properties: { cursor: { type: string; }; reports: { type: string; items: { type: string; ref: string; }; }; }; }; }; }; }; }; ComAtprotoAdminGetRecord: { lexicon: number; id: string; defs: { main: { type: string; description: string; parameters: { type: string; required: string[]; properties: { uri: { type: string; format: string; }; cid: { type: string; format: string; }; }; }; output: { encoding: string; schema: { type: string; ref: string; }; }; errors: { name: string; }[]; }; }; }; ComAtprotoAdminGetRepo: { lexicon: number; id: string; defs: { main: { type: string; description: string; parameters: { type: string; required: string[]; properties: { did: { type: string; format: string; }; }; }; output: { encoding: string; schema: { type: string; ref: string; }; }; errors: { name: string; }[]; }; }; }; ComAtprotoAdminResolveModerationReports: { lexicon: number; id: string; defs: { main: { type: string; description: string; input: { encoding: string; schema: { type: string; required: string[]; properties: { actionId: { type: string; }; reportIds: { type: string; items: { type: string; }; }; createdBy: { type: string; format: string; }; }; }; }; output: { encoding: string; schema: { type: string; ref: string; }; }; }; }; }; ComAtprotoAdminReverseModerationAction: { lexicon: number; id: string; defs: { main: { type: string; description: string; input: { encoding: string; schema: { type: string; required: string[]; properties: { id: { type: string; }; reason: { type: string; }; createdBy: { type: string; format: string; }; }; }; }; output: { encoding: string; schema: { type: string; ref: string; }; }; }; }; }; ComAtprotoAdminSearchRepos: { lexicon: number; id: string; defs: { main: { type: string; description: string; parameters: { type: string; properties: { term: { type: string; description: string; }; q: { type: string; }; invitedBy: { type: string; }; limit: { type: string; minimum: number; maximum: number; default: number; }; cursor: { type: string; }; }; }; output: { encoding: string; schema: { type: string; required: string[]; properties: { cursor: { type: string; }; repos: { type: string; items: { type: string; ref: string; }; }; }; }; }; }; }; }; ComAtprotoAdminSendEmail: { lexicon: number; id: string; defs: { main: { type: string; description: string; input: { encoding: string; schema: { type: string; required: string[]; properties: { recipientDid: { type: string; format: string; }; content: { type: string; }; subject: { type: string; }; }; }; }; output: { encoding: string; schema: { type: string; required: string[]; properties: { sent: { type: string; }; }; }; }; }; }; }; ComAtprotoAdminTakeModerationAction: { lexicon: number; id: string; defs: { main: { type: string; description: string; input: { encoding: string; schema: { type: string; required: string[]; properties: { action: { type: string; knownValues: string[]; }; subject: { type: string; refs: string[]; }; subjectBlobCids: { type: string; items: { type: string; format: string; }; }; createLabelVals: { type: string; items: { type: string; }; }; negateLabelVals: { type: string; items: { type: string; }; }; reason: { type: string; }; durationInHours: { type: string; description: string; }; createdBy: { type: string; format: string; }; }; }; }; output: { encoding: string; schema: { type: string; ref: string; }; }; errors: { name: string; }[]; }; }; }; ComAtprotoAdminUpdateAccountEmail: { lexicon: number; id: string; defs: { main: { type: string; description: string; input: { encoding: string; schema: { type: string; required: string[]; properties: { account: { type: string; format: string; description: string; }; email: { type: string; }; }; }; }; }; }; }; ComAtprotoAdminUpdateAccountHandle: { lexicon: number; id: string; defs: { main: { type: string; description: string; input: { encoding: string; schema: { type: string; required: string[]; properties: { did: { type: string; format: string; }; handle: { type: string; format: string; }; }; }; }; }; }; }; ComAtprotoIdentityResolveHandle: { lexicon: number; id: string; defs: { main: { type: string; description: string; parameters: { type: string; required: string[]; properties: { handle: { type: string; format: string; description: string; }; }; }; output: { encoding: string; schema: { type: string; required: string[]; properties: { did: { type: string; format: string; }; }; }; }; }; }; }; ComAtprotoIdentityUpdateHandle: { lexicon: number; id: string; defs: { main: { type: string; description: string; input: { encoding: string; schema: { type: string; required: string[]; properties: { handle: { type: string; format: string; }; }; }; }; }; }; }; ComAtprotoLabelDefs: { lexicon: number; id: string; defs: { label: { type: string; description: string; required: string[]; properties: { src: { type: string; format: string; description: string; }; uri: { type: string; format: string; description: string; }; cid: { type: string; format: string; description: string; }; val: { type: string; maxLength: number; description: string; }; neg: { type: string; description: string; }; cts: { type: string; format: string; description: string; }; }; }; selfLabels: { type: string; description: string; required: string[]; properties: { values: { type: string; items: { type: string; ref: string; }; maxLength: number; }; }; }; selfLabel: { type: string; description: string; required: string[]; properties: { val: { type: string; maxLength: number; description: string; }; }; }; }; }; ComAtprotoLabelQueryLabels: { lexicon: number; id: string; defs: { main: { type: string; description: string; parameters: { type: string; required: string[]; properties: { uriPatterns: { type: string; items: { type: string; }; description: string; }; sources: { type: string; items: { type: string; format: string; }; description: string; }; limit: { type: string; minimum: number; maximum: number; default: number; }; cursor: { type: string; }; }; }; output: { encoding: string; schema: { type: string; required: string[]; properties: { cursor: { type: string; }; labels: { type: string; items: { type: string; ref: string; }; }; }; }; }; }; }; }; ComAtprotoLabelSubscribeLabels: { lexicon: number; id: string; defs: { main: { type: string; description: string; parameters: { type: string; properties: { cursor: { type: string; description: string; }; }; }; message: { schema: { type: string; refs: string[]; }; }; errors: { name: string; }[]; }; labels: { type: string; required: string[]; properties: { seq: { type: string; }; labels: { type: string; items: { type: string; ref: string; }; }; }; }; info: { type: string; required: string[]; properties: { name: { type: string; knownValues: string[]; }; message: { type: string; }; }; }; }; }; ComAtprotoModerationCreateReport: { lexicon: number; id: string; defs: { main: { type: string; description: string; input: { encoding: string; schema: { type: string; required: string[]; properties: { reasonType: { type: string; ref: string; }; reason: { type: string; }; subject: { type: string; refs: string[]; }; }; }; }; output: { encoding: string; schema: { type: string; required: string[]; properties: { id: { type: string; }; reasonType: { type: string; ref: string; }; reason: { type: string; }; subject: { type: string; refs: string[]; }; reportedBy: { type: string; format: string; }; createdAt: { type: string; format: string; }; }; }; }; }; }; }; ComAtprotoModerationDefs: { lexicon: number; id: string; defs: { reasonType: { type: string; knownValues: string[]; }; reasonSpam: { type: string; description: string; }; reasonViolation: { type: string; description: string; }; reasonMisleading: { type: string; description: string; }; reasonSexual: { type: string; description: string; }; reasonRude: { type: string; description: string; }; reasonOther: { type: string; description: string; }; }; }; ComAtprotoRepoApplyWrites: { lexicon: number; id: string; defs: { main: { type: string; description: string; input: { encoding: string; schema: { type: string; required: string[]; properties: { repo: { type: string; format: string; description: string; }; validate: { type: string; default: boolean; description: string; }; writes: { type: string; items: { type: string; refs: string[]; closed: boolean; }; }; swapCommit: { type: string; format: string; }; }; }; }; errors: { name: string; }[]; }; create: { type: string; description: string; required: string[]; properties: { collection: { type: string; format: string; }; rkey: { type: string; maxLength: number; }; value: { type: string; }; }; }; update: { type: string; description: string; required: string[]; properties: { collection: { type: string; format: string; }; rkey: { type: string; }; value: { type: string; }; }; }; delete: { type: string; description: string; required: string[]; properties: { collection: { type: string; format: string; }; rkey: { type: string; }; }; }; }; }; ComAtprotoRepoCreateRecord: { lexicon: number; id: string; defs: { main: { type: string; description: string; input: { encoding: string; schema: { type: string; required: string[]; properties: { repo: { type: string; format: string; description: string; }; collection: { type: string; format: string; description: string; }; rkey: { type: string; description: string; maxLength: number; }; validate: { type: string; default: boolean; description: string; }; record: { type: string; description: string; }; swapCommit: { type: string; format: string; description: string; }; }; }; }; output: { encoding: string; schema: { type: string; required: string[]; properties: { uri: { type: string; format: string; }; cid: { type: string; format: string; }; }; }; }; errors: { name: string; }[]; }; }; }; ComAtprotoRepoDeleteRecord: { lexicon: number; id: string; defs: { main: { type: string; description: string; input: { encoding: string; schema: { type: string; required: string[]; properties: { repo: { type: string; format: string; description: string; }; collection: { type: string; format: string; description: string; }; rkey: { type: string; description: string; }; swapRecord: { type: string; format: string; description: string; }; swapCommit: { type: string; format: string; description: string; }; }; }; }; errors: { name: string; }[]; }; }; }; ComAtprotoRepoDescribeRepo: { lexicon: number; id: string; defs: { main: { type: string; description: string; parameters: { type: string; required: string[]; properties: { repo: { type: string; format: string; description: string; }; }; }; output: { encoding: string; schema: { type: string; required: string[]; properties: { handle: { type: string; format: string; }; did: { type: string; format: string; }; didDoc: { type: string; }; collections: { type: string; items: { type: string; format: string; }; }; handleIsCorrect: { type: string; }; }; }; }; }; }; }; ComAtprotoRepoGetRecord: { lexicon: number; id: string; defs: { main: { type: string; description: string; parameters: { type: string; required: string[]; properties: { repo: { type: string; format: string; description: string; }; collection: { type: string; format: string; description: string; }; rkey: { type: string; description: string; }; cid: { type: string; format: string; description: string; }; }; }; output: { encoding: string; schema: { type: string; required: string[]; properties: { uri: { type: string; format: string; }; cid: { type: string; format: string; }; value: { type: string; }; }; }; }; }; }; }; ComAtprotoRepoListRecords: { lexicon: number; id: string; defs: { main: { type: string; description: string; parameters: { type: string; required: string[]; properties: { repo: { type: string; format: string; description: string; }; collection: { type: string; format: string; description: string; }; limit: { type: string; minimum: number; maximum: number; default: number; description: string; }; cursor: { type: string; }; rkeyStart: { type: string; description: string; }; rkeyEnd: { type: string; description: string; }; reverse: { type: string; description: string; }; }; }; output: { encoding: string; schema: { type: string; required: string[]; properties: { cursor: { type: string; }; records: { type: string; items: { type: string; ref: string; }; }; }; }; }; }; record: { type: string; required: string[]; properties: { uri: { type: string; format: string; }; cid: { type: string; format: string; }; value: { type: string; }; }; }; }; }; ComAtprotoRepoPutRecord: { lexicon: number; id: string; defs: { main: { type: string; description: string; input: { encoding: string; schema: { type: string; required: string[]; nullable: string[]; properties: { repo: { type: string; format: string; description: string; }; collection: { type: string; format: string; description: string; }; rkey: { type: string; description: string; maxLength: number; }; validate: { type: string; default: boolean; description: string; }; record: { type: string; description: string; }; swapRecord: { type: string; format: string; description: string; }; swapCommit: { type: string; format: string; description: string; }; }; }; }; output: { encoding: string; schema: { type: string; required: string[]; properties: { uri: { type: string; format: string; }; cid: { type: string; format: string; }; }; }; }; errors: { name: string; }[]; }; }; }; ComAtprotoRepoStrongRef: { lexicon: number; id: string; description: string; defs: { main: { type: string; required: string[]; properties: { uri: { type: string; format: string; }; cid: { type: string; format: string; }; }; }; }; }; ComAtprotoRepoUploadBlob: { lexicon: number; id: string; defs: { main: { type: string; description: string; input: { encoding: string; }; output: { encoding: string; schema: { type: string; required: string[]; properties: { blob: { type: string; }; }; }; }; }; }; }; ComAtprotoServerConfirmEmail: { lexicon: number; id: string; defs: { main: { type: string; description: string; input: { encoding: string; schema: { type: string; required: string[]; properties: { email: { type: string; }; token: { type: string; }; }; }; }; errors: { name: string; }[]; }; }; }; ComAtprotoServerCreateAccount: { lexicon: number; id: string; defs: { main: { type: string; description: string; input: { encoding: string; schema: { type: string; required: string[]; properties: { email: { type: string; }; handle: { type: string; format: string; }; did: { type: string; format: string; }; inviteCode: { type: string; }; password: { type: string; }; recoveryKey: { type: string; }; }; }; }; output: { encoding: string; schema: { type: string; required: string[]; properties: { accessJwt: { type: string; }; refreshJwt: { type: string; }; handle: { type: string; format: string; }; did: { type: string; format: string; }; }; }; }; errors: { name: string; }[]; }; }; }; ComAtprotoServerCreateAppPassword: { lexicon: number; id: string; defs: { main: { type: string; description: string; input: { encoding: string; schema: { type: string; required: string[]; properties: { name: { type: string; }; }; }; }; output: { encoding: string; schema: { type: string; ref: string; }; }; errors: { name: string; }[]; }; appPassword: { type: string; required: string[]; properties: { name: { type: string; }; password: { type: string; }; createdAt: { type: string; format: string; }; }; }; }; }; ComAtprotoServerCreateInviteCode: { lexicon: number; id: string; defs: { main: { type: string; description: string; input: { encoding: string; schema: { type: string; required: string[]; properties: { useCount: { type: string; }; forAccount: { type: string; format: string; }; }; }; }; output: { encoding: string; schema: { type: string; required: string[]; properties: { code: { type: string; }; }; }; }; }; }; }; ComAtprotoServerCreateInviteCodes: { lexicon: number; id: string; defs: { main: { type: string; description: string; input: { encoding: string; schema: { type: string; required: string[]; properties: { codeCount: { type: string; default: number; }; useCount: { type: string; }; forAccounts: { type: string; items: { type: string; format: string; }; }; }; }; }; output: { encoding: string; schema: { type: string; required: string[]; properties: { codes: { type: string; items: { type: string; ref: string; }; }; }; }; }; }; accountCodes: { type: string; required: string[]; properties: { account: { type: string; }; codes: { type: string; items: { type: string; }; }; }; }; }; }; ComAtprotoServerCreateSession: { lexicon: number; id: string; defs: { main: { type: string; description: string; input: { encoding: string; schema: { type: string; required: string[]; properties: { identifier: { type: string; description: string; }; password: { type: string; }; }; }; }; output: { encoding: string; schema: { type: string; required: string[]; properties: { accessJwt: { type: string; }; refreshJwt: { type: string; }; handle: { type: string; format: string; }; did: { type: string; format: string; }; email: { type: string; }; emailConfirmed: { type: string; }; }; }; }; errors: { name: string; }[]; }; }; }; ComAtprotoServerDefs: { lexicon: number; id: string; defs: { inviteCode: { type: string; required: string[]; properties: { code: { type: string; }; available: { type: string; }; disabled: { type: string; }; forAccount: { type: string; }; createdBy: { type: string; }; createdAt: { type: string; format: string; }; uses: { type: string; items: { type: string; ref: string; }; }; }; }; inviteCodeUse: { type: string; required: string[]; properties: { usedBy: { type: string; format: string; }; usedAt: { type: string; format: string; }; }; }; }; }; ComAtprotoServerDeleteAccount: { lexicon: number; id: string; defs: { main: { type: string; description: string; input: { encoding: string; schema: { type: string; required: string[]; properties: { did: { type: string; format: string; }; password: { type: string; }; token: { type: string; }; }; }; }; errors: { name: string; }[]; }; }; }; ComAtprotoServerDeleteSession: { lexicon: number; id: string; defs: { main: { type: string; description: string; }; }; }; ComAtprotoServerDescribeServer: { lexicon: number; id: string; defs: { main: { type: string; description: string; output: { encoding: string; schema: { type: string; required: string[]; properties: { inviteCodeRequired: { type: string; }; availableUserDomains: { type: string; items: { type: string; }; }; links: { type: string; ref: string; }; }; }; }; }; links: { type: string; properties: { privacyPolicy: { type: string; }; termsOfService: { type: string; }; }; }; }; }; ComAtprotoServerGetAccountInviteCodes: { lexicon: number; id: string; defs: { main: { type: string; description: string; parameters: { type: string; properties: { includeUsed: { type: string; default: boolean; }; createAvailable: { type: string; default: boolean; }; }; }; output: { encoding: string; schema: { type: string; required: string[]; properties: { codes: { type: string; items: { type: string; ref: string; }; }; }; }; }; errors: { name: string; }[]; }; }; }; ComAtprotoServerGetSession: { lexicon: number; id: string; defs: { main: { type: string; description: string; output: { encoding: string; schema: { type: string; required: string[]; properties: { handle: { type: string; format: string; }; did: { type: string; format: string; }; email: { type: string; }; emailConfirmed: { type: string; }; }; }; }; }; }; }; ComAtprotoServerListAppPasswords: { lexicon: number; id: string; defs: { main: { type: string; description: string; output: { encoding: string; schema: { type: string; required: string[]; properties: { passwords: { type: string; items: { type: string; ref: string; }; }; }; }; }; errors: { name: string; }[]; }; appPassword: { type: string; required: string[]; properties: { name: { type: string; }; createdAt: { type: string; format: string; }; }; }; }; }; ComAtprotoServerRefreshSession: { lexicon: number; id: string; defs: { main: { type: string; description: string; output: { encoding: string; schema: { type: string; required: string[]; properties: { accessJwt: { type: string; }; refreshJwt: { type: string; }; handle: { type: string; format: string; }; did: { type: string; format: string; }; }; }; }; errors: { name: string; }[]; }; }; }; ComAtprotoServerRequestAccountDelete: { lexicon: number; id: string; defs: { main: { type: string; description: string; }; }; }; ComAtprotoServerRequestEmailConfirmation: { lexicon: number; id: string; defs: { main: { type: string; description: string; }; }; }; ComAtprotoServerRequestEmailUpdate: { lexicon: number; id: string; defs: { main: { type: string; description: string; output: { encoding: string; schema: { type: string; required: string[]; properties: { tokenRequired: { type: string; }; }; }; }; }; }; }; ComAtprotoServerRequestPasswordReset: { lexicon: number; id: string; defs: { main: { type: string; description: string; input: { encoding: string; schema: { type: string; required: string[]; properties: { email: { type: string; }; }; }; }; }; }; }; ComAtprotoServerResetPassword: { lexicon: number; id: string; defs: { main: { type: string; description: string; input: { encoding: string; schema: { type: string; required: string[]; properties: { token: { type: string; }; password: { type: string; }; }; }; }; errors: { name: string; }[]; }; }; }; ComAtprotoServerRevokeAppPassword: { lexicon: number; id: string; defs: { main: { type: string; description: string; input: { encoding: string; schema: { type: string; required: string[]; properties: { name: { type: string; }; }; }; }; }; }; }; ComAtprotoServerUpdateEmail: { lexicon: number; id: string; defs: { main: { type: string; description: string; input: { encoding: string; schema: { type: string; required: string[]; properties: { email: { type: string; }; token: { type: string; description: string; }; }; }; }; errors: { name: string; }[]; }; }; }; ComAtprotoSyncGetBlob: { lexicon: number; id: string; defs: { main: { type: string; description: string; parameters: { type: string; required: string[]; properties: { did: { type: string; format: string; description: string; }; cid: { type: string; format: string; description: string; }; }; }; output: { encoding: string; }; }; }; }; ComAtprotoSyncGetBlocks: { lexicon: number; id: string; defs: { main: { type: string; description: string; parameters: { type: string; required: string[]; properties: { did: { type: string; format: string; description: string; }; cids: { type: string; items: { type: string; format: string; }; }; }; }; output: { encoding: string; }; }; }; }; ComAtprotoSyncGetCheckout: { lexicon: number; id: string; defs: { main: { type: string; description: string; parameters: { type: string; required: string[]; properties: { did: { type: string; format: string; description: string; }; }; }; output: { encoding: string; }; }; }; }; ComAtprotoSyncGetHead: { lexicon: number; id: string; defs: { main: { type: string; description: string; parameters: { type: string; required: string[]; properties: { did: { type: string; format: string; description: string; }; }; }; output: { encoding: string; schema: { type: string; required: string[]; properties: { root: { type: string; format: string; }; }; }; }; errors: { name: string; }[]; }; }; }; ComAtprotoSyncGetLatestCommit: { lexicon: number; id: string; defs: { main: { type: string; description: string; parameters: { type: string; required: string[]; properties: { did: { type: string; format: string; description: string; }; }; }; output: { encoding: string; schema: { type: string; required: string[]; properties: { cid: { type: string; format: string; }; rev: { type: string; }; }; }; }; errors: { name: string; }[]; }; }; }; ComAtprotoSyncGetRecord: { lexicon: number; id: string; defs: { main: { type: string; description: string; parameters: { type: string; required: string[]; properties: { did: { type: string; format: string; description: string; }; collection: { type: string; format: string; }; rkey: { type: string; }; commit: { type: string; format: string; description: string; }; }; }; output: { encoding: string; }; }; }; }; ComAtprotoSyncGetRepo: { lexicon: number; id: string; defs: { main: { type: string; description: string; parameters: { type: string; required: string[]; properties: { did: { type: string; format: string; description: string; }; since: { type: string; description: string; }; }; }; output: { encoding: string; }; }; }; }; ComAtprotoSyncListBlobs: { lexicon: number; id: string; defs: { main: { type: string; description: string; parameters: { type: string; required: string[]; properties: { did: { type: string; format: string; description: string; }; since: { type: string; description: string; }; limit: { type: string; minimum: number; maximum: number; default: number; }; cursor: { type: string; }; }; }; output: { encoding: string; schema: { type: string; required: string[]; properties: { cursor: { type: string; }; cids: { type: string; items: { type: string; format: string; }; }; }; }; }; }; }; }; ComAtprotoSyncListRepos: { lexicon: number; id: string; defs: { main: { type: string; description: string; parameters: { type: string; properties: { limit: { type: string; minimum: number; maximum: number; default: number; }; cursor: { type: string; }; }; }; output: { encoding: string; schema: { type: string; required: string[]; properties: { cursor: { type: string; }; repos: { type: string; items: { type: string; ref: string; }; }; }; }; }; }; repo: { type: string; required: string[]; properties: { did: { type: string; format: string; }; head: { type: string; format: string; }; rev: { type: string; }; }; }; }; }; ComAtprotoSyncNotifyOfUpdate: { lexicon: number; id: string; defs: { main: { type: string; description: string; input: { encoding: string; schema: { type: string; required: string[]; properties: { hostname: { type: string; description: string; }; }; }; }; }; }; }; ComAtprotoSyncRequestCrawl: { lexicon: number; id: string; defs: { main: { type: string; description: string; input: { encoding: string; schema: { type: string; required: string[]; properties: { hostname: { type: string; description: string; }; }; }; }; }; }; }; ComAtprotoSyncSubscribeRepos: { lexicon: number; id: string; defs: { main: { type: string; description: string; parameters: { type: string; properties: { cursor: { type: string; description: string; }; }; }; message: { schema: { type: string; refs: string[]; }; }; errors: { name: string; }[]; }; commit: { type: string; required: string[]; nullable: string[]; properties: { seq: { type: string; }; rebase: { type: string; }; tooBig: { type: string; }; repo: { type: string; format: string; }; commit: { type: string; }; prev: { type: string; }; rev: { type: string; description: string; }; since: { type: string; description: string; }; blocks: { type: string; description: string; maxLength: number; }; ops: { type: string; items: { type: string; ref: string; }; maxLength: number; }; blobs: { type: string; items: { type: string; }; }; time: { type: string; format: string; }; }; }; handle: { type: string; required: string[]; properties: { seq: { type: string; }; did: { type: string; format: string; }; handle: { type: string; format: string; }; time: { type: string; format: string; }; }; }; migrate: { type: string; required: string[]; nullable: string[]; properties: { seq: { type: string; }; did: { type: string; format: string; }; migrateTo: { type: string; }; time: { type: string; format: string; }; }; }; tombstone: { type: string; required: string[]; properties: { seq: { type: string; }; did: { type: string; format: string; }; time: { type: string; format: string; }; }; }; info: { type: string; required: string[]; properties: { name: { type: string; knownValues: string[]; }; message: { type: string; }; }; }; repoOp: { type: string; description: string; required: string[]; nullable: string[]; properties: { action: { type: string; knownValues: string[]; }; path: { type: string; }; cid: { type: string; }; }; }; }; }; AppBskyActorDefs: { lexicon: number; id: string; description: string; defs: { profileViewBasic: { type: string; required: string[]; properties: { did: { type: string; format: string; }; handle: { type: string; format: string; }; displayName: { type: string; maxGraphemes: number; maxLength: number; }; avatar: { type: string; }; viewer: { type: string; ref: string; }; labels: { type: string; items: { type: string; ref: string; }; }; }; }; profileView: { type: string; required: string[]; properties: { did: { type: string; format: string; }; handle: { type: string; format: string; }; displayName: { type: string; maxGraphemes: number; maxLength: number; }; description: { type: string; maxGraphemes: number; maxLength: number; }; avatar: { type: string; }; indexedAt: { type: string; format: string; }; viewer: { type: string; ref: string; }; labels: { type: string; items: { type: string; ref: string; }; }; }; }; profileViewDetailed: { type: string; required: string[]; properties: { did: { type: string; format: string; }; handle: { type: string; format: string; }; displayName: { type: string; maxGraphemes: number; maxLength: number; }; description: { type: string; maxGraphemes: number; maxLength: number; }; avatar: { type: string; }; banner: { type: string; }; followersCount: { type: string; }; followsCount: { type: string; }; postsCount: { type: string; }; indexedAt: { type: string; format: string; }; viewer: { type: string; ref: string; }; labels: { type: string; items: { type: string; ref: string; }; }; }; }; viewerState: { type: string; properties: { muted: { type: string; }; mutedByList: { type: string; ref: string; }; blockedBy: { type: string; }; blocking: { type: string; format: string; }; following: { type: string; format: string; }; followedBy: { type: string; format: string; }; }; }; preferences: { type: string; items: { type: string; refs: string[]; }; }; adultContentPref: { type: string; required: string[]; properties: { enabled: { type: string; default: boolean; }; }; }; contentLabelPref: { type: string; required: string[]; properties: { label: { type: string; }; visibility: { type: string; knownValues: string[]; }; }; }; savedFeedsPref: { type: string; required: string[]; properties: { pinned: { type: string; items: { type: string; format: string; }; }; saved: { type: string; items: { type: string; format: string; }; }; }; }; personalDetailsPref: { type: string; properties: { birthDate: { type: string; format: string; description: string; }; }; }; feedViewPref: { type: string; required: string[]; properties: { feed: { type: string; description: string; }; hideReplies: { type: string; description: string; }; hideRepliesByUnfollowed: { type: string; description: string; }; hideRepliesByLikeCount: { type: string; description: string; }; hideReposts: { type: string; description: string; }; hideQuotePosts: { type: string; description: string; }; }; }; threadViewPref: { type: string; properties: { sort: { type: string; description: string; knownValues: string[]; }; prioritizeFollowedUsers: { type: string; description: string; }; }; }; }; }; AppBskyActorGetPreferences: { lexicon: number; id: string; defs: { main: { type: string; description: string; parameters: { type: string; properties: {}; }; output: { encoding: string; schema: { type: string; required: string[]; properties: { preferences: { type: string; ref: string; }; }; }; }; }; }; }; AppBskyActorGetProfile: { lexicon: number; id: string; defs: { main: { type: string; parameters: { type: string; required: string[]; properties: { actor: { type: string; format: string; }; }; }; output: { encoding: string; schema: { type: string; ref: string; }; }; }; }; }; AppBskyActorGetProfiles: { lexicon: number; id: string; defs: { main: { type: string; parameters: { type: string; required: string[]; properties: { actors: { type: string; items: { type: string; format: string; }; maxLength: number; }; }; }; output: { encoding: string; schema: { type: string; required: string[]; properties: { profiles: { type: string; items: { type: string; ref: string; }; }; }; }; }; }; }; }; AppBskyActorGetSuggestions: { lexicon: number; id: string; defs: { main: { type: string; description: string; parameters: { type: string; properties: { limit: { type: string; minimum: number; maximum: number; default: number; }; cursor: { type: string; }; }; }; output: { encoding: string; schema: { type: string; required: string[]; properties: { cursor: { type: string; }; actors: { type: string; items: { type: string; ref: string; }; }; }; }; }; }; }; }; AppBskyActorProfile: { lexicon: number; id: string; defs: { main: { type: string; key: string; record: { type: string; properties: { displayName: { type: string; maxGraphemes: number; maxLength: number; }; description: { type: string; maxGraphemes: number; maxLength: number; }; avatar: { type: string; accept: string[]; maxSize: number; }; banner: { type: string; accept: string[]; maxSize: number; }; labels: { type: string; refs: string[]; }; }; }; }; }; }; AppBskyActorPutPreferences: { lexicon: number; id: string; defs: { main: { type: string; description: string; input: { encoding: string; schema: { type: string; required: string[]; properties: { preferences: { type: string; ref: string; }; }; }; }; }; }; }; AppBskyActorSearchActors: { lexicon: number; id: string; defs: { main: { type: string; description: string; parameters: { type: string; properties: { term: { type: string; description: string; }; q: { type: string; description: string; }; limit: { type: string; minimum: number; maximum: number; default: number; }; cursor: { type: string; }; }; }; output: { encoding: string; schema: { type: string; required: string[]; properties: { cursor: { type: string; }; actors: { type: string; items: { type: string; ref: string; }; }; }; }; }; }; }; }; AppBskyActorSearchActorsTypeahead: { lexicon: number; id: string; defs: { main: { type: string; description: string; parameters: { type: string; properties: { term: { type: string; description: string; }; q: { type: string; description: string; }; limit: { type: string; minimum: number; maximum: number; default: number; }; }; }; output: { encoding: string; schema: { type: string; required: string[]; properties: { actors: { type: string; items: { type: string; ref: string; }; }; }; }; }; }; }; }; AppBskyEmbedCollectible: { lexicon: number; id: string; description: string; defs: { main: { type: string; required: string[]; properties: { collectible: { type: string; ref: string; }; }; }; collectible: { type: string; required: string[]; properties: { collUri: { type: string; format: string; }; collCid: { type: string; format: string; }; }; }; view: { type: string; required: string[]; properties: { collectible: { type: string; ref: string; }; }; }; viewCollectible: { type: string; required: string[]; properties: { collectibleAttributes: { type: string; description: string; }; collectibleDescription: { type: string; }; collectibleImageUri: { type: string; }; collectiblePrice: { type: string; }; collectibleCurrency: { type: string; }; collectibleSupply: { type: string; }; collectibleTitle: { type: string; }; collectibleWallet: { type: string; }; collectibleUri: { type: string; }; collectibleCid: { type: string; }; collectibleCreator: { type: string; }; collectibleCreatedAt: { type: string; format: string; }; collectibleIndexedAt: { type: string; format: string; }; collectibleSortAt: { type: string; format: string; }; collectibleCollectionId: { type: string; }; collectibleProjectId: { type: string; }; collectibleAnimationUrl: { type: string; }; pecUri: { type: string; }; pecCid: { type: string; }; aggUpdatedAt: { type: string; format: string; }; aggMinted: { type: string; }; aggPending: { type: string; }; }; }; }; }; AppBskyEmbedExternal: { lexicon: number; id: string; description: string; defs: { main: { type: string; required: string[]; properties: { external: { type: string; ref: string; }; }; }; external: { type: string; required: string[]; properties: { uri: { type: string; format: string; }; title: { type: string; }; description: { type: string; }; thumb: { type: string; accept: string[]; maxSize: number; }; }; }; view: { type: string; required: string[]; properties: { external: { type: string; ref: string; }; }; }; viewExternal: { type: string; required: string[]; properties: { uri: { type: string; format: string; }; title: { type: string; }; description: { type: string; }; thumb: { type: string; }; }; }; }; }; AppBskyEmbedFrame: { lexicon: number; id: string; description: string; defs: { main: { type: string; required: string[]; properties: { frame: { type: string; ref: string; }; }; }; frame: { type: string; required: string[]; properties: { uri: { type: string; format: string; }; title: { type: string; }; description: { type: string; }; image: { type: string; }; buttons: { type: string; items: { type: string; ref: string; }; }; input: { type: string; ref: string; }; post_url: { type: string; format: string; }; refresh_period: { type: string; }; version: { type: string; }; }; }; frameButtonMetadata: { type: string; required: string[]; properties: { label: { type: string; }; action: { type: string; enum: string[]; }; index: { type: string; }; post_url: { type: string; }; text: { type: string; }; }; }; frameInputMetadata: { type: string; required: string[]; properties: { text: { type: string; }; }; }; view: { type: string; required: string[]; properties: { frame: { type: string; ref: string; }; }; }; viewFrame: { type: string; required: string[]; properties: { uri: { type: string; format: string; }; title: { type: string; }; description: { type: string; }; image: { type: string; }; buttons: { type: string; items: { type: string; ref: string; }; }; input: { type: string; ref: string; }; post_url: { type: string; format: string; }; refresh_period: { type: string; }; version: { type: string; }; }; }; viewFrameButtonMetadata: { type: string; required: string[]; properties: { label: { type: string; }; action: { type: string; enum: string[]; }; index: { type: string; }; post_url: { type: string; }; text: { type: string; }; }; }; viewFrameInputMetadata: { type: string; required: string[]; properties: { text: { type: string; }; }; }; }; }; AppBskyEmbedImages: { lexicon: number; id: string; description: string; defs: { main: { type: string; required: string[]; properties: { images: { type: string; items: { type: string; ref: string; }; maxLength: number; }; }; }; image: { type: string; required: string[]; properties: { image: { type: string; accept: string[]; maxSize: number; }; alt: { type: string; }; aspectRatio: { type: string; ref: string; }; }; }; aspectRatio: { type: string; description: string; required: string[]; properties: { width: { type: string; minimum: number; }; height: { type: string; minimum: number; }; }; }; view: { type: string; required: string[]; properties: { images: { type: string; items: { type: string; ref: string; }; maxLength: number; }; }; }; viewImage: { type: string; required: string[]; properties: { thumb: { type: string; }; fullsize: { type: string; }; alt: { type: string; }; aspectRatio: { type: string; ref: string; }; }; }; }; }; AppBskyEmbedNft: { lexicon: number; id: string; description: string; defs: { main: { type: string; required: string[]; properties: { nft: { type: string; ref: string; }; }; }; nft: { type: string; required: string[]; properties: { name: { type: string; }; description: { type: string; }; image: { type: string; accept: string[]; maxSize: number; }; mintId: { type: string; }; aspectRatio: { type: string; ref: string; }; }; }; aspectRatio: { type: string; description: string; required: string[]; properties: { width: { type: string; minimum: number; }; height: { type: string; minimum: number; }; }; }; view: { type: string; required: string[]; properties: { nft: { type: string; ref: string; }; }; }; viewNft: { type: string; required: string[]; properties: { name: { type: string; }; description: { type: string; }; image: { type: string; }; mintId: { type: string; }; }; }; }; }; AppBskyEmbedRecord: { lexicon: number; id: string; description: string; defs: { main: { type: string; required: string[]; properties: { record: { type: string; ref: string; }; }; }; view: { type: string; required: string[]; properties: { record: { type: string; refs: string[]; }; }; }; viewRecord: { type: string; required: string[]; properties: { uri: { type: string; format: string; }; cid: { type: string; format: string; }; author: { type: string; ref: string; }; value: { type: string; }; labels: { type: string; items: { type: string; ref: string; }; }; embeds: { type: string; items: { type: string; refs: string[]; }; }; indexedAt: { type: string; format: string; }; }; }; viewNotFound: { type: string; required: string[]; properties: { uri: { type: string; format: string; }; notFound: { type: string; const: boolean; }; }; }; viewBlocked: { type: string; required: string[]; properties: { uri: { type: string; format: string; }; blocked: { type: string; const: boolean; }; author: { type: string; ref: string; }; }; }; }; }; AppBskyEmbedRecordWithMedia: { lexicon: number; id: string; description: string; defs: { main: { type: string; required: string[]; properties: { record: { type: string; ref: string; }; media: { type: string; refs: string[]; }; }; }; view: { type: string; required: string[]; properties: { record: { type: string; ref: string; }; media: { type: string; refs: string[]; }; }; }; }; }; AppBskyEmbedVideos: { lexicon: number; id: string; description: string; defs: { main: { type: string; required: string[]; properties: { videos: { type: string; items: { type: string; ref: string; }; maxLength: number; }; }; }; video: { type: string; required: string[]; properties: { uri: { type: string; format: string; description: string; }; alt: { type: string; }; duration: { type: string; minimum: number; description: string; }; aspectRatio: { type: string; ref: string; }; }; }; aspectRatio: { type: string; description: string; required: string[]; properties: { width: { type: string; minimum: number; }; height: { type: string; minimum: number; }; }; }; view: { type: string; required: string[]; properties: { videos: { type: string; items: { type: string; ref: string; }; maxLength: number; }; }; }; viewVideo: { type: string; required: string[]; properties: { uri: { type: string; format: string; description: string; }; alt: { type: string; }; duration: { type: string; minimum: number; description: string; }; aspectRatio: { type: string; ref: string; }; }; }; }; }; AppBskyFeedDefs: { lexicon: number; id: string; defs: { postView: { type: string; required: string[]; properties: { uri: { type: string; format: string; }; cid: { type: string; format: string; }; author: { type: string; ref: string; }; record: { type: string; }; embed: { type: string; refs: string[]; }; replyCount: { type: string; }; repostCount: { type: string; }; likeCount: { type: string; }; indexedAt: { type: string; format: string; }; viewer: { type: string; ref: string; }; labels: { type: string; items: { type: string; ref: string; }; }; threadgate: { type: string; ref: string; }; }; }; viewerState: { type: string; properties: { repost: { type: string; format: string; }; like: { type: string; format: string; }; }; }; feedViewPost: { type: string; required: string[]; properties: { post: { type: string; ref: string; }; reply: { type: string; ref: string; }; reason: { type: string; refs: string[]; }; }; }; replyRef: { type: string; required: string[]; properties: { root: { type: string; refs: string[]; }; parent: { type: string; refs: string[]; }; }; }; reasonRepost: { type: string; required: string[]; properties: { by: { type: string; ref: string; }; indexedAt: { type: string; format: string; }; }; }; threadViewPost: { type: string; required: string[]; properties: { post: { type: string; ref: string; }; parent: { type: string; refs: string[]; }; replies: { type: string; items: { type: string; refs: string[]; }; }; viewer: { type: string; ref: string; }; }; }; notFoundPost: { type: string; required: string[]; properties: { uri: { type: string; format: string; }; notFound: { type: string; const: boolean; }; }; }; blockedPost: { type: string; required: string[]; properties: { uri: { type: string; format: string; }; blocked: { type: string; const: boolean; }; author: { type: string; ref: string; }; }; }; blockedAuthor: { type: string; required: string[]; properties: { did: { type: string; format: string; }; viewer: { type: string; ref: string; }; }; }; viewerThreadState: { type: string; properties: { canReply: { type: string; }; }; }; generatorView: { type: string; required: string[]; properties: { uri: { type: string; format: string; }; cid: { type: string; format: string; }; did: { type: string; format: string; }; creator: { type: string; ref: string; }; displayName: { type: string; }; description: { type: string; maxGraphemes: number; maxLength: number; }; descriptionFacets: { type: string; items: { type: string; ref: string; }; }; avatar: { type: string; }; likeCount: { type: string; minimum: number; }; viewer: { type: string; ref: string; }; indexedAt: { type: string; format: string; }; }; }; generatorViewerState: { type: string; properties: { like: { type: string; format: string; }; }; }; skeletonFeedPost: { type: string; required: string[]; properties: { post: { type: string; format: string; }; reason: { type: string; refs: string[]; }; }; }; skeletonReasonRepost: { type: string; required: string[]; properties: { repost: { type: string; format: string; }; }; }; threadgateView: { type: string; properties: { uri: { type: string; format: string; }; cid: { type: string; format: string; }; record: { type: string; }; lists: { type: string; items: { type: string; ref: string; }; }; }; }; }; }; AppBskyFeedDescribeFeedGenerator: { lexicon: number; id: string; defs: { main: { type: string; description: string; output: { encoding: string; schema: { type: string; required: string[]; properties: { did: { type: string; format: string; }; feeds: { type: string; items: { type: string; ref: string; }; }; links: { type: string; ref: string; }; }; }; }; }; feed: { type: string; required: string[]; properties: { uri: { type: string; format: string; }; }; }; links: { type: string; properties: { privacyPolicy: { type: string; }; termsOfService: { type: string; }; }; }; }; }; AppBskyFeedGenerator: { lexicon: number; id: string; defs: { main: { type: string; description: string; key: string; record: { type: string; required: string[]; properties: { did: { type: string; format: string; }; displayName: { type: string; maxGraphemes: number; maxLength: number; }; description: { type: string; maxGraphemes: number; maxLength: number; }; descriptionFacets: { type: string; items: { type: string; ref: string; }; }; avatar: { type: string; accept: string[]; maxSize: number; }; labels: { type: string; refs: string[]; }; createdAt: { type: string; format: string; }; }; }; }; }; }; AppBskyFeedGetActorFeeds: { lexicon: number; id: string; defs: { main: { type: string; description: string; parameters: { type: string; required: string[]; properties: { actor: { type: string; format: string; }; limit: { type: string; minimum: number; maximum: number; default: number; }; cursor: { type: string; }; }; }; output: { encoding: string; schema: { type: string; required: string[]; properties: { cursor: { type: string; }; feeds: { type: string; items: { type: string; ref: string; }; }; }; }; }; }; }; }; AppBskyFeedGetActorLikes: { lexicon: number; id: string; defs: { main: { type: string; description: string; parameters: { type: string; required: string[]; properties: { actor: { type: string; format: string; }; limit: { type: string; minimum: number; maximum: number; default: number; }; cursor: { type: string; }; }; }; output: { encoding: string; schema: { type: string; required: string[]; properties: { cursor: { type: string; }; feed: { type: string; items: { type: string; ref: string; }; }; }; }; }; errors: { name: string; }[]; }; }; }; AppBskyFeedGetAuthorFeed: { lexicon: number; id: string; defs: { main: { type: string; description: string; parameters: { type: string; required: string[]; properties: { actor: { type: string; format: string; }; limit: { type: string; minimum: number; maximum: number; default: number; }; cursor: { type: string; }; filter: { type: string; knownValues: string[]; default: string; }; }; }; output: { encoding: string; schema: { type: string; required: string[]; properties: { cursor: { type: string; }; feed: { type: string; items: { type: string; ref: string; }; }; }; }; }; errors: { name: string; }[]; }; }; }; AppBskyFeedGetFeed: { lexicon: number; id: string; defs: { main: { type: string; description: string; parameters: { type: string; required: string[]; properties: { feed: { type: string; format: string; }; limit: { type: string; minimum: number; maximum: number; default: number; }; cursor: { type: string; }; }; }; output: { encoding: string; schema: { type: string; required: string[]; properties: { cursor: { type: string; }; feed: { type: string; items: { type: string; ref: string; }; }; }; }; }; errors: { name: string; }[]; }; }; }; AppBskyFeedGetFeedGenerator: { lexicon: number; id: string; defs: { main: { type: string; description: string; parameters: { type: string; required: string[]; properties: { feed: { type: string; format: string; }; }; }; output: { encoding: string; schema: { type: string; required: string[]; properties: { view: { type: string; ref: string; }; isOnline: { type: string; }; isValid: { type: string; }; }; }; }; }; }; }; AppBskyFeedGetFeedGenerators: { lexicon: number; id: string; defs: { main: { type: string; description: string; parameters: { type: string; required: string[]; properties: { feeds: { type: string; items: { type: string; format: string; }; }; }; }; output: { encoding: string; schema: { type: string; required: string[]; properties: { feeds: { type: string; items: { type: string; ref: string; }; }; }; }; }; }; }; }; AppBskyFeedGetFeedSkeleton: { lexicon: number; id: string; defs: { main: { type: string; description: string; parameters: { type: string; required: string[]; properties: { feed: { type: string; format: string; }; limit: { type: string; minimum: number; maximum: number; default: number; }; cursor: { type: string; }; }; }; output: { encoding: string; schema: { type: string; required: string[]; properties: { cursor: { type: string; }; feed: { type: string; items: { type: string; ref: string; }; }; }; }; }; errors: { name: string; }[]; }; }; }; AppBskyFeedGetLikes: { lexicon: number; id: string; defs: { main: { type: string; parameters: { type: string; required: string[]; properties: { uri: { type: string; format: string; }; cid: { type: string; format: string; }; limit: { type: string; minimum: number; maximum: number; default: number; }; cursor: { type: string; }; }; }; output: { encoding: string; schema: { type: string; required: string[]; properties: { uri: { type: string; format: string; }; cid: { type: string; format: string; }; cursor: { type: string; }; likes: { type: string; items: { type: string; ref: string; }; }; }; }; }; }; like: { type: string; required: string[]; properties: { indexedAt: { type: string; format: string; }; createdAt: { type: string; format: string; }; actor: { type: string; ref: string; }; }; }; }; }; AppBskyFeedGetListFeed: { lexicon: number; id: string; defs: { main: { type: string; description: string; parameters: { type: string; required: string[]; properties: { list: { type: string; format: string; }; limit: { type: string; minimum: number; maximum: number; default: number; }; cursor: { type: string; }; }; }; output: { encoding: string; schema: { type: string; required: string[]; properties: { cursor: { type: string; }; feed: { type: string; items: { type: string; ref: string; }; }; }; }; }; errors: { name: string; }[]; }; }; }; AppBskyFeedGetPostThread: { lexicon: number; id: string; defs: { main: { type: string; parameters: { type: string; required: string[]; properties: { uri: { type: string; format: string; }; depth: { type: string; default: number; minimum: number; maximum: number; }; parentHeight: { type: string; default: number; minimum: number; maximum: number; }; }; }; output: { encoding: string; schema: { type: string; required: string[]; properties: { thread: { type: string; refs: string[]; }; }; }; }; errors: { name: string; }[]; }; }; }; AppBskyFeedGetPosts: { lexicon: number; id: string; defs: { main: { type: string; description: string; parameters: { type: string; required: string[]; properties: { uris: { type: string; items: { type: string; format: string; }; maxLength: number; }; }; }; output: { encoding: string; schema: { type: string; required: string[]; properties: { posts: { type: string; items: { type: string; ref: string; }; }; }; }; }; }; }; }; AppBskyFeedGetRepostedBy: { lexicon: number; id: string; defs: { main: { type: string; parameters: { type: string; required: string[]; properties: { uri: { type: string; format: string; }; cid: { type: string; format: string; }; limit: { type: string; minimum: number; maximum: number; default: number; }; cursor: { type: string; }; }; }; output: { encoding: string; schema: { type: string; required: string[]; properties: { uri: { type: string; format: string; }; cid: { type: string; format: string; }; cursor: { type: string; }; repostedBy: { type: string; items: { type: string; ref: string; }; }; }; }; }; }; }; }; AppBskyFeedGetSuggestedFeeds: { lexicon: number; id: string; defs: { main: { type: string; description: string; parameters: { type: string; properties: { limit: { type: string; minimum: number; maximum: number; default: number; }; cursor: { type: string; }; }; }; output: { encoding: string; schema: { type: string; required: string[]; properties: { cursor: { type: string; }; feeds: { type: string; items: { type: string; ref: string; }; }; }; }; }; }; }; }; AppBskyFeedGetTimeline: { lexicon: number; id: string; defs: { main: { type: string; description: string; parameters: { type: string; properties: { algorithm: { type: string; }; limit: { type: string; minimum: number; maximum: number; default: number; }; cursor: { type: string; }; }; }; output: { encoding: string; schema: { type: string; required: string[]; properties: { cursor: { type: string; }; feed: { type: string; items: { type: string; ref: string; }; }; }; }; }; }; }; }; AppBskyFeedLike: { lexicon: number; id: string; defs: { main: { type: string; key: string; record: { type: string; required: string[]; properties: { subject: { type: string; ref: string; }; createdAt: { type: string; format: string; }; }; }; }; }; }; AppBskyFeedPost: { lexicon: number; id: string; defs: { main: { type: string; key: string; record: { type: string; required: string[]; properties: { text: { type: string; maxLength: number; maxGraphemes: number; }; entities: { type: string; description: string; items: { type: string; ref: string; }; }; facets: { type: string; items: { type: string; ref: string; }; }; reply: { type: string; ref: string; }; embed: { type: string; refs: string[]; }; langs: { type: string; maxLength: number; items: { type: string; format: string; }; }; labels: { type: string; refs: string[]; }; tags: { type: string; maxLength: number; items: { type: string; maxLength: number; maxGraphemes: number; }; description: string; }; createdAt: { type: string; format: string; }; }; }; }; replyRef: { type: string; required: string[]; properties: { root: { type: string; ref: string; }; parent: { type: string; ref: string; }; }; }; entity: { type: string; description: string; required: string[]; properties: { index: { type: string; ref: string; }; type: { type: string; description: string; }; value: { type: string; }; }; }; textSlice: { type: string; description: string; required: string[]; properties: { start: { type: string; minimum: number; }; end: { type: string; minimum: number; }; }; }; }; }; AppBskyFeedRepost: { lexicon: number; id: string; defs: { main: { type: string; key: string; record: { type: string; required: string[]; properties: { subject: { type: string; ref: string; }; createdAt: { type: string; format: string; }; }; }; }; }; }; AppBskyFeedSearchPosts: { lexicon: number; id: string; defs: { main: { type: string; description: string; parameters: { type: string; required: string[]; properties: { q: { type: string; description: string; }; limit: { type: string; minimum: number; maximum: number; default: number; }; cursor: { type: string; description: string; }; }; }; output: { encoding: string; schema: { type: string; required: string[]; properties: { cursor: { type: string; }; hitsTotal: { type: string; description: string; }; posts: { type: string; items: { type: string; ref: string; }; }; }; }; }; errors: { name: string; }[]; }; }; }; AppBskyFeedThreadgate: { lexicon: number; id: string; defs: { main: { type: string; key: string; description: string; record: { type: string; required: string[]; properties: { post: { type: string; format: string; }; allow: { type: string; maxLength: number; items: { type: string; refs: string[]; }; }; createdAt: { type: string; format: string; }; }; }; }; mentionRule: { type: string; description: string; properties: {}; }; followingRule: { type: string; description: string; properties: {}; }; listRule: { type: string; description: string; required: string[]; properties: { list: { type: string; format: string; }; }; }; }; }; AppBskyGraphBlock: { lexicon: number; id: string; defs: { main: { type: string; description: string; key: string; record: { type: string; required: string[]; properties: { subject: { type: string; format: string; }; createdAt: { type: string; format: string; }; }; }; }; }; }; AppBskyGraphDefs: { lexicon: number; id: string; defs: { listViewBasic: { type: string; required: string[]; properties: { uri: { type: string; format: string; }; cid: { type: string; format: string; }; name: { type: string; maxLength: number; minLength: number; }; purpose: { type: string; ref: string; }; avatar: { type: string; }; viewer: { type: string; ref: string; }; indexedAt: { type: string; format: string; }; }; }; listView: { type: string; required: string[]; properties: { uri: { type: string; format: string; }; cid: { type: string; format: string; }; creator: { type: string; ref: string; }; name: { type: string; maxLength: number; minLength: number; }; purpose: { type: string; ref: string; }; description: { type: string; maxGraphemes: number; maxLength: number; }; descriptionFacets: { type: string; items: { type: string; ref: string; }; }; avatar: { type: string; }; viewer: { type: string; ref: string; }; indexedAt: { type: string; format: string; }; }; }; listItemView: { type: string; required: string[]; properties: { subject: { type: string; ref: string; }; }; }; listPurpose: { type: string; knownValues: string[]; }; modlist: { type: string; description: string; }; curatelist: { type: string; description: string; }; listViewerState: { type: string; properties: { muted: { type: string; }; blocked: { type: string; format: string; }; }; }; }; }; AppBskyGraphFollow: { lexicon: number; id: string; defs: { main: { type: string; description: string; key: string; record: { type: string; required: string[]; properties: { subject: { type: string; format: string; }; createdAt: { type: string; format: string; }; }; }; }; }; }; AppBskyGraphGetBlocks: { lexicon: number; id: string; defs: { main: { type: string; description: string; parameters: { type: string; properties: { limit: { type: string; minimum: number; maximum: number; default: number; }; cursor: { type: string; }; }; }; output: { encoding: string; schema: { type: string; required: string[]; properties: { cursor: { type: string; }; blocks: { type: string; items: { type: string; ref: string; }; }; }; }; }; }; }; }; AppBskyGraphGetFollowers: { lexicon: number; id: string; defs: { main: { type: string; description: string; parameters: { type: string; required: string[]; properties: { actor: { type: string; format: string; }; limit: { type: string; minimum: number; maximum: number; default: number; }; cursor: { type: string; }; }; }; output: { encoding: string; schema: { type: string; required: string[]; properties: { subject: { type: string; ref: string; }; cursor: { type: string; }; followers: { type: string; items: { type: string; ref: string; }; }; }; }; }; }; }; }; AppBskyGraphGetFollows: { lexicon: number; id: string; defs: { main: { type: string; description: string; parameters: { type: string; required: string[]; properties: { actor: { type: string; format: string; }; limit: { type: string; minimum: number; maximum: number; default: number; }; cursor: { type: string; }; }; }; output: { encoding: string; schema: { type: string; required: string[]; properties: { subject: { type: string; ref: string; }; cursor: { type: string; }; follows: { type: string; items: { type: string; ref: string; }; }; }; }; }; }; }; }; AppBskyGraphGetList: { lexicon: number; id: string; defs: { main: { type: string; description: string; parameters: { type: string; required: string[]; properties: { list: { type: string; format: string; }; limit: { type: string; minimum: number; maximum: number; default: number; }; cursor: { type: string; }; }; }; output: { encoding: string; schema: { type: string; required: string[]; properties: { cursor: { type: string; }; list: { type: string; ref: string; }; items: { type: string; items: { type: string; ref: string; }; }; }; }; }; }; }; }; AppBskyGraphGetListBlocks: { lexicon: number; id: string; defs: { main: { type: string; description: string; parameters: { type: string; properties: { limit: { type: string; minimum: number; maximum: number; default: number; }; cursor: { type: string; }; }; }; output: { encoding: string; schema: { type: string; required: string[]; properties: { cursor: { type: string; }; lists: { type: string; items: { type: string; ref: string; }; }; }; }; }; }; }; }; AppBskyGraphGetListMutes: { lexicon: number; id: string; defs: { main: { type: string; description: string; parameters: { type: string; properties: { limit: { type: string; minimum: number; maximum: number; default: number; }; cursor: { type: string; }; }; }; output: { encoding: string; schema: { type: string; required: string[]; properties: { cursor: { type: string; }; lists: { type: string; items: { type: string; ref: string; }; }; }; }; }; }; }; }; AppBskyGraphGetLists: { lexicon: number; id: string; defs: { main: { type: string; description: string; parameters: { type: string; required: string[]; properties: { actor: { type: string; format: string; }; limit: { type: string; minimum: number; maximum: number; default: number; }; cursor: { type: string; }; }; }; output: { encoding: string; schema: { type: string; required: string[]; properties: { cursor: { type: string; }; lists: { type: string; items: { type: string; ref: string; }; }; }; }; }; }; }; }; AppBskyGraphGetMutes: { lexicon: number; id: string; defs: { main: { type: string; description: string; parameters: { type: string; properties: { limit: { type: string; minimum: number; maximum: number; default: number; }; cursor: { type: string; }; }; }; output: { encoding: string; schema: { type: string; required: string[]; properties: { cursor: { type: string; }; mutes: { type: string; items: { type: string; ref: string; }; }; }; }; }; }; }; }; AppBskyGraphGetSuggestedFollowsByActor: { lexicon: number; id: string; defs: { main: { type: string; description: string; parameters: { type: string; required: string[]; properties: { actor: { type: string; format: string; }; }; }; output: { encoding: string; schema: { type: string; required: string[]; properties: { suggestions: { type: string; items: { type: string; ref: string; }; }; }; }; }; }; }; }; AppBskyGraphList: { lexicon: number; id: string; defs: { main: { type: string; description: string; key: string; record: { type: string; required: string[]; properties: { purpose: { type: string; ref: string; }; name: { type: string; maxLength: number; minLength: number; }; description: { type: string; maxGraphemes: number; maxLength: number; }; descriptionFacets: { type: string; items: { type: string; ref: string; }; }; avatar: { type: string; accept: string[]; maxSize: number; }; labels: { type: string; refs: string[]; }; createdAt: { type: string; format: string; }; }; }; }; }; }; AppBskyGraphListblock: { lexicon: number; id: string; defs: { main: { type: string; description: string; key: string; record: { type: string; required: string[]; properties: { subject: { type: string; format: string; }; createdAt: { type: string; format: string; }; }; }; }; }; }; AppBskyGraphListitem: { lexicon: number; id: string; defs: { main: { type: string; description: string; key: string; record: { type: string; required: string[]; properties: { subject: { type: string; format: string; }; list: { type: string; format: string; }; createdAt: { type: string; format: string; }; }; }; }; }; }; AppBskyGraphMuteActor: { lexicon: number; id: string; defs: { main: { type: string; description: string; input: { encoding: string; schema: { type: string; required: string[]; properties: { actor: { type: string; format: string; }; }; }; }; }; }; }; AppBskyGraphMuteActorList: { lexicon: number; id: string; defs: { main: { type: string; description: string; input: { encoding: string; schema: { type: string; required: string[]; properties: { list: { type: string; format: string; }; }; }; }; }; }; }; AppBskyGraphUnmuteActor: { lexicon: number; id: string; defs: { main: { type: string; description: string; input: { encoding: string; schema: { type: string; required: string[]; properties: { actor: { type: string; format: string; }; }; }; }; }; }; }; AppBskyGraphUnmuteActorList: { lexicon: number; id: string; defs: { main: { type: string; description: string; input: { encoding: string; schema: { type: string; required: string[]; properties: { list: { type: string; format: string; }; }; }; }; }; }; }; AppBskyNotificationGetUnreadCount: { lexicon: number; id: string; defs: { main: { type: string; parameters: { type: string; properties: { seenAt: { type: string; format: string; }; }; }; output: { encoding: string; schema: { type: string; required: string[]; properties: { count: { type: string; }; }; }; }; }; }; }; AppBskyNotificationListNotifications: { lexicon: number; id: string; defs: { main: { type: string; parameters: { type: string; properties: { limit: { type: string; minimum: number; maximum: number; default: number; }; cursor: { type: string; }; seenAt: { type: string; format: string; }; }; }; output: { encoding: string; schema: { type: string; required: string[]; properties: { cursor: { type: string; }; notifications: { type: string; items: { type: string; ref: string; }; }; }; }; }; }; notification: { type: string; required: string[]; properties: { uri: { type: string; format: string; }; cid: { type: string; format: string; }; author: { type: string; ref: string; }; reason: { type: string; description: string; knownValues: string[]; }; reasonSubject: { type: string; format: string; }; record: { type: string; }; isRead: { type: string; }; indexedAt: { type: string; format: string; }; labels: { type: string; items: { type: string; ref: string; }; }; }; }; }; }; AppBskyNotificationRegisterPush: { lexicon: number; id: string; defs: { main: { type: string; description: string; input: { encoding: string; schema: { type: string; required: string[]; properties: { serviceDid: { type: string; format: string; }; token: { type: string; }; platform: { type: string; knownValues: string[]; }; appId: { type: string; }; }; }; }; }; }; }; AppBskyNotificationUpdateSeen: { lexicon: number; id: string; defs: { main: { type: string; description: string; input: { encoding: string; schema: { type: string; required: string[]; properties: { seenAt: { type: string; format: string; }; }; }; }; }; }; }; AppBskyRichtextFacet: { lexicon: number; id: string; defs: { main: { type: string; required: string[]; properties: { index: { type: string; ref: string; }; features: { type: string; items: { type: string; refs: string[]; }; }; }; }; mention: { type: string; description: string; required: string[]; properties: { did: { type: string; format: string; }; }; }; link: { type: string; description: string; required: string[]; properties: { uri: { type: string; format: string; }; }; }; tag: { type: string; description: string; required: string[]; properties: { tag: { type: string; maxLength: number; maxGraphemes: number; }; }; }; byteSlice: { type: string; description: string; required: string[]; properties: { byteStart: { type: string; minimum: number; }; byteEnd: { type: string; minimum: number; }; }; }; }; }; AppBskySplxClaim: { lexicon: number; id: string; defs: { main: { type: string; key: string; record: { type: string; required: string[]; properties: { actionId: { type: string; description: string; }; collectionId: { type: string; }; createdAt: { type: string; format: string; }; paymentId: { type: string; description: string; }; wallet: { type: string; description: string; }; subject: { type: string; ref: string; }; postSubject: { type: string; ref: string; }; }; }; }; }; }; AppBskySplxCollectible: { lexicon: number; id: string; description: string; defs: { main: { type: string; key: string; record: { type: string; required: string[]; properties: { attributes: { type: string; description: string; }; creator: { type: string; }; createdAt: { type: string; format: string; }; updatedAt: { type: string; format: string; }; collectionId: { type: string; }; description: { type: string; }; image: { type: string; ref: string; }; imageCid: { type: string; format: string; }; projectId: { type: string; }; supply: { type: string; }; title: { type: string; }; wallet: { type: string; }; animationUrl: { type: string; }; }; }; }; image: { type: string; required: string[]; properties: { image: { type: string; accept: string[]; maxSize: number; }; alt: { type: string; }; aspectRatio: { type: string; ref: string; }; }; }; aspectRatio: { type: string; description: string; required: string[]; properties: { width: { type: string; minimum: number; }; height: { type: string; minimum: number; }; }; }; }; }; AppBskySplxCreateClaim: { lexicon: number; id: string; defs: { main: { type: string; description: string; input: { encoding: string; schema: { type: string; required: string[]; properties: { collectibleUri: { type: string; }; collectibleCid: { type: string; }; did: { type: string; }; wallet: { type: string; description: string; }; postSubject: { type: string; ref: string; }; }; }; }; output: { encoding: string; schema: { type: string; required: string[]; properties: { actionId: { type: string; description: string; }; collectionId: { type: string; description: string; }; }; }; }; }; }; }; AppBskySplxCreateCollectible: { lexicon: number; id: string; defs: { main: { type: string; description: string; input: { encoding: string; schema: { type: string; required: string[]; properties: { attributes: { type: string; description: string; }; creator: { type: string; }; collectionId: { type: string; }; description: { type: string; }; imageCid: { type: string; format: string; }; image: { type: string; ref: string; }; projectId: { type: string; }; supply: { type: string; }; title: { type: string; }; wallet: { type: string; }; isPaid: { type: string; }; animationUrl: { type: string; }; }; }; }; output: { encoding: string; schema: { type: string; required: string[]; properties: { collectionId: { type: string; description: string; }; uri: { type: string; format: string; }; cid: { type: string; format: string; }; }; }; }; }; }; }; AppBskySplxCreatePayment: { lexicon: number; id: string; defs: { main: { type: string; description: string; input: { encoding: string; schema: { type: string; required: string[]; properties: { collectibleUri: { type: string; description: string; }; collectibleCid: { type: string; }; createdAt: { type: string; format: string; description: string; }; paymentId: { type: string; description: string; }; serializedTxn: { type: string; description: string; }; subjectCid: { type: string; description: string; }; wallet: { type: string; description: string; }; postSubject: { type: string; ref: string; }; }; }; }; output: { encoding: string; schema: { type: string; required: string[]; properties: { transactionId: { type: string; description: string; }; }; }; }; }; }; }; AppBskySplxCreatePaymentCollection: { lexicon: number; id: string; defs: { main: { type: string; description: string; input: { encoding: string; schema: { type: string; required: string[]; properties: { input: { type: string; description: string; }; paymentType: { type: string; description: string; }; subjectCid: { type: string; format: string; description: string; }; wallet: { type: string; description: string; }; price: { type: string; description: string; }; currency: { type: string; description: string; }; }; }; }; output: { encoding: string; schema: { type: string; required: string[]; properties: { uri: { type: string; format: string; }; cid: { type: string; format: string; }; }; }; }; }; }; }; AppBskySplxCreatePostClaim: { lexicon: number; id: string; defs: { main: { type: string; description: string; input: { encoding: string; schema: { type: string; required: string[]; properties: { actionId: { type: string; description: string; }; txId: { type: string; description: string; }; timeSec: { type: string; description: string; }; }; }; }; output: { encoding: string; schema: { type: string; required: string[]; properties: { actionId: { type: string; description: string; }; uri: { type: string; description: string; format: string; }; cid: { type: string; format: string; description: string; }; }; }; }; }; }; }; AppBskySplxDefs: { lexicon: number; id: string; description: string; defs: { claimViewBasic: { type: string; required: never[]; properties: { actionId: { type: string; }; uri: { type: string; format: string; }; cid: { type: string; format: string; }; claimedAt: { type: string; description: string; }; createdAt: { type: string; format: string; }; creator: { type: string; format: string; }; subjectCid: { type: string; format: string; }; subject: { type: string; }; wallet: { type: string; }; }; }; claimViewDetailed: { type: string; required: string[]; properties: { actionId: { type: string; }; uri: { type: string; format: string; }; cid: { type: string; format: string; }; claimedAt: { type: string; format: string; }; createdAt: { type: string; format: string; }; indexedAt: { type: string; format: string; }; subject: { type: string; }; subjectCid: { type: string; format: string; }; creator: { type: string; ref: string; }; collectible: { type: string; ref: string; }; }; }; collectibleViewBasic: { type: string; required: string[]; properties: { uri: { type: string; format: string; }; cid: { type: string; format: string; }; creator: { type: string; format: string; }; createdAt: { type: string; format: string; }; sortAt: { type: string; format: string; }; attributes: { type: string; }; collectionId: { type: string; }; description: { type: string; }; imageUri: { type: string; }; supply: { type: string; }; title: { type: string; }; }; }; collectibleViewDetailed: { type: string; required: string[]; properties: { uri: { type: string; format: string; }; cid: { type: string; format: string; }; creator: { type: string; }; createdAt: { type: string; format: string; }; sortAt: { type: string; format: string; }; attributes: { type: string; }; collectionId: { type: string; }; description: { type: string; }; imageUri: { type: string; }; supply: { type: string; }; title: { type: string; }; minted: { type: string; }; pending: { type: string; }; updatedAt: { type: string; format: string; }; price: { type: string; }; currency: { type: string; }; }; }; paymentCollection: { type: string; required: string[]; properties: { uri: { type: string; format: string; }; cid: { type: string; format: string; }; input: { type: string; description: string; }; paymentType: { type: string; description: string; }; subjectCid: { type: string; format: string; description: string; }; wallet: { type: string; description: string; }; price: { type: string; description: string; }; currency: { type: string; description: string; }; output: { type: string; description: string; }; createdAt: { type: string; format: string; }; updatedAt: { type: string; format: string; }; }; }; topMintersView: { type: string; properties: { did: { type: string; format: string; }; mints: { type: string; }; }; }; frameObject: { type: string; required: string[]; properties: { version: { type: string; }; imageUrl: { type: string; }; postUrl: { type: string; }; buttons: { type: string; items: { type: string; ref: string; }; }; }; }; frameButton: { type: string; required: string[]; properties: { index: { type: string; }; title: { type: string; }; type: { type: string; }; }; }; }; }; AppBskySplxGetClaim: { lexicon: number; id: string; defs: { main: { type: string; parameters: { type: string; required: string[]; properties: { actionId: { type: string; }; }; }; output: { encoding: string; schema: { type: string; ref: string; }; }; }; }; }; AppBskySplxGetClaims: { lexicon: number; id: string; defs: { main: { type: string; parameters: { type: string; required: string[]; properties: { collectibleCid: { type: string; }; did: { type: string; }; }; }; output: { encoding: string; schema: { type: string; properties: { claims: { type: string; items: { type: string; ref: string; }; }; }; }; }; }; }; }; AppBskySplxGetCollectible: { lexicon: number; id: string; defs: { main: { type: string; description: string; parameters: { type: string; required: string[]; properties: { collectibleCid: { type: string; format: string; }; }; }; output: { encoding: string; schema: { type: string; ref: string; }; }; }; }; }; AppBskySplxGetCollectibles: { lexicon: number; id: string; defs: { main: { type: string; description: string; parameters: { type: string; required: string[]; properties: { did: { type: string; format: string; }; }; }; output: { encoding: string; schema: { type: string; properties: { collectibles: { type: string; items: { type: string; ref: string; }; }; }; }; }; }; }; }; AppBskySplxGetFrameMeta: { lexicon: number; id: string; defs: { main: { type: string; parameters: { type: string; required: string[]; properties: { url: { type: string; }; }; }; output: { encoding: string; schema: { type: string; properties: { result: { type: string; }; }; }; }; }; }; }; AppBskySplxGetPaymentCollection: { lexicon: number; id: string; defs: { main: { type: string; description: string; parameters: { type: string; required: string[]; properties: { collectibleCid: { type: string; }; }; }; output: { encoding: string; schema: { type: string; ref: string; }; }; }; }; }; AppBskySplxGetRewardClaim: { lexicon: number; id: string; defs: { main: { type: string; parameters: { type: string; required: string[]; properties: { cid: { type: string; }; did: { type: string; }; }; }; output: { encoding: string; schema: { type: string; ref: string; }; }; }; }; }; AppBskySplxGetTopMinters: { lexicon: number; id: string; defs: { main: { type: string; description: string; parameters: { type: string; required: string[]; properties: { did: { type: string; format: string; }; }; }; output: { encoding: string; schema: { type: string; properties: { topMinters: { type: string; items: { type: string; ref: string; }; }; }; }; }; }; }; }; AppBskySplxPayment: { lexicon: number; id: string; description: string; defs: { main: { type: string; key: string; record: { type: string; required: string[]; properties: { collectibleUri: { type: string; description: string; }; collectibleCid: { type: string; format: string; description: string; }; paymentId: { type: string; description: string; }; subject: { type: string; description: string; }; subjectCid: { type: string; format: string; description: string; }; createdAt: { type: string; format: string; }; updatedAt: { type: string; format: string; }; txId: { type: string; }; wallet: { type: string; }; postSubject: { type: string; ref: string; }; }; }; }; }; }; AppBskySplxPaymentCollection: { lexicon: number; id: string; description: string; defs: { main: { type: string; key: string; record: { type: string; required: string[]; properties: { input: { type: string; description: string; }; paymentType: { type: string; description: string; }; subjectCid: { type: string; format: string; description: string; }; wallet: { type: string; description: string; }; price: { type: string; description: string; }; currency: { type: string; description: string; }; output: { type: string; description: string; }; createdAt: { type: string; format: string; }; updatedAt: { type: string; format: string; }; }; }; }; }; }; AppBskySplxPostClaim: { lexicon: number; id: string; defs: { main: { type: string; key: string; record: { type: string; required: string[]; properties: { actionId: { type: string; description: string; }; timeSec: { type: string; description: string; }; txId: { type: string; description: string; }; wallet: { type: string; description: string; }; }; }; }; }; }; AppBskySplxPostFrameAction: { lexicon: number; id: string; defs: { main: { type: string; description: string; input: { encoding: string; schema: { type: string; required: string[]; properties: { subject: { type: string; ref: string; }; framePostUrl: { type: string; }; frameActionIndex: { type: string; }; }; }; }; output: { encoding: string; schema: { type: string; properties: { result: { type: string; }; }; }; }; }; }; }; AppBskySplxRequestTransaction: { lexicon: number; id: string; defs: { main: { type: string; description: string; input: { encoding: string; schema: { type: string; required: string[]; properties: { wallet: { type: string; }; collectibleCid: { type: string; }; did: { type: string; }; }; }; }; output: { encoding: string; schema: { type: string; required: string[]; properties: { createdAt: { type: string; format: string; description: string; }; paymentId: { type: string; description: string; }; serializedTxn: { type: string; description: string; }; }; }; }; }; }; }; AppBskySplxUpdatePayment: { lexicon: number; id: string; defs: { main: { type: string; description: string; input: { encoding: string; schema: { type: string; required: string[]; properties: { paymentId: { type: string; description: string; }; }; }; }; output: { encoding: string; schema: { type: string; required: string[]; properties: { did: { type: string; }; collectibleUri: { type: string; }; collectibleCid: { type: string; format: string; }; wallet: { type: string; }; }; }; }; }; }; }; AppBskyUnspeccedDefs: { lexicon: number; id: string; defs: { skeletonSearchPost: { type: string; required: string[]; properties: { uri: { type: string; format: string; }; }; }; skeletonSearchActor: { type: string; required: string[]; properties: { did: { type: string; format: string; }; }; }; }; }; AppBskyUnspeccedGetPopular: { lexicon: number; id: string; defs: { main: { type: string; description: string; parameters: { type: string; properties: { includeNsfw: { type: string; default: boolean; }; limit: { type: string; minimum: number; maximum: number; default: number; }; cursor: { type: string; }; }; }; output: { encoding: string; schema: { type: string; required: string[]; properties: { cursor: { type: string; }; feed: { type: string; items: { type: string; ref: string; }; }; }; }; }; }; }; }; AppBskyUnspeccedGetPopularFeedGenerators: { lexicon: number; id: string; defs: { main: { type: string; description: string; parameters: { type: string; properties: { limit: { type: string; minimum: number; maximum: number; default: number; }; cursor: { type: string; }; query: { type: string; }; }; }; output: { encoding: string; schema: { type: string; required: string[]; properties: { cursor: { type: string; }; feeds: { type: string; items: { type: string; ref: string; }; }; }; }; }; }; }; }; AppBskyUnspeccedGetTimelineSkeleton: { lexicon: number; id: string; defs: { main: { type: string; description: string; parameters: { type: string; properties: { limit: { type: string; minimum: number; maximum: number; default: number; }; cursor: { type: string; }; }; }; output: { encoding: string; schema: { type: string; required: string[]; properties: { cursor: { type: string; }; feed: { type: string; items: { type: string; ref: string; }; }; }; }; }; errors: { name: string; }[]; }; }; }; AppBskyUnspeccedSearchActorsSkeleton: { lexicon: number; id: string; defs: { main: { type: string; description: string; parameters: { type: string; required: string[]; properties: { q: { type: string; description: string; }; typeahead: { type: string; description: string; }; limit: { type: string; minimum: number; maximum: number; default: number; }; cursor: { type: string; description: string; }; }; }; output: { encoding: string; schema: { type: string; required: string[]; properties: { cursor: { type: string; }; hitsTotal: { type: string; description: string; }; actors: { type: string; items: { type: string; ref: string; }; }; }; }; }; errors: { name: string; }[]; }; }; }; AppBskyUnspeccedSearchPostsSkeleton: { lexicon: number; id: string; defs: { main: { type: string; description: string; parameters: { type: string; required: string[]; properties: { q: { type: string; description: string; }; limit: { type: string; minimum: number; maximum: number; default: number; }; cursor: { type: string; description: string; }; }; }; output: { encoding: string; schema: { type: string; required: string[]; properties: { cursor: { type: string; }; hitsTotal: { type: string; description: string; }; posts: { type: string; items: { type: string; ref: string; }; }; }; }; }; errors: { name: string; }[]; }; }; }; }; export declare const schemas: LexiconDoc[]; export declare const lexicons: Lexicons; export declare const ids: { ComAtprotoAdminDefs: string; ComAtprotoAdminDisableAccountInvites: string; ComAtprotoAdminDisableInviteCodes: string; ComAtprotoAdminEnableAccountInvites: string; ComAtprotoAdminGetInviteCodes: string; ComAtprotoAdminGetModerationAction: string; ComAtprotoAdminGetModerationActions: string; ComAtprotoAdminGetModerationReport: string; ComAtprotoAdminGetModerationReports: string; ComAtprotoAdminGetRecord: string; ComAtprotoAdminGetRepo: string; ComAtprotoAdminResolveModerationReports: string; ComAtprotoAdminReverseModerationAction: string; ComAtprotoAdminSearchRepos: string; ComAtprotoAdminSendEmail: string; ComAtprotoAdminTakeModerationAction: string; ComAtprotoAdminUpdateAccountEmail: string; ComAtprotoAdminUpdateAccountHandle: string; ComAtprotoIdentityResolveHandle: string; ComAtprotoIdentityUpdateHandle: string; ComAtprotoLabelDefs: string; ComAtprotoLabelQueryLabels: string; ComAtprotoLabelSubscribeLabels: string; ComAtprotoModerationCreateReport: string; ComAtprotoModerationDefs: string; ComAtprotoRepoApplyWrites: string; ComAtprotoRepoCreateRecord: string; ComAtprotoRepoDeleteRecord: string; ComAtprotoRepoDescribeRepo: string; ComAtprotoRepoGetRecord: string; ComAtprotoRepoListRecords: string; ComAtprotoRepoPutRecord: string; ComAtprotoRepoStrongRef: string; ComAtprotoRepoUploadBlob: string; ComAtprotoServerConfirmEmail: string; ComAtprotoServerCreateAccount: string; ComAtprotoServerCreateAppPassword: string; ComAtprotoServerCreateInviteCode: string; ComAtprotoServerCreateInviteCodes: string; ComAtprotoServerCreateSession: string; ComAtprotoServerDefs: string; ComAtprotoServerDeleteAccount: string; ComAtprotoServerDeleteSession: string; ComAtprotoServerDescribeServer: string; ComAtprotoServerGetAccountInviteCodes: string; ComAtprotoServerGetSession: string; ComAtprotoServerListAppPasswords: string; ComAtprotoServerRefreshSession: string; ComAtprotoServerRequestAccountDelete: string; ComAtprotoServerRequestEmailConfirmation: string; ComAtprotoServerRequestEmailUpdate: string; ComAtprotoServerRequestPasswordReset: string; ComAtprotoServerResetPassword: string; ComAtprotoServerRevokeAppPassword: string; ComAtprotoServerUpdateEmail: string; ComAtprotoSyncGetBlob: string; ComAtprotoSyncGetBlocks: string; ComAtprotoSyncGetCheckout: string; ComAtprotoSyncGetHead: string; ComAtprotoSyncGetLatestCommit: string; ComAtprotoSyncGetRecord: string; ComAtprotoSyncGetRepo: string; ComAtprotoSyncListBlobs: string; ComAtprotoSyncListRepos: string; ComAtprotoSyncNotifyOfUpdate: string; ComAtprotoSyncRequestCrawl: string; ComAtprotoSyncSubscribeRepos: string; AppBskyActorDefs: string; AppBskyActorGetPreferences: string; AppBskyActorGetProfile: string; AppBskyActorGetProfiles: string; AppBskyActorGetSuggestions: string; AppBskyActorProfile: string; AppBskyActorPutPreferences: string; AppBskyActorSearchActors: string; AppBskyActorSearchActorsTypeahead: string; AppBskyEmbedCollectible: string; AppBskyEmbedExternal: string; AppBskyEmbedFrame: string; AppBskyEmbedImages: string; AppBskyEmbedNft: string; AppBskyEmbedRecord: string; AppBskyEmbedRecordWithMedia: string; AppBskyEmbedVideos: string; AppBskyFeedDefs: string; AppBskyFeedDescribeFeedGenerator: string; AppBskyFeedGenerator: string; AppBskyFeedGetActorFeeds: string; AppBskyFeedGetActorLikes: string; AppBskyFeedGetAuthorFeed: string; AppBskyFeedGetFeed: string; AppBskyFeedGetFeedGenerator: string; AppBskyFeedGetFeedGenerators: string; AppBskyFeedGetFeedSkeleton: string; AppBskyFeedGetLikes: string; AppBskyFeedGetListFeed: string; AppBskyFeedGetPostThread: string; AppBskyFeedGetPosts: string; AppBskyFeedGetRepostedBy: string; AppBskyFeedGetSuggestedFeeds: string; AppBskyFeedGetTimeline: string; AppBskyFeedLike: string; AppBskyFeedPost: string; AppBskyFeedRepost: string; AppBskyFeedSearchPosts: string; AppBskyFeedThreadgate: string; AppBskyGraphBlock: string; AppBskyGraphDefs: string; AppBskyGraphFollow: string; AppBskyGraphGetBlocks: string; AppBskyGraphGetFollowers: string; AppBskyGraphGetFollows: string; AppBskyGraphGetList: string; AppBskyGraphGetListBlocks: string; AppBskyGraphGetListMutes: string; AppBskyGraphGetLists: string; AppBskyGraphGetMutes: string; AppBskyGraphGetSuggestedFollowsByActor: string; AppBskyGraphList: string; AppBskyGraphListblock: string; AppBskyGraphListitem: string; AppBskyGraphMuteActor: string; AppBskyGraphMuteActorList: string; AppBskyGraphUnmuteActor: string; AppBskyGraphUnmuteActorList: string; AppBskyNotificationGetUnreadCount: string; AppBskyNotificationListNotifications: string; AppBskyNotificationRegisterPush: string; AppBskyNotificationUpdateSeen: string; AppBskyRichtextFacet: string; AppBskySplxClaim: string; AppBskySplxCollectible: string; AppBskySplxCreateClaim: string; AppBskySplxCreateCollectible: string; AppBskySplxCreatePayment: string; AppBskySplxCreatePaymentCollection: string; AppBskySplxCreatePostClaim: string; AppBskySplxDefs: string; AppBskySplxGetClaim: string; AppBskySplxGetClaims: string; AppBskySplxGetCollectible: string; AppBskySplxGetCollectibles: string; AppBskySplxGetFrameMeta: string; AppBskySplxGetPaymentCollection: string; AppBskySplxGetRewardClaim: string; AppBskySplxGetTopMinters: string; AppBskySplxPayment: string; AppBskySplxPaymentCollection: string; AppBskySplxPostClaim: string; AppBskySplxPostFrameAction: string; AppBskySplxRequestTransaction: string; AppBskySplxUpdatePayment: string; AppBskyUnspeccedDefs: string; AppBskyUnspeccedGetPopular: string; AppBskyUnspeccedGetPopularFeedGenerators: string; AppBskyUnspeccedGetTimelineSkeleton: string; AppBskyUnspeccedSearchActorsSkeleton: string; AppBskyUnspeccedSearchPostsSkeleton: string; }; //# sourceMappingURL=lexicons.d.ts.map