Type Alias: ActivityVisibility
ActivityVisibility = typeof
ActivityVisibility[keyof typeofActivityVisibility]
Defined in: packages/sdk/src/types/generated/event_type.ts:99
The visibility class an event is born with.
ACCOUNT_PRIVATE is structural privacy: such an event is only ever
visible to the account named in account_uuid, regardless of any scope a
viewer holds, and it never enters a workspace or org rollup. This is how
manager and agent-job chat privacy survives aggregation.