Skip to content

Commit 9efca92

Browse files
authored
Merge pull request #31 from commercetools/gen-sdk-updates
Update generated SDKs
2 parents 391ad09 + 2b5b887 commit 9efca92

File tree

150 files changed

+157
-149
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

150 files changed

+157
-149
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
hash=538ad98afd8b3bb709d89e67509a5080c6577b5f
1+
hash=57e49fef028dc613082920d926f654cc4d52196e
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
hash=538ad98afd8b3bb709d89e67509a5080c6577b5f
1+
hash=57e49fef028dc613082920d926f654cc4d52196e

lib/commercetools-api/src/Client/Resource/ResourceByProjectKey.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ public function get($body = null, array $headers = []): ByProjectKeyGet
230230
* @psalm-param ?ProjectUpdate $body
231231
* @psalm-param array<string, scalar|scalar[]> $headers
232232
*/
233-
public function post(?ProjectUpdate$body = null, array $headers = []): ByProjectKeyPost
233+
public function post(?ProjectUpdate $body = null, array $headers = []): ByProjectKeyPost
234234
{
235235
$args = $this->getArgs();
236236

lib/commercetools-api/src/Client/Resource/ResourceByProjectKeyApiClients.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public function get($body = null, array $headers = []): ByProjectKeyApiClientsGe
5050
* @psalm-param ?ApiClientDraft $body
5151
* @psalm-param array<string, scalar|scalar[]> $headers
5252
*/
53-
public function post(?ApiClientDraft$body = null, array $headers = []): ByProjectKeyApiClientsPost
53+
public function post(?ApiClientDraft $body = null, array $headers = []): ByProjectKeyApiClientsPost
5454
{
5555
$args = $this->getArgs();
5656

lib/commercetools-api/src/Client/Resource/ResourceByProjectKeyCartDiscounts.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public function get($body = null, array $headers = []): ByProjectKeyCartDiscount
5959
* @psalm-param ?CartDiscountDraft $body
6060
* @psalm-param array<string, scalar|scalar[]> $headers
6161
*/
62-
public function post(?CartDiscountDraft$body = null, array $headers = []): ByProjectKeyCartDiscountsPost
62+
public function post(?CartDiscountDraft $body = null, array $headers = []): ByProjectKeyCartDiscountsPost
6363
{
6464
$args = $this->getArgs();
6565

lib/commercetools-api/src/Client/Resource/ResourceByProjectKeyCartDiscountsByID.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function get($body = null, array $headers = []): ByProjectKeyCartDiscount
4040
* @psalm-param ?CartDiscountUpdate $body
4141
* @psalm-param array<string, scalar|scalar[]> $headers
4242
*/
43-
public function post(?CartDiscountUpdate$body = null, array $headers = []): ByProjectKeyCartDiscountsByIDPost
43+
public function post(?CartDiscountUpdate $body = null, array $headers = []): ByProjectKeyCartDiscountsByIDPost
4444
{
4545
$args = $this->getArgs();
4646

lib/commercetools-api/src/Client/Resource/ResourceByProjectKeyCartDiscountsKeyByKey.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function get($body = null, array $headers = []): ByProjectKeyCartDiscount
4040
* @psalm-param ?CartDiscountUpdate $body
4141
* @psalm-param array<string, scalar|scalar[]> $headers
4242
*/
43-
public function post(?CartDiscountUpdate$body = null, array $headers = []): ByProjectKeyCartDiscountsKeyByKeyPost
43+
public function post(?CartDiscountUpdate $body = null, array $headers = []): ByProjectKeyCartDiscountsKeyByKeyPost
4444
{
4545
$args = $this->getArgs();
4646

lib/commercetools-api/src/Client/Resource/ResourceByProjectKeyCarts.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public function get($body = null, array $headers = []): ByProjectKeyCartsGet
7474
* @psalm-param ?CartDraft $body
7575
* @psalm-param array<string, scalar|scalar[]> $headers
7676
*/
77-
public function post(?CartDraft$body = null, array $headers = []): ByProjectKeyCartsPost
77+
public function post(?CartDraft $body = null, array $headers = []): ByProjectKeyCartsPost
7878
{
7979
$args = $this->getArgs();
8080

lib/commercetools-api/src/Client/Resource/ResourceByProjectKeyCartsByID.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function get($body = null, array $headers = []): ByProjectKeyCartsByIDGet
4040
* @psalm-param ?CartUpdate $body
4141
* @psalm-param array<string, scalar|scalar[]> $headers
4242
*/
43-
public function post(?CartUpdate$body = null, array $headers = []): ByProjectKeyCartsByIDPost
43+
public function post(?CartUpdate $body = null, array $headers = []): ByProjectKeyCartsByIDPost
4444
{
4545
$args = $this->getArgs();
4646

lib/commercetools-api/src/Client/Resource/ResourceByProjectKeyCartsKeyByKey.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function get($body = null, array $headers = []): ByProjectKeyCartsKeyByKe
4040
* @psalm-param ?CartUpdate $body
4141
* @psalm-param array<string, scalar|scalar[]> $headers
4242
*/
43-
public function post(?CartUpdate$body = null, array $headers = []): ByProjectKeyCartsKeyByKeyPost
43+
public function post(?CartUpdate $body = null, array $headers = []): ByProjectKeyCartsKeyByKeyPost
4444
{
4545
$args = $this->getArgs();
4646

0 commit comments

Comments
 (0)