Skip to content

Commit

Permalink
Merge pull request #385 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 Dec 4, 2024
2 parents 0dc24e0 + 4c9d6dc commit 88c9a86
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ public partial class CustomerAddress : ICustomerAddress
{
public string Key { get; set; }

public string Country { get; set; }

public string Title { get; set; }

public string Salutation { get; set; }
Expand All @@ -30,8 +32,6 @@ public partial class CustomerAddress : ICustomerAddress

public string State { get; set; }

public string Country { get; set; }

public string Company { get; set; }

public string Department { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ public partial interface ICustomerAddress
{
string Key { get; set; }

string Country { get; set; }

string Title { get; set; }

string Salutation { get; set; }
Expand All @@ -30,8 +32,6 @@ public partial interface ICustomerAddress

string State { get; set; }

string Country { get; set; }

string Company { get; set; }

string Department { get; set; }
Expand Down
1 change: 1 addition & 0 deletions reference.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4737d71cc21da48de456b4b7d0b2c64112bf24b3
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -299,3 +299,4 @@ f254d17f05343dcc4299fc53ff9b335b5ef63d69
6a8624fb41168a6a78ac836b7208c2790a686608
b747e1fa4f246b748a89bccbfd8a43f5b6f51175
f4cb4be0d9a27d8799b209eeb70db38bd80d5f57
7375cdc26481ba55e756479a87270432635bfcf7

0 comments on commit 88c9a86

Please sign in to comment.