Variable: ClientSessionStartedSchema
Makaio Framework / contracts/client / ClientSessionStartedSchema
Variable: ClientSessionStartedSchema
Section titled “Variable: ClientSessionStartedSchema”
constClientSessionStartedSchema:ZodObject<{adapterSessionId:ZodOptional<ZodString>;clientId:ZodString;metadata:ZodOptional<ZodRecord<ZodString,ZodUnknown>>;observedAt:ZodNumber;sessionId:ZodOptional<ZodString>;source:ZodString; },$strip>
Defined in: ../../../packages/contracts/src/client/session-observed.ts:59
Payload for client.session.started.
Emitted when an adapter observes that a new client session has begun. This is a normalized observed signal — not a command. The session may not yet be linked to a framework session at emission time.