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.
- package/lib/types/types.d.ts +1 -2
- package/package.json +1 -1
package/lib/types/types.d.ts
CHANGED
|
@@ -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;
|