bruce-models 4.5.2 → 4.5.3

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.
@@ -120,6 +120,11 @@ var Api;
120
120
  ESortOrder[ESortOrder["Asc"] = 1] = "Asc";
121
121
  ESortOrder[ESortOrder["Desc"] = -1] = "Desc";
122
122
  })(ESortOrder = Api.ESortOrder || (Api.ESortOrder = {}));
123
+ let ESortOrderStr;
124
+ (function (ESortOrderStr) {
125
+ ESortOrderStr["Asc"] = "ASC";
126
+ ESortOrderStr["Desc"] = "DESC";
127
+ })(ESortOrderStr = Api.ESortOrderStr || (Api.ESortOrderStr = {}));
123
128
  /**
124
129
  * Known response encodings from Nextspace APIs.
125
130
  */
@@ -13681,7 +13686,7 @@ var DataSource;
13681
13686
  })(DataSource || (DataSource = {}));
13682
13687
 
13683
13688
  // This is updated with the package.json version on build.
13684
- const VERSION = "4.5.2";
13689
+ const VERSION = "4.5.3";
13685
13690
 
13686
13691
  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, EntityTableView, 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 };
13687
13692
  //# sourceMappingURL=bruce-models.es5.js.map