@webitel/ui-sdk 25.8.47 → 25.8.48

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webitel/ui-sdk",
3
- "version": "25.8.47",
3
+ "version": "25.8.48",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "make-all": "npm version patch --git-tag-version false && npm run build && (npm run build:types || true) && (npm run lint:fix || true) && npm run publish-lib",
@@ -150,7 +150,6 @@ const getPermissionsOptions = async (params) => {
150
150
 
151
151
  const url = applyTransform(params, [
152
152
  merge(getDefaultGetParams()),
153
- starToSearch('search'),
154
153
  (params) => ({ ...params, q: params.search }),
155
154
  sanitize(fieldsToSend),
156
155
  camelToSnake(),