@webitel/ui-sdk 25.4.59 → 25.4.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.
- package/CHANGELOG.md +6 -0
- package/package.json +1 -1
- package/src/locale/en/en.js +2 -2
- package/src/locale/ru/ru.js +2 -2
- package/src/locale/ua/ua.js +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
## [v25.4.59] - 2025-04-09
|
|
2
|
+
### :recycle: Refactors
|
|
3
|
+
- [`684efa9`](https://github.com/webitel/webitel-ui-sdk/commit/684efa96e24821573afa43c6fbbf68ddf41f311d) - filter options naming refactors and preview api response refactor [WTEL-6522](https://webitel.atlassian.net/browse/WTEL-6522) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
4
|
+
|
|
5
|
+
|
|
1
6
|
## [v25.4.58] - 2025-04-09
|
|
2
7
|
### :sparkles: New Features
|
|
3
8
|
- [`bef3102`](https://github.com/webitel/webitel-ui-sdk/commit/bef3102568fff67993263737e02422edc8dc2354) - new icon updateCalls added [WTEL-3345](https://webitel.atlassian.net/browse/WTEL-3345) *(commit by [@VladimirBeria](https://github.com/VladimirBeria))*
|
|
@@ -1876,3 +1881,4 @@
|
|
|
1876
1881
|
[v25.4.56]: https://github.com/webitel/webitel-ui-sdk/compare/v25.4.55...v25.4.56
|
|
1877
1882
|
[v25.4.57]: https://github.com/webitel/webitel-ui-sdk/compare/v25.4.56...v25.4.57
|
|
1878
1883
|
[v25.4.58]: https://github.com/webitel/webitel-ui-sdk/compare/v25.4.57...v25.4.58
|
|
1884
|
+
[v25.4.59]: https://github.com/webitel/webitel-ui-sdk/compare/v25.4.58...v25.4.59
|
package/package.json
CHANGED
package/src/locale/en/en.js
CHANGED
|
@@ -7,16 +7,16 @@ import {
|
|
|
7
7
|
} from 'webitel-sdk';
|
|
8
8
|
|
|
9
9
|
import {
|
|
10
|
-
AdminSections,
|
|
11
10
|
AuditorSections,
|
|
12
11
|
ChatGatewayProvider,
|
|
13
|
-
CrmSections,
|
|
14
12
|
IconAction,
|
|
15
13
|
QueueType,
|
|
16
14
|
RelativeDatetimeValue,
|
|
17
15
|
SupervisorSections,
|
|
18
16
|
WebitelApplications,
|
|
19
17
|
} from '../../enums';
|
|
18
|
+
import CrmSections from '../../enums/WebitelApplications/CrmSections.enum.js';
|
|
19
|
+
import AdminSections from '../../enums/WebitelApplications/AdminSections.enum.js';
|
|
20
20
|
import { AccessMode } from '../../modules/ObjectPermissions/_internals/enums/AccessMode.enum.js';
|
|
21
21
|
import { snakeToCamel } from '../../scripts';
|
|
22
22
|
|
package/src/locale/ru/ru.js
CHANGED
|
@@ -7,16 +7,16 @@ import {
|
|
|
7
7
|
} from 'webitel-sdk';
|
|
8
8
|
|
|
9
9
|
import {
|
|
10
|
-
AdminSections,
|
|
11
10
|
AuditorSections,
|
|
12
11
|
ChatGatewayProvider,
|
|
13
|
-
CrmSections,
|
|
14
12
|
IconAction,
|
|
15
13
|
QueueType,
|
|
16
14
|
RelativeDatetimeValue,
|
|
17
15
|
SupervisorSections,
|
|
18
16
|
WebitelApplications,
|
|
19
17
|
} from '../../enums';
|
|
18
|
+
import CrmSections from '../../enums/WebitelApplications/CrmSections.enum.js';
|
|
19
|
+
import AdminSections from '../../enums/WebitelApplications/AdminSections.enum.js';
|
|
20
20
|
import { AccessMode } from '../../modules/ObjectPermissions/_internals/enums/AccessMode.enum.js';
|
|
21
21
|
import { snakeToCamel } from '../../scripts';
|
|
22
22
|
|
package/src/locale/ua/ua.js
CHANGED
|
@@ -7,16 +7,16 @@ import {
|
|
|
7
7
|
} from 'webitel-sdk';
|
|
8
8
|
|
|
9
9
|
import {
|
|
10
|
-
AdminSections,
|
|
11
10
|
AuditorSections,
|
|
12
11
|
ChatGatewayProvider,
|
|
13
|
-
CrmSections,
|
|
14
12
|
IconAction,
|
|
15
13
|
QueueType,
|
|
16
14
|
RelativeDatetimeValue,
|
|
17
15
|
SupervisorSections,
|
|
18
16
|
WebitelApplications,
|
|
19
17
|
} from '../../enums';
|
|
18
|
+
import CrmSections from '../../enums/WebitelApplications/CrmSections.enum.js';
|
|
19
|
+
import AdminSections from '../../enums/WebitelApplications/AdminSections.enum.js';
|
|
20
20
|
import { AccessMode } from '../../modules/ObjectPermissions/_internals/enums/AccessMode.enum.js';
|
|
21
21
|
import { snakeToCamel } from '../../scripts';
|
|
22
22
|
|