bruce-models 5.2.9 → 5.3.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 +3 -2
- package/dist/bruce-models.es5.js.map +1 -1
- package/dist/bruce-models.umd.js +3 -2
- package/dist/bruce-models.umd.js.map +1 -1
- package/dist/lib/bruce-models.js +1 -1
- package/dist/lib/entity/entity.js +1 -1
- package/dist/lib/entity/entity.js.map +1 -1
- package/dist/lib/project/project-view-bookmark.js +1 -0
- package/dist/lib/project/project-view-bookmark.js.map +1 -1
- package/dist/types/bruce-models.d.ts +1 -1
- package/dist/types/project/project-view-bookmark.d.ts +1 -0
- package/package.json +1 -1
package/dist/bruce-models.umd.js
CHANGED
|
@@ -3451,7 +3451,7 @@
|
|
|
3451
3451
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3452
3452
|
let { api, entity: data, entities, override, req: reqParams, migrated } = params;
|
|
3453
3453
|
// Bulk save.
|
|
3454
|
-
if (
|
|
3454
|
+
if (entities === null || entities === void 0 ? void 0 : entities.length) {
|
|
3455
3455
|
// If the Entities don't have IDs, then they must have a Type ID.
|
|
3456
3456
|
for (let i = 0; i < entities.length; i++) {
|
|
3457
3457
|
const entity = entities[i];
|
|
@@ -10051,6 +10051,7 @@
|
|
|
10051
10051
|
let EContentType;
|
|
10052
10052
|
(function (EContentType) {
|
|
10053
10053
|
EContentType["WEB_3D"] = "WEB_3D";
|
|
10054
|
+
EContentType["WEB_3D_SPLIT_PLUGIN"] = "WEB_3D_SPLIT_PLUGIN";
|
|
10054
10055
|
EContentType["IFRAME"] = "IFRAME";
|
|
10055
10056
|
})(EContentType = ProjectViewBookmark.EContentType || (ProjectViewBookmark.EContentType = {}));
|
|
10056
10057
|
/**
|
|
@@ -14369,7 +14370,7 @@
|
|
|
14369
14370
|
})(exports.DataSource || (exports.DataSource = {}));
|
|
14370
14371
|
|
|
14371
14372
|
// This is updated with the package.json version on build.
|
|
14372
|
-
const VERSION = "5.
|
|
14373
|
+
const VERSION = "5.3.1";
|
|
14373
14374
|
|
|
14374
14375
|
exports.VERSION = VERSION;
|
|
14375
14376
|
exports.AbstractApi = AbstractApi;
|