@clxmedia/types 1.10.0 → 1.10.1

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.
@@ -413,7 +413,7 @@ export type CLXFormQuestionLayout = {
413
413
  conditions?: CLXFormRuleSet;
414
414
  overrides?: CLXConditionalOverrides;
415
415
  is_complete?: boolean;
416
- scope: CLXResponseScope;
416
+ scope?: CLXResponseScope;
417
417
  };
418
418
  export type CLXFormSection = {
419
419
  id: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clxmedia/types",
3
- "version": "1.10.0",
3
+ "version": "1.10.1",
4
4
  "description": "Conversion Logix TypeScript type definitions",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",