Skip to content

Commit 6fb253c

Browse files
fix(specs): returns an response [skip-bc] (generated)
algolia/api-clients-automation#4107 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Clément Vannicatte <[email protected]>
1 parent c4ccf33 commit 6fb253c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client-search/src/searchClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1298,7 +1298,7 @@ export function createSearchClient({
12981298
deleteBy(
12991299
{ indexName, deleteByParams }: DeleteByProps,
13001300
requestOptions?: RequestOptions,
1301-
): Promise<DeletedAtResponse> {
1301+
): Promise<UpdatedAtResponse> {
13021302
if (!indexName) {
13031303
throw new Error('Parameter `indexName` is required when calling `deleteBy`.');
13041304
}

0 commit comments

Comments
 (0)