Refactor schema

This commit is contained in:
2025-09-17 23:01:22 +02:00
parent 0eb410dff7
commit 28a63b43b0
16 changed files with 1120 additions and 1109 deletions

View File

@@ -1,20 +1,18 @@
import z from "zod"
import {
arcadeStatsSchema,
bedwarsStatsSchema,
blitzStatsSchema,
buildBattleStatsSchema,
copsAndCrimsStatsSchema,
duelsStatsSchema,
megawallsStats,
murderMysteryStatsSchema,
pitStats,
skywarsStatsSchema,
speedUhcStatsSchema,
tntGamesStatsSchema,
uhcSchema,
woolGamesStatsSchema
} from "./stats"
import { arcadeStatsSchema } from "./stats/arcade"
import { bedwarsStatsSchema } from "./stats/bedwars"
import { blitzStatsSchema } from "./stats/blitz"
import { buildBattleStatsSchema } from "./stats/build-battle"
import { copsAndCrimsStatsSchema } from "./stats/copsandcrims"
import { duelsStatsSchema } from "./stats/duels"
import { megawallsStats } from "./stats/megawalls"
import { murderMysteryStatsSchema } from "./stats/murder-mystery"
import { pitStats } from "./stats/pit"
import { skywarsStatsSchema } from "./stats/skywars"
import { speedUhcStatsSchema } from "./stats/speeduhc"
import { tntGamesStatsSchema } from "./stats/tnt-games"
import { uhcSchema } from "./stats/uhc"
import { woolGamesStatsSchema } from "./stats/woolgames"
export const playerSchema = z.looseObject({
player: z.looseObject({