@atproto/api 0.20.30 → 0.20.31
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 +28 -0
- package/dist/client/lexicons.d.ts.map +1 -1
- package/dist/client/lexicons.js +14 -0
- package/dist/client/lexicons.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
|
@@ -8080,6 +8080,9 @@ export const schemaDict = {
|
|
|
8080
8080
|
displayName: {
|
|
8081
8081
|
type: 'string',
|
|
8082
8082
|
},
|
|
8083
|
+
description: {
|
|
8084
|
+
type: 'string',
|
|
8085
|
+
},
|
|
8083
8086
|
link: {
|
|
8084
8087
|
type: 'string',
|
|
8085
8088
|
},
|
|
@@ -8123,6 +8126,9 @@ export const schemaDict = {
|
|
|
8123
8126
|
displayName: {
|
|
8124
8127
|
type: 'string',
|
|
8125
8128
|
},
|
|
8129
|
+
description: {
|
|
8130
|
+
type: 'string',
|
|
8131
|
+
},
|
|
8126
8132
|
link: {
|
|
8127
8133
|
type: 'string',
|
|
8128
8134
|
},
|
|
@@ -9435,6 +9441,10 @@ export const schemaDict = {
|
|
|
9435
9441
|
ref: 'lex:app.bsky.unspecced.defs#trendView',
|
|
9436
9442
|
},
|
|
9437
9443
|
},
|
|
9444
|
+
recIdStr: {
|
|
9445
|
+
type: 'string',
|
|
9446
|
+
description: 'Snowflake for this recommendation, use when submitting recommendation events.',
|
|
9447
|
+
},
|
|
9438
9448
|
},
|
|
9439
9449
|
},
|
|
9440
9450
|
},
|
|
@@ -9477,6 +9487,10 @@ export const schemaDict = {
|
|
|
9477
9487
|
ref: 'lex:app.bsky.unspecced.defs#skeletonTrend',
|
|
9478
9488
|
},
|
|
9479
9489
|
},
|
|
9490
|
+
recIdStr: {
|
|
9491
|
+
type: 'string',
|
|
9492
|
+
description: 'Snowflake for this recommendation, use when submitting recommendation events.',
|
|
9493
|
+
},
|
|
9480
9494
|
},
|
|
9481
9495
|
},
|
|
9482
9496
|
},
|