SYMBOL INDEX (21717 symbols across 2620 files) FILE: packages/api/jest.d.ts type Matchers (line 3) | interface Matchers { type Expect (line 12) | interface Expect { FILE: packages/api/jest.setup.ts method toBeModerationResult (line 5) | toBeModerationResult( FILE: packages/api/scripts/code/labels.mjs function gen (line 21) | async function gen() { FILE: packages/api/src/age-assurance.ts type AgeAssuranceRuleID (line 4) | type AgeAssuranceRuleID = Exclude< function getAgeAssuranceRegionConfig (line 28) | function getAgeAssuranceRegionConfig( function computeAgeAssuranceRegionAccess (line 43) | function computeAgeAssuranceRegionAccess( FILE: packages/api/src/agent.ts constant FEED_VIEW_PREF_DEFAULTS (line 54) | const FEED_VIEW_PREF_DEFAULTS = { constant THREAD_VIEW_PREF_DEFAULTS (line 62) | const THREAD_VIEW_PREF_DEFAULTS = { class Agent (line 77) | class Agent extends XrpcClient { method configure (line 88) | static configure(opts: AtpAgentGlobalOpts) { method xrpc (line 102) | get xrpc(): XrpcClient { method constructor (line 108) | constructor(options: SessionManager | FetchHandler | FetchHandlerOptio... method clone (line 145) | clone(): Agent { method copyInto (line 149) | copyInto(inst: T): T { method withProxy (line 157) | withProxy(serviceType: AtprotoServiceType, did: string) { method appLabelers (line 170) | get appLabelers() { method configureLabelers (line 176) | configureLabelers(labelerDids: readonly string[]) { method configureLabelersHeader (line 181) | configureLabelersHeader(labelerDids: readonly string[]) { method configureProxy (line 192) | configureProxy(value: AtprotoProxy | null) { method configureProxyHeader (line 198) | configureProxyHeader(serviceType: AtprotoServiceType, did: string) { method did (line 210) | get did() { method accountDid (line 215) | get accountDid() { method assertDid (line 222) | get assertDid(): string { method assertAuthenticated (line 230) | public assertAuthenticated(): asserts this is { did: string } { method api (line 237) | get api() { method getLabelDefinitions (line 335) | async getLabelDefinitions( method post (line 366) | async post( method deletePost (line 377) | async deletePost(postUri: string) { method like (line 387) | async like(uri: string, cid: string, via?: { uri: string; cid: string ... method deleteLike (line 398) | async deleteLike(likeUri: string) { method repost (line 408) | async repost(uri: string, cid: string, via?: { uri: string; cid: strin... method deleteRepost (line 419) | async deleteRepost(repostUri: string) { method follow (line 429) | async follow(subjectDid: string, via?: { uri: string; cid: string }) { method deleteFollow (line 440) | async deleteFollow(followUri: string) { method upsertProfile (line 454) | async upsertProfile( method mute (line 502) | async mute(actor: string) { method unmute (line 506) | async unmute(actor: string) { method muteModList (line 510) | async muteModList(uri: string) { method unmuteModList (line 514) | async unmuteModList(uri: string) { method blockModList (line 518) | async blockModList(uri: string) { method unblockModList (line 528) | async unblockModList(uri: string) { method updateSeenNotifications (line 546) | async updateSeenNotifications(seenAt = new Date().toISOString()) { method getPreferences (line 550) | async getPreferences(): Promise { method overwriteSavedFeeds (line 766) | async overwriteSavedFeeds(savedFeeds: AppBskyActorDefs.SavedFeed[]) { method updateSavedFeeds (line 781) | async updateSavedFeeds(savedFeedsToUpdate: AppBskyActorDefs.SavedFeed[... method addSavedFeeds (line 800) | async addSavedFeeds( method removeSavedFeeds (line 814) | async removeSavedFeeds(ids: string[]) { method setSavedFeeds (line 823) | async setSavedFeeds(saved: string[], pinned: string[]) { method addSavedFeed (line 833) | async addSavedFeed(v: string) { method removeSavedFeed (line 843) | async removeSavedFeed(v: string) { method addPinnedFeed (line 853) | async addPinnedFeed(v: string) { method removePinnedFeed (line 863) | async removePinnedFeed(v: string) { method setAdultContentEnabled (line 870) | async setAdultContentEnabled(v: boolean) { method setContentLabelPref (line 887) | async setContentLabelPref( method addLabeler (line 962) | async addLabeler(did: string) { method removeLabeler (line 981) | async removeLabeler(did: string) { method setPersonalDetails (line 998) | async setPersonalDetails({ method setFeedViewPrefs (line 1019) | async setFeedViewPrefs(feed: string, pref: Partial) { method setInterestsPref (line 1050) | async setInterestsPref(pref: Partial) { method addMutedWord (line 1067) | async addMutedWord( method addMutedWords (line 1114) | async addMutedWords(newMutedWords: AppBskyActorDefs.MutedWord[]) { method upsertMutedWords (line 1121) | async upsertMutedWords( method updateMutedWord (line 1133) | async updateMutedWord(mutedWord: AppBskyActorDefs.MutedWord) { method removeMutedWord (line 1178) | async removeMutedWord(mutedWord: AppBskyActorDefs.MutedWord) { method removeMutedWords (line 1211) | async removeMutedWords(mutedWords: AppBskyActorDefs.MutedWord[]) { method hidePost (line 1215) | async hidePost(postUri: string) { method unhidePost (line 1219) | async unhidePost(postUri: string) { method bskyAppQueueNudges (line 1223) | async bskyAppQueueNudges(nudges: string | string[]) { method bskyAppDismissNudges (line 1237) | async bskyAppDismissNudges(nudges: string | string[]) { method bskyAppSetActiveProgressGuide (line 1254) | async bskyAppSetActiveProgressGuide( method bskyAppUpsertNux (line 1278) | async bskyAppUpsertNux(nux: Nux) { method bskyAppRemoveNuxs (line 1317) | async bskyAppRemoveNuxs(ids: string[]) { method setPostInteractionSettings (line 1331) | async setPostInteractionSettings( method setVerificationPrefs (line 1358) | async setVerificationPrefs(settings: AppBskyActorDefs.VerificationPref... method updateLiveEventPreferences (line 1377) | async updateLiveEventPreferences( method updatePreferences (line 1424) | private async updatePreferences( method updateHiddenPost (line 1445) | private async updateHiddenPost(postUri: string, action: 'hide' | 'unhi... method updateFeedPreferences (line 1468) | private async updateFeedPreferences( method updateSavedFeedsV2Preferences (line 1493) | private async updateSavedFeedsV2Preferences( function adjustLegacyContentLabelPref (line 1557) | function adjustLegacyContentLabelPref( function remapLegacyLabels (line 1574) | function remapLegacyLabels( function prefsArrayToLabelerDids (line 1597) | function prefsArrayToLabelerDids( function isBskyPrefs (line 1610) | function isBskyPrefs(v: any): v is BskyPreferences { function isModPrefs (line 1619) | function isModPrefs(v: any): v is ModerationPrefs { function migrateLegacyMutedWordsItems (line 1623) | function migrateLegacyMutedWordsItems(items: AppBskyActorDefs.MutedWord[... function matchMutedWord (line 1630) | function matchMutedWord( FILE: packages/api/src/atp-agent.ts type AtpAgentOptions (line 30) | type AtpAgentOptions = { class AtpAgent (line 53) | class AtpAgent extends Agent { method constructor (line 56) | constructor(options: AtpAgentOptions | CredentialSession) { method clone (line 79) | clone(): AtpAgent { method session (line 83) | get session() { method hasSession (line 87) | get hasSession() { method did (line 91) | get did() { method serviceUrl (line 95) | get serviceUrl() { method pdsUrl (line 99) | get pdsUrl() { method dispatchUrl (line 103) | get dispatchUrl() { method service (line 108) | get service() { method persistSession (line 112) | get persistSession() { method persistSession (line 118) | set persistSession(v: unknown) { method getServiceUrl (line 125) | getServiceUrl() { method resumeSession (line 129) | async resumeSession( method createAccount (line 135) | async createAccount( method login (line 142) | async login( method logout (line 148) | async logout(): Promise { class CredentialSession (line 159) | class CredentialSession implements SessionManager { method constructor (line 183) | constructor( method did (line 189) | get did() { method dispatchUrl (line 193) | get dispatchUrl() { method hasSession (line 197) | get hasSession() { method setFetch (line 204) | setFetch(fetch = globalThis.fetch) { method fetchHandler (line 208) | async fetchHandler(url: string, init?: RequestInit): Promise { method createAccount (line 274) | async createAccount( method login (line 307) | async login( method logout (line 347) | async logout(): Promise { method resumeSession (line 373) | async resumeSession( method refreshSession (line 404) | async refreshSession(): Promise(v: V) { function validateProfileViewBasic (line 47) | function validateProfileViewBasic(v: V) { type ProfileView (line 51) | interface ProfileView { function isProfileView (line 72) | function isProfileView(v: V) { function validateProfileView (line 76) | function validateProfileView(v: V) { type ProfileViewDetailed (line 80) | interface ProfileViewDetailed { function isProfileViewDetailed (line 108) | function isProfileViewDetailed(v: V) { function validateProfileViewDetailed (line 112) | function validateProfileViewDetailed(v: V) { type ProfileAssociated (line 116) | interface ProfileAssociated { function isProfileAssociated (line 129) | function isProfileAssociated(v: V) { function validateProfileAssociated (line 133) | function validateProfileAssociated(v: V) { type ProfileAssociatedChat (line 137) | interface ProfileAssociatedChat { function isProfileAssociatedChat (line 144) | function isProfileAssociatedChat(v: V) { function validateProfileAssociatedChat (line 148) | function validateProfileAssociatedChat(v: V) { type ProfileAssociatedGerm (line 152) | interface ProfileAssociatedGerm { function isProfileAssociatedGerm (line 160) | function isProfileAssociatedGerm(v: V) { function validateProfileAssociatedGerm (line 164) | function validateProfileAssociatedGerm(v: V) { type ProfileAssociatedActivitySubscription (line 168) | interface ProfileAssociatedActivitySubscription { function isProfileAssociatedActivitySubscription (line 176) | function isProfileAssociatedActivitySubscription(v: V) { function validateProfileAssociatedActivitySubscription (line 180) | function validateProfileAssociatedActivitySubscription(v: V) { type ViewerState (line 189) | interface ViewerState { function isViewerState (line 204) | function isViewerState(v: V) { function validateViewerState (line 208) | function validateViewerState(v: V) { type KnownFollowers (line 213) | interface KnownFollowers { function isKnownFollowers (line 221) | function isKnownFollowers(v: V) { function validateKnownFollowers (line 225) | function validateKnownFollowers(v: V) { type VerificationState (line 230) | interface VerificationState { function isVerificationState (line 242) | function isVerificationState(v: V) { function validateVerificationState (line 246) | function validateVerificationState(v: V) { type VerificationView (line 251) | interface VerificationView { function isVerificationView (line 265) | function isVerificationView(v: V) { function validateVerificationView (line 269) | function validateVerificationView(v: V) { type Preferences (line 273) | type Preferences = ( type AdultContentPref (line 293) | interface AdultContentPref { function isAdultContentPref (line 300) | function isAdultContentPref(v: V) { function validateAdultContentPref (line 304) | function validateAdultContentPref(v: V) { type ContentLabelPref (line 308) | interface ContentLabelPref { function isContentLabelPref (line 318) | function isContentLabelPref(v: V) { function validateContentLabelPref (line 322) | function validateContentLabelPref(v: V) { type SavedFeed (line 326) | interface SavedFeed { function isSavedFeed (line 336) | function isSavedFeed(v: V) { function validateSavedFeed (line 340) | function validateSavedFeed(v: V) { type SavedFeedsPrefV2 (line 344) | interface SavedFeedsPrefV2 { function isSavedFeedsPrefV2 (line 351) | function isSavedFeedsPrefV2(v: V) { function validateSavedFeedsPrefV2 (line 355) | function validateSavedFeedsPrefV2(v: V) { type SavedFeedsPref (line 359) | interface SavedFeedsPref { function isSavedFeedsPref (line 368) | function isSavedFeedsPref(v: V) { function validateSavedFeedsPref (line 372) | function validateSavedFeedsPref(v: V) { type PersonalDetailsPref (line 376) | interface PersonalDetailsPref { function isPersonalDetailsPref (line 384) | function isPersonalDetailsPref(v: V) { function validatePersonalDetailsPref (line 388) | function validatePersonalDetailsPref(v: V) { type DeclaredAgePref (line 393) | interface DeclaredAgePref { function isDeclaredAgePref (line 405) | function isDeclaredAgePref(v: V) { function validateDeclaredAgePref (line 409) | function validateDeclaredAgePref(v: V) { type FeedViewPref (line 413) | interface FeedViewPref { function isFeedViewPref (line 431) | function isFeedViewPref(v: V) { function validateFeedViewPref (line 435) | function validateFeedViewPref(v: V) { type ThreadViewPref (line 439) | interface ThreadViewPref { function isThreadViewPref (line 453) | function isThreadViewPref(v: V) { function validateThreadViewPref (line 457) | function validateThreadViewPref(v: V) { type InterestsPref (line 461) | interface InterestsPref { function isInterestsPref (line 469) | function isInterestsPref(v: V) { function validateInterestsPref (line 473) | function validateInterestsPref(v: V) { type MutedWordTarget (line 477) | type MutedWordTarget = 'content' | 'tag' | (string & {}) type MutedWord (line 480) | interface MutedWord { function isMutedWord (line 495) | function isMutedWord(v: V) { function validateMutedWord (line 499) | function validateMutedWord(v: V) { type MutedWordsPref (line 503) | interface MutedWordsPref { function isMutedWordsPref (line 511) | function isMutedWordsPref(v: V) { function validateMutedWordsPref (line 515) | function validateMutedWordsPref(v: V) { type HiddenPostsPref (line 519) | interface HiddenPostsPref { function isHiddenPostsPref (line 527) | function isHiddenPostsPref(v: V) { function validateHiddenPostsPref (line 531) | function validateHiddenPostsPref(v: V) { type LabelersPref (line 535) | interface LabelersPref { function isLabelersPref (line 542) | function isLabelersPref(v: V) { function validateLabelersPref (line 546) | function validateLabelersPref(v: V) { type LabelerPrefItem (line 550) | interface LabelerPrefItem { function isLabelerPrefItem (line 557) | function isLabelerPrefItem(v: V) { function validateLabelerPrefItem (line 561) | function validateLabelerPrefItem(v: V) { type BskyAppStatePref (line 566) | interface BskyAppStatePref { function isBskyAppStatePref (line 577) | function isBskyAppStatePref(v: V) { function validateBskyAppStatePref (line 581) | function validateBskyAppStatePref(v: V) { type BskyAppProgressGuide (line 586) | interface BskyAppProgressGuide { function isBskyAppProgressGuide (line 593) | function isBskyAppProgressGuide(v: V) { function validateBskyAppProgressGuide (line 597) | function validateBskyAppProgressGuide(v: V) { type Nux (line 602) | interface Nux { function isNux (line 614) | function isNux(v: V) { function validateNux (line 618) | function validateNux(v: V) { type VerificationPrefs (line 623) | interface VerificationPrefs { function isVerificationPrefs (line 631) | function isVerificationPrefs(v: V) { function validateVerificationPrefs (line 635) | function validateVerificationPrefs(v: V) { type LiveEventPreferences (line 640) | interface LiveEventPreferences { function isLiveEventPreferences (line 650) | function isLiveEventPreferences(v: V) { function validateLiveEventPreferences (line 654) | function validateLiveEventPreferences(v: V) { type PostInteractionSettingsPref (line 659) | interface PostInteractionSettingsPref { function isPostInteractionSettingsPref (line 678) | function isPostInteractionSettingsPref(v: V) { function validatePostInteractionSettingsPref (line 682) | function validatePostInteractionSettingsPref(v: V) { type StatusView (line 690) | interface StatusView { function isStatusView (line 708) | function isStatusView(v: V) { function validateStatusView (line 712) | function validateStatusView(v: V) { FILE: packages/api/src/client/types/app/bsky/actor/getPreferences.ts type QueryParams (line 19) | type QueryParams = {} type InputSchema (line 20) | type InputSchema = undefined type OutputSchema (line 22) | interface OutputSchema { type CallOptions (line 26) | interface CallOptions { type Response (line 31) | interface Response { function toKnownErr (line 37) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/actor/getProfile.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 23) | type InputSchema = undefined type OutputSchema (line 24) | type OutputSchema = AppBskyActorDefs.ProfileViewDetailed type CallOptions (line 26) | interface CallOptions { type Response (line 31) | interface Response { function toKnownErr (line 37) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/actor/getProfiles.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 22) | type InputSchema = undefined type OutputSchema (line 24) | interface OutputSchema { type CallOptions (line 28) | interface CallOptions { type Response (line 33) | interface Response { function toKnownErr (line 39) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/actor/getSuggestions.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 23) | type InputSchema = undefined type OutputSchema (line 25) | interface OutputSchema { type CallOptions (line 34) | interface CallOptions { type Response (line 39) | interface Response { function toKnownErr (line 45) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/actor/profile.ts type Main (line 19) | interface Main { function isMain (line 40) | function isMain(v: V) { function validateMain (line 44) | function validateMain(v: V) { FILE: packages/api/src/client/types/app/bsky/actor/putPreferences.ts type QueryParams (line 19) | type QueryParams = {} type InputSchema (line 21) | interface InputSchema { type CallOptions (line 25) | interface CallOptions { type Response (line 32) | interface Response { function toKnownErr (line 37) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/actor/searchActors.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 27) | type InputSchema = undefined type OutputSchema (line 29) | interface OutputSchema { type CallOptions (line 34) | interface CallOptions { type Response (line 39) | interface Response { function toKnownErr (line 45) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/actor/searchActorsTypeahead.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 26) | type InputSchema = undefined type OutputSchema (line 28) | interface OutputSchema { type CallOptions (line 32) | interface CallOptions { type Response (line 37) | interface Response { function toKnownErr (line 43) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/actor/status.ts type Main (line 18) | interface Main { function isMain (line 31) | function isMain(v: V) { function validateMain (line 35) | function validateMain(v: V) { constant LIVE (line 46) | const LIVE = `${id}#live` FILE: packages/api/src/client/types/app/bsky/ageassurance/begin.ts type QueryParams (line 19) | type QueryParams = {} type InputSchema (line 21) | interface InputSchema { type OutputSchema (line 32) | type OutputSchema = AppBskyAgeassuranceDefs.State type CallOptions (line 34) | interface CallOptions { type Response (line 41) | interface Response { class InvalidEmailError (line 47) | class InvalidEmailError extends XRPCError { method constructor (line 48) | constructor(src: XRPCError) { class DidTooLongError (line 53) | class DidTooLongError extends XRPCError { method constructor (line 54) | constructor(src: XRPCError) { class InvalidInitiationError (line 59) | class InvalidInitiationError extends XRPCError { method constructor (line 60) | constructor(src: XRPCError) { class RegionNotSupportedError (line 65) | class RegionNotSupportedError extends XRPCError { method constructor (line 66) | constructor(src: XRPCError) { function toKnownErr (line 71) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/ageassurance/defs.ts type Access (line 18) | type Access = 'unknown' | 'none' | 'safe' | 'full' | (string & {}) type Status (line 20) | type Status = type State (line 28) | interface State { function isState (line 38) | function isState(v: V) { function validateState (line 42) | function validateState(v: V) { type StateMetadata (line 47) | interface StateMetadata { function isStateMetadata (line 55) | function isStateMetadata(v: V) { function validateStateMetadata (line 59) | function validateStateMetadata(v: V) { type Config (line 63) | interface Config { function isConfig (line 71) | function isConfig(v: V) { function validateConfig (line 75) | function validateConfig(v: V) { type ConfigRegion (line 80) | interface ConfigRegion { function isConfigRegion (line 103) | function isConfigRegion(v: V) { function validateConfigRegion (line 107) | function validateConfigRegion(v: V) { type ConfigRegionRuleDefault (line 112) | interface ConfigRegionRuleDefault { function isConfigRegionRuleDefault (line 119) | function isConfigRegionRuleDefault(v: V) { function validateConfigRegionRuleDefault (line 123) | function validateConfigRegionRuleDefault(v: V) { type ConfigRegionRuleIfDeclaredOverAge (line 132) | interface ConfigRegionRuleIfDeclaredOverAge { function isConfigRegionRuleIfDeclaredOverAge (line 142) | function isConfigRegionRuleIfDeclaredOverAge(v: V) { function validateConfigRegionRuleIfDeclaredOverAge (line 146) | function validateConfigRegionRuleIfDeclaredOverAge(v: V) { type ConfigRegionRuleIfDeclaredUnderAge (line 155) | interface ConfigRegionRuleIfDeclaredUnderAge { function isConfigRegionRuleIfDeclaredUnderAge (line 165) | function isConfigRegionRuleIfDeclaredUnderAge(v: V) { function validateConfigRegionRuleIfDeclaredUnderAge (line 169) | function validateConfigRegionRuleIfDeclaredUnderAge(v: V) { type ConfigRegionRuleIfAssuredOverAge (line 178) | interface ConfigRegionRuleIfAssuredOverAge { function isConfigRegionRuleIfAssuredOverAge (line 187) | function isConfigRegionRuleIfAssuredOverAge(v: V) { function validateConfigRegionRuleIfAssuredOverAge (line 191) | function validateConfigRegionRuleIfAssuredOverAge(v: V) { type ConfigRegionRuleIfAssuredUnderAge (line 200) | interface ConfigRegionRuleIfAssuredUnderAge { function isConfigRegionRuleIfAssuredUnderAge (line 210) | function isConfigRegionRuleIfAssuredUnderAge(v: V) { function validateConfigRegionRuleIfAssuredUnderAge (line 214) | function validateConfigRegionRuleIfAssuredUnderAge(v: V) { type ConfigRegionRuleIfAccountNewerThan (line 223) | interface ConfigRegionRuleIfAccountNewerThan { function isConfigRegionRuleIfAccountNewerThan (line 233) | function isConfigRegionRuleIfAccountNewerThan(v: V) { function validateConfigRegionRuleIfAccountNewerThan (line 237) | function validateConfigRegionRuleIfAccountNewerThan(v: V) { type ConfigRegionRuleIfAccountOlderThan (line 246) | interface ConfigRegionRuleIfAccountOlderThan { function isConfigRegionRuleIfAccountOlderThan (line 256) | function isConfigRegionRuleIfAccountOlderThan(v: V) { function validateConfigRegionRuleIfAccountOlderThan (line 260) | function validateConfigRegionRuleIfAccountOlderThan(v: V) { type Event (line 269) | interface Event { function isEvent (line 297) | function isEvent(v: V) { function validateEvent (line 301) | function validateEvent(v: V) { FILE: packages/api/src/client/types/app/bsky/ageassurance/getConfig.ts type QueryParams (line 19) | type QueryParams = {} type InputSchema (line 20) | type InputSchema = undefined type OutputSchema (line 21) | type OutputSchema = AppBskyAgeassuranceDefs.Config type CallOptions (line 23) | interface CallOptions { type Response (line 28) | interface Response { function toKnownErr (line 34) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/ageassurance/getState.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 23) | type InputSchema = undefined type OutputSchema (line 25) | interface OutputSchema { type CallOptions (line 30) | interface CallOptions { type Response (line 35) | interface Response { function toKnownErr (line 41) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/bookmark/createBookmark.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 20) | interface InputSchema { type CallOptions (line 25) | interface CallOptions { type Response (line 32) | interface Response { class UnsupportedCollectionError (line 37) | class UnsupportedCollectionError extends XRPCError { method constructor (line 38) | constructor(src: XRPCError) { function toKnownErr (line 43) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/bookmark/defs.ts type Bookmark (line 20) | interface Bookmark { function isBookmark (line 27) | function isBookmark(v: V) { function validateBookmark (line 31) | function validateBookmark(v: V) { type BookmarkView (line 35) | interface BookmarkView { function isBookmarkView (line 48) | function isBookmarkView(v: V) { function validateBookmarkView (line 52) | function validateBookmarkView(v: V) { FILE: packages/api/src/client/types/app/bsky/bookmark/deleteBookmark.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 20) | interface InputSchema { type CallOptions (line 24) | interface CallOptions { type Response (line 31) | interface Response { class UnsupportedCollectionError (line 36) | class UnsupportedCollectionError extends XRPCError { method constructor (line 37) | constructor(src: XRPCError) { function toKnownErr (line 42) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/bookmark/getBookmarks.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 23) | type InputSchema = undefined type OutputSchema (line 25) | interface OutputSchema { type CallOptions (line 30) | interface CallOptions { type Response (line 35) | interface Response { function toKnownErr (line 41) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/contact/defs.ts type MatchAndContactIndex (line 19) | interface MatchAndContactIndex { function isMatchAndContactIndex (line 28) | function isMatchAndContactIndex(v: V) { function validateMatchAndContactIndex (line 32) | function validateMatchAndContactIndex(v: V) { type SyncStatus (line 36) | interface SyncStatus { function isSyncStatus (line 46) | function isSyncStatus(v: V) { function validateSyncStatus (line 50) | function validateSyncStatus(v: V) { type Notification (line 55) | interface Notification { function isNotification (line 65) | function isNotification(v: V) { function validateNotification (line 69) | function validateNotification(v: V) { FILE: packages/api/src/client/types/app/bsky/contact/dismissMatch.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 20) | interface InputSchema { type OutputSchema (line 25) | interface OutputSchema {} type CallOptions (line 27) | interface CallOptions { type Response (line 34) | interface Response { class InvalidDidError (line 40) | class InvalidDidError extends XRPCError { method constructor (line 41) | constructor(src: XRPCError) { class InternalError (line 46) | class InternalError extends XRPCError { method constructor (line 47) | constructor(src: XRPCError) { function toKnownErr (line 52) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/contact/getMatches.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 23) | type InputSchema = undefined type OutputSchema (line 25) | interface OutputSchema { type CallOptions (line 30) | interface CallOptions { type Response (line 35) | interface Response { class InvalidDidError (line 41) | class InvalidDidError extends XRPCError { method constructor (line 42) | constructor(src: XRPCError) { class InvalidLimitError (line 47) | class InvalidLimitError extends XRPCError { method constructor (line 48) | constructor(src: XRPCError) { class InvalidCursorError (line 53) | class InvalidCursorError extends XRPCError { method constructor (line 54) | constructor(src: XRPCError) { class InternalError (line 59) | class InternalError extends XRPCError { method constructor (line 60) | constructor(src: XRPCError) { function toKnownErr (line 65) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/contact/getSyncStatus.ts type QueryParams (line 19) | type QueryParams = {} type InputSchema (line 20) | type InputSchema = undefined type OutputSchema (line 22) | interface OutputSchema { type CallOptions (line 26) | interface CallOptions { type Response (line 31) | interface Response { class InvalidDidError (line 37) | class InvalidDidError extends XRPCError { method constructor (line 38) | constructor(src: XRPCError) { class InternalError (line 43) | class InternalError extends XRPCError { method constructor (line 44) | constructor(src: XRPCError) { function toKnownErr (line 49) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/contact/importContacts.ts type QueryParams (line 19) | type QueryParams = {} type InputSchema (line 21) | interface InputSchema { type OutputSchema (line 28) | interface OutputSchema { type CallOptions (line 33) | interface CallOptions { type Response (line 40) | interface Response { class InvalidDidError (line 46) | class InvalidDidError extends XRPCError { method constructor (line 47) | constructor(src: XRPCError) { class InvalidContactsError (line 52) | class InvalidContactsError extends XRPCError { method constructor (line 53) | constructor(src: XRPCError) { class TooManyContactsError (line 58) | class TooManyContactsError extends XRPCError { method constructor (line 59) | constructor(src: XRPCError) { class InvalidTokenError (line 64) | class InvalidTokenError extends XRPCError { method constructor (line 65) | constructor(src: XRPCError) { class InternalError (line 70) | class InternalError extends XRPCError { method constructor (line 71) | constructor(src: XRPCError) { function toKnownErr (line 76) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/contact/removeData.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 20) | interface InputSchema {} type OutputSchema (line 22) | interface OutputSchema {} type CallOptions (line 24) | interface CallOptions { type Response (line 31) | interface Response { class InvalidDidError (line 37) | class InvalidDidError extends XRPCError { method constructor (line 38) | constructor(src: XRPCError) { class InternalError (line 43) | class InternalError extends XRPCError { method constructor (line 44) | constructor(src: XRPCError) { function toKnownErr (line 49) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/contact/sendNotification.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 20) | interface InputSchema { type OutputSchema (line 27) | interface OutputSchema {} type CallOptions (line 29) | interface CallOptions { type Response (line 36) | interface Response { function toKnownErr (line 42) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/contact/startPhoneVerification.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 20) | interface InputSchema { type OutputSchema (line 25) | interface OutputSchema {} type CallOptions (line 27) | interface CallOptions { type Response (line 34) | interface Response { class RateLimitExceededError (line 40) | class RateLimitExceededError extends XRPCError { method constructor (line 41) | constructor(src: XRPCError) { class InvalidDidError (line 46) | class InvalidDidError extends XRPCError { method constructor (line 47) | constructor(src: XRPCError) { class InvalidPhoneError (line 52) | class InvalidPhoneError extends XRPCError { method constructor (line 53) | constructor(src: XRPCError) { class InternalError (line 58) | class InternalError extends XRPCError { method constructor (line 59) | constructor(src: XRPCError) { function toKnownErr (line 64) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/contact/verifyPhone.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 20) | interface InputSchema { type OutputSchema (line 27) | interface OutputSchema { type CallOptions (line 32) | interface CallOptions { type Response (line 39) | interface Response { class RateLimitExceededError (line 45) | class RateLimitExceededError extends XRPCError { method constructor (line 46) | constructor(src: XRPCError) { class InvalidDidError (line 51) | class InvalidDidError extends XRPCError { method constructor (line 52) | constructor(src: XRPCError) { class InvalidPhoneError (line 57) | class InvalidPhoneError extends XRPCError { method constructor (line 58) | constructor(src: XRPCError) { class InvalidCodeError (line 63) | class InvalidCodeError extends XRPCError { method constructor (line 64) | constructor(src: XRPCError) { class InternalError (line 69) | class InternalError extends XRPCError { method constructor (line 70) | constructor(src: XRPCError) { function toKnownErr (line 75) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/draft/createDraft.ts type QueryParams (line 19) | type QueryParams = {} type InputSchema (line 21) | interface InputSchema { type OutputSchema (line 25) | interface OutputSchema { type CallOptions (line 30) | interface CallOptions { type Response (line 37) | interface Response { class DraftLimitReachedError (line 43) | class DraftLimitReachedError extends XRPCError { method constructor (line 44) | constructor(src: XRPCError) { function toKnownErr (line 49) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/draft/defs.ts type DraftWithId (line 22) | interface DraftWithId { function isDraftWithId (line 31) | function isDraftWithId(v: V) { function validateDraftWithId (line 35) | function validateDraftWithId(v: V) { type Draft (line 40) | interface Draft { function isDraft (line 67) | function isDraft(v: V) { function validateDraft (line 71) | function validateDraft(v: V) { type DraftPost (line 76) | interface DraftPost { function isDraftPost (line 89) | function isDraftPost(v: V) { function validateDraftPost (line 93) | function validateDraftPost(v: V) { type DraftView (line 98) | interface DraftView { function isDraftView (line 111) | function isDraftView(v: V) { function validateDraftView (line 115) | function validateDraftView(v: V) { type DraftEmbedLocalRef (line 119) | interface DraftEmbedLocalRef { function isDraftEmbedLocalRef (line 127) | function isDraftEmbedLocalRef(v: V) { function validateDraftEmbedLocalRef (line 131) | function validateDraftEmbedLocalRef(v: V) { type DraftEmbedCaption (line 135) | interface DraftEmbedCaption { function isDraftEmbedCaption (line 143) | function isDraftEmbedCaption(v: V) { function validateDraftEmbedCaption (line 147) | function validateDraftEmbedCaption(v: V) { type DraftEmbedImage (line 151) | interface DraftEmbedImage { function isDraftEmbedImage (line 159) | function isDraftEmbedImage(v: V) { function validateDraftEmbedImage (line 163) | function validateDraftEmbedImage(v: V) { type DraftEmbedVideo (line 167) | interface DraftEmbedVideo { function isDraftEmbedVideo (line 176) | function isDraftEmbedVideo(v: V) { function validateDraftEmbedVideo (line 180) | function validateDraftEmbedVideo(v: V) { type DraftEmbedExternal (line 184) | interface DraftEmbedExternal { function isDraftEmbedExternal (line 191) | function isDraftEmbedExternal(v: V) { function validateDraftEmbedExternal (line 195) | function validateDraftEmbedExternal(v: V) { type DraftEmbedRecord (line 199) | interface DraftEmbedRecord { function isDraftEmbedRecord (line 206) | function isDraftEmbedRecord(v: V) { function validateDraftEmbedRecord (line 210) | function validateDraftEmbedRecord(v: V) { FILE: packages/api/src/client/types/app/bsky/draft/deleteDraft.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 20) | interface InputSchema { type CallOptions (line 24) | interface CallOptions { type Response (line 31) | interface Response { function toKnownErr (line 36) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/draft/getDrafts.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 23) | type InputSchema = undefined type OutputSchema (line 25) | interface OutputSchema { type CallOptions (line 30) | interface CallOptions { type Response (line 35) | interface Response { function toKnownErr (line 41) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/draft/updateDraft.ts type QueryParams (line 19) | type QueryParams = {} type InputSchema (line 21) | interface InputSchema { type CallOptions (line 25) | interface CallOptions { type Response (line 32) | interface Response { function toKnownErr (line 37) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/embed/defs.ts type AspectRatio (line 18) | interface AspectRatio { function isAspectRatio (line 26) | function isAspectRatio(v: V) { function validateAspectRatio (line 30) | function validateAspectRatio(v: V) { FILE: packages/api/src/client/types/app/bsky/embed/external.ts type Main (line 18) | interface Main { function isMain (line 25) | function isMain(v: V) { function validateMain (line 29) | function validateMain(v: V) { type External (line 33) | interface External { function isExternal (line 43) | function isExternal(v: V) { function validateExternal (line 47) | function validateExternal(v: V) { type View (line 51) | interface View { function isView (line 58) | function isView(v: V) { function validateView (line 62) | function validateView(v: V) { type ViewExternal (line 66) | interface ViewExternal { function isViewExternal (line 76) | function isViewExternal(v: V) { function validateViewExternal (line 80) | function validateViewExternal(v: V) { FILE: packages/api/src/client/types/app/bsky/embed/images.ts type Main (line 18) | interface Main { function isMain (line 25) | function isMain(v: V) { function validateMain (line 29) | function validateMain(v: V) { type Image (line 33) | interface Image { function isImage (line 43) | function isImage(v: V) { function validateImage (line 47) | function validateImage(v: V) { type View (line 51) | interface View { function isView (line 58) | function isView(v: V) { function validateView (line 62) | function validateView(v: V) { type ViewImage (line 66) | interface ViewImage { function isViewImage (line 79) | function isViewImage(v: V) { function validateViewImage (line 83) | function validateViewImage(v: V) { FILE: packages/api/src/client/types/app/bsky/embed/record.ts type Main (line 27) | interface Main { function isMain (line 34) | function isMain(v: V) { function validateMain (line 38) | function validateMain(v: V) { type View (line 42) | interface View { function isView (line 58) | function isView(v: V) { function validateView (line 62) | function validateView(v: V) { type ViewRecord (line 66) | interface ViewRecord { function isViewRecord (line 91) | function isViewRecord(v: V) { function validateViewRecord (line 95) | function validateViewRecord(v: V) { type ViewNotFound (line 99) | interface ViewNotFound { function isViewNotFound (line 107) | function isViewNotFound(v: V) { function validateViewNotFound (line 111) | function validateViewNotFound(v: V) { type ViewBlocked (line 115) | interface ViewBlocked { function isViewBlocked (line 124) | function isViewBlocked(v: V) { function validateViewBlocked (line 128) | function validateViewBlocked(v: V) { type ViewDetached (line 132) | interface ViewDetached { function isViewDetached (line 140) | function isViewDetached(v: V) { function validateViewDetached (line 144) | function validateViewDetached(v: V) { FILE: packages/api/src/client/types/app/bsky/embed/recordWithMedia.ts type Main (line 21) | interface Main { function isMain (line 33) | function isMain(v: V) { function validateMain (line 37) | function validateMain(v: V) { type View (line 41) | interface View { function isView (line 53) | function isView(v: V) { function validateView (line 57) | function validateView(v: V) { FILE: packages/api/src/client/types/app/bsky/embed/video.ts type Main (line 18) | interface Main { function isMain (line 32) | function isMain(v: V) { function validateMain (line 36) | function validateMain(v: V) { type Caption (line 40) | interface Caption { function isCaption (line 48) | function isCaption(v: V) { function validateCaption (line 52) | function validateCaption(v: V) { type View (line 56) | interface View { function isView (line 69) | function isView(v: V) { function validateView (line 73) | function validateView(v: V) { FILE: packages/api/src/client/types/app/bsky/feed/defs.ts type PostView (line 26) | interface PostView { function isPostView (line 54) | function isPostView(v: V) { function validatePostView (line 58) | function validatePostView(v: V) { type ViewerState (line 63) | interface ViewerState { function isViewerState (line 76) | function isViewerState(v: V) { function validateViewerState (line 80) | function validateViewerState(v: V) { type ThreadContext (line 85) | interface ThreadContext { function isThreadContext (line 92) | function isThreadContext(v: V) { function validateThreadContext (line 96) | function validateThreadContext(v: V) { type FeedViewPost (line 100) | interface FeedViewPost { function isFeedViewPost (line 113) | function isFeedViewPost(v: V) { function validateFeedViewPost (line 117) | function validateFeedViewPost(v: V) { type ReplyRef (line 121) | interface ReplyRef { function isReplyRef (line 138) | function isReplyRef(v: V) { function validateReplyRef (line 142) | function validateReplyRef(v: V) { type ReasonRepost (line 146) | interface ReasonRepost { function isReasonRepost (line 156) | function isReasonRepost(v: V) { function validateReasonRepost (line 160) | function validateReasonRepost(v: V) { type ReasonPin (line 164) | interface ReasonPin { function isReasonPin (line 170) | function isReasonPin(v: V) { function validateReasonPin (line 174) | function validateReasonPin(v: V) { type ThreadViewPost (line 178) | interface ThreadViewPost { function isThreadViewPost (line 197) | function isThreadViewPost(v: V) { function validateThreadViewPost (line 201) | function validateThreadViewPost(v: V) { type NotFoundPost (line 205) | interface NotFoundPost { function isNotFoundPost (line 213) | function isNotFoundPost(v: V) { function validateNotFoundPost (line 217) | function validateNotFoundPost(v: V) { type BlockedPost (line 221) | interface BlockedPost { function isBlockedPost (line 230) | function isBlockedPost(v: V) { function validateBlockedPost (line 234) | function validateBlockedPost(v: V) { type BlockedAuthor (line 238) | interface BlockedAuthor { function isBlockedAuthor (line 246) | function isBlockedAuthor(v: V) { function validateBlockedAuthor (line 250) | function validateBlockedAuthor(v: V) { type GeneratorView (line 254) | interface GeneratorView { function isGeneratorView (line 277) | function isGeneratorView(v: V) { function validateGeneratorView (line 281) | function validateGeneratorView(v: V) { type GeneratorViewerState (line 285) | interface GeneratorViewerState { function isGeneratorViewerState (line 292) | function isGeneratorViewerState(v: V) { function validateGeneratorViewerState (line 296) | function validateGeneratorViewerState(v: V) { type SkeletonFeedPost (line 300) | interface SkeletonFeedPost { function isSkeletonFeedPost (line 313) | function isSkeletonFeedPost(v: V) { function validateSkeletonFeedPost (line 317) | function validateSkeletonFeedPost(v: V) { type SkeletonReasonRepost (line 321) | interface SkeletonReasonRepost { function isSkeletonReasonRepost (line 328) | function isSkeletonReasonRepost(v: V) { function validateSkeletonReasonRepost (line 332) | function validateSkeletonReasonRepost(v: V) { type SkeletonReasonPin (line 336) | interface SkeletonReasonPin { function isSkeletonReasonPin (line 342) | function isSkeletonReasonPin(v: V) { function validateSkeletonReasonPin (line 346) | function validateSkeletonReasonPin(v: V) { type ThreadgateView (line 350) | interface ThreadgateView { function isThreadgateView (line 360) | function isThreadgateView(v: V) { function validateThreadgateView (line 364) | function validateThreadgateView(v: V) { type Interaction (line 368) | interface Interaction { function isInteraction (line 393) | function isInteraction(v: V) { function validateInteraction (line 397) | function validateInteraction(v: V) { constant REQUESTLESS (line 402) | const REQUESTLESS = `${id}#requestLess` constant REQUESTMORE (line 404) | const REQUESTMORE = `${id}#requestMore` constant CLICKTHROUGHITEM (line 406) | const CLICKTHROUGHITEM = `${id}#clickthroughItem` constant CLICKTHROUGHAUTHOR (line 408) | const CLICKTHROUGHAUTHOR = `${id}#clickthroughAuthor` constant CLICKTHROUGHREPOSTER (line 410) | const CLICKTHROUGHREPOSTER = `${id}#clickthroughReposter` constant CLICKTHROUGHEMBED (line 412) | const CLICKTHROUGHEMBED = `${id}#clickthroughEmbed` constant CONTENTMODEUNSPECIFIED (line 414) | const CONTENTMODEUNSPECIFIED = `${id}#contentModeUnspecified` constant CONTENTMODEVIDEO (line 416) | const CONTENTMODEVIDEO = `${id}#contentModeVideo` constant INTERACTIONSEEN (line 418) | const INTERACTIONSEEN = `${id}#interactionSeen` constant INTERACTIONLIKE (line 420) | const INTERACTIONLIKE = `${id}#interactionLike` constant INTERACTIONREPOST (line 422) | const INTERACTIONREPOST = `${id}#interactionRepost` constant INTERACTIONREPLY (line 424) | const INTERACTIONREPLY = `${id}#interactionReply` constant INTERACTIONQUOTE (line 426) | const INTERACTIONQUOTE = `${id}#interactionQuote` constant INTERACTIONSHARE (line 428) | const INTERACTIONSHARE = `${id}#interactionShare` FILE: packages/api/src/client/types/app/bsky/feed/describeFeedGenerator.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 19) | type InputSchema = undefined type OutputSchema (line 21) | interface OutputSchema { type CallOptions (line 27) | interface CallOptions { type Response (line 32) | interface Response { function toKnownErr (line 38) | function toKnownErr(e: any) { type Feed (line 42) | interface Feed { function isFeed (line 49) | function isFeed(v: V) { function validateFeed (line 53) | function validateFeed(v: V) { type Links (line 57) | interface Links { function isLinks (line 65) | function isLinks(v: V) { function validateLinks (line 69) | function validateLinks(v: V) { FILE: packages/api/src/client/types/app/bsky/feed/generator.ts type Main (line 19) | interface Main { function isMain (line 39) | function isMain(v: V) { function validateMain (line 43) | function validateMain(v: V) { FILE: packages/api/src/client/types/app/bsky/feed/getActorFeeds.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 24) | type InputSchema = undefined type OutputSchema (line 26) | interface OutputSchema { type CallOptions (line 31) | interface CallOptions { type Response (line 36) | interface Response { function toKnownErr (line 42) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/feed/getActorLikes.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 24) | type InputSchema = undefined type OutputSchema (line 26) | interface OutputSchema { type CallOptions (line 31) | interface CallOptions { type Response (line 36) | interface Response { class BlockedActorError (line 42) | class BlockedActorError extends XRPCError { method constructor (line 43) | constructor(src: XRPCError) { class BlockedByActorError (line 48) | class BlockedByActorError extends XRPCError { method constructor (line 49) | constructor(src: XRPCError) { function toKnownErr (line 54) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/feed/getAuthorFeed.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 33) | type InputSchema = undefined type OutputSchema (line 35) | interface OutputSchema { type CallOptions (line 40) | interface CallOptions { type Response (line 45) | interface Response { class BlockedActorError (line 51) | class BlockedActorError extends XRPCError { method constructor (line 52) | constructor(src: XRPCError) { class BlockedByActorError (line 57) | class BlockedByActorError extends XRPCError { method constructor (line 58) | constructor(src: XRPCError) { function toKnownErr (line 63) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/feed/getFeed.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 24) | type InputSchema = undefined type OutputSchema (line 26) | interface OutputSchema { type CallOptions (line 31) | interface CallOptions { type Response (line 36) | interface Response { class UnknownFeedError (line 42) | class UnknownFeedError extends XRPCError { method constructor (line 43) | constructor(src: XRPCError) { function toKnownErr (line 48) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/feed/getFeedGenerator.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 23) | type InputSchema = undefined type OutputSchema (line 25) | interface OutputSchema { type CallOptions (line 33) | interface CallOptions { type Response (line 38) | interface Response { function toKnownErr (line 44) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/feed/getFeedGenerators.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 22) | type InputSchema = undefined type OutputSchema (line 24) | interface OutputSchema { type CallOptions (line 28) | interface CallOptions { type Response (line 33) | interface Response { function toKnownErr (line 39) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/feed/getFeedSkeleton.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 25) | type InputSchema = undefined type OutputSchema (line 27) | interface OutputSchema { type CallOptions (line 34) | interface CallOptions { type Response (line 39) | interface Response { class UnknownFeedError (line 45) | class UnknownFeedError extends XRPCError { method constructor (line 46) | constructor(src: XRPCError) { function toKnownErr (line 51) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/feed/getLikes.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 27) | type InputSchema = undefined type OutputSchema (line 29) | interface OutputSchema { type CallOptions (line 36) | interface CallOptions { type Response (line 41) | interface Response { function toKnownErr (line 47) | function toKnownErr(e: any) { type Like (line 51) | interface Like { function isLike (line 60) | function isLike(v: V) { function validateLike (line 64) | function validateLike(v: V) { FILE: packages/api/src/client/types/app/bsky/feed/getListFeed.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 25) | type InputSchema = undefined type OutputSchema (line 27) | interface OutputSchema { type CallOptions (line 32) | interface CallOptions { type Response (line 37) | interface Response { class UnknownListError (line 43) | class UnknownListError extends XRPCError { method constructor (line 44) | constructor(src: XRPCError) { function toKnownErr (line 49) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/feed/getPostThread.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 27) | type InputSchema = undefined type OutputSchema (line 29) | interface OutputSchema { type CallOptions (line 38) | interface CallOptions { type Response (line 43) | interface Response { class NotFoundError (line 49) | class NotFoundError extends XRPCError { method constructor (line 50) | constructor(src: XRPCError) { function toKnownErr (line 55) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/feed/getPosts.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 23) | type InputSchema = undefined type OutputSchema (line 25) | interface OutputSchema { type CallOptions (line 29) | interface CallOptions { type Response (line 34) | interface Response { function toKnownErr (line 40) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/feed/getQuotes.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 27) | type InputSchema = undefined type OutputSchema (line 29) | interface OutputSchema { type CallOptions (line 36) | interface CallOptions { type Response (line 41) | interface Response { function toKnownErr (line 47) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/feed/getRepostedBy.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 27) | type InputSchema = undefined type OutputSchema (line 29) | interface OutputSchema { type CallOptions (line 36) | interface CallOptions { type Response (line 41) | interface Response { function toKnownErr (line 47) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/feed/getSuggestedFeeds.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 23) | type InputSchema = undefined type OutputSchema (line 25) | interface OutputSchema { type CallOptions (line 30) | interface CallOptions { type Response (line 35) | interface Response { function toKnownErr (line 41) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/feed/getTimeline.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 25) | type InputSchema = undefined type OutputSchema (line 27) | interface OutputSchema { type CallOptions (line 32) | interface CallOptions { type Response (line 37) | interface Response { function toKnownErr (line 43) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/feed/like.ts type Main (line 18) | interface Main { function isMain (line 28) | function isMain(v: V) { function validateMain (line 32) | function validateMain(v: V) { FILE: packages/api/src/client/types/app/bsky/feed/post.ts type Main (line 25) | interface Main { function isMain (line 53) | function isMain(v: V) { function validateMain (line 57) | function validateMain(v: V) { type ReplyRef (line 67) | interface ReplyRef { function isReplyRef (line 75) | function isReplyRef(v: V) { function validateReplyRef (line 79) | function validateReplyRef(v: V) { type Entity (line 84) | interface Entity { function isEntity (line 94) | function isEntity(v: V) { function validateEntity (line 98) | function validateEntity(v: V) { type TextSlice (line 103) | interface TextSlice { function isTextSlice (line 111) | function isTextSlice(v: V) { function validateTextSlice (line 115) | function validateTextSlice(v: V) { FILE: packages/api/src/client/types/app/bsky/feed/postgate.ts type Main (line 17) | interface Main { function isMain (line 31) | function isMain(v: V) { function validateMain (line 35) | function validateMain(v: V) { type DisableRule (line 46) | interface DisableRule { function isDisableRule (line 52) | function isDisableRule(v: V) { function validateDisableRule (line 56) | function validateDisableRule(v: V) { FILE: packages/api/src/client/types/app/bsky/feed/repost.ts type Main (line 18) | interface Main { function isMain (line 28) | function isMain(v: V) { function validateMain (line 32) | function validateMain(v: V) { FILE: packages/api/src/client/types/app/bsky/feed/searchPosts.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 44) | type InputSchema = undefined type OutputSchema (line 46) | interface OutputSchema { type CallOptions (line 53) | interface CallOptions { type Response (line 58) | interface Response { class BadQueryStringError (line 64) | class BadQueryStringError extends XRPCError { method constructor (line 65) | constructor(src: XRPCError) { function toKnownErr (line 70) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/feed/sendInteractions.ts type QueryParams (line 19) | type QueryParams = {} type InputSchema (line 21) | interface InputSchema { type OutputSchema (line 26) | interface OutputSchema {} type CallOptions (line 28) | interface CallOptions { type Response (line 35) | interface Response { function toKnownErr (line 41) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/feed/threadgate.ts type Main (line 17) | interface Main { function isMain (line 37) | function isMain(v: V) { function validateMain (line 41) | function validateMain(v: V) { type MentionRule (line 52) | interface MentionRule { function isMentionRule (line 58) | function isMentionRule(v: V) { function validateMentionRule (line 62) | function validateMentionRule(v: V) { type FollowerRule (line 67) | interface FollowerRule { function isFollowerRule (line 73) | function isFollowerRule(v: V) { function validateFollowerRule (line 77) | function validateFollowerRule(v: V) { type FollowingRule (line 82) | interface FollowingRule { function isFollowingRule (line 88) | function isFollowingRule(v: V) { function validateFollowingRule (line 92) | function validateFollowingRule(v: V) { type ListRule (line 97) | interface ListRule { function isListRule (line 104) | function isListRule(v: V) { function validateListRule (line 108) | function validateListRule(v: V) { FILE: packages/api/src/client/types/app/bsky/graph/block.ts type Main (line 17) | interface Main { function isMain (line 27) | function isMain(v: V) { function validateMain (line 31) | function validateMain(v: V) { FILE: packages/api/src/client/types/app/bsky/graph/defs.ts type ListViewBasic (line 21) | interface ListViewBasic { function isListViewBasic (line 36) | function isListViewBasic(v: V) { function validateListViewBasic (line 40) | function validateListViewBasic(v: V) { type ListView (line 44) | interface ListView { function isListView (line 62) | function isListView(v: V) { function validateListView (line 66) | function validateListView(v: V) { type ListItemView (line 70) | interface ListItemView { function isListItemView (line 78) | function isListItemView(v: V) { function validateListItemView (line 82) | function validateListItemView(v: V) { type StarterPackView (line 86) | interface StarterPackView { function isStarterPackView (line 103) | function isStarterPackView(v: V) { function validateStarterPackView (line 107) | function validateStarterPackView(v: V) { type StarterPackViewBasic (line 111) | interface StarterPackViewBasic { function isStarterPackViewBasic (line 126) | function isStarterPackViewBasic(v: V) { function validateStarterPackViewBasic (line 130) | function validateStarterPackViewBasic(v: V) { type ListPurpose (line 134) | type ListPurpose = constant MODLIST (line 141) | const MODLIST = `${id}#modlist` constant CURATELIST (line 143) | const CURATELIST = `${id}#curatelist` constant REFERENCELIST (line 145) | const REFERENCELIST = `${id}#referencelist` type ListViewerState (line 147) | interface ListViewerState { function isListViewerState (line 155) | function isListViewerState(v: V) { function validateListViewerState (line 159) | function validateListViewerState(v: V) { type NotFoundActor (line 164) | interface NotFoundActor { function isNotFoundActor (line 172) | function isNotFoundActor(v: V) { function validateNotFoundActor (line 176) | function validateNotFoundActor(v: V) { type Relationship (line 181) | interface Relationship { function isRelationship (line 200) | function isRelationship(v: V) { function validateRelationship (line 204) | function validateRelationship(v: V) { FILE: packages/api/src/client/types/app/bsky/graph/follow.ts type Main (line 18) | interface Main { function isMain (line 28) | function isMain(v: V) { function validateMain (line 32) | function validateMain(v: V) { FILE: packages/api/src/client/types/app/bsky/graph/getActorStarterPacks.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 24) | type InputSchema = undefined type OutputSchema (line 26) | interface OutputSchema { type CallOptions (line 31) | interface CallOptions { type Response (line 36) | interface Response { function toKnownErr (line 42) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/graph/getBlocks.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 23) | type InputSchema = undefined type OutputSchema (line 25) | interface OutputSchema { type CallOptions (line 30) | interface CallOptions { type Response (line 35) | interface Response { function toKnownErr (line 41) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/graph/getFollowers.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 24) | type InputSchema = undefined type OutputSchema (line 26) | interface OutputSchema { type CallOptions (line 32) | interface CallOptions { type Response (line 37) | interface Response { function toKnownErr (line 43) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/graph/getFollows.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 24) | type InputSchema = undefined type OutputSchema (line 26) | interface OutputSchema { type CallOptions (line 32) | interface CallOptions { type Response (line 37) | interface Response { function toKnownErr (line 43) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/graph/getKnownFollowers.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 24) | type InputSchema = undefined type OutputSchema (line 26) | interface OutputSchema { type CallOptions (line 32) | interface CallOptions { type Response (line 37) | interface Response { function toKnownErr (line 43) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/graph/getList.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 25) | type InputSchema = undefined type OutputSchema (line 27) | interface OutputSchema { type CallOptions (line 33) | interface CallOptions { type Response (line 38) | interface Response { function toKnownErr (line 44) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/graph/getListBlocks.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 23) | type InputSchema = undefined type OutputSchema (line 25) | interface OutputSchema { type CallOptions (line 30) | interface CallOptions { type Response (line 35) | interface Response { function toKnownErr (line 41) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/graph/getListMutes.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 23) | type InputSchema = undefined type OutputSchema (line 25) | interface OutputSchema { type CallOptions (line 30) | interface CallOptions { type Response (line 35) | interface Response { function toKnownErr (line 41) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/graph/getLists.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 27) | type InputSchema = undefined type OutputSchema (line 29) | interface OutputSchema { type CallOptions (line 34) | interface CallOptions { type Response (line 39) | interface Response { function toKnownErr (line 45) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/graph/getListsWithMembership.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 27) | type InputSchema = undefined type OutputSchema (line 29) | interface OutputSchema { type CallOptions (line 34) | interface CallOptions { type Response (line 39) | interface Response { function toKnownErr (line 45) | function toKnownErr(e: any) { type ListWithMembership (line 50) | interface ListWithMembership { function isListWithMembership (line 58) | function isListWithMembership(v: V) { function validateListWithMembership (line 62) | function validateListWithMembership(v: V) { FILE: packages/api/src/client/types/app/bsky/graph/getMutes.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 23) | type InputSchema = undefined type OutputSchema (line 25) | interface OutputSchema { type CallOptions (line 30) | interface CallOptions { type Response (line 35) | interface Response { function toKnownErr (line 41) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/graph/getRelationships.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 25) | type InputSchema = undefined type OutputSchema (line 27) | interface OutputSchema { type CallOptions (line 36) | interface CallOptions { type Response (line 41) | interface Response { class ActorNotFoundError (line 47) | class ActorNotFoundError extends XRPCError { method constructor (line 48) | constructor(src: XRPCError) { function toKnownErr (line 53) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/graph/getStarterPack.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 23) | type InputSchema = undefined type OutputSchema (line 25) | interface OutputSchema { type CallOptions (line 29) | interface CallOptions { type Response (line 34) | interface Response { function toKnownErr (line 40) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/graph/getStarterPacks.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 22) | type InputSchema = undefined type OutputSchema (line 24) | interface OutputSchema { type CallOptions (line 28) | interface CallOptions { type Response (line 33) | interface Response { function toKnownErr (line 39) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/graph/getStarterPacksWithMembership.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 25) | type InputSchema = undefined type OutputSchema (line 27) | interface OutputSchema { type CallOptions (line 32) | interface CallOptions { type Response (line 37) | interface Response { function toKnownErr (line 43) | function toKnownErr(e: any) { type StarterPackWithMembership (line 48) | interface StarterPackWithMembership { function isStarterPackWithMembership (line 56) | function isStarterPackWithMembership(v: V) { function validateStarterPackWithMembership (line 60) | function validateStarterPackWithMembership(v: V) { FILE: packages/api/src/client/types/app/bsky/graph/getSuggestedFollowsByActor.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 22) | type InputSchema = undefined type OutputSchema (line 24) | interface OutputSchema { type CallOptions (line 34) | interface CallOptions { type Response (line 39) | interface Response { function toKnownErr (line 45) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/graph/list.ts type Main (line 20) | interface Main { function isMain (line 35) | function isMain(v: V) { function validateMain (line 39) | function validateMain(v: V) { FILE: packages/api/src/client/types/app/bsky/graph/listblock.ts type Main (line 17) | interface Main { function isMain (line 27) | function isMain(v: V) { function validateMain (line 31) | function validateMain(v: V) { FILE: packages/api/src/client/types/app/bsky/graph/listitem.ts type Main (line 17) | interface Main { function isMain (line 29) | function isMain(v: V) { function validateMain (line 33) | function validateMain(v: V) { FILE: packages/api/src/client/types/app/bsky/graph/muteActor.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 20) | interface InputSchema { type CallOptions (line 24) | interface CallOptions { type Response (line 31) | interface Response { function toKnownErr (line 36) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/graph/muteActorList.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 20) | interface InputSchema { type CallOptions (line 24) | interface CallOptions { type Response (line 31) | interface Response { function toKnownErr (line 36) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/graph/muteThread.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 20) | interface InputSchema { type CallOptions (line 24) | interface CallOptions { type Response (line 31) | interface Response { function toKnownErr (line 36) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/graph/searchStarterPacks.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 25) | type InputSchema = undefined type OutputSchema (line 27) | interface OutputSchema { type CallOptions (line 32) | interface CallOptions { type Response (line 37) | interface Response { function toKnownErr (line 43) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/graph/starterpack.ts type Main (line 18) | interface Main { function isMain (line 33) | function isMain(v: V) { function validateMain (line 37) | function validateMain(v: V) { type FeedItem (line 47) | interface FeedItem { function isFeedItem (line 54) | function isFeedItem(v: V) { function validateFeedItem (line 58) | function validateFeedItem(v: V) { FILE: packages/api/src/client/types/app/bsky/graph/unmuteActor.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 20) | interface InputSchema { type CallOptions (line 24) | interface CallOptions { type Response (line 31) | interface Response { function toKnownErr (line 36) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/graph/unmuteActorList.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 20) | interface InputSchema { type CallOptions (line 24) | interface CallOptions { type Response (line 31) | interface Response { function toKnownErr (line 36) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/graph/unmuteThread.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 20) | interface InputSchema { type CallOptions (line 24) | interface CallOptions { type Response (line 31) | interface Response { function toKnownErr (line 36) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/graph/verification.ts type Main (line 17) | interface Main { function isMain (line 32) | function isMain(v: V) { function validateMain (line 36) | function validateMain(v: V) { FILE: packages/api/src/client/types/app/bsky/labeler/defs.ts type LabelerView (line 20) | interface LabelerView { function isLabelerView (line 33) | function isLabelerView(v: V) { function validateLabelerView (line 37) | function validateLabelerView(v: V) { type LabelerViewDetailed (line 41) | interface LabelerViewDetailed { function isLabelerViewDetailed (line 61) | function isLabelerViewDetailed(v: V) { function validateLabelerViewDetailed (line 65) | function validateLabelerViewDetailed(v: V) { type LabelerViewerState (line 69) | interface LabelerViewerState { function isLabelerViewerState (line 76) | function isLabelerViewerState(v: V) { function validateLabelerViewerState (line 80) | function validateLabelerViewerState(v: V) { type LabelerPolicies (line 84) | interface LabelerPolicies { function isLabelerPolicies (line 94) | function isLabelerPolicies(v: V) { function validateLabelerPolicies (line 98) | function validateLabelerPolicies(v: V) { FILE: packages/api/src/client/types/app/bsky/labeler/getServices.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 23) | type InputSchema = undefined type OutputSchema (line 25) | interface OutputSchema { type CallOptions (line 33) | interface CallOptions { type Response (line 38) | interface Response { function toKnownErr (line 44) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/labeler/service.ts type Main (line 20) | interface Main { function isMain (line 36) | function isMain(v: V) { function validateMain (line 40) | function validateMain(v: V) { FILE: packages/api/src/client/types/app/bsky/notification/declaration.ts type Main (line 17) | interface Main { function isMain (line 26) | function isMain(v: V) { function validateMain (line 30) | function validateMain(v: V) { FILE: packages/api/src/client/types/app/bsky/notification/defs.ts type RecordDeleted (line 17) | interface RecordDeleted { function isRecordDeleted (line 23) | function isRecordDeleted(v: V) { function validateRecordDeleted (line 27) | function validateRecordDeleted(v: V) { type ChatPreference (line 31) | interface ChatPreference { function isChatPreference (line 39) | function isChatPreference(v: V) { function validateChatPreference (line 43) | function validateChatPreference(v: V) { type FilterablePreference (line 47) | interface FilterablePreference { function isFilterablePreference (line 56) | function isFilterablePreference(v: V) { function validateFilterablePreference (line 60) | function validateFilterablePreference(v: V) { type Preference (line 64) | interface Preference { function isPreference (line 72) | function isPreference(v: V) { function validatePreference (line 76) | function validatePreference(v: V) { type Preferences (line 80) | interface Preferences { function isPreferences (line 99) | function isPreferences(v: V) { function validatePreferences (line 103) | function validatePreferences(v: V) { type ActivitySubscription (line 107) | interface ActivitySubscription { function isActivitySubscription (line 115) | function isActivitySubscription(v: V) { function validateActivitySubscription (line 119) | function validateActivitySubscription(v: V) { type SubjectActivitySubscription (line 124) | interface SubjectActivitySubscription { function isSubjectActivitySubscription (line 132) | function isSubjectActivitySubscription(v: V) { function validateSubjectActivitySubscription (line 136) | function validateSubjectActivitySubscription(v: V) { FILE: packages/api/src/client/types/app/bsky/notification/getPreferences.ts type QueryParams (line 19) | type QueryParams = {} type InputSchema (line 20) | type InputSchema = undefined type OutputSchema (line 22) | interface OutputSchema { type CallOptions (line 26) | interface CallOptions { type Response (line 31) | interface Response { function toKnownErr (line 37) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/notification/getUnreadCount.ts type QueryParams (line 18) | type QueryParams = { type InputSchema (line 22) | type InputSchema = undefined type OutputSchema (line 24) | interface OutputSchema { type CallOptions (line 28) | interface CallOptions { type Response (line 33) | interface Response { function toKnownErr (line 39) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/notification/listActivitySubscriptions.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 23) | type InputSchema = undefined type OutputSchema (line 25) | interface OutputSchema { type CallOptions (line 30) | interface CallOptions { type Response (line 35) | interface Response { function toKnownErr (line 41) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/notification/listNotifications.ts type QueryParams (line 20) | type QueryParams = { type InputSchema (line 28) | type InputSchema = undefined type OutputSchema (line 30) | interface OutputSchema { type CallOptions (line 37) | interface CallOptions { type Response (line 42) | interface Response { function toKnownErr (line 48) | function toKnownErr(e: any) { type Notification (line 52) | interface Notification { function isNotification (line 82) | function isNotification(v: V) { function validateNotification (line 86) | function validateNotification(v: V) { FILE: packages/api/src/client/types/app/bsky/notification/putActivitySubscription.ts type QueryParams (line 19) | type QueryParams = {} type InputSchema (line 21) | interface InputSchema { type OutputSchema (line 26) | interface OutputSchema { type CallOptions (line 31) | interface CallOptions { type Response (line 38) | interface Response { function toKnownErr (line 44) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/notification/putPreferences.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 20) | interface InputSchema { type CallOptions (line 24) | interface CallOptions { type Response (line 31) | interface Response { function toKnownErr (line 36) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/notification/putPreferencesV2.ts type QueryParams (line 19) | type QueryParams = {} type InputSchema (line 21) | interface InputSchema { type OutputSchema (line 37) | interface OutputSchema { type CallOptions (line 41) | interface CallOptions { type Response (line 48) | interface Response { function toKnownErr (line 54) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/notification/registerPush.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 20) | interface InputSchema { type CallOptions (line 29) | interface CallOptions { type Response (line 36) | interface Response { function toKnownErr (line 41) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/notification/unregisterPush.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 20) | interface InputSchema { type CallOptions (line 27) | interface CallOptions { type Response (line 34) | interface Response { function toKnownErr (line 39) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/notification/updateSeen.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 20) | interface InputSchema { type CallOptions (line 24) | interface CallOptions { type Response (line 31) | interface Response { function toKnownErr (line 36) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/richtext/facet.ts type Main (line 18) | interface Main { function isMain (line 26) | function isMain(v: V) { function validateMain (line 30) | function validateMain(v: V) { type Mention (line 35) | interface Mention { function isMention (line 42) | function isMention(v: V) { function validateMention (line 46) | function validateMention(v: V) { type Link (line 51) | interface Link { function isLink (line 58) | function isLink(v: V) { function validateLink (line 62) | function validateLink(v: V) { type Tag (line 67) | interface Tag { function isTag (line 74) | function isTag(v: V) { function validateTag (line 78) | function validateTag(v: V) { type ByteSlice (line 83) | interface ByteSlice { function isByteSlice (line 91) | function isByteSlice(v: V) { function validateByteSlice (line 95) | function validateByteSlice(v: V) { FILE: packages/api/src/client/types/app/bsky/unspecced/defs.ts type SkeletonSearchPost (line 19) | interface SkeletonSearchPost { function isSkeletonSearchPost (line 26) | function isSkeletonSearchPost(v: V) { function validateSkeletonSearchPost (line 30) | function validateSkeletonSearchPost(v: V) { type SkeletonSearchActor (line 34) | interface SkeletonSearchActor { function isSkeletonSearchActor (line 41) | function isSkeletonSearchActor(v: V) { function validateSkeletonSearchActor (line 45) | function validateSkeletonSearchActor(v: V) { type SkeletonSearchStarterPack (line 49) | interface SkeletonSearchStarterPack { function isSkeletonSearchStarterPack (line 56) | function isSkeletonSearchStarterPack(v: V) { function validateSkeletonSearchStarterPack (line 60) | function validateSkeletonSearchStarterPack(v: V) { type TrendingTopic (line 68) | interface TrendingTopic { function isTrendingTopic (line 78) | function isTrendingTopic(v: V) { function validateTrendingTopic (line 82) | function validateTrendingTopic(v: V) { type SkeletonTrend (line 86) | interface SkeletonTrend { function isSkeletonTrend (line 100) | function isSkeletonTrend(v: V) { function validateSkeletonTrend (line 104) | function validateSkeletonTrend(v: V) { type TrendView (line 108) | interface TrendView { function isTrendView (line 122) | function isTrendView(v: V) { function validateTrendView (line 126) | function validateTrendView(v: V) { type ThreadItemPost (line 130) | interface ThreadItemPost { function isThreadItemPost (line 147) | function isThreadItemPost(v: V) { function validateThreadItemPost (line 151) | function validateThreadItemPost(v: V) { type ThreadItemNoUnauthenticated (line 155) | interface ThreadItemNoUnauthenticated { function isThreadItemNoUnauthenticated (line 161) | function isThreadItemNoUnauthenticated(v: V) { function validateThreadItemNoUnauthenticated (line 165) | function validateThreadItemNoUnauthenticated(v: V) { type ThreadItemNotFound (line 173) | interface ThreadItemNotFound { function isThreadItemNotFound (line 179) | function isThreadItemNotFound(v: V) { function validateThreadItemNotFound (line 183) | function validateThreadItemNotFound(v: V) { type ThreadItemBlocked (line 187) | interface ThreadItemBlocked { function isThreadItemBlocked (line 194) | function isThreadItemBlocked(v: V) { function validateThreadItemBlocked (line 198) | function validateThreadItemBlocked(v: V) { type AgeAssuranceState (line 203) | interface AgeAssuranceState { function isAgeAssuranceState (line 213) | function isAgeAssuranceState(v: V) { function validateAgeAssuranceState (line 217) | function validateAgeAssuranceState(v: V) { type AgeAssuranceEvent (line 222) | interface AgeAssuranceEvent { function isAgeAssuranceEvent (line 244) | function isAgeAssuranceEvent(v: V) { function validateAgeAssuranceEvent (line 248) | function validateAgeAssuranceEvent(v: V) { FILE: packages/api/src/client/types/app/bsky/unspecced/getAgeAssuranceState.ts type QueryParams (line 19) | type QueryParams = {} type InputSchema (line 20) | type InputSchema = undefined type OutputSchema (line 21) | type OutputSchema = AppBskyUnspeccedDefs.AgeAssuranceState type CallOptions (line 23) | interface CallOptions { type Response (line 28) | interface Response { function toKnownErr (line 34) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/unspecced/getConfig.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 19) | type InputSchema = undefined type OutputSchema (line 21) | interface OutputSchema { type CallOptions (line 26) | interface CallOptions { type Response (line 31) | interface Response { function toKnownErr (line 37) | function toKnownErr(e: any) { type LiveNowConfig (line 41) | interface LiveNowConfig { function isLiveNowConfig (line 49) | function isLiveNowConfig(v: V) { function validateLiveNowConfig (line 53) | function validateLiveNowConfig(v: V) { FILE: packages/api/src/client/types/app/bsky/unspecced/getOnboardingSuggestedStarterPacks.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 22) | type InputSchema = undefined type OutputSchema (line 24) | interface OutputSchema { type CallOptions (line 28) | interface CallOptions { type Response (line 33) | interface Response { function toKnownErr (line 39) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/unspecced/getOnboardingSuggestedStarterPacksSkeleton.ts type QueryParams (line 18) | type QueryParams = { type InputSchema (line 23) | type InputSchema = undefined type OutputSchema (line 25) | interface OutputSchema { type CallOptions (line 29) | interface CallOptions { type Response (line 34) | interface Response { function toKnownErr (line 40) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/unspecced/getOnboardingSuggestedUsersSkeleton.ts type QueryParams (line 18) | type QueryParams = { type InputSchema (line 25) | type InputSchema = undefined type OutputSchema (line 27) | interface OutputSchema { type CallOptions (line 35) | interface CallOptions { type Response (line 40) | interface Response { function toKnownErr (line 46) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/unspecced/getPopularFeedGenerators.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 24) | type InputSchema = undefined type OutputSchema (line 26) | interface OutputSchema { type CallOptions (line 31) | interface CallOptions { type Response (line 36) | interface Response { function toKnownErr (line 42) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/unspecced/getPostThreadOtherV2.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 23) | type InputSchema = undefined type OutputSchema (line 25) | interface OutputSchema { type CallOptions (line 30) | interface CallOptions { type Response (line 35) | interface Response { function toKnownErr (line 41) | function toKnownErr(e: any) { type ThreadItem (line 45) | interface ThreadItem { function isThreadItem (line 55) | function isThreadItem(v: V) { function validateThreadItem (line 59) | function validateThreadItem(v: V) { FILE: packages/api/src/client/types/app/bsky/unspecced/getPostThreadV2.ts type QueryParams (line 20) | type QueryParams = { type InputSchema (line 32) | type InputSchema = undefined type OutputSchema (line 34) | interface OutputSchema { type CallOptions (line 42) | interface CallOptions { type Response (line 47) | interface Response { function toKnownErr (line 53) | function toKnownErr(e: any) { type ThreadItem (line 57) | interface ThreadItem { function isThreadItem (line 72) | function isThreadItem(v: V) { function validateThreadItem (line 76) | function validateThreadItem(v: V) { FILE: packages/api/src/client/types/app/bsky/unspecced/getSuggestedFeeds.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 22) | type InputSchema = undefined type OutputSchema (line 24) | interface OutputSchema { type CallOptions (line 28) | interface CallOptions { type Response (line 33) | interface Response { function toKnownErr (line 39) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/unspecced/getSuggestedFeedsSkeleton.ts type QueryParams (line 18) | type QueryParams = { type InputSchema (line 23) | type InputSchema = undefined type OutputSchema (line 25) | interface OutputSchema { type CallOptions (line 29) | interface CallOptions { type Response (line 34) | interface Response { function toKnownErr (line 40) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/unspecced/getSuggestedOnboardingUsers.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 24) | type InputSchema = undefined type OutputSchema (line 26) | interface OutputSchema { type CallOptions (line 34) | interface CallOptions { type Response (line 39) | interface Response { function toKnownErr (line 45) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/unspecced/getSuggestedStarterPacks.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 22) | type InputSchema = undefined type OutputSchema (line 24) | interface OutputSchema { type CallOptions (line 28) | interface CallOptions { type Response (line 33) | interface Response { function toKnownErr (line 39) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/unspecced/getSuggestedStarterPacksSkeleton.ts type QueryParams (line 18) | type QueryParams = { type InputSchema (line 23) | type InputSchema = undefined type OutputSchema (line 25) | interface OutputSchema { type CallOptions (line 29) | interface CallOptions { type Response (line 34) | interface Response { function toKnownErr (line 40) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/unspecced/getSuggestedUsers.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 24) | type InputSchema = undefined type OutputSchema (line 26) | interface OutputSchema { type CallOptions (line 34) | interface CallOptions { type Response (line 39) | interface Response { function toKnownErr (line 45) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/unspecced/getSuggestedUsersSkeleton.ts type QueryParams (line 18) | type QueryParams = { type InputSchema (line 25) | type InputSchema = undefined type OutputSchema (line 27) | interface OutputSchema { type CallOptions (line 35) | interface CallOptions { type Response (line 40) | interface Response { function toKnownErr (line 46) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/unspecced/getSuggestionsSkeleton.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 27) | type InputSchema = undefined type OutputSchema (line 29) | interface OutputSchema { type CallOptions (line 40) | interface CallOptions { type Response (line 45) | interface Response { function toKnownErr (line 51) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/unspecced/getTaggedSuggestions.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 19) | type InputSchema = undefined type OutputSchema (line 21) | interface OutputSchema { type CallOptions (line 25) | interface CallOptions { type Response (line 30) | interface Response { function toKnownErr (line 36) | function toKnownErr(e: any) { type Suggestion (line 40) | interface Suggestion { function isSuggestion (line 49) | function isSuggestion(v: V) { function validateSuggestion (line 53) | function validateSuggestion(v: V) { FILE: packages/api/src/client/types/app/bsky/unspecced/getTrendingTopics.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 24) | type InputSchema = undefined type OutputSchema (line 26) | interface OutputSchema { type CallOptions (line 31) | interface CallOptions { type Response (line 36) | interface Response { function toKnownErr (line 42) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/unspecced/getTrends.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 22) | type InputSchema = undefined type OutputSchema (line 24) | interface OutputSchema { type CallOptions (line 28) | interface CallOptions { type Response (line 33) | interface Response { function toKnownErr (line 39) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/unspecced/getTrendsSkeleton.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 24) | type InputSchema = undefined type OutputSchema (line 26) | interface OutputSchema { type CallOptions (line 30) | interface CallOptions { type Response (line 35) | interface Response { function toKnownErr (line 41) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/unspecced/initAgeAssurance.ts type QueryParams (line 19) | type QueryParams = {} type InputSchema (line 21) | interface InputSchema { type OutputSchema (line 30) | type OutputSchema = AppBskyUnspeccedDefs.AgeAssuranceState type CallOptions (line 32) | interface CallOptions { type Response (line 39) | interface Response { class InvalidEmailError (line 45) | class InvalidEmailError extends XRPCError { method constructor (line 46) | constructor(src: XRPCError) { class DidTooLongError (line 51) | class DidTooLongError extends XRPCError { method constructor (line 52) | constructor(src: XRPCError) { class InvalidInitiationError (line 57) | class InvalidInitiationError extends XRPCError { method constructor (line 58) | constructor(src: XRPCError) { function toKnownErr (line 63) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/unspecced/searchActorsSkeleton.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 30) | type InputSchema = undefined type OutputSchema (line 32) | interface OutputSchema { type CallOptions (line 39) | interface CallOptions { type Response (line 44) | interface Response { class BadQueryStringError (line 50) | class BadQueryStringError extends XRPCError { method constructor (line 51) | constructor(src: XRPCError) { function toKnownErr (line 56) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/unspecced/searchPostsSkeleton.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 46) | type InputSchema = undefined type OutputSchema (line 48) | interface OutputSchema { type CallOptions (line 55) | interface CallOptions { type Response (line 60) | interface Response { class BadQueryStringError (line 66) | class BadQueryStringError extends XRPCError { method constructor (line 67) | constructor(src: XRPCError) { function toKnownErr (line 72) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/unspecced/searchStarterPacksSkeleton.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 28) | type InputSchema = undefined type OutputSchema (line 30) | interface OutputSchema { type CallOptions (line 37) | interface CallOptions { type Response (line 42) | interface Response { class BadQueryStringError (line 48) | class BadQueryStringError extends XRPCError { method constructor (line 49) | constructor(src: XRPCError) { function toKnownErr (line 54) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/video/defs.ts type JobStatus (line 17) | interface JobStatus { function isJobStatus (line 32) | function isJobStatus(v: V) { function validateJobStatus (line 36) | function validateJobStatus(v: V) { FILE: packages/api/src/client/types/app/bsky/video/getJobStatus.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 22) | type InputSchema = undefined type OutputSchema (line 24) | interface OutputSchema { type CallOptions (line 28) | interface CallOptions { type Response (line 33) | interface Response { function toKnownErr (line 39) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/video/getUploadLimits.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 19) | type InputSchema = undefined type OutputSchema (line 21) | interface OutputSchema { type CallOptions (line 29) | interface CallOptions { type Response (line 34) | interface Response { function toKnownErr (line 40) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/app/bsky/video/uploadVideo.ts type QueryParams (line 19) | type QueryParams = {} type InputSchema (line 20) | type InputSchema = string | Uint8Array | Blob type OutputSchema (line 22) | interface OutputSchema { type CallOptions (line 26) | interface CallOptions { type Response (line 33) | interface Response { function toKnownErr (line 39) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/chat/bsky/actor/declaration.ts type Main (line 17) | interface Main { function isMain (line 25) | function isMain(v: V) { function validateMain (line 29) | function validateMain(v: V) { FILE: packages/api/src/client/types/chat/bsky/actor/defs.ts type ProfileViewBasic (line 19) | interface ProfileViewBasic { function isProfileViewBasic (line 35) | function isProfileViewBasic(v: V) { function validateProfileViewBasic (line 39) | function validateProfileViewBasic(v: V) { FILE: packages/api/src/client/types/chat/bsky/actor/deleteAccount.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 19) | type InputSchema = undefined type OutputSchema (line 21) | interface OutputSchema {} type CallOptions (line 23) | interface CallOptions { type Response (line 29) | interface Response { function toKnownErr (line 35) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/chat/bsky/actor/exportAccountData.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 19) | type InputSchema = undefined type CallOptions (line 21) | interface CallOptions { type Response (line 26) | interface Response { function toKnownErr (line 32) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/chat/bsky/convo/acceptConvo.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 20) | interface InputSchema { type OutputSchema (line 24) | interface OutputSchema { type CallOptions (line 29) | interface CallOptions { type Response (line 36) | interface Response { function toKnownErr (line 42) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/chat/bsky/convo/addReaction.ts type QueryParams (line 19) | type QueryParams = {} type InputSchema (line 21) | interface InputSchema { type OutputSchema (line 27) | interface OutputSchema { type CallOptions (line 31) | interface CallOptions { type Response (line 38) | interface Response { class ReactionMessageDeletedError (line 44) | class ReactionMessageDeletedError extends XRPCError { method constructor (line 45) | constructor(src: XRPCError) { class ReactionLimitReachedError (line 50) | class ReactionLimitReachedError extends XRPCError { method constructor (line 51) | constructor(src: XRPCError) { class ReactionInvalidValueError (line 56) | class ReactionInvalidValueError extends XRPCError { method constructor (line 57) | constructor(src: XRPCError) { function toKnownErr (line 62) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/chat/bsky/convo/defs.ts type MessageRef (line 20) | interface MessageRef { function isMessageRef (line 29) | function isMessageRef(v: V) { function validateMessageRef (line 33) | function validateMessageRef(v: V) { type MessageInput (line 37) | interface MessageInput { function isMessageInput (line 47) | function isMessageInput(v: V) { function validateMessageInput (line 51) | function validateMessageInput(v: V) { type MessageView (line 55) | interface MessageView { function isMessageView (line 71) | function isMessageView(v: V) { function validateMessageView (line 75) | function validateMessageView(v: V) { type DeletedMessageView (line 79) | interface DeletedMessageView { function isDeletedMessageView (line 89) | function isDeletedMessageView(v: V) { function validateDeletedMessageView (line 93) | function validateDeletedMessageView(v: V) { type MessageViewSender (line 97) | interface MessageViewSender { function isMessageViewSender (line 104) | function isMessageViewSender(v: V) { function validateMessageViewSender (line 108) | function validateMessageViewSender(v: V) { type ReactionView (line 112) | interface ReactionView { function isReactionView (line 121) | function isReactionView(v: V) { function validateReactionView (line 125) | function validateReactionView(v: V) { type ReactionViewSender (line 129) | interface ReactionViewSender { function isReactionViewSender (line 136) | function isReactionViewSender(v: V) { function validateReactionViewSender (line 140) | function validateReactionViewSender(v: V) { type MessageAndReactionView (line 144) | interface MessageAndReactionView { function isMessageAndReactionView (line 152) | function isMessageAndReactionView(v: V) { function validateMessageAndReactionView (line 156) | function validateMessageAndReactionView(v: V) { type ConvoView (line 160) | interface ConvoView { function isConvoView (line 177) | function isConvoView(v: V) { function validateConvoView (line 181) | function validateConvoView(v: V) { type LogBeginConvo (line 185) | interface LogBeginConvo { function isLogBeginConvo (line 193) | function isLogBeginConvo(v: V) { function validateLogBeginConvo (line 197) | function validateLogBeginConvo(v: V) { type LogAcceptConvo (line 201) | interface LogAcceptConvo { function isLogAcceptConvo (line 209) | function isLogAcceptConvo(v: V) { function validateLogAcceptConvo (line 213) | function validateLogAcceptConvo(v: V) { type LogLeaveConvo (line 217) | interface LogLeaveConvo { function isLogLeaveConvo (line 225) | function isLogLeaveConvo(v: V) { function validateLogLeaveConvo (line 229) | function validateLogLeaveConvo(v: V) { type LogMuteConvo (line 233) | interface LogMuteConvo { function isLogMuteConvo (line 241) | function isLogMuteConvo(v: V) { function validateLogMuteConvo (line 245) | function validateLogMuteConvo(v: V) { type LogUnmuteConvo (line 249) | interface LogUnmuteConvo { function isLogUnmuteConvo (line 257) | function isLogUnmuteConvo(v: V) { function validateLogUnmuteConvo (line 261) | function validateLogUnmuteConvo(v: V) { type LogCreateMessage (line 265) | interface LogCreateMessage { function isLogCreateMessage (line 274) | function isLogCreateMessage(v: V) { function validateLogCreateMessage (line 278) | function validateLogCreateMessage(v: V) { type LogDeleteMessage (line 282) | interface LogDeleteMessage { function isLogDeleteMessage (line 291) | function isLogDeleteMessage(v: V) { function validateLogDeleteMessage (line 295) | function validateLogDeleteMessage(v: V) { type LogReadMessage (line 299) | interface LogReadMessage { function isLogReadMessage (line 308) | function isLogReadMessage(v: V) { function validateLogReadMessage (line 312) | function validateLogReadMessage(v: V) { type LogAddReaction (line 316) | interface LogAddReaction { function isLogAddReaction (line 326) | function isLogAddReaction(v: V) { function validateLogAddReaction (line 330) | function validateLogAddReaction(v: V) { type LogRemoveReaction (line 334) | interface LogRemoveReaction { function isLogRemoveReaction (line 344) | function isLogRemoveReaction(v: V) { function validateLogRemoveReaction (line 348) | function validateLogRemoveReaction(v: V) { FILE: packages/api/src/client/types/chat/bsky/convo/deleteMessageForSelf.ts type QueryParams (line 19) | type QueryParams = {} type InputSchema (line 21) | interface InputSchema { type OutputSchema (line 26) | type OutputSchema = ChatBskyConvoDefs.DeletedMessageView type CallOptions (line 28) | interface CallOptions { type Response (line 35) | interface Response { function toKnownErr (line 41) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/chat/bsky/convo/getConvo.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 22) | type InputSchema = undefined type OutputSchema (line 24) | interface OutputSchema { type CallOptions (line 28) | interface CallOptions { type Response (line 33) | interface Response { function toKnownErr (line 39) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/chat/bsky/convo/getConvoAvailability.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 22) | type InputSchema = undefined type OutputSchema (line 24) | interface OutputSchema { type CallOptions (line 29) | interface CallOptions { type Response (line 34) | interface Response { function toKnownErr (line 40) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/chat/bsky/convo/getConvoForMembers.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 22) | type InputSchema = undefined type OutputSchema (line 24) | interface OutputSchema { type CallOptions (line 28) | interface CallOptions { type Response (line 33) | interface Response { function toKnownErr (line 39) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/chat/bsky/convo/getLog.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 22) | type InputSchema = undefined type OutputSchema (line 24) | interface OutputSchema { type CallOptions (line 41) | interface CallOptions { type Response (line 46) | interface Response { function toKnownErr (line 52) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/chat/bsky/convo/getMessages.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 24) | type InputSchema = undefined type OutputSchema (line 26) | interface OutputSchema { type CallOptions (line 35) | interface CallOptions { type Response (line 40) | interface Response { function toKnownErr (line 46) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/chat/bsky/convo/leaveConvo.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 20) | interface InputSchema { type OutputSchema (line 24) | interface OutputSchema { type CallOptions (line 29) | interface CallOptions { type Response (line 36) | interface Response { function toKnownErr (line 42) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/chat/bsky/convo/listConvos.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 25) | type InputSchema = undefined type OutputSchema (line 27) | interface OutputSchema { type CallOptions (line 32) | interface CallOptions { type Response (line 37) | interface Response { function toKnownErr (line 43) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/chat/bsky/convo/muteConvo.ts type QueryParams (line 19) | type QueryParams = {} type InputSchema (line 21) | interface InputSchema { type OutputSchema (line 25) | interface OutputSchema { type CallOptions (line 29) | interface CallOptions { type Response (line 36) | interface Response { function toKnownErr (line 42) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/chat/bsky/convo/removeReaction.ts type QueryParams (line 19) | type QueryParams = {} type InputSchema (line 21) | interface InputSchema { type OutputSchema (line 27) | interface OutputSchema { type CallOptions (line 31) | interface CallOptions { type Response (line 38) | interface Response { class ReactionMessageDeletedError (line 44) | class ReactionMessageDeletedError extends XRPCError { method constructor (line 45) | constructor(src: XRPCError) { class ReactionInvalidValueError (line 50) | class ReactionInvalidValueError extends XRPCError { method constructor (line 51) | constructor(src: XRPCError) { function toKnownErr (line 56) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/chat/bsky/convo/sendMessage.ts type QueryParams (line 19) | type QueryParams = {} type InputSchema (line 21) | interface InputSchema { type OutputSchema (line 26) | type OutputSchema = ChatBskyConvoDefs.MessageView type CallOptions (line 28) | interface CallOptions { type Response (line 35) | interface Response { function toKnownErr (line 41) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/chat/bsky/convo/sendMessageBatch.ts type QueryParams (line 19) | type QueryParams = {} type InputSchema (line 21) | interface InputSchema { type OutputSchema (line 25) | interface OutputSchema { type CallOptions (line 29) | interface CallOptions { type Response (line 36) | interface Response { function toKnownErr (line 42) | function toKnownErr(e: any) { type BatchItem (line 46) | interface BatchItem { function isBatchItem (line 54) | function isBatchItem(v: V) { function validateBatchItem (line 58) | function validateBatchItem(v: V) { FILE: packages/api/src/client/types/chat/bsky/convo/unmuteConvo.ts type QueryParams (line 19) | type QueryParams = {} type InputSchema (line 21) | interface InputSchema { type OutputSchema (line 25) | interface OutputSchema { type CallOptions (line 29) | interface CallOptions { type Response (line 36) | interface Response { function toKnownErr (line 42) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/chat/bsky/convo/updateAllRead.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 20) | interface InputSchema { type OutputSchema (line 24) | interface OutputSchema { type CallOptions (line 29) | interface CallOptions { type Response (line 36) | interface Response { function toKnownErr (line 42) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/chat/bsky/convo/updateRead.ts type QueryParams (line 19) | type QueryParams = {} type InputSchema (line 21) | interface InputSchema { type OutputSchema (line 26) | interface OutputSchema { type CallOptions (line 30) | interface CallOptions { type Response (line 37) | interface Response { function toKnownErr (line 43) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/chat/bsky/moderation/getActorMetadata.ts type QueryParams (line 18) | type QueryParams = { type InputSchema (line 21) | type InputSchema = undefined type OutputSchema (line 23) | interface OutputSchema { type CallOptions (line 29) | interface CallOptions { type Response (line 34) | interface Response { function toKnownErr (line 40) | function toKnownErr(e: any) { type Metadata (line 44) | interface Metadata { function isMetadata (line 54) | function isMetadata(v: V) { function validateMetadata (line 58) | function validateMetadata(v: V) { FILE: packages/api/src/client/types/chat/bsky/moderation/getMessageContext.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 26) | type InputSchema = undefined type OutputSchema (line 28) | interface OutputSchema { type CallOptions (line 36) | interface CallOptions { type Response (line 41) | interface Response { function toKnownErr (line 47) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/chat/bsky/moderation/updateActorAccess.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 20) | interface InputSchema { type CallOptions (line 26) | interface CallOptions { type Response (line 33) | interface Response { function toKnownErr (line 38) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/com/atproto/admin/defs.ts type StatusAttr (line 18) | interface StatusAttr { function isStatusAttr (line 26) | function isStatusAttr(v: V) { function validateStatusAttr (line 30) | function validateStatusAttr(v: V) { type AccountView (line 34) | interface AccountView { function isAccountView (line 52) | function isAccountView(v: V) { function validateAccountView (line 56) | function validateAccountView(v: V) { type RepoRef (line 60) | interface RepoRef { function isRepoRef (line 67) | function isRepoRef(v: V) { function validateRepoRef (line 71) | function validateRepoRef(v: V) { type RepoBlobRef (line 75) | interface RepoBlobRef { function isRepoBlobRef (line 84) | function isRepoBlobRef(v: V) { function validateRepoBlobRef (line 88) | function validateRepoBlobRef(v: V) { type ThreatSignature (line 92) | interface ThreatSignature { function isThreatSignature (line 100) | function isThreatSignature(v: V) { function validateThreatSignature (line 104) | function validateThreatSignature(v: V) { FILE: packages/api/src/client/types/com/atproto/admin/deleteAccount.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 20) | interface InputSchema { type CallOptions (line 24) | interface CallOptions { type Response (line 31) | interface Response { function toKnownErr (line 36) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/com/atproto/admin/disableAccountInvites.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 20) | interface InputSchema { type CallOptions (line 26) | interface CallOptions { type Response (line 33) | interface Response { function toKnownErr (line 38) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/com/atproto/admin/disableInviteCodes.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 20) | interface InputSchema { type CallOptions (line 25) | interface CallOptions { type Response (line 32) | interface Response { function toKnownErr (line 37) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/com/atproto/admin/enableAccountInvites.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 20) | interface InputSchema { type CallOptions (line 26) | interface CallOptions { type Response (line 33) | interface Response { function toKnownErr (line 38) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/com/atproto/admin/getAccountInfo.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 22) | type InputSchema = undefined type OutputSchema (line 23) | type OutputSchema = ComAtprotoAdminDefs.AccountView type CallOptions (line 25) | interface CallOptions { type Response (line 30) | interface Response { function toKnownErr (line 36) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/com/atproto/admin/getAccountInfos.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 22) | type InputSchema = undefined type OutputSchema (line 24) | interface OutputSchema { type CallOptions (line 28) | interface CallOptions { type Response (line 33) | interface Response { function toKnownErr (line 39) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/com/atproto/admin/getInviteCodes.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 24) | type InputSchema = undefined type OutputSchema (line 26) | interface OutputSchema { type CallOptions (line 31) | interface CallOptions { type Response (line 36) | interface Response { function toKnownErr (line 42) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/com/atproto/admin/getSubjectStatus.ts type QueryParams (line 20) | type QueryParams = { type InputSchema (line 25) | type InputSchema = undefined type OutputSchema (line 27) | interface OutputSchema { type CallOptions (line 37) | interface CallOptions { type Response (line 42) | interface Response { function toKnownErr (line 48) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/com/atproto/admin/searchAccounts.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 24) | type InputSchema = undefined type OutputSchema (line 26) | interface OutputSchema { type CallOptions (line 31) | interface CallOptions { type Response (line 36) | interface Response { function toKnownErr (line 42) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/com/atproto/admin/sendEmail.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 20) | interface InputSchema { type OutputSchema (line 29) | interface OutputSchema { type CallOptions (line 33) | interface CallOptions { type Response (line 40) | interface Response { function toKnownErr (line 46) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/com/atproto/admin/updateAccountEmail.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 20) | interface InputSchema { type CallOptions (line 26) | interface CallOptions { type Response (line 33) | interface Response { function toKnownErr (line 38) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/com/atproto/admin/updateAccountHandle.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 20) | interface InputSchema { type CallOptions (line 25) | interface CallOptions { type Response (line 32) | interface Response { function toKnownErr (line 37) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/com/atproto/admin/updateAccountPassword.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 20) | interface InputSchema { type CallOptions (line 25) | interface CallOptions { type Response (line 32) | interface Response { function toKnownErr (line 37) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/com/atproto/admin/updateAccountSigningKey.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 20) | interface InputSchema { type CallOptions (line 26) | interface CallOptions { type Response (line 33) | interface Response { function toKnownErr (line 38) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/com/atproto/admin/updateSubjectStatus.ts type QueryParams (line 20) | type QueryParams = {} type InputSchema (line 22) | interface InputSchema { type OutputSchema (line 32) | interface OutputSchema { type CallOptions (line 41) | interface CallOptions { type Response (line 48) | interface Response { function toKnownErr (line 54) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/com/atproto/identity/defs.ts type IdentityInfo (line 17) | interface IdentityInfo { function isIdentityInfo (line 28) | function isIdentityInfo(v: V) { function validateIdentityInfo (line 32) | function validateIdentityInfo(v: V) { FILE: packages/api/src/client/types/com/atproto/identity/getRecommendedDidCredentials.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 19) | type InputSchema = undefined type OutputSchema (line 21) | interface OutputSchema { type CallOptions (line 29) | interface CallOptions { type Response (line 34) | interface Response { function toKnownErr (line 40) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/com/atproto/identity/refreshIdentity.ts type QueryParams (line 19) | type QueryParams = {} type InputSchema (line 21) | interface InputSchema { type OutputSchema (line 25) | type OutputSchema = ComAtprotoIdentityDefs.IdentityInfo type CallOptions (line 27) | interface CallOptions { type Response (line 34) | interface Response { class HandleNotFoundError (line 40) | class HandleNotFoundError extends XRPCError { method constructor (line 41) | constructor(src: XRPCError) { class DidNotFoundError (line 46) | class DidNotFoundError extends XRPCError { method constructor (line 47) | constructor(src: XRPCError) { class DidDeactivatedError (line 52) | class DidDeactivatedError extends XRPCError { method constructor (line 53) | constructor(src: XRPCError) { function toKnownErr (line 58) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/com/atproto/identity/requestPlcOperationSignature.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 19) | type InputSchema = undefined type CallOptions (line 21) | interface CallOptions { type Response (line 27) | interface Response { function toKnownErr (line 32) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/com/atproto/identity/resolveDid.ts type QueryParams (line 18) | type QueryParams = { type InputSchema (line 22) | type InputSchema = undefined type OutputSchema (line 24) | interface OutputSchema { type CallOptions (line 29) | interface CallOptions { type Response (line 34) | interface Response { class DidNotFoundError (line 40) | class DidNotFoundError extends XRPCError { method constructor (line 41) | constructor(src: XRPCError) { class DidDeactivatedError (line 46) | class DidDeactivatedError extends XRPCError { method constructor (line 47) | constructor(src: XRPCError) { function toKnownErr (line 52) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/com/atproto/identity/resolveHandle.ts type QueryParams (line 18) | type QueryParams = { type InputSchema (line 22) | type InputSchema = undefined type OutputSchema (line 24) | interface OutputSchema { type CallOptions (line 28) | interface CallOptions { type Response (line 33) | interface Response { class HandleNotFoundError (line 39) | class HandleNotFoundError extends XRPCError { method constructor (line 40) | constructor(src: XRPCError) { function toKnownErr (line 45) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/com/atproto/identity/resolveIdentity.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 23) | type InputSchema = undefined type OutputSchema (line 24) | type OutputSchema = ComAtprotoIdentityDefs.IdentityInfo type CallOptions (line 26) | interface CallOptions { type Response (line 31) | interface Response { class HandleNotFoundError (line 37) | class HandleNotFoundError extends XRPCError { method constructor (line 38) | constructor(src: XRPCError) { class DidNotFoundError (line 43) | class DidNotFoundError extends XRPCError { method constructor (line 44) | constructor(src: XRPCError) { class DidDeactivatedError (line 49) | class DidDeactivatedError extends XRPCError { method constructor (line 50) | constructor(src: XRPCError) { function toKnownErr (line 55) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/com/atproto/identity/signPlcOperation.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 20) | interface InputSchema { type OutputSchema (line 29) | interface OutputSchema { type CallOptions (line 34) | interface CallOptions { type Response (line 41) | interface Response { function toKnownErr (line 47) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/com/atproto/identity/submitPlcOperation.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 20) | interface InputSchema { type CallOptions (line 24) | interface CallOptions { type Response (line 31) | interface Response { function toKnownErr (line 36) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/com/atproto/identity/updateHandle.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 20) | interface InputSchema { type CallOptions (line 25) | interface CallOptions { type Response (line 32) | interface Response { function toKnownErr (line 37) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/com/atproto/label/defs.ts type Label (line 18) | interface Label { function isLabel (line 42) | function isLabel(v: V) { function validateLabel (line 46) | function validateLabel(v: V) { type SelfLabels (line 51) | interface SelfLabels { function isSelfLabels (line 58) | function isSelfLabels(v: V) { function validateSelfLabels (line 62) | function validateSelfLabels(v: V) { type SelfLabel (line 67) | interface SelfLabel { function isSelfLabel (line 75) | function isSelfLabel(v: V) { function validateSelfLabel (line 79) | function validateSelfLabel(v: V) { type LabelValueDefinition (line 84) | interface LabelValueDefinition { function isLabelValueDefinition (line 101) | function isLabelValueDefinition(v: V) { function validateLabelValueDefinition (line 105) | function validateLabelValueDefinition(v: V) { type LabelValueDefinitionStrings (line 110) | interface LabelValueDefinitionStrings { function isLabelValueDefinitionStrings (line 122) | function isLabelValueDefinitionStrings(v: V) { function validateLabelValueDefinitionStrings (line 126) | function validateLabelValueDefinitionStrings(v: V) { type LabelValue (line 134) | type LabelValue = FILE: packages/api/src/client/types/com/atproto/label/queryLabels.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 27) | type InputSchema = undefined type OutputSchema (line 29) | interface OutputSchema { type CallOptions (line 34) | interface CallOptions { type Response (line 39) | interface Response { function toKnownErr (line 45) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/com/atproto/label/subscribeLabels.ts type Labels (line 19) | interface Labels { function isLabels (line 27) | function isLabels(v: V) { function validateLabels (line 31) | function validateLabels(v: V) { type Info (line 35) | interface Info { function isInfo (line 43) | function isInfo(v: V) { function validateInfo (line 47) | function validateInfo(v: V) { FILE: packages/api/src/client/types/com/atproto/lexicon/resolveLexicon.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 23) | type InputSchema = undefined type OutputSchema (line 25) | interface OutputSchema { type CallOptions (line 33) | interface CallOptions { type Response (line 38) | interface Response { class LexiconNotFoundError (line 44) | class LexiconNotFoundError extends XRPCError { method constructor (line 45) | constructor(src: XRPCError) { function toKnownErr (line 50) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/com/atproto/lexicon/schema.ts type Main (line 17) | interface Main { function isMain (line 26) | function isMain(v: V) { function validateMain (line 30) | function validateMain(v: V) { FILE: packages/api/src/client/types/com/atproto/moderation/createReport.ts type QueryParams (line 21) | type QueryParams = {} type InputSchema (line 23) | interface InputSchema { type OutputSchema (line 34) | interface OutputSchema { type CallOptions (line 46) | interface CallOptions { type Response (line 53) | interface Response { function toKnownErr (line 59) | function toKnownErr(e: any) { type ModTool (line 64) | interface ModTool { function isModTool (line 74) | function isModTool(v: V) { function validateModTool (line 78) | function validateModTool(v: V) { FILE: packages/api/src/client/types/com/atproto/moderation/defs.ts type ReasonType (line 17) | type ReasonType = constant REASONSPAM (line 68) | const REASONSPAM = `${id}#reasonSpam` constant REASONVIOLATION (line 70) | const REASONVIOLATION = `${id}#reasonViolation` constant REASONMISLEADING (line 72) | const REASONMISLEADING = `${id}#reasonMisleading` constant REASONSEXUAL (line 74) | const REASONSEXUAL = `${id}#reasonSexual` constant REASONRUDE (line 76) | const REASONRUDE = `${id}#reasonRude` constant REASONOTHER (line 78) | const REASONOTHER = `${id}#reasonOther` constant REASONAPPEAL (line 80) | const REASONAPPEAL = `${id}#reasonAppeal` type SubjectType (line 83) | type SubjectType = 'account' | 'record' | 'chat' | (string & {}) FILE: packages/api/src/client/types/com/atproto/repo/applyWrites.ts type QueryParams (line 19) | type QueryParams = {} type InputSchema (line 21) | interface InputSchema { type OutputSchema (line 31) | interface OutputSchema { type CallOptions (line 40) | interface CallOptions { type Response (line 47) | interface Response { class InvalidSwapError (line 53) | class InvalidSwapError extends XRPCError { method constructor (line 54) | constructor(src: XRPCError) { function toKnownErr (line 59) | function toKnownErr(e: any) { type Create (line 68) | interface Create { function isCreate (line 78) | function isCreate(v: V) { function validateCreate (line 82) | function validateCreate(v: V) { type Update (line 87) | interface Update { function isUpdate (line 96) | function isUpdate(v: V) { function validateUpdate (line 100) | function validateUpdate(v: V) { type Delete (line 105) | interface Delete { function isDelete (line 113) | function isDelete(v: V) { function validateDelete (line 117) | function validateDelete(v: V) { type CreateResult (line 121) | interface CreateResult { function isCreateResult (line 130) | function isCreateResult(v: V) { function validateCreateResult (line 134) | function validateCreateResult(v: V) { type UpdateResult (line 138) | interface UpdateResult { function isUpdateResult (line 147) | function isUpdateResult(v: V) { function validateUpdateResult (line 151) | function validateUpdateResult(v: V) { type DeleteResult (line 155) | interface DeleteResult { function isDeleteResult (line 161) | function isDeleteResult(v: V) { function validateDeleteResult (line 165) | function validateDeleteResult(v: V) { FILE: packages/api/src/client/types/com/atproto/repo/createRecord.ts type QueryParams (line 19) | type QueryParams = {} type InputSchema (line 21) | interface InputSchema { type OutputSchema (line 36) | interface OutputSchema { type CallOptions (line 43) | interface CallOptions { type Response (line 50) | interface Response { class InvalidSwapError (line 56) | class InvalidSwapError extends XRPCError { method constructor (line 57) | constructor(src: XRPCError) { function toKnownErr (line 62) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/com/atproto/repo/defs.ts type CommitMeta (line 17) | interface CommitMeta { function isCommitMeta (line 25) | function isCommitMeta(v: V) { function validateCommitMeta (line 29) | function validateCommitMeta(v: V) { FILE: packages/api/src/client/types/com/atproto/repo/deleteRecord.ts type QueryParams (line 19) | type QueryParams = {} type InputSchema (line 21) | interface InputSchema { type OutputSchema (line 34) | interface OutputSchema { type CallOptions (line 38) | interface CallOptions { type Response (line 45) | interface Response { class InvalidSwapError (line 51) | class InvalidSwapError extends XRPCError { method constructor (line 52) | constructor(src: XRPCError) { function toKnownErr (line 57) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/com/atproto/repo/describeRepo.ts type QueryParams (line 18) | type QueryParams = { type InputSchema (line 22) | type InputSchema = undefined type OutputSchema (line 24) | interface OutputSchema { type CallOptions (line 35) | interface CallOptions { type Response (line 40) | interface Response { function toKnownErr (line 46) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/com/atproto/repo/getRecord.ts type QueryParams (line 18) | type QueryParams = { type InputSchema (line 28) | type InputSchema = undefined type OutputSchema (line 30) | interface OutputSchema { type CallOptions (line 36) | interface CallOptions { type Response (line 41) | interface Response { class RecordNotFoundError (line 47) | class RecordNotFoundError extends XRPCError { method constructor (line 48) | constructor(src: XRPCError) { function toKnownErr (line 53) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/com/atproto/repo/importRepo.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 19) | type InputSchema = string | Uint8Array | Blob type CallOptions (line 21) | interface CallOptions { type Response (line 28) | interface Response { function toKnownErr (line 33) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/com/atproto/repo/listMissingBlobs.ts type QueryParams (line 18) | type QueryParams = { type InputSchema (line 22) | type InputSchema = undefined type OutputSchema (line 24) | interface OutputSchema { type CallOptions (line 29) | interface CallOptions { type Response (line 34) | interface Response { function toKnownErr (line 40) | function toKnownErr(e: any) { type RecordBlob (line 44) | interface RecordBlob { function isRecordBlob (line 52) | function isRecordBlob(v: V) { function validateRecordBlob (line 56) | function validateRecordBlob(v: V) { FILE: packages/api/src/client/types/com/atproto/repo/listRecords.ts type QueryParams (line 18) | type QueryParams = { type InputSchema (line 29) | type InputSchema = undefined type OutputSchema (line 31) | interface OutputSchema { type CallOptions (line 36) | interface CallOptions { type Response (line 41) | interface Response { function toKnownErr (line 47) | function toKnownErr(e: any) { type Record (line 51) | interface Record { function isRecord (line 60) | function isRecord(v: V) { function validateRecord (line 64) | function validateRecord(v: V) { FILE: packages/api/src/client/types/com/atproto/repo/putRecord.ts type QueryParams (line 19) | type QueryParams = {} type InputSchema (line 21) | interface InputSchema { type OutputSchema (line 38) | interface OutputSchema { type CallOptions (line 45) | interface CallOptions { type Response (line 52) | interface Response { class InvalidSwapError (line 58) | class InvalidSwapError extends XRPCError { method constructor (line 59) | constructor(src: XRPCError) { function toKnownErr (line 64) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/com/atproto/repo/strongRef.ts type Main (line 17) | interface Main { function isMain (line 25) | function isMain(v: V) { function validateMain (line 29) | function validateMain(v: V) { FILE: packages/api/src/client/types/com/atproto/repo/uploadBlob.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 19) | type InputSchema = string | Uint8Array | Blob type OutputSchema (line 21) | interface OutputSchema { type CallOptions (line 25) | interface CallOptions { type Response (line 32) | interface Response { function toKnownErr (line 38) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/com/atproto/server/activateAccount.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 19) | type InputSchema = undefined type CallOptions (line 21) | interface CallOptions { type Response (line 27) | interface Response { function toKnownErr (line 32) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/com/atproto/server/checkAccountStatus.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 19) | type InputSchema = undefined type OutputSchema (line 21) | interface OutputSchema { type CallOptions (line 33) | interface CallOptions { type Response (line 38) | interface Response { function toKnownErr (line 44) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/com/atproto/server/confirmEmail.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 20) | interface InputSchema { type CallOptions (line 25) | interface CallOptions { type Response (line 32) | interface Response { class AccountNotFoundError (line 37) | class AccountNotFoundError extends XRPCError { method constructor (line 38) | constructor(src: XRPCError) { class ExpiredTokenError (line 43) | class ExpiredTokenError extends XRPCError { method constructor (line 44) | constructor(src: XRPCError) { class InvalidTokenError (line 49) | class InvalidTokenError extends XRPCError { method constructor (line 50) | constructor(src: XRPCError) { class InvalidEmailError (line 55) | class InvalidEmailError extends XRPCError { method constructor (line 56) | constructor(src: XRPCError) { function toKnownErr (line 61) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/com/atproto/server/createAccount.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 20) | interface InputSchema { type OutputSchema (line 38) | interface OutputSchema { type CallOptions (line 48) | interface CallOptions { type Response (line 55) | interface Response { class InvalidHandleError (line 61) | class InvalidHandleError extends XRPCError { method constructor (line 62) | constructor(src: XRPCError) { class InvalidPasswordError (line 67) | class InvalidPasswordError extends XRPCError { method constructor (line 68) | constructor(src: XRPCError) { class InvalidInviteCodeError (line 73) | class InvalidInviteCodeError extends XRPCError { method constructor (line 74) | constructor(src: XRPCError) { class HandleNotAvailableError (line 79) | class HandleNotAvailableError extends XRPCError { method constructor (line 80) | constructor(src: XRPCError) { class UnsupportedDomainError (line 85) | class UnsupportedDomainError extends XRPCError { method constructor (line 86) | constructor(src: XRPCError) { class UnresolvableDidError (line 91) | class UnresolvableDidError extends XRPCError { method constructor (line 92) | constructor(src: XRPCError) { class IncompatibleDidDocError (line 97) | class IncompatibleDidDocError extends XRPCError { method constructor (line 98) | constructor(src: XRPCError) { function toKnownErr (line 103) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/com/atproto/server/createAppPassword.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 20) | interface InputSchema { type OutputSchema (line 27) | type OutputSchema = AppPassword type CallOptions (line 29) | interface CallOptions { type Response (line 36) | interface Response { class AccountTakedownError (line 42) | class AccountTakedownError extends XRPCError { method constructor (line 43) | constructor(src: XRPCError) { function toKnownErr (line 48) | function toKnownErr(e: any) { type AppPassword (line 56) | interface AppPassword { function isAppPassword (line 66) | function isAppPassword(v: V) { function validateAppPassword (line 70) | function validateAppPassword(v: V) { FILE: packages/api/src/client/types/com/atproto/server/createInviteCode.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 20) | interface InputSchema { type OutputSchema (line 25) | interface OutputSchema { type CallOptions (line 29) | interface CallOptions { type Response (line 36) | interface Response { function toKnownErr (line 42) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/com/atproto/server/createInviteCodes.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 20) | interface InputSchema { type OutputSchema (line 26) | interface OutputSchema { type CallOptions (line 30) | interface CallOptions { type Response (line 37) | interface Response { function toKnownErr (line 43) | function toKnownErr(e: any) { type AccountCodes (line 47) | interface AccountCodes { function isAccountCodes (line 55) | function isAccountCodes(v: V) { function validateAccountCodes (line 59) | function validateAccountCodes(v: V) { FILE: packages/api/src/client/types/com/atproto/server/createSession.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 20) | interface InputSchema { type OutputSchema (line 29) | interface OutputSchema { type CallOptions (line 43) | interface CallOptions { type Response (line 50) | interface Response { class AccountTakedownError (line 56) | class AccountTakedownError extends XRPCError { method constructor (line 57) | constructor(src: XRPCError) { class AuthFactorTokenRequiredError (line 62) | class AuthFactorTokenRequiredError extends XRPCError { method constructor (line 63) | constructor(src: XRPCError) { function toKnownErr (line 68) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/com/atproto/server/deactivateAccount.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 20) | interface InputSchema { type CallOptions (line 25) | interface CallOptions { type Response (line 32) | interface Response { function toKnownErr (line 37) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/com/atproto/server/defs.ts type InviteCode (line 17) | interface InviteCode { function isInviteCode (line 30) | function isInviteCode(v: V) { function validateInviteCode (line 34) | function validateInviteCode(v: V) { type InviteCodeUse (line 38) | interface InviteCodeUse { function isInviteCodeUse (line 46) | function isInviteCodeUse(v: V) { function validateInviteCodeUse (line 50) | function validateInviteCodeUse(v: V) { FILE: packages/api/src/client/types/com/atproto/server/deleteAccount.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 20) | interface InputSchema { type CallOptions (line 26) | interface CallOptions { type Response (line 33) | interface Response { class ExpiredTokenError (line 38) | class ExpiredTokenError extends XRPCError { method constructor (line 39) | constructor(src: XRPCError) { class InvalidTokenError (line 44) | class InvalidTokenError extends XRPCError { method constructor (line 45) | constructor(src: XRPCError) { function toKnownErr (line 50) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/com/atproto/server/deleteSession.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 19) | type InputSchema = undefined type CallOptions (line 21) | interface CallOptions { type Response (line 27) | interface Response { class InvalidTokenError (line 32) | class InvalidTokenError extends XRPCError { method constructor (line 33) | constructor(src: XRPCError) { class ExpiredTokenError (line 38) | class ExpiredTokenError extends XRPCError { method constructor (line 39) | constructor(src: XRPCError) { function toKnownErr (line 44) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/com/atproto/server/describeServer.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 19) | type InputSchema = undefined type OutputSchema (line 21) | interface OutputSchema { type CallOptions (line 33) | interface CallOptions { type Response (line 38) | interface Response { function toKnownErr (line 44) | function toKnownErr(e: any) { type Links (line 48) | interface Links { function isLinks (line 56) | function isLinks(v: V) { function validateLinks (line 60) | function validateLinks(v: V) { type Contact (line 64) | interface Contact { function isContact (line 71) | function isContact(v: V) { function validateContact (line 75) | function validateContact(v: V) { FILE: packages/api/src/client/types/com/atproto/server/getAccountInviteCodes.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 24) | type InputSchema = undefined type OutputSchema (line 26) | interface OutputSchema { type CallOptions (line 30) | interface CallOptions { type Response (line 35) | interface Response { class DuplicateCreateError (line 41) | class DuplicateCreateError extends XRPCError { method constructor (line 42) | constructor(src: XRPCError) { function toKnownErr (line 47) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/com/atproto/server/getServiceAuth.ts type QueryParams (line 18) | type QueryParams = { type InputSchema (line 26) | type InputSchema = undefined type OutputSchema (line 28) | interface OutputSchema { type CallOptions (line 32) | interface CallOptions { type Response (line 37) | interface Response { class BadExpirationError (line 43) | class BadExpirationError extends XRPCError { method constructor (line 44) | constructor(src: XRPCError) { function toKnownErr (line 49) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/com/atproto/server/getSession.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 19) | type InputSchema = undefined type OutputSchema (line 21) | interface OutputSchema { type CallOptions (line 33) | interface CallOptions { type Response (line 38) | interface Response { function toKnownErr (line 44) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/com/atproto/server/listAppPasswords.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 19) | type InputSchema = undefined type OutputSchema (line 21) | interface OutputSchema { type CallOptions (line 25) | interface CallOptions { type Response (line 30) | interface Response { class AccountTakedownError (line 36) | class AccountTakedownError extends XRPCError { method constructor (line 37) | constructor(src: XRPCError) { function toKnownErr (line 42) | function toKnownErr(e: any) { type AppPassword (line 50) | interface AppPassword { function isAppPassword (line 59) | function isAppPassword(v: V) { function validateAppPassword (line 63) | function validateAppPassword(v: V) { FILE: packages/api/src/client/types/com/atproto/server/refreshSession.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 19) | type InputSchema = undefined type OutputSchema (line 21) | interface OutputSchema { type CallOptions (line 35) | interface CallOptions { type Response (line 41) | interface Response { class AccountTakedownError (line 47) | class AccountTakedownError extends XRPCError { method constructor (line 48) | constructor(src: XRPCError) { class InvalidTokenError (line 53) | class InvalidTokenError extends XRPCError { method constructor (line 54) | constructor(src: XRPCError) { class ExpiredTokenError (line 59) | class ExpiredTokenError extends XRPCError { method constructor (line 60) | constructor(src: XRPCError) { function toKnownErr (line 65) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/com/atproto/server/requestAccountDelete.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 19) | type InputSchema = undefined type CallOptions (line 21) | interface CallOptions { type Response (line 27) | interface Response { function toKnownErr (line 32) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/com/atproto/server/requestEmailConfirmation.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 19) | type InputSchema = undefined type CallOptions (line 21) | interface CallOptions { type Response (line 27) | interface Response { function toKnownErr (line 32) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/com/atproto/server/requestEmailUpdate.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 19) | type InputSchema = undefined type OutputSchema (line 21) | interface OutputSchema { type CallOptions (line 25) | interface CallOptions { type Response (line 31) | interface Response { function toKnownErr (line 37) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/com/atproto/server/requestPasswordReset.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 20) | interface InputSchema { type CallOptions (line 24) | interface CallOptions { type Response (line 31) | interface Response { function toKnownErr (line 36) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/com/atproto/server/reserveSigningKey.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 20) | interface InputSchema { type OutputSchema (line 25) | interface OutputSchema { type CallOptions (line 30) | interface CallOptions { type Response (line 37) | interface Response { function toKnownErr (line 43) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/com/atproto/server/resetPassword.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 20) | interface InputSchema { type CallOptions (line 25) | interface CallOptions { type Response (line 32) | interface Response { class ExpiredTokenError (line 37) | class ExpiredTokenError extends XRPCError { method constructor (line 38) | constructor(src: XRPCError) { class InvalidTokenError (line 43) | class InvalidTokenError extends XRPCError { method constructor (line 44) | constructor(src: XRPCError) { function toKnownErr (line 49) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/com/atproto/server/revokeAppPassword.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 20) | interface InputSchema { type CallOptions (line 24) | interface CallOptions { type Response (line 31) | interface Response { function toKnownErr (line 36) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/com/atproto/server/updateEmail.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 20) | interface InputSchema { type CallOptions (line 27) | interface CallOptions { type Response (line 34) | interface Response { class ExpiredTokenError (line 39) | class ExpiredTokenError extends XRPCError { method constructor (line 40) | constructor(src: XRPCError) { class InvalidTokenError (line 45) | class InvalidTokenError extends XRPCError { method constructor (line 46) | constructor(src: XRPCError) { class TokenRequiredError (line 51) | class TokenRequiredError extends XRPCError { method constructor (line 52) | constructor(src: XRPCError) { function toKnownErr (line 57) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/com/atproto/sync/defs.ts type HostStatus (line 17) | type HostStatus = FILE: packages/api/src/client/types/com/atproto/sync/getBlob.ts type QueryParams (line 18) | type QueryParams = { type InputSchema (line 24) | type InputSchema = undefined type CallOptions (line 26) | interface CallOptions { type Response (line 31) | interface Response { class BlobNotFoundError (line 37) | class BlobNotFoundError extends XRPCError { method constructor (line 38) | constructor(src: XRPCError) { class RepoNotFoundError (line 43) | class RepoNotFoundError extends XRPCError { method constructor (line 44) | constructor(src: XRPCError) { class RepoTakendownError (line 49) | class RepoTakendownError extends XRPCError { method constructor (line 50) | constructor(src: XRPCError) { class RepoSuspendedError (line 55) | class RepoSuspendedError extends XRPCError { method constructor (line 56) | constructor(src: XRPCError) { class RepoDeactivatedError (line 61) | class RepoDeactivatedError extends XRPCError { method constructor (line 62) | constructor(src: XRPCError) { function toKnownErr (line 67) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/com/atproto/sync/getBlocks.ts type QueryParams (line 18) | type QueryParams = { type InputSchema (line 23) | type InputSchema = undefined type CallOptions (line 25) | interface CallOptions { type Response (line 30) | interface Response { class BlockNotFoundError (line 36) | class BlockNotFoundError extends XRPCError { method constructor (line 37) | constructor(src: XRPCError) { class RepoNotFoundError (line 42) | class RepoNotFoundError extends XRPCError { method constructor (line 43) | constructor(src: XRPCError) { class RepoTakendownError (line 48) | class RepoTakendownError extends XRPCError { method constructor (line 49) | constructor(src: XRPCError) { class RepoSuspendedError (line 54) | class RepoSuspendedError extends XRPCError { method constructor (line 55) | constructor(src: XRPCError) { class RepoDeactivatedError (line 60) | class RepoDeactivatedError extends XRPCError { method constructor (line 61) | constructor(src: XRPCError) { function toKnownErr (line 66) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/com/atproto/sync/getCheckout.ts type QueryParams (line 18) | type QueryParams = { type InputSchema (line 22) | type InputSchema = undefined type CallOptions (line 24) | interface CallOptions { type Response (line 29) | interface Response { function toKnownErr (line 35) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/com/atproto/sync/getHead.ts type QueryParams (line 18) | type QueryParams = { type InputSchema (line 22) | type InputSchema = undefined type OutputSchema (line 24) | interface OutputSchema { type CallOptions (line 28) | interface CallOptions { type Response (line 33) | interface Response { class HeadNotFoundError (line 39) | class HeadNotFoundError extends XRPCError { method constructor (line 40) | constructor(src: XRPCError) { function toKnownErr (line 45) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/com/atproto/sync/getHostStatus.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 23) | type InputSchema = undefined type OutputSchema (line 25) | interface OutputSchema { type CallOptions (line 34) | interface CallOptions { type Response (line 39) | interface Response { class HostNotFoundError (line 45) | class HostNotFoundError extends XRPCError { method constructor (line 46) | constructor(src: XRPCError) { function toKnownErr (line 51) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/com/atproto/sync/getLatestCommit.ts type QueryParams (line 18) | type QueryParams = { type InputSchema (line 22) | type InputSchema = undefined type OutputSchema (line 24) | interface OutputSchema { type CallOptions (line 29) | interface CallOptions { type Response (line 34) | interface Response { class RepoNotFoundError (line 40) | class RepoNotFoundError extends XRPCError { method constructor (line 41) | constructor(src: XRPCError) { class RepoTakendownError (line 46) | class RepoTakendownError extends XRPCError { method constructor (line 47) | constructor(src: XRPCError) { class RepoSuspendedError (line 52) | class RepoSuspendedError extends XRPCError { method constructor (line 53) | constructor(src: XRPCError) { class RepoDeactivatedError (line 58) | class RepoDeactivatedError extends XRPCError { method constructor (line 59) | constructor(src: XRPCError) { function toKnownErr (line 64) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/com/atproto/sync/getRecord.ts type QueryParams (line 18) | type QueryParams = { type InputSchema (line 25) | type InputSchema = undefined type CallOptions (line 27) | interface CallOptions { type Response (line 32) | interface Response { class RecordNotFoundError (line 38) | class RecordNotFoundError extends XRPCError { method constructor (line 39) | constructor(src: XRPCError) { class RepoNotFoundError (line 44) | class RepoNotFoundError extends XRPCError { method constructor (line 45) | constructor(src: XRPCError) { class RepoTakendownError (line 50) | class RepoTakendownError extends XRPCError { method constructor (line 51) | constructor(src: XRPCError) { class RepoSuspendedError (line 56) | class RepoSuspendedError extends XRPCError { method constructor (line 57) | constructor(src: XRPCError) { class RepoDeactivatedError (line 62) | class RepoDeactivatedError extends XRPCError { method constructor (line 63) | constructor(src: XRPCError) { function toKnownErr (line 68) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/com/atproto/sync/getRepo.ts type QueryParams (line 18) | type QueryParams = { type InputSchema (line 24) | type InputSchema = undefined type CallOptions (line 26) | interface CallOptions { type Response (line 31) | interface Response { class RepoNotFoundError (line 37) | class RepoNotFoundError extends XRPCError { method constructor (line 38) | constructor(src: XRPCError) { class RepoTakendownError (line 43) | class RepoTakendownError extends XRPCError { method constructor (line 44) | constructor(src: XRPCError) { class RepoSuspendedError (line 49) | class RepoSuspendedError extends XRPCError { method constructor (line 50) | constructor(src: XRPCError) { class RepoDeactivatedError (line 55) | class RepoDeactivatedError extends XRPCError { method constructor (line 56) | constructor(src: XRPCError) { function toKnownErr (line 61) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/com/atproto/sync/getRepoStatus.ts type QueryParams (line 18) | type QueryParams = { type InputSchema (line 22) | type InputSchema = undefined type OutputSchema (line 24) | interface OutputSchema { type CallOptions (line 40) | interface CallOptions { type Response (line 45) | interface Response { class RepoNotFoundError (line 51) | class RepoNotFoundError extends XRPCError { method constructor (line 52) | constructor(src: XRPCError) { function toKnownErr (line 57) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/com/atproto/sync/listBlobs.ts type QueryParams (line 18) | type QueryParams = { type InputSchema (line 26) | type InputSchema = undefined type OutputSchema (line 28) | interface OutputSchema { type CallOptions (line 33) | interface CallOptions { type Response (line 38) | interface Response { class RepoNotFoundError (line 44) | class RepoNotFoundError extends XRPCError { method constructor (line 45) | constructor(src: XRPCError) { class RepoTakendownError (line 50) | class RepoTakendownError extends XRPCError { method constructor (line 51) | constructor(src: XRPCError) { class RepoSuspendedError (line 56) | class RepoSuspendedError extends XRPCError { method constructor (line 57) | constructor(src: XRPCError) { class RepoDeactivatedError (line 62) | class RepoDeactivatedError extends XRPCError { method constructor (line 63) | constructor(src: XRPCError) { function toKnownErr (line 68) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/com/atproto/sync/listHosts.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 23) | type InputSchema = undefined type OutputSchema (line 25) | interface OutputSchema { type CallOptions (line 31) | interface CallOptions { type Response (line 36) | interface Response { function toKnownErr (line 42) | function toKnownErr(e: any) { type Host (line 46) | interface Host { function isHost (line 58) | function isHost(v: V) { function validateHost (line 62) | function validateHost(v: V) { FILE: packages/api/src/client/types/com/atproto/sync/listRepos.ts type QueryParams (line 18) | type QueryParams = { type InputSchema (line 22) | type InputSchema = undefined type OutputSchema (line 24) | interface OutputSchema { type CallOptions (line 29) | interface CallOptions { type Response (line 34) | interface Response { function toKnownErr (line 40) | function toKnownErr(e: any) { type Repo (line 44) | interface Repo { function isRepo (line 64) | function isRepo(v: V) { function validateRepo (line 68) | function validateRepo(v: V) { FILE: packages/api/src/client/types/com/atproto/sync/listReposByCollection.ts type QueryParams (line 18) | type QueryParams = { type InputSchema (line 24) | type InputSchema = undefined type OutputSchema (line 26) | interface OutputSchema { type CallOptions (line 31) | interface CallOptions { type Response (line 36) | interface Response { function toKnownErr (line 42) | function toKnownErr(e: any) { type Repo (line 46) | interface Repo { function isRepo (line 53) | function isRepo(v: V) { function validateRepo (line 57) | function validateRepo(v: V) { FILE: packages/api/src/client/types/com/atproto/sync/notifyOfUpdate.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 20) | interface InputSchema { type CallOptions (line 25) | interface CallOptions { type Response (line 32) | interface Response { function toKnownErr (line 37) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/com/atproto/sync/requestCrawl.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 20) | interface InputSchema { type CallOptions (line 25) | interface CallOptions { type Response (line 32) | interface Response { class HostBannedError (line 37) | class HostBannedError extends XRPCError { method constructor (line 38) | constructor(src: XRPCError) { function toKnownErr (line 43) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/com/atproto/sync/subscribeRepos.ts type Commit (line 19) | interface Commit { function isCommit (line 47) | function isCommit(v: V) { function validateCommit (line 51) | function validateCommit(v: V) { type Sync (line 56) | interface Sync { function isSync (line 72) | function isSync(v: V) { function validateSync (line 76) | function validateSync(v: V) { type Identity (line 81) | interface Identity { function isIdentity (line 92) | function isIdentity(v: V) { function validateIdentity (line 96) | function validateIdentity(v: V) { type Account (line 101) | interface Account { function isAccount (line 121) | function isAccount(v: V) { function validateAccount (line 125) | function validateAccount(v: V) { type Info (line 129) | interface Info { function isInfo (line 137) | function isInfo(v: V) { function validateInfo (line 141) | function validateInfo(v: V) { type RepoOp (line 146) | interface RepoOp { function isRepoOp (line 158) | function isRepoOp(v: V) { function validateRepoOp (line 162) | function validateRepoOp(v: V) { FILE: packages/api/src/client/types/com/atproto/temp/addReservedHandle.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 20) | interface InputSchema { type OutputSchema (line 24) | interface OutputSchema {} type CallOptions (line 26) | interface CallOptions { type Response (line 33) | interface Response { function toKnownErr (line 39) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/com/atproto/temp/checkHandleAvailability.ts type QueryParams (line 18) | type QueryParams = { type InputSchema (line 26) | type InputSchema = undefined type OutputSchema (line 28) | interface OutputSchema { type CallOptions (line 37) | interface CallOptions { type Response (line 42) | interface Response { class InvalidEmailError (line 48) | class InvalidEmailError extends XRPCError { method constructor (line 49) | constructor(src: XRPCError) { function toKnownErr (line 54) | function toKnownErr(e: any) { type ResultAvailable (line 63) | interface ResultAvailable { function isResultAvailable (line 69) | function isResultAvailable(v: V) { function validateResultAvailable (line 73) | function validateResultAvailable(v: V) { type ResultUnavailable (line 78) | interface ResultUnavailable { function isResultUnavailable (line 86) | function isResultUnavailable(v: V) { function validateResultUnavailable (line 90) | function validateResultUnavailable(v: V) { type Suggestion (line 94) | interface Suggestion { function isSuggestion (line 103) | function isSuggestion(v: V) { function validateSuggestion (line 107) | function validateSuggestion(v: V) { FILE: packages/api/src/client/types/com/atproto/temp/checkSignupQueue.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 19) | type InputSchema = undefined type OutputSchema (line 21) | interface OutputSchema { type CallOptions (line 27) | interface CallOptions { type Response (line 32) | interface Response { function toKnownErr (line 38) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/com/atproto/temp/dereferenceScope.ts type QueryParams (line 18) | type QueryParams = { type InputSchema (line 22) | type InputSchema = undefined type OutputSchema (line 24) | interface OutputSchema { type CallOptions (line 29) | interface CallOptions { type Response (line 34) | interface Response { class InvalidScopeReferenceError (line 40) | class InvalidScopeReferenceError extends XRPCError { method constructor (line 41) | constructor(src: XRPCError) { function toKnownErr (line 46) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/com/atproto/temp/fetchLabels.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 23) | type InputSchema = undefined type OutputSchema (line 25) | interface OutputSchema { type CallOptions (line 29) | interface CallOptions { type Response (line 34) | interface Response { function toKnownErr (line 40) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/com/atproto/temp/requestPhoneVerification.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 20) | interface InputSchema { type CallOptions (line 24) | interface CallOptions { type Response (line 31) | interface Response { function toKnownErr (line 36) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/com/atproto/temp/revokeAccountCredentials.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 20) | interface InputSchema { type CallOptions (line 24) | interface CallOptions { type Response (line 31) | interface Response { function toKnownErr (line 36) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/com/germnetwork/declaration.ts type Main (line 13) | interface Main { function isMain (line 29) | function isMain(v: V) { function validateMain (line 33) | function validateMain(v: V) { type MessageMe (line 43) | interface MessageMe { function isMessageMe (line 53) | function isMessageMe(v: V) { function validateMessageMe (line 57) | function validateMessageMe(v: V) { FILE: packages/api/src/client/types/tools/ozone/communication/createTemplate.ts type QueryParams (line 19) | type QueryParams = {} type InputSchema (line 21) | interface InputSchema { type OutputSchema (line 34) | type OutputSchema = ToolsOzoneCommunicationDefs.TemplateView type CallOptions (line 36) | interface CallOptions { type Response (line 43) | interface Response { class DuplicateTemplateNameError (line 49) | class DuplicateTemplateNameError extends XRPCError { method constructor (line 50) | constructor(src: XRPCError) { function toKnownErr (line 55) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/tools/ozone/communication/defs.ts type TemplateView (line 17) | interface TemplateView { function isTemplateView (line 37) | function isTemplateView(v: V) { function validateTemplateView (line 41) | function validateTemplateView(v: V) { FILE: packages/api/src/client/types/tools/ozone/communication/deleteTemplate.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 20) | interface InputSchema { type CallOptions (line 24) | interface CallOptions { type Response (line 31) | interface Response { function toKnownErr (line 36) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/tools/ozone/communication/listTemplates.ts type QueryParams (line 19) | type QueryParams = {} type InputSchema (line 20) | type InputSchema = undefined type OutputSchema (line 22) | interface OutputSchema { type CallOptions (line 26) | interface CallOptions { type Response (line 31) | interface Response { function toKnownErr (line 37) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/tools/ozone/communication/updateTemplate.ts type QueryParams (line 19) | type QueryParams = {} type InputSchema (line 21) | interface InputSchema { type OutputSchema (line 37) | type OutputSchema = ToolsOzoneCommunicationDefs.TemplateView type CallOptions (line 39) | interface CallOptions { type Response (line 46) | interface Response { class DuplicateTemplateNameError (line 52) | class DuplicateTemplateNameError extends XRPCError { method constructor (line 53) | constructor(src: XRPCError) { function toKnownErr (line 58) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/tools/ozone/hosting/getAccountHistory.ts type QueryParams (line 18) | type QueryParams = { type InputSchema (line 30) | type InputSchema = undefined type OutputSchema (line 32) | interface OutputSchema { type CallOptions (line 37) | interface CallOptions { type Response (line 42) | interface Response { function toKnownErr (line 48) | function toKnownErr(e: any) { type Event (line 52) | interface Event { function isEvent (line 67) | function isEvent(v: V) { function validateEvent (line 71) | function validateEvent(v: V) { type AccountCreated (line 75) | interface AccountCreated { function isAccountCreated (line 83) | function isAccountCreated(v: V) { function validateAccountCreated (line 87) | function validateAccountCreated(v: V) { type EmailUpdated (line 91) | interface EmailUpdated { function isEmailUpdated (line 98) | function isEmailUpdated(v: V) { function validateEmailUpdated (line 102) | function validateEmailUpdated(v: V) { type EmailConfirmed (line 106) | interface EmailConfirmed { function isEmailConfirmed (line 113) | function isEmailConfirmed(v: V) { function validateEmailConfirmed (line 117) | function validateEmailConfirmed(v: V) { type PasswordUpdated (line 121) | interface PasswordUpdated { function isPasswordUpdated (line 127) | function isPasswordUpdated(v: V) { function validatePasswordUpdated (line 131) | function validatePasswordUpdated(v: V) { type HandleUpdated (line 135) | interface HandleUpdated { function isHandleUpdated (line 142) | function isHandleUpdated(v: V) { function validateHandleUpdated (line 146) | function validateHandleUpdated(v: V) { FILE: packages/api/src/client/types/tools/ozone/moderation/cancelScheduledActions.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 20) | interface InputSchema { type OutputSchema (line 27) | type OutputSchema = CancellationResults type CallOptions (line 29) | interface CallOptions { type Response (line 36) | interface Response { function toKnownErr (line 42) | function toKnownErr(e: any) { type CancellationResults (line 46) | interface CancellationResults { function isCancellationResults (line 56) | function isCancellationResults(v: V) { function validateCancellationResults (line 60) | function validateCancellationResults(v: V) { type FailedCancellation (line 64) | interface FailedCancellation { function isFailedCancellation (line 73) | function isFailedCancellation(v: V) { function validateFailedCancellation (line 77) | function validateFailedCancellation(v: V) { FILE: packages/api/src/client/types/tools/ozone/moderation/defs.ts type ModEventView (line 24) | interface ModEventView { function isModEventView (line 69) | function isModEventView(v: V) { function validateModEventView (line 73) | function validateModEventView(v: V) { type ModEventViewDetail (line 77) | interface ModEventViewDetail { function isModEventViewDetail (line 121) | function isModEventViewDetail(v: V) { function validateModEventViewDetail (line 125) | function validateModEventViewDetail(v: V) { type SubjectStatusView (line 129) | interface SubjectStatusView { function isSubjectStatusView (line 178) | function isSubjectStatusView(v: V) { function validateSubjectStatusView (line 182) | function validateSubjectStatusView(v: V) { type SubjectView (line 187) | interface SubjectView { function isSubjectView (line 199) | function isSubjectView(v: V) { function validateSubjectView (line 203) | function validateSubjectView(v: V) { type AccountStats (line 208) | interface AccountStats { function isAccountStats (line 224) | function isAccountStats(v: V) { function validateAccountStats (line 228) | function validateAccountStats(v: V) { type RecordsStats (line 233) | interface RecordsStats { function isRecordsStats (line 255) | function isRecordsStats(v: V) { function validateRecordsStats (line 259) | function validateRecordsStats(v: V) { type AccountStrike (line 264) | interface AccountStrike { function isAccountStrike (line 278) | function isAccountStrike(v: V) { function validateAccountStrike (line 282) | function validateAccountStrike(v: V) { type SubjectReviewState (line 286) | type SubjectReviewState = constant REVIEWOPEN (line 294) | const REVIEWOPEN = `${id}#reviewOpen` constant REVIEWESCALATED (line 296) | const REVIEWESCALATED = `${id}#reviewEscalated` constant REVIEWCLOSED (line 298) | const REVIEWCLOSED = `${id}#reviewClosed` constant REVIEWNONE (line 300) | const REVIEWNONE = `${id}#reviewNone` type ModEventTakedown (line 303) | interface ModEventTakedown { function isModEventTakedown (line 324) | function isModEventTakedown(v: V) { function validateModEventTakedown (line 328) | function validateModEventTakedown(v: V) { type ModEventReverseTakedown (line 333) | interface ModEventReverseTakedown { function isModEventReverseTakedown (line 347) | function isModEventReverseTakedown(v: V) { function validateModEventReverseTakedown (line 351) | function validateModEventReverseTakedown(v: V) { type ModEventResolveAppeal (line 360) | interface ModEventResolveAppeal { function isModEventResolveAppeal (line 368) | function isModEventResolveAppeal(v: V) { function validateModEventResolveAppeal (line 372) | function validateModEventResolveAppeal(v: V) { type ModEventComment (line 377) | interface ModEventComment { function isModEventComment (line 386) | function isModEventComment(v: V) { function validateModEventComment (line 390) | function validateModEventComment(v: V) { type ModEventReport (line 395) | interface ModEventReport { function isModEventReport (line 405) | function isModEventReport(v: V) { function validateModEventReport (line 409) | function validateModEventReport(v: V) { type ModEventLabel (line 414) | interface ModEventLabel { function isModEventLabel (line 425) | function isModEventLabel(v: V) { function validateModEventLabel (line 429) | function validateModEventLabel(v: V) { type ModEventPriorityScore (line 434) | interface ModEventPriorityScore { function isModEventPriorityScore (line 442) | function isModEventPriorityScore(v: V) { function validateModEventPriorityScore (line 446) | function validateModEventPriorityScore(v: V) { type AgeAssuranceEvent (line 451) | interface AgeAssuranceEvent { function isAgeAssuranceEvent (line 476) | function isAgeAssuranceEvent(v: V) { function validateAgeAssuranceEvent (line 480) | function validateAgeAssuranceEvent(v: V) { type AgeAssuranceOverrideEvent (line 485) | interface AgeAssuranceOverrideEvent { function isAgeAssuranceOverrideEvent (line 496) | function isAgeAssuranceOverrideEvent(v: V) { function validateAgeAssuranceOverrideEvent (line 500) | function validateAgeAssuranceOverrideEvent(v: V) { type AgeAssurancePurgeEvent (line 509) | interface AgeAssurancePurgeEvent { function isAgeAssurancePurgeEvent (line 517) | function isAgeAssurancePurgeEvent(v: V) { function validateAgeAssurancePurgeEvent (line 521) | function validateAgeAssurancePurgeEvent(v: V) { type RevokeAccountCredentialsEvent (line 526) | interface RevokeAccountCredentialsEvent { function isRevokeAccountCredentialsEvent (line 534) | function isRevokeAccountCredentialsEvent(v: V) { function validateRevokeAccountCredentialsEvent (line 538) | function validateRevokeAccountCredentialsEvent(v: V) { type ModEventAcknowledge (line 546) | interface ModEventAcknowledge { function isModEventAcknowledge (line 555) | function isModEventAcknowledge(v: V) { function validateModEventAcknowledge (line 559) | function validateModEventAcknowledge(v: V) { type ModEventEscalate (line 563) | interface ModEventEscalate { function isModEventEscalate (line 570) | function isModEventEscalate(v: V) { function validateModEventEscalate (line 574) | function validateModEventEscalate(v: V) { type ModEventMute (line 579) | interface ModEventMute { function isModEventMute (line 588) | function isModEventMute(v: V) { function validateModEventMute (line 592) | function validateModEventMute(v: V) { type ModEventUnmute (line 597) | interface ModEventUnmute { function isModEventUnmute (line 605) | function isModEventUnmute(v: V) { function validateModEventUnmute (line 609) | function validateModEventUnmute(v: V) { type ModEventMuteReporter (line 614) | interface ModEventMuteReporter { function isModEventMuteReporter (line 623) | function isModEventMuteReporter(v: V) { function validateModEventMuteReporter (line 627) | function validateModEventMuteReporter(v: V) { type ModEventUnmuteReporter (line 632) | interface ModEventUnmuteReporter { function isModEventUnmuteReporter (line 640) | function isModEventUnmuteReporter(v: V) { function validateModEventUnmuteReporter (line 644) | function validateModEventUnmuteReporter(v: V) { type ModEventEmail (line 649) | interface ModEventEmail { function isModEventEmail (line 671) | function isModEventEmail(v: V) { function validateModEventEmail (line 675) | function validateModEventEmail(v: V) { type ModEventDivert (line 680) | interface ModEventDivert { function isModEventDivert (line 687) | function isModEventDivert(v: V) { function validateModEventDivert (line 691) | function validateModEventDivert(v: V) { type ModEventTag (line 696) | interface ModEventTag { function isModEventTag (line 708) | function isModEventTag(v: V) { function validateModEventTag (line 712) | function validateModEventTag(v: V) { type AccountEvent (line 717) | interface AccountEvent { function isAccountEvent (line 735) | function isAccountEvent(v: V) { function validateAccountEvent (line 739) | function validateAccountEvent(v: V) { type IdentityEvent (line 744) | interface IdentityEvent { function isIdentityEvent (line 755) | function isIdentityEvent(v: V) { function validateIdentityEvent (line 759) | function validateIdentityEvent(v: V) { type RecordEvent (line 764) | interface RecordEvent { function isRecordEvent (line 774) | function isRecordEvent(v: V) { function validateRecordEvent (line 778) | function validateRecordEvent(v: V) { type ScheduleTakedownEvent (line 783) | interface ScheduleTakedownEvent { function isScheduleTakedownEvent (line 793) | function isScheduleTakedownEvent(v: V) { function validateScheduleTakedownEvent (line 797) | function validateScheduleTakedownEvent(v: V) { type CancelScheduledTakedownEvent (line 802) | interface CancelScheduledTakedownEvent { function isCancelScheduledTakedownEvent (line 809) | function isCancelScheduledTakedownEvent(v: V) { function validateCancelScheduledTakedownEvent (line 813) | function validateCancelScheduledTakedownEvent(v: V) { type RepoView (line 821) | interface RepoView { function isRepoView (line 838) | function isRepoView(v: V) { function validateRepoView (line 842) | function validateRepoView(v: V) { type RepoViewDetail (line 846) | interface RepoViewDetail { function isRepoViewDetail (line 866) | function isRepoViewDetail(v: V) { function validateRepoViewDetail (line 870) | function validateRepoViewDetail(v: V) { type RepoViewNotFound (line 874) | interface RepoViewNotFound { function isRepoViewNotFound (line 881) | function isRepoViewNotFound(v: V) { function validateRepoViewNotFound (line 885) | function validateRepoViewNotFound(v: V) { type RecordView (line 889) | interface RecordView { function isRecordView (line 902) | function isRecordView(v: V) { function validateRecordView (line 906) | function validateRecordView(v: V) { type RecordViewDetail (line 910) | interface RecordViewDetail { function isRecordViewDetail (line 924) | function isRecordViewDetail(v: V) { function validateRecordViewDetail (line 928) | function validateRecordViewDetail(v: V) { type RecordViewNotFound (line 932) | interface RecordViewNotFound { function isRecordViewNotFound (line 939) | function isRecordViewNotFound(v: V) { function validateRecordViewNotFound (line 943) | function validateRecordViewNotFound(v: V) { type Moderation (line 947) | interface Moderation { function isModeration (line 954) | function isModeration(v: V) { function validateModeration (line 958) | function validateModeration(v: V) { type ModerationDetail (line 962) | interface ModerationDetail { function isModerationDetail (line 969) | function isModerationDetail(v: V) { function validateModerationDetail (line 973) | function validateModerationDetail(v: V) { type BlobView (line 977) | interface BlobView { function isBlobView (line 989) | function isBlobView(v: V) { function validateBlobView (line 993) | function validateBlobView(v: V) { type ImageDetails (line 997) | interface ImageDetails { function isImageDetails (line 1005) | function isImageDetails(v: V) { function validateImageDetails (line 1009) | function validateImageDetails(v: V) { type VideoDetails (line 1013) | interface VideoDetails { function isVideoDetails (line 1022) | function isVideoDetails(v: V) { function validateVideoDetails (line 1026) | function validateVideoDetails(v: V) { type AccountHosting (line 1030) | interface AccountHosting { function isAccountHosting (line 1048) | function isAccountHosting(v: V) { function validateAccountHosting (line 1052) | function validateAccountHosting(v: V) { type RecordHosting (line 1056) | interface RecordHosting { function isRecordHosting (line 1066) | function isRecordHosting(v: V) { function validateRecordHosting (line 1070) | function validateRecordHosting(v: V) { type ReporterStats (line 1074) | interface ReporterStats { function isReporterStats (line 1097) | function isReporterStats(v: V) { function validateReporterStats (line 1101) | function validateReporterStats(v: V) { type ModTool (line 1106) | interface ModTool { function isModTool (line 1116) | function isModTool(v: V) { function validateModTool (line 1120) | function validateModTool(v: V) { constant TIMELINEEVENTPLCCREATE (line 1125) | const TIMELINEEVENTPLCCREATE = `${id}#timelineEventPlcCreate` constant TIMELINEEVENTPLCOPERATION (line 1127) | const TIMELINEEVENTPLCOPERATION = `${id}#timelineEventPlcOperation` constant TIMELINEEVENTPLCTOMBSTONE (line 1129) | const TIMELINEEVENTPLCTOMBSTONE = `${id}#timelineEventPlcTombstone` type ScheduledActionView (line 1132) | interface ScheduledActionView { function isScheduledActionView (line 1168) | function isScheduledActionView(v: V) { function validateScheduledActionView (line 1172) | function validateScheduledActionView(v: V) { FILE: packages/api/src/client/types/tools/ozone/moderation/emitEvent.ts type QueryParams (line 21) | type QueryParams = {} type InputSchema (line 23) | interface InputSchema { type OutputSchema (line 62) | type OutputSchema = ToolsOzoneModerationDefs.ModEventView type CallOptions (line 64) | interface CallOptions { type Response (line 71) | interface Response { class SubjectHasActionError (line 77) | class SubjectHasActionError extends XRPCError { method constructor (line 78) | constructor(src: XRPCError) { class DuplicateExternalIdError (line 83) | class DuplicateExternalIdError extends XRPCError { method constructor (line 84) | constructor(src: XRPCError) { function toKnownErr (line 89) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/tools/ozone/moderation/getAccountTimeline.ts type QueryParams (line 18) | type QueryParams = { type InputSchema (line 21) | type InputSchema = undefined type OutputSchema (line 23) | interface OutputSchema { type CallOptions (line 27) | interface CallOptions { type Response (line 32) | interface Response { class RepoNotFoundError (line 38) | class RepoNotFoundError extends XRPCError { method constructor (line 39) | constructor(src: XRPCError) { function toKnownErr (line 44) | function toKnownErr(e: any) { type TimelineItem (line 52) | interface TimelineItem { function isTimelineItem (line 60) | function isTimelineItem(v: V) { function validateTimelineItem (line 64) | function validateTimelineItem(v: V) { type TimelineItemSummary (line 68) | interface TimelineItemSummary { function isTimelineItemSummary (line 109) | function isTimelineItemSummary(v: V) { function validateTimelineItemSummary (line 113) | function validateTimelineItemSummary(v: V) { FILE: packages/api/src/client/types/tools/ozone/moderation/getEvent.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 22) | type InputSchema = undefined type OutputSchema (line 23) | type OutputSchema = ToolsOzoneModerationDefs.ModEventViewDetail type CallOptions (line 25) | interface CallOptions { type Response (line 30) | interface Response { function toKnownErr (line 36) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/tools/ozone/moderation/getRecord.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 23) | type InputSchema = undefined type OutputSchema (line 24) | type OutputSchema = ToolsOzoneModerationDefs.RecordViewDetail type CallOptions (line 26) | interface CallOptions { type Response (line 31) | interface Response { class RecordNotFoundError (line 37) | class RecordNotFoundError extends XRPCError { method constructor (line 38) | constructor(src: XRPCError) { function toKnownErr (line 43) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/tools/ozone/moderation/getRecords.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 22) | type InputSchema = undefined type OutputSchema (line 24) | interface OutputSchema { type CallOptions (line 32) | interface CallOptions { type Response (line 37) | interface Response { function toKnownErr (line 43) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/tools/ozone/moderation/getRepo.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 22) | type InputSchema = undefined type OutputSchema (line 23) | type OutputSchema = ToolsOzoneModerationDefs.RepoViewDetail type CallOptions (line 25) | interface CallOptions { type Response (line 30) | interface Response { class RepoNotFoundError (line 36) | class RepoNotFoundError extends XRPCError { method constructor (line 37) | constructor(src: XRPCError) { function toKnownErr (line 42) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/tools/ozone/moderation/getReporterStats.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 22) | type InputSchema = undefined type OutputSchema (line 24) | interface OutputSchema { type CallOptions (line 28) | interface CallOptions { type Response (line 33) | interface Response { function toKnownErr (line 39) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/tools/ozone/moderation/getRepos.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 22) | type InputSchema = undefined type OutputSchema (line 24) | interface OutputSchema { type CallOptions (line 32) | interface CallOptions { type Response (line 37) | interface Response { function toKnownErr (line 43) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/tools/ozone/moderation/getSubjects.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 22) | type InputSchema = undefined type OutputSchema (line 24) | interface OutputSchema { type CallOptions (line 28) | interface CallOptions { type Response (line 33) | interface Response { function toKnownErr (line 39) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/tools/ozone/moderation/listScheduledActions.ts type QueryParams (line 19) | type QueryParams = {} type InputSchema (line 21) | interface InputSchema { type OutputSchema (line 36) | interface OutputSchema { type CallOptions (line 42) | interface CallOptions { type Response (line 49) | interface Response { function toKnownErr (line 55) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/tools/ozone/moderation/queryEvents.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 67) | type InputSchema = undefined type OutputSchema (line 69) | interface OutputSchema { type CallOptions (line 74) | interface CallOptions { type Response (line 79) | interface Response { function toKnownErr (line 85) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/tools/ozone/moderation/queryStatuses.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 102) | type InputSchema = undefined type OutputSchema (line 104) | interface OutputSchema { type CallOptions (line 109) | interface CallOptions { type Response (line 114) | interface Response { function toKnownErr (line 120) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/tools/ozone/moderation/scheduleAction.ts type QueryParams (line 19) | type QueryParams = {} type InputSchema (line 21) | interface InputSchema { type OutputSchema (line 30) | type OutputSchema = ScheduledActionResults type CallOptions (line 32) | interface CallOptions { type Response (line 39) | interface Response { function toKnownErr (line 45) | function toKnownErr(e: any) { type Takedown (line 50) | interface Takedown { function isTakedown (line 73) | function isTakedown(v: V) { function validateTakedown (line 77) | function validateTakedown(v: V) { type SchedulingConfig (line 82) | interface SchedulingConfig { function isSchedulingConfig (line 94) | function isSchedulingConfig(v: V) { function validateSchedulingConfig (line 98) | function validateSchedulingConfig(v: V) { type ScheduledActionResults (line 102) | interface ScheduledActionResults { function isScheduledActionResults (line 110) | function isScheduledActionResults(v: V) { function validateScheduledActionResults (line 114) | function validateScheduledActionResults(v: V) { type FailedScheduling (line 118) | interface FailedScheduling { function isFailedScheduling (line 127) | function isFailedScheduling(v: V) { function validateFailedScheduling (line 131) | function validateFailedScheduling(v: V) { FILE: packages/api/src/client/types/tools/ozone/moderation/searchRepos.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 26) | type InputSchema = undefined type OutputSchema (line 28) | interface OutputSchema { type CallOptions (line 33) | interface CallOptions { type Response (line 38) | interface Response { function toKnownErr (line 44) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/tools/ozone/report/defs.ts type ReasonType (line 17) | type ReasonType = constant REASONAPPEAL (line 61) | const REASONAPPEAL = `${id}#reasonAppeal` constant REASONOTHER (line 63) | const REASONOTHER = `${id}#reasonOther` constant REASONVIOLENCEANIMAL (line 65) | const REASONVIOLENCEANIMAL = `${id}#reasonViolenceAnimal` constant REASONVIOLENCETHREATS (line 67) | const REASONVIOLENCETHREATS = `${id}#reasonViolenceThreats` constant REASONVIOLENCEGRAPHICCONTENT (line 69) | const REASONVIOLENCEGRAPHICCONTENT = `${id}#reasonViolenceGraphicContent` constant REASONVIOLENCEGLORIFICATION (line 71) | const REASONVIOLENCEGLORIFICATION = `${id}#reasonViolenceGlorification` constant REASONVIOLENCEEXTREMISTCONTENT (line 73) | const REASONVIOLENCEEXTREMISTCONTENT = `${id}#reasonViolenceExtremistCon... constant REASONVIOLENCETRAFFICKING (line 75) | const REASONVIOLENCETRAFFICKING = `${id}#reasonViolenceTrafficking` constant REASONVIOLENCEOTHER (line 77) | const REASONVIOLENCEOTHER = `${id}#reasonViolenceOther` constant REASONSEXUALABUSECONTENT (line 79) | const REASONSEXUALABUSECONTENT = `${id}#reasonSexualAbuseContent` constant REASONSEXUALNCII (line 81) | const REASONSEXUALNCII = `${id}#reasonSexualNCII` constant REASONSEXUALDEEPFAKE (line 83) | const REASONSEXUALDEEPFAKE = `${id}#reasonSexualDeepfake` constant REASONSEXUALANIMAL (line 85) | const REASONSEXUALANIMAL = `${id}#reasonSexualAnimal` constant REASONSEXUALUNLABELED (line 87) | const REASONSEXUALUNLABELED = `${id}#reasonSexualUnlabeled` constant REASONSEXUALOTHER (line 89) | const REASONSEXUALOTHER = `${id}#reasonSexualOther` constant REASONCHILDSAFETYCSAM (line 91) | const REASONCHILDSAFETYCSAM = `${id}#reasonChildSafetyCSAM` constant REASONCHILDSAFETYGROOM (line 93) | const REASONCHILDSAFETYGROOM = `${id}#reasonChildSafetyGroom` constant REASONCHILDSAFETYPRIVACY (line 95) | const REASONCHILDSAFETYPRIVACY = `${id}#reasonChildSafetyPrivacy` constant REASONCHILDSAFETYHARASSMENT (line 97) | const REASONCHILDSAFETYHARASSMENT = `${id}#reasonChildSafetyHarassment` constant REASONCHILDSAFETYOTHER (line 99) | const REASONCHILDSAFETYOTHER = `${id}#reasonChildSafetyOther` constant REASONHARASSMENTTROLL (line 101) | const REASONHARASSMENTTROLL = `${id}#reasonHarassmentTroll` constant REASONHARASSMENTTARGETED (line 103) | const REASONHARASSMENTTARGETED = `${id}#reasonHarassmentTargeted` constant REASONHARASSMENTHATESPEECH (line 105) | const REASONHARASSMENTHATESPEECH = `${id}#reasonHarassmentHateSpeech` constant REASONHARASSMENTDOXXING (line 107) | const REASONHARASSMENTDOXXING = `${id}#reasonHarassmentDoxxing` constant REASONHARASSMENTOTHER (line 109) | const REASONHARASSMENTOTHER = `${id}#reasonHarassmentOther` constant REASONMISLEADINGBOT (line 111) | const REASONMISLEADINGBOT = `${id}#reasonMisleadingBot` constant REASONMISLEADINGIMPERSONATION (line 113) | const REASONMISLEADINGIMPERSONATION = `${id}#reasonMisleadingImpersonation` constant REASONMISLEADINGSPAM (line 115) | const REASONMISLEADINGSPAM = `${id}#reasonMisleadingSpam` constant REASONMISLEADINGSCAM (line 117) | const REASONMISLEADINGSCAM = `${id}#reasonMisleadingScam` constant REASONMISLEADINGELECTIONS (line 119) | const REASONMISLEADINGELECTIONS = `${id}#reasonMisleadingElections` constant REASONMISLEADINGOTHER (line 121) | const REASONMISLEADINGOTHER = `${id}#reasonMisleadingOther` constant REASONRULESITESECURITY (line 123) | const REASONRULESITESECURITY = `${id}#reasonRuleSiteSecurity` constant REASONRULEPROHIBITEDSALES (line 125) | const REASONRULEPROHIBITEDSALES = `${id}#reasonRuleProhibitedSales` constant REASONRULEBANEVASION (line 127) | const REASONRULEBANEVASION = `${id}#reasonRuleBanEvasion` constant REASONRULEOTHER (line 129) | const REASONRULEOTHER = `${id}#reasonRuleOther` constant REASONSELFHARMCONTENT (line 131) | const REASONSELFHARMCONTENT = `${id}#reasonSelfHarmContent` constant REASONSELFHARMED (line 133) | const REASONSELFHARMED = `${id}#reasonSelfHarmED` constant REASONSELFHARMSTUNTS (line 135) | const REASONSELFHARMSTUNTS = `${id}#reasonSelfHarmStunts` constant REASONSELFHARMSUBSTANCES (line 137) | const REASONSELFHARMSUBSTANCES = `${id}#reasonSelfHarmSubstances` constant REASONSELFHARMOTHER (line 139) | const REASONSELFHARMOTHER = `${id}#reasonSelfHarmOther` FILE: packages/api/src/client/types/tools/ozone/safelink/addRule.ts type QueryParams (line 19) | type QueryParams = {} type InputSchema (line 21) | interface InputSchema { type OutputSchema (line 33) | type OutputSchema = ToolsOzoneSafelinkDefs.Event type CallOptions (line 35) | interface CallOptions { type Response (line 42) | interface Response { class InvalidUrlError (line 48) | class InvalidUrlError extends XRPCError { method constructor (line 49) | constructor(src: XRPCError) { class RuleAlreadyExistsError (line 54) | class RuleAlreadyExistsError extends XRPCError { method constructor (line 55) | constructor(src: XRPCError) { function toKnownErr (line 60) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/tools/ozone/safelink/defs.ts type Event (line 18) | interface Event { function isEvent (line 37) | function isEvent(v: V) { function validateEvent (line 41) | function validateEvent(v: V) { type EventType (line 45) | type EventType = 'addRule' | 'updateRule' | 'removeRule' | (string & {}) type PatternType (line 46) | type PatternType = 'domain' | 'url' | (string & {}) type ActionType (line 47) | type ActionType = 'block' | 'warn' | 'whitelist' | (string & {}) type ReasonType (line 48) | type ReasonType = 'csam' | 'spam' | 'phishing' | 'none' | (string & {}) type UrlRule (line 51) | interface UrlRule { function isUrlRule (line 70) | function isUrlRule(v: V) { function validateUrlRule (line 74) | function validateUrlRule(v: V) { FILE: packages/api/src/client/types/tools/ozone/safelink/queryEvents.ts type QueryParams (line 19) | type QueryParams = {} type InputSchema (line 21) | interface InputSchema { type OutputSchema (line 34) | interface OutputSchema { type CallOptions (line 40) | interface CallOptions { type Response (line 47) | interface Response { function toKnownErr (line 53) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/tools/ozone/safelink/queryRules.ts type QueryParams (line 19) | type QueryParams = {} type InputSchema (line 21) | interface InputSchema { type OutputSchema (line 40) | interface OutputSchema { type CallOptions (line 46) | interface CallOptions { type Response (line 53) | interface Response { function toKnownErr (line 59) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/tools/ozone/safelink/removeRule.ts type QueryParams (line 19) | type QueryParams = {} type InputSchema (line 21) | interface InputSchema { type OutputSchema (line 31) | type OutputSchema = ToolsOzoneSafelinkDefs.Event type CallOptions (line 33) | interface CallOptions { type Response (line 40) | interface Response { class RuleNotFoundError (line 46) | class RuleNotFoundError extends XRPCError { method constructor (line 47) | constructor(src: XRPCError) { function toKnownErr (line 52) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/tools/ozone/safelink/updateRule.ts type QueryParams (line 19) | type QueryParams = {} type InputSchema (line 21) | interface InputSchema { type OutputSchema (line 33) | type OutputSchema = ToolsOzoneSafelinkDefs.Event type CallOptions (line 35) | interface CallOptions { type Response (line 42) | interface Response { class RuleNotFoundError (line 48) | class RuleNotFoundError extends XRPCError { method constructor (line 49) | constructor(src: XRPCError) { function toKnownErr (line 54) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/tools/ozone/server/getConfig.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 19) | type InputSchema = undefined type OutputSchema (line 21) | interface OutputSchema { type CallOptions (line 31) | interface CallOptions { type Response (line 36) | interface Response { function toKnownErr (line 42) | function toKnownErr(e: any) { type ServiceConfig (line 46) | interface ServiceConfig { function isServiceConfig (line 53) | function isServiceConfig(v: V) { function validateServiceConfig (line 57) | function validateServiceConfig(v: V) { type ViewerConfig (line 61) | interface ViewerConfig { function isViewerConfig (line 73) | function isViewerConfig(v: V) { function validateViewerConfig (line 77) | function validateViewerConfig(v: V) { FILE: packages/api/src/client/types/tools/ozone/set/addValues.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 20) | interface InputSchema { type CallOptions (line 27) | interface CallOptions { type Response (line 34) | interface Response { function toKnownErr (line 39) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/tools/ozone/set/defs.ts type Set (line 17) | interface Set { function isSet (line 25) | function isSet(v: V) { function validateSet (line 29) | function validateSet(v: V) { type SetView (line 33) | interface SetView { function isSetView (line 44) | function isSetView(v: V) { function validateSetView (line 48) | function validateSetView(v: V) { FILE: packages/api/src/client/types/tools/ozone/set/deleteSet.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 20) | interface InputSchema { type OutputSchema (line 25) | interface OutputSchema {} type CallOptions (line 27) | interface CallOptions { type Response (line 34) | interface Response { class SetNotFoundError (line 40) | class SetNotFoundError extends XRPCError { method constructor (line 41) | constructor(src: XRPCError) { function toKnownErr (line 46) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/tools/ozone/set/deleteValues.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 20) | interface InputSchema { type CallOptions (line 27) | interface CallOptions { type Response (line 34) | interface Response { class SetNotFoundError (line 39) | class SetNotFoundError extends XRPCError { method constructor (line 40) | constructor(src: XRPCError) { function toKnownErr (line 45) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/tools/ozone/set/getValues.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 24) | type InputSchema = undefined type OutputSchema (line 26) | interface OutputSchema { type CallOptions (line 32) | interface CallOptions { type Response (line 37) | interface Response { class SetNotFoundError (line 43) | class SetNotFoundError extends XRPCError { method constructor (line 44) | constructor(src: XRPCError) { function toKnownErr (line 49) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/tools/ozone/set/querySets.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 27) | type InputSchema = undefined type OutputSchema (line 29) | interface OutputSchema { type CallOptions (line 34) | interface CallOptions { type Response (line 39) | interface Response { function toKnownErr (line 45) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/tools/ozone/set/upsertSet.ts type QueryParams (line 19) | type QueryParams = {} type InputSchema (line 20) | type InputSchema = ToolsOzoneSetDefs.Set type OutputSchema (line 21) | type OutputSchema = ToolsOzoneSetDefs.SetView type CallOptions (line 23) | interface CallOptions { type Response (line 30) | interface Response { function toKnownErr (line 36) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/tools/ozone/setting/defs.ts type Option (line 17) | interface Option { function isOption (line 38) | function isOption(v: V) { function validateOption (line 42) | function validateOption(v: V) { FILE: packages/api/src/client/types/tools/ozone/setting/listOptions.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 28) | type InputSchema = undefined type OutputSchema (line 30) | interface OutputSchema { type CallOptions (line 35) | interface CallOptions { type Response (line 40) | interface Response { function toKnownErr (line 46) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/tools/ozone/setting/removeOptions.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 20) | interface InputSchema { type OutputSchema (line 25) | interface OutputSchema {} type CallOptions (line 27) | interface CallOptions { type Response (line 34) | interface Response { function toKnownErr (line 40) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/tools/ozone/setting/upsertOption.ts type QueryParams (line 19) | type QueryParams = {} type InputSchema (line 21) | interface InputSchema { type OutputSchema (line 34) | interface OutputSchema { type CallOptions (line 38) | interface CallOptions { type Response (line 45) | interface Response { function toKnownErr (line 51) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/tools/ozone/signature/defs.ts type SigDetail (line 17) | interface SigDetail { function isSigDetail (line 25) | function isSigDetail(v: V) { function validateSigDetail (line 29) | function validateSigDetail(v: V) { FILE: packages/api/src/client/types/tools/ozone/signature/findCorrelation.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 22) | type InputSchema = undefined type OutputSchema (line 24) | interface OutputSchema { type CallOptions (line 28) | interface CallOptions { type Response (line 33) | interface Response { function toKnownErr (line 39) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/tools/ozone/signature/findRelatedAccounts.ts type QueryParams (line 20) | type QueryParams = { type InputSchema (line 25) | type InputSchema = undefined type OutputSchema (line 27) | interface OutputSchema { type CallOptions (line 32) | interface CallOptions { type Response (line 37) | interface Response { function toKnownErr (line 43) | function toKnownErr(e: any) { type RelatedAccount (line 47) | interface RelatedAccount { function isRelatedAccount (line 55) | function isRelatedAccount(v: V) { function validateRelatedAccount (line 59) | function validateRelatedAccount(v: V) { FILE: packages/api/src/client/types/tools/ozone/signature/searchAccounts.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 24) | type InputSchema = undefined type OutputSchema (line 26) | interface OutputSchema { type CallOptions (line 31) | interface CallOptions { type Response (line 36) | interface Response { function toKnownErr (line 42) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/tools/ozone/team/addMember.ts type QueryParams (line 19) | type QueryParams = {} type InputSchema (line 21) | interface InputSchema { type OutputSchema (line 31) | type OutputSchema = ToolsOzoneTeamDefs.Member type CallOptions (line 33) | interface CallOptions { type Response (line 40) | interface Response { class MemberAlreadyExistsError (line 46) | class MemberAlreadyExistsError extends XRPCError { method constructor (line 47) | constructor(src: XRPCError) { function toKnownErr (line 52) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/tools/ozone/team/defs.ts type Member (line 18) | interface Member { function isMember (line 36) | function isMember(v: V) { function validateMember (line 40) | function validateMember(v: V) { constant ROLEADMIN (line 45) | const ROLEADMIN = `${id}#roleAdmin` constant ROLEMODERATOR (line 47) | const ROLEMODERATOR = `${id}#roleModerator` constant ROLETRIAGE (line 49) | const ROLETRIAGE = `${id}#roleTriage` constant ROLEVERIFIER (line 51) | const ROLEVERIFIER = `${id}#roleVerifier` FILE: packages/api/src/client/types/tools/ozone/team/deleteMember.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 20) | interface InputSchema { type CallOptions (line 24) | interface CallOptions { type Response (line 31) | interface Response { class MemberNotFoundError (line 36) | class MemberNotFoundError extends XRPCError { method constructor (line 37) | constructor(src: XRPCError) { class CannotDeleteSelfError (line 42) | class CannotDeleteSelfError extends XRPCError { method constructor (line 43) | constructor(src: XRPCError) { function toKnownErr (line 48) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/tools/ozone/team/listMembers.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 26) | type InputSchema = undefined type OutputSchema (line 28) | interface OutputSchema { type CallOptions (line 33) | interface CallOptions { type Response (line 38) | interface Response { function toKnownErr (line 44) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/tools/ozone/team/updateMember.ts type QueryParams (line 19) | type QueryParams = {} type InputSchema (line 21) | interface InputSchema { type OutputSchema (line 32) | type OutputSchema = ToolsOzoneTeamDefs.Member type CallOptions (line 34) | interface CallOptions { type Response (line 41) | interface Response { class MemberNotFoundError (line 47) | class MemberNotFoundError extends XRPCError { method constructor (line 48) | constructor(src: XRPCError) { function toKnownErr (line 53) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/tools/ozone/verification/defs.ts type VerificationView (line 19) | interface VerificationView { function isVerificationView (line 53) | function isVerificationView(v: V) { function validateVerificationView (line 57) | function validateVerificationView(v: V) { FILE: packages/api/src/client/types/tools/ozone/verification/grantVerifications.ts type QueryParams (line 19) | type QueryParams = {} type InputSchema (line 21) | interface InputSchema { type OutputSchema (line 26) | interface OutputSchema { type CallOptions (line 31) | interface CallOptions { type Response (line 38) | interface Response { function toKnownErr (line 44) | function toKnownErr(e: any) { type VerificationInput (line 48) | interface VerificationInput { function isVerificationInput (line 62) | function isVerificationInput(v: V) { function validateVerificationInput (line 66) | function validateVerificationInput(v: V) { type GrantError (line 71) | interface GrantError { function isGrantError (line 81) | function isGrantError(v: V) { function validateGrantError (line 85) | function validateGrantError(v: V) { FILE: packages/api/src/client/types/tools/ozone/verification/listVerifications.ts type QueryParams (line 19) | type QueryParams = { type InputSchema (line 37) | type InputSchema = undefined type OutputSchema (line 39) | interface OutputSchema { type CallOptions (line 44) | interface CallOptions { type Response (line 49) | interface Response { function toKnownErr (line 55) | function toKnownErr(e: any) { FILE: packages/api/src/client/types/tools/ozone/verification/revokeVerifications.ts type QueryParams (line 18) | type QueryParams = {} type InputSchema (line 20) | interface InputSchema { type OutputSchema (line 27) | interface OutputSchema { type CallOptions (line 34) | interface CallOptions { type Response (line 41) | interface Response { function toKnownErr (line 47) | function toKnownErr(e: any) { type RevokeError (line 52) | interface RevokeError { function isRevokeError (line 62) | function isRevokeError(v: V) { function validateRevokeError (line 66) | function validateRevokeError(v: V) { FILE: packages/api/src/client/util.ts type OmitKey (line 7) | type OmitKey = { type $Typed (line 11) | type $Typed = V & { $type: T } type Un$Typed (line 12) | type Un$Typed = OmitKey type $Type (line 14) | type $Type = Hash extends 'main' function isObject (line 18) | function isObject(v: V): v is V & object { function is$type (line 22) | function is$type( type $TypedObject (line 37) | type $TypedObject< function is$typed (line 51) | function is$typed( function maybe$typed (line 59) | function maybe$typed( type Validator (line 70) | type Validator = (v: unknown) => ValidationResult type ValidatorParam (line 71) | type ValidatorParam = function asPredicate (line 78) | function asPredicate(validate: V) { FILE: packages/api/src/const.ts constant BSKY_LABELER_DID (line 1) | const BSKY_LABELER_DID = 'did:plc:ar7c4by46qjdydhdevvrndac' FILE: packages/api/src/mocker.ts constant FAKE_CID (line 12) | const FAKE_CID = 'bafyreiclp443lavogvhj3d2ob2cxbfuscni2k5jk7bebjzg7khl3e... method post (line 15) | post({ method postView (line 37) | postView({ method embedRecordView (line 72) | embedRecordView({ method profileViewBasic (line 95) | profileViewBasic({ method actorViewerState (line 119) | actorViewerState({ method listViewBasic (line 147) | listViewBasic({ name }: { name: string }): AppBskyGraphDefs.ListViewBasic { method replyNotification (line 157) | replyNotification({ method followNotification (line 179) | followNotification({ method label (line 204) | label({ FILE: packages/api/src/moderation/const/labels.ts type KnownLabelValue (line 4) | type KnownLabelValue = constant DEFAULT_LABEL_SETTINGS (line 14) | const DEFAULT_LABEL_SETTINGS: Record = { constant LABELS (line 21) | const LABELS: Record = FILE: packages/api/src/moderation/decision.ts type ModerationBehaviorSeverity (line 20) | enum ModerationBehaviorSeverity { class ModerationDecision (line 26) | class ModerationDecision { method constructor (line 31) | constructor() {} method merge (line 33) | static merge( method downgrade (line 46) | downgrade() { method blocked (line 53) | get blocked() { method muted (line 57) | get muted() { method blockCause (line 61) | get blockCause() { method muteCause (line 70) | get muteCause() { method labelCauses (line 74) | get labelCauses() { method ui (line 78) | ui(context: keyof ModerationBehavior): ModerationUI { method setDid (line 181) | setDid(did: string) { method setIsMe (line 185) | setIsMe(isMe: boolean) { method addHidden (line 189) | addHidden(hidden: boolean) { method addMutedWord (line 199) | addMutedWord(matches: MuteWordMatch[] | undefined) { method addBlocking (line 210) | addBlocking(blocking: string | undefined) { method addBlockingByList (line 220) | addBlockingByList( method addBlockedBy (line 232) | addBlockedBy(blockedBy: boolean | undefined) { method addBlockOther (line 242) | addBlockOther(blockOther: boolean | undefined) { method addLabel (line 252) | addLabel(target: LabelTarget, label: Label, opts: ModerationOpts) { method addMuted (line 351) | addMuted(muted: boolean | undefined) { method addMutedByList (line 361) | addMutedByList(mutedByList: AppBskyGraphDefs.ListViewBasic | undefined) { function measureModerationBehaviorSeverity (line 372) | function measureModerationBehaviorSeverity( function sortByPriority (line 387) | function sortByPriority(a: ModerationCause, b: ModerationCause) { FILE: packages/api/src/moderation/index.ts function moderateProfile (line 25) | function moderateProfile( function moderatePost (line 35) | function moderatePost( function moderateNotification (line 42) | function moderateNotification( function moderateFeedGenerator (line 49) | function moderateFeedGenerator( function moderateUserList (line 56) | function moderateUserList( FILE: packages/api/src/moderation/mutewords.ts constant REGEX (line 3) | const REGEX = { constant LANGUAGE_EXCEPTIONS (line 16) | const LANGUAGE_EXCEPTIONS = [ type MuteWordMatch (line 24) | type MuteWordMatch = { type Params (line 35) | type Params = { function matchMuteWords (line 48) | function matchMuteWords({ function hasMutedWord (line 168) | function hasMutedWord(params: Params) { FILE: packages/api/src/moderation/subjects/account.ts function decideAccount (line 4) | function decideAccount( function filterAccountLabels (line 35) | function filterAccountLabels(labels?: Label[]): Label[] { FILE: packages/api/src/moderation/subjects/feed-generator.ts function decideFeedGenerator (line 6) | function decideFeedGenerator( FILE: packages/api/src/moderation/subjects/notification.ts function decideNotification (line 6) | function decideNotification( FILE: packages/api/src/moderation/subjects/post.ts function decidePost (line 16) | function decidePost( function decideSubject (line 28) | function decideSubject( function decideEmbed (line 49) | function decideEmbed( function decideQuotedPost (line 90) | function decideQuotedPost( function decideBlockedQuotedPost (line 109) | function decideBlockedQuotedPost( function checkHiddenPost (line 134) | function checkHiddenPost( function matchAllMuteWords (line 163) | function matchAllMuteWords( FILE: packages/api/src/moderation/subjects/profile.ts function decideProfile (line 4) | function decideProfile( function filterProfileLabels (line 19) | function filterProfileLabels(labels?: Label[]): Label[] { FILE: packages/api/src/moderation/subjects/user-list.ts function decideUserList (line 8) | function decideUserList( function isProfile (line 46) | function isProfile(v: any): v is AppBskyActorDefs.ProfileViewBasic { FILE: packages/api/src/moderation/types.ts constant CUSTOM_LABEL_VALUE_RE (line 15) | const CUSTOM_LABEL_VALUE_RE = /^[a-z-]+$/ type ModerationBehavior (line 20) | interface ModerationBehavior { constant BLOCK_BEHAVIOR (line 30) | const BLOCK_BEHAVIOR: ModerationBehavior = { constant MUTE_BEHAVIOR (line 38) | const MUTE_BEHAVIOR: ModerationBehavior = { constant MUTEWORD_BEHAVIOR (line 44) | const MUTEWORD_BEHAVIOR: ModerationBehavior = { constant HIDE_BEHAVIOR (line 48) | const HIDE_BEHAVIOR: ModerationBehavior = { constant NOOP_BEHAVIOR (line 52) | const NOOP_BEHAVIOR: ModerationBehavior = {} type Label (line 57) | type Label = ComAtprotoLabelDefs.Label type LabelTarget (line 58) | type LabelTarget = 'account' | 'profile' | 'content' type LabelPreference (line 59) | type LabelPreference = 'ignore' | 'warn' | 'hide' type LabelValueDefinitionFlag (line 61) | type LabelValueDefinitionFlag = type InterpretedLabelValueDefinition (line 67) | interface InterpretedLabelValueDefinition type LabelDefinitionMap (line 80) | type LabelDefinitionMap = Record< type ModerationSubjectProfile (line 88) | type ModerationSubjectProfile = type ModerationSubjectPost (line 94) | type ModerationSubjectPost = AppBskyFeedDefs.PostView type ModerationSubjectNotification (line 96) | type ModerationSubjectNotification = type ModerationSubjectFeedGenerator (line 99) | type ModerationSubjectFeedGenerator = AppBskyFeedDefs.GeneratorView type ModerationSubjectUserList (line 101) | type ModerationSubjectUserList = type ModerationSubject (line 105) | type ModerationSubject = type ModerationCauseSource (line 115) | type ModerationCauseSource = type ModerationCause (line 120) | type ModerationCause = type ModerationPrefsLabeler (line 171) | interface ModerationPrefsLabeler { type ModerationPrefs (line 176) | interface ModerationPrefs { type ModerationOpts (line 184) | interface ModerationOpts { FILE: packages/api/src/moderation/ui.ts class ModerationUI (line 3) | class ModerationUI { method filter (line 9) | get filter(): boolean { method blur (line 12) | get blur(): boolean { method alert (line 15) | get alert(): boolean { method inform (line 18) | get inform(): boolean { FILE: packages/api/src/moderation/util.ts function isQuotedPost (line 15) | function isQuotedPost(embed: unknown): embed is AppBskyEmbedRecord.View { function isQuotedPostWithMedia (line 19) | function isQuotedPostWithMedia( function interpretLabelValueDefinition (line 25) | function interpretLabelValueDefinition( function interpretLabelValueDefinitions (line 103) | function interpretLabelValueDefinitions( FILE: packages/api/src/rich-text/detection.ts type Facet (line 12) | type Facet = AppBskyRichtextFacet.Main function detectFacets (line 14) | function detectFacets(text: UnicodeString): Facet[] | undefined { function isValidDomain (line 138) | function isValidDomain(str: string): boolean { FILE: packages/api/src/rich-text/rich-text.ts type Facet (line 99) | type Facet = AppBskyRichtextFacet.Main type FacetLink (line 100) | type FacetLink = AppBskyRichtextFacet.Link type FacetMention (line 101) | type FacetMention = AppBskyRichtextFacet.Mention type FacetTag (line 102) | type FacetTag = AppBskyRichtextFacet.Tag type Entity (line 103) | type Entity = AppBskyFeedPost.Entity type RichTextProps (line 105) | interface RichTextProps { type RichTextOpts (line 114) | interface RichTextOpts { class RichTextSegment (line 118) | class RichTextSegment { method constructor (line 119) | constructor( method link (line 124) | get link(): FacetLink | undefined { method isLink (line 128) | isLink() { method mention (line 132) | get mention(): FacetMention | undefined { method isMention (line 136) | isMention() { method tag (line 140) | get tag(): FacetTag | undefined { method isTag (line 144) | isTag() { class RichText (line 149) | class RichText { method constructor (line 153) | constructor(props: RichTextProps, opts?: RichTextOpts) { method text (line 167) | get text() { method length (line 171) | get length() { method graphemeLength (line 175) | get graphemeLength() { method clone (line 179) | clone() { method copyInto (line 186) | copyInto(target: RichText) { method segments (line 191) | *segments(): Generator { method insert (line 232) | insert(insertIndex: number, insertText: string) { method delete (line 266) | delete(removeStartIndex: number, removeEndIndex: number) { method detectFacets (line 338) | async detectFacets(agent: AtpBaseClient) { method detectFacetsWithoutResolution (line 367) | detectFacetsWithoutResolution() { function entitiesToFacets (line 381) | function entitiesToFacets(text: UnicodeString, entities: Entity[]): Face... function cloneDeep (line 409) | function cloneDeep(v: T): T { FILE: packages/api/src/rich-text/sanitization.ts constant EXCESS_SPACE_RE (line 6) | const EXCESS_SPACE_RE = /[\r\n]([\u00AD\u2060\u200D\u200C\u200B\s]*[\r\n... constant REPLACEMENT_STR (line 7) | const REPLACEMENT_STR = '\n\n' function sanitizeRichText (line 9) | function sanitizeRichText( function clean (line 19) | function clean( FILE: packages/api/src/rich-text/unicode.ts class UnicodeString (line 15) | class UnicodeString { method constructor (line 20) | constructor(utf16: string) { method length (line 25) | get length() { method graphemeLength (line 29) | get graphemeLength() { method slice (line 36) | slice(start?: number, end?: number): string { method utf16IndexToUtf8Index (line 40) | utf16IndexToUtf8Index(i: number) { method toString (line 44) | toString() { FILE: packages/api/src/rich-text/util.ts constant MENTION_REGEX (line 1) | const MENTION_REGEX = /(^|\s|\()(@)([a-zA-Z0-9.-]+)(\b)/g constant URL_REGEX (line 2) | const URL_REGEX = constant TRAILING_PUNCTUATION_REGEX (line 4) | const TRAILING_PUNCTUATION_REGEX = /\p{P}+$/gu constant TAG_REGEX (line 10) | const TAG_REGEX = constant CASHTAG_REGEX (line 14) | const CASHTAG_REGEX = FILE: packages/api/src/session-manager.ts type SessionManager (line 3) | interface SessionManager extends FetchHandlerObject { FILE: packages/api/src/types.ts type UnknownServiceType (line 4) | type UnknownServiceType = string & NonNullable type AtprotoServiceType (line 5) | type AtprotoServiceType = 'atproto_labeler' | UnknownServiceType function isAtprotoServiceType (line 6) | function isAtprotoServiceType( type Did (line 13) | type Did = `did:${string}:${string}` function isDid (line 14) | function isDid(input: T): input is T & Did { function assertDid (line 22) | function assertDid(input: string): asserts input is Did { function asDid (line 26) | function asDid(input: T) { type AtprotoProxy (line 31) | type AtprotoProxy = `${Did}#${AtprotoServiceType}` function isAtprotoProxy (line 32) | function isAtprotoProxy(input: string): input is AtprotoProxy { function assertAtprotoProxy (line 37) | function assertAtprotoProxy( function asAtprotoProxy (line 47) | function asAtprotoProxy(input: T) { type AtpSessionEvent (line 55) | type AtpSessionEvent = type AtpSessionData (line 65) | interface AtpSessionData { type AtpPersistSessionHandler (line 80) | type AtpPersistSessionHandler = ( type AtpAgentLoginOpts (line 88) | interface AtpAgentLoginOpts { type AtpAgentGlobalOpts (line 98) | interface AtpAgentGlobalOpts { type BskyFeedViewPreference (line 106) | interface BskyFeedViewPreference { type BskyThreadViewPreference (line 118) | interface BskyThreadViewPreference { type BskyInterestsPreference (line 126) | interface BskyInterestsPreference { type BskyPreferences (line 134) | interface BskyPreferences { FILE: packages/api/src/util.ts function sanitizeMutedWordValue (line 6) | function sanitizeMutedWordValue(value: string) { function savedFeedsToUriArrays (line 16) | function savedFeedsToUriArrays( function getSavedFeedType (line 47) | function getSavedFeedType( function validateSavedFeed (line 62) | function validateSavedFeed(savedFeed: AppBskyActorDefs.SavedFeed) { function validateNux (line 94) | function validateNux(nux: Nux) { FILE: packages/api/tests/atp-agent.test.ts function updatePreferences (line 2539) | async function updatePreferences( function addLegacyMutedWord (line 2555) | async function addLegacyMutedWord(mutedWord: AppBskyActorDefs.MutedWord) { FILE: packages/api/tests/moderation-behaviors.test.ts constant USERS (line 10) | const USERS: SuiteUsers = { constant CONFIGURATIONS (line 68) | const CONFIGURATIONS: SuiteConfigurations = { constant SCENARIOS (line 110) | const SCENARIOS: SuiteScenarios = { FILE: packages/api/tests/moderation-custom-labels.test.ts type ScenarioResult (line 11) | interface ScenarioResult { type Scenario (line 22) | interface Scenario { constant TESTS (line 30) | const TESTS: Scenario[] = [ function modOpts (line 299) | function modOpts(blurs: string, severity: string): ModerationOpts { function makeCustomLabel (line 320) | function makeCustomLabel( FILE: packages/api/tests/moderation-quoteposts.test.ts type ScenarioResult (line 10) | interface ScenarioResult { type Scenario (line 21) | interface Scenario { constant TESTS (line 29) | const TESTS: Scenario[] = [ function modOpts (line 242) | function modOpts(blurs: string, severity: string): ModerationOpts { function makeCustomLabel (line 263) | function makeCustomLabel( FILE: packages/api/tests/rich-text-detection.test.ts function segmentToOutput (line 444) | function segmentToOutput(segment: RichTextSegment): string[] { FILE: packages/api/tests/rich-text-sanitization.test.ts function facetToStr (line 206) | function facetToStr(str: string, ent?: Facet) { FILE: packages/api/tests/util/echo-server.ts function createHeaderEchoServer (line 4) | async function createHeaderEchoServer(port: number = 0) { FILE: packages/api/tests/util/moderation-behavior.ts type ModerationTestSuiteResultFlag (line 9) | type ModerationTestSuiteResultFlag = type ModerationTestSuiteScenario (line 16) | interface ModerationTestSuiteScenario { type SuiteUsers (line 40) | type SuiteUsers = Record< type SuiteConfigurations (line 51) | type SuiteConfigurations = Record< type SuiteScenarios (line 60) | type SuiteScenarios = Record method toBeModerationResult (line 63) | toBeModerationResult( class ModerationBehaviorSuiteRunner (line 157) | class ModerationBehaviorSuiteRunner { method constructor (line 158) | constructor( method postScenario (line 164) | postScenario(scenario: ModerationTestSuiteScenario) { method profileScenario (line 196) | profileScenario(scenario: ModerationTestSuiteScenario) { method profileViewBasic (line 203) | profileViewBasic( method moderationOpts (line 246) | moderationOpts(scenario: ModerationTestSuiteScenario): ModerationOpts { FILE: packages/aws/src/bunny.ts type BunnyConfig (line 4) | type BunnyConfig = { constant API_PURGE_URL (line 9) | const API_PURGE_URL = 'https://api.bunny.net/purge' class BunnyInvalidator (line 11) | class BunnyInvalidator implements ImageInvalidator { method constructor (line 12) | constructor(public cfg: BunnyConfig) {} method invalidate (line 13) | async invalidate(_subject: string, paths: string[]) { function purgeUrl (line 27) | async function purgeUrl(opts: { accessKey: string; url: string }) { FILE: packages/aws/src/cloudfront.ts type CloudfrontConfig (line 4) | type CloudfrontConfig = { class CloudfrontInvalidator (line 9) | class CloudfrontInvalidator implements ImageInvalidator { method constructor (line 13) | constructor(cfg: CloudfrontConfig) { method invalidate (line 22) | async invalidate(subject: string, paths: string[]) { FILE: packages/aws/src/kms.ts type KmsConfig (line 9) | type KmsConfig = { keyId: string } & Omit< class KmsKeypair (line 14) | class KmsKeypair implements crypto.Keypair { method constructor (line 17) | constructor( method load (line 23) | static async load(cfg: KmsConfig) { method did (line 43) | did(): string { method sign (line 47) | async sign(msg: Uint8Array): Promise { FILE: packages/aws/src/s3.ts type S3Config (line 9) | type S3Config = { class S3BlobStore (line 22) | class S3BlobStore implements BlobStore { method constructor (line 27) | constructor( method creator (line 50) | static creator(cfg: S3Config) { method genKey (line 56) | private genKey() { method getTmpPath (line 60) | private getTmpPath(key: string): string { method getStoredPath (line 64) | private getStoredPath(cid: CID): string { method getQuarantinedPath (line 68) | private getQuarantinedPath(cid: CID): string { method uploadBytes (line 72) | private async uploadBytes(path: string, bytes: Uint8Array | stream.Rea... method putTemp (line 108) | async putTemp(bytes: Uint8Array | stream.Readable): Promise { method makePermanent (line 114) | async makePermanent(key: string, cid: CID): Promise { method putPermanent (line 139) | async putPermanent( method quarantine (line 146) | async quarantine(cid: CID): Promise { method unquarantine (line 153) | async unquarantine(cid: CID): Promise { method getObject (line 160) | private async getObject(cid: CID) { method getBytes (line 172) | async getBytes(cid: CID): Promise { method getStream (line 177) | async getStream(cid: CID): Promise { method delete (line 182) | async delete(cid: CID): Promise { method deleteMany (line 186) | async deleteMany(cids: CID[]): Promise { method hasStored (line 199) | async hasStored(cid: CID): Promise { method hasTemp (line 203) | async hasTemp(key: string): Promise { method hasKey (line 207) | private async hasKey(key: string) { method deleteKey (line 219) | private async deleteKey(key: string) { method deleteManyKeys (line 226) | private async deleteManyKeys(keys: string[]) { method move (line 235) | private async move(keys: { from: string; to: string }) { FILE: packages/aws/src/types.ts type ImageInvalidator (line 3) | interface ImageInvalidator { FILE: packages/aws/src/util.ts class MultiImageInvalidator (line 4) | class MultiImageInvalidator implements ImageInvalidator { method constructor (line 5) | constructor(public invalidators: ImageInvalidator[]) {} method invalidate (line 6) | async invalidate(subject: string, paths: string[]) { FILE: packages/bsky/bin/migration-create.ts function main (line 6) | async function main() { FILE: packages/bsky/src/api/age-assurance/const.ts constant AGE_ASSURANCE_CONFIG (line 14) | const AGE_ASSURANCE_CONFIG: AppBskyAgeassuranceDefs.Config = { FILE: packages/bsky/src/api/age-assurance/kws/age-verified.ts type KWSAgeVerifiedStatus (line 15) | type KWSAgeVerifiedStatus = z.infer function serializeKWSAgeVerifiedStatus (line 17) | function serializeKWSAgeVerifiedStatus( type KWSWebhookAgeVerified (line 61) | type KWSWebhookAgeVerified = z.infer FILE: packages/bsky/src/api/age-assurance/kws/const.ts constant KWS_SUPPORTED_LANGUAGES (line 5) | const KWS_SUPPORTED_LANGUAGES = new Set([ constant KWS_V2_COUNTRIES (line 33) | const KWS_V2_COUNTRIES = new Set(['AU']) FILE: packages/bsky/src/api/age-assurance/kws/external-payload.ts constant KWS_EXTERNAL_PAYLOAD_CHAR_LIMIT (line 3) | const KWS_EXTERNAL_PAYLOAD_CHAR_LIMIT = 250 class KWSExternalPayloadTooLargeError (line 12) | class KWSExternalPayloadTooLargeError extends Error {} type KWSExternalPayloadVersion (line 14) | enum KWSExternalPayloadVersion { function parseKWSExternalPayloadVersion (line 19) | function parseKWSExternalPayloadVersion(raw: string) { type KWSExternalPayloadV1 (line 28) | type KWSExternalPayloadV1 = { function parseKWSExternalPayloadV1 (line 38) | function parseKWSExternalPayloadV1(raw: string): KWSExternalPayloadV1 { function serializeKWSExternalPayloadV1 (line 49) | function serializeKWSExternalPayloadV1( function parseKWSExternalPayloadV1WithV2Compat (line 67) | function parseKWSExternalPayloadV1WithV2Compat( type KWSExternalPayloadV2 (line 89) | type KWSExternalPayloadV2 = { function serializeKWSExternalPayloadV2 (line 105) | function serializeKWSExternalPayloadV2( function parseKWSExternalPayloadV2 (line 132) | function parseKWSExternalPayloadV2(raw: string): KWSExternalPayloadV2 { FILE: packages/bsky/src/api/age-assurance/redirects/kws-age-verified.ts function parseQueryParams (line 14) | function parseQueryParams( FILE: packages/bsky/src/api/age-assurance/stash.ts function createEvent (line 6) | async function createEvent( FILE: packages/bsky/src/api/age-assurance/types.ts type AppContextWithAA (line 5) | type AppContextWithAA = AppContext & { FILE: packages/bsky/src/api/age-assurance/util.ts function computeAgeAssuranceAccessOrThrow (line 11) | function computeAgeAssuranceAccessOrThrow( function createLocationString (line 62) | function createLocationString(countryCode: string, regionCode?: string) { FILE: packages/bsky/src/api/app/bsky/actor/getProfile.ts type Context (line 95) | type Context = { type Params (line 100) | type Params = QueryParams & { type SkeletonState (line 104) | type SkeletonState = { did: string } FILE: packages/bsky/src/api/app/bsky/actor/getProfiles.ts type Context (line 83) | type Context = { type Params (line 88) | type Params = QueryParams & { type SkeletonState (line 92) | type SkeletonState = { dids: string[] } FILE: packages/bsky/src/api/app/bsky/actor/getSuggestions.ts type Context (line 141) | type Context = { type Params (line 148) | type Params = QueryParams & { type Skeleton (line 153) | type Skeleton = { FILE: packages/bsky/src/api/app/bsky/actor/searchActors.ts type Context (line 107) | type Context = { type Params (line 114) | type Params = QueryParams & { hydrateCtx: HydrateCtx } type Skeleton (line 116) | type Skeleton = { FILE: packages/bsky/src/api/app/bsky/actor/searchActorsTypeahead.ts type Context (line 109) | type Context = { type Params (line 116) | type Params = QueryParams & { hydrateCtx: HydrateCtx } type Skeleton (line 118) | type Skeleton = { FILE: packages/bsky/src/api/app/bsky/ageassurance/begin.ts function validateInput (line 144) | function validateInput({ email, language, ...rest }: InputSchema): Input... function getAgeVerificationState (line 159) | async function getAgeVerificationState( FILE: packages/bsky/src/api/app/bsky/bookmark/getBookmarks.ts type Context (line 84) | type Context = { type Params (line 89) | type Params = QueryParams & { type SkeletonState (line 93) | type SkeletonState = { FILE: packages/bsky/src/api/app/bsky/contact/getMatches.ts type Context (line 98) | type Context = { type Params (line 104) | type Params = QueryParams & { type SkeletonState (line 108) | type SkeletonState = { FILE: packages/bsky/src/api/app/bsky/contact/importContacts.ts type Context (line 106) | type Context = { type Params (line 112) | type Params = InputSchema & { type SkeletonState (line 116) | type SkeletonState = { FILE: packages/bsky/src/api/app/bsky/contact/util.ts function assertRolodexOrThrowUnimplemented (line 10) | function assertRolodexOrThrowUnimplemented( function convertErrorName (line 23) | function convertErrorName(reason: string): string { function callRolodexClient (line 56) | async function callRolodexClient(caller: T) { FILE: packages/bsky/src/api/app/bsky/feed/getActorFeeds.ts type Context (line 90) | type Context = { type Params (line 96) | type Params = QueryParams & { hydrateCtx: HydrateCtx } type Skeleton (line 98) | type Skeleton = { FILE: packages/bsky/src/api/app/bsky/feed/getActorLikes.ts type Context (line 115) | type Context = { type Params (line 121) | type Params = QueryParams & { hydrateCtx: HydrateCtx } type Skeleton (line 123) | type Skeleton = { FILE: packages/bsky/src/api/app/bsky/feed/getAuthorFeed.ts constant FILTER_TO_FEED_TYPE (line 56) | const FILTER_TO_FEED_TYPE = { type Context (line 205) | type Context = { type Params (line 211) | type Params = QueryParams & { type Skeleton (line 215) | type Skeleton = { class SelfThreadTracker (line 222) | class SelfThreadTracker { method constructor (line 226) | constructor( method ok (line 237) | ok(uri: string, loop = new Set()) { method _ok (line 255) | private _ok(uri: string, loop: Set): boolean { function getParentUri (line 275) | function getParentUri(post: Post) { FILE: packages/bsky/src/api/app/bsky/feed/getFeed.ts type Context (line 159) | type Context = AppContext type Params (line 161) | type Params = GetFeedParams & { type Skeleton (line 166) | type Skeleton = { type AlgoResponse (line 268) | type AlgoResponse = { type AlgoResponseItem (line 275) | type AlgoResponseItem = FeedItem & { FILE: packages/bsky/src/api/app/bsky/feed/getFeedGenerators.ts type Context (line 69) | type Context = { type Params (line 74) | type Params = QueryParams & { hydrateCtx: HydrateCtx } type Skeleton (line 76) | type Skeleton = { FILE: packages/bsky/src/api/app/bsky/feed/getLikes.ts type Context (line 128) | type Context = { type Params (line 133) | type Params = QueryParams & { hydrateCtx: HydrateCtx } type Skeleton (line 135) | type Skeleton = { FILE: packages/bsky/src/api/app/bsky/feed/getListFeed.ts type Context (line 135) | type Context = { type Params (line 141) | type Params = QueryParams & { hydrateCtx: HydrateCtx } type Skeleton (line 143) | type Skeleton = { FILE: packages/bsky/src/api/app/bsky/feed/getPostThread.ts type Context (line 128) | type Context = { type Params (line 135) | type Params = QueryParams & { hydrateCtx: HydrateCtx } type Skeleton (line 137) | type Skeleton = { FILE: packages/bsky/src/api/app/bsky/feed/getPosts.ts type Context (line 85) | type Context = { type Params (line 90) | type Params = QueryParams & { hydrateCtx: HydrateCtx } type Skeleton (line 92) | type Skeleton = { FILE: packages/bsky/src/api/app/bsky/feed/getQuotes.ts type Context (line 109) | type Context = { type Params (line 114) | type Params = QueryParams & { hydrateCtx: HydrateCtx } type Skeleton (line 116) | type Skeleton = { FILE: packages/bsky/src/api/app/bsky/feed/getRepostedBy.ts type Context (line 108) | type Context = { type Params (line 113) | type Params = QueryParams & { hydrateCtx: HydrateCtx } type Skeleton (line 115) | type Skeleton = { FILE: packages/bsky/src/api/app/bsky/feed/getTimeline.ts type Context (line 111) | type Context = { type Params (line 117) | type Params = QueryParams & { hydrateCtx: HydrateCtx & { viewer: string } } type Skeleton (line 119) | type Skeleton = { FILE: packages/bsky/src/api/app/bsky/feed/searchPosts.ts type Context (line 177) | type Context = { type Params (line 185) | type Params = QueryParams & { type Skeleton (line 190) | type Skeleton = { FILE: packages/bsky/src/api/app/bsky/graph/getActorStarterPacks.ts type Context (line 88) | type Context = { type Params (line 94) | type Params = QueryParams & { hydrateCtx: HydrateCtx } type SkeletonState (line 96) | type SkeletonState = { FILE: packages/bsky/src/api/app/bsky/graph/getBlocks.ts type Context (line 76) | type Context = { type Params (line 81) | type Params = QueryParams & { type SkeletonState (line 85) | type SkeletonState = { FILE: packages/bsky/src/api/app/bsky/graph/getFollowers.ts type Context (line 135) | type Context = { type Params (line 140) | type Params = QueryParams & { type SkeletonState (line 144) | type SkeletonState = { FILE: packages/bsky/src/api/app/bsky/graph/getFollows.ts type Context (line 133) | type Context = { type Params (line 138) | type Params = QueryParams & { type SkeletonState (line 142) | type SkeletonState = { FILE: packages/bsky/src/api/app/bsky/graph/getKnownFollowers.ts type Context (line 106) | type Context = { type Params (line 111) | type Params = QueryParams & { type SkeletonState (line 115) | type SkeletonState = { FILE: packages/bsky/src/api/app/bsky/graph/getList.ts type Context (line 137) | type Context = { type Params (line 142) | type Params = QueryParams & { type SkeletonState (line 146) | type SkeletonState = { FILE: packages/bsky/src/api/app/bsky/graph/getListBlocks.ts type Context (line 74) | type Context = { type Params (line 79) | type Params = QueryParams & { type SkeletonState (line 83) | type SkeletonState = { FILE: packages/bsky/src/api/app/bsky/graph/getListMutes.ts type Context (line 74) | type Context = { type Params (line 79) | type Params = QueryParams & { type SkeletonState (line 83) | type SkeletonState = { FILE: packages/bsky/src/api/app/bsky/graph/getLists.ts type Context (line 108) | type Context = { type Params (line 113) | type Params = QueryParams & { type SkeletonState (line 117) | type SkeletonState = { FILE: packages/bsky/src/api/app/bsky/graph/getListsWithMembership.ts type Context (line 126) | type Context = { type Params (line 131) | type Params = QueryParams & { type SkeletonState (line 135) | type SkeletonState = { FILE: packages/bsky/src/api/app/bsky/graph/getMutes.ts type Context (line 72) | type Context = { type Params (line 77) | type Params = QueryParams & { type SkeletonState (line 81) | type SkeletonState = { FILE: packages/bsky/src/api/app/bsky/graph/getStarterPack.ts type Context (line 69) | type Context = { type Params (line 74) | type Params = QueryParams & { type SkeletonState (line 78) | type SkeletonState = { FILE: packages/bsky/src/api/app/bsky/graph/getStarterPacks.ts type Context (line 72) | type Context = { type Params (line 77) | type Params = QueryParams & { type SkeletonState (line 81) | type SkeletonState = { uris: string[] } FILE: packages/bsky/src/api/app/bsky/graph/getStarterPacksWithMembership.ts type Context (line 122) | type Context = { type Params (line 127) | type Params = QueryParams & { type SkeletonState (line 131) | type SkeletonState = { FILE: packages/bsky/src/api/app/bsky/graph/getSuggestedFollowsByActor.ts type Context (line 153) | type Context = { type Params (line 159) | type Params = QueryParams & { type SkeletonState (line 164) | type SkeletonState = { FILE: packages/bsky/src/api/app/bsky/graph/searchStarterPacks.ts type Context (line 106) | type Context = { type Params (line 113) | type Params = QueryParams & { hydrateCtx: HydrateCtx } type Skeleton (line 115) | type Skeleton = { FILE: packages/bsky/src/api/app/bsky/notification/getUnreadCount.ts type Context (line 65) | type Context = { type Params (line 70) | type Params = QueryParams & { type SkeletonState (line 74) | type SkeletonState = { FILE: packages/bsky/src/api/app/bsky/notification/listActivitySubscriptions.ts type Context (line 97) | type Context = { type Params (line 102) | type Params = QueryParams & { type SkeletonState (line 106) | type SkeletonState = { FILE: packages/bsky/src/api/app/bsky/notification/listNotifications.ts type Context (line 251) | type Context = { type Params (line 257) | type Params = QueryParams & { type SkeletonState (line 261) | type SkeletonState = { FILE: packages/bsky/src/api/app/bsky/notification/updateSeen.ts function getNotifId (line 44) | function getNotifId(viewer: string, seenAt: Date) { FILE: packages/bsky/src/api/app/bsky/notification/util.ts type DeepPartial (line 18) | type DeepPartial = T extends object type LexPlatform (line 127) | type LexPlatform = 'ios' | 'android' | 'web' function assertLexPlatform (line 129) | function assertLexPlatform( FILE: packages/bsky/src/api/app/bsky/unspecced/getOnboardingSuggestedStarterPacks.ts type Context (line 139) | type Context = { type Params (line 145) | type Params = QueryParams & { type SkeletonState (line 150) | type SkeletonState = { FILE: packages/bsky/src/api/app/bsky/unspecced/getPostThreadOtherV2.ts constant ABOVE (line 18) | const ABOVE = 0 constant BELOW (line 22) | const BELOW = 1 constant BRANCHING_FACTOR (line 25) | const BRANCHING_FACTOR = 0 type Context (line 104) | type Context = { type Params (line 111) | type Params = QueryParams & { hydrateCtx: HydrateCtx } type Skeleton (line 113) | type Skeleton = { FILE: packages/bsky/src/api/app/bsky/unspecced/getPostThreadV2.ts type Context (line 111) | type Context = { type Params (line 118) | type Params = QueryParams & { hydrateCtx: HydrateCtx } type Skeleton (line 120) | type Skeleton = { FILE: packages/bsky/src/api/app/bsky/unspecced/getSuggestedFeeds.ts type Context (line 86) | type Context = { type Params (line 92) | type Params = QueryParams & { type SkeletonState (line 97) | type SkeletonState = { FILE: packages/bsky/src/api/app/bsky/unspecced/getSuggestedOnboardingUsers.ts type Context (line 128) | type Context = { type Params (line 135) | type Params = QueryParams & { type SkeletonState (line 141) | type SkeletonState = { FILE: packages/bsky/src/api/app/bsky/unspecced/getSuggestedStarterPacks.ts type Context (line 139) | type Context = { type Params (line 145) | type Params = QueryParams & { type SkeletonState (line 150) | type SkeletonState = { FILE: packages/bsky/src/api/app/bsky/unspecced/getSuggestedUsers.ts type Context (line 165) | type Context = { type Params (line 172) | type Params = QueryParams & { type SkeletonState (line 178) | type SkeletonState = { FILE: packages/bsky/src/api/app/bsky/unspecced/getTrendingTopics.ts type Context (line 88) | type Context = { type Params (line 94) | type Params = Omit & { type SkeletonState (line 99) | type SkeletonState = { FILE: packages/bsky/src/api/app/bsky/unspecced/getTrends.ts type Context (line 131) | type Context = { type Params (line 137) | type Params = QueryParams & { type SkeletonState (line 142) | type SkeletonState = { FILE: packages/bsky/src/api/blob-dispatcher.ts function createBlobDispatcher (line 6) | function createBlobDispatcher(cfg: ServerConfig): Dispatcher { FILE: packages/bsky/src/api/blob-resolver.ts function createMiddleware (line 32) | function createMiddleware(ctx: AppContext): Middleware { type StreamBlobOptions (line 150) | type StreamBlobOptions = { type StreamBlobFactory (line 157) | type StreamBlobFactory = ( function streamBlob (line 166) | async function streamBlob( function parseBlobParams (line 236) | function parseBlobParams(params: { cid: string; did: string }) { function getBlobUrl (line 244) | async function getBlobUrl( function getBlobPds (line 258) | async function getBlobPds( function getBlobHeaders (line 292) | function getBlobHeaders( function createCidVerifier (line 324) | function createCidVerifier(cid: CID, encoding?: string | string[]): Dupl... function asError (line 394) | function asError(err: unknown): Error { FILE: packages/bsky/src/api/kws/api.ts function parseQueryParams (line 18) | function parseQueryParams( FILE: packages/bsky/src/api/kws/types.ts type AppContextWithKwsClient (line 6) | type AppContextWithKwsClient = AppContext & { type KwsExternalPayload (line 13) | type KwsExternalPayload = { type KwsStatus (line 26) | type KwsStatus = { type KwsVerificationIntermediateQuery (line 30) | type KwsVerificationIntermediateQuery = { type KwsVerificationQuery (line 43) | type KwsVerificationQuery = { type KwsWebhookBody (line 49) | type KwsWebhookBody = { FILE: packages/bsky/src/api/kws/webhook.ts type AgeAssuranceWebhookIntermediateBody (line 50) | type AgeAssuranceWebhookIntermediateBody = { FILE: packages/bsky/src/api/util.ts constant BSKY_USER_AGENT (line 3) | const BSKY_USER_AGENT = 'BskyAppView' constant ATPROTO_CONTENT_LABELERS (line 4) | const ATPROTO_CONTENT_LABELERS = 'Atproto-Content-Labelers' constant ATPROTO_REPO_REV (line 5) | const ATPROTO_REPO_REV = 'Atproto-Repo-Rev' type ResHeaderOpts (line 7) | type ResHeaderOpts = { FILE: packages/bsky/src/auth-verifier.ts type ReqCtx (line 23) | type ReqCtx = { type StandardAuthOpts (line 27) | type StandardAuthOpts = { type RoleStatus (line 32) | enum RoleStatus { type NullOutput (line 38) | type NullOutput = { type StandardOutput (line 45) | type StandardOutput = { type RoleOutput (line 53) | type RoleOutput = { type ModServiceOutput (line 60) | type ModServiceOutput = { constant ALLOWED_AUTH_SCOPES (line 68) | const ALLOWED_AUTH_SCOPES = new Set([ type AuthVerifierOpts (line 74) | type AuthVerifierOpts = { class AuthVerifier (line 82) | class AuthVerifier { method constructor (line 89) | constructor( method parseRoleCreds (line 285) | parseRoleCreds(req: express.Request) { method verifyServiceJwt (line 298) | async verifyServiceJwt( method isModService (line 370) | isModService(iss: string): boolean { method nullCreds (line 377) | nullCreds(): NullOutput { method parseCreds (line 386) | parseCreds( constant BEARER (line 417) | const BEARER = 'Bearer ' constant BASIC (line 418) | const BASIC = 'Basic ' FILE: packages/bsky/src/bsync.ts type BsyncClient (line 14) | type BsyncClient = PromiseClient FILE: packages/bsky/src/cache/read-through.ts type CacheItem (line 4) | type CacheItem = { type CacheOptions (line 9) | type CacheOptions = { class ReadThroughCache (line 16) | class ReadThroughCache { method constructor (line 17) | constructor( method _fetchMany (line 22) | private async _fetchMany(keys: string[]): Promise { method fetchAndCacheMany (line 47) | private async fetchAndCacheMany(keys: string[]): Promise) { method clearEntry (line 134) | async clearEntry(key: string) { method isExpired (line 138) | isExpired(result: CacheItem) { method isStale (line 142) | isStale(result: CacheItem) { FILE: packages/bsky/src/config.ts type LiveNowConfig (line 5) | type LiveNowConfig = { type KwsConfig (line 10) | interface KwsConfig { type ServerConfigValues (line 35) | interface ServerConfigValues { class ServerConfig (line 114) | class ServerConfig { method constructor (line 116) | constructor(private cfg: ServerConfigValues) {} method readEnv (line 118) | static readEnv(overrides?: Partial) { method assignPort (line 405) | assignPort(port: number) { method version (line 413) | get version() { method debugMode (line 417) | get debugMode() { method port (line 421) | get port() { method publicUrl (line 425) | get publicUrl() { method serverDid (line 429) | get serverDid() { method alternateAudienceDids (line 433) | get alternateAudienceDids() { method entrywayJwtPublicKeyHex (line 437) | get entrywayJwtPublicKeyHex() { method liveNowConfig (line 441) | get liveNowConfig() { method etcdHosts (line 445) | get etcdHosts() { method dataplaneUrlsEtcdKeyPrefix (line 449) | get dataplaneUrlsEtcdKeyPrefix() { method dataplaneUrls (line 453) | get dataplaneUrls() { method dataplaneHttpVersion (line 457) | get dataplaneHttpVersion() { method dataplaneIgnoreBadTls (line 461) | get dataplaneIgnoreBadTls() { method bsyncUrl (line 465) | get bsyncUrl() { method bsyncApiKey (line 469) | get bsyncApiKey() { method bsyncHttpVersion (line 473) | get bsyncHttpVersion() { method bsyncIgnoreBadTls (line 477) | get bsyncIgnoreBadTls() { method courierUrl (line 481) | get courierUrl() { method courierApiKey (line 485) | get courierApiKey() { method courierHttpVersion (line 489) | get courierHttpVersion() { method courierIgnoreBadTls (line 493) | get courierIgnoreBadTls() { method rolodexUrl (line 497) | get rolodexUrl() { method rolodexApiKey (line 500) | get rolodexApiKey() { method rolodexHttpVersion (line 503) | get rolodexHttpVersion() { method rolodexIgnoreBadTls (line 506) | get rolodexIgnoreBadTls() { method searchUrl (line 510) | get searchUrl() { method searchTagsHide (line 514) | get searchTagsHide() { method suggestionsUrl (line 518) | get suggestionsUrl() { method suggestionsApiKey (line 522) | get suggestionsApiKey() { method topicsUrl (line 526) | get topicsUrl() { method topicsApiKey (line 530) | get topicsApiKey() { method cdnUrl (line 534) | get cdnUrl() { method videoPlaylistUrlPattern (line 538) | get videoPlaylistUrlPattern() { method videoThumbnailUrlPattern (line 542) | get videoThumbnailUrlPattern() { method blobRateLimitBypassKey (line 546) | get blobRateLimitBypassKey() { method blobRateLimitBypassHostname (line 550) | get blobRateLimitBypassHostname() { method didPlcUrl (line 554) | get didPlcUrl() { method handleResolveNameservers (line 558) | get handleResolveNameservers() { method adminPasswords (line 562) | get adminPasswords() { method modServiceDid (line 566) | get modServiceDid() { method labelsFromIssuerDids (line 570) | get labelsFromIssuerDids() { method blobCacheLocation (line 574) | get blobCacheLocation() { method eventProxyTrackingEndpoint (line 578) | get eventProxyTrackingEndpoint() { method growthBookApiHost (line 582) | get growthBookApiHost() { method growthBookClientKey (line 586) | get growthBookClientKey() { method clientCheckEmailConfirmed (line 590) | get clientCheckEmailConfirmed() { method topicsEnabled (line 594) | get topicsEnabled() { method indexedAtEpoch (line 598) | get indexedAtEpoch() { method bigThreadUris (line 602) | get bigThreadUris() { method bigThreadDepth (line 606) | get bigThreadDepth() { method maxThreadDepth (line 610) | get maxThreadDepth() { method maxThreadParents (line 614) | get maxThreadParents() { method threadTagsHide (line 618) | get threadTagsHide() { method threadTagsBumpDown (line 622) | get threadTagsBumpDown() { method visibilityTagHide (line 626) | get visibilityTagHide() { method visibilityTagRankPrefix (line 630) | get visibilityTagRankPrefix() { method notificationsDelayMs (line 634) | get notificationsDelayMs() { method disableSsrfProtection (line 638) | get disableSsrfProtection(): boolean { method proxyAllowHTTP2 (line 642) | get proxyAllowHTTP2(): boolean { method proxyHeadersTimeout (line 646) | get proxyHeadersTimeout(): number { method proxyBodyTimeout (line 650) | get proxyBodyTimeout(): number { method proxyMaxResponseSize (line 654) | get proxyMaxResponseSize(): number { method proxyMaxRetries (line 658) | get proxyMaxRetries(): number { method proxyPreferCompressed (line 662) | get proxyPreferCompressed(): boolean { method kws (line 666) | get kws() { method debugFieldAllowedDids (line 670) | get debugFieldAllowedDids() { method draftsLimit (line 674) | get draftsLimit() { function envList (line 679) | function envList(str: string | undefined): string[] { function isLiveNowConfig (line 684) | function isLiveNowConfig(data: any): data is LiveNowConfig { FILE: packages/bsky/src/context.ts class AppContext (line 26) | class AppContext { method constructor (line 27) | constructor( method cfg (line 51) | get cfg(): ServerConfig { method etcd (line 55) | get etcd() { method dataplane (line 59) | get dataplane(): DataPlaneClient { method dataplaneHostList (line 63) | get dataplaneHostList(): HostList { method searchAgent (line 67) | get searchAgent(): AtpAgent | undefined { method suggestionsAgent (line 71) | get suggestionsAgent(): AtpAgent | undefined { method topicsAgent (line 75) | get topicsAgent(): AtpAgent | undefined { method hydrator (line 79) | get hydrator(): Hydrator { method views (line 83) | get views(): Views { method signingKey (line 87) | get signingKey(): Keypair { method plcClient (line 91) | get plcClient(): plc.Client { method idResolver (line 95) | get idResolver(): IdResolver { method bsyncClient (line 99) | get bsyncClient(): BsyncClient { method stashClient (line 103) | get stashClient(): StashClient { method courierClient (line 107) | get courierClient(): CourierClient | undefined { method rolodexClient (line 111) | get rolodexClient(): RolodexClient | undefined { method authVerifier (line 115) | get authVerifier(): AuthVerifier { method featureGatesClient (line 119) | get featureGatesClient(): FeatureGatesClient { method blobDispatcher (line 123) | get blobDispatcher(): Dispatcher { method kwsClient (line 127) | get kwsClient(): KwsClient | undefined { method reqLabelers (line 131) | reqLabelers(req: express.Request): ParsedLabelers { FILE: packages/bsky/src/courier.ts type CourierClient (line 14) | type CourierClient = PromiseClient FILE: packages/bsky/src/data-plane/bsync/index.ts class MockBsync (line 26) | class MockBsync { method constructor (line 27) | constructor(public server: http.Server) {} method create (line 29) | static async create(db: Database, port: number) { method destroy (line 38) | async destroy() { method addMuteOperation (line 53) | async addMuteOperation(req) { method scanMuteOperations (line 128) | async scanMuteOperations() { method addNotifOperation (line 132) | async addNotifOperation(req) { method scanNotifOperations (line 150) | async scanNotifOperations() { method putOperation (line 154) | async putOperation(req) { method scanOperations (line 202) | async scanOperations() { method ping (line 206) | async ping() { FILE: packages/bsky/src/data-plane/client/hosts.ts type HostList (line 8) | interface HostList { type HostListHandler (line 13) | type HostListHandler = (hosts: Iterable) => void class BasicHostList (line 18) | class BasicHostList implements HostList { method constructor (line 22) | constructor(hosts: Iterable) { method get (line 26) | get() { method set (line 30) | set(hosts: Iterable) { method update (line 35) | private update() { method onUpdate (line 41) | onUpdate(handler: HostListHandler) { class EtcdHostList (line 50) | class EtcdHostList implements HostList { method constructor (line 55) | constructor(etcd: Etcd3, prefix: string, fallback?: string[]) { method connect (line 76) | async connect() { method get (line 82) | get() { method update (line 86) | private update() { method onUpdate (line 100) | onUpdate(handler: HostListHandler) { FILE: packages/bsky/src/data-plane/client/index.ts type DataPlaneClient (line 17) | type DataPlaneClient = PromiseClient type HttpVersion (line 18) | type HttpVersion = '1.1' | '2' constant MAX_RETRIES (line 19) | const MAX_RETRIES = 3 class DataPlaneClients (line 62) | class DataPlaneClients { method constructor (line 66) | constructor( method get (line 77) | get(): readonly DataPlaneClient[] { method refresh (line 81) | private refresh() { method createClient (line 93) | private createClient(host: string) { FILE: packages/bsky/src/data-plane/client/util.ts type UnpackedServices (line 48) | type UnpackedServices = Record type UnpackedKeys (line 50) | type UnpackedKeys = Record Promise FILE: packages/bsky/src/data-plane/server/db/database-schema.ts type DatabaseSchemaType (line 46) | type DatabaseSchemaType = duplicateRecord.PartialDB & type DatabaseSchema (line 90) | type DatabaseSchema = Kysely FILE: packages/bsky/src/data-plane/server/db/db.ts class Database (line 24) | class Database { method constructor (line 31) | constructor( method schema (line 84) | get schema(): string | undefined { method transaction (line 88) | async transaction(fn: (db: Database) => Promise): Promise { method isTransaction (line 113) | get isTransaction() { method assertTransaction (line 117) | assertTransaction() { method assertNotTransaction (line 121) | assertNotTransaction() { method onCommit (line 125) | onCommit(fn: () => void) { method migrateToOrThrow (line 130) | async migrateToOrThrow(migration: string) { method migrateToLatestOrThrow (line 144) | async migrateToLatestOrThrow() { method close (line 158) | async close(): Promise { class LeakyTxPlugin (line 173) | class LeakyTxPlugin implements KyselyPlugin { method endTx (line 176) | endTx() { method transformQuery (line 180) | transformQuery(args: PluginTransformQueryArgs): RootOperationNode { method transformResult (line 187) | async transformResult( type TxnEmitter (line 194) | type TxnEmitter = TypedEmitter type TxnEvents (line 196) | type TxnEvents = { FILE: packages/bsky/src/data-plane/server/db/migrations/20230309T045948368Z-init.ts function up (line 6) | async function up(db: Kysely): Promise { function down (line 276) | async function down(db: Kysely): Promise { FILE: packages/bsky/src/data-plane/server/db/migrations/20230408T152211201Z-notification-init.ts function up (line 3) | async function up(db: Kysely): Promise { function down (line 23) | async function down(db: Kysely): Promise { FILE: packages/bsky/src/data-plane/server/db/migrations/20230417T210628672Z-moderation-init.ts function up (line 3) | async function up(db: Kysely): Promise { function down (line 113) | async function down(db: Kysely): Promise { FILE: packages/bsky/src/data-plane/server/db/migrations/20230420T211446071Z-did-cache.ts function up (line 3) | async function up(db: Kysely): Promise { function down (line 12) | async function down(db: Kysely): Promise { FILE: packages/bsky/src/data-plane/server/db/migrations/20230427T194702079Z-notif-record-index.ts function up (line 3) | async function up(db: Kysely): Promise { function down (line 12) | async function down(db: Kysely): Promise { FILE: packages/bsky/src/data-plane/server/db/migrations/20230605T144730094Z-post-profile-aggs.ts function up (line 3) | async function up(db: Kysely): Promise { function down (line 20) | async function down(db: Kysely): Promise { FILE: packages/bsky/src/data-plane/server/db/migrations/20230607T211442112Z-feed-generator-init.ts function up (line 3) | async function up(db: Kysely): Promise { function down (line 31) | async function down(db: Kysely): Promise { FILE: packages/bsky/src/data-plane/server/db/migrations/20230608T155101190Z-algo-whats-hot-view.ts function up (line 3) | async function up(db: Kysely): Promise { function down (line 82) | async function down(db: Kysely): Promise { FILE: packages/bsky/src/data-plane/server/db/migrations/20230608T201813132Z-mute-lists.ts function up (line 3) | async function up(db: Kysely): Promise { function down (line 72) | async function down(db: Kysely): Promise { FILE: packages/bsky/src/data-plane/server/db/migrations/20230608T205147239Z-mutes.ts function up (line 3) | async function up(db: Kysely): Promise { function down (line 13) | async function down(db: Kysely): Promise { FILE: packages/bsky/src/data-plane/server/db/migrations/20230609T153623961Z-blocks.ts function up (line 3) | async function up(db: Kysely): Promise { function down (line 30) | async function down(db: Kysely): Promise { FILE: packages/bsky/src/data-plane/server/db/migrations/20230609T232122649Z-actor-deletion-indexes.ts function up (line 5) | async function up(db: Kysely): Promise { function down (line 23) | async function down(db: Kysely): Promise { FILE: packages/bsky/src/data-plane/server/db/migrations/20230610T203555962Z-suggested-follows.ts function up (line 3) | async function up(db: Kysely): Promise { function down (line 11) | async function down(db: Kysely): Promise { FILE: packages/bsky/src/data-plane/server/db/migrations/20230611T215300060Z-actor-state.ts function up (line 3) | async function up(db: Kysely): Promise { function down (line 11) | async function down(db: Kysely): Promise { FILE: packages/bsky/src/data-plane/server/db/migrations/20230620T161134972Z-post-langs.ts function up (line 3) | async function up(db: Kysely): Promise { function down (line 7) | async function down(db: Kysely): Promise { FILE: packages/bsky/src/data-plane/server/db/migrations/20230627T212437895Z-optional-handle.ts function up (line 3) | async function up(db: Kysely): Promise { function down (line 11) | async function down(db: Kysely): Promise { FILE: packages/bsky/src/data-plane/server/db/migrations/20230629T220835893Z-remove-post-hierarchy.ts function up (line 3) | async function up(db: Kysely): Promise { function down (line 13) | async function down(db: Kysely): Promise { FILE: packages/bsky/src/data-plane/server/db/migrations/20230703T045536691Z-feed-and-label-indices.ts function up (line 3) | async function up(db: Kysely): Promise { function down (line 22) | async function down(db: Kysely): Promise { FILE: packages/bsky/src/data-plane/server/db/migrations/20230720T164800037Z-posts-cursor-idx.ts function up (line 3) | async function up(db: Kysely): Promise { function down (line 12) | async function down(db: Kysely): Promise { FILE: packages/bsky/src/data-plane/server/db/migrations/20230807T035309811Z-feed-item-delete-invite-for-user-idx.ts function up (line 3) | async function up(db: Kysely): Promise { function down (line 12) | async function down(db: Kysely): Promise { FILE: packages/bsky/src/data-plane/server/db/migrations/20230808T172902639Z-repo-rev.ts function up (line 3) | async function up(db: Kysely): Promise { function down (line 10) | async function down(db: Kysely): Promise { FILE: packages/bsky/src/data-plane/server/db/migrations/20230810T203349843Z-action-duration.ts function up (line 3) | async function up(db: Kysely): Promise { function down (line 14) | async function down(db: Kysely): Promise { FILE: packages/bsky/src/data-plane/server/db/migrations/20230817T195936007Z-native-notifications.ts function up (line 3) | async function up(db: Kysely): Promise { function down (line 14) | async function down(db: Kysely): Promise { FILE: packages/bsky/src/data-plane/server/db/migrations/20230830T205507322Z-suggested-feeds.ts function up (line 3) | async function up(db: Kysely): Promise { function down (line 11) | async function down(db: Kysely): Promise { FILE: packages/bsky/src/data-plane/server/db/migrations/20230904T211011773Z-block-lists.ts function up (line 3) | async function up(db: Kysely): Promise { function down (line 22) | async function down(db: Kysely): Promise { FILE: packages/bsky/src/data-plane/server/db/migrations/20230906T222220386Z-thread-gating.ts function up (line 3) | async function up(db: Kysely): Promise { function down (line 23) | async function down(db: Kysely): Promise { FILE: packages/bsky/src/data-plane/server/db/migrations/20230920T213858047Z-add-tags-to-post.ts function up (line 3) | async function up(db: Kysely): Promise { function down (line 7) | async function down(db: Kysely): Promise { FILE: packages/bsky/src/data-plane/server/db/migrations/20230929T192920807Z-record-cursor-indexes.ts function up (line 3) | async function up(db: Kysely): Promise { function down (line 25) | async function down(db: Kysely): Promise { FILE: packages/bsky/src/data-plane/server/db/migrations/20231003T202833377Z-create-moderation-subject-status.ts function up (line 3) | async function up(db: Kysely): Promise { function down (line 92) | async function down(db: Kysely): Promise { FILE: packages/bsky/src/data-plane/server/db/migrations/20231220T225126090Z-blob-takedowns.ts function up (line 3) | async function up(db: Kysely): Promise { function down (line 33) | async function down(db: Kysely): Promise { FILE: packages/bsky/src/data-plane/server/db/migrations/20240124T023719200Z-tagged-suggestions.ts function up (line 3) | async function up(db: Kysely): Promise { function down (line 13) | async function down(db: Kysely): Promise { FILE: packages/bsky/src/data-plane/server/db/migrations/20240226T225725627Z-labelers.ts function up (line 3) | async function up(db: Kysely): Promise { function down (line 25) | async function down(db: Kysely): Promise { FILE: packages/bsky/src/data-plane/server/db/migrations/20240530T170337073Z-account-deactivation.ts function up (line 3) | async function up(db: Kysely): Promise { function down (line 10) | async function down(db: Kysely): Promise { FILE: packages/bsky/src/data-plane/server/db/migrations/20240606T171229898Z-thread-mutes.ts function up (line 3) | async function up(db: Kysely): Promise { function down (line 13) | async function down(db: Kysely): Promise { FILE: packages/bsky/src/data-plane/server/db/migrations/20240606T222548219Z-starter-packs.ts function up (line 3) | async function up(db: Kysely): Promise { function down (line 38) | async function down(db: Kysely): Promise { FILE: packages/bsky/src/data-plane/server/db/migrations/20240719T203853939Z-priority-notifs.ts function up (line 3) | async function up(db: Kysely): Promise { function down (line 16) | async function down(db: Kysely): Promise { FILE: packages/bsky/src/data-plane/server/db/migrations/20240723T220700077Z-quotes-post-aggs.ts function up (line 3) | async function up(db: Kysely): Promise { function down (line 10) | async function down(db: Kysely): Promise { FILE: packages/bsky/src/data-plane/server/db/migrations/20240723T220703655Z-quotes.ts function up (line 3) | async function up(db: Kysely): Promise { function down (line 26) | async function down(db: Kysely): Promise { FILE: packages/bsky/src/data-plane/server/db/migrations/20240801T193939827Z-post-gate.ts function up (line 3) | async function up(db: Kysely): Promise { function down (line 15) | async function down(db: Kysely): Promise { FILE: packages/bsky/src/data-plane/server/db/migrations/20240808T224251220Z-post-gate-flags.ts function up (line 3) | async function up(db: Kysely): Promise { function down (line 18) | async function down(db: Kysely): Promise { FILE: packages/bsky/src/data-plane/server/db/migrations/20240829T211238293Z-simplify-actor-sync.ts function up (line 3) | async function up(db: Kysely): Promise { function down (line 10) | async function down(db: Kysely): Promise { FILE: packages/bsky/src/data-plane/server/db/migrations/20240831T134810923Z-pinned-posts.ts function up (line 3) | async function up(db: Kysely): Promise { function down (line 14) | async function down(db: Kysely): Promise { FILE: packages/bsky/src/data-plane/server/db/migrations/20241114T153108102Z-add-starter-packs-name.ts function up (line 3) | async function up(db: Kysely): Promise { function down (line 17) | async function down(db: Kysely): Promise { FILE: packages/bsky/src/data-plane/server/db/migrations/20250116T222618297Z-post-embed-video.ts function up (line 3) | async function up(db: Kysely): Promise { function down (line 14) | async function down(db: Kysely): Promise { FILE: packages/bsky/src/data-plane/server/db/migrations/20250207T174822012Z-add-label-exp.ts function up (line 3) | async function up(db: Kysely): Promise { function down (line 7) | async function down(db: Kysely): Promise { FILE: packages/bsky/src/data-plane/server/db/migrations/20250404T163421487Z-verifications.ts function up (line 3) | async function up(db: Kysely): Promise { function down (line 35) | async function down(db: Kysely): Promise { FILE: packages/bsky/src/data-plane/server/db/migrations/20250526T023712742Z-like-repost-via.ts function up (line 3) | async function up(db: Kysely): Promise { function down (line 11) | async function down(db: Kysely): Promise { FILE: packages/bsky/src/data-plane/server/db/migrations/20250528T221913281Z-add-record-tags.ts function up (line 3) | async function up(db: Kysely): Promise { function down (line 7) | async function down(db: Kysely): Promise { FILE: packages/bsky/src/data-plane/server/db/migrations/20250602T190357447Z-add-private-data.ts function up (line 3) | async function up(db: Kysely): Promise { function down (line 20) | async function down(db: Kysely): Promise { FILE: packages/bsky/src/data-plane/server/db/migrations/20250611T140649895Z-add-activity-subscription.ts function up (line 3) | async function up(db: Kysely): Promise { function down (line 20) | async function down(db: Kysely): Promise { FILE: packages/bsky/src/data-plane/server/db/migrations/20250627T025331240Z-add-actor-age-assurance-columns.ts function up (line 3) | async function up(db: Kysely): Promise { function down (line 15) | async function down(db: Kysely): Promise { FILE: packages/bsky/src/data-plane/server/db/migrations/20250812T183735692Z-add-bookmarks.ts function up (line 3) | async function up(db: Kysely): Promise { function down (line 21) | async function down(db: Kysely): Promise { FILE: packages/bsky/src/data-plane/server/db/migrations/20250813T174955711Z-add-post-agg-bookmarks.ts function up (line 3) | async function up(db: Kysely): Promise { function down (line 10) | async function down(db: Kysely): Promise { FILE: packages/bsky/src/data-plane/server/db/migrations/20251120T004738098Z-update-actor-age-assurance-v2.ts function up (line 3) | async function up(db: Kysely): Promise { function down (line 18) | async function down(db: Kysely): Promise { FILE: packages/bsky/src/data-plane/server/db/migrations/20260112T133951271Z-add-drafts.ts function up (line 3) | async function up(db: Kysely): Promise { function down (line 22) | async function down(db: Kysely): Promise { FILE: packages/bsky/src/data-plane/server/db/migrations/provider.ts class CtxMigrationProvider (line 5) | class CtxMigrationProvider implements MigrationProvider { method constructor (line 6) | constructor( method getMigrations (line 10) | async getMigrations(): Promise> { type CtxMigration (line 22) | interface CtxMigration { FILE: packages/bsky/src/data-plane/server/db/pagination.ts type KeysetCursor (line 6) | type KeysetCursor = { primary: string; secondary: string } type KeysetLabeledResult (line 7) | type KeysetLabeledResult = { method constructor (line 27) | constructor( method packFromResult (line 34) | packFromResult(results: R | R[]): string | undefined { method pack (line 39) | pack(labeled?: LR): string | undefined { method unpack (line 44) | unpack(cursorStr?: string): LR | undefined { method packCursor (line 49) | packCursor(cursor?: KeysetCursor): string | undefined { method unpackCursor (line 53) | unpackCursor(cursorStr?: string): KeysetCursor | undefined { method getSql (line 65) | getSql(labeled?: LR, direction?: 'asc' | 'desc', tryIndex?: boolean) { method paginate (line 83) | paginate( type SortAtCidResult (line 118) | type SortAtCidResult = { sortAt: string; cid: string } type TimeCidLabeledResult (line 119) | type TimeCidLabeledResult = KeysetCursor class TimeCidKeyset (line 121) | class TimeCidKeyset< method labelResult (line 125) | labelResult(result: TimeCidResu... method labeledResultToCursor (line 128) | labeledResultToCursor(labeled: TimeCidLabeledResult) { method cursorToLabeledResult (line 134) | cursorToLabeledResult(cursor: KeysetCursor) { class CreatedAtDidKeyset (line 146) | class CreatedAtDidKeyset extends TimeCidKeyset<{ method labelResult (line 150) | labelResult(result: { createdAt: string; did: string }) { class IndexedAtDidKeyset (line 155) | class IndexedAtDidKeyset extends TimeCidKeyset<{ method labelResult (line 159) | labelResult(result: { indexedAt: string; did: string }) { type SingleKeyCursor (line 185) | type SingleKeyCursor = { type SingleKeyLabeledResult (line 189) | type SingleKeyLabeledResult = { method constructor (line 197) | constructor(public primary: DbRef) {} method packFromResult (line 201) | packFromResult(results: R | R[]): string | undefined { method pack (line 206) | pack(labeled?: LR): string | undefined { method unpack (line 211) | unpack(cursorStr?: string): LR | undefined { method packCursor (line 216) | packCursor(cursor?: SingleKeyCursor): string | undefined { method unpackCursor (line 220) | unpackCursor(cursorStr?: string): SingleKeyCursor | undefined { method getSql (line 231) | getSql(labeled?: LR, direction?: 'asc' | 'desc') { method paginate (line 238) | paginate( type SortAtResult (line 264) | type SortAtResult = { sortAt: string } type TimeLabeledResult (line 265) | type TimeLabeledResult = SingleKeyCursor class IsoTimeKey (line 267) | class IsoTimeKey extends GenericSingleKey< method labelResult (line 272) | labelResult(result: TimeResult) { method labeledResultToCursor (line 275) | labeledResultToCursor(labeled: TimeLabeledResult) { method cursorToLabeledResult (line 280) | cursorToLabeledResult(cursor: SingleKeyCursor) { class IsoSortAtKey (line 291) | class IsoSortAtKey extends IsoTimeKey<{ method labelResult (line 294) | labelResult(result: { sortAt: string }) { class IsoUpdatedAtKey (line 299) | class IsoUpdatedAtKey extends IsoTimeKey<{ method labelResult (line 302) | labelResult(result: { updatedAt: string }) { type KeyResult (line 307) | type KeyResult = { key: string } type RkeyLabeledResult (line 308) | type RkeyLabeledResult = SingleKeyCursor class RkeyKey (line 310) | class RkeyKey extends GenericSingleKey< method labelResult (line 315) | labelResult(result: RkeyResult) { method labeledResultToCursor (line 318) | labeledResultToCursor(labeled: RkeyLabeledResult) { method cursorToLabeledResult (line 323) | cursorToLabeledResult(cursor: SingleKeyCursor) { class StashKeyKey (line 335) | class StashKeyKey extends RkeyKey<{ method labelResult (line 338) | labelResult(result: { key: string }) { FILE: packages/bsky/src/data-plane/server/db/tables/activity-subscription.ts type ActivitySubscription (line 2) | interface ActivitySubscription { type PartialDB (line 12) | type PartialDB = { [tableName]: ActivitySubscription } FILE: packages/bsky/src/data-plane/server/db/tables/actor-block.ts type ActorBlock (line 4) | interface ActorBlock { type PartialDB (line 14) | type PartialDB = { [tableName]: ActorBlock } FILE: packages/bsky/src/data-plane/server/db/tables/actor-state.ts type ActorState (line 1) | interface ActorState { type PartialDB (line 10) | type PartialDB = { [tableName]: ActorState } FILE: packages/bsky/src/data-plane/server/db/tables/actor-sync.ts type ActorSync (line 1) | interface ActorSync { type PartialDB (line 9) | type PartialDB = { [tableName]: ActorSync } FILE: packages/bsky/src/data-plane/server/db/tables/actor.ts type Actor (line 3) | interface Actor { type PartialDB (line 19) | type PartialDB = { [tableName]: Actor } FILE: packages/bsky/src/data-plane/server/db/tables/algo.ts type AlgoWhatsHotView (line 3) | interface AlgoWhatsHotView { type PartialDB (line 9) | type PartialDB = { FILE: packages/bsky/src/data-plane/server/db/tables/blob-takedown.ts type BlobTakedown (line 1) | interface BlobTakedown { type PartialDB (line 9) | type PartialDB = { [tableName]: BlobTakedown } FILE: packages/bsky/src/data-plane/server/db/tables/bookmark.ts type Bookmark (line 1) | interface Bookmark { type PartialDB (line 11) | type PartialDB = { [tableName]: Bookmark } FILE: packages/bsky/src/data-plane/server/db/tables/did-cache.ts type DidCache (line 3) | interface DidCache { type PartialDB (line 11) | type PartialDB = { FILE: packages/bsky/src/data-plane/server/db/tables/draft.ts type Draft (line 1) | interface Draft { type PartialDB (line 11) | type PartialDB = { [tableName]: Draft } FILE: packages/bsky/src/data-plane/server/db/tables/duplicate-record.ts type DuplicateRecord (line 1) | interface DuplicateRecord { type PartialDB (line 10) | type PartialDB = { FILE: packages/bsky/src/data-plane/server/db/tables/feed-generator.ts type FeedGenerator (line 5) | interface FeedGenerator { type PartialDB (line 19) | type PartialDB = { FILE: packages/bsky/src/data-plane/server/db/tables/feed-item.ts type FeedItem (line 3) | interface FeedItem { type PartialDB (line 12) | type PartialDB = { [tableName]: FeedItem } FILE: packages/bsky/src/data-plane/server/db/tables/follow.ts type Follow (line 5) | interface Follow { type PartialDB (line 15) | type PartialDB = { [tableName]: Follow } FILE: packages/bsky/src/data-plane/server/db/tables/label.ts type Label (line 3) | interface Label { type PartialDB (line 13) | type PartialDB = { [tableName]: Label } FILE: packages/bsky/src/data-plane/server/db/tables/labeler.ts type Labeler (line 5) | interface Labeler { type PartialDB (line 14) | type PartialDB = { FILE: packages/bsky/src/data-plane/server/db/tables/like.ts type Like (line 5) | interface Like { type PartialDB (line 18) | type PartialDB = { [tableName]: Like } FILE: packages/bsky/src/data-plane/server/db/tables/list-block.ts type ListBlock (line 5) | interface ListBlock { type PartialDB (line 15) | type PartialDB = { [tableName]: ListBlock } FILE: packages/bsky/src/data-plane/server/db/tables/list-item.ts type ListItem (line 5) | interface ListItem { type PartialDB (line 16) | type PartialDB = { [tableName]: ListItem } FILE: packages/bsky/src/data-plane/server/db/tables/list-mute.ts type ListMute (line 3) | interface ListMute { type PartialDB (line 9) | type PartialDB = { [tableName]: ListMute } FILE: packages/bsky/src/data-plane/server/db/tables/list.ts type List (line 5) | interface List { type PartialDB (line 19) | type PartialDB = { [tableName]: List } FILE: packages/bsky/src/data-plane/server/db/tables/mute.ts type Mute (line 1) | interface Mute { type PartialDB (line 9) | type PartialDB = { [tableName]: Mute } FILE: packages/bsky/src/data-plane/server/db/tables/notification-push-token.ts type NotificationPushToken (line 3) | interface NotificationPushToken { type PartialDB (line 10) | type PartialDB = { [tableName]: NotificationPushToken } FILE: packages/bsky/src/data-plane/server/db/tables/notification.ts type Notification (line 5) | interface Notification { type PartialDB (line 16) | type PartialDB = { [tableName]: Notification } FILE: packages/bsky/src/data-plane/server/db/tables/post-agg.ts type PostAgg (line 5) | interface PostAgg { type PartialDB (line 14) | type PartialDB = { FILE: packages/bsky/src/data-plane/server/db/tables/post-embed.ts type PostEmbedImage (line 6) | interface PostEmbedImage { type PostEmbedExternal (line 13) | interface PostEmbedExternal { type PostEmbedRecord (line 21) | interface PostEmbedRecord { type PostEmbedVideo (line 27) | interface PostEmbedVideo { type PartialDB (line 33) | type PartialDB = { FILE: packages/bsky/src/data-plane/server/db/tables/post-gate.ts type Postgate (line 3) | interface Postgate { type PartialDB (line 12) | type PartialDB = { [tableName]: Postgate } FILE: packages/bsky/src/data-plane/server/db/tables/post.ts type Post (line 5) | interface Post { type PartialDB (line 26) | type PartialDB = { FILE: packages/bsky/src/data-plane/server/db/tables/private-data.ts type PrivateData (line 1) | interface PrivateData { type PartialDB (line 13) | type PartialDB = { [tableName]: PrivateData } FILE: packages/bsky/src/data-plane/server/db/tables/profile-agg.ts type ProfileAgg (line 5) | interface ProfileAgg { type PartialDB (line 12) | type PartialDB = { FILE: packages/bsky/src/data-plane/server/db/tables/profile.ts type Profile (line 3) | interface Profile { type PartialDB (line 17) | type PartialDB = { [tableName]: Profile } FILE: packages/bsky/src/data-plane/server/db/tables/quote.ts type Quote (line 5) | interface Quote { type PartialDB (line 15) | type PartialDB = { [tableName]: Quote } FILE: packages/bsky/src/data-plane/server/db/tables/record.ts type Record (line 3) | interface Record { type PartialDB (line 15) | type PartialDB = { [tableName]: Record } FILE: packages/bsky/src/data-plane/server/db/tables/repost.ts type Repost (line 5) | interface Repost { type PartialDB (line 18) | type PartialDB = { [tableName]: Repost } FILE: packages/bsky/src/data-plane/server/db/tables/starter-pack.ts type StarterPack (line 5) | interface StarterPack { type PartialDB (line 15) | type PartialDB = { FILE: packages/bsky/src/data-plane/server/db/tables/subscription.ts type Subscription (line 3) | interface Subscription { type PartialDB (line 9) | type PartialDB = { [tableName]: Subscription } FILE: packages/bsky/src/data-plane/server/db/tables/suggested-feed.ts type SuggestedFeed (line 3) | interface SuggestedFeed { type PartialDB (line 8) | type PartialDB = { FILE: packages/bsky/src/data-plane/server/db/tables/suggested-follow.ts type SuggestedFollow (line 3) | interface SuggestedFollow { type PartialDB (line 8) | type PartialDB = { FILE: packages/bsky/src/data-plane/server/db/tables/tagged-suggestion.ts type TaggedSuggestion (line 3) | interface TaggedSuggestion { type PartialDB (line 9) | type PartialDB = { FILE: packages/bsky/src/data-plane/server/db/tables/thread-gate.ts type ThreadGate (line 3) | interface ThreadGate { type PartialDB (line 12) | type PartialDB = { [tableName]: ThreadGate } FILE: packages/bsky/src/data-plane/server/db/tables/thread-mute.ts type ThreadMute (line 3) | interface ThreadMute { type PartialDB (line 9) | type PartialDB = { [tableName]: ThreadMute } FILE: packages/bsky/src/data-plane/server/db/tables/verification.ts type Verification (line 5) | interface Verification { type PartialDB (line 18) | type PartialDB = { FILE: packages/bsky/src/data-plane/server/db/tables/view-param.ts type ViewParam (line 7) | interface ViewParam { type PartialDB (line 12) | type PartialDB = { [tableName]: ViewParam } FILE: packages/bsky/src/data-plane/server/db/types.ts type PgOptions (line 3) | type PgOptions = { FILE: packages/bsky/src/data-plane/server/db/util.ts method createAdapter (line 46) | createAdapter() { method createDriver (line 49) | createDriver() { method createIntrospector (line 52) | createIntrospector(db) { method createQueryCompiler (line 55) | createQueryCompiler() { type DbRef (line 60) | type DbRef = RawBuilder | ReturnType type Subquery (line 62) | type Subquery = ExpressionBuilder type AnyQb (line 64) | type AnyQb = SelectQueryBuilder FILE: packages/bsky/src/data-plane/server/index.ts class DataPlaneServer (line 13) | class DataPlaneServer { method constructor (line 14) | constructor( method create (line 19) | static async create(db: Database, port: number, plcUrl?: string) { method destroy (line 30) | async destroy() { FILE: packages/bsky/src/data-plane/server/indexing/index.ts class IndexingService (line 41) | class IndexingService { method constructor (line 64) | constructor( method transact (line 92) | transact(txn: Database) { method indexRecord (line 97) | async indexRecord( method deleteRecord (line 118) | async deleteRecord(uri: AtUri, cascading = false) { method indexHandle (line 128) | async indexHandle(did: string, timestamp: string, force = false) { method indexRepo (line 171) | async indexRepo(did: string, commit?: string) { method getCurrentRecords (line 223) | async getCurrentRecords(did: string) { method setCommitLastSeen (line 241) | async setCommitLastSeen(did: string, commit: CID, rev: string) { method findIndexerForCollection (line 260) | findIndexerForCollection(collection: string) { method updateActorStatus (line 267) | async updateActorStatus(did: string, active: boolean, status: string =... method deleteActor (line 283) | async deleteActor(did: string) { method getActorIsHosted (line 296) | private async getActorIsHosted(did: string) { method unindexActor (line 312) | async unindexActor(did: string) { type UriAndCid (line 385) | type UriAndCid = { type IndexOp (line 390) | type IndexOp = FILE: packages/bsky/src/data-plane/server/indexing/plugins/block.ts type IndexedBlock (line 12) | type IndexedBlock = Selectable type PluginType (line 71) | type PluginType = RecordProcessor FILE: packages/bsky/src/data-plane/server/indexing/plugins/chat-declaration.ts type PluginType (line 44) | type PluginType = RecordProcessor FILE: packages/bsky/src/data-plane/server/indexing/plugins/feed-generator.ts type IndexedFeedGenerator (line 12) | type IndexedFeedGenerator = Selectable type PluginType (line 118) | type PluginType = RecordProcessor FILE: packages/bsky/src/data-plane/server/indexing/plugins/germ-declaration.ts type PluginType (line 44) | type PluginType = RecordProcessor FILE: packages/bsky/src/data-plane/server/indexing/plugins/labeler.ts type IndexedLabeler (line 12) | type IndexedLabeler = Selectable type PluginType (line 61) | type PluginType = RecordProcessor FILE: packages/bsky/src/data-plane/server/indexing/plugins/like.ts type Notif (line 15) | type Notif = Insertable type IndexedLike (line 16) | type IndexedLike = Selectable type PluginType (line 138) | type PluginType = RecordProcessor FILE: packages/bsky/src/data-plane/server/indexing/plugins/list-block.ts type IndexedListBlock (line 12) | type IndexedListBlock = Selectable type PluginType (line 71) | type PluginType = RecordProcessor FILE: packages/bsky/src/data-plane/server/indexing/plugins/list-item.ts type IndexedListItem (line 13) | type IndexedListItem = Selectable type PluginType (line 79) | type PluginType = RecordProcessor FILE: packages/bsky/src/data-plane/server/indexing/plugins/list.ts type IndexedList (line 12) | type IndexedList = Selectable type PluginType (line 67) | type PluginType = RecordProcessor FILE: packages/bsky/src/data-plane/server/indexing/plugins/notif-declaration.ts type PluginType (line 43) | type PluginType = RecordProcessor FILE: packages/bsky/src/data-plane/server/indexing/plugins/post-gate.ts type IndexedGate (line 12) | type IndexedGate = DatabaseSchemaType['post_gate'] type PluginType (line 88) | type PluginType = RecordProcessor FILE: packages/bsky/src/data-plane/server/indexing/plugins/post.ts type Notif (line 42) | type Notif = Insertable type Post (line 43) | type Post = Selectable type PostEmbedImage (line 44) | type PostEmbedImage = DatabaseSchemaType['post_embed_image'] type PostEmbedExternal (line 45) | type PostEmbedExternal = DatabaseSchemaType['post_embed_external'] type PostEmbedRecord (line 46) | type PostEmbedRecord = DatabaseSchemaType['post_embed_record'] type PostEmbedVideo (line 47) | type PostEmbedVideo = DatabaseSchemaType['post_embed_video'] type PostAncestor (line 48) | type PostAncestor = { type PostDescendent (line 52) | type PostDescendent = { type IndexedPost (line 59) | type IndexedPost = { constant REPLY_NOTIF_DEPTH (line 75) | const REPLY_NOTIF_DEPTH = 5 type PluginType (line 507) | type PluginType = RecordProcessor function separateEmbeds (line 526) | function separateEmbeds( function validateReply (line 542) | async function validateReply( function getThreadgateRecord (line 565) | async function getThreadgateRecord(db: DatabaseSchema, postUri: string) { function validatePostEmbed (line 580) | async function validatePostEmbed( function getReplyRefs (line 613) | async function getReplyRefs(db: DatabaseSchema, reply: ReplyRef) { FILE: packages/bsky/src/data-plane/server/indexing/plugins/profile.ts type IndexedProfile (line 11) | type IndexedProfile = DatabaseSchemaType['profile'] type PluginType (line 77) | type PluginType = RecordProcessor FILE: packages/bsky/src/data-plane/server/indexing/plugins/repost.ts type Notif (line 14) | type Notif = Insertable type IndexedRepost (line 15) | type IndexedRepost = Selectable type PluginType (line 162) | type PluginType = RecordProcessor FILE: packages/bsky/src/data-plane/server/indexing/plugins/starter-pack.ts type IndexedStarterPack (line 12) | type IndexedStarterPack = Selectable type PluginType (line 61) | type PluginType = RecordProcessor FILE: packages/bsky/src/data-plane/server/indexing/plugins/status.ts type PluginType (line 44) | type PluginType = RecordProcessor FILE: packages/bsky/src/data-plane/server/indexing/plugins/thread-gate.ts type IndexedGate (line 12) | type IndexedGate = DatabaseSchemaType['thread_gate'] type PluginType (line 88) | type PluginType = RecordProcessor FILE: packages/bsky/src/data-plane/server/indexing/plugins/verification.ts type IndexedVerification (line 12) | type IndexedVerification = Selectable type PluginType (line 100) | type PluginType = RecordProcessor< FILE: packages/bsky/src/data-plane/server/indexing/processor.ts type RecordProcessorParams (line 14) | type RecordProcessorParams = { type Notif (line 37) | type Notif = Insertable class RecordProcessor (line 39) | class RecordProcessor { method constructor (line 42) | constructor( method matchesSchema (line 51) | matchesSchema(obj: unknown): obj is T { method assertValidRecord (line 60) | assertValidRecord(obj: unknown): asserts obj is T { method insertRecord (line 64) | async insertRecord( method updateRecord (line 117) | async updateRecord( method deleteRecord (line 177) | async deleteRecord(uri: AtUri, cascading = false) { method handleNotifs (line 226) | async handleNotifs(op: { deleted?: S; inserted?: S }) { method filterNotifsForThreadMutes (line 260) | async filterNotifsForThreadMutes(notifs: Notif[]): Promise { method isNotifBlockedByThreadMute (line 267) | async isNotifBlockedByThreadMute(notif: Notif): Promise { method aggregateOnCommit (line 287) | aggregateOnCommit(indexed: S) { FILE: packages/bsky/src/data-plane/server/routes/activity-subscription.ts method getActivitySubscriptionsByActorAndSubjects (line 14) | async getActivitySubscriptionsByActorAndSubjects(req) { method getActivitySubscriptionDids (line 62) | async getActivitySubscriptionDids(req) { FILE: packages/bsky/src/data-plane/server/routes/blocks.ts method getBidirectionalBlock (line 7) | async getBidirectionalBlock(req) { method getBlocks (line 30) | async getBlocks(req) { method getBidirectionalBlockViaList (line 56) | async getBidirectionalBlockViaList(req) { method getBlocklistSubscription (line 80) | async getBlocklistSubscription(req) { method getBlocklistSubscriptions (line 94) | async getBlocklistSubscriptions(req) { FILE: packages/bsky/src/data-plane/server/routes/bookmarks.ts method getActorBookmarks (line 14) | async getActorBookmarks(req) { method getBookmarksByActorAndSubjects (line 39) | async getBookmarksByActorAndSubjects(req) { FILE: packages/bsky/src/data-plane/server/routes/drafts.ts method getActorDrafts (line 9) | async getActorDrafts(req) { FILE: packages/bsky/src/data-plane/server/routes/feed-gens.ts method getActorFeeds (line 7) | async getActorFeeds(req) { method getSuggestedFeeds (line 33) | async getSuggestedFeeds(req) { method searchFeedGenerators (line 47) | async searchFeedGenerators(req) { method getFeedGeneratorStatus (line 67) | async getFeedGeneratorStatus() { FILE: packages/bsky/src/data-plane/server/routes/feeds.ts method getAuthorFeed (line 8) | async getAuthorFeed(req) { method getTimeline (line 73) | async getTimeline(req) { method getListFeed (line 126) | async getListFeed(req) { FILE: packages/bsky/src/data-plane/server/routes/follows.ts method getActorFollowsActors (line 9) | async getActorFollowsActors(req) { method getFollowers (line 26) | async getFollowers(req) { method getFollows (line 60) | async getFollows(req) { method getFollowsFollowing (line 106) | async getFollowsFollowing(req) { FILE: packages/bsky/src/data-plane/server/routes/identity.ts method getIdentityByDid (line 11) | async getIdentityByDid(req) { method getIdentityByHandle (line 19) | async getIdentityByHandle(req) { FILE: packages/bsky/src/data-plane/server/routes/index.ts method ping (line 62) | async ping() { FILE: packages/bsky/src/data-plane/server/routes/interactions.ts method getInteractionCounts (line 8) | async getInteractionCounts(req) { method getCountsForUsers (line 27) | async getCountsForUsers(req) { method getStarterPackCounts (line 72) | async getStarterPackCounts(req) { method getListCounts (line 104) | async getListCounts(req) { FILE: packages/bsky/src/data-plane/server/routes/labels.ts type LabelRow (line 9) | type LabelRow = Selectable