Skip to content

Commit 93bafe7

Browse files
Merge pull request #247 from commercetools/gen-sdk-updates
Update generated SDKs
2 parents e2463cf + 3531542 commit 93bafe7

File tree

7 files changed

+7
-9
lines changed

7 files changed

+7
-9
lines changed

lib/commercetools-api/src/Models/ApprovalRule/ApproverConjunctionDraft.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ interface ApproverConjunctionDraft extends JsonObject
1616
public const FIELD_AND = 'and';
1717

1818
/**
19-
* <p>All of the nested disjunctions must be approved in order for the conjunction to be considered approved.
20-
* The total count of approvers across the nested disjunctions must not exceed 10.</p>
19+
* <p>All of the nested disjunctions must be approved in order for the conjunction to be considered approved.</p>
2120
*
2221
2322
* @return null|ApproverDisjunctionDraftCollection

lib/commercetools-api/src/Models/ApprovalRule/ApproverConjunctionDraftBuilder.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ final class ApproverConjunctionDraftBuilder implements Builder
2727
private $and;
2828

2929
/**
30-
* <p>All of the nested disjunctions must be approved in order for the conjunction to be considered approved.
31-
* The total count of approvers across the nested disjunctions must not exceed 10.</p>
30+
* <p>All of the nested disjunctions must be approved in order for the conjunction to be considered approved.</p>
3231
*
3332
3433
* @return null|ApproverDisjunctionDraftCollection

lib/commercetools-api/src/Models/ApprovalRule/ApproverConjunctionDraftModel.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ public function __construct(
3636
}
3737

3838
/**
39-
* <p>All of the nested disjunctions must be approved in order for the conjunction to be considered approved.
40-
* The total count of approvers across the nested disjunctions must not exceed 10.</p>
39+
* <p>All of the nested disjunctions must be approved in order for the conjunction to be considered approved.</p>
4140
*
4241
*
4342
* @return null|ApproverDisjunctionDraftCollection

lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitSetAssociatesAction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ interface BusinessUnitSetAssociatesAction extends BusinessUnitUpdateAction
1616
public const FIELD_ASSOCIATES = 'associates';
1717

1818
/**
19-
* <p>The new list of Associates. If not provided, any existing list is removed.</p>
19+
* <p>The new list of Associates. If empty, existing values will be removed.</p>
2020
*
2121
2222
* @return null|AssociateDraftCollection

lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitSetAssociatesActionBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ final class BusinessUnitSetAssociatesActionBuilder implements Builder
2727
private $associates;
2828

2929
/**
30-
* <p>The new list of Associates. If not provided, any existing list is removed.</p>
30+
* <p>The new list of Associates. If empty, existing values will be removed.</p>
3131
*
3232
3333
* @return null|AssociateDraftCollection

lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitSetAssociatesActionModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public function getAction()
6363
}
6464

6565
/**
66-
* <p>The new list of Associates. If not provided, any existing list is removed.</p>
66+
* <p>The new list of Associates. If empty, existing values will be removed.</p>
6767
*
6868
*
6969
* @return null|AssociateDraftCollection

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,3 +307,4 @@ c77ec902f368c2c31505fcb65a835ce148350077
307307
903922e6a2dc0ff9283757645395f5119f61be0e
308308
e985f4b7aa55610705ee49bd3eb645c2fd03eb6c
309309
7b61d389a7b8bd5dac2d780c6b6fbea0b881400c
310+
3bde1efd0d5dbff77065d355e9d00e8a0e8f466a

0 commit comments

Comments
 (0)