@footballbingo/client 2.1.3 → 2.2.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.
@@ -3742,11 +3742,11 @@ export type LiveActivityItem = {
3742
3742
  userId: string;
3743
3743
  username: string;
3744
3744
  avatarUrl?: string;
3745
- activityType: 'bingo' | 'full-house' | 'first-bingo' | 'speed-bingo';
3746
- description?: string;
3747
- matchId: string;
3748
- matchName: string;
3749
- points: number;
3745
+ activityType: 'bingo' | 'full-house' | 'first-bingo' | 'speed-bingo' | 'perfect-game' | 'prediction' | 'prediction-correct' | 'prediction-streak' | 'flash-correct' | 'stake-created' | 'stake-accepted' | 'stake-won' | 'achievement-unlocked' | 'challenge-completed' | 'level-up' | 'rank-up' | 'lineup-created' | 'tactics-created' | 'transfer-plan-created' | 'community-joined' | 'community-post' | 'mini-game' | 'login-streak' | 'other';
3746
+ description: string;
3747
+ entityType?: string;
3748
+ entityId?: string;
3749
+ domain: string;
3750
3750
  timestamp: string;
3751
3751
  };
3752
3752
  export type LiveActivitiesServiceResult = {
@@ -20950,7 +20950,7 @@ export type ListStakesData = {
20950
20950
  path?: never;
20951
20951
  query: {
20952
20952
  fixtureId: string;
20953
- status?: string;
20953
+ status?: 'open' | 'closed' | 'resolved' | 'expired' | 'cancelled' | 'voided';
20954
20954
  limit?: number;
20955
20955
  offset?: number | null;
20956
20956
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@footballbingo/client",
3
- "version": "2.1.3",
3
+ "version": "2.2.0",
4
4
  "description": "Auto-generated TypeScript client for the Football Bingo API",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",