@atproto/api 0.6.0 → 0.6.1

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 (94) hide show
  1. package/dist/agent.d.ts +44 -25
  2. package/dist/bsky-agent.d.ts +62 -43
  3. package/dist/client/types/app/bsky/actor/defs.d.ts +74 -65
  4. package/dist/client/types/app/bsky/embed/external.d.ts +23 -23
  5. package/dist/client/types/app/bsky/embed/images.d.ts +20 -20
  6. package/dist/client/types/app/bsky/embed/record.d.ts +53 -41
  7. package/dist/client/types/app/bsky/embed/recordWithMedia.d.ts +26 -20
  8. package/dist/client/types/app/bsky/feed/defs.d.ts +141 -107
  9. package/dist/client/types/app/bsky/feed/like.d.ts +7 -7
  10. package/dist/client/types/app/bsky/feed/repost.d.ts +7 -7
  11. package/dist/client/types/app/bsky/graph/block.d.ts +6 -6
  12. package/dist/client/types/app/bsky/graph/defs.d.ts +36 -36
  13. package/dist/client/types/app/bsky/graph/follow.d.ts +6 -6
  14. package/dist/client/types/app/bsky/graph/listitem.d.ts +7 -7
  15. package/dist/client/types/app/bsky/richtext/facet.d.ts +26 -22
  16. package/dist/client/types/com/atproto/label/subscribeLabels.d.ts +12 -12
  17. package/dist/client/types/com/atproto/moderation/defs.d.ts +16 -7
  18. package/dist/client/types/com/atproto/repo/strongRef.d.ts +6 -6
  19. package/dist/client/types/com/atproto/server/defs.d.ts +16 -16
  20. package/dist/client/types/com/atproto/sync/subscribeRepos.d.ts +46 -46
  21. package/dist/client/util.d.ts +5 -2
  22. package/dist/rich-text/detection.d.ts +4 -4
  23. package/dist/rich-text/rich-text.d.ts +31 -31
  24. package/dist/rich-text/sanitization.d.ts +7 -4
  25. package/dist/rich-text/unicode.d.ts +9 -9
  26. package/dist/types.d.ts +34 -22
  27. package/package.json +1 -1
  28. package/tsconfig.build.tsbuildinfo +1 -1
  29. package/dist/client/types/app/bsky/actor/createScene.d.ts +0 -32
  30. package/dist/client/types/app/bsky/actor/ref.d.ts +0 -28
  31. package/dist/client/types/app/bsky/actor/search.d.ts +0 -22
  32. package/dist/client/types/app/bsky/actor/searchTypeahead.d.ts +0 -20
  33. package/dist/client/types/app/bsky/actor/updateProfile.d.ts +0 -40
  34. package/dist/client/types/app/bsky/feed/feedViewPost.d.ts +0 -28
  35. package/dist/client/types/app/bsky/feed/getSavedFeeds.d.ts +0 -21
  36. package/dist/client/types/app/bsky/feed/getVotes.d.ts +0 -36
  37. package/dist/client/types/app/bsky/feed/saveFeed.d.ts +0 -17
  38. package/dist/client/types/app/bsky/feed/setVote.d.ts +0 -25
  39. package/dist/client/types/app/bsky/feed/trend.d.ts +0 -9
  40. package/dist/client/types/app/bsky/feed/unsaveFeed.d.ts +0 -17
  41. package/dist/client/types/app/bsky/feed/vote.d.ts +0 -10
  42. package/dist/client/types/app/bsky/graph/assertCreator.d.ts +0 -1
  43. package/dist/client/types/app/bsky/graph/assertMember.d.ts +0 -1
  44. package/dist/client/types/app/bsky/graph/assertion.d.ts +0 -10
  45. package/dist/client/types/app/bsky/graph/confirmation.d.ts +0 -11
  46. package/dist/client/types/app/bsky/graph/getAssertions.d.ts +0 -48
  47. package/dist/client/types/app/bsky/graph/getListBlocks.d.ts +0 -21
  48. package/dist/client/types/app/bsky/graph/getMembers.d.ts +0 -36
  49. package/dist/client/types/app/bsky/graph/getMemberships.d.ts +0 -36
  50. package/dist/client/types/app/bsky/graph/listblock.d.ts +0 -8
  51. package/dist/client/types/app/bsky/graph/mute.d.ts +0 -17
  52. package/dist/client/types/app/bsky/graph/subscribeMuteList.d.ts +0 -17
  53. package/dist/client/types/app/bsky/graph/unmute.d.ts +0 -17
  54. package/dist/client/types/app/bsky/graph/unsubscribeMuteList.d.ts +0 -17
  55. package/dist/client/types/app/bsky/notification/getCount.d.ts +0 -17
  56. package/dist/client/types/app/bsky/notification/list.d.ts +0 -35
  57. package/dist/client/types/app/bsky/system/actorScene.d.ts +0 -1
  58. package/dist/client/types/app/bsky/system/actorUser.d.ts +0 -1
  59. package/dist/client/types/app/bsky/system/declRef.d.ts +0 -8
  60. package/dist/client/types/app/bsky/system/declaration.d.ts +0 -7
  61. package/dist/client/types/com/atproto/account/create.d.ts +0 -41
  62. package/dist/client/types/com/atproto/account/createInviteCode.d.ts +0 -22
  63. package/dist/client/types/com/atproto/account/delete.d.ts +0 -25
  64. package/dist/client/types/com/atproto/account/get.d.ts +0 -12
  65. package/dist/client/types/com/atproto/account/requestDelete.d.ts +0 -13
  66. package/dist/client/types/com/atproto/account/requestPasswordReset.d.ts +0 -17
  67. package/dist/client/types/com/atproto/account/resetPassword.d.ts +0 -24
  68. package/dist/client/types/com/atproto/admin/blob.d.ts +0 -37
  69. package/dist/client/types/com/atproto/admin/moderationAction.d.ts +0 -60
  70. package/dist/client/types/com/atproto/admin/moderationReport.d.ts +0 -37
  71. package/dist/client/types/com/atproto/admin/record.d.ts +0 -43
  72. package/dist/client/types/com/atproto/admin/repo.d.ts +0 -45
  73. package/dist/client/types/com/atproto/blob/upload.d.ts +0 -19
  74. package/dist/client/types/com/atproto/handle/resolve.d.ts +0 -18
  75. package/dist/client/types/com/atproto/handle/update.d.ts +0 -17
  76. package/dist/client/types/com/atproto/repo/batchWrite.d.ts +0 -46
  77. package/dist/client/types/com/atproto/repo/describe.d.ts +0 -22
  78. package/dist/client/types/com/atproto/repo/recordRef.d.ts +0 -8
  79. package/dist/client/types/com/atproto/repo/repoRef.d.ts +0 -7
  80. package/dist/client/types/com/atproto/report/create.d.ts +0 -39
  81. package/dist/client/types/com/atproto/report/reasonType.d.ts +0 -3
  82. package/dist/client/types/com/atproto/report/subject.d.ts +0 -23
  83. package/dist/client/types/com/atproto/server/getAccountsConfig.d.ts +0 -27
  84. package/dist/client/types/com/atproto/session/create.d.ts +0 -29
  85. package/dist/client/types/com/atproto/session/delete.d.ts +0 -13
  86. package/dist/client/types/com/atproto/session/get.d.ts +0 -18
  87. package/dist/client/types/com/atproto/session/refresh.d.ts +0 -24
  88. package/dist/client/types/com/atproto/sync/getRoot.d.ts +0 -18
  89. package/dist/client/types/com/atproto/sync/subscribeAllRepos.d.ts +0 -9
  90. package/dist/client/types/com/atproto/sync/updateRepo.d.ts +0 -15
  91. package/dist/helpers/bsky.d.ts +0 -20
  92. package/dist/mixins/bsky.d.ts +0 -23
  93. package/dist/rich-text/sanitize.d.ts +0 -4
  94. package/dist/session.d.ts +0 -42
@@ -1,58 +1,58 @@
1
- import { ValidationResult } from '@atproto/lexicon';
2
- import { CID } from 'multiformats/cid';
1
+ import { ValidationResult } from '@atproto/lexicon'
2
+ import { CID } from 'multiformats/cid'
3
3
  export interface Commit {
4
- seq: number;
5
- rebase: boolean;
6
- tooBig: boolean;
7
- repo: string;
8
- commit: CID;
9
- prev: CID | null;
10
- blocks: Uint8Array;
11
- ops: RepoOp[];
12
- blobs: CID[];
13
- time: string;
14
- [k: string]: unknown;
4
+ seq: number
5
+ rebase: boolean
6
+ tooBig: boolean
7
+ repo: string
8
+ commit: CID
9
+ prev: CID | null
10
+ blocks: Uint8Array
11
+ ops: RepoOp[]
12
+ blobs: CID[]
13
+ time: string
14
+ [k: string]: unknown
15
15
  }
16
- export declare function isCommit(v: unknown): v is Commit;
17
- export declare function validateCommit(v: unknown): ValidationResult;
16
+ export declare function isCommit(v: unknown): v is Commit
17
+ export declare function validateCommit(v: unknown): ValidationResult
18
18
  export interface Handle {
19
- seq: number;
20
- did: string;
21
- handle: string;
22
- time: string;
23
- [k: string]: unknown;
19
+ seq: number
20
+ did: string
21
+ handle: string
22
+ time: string
23
+ [k: string]: unknown
24
24
  }
25
- export declare function isHandle(v: unknown): v is Handle;
26
- export declare function validateHandle(v: unknown): ValidationResult;
25
+ export declare function isHandle(v: unknown): v is Handle
26
+ export declare function validateHandle(v: unknown): ValidationResult
27
27
  export interface Migrate {
28
- seq: number;
29
- did: string;
30
- migrateTo: string | null;
31
- time: string;
32
- [k: string]: unknown;
28
+ seq: number
29
+ did: string
30
+ migrateTo: string | null
31
+ time: string
32
+ [k: string]: unknown
33
33
  }
34
- export declare function isMigrate(v: unknown): v is Migrate;
35
- export declare function validateMigrate(v: unknown): ValidationResult;
34
+ export declare function isMigrate(v: unknown): v is Migrate
35
+ export declare function validateMigrate(v: unknown): ValidationResult
36
36
  export interface Tombstone {
37
- seq: number;
38
- did: string;
39
- time: string;
40
- [k: string]: unknown;
37
+ seq: number
38
+ did: string
39
+ time: string
40
+ [k: string]: unknown
41
41
  }
42
- export declare function isTombstone(v: unknown): v is Tombstone;
43
- export declare function validateTombstone(v: unknown): ValidationResult;
42
+ export declare function isTombstone(v: unknown): v is Tombstone
43
+ export declare function validateTombstone(v: unknown): ValidationResult
44
44
  export interface Info {
45
- name: 'OutdatedCursor' | (string & {});
46
- message?: string;
47
- [k: string]: unknown;
45
+ name: 'OutdatedCursor' | (string & {})
46
+ message?: string
47
+ [k: string]: unknown
48
48
  }
49
- export declare function isInfo(v: unknown): v is Info;
50
- export declare function validateInfo(v: unknown): ValidationResult;
49
+ export declare function isInfo(v: unknown): v is Info
50
+ export declare function validateInfo(v: unknown): ValidationResult
51
51
  export interface RepoOp {
52
- action: 'create' | 'update' | 'delete' | (string & {});
53
- path: string;
54
- cid: CID | null;
55
- [k: string]: unknown;
52
+ action: 'create' | 'update' | 'delete' | (string & {})
53
+ path: string
54
+ cid: CID | null
55
+ [k: string]: unknown
56
56
  }
57
- export declare function isRepoOp(v: unknown): v is RepoOp;
58
- export declare function validateRepoOp(v: unknown): ValidationResult;
57
+ export declare function isRepoOp(v: unknown): v is RepoOp
58
+ export declare function validateRepoOp(v: unknown): ValidationResult
@@ -1,2 +1,5 @@
1
- export declare function isObj(v: unknown): v is Record<string, unknown>;
2
- export declare function hasProp<K extends PropertyKey>(data: object, prop: K): data is Record<K, unknown>;
1
+ export declare function isObj(v: unknown): v is Record<string, unknown>
2
+ export declare function hasProp<K extends PropertyKey>(
3
+ data: object,
4
+ prop: K,
5
+ ): data is Record<K, unknown>
@@ -1,4 +1,4 @@
1
- import { AppBskyRichtextFacet } from '../client';
2
- import { UnicodeString } from './unicode';
3
- export declare type Facet = AppBskyRichtextFacet.Main;
4
- export declare function detectFacets(text: UnicodeString): Facet[] | undefined;
1
+ import { AppBskyRichtextFacet } from '../client'
2
+ import { UnicodeString } from './unicode'
3
+ export declare type Facet = AppBskyRichtextFacet.Main
4
+ export declare function detectFacets(text: UnicodeString): Facet[] | undefined
@@ -1,39 +1,39 @@
1
- import { AtpAgent } from '../agent';
2
- import { AppBskyFeedPost, AppBskyRichtextFacet } from '../client';
3
- import { UnicodeString } from './unicode';
4
- export declare type Facet = AppBskyRichtextFacet.Main;
5
- export declare type FacetLink = AppBskyRichtextFacet.Link;
6
- export declare type FacetMention = AppBskyRichtextFacet.Mention;
7
- export declare type Entity = AppBskyFeedPost.Entity;
1
+ import { AtpAgent } from '../agent'
2
+ import { AppBskyFeedPost, AppBskyRichtextFacet } from '../client'
3
+ import { UnicodeString } from './unicode'
4
+ export declare type Facet = AppBskyRichtextFacet.Main
5
+ export declare type FacetLink = AppBskyRichtextFacet.Link
6
+ export declare type FacetMention = AppBskyRichtextFacet.Mention
7
+ export declare type Entity = AppBskyFeedPost.Entity
8
8
  export interface RichTextProps {
9
- text: string;
10
- facets?: Facet[];
11
- entities?: Entity[];
9
+ text: string
10
+ facets?: Facet[]
11
+ entities?: Entity[]
12
12
  }
13
13
  export interface RichTextOpts {
14
- cleanNewlines?: boolean;
14
+ cleanNewlines?: boolean
15
15
  }
16
16
  export declare class RichTextSegment {
17
- text: string;
18
- facet?: AppBskyRichtextFacet.Main | undefined;
19
- constructor(text: string, facet?: AppBskyRichtextFacet.Main | undefined);
20
- get link(): FacetLink | undefined;
21
- isLink(): boolean;
22
- get mention(): FacetMention | undefined;
23
- isMention(): boolean;
17
+ text: string
18
+ facet?: AppBskyRichtextFacet.Main | undefined
19
+ constructor(text: string, facet?: AppBskyRichtextFacet.Main | undefined)
20
+ get link(): FacetLink | undefined
21
+ isLink(): boolean
22
+ get mention(): FacetMention | undefined
23
+ isMention(): boolean
24
24
  }
25
25
  export declare class RichText {
26
- unicodeText: UnicodeString;
27
- facets?: Facet[];
28
- constructor(props: RichTextProps, opts?: RichTextOpts);
29
- get text(): string;
30
- get length(): number;
31
- get graphemeLength(): number;
32
- clone(): RichText;
33
- copyInto(target: RichText): void;
34
- segments(): Generator<RichTextSegment, void, void>;
35
- insert(insertIndex: number, insertText: string): this;
36
- delete(removeStartIndex: number, removeEndIndex: number): this;
37
- detectFacets(agent: AtpAgent): Promise<void>;
38
- detectFacetsWithoutResolution(): void;
26
+ unicodeText: UnicodeString
27
+ facets?: Facet[]
28
+ constructor(props: RichTextProps, opts?: RichTextOpts)
29
+ get text(): string
30
+ get length(): number
31
+ get graphemeLength(): number
32
+ clone(): RichText
33
+ copyInto(target: RichText): void
34
+ segments(): Generator<RichTextSegment, void, void>
35
+ insert(insertIndex: number, insertText: string): this
36
+ delete(removeStartIndex: number, removeEndIndex: number): this
37
+ detectFacets(agent: AtpAgent): Promise<void>
38
+ detectFacetsWithoutResolution(): void
39
39
  }
@@ -1,4 +1,7 @@
1
- import { RichText } from './rich-text';
2
- export declare function sanitizeRichText(richText: RichText, opts: {
3
- cleanNewlines?: boolean;
4
- }): RichText;
1
+ import { RichText } from './rich-text'
2
+ export declare function sanitizeRichText(
3
+ richText: RichText,
4
+ opts: {
5
+ cleanNewlines?: boolean
6
+ },
7
+ ): RichText
@@ -1,11 +1,11 @@
1
1
  export declare class UnicodeString {
2
- utf16: string;
3
- utf8: Uint8Array;
4
- private _graphemeLen?;
5
- constructor(utf16: string);
6
- get length(): number;
7
- get graphemeLength(): number;
8
- slice(start?: number, end?: number): string;
9
- utf16IndexToUtf8Index(i: number): number;
10
- toString(): string;
2
+ utf16: string
3
+ utf8: Uint8Array
4
+ private _graphemeLen?
5
+ constructor(utf16: string)
6
+ get length(): number
7
+ get graphemeLength(): number
8
+ slice(start?: number, end?: number): string
9
+ utf16IndexToUtf8Index(i: number): number
10
+ toString(): string
11
11
  }
package/dist/types.d.ts CHANGED
@@ -1,34 +1,46 @@
1
- export declare type AtpSessionEvent = 'create' | 'create-failed' | 'update' | 'expired';
1
+ export declare type AtpSessionEvent =
2
+ | 'create'
3
+ | 'create-failed'
4
+ | 'update'
5
+ | 'expired'
2
6
  export interface AtpSessionData {
3
- refreshJwt: string;
4
- accessJwt: string;
5
- handle: string;
6
- did: string;
7
- email?: string;
7
+ refreshJwt: string
8
+ accessJwt: string
9
+ handle: string
10
+ did: string
11
+ email?: string
8
12
  }
9
- export declare type AtpPersistSessionHandler = (evt: AtpSessionEvent, session: AtpSessionData | undefined) => void | Promise<void>;
13
+ export declare type AtpPersistSessionHandler = (
14
+ evt: AtpSessionEvent,
15
+ session: AtpSessionData | undefined,
16
+ ) => void | Promise<void>
10
17
  export interface AtpAgentOpts {
11
- service: string | URL;
12
- persistSession?: AtpPersistSessionHandler;
18
+ service: string | URL
19
+ persistSession?: AtpPersistSessionHandler
13
20
  }
14
21
  export interface AtpAgentCreateAccountOpts {
15
- email: string;
16
- password: string;
17
- handle: string;
18
- inviteCode?: string;
22
+ email: string
23
+ password: string
24
+ handle: string
25
+ inviteCode?: string
19
26
  }
20
27
  export interface AtpAgentLoginOpts {
21
- identifier: string;
22
- password: string;
28
+ identifier: string
29
+ password: string
23
30
  }
24
- declare type AtpAgentFetchHeaders = Record<string, string>;
31
+ declare type AtpAgentFetchHeaders = Record<string, string>
25
32
  export interface AtpAgentFetchHandlerResponse {
26
- status: number;
27
- headers: Record<string, string>;
28
- body: any;
33
+ status: number
34
+ headers: Record<string, string>
35
+ body: any
29
36
  }
30
- export declare type AtpAgentFetchHandler = (httpUri: string, httpMethod: string, httpHeaders: AtpAgentFetchHeaders, httpReqBody: any) => Promise<AtpAgentFetchHandlerResponse>;
37
+ export declare type AtpAgentFetchHandler = (
38
+ httpUri: string,
39
+ httpMethod: string,
40
+ httpHeaders: AtpAgentFetchHeaders,
41
+ httpReqBody: any,
42
+ ) => Promise<AtpAgentFetchHandlerResponse>
31
43
  export interface AtpAgentGlobalOpts {
32
- fetch: AtpAgentFetchHandler;
44
+ fetch: AtpAgentFetchHandler
33
45
  }
34
- export {};
46
+ export {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atproto/api",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "main": "dist/index.js",
5
5
  "scripts": {
6
6
  "codegen": "yarn docgen && node ./scripts/generate-code.mjs && lex gen-api ./src/client ../../lexicons/com/atproto/*/* ../../lexicons/app/bsky/*/*",