bruce-models 2.7.9 → 2.8.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.
@@ -7017,7 +7017,7 @@
7017
7017
  yield api.POST(url, reqData, exports.Api.PrepReqParams(reqParams));
7018
7018
  yield api.Cache.RemoveByStartsWith(exports.Api.ECacheKey.Relation + exports.Api.ECacheKey.Id + data["Principal.Entity.ID"]);
7019
7019
  yield api.Cache.RemoveByStartsWith(exports.Api.ECacheKey.Relation + exports.Api.ECacheKey.Id + data["Related.Entity.ID"]);
7020
- yield api.Cache.RemoveByStartsWith(exports.Api.ECacheKey.Relation + exports.Api.ECacheKey.RelationType + exports.Api.ECacheKey.Id + data["Relation.Type.ID"]);
7020
+ yield api.Cache.RemoveByStartsWith(exports.Api.ECacheKey.Relation + exports.Api.ECacheKey.RelationType);
7021
7021
  if (data["Data.Entity.ID"]) {
7022
7022
  yield api.Cache.RemoveByStartsWith(exports.Api.ECacheKey.Relation + exports.Api.ECacheKey.Entity + exports.Api.ECacheKey.Id + data["Data.Entity.ID"]);
7023
7023
  }
@@ -11771,7 +11771,7 @@
11771
11771
  DataSource.GetList = GetList;
11772
11772
  })(exports.DataSource || (exports.DataSource = {}));
11773
11773
 
11774
- const VERSION$1 = "2.7.9";
11774
+ const VERSION$1 = "2.8.1";
11775
11775
 
11776
11776
  exports.VERSION = VERSION$1;
11777
11777
  exports.AbstractApi = AbstractApi;