@adempiere/grpc-api
Advanced tools
Comparing version 1.4.9 to 1.5.0
{ | ||
"name": "@adempiere/grpc-api", | ||
"version": "1.4.9", | ||
"version": "1.5.0", | ||
"description": "ADempiere Web Store write in Javascript for a node service", | ||
@@ -5,0 +5,0 @@ "author": "Yamel Senih", |
@@ -366,3 +366,14 @@ // GENERATED CODE -- DO NOT EDIT! | ||
function serialize_data_ValidatePINRequest(arg) { | ||
if (!(arg instanceof proto_point_of_sales_pb.ValidatePINRequest)) { | ||
throw new Error('Expected argument of type data.ValidatePINRequest'); | ||
} | ||
return Buffer.from(arg.serializeBinary()); | ||
} | ||
function deserialize_data_ValidatePINRequest(buffer_arg) { | ||
return proto_point_of_sales_pb.ValidatePINRequest.deserializeBinary(new Uint8Array(buffer_arg)); | ||
} | ||
// POS Service used for ADempiere integration | ||
@@ -599,4 +610,16 @@ var StoreService = exports.StoreService = { | ||
}, | ||
// Validate PIN | ||
validatePIN: { | ||
path: '/data.Store/ValidatePIN', | ||
requestStream: false, | ||
responseStream: false, | ||
requestType: proto_point_of_sales_pb.ValidatePINRequest, | ||
responseType: proto_base_data_type_pb.Empty, | ||
requestSerialize: serialize_data_ValidatePINRequest, | ||
requestDeserialize: deserialize_data_ValidatePINRequest, | ||
responseSerialize: serialize_data_Empty, | ||
responseDeserialize: deserialize_data_Empty, | ||
}, | ||
}; | ||
exports.StoreClient = grpc.makeGenericClientConstructor(StoreService); |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
2361388
68933