@footballbingo/client 4.19.0 → 4.20.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 +4 -0
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -1527,6 +1527,7 @@ export type GameBySessionCodeData = {
|
|
|
1527
1527
|
equippedCosmetics: {
|
|
1528
1528
|
avatarFrame: string | null;
|
|
1529
1529
|
boardTheme: string | null;
|
|
1530
|
+
boardThemeKey: string | null;
|
|
1530
1531
|
badge: string | null;
|
|
1531
1532
|
};
|
|
1532
1533
|
}>;
|
|
@@ -1822,6 +1823,7 @@ export type GameActivitiesData = {
|
|
|
1822
1823
|
equippedCosmetics: {
|
|
1823
1824
|
avatarFrame: string | null;
|
|
1824
1825
|
boardTheme: string | null;
|
|
1826
|
+
boardThemeKey: string | null;
|
|
1825
1827
|
badge: string | null;
|
|
1826
1828
|
};
|
|
1827
1829
|
} | null;
|
|
@@ -4942,6 +4944,7 @@ export type ChatMessageResponse = {
|
|
|
4942
4944
|
equippedCosmetics?: {
|
|
4943
4945
|
avatarFrame: string | null;
|
|
4944
4946
|
boardTheme: string | null;
|
|
4947
|
+
boardThemeKey: string | null;
|
|
4945
4948
|
badge: string | null;
|
|
4946
4949
|
};
|
|
4947
4950
|
} | null;
|
|
@@ -4963,6 +4966,7 @@ export type ChatHistoryResponse = {
|
|
|
4963
4966
|
equippedCosmetics: {
|
|
4964
4967
|
avatarFrame: string | null;
|
|
4965
4968
|
boardTheme: string | null;
|
|
4969
|
+
boardThemeKey: string | null;
|
|
4966
4970
|
badge: string | null;
|
|
4967
4971
|
};
|
|
4968
4972
|
} | null;
|