bruce-models 3.3.9 → 3.4.1

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.
@@ -9907,8 +9907,10 @@
9907
9907
  height: null,
9908
9908
  width: null,
9909
9909
  id: null,
9910
- x: null,
9911
- y: null,
9910
+ left: null,
9911
+ top: null,
9912
+ right: null,
9913
+ bottom: null,
9912
9914
  borderColor: "black",
9913
9915
  borderWidth: 1,
9914
9916
  borderUsingPercent: false,
@@ -10455,7 +10457,7 @@
10455
10457
  DataSource.GetList = GetList;
10456
10458
  })(exports.DataSource || (exports.DataSource = {}));
10457
10459
 
10458
- const VERSION = "3.3.9";
10460
+ const VERSION = "3.4.1";
10459
10461
 
10460
10462
  exports.VERSION = VERSION;
10461
10463
  exports.AbstractApi = AbstractApi;