Variable: ClientInstallSchema
Makaio Framework / contracts/client / ClientInstallSchema
Variable: ClientInstallSchema
Section titled “Variable: ClientInstallSchema”
constClientInstallSchema:object
Defined in: ../../../packages/contracts/src/client/binary-management.ts:100
Request and response schemas for client.install.
Enqueues a background install job for a managed client binary.
Callers can track progress via client.installJob.progress and
client.installJob.completed events using the returned jobId.
Type Declaration
Section titled “Type Declaration”request
Section titled “request”request:
ZodObject<{clientId:ZodString;version:ZodOptional<ZodString>; },$strip>
response
Section titled “response”response:
ZodObject<{jobId:ZodString;requestedVersion:ZodNullable<ZodString>;resolvedVersion:ZodNullable<ZodString>; },$strip>