@epilot/entity-mapping-client
Advanced tools
Comparing version 0.5.0 to 0.5.1
@@ -268,3 +268,3 @@ /* eslint-disable */ | ||
*/ | ||
locked?: "each" | "first"; | ||
locked?: "each" | "first" | "system_recommendation"; | ||
/** | ||
@@ -291,2 +291,6 @@ * Whether all source mappings flow into a single attribute (e.g. address) | ||
/** | ||
* Whether the raw value should be used, or whether the value is enriched by a path | ||
*/ | ||
raw?: boolean; | ||
/** | ||
* Data Structure Type of the underlaying output value | ||
@@ -293,0 +297,0 @@ */ |
@@ -1329,3 +1329,4 @@ { | ||
"each", | ||
"first" | ||
"first", | ||
"system_recommendation" | ||
], | ||
@@ -1386,2 +1387,6 @@ "description": "Whether its a read-only ui or not. Can be each target, or only the first. Overwrites uiActions" | ||
}, | ||
"raw": { | ||
"type": "boolean", | ||
"description": "Whether the raw value should be used, or whether the value is enriched by a path" | ||
}, | ||
"possible_target_types": { | ||
@@ -1388,0 +1393,0 @@ "type": "array", |
{ | ||
"name": "@epilot/entity-mapping-client", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "JavaScript client library for the ePilot Entity Mapping API", | ||
@@ -5,0 +5,0 @@ "main": "dist/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
80644
2539