Variable: ClientVersionChangedSchema
Makaio Framework / contracts/client / ClientVersionChangedSchema
Variable: ClientVersionChangedSchema
Section titled “Variable: ClientVersionChangedSchema”
constClientVersionChangedSchema:ZodObject<{activeVersion:ZodNullable<ZodString>;clientId:ZodString;previousActiveVersion:ZodNullable<ZodString>;reason:ZodEnum<{install:"install";set-active:"set-active";uninstall:"uninstall";update:"update"; }>; },$strip>
Defined in: ../../../packages/contracts/src/client/binary-management.ts:330
Event payload for client.version.changed.
Emitted whenever the active-version pointer for a managed client changes, regardless of the operation that caused the change.