rategame-shared 1.1.311 → 1.1.313
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 +155 -155
- package/dist/schemas/game.d.ts +868 -868
- package/dist/schemas/game.js +1 -1
- package/dist/schemas/list.d.ts +155 -155
- package/dist/schemas/moderation.d.ts +124 -124
- package/dist/schemas/notification.d.ts +18 -18
- package/dist/schemas/rating.d.ts +126 -126
- package/dist/schemas/sharedTypes.d.ts +2 -2
- package/dist/schemas/sharedTypes.js +4 -0
- package/dist/schemas/stadium.d.ts +152 -152
- package/dist/schemas/user.d.ts +121 -121
- package/dist/schemas/userEvent.d.ts +93 -93
- package/dist/schemas/voting.d.ts +369 -369
- package/package.json +1 -1
|
@@ -61,7 +61,7 @@ export declare const internalNotification: z.ZodObject<{
|
|
|
61
61
|
apiTeamId: z.ZodNullable<z.ZodNumber>;
|
|
62
62
|
name: z.ZodNullable<z.ZodString>;
|
|
63
63
|
score: z.ZodOptional<z.ZodNumber>;
|
|
64
|
-
isWinner: z.ZodOptional<z.ZodBoolean
|
|
64
|
+
isWinner: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
65
65
|
image: z.ZodNullable<z.ZodString>;
|
|
66
66
|
seed: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
67
67
|
teamCode: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -76,7 +76,7 @@ export declare const internalNotification: z.ZodObject<{
|
|
|
76
76
|
apiTeamId: number | null;
|
|
77
77
|
id?: string | null | undefined;
|
|
78
78
|
score?: number | undefined;
|
|
79
|
-
isWinner?: boolean | undefined;
|
|
79
|
+
isWinner?: boolean | null | undefined;
|
|
80
80
|
seed?: number | null | undefined;
|
|
81
81
|
teamCode?: string | null | undefined;
|
|
82
82
|
scoreExtraTime?: number | null | undefined;
|
|
@@ -90,7 +90,7 @@ export declare const internalNotification: z.ZodObject<{
|
|
|
90
90
|
apiTeamId: number | null;
|
|
91
91
|
id?: string | null | undefined;
|
|
92
92
|
score?: number | undefined;
|
|
93
|
-
isWinner?: boolean | undefined;
|
|
93
|
+
isWinner?: boolean | null | undefined;
|
|
94
94
|
seed?: number | null | undefined;
|
|
95
95
|
teamCode?: string | null | undefined;
|
|
96
96
|
scoreExtraTime?: number | null | undefined;
|
|
@@ -104,7 +104,7 @@ export declare const internalNotification: z.ZodObject<{
|
|
|
104
104
|
apiTeamId: z.ZodNullable<z.ZodNumber>;
|
|
105
105
|
name: z.ZodNullable<z.ZodString>;
|
|
106
106
|
score: z.ZodOptional<z.ZodNumber>;
|
|
107
|
-
isWinner: z.ZodOptional<z.ZodBoolean
|
|
107
|
+
isWinner: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
108
108
|
image: z.ZodNullable<z.ZodString>;
|
|
109
109
|
seed: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
110
110
|
teamCode: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -119,7 +119,7 @@ export declare const internalNotification: z.ZodObject<{
|
|
|
119
119
|
apiTeamId: number | null;
|
|
120
120
|
id?: string | null | undefined;
|
|
121
121
|
score?: number | undefined;
|
|
122
|
-
isWinner?: boolean | undefined;
|
|
122
|
+
isWinner?: boolean | null | undefined;
|
|
123
123
|
seed?: number | null | undefined;
|
|
124
124
|
teamCode?: string | null | undefined;
|
|
125
125
|
scoreExtraTime?: number | null | undefined;
|
|
@@ -133,7 +133,7 @@ export declare const internalNotification: z.ZodObject<{
|
|
|
133
133
|
apiTeamId: number | null;
|
|
134
134
|
id?: string | null | undefined;
|
|
135
135
|
score?: number | undefined;
|
|
136
|
-
isWinner?: boolean | undefined;
|
|
136
|
+
isWinner?: boolean | null | undefined;
|
|
137
137
|
seed?: number | null | undefined;
|
|
138
138
|
teamCode?: string | null | undefined;
|
|
139
139
|
scoreExtraTime?: number | null | undefined;
|
|
@@ -172,7 +172,7 @@ export declare const internalNotification: z.ZodObject<{
|
|
|
172
172
|
apiTeamId: number | null;
|
|
173
173
|
id?: string | null | undefined;
|
|
174
174
|
score?: number | undefined;
|
|
175
|
-
isWinner?: boolean | undefined;
|
|
175
|
+
isWinner?: boolean | null | undefined;
|
|
176
176
|
seed?: number | null | undefined;
|
|
177
177
|
teamCode?: string | null | undefined;
|
|
178
178
|
scoreExtraTime?: number | null | undefined;
|
|
@@ -187,7 +187,7 @@ export declare const internalNotification: z.ZodObject<{
|
|
|
187
187
|
apiTeamId: number | null;
|
|
188
188
|
id?: string | null | undefined;
|
|
189
189
|
score?: number | undefined;
|
|
190
|
-
isWinner?: boolean | undefined;
|
|
190
|
+
isWinner?: boolean | null | undefined;
|
|
191
191
|
seed?: number | null | undefined;
|
|
192
192
|
teamCode?: string | null | undefined;
|
|
193
193
|
scoreExtraTime?: number | null | undefined;
|
|
@@ -217,7 +217,7 @@ export declare const internalNotification: z.ZodObject<{
|
|
|
217
217
|
apiTeamId: number | null;
|
|
218
218
|
id?: string | null | undefined;
|
|
219
219
|
score?: number | undefined;
|
|
220
|
-
isWinner?: boolean | undefined;
|
|
220
|
+
isWinner?: boolean | null | undefined;
|
|
221
221
|
seed?: number | null | undefined;
|
|
222
222
|
teamCode?: string | null | undefined;
|
|
223
223
|
scoreExtraTime?: number | null | undefined;
|
|
@@ -232,7 +232,7 @@ export declare const internalNotification: z.ZodObject<{
|
|
|
232
232
|
apiTeamId: number | null;
|
|
233
233
|
id?: string | null | undefined;
|
|
234
234
|
score?: number | undefined;
|
|
235
|
-
isWinner?: boolean | undefined;
|
|
235
|
+
isWinner?: boolean | null | undefined;
|
|
236
236
|
seed?: number | null | undefined;
|
|
237
237
|
teamCode?: string | null | undefined;
|
|
238
238
|
scoreExtraTime?: number | null | undefined;
|
|
@@ -284,7 +284,7 @@ export declare const internalNotification: z.ZodObject<{
|
|
|
284
284
|
apiTeamId: number | null;
|
|
285
285
|
id?: string | null | undefined;
|
|
286
286
|
score?: number | undefined;
|
|
287
|
-
isWinner?: boolean | undefined;
|
|
287
|
+
isWinner?: boolean | null | undefined;
|
|
288
288
|
seed?: number | null | undefined;
|
|
289
289
|
teamCode?: string | null | undefined;
|
|
290
290
|
scoreExtraTime?: number | null | undefined;
|
|
@@ -299,7 +299,7 @@ export declare const internalNotification: z.ZodObject<{
|
|
|
299
299
|
apiTeamId: number | null;
|
|
300
300
|
id?: string | null | undefined;
|
|
301
301
|
score?: number | undefined;
|
|
302
|
-
isWinner?: boolean | undefined;
|
|
302
|
+
isWinner?: boolean | null | undefined;
|
|
303
303
|
seed?: number | null | undefined;
|
|
304
304
|
teamCode?: string | null | undefined;
|
|
305
305
|
scoreExtraTime?: number | null | undefined;
|
|
@@ -352,7 +352,7 @@ export declare const internalNotification: z.ZodObject<{
|
|
|
352
352
|
apiTeamId: number | null;
|
|
353
353
|
id?: string | null | undefined;
|
|
354
354
|
score?: number | undefined;
|
|
355
|
-
isWinner?: boolean | undefined;
|
|
355
|
+
isWinner?: boolean | null | undefined;
|
|
356
356
|
seed?: number | null | undefined;
|
|
357
357
|
teamCode?: string | null | undefined;
|
|
358
358
|
scoreExtraTime?: number | null | undefined;
|
|
@@ -367,7 +367,7 @@ export declare const internalNotification: z.ZodObject<{
|
|
|
367
367
|
apiTeamId: number | null;
|
|
368
368
|
id?: string | null | undefined;
|
|
369
369
|
score?: number | undefined;
|
|
370
|
-
isWinner?: boolean | undefined;
|
|
370
|
+
isWinner?: boolean | null | undefined;
|
|
371
371
|
seed?: number | null | undefined;
|
|
372
372
|
teamCode?: string | null | undefined;
|
|
373
373
|
scoreExtraTime?: number | null | undefined;
|
|
@@ -437,7 +437,7 @@ export declare const internalNotification: z.ZodObject<{
|
|
|
437
437
|
apiTeamId: number | null;
|
|
438
438
|
id?: string | null | undefined;
|
|
439
439
|
score?: number | undefined;
|
|
440
|
-
isWinner?: boolean | undefined;
|
|
440
|
+
isWinner?: boolean | null | undefined;
|
|
441
441
|
seed?: number | null | undefined;
|
|
442
442
|
teamCode?: string | null | undefined;
|
|
443
443
|
scoreExtraTime?: number | null | undefined;
|
|
@@ -452,7 +452,7 @@ export declare const internalNotification: z.ZodObject<{
|
|
|
452
452
|
apiTeamId: number | null;
|
|
453
453
|
id?: string | null | undefined;
|
|
454
454
|
score?: number | undefined;
|
|
455
|
-
isWinner?: boolean | undefined;
|
|
455
|
+
isWinner?: boolean | null | undefined;
|
|
456
456
|
seed?: number | null | undefined;
|
|
457
457
|
teamCode?: string | null | undefined;
|
|
458
458
|
scoreExtraTime?: number | null | undefined;
|
|
@@ -523,7 +523,7 @@ export declare const internalNotification: z.ZodObject<{
|
|
|
523
523
|
apiTeamId: number | null;
|
|
524
524
|
id?: string | null | undefined;
|
|
525
525
|
score?: number | undefined;
|
|
526
|
-
isWinner?: boolean | undefined;
|
|
526
|
+
isWinner?: boolean | null | undefined;
|
|
527
527
|
seed?: number | null | undefined;
|
|
528
528
|
teamCode?: string | null | undefined;
|
|
529
529
|
scoreExtraTime?: number | null | undefined;
|
|
@@ -538,7 +538,7 @@ export declare const internalNotification: z.ZodObject<{
|
|
|
538
538
|
apiTeamId: number | null;
|
|
539
539
|
id?: string | null | undefined;
|
|
540
540
|
score?: number | undefined;
|
|
541
|
-
isWinner?: boolean | undefined;
|
|
541
|
+
isWinner?: boolean | null | undefined;
|
|
542
542
|
seed?: number | null | undefined;
|
|
543
543
|
teamCode?: string | null | undefined;
|
|
544
544
|
scoreExtraTime?: number | null | undefined;
|