@contrail/entity-types
Advanced tools
Comparing version 1.1.55-5 to 1.1.55-7
@@ -56,3 +56,10 @@ import { LogLevel } from "./log-level"; | ||
failureArea?: LoaderFailureArea; | ||
preprocessingStepResults: PreProcessingStep[]; | ||
} | ||
export declare class PreProcessingStep { | ||
preprocessingStepName: string; | ||
numberOfWarnings: Number; | ||
fileId: string; | ||
numberOfErrors: Number; | ||
} | ||
export interface RowLoadError { | ||
@@ -59,0 +66,0 @@ data: any; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.LoaderFailureArea = exports.IssueType = exports.LoaderProcess = exports.LoadType = exports.LoadStatus = exports.ValueToAssortment = exports.AssortmentSplit = exports.ConditionalValues = exports.ColumnDefinition = void 0; | ||
exports.LoaderFailureArea = exports.IssueType = exports.LoaderProcess = exports.PreProcessingStep = exports.LoadType = exports.LoadStatus = exports.ValueToAssortment = exports.AssortmentSplit = exports.ConditionalValues = exports.ColumnDefinition = void 0; | ||
class ColumnDefinition { | ||
@@ -46,2 +46,9 @@ fromProperty; | ||
})(LoadType = exports.LoadType || (exports.LoadType = {})); | ||
class PreProcessingStep { | ||
preprocessingStepName; | ||
numberOfWarnings; | ||
fileId; | ||
numberOfErrors; | ||
} | ||
exports.PreProcessingStep = PreProcessingStep; | ||
class LoaderProcess { | ||
@@ -48,0 +55,0 @@ id; |
{ | ||
"name": "@contrail/entity-types", | ||
"version": "1.1.55-5", | ||
"version": "1.1.55-7", | ||
"description": "A types library for Vibeiq entities.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
45631
1356