iptdevs-design-system 3.2.59 → 3.2.60

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.
@@ -4388,6 +4388,11 @@ class CommercialService extends IPTGeneralService {
4388
4388
  };
4389
4389
  return this.http.delete(serviceUrl, options);
4390
4390
  }
4391
+ getUsersForCommissionManagement(request) {
4392
+ const serviceUrl = this.SERVICE_URL + 'get/users/for-management';
4393
+ this.generateRequestParams(request);
4394
+ return this.http.get(serviceUrl, this.httpOptions);
4395
+ }
4391
4396
  }
4392
4397
  CommercialService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: CommercialService, deps: [{ token: i1$2.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
4393
4398
  CommercialService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: CommercialService, providedIn: 'root' });