@clxmedia/types 1.0.30 → 1.0.31

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.
@@ -150,6 +150,8 @@ export type CLXFileFormField = CLXFormField & {
150
150
  export type CLXContactFormFieldBase = CLXFormField & {
151
151
  type: 'contact';
152
152
  response_type: 'CONTACT' | 'CONTACT_ARRAY';
153
+ email_required?: boolean;
154
+ phone_required?: boolean;
153
155
  allow_multiple: boolean;
154
156
  };
155
157
  export type CLXContactFormField = CLXContactFormFieldBase & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clxmedia/types",
3
- "version": "1.0.30",
3
+ "version": "1.0.31",
4
4
  "description": "Conversion Logix TypeScript type definitions",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",