@footballbingo/client 4.15.0 → 4.16.0

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.
@@ -5310,13 +5310,20 @@ export type SharedPredictionResponse = {
5310
5310
  shareToken: string | null;
5311
5311
  shareUrl: string | null;
5312
5312
  isPublic: boolean;
5313
+ likesCount: number;
5314
+ commentsCount: number;
5315
+ viewCount: number;
5316
+ sharesCount: number;
5317
+ isLikedByUser: boolean | null;
5313
5318
  createdAt: string;
5314
5319
  updatedAt: string;
5315
5320
  resolvedAt: string | null;
5316
5321
  deletedAt: string | null;
5317
5322
  isDeleted: boolean;
5318
5323
  user: {
5324
+ id: string;
5319
5325
  username: string;
5326
+ avatarUrl: string | null;
5320
5327
  };
5321
5328
  predictedLineup: PredictedLineup;
5322
5329
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@footballbingo/client",
3
- "version": "4.15.0",
3
+ "version": "4.16.0",
4
4
  "description": "Auto-generated TypeScript client for the Football Bingo API",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",