Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@textile/users-grpc

Package Overview
Dependencies
Maintainers
5
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@textile/users-grpc - npm Package Compare versions

Comparing version 2.1.6 to 2.1.7

56

api/billingd/pb/billingd_pb.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc