@clxmedia/types 1.0.177 → 1.0.178

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.
@@ -296,6 +296,7 @@ export type CLXFormQuestion = {
296
296
  help_link?: string;
297
297
  response_options: CLXFormQuestionResponseOptions;
298
298
  default_response?: CLXFormResponseValue;
299
+ default_demo_response?: CLXFormResponseValue;
299
300
  };
300
301
  export type CLXFormQuestions = {
301
302
  [questionSlug: string]: CLXFormQuestion;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clxmedia/types",
3
- "version": "1.0.177",
3
+ "version": "1.0.178",
4
4
  "description": "Conversion Logix TypeScript type definitions",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",