@epilot/automation-client
Advanced tools
Comparing version
@@ -276,3 +276,3 @@ /* eslint-disable */ | ||
*/ | ||
SendEmailAction | CartCheckoutAction | AutomationAction; | ||
SendEmailAction | /* Creates an order entity with prices from journey */ CartCheckoutAction | AutomationAction; | ||
export type AnyTrigger = FrontendSubmitTrigger | JourneySubmitTrigger | ApiSubmissionTrigger | EntityOperationTrigger | EntityManualTrigger; | ||
@@ -472,2 +472,5 @@ export interface ApiSubmissionTrigger { | ||
export type AutomationFlowId = string; | ||
/** | ||
* Creates an order entity with prices from journey | ||
*/ | ||
export interface CartCheckoutAction { | ||
@@ -504,2 +507,6 @@ id?: /** | ||
export interface CartCheckoutConfig { | ||
/** | ||
* Version of the config | ||
*/ | ||
version?: string; | ||
relation_attributes?: RelationAttribute[]; | ||
@@ -506,0 +513,0 @@ mapping_attributes?: (/** |
{ | ||
"name": "@epilot/automation-client", | ||
"version": "1.8.5", | ||
"version": "1.8.6", | ||
"description": "API Client for epilot automation API", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -276,3 +276,3 @@ /* eslint-disable */ | ||
*/ | ||
SendEmailAction | CartCheckoutAction | AutomationAction; | ||
SendEmailAction | /* Creates an order entity with prices from journey */ CartCheckoutAction | AutomationAction; | ||
export type AnyTrigger = FrontendSubmitTrigger | JourneySubmitTrigger | ApiSubmissionTrigger | EntityOperationTrigger | EntityManualTrigger; | ||
@@ -472,2 +472,5 @@ export interface ApiSubmissionTrigger { | ||
export type AutomationFlowId = string; | ||
/** | ||
* Creates an order entity with prices from journey | ||
*/ | ||
export interface CartCheckoutAction { | ||
@@ -504,2 +507,6 @@ id?: /** | ||
export interface CartCheckoutConfig { | ||
/** | ||
* Version of the config | ||
*/ | ||
version?: string; | ||
relation_attributes?: RelationAttribute[]; | ||
@@ -506,0 +513,0 @@ mapping_attributes?: (/** |
Sorry, the diff of this file is too big to display
639715
0.52%3408
0.41%