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.27 to 1.13.28

2

lib/rpc_types/index.d.ts

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

getRoleIdResponse: MessageTypeDefinition;
getWebhookUrlRequest: MessageTypeDefinition;
getWebhookUrlResponse: MessageTypeDefinition;
idmService: SubtypeConstructor<typeof grpc.Client, _toolkit_idmServiceClient> & {

@@ -416,0 +414,0 @@ service: _toolkit_idmServiceDefinition;

export interface getProjectServiceMappingResponse {
'projectServiceMappingId'?: (string);
'webhookUrl'?: (string);
}
export interface getProjectServiceMappingResponse__Output {
'projectServiceMappingId': (string);
'webhookUrl': (string);
}

4

lib/rpc_types/toolkit/RoleData.d.ts

@@ -9,2 +9,4 @@ export interface RoleData {

'isActive'?: (boolean);
'createdBy'?: (string);
'updatedBy'?: (string);
}

@@ -19,2 +21,4 @@ export interface RoleData__Output {

'isActive': (boolean);
'createdBy': (string);
'updatedBy': (string);
}

@@ -1,6 +0,5 @@

import type { RoleData as _toolkit_RoleData, RoleData__Output as _toolkit_RoleData__Output } from '../toolkit/RoleData';
export interface RolesUpdateResponse {
'status'?: (number);
'apiStatus'?: (string);
'data'?: (_toolkit_RoleData | null);
'data'?: (number)[];
'message'?: (string);

@@ -11,4 +10,4 @@ }

'apiStatus': (string);
'data': (_toolkit_RoleData__Output | null);
'data': (number)[];
'message': (string);
}

@@ -1,2 +0,1 @@

import type { RoleData as _toolkit_RoleData, RoleData__Output as _toolkit_RoleData__Output } from '../toolkit/RoleData';
export interface updateRoleStatusResponse {

@@ -6,3 +5,2 @@ 'status'?: (number);

'message'?: (string);
'data'?: (_toolkit_RoleData | null);
}

@@ -13,3 +11,2 @@ export interface updateRoleStatusResponse__Output {

'message': (string);
'data': (_toolkit_RoleData__Output | null);
}

@@ -11,2 +11,3 @@ export interface updateUserDetailsRequest {

'isDeleted'?: (boolean);
'profilePic'?: (string);
'_name'?: "name";

@@ -20,2 +21,3 @@ '_emailId'?: "emailId";

'_isDeleted'?: "isDeleted";
'_profilePic'?: "profilePic";
}

@@ -32,2 +34,3 @@ export interface updateUserDetailsRequest__Output {

'isDeleted'?: (boolean);
'profilePic'?: (string);
'_name': "name";

@@ -41,2 +44,3 @@ '_emailId': "emailId";

'_isDeleted': "isDeleted";
'_profilePic': "profilePic";
}

@@ -9,2 +9,3 @@ export interface UserData {

'fullName'?: (string);
'profilePic'?: (string);
}

@@ -19,2 +20,3 @@ export interface UserData__Output {

'fullName': (string);
'profilePic': (string);
}
{
"name": "@crayond_dev/grpc-toolkit",
"version": "1.13.27",
"version": "1.13.28",
"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 too big to display

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