Skip to content

Commit 77fe9b7

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 14b7e61 commit 77fe9b7

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

algoliasearch/Models/Ingestion/Action.cs

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,22 @@ public enum Action
4141
/// </summary>
4242
[JsonPropertyName("partialUpdateObjectNoCreate")]
4343
PartialUpdateObjectNoCreate = 4,
44+
45+
/// <summary>
46+
/// Enum DeleteObject for value: deleteObject
47+
/// </summary>
48+
[JsonPropertyName("deleteObject")]
49+
DeleteObject = 5,
50+
51+
/// <summary>
52+
/// Enum Delete for value: delete
53+
/// </summary>
54+
[JsonPropertyName("delete")]
55+
Delete = 6,
56+
57+
/// <summary>
58+
/// Enum Clear for value: clear
59+
/// </summary>
60+
[JsonPropertyName("clear")]
61+
Clear = 7,
4462
}

0 commit comments

Comments
 (0)