Skip to content

Commit 4c9d6dc

Browse files
committed
build(codegen): updating SDK
1 parent 0dc24e0 commit 4c9d6dc

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

commercetools.Sdk/commercetools.Sdk.ImportApi/Generated/commercetoolsSdkImportApi/Models/Customers/CustomerAddress.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ public partial class CustomerAddress : ICustomerAddress
88
{
99
public string Key { get; set; }
1010

11+
public string Country { get; set; }
12+
1113
public string Title { get; set; }
1214

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

3133
public string State { get; set; }
3234

33-
public string Country { get; set; }
34-
3535
public string Company { get; set; }
3636

3737
public string Department { get; set; }

commercetools.Sdk/commercetools.Sdk.ImportApi/Generated/commercetoolsSdkImportApi/Models/Customers/ICustomerAddress.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ public partial interface ICustomerAddress
88
{
99
string Key { get; set; }
1010

11+
string Country { get; set; }
12+
1113
string Title { get; set; }
1214

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

3133
string State { get; set; }
3234

33-
string Country { get; set; }
34-
3535
string Company { get; set; }
3636

3737
string Department { get; set; }

reference.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
4737d71cc21da48de456b4b7d0b2c64112bf24b3

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,3 +299,4 @@ f254d17f05343dcc4299fc53ff9b335b5ef63d69
299299
6a8624fb41168a6a78ac836b7208c2790a686608
300300
b747e1fa4f246b748a89bccbfd8a43f5b6f51175
301301
f4cb4be0d9a27d8799b209eeb70db38bd80d5f57
302+
7375cdc26481ba55e756479a87270432635bfcf7

0 commit comments

Comments
 (0)