freemium-survey-components 2.0.217 → 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.
- package/lib/types/types.d.ts +3 -3
- package/package.json +1 -1
package/lib/types/types.d.ts
CHANGED
|
@@ -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;
|
|
@@ -1121,6 +1121,7 @@ export type EmailChannelHiddenFieldsType = {
|
|
|
1121
1121
|
survey_throttling?: boolean;
|
|
1122
1122
|
limit_survey?: boolean;
|
|
1123
1123
|
response_window?: boolean;
|
|
1124
|
+
recurring_survey?: boolean;
|
|
1124
1125
|
};
|
|
1125
1126
|
export type EmailEmbedChannelHiddenFieldsType = {
|
|
1126
1127
|
disable_survey_link_expiry?: boolean;
|
|
@@ -1178,8 +1179,7 @@ export type ExportedComponentType = {
|
|
|
1178
1179
|
collectorId: string;
|
|
1179
1180
|
locale: string;
|
|
1180
1181
|
collectorChannel: CollectorChannelType;
|
|
1181
|
-
|
|
1182
|
-
emailEmbedChannelHiddenFields: EmailEmbedChannelHiddenFieldsType;
|
|
1182
|
+
hiddenFields: EmailChannelHiddenFieldsType | EmailEmbedChannelHiddenFieldsType;
|
|
1183
1183
|
};
|
|
1184
1184
|
export type CommonDebugType = {
|
|
1185
1185
|
log?: boolean;
|