@footballbingo/client 5.16.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.
- package/dist/types.gen.d.ts +0 -32
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -1523,14 +1523,6 @@ export type GameBySessionCodeData = {
|
|
|
1523
1523
|
completedLines: number;
|
|
1524
1524
|
markedTiles?: number;
|
|
1525
1525
|
hasFullHouse?: boolean;
|
|
1526
|
-
equippedCosmetics: {
|
|
1527
|
-
avatarFrame: string | null;
|
|
1528
|
-
boardTheme: string | null;
|
|
1529
|
-
pitchTheme: string | null;
|
|
1530
|
-
victoryCelebration: string | null;
|
|
1531
|
-
tileAnimation: string | null;
|
|
1532
|
-
ownedEmotePacks: Array<string>;
|
|
1533
|
-
};
|
|
1534
1526
|
}>;
|
|
1535
1527
|
hasJoined: boolean;
|
|
1536
1528
|
yourParticipationId: string | null;
|
|
@@ -1841,14 +1833,6 @@ export type GameActivitiesData = {
|
|
|
1841
1833
|
username: string;
|
|
1842
1834
|
avatarUrl: string | null;
|
|
1843
1835
|
level: number;
|
|
1844
|
-
equippedCosmetics: {
|
|
1845
|
-
avatarFrame: string | null;
|
|
1846
|
-
boardTheme: string | null;
|
|
1847
|
-
pitchTheme: string | null;
|
|
1848
|
-
victoryCelebration: string | null;
|
|
1849
|
-
tileAnimation: string | null;
|
|
1850
|
-
ownedEmotePacks: Array<string>;
|
|
1851
|
-
};
|
|
1852
1836
|
} | null;
|
|
1853
1837
|
participation: {
|
|
1854
1838
|
id: string;
|
|
@@ -4978,14 +4962,6 @@ export type ChatMessageResponse = {
|
|
|
4978
4962
|
id: string;
|
|
4979
4963
|
username: string;
|
|
4980
4964
|
avatarUrl: string | null;
|
|
4981
|
-
equippedCosmetics?: {
|
|
4982
|
-
avatarFrame: string | null;
|
|
4983
|
-
boardTheme: string | null;
|
|
4984
|
-
pitchTheme: string | null;
|
|
4985
|
-
victoryCelebration: string | null;
|
|
4986
|
-
tileAnimation: string | null;
|
|
4987
|
-
ownedEmotePacks: Array<string>;
|
|
4988
|
-
};
|
|
4989
4965
|
} | null;
|
|
4990
4966
|
};
|
|
4991
4967
|
export type SendMessageResponse = {
|
|
@@ -5002,14 +4978,6 @@ export type ChatHistoryResponse = {
|
|
|
5002
4978
|
id: string;
|
|
5003
4979
|
username: string;
|
|
5004
4980
|
avatarUrl: string | null;
|
|
5005
|
-
equippedCosmetics: {
|
|
5006
|
-
avatarFrame: string | null;
|
|
5007
|
-
boardTheme: string | null;
|
|
5008
|
-
pitchTheme: string | null;
|
|
5009
|
-
victoryCelebration: string | null;
|
|
5010
|
-
tileAnimation: string | null;
|
|
5011
|
-
ownedEmotePacks: Array<string>;
|
|
5012
|
-
};
|
|
5013
4981
|
} | null;
|
|
5014
4982
|
}>;
|
|
5015
4983
|
};
|