Skip to content

Commit

Permalink
build(codegen): updating SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
ct-sdks[bot] committed Jan 31, 2024
1 parent 9f4534e commit ba3a526
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/platform-sdk/src/generated/models/category.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export interface Category extends BaseResource {
*/
readonly parent?: CategoryReference
/**
* Decimal value between 0 and 1 used to order Categories that are on the same level in the Category tree.
* Decimal value between 0 and 1. Frontend applications can use this value for ordering Categories within the same level in the category tree.
*
*
*/
Expand Down Expand Up @@ -168,7 +168,7 @@ export interface CategoryDraft {
*/
readonly parent?: CategoryResourceIdentifier
/**
* Decimal value between 0 and 1 used to order Categories that are on the same level in the Category tree.
* 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.
*
*
Expand Down
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -234,3 +234,4 @@ e3a178953d3d929a58092a0c86d666fee6400c75
d10443de67d8c8e684b4e63415b5720fc3bcf169
886f8d7e51ee9afd3dea683e0b6ed042eec469f1
5b5166eedb28e48364c82c3fcf2d795983fe9fa8
82856ccfbe173150763c81a98f37eb012ce30e86

0 comments on commit ba3a526

Please sign in to comment.