@atproto/api 0.2.6 → 0.2.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (159) hide show
  1. package/README.md +4 -4
  2. package/dist/agent.d.ts +27 -0
  3. package/dist/bsky-agent.d.ts +43 -0
  4. package/dist/client/index.d.ts +16 -0
  5. package/dist/client/lexicons.d.ts +207 -2
  6. package/dist/client/types/app/bsky/actor/createScene.d.ts +32 -0
  7. package/dist/client/types/app/bsky/actor/getProfile.d.ts +16 -0
  8. package/dist/client/types/app/bsky/actor/getProfiles.d.ts +19 -0
  9. package/dist/client/types/app/bsky/actor/getSuggestions.d.ts +21 -0
  10. package/dist/client/types/app/bsky/actor/profile.d.ts +10 -0
  11. package/dist/client/types/app/bsky/actor/ref.d.ts +28 -0
  12. package/dist/client/types/app/bsky/actor/search.d.ts +22 -0
  13. package/dist/client/types/app/bsky/actor/searchActors.d.ts +22 -0
  14. package/dist/client/types/app/bsky/actor/searchActorsTypeahead.d.ts +20 -0
  15. package/dist/client/types/app/bsky/actor/searchTypeahead.d.ts +20 -0
  16. package/dist/client/types/app/bsky/actor/updateProfile.d.ts +40 -0
  17. package/dist/client/types/app/bsky/embed/external.d.ts +31 -0
  18. package/dist/client/types/app/bsky/embed/images.d.ts +28 -0
  19. package/dist/client/types/app/bsky/embed/record.d.ts +41 -0
  20. package/dist/client/types/app/bsky/embed/recordWithMedia.d.ts +24 -0
  21. package/dist/client/types/app/bsky/feed/feedViewPost.d.ts +28 -0
  22. package/dist/client/types/app/bsky/feed/getAuthorFeed.d.ts +22 -0
  23. package/dist/client/types/app/bsky/feed/getLikes.d.ts +34 -0
  24. package/dist/client/types/app/bsky/feed/getPostThread.d.ts +26 -0
  25. package/dist/client/types/app/bsky/feed/getRepostedBy.d.ts +25 -0
  26. package/dist/client/types/app/bsky/feed/getTimeline.d.ts +22 -0
  27. package/dist/client/types/app/bsky/feed/getVotes.d.ts +36 -0
  28. package/dist/client/types/app/bsky/feed/like.d.ts +9 -0
  29. package/dist/client/types/app/bsky/feed/post.d.ts +43 -0
  30. package/dist/client/types/app/bsky/feed/repost.d.ts +9 -0
  31. package/dist/client/types/app/bsky/feed/setVote.d.ts +25 -0
  32. package/dist/client/types/app/bsky/feed/trend.d.ts +9 -0
  33. package/dist/client/types/app/bsky/feed/vote.d.ts +10 -0
  34. package/dist/client/types/app/bsky/graph/assertCreator.d.ts +1 -0
  35. package/dist/client/types/app/bsky/graph/assertMember.d.ts +1 -0
  36. package/dist/client/types/app/bsky/graph/assertion.d.ts +10 -0
  37. package/dist/client/types/app/bsky/graph/confirmation.d.ts +11 -0
  38. package/dist/client/types/app/bsky/graph/follow.d.ts +8 -0
  39. package/dist/client/types/app/bsky/graph/getAssertions.d.ts +48 -0
  40. package/dist/client/types/app/bsky/graph/getFollowers.d.ts +23 -0
  41. package/dist/client/types/app/bsky/graph/getFollows.d.ts +23 -0
  42. package/dist/client/types/app/bsky/graph/getMembers.d.ts +36 -0
  43. package/dist/client/types/app/bsky/graph/getMemberships.d.ts +36 -0
  44. package/dist/client/types/app/bsky/graph/getMutes.d.ts +21 -0
  45. package/dist/client/types/app/bsky/graph/mute.d.ts +17 -0
  46. package/dist/client/types/app/bsky/graph/muteActor.d.ts +17 -0
  47. package/dist/client/types/app/bsky/graph/unmute.d.ts +17 -0
  48. package/dist/client/types/app/bsky/graph/unmuteActor.d.ts +17 -0
  49. package/dist/client/types/app/bsky/notification/getCount.d.ts +17 -0
  50. package/dist/client/types/app/bsky/notification/getUnreadCount.d.ts +18 -0
  51. package/dist/client/types/app/bsky/notification/list.d.ts +35 -0
  52. package/dist/client/types/app/bsky/notification/listNotifications.d.ts +1 -0
  53. package/dist/client/types/app/bsky/notification/updateSeen.d.ts +17 -0
  54. package/dist/client/types/app/bsky/richtext/facet.d.ts +30 -0
  55. package/dist/client/types/app/bsky/system/actorScene.d.ts +1 -0
  56. package/dist/client/types/app/bsky/system/actorUser.d.ts +1 -0
  57. package/dist/client/types/app/bsky/system/declRef.d.ts +8 -0
  58. package/dist/client/types/app/bsky/system/declaration.d.ts +7 -0
  59. package/dist/client/types/app/bsky/unspecced/getPopular.d.ts +21 -0
  60. package/dist/client/types/com/atproto/account/create.d.ts +41 -0
  61. package/dist/client/types/com/atproto/account/createInviteCode.d.ts +22 -0
  62. package/dist/client/types/com/atproto/account/delete.d.ts +25 -0
  63. package/dist/client/types/com/atproto/account/get.d.ts +12 -0
  64. package/dist/client/types/com/atproto/account/requestDelete.d.ts +13 -0
  65. package/dist/client/types/com/atproto/account/requestPasswordReset.d.ts +17 -0
  66. package/dist/client/types/com/atproto/account/resetPassword.d.ts +24 -0
  67. package/dist/client/types/com/atproto/admin/blob.d.ts +37 -0
  68. package/dist/client/types/com/atproto/admin/defs.d.ts +3 -0
  69. package/dist/client/types/com/atproto/admin/getModerationAction.d.ts +16 -0
  70. package/dist/client/types/com/atproto/admin/getModerationActions.d.ts +22 -0
  71. package/dist/client/types/com/atproto/admin/getModerationReport.d.ts +16 -0
  72. package/dist/client/types/com/atproto/admin/getModerationReports.d.ts +23 -0
  73. package/dist/client/types/com/atproto/admin/getRecord.d.ts +17 -0
  74. package/dist/client/types/com/atproto/admin/getRepo.d.ts +16 -0
  75. package/dist/client/types/com/atproto/admin/moderationAction.d.ts +60 -0
  76. package/dist/client/types/com/atproto/admin/moderationReport.d.ts +37 -0
  77. package/dist/client/types/com/atproto/admin/record.d.ts +43 -0
  78. package/dist/client/types/com/atproto/admin/repo.d.ts +45 -0
  79. package/dist/client/types/com/atproto/admin/resolveModerationReports.d.ts +22 -0
  80. package/dist/client/types/com/atproto/admin/reverseModerationAction.d.ts +22 -0
  81. package/dist/client/types/com/atproto/admin/updateAccountEmail.d.ts +18 -0
  82. package/dist/client/types/com/atproto/blob/upload.d.ts +19 -0
  83. package/dist/client/types/com/atproto/handle/resolve.d.ts +18 -0
  84. package/dist/client/types/com/atproto/handle/update.d.ts +17 -0
  85. package/dist/client/types/com/atproto/identity/resolveHandle.d.ts +18 -0
  86. package/dist/client/types/com/atproto/identity/updateHandle.d.ts +17 -0
  87. package/dist/client/types/com/atproto/moderation/createReport.d.ts +38 -0
  88. package/dist/client/types/com/atproto/moderation/defs.d.ts +7 -0
  89. package/dist/client/types/com/atproto/repo/applyWrites.d.ts +47 -0
  90. package/dist/client/types/com/atproto/repo/batchWrite.d.ts +46 -0
  91. package/dist/client/types/com/atproto/repo/createRecord.d.ts +31 -0
  92. package/dist/client/types/com/atproto/repo/deleteRecord.d.ts +24 -0
  93. package/dist/client/types/com/atproto/repo/describe.d.ts +22 -0
  94. package/dist/client/types/com/atproto/repo/describeRepo.d.ts +22 -0
  95. package/dist/client/types/com/atproto/repo/getRecord.d.ts +23 -0
  96. package/dist/client/types/com/atproto/repo/putRecord.d.ts +32 -0
  97. package/dist/client/types/com/atproto/repo/recordRef.d.ts +8 -0
  98. package/dist/client/types/com/atproto/repo/repoRef.d.ts +7 -0
  99. package/dist/client/types/com/atproto/repo/strongRef.d.ts +8 -0
  100. package/dist/client/types/com/atproto/repo/uploadBlob.d.ts +20 -0
  101. package/dist/client/types/com/atproto/report/create.d.ts +39 -0
  102. package/dist/client/types/com/atproto/report/reasonType.d.ts +3 -0
  103. package/dist/client/types/com/atproto/report/subject.d.ts +23 -0
  104. package/dist/client/types/com/atproto/server/createAccount.d.ts +44 -0
  105. package/dist/client/types/com/atproto/server/createAppPassword.d.ts +31 -0
  106. package/dist/client/types/com/atproto/server/createInviteCodes.d.ts +10 -2
  107. package/dist/client/types/com/atproto/server/deleteAccount.d.ts +25 -0
  108. package/dist/client/types/com/atproto/server/deleteSession.d.ts +13 -0
  109. package/dist/client/types/com/atproto/server/describeServer.d.ts +27 -0
  110. package/dist/client/types/com/atproto/server/getAccountsConfig.d.ts +27 -0
  111. package/dist/client/types/com/atproto/server/listAppPasswords.d.ts +28 -0
  112. package/dist/client/types/com/atproto/server/refreshSession.d.ts +24 -0
  113. package/dist/client/types/com/atproto/server/requestAccountDelete.d.ts +13 -0
  114. package/dist/client/types/com/atproto/server/requestPasswordReset.d.ts +17 -0
  115. package/dist/client/types/com/atproto/server/resetPassword.d.ts +24 -0
  116. package/dist/client/types/com/atproto/server/revokeAppPassword.d.ts +17 -0
  117. package/dist/client/types/com/atproto/session/create.d.ts +29 -0
  118. package/dist/client/types/com/atproto/session/delete.d.ts +13 -0
  119. package/dist/client/types/com/atproto/session/get.d.ts +18 -0
  120. package/dist/client/types/com/atproto/session/refresh.d.ts +24 -0
  121. package/dist/client/types/com/atproto/sync/getBlob.d.ts +15 -0
  122. package/dist/client/types/com/atproto/sync/getBlocks.d.ts +15 -0
  123. package/dist/client/types/com/atproto/sync/getCheckout.d.ts +15 -0
  124. package/dist/client/types/com/atproto/sync/getCommitPath.d.ts +20 -0
  125. package/dist/client/types/com/atproto/sync/getHead.d.ts +18 -0
  126. package/dist/client/types/com/atproto/sync/getRecord.d.ts +17 -0
  127. package/dist/client/types/com/atproto/sync/getRepo.d.ts +16 -0
  128. package/dist/client/types/com/atproto/sync/getRoot.d.ts +18 -0
  129. package/dist/client/types/com/atproto/sync/listBlobs.d.ts +20 -0
  130. package/dist/client/types/com/atproto/sync/notifyOfUpdate.d.ts +13 -0
  131. package/dist/client/types/com/atproto/sync/requestCrawl.d.ts +13 -0
  132. package/dist/client/types/com/atproto/sync/subscribeAllRepos.d.ts +9 -0
  133. package/dist/client/types/com/atproto/sync/subscribeRepos.d.ts +58 -0
  134. package/dist/client/types/com/atproto/sync/updateRepo.d.ts +15 -0
  135. package/dist/client/util.d.ts +2 -0
  136. package/dist/helpers/bsky.d.ts +20 -0
  137. package/dist/index.d.ts +10 -0
  138. package/dist/index.js +517 -182
  139. package/dist/index.js.map +4 -4
  140. package/dist/mixins/bsky.d.ts +23 -0
  141. package/dist/rich-text/detection.d.ts +4 -0
  142. package/dist/rich-text/rich-text.d.ts +39 -0
  143. package/dist/rich-text/sanitization.d.ts +4 -0
  144. package/dist/rich-text/sanitize.d.ts +4 -0
  145. package/dist/rich-text/unicode.d.ts +11 -0
  146. package/dist/session.d.ts +42 -0
  147. package/package.json +1 -1
  148. package/src/client/index.ts +56 -0
  149. package/src/client/lexicons.ts +221 -7
  150. package/src/client/types/app/bsky/notification/getUnreadCount.ts +3 -1
  151. package/src/client/types/app/bsky/notification/listNotifications.ts +1 -0
  152. package/src/client/types/com/atproto/admin/defs.ts +3 -0
  153. package/src/client/types/com/atproto/admin/updateAccountEmail.ts +34 -0
  154. package/src/client/types/com/atproto/moderation/defs.ts +14 -2
  155. package/src/client/types/com/atproto/server/createAppPassword.ts +64 -0
  156. package/src/client/types/com/atproto/server/createInviteCodes.ts +23 -2
  157. package/src/client/types/com/atproto/server/listAppPasswords.ts +58 -0
  158. package/src/client/types/com/atproto/server/revokeAppPassword.ts +32 -0
  159. package/tsconfig.build.tsbuildinfo +1 -1
@@ -0,0 +1,22 @@
1
+ import { Headers } from '@atproto/xrpc';
2
+ import * as AppBskyActorDefs from './defs';
3
+ export interface QueryParams {
4
+ term?: string;
5
+ limit?: number;
6
+ cursor?: string;
7
+ }
8
+ export declare type InputSchema = undefined;
9
+ export interface OutputSchema {
10
+ cursor?: string;
11
+ actors: AppBskyActorDefs.ProfileView[];
12
+ [k: string]: unknown;
13
+ }
14
+ export interface CallOptions {
15
+ headers?: Headers;
16
+ }
17
+ export interface Response {
18
+ success: boolean;
19
+ headers: Headers;
20
+ data: OutputSchema;
21
+ }
22
+ export declare function toKnownErr(e: any): any;
@@ -0,0 +1,20 @@
1
+ import { Headers } from '@atproto/xrpc';
2
+ import * as AppBskyActorDefs from './defs';
3
+ export interface QueryParams {
4
+ term?: string;
5
+ limit?: number;
6
+ }
7
+ export declare type InputSchema = undefined;
8
+ export interface OutputSchema {
9
+ actors: AppBskyActorDefs.ProfileViewBasic[];
10
+ [k: string]: unknown;
11
+ }
12
+ export interface CallOptions {
13
+ headers?: Headers;
14
+ }
15
+ export interface Response {
16
+ success: boolean;
17
+ headers: Headers;
18
+ data: OutputSchema;
19
+ }
20
+ export declare function toKnownErr(e: any): any;
@@ -0,0 +1,20 @@
1
+ import { Headers } from '@atproto/xrpc';
2
+ import * as AppBskyActorRef from './ref';
3
+ export interface QueryParams {
4
+ term?: string;
5
+ limit?: number;
6
+ }
7
+ export declare type InputSchema = undefined;
8
+ export interface OutputSchema {
9
+ users: AppBskyActorRef.WithInfo[];
10
+ [k: string]: unknown;
11
+ }
12
+ export interface CallOptions {
13
+ headers?: Headers;
14
+ }
15
+ export interface Response {
16
+ success: boolean;
17
+ headers: Headers;
18
+ data: OutputSchema;
19
+ }
20
+ export declare function toKnownErr(e: any): any;
@@ -0,0 +1,40 @@
1
+ import { Headers, XRPCError } from '@atproto/xrpc';
2
+ import { BlobRef } from '@atproto/lexicon';
3
+ export interface QueryParams {
4
+ }
5
+ export interface InputSchema {
6
+ displayName?: string;
7
+ description?: string | null;
8
+ avatar?: BlobRef | null;
9
+ banner?: BlobRef | null;
10
+ [k: string]: unknown;
11
+ }
12
+ export interface OutputSchema {
13
+ uri: string;
14
+ cid: string;
15
+ record: {};
16
+ [k: string]: unknown;
17
+ }
18
+ export interface CallOptions {
19
+ headers?: Headers;
20
+ qp?: QueryParams;
21
+ encoding: 'application/json';
22
+ }
23
+ export interface Response {
24
+ success: boolean;
25
+ headers: Headers;
26
+ data: OutputSchema;
27
+ }
28
+ export declare class InvalidBlobError extends XRPCError {
29
+ constructor(src: XRPCError);
30
+ }
31
+ export declare class BlobTooLargeError extends XRPCError {
32
+ constructor(src: XRPCError);
33
+ }
34
+ export declare class InvalidMimeTypeError extends XRPCError {
35
+ constructor(src: XRPCError);
36
+ }
37
+ export declare class InvalidImageDimensionsError extends XRPCError {
38
+ constructor(src: XRPCError);
39
+ }
40
+ export declare function toKnownErr(e: any): any;
@@ -0,0 +1,31 @@
1
+ import { ValidationResult, BlobRef } from '@atproto/lexicon';
2
+ export interface Main {
3
+ external: External;
4
+ [k: string]: unknown;
5
+ }
6
+ export declare function isMain(v: unknown): v is Main;
7
+ export declare function validateMain(v: unknown): ValidationResult;
8
+ export interface External {
9
+ uri: string;
10
+ title: string;
11
+ description: string;
12
+ thumb?: BlobRef;
13
+ [k: string]: unknown;
14
+ }
15
+ export declare function isExternal(v: unknown): v is External;
16
+ export declare function validateExternal(v: unknown): ValidationResult;
17
+ export interface View {
18
+ external: ViewExternal;
19
+ [k: string]: unknown;
20
+ }
21
+ export declare function isView(v: unknown): v is View;
22
+ export declare function validateView(v: unknown): ValidationResult;
23
+ export interface ViewExternal {
24
+ uri: string;
25
+ title: string;
26
+ description: string;
27
+ thumb?: string;
28
+ [k: string]: unknown;
29
+ }
30
+ export declare function isViewExternal(v: unknown): v is ViewExternal;
31
+ export declare function validateViewExternal(v: unknown): ValidationResult;
@@ -0,0 +1,28 @@
1
+ import { ValidationResult, BlobRef } from '@atproto/lexicon';
2
+ export interface Main {
3
+ images: Image[];
4
+ [k: string]: unknown;
5
+ }
6
+ export declare function isMain(v: unknown): v is Main;
7
+ export declare function validateMain(v: unknown): ValidationResult;
8
+ export interface Image {
9
+ image: BlobRef;
10
+ alt: string;
11
+ [k: string]: unknown;
12
+ }
13
+ export declare function isImage(v: unknown): v is Image;
14
+ export declare function validateImage(v: unknown): ValidationResult;
15
+ export interface View {
16
+ images: ViewImage[];
17
+ [k: string]: unknown;
18
+ }
19
+ export declare function isView(v: unknown): v is View;
20
+ export declare function validateView(v: unknown): ValidationResult;
21
+ export interface ViewImage {
22
+ thumb: string;
23
+ fullsize: string;
24
+ alt: string;
25
+ [k: string]: unknown;
26
+ }
27
+ export declare function isViewImage(v: unknown): v is ViewImage;
28
+ export declare function validateViewImage(v: unknown): ValidationResult;
@@ -0,0 +1,41 @@
1
+ import { ValidationResult } from '@atproto/lexicon';
2
+ import * as ComAtprotoRepoStrongRef from '../../../com/atproto/repo/strongRef';
3
+ import * as AppBskyActorDefs from '../actor/defs';
4
+ import * as AppBskyEmbedImages from './images';
5
+ import * as AppBskyEmbedExternal from './external';
6
+ import * as AppBskyEmbedRecordWithMedia from './recordWithMedia';
7
+ export interface Main {
8
+ record: ComAtprotoRepoStrongRef.Main;
9
+ [k: string]: unknown;
10
+ }
11
+ export declare function isMain(v: unknown): v is Main;
12
+ export declare function validateMain(v: unknown): ValidationResult;
13
+ export interface View {
14
+ record: ViewRecord | ViewNotFound | {
15
+ $type: string;
16
+ [k: string]: unknown;
17
+ };
18
+ [k: string]: unknown;
19
+ }
20
+ export declare function isView(v: unknown): v is View;
21
+ export declare function validateView(v: unknown): ValidationResult;
22
+ export interface ViewRecord {
23
+ uri: string;
24
+ cid: string;
25
+ author: AppBskyActorDefs.ProfileViewBasic;
26
+ value: {};
27
+ embeds?: (AppBskyEmbedImages.View | AppBskyEmbedExternal.View | View | AppBskyEmbedRecordWithMedia.View | {
28
+ $type: string;
29
+ [k: string]: unknown;
30
+ })[];
31
+ indexedAt: string;
32
+ [k: string]: unknown;
33
+ }
34
+ export declare function isViewRecord(v: unknown): v is ViewRecord;
35
+ export declare function validateViewRecord(v: unknown): ValidationResult;
36
+ export interface ViewNotFound {
37
+ uri: string;
38
+ [k: string]: unknown;
39
+ }
40
+ export declare function isViewNotFound(v: unknown): v is ViewNotFound;
41
+ export declare function validateViewNotFound(v: unknown): ValidationResult;
@@ -0,0 +1,24 @@
1
+ import { ValidationResult } from '@atproto/lexicon';
2
+ import * as AppBskyEmbedRecord from './record';
3
+ import * as AppBskyEmbedImages from './images';
4
+ import * as AppBskyEmbedExternal from './external';
5
+ export interface Main {
6
+ record: AppBskyEmbedRecord.Main;
7
+ media: AppBskyEmbedImages.Main | AppBskyEmbedExternal.Main | {
8
+ $type: string;
9
+ [k: string]: unknown;
10
+ };
11
+ [k: string]: unknown;
12
+ }
13
+ export declare function isMain(v: unknown): v is Main;
14
+ export declare function validateMain(v: unknown): ValidationResult;
15
+ export interface View {
16
+ record: AppBskyEmbedRecord.View;
17
+ media: AppBskyEmbedImages.View | AppBskyEmbedExternal.View | {
18
+ $type: string;
19
+ [k: string]: unknown;
20
+ };
21
+ [k: string]: unknown;
22
+ }
23
+ export declare function isView(v: unknown): v is View;
24
+ export declare function validateView(v: unknown): ValidationResult;
@@ -0,0 +1,28 @@
1
+ import { ValidationResult } from '@atproto/lexicon';
2
+ import * as AppBskyFeedPost from './post';
3
+ import * as AppBskyActorRef from '../actor/ref';
4
+ export interface Main {
5
+ post: AppBskyFeedPost.View;
6
+ reply?: ReplyRef;
7
+ reason?: ReasonRepost | {
8
+ $type: string;
9
+ [k: string]: unknown;
10
+ };
11
+ [k: string]: unknown;
12
+ }
13
+ export declare function isMain(v: unknown): v is Main;
14
+ export declare function validateMain(v: unknown): ValidationResult;
15
+ export interface ReplyRef {
16
+ root: AppBskyFeedPost.View;
17
+ parent: AppBskyFeedPost.View;
18
+ [k: string]: unknown;
19
+ }
20
+ export declare function isReplyRef(v: unknown): v is ReplyRef;
21
+ export declare function validateReplyRef(v: unknown): ValidationResult;
22
+ export interface ReasonRepost {
23
+ by: AppBskyActorRef.WithInfo;
24
+ indexedAt: string;
25
+ [k: string]: unknown;
26
+ }
27
+ export declare function isReasonRepost(v: unknown): v is ReasonRepost;
28
+ export declare function validateReasonRepost(v: unknown): ValidationResult;
@@ -0,0 +1,22 @@
1
+ import { Headers } from '@atproto/xrpc';
2
+ import * as AppBskyFeedDefs from './defs';
3
+ export interface QueryParams {
4
+ actor: string;
5
+ limit?: number;
6
+ cursor?: string;
7
+ }
8
+ export declare type InputSchema = undefined;
9
+ export interface OutputSchema {
10
+ cursor?: string;
11
+ feed: AppBskyFeedDefs.FeedViewPost[];
12
+ [k: string]: unknown;
13
+ }
14
+ export interface CallOptions {
15
+ headers?: Headers;
16
+ }
17
+ export interface Response {
18
+ success: boolean;
19
+ headers: Headers;
20
+ data: OutputSchema;
21
+ }
22
+ export declare function toKnownErr(e: any): any;
@@ -0,0 +1,34 @@
1
+ import { Headers } from '@atproto/xrpc';
2
+ import { ValidationResult } from '@atproto/lexicon';
3
+ import * as AppBskyActorDefs from '../actor/defs';
4
+ export interface QueryParams {
5
+ uri: string;
6
+ cid?: string;
7
+ limit?: number;
8
+ cursor?: string;
9
+ }
10
+ export declare type InputSchema = undefined;
11
+ export interface OutputSchema {
12
+ uri: string;
13
+ cid?: string;
14
+ cursor?: string;
15
+ likes: Like[];
16
+ [k: string]: unknown;
17
+ }
18
+ export interface CallOptions {
19
+ headers?: Headers;
20
+ }
21
+ export interface Response {
22
+ success: boolean;
23
+ headers: Headers;
24
+ data: OutputSchema;
25
+ }
26
+ export declare function toKnownErr(e: any): any;
27
+ export interface Like {
28
+ indexedAt: string;
29
+ createdAt: string;
30
+ actor: AppBskyActorDefs.ProfileView;
31
+ [k: string]: unknown;
32
+ }
33
+ export declare function isLike(v: unknown): v is Like;
34
+ export declare function validateLike(v: unknown): ValidationResult;
@@ -0,0 +1,26 @@
1
+ import { Headers, XRPCError } from '@atproto/xrpc';
2
+ import * as AppBskyFeedDefs from './defs';
3
+ export interface QueryParams {
4
+ uri: string;
5
+ depth?: number;
6
+ }
7
+ export declare type InputSchema = undefined;
8
+ export interface OutputSchema {
9
+ thread: AppBskyFeedDefs.ThreadViewPost | AppBskyFeedDefs.NotFoundPost | {
10
+ $type: string;
11
+ [k: string]: unknown;
12
+ };
13
+ [k: string]: unknown;
14
+ }
15
+ export interface CallOptions {
16
+ headers?: Headers;
17
+ }
18
+ export interface Response {
19
+ success: boolean;
20
+ headers: Headers;
21
+ data: OutputSchema;
22
+ }
23
+ export declare class NotFoundError extends XRPCError {
24
+ constructor(src: XRPCError);
25
+ }
26
+ export declare function toKnownErr(e: any): any;
@@ -0,0 +1,25 @@
1
+ import { Headers } from '@atproto/xrpc';
2
+ import * as AppBskyActorDefs from '../actor/defs';
3
+ export interface QueryParams {
4
+ uri: string;
5
+ cid?: string;
6
+ limit?: number;
7
+ cursor?: string;
8
+ }
9
+ export declare type InputSchema = undefined;
10
+ export interface OutputSchema {
11
+ uri: string;
12
+ cid?: string;
13
+ cursor?: string;
14
+ repostedBy: AppBskyActorDefs.ProfileView[];
15
+ [k: string]: unknown;
16
+ }
17
+ export interface CallOptions {
18
+ headers?: Headers;
19
+ }
20
+ export interface Response {
21
+ success: boolean;
22
+ headers: Headers;
23
+ data: OutputSchema;
24
+ }
25
+ export declare function toKnownErr(e: any): any;
@@ -0,0 +1,22 @@
1
+ import { Headers } from '@atproto/xrpc';
2
+ import * as AppBskyFeedDefs from './defs';
3
+ export interface QueryParams {
4
+ algorithm?: string;
5
+ limit?: number;
6
+ cursor?: string;
7
+ }
8
+ export declare type InputSchema = undefined;
9
+ export interface OutputSchema {
10
+ cursor?: string;
11
+ feed: AppBskyFeedDefs.FeedViewPost[];
12
+ [k: string]: unknown;
13
+ }
14
+ export interface CallOptions {
15
+ headers?: Headers;
16
+ }
17
+ export interface Response {
18
+ success: boolean;
19
+ headers: Headers;
20
+ data: OutputSchema;
21
+ }
22
+ export declare function toKnownErr(e: any): any;
@@ -0,0 +1,36 @@
1
+ import { Headers } from '@atproto/xrpc';
2
+ import { ValidationResult } from '@atproto/lexicon';
3
+ import * as AppBskyActorRef from '../actor/ref';
4
+ export interface QueryParams {
5
+ uri: string;
6
+ cid?: string;
7
+ direction?: 'up' | 'down';
8
+ limit?: number;
9
+ before?: string;
10
+ }
11
+ export declare type InputSchema = undefined;
12
+ export interface OutputSchema {
13
+ uri: string;
14
+ cid?: string;
15
+ cursor?: string;
16
+ votes: Vote[];
17
+ [k: string]: unknown;
18
+ }
19
+ export interface CallOptions {
20
+ headers?: Headers;
21
+ }
22
+ export interface Response {
23
+ success: boolean;
24
+ headers: Headers;
25
+ data: OutputSchema;
26
+ }
27
+ export declare function toKnownErr(e: any): any;
28
+ export interface Vote {
29
+ direction: 'up' | 'down';
30
+ indexedAt: string;
31
+ createdAt: string;
32
+ actor: AppBskyActorRef.WithInfo;
33
+ [k: string]: unknown;
34
+ }
35
+ export declare function isVote(v: unknown): v is Vote;
36
+ export declare function validateVote(v: unknown): ValidationResult;
@@ -0,0 +1,9 @@
1
+ import { ValidationResult } from '@atproto/lexicon';
2
+ import * as ComAtprotoRepoStrongRef from '../../../com/atproto/repo/strongRef';
3
+ export interface Record {
4
+ subject: ComAtprotoRepoStrongRef.Main;
5
+ createdAt: string;
6
+ [k: string]: unknown;
7
+ }
8
+ export declare function isRecord(v: unknown): v is Record;
9
+ export declare function validateRecord(v: unknown): ValidationResult;
@@ -0,0 +1,43 @@
1
+ import { ValidationResult } from '@atproto/lexicon';
2
+ import * as AppBskyRichtextFacet from '../richtext/facet';
3
+ import * as AppBskyEmbedImages from '../embed/images';
4
+ import * as AppBskyEmbedExternal from '../embed/external';
5
+ import * as AppBskyEmbedRecord from '../embed/record';
6
+ import * as AppBskyEmbedRecordWithMedia from '../embed/recordWithMedia';
7
+ import * as ComAtprotoRepoStrongRef from '../../../com/atproto/repo/strongRef';
8
+ export interface Record {
9
+ text: string;
10
+ entities?: Entity[];
11
+ facets?: AppBskyRichtextFacet.Main[];
12
+ reply?: ReplyRef;
13
+ embed?: AppBskyEmbedImages.Main | AppBskyEmbedExternal.Main | AppBskyEmbedRecord.Main | AppBskyEmbedRecordWithMedia.Main | {
14
+ $type: string;
15
+ [k: string]: unknown;
16
+ };
17
+ createdAt: string;
18
+ [k: string]: unknown;
19
+ }
20
+ export declare function isRecord(v: unknown): v is Record;
21
+ export declare function validateRecord(v: unknown): ValidationResult;
22
+ export interface ReplyRef {
23
+ root: ComAtprotoRepoStrongRef.Main;
24
+ parent: ComAtprotoRepoStrongRef.Main;
25
+ [k: string]: unknown;
26
+ }
27
+ export declare function isReplyRef(v: unknown): v is ReplyRef;
28
+ export declare function validateReplyRef(v: unknown): ValidationResult;
29
+ export interface Entity {
30
+ index: TextSlice;
31
+ type: string;
32
+ value: string;
33
+ [k: string]: unknown;
34
+ }
35
+ export declare function isEntity(v: unknown): v is Entity;
36
+ export declare function validateEntity(v: unknown): ValidationResult;
37
+ export interface TextSlice {
38
+ start: number;
39
+ end: number;
40
+ [k: string]: unknown;
41
+ }
42
+ export declare function isTextSlice(v: unknown): v is TextSlice;
43
+ export declare function validateTextSlice(v: unknown): ValidationResult;
@@ -0,0 +1,9 @@
1
+ import { ValidationResult } from '@atproto/lexicon';
2
+ import * as ComAtprotoRepoStrongRef from '../../../com/atproto/repo/strongRef';
3
+ export interface Record {
4
+ subject: ComAtprotoRepoStrongRef.Main;
5
+ createdAt: string;
6
+ [k: string]: unknown;
7
+ }
8
+ export declare function isRecord(v: unknown): v is Record;
9
+ export declare function validateRecord(v: unknown): ValidationResult;
@@ -0,0 +1,25 @@
1
+ import { Headers } from '@atproto/xrpc';
2
+ import * as ComAtprotoRepoStrongRef from '../../../com/atproto/repo/strongRef';
3
+ export interface QueryParams {
4
+ }
5
+ export interface InputSchema {
6
+ subject: ComAtprotoRepoStrongRef.Main;
7
+ direction: 'up' | 'down' | 'none';
8
+ [k: string]: unknown;
9
+ }
10
+ export interface OutputSchema {
11
+ upvote?: string;
12
+ downvote?: string;
13
+ [k: string]: unknown;
14
+ }
15
+ export interface CallOptions {
16
+ headers?: Headers;
17
+ qp?: QueryParams;
18
+ encoding: 'application/json';
19
+ }
20
+ export interface Response {
21
+ success: boolean;
22
+ headers: Headers;
23
+ data: OutputSchema;
24
+ }
25
+ export declare function toKnownErr(e: any): any;
@@ -0,0 +1,9 @@
1
+ import { ValidationResult } from '@atproto/lexicon';
2
+ import * as ComAtprotoRepoStrongRef from '../../../com/atproto/repo/strongRef';
3
+ export interface Record {
4
+ subject: ComAtprotoRepoStrongRef.Main;
5
+ createdAt: string;
6
+ [k: string]: unknown;
7
+ }
8
+ export declare function isRecord(v: unknown): v is Record;
9
+ export declare function validateRecord(v: unknown): ValidationResult;
@@ -0,0 +1,10 @@
1
+ import { ValidationResult } from '@atproto/lexicon';
2
+ import * as ComAtprotoRepoStrongRef from '../../../com/atproto/repo/strongRef';
3
+ export interface Record {
4
+ subject: ComAtprotoRepoStrongRef.Main;
5
+ direction: 'up' | 'down';
6
+ createdAt: string;
7
+ [k: string]: unknown;
8
+ }
9
+ export declare function isRecord(v: unknown): v is Record;
10
+ export declare function validateRecord(v: unknown): ValidationResult;
@@ -0,0 +1 @@
1
+ export declare const MAIN = "app.bsky.graph.assertCreator#main";
@@ -0,0 +1 @@
1
+ export declare const MAIN = "app.bsky.graph.assertMember#main";
@@ -0,0 +1,10 @@
1
+ import { ValidationResult } from '@atproto/lexicon';
2
+ import * as AppBskyActorRef from '../actor/ref';
3
+ export interface Record {
4
+ assertion: string;
5
+ subject: AppBskyActorRef.Main;
6
+ createdAt: string;
7
+ [k: string]: unknown;
8
+ }
9
+ export declare function isRecord(v: unknown): v is Record;
10
+ export declare function validateRecord(v: unknown): ValidationResult;
@@ -0,0 +1,11 @@
1
+ import { ValidationResult } from '@atproto/lexicon';
2
+ import * as AppBskyActorRef from '../actor/ref';
3
+ import * as ComAtprotoRepoStrongRef from '../../../com/atproto/repo/strongRef';
4
+ export interface Record {
5
+ originator: AppBskyActorRef.Main;
6
+ assertion: ComAtprotoRepoStrongRef.Main;
7
+ createdAt: string;
8
+ [k: string]: unknown;
9
+ }
10
+ export declare function isRecord(v: unknown): v is Record;
11
+ export declare function validateRecord(v: unknown): ValidationResult;
@@ -0,0 +1,8 @@
1
+ import { ValidationResult } from '@atproto/lexicon';
2
+ export interface Record {
3
+ subject: string;
4
+ createdAt: string;
5
+ [k: string]: unknown;
6
+ }
7
+ export declare function isRecord(v: unknown): v is Record;
8
+ export declare function validateRecord(v: unknown): ValidationResult;
@@ -0,0 +1,48 @@
1
+ import { Headers } from '@atproto/xrpc';
2
+ import { ValidationResult } from '@atproto/lexicon';
3
+ import * as AppBskyActorRef from '../actor/ref';
4
+ export interface QueryParams {
5
+ author?: string;
6
+ subject?: string;
7
+ assertion?: string;
8
+ confirmed?: boolean;
9
+ limit?: number;
10
+ before?: string;
11
+ }
12
+ export declare type InputSchema = undefined;
13
+ export interface OutputSchema {
14
+ cursor?: string;
15
+ assertions: Assertion[];
16
+ [k: string]: unknown;
17
+ }
18
+ export interface CallOptions {
19
+ headers?: Headers;
20
+ }
21
+ export interface Response {
22
+ success: boolean;
23
+ headers: Headers;
24
+ data: OutputSchema;
25
+ }
26
+ export declare function toKnownErr(e: any): any;
27
+ export interface Assertion {
28
+ uri: string;
29
+ cid: string;
30
+ assertion: string;
31
+ confirmation?: Confirmation;
32
+ author: AppBskyActorRef.WithInfo;
33
+ subject: AppBskyActorRef.WithInfo;
34
+ indexedAt: string;
35
+ createdAt: string;
36
+ [k: string]: unknown;
37
+ }
38
+ export declare function isAssertion(v: unknown): v is Assertion;
39
+ export declare function validateAssertion(v: unknown): ValidationResult;
40
+ export interface Confirmation {
41
+ uri: string;
42
+ cid: string;
43
+ indexedAt: string;
44
+ createdAt: string;
45
+ [k: string]: unknown;
46
+ }
47
+ export declare function isConfirmation(v: unknown): v is Confirmation;
48
+ export declare function validateConfirmation(v: unknown): ValidationResult;
@@ -0,0 +1,23 @@
1
+ import { Headers } from '@atproto/xrpc';
2
+ import * as AppBskyActorDefs from '../actor/defs';
3
+ export interface QueryParams {
4
+ actor: string;
5
+ limit?: number;
6
+ cursor?: string;
7
+ }
8
+ export declare type InputSchema = undefined;
9
+ export interface OutputSchema {
10
+ subject: AppBskyActorDefs.ProfileView;
11
+ cursor?: string;
12
+ followers: AppBskyActorDefs.ProfileView[];
13
+ [k: string]: unknown;
14
+ }
15
+ export interface CallOptions {
16
+ headers?: Headers;
17
+ }
18
+ export interface Response {
19
+ success: boolean;
20
+ headers: Headers;
21
+ data: OutputSchema;
22
+ }
23
+ export declare function toKnownErr(e: any): any;