bruce-models 7.1.8 → 7.1.10
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 -3
- package/dist/bruce-models.es5.js.map +1 -1
- package/dist/bruce-models.umd.js +3 -3
- package/dist/bruce-models.umd.js.map +1 -1
- package/dist/lib/bruce-models.js +1 -1
- package/dist/lib/bruce-models.js.map +1 -1
- package/dist/lib/entity/entity-type.js +2 -2
- package/dist/lib/entity/entity-type.js.map +1 -1
- package/dist/types/bruce-models.d.ts +1 -1
- package/dist/types/entity/entity-type.d.ts +2 -2
- package/package.json +1 -1
package/dist/bruce-models.es5.js
CHANGED
|
@@ -3549,7 +3549,7 @@ var EntityType;
|
|
|
3549
3549
|
EntityType.GetSourceDependencies = GetSourceDependencies;
|
|
3550
3550
|
/**
|
|
3551
3551
|
* Gets dictionary data schema dependency records for an Entity Type.
|
|
3552
|
-
* This calls: GET entityType/{entityType_id}/
|
|
3552
|
+
* This calls: GET v1/entityType/{entityType_id}/DataSchema/dictionaryDependencies
|
|
3553
3553
|
*/
|
|
3554
3554
|
function GetDictionaryDataSchemaDependencies(params) {
|
|
3555
3555
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3560,7 +3560,7 @@ var EntityType;
|
|
|
3560
3560
|
if (!api) {
|
|
3561
3561
|
api = ENVIRONMENT.Api().GetBruceApi();
|
|
3562
3562
|
}
|
|
3563
|
-
const res = yield api.GET(`entityType/${entityTypeId}/
|
|
3563
|
+
const res = yield api.GET(`v1/entityType/${entityTypeId}/DataSchema/dictionaryDependencies`, Api.PrepReqParams(req));
|
|
3564
3564
|
return {
|
|
3565
3565
|
dictionaryDataSchemaDependencies: ParseDictionaryDataSchemaDependenciesResponse(res)
|
|
3566
3566
|
};
|
|
@@ -17242,7 +17242,7 @@ var ChangeSet;
|
|
|
17242
17242
|
})(ChangeSet || (ChangeSet = {}));
|
|
17243
17243
|
|
|
17244
17244
|
// This is updated with the package.json version on build.
|
|
17245
|
-
const VERSION = "7.1.
|
|
17245
|
+
const VERSION = "7.1.10";
|
|
17246
17246
|
|
|
17247
17247
|
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 };
|
|
17248
17248
|
//# sourceMappingURL=bruce-models.es5.js.map
|