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
24
Versions
134
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.9.1 to 1.9.2

15

dist/openapi.d.ts

@@ -388,2 +388,3 @@ /* eslint-disable */

EntityId;
entity_snapshot?: EntityItemSnapshot;
org_id: /**

@@ -626,2 +627,16 @@ * example:

export type EntityId = string;
export interface EntityItemSnapshot {
[name: string]: any;
_id: /**
* example:
* e3d3ebac-baab-4395-abf4-50b5bf1f8b74
*/
EntityId;
_title: string;
_org: string;
_schema: string;
_tags?: string[];
_created_at: string; // date-time
_updated_at: string; // date-time
}
export interface EntityManualTrigger {

@@ -628,0 +643,0 @@ type: "entity_manual";

2

package.json
{
"name": "@epilot/automation-client",
"version": "1.9.1",
"version": "1.9.2",
"description": "API Client for epilot automation API",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -388,2 +388,3 @@ /* eslint-disable */

EntityId;
entity_snapshot?: EntityItemSnapshot;
org_id: /**

@@ -626,2 +627,16 @@ * example:

export type EntityId = string;
export interface EntityItemSnapshot {
[name: string]: any;
_id: /**
* example:
* e3d3ebac-baab-4395-abf4-50b5bf1f8b74
*/
EntityId;
_title: string;
_org: string;
_schema: string;
_tags?: string[];
_created_at: string; // date-time
_updated_at: string; // date-time
}
export interface EntityManualTrigger {

@@ -628,0 +643,0 @@ type: "entity_manual";

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