@@ -392,6 +392,9 @@ export const RipplingBlock: BlockConfig = {
392392 required : {
393393 field : 'operation' ,
394394 value : [
395+ 'create_business_partner' ,
396+ 'create_custom_app' ,
397+ 'create_custom_object_field' ,
395398 'create_custom_object_record' ,
396399 'update_custom_object_record' ,
397400 'create_custom_setting' ,
@@ -806,9 +809,34 @@ export const RipplingBlock: BlockConfig = {
806809 companies : { type : 'array' , description : 'List of companies' } ,
807810 departments : { type : 'array' , description : 'List of departments' } ,
808811 teams : { type : 'array' , description : 'List of teams' } ,
812+ titles : { type : 'array' , description : 'List of titles' } ,
813+ workLocations : { type : 'array' , description : 'List of work locations' } ,
814+ employmentTypes : { type : 'array' , description : 'List of employment types' } ,
815+ jobFunctions : { type : 'array' , description : 'List of job functions' } ,
816+ entitlements : { type : 'array' , description : 'List of entitlements' } ,
817+ customFields : { type : 'array' , description : 'List of custom fields' } ,
818+ supergroups : { type : 'array' , description : 'List of supergroups' } ,
819+ members : { type : 'array' , description : 'List of group members' } ,
820+ businessPartners : { type : 'array' , description : 'List of business partners' } ,
821+ businessPartnerGroups : { type : 'array' , description : 'List of business partner groups' } ,
822+ customObjects : { type : 'array' , description : 'List of custom objects' } ,
823+ fields : { type : 'array' , description : 'List of custom object fields' } ,
824+ records : { type : 'array' , description : 'List of custom object records' } ,
825+ customApps : { type : 'array' , description : 'List of custom apps' } ,
826+ customPages : { type : 'array' , description : 'List of custom pages' } ,
827+ customSettings : { type : 'array' , description : 'List of custom settings' } ,
828+ objectCategories : { type : 'array' , description : 'List of object categories' } ,
809829 items : { type : 'array' , description : 'List of returned items' } ,
810830 totalCount : { type : 'number' , description : 'Total number of items returned' } ,
811831 nextLink : { type : 'string' , description : 'URL or cursor for the next page of results' } ,
832+ deleted : { type : 'boolean' , description : 'Whether the resource was deleted' } ,
833+ results : { type : 'array' , description : 'Bulk operation results' } ,
834+ result : { type : 'json' , description : 'Report run result' } ,
835+ report_id : { type : 'string' , description : 'Report ID' } ,
836+ invalidItems : { type : 'array' , description : 'Invalid items from draft hires' } ,
837+ successfulResults : { type : 'array' , description : 'Successful draft hire results' } ,
838+ totalInvalid : { type : 'number' , description : 'Count of invalid items' } ,
839+ totalSuccessful : { type : 'number' , description : 'Count of successful items' } ,
812840 success : { type : 'boolean' , description : 'Whether the operation succeeded' } ,
813841 } ,
814842}
0 commit comments