@contrail/entity-types
Advanced tools
Comparing version 1.1.56 to 1.1.57-0
@@ -49,2 +49,3 @@ import { LogLevel } from './log-level'; | ||
colorsLoadResult?: ColorLoadResult; | ||
customEntityLoadResult?: CustomEntityLoadResult; | ||
itemsLoadResult?: ItemsLoadResult; | ||
@@ -100,2 +101,10 @@ projectItemsLoadResult?: ProjectItemsLoadResult; | ||
} | ||
export interface CustomEntityLoadResult { | ||
customEntityCreated: any[]; | ||
customEntityUpdated: any[]; | ||
customEntityUnchanged: any[]; | ||
customEntityFailedCreate: RowLoadError[]; | ||
customEntityFailedUpdate: RowLoadError[]; | ||
failed: boolean; | ||
} | ||
export interface ItemsLoadResult { | ||
@@ -102,0 +111,0 @@ itemsCreated: any[]; |
{ | ||
"name": "@contrail/entity-types", | ||
"version": "1.1.56", | ||
"version": "1.1.57-0", | ||
"description": "A types library for Vibeiq entities.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
45659
1356
2