@contrail/entity-types 1.1.59-4 → 1.1.59-5

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
@@ -177,6 +177,6 @@ export declare enum EntityType {
177
177
  CUSTOM_ENTITY = "custom-entity",
178
178
  ITEM = "item",
179
179
  PROJECT_ITEM = "project-item",
180
- ASSORTMENT = "assortment",
180
+ ASSORTMENT = "assortment-item",
181
181
  PARTIAL_ASSORTMENT = "partial-assortment"
182
182
  }
package/lib/loader.js CHANGED
@@ -110,6 +110,6 @@ var EntityType;
110
110
  EntityType["CUSTOM_ENTITY"] = "custom-entity";
111
111
  EntityType["ITEM"] = "item";
112
112
  EntityType["PROJECT_ITEM"] = "project-item";
113
- EntityType["ASSORTMENT"] = "assortment";
113
+ EntityType["ASSORTMENT"] = "assortment-item";
114
114
  EntityType["PARTIAL_ASSORTMENT"] = "partial-assortment";
115
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.59-4",
3
+ "version": "1.1.59-5",
4
4
  "description": "A types library for Vibeiq entities.",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",