freemium-survey-components 1.0.330 → 1.0.331

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.
@@ -219,6 +219,7 @@ export declare type SurveyQuestionType = {
219
219
  dependent_blocks?: DependentBlockType[] | null;
220
220
  choices?: QuestionChoiceType[] | null;
221
221
  question_weightage?: QuestionWeightageType | null;
222
+ tags?: string[];
222
223
  };
223
224
  declare type QuestionWeightageType = {
224
225
  scoring_enabled: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "freemium-survey-components",
3
- "version": "1.0.330",
3
+ "version": "1.0.331",
4
4
  "description": "React Survey Ui Components",
5
5
  "main": "lib/index.cjs.js",
6
6
  "module": "lib/index.esm.js",
@@ -1 +0,0 @@
1
- export {};