@metatrongg/sdk 0.8.0-dev.f0f6902 → 0.8.0-dev.f92f9cf

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.
@@ -400,7 +400,6 @@ type Review = {
400
400
  tippedCents: number;
401
401
  commentCount: number;
402
402
  author: ReviewAuthor;
403
- authorStats: ReviewerStats;
404
403
  developerReply: ReviewReply;
405
404
  createdAt: string;
406
405
  updatedAt: string;
@@ -418,11 +417,6 @@ type ReviewAuthor = {
418
417
  name: string | null;
419
418
  avatarUrl: string | null;
420
419
  };
421
- type ReviewerStats = {
422
- playtimeSecondsThisGame: number;
423
- gamesPlayed: number;
424
- reviewsWritten: number;
425
- };
426
420
  type ReviewReply = {
427
421
  body: ReviewReplyBody;
428
422
  repliedAt: string;