bruce-models 0.9.6 → 0.9.8

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.
@@ -3200,6 +3200,7 @@ var EntityType;
3200
3200
  EAttributeType["Integer"] = "Integer";
3201
3201
  EAttributeType["Datetime"] = "Datetime";
3202
3202
  EAttributeType["Structure"] = "Structure";
3203
+ EAttributeType["Boolean"] = "Boolean";
3203
3204
  EAttributeType["Geometry"] = "Geometry";
3204
3205
  })(EAttributeType = EntityType.EAttributeType || (EntityType.EAttributeType = {}));
3205
3206
  function Get(api, typeId, reqParams) {