Skip to content

Commit

Permalink
Merge pull request #275 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 Dec 9, 2024
2 parents 84e7230 + 114afa1 commit 65512f0
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 499 deletions.
17 changes: 3 additions & 14 deletions changes.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,8 @@
**Api changes**
**Import changes**

<details>
<summary>Changed Property(s)</summary>
<summary>Removed Type(s)</summary>

- :warning: changed property `line` of type `GraphQLErrorLocation` from type `integer` to `number`
- :warning: changed property `column` of type `GraphQLErrorLocation` from type `integer` to `number`
- :warning: changed property `totalPrice` of type `StagedOrder` from type `TypedMoney` to `CentPrecisionMoney`
- :warning: changed property `totalPrice` of type `Order` from type `TypedMoney` to `CentPrecisionMoney`
</details>


<details>
<summary>Added QueryParameter(s)</summary>

- added query parameter `where` to method `get /{projectKey}/product-selections/key={key}/products`
- added query parameter `where` to method `get /{projectKey}/product-selections/{ID}/products`
- :warning: removed type `ReferencedResourceNotFound`
</details>

Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ final class ErrorObjectModel extends JsonObjectModel implements ErrorObject
'InvalidOperation' => InvalidOperationModel::class,
'InvalidTransition' => InvalidStateTransitionErrorModel::class,
'NewMasterVariantAdditionNotAllowed' => NewMasterVariantAdditionNotAllowedErrorModel::class,
'ReferencedResourceNotFound' => ReferencedResourceNotFoundModel::class,
'RequiredField' => RequiredFieldErrorModel::class,
'ResourceCreation' => ResourceCreationErrorModel::class,
'ResourceDeletion' => ResourceDeletionErrorModel::class,
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 65512f0

Please sign in to comment.