@atproto/lex-client 0.0.0 → 0.0.2

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/CHANGELOG.md ADDED
@@ -0,0 +1,19 @@
1
+ # @atproto/lex-client
2
+
3
+ ## 0.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`23c271f`](https://github.com/bluesky-social/atproto/commit/23c271fcac27f090727e2f835697d4733784bdb4)]:
8
+ - @atproto/lex-schema@0.0.2
9
+
10
+ ## 0.0.1
11
+
12
+ ### Patch Changes
13
+
14
+ - [#4371](https://github.com/bluesky-social/atproto/pull/4371) [`46550d6`](https://github.com/bluesky-social/atproto/commit/46550d6c1ffb298f57d54eb1904067b2df5a40af) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Release
15
+
16
+ - Updated dependencies [[`46550d6`](https://github.com/bluesky-social/atproto/commit/46550d6c1ffb298f57d54eb1904067b2df5a40af)]:
17
+ - @atproto/lex-data@0.0.1
18
+ - @atproto/lex-json@0.0.1
19
+ - @atproto/lex-schema@0.0.1
package/LICENSE.txt ADDED
@@ -0,0 +1,7 @@
1
+ Dual MIT/Apache-2.0 License
2
+
3
+ Copyright (c) 2022-2025 Bluesky Social PBC, and Contributors
4
+
5
+ Except as otherwise noted in individual files, this software is licensed under the MIT license (<http://opensource.org/licenses/MIT>), or the Apache License, Version 2.0 (<http://www.apache.org/licenses/LICENSE-2.0>).
6
+
7
+ Downstream projects and end users may chose either license individually, or both together, at their discretion. The motivation for this dual-licensing is the additional software patent assurance provided by Apache 2.0.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atproto/lex-client",
3
- "version": "0.0.0",
3
+ "version": "0.0.2",
4
4
  "license": "MIT",
5
5
  "description": "HTTP client for interacting with Lexicon based APIs",
6
6
  "keywords": [
@@ -16,20 +16,15 @@
16
16
  "directory": "packages/lex/lex-client"
17
17
  },
18
18
  "dependencies": {
19
- "@atproto/lex-data": "workspace:*",
20
- "@atproto/lex-json": "workspace:*",
21
- "@atproto/lex-schema": "workspace:*",
22
- "tslib": "^2.8.1"
19
+ "tslib": "^2.8.1",
20
+ "@atproto/lex-data": "0.0.1",
21
+ "@atproto/lex-json": "0.0.1",
22
+ "@atproto/lex-schema": "0.0.2"
23
23
  },
24
24
  "devDependencies": {
25
- "@atproto/lex-cbor": "workspace:*",
26
- "@atproto/lex-builder": "workspace:*",
27
- "jest": "^28.1.2"
28
- },
29
- "scripts": {
30
- "prebuild": "node ./scripts/lex-build.mjs",
31
- "build": "tsc --build tsconfig.build.json",
32
- "test": "jest"
25
+ "jest": "^28.1.2",
26
+ "@atproto/lex-cbor": "0.0.1",
27
+ "@atproto/lex-builder": "0.0.4"
33
28
  },
34
29
  "sideEffects": false,
35
30
  "type": "commonjs",
@@ -42,5 +37,10 @@
42
37
  "require": "./dist/index.js",
43
38
  "types": "./dist/index.d.ts"
44
39
  }
40
+ },
41
+ "scripts": {
42
+ "prebuild": "node ./scripts/lex-build.mjs",
43
+ "build": "tsc --build tsconfig.build.json",
44
+ "test": "jest"
45
45
  }
46
- }
46
+ }
@@ -1 +1 @@
1
- {"root":["./src/agent.ts","./src/client.ts","./src/error.ts","./src/index.ts","./src/response.ts","./src/types.ts","./src/xrpc.ts","./src/lexicons/com.ts","./src/lexicons/com/atproto.ts","./src/lexicons/com/atproto/repo.ts","./src/lexicons/com/atproto/repo/createrecord.defs.ts","./src/lexicons/com/atproto/repo/createrecord.ts","./src/lexicons/com/atproto/repo/defs.defs.ts","./src/lexicons/com/atproto/repo/defs.ts","./src/lexicons/com/atproto/repo/deleterecord.defs.ts","./src/lexicons/com/atproto/repo/deleterecord.ts","./src/lexicons/com/atproto/repo/getrecord.defs.ts","./src/lexicons/com/atproto/repo/getrecord.ts","./src/lexicons/com/atproto/repo/listrecords.defs.ts","./src/lexicons/com/atproto/repo/listrecords.ts","./src/lexicons/com/atproto/repo/putrecord.defs.ts","./src/lexicons/com/atproto/repo/putrecord.ts","./src/lexicons/com/atproto/repo/uploadblob.defs.ts","./src/lexicons/com/atproto/repo/uploadblob.ts"],"version":"5.8.3"}
1
+ {"root":["./src/agent.ts","./src/client.ts","./src/error.ts","./src/index.ts","./src/response.ts","./src/types.ts","./src/xrpc.ts","./src/lexicons/com.ts","./src/lexicons/com/atproto.ts","./src/lexicons/com/atproto/repo.ts","./src/lexicons/com/atproto/repo/createRecord.defs.ts","./src/lexicons/com/atproto/repo/createRecord.ts","./src/lexicons/com/atproto/repo/defs.defs.ts","./src/lexicons/com/atproto/repo/defs.ts","./src/lexicons/com/atproto/repo/deleteRecord.defs.ts","./src/lexicons/com/atproto/repo/deleteRecord.ts","./src/lexicons/com/atproto/repo/getRecord.defs.ts","./src/lexicons/com/atproto/repo/getRecord.ts","./src/lexicons/com/atproto/repo/listRecords.defs.ts","./src/lexicons/com/atproto/repo/listRecords.ts","./src/lexicons/com/atproto/repo/putRecord.defs.ts","./src/lexicons/com/atproto/repo/putRecord.ts","./src/lexicons/com/atproto/repo/uploadBlob.defs.ts","./src/lexicons/com/atproto/repo/uploadBlob.ts"],"version":"5.8.3"}
@@ -0,0 +1 @@
1
+ {"root":["./tests/client.test.ts","./tests/lexicons/app.ts","./tests/lexicons/com.ts","./tests/lexicons/app/bsky.ts","./tests/lexicons/app/bsky/actor.ts","./tests/lexicons/app/bsky/ageassurance.ts","./tests/lexicons/app/bsky/bookmark.ts","./tests/lexicons/app/bsky/embed.ts","./tests/lexicons/app/bsky/feed.ts","./tests/lexicons/app/bsky/graph.ts","./tests/lexicons/app/bsky/labeler.ts","./tests/lexicons/app/bsky/notification.ts","./tests/lexicons/app/bsky/richtext.ts","./tests/lexicons/app/bsky/unspecced.ts","./tests/lexicons/app/bsky/video.ts","./tests/lexicons/app/bsky/actor/defs.defs.ts","./tests/lexicons/app/bsky/actor/defs.ts","./tests/lexicons/app/bsky/actor/getPreferences.defs.ts","./tests/lexicons/app/bsky/actor/getPreferences.ts","./tests/lexicons/app/bsky/actor/getProfile.defs.ts","./tests/lexicons/app/bsky/actor/getProfile.ts","./tests/lexicons/app/bsky/actor/getProfiles.defs.ts","./tests/lexicons/app/bsky/actor/getProfiles.ts","./tests/lexicons/app/bsky/actor/getSuggestions.defs.ts","./tests/lexicons/app/bsky/actor/getSuggestions.ts","./tests/lexicons/app/bsky/actor/profile.defs.ts","./tests/lexicons/app/bsky/actor/profile.ts","./tests/lexicons/app/bsky/actor/putPreferences.defs.ts","./tests/lexicons/app/bsky/actor/putPreferences.ts","./tests/lexicons/app/bsky/actor/searchActors.defs.ts","./tests/lexicons/app/bsky/actor/searchActors.ts","./tests/lexicons/app/bsky/actor/searchActorsTypeahead.defs.ts","./tests/lexicons/app/bsky/actor/searchActorsTypeahead.ts","./tests/lexicons/app/bsky/actor/status.defs.ts","./tests/lexicons/app/bsky/actor/status.ts","./tests/lexicons/app/bsky/ageassurance/begin.defs.ts","./tests/lexicons/app/bsky/ageassurance/begin.ts","./tests/lexicons/app/bsky/ageassurance/defs.defs.ts","./tests/lexicons/app/bsky/ageassurance/defs.ts","./tests/lexicons/app/bsky/ageassurance/getConfig.defs.ts","./tests/lexicons/app/bsky/ageassurance/getConfig.ts","./tests/lexicons/app/bsky/ageassurance/getState.defs.ts","./tests/lexicons/app/bsky/ageassurance/getState.ts","./tests/lexicons/app/bsky/bookmark/createBookmark.defs.ts","./tests/lexicons/app/bsky/bookmark/createBookmark.ts","./tests/lexicons/app/bsky/bookmark/defs.defs.ts","./tests/lexicons/app/bsky/bookmark/defs.ts","./tests/lexicons/app/bsky/bookmark/deleteBookmark.defs.ts","./tests/lexicons/app/bsky/bookmark/deleteBookmark.ts","./tests/lexicons/app/bsky/bookmark/getBookmarks.defs.ts","./tests/lexicons/app/bsky/bookmark/getBookmarks.ts","./tests/lexicons/app/bsky/embed/defs.defs.ts","./tests/lexicons/app/bsky/embed/defs.ts","./tests/lexicons/app/bsky/embed/external.defs.ts","./tests/lexicons/app/bsky/embed/external.ts","./tests/lexicons/app/bsky/embed/images.defs.ts","./tests/lexicons/app/bsky/embed/images.ts","./tests/lexicons/app/bsky/embed/record.defs.ts","./tests/lexicons/app/bsky/embed/record.ts","./tests/lexicons/app/bsky/embed/recordWithMedia.defs.ts","./tests/lexicons/app/bsky/embed/recordWithMedia.ts","./tests/lexicons/app/bsky/embed/video.defs.ts","./tests/lexicons/app/bsky/embed/video.ts","./tests/lexicons/app/bsky/feed/defs.defs.ts","./tests/lexicons/app/bsky/feed/defs.ts","./tests/lexicons/app/bsky/feed/describeFeedGenerator.defs.ts","./tests/lexicons/app/bsky/feed/describeFeedGenerator.ts","./tests/lexicons/app/bsky/feed/generator.defs.ts","./tests/lexicons/app/bsky/feed/generator.ts","./tests/lexicons/app/bsky/feed/getActorFeeds.defs.ts","./tests/lexicons/app/bsky/feed/getActorFeeds.ts","./tests/lexicons/app/bsky/feed/getActorLikes.defs.ts","./tests/lexicons/app/bsky/feed/getActorLikes.ts","./tests/lexicons/app/bsky/feed/getAuthorFeed.defs.ts","./tests/lexicons/app/bsky/feed/getAuthorFeed.ts","./tests/lexicons/app/bsky/feed/getFeed.defs.ts","./tests/lexicons/app/bsky/feed/getFeed.ts","./tests/lexicons/app/bsky/feed/getFeedGenerator.defs.ts","./tests/lexicons/app/bsky/feed/getFeedGenerator.ts","./tests/lexicons/app/bsky/feed/getFeedGenerators.defs.ts","./tests/lexicons/app/bsky/feed/getFeedGenerators.ts","./tests/lexicons/app/bsky/feed/getFeedSkeleton.defs.ts","./tests/lexicons/app/bsky/feed/getFeedSkeleton.ts","./tests/lexicons/app/bsky/feed/getLikes.defs.ts","./tests/lexicons/app/bsky/feed/getLikes.ts","./tests/lexicons/app/bsky/feed/getListFeed.defs.ts","./tests/lexicons/app/bsky/feed/getListFeed.ts","./tests/lexicons/app/bsky/feed/getPostThread.defs.ts","./tests/lexicons/app/bsky/feed/getPostThread.ts","./tests/lexicons/app/bsky/feed/getPosts.defs.ts","./tests/lexicons/app/bsky/feed/getPosts.ts","./tests/lexicons/app/bsky/feed/getQuotes.defs.ts","./tests/lexicons/app/bsky/feed/getQuotes.ts","./tests/lexicons/app/bsky/feed/getRepostedBy.defs.ts","./tests/lexicons/app/bsky/feed/getRepostedBy.ts","./tests/lexicons/app/bsky/feed/getSuggestedFeeds.defs.ts","./tests/lexicons/app/bsky/feed/getSuggestedFeeds.ts","./tests/lexicons/app/bsky/feed/getTimeline.defs.ts","./tests/lexicons/app/bsky/feed/getTimeline.ts","./tests/lexicons/app/bsky/feed/like.defs.ts","./tests/lexicons/app/bsky/feed/like.ts","./tests/lexicons/app/bsky/feed/post.defs.ts","./tests/lexicons/app/bsky/feed/post.ts","./tests/lexicons/app/bsky/feed/postgate.defs.ts","./tests/lexicons/app/bsky/feed/postgate.ts","./tests/lexicons/app/bsky/feed/repost.defs.ts","./tests/lexicons/app/bsky/feed/repost.ts","./tests/lexicons/app/bsky/feed/searchPosts.defs.ts","./tests/lexicons/app/bsky/feed/searchPosts.ts","./tests/lexicons/app/bsky/feed/sendInteractions.defs.ts","./tests/lexicons/app/bsky/feed/sendInteractions.ts","./tests/lexicons/app/bsky/feed/threadgate.defs.ts","./tests/lexicons/app/bsky/feed/threadgate.ts","./tests/lexicons/app/bsky/graph/block.defs.ts","./tests/lexicons/app/bsky/graph/block.ts","./tests/lexicons/app/bsky/graph/defs.defs.ts","./tests/lexicons/app/bsky/graph/defs.ts","./tests/lexicons/app/bsky/graph/follow.defs.ts","./tests/lexicons/app/bsky/graph/follow.ts","./tests/lexicons/app/bsky/graph/getActorStarterPacks.defs.ts","./tests/lexicons/app/bsky/graph/getActorStarterPacks.ts","./tests/lexicons/app/bsky/graph/getBlocks.defs.ts","./tests/lexicons/app/bsky/graph/getBlocks.ts","./tests/lexicons/app/bsky/graph/getFollowers.defs.ts","./tests/lexicons/app/bsky/graph/getFollowers.ts","./tests/lexicons/app/bsky/graph/getFollows.defs.ts","./tests/lexicons/app/bsky/graph/getFollows.ts","./tests/lexicons/app/bsky/graph/getKnownFollowers.defs.ts","./tests/lexicons/app/bsky/graph/getKnownFollowers.ts","./tests/lexicons/app/bsky/graph/getList.defs.ts","./tests/lexicons/app/bsky/graph/getList.ts","./tests/lexicons/app/bsky/graph/getListBlocks.defs.ts","./tests/lexicons/app/bsky/graph/getListBlocks.ts","./tests/lexicons/app/bsky/graph/getListMutes.defs.ts","./tests/lexicons/app/bsky/graph/getListMutes.ts","./tests/lexicons/app/bsky/graph/getLists.defs.ts","./tests/lexicons/app/bsky/graph/getLists.ts","./tests/lexicons/app/bsky/graph/getListsWithMembership.defs.ts","./tests/lexicons/app/bsky/graph/getListsWithMembership.ts","./tests/lexicons/app/bsky/graph/getMutes.defs.ts","./tests/lexicons/app/bsky/graph/getMutes.ts","./tests/lexicons/app/bsky/graph/getRelationships.defs.ts","./tests/lexicons/app/bsky/graph/getRelationships.ts","./tests/lexicons/app/bsky/graph/getStarterPack.defs.ts","./tests/lexicons/app/bsky/graph/getStarterPack.ts","./tests/lexicons/app/bsky/graph/getStarterPacks.defs.ts","./tests/lexicons/app/bsky/graph/getStarterPacks.ts","./tests/lexicons/app/bsky/graph/getStarterPacksWithMembership.defs.ts","./tests/lexicons/app/bsky/graph/getStarterPacksWithMembership.ts","./tests/lexicons/app/bsky/graph/getSuggestedFollowsByActor.defs.ts","./tests/lexicons/app/bsky/graph/getSuggestedFollowsByActor.ts","./tests/lexicons/app/bsky/graph/list.defs.ts","./tests/lexicons/app/bsky/graph/list.ts","./tests/lexicons/app/bsky/graph/listblock.defs.ts","./tests/lexicons/app/bsky/graph/listblock.ts","./tests/lexicons/app/bsky/graph/listitem.defs.ts","./tests/lexicons/app/bsky/graph/listitem.ts","./tests/lexicons/app/bsky/graph/muteActor.defs.ts","./tests/lexicons/app/bsky/graph/muteActor.ts","./tests/lexicons/app/bsky/graph/muteActorList.defs.ts","./tests/lexicons/app/bsky/graph/muteActorList.ts","./tests/lexicons/app/bsky/graph/muteThread.defs.ts","./tests/lexicons/app/bsky/graph/muteThread.ts","./tests/lexicons/app/bsky/graph/searchStarterPacks.defs.ts","./tests/lexicons/app/bsky/graph/searchStarterPacks.ts","./tests/lexicons/app/bsky/graph/starterpack.defs.ts","./tests/lexicons/app/bsky/graph/starterpack.ts","./tests/lexicons/app/bsky/graph/unmuteActor.defs.ts","./tests/lexicons/app/bsky/graph/unmuteActor.ts","./tests/lexicons/app/bsky/graph/unmuteActorList.defs.ts","./tests/lexicons/app/bsky/graph/unmuteActorList.ts","./tests/lexicons/app/bsky/graph/unmuteThread.defs.ts","./tests/lexicons/app/bsky/graph/unmuteThread.ts","./tests/lexicons/app/bsky/graph/verification.defs.ts","./tests/lexicons/app/bsky/graph/verification.ts","./tests/lexicons/app/bsky/labeler/defs.defs.ts","./tests/lexicons/app/bsky/labeler/defs.ts","./tests/lexicons/app/bsky/labeler/getServices.defs.ts","./tests/lexicons/app/bsky/labeler/getServices.ts","./tests/lexicons/app/bsky/labeler/service.defs.ts","./tests/lexicons/app/bsky/labeler/service.ts","./tests/lexicons/app/bsky/notification/declaration.defs.ts","./tests/lexicons/app/bsky/notification/declaration.ts","./tests/lexicons/app/bsky/notification/defs.defs.ts","./tests/lexicons/app/bsky/notification/defs.ts","./tests/lexicons/app/bsky/notification/getPreferences.defs.ts","./tests/lexicons/app/bsky/notification/getPreferences.ts","./tests/lexicons/app/bsky/notification/getUnreadCount.defs.ts","./tests/lexicons/app/bsky/notification/getUnreadCount.ts","./tests/lexicons/app/bsky/notification/listActivitySubscriptions.defs.ts","./tests/lexicons/app/bsky/notification/listActivitySubscriptions.ts","./tests/lexicons/app/bsky/notification/listNotifications.defs.ts","./tests/lexicons/app/bsky/notification/listNotifications.ts","./tests/lexicons/app/bsky/notification/putActivitySubscription.defs.ts","./tests/lexicons/app/bsky/notification/putActivitySubscription.ts","./tests/lexicons/app/bsky/notification/putPreferences.defs.ts","./tests/lexicons/app/bsky/notification/putPreferences.ts","./tests/lexicons/app/bsky/notification/putPreferencesV2.defs.ts","./tests/lexicons/app/bsky/notification/putPreferencesV2.ts","./tests/lexicons/app/bsky/notification/registerPush.defs.ts","./tests/lexicons/app/bsky/notification/registerPush.ts","./tests/lexicons/app/bsky/notification/unregisterPush.defs.ts","./tests/lexicons/app/bsky/notification/unregisterPush.ts","./tests/lexicons/app/bsky/notification/updateSeen.defs.ts","./tests/lexicons/app/bsky/notification/updateSeen.ts","./tests/lexicons/app/bsky/richtext/facet.defs.ts","./tests/lexicons/app/bsky/richtext/facet.ts","./tests/lexicons/app/bsky/unspecced/defs.defs.ts","./tests/lexicons/app/bsky/unspecced/defs.ts","./tests/lexicons/app/bsky/unspecced/getAgeAssuranceState.defs.ts","./tests/lexicons/app/bsky/unspecced/getAgeAssuranceState.ts","./tests/lexicons/app/bsky/unspecced/getConfig.defs.ts","./tests/lexicons/app/bsky/unspecced/getConfig.ts","./tests/lexicons/app/bsky/unspecced/getOnboardingSuggestedStarterPacks.defs.ts","./tests/lexicons/app/bsky/unspecced/getOnboardingSuggestedStarterPacks.ts","./tests/lexicons/app/bsky/unspecced/getOnboardingSuggestedStarterPacksSkeleton.defs.ts","./tests/lexicons/app/bsky/unspecced/getOnboardingSuggestedStarterPacksSkeleton.ts","./tests/lexicons/app/bsky/unspecced/getPopularFeedGenerators.defs.ts","./tests/lexicons/app/bsky/unspecced/getPopularFeedGenerators.ts","./tests/lexicons/app/bsky/unspecced/getPostThreadOtherV2.defs.ts","./tests/lexicons/app/bsky/unspecced/getPostThreadOtherV2.ts","./tests/lexicons/app/bsky/unspecced/getPostThreadV2.defs.ts","./tests/lexicons/app/bsky/unspecced/getPostThreadV2.ts","./tests/lexicons/app/bsky/unspecced/getSuggestedFeeds.defs.ts","./tests/lexicons/app/bsky/unspecced/getSuggestedFeeds.ts","./tests/lexicons/app/bsky/unspecced/getSuggestedFeedsSkeleton.defs.ts","./tests/lexicons/app/bsky/unspecced/getSuggestedFeedsSkeleton.ts","./tests/lexicons/app/bsky/unspecced/getSuggestedStarterPacks.defs.ts","./tests/lexicons/app/bsky/unspecced/getSuggestedStarterPacks.ts","./tests/lexicons/app/bsky/unspecced/getSuggestedStarterPacksSkeleton.defs.ts","./tests/lexicons/app/bsky/unspecced/getSuggestedStarterPacksSkeleton.ts","./tests/lexicons/app/bsky/unspecced/getSuggestedUsers.defs.ts","./tests/lexicons/app/bsky/unspecced/getSuggestedUsers.ts","./tests/lexicons/app/bsky/unspecced/getSuggestedUsersSkeleton.defs.ts","./tests/lexicons/app/bsky/unspecced/getSuggestedUsersSkeleton.ts","./tests/lexicons/app/bsky/unspecced/getSuggestionsSkeleton.defs.ts","./tests/lexicons/app/bsky/unspecced/getSuggestionsSkeleton.ts","./tests/lexicons/app/bsky/unspecced/getTaggedSuggestions.defs.ts","./tests/lexicons/app/bsky/unspecced/getTaggedSuggestions.ts","./tests/lexicons/app/bsky/unspecced/getTrendingTopics.defs.ts","./tests/lexicons/app/bsky/unspecced/getTrendingTopics.ts","./tests/lexicons/app/bsky/unspecced/getTrends.defs.ts","./tests/lexicons/app/bsky/unspecced/getTrends.ts","./tests/lexicons/app/bsky/unspecced/getTrendsSkeleton.defs.ts","./tests/lexicons/app/bsky/unspecced/getTrendsSkeleton.ts","./tests/lexicons/app/bsky/unspecced/initAgeAssurance.defs.ts","./tests/lexicons/app/bsky/unspecced/initAgeAssurance.ts","./tests/lexicons/app/bsky/unspecced/searchActorsSkeleton.defs.ts","./tests/lexicons/app/bsky/unspecced/searchActorsSkeleton.ts","./tests/lexicons/app/bsky/unspecced/searchPostsSkeleton.defs.ts","./tests/lexicons/app/bsky/unspecced/searchPostsSkeleton.ts","./tests/lexicons/app/bsky/unspecced/searchStarterPacksSkeleton.defs.ts","./tests/lexicons/app/bsky/unspecced/searchStarterPacksSkeleton.ts","./tests/lexicons/app/bsky/video/defs.defs.ts","./tests/lexicons/app/bsky/video/defs.ts","./tests/lexicons/app/bsky/video/getJobStatus.defs.ts","./tests/lexicons/app/bsky/video/getJobStatus.ts","./tests/lexicons/app/bsky/video/getUploadLimits.defs.ts","./tests/lexicons/app/bsky/video/getUploadLimits.ts","./tests/lexicons/app/bsky/video/uploadVideo.defs.ts","./tests/lexicons/app/bsky/video/uploadVideo.ts","./tests/lexicons/com/atproto.ts","./tests/lexicons/com/atproto/label.ts","./tests/lexicons/com/atproto/moderation.ts","./tests/lexicons/com/atproto/repo.ts","./tests/lexicons/com/atproto/label/defs.defs.ts","./tests/lexicons/com/atproto/label/defs.ts","./tests/lexicons/com/atproto/moderation/defs.defs.ts","./tests/lexicons/com/atproto/moderation/defs.ts","./tests/lexicons/com/atproto/repo/createRecord.defs.ts","./tests/lexicons/com/atproto/repo/createRecord.ts","./tests/lexicons/com/atproto/repo/defs.defs.ts","./tests/lexicons/com/atproto/repo/defs.ts","./tests/lexicons/com/atproto/repo/getRecord.defs.ts","./tests/lexicons/com/atproto/repo/getRecord.ts","./tests/lexicons/com/atproto/repo/strongRef.defs.ts","./tests/lexicons/com/atproto/repo/strongRef.ts"],"version":"5.8.3"}