From 3888281ca4d6b293504cb64b8023ce1aeacb55af Mon Sep 17 00:00:00 2001 From: algolia-bot Date: Mon, 2 Dec 2024 16:55:51 +0000 Subject: [PATCH] fix(specs): remove SFCC source type [skip-bc] (generated) https://github.com/algolia/api-clients-automation/pull/4190 Co-authored-by: algolia-bot Co-authored-by: Pierre Millot --- lib/algolia/models/ingestion/source_type.rb | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/lib/algolia/models/ingestion/source_type.rb b/lib/algolia/models/ingestion/source_type.rb index 96f2520f..41d8ccd0 100644 --- a/lib/algolia/models/ingestion/source_type.rb +++ b/lib/algolia/models/ingestion/source_type.rb @@ -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