You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@epilot/automation-client

Package Overview
Dependencies
Maintainers
23
Versions
136
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@epilot/automation-client - npm Package Compare versions

Comparing version

to
1.8.6

9

dist/openapi.d.ts

@@ -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?: (/**

2

package.json
{
"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