@footballbingo/client 2.1.3 → 2.2.1
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 +6 -6
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -3742,11 +3742,11 @@ export type LiveActivityItem = {
|
|
|
3742
3742
|
userId: string;
|
|
3743
3743
|
username: string;
|
|
3744
3744
|
avatarUrl?: string;
|
|
3745
|
-
activityType: 'bingo' | 'full-house' | 'first-bingo' | 'speed-bingo';
|
|
3746
|
-
description
|
|
3747
|
-
|
|
3748
|
-
|
|
3749
|
-
|
|
3745
|
+
activityType: 'bingo' | 'full-house' | 'first-bingo' | 'speed-bingo' | 'perfect-game' | 'prediction' | 'prediction-correct' | 'prediction-streak' | 'flash-correct' | 'stake-created' | 'stake-accepted' | 'stake-won' | 'achievement-unlocked' | 'challenge-completed' | 'level-up' | 'rank-up' | 'lineup-created' | 'tactics-created' | 'transfer-plan-created' | 'community-joined' | 'community-post' | 'mini-game' | 'login-streak' | 'other';
|
|
3746
|
+
description: string;
|
|
3747
|
+
entityType?: string;
|
|
3748
|
+
entityId?: string;
|
|
3749
|
+
domain: string;
|
|
3750
3750
|
timestamp: string;
|
|
3751
3751
|
};
|
|
3752
3752
|
export type LiveActivitiesServiceResult = {
|
|
@@ -20950,7 +20950,7 @@ export type ListStakesData = {
|
|
|
20950
20950
|
path?: never;
|
|
20951
20951
|
query: {
|
|
20952
20952
|
fixtureId: string;
|
|
20953
|
-
status?:
|
|
20953
|
+
status?: 'open' | 'closed' | 'resolved' | 'expired' | 'cancelled' | 'voided';
|
|
20954
20954
|
limit?: number;
|
|
20955
20955
|
offset?: number | null;
|
|
20956
20956
|
};
|