@crayond_dev/grpc-toolkit
Advanced tools
Comparing version 1.13.27 to 1.13.28
@@ -412,4 +412,2 @@ import type * as grpc from '@grpc/grpc-js'; | ||
getRoleIdResponse: MessageTypeDefinition; | ||
getWebhookUrlRequest: MessageTypeDefinition; | ||
getWebhookUrlResponse: MessageTypeDefinition; | ||
idmService: SubtypeConstructor<typeof grpc.Client, _toolkit_idmServiceClient> & { | ||
@@ -416,0 +414,0 @@ service: _toolkit_idmServiceDefinition; |
export interface getProjectServiceMappingResponse { | ||
'projectServiceMappingId'?: (string); | ||
'webhookUrl'?: (string); | ||
} | ||
export interface getProjectServiceMappingResponse__Output { | ||
'projectServiceMappingId': (string); | ||
'webhookUrl': (string); | ||
} |
@@ -9,2 +9,4 @@ export interface RoleData { | ||
'isActive'?: (boolean); | ||
'createdBy'?: (string); | ||
'updatedBy'?: (string); | ||
} | ||
@@ -19,2 +21,4 @@ export interface RoleData__Output { | ||
'isActive': (boolean); | ||
'createdBy': (string); | ||
'updatedBy': (string); | ||
} |
@@ -1,6 +0,5 @@ | ||
import type { RoleData as _toolkit_RoleData, RoleData__Output as _toolkit_RoleData__Output } from '../toolkit/RoleData'; | ||
export interface RolesUpdateResponse { | ||
'status'?: (number); | ||
'apiStatus'?: (string); | ||
'data'?: (_toolkit_RoleData | null); | ||
'data'?: (number)[]; | ||
'message'?: (string); | ||
@@ -11,4 +10,4 @@ } | ||
'apiStatus': (string); | ||
'data': (_toolkit_RoleData__Output | null); | ||
'data': (number)[]; | ||
'message': (string); | ||
} |
@@ -1,2 +0,1 @@ | ||
import type { RoleData as _toolkit_RoleData, RoleData__Output as _toolkit_RoleData__Output } from '../toolkit/RoleData'; | ||
export interface updateRoleStatusResponse { | ||
@@ -6,3 +5,2 @@ 'status'?: (number); | ||
'message'?: (string); | ||
'data'?: (_toolkit_RoleData | null); | ||
} | ||
@@ -13,3 +11,2 @@ export interface updateRoleStatusResponse__Output { | ||
'message': (string); | ||
'data': (_toolkit_RoleData__Output | null); | ||
} |
@@ -11,2 +11,3 @@ export interface updateUserDetailsRequest { | ||
'isDeleted'?: (boolean); | ||
'profilePic'?: (string); | ||
'_name'?: "name"; | ||
@@ -20,2 +21,3 @@ '_emailId'?: "emailId"; | ||
'_isDeleted'?: "isDeleted"; | ||
'_profilePic'?: "profilePic"; | ||
} | ||
@@ -32,2 +34,3 @@ export interface updateUserDetailsRequest__Output { | ||
'isDeleted'?: (boolean); | ||
'profilePic'?: (string); | ||
'_name': "name"; | ||
@@ -41,2 +44,3 @@ '_emailId': "emailId"; | ||
'_isDeleted': "isDeleted"; | ||
'_profilePic': "profilePic"; | ||
} |
@@ -9,2 +9,3 @@ export interface UserData { | ||
'fullName'?: (string); | ||
'profilePic'?: (string); | ||
} | ||
@@ -19,2 +20,3 @@ export interface UserData__Output { | ||
'fullName': (string); | ||
'profilePic': (string); | ||
} |
{ | ||
"name": "@crayond_dev/grpc-toolkit", | ||
"version": "1.13.27", | ||
"version": "1.13.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 too big to display
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
875735
10315