@atproto/api
Advanced tools
Comparing version 0.7.1 to 0.7.2
# @atproto/api | ||
## 0.7.2 | ||
### Patch Changes | ||
- [#1776](https://github.com/bluesky-social/atproto/pull/1776) [`ffe39aae`](https://github.com/bluesky-social/atproto/commit/ffe39aae8394394f73bbfaa9047a8b5818aa053a) Thanks [@estrattonbailey](https://github.com/estrattonbailey)! - Add `posts_and_author_threads` filter to `getAuthorFeed` | ||
## 0.7.1 | ||
@@ -4,0 +10,0 @@ |
@@ -7,3 +7,3 @@ import { Headers, XRPCError } from '@atproto/xrpc'; | ||
cursor?: string; | ||
filter?: 'posts_with_replies' | 'posts_no_replies' | 'posts_with_media' | (string & {}); | ||
filter?: 'posts_with_replies' | 'posts_no_replies' | 'posts_with_media' | 'posts_and_author_threads' | (string & {}); | ||
} | ||
@@ -10,0 +10,0 @@ export declare type InputSchema = undefined; |
{ | ||
"name": "@atproto/api", | ||
"version": "0.7.1", | ||
"version": "0.7.2", | ||
"license": "MIT", | ||
@@ -31,3 +31,3 @@ "description": "Client library for atproto and Bluesky", | ||
"@atproto/lex-cli": "^0.2.5", | ||
"@atproto/dev-env": "^0.2.18" | ||
"@atproto/dev-env": "^0.2.19" | ||
}, | ||
@@ -34,0 +34,0 @@ "scripts": { |
@@ -19,2 +19,3 @@ /** | ||
| 'posts_with_media' | ||
| 'posts_and_author_threads' | ||
| (string & {}) | ||
@@ -21,0 +22,0 @@ } |
@@ -102,5 +102,5 @@ /** this doc is generated by ./scripts/code/labels.mjs **/ | ||
en: { | ||
name: 'Requested Hidden to Logged-out Users', | ||
name: 'Sign-in Required', | ||
description: | ||
'This user has requested that their content only be shown to logged-in accounts.', | ||
'This user has requested that their account only be shown to signed-in users.', | ||
}, | ||
@@ -112,3 +112,3 @@ }, | ||
description: | ||
'This user has requested that their content only be shown to logged-in accounts.', | ||
'This user has requested that their account only be shown to signed-in users.', | ||
}, | ||
@@ -120,3 +120,3 @@ }, | ||
description: | ||
'This user has requested that their content only be shown to logged-in accounts.', | ||
'This user has requested that their content only be shown to signed-in users.', | ||
}, | ||
@@ -123,0 +123,0 @@ }, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
4503034
70619