@footballbingo/client 5.15.0 → 5.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.
@@ -1525,7 +1525,6 @@ export type GameBySessionCodeData = {
1525
1525
  hasFullHouse?: boolean;
1526
1526
  equippedCosmetics: {
1527
1527
  avatarFrame: string | null;
1528
- badge: string | null;
1529
1528
  boardTheme: string | null;
1530
1529
  pitchTheme: string | null;
1531
1530
  victoryCelebration: string | null;
@@ -1844,7 +1843,6 @@ export type GameActivitiesData = {
1844
1843
  level: number;
1845
1844
  equippedCosmetics: {
1846
1845
  avatarFrame: string | null;
1847
- badge: string | null;
1848
1846
  boardTheme: string | null;
1849
1847
  pitchTheme: string | null;
1850
1848
  victoryCelebration: string | null;
@@ -4982,7 +4980,6 @@ export type ChatMessageResponse = {
4982
4980
  avatarUrl: string | null;
4983
4981
  equippedCosmetics?: {
4984
4982
  avatarFrame: string | null;
4985
- badge: string | null;
4986
4983
  boardTheme: string | null;
4987
4984
  pitchTheme: string | null;
4988
4985
  victoryCelebration: string | null;
@@ -5007,7 +5004,6 @@ export type ChatHistoryResponse = {
5007
5004
  avatarUrl: string | null;
5008
5005
  equippedCosmetics: {
5009
5006
  avatarFrame: string | null;
5010
- badge: string | null;
5011
5007
  boardTheme: string | null;
5012
5008
  pitchTheme: string | null;
5013
5009
  victoryCelebration: string | null;
@@ -5515,7 +5511,6 @@ export type MyCosmeticsResponse = {
5515
5511
  };
5516
5512
  export type EquippedCosmeticsForUser = {
5517
5513
  avatarFrame: string | null;
5518
- badge: string | null;
5519
5514
  boardTheme: string | null;
5520
5515
  pitchTheme: string | null;
5521
5516
  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.16.0",
4
4
  "description": "Auto-generated TypeScript client for the Football Bingo API",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",