@webitel/ui-sdk 26.4.64 → 26.4.65
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 +1 -1
- package/src/locale/en/en.js +7 -1
- package/src/locale/es/es.js +6 -1
- package/src/locale/kz/kz.js +7 -2
- package/src/locale/pl/pl.js +6 -1
- package/src/locale/ro/ro.js +6 -1
- package/src/locale/ru/ru.js +7 -1
- package/src/locale/uk/uk.js +6 -1
- package/src/locale/uz/uz.js +7 -2
- package/src/locale/vi/vi.js +7 -2
- package/types/locale/en/en.d.ts +4 -1
- package/types/locale/es/es.d.ts +4 -1
- package/types/locale/i18n.d.ts +36 -9
- package/types/locale/index.d.ts +36 -9
- package/types/locale/kz/kz.d.ts +4 -1
- package/types/locale/pl/pl.d.ts +4 -1
- package/types/locale/ro/ro.d.ts +4 -1
- package/types/locale/ru/ru.d.ts +4 -1
- package/types/locale/uk/uk.d.ts +4 -1
- package/types/locale/uz/uz.d.ts +4 -1
- package/types/locale/vi/vi.d.ts +4 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webitel/ui-sdk",
|
|
3
|
-
"version": "26.4.
|
|
3
|
+
"version": "26.4.65",
|
|
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",
|
package/src/locale/en/en.js
CHANGED
|
@@ -855,7 +855,13 @@ export default deepmerge(
|
|
|
855
855
|
`The ${named('entity').toLowerCase()} was deleted`,
|
|
856
856
|
},
|
|
857
857
|
warnings: {
|
|
858
|
-
|
|
858
|
+
passwordExpirationMessageDays:
|
|
859
|
+
'Your password will expire in {amount} days',
|
|
860
|
+
passwordExpirationMessageHours:
|
|
861
|
+
'Your password will expire in less than {amount} hours',
|
|
862
|
+
licenseExpirationSoonMessage:
|
|
863
|
+
'Your license {name} will expire in {amount} days',
|
|
864
|
+
licenseExpirationMessage: 'Your license {name} has expired',
|
|
859
865
|
},
|
|
860
866
|
},
|
|
861
867
|
errorNotifications: {
|
package/src/locale/es/es.js
CHANGED
|
@@ -841,7 +841,12 @@ export default {
|
|
|
841
841
|
`El ${named('entity').toLowerCase()} fue eliminado`,
|
|
842
842
|
},
|
|
843
843
|
warnings: {
|
|
844
|
-
|
|
844
|
+
passwordExpirationMessageDays: 'Tu contraseña expirará en {amount} días',
|
|
845
|
+
passwordExpirationMessageHours:
|
|
846
|
+
'Tu contraseña expirará en menos de {amount} horas',
|
|
847
|
+
licenseExpirationSoonMessage:
|
|
848
|
+
'Tu licencia {name} expirará en {amount} días',
|
|
849
|
+
licenseExpirationMessage: 'Tu licencia {name} ha expirado',
|
|
845
850
|
},
|
|
846
851
|
},
|
|
847
852
|
errorNotifications: {
|
package/src/locale/kz/kz.js
CHANGED
|
@@ -842,8 +842,13 @@ export default {
|
|
|
842
842
|
delete: ({ named }) => `${named('entity').toLowerCase()} жойылды`,
|
|
843
843
|
},
|
|
844
844
|
warnings: {
|
|
845
|
-
|
|
846
|
-
'Сіздің құпия сөзіңіз {
|
|
845
|
+
passwordExpirationMessageDays:
|
|
846
|
+
'Сіздің құпия сөзіңіз {amount} күннен кейін мерзімі аяқталады',
|
|
847
|
+
passwordExpirationMessageHours:
|
|
848
|
+
'Сіздің құпия сөзіңіз {amount} сағаттан аз уақыттан кейін мерзімі аяқталады',
|
|
849
|
+
licenseExpirationSoonMessage:
|
|
850
|
+
'Сіздің лицензия {name} {amount} күннен кейін мерзімі аяқталады',
|
|
851
|
+
licenseExpirationMessage: 'Сіздің лицензия {name} мерзімі аяқталды',
|
|
847
852
|
},
|
|
848
853
|
},
|
|
849
854
|
errorNotifications: {
|
package/src/locale/pl/pl.js
CHANGED
|
@@ -842,7 +842,12 @@ export default {
|
|
|
842
842
|
delete: ({ named }) => `${named('entity').toLowerCase()} został usunięty`,
|
|
843
843
|
},
|
|
844
844
|
warnings: {
|
|
845
|
-
|
|
845
|
+
passwordExpirationMessageDays: 'Twoje hasło wygaśnie za {amount} dni',
|
|
846
|
+
passwordExpirationMessageHours:
|
|
847
|
+
'Twoje hasło wygaśnie za mniej niż {amount} godzin',
|
|
848
|
+
licenseExpirationSoonMessage:
|
|
849
|
+
'Twoja licencja {name} wygaśnie za {amount} dni',
|
|
850
|
+
licenseExpirationMessage: 'Twoja licencja {name} wygasła',
|
|
846
851
|
},
|
|
847
852
|
},
|
|
848
853
|
errorNotifications: {
|
package/src/locale/ro/ro.js
CHANGED
|
@@ -847,7 +847,12 @@ export default {
|
|
|
847
847
|
delete: ({ named }) => `${named('entity').toLowerCase()} a fost șters`,
|
|
848
848
|
},
|
|
849
849
|
warnings: {
|
|
850
|
-
|
|
850
|
+
passwordExpirationMessageDays: 'Parola ta va expira în {amount} zile',
|
|
851
|
+
passwordExpirationMessageHours:
|
|
852
|
+
'Parola ta va expira în mai puțin de {amount} ore',
|
|
853
|
+
licenseExpirationSoonMessage:
|
|
854
|
+
'Licența ta {name} va expira în {amount} zile',
|
|
855
|
+
licenseExpirationMessage: 'Licența ta {name} a expirat',
|
|
851
856
|
},
|
|
852
857
|
},
|
|
853
858
|
errorNotifications: {
|
package/src/locale/ru/ru.js
CHANGED
|
@@ -837,7 +837,13 @@ export default {
|
|
|
837
837
|
delete: ({ named }) => `${named('entity')} был удалён`,
|
|
838
838
|
},
|
|
839
839
|
warnings: {
|
|
840
|
-
|
|
840
|
+
passwordExpirationMessageDays:
|
|
841
|
+
'Ваш пароль истечёт через {amound} дн(я/ей)',
|
|
842
|
+
passwordExpirationMessageHours:
|
|
843
|
+
'До истечения пароля осталось менее {amound} часов.',
|
|
844
|
+
licenseExpirationSoonMessage:
|
|
845
|
+
'Ваша лицензия {name} завершится через {amount} дней',
|
|
846
|
+
licenseExpirationMessage: 'Ваша лицензия {name} завершилась',
|
|
841
847
|
},
|
|
842
848
|
},
|
|
843
849
|
errorNotifications: {
|
package/src/locale/uk/uk.js
CHANGED
|
@@ -836,7 +836,12 @@ export default {
|
|
|
836
836
|
delete: ({ named }) => `${named('entity')} було видалено`,
|
|
837
837
|
},
|
|
838
838
|
warnings: {
|
|
839
|
-
|
|
839
|
+
passwordExpirationMessageDays: 'Пароль спливе через {amound} дн(і/ів)',
|
|
840
|
+
passwordExpirationMessageHours:
|
|
841
|
+
'Залишилось менше доби до завершення дії пароля',
|
|
842
|
+
licenseExpirationSoonMessage:
|
|
843
|
+
'Ваша ліцензія {name} завершиться через {amount} днів',
|
|
844
|
+
licenseExpirationMessage: 'Ваша ліцензія {name} завершилася',
|
|
840
845
|
},
|
|
841
846
|
},
|
|
842
847
|
errorNotifications: {
|
package/src/locale/uz/uz.js
CHANGED
|
@@ -845,8 +845,13 @@ export default {
|
|
|
845
845
|
delete: ({ named }) => `${named('entity').toLowerCase()} o'chirildi`,
|
|
846
846
|
},
|
|
847
847
|
warnings: {
|
|
848
|
-
|
|
849
|
-
'Parolingiz {
|
|
848
|
+
passwordExpirationMessageDays:
|
|
849
|
+
'Parolingiz {amount} kundan keyin amal qilishdan chiqadi',
|
|
850
|
+
passwordExpirationMessageHours:
|
|
851
|
+
'Parolingiz {amount} soatdan kam vaqtdan keyin amal qilishdan chiqadi',
|
|
852
|
+
licenseExpirationSoonMessage:
|
|
853
|
+
'Litsenziyangiz {name} {amount} kundan keyin amal qilishdan chiqadi',
|
|
854
|
+
licenseExpirationMessage: 'Litsenziyangiz {name} amal qilishdan chiqdi',
|
|
850
855
|
},
|
|
851
856
|
},
|
|
852
857
|
errorNotifications: {
|
package/src/locale/vi/vi.js
CHANGED
|
@@ -845,8 +845,13 @@ export default {
|
|
|
845
845
|
delete: ({ named }) => `${named('entity').toLowerCase()} đã bị xóa`,
|
|
846
846
|
},
|
|
847
847
|
warnings: {
|
|
848
|
-
|
|
849
|
-
'Mật khẩu của bạn sẽ hết hạn sau {
|
|
848
|
+
passwordExpirationMessageDays:
|
|
849
|
+
'Mật khẩu của bạn sẽ hết hạn sau { amount } ngày',
|
|
850
|
+
passwordExpirationMessageHours:
|
|
851
|
+
'Mật khẩu của bạn sẽ hết hạn sau ít hơn { amount } giờ',
|
|
852
|
+
licenseExpirationSoonMessage:
|
|
853
|
+
'Giấy phép { license } của bạn sẽ hết hạn trong { amount } ngày',
|
|
854
|
+
licenseExpirationMessage: 'Giấy phép { license } của bạn đã hết hạn',
|
|
850
855
|
},
|
|
851
856
|
},
|
|
852
857
|
errorNotifications: {
|
package/types/locale/en/en.d.ts
CHANGED
|
@@ -802,7 +802,10 @@ declare const _default: {
|
|
|
802
802
|
}) => string;
|
|
803
803
|
};
|
|
804
804
|
warnings: {
|
|
805
|
-
|
|
805
|
+
passwordExpirationMessageDays: string;
|
|
806
|
+
passwordExpirationMessageHours: string;
|
|
807
|
+
licenseExpirationSoonMessage: string;
|
|
808
|
+
licenseExpirationMessage: string;
|
|
806
809
|
};
|
|
807
810
|
};
|
|
808
811
|
errorNotifications: {
|
package/types/locale/es/es.d.ts
CHANGED
|
@@ -919,7 +919,10 @@ declare namespace _default {
|
|
|
919
919
|
}
|
|
920
920
|
export { success_1 as success };
|
|
921
921
|
export namespace warnings {
|
|
922
|
-
let
|
|
922
|
+
let passwordExpirationMessageDays: string;
|
|
923
|
+
let passwordExpirationMessageHours: string;
|
|
924
|
+
let licenseExpirationSoonMessage: string;
|
|
925
|
+
let licenseExpirationMessage: string;
|
|
923
926
|
}
|
|
924
927
|
}
|
|
925
928
|
export namespace errorNotifications {
|
package/types/locale/i18n.d.ts
CHANGED
|
@@ -803,7 +803,10 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
803
803
|
}) => string;
|
|
804
804
|
};
|
|
805
805
|
warnings: {
|
|
806
|
-
|
|
806
|
+
passwordExpirationMessageDays: string;
|
|
807
|
+
passwordExpirationMessageHours: string;
|
|
808
|
+
licenseExpirationSoonMessage: string;
|
|
809
|
+
licenseExpirationMessage: string;
|
|
807
810
|
};
|
|
808
811
|
};
|
|
809
812
|
errorNotifications: {
|
|
@@ -1630,7 +1633,10 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
1630
1633
|
}) => string;
|
|
1631
1634
|
};
|
|
1632
1635
|
warnings: {
|
|
1633
|
-
|
|
1636
|
+
passwordExpirationMessageDays: string;
|
|
1637
|
+
passwordExpirationMessageHours: string;
|
|
1638
|
+
licenseExpirationSoonMessage: string;
|
|
1639
|
+
licenseExpirationMessage: string;
|
|
1634
1640
|
};
|
|
1635
1641
|
};
|
|
1636
1642
|
errorNotifications: {
|
|
@@ -2441,7 +2447,10 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
2441
2447
|
}) => string;
|
|
2442
2448
|
};
|
|
2443
2449
|
warnings: {
|
|
2444
|
-
|
|
2450
|
+
passwordExpirationMessageDays: string;
|
|
2451
|
+
passwordExpirationMessageHours: string;
|
|
2452
|
+
licenseExpirationSoonMessage: string;
|
|
2453
|
+
licenseExpirationMessage: string;
|
|
2445
2454
|
};
|
|
2446
2455
|
};
|
|
2447
2456
|
errorNotifications: {
|
|
@@ -3254,7 +3263,10 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
3254
3263
|
}) => string;
|
|
3255
3264
|
};
|
|
3256
3265
|
warnings: {
|
|
3257
|
-
|
|
3266
|
+
passwordExpirationMessageDays: string;
|
|
3267
|
+
passwordExpirationMessageHours: string;
|
|
3268
|
+
licenseExpirationSoonMessage: string;
|
|
3269
|
+
licenseExpirationMessage: string;
|
|
3258
3270
|
};
|
|
3259
3271
|
};
|
|
3260
3272
|
errorNotifications: {
|
|
@@ -4065,7 +4077,10 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
4065
4077
|
}) => string;
|
|
4066
4078
|
};
|
|
4067
4079
|
warnings: {
|
|
4068
|
-
|
|
4080
|
+
passwordExpirationMessageDays: string;
|
|
4081
|
+
passwordExpirationMessageHours: string;
|
|
4082
|
+
licenseExpirationSoonMessage: string;
|
|
4083
|
+
licenseExpirationMessage: string;
|
|
4069
4084
|
};
|
|
4070
4085
|
};
|
|
4071
4086
|
errorNotifications: {
|
|
@@ -4878,7 +4893,10 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
4878
4893
|
}) => string;
|
|
4879
4894
|
};
|
|
4880
4895
|
warnings: {
|
|
4881
|
-
|
|
4896
|
+
passwordExpirationMessageDays: string;
|
|
4897
|
+
passwordExpirationMessageHours: string;
|
|
4898
|
+
licenseExpirationSoonMessage: string;
|
|
4899
|
+
licenseExpirationMessage: string;
|
|
4882
4900
|
};
|
|
4883
4901
|
};
|
|
4884
4902
|
errorNotifications: {
|
|
@@ -5691,7 +5709,10 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
5691
5709
|
}) => string;
|
|
5692
5710
|
};
|
|
5693
5711
|
warnings: {
|
|
5694
|
-
|
|
5712
|
+
passwordExpirationMessageDays: string;
|
|
5713
|
+
passwordExpirationMessageHours: string;
|
|
5714
|
+
licenseExpirationSoonMessage: string;
|
|
5715
|
+
licenseExpirationMessage: string;
|
|
5695
5716
|
};
|
|
5696
5717
|
};
|
|
5697
5718
|
errorNotifications: {
|
|
@@ -6505,7 +6526,10 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
6505
6526
|
}) => string;
|
|
6506
6527
|
};
|
|
6507
6528
|
warnings: {
|
|
6508
|
-
|
|
6529
|
+
passwordExpirationMessageDays: string;
|
|
6530
|
+
passwordExpirationMessageHours: string;
|
|
6531
|
+
licenseExpirationSoonMessage: string;
|
|
6532
|
+
licenseExpirationMessage: string;
|
|
6509
6533
|
};
|
|
6510
6534
|
};
|
|
6511
6535
|
errorNotifications: {
|
|
@@ -7318,7 +7342,10 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
7318
7342
|
}) => string;
|
|
7319
7343
|
};
|
|
7320
7344
|
warnings: {
|
|
7321
|
-
|
|
7345
|
+
passwordExpirationMessageDays: string;
|
|
7346
|
+
passwordExpirationMessageHours: string;
|
|
7347
|
+
licenseExpirationSoonMessage: string;
|
|
7348
|
+
licenseExpirationMessage: string;
|
|
7322
7349
|
};
|
|
7323
7350
|
};
|
|
7324
7351
|
errorNotifications: {
|
package/types/locale/index.d.ts
CHANGED
|
@@ -813,7 +813,10 @@ export declare const messages: {
|
|
|
813
813
|
}) => string;
|
|
814
814
|
};
|
|
815
815
|
warnings: {
|
|
816
|
-
|
|
816
|
+
passwordExpirationMessageDays: string;
|
|
817
|
+
passwordExpirationMessageHours: string;
|
|
818
|
+
licenseExpirationSoonMessage: string;
|
|
819
|
+
licenseExpirationMessage: string;
|
|
817
820
|
};
|
|
818
821
|
};
|
|
819
822
|
errorNotifications: {
|
|
@@ -1640,7 +1643,10 @@ export declare const messages: {
|
|
|
1640
1643
|
}) => string;
|
|
1641
1644
|
};
|
|
1642
1645
|
warnings: {
|
|
1643
|
-
|
|
1646
|
+
passwordExpirationMessageDays: string;
|
|
1647
|
+
passwordExpirationMessageHours: string;
|
|
1648
|
+
licenseExpirationSoonMessage: string;
|
|
1649
|
+
licenseExpirationMessage: string;
|
|
1644
1650
|
};
|
|
1645
1651
|
};
|
|
1646
1652
|
errorNotifications: {
|
|
@@ -2451,7 +2457,10 @@ export declare const messages: {
|
|
|
2451
2457
|
}) => string;
|
|
2452
2458
|
};
|
|
2453
2459
|
warnings: {
|
|
2454
|
-
|
|
2460
|
+
passwordExpirationMessageDays: string;
|
|
2461
|
+
passwordExpirationMessageHours: string;
|
|
2462
|
+
licenseExpirationSoonMessage: string;
|
|
2463
|
+
licenseExpirationMessage: string;
|
|
2455
2464
|
};
|
|
2456
2465
|
};
|
|
2457
2466
|
errorNotifications: {
|
|
@@ -3264,7 +3273,10 @@ export declare const messages: {
|
|
|
3264
3273
|
}) => string;
|
|
3265
3274
|
};
|
|
3266
3275
|
warnings: {
|
|
3267
|
-
|
|
3276
|
+
passwordExpirationMessageDays: string;
|
|
3277
|
+
passwordExpirationMessageHours: string;
|
|
3278
|
+
licenseExpirationSoonMessage: string;
|
|
3279
|
+
licenseExpirationMessage: string;
|
|
3268
3280
|
};
|
|
3269
3281
|
};
|
|
3270
3282
|
errorNotifications: {
|
|
@@ -4075,7 +4087,10 @@ export declare const messages: {
|
|
|
4075
4087
|
}) => string;
|
|
4076
4088
|
};
|
|
4077
4089
|
warnings: {
|
|
4078
|
-
|
|
4090
|
+
passwordExpirationMessageDays: string;
|
|
4091
|
+
passwordExpirationMessageHours: string;
|
|
4092
|
+
licenseExpirationSoonMessage: string;
|
|
4093
|
+
licenseExpirationMessage: string;
|
|
4079
4094
|
};
|
|
4080
4095
|
};
|
|
4081
4096
|
errorNotifications: {
|
|
@@ -4888,7 +4903,10 @@ export declare const messages: {
|
|
|
4888
4903
|
}) => string;
|
|
4889
4904
|
};
|
|
4890
4905
|
warnings: {
|
|
4891
|
-
|
|
4906
|
+
passwordExpirationMessageDays: string;
|
|
4907
|
+
passwordExpirationMessageHours: string;
|
|
4908
|
+
licenseExpirationSoonMessage: string;
|
|
4909
|
+
licenseExpirationMessage: string;
|
|
4892
4910
|
};
|
|
4893
4911
|
};
|
|
4894
4912
|
errorNotifications: {
|
|
@@ -5701,7 +5719,10 @@ export declare const messages: {
|
|
|
5701
5719
|
}) => string;
|
|
5702
5720
|
};
|
|
5703
5721
|
warnings: {
|
|
5704
|
-
|
|
5722
|
+
passwordExpirationMessageDays: string;
|
|
5723
|
+
passwordExpirationMessageHours: string;
|
|
5724
|
+
licenseExpirationSoonMessage: string;
|
|
5725
|
+
licenseExpirationMessage: string;
|
|
5705
5726
|
};
|
|
5706
5727
|
};
|
|
5707
5728
|
errorNotifications: {
|
|
@@ -6515,7 +6536,10 @@ export declare const messages: {
|
|
|
6515
6536
|
}) => string;
|
|
6516
6537
|
};
|
|
6517
6538
|
warnings: {
|
|
6518
|
-
|
|
6539
|
+
passwordExpirationMessageDays: string;
|
|
6540
|
+
passwordExpirationMessageHours: string;
|
|
6541
|
+
licenseExpirationSoonMessage: string;
|
|
6542
|
+
licenseExpirationMessage: string;
|
|
6519
6543
|
};
|
|
6520
6544
|
};
|
|
6521
6545
|
errorNotifications: {
|
|
@@ -7328,7 +7352,10 @@ export declare const messages: {
|
|
|
7328
7352
|
}) => string;
|
|
7329
7353
|
};
|
|
7330
7354
|
warnings: {
|
|
7331
|
-
|
|
7355
|
+
passwordExpirationMessageDays: string;
|
|
7356
|
+
passwordExpirationMessageHours: string;
|
|
7357
|
+
licenseExpirationSoonMessage: string;
|
|
7358
|
+
licenseExpirationMessage: string;
|
|
7332
7359
|
};
|
|
7333
7360
|
};
|
|
7334
7361
|
errorNotifications: {
|
package/types/locale/kz/kz.d.ts
CHANGED
|
@@ -919,7 +919,10 @@ declare namespace _default {
|
|
|
919
919
|
}
|
|
920
920
|
export { success_1 as success };
|
|
921
921
|
export namespace warnings {
|
|
922
|
-
let
|
|
922
|
+
let passwordExpirationMessageDays: string;
|
|
923
|
+
let passwordExpirationMessageHours: string;
|
|
924
|
+
let licenseExpirationSoonMessage: string;
|
|
925
|
+
let licenseExpirationMessage: string;
|
|
923
926
|
}
|
|
924
927
|
}
|
|
925
928
|
export namespace errorNotifications {
|
package/types/locale/pl/pl.d.ts
CHANGED
|
@@ -919,7 +919,10 @@ declare namespace _default {
|
|
|
919
919
|
}
|
|
920
920
|
export { success_1 as success };
|
|
921
921
|
export namespace warnings {
|
|
922
|
-
let
|
|
922
|
+
let passwordExpirationMessageDays: string;
|
|
923
|
+
let passwordExpirationMessageHours: string;
|
|
924
|
+
let licenseExpirationSoonMessage: string;
|
|
925
|
+
let licenseExpirationMessage: string;
|
|
923
926
|
}
|
|
924
927
|
}
|
|
925
928
|
export namespace errorNotifications {
|
package/types/locale/ro/ro.d.ts
CHANGED
|
@@ -919,7 +919,10 @@ declare namespace _default {
|
|
|
919
919
|
}
|
|
920
920
|
export { success_1 as success };
|
|
921
921
|
export namespace warnings {
|
|
922
|
-
let
|
|
922
|
+
let passwordExpirationMessageDays: string;
|
|
923
|
+
let passwordExpirationMessageHours: string;
|
|
924
|
+
let licenseExpirationSoonMessage: string;
|
|
925
|
+
let licenseExpirationMessage: string;
|
|
923
926
|
}
|
|
924
927
|
}
|
|
925
928
|
export namespace errorNotifications {
|
package/types/locale/ru/ru.d.ts
CHANGED
|
@@ -917,7 +917,10 @@ declare namespace _default {
|
|
|
917
917
|
}
|
|
918
918
|
export { success_1 as success };
|
|
919
919
|
export namespace warnings {
|
|
920
|
-
let
|
|
920
|
+
let passwordExpirationMessageDays: string;
|
|
921
|
+
let passwordExpirationMessageHours: string;
|
|
922
|
+
let licenseExpirationSoonMessage: string;
|
|
923
|
+
let licenseExpirationMessage: string;
|
|
921
924
|
}
|
|
922
925
|
}
|
|
923
926
|
export namespace errorNotifications {
|
package/types/locale/uk/uk.d.ts
CHANGED
|
@@ -917,7 +917,10 @@ declare namespace _default {
|
|
|
917
917
|
}
|
|
918
918
|
export { success_1 as success };
|
|
919
919
|
export namespace warnings {
|
|
920
|
-
let
|
|
920
|
+
let passwordExpirationMessageDays: string;
|
|
921
|
+
let passwordExpirationMessageHours: string;
|
|
922
|
+
let licenseExpirationSoonMessage: string;
|
|
923
|
+
let licenseExpirationMessage: string;
|
|
921
924
|
}
|
|
922
925
|
}
|
|
923
926
|
export namespace errorNotifications {
|
package/types/locale/uz/uz.d.ts
CHANGED
|
@@ -920,7 +920,10 @@ declare namespace _default {
|
|
|
920
920
|
}
|
|
921
921
|
export { success_1 as success };
|
|
922
922
|
export namespace warnings {
|
|
923
|
-
let
|
|
923
|
+
let passwordExpirationMessageDays: string;
|
|
924
|
+
let passwordExpirationMessageHours: string;
|
|
925
|
+
let licenseExpirationSoonMessage: string;
|
|
926
|
+
let licenseExpirationMessage: string;
|
|
924
927
|
}
|
|
925
928
|
}
|
|
926
929
|
export namespace errorNotifications {
|
package/types/locale/vi/vi.d.ts
CHANGED
|
@@ -919,7 +919,10 @@ declare namespace _default {
|
|
|
919
919
|
}
|
|
920
920
|
export { success_1 as success };
|
|
921
921
|
export namespace warnings {
|
|
922
|
-
let
|
|
922
|
+
let passwordExpirationMessageDays: string;
|
|
923
|
+
let passwordExpirationMessageHours: string;
|
|
924
|
+
let licenseExpirationSoonMessage: string;
|
|
925
|
+
let licenseExpirationMessage: string;
|
|
923
926
|
}
|
|
924
927
|
}
|
|
925
928
|
export namespace errorNotifications {
|