freemium-survey-components 2.0.408 → 2.0.409

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.
@@ -1121,6 +1121,7 @@ export type HostConfigType = {
1121
1121
  collectorCategory?: CollectorCategoryType;
1122
1122
  dateFormat?: string;
1123
1123
  dateTimeFormat?: string;
1124
+ supportedChannels?: string[];
1124
1125
  };
1125
1126
  export type WcTypes = 'collector-list' | 'list' | 'builder' | 'email' | 'preview' | 'response' | 'template' | 'theme' | 'slack' | 'teams' | 'schedule';
1126
1127
  export type ProductType = 'freshsurvey' | 'freshsuccess' | 'freshdesk' | 'freshchat' | 'freshservice' | 'default';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "freemium-survey-components",
3
- "version": "2.0.408",
3
+ "version": "2.0.409",
4
4
  "description": "React Survey Ui Components",
5
5
  "main": "lib/index.cjs.js",
6
6
  "module": "lib/index.esm.js",