@contrail/entity-types 1.1.55-0 → 1.1.55-1

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 +1 -1
  2. package/package.json +2 -2
package/lib/loader.d.ts CHANGED
@@ -122,7 +122,7 @@ export interface AssortmentItemsLoadResult extends GeneralLoadResult {
122
122
  assortmentItemsFailedDelete: RowLoadError[];
123
123
  failed: boolean;
124
124
  }
125
- export interface PreprocessingStepStoredResultSummary extends GeneralLoadResult {
125
+ export interface PreprocessingStepStoredResultSummary {
126
126
  preprocessingStepName: string;
127
127
  fileId: string;
128
128
  numberOfWarnings: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contrail/entity-types",
3
- "version": "1.1.55-0",
3
+ "version": "1.1.55-1",
4
4
  "description": "A types library for Vibeiq entities.",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -23,4 +23,4 @@
23
23
  "typedoc-plugin-extras": "^3.0.0",
24
24
  "typescript": "^4.2"
25
25
  }
26
- }
26
+ }