We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8a7f08 commit cce9e88Copy full SHA for cce9e88
algoliasearch/ingestion/models/record_type.py
@@ -28,6 +28,8 @@ class RecordType(str, Enum):
28
29
VARIANT = "variant"
30
31
+ COLLECTION = "collection"
32
+
33
@classmethod
34
def from_json(cls, json_str: str) -> Self:
35
"""Create an instance of RecordType from a JSON string"""
0 commit comments