@webitel/ui-sdk 26.8.34 → 26.8.35
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 +3 -0
- package/src/locale/es/es.js +5 -0
- package/src/locale/kz/kz.js +5 -0
- package/src/locale/pl/pl.js +4 -0
- package/src/locale/ro/ro.js +5 -0
- package/src/locale/ru/ru.js +4 -0
- package/src/locale/uk/uk.js +3 -0
- package/src/locale/uz/uz.js +5 -0
- package/src/locale/vi/vi.js +4 -0
- package/src/modules/ObjectPermissions/headers/headers.ts +5 -0
- package/src/validations/config/errors/__tests__/customZodErrorsHandler.spec.ts +103 -0
- package/src/validations/config/errors/customZodErrorsHandler.ts +14 -0
- package/types/.tsbuildinfo +1 -1
- package/types/locale/en/en.d.ts +3 -0
- package/types/locale/es/es.d.ts +3 -0
- package/types/locale/i18n.d.ts +27 -0
- package/types/locale/index.d.ts +27 -0
- package/types/locale/kz/kz.d.ts +3 -0
- package/types/locale/pl/pl.d.ts +3 -0
- package/types/locale/ro/ro.d.ts +3 -0
- package/types/locale/ru/ru.d.ts +3 -0
- package/types/locale/uk/uk.d.ts +3 -0
- package/types/locale/uz/uz.d.ts +3 -0
- package/types/locale/vi/vi.d.ts +3 -0
- package/types/modules/ObjectPermissions/headers/headers.d.ts +5 -0
package/types/locale/en/en.d.ts
CHANGED
package/types/locale/es/es.d.ts
CHANGED
|
@@ -439,6 +439,9 @@ declare namespace _default {
|
|
|
439
439
|
}
|
|
440
440
|
}
|
|
441
441
|
export namespace validation {
|
|
442
|
+
export let hourRange: string;
|
|
443
|
+
export let timerangeStartLessThanEnd: string;
|
|
444
|
+
export let timerangeNotIntersect: string;
|
|
442
445
|
let required_1: string;
|
|
443
446
|
export { required_1 as required };
|
|
444
447
|
export let numeric: string;
|
package/types/locale/i18n.d.ts
CHANGED
|
@@ -397,6 +397,9 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
397
397
|
};
|
|
398
398
|
};
|
|
399
399
|
validation: {
|
|
400
|
+
hourRange: string;
|
|
401
|
+
timerangeStartLessThanEnd: string;
|
|
402
|
+
timerangeNotIntersect: string;
|
|
400
403
|
required: string;
|
|
401
404
|
numeric: string;
|
|
402
405
|
email: string;
|
|
@@ -1254,6 +1257,9 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
1254
1257
|
};
|
|
1255
1258
|
};
|
|
1256
1259
|
validation: {
|
|
1260
|
+
hourRange: string;
|
|
1261
|
+
timerangeStartLessThanEnd: string;
|
|
1262
|
+
timerangeNotIntersect: string;
|
|
1257
1263
|
required: string;
|
|
1258
1264
|
numeric: string;
|
|
1259
1265
|
email: string;
|
|
@@ -2095,6 +2101,9 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
2095
2101
|
};
|
|
2096
2102
|
};
|
|
2097
2103
|
validation: {
|
|
2104
|
+
hourRange: string;
|
|
2105
|
+
timerangeStartLessThanEnd: string;
|
|
2106
|
+
timerangeNotIntersect: string;
|
|
2098
2107
|
required: string;
|
|
2099
2108
|
numeric: string;
|
|
2100
2109
|
email: string;
|
|
@@ -2938,6 +2947,9 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
2938
2947
|
};
|
|
2939
2948
|
};
|
|
2940
2949
|
validation: {
|
|
2950
|
+
hourRange: string;
|
|
2951
|
+
timerangeStartLessThanEnd: string;
|
|
2952
|
+
timerangeNotIntersect: string;
|
|
2941
2953
|
required: string;
|
|
2942
2954
|
numeric: string;
|
|
2943
2955
|
email: string;
|
|
@@ -3779,6 +3791,9 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
3779
3791
|
};
|
|
3780
3792
|
};
|
|
3781
3793
|
validation: {
|
|
3794
|
+
hourRange: string;
|
|
3795
|
+
timerangeStartLessThanEnd: string;
|
|
3796
|
+
timerangeNotIntersect: string;
|
|
3782
3797
|
required: string;
|
|
3783
3798
|
numeric: string;
|
|
3784
3799
|
email: string;
|
|
@@ -4622,6 +4637,9 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
4622
4637
|
};
|
|
4623
4638
|
};
|
|
4624
4639
|
validation: {
|
|
4640
|
+
hourRange: string;
|
|
4641
|
+
timerangeStartLessThanEnd: string;
|
|
4642
|
+
timerangeNotIntersect: string;
|
|
4625
4643
|
required: string;
|
|
4626
4644
|
numeric: string;
|
|
4627
4645
|
email: string;
|
|
@@ -5465,6 +5483,9 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
5465
5483
|
};
|
|
5466
5484
|
};
|
|
5467
5485
|
validation: {
|
|
5486
|
+
hourRange: string;
|
|
5487
|
+
timerangeStartLessThanEnd: string;
|
|
5488
|
+
timerangeNotIntersect: string;
|
|
5468
5489
|
required: string;
|
|
5469
5490
|
numeric: string;
|
|
5470
5491
|
email: string;
|
|
@@ -6309,6 +6330,9 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
6309
6330
|
};
|
|
6310
6331
|
};
|
|
6311
6332
|
validation: {
|
|
6333
|
+
hourRange: string;
|
|
6334
|
+
timerangeStartLessThanEnd: string;
|
|
6335
|
+
timerangeNotIntersect: string;
|
|
6312
6336
|
required: string;
|
|
6313
6337
|
numeric: string;
|
|
6314
6338
|
email: string;
|
|
@@ -7152,6 +7176,9 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
7152
7176
|
};
|
|
7153
7177
|
};
|
|
7154
7178
|
validation: {
|
|
7179
|
+
hourRange: string;
|
|
7180
|
+
timerangeStartLessThanEnd: string;
|
|
7181
|
+
timerangeNotIntersect: string;
|
|
7155
7182
|
required: string;
|
|
7156
7183
|
numeric: string;
|
|
7157
7184
|
email: string;
|
package/types/locale/index.d.ts
CHANGED
|
@@ -407,6 +407,9 @@ export declare const messages: {
|
|
|
407
407
|
};
|
|
408
408
|
};
|
|
409
409
|
validation: {
|
|
410
|
+
hourRange: string;
|
|
411
|
+
timerangeStartLessThanEnd: string;
|
|
412
|
+
timerangeNotIntersect: string;
|
|
410
413
|
required: string;
|
|
411
414
|
numeric: string;
|
|
412
415
|
email: string;
|
|
@@ -1264,6 +1267,9 @@ export declare const messages: {
|
|
|
1264
1267
|
};
|
|
1265
1268
|
};
|
|
1266
1269
|
validation: {
|
|
1270
|
+
hourRange: string;
|
|
1271
|
+
timerangeStartLessThanEnd: string;
|
|
1272
|
+
timerangeNotIntersect: string;
|
|
1267
1273
|
required: string;
|
|
1268
1274
|
numeric: string;
|
|
1269
1275
|
email: string;
|
|
@@ -2105,6 +2111,9 @@ export declare const messages: {
|
|
|
2105
2111
|
};
|
|
2106
2112
|
};
|
|
2107
2113
|
validation: {
|
|
2114
|
+
hourRange: string;
|
|
2115
|
+
timerangeStartLessThanEnd: string;
|
|
2116
|
+
timerangeNotIntersect: string;
|
|
2108
2117
|
required: string;
|
|
2109
2118
|
numeric: string;
|
|
2110
2119
|
email: string;
|
|
@@ -2948,6 +2957,9 @@ export declare const messages: {
|
|
|
2948
2957
|
};
|
|
2949
2958
|
};
|
|
2950
2959
|
validation: {
|
|
2960
|
+
hourRange: string;
|
|
2961
|
+
timerangeStartLessThanEnd: string;
|
|
2962
|
+
timerangeNotIntersect: string;
|
|
2951
2963
|
required: string;
|
|
2952
2964
|
numeric: string;
|
|
2953
2965
|
email: string;
|
|
@@ -3789,6 +3801,9 @@ export declare const messages: {
|
|
|
3789
3801
|
};
|
|
3790
3802
|
};
|
|
3791
3803
|
validation: {
|
|
3804
|
+
hourRange: string;
|
|
3805
|
+
timerangeStartLessThanEnd: string;
|
|
3806
|
+
timerangeNotIntersect: string;
|
|
3792
3807
|
required: string;
|
|
3793
3808
|
numeric: string;
|
|
3794
3809
|
email: string;
|
|
@@ -4632,6 +4647,9 @@ export declare const messages: {
|
|
|
4632
4647
|
};
|
|
4633
4648
|
};
|
|
4634
4649
|
validation: {
|
|
4650
|
+
hourRange: string;
|
|
4651
|
+
timerangeStartLessThanEnd: string;
|
|
4652
|
+
timerangeNotIntersect: string;
|
|
4635
4653
|
required: string;
|
|
4636
4654
|
numeric: string;
|
|
4637
4655
|
email: string;
|
|
@@ -5475,6 +5493,9 @@ export declare const messages: {
|
|
|
5475
5493
|
};
|
|
5476
5494
|
};
|
|
5477
5495
|
validation: {
|
|
5496
|
+
hourRange: string;
|
|
5497
|
+
timerangeStartLessThanEnd: string;
|
|
5498
|
+
timerangeNotIntersect: string;
|
|
5478
5499
|
required: string;
|
|
5479
5500
|
numeric: string;
|
|
5480
5501
|
email: string;
|
|
@@ -6319,6 +6340,9 @@ export declare const messages: {
|
|
|
6319
6340
|
};
|
|
6320
6341
|
};
|
|
6321
6342
|
validation: {
|
|
6343
|
+
hourRange: string;
|
|
6344
|
+
timerangeStartLessThanEnd: string;
|
|
6345
|
+
timerangeNotIntersect: string;
|
|
6322
6346
|
required: string;
|
|
6323
6347
|
numeric: string;
|
|
6324
6348
|
email: string;
|
|
@@ -7162,6 +7186,9 @@ export declare const messages: {
|
|
|
7162
7186
|
};
|
|
7163
7187
|
};
|
|
7164
7188
|
validation: {
|
|
7189
|
+
hourRange: string;
|
|
7190
|
+
timerangeStartLessThanEnd: string;
|
|
7191
|
+
timerangeNotIntersect: string;
|
|
7165
7192
|
required: string;
|
|
7166
7193
|
numeric: string;
|
|
7167
7194
|
email: string;
|
package/types/locale/kz/kz.d.ts
CHANGED
|
@@ -439,6 +439,9 @@ declare namespace _default {
|
|
|
439
439
|
}
|
|
440
440
|
}
|
|
441
441
|
export namespace validation {
|
|
442
|
+
export let hourRange: string;
|
|
443
|
+
export let timerangeStartLessThanEnd: string;
|
|
444
|
+
export let timerangeNotIntersect: string;
|
|
442
445
|
let required_1: string;
|
|
443
446
|
export { required_1 as required };
|
|
444
447
|
export let numeric: string;
|
package/types/locale/pl/pl.d.ts
CHANGED
|
@@ -439,6 +439,9 @@ declare namespace _default {
|
|
|
439
439
|
}
|
|
440
440
|
}
|
|
441
441
|
export namespace validation {
|
|
442
|
+
export let hourRange: string;
|
|
443
|
+
export let timerangeStartLessThanEnd: string;
|
|
444
|
+
export let timerangeNotIntersect: string;
|
|
442
445
|
let required_1: string;
|
|
443
446
|
export { required_1 as required };
|
|
444
447
|
export let numeric: string;
|
package/types/locale/ro/ro.d.ts
CHANGED
|
@@ -439,6 +439,9 @@ declare namespace _default {
|
|
|
439
439
|
}
|
|
440
440
|
}
|
|
441
441
|
export namespace validation {
|
|
442
|
+
export let hourRange: string;
|
|
443
|
+
export let timerangeStartLessThanEnd: string;
|
|
444
|
+
export let timerangeNotIntersect: string;
|
|
442
445
|
let required_1: string;
|
|
443
446
|
export { required_1 as required };
|
|
444
447
|
export let numeric: string;
|
package/types/locale/ru/ru.d.ts
CHANGED
|
@@ -437,6 +437,9 @@ declare namespace _default {
|
|
|
437
437
|
}
|
|
438
438
|
}
|
|
439
439
|
export namespace validation {
|
|
440
|
+
export let hourRange: string;
|
|
441
|
+
export let timerangeStartLessThanEnd: string;
|
|
442
|
+
export let timerangeNotIntersect: string;
|
|
440
443
|
let required_1: string;
|
|
441
444
|
export { required_1 as required };
|
|
442
445
|
export let numeric: string;
|
package/types/locale/uk/uk.d.ts
CHANGED
|
@@ -437,6 +437,9 @@ declare namespace _default {
|
|
|
437
437
|
}
|
|
438
438
|
}
|
|
439
439
|
export namespace validation {
|
|
440
|
+
export let hourRange: string;
|
|
441
|
+
export let timerangeStartLessThanEnd: string;
|
|
442
|
+
export let timerangeNotIntersect: string;
|
|
440
443
|
let required_1: string;
|
|
441
444
|
export { required_1 as required };
|
|
442
445
|
export let numeric: string;
|
package/types/locale/uz/uz.d.ts
CHANGED
|
@@ -440,6 +440,9 @@ declare namespace _default {
|
|
|
440
440
|
}
|
|
441
441
|
}
|
|
442
442
|
export namespace validation {
|
|
443
|
+
export let hourRange: string;
|
|
444
|
+
export let timerangeStartLessThanEnd: string;
|
|
445
|
+
export let timerangeNotIntersect: string;
|
|
443
446
|
let required_1: string;
|
|
444
447
|
export { required_1 as required };
|
|
445
448
|
export let numeric: string;
|
package/types/locale/vi/vi.d.ts
CHANGED
|
@@ -439,6 +439,9 @@ declare namespace _default {
|
|
|
439
439
|
}
|
|
440
440
|
}
|
|
441
441
|
export namespace validation {
|
|
442
|
+
export let hourRange: string;
|
|
443
|
+
export let timerangeStartLessThanEnd: string;
|
|
444
|
+
export let timerangeNotIntersect: string;
|
|
442
445
|
let required_1: string;
|
|
443
446
|
export { required_1 as required };
|
|
444
447
|
export let numeric: string;
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* `field` is what goes into the `fields` query of `GET <object>/:id/acl`, where
|
|
3
|
+
* the three rule columns all come from one `granted` string — the store asks
|
|
4
|
+
* for it once. The rule letters (`r`, `w`, `d`) are not attributes there.
|
|
5
|
+
*/
|
|
1
6
|
export declare const headers: {
|
|
2
7
|
value: string;
|
|
3
8
|
locale: string;
|