tnx-shared 5.1.601 → 5.1.602

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.
@@ -36758,16 +36758,14 @@
36758
36758
  case 13:
36759
36759
  json_prms = JSON.stringify(prms);
36760
36760
  vgca_sign_files(json_prms, function (result) {
36761
+ var _a;
36761
36762
  var resultObj = JSON.parse(result);
36762
- if (resultObj.FileServer != '') {
36763
- console.log(resultObj);
36763
+ if ((_a = resultObj.Files) === null || _a === void 0 ? void 0 : _a.length) {
36764
36764
  resultObj.Files.forEach(function (item) { return __awaiter(_this, void 0, void 0, function () {
36765
- var sourceFile;
36766
36765
  var _this = this;
36767
36766
  return __generator(this, function (_d) {
36768
- sourceFile = lstFile.find(function (x) { return x.id == item.FileID; });
36769
36767
  this._fileExplorerService.saveSignedFile({
36770
- sourceFile: sourceFile,
36768
+ sourceFile: { id: item.FileID },
36771
36769
  tempFileId: item.FileSignedURL,
36772
36770
  }).then(function (rss) {
36773
36771
  _this._triggerProcessData();