@epilot/automation-client
Advanced tools
Comparing version 1.3.1 to 1.3.2
@@ -180,2 +180,7 @@ /* eslint-disable */ | ||
AutomationActionId; | ||
flow_action_id?: /** | ||
* example: | ||
* 9ec3711b-db63-449c-b894-54d5bb622a8f | ||
*/ | ||
AutomationActionId; | ||
name?: string; | ||
@@ -314,2 +319,7 @@ type?: string; | ||
AutomationActionId; | ||
flow_action_id?: /** | ||
* example: | ||
* 9ec3711b-db63-449c-b894-54d5bb622a8f | ||
*/ | ||
AutomationActionId; | ||
name?: string; | ||
@@ -450,2 +460,7 @@ type?: string; | ||
AutomationActionId; | ||
flow_action_id?: /** | ||
* example: | ||
* 9ec3711b-db63-449c-b894-54d5bb622a8f | ||
*/ | ||
AutomationActionId; | ||
name?: string; | ||
@@ -471,2 +486,3 @@ type?: string; | ||
relation_attributes?: RelationAttribute[]; | ||
reference_attributes?: ReferenceAttribute[]; | ||
} | ||
@@ -506,2 +522,12 @@ export interface MappingAttribute { | ||
export type OrganizationId = string; | ||
export interface ReferenceAttribute { | ||
target: { | ||
key: string; | ||
path: string; | ||
}; | ||
source: { | ||
schema: string; | ||
tag: string; | ||
}; | ||
} | ||
export interface RelationAttribute { | ||
@@ -538,2 +564,7 @@ target: string; | ||
AutomationActionId; | ||
flow_action_id?: /** | ||
* example: | ||
* 9ec3711b-db63-449c-b894-54d5bb622a8f | ||
*/ | ||
AutomationActionId; | ||
name?: string; | ||
@@ -603,2 +634,7 @@ type?: string; | ||
AutomationActionId; | ||
flow_action_id?: /** | ||
* example: | ||
* 9ec3711b-db63-449c-b894-54d5bb622a8f | ||
*/ | ||
AutomationActionId; | ||
name?: string; | ||
@@ -663,2 +699,7 @@ type?: string; | ||
AutomationActionId; | ||
flow_action_id?: /** | ||
* example: | ||
* 9ec3711b-db63-449c-b894-54d5bb622a8f | ||
*/ | ||
AutomationActionId; | ||
name?: string; | ||
@@ -665,0 +706,0 @@ type?: string; |
{ | ||
"name": "@epilot/automation-client", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "API Client for epilot automation API", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -180,2 +180,7 @@ /* eslint-disable */ | ||
AutomationActionId; | ||
flow_action_id?: /** | ||
* example: | ||
* 9ec3711b-db63-449c-b894-54d5bb622a8f | ||
*/ | ||
AutomationActionId; | ||
name?: string; | ||
@@ -314,2 +319,7 @@ type?: string; | ||
AutomationActionId; | ||
flow_action_id?: /** | ||
* example: | ||
* 9ec3711b-db63-449c-b894-54d5bb622a8f | ||
*/ | ||
AutomationActionId; | ||
name?: string; | ||
@@ -450,2 +460,7 @@ type?: string; | ||
AutomationActionId; | ||
flow_action_id?: /** | ||
* example: | ||
* 9ec3711b-db63-449c-b894-54d5bb622a8f | ||
*/ | ||
AutomationActionId; | ||
name?: string; | ||
@@ -471,2 +486,3 @@ type?: string; | ||
relation_attributes?: RelationAttribute[]; | ||
reference_attributes?: ReferenceAttribute[]; | ||
} | ||
@@ -506,2 +522,12 @@ export interface MappingAttribute { | ||
export type OrganizationId = string; | ||
export interface ReferenceAttribute { | ||
target: { | ||
key: string; | ||
path: string; | ||
}; | ||
source: { | ||
schema: string; | ||
tag: string; | ||
}; | ||
} | ||
export interface RelationAttribute { | ||
@@ -538,2 +564,7 @@ target: string; | ||
AutomationActionId; | ||
flow_action_id?: /** | ||
* example: | ||
* 9ec3711b-db63-449c-b894-54d5bb622a8f | ||
*/ | ||
AutomationActionId; | ||
name?: string; | ||
@@ -603,2 +634,7 @@ type?: string; | ||
AutomationActionId; | ||
flow_action_id?: /** | ||
* example: | ||
* 9ec3711b-db63-449c-b894-54d5bb622a8f | ||
*/ | ||
AutomationActionId; | ||
name?: string; | ||
@@ -663,2 +699,7 @@ type?: string; | ||
AutomationActionId; | ||
flow_action_id?: /** | ||
* example: | ||
* 9ec3711b-db63-449c-b894-54d5bb622a8f | ||
*/ | ||
AutomationActionId; | ||
name?: string; | ||
@@ -665,0 +706,0 @@ type?: string; |
Sorry, the diff of this file is too big to display
316660
2328