rategame-shared 1.1.327 → 1.1.328
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/schemas/rating.d.ts
CHANGED
|
@@ -4701,14 +4701,17 @@ export declare const profileRatingStatsSchema: import("zod").ZodObject<{
|
|
|
4701
4701
|
avgRating: import("zod").ZodString;
|
|
4702
4702
|
ratedGames: import("zod").ZodString;
|
|
4703
4703
|
stadiumRatings: import("zod").ZodNumber;
|
|
4704
|
+
experienceRatings: import("zod").ZodNumber;
|
|
4704
4705
|
}, "strip", import("zod").ZodTypeAny, {
|
|
4705
4706
|
avgRating: string;
|
|
4706
4707
|
ratedGames: string;
|
|
4707
4708
|
stadiumRatings: number;
|
|
4709
|
+
experienceRatings: number;
|
|
4708
4710
|
}, {
|
|
4709
4711
|
avgRating: string;
|
|
4710
4712
|
ratedGames: string;
|
|
4711
4713
|
stadiumRatings: number;
|
|
4714
|
+
experienceRatings: number;
|
|
4712
4715
|
}>;
|
|
4713
4716
|
export declare const seasonStatsSchema: import("zod").ZodObject<{
|
|
4714
4717
|
season: import("zod").ZodString;
|
package/dist/schemas/rating.js
CHANGED
|
@@ -156,6 +156,7 @@ exports.profileRatingStatsSchema = (0, zod_1.object)({
|
|
|
156
156
|
avgRating: (0, zod_1.string)(),
|
|
157
157
|
ratedGames: (0, zod_1.string)(),
|
|
158
158
|
stadiumRatings: (0, zod_1.number)(),
|
|
159
|
+
experienceRatings: (0, zod_1.number)(),
|
|
159
160
|
});
|
|
160
161
|
exports.seasonStatsSchema = (0, zod_1.object)({
|
|
161
162
|
season: (0, zod_1.string)(),
|