bruce-models 7.1.46 → 7.1.47
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 +3 -1
- package/dist/bruce-models.es5.js.map +1 -1
- package/dist/bruce-models.umd.js +3 -1
- package/dist/bruce-models.umd.js.map +1 -1
- package/dist/lib/api/bruce-api.js +2 -0
- package/dist/lib/api/bruce-api.js.map +1 -1
- package/dist/lib/bruce-models.js +1 -1
- package/dist/types/api/bruce-api.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
|
@@ -1475,6 +1475,8 @@ var GuardianApi;
|
|
|
1475
1475
|
*/
|
|
1476
1476
|
var BruceApi;
|
|
1477
1477
|
(function (BruceApi$$1) {
|
|
1478
|
+
// Minimum API version that supports server-side token proxies.
|
|
1479
|
+
BruceApi$$1.VERSION_WITH_PROXIES = "1.0.6437";
|
|
1478
1480
|
/**
|
|
1479
1481
|
* This is the request handler for Bruce Api,
|
|
1480
1482
|
* it should be passed to any method that wants to communicate with this particular api.
|
|
@@ -18949,7 +18951,7 @@ var UrlUtils;
|
|
|
18949
18951
|
})(UrlUtils || (UrlUtils = {}));
|
|
18950
18952
|
|
|
18951
18953
|
// This is updated with the package.json version on build.
|
|
18952
|
-
const VERSION = "7.1.
|
|
18954
|
+
const VERSION = "7.1.47";
|
|
18953
18955
|
|
|
18954
18956
|
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 };
|
|
18955
18957
|
//# sourceMappingURL=bruce-models.es5.js.map
|