@opencrvs/toolkit 1.8.1-rc.0377f8e → 1.8.1-rc.06c1a33

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.
@@ -959,6 +959,85 @@ export declare function getDeclarationPages(configuration: EventConfig): {
959
959
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
960
960
  hideLabel?: boolean | undefined;
961
961
  uncorrectable?: boolean | undefined;
962
+ } | {
963
+ type: "BUTTON";
964
+ id: string;
965
+ label: import("./TranslationConfig").TranslationConfig;
966
+ configuration: {
967
+ text: import("./TranslationConfig").TranslationConfig;
968
+ loading?: boolean | undefined;
969
+ icon?: string | undefined;
970
+ };
971
+ parent?: {
972
+ $$field: string;
973
+ } | undefined;
974
+ validation?: {
975
+ message: import("./TranslationConfig").TranslationConfig;
976
+ validator: import(".").JSONSchema;
977
+ }[] | undefined;
978
+ required?: boolean | undefined;
979
+ conditionals?: ({
980
+ type: "SHOW";
981
+ conditional: import(".").JSONSchema;
982
+ } | {
983
+ type: "ENABLE";
984
+ conditional: import(".").JSONSchema;
985
+ } | {
986
+ type: "DISPLAY_ON_REVIEW";
987
+ conditional: import(".").JSONSchema;
988
+ })[] | undefined;
989
+ secured?: boolean | undefined;
990
+ placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
991
+ helperText?: import("./TranslationConfig").TranslationConfig | undefined;
992
+ hideLabel?: boolean | undefined;
993
+ uncorrectable?: boolean | undefined;
994
+ } | {
995
+ type: "HTTP";
996
+ id: string;
997
+ label: import("./TranslationConfig").TranslationConfig;
998
+ configuration: {
999
+ method: "POST" | "DELETE" | "GET" | "PUT";
1000
+ trigger: {
1001
+ $$field: string;
1002
+ };
1003
+ url: string;
1004
+ timeout: number;
1005
+ params?: Record<string, string> | undefined;
1006
+ headers?: Record<string, string> | undefined;
1007
+ body?: Record<string, string> | undefined;
1008
+ };
1009
+ parent?: {
1010
+ $$field: string;
1011
+ } | undefined;
1012
+ validation?: {
1013
+ message: import("./TranslationConfig").TranslationConfig;
1014
+ validator: import(".").JSONSchema;
1015
+ }[] | undefined;
1016
+ required?: boolean | undefined;
1017
+ conditionals?: ({
1018
+ type: "SHOW";
1019
+ conditional: import(".").JSONSchema;
1020
+ } | {
1021
+ type: "ENABLE";
1022
+ conditional: import(".").JSONSchema;
1023
+ } | {
1024
+ type: "DISPLAY_ON_REVIEW";
1025
+ conditional: import(".").JSONSchema;
1026
+ })[] | undefined;
1027
+ secured?: boolean | undefined;
1028
+ placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
1029
+ helperText?: import("./TranslationConfig").TranslationConfig | undefined;
1030
+ hideLabel?: boolean | undefined;
1031
+ uncorrectable?: boolean | undefined;
1032
+ defaultValue?: {
1033
+ error: {
1034
+ message: string;
1035
+ statusCode: number | null;
1036
+ } | null;
1037
+ loading: boolean;
1038
+ data?: any;
1039
+ trackingValue?: string | undefined;
1040
+ } | undefined;
962
1041
  })[];
963
1042
  conditional?: import(".").JSONSchema | undefined;
964
1043
  }[];
@@ -1913,6 +1992,85 @@ export declare function getDeclaration(configuration: EventConfig): {
1913
1992
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
1914
1993
  hideLabel?: boolean | undefined;
1915
1994
  uncorrectable?: boolean | undefined;
1995
+ } | {
1996
+ type: "BUTTON";
1997
+ id: string;
1998
+ label: import("./TranslationConfig").TranslationConfig;
1999
+ configuration: {
2000
+ text: import("./TranslationConfig").TranslationConfig;
2001
+ loading?: boolean | undefined;
2002
+ icon?: string | undefined;
2003
+ };
2004
+ parent?: {
2005
+ $$field: string;
2006
+ } | undefined;
2007
+ validation?: {
2008
+ message: import("./TranslationConfig").TranslationConfig;
2009
+ validator: import(".").JSONSchema;
2010
+ }[] | undefined;
2011
+ required?: boolean | undefined;
2012
+ conditionals?: ({
2013
+ type: "SHOW";
2014
+ conditional: import(".").JSONSchema;
2015
+ } | {
2016
+ type: "ENABLE";
2017
+ conditional: import(".").JSONSchema;
2018
+ } | {
2019
+ type: "DISPLAY_ON_REVIEW";
2020
+ conditional: import(".").JSONSchema;
2021
+ })[] | undefined;
2022
+ secured?: boolean | undefined;
2023
+ placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
2024
+ helperText?: import("./TranslationConfig").TranslationConfig | undefined;
2025
+ hideLabel?: boolean | undefined;
2026
+ uncorrectable?: boolean | undefined;
2027
+ } | {
2028
+ type: "HTTP";
2029
+ id: string;
2030
+ label: import("./TranslationConfig").TranslationConfig;
2031
+ configuration: {
2032
+ method: "POST" | "DELETE" | "GET" | "PUT";
2033
+ trigger: {
2034
+ $$field: string;
2035
+ };
2036
+ url: string;
2037
+ timeout: number;
2038
+ params?: Record<string, string> | undefined;
2039
+ headers?: Record<string, string> | undefined;
2040
+ body?: Record<string, string> | undefined;
2041
+ };
2042
+ parent?: {
2043
+ $$field: string;
2044
+ } | undefined;
2045
+ validation?: {
2046
+ message: import("./TranslationConfig").TranslationConfig;
2047
+ validator: import(".").JSONSchema;
2048
+ }[] | undefined;
2049
+ required?: boolean | undefined;
2050
+ conditionals?: ({
2051
+ type: "SHOW";
2052
+ conditional: import(".").JSONSchema;
2053
+ } | {
2054
+ type: "ENABLE";
2055
+ conditional: import(".").JSONSchema;
2056
+ } | {
2057
+ type: "DISPLAY_ON_REVIEW";
2058
+ conditional: import(".").JSONSchema;
2059
+ })[] | undefined;
2060
+ secured?: boolean | undefined;
2061
+ placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
2062
+ helperText?: import("./TranslationConfig").TranslationConfig | undefined;
2063
+ hideLabel?: boolean | undefined;
2064
+ uncorrectable?: boolean | undefined;
2065
+ defaultValue?: {
2066
+ error: {
2067
+ message: string;
2068
+ statusCode: number | null;
2069
+ } | null;
2070
+ loading: boolean;
2071
+ data?: any;
2072
+ trackingValue?: string | undefined;
2073
+ } | undefined;
1916
2074
  })[];
1917
2075
  conditional?: import(".").JSONSchema | undefined;
1918
2076
  }[];
@@ -2866,6 +3024,85 @@ export declare function getPrintCertificatePages(configuration: EventConfig): ({
2866
3024
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
2867
3025
  hideLabel?: boolean | undefined;
2868
3026
  uncorrectable?: boolean | undefined;
3027
+ } | {
3028
+ type: "BUTTON";
3029
+ id: string;
3030
+ label: import("./TranslationConfig").TranslationConfig;
3031
+ configuration: {
3032
+ text: import("./TranslationConfig").TranslationConfig;
3033
+ loading?: boolean | undefined;
3034
+ icon?: string | undefined;
3035
+ };
3036
+ parent?: {
3037
+ $$field: string;
3038
+ } | undefined;
3039
+ validation?: {
3040
+ message: import("./TranslationConfig").TranslationConfig;
3041
+ validator: import(".").JSONSchema;
3042
+ }[] | undefined;
3043
+ required?: boolean | undefined;
3044
+ conditionals?: ({
3045
+ type: "SHOW";
3046
+ conditional: import(".").JSONSchema;
3047
+ } | {
3048
+ type: "ENABLE";
3049
+ conditional: import(".").JSONSchema;
3050
+ } | {
3051
+ type: "DISPLAY_ON_REVIEW";
3052
+ conditional: import(".").JSONSchema;
3053
+ })[] | undefined;
3054
+ secured?: boolean | undefined;
3055
+ placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
3056
+ helperText?: import("./TranslationConfig").TranslationConfig | undefined;
3057
+ hideLabel?: boolean | undefined;
3058
+ uncorrectable?: boolean | undefined;
3059
+ } | {
3060
+ type: "HTTP";
3061
+ id: string;
3062
+ label: import("./TranslationConfig").TranslationConfig;
3063
+ configuration: {
3064
+ method: "POST" | "DELETE" | "GET" | "PUT";
3065
+ trigger: {
3066
+ $$field: string;
3067
+ };
3068
+ url: string;
3069
+ timeout: number;
3070
+ params?: Record<string, string> | undefined;
3071
+ headers?: Record<string, string> | undefined;
3072
+ body?: Record<string, string> | undefined;
3073
+ };
3074
+ parent?: {
3075
+ $$field: string;
3076
+ } | undefined;
3077
+ validation?: {
3078
+ message: import("./TranslationConfig").TranslationConfig;
3079
+ validator: import(".").JSONSchema;
3080
+ }[] | undefined;
3081
+ required?: boolean | undefined;
3082
+ conditionals?: ({
3083
+ type: "SHOW";
3084
+ conditional: import(".").JSONSchema;
3085
+ } | {
3086
+ type: "ENABLE";
3087
+ conditional: import(".").JSONSchema;
3088
+ } | {
3089
+ type: "DISPLAY_ON_REVIEW";
3090
+ conditional: import(".").JSONSchema;
3091
+ })[] | undefined;
3092
+ secured?: boolean | undefined;
3093
+ placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
3094
+ helperText?: import("./TranslationConfig").TranslationConfig | undefined;
3095
+ hideLabel?: boolean | undefined;
3096
+ uncorrectable?: boolean | undefined;
3097
+ defaultValue?: {
3098
+ error: {
3099
+ message: string;
3100
+ statusCode: number | null;
3101
+ } | null;
3102
+ loading: boolean;
3103
+ data?: any;
3104
+ trackingValue?: string | undefined;
3105
+ } | undefined;
2869
3106
  })[];
2870
3107
  conditional?: import(".").JSONSchema | undefined;
2871
3108
  } | {
@@ -3829,6 +4066,85 @@ export declare function getPrintCertificatePages(configuration: EventConfig): ({
3829
4066
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
3830
4067
  hideLabel?: boolean | undefined;
3831
4068
  uncorrectable?: boolean | undefined;
4069
+ } | {
4070
+ type: "BUTTON";
4071
+ id: string;
4072
+ label: import("./TranslationConfig").TranslationConfig;
4073
+ configuration: {
4074
+ text: import("./TranslationConfig").TranslationConfig;
4075
+ loading?: boolean | undefined;
4076
+ icon?: string | undefined;
4077
+ };
4078
+ parent?: {
4079
+ $$field: string;
4080
+ } | undefined;
4081
+ validation?: {
4082
+ message: import("./TranslationConfig").TranslationConfig;
4083
+ validator: import(".").JSONSchema;
4084
+ }[] | undefined;
4085
+ required?: boolean | undefined;
4086
+ conditionals?: ({
4087
+ type: "SHOW";
4088
+ conditional: import(".").JSONSchema;
4089
+ } | {
4090
+ type: "ENABLE";
4091
+ conditional: import(".").JSONSchema;
4092
+ } | {
4093
+ type: "DISPLAY_ON_REVIEW";
4094
+ conditional: import(".").JSONSchema;
4095
+ })[] | undefined;
4096
+ secured?: boolean | undefined;
4097
+ placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
4098
+ helperText?: import("./TranslationConfig").TranslationConfig | undefined;
4099
+ hideLabel?: boolean | undefined;
4100
+ uncorrectable?: boolean | undefined;
4101
+ } | {
4102
+ type: "HTTP";
4103
+ id: string;
4104
+ label: import("./TranslationConfig").TranslationConfig;
4105
+ configuration: {
4106
+ method: "POST" | "DELETE" | "GET" | "PUT";
4107
+ trigger: {
4108
+ $$field: string;
4109
+ };
4110
+ url: string;
4111
+ timeout: number;
4112
+ params?: Record<string, string> | undefined;
4113
+ headers?: Record<string, string> | undefined;
4114
+ body?: Record<string, string> | undefined;
4115
+ };
4116
+ parent?: {
4117
+ $$field: string;
4118
+ } | undefined;
4119
+ validation?: {
4120
+ message: import("./TranslationConfig").TranslationConfig;
4121
+ validator: import(".").JSONSchema;
4122
+ }[] | undefined;
4123
+ required?: boolean | undefined;
4124
+ conditionals?: ({
4125
+ type: "SHOW";
4126
+ conditional: import(".").JSONSchema;
4127
+ } | {
4128
+ type: "ENABLE";
4129
+ conditional: import(".").JSONSchema;
4130
+ } | {
4131
+ type: "DISPLAY_ON_REVIEW";
4132
+ conditional: import(".").JSONSchema;
4133
+ })[] | undefined;
4134
+ secured?: boolean | undefined;
4135
+ placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
4136
+ helperText?: import("./TranslationConfig").TranslationConfig | undefined;
4137
+ hideLabel?: boolean | undefined;
4138
+ uncorrectable?: boolean | undefined;
4139
+ defaultValue?: {
4140
+ error: {
4141
+ message: string;
4142
+ statusCode: number | null;
4143
+ } | null;
4144
+ loading: boolean;
4145
+ data?: any;
4146
+ trackingValue?: string | undefined;
4147
+ } | undefined;
3832
4148
  })[];
3833
4149
  conditional?: import(".").JSONSchema | undefined;
3834
4150
  })[];
@@ -4777,6 +5093,85 @@ export declare const getActionAnnotationFields: (actionConfig: ActionConfig) =>
4777
5093
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
4778
5094
  hideLabel?: boolean | undefined;
4779
5095
  uncorrectable?: boolean | undefined;
5096
+ } | {
5097
+ type: "BUTTON";
5098
+ id: string;
5099
+ label: import("./TranslationConfig").TranslationConfig;
5100
+ configuration: {
5101
+ text: import("./TranslationConfig").TranslationConfig;
5102
+ loading?: boolean | undefined;
5103
+ icon?: string | undefined;
5104
+ };
5105
+ parent?: {
5106
+ $$field: string;
5107
+ } | undefined;
5108
+ validation?: {
5109
+ message: import("./TranslationConfig").TranslationConfig;
5110
+ validator: import(".").JSONSchema;
5111
+ }[] | undefined;
5112
+ required?: boolean | undefined;
5113
+ conditionals?: ({
5114
+ type: "SHOW";
5115
+ conditional: import(".").JSONSchema;
5116
+ } | {
5117
+ type: "ENABLE";
5118
+ conditional: import(".").JSONSchema;
5119
+ } | {
5120
+ type: "DISPLAY_ON_REVIEW";
5121
+ conditional: import(".").JSONSchema;
5122
+ })[] | undefined;
5123
+ secured?: boolean | undefined;
5124
+ placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
5125
+ helperText?: import("./TranslationConfig").TranslationConfig | undefined;
5126
+ hideLabel?: boolean | undefined;
5127
+ uncorrectable?: boolean | undefined;
5128
+ } | {
5129
+ type: "HTTP";
5130
+ id: string;
5131
+ label: import("./TranslationConfig").TranslationConfig;
5132
+ configuration: {
5133
+ method: "POST" | "DELETE" | "GET" | "PUT";
5134
+ trigger: {
5135
+ $$field: string;
5136
+ };
5137
+ url: string;
5138
+ timeout: number;
5139
+ params?: Record<string, string> | undefined;
5140
+ headers?: Record<string, string> | undefined;
5141
+ body?: Record<string, string> | undefined;
5142
+ };
5143
+ parent?: {
5144
+ $$field: string;
5145
+ } | undefined;
5146
+ validation?: {
5147
+ message: import("./TranslationConfig").TranslationConfig;
5148
+ validator: import(".").JSONSchema;
5149
+ }[] | undefined;
5150
+ required?: boolean | undefined;
5151
+ conditionals?: ({
5152
+ type: "SHOW";
5153
+ conditional: import(".").JSONSchema;
5154
+ } | {
5155
+ type: "ENABLE";
5156
+ conditional: import(".").JSONSchema;
5157
+ } | {
5158
+ type: "DISPLAY_ON_REVIEW";
5159
+ conditional: import(".").JSONSchema;
5160
+ })[] | undefined;
5161
+ secured?: boolean | undefined;
5162
+ placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
5163
+ helperText?: import("./TranslationConfig").TranslationConfig | undefined;
5164
+ hideLabel?: boolean | undefined;
5165
+ uncorrectable?: boolean | undefined;
5166
+ defaultValue?: {
5167
+ error: {
5168
+ message: string;
5169
+ statusCode: number | null;
5170
+ } | null;
5171
+ loading: boolean;
5172
+ data?: any;
5173
+ trackingValue?: string | undefined;
5174
+ } | undefined;
4780
5175
  })[];
4781
5176
  export declare function getAllUniqueFields(eventConfig: EventConfig): FieldConfig[];
4782
5177
  export declare function getDeclarationFieldById(config: EventConfig, fieldId: string): FieldConfig;
@@ -5731,6 +6126,85 @@ export declare function getActionReview(configuration: EventConfig, actionType:
5731
6126
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
5732
6127
  hideLabel?: boolean | undefined;
5733
6128
  uncorrectable?: boolean | undefined;
6129
+ } | {
6130
+ type: "BUTTON";
6131
+ id: string;
6132
+ label: import("./TranslationConfig").TranslationConfig;
6133
+ configuration: {
6134
+ text: import("./TranslationConfig").TranslationConfig;
6135
+ loading?: boolean | undefined;
6136
+ icon?: string | undefined;
6137
+ };
6138
+ parent?: {
6139
+ $$field: string;
6140
+ } | undefined;
6141
+ validation?: {
6142
+ message: import("./TranslationConfig").TranslationConfig;
6143
+ validator: import(".").JSONSchema;
6144
+ }[] | undefined;
6145
+ required?: boolean | undefined;
6146
+ conditionals?: ({
6147
+ type: "SHOW";
6148
+ conditional: import(".").JSONSchema;
6149
+ } | {
6150
+ type: "ENABLE";
6151
+ conditional: import(".").JSONSchema;
6152
+ } | {
6153
+ type: "DISPLAY_ON_REVIEW";
6154
+ conditional: import(".").JSONSchema;
6155
+ })[] | undefined;
6156
+ secured?: boolean | undefined;
6157
+ placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
6158
+ helperText?: import("./TranslationConfig").TranslationConfig | undefined;
6159
+ hideLabel?: boolean | undefined;
6160
+ uncorrectable?: boolean | undefined;
6161
+ } | {
6162
+ type: "HTTP";
6163
+ id: string;
6164
+ label: import("./TranslationConfig").TranslationConfig;
6165
+ configuration: {
6166
+ method: "POST" | "DELETE" | "GET" | "PUT";
6167
+ trigger: {
6168
+ $$field: string;
6169
+ };
6170
+ url: string;
6171
+ timeout: number;
6172
+ params?: Record<string, string> | undefined;
6173
+ headers?: Record<string, string> | undefined;
6174
+ body?: Record<string, string> | undefined;
6175
+ };
6176
+ parent?: {
6177
+ $$field: string;
6178
+ } | undefined;
6179
+ validation?: {
6180
+ message: import("./TranslationConfig").TranslationConfig;
6181
+ validator: import(".").JSONSchema;
6182
+ }[] | undefined;
6183
+ required?: boolean | undefined;
6184
+ conditionals?: ({
6185
+ type: "SHOW";
6186
+ conditional: import(".").JSONSchema;
6187
+ } | {
6188
+ type: "ENABLE";
6189
+ conditional: import(".").JSONSchema;
6190
+ } | {
6191
+ type: "DISPLAY_ON_REVIEW";
6192
+ conditional: import(".").JSONSchema;
6193
+ })[] | undefined;
6194
+ secured?: boolean | undefined;
6195
+ placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
6196
+ helperText?: import("./TranslationConfig").TranslationConfig | undefined;
6197
+ hideLabel?: boolean | undefined;
6198
+ uncorrectable?: boolean | undefined;
6199
+ defaultValue?: {
6200
+ error: {
6201
+ message: string;
6202
+ statusCode: number | null;
6203
+ } | null;
6204
+ loading: boolean;
6205
+ data?: any;
6206
+ trackingValue?: string | undefined;
6207
+ } | undefined;
5734
6208
  })[];
5735
6209
  };
5736
6210
  export declare function getActionReviewFields(configuration: EventConfig, actionType: DeclarationActionType): ({
@@ -6678,6 +7152,85 @@ export declare function getActionReviewFields(configuration: EventConfig, action
6678
7152
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
6679
7153
  hideLabel?: boolean | undefined;
6680
7154
  uncorrectable?: boolean | undefined;
7155
+ } | {
7156
+ type: "BUTTON";
7157
+ id: string;
7158
+ label: import("./TranslationConfig").TranslationConfig;
7159
+ configuration: {
7160
+ text: import("./TranslationConfig").TranslationConfig;
7161
+ loading?: boolean | undefined;
7162
+ icon?: string | undefined;
7163
+ };
7164
+ parent?: {
7165
+ $$field: string;
7166
+ } | undefined;
7167
+ validation?: {
7168
+ message: import("./TranslationConfig").TranslationConfig;
7169
+ validator: import(".").JSONSchema;
7170
+ }[] | undefined;
7171
+ required?: boolean | undefined;
7172
+ conditionals?: ({
7173
+ type: "SHOW";
7174
+ conditional: import(".").JSONSchema;
7175
+ } | {
7176
+ type: "ENABLE";
7177
+ conditional: import(".").JSONSchema;
7178
+ } | {
7179
+ type: "DISPLAY_ON_REVIEW";
7180
+ conditional: import(".").JSONSchema;
7181
+ })[] | undefined;
7182
+ secured?: boolean | undefined;
7183
+ placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
7184
+ helperText?: import("./TranslationConfig").TranslationConfig | undefined;
7185
+ hideLabel?: boolean | undefined;
7186
+ uncorrectable?: boolean | undefined;
7187
+ } | {
7188
+ type: "HTTP";
7189
+ id: string;
7190
+ label: import("./TranslationConfig").TranslationConfig;
7191
+ configuration: {
7192
+ method: "POST" | "DELETE" | "GET" | "PUT";
7193
+ trigger: {
7194
+ $$field: string;
7195
+ };
7196
+ url: string;
7197
+ timeout: number;
7198
+ params?: Record<string, string> | undefined;
7199
+ headers?: Record<string, string> | undefined;
7200
+ body?: Record<string, string> | undefined;
7201
+ };
7202
+ parent?: {
7203
+ $$field: string;
7204
+ } | undefined;
7205
+ validation?: {
7206
+ message: import("./TranslationConfig").TranslationConfig;
7207
+ validator: import(".").JSONSchema;
7208
+ }[] | undefined;
7209
+ required?: boolean | undefined;
7210
+ conditionals?: ({
7211
+ type: "SHOW";
7212
+ conditional: import(".").JSONSchema;
7213
+ } | {
7214
+ type: "ENABLE";
7215
+ conditional: import(".").JSONSchema;
7216
+ } | {
7217
+ type: "DISPLAY_ON_REVIEW";
7218
+ conditional: import(".").JSONSchema;
7219
+ })[] | undefined;
7220
+ secured?: boolean | undefined;
7221
+ placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
7222
+ helperText?: import("./TranslationConfig").TranslationConfig | undefined;
7223
+ hideLabel?: boolean | undefined;
7224
+ uncorrectable?: boolean | undefined;
7225
+ defaultValue?: {
7226
+ error: {
7227
+ message: string;
7228
+ statusCode: number | null;
7229
+ } | null;
7230
+ loading: boolean;
7231
+ data?: any;
7232
+ trackingValue?: string | undefined;
7233
+ } | undefined;
6681
7234
  })[];
6682
7235
  export declare function isPageVisible(page: PageConfig, formValues: ActionUpdate): boolean;
6683
7236
  export declare function omitHiddenFields<T extends EventState | ActionUpdate>(fields: FieldConfig[], values: T, visibleVerificationPageIds?: string[]): Partial<T>;
@@ -6727,6 +7280,14 @@ export declare function omitHiddenPaginatedFields(formConfig: FormConfig, declar
6727
7280
  path: string;
6728
7281
  originalFilename: string;
6729
7282
  }[] | {
7283
+ error: {
7284
+ message: string;
7285
+ statusCode: number | null;
7286
+ } | null;
7287
+ loading: boolean;
7288
+ data?: any;
7289
+ trackingValue?: string | undefined;
7290
+ } | {
6730
7291
  start: string;
6731
7292
  end: string;
6732
7293
  } | null | undefined>>;
@@ -6785,6 +7346,13 @@ export declare function findActiveDrafts(event: EventDocument, drafts: Draft[]):
6785
7346
  path: string;
6786
7347
  originalFilename: string;
6787
7348
  }[] | {
7349
+ data?: any;
7350
+ error?: {
7351
+ message: string;
7352
+ statusCode: number | null;
7353
+ } | null | undefined;
7354
+ loading?: boolean | null | undefined;
7355
+ } | {
6788
7356
  start: string;
6789
7357
  end: string;
6790
7358
  } | null | undefined>;
@@ -6832,6 +7400,13 @@ export declare function findActiveDrafts(event: EventDocument, drafts: Draft[]):
6832
7400
  path: string;
6833
7401
  originalFilename: string;
6834
7402
  }[] | {
7403
+ data?: any;
7404
+ error?: {
7405
+ message: string;
7406
+ statusCode: number | null;
7407
+ } | null | undefined;
7408
+ loading?: boolean | null | undefined;
7409
+ } | {
6835
7410
  start: string;
6836
7411
  end: string;
6837
7412
  } | null | undefined> | null | undefined;
@@ -6917,6 +7492,21 @@ export declare function omitHiddenAnnotationFields(actionConfig: ActionConfig, d
6917
7492
  path: string;
6918
7493
  originalFilename: string;
6919
7494
  }[] | {
7495
+ error: {
7496
+ message: string;
7497
+ statusCode: number | null;
7498
+ } | null;
7499
+ loading: boolean;
7500
+ data?: any;
7501
+ trackingValue?: string | undefined;
7502
+ } | {
7503
+ data?: any;
7504
+ error?: {
7505
+ message: string;
7506
+ statusCode: number | null;
7507
+ } | null | undefined;
7508
+ loading?: boolean | null | undefined;
7509
+ } | {
6920
7510
  start: string;
6921
7511
  end: string;
6922
7512
  } | null | undefined;
@@ -7862,17 +8452,87 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
7862
8452
  searchMode?: boolean | undefined;
7863
8453
  } | undefined;
7864
8454
  } | {
7865
- type: "DATA";
8455
+ type: "DATA";
8456
+ id: string;
8457
+ label: import("./TranslationConfig").TranslationConfig;
8458
+ configuration: {
8459
+ data: ({
8460
+ value: string | import("./TranslationConfig").TranslationConfig;
8461
+ label: import("./TranslationConfig").TranslationConfig;
8462
+ } | {
8463
+ fieldId: string;
8464
+ })[];
8465
+ subtitle?: import("./TranslationConfig").TranslationConfig | undefined;
8466
+ };
8467
+ parent?: {
8468
+ $$field: string;
8469
+ } | undefined;
8470
+ validation?: {
8471
+ message: import("./TranslationConfig").TranslationConfig;
8472
+ validator: import(".").JSONSchema;
8473
+ }[] | undefined;
8474
+ required?: boolean | undefined;
8475
+ conditionals?: ({
8476
+ type: "SHOW";
8477
+ conditional: import(".").JSONSchema;
8478
+ } | {
8479
+ type: "ENABLE";
8480
+ conditional: import(".").JSONSchema;
8481
+ } | {
8482
+ type: "DISPLAY_ON_REVIEW";
8483
+ conditional: import(".").JSONSchema;
8484
+ })[] | undefined;
8485
+ secured?: boolean | undefined;
8486
+ placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
8487
+ helperText?: import("./TranslationConfig").TranslationConfig | undefined;
8488
+ hideLabel?: boolean | undefined;
8489
+ uncorrectable?: boolean | undefined;
8490
+ } | {
8491
+ type: "BUTTON";
8492
+ id: string;
8493
+ label: import("./TranslationConfig").TranslationConfig;
8494
+ configuration: {
8495
+ text: import("./TranslationConfig").TranslationConfig;
8496
+ loading?: boolean | undefined;
8497
+ icon?: string | undefined;
8498
+ };
8499
+ parent?: {
8500
+ $$field: string;
8501
+ } | undefined;
8502
+ validation?: {
8503
+ message: import("./TranslationConfig").TranslationConfig;
8504
+ validator: import(".").JSONSchema;
8505
+ }[] | undefined;
8506
+ required?: boolean | undefined;
8507
+ conditionals?: ({
8508
+ type: "SHOW";
8509
+ conditional: import(".").JSONSchema;
8510
+ } | {
8511
+ type: "ENABLE";
8512
+ conditional: import(".").JSONSchema;
8513
+ } | {
8514
+ type: "DISPLAY_ON_REVIEW";
8515
+ conditional: import(".").JSONSchema;
8516
+ })[] | undefined;
8517
+ secured?: boolean | undefined;
8518
+ placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
8519
+ helperText?: import("./TranslationConfig").TranslationConfig | undefined;
8520
+ hideLabel?: boolean | undefined;
8521
+ uncorrectable?: boolean | undefined;
8522
+ } | {
8523
+ type: "HTTP";
7866
8524
  id: string;
7867
8525
  label: import("./TranslationConfig").TranslationConfig;
7868
8526
  configuration: {
7869
- data: ({
7870
- value: string | import("./TranslationConfig").TranslationConfig;
7871
- label: import("./TranslationConfig").TranslationConfig;
7872
- } | {
7873
- fieldId: string;
7874
- })[];
7875
- subtitle?: import("./TranslationConfig").TranslationConfig | undefined;
8527
+ method: "POST" | "DELETE" | "GET" | "PUT";
8528
+ trigger: {
8529
+ $$field: string;
8530
+ };
8531
+ url: string;
8532
+ timeout: number;
8533
+ params?: Record<string, string> | undefined;
8534
+ headers?: Record<string, string> | undefined;
8535
+ body?: Record<string, string> | undefined;
7876
8536
  };
7877
8537
  parent?: {
7878
8538
  $$field: string;
@@ -7897,6 +8557,15 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
7897
8557
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
7898
8558
  hideLabel?: boolean | undefined;
7899
8559
  uncorrectable?: boolean | undefined;
8560
+ defaultValue?: {
8561
+ error: {
8562
+ message: string;
8563
+ statusCode: number | null;
8564
+ } | null;
8565
+ loading: boolean;
8566
+ data?: any;
8567
+ trackingValue?: string | undefined;
8568
+ } | undefined;
7900
8569
  })[];
7901
8570
  conditional?: import(".").JSONSchema | undefined;
7902
8571
  }[];
@@ -8858,6 +9527,85 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
8858
9527
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
8859
9528
  hideLabel?: boolean | undefined;
8860
9529
  uncorrectable?: boolean | undefined;
9530
+ } | {
9531
+ type: "BUTTON";
9532
+ id: string;
9533
+ label: import("./TranslationConfig").TranslationConfig;
9534
+ configuration: {
9535
+ text: import("./TranslationConfig").TranslationConfig;
9536
+ loading?: boolean | undefined;
9537
+ icon?: string | undefined;
9538
+ };
9539
+ parent?: {
9540
+ $$field: string;
9541
+ } | undefined;
9542
+ validation?: {
9543
+ message: import("./TranslationConfig").TranslationConfig;
9544
+ validator: import(".").JSONSchema;
9545
+ }[] | undefined;
9546
+ required?: boolean | undefined;
9547
+ conditionals?: ({
9548
+ type: "SHOW";
9549
+ conditional: import(".").JSONSchema;
9550
+ } | {
9551
+ type: "ENABLE";
9552
+ conditional: import(".").JSONSchema;
9553
+ } | {
9554
+ type: "DISPLAY_ON_REVIEW";
9555
+ conditional: import(".").JSONSchema;
9556
+ })[] | undefined;
9557
+ secured?: boolean | undefined;
9558
+ placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
9559
+ helperText?: import("./TranslationConfig").TranslationConfig | undefined;
9560
+ hideLabel?: boolean | undefined;
9561
+ uncorrectable?: boolean | undefined;
9562
+ } | {
9563
+ type: "HTTP";
9564
+ id: string;
9565
+ label: import("./TranslationConfig").TranslationConfig;
9566
+ configuration: {
9567
+ method: "POST" | "DELETE" | "GET" | "PUT";
9568
+ trigger: {
9569
+ $$field: string;
9570
+ };
9571
+ url: string;
9572
+ timeout: number;
9573
+ params?: Record<string, string> | undefined;
9574
+ headers?: Record<string, string> | undefined;
9575
+ body?: Record<string, string> | undefined;
9576
+ };
9577
+ parent?: {
9578
+ $$field: string;
9579
+ } | undefined;
9580
+ validation?: {
9581
+ message: import("./TranslationConfig").TranslationConfig;
9582
+ validator: import(".").JSONSchema;
9583
+ }[] | undefined;
9584
+ required?: boolean | undefined;
9585
+ conditionals?: ({
9586
+ type: "SHOW";
9587
+ conditional: import(".").JSONSchema;
9588
+ } | {
9589
+ type: "ENABLE";
9590
+ conditional: import(".").JSONSchema;
9591
+ } | {
9592
+ type: "DISPLAY_ON_REVIEW";
9593
+ conditional: import(".").JSONSchema;
9594
+ })[] | undefined;
9595
+ secured?: boolean | undefined;
9596
+ placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
9597
+ helperText?: import("./TranslationConfig").TranslationConfig | undefined;
9598
+ hideLabel?: boolean | undefined;
9599
+ uncorrectable?: boolean | undefined;
9600
+ defaultValue?: {
9601
+ error: {
9602
+ message: string;
9603
+ statusCode: number | null;
9604
+ } | null;
9605
+ loading: boolean;
9606
+ data?: any;
9607
+ trackingValue?: string | undefined;
9608
+ } | undefined;
8861
9609
  })[];
8862
9610
  };
8863
9611
  draft?: boolean | undefined;
@@ -9818,6 +10566,85 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
9818
10566
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
9819
10567
  hideLabel?: boolean | undefined;
9820
10568
  uncorrectable?: boolean | undefined;
10569
+ } | {
10570
+ type: "BUTTON";
10571
+ id: string;
10572
+ label: import("./TranslationConfig").TranslationConfig;
10573
+ configuration: {
10574
+ text: import("./TranslationConfig").TranslationConfig;
10575
+ loading?: boolean | undefined;
10576
+ icon?: string | undefined;
10577
+ };
10578
+ parent?: {
10579
+ $$field: string;
10580
+ } | undefined;
10581
+ validation?: {
10582
+ message: import("./TranslationConfig").TranslationConfig;
10583
+ validator: import(".").JSONSchema;
10584
+ }[] | undefined;
10585
+ required?: boolean | undefined;
10586
+ conditionals?: ({
10587
+ type: "SHOW";
10588
+ conditional: import(".").JSONSchema;
10589
+ } | {
10590
+ type: "ENABLE";
10591
+ conditional: import(".").JSONSchema;
10592
+ } | {
10593
+ type: "DISPLAY_ON_REVIEW";
10594
+ conditional: import(".").JSONSchema;
10595
+ })[] | undefined;
10596
+ secured?: boolean | undefined;
10597
+ placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
10598
+ helperText?: import("./TranslationConfig").TranslationConfig | undefined;
10599
+ hideLabel?: boolean | undefined;
10600
+ uncorrectable?: boolean | undefined;
10601
+ } | {
10602
+ type: "HTTP";
10603
+ id: string;
10604
+ label: import("./TranslationConfig").TranslationConfig;
10605
+ configuration: {
10606
+ method: "POST" | "DELETE" | "GET" | "PUT";
10607
+ trigger: {
10608
+ $$field: string;
10609
+ };
10610
+ url: string;
10611
+ timeout: number;
10612
+ params?: Record<string, string> | undefined;
10613
+ headers?: Record<string, string> | undefined;
10614
+ body?: Record<string, string> | undefined;
10615
+ };
10616
+ parent?: {
10617
+ $$field: string;
10618
+ } | undefined;
10619
+ validation?: {
10620
+ message: import("./TranslationConfig").TranslationConfig;
10621
+ validator: import(".").JSONSchema;
10622
+ }[] | undefined;
10623
+ required?: boolean | undefined;
10624
+ conditionals?: ({
10625
+ type: "SHOW";
10626
+ conditional: import(".").JSONSchema;
10627
+ } | {
10628
+ type: "ENABLE";
10629
+ conditional: import(".").JSONSchema;
10630
+ } | {
10631
+ type: "DISPLAY_ON_REVIEW";
10632
+ conditional: import(".").JSONSchema;
10633
+ })[] | undefined;
10634
+ secured?: boolean | undefined;
10635
+ placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
10636
+ helperText?: import("./TranslationConfig").TranslationConfig | undefined;
10637
+ hideLabel?: boolean | undefined;
10638
+ uncorrectable?: boolean | undefined;
10639
+ defaultValue?: {
10640
+ error: {
10641
+ message: string;
10642
+ statusCode: number | null;
10643
+ } | null;
10644
+ loading: boolean;
10645
+ data?: any;
10646
+ trackingValue?: string | undefined;
10647
+ } | undefined;
9821
10648
  })[];
9822
10649
  };
9823
10650
  draft?: boolean | undefined;
@@ -10778,6 +11605,85 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
10778
11605
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
10779
11606
  hideLabel?: boolean | undefined;
10780
11607
  uncorrectable?: boolean | undefined;
11608
+ } | {
11609
+ type: "BUTTON";
11610
+ id: string;
11611
+ label: import("./TranslationConfig").TranslationConfig;
11612
+ configuration: {
11613
+ text: import("./TranslationConfig").TranslationConfig;
11614
+ loading?: boolean | undefined;
11615
+ icon?: string | undefined;
11616
+ };
11617
+ parent?: {
11618
+ $$field: string;
11619
+ } | undefined;
11620
+ validation?: {
11621
+ message: import("./TranslationConfig").TranslationConfig;
11622
+ validator: import(".").JSONSchema;
11623
+ }[] | undefined;
11624
+ required?: boolean | undefined;
11625
+ conditionals?: ({
11626
+ type: "SHOW";
11627
+ conditional: import(".").JSONSchema;
11628
+ } | {
11629
+ type: "ENABLE";
11630
+ conditional: import(".").JSONSchema;
11631
+ } | {
11632
+ type: "DISPLAY_ON_REVIEW";
11633
+ conditional: import(".").JSONSchema;
11634
+ })[] | undefined;
11635
+ secured?: boolean | undefined;
11636
+ placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
11637
+ helperText?: import("./TranslationConfig").TranslationConfig | undefined;
11638
+ hideLabel?: boolean | undefined;
11639
+ uncorrectable?: boolean | undefined;
11640
+ } | {
11641
+ type: "HTTP";
11642
+ id: string;
11643
+ label: import("./TranslationConfig").TranslationConfig;
11644
+ configuration: {
11645
+ method: "POST" | "DELETE" | "GET" | "PUT";
11646
+ trigger: {
11647
+ $$field: string;
11648
+ };
11649
+ url: string;
11650
+ timeout: number;
11651
+ params?: Record<string, string> | undefined;
11652
+ headers?: Record<string, string> | undefined;
11653
+ body?: Record<string, string> | undefined;
11654
+ };
11655
+ parent?: {
11656
+ $$field: string;
11657
+ } | undefined;
11658
+ validation?: {
11659
+ message: import("./TranslationConfig").TranslationConfig;
11660
+ validator: import(".").JSONSchema;
11661
+ }[] | undefined;
11662
+ required?: boolean | undefined;
11663
+ conditionals?: ({
11664
+ type: "SHOW";
11665
+ conditional: import(".").JSONSchema;
11666
+ } | {
11667
+ type: "ENABLE";
11668
+ conditional: import(".").JSONSchema;
11669
+ } | {
11670
+ type: "DISPLAY_ON_REVIEW";
11671
+ conditional: import(".").JSONSchema;
11672
+ })[] | undefined;
11673
+ secured?: boolean | undefined;
11674
+ placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
11675
+ helperText?: import("./TranslationConfig").TranslationConfig | undefined;
11676
+ hideLabel?: boolean | undefined;
11677
+ uncorrectable?: boolean | undefined;
11678
+ defaultValue?: {
11679
+ error: {
11680
+ message: string;
11681
+ statusCode: number | null;
11682
+ } | null;
11683
+ loading: boolean;
11684
+ data?: any;
11685
+ trackingValue?: string | undefined;
11686
+ } | undefined;
10781
11687
  })[];
10782
11688
  };
10783
11689
  draft?: boolean | undefined;
@@ -11703,17 +12609,87 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
11703
12609
  searchMode?: boolean | undefined;
11704
12610
  } | undefined;
11705
12611
  } | {
11706
- type: "DATA";
12612
+ type: "DATA";
12613
+ id: string;
12614
+ label: import("./TranslationConfig").TranslationConfig;
12615
+ configuration: {
12616
+ data: ({
12617
+ value: string | import("./TranslationConfig").TranslationConfig;
12618
+ label: import("./TranslationConfig").TranslationConfig;
12619
+ } | {
12620
+ fieldId: string;
12621
+ })[];
12622
+ subtitle?: import("./TranslationConfig").TranslationConfig | undefined;
12623
+ };
12624
+ parent?: {
12625
+ $$field: string;
12626
+ } | undefined;
12627
+ validation?: {
12628
+ message: import("./TranslationConfig").TranslationConfig;
12629
+ validator: import(".").JSONSchema;
12630
+ }[] | undefined;
12631
+ required?: boolean | undefined;
12632
+ conditionals?: ({
12633
+ type: "SHOW";
12634
+ conditional: import(".").JSONSchema;
12635
+ } | {
12636
+ type: "ENABLE";
12637
+ conditional: import(".").JSONSchema;
12638
+ } | {
12639
+ type: "DISPLAY_ON_REVIEW";
12640
+ conditional: import(".").JSONSchema;
12641
+ })[] | undefined;
12642
+ secured?: boolean | undefined;
12643
+ placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
12644
+ helperText?: import("./TranslationConfig").TranslationConfig | undefined;
12645
+ hideLabel?: boolean | undefined;
12646
+ uncorrectable?: boolean | undefined;
12647
+ } | {
12648
+ type: "BUTTON";
12649
+ id: string;
12650
+ label: import("./TranslationConfig").TranslationConfig;
12651
+ configuration: {
12652
+ text: import("./TranslationConfig").TranslationConfig;
12653
+ loading?: boolean | undefined;
12654
+ icon?: string | undefined;
12655
+ };
12656
+ parent?: {
12657
+ $$field: string;
12658
+ } | undefined;
12659
+ validation?: {
12660
+ message: import("./TranslationConfig").TranslationConfig;
12661
+ validator: import(".").JSONSchema;
12662
+ }[] | undefined;
12663
+ required?: boolean | undefined;
12664
+ conditionals?: ({
12665
+ type: "SHOW";
12666
+ conditional: import(".").JSONSchema;
12667
+ } | {
12668
+ type: "ENABLE";
12669
+ conditional: import(".").JSONSchema;
12670
+ } | {
12671
+ type: "DISPLAY_ON_REVIEW";
12672
+ conditional: import(".").JSONSchema;
12673
+ })[] | undefined;
12674
+ secured?: boolean | undefined;
12675
+ placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
12676
+ helperText?: import("./TranslationConfig").TranslationConfig | undefined;
12677
+ hideLabel?: boolean | undefined;
12678
+ uncorrectable?: boolean | undefined;
12679
+ } | {
12680
+ type: "HTTP";
11707
12681
  id: string;
11708
12682
  label: import("./TranslationConfig").TranslationConfig;
11709
12683
  configuration: {
11710
- data: ({
11711
- value: string | import("./TranslationConfig").TranslationConfig;
11712
- label: import("./TranslationConfig").TranslationConfig;
11713
- } | {
11714
- fieldId: string;
11715
- })[];
11716
- subtitle?: import("./TranslationConfig").TranslationConfig | undefined;
12684
+ method: "POST" | "DELETE" | "GET" | "PUT";
12685
+ trigger: {
12686
+ $$field: string;
12687
+ };
12688
+ url: string;
12689
+ timeout: number;
12690
+ params?: Record<string, string> | undefined;
12691
+ headers?: Record<string, string> | undefined;
12692
+ body?: Record<string, string> | undefined;
11717
12693
  };
11718
12694
  parent?: {
11719
12695
  $$field: string;
@@ -11738,6 +12714,15 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
11738
12714
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
11739
12715
  hideLabel?: boolean | undefined;
11740
12716
  uncorrectable?: boolean | undefined;
12717
+ defaultValue?: {
12718
+ error: {
12719
+ message: string;
12720
+ statusCode: number | null;
12721
+ } | null;
12722
+ loading: boolean;
12723
+ data?: any;
12724
+ trackingValue?: string | undefined;
12725
+ } | undefined;
11741
12726
  })[];
11742
12727
  };
11743
12728
  draft?: boolean | undefined;
@@ -12746,6 +13731,85 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
12746
13731
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
12747
13732
  hideLabel?: boolean | undefined;
12748
13733
  uncorrectable?: boolean | undefined;
13734
+ } | {
13735
+ type: "BUTTON";
13736
+ id: string;
13737
+ label: import("./TranslationConfig").TranslationConfig;
13738
+ configuration: {
13739
+ text: import("./TranslationConfig").TranslationConfig;
13740
+ loading?: boolean | undefined;
13741
+ icon?: string | undefined;
13742
+ };
13743
+ parent?: {
13744
+ $$field: string;
13745
+ } | undefined;
13746
+ validation?: {
13747
+ message: import("./TranslationConfig").TranslationConfig;
13748
+ validator: import(".").JSONSchema;
13749
+ }[] | undefined;
13750
+ required?: boolean | undefined;
13751
+ conditionals?: ({
13752
+ type: "SHOW";
13753
+ conditional: import(".").JSONSchema;
13754
+ } | {
13755
+ type: "ENABLE";
13756
+ conditional: import(".").JSONSchema;
13757
+ } | {
13758
+ type: "DISPLAY_ON_REVIEW";
13759
+ conditional: import(".").JSONSchema;
13760
+ })[] | undefined;
13761
+ secured?: boolean | undefined;
13762
+ placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
13763
+ helperText?: import("./TranslationConfig").TranslationConfig | undefined;
13764
+ hideLabel?: boolean | undefined;
13765
+ uncorrectable?: boolean | undefined;
13766
+ } | {
13767
+ type: "HTTP";
13768
+ id: string;
13769
+ label: import("./TranslationConfig").TranslationConfig;
13770
+ configuration: {
13771
+ method: "POST" | "DELETE" | "GET" | "PUT";
13772
+ trigger: {
13773
+ $$field: string;
13774
+ };
13775
+ url: string;
13776
+ timeout: number;
13777
+ params?: Record<string, string> | undefined;
13778
+ headers?: Record<string, string> | undefined;
13779
+ body?: Record<string, string> | undefined;
13780
+ };
13781
+ parent?: {
13782
+ $$field: string;
13783
+ } | undefined;
13784
+ validation?: {
13785
+ message: import("./TranslationConfig").TranslationConfig;
13786
+ validator: import(".").JSONSchema;
13787
+ }[] | undefined;
13788
+ required?: boolean | undefined;
13789
+ conditionals?: ({
13790
+ type: "SHOW";
13791
+ conditional: import(".").JSONSchema;
13792
+ } | {
13793
+ type: "ENABLE";
13794
+ conditional: import(".").JSONSchema;
13795
+ } | {
13796
+ type: "DISPLAY_ON_REVIEW";
13797
+ conditional: import(".").JSONSchema;
13798
+ })[] | undefined;
13799
+ secured?: boolean | undefined;
13800
+ placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
13801
+ helperText?: import("./TranslationConfig").TranslationConfig | undefined;
13802
+ hideLabel?: boolean | undefined;
13803
+ uncorrectable?: boolean | undefined;
13804
+ defaultValue?: {
13805
+ error: {
13806
+ message: string;
13807
+ statusCode: number | null;
13808
+ } | null;
13809
+ loading: boolean;
13810
+ data?: any;
13811
+ trackingValue?: string | undefined;
13812
+ } | undefined;
12749
13813
  })[];
12750
13814
  conditional?: import(".").JSONSchema | undefined;
12751
13815
  } | {
@@ -13709,6 +14773,85 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
13709
14773
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
13710
14774
  hideLabel?: boolean | undefined;
13711
14775
  uncorrectable?: boolean | undefined;
14776
+ } | {
14777
+ type: "BUTTON";
14778
+ id: string;
14779
+ label: import("./TranslationConfig").TranslationConfig;
14780
+ configuration: {
14781
+ text: import("./TranslationConfig").TranslationConfig;
14782
+ loading?: boolean | undefined;
14783
+ icon?: string | undefined;
14784
+ };
14785
+ parent?: {
14786
+ $$field: string;
14787
+ } | undefined;
14788
+ validation?: {
14789
+ message: import("./TranslationConfig").TranslationConfig;
14790
+ validator: import(".").JSONSchema;
14791
+ }[] | undefined;
14792
+ required?: boolean | undefined;
14793
+ conditionals?: ({
14794
+ type: "SHOW";
14795
+ conditional: import(".").JSONSchema;
14796
+ } | {
14797
+ type: "ENABLE";
14798
+ conditional: import(".").JSONSchema;
14799
+ } | {
14800
+ type: "DISPLAY_ON_REVIEW";
14801
+ conditional: import(".").JSONSchema;
14802
+ })[] | undefined;
14803
+ secured?: boolean | undefined;
14804
+ placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
14805
+ helperText?: import("./TranslationConfig").TranslationConfig | undefined;
14806
+ hideLabel?: boolean | undefined;
14807
+ uncorrectable?: boolean | undefined;
14808
+ } | {
14809
+ type: "HTTP";
14810
+ id: string;
14811
+ label: import("./TranslationConfig").TranslationConfig;
14812
+ configuration: {
14813
+ method: "POST" | "DELETE" | "GET" | "PUT";
14814
+ trigger: {
14815
+ $$field: string;
14816
+ };
14817
+ url: string;
14818
+ timeout: number;
14819
+ params?: Record<string, string> | undefined;
14820
+ headers?: Record<string, string> | undefined;
14821
+ body?: Record<string, string> | undefined;
14822
+ };
14823
+ parent?: {
14824
+ $$field: string;
14825
+ } | undefined;
14826
+ validation?: {
14827
+ message: import("./TranslationConfig").TranslationConfig;
14828
+ validator: import(".").JSONSchema;
14829
+ }[] | undefined;
14830
+ required?: boolean | undefined;
14831
+ conditionals?: ({
14832
+ type: "SHOW";
14833
+ conditional: import(".").JSONSchema;
14834
+ } | {
14835
+ type: "ENABLE";
14836
+ conditional: import(".").JSONSchema;
14837
+ } | {
14838
+ type: "DISPLAY_ON_REVIEW";
14839
+ conditional: import(".").JSONSchema;
14840
+ })[] | undefined;
14841
+ secured?: boolean | undefined;
14842
+ placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
14843
+ helperText?: import("./TranslationConfig").TranslationConfig | undefined;
14844
+ hideLabel?: boolean | undefined;
14845
+ uncorrectable?: boolean | undefined;
14846
+ defaultValue?: {
14847
+ error: {
14848
+ message: string;
14849
+ statusCode: number | null;
14850
+ } | null;
14851
+ loading: boolean;
14852
+ data?: any;
14853
+ trackingValue?: string | undefined;
14854
+ } | undefined;
13712
14855
  })[];
13713
14856
  conditional?: import(".").JSONSchema | undefined;
13714
14857
  })[];
@@ -14675,6 +15818,85 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
14675
15818
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
14676
15819
  hideLabel?: boolean | undefined;
14677
15820
  uncorrectable?: boolean | undefined;
15821
+ } | {
15822
+ type: "BUTTON";
15823
+ id: string;
15824
+ label: import("./TranslationConfig").TranslationConfig;
15825
+ configuration: {
15826
+ text: import("./TranslationConfig").TranslationConfig;
15827
+ loading?: boolean | undefined;
15828
+ icon?: string | undefined;
15829
+ };
15830
+ parent?: {
15831
+ $$field: string;
15832
+ } | undefined;
15833
+ validation?: {
15834
+ message: import("./TranslationConfig").TranslationConfig;
15835
+ validator: import(".").JSONSchema;
15836
+ }[] | undefined;
15837
+ required?: boolean | undefined;
15838
+ conditionals?: ({
15839
+ type: "SHOW";
15840
+ conditional: import(".").JSONSchema;
15841
+ } | {
15842
+ type: "ENABLE";
15843
+ conditional: import(".").JSONSchema;
15844
+ } | {
15845
+ type: "DISPLAY_ON_REVIEW";
15846
+ conditional: import(".").JSONSchema;
15847
+ })[] | undefined;
15848
+ secured?: boolean | undefined;
15849
+ placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
15850
+ helperText?: import("./TranslationConfig").TranslationConfig | undefined;
15851
+ hideLabel?: boolean | undefined;
15852
+ uncorrectable?: boolean | undefined;
15853
+ } | {
15854
+ type: "HTTP";
15855
+ id: string;
15856
+ label: import("./TranslationConfig").TranslationConfig;
15857
+ configuration: {
15858
+ method: "POST" | "DELETE" | "GET" | "PUT";
15859
+ trigger: {
15860
+ $$field: string;
15861
+ };
15862
+ url: string;
15863
+ timeout: number;
15864
+ params?: Record<string, string> | undefined;
15865
+ headers?: Record<string, string> | undefined;
15866
+ body?: Record<string, string> | undefined;
15867
+ };
15868
+ parent?: {
15869
+ $$field: string;
15870
+ } | undefined;
15871
+ validation?: {
15872
+ message: import("./TranslationConfig").TranslationConfig;
15873
+ validator: import(".").JSONSchema;
15874
+ }[] | undefined;
15875
+ required?: boolean | undefined;
15876
+ conditionals?: ({
15877
+ type: "SHOW";
15878
+ conditional: import(".").JSONSchema;
15879
+ } | {
15880
+ type: "ENABLE";
15881
+ conditional: import(".").JSONSchema;
15882
+ } | {
15883
+ type: "DISPLAY_ON_REVIEW";
15884
+ conditional: import(".").JSONSchema;
15885
+ })[] | undefined;
15886
+ secured?: boolean | undefined;
15887
+ placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
15888
+ helperText?: import("./TranslationConfig").TranslationConfig | undefined;
15889
+ hideLabel?: boolean | undefined;
15890
+ uncorrectable?: boolean | undefined;
15891
+ defaultValue?: {
15892
+ error: {
15893
+ message: string;
15894
+ statusCode: number | null;
15895
+ } | null;
15896
+ loading: boolean;
15897
+ data?: any;
15898
+ trackingValue?: string | undefined;
15899
+ } | undefined;
14678
15900
  })[];
14679
15901
  conditional?: import(".").JSONSchema | undefined;
14680
15902
  } | {
@@ -15638,6 +16860,85 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
15638
16860
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
15639
16861
  hideLabel?: boolean | undefined;
15640
16862
  uncorrectable?: boolean | undefined;
16863
+ } | {
16864
+ type: "BUTTON";
16865
+ id: string;
16866
+ label: import("./TranslationConfig").TranslationConfig;
16867
+ configuration: {
16868
+ text: import("./TranslationConfig").TranslationConfig;
16869
+ loading?: boolean | undefined;
16870
+ icon?: string | undefined;
16871
+ };
16872
+ parent?: {
16873
+ $$field: string;
16874
+ } | undefined;
16875
+ validation?: {
16876
+ message: import("./TranslationConfig").TranslationConfig;
16877
+ validator: import(".").JSONSchema;
16878
+ }[] | undefined;
16879
+ required?: boolean | undefined;
16880
+ conditionals?: ({
16881
+ type: "SHOW";
16882
+ conditional: import(".").JSONSchema;
16883
+ } | {
16884
+ type: "ENABLE";
16885
+ conditional: import(".").JSONSchema;
16886
+ } | {
16887
+ type: "DISPLAY_ON_REVIEW";
16888
+ conditional: import(".").JSONSchema;
16889
+ })[] | undefined;
16890
+ secured?: boolean | undefined;
16891
+ placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
16892
+ helperText?: import("./TranslationConfig").TranslationConfig | undefined;
16893
+ hideLabel?: boolean | undefined;
16894
+ uncorrectable?: boolean | undefined;
16895
+ } | {
16896
+ type: "HTTP";
16897
+ id: string;
16898
+ label: import("./TranslationConfig").TranslationConfig;
16899
+ configuration: {
16900
+ method: "POST" | "DELETE" | "GET" | "PUT";
16901
+ trigger: {
16902
+ $$field: string;
16903
+ };
16904
+ url: string;
16905
+ timeout: number;
16906
+ params?: Record<string, string> | undefined;
16907
+ headers?: Record<string, string> | undefined;
16908
+ body?: Record<string, string> | undefined;
16909
+ };
16910
+ parent?: {
16911
+ $$field: string;
16912
+ } | undefined;
16913
+ validation?: {
16914
+ message: import("./TranslationConfig").TranslationConfig;
16915
+ validator: import(".").JSONSchema;
16916
+ }[] | undefined;
16917
+ required?: boolean | undefined;
16918
+ conditionals?: ({
16919
+ type: "SHOW";
16920
+ conditional: import(".").JSONSchema;
16921
+ } | {
16922
+ type: "ENABLE";
16923
+ conditional: import(".").JSONSchema;
16924
+ } | {
16925
+ type: "DISPLAY_ON_REVIEW";
16926
+ conditional: import(".").JSONSchema;
16927
+ })[] | undefined;
16928
+ secured?: boolean | undefined;
16929
+ placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
16930
+ helperText?: import("./TranslationConfig").TranslationConfig | undefined;
16931
+ hideLabel?: boolean | undefined;
16932
+ uncorrectable?: boolean | undefined;
16933
+ defaultValue?: {
16934
+ error: {
16935
+ message: string;
16936
+ statusCode: number | null;
16937
+ } | null;
16938
+ loading: boolean;
16939
+ data?: any;
16940
+ trackingValue?: string | undefined;
16941
+ } | undefined;
15641
16942
  })[];
15642
16943
  conditional?: import(".").JSONSchema | undefined;
15643
16944
  })[];