@contrail/entity-types 1.5.3 → 1.5.4

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 CHANGED
@@ -161,6 +161,7 @@ export declare class LoaderProcess implements OrgManagedEntity {
161
161
  parallelWorkerCount?: number;
162
162
  messageGroupId?: string;
163
163
  isPartialFailure?: boolean;
164
+ skipStaleUpdatesUsing?: string;
164
165
  }
165
166
  export declare enum IssueType {
166
167
  CONFIG = "CONFIG",
package/lib/loader.js CHANGED
@@ -83,6 +83,7 @@ class LoaderProcess {
83
83
  parallelWorkerCount;
84
84
  messageGroupId;
85
85
  isPartialFailure;
86
+ skipStaleUpdatesUsing;
86
87
  }
87
88
  exports.LoaderProcess = LoaderProcess;
88
89
  var IssueType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contrail/entity-types",
3
- "version": "1.5.3",
3
+ "version": "1.5.4",
4
4
  "description": "A types library for Vibeiq entities.",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",