@textile/users-grpc
Advanced tools
Comparing version 2.1.6 to 2.1.7
@@ -109,14 +109,12 @@ // package: api.billingd.pb | ||
export class CreateCustomerRequest extends jspb.Message { | ||
getKey(): string; | ||
setKey(value: string): void; | ||
hasCustomer(): boolean; | ||
clearCustomer(): void; | ||
getCustomer(): CreateCustomerRequest.Params | undefined; | ||
setCustomer(value?: CreateCustomerRequest.Params): void; | ||
getParentKey(): string; | ||
setParentKey(value: string): void; | ||
hasParent(): boolean; | ||
clearParent(): void; | ||
getParent(): CreateCustomerRequest.Params | undefined; | ||
setParent(value?: CreateCustomerRequest.Params): void; | ||
getEmail(): string; | ||
setEmail(value: string): void; | ||
getAccountType(): number; | ||
setAccountType(value: number): void; | ||
serializeBinary(): Uint8Array; | ||
@@ -134,7 +132,33 @@ toObject(includeInstance?: boolean): CreateCustomerRequest.AsObject; | ||
export type AsObject = { | ||
key: string, | ||
parentKey: string, | ||
email: string, | ||
accountType: number, | ||
customer?: CreateCustomerRequest.Params.AsObject, | ||
parent?: CreateCustomerRequest.Params.AsObject, | ||
} | ||
export class Params extends jspb.Message { | ||
getKey(): string; | ||
setKey(value: string): void; | ||
getEmail(): string; | ||
setEmail(value: string): void; | ||
getAccountType(): number; | ||
setAccountType(value: number): void; | ||
serializeBinary(): Uint8Array; | ||
toObject(includeInstance?: boolean): Params.AsObject; | ||
static toObject(includeInstance: boolean, msg: Params): Params.AsObject; | ||
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>}; | ||
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>}; | ||
static serializeBinaryToWriter(message: Params, writer: jspb.BinaryWriter): void; | ||
static deserializeBinary(bytes: Uint8Array): Params; | ||
static deserializeBinaryFromReader(message: Params, reader: jspb.BinaryReader): Params; | ||
} | ||
export namespace Params { | ||
export type AsObject = { | ||
key: string, | ||
email: string, | ||
accountType: number, | ||
} | ||
} | ||
} | ||
@@ -195,2 +219,5 @@ | ||
getAccountType(): number; | ||
setAccountType(value: number): void; | ||
getAccountStatus(): string; | ||
@@ -243,2 +270,3 @@ setAccountStatus(value: string): void; | ||
email: string, | ||
accountType: number, | ||
accountStatus: string, | ||
@@ -245,0 +273,0 @@ subscriptionStatus: string, |
{ | ||
"name": "@textile/users-grpc", | ||
"version": "2.1.6", | ||
"version": "2.1.7", | ||
"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
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
386869
10158