@contrail/entity-types 1.1.61 → 1.1.62
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 +1 -2
- package/lib/loader.js +0 -1
- package/package.json +1 -1
package/lib/loader.d.ts
CHANGED
package/lib/loader.js
CHANGED
|
@@ -112,5 +112,4 @@ var EntityType;
|
|
|
112
112
|
EntityType["ITEM"] = "item";
|
|
113
113
|
EntityType["PROJECT_ITEM"] = "project-item";
|
|
114
114
|
EntityType["ASSORTMENT"] = "assortment-item";
|
|
115
|
-
EntityType["PARTIAL_ASSORTMENT"] = "partial-assortment";
|
|
116
115
|
})(EntityType = exports.EntityType || (exports.EntityType = {}));
|