@clxmedia/types 1.0.20 → 1.0.21

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.
@@ -153,7 +153,7 @@ export type CLXMultiSelectFormField = CLXSelectableFormField & {
153
153
  max_select?: number;
154
154
  };
155
155
  export type CLXFormQuestionResponseOptions = {
156
- field: CLXTextFormField | CLXNumberFormField | CLXTextAreaFormField | CLXBooleanFormField | CLXSelectFormField | CLXMultiSelectFormField | CLXMultipleTextFormField;
156
+ field: CLXTextFormField | CLXNumberFormField | CLXFileFormField | CLXTextAreaFormField | CLXBooleanFormField | CLXSelectFormField | CLXMultiSelectFormField | CLXMultipleTextFormField;
157
157
  has_parent?: boolean;
158
158
  };
159
159
  export type CLXFormQuestion = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clxmedia/types",
3
- "version": "1.0.20",
3
+ "version": "1.0.21",
4
4
  "description": "Conversion Logix TypeScript type definitions",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",