@holochain/client 0.9.1 → 0.9.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,7 +2,7 @@
2
2
  import { AgentPubKey, CellId, DnaHash, DnaProperties, ActionHash, HoloHash, InstalledAppId, InstalledCell, KitsuneAgent, KitsuneSpace, RoleId, Signature } from "../../types.js";
3
3
  import { DhtOp, Entry, Action } from "../../hdk/index.js";
4
4
  import { Requester } from "../common.js";
5
- import { ArchiveCloneCellRequest, ArchiveCloneCellResponse } from "../app/types.js";
5
+ import { ArchiveCloneCellRequest, CreateCloneCellResponse } from "../app/types.js";
6
6
  export declare type AttachAppInterfaceRequest = {
7
7
  port: number;
8
8
  };
@@ -189,7 +189,7 @@ export declare type AddAgentInfoRequest = {
189
189
  };
190
190
  export declare type AddAgentInfoResponse = any;
191
191
  export declare type RestoreCloneCellRequest = ArchiveCloneCellRequest;
192
- export declare type RestoreCloneCellResponse = ArchiveCloneCellResponse;
192
+ export declare type RestoreCloneCellResponse = CreateCloneCellResponse;
193
193
  export interface DeleteArchivedCloneCellsRequest {
194
194
  app_id: InstalledAppId;
195
195
  role_id: RoleId;
@@ -1 +1 @@
1
- {"version":3,"file":"types.js","sourceRoot":"","sources":["../../../src/api/admin/types.ts"],"names":[],"mappings":"AAmNA,MAAM,CAAN,IAAY,eAMX;AAND,WAAY,eAAe;IACzB,sCAAmB,CAAA;IACnB,wCAAqB,CAAA;IACrB,sCAAmB,CAAA;IACnB,sCAAmB,CAAA;IACnB,oCAAiB,CAAA;AACnB,CAAC,EANW,eAAe,KAAf,eAAe,QAM1B"}
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../../../src/api/admin/types.ts"],"names":[],"mappings":"AAoNA,MAAM,CAAN,IAAY,eAMX;AAND,WAAY,eAAe;IACzB,sCAAmB,CAAA;IACnB,wCAAqB,CAAA;IACrB,sCAAmB,CAAA;IACnB,sCAAmB,CAAA;IACnB,oCAAiB,CAAA;AACnB,CAAC,EANW,eAAe,KAAf,eAAe,QAM1B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@holochain/client",
3
- "version": "0.9.1",
3
+ "version": "0.9.2",
4
4
  "description": "A JavaScript client for the Holochain Conductor API",
5
5
  "author": "Holochain Foundation <info@holochain.org> (http://holochain.org)",
6
6
  "license": "CAL-1.0",