bruce-models 2.8.1 → 2.8.2

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.
@@ -4660,8 +4660,11 @@
4660
4660
  CustomForm.GetListCacheKey = GetListCacheKey;
4661
4661
  let EType;
4662
4662
  (function (EType) {
4663
+ // Deprecated types.
4663
4664
  EType["Form"] = "GENERIC";
4664
4665
  EType["Markup"] = "MARKUP";
4666
+ // Supported types.
4667
+ EType["ComponentStack"] = "COMPONENT_STACK";
4665
4668
  })(EType = CustomForm.EType || (CustomForm.EType = {}));
4666
4669
  function Get(params) {
4667
4670
  return __awaiter(this, void 0, void 0, function* () {
@@ -11771,7 +11774,7 @@
11771
11774
  DataSource.GetList = GetList;
11772
11775
  })(exports.DataSource || (exports.DataSource = {}));
11773
11776
 
11774
- const VERSION$1 = "2.8.1";
11777
+ const VERSION$1 = "2.8.2";
11775
11778
 
11776
11779
  exports.VERSION = VERSION$1;
11777
11780
  exports.AbstractApi = AbstractApi;