@clxmedia/types 1.0.39 → 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 = {
@@ -349,6 +350,7 @@ export type CLXFormStep = {
349
350
  id: number;
350
351
  name: string;
351
352
  description: string;
353
+ is_gate: boolean;
352
354
  sections: CLXFormSection[];
353
355
  conditions?: CLXFormRuleSet;
354
356
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clxmedia/types",
3
- "version": "1.0.39",
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
  }