@crayond_dev/grpc-toolkit
Advanced tools
Comparing version 1.13.42 to 1.13.43
@@ -121,6 +121,6 @@ "use strict"; | ||
GRPCServer.prototype.listen = function (props) { | ||
var _a; | ||
return __awaiter(this, void 0, void 0, function () { | ||
var PORT; | ||
var _this = this; | ||
var _a; | ||
return __generator(this, function (_b) { | ||
@@ -127,0 +127,0 @@ switch (_b.label) { |
@@ -45,2 +45,4 @@ import type * as grpc from '@grpc/grpc-js'; | ||
AuthSignUpResponse: MessageTypeDefinition; | ||
BusinessMaster: MessageTypeDefinition; | ||
BusinessMasterType: MessageTypeDefinition; | ||
ChargeRowType: MessageTypeDefinition; | ||
@@ -71,2 +73,4 @@ ChargeType: MessageTypeDefinition; | ||
ContractUpdateResponse: MessageTypeDefinition; | ||
CreateBusinessMasterRequest: MessageTypeDefinition; | ||
CreateBusinessMasterResponse: MessageTypeDefinition; | ||
CreateChargesDataType: MessageTypeDefinition; | ||
@@ -78,2 +82,4 @@ CreateModuleGroupBody: MessageTypeDefinition; | ||
CreateModuleResponse: MessageTypeDefinition; | ||
CreateOfferRequest: MessageTypeDefinition; | ||
CreateOfferResponse: MessageTypeDefinition; | ||
CreateProjectData: MessageTypeDefinition; | ||
@@ -98,3 +104,2 @@ CreateResellerRequest: MessageTypeDefinition; | ||
CustomerType: MessageTypeDefinition; | ||
CustomerUpdateDataType: MessageTypeDefinition; | ||
CustomerUpdateRequest: MessageTypeDefinition; | ||
@@ -104,5 +109,9 @@ CustomerUpdateResponse: MessageTypeDefinition; | ||
Datas: MessageTypeDefinition; | ||
DeleteBusinessMasterRequest: MessageTypeDefinition; | ||
DeleteBusinessMasterResponse: MessageTypeDefinition; | ||
DeleteModuleGroupRequest: MessageTypeDefinition; | ||
DeleteModuleGroupResponse: MessageTypeDefinition; | ||
DeleteModuleRequest: MessageTypeDefinition; | ||
DeleteOfferRequest: MessageTypeDefinition; | ||
DeleteOfferResponse: MessageTypeDefinition; | ||
DeleteOrganisationMemberRequest: MessageTypeDefinition; | ||
@@ -145,2 +154,4 @@ DeleteOrganisationMemberResponse: MessageTypeDefinition; | ||
FilterData: MessageTypeDefinition; | ||
GetBusinessMastersRequest: MessageTypeDefinition; | ||
GetBusinessMastersResponse: MessageTypeDefinition; | ||
GetData: MessageTypeDefinition; | ||
@@ -159,2 +170,4 @@ GetDeliveryStatusCountRequest: MessageTypeDefinition; | ||
GetModulesResponse: MessageTypeDefinition; | ||
GetOffersRequest: MessageTypeDefinition; | ||
GetOffersResponse: MessageTypeDefinition; | ||
GetOrganisationIdResponse: MessageTypeDefinition; | ||
@@ -219,2 +232,6 @@ GetOrganisationServicesRequest: MessageTypeDefinition; | ||
ModulesData: MessageTypeDefinition; | ||
Offer: MessageTypeDefinition; | ||
OfferPlanMapping: MessageTypeDefinition; | ||
OfferResponseData: MessageTypeDefinition; | ||
OffersData: MessageTypeDefinition; | ||
OnboardProjectInAlertshubRequest: MessageTypeDefinition; | ||
@@ -252,2 +269,3 @@ OnboardProjectInAlertshubResponse: MessageTypeDefinition; | ||
PlanDataType: MessageTypeDefinition; | ||
PlanDropDownData: MessageTypeDefinition; | ||
PlansCreateDataType: MessageTypeDefinition; | ||
@@ -352,4 +370,7 @@ PlansCreateRequest: MessageTypeDefinition; | ||
SubscriptionValidationResponse: MessageTypeDefinition; | ||
UpdateBusinessMasterRequest: MessageTypeDefinition; | ||
UpdateBusinessMasterResponse: MessageTypeDefinition; | ||
UpdateInAppNotificationViewStatusRequest: MessageTypeDefinition; | ||
UpdateInAppNotificationViewStatusResponse: MessageTypeDefinition; | ||
UpdateOfferResponse: MessageTypeDefinition; | ||
UpdateOrganisationMemberRequest: MessageTypeDefinition; | ||
@@ -356,0 +377,0 @@ UpdateOrganisationMemberResponse: MessageTypeDefinition; |
@@ -6,4 +6,6 @@ export interface AddOnCreateDataType { | ||
'description'?: (string); | ||
'featureId'?: (string); | ||
'featureGroupId'?: (string); | ||
'featureId'?: (string)[]; | ||
'featureGroupId'?: (string)[]; | ||
'moduleId'?: (string)[]; | ||
'moduleGroupId'?: (string)[]; | ||
'isActive'?: (boolean); | ||
@@ -16,5 +18,7 @@ } | ||
'description': (string); | ||
'featureId': (string); | ||
'featureGroupId': (string); | ||
'featureId': (string)[]; | ||
'featureGroupId': (string)[]; | ||
'moduleId': (string)[]; | ||
'moduleGroupId': (string)[]; | ||
'isActive': (boolean); | ||
} |
import type { AddOnFeatureType as _toolkit_AddOnFeatureType, AddOnFeatureType__Output as _toolkit_AddOnFeatureType__Output } from '../toolkit/AddOnFeatureType'; | ||
import type { PlanChargeMappingType as _toolkit_PlanChargeMappingType, PlanChargeMappingType__Output as _toolkit_PlanChargeMappingType__Output } from '../toolkit/PlanChargeMappingType'; | ||
import type { FeatureGroupType as _toolkit_FeatureGroupType, FeatureGroupType__Output as _toolkit_FeatureGroupType__Output } from '../toolkit/FeatureGroupType'; | ||
import type { Module as _toolkit_Module, Module__Output as _toolkit_Module__Output } from '../toolkit/Module'; | ||
import type { ModuleGroup as _toolkit_ModuleGroup, ModuleGroup__Output as _toolkit_ModuleGroup__Output } from '../toolkit/ModuleGroup'; | ||
export interface AddOnRowType { | ||
@@ -16,2 +18,4 @@ 'id'?: (string); | ||
'featureGroup'?: (_toolkit_FeatureGroupType | null); | ||
'module'?: (_toolkit_Module | null); | ||
'moduleGroup'?: (_toolkit_ModuleGroup | null); | ||
} | ||
@@ -30,2 +34,4 @@ export interface AddOnRowType__Output { | ||
'featureGroup': (_toolkit_FeatureGroupType__Output | null); | ||
'module': (_toolkit_Module__Output | null); | ||
'moduleGroup': (_toolkit_ModuleGroup__Output | null); | ||
} |
export interface AddonsCreateRequest { | ||
'name'?: (string); | ||
'description'?: (string); | ||
'featureId'?: (string); | ||
'featureGroupId'?: (string); | ||
'featureId'?: (string)[]; | ||
'featureGroupId'?: (string)[]; | ||
'moduleId'?: (string)[]; | ||
'moduleGroupId'?: (string)[]; | ||
} | ||
@@ -10,4 +12,6 @@ export interface AddonsCreateRequest__Output { | ||
'description': (string); | ||
'featureId': (string); | ||
'featureGroupId': (string); | ||
'featureId': (string)[]; | ||
'featureGroupId': (string)[]; | ||
'moduleId': (string)[]; | ||
'moduleGroupId': (string)[]; | ||
} |
@@ -5,4 +5,6 @@ export interface AddonsUpdateRequest { | ||
'description'?: (string); | ||
'featureId'?: (string); | ||
'featureGroupId'?: (string); | ||
'featureId'?: (string)[]; | ||
'featureGroupId'?: (string)[]; | ||
'moduleId'?: (string)[]; | ||
'moduleGroupId'?: (string)[]; | ||
'isActive'?: (boolean); | ||
@@ -14,5 +16,7 @@ } | ||
'description': (string); | ||
'featureId': (string); | ||
'featureGroupId': (string); | ||
'featureId': (string)[]; | ||
'featureGroupId': (string)[]; | ||
'moduleId': (string)[]; | ||
'moduleGroupId': (string)[]; | ||
'isActive': (boolean); | ||
} |
@@ -12,2 +12,12 @@ export interface CustomerCreateRequest { | ||
'isActive'?: (boolean); | ||
'imageUrl'?: (string); | ||
'customerType'?: (string); | ||
'businessInfo'?: (string); | ||
'businessType'?: (string); | ||
'businessEmail'?: (string); | ||
'businessNameEnglish'?: (string); | ||
'businessNameArabic'?: (string); | ||
'registrationNo'?: (string); | ||
'taxIdentificationNo'?: (string); | ||
'documents'?: (string)[]; | ||
} | ||
@@ -25,2 +35,12 @@ export interface CustomerCreateRequest__Output { | ||
'isActive': (boolean); | ||
'imageUrl': (string); | ||
'customerType': (string); | ||
'businessInfo': (string); | ||
'businessType': (string); | ||
'businessEmail': (string); | ||
'businessNameEnglish': (string); | ||
'businessNameArabic': (string); | ||
'registrationNo': (string); | ||
'taxIdentificationNo': (string); | ||
'documents': (string)[]; | ||
} |
export interface CustomerData { | ||
'id'?: (string); | ||
'addressId'?: (string); | ||
'aliasId'?: (string); | ||
'name'?: (string); | ||
'emailId'?: (string); | ||
'contactNumber'?: (string); | ||
'companyName'?: (string); | ||
'contactNumber'?: (string); | ||
'emailId'?: (string); | ||
'id'?: (string); | ||
'addressLine'?: (string); | ||
'city'?: (string); | ||
'state'?: (string); | ||
'country'?: (string); | ||
'pincode'?: (number); | ||
'imageUrl'?: (string); | ||
'customerType'?: (string); | ||
'businessInfo'?: (string); | ||
'businessType'?: (string); | ||
'businessEmail'?: (string); | ||
'businessNameEnglish'?: (string); | ||
'businessNameArabic'?: (string); | ||
'registrationNo'?: (string); | ||
'taxIdentificationNo'?: (string); | ||
'documents'?: (string)[]; | ||
'isActive'?: (boolean); | ||
'isDeleted'?: (boolean); | ||
'name'?: (string); | ||
} | ||
export interface CustomerData__Output { | ||
'id': (string); | ||
'addressId': (string); | ||
'aliasId': (string); | ||
'name': (string); | ||
'emailId': (string); | ||
'contactNumber': (string); | ||
'companyName': (string); | ||
'contactNumber': (string); | ||
'emailId': (string); | ||
'id': (string); | ||
'addressLine': (string); | ||
'city': (string); | ||
'state': (string); | ||
'country': (string); | ||
'pincode': (number); | ||
'imageUrl': (string); | ||
'customerType': (string); | ||
'businessInfo': (string); | ||
'businessType': (string); | ||
'businessEmail': (string); | ||
'businessNameEnglish': (string); | ||
'businessNameArabic': (string); | ||
'registrationNo': (string); | ||
'taxIdentificationNo': (string); | ||
'documents': (string)[]; | ||
'isActive': (boolean); | ||
'isDeleted': (boolean); | ||
'name': (string); | ||
} |
@@ -9,2 +9,3 @@ import type { AddressType as _toolkit_AddressType, AddressType__Output as _toolkit_AddressType__Output } from '../toolkit/AddressType'; | ||
'isActive'?: (boolean); | ||
'isDeleted'?: (boolean); | ||
'createdAt'?: (string); | ||
@@ -14,4 +15,13 @@ 'updatedAt'?: (string); | ||
'updatedBy'?: (string); | ||
'isDeleted'?: (string); | ||
'companyName'?: (string); | ||
'imageUrl'?: (string); | ||
'customerType'?: (string); | ||
'businessInfo'?: (string); | ||
'businessType'?: (string); | ||
'businessEmail'?: (string); | ||
'businessNameEnglish'?: (string); | ||
'businessNameArabic'?: (string); | ||
'registrationNo'?: (string); | ||
'taxIdentificationNo'?: (string); | ||
'documents'?: (string)[]; | ||
'address'?: (_toolkit_AddressType | null); | ||
@@ -26,2 +36,3 @@ } | ||
'isActive': (boolean); | ||
'isDeleted': (boolean); | ||
'createdAt': (string); | ||
@@ -31,5 +42,14 @@ 'updatedAt': (string); | ||
'updatedBy': (string); | ||
'isDeleted': (string); | ||
'companyName': (string); | ||
'imageUrl': (string); | ||
'customerType': (string); | ||
'businessInfo': (string); | ||
'businessType': (string); | ||
'businessEmail': (string); | ||
'businessNameEnglish': (string); | ||
'businessNameArabic': (string); | ||
'registrationNo': (string); | ||
'taxIdentificationNo': (string); | ||
'documents': (string)[]; | ||
'address': (_toolkit_AddressType__Output | null); | ||
} |
export interface CustomerUpdateRequest { | ||
'customerId'?: (string); | ||
'addressId'?: (string); | ||
'name'?: (string); | ||
'emailId'?: (string); | ||
'contactNumber'?: (string); | ||
'companyName'?: (string); | ||
'addressId'?: (string); | ||
'imageUrl'?: (string); | ||
'addressLine'?: (string); | ||
@@ -13,33 +15,35 @@ 'city'?: (string); | ||
'isActive'?: (boolean); | ||
'_name'?: "name"; | ||
'_contactNumber'?: "contactNumber"; | ||
'_companyName'?: "companyName"; | ||
'_addressLine'?: "addressLine"; | ||
'_city'?: "city"; | ||
'_state'?: "state"; | ||
'_country'?: "country"; | ||
'_pincode'?: "pincode"; | ||
'_isActive'?: "isActive"; | ||
'customerType'?: (string); | ||
'businessInfo'?: (string); | ||
'businessType'?: (string); | ||
'businessEmail'?: (string); | ||
'businessNameEnglish'?: (string); | ||
'businessNameArabic'?: (string); | ||
'registrationNo'?: (string); | ||
'taxIdentificationNo'?: (string); | ||
'documents'?: (string)[]; | ||
} | ||
export interface CustomerUpdateRequest__Output { | ||
'customerId': (string); | ||
'name'?: (string); | ||
'contactNumber'?: (string); | ||
'companyName'?: (string); | ||
'addressId': (string); | ||
'addressLine'?: (string); | ||
'city'?: (string); | ||
'state'?: (string); | ||
'country'?: (string); | ||
'pincode'?: (number); | ||
'isActive'?: (boolean); | ||
'_name': "name"; | ||
'_contactNumber': "contactNumber"; | ||
'_companyName': "companyName"; | ||
'_addressLine': "addressLine"; | ||
'_city': "city"; | ||
'_state': "state"; | ||
'_country': "country"; | ||
'_pincode': "pincode"; | ||
'_isActive': "isActive"; | ||
'name': (string); | ||
'emailId': (string); | ||
'contactNumber': (string); | ||
'companyName': (string); | ||
'imageUrl': (string); | ||
'addressLine': (string); | ||
'city': (string); | ||
'state': (string); | ||
'country': (string); | ||
'pincode': (number); | ||
'isActive': (boolean); | ||
'customerType': (string); | ||
'businessInfo': (string); | ||
'businessType': (string); | ||
'businessEmail': (string); | ||
'businessNameEnglish': (string); | ||
'businessNameArabic': (string); | ||
'registrationNo': (string); | ||
'taxIdentificationNo': (string); | ||
'documents': (string)[]; | ||
} |
{ | ||
"name": "@crayond_dev/grpc-toolkit", | ||
"version": "1.13.42", | ||
"version": "1.13.43", | ||
"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
1076757
1095
12579