@contrail/entity-types 1.1.55-1 → 1.1.55-3
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 +3 -0
- package/package.json +2 -2
package/lib/loader.d.ts
CHANGED
|
@@ -50,6 +50,8 @@ export interface LoadResult {
|
|
|
50
50
|
projectItemsLoadResult?: ProjectItemsLoadResult;
|
|
51
51
|
assortmentItemsLoadResult?: AssortmentItemsLoadResult;
|
|
52
52
|
transformErrors: any[];
|
|
53
|
+
transformWarnings?: any[];
|
|
54
|
+
globalIssues?: GeneralIssueDetails[];
|
|
53
55
|
}
|
|
54
56
|
export interface RowLoadError {
|
|
55
57
|
data: any;
|
|
@@ -77,6 +79,7 @@ export interface ColumnIssueDetails {
|
|
|
77
79
|
columnName: string;
|
|
78
80
|
message: string;
|
|
79
81
|
issueType: IssueType;
|
|
82
|
+
data: string;
|
|
80
83
|
}
|
|
81
84
|
export interface GeneralIssueDetails {
|
|
82
85
|
message: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contrail/entity-types",
|
|
3
|
-
"version": "1.1.55-
|
|
3
|
+
"version": "1.1.55-3",
|
|
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
|
+
}
|