@footballbingo/client 5.14.0 → 5.15.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.
@@ -1528,10 +1528,8 @@ export type GameBySessionCodeData = {
1528
1528
  badge: string | null;
1529
1529
  boardTheme: string | null;
1530
1530
  pitchTheme: string | null;
1531
- profileBanner: string | null;
1532
1531
  victoryCelebration: string | null;
1533
1532
  tileAnimation: string | null;
1534
- usernameColor: string | null;
1535
1533
  ownedEmotePacks: Array<string>;
1536
1534
  };
1537
1535
  }>;
@@ -1849,10 +1847,8 @@ export type GameActivitiesData = {
1849
1847
  badge: string | null;
1850
1848
  boardTheme: string | null;
1851
1849
  pitchTheme: string | null;
1852
- profileBanner: string | null;
1853
1850
  victoryCelebration: string | null;
1854
1851
  tileAnimation: string | null;
1855
- usernameColor: string | null;
1856
1852
  ownedEmotePacks: Array<string>;
1857
1853
  };
1858
1854
  } | null;
@@ -4989,10 +4985,8 @@ export type ChatMessageResponse = {
4989
4985
  badge: string | null;
4990
4986
  boardTheme: string | null;
4991
4987
  pitchTheme: string | null;
4992
- profileBanner: string | null;
4993
4988
  victoryCelebration: string | null;
4994
4989
  tileAnimation: string | null;
4995
- usernameColor: string | null;
4996
4990
  ownedEmotePacks: Array<string>;
4997
4991
  };
4998
4992
  } | null;
@@ -5016,10 +5010,8 @@ export type ChatHistoryResponse = {
5016
5010
  badge: string | null;
5017
5011
  boardTheme: string | null;
5018
5012
  pitchTheme: string | null;
5019
- profileBanner: string | null;
5020
5013
  victoryCelebration: string | null;
5021
5014
  tileAnimation: string | null;
5022
- usernameColor: string | null;
5023
5015
  ownedEmotePacks: Array<string>;
5024
5016
  };
5025
5017
  } | null;
@@ -5526,10 +5518,8 @@ export type EquippedCosmeticsForUser = {
5526
5518
  badge: string | null;
5527
5519
  boardTheme: string | null;
5528
5520
  pitchTheme: string | null;
5529
- profileBanner: string | null;
5530
5521
  victoryCelebration: string | null;
5531
5522
  tileAnimation: string | null;
5532
- usernameColor: string | null;
5533
5523
  ownedEmotePacks: Array<string>;
5534
5524
  };
5535
5525
  export type BatchEquippedCosmeticsResponse = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@footballbingo/client",
3
- "version": "5.14.0",
3
+ "version": "5.15.0",
4
4
  "description": "Auto-generated TypeScript client for the Football Bingo API",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",