bruce-models 4.2.6 → 4.2.7

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.
@@ -3665,6 +3665,18 @@ var Entity;
3665
3665
  else if (path[0] == "boundaries") {
3666
3666
  value = checkForValue(["Bruce"].concat(path));
3667
3667
  }
3668
+ else if (path[0] == "position") {
3669
+ value = checkForValue(["Bruce"].concat(path));
3670
+ }
3671
+ else if (path[0] == "worldPosition") {
3672
+ value = checkForValue(["Bruce"].concat(path));
3673
+ }
3674
+ else if (path[0] == "tilesetID") {
3675
+ value = checkForValue(["Bruce"].concat(path));
3676
+ }
3677
+ else if (path[0] == "geometryRadius") {
3678
+ value = checkForValue(["Bruce"].concat(path));
3679
+ }
3668
3680
  // Now we'll check against properties that could still be in the top-level and haven't been migrated yet.
3669
3681
  if (path[0] == "Bruce" && path.length > 1) {
3670
3682
  if (path[1] == "location") {
@@ -3679,6 +3691,18 @@ var Entity;
3679
3691
  else if (path[1] == "boundaries") {
3680
3692
  value = checkForValue(path.slice(1));
3681
3693
  }
3694
+ else if (path[1] == "position") {
3695
+ value = checkForValue(path.slice(1));
3696
+ }
3697
+ else if (path[1] == "worldPosition") {
3698
+ value = checkForValue(path.slice(1));
3699
+ }
3700
+ else if (path[1] == "tilesetID") {
3701
+ value = checkForValue(path.slice(1));
3702
+ }
3703
+ else if (path[1] == "geometryRadius") {
3704
+ value = checkForValue(path.slice(1));
3705
+ }
3682
3706
  }
3683
3707
  }
3684
3708
  return value;
@@ -13245,7 +13269,7 @@ var DataSource;
13245
13269
  })(DataSource || (DataSource = {}));
13246
13270
 
13247
13271
  // This is updated with the package.json version on build.
13248
- const VERSION = "4.2.6";
13272
+ const VERSION = "4.2.7";
13249
13273
 
13250
13274
  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 };
13251
13275
  //# sourceMappingURL=bruce-models.es5.js.map