Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading