@textile/buckets-grpc
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -49,2 +49,5 @@ // package: buckets.pb | ||
getPrivate(): boolean; | ||
setPrivate(value: boolean): void; | ||
serializeBinary(): Uint8Array; | ||
@@ -64,2 +67,3 @@ toObject(includeInstance?: boolean): InitRequest.AsObject; | ||
bootstrapcid: string, | ||
pb_private: boolean, | ||
} | ||
@@ -84,2 +88,5 @@ } | ||
getSeedcid(): string; | ||
setSeedcid(value: string): void; | ||
serializeBinary(): Uint8Array; | ||
@@ -100,2 +107,3 @@ toObject(includeInstance?: boolean): InitReply.AsObject; | ||
seed: Uint8Array | string, | ||
seedcid: string, | ||
} | ||
@@ -102,0 +110,0 @@ } |
{ | ||
"name": "@textile/buckets-grpc", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "A client for interacting with the Textile Buckets gRPC API.", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is too big to display
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
282664
8047