@clxmedia/types 1.0.39 → 1.0.40

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.
@@ -349,6 +349,7 @@ export type CLXFormStep = {
349
349
  id: number;
350
350
  name: string;
351
351
  description: string;
352
+ is_gate: boolean;
352
353
  sections: CLXFormSection[];
353
354
  conditions?: CLXFormRuleSet;
354
355
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clxmedia/types",
3
- "version": "1.0.39",
3
+ "version": "1.0.40",
4
4
  "description": "Conversion Logix TypeScript type definitions",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",