@webitel/ui-sdk 26.4.60 → 26.4.61

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webitel/ui-sdk",
3
- "version": "26.4.60",
3
+ "version": "26.4.61",
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 biome:format:all || true) && npm run publish-lib",
@@ -245,6 +245,7 @@ export default deepmerge(
245
245
  [ChatGatewayProvider.WEBCHAT]: 'Web chat',
246
246
  [ChatGatewayProvider.INFOBIP]: 'Infobip',
247
247
  [ChatGatewayProvider.CUSTOM]: 'Custom Chat Gateway',
248
+ [ChatGatewayProvider.PORTAL]: 'Portal',
248
249
  },
249
250
  quickReplies: {
250
251
  quickReplies: 'Quick reply | Quick replies',
@@ -237,6 +237,7 @@ export default {
237
237
  [ChatGatewayProvider.WEBCHAT]: 'Chat web',
238
238
  [ChatGatewayProvider.INFOBIP]: 'Infobip',
239
239
  [ChatGatewayProvider.CUSTOM]: 'Gateway de chat personalizado',
240
+ [ChatGatewayProvider.PORTAL]: 'Portal',
240
241
  },
241
242
  quickReplies: {
242
243
  quickReplies: 'Respuesta rápida | Respuestas rápidas',
@@ -242,6 +242,7 @@ export default {
242
242
  [ChatGatewayProvider.WEBCHAT]: 'Web chat',
243
243
  [ChatGatewayProvider.INFOBIP]: 'Infobip',
244
244
  [ChatGatewayProvider.CUSTOM]: 'Custom Chat Gateway',
245
+ [ChatGatewayProvider.PORTAL]: 'Portal',
245
246
  },
246
247
  quickReplies: {
247
248
  quickReplies: 'Жылдам жауап | Жылдам жауаптар',
@@ -242,6 +242,7 @@ export default {
242
242
  [ChatGatewayProvider.WEBCHAT]: 'Czat webowy',
243
243
  [ChatGatewayProvider.INFOBIP]: 'Infobip',
244
244
  [ChatGatewayProvider.CUSTOM]: 'Niestandardowa bramka czatu',
245
+ [ChatGatewayProvider.PORTAL]: 'Portal',
245
246
  },
246
247
  quickReplies: {
247
248
  quickReplies: 'Szybka odpowiedź | Szybkie odpowiedzi',
@@ -242,6 +242,7 @@ export default {
242
242
  [ChatGatewayProvider.WEBCHAT]: 'Web chat',
243
243
  [ChatGatewayProvider.INFOBIP]: 'Infobip',
244
244
  [ChatGatewayProvider.CUSTOM]: 'Gateway Chat Personalizat',
245
+ [ChatGatewayProvider.PORTAL]: 'Portal',
245
246
  },
246
247
  quickReplies: {
247
248
  quickReplies: 'Răspuns rapid | Răspunsuri rapide',
@@ -238,6 +238,7 @@ export default {
238
238
  [ChatGatewayProvider.WEBCHAT]: 'Web chat',
239
239
  [ChatGatewayProvider.INFOBIP]: 'Infobip',
240
240
  [ChatGatewayProvider.CUSTOM]: 'Custom Chat Gateway',
241
+ [ChatGatewayProvider.PORTAL]: 'Портал',
241
242
  },
242
243
  quickReplies: {
243
244
  quickReplies: 'Быстрый ответ | Быстрые ответы',
@@ -237,6 +237,7 @@ export default {
237
237
  [ChatGatewayProvider.WEBCHAT]: 'Web chat',
238
238
  [ChatGatewayProvider.INFOBIP]: 'Infobip',
239
239
  [ChatGatewayProvider.CUSTOM]: 'Custom Chat Gateway',
240
+ [ChatGatewayProvider.PORTAL]: 'Портал',
240
241
  },
241
242
  quickReplies: {
242
243
  quickReplies: 'Швидка відповідь | Швидкі відповіді',
@@ -242,6 +242,7 @@ export default {
242
242
  [ChatGatewayProvider.WEBCHAT]: 'Veb chat',
243
243
  [ChatGatewayProvider.INFOBIP]: 'Infobip',
244
244
  [ChatGatewayProvider.CUSTOM]: 'Maxsus chat shlyuzi',
245
+ [ChatGatewayProvider.PORTAL]: 'Portal',
245
246
  },
246
247
  quickReplies: {
247
248
  quickReplies: 'Tezkor javob | Tezkor javoblar',
@@ -242,6 +242,7 @@ export default {
242
242
  [ChatGatewayProvider.WEBCHAT]: 'Web chat',
243
243
  [ChatGatewayProvider.INFOBIP]: 'Infobip',
244
244
  [ChatGatewayProvider.CUSTOM]: 'Cổng kết nối chat tùy chỉnh',
245
+ [ChatGatewayProvider.PORTAL]: 'Portal',
245
246
  },
246
247
  quickReplies: {
247
248
  quickReplies: 'Trả lời nhanh | Trả lời nhanh',
@@ -206,6 +206,7 @@ declare const _default: {
206
206
  webchat: string;
207
207
  infobip_whatsapp: string;
208
208
  custom: string;
209
+ portal: string;
209
210
  };
210
211
  quickReplies: {
211
212
  quickReplies: string;
@@ -225,6 +225,7 @@ declare namespace _default {
225
225
  let webchat: string;
226
226
  let infobip_whatsapp: string;
227
227
  let custom: string;
228
+ let portal: string;
228
229
  }
229
230
  export namespace quickReplies {
230
231
  let quickReplies_1: string;
@@ -207,6 +207,7 @@ declare const _default: import("vue-i18n").I18n<{
207
207
  webchat: string;
208
208
  infobip_whatsapp: string;
209
209
  custom: string;
210
+ portal: string;
210
211
  };
211
212
  quickReplies: {
212
213
  quickReplies: string;
@@ -1032,6 +1033,7 @@ declare const _default: import("vue-i18n").I18n<{
1032
1033
  webchat: string;
1033
1034
  infobip_whatsapp: string;
1034
1035
  custom: string;
1036
+ portal: string;
1035
1037
  };
1036
1038
  quickReplies: {
1037
1039
  quickReplies: string;
@@ -1841,6 +1843,7 @@ declare const _default: import("vue-i18n").I18n<{
1841
1843
  webchat: string;
1842
1844
  infobip_whatsapp: string;
1843
1845
  custom: string;
1846
+ portal: string;
1844
1847
  };
1845
1848
  quickReplies: {
1846
1849
  quickReplies: string;
@@ -2652,6 +2655,7 @@ declare const _default: import("vue-i18n").I18n<{
2652
2655
  webchat: string;
2653
2656
  infobip_whatsapp: string;
2654
2657
  custom: string;
2658
+ portal: string;
2655
2659
  };
2656
2660
  quickReplies: {
2657
2661
  quickReplies: string;
@@ -3461,6 +3465,7 @@ declare const _default: import("vue-i18n").I18n<{
3461
3465
  webchat: string;
3462
3466
  infobip_whatsapp: string;
3463
3467
  custom: string;
3468
+ portal: string;
3464
3469
  };
3465
3470
  quickReplies: {
3466
3471
  quickReplies: string;
@@ -4272,6 +4277,7 @@ declare const _default: import("vue-i18n").I18n<{
4272
4277
  webchat: string;
4273
4278
  infobip_whatsapp: string;
4274
4279
  custom: string;
4280
+ portal: string;
4275
4281
  };
4276
4282
  quickReplies: {
4277
4283
  quickReplies: string;
@@ -5083,6 +5089,7 @@ declare const _default: import("vue-i18n").I18n<{
5083
5089
  webchat: string;
5084
5090
  infobip_whatsapp: string;
5085
5091
  custom: string;
5092
+ portal: string;
5086
5093
  };
5087
5094
  quickReplies: {
5088
5095
  quickReplies: string;
@@ -5894,6 +5901,7 @@ declare const _default: import("vue-i18n").I18n<{
5894
5901
  webchat: string;
5895
5902
  infobip_whatsapp: string;
5896
5903
  custom: string;
5904
+ portal: string;
5897
5905
  };
5898
5906
  quickReplies: {
5899
5907
  quickReplies: string;
@@ -6706,6 +6714,7 @@ declare const _default: import("vue-i18n").I18n<{
6706
6714
  webchat: string;
6707
6715
  infobip_whatsapp: string;
6708
6716
  custom: string;
6717
+ portal: string;
6709
6718
  };
6710
6719
  quickReplies: {
6711
6720
  quickReplies: string;
@@ -217,6 +217,7 @@ export declare const messages: {
217
217
  webchat: string;
218
218
  infobip_whatsapp: string;
219
219
  custom: string;
220
+ portal: string;
220
221
  };
221
222
  quickReplies: {
222
223
  quickReplies: string;
@@ -1042,6 +1043,7 @@ export declare const messages: {
1042
1043
  webchat: string;
1043
1044
  infobip_whatsapp: string;
1044
1045
  custom: string;
1046
+ portal: string;
1045
1047
  };
1046
1048
  quickReplies: {
1047
1049
  quickReplies: string;
@@ -1851,6 +1853,7 @@ export declare const messages: {
1851
1853
  webchat: string;
1852
1854
  infobip_whatsapp: string;
1853
1855
  custom: string;
1856
+ portal: string;
1854
1857
  };
1855
1858
  quickReplies: {
1856
1859
  quickReplies: string;
@@ -2662,6 +2665,7 @@ export declare const messages: {
2662
2665
  webchat: string;
2663
2666
  infobip_whatsapp: string;
2664
2667
  custom: string;
2668
+ portal: string;
2665
2669
  };
2666
2670
  quickReplies: {
2667
2671
  quickReplies: string;
@@ -3471,6 +3475,7 @@ export declare const messages: {
3471
3475
  webchat: string;
3472
3476
  infobip_whatsapp: string;
3473
3477
  custom: string;
3478
+ portal: string;
3474
3479
  };
3475
3480
  quickReplies: {
3476
3481
  quickReplies: string;
@@ -4282,6 +4287,7 @@ export declare const messages: {
4282
4287
  webchat: string;
4283
4288
  infobip_whatsapp: string;
4284
4289
  custom: string;
4290
+ portal: string;
4285
4291
  };
4286
4292
  quickReplies: {
4287
4293
  quickReplies: string;
@@ -5093,6 +5099,7 @@ export declare const messages: {
5093
5099
  webchat: string;
5094
5100
  infobip_whatsapp: string;
5095
5101
  custom: string;
5102
+ portal: string;
5096
5103
  };
5097
5104
  quickReplies: {
5098
5105
  quickReplies: string;
@@ -5904,6 +5911,7 @@ export declare const messages: {
5904
5911
  webchat: string;
5905
5912
  infobip_whatsapp: string;
5906
5913
  custom: string;
5914
+ portal: string;
5907
5915
  };
5908
5916
  quickReplies: {
5909
5917
  quickReplies: string;
@@ -6716,6 +6724,7 @@ export declare const messages: {
6716
6724
  webchat: string;
6717
6725
  infobip_whatsapp: string;
6718
6726
  custom: string;
6727
+ portal: string;
6719
6728
  };
6720
6729
  quickReplies: {
6721
6730
  quickReplies: string;
@@ -225,6 +225,7 @@ declare namespace _default {
225
225
  let webchat: string;
226
226
  let infobip_whatsapp: string;
227
227
  let custom: string;
228
+ let portal: string;
228
229
  }
229
230
  export namespace quickReplies {
230
231
  let quickReplies_1: string;
@@ -225,6 +225,7 @@ declare namespace _default {
225
225
  let webchat: string;
226
226
  let infobip_whatsapp: string;
227
227
  let custom: string;
228
+ let portal: string;
228
229
  }
229
230
  export namespace quickReplies {
230
231
  let quickReplies_1: string;
@@ -225,6 +225,7 @@ declare namespace _default {
225
225
  let webchat: string;
226
226
  let infobip_whatsapp: string;
227
227
  let custom: string;
228
+ let portal: string;
228
229
  }
229
230
  export namespace quickReplies {
230
231
  let quickReplies_1: string;
@@ -223,6 +223,7 @@ declare namespace _default {
223
223
  let webchat: string;
224
224
  let infobip_whatsapp: string;
225
225
  let custom: string;
226
+ let portal: string;
226
227
  }
227
228
  export namespace quickReplies {
228
229
  let quickReplies_1: string;
@@ -223,6 +223,7 @@ declare namespace _default {
223
223
  let webchat: string;
224
224
  let infobip_whatsapp: string;
225
225
  let custom: string;
226
+ let portal: string;
226
227
  }
227
228
  export namespace quickReplies {
228
229
  let quickReplies_1: string;
@@ -225,6 +225,7 @@ declare namespace _default {
225
225
  let webchat: string;
226
226
  let infobip_whatsapp: string;
227
227
  let custom: string;
228
+ let portal: string;
228
229
  }
229
230
  export namespace quickReplies {
230
231
  let quickReplies_1: string;
@@ -225,6 +225,7 @@ declare namespace _default {
225
225
  let webchat: string;
226
226
  let infobip_whatsapp: string;
227
227
  let custom: string;
228
+ let portal: string;
228
229
  }
229
230
  export namespace quickReplies {
230
231
  let quickReplies_1: string;