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.49 to 1.13.50

4

lib/rpc_types/toolkit/CustomerGetRequest.d.ts

@@ -13,2 +13,3 @@ export interface CustomerGetRequest {

'_businessType'?: "businessType";
'_isActive'?: "isActive";
}

@@ -22,3 +23,3 @@ export interface CustomerGetRequest__Output {

'businessType'?: (string);
'isActive': (boolean);
'isActive'?: (boolean);
'_search': "search";

@@ -28,2 +29,3 @@ '_sort': "sort";

'_businessType': "businessType";
'_isActive': "isActive";
}

@@ -7,5 +7,7 @@ export interface ResellerGetRequest {

'resellerId'?: (string);
'isActive'?: (boolean);
'_search'?: "search";
'_sort'?: "sort";
'_resellerId'?: "resellerId";
'_isActive'?: "isActive";
}

@@ -18,5 +20,7 @@ export interface ResellerGetRequest__Output {

'resellerId'?: (string);
'isActive'?: (boolean);
'_search': "search";
'_sort': "sort";
'_resellerId': "resellerId";
'_isActive': "isActive";
}
{
"name": "@crayond_dev/grpc-toolkit",
"version": "1.13.49",
"version": "1.13.50",
"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