Zum Hauptinhalt springen

Variable: BrokerRevokeCommandSchema

const BrokerRevokeCommandSchema: TObject<{ kind: TLiteral<"broker-revoke">; name: TString; pluginId: TString; reason: TOptional<TString>; revision: TOptional<TInteger>; }>

Defined in: packages/contracts/src/capabilityBroker.ts:121

Host → runtime revocation command (§10.2): new calls for the capability are rejected and in-flight ones are aborted. revision is the grant revision the host observed at revoke time; name is the catalog capability name.