bruce-models 3.3.3 → 3.3.4

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.
@@ -1761,6 +1761,9 @@ class ApiGetters {
1761
1761
  for (const key in this.bruce) {
1762
1762
  this.bruce[key].SetSessionId(sessionId);
1763
1763
  }
1764
+ for (const key in this.guardian) {
1765
+ this.guardian[key].SetSessionId(sessionId);
1766
+ }
1764
1767
  for (const key in this.global) {
1765
1768
  this.global[key].SetSessionId(sessionId);
1766
1769
  }
@@ -10682,7 +10685,7 @@ var DataSource;
10682
10685
  DataSource.GetList = GetList;
10683
10686
  })(DataSource || (DataSource = {}));
10684
10687
 
10685
- const VERSION = "3.3.3";
10688
+ const VERSION = "3.3.4";
10686
10689
 
10687
10690
  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, ClientFile, ProgramKey, ZoomControl, MenuItem, ProjectViewBookmark, ProjectView, ProjectViewLegacyTile, ProjectViewTile, ProjectViewLegacy, ProjectViewLegacyBookmark, PendingAction, MessageBroker, HostingLocation, Style, Tileset, Permission, Session, UserGroup, User, Account, AccountInvite, EncryptUtils, MathUtils, ObjectUtils, PathUtils, UrlUtils, DataLab, ImportCad, ImportCsv, ImportJson, ImportKml, ImportedFile, Markup, Uploader, Plugin, ENVIRONMENT, DataSource };
10688
10691
  //# sourceMappingURL=bruce-models.es5.js.map