@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/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @atproto/api
|
|
2
2
|
|
|
3
|
+
## 0.20.31
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#5254](https://github.com/bluesky-social/atproto/pull/5254) [`7fab73c`](https://github.com/bluesky-social/atproto/commit/7fab73c931d608730bbad6275184ec60259042aa) Thanks [@ds-boyce](https://github.com/ds-boyce)! - Add description to trending topics
|
|
8
|
+
|
|
3
9
|
## 0.20.30
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
@@ -7819,6 +7819,9 @@ export declare const schemaDict: {
|
|
|
7819
7819
|
readonly displayName: {
|
|
7820
7820
|
readonly type: 'string';
|
|
7821
7821
|
};
|
|
7822
|
+
readonly description: {
|
|
7823
|
+
readonly type: 'string';
|
|
7824
|
+
};
|
|
7822
7825
|
readonly link: {
|
|
7823
7826
|
readonly type: 'string';
|
|
7824
7827
|
};
|
|
@@ -7855,6 +7858,9 @@ export declare const schemaDict: {
|
|
|
7855
7858
|
readonly displayName: {
|
|
7856
7859
|
readonly type: 'string';
|
|
7857
7860
|
};
|
|
7861
|
+
readonly description: {
|
|
7862
|
+
readonly type: 'string';
|
|
7863
|
+
};
|
|
7858
7864
|
readonly link: {
|
|
7859
7865
|
readonly type: 'string';
|
|
7860
7866
|
};
|
|
@@ -9155,6 +9161,10 @@ export declare const schemaDict: {
|
|
|
9155
9161
|
readonly ref: 'lex:app.bsky.unspecced.defs#trendView';
|
|
9156
9162
|
};
|
|
9157
9163
|
};
|
|
9164
|
+
readonly recIdStr: {
|
|
9165
|
+
readonly type: 'string';
|
|
9166
|
+
readonly description: 'Snowflake for this recommendation, use when submitting recommendation events.';
|
|
9167
|
+
};
|
|
9158
9168
|
};
|
|
9159
9169
|
};
|
|
9160
9170
|
};
|
|
@@ -9197,6 +9207,10 @@ export declare const schemaDict: {
|
|
|
9197
9207
|
readonly ref: 'lex:app.bsky.unspecced.defs#skeletonTrend';
|
|
9198
9208
|
};
|
|
9199
9209
|
};
|
|
9210
|
+
readonly recIdStr: {
|
|
9211
|
+
readonly type: 'string';
|
|
9212
|
+
readonly description: 'Snowflake for this recommendation, use when submitting recommendation events.';
|
|
9213
|
+
};
|
|
9200
9214
|
};
|
|
9201
9215
|
};
|
|
9202
9216
|
};
|
|
@@ -32119,6 +32133,9 @@ export declare const schemas: ({
|
|
|
32119
32133
|
readonly displayName: {
|
|
32120
32134
|
readonly type: 'string';
|
|
32121
32135
|
};
|
|
32136
|
+
readonly description: {
|
|
32137
|
+
readonly type: 'string';
|
|
32138
|
+
};
|
|
32122
32139
|
readonly link: {
|
|
32123
32140
|
readonly type: 'string';
|
|
32124
32141
|
};
|
|
@@ -32155,6 +32172,9 @@ export declare const schemas: ({
|
|
|
32155
32172
|
readonly displayName: {
|
|
32156
32173
|
readonly type: 'string';
|
|
32157
32174
|
};
|
|
32175
|
+
readonly description: {
|
|
32176
|
+
readonly type: 'string';
|
|
32177
|
+
};
|
|
32158
32178
|
readonly link: {
|
|
32159
32179
|
readonly type: 'string';
|
|
32160
32180
|
};
|
|
@@ -33430,6 +33450,10 @@ export declare const schemas: ({
|
|
|
33430
33450
|
readonly ref: 'lex:app.bsky.unspecced.defs#trendView';
|
|
33431
33451
|
};
|
|
33432
33452
|
};
|
|
33453
|
+
readonly recIdStr: {
|
|
33454
|
+
readonly type: 'string';
|
|
33455
|
+
readonly description: 'Snowflake for this recommendation, use when submitting recommendation events.';
|
|
33456
|
+
};
|
|
33433
33457
|
};
|
|
33434
33458
|
};
|
|
33435
33459
|
};
|
|
@@ -33471,6 +33495,10 @@ export declare const schemas: ({
|
|
|
33471
33495
|
readonly ref: 'lex:app.bsky.unspecced.defs#skeletonTrend';
|
|
33472
33496
|
};
|
|
33473
33497
|
};
|
|
33498
|
+
readonly recIdStr: {
|
|
33499
|
+
readonly type: 'string';
|
|
33500
|
+
readonly description: 'Snowflake for this recommendation, use when submitting recommendation events.';
|
|
33501
|
+
};
|
|
33474
33502
|
};
|
|
33475
33503
|
};
|
|
33476
33504
|
};
|