Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update generated SDKs #247

Merged
merged 1 commit into from
Oct 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading