@webitel/ui-sdk 25.12.70 → 25.12.71
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 +2 -2
- package/src/enums/WebitelApplications/SupervisorSections.ts +1 -1
- package/src/enums/WebitelApplications/WfmSections.ts +1 -1
- package/types/enums/WebitelApplications/SupervisorSections.d.ts +1 -1
- package/types/enums/WebitelApplications/WfmSections.d.ts +1 -1
- package/types/locale/en/en.d.ts +1 -1
- package/types/locale/es/es.d.ts +4 -4
- package/types/locale/i18n.d.ts +33 -33
- package/types/locale/index.d.ts +33 -33
- package/types/locale/kz/kz.d.ts +4 -4
- package/types/locale/pl/pl.d.ts +4 -4
- package/types/locale/ro/ro.d.ts +4 -4
- package/types/locale/ru/ru.d.ts +4 -4
- package/types/locale/uk/uk.d.ts +4 -4
- package/types/locale/uz/uz.d.ts +4 -4
- package/types/locale/vi/vi.d.ts +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webitel/ui-sdk",
|
|
3
|
-
"version": "25.12.
|
|
3
|
+
"version": "25.12.71",
|
|
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",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"@vuelidate/validators": "^2.0.4",
|
|
56
56
|
"@vuepic/vue-datepicker": "^4.5.1",
|
|
57
57
|
"@vueuse/components": "^13.0.0",
|
|
58
|
-
"@webitel/api-services": "^0.0.
|
|
58
|
+
"@webitel/api-services": "^0.0.105",
|
|
59
59
|
"@webitel/styleguide": "^25.12.7",
|
|
60
60
|
"autosize": "^6.0.1",
|
|
61
61
|
"axios": "^1.8.3",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const SupervisorSections: {
|
|
2
2
|
readonly Queues: "queues";
|
|
3
3
|
readonly Agents: "agents";
|
|
4
|
-
readonly ActiveCalls: "
|
|
4
|
+
readonly ActiveCalls: "active-calls";
|
|
5
5
|
};
|
|
6
6
|
export type SupervisorSections = (typeof SupervisorSections)[keyof typeof SupervisorSections];
|
package/types/locale/en/en.d.ts
CHANGED
package/types/locale/es/es.d.ts
CHANGED
|
@@ -314,7 +314,7 @@ declare namespace _default {
|
|
|
314
314
|
"contact-groups"?: undefined;
|
|
315
315
|
queues?: undefined;
|
|
316
316
|
agents?: undefined;
|
|
317
|
-
|
|
317
|
+
"active-calls"?: undefined;
|
|
318
318
|
users?: undefined;
|
|
319
319
|
license?: undefined;
|
|
320
320
|
devices?: undefined;
|
|
@@ -367,7 +367,7 @@ declare namespace _default {
|
|
|
367
367
|
scorecards?: undefined;
|
|
368
368
|
queues?: undefined;
|
|
369
369
|
agents?: undefined;
|
|
370
|
-
|
|
370
|
+
"active-calls"?: undefined;
|
|
371
371
|
users?: undefined;
|
|
372
372
|
license?: undefined;
|
|
373
373
|
devices?: undefined;
|
|
@@ -410,7 +410,7 @@ declare namespace _default {
|
|
|
410
410
|
sections: {
|
|
411
411
|
queues: string;
|
|
412
412
|
agents: string;
|
|
413
|
-
|
|
413
|
+
"active-calls": string;
|
|
414
414
|
scorecards?: undefined;
|
|
415
415
|
contacts?: undefined;
|
|
416
416
|
cases?: undefined;
|
|
@@ -508,7 +508,7 @@ declare namespace _default {
|
|
|
508
508
|
"service-catalogs"?: undefined;
|
|
509
509
|
sources?: undefined;
|
|
510
510
|
"contact-groups"?: undefined;
|
|
511
|
-
|
|
511
|
+
"active-calls"?: undefined;
|
|
512
512
|
};
|
|
513
513
|
theCameraIsTurnedOff?: undefined;
|
|
514
514
|
} | {
|
package/types/locale/i18n.d.ts
CHANGED
|
@@ -294,7 +294,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
294
294
|
sections: {
|
|
295
295
|
queues: string;
|
|
296
296
|
agents: string;
|
|
297
|
-
|
|
297
|
+
"active-calls": string;
|
|
298
298
|
};
|
|
299
299
|
} | {
|
|
300
300
|
name: string;
|
|
@@ -1080,7 +1080,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
1080
1080
|
"contact-groups"?: undefined;
|
|
1081
1081
|
queues?: undefined;
|
|
1082
1082
|
agents?: undefined;
|
|
1083
|
-
|
|
1083
|
+
"active-calls"?: undefined;
|
|
1084
1084
|
users?: undefined;
|
|
1085
1085
|
license?: undefined;
|
|
1086
1086
|
devices?: undefined;
|
|
@@ -1133,7 +1133,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
1133
1133
|
scorecards?: undefined;
|
|
1134
1134
|
queues?: undefined;
|
|
1135
1135
|
agents?: undefined;
|
|
1136
|
-
|
|
1136
|
+
"active-calls"?: undefined;
|
|
1137
1137
|
users?: undefined;
|
|
1138
1138
|
license?: undefined;
|
|
1139
1139
|
devices?: undefined;
|
|
@@ -1176,7 +1176,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
1176
1176
|
sections: {
|
|
1177
1177
|
queues: string;
|
|
1178
1178
|
agents: string;
|
|
1179
|
-
|
|
1179
|
+
"active-calls": string;
|
|
1180
1180
|
scorecards?: undefined;
|
|
1181
1181
|
contacts?: undefined;
|
|
1182
1182
|
cases?: undefined;
|
|
@@ -1274,7 +1274,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
1274
1274
|
"service-catalogs"?: undefined;
|
|
1275
1275
|
sources?: undefined;
|
|
1276
1276
|
"contact-groups"?: undefined;
|
|
1277
|
-
|
|
1277
|
+
"active-calls"?: undefined;
|
|
1278
1278
|
};
|
|
1279
1279
|
theCameraIsTurnedOff?: undefined;
|
|
1280
1280
|
} | {
|
|
@@ -2006,7 +2006,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
2006
2006
|
"contact-groups"?: undefined;
|
|
2007
2007
|
queues?: undefined;
|
|
2008
2008
|
agents?: undefined;
|
|
2009
|
-
|
|
2009
|
+
"active-calls"?: undefined;
|
|
2010
2010
|
users?: undefined;
|
|
2011
2011
|
license?: undefined;
|
|
2012
2012
|
devices?: undefined;
|
|
@@ -2059,7 +2059,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
2059
2059
|
scorecards?: undefined;
|
|
2060
2060
|
queues?: undefined;
|
|
2061
2061
|
agents?: undefined;
|
|
2062
|
-
|
|
2062
|
+
"active-calls"?: undefined;
|
|
2063
2063
|
users?: undefined;
|
|
2064
2064
|
license?: undefined;
|
|
2065
2065
|
devices?: undefined;
|
|
@@ -2102,7 +2102,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
2102
2102
|
sections: {
|
|
2103
2103
|
queues: string;
|
|
2104
2104
|
agents: string;
|
|
2105
|
-
|
|
2105
|
+
"active-calls": string;
|
|
2106
2106
|
scorecards?: undefined;
|
|
2107
2107
|
contacts?: undefined;
|
|
2108
2108
|
cases?: undefined;
|
|
@@ -2200,7 +2200,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
2200
2200
|
"service-catalogs"?: undefined;
|
|
2201
2201
|
sources?: undefined;
|
|
2202
2202
|
"contact-groups"?: undefined;
|
|
2203
|
-
|
|
2203
|
+
"active-calls"?: undefined;
|
|
2204
2204
|
};
|
|
2205
2205
|
theCameraIsTurnedOff?: undefined;
|
|
2206
2206
|
} | {
|
|
@@ -2934,7 +2934,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
2934
2934
|
"contact-groups"?: undefined;
|
|
2935
2935
|
queues?: undefined;
|
|
2936
2936
|
agents?: undefined;
|
|
2937
|
-
|
|
2937
|
+
"active-calls"?: undefined;
|
|
2938
2938
|
users?: undefined;
|
|
2939
2939
|
license?: undefined;
|
|
2940
2940
|
devices?: undefined;
|
|
@@ -2987,7 +2987,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
2987
2987
|
scorecards?: undefined;
|
|
2988
2988
|
queues?: undefined;
|
|
2989
2989
|
agents?: undefined;
|
|
2990
|
-
|
|
2990
|
+
"active-calls"?: undefined;
|
|
2991
2991
|
users?: undefined;
|
|
2992
2992
|
license?: undefined;
|
|
2993
2993
|
devices?: undefined;
|
|
@@ -3030,7 +3030,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
3030
3030
|
sections: {
|
|
3031
3031
|
queues: string;
|
|
3032
3032
|
agents: string;
|
|
3033
|
-
|
|
3033
|
+
"active-calls": string;
|
|
3034
3034
|
scorecards?: undefined;
|
|
3035
3035
|
contacts?: undefined;
|
|
3036
3036
|
cases?: undefined;
|
|
@@ -3128,7 +3128,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
3128
3128
|
"service-catalogs"?: undefined;
|
|
3129
3129
|
sources?: undefined;
|
|
3130
3130
|
"contact-groups"?: undefined;
|
|
3131
|
-
|
|
3131
|
+
"active-calls"?: undefined;
|
|
3132
3132
|
};
|
|
3133
3133
|
theCameraIsTurnedOff?: undefined;
|
|
3134
3134
|
} | {
|
|
@@ -3860,7 +3860,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
3860
3860
|
"contact-groups"?: undefined;
|
|
3861
3861
|
queues?: undefined;
|
|
3862
3862
|
agents?: undefined;
|
|
3863
|
-
|
|
3863
|
+
"active-calls"?: undefined;
|
|
3864
3864
|
users?: undefined;
|
|
3865
3865
|
license?: undefined;
|
|
3866
3866
|
devices?: undefined;
|
|
@@ -3913,7 +3913,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
3913
3913
|
scorecards?: undefined;
|
|
3914
3914
|
queues?: undefined;
|
|
3915
3915
|
agents?: undefined;
|
|
3916
|
-
|
|
3916
|
+
"active-calls"?: undefined;
|
|
3917
3917
|
users?: undefined;
|
|
3918
3918
|
license?: undefined;
|
|
3919
3919
|
devices?: undefined;
|
|
@@ -3956,7 +3956,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
3956
3956
|
sections: {
|
|
3957
3957
|
queues: string;
|
|
3958
3958
|
agents: string;
|
|
3959
|
-
|
|
3959
|
+
"active-calls": string;
|
|
3960
3960
|
scorecards?: undefined;
|
|
3961
3961
|
contacts?: undefined;
|
|
3962
3962
|
cases?: undefined;
|
|
@@ -4054,7 +4054,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
4054
4054
|
"service-catalogs"?: undefined;
|
|
4055
4055
|
sources?: undefined;
|
|
4056
4056
|
"contact-groups"?: undefined;
|
|
4057
|
-
|
|
4057
|
+
"active-calls"?: undefined;
|
|
4058
4058
|
};
|
|
4059
4059
|
theCameraIsTurnedOff?: undefined;
|
|
4060
4060
|
} | {
|
|
@@ -4788,7 +4788,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
4788
4788
|
"contact-groups"?: undefined;
|
|
4789
4789
|
queues?: undefined;
|
|
4790
4790
|
agents?: undefined;
|
|
4791
|
-
|
|
4791
|
+
"active-calls"?: undefined;
|
|
4792
4792
|
users?: undefined;
|
|
4793
4793
|
license?: undefined;
|
|
4794
4794
|
devices?: undefined;
|
|
@@ -4841,7 +4841,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
4841
4841
|
scorecards?: undefined;
|
|
4842
4842
|
queues?: undefined;
|
|
4843
4843
|
agents?: undefined;
|
|
4844
|
-
|
|
4844
|
+
"active-calls"?: undefined;
|
|
4845
4845
|
users?: undefined;
|
|
4846
4846
|
license?: undefined;
|
|
4847
4847
|
devices?: undefined;
|
|
@@ -4884,7 +4884,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
4884
4884
|
sections: {
|
|
4885
4885
|
queues: string;
|
|
4886
4886
|
agents: string;
|
|
4887
|
-
|
|
4887
|
+
"active-calls": string;
|
|
4888
4888
|
scorecards?: undefined;
|
|
4889
4889
|
contacts?: undefined;
|
|
4890
4890
|
cases?: undefined;
|
|
@@ -4982,7 +4982,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
4982
4982
|
"service-catalogs"?: undefined;
|
|
4983
4983
|
sources?: undefined;
|
|
4984
4984
|
"contact-groups"?: undefined;
|
|
4985
|
-
|
|
4985
|
+
"active-calls"?: undefined;
|
|
4986
4986
|
};
|
|
4987
4987
|
theCameraIsTurnedOff?: undefined;
|
|
4988
4988
|
} | {
|
|
@@ -5716,7 +5716,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
5716
5716
|
"contact-groups"?: undefined;
|
|
5717
5717
|
queues?: undefined;
|
|
5718
5718
|
agents?: undefined;
|
|
5719
|
-
|
|
5719
|
+
"active-calls"?: undefined;
|
|
5720
5720
|
users?: undefined;
|
|
5721
5721
|
license?: undefined;
|
|
5722
5722
|
devices?: undefined;
|
|
@@ -5769,7 +5769,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
5769
5769
|
scorecards?: undefined;
|
|
5770
5770
|
queues?: undefined;
|
|
5771
5771
|
agents?: undefined;
|
|
5772
|
-
|
|
5772
|
+
"active-calls"?: undefined;
|
|
5773
5773
|
users?: undefined;
|
|
5774
5774
|
license?: undefined;
|
|
5775
5775
|
devices?: undefined;
|
|
@@ -5812,7 +5812,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
5812
5812
|
sections: {
|
|
5813
5813
|
queues: string;
|
|
5814
5814
|
agents: string;
|
|
5815
|
-
|
|
5815
|
+
"active-calls": string;
|
|
5816
5816
|
scorecards?: undefined;
|
|
5817
5817
|
contacts?: undefined;
|
|
5818
5818
|
cases?: undefined;
|
|
@@ -5910,7 +5910,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
5910
5910
|
"service-catalogs"?: undefined;
|
|
5911
5911
|
sources?: undefined;
|
|
5912
5912
|
"contact-groups"?: undefined;
|
|
5913
|
-
|
|
5913
|
+
"active-calls"?: undefined;
|
|
5914
5914
|
};
|
|
5915
5915
|
theCameraIsTurnedOff?: undefined;
|
|
5916
5916
|
} | {
|
|
@@ -6645,7 +6645,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
6645
6645
|
"contact-groups"?: undefined;
|
|
6646
6646
|
queues?: undefined;
|
|
6647
6647
|
agents?: undefined;
|
|
6648
|
-
|
|
6648
|
+
"active-calls"?: undefined;
|
|
6649
6649
|
users?: undefined;
|
|
6650
6650
|
license?: undefined;
|
|
6651
6651
|
devices?: undefined;
|
|
@@ -6698,7 +6698,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
6698
6698
|
scorecards?: undefined;
|
|
6699
6699
|
queues?: undefined;
|
|
6700
6700
|
agents?: undefined;
|
|
6701
|
-
|
|
6701
|
+
"active-calls"?: undefined;
|
|
6702
6702
|
users?: undefined;
|
|
6703
6703
|
license?: undefined;
|
|
6704
6704
|
devices?: undefined;
|
|
@@ -6741,7 +6741,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
6741
6741
|
sections: {
|
|
6742
6742
|
queues: string;
|
|
6743
6743
|
agents: string;
|
|
6744
|
-
|
|
6744
|
+
"active-calls": string;
|
|
6745
6745
|
scorecards?: undefined;
|
|
6746
6746
|
contacts?: undefined;
|
|
6747
6747
|
cases?: undefined;
|
|
@@ -6839,7 +6839,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
6839
6839
|
"service-catalogs"?: undefined;
|
|
6840
6840
|
sources?: undefined;
|
|
6841
6841
|
"contact-groups"?: undefined;
|
|
6842
|
-
|
|
6842
|
+
"active-calls"?: undefined;
|
|
6843
6843
|
};
|
|
6844
6844
|
theCameraIsTurnedOff?: undefined;
|
|
6845
6845
|
} | {
|
|
@@ -7573,7 +7573,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
7573
7573
|
"contact-groups"?: undefined;
|
|
7574
7574
|
queues?: undefined;
|
|
7575
7575
|
agents?: undefined;
|
|
7576
|
-
|
|
7576
|
+
"active-calls"?: undefined;
|
|
7577
7577
|
users?: undefined;
|
|
7578
7578
|
license?: undefined;
|
|
7579
7579
|
devices?: undefined;
|
|
@@ -7626,7 +7626,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
7626
7626
|
scorecards?: undefined;
|
|
7627
7627
|
queues?: undefined;
|
|
7628
7628
|
agents?: undefined;
|
|
7629
|
-
|
|
7629
|
+
"active-calls"?: undefined;
|
|
7630
7630
|
users?: undefined;
|
|
7631
7631
|
license?: undefined;
|
|
7632
7632
|
devices?: undefined;
|
|
@@ -7669,7 +7669,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
7669
7669
|
sections: {
|
|
7670
7670
|
queues: string;
|
|
7671
7671
|
agents: string;
|
|
7672
|
-
|
|
7672
|
+
"active-calls": string;
|
|
7673
7673
|
scorecards?: undefined;
|
|
7674
7674
|
contacts?: undefined;
|
|
7675
7675
|
cases?: undefined;
|
|
@@ -7767,7 +7767,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
7767
7767
|
"service-catalogs"?: undefined;
|
|
7768
7768
|
sources?: undefined;
|
|
7769
7769
|
"contact-groups"?: undefined;
|
|
7770
|
-
|
|
7770
|
+
"active-calls"?: undefined;
|
|
7771
7771
|
};
|
|
7772
7772
|
theCameraIsTurnedOff?: undefined;
|
|
7773
7773
|
} | {
|
package/types/locale/index.d.ts
CHANGED
|
@@ -304,7 +304,7 @@ export declare const messages: {
|
|
|
304
304
|
sections: {
|
|
305
305
|
queues: string;
|
|
306
306
|
agents: string;
|
|
307
|
-
|
|
307
|
+
"active-calls": string;
|
|
308
308
|
};
|
|
309
309
|
} | {
|
|
310
310
|
name: string;
|
|
@@ -1090,7 +1090,7 @@ export declare const messages: {
|
|
|
1090
1090
|
"contact-groups"?: undefined;
|
|
1091
1091
|
queues?: undefined;
|
|
1092
1092
|
agents?: undefined;
|
|
1093
|
-
|
|
1093
|
+
"active-calls"?: undefined;
|
|
1094
1094
|
users?: undefined;
|
|
1095
1095
|
license?: undefined;
|
|
1096
1096
|
devices?: undefined;
|
|
@@ -1143,7 +1143,7 @@ export declare const messages: {
|
|
|
1143
1143
|
scorecards?: undefined;
|
|
1144
1144
|
queues?: undefined;
|
|
1145
1145
|
agents?: undefined;
|
|
1146
|
-
|
|
1146
|
+
"active-calls"?: undefined;
|
|
1147
1147
|
users?: undefined;
|
|
1148
1148
|
license?: undefined;
|
|
1149
1149
|
devices?: undefined;
|
|
@@ -1186,7 +1186,7 @@ export declare const messages: {
|
|
|
1186
1186
|
sections: {
|
|
1187
1187
|
queues: string;
|
|
1188
1188
|
agents: string;
|
|
1189
|
-
|
|
1189
|
+
"active-calls": string;
|
|
1190
1190
|
scorecards?: undefined;
|
|
1191
1191
|
contacts?: undefined;
|
|
1192
1192
|
cases?: undefined;
|
|
@@ -1284,7 +1284,7 @@ export declare const messages: {
|
|
|
1284
1284
|
"service-catalogs"?: undefined;
|
|
1285
1285
|
sources?: undefined;
|
|
1286
1286
|
"contact-groups"?: undefined;
|
|
1287
|
-
|
|
1287
|
+
"active-calls"?: undefined;
|
|
1288
1288
|
};
|
|
1289
1289
|
theCameraIsTurnedOff?: undefined;
|
|
1290
1290
|
} | {
|
|
@@ -2016,7 +2016,7 @@ export declare const messages: {
|
|
|
2016
2016
|
"contact-groups"?: undefined;
|
|
2017
2017
|
queues?: undefined;
|
|
2018
2018
|
agents?: undefined;
|
|
2019
|
-
|
|
2019
|
+
"active-calls"?: undefined;
|
|
2020
2020
|
users?: undefined;
|
|
2021
2021
|
license?: undefined;
|
|
2022
2022
|
devices?: undefined;
|
|
@@ -2069,7 +2069,7 @@ export declare const messages: {
|
|
|
2069
2069
|
scorecards?: undefined;
|
|
2070
2070
|
queues?: undefined;
|
|
2071
2071
|
agents?: undefined;
|
|
2072
|
-
|
|
2072
|
+
"active-calls"?: undefined;
|
|
2073
2073
|
users?: undefined;
|
|
2074
2074
|
license?: undefined;
|
|
2075
2075
|
devices?: undefined;
|
|
@@ -2112,7 +2112,7 @@ export declare const messages: {
|
|
|
2112
2112
|
sections: {
|
|
2113
2113
|
queues: string;
|
|
2114
2114
|
agents: string;
|
|
2115
|
-
|
|
2115
|
+
"active-calls": string;
|
|
2116
2116
|
scorecards?: undefined;
|
|
2117
2117
|
contacts?: undefined;
|
|
2118
2118
|
cases?: undefined;
|
|
@@ -2210,7 +2210,7 @@ export declare const messages: {
|
|
|
2210
2210
|
"service-catalogs"?: undefined;
|
|
2211
2211
|
sources?: undefined;
|
|
2212
2212
|
"contact-groups"?: undefined;
|
|
2213
|
-
|
|
2213
|
+
"active-calls"?: undefined;
|
|
2214
2214
|
};
|
|
2215
2215
|
theCameraIsTurnedOff?: undefined;
|
|
2216
2216
|
} | {
|
|
@@ -2944,7 +2944,7 @@ export declare const messages: {
|
|
|
2944
2944
|
"contact-groups"?: undefined;
|
|
2945
2945
|
queues?: undefined;
|
|
2946
2946
|
agents?: undefined;
|
|
2947
|
-
|
|
2947
|
+
"active-calls"?: undefined;
|
|
2948
2948
|
users?: undefined;
|
|
2949
2949
|
license?: undefined;
|
|
2950
2950
|
devices?: undefined;
|
|
@@ -2997,7 +2997,7 @@ export declare const messages: {
|
|
|
2997
2997
|
scorecards?: undefined;
|
|
2998
2998
|
queues?: undefined;
|
|
2999
2999
|
agents?: undefined;
|
|
3000
|
-
|
|
3000
|
+
"active-calls"?: undefined;
|
|
3001
3001
|
users?: undefined;
|
|
3002
3002
|
license?: undefined;
|
|
3003
3003
|
devices?: undefined;
|
|
@@ -3040,7 +3040,7 @@ export declare const messages: {
|
|
|
3040
3040
|
sections: {
|
|
3041
3041
|
queues: string;
|
|
3042
3042
|
agents: string;
|
|
3043
|
-
|
|
3043
|
+
"active-calls": string;
|
|
3044
3044
|
scorecards?: undefined;
|
|
3045
3045
|
contacts?: undefined;
|
|
3046
3046
|
cases?: undefined;
|
|
@@ -3138,7 +3138,7 @@ export declare const messages: {
|
|
|
3138
3138
|
"service-catalogs"?: undefined;
|
|
3139
3139
|
sources?: undefined;
|
|
3140
3140
|
"contact-groups"?: undefined;
|
|
3141
|
-
|
|
3141
|
+
"active-calls"?: undefined;
|
|
3142
3142
|
};
|
|
3143
3143
|
theCameraIsTurnedOff?: undefined;
|
|
3144
3144
|
} | {
|
|
@@ -3870,7 +3870,7 @@ export declare const messages: {
|
|
|
3870
3870
|
"contact-groups"?: undefined;
|
|
3871
3871
|
queues?: undefined;
|
|
3872
3872
|
agents?: undefined;
|
|
3873
|
-
|
|
3873
|
+
"active-calls"?: undefined;
|
|
3874
3874
|
users?: undefined;
|
|
3875
3875
|
license?: undefined;
|
|
3876
3876
|
devices?: undefined;
|
|
@@ -3923,7 +3923,7 @@ export declare const messages: {
|
|
|
3923
3923
|
scorecards?: undefined;
|
|
3924
3924
|
queues?: undefined;
|
|
3925
3925
|
agents?: undefined;
|
|
3926
|
-
|
|
3926
|
+
"active-calls"?: undefined;
|
|
3927
3927
|
users?: undefined;
|
|
3928
3928
|
license?: undefined;
|
|
3929
3929
|
devices?: undefined;
|
|
@@ -3966,7 +3966,7 @@ export declare const messages: {
|
|
|
3966
3966
|
sections: {
|
|
3967
3967
|
queues: string;
|
|
3968
3968
|
agents: string;
|
|
3969
|
-
|
|
3969
|
+
"active-calls": string;
|
|
3970
3970
|
scorecards?: undefined;
|
|
3971
3971
|
contacts?: undefined;
|
|
3972
3972
|
cases?: undefined;
|
|
@@ -4064,7 +4064,7 @@ export declare const messages: {
|
|
|
4064
4064
|
"service-catalogs"?: undefined;
|
|
4065
4065
|
sources?: undefined;
|
|
4066
4066
|
"contact-groups"?: undefined;
|
|
4067
|
-
|
|
4067
|
+
"active-calls"?: undefined;
|
|
4068
4068
|
};
|
|
4069
4069
|
theCameraIsTurnedOff?: undefined;
|
|
4070
4070
|
} | {
|
|
@@ -4798,7 +4798,7 @@ export declare const messages: {
|
|
|
4798
4798
|
"contact-groups"?: undefined;
|
|
4799
4799
|
queues?: undefined;
|
|
4800
4800
|
agents?: undefined;
|
|
4801
|
-
|
|
4801
|
+
"active-calls"?: undefined;
|
|
4802
4802
|
users?: undefined;
|
|
4803
4803
|
license?: undefined;
|
|
4804
4804
|
devices?: undefined;
|
|
@@ -4851,7 +4851,7 @@ export declare const messages: {
|
|
|
4851
4851
|
scorecards?: undefined;
|
|
4852
4852
|
queues?: undefined;
|
|
4853
4853
|
agents?: undefined;
|
|
4854
|
-
|
|
4854
|
+
"active-calls"?: undefined;
|
|
4855
4855
|
users?: undefined;
|
|
4856
4856
|
license?: undefined;
|
|
4857
4857
|
devices?: undefined;
|
|
@@ -4894,7 +4894,7 @@ export declare const messages: {
|
|
|
4894
4894
|
sections: {
|
|
4895
4895
|
queues: string;
|
|
4896
4896
|
agents: string;
|
|
4897
|
-
|
|
4897
|
+
"active-calls": string;
|
|
4898
4898
|
scorecards?: undefined;
|
|
4899
4899
|
contacts?: undefined;
|
|
4900
4900
|
cases?: undefined;
|
|
@@ -4992,7 +4992,7 @@ export declare const messages: {
|
|
|
4992
4992
|
"service-catalogs"?: undefined;
|
|
4993
4993
|
sources?: undefined;
|
|
4994
4994
|
"contact-groups"?: undefined;
|
|
4995
|
-
|
|
4995
|
+
"active-calls"?: undefined;
|
|
4996
4996
|
};
|
|
4997
4997
|
theCameraIsTurnedOff?: undefined;
|
|
4998
4998
|
} | {
|
|
@@ -5726,7 +5726,7 @@ export declare const messages: {
|
|
|
5726
5726
|
"contact-groups"?: undefined;
|
|
5727
5727
|
queues?: undefined;
|
|
5728
5728
|
agents?: undefined;
|
|
5729
|
-
|
|
5729
|
+
"active-calls"?: undefined;
|
|
5730
5730
|
users?: undefined;
|
|
5731
5731
|
license?: undefined;
|
|
5732
5732
|
devices?: undefined;
|
|
@@ -5779,7 +5779,7 @@ export declare const messages: {
|
|
|
5779
5779
|
scorecards?: undefined;
|
|
5780
5780
|
queues?: undefined;
|
|
5781
5781
|
agents?: undefined;
|
|
5782
|
-
|
|
5782
|
+
"active-calls"?: undefined;
|
|
5783
5783
|
users?: undefined;
|
|
5784
5784
|
license?: undefined;
|
|
5785
5785
|
devices?: undefined;
|
|
@@ -5822,7 +5822,7 @@ export declare const messages: {
|
|
|
5822
5822
|
sections: {
|
|
5823
5823
|
queues: string;
|
|
5824
5824
|
agents: string;
|
|
5825
|
-
|
|
5825
|
+
"active-calls": string;
|
|
5826
5826
|
scorecards?: undefined;
|
|
5827
5827
|
contacts?: undefined;
|
|
5828
5828
|
cases?: undefined;
|
|
@@ -5920,7 +5920,7 @@ export declare const messages: {
|
|
|
5920
5920
|
"service-catalogs"?: undefined;
|
|
5921
5921
|
sources?: undefined;
|
|
5922
5922
|
"contact-groups"?: undefined;
|
|
5923
|
-
|
|
5923
|
+
"active-calls"?: undefined;
|
|
5924
5924
|
};
|
|
5925
5925
|
theCameraIsTurnedOff?: undefined;
|
|
5926
5926
|
} | {
|
|
@@ -6655,7 +6655,7 @@ export declare const messages: {
|
|
|
6655
6655
|
"contact-groups"?: undefined;
|
|
6656
6656
|
queues?: undefined;
|
|
6657
6657
|
agents?: undefined;
|
|
6658
|
-
|
|
6658
|
+
"active-calls"?: undefined;
|
|
6659
6659
|
users?: undefined;
|
|
6660
6660
|
license?: undefined;
|
|
6661
6661
|
devices?: undefined;
|
|
@@ -6708,7 +6708,7 @@ export declare const messages: {
|
|
|
6708
6708
|
scorecards?: undefined;
|
|
6709
6709
|
queues?: undefined;
|
|
6710
6710
|
agents?: undefined;
|
|
6711
|
-
|
|
6711
|
+
"active-calls"?: undefined;
|
|
6712
6712
|
users?: undefined;
|
|
6713
6713
|
license?: undefined;
|
|
6714
6714
|
devices?: undefined;
|
|
@@ -6751,7 +6751,7 @@ export declare const messages: {
|
|
|
6751
6751
|
sections: {
|
|
6752
6752
|
queues: string;
|
|
6753
6753
|
agents: string;
|
|
6754
|
-
|
|
6754
|
+
"active-calls": string;
|
|
6755
6755
|
scorecards?: undefined;
|
|
6756
6756
|
contacts?: undefined;
|
|
6757
6757
|
cases?: undefined;
|
|
@@ -6849,7 +6849,7 @@ export declare const messages: {
|
|
|
6849
6849
|
"service-catalogs"?: undefined;
|
|
6850
6850
|
sources?: undefined;
|
|
6851
6851
|
"contact-groups"?: undefined;
|
|
6852
|
-
|
|
6852
|
+
"active-calls"?: undefined;
|
|
6853
6853
|
};
|
|
6854
6854
|
theCameraIsTurnedOff?: undefined;
|
|
6855
6855
|
} | {
|
|
@@ -7583,7 +7583,7 @@ export declare const messages: {
|
|
|
7583
7583
|
"contact-groups"?: undefined;
|
|
7584
7584
|
queues?: undefined;
|
|
7585
7585
|
agents?: undefined;
|
|
7586
|
-
|
|
7586
|
+
"active-calls"?: undefined;
|
|
7587
7587
|
users?: undefined;
|
|
7588
7588
|
license?: undefined;
|
|
7589
7589
|
devices?: undefined;
|
|
@@ -7636,7 +7636,7 @@ export declare const messages: {
|
|
|
7636
7636
|
scorecards?: undefined;
|
|
7637
7637
|
queues?: undefined;
|
|
7638
7638
|
agents?: undefined;
|
|
7639
|
-
|
|
7639
|
+
"active-calls"?: undefined;
|
|
7640
7640
|
users?: undefined;
|
|
7641
7641
|
license?: undefined;
|
|
7642
7642
|
devices?: undefined;
|
|
@@ -7679,7 +7679,7 @@ export declare const messages: {
|
|
|
7679
7679
|
sections: {
|
|
7680
7680
|
queues: string;
|
|
7681
7681
|
agents: string;
|
|
7682
|
-
|
|
7682
|
+
"active-calls": string;
|
|
7683
7683
|
scorecards?: undefined;
|
|
7684
7684
|
contacts?: undefined;
|
|
7685
7685
|
cases?: undefined;
|
|
@@ -7777,7 +7777,7 @@ export declare const messages: {
|
|
|
7777
7777
|
"service-catalogs"?: undefined;
|
|
7778
7778
|
sources?: undefined;
|
|
7779
7779
|
"contact-groups"?: undefined;
|
|
7780
|
-
|
|
7780
|
+
"active-calls"?: undefined;
|
|
7781
7781
|
};
|
|
7782
7782
|
theCameraIsTurnedOff?: undefined;
|
|
7783
7783
|
} | {
|
package/types/locale/kz/kz.d.ts
CHANGED
|
@@ -314,7 +314,7 @@ declare namespace _default {
|
|
|
314
314
|
"contact-groups"?: undefined;
|
|
315
315
|
queues?: undefined;
|
|
316
316
|
agents?: undefined;
|
|
317
|
-
|
|
317
|
+
"active-calls"?: undefined;
|
|
318
318
|
users?: undefined;
|
|
319
319
|
license?: undefined;
|
|
320
320
|
devices?: undefined;
|
|
@@ -367,7 +367,7 @@ declare namespace _default {
|
|
|
367
367
|
scorecards?: undefined;
|
|
368
368
|
queues?: undefined;
|
|
369
369
|
agents?: undefined;
|
|
370
|
-
|
|
370
|
+
"active-calls"?: undefined;
|
|
371
371
|
users?: undefined;
|
|
372
372
|
license?: undefined;
|
|
373
373
|
devices?: undefined;
|
|
@@ -410,7 +410,7 @@ declare namespace _default {
|
|
|
410
410
|
sections: {
|
|
411
411
|
queues: string;
|
|
412
412
|
agents: string;
|
|
413
|
-
|
|
413
|
+
"active-calls": string;
|
|
414
414
|
scorecards?: undefined;
|
|
415
415
|
contacts?: undefined;
|
|
416
416
|
cases?: undefined;
|
|
@@ -508,7 +508,7 @@ declare namespace _default {
|
|
|
508
508
|
"service-catalogs"?: undefined;
|
|
509
509
|
sources?: undefined;
|
|
510
510
|
"contact-groups"?: undefined;
|
|
511
|
-
|
|
511
|
+
"active-calls"?: undefined;
|
|
512
512
|
};
|
|
513
513
|
theCameraIsTurnedOff?: undefined;
|
|
514
514
|
} | {
|
package/types/locale/pl/pl.d.ts
CHANGED
|
@@ -314,7 +314,7 @@ declare namespace _default {
|
|
|
314
314
|
"contact-groups"?: undefined;
|
|
315
315
|
queues?: undefined;
|
|
316
316
|
agents?: undefined;
|
|
317
|
-
|
|
317
|
+
"active-calls"?: undefined;
|
|
318
318
|
users?: undefined;
|
|
319
319
|
license?: undefined;
|
|
320
320
|
devices?: undefined;
|
|
@@ -367,7 +367,7 @@ declare namespace _default {
|
|
|
367
367
|
scorecards?: undefined;
|
|
368
368
|
queues?: undefined;
|
|
369
369
|
agents?: undefined;
|
|
370
|
-
|
|
370
|
+
"active-calls"?: undefined;
|
|
371
371
|
users?: undefined;
|
|
372
372
|
license?: undefined;
|
|
373
373
|
devices?: undefined;
|
|
@@ -410,7 +410,7 @@ declare namespace _default {
|
|
|
410
410
|
sections: {
|
|
411
411
|
queues: string;
|
|
412
412
|
agents: string;
|
|
413
|
-
|
|
413
|
+
"active-calls": string;
|
|
414
414
|
scorecards?: undefined;
|
|
415
415
|
contacts?: undefined;
|
|
416
416
|
cases?: undefined;
|
|
@@ -508,7 +508,7 @@ declare namespace _default {
|
|
|
508
508
|
"service-catalogs"?: undefined;
|
|
509
509
|
sources?: undefined;
|
|
510
510
|
"contact-groups"?: undefined;
|
|
511
|
-
|
|
511
|
+
"active-calls"?: undefined;
|
|
512
512
|
};
|
|
513
513
|
theCameraIsTurnedOff?: undefined;
|
|
514
514
|
} | {
|
package/types/locale/ro/ro.d.ts
CHANGED
|
@@ -314,7 +314,7 @@ declare namespace _default {
|
|
|
314
314
|
"contact-groups"?: undefined;
|
|
315
315
|
queues?: undefined;
|
|
316
316
|
agents?: undefined;
|
|
317
|
-
|
|
317
|
+
"active-calls"?: undefined;
|
|
318
318
|
users?: undefined;
|
|
319
319
|
license?: undefined;
|
|
320
320
|
devices?: undefined;
|
|
@@ -367,7 +367,7 @@ declare namespace _default {
|
|
|
367
367
|
scorecards?: undefined;
|
|
368
368
|
queues?: undefined;
|
|
369
369
|
agents?: undefined;
|
|
370
|
-
|
|
370
|
+
"active-calls"?: undefined;
|
|
371
371
|
users?: undefined;
|
|
372
372
|
license?: undefined;
|
|
373
373
|
devices?: undefined;
|
|
@@ -410,7 +410,7 @@ declare namespace _default {
|
|
|
410
410
|
sections: {
|
|
411
411
|
queues: string;
|
|
412
412
|
agents: string;
|
|
413
|
-
|
|
413
|
+
"active-calls": string;
|
|
414
414
|
scorecards?: undefined;
|
|
415
415
|
contacts?: undefined;
|
|
416
416
|
cases?: undefined;
|
|
@@ -508,7 +508,7 @@ declare namespace _default {
|
|
|
508
508
|
"service-catalogs"?: undefined;
|
|
509
509
|
sources?: undefined;
|
|
510
510
|
"contact-groups"?: undefined;
|
|
511
|
-
|
|
511
|
+
"active-calls"?: undefined;
|
|
512
512
|
};
|
|
513
513
|
theCameraIsTurnedOff?: undefined;
|
|
514
514
|
} | {
|
package/types/locale/ru/ru.d.ts
CHANGED
|
@@ -312,7 +312,7 @@ declare namespace _default {
|
|
|
312
312
|
"contact-groups"?: undefined;
|
|
313
313
|
queues?: undefined;
|
|
314
314
|
agents?: undefined;
|
|
315
|
-
|
|
315
|
+
"active-calls"?: undefined;
|
|
316
316
|
users?: undefined;
|
|
317
317
|
license?: undefined;
|
|
318
318
|
devices?: undefined;
|
|
@@ -365,7 +365,7 @@ declare namespace _default {
|
|
|
365
365
|
scorecards?: undefined;
|
|
366
366
|
queues?: undefined;
|
|
367
367
|
agents?: undefined;
|
|
368
|
-
|
|
368
|
+
"active-calls"?: undefined;
|
|
369
369
|
users?: undefined;
|
|
370
370
|
license?: undefined;
|
|
371
371
|
devices?: undefined;
|
|
@@ -408,7 +408,7 @@ declare namespace _default {
|
|
|
408
408
|
sections: {
|
|
409
409
|
queues: string;
|
|
410
410
|
agents: string;
|
|
411
|
-
|
|
411
|
+
"active-calls": string;
|
|
412
412
|
scorecards?: undefined;
|
|
413
413
|
contacts?: undefined;
|
|
414
414
|
cases?: undefined;
|
|
@@ -506,7 +506,7 @@ declare namespace _default {
|
|
|
506
506
|
"service-catalogs"?: undefined;
|
|
507
507
|
sources?: undefined;
|
|
508
508
|
"contact-groups"?: undefined;
|
|
509
|
-
|
|
509
|
+
"active-calls"?: undefined;
|
|
510
510
|
};
|
|
511
511
|
theCameraIsTurnedOff?: undefined;
|
|
512
512
|
} | {
|
package/types/locale/uk/uk.d.ts
CHANGED
|
@@ -312,7 +312,7 @@ declare namespace _default {
|
|
|
312
312
|
"contact-groups"?: undefined;
|
|
313
313
|
queues?: undefined;
|
|
314
314
|
agents?: undefined;
|
|
315
|
-
|
|
315
|
+
"active-calls"?: undefined;
|
|
316
316
|
users?: undefined;
|
|
317
317
|
license?: undefined;
|
|
318
318
|
devices?: undefined;
|
|
@@ -365,7 +365,7 @@ declare namespace _default {
|
|
|
365
365
|
scorecards?: undefined;
|
|
366
366
|
queues?: undefined;
|
|
367
367
|
agents?: undefined;
|
|
368
|
-
|
|
368
|
+
"active-calls"?: undefined;
|
|
369
369
|
users?: undefined;
|
|
370
370
|
license?: undefined;
|
|
371
371
|
devices?: undefined;
|
|
@@ -408,7 +408,7 @@ declare namespace _default {
|
|
|
408
408
|
sections: {
|
|
409
409
|
queues: string;
|
|
410
410
|
agents: string;
|
|
411
|
-
|
|
411
|
+
"active-calls": string;
|
|
412
412
|
scorecards?: undefined;
|
|
413
413
|
contacts?: undefined;
|
|
414
414
|
cases?: undefined;
|
|
@@ -506,7 +506,7 @@ declare namespace _default {
|
|
|
506
506
|
"service-catalogs"?: undefined;
|
|
507
507
|
sources?: undefined;
|
|
508
508
|
"contact-groups"?: undefined;
|
|
509
|
-
|
|
509
|
+
"active-calls"?: undefined;
|
|
510
510
|
};
|
|
511
511
|
theCameraIsTurnedOff?: undefined;
|
|
512
512
|
} | {
|
package/types/locale/uz/uz.d.ts
CHANGED
|
@@ -315,7 +315,7 @@ declare namespace _default {
|
|
|
315
315
|
"contact-groups"?: undefined;
|
|
316
316
|
queues?: undefined;
|
|
317
317
|
agents?: undefined;
|
|
318
|
-
|
|
318
|
+
"active-calls"?: undefined;
|
|
319
319
|
users?: undefined;
|
|
320
320
|
license?: undefined;
|
|
321
321
|
devices?: undefined;
|
|
@@ -368,7 +368,7 @@ declare namespace _default {
|
|
|
368
368
|
scorecards?: undefined;
|
|
369
369
|
queues?: undefined;
|
|
370
370
|
agents?: undefined;
|
|
371
|
-
|
|
371
|
+
"active-calls"?: undefined;
|
|
372
372
|
users?: undefined;
|
|
373
373
|
license?: undefined;
|
|
374
374
|
devices?: undefined;
|
|
@@ -411,7 +411,7 @@ declare namespace _default {
|
|
|
411
411
|
sections: {
|
|
412
412
|
queues: string;
|
|
413
413
|
agents: string;
|
|
414
|
-
|
|
414
|
+
"active-calls": string;
|
|
415
415
|
scorecards?: undefined;
|
|
416
416
|
contacts?: undefined;
|
|
417
417
|
cases?: undefined;
|
|
@@ -509,7 +509,7 @@ declare namespace _default {
|
|
|
509
509
|
"service-catalogs"?: undefined;
|
|
510
510
|
sources?: undefined;
|
|
511
511
|
"contact-groups"?: undefined;
|
|
512
|
-
|
|
512
|
+
"active-calls"?: undefined;
|
|
513
513
|
};
|
|
514
514
|
theCameraIsTurnedOff?: undefined;
|
|
515
515
|
} | {
|
package/types/locale/vi/vi.d.ts
CHANGED
|
@@ -314,7 +314,7 @@ declare namespace _default {
|
|
|
314
314
|
"contact-groups"?: undefined;
|
|
315
315
|
queues?: undefined;
|
|
316
316
|
agents?: undefined;
|
|
317
|
-
|
|
317
|
+
"active-calls"?: undefined;
|
|
318
318
|
users?: undefined;
|
|
319
319
|
license?: undefined;
|
|
320
320
|
devices?: undefined;
|
|
@@ -367,7 +367,7 @@ declare namespace _default {
|
|
|
367
367
|
scorecards?: undefined;
|
|
368
368
|
queues?: undefined;
|
|
369
369
|
agents?: undefined;
|
|
370
|
-
|
|
370
|
+
"active-calls"?: undefined;
|
|
371
371
|
users?: undefined;
|
|
372
372
|
license?: undefined;
|
|
373
373
|
devices?: undefined;
|
|
@@ -410,7 +410,7 @@ declare namespace _default {
|
|
|
410
410
|
sections: {
|
|
411
411
|
queues: string;
|
|
412
412
|
agents: string;
|
|
413
|
-
|
|
413
|
+
"active-calls": string;
|
|
414
414
|
scorecards?: undefined;
|
|
415
415
|
contacts?: undefined;
|
|
416
416
|
cases?: undefined;
|
|
@@ -508,7 +508,7 @@ declare namespace _default {
|
|
|
508
508
|
"service-catalogs"?: undefined;
|
|
509
509
|
sources?: undefined;
|
|
510
510
|
"contact-groups"?: undefined;
|
|
511
|
-
|
|
511
|
+
"active-calls"?: undefined;
|
|
512
512
|
};
|
|
513
513
|
theCameraIsTurnedOff?: undefined;
|
|
514
514
|
} | {
|