Variable: ClientSetActiveSchema
Makaio Framework / contracts/client / ClientSetActiveSchema
Variable: ClientSetActiveSchema
Section titled “Variable: ClientSetActiveSchema”
constClientSetActiveSchema:object
Defined in: ../../../packages/contracts/src/client/binary-management.ts:193
Request and response schemas for client.setActive.
Switches the active binary pointer to an already-installed version. The requested version must be present on disk; the handler will reject requests for versions that have not been installed.
Type Declaration
Section titled “Type Declaration”request
Section titled “request”request:
ZodObject<{clientId:ZodString;version:ZodString; },$strip>
response
Section titled “response”response:
ZodObject<{activeVersion:ZodString;clientId:ZodString; },$strip>