Skip to content

Commit

Permalink
Merge pull request #749 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 Nov 6, 2024
2 parents a678572 + ebc18e1 commit c442df7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
public interface ExtensionTrigger {

/**
* <p><code>cart</code>, <code>order</code>, <code>payment</code>, <code>customer</code>, <code>customer-group</code>, <code>quote-request</code>, <code>staged-quote</code>, <code>quote</code>, <code>business-unit</code>, and <code>shopping-list</code> are supported.</p>
* <p>The resource that triggers the Extension.</p>
* @return resourceTypeId
*/
@NotNull
Expand All @@ -57,7 +57,7 @@ public interface ExtensionTrigger {
public String getCondition();

/**
* <p><code>cart</code>, <code>order</code>, <code>payment</code>, <code>customer</code>, <code>customer-group</code>, <code>quote-request</code>, <code>staged-quote</code>, <code>quote</code>, <code>business-unit</code>, and <code>shopping-list</code> are supported.</p>
* <p>The resource that triggers the Extension.</p>
* @param resourceTypeId value to be set
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class ExtensionTriggerBuilder implements Builder<ExtensionTrigger> {
private String condition;

/**
* <p><code>cart</code>, <code>order</code>, <code>payment</code>, <code>customer</code>, <code>customer-group</code>, <code>quote-request</code>, <code>staged-quote</code>, <code>quote</code>, <code>business-unit</code>, and <code>shopping-list</code> are supported.</p>
* <p>The resource that triggers the Extension.</p>
* @param resourceTypeId value to be set
* @return Builder
*/
Expand Down Expand Up @@ -93,7 +93,7 @@ public ExtensionTriggerBuilder condition(@Nullable final String condition) {
}

/**
* <p><code>cart</code>, <code>order</code>, <code>payment</code>, <code>customer</code>, <code>customer-group</code>, <code>quote-request</code>, <code>staged-quote</code>, <code>quote</code>, <code>business-unit</code>, and <code>shopping-list</code> are supported.</p>
* <p>The resource that triggers the Extension.</p>
* @return resourceTypeId
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public ExtensionTriggerImpl() {
}

/**
* <p><code>cart</code>, <code>order</code>, <code>payment</code>, <code>customer</code>, <code>customer-group</code>, <code>quote-request</code>, <code>staged-quote</code>, <code>quote</code>, <code>business-unit</code>, and <code>shopping-list</code> are supported.</p>
* <p>The resource that triggers the Extension.</p>
*/

public com.commercetools.api.models.extension.ExtensionResourceTypeId getResourceTypeId() {
Expand Down
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -322,3 +322,4 @@ c8c2455221baca20421082b7715eaa0a712af7f1
41774e015e4f946bd57f0e2dc76522ed757860c4
1406d1e9ac4945b1179cfce2a956a39f67b757a9
d410bad973f2fe90ea8239c4cb586fe0cfc13856
ccf4522140c12b0093aefe0e2a27d62bcc4834a6

0 comments on commit c442df7

Please sign in to comment.