@contrail/entity-types 1.1.59-0 → 1.1.59-1

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
@@ -197,5 +197,8 @@ export declare enum LoaderFailureArea {
197
197
  export declare enum EntityType {
198
198
  COLOR = "color",
199
199
  CUSTOM_ENTITY = "custom-entity",
200
- ITEM = "item"
200
+ ITEM = "item",
201
+ PROJECT_ITEM = "project-item",
202
+ ASSORTMENT = "assortment",
203
+ PARTIAL_ASSORTMENT = "partial-assortment"
201
204
  }
package/lib/loader.js CHANGED
@@ -107,4 +107,7 @@ var EntityType;
107
107
  EntityType["COLOR"] = "color";
108
108
  EntityType["CUSTOM_ENTITY"] = "custom-entity";
109
109
  EntityType["ITEM"] = "item";
110
+ EntityType["PROJECT_ITEM"] = "project-item";
111
+ EntityType["ASSORTMENT"] = "assortment";
112
+ EntityType["PARTIAL_ASSORTMENT"] = "partial-assortment";
110
113
  })(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-0",
3
+ "version": "1.1.59-1",
4
4
  "description": "A types library for Vibeiq entities.",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",