bruce-models 1.2.6 → 1.2.7

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.
@@ -2824,7 +2824,7 @@
2824
2824
  throw ("ClientFile.ID, LODCategory.Key and Level are required.");
2825
2825
  }
2826
2826
  const res = yield api.POST(`entity/${entityId}/lod/${params["LODCategory.Key"]}/${params.Level}`, {
2827
- "Level": 0,
2827
+ "Level": params.Level,
2828
2828
  "ClientFile.ID": params["ClientFile.ID"]
2829
2829
  }, exports.Api.PrepReqParams(reqParams));
2830
2830
  api.Cache.Remove(GetEntityListKey(entityId));