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 56c0f77 commit 5124db5
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions algoliasearch/Models/Ingestion/SourceType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,16 +65,10 @@ public enum SourceType
[JsonPropertyName("shopify")]
Shopify = 8,

/// <summary>
/// Enum Sfcc for value: sfcc
/// </summary>
[JsonPropertyName("sfcc")]
Sfcc = 9,

/// <summary>
/// Enum Push for value: push
/// </summary>
[JsonPropertyName("push")]
Push = 10
Push = 9
}

0 comments on commit 5124db5

Please sign in to comment.