@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 CHANGED
@@ -178,6 +178,5 @@ export declare enum EntityType {
178
178
  CUSTOM_ENTITY = "custom-entity",
179
179
  ITEM = "item",
180
180
  PROJECT_ITEM = "project-item",
181
- ASSORTMENT = "assortment-item",
182
- PARTIAL_ASSORTMENT = "partial-assortment"
181
+ ASSORTMENT = "assortment-item"
183
182
  }
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 = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contrail/entity-types",
3
- "version": "1.1.61",
3
+ "version": "1.1.62",
4
4
  "description": "A types library for Vibeiq entities.",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",