@webitel/ui-sdk 26.6.99 → 26.6.100

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.
Files changed (95) hide show
  1. package/dist/{clients-Bkj_jr3s.js → clients-DBR1e2Vq.js} +1 -1
  2. package/dist/{components-f_7Xewxl.js → components-89d9wbnp.js} +3 -3
  3. package/dist/ui-sdk.js +1 -1
  4. package/dist/ui-sdk.umd.cjs +1 -1
  5. package/dist/{wt-chat-emoji-BxcgfPnF.js → wt-chat-emoji-D9JuBz2G.js} +1 -1
  6. package/dist/{wt-display-chip-items-BFcunpPg.js → wt-display-chip-items-BKf1iLN9.js} +1 -1
  7. package/dist/{wt-send-message-popup-UqRi-DNw.js → wt-send-message-popup-DgiD0_MI.js} +2 -2
  8. package/dist/{wt-type-extension-value-input-BT9q7ZCv.js → wt-type-extension-value-input-CuniJHNW.js} +2 -2
  9. package/dist/{wt-vidstack-player-BKN0dtoX.js → wt-vidstack-player-2y5Cn9Cg.js} +1 -1
  10. package/package.json +1 -1
  11. package/src/api/clients/roles/roles.ts +5 -3
  12. package/src/composables/useEventBus/useEventBus.d.ts +4 -4
  13. package/src/enums/BroadcastChannelName/BroadcastChannelName.d.ts +2 -3
  14. package/src/enums/BroadcastChannelName/UserSettingsBroadcastMessage.d.ts +7 -7
  15. package/src/enums/ButtonColor/ButtonColor.d.ts +8 -8
  16. package/src/enums/ButtonVariant/ButtonVariant.d.ts +3 -3
  17. package/src/enums/ChipColor/ChipColor.d.ts +8 -8
  18. package/src/enums/ComponentSize/ComponentSize.d.ts +14 -14
  19. package/src/enums/ConnectionQualityLevel/ConnectionQualityLevel.enum.d.ts +4 -5
  20. package/src/enums/CrudAction/CrudAction.d.ts +4 -4
  21. package/src/enums/DefaultWorkspaceTabSettings/DefaultWorkspaceTabSettings.d.ts +7 -8
  22. package/src/enums/EmptyCause/EmptyCause.d.ts +3 -3
  23. package/src/enums/FormatDateMode/FormatDateMode.d.ts +6 -7
  24. package/src/enums/IconColor/IconColor.d.ts +14 -14
  25. package/src/enums/LoginOptions/LoginOptions.d.ts +3 -3
  26. package/src/enums/MessageColor/MessageColor.d.ts +6 -6
  27. package/src/enums/MessageVariant/MessageVariant.d.ts +3 -3
  28. package/src/enums/MimeTypes/MimeTypes.enum.d.ts +14 -14
  29. package/src/enums/ProcessingTableColumnType/ProcessingTableColumnType.d.ts +6 -7
  30. package/src/enums/QueueType/QueueType.enum.d.ts +22 -22
  31. package/src/enums/RelativeDatetimeValue/RelativeDatetimeValue.d.ts +5 -6
  32. package/src/enums/RingtoneType/RingtoneType.d.ts +3 -3
  33. package/src/enums/SingleSignOnProvider/SingleSignOnProvider.d.ts +5 -6
  34. package/src/enums/SingleSignOnProviderIconMappings/SingleSignOnProviderIconMappings.d.ts +2 -6
  35. package/src/enums/WebitelApplications/AdminSections.d.ts +38 -38
  36. package/src/enums/WebitelApplications/AuditorSections.d.ts +2 -3
  37. package/src/enums/WebitelApplications/CrmSections.d.ts +13 -13
  38. package/src/enums/WebitelApplications/SupervisorSections.d.ts +4 -5
  39. package/src/enums/WebitelApplications/WfmSections.d.ts +3 -3
  40. package/src/enums/WebitelApplications/WtApplication.d.ts +9 -9
  41. package/src/enums/WtObject/WtObject.d.ts +57 -57
  42. package/src/enums/WtTypeExtensionFieldKind/WtTypeExtensionFieldKind.d.ts +7 -8
  43. package/src/enums/index.d.ts +4 -54
  44. package/src/locale/en/en.js +4 -4
  45. package/src/locale/es/es.js +4 -4
  46. package/src/locale/kz/kz.js +4 -4
  47. package/src/locale/pl/pl.js +4 -4
  48. package/src/locale/ro/ro.js +4 -4
  49. package/src/locale/ru/ru.js +4 -4
  50. package/src/locale/uk/uk.js +4 -4
  51. package/src/locale/uz/uz.js +4 -4
  52. package/src/locale/vi/vi.js +4 -4
  53. package/src/modules/ObjectPermissions/components/_internal/permissions-tab-content.vue +190 -0
  54. package/src/modules/ObjectPermissions/{_internals/components → components/_internal}/permissions-tab-role-popup.vue +10 -20
  55. package/src/modules/ObjectPermissions/components/permissions-tab.vue +43 -160
  56. package/src/modules/ObjectPermissions/enums/AccessMode.enum.d.ts +6 -0
  57. package/src/modules/ObjectPermissions/enums/AccessMode.enum.ts +7 -0
  58. package/src/modules/ObjectPermissions/enums/AccessRuleName.enum.d.ts +7 -0
  59. package/src/modules/ObjectPermissions/enums/AccessRuleName.enum.ts +9 -0
  60. package/src/modules/ObjectPermissions/enums/index.d.ts +2 -0
  61. package/src/modules/ObjectPermissions/enums/index.ts +2 -0
  62. package/{types/modules/ObjectPermissions/_internals/store/modules → src/modules/ObjectPermissions/headers}/headers.d.ts +2 -2
  63. package/src/modules/ObjectPermissions/{_internals/store/modules/headers.js → headers/headers.ts} +6 -2
  64. package/src/modules/ObjectPermissions/index.d.ts +7 -0
  65. package/src/modules/ObjectPermissions/index.ts +6 -0
  66. package/src/modules/ObjectPermissions/{_internals/modules → modules}/filters/store/filters.store.js +1 -1
  67. package/src/modules/ObjectPermissions/{_internals/store/helpers → store}/createObjectPermissionsStoreModule.js +2 -2
  68. package/src/modules/ObjectPermissions/store/index.js +1 -1
  69. package/src/modules/ObjectPermissions/{_internals/store/modules → store}/objectPermissionsStoreModule.js +6 -7
  70. package/src/modules/ObjectPermissions/types/PermissionsUserAccess.d.ts +3 -0
  71. package/src/modules/ObjectPermissions/types/PermissionsUserAccess.ts +10 -0
  72. package/src/modules/Userinfo/constants/UserSettingsConstants.d.ts +1 -1
  73. package/src/utils/displayText.d.ts +1 -1
  74. package/src/utils/formatDate.d.ts +3 -9
  75. package/types/modules/ObjectPermissions/components/_internal/permissions-tab-content.vue.d.ts +97 -0
  76. package/types/modules/ObjectPermissions/components/_internal/permissions-tab-role-popup.vue.d.ts +23 -0
  77. package/types/modules/ObjectPermissions/components/permissions-tab.vue.d.ts +10 -43
  78. package/types/modules/ObjectPermissions/enums/AccessMode.enum.d.ts +6 -0
  79. package/types/modules/ObjectPermissions/enums/AccessRuleName.enum.d.ts +7 -0
  80. package/types/modules/ObjectPermissions/enums/index.d.ts +2 -0
  81. package/types/modules/ObjectPermissions/headers/headers.d.ts +7 -0
  82. package/types/modules/ObjectPermissions/index.d.ts +6 -0
  83. package/types/modules/ObjectPermissions/store/index.d.ts +1 -1
  84. package/types/modules/ObjectPermissions/{_internals/store/modules → store}/objectPermissionsStoreModule.d.ts +1 -0
  85. package/types/modules/ObjectPermissions/types/PermissionsUserAccess.d.ts +3 -0
  86. package/src/modules/ObjectPermissions/_internals/enums/AccessMode.enum.js +0 -5
  87. package/src/modules/Userinfo/composables/types/CreateUserAccessControl.d.ts +0 -2
  88. package/types/modules/ObjectPermissions/_internals/components/permissions-tab-role-popup.vue.d.ts +0 -13
  89. package/types/modules/ObjectPermissions/_internals/enums/AccessMode.enum.d.ts +0 -5
  90. /package/src/modules/ObjectPermissions/{_internals/components → components/_internal}/permissions-role-row.vue +0 -0
  91. /package/src/modules/ObjectPermissions/{_internals/components → components/_internal}/permissions-role-select.vue +0 -0
  92. /package/types/modules/ObjectPermissions/{_internals/components → components/_internal}/permissions-role-row.vue.d.ts +0 -0
  93. /package/types/modules/ObjectPermissions/{_internals/components → components/_internal}/permissions-role-select.vue.d.ts +0 -0
  94. /package/types/modules/ObjectPermissions/{_internals/modules → modules}/filters/store/filters.store.d.ts +0 -0
  95. /package/types/modules/ObjectPermissions/{_internals/store/helpers → store}/createObjectPermissionsStoreModule.d.ts +0 -0
@@ -1,4 +1,4 @@
1
- import "./components-f_7Xewxl.js";
1
+ import "./components-89d9wbnp.js";
2
2
  import { t as e } from "./_plugin-vue_export-helper-B3ysoDQm.js";
3
3
  import { l as t } from "./enums-De8CDKZ1.js";
4
4
  import { t as n } from "./wt-button-dC4nOW56.js";
@@ -1,4 +1,4 @@
1
- import { C as e, i as t } from "./components-f_7Xewxl.js";
1
+ import { C as e, i as t } from "./components-89d9wbnp.js";
2
2
  import { t as n } from "./_plugin-vue_export-helper-B3ysoDQm.js";
3
3
  import { t as r } from "./displayText-CtaxzaBz.js";
4
4
  import { Fragment as i, computed as a, createCommentVNode as o, createElementBlock as s, createTextVNode as c, createVNode as l, defineComponent as u, openBlock as d, renderList as f, renderSlot as p, toDisplayString as m, unref as h, withCtx as g } from "vue";
@@ -1,5 +1,5 @@
1
- import { n as e, r as t } from "./clients-Bkj_jr3s.js";
2
- import { n } from "./components-f_7Xewxl.js";
1
+ import { n as e, r as t } from "./clients-DBR1e2Vq.js";
2
+ import { n } from "./components-89d9wbnp.js";
3
3
  import { t as r } from "./vue-i18n-Db_oYfO8.js";
4
4
  import { createBlock as i, createTextVNode as a, createVNode as o, defineComponent as s, inject as c, mergeProps as l, onMounted as u, openBlock as d, ref as f, resolveComponent as p, toDisplayString as m, unref as h, withCtx as g } from "vue";
5
5
  //#endregion
@@ -1,5 +1,5 @@
1
- import { t as e } from "./clients-Bkj_jr3s.js";
2
- import { a as t, o as n, r, s as i } from "./components-f_7Xewxl.js";
1
+ import { t as e } from "./clients-DBR1e2Vq.js";
2
+ import { a as t, o as n, r, s as i } from "./components-89d9wbnp.js";
3
3
  import { t as a } from "./enums-De8CDKZ1.js";
4
4
  import { t as o } from "./vue-i18n-Db_oYfO8.js";
5
5
  import { computed as s, createBlock as c, createCommentVNode as l, createVNode as u, defineComponent as d, mergeModels as f, mergeProps as p, openBlock as m, renderSlot as h, resolveComponent as g, unref as _, useModel as v } from "vue";
@@ -1,4 +1,4 @@
1
- import { w as e } from "./components-f_7Xewxl.js";
1
+ import { w as e } from "./components-89d9wbnp.js";
2
2
  import { t } from "./_plugin-vue_export-helper-B3ysoDQm.js";
3
3
  import { l as n } from "./enums-De8CDKZ1.js";
4
4
  import "./wt-button-dC4nOW56.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webitel/ui-sdk",
3
- "version": "26.6.99",
3
+ "version": "26.6.100",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "npm run docs:dev",
@@ -63,9 +63,11 @@ const getRoleList = async (params) => {
63
63
 
64
64
  try {
65
65
  const response = await rolesApiFactory.searchRoles(
66
- [
67
- id,
68
- ],
66
+ id
67
+ ? [
68
+ id,
69
+ ]
70
+ : null,
69
71
  name,
70
72
  userId,
71
73
  userName,
@@ -3,9 +3,9 @@
3
3
  * `install(app, { eventBus })` (provided app-wide as '$eventBus').
4
4
  */
5
5
  export interface EventBus {
6
- $emit: (event: string, payload?: unknown) => void;
7
- $on: (event: string, handler: (payload?: unknown) => void) => void;
8
- $off: (event: string, handler?: (payload?: unknown) => void) => void;
6
+ $emit: (event: string, payload?: unknown) => void;
7
+ $on: (event: string, handler: (payload?: unknown) => void) => void;
8
+ $off: (event: string, handler?: (payload?: unknown) => void) => void;
9
9
  }
10
- export declare const EVENT_BUS_INJECTION_KEY = '$eventBus';
10
+ export declare const EVENT_BUS_INJECTION_KEY = "$eventBus";
11
11
  export declare const useEventBus: () => EventBus | undefined;
@@ -1,5 +1,4 @@
1
1
  export declare const BroadcastChannelName: {
2
- readonly UserSettings: 'WtUserSettings';
2
+ readonly UserSettings: "WtUserSettings";
3
3
  };
4
- export type BroadcastChannelName =
5
- (typeof BroadcastChannelName)[keyof typeof BroadcastChannelName];
4
+ export type BroadcastChannelName = (typeof BroadcastChannelName)[keyof typeof BroadcastChannelName];
@@ -1,12 +1,12 @@
1
1
  export interface WebphoneBroadcastPayload {
2
- webrtc: boolean;
3
- stun: boolean;
4
- autoGainControl: boolean;
5
- echoCancellation: boolean;
6
- noiseSuppression: boolean;
2
+ webrtc: boolean;
3
+ stun: boolean;
4
+ autoGainControl: boolean;
5
+ echoCancellation: boolean;
6
+ noiseSuppression: boolean;
7
7
  }
8
8
  export interface WebphoneBroadcastMessage {
9
- type: 'webphone';
10
- payload: WebphoneBroadcastPayload;
9
+ type: 'webphone';
10
+ payload: WebphoneBroadcastPayload;
11
11
  }
12
12
  export type UserSettingsBroadcastMessage = WebphoneBroadcastMessage;
@@ -1,11 +1,11 @@
1
1
  export declare const ButtonColor: {
2
- readonly PRIMARY: 'primary';
3
- readonly SECONDARY: 'secondary';
4
- readonly SUCCESS: 'success';
5
- readonly WARN: 'warn';
6
- readonly ERROR: 'error';
7
- readonly TRANSFER: 'transfer';
8
- readonly JOB: 'job';
9
- readonly INFO: 'info';
2
+ readonly PRIMARY: "primary";
3
+ readonly SECONDARY: "secondary";
4
+ readonly SUCCESS: "success";
5
+ readonly WARN: "warn";
6
+ readonly ERROR: "error";
7
+ readonly TRANSFER: "transfer";
8
+ readonly JOB: "job";
9
+ readonly INFO: "info";
10
10
  };
11
11
  export type ButtonColor = (typeof ButtonColor)[keyof typeof ButtonColor];
@@ -1,6 +1,6 @@
1
1
  export declare const ButtonVariant: {
2
- readonly ACTIVE: 'active';
3
- readonly OUTLINED: 'outlined';
4
- readonly TEXT: 'text';
2
+ readonly ACTIVE: "active";
3
+ readonly OUTLINED: "outlined";
4
+ readonly TEXT: "text";
5
5
  };
6
6
  export type ButtonVariant = (typeof ButtonVariant)[keyof typeof ButtonVariant];
@@ -1,11 +1,11 @@
1
1
  export declare const ChipColor: {
2
- readonly MAIN: 'main';
3
- readonly PRIMARY: 'primary';
4
- readonly ON_PRIMARY: 'on-primary';
5
- readonly SECONDARY: 'secondary';
6
- readonly SUCCESS: 'success';
7
- readonly WARNING: 'warning';
8
- readonly ERROR: 'error';
9
- readonly TRANSFER: 'transfer';
2
+ readonly MAIN: "main";
3
+ readonly PRIMARY: "primary";
4
+ readonly ON_PRIMARY: "on-primary";
5
+ readonly SECONDARY: "secondary";
6
+ readonly SUCCESS: "success";
7
+ readonly WARNING: "warning";
8
+ readonly ERROR: "error";
9
+ readonly TRANSFER: "transfer";
10
10
  };
11
11
  export type ChipColor = (typeof ChipColor)[keyof typeof ChipColor];
@@ -1,17 +1,17 @@
1
1
  export declare const ComponentSize: {
2
- readonly XXXS: '3xs';
3
- readonly XXS: '2xs';
4
- readonly XS: 'xs';
5
- readonly SM: 'sm';
6
- readonly MD: 'md';
7
- readonly LG: 'lg';
8
- readonly XL: 'xl';
9
- readonly XXL: '2xl';
10
- readonly XXXL: '3xl';
11
- readonly '4XL': '4xl';
12
- readonly '5XL': '5xl';
13
- readonly '6XL': '6xl';
14
- readonly '7XL': '7xl';
15
- readonly '8XL': '8xl';
2
+ readonly XXXS: "3xs";
3
+ readonly XXS: "2xs";
4
+ readonly XS: "xs";
5
+ readonly SM: "sm";
6
+ readonly MD: "md";
7
+ readonly LG: "lg";
8
+ readonly XL: "xl";
9
+ readonly XXL: "2xl";
10
+ readonly XXXL: "3xl";
11
+ readonly '4XL': "4xl";
12
+ readonly '5XL': "5xl";
13
+ readonly '6XL': "6xl";
14
+ readonly '7XL': "7xl";
15
+ readonly '8XL': "8xl";
16
16
  };
17
17
  export type ComponentSize = (typeof ComponentSize)[keyof typeof ComponentSize];
@@ -1,7 +1,6 @@
1
1
  export declare const ConnectionQualityLevels: {
2
- readonly High: 'high';
3
- readonly Medium: 'medium';
4
- readonly Low: 'low';
2
+ readonly High: "high";
3
+ readonly Medium: "medium";
4
+ readonly Low: "low";
5
5
  };
6
- export type ConnectionQualityLevelsType =
7
- (typeof ConnectionQualityLevels)[keyof typeof ConnectionQualityLevels];
6
+ export type ConnectionQualityLevelsType = (typeof ConnectionQualityLevels)[keyof typeof ConnectionQualityLevels];
@@ -1,7 +1,7 @@
1
1
  export declare const CrudAction: {
2
- readonly Read: 'read';
3
- readonly Create: 'create';
4
- readonly Update: 'update';
5
- readonly Delete: 'delete';
2
+ readonly Read: "read";
3
+ readonly Create: "create";
4
+ readonly Update: "update";
5
+ readonly Delete: "delete";
6
6
  };
7
7
  export type CrudAction = (typeof CrudAction)[keyof typeof CrudAction];
@@ -1,10 +1,9 @@
1
1
  export declare const DefaultWorkspaceTabSettings: {
2
- readonly GeneralInfo: 'general_info';
3
- readonly ClientInfo: 'client_info';
4
- readonly KnowledgeBase: 'knowledge_base';
5
- readonly TaskProcessing: 'task_processing';
6
- readonly Flows: 'flows';
7
- readonly Screenshots: 'screenshots';
2
+ readonly GeneralInfo: "general_info";
3
+ readonly ClientInfo: "client_info";
4
+ readonly KnowledgeBase: "knowledge_base";
5
+ readonly TaskProcessing: "task_processing";
6
+ readonly Flows: "flows";
7
+ readonly Screenshots: "screenshots";
8
8
  };
9
- export type DefaultWorkspaceTabSettings =
10
- (typeof DefaultWorkspaceTabSettings)[keyof typeof DefaultWorkspaceTabSettings];
9
+ export type DefaultWorkspaceTabSettings = (typeof DefaultWorkspaceTabSettings)[keyof typeof DefaultWorkspaceTabSettings];
@@ -1,6 +1,6 @@
1
1
  export declare const EmptyCause: Readonly<{
2
- ERROR: 'error';
3
- FILTERS: 'filters';
4
- EMPTY: 'empty';
2
+ ERROR: "error";
3
+ FILTERS: "filters";
4
+ EMPTY: "empty";
5
5
  }>;
6
6
  export type EmptyCause = (typeof EmptyCause)[keyof typeof EmptyCause];
@@ -1,9 +1,8 @@
1
1
  export declare const FormatDateMode: {
2
- readonly DATE: 'date';
3
- readonly TIME: 'time';
4
- readonly TIME_SEC: 'timeSec';
5
- readonly DATETIME: 'datetime';
6
- readonly DATETIME_SHORT: 'datetimeShort';
2
+ readonly DATE: "date";
3
+ readonly TIME: "time";
4
+ readonly TIME_SEC: "timeSec";
5
+ readonly DATETIME: "datetime";
6
+ readonly DATETIME_SHORT: "datetimeShort";
7
7
  };
8
- export type FormatDateMode =
9
- (typeof FormatDateMode)[keyof typeof FormatDateMode];
8
+ export type FormatDateMode = (typeof FormatDateMode)[keyof typeof FormatDateMode];
@@ -1,17 +1,17 @@
1
1
  export declare const IconColor: {
2
- readonly DEFAULT: 'default';
3
- readonly ACTIVE: 'active';
4
- readonly DISABLED: 'disabled';
5
- readonly PRIMARY: 'primary';
6
- readonly ERROR: 'error';
7
- readonly SUCCESS: 'success';
8
- readonly WARNING: 'warning';
9
- readonly ON_DARK: 'on-dark';
10
- readonly ON_LIGHT: 'on-light';
11
- readonly ON_PRIMARY: 'on-primary';
12
- readonly INFO: 'info';
13
- readonly CHAT: 'chat';
14
- readonly TRANSFER: 'transfer';
15
- readonly JOB: 'job';
2
+ readonly DEFAULT: "default";
3
+ readonly ACTIVE: "active";
4
+ readonly DISABLED: "disabled";
5
+ readonly PRIMARY: "primary";
6
+ readonly ERROR: "error";
7
+ readonly SUCCESS: "success";
8
+ readonly WARNING: "warning";
9
+ readonly ON_DARK: "on-dark";
10
+ readonly ON_LIGHT: "on-light";
11
+ readonly ON_PRIMARY: "on-primary";
12
+ readonly INFO: "info";
13
+ readonly CHAT: "chat";
14
+ readonly TRANSFER: "transfer";
15
+ readonly JOB: "job";
16
16
  };
17
17
  export type IconColor = (typeof IconColor)[keyof typeof IconColor];
@@ -1,6 +1,6 @@
1
1
  export declare const LoginOptions: {
2
- readonly LOCAL_PASSWORD_ONLY: 'local_password_only';
3
- readonly SSO_AND_LOCAL: 'sso_and_local';
4
- readonly SSO_ONLY: 'sso_only';
2
+ readonly LOCAL_PASSWORD_ONLY: "local_password_only";
3
+ readonly SSO_AND_LOCAL: "sso_and_local";
4
+ readonly SSO_ONLY: "sso_only";
5
5
  };
6
6
  export type LoginOptions = keyof typeof LoginOptions;
@@ -1,9 +1,9 @@
1
1
  export declare const MessageColor: {
2
- readonly SECONDARY: 'secondary';
3
- readonly SUCCESS: 'success';
4
- readonly ERROR: 'error';
5
- readonly WARN: 'warn';
6
- readonly INFO: 'info';
7
- readonly CONTRAST: 'contrast';
2
+ readonly SECONDARY: "secondary";
3
+ readonly SUCCESS: "success";
4
+ readonly ERROR: "error";
5
+ readonly WARN: "warn";
6
+ readonly INFO: "info";
7
+ readonly CONTRAST: "contrast";
8
8
  };
9
9
  export type MessageColor = keyof typeof MessageColor;
@@ -1,6 +1,6 @@
1
1
  export declare const MessageVariant: {
2
- readonly FILLED: 'filled';
3
- readonly OUTLINED: 'outlined';
4
- readonly SIMPLE: 'simple';
2
+ readonly FILLED: "filled";
3
+ readonly OUTLINED: "outlined";
4
+ readonly SIMPLE: "simple";
5
5
  };
6
6
  export type MessageVariant = keyof typeof MessageVariant;
@@ -1,17 +1,17 @@
1
1
  export declare const MimeTypes: {
2
- readonly IMAGE_JPEG: 'image/jpeg';
3
- readonly IMAGE_PNG: 'image/png';
4
- readonly IMAGE_GIF: 'image/gif';
5
- readonly IMAGE_SVG_XML: 'image/svg+xml';
6
- readonly IMAGE_WEBP: 'image/webp';
7
- readonly VIDEO_MP4: 'video/mp4';
8
- readonly VIDEO_WEBM: 'video/webm';
9
- readonly VIDEO_MPEG: 'video/mpeg';
10
- readonly AUDIO_MPEG: 'audio/mpeg';
11
- readonly AUDIO_WAV: 'audio/wav';
12
- readonly APPLICATION_PDF: 'application/pdf';
13
- readonly APPLICATION_MSWORD: 'application/msword';
14
- readonly APPLICATION_DOCX: 'application/vnd.openxmlformats-officedocument.wordprocessingml.document';
15
- readonly APPLICATION_XLSX: 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet';
2
+ readonly IMAGE_JPEG: "image/jpeg";
3
+ readonly IMAGE_PNG: "image/png";
4
+ readonly IMAGE_GIF: "image/gif";
5
+ readonly IMAGE_SVG_XML: "image/svg+xml";
6
+ readonly IMAGE_WEBP: "image/webp";
7
+ readonly VIDEO_MP4: "video/mp4";
8
+ readonly VIDEO_WEBM: "video/webm";
9
+ readonly VIDEO_MPEG: "video/mpeg";
10
+ readonly AUDIO_MPEG: "audio/mpeg";
11
+ readonly AUDIO_WAV: "audio/wav";
12
+ readonly APPLICATION_PDF: "application/pdf";
13
+ readonly APPLICATION_MSWORD: "application/msword";
14
+ readonly APPLICATION_DOCX: "application/vnd.openxmlformats-officedocument.wordprocessingml.document";
15
+ readonly APPLICATION_XLSX: "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet";
16
16
  };
17
17
  export type MimeTypes = (typeof MimeTypes)[keyof typeof MimeTypes];
@@ -1,9 +1,8 @@
1
1
  export declare const ProcessingTableColumnType: {
2
- readonly TEXT: 'text';
3
- readonly NUMBER: 'number';
4
- readonly BOOL: 'bool';
5
- readonly DATETIME: 'datetime';
6
- readonly LINK: 'link';
2
+ readonly TEXT: "text";
3
+ readonly NUMBER: "number";
4
+ readonly BOOL: "bool";
5
+ readonly DATETIME: "datetime";
6
+ readonly LINK: "link";
7
7
  };
8
- export type ProcessingTableColumnType =
9
- (typeof ProcessingTableColumnType)[keyof typeof ProcessingTableColumnType];
8
+ export type ProcessingTableColumnType = (typeof ProcessingTableColumnType)[keyof typeof ProcessingTableColumnType];
@@ -1,28 +1,28 @@
1
1
  export declare const QueueType: {
2
- readonly OFFLINE_QUEUE: 0;
3
- readonly INBOUND_QUEUE: 1;
4
- readonly OUTBOUND_IVR_QUEUE: 2;
5
- readonly PREVIEW_DIALER: 3;
6
- readonly PROGRESSIVE_DIALER: 4;
7
- readonly PREDICTIVE_DIALER: 5;
8
- readonly CHAT_INBOUND_QUEUE: 6;
9
- readonly INBOUND_JOB_QUEUE: 7;
10
- readonly OUTBOUND_JOB_QUEUE: 8;
11
- readonly IM_CHAT_QUEUE: 9;
2
+ readonly OFFLINE_QUEUE: 0;
3
+ readonly INBOUND_QUEUE: 1;
4
+ readonly OUTBOUND_IVR_QUEUE: 2;
5
+ readonly PREVIEW_DIALER: 3;
6
+ readonly PROGRESSIVE_DIALER: 4;
7
+ readonly PREDICTIVE_DIALER: 5;
8
+ readonly CHAT_INBOUND_QUEUE: 6;
9
+ readonly INBOUND_JOB_QUEUE: 7;
10
+ readonly OUTBOUND_JOB_QUEUE: 8;
11
+ readonly IM_CHAT_QUEUE: 9;
12
12
  };
13
13
  export type QueueType = (typeof QueueType)[keyof typeof QueueType];
14
14
  export declare const QueueTypeName: {
15
- readonly OFFLINE_QUEUE: 'offline';
16
- readonly INBOUND_QUEUE: 'inbound';
17
- readonly OUTBOUND_IVR_QUEUE: 'ivr';
18
- readonly PREVIEW_DIALER: 'preview';
19
- readonly PROGRESSIVE_DIALER: 'progressive';
20
- readonly PREDICTIVE_DIALER: 'predictive';
21
- readonly CHAT_INBOUND_QUEUE: 'inbound chat';
22
- readonly INBOUND_JOB_QUEUE: 'task';
23
- readonly OUTBOUND_JOB_QUEUE: 'outbound_task';
24
- readonly OUTBOUND_CALL: 'outbound_call';
25
- readonly IM_CHAT_QUEUE: 'im_chat';
26
- readonly NOT_IMPLEMENT: 'NOT_IMPLEMENT';
15
+ readonly OFFLINE_QUEUE: "offline";
16
+ readonly INBOUND_QUEUE: "inbound";
17
+ readonly OUTBOUND_IVR_QUEUE: "ivr";
18
+ readonly PREVIEW_DIALER: "preview";
19
+ readonly PROGRESSIVE_DIALER: "progressive";
20
+ readonly PREDICTIVE_DIALER: "predictive";
21
+ readonly CHAT_INBOUND_QUEUE: "inbound chat";
22
+ readonly INBOUND_JOB_QUEUE: "task";
23
+ readonly OUTBOUND_JOB_QUEUE: "outbound_task";
24
+ readonly OUTBOUND_CALL: "outbound_call";
25
+ readonly IM_CHAT_QUEUE: "im_chat";
26
+ readonly NOT_IMPLEMENT: "NOT_IMPLEMENT";
27
27
  };
28
28
  export type QueueTypeName = (typeof QueueTypeName)[keyof typeof QueueTypeName];
@@ -1,8 +1,7 @@
1
1
  export declare const RelativeDatetimeValue: {
2
- readonly Today: 'rdt_today';
3
- readonly ThisWeek: 'rdt_this_week';
4
- readonly ThisMonth: 'rdt_this_month';
5
- readonly Custom: 'rdt_custom';
2
+ readonly Today: "rdt_today";
3
+ readonly ThisWeek: "rdt_this_week";
4
+ readonly ThisMonth: "rdt_this_month";
5
+ readonly Custom: "rdt_custom";
6
6
  };
7
- export type RelativeDatetimeValue =
8
- (typeof RelativeDatetimeValue)[keyof typeof RelativeDatetimeValue];
7
+ export type RelativeDatetimeValue = (typeof RelativeDatetimeValue)[keyof typeof RelativeDatetimeValue];
@@ -1,6 +1,6 @@
1
1
  export declare const RingtoneType: {
2
- readonly Call: 'call';
3
- readonly Chat: 'chat';
4
- readonly Task: 'task';
2
+ readonly Call: "call";
3
+ readonly Chat: "chat";
4
+ readonly Task: "task";
5
5
  };
6
6
  export type RingtoneType = (typeof RingtoneType)[keyof typeof RingtoneType];
@@ -1,8 +1,7 @@
1
1
  export declare const SingleSignOnProvider: {
2
- readonly Microsoft: 'microsoft';
3
- readonly Google: 'google';
4
- readonly Facebook: 'facebook';
5
- readonly Custom: 'custom';
2
+ readonly Microsoft: "microsoft";
3
+ readonly Google: "google";
4
+ readonly Facebook: "facebook";
5
+ readonly Custom: "custom";
6
6
  };
7
- export type SingleSignOnProvider =
8
- (typeof SingleSignOnProvider)[keyof typeof SingleSignOnProvider];
7
+ export type SingleSignOnProvider = (typeof SingleSignOnProvider)[keyof typeof SingleSignOnProvider];
@@ -1,7 +1,3 @@
1
1
  import { SingleSignOnProvider } from '../SingleSignOnProvider/SingleSignOnProvider';
2
- export declare const SingleSignOnProviderIconMappings: Record<
3
- SingleSignOnProvider,
4
- string
5
- >;
6
- export type SingleSignOnProviderIconMappings =
7
- (typeof SingleSignOnProviderIconMappings)[keyof typeof SingleSignOnProviderIconMappings];
2
+ export declare const SingleSignOnProviderIconMappings: Record<SingleSignOnProvider, string>;
3
+ export type SingleSignOnProviderIconMappings = (typeof SingleSignOnProviderIconMappings)[keyof typeof SingleSignOnProviderIconMappings];
@@ -4,43 +4,43 @@
4
4
  * without any relation to WtObjects (?)
5
5
  */
6
6
  export declare const AdminSections: {
7
- readonly Agents: 'agents';
8
- readonly Blacklist: 'blacklist';
9
- readonly Buckets: 'buckets';
10
- readonly Calendars: 'calendars';
11
- readonly Changelogs: 'changelogs';
12
- readonly ChatGateways: 'chat-gateways';
13
- readonly Chatplan: 'chatplan';
14
- readonly CognitiveProfiles: 'cognitive-profiles';
15
- readonly Communications: 'communications';
16
- readonly Configuration: 'configuration';
17
- readonly Dialplan: 'dialplan';
18
- readonly Devices: 'devices';
19
- readonly EmailProfiles: 'email-profiles';
20
- readonly Flow: 'flow';
21
- readonly Gateways: 'gateways';
22
- readonly GlobalVariables: 'global-variables';
23
- readonly ImportCsv: 'import-csv';
24
- readonly License: 'license';
25
- readonly Media: 'media';
26
- readonly Members: 'members';
27
- readonly Objects: 'objects';
28
- readonly PauseCause: 'pause-cause';
29
- readonly PauseTemplates: 'pause-templates';
30
- readonly Queues: 'queues';
31
- readonly Regions: 'regions';
32
- readonly ResourceGroups: 'resource-groups';
33
- readonly Resources: 'resources';
34
- readonly Roles: 'roles';
35
- readonly ShiftTemplates: 'shift-templates';
36
- readonly SingleSignOn: 'single-sign-on';
37
- readonly Skills: 'skills';
38
- readonly Storage: 'storage';
39
- readonly StoragePolicies: 'storage-policies';
40
- readonly Teams: 'teams';
41
- readonly Triggers: 'triggers';
42
- readonly Users: 'users';
43
- readonly WorkingConditions: 'working-conditions';
44
- readonly QuickReplies: 'quick-replies';
7
+ readonly Agents: "agents";
8
+ readonly Blacklist: "blacklist";
9
+ readonly Buckets: "buckets";
10
+ readonly Calendars: "calendars";
11
+ readonly Changelogs: "changelogs";
12
+ readonly ChatGateways: "chat-gateways";
13
+ readonly Chatplan: "chatplan";
14
+ readonly CognitiveProfiles: "cognitive-profiles";
15
+ readonly Communications: "communications";
16
+ readonly Configuration: "configuration";
17
+ readonly Dialplan: "dialplan";
18
+ readonly Devices: "devices";
19
+ readonly EmailProfiles: "email-profiles";
20
+ readonly Flow: "flow";
21
+ readonly Gateways: "gateways";
22
+ readonly GlobalVariables: "global-variables";
23
+ readonly ImportCsv: "import-csv";
24
+ readonly License: "license";
25
+ readonly Media: "media";
26
+ readonly Members: "members";
27
+ readonly Objects: "objects";
28
+ readonly PauseCause: "pause-cause";
29
+ readonly PauseTemplates: "pause-templates";
30
+ readonly Queues: "queues";
31
+ readonly Regions: "regions";
32
+ readonly ResourceGroups: "resource-groups";
33
+ readonly Resources: "resources";
34
+ readonly Roles: "roles";
35
+ readonly ShiftTemplates: "shift-templates";
36
+ readonly SingleSignOn: "single-sign-on";
37
+ readonly Skills: "skills";
38
+ readonly Storage: "storage";
39
+ readonly StoragePolicies: "storage-policies";
40
+ readonly Teams: "teams";
41
+ readonly Triggers: "triggers";
42
+ readonly Users: "users";
43
+ readonly WorkingConditions: "working-conditions";
44
+ readonly QuickReplies: "quick-replies";
45
45
  };
46
46
  export type AdminSections = (typeof AdminSections)[keyof typeof AdminSections];
@@ -1,5 +1,4 @@
1
1
  export declare const AuditorSections: {
2
- readonly Scorecards: 'scorecards';
2
+ readonly Scorecards: "scorecards";
3
3
  };
4
- export type AuditorSections =
5
- (typeof AuditorSections)[keyof typeof AuditorSections];
4
+ export type AuditorSections = (typeof AuditorSections)[keyof typeof AuditorSections];