@atcute/bluesky 1.0.1 → 1.0.2
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/dist/lexicons.d.ts +2 -0
- package/package.json +1 -1
package/dist/lexicons.d.ts
CHANGED
|
@@ -452,6 +452,7 @@ declare module '@atcute/client/lexicons' {
|
|
|
452
452
|
embeds?: Brand.Union<AppBskyEmbedExternal.View | AppBskyEmbedImages.View | AppBskyEmbedRecord.View | AppBskyEmbedRecordWithMedia.View>[];
|
|
453
453
|
labels?: ComAtprotoLabelDefs.Label[];
|
|
454
454
|
likeCount?: number;
|
|
455
|
+
quoteCount?: number;
|
|
455
456
|
replyCount?: number;
|
|
456
457
|
repostCount?: number;
|
|
457
458
|
}
|
|
@@ -873,6 +874,7 @@ declare module '@atcute/client/lexicons' {
|
|
|
873
874
|
type Input = undefined;
|
|
874
875
|
interface Output {
|
|
875
876
|
thread: Brand.Union<AppBskyFeedDefs.BlockedPost | AppBskyFeedDefs.NotFoundPost | AppBskyFeedDefs.ThreadViewPost>;
|
|
877
|
+
threadgate?: AppBskyFeedDefs.ThreadgateView;
|
|
876
878
|
}
|
|
877
879
|
interface Errors {
|
|
878
880
|
NotFound: {};
|