@crayond_dev/grpc-toolkit
Advanced tools
Comparing version 1.13.54 to 1.13.55
@@ -8,2 +8,3 @@ export interface AddonsCreateRequest { | ||
'moduleGroups'?: (string)[]; | ||
'isAddonComplimentary'?: (boolean); | ||
} | ||
@@ -17,2 +18,3 @@ export interface AddonsCreateRequest__Output { | ||
'moduleGroups': (string)[]; | ||
'isAddonComplimentary': (boolean); | ||
} |
@@ -10,2 +10,3 @@ export interface AddonsUpdateRequest { | ||
'isActive'?: (boolean); | ||
'isAddonComplimentary'?: (boolean); | ||
} | ||
@@ -21,2 +22,3 @@ export interface AddonsUpdateRequest__Output { | ||
'isActive': (boolean); | ||
'isAddonComplimentary': (boolean); | ||
} |
@@ -5,4 +5,10 @@ export interface SubscriptionGetRequest { | ||
'email'?: (string); | ||
'search'?: (string); | ||
'sort'?: (string); | ||
'subscriptionId'?: (string); | ||
'isActive'?: (boolean); | ||
'_email'?: "email"; | ||
'_search'?: "search"; | ||
'_sort'?: "sort"; | ||
'_subscriptionId'?: "subscriptionId"; | ||
'_isActive'?: "isActive"; | ||
@@ -14,5 +20,11 @@ } | ||
'email'?: (string); | ||
'search'?: (string); | ||
'sort'?: (string); | ||
'subscriptionId'?: (string); | ||
'isActive'?: (boolean); | ||
'_email': "email"; | ||
'_search': "search"; | ||
'_sort': "sort"; | ||
'_subscriptionId': "subscriptionId"; | ||
'_isActive': "isActive"; | ||
} |
export interface subscriptionRowCustomerType { | ||
'id'?: (string); | ||
'name'?: (string); | ||
'aliasId'?: (string); | ||
'emailId'?: (string); | ||
'contactNumber'?: (string); | ||
'companyName'?: (string); | ||
'imageUrl'?: (string); | ||
'addressLine'?: (string); | ||
'pincode'?: (number); | ||
'isActive'?: (boolean); | ||
'customerType'?: (string); | ||
'businessEmail'?: (string); | ||
'businessNameEnglish'?: (string); | ||
'businessNameArabic'?: (string); | ||
'isPrimaryEnglish'?: (boolean); | ||
'isPrimaryArabic'?: (boolean); | ||
} | ||
@@ -12,6 +21,15 @@ export interface subscriptionRowCustomerType__Output { | ||
'name': (string); | ||
'aliasId': (string); | ||
'emailId': (string); | ||
'contactNumber': (string); | ||
'companyName': (string); | ||
'imageUrl': (string); | ||
'addressLine': (string); | ||
'pincode': (number); | ||
'isActive': (boolean); | ||
'customerType': (string); | ||
'businessEmail': (string); | ||
'businessNameEnglish': (string); | ||
'businessNameArabic': (string); | ||
'isPrimaryEnglish': (boolean); | ||
'isPrimaryArabic': (boolean); | ||
} |
{ | ||
"name": "@crayond_dev/grpc-toolkit", | ||
"version": "1.13.54", | ||
"version": "1.13.55", | ||
"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
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
1107784
13053