@streamlayer/react 0.29.9 → 0.29.11

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.
@@ -1395,6 +1395,8 @@ declare module "../../feature-gamification/src/gamification" {
1395
1395
  };
1396
1396
  /** opened question */
1397
1397
  openedQuestion: GamificationBackground['openedQuestion'];
1398
+ /** current user id */
1399
+ currentUserId: GamificationBackground['userId'];
1398
1400
  /** pinned leaderboard id */
1399
1401
  openedUser: WritableAtom<LeaderboardItem | undefined>;
1400
1402
  closeFeature: () => void;