freemium-survey-components 2.0.431 → 2.0.433

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.
@@ -1142,7 +1142,7 @@ export type HostConfigType = {
1142
1142
  dateTimeFormat?: string;
1143
1143
  supportedChannels?: string[];
1144
1144
  };
1145
- export type WcTypes = 'collector-list' | 'list' | 'builder' | 'email' | 'preview' | 'response' | 'template' | 'theme' | 'slack' | 'teams' | 'schedule' | 'customize-link';
1145
+ export type WcTypes = 'collector-list' | 'list' | 'builder' | 'email' | 'preview' | 'response' | 'template' | 'theme' | 'slack' | 'teams' | 'schedule' | 'customize-link' | 'survey-serv-configs';
1146
1146
  export type ProductType = 'freshsurvey' | 'freshsuccess' | 'freshdesk' | 'freshchat' | 'freshservice' | 'default';
1147
1147
  export type HostParamsType = {
1148
1148
  showOnlyQuestionsPreview?: string;
@@ -1297,7 +1297,6 @@ export type ExportedComponentType = {
1297
1297
  root?: HTMLElement;
1298
1298
  disableSpacing?: boolean;
1299
1299
  surveyCustomization?: SurveyCustomizationType;
1300
- translationLanguageCode?: string;
1301
1300
  };
1302
1301
  export type CommonDebugType = {
1303
1302
  log?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "freemium-survey-components",
3
- "version": "2.0.431",
3
+ "version": "2.0.433",
4
4
  "description": "React Survey Ui Components",
5
5
  "main": "lib/index.cjs.js",
6
6
  "module": "lib/index.esm.js",