Skip to content

Commit 682c95f

Browse files
algolia-botmillotp
andcommitted
fix(specs): add missing recordType collection (generated)
algolia/api-clients-automation#4728 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Pierre Millot <[email protected]>
1 parent 480e95b commit 682c95f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

algoliasearch/src/main/java/com/algolia/model/ingestion/RecordType.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
public enum RecordType {
1111
PRODUCT("product"),
1212

13-
VARIANT("variant");
13+
VARIANT("variant"),
14+
15+
COLLECTION("collection");
1416

1517
private final String value;
1618

0 commit comments

Comments
 (0)