@crayond_dev/grpc-toolkit
Advanced tools
Comparing version 1.15.16 to 1.15.17
@@ -23,3 +23,3 @@ import type { Price as _toolkit_Price, Price__Output as _toolkit_Price__Output } from '../toolkit/Price'; | ||
'pricePerUser'?: (string); | ||
'moduleGroup'?: (_toolkit_PlanModuleGroup | null); | ||
'moduleGroup'?: (_toolkit_PlanModuleGroup)[]; | ||
} | ||
@@ -46,3 +46,3 @@ export interface CurrentPlan__Output { | ||
'pricePerUser': (string); | ||
'moduleGroup': (_toolkit_PlanModuleGroup__Output | null); | ||
'moduleGroup': (_toolkit_PlanModuleGroup__Output)[]; | ||
} |
{ | ||
"name": "@crayond_dev/grpc-toolkit", | ||
"version": "1.15.16", | ||
"version": "1.15.17", | ||
"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
1164039