bruce-models 7.1.94 → 7.1.95

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.
@@ -16859,6 +16859,24 @@ var EntityTypeRelation;
16859
16859
  */
16860
16860
  var EntityTypeTrigger;
16861
16861
  (function (EntityTypeTrigger) {
16862
+ let EType;
16863
+ (function (EType) {
16864
+ EType["DataLabQuery"] = "DataLabQuery";
16865
+ EType["WorkflowTicket"] = "WorkflowTicket";
16866
+ })(EType = EntityTypeTrigger.EType || (EntityTypeTrigger.EType = {}));
16867
+ function BuildWorkflowTicketSettings(params) {
16868
+ var _a;
16869
+ const settings = Object.assign(Object.assign({}, ((_a = params.extraSettings) !== null && _a !== void 0 ? _a : {})), { Condition: params.condition, WorkflowTicket: {
16870
+ "Workflow.ItemType.ID": params.workflowItemTypeId,
16871
+ "Workflow.Queue.ID": params.queueId,
16872
+ "Workflow.ItemStatus.ID": params.statusId
16873
+ } });
16874
+ if (params.description != null && params.description !== "") {
16875
+ settings.WorkflowTicket.Description = params.description;
16876
+ }
16877
+ return settings;
16878
+ }
16879
+ EntityTypeTrigger.BuildWorkflowTicketSettings = BuildWorkflowTicketSettings;
16862
16880
  /**
16863
16881
  * Gets a single Entity Type Trigger record.
16864
16882
  * @param params
@@ -18746,9 +18764,6 @@ class NavigatorMcpWebSocketClient {
18746
18764
  urlInstance.searchParams.set("fingerprint", this.currentAuth.fingerprint);
18747
18765
  }
18748
18766
  // Plugin IDs the active Project View has switched on.
18749
- if (this.currentAuth.enabledPluginIds) {
18750
- urlInstance.searchParams.set("enabledPluginIds", this.currentAuth.enabledPluginIds.join(","));
18751
- }
18752
18767
  // Add apiBaseUrl if provided (for anonymous access)
18753
18768
  if (this.currentAuth.apiBaseUrl) {
18754
18769
  urlInstance.searchParams.set("apiBaseUrl", this.currentAuth.apiBaseUrl);
@@ -23520,7 +23535,7 @@ var UrlUtils;
23520
23535
  })(UrlUtils || (UrlUtils = {}));
23521
23536
 
23522
23537
  // This is updated with the package.json version on build.
23523
- const VERSION = "7.1.94";
23538
+ const VERSION = "7.1.95";
23524
23539
 
23525
23540
  export { VERSION, Account, AccountAudit, AccountConcept, AccountFeatures, AccountInvite, AccountLimits, AccountTemplate, AccountType, AnnDocument, AbstractApi, Api, ApiGetters, BruceApi, GlobalApi, GuardianApi, Assembly, Calculator, ChangeSet, ClientFile, ClientFileValueMap, 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, ImportTif, 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 };
23526
23541
  //# sourceMappingURL=bruce-models.es5.js.map