Skip to content

Commit

Permalink
Merge pull request #211 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 Aug 2, 2024
2 parents 3cf4c95 + 366bedb commit 1a71b52
Show file tree
Hide file tree
Showing 17 changed files with 338 additions and 2,268 deletions.
13 changes: 13 additions & 0 deletions changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,13 @@
</details>


<details>
<summary>Removed Resource(s)</summary>

- :warning: removed resource `/{projectKey}/me/carts/key={key}`
</details>


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

Expand Down Expand Up @@ -171,6 +178,12 @@
<summary>Removed Method(s)</summary>

- :warning: removed method `$apiRoot->withProjectKey()->products()->search()->head()`
- :warning: removed method `$apiRoot->withProjectKey()->me()->carts()->withKey()->get()`
- :warning: removed method `$apiRoot->withProjectKey()->me()->carts()->withKey()->head()`
- :warning: removed method `$apiRoot->withProjectKey()->me()->carts()->withKey()->post()`
- :warning: removed method `$apiRoot->withProjectKey()->me()->carts()->withKey()->delete()`
- :warning: removed method `$apiRoot->withProjectKey()->me()->quoteRequests()->withId()->delete()`
- :warning: removed method `$apiRoot->withProjectKey()->me()->quoteRequests()->withKey()->delete()`
</details>


Expand Down
Loading

0 comments on commit 1a71b52

Please sign in to comment.