freemium-survey-components 2.0.291 → 2.0.293
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 +2 -0
- package/package.json +1 -1
package/lib/types/types.d.ts
CHANGED
|
@@ -1051,6 +1051,7 @@ export type HostAgentType = {
|
|
|
1051
1051
|
export type CollectorTriggerType = 'TRANSACTIONAL' | 'RECURRING' | 'ONE_TIME';
|
|
1052
1052
|
export type HostConfigType = {
|
|
1053
1053
|
navigation?: NavigationType;
|
|
1054
|
+
plan?: string;
|
|
1054
1055
|
API_HOST?: string;
|
|
1055
1056
|
tabOptions?: Record<string, {
|
|
1056
1057
|
disabled?: boolean;
|
|
@@ -1307,6 +1308,7 @@ export type ProductConfigType = {
|
|
|
1307
1308
|
[key in string]: string;
|
|
1308
1309
|
};
|
|
1309
1310
|
displayButtonLimit?: number;
|
|
1311
|
+
hideTemplates?: boolean;
|
|
1310
1312
|
enableEmptyLogic?: boolean;
|
|
1311
1313
|
enableOnlyRatingScaleOrder?: QuestionTypeVariantType[];
|
|
1312
1314
|
hideAdvScorePrecentage?: boolean;
|