Skip to content

Commit 8067999

Browse files
fix(specs): more indexing actions to push (generated)
algolia/api-clients-automation#4930 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Clément Vannicatte <[email protected]>
1 parent 75d7a73 commit 8067999

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Sources/Ingestion/Models/IngestionAction.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ public enum IngestionAction: String, Codable, CaseIterable {
1212
case updateObject
1313
case partialUpdateObject
1414
case partialUpdateObjectNoCreate
15+
case deleteObject
16+
case delete
17+
case clear
1518
}
1619

1720
extension IngestionAction: Hashable {}

0 commit comments

Comments
 (0)