Skip to content

Commit

Permalink
Merge pull request #341 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 Aug 1, 2024
2 parents d5e54e6 + f16f22a commit deb62b1
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 14 deletions.
9 changes: 9 additions & 0 deletions changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,12 @@
- added enum `shopping-list` to type `ExtensionResourceTypeId`
</details>

**Import changes**

<details>
<summary>Deprecated Property(s)</summary>

- property `PriceImport::publish` is removed
- property `ProductVariantImport::publish` is removed
</details>

Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ public partial interface IPriceImport : IImportResource

IDiscountedPrice Discounted { get; set; }

[ObsoleteAttribute("This property is obsolete", false)]
bool? Publish { get; set; }

bool? Staged { get; set; }

IList<IPriceTier> Tiers { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ public partial class PriceImport : IPriceImport

public IDiscountedPrice Discounted { get; set; }

[ObsoleteAttribute("This property is obsolete", false)]
public bool? Publish { get; set; }

public bool? Staged { get; set; }

public IList<IPriceTier> Tiers { get; set; }
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using commercetools.Sdk.ImportApi.Models.Common;
using System;
using System.Collections.Generic;
using System.Linq;
using commercetools.Base.CustomAttributes;
Expand Down Expand Up @@ -27,9 +26,6 @@ public partial interface IProductVariantImport : IImportResource

IEnumerable<IAsset> AssetsEnumerable { set => Assets = value.ToList(); }

[ObsoleteAttribute("This property is obsolete", false)]
bool? Publish { get; set; }

bool? Staged { get; set; }

IProductKeyReference Product { get; set; }
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using commercetools.Sdk.ImportApi.Models.Common;
using System;
using System.Collections.Generic;
using System.Linq;

Expand All @@ -26,9 +25,6 @@ public partial class ProductVariantImport : IProductVariantImport

public IEnumerable<IAsset> AssetsEnumerable { set => Assets = value.ToList(); }

[ObsoleteAttribute("This property is obsolete", false)]
public bool? Publish { get; set; }

public bool? Staged { get; set; }

public IProductKeyReference Product { get; set; }
Expand Down
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -268,3 +268,4 @@ e07a21551ecb61f1f9d1578beb18de819f093feb
5b7b1be9eef0a629a9fab9a6dee59bfb1e7d4a6e
9542dc4271ffcefbac6972c63247f35a135f2e11
9542dc4271ffcefbac6972c63247f35a135f2e11
575e2e7e69d920c7975e85533620a634cc7ba2e2

0 comments on commit deb62b1

Please sign in to comment.