@clxmedia/types 1.0.55 → 1.0.56
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.
|
@@ -252,6 +252,7 @@ export type CLXSingleCompoundFormField = CLXFormField & {
|
|
|
252
252
|
export type CLXFormQuestionResponseOptions = {
|
|
253
253
|
field: CLXTextFormField | CLXNumberFormField | CLXDateFormField | CLXScheduleFormField | CLXContactFormField | CLXMultipleContactFormField | CLXSingleCompoundFormField | CLXFileFormField | CLXCompoundFormField | CLXTextAreaFormField | CLXBooleanFormField | CLXSelectFormField | CLXMultiSelectFormField | CLXMultipleTextFormField;
|
|
254
254
|
has_parent?: boolean;
|
|
255
|
+
allow_reset?: boolean;
|
|
255
256
|
tags?: string[];
|
|
256
257
|
};
|
|
257
258
|
export type CLXFormQuestion = {
|