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.
- package/dist/bruce-models.es5.js +2 -2
- package/dist/bruce-models.es5.js.map +1 -1
- package/dist/bruce-models.umd.js +2 -2
- package/dist/bruce-models.umd.js.map +1 -1
- package/dist/lib/bruce-models.js +1 -1
- package/dist/lib/entity/entity-relation.js +1 -1
- package/dist/lib/entity/entity-relation.js.map +1 -1
- package/dist/lib/style/style.js.map +1 -1
- package/dist/types/bruce-models.d.ts +1 -1
- package/dist/types/style/style.d.ts +1 -0
- package/package.json +1 -1
package/dist/bruce-models.umd.js
CHANGED
|
@@ -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
|
|
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.
|
|
11774
|
+
const VERSION$1 = "2.8.1";
|
|
11775
11775
|
|
|
11776
11776
|
exports.VERSION = VERSION$1;
|
|
11777
11777
|
exports.AbstractApi = AbstractApi;
|