@epilot/automation-client
Advanced tools
Comparing version 1.9.1 to 1.9.2
@@ -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"; |
{ | ||
"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
686008
3564