freemium-survey-components 1.0.163 → 1.0.166

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.
File without changes
@@ -15,7 +15,7 @@ export declare type PromptSettingsType = {
15
15
  type_variant?: PromptSettingsTypeVariants | null;
16
16
  reverse_order?: boolean | null;
17
17
  };
18
- export declare type QuestionType = 'TEXT' | 'NUMBER' | 'PARAGRAPH' | 'BOOLEAN' | 'DATE' | 'RANGE' | 'DROPDOWN' | 'CHECKBOX' | 'RADIO' | 'THANK_YOU' | 'MULTI_SELECT' | 'MULTI_SELECT_LOOKUP' | 'MATRIX_RATING_SCALE' | 'RANK_ORDER' | 'SLIDER' | 'DATETIME';
18
+ export declare type QuestionType = 'TEXT' | 'NUMBER' | 'PARAGRAPH' | 'BOOLEAN' | 'DATE' | 'RANGE' | 'DROPDOWN' | 'CHECKBOX' | 'RADIO' | 'THANK_YOU' | 'MULTI_SELECT' | 'MULTI_SELECT_LOOKUP' | 'MATRIX_RATING_SCALE' | 'RANK_ORDER' | 'SLIDER' | 'DATETIME' | 'MESSAGE' | 'CONSENT';
19
19
  export declare type QuestionThemeType = SurveyTypes;
20
20
  export declare type QuestionTypeVariantType = 'EMOJI' | 'STAR' | 'TEXT' | 'NUMBER' | 'THUMBS' | 'TICK' | 'DECIMAL';
21
21
  export declare type ScalePropertiesOrderType = 'ascending' | 'descending';
@@ -106,6 +106,7 @@ export declare type QuestionTypeInfoMetaType = {
106
106
  allow_future_date?: boolean | null;
107
107
  time_format?: boolean | null;
108
108
  format?: string | null;
109
+ value?: string | null;
109
110
  };
110
111
  export declare type SliderType = {
111
112
  min: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "freemium-survey-components",
3
- "version": "1.0.163",
3
+ "version": "1.0.166",
4
4
  "description": "React Survey Ui Components",
5
5
  "main": "lib/index.cjs.js",
6
6
  "module": "lib/index.esm.js",