-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Auto Mation
committed
Jul 29, 2021
1 parent
c68ba87
commit 8a8b6b7
Showing
12 changed files
with
76 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
...mmercetools.Sdk.Api/Generated/Models/Projects/IProjectChangeShoppingListsConfiguration.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
using commercetools.Api.Models.Projects; | ||
using System; | ||
using System.Collections.Generic; | ||
using System.Linq; | ||
using System.Text.Json.Serialization; | ||
using commercetools.Base.CustomAttributes; | ||
|
||
|
||
namespace commercetools.Api.Models.Projects | ||
{ | ||
[DeserializeAs(typeof(commercetools.Api.Models.Projects.ProjectChangeShoppingListsConfiguration))] | ||
public partial interface IProjectChangeShoppingListsConfiguration : IProjectUpdateAction | ||
{ | ||
IShoppingListsConfiguration ShoppingListsConfiguration { get; set;} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
...etools.Sdk/commercetools.Sdk.Api/Generated/Models/Projects/IShoppingListsConfiguration.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
using System; | ||
using System.Collections.Generic; | ||
using System.Linq; | ||
using System.Text.Json.Serialization; | ||
using commercetools.Base.CustomAttributes; | ||
|
||
|
||
namespace commercetools.Api.Models.Projects | ||
{ | ||
[DeserializeAs(typeof(commercetools.Api.Models.Projects.ShoppingListsConfiguration))] | ||
public partial interface IShoppingListsConfiguration | ||
{ | ||
long? DeleteDaysAfterLastModification { get; set;} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 21 additions & 0 deletions
21
...ommercetools.Sdk.Api/Generated/Models/Projects/ProjectChangeShoppingListsConfiguration.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
using commercetools.Api.Models.Projects; | ||
using System; | ||
using System.Collections.Generic; | ||
using System.Linq; | ||
using System.Text.Json.Serialization; | ||
using commercetools.Base.CustomAttributes; | ||
|
||
|
||
namespace commercetools.Api.Models.Projects | ||
{ | ||
public partial class ProjectChangeShoppingListsConfiguration : IProjectChangeShoppingListsConfiguration | ||
{ | ||
public string Action { get; set;} | ||
|
||
public IShoppingListsConfiguration ShoppingListsConfiguration { get; set;} | ||
public ProjectChangeShoppingListsConfiguration() | ||
{ | ||
this.Action = "changeShoppingListsConfiguration"; | ||
} | ||
} | ||
} |
14 changes: 14 additions & 0 deletions
14
...cetools.Sdk/commercetools.Sdk.Api/Generated/Models/Projects/ShoppingListsConfiguration.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
using System; | ||
using System.Collections.Generic; | ||
using System.Linq; | ||
using System.Text.Json.Serialization; | ||
using commercetools.Base.CustomAttributes; | ||
|
||
|
||
namespace commercetools.Api.Models.Projects | ||
{ | ||
public partial class ShoppingListsConfiguration : IShoppingListsConfiguration | ||
{ | ||
public long? DeleteDaysAfterLastModification { get; set;} | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
commercetools.Sdk/commercetools.Sdk.Api/Generated/gen.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
hash=fb13f27734a85b4031697189aeec21d0d8d2eef9 | ||
hash=54444c4eae550cc5db7327b4047c36aa5f064bf7 |
2 changes: 1 addition & 1 deletion
2
commercetools.Sdk/commercetools.Sdk.ImportApi/Generated/gen.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
hash=fb13f27734a85b4031697189aeec21d0d8d2eef9 | ||
hash=54444c4eae550cc5db7327b4047c36aa5f064bf7 |
2 changes: 1 addition & 1 deletion
2
commercetools.Sdk/commercetools.Sdk.MLApi/Generated/gen.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
hash=fb13f27734a85b4031697189aeec21d0d8d2eef9 | ||
hash=54444c4eae550cc5db7327b4047c36aa5f064bf7 |