@next-core/brick-kit 2.197.0 → 2.197.1

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.
@@ -6117,7 +6117,7 @@
6117
6117
  }, ...args];
6118
6118
  }
6119
6119
  function getTransformedUriAndRestArgs(uri, originalArgs, name, namespace, serviceName, version) {
6120
- var prefix = version ? serviceName === "logic.api.gateway" ? "" : serviceName ? "api/gateway/".concat(serviceName) : "api/gateway/".concat(namespace, ".").concat(name, "@").concat(version) : "api/gateway/api_service.".concat(namespace, ".").concat(name);
6120
+ var prefix = version ? serviceName === "logic.api.gateway" || serviceName !== null && serviceName !== void 0 && serviceName.startsWith("logic.api.gateway.") ? "" : serviceName ? "api/gateway/".concat(serviceName) : "api/gateway/".concat(namespace, ".").concat(name, "@").concat(version) : "api/gateway/api_service.".concat(namespace, ".").concat(name);
6121
6121
  var restArgs = originalArgs.slice();
6122
6122
  var transformedUri = uri.replace(/:([^/]+)/g, () => restArgs.shift());
6123
6123
  return {