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 <[email protected]> Co-authored-by: Pierre Millot <[email protected]>
1 parent a8a7f08 commit cce9e88

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: algoliasearch/ingestion/models/record_type.py

+2
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)