Skip to content

Commit d30ab26

Browse files
committed
add the typescript functions
1 parent 1d4cf1c commit d30ab26

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

types/index.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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>;

0 commit comments

Comments
 (0)