freemium-survey-components 2.0.434 → 2.0.435
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 -0
- package/package.json +1 -1
package/lib/types/types.d.ts
CHANGED
|
@@ -1437,6 +1437,7 @@ export type ProductConfigType = {
|
|
|
1437
1437
|
hideRangeCustomizationLevels?: boolean;
|
|
1438
1438
|
enableDesignSettingsInfoBanner?: boolean;
|
|
1439
1439
|
enableFreddyResponseTranslation?: boolean;
|
|
1440
|
+
enableQuestionTypeInCompatible?: boolean;
|
|
1440
1441
|
};
|
|
1441
1442
|
export type TriggerSurveyResponseType = {
|
|
1442
1443
|
trigger_id?: string | null;
|