freemium-survey-components 2.0.228 → 2.0.229

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.
@@ -1180,7 +1180,7 @@ export type ExportedComponentType = {
1180
1180
  cid: string;
1181
1181
  collectorId: string;
1182
1182
  locale: string;
1183
- collectorChannel: CollectorChannelType;
1183
+ collectorChannel: Extract<CollectorChannelType, 'EMAIL_EMBED' | 'WEB_APP' | 'EMAIL'>;
1184
1184
  hiddenFields: EmailChannelHiddenFieldsType | EmailEmbedChannelHiddenFieldsType;
1185
1185
  };
1186
1186
  export type CommonDebugType = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "freemium-survey-components",
3
- "version": "2.0.228",
3
+ "version": "2.0.229",
4
4
  "description": "React Survey Ui Components",
5
5
  "main": "lib/index.cjs.js",
6
6
  "module": "lib/index.esm.js",