Skip to content

Commit

Permalink
TASK: Updating SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
Auto Mation committed Oct 2, 2023
1 parent ca64e5d commit 99ae1d1
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
8 changes: 8 additions & 0 deletions changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,11 @@
- added type `DiscountedTotalPricePortion`
</details>

**Import changes**

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

- added property `product` to type `ProductVariantPatch`
</details>

Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,7 @@ public partial interface IProductVariantPatch

bool? Staged { get; set; }

IProductKeyReference Product { get; set; }

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,7 @@ public partial class ProductVariantPatch : IProductVariantPatch
public IAttributes Attributes { get; set; }

public bool? Staged { get; set; }

public IProductKeyReference Product { get; set; }
}
}
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -140,3 +140,4 @@ a62d8f83485aa3a5f0d343bdd323e6964c927861
a44de0c2cd0321800d70ff1ad49e7840348eb67f
587bcbd88d61bb33cc14e6cf42904cf8886c20ae
a5a20f0153fbf5ac4d41c0d64e5eb1c3e7a5a167
d4256aba3d29f5f6c44d449e9f450f3c0a936867

0 comments on commit 99ae1d1

Please sign in to comment.