@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.
@@ -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: {};
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@atcute/bluesky",
4
- "version": "1.0.1",
4
+ "version": "1.0.2",
5
5
  "description": "Bluesky type definitions for atcute",
6
6
  "license": "MIT",
7
7
  "repository": {