Skip to content

Variable: ClientBinaryListEntrySchema

Makaio Framework


Makaio Framework / contracts/client / ClientBinaryListEntrySchema

const ClientBinaryListEntrySchema: 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.