Skip to content

Commit f723129

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 e3baed4 commit f723129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ingestion/model/recordType.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
/**
44
* Record type for ecommerce sources.
55
*/
6-
export type RecordType = 'product' | 'variant';
6+
export type RecordType = 'product' | 'variant' | 'collection';

0 commit comments

Comments
 (0)