@textile/users-grpc
Advanced tools
Comparing version 2.1.4 to 2.1.5
@@ -495,6 +495,11 @@ // package: api.usersd.pb | ||
export class GetUsageResponse extends jspb.Message { | ||
hasCustomer(): boolean; | ||
clearCustomer(): void; | ||
getCustomer(): api_billingd_pb_billingd_pb.GetCustomerResponse | undefined; | ||
setCustomer(value?: api_billingd_pb_billingd_pb.GetCustomerResponse): void; | ||
hasUsage(): boolean; | ||
clearUsage(): void; | ||
getUsage(): api_billingd_pb_billingd_pb.GetCustomerResponse | undefined; | ||
setUsage(value?: api_billingd_pb_billingd_pb.GetCustomerResponse): void; | ||
getUsage(): api_billingd_pb_billingd_pb.GetCustomerUsageResponse | undefined; | ||
setUsage(value?: api_billingd_pb_billingd_pb.GetCustomerUsageResponse): void; | ||
@@ -513,5 +518,6 @@ serializeBinary(): Uint8Array; | ||
export type AsObject = { | ||
usage?: api_billingd_pb_billingd_pb.GetCustomerResponse.AsObject, | ||
customer?: api_billingd_pb_billingd_pb.GetCustomerResponse.AsObject, | ||
usage?: api_billingd_pb_billingd_pb.GetCustomerUsageResponse.AsObject, | ||
} | ||
} | ||
{ | ||
"name": "@textile/users-grpc", | ||
"version": "2.1.4", | ||
"version": "2.1.5", | ||
"description": "A client for interacting with the Textile Users gRPC API.", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is too big to display
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
169574
4507
1