@opencrvs/toolkit 1.8.0-rc.fb96ec1 → 1.8.0-rc.fbababd

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.
Files changed (30) hide show
  1. package/dist/commons/api/router.d.ts +5865 -12088
  2. package/dist/commons/events/ActionConfig.d.ts +18584 -30632
  3. package/dist/commons/events/ActionDocument.d.ts +387 -486
  4. package/dist/commons/events/ActionInput.d.ts +126 -126
  5. package/dist/commons/events/ActionType.d.ts +0 -2
  6. package/dist/commons/events/AdvancedSearchConfig.d.ts +0 -204
  7. package/dist/commons/events/CountryConfigQueryInput.d.ts +412 -1160
  8. package/dist/commons/events/CreatedAtLocation.d.ts +2 -1
  9. package/dist/commons/events/Draft.d.ts +23 -28
  10. package/dist/commons/events/EventConfig.d.ts +17504 -26141
  11. package/dist/commons/events/EventDocument.d.ts +275 -350
  12. package/dist/commons/events/EventIndex.d.ts +214 -629
  13. package/dist/commons/events/EventMetadata.d.ts +31 -73
  14. package/dist/commons/events/FieldConfig.d.ts +37 -19
  15. package/dist/commons/events/FormConfig.d.ts +66 -0
  16. package/dist/commons/events/PageConfig.d.ts +18 -0
  17. package/dist/commons/events/WorkqueueColumnConfig.d.ts +11 -11
  18. package/dist/commons/events/WorkqueueConfig.d.ts +740 -3237
  19. package/dist/commons/events/defineConfig.d.ts +1589 -3224
  20. package/dist/commons/events/field.d.ts +0 -5
  21. package/dist/commons/events/index.d.ts +0 -1
  22. package/dist/commons/events/scopes.d.ts +3 -2
  23. package/dist/commons/events/test.utils.d.ts +5 -28
  24. package/dist/commons/events/transactions.d.ts +1 -1
  25. package/dist/commons/events/utils.d.ts +1600 -3232
  26. package/dist/conditionals/index.js +17 -20
  27. package/dist/events/index.js +1312 -1681
  28. package/dist/scopes/index.d.ts +1 -4
  29. package/dist/scopes/index.js +17 -67
  30. package/package.json +3 -3
@@ -1113,18 +1113,23 @@ export declare const DeclarationFormConfig: z.ZodObject<{
1113
1113
  configuration: z.ZodDefault<z.ZodObject<{
1114
1114
  styles: z.ZodOptional<z.ZodObject<{
1115
1115
  fontVariant: z.ZodOptional<z.ZodEnum<["reg12", "reg14", "reg16", "reg18", "h4", "h3", "h2", "h1"]>>;
1116
+ hint: z.ZodOptional<z.ZodBoolean>;
1116
1117
  }, "strip", z.ZodTypeAny, {
1117
1118
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
1119
+ hint?: boolean | undefined;
1118
1120
  }, {
1119
1121
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
1122
+ hint?: boolean | undefined;
1120
1123
  }>>;
1121
1124
  }, "strip", z.ZodTypeAny, {
1122
1125
  styles?: {
1123
1126
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
1127
+ hint?: boolean | undefined;
1124
1128
  } | undefined;
1125
1129
  }, {
1126
1130
  styles?: {
1127
1131
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
1132
+ hint?: boolean | undefined;
1128
1133
  } | undefined;
1129
1134
  }>>;
1130
1135
  }>, "strip", z.ZodTypeAny, {
@@ -1134,6 +1139,7 @@ export declare const DeclarationFormConfig: z.ZodObject<{
1134
1139
  configuration: {
1135
1140
  styles?: {
1136
1141
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
1142
+ hint?: boolean | undefined;
1137
1143
  } | undefined;
1138
1144
  };
1139
1145
  parent?: {
@@ -1203,6 +1209,7 @@ export declare const DeclarationFormConfig: z.ZodObject<{
1203
1209
  configuration?: {
1204
1210
  styles?: {
1205
1211
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
1212
+ hint?: boolean | undefined;
1206
1213
  } | undefined;
1207
1214
  } | undefined;
1208
1215
  }>, z.ZodObject<z.objectUtil.extendShape<{
@@ -4163,6 +4170,7 @@ export declare const DeclarationFormConfig: z.ZodObject<{
4163
4170
  configuration: {
4164
4171
  styles?: {
4165
4172
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
4173
+ hint?: boolean | undefined;
4166
4174
  } | undefined;
4167
4175
  };
4168
4176
  parent?: {
@@ -5181,6 +5189,7 @@ export declare const DeclarationFormConfig: z.ZodObject<{
5181
5189
  configuration?: {
5182
5190
  styles?: {
5183
5191
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
5192
+ hint?: boolean | undefined;
5184
5193
  } | undefined;
5185
5194
  } | undefined;
5186
5195
  } | {
@@ -6288,6 +6297,7 @@ export declare const DeclarationFormConfig: z.ZodObject<{
6288
6297
  configuration: {
6289
6298
  styles?: {
6290
6299
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
6300
+ hint?: boolean | undefined;
6291
6301
  } | undefined;
6292
6302
  };
6293
6303
  parent?: {
@@ -7313,6 +7323,7 @@ export declare const DeclarationFormConfig: z.ZodObject<{
7313
7323
  configuration?: {
7314
7324
  styles?: {
7315
7325
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
7326
+ hint?: boolean | undefined;
7316
7327
  } | undefined;
7317
7328
  } | undefined;
7318
7329
  } | {
@@ -9283,18 +9294,23 @@ export declare const ActionFormConfig: z.ZodObject<{
9283
9294
  configuration: z.ZodDefault<z.ZodObject<{
9284
9295
  styles: z.ZodOptional<z.ZodObject<{
9285
9296
  fontVariant: z.ZodOptional<z.ZodEnum<["reg12", "reg14", "reg16", "reg18", "h4", "h3", "h2", "h1"]>>;
9297
+ hint: z.ZodOptional<z.ZodBoolean>;
9286
9298
  }, "strip", z.ZodTypeAny, {
9287
9299
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
9300
+ hint?: boolean | undefined;
9288
9301
  }, {
9289
9302
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
9303
+ hint?: boolean | undefined;
9290
9304
  }>>;
9291
9305
  }, "strip", z.ZodTypeAny, {
9292
9306
  styles?: {
9293
9307
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
9308
+ hint?: boolean | undefined;
9294
9309
  } | undefined;
9295
9310
  }, {
9296
9311
  styles?: {
9297
9312
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
9313
+ hint?: boolean | undefined;
9298
9314
  } | undefined;
9299
9315
  }>>;
9300
9316
  }>, "strip", z.ZodTypeAny, {
@@ -9304,6 +9320,7 @@ export declare const ActionFormConfig: z.ZodObject<{
9304
9320
  configuration: {
9305
9321
  styles?: {
9306
9322
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
9323
+ hint?: boolean | undefined;
9307
9324
  } | undefined;
9308
9325
  };
9309
9326
  parent?: {
@@ -9373,6 +9390,7 @@ export declare const ActionFormConfig: z.ZodObject<{
9373
9390
  configuration?: {
9374
9391
  styles?: {
9375
9392
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
9393
+ hint?: boolean | undefined;
9376
9394
  } | undefined;
9377
9395
  } | undefined;
9378
9396
  }>, z.ZodObject<z.objectUtil.extendShape<{
@@ -12333,6 +12351,7 @@ export declare const ActionFormConfig: z.ZodObject<{
12333
12351
  configuration: {
12334
12352
  styles?: {
12335
12353
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
12354
+ hint?: boolean | undefined;
12336
12355
  } | undefined;
12337
12356
  };
12338
12357
  parent?: {
@@ -13351,6 +13370,7 @@ export declare const ActionFormConfig: z.ZodObject<{
13351
13370
  configuration?: {
13352
13371
  styles?: {
13353
13372
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
13373
+ hint?: boolean | undefined;
13354
13374
  } | undefined;
13355
13375
  } | undefined;
13356
13376
  } | {
@@ -15311,18 +15331,23 @@ export declare const ActionFormConfig: z.ZodObject<{
15311
15331
  configuration: z.ZodDefault<z.ZodObject<{
15312
15332
  styles: z.ZodOptional<z.ZodObject<{
15313
15333
  fontVariant: z.ZodOptional<z.ZodEnum<["reg12", "reg14", "reg16", "reg18", "h4", "h3", "h2", "h1"]>>;
15334
+ hint: z.ZodOptional<z.ZodBoolean>;
15314
15335
  }, "strip", z.ZodTypeAny, {
15315
15336
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
15337
+ hint?: boolean | undefined;
15316
15338
  }, {
15317
15339
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
15340
+ hint?: boolean | undefined;
15318
15341
  }>>;
15319
15342
  }, "strip", z.ZodTypeAny, {
15320
15343
  styles?: {
15321
15344
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
15345
+ hint?: boolean | undefined;
15322
15346
  } | undefined;
15323
15347
  }, {
15324
15348
  styles?: {
15325
15349
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
15350
+ hint?: boolean | undefined;
15326
15351
  } | undefined;
15327
15352
  }>>;
15328
15353
  }>, "strip", z.ZodTypeAny, {
@@ -15332,6 +15357,7 @@ export declare const ActionFormConfig: z.ZodObject<{
15332
15357
  configuration: {
15333
15358
  styles?: {
15334
15359
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
15360
+ hint?: boolean | undefined;
15335
15361
  } | undefined;
15336
15362
  };
15337
15363
  parent?: {
@@ -15401,6 +15427,7 @@ export declare const ActionFormConfig: z.ZodObject<{
15401
15427
  configuration?: {
15402
15428
  styles?: {
15403
15429
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
15430
+ hint?: boolean | undefined;
15404
15431
  } | undefined;
15405
15432
  } | undefined;
15406
15433
  }>, z.ZodObject<z.objectUtil.extendShape<{
@@ -18487,6 +18514,7 @@ export declare const ActionFormConfig: z.ZodObject<{
18487
18514
  configuration: {
18488
18515
  styles?: {
18489
18516
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
18517
+ hint?: boolean | undefined;
18490
18518
  } | undefined;
18491
18519
  };
18492
18520
  parent?: {
@@ -19534,6 +19562,7 @@ export declare const ActionFormConfig: z.ZodObject<{
19534
19562
  configuration?: {
19535
19563
  styles?: {
19536
19564
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
19565
+ hint?: boolean | undefined;
19537
19566
  } | undefined;
19538
19567
  } | undefined;
19539
19568
  } | {
@@ -20640,6 +20669,7 @@ export declare const ActionFormConfig: z.ZodObject<{
20640
20669
  configuration: {
20641
20670
  styles?: {
20642
20671
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
20672
+ hint?: boolean | undefined;
20643
20673
  } | undefined;
20644
20674
  };
20645
20675
  parent?: {
@@ -21465,6 +21495,7 @@ export declare const ActionFormConfig: z.ZodObject<{
21465
21495
  configuration: {
21466
21496
  styles?: {
21467
21497
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
21498
+ hint?: boolean | undefined;
21468
21499
  } | undefined;
21469
21500
  };
21470
21501
  parent?: {
@@ -22490,6 +22521,7 @@ export declare const ActionFormConfig: z.ZodObject<{
22490
22521
  configuration?: {
22491
22522
  styles?: {
22492
22523
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
22524
+ hint?: boolean | undefined;
22493
22525
  } | undefined;
22494
22526
  } | undefined;
22495
22527
  } | {
@@ -23828,6 +23860,7 @@ export declare const ActionFormConfig: z.ZodObject<{
23828
23860
  configuration?: {
23829
23861
  styles?: {
23830
23862
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
23863
+ hint?: boolean | undefined;
23831
23864
  } | undefined;
23832
23865
  } | undefined;
23833
23866
  } | {
@@ -25797,18 +25830,23 @@ export declare const FormConfig: z.ZodUnion<[z.ZodObject<{
25797
25830
  configuration: z.ZodDefault<z.ZodObject<{
25798
25831
  styles: z.ZodOptional<z.ZodObject<{
25799
25832
  fontVariant: z.ZodOptional<z.ZodEnum<["reg12", "reg14", "reg16", "reg18", "h4", "h3", "h2", "h1"]>>;
25833
+ hint: z.ZodOptional<z.ZodBoolean>;
25800
25834
  }, "strip", z.ZodTypeAny, {
25801
25835
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
25836
+ hint?: boolean | undefined;
25802
25837
  }, {
25803
25838
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
25839
+ hint?: boolean | undefined;
25804
25840
  }>>;
25805
25841
  }, "strip", z.ZodTypeAny, {
25806
25842
  styles?: {
25807
25843
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
25844
+ hint?: boolean | undefined;
25808
25845
  } | undefined;
25809
25846
  }, {
25810
25847
  styles?: {
25811
25848
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
25849
+ hint?: boolean | undefined;
25812
25850
  } | undefined;
25813
25851
  }>>;
25814
25852
  }>, "strip", z.ZodTypeAny, {
@@ -25818,6 +25856,7 @@ export declare const FormConfig: z.ZodUnion<[z.ZodObject<{
25818
25856
  configuration: {
25819
25857
  styles?: {
25820
25858
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
25859
+ hint?: boolean | undefined;
25821
25860
  } | undefined;
25822
25861
  };
25823
25862
  parent?: {
@@ -25887,6 +25926,7 @@ export declare const FormConfig: z.ZodUnion<[z.ZodObject<{
25887
25926
  configuration?: {
25888
25927
  styles?: {
25889
25928
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
25929
+ hint?: boolean | undefined;
25890
25930
  } | undefined;
25891
25931
  } | undefined;
25892
25932
  }>, z.ZodObject<z.objectUtil.extendShape<{
@@ -28847,6 +28887,7 @@ export declare const FormConfig: z.ZodUnion<[z.ZodObject<{
28847
28887
  configuration: {
28848
28888
  styles?: {
28849
28889
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
28890
+ hint?: boolean | undefined;
28850
28891
  } | undefined;
28851
28892
  };
28852
28893
  parent?: {
@@ -29865,6 +29906,7 @@ export declare const FormConfig: z.ZodUnion<[z.ZodObject<{
29865
29906
  configuration?: {
29866
29907
  styles?: {
29867
29908
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
29909
+ hint?: boolean | undefined;
29868
29910
  } | undefined;
29869
29911
  } | undefined;
29870
29912
  } | {
@@ -30972,6 +31014,7 @@ export declare const FormConfig: z.ZodUnion<[z.ZodObject<{
30972
31014
  configuration: {
30973
31015
  styles?: {
30974
31016
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
31017
+ hint?: boolean | undefined;
30975
31018
  } | undefined;
30976
31019
  };
30977
31020
  parent?: {
@@ -31997,6 +32040,7 @@ export declare const FormConfig: z.ZodUnion<[z.ZodObject<{
31997
32040
  configuration?: {
31998
32041
  styles?: {
31999
32042
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
32043
+ hint?: boolean | undefined;
32000
32044
  } | undefined;
32001
32045
  } | undefined;
32002
32046
  } | {
@@ -33964,18 +34008,23 @@ export declare const FormConfig: z.ZodUnion<[z.ZodObject<{
33964
34008
  configuration: z.ZodDefault<z.ZodObject<{
33965
34009
  styles: z.ZodOptional<z.ZodObject<{
33966
34010
  fontVariant: z.ZodOptional<z.ZodEnum<["reg12", "reg14", "reg16", "reg18", "h4", "h3", "h2", "h1"]>>;
34011
+ hint: z.ZodOptional<z.ZodBoolean>;
33967
34012
  }, "strip", z.ZodTypeAny, {
33968
34013
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
34014
+ hint?: boolean | undefined;
33969
34015
  }, {
33970
34016
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
34017
+ hint?: boolean | undefined;
33971
34018
  }>>;
33972
34019
  }, "strip", z.ZodTypeAny, {
33973
34020
  styles?: {
33974
34021
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
34022
+ hint?: boolean | undefined;
33975
34023
  } | undefined;
33976
34024
  }, {
33977
34025
  styles?: {
33978
34026
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
34027
+ hint?: boolean | undefined;
33979
34028
  } | undefined;
33980
34029
  }>>;
33981
34030
  }>, "strip", z.ZodTypeAny, {
@@ -33985,6 +34034,7 @@ export declare const FormConfig: z.ZodUnion<[z.ZodObject<{
33985
34034
  configuration: {
33986
34035
  styles?: {
33987
34036
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
34037
+ hint?: boolean | undefined;
33988
34038
  } | undefined;
33989
34039
  };
33990
34040
  parent?: {
@@ -34054,6 +34104,7 @@ export declare const FormConfig: z.ZodUnion<[z.ZodObject<{
34054
34104
  configuration?: {
34055
34105
  styles?: {
34056
34106
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
34107
+ hint?: boolean | undefined;
34057
34108
  } | undefined;
34058
34109
  } | undefined;
34059
34110
  }>, z.ZodObject<z.objectUtil.extendShape<{
@@ -37014,6 +37065,7 @@ export declare const FormConfig: z.ZodUnion<[z.ZodObject<{
37014
37065
  configuration: {
37015
37066
  styles?: {
37016
37067
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
37068
+ hint?: boolean | undefined;
37017
37069
  } | undefined;
37018
37070
  };
37019
37071
  parent?: {
@@ -38032,6 +38084,7 @@ export declare const FormConfig: z.ZodUnion<[z.ZodObject<{
38032
38084
  configuration?: {
38033
38085
  styles?: {
38034
38086
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
38087
+ hint?: boolean | undefined;
38035
38088
  } | undefined;
38036
38089
  } | undefined;
38037
38090
  } | {
@@ -39992,18 +40045,23 @@ export declare const FormConfig: z.ZodUnion<[z.ZodObject<{
39992
40045
  configuration: z.ZodDefault<z.ZodObject<{
39993
40046
  styles: z.ZodOptional<z.ZodObject<{
39994
40047
  fontVariant: z.ZodOptional<z.ZodEnum<["reg12", "reg14", "reg16", "reg18", "h4", "h3", "h2", "h1"]>>;
40048
+ hint: z.ZodOptional<z.ZodBoolean>;
39995
40049
  }, "strip", z.ZodTypeAny, {
39996
40050
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
40051
+ hint?: boolean | undefined;
39997
40052
  }, {
39998
40053
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
40054
+ hint?: boolean | undefined;
39999
40055
  }>>;
40000
40056
  }, "strip", z.ZodTypeAny, {
40001
40057
  styles?: {
40002
40058
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
40059
+ hint?: boolean | undefined;
40003
40060
  } | undefined;
40004
40061
  }, {
40005
40062
  styles?: {
40006
40063
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
40064
+ hint?: boolean | undefined;
40007
40065
  } | undefined;
40008
40066
  }>>;
40009
40067
  }>, "strip", z.ZodTypeAny, {
@@ -40013,6 +40071,7 @@ export declare const FormConfig: z.ZodUnion<[z.ZodObject<{
40013
40071
  configuration: {
40014
40072
  styles?: {
40015
40073
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
40074
+ hint?: boolean | undefined;
40016
40075
  } | undefined;
40017
40076
  };
40018
40077
  parent?: {
@@ -40082,6 +40141,7 @@ export declare const FormConfig: z.ZodUnion<[z.ZodObject<{
40082
40141
  configuration?: {
40083
40142
  styles?: {
40084
40143
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
40144
+ hint?: boolean | undefined;
40085
40145
  } | undefined;
40086
40146
  } | undefined;
40087
40147
  }>, z.ZodObject<z.objectUtil.extendShape<{
@@ -43168,6 +43228,7 @@ export declare const FormConfig: z.ZodUnion<[z.ZodObject<{
43168
43228
  configuration: {
43169
43229
  styles?: {
43170
43230
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
43231
+ hint?: boolean | undefined;
43171
43232
  } | undefined;
43172
43233
  };
43173
43234
  parent?: {
@@ -44215,6 +44276,7 @@ export declare const FormConfig: z.ZodUnion<[z.ZodObject<{
44215
44276
  configuration?: {
44216
44277
  styles?: {
44217
44278
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
44279
+ hint?: boolean | undefined;
44218
44280
  } | undefined;
44219
44281
  } | undefined;
44220
44282
  } | {
@@ -45321,6 +45383,7 @@ export declare const FormConfig: z.ZodUnion<[z.ZodObject<{
45321
45383
  configuration: {
45322
45384
  styles?: {
45323
45385
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
45386
+ hint?: boolean | undefined;
45324
45387
  } | undefined;
45325
45388
  };
45326
45389
  parent?: {
@@ -46146,6 +46209,7 @@ export declare const FormConfig: z.ZodUnion<[z.ZodObject<{
46146
46209
  configuration: {
46147
46210
  styles?: {
46148
46211
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
46212
+ hint?: boolean | undefined;
46149
46213
  } | undefined;
46150
46214
  };
46151
46215
  parent?: {
@@ -47171,6 +47235,7 @@ export declare const FormConfig: z.ZodUnion<[z.ZodObject<{
47171
47235
  configuration?: {
47172
47236
  styles?: {
47173
47237
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
47238
+ hint?: boolean | undefined;
47174
47239
  } | undefined;
47175
47240
  } | undefined;
47176
47241
  } | {
@@ -48509,6 +48574,7 @@ export declare const FormConfig: z.ZodUnion<[z.ZodObject<{
48509
48574
  configuration?: {
48510
48575
  styles?: {
48511
48576
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
48577
+ hint?: boolean | undefined;
48512
48578
  } | undefined;
48513
48579
  } | undefined;
48514
48580
  } | {
@@ -1109,18 +1109,23 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
1109
1109
  configuration: z.ZodDefault<z.ZodObject<{
1110
1110
  styles: z.ZodOptional<z.ZodObject<{
1111
1111
  fontVariant: z.ZodOptional<z.ZodEnum<["reg12", "reg14", "reg16", "reg18", "h4", "h3", "h2", "h1"]>>;
1112
+ hint: z.ZodOptional<z.ZodBoolean>;
1112
1113
  }, "strip", z.ZodTypeAny, {
1113
1114
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
1115
+ hint?: boolean | undefined;
1114
1116
  }, {
1115
1117
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
1118
+ hint?: boolean | undefined;
1116
1119
  }>>;
1117
1120
  }, "strip", z.ZodTypeAny, {
1118
1121
  styles?: {
1119
1122
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
1123
+ hint?: boolean | undefined;
1120
1124
  } | undefined;
1121
1125
  }, {
1122
1126
  styles?: {
1123
1127
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
1128
+ hint?: boolean | undefined;
1124
1129
  } | undefined;
1125
1130
  }>>;
1126
1131
  }>, "strip", z.ZodTypeAny, {
@@ -1130,6 +1135,7 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
1130
1135
  configuration: {
1131
1136
  styles?: {
1132
1137
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
1138
+ hint?: boolean | undefined;
1133
1139
  } | undefined;
1134
1140
  };
1135
1141
  parent?: {
@@ -1199,6 +1205,7 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
1199
1205
  configuration?: {
1200
1206
  styles?: {
1201
1207
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
1208
+ hint?: boolean | undefined;
1202
1209
  } | undefined;
1203
1210
  } | undefined;
1204
1211
  }>, z.ZodObject<z.objectUtil.extendShape<{
@@ -4159,6 +4166,7 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
4159
4166
  configuration: {
4160
4167
  styles?: {
4161
4168
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
4169
+ hint?: boolean | undefined;
4162
4170
  } | undefined;
4163
4171
  };
4164
4172
  parent?: {
@@ -5177,6 +5185,7 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
5177
5185
  configuration?: {
5178
5186
  styles?: {
5179
5187
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
5188
+ hint?: boolean | undefined;
5180
5189
  } | undefined;
5181
5190
  } | undefined;
5182
5191
  } | {
@@ -7252,18 +7261,23 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
7252
7261
  configuration: z.ZodDefault<z.ZodObject<{
7253
7262
  styles: z.ZodOptional<z.ZodObject<{
7254
7263
  fontVariant: z.ZodOptional<z.ZodEnum<["reg12", "reg14", "reg16", "reg18", "h4", "h3", "h2", "h1"]>>;
7264
+ hint: z.ZodOptional<z.ZodBoolean>;
7255
7265
  }, "strip", z.ZodTypeAny, {
7256
7266
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
7267
+ hint?: boolean | undefined;
7257
7268
  }, {
7258
7269
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
7270
+ hint?: boolean | undefined;
7259
7271
  }>>;
7260
7272
  }, "strip", z.ZodTypeAny, {
7261
7273
  styles?: {
7262
7274
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
7275
+ hint?: boolean | undefined;
7263
7276
  } | undefined;
7264
7277
  }, {
7265
7278
  styles?: {
7266
7279
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
7280
+ hint?: boolean | undefined;
7267
7281
  } | undefined;
7268
7282
  }>>;
7269
7283
  }>, "strip", z.ZodTypeAny, {
@@ -7273,6 +7287,7 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
7273
7287
  configuration: {
7274
7288
  styles?: {
7275
7289
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
7290
+ hint?: boolean | undefined;
7276
7291
  } | undefined;
7277
7292
  };
7278
7293
  parent?: {
@@ -7342,6 +7357,7 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
7342
7357
  configuration?: {
7343
7358
  styles?: {
7344
7359
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
7360
+ hint?: boolean | undefined;
7345
7361
  } | undefined;
7346
7362
  } | undefined;
7347
7363
  }>, z.ZodObject<z.objectUtil.extendShape<{
@@ -10428,6 +10444,7 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
10428
10444
  configuration: {
10429
10445
  styles?: {
10430
10446
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
10447
+ hint?: boolean | undefined;
10431
10448
  } | undefined;
10432
10449
  };
10433
10450
  parent?: {
@@ -11475,6 +11492,7 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
11475
11492
  configuration?: {
11476
11493
  styles?: {
11477
11494
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
11495
+ hint?: boolean | undefined;
11478
11496
  } | undefined;
11479
11497
  } | undefined;
11480
11498
  } | {
@@ -1,14 +1,14 @@
1
1
  import { z } from 'zod';
2
2
  import { TranslationConfig } from './TranslationConfig';
3
- export declare const WorkqueueColumnKeysArray: readonly ["id", "type", "status", "createdAt", "dateOfEvent", "createdBy", "createdByUserType", "updatedByUserRole", "createdAtLocation", "updatedAtLocation", "updatedAt", "assignedTo", "updatedBy", "trackingId", "legalStatuses", "flags", "title", "outbox"];
4
- export declare const WorkqueueColumnKeys: z.ZodEnum<["id", "type", "status", "createdAt", "dateOfEvent", "createdBy", "createdByUserType", "updatedByUserRole", "createdAtLocation", "updatedAtLocation", "updatedAt", "assignedTo", "updatedBy", "trackingId", "legalStatuses", "flags", "title", "outbox"]>;
3
+ export declare const WorkqueueColumnKeysArray: readonly ["id", "type", "status", "createdAt", "dateOfEvent", "createdBy", "updatedByUserRole", "createdAtLocation", "updatedAtLocation", "updatedAt", "assignedTo", "updatedBy", "trackingId", "legalStatuses", "flags", "title"];
4
+ export declare const WorkqueueColumnKeys: z.ZodEnum<["id", "type", "status", "createdAt", "dateOfEvent", "createdBy", "updatedByUserRole", "createdAtLocation", "updatedAtLocation", "updatedAt", "assignedTo", "updatedBy", "trackingId", "legalStatuses", "flags", "title"]>;
5
5
  export type WorkqueueColumnKeys = z.infer<typeof WorkqueueColumnKeys>;
6
6
  export declare const WorkqueueColumnValue: z.ZodObject<{
7
- $event: z.ZodEnum<["id", "type", "status", "createdAt", "dateOfEvent", "createdBy", "createdByUserType", "updatedByUserRole", "createdAtLocation", "updatedAtLocation", "updatedAt", "assignedTo", "updatedBy", "trackingId", "legalStatuses", "flags", "title", "outbox"]>;
7
+ $event: z.ZodEnum<["id", "type", "status", "createdAt", "dateOfEvent", "createdBy", "updatedByUserRole", "createdAtLocation", "updatedAtLocation", "updatedAt", "assignedTo", "updatedBy", "trackingId", "legalStatuses", "flags", "title"]>;
8
8
  }, "strip", z.ZodTypeAny, {
9
- $event: "type" | "id" | "status" | "title" | "createdByUserType" | "createdAt" | "createdBy" | "createdAtLocation" | "assignedTo" | "updatedAt" | "trackingId" | "legalStatuses" | "dateOfEvent" | "updatedByUserRole" | "updatedAtLocation" | "updatedBy" | "flags" | "outbox";
9
+ $event: "type" | "id" | "status" | "title" | "createdAt" | "createdBy" | "createdAtLocation" | "assignedTo" | "updatedAt" | "trackingId" | "legalStatuses" | "dateOfEvent" | "updatedByUserRole" | "updatedAtLocation" | "updatedBy" | "flags";
10
10
  }, {
11
- $event: "type" | "id" | "status" | "title" | "createdByUserType" | "createdAt" | "createdBy" | "createdAtLocation" | "assignedTo" | "updatedAt" | "trackingId" | "legalStatuses" | "dateOfEvent" | "updatedByUserRole" | "updatedAtLocation" | "updatedBy" | "flags" | "outbox";
11
+ $event: "type" | "id" | "status" | "title" | "createdAt" | "createdBy" | "createdAtLocation" | "assignedTo" | "updatedAt" | "trackingId" | "legalStatuses" | "dateOfEvent" | "updatedByUserRole" | "updatedAtLocation" | "updatedBy" | "flags";
12
12
  }>;
13
13
  export type WorkqueueColumnValue = z.infer<typeof WorkqueueColumnValue>;
14
14
  /**
@@ -21,20 +21,20 @@ export declare const WorkqueueColumn: z.ZodObject<{
21
21
  defaultMessage: string;
22
22
  }>;
23
23
  value: z.ZodObject<{
24
- $event: z.ZodEnum<["id", "type", "status", "createdAt", "dateOfEvent", "createdBy", "createdByUserType", "updatedByUserRole", "createdAtLocation", "updatedAtLocation", "updatedAt", "assignedTo", "updatedBy", "trackingId", "legalStatuses", "flags", "title", "outbox"]>;
24
+ $event: z.ZodEnum<["id", "type", "status", "createdAt", "dateOfEvent", "createdBy", "updatedByUserRole", "createdAtLocation", "updatedAtLocation", "updatedAt", "assignedTo", "updatedBy", "trackingId", "legalStatuses", "flags", "title"]>;
25
25
  }, "strip", z.ZodTypeAny, {
26
- $event: "type" | "id" | "status" | "title" | "createdByUserType" | "createdAt" | "createdBy" | "createdAtLocation" | "assignedTo" | "updatedAt" | "trackingId" | "legalStatuses" | "dateOfEvent" | "updatedByUserRole" | "updatedAtLocation" | "updatedBy" | "flags" | "outbox";
26
+ $event: "type" | "id" | "status" | "title" | "createdAt" | "createdBy" | "createdAtLocation" | "assignedTo" | "updatedAt" | "trackingId" | "legalStatuses" | "dateOfEvent" | "updatedByUserRole" | "updatedAtLocation" | "updatedBy" | "flags";
27
27
  }, {
28
- $event: "type" | "id" | "status" | "title" | "createdByUserType" | "createdAt" | "createdBy" | "createdAtLocation" | "assignedTo" | "updatedAt" | "trackingId" | "legalStatuses" | "dateOfEvent" | "updatedByUserRole" | "updatedAtLocation" | "updatedBy" | "flags" | "outbox";
28
+ $event: "type" | "id" | "status" | "title" | "createdAt" | "createdBy" | "createdAtLocation" | "assignedTo" | "updatedAt" | "trackingId" | "legalStatuses" | "dateOfEvent" | "updatedByUserRole" | "updatedAtLocation" | "updatedBy" | "flags";
29
29
  }>;
30
30
  }, "strip", z.ZodTypeAny, {
31
31
  value: {
32
- $event: "type" | "id" | "status" | "title" | "createdByUserType" | "createdAt" | "createdBy" | "createdAtLocation" | "assignedTo" | "updatedAt" | "trackingId" | "legalStatuses" | "dateOfEvent" | "updatedByUserRole" | "updatedAtLocation" | "updatedBy" | "flags" | "outbox";
32
+ $event: "type" | "id" | "status" | "title" | "createdAt" | "createdBy" | "createdAtLocation" | "assignedTo" | "updatedAt" | "trackingId" | "legalStatuses" | "dateOfEvent" | "updatedByUserRole" | "updatedAtLocation" | "updatedBy" | "flags";
33
33
  };
34
34
  label: TranslationConfig;
35
35
  }, {
36
36
  value: {
37
- $event: "type" | "id" | "status" | "title" | "createdByUserType" | "createdAt" | "createdBy" | "createdAtLocation" | "assignedTo" | "updatedAt" | "trackingId" | "legalStatuses" | "dateOfEvent" | "updatedByUserRole" | "updatedAtLocation" | "updatedBy" | "flags" | "outbox";
37
+ $event: "type" | "id" | "status" | "title" | "createdAt" | "createdBy" | "createdAtLocation" | "assignedTo" | "updatedAt" | "trackingId" | "legalStatuses" | "dateOfEvent" | "updatedByUserRole" | "updatedAtLocation" | "updatedBy" | "flags";
38
38
  };
39
39
  label: {
40
40
  id: string;
@@ -46,7 +46,7 @@ export type WorkqueueColumn = z.infer<typeof WorkqueueColumn>;
46
46
  export type WorkqueueColumnInput = z.infer<typeof WorkqueueColumn>;
47
47
  export declare function defineWorkqueuesColumns(workqueueColumns: WorkqueueColumnInput[]): {
48
48
  value: {
49
- $event: "type" | "id" | "status" | "title" | "createdByUserType" | "createdAt" | "createdBy" | "createdAtLocation" | "assignedTo" | "updatedAt" | "trackingId" | "legalStatuses" | "dateOfEvent" | "updatedByUserRole" | "updatedAtLocation" | "updatedBy" | "flags" | "outbox";
49
+ $event: "type" | "id" | "status" | "title" | "createdAt" | "createdBy" | "createdAtLocation" | "assignedTo" | "updatedAt" | "trackingId" | "legalStatuses" | "dateOfEvent" | "updatedByUserRole" | "updatedAtLocation" | "updatedBy" | "flags";
50
50
  };
51
51
  label: TranslationConfig;
52
52
  }[];