File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1011,6 +1011,10 @@ declare module 'cloudinary' {
10111011
10121012 function delete_resources ( value : string [ ] , options ?: AdminAndResourceOptions , callback ?: ResponseCallback ) : Promise < any > ;
10131013
1014+ function delete_resources_by_asset_ids ( asset_ids : string [ ] , callback ?: ResponseCallback ) : Promise < ResourceApiResponse > ;
1015+
1016+ function delete_resources_by_asset_ids ( asset_ids : string [ ] , options ?: AdminAndResourceOptions , callback ?: ResponseCallback ) : Promise < ResourceApiResponse > ;
1017+
10141018 function delete_resources_by_prefix ( prefix : string , options ?: AdminAndResourceOptions , callback ?: ResponseCallback ) : Promise < any > ;
10151019
10161020 function delete_resources_by_prefix ( prefix : string , callback ?: ResponseCallback ) : Promise < any > ;
You can’t perform that action at this time.
0 commit comments