@atproto/api 0.20.18 → 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 +12 -0
- package/dist/client/lexicons.d.ts +14 -4
- package/dist/client/lexicons.d.ts.map +1 -1
- package/dist/client/lexicons.js +7 -1
- package/dist/client/lexicons.js.map +1 -1
- package/dist/client/types/app/bsky/feed/searchPostsV2.d.ts +1 -1
- package/dist/client/types/app/bsky/feed/searchPostsV2.d.ts.map +1 -1
- package/dist/client/types/app/bsky/feed/searchPostsV2.js.map +1 -1
- package/dist/client/types/chat/bsky/convo/defs.d.ts +7 -1
- package/dist/client/types/chat/bsky/convo/defs.d.ts.map +1 -1
- package/dist/client/types/chat/bsky/convo/defs.js +7 -0
- package/dist/client/types/chat/bsky/convo/defs.js.map +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
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
|
+
|
|
9
|
+
## 0.20.19
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#5127](https://github.com/bluesky-social/atproto/pull/5127) [`a67858d`](https://github.com/bluesky-social/atproto/commit/a67858df5e4c0ca213e345c14b0283b2e930c68c) Thanks [@estrattonbailey](https://github.com/estrattonbailey)! - Update required query params for searchPostsV2
|
|
14
|
+
|
|
3
15
|
## 0.20.18
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -4875,7 +4875,7 @@ export declare const schemaDict: {
|
|
|
4875
4875
|
readonly description: 'Find posts matching a search query or filters, returning search hits for matching post records.';
|
|
4876
4876
|
readonly parameters: {
|
|
4877
4877
|
readonly type: 'params';
|
|
4878
|
-
readonly required: [
|
|
4878
|
+
readonly required: [];
|
|
4879
4879
|
readonly properties: {
|
|
4880
4880
|
readonly cursor: {
|
|
4881
4881
|
readonly type: 'string';
|
|
@@ -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"];
|
|
@@ -29147,7 +29152,7 @@ export declare const schemas: ({
|
|
|
29147
29152
|
readonly description: 'Find posts matching a search query or filters, returning search hits for matching post records.';
|
|
29148
29153
|
readonly parameters: {
|
|
29149
29154
|
readonly type: 'params';
|
|
29150
|
-
readonly required: [
|
|
29155
|
+
readonly required: [];
|
|
29151
29156
|
readonly properties: {
|
|
29152
29157
|
readonly cursor: {
|
|
29153
29158
|
readonly type: 'string';
|
|
@@ -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"];
|