Variable: SessionClientAccountChangedSchema
Makaio Framework / contracts/session / SessionClientAccountChangedSchema
Variable: SessionClientAccountChangedSchema
Section titled “Variable: SessionClientAccountChangedSchema”
constSessionClientAccountChangedSchema:ZodObject<{clientAccountId:ZodString;clientId:ZodString;lastClientIdentityObservation:ZodObject<{clientId:ZodString;kind:ZodString;observedAt:ZodNumber;payload:ZodType<Record<string,unknown>,unknown,$ZodTypeInternals<Record<string,unknown>,unknown>>;source:ZodString; },$strip>;observedAt:ZodNumber;previousClientAccountId:ZodNullable<ZodString>;sessionId:ZodString;source:ZodString; },$strip>
Defined in: ../../../packages/contracts/src/session/schemas/events.ts:10
Session client-account linkage changed event payload.