@opencrvs/toolkit 1.9.2-rc.c76ff3e → 1.9.2-rc.f1d7235

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.
@@ -2540,6 +2540,61 @@ export declare function getDeclarationPages(configuration: EventConfig): {
2540
2540
  $$subfield?: string[] | undefined;
2541
2541
  }[] | undefined;
2542
2542
  analytics?: boolean | undefined;
2543
+ } | {
2544
+ id: string;
2545
+ label: {
2546
+ id: string;
2547
+ defaultMessage: string;
2548
+ description: string;
2549
+ };
2550
+ type: "HIDDEN";
2551
+ parent?: {
2552
+ $$field: string;
2553
+ $$subfield?: string[] | undefined;
2554
+ } | {
2555
+ $$field: string;
2556
+ $$subfield?: string[] | undefined;
2557
+ }[] | undefined;
2558
+ conditionals?: ({
2559
+ type: "SHOW";
2560
+ conditional: any;
2561
+ } | {
2562
+ type: "ENABLE";
2563
+ conditional: any;
2564
+ } | {
2565
+ type: "DISPLAY_ON_REVIEW";
2566
+ conditional: any;
2567
+ })[] | undefined;
2568
+ secured?: boolean | undefined;
2569
+ placeholder?: {
2570
+ id: string;
2571
+ defaultMessage: string;
2572
+ description: string;
2573
+ } | undefined;
2574
+ validation?: {
2575
+ validator: any;
2576
+ message: {
2577
+ id: string;
2578
+ defaultMessage: string;
2579
+ description: string;
2580
+ };
2581
+ }[] | undefined;
2582
+ helperText?: {
2583
+ id: string;
2584
+ defaultMessage: string;
2585
+ description: string;
2586
+ } | undefined;
2587
+ hideLabel?: boolean | undefined;
2588
+ uncorrectable?: boolean | undefined;
2589
+ value?: {
2590
+ $$field: string;
2591
+ $$subfield?: string[] | undefined;
2592
+ } | {
2593
+ $$field: string;
2594
+ $$subfield?: string[] | undefined;
2595
+ }[] | undefined;
2596
+ analytics?: boolean | undefined;
2597
+ required?: false | undefined;
2543
2598
  } | {
2544
2599
  id: string;
2545
2600
  label: {
@@ -5582,6 +5637,61 @@ export declare function getDeclaration(configuration: EventConfig): {
5582
5637
  $$subfield?: string[] | undefined;
5583
5638
  }[] | undefined;
5584
5639
  analytics?: boolean | undefined;
5640
+ } | {
5641
+ id: string;
5642
+ label: {
5643
+ id: string;
5644
+ defaultMessage: string;
5645
+ description: string;
5646
+ };
5647
+ type: "HIDDEN";
5648
+ parent?: {
5649
+ $$field: string;
5650
+ $$subfield?: string[] | undefined;
5651
+ } | {
5652
+ $$field: string;
5653
+ $$subfield?: string[] | undefined;
5654
+ }[] | undefined;
5655
+ conditionals?: ({
5656
+ type: "SHOW";
5657
+ conditional: any;
5658
+ } | {
5659
+ type: "ENABLE";
5660
+ conditional: any;
5661
+ } | {
5662
+ type: "DISPLAY_ON_REVIEW";
5663
+ conditional: any;
5664
+ })[] | undefined;
5665
+ secured?: boolean | undefined;
5666
+ placeholder?: {
5667
+ id: string;
5668
+ defaultMessage: string;
5669
+ description: string;
5670
+ } | undefined;
5671
+ validation?: {
5672
+ validator: any;
5673
+ message: {
5674
+ id: string;
5675
+ defaultMessage: string;
5676
+ description: string;
5677
+ };
5678
+ }[] | undefined;
5679
+ helperText?: {
5680
+ id: string;
5681
+ defaultMessage: string;
5682
+ description: string;
5683
+ } | undefined;
5684
+ hideLabel?: boolean | undefined;
5685
+ uncorrectable?: boolean | undefined;
5686
+ value?: {
5687
+ $$field: string;
5688
+ $$subfield?: string[] | undefined;
5689
+ } | {
5690
+ $$field: string;
5691
+ $$subfield?: string[] | undefined;
5692
+ }[] | undefined;
5693
+ analytics?: boolean | undefined;
5694
+ required?: false | undefined;
5585
5695
  } | {
5586
5696
  id: string;
5587
5697
  label: {
@@ -8626,6 +8736,61 @@ export declare function getPrintCertificatePages(configuration: EventConfig): ({
8626
8736
  $$subfield?: string[] | undefined;
8627
8737
  }[] | undefined;
8628
8738
  analytics?: boolean | undefined;
8739
+ } | {
8740
+ id: string;
8741
+ label: {
8742
+ id: string;
8743
+ defaultMessage: string;
8744
+ description: string;
8745
+ };
8746
+ type: "HIDDEN";
8747
+ parent?: {
8748
+ $$field: string;
8749
+ $$subfield?: string[] | undefined;
8750
+ } | {
8751
+ $$field: string;
8752
+ $$subfield?: string[] | undefined;
8753
+ }[] | undefined;
8754
+ conditionals?: ({
8755
+ type: "SHOW";
8756
+ conditional: any;
8757
+ } | {
8758
+ type: "ENABLE";
8759
+ conditional: any;
8760
+ } | {
8761
+ type: "DISPLAY_ON_REVIEW";
8762
+ conditional: any;
8763
+ })[] | undefined;
8764
+ secured?: boolean | undefined;
8765
+ placeholder?: {
8766
+ id: string;
8767
+ defaultMessage: string;
8768
+ description: string;
8769
+ } | undefined;
8770
+ validation?: {
8771
+ validator: any;
8772
+ message: {
8773
+ id: string;
8774
+ defaultMessage: string;
8775
+ description: string;
8776
+ };
8777
+ }[] | undefined;
8778
+ helperText?: {
8779
+ id: string;
8780
+ defaultMessage: string;
8781
+ description: string;
8782
+ } | undefined;
8783
+ hideLabel?: boolean | undefined;
8784
+ uncorrectable?: boolean | undefined;
8785
+ value?: {
8786
+ $$field: string;
8787
+ $$subfield?: string[] | undefined;
8788
+ } | {
8789
+ $$field: string;
8790
+ $$subfield?: string[] | undefined;
8791
+ }[] | undefined;
8792
+ analytics?: boolean | undefined;
8793
+ required?: false | undefined;
8629
8794
  } | {
8630
8795
  id: string;
8631
8796
  label: {
@@ -11661,6 +11826,61 @@ export declare function getPrintCertificatePages(configuration: EventConfig): ({
11661
11826
  $$subfield?: string[] | undefined;
11662
11827
  }[] | undefined;
11663
11828
  analytics?: boolean | undefined;
11829
+ } | {
11830
+ id: string;
11831
+ label: {
11832
+ id: string;
11833
+ defaultMessage: string;
11834
+ description: string;
11835
+ };
11836
+ type: "HIDDEN";
11837
+ parent?: {
11838
+ $$field: string;
11839
+ $$subfield?: string[] | undefined;
11840
+ } | {
11841
+ $$field: string;
11842
+ $$subfield?: string[] | undefined;
11843
+ }[] | undefined;
11844
+ conditionals?: ({
11845
+ type: "SHOW";
11846
+ conditional: any;
11847
+ } | {
11848
+ type: "ENABLE";
11849
+ conditional: any;
11850
+ } | {
11851
+ type: "DISPLAY_ON_REVIEW";
11852
+ conditional: any;
11853
+ })[] | undefined;
11854
+ secured?: boolean | undefined;
11855
+ placeholder?: {
11856
+ id: string;
11857
+ defaultMessage: string;
11858
+ description: string;
11859
+ } | undefined;
11860
+ validation?: {
11861
+ validator: any;
11862
+ message: {
11863
+ id: string;
11864
+ defaultMessage: string;
11865
+ description: string;
11866
+ };
11867
+ }[] | undefined;
11868
+ helperText?: {
11869
+ id: string;
11870
+ defaultMessage: string;
11871
+ description: string;
11872
+ } | undefined;
11873
+ hideLabel?: boolean | undefined;
11874
+ uncorrectable?: boolean | undefined;
11875
+ value?: {
11876
+ $$field: string;
11877
+ $$subfield?: string[] | undefined;
11878
+ } | {
11879
+ $$field: string;
11880
+ $$subfield?: string[] | undefined;
11881
+ }[] | undefined;
11882
+ analytics?: boolean | undefined;
11883
+ required?: false | undefined;
11664
11884
  } | {
11665
11885
  id: string;
11666
11886
  label: {
@@ -14718,6 +14938,61 @@ export declare const getActionAnnotationFields: (actionConfig: ActionConfig) =>
14718
14938
  $$subfield?: string[] | undefined;
14719
14939
  }[] | undefined;
14720
14940
  analytics?: boolean | undefined;
14941
+ } | {
14942
+ id: string;
14943
+ label: {
14944
+ id: string;
14945
+ defaultMessage: string;
14946
+ description: string;
14947
+ };
14948
+ type: "HIDDEN";
14949
+ parent?: {
14950
+ $$field: string;
14951
+ $$subfield?: string[] | undefined;
14952
+ } | {
14953
+ $$field: string;
14954
+ $$subfield?: string[] | undefined;
14955
+ }[] | undefined;
14956
+ conditionals?: ({
14957
+ type: "SHOW";
14958
+ conditional: any;
14959
+ } | {
14960
+ type: "ENABLE";
14961
+ conditional: any;
14962
+ } | {
14963
+ type: "DISPLAY_ON_REVIEW";
14964
+ conditional: any;
14965
+ })[] | undefined;
14966
+ secured?: boolean | undefined;
14967
+ placeholder?: {
14968
+ id: string;
14969
+ defaultMessage: string;
14970
+ description: string;
14971
+ } | undefined;
14972
+ validation?: {
14973
+ validator: any;
14974
+ message: {
14975
+ id: string;
14976
+ defaultMessage: string;
14977
+ description: string;
14978
+ };
14979
+ }[] | undefined;
14980
+ helperText?: {
14981
+ id: string;
14982
+ defaultMessage: string;
14983
+ description: string;
14984
+ } | undefined;
14985
+ hideLabel?: boolean | undefined;
14986
+ uncorrectable?: boolean | undefined;
14987
+ value?: {
14988
+ $$field: string;
14989
+ $$subfield?: string[] | undefined;
14990
+ } | {
14991
+ $$field: string;
14992
+ $$subfield?: string[] | undefined;
14993
+ }[] | undefined;
14994
+ analytics?: boolean | undefined;
14995
+ required?: false | undefined;
14721
14996
  } | {
14722
14997
  id: string;
14723
14998
  label: {
@@ -17744,6 +18019,61 @@ export declare function getAllUniqueFields(eventConfig: EventConfig): ({
17744
18019
  $$subfield?: string[] | undefined;
17745
18020
  }[] | undefined;
17746
18021
  analytics?: boolean | undefined;
18022
+ } | {
18023
+ id: string;
18024
+ label: {
18025
+ id: string;
18026
+ defaultMessage: string;
18027
+ description: string;
18028
+ };
18029
+ type: "HIDDEN";
18030
+ parent?: {
18031
+ $$field: string;
18032
+ $$subfield?: string[] | undefined;
18033
+ } | {
18034
+ $$field: string;
18035
+ $$subfield?: string[] | undefined;
18036
+ }[] | undefined;
18037
+ conditionals?: ({
18038
+ type: "SHOW";
18039
+ conditional: any;
18040
+ } | {
18041
+ type: "ENABLE";
18042
+ conditional: any;
18043
+ } | {
18044
+ type: "DISPLAY_ON_REVIEW";
18045
+ conditional: any;
18046
+ })[] | undefined;
18047
+ secured?: boolean | undefined;
18048
+ placeholder?: {
18049
+ id: string;
18050
+ defaultMessage: string;
18051
+ description: string;
18052
+ } | undefined;
18053
+ validation?: {
18054
+ validator: any;
18055
+ message: {
18056
+ id: string;
18057
+ defaultMessage: string;
18058
+ description: string;
18059
+ };
18060
+ }[] | undefined;
18061
+ helperText?: {
18062
+ id: string;
18063
+ defaultMessage: string;
18064
+ description: string;
18065
+ } | undefined;
18066
+ hideLabel?: boolean | undefined;
18067
+ uncorrectable?: boolean | undefined;
18068
+ value?: {
18069
+ $$field: string;
18070
+ $$subfield?: string[] | undefined;
18071
+ } | {
18072
+ $$field: string;
18073
+ $$subfield?: string[] | undefined;
18074
+ }[] | undefined;
18075
+ analytics?: boolean | undefined;
18076
+ required?: false | undefined;
17747
18077
  } | {
17748
18078
  id: string;
17749
18079
  label: {
@@ -20781,6 +21111,61 @@ export declare function getActionReview(configuration: EventConfig, actionType:
20781
21111
  $$subfield?: string[] | undefined;
20782
21112
  }[] | undefined;
20783
21113
  analytics?: boolean | undefined;
21114
+ } | {
21115
+ id: string;
21116
+ label: {
21117
+ id: string;
21118
+ defaultMessage: string;
21119
+ description: string;
21120
+ };
21121
+ type: "HIDDEN";
21122
+ parent?: {
21123
+ $$field: string;
21124
+ $$subfield?: string[] | undefined;
21125
+ } | {
21126
+ $$field: string;
21127
+ $$subfield?: string[] | undefined;
21128
+ }[] | undefined;
21129
+ conditionals?: ({
21130
+ type: "SHOW";
21131
+ conditional: any;
21132
+ } | {
21133
+ type: "ENABLE";
21134
+ conditional: any;
21135
+ } | {
21136
+ type: "DISPLAY_ON_REVIEW";
21137
+ conditional: any;
21138
+ })[] | undefined;
21139
+ secured?: boolean | undefined;
21140
+ placeholder?: {
21141
+ id: string;
21142
+ defaultMessage: string;
21143
+ description: string;
21144
+ } | undefined;
21145
+ validation?: {
21146
+ validator: any;
21147
+ message: {
21148
+ id: string;
21149
+ defaultMessage: string;
21150
+ description: string;
21151
+ };
21152
+ }[] | undefined;
21153
+ helperText?: {
21154
+ id: string;
21155
+ defaultMessage: string;
21156
+ description: string;
21157
+ } | undefined;
21158
+ hideLabel?: boolean | undefined;
21159
+ uncorrectable?: boolean | undefined;
21160
+ value?: {
21161
+ $$field: string;
21162
+ $$subfield?: string[] | undefined;
21163
+ } | {
21164
+ $$field: string;
21165
+ $$subfield?: string[] | undefined;
21166
+ }[] | undefined;
21167
+ analytics?: boolean | undefined;
21168
+ required?: false | undefined;
20784
21169
  } | {
20785
21170
  id: string;
20786
21171
  label: {
@@ -23808,6 +24193,61 @@ export declare function getActionReviewFields(configuration: EventConfig, action
23808
24193
  $$subfield?: string[] | undefined;
23809
24194
  }[] | undefined;
23810
24195
  analytics?: boolean | undefined;
24196
+ } | {
24197
+ id: string;
24198
+ label: {
24199
+ id: string;
24200
+ defaultMessage: string;
24201
+ description: string;
24202
+ };
24203
+ type: "HIDDEN";
24204
+ parent?: {
24205
+ $$field: string;
24206
+ $$subfield?: string[] | undefined;
24207
+ } | {
24208
+ $$field: string;
24209
+ $$subfield?: string[] | undefined;
24210
+ }[] | undefined;
24211
+ conditionals?: ({
24212
+ type: "SHOW";
24213
+ conditional: any;
24214
+ } | {
24215
+ type: "ENABLE";
24216
+ conditional: any;
24217
+ } | {
24218
+ type: "DISPLAY_ON_REVIEW";
24219
+ conditional: any;
24220
+ })[] | undefined;
24221
+ secured?: boolean | undefined;
24222
+ placeholder?: {
24223
+ id: string;
24224
+ defaultMessage: string;
24225
+ description: string;
24226
+ } | undefined;
24227
+ validation?: {
24228
+ validator: any;
24229
+ message: {
24230
+ id: string;
24231
+ defaultMessage: string;
24232
+ description: string;
24233
+ };
24234
+ }[] | undefined;
24235
+ helperText?: {
24236
+ id: string;
24237
+ defaultMessage: string;
24238
+ description: string;
24239
+ } | undefined;
24240
+ hideLabel?: boolean | undefined;
24241
+ uncorrectable?: boolean | undefined;
24242
+ value?: {
24243
+ $$field: string;
24244
+ $$subfield?: string[] | undefined;
24245
+ } | {
24246
+ $$field: string;
24247
+ $$subfield?: string[] | undefined;
24248
+ }[] | undefined;
24249
+ analytics?: boolean | undefined;
24250
+ required?: false | undefined;
23811
24251
  } | {
23812
24252
  id: string;
23813
24253
  label: {
@@ -27352,6 +27792,61 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
27352
27792
  $$subfield?: string[] | undefined;
27353
27793
  }[] | undefined;
27354
27794
  analytics?: boolean | undefined;
27795
+ } | {
27796
+ id: string;
27797
+ label: {
27798
+ id: string;
27799
+ defaultMessage: string;
27800
+ description: string;
27801
+ };
27802
+ type: "HIDDEN";
27803
+ parent?: {
27804
+ $$field: string;
27805
+ $$subfield?: string[] | undefined;
27806
+ } | {
27807
+ $$field: string;
27808
+ $$subfield?: string[] | undefined;
27809
+ }[] | undefined;
27810
+ conditionals?: ({
27811
+ type: "SHOW";
27812
+ conditional: any;
27813
+ } | {
27814
+ type: "ENABLE";
27815
+ conditional: any;
27816
+ } | {
27817
+ type: "DISPLAY_ON_REVIEW";
27818
+ conditional: any;
27819
+ })[] | undefined;
27820
+ secured?: boolean | undefined;
27821
+ placeholder?: {
27822
+ id: string;
27823
+ defaultMessage: string;
27824
+ description: string;
27825
+ } | undefined;
27826
+ validation?: {
27827
+ validator: any;
27828
+ message: {
27829
+ id: string;
27830
+ defaultMessage: string;
27831
+ description: string;
27832
+ };
27833
+ }[] | undefined;
27834
+ helperText?: {
27835
+ id: string;
27836
+ defaultMessage: string;
27837
+ description: string;
27838
+ } | undefined;
27839
+ hideLabel?: boolean | undefined;
27840
+ uncorrectable?: boolean | undefined;
27841
+ value?: {
27842
+ $$field: string;
27843
+ $$subfield?: string[] | undefined;
27844
+ } | {
27845
+ $$field: string;
27846
+ $$subfield?: string[] | undefined;
27847
+ }[] | undefined;
27848
+ analytics?: boolean | undefined;
27849
+ required?: false | undefined;
27355
27850
  } | {
27356
27851
  id: string;
27357
27852
  label: {
@@ -27867,6 +28362,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
27867
28362
  defaultMessage: string;
27868
28363
  description: string;
27869
28364
  } | undefined;
28365
+ icon?: "Validated" | "Registered" | "Certified" | "Archived" | "List" | "Assigned" | "Close" | "Collapse" | "Draft" | "DuplicateYellow" | "Expand" | "ExternalValidate" | "FilledCheck" | "InReview" | "Offline" | "RequiresUpdates" | "Sent" | "WaitingApproval" | "ChartActivity" | "Activity" | "Archive" | "ArchiveTray" | "ArrowLeft" | "ArrowRight" | "Buildings" | "Circle" | "CaretDown" | "CaretLeft" | "CaretRight" | "ChartBar" | "ChartLine" | "ChatCircle" | "CheckSquare" | "Compass" | "Check" | "Copy" | "Database" | "DotsThreeVertical" | "ArrowCounterClockwise" | "MagnifyingGlassMinus" | "MagnifyingGlassPlus" | "Export" | "Eye" | "EyeSlash" | "Envelope" | "File" | "FileSearch" | "FileMinus" | "FilePlus" | "FileText" | "FileX" | "Handshake" | "Gear" | "GitBranch" | "IdentificationCard" | "ListBullets" | "Lock" | "MagnifyingGlass" | "MapPin" | "Medal" | "NotePencil" | "Paperclip" | "PaperPlaneTilt" | "Pen" | "Pencil" | "PencilSimpleLine" | "Phone" | "Plus" | "Printer" | "SignOut" | "Stamp" | "Star" | "Target" | "TextT" | "Trash" | "UploadSimple" | "User" | "UserPlus" | "Users" | "WarningCircle" | "X" | "CircleWavyCheck" | "CircleWavyQuestion" | "ArchiveBox" | "ArrowCircleDown" | "FileArrowUp" | "FileDotted" | "Files" | "PencilLine" | "PencilCircle" | "UserCircle" | "Clock" | "QrCode" | "Webcam" | "Sun" | "DeviceTabletCamera" | "Globe" | "Fingerprint" | "PushPin" | "Timer" | undefined;
27870
28366
  conditionals?: ({
27871
28367
  type: "SHOW";
27872
28368
  conditional: any;
@@ -30413,6 +30909,61 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
30413
30909
  $$subfield?: string[] | undefined;
30414
30910
  }[] | undefined;
30415
30911
  analytics?: boolean | undefined;
30912
+ } | {
30913
+ id: string;
30914
+ label: {
30915
+ id: string;
30916
+ defaultMessage: string;
30917
+ description: string;
30918
+ };
30919
+ type: "HIDDEN";
30920
+ parent?: {
30921
+ $$field: string;
30922
+ $$subfield?: string[] | undefined;
30923
+ } | {
30924
+ $$field: string;
30925
+ $$subfield?: string[] | undefined;
30926
+ }[] | undefined;
30927
+ conditionals?: ({
30928
+ type: "SHOW";
30929
+ conditional: any;
30930
+ } | {
30931
+ type: "ENABLE";
30932
+ conditional: any;
30933
+ } | {
30934
+ type: "DISPLAY_ON_REVIEW";
30935
+ conditional: any;
30936
+ })[] | undefined;
30937
+ secured?: boolean | undefined;
30938
+ placeholder?: {
30939
+ id: string;
30940
+ defaultMessage: string;
30941
+ description: string;
30942
+ } | undefined;
30943
+ validation?: {
30944
+ validator: any;
30945
+ message: {
30946
+ id: string;
30947
+ defaultMessage: string;
30948
+ description: string;
30949
+ };
30950
+ }[] | undefined;
30951
+ helperText?: {
30952
+ id: string;
30953
+ defaultMessage: string;
30954
+ description: string;
30955
+ } | undefined;
30956
+ hideLabel?: boolean | undefined;
30957
+ uncorrectable?: boolean | undefined;
30958
+ value?: {
30959
+ $$field: string;
30960
+ $$subfield?: string[] | undefined;
30961
+ } | {
30962
+ $$field: string;
30963
+ $$subfield?: string[] | undefined;
30964
+ }[] | undefined;
30965
+ analytics?: boolean | undefined;
30966
+ required?: false | undefined;
30416
30967
  } | {
30417
30968
  id: string;
30418
30969
  label: {
@@ -30929,6 +31480,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
30929
31480
  defaultMessage: string;
30930
31481
  description: string;
30931
31482
  } | undefined;
31483
+ icon?: "Validated" | "Registered" | "Certified" | "Archived" | "List" | "Assigned" | "Close" | "Collapse" | "Draft" | "DuplicateYellow" | "Expand" | "ExternalValidate" | "FilledCheck" | "InReview" | "Offline" | "RequiresUpdates" | "Sent" | "WaitingApproval" | "ChartActivity" | "Activity" | "Archive" | "ArchiveTray" | "ArrowLeft" | "ArrowRight" | "Buildings" | "Circle" | "CaretDown" | "CaretLeft" | "CaretRight" | "ChartBar" | "ChartLine" | "ChatCircle" | "CheckSquare" | "Compass" | "Check" | "Copy" | "Database" | "DotsThreeVertical" | "ArrowCounterClockwise" | "MagnifyingGlassMinus" | "MagnifyingGlassPlus" | "Export" | "Eye" | "EyeSlash" | "Envelope" | "File" | "FileSearch" | "FileMinus" | "FilePlus" | "FileText" | "FileX" | "Handshake" | "Gear" | "GitBranch" | "IdentificationCard" | "ListBullets" | "Lock" | "MagnifyingGlass" | "MapPin" | "Medal" | "NotePencil" | "Paperclip" | "PaperPlaneTilt" | "Pen" | "Pencil" | "PencilSimpleLine" | "Phone" | "Plus" | "Printer" | "SignOut" | "Stamp" | "Star" | "Target" | "TextT" | "Trash" | "UploadSimple" | "User" | "UserPlus" | "Users" | "WarningCircle" | "X" | "CircleWavyCheck" | "CircleWavyQuestion" | "ArchiveBox" | "ArrowCircleDown" | "FileArrowUp" | "FileDotted" | "Files" | "PencilLine" | "PencilCircle" | "UserCircle" | "Clock" | "QrCode" | "Webcam" | "Sun" | "DeviceTabletCamera" | "Globe" | "Fingerprint" | "PushPin" | "Timer" | undefined;
30932
31484
  conditionals?: undefined;
30933
31485
  } | {
30934
31486
  label: {
@@ -33469,6 +34021,61 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
33469
34021
  $$subfield?: string[] | undefined;
33470
34022
  }[] | undefined;
33471
34023
  analytics?: boolean | undefined;
34024
+ } | {
34025
+ id: string;
34026
+ label: {
34027
+ id: string;
34028
+ defaultMessage: string;
34029
+ description: string;
34030
+ };
34031
+ type: "HIDDEN";
34032
+ parent?: {
34033
+ $$field: string;
34034
+ $$subfield?: string[] | undefined;
34035
+ } | {
34036
+ $$field: string;
34037
+ $$subfield?: string[] | undefined;
34038
+ }[] | undefined;
34039
+ conditionals?: ({
34040
+ type: "SHOW";
34041
+ conditional: any;
34042
+ } | {
34043
+ type: "ENABLE";
34044
+ conditional: any;
34045
+ } | {
34046
+ type: "DISPLAY_ON_REVIEW";
34047
+ conditional: any;
34048
+ })[] | undefined;
34049
+ secured?: boolean | undefined;
34050
+ placeholder?: {
34051
+ id: string;
34052
+ defaultMessage: string;
34053
+ description: string;
34054
+ } | undefined;
34055
+ validation?: {
34056
+ validator: any;
34057
+ message: {
34058
+ id: string;
34059
+ defaultMessage: string;
34060
+ description: string;
34061
+ };
34062
+ }[] | undefined;
34063
+ helperText?: {
34064
+ id: string;
34065
+ defaultMessage: string;
34066
+ description: string;
34067
+ } | undefined;
34068
+ hideLabel?: boolean | undefined;
34069
+ uncorrectable?: boolean | undefined;
34070
+ value?: {
34071
+ $$field: string;
34072
+ $$subfield?: string[] | undefined;
34073
+ } | {
34074
+ $$field: string;
34075
+ $$subfield?: string[] | undefined;
34076
+ }[] | undefined;
34077
+ analytics?: boolean | undefined;
34078
+ required?: false | undefined;
33472
34079
  } | {
33473
34080
  id: string;
33474
34081
  label: {
@@ -33985,6 +34592,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
33985
34592
  defaultMessage: string;
33986
34593
  description: string;
33987
34594
  } | undefined;
34595
+ icon?: "Validated" | "Registered" | "Certified" | "Archived" | "List" | "Assigned" | "Close" | "Collapse" | "Draft" | "DuplicateYellow" | "Expand" | "ExternalValidate" | "FilledCheck" | "InReview" | "Offline" | "RequiresUpdates" | "Sent" | "WaitingApproval" | "ChartActivity" | "Activity" | "Archive" | "ArchiveTray" | "ArrowLeft" | "ArrowRight" | "Buildings" | "Circle" | "CaretDown" | "CaretLeft" | "CaretRight" | "ChartBar" | "ChartLine" | "ChatCircle" | "CheckSquare" | "Compass" | "Check" | "Copy" | "Database" | "DotsThreeVertical" | "ArrowCounterClockwise" | "MagnifyingGlassMinus" | "MagnifyingGlassPlus" | "Export" | "Eye" | "EyeSlash" | "Envelope" | "File" | "FileSearch" | "FileMinus" | "FilePlus" | "FileText" | "FileX" | "Handshake" | "Gear" | "GitBranch" | "IdentificationCard" | "ListBullets" | "Lock" | "MagnifyingGlass" | "MapPin" | "Medal" | "NotePencil" | "Paperclip" | "PaperPlaneTilt" | "Pen" | "Pencil" | "PencilSimpleLine" | "Phone" | "Plus" | "Printer" | "SignOut" | "Stamp" | "Star" | "Target" | "TextT" | "Trash" | "UploadSimple" | "User" | "UserPlus" | "Users" | "WarningCircle" | "X" | "CircleWavyCheck" | "CircleWavyQuestion" | "ArchiveBox" | "ArrowCircleDown" | "FileArrowUp" | "FileDotted" | "Files" | "PencilLine" | "PencilCircle" | "UserCircle" | "Clock" | "QrCode" | "Webcam" | "Sun" | "DeviceTabletCamera" | "Globe" | "Fingerprint" | "PushPin" | "Timer" | undefined;
33988
34596
  conditionals?: ({
33989
34597
  type: "SHOW";
33990
34598
  conditional: any;
@@ -34023,6 +34631,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
34023
34631
  defaultMessage: string;
34024
34632
  description: string;
34025
34633
  } | undefined;
34634
+ icon?: "Validated" | "Registered" | "Certified" | "Archived" | "List" | "Assigned" | "Close" | "Collapse" | "Draft" | "DuplicateYellow" | "Expand" | "ExternalValidate" | "FilledCheck" | "InReview" | "Offline" | "RequiresUpdates" | "Sent" | "WaitingApproval" | "ChartActivity" | "Activity" | "Archive" | "ArchiveTray" | "ArrowLeft" | "ArrowRight" | "Buildings" | "Circle" | "CaretDown" | "CaretLeft" | "CaretRight" | "ChartBar" | "ChartLine" | "ChatCircle" | "CheckSquare" | "Compass" | "Check" | "Copy" | "Database" | "DotsThreeVertical" | "ArrowCounterClockwise" | "MagnifyingGlassMinus" | "MagnifyingGlassPlus" | "Export" | "Eye" | "EyeSlash" | "Envelope" | "File" | "FileSearch" | "FileMinus" | "FilePlus" | "FileText" | "FileX" | "Handshake" | "Gear" | "GitBranch" | "IdentificationCard" | "ListBullets" | "Lock" | "MagnifyingGlass" | "MapPin" | "Medal" | "NotePencil" | "Paperclip" | "PaperPlaneTilt" | "Pen" | "Pencil" | "PencilSimpleLine" | "Phone" | "Plus" | "Printer" | "SignOut" | "Stamp" | "Star" | "Target" | "TextT" | "Trash" | "UploadSimple" | "User" | "UserPlus" | "Users" | "WarningCircle" | "X" | "CircleWavyCheck" | "CircleWavyQuestion" | "ArchiveBox" | "ArrowCircleDown" | "FileArrowUp" | "FileDotted" | "Files" | "PencilLine" | "PencilCircle" | "UserCircle" | "Clock" | "QrCode" | "Webcam" | "Sun" | "DeviceTabletCamera" | "Globe" | "Fingerprint" | "PushPin" | "Timer" | undefined;
34026
34635
  conditionals?: ({
34027
34636
  type: "SHOW";
34028
34637
  conditional: any;
@@ -34052,6 +34661,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
34052
34661
  defaultMessage: string;
34053
34662
  description: string;
34054
34663
  } | undefined;
34664
+ icon?: "Validated" | "Registered" | "Certified" | "Archived" | "List" | "Assigned" | "Close" | "Collapse" | "Draft" | "DuplicateYellow" | "Expand" | "ExternalValidate" | "FilledCheck" | "InReview" | "Offline" | "RequiresUpdates" | "Sent" | "WaitingApproval" | "ChartActivity" | "Activity" | "Archive" | "ArchiveTray" | "ArrowLeft" | "ArrowRight" | "Buildings" | "Circle" | "CaretDown" | "CaretLeft" | "CaretRight" | "ChartBar" | "ChartLine" | "ChatCircle" | "CheckSquare" | "Compass" | "Check" | "Copy" | "Database" | "DotsThreeVertical" | "ArrowCounterClockwise" | "MagnifyingGlassMinus" | "MagnifyingGlassPlus" | "Export" | "Eye" | "EyeSlash" | "Envelope" | "File" | "FileSearch" | "FileMinus" | "FilePlus" | "FileText" | "FileX" | "Handshake" | "Gear" | "GitBranch" | "IdentificationCard" | "ListBullets" | "Lock" | "MagnifyingGlass" | "MapPin" | "Medal" | "NotePencil" | "Paperclip" | "PaperPlaneTilt" | "Pen" | "Pencil" | "PencilSimpleLine" | "Phone" | "Plus" | "Printer" | "SignOut" | "Stamp" | "Star" | "Target" | "TextT" | "Trash" | "UploadSimple" | "User" | "UserPlus" | "Users" | "WarningCircle" | "X" | "CircleWavyCheck" | "CircleWavyQuestion" | "ArchiveBox" | "ArrowCircleDown" | "FileArrowUp" | "FileDotted" | "Files" | "PencilLine" | "PencilCircle" | "UserCircle" | "Clock" | "QrCode" | "Webcam" | "Sun" | "DeviceTabletCamera" | "Globe" | "Fingerprint" | "PushPin" | "Timer" | undefined;
34055
34665
  conditionals?: ({
34056
34666
  type: "SHOW";
34057
34667
  conditional: any;
@@ -34090,6 +34700,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
34090
34700
  defaultMessage: string;
34091
34701
  description: string;
34092
34702
  } | undefined;
34703
+ icon?: "Validated" | "Registered" | "Certified" | "Archived" | "List" | "Assigned" | "Close" | "Collapse" | "Draft" | "DuplicateYellow" | "Expand" | "ExternalValidate" | "FilledCheck" | "InReview" | "Offline" | "RequiresUpdates" | "Sent" | "WaitingApproval" | "ChartActivity" | "Activity" | "Archive" | "ArchiveTray" | "ArrowLeft" | "ArrowRight" | "Buildings" | "Circle" | "CaretDown" | "CaretLeft" | "CaretRight" | "ChartBar" | "ChartLine" | "ChatCircle" | "CheckSquare" | "Compass" | "Check" | "Copy" | "Database" | "DotsThreeVertical" | "ArrowCounterClockwise" | "MagnifyingGlassMinus" | "MagnifyingGlassPlus" | "Export" | "Eye" | "EyeSlash" | "Envelope" | "File" | "FileSearch" | "FileMinus" | "FilePlus" | "FileText" | "FileX" | "Handshake" | "Gear" | "GitBranch" | "IdentificationCard" | "ListBullets" | "Lock" | "MagnifyingGlass" | "MapPin" | "Medal" | "NotePencil" | "Paperclip" | "PaperPlaneTilt" | "Pen" | "Pencil" | "PencilSimpleLine" | "Phone" | "Plus" | "Printer" | "SignOut" | "Stamp" | "Star" | "Target" | "TextT" | "Trash" | "UploadSimple" | "User" | "UserPlus" | "Users" | "WarningCircle" | "X" | "CircleWavyCheck" | "CircleWavyQuestion" | "ArchiveBox" | "ArrowCircleDown" | "FileArrowUp" | "FileDotted" | "Files" | "PencilLine" | "PencilCircle" | "UserCircle" | "Clock" | "QrCode" | "Webcam" | "Sun" | "DeviceTabletCamera" | "Globe" | "Fingerprint" | "PushPin" | "Timer" | undefined;
34093
34704
  conditionals?: ({
34094
34705
  type: "SHOW";
34095
34706
  conditional: any;
@@ -36652,6 +37263,61 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
36652
37263
  $$subfield?: string[] | undefined;
36653
37264
  }[] | undefined;
36654
37265
  analytics?: boolean | undefined;
37266
+ } | {
37267
+ id: string;
37268
+ label: {
37269
+ id: string;
37270
+ defaultMessage: string;
37271
+ description: string;
37272
+ };
37273
+ type: "HIDDEN";
37274
+ parent?: {
37275
+ $$field: string;
37276
+ $$subfield?: string[] | undefined;
37277
+ } | {
37278
+ $$field: string;
37279
+ $$subfield?: string[] | undefined;
37280
+ }[] | undefined;
37281
+ conditionals?: ({
37282
+ type: "SHOW";
37283
+ conditional: any;
37284
+ } | {
37285
+ type: "ENABLE";
37286
+ conditional: any;
37287
+ } | {
37288
+ type: "DISPLAY_ON_REVIEW";
37289
+ conditional: any;
37290
+ })[] | undefined;
37291
+ secured?: boolean | undefined;
37292
+ placeholder?: {
37293
+ id: string;
37294
+ defaultMessage: string;
37295
+ description: string;
37296
+ } | undefined;
37297
+ validation?: {
37298
+ validator: any;
37299
+ message: {
37300
+ id: string;
37301
+ defaultMessage: string;
37302
+ description: string;
37303
+ };
37304
+ }[] | undefined;
37305
+ helperText?: {
37306
+ id: string;
37307
+ defaultMessage: string;
37308
+ description: string;
37309
+ } | undefined;
37310
+ hideLabel?: boolean | undefined;
37311
+ uncorrectable?: boolean | undefined;
37312
+ value?: {
37313
+ $$field: string;
37314
+ $$subfield?: string[] | undefined;
37315
+ } | {
37316
+ $$field: string;
37317
+ $$subfield?: string[] | undefined;
37318
+ }[] | undefined;
37319
+ analytics?: boolean | undefined;
37320
+ required?: false | undefined;
36655
37321
  } | {
36656
37322
  id: string;
36657
37323
  label: {
@@ -39687,6 +40353,61 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
39687
40353
  $$subfield?: string[] | undefined;
39688
40354
  }[] | undefined;
39689
40355
  analytics?: boolean | undefined;
40356
+ } | {
40357
+ id: string;
40358
+ label: {
40359
+ id: string;
40360
+ defaultMessage: string;
40361
+ description: string;
40362
+ };
40363
+ type: "HIDDEN";
40364
+ parent?: {
40365
+ $$field: string;
40366
+ $$subfield?: string[] | undefined;
40367
+ } | {
40368
+ $$field: string;
40369
+ $$subfield?: string[] | undefined;
40370
+ }[] | undefined;
40371
+ conditionals?: ({
40372
+ type: "SHOW";
40373
+ conditional: any;
40374
+ } | {
40375
+ type: "ENABLE";
40376
+ conditional: any;
40377
+ } | {
40378
+ type: "DISPLAY_ON_REVIEW";
40379
+ conditional: any;
40380
+ })[] | undefined;
40381
+ secured?: boolean | undefined;
40382
+ placeholder?: {
40383
+ id: string;
40384
+ defaultMessage: string;
40385
+ description: string;
40386
+ } | undefined;
40387
+ validation?: {
40388
+ validator: any;
40389
+ message: {
40390
+ id: string;
40391
+ defaultMessage: string;
40392
+ description: string;
40393
+ };
40394
+ }[] | undefined;
40395
+ helperText?: {
40396
+ id: string;
40397
+ defaultMessage: string;
40398
+ description: string;
40399
+ } | undefined;
40400
+ hideLabel?: boolean | undefined;
40401
+ uncorrectable?: boolean | undefined;
40402
+ value?: {
40403
+ $$field: string;
40404
+ $$subfield?: string[] | undefined;
40405
+ } | {
40406
+ $$field: string;
40407
+ $$subfield?: string[] | undefined;
40408
+ }[] | undefined;
40409
+ analytics?: boolean | undefined;
40410
+ required?: false | undefined;
39690
40411
  } | {
39691
40412
  id: string;
39692
40413
  label: {
@@ -40234,6 +40955,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
40234
40955
  defaultMessage: string;
40235
40956
  description: string;
40236
40957
  } | undefined;
40958
+ icon?: "Validated" | "Registered" | "Certified" | "Archived" | "List" | "Assigned" | "Close" | "Collapse" | "Draft" | "DuplicateYellow" | "Expand" | "ExternalValidate" | "FilledCheck" | "InReview" | "Offline" | "RequiresUpdates" | "Sent" | "WaitingApproval" | "ChartActivity" | "Activity" | "Archive" | "ArchiveTray" | "ArrowLeft" | "ArrowRight" | "Buildings" | "Circle" | "CaretDown" | "CaretLeft" | "CaretRight" | "ChartBar" | "ChartLine" | "ChatCircle" | "CheckSquare" | "Compass" | "Check" | "Copy" | "Database" | "DotsThreeVertical" | "ArrowCounterClockwise" | "MagnifyingGlassMinus" | "MagnifyingGlassPlus" | "Export" | "Eye" | "EyeSlash" | "Envelope" | "File" | "FileSearch" | "FileMinus" | "FilePlus" | "FileText" | "FileX" | "Handshake" | "Gear" | "GitBranch" | "IdentificationCard" | "ListBullets" | "Lock" | "MagnifyingGlass" | "MapPin" | "Medal" | "NotePencil" | "Paperclip" | "PaperPlaneTilt" | "Pen" | "Pencil" | "PencilSimpleLine" | "Phone" | "Plus" | "Printer" | "SignOut" | "Stamp" | "Star" | "Target" | "TextT" | "Trash" | "UploadSimple" | "User" | "UserPlus" | "Users" | "WarningCircle" | "X" | "CircleWavyCheck" | "CircleWavyQuestion" | "ArchiveBox" | "ArrowCircleDown" | "FileArrowUp" | "FileDotted" | "Files" | "PencilLine" | "PencilCircle" | "UserCircle" | "Clock" | "QrCode" | "Webcam" | "Sun" | "DeviceTabletCamera" | "Globe" | "Fingerprint" | "PushPin" | "Timer" | undefined;
40237
40959
  conditionals?: ({
40238
40960
  type: "SHOW";
40239
40961
  conditional: any;
@@ -42787,6 +43509,61 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
42787
43509
  $$subfield?: string[] | undefined;
42788
43510
  }[] | undefined;
42789
43511
  analytics?: boolean | undefined;
43512
+ } | {
43513
+ id: string;
43514
+ label: {
43515
+ id: string;
43516
+ defaultMessage: string;
43517
+ description: string;
43518
+ };
43519
+ type: "HIDDEN";
43520
+ parent?: {
43521
+ $$field: string;
43522
+ $$subfield?: string[] | undefined;
43523
+ } | {
43524
+ $$field: string;
43525
+ $$subfield?: string[] | undefined;
43526
+ }[] | undefined;
43527
+ conditionals?: ({
43528
+ type: "SHOW";
43529
+ conditional: any;
43530
+ } | {
43531
+ type: "ENABLE";
43532
+ conditional: any;
43533
+ } | {
43534
+ type: "DISPLAY_ON_REVIEW";
43535
+ conditional: any;
43536
+ })[] | undefined;
43537
+ secured?: boolean | undefined;
43538
+ placeholder?: {
43539
+ id: string;
43540
+ defaultMessage: string;
43541
+ description: string;
43542
+ } | undefined;
43543
+ validation?: {
43544
+ validator: any;
43545
+ message: {
43546
+ id: string;
43547
+ defaultMessage: string;
43548
+ description: string;
43549
+ };
43550
+ }[] | undefined;
43551
+ helperText?: {
43552
+ id: string;
43553
+ defaultMessage: string;
43554
+ description: string;
43555
+ } | undefined;
43556
+ hideLabel?: boolean | undefined;
43557
+ uncorrectable?: boolean | undefined;
43558
+ value?: {
43559
+ $$field: string;
43560
+ $$subfield?: string[] | undefined;
43561
+ } | {
43562
+ $$field: string;
43563
+ $$subfield?: string[] | undefined;
43564
+ }[] | undefined;
43565
+ analytics?: boolean | undefined;
43566
+ required?: false | undefined;
42790
43567
  } | {
42791
43568
  id: string;
42792
43569
  label: {
@@ -45822,6 +46599,61 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
45822
46599
  $$subfield?: string[] | undefined;
45823
46600
  }[] | undefined;
45824
46601
  analytics?: boolean | undefined;
46602
+ } | {
46603
+ id: string;
46604
+ label: {
46605
+ id: string;
46606
+ defaultMessage: string;
46607
+ description: string;
46608
+ };
46609
+ type: "HIDDEN";
46610
+ parent?: {
46611
+ $$field: string;
46612
+ $$subfield?: string[] | undefined;
46613
+ } | {
46614
+ $$field: string;
46615
+ $$subfield?: string[] | undefined;
46616
+ }[] | undefined;
46617
+ conditionals?: ({
46618
+ type: "SHOW";
46619
+ conditional: any;
46620
+ } | {
46621
+ type: "ENABLE";
46622
+ conditional: any;
46623
+ } | {
46624
+ type: "DISPLAY_ON_REVIEW";
46625
+ conditional: any;
46626
+ })[] | undefined;
46627
+ secured?: boolean | undefined;
46628
+ placeholder?: {
46629
+ id: string;
46630
+ defaultMessage: string;
46631
+ description: string;
46632
+ } | undefined;
46633
+ validation?: {
46634
+ validator: any;
46635
+ message: {
46636
+ id: string;
46637
+ defaultMessage: string;
46638
+ description: string;
46639
+ };
46640
+ }[] | undefined;
46641
+ helperText?: {
46642
+ id: string;
46643
+ defaultMessage: string;
46644
+ description: string;
46645
+ } | undefined;
46646
+ hideLabel?: boolean | undefined;
46647
+ uncorrectable?: boolean | undefined;
46648
+ value?: {
46649
+ $$field: string;
46650
+ $$subfield?: string[] | undefined;
46651
+ } | {
46652
+ $$field: string;
46653
+ $$subfield?: string[] | undefined;
46654
+ }[] | undefined;
46655
+ analytics?: boolean | undefined;
46656
+ required?: false | undefined;
45825
46657
  } | {
45826
46658
  id: string;
45827
46659
  label: {
@@ -46369,6 +47201,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
46369
47201
  defaultMessage: string;
46370
47202
  description: string;
46371
47203
  } | undefined;
47204
+ icon?: "Validated" | "Registered" | "Certified" | "Archived" | "List" | "Assigned" | "Close" | "Collapse" | "Draft" | "DuplicateYellow" | "Expand" | "ExternalValidate" | "FilledCheck" | "InReview" | "Offline" | "RequiresUpdates" | "Sent" | "WaitingApproval" | "ChartActivity" | "Activity" | "Archive" | "ArchiveTray" | "ArrowLeft" | "ArrowRight" | "Buildings" | "Circle" | "CaretDown" | "CaretLeft" | "CaretRight" | "ChartBar" | "ChartLine" | "ChatCircle" | "CheckSquare" | "Compass" | "Check" | "Copy" | "Database" | "DotsThreeVertical" | "ArrowCounterClockwise" | "MagnifyingGlassMinus" | "MagnifyingGlassPlus" | "Export" | "Eye" | "EyeSlash" | "Envelope" | "File" | "FileSearch" | "FileMinus" | "FilePlus" | "FileText" | "FileX" | "Handshake" | "Gear" | "GitBranch" | "IdentificationCard" | "ListBullets" | "Lock" | "MagnifyingGlass" | "MapPin" | "Medal" | "NotePencil" | "Paperclip" | "PaperPlaneTilt" | "Pen" | "Pencil" | "PencilSimpleLine" | "Phone" | "Plus" | "Printer" | "SignOut" | "Stamp" | "Star" | "Target" | "TextT" | "Trash" | "UploadSimple" | "User" | "UserPlus" | "Users" | "WarningCircle" | "X" | "CircleWavyCheck" | "CircleWavyQuestion" | "ArchiveBox" | "ArrowCircleDown" | "FileArrowUp" | "FileDotted" | "Files" | "PencilLine" | "PencilCircle" | "UserCircle" | "Clock" | "QrCode" | "Webcam" | "Sun" | "DeviceTabletCamera" | "Globe" | "Fingerprint" | "PushPin" | "Timer" | undefined;
46372
47205
  conditionals?: ({
46373
47206
  type: "SHOW";
46374
47207
  conditional: any;
@@ -48911,6 +49744,61 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
48911
49744
  $$subfield?: string[] | undefined;
48912
49745
  }[] | undefined;
48913
49746
  analytics?: boolean | undefined;
49747
+ } | {
49748
+ id: string;
49749
+ label: {
49750
+ id: string;
49751
+ defaultMessage: string;
49752
+ description: string;
49753
+ };
49754
+ type: "HIDDEN";
49755
+ parent?: {
49756
+ $$field: string;
49757
+ $$subfield?: string[] | undefined;
49758
+ } | {
49759
+ $$field: string;
49760
+ $$subfield?: string[] | undefined;
49761
+ }[] | undefined;
49762
+ conditionals?: ({
49763
+ type: "SHOW";
49764
+ conditional: any;
49765
+ } | {
49766
+ type: "ENABLE";
49767
+ conditional: any;
49768
+ } | {
49769
+ type: "DISPLAY_ON_REVIEW";
49770
+ conditional: any;
49771
+ })[] | undefined;
49772
+ secured?: boolean | undefined;
49773
+ placeholder?: {
49774
+ id: string;
49775
+ defaultMessage: string;
49776
+ description: string;
49777
+ } | undefined;
49778
+ validation?: {
49779
+ validator: any;
49780
+ message: {
49781
+ id: string;
49782
+ defaultMessage: string;
49783
+ description: string;
49784
+ };
49785
+ }[] | undefined;
49786
+ helperText?: {
49787
+ id: string;
49788
+ defaultMessage: string;
49789
+ description: string;
49790
+ } | undefined;
49791
+ hideLabel?: boolean | undefined;
49792
+ uncorrectable?: boolean | undefined;
49793
+ value?: {
49794
+ $$field: string;
49795
+ $$subfield?: string[] | undefined;
49796
+ } | {
49797
+ $$field: string;
49798
+ $$subfield?: string[] | undefined;
49799
+ }[] | undefined;
49800
+ analytics?: boolean | undefined;
49801
+ required?: false | undefined;
48914
49802
  } | {
48915
49803
  id: string;
48916
49804
  label: {
@@ -49433,7 +50321,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
49433
50321
  };
49434
50322
  fieldId: string;
49435
50323
  fieldType: "field";
49436
- type?: "NAME" | "PHONE" | "ID" | "ADDRESS" | "TEXT" | "NUMBER" | "TEXTAREA" | "EMAIL" | "DATE" | "AGE" | "DATE_RANGE" | "SELECT_DATE_RANGE" | "TIME" | "PARAGRAPH" | "PAGE_HEADER" | "RADIO_GROUP" | "FILE" | "FILE_WITH_OPTIONS" | "BULLET_LIST" | "CHECKBOX" | "SELECT" | "COUNTRY" | "LOCATION" | "DIVIDER" | "ADMINISTRATIVE_AREA" | "FACILITY" | "OFFICE" | "SIGNATURE" | "DATA" | "BUTTON" | "SEARCH" | "ALPHA_PRINT_BUTTON" | "HTTP" | "LINK_BUTTON" | "VERIFICATION_STATUS" | "QUERY_PARAM_READER" | "QR_READER" | "ID_READER" | "LOADER" | undefined;
50324
+ type?: "NAME" | "PHONE" | "ID" | "ADDRESS" | "TEXT" | "NUMBER" | "TEXTAREA" | "EMAIL" | "DATE" | "AGE" | "DATE_RANGE" | "SELECT_DATE_RANGE" | "TIME" | "PARAGRAPH" | "PAGE_HEADER" | "RADIO_GROUP" | "FILE" | "FILE_WITH_OPTIONS" | "BULLET_LIST" | "CHECKBOX" | "SELECT" | "COUNTRY" | "LOCATION" | "DIVIDER" | "ADMINISTRATIVE_AREA" | "FACILITY" | "OFFICE" | "SIGNATURE" | "DATA" | "BUTTON" | "SEARCH" | "ALPHA_PRINT_BUTTON" | "HTTP" | "LINK_BUTTON" | "VERIFICATION_STATUS" | "QUERY_PARAM_READER" | "QR_READER" | "ID_READER" | "LOADER" | "HIDDEN" | undefined;
49437
50325
  label?: {
49438
50326
  id: string;
49439
50327
  defaultMessage: string;
@@ -49475,9 +50363,9 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
49475
50363
  type: "exact" | "fuzzy" | "range" | "within";
49476
50364
  searchFields?: string[] | undefined;
49477
50365
  };
49478
- fieldId: "event.status" | "event.trackingId" | "event.updatedAt" | "event.legalStatuses.REGISTERED.acceptedAt" | "event.legalStatuses.REGISTERED.createdAtLocation";
50366
+ fieldId: "event.status" | "event.trackingId" | "event.updatedAt" | "event.legalStatuses.REGISTERED.acceptedAt" | "event.legalStatuses.REGISTERED.createdAtLocation" | "event.legalStatuses.REGISTERED.registrationNumber";
49479
50367
  fieldType: "event";
49480
- type?: "NAME" | "PHONE" | "ID" | "ADDRESS" | "TEXT" | "NUMBER" | "TEXTAREA" | "EMAIL" | "DATE" | "AGE" | "DATE_RANGE" | "SELECT_DATE_RANGE" | "TIME" | "PARAGRAPH" | "PAGE_HEADER" | "RADIO_GROUP" | "FILE" | "FILE_WITH_OPTIONS" | "BULLET_LIST" | "CHECKBOX" | "SELECT" | "COUNTRY" | "LOCATION" | "DIVIDER" | "ADMINISTRATIVE_AREA" | "FACILITY" | "OFFICE" | "SIGNATURE" | "DATA" | "BUTTON" | "SEARCH" | "ALPHA_PRINT_BUTTON" | "HTTP" | "LINK_BUTTON" | "VERIFICATION_STATUS" | "QUERY_PARAM_READER" | "QR_READER" | "ID_READER" | "LOADER" | undefined;
50368
+ type?: "NAME" | "PHONE" | "ID" | "ADDRESS" | "TEXT" | "NUMBER" | "TEXTAREA" | "EMAIL" | "DATE" | "AGE" | "DATE_RANGE" | "SELECT_DATE_RANGE" | "TIME" | "PARAGRAPH" | "PAGE_HEADER" | "RADIO_GROUP" | "FILE" | "FILE_WITH_OPTIONS" | "BULLET_LIST" | "CHECKBOX" | "SELECT" | "COUNTRY" | "LOCATION" | "DIVIDER" | "ADMINISTRATIVE_AREA" | "FACILITY" | "OFFICE" | "SIGNATURE" | "DATA" | "BUTTON" | "SEARCH" | "ALPHA_PRINT_BUTTON" | "HTTP" | "LINK_BUTTON" | "VERIFICATION_STATUS" | "QUERY_PARAM_READER" | "QR_READER" | "ID_READER" | "LOADER" | "HIDDEN" | undefined;
49481
50369
  label?: {
49482
50370
  id: string;
49483
50371
  defaultMessage: string;
@@ -49529,6 +50417,10 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
49529
50417
  $$field: string;
49530
50418
  $$subfield?: string[] | undefined;
49531
50419
  } | undefined;
50420
+ placeOfEvent?: {
50421
+ $$field: string;
50422
+ $$subfield?: string[] | undefined;
50423
+ } | undefined;
49532
50424
  fallbackTitle?: {
49533
50425
  id: string;
49534
50426
  defaultMessage: string;
@@ -49545,4 +50437,5 @@ export declare function getCompleteActionAnnotation(annotation: ActionUpdate, ev
49545
50437
  export declare function getCompleteActionDeclaration<T extends EventState | ActionUpdate>(declaration: T, event: EventDocument, action: ActionDocument): T;
49546
50438
  export declare function getAcceptedActions(event: EventDocument): ActionDocument[];
49547
50439
  export declare function aggregateActionDeclarations(event: EventDocument): EventState;
50440
+ export declare function aggregateActionAnnotations(actions: ActionDocument[]): EventState;
49548
50441
  //# sourceMappingURL=utils.d.ts.map