@atproto/api 0.19.17 → 0.19.19

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 (35) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/dist/client/lexicons.d.ts +1057 -113
  3. package/dist/client/lexicons.d.ts.map +1 -1
  4. package/dist/client/lexicons.js +594 -7
  5. package/dist/client/lexicons.js.map +1 -1
  6. package/dist/client/types/app/bsky/embed/external.d.ts +2 -1
  7. package/dist/client/types/app/bsky/embed/external.d.ts.map +1 -1
  8. package/dist/client/types/app/bsky/embed/external.js.map +1 -1
  9. package/dist/client/types/chat/bsky/convo/defs.d.ts +8 -1
  10. package/dist/client/types/chat/bsky/convo/defs.d.ts.map +1 -1
  11. package/dist/client/types/chat/bsky/convo/defs.js +9 -0
  12. package/dist/client/types/chat/bsky/convo/defs.js.map +1 -1
  13. package/dist/client/types/chat/bsky/group/addMembers.d.ts +1 -1
  14. package/dist/client/types/chat/bsky/group/addMembers.d.ts.map +1 -1
  15. package/dist/client/types/chat/bsky/group/addMembers.js +5 -5
  16. package/dist/client/types/chat/bsky/group/addMembers.js.map +1 -1
  17. package/dist/client/types/chat/bsky/group/createGroup.d.ts +1 -1
  18. package/dist/client/types/chat/bsky/group/createGroup.d.ts.map +1 -1
  19. package/dist/client/types/chat/bsky/group/createGroup.js +5 -5
  20. package/dist/client/types/chat/bsky/group/createGroup.js.map +1 -1
  21. package/dist/client/types/chat/bsky/moderation/getMessageContext.d.ts +5 -1
  22. package/dist/client/types/chat/bsky/moderation/getMessageContext.d.ts.map +1 -1
  23. package/dist/client/types/chat/bsky/moderation/getMessageContext.js.map +1 -1
  24. package/dist/client/types/chat/bsky/moderation/subscribeModEvents.d.ts +206 -0
  25. package/dist/client/types/chat/bsky/moderation/subscribeModEvents.d.ts.map +1 -1
  26. package/dist/client/types/chat/bsky/moderation/subscribeModEvents.js +81 -0
  27. package/dist/client/types/chat/bsky/moderation/subscribeModEvents.js.map +1 -1
  28. package/package.json +1 -1
  29. package/src/client/lexicons.ts +619 -7
  30. package/src/client/types/app/bsky/embed/external.ts +2 -1
  31. package/src/client/types/chat/bsky/convo/defs.ts +17 -1
  32. package/src/client/types/chat/bsky/group/addMembers.ts +2 -3
  33. package/src/client/types/chat/bsky/group/createGroup.ts +2 -3
  34. package/src/client/types/chat/bsky/moderation/getMessageContext.ts +4 -1
  35. package/src/client/types/chat/bsky/moderation/subscribeModEvents.ts +328 -0
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @atproto/api
2
2
 
3
+ ## 0.19.19
4
+
5
+ ### Patch Changes
6
+
7
+ - [#4945](https://github.com/bluesky-social/atproto/pull/4945) [`cb13878`](https://github.com/bluesky-social/atproto/commit/cb1387899f0b296759ebdf5b8985b6b573091a9a) Thanks [@rafaeleyng](https://github.com/rafaeleyng)! - update chat lexicons
8
+
9
+ - [#4947](https://github.com/bluesky-social/atproto/pull/4947) [`ea4184b`](https://github.com/bluesky-social/atproto/commit/ea4184b9beb9821d806a9540223dab55c2628184) Thanks [@estrattonbailey](https://github.com/estrattonbailey)! - Updates contract defined in #4912 to replace `associatedRecord: string` with `associatedRecords: StrongRef[]`
10
+
11
+ - [#4946](https://github.com/bluesky-social/atproto/pull/4946) [`38bc2fa`](https://github.com/bluesky-social/atproto/commit/38bc2faa142d42f95c5b89b5a10bf8ed607fe39f) Thanks [@rafaeleyng](https://github.com/rafaeleyng)! - update chat lexicons
12
+
13
+ ## 0.19.18
14
+
15
+ ### Patch Changes
16
+
17
+ - [#4932](https://github.com/bluesky-social/atproto/pull/4932) [`18d3114`](https://github.com/bluesky-social/atproto/commit/18d311494038b73e3c3429e504ca6cc05bba5f6d) Thanks [@rafaeleyng](https://github.com/rafaeleyng)! - update chat lexicons
18
+
19
+ - [#4933](https://github.com/bluesky-social/atproto/pull/4933) [`0533a5f`](https://github.com/bluesky-social/atproto/commit/0533a5f60ecc1f15feb9c4940781bc7e217a3644) Thanks [@rafaeleyng](https://github.com/rafaeleyng)! - trigger build after github actions previously disabled
20
+
3
21
  ## 0.19.17
4
22
 
5
23
  ### Patch Changes