bruce-models 4.3.1 → 4.3.2
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 -3
- package/dist/bruce-models.es5.js.map +1 -1
- package/dist/bruce-models.umd.js +5 -3
- package/dist/bruce-models.umd.js.map +1 -1
- package/dist/lib/bruce-models.js +1 -1
- package/dist/lib/entity/entity.js +2 -1
- package/dist/lib/entity/entity.js.map +1 -1
- package/dist/lib/entity-type-model/comment.js +2 -1
- package/dist/lib/entity-type-model/comment.js.map +1 -1
- package/dist/types/bruce-models.d.ts +1 -1
- package/package.json +1 -1
package/dist/bruce-models.es5.js
CHANGED
|
@@ -3804,7 +3804,8 @@ var Entity;
|
|
|
3804
3804
|
const { entity: data } = yield Get({
|
|
3805
3805
|
api,
|
|
3806
3806
|
entityId,
|
|
3807
|
-
entityTypeId: typeId
|
|
3807
|
+
entityTypeId: typeId,
|
|
3808
|
+
migrated: true
|
|
3808
3809
|
});
|
|
3809
3810
|
entity = data;
|
|
3810
3811
|
}
|
|
@@ -7651,7 +7652,8 @@ var Comment;
|
|
|
7651
7652
|
pageIndex: filter.index == null ? 0 : filter.index,
|
|
7652
7653
|
entityTypeConditions: reqFilter,
|
|
7653
7654
|
orderBy: "lastUpdateTime"
|
|
7654
|
-
}
|
|
7655
|
+
},
|
|
7656
|
+
migrated: true
|
|
7655
7657
|
})).entities;
|
|
7656
7658
|
return {
|
|
7657
7659
|
comments: records
|
|
@@ -13339,7 +13341,7 @@ var DataSource;
|
|
|
13339
13341
|
})(DataSource || (DataSource = {}));
|
|
13340
13342
|
|
|
13341
13343
|
// This is updated with the package.json version on build.
|
|
13342
|
-
const VERSION = "4.3.
|
|
13344
|
+
const VERSION = "4.3.2";
|
|
13343
13345
|
|
|
13344
13346
|
export { VERSION, AnnDocument, CustomForm, AbstractApi, Api, BruceApi, GlobalApi, GuardianApi, ApiGetters, Calculator, Bounds, BruceEvent, CacheControl, Camera, Cartes, Carto, Color, DelayQueue, Geometry, UTC, BruceVariable, LRUCache, EntityAttachmentType, EntityAttachment, EntityComment, EntityLink, EntityLod, EntityLodCategory, EntityRelationType, EntityRelation, EntitySource, EntityTag, EntityType, Entity, EntityCoords, EntityTypeVisualSettings, EntityAttribute, EntityHistoricData, Comment, ClientFile, ProgramKey, ZoomControl, MenuItem, ProjectViewBookmark, ProjectView, ProjectViewLegacyTile, ProjectViewTile, ProjectViewLegacy, ProjectViewLegacyBookmark, PendingAction, MessageBroker, HostingLocation, Style, Tileset, Permission, Session, UserGroup, User, Account, AccountInvite, AccountFeatures, AccountLimits, EncryptUtils, MathUtils, ObjectUtils, PathUtils, UrlUtils, DataLab, ImportCad, ImportCsv, ImportJson, ImportKml, ImportedFile, Markup, Uploader, Plugin, ENVIRONMENT, DataSource };
|
|
13345
13347
|
//# sourceMappingURL=bruce-models.es5.js.map
|