@crayond_dev/grpc-toolkit
Advanced tools
Comparing version 1.15.27 to 1.15.28
@@ -8,4 +8,6 @@ export interface RolesCreateRequest { | ||
'inherit'?: (string); | ||
'isRoot'?: (boolean); | ||
'_reference'?: "reference"; | ||
'_inherit'?: "inherit"; | ||
'_isRoot'?: "isRoot"; | ||
} | ||
@@ -19,4 +21,6 @@ export interface RolesCreateRequest__Output { | ||
'inherit'?: (string); | ||
'isRoot'?: (boolean); | ||
'_reference': "reference"; | ||
'_inherit': "inherit"; | ||
'_isRoot': "isRoot"; | ||
} |
@@ -8,3 +8,5 @@ export interface RolesUpdateRequest { | ||
'inherit'?: (string); | ||
'isRoot'?: (boolean); | ||
'_inherit'?: "inherit"; | ||
'_isRoot'?: "isRoot"; | ||
} | ||
@@ -18,3 +20,5 @@ export interface RolesUpdateRequest__Output { | ||
'inherit'?: (string); | ||
'isRoot'?: (boolean); | ||
'_inherit': "inherit"; | ||
'_isRoot': "isRoot"; | ||
} |
{ | ||
"name": "@crayond_dev/grpc-toolkit", | ||
"version": "1.15.27", | ||
"version": "1.15.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 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
1185170
14160