@webitel/ui-sdk 24.10.87 → 24.10.88

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 CHANGED
@@ -1,5 +1,10 @@
1
1
 
2
2
 
3
+ ## [v24.10.87] - 2024-11-19
4
+ ### :bug: Bug Fixes
5
+ - [`12df75b`](https://github.com/webitel/webitel-ui-sdk/commit/12df75b9427d3c75804993671835c2ffadbc0fbd) - hiding wfm pages before release *(commit by [@Lera24](https://github.com/Lera24))*
6
+
7
+
3
8
  ## [v24.10.86] - 2024-11-19
4
9
  ### :sparkles: New Features
5
10
  - [`f75077a`](https://github.com/webitel/webitel-ui-sdk/commit/f75077a83057cb8c337aec8fa02b9ead08e05865) - styles for opened-card-tabs added [WTEL-5512] (https://webitel.atlassian.net/browse/WTEL-5512) *(commit by [@VladimirBeria](https://github.com/VladimirBeria))*
@@ -276,3 +281,4 @@
276
281
  [v24.10.83]: https://github.com/webitel/webitel-ui-sdk/compare/v24.10.82...v24.10.83
277
282
  [v24.10.84]: https://github.com/webitel/webitel-ui-sdk/compare/v24.10.83...v24.10.84
278
283
  [v24.10.86]: https://github.com/webitel/webitel-ui-sdk/compare/v24.10.85...v24.10.86
284
+ [v24.10.87]: https://github.com/webitel/webitel-ui-sdk/compare/v24.10.86...v24.10.87
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webitel/ui-sdk",
3
- "version": "24.10.87",
3
+ "version": "24.10.88",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vite",
@@ -18,9 +18,9 @@ const AdminSections = Object.freeze({
18
18
  COMMUNICATIONS: 'communications', // scope: lookups
19
19
  PAUSE_CAUSE: 'pause-cause', // scope: lookups
20
20
  MEDIA: 'media', // scope: media_file
21
- // SHIFT_TEMPLATES: 'shift-templates', // scope: shift_templates
22
- // PAUSE_TEMPLATES: 'pause-templates', //scope: pause_templates
23
- // WORKING_CONDITIONS: 'working-conditions', //scope: working_conditions
21
+ SHIFT_TEMPLATES: 'shift-templates', // scope: shift_templates
22
+ PAUSE_TEMPLATES: 'pause-templates', //scope: pause_templates
23
+ WORKING_CONDITIONS: 'working-conditions', //scope: working_conditions
24
24
 
25
25
  // CONTACT CENTER
26
26
  SKILLS: 'skills', // scope: lookups
@@ -102,18 +102,18 @@ const applicationsAccess = (value = true) => ({
102
102
  _enabled: value,
103
103
  _locale: `WebitelApplications.${WebitelApplications.ADMIN}.sections.${AdminSections.MEDIA}`,
104
104
  },
105
- // [AdminSections.SHIFT_TEMPLATES]: {
106
- // _enabled: value,
107
- // _locale: `WebitelApplications.${WebitelApplications.ADMIN}.sections.${AdminSections.SHIFT_TEMPLATES}`,
108
- // },
109
- // [AdminSections.PAUSE_TEMPLATES]: {
110
- // _enabled: value,
111
- // _locale: `WebitelApplications.${WebitelApplications.ADMIN}.sections.${AdminSections.PAUSE_TEMPLATES}`,
112
- // },
113
- // [AdminSections.WORKING_CONDITIONS]: {
114
- // _enabled: value,
115
- // _locale: `WebitelApplications.${WebitelApplications.ADMIN}.sections.${AdminSections.WORKING_CONDITIONS}`,
116
- // },
105
+ [AdminSections.SHIFT_TEMPLATES]: {
106
+ _enabled: value,
107
+ _locale: `WebitelApplications.${WebitelApplications.ADMIN}.sections.${AdminSections.SHIFT_TEMPLATES}`,
108
+ },
109
+ [AdminSections.PAUSE_TEMPLATES]: {
110
+ _enabled: value,
111
+ _locale: `WebitelApplications.${WebitelApplications.ADMIN}.sections.${AdminSections.PAUSE_TEMPLATES}`,
112
+ },
113
+ [AdminSections.WORKING_CONDITIONS]: {
114
+ _enabled: value,
115
+ _locale: `WebitelApplications.${WebitelApplications.ADMIN}.sections.${AdminSections.WORKING_CONDITIONS}`,
116
+ },
117
117
  [AdminSections.AGENTS]: {
118
118
  _enabled: value,
119
119
  _locale: `WebitelApplications.${WebitelApplications.ADMIN}.sections.${AdminSections.AGENTS}`,