feat: returns the membership group information in permission

This commit is contained in:
=
2025-12-07 14:38:59 +05:30
parent 68eef39dd7
commit 2a783d3057

View File

@@ -315,6 +315,8 @@ export const registerProjectRoleRouter = async (server: FastifyZodProvider) => {
memberships: z
.object({
id: z.string(),
actorGroupId: z.string().nullish(),
actorUserId: z.string().nullish(),
roles: z
.object({
role: z.string()