@atproto/api
Advanced tools
Comparing version 0.13.24 to 0.13.25
# @atproto/api | ||
## 0.13.25 | ||
### Patch Changes | ||
- [#3271](https://github.com/bluesky-social/atproto/pull/3271) [`53621f8e1`](https://github.com/bluesky-social/atproto/commit/53621f8e100a3aa3c1caff10a08d3f4ea919875a) Thanks [@foysalit](https://github.com/foysalit)! - Allow setting policy names with takedown actions and when querying events | ||
## 0.13.24 | ||
@@ -4,0 +10,0 @@ |
@@ -98,2 +98,4 @@ /** | ||
acknowledgeAccountSubjects?: boolean; | ||
/** Names/Keywords of the policies that drove the decision. */ | ||
policies?: string[]; | ||
[k: string]: unknown; | ||
@@ -100,0 +102,0 @@ } |
@@ -37,2 +37,3 @@ /** | ||
reportTypes?: string[]; | ||
policies?: string[]; | ||
cursor?: string; | ||
@@ -39,0 +40,0 @@ } |
{ | ||
"name": "@atproto/api", | ||
"version": "0.13.24", | ||
"version": "0.13.25", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "Client library for atproto and Bluesky", |
@@ -177,2 +177,4 @@ /** | ||
acknowledgeAccountSubjects?: boolean | ||
/** Names/Keywords of the policies that drove the decision. */ | ||
policies?: string[] | ||
[k: string]: unknown | ||
@@ -179,0 +181,0 @@ } |
@@ -42,2 +42,3 @@ /** | ||
reportTypes?: string[] | ||
policies?: string[] | ||
cursor?: string | ||
@@ -44,0 +45,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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4603859
100913
172
9
13
2
91