Skip to content

Commit 33e315e

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 3afb2d7 commit 33e315e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/Ingestion/Models/RecordType.swift

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import Foundation
1010
public enum RecordType: String, Codable, CaseIterable {
1111
case product
1212
case variant
13+
case collection
1314
}
1415

1516
extension RecordType: Hashable {}

0 commit comments

Comments
 (0)