Skip to content

Commit

Permalink
Merge pull request #410 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 Feb 14, 2025
2 parents eb7c877 + c7055f7 commit 26fe279
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
12 changes: 5 additions & 7 deletions changes.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
**Api changes**
**History changes**

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

- :warning: removed type `AssociateRoleNameChangedMessage`
- :warning: removed type `AssociateRoleNameChangedMessagePayload`
- added enum `setAssetKey` to type `UpdateType`
</details>


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

- added type `AssociateRoleNameSetMessage`
- added type `AssociateRoleNameSetMessagePayload`
- :warning: removed enum `setAsssetKey` from type `UpdateType`
</details>

Original file line number Diff line number Diff line change
Expand Up @@ -415,8 +415,8 @@ public enum UpdateType
[Description("setAssetTags")]
SetAssetTags,

[Description("setAsssetKey")]
SetAsssetKey,
[Description("setAssetKey")]
SetAssetKey,

[Description("setAttribute")]
SetAttribute,
Expand Down Expand Up @@ -1258,8 +1258,8 @@ public interface IUpdateType : IJsonName, IEnumerable<char>
public static IUpdateType SetAssetTags = new UpdateTypeWrapper
{ Value = UpdateType.SetAssetTags, JsonName = "setAssetTags" };

public static IUpdateType SetAsssetKey = new UpdateTypeWrapper
{ Value = UpdateType.SetAsssetKey, JsonName = "setAsssetKey" };
public static IUpdateType SetAssetKey = new UpdateTypeWrapper
{ Value = UpdateType.SetAssetKey, JsonName = "setAssetKey" };

public static IUpdateType SetAttribute = new UpdateTypeWrapper
{ Value = UpdateType.SetAttribute, JsonName = "setAttribute" };
Expand Down Expand Up @@ -1813,7 +1813,7 @@ static IUpdateType[] Values()
SetAssetDescription ,
SetAssetSources ,
SetAssetTags ,
SetAsssetKey ,
SetAssetKey ,
SetAttribute ,
SetAuthenticationMode ,
SetAuthorName ,
Expand Down
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -316,3 +316,4 @@ b71e64cba7a81b26a5892daca52a9715fd32c05f
cf0f702598daf6d644ae327099b96b83f5539dfb
84fc59f83bc307dc77f8162a92efa15a355a7529
277b3734e873c9dd4cf455c0591fb5d41b478647
75612a593ac1a7d1fa516c2b196d10690fbb9e66

0 comments on commit 26fe279

Please sign in to comment.