wenum 1.89.0 → 1.90.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/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
- package/src/page/profile/joining.ts +2 -1
package/dist/index.d.mts
CHANGED
|
@@ -68,7 +68,7 @@ declare const ZeroGameMeta: GameMetaProps;
|
|
|
68
68
|
|
|
69
69
|
type LeaderboardType = "score" | "duel" | "time" | "distance" | "weight";
|
|
70
70
|
|
|
71
|
-
type ProfileJoiningType = "gameToLeaderboard" | "
|
|
71
|
+
type ProfileJoiningType = "gameToLeaderboard" | "playerToDuelGame" | "playerToNonDuelGame" | "memberToCircle";
|
|
72
72
|
|
|
73
73
|
type PlayerType = 'uoi' | 'team' | 'collection';
|
|
74
74
|
|
package/dist/index.d.ts
CHANGED
|
@@ -68,7 +68,7 @@ declare const ZeroGameMeta: GameMetaProps;
|
|
|
68
68
|
|
|
69
69
|
type LeaderboardType = "score" | "duel" | "time" | "distance" | "weight";
|
|
70
70
|
|
|
71
|
-
type ProfileJoiningType = "gameToLeaderboard" | "
|
|
71
|
+
type ProfileJoiningType = "gameToLeaderboard" | "playerToDuelGame" | "playerToNonDuelGame" | "memberToCircle";
|
|
72
72
|
|
|
73
73
|
type PlayerType = 'uoi' | 'team' | 'collection';
|
|
74
74
|
|
package/package.json
CHANGED