@holochain/client
Advanced tools
Comparing version 0.7.0 to 0.8.0
@@ -80,3 +80,3 @@ /// <reference types="node" /> | ||
export declare type RegisterDnaRequest = { | ||
uid?: string; | ||
network_seed?: string; | ||
properties?: DnaProperties; | ||
@@ -137,3 +137,3 @@ } & DnaSource; | ||
properties?: DnaProperties; | ||
uid?: string; | ||
network_seed?: NetworkSeed; | ||
version?: DnaVersionFlexible; | ||
@@ -161,3 +161,3 @@ }; | ||
}; | ||
export declare type Uid = string; | ||
export declare type NetworkSeed = string; | ||
export declare type InstallAppBundleRequest = { | ||
@@ -169,3 +169,3 @@ agent_key: AgentPubKey; | ||
}; | ||
uid?: Uid; | ||
network_seed?: NetworkSeed; | ||
} & AppBundleSource; | ||
@@ -243,3 +243,3 @@ export declare type InstallAppBundleResponse = InstalledAppInfo; | ||
name: string; | ||
uid?: string; | ||
network_seed?: NetworkSeed; | ||
properties?: DnaProperties; | ||
@@ -246,0 +246,0 @@ zomes: Array<ZomeManifest>; |
{ | ||
"name": "@holochain/client", | ||
"version": "0.7.0", | ||
"version": "0.8.0", | ||
"description": "A JavaScript client for the Holochain Conductor API", | ||
@@ -5,0 +5,0 @@ "author": "Holochain Foundation <info@holochain.org> (http://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
62638
804
96
2
6
0
42