@contrail/entity-types 1.1.57-1 → 1.1.57-2

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.
Files changed (2) hide show
  1. package/lib/loader.d.ts +5 -5
  2. package/package.json +1 -1
package/lib/loader.d.ts CHANGED
@@ -98,11 +98,11 @@ export interface ColorLoadResult {
98
98
  failed: boolean;
99
99
  }
100
100
  export interface CustomEntitiesLoadResult {
101
- customEntityCreated: any[];
102
- customEntityUpdated: any[];
103
- customEntityUnchanged: any[];
104
- customEntityFailedCreate: RowLoadError[];
105
- customEntityFailedUpdate: RowLoadError[];
101
+ customEntitiesCreated: any[];
102
+ customEntitiesUpdated: any[];
103
+ customEntitiesUnchanged: any[];
104
+ customEntitiesFailedCreate: RowLoadError[];
105
+ customEntitiesFailedUpdate: RowLoadError[];
106
106
  failed: boolean;
107
107
  }
108
108
  export interface ItemsLoadResult {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contrail/entity-types",
3
- "version": "1.1.57-1",
3
+ "version": "1.1.57-2",
4
4
  "description": "A types library for Vibeiq entities.",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",