bruce-models 6.0.5 → 6.0.6

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,12 +1877,15 @@
1877
1877
  */
1878
1878
  function DeleteList(params) {
1879
1879
  return __awaiter(this, void 0, void 0, function* () {
1880
- let { api, req: reqParams, assemblyIds, lessThanSize } = params;
1880
+ let { api, req: reqParams, assemblyIds, lessThanSize, test } = params;
1881
1881
  if (!api) {
1882
1882
  api = exports.ENVIRONMENT.Api().GetBruceApi();
1883
1883
  }
1884
1884
  let url = "v3/assemblies";
1885
1885
  const urlParams = new URLSearchParams();
1886
+ if (test) {
1887
+ urlParams.append("Test", "true");
1888
+ }
1886
1889
  if (params.invalidRootIds) {
1887
1890
  urlParams.append("InvalidRootEntityID", "true");
1888
1891
  }
@@ -15418,7 +15421,7 @@
15418
15421
  })(exports.Scenario || (exports.Scenario = {}));
15419
15422
 
15420
15423
  // This is updated with the package.json version on build.
15421
- const VERSION = "6.0.5";
15424
+ const VERSION = "6.0.6";
15422
15425
 
15423
15426
  exports.VERSION = VERSION;
15424
15427
  exports.AbstractApi = AbstractApi;