freemium-survey-components 2.0.245 → 2.0.246

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.
@@ -1074,7 +1074,8 @@ export type ResponseDetailedDataType = {
1074
1074
  question: string;
1075
1075
  answer: QuestionAnswerType;
1076
1076
  name: string;
1077
- others_answer: string | null;
1077
+ labels: string[];
1078
+ others_answer?: string | null;
1078
1079
  };
1079
1080
  export interface SurveyServResponseType {
1080
1081
  id?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "freemium-survey-components",
3
- "version": "2.0.245",
3
+ "version": "2.0.246",
4
4
  "description": "React Survey Ui Components",
5
5
  "main": "lib/index.cjs.js",
6
6
  "module": "lib/index.esm.js",