@tuki-io/tuki-widgets 0.0.49 → 0.0.51

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.
@@ -1430,6 +1430,7 @@ class UsersSearchService {
1430
1430
  }
1431
1431
  quickRegularUsersSearch() {
1432
1432
  this.searchParams = this.searchParams || { customerid: this.customerId };
1433
+ this.searchParams['provisionType'] = 'CUCM';
1433
1434
  return this.apiService.fetchPagination(API.QUICK_USERS_SEARCH, this.pageSize, this.pageIndex, this.searchParams)
1434
1435
  .pipe(map((res) => {
1435
1436
  this.total = res.total;