Skip to content

Commit eee535c

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 beadd5b commit eee535c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/algolia/models/ingestion/record_type.rb

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ module Ingestion
1010
class RecordType
1111
PRODUCT = "product".freeze
1212
VARIANT = "variant".freeze
13+
COLLECTION = "collection".freeze
1314

1415
def self.all_vars
15-
@all_vars ||= [PRODUCT, VARIANT].freeze
16+
@all_vars ||= [PRODUCT, VARIANT, COLLECTION].freeze
1617
end
1718

1819
# Builds the enum from string

0 commit comments

Comments
 (0)