bruce-models 7.1.45 → 7.1.46
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
|
@@ -328,6 +328,7 @@ var AccountConcept;
|
|
|
328
328
|
EConcept["ATTACHMENT_TYPE"] = "at";
|
|
329
329
|
EConcept["CHANGE_SET"] = "cs";
|
|
330
330
|
EConcept["CLIENT_FILE"] = "clf";
|
|
331
|
+
EConcept["COMMENT"] = "cm";
|
|
331
332
|
EConcept["CUSTOM_FORM"] = "csf";
|
|
332
333
|
EConcept["DATA_FEED"] = "df";
|
|
333
334
|
EConcept["DATA_LAB_QUERY"] = "q";
|
|
@@ -18948,7 +18949,7 @@ var UrlUtils;
|
|
|
18948
18949
|
})(UrlUtils || (UrlUtils = {}));
|
|
18949
18950
|
|
|
18950
18951
|
// This is updated with the package.json version on build.
|
|
18951
|
-
const VERSION = "7.1.
|
|
18952
|
+
const VERSION = "7.1.46";
|
|
18952
18953
|
|
|
18953
18954
|
export { VERSION, Account, AccountConcept, AccountFeatures, AccountInvite, AccountLimits, AccountTemplate, AccountType, AnnDocument, AbstractApi, Api, ApiGetters, BruceApi, GlobalApi, GuardianApi, Assembly, Calculator, ChangeSet, ClientFile, Bounds, BruceEvent, BruceVariable, CacheControl, Camera, Cartes, Carto, Color, DelayQueue, GeoJson, Geometry, LRUCache, UTC, CustomForm, DashboardView, DataFeed, DataLab, DataLabGroup, DataSource, DataTransform, Comment, Entity, EntityAttachment, EntityAttachmentType, EntityAttribute, EntityComment, EntityCoords, EntityHistoricData, EntityLink, EntityLod, EntityLodCategory, EntityRelation, EntityRelationType, EntitySource, EntityTableView, EntityTag, EntityType, EntityTypeTrigger, ENVIRONMENT, ExportBrz, ExportUsd, ImportAssembly, ImportCad, ImportCsv, ImportGeoJson, ImportJson, ImportKml, ImportLcc, ImportedFile, Uploader, Markup, NAVIGATOR_CHAT_EVENT_ENTITY_HIGHLIGHT_APPLIED, NAVIGATOR_CHAT_EVENT_SCENE_CONTEXT_PREFETCHED, NavigatorChatClient, NavigatorMcpWebSocketClient, Plugin, ProgramKey, MenuItem, ProjectView, ProjectViewBookmark, ProjectViewBookmarkGroup, ProjectViewLegacy, ProjectViewLegacyBookmark, ProjectViewLegacyTile, ProjectViewTile, ZoomControl, Scenario, HostingLocation, MessageBroker, PendingAction, RecordChangeFeed, Style, Tileset, Tracking, Permission, Session, User, UserGroup, UserMfaMethod, EncryptUtils, MathUtils, ObjectUtils, PathUtils, UrlUtils };
|
|
18954
18955
|
//# sourceMappingURL=bruce-models.es5.js.map
|