File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -2686,8 +2686,7 @@ export type OutputModuleTouchpointsAppTablet = {
26862686 kind : 'app' ;
26872687 os : {
26882688 ios ?: string ;
2689- linux ?: string ;
2690- windows ?: string ;
2689+ android ?: string ;
26912690 } ;
26922691} ;
26932692export type OutputModuleTouchpointsAppSmartphone = {
@@ -2832,7 +2831,8 @@ export type PurchasablePlanRules =
28322831 | 'module_type'
28332832 | 'number_of_testers'
28342833 | 'number_of_tasks'
2835- | 'task_type' ;
2834+ | 'task_type'
2835+ | 'duplicate_touchpoint_form_factors' ;
28362836export type Project = {
28372837 campaigns_count : number ;
28382838 description ?: string ;
Original file line number Diff line number Diff line change 11641164 "__PLAN_PAGE_TAB_TARGET_TAB_TITLE" : " Screen participants" ,
11651165 "__PLAN_PAGE_TITLE" : " Plan your activity" ,
11661166 "__PLAN_REQUEST_QUOTATION_CTA" : " Submit Request" ,
1167+ "__PLAN_RULE_DUPLICATE_TOUCHPOINT_FORM_FACTORS" : " Multiple touchpoints of the same type" ,
11671168 "__PLAN_RULE_MODULE_TYPE" : " Custom features added" ,
11681169 "__PLAN_RULE_NUMBER_OF_MODULES" : " Extra modules added" ,
11691170 "__PLAN_RULE_NUMBER_OF_TASKS" : " Extra tasks added" ,
Original file line number Diff line number Diff line change 11981198 "__PLAN_PAGE_TAB_TARGET_TAB_TITLE" : " " ,
11991199 "__PLAN_PAGE_TITLE" : " Pianifica la tua attività" ,
12001200 "__PLAN_REQUEST_QUOTATION_CTA" : " " ,
1201+ "__PLAN_RULE_DUPLICATE_TOUCHPOINT_FORM_FACTORS" : " " ,
12011202 "__PLAN_RULE_MODULE_TYPE" : " " ,
12021203 "__PLAN_RULE_NUMBER_OF_MODULES" : " " ,
12031204 "__PLAN_RULE_NUMBER_OF_TASKS" : " " ,
Original file line number Diff line number Diff line change @@ -37,6 +37,8 @@ export const PurchasablePlanRulesGuide = ({
3737 return t ( '__PLAN_RULE_NUMBER_OF_TESTERS' ) ;
3838 case 'number_of_tasks' :
3939 return t ( '__PLAN_RULE_NUMBER_OF_TASKS' ) ;
40+ case 'duplicate_touchpoint_form_factors' :
41+ return t ( '__PLAN_RULE_DUPLICATE_TOUCHPOINT_FORM_FACTORS' ) ;
4042 case 'task_type' :
4143 return t ( '__PLAN_RULE_TASK_TYPE' ) ;
4244 default :
You can’t perform that action at this time.
0 commit comments