freemium-survey-components 2.0.203 → 2.0.204
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 -1
- package/package.json +1 -1
package/lib/types/types.d.ts
CHANGED
|
@@ -1045,7 +1045,7 @@ export type HostConfigType = {
|
|
|
1045
1045
|
dateFormat?: string;
|
|
1046
1046
|
dateTimeFormat?: string;
|
|
1047
1047
|
};
|
|
1048
|
-
export type WcTypes = 'list' | 'builder' | 'email' | 'preview' | 'response' | 'template';
|
|
1048
|
+
export type WcTypes = 'list' | 'builder' | 'email' | 'preview' | 'response' | 'template' | 'theme' | 'slack' | 'teams';
|
|
1049
1049
|
export type ProductType = 'freshsurvey' | 'freshsuccess' | 'freshdesk' | 'freshchat' | 'freshservice' | 'default';
|
|
1050
1050
|
export type HostParamsType = {
|
|
1051
1051
|
showOnlyQuestionsPreview?: string;
|