freemium-survey-components 2.0.389 → 2.0.391

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.
@@ -1016,6 +1016,8 @@ export type NavigationType = {
1016
1016
  DKIM_SETTINGS: string;
1017
1017
  ADD_CONTACT: string;
1018
1018
  EMAIL_TOPIC?: string;
1019
+ EMAIL_EMBED_TOPIC?: string;
1020
+ WEB_WIDGET_TOPIC?: string;
1019
1021
  INSTAGRAM_TOPIC?: string;
1020
1022
  WHATSAPP_TOPIC?: string;
1021
1023
  EMAIL_COLLECTOR_KB?: string;
@@ -1119,7 +1121,7 @@ export type HostConfigType = {
1119
1121
  dateTimeFormat?: string;
1120
1122
  };
1121
1123
  export type WcTypes = 'collector-list' | 'list' | 'builder' | 'email' | 'preview' | 'response' | 'template' | 'theme' | 'slack' | 'teams' | 'schedule';
1122
- export type ProductType = 'freshsurvey' | 'freshsuccess' | 'freshdesk' | 'freshchat' | 'freshservice' | '1cx' | 'default';
1124
+ export type ProductType = 'freshsurvey' | 'freshsuccess' | 'freshdesk' | 'freshchat' | 'freshservice' | 'default';
1123
1125
  export type HostParamsType = {
1124
1126
  showOnlyQuestionsPreview?: string;
1125
1127
  isImport?: string;
@@ -1398,6 +1400,7 @@ export type ProductConfigType = {
1398
1400
  enabledSkipLogicBasedOnConditions?: boolean;
1399
1401
  enableDisplayLogicOperators?: boolean;
1400
1402
  enableDisplayLogicThemeQuestion?: boolean;
1403
+ root?: HTMLElement;
1401
1404
  };
1402
1405
  export type TriggerSurveyResponseType = {
1403
1406
  trigger_id?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "freemium-survey-components",
3
- "version": "2.0.389",
3
+ "version": "2.0.391",
4
4
  "description": "React Survey Ui Components",
5
5
  "main": "lib/index.cjs.js",
6
6
  "module": "lib/index.esm.js",