@lowcodeunit/applications-flow-common 1.26.30-apps-flow → 1.26.31-apps-flow

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.
@@ -3042,11 +3042,12 @@
3042
3042
  return (_b = app === null || app === void 0 ? void 0 : app.LookupConfig) === null || _b === void 0 ? void 0 : _b.PathRegex.startsWith(appRouteBase);
3043
3043
  }
3044
3044
  };
3045
- AppsFlowComponent.prototype.Unpack = function (appLookup, appName, version) {
3045
+ AppsFlowComponent.prototype.Unpack = function (appLookup, app) {
3046
+ var _a, _b, _c, _d;
3046
3047
  this.appsFlowEventsSvc.UnpackLowCodeUnit({
3047
3048
  ApplicationLookup: appLookup,
3048
- ApplicationName: appName,
3049
- Version: version,
3049
+ ApplicationName: app.Application.Name,
3050
+ Version: ((_b = (_a = app.Processor) === null || _a === void 0 ? void 0 : _a.LowCodeUnit) === null || _b === void 0 ? void 0 : _b.Version) || ((_d = (_c = app.Processor) === null || _c === void 0 ? void 0 : _c.LowCodeUnit) === null || _d === void 0 ? void 0 : _d.Build),
3050
3051
  });
3051
3052
  };
3052
3053
  // Helpers