@atproto/api 0.16.1 → 0.16.3

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 (31) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/dist/client/index.d.ts +436 -430
  3. package/dist/client/index.d.ts.map +1 -1
  4. package/dist/client/index.js +1376 -1368
  5. package/dist/client/index.js.map +1 -1
  6. package/dist/client/lexicons.d.ts +18001 -17705
  7. package/dist/client/lexicons.d.ts.map +1 -1
  8. package/dist/client/lexicons.js +9248 -9098
  9. package/dist/client/lexicons.js.map +1 -1
  10. package/dist/client/types/app/bsky/graph/getLists.d.ts +2 -0
  11. package/dist/client/types/app/bsky/graph/getLists.d.ts.map +1 -1
  12. package/dist/client/types/app/bsky/graph/getLists.js.map +1 -1
  13. package/dist/client/types/app/bsky/graph/getListsWithMembership.d.ts +38 -0
  14. package/dist/client/types/app/bsky/graph/getListsWithMembership.d.ts.map +1 -0
  15. package/dist/client/types/app/bsky/graph/getListsWithMembership.js +20 -0
  16. package/dist/client/types/app/bsky/graph/getListsWithMembership.js.map +1 -0
  17. package/dist/client/types/app/bsky/graph/getStarterPacksWithMembership.d.ts +36 -0
  18. package/dist/client/types/app/bsky/graph/getStarterPacksWithMembership.d.ts.map +1 -0
  19. package/dist/client/types/app/bsky/graph/getStarterPacksWithMembership.js +20 -0
  20. package/dist/client/types/app/bsky/graph/getStarterPacksWithMembership.js.map +1 -0
  21. package/dist/client/types/tools/ozone/moderation/queryEvents.d.ts +2 -0
  22. package/dist/client/types/tools/ozone/moderation/queryEvents.d.ts.map +1 -1
  23. package/dist/client/types/tools/ozone/moderation/queryEvents.js.map +1 -1
  24. package/package.json +4 -4
  25. package/src/client/index.ts +2568 -2540
  26. package/src/client/lexicons.ts +9483 -9325
  27. package/src/client/types/app/bsky/graph/getLists.ts +2 -0
  28. package/src/client/types/app/bsky/graph/getListsWithMembership.ts +64 -0
  29. package/src/client/types/app/bsky/graph/getStarterPacksWithMembership.ts +66 -0
  30. package/src/client/types/tools/ozone/moderation/queryEvents.ts +2 -0
  31. package/tsconfig.build.tsbuildinfo +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @atproto/api
2
2
 
3
+ ## 0.16.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#4109](https://github.com/bluesky-social/atproto/pull/4109) [`3156ddf61`](https://github.com/bluesky-social/atproto/commit/3156ddf61519fede9ed148478f082184a1e3242e) Thanks [@foysalit](https://github.com/foysalit)! - Add batchId filter to tools.ozone.moderation.queryEvents endpoint
8
+
9
+ - Updated dependencies [[`331a356ce`](https://github.com/bluesky-social/atproto/commit/331a356ce27ff1d0b24747b0c16f3b54b07a0a12)]:
10
+ - @atproto/lexicon@0.4.13
11
+ - @atproto/xrpc@0.7.2
12
+
13
+ ## 0.16.2
14
+
15
+ ### Patch Changes
16
+
17
+ - [#4081](https://github.com/bluesky-social/atproto/pull/4081) [`c370d933b`](https://github.com/bluesky-social/atproto/commit/c370d933b76b4e15b83a82b40d1b6a32bd54add6) Thanks [@rafaelbsky](https://github.com/rafaelbsky)! - Adds `purpose` filtering to `app.bsky.graph.getLists`.
18
+ Adds `app.bsky.graph.getListsWithMembership`.
19
+ Adds `app.bsky.graph.getStarterPacksWithMembership`.
20
+
3
21
  ## 0.16.1
4
22
 
5
23
  ### Patch Changes