Merge branch 'dev' into clients-user

This commit is contained in:
Owen
2025-11-17 11:28:47 -05:00
251 changed files with 3872 additions and 1666 deletions

View File

@@ -15,12 +15,10 @@ import { build } from "@server/build";
import { UserType } from "@server/types/UserTypes";
import { calculateUserClientsForOrgs } from "@server/lib/calculateUserClientsForOrgs";
const removeUserSchema = z
.object({
const removeUserSchema = z.strictObject({
userId: z.string(),
orgId: z.string()
})
.strict();
});
registry.registerPath({
method: "delete",