rategame-shared 1.1.209 → 1.1.210

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.
@@ -258,6 +258,7 @@ export declare const internalNotification: z.ZodObject<{
258
258
  fanCategory: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"winningTeam">, z.ZodLiteral<"losingTeam">, z.ZodLiteral<"neutral">, z.ZodLiteral<"homeTeam">, z.ZodLiteral<"awayTeam">]>>;
259
259
  listCount: z.ZodOptional<z.ZodNumber>;
260
260
  updatedAt: z.ZodOptional<z.ZodNumber>;
261
+ edited: z.ZodOptional<z.ZodBoolean>;
261
262
  }, "strip", z.ZodTypeAny, {
262
263
  id: string;
263
264
  user: {
@@ -322,6 +323,7 @@ export declare const internalNotification: z.ZodObject<{
322
323
  isInitialWindowRating?: boolean | undefined;
323
324
  weight?: number | undefined;
324
325
  fanCategory?: "homeTeam" | "awayTeam" | "winningTeam" | "losingTeam" | "neutral" | undefined;
326
+ edited?: boolean | undefined;
325
327
  }, {
326
328
  id: string;
327
329
  user: {
@@ -386,6 +388,7 @@ export declare const internalNotification: z.ZodObject<{
386
388
  isInitialWindowRating?: boolean | undefined;
387
389
  weight?: number | undefined;
388
390
  fanCategory?: "homeTeam" | "awayTeam" | "winningTeam" | "losingTeam" | "neutral" | undefined;
391
+ edited?: boolean | undefined;
389
392
  }>>;
390
393
  }, "strip", z.ZodTypeAny, {
391
394
  id: string;
@@ -467,6 +470,7 @@ export declare const internalNotification: z.ZodObject<{
467
470
  isInitialWindowRating?: boolean | undefined;
468
471
  weight?: number | undefined;
469
472
  fanCategory?: "homeTeam" | "awayTeam" | "winningTeam" | "losingTeam" | "neutral" | undefined;
473
+ edited?: boolean | undefined;
470
474
  } | undefined;
471
475
  linkText?: string | undefined;
472
476
  }, {
@@ -549,6 +553,7 @@ export declare const internalNotification: z.ZodObject<{
549
553
  isInitialWindowRating?: boolean | undefined;
550
554
  weight?: number | undefined;
551
555
  fanCategory?: "homeTeam" | "awayTeam" | "winningTeam" | "losingTeam" | "neutral" | undefined;
556
+ edited?: boolean | undefined;
552
557
  } | undefined;
553
558
  linkText?: string | undefined;
554
559
  }>;
@@ -228,6 +228,7 @@ export declare const ratingSchema: import("zod").ZodObject<{
228
228
  fanCategory: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"winningTeam">, import("zod").ZodLiteral<"losingTeam">, import("zod").ZodLiteral<"neutral">, import("zod").ZodLiteral<"homeTeam">, import("zod").ZodLiteral<"awayTeam">]>>;
229
229
  listCount: import("zod").ZodOptional<import("zod").ZodNumber>;
230
230
  updatedAt: import("zod").ZodOptional<import("zod").ZodNumber>;
231
+ edited: import("zod").ZodOptional<import("zod").ZodBoolean>;
231
232
  }, "strip", import("zod").ZodTypeAny, {
232
233
  id: string;
233
234
  user: {
@@ -292,6 +293,7 @@ export declare const ratingSchema: import("zod").ZodObject<{
292
293
  isInitialWindowRating?: boolean | undefined;
293
294
  weight?: number | undefined;
294
295
  fanCategory?: "homeTeam" | "awayTeam" | "winningTeam" | "losingTeam" | "neutral" | undefined;
296
+ edited?: boolean | undefined;
295
297
  }, {
296
298
  id: string;
297
299
  user: {
@@ -356,6 +358,7 @@ export declare const ratingSchema: import("zod").ZodObject<{
356
358
  isInitialWindowRating?: boolean | undefined;
357
359
  weight?: number | undefined;
358
360
  fanCategory?: "homeTeam" | "awayTeam" | "winningTeam" | "losingTeam" | "neutral" | undefined;
361
+ edited?: boolean | undefined;
359
362
  }>;
360
363
  export declare const searchRatingSchema: import("zod").ZodObject<{
361
364
  q: import("zod").ZodOptional<import("zod").ZodString>;
@@ -708,6 +711,7 @@ export declare const createRatingSchema: import("zod").ZodObject<import("zod").o
708
711
  fanCategory: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"winningTeam">, import("zod").ZodLiteral<"losingTeam">, import("zod").ZodLiteral<"neutral">, import("zod").ZodLiteral<"homeTeam">, import("zod").ZodLiteral<"awayTeam">]>>;
709
712
  listCount: import("zod").ZodOptional<import("zod").ZodNumber>;
710
713
  updatedAt: import("zod").ZodOptional<import("zod").ZodNumber>;
714
+ edited: import("zod").ZodOptional<import("zod").ZodBoolean>;
711
715
  }, "id" | "user" | "createdAt">, {
712
716
  game: import("zod").ZodObject<Omit<{
713
717
  id: import("zod").ZodString;
@@ -866,6 +870,7 @@ export declare const createRatingSchema: import("zod").ZodObject<import("zod").o
866
870
  isInitialWindowRating?: boolean | undefined;
867
871
  weight?: number | undefined;
868
872
  fanCategory?: "homeTeam" | "awayTeam" | "winningTeam" | "losingTeam" | "neutral" | undefined;
873
+ edited?: boolean | undefined;
869
874
  }, {
870
875
  rating: number;
871
876
  game: {
@@ -889,6 +894,7 @@ export declare const createRatingSchema: import("zod").ZodObject<import("zod").o
889
894
  isInitialWindowRating?: boolean | undefined;
890
895
  weight?: number | undefined;
891
896
  fanCategory?: "homeTeam" | "awayTeam" | "winningTeam" | "losingTeam" | "neutral" | undefined;
897
+ edited?: boolean | undefined;
892
898
  }>;
893
899
  export declare const threadCommentSchema: import("zod").ZodObject<{
894
900
  id: import("zod").ZodString;
@@ -42,6 +42,7 @@ exports.ratingSchema = (0, zod_1.object)({
42
42
  ]).optional(),
43
43
  listCount: (0, zod_1.number)().optional(),
44
44
  updatedAt: (0, zod_1.number)().optional(),
45
+ edited: (0, zod_1.boolean)().optional(),
45
46
  });
46
47
  exports.searchRatingSchema = (0, zod_1.object)({
47
48
  q: (0, zod_1.string)().optional(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rategame-shared",
3
- "version": "1.1.209",
3
+ "version": "1.1.210",
4
4
  "description": "This package contains shared resources for the Rate Game project.",
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "./dist/index.js",