@atproto/api 0.6.6 → 0.6.7
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.
- package/LICENSE +21 -0
- package/build.js +0 -8
- package/dist/agent.d.ts +44 -25
- package/dist/client/types/app/bsky/actor/defs.d.ts +74 -65
- package/dist/client/types/app/bsky/embed/external.d.ts +23 -23
- package/dist/client/types/app/bsky/embed/images.d.ts +20 -20
- package/dist/client/types/app/bsky/embed/recordWithMedia.d.ts +26 -20
- package/dist/client/types/app/bsky/feed/like.d.ts +7 -7
- package/dist/client/types/app/bsky/feed/repost.d.ts +7 -7
- package/dist/client/types/app/bsky/graph/block.d.ts +6 -6
- package/dist/client/types/app/bsky/graph/defs.d.ts +36 -36
- package/dist/client/types/app/bsky/graph/follow.d.ts +6 -6
- package/dist/client/types/app/bsky/graph/listitem.d.ts +7 -7
- package/dist/client/types/app/bsky/richtext/facet.d.ts +26 -22
- package/dist/client/types/com/atproto/label/subscribeLabels.d.ts +12 -12
- package/dist/client/types/com/atproto/moderation/defs.d.ts +16 -7
- package/dist/client/types/com/atproto/repo/strongRef.d.ts +6 -6
- package/dist/client/types/com/atproto/server/defs.d.ts +16 -16
- package/dist/client/types/com/atproto/sync/subscribeRepos.d.ts +46 -46
- package/dist/client/util.d.ts +5 -2
- package/dist/index.js +857 -1126
- package/dist/index.js.map +3 -3
- package/dist/rich-text/detection.d.ts +4 -4
- package/dist/rich-text/rich-text.d.ts +31 -31
- package/dist/rich-text/sanitization.d.ts +7 -4
- package/dist/rich-text/unicode.d.ts +9 -9
- package/dist/types.d.ts +34 -22
- package/package.json +22 -23
- package/tsconfig.build.tsbuildinfo +1 -1
- package/dist/client/types/app/bsky/actor/createScene.d.ts +0 -32
- package/dist/client/types/app/bsky/actor/ref.d.ts +0 -28
- package/dist/client/types/app/bsky/actor/search.d.ts +0 -22
- package/dist/client/types/app/bsky/actor/searchTypeahead.d.ts +0 -20
- package/dist/client/types/app/bsky/actor/updateProfile.d.ts +0 -40
- package/dist/client/types/app/bsky/feed/feedViewPost.d.ts +0 -28
- package/dist/client/types/app/bsky/feed/getSavedFeeds.d.ts +0 -21
- package/dist/client/types/app/bsky/feed/getVotes.d.ts +0 -36
- package/dist/client/types/app/bsky/feed/saveFeed.d.ts +0 -17
- package/dist/client/types/app/bsky/feed/setVote.d.ts +0 -25
- package/dist/client/types/app/bsky/feed/trend.d.ts +0 -9
- package/dist/client/types/app/bsky/feed/unsaveFeed.d.ts +0 -17
- package/dist/client/types/app/bsky/feed/vote.d.ts +0 -10
- package/dist/client/types/app/bsky/graph/assertCreator.d.ts +0 -1
- package/dist/client/types/app/bsky/graph/assertMember.d.ts +0 -1
- package/dist/client/types/app/bsky/graph/assertion.d.ts +0 -10
- package/dist/client/types/app/bsky/graph/confirmation.d.ts +0 -11
- package/dist/client/types/app/bsky/graph/getAssertions.d.ts +0 -48
- package/dist/client/types/app/bsky/graph/getListBlocks.d.ts +0 -21
- package/dist/client/types/app/bsky/graph/getMembers.d.ts +0 -36
- package/dist/client/types/app/bsky/graph/getMemberships.d.ts +0 -36
- package/dist/client/types/app/bsky/graph/listblock.d.ts +0 -8
- package/dist/client/types/app/bsky/graph/mute.d.ts +0 -17
- package/dist/client/types/app/bsky/graph/subscribeMuteList.d.ts +0 -17
- package/dist/client/types/app/bsky/graph/unmute.d.ts +0 -17
- package/dist/client/types/app/bsky/graph/unsubscribeMuteList.d.ts +0 -17
- package/dist/client/types/app/bsky/notification/getCount.d.ts +0 -17
- package/dist/client/types/app/bsky/notification/list.d.ts +0 -35
- package/dist/client/types/app/bsky/system/actorScene.d.ts +0 -1
- package/dist/client/types/app/bsky/system/actorUser.d.ts +0 -1
- package/dist/client/types/app/bsky/system/declRef.d.ts +0 -8
- package/dist/client/types/app/bsky/system/declaration.d.ts +0 -7
- package/dist/client/types/com/atproto/account/create.d.ts +0 -41
- package/dist/client/types/com/atproto/account/createInviteCode.d.ts +0 -22
- package/dist/client/types/com/atproto/account/delete.d.ts +0 -25
- package/dist/client/types/com/atproto/account/get.d.ts +0 -12
- package/dist/client/types/com/atproto/account/requestDelete.d.ts +0 -13
- package/dist/client/types/com/atproto/account/requestPasswordReset.d.ts +0 -17
- package/dist/client/types/com/atproto/account/resetPassword.d.ts +0 -24
- package/dist/client/types/com/atproto/admin/blob.d.ts +0 -37
- package/dist/client/types/com/atproto/admin/moderationAction.d.ts +0 -60
- package/dist/client/types/com/atproto/admin/moderationReport.d.ts +0 -37
- package/dist/client/types/com/atproto/admin/record.d.ts +0 -43
- package/dist/client/types/com/atproto/admin/repo.d.ts +0 -45
- package/dist/client/types/com/atproto/blob/upload.d.ts +0 -19
- package/dist/client/types/com/atproto/handle/resolve.d.ts +0 -18
- package/dist/client/types/com/atproto/handle/update.d.ts +0 -17
- package/dist/client/types/com/atproto/repo/batchWrite.d.ts +0 -46
- package/dist/client/types/com/atproto/repo/describe.d.ts +0 -22
- package/dist/client/types/com/atproto/repo/recordRef.d.ts +0 -8
- package/dist/client/types/com/atproto/repo/repoRef.d.ts +0 -7
- package/dist/client/types/com/atproto/report/create.d.ts +0 -39
- package/dist/client/types/com/atproto/report/reasonType.d.ts +0 -3
- package/dist/client/types/com/atproto/report/subject.d.ts +0 -23
- package/dist/client/types/com/atproto/server/getAccountsConfig.d.ts +0 -27
- package/dist/client/types/com/atproto/session/create.d.ts +0 -29
- package/dist/client/types/com/atproto/session/delete.d.ts +0 -13
- package/dist/client/types/com/atproto/session/get.d.ts +0 -18
- package/dist/client/types/com/atproto/session/refresh.d.ts +0 -24
- package/dist/client/types/com/atproto/sync/getRoot.d.ts +0 -18
- package/dist/client/types/com/atproto/sync/subscribeAllRepos.d.ts +0 -9
- package/dist/client/types/com/atproto/sync/updateRepo.d.ts +0 -15
- package/dist/helpers/bsky.d.ts +0 -20
- package/dist/mixins/bsky.d.ts +0 -23
- package/dist/rich-text/sanitize.d.ts +0 -4
- package/dist/session.d.ts +0 -42
- package/update-pkg.js +0 -14
|
@@ -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
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
text: string
|
|
10
|
+
facets?: Facet[]
|
|
11
|
+
entities?: Entity[]
|
|
12
12
|
}
|
|
13
13
|
export interface RichTextOpts {
|
|
14
|
-
|
|
14
|
+
cleanNewlines?: boolean
|
|
15
15
|
}
|
|
16
16
|
export declare class RichTextSegment {
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
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
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
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(
|
|
3
|
-
|
|
4
|
-
|
|
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
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
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 =
|
|
1
|
+
export declare type AtpSessionEvent =
|
|
2
|
+
| 'create'
|
|
3
|
+
| 'create-failed'
|
|
4
|
+
| 'update'
|
|
5
|
+
| 'expired'
|
|
2
6
|
export interface AtpSessionData {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
7
|
+
refreshJwt: string
|
|
8
|
+
accessJwt: string
|
|
9
|
+
handle: string
|
|
10
|
+
did: string
|
|
11
|
+
email?: string
|
|
8
12
|
}
|
|
9
|
-
export declare type AtpPersistSessionHandler = (
|
|
13
|
+
export declare type AtpPersistSessionHandler = (
|
|
14
|
+
evt: AtpSessionEvent,
|
|
15
|
+
session: AtpSessionData | undefined,
|
|
16
|
+
) => void | Promise<void>
|
|
10
17
|
export interface AtpAgentOpts {
|
|
11
|
-
|
|
12
|
-
|
|
18
|
+
service: string | URL
|
|
19
|
+
persistSession?: AtpPersistSessionHandler
|
|
13
20
|
}
|
|
14
21
|
export interface AtpAgentCreateAccountOpts {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
22
|
+
email: string
|
|
23
|
+
password: string
|
|
24
|
+
handle: string
|
|
25
|
+
inviteCode?: string
|
|
19
26
|
}
|
|
20
27
|
export interface AtpAgentLoginOpts {
|
|
21
|
-
|
|
22
|
-
|
|
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
|
-
|
|
27
|
-
|
|
28
|
-
|
|
33
|
+
status: number
|
|
34
|
+
headers: Record<string, string>
|
|
35
|
+
body: any
|
|
29
36
|
}
|
|
30
|
-
export declare type AtpAgentFetchHandler = (
|
|
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
|
-
|
|
44
|
+
fetch: AtpAgentFetchHandler
|
|
33
45
|
}
|
|
34
|
-
export {}
|
|
46
|
+
export {}
|
package/package.json
CHANGED
|
@@ -1,20 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atproto/api",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.7",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
|
-
"scripts": {
|
|
6
|
-
"codegen": "yarn docgen && node ./scripts/generate-code.mjs && lex gen-api ./src/client ../../lexicons/com/atproto/*/* ../../lexicons/app/bsky/*/*",
|
|
7
|
-
"docgen": "node ./scripts/generate-docs.mjs",
|
|
8
|
-
"build": "node ./build.js",
|
|
9
|
-
"postbuild": "tsc --build tsconfig.build.json",
|
|
10
|
-
"update-main-to-dist": "node ./update-pkg.js --update-main-to-dist",
|
|
11
|
-
"update-main-to-src": "node ./update-pkg.js --update-main-to-src",
|
|
12
|
-
"prepublish": "npm run update-main-to-dist",
|
|
13
|
-
"postpublish": "npm run update-main-to-src",
|
|
14
|
-
"test": "jest",
|
|
15
|
-
"bench": "jest --config jest.bench.config.js",
|
|
16
|
-
"bench:profile": "node --inspect-brk ../../node_modules/.bin/jest --config jest.bench.config.js"
|
|
17
|
-
},
|
|
18
5
|
"license": "MIT",
|
|
19
6
|
"repository": {
|
|
20
7
|
"type": "git",
|
|
@@ -22,15 +9,27 @@
|
|
|
22
9
|
"directory": "packages/api"
|
|
23
10
|
},
|
|
24
11
|
"dependencies": {
|
|
25
|
-
"
|
|
26
|
-
"@atproto/uri": "*",
|
|
27
|
-
"@atproto/xrpc": "*",
|
|
12
|
+
"multiformats": "^9.9.0",
|
|
28
13
|
"tlds": "^1.234.0",
|
|
29
|
-
"typed-emitter": "^2.1.0"
|
|
14
|
+
"typed-emitter": "^2.1.0",
|
|
15
|
+
"@atproto/common-web": "^0.2.0",
|
|
16
|
+
"@atproto/lexicon": "^0.2.0",
|
|
17
|
+
"@atproto/uri": "^0.1.0",
|
|
18
|
+
"@atproto/xrpc": "^0.2.0"
|
|
30
19
|
},
|
|
31
20
|
"devDependencies": {
|
|
32
|
-
"
|
|
33
|
-
"@atproto/
|
|
34
|
-
"
|
|
35
|
-
}
|
|
36
|
-
|
|
21
|
+
"common-tags": "^1.8.2",
|
|
22
|
+
"@atproto/lex-cli": "^0.2.0",
|
|
23
|
+
"@atproto/pds": "^0.1.12"
|
|
24
|
+
},
|
|
25
|
+
"scripts": {
|
|
26
|
+
"codegen": "pnpm docgen && node ./scripts/generate-code.mjs && lex gen-api ./src/client ../../lexicons/com/atproto/*/* ../../lexicons/app/bsky/*/*",
|
|
27
|
+
"docgen": "node ./scripts/generate-docs.mjs",
|
|
28
|
+
"build": "node ./build.js",
|
|
29
|
+
"postbuild": "tsc --build tsconfig.build.json",
|
|
30
|
+
"test": "jest",
|
|
31
|
+
"bench": "jest --config jest.bench.config.js",
|
|
32
|
+
"bench:profile": "node --inspect-brk ../../node_modules/.bin/jest --config jest.bench.config.js"
|
|
33
|
+
},
|
|
34
|
+
"types": "dist/index.d.ts"
|
|
35
|
+
}
|