@crayond_dev/grpc-toolkit
Advanced tools
Comparing version 1.13.17 to 1.13.18
@@ -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>; |
{ | ||
"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
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
830148
896
9868