@epilot/automation-client
Advanced tools
Comparing version 1.8.7 to 1.8.8
@@ -532,2 +532,15 @@ /* eslint-disable */ | ||
MappingAttributeV2 | MappingAttribute)[]; | ||
/** | ||
* Relation attribute on the main entity where the target entity will be linked. Set to false to disable linkback | ||
* | ||
*/ | ||
linkback_relation_attribute?: string; | ||
/** | ||
* Relation tags (labels) to include in main entity linkback relation attribute | ||
*/ | ||
linkback_relation_tags?: string[]; | ||
/** | ||
* Unique key for target entity (see upsertEntity of Entity API) | ||
*/ | ||
target_unique?: string[]; | ||
} | ||
@@ -534,0 +547,0 @@ export type Comparison = "equals" | "any_of" | "not_empty" | "is_empty"; |
{ | ||
"name": "@epilot/automation-client", | ||
"version": "1.8.7", | ||
"version": "1.8.8", | ||
"description": "API Client for epilot automation API", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -532,2 +532,15 @@ /* eslint-disable */ | ||
MappingAttributeV2 | MappingAttribute)[]; | ||
/** | ||
* Relation attribute on the main entity where the target entity will be linked. Set to false to disable linkback | ||
* | ||
*/ | ||
linkback_relation_attribute?: string; | ||
/** | ||
* Relation tags (labels) to include in main entity linkback relation attribute | ||
*/ | ||
linkback_relation_tags?: string[]; | ||
/** | ||
* Unique key for target entity (see upsertEntity of Entity API) | ||
*/ | ||
target_unique?: string[]; | ||
} | ||
@@ -534,0 +547,0 @@ export type Comparison = "equals" | "any_of" | "not_empty" | "is_empty"; |
Sorry, the diff of this file is too big to display
668029
3498