@clxmedia/types 1.0.40 → 1.0.42

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,6 +123,7 @@ export type CLXFormResponses = {
123
123
  export type CLXFormField = {
124
124
  type: CLXFormFieldType;
125
125
  response_type: CLXFormResponseType;
126
+ tags?: string[];
126
127
  };
127
128
  export type CLXFieldMasks = 'phone' | 'email' | 'name' | 'number' | 'none' | 'url';
128
129
  export type CLXPlainFormFieldBase = CLXFormField & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clxmedia/types",
3
- "version": "1.0.40",
3
+ "version": "1.0.42",
4
4
  "description": "Conversion Logix TypeScript type definitions",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -79,7 +79,7 @@
79
79
  },
80
80
  "repository": {
81
81
  "type": "git",
82
- "url": "https://github.com/adsupnow/clxmedia-type-definitions"
82
+ "url": "git+https://github.com/adsupnow/clxmedia-type-definitions.git"
83
83
  },
84
84
  "bugs": "https://github.com/adsupnow/clxmedia-type-definitions"
85
85
  }