@clxmedia/types 1.0.34 → 1.0.35

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.
@@ -306,6 +306,7 @@ export type CLXFormSection = {
306
306
  name: string;
307
307
  question_layouts: CLXFormQuestionLayout[];
308
308
  has_alert?: boolean;
309
+ conditions?: CLXFormRuleSet;
309
310
  };
310
311
  export type CLXFormQuestionBundle = {
311
312
  question: CLXFormQuestion;
@@ -316,6 +317,7 @@ export type CLXFormStep = {
316
317
  name: string;
317
318
  description: string;
318
319
  sections: CLXFormSection[];
320
+ conditions?: CLXFormRuleSet;
319
321
  };
320
322
  export type CLXFormLayout = {
321
323
  form: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clxmedia/types",
3
- "version": "1.0.34",
3
+ "version": "1.0.35",
4
4
  "description": "Conversion Logix TypeScript type definitions",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",