@atproto/api 0.20.31 → 0.20.32
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 +16 -0
- package/dist/client/lexicons.d.ts.map +1 -1
- package/dist/client/lexicons.js +8 -0
- package/dist/client/lexicons.js.map +1 -1
- package/dist/client/types/app/bsky/graph/getFollowers.d.ts +1 -0
- package/dist/client/types/app/bsky/graph/getFollowers.d.ts.map +1 -1
- package/dist/client/types/app/bsky/graph/getFollowers.js.map +1 -1
- package/dist/client/types/app/bsky/graph/getFollows.d.ts +1 -0
- package/dist/client/types/app/bsky/graph/getFollows.d.ts.map +1 -1
- package/dist/client/types/app/bsky/graph/getFollows.js.map +1 -1
- package/package.json +1 -1
package/dist/client/lexicons.js
CHANGED
|
@@ -5908,6 +5908,10 @@ export const schemaDict = {
|
|
|
5908
5908
|
cursor: {
|
|
5909
5909
|
type: 'string',
|
|
5910
5910
|
},
|
|
5911
|
+
sort: {
|
|
5912
|
+
type: 'string',
|
|
5913
|
+
knownValues: ['latest', 'top'],
|
|
5914
|
+
},
|
|
5911
5915
|
},
|
|
5912
5916
|
},
|
|
5913
5917
|
output: {
|
|
@@ -5960,6 +5964,10 @@ export const schemaDict = {
|
|
|
5960
5964
|
cursor: {
|
|
5961
5965
|
type: 'string',
|
|
5962
5966
|
},
|
|
5967
|
+
sort: {
|
|
5968
|
+
type: 'string',
|
|
5969
|
+
knownValues: ['latest', 'top'],
|
|
5970
|
+
},
|
|
5963
5971
|
},
|
|
5964
5972
|
},
|
|
5965
5973
|
output: {
|