@@ -300,19 +300,11 @@ export const OracleFusionRecruitingBlock: BlockConfig = {
300300 mode : 'basic' ,
301301 condition : {
302302 field : 'operation' ,
303- value : [
304- 'get_candidate_phone' ,
305- 'update_candidate_phone' ,
306- 'delete_candidate_phone' ,
307- ] ,
303+ value : [ 'get_candidate_phone' , 'update_candidate_phone' , 'delete_candidate_phone' ] ,
308304 } ,
309305 required : {
310306 field : 'operation' ,
311- value : [
312- 'get_candidate_phone' ,
313- 'update_candidate_phone' ,
314- 'delete_candidate_phone' ,
315- ] ,
307+ value : [ 'get_candidate_phone' , 'update_candidate_phone' , 'delete_candidate_phone' ] ,
316308 } ,
317309 serviceId : 'oracle_fusion_recruiting' ,
318310 selectorKey : 'oracle_fusion_recruiting.phones' ,
@@ -327,19 +319,11 @@ export const OracleFusionRecruitingBlock: BlockConfig = {
327319 mode : 'advanced' ,
328320 condition : {
329321 field : 'operation' ,
330- value : [
331- 'get_candidate_phone' ,
332- 'update_candidate_phone' ,
333- 'delete_candidate_phone' ,
334- ] ,
322+ value : [ 'get_candidate_phone' , 'update_candidate_phone' , 'delete_candidate_phone' ] ,
335323 } ,
336324 required : {
337325 field : 'operation' ,
338- value : [
339- 'get_candidate_phone' ,
340- 'update_candidate_phone' ,
341- 'delete_candidate_phone' ,
342- ] ,
326+ value : [ 'get_candidate_phone' , 'update_candidate_phone' , 'delete_candidate_phone' ] ,
343327 } ,
344328 placeholder : 'Enter candidate phone identifier' ,
345329 } ,
@@ -495,10 +479,7 @@ export const OracleFusionRecruitingBlock: BlockConfig = {
495479 language : 'json' ,
496480 condition : {
497481 field : 'operation' ,
498- value : [
499- 'create_candidate_phone' ,
500- 'update_candidate_phone' ,
501- ] ,
482+ value : [ 'create_candidate_phone' , 'update_candidate_phone' ] ,
502483 } ,
503484 required : { field : 'operation' , value : [ 'create_candidate_phone' , 'update_candidate_phone' ] } ,
504485 placeholder : '{\n "PhoneNumber": "5550100",\n "CountryCodeNumber": "1"\n}' ,
@@ -527,9 +508,74 @@ export const OracleFusionRecruitingBlock: BlockConfig = {
527508 placeholder : 'Describe the fields to create or update' ,
528509 } ,
529510 } ,
530- { id : 'search' , title : 'Search' , type : 'short-input' , condition : { field : 'operation' , value : [ 'list_candidates' , 'list_requisitions' , 'list_applications' , 'list_offers' , 'list_interview_schedules' , 'list_requisition_templates' , 'list_recruiting_representatives' ] } , placeholder : 'Search records' } ,
531- { id : 'limit' , title : 'Limit' , type : 'short-input' , mode : 'advanced' , condition : { field : 'operation' , value : [ 'list_candidates' , 'list_candidate_phones' , 'list_candidate_education' , 'list_candidate_experience' , 'list_candidate_skills' , 'list_candidate_attachments' , 'list_requisitions' , 'list_requisition_postings' , 'list_applications' , 'list_offers' , 'list_interview_schedules' , 'list_requisition_templates' , 'list_recruiting_representatives' ] } , placeholder : '20 (maximum 100)' } ,
532- { id : 'offset' , title : 'Offset' , type : 'short-input' , mode : 'advanced' , condition : { field : 'operation' , value : [ 'list_candidates' , 'list_candidate_phones' , 'list_candidate_education' , 'list_candidate_experience' , 'list_candidate_skills' , 'list_candidate_attachments' , 'list_requisitions' , 'list_requisition_postings' , 'list_applications' , 'list_offers' , 'list_interview_schedules' , 'list_requisition_templates' , 'list_recruiting_representatives' ] } , placeholder : '0' } ,
511+ {
512+ id : 'search' ,
513+ title : 'Search' ,
514+ type : 'short-input' ,
515+ condition : {
516+ field : 'operation' ,
517+ value : [
518+ 'list_candidates' ,
519+ 'list_requisitions' ,
520+ 'list_applications' ,
521+ 'list_offers' ,
522+ 'list_interview_schedules' ,
523+ 'list_requisition_templates' ,
524+ 'list_recruiting_representatives' ,
525+ ] ,
526+ } ,
527+ placeholder : 'Search records' ,
528+ } ,
529+ {
530+ id : 'limit' ,
531+ title : 'Limit' ,
532+ type : 'short-input' ,
533+ mode : 'advanced' ,
534+ condition : {
535+ field : 'operation' ,
536+ value : [
537+ 'list_candidates' ,
538+ 'list_candidate_phones' ,
539+ 'list_candidate_education' ,
540+ 'list_candidate_experience' ,
541+ 'list_candidate_skills' ,
542+ 'list_candidate_attachments' ,
543+ 'list_requisitions' ,
544+ 'list_requisition_postings' ,
545+ 'list_applications' ,
546+ 'list_offers' ,
547+ 'list_interview_schedules' ,
548+ 'list_requisition_templates' ,
549+ 'list_recruiting_representatives' ,
550+ ] ,
551+ } ,
552+ placeholder : '20 (maximum 100)' ,
553+ } ,
554+ {
555+ id : 'offset' ,
556+ title : 'Offset' ,
557+ type : 'short-input' ,
558+ mode : 'advanced' ,
559+ condition : {
560+ field : 'operation' ,
561+ value : [
562+ 'list_candidates' ,
563+ 'list_candidate_phones' ,
564+ 'list_candidate_education' ,
565+ 'list_candidate_experience' ,
566+ 'list_candidate_skills' ,
567+ 'list_candidate_attachments' ,
568+ 'list_requisitions' ,
569+ 'list_requisition_postings' ,
570+ 'list_applications' ,
571+ 'list_offers' ,
572+ 'list_interview_schedules' ,
573+ 'list_requisition_templates' ,
574+ 'list_recruiting_representatives' ,
575+ ] ,
576+ } ,
577+ placeholder : '0' ,
578+ } ,
533579 ] ,
534580 tools : {
535581 access : [
0 commit comments