iptdevs-design-system 3.2.85 → 3.2.87

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.
@@ -4410,6 +4410,11 @@ class CommercialService extends IPTGeneralService {
4410
4410
  };
4411
4411
  return this.http.delete(serviceUrl, options);
4412
4412
  }
4413
+ massAssignSubordinates(params) {
4414
+ let serviceUrl = this.SERVICE_URL + 'post/team/members/massive';
4415
+ this.generateRequestParams(params);
4416
+ return this.http.post(serviceUrl, this.httpOptions);
4417
+ }
4413
4418
  getUsersForCommissionManagement(request) {
4414
4419
  const serviceUrl = this.SERVICE_URL + 'get/users/for-management';
4415
4420
  this.generateRequestParams(request);