@isoftdata/universal-object-htp-utility
Advanced tools
+6
-2
@@ -112,4 +112,8 @@ import _ from "lodash" | ||
| // model: inventoryObjectRow.vehicle.model || '', //incorrect? | ||
| make: inventoryObjectRow.manufacturer?.name?.substring(0, 24) || inventoryObjectRow.vehicle?.make?.substring(0, 24) || '', | ||
| model: inventoryObjectRow.model?.name || inventoryObjectRow.vehicle?.model || '', | ||
| //make: inventoryObjectRow.manufacturer?.name?.substring(0, 24) || inventoryObjectRow.vehicle?.make?.substring(0, 24) || '', | ||
| // Vehicle Make | ||
| make: inventoryObjectRow.vehicle?.make?.substring(0, 24) || '', | ||
| // Vehicle Model | ||
| model: inventoryObjectRow.vehicle?.model?.substring(0, 49) || '', | ||
| //model: inventoryObjectRow.model?.name || inventoryObjectRow.vehicle?.model || '', | ||
| pmanufacturer: inventoryObjectRow.parentManufacturer.name?.substring(0, 24), //matches trigger | ||
@@ -116,0 +120,0 @@ pmodel: inventoryObjectRow.parentModel.name?.substring(0,49), //matches trigger |
+5
-5
| { | ||
| "name": "@isoftdata/universal-object-htp-utility", | ||
| "version": "3.18.0", | ||
| "version": "3.18.1", | ||
| "description": "Functions to convert universal objects to htp schema", | ||
| "main": "index.js", | ||
| "scripts": { | ||
| "test": "echo \"Error: no test specified\" && exit 1" | ||
| }, | ||
| "type": "module", | ||
@@ -16,3 +13,6 @@ "author": "", | ||
| "p-props": "^6.0.0" | ||
| }, | ||
| "scripts": { | ||
| "test": "echo \"Error: no test specified\" && exit 1" | ||
| } | ||
| } | ||
| } |
137253
0.12%3093
0.13%