Fixes https://github.com/twentyhq/twenty/issues/15809 ## Context We recently introduced a global datasource now consuming workspace context from ALS store however the authContext was missing (only the workspaceId was there) which "broke" event emission, now missing the workspaceMemberId This PR adds the missing authContext so we can access from anywhere in the datasource. We are still passing it as a parameters on repository level for legacy but in theory we should be able to remove it from everywhere and consume the context <img width="929" height="253" alt="Screenshot 2025-11-13 at 18 58 16" src="https://github.com/user-attachments/assets/3e04f264-95e6-4831-94f3-fc01603f19bd" />