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 Nov 1, 2024
1 parent 826e826 commit e011d73
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>quote-request</code>, <code>staged-quote</code>, <code>quote</code>, <code>business-unit</code>, and <code>shopping-list</code> are supported.</p>
* <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>
* @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>quote-request</code>, <code>staged-quote</code>, <code>quote</code>, <code>business-unit</code>, and <code>shopping-list</code> are supported.</p>
* <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>
* @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>quote-request</code>, <code>staged-quote</code>, <code>quote</code>, <code>business-unit</code>, and <code>shopping-list</code> are supported.</p>
* <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>
* @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>quote-request</code>, <code>staged-quote</code>, <code>quote</code>, <code>business-unit</code>, and <code>shopping-list</code> are supported.</p>
* <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>
* @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>quote-request</code>, <code>staged-quote</code>, <code>quote</code>, <code>business-unit</code>, and <code>shopping-list</code> are supported.</p>
* <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>
*/

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 @@ -321,3 +321,4 @@ c8c2455221baca20421082b7715eaa0a712af7f1
71b6bfba97b7019e0ba081bb188e43c90c6d79e8
41774e015e4f946bd57f0e2dc76522ed757860c4
1406d1e9ac4945b1179cfce2a956a39f67b757a9
d410bad973f2fe90ea8239c4cb586fe0cfc13856

0 comments on commit e011d73

Please sign in to comment.