Merge branch 'dev' into feat/login-page-customization

This commit is contained in:
Fred KISSIE
2025-11-17 22:18:32 +01:00
222 changed files with 3625 additions and 1759 deletions

View File

@@ -15,11 +15,9 @@ import { fromError } from "zod-validation-error";
import logger from "@server/logger";
import { build } from "@server/build";
const getResourceAuthInfoSchema = z
.object({
const getResourceAuthInfoSchema = z.strictObject({
resourceGuid: z.string()
})
.strict();
});
export type GetResourceAuthInfoResponse = {
resourceId: number;