Variable: ClientUpdateSchema
Makaio Framework / contracts/client / ClientUpdateSchema
Variable: ClientUpdateSchema
Section titled “Variable: ClientUpdateSchema”
constClientUpdateSchema:object
Defined in: ../../../packages/contracts/src/client/binary-management.ts:167
Request and response schemas for client.update.
Enqueues an update job that installs the latest available version and
activates it. 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; },$strip>
response
Section titled “response”response:
ZodObject<{jobId:ZodString;resolvedVersion:ZodNullable<ZodString>; },$strip>