@crayond_dev/grpc-toolkit
Advanced tools
Comparing version 1.13.8 to 1.13.9
@@ -7,2 +7,4 @@ export interface AuthSignUpRequest { | ||
'mobileNoStdCode'?: (number); | ||
'_mobileNo'?: "mobileNo"; | ||
'_mobileNoStdCode'?: "mobileNoStdCode"; | ||
} | ||
@@ -12,5 +14,7 @@ export interface AuthSignUpRequest__Output { | ||
'emailId': (string); | ||
'mobileNo': (string); | ||
'mobileNo'?: (string); | ||
'password': (string); | ||
'mobileNoStdCode': (number); | ||
'mobileNoStdCode'?: (number); | ||
'_mobileNo': "mobileNo"; | ||
'_mobileNoStdCode': "mobileNoStdCode"; | ||
} |
{ | ||
"name": "@crayond_dev/grpc-toolkit", | ||
"version": "1.13.8", | ||
"version": "1.13.9", | ||
"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
785214
9319