Skip to main content

Interface: AccountLiveChatsResponse

Defined in: packages/sdk/src/types/generated/live_chat.ts:62

The estate's Live Chats feed.

waiting rings are PHI-free (IDs only). active chats carry answeredBy plus member and workflow names — PHI, rendered Redacted client-side and audited here as a bulk read, exactly as the workspace endpoint does. Each entry gains a workspaceUuid the workspace-scoped shapes did not need to carry, because at this altitude "which workspace" is no longer implied by the URL.

workspaceUuids reports the requested workspaces admitted by the grant map. It is deliberately independent of presence: Show controls display, while Online controls which waiting rings the member may answer.

Properties

active

active: AccountActiveChatResponse[]

Defined in: packages/sdk/src/types/generated/live_chat.ts:64


waiting

waiting: AccountWaitingRingResponse[]

Defined in: packages/sdk/src/types/generated/live_chat.ts:63


workspaceUuids

workspaceUuids: string[]

Defined in: packages/sdk/src/types/generated/live_chat.ts:65