Skip to content

Commit cce9e88

Browse files
algolia-botmillotp
andcommitted
fix(specs): add missing recordType collection (generated)
algolia/api-clients-automation#4728 Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com> Co-authored-by: Pierre Millot <pierre.millot@algolia.com>
1 parent a8a7f08 commit cce9e88

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

algoliasearch/ingestion/models/record_type.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ class RecordType(str, Enum):
2828

2929
VARIANT = "variant"
3030

31+
COLLECTION = "collection"
32+
3133
@classmethod
3234
def from_json(cls, json_str: str) -> Self:
3335
"""Create an instance of RecordType from a JSON string"""

0 commit comments

Comments
 (0)