From a3a554ed60143bc41c3eae3242751f9ad17498a8 Mon Sep 17 00:00:00 2001 From: "ct-sdks[bot]" <153784748+ct-sdks[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 13:17:38 +0000 Subject: [PATCH] build(codegen): updating SDK --- changes.md | 8 ++++++++ .../Models/ChangeHistories/IModifiedBy.cs | 4 ++-- .../Models/ChangeHistories/ModifiedBy.cs | 4 ++-- references.txt | 1 + 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/changes.md b/changes.md index 19c55f3a6d0..78a21e04821 100644 --- a/changes.md +++ b/changes.md @@ -38,3 +38,11 @@ - added type `NewMasterVariantAdditionNotAllowedError` +**History changes** + +
+Required Property(s) + +- changed property `id` of type `ModifiedBy` to be optional +
+ diff --git a/commercetools.Sdk/commercetools.Sdk.HistoryApi/Generated/commercetoolsSdkHistoryApi/Models/ChangeHistories/IModifiedBy.cs b/commercetools.Sdk/commercetools.Sdk.HistoryApi/Generated/commercetoolsSdkHistoryApi/Models/ChangeHistories/IModifiedBy.cs index 8f5e787a500..9ffeb442feb 100644 --- a/commercetools.Sdk/commercetools.Sdk.HistoryApi/Generated/commercetoolsSdkHistoryApi/Models/ChangeHistories/IModifiedBy.cs +++ b/commercetools.Sdk/commercetools.Sdk.HistoryApi/Generated/commercetoolsSdkHistoryApi/Models/ChangeHistories/IModifiedBy.cs @@ -6,6 +6,8 @@ namespace commercetools.Sdk.HistoryApi.Models.ChangeHistories [DeserializeAs(typeof(commercetools.Sdk.HistoryApi.Models.ChangeHistories.ModifiedBy))] public partial interface IModifiedBy { + bool IsPlatformClient { get; set; } + string Id { get; set; } string Type { get; set; } @@ -18,7 +20,5 @@ public partial interface IModifiedBy IReference Associate { get; set; } - bool IsPlatformClient { get; set; } - } } diff --git a/commercetools.Sdk/commercetools.Sdk.HistoryApi/Generated/commercetoolsSdkHistoryApi/Models/ChangeHistories/ModifiedBy.cs b/commercetools.Sdk/commercetools.Sdk.HistoryApi/Generated/commercetoolsSdkHistoryApi/Models/ChangeHistories/ModifiedBy.cs index f0ae06b88ef..66a100a4d72 100644 --- a/commercetools.Sdk/commercetools.Sdk.HistoryApi/Generated/commercetoolsSdkHistoryApi/Models/ChangeHistories/ModifiedBy.cs +++ b/commercetools.Sdk/commercetools.Sdk.HistoryApi/Generated/commercetoolsSdkHistoryApi/Models/ChangeHistories/ModifiedBy.cs @@ -6,6 +6,8 @@ namespace commercetools.Sdk.HistoryApi.Models.ChangeHistories public partial class ModifiedBy : IModifiedBy { + public bool IsPlatformClient { get; set; } + public string Id { get; set; } public string Type { get; set; } @@ -17,7 +19,5 @@ public partial class ModifiedBy : IModifiedBy public IReference Customer { get; set; } public IReference Associate { get; set; } - - public bool IsPlatformClient { get; set; } } } diff --git a/references.txt b/references.txt index 18d6c9d3793..b423a398574 100644 --- a/references.txt +++ b/references.txt @@ -291,3 +291,4 @@ c27603f949e869148570ebb8bd3ec6db34a985b7 82bca33a98d14907ea79e2cca281625dd82cdf0d c8c2455221baca20421082b7715eaa0a712af7f1 41774e015e4f946bd57f0e2dc76522ed757860c4 +1406d1e9ac4945b1179cfce2a956a39f67b757a9