@footballbingo/client 5.14.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.
- package/dist/types.gen.d.ts +0 -15
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -1525,13 +1525,10 @@ 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
|
-
profileBanner: string | null;
|
|
1532
1530
|
victoryCelebration: string | null;
|
|
1533
1531
|
tileAnimation: string | null;
|
|
1534
|
-
usernameColor: string | null;
|
|
1535
1532
|
ownedEmotePacks: Array<string>;
|
|
1536
1533
|
};
|
|
1537
1534
|
}>;
|
|
@@ -1846,13 +1843,10 @@ export type GameActivitiesData = {
|
|
|
1846
1843
|
level: number;
|
|
1847
1844
|
equippedCosmetics: {
|
|
1848
1845
|
avatarFrame: string | null;
|
|
1849
|
-
badge: string | null;
|
|
1850
1846
|
boardTheme: string | null;
|
|
1851
1847
|
pitchTheme: string | null;
|
|
1852
|
-
profileBanner: string | null;
|
|
1853
1848
|
victoryCelebration: string | null;
|
|
1854
1849
|
tileAnimation: string | null;
|
|
1855
|
-
usernameColor: string | null;
|
|
1856
1850
|
ownedEmotePacks: Array<string>;
|
|
1857
1851
|
};
|
|
1858
1852
|
} | null;
|
|
@@ -4986,13 +4980,10 @@ export type ChatMessageResponse = {
|
|
|
4986
4980
|
avatarUrl: string | null;
|
|
4987
4981
|
equippedCosmetics?: {
|
|
4988
4982
|
avatarFrame: string | null;
|
|
4989
|
-
badge: string | null;
|
|
4990
4983
|
boardTheme: string | null;
|
|
4991
4984
|
pitchTheme: string | null;
|
|
4992
|
-
profileBanner: string | null;
|
|
4993
4985
|
victoryCelebration: string | null;
|
|
4994
4986
|
tileAnimation: string | null;
|
|
4995
|
-
usernameColor: string | null;
|
|
4996
4987
|
ownedEmotePacks: Array<string>;
|
|
4997
4988
|
};
|
|
4998
4989
|
} | null;
|
|
@@ -5013,13 +5004,10 @@ export type ChatHistoryResponse = {
|
|
|
5013
5004
|
avatarUrl: string | null;
|
|
5014
5005
|
equippedCosmetics: {
|
|
5015
5006
|
avatarFrame: string | null;
|
|
5016
|
-
badge: string | null;
|
|
5017
5007
|
boardTheme: string | null;
|
|
5018
5008
|
pitchTheme: string | null;
|
|
5019
|
-
profileBanner: string | null;
|
|
5020
5009
|
victoryCelebration: string | null;
|
|
5021
5010
|
tileAnimation: string | null;
|
|
5022
|
-
usernameColor: string | null;
|
|
5023
5011
|
ownedEmotePacks: Array<string>;
|
|
5024
5012
|
};
|
|
5025
5013
|
} | null;
|
|
@@ -5523,13 +5511,10 @@ export type MyCosmeticsResponse = {
|
|
|
5523
5511
|
};
|
|
5524
5512
|
export type EquippedCosmeticsForUser = {
|
|
5525
5513
|
avatarFrame: string | null;
|
|
5526
|
-
badge: string | null;
|
|
5527
5514
|
boardTheme: string | null;
|
|
5528
5515
|
pitchTheme: string | null;
|
|
5529
|
-
profileBanner: string | null;
|
|
5530
5516
|
victoryCelebration: string | null;
|
|
5531
5517
|
tileAnimation: string | null;
|
|
5532
|
-
usernameColor: string | null;
|
|
5533
5518
|
ownedEmotePacks: Array<string>;
|
|
5534
5519
|
};
|
|
5535
5520
|
export type BatchEquippedCosmeticsResponse = {
|