@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/dist/client/lexicons.js
CHANGED
|
@@ -5070,7 +5070,7 @@ export const schemaDict = {
|
|
|
5070
5070
|
description: 'Find posts matching a search query or filters, returning search hits for matching post records.',
|
|
5071
5071
|
parameters: {
|
|
5072
5072
|
type: 'params',
|
|
5073
|
-
required: [
|
|
5073
|
+
required: [],
|
|
5074
5074
|
properties: {
|
|
5075
5075
|
cursor: {
|
|
5076
5076
|
type: 'string',
|
|
@@ -10243,6 +10243,7 @@ export const schemaDict = {
|
|
|
10243
10243
|
refs: [
|
|
10244
10244
|
'lex:chat.bsky.convo.defs#messageView',
|
|
10245
10245
|
'lex:chat.bsky.convo.defs#deletedMessageView',
|
|
10246
|
+
'lex:chat.bsky.convo.defs#messageBeforeUserJoinedGroupView',
|
|
10246
10247
|
],
|
|
10247
10248
|
},
|
|
10248
10249
|
sender: {
|
|
@@ -10459,6 +10460,11 @@ export const schemaDict = {
|
|
|
10459
10460
|
},
|
|
10460
10461
|
},
|
|
10461
10462
|
},
|
|
10463
|
+
messageBeforeUserJoinedGroupView: {
|
|
10464
|
+
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.",
|
|
10465
|
+
type: 'object',
|
|
10466
|
+
properties: {},
|
|
10467
|
+
},
|
|
10462
10468
|
messageViewSender: {
|
|
10463
10469
|
type: 'object',
|
|
10464
10470
|
required: ['did'],
|