@clxmedia/types 1.0.40 → 1.0.41

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.
@@ -255,6 +255,7 @@ export type CLXFormQuestion = {
255
255
  slug: string;
256
256
  question_text: string;
257
257
  help_text?: string;
258
+ tags: string[];
258
259
  response_options: CLXFormQuestionResponseOptions;
259
260
  };
260
261
  export type CLXFormQuestions = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clxmedia/types",
3
- "version": "1.0.40",
3
+ "version": "1.0.41",
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
  }