@@ -74,7 +74,6 @@ export const CalComBlock: BlockConfig<ToolResponse> = {
7474 canonicalParamId : 'eventTypeId' ,
7575 serviceId : 'calcom' ,
7676 selectorKey : 'calcom.eventTypes' ,
77- selectorAllowSearch : false ,
7877 placeholder : 'Select event type' ,
7978 dependsOn : [ 'credential' ] ,
8079 mode : 'basic' ,
@@ -289,7 +288,6 @@ Return ONLY the IANA timezone string - no explanations or quotes.`,
289288 canonicalParamId : 'eventTypeIdParam' ,
290289 serviceId : 'calcom' ,
291290 selectorKey : 'calcom.eventTypes' ,
292- selectorAllowSearch : false ,
293291 placeholder : 'Select event type' ,
294292 dependsOn : [ 'credential' ] ,
295293 mode : 'basic' ,
@@ -414,7 +412,6 @@ Return ONLY the IANA timezone string - no explanations or quotes.`,
414412 canonicalParamId : 'eventTypeScheduleId' ,
415413 serviceId : 'calcom' ,
416414 selectorKey : 'calcom.schedules' ,
417- selectorAllowSearch : false ,
418415 placeholder : 'Select schedule' ,
419416 dependsOn : [ 'credential' ] ,
420417 mode : 'basic' ,
@@ -455,7 +452,6 @@ Return ONLY the IANA timezone string - no explanations or quotes.`,
455452 canonicalParamId : 'scheduleId' ,
456453 serviceId : 'calcom' ,
457454 selectorKey : 'calcom.schedules' ,
458- selectorAllowSearch : false ,
459455 placeholder : 'Select schedule' ,
460456 dependsOn : [ 'credential' ] ,
461457 mode : 'basic' ,
0 commit comments