Skip to content

Commit b30d9fa

Browse files
fix(specs): more indexing actions to push (generated)
algolia/api-clients-automation#4930 Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com> Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
1 parent 766bc4c commit b30d9fa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

algoliasearch/ingestion/models/action.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ class Action(str, Enum):
3232

3333
PARTIALUPDATEOBJECTNOCREATE = "partialUpdateObjectNoCreate"
3434

35+
DELETEOBJECT = "deleteObject"
36+
37+
DELETE = "delete"
38+
39+
CLEAR = "clear"
40+
3541
@classmethod
3642
def from_json(cls, json_str: str) -> Self:
3743
"""Create an instance of Action from a JSON string"""

0 commit comments

Comments
 (0)