Skip to content

Commit

Permalink
Merge pull request #37 from commercetools/gen-sdk-updates
Browse files Browse the repository at this point in the history
Update generated SDKs
  • Loading branch information
barbara79 authored Jul 5, 2021
2 parents 21d3fa9 + edc2d97 commit eb2f016
Show file tree
Hide file tree
Showing 185 changed files with 1,124 additions and 1,396 deletions.
2 changes: 1 addition & 1 deletion lib/commercetools-api-tests/gen.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
hash=2ad3d6c01ca5cf8f6f2cee54062ae5755e592837
hash=865999c5abbf6bec6c3de7c517305ed01ffda944
Original file line number Diff line number Diff line change
Expand Up @@ -389,15 +389,6 @@ function (ApiRequestBuilder $builder): RequestInterface {
},
503
],
'ByProjectKeyApiClientsPost_200' => [
function (ApiRequestBuilder $builder): RequestInterface {
return $builder
->withProjectKey("projectKey")
->apiClients()
->post(null);
},
200
],
'ByProjectKeyApiClientsPost_599' => [
function (ApiRequestBuilder $builder): RequestInterface {
return $builder
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -401,15 +401,6 @@ function (ApiRequestBuilder $builder): RequestInterface {
},
503
],
'ByProjectKeyCartDiscountsPost_200' => [
function (ApiRequestBuilder $builder): RequestInterface {
return $builder
->withProjectKey("projectKey")
->cartDiscounts()
->post(null);
},
200
],
'ByProjectKeyCartDiscountsPost_599' => [
function (ApiRequestBuilder $builder): RequestInterface {
return $builder
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -198,16 +198,6 @@ function (ApiRequestBuilder $builder): RequestInterface {
},
503
],
'ByProjectKeyCartsReplicatePost_200' => [
function (ApiRequestBuilder $builder): RequestInterface {
return $builder
->withProjectKey("projectKey")
->carts()
->replicate()
->post(null);
},
200
],
'ByProjectKeyCartsReplicatePost_599' => [
function (ApiRequestBuilder $builder): RequestInterface {
return $builder
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -436,15 +436,6 @@ function (ApiRequestBuilder $builder): RequestInterface {
},
503
],
'ByProjectKeyCartsPost_200' => [
function (ApiRequestBuilder $builder): RequestInterface {
return $builder
->withProjectKey("projectKey")
->carts()
->post(null);
},
200
],
'ByProjectKeyCartsPost_599' => [
function (ApiRequestBuilder $builder): RequestInterface {
return $builder
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -401,15 +401,6 @@ function (ApiRequestBuilder $builder): RequestInterface {
},
503
],
'ByProjectKeyCategoriesPost_200' => [
function (ApiRequestBuilder $builder): RequestInterface {
return $builder
->withProjectKey("projectKey")
->categories()
->post(null);
},
200
],
'ByProjectKeyCategoriesPost_599' => [
function (ApiRequestBuilder $builder): RequestInterface {
return $builder
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -389,15 +389,6 @@ function (ApiRequestBuilder $builder): RequestInterface {
},
503
],
'ByProjectKeyChannelsPost_200' => [
function (ApiRequestBuilder $builder): RequestInterface {
return $builder
->withProjectKey("projectKey")
->channels()
->post(null);
},
200
],
'ByProjectKeyChannelsPost_599' => [
function (ApiRequestBuilder $builder): RequestInterface {
return $builder
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -401,15 +401,6 @@ function (ApiRequestBuilder $builder): RequestInterface {
},
503
],
'ByProjectKeyCustomObjectsPost_200' => [
function (ApiRequestBuilder $builder): RequestInterface {
return $builder
->withProjectKey("projectKey")
->customObjects()
->post(null);
},
200
],
'ByProjectKeyCustomObjectsPost_599' => [
function (ApiRequestBuilder $builder): RequestInterface {
return $builder
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -401,15 +401,6 @@ function (ApiRequestBuilder $builder): RequestInterface {
},
503
],
'ByProjectKeyCustomerGroupsPost_200' => [
function (ApiRequestBuilder $builder): RequestInterface {
return $builder
->withProjectKey("projectKey")
->customerGroups()
->post(null);
},
200
],
'ByProjectKeyCustomerGroupsPost_599' => [
function (ApiRequestBuilder $builder): RequestInterface {
return $builder
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -485,15 +485,6 @@ function (ApiRequestBuilder $builder): RequestInterface {
},
503
],
'ByProjectKeyCustomersPost_200' => [
function (ApiRequestBuilder $builder): RequestInterface {
return $builder
->withProjectKey("projectKey")
->customers()
->post(null);
},
200
],
'ByProjectKeyCustomersPost_599' => [
function (ApiRequestBuilder $builder): RequestInterface {
return $builder
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -389,15 +389,6 @@ function (ApiRequestBuilder $builder): RequestInterface {
},
503
],
'ByProjectKeyDiscountCodesPost_200' => [
function (ApiRequestBuilder $builder): RequestInterface {
return $builder
->withProjectKey("projectKey")
->discountCodes()
->post(null);
},
200
],
'ByProjectKeyDiscountCodesPost_599' => [
function (ApiRequestBuilder $builder): RequestInterface {
return $builder
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -401,15 +401,6 @@ function (ApiRequestBuilder $builder): RequestInterface {
},
503
],
'ByProjectKeyExtensionsPost_200' => [
function (ApiRequestBuilder $builder): RequestInterface {
return $builder
->withProjectKey("projectKey")
->extensions()
->post(null);
},
200
],
'ByProjectKeyExtensionsPost_599' => [
function (ApiRequestBuilder $builder): RequestInterface {
return $builder
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -207,17 +207,6 @@ function (ApiRequestBuilder $builder): RequestInterface {
},
503
],
'ByProjectKeyInStoreKeyByStoreKeyCartsReplicatePost_200' => [
function (ApiRequestBuilder $builder): RequestInterface {
return $builder
->withProjectKey("projectKey")
->inStoreKeyWithStoreKeyValue("storeKey")
->carts()
->replicate()
->post(null);
},
200
],
'ByProjectKeyInStoreKeyByStoreKeyCartsReplicatePost_599' => [
function (ApiRequestBuilder $builder): RequestInterface {
return $builder
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -468,16 +468,6 @@ function (ApiRequestBuilder $builder): RequestInterface {
},
503
],
'ByProjectKeyInStoreKeyByStoreKeyCartsPost_200' => [
function (ApiRequestBuilder $builder): RequestInterface {
return $builder
->withProjectKey("projectKey")
->inStoreKeyWithStoreKeyValue("storeKey")
->carts()
->post(null);
},
200
],
'ByProjectKeyInStoreKeyByStoreKeyCartsPost_599' => [
function (ApiRequestBuilder $builder): RequestInterface {
return $builder
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -521,16 +521,6 @@ function (ApiRequestBuilder $builder): RequestInterface {
},
503
],
'ByProjectKeyInStoreKeyByStoreKeyCustomersPost_200' => [
function (ApiRequestBuilder $builder): RequestInterface {
return $builder
->withProjectKey("projectKey")
->inStoreKeyWithStoreKeyValue("storeKey")
->customers()
->post(null);
},
200
],
'ByProjectKeyInStoreKeyByStoreKeyCustomersPost_599' => [
function (ApiRequestBuilder $builder): RequestInterface {
return $builder
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -198,16 +198,6 @@ function (ApiRequestBuilder $builder): RequestInterface {
},
503
],
'ByProjectKeyInStoreKeyByStoreKeyLoginPost_200' => [
function (ApiRequestBuilder $builder): RequestInterface {
return $builder
->withProjectKey("projectKey")
->inStoreKeyWithStoreKeyValue("storeKey")
->login()
->post(null);
},
200
],
'ByProjectKeyInStoreKeyByStoreKeyLoginPost_599' => [
function (ApiRequestBuilder $builder): RequestInterface {
return $builder
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -445,17 +445,6 @@ function (ApiRequestBuilder $builder): RequestInterface {
},
503
],
'ByProjectKeyInStoreKeyByStoreKeyMeCartsPost_200' => [
function (ApiRequestBuilder $builder): RequestInterface {
return $builder
->withProjectKey("projectKey")
->inStoreKeyWithStoreKeyValue("storeKey")
->me()
->carts()
->post(null);
},
200
],
'ByProjectKeyInStoreKeyByStoreKeyMeCartsPost_599' => [
function (ApiRequestBuilder $builder): RequestInterface {
return $builder
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -445,17 +445,6 @@ function (ApiRequestBuilder $builder): RequestInterface {
},
503
],
'ByProjectKeyInStoreKeyByStoreKeyMeOrdersPost_200' => [
function (ApiRequestBuilder $builder): RequestInterface {
return $builder
->withProjectKey("projectKey")
->inStoreKeyWithStoreKeyValue("storeKey")
->me()
->orders()
->post(null);
},
200
],
'ByProjectKeyInStoreKeyByStoreKeyMeOrdersPost_599' => [
function (ApiRequestBuilder $builder): RequestInterface {
return $builder
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -459,17 +459,6 @@ function (ApiRequestBuilder $builder): RequestInterface {
},
503
],
'ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsPost_200' => [
function (ApiRequestBuilder $builder): RequestInterface {
return $builder
->withProjectKey("projectKey")
->inStoreKeyWithStoreKeyValue("storeKey")
->me()
->shoppingLists()
->post(null);
},
200
],
'ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsPost_599' => [
function (ApiRequestBuilder $builder): RequestInterface {
return $builder
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -430,16 +430,6 @@ function (ApiRequestBuilder $builder): RequestInterface {
},
503
],
'ByProjectKeyInStoreKeyByStoreKeyOrdersPost_200' => [
function (ApiRequestBuilder $builder): RequestInterface {
return $builder
->withProjectKey("projectKey")
->inStoreKeyWithStoreKeyValue("storeKey")
->orders()
->post(null);
},
200
],
'ByProjectKeyInStoreKeyByStoreKeyOrdersPost_599' => [
function (ApiRequestBuilder $builder): RequestInterface {
return $builder
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -430,16 +430,6 @@ function (ApiRequestBuilder $builder): RequestInterface {
},
503
],
'ByProjectKeyInStoreKeyByStoreKeyShoppingListsPost_200' => [
function (ApiRequestBuilder $builder): RequestInterface {
return $builder
->withProjectKey("projectKey")
->inStoreKeyWithStoreKeyValue("storeKey")
->shoppingLists()
->post(null);
},
200
],
'ByProjectKeyInStoreKeyByStoreKeyShoppingListsPost_599' => [
function (ApiRequestBuilder $builder): RequestInterface {
return $builder
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -389,15 +389,6 @@ function (ApiRequestBuilder $builder): RequestInterface {
},
503
],
'ByProjectKeyInventoryPost_200' => [
function (ApiRequestBuilder $builder): RequestInterface {
return $builder
->withProjectKey("projectKey")
->inventory()
->post(null);
},
200
],
'ByProjectKeyInventoryPost_599' => [
function (ApiRequestBuilder $builder): RequestInterface {
return $builder
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -189,15 +189,6 @@ function (ApiRequestBuilder $builder): RequestInterface {
},
503
],
'ByProjectKeyLoginPost_200' => [
function (ApiRequestBuilder $builder): RequestInterface {
return $builder
->withProjectKey("projectKey")
->login()
->post(null);
},
200
],
'ByProjectKeyLoginPost_599' => [
function (ApiRequestBuilder $builder): RequestInterface {
return $builder
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -430,16 +430,6 @@ function (ApiRequestBuilder $builder): RequestInterface {
},
503
],
'ByProjectKeyMeCartsPost_200' => [
function (ApiRequestBuilder $builder): RequestInterface {
return $builder
->withProjectKey("projectKey")
->me()
->carts()
->post(null);
},
200
],
'ByProjectKeyMeCartsPost_599' => [
function (ApiRequestBuilder $builder): RequestInterface {
return $builder
Expand Down
Loading

0 comments on commit eb2f016

Please sign in to comment.