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

@crayond_dev/grpc-toolkit

Package Overview
Dependencies
Maintainers
1
Versions
199
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@crayond_dev/grpc-toolkit - npm Package Compare versions

Comparing version 1.13.17 to 1.13.18

lib/rpc_types/toolkit/authChangePasswordRequest.d.ts

2

lib/rpc_types/index.d.ts

@@ -322,2 +322,4 @@ import type * as grpc from '@grpc/grpc-js';

};
authChangePasswordRequest: MessageTypeDefinition;
authChangePasswordResponse: MessageTypeDefinition;
authForgotPasswordData: MessageTypeDefinition;

@@ -324,0 +326,0 @@ authForgotPasswordRequest: MessageTypeDefinition;

@@ -9,2 +9,4 @@ import type * as grpc from '@grpc/grpc-js';

import type { AuthSignUpResponse as _toolkit_AuthSignUpResponse, AuthSignUpResponse__Output as _toolkit_AuthSignUpResponse__Output } from '../toolkit/AuthSignUpResponse';
import type { authChangePasswordRequest as _toolkit_authChangePasswordRequest, authChangePasswordRequest__Output as _toolkit_authChangePasswordRequest__Output } from '../toolkit/authChangePasswordRequest';
import type { authChangePasswordResponse as _toolkit_authChangePasswordResponse, authChangePasswordResponse__Output as _toolkit_authChangePasswordResponse__Output } from '../toolkit/authChangePasswordResponse';
import type { authForgotPasswordRequest as _toolkit_authForgotPasswordRequest, authForgotPasswordRequest__Output as _toolkit_authForgotPasswordRequest__Output } from '../toolkit/authForgotPasswordRequest';

@@ -17,2 +19,10 @@ import type { authForgotPasswordResponse as _toolkit_authForgotPasswordResponse, authForgotPasswordResponse__Output as _toolkit_authForgotPasswordResponse__Output } from '../toolkit/authForgotPasswordResponse';

export interface authServiceClient extends grpc.Client {
authChangePassword(argument: _toolkit_authChangePasswordRequest, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_toolkit_authChangePasswordResponse__Output>): grpc.ClientUnaryCall;
authChangePassword(argument: _toolkit_authChangePasswordRequest, metadata: grpc.Metadata, callback: grpc.requestCallback<_toolkit_authChangePasswordResponse__Output>): grpc.ClientUnaryCall;
authChangePassword(argument: _toolkit_authChangePasswordRequest, options: grpc.CallOptions, callback: grpc.requestCallback<_toolkit_authChangePasswordResponse__Output>): grpc.ClientUnaryCall;
authChangePassword(argument: _toolkit_authChangePasswordRequest, callback: grpc.requestCallback<_toolkit_authChangePasswordResponse__Output>): grpc.ClientUnaryCall;
authChangePassword(argument: _toolkit_authChangePasswordRequest, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_toolkit_authChangePasswordResponse__Output>): grpc.ClientUnaryCall;
authChangePassword(argument: _toolkit_authChangePasswordRequest, metadata: grpc.Metadata, callback: grpc.requestCallback<_toolkit_authChangePasswordResponse__Output>): grpc.ClientUnaryCall;
authChangePassword(argument: _toolkit_authChangePasswordRequest, options: grpc.CallOptions, callback: grpc.requestCallback<_toolkit_authChangePasswordResponse__Output>): grpc.ClientUnaryCall;
authChangePassword(argument: _toolkit_authChangePasswordRequest, callback: grpc.requestCallback<_toolkit_authChangePasswordResponse__Output>): grpc.ClientUnaryCall;
authCheckEmail(argument: _toolkit_AuthCheckEmailRequest, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_toolkit_AuthCheckEmailResponse__Output>): grpc.ClientUnaryCall;

@@ -68,2 +78,3 @@ authCheckEmail(argument: _toolkit_AuthCheckEmailRequest, metadata: grpc.Metadata, callback: grpc.requestCallback<_toolkit_AuthCheckEmailResponse__Output>): grpc.ClientUnaryCall;

export interface authServiceHandlers extends grpc.UntypedServiceImplementation {
authChangePassword: grpc.handleUnaryCall<_toolkit_authChangePasswordRequest__Output, _toolkit_authChangePasswordResponse>;
authCheckEmail: grpc.handleUnaryCall<_toolkit_AuthCheckEmailRequest__Output, _toolkit_AuthCheckEmailResponse>;

@@ -77,2 +88,3 @@ authCheckUsername: grpc.handleUnaryCall<_toolkit_AuthCheckUserNameRequest__Output, _toolkit_AuthCheckUserNameResponse>;

export interface authServiceDefinition extends grpc.ServiceDefinition {
authChangePassword: MethodDefinition<_toolkit_authChangePasswordRequest, _toolkit_authChangePasswordResponse, _toolkit_authChangePasswordRequest__Output, _toolkit_authChangePasswordResponse__Output>;
authCheckEmail: MethodDefinition<_toolkit_AuthCheckEmailRequest, _toolkit_AuthCheckEmailResponse, _toolkit_AuthCheckEmailRequest__Output, _toolkit_AuthCheckEmailResponse__Output>;

@@ -79,0 +91,0 @@ authCheckUsername: MethodDefinition<_toolkit_AuthCheckUserNameRequest, _toolkit_AuthCheckUserNameResponse, _toolkit_AuthCheckUserNameRequest__Output, _toolkit_AuthCheckUserNameResponse__Output>;

2

package.json
{
"name": "@crayond_dev/grpc-toolkit",
"version": "1.13.17",
"version": "1.13.18",
"description": "This has definitions and types required for implementing gRPC in toolkit microservices",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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