freemium-survey-components 1.0.69 → 1.0.70

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.
@@ -140,7 +140,7 @@ export declare type DisplayLogicType = {
140
140
  operator?: DisplayLogicOperators | null;
141
141
  expected_value?: string[] | null;
142
142
  display_type?: DlDisplayTypes | null;
143
- subType?: DisplayLogicSubTypeOptions | null;
143
+ sub_type?: DisplayLogicSubTypeOptions | null;
144
144
  logic_type?: DlLogicTypes | null;
145
145
  based_on_question_name?: string | null;
146
146
  based_on_question_type?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "freemium-survey-components",
3
- "version": "1.0.69",
3
+ "version": "1.0.70",
4
4
  "description": "React Survey Ui Components",
5
5
  "main": "lib/index.cjs.js",
6
6
  "module": "lib/index.esm.js",