@atproto/api 0.20.18 → 0.20.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.
- package/CHANGELOG.md +6 -0
- package/dist/client/lexicons.d.ts +2 -2
- package/dist/client/lexicons.js +1 -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/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @atproto/api
|
|
2
2
|
|
|
3
|
+
## 0.20.19
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#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
|
|
8
|
+
|
|
3
9
|
## 0.20.18
|
|
4
10
|
|
|
5
11
|
### 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';
|
|
@@ -29147,7 +29147,7 @@ export declare const schemas: ({
|
|
|
29147
29147
|
readonly description: 'Find posts matching a search query or filters, returning search hits for matching post records.';
|
|
29148
29148
|
readonly parameters: {
|
|
29149
29149
|
readonly type: 'params';
|
|
29150
|
-
readonly required: [
|
|
29150
|
+
readonly required: [];
|
|
29151
29151
|
readonly properties: {
|
|
29152
29152
|
readonly cursor: {
|
|
29153
29153
|
readonly type: 'string';
|
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',
|