bruce-models 5.9.9 → 6.0.0

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.
@@ -1877,7 +1877,7 @@
1877
1877
  */
1878
1878
  function DeleteList(params) {
1879
1879
  return __awaiter(this, void 0, void 0, function* () {
1880
- let { api, req: reqParams, assemblyIds } = params;
1880
+ let { api, req: reqParams, assemblyIds, lessThanSize } = params;
1881
1881
  if (!api) {
1882
1882
  api = exports.ENVIRONMENT.Api().GetBruceApi();
1883
1883
  }
@@ -1886,6 +1886,9 @@
1886
1886
  if (params.invalidRootIds) {
1887
1887
  urlParams.append("InvalidRootEntityID", "true");
1888
1888
  }
1889
+ else if (params.lessThanSize) {
1890
+ urlParams.append("LessThanSize", String(lessThanSize));
1891
+ }
1889
1892
  // Cannot be used with invalidRootIds.
1890
1893
  // So if both are supplied, invalidRootIds will take precedence.
1891
1894
  else if (params.assemblyIds) {
@@ -15381,7 +15384,7 @@
15381
15384
  })(exports.Scenario || (exports.Scenario = {}));
15382
15385
 
15383
15386
  // This is updated with the package.json version on build.
15384
- const VERSION = "5.9.9";
15387
+ const VERSION = "6.0.0";
15385
15388
 
15386
15389
  exports.VERSION = VERSION;
15387
15390
  exports.AbstractApi = AbstractApi;