@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.
package/lib/api/admin/types.d.ts
CHANGED
|
@@ -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,
|
|
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 =
|
|
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":"
|
|
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