@crayond_dev/grpc-toolkit
Advanced tools
Comparing version 1.8.0 to 1.9.0
@@ -368,6 +368,6 @@ import type * as grpc from '@grpc/grpc-js'; | ||
} | ||
export * from "./toolkit/authService"; | ||
export * from "./toolkit/idmService"; | ||
export * from './toolkit/pasmService'; | ||
export * from "./toolkit/alertshubService"; | ||
export * from "./toolkit/message_catelogService"; | ||
export * from './toolkit/idmService'; | ||
export * from './toolkit/alertshubService'; | ||
export * from './toolkit/authService'; | ||
export * from './toolkit/message_catelogService'; |
@@ -17,6 +17,6 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__exportStar(require("./toolkit/authService"), exports); | ||
__exportStar(require("./toolkit/pasmService"), exports); | ||
__exportStar(require("./toolkit/idmService"), exports); | ||
__exportStar(require("./toolkit/pasmService"), exports); | ||
__exportStar(require("./toolkit/alertshubService"), exports); | ||
__exportStar(require("./toolkit/authService"), exports); | ||
__exportStar(require("./toolkit/message_catelogService"), exports); |
import type * as grpc from '@grpc/grpc-js'; | ||
import type { MethodDefinition } from '@grpc/proto-loader'; | ||
import type { AuthSignUpRequest as _toolkit_AuthSignUpRequest, AuthSignUpRequest__Output as _toolkit_AuthSignUpRequest__Output } from '../toolkit/AuthSignUpRequest'; | ||
import type { AuthSignUpResponse as _toolkit_AuthSignUpResponse, AuthSignUpResponse__Output as _toolkit_AuthSignUpResponse__Output } from '../toolkit/AuthSignUpResponse'; | ||
import type { signInRequest as _toolkit_signInRequest, signInRequest__Output as _toolkit_signInRequest__Output } from '../toolkit/signInRequest'; | ||
import type { signInResponse as _toolkit_signInResponse, signInResponse__Output as _toolkit_signInResponse__Output } from '../toolkit/signInResponse'; | ||
export interface authServiceClient extends grpc.Client { | ||
authSignUp(argument: _toolkit_AuthSignUpRequest, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_toolkit_AuthSignUpResponse__Output>): grpc.ClientUnaryCall; | ||
authSignUp(argument: _toolkit_AuthSignUpRequest, metadata: grpc.Metadata, callback: grpc.requestCallback<_toolkit_AuthSignUpResponse__Output>): grpc.ClientUnaryCall; | ||
authSignUp(argument: _toolkit_AuthSignUpRequest, options: grpc.CallOptions, callback: grpc.requestCallback<_toolkit_AuthSignUpResponse__Output>): grpc.ClientUnaryCall; | ||
authSignUp(argument: _toolkit_AuthSignUpRequest, callback: grpc.requestCallback<_toolkit_AuthSignUpResponse__Output>): grpc.ClientUnaryCall; | ||
authSignUp(argument: _toolkit_AuthSignUpRequest, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_toolkit_AuthSignUpResponse__Output>): grpc.ClientUnaryCall; | ||
authSignUp(argument: _toolkit_AuthSignUpRequest, metadata: grpc.Metadata, callback: grpc.requestCallback<_toolkit_AuthSignUpResponse__Output>): grpc.ClientUnaryCall; | ||
authSignUp(argument: _toolkit_AuthSignUpRequest, options: grpc.CallOptions, callback: grpc.requestCallback<_toolkit_AuthSignUpResponse__Output>): grpc.ClientUnaryCall; | ||
authSignUp(argument: _toolkit_AuthSignUpRequest, callback: grpc.requestCallback<_toolkit_AuthSignUpResponse__Output>): grpc.ClientUnaryCall; | ||
signIn(argument: _toolkit_signInRequest, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_toolkit_signInResponse__Output>): grpc.ClientUnaryCall; | ||
@@ -16,6 +26,8 @@ signIn(argument: _toolkit_signInRequest, metadata: grpc.Metadata, callback: grpc.requestCallback<_toolkit_signInResponse__Output>): grpc.ClientUnaryCall; | ||
export interface authServiceHandlers extends grpc.UntypedServiceImplementation { | ||
authSignUp: grpc.handleUnaryCall<_toolkit_AuthSignUpRequest__Output, _toolkit_AuthSignUpResponse>; | ||
signIn: grpc.handleUnaryCall<_toolkit_signInRequest__Output, _toolkit_signInResponse>; | ||
} | ||
export interface authServiceDefinition extends grpc.ServiceDefinition { | ||
authSignUp: MethodDefinition<_toolkit_AuthSignUpRequest, _toolkit_AuthSignUpResponse, _toolkit_AuthSignUpRequest__Output, _toolkit_AuthSignUpResponse__Output>; | ||
signIn: MethodDefinition<_toolkit_signInRequest, _toolkit_signInResponse, _toolkit_signInRequest__Output, _toolkit_signInResponse__Output>; | ||
} |
{ | ||
"name": "@crayond_dev/grpc-toolkit", | ||
"version": "1.8.0", | ||
"version": "1.9.0", | ||
"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
669095
714
8048
4