Skip to content

Property 'deleteTasks' does not exist on type 'MeiliSearch'.ts(2339) #1929

Open
@anaibol

Description

@anaibol

After upgrading meilisearch from 0.49.0 to 0.50.0 I get
Property 'deleteTasks' does not exist on type 'MeiliSearch'.ts(2339)

My previously working code was
await meilisearchClient .deleteTasks({ types: [...Object.values(TaskTypes)], }) .catch(() => {})

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentation

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions