bruce-models 7.1.0 → 7.1.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 +2 -2
- package/dist/bruce-models.es5.js.map +1 -1
- package/dist/bruce-models.umd.js +2 -2
- package/dist/bruce-models.umd.js.map +1 -1
- package/dist/lib/account/account.js.map +1 -1
- package/dist/lib/bruce-models.js +1 -1
- package/dist/lib/user/session.js +1 -1
- package/dist/lib/user/session.js.map +1 -1
- package/dist/types/account/account.d.ts +1 -0
- package/dist/types/bruce-models.d.ts +1 -1
- package/package.json +1 -1
package/dist/bruce-models.es5.js
CHANGED
|
@@ -12798,7 +12798,7 @@ var Session;
|
|
|
12798
12798
|
password: password,
|
|
12799
12799
|
code: code
|
|
12800
12800
|
}, reqParams);
|
|
12801
|
-
const session = data
|
|
12801
|
+
const session = data;
|
|
12802
12802
|
let ssid = session === null || session === void 0 ? void 0 : session.ID;
|
|
12803
12803
|
if (!ssid) {
|
|
12804
12804
|
ssid = "anonymous";
|
|
@@ -16964,7 +16964,7 @@ var ChangeSet;
|
|
|
16964
16964
|
})(ChangeSet || (ChangeSet = {}));
|
|
16965
16965
|
|
|
16966
16966
|
// This is updated with the package.json version on build.
|
|
16967
|
-
const VERSION = "7.1.
|
|
16967
|
+
const VERSION = "7.1.1";
|
|
16968
16968
|
|
|
16969
16969
|
export { VERSION, Assembly, AnnDocument, CustomForm, AbstractApi, Api, BruceApi, GlobalApi, GuardianApi, ApiGetters, Calculator, Bounds, BruceEvent, CacheControl, Camera, Cartes, Carto, Color, DelayQueue, Geometry, UTC, BruceVariable, LRUCache, GeoJson, EntityAttachmentType, EntityAttachment, EntityComment, EntityLink, EntityLod, EntityLodCategory, EntityRelationType, EntityRelation, EntitySource, EntityTag, EntityType, Entity, EntityCoords, EntityAttribute, EntityHistoricData, EntityTableView, Comment, ClientFile, ProgramKey, ZoomControl, MenuItem, ProjectViewBookmark, ProjectView, ProjectViewLegacyTile, ProjectViewTile, ProjectViewLegacy, ProjectViewLegacyBookmark, ProjectViewBookmarkGroup, PendingAction, MessageBroker, HostingLocation, Style, Tileset, Permission, Session, UserGroup, User, UserMfaMethod, Account, AccountInvite, AccountFeatures, AccountLimits, AccountTemplate, AccountType, EncryptUtils, MathUtils, ObjectUtils, PathUtils, UrlUtils, DataLab, DataLabGroup, ImportAssembly, ImportCad, ImportCsv, ImportJson, ImportGeoJson, ImportKml, ImportedFile, ExportBrz, ExportUsd, Markup, Uploader, Plugin, ENVIRONMENT, DataSource, Scenario, Tracking, NavigatorChatClient, NavigatorMcpWebSocketClient, ChangeSet };
|
|
16970
16970
|
//# sourceMappingURL=bruce-models.es5.js.map
|