From fc62de0f5e96338dccb587291882ba6eb41b67ef Mon Sep 17 00:00:00 2001 From: algolia-bot Date: Mon, 2 Dec 2024 16:55:48 +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/Model/Ingestion/SourceType.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/Model/Ingestion/SourceType.php b/lib/Model/Ingestion/SourceType.php index 6dc0a200..bf6faddf 100644 --- a/lib/Model/Ingestion/SourceType.php +++ b/lib/Model/Ingestion/SourceType.php @@ -30,8 +30,6 @@ class SourceType public const SHOPIFY = 'shopify'; - public const SFCC = 'sfcc'; - public const PUSH = 'push'; /** @@ -50,7 +48,6 @@ public static function getAllowableEnumValues() self::GA4_BIGQUERY_EXPORT, self::JSON, self::SHOPIFY, - self::SFCC, self::PUSH, ]; }