Skip to content

Commit b1b5fac

Browse files
algolia-botkai687shortcuts
committed
chore: generated code for commit 75c9a862. [skip ci]
algolia/api-clients-automation@75c9a86 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Kai Welke <[email protected]> Co-authored-by: Clément Vannicatte <[email protected]>
1 parent 7e490d0 commit b1b5fac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/algoliasearch/lite/model/fetchedIndex.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export type FetchedIndex = {
3939
/**
4040
* Number of pending indexing operations. This value is deprecated and should not be used.
4141
*/
42-
numberOfPendingTask?: number;
42+
numberOfPendingTasks: number;
4343

4444
/**
4545
* A boolean which says whether the index has pending tasks. This value is deprecated and should not be used.

packages/client-search/model/fetchedIndex.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export type FetchedIndex = {
3939
/**
4040
* Number of pending indexing operations. This value is deprecated and should not be used.
4141
*/
42-
numberOfPendingTask?: number;
42+
numberOfPendingTasks: number;
4343

4444
/**
4545
* A boolean which says whether the index has pending tasks. This value is deprecated and should not be used.

0 commit comments

Comments
 (0)