New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@epilot/automation-client

Package Overview
Dependencies
Maintainers
17
Versions
132
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 1.3.1 to 1.3.2

41

dist/openapi.d.ts

@@ -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;

2

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc