freemium-survey-components 2.0.218 → 2.0.219

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.
@@ -1050,7 +1050,7 @@ export type HostConfigType = {
1050
1050
  dateFormat?: string;
1051
1051
  dateTimeFormat?: string;
1052
1052
  };
1053
- export type WcTypes = 'list' | 'builder' | 'email' | 'preview' | 'response' | 'template' | 'theme' | 'slack' | 'teams';
1053
+ export type WcTypes = 'list' | 'builder' | 'email' | 'preview' | 'response' | 'template' | 'theme' | 'slack' | 'teams' | 'schedule';
1054
1054
  export type ProductType = 'freshsurvey' | 'freshsuccess' | 'freshdesk' | 'freshchat' | 'freshservice' | 'default';
1055
1055
  export type HostParamsType = {
1056
1056
  showOnlyQuestionsPreview?: string;
@@ -1179,8 +1179,7 @@ export type ExportedComponentType = {
1179
1179
  collectorId: string;
1180
1180
  locale: string;
1181
1181
  collectorChannel: CollectorChannelType;
1182
- emailChannelHiddenFields: EmailChannelHiddenFieldsType;
1183
- emailEmbedChannelHiddenFields: EmailEmbedChannelHiddenFieldsType;
1182
+ hiddenFields: EmailChannelHiddenFieldsType | EmailEmbedChannelHiddenFieldsType;
1184
1183
  };
1185
1184
  export type CommonDebugType = {
1186
1185
  log?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "freemium-survey-components",
3
- "version": "2.0.218",
3
+ "version": "2.0.219",
4
4
  "description": "React Survey Ui Components",
5
5
  "main": "lib/index.cjs.js",
6
6
  "module": "lib/index.esm.js",