bruce-models 7.1.75 → 7.1.76
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 -1
- package/dist/bruce-models.es5.js.map +1 -1
- package/dist/bruce-models.umd.js +2 -1
- package/dist/bruce-models.umd.js.map +1 -1
- package/dist/lib/bruce-models.js +1 -1
- package/dist/lib/entity/entity.js +1 -0
- package/dist/lib/entity/entity.js.map +1 -1
- package/dist/types/bruce-models.d.ts +1 -1
- package/dist/types/entity/entity.d.ts +10 -1
- package/package.json +1 -1
package/dist/bruce-models.umd.js
CHANGED
|
@@ -6397,6 +6397,7 @@
|
|
|
6397
6397
|
(function (EOutlineKind) {
|
|
6398
6398
|
EOutlineKind["Entity"] = "ENTITY";
|
|
6399
6399
|
EOutlineKind["Attribute"] = "ATTRIBUTE";
|
|
6400
|
+
EOutlineKind["Reference"] = "REFERENCE";
|
|
6400
6401
|
})(EOutlineKind = Entity.EOutlineKind || (Entity.EOutlineKind = {}));
|
|
6401
6402
|
/**
|
|
6402
6403
|
* Returns an entity record for the given entity id.
|
|
@@ -20009,7 +20010,7 @@
|
|
|
20009
20010
|
})(exports.UrlUtils || (exports.UrlUtils = {}));
|
|
20010
20011
|
|
|
20011
20012
|
// This is updated with the package.json version on build.
|
|
20012
|
-
const VERSION = "7.1.
|
|
20013
|
+
const VERSION = "7.1.76";
|
|
20013
20014
|
|
|
20014
20015
|
exports.VERSION = VERSION;
|
|
20015
20016
|
exports.AbstractApi = AbstractApi;
|