@holochain/client
Advanced tools
Comparing version 0.18.0-dev.12 to 0.18.0-dev.13
@@ -191,5 +191,10 @@ import { Action, DhtOp, Entry, ZomeCallCapGrant } from "../../hdk/index.js"; | ||
/** | ||
* Contains a list of errors of the cells where deletion was unsuccessful. | ||
* | ||
* If the key could not be deleted from all cells, the call | ||
* {@link RevokeAgentKeyRequest} can be re-attempted to delete the key from the remaining cells. | ||
* | ||
* @public | ||
*/ | ||
export type RevokeAgentKeyResponse = void; | ||
export type RevokeAgentKeyResponse = Array<[CellId, string]>; | ||
/** | ||
@@ -196,0 +201,0 @@ * @public |
{ | ||
"name": "@holochain/client", | ||
"version": "0.18.0-dev.12", | ||
"version": "0.18.0-dev.13", | ||
"description": "A JavaScript client for the Holochain Conductor API", | ||
@@ -5,0 +5,0 @@ "author": "Holochain Foundation <info@holochain.org> (https://holochain.org)", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
135073
3747