bruce-models 7.1.28 → 7.1.30
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 +16 -2
- package/dist/bruce-models.es5.js.map +1 -1
- package/dist/bruce-models.umd.js +14 -1
- package/dist/bruce-models.umd.js.map +1 -1
- package/dist/lib/bruce-models.js +2 -1
- package/dist/lib/bruce-models.js.map +1 -1
- package/dist/lib/import/import-assembly.js.map +1 -1
- package/dist/lib/import/import-lcc.js +27 -0
- package/dist/lib/import/import-lcc.js.map +1 -0
- package/dist/types/bruce-models.d.ts +2 -1
- package/dist/types/import/import-assembly.d.ts +5 -0
- package/dist/types/import/import-lcc.d.ts +28 -0
- package/package.json +1 -1
package/dist/bruce-models.es5.js
CHANGED
|
@@ -16353,6 +16353,20 @@ var ImportKml;
|
|
|
16353
16353
|
ImportKml.ImportEntities = ImportEntities;
|
|
16354
16354
|
})(ImportKml || (ImportKml = {}));
|
|
16355
16355
|
|
|
16356
|
+
var ImportLcc;
|
|
16357
|
+
(function (ImportLcc$$1) {
|
|
16358
|
+
function ImportEntities(params) {
|
|
16359
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
16360
|
+
let { api, fileImport, req: reqParams } = params;
|
|
16361
|
+
if (!api) {
|
|
16362
|
+
api = ENVIRONMENT.Api().GetBruceApi();
|
|
16363
|
+
}
|
|
16364
|
+
return api.POST("import/lcc", fileImport, Api.PrepReqParams(reqParams));
|
|
16365
|
+
});
|
|
16366
|
+
}
|
|
16367
|
+
ImportLcc$$1.ImportEntities = ImportEntities;
|
|
16368
|
+
})(ImportLcc || (ImportLcc = {}));
|
|
16369
|
+
|
|
16356
16370
|
/**
|
|
16357
16371
|
* Imported file records are created when a file is imported into Nextspace.
|
|
16358
16372
|
* The associated file may be attached to the record.
|
|
@@ -18056,7 +18070,7 @@ var ChangeSet;
|
|
|
18056
18070
|
})(ChangeSet || (ChangeSet = {}));
|
|
18057
18071
|
|
|
18058
18072
|
// This is updated with the package.json version on build.
|
|
18059
|
-
const VERSION = "7.1.
|
|
18073
|
+
const VERSION = "7.1.30";
|
|
18060
18074
|
|
|
18061
|
-
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, 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, DataFeed, ImportAssembly, ImportCad, ImportCsv, ImportJson, ImportGeoJson, ImportKml, ImportedFile, ExportBrz, ExportUsd, Markup, Uploader, Plugin, ENVIRONMENT, DataSource, Scenario, Tracking, NavigatorChatClient, NavigatorMcpWebSocketClient, ChangeSet };
|
|
18075
|
+
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, 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, DataFeed, ImportAssembly, ImportCad, ImportCsv, ImportJson, ImportGeoJson, ImportKml, ImportLcc, ImportedFile, ExportBrz, ExportUsd, Markup, Uploader, Plugin, ENVIRONMENT, DataSource, Scenario, Tracking, NavigatorChatClient, NavigatorMcpWebSocketClient, ChangeSet };
|
|
18062
18076
|
//# sourceMappingURL=bruce-models.es5.js.map
|