bruce-models 7.1.62 → 7.1.63

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.
@@ -8708,6 +8708,7 @@
8708
8708
  EColumn["Size"] = "size";
8709
8709
  EColumn["User"] = "user";
8710
8710
  EColumn["Extension"] = "extension";
8711
+ EColumn["Data"] = "data";
8711
8712
  })(EColumn = Filter.EColumn || (Filter.EColumn = {}));
8712
8713
  let ESortOrder;
8713
8714
  (function (ESortOrder) {
@@ -18994,7 +18995,7 @@
18994
18995
  })(exports.UrlUtils || (exports.UrlUtils = {}));
18995
18996
 
18996
18997
  // This is updated with the package.json version on build.
18997
- const VERSION = "7.1.62";
18998
+ const VERSION = "7.1.63";
18998
18999
 
18999
19000
  exports.VERSION = VERSION;
19000
19001
  exports.AbstractApi = AbstractApi;