@webitel/ui-sdk 25.10.56 → 25.10.57

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.10.56",
3
+ "version": "25.10.57",
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",
@@ -241,6 +241,7 @@ const fieldsToSend = [
241
241
  'timezones',
242
242
  'groups',
243
243
  'custom',
244
+ 'phones'
244
245
  ];
245
246
 
246
247
  const sanitizeManagers = (itemInstance) => {