@atproto/api 0.20.30 → 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 +12 -0
- package/dist/client/lexicons.d.ts +44 -0
- package/dist/client/lexicons.d.ts.map +1 -1
- package/dist/client/lexicons.js +22 -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/dist/client/types/app/bsky/unspecced/defs.d.ts +2 -0
- package/dist/client/types/app/bsky/unspecced/defs.d.ts.map +1 -1
- package/dist/client/types/app/bsky/unspecced/defs.js.map +1 -1
- package/dist/client/types/app/bsky/unspecced/getTrends.d.ts +2 -0
- package/dist/client/types/app/bsky/unspecced/getTrends.d.ts.map +1 -1
- package/dist/client/types/app/bsky/unspecced/getTrends.js.map +1 -1
- package/dist/client/types/app/bsky/unspecced/getTrendsSkeleton.d.ts +2 -0
- package/dist/client/types/app/bsky/unspecced/getTrendsSkeleton.d.ts.map +1 -1
- package/dist/client/types/app/bsky/unspecced/getTrendsSkeleton.js.map +1 -1
- package/package.json +3 -3
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: {
|
|
@@ -8080,6 +8088,9 @@ export const schemaDict = {
|
|
|
8080
8088
|
displayName: {
|
|
8081
8089
|
type: 'string',
|
|
8082
8090
|
},
|
|
8091
|
+
description: {
|
|
8092
|
+
type: 'string',
|
|
8093
|
+
},
|
|
8083
8094
|
link: {
|
|
8084
8095
|
type: 'string',
|
|
8085
8096
|
},
|
|
@@ -8123,6 +8134,9 @@ export const schemaDict = {
|
|
|
8123
8134
|
displayName: {
|
|
8124
8135
|
type: 'string',
|
|
8125
8136
|
},
|
|
8137
|
+
description: {
|
|
8138
|
+
type: 'string',
|
|
8139
|
+
},
|
|
8126
8140
|
link: {
|
|
8127
8141
|
type: 'string',
|
|
8128
8142
|
},
|
|
@@ -9435,6 +9449,10 @@ export const schemaDict = {
|
|
|
9435
9449
|
ref: 'lex:app.bsky.unspecced.defs#trendView',
|
|
9436
9450
|
},
|
|
9437
9451
|
},
|
|
9452
|
+
recIdStr: {
|
|
9453
|
+
type: 'string',
|
|
9454
|
+
description: 'Snowflake for this recommendation, use when submitting recommendation events.',
|
|
9455
|
+
},
|
|
9438
9456
|
},
|
|
9439
9457
|
},
|
|
9440
9458
|
},
|
|
@@ -9477,6 +9495,10 @@ export const schemaDict = {
|
|
|
9477
9495
|
ref: 'lex:app.bsky.unspecced.defs#skeletonTrend',
|
|
9478
9496
|
},
|
|
9479
9497
|
},
|
|
9498
|
+
recIdStr: {
|
|
9499
|
+
type: 'string',
|
|
9500
|
+
description: 'Snowflake for this recommendation, use when submitting recommendation events.',
|
|
9501
|
+
},
|
|
9480
9502
|
},
|
|
9481
9503
|
},
|
|
9482
9504
|
},
|