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 Dec 21, 2023
1 parent ac0ccff commit d816a31
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 442 deletions.
2 changes: 2 additions & 0 deletions changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@
<details>
<summary>Removed Type(s)</summary>

- :warning: removed type `NotEnabledError`
- :warning: removed type `GraphQLNotEnabledError`
- :warning: removed type `CustomerMessagePayload`
</details>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ final class ErrorObjectModel extends JsonObjectModel implements ErrorObject
'MissingTaxRateForCountry' => MissingTaxRateForCountryErrorModel::class,
'MoneyOverflow' => MoneyOverflowErrorModel::class,
'NoMatchingProductDiscountFound' => NoMatchingProductDiscountFoundErrorModel::class,
'NotEnabled' => NotEnabledErrorModel::class,
'ObjectNotFound' => ObjectNotFoundErrorModel::class,
'OutOfStock' => OutOfStockErrorModel::class,
'OverCapacity' => OverCapacityErrorModel::class,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ final class GraphQLErrorObjectModel extends JsonObjectModel implements GraphQLEr
'MissingTaxRateForCountry' => GraphQLMissingTaxRateForCountryErrorModel::class,
'MoneyOverflow' => GraphQLMoneyOverflowErrorModel::class,
'NoMatchingProductDiscountFound' => GraphQLNoMatchingProductDiscountFoundErrorModel::class,
'NotEnabled' => GraphQLNotEnabledErrorModel::class,
'ObjectNotFound' => GraphQLObjectNotFoundErrorModel::class,
'OutOfStock' => GraphQLOutOfStockErrorModel::class,
'OverCapacity' => GraphQLOverCapacityErrorModel::class,
Expand Down
21 changes: 0 additions & 21 deletions lib/commercetools-api/src/Models/Error/GraphQLNotEnabledError.php

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

34 changes: 0 additions & 34 deletions lib/commercetools-api/src/Models/Error/NotEnabledError.php

This file was deleted.

63 changes: 0 additions & 63 deletions lib/commercetools-api/src/Models/Error/NotEnabledErrorBuilder.php

This file was deleted.

This file was deleted.

Loading

0 comments on commit d816a31

Please sign in to comment.