bruce-models 7.0.14 → 7.0.16

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.
@@ -16794,25 +16794,14 @@
16794
16794
  api = exports.ENVIRONMENT.Api().GetBruceApi();
16795
16795
  }
16796
16796
  reqParams = exports.Api.PrepReqParams(reqParams);
16797
- const prom = new Promise((res, rej) => __awaiter(this, void 0, void 0, function* () {
16798
- try {
16799
- const data = yield api.GET("changes", exports.Api.PrepReqParams(reqParams));
16800
- res({
16801
- changeSet: data === null || data === void 0 ? void 0 : data.Items
16802
- });
16803
- }
16804
- catch (e) {
16805
- rej(e);
16806
- }
16807
- }));
16808
- return prom;
16797
+ return yield api.GET("changes", exports.Api.PrepReqParams(reqParams));
16809
16798
  });
16810
16799
  }
16811
16800
  ChangeSet.GetList = GetList;
16812
16801
  })(exports.ChangeSet || (exports.ChangeSet = {}));
16813
16802
 
16814
16803
  // This is updated with the package.json version on build.
16815
- const VERSION = "7.0.14";
16804
+ const VERSION = "7.0.16";
16816
16805
 
16817
16806
  exports.VERSION = VERSION;
16818
16807
  exports.AbstractApi = AbstractApi;