Skip to content

Commit

Permalink
Merge pull request #247 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 Oct 16, 2024
2 parents e2463cf + 3531542 commit 93bafe7
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ interface ApproverConjunctionDraft extends JsonObject
public const FIELD_AND = 'and';

/**
* <p>All of the nested disjunctions must be approved in order for the conjunction to be considered approved.
* The total count of approvers across the nested disjunctions must not exceed 10.</p>
* <p>All of the nested disjunctions must be approved in order for the conjunction to be considered approved.</p>
*
* @return null|ApproverDisjunctionDraftCollection
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ final class ApproverConjunctionDraftBuilder implements Builder
private $and;

/**
* <p>All of the nested disjunctions must be approved in order for the conjunction to be considered approved.
* The total count of approvers across the nested disjunctions must not exceed 10.</p>
* <p>All of the nested disjunctions must be approved in order for the conjunction to be considered approved.</p>
*
* @return null|ApproverDisjunctionDraftCollection
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ public function __construct(
}

/**
* <p>All of the nested disjunctions must be approved in order for the conjunction to be considered approved.
* The total count of approvers across the nested disjunctions must not exceed 10.</p>
* <p>All of the nested disjunctions must be approved in order for the conjunction to be considered approved.</p>
*
*
* @return null|ApproverDisjunctionDraftCollection
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ interface BusinessUnitSetAssociatesAction extends BusinessUnitUpdateAction
public const FIELD_ASSOCIATES = 'associates';

/**
* <p>The new list of Associates. If not provided, any existing list is removed.</p>
* <p>The new list of Associates. If empty, existing values will be removed.</p>
*
* @return null|AssociateDraftCollection
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ final class BusinessUnitSetAssociatesActionBuilder implements Builder
private $associates;

/**
* <p>The new list of Associates. If not provided, any existing list is removed.</p>
* <p>The new list of Associates. If empty, existing values will be removed.</p>
*
* @return null|AssociateDraftCollection
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public function getAction()
}

/**
* <p>The new list of Associates. If not provided, any existing list is removed.</p>
* <p>The new list of Associates. If empty, existing values will be removed.</p>
*
*
* @return null|AssociateDraftCollection
Expand Down
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -307,3 +307,4 @@ c77ec902f368c2c31505fcb65a835ce148350077
903922e6a2dc0ff9283757645395f5119f61be0e
e985f4b7aa55610705ee49bd3eb645c2fd03eb6c
7b61d389a7b8bd5dac2d780c6b6fbea0b881400c
3bde1efd0d5dbff77065d355e9d00e8a0e8f466a

0 comments on commit 93bafe7

Please sign in to comment.