@atproto/pds 0.4.215 → 0.4.216
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 +11 -0
- package/dist/lexicon/lexicons.d.ts +10 -10
- package/dist/lexicon/lexicons.js +5 -5
- package/dist/lexicon/lexicons.js.map +1 -1
- package/dist/lexicon/types/app/bsky/graph/getSuggestedFollowsByActor.d.ts +3 -3
- package/dist/lexicon/types/app/bsky/graph/getSuggestedFollowsByActor.d.ts.map +1 -1
- package/dist/lexicon/types/app/bsky/graph/getSuggestedFollowsByActor.js.map +1 -1
- package/package.json +7 -7
- package/src/lexicon/lexicons.ts +6 -6
- package/src/lexicon/types/app/bsky/graph/getSuggestedFollowsByActor.ts +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @atproto/pds
|
|
2
2
|
|
|
3
|
+
## 0.4.216
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`6a88461`](https://github.com/bluesky-social/atproto/commit/6a88461c5aa9486269f0769b7a3d52f384581786)]:
|
|
8
|
+
- @atproto/lex-data@0.0.14
|
|
9
|
+
- @atproto/xrpc-server@0.10.17
|
|
10
|
+
- @atproto/common@0.5.15
|
|
11
|
+
- @atproto/lex-cbor@0.0.15
|
|
12
|
+
- @atproto/oauth-provider@0.15.14
|
|
13
|
+
|
|
3
14
|
## 0.4.215
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
|
@@ -5823,19 +5823,19 @@ export declare const schemaDict: {
|
|
|
5823
5823
|
readonly ref: "lex:app.bsky.actor.defs#profileView";
|
|
5824
5824
|
};
|
|
5825
5825
|
};
|
|
5826
|
+
readonly recIdStr: {
|
|
5827
|
+
readonly type: "string";
|
|
5828
|
+
readonly description: "Snowflake for this recommendation, use when submitting recommendation events.";
|
|
5829
|
+
};
|
|
5826
5830
|
readonly isFallback: {
|
|
5827
5831
|
readonly type: "boolean";
|
|
5828
|
-
readonly description: "
|
|
5832
|
+
readonly description: "DEPRECATED, unused. Previously: if true, response has fallen-back to generic results, and is not scoped using relativeToDid";
|
|
5829
5833
|
readonly default: false;
|
|
5830
5834
|
};
|
|
5831
5835
|
readonly recId: {
|
|
5832
5836
|
readonly type: "integer";
|
|
5833
5837
|
readonly description: "DEPRECATED: use recIdStr instead.";
|
|
5834
5838
|
};
|
|
5835
|
-
readonly recIdStr: {
|
|
5836
|
-
readonly type: "string";
|
|
5837
|
-
readonly description: "Snowflake for this recommendation, use when submitting recommendation events.";
|
|
5838
|
-
};
|
|
5839
5839
|
};
|
|
5840
5840
|
};
|
|
5841
5841
|
};
|
|
@@ -24689,19 +24689,19 @@ export declare const schemas: ({
|
|
|
24689
24689
|
readonly ref: "lex:app.bsky.actor.defs#profileView";
|
|
24690
24690
|
};
|
|
24691
24691
|
};
|
|
24692
|
+
readonly recIdStr: {
|
|
24693
|
+
readonly type: "string";
|
|
24694
|
+
readonly description: "Snowflake for this recommendation, use when submitting recommendation events.";
|
|
24695
|
+
};
|
|
24692
24696
|
readonly isFallback: {
|
|
24693
24697
|
readonly type: "boolean";
|
|
24694
|
-
readonly description: "
|
|
24698
|
+
readonly description: "DEPRECATED, unused. Previously: if true, response has fallen-back to generic results, and is not scoped using relativeToDid";
|
|
24695
24699
|
readonly default: false;
|
|
24696
24700
|
};
|
|
24697
24701
|
readonly recId: {
|
|
24698
24702
|
readonly type: "integer";
|
|
24699
24703
|
readonly description: "DEPRECATED: use recIdStr instead.";
|
|
24700
24704
|
};
|
|
24701
|
-
readonly recIdStr: {
|
|
24702
|
-
readonly type: "string";
|
|
24703
|
-
readonly description: "Snowflake for this recommendation, use when submitting recommendation events.";
|
|
24704
|
-
};
|
|
24705
24705
|
};
|
|
24706
24706
|
};
|
|
24707
24707
|
};
|
package/dist/lexicon/lexicons.js
CHANGED
|
@@ -6031,19 +6031,19 @@ exports.schemaDict = {
|
|
|
6031
6031
|
ref: 'lex:app.bsky.actor.defs#profileView',
|
|
6032
6032
|
},
|
|
6033
6033
|
},
|
|
6034
|
+
recIdStr: {
|
|
6035
|
+
type: 'string',
|
|
6036
|
+
description: 'Snowflake for this recommendation, use when submitting recommendation events.',
|
|
6037
|
+
},
|
|
6034
6038
|
isFallback: {
|
|
6035
6039
|
type: 'boolean',
|
|
6036
|
-
description: '
|
|
6040
|
+
description: 'DEPRECATED, unused. Previously: if true, response has fallen-back to generic results, and is not scoped using relativeToDid',
|
|
6037
6041
|
default: false,
|
|
6038
6042
|
},
|
|
6039
6043
|
recId: {
|
|
6040
6044
|
type: 'integer',
|
|
6041
6045
|
description: 'DEPRECATED: use recIdStr instead.',
|
|
6042
6046
|
},
|
|
6043
|
-
recIdStr: {
|
|
6044
|
-
type: 'string',
|
|
6045
|
-
description: 'Snowflake for this recommendation, use when submitting recommendation events.',
|
|
6046
|
-
},
|
|
6047
6047
|
},
|
|
6048
6048
|
},
|
|
6049
6049
|
},
|