freemium-survey-components 2.0.79 → 2.0.80
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
|
@@ -914,7 +914,7 @@ export type HostConfigType = {
|
|
|
914
914
|
accountMeta?: AccountMetaType;
|
|
915
915
|
};
|
|
916
916
|
export type WcTypes = 'list' | 'builder' | 'email' | 'preview' | 'response' | 'template';
|
|
917
|
-
export type ProductType = '
|
|
917
|
+
export type ProductType = 'freshsurvey' | 'freshsuccess' | 'freshdesk' | 'freshchat' | 'freshservice' | 'default';
|
|
918
918
|
export type HostParamsType = {
|
|
919
919
|
id?: string;
|
|
920
920
|
surveyId?: string;
|