bruce-models 7.1.87 → 7.1.88
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 +20 -2
- package/dist/bruce-models.es5.js.map +1 -1
- package/dist/bruce-models.umd.js +18 -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/export/export-nsx.js +32 -0
- package/dist/lib/export/export-nsx.js.map +1 -0
- package/dist/types/bruce-models.d.ts +2 -1
- package/dist/types/export/export-nsx.d.ts +16 -0
- package/package.json +1 -1
package/dist/bruce-models.es5.js
CHANGED
|
@@ -15062,6 +15062,24 @@ var ExportCsv;
|
|
|
15062
15062
|
}
|
|
15063
15063
|
})(ExportCsv || (ExportCsv = {}));
|
|
15064
15064
|
|
|
15065
|
+
var ExportNsx;
|
|
15066
|
+
(function (ExportNsx) {
|
|
15067
|
+
/**
|
|
15068
|
+
* Starts a whole-account NSX backup export job.
|
|
15069
|
+
* The generated NSX file is stored in the account's configured backup file store.
|
|
15070
|
+
*/
|
|
15071
|
+
function AccountBackup(params) {
|
|
15072
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
15073
|
+
let { api, req: reqParams } = params !== null && params !== void 0 ? params : {};
|
|
15074
|
+
if (!api) {
|
|
15075
|
+
api = ENVIRONMENT.Api().GetBruceApi();
|
|
15076
|
+
}
|
|
15077
|
+
return api.POST("export/nsx/accountBackup", {}, Api.PrepReqParams(reqParams));
|
|
15078
|
+
});
|
|
15079
|
+
}
|
|
15080
|
+
ExportNsx.AccountBackup = AccountBackup;
|
|
15081
|
+
})(ExportNsx || (ExportNsx = {}));
|
|
15082
|
+
|
|
15065
15083
|
var ExportUsd;
|
|
15066
15084
|
(function (ExportUsd) {
|
|
15067
15085
|
function Export(params) {
|
|
@@ -20955,7 +20973,7 @@ var UrlUtils;
|
|
|
20955
20973
|
})(UrlUtils || (UrlUtils = {}));
|
|
20956
20974
|
|
|
20957
20975
|
// This is updated with the package.json version on build.
|
|
20958
|
-
const VERSION = "7.1.
|
|
20976
|
+
const VERSION = "7.1.88";
|
|
20959
20977
|
|
|
20960
|
-
export { VERSION, Account, AccountAudit, 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, EntityTypeRelation, EntityTypeTrigger, Ontology, OntologyDocument, ENVIRONMENT, ExportBrz, ExportCsv, ExportUsd, Hexbin, ImportAssembly, ImportCad, ImportCsv, ImportGeoJson, ImportJson, ImportKml, ImportLcc, ImportedFile, Uploader, Markup, UIMarkup, NAVIGATOR_CHAT_EVENT_ENTITY_HIGHLIGHT_APPLIED, NAVIGATOR_CHAT_EVENT_SCENE_CONTEXT_PREFETCHED, NavigatorChatClient, NavigatorMcpWebSocketClient, Plugin, PluginAiTool, 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 };
|
|
20978
|
+
export { VERSION, Account, AccountAudit, 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, EntityTypeRelation, EntityTypeTrigger, Ontology, OntologyDocument, ENVIRONMENT, ExportBrz, ExportCsv, ExportNsx, ExportUsd, Hexbin, ImportAssembly, ImportCad, ImportCsv, ImportGeoJson, ImportJson, ImportKml, ImportLcc, ImportedFile, Uploader, Markup, UIMarkup, NAVIGATOR_CHAT_EVENT_ENTITY_HIGHLIGHT_APPLIED, NAVIGATOR_CHAT_EVENT_SCENE_CONTEXT_PREFETCHED, NavigatorChatClient, NavigatorMcpWebSocketClient, Plugin, PluginAiTool, 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 };
|
|
20961
20979
|
//# sourceMappingURL=bruce-models.es5.js.map
|