Skip to content

Commit

Permalink
build(codegen): updating SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
ct-sdks[bot] committed Jun 28, 2024
1 parent 0a881b7 commit eaed46e
Show file tree
Hide file tree
Showing 12 changed files with 1 addition and 464 deletions.
2 changes: 0 additions & 2 deletions changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,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.

Original file line number Diff line number Diff line change
Expand Up @@ -196,10 +196,6 @@ public static ErrorObject deepCopy(@Nullable final ErrorObject template) {
return com.commercetools.api.models.error.CountryNotConfiguredInStoreError
.deepCopy((com.commercetools.api.models.error.CountryNotConfiguredInStoreError) template);
}
if (template instanceof com.commercetools.api.models.error.CustomerSearchProjectNotIndexedError) {
return com.commercetools.api.models.error.CustomerSearchProjectNotIndexedError
.deepCopy((com.commercetools.api.models.error.CustomerSearchProjectNotIndexedError) template);
}
if (template instanceof com.commercetools.api.models.error.DiscountCodeNonApplicableError) {
return com.commercetools.api.models.error.DiscountCodeNonApplicableError
.deepCopy((com.commercetools.api.models.error.DiscountCodeNonApplicableError) template);
Expand Down

This file was deleted.

Loading

0 comments on commit eaed46e

Please sign in to comment.