@atproto/pds 0.4.82 → 0.4.84
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 +21 -0
- package/dist/lexicon/lexicons.d.ts +2 -2
- package/dist/lexicon/lexicons.js +1 -1
- package/dist/lexicon/lexicons.js.map +1 -1
- package/dist/lexicon/types/app/bsky/actor/getSuggestions.d.ts +2 -0
- package/dist/lexicon/types/app/bsky/actor/getSuggestions.d.ts.map +1 -1
- package/dist/lexicon/types/app/bsky/graph/getSuggestedFollowsByActor.d.ts +2 -0
- package/dist/lexicon/types/app/bsky/graph/getSuggestedFollowsByActor.d.ts.map +1 -1
- package/dist/lexicon/types/app/bsky/unspecced/getSuggestionsSkeleton.d.ts +2 -0
- package/dist/lexicon/types/app/bsky/unspecced/getSuggestionsSkeleton.d.ts.map +1 -1
- package/dist/sequencer/events.d.ts +6 -6
- package/package.json +12 -12
- package/src/lexicon/lexicons.ts +1 -1
- package/src/lexicon/types/app/bsky/actor/getSuggestions.ts +2 -0
- package/src/lexicon/types/app/bsky/graph/getSuggestedFollowsByActor.ts +2 -0
- package/src/lexicon/types/app/bsky/unspecced/getSuggestionsSkeleton.ts +2 -0
- package/tests/_util.ts +19 -0
- package/tests/takedown-appeal.test.ts +4 -2
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,26 @@
|
|
1
1
|
# @atproto/pds
|
2
2
|
|
3
|
+
## 0.4.84
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- Updated dependencies [[`e277158f7`](https://github.com/bluesky-social/atproto/commit/e277158f70a831b04fde3ec84b3c1eaa6ce82e9d)]:
|
8
|
+
- @atproto/api@0.13.27
|
9
|
+
- @atproto/oauth-provider@0.2.12
|
10
|
+
- @atproto-labs/fetch-node@0.1.5
|
11
|
+
|
12
|
+
## 0.4.83
|
13
|
+
|
14
|
+
### Patch Changes
|
15
|
+
|
16
|
+
- Updated dependencies [[`1abfd74ec`](https://github.com/bluesky-social/atproto/commit/1abfd74ec7114e5d8e2411f7a4fa10bdce97e277)]:
|
17
|
+
- @atproto/crypto@0.4.3
|
18
|
+
- @atproto/aws@0.2.12
|
19
|
+
- @atproto/identity@0.4.5
|
20
|
+
- @atproto/repo@0.6.2
|
21
|
+
- @atproto/xrpc-server@0.7.6
|
22
|
+
- @atproto-labs/xrpc-utils@0.0.2
|
23
|
+
|
3
24
|
## 0.4.82
|
4
25
|
|
5
26
|
### Patch Changes
|
@@ -11488,7 +11488,7 @@ export declare const schemaDict: {
|
|
11488
11488
|
readonly type: "array";
|
11489
11489
|
readonly items: {
|
11490
11490
|
readonly type: "string";
|
11491
|
-
readonly description: "If specified, only events where the
|
11491
|
+
readonly description: "If specified, only events where the action policies match any of the given policies are returned";
|
11492
11492
|
};
|
11493
11493
|
};
|
11494
11494
|
readonly cursor: {
|
@@ -23954,7 +23954,7 @@ export declare const schemas: ({
|
|
23954
23954
|
readonly type: "array";
|
23955
23955
|
readonly items: {
|
23956
23956
|
readonly type: "string";
|
23957
|
-
readonly description: "If specified, only events where the
|
23957
|
+
readonly description: "If specified, only events where the action policies match any of the given policies are returned";
|
23958
23958
|
};
|
23959
23959
|
};
|
23960
23960
|
readonly cursor: {
|
package/dist/lexicon/lexicons.js
CHANGED
@@ -12020,7 +12020,7 @@ exports.schemaDict = {
|
|
12020
12020
|
type: 'array',
|
12021
12021
|
items: {
|
12022
12022
|
type: 'string',
|
12023
|
-
description: 'If specified, only events where the
|
12023
|
+
description: 'If specified, only events where the action policies match any of the given policies are returned',
|
12024
12024
|
},
|
12025
12025
|
},
|
12026
12026
|
cursor: {
|