11312 rest api cant filter enum type columns by null value (#11343)

- Fixes https://github.com/twentyhq/twenty/issues/11312
- Fixes record undefined on webhook deleted events
- Emit destroy event when deleting record via the rest api
This commit is contained in:
martmull
2025-04-02 15:07:53 +02:00
committed by GitHub
parent 76bbffc315
commit 55eadf1ab4
5 changed files with 29 additions and 5 deletions

View File

@ -7,7 +7,7 @@ declare module 'express-serve-static-core' {
user?: User | null;
apiKey?: ApiKeyWorkspaceEntity | null;
workspace: Workspace;
workspaceId?: string;
workspaceId: string;
workspaceMetadataVersion?: number;
workspaceMemberId?: string;
userWorkspaceId?: string;