Skip to content

Commit 0446eed

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 a1a1281 commit 0446eed

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

lib/Model/Ingestion/Action.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ class Action
2424

2525
public const PARTIAL_UPDATE_OBJECT_NO_CREATE = 'partialUpdateObjectNoCreate';
2626

27+
public const DELETE_OBJECT = 'deleteObject';
28+
29+
public const DELETE = 'delete';
30+
31+
public const CLEAR = 'clear';
32+
2733
/**
2834
* Gets allowable values of the enum.
2935
*
@@ -36,6 +42,9 @@ public static function getAllowableEnumValues()
3642
self::UPDATE_OBJECT,
3743
self::PARTIAL_UPDATE_OBJECT,
3844
self::PARTIAL_UPDATE_OBJECT_NO_CREATE,
45+
self::DELETE_OBJECT,
46+
self::DELETE,
47+
self::CLEAR,
3948
];
4049
}
4150
}

0 commit comments

Comments
 (0)