@adempiere/grpc-api
Advanced tools
Comparing version 1.1.7 to 1.1.8
@@ -534,8 +534,2 @@ /************************************************************************************* | ||
// // Convert business values from gRPC | ||
// convertBusinessValuesFromGRPC(value) { | ||
// const { convertValueFromGRPC } = require('./lib/convertBaseDataType.js'); | ||
// return convertValueFromGRPC(value) | ||
// } | ||
// Delete a Entity | ||
@@ -589,3 +583,3 @@ deleteEntity({ | ||
if(columns) { | ||
request.setColumns(columns) | ||
columns.forEach(column => request.addColumns(column)) | ||
} | ||
@@ -592,0 +586,0 @@ request.setPageSize(pageSize) |
{ | ||
"name": "@adempiere/grpc-api", | ||
"version": "1.1.7", | ||
"version": "1.1.8", | ||
"description": "ADempiere Web Store write in Javascript for a node service", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
1805819
52774