Skip to content

Commit 5124db5

Browse files
algolia-botmillotp
andcommitted
fix(specs): remove SFCC source type [skip-bc] (generated)
algolia/api-clients-automation#4190 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Pierre Millot <[email protected]>
1 parent 56c0f77 commit 5124db5

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

algoliasearch/Models/Ingestion/SourceType.cs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,16 +65,10 @@ public enum SourceType
6565
[JsonPropertyName("shopify")]
6666
Shopify = 8,
6767

68-
/// <summary>
69-
/// Enum Sfcc for value: sfcc
70-
/// </summary>
71-
[JsonPropertyName("sfcc")]
72-
Sfcc = 9,
73-
7468
/// <summary>
7569
/// Enum Push for value: push
7670
/// </summary>
7771
[JsonPropertyName("push")]
78-
Push = 10
72+
Push = 9
7973
}
8074

0 commit comments

Comments
 (0)