rategame-shared 1.1.251 → 1.1.253
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/chat.d.ts +105 -0
- package/dist/schemas/game.d.ts +420 -0
- package/dist/schemas/list.d.ts +105 -0
- package/dist/schemas/moderation.d.ts +84 -0
- package/dist/schemas/rating.d.ts +63 -0
- package/dist/schemas/user.d.ts +99 -0
- package/dist/schemas/user.js +9 -0
- package/dist/schemas/userEvent.d.ts +63 -0
- package/dist/schemas/voting.d.ts +63 -0
- package/package.json +1 -1
package/dist/schemas/chat.d.ts
CHANGED
|
@@ -902,6 +902,27 @@ export declare const chatMessageSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
902
902
|
viewedToS: z.ZodOptional<z.ZodBoolean>;
|
|
903
903
|
banned: z.ZodOptional<z.ZodBoolean>;
|
|
904
904
|
lowercaseUsername: z.ZodOptional<z.ZodString>;
|
|
905
|
+
headerColor: z.ZodOptional<z.ZodString>;
|
|
906
|
+
profileCompletionTrackerDismissed: z.ZodOptional<z.ZodBoolean>;
|
|
907
|
+
profileCompletionStatus: z.ZodOptional<z.ZodObject<{
|
|
908
|
+
profilePicture: z.ZodBoolean;
|
|
909
|
+
bio: z.ZodBoolean;
|
|
910
|
+
favoriteTeam: z.ZodBoolean;
|
|
911
|
+
pinnedRatings: z.ZodBoolean;
|
|
912
|
+
gradientColor: z.ZodBoolean;
|
|
913
|
+
}, "strip", z.ZodTypeAny, {
|
|
914
|
+
bio: boolean;
|
|
915
|
+
profilePicture: boolean;
|
|
916
|
+
favoriteTeam: boolean;
|
|
917
|
+
pinnedRatings: boolean;
|
|
918
|
+
gradientColor: boolean;
|
|
919
|
+
}, {
|
|
920
|
+
bio: boolean;
|
|
921
|
+
profilePicture: boolean;
|
|
922
|
+
favoriteTeam: boolean;
|
|
923
|
+
pinnedRatings: boolean;
|
|
924
|
+
gradientColor: boolean;
|
|
925
|
+
}>>;
|
|
905
926
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
906
927
|
id: string;
|
|
907
928
|
email: string;
|
|
@@ -1818,6 +1839,27 @@ export declare const chatMessageSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1818
1839
|
viewedToS: z.ZodOptional<z.ZodBoolean>;
|
|
1819
1840
|
banned: z.ZodOptional<z.ZodBoolean>;
|
|
1820
1841
|
lowercaseUsername: z.ZodOptional<z.ZodString>;
|
|
1842
|
+
headerColor: z.ZodOptional<z.ZodString>;
|
|
1843
|
+
profileCompletionTrackerDismissed: z.ZodOptional<z.ZodBoolean>;
|
|
1844
|
+
profileCompletionStatus: z.ZodOptional<z.ZodObject<{
|
|
1845
|
+
profilePicture: z.ZodBoolean;
|
|
1846
|
+
bio: z.ZodBoolean;
|
|
1847
|
+
favoriteTeam: z.ZodBoolean;
|
|
1848
|
+
pinnedRatings: z.ZodBoolean;
|
|
1849
|
+
gradientColor: z.ZodBoolean;
|
|
1850
|
+
}, "strip", z.ZodTypeAny, {
|
|
1851
|
+
bio: boolean;
|
|
1852
|
+
profilePicture: boolean;
|
|
1853
|
+
favoriteTeam: boolean;
|
|
1854
|
+
pinnedRatings: boolean;
|
|
1855
|
+
gradientColor: boolean;
|
|
1856
|
+
}, {
|
|
1857
|
+
bio: boolean;
|
|
1858
|
+
profilePicture: boolean;
|
|
1859
|
+
favoriteTeam: boolean;
|
|
1860
|
+
pinnedRatings: boolean;
|
|
1861
|
+
gradientColor: boolean;
|
|
1862
|
+
}>>;
|
|
1821
1863
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
1822
1864
|
id: string;
|
|
1823
1865
|
email: string;
|
|
@@ -2790,6 +2832,27 @@ export declare const communityChatMessageSchema: z.ZodObject<z.objectUtil.extend
|
|
|
2790
2832
|
viewedToS: z.ZodOptional<z.ZodBoolean>;
|
|
2791
2833
|
banned: z.ZodOptional<z.ZodBoolean>;
|
|
2792
2834
|
lowercaseUsername: z.ZodOptional<z.ZodString>;
|
|
2835
|
+
headerColor: z.ZodOptional<z.ZodString>;
|
|
2836
|
+
profileCompletionTrackerDismissed: z.ZodOptional<z.ZodBoolean>;
|
|
2837
|
+
profileCompletionStatus: z.ZodOptional<z.ZodObject<{
|
|
2838
|
+
profilePicture: z.ZodBoolean;
|
|
2839
|
+
bio: z.ZodBoolean;
|
|
2840
|
+
favoriteTeam: z.ZodBoolean;
|
|
2841
|
+
pinnedRatings: z.ZodBoolean;
|
|
2842
|
+
gradientColor: z.ZodBoolean;
|
|
2843
|
+
}, "strip", z.ZodTypeAny, {
|
|
2844
|
+
bio: boolean;
|
|
2845
|
+
profilePicture: boolean;
|
|
2846
|
+
favoriteTeam: boolean;
|
|
2847
|
+
pinnedRatings: boolean;
|
|
2848
|
+
gradientColor: boolean;
|
|
2849
|
+
}, {
|
|
2850
|
+
bio: boolean;
|
|
2851
|
+
profilePicture: boolean;
|
|
2852
|
+
favoriteTeam: boolean;
|
|
2853
|
+
pinnedRatings: boolean;
|
|
2854
|
+
gradientColor: boolean;
|
|
2855
|
+
}>>;
|
|
2793
2856
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
2794
2857
|
id: string;
|
|
2795
2858
|
email: string;
|
|
@@ -3705,6 +3768,27 @@ export declare const communityChatMessageSchema: z.ZodObject<z.objectUtil.extend
|
|
|
3705
3768
|
viewedToS: z.ZodOptional<z.ZodBoolean>;
|
|
3706
3769
|
banned: z.ZodOptional<z.ZodBoolean>;
|
|
3707
3770
|
lowercaseUsername: z.ZodOptional<z.ZodString>;
|
|
3771
|
+
headerColor: z.ZodOptional<z.ZodString>;
|
|
3772
|
+
profileCompletionTrackerDismissed: z.ZodOptional<z.ZodBoolean>;
|
|
3773
|
+
profileCompletionStatus: z.ZodOptional<z.ZodObject<{
|
|
3774
|
+
profilePicture: z.ZodBoolean;
|
|
3775
|
+
bio: z.ZodBoolean;
|
|
3776
|
+
favoriteTeam: z.ZodBoolean;
|
|
3777
|
+
pinnedRatings: z.ZodBoolean;
|
|
3778
|
+
gradientColor: z.ZodBoolean;
|
|
3779
|
+
}, "strip", z.ZodTypeAny, {
|
|
3780
|
+
bio: boolean;
|
|
3781
|
+
profilePicture: boolean;
|
|
3782
|
+
favoriteTeam: boolean;
|
|
3783
|
+
pinnedRatings: boolean;
|
|
3784
|
+
gradientColor: boolean;
|
|
3785
|
+
}, {
|
|
3786
|
+
bio: boolean;
|
|
3787
|
+
profilePicture: boolean;
|
|
3788
|
+
favoriteTeam: boolean;
|
|
3789
|
+
pinnedRatings: boolean;
|
|
3790
|
+
gradientColor: boolean;
|
|
3791
|
+
}>>;
|
|
3708
3792
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
3709
3793
|
id: string;
|
|
3710
3794
|
email: string;
|
|
@@ -4672,6 +4756,27 @@ export declare const messageReactionSchema: z.ZodObject<{
|
|
|
4672
4756
|
viewedToS: z.ZodOptional<z.ZodBoolean>;
|
|
4673
4757
|
banned: z.ZodOptional<z.ZodBoolean>;
|
|
4674
4758
|
lowercaseUsername: z.ZodOptional<z.ZodString>;
|
|
4759
|
+
headerColor: z.ZodOptional<z.ZodString>;
|
|
4760
|
+
profileCompletionTrackerDismissed: z.ZodOptional<z.ZodBoolean>;
|
|
4761
|
+
profileCompletionStatus: z.ZodOptional<z.ZodObject<{
|
|
4762
|
+
profilePicture: z.ZodBoolean;
|
|
4763
|
+
bio: z.ZodBoolean;
|
|
4764
|
+
favoriteTeam: z.ZodBoolean;
|
|
4765
|
+
pinnedRatings: z.ZodBoolean;
|
|
4766
|
+
gradientColor: z.ZodBoolean;
|
|
4767
|
+
}, "strip", z.ZodTypeAny, {
|
|
4768
|
+
bio: boolean;
|
|
4769
|
+
profilePicture: boolean;
|
|
4770
|
+
favoriteTeam: boolean;
|
|
4771
|
+
pinnedRatings: boolean;
|
|
4772
|
+
gradientColor: boolean;
|
|
4773
|
+
}, {
|
|
4774
|
+
bio: boolean;
|
|
4775
|
+
profilePicture: boolean;
|
|
4776
|
+
favoriteTeam: boolean;
|
|
4777
|
+
pinnedRatings: boolean;
|
|
4778
|
+
gradientColor: boolean;
|
|
4779
|
+
}>>;
|
|
4675
4780
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
4676
4781
|
id: string;
|
|
4677
4782
|
email: string;
|