Variable: ClientUninstallSchema
Makaio Framework / contracts/client / ClientUninstallSchema
Variable: ClientUninstallSchema
Section titled “Variable: ClientUninstallSchema”
constClientUninstallSchema:object
Defined in: ../../../packages/contracts/src/client/binary-management.ts:137
Request and response schemas for client.uninstall.
Removes a specific installed version of a managed client binary.
If the removed version was active, the active pointer is cleared to null
— no automatic replacement is made. Callers must explicitly call
client.setActive to promote another installed version.
Type Declaration
Section titled “Type Declaration”request
Section titled “request”request:
ZodObject<{clientId:ZodString;version:ZodString; },$strip>
response
Section titled “response”response:
ZodObject<{activeVersion:ZodNullable<ZodString>;clientId:ZodString;removedVersion:ZodString; },$strip>