bruce-models 7.0.13 → 7.0.14

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.
@@ -16742,8 +16742,7 @@
16742
16742
  api = exports.ENVIRONMENT.Api().GetBruceApi();
16743
16743
  }
16744
16744
  const url = `change` + (data.ID == null ? "" : "/" + data.ID);
16745
- const res = yield api.POST(url, data, exports.Api.PrepReqParams(reqParams));
16746
- return;
16745
+ return api.POST(url, data, exports.Api.PrepReqParams(reqParams));
16747
16746
  });
16748
16747
  }
16749
16748
  ChangeSet.Update = Update;
@@ -16813,7 +16812,7 @@
16813
16812
  })(exports.ChangeSet || (exports.ChangeSet = {}));
16814
16813
 
16815
16814
  // This is updated with the package.json version on build.
16816
- const VERSION = "7.0.13";
16815
+ const VERSION = "7.0.14";
16817
16816
 
16818
16817
  exports.VERSION = VERSION;
16819
16818
  exports.AbstractApi = AbstractApi;