Skip to content

Commit

Permalink
fix(specs): remove SFCC source type [skip-bc] (generated)
Browse files Browse the repository at this point in the history
algolia/api-clients-automation#4190

Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com>
Co-authored-by: Pierre Millot <pierre.millot@algolia.com>
  • Loading branch information
algolia-bot and millotp committed Dec 2, 2024
1 parent fc80801 commit 3888281
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions lib/algolia/models/ingestion/source_type.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,10 @@ class SourceType
GA4_BIGQUERY_EXPORT = "ga4BigqueryExport".freeze
JSON = "json".freeze
SHOPIFY = "shopify".freeze
SFCC = "sfcc".freeze
PUSH = "push".freeze

def self.all_vars
@all_vars ||= [
BIGCOMMERCE,
BIGQUERY,
COMMERCETOOLS,
CSV,
DOCKER,
GA4_BIGQUERY_EXPORT,
JSON,
SHOPIFY,
SFCC,
PUSH
].freeze
@all_vars ||= [BIGCOMMERCE, BIGQUERY, COMMERCETOOLS, CSV, DOCKER, GA4_BIGQUERY_EXPORT, JSON, SHOPIFY, PUSH].freeze
end

# Builds the enum from string
Expand Down

0 comments on commit 3888281

Please sign in to comment.