bruce-models 7.0.0 → 7.0.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.
@@ -8457,7 +8457,7 @@
8457
8457
  urlParams.append("PageSize", String(pageSize || 0));
8458
8458
  }
8459
8459
  if (expandSettings) {
8460
- urlParams.append("settings", "true");
8460
+ urlParams.append("$expand", "settings");
8461
8461
  }
8462
8462
  const url = "ui.entityDisplaySettings" + `?${urlParams.toString()}`;
8463
8463
  const data = yield api.GET(url, exports.Api.PrepReqParams(reqParams));
@@ -16693,7 +16693,7 @@
16693
16693
  }
16694
16694
 
16695
16695
  // This is updated with the package.json version on build.
16696
- const VERSION = "7.0.0";
16696
+ const VERSION = "7.0.1";
16697
16697
 
16698
16698
  exports.VERSION = VERSION;
16699
16699
  exports.AbstractApi = AbstractApi;