diff --git a/commercetools.Sdk/commercetools.Sdk.ImportApi/Generated/commercetoolsSdkImportApi/Models/Customers/CustomerAddress.cs b/commercetools.Sdk/commercetools.Sdk.ImportApi/Generated/commercetoolsSdkImportApi/Models/Customers/CustomerAddress.cs index 8c23ae80073..7eac129891e 100644 --- a/commercetools.Sdk/commercetools.Sdk.ImportApi/Generated/commercetoolsSdkImportApi/Models/Customers/CustomerAddress.cs +++ b/commercetools.Sdk/commercetools.Sdk.ImportApi/Generated/commercetoolsSdkImportApi/Models/Customers/CustomerAddress.cs @@ -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; } @@ -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; } diff --git a/commercetools.Sdk/commercetools.Sdk.ImportApi/Generated/commercetoolsSdkImportApi/Models/Customers/ICustomerAddress.cs b/commercetools.Sdk/commercetools.Sdk.ImportApi/Generated/commercetoolsSdkImportApi/Models/Customers/ICustomerAddress.cs index 3f14eb23142..74e192a501a 100644 --- a/commercetools.Sdk/commercetools.Sdk.ImportApi/Generated/commercetoolsSdkImportApi/Models/Customers/ICustomerAddress.cs +++ b/commercetools.Sdk/commercetools.Sdk.ImportApi/Generated/commercetoolsSdkImportApi/Models/Customers/ICustomerAddress.cs @@ -8,6 +8,8 @@ public partial interface ICustomerAddress { string Key { get; set; } + string Country { get; set; } + string Title { get; set; } string Salutation { get; set; } @@ -30,8 +32,6 @@ public partial interface ICustomerAddress string State { get; set; } - string Country { get; set; } - string Company { get; set; } string Department { get; set; } diff --git a/reference.txt b/reference.txt new file mode 100644 index 00000000000..bb5395f6f53 --- /dev/null +++ b/reference.txt @@ -0,0 +1 @@ +4737d71cc21da48de456b4b7d0b2c64112bf24b3 diff --git a/references.txt b/references.txt index ae08ace70a6..cb0689cc317 100644 --- a/references.txt +++ b/references.txt @@ -299,3 +299,4 @@ f254d17f05343dcc4299fc53ff9b335b5ef63d69 6a8624fb41168a6a78ac836b7208c2790a686608 b747e1fa4f246b748a89bccbfd8a43f5b6f51175 f4cb4be0d9a27d8799b209eeb70db38bd80d5f57 +7375cdc26481ba55e756479a87270432635bfcf7