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
23
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.8.7 to 1.8.8

13

dist/openapi.d.ts

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

2

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

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