bruce-models 5.3.9 → 5.4.0
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 +5 -1
- package/dist/bruce-models.es5.js.map +1 -1
- package/dist/bruce-models.umd.js +5 -1
- package/dist/bruce-models.umd.js.map +1 -1
- package/dist/lib/bruce-models.js +1 -1
- package/dist/lib/entity/entity-attribute.js +4 -0
- package/dist/lib/entity/entity-attribute.js.map +1 -1
- package/dist/types/bruce-models.d.ts +1 -1
- package/dist/types/entity/entity-attribute.d.ts +3 -1
- package/package.json +1 -1
package/dist/bruce-models.umd.js
CHANGED
|
@@ -2247,6 +2247,10 @@
|
|
|
2247
2247
|
EType["Boolean"] = "Boolean";
|
|
2248
2248
|
// String User ID.
|
|
2249
2249
|
EType["User"] = "User";
|
|
2250
|
+
// String Group ID.
|
|
2251
|
+
EType["UserGroup"] = "UserGroup";
|
|
2252
|
+
// String Entity ID.
|
|
2253
|
+
EType["Entity"] = "Entity";
|
|
2250
2254
|
})(EType = EntityAttribute.EType || (EntityAttribute.EType = {}));
|
|
2251
2255
|
/**
|
|
2252
2256
|
* Returns an attribute from a provided hierarchy of attributes.
|
|
@@ -14456,7 +14460,7 @@
|
|
|
14456
14460
|
})(exports.DataSource || (exports.DataSource = {}));
|
|
14457
14461
|
|
|
14458
14462
|
// This is updated with the package.json version on build.
|
|
14459
|
-
const VERSION = "5.
|
|
14463
|
+
const VERSION = "5.4.0";
|
|
14460
14464
|
|
|
14461
14465
|
exports.VERSION = VERSION;
|
|
14462
14466
|
exports.AbstractApi = AbstractApi;
|