bruce-models 3.4.8 → 3.4.9

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.
@@ -849,6 +849,7 @@
849
849
  (function (EAppId) {
850
850
  EAppId["BruceApi"] = "BruceAPI";
851
851
  EAppId["Navigator"] = "Navigator";
852
+ EAppId["Operator"] = "BruceClientAdmin";
852
853
  })(EAppId = Account.EAppId || (Account.EAppId = {}));
853
854
  /**
854
855
  * Possible starter content options.
@@ -10566,7 +10567,7 @@
10566
10567
  DataSource.GetList = GetList;
10567
10568
  })(exports.DataSource || (exports.DataSource = {}));
10568
10569
 
10569
- const VERSION = "3.4.8";
10570
+ const VERSION = "3.4.9";
10570
10571
 
10571
10572
  exports.VERSION = VERSION;
10572
10573
  exports.AbstractApi = AbstractApi;