Variable: ClientBinaryListEntrySchema
Makaio Framework / contracts/client / ClientBinaryListEntrySchema
Variable: ClientBinaryListEntrySchema
Section titled “Variable: ClientBinaryListEntrySchema”
constClientBinaryListEntrySchema:ZodObject<{activeVersion:ZodNullable<ZodString>;clientId:ZodString;installedVersions:ZodArray<ZodObject<{installedAt:ZodNumber;installPath:ZodString;isActive:ZodBoolean;version:ZodString; },$strip>>;latestAvailableVersion:ZodNullable<ZodString>;latestVersionLastCheckedAt:ZodNullable<ZodNumber>;latestVersionSourceStatus:ZodEnum<{cached:"cached";error:"error";fresh:"fresh"; }>;updateAvailable:ZodBoolean; },$strip>
Defined in: ../../../packages/contracts/src/client/binary-management.ts:51
Summary row for a single client in a client.list response.