Skip to content

Commit 256c378

Browse files
Merge pull request #370 from commercetools/gen-sdk-updates
Update generated SDKs
2 parents 194930b + a3a554e commit 256c378

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

changes.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,11 @@
3838
- added type `NewMasterVariantAdditionNotAllowedError`
3939
</details>
4040

41+
**History changes**
42+
43+
<details>
44+
<summary>Required Property(s)</summary>
45+
46+
- changed property `id` of type `ModifiedBy` to be optional
47+
</details>
48+

commercetools.Sdk/commercetools.Sdk.HistoryApi/Generated/commercetoolsSdkHistoryApi/Models/ChangeHistories/IModifiedBy.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ namespace commercetools.Sdk.HistoryApi.Models.ChangeHistories
66
[DeserializeAs(typeof(commercetools.Sdk.HistoryApi.Models.ChangeHistories.ModifiedBy))]
77
public partial interface IModifiedBy
88
{
9+
bool IsPlatformClient { get; set; }
10+
911
string Id { get; set; }
1012

1113
string Type { get; set; }
@@ -18,7 +20,5 @@ public partial interface IModifiedBy
1820

1921
IReference Associate { get; set; }
2022

21-
bool IsPlatformClient { get; set; }
22-
2323
}
2424
}

commercetools.Sdk/commercetools.Sdk.HistoryApi/Generated/commercetoolsSdkHistoryApi/Models/ChangeHistories/ModifiedBy.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ namespace commercetools.Sdk.HistoryApi.Models.ChangeHistories
66

77
public partial class ModifiedBy : IModifiedBy
88
{
9+
public bool IsPlatformClient { get; set; }
10+
911
public string Id { get; set; }
1012

1113
public string Type { get; set; }
@@ -17,7 +19,5 @@ public partial class ModifiedBy : IModifiedBy
1719
public IReference Customer { get; set; }
1820

1921
public IReference Associate { get; set; }
20-
21-
public bool IsPlatformClient { get; set; }
2222
}
2323
}

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,3 +291,4 @@ c27603f949e869148570ebb8bd3ec6db34a985b7
291291
82bca33a98d14907ea79e2cca281625dd82cdf0d
292292
c8c2455221baca20421082b7715eaa0a712af7f1
293293
41774e015e4f946bd57f0e2dc76522ed757860c4
294+
1406d1e9ac4945b1179cfce2a956a39f67b757a9

0 commit comments

Comments
 (0)