We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beadd5b commit eee535cCopy full SHA for eee535c
lib/algolia/models/ingestion/record_type.rb
@@ -10,9 +10,10 @@ module Ingestion
10
class RecordType
11
PRODUCT = "product".freeze
12
VARIANT = "variant".freeze
13
+ COLLECTION = "collection".freeze
14
15
def self.all_vars
- @all_vars ||= [PRODUCT, VARIANT].freeze
16
+ @all_vars ||= [PRODUCT, VARIANT, COLLECTION].freeze
17
end
18
19
# Builds the enum from string
0 commit comments