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.
package/dist/bruce-models.es5.js
CHANGED
|
@@ -2899,7 +2899,7 @@ var EntityLod;
|
|
|
2899
2899
|
throw ("ClientFile.ID, LODCategory.Key and Level are required.");
|
|
2900
2900
|
}
|
|
2901
2901
|
const res = yield api.POST(`entity/${entityId}/lod/${params["LODCategory.Key"]}/${params.Level}`, {
|
|
2902
|
-
"Level":
|
|
2902
|
+
"Level": params.Level,
|
|
2903
2903
|
"ClientFile.ID": params["ClientFile.ID"]
|
|
2904
2904
|
}, Api.PrepReqParams(reqParams));
|
|
2905
2905
|
api.Cache.Remove(GetEntityListKey(entityId));
|