rename organizationId -> organizationSlug

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-04-08 21:49:00 +02:00
parent 097ea18320
commit 19b0e509e0
37 changed files with 109 additions and 128 deletions

View File

@@ -85,7 +85,7 @@ export const zInviteUser = z.object({
});
export const zShareOverview = z.object({
organizationId: z.string(),
organizationSlug: z.string(),
projectId: z.string(),
password: z.string().nullable(),
public: z.boolean(),