@clxmedia/types 1.0.42 → 1.0.43
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.
|
@@ -123,7 +123,6 @@ export type CLXFormResponses = {
|
|
|
123
123
|
export type CLXFormField = {
|
|
124
124
|
type: CLXFormFieldType;
|
|
125
125
|
response_type: CLXFormResponseType;
|
|
126
|
-
tags?: string[];
|
|
127
126
|
};
|
|
128
127
|
export type CLXFieldMasks = 'phone' | 'email' | 'name' | 'number' | 'none' | 'url';
|
|
129
128
|
export type CLXPlainFormFieldBase = CLXFormField & {
|
|
@@ -251,6 +250,7 @@ export type CLXSingleCompoundFormField = CLXFormField & {
|
|
|
251
250
|
export type CLXFormQuestionResponseOptions = {
|
|
252
251
|
field: CLXTextFormField | CLXNumberFormField | CLXDateFormField | CLXScheduleFormField | CLXContactFormField | CLXMultipleContactFormField | CLXSingleCompoundFormField | CLXFileFormField | CLXCompoundFormField | CLXTextAreaFormField | CLXBooleanFormField | CLXSelectFormField | CLXMultiSelectFormField | CLXMultipleTextFormField;
|
|
253
252
|
has_parent?: boolean;
|
|
253
|
+
tags?: string[];
|
|
254
254
|
};
|
|
255
255
|
export type CLXFormQuestion = {
|
|
256
256
|
slug: string;
|