@opencrvs/toolkit 1.8.1-rc.06c1a33 → 1.8.1-rc.0c6d168
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build.sh +5 -0
- package/dist/commons/api/router.d.ts +1 -1347
- package/dist/commons/events/ActionConfig.d.ts +3777 -13563
- package/dist/commons/events/ActionDocument.d.ts +1 -3036
- package/dist/commons/events/ActionInput.d.ts +0 -2460
- package/dist/commons/events/AdvancedSearchConfig.d.ts +3 -93
- package/dist/commons/events/CompositeFieldValue.d.ts +0 -60
- package/dist/commons/events/Draft.d.ts +0 -192
- package/dist/commons/events/EventConfig.d.ts +3864 -8123
- package/dist/commons/events/EventDocument.d.ts +0 -1704
- package/dist/commons/events/EventIndex.d.ts +1 -47
- package/dist/commons/events/FieldConfig.d.ts +990 -1752
- package/dist/commons/events/FieldType.d.ts +1 -3
- package/dist/commons/events/FieldTypeMapping.d.ts +3 -85
- package/dist/commons/events/FieldValue.d.ts +3 -62
- package/dist/commons/events/FormConfig.d.ts +1148 -5750
- package/dist/commons/events/PageConfig.d.ts +1206 -2352
- package/dist/commons/events/WorkqueueConfig.d.ts +8 -8
- package/dist/commons/events/defineConfig.d.ts +16 -727
- package/dist/commons/events/test.utils.d.ts +0 -42
- package/dist/commons/events/utils.d.ts +18 -1319
- package/dist/commons/notification/UserNotifications.d.ts +547 -0
- package/dist/commons/notification/index.d.ts +2 -0
- package/dist/events/index.js +19 -74
- package/dist/notification/index.d.ts +2 -0
- package/dist/notification/index.d.ts.map +1 -0
- package/dist/notification/index.js +5333 -0
- package/package.json +3 -2
- package/tsconfig.json +2 -1
- package/tsconfig.tsbuildinfo +1 -1
@@ -959,85 +959,6 @@ 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;
|
1041
962
|
})[];
|
1042
963
|
conditional?: import(".").JSONSchema | undefined;
|
1043
964
|
}[];
|
@@ -1992,85 +1913,6 @@ export declare function getDeclaration(configuration: EventConfig): {
|
|
1992
1913
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1993
1914
|
hideLabel?: boolean | undefined;
|
1994
1915
|
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;
|
2074
1916
|
})[];
|
2075
1917
|
conditional?: import(".").JSONSchema | undefined;
|
2076
1918
|
}[];
|
@@ -3024,85 +2866,6 @@ export declare function getPrintCertificatePages(configuration: EventConfig): ({
|
|
3024
2866
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3025
2867
|
hideLabel?: boolean | undefined;
|
3026
2868
|
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;
|
3106
2869
|
})[];
|
3107
2870
|
conditional?: import(".").JSONSchema | undefined;
|
3108
2871
|
} | {
|
@@ -4066,85 +3829,6 @@ export declare function getPrintCertificatePages(configuration: EventConfig): ({
|
|
4066
3829
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4067
3830
|
hideLabel?: boolean | undefined;
|
4068
3831
|
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;
|
4148
3832
|
})[];
|
4149
3833
|
conditional?: import(".").JSONSchema | undefined;
|
4150
3834
|
})[];
|
@@ -5093,85 +4777,6 @@ export declare const getActionAnnotationFields: (actionConfig: ActionConfig) =>
|
|
5093
4777
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5094
4778
|
hideLabel?: boolean | undefined;
|
5095
4779
|
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;
|
5175
4780
|
})[];
|
5176
4781
|
export declare function getAllUniqueFields(eventConfig: EventConfig): FieldConfig[];
|
5177
4782
|
export declare function getDeclarationFieldById(config: EventConfig, fieldId: string): FieldConfig;
|
@@ -6126,85 +5731,6 @@ export declare function getActionReview(configuration: EventConfig, actionType:
|
|
6126
5731
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6127
5732
|
hideLabel?: boolean | undefined;
|
6128
5733
|
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;
|
6208
5734
|
})[];
|
6209
5735
|
};
|
6210
5736
|
export declare function getActionReviewFields(configuration: EventConfig, actionType: DeclarationActionType): ({
|
@@ -7152,85 +6678,6 @@ export declare function getActionReviewFields(configuration: EventConfig, action
|
|
7152
6678
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7153
6679
|
hideLabel?: boolean | undefined;
|
7154
6680
|
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;
|
7234
6681
|
})[];
|
7235
6682
|
export declare function isPageVisible(page: PageConfig, formValues: ActionUpdate): boolean;
|
7236
6683
|
export declare function omitHiddenFields<T extends EventState | ActionUpdate>(fields: FieldConfig[], values: T, visibleVerificationPageIds?: string[]): Partial<T>;
|
@@ -7280,14 +6727,6 @@ export declare function omitHiddenPaginatedFields(formConfig: FormConfig, declar
|
|
7280
6727
|
path: string;
|
7281
6728
|
originalFilename: string;
|
7282
6729
|
}[] | {
|
7283
|
-
error: {
|
7284
|
-
message: string;
|
7285
|
-
statusCode: number | null;
|
7286
|
-
} | null;
|
7287
|
-
loading: boolean;
|
7288
|
-
data?: any;
|
7289
|
-
trackingValue?: string | undefined;
|
7290
|
-
} | {
|
7291
6730
|
start: string;
|
7292
6731
|
end: string;
|
7293
6732
|
} | null | undefined>>;
|
@@ -7346,13 +6785,6 @@ export declare function findActiveDrafts(event: EventDocument, drafts: Draft[]):
|
|
7346
6785
|
path: string;
|
7347
6786
|
originalFilename: string;
|
7348
6787
|
}[] | {
|
7349
|
-
data?: any;
|
7350
|
-
error?: {
|
7351
|
-
message: string;
|
7352
|
-
statusCode: number | null;
|
7353
|
-
} | null | undefined;
|
7354
|
-
loading?: boolean | null | undefined;
|
7355
|
-
} | {
|
7356
6788
|
start: string;
|
7357
6789
|
end: string;
|
7358
6790
|
} | null | undefined>;
|
@@ -7400,13 +6832,6 @@ export declare function findActiveDrafts(event: EventDocument, drafts: Draft[]):
|
|
7400
6832
|
path: string;
|
7401
6833
|
originalFilename: string;
|
7402
6834
|
}[] | {
|
7403
|
-
data?: any;
|
7404
|
-
error?: {
|
7405
|
-
message: string;
|
7406
|
-
statusCode: number | null;
|
7407
|
-
} | null | undefined;
|
7408
|
-
loading?: boolean | null | undefined;
|
7409
|
-
} | {
|
7410
6835
|
start: string;
|
7411
6836
|
end: string;
|
7412
6837
|
} | null | undefined> | null | undefined;
|
@@ -7492,21 +6917,6 @@ export declare function omitHiddenAnnotationFields(actionConfig: ActionConfig, d
|
|
7492
6917
|
path: string;
|
7493
6918
|
originalFilename: string;
|
7494
6919
|
}[] | {
|
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
|
-
} | {
|
7510
6920
|
start: string;
|
7511
6921
|
end: string;
|
7512
6922
|
} | null | undefined;
|
@@ -8461,78 +7871,8 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
8461
7871
|
label: import("./TranslationConfig").TranslationConfig;
|
8462
7872
|
} | {
|
8463
7873
|
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";
|
8524
|
-
id: string;
|
8525
|
-
label: import("./TranslationConfig").TranslationConfig;
|
8526
|
-
configuration: {
|
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;
|
7874
|
+
})[];
|
7875
|
+
subtitle?: import("./TranslationConfig").TranslationConfig | undefined;
|
8536
7876
|
};
|
8537
7877
|
parent?: {
|
8538
7878
|
$$field: string;
|
@@ -8557,15 +7897,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
8557
7897
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8558
7898
|
hideLabel?: boolean | undefined;
|
8559
7899
|
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;
|
8569
7900
|
})[];
|
8570
7901
|
conditional?: import(".").JSONSchema | undefined;
|
8571
7902
|
}[];
|
@@ -9527,85 +8858,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
9527
8858
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9528
8859
|
hideLabel?: boolean | undefined;
|
9529
8860
|
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;
|
9609
8861
|
})[];
|
9610
8862
|
};
|
9611
8863
|
draft?: boolean | undefined;
|
@@ -10566,85 +9818,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
10566
9818
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
10567
9819
|
hideLabel?: boolean | undefined;
|
10568
9820
|
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;
|
10648
9821
|
})[];
|
10649
9822
|
};
|
10650
9823
|
draft?: boolean | undefined;
|
@@ -11605,85 +10778,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
11605
10778
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
11606
10779
|
hideLabel?: boolean | undefined;
|
11607
10780
|
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;
|
11687
10781
|
})[];
|
11688
10782
|
};
|
11689
10783
|
draft?: boolean | undefined;
|
@@ -12600,96 +11694,26 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
12600
11694
|
addressType: "INTERNATIONAL";
|
12601
11695
|
district2: string;
|
12602
11696
|
cityOrTown?: string | undefined;
|
12603
|
-
addressLine1?: string | undefined;
|
12604
|
-
addressLine2?: string | undefined;
|
12605
|
-
addressLine3?: string | undefined;
|
12606
|
-
postcodeOrZip?: string | undefined;
|
12607
|
-
} | undefined;
|
12608
|
-
configuration?: {
|
12609
|
-
searchMode?: boolean | undefined;
|
12610
|
-
} | undefined;
|
12611
|
-
} | {
|
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;
|
11697
|
+
addressLine1?: string | undefined;
|
11698
|
+
addressLine2?: string | undefined;
|
11699
|
+
addressLine3?: string | undefined;
|
11700
|
+
postcodeOrZip?: string | undefined;
|
11701
|
+
} | undefined;
|
11702
|
+
configuration?: {
|
11703
|
+
searchMode?: boolean | undefined;
|
11704
|
+
} | undefined;
|
12679
11705
|
} | {
|
12680
|
-
type: "
|
11706
|
+
type: "DATA";
|
12681
11707
|
id: string;
|
12682
11708
|
label: import("./TranslationConfig").TranslationConfig;
|
12683
11709
|
configuration: {
|
12684
|
-
|
12685
|
-
|
12686
|
-
|
12687
|
-
}
|
12688
|
-
|
12689
|
-
|
12690
|
-
|
12691
|
-
headers?: Record<string, string> | undefined;
|
12692
|
-
body?: Record<string, string> | undefined;
|
11710
|
+
data: ({
|
11711
|
+
value: string | import("./TranslationConfig").TranslationConfig;
|
11712
|
+
label: import("./TranslationConfig").TranslationConfig;
|
11713
|
+
} | {
|
11714
|
+
fieldId: string;
|
11715
|
+
})[];
|
11716
|
+
subtitle?: import("./TranslationConfig").TranslationConfig | undefined;
|
12693
11717
|
};
|
12694
11718
|
parent?: {
|
12695
11719
|
$$field: string;
|
@@ -12714,15 +11738,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
12714
11738
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
12715
11739
|
hideLabel?: boolean | undefined;
|
12716
11740
|
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;
|
12726
11741
|
})[];
|
12727
11742
|
};
|
12728
11743
|
draft?: boolean | undefined;
|
@@ -13731,85 +12746,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
13731
12746
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
13732
12747
|
hideLabel?: boolean | undefined;
|
13733
12748
|
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;
|
13813
12749
|
})[];
|
13814
12750
|
conditional?: import(".").JSONSchema | undefined;
|
13815
12751
|
} | {
|
@@ -14773,85 +13709,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
14773
13709
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
14774
13710
|
hideLabel?: boolean | undefined;
|
14775
13711
|
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;
|
14855
13712
|
})[];
|
14856
13713
|
conditional?: import(".").JSONSchema | undefined;
|
14857
13714
|
})[];
|
@@ -15818,85 +14675,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
15818
14675
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
15819
14676
|
hideLabel?: boolean | undefined;
|
15820
14677
|
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;
|
15900
14678
|
})[];
|
15901
14679
|
conditional?: import(".").JSONSchema | undefined;
|
15902
14680
|
} | {
|
@@ -16860,85 +15638,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
16860
15638
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
16861
15639
|
hideLabel?: boolean | undefined;
|
16862
15640
|
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;
|
16942
15641
|
})[];
|
16943
15642
|
conditional?: import(".").JSONSchema | undefined;
|
16944
15643
|
})[];
|