Skip to content

Commit

Permalink
Merge pull request #357 from commercetools/gen-sdk-updates
Browse files Browse the repository at this point in the history
Update generated SDKs
  • Loading branch information
kodiakhq[bot] authored Oct 1, 2024
2 parents 390dc6e + 713cd0a commit 87d3536
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 64 deletions.
8 changes: 8 additions & 0 deletions changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,17 @@
</details>


<details>
<summary>Removed Type(s)</summary>

- :warning: removed type `ProductSearchStatus`
</details>


<details>
<summary>Added Enum(s)</summary>

- added enum `customer-group` to type `ExtensionResourceTypeId`
- added enum `product-tailoring` to type `MessageSubscriptionResourceTypeId`
- added enum `product-tailoring` to type `ResourceTypeId`
</details>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ public enum ExtensionResourceTypeId
[Description("customer")]
Customer,

[Description("customer-group")]
CustomerGroup,

[Description("quote-request")]
QuoteRequest,

Expand Down Expand Up @@ -73,6 +76,9 @@ public interface IExtensionResourceTypeId : IJsonName, IEnumerable<char>
public static IExtensionResourceTypeId Customer = new ExtensionResourceTypeIdWrapper
{ Value = ExtensionResourceTypeId.Customer, JsonName = "customer" };

public static IExtensionResourceTypeId CustomerGroup = new ExtensionResourceTypeIdWrapper
{ Value = ExtensionResourceTypeId.CustomerGroup, JsonName = "customer-group" };

public static IExtensionResourceTypeId QuoteRequest = new ExtensionResourceTypeIdWrapper
{ Value = ExtensionResourceTypeId.QuoteRequest, JsonName = "quote-request" };

Expand All @@ -98,6 +104,7 @@ static IExtensionResourceTypeId[] Values()
Order ,
Payment ,
Customer ,
CustomerGroup ,
QuoteRequest ,
StagedQuote ,
Quote ,
Expand Down

This file was deleted.

2 changes: 2 additions & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -282,3 +282,5 @@ ce56ab7c65a688f75d5cd4095378d6647c6bd9ae
d947f454821e0834a2c8a8605d4a0f3347c11d4e
58b253e878bca9833c1735913f764f4f479c1c9a
efc70952597a3160e6bb47891894b109bd82b7c3
4ee8b39787eb0f0b2d025520acdaa022122bd617
c77ec902f368c2c31505fcb65a835ce148350077

0 comments on commit 87d3536

Please sign in to comment.