@atproto/api 0.20.19 → 0.20.20

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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atproto/api
2
2
 
3
+ ## 0.20.20
4
+
5
+ ### Patch Changes
6
+
7
+ - [#5137](https://github.com/bluesky-social/atproto/pull/5137) [`ec8c90c`](https://github.com/bluesky-social/atproto/commit/ec8c90c88963155f471fd25ad266ab29f91f27fc) Thanks [@rafaeleyng](https://github.com/rafaeleyng)! - update chat lexicons
8
+
3
9
  ## 0.20.19
4
10
 
5
11
  ### Patch Changes
@@ -9935,7 +9935,7 @@ export declare const schemaDict: {
9935
9935
  readonly replyTo: {
9936
9936
  readonly description: "If set, the message this message is replying to. The full view of the referenced message is embedded so the client can render it inline. Only a single level is embedded: the embedded message will not itself have a populated 'replyTo' field even if it was also a reply.";
9937
9937
  readonly type: 'union';
9938
- readonly refs: ["lex:chat.bsky.convo.defs#messageView", "lex:chat.bsky.convo.defs#deletedMessageView"];
9938
+ readonly refs: ["lex:chat.bsky.convo.defs#messageView", "lex:chat.bsky.convo.defs#deletedMessageView", "lex:chat.bsky.convo.defs#messageBeforeUserJoinedGroupView"];
9939
9939
  };
9940
9940
  readonly sender: {
9941
9941
  readonly type: 'ref';
@@ -10138,6 +10138,11 @@ export declare const schemaDict: {
10138
10138
  };
10139
10139
  };
10140
10140
  };
10141
+ readonly messageBeforeUserJoinedGroupView: {
10142
+ readonly description: "Placeholder embedded in place of a reply's parent message when that parent was sent before the viewer joined the group convo. The viewer has no access to that history, so no message data is carried.";
10143
+ readonly type: 'object';
10144
+ readonly properties: {};
10145
+ };
10141
10146
  readonly messageViewSender: {
10142
10147
  readonly type: 'object';
10143
10148
  readonly required: ["did"];
@@ -34115,7 +34120,7 @@ export declare const schemas: ({
34115
34120
  readonly replyTo: {
34116
34121
  readonly description: "If set, the message this message is replying to. The full view of the referenced message is embedded so the client can render it inline. Only a single level is embedded: the embedded message will not itself have a populated 'replyTo' field even if it was also a reply.";
34117
34122
  readonly type: 'union';
34118
- readonly refs: ["lex:chat.bsky.convo.defs#messageView", "lex:chat.bsky.convo.defs#deletedMessageView"];
34123
+ readonly refs: ["lex:chat.bsky.convo.defs#messageView", "lex:chat.bsky.convo.defs#deletedMessageView", "lex:chat.bsky.convo.defs#messageBeforeUserJoinedGroupView"];
34119
34124
  };
34120
34125
  readonly sender: {
34121
34126
  readonly type: 'ref';
@@ -34318,6 +34323,11 @@ export declare const schemas: ({
34318
34323
  };
34319
34324
  };
34320
34325
  };
34326
+ readonly messageBeforeUserJoinedGroupView: {
34327
+ readonly description: "Placeholder embedded in place of a reply's parent message when that parent was sent before the viewer joined the group convo. The viewer has no access to that history, so no message data is carried.";
34328
+ readonly type: 'object';
34329
+ readonly properties: {};
34330
+ };
34321
34331
  readonly messageViewSender: {
34322
34332
  readonly type: 'object';
34323
34333
  readonly required: ["did"];