bruce-models 7.1.43 → 7.1.44
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 -1
- package/dist/bruce-models.es5.js.map +1 -1
- package/dist/bruce-models.umd.js +2 -1
- package/dist/bruce-models.umd.js.map +1 -1
- package/dist/lib/account/account-concept.js +1 -0
- package/dist/lib/account/account-concept.js.map +1 -1
- package/dist/lib/bruce-models.js +1 -1
- package/dist/types/account/account-concept.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
|
@@ -14935,6 +14935,7 @@ var AccountConcept;
|
|
|
14935
14935
|
EConcept["LOD_CATEGORY"] = "lc";
|
|
14936
14936
|
EConcept["PROGRAM_KEY"] = "pk";
|
|
14937
14937
|
EConcept["PROJECT_VIEW"] = "pv";
|
|
14938
|
+
EConcept["PENDING_ACTION"] = "pa";
|
|
14938
14939
|
EConcept["RELATION_TYPE"] = "rt";
|
|
14939
14940
|
EConcept["SCENARIO"] = "sc";
|
|
14940
14941
|
EConcept["TILESET"] = "ts";
|
|
@@ -18592,7 +18593,7 @@ var ChangeSet;
|
|
|
18592
18593
|
})(ChangeSet || (ChangeSet = {}));
|
|
18593
18594
|
|
|
18594
18595
|
// This is updated with the package.json version on build.
|
|
18595
|
-
const VERSION = "7.1.
|
|
18596
|
+
const VERSION = "7.1.44";
|
|
18596
18597
|
|
|
18597
18598
|
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, EntityTypeTrigger, EntityType, Entity, EntityCoords, EntityAttribute, EntityHistoricData, EntityTableView, DashboardView, Comment, ClientFile, ProgramKey, ZoomControl, MenuItem, ProjectViewBookmark, ProjectView, ProjectViewLegacyTile, ProjectViewTile, ProjectViewLegacy, ProjectViewLegacyBookmark, ProjectViewBookmarkGroup, PendingAction, MessageBroker, HostingLocation, Style, Tileset, Permission, Session, UserGroup, User, UserMfaMethod, Account, AccountConcept, AccountInvite, AccountFeatures, AccountLimits, AccountTemplate, AccountType, EncryptUtils, MathUtils, ObjectUtils, PathUtils, UrlUtils, DataLab, DataTransform, DataLabGroup, DataFeed, ImportAssembly, ImportCad, ImportCsv, ImportJson, ImportGeoJson, ImportKml, ImportLcc, ImportedFile, ExportBrz, ExportUsd, Markup, Uploader, Plugin, ENVIRONMENT, DataSource, Scenario, Tracking, NAVIGATOR_CHAT_EVENT_ENTITY_HIGHLIGHT_APPLIED, NAVIGATOR_CHAT_EVENT_SCENE_CONTEXT_PREFETCHED, NavigatorChatClient, NavigatorMcpWebSocketClient, ChangeSet };
|
|
18598
18599
|
//# sourceMappingURL=bruce-models.es5.js.map
|