@footballbingo/client 5.15.0 → 5.17.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.
@@ -1523,15 +1523,6 @@ export type GameBySessionCodeData = {
1523
1523
  completedLines: number;
1524
1524
  markedTiles?: number;
1525
1525
  hasFullHouse?: boolean;
1526
- equippedCosmetics: {
1527
- avatarFrame: string | null;
1528
- badge: string | null;
1529
- boardTheme: string | null;
1530
- pitchTheme: string | null;
1531
- victoryCelebration: string | null;
1532
- tileAnimation: string | null;
1533
- ownedEmotePacks: Array<string>;
1534
- };
1535
1526
  }>;
1536
1527
  hasJoined: boolean;
1537
1528
  yourParticipationId: string | null;
@@ -1842,15 +1833,6 @@ export type GameActivitiesData = {
1842
1833
  username: string;
1843
1834
  avatarUrl: string | null;
1844
1835
  level: number;
1845
- equippedCosmetics: {
1846
- avatarFrame: string | null;
1847
- badge: string | null;
1848
- boardTheme: string | null;
1849
- pitchTheme: string | null;
1850
- victoryCelebration: string | null;
1851
- tileAnimation: string | null;
1852
- ownedEmotePacks: Array<string>;
1853
- };
1854
1836
  } | null;
1855
1837
  participation: {
1856
1838
  id: string;
@@ -4980,15 +4962,6 @@ export type ChatMessageResponse = {
4980
4962
  id: string;
4981
4963
  username: string;
4982
4964
  avatarUrl: string | null;
4983
- equippedCosmetics?: {
4984
- avatarFrame: string | null;
4985
- badge: string | null;
4986
- boardTheme: string | null;
4987
- pitchTheme: string | null;
4988
- victoryCelebration: string | null;
4989
- tileAnimation: string | null;
4990
- ownedEmotePacks: Array<string>;
4991
- };
4992
4965
  } | null;
4993
4966
  };
4994
4967
  export type SendMessageResponse = {
@@ -5005,15 +4978,6 @@ export type ChatHistoryResponse = {
5005
4978
  id: string;
5006
4979
  username: string;
5007
4980
  avatarUrl: string | null;
5008
- equippedCosmetics: {
5009
- avatarFrame: string | null;
5010
- badge: string | null;
5011
- boardTheme: string | null;
5012
- pitchTheme: string | null;
5013
- victoryCelebration: string | null;
5014
- tileAnimation: string | null;
5015
- ownedEmotePacks: Array<string>;
5016
- };
5017
4981
  } | null;
5018
4982
  }>;
5019
4983
  };
@@ -5515,7 +5479,6 @@ export type MyCosmeticsResponse = {
5515
5479
  };
5516
5480
  export type EquippedCosmeticsForUser = {
5517
5481
  avatarFrame: string | null;
5518
- badge: string | null;
5519
5482
  boardTheme: string | null;
5520
5483
  pitchTheme: string | null;
5521
5484
  victoryCelebration: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@footballbingo/client",
3
- "version": "5.15.0",
3
+ "version": "5.17.0",
4
4
  "description": "Auto-generated TypeScript client for the Football Bingo API",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",