freemium-survey-components 1.0.141 → 1.0.142

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.
@@ -104,7 +104,7 @@ export declare type DependentBlockType = {
104
104
  choice_id?: string[] | null;
105
105
  };
106
106
  export declare type QuestionChoiceMetaType = {
107
- is_others?: boolean | null;
107
+ is_others: boolean;
108
108
  is_deleted?: boolean | null;
109
109
  show_comment_box?: boolean | null;
110
110
  };
@@ -113,7 +113,7 @@ export declare type QuestionChoiceType = {
113
113
  id?: string | null;
114
114
  position?: number | string | null;
115
115
  value?: string | null;
116
- meta?: QuestionChoiceMetaType | null;
116
+ meta: QuestionChoiceMetaType | null;
117
117
  };
118
118
  export declare type SurveyQuestionType = {
119
119
  id?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "freemium-survey-components",
3
- "version": "1.0.141",
3
+ "version": "1.0.142",
4
4
  "description": "React Survey Ui Components",
5
5
  "main": "lib/index.cjs.js",
6
6
  "module": "lib/index.esm.js",