@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.
@@ -2093,10 +2093,14 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
2093
2093
  description: string;
2094
2094
  defaultMessage: string;
2095
2095
  }>>;
2096
+ includeMiddlename: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
2097
+ searchMode: z.ZodOptional<z.ZodBoolean>;
2096
2098
  }, "strip", z.ZodTypeAny, {
2097
2099
  maxLength?: number | undefined;
2098
2100
  prefix?: TranslationConfig | undefined;
2099
2101
  postfix?: TranslationConfig | undefined;
2102
+ includeMiddlename?: boolean | undefined;
2103
+ searchMode?: boolean | undefined;
2100
2104
  }, {
2101
2105
  maxLength?: number | undefined;
2102
2106
  prefix?: {
@@ -2109,6 +2113,8 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
2109
2113
  description: string;
2110
2114
  defaultMessage: string;
2111
2115
  } | undefined;
2116
+ includeMiddlename?: boolean | undefined;
2117
+ searchMode?: boolean | undefined;
2112
2118
  }>>;
2113
2119
  }>, "strip", z.ZodTypeAny, {
2114
2120
  type: "NAME";
@@ -2144,6 +2150,8 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
2144
2150
  maxLength?: number | undefined;
2145
2151
  prefix?: TranslationConfig | undefined;
2146
2152
  postfix?: TranslationConfig | undefined;
2153
+ includeMiddlename?: boolean | undefined;
2154
+ searchMode?: boolean | undefined;
2147
2155
  } | undefined;
2148
2156
  }, {
2149
2157
  type: "NAME";
@@ -2203,6 +2211,8 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
2203
2211
  description: string;
2204
2212
  defaultMessage: string;
2205
2213
  } | undefined;
2214
+ includeMiddlename?: boolean | undefined;
2215
+ searchMode?: boolean | undefined;
2206
2216
  } | undefined;
2207
2217
  }>, z.ZodObject<z.objectUtil.extendShape<{
2208
2218
  id: z.ZodString;
@@ -4670,6 +4680,8 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
4670
4680
  maxLength?: number | undefined;
4671
4681
  prefix?: TranslationConfig | undefined;
4672
4682
  postfix?: TranslationConfig | undefined;
4683
+ includeMiddlename?: boolean | undefined;
4684
+ searchMode?: boolean | undefined;
4673
4685
  } | undefined;
4674
4686
  } | {
4675
4687
  type: "PHONE";
@@ -5812,6 +5824,8 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
5812
5824
  description: string;
5813
5825
  defaultMessage: string;
5814
5826
  } | undefined;
5827
+ includeMiddlename?: boolean | undefined;
5828
+ searchMode?: boolean | undefined;
5815
5829
  } | undefined;
5816
5830
  } | {
5817
5831
  type: "PHONE";
@@ -6847,6 +6861,8 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
6847
6861
  maxLength?: number | undefined;
6848
6862
  prefix?: TranslationConfig | undefined;
6849
6863
  postfix?: TranslationConfig | undefined;
6864
+ includeMiddlename?: boolean | undefined;
6865
+ searchMode?: boolean | undefined;
6850
6866
  } | undefined;
6851
6867
  } | {
6852
6868
  type: "PHONE";
@@ -7996,6 +8012,8 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
7996
8012
  description: string;
7997
8013
  defaultMessage: string;
7998
8014
  } | undefined;
8015
+ includeMiddlename?: boolean | undefined;
8016
+ searchMode?: boolean | undefined;
7999
8017
  } | undefined;
8000
8018
  } | {
8001
8019
  type: "PHONE";
@@ -8626,8 +8644,6 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
8626
8644
  }, {
8627
8645
  fieldId: z.ZodString;
8628
8646
  fieldType: z.ZodLiteral<"field">;
8629
- alternateFieldIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
8630
- excludeInSearchQuery: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
8631
8647
  }>, "strip", z.ZodTypeAny, {
8632
8648
  config: {
8633
8649
  type: "exact" | "fuzzy" | "range";
@@ -8653,8 +8669,6 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
8653
8669
  message: TranslationConfig;
8654
8670
  validator: import(".").JSONSchema;
8655
8671
  }[] | undefined;
8656
- alternateFieldIds?: string[] | undefined;
8657
- excludeInSearchQuery?: boolean | undefined;
8658
8672
  }, {
8659
8673
  config: {
8660
8674
  type: "exact" | "fuzzy" | "range";
@@ -8692,8 +8706,6 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
8692
8706
  };
8693
8707
  validator: import(".").JSONSchema;
8694
8708
  }[] | undefined;
8695
- alternateFieldIds?: string[] | undefined;
8696
- excludeInSearchQuery?: boolean | undefined;
8697
8709
  }>, z.ZodObject<z.objectUtil.extendShape<{
8698
8710
  config: z.ZodObject<{
8699
8711
  type: z.ZodEnum<["fuzzy", "exact", "range"]>;
@@ -8837,8 +8849,6 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
8837
8849
  message: TranslationConfig;
8838
8850
  validator: import(".").JSONSchema;
8839
8851
  }[] | undefined;
8840
- alternateFieldIds?: string[] | undefined;
8841
- excludeInSearchQuery?: boolean | undefined;
8842
8852
  } | {
8843
8853
  config: {
8844
8854
  type: "exact" | "fuzzy" | "range";
@@ -8908,8 +8918,6 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
8908
8918
  };
8909
8919
  validator: import(".").JSONSchema;
8910
8920
  }[] | undefined;
8911
- alternateFieldIds?: string[] | undefined;
8912
- excludeInSearchQuery?: boolean | undefined;
8913
8921
  } | {
8914
8922
  config: {
8915
8923
  type: "exact" | "fuzzy" | "range";
@@ -9438,6 +9446,8 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
9438
9446
  maxLength?: number | undefined;
9439
9447
  prefix?: TranslationConfig | undefined;
9440
9448
  postfix?: TranslationConfig | undefined;
9449
+ includeMiddlename?: boolean | undefined;
9450
+ searchMode?: boolean | undefined;
9441
9451
  } | undefined;
9442
9452
  } | {
9443
9453
  type: "PHONE";
@@ -10287,6 +10297,8 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
10287
10297
  maxLength?: number | undefined;
10288
10298
  prefix?: TranslationConfig | undefined;
10289
10299
  postfix?: TranslationConfig | undefined;
10300
+ includeMiddlename?: boolean | undefined;
10301
+ searchMode?: boolean | undefined;
10290
10302
  } | undefined;
10291
10303
  } | {
10292
10304
  type: "PHONE";
@@ -11135,6 +11147,8 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
11135
11147
  maxLength?: number | undefined;
11136
11148
  prefix?: TranslationConfig | undefined;
11137
11149
  postfix?: TranslationConfig | undefined;
11150
+ includeMiddlename?: boolean | undefined;
11151
+ searchMode?: boolean | undefined;
11138
11152
  } | undefined;
11139
11153
  } | {
11140
11154
  type: "PHONE";
@@ -11983,6 +11997,8 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
11983
11997
  maxLength?: number | undefined;
11984
11998
  prefix?: TranslationConfig | undefined;
11985
11999
  postfix?: TranslationConfig | undefined;
12000
+ includeMiddlename?: boolean | undefined;
12001
+ searchMode?: boolean | undefined;
11986
12002
  } | undefined;
11987
12003
  } | {
11988
12004
  type: "PHONE";
@@ -12831,6 +12847,8 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
12831
12847
  maxLength?: number | undefined;
12832
12848
  prefix?: TranslationConfig | undefined;
12833
12849
  postfix?: TranslationConfig | undefined;
12850
+ includeMiddlename?: boolean | undefined;
12851
+ searchMode?: boolean | undefined;
12834
12852
  } | undefined;
12835
12853
  } | {
12836
12854
  type: "PHONE";
@@ -13727,6 +13745,8 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
13727
13745
  maxLength?: number | undefined;
13728
13746
  prefix?: TranslationConfig | undefined;
13729
13747
  postfix?: TranslationConfig | undefined;
13748
+ includeMiddlename?: boolean | undefined;
13749
+ searchMode?: boolean | undefined;
13730
13750
  } | undefined;
13731
13751
  } | {
13732
13752
  type: "PHONE";
@@ -14578,6 +14598,8 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
14578
14598
  maxLength?: number | undefined;
14579
14599
  prefix?: TranslationConfig | undefined;
14580
14600
  postfix?: TranslationConfig | undefined;
14601
+ includeMiddlename?: boolean | undefined;
14602
+ searchMode?: boolean | undefined;
14581
14603
  } | undefined;
14582
14604
  } | {
14583
14605
  type: "PHONE";
@@ -15430,6 +15452,8 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
15430
15452
  maxLength?: number | undefined;
15431
15453
  prefix?: TranslationConfig | undefined;
15432
15454
  postfix?: TranslationConfig | undefined;
15455
+ includeMiddlename?: boolean | undefined;
15456
+ searchMode?: boolean | undefined;
15433
15457
  } | undefined;
15434
15458
  } | {
15435
15459
  type: "PHONE";
@@ -16281,6 +16305,8 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
16281
16305
  maxLength?: number | undefined;
16282
16306
  prefix?: TranslationConfig | undefined;
16283
16307
  postfix?: TranslationConfig | undefined;
16308
+ includeMiddlename?: boolean | undefined;
16309
+ searchMode?: boolean | undefined;
16284
16310
  } | undefined;
16285
16311
  } | {
16286
16312
  type: "PHONE";
@@ -17121,6 +17147,8 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
17121
17147
  maxLength?: number | undefined;
17122
17148
  prefix?: TranslationConfig | undefined;
17123
17149
  postfix?: TranslationConfig | undefined;
17150
+ includeMiddlename?: boolean | undefined;
17151
+ searchMode?: boolean | undefined;
17124
17152
  } | undefined;
17125
17153
  } | {
17126
17154
  type: "PHONE";
@@ -17972,6 +18000,8 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
17972
18000
  maxLength?: number | undefined;
17973
18001
  prefix?: TranslationConfig | undefined;
17974
18002
  postfix?: TranslationConfig | undefined;
18003
+ includeMiddlename?: boolean | undefined;
18004
+ searchMode?: boolean | undefined;
17975
18005
  } | undefined;
17976
18006
  } | {
17977
18007
  type: "PHONE";
@@ -18405,8 +18435,6 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
18405
18435
  message: TranslationConfig;
18406
18436
  validator: import(".").JSONSchema;
18407
18437
  }[] | undefined;
18408
- alternateFieldIds?: string[] | undefined;
18409
- excludeInSearchQuery?: boolean | undefined;
18410
18438
  } | {
18411
18439
  config: {
18412
18440
  type: "exact" | "fuzzy" | "range";
@@ -19238,6 +19266,8 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
19238
19266
  description: string;
19239
19267
  defaultMessage: string;
19240
19268
  } | undefined;
19269
+ includeMiddlename?: boolean | undefined;
19270
+ searchMode?: boolean | undefined;
19241
19271
  } | undefined;
19242
19272
  } | {
19243
19273
  type: "PHONE";
@@ -20581,6 +20611,8 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
20581
20611
  description: string;
20582
20612
  defaultMessage: string;
20583
20613
  } | undefined;
20614
+ includeMiddlename?: boolean | undefined;
20615
+ searchMode?: boolean | undefined;
20584
20616
  } | undefined;
20585
20617
  } | {
20586
20618
  type: "PHONE";
@@ -21929,6 +21961,8 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
21929
21961
  description: string;
21930
21962
  defaultMessage: string;
21931
21963
  } | undefined;
21964
+ includeMiddlename?: boolean | undefined;
21965
+ searchMode?: boolean | undefined;
21932
21966
  } | undefined;
21933
21967
  } | {
21934
21968
  type: "PHONE";
@@ -23277,6 +23311,8 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
23277
23311
  description: string;
23278
23312
  defaultMessage: string;
23279
23313
  } | undefined;
23314
+ includeMiddlename?: boolean | undefined;
23315
+ searchMode?: boolean | undefined;
23280
23316
  } | undefined;
23281
23317
  } | {
23282
23318
  type: "PHONE";
@@ -24625,6 +24661,8 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
24625
24661
  description: string;
24626
24662
  defaultMessage: string;
24627
24663
  } | undefined;
24664
+ includeMiddlename?: boolean | undefined;
24665
+ searchMode?: boolean | undefined;
24628
24666
  } | undefined;
24629
24667
  } | {
24630
24668
  type: "PHONE";
@@ -26040,6 +26078,8 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
26040
26078
  description: string;
26041
26079
  defaultMessage: string;
26042
26080
  } | undefined;
26081
+ includeMiddlename?: boolean | undefined;
26082
+ searchMode?: boolean | undefined;
26043
26083
  } | undefined;
26044
26084
  } | {
26045
26085
  type: "PHONE";
@@ -27404,6 +27444,8 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
27404
27444
  description: string;
27405
27445
  defaultMessage: string;
27406
27446
  } | undefined;
27447
+ includeMiddlename?: boolean | undefined;
27448
+ searchMode?: boolean | undefined;
27407
27449
  } | undefined;
27408
27450
  } | {
27409
27451
  type: "PHONE";
@@ -28755,6 +28797,8 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
28755
28797
  description: string;
28756
28798
  defaultMessage: string;
28757
28799
  } | undefined;
28800
+ includeMiddlename?: boolean | undefined;
28801
+ searchMode?: boolean | undefined;
28758
28802
  } | undefined;
28759
28803
  } | {
28760
28804
  type: "PHONE";
@@ -30119,6 +30163,8 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
30119
30163
  description: string;
30120
30164
  defaultMessage: string;
30121
30165
  } | undefined;
30166
+ includeMiddlename?: boolean | undefined;
30167
+ searchMode?: boolean | undefined;
30122
30168
  } | undefined;
30123
30169
  } | {
30124
30170
  type: "PHONE";
@@ -31454,6 +31500,8 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
31454
31500
  description: string;
31455
31501
  defaultMessage: string;
31456
31502
  } | undefined;
31503
+ includeMiddlename?: boolean | undefined;
31504
+ searchMode?: boolean | undefined;
31457
31505
  } | undefined;
31458
31506
  } | {
31459
31507
  type: "PHONE";
@@ -32818,6 +32866,8 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
32818
32866
  description: string;
32819
32867
  defaultMessage: string;
32820
32868
  } | undefined;
32869
+ includeMiddlename?: boolean | undefined;
32870
+ searchMode?: boolean | undefined;
32821
32871
  } | undefined;
32822
32872
  } | {
32823
32873
  type: "PHONE";
@@ -33510,8 +33560,6 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
33510
33560
  };
33511
33561
  validator: import(".").JSONSchema;
33512
33562
  }[] | undefined;
33513
- alternateFieldIds?: string[] | undefined;
33514
- excludeInSearchQuery?: boolean | undefined;
33515
33563
  } | {
33516
33564
  config: {
33517
33565
  type: "exact" | "fuzzy" | "range";
@@ -34040,6 +34088,8 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
34040
34088
  maxLength?: number | undefined;
34041
34089
  prefix?: TranslationConfig | undefined;
34042
34090
  postfix?: TranslationConfig | undefined;
34091
+ includeMiddlename?: boolean | undefined;
34092
+ searchMode?: boolean | undefined;
34043
34093
  } | undefined;
34044
34094
  } | {
34045
34095
  type: "PHONE";
@@ -34889,6 +34939,8 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
34889
34939
  maxLength?: number | undefined;
34890
34940
  prefix?: TranslationConfig | undefined;
34891
34941
  postfix?: TranslationConfig | undefined;
34942
+ includeMiddlename?: boolean | undefined;
34943
+ searchMode?: boolean | undefined;
34892
34944
  } | undefined;
34893
34945
  } | {
34894
34946
  type: "PHONE";
@@ -35737,6 +35789,8 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
35737
35789
  maxLength?: number | undefined;
35738
35790
  prefix?: TranslationConfig | undefined;
35739
35791
  postfix?: TranslationConfig | undefined;
35792
+ includeMiddlename?: boolean | undefined;
35793
+ searchMode?: boolean | undefined;
35740
35794
  } | undefined;
35741
35795
  } | {
35742
35796
  type: "PHONE";
@@ -36585,6 +36639,8 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
36585
36639
  maxLength?: number | undefined;
36586
36640
  prefix?: TranslationConfig | undefined;
36587
36641
  postfix?: TranslationConfig | undefined;
36642
+ includeMiddlename?: boolean | undefined;
36643
+ searchMode?: boolean | undefined;
36588
36644
  } | undefined;
36589
36645
  } | {
36590
36646
  type: "PHONE";
@@ -37433,6 +37489,8 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
37433
37489
  maxLength?: number | undefined;
37434
37490
  prefix?: TranslationConfig | undefined;
37435
37491
  postfix?: TranslationConfig | undefined;
37492
+ includeMiddlename?: boolean | undefined;
37493
+ searchMode?: boolean | undefined;
37436
37494
  } | undefined;
37437
37495
  } | {
37438
37496
  type: "PHONE";
@@ -38329,6 +38387,8 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
38329
38387
  maxLength?: number | undefined;
38330
38388
  prefix?: TranslationConfig | undefined;
38331
38389
  postfix?: TranslationConfig | undefined;
38390
+ includeMiddlename?: boolean | undefined;
38391
+ searchMode?: boolean | undefined;
38332
38392
  } | undefined;
38333
38393
  } | {
38334
38394
  type: "PHONE";
@@ -39180,6 +39240,8 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
39180
39240
  maxLength?: number | undefined;
39181
39241
  prefix?: TranslationConfig | undefined;
39182
39242
  postfix?: TranslationConfig | undefined;
39243
+ includeMiddlename?: boolean | undefined;
39244
+ searchMode?: boolean | undefined;
39183
39245
  } | undefined;
39184
39246
  } | {
39185
39247
  type: "PHONE";
@@ -40032,6 +40094,8 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
40032
40094
  maxLength?: number | undefined;
40033
40095
  prefix?: TranslationConfig | undefined;
40034
40096
  postfix?: TranslationConfig | undefined;
40097
+ includeMiddlename?: boolean | undefined;
40098
+ searchMode?: boolean | undefined;
40035
40099
  } | undefined;
40036
40100
  } | {
40037
40101
  type: "PHONE";
@@ -40883,6 +40947,8 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
40883
40947
  maxLength?: number | undefined;
40884
40948
  prefix?: TranslationConfig | undefined;
40885
40949
  postfix?: TranslationConfig | undefined;
40950
+ includeMiddlename?: boolean | undefined;
40951
+ searchMode?: boolean | undefined;
40886
40952
  } | undefined;
40887
40953
  } | {
40888
40954
  type: "PHONE";
@@ -41723,6 +41789,8 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
41723
41789
  maxLength?: number | undefined;
41724
41790
  prefix?: TranslationConfig | undefined;
41725
41791
  postfix?: TranslationConfig | undefined;
41792
+ includeMiddlename?: boolean | undefined;
41793
+ searchMode?: boolean | undefined;
41726
41794
  } | undefined;
41727
41795
  } | {
41728
41796
  type: "PHONE";
@@ -42574,6 +42642,8 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
42574
42642
  maxLength?: number | undefined;
42575
42643
  prefix?: TranslationConfig | undefined;
42576
42644
  postfix?: TranslationConfig | undefined;
42645
+ includeMiddlename?: boolean | undefined;
42646
+ searchMode?: boolean | undefined;
42577
42647
  } | undefined;
42578
42648
  } | {
42579
42649
  type: "PHONE";
@@ -43007,8 +43077,6 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
43007
43077
  message: TranslationConfig;
43008
43078
  validator: import(".").JSONSchema;
43009
43079
  }[] | undefined;
43010
- alternateFieldIds?: string[] | undefined;
43011
- excludeInSearchQuery?: boolean | undefined;
43012
43080
  } | {
43013
43081
  config: {
43014
43082
  type: "exact" | "fuzzy" | "range";
@@ -43840,6 +43908,8 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
43840
43908
  description: string;
43841
43909
  defaultMessage: string;
43842
43910
  } | undefined;
43911
+ includeMiddlename?: boolean | undefined;
43912
+ searchMode?: boolean | undefined;
43843
43913
  } | undefined;
43844
43914
  } | {
43845
43915
  type: "PHONE";
@@ -45183,6 +45253,8 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
45183
45253
  description: string;
45184
45254
  defaultMessage: string;
45185
45255
  } | undefined;
45256
+ includeMiddlename?: boolean | undefined;
45257
+ searchMode?: boolean | undefined;
45186
45258
  } | undefined;
45187
45259
  } | {
45188
45260
  type: "PHONE";
@@ -46531,6 +46603,8 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
46531
46603
  description: string;
46532
46604
  defaultMessage: string;
46533
46605
  } | undefined;
46606
+ includeMiddlename?: boolean | undefined;
46607
+ searchMode?: boolean | undefined;
46534
46608
  } | undefined;
46535
46609
  } | {
46536
46610
  type: "PHONE";
@@ -47879,6 +47953,8 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
47879
47953
  description: string;
47880
47954
  defaultMessage: string;
47881
47955
  } | undefined;
47956
+ includeMiddlename?: boolean | undefined;
47957
+ searchMode?: boolean | undefined;
47882
47958
  } | undefined;
47883
47959
  } | {
47884
47960
  type: "PHONE";
@@ -49227,6 +49303,8 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
49227
49303
  description: string;
49228
49304
  defaultMessage: string;
49229
49305
  } | undefined;
49306
+ includeMiddlename?: boolean | undefined;
49307
+ searchMode?: boolean | undefined;
49230
49308
  } | undefined;
49231
49309
  } | {
49232
49310
  type: "PHONE";
@@ -50642,6 +50720,8 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
50642
50720
  description: string;
50643
50721
  defaultMessage: string;
50644
50722
  } | undefined;
50723
+ includeMiddlename?: boolean | undefined;
50724
+ searchMode?: boolean | undefined;
50645
50725
  } | undefined;
50646
50726
  } | {
50647
50727
  type: "PHONE";
@@ -52006,6 +52086,8 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
52006
52086
  description: string;
52007
52087
  defaultMessage: string;
52008
52088
  } | undefined;
52089
+ includeMiddlename?: boolean | undefined;
52090
+ searchMode?: boolean | undefined;
52009
52091
  } | undefined;
52010
52092
  } | {
52011
52093
  type: "PHONE";
@@ -53357,6 +53439,8 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
53357
53439
  description: string;
53358
53440
  defaultMessage: string;
53359
53441
  } | undefined;
53442
+ includeMiddlename?: boolean | undefined;
53443
+ searchMode?: boolean | undefined;
53360
53444
  } | undefined;
53361
53445
  } | {
53362
53446
  type: "PHONE";
@@ -54721,6 +54805,8 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
54721
54805
  description: string;
54722
54806
  defaultMessage: string;
54723
54807
  } | undefined;
54808
+ includeMiddlename?: boolean | undefined;
54809
+ searchMode?: boolean | undefined;
54724
54810
  } | undefined;
54725
54811
  } | {
54726
54812
  type: "PHONE";
@@ -56056,6 +56142,8 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
56056
56142
  description: string;
56057
56143
  defaultMessage: string;
56058
56144
  } | undefined;
56145
+ includeMiddlename?: boolean | undefined;
56146
+ searchMode?: boolean | undefined;
56059
56147
  } | undefined;
56060
56148
  } | {
56061
56149
  type: "PHONE";
@@ -57420,6 +57508,8 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
57420
57508
  description: string;
57421
57509
  defaultMessage: string;
57422
57510
  } | undefined;
57511
+ includeMiddlename?: boolean | undefined;
57512
+ searchMode?: boolean | undefined;
57423
57513
  } | undefined;
57424
57514
  } | {
57425
57515
  type: "PHONE";
@@ -58112,8 +58202,6 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
58112
58202
  };
58113
58203
  validator: import(".").JSONSchema;
58114
58204
  }[] | undefined;
58115
- alternateFieldIds?: string[] | undefined;
58116
- excludeInSearchQuery?: boolean | undefined;
58117
58205
  } | {
58118
58206
  config: {
58119
58207
  type: "exact" | "fuzzy" | "range";