@opencrvs/toolkit 1.8.0-rc.f89fbcb → 1.8.0-rc.f8aa0c5
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/commons/api/router.d.ts +589 -589
- package/dist/commons/events/ActionConfig.d.ts +256 -0
- package/dist/commons/events/ActionDocument.d.ts +700 -700
- package/dist/commons/events/ActionInput.d.ts +600 -600
- package/dist/commons/events/AdvancedSearchConfig.d.ts +18 -40
- package/dist/commons/events/CompositeFieldValue.d.ts +6 -6
- package/dist/commons/events/Draft.d.ts +54 -54
- package/dist/commons/events/EventConfig.d.ts +106 -18
- package/dist/commons/events/EventDocument.d.ts +436 -436
- package/dist/commons/events/EventIndex.d.ts +15 -10
- package/dist/commons/events/FieldConfig.d.ts +20 -0
- package/dist/commons/events/FieldTypeMapping.d.ts +16 -16
- package/dist/commons/events/FieldValue.d.ts +12 -12
- package/dist/commons/events/FormConfig.d.ts +108 -0
- package/dist/commons/events/PageConfig.d.ts +28 -0
- package/dist/commons/events/WorkqueueConfig.d.ts +14 -14
- package/dist/commons/events/defineConfig.d.ts +22 -2
- package/dist/commons/events/field.d.ts +1 -13
- package/dist/commons/events/test.utils.d.ts +12 -12
- package/dist/commons/events/utils.d.ts +41 -11
- package/dist/events/index.js +48 -57
- package/dist/scopes/index.d.ts +92 -6
- package/dist/scopes/index.js +38 -9
- package/package.json +1 -1
@@ -1897,10 +1897,14 @@ export declare const DeclarationFormConfig: z.ZodObject<{
|
|
1897
1897
|
description: string;
|
1898
1898
|
defaultMessage: string;
|
1899
1899
|
}>>;
|
1900
|
+
includeMiddlename: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
1901
|
+
searchMode: z.ZodOptional<z.ZodBoolean>;
|
1900
1902
|
}, "strip", z.ZodTypeAny, {
|
1901
1903
|
maxLength?: number | undefined;
|
1902
1904
|
prefix?: TranslationConfig | undefined;
|
1903
1905
|
postfix?: TranslationConfig | undefined;
|
1906
|
+
includeMiddlename?: boolean | undefined;
|
1907
|
+
searchMode?: boolean | undefined;
|
1904
1908
|
}, {
|
1905
1909
|
maxLength?: number | undefined;
|
1906
1910
|
prefix?: {
|
@@ -1913,6 +1917,8 @@ export declare const DeclarationFormConfig: z.ZodObject<{
|
|
1913
1917
|
description: string;
|
1914
1918
|
defaultMessage: string;
|
1915
1919
|
} | undefined;
|
1920
|
+
includeMiddlename?: boolean | undefined;
|
1921
|
+
searchMode?: boolean | undefined;
|
1916
1922
|
}>>;
|
1917
1923
|
}>, "strip", z.ZodTypeAny, {
|
1918
1924
|
type: "NAME";
|
@@ -1948,6 +1954,8 @@ export declare const DeclarationFormConfig: z.ZodObject<{
|
|
1948
1954
|
maxLength?: number | undefined;
|
1949
1955
|
prefix?: TranslationConfig | undefined;
|
1950
1956
|
postfix?: TranslationConfig | undefined;
|
1957
|
+
includeMiddlename?: boolean | undefined;
|
1958
|
+
searchMode?: boolean | undefined;
|
1951
1959
|
} | undefined;
|
1952
1960
|
}, {
|
1953
1961
|
type: "NAME";
|
@@ -2007,6 +2015,8 @@ export declare const DeclarationFormConfig: z.ZodObject<{
|
|
2007
2015
|
description: string;
|
2008
2016
|
defaultMessage: string;
|
2009
2017
|
} | undefined;
|
2018
|
+
includeMiddlename?: boolean | undefined;
|
2019
|
+
searchMode?: boolean | undefined;
|
2010
2020
|
} | undefined;
|
2011
2021
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
2012
2022
|
id: z.ZodString;
|
@@ -4474,6 +4484,8 @@ export declare const DeclarationFormConfig: z.ZodObject<{
|
|
4474
4484
|
maxLength?: number | undefined;
|
4475
4485
|
prefix?: TranslationConfig | undefined;
|
4476
4486
|
postfix?: TranslationConfig | undefined;
|
4487
|
+
includeMiddlename?: boolean | undefined;
|
4488
|
+
searchMode?: boolean | undefined;
|
4477
4489
|
} | undefined;
|
4478
4490
|
} | {
|
4479
4491
|
type: "PHONE";
|
@@ -5616,6 +5628,8 @@ export declare const DeclarationFormConfig: z.ZodObject<{
|
|
5616
5628
|
description: string;
|
5617
5629
|
defaultMessage: string;
|
5618
5630
|
} | undefined;
|
5631
|
+
includeMiddlename?: boolean | undefined;
|
5632
|
+
searchMode?: boolean | undefined;
|
5619
5633
|
} | undefined;
|
5620
5634
|
} | {
|
5621
5635
|
type: "PHONE";
|
@@ -6651,6 +6665,8 @@ export declare const DeclarationFormConfig: z.ZodObject<{
|
|
6651
6665
|
maxLength?: number | undefined;
|
6652
6666
|
prefix?: TranslationConfig | undefined;
|
6653
6667
|
postfix?: TranslationConfig | undefined;
|
6668
|
+
includeMiddlename?: boolean | undefined;
|
6669
|
+
searchMode?: boolean | undefined;
|
6654
6670
|
} | undefined;
|
6655
6671
|
} | {
|
6656
6672
|
type: "PHONE";
|
@@ -7800,6 +7816,8 @@ export declare const DeclarationFormConfig: z.ZodObject<{
|
|
7800
7816
|
description: string;
|
7801
7817
|
defaultMessage: string;
|
7802
7818
|
} | undefined;
|
7819
|
+
includeMiddlename?: boolean | undefined;
|
7820
|
+
searchMode?: boolean | undefined;
|
7803
7821
|
} | undefined;
|
7804
7822
|
} | {
|
7805
7823
|
type: "PHONE";
|
@@ -10249,10 +10267,14 @@ export declare const ActionFormConfig: z.ZodObject<{
|
|
10249
10267
|
description: string;
|
10250
10268
|
defaultMessage: string;
|
10251
10269
|
}>>;
|
10270
|
+
includeMiddlename: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
10271
|
+
searchMode: z.ZodOptional<z.ZodBoolean>;
|
10252
10272
|
}, "strip", z.ZodTypeAny, {
|
10253
10273
|
maxLength?: number | undefined;
|
10254
10274
|
prefix?: TranslationConfig | undefined;
|
10255
10275
|
postfix?: TranslationConfig | undefined;
|
10276
|
+
includeMiddlename?: boolean | undefined;
|
10277
|
+
searchMode?: boolean | undefined;
|
10256
10278
|
}, {
|
10257
10279
|
maxLength?: number | undefined;
|
10258
10280
|
prefix?: {
|
@@ -10265,6 +10287,8 @@ export declare const ActionFormConfig: z.ZodObject<{
|
|
10265
10287
|
description: string;
|
10266
10288
|
defaultMessage: string;
|
10267
10289
|
} | undefined;
|
10290
|
+
includeMiddlename?: boolean | undefined;
|
10291
|
+
searchMode?: boolean | undefined;
|
10268
10292
|
}>>;
|
10269
10293
|
}>, "strip", z.ZodTypeAny, {
|
10270
10294
|
type: "NAME";
|
@@ -10300,6 +10324,8 @@ export declare const ActionFormConfig: z.ZodObject<{
|
|
10300
10324
|
maxLength?: number | undefined;
|
10301
10325
|
prefix?: TranslationConfig | undefined;
|
10302
10326
|
postfix?: TranslationConfig | undefined;
|
10327
|
+
includeMiddlename?: boolean | undefined;
|
10328
|
+
searchMode?: boolean | undefined;
|
10303
10329
|
} | undefined;
|
10304
10330
|
}, {
|
10305
10331
|
type: "NAME";
|
@@ -10359,6 +10385,8 @@ export declare const ActionFormConfig: z.ZodObject<{
|
|
10359
10385
|
description: string;
|
10360
10386
|
defaultMessage: string;
|
10361
10387
|
} | undefined;
|
10388
|
+
includeMiddlename?: boolean | undefined;
|
10389
|
+
searchMode?: boolean | undefined;
|
10362
10390
|
} | undefined;
|
10363
10391
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
10364
10392
|
id: z.ZodString;
|
@@ -12826,6 +12854,8 @@ export declare const ActionFormConfig: z.ZodObject<{
|
|
12826
12854
|
maxLength?: number | undefined;
|
12827
12855
|
prefix?: TranslationConfig | undefined;
|
12828
12856
|
postfix?: TranslationConfig | undefined;
|
12857
|
+
includeMiddlename?: boolean | undefined;
|
12858
|
+
searchMode?: boolean | undefined;
|
12829
12859
|
} | undefined;
|
12830
12860
|
} | {
|
12831
12861
|
type: "PHONE";
|
@@ -13968,6 +13998,8 @@ export declare const ActionFormConfig: z.ZodObject<{
|
|
13968
13998
|
description: string;
|
13969
13999
|
defaultMessage: string;
|
13970
14000
|
} | undefined;
|
14001
|
+
includeMiddlename?: boolean | undefined;
|
14002
|
+
searchMode?: boolean | undefined;
|
13971
14003
|
} | undefined;
|
13972
14004
|
} | {
|
13973
14005
|
type: "PHONE";
|
@@ -16407,10 +16439,14 @@ export declare const ActionFormConfig: z.ZodObject<{
|
|
16407
16439
|
description: string;
|
16408
16440
|
defaultMessage: string;
|
16409
16441
|
}>>;
|
16442
|
+
includeMiddlename: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
16443
|
+
searchMode: z.ZodOptional<z.ZodBoolean>;
|
16410
16444
|
}, "strip", z.ZodTypeAny, {
|
16411
16445
|
maxLength?: number | undefined;
|
16412
16446
|
prefix?: TranslationConfig | undefined;
|
16413
16447
|
postfix?: TranslationConfig | undefined;
|
16448
|
+
includeMiddlename?: boolean | undefined;
|
16449
|
+
searchMode?: boolean | undefined;
|
16414
16450
|
}, {
|
16415
16451
|
maxLength?: number | undefined;
|
16416
16452
|
prefix?: {
|
@@ -16423,6 +16459,8 @@ export declare const ActionFormConfig: z.ZodObject<{
|
|
16423
16459
|
description: string;
|
16424
16460
|
defaultMessage: string;
|
16425
16461
|
} | undefined;
|
16462
|
+
includeMiddlename?: boolean | undefined;
|
16463
|
+
searchMode?: boolean | undefined;
|
16426
16464
|
}>>;
|
16427
16465
|
}>, "strip", z.ZodTypeAny, {
|
16428
16466
|
type: "NAME";
|
@@ -16458,6 +16496,8 @@ export declare const ActionFormConfig: z.ZodObject<{
|
|
16458
16496
|
maxLength?: number | undefined;
|
16459
16497
|
prefix?: TranslationConfig | undefined;
|
16460
16498
|
postfix?: TranslationConfig | undefined;
|
16499
|
+
includeMiddlename?: boolean | undefined;
|
16500
|
+
searchMode?: boolean | undefined;
|
16461
16501
|
} | undefined;
|
16462
16502
|
}, {
|
16463
16503
|
type: "NAME";
|
@@ -16517,6 +16557,8 @@ export declare const ActionFormConfig: z.ZodObject<{
|
|
16517
16557
|
description: string;
|
16518
16558
|
defaultMessage: string;
|
16519
16559
|
} | undefined;
|
16560
|
+
includeMiddlename?: boolean | undefined;
|
16561
|
+
searchMode?: boolean | undefined;
|
16520
16562
|
} | undefined;
|
16521
16563
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
16522
16564
|
id: z.ZodString;
|
@@ -19110,6 +19152,8 @@ export declare const ActionFormConfig: z.ZodObject<{
|
|
19110
19152
|
maxLength?: number | undefined;
|
19111
19153
|
prefix?: TranslationConfig | undefined;
|
19112
19154
|
postfix?: TranslationConfig | undefined;
|
19155
|
+
includeMiddlename?: boolean | undefined;
|
19156
|
+
searchMode?: boolean | undefined;
|
19113
19157
|
} | undefined;
|
19114
19158
|
} | {
|
19115
19159
|
type: "PHONE";
|
@@ -20281,6 +20325,8 @@ export declare const ActionFormConfig: z.ZodObject<{
|
|
20281
20325
|
description: string;
|
20282
20326
|
defaultMessage: string;
|
20283
20327
|
} | undefined;
|
20328
|
+
includeMiddlename?: boolean | undefined;
|
20329
|
+
searchMode?: boolean | undefined;
|
20284
20330
|
} | undefined;
|
20285
20331
|
} | {
|
20286
20332
|
type: "PHONE";
|
@@ -21315,6 +21361,8 @@ export declare const ActionFormConfig: z.ZodObject<{
|
|
21315
21361
|
maxLength?: number | undefined;
|
21316
21362
|
prefix?: TranslationConfig | undefined;
|
21317
21363
|
postfix?: TranslationConfig | undefined;
|
21364
|
+
includeMiddlename?: boolean | undefined;
|
21365
|
+
searchMode?: boolean | undefined;
|
21318
21366
|
} | undefined;
|
21319
21367
|
} | {
|
21320
21368
|
type: "PHONE";
|
@@ -22166,6 +22214,8 @@ export declare const ActionFormConfig: z.ZodObject<{
|
|
22166
22214
|
maxLength?: number | undefined;
|
22167
22215
|
prefix?: TranslationConfig | undefined;
|
22168
22216
|
postfix?: TranslationConfig | undefined;
|
22217
|
+
includeMiddlename?: boolean | undefined;
|
22218
|
+
searchMode?: boolean | undefined;
|
22169
22219
|
} | undefined;
|
22170
22220
|
} | {
|
22171
22221
|
type: "PHONE";
|
@@ -23315,6 +23365,8 @@ export declare const ActionFormConfig: z.ZodObject<{
|
|
23315
23365
|
description: string;
|
23316
23366
|
defaultMessage: string;
|
23317
23367
|
} | undefined;
|
23368
|
+
includeMiddlename?: boolean | undefined;
|
23369
|
+
searchMode?: boolean | undefined;
|
23318
23370
|
} | undefined;
|
23319
23371
|
} | {
|
23320
23372
|
type: "PHONE";
|
@@ -24679,6 +24731,8 @@ export declare const ActionFormConfig: z.ZodObject<{
|
|
24679
24731
|
description: string;
|
24680
24732
|
defaultMessage: string;
|
24681
24733
|
} | undefined;
|
24734
|
+
includeMiddlename?: boolean | undefined;
|
24735
|
+
searchMode?: boolean | undefined;
|
24682
24736
|
} | undefined;
|
24683
24737
|
} | {
|
24684
24738
|
type: "PHONE";
|
@@ -27127,10 +27181,14 @@ export declare const FormConfig: z.ZodUnion<[z.ZodObject<{
|
|
27127
27181
|
description: string;
|
27128
27182
|
defaultMessage: string;
|
27129
27183
|
}>>;
|
27184
|
+
includeMiddlename: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
27185
|
+
searchMode: z.ZodOptional<z.ZodBoolean>;
|
27130
27186
|
}, "strip", z.ZodTypeAny, {
|
27131
27187
|
maxLength?: number | undefined;
|
27132
27188
|
prefix?: TranslationConfig | undefined;
|
27133
27189
|
postfix?: TranslationConfig | undefined;
|
27190
|
+
includeMiddlename?: boolean | undefined;
|
27191
|
+
searchMode?: boolean | undefined;
|
27134
27192
|
}, {
|
27135
27193
|
maxLength?: number | undefined;
|
27136
27194
|
prefix?: {
|
@@ -27143,6 +27201,8 @@ export declare const FormConfig: z.ZodUnion<[z.ZodObject<{
|
|
27143
27201
|
description: string;
|
27144
27202
|
defaultMessage: string;
|
27145
27203
|
} | undefined;
|
27204
|
+
includeMiddlename?: boolean | undefined;
|
27205
|
+
searchMode?: boolean | undefined;
|
27146
27206
|
}>>;
|
27147
27207
|
}>, "strip", z.ZodTypeAny, {
|
27148
27208
|
type: "NAME";
|
@@ -27178,6 +27238,8 @@ export declare const FormConfig: z.ZodUnion<[z.ZodObject<{
|
|
27178
27238
|
maxLength?: number | undefined;
|
27179
27239
|
prefix?: TranslationConfig | undefined;
|
27180
27240
|
postfix?: TranslationConfig | undefined;
|
27241
|
+
includeMiddlename?: boolean | undefined;
|
27242
|
+
searchMode?: boolean | undefined;
|
27181
27243
|
} | undefined;
|
27182
27244
|
}, {
|
27183
27245
|
type: "NAME";
|
@@ -27237,6 +27299,8 @@ export declare const FormConfig: z.ZodUnion<[z.ZodObject<{
|
|
27237
27299
|
description: string;
|
27238
27300
|
defaultMessage: string;
|
27239
27301
|
} | undefined;
|
27302
|
+
includeMiddlename?: boolean | undefined;
|
27303
|
+
searchMode?: boolean | undefined;
|
27240
27304
|
} | undefined;
|
27241
27305
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
27242
27306
|
id: z.ZodString;
|
@@ -29704,6 +29768,8 @@ export declare const FormConfig: z.ZodUnion<[z.ZodObject<{
|
|
29704
29768
|
maxLength?: number | undefined;
|
29705
29769
|
prefix?: TranslationConfig | undefined;
|
29706
29770
|
postfix?: TranslationConfig | undefined;
|
29771
|
+
includeMiddlename?: boolean | undefined;
|
29772
|
+
searchMode?: boolean | undefined;
|
29707
29773
|
} | undefined;
|
29708
29774
|
} | {
|
29709
29775
|
type: "PHONE";
|
@@ -30846,6 +30912,8 @@ export declare const FormConfig: z.ZodUnion<[z.ZodObject<{
|
|
30846
30912
|
description: string;
|
30847
30913
|
defaultMessage: string;
|
30848
30914
|
} | undefined;
|
30915
|
+
includeMiddlename?: boolean | undefined;
|
30916
|
+
searchMode?: boolean | undefined;
|
30849
30917
|
} | undefined;
|
30850
30918
|
} | {
|
30851
30919
|
type: "PHONE";
|
@@ -31881,6 +31949,8 @@ export declare const FormConfig: z.ZodUnion<[z.ZodObject<{
|
|
31881
31949
|
maxLength?: number | undefined;
|
31882
31950
|
prefix?: TranslationConfig | undefined;
|
31883
31951
|
postfix?: TranslationConfig | undefined;
|
31952
|
+
includeMiddlename?: boolean | undefined;
|
31953
|
+
searchMode?: boolean | undefined;
|
31884
31954
|
} | undefined;
|
31885
31955
|
} | {
|
31886
31956
|
type: "PHONE";
|
@@ -33030,6 +33100,8 @@ export declare const FormConfig: z.ZodUnion<[z.ZodObject<{
|
|
33030
33100
|
description: string;
|
33031
33101
|
defaultMessage: string;
|
33032
33102
|
} | undefined;
|
33103
|
+
includeMiddlename?: boolean | undefined;
|
33104
|
+
searchMode?: boolean | undefined;
|
33033
33105
|
} | undefined;
|
33034
33106
|
} | {
|
33035
33107
|
type: "PHONE";
|
@@ -35476,10 +35548,14 @@ export declare const FormConfig: z.ZodUnion<[z.ZodObject<{
|
|
35476
35548
|
description: string;
|
35477
35549
|
defaultMessage: string;
|
35478
35550
|
}>>;
|
35551
|
+
includeMiddlename: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
35552
|
+
searchMode: z.ZodOptional<z.ZodBoolean>;
|
35479
35553
|
}, "strip", z.ZodTypeAny, {
|
35480
35554
|
maxLength?: number | undefined;
|
35481
35555
|
prefix?: TranslationConfig | undefined;
|
35482
35556
|
postfix?: TranslationConfig | undefined;
|
35557
|
+
includeMiddlename?: boolean | undefined;
|
35558
|
+
searchMode?: boolean | undefined;
|
35483
35559
|
}, {
|
35484
35560
|
maxLength?: number | undefined;
|
35485
35561
|
prefix?: {
|
@@ -35492,6 +35568,8 @@ export declare const FormConfig: z.ZodUnion<[z.ZodObject<{
|
|
35492
35568
|
description: string;
|
35493
35569
|
defaultMessage: string;
|
35494
35570
|
} | undefined;
|
35571
|
+
includeMiddlename?: boolean | undefined;
|
35572
|
+
searchMode?: boolean | undefined;
|
35495
35573
|
}>>;
|
35496
35574
|
}>, "strip", z.ZodTypeAny, {
|
35497
35575
|
type: "NAME";
|
@@ -35527,6 +35605,8 @@ export declare const FormConfig: z.ZodUnion<[z.ZodObject<{
|
|
35527
35605
|
maxLength?: number | undefined;
|
35528
35606
|
prefix?: TranslationConfig | undefined;
|
35529
35607
|
postfix?: TranslationConfig | undefined;
|
35608
|
+
includeMiddlename?: boolean | undefined;
|
35609
|
+
searchMode?: boolean | undefined;
|
35530
35610
|
} | undefined;
|
35531
35611
|
}, {
|
35532
35612
|
type: "NAME";
|
@@ -35586,6 +35666,8 @@ export declare const FormConfig: z.ZodUnion<[z.ZodObject<{
|
|
35586
35666
|
description: string;
|
35587
35667
|
defaultMessage: string;
|
35588
35668
|
} | undefined;
|
35669
|
+
includeMiddlename?: boolean | undefined;
|
35670
|
+
searchMode?: boolean | undefined;
|
35589
35671
|
} | undefined;
|
35590
35672
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
35591
35673
|
id: z.ZodString;
|
@@ -38053,6 +38135,8 @@ export declare const FormConfig: z.ZodUnion<[z.ZodObject<{
|
|
38053
38135
|
maxLength?: number | undefined;
|
38054
38136
|
prefix?: TranslationConfig | undefined;
|
38055
38137
|
postfix?: TranslationConfig | undefined;
|
38138
|
+
includeMiddlename?: boolean | undefined;
|
38139
|
+
searchMode?: boolean | undefined;
|
38056
38140
|
} | undefined;
|
38057
38141
|
} | {
|
38058
38142
|
type: "PHONE";
|
@@ -39195,6 +39279,8 @@ export declare const FormConfig: z.ZodUnion<[z.ZodObject<{
|
|
39195
39279
|
description: string;
|
39196
39280
|
defaultMessage: string;
|
39197
39281
|
} | undefined;
|
39282
|
+
includeMiddlename?: boolean | undefined;
|
39283
|
+
searchMode?: boolean | undefined;
|
39198
39284
|
} | undefined;
|
39199
39285
|
} | {
|
39200
39286
|
type: "PHONE";
|
@@ -41634,10 +41720,14 @@ export declare const FormConfig: z.ZodUnion<[z.ZodObject<{
|
|
41634
41720
|
description: string;
|
41635
41721
|
defaultMessage: string;
|
41636
41722
|
}>>;
|
41723
|
+
includeMiddlename: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
41724
|
+
searchMode: z.ZodOptional<z.ZodBoolean>;
|
41637
41725
|
}, "strip", z.ZodTypeAny, {
|
41638
41726
|
maxLength?: number | undefined;
|
41639
41727
|
prefix?: TranslationConfig | undefined;
|
41640
41728
|
postfix?: TranslationConfig | undefined;
|
41729
|
+
includeMiddlename?: boolean | undefined;
|
41730
|
+
searchMode?: boolean | undefined;
|
41641
41731
|
}, {
|
41642
41732
|
maxLength?: number | undefined;
|
41643
41733
|
prefix?: {
|
@@ -41650,6 +41740,8 @@ export declare const FormConfig: z.ZodUnion<[z.ZodObject<{
|
|
41650
41740
|
description: string;
|
41651
41741
|
defaultMessage: string;
|
41652
41742
|
} | undefined;
|
41743
|
+
includeMiddlename?: boolean | undefined;
|
41744
|
+
searchMode?: boolean | undefined;
|
41653
41745
|
}>>;
|
41654
41746
|
}>, "strip", z.ZodTypeAny, {
|
41655
41747
|
type: "NAME";
|
@@ -41685,6 +41777,8 @@ export declare const FormConfig: z.ZodUnion<[z.ZodObject<{
|
|
41685
41777
|
maxLength?: number | undefined;
|
41686
41778
|
prefix?: TranslationConfig | undefined;
|
41687
41779
|
postfix?: TranslationConfig | undefined;
|
41780
|
+
includeMiddlename?: boolean | undefined;
|
41781
|
+
searchMode?: boolean | undefined;
|
41688
41782
|
} | undefined;
|
41689
41783
|
}, {
|
41690
41784
|
type: "NAME";
|
@@ -41744,6 +41838,8 @@ export declare const FormConfig: z.ZodUnion<[z.ZodObject<{
|
|
41744
41838
|
description: string;
|
41745
41839
|
defaultMessage: string;
|
41746
41840
|
} | undefined;
|
41841
|
+
includeMiddlename?: boolean | undefined;
|
41842
|
+
searchMode?: boolean | undefined;
|
41747
41843
|
} | undefined;
|
41748
41844
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
41749
41845
|
id: z.ZodString;
|
@@ -44337,6 +44433,8 @@ export declare const FormConfig: z.ZodUnion<[z.ZodObject<{
|
|
44337
44433
|
maxLength?: number | undefined;
|
44338
44434
|
prefix?: TranslationConfig | undefined;
|
44339
44435
|
postfix?: TranslationConfig | undefined;
|
44436
|
+
includeMiddlename?: boolean | undefined;
|
44437
|
+
searchMode?: boolean | undefined;
|
44340
44438
|
} | undefined;
|
44341
44439
|
} | {
|
44342
44440
|
type: "PHONE";
|
@@ -45508,6 +45606,8 @@ export declare const FormConfig: z.ZodUnion<[z.ZodObject<{
|
|
45508
45606
|
description: string;
|
45509
45607
|
defaultMessage: string;
|
45510
45608
|
} | undefined;
|
45609
|
+
includeMiddlename?: boolean | undefined;
|
45610
|
+
searchMode?: boolean | undefined;
|
45511
45611
|
} | undefined;
|
45512
45612
|
} | {
|
45513
45613
|
type: "PHONE";
|
@@ -46542,6 +46642,8 @@ export declare const FormConfig: z.ZodUnion<[z.ZodObject<{
|
|
46542
46642
|
maxLength?: number | undefined;
|
46543
46643
|
prefix?: TranslationConfig | undefined;
|
46544
46644
|
postfix?: TranslationConfig | undefined;
|
46645
|
+
includeMiddlename?: boolean | undefined;
|
46646
|
+
searchMode?: boolean | undefined;
|
46545
46647
|
} | undefined;
|
46546
46648
|
} | {
|
46547
46649
|
type: "PHONE";
|
@@ -47393,6 +47495,8 @@ export declare const FormConfig: z.ZodUnion<[z.ZodObject<{
|
|
47393
47495
|
maxLength?: number | undefined;
|
47394
47496
|
prefix?: TranslationConfig | undefined;
|
47395
47497
|
postfix?: TranslationConfig | undefined;
|
47498
|
+
includeMiddlename?: boolean | undefined;
|
47499
|
+
searchMode?: boolean | undefined;
|
47396
47500
|
} | undefined;
|
47397
47501
|
} | {
|
47398
47502
|
type: "PHONE";
|
@@ -48542,6 +48646,8 @@ export declare const FormConfig: z.ZodUnion<[z.ZodObject<{
|
|
48542
48646
|
description: string;
|
48543
48647
|
defaultMessage: string;
|
48544
48648
|
} | undefined;
|
48649
|
+
includeMiddlename?: boolean | undefined;
|
48650
|
+
searchMode?: boolean | undefined;
|
48545
48651
|
} | undefined;
|
48546
48652
|
} | {
|
48547
48653
|
type: "PHONE";
|
@@ -49906,6 +50012,8 @@ export declare const FormConfig: z.ZodUnion<[z.ZodObject<{
|
|
49906
50012
|
description: string;
|
49907
50013
|
defaultMessage: string;
|
49908
50014
|
} | undefined;
|
50015
|
+
includeMiddlename?: boolean | undefined;
|
50016
|
+
searchMode?: boolean | undefined;
|
49909
50017
|
} | undefined;
|
49910
50018
|
} | {
|
49911
50019
|
type: "PHONE";
|
@@ -1893,10 +1893,14 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
1893
1893
|
description: string;
|
1894
1894
|
defaultMessage: string;
|
1895
1895
|
}>>;
|
1896
|
+
includeMiddlename: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
1897
|
+
searchMode: z.ZodOptional<z.ZodBoolean>;
|
1896
1898
|
}, "strip", z.ZodTypeAny, {
|
1897
1899
|
maxLength?: number | undefined;
|
1898
1900
|
prefix?: TranslationConfig | undefined;
|
1899
1901
|
postfix?: TranslationConfig | undefined;
|
1902
|
+
includeMiddlename?: boolean | undefined;
|
1903
|
+
searchMode?: boolean | undefined;
|
1900
1904
|
}, {
|
1901
1905
|
maxLength?: number | undefined;
|
1902
1906
|
prefix?: {
|
@@ -1909,6 +1913,8 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
1909
1913
|
description: string;
|
1910
1914
|
defaultMessage: string;
|
1911
1915
|
} | undefined;
|
1916
|
+
includeMiddlename?: boolean | undefined;
|
1917
|
+
searchMode?: boolean | undefined;
|
1912
1918
|
}>>;
|
1913
1919
|
}>, "strip", z.ZodTypeAny, {
|
1914
1920
|
type: "NAME";
|
@@ -1944,6 +1950,8 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
1944
1950
|
maxLength?: number | undefined;
|
1945
1951
|
prefix?: TranslationConfig | undefined;
|
1946
1952
|
postfix?: TranslationConfig | undefined;
|
1953
|
+
includeMiddlename?: boolean | undefined;
|
1954
|
+
searchMode?: boolean | undefined;
|
1947
1955
|
} | undefined;
|
1948
1956
|
}, {
|
1949
1957
|
type: "NAME";
|
@@ -2003,6 +2011,8 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
2003
2011
|
description: string;
|
2004
2012
|
defaultMessage: string;
|
2005
2013
|
} | undefined;
|
2014
|
+
includeMiddlename?: boolean | undefined;
|
2015
|
+
searchMode?: boolean | undefined;
|
2006
2016
|
} | undefined;
|
2007
2017
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
2008
2018
|
id: z.ZodString;
|
@@ -4470,6 +4480,8 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
4470
4480
|
maxLength?: number | undefined;
|
4471
4481
|
prefix?: TranslationConfig | undefined;
|
4472
4482
|
postfix?: TranslationConfig | undefined;
|
4483
|
+
includeMiddlename?: boolean | undefined;
|
4484
|
+
searchMode?: boolean | undefined;
|
4473
4485
|
} | undefined;
|
4474
4486
|
} | {
|
4475
4487
|
type: "PHONE";
|
@@ -5612,6 +5624,8 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
5612
5624
|
description: string;
|
5613
5625
|
defaultMessage: string;
|
5614
5626
|
} | undefined;
|
5627
|
+
includeMiddlename?: boolean | undefined;
|
5628
|
+
searchMode?: boolean | undefined;
|
5615
5629
|
} | undefined;
|
5616
5630
|
} | {
|
5617
5631
|
type: "PHONE";
|
@@ -8166,10 +8180,14 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
8166
8180
|
description: string;
|
8167
8181
|
defaultMessage: string;
|
8168
8182
|
}>>;
|
8183
|
+
includeMiddlename: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
8184
|
+
searchMode: z.ZodOptional<z.ZodBoolean>;
|
8169
8185
|
}, "strip", z.ZodTypeAny, {
|
8170
8186
|
maxLength?: number | undefined;
|
8171
8187
|
prefix?: TranslationConfig | undefined;
|
8172
8188
|
postfix?: TranslationConfig | undefined;
|
8189
|
+
includeMiddlename?: boolean | undefined;
|
8190
|
+
searchMode?: boolean | undefined;
|
8173
8191
|
}, {
|
8174
8192
|
maxLength?: number | undefined;
|
8175
8193
|
prefix?: {
|
@@ -8182,6 +8200,8 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
8182
8200
|
description: string;
|
8183
8201
|
defaultMessage: string;
|
8184
8202
|
} | undefined;
|
8203
|
+
includeMiddlename?: boolean | undefined;
|
8204
|
+
searchMode?: boolean | undefined;
|
8185
8205
|
}>>;
|
8186
8206
|
}>, "strip", z.ZodTypeAny, {
|
8187
8207
|
type: "NAME";
|
@@ -8217,6 +8237,8 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
8217
8237
|
maxLength?: number | undefined;
|
8218
8238
|
prefix?: TranslationConfig | undefined;
|
8219
8239
|
postfix?: TranslationConfig | undefined;
|
8240
|
+
includeMiddlename?: boolean | undefined;
|
8241
|
+
searchMode?: boolean | undefined;
|
8220
8242
|
} | undefined;
|
8221
8243
|
}, {
|
8222
8244
|
type: "NAME";
|
@@ -8276,6 +8298,8 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
8276
8298
|
description: string;
|
8277
8299
|
defaultMessage: string;
|
8278
8300
|
} | undefined;
|
8301
|
+
includeMiddlename?: boolean | undefined;
|
8302
|
+
searchMode?: boolean | undefined;
|
8279
8303
|
} | undefined;
|
8280
8304
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
8281
8305
|
id: z.ZodString;
|
@@ -10869,6 +10893,8 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
10869
10893
|
maxLength?: number | undefined;
|
10870
10894
|
prefix?: TranslationConfig | undefined;
|
10871
10895
|
postfix?: TranslationConfig | undefined;
|
10896
|
+
includeMiddlename?: boolean | undefined;
|
10897
|
+
searchMode?: boolean | undefined;
|
10872
10898
|
} | undefined;
|
10873
10899
|
} | {
|
10874
10900
|
type: "PHONE";
|
@@ -12040,6 +12066,8 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
12040
12066
|
description: string;
|
12041
12067
|
defaultMessage: string;
|
12042
12068
|
} | undefined;
|
12069
|
+
includeMiddlename?: boolean | undefined;
|
12070
|
+
searchMode?: boolean | undefined;
|
12043
12071
|
} | undefined;
|
12044
12072
|
} | {
|
12045
12073
|
type: "PHONE";
|