@webitel/ui-sdk 25.10.61 → 25.10.63
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/dist/{install-BIBTsOtE.js → install-CvVB1Knh.js} +30928 -29432
- package/dist/ui-sdk.css +1 -1
- package/dist/ui-sdk.js +1 -1
- package/dist/ui-sdk.umd.cjs +401 -398
- package/dist/{vidstack-Bq6c3Bam-CddoBKkE.js → vidstack-Bq6c3Bam-2cjWnmbu.js} +2 -2
- package/dist/{vidstack-D2pY00kU-_TcpbsxY.js → vidstack-D2pY00kU-D9F0n58B.js} +2 -2
- package/dist/{vidstack-DDXt6fpN-CHZwRfQ_.js → vidstack-DDXt6fpN-IXnaeX8o.js} +1 -1
- package/dist/{vidstack-D_-9AA6_-Cp8Dg-cI.js → vidstack-D_-9AA6_-DHDBzOQ5.js} +1 -1
- package/dist/{vidstack-DqAw8m9J-BOZzC5vP.js → vidstack-DqAw8m9J-CwOcrQm0.js} +1 -1
- package/dist/{vidstack-audio-BrPd1E5M.js → vidstack-audio-Bemmt9Tv.js} +2 -2
- package/dist/{vidstack-dash-Dd4QxslG.js → vidstack-dash-E-X9gvs2.js} +3 -3
- package/dist/{vidstack-google-cast-C_H8WnQH.js → vidstack-google-cast-BXoh_IDV.js} +3 -3
- package/dist/{vidstack-hls-C44OUY5O.js → vidstack-hls-BuhfKFl5.js} +3 -3
- package/dist/{vidstack-video-CP-SHCvS.js → vidstack-video-Ccc4GNnH.js} +2 -2
- package/dist/{vidstack-vimeo-LUL_WmZN.js → vidstack-vimeo-BDwxijVM.js} +3 -3
- package/dist/{vidstack-youtube-D5NgWd5Z.js → vidstack-youtube-aryjnCDj.js} +2 -2
- package/package.json +4 -3
- package/src/components/index.js +3 -0
- package/src/components/on-demand/wt-chat-emoji/wt-chat-emoji.vue +95 -0
- package/src/components/wt-icon-action/iconMappings.js +1 -0
- package/src/components/wt-icon-action/wt-icon-action.vue +1 -0
- package/src/enums/ChatGatewayProvider/ChatGatewayProvider.enum.js +7 -10
- package/src/enums/ChatGatewayProvider/ProviderIconType.enum.js +1 -0
- package/src/enums/IconAction/IconAction.enum.js +1 -0
- package/src/enums/index.ts +2 -0
- package/src/locale/en/en.js +6 -0
- package/src/locale/es/es.js +6 -0
- package/src/locale/kz/kz.js +6 -0
- package/src/locale/pl/pl.js +6 -0
- package/src/locale/ro/ro.js +6 -0
- package/src/locale/ru/ru.js +6 -0
- package/src/locale/uk/uk.js +6 -0
- package/src/locale/uz/uz.js +6 -0
- package/src/locale/vi/vi.js +6 -0
- package/types/components/index.d.ts +3 -1
- package/types/components/on-demand/wt-cc-agent-status-timers/wt-cc-agent-status-timers.vue.d.ts +2 -2
- package/types/components/on-demand/wt-chat-emoji/wt-chat-emoji.vue.d.ts +8 -0
- package/types/components/on-demand/wt-selection-popup/wt-selection-popup.vue.d.ts +1 -1
- package/types/components/wt-action-bar/WtActionBarActionsOrder.d.ts +2 -2
- package/types/components/wt-action-bar/wt-action-bar.vue.d.ts +17 -17
- package/types/components/wt-avatar/wt-avatar.vue.d.ts +2 -2
- package/types/components/wt-button/wt-button.vue.d.ts +4 -4
- package/types/components/wt-button-select/wt-button-select.vue.d.ts +2 -2
- package/types/components/wt-checkbox/wt-checkbox.vue.d.ts +2 -2
- package/types/components/wt-datepicker/wt-datepicker.vue.d.ts +4 -4
- package/types/components/wt-empty/wt-empty.vue.d.ts +3 -3
- package/types/components/wt-icon/wt-icon.vue.d.ts +1 -1
- package/types/components/wt-icon-action/iconMappings.d.ts +1 -0
- package/types/components/wt-indicator/wt-indicator.vue.d.ts +1 -1
- package/types/components/wt-input/wt-input.vue.d.ts +6 -6
- package/types/components/wt-loader/_internals/wt-spinner-loader.vue.d.ts +1 -1
- package/types/components/wt-loader/wt-loader.vue.d.ts +2 -2
- package/types/components/wt-player/wt-player.vue.d.ts +3 -3
- package/types/components/wt-popover/wt-popover.vue.d.ts +2 -2
- package/types/components/wt-popup/wt-popup.vue.d.ts +1 -1
- package/types/components/wt-radio/wt-radio.vue.d.ts +4 -4
- package/types/components/wt-rounded-action/wt-rounded-action.vue.d.ts +8 -8
- package/types/components/wt-switcher/wt-switcher.vue.d.ts +2 -2
- package/types/components/wt-textarea/wt-textarea.vue.d.ts +3 -3
- package/types/components/wt-time-input/wt-time-input.vue.d.ts +2 -2
- package/types/components/wt-timepicker/wt-timepicker.vue.d.ts +2 -2
- package/types/enums/ChatGatewayProvider/ChatGatewayProvider.enum.d.ts +1 -10
- package/types/enums/ChatGatewayProvider/ProviderIconType.enum.d.ts +1 -0
- package/types/enums/IconAction/IconAction.enum.d.ts +1 -0
- package/types/enums/index.d.ts +2 -1
- package/types/locale/en/en.d.ts +8 -0
- package/types/locale/es/es.d.ts +13 -3
- package/types/locale/i18n.d.ts +72 -0
- package/types/locale/index.d.ts +72 -0
- package/types/locale/kz/kz.d.ts +13 -3
- package/types/locale/pl/pl.d.ts +13 -3
- package/types/locale/ro/ro.d.ts +13 -3
- package/types/locale/ru/ru.d.ts +13 -3
- package/types/locale/uk/uk.d.ts +13 -3
- package/types/locale/uz/uz.d.ts +13 -3
- package/types/locale/vi/vi.d.ts +13 -3
- package/types/modules/AgentStatusSelect/components/_internals/wt-cc-pause-cause-popup.vue.d.ts +1 -1
- package/types/modules/TableComponentModule/composables/useTableEmpty.d.ts +1 -1
package/types/locale/i18n.d.ts
CHANGED
|
@@ -155,6 +155,11 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
155
155
|
customization: {
|
|
156
156
|
customization: string;
|
|
157
157
|
};
|
|
158
|
+
chatGateway: string;
|
|
159
|
+
chat: {
|
|
160
|
+
chat: string;
|
|
161
|
+
draftPlaceholder: string;
|
|
162
|
+
};
|
|
158
163
|
queue: {
|
|
159
164
|
queue: string;
|
|
160
165
|
type: {
|
|
@@ -476,6 +481,9 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
476
481
|
"add-contact": ({ linked }: {
|
|
477
482
|
linked: any;
|
|
478
483
|
}) => string;
|
|
484
|
+
chat: ({ linked }: {
|
|
485
|
+
linked: any;
|
|
486
|
+
}) => any;
|
|
479
487
|
};
|
|
480
488
|
};
|
|
481
489
|
errorPages: {
|
|
@@ -896,6 +904,11 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
896
904
|
customization: {
|
|
897
905
|
customization: string;
|
|
898
906
|
};
|
|
907
|
+
chatGateway: string;
|
|
908
|
+
chat: {
|
|
909
|
+
chat: string;
|
|
910
|
+
draftPlaceholder: string;
|
|
911
|
+
};
|
|
899
912
|
queue: {
|
|
900
913
|
queue: string;
|
|
901
914
|
type: {
|
|
@@ -1360,6 +1373,9 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
1360
1373
|
"add-contact": ({ linked }: {
|
|
1361
1374
|
linked: any;
|
|
1362
1375
|
}) => string;
|
|
1376
|
+
chat: ({ linked }: {
|
|
1377
|
+
linked: any;
|
|
1378
|
+
}) => any;
|
|
1363
1379
|
};
|
|
1364
1380
|
};
|
|
1365
1381
|
errorPages: {
|
|
@@ -1764,6 +1780,11 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
1764
1780
|
customLookup: {
|
|
1765
1781
|
customLookup: string;
|
|
1766
1782
|
};
|
|
1783
|
+
chatGateway: string;
|
|
1784
|
+
chat: {
|
|
1785
|
+
chat: string;
|
|
1786
|
+
draftPlaceholder: string;
|
|
1787
|
+
};
|
|
1767
1788
|
queue: {
|
|
1768
1789
|
queue: string;
|
|
1769
1790
|
type: {
|
|
@@ -2228,6 +2249,9 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
2228
2249
|
"add-contact": ({ linked }: {
|
|
2229
2250
|
linked: any;
|
|
2230
2251
|
}) => string;
|
|
2252
|
+
chat: ({ linked }: {
|
|
2253
|
+
linked: any;
|
|
2254
|
+
}) => any;
|
|
2231
2255
|
};
|
|
2232
2256
|
};
|
|
2233
2257
|
errorPages: {
|
|
@@ -2634,6 +2658,11 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
2634
2658
|
customLookup: {
|
|
2635
2659
|
customLookup: string;
|
|
2636
2660
|
};
|
|
2661
|
+
chatGateway: string;
|
|
2662
|
+
chat: {
|
|
2663
|
+
chat: string;
|
|
2664
|
+
draftPlaceholder: string;
|
|
2665
|
+
};
|
|
2637
2666
|
queue: {
|
|
2638
2667
|
queue: string;
|
|
2639
2668
|
type: {
|
|
@@ -3098,6 +3127,9 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
3098
3127
|
"add-contact": ({ linked }: {
|
|
3099
3128
|
linked: any;
|
|
3100
3129
|
}) => string;
|
|
3130
|
+
chat: ({ linked }: {
|
|
3131
|
+
linked: any;
|
|
3132
|
+
}) => any;
|
|
3101
3133
|
};
|
|
3102
3134
|
};
|
|
3103
3135
|
errorPages: {
|
|
@@ -3502,6 +3534,11 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
3502
3534
|
customLookup: {
|
|
3503
3535
|
customLookup: string;
|
|
3504
3536
|
};
|
|
3537
|
+
chatGateway: string;
|
|
3538
|
+
chat: {
|
|
3539
|
+
chat: string;
|
|
3540
|
+
draftPlaceholder: string;
|
|
3541
|
+
};
|
|
3505
3542
|
queue: {
|
|
3506
3543
|
queue: string;
|
|
3507
3544
|
type: {
|
|
@@ -3966,6 +4003,9 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
3966
4003
|
"add-contact": ({ linked }: {
|
|
3967
4004
|
linked: any;
|
|
3968
4005
|
}) => string;
|
|
4006
|
+
chat: ({ linked }: {
|
|
4007
|
+
linked: any;
|
|
4008
|
+
}) => any;
|
|
3969
4009
|
};
|
|
3970
4010
|
};
|
|
3971
4011
|
errorPages: {
|
|
@@ -4372,6 +4412,11 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
4372
4412
|
customLookup: {
|
|
4373
4413
|
customLookup: string;
|
|
4374
4414
|
};
|
|
4415
|
+
chatGateway: string;
|
|
4416
|
+
chat: {
|
|
4417
|
+
chat: string;
|
|
4418
|
+
draftPlaceholder: string;
|
|
4419
|
+
};
|
|
4375
4420
|
queue: {
|
|
4376
4421
|
queue: string;
|
|
4377
4422
|
type: {
|
|
@@ -4836,6 +4881,9 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
4836
4881
|
"add-contact": ({ linked }: {
|
|
4837
4882
|
linked: any;
|
|
4838
4883
|
}) => string;
|
|
4884
|
+
chat: ({ linked }: {
|
|
4885
|
+
linked: any;
|
|
4886
|
+
}) => any;
|
|
4839
4887
|
};
|
|
4840
4888
|
};
|
|
4841
4889
|
errorPages: {
|
|
@@ -5242,6 +5290,11 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
5242
5290
|
customLookup: {
|
|
5243
5291
|
customLookup: string;
|
|
5244
5292
|
};
|
|
5293
|
+
chatGateway: string;
|
|
5294
|
+
chat: {
|
|
5295
|
+
chat: string;
|
|
5296
|
+
draftPlaceholder: string;
|
|
5297
|
+
};
|
|
5245
5298
|
queue: {
|
|
5246
5299
|
queue: string;
|
|
5247
5300
|
type: {
|
|
@@ -5706,6 +5759,9 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
5706
5759
|
"add-contact": ({ linked }: {
|
|
5707
5760
|
linked: any;
|
|
5708
5761
|
}) => string;
|
|
5762
|
+
chat: ({ linked }: {
|
|
5763
|
+
linked: any;
|
|
5764
|
+
}) => any;
|
|
5709
5765
|
};
|
|
5710
5766
|
};
|
|
5711
5767
|
errorPages: {
|
|
@@ -6112,6 +6168,11 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
6112
6168
|
customLookup: {
|
|
6113
6169
|
customLookup: string;
|
|
6114
6170
|
};
|
|
6171
|
+
chatGateway: string;
|
|
6172
|
+
chat: {
|
|
6173
|
+
chat: string;
|
|
6174
|
+
draftPlaceholder: string;
|
|
6175
|
+
};
|
|
6115
6176
|
queue: {
|
|
6116
6177
|
queue: string;
|
|
6117
6178
|
type: {
|
|
@@ -6576,6 +6637,9 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
6576
6637
|
"add-contact": ({ linked }: {
|
|
6577
6638
|
linked: any;
|
|
6578
6639
|
}) => string;
|
|
6640
|
+
chat: ({ linked }: {
|
|
6641
|
+
linked: any;
|
|
6642
|
+
}) => any;
|
|
6579
6643
|
};
|
|
6580
6644
|
};
|
|
6581
6645
|
errorPages: {
|
|
@@ -6982,6 +7046,11 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
6982
7046
|
customLookup: {
|
|
6983
7047
|
customLookup: string;
|
|
6984
7048
|
};
|
|
7049
|
+
chatGateway: string;
|
|
7050
|
+
chat: {
|
|
7051
|
+
chat: string;
|
|
7052
|
+
draftPlaceholder: string;
|
|
7053
|
+
};
|
|
6985
7054
|
queue: {
|
|
6986
7055
|
queue: string;
|
|
6987
7056
|
type: {
|
|
@@ -7446,6 +7515,9 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
7446
7515
|
"add-contact": ({ linked }: {
|
|
7447
7516
|
linked: any;
|
|
7448
7517
|
}) => string;
|
|
7518
|
+
chat: ({ linked }: {
|
|
7519
|
+
linked: any;
|
|
7520
|
+
}) => any;
|
|
7449
7521
|
};
|
|
7450
7522
|
};
|
|
7451
7523
|
errorPages: {
|
package/types/locale/index.d.ts
CHANGED
|
@@ -165,6 +165,11 @@ export declare const messages: {
|
|
|
165
165
|
customization: {
|
|
166
166
|
customization: string;
|
|
167
167
|
};
|
|
168
|
+
chatGateway: string;
|
|
169
|
+
chat: {
|
|
170
|
+
chat: string;
|
|
171
|
+
draftPlaceholder: string;
|
|
172
|
+
};
|
|
168
173
|
queue: {
|
|
169
174
|
queue: string;
|
|
170
175
|
type: {
|
|
@@ -486,6 +491,9 @@ export declare const messages: {
|
|
|
486
491
|
"add-contact": ({ linked }: {
|
|
487
492
|
linked: any;
|
|
488
493
|
}) => string;
|
|
494
|
+
chat: ({ linked }: {
|
|
495
|
+
linked: any;
|
|
496
|
+
}) => any;
|
|
489
497
|
};
|
|
490
498
|
};
|
|
491
499
|
errorPages: {
|
|
@@ -906,6 +914,11 @@ export declare const messages: {
|
|
|
906
914
|
customization: {
|
|
907
915
|
customization: string;
|
|
908
916
|
};
|
|
917
|
+
chatGateway: string;
|
|
918
|
+
chat: {
|
|
919
|
+
chat: string;
|
|
920
|
+
draftPlaceholder: string;
|
|
921
|
+
};
|
|
909
922
|
queue: {
|
|
910
923
|
queue: string;
|
|
911
924
|
type: {
|
|
@@ -1370,6 +1383,9 @@ export declare const messages: {
|
|
|
1370
1383
|
"add-contact": ({ linked }: {
|
|
1371
1384
|
linked: any;
|
|
1372
1385
|
}) => string;
|
|
1386
|
+
chat: ({ linked }: {
|
|
1387
|
+
linked: any;
|
|
1388
|
+
}) => any;
|
|
1373
1389
|
};
|
|
1374
1390
|
};
|
|
1375
1391
|
errorPages: {
|
|
@@ -1774,6 +1790,11 @@ export declare const messages: {
|
|
|
1774
1790
|
customLookup: {
|
|
1775
1791
|
customLookup: string;
|
|
1776
1792
|
};
|
|
1793
|
+
chatGateway: string;
|
|
1794
|
+
chat: {
|
|
1795
|
+
chat: string;
|
|
1796
|
+
draftPlaceholder: string;
|
|
1797
|
+
};
|
|
1777
1798
|
queue: {
|
|
1778
1799
|
queue: string;
|
|
1779
1800
|
type: {
|
|
@@ -2238,6 +2259,9 @@ export declare const messages: {
|
|
|
2238
2259
|
"add-contact": ({ linked }: {
|
|
2239
2260
|
linked: any;
|
|
2240
2261
|
}) => string;
|
|
2262
|
+
chat: ({ linked }: {
|
|
2263
|
+
linked: any;
|
|
2264
|
+
}) => any;
|
|
2241
2265
|
};
|
|
2242
2266
|
};
|
|
2243
2267
|
errorPages: {
|
|
@@ -2644,6 +2668,11 @@ export declare const messages: {
|
|
|
2644
2668
|
customLookup: {
|
|
2645
2669
|
customLookup: string;
|
|
2646
2670
|
};
|
|
2671
|
+
chatGateway: string;
|
|
2672
|
+
chat: {
|
|
2673
|
+
chat: string;
|
|
2674
|
+
draftPlaceholder: string;
|
|
2675
|
+
};
|
|
2647
2676
|
queue: {
|
|
2648
2677
|
queue: string;
|
|
2649
2678
|
type: {
|
|
@@ -3108,6 +3137,9 @@ export declare const messages: {
|
|
|
3108
3137
|
"add-contact": ({ linked }: {
|
|
3109
3138
|
linked: any;
|
|
3110
3139
|
}) => string;
|
|
3140
|
+
chat: ({ linked }: {
|
|
3141
|
+
linked: any;
|
|
3142
|
+
}) => any;
|
|
3111
3143
|
};
|
|
3112
3144
|
};
|
|
3113
3145
|
errorPages: {
|
|
@@ -3512,6 +3544,11 @@ export declare const messages: {
|
|
|
3512
3544
|
customLookup: {
|
|
3513
3545
|
customLookup: string;
|
|
3514
3546
|
};
|
|
3547
|
+
chatGateway: string;
|
|
3548
|
+
chat: {
|
|
3549
|
+
chat: string;
|
|
3550
|
+
draftPlaceholder: string;
|
|
3551
|
+
};
|
|
3515
3552
|
queue: {
|
|
3516
3553
|
queue: string;
|
|
3517
3554
|
type: {
|
|
@@ -3976,6 +4013,9 @@ export declare const messages: {
|
|
|
3976
4013
|
"add-contact": ({ linked }: {
|
|
3977
4014
|
linked: any;
|
|
3978
4015
|
}) => string;
|
|
4016
|
+
chat: ({ linked }: {
|
|
4017
|
+
linked: any;
|
|
4018
|
+
}) => any;
|
|
3979
4019
|
};
|
|
3980
4020
|
};
|
|
3981
4021
|
errorPages: {
|
|
@@ -4382,6 +4422,11 @@ export declare const messages: {
|
|
|
4382
4422
|
customLookup: {
|
|
4383
4423
|
customLookup: string;
|
|
4384
4424
|
};
|
|
4425
|
+
chatGateway: string;
|
|
4426
|
+
chat: {
|
|
4427
|
+
chat: string;
|
|
4428
|
+
draftPlaceholder: string;
|
|
4429
|
+
};
|
|
4385
4430
|
queue: {
|
|
4386
4431
|
queue: string;
|
|
4387
4432
|
type: {
|
|
@@ -4846,6 +4891,9 @@ export declare const messages: {
|
|
|
4846
4891
|
"add-contact": ({ linked }: {
|
|
4847
4892
|
linked: any;
|
|
4848
4893
|
}) => string;
|
|
4894
|
+
chat: ({ linked }: {
|
|
4895
|
+
linked: any;
|
|
4896
|
+
}) => any;
|
|
4849
4897
|
};
|
|
4850
4898
|
};
|
|
4851
4899
|
errorPages: {
|
|
@@ -5252,6 +5300,11 @@ export declare const messages: {
|
|
|
5252
5300
|
customLookup: {
|
|
5253
5301
|
customLookup: string;
|
|
5254
5302
|
};
|
|
5303
|
+
chatGateway: string;
|
|
5304
|
+
chat: {
|
|
5305
|
+
chat: string;
|
|
5306
|
+
draftPlaceholder: string;
|
|
5307
|
+
};
|
|
5255
5308
|
queue: {
|
|
5256
5309
|
queue: string;
|
|
5257
5310
|
type: {
|
|
@@ -5716,6 +5769,9 @@ export declare const messages: {
|
|
|
5716
5769
|
"add-contact": ({ linked }: {
|
|
5717
5770
|
linked: any;
|
|
5718
5771
|
}) => string;
|
|
5772
|
+
chat: ({ linked }: {
|
|
5773
|
+
linked: any;
|
|
5774
|
+
}) => any;
|
|
5719
5775
|
};
|
|
5720
5776
|
};
|
|
5721
5777
|
errorPages: {
|
|
@@ -6122,6 +6178,11 @@ export declare const messages: {
|
|
|
6122
6178
|
customLookup: {
|
|
6123
6179
|
customLookup: string;
|
|
6124
6180
|
};
|
|
6181
|
+
chatGateway: string;
|
|
6182
|
+
chat: {
|
|
6183
|
+
chat: string;
|
|
6184
|
+
draftPlaceholder: string;
|
|
6185
|
+
};
|
|
6125
6186
|
queue: {
|
|
6126
6187
|
queue: string;
|
|
6127
6188
|
type: {
|
|
@@ -6586,6 +6647,9 @@ export declare const messages: {
|
|
|
6586
6647
|
"add-contact": ({ linked }: {
|
|
6587
6648
|
linked: any;
|
|
6588
6649
|
}) => string;
|
|
6650
|
+
chat: ({ linked }: {
|
|
6651
|
+
linked: any;
|
|
6652
|
+
}) => any;
|
|
6589
6653
|
};
|
|
6590
6654
|
};
|
|
6591
6655
|
errorPages: {
|
|
@@ -6992,6 +7056,11 @@ export declare const messages: {
|
|
|
6992
7056
|
customLookup: {
|
|
6993
7057
|
customLookup: string;
|
|
6994
7058
|
};
|
|
7059
|
+
chatGateway: string;
|
|
7060
|
+
chat: {
|
|
7061
|
+
chat: string;
|
|
7062
|
+
draftPlaceholder: string;
|
|
7063
|
+
};
|
|
6995
7064
|
queue: {
|
|
6996
7065
|
queue: string;
|
|
6997
7066
|
type: {
|
|
@@ -7456,6 +7525,9 @@ export declare const messages: {
|
|
|
7456
7525
|
"add-contact": ({ linked }: {
|
|
7457
7526
|
linked: any;
|
|
7458
7527
|
}) => string;
|
|
7528
|
+
chat: ({ linked }: {
|
|
7529
|
+
linked: any;
|
|
7530
|
+
}) => any;
|
|
7459
7531
|
};
|
|
7460
7532
|
};
|
|
7461
7533
|
errorPages: {
|
package/types/locale/kz/kz.d.ts
CHANGED
|
@@ -163,6 +163,12 @@ declare namespace _default {
|
|
|
163
163
|
let customLookup_1: string;
|
|
164
164
|
export { customLookup_1 as customLookup };
|
|
165
165
|
}
|
|
166
|
+
export let chatGateway: string;
|
|
167
|
+
export namespace chat {
|
|
168
|
+
let chat_1: string;
|
|
169
|
+
export { chat_1 as chat };
|
|
170
|
+
export let draftPlaceholder: string;
|
|
171
|
+
}
|
|
166
172
|
export namespace queue {
|
|
167
173
|
let queue_1: string;
|
|
168
174
|
export { queue_1 as queue };
|
|
@@ -193,7 +199,8 @@ declare namespace _default {
|
|
|
193
199
|
let name_1: string;
|
|
194
200
|
export { name_1 as name };
|
|
195
201
|
export namespace type_2 {
|
|
196
|
-
|
|
202
|
+
let chat_2: string;
|
|
203
|
+
export { chat_2 as chat };
|
|
197
204
|
let voice_1: string;
|
|
198
205
|
export { voice_1 as voice };
|
|
199
206
|
export let service: string;
|
|
@@ -236,8 +243,8 @@ declare namespace _default {
|
|
|
236
243
|
export namespace type_3 {
|
|
237
244
|
export let call: string;
|
|
238
245
|
export let email: string;
|
|
239
|
-
let
|
|
240
|
-
export {
|
|
246
|
+
let chat_3: string;
|
|
247
|
+
export { chat_3 as chat };
|
|
241
248
|
export let task: string;
|
|
242
249
|
}
|
|
243
250
|
export { type_3 as type };
|
|
@@ -650,6 +657,9 @@ declare namespace _default {
|
|
|
650
657
|
"add-contact": ({ linked }: {
|
|
651
658
|
linked: any;
|
|
652
659
|
}) => string;
|
|
660
|
+
chat: ({ linked }: {
|
|
661
|
+
linked: any;
|
|
662
|
+
}) => any;
|
|
653
663
|
};
|
|
654
664
|
}
|
|
655
665
|
export namespace errorPages {
|
package/types/locale/pl/pl.d.ts
CHANGED
|
@@ -163,6 +163,12 @@ declare namespace _default {
|
|
|
163
163
|
let customLookup_1: string;
|
|
164
164
|
export { customLookup_1 as customLookup };
|
|
165
165
|
}
|
|
166
|
+
export let chatGateway: string;
|
|
167
|
+
export namespace chat {
|
|
168
|
+
let chat_1: string;
|
|
169
|
+
export { chat_1 as chat };
|
|
170
|
+
export let draftPlaceholder: string;
|
|
171
|
+
}
|
|
166
172
|
export namespace queue {
|
|
167
173
|
let queue_1: string;
|
|
168
174
|
export { queue_1 as queue };
|
|
@@ -193,7 +199,8 @@ declare namespace _default {
|
|
|
193
199
|
let name_1: string;
|
|
194
200
|
export { name_1 as name };
|
|
195
201
|
export namespace type_2 {
|
|
196
|
-
|
|
202
|
+
let chat_2: string;
|
|
203
|
+
export { chat_2 as chat };
|
|
197
204
|
let voice_1: string;
|
|
198
205
|
export { voice_1 as voice };
|
|
199
206
|
export let service: string;
|
|
@@ -236,8 +243,8 @@ declare namespace _default {
|
|
|
236
243
|
export namespace type_3 {
|
|
237
244
|
export let call: string;
|
|
238
245
|
export let email: string;
|
|
239
|
-
let
|
|
240
|
-
export {
|
|
246
|
+
let chat_3: string;
|
|
247
|
+
export { chat_3 as chat };
|
|
241
248
|
export let task: string;
|
|
242
249
|
}
|
|
243
250
|
export { type_3 as type };
|
|
@@ -650,6 +657,9 @@ declare namespace _default {
|
|
|
650
657
|
"add-contact": ({ linked }: {
|
|
651
658
|
linked: any;
|
|
652
659
|
}) => string;
|
|
660
|
+
chat: ({ linked }: {
|
|
661
|
+
linked: any;
|
|
662
|
+
}) => any;
|
|
653
663
|
};
|
|
654
664
|
}
|
|
655
665
|
export namespace errorPages {
|
package/types/locale/ro/ro.d.ts
CHANGED
|
@@ -163,6 +163,12 @@ declare namespace _default {
|
|
|
163
163
|
let customLookup_1: string;
|
|
164
164
|
export { customLookup_1 as customLookup };
|
|
165
165
|
}
|
|
166
|
+
export let chatGateway: string;
|
|
167
|
+
export namespace chat {
|
|
168
|
+
let chat_1: string;
|
|
169
|
+
export { chat_1 as chat };
|
|
170
|
+
export let draftPlaceholder: string;
|
|
171
|
+
}
|
|
166
172
|
export namespace queue {
|
|
167
173
|
let queue_1: string;
|
|
168
174
|
export { queue_1 as queue };
|
|
@@ -193,7 +199,8 @@ declare namespace _default {
|
|
|
193
199
|
let name_1: string;
|
|
194
200
|
export { name_1 as name };
|
|
195
201
|
export namespace type_2 {
|
|
196
|
-
|
|
202
|
+
let chat_2: string;
|
|
203
|
+
export { chat_2 as chat };
|
|
197
204
|
let voice_1: string;
|
|
198
205
|
export { voice_1 as voice };
|
|
199
206
|
export let service: string;
|
|
@@ -236,8 +243,8 @@ declare namespace _default {
|
|
|
236
243
|
export namespace type_3 {
|
|
237
244
|
export let call: string;
|
|
238
245
|
export let email: string;
|
|
239
|
-
let
|
|
240
|
-
export {
|
|
246
|
+
let chat_3: string;
|
|
247
|
+
export { chat_3 as chat };
|
|
241
248
|
export let task: string;
|
|
242
249
|
}
|
|
243
250
|
export { type_3 as type };
|
|
@@ -650,6 +657,9 @@ declare namespace _default {
|
|
|
650
657
|
"add-contact": ({ linked }: {
|
|
651
658
|
linked: any;
|
|
652
659
|
}) => string;
|
|
660
|
+
chat: ({ linked }: {
|
|
661
|
+
linked: any;
|
|
662
|
+
}) => any;
|
|
653
663
|
};
|
|
654
664
|
}
|
|
655
665
|
export namespace errorPages {
|
package/types/locale/ru/ru.d.ts
CHANGED
|
@@ -161,6 +161,12 @@ declare namespace _default {
|
|
|
161
161
|
let customLookup_1: string;
|
|
162
162
|
export { customLookup_1 as customLookup };
|
|
163
163
|
}
|
|
164
|
+
export let chatGateway: string;
|
|
165
|
+
export namespace chat {
|
|
166
|
+
let chat_1: string;
|
|
167
|
+
export { chat_1 as chat };
|
|
168
|
+
export let draftPlaceholder: string;
|
|
169
|
+
}
|
|
164
170
|
export namespace queue {
|
|
165
171
|
let queue_1: string;
|
|
166
172
|
export { queue_1 as queue };
|
|
@@ -191,7 +197,8 @@ declare namespace _default {
|
|
|
191
197
|
let name_1: string;
|
|
192
198
|
export { name_1 as name };
|
|
193
199
|
export namespace type_2 {
|
|
194
|
-
|
|
200
|
+
let chat_2: string;
|
|
201
|
+
export { chat_2 as chat };
|
|
195
202
|
let voice_1: string;
|
|
196
203
|
export { voice_1 as voice };
|
|
197
204
|
export let service: string;
|
|
@@ -234,8 +241,8 @@ declare namespace _default {
|
|
|
234
241
|
export namespace type_3 {
|
|
235
242
|
export let call: string;
|
|
236
243
|
export let email: string;
|
|
237
|
-
let
|
|
238
|
-
export {
|
|
244
|
+
let chat_3: string;
|
|
245
|
+
export { chat_3 as chat };
|
|
239
246
|
export let task: string;
|
|
240
247
|
}
|
|
241
248
|
export { type_3 as type };
|
|
@@ -648,6 +655,9 @@ declare namespace _default {
|
|
|
648
655
|
"add-contact": ({ linked }: {
|
|
649
656
|
linked: any;
|
|
650
657
|
}) => string;
|
|
658
|
+
chat: ({ linked }: {
|
|
659
|
+
linked: any;
|
|
660
|
+
}) => any;
|
|
651
661
|
};
|
|
652
662
|
}
|
|
653
663
|
export namespace errorPages {
|
package/types/locale/uk/uk.d.ts
CHANGED
|
@@ -161,6 +161,12 @@ declare namespace _default {
|
|
|
161
161
|
let customLookup_1: string;
|
|
162
162
|
export { customLookup_1 as customLookup };
|
|
163
163
|
}
|
|
164
|
+
export let chatGateway: string;
|
|
165
|
+
export namespace chat {
|
|
166
|
+
let chat_1: string;
|
|
167
|
+
export { chat_1 as chat };
|
|
168
|
+
export let draftPlaceholder: string;
|
|
169
|
+
}
|
|
164
170
|
export namespace queue {
|
|
165
171
|
let queue_1: string;
|
|
166
172
|
export { queue_1 as queue };
|
|
@@ -191,7 +197,8 @@ declare namespace _default {
|
|
|
191
197
|
let name_1: string;
|
|
192
198
|
export { name_1 as name };
|
|
193
199
|
export namespace type_2 {
|
|
194
|
-
|
|
200
|
+
let chat_2: string;
|
|
201
|
+
export { chat_2 as chat };
|
|
195
202
|
let voice_1: string;
|
|
196
203
|
export { voice_1 as voice };
|
|
197
204
|
export let service: string;
|
|
@@ -234,8 +241,8 @@ declare namespace _default {
|
|
|
234
241
|
export namespace type_3 {
|
|
235
242
|
export let call: string;
|
|
236
243
|
export let email: string;
|
|
237
|
-
let
|
|
238
|
-
export {
|
|
244
|
+
let chat_3: string;
|
|
245
|
+
export { chat_3 as chat };
|
|
239
246
|
export let task: string;
|
|
240
247
|
}
|
|
241
248
|
export { type_3 as type };
|
|
@@ -648,6 +655,9 @@ declare namespace _default {
|
|
|
648
655
|
"add-contact": ({ linked }: {
|
|
649
656
|
linked: any;
|
|
650
657
|
}) => string;
|
|
658
|
+
chat: ({ linked }: {
|
|
659
|
+
linked: any;
|
|
660
|
+
}) => any;
|
|
651
661
|
};
|
|
652
662
|
}
|
|
653
663
|
export namespace errorPages {
|
package/types/locale/uz/uz.d.ts
CHANGED
|
@@ -163,6 +163,12 @@ declare namespace _default {
|
|
|
163
163
|
let customLookup_1: string;
|
|
164
164
|
export { customLookup_1 as customLookup };
|
|
165
165
|
}
|
|
166
|
+
export let chatGateway: string;
|
|
167
|
+
export namespace chat {
|
|
168
|
+
let chat_1: string;
|
|
169
|
+
export { chat_1 as chat };
|
|
170
|
+
export let draftPlaceholder: string;
|
|
171
|
+
}
|
|
166
172
|
export namespace queue {
|
|
167
173
|
let queue_1: string;
|
|
168
174
|
export { queue_1 as queue };
|
|
@@ -193,7 +199,8 @@ declare namespace _default {
|
|
|
193
199
|
let name_1: string;
|
|
194
200
|
export { name_1 as name };
|
|
195
201
|
export namespace type_2 {
|
|
196
|
-
|
|
202
|
+
let chat_2: string;
|
|
203
|
+
export { chat_2 as chat };
|
|
197
204
|
let voice_1: string;
|
|
198
205
|
export { voice_1 as voice };
|
|
199
206
|
export let service: string;
|
|
@@ -236,8 +243,8 @@ declare namespace _default {
|
|
|
236
243
|
export namespace type_3 {
|
|
237
244
|
export let call: string;
|
|
238
245
|
export let email: string;
|
|
239
|
-
let
|
|
240
|
-
export {
|
|
246
|
+
let chat_3: string;
|
|
247
|
+
export { chat_3 as chat };
|
|
241
248
|
export let task: string;
|
|
242
249
|
}
|
|
243
250
|
export { type_3 as type };
|
|
@@ -650,6 +657,9 @@ declare namespace _default {
|
|
|
650
657
|
"add-contact": ({ linked }: {
|
|
651
658
|
linked: any;
|
|
652
659
|
}) => string;
|
|
660
|
+
chat: ({ linked }: {
|
|
661
|
+
linked: any;
|
|
662
|
+
}) => any;
|
|
653
663
|
};
|
|
654
664
|
}
|
|
655
665
|
export namespace errorPages {
|
package/types/locale/vi/vi.d.ts
CHANGED
|
@@ -163,6 +163,12 @@ declare namespace _default {
|
|
|
163
163
|
let customLookup_1: string;
|
|
164
164
|
export { customLookup_1 as customLookup };
|
|
165
165
|
}
|
|
166
|
+
export let chatGateway: string;
|
|
167
|
+
export namespace chat {
|
|
168
|
+
let chat_1: string;
|
|
169
|
+
export { chat_1 as chat };
|
|
170
|
+
export let draftPlaceholder: string;
|
|
171
|
+
}
|
|
166
172
|
export namespace queue {
|
|
167
173
|
let queue_1: string;
|
|
168
174
|
export { queue_1 as queue };
|
|
@@ -193,7 +199,8 @@ declare namespace _default {
|
|
|
193
199
|
let name_1: string;
|
|
194
200
|
export { name_1 as name };
|
|
195
201
|
export namespace type_2 {
|
|
196
|
-
|
|
202
|
+
let chat_2: string;
|
|
203
|
+
export { chat_2 as chat };
|
|
197
204
|
let voice_1: string;
|
|
198
205
|
export { voice_1 as voice };
|
|
199
206
|
export let service: string;
|
|
@@ -236,8 +243,8 @@ declare namespace _default {
|
|
|
236
243
|
export namespace type_3 {
|
|
237
244
|
export let call: string;
|
|
238
245
|
export let email: string;
|
|
239
|
-
let
|
|
240
|
-
export {
|
|
246
|
+
let chat_3: string;
|
|
247
|
+
export { chat_3 as chat };
|
|
241
248
|
export let task: string;
|
|
242
249
|
}
|
|
243
250
|
export { type_3 as type };
|
|
@@ -650,6 +657,9 @@ declare namespace _default {
|
|
|
650
657
|
"add-contact": ({ linked }: {
|
|
651
658
|
linked: any;
|
|
652
659
|
}) => string;
|
|
660
|
+
chat: ({ linked }: {
|
|
661
|
+
linked: any;
|
|
662
|
+
}) => any;
|
|
653
663
|
};
|
|
654
664
|
}
|
|
655
665
|
export namespace errorPages {
|