In `/Sources/MeiliSearch/Model/Task.swift`: The attribute `public let type: String` should become an enum. The possible values are: ``` indexCreation, indexUpdate, indexDeletion, indexSwap, documentAdditionOrUpdate, documentDeletion, settingsUpdate, dumpCreation, taskCancelation, taskDeletion, and snapshotCreation ```