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
0
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.15.26 to 1.15.27

5

lib/rpc_types/toolkit/AddOnRowType.d.ts
import type { AddOnFeatureModuleMapping as _toolkit_AddOnFeatureModuleMapping, AddOnFeatureModuleMapping__Output as _toolkit_AddOnFeatureModuleMapping__Output } from '../toolkit/AddOnFeatureModuleMapping';
import type { priceType as _toolkit_priceType, priceType__Output as _toolkit_priceType__Output } from '../toolkit/priceType';
export interface AddOnRowType {

@@ -17,2 +18,4 @@ 'id'?: (string);

'addOnFeatureModuleMappings'?: (_toolkit_AddOnFeatureModuleMapping)[];
'billingPeriod'?: (string)[];
'price'?: (_toolkit_priceType | null);
}

@@ -34,2 +37,4 @@ export interface AddOnRowType__Output {

'addOnFeatureModuleMappings': (_toolkit_AddOnFeatureModuleMapping__Output)[];
'billingPeriod': (string)[];
'price': (_toolkit_priceType__Output | null);
}
import type { AddonTypeOption as _toolkit_AddonTypeOption, AddonTypeOption__Output as _toolkit_AddonTypeOption__Output } from '../toolkit/AddonTypeOption';
import type { priceType as _toolkit_priceType, priceType__Output as _toolkit_priceType__Output } from '../toolkit/priceType';
export interface AddonsCreateRequest {

@@ -13,2 +14,4 @@ 'name'?: (string);

'isActive'?: (boolean);
'billingPeriod'?: (string)[];
'price'?: (_toolkit_priceType | null);
}

@@ -26,2 +29,4 @@ export interface AddonsCreateRequest__Output {

'isActive': (boolean);
'billingPeriod': (string)[];
'price': (_toolkit_priceType__Output | null);
}
import type { AddonTypeOption as _toolkit_AddonTypeOption, AddonTypeOption__Output as _toolkit_AddonTypeOption__Output } from '../toolkit/AddonTypeOption';
import type { priceType as _toolkit_priceType, priceType__Output as _toolkit_priceType__Output } from '../toolkit/priceType';
export interface AddonsUpdateRequest {

@@ -14,2 +15,4 @@ 'addonId'?: (string);

'addOnType'?: (_toolkit_AddonTypeOption);
'billingPeriod'?: (string)[];
'price'?: (_toolkit_priceType | null);
}

@@ -28,2 +31,4 @@ export interface AddonsUpdateRequest__Output {

'addOnType': (_toolkit_AddonTypeOption__Output);
'billingPeriod': (string)[];
'price': (_toolkit_priceType__Output | null);
}

2

package.json
{
"name": "@crayond_dev/grpc-toolkit",
"version": "1.15.26",
"version": "1.15.27",
"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