11311 object create webhook should be triggered when object is created via rest api (#11336)

Fixes https://github.com/twentyhq/twenty/issues/11311
This commit is contained in:
martmull
2025-04-02 10:22:22 +02:00
committed by GitHub
parent 9a2f7d8b71
commit 6e92b19e01
3 changed files with 42 additions and 14 deletions

View File

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