Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update generated SDKs #385

Merged
merged 1 commit into from
Dec 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading