tnx-shared 5.1.621 → 5.1.623

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.
@@ -9857,6 +9857,8 @@
9857
9857
  fileName: fileName,
9858
9858
  fileInstanceId: fileInstanceId,
9859
9859
  fileVersionInstanceId: fileVersionInstanceId,
9860
+ fileVersionId: fileVersionInstanceId,
9861
+ fileId: fileInstanceId,
9860
9862
  outputType: this.convertModelType.pdf,
9861
9863
  toBase64: true
9862
9864
  };
@@ -32412,6 +32414,7 @@
32412
32414
  menuUrl = domainMenus + "assets/menus/" + appCode.toLocaleLowerCase() + ".json";
32413
32415
  if (environment.scopename && root.data.currentAppMetadata.renderMenuByScopeName) {
32414
32416
  menuUrl = domainMenus + "assets/menus/" + environment.scopename + "/" + appCode.toLocaleLowerCase() + ".json";
32417
+ //menuUrl = `assets/menus/${environment.scopename}/${appCode.toLocaleLowerCase()}.json`;
32415
32418
  }
32416
32419
  fetch(menuUrl).then(function (rs) { return __awaiter(_this, void 0, void 0, function () {
32417
32420
  var menu, _a, _b;