Skip to content

Commit

Permalink
Merge pull request #325 from commercetools/gen-sdk-updates
Browse files Browse the repository at this point in the history
Update generated SDKs
  • Loading branch information
kodiakhq[bot] authored Jun 28, 2024
2 parents ab6e1e1 + 9398ed6 commit 6a7ad3f
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 112 deletions.
2 changes: 0 additions & 2 deletions changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,6 @@
- added type `CustomerSearchIndexingStatusResponse`
- added type `CustomerSearchRequest`
- added type `CustomerSearchResult`
- added type `CustomerSearchProjectNotIndexedError`
- added type `GraphQLCustomerSearchProjectNotIndexedError`
- added type `ProductTailoringImageAddedMessage`
- added type `ProductTailoringImagesSetMessage`
- added type `ProductVariantTailoringAddedMessage`
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,6 @@ public CombinationQueryPredicate<ErrorObjectQueryBuilderDsl> AsCountryNotConfigu
return new CombinationQueryPredicate<ErrorObjectQueryBuilderDsl>(fn.Invoke(commercetools.Sdk.Api.Predicates.Query.Errors.CountryNotConfiguredInStoreErrorQueryBuilderDsl.Of()),
ErrorObjectQueryBuilderDsl.Of);
}
public CombinationQueryPredicate<ErrorObjectQueryBuilderDsl> AsCustomerSearchProjectNotIndexedError(
Func<commercetools.Sdk.Api.Predicates.Query.Errors.CustomerSearchProjectNotIndexedErrorQueryBuilderDsl, CombinationQueryPredicate<commercetools.Sdk.Api.Predicates.Query.Errors.CustomerSearchProjectNotIndexedErrorQueryBuilderDsl>> fn)
{
return new CombinationQueryPredicate<ErrorObjectQueryBuilderDsl>(fn.Invoke(commercetools.Sdk.Api.Predicates.Query.Errors.CustomerSearchProjectNotIndexedErrorQueryBuilderDsl.Of()),
ErrorObjectQueryBuilderDsl.Of);
}
public CombinationQueryPredicate<ErrorObjectQueryBuilderDsl> AsDiscountCodeNonApplicable(
Func<commercetools.Sdk.Api.Predicates.Query.Errors.DiscountCodeNonApplicableErrorQueryBuilderDsl, CombinationQueryPredicate<commercetools.Sdk.Api.Predicates.Query.Errors.DiscountCodeNonApplicableErrorQueryBuilderDsl>> fn)
{
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,6 @@ public CombinationQueryPredicate<GraphQLErrorObjectQueryBuilderDsl> AsCountryNot
return new CombinationQueryPredicate<GraphQLErrorObjectQueryBuilderDsl>(fn.Invoke(commercetools.Sdk.Api.Predicates.Query.Errors.GraphQLCountryNotConfiguredInStoreErrorQueryBuilderDsl.Of()),
GraphQLErrorObjectQueryBuilderDsl.Of);
}
public CombinationQueryPredicate<GraphQLErrorObjectQueryBuilderDsl> AsGraphQLCustomerSearchProjectNotIndexedError(
Func<commercetools.Sdk.Api.Predicates.Query.Errors.GraphQLCustomerSearchProjectNotIndexedErrorQueryBuilderDsl, CombinationQueryPredicate<commercetools.Sdk.Api.Predicates.Query.Errors.GraphQLCustomerSearchProjectNotIndexedErrorQueryBuilderDsl>> fn)
{
return new CombinationQueryPredicate<GraphQLErrorObjectQueryBuilderDsl>(fn.Invoke(commercetools.Sdk.Api.Predicates.Query.Errors.GraphQLCustomerSearchProjectNotIndexedErrorQueryBuilderDsl.Of()),
GraphQLErrorObjectQueryBuilderDsl.Of);
}
public CombinationQueryPredicate<GraphQLErrorObjectQueryBuilderDsl> AsDiscountCodeNonApplicable(
Func<commercetools.Sdk.Api.Predicates.Query.Errors.GraphQLDiscountCodeNonApplicableErrorQueryBuilderDsl, CombinationQueryPredicate<commercetools.Sdk.Api.Predicates.Query.Errors.GraphQLDiscountCodeNonApplicableErrorQueryBuilderDsl>> fn)
{
Expand Down
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -257,3 +257,4 @@ a535e06bc2906c4f8b803f5a7686cbb920afd40a
dd8eca14a0c47d154e4c705909a3d2696369bfd1
63b10d36aea8ef676ec3c5cdbcf59eab1242d827
e5268785dcaf7bd56dafa13f2901b69468552fd0
f406baef04eced1a7bda3817e935f54e234a9f4e

0 comments on commit 6a7ad3f

Please sign in to comment.