freemium-survey-components 2.0.122 → 2.0.123

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.
@@ -1012,6 +1012,7 @@ export type ExportedComponentType = {
1012
1012
  survey: SurveyType;
1013
1013
  id: string;
1014
1014
  surveyId: string;
1015
+ cid: string;
1015
1016
  collectorId: string;
1016
1017
  locale: string;
1017
1018
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "freemium-survey-components",
3
- "version": "2.0.122",
3
+ "version": "2.0.123",
4
4
  "description": "React Survey Ui Components",
5
5
  "main": "lib/index.cjs.js",
6
6
  "module": "lib/index.esm.js",