bruce-models 3.3.3 → 3.3.4

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.
@@ -1736,6 +1736,9 @@
1736
1736
  for (const key in this.bruce) {
1737
1737
  this.bruce[key].SetSessionId(sessionId);
1738
1738
  }
1739
+ for (const key in this.guardian) {
1740
+ this.guardian[key].SetSessionId(sessionId);
1741
+ }
1739
1742
  for (const key in this.global) {
1740
1743
  this.global[key].SetSessionId(sessionId);
1741
1744
  }
@@ -10429,7 +10432,7 @@
10429
10432
  DataSource.GetList = GetList;
10430
10433
  })(exports.DataSource || (exports.DataSource = {}));
10431
10434
 
10432
- const VERSION = "3.3.3";
10435
+ const VERSION = "3.3.4";
10433
10436
 
10434
10437
  exports.VERSION = VERSION;
10435
10438
  exports.AbstractApi = AbstractApi;