@crayond_dev/grpc-toolkit
Advanced tools
Comparing version 1.15.26 to 1.15.27
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); | ||
} |
{ | ||
"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
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
1184902
14152