@contrail/entity-types 1.1.56-2 → 1.1.56
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/loader.d.ts +0 -8
- package/package.json +1 -1
package/lib/loader.d.ts
CHANGED
|
@@ -96,14 +96,6 @@ export interface ColorLoadResult {
|
|
|
96
96
|
colorsFailedUpdate: RowLoadError[];
|
|
97
97
|
failed: boolean;
|
|
98
98
|
}
|
|
99
|
-
export interface CustomEntityLoadResult {
|
|
100
|
-
customEntityCreated: any[];
|
|
101
|
-
customEntityUpdated: any[];
|
|
102
|
-
customEntityUnchanged: any[];
|
|
103
|
-
customEntityFailedCreate: RowLoadError[];
|
|
104
|
-
customEntityFailedUpdate: RowLoadError[];
|
|
105
|
-
failed: boolean;
|
|
106
|
-
}
|
|
107
99
|
export interface ItemsLoadResult {
|
|
108
100
|
itemsCreated: any[];
|
|
109
101
|
itemsUpdated: any[];
|