freemium-survey-components 1.0.66 → 1.0.68

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.
@@ -119,6 +119,12 @@ export declare type SurveyLayoutType = 'card' | 'standard';
119
119
  export declare type SurveyMetaType = {
120
120
  survey_layout?: SurveyLayoutType | null;
121
121
  created_by?: string | null;
122
+ default_lang?: string;
123
+ supported_lang?: {
124
+ code: string;
125
+ isEnable: boolean;
126
+ fileUrl: string;
127
+ }[];
122
128
  };
123
129
  export declare type SurveyBlockCategoryType = {
124
130
  id?: string | null;
@@ -134,7 +140,7 @@ export declare type DisplayLogicType = {
134
140
  operator?: DisplayLogicOperators | null;
135
141
  expected_value?: string[] | null;
136
142
  display_type?: DlDisplayTypes | null;
137
- subType?: DisplayLogicSubTypeOptions | null;
143
+ sub_type?: DisplayLogicSubTypeOptions | null;
138
144
  logic_type?: DlLogicTypes | null;
139
145
  based_on_question_name?: string | null;
140
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.66",
3
+ "version": "1.0.68",
4
4
  "description": "React Survey Ui Components",
5
5
  "main": "lib/index.cjs.js",
6
6
  "module": "lib/index.esm.js",