@crayond_dev/grpc-toolkit
Advanced tools
Comparing version 1.13.18 to 1.13.19
@@ -119,2 +119,4 @@ import type * as grpc from '@grpc/grpc-js'; | ||
GetInAppNotificationResponse: MessageTypeDefinition; | ||
GetMessageContentRequest: MessageTypeDefinition; | ||
GetMessageContentResponse: MessageTypeDefinition; | ||
GetOrganisationIdResponse: MessageTypeDefinition; | ||
@@ -138,3 +140,7 @@ GetOrganisationServicesRequest: MessageTypeDefinition; | ||
Language: MessageTypeDefinition; | ||
LanguageData: MessageTypeDefinition; | ||
LanguageInfo: MessageTypeDefinition; | ||
ListLanguageData: MessageTypeDefinition; | ||
ListLanguageRequest: MessageTypeDefinition; | ||
ListLanguageResponse: MessageTypeDefinition; | ||
ListOrganisationsRequest: MessageTypeDefinition; | ||
@@ -141,0 +147,0 @@ ListOrganisationsResponse: MessageTypeDefinition; |
import type * as grpc from '@grpc/grpc-js'; | ||
import type { MethodDefinition } from '@grpc/proto-loader'; | ||
import type { GetMessageContentRequest as _toolkit_GetMessageContentRequest, GetMessageContentRequest__Output as _toolkit_GetMessageContentRequest__Output } from '../toolkit/GetMessageContentRequest'; | ||
import type { GetMessageContentResponse as _toolkit_GetMessageContentResponse, GetMessageContentResponse__Output as _toolkit_GetMessageContentResponse__Output } from '../toolkit/GetMessageContentResponse'; | ||
import type { ListLanguageRequest as _toolkit_ListLanguageRequest, ListLanguageRequest__Output as _toolkit_ListLanguageRequest__Output } from '../toolkit/ListLanguageRequest'; | ||
import type { ListLanguageResponse as _toolkit_ListLanguageResponse, ListLanguageResponse__Output as _toolkit_ListLanguageResponse__Output } from '../toolkit/ListLanguageResponse'; | ||
import type { add_messageValidationRequest as _toolkit_add_messageValidationRequest, add_messageValidationRequest__Output as _toolkit_add_messageValidationRequest__Output } from '../toolkit/add_messageValidationRequest'; | ||
@@ -38,2 +42,18 @@ import type { add_messageValidationResponse as _toolkit_add_messageValidationResponse, add_messageValidationResponse__Output as _toolkit_add_messageValidationResponse__Output } from '../toolkit/add_messageValidationResponse'; | ||
export interface message_catelogServiceClient extends grpc.Client { | ||
getMessageContent(argument: _toolkit_GetMessageContentRequest, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_toolkit_GetMessageContentResponse__Output>): grpc.ClientUnaryCall; | ||
getMessageContent(argument: _toolkit_GetMessageContentRequest, metadata: grpc.Metadata, callback: grpc.requestCallback<_toolkit_GetMessageContentResponse__Output>): grpc.ClientUnaryCall; | ||
getMessageContent(argument: _toolkit_GetMessageContentRequest, options: grpc.CallOptions, callback: grpc.requestCallback<_toolkit_GetMessageContentResponse__Output>): grpc.ClientUnaryCall; | ||
getMessageContent(argument: _toolkit_GetMessageContentRequest, callback: grpc.requestCallback<_toolkit_GetMessageContentResponse__Output>): grpc.ClientUnaryCall; | ||
getMessageContent(argument: _toolkit_GetMessageContentRequest, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_toolkit_GetMessageContentResponse__Output>): grpc.ClientUnaryCall; | ||
getMessageContent(argument: _toolkit_GetMessageContentRequest, metadata: grpc.Metadata, callback: grpc.requestCallback<_toolkit_GetMessageContentResponse__Output>): grpc.ClientUnaryCall; | ||
getMessageContent(argument: _toolkit_GetMessageContentRequest, options: grpc.CallOptions, callback: grpc.requestCallback<_toolkit_GetMessageContentResponse__Output>): grpc.ClientUnaryCall; | ||
getMessageContent(argument: _toolkit_GetMessageContentRequest, callback: grpc.requestCallback<_toolkit_GetMessageContentResponse__Output>): grpc.ClientUnaryCall; | ||
listLanguage(argument: _toolkit_ListLanguageRequest, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_toolkit_ListLanguageResponse__Output>): grpc.ClientUnaryCall; | ||
listLanguage(argument: _toolkit_ListLanguageRequest, metadata: grpc.Metadata, callback: grpc.requestCallback<_toolkit_ListLanguageResponse__Output>): grpc.ClientUnaryCall; | ||
listLanguage(argument: _toolkit_ListLanguageRequest, options: grpc.CallOptions, callback: grpc.requestCallback<_toolkit_ListLanguageResponse__Output>): grpc.ClientUnaryCall; | ||
listLanguage(argument: _toolkit_ListLanguageRequest, callback: grpc.requestCallback<_toolkit_ListLanguageResponse__Output>): grpc.ClientUnaryCall; | ||
listLanguage(argument: _toolkit_ListLanguageRequest, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_toolkit_ListLanguageResponse__Output>): grpc.ClientUnaryCall; | ||
listLanguage(argument: _toolkit_ListLanguageRequest, metadata: grpc.Metadata, callback: grpc.requestCallback<_toolkit_ListLanguageResponse__Output>): grpc.ClientUnaryCall; | ||
listLanguage(argument: _toolkit_ListLanguageRequest, options: grpc.CallOptions, callback: grpc.requestCallback<_toolkit_ListLanguageResponse__Output>): grpc.ClientUnaryCall; | ||
listLanguage(argument: _toolkit_ListLanguageRequest, callback: grpc.requestCallback<_toolkit_ListLanguageResponse__Output>): grpc.ClientUnaryCall; | ||
validateadd_message(argument: _toolkit_add_messageValidationRequest, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_toolkit_add_messageValidationResponse__Output>): grpc.ClientUnaryCall; | ||
@@ -177,2 +197,4 @@ validateadd_message(argument: _toolkit_add_messageValidationRequest, metadata: grpc.Metadata, callback: grpc.requestCallback<_toolkit_add_messageValidationResponse__Output>): grpc.ClientUnaryCall; | ||
export interface message_catelogServiceHandlers extends grpc.UntypedServiceImplementation { | ||
getMessageContent: grpc.handleUnaryCall<_toolkit_GetMessageContentRequest__Output, _toolkit_GetMessageContentResponse>; | ||
listLanguage: grpc.handleUnaryCall<_toolkit_ListLanguageRequest__Output, _toolkit_ListLanguageResponse>; | ||
validateadd_message: grpc.handleUnaryCall<_toolkit_add_messageValidationRequest__Output, _toolkit_add_messageValidationResponse>; | ||
@@ -197,2 +219,4 @@ validateadd_message_group: grpc.handleUnaryCall<_toolkit_add_message_groupValidationRequest__Output, _toolkit_add_message_groupValidationResponse>; | ||
export interface message_catelogServiceDefinition extends grpc.ServiceDefinition { | ||
getMessageContent: MethodDefinition<_toolkit_GetMessageContentRequest, _toolkit_GetMessageContentResponse, _toolkit_GetMessageContentRequest__Output, _toolkit_GetMessageContentResponse__Output>; | ||
listLanguage: MethodDefinition<_toolkit_ListLanguageRequest, _toolkit_ListLanguageResponse, _toolkit_ListLanguageRequest__Output, _toolkit_ListLanguageResponse__Output>; | ||
validateadd_message: MethodDefinition<_toolkit_add_messageValidationRequest, _toolkit_add_messageValidationResponse, _toolkit_add_messageValidationRequest__Output, _toolkit_add_messageValidationResponse__Output>; | ||
@@ -199,0 +223,0 @@ validateadd_message_group: MethodDefinition<_toolkit_add_message_groupValidationRequest, _toolkit_add_message_groupValidationResponse, _toolkit_add_message_groupValidationRequest__Output, _toolkit_add_message_groupValidationResponse__Output>; |
{ | ||
"name": "@crayond_dev/grpc-toolkit", | ||
"version": "1.13.18", | ||
"version": "1.13.19", | ||
"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
840026
908
9976