-
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.
* build(codegen): updating SDK * build(codegen): updating SDK * build(codegen): updating SDK * build(codegen): updating SDK * build(codegen): updating SDK * build(codegen): updating SDK * build(codegen): updating SDK * build(codegen): updating SDK * build(codegen): updating SDK * build(codegen): updating SDK * build(codegen): updating SDK * build(codegen): updating SDK * build(codegen): updating SDK * build(codegen): updating SDK * build(codegen): updating SDK --------- Co-authored-by: Auto Mation <[email protected]> Co-authored-by: ct-sdks[bot] <153784748+ct-sdks[bot]@users.noreply.github.com>
- Loading branch information
1 parent
f24c214
commit 12f3296
Showing
26 changed files
with
316 additions
and
370 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
19 changes: 19 additions & 0 deletions
19
.../commercetools.Sdk.Api/Generated/Models/ApprovalFlows/ApprovalFlowSetCustomFieldAction.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,19 @@ | ||
using System; | ||
|
||
|
||
namespace commercetools.Sdk.Api.Models.ApprovalFlows | ||
{ | ||
|
||
public partial class ApprovalFlowSetCustomFieldAction : IApprovalFlowSetCustomFieldAction | ||
{ | ||
public string Action { get; set; } | ||
|
||
public string Name { get; set; } | ||
|
||
public Object Value { get; set; } | ||
public ApprovalFlowSetCustomFieldAction() | ||
{ | ||
this.Action = "setCustomField"; | ||
} | ||
} | ||
} |
19 changes: 19 additions & 0 deletions
19
...k/commercetools.Sdk.Api/Generated/Models/ApprovalFlows/ApprovalFlowSetCustomTypeAction.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,19 @@ | ||
using commercetools.Sdk.Api.Models.Types; | ||
|
||
|
||
namespace commercetools.Sdk.Api.Models.ApprovalFlows | ||
{ | ||
|
||
public partial class ApprovalFlowSetCustomTypeAction : IApprovalFlowSetCustomTypeAction | ||
{ | ||
public string Action { get; set; } | ||
|
||
public ITypeResourceIdentifier Type { get; set; } | ||
|
||
public IFieldContainer Fields { get; set; } | ||
public ApprovalFlowSetCustomTypeAction() | ||
{ | ||
this.Action = "setCustomType"; | ||
} | ||
} | ||
} |
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
...commercetools.Sdk.Api/Generated/Models/ApprovalFlows/IApprovalFlowSetCustomFieldAction.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 commercetools.Base.CustomAttributes; | ||
|
||
// ReSharper disable CheckNamespace | ||
namespace commercetools.Sdk.Api.Models.ApprovalFlows | ||
{ | ||
[DeserializeAs(typeof(commercetools.Sdk.Api.Models.ApprovalFlows.ApprovalFlowSetCustomFieldAction))] | ||
public partial interface IApprovalFlowSetCustomFieldAction : IApprovalFlowUpdateAction | ||
{ | ||
string Name { get; set; } | ||
|
||
Object Value { get; set; } | ||
|
||
} | ||
} |
15 changes: 15 additions & 0 deletions
15
.../commercetools.Sdk.Api/Generated/Models/ApprovalFlows/IApprovalFlowSetCustomTypeAction.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 commercetools.Sdk.Api.Models.Types; | ||
using commercetools.Base.CustomAttributes; | ||
|
||
// ReSharper disable CheckNamespace | ||
namespace commercetools.Sdk.Api.Models.ApprovalFlows | ||
{ | ||
[DeserializeAs(typeof(commercetools.Sdk.Api.Models.ApprovalFlows.ApprovalFlowSetCustomTypeAction))] | ||
public partial interface IApprovalFlowSetCustomTypeAction : IApprovalFlowUpdateAction | ||
{ | ||
ITypeResourceIdentifier Type { get; set; } | ||
|
||
IFieldContainer Fields { 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
12 changes: 0 additions & 12 deletions
12
commercetools.Sdk/commercetools.Sdk.Api/Generated/Models/Errors/GraphQLNotEnabledError.cs
This file was deleted.
Oops, something went wrong.
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
12 changes: 0 additions & 12 deletions
12
commercetools.Sdk/commercetools.Sdk.Api/Generated/Models/Errors/IGraphQLNotEnabledError.cs
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
commercetools.Sdk/commercetools.Sdk.Api/Generated/Models/Errors/INotEnabledError.cs
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
commercetools.Sdk/commercetools.Sdk.Api/Generated/Models/Errors/NotEnabledError.cs
This file was deleted.
Oops, something went wrong.
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
36 changes: 36 additions & 0 deletions
36
...edicates/Query/Generated/ApprovalFlows/ApprovalFlowSetCustomFieldActionQueryBuilderDsl.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,36 @@ | ||
// ReSharper disable CheckNamespace | ||
namespace commercetools.Sdk.Api.Predicates.Query.ApprovalFlows | ||
{ | ||
|
||
public partial class ApprovalFlowSetCustomFieldActionQueryBuilderDsl | ||
{ | ||
public ApprovalFlowSetCustomFieldActionQueryBuilderDsl() | ||
{ | ||
} | ||
|
||
public static ApprovalFlowSetCustomFieldActionQueryBuilderDsl Of() | ||
{ | ||
return new ApprovalFlowSetCustomFieldActionQueryBuilderDsl(); | ||
} | ||
|
||
public IComparisonPredicateBuilder<ApprovalFlowSetCustomFieldActionQueryBuilderDsl, string> Action() | ||
{ | ||
return new ComparisonPredicateBuilder<ApprovalFlowSetCustomFieldActionQueryBuilderDsl, string>(BinaryQueryPredicate.Of().Left(new ConstantQueryPredicate("action")), | ||
p => new CombinationQueryPredicate<ApprovalFlowSetCustomFieldActionQueryBuilderDsl>(p, ApprovalFlowSetCustomFieldActionQueryBuilderDsl.Of), | ||
PredicateFormatter.Format); | ||
} | ||
public IComparisonPredicateBuilder<ApprovalFlowSetCustomFieldActionQueryBuilderDsl, string> Name() | ||
{ | ||
return new ComparisonPredicateBuilder<ApprovalFlowSetCustomFieldActionQueryBuilderDsl, string>(BinaryQueryPredicate.Of().Left(new ConstantQueryPredicate("name")), | ||
p => new CombinationQueryPredicate<ApprovalFlowSetCustomFieldActionQueryBuilderDsl>(p, ApprovalFlowSetCustomFieldActionQueryBuilderDsl.Of), | ||
PredicateFormatter.Format); | ||
} | ||
public IComparisonPredicateBuilder<ApprovalFlowSetCustomFieldActionQueryBuilderDsl, string> Value() | ||
{ | ||
return new ComparisonPredicateBuilder<ApprovalFlowSetCustomFieldActionQueryBuilderDsl, string>(BinaryQueryPredicate.Of().Left(new ConstantQueryPredicate("value")), | ||
p => new CombinationQueryPredicate<ApprovalFlowSetCustomFieldActionQueryBuilderDsl>(p, ApprovalFlowSetCustomFieldActionQueryBuilderDsl.Of), | ||
PredicateFormatter.Format); | ||
} | ||
|
||
} | ||
} |
Oops, something went wrong.