@atproto/api 0.6.12 → 0.6.13

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 (87) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist/client/index.d.ts +58 -8
  3. package/dist/client/lexicons.d.ts +259 -29
  4. package/dist/client/types/app/bsky/feed/defs.d.ts +18 -0
  5. package/dist/client/types/app/bsky/feed/{getSavedFeeds.d.ts → getListFeed.d.ts} +6 -2
  6. package/dist/client/types/app/bsky/feed/threadgate.d.ts +26 -0
  7. package/dist/client/types/app/bsky/graph/defs.d.ts +3 -1
  8. package/dist/client/types/app/bsky/{notification/getCount.d.ts → graph/getSuggestedFollowsByActor.d.ts} +3 -1
  9. package/dist/index.js +564 -165
  10. package/dist/index.js.map +3 -3
  11. package/package.json +4 -4
  12. package/src/client/index.ts +183 -23
  13. package/src/client/lexicons.ts +272 -30
  14. package/src/client/types/app/bsky/feed/defs.ts +40 -0
  15. package/src/client/types/app/bsky/feed/getListFeed.ts +46 -0
  16. package/src/client/types/app/bsky/feed/threadgate.ts +80 -0
  17. package/src/client/types/app/bsky/graph/defs.ts +7 -1
  18. package/src/client/types/app/bsky/graph/getListBlocks.ts +38 -0
  19. package/src/client/types/{com/atproto/temp/upgradeRepoVersion.ts → app/bsky/graph/getSuggestedFollowsByActor.ts} +9 -6
  20. package/src/client/types/app/bsky/graph/listblock.ts +26 -0
  21. package/dist/client/types/app/bsky/actor/createScene.d.ts +0 -32
  22. package/dist/client/types/app/bsky/actor/ref.d.ts +0 -28
  23. package/dist/client/types/app/bsky/actor/search.d.ts +0 -22
  24. package/dist/client/types/app/bsky/actor/searchTypeahead.d.ts +0 -20
  25. package/dist/client/types/app/bsky/actor/updateProfile.d.ts +0 -40
  26. package/dist/client/types/app/bsky/feed/feedViewPost.d.ts +0 -28
  27. package/dist/client/types/app/bsky/feed/getVotes.d.ts +0 -36
  28. package/dist/client/types/app/bsky/feed/saveFeed.d.ts +0 -17
  29. package/dist/client/types/app/bsky/feed/setVote.d.ts +0 -25
  30. package/dist/client/types/app/bsky/feed/trend.d.ts +0 -9
  31. package/dist/client/types/app/bsky/feed/unsaveFeed.d.ts +0 -17
  32. package/dist/client/types/app/bsky/feed/vote.d.ts +0 -10
  33. package/dist/client/types/app/bsky/graph/assertCreator.d.ts +0 -1
  34. package/dist/client/types/app/bsky/graph/assertMember.d.ts +0 -1
  35. package/dist/client/types/app/bsky/graph/assertion.d.ts +0 -10
  36. package/dist/client/types/app/bsky/graph/confirmation.d.ts +0 -11
  37. package/dist/client/types/app/bsky/graph/getAssertions.d.ts +0 -48
  38. package/dist/client/types/app/bsky/graph/getMembers.d.ts +0 -36
  39. package/dist/client/types/app/bsky/graph/getMemberships.d.ts +0 -36
  40. package/dist/client/types/app/bsky/graph/mute.d.ts +0 -17
  41. package/dist/client/types/app/bsky/graph/subscribeMuteList.d.ts +0 -17
  42. package/dist/client/types/app/bsky/graph/unmute.d.ts +0 -17
  43. package/dist/client/types/app/bsky/graph/unsubscribeMuteList.d.ts +0 -17
  44. package/dist/client/types/app/bsky/notification/list.d.ts +0 -35
  45. package/dist/client/types/app/bsky/system/actorScene.d.ts +0 -1
  46. package/dist/client/types/app/bsky/system/actorUser.d.ts +0 -1
  47. package/dist/client/types/app/bsky/system/declRef.d.ts +0 -8
  48. package/dist/client/types/app/bsky/system/declaration.d.ts +0 -7
  49. package/dist/client/types/app/bsky/unspecced/registerPushNotification.d.ts +0 -16
  50. package/dist/client/types/com/atproto/account/create.d.ts +0 -41
  51. package/dist/client/types/com/atproto/account/createInviteCode.d.ts +0 -22
  52. package/dist/client/types/com/atproto/account/delete.d.ts +0 -25
  53. package/dist/client/types/com/atproto/account/get.d.ts +0 -12
  54. package/dist/client/types/com/atproto/account/requestDelete.d.ts +0 -13
  55. package/dist/client/types/com/atproto/account/requestPasswordReset.d.ts +0 -17
  56. package/dist/client/types/com/atproto/account/resetPassword.d.ts +0 -24
  57. package/dist/client/types/com/atproto/admin/blob.d.ts +0 -37
  58. package/dist/client/types/com/atproto/admin/moderationAction.d.ts +0 -60
  59. package/dist/client/types/com/atproto/admin/moderationReport.d.ts +0 -37
  60. package/dist/client/types/com/atproto/admin/rebaseRepo.d.ts +0 -24
  61. package/dist/client/types/com/atproto/admin/record.d.ts +0 -43
  62. package/dist/client/types/com/atproto/admin/repo.d.ts +0 -45
  63. package/dist/client/types/com/atproto/blob/upload.d.ts +0 -19
  64. package/dist/client/types/com/atproto/handle/resolve.d.ts +0 -18
  65. package/dist/client/types/com/atproto/handle/update.d.ts +0 -17
  66. package/dist/client/types/com/atproto/repo/batchWrite.d.ts +0 -46
  67. package/dist/client/types/com/atproto/repo/describe.d.ts +0 -22
  68. package/dist/client/types/com/atproto/repo/rebaseRepo.d.ts +0 -24
  69. package/dist/client/types/com/atproto/repo/recordRef.d.ts +0 -8
  70. package/dist/client/types/com/atproto/repo/repoRef.d.ts +0 -7
  71. package/dist/client/types/com/atproto/report/create.d.ts +0 -39
  72. package/dist/client/types/com/atproto/report/reasonType.d.ts +0 -3
  73. package/dist/client/types/com/atproto/report/subject.d.ts +0 -23
  74. package/dist/client/types/com/atproto/server/getAccountsConfig.d.ts +0 -27
  75. package/dist/client/types/com/atproto/session/create.d.ts +0 -29
  76. package/dist/client/types/com/atproto/session/delete.d.ts +0 -13
  77. package/dist/client/types/com/atproto/session/get.d.ts +0 -18
  78. package/dist/client/types/com/atproto/session/refresh.d.ts +0 -24
  79. package/dist/client/types/com/atproto/sync/getCommitPath.d.ts +0 -20
  80. package/dist/client/types/com/atproto/sync/getRoot.d.ts +0 -18
  81. package/dist/client/types/com/atproto/sync/subscribeAllRepos.d.ts +0 -9
  82. package/dist/client/types/com/atproto/sync/updateRepo.d.ts +0 -15
  83. package/dist/client/types/com/atproto/temp/upgradeRepoVersion.d.ts +0 -18
  84. package/dist/helpers/bsky.d.ts +0 -20
  85. package/dist/mixins/bsky.d.ts +0 -23
  86. package/dist/rich-text/sanitize.d.ts +0 -4
  87. package/dist/session.d.ts +0 -42
@@ -6,24 +6,27 @@ import { ValidationResult, BlobRef } from '@atproto/lexicon'
6
6
  import { isObj, hasProp } from '../../../../util'
7
7
  import { lexicons } from '../../../../lexicons'
8
8
  import { CID } from 'multiformats/cid'
9
+ import * as AppBskyActorDefs from '../actor/defs'
9
10
 
10
- export interface QueryParams {}
11
+ export interface QueryParams {
12
+ actor: string
13
+ }
14
+
15
+ export type InputSchema = undefined
11
16
 
12
- export interface InputSchema {
13
- did: string
14
- force?: boolean
17
+ export interface OutputSchema {
18
+ suggestions: AppBskyActorDefs.ProfileView[]
15
19
  [k: string]: unknown
16
20
  }
17
21
 
18
22
  export interface CallOptions {
19
23
  headers?: Headers
20
- qp?: QueryParams
21
- encoding: 'application/json'
22
24
  }
23
25
 
24
26
  export interface Response {
25
27
  success: boolean
26
28
  headers: Headers
29
+ data: OutputSchema
27
30
  }
28
31
 
29
32
  export function toKnownErr(e: any) {
@@ -0,0 +1,26 @@
1
+ /**
2
+ * GENERATED CODE - DO NOT MODIFY
3
+ */
4
+ import { ValidationResult, BlobRef } from '@atproto/lexicon'
5
+ import { isObj, hasProp } from '../../../../util'
6
+ import { lexicons } from '../../../../lexicons'
7
+ import { CID } from 'multiformats/cid'
8
+
9
+ export interface Record {
10
+ subject: string
11
+ createdAt: string
12
+ [k: string]: unknown
13
+ }
14
+
15
+ export function isRecord(v: unknown): v is Record {
16
+ return (
17
+ isObj(v) &&
18
+ hasProp(v, '$type') &&
19
+ (v.$type === 'app.bsky.graph.listblock#main' ||
20
+ v.$type === 'app.bsky.graph.listblock')
21
+ )
22
+ }
23
+
24
+ export function validateRecord(v: unknown): ValidationResult {
25
+ return lexicons.validate('app.bsky.graph.listblock#main', v)
26
+ }
@@ -1,32 +0,0 @@
1
- import { Headers, XRPCError } from '@atproto/xrpc';
2
- import * as AppBskySystemDeclRef from '../system/declRef';
3
- export interface QueryParams {
4
- }
5
- export interface InputSchema {
6
- handle: string;
7
- recoveryKey?: string;
8
- [k: string]: unknown;
9
- }
10
- export interface OutputSchema {
11
- handle: string;
12
- did: string;
13
- declaration: AppBskySystemDeclRef.Main;
14
- [k: string]: unknown;
15
- }
16
- export interface CallOptions {
17
- headers?: Headers;
18
- qp?: QueryParams;
19
- encoding: 'application/json';
20
- }
21
- export interface Response {
22
- success: boolean;
23
- headers: Headers;
24
- data: OutputSchema;
25
- }
26
- export declare class InvalidHandleError extends XRPCError {
27
- constructor(src: XRPCError);
28
- }
29
- export declare class HandleNotAvailableError extends XRPCError {
30
- constructor(src: XRPCError);
31
- }
32
- export declare function toKnownErr(e: any): any;
@@ -1,28 +0,0 @@
1
- import { ValidationResult } from '@atproto/lexicon';
2
- import * as AppBskySystemDeclRef from '../system/declRef';
3
- export interface Main {
4
- did: string;
5
- declarationCid: string;
6
- [k: string]: unknown;
7
- }
8
- export declare function isMain(v: unknown): v is Main;
9
- export declare function validateMain(v: unknown): ValidationResult;
10
- export interface WithInfo {
11
- did: string;
12
- declaration: AppBskySystemDeclRef.Main;
13
- handle: string;
14
- displayName?: string;
15
- avatar?: string;
16
- viewer?: ViewerState;
17
- [k: string]: unknown;
18
- }
19
- export declare function isWithInfo(v: unknown): v is WithInfo;
20
- export declare function validateWithInfo(v: unknown): ValidationResult;
21
- export interface ViewerState {
22
- muted?: boolean;
23
- following?: string;
24
- followedBy?: string;
25
- [k: string]: unknown;
26
- }
27
- export declare function isViewerState(v: unknown): v is ViewerState;
28
- export declare function validateViewerState(v: unknown): ValidationResult;
@@ -1,22 +0,0 @@
1
- import { Headers } from '@atproto/xrpc';
2
- import * as AppBskyActorProfile from './profile';
3
- export interface QueryParams {
4
- term?: string;
5
- limit?: number;
6
- before?: string;
7
- }
8
- export declare type InputSchema = undefined;
9
- export interface OutputSchema {
10
- cursor?: string;
11
- users: AppBskyActorProfile.ViewBasic[];
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;
@@ -1,20 +0,0 @@
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;
@@ -1,40 +0,0 @@
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;
@@ -1,28 +0,0 @@
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;
@@ -1,36 +0,0 @@
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;
@@ -1,17 +0,0 @@
1
- import { Headers } from '@atproto/xrpc';
2
- export interface QueryParams {
3
- }
4
- export interface InputSchema {
5
- feed: string;
6
- [k: string]: unknown;
7
- }
8
- export interface CallOptions {
9
- headers?: Headers;
10
- qp?: QueryParams;
11
- encoding: 'application/json';
12
- }
13
- export interface Response {
14
- success: boolean;
15
- headers: Headers;
16
- }
17
- export declare function toKnownErr(e: any): any;
@@ -1,25 +0,0 @@
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;
@@ -1,9 +0,0 @@
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;
@@ -1,17 +0,0 @@
1
- import { Headers } from '@atproto/xrpc';
2
- export interface QueryParams {
3
- }
4
- export interface InputSchema {
5
- feed: string;
6
- [k: string]: unknown;
7
- }
8
- export interface CallOptions {
9
- headers?: Headers;
10
- qp?: QueryParams;
11
- encoding: 'application/json';
12
- }
13
- export interface Response {
14
- success: boolean;
15
- headers: Headers;
16
- }
17
- export declare function toKnownErr(e: any): any;
@@ -1,10 +0,0 @@
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;
@@ -1 +0,0 @@
1
- export declare const MAIN = "app.bsky.graph.assertCreator#main";
@@ -1 +0,0 @@
1
- export declare const MAIN = "app.bsky.graph.assertMember#main";
@@ -1,10 +0,0 @@
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;
@@ -1,11 +0,0 @@
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;
@@ -1,48 +0,0 @@
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;
@@ -1,36 +0,0 @@
1
- import { Headers } from '@atproto/xrpc';
2
- import { ValidationResult } from '@atproto/lexicon';
3
- import * as AppBskyActorRef from '../actor/ref';
4
- import * as AppBskySystemDeclRef from '../system/declRef';
5
- export interface QueryParams {
6
- actor: string;
7
- limit?: number;
8
- before?: string;
9
- }
10
- export declare type InputSchema = undefined;
11
- export interface OutputSchema {
12
- subject: AppBskyActorRef.WithInfo;
13
- cursor?: string;
14
- members: Member[];
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;
26
- export interface Member {
27
- did: string;
28
- declaration: AppBskySystemDeclRef.Main;
29
- handle: string;
30
- displayName?: string;
31
- createdAt?: string;
32
- indexedAt: string;
33
- [k: string]: unknown;
34
- }
35
- export declare function isMember(v: unknown): v is Member;
36
- export declare function validateMember(v: unknown): ValidationResult;
@@ -1,36 +0,0 @@
1
- import { Headers } from '@atproto/xrpc';
2
- import { ValidationResult } from '@atproto/lexicon';
3
- import * as AppBskyActorRef from '../actor/ref';
4
- import * as AppBskySystemDeclRef from '../system/declRef';
5
- export interface QueryParams {
6
- actor: string;
7
- limit?: number;
8
- before?: string;
9
- }
10
- export declare type InputSchema = undefined;
11
- export interface OutputSchema {
12
- subject: AppBskyActorRef.WithInfo;
13
- cursor?: string;
14
- memberships: Membership[];
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;
26
- export interface Membership {
27
- did: string;
28
- declaration: AppBskySystemDeclRef.Main;
29
- handle: string;
30
- displayName?: string;
31
- createdAt?: string;
32
- indexedAt: string;
33
- [k: string]: unknown;
34
- }
35
- export declare function isMembership(v: unknown): v is Membership;
36
- export declare function validateMembership(v: unknown): ValidationResult;
@@ -1,17 +0,0 @@
1
- import { Headers } from '@atproto/xrpc';
2
- export interface QueryParams {
3
- }
4
- export interface InputSchema {
5
- user: string;
6
- [k: string]: unknown;
7
- }
8
- export interface CallOptions {
9
- headers?: Headers;
10
- qp?: QueryParams;
11
- encoding: 'application/json';
12
- }
13
- export interface Response {
14
- success: boolean;
15
- headers: Headers;
16
- }
17
- export declare function toKnownErr(e: any): any;
@@ -1,17 +0,0 @@
1
- import { Headers } from '@atproto/xrpc';
2
- export interface QueryParams {
3
- }
4
- export interface InputSchema {
5
- list: string;
6
- [k: string]: unknown;
7
- }
8
- export interface CallOptions {
9
- headers?: Headers;
10
- qp?: QueryParams;
11
- encoding: 'application/json';
12
- }
13
- export interface Response {
14
- success: boolean;
15
- headers: Headers;
16
- }
17
- export declare function toKnownErr(e: any): any;
@@ -1,17 +0,0 @@
1
- import { Headers } from '@atproto/xrpc';
2
- export interface QueryParams {
3
- }
4
- export interface InputSchema {
5
- user: string;
6
- [k: string]: unknown;
7
- }
8
- export interface CallOptions {
9
- headers?: Headers;
10
- qp?: QueryParams;
11
- encoding: 'application/json';
12
- }
13
- export interface Response {
14
- success: boolean;
15
- headers: Headers;
16
- }
17
- export declare function toKnownErr(e: any): any;
@@ -1,17 +0,0 @@
1
- import { Headers } from '@atproto/xrpc';
2
- export interface QueryParams {
3
- }
4
- export interface InputSchema {
5
- list: string;
6
- [k: string]: unknown;
7
- }
8
- export interface CallOptions {
9
- headers?: Headers;
10
- qp?: QueryParams;
11
- encoding: 'application/json';
12
- }
13
- export interface Response {
14
- success: boolean;
15
- headers: Headers;
16
- }
17
- export declare function toKnownErr(e: any): any;
@@ -1,35 +0,0 @@
1
- import { Headers } from '@atproto/xrpc';
2
- import { ValidationResult } from '@atproto/lexicon';
3
- import * as AppBskyActorRef from '../actor/ref';
4
- export interface QueryParams {
5
- limit?: number;
6
- before?: string;
7
- }
8
- export declare type InputSchema = undefined;
9
- export interface OutputSchema {
10
- cursor?: string;
11
- notifications: Notification[];
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;
23
- export interface Notification {
24
- uri: string;
25
- cid: string;
26
- author: AppBskyActorRef.WithInfo;
27
- reason: 'vote' | 'repost' | 'follow' | 'invite' | 'mention' | 'reply' | (string & {});
28
- reasonSubject?: string;
29
- record: {};
30
- isRead: boolean;
31
- indexedAt: string;
32
- [k: string]: unknown;
33
- }
34
- export declare function isNotification(v: unknown): v is Notification;
35
- export declare function validateNotification(v: unknown): ValidationResult;
@@ -1 +0,0 @@
1
- export declare const MAIN = "app.bsky.system.actorScene#main";
@@ -1 +0,0 @@
1
- export declare const MAIN = "app.bsky.system.actorUser#main";
@@ -1,8 +0,0 @@
1
- import { ValidationResult } from '@atproto/lexicon';
2
- export interface Main {
3
- cid: string;
4
- actorType: 'app.bsky.system.actorUser' | (string & {});
5
- [k: string]: unknown;
6
- }
7
- export declare function isMain(v: unknown): v is Main;
8
- export declare function validateMain(v: unknown): ValidationResult;
@@ -1,7 +0,0 @@
1
- import { ValidationResult } from '@atproto/lexicon';
2
- export interface Record {
3
- actorType: 'app.bsky.system.actorUser' | (string & {});
4
- [k: string]: unknown;
5
- }
6
- export declare function isRecord(v: unknown): v is Record;
7
- export declare function validateRecord(v: unknown): ValidationResult;
@@ -1,16 +0,0 @@
1
- import { Headers } from '@atproto/xrpc';
2
- export interface QueryParams {
3
- token: string;
4
- platform: 'ios' | 'android' | 'web';
5
- endpoint: string;
6
- appId: string;
7
- }
8
- export declare type InputSchema = undefined;
9
- export interface CallOptions {
10
- headers?: Headers;
11
- }
12
- export interface Response {
13
- success: boolean;
14
- headers: Headers;
15
- }
16
- export declare function toKnownErr(e: any): any;