Skip to content

Commit a163795

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 0ec0684 commit a163795

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/Model/Ingestion/RecordType.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ class RecordType
2020

2121
public const VARIANT = 'variant';
2222

23+
public const COLLECTION = 'collection';
24+
2325
/**
2426
* Gets allowable values of the enum.
2527
*
@@ -30,6 +32,7 @@ public static function getAllowableEnumValues()
3032
return [
3133
self::PRODUCT,
3234
self::VARIANT,
35+
self::COLLECTION,
3336
];
3437
}
3538
}

0 commit comments

Comments
 (0)