Skip to content

Commit

Permalink
Merge pull request #118 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 Feb 1, 2024
2 parents aab03e6 + 25adf69 commit 5622050
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
token: ${{ steps.generate_github_token.outputs.token }}

- uses: jenschude/auto-create-pr-action@a5369414c74963e6ec065dab49066d3711b8c1db
if: github.ref_name == "gen-sdk-updates"
if: github.ref_name == 'gen-sdk-updates'
with:
request_title: "Update generated SDKs"
github_token: ${{ steps.generate_github_token.outputs.token }}
Expand All @@ -52,7 +52,7 @@ jobs:
### Breaking changes
- uses: jenschude/auto-create-pr-action@a5369414c74963e6ec065dab49066d3711b8c1db
if: github.ref_name == "after-release"
if: github.ref_name == 'after-release'
with:
request_title: "Update changelog"
github_token: ${{ steps.generate_github_token.outputs.token }}
Expand Down
2 changes: 1 addition & 1 deletion lib/commercetools-api/src/Models/Category/Category.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public function getAncestors();
public function getParent();

/**
* <p>Decimal value between 0 and 1 used to order Categories that are on the same level in the Category tree.</p>
* <p>Decimal value between 0 and 1. Frontend applications can use this value for ordering Categories within the same level in the category tree.</p>
*
* @return null|string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ public function getParent()
}

/**
* <p>Decimal value between 0 and 1 used to order Categories that are on the same level in the Category tree.</p>
* <p>Decimal value between 0 and 1. Frontend applications can use this value for ordering Categories within the same level in the category tree.</p>
*
* @return null|string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public function getDescription();
public function getParent();

/**
* <p>Decimal value between 0 and 1 used to order Categories that are on the same level in the Category tree.
* <p>Decimal value between 0 and 1. Frontend applications can use this value for ordering Categories within the same level in the category tree.
* If not set, a random value will be assigned.</p>
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public function getParent()
}

/**
* <p>Decimal value between 0 and 1 used to order Categories that are on the same level in the Category tree.
* <p>Decimal value between 0 and 1. Frontend applications can use this value for ordering Categories within the same level in the category tree.
* If not set, a random value will be assigned.</p>
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ public function getParent()
}

/**
* <p>Decimal value between 0 and 1 used to order Categories that are on the same level in the Category tree.
* <p>Decimal value between 0 and 1. Frontend applications can use this value for ordering Categories within the same level in the category tree.
* If not set, a random value will be assigned.</p>
*
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ public function getParent()
}

/**
* <p>Decimal value between 0 and 1 used to order Categories that are on the same level in the Category tree.</p>
* <p>Decimal value between 0 and 1. Frontend applications can use this value for ordering Categories within the same level in the category tree.</p>
*
*
* @return null|string
Expand Down
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -201,3 +201,4 @@ e3a178953d3d929a58092a0c86d666fee6400c75
d10443de67d8c8e684b4e63415b5720fc3bcf169
886f8d7e51ee9afd3dea683e0b6ed042eec469f1
5b5166eedb28e48364c82c3fcf2d795983fe9fa8
82856ccfbe173150763c81a98f37eb012ce30e86

0 comments on commit 5622050

Please sign in to comment.