tnx-shared 5.1.238 → 5.1.239

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.
@@ -18178,6 +18178,10 @@
18178
18178
  _this._moduleConfig = _moduleConfigService.getConfig();
18179
18179
  return _this;
18180
18180
  }
18181
+ UserGroupRealService.prototype.getGroupIdsByUser = function (userId) {
18182
+ var apiUrl = this.serviceUri + "/GetGroupIdsByUser?userId=" + userId;
18183
+ return this.defaultGet(apiUrl);
18184
+ };
18181
18185
  return UserGroupRealService;
18182
18186
  }(BaseService));
18183
18187
  UserGroupRealService.ɵprov = i0.ɵɵdefineInjectable({ factory: function UserGroupRealService_Factory() { return new UserGroupRealService(i0.ɵɵinject(i1$1.HttpClient), i0.ɵɵinject(i0.INJECTOR), i0.ɵɵinject(ModuleConfigService)); }, token: UserGroupRealService, providedIn: "root" });