Skip to content

Commit 6001c72

Browse files
Merge pull request #1044 from commercetools/gen-sdk-updates
Update generated SDKs
2 parents 9c5e8ed + 4884e61 commit 6001c72

10 files changed

Lines changed: 31 additions & 25 deletions

File tree

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/extension/Extension.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,8 @@ public interface Extension extends BaseResource, com.commercetools.api.models.Do
118118
public List<ExtensionTrigger> getTriggers();
119119

120120
/**
121-
* <p>Maximum time (in milliseconds) that the Extension can respond within. If no timeout is provided, the <span>default value</span> is used for all types of Extensions, including <code>payment</code> Extensions. The maximum value is 10000 ms (10 seconds) for <code>payment</code> Extensions and 2000 ms (2 seconds) for all other Extensions.</p>
121+
* <p>Maximum time (in milliseconds) that the Extension can respond within. If no timeout is provided, the default value is used for all <a href="https://docs.commercetools.com/apis/ctp:api:type:ExtensionResourceTypeId" rel="nofollow">types of Extensions</a>.</p>
122+
* <p>The limit of 10000 ms (10 seconds) can be increased per Project after we review the performance impact. Please contact the <span>Composable Commerce support team</span> and provide the Region, Project key, and use case.</p>
122123
* @return timeoutInMs
123124
*/
124125

@@ -197,7 +198,8 @@ public interface Extension extends BaseResource, com.commercetools.api.models.Do
197198
public void setTriggers(final List<ExtensionTrigger> triggers);
198199

199200
/**
200-
* <p>Maximum time (in milliseconds) that the Extension can respond within. If no timeout is provided, the <span>default value</span> is used for all types of Extensions, including <code>payment</code> Extensions. The maximum value is 10000 ms (10 seconds) for <code>payment</code> Extensions and 2000 ms (2 seconds) for all other Extensions.</p>
201+
* <p>Maximum time (in milliseconds) that the Extension can respond within. If no timeout is provided, the default value is used for all <a href="https://docs.commercetools.com/apis/ctp:api:type:ExtensionResourceTypeId" rel="nofollow">types of Extensions</a>.</p>
202+
* <p>The limit of 10000 ms (10 seconds) can be increased per Project after we review the performance impact. Please contact the <span>Composable Commerce support team</span> and provide the Region, Project key, and use case.</p>
201203
* @param timeoutInMs value to be set
202204
*/
203205

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/extension/ExtensionBuilder.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,8 @@ public ExtensionBuilder setTriggers(
291291
}
292292

293293
/**
294-
* <p>Maximum time (in milliseconds) that the Extension can respond within. If no timeout is provided, the <span>default value</span> is used for all types of Extensions, including <code>payment</code> Extensions. The maximum value is 10000 ms (10 seconds) for <code>payment</code> Extensions and 2000 ms (2 seconds) for all other Extensions.</p>
294+
* <p>Maximum time (in milliseconds) that the Extension can respond within. If no timeout is provided, the default value is used for all <a href="https://docs.commercetools.com/apis/ctp:api:type:ExtensionResourceTypeId" rel="nofollow">types of Extensions</a>.</p>
295+
* <p>The limit of 10000 ms (10 seconds) can be increased per Project after we review the performance impact. Please contact the <span>Composable Commerce support team</span> and provide the Region, Project key, and use case.</p>
295296
* @param timeoutInMs value to be set
296297
* @return Builder
297298
*/
@@ -386,7 +387,8 @@ public java.util.List<com.commercetools.api.models.extension.ExtensionTrigger> g
386387
}
387388

388389
/**
389-
* <p>Maximum time (in milliseconds) that the Extension can respond within. If no timeout is provided, the <span>default value</span> is used for all types of Extensions, including <code>payment</code> Extensions. The maximum value is 10000 ms (10 seconds) for <code>payment</code> Extensions and 2000 ms (2 seconds) for all other Extensions.</p>
390+
* <p>Maximum time (in milliseconds) that the Extension can respond within. If no timeout is provided, the default value is used for all <a href="https://docs.commercetools.com/apis/ctp:api:type:ExtensionResourceTypeId" rel="nofollow">types of Extensions</a>.</p>
391+
* <p>The limit of 10000 ms (10 seconds) can be increased per Project after we review the performance impact. Please contact the <span>Composable Commerce support team</span> and provide the Region, Project key, and use case.</p>
390392
* @return timeoutInMs
391393
*/
392394

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/extension/ExtensionDraft.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ public interface ExtensionDraft
6262
public List<ExtensionTrigger> getTriggers();
6363

6464
/**
65-
* <p>Maximum time (in milliseconds) the Extension can respond within. If no timeout is provided, the <span>default value</span> is used for all types of Extensions, including <code>payment</code> Extensions. The maximum value is 10000 ms (10 seconds) for <code>payment</code> Extensions and 2000 ms (2 seconds) for all other Extensions.</p>
66-
* <p>This limit can be increased per Project after we review the performance impact. Please contact the <span>Composable Commerce support team</span> and provide the Region, Project key, and use case.</p>
65+
* <p>Maximum time (in milliseconds) the Extension can respond within. If no timeout is provided, the default value is used for all <a href="https://docs.commercetools.com/apis/ctp:api:type:ExtensionResourceTypeId" rel="nofollow">types of Extensions</a>. We recommend keeping the timeout as low as possible to avoid performance issues.</p>
66+
* <p>The limit of 10000 ms (10 seconds) can be increased per Project after we review the performance impact. Please contact the <span>Composable Commerce support team</span> and provide the Region, Project key, and use case.</p>
6767
* @return timeoutInMs
6868
*/
6969

@@ -100,8 +100,8 @@ public interface ExtensionDraft
100100
public void setTriggers(final List<ExtensionTrigger> triggers);
101101

102102
/**
103-
* <p>Maximum time (in milliseconds) the Extension can respond within. If no timeout is provided, the <span>default value</span> is used for all types of Extensions, including <code>payment</code> Extensions. The maximum value is 10000 ms (10 seconds) for <code>payment</code> Extensions and 2000 ms (2 seconds) for all other Extensions.</p>
104-
* <p>This limit can be increased per Project after we review the performance impact. Please contact the <span>Composable Commerce support team</span> and provide the Region, Project key, and use case.</p>
103+
* <p>Maximum time (in milliseconds) the Extension can respond within. If no timeout is provided, the default value is used for all <a href="https://docs.commercetools.com/apis/ctp:api:type:ExtensionResourceTypeId" rel="nofollow">types of Extensions</a>. We recommend keeping the timeout as low as possible to avoid performance issues.</p>
104+
* <p>The limit of 10000 ms (10 seconds) can be increased per Project after we review the performance impact. Please contact the <span>Composable Commerce support team</span> and provide the Region, Project key, and use case.</p>
105105
* @param timeoutInMs value to be set
106106
*/
107107

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/extension/ExtensionDraftBuilder.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ public ExtensionDraftBuilder setTriggers(
160160
}
161161

162162
/**
163-
* <p>Maximum time (in milliseconds) the Extension can respond within. If no timeout is provided, the <span>default value</span> is used for all types of Extensions, including <code>payment</code> Extensions. The maximum value is 10000 ms (10 seconds) for <code>payment</code> Extensions and 2000 ms (2 seconds) for all other Extensions.</p>
164-
* <p>This limit can be increased per Project after we review the performance impact. Please contact the <span>Composable Commerce support team</span> and provide the Region, Project key, and use case.</p>
163+
* <p>Maximum time (in milliseconds) the Extension can respond within. If no timeout is provided, the default value is used for all <a href="https://docs.commercetools.com/apis/ctp:api:type:ExtensionResourceTypeId" rel="nofollow">types of Extensions</a>. We recommend keeping the timeout as low as possible to avoid performance issues.</p>
164+
* <p>The limit of 10000 ms (10 seconds) can be increased per Project after we review the performance impact. Please contact the <span>Composable Commerce support team</span> and provide the Region, Project key, and use case.</p>
165165
* @param timeoutInMs value to be set
166166
* @return Builder
167167
*/
@@ -200,8 +200,8 @@ public java.util.List<com.commercetools.api.models.extension.ExtensionTrigger> g
200200
}
201201

202202
/**
203-
* <p>Maximum time (in milliseconds) the Extension can respond within. If no timeout is provided, the <span>default value</span> is used for all types of Extensions, including <code>payment</code> Extensions. The maximum value is 10000 ms (10 seconds) for <code>payment</code> Extensions and 2000 ms (2 seconds) for all other Extensions.</p>
204-
* <p>This limit can be increased per Project after we review the performance impact. Please contact the <span>Composable Commerce support team</span> and provide the Region, Project key, and use case.</p>
203+
* <p>Maximum time (in milliseconds) the Extension can respond within. If no timeout is provided, the default value is used for all <a href="https://docs.commercetools.com/apis/ctp:api:type:ExtensionResourceTypeId" rel="nofollow">types of Extensions</a>. We recommend keeping the timeout as low as possible to avoid performance issues.</p>
204+
* <p>The limit of 10000 ms (10 seconds) can be increased per Project after we review the performance impact. Please contact the <span>Composable Commerce support team</span> and provide the Region, Project key, and use case.</p>
205205
* @return timeoutInMs
206206
*/
207207

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/extension/ExtensionDraftImpl.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ public java.util.List<com.commercetools.api.models.extension.ExtensionTrigger> g
7575
}
7676

7777
/**
78-
* <p>Maximum time (in milliseconds) the Extension can respond within. If no timeout is provided, the <span>default value</span> is used for all types of Extensions, including <code>payment</code> Extensions. The maximum value is 10000 ms (10 seconds) for <code>payment</code> Extensions and 2000 ms (2 seconds) for all other Extensions.</p>
79-
* <p>This limit can be increased per Project after we review the performance impact. Please contact the <span>Composable Commerce support team</span> and provide the Region, Project key, and use case.</p>
78+
* <p>Maximum time (in milliseconds) the Extension can respond within. If no timeout is provided, the default value is used for all <a href="https://docs.commercetools.com/apis/ctp:api:type:ExtensionResourceTypeId" rel="nofollow">types of Extensions</a>. We recommend keeping the timeout as low as possible to avoid performance issues.</p>
79+
* <p>The limit of 10000 ms (10 seconds) can be increased per Project after we review the performance impact. Please contact the <span>Composable Commerce support team</span> and provide the Region, Project key, and use case.</p>
8080
*/
8181

8282
public Integer getTimeoutInMs() {

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/extension/ExtensionImpl.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,8 @@ public java.util.List<com.commercetools.api.models.extension.ExtensionTrigger> g
146146
}
147147

148148
/**
149-
* <p>Maximum time (in milliseconds) that the Extension can respond within. If no timeout is provided, the <span>default value</span> is used for all types of Extensions, including <code>payment</code> Extensions. The maximum value is 10000 ms (10 seconds) for <code>payment</code> Extensions and 2000 ms (2 seconds) for all other Extensions.</p>
149+
* <p>Maximum time (in milliseconds) that the Extension can respond within. If no timeout is provided, the default value is used for all <a href="https://docs.commercetools.com/apis/ctp:api:type:ExtensionResourceTypeId" rel="nofollow">types of Extensions</a>.</p>
150+
* <p>The limit of 10000 ms (10 seconds) can be increased per Project after we review the performance impact. Please contact the <span>Composable Commerce support team</span> and provide the Region, Project key, and use case.</p>
150151
*/
151152

152153
public Integer getTimeoutInMs() {

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/extension/ExtensionSetTimeoutInMsAction.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,17 @@ public interface ExtensionSetTimeoutInMsAction extends ExtensionUpdateAction {
3535
String SET_TIMEOUT_IN_MS = "setTimeoutInMs";
3636

3737
/**
38-
* <p>Value to set. If not defined, the maximum value is used. If no timeout is provided, the <span>default value</span> is used for all types of Extensions, including <code>payment</code> Extensions. The maximum value is 10000 ms (10 seconds) for <code>payment</code> Extensions and 2000 ms (2 seconds) for all other Extensions.</p>
39-
* <p>This limit can be increased per Project after we review the performance impact. Please contact the <span>Composable Commerce support team</span> and provide the Region, Project key, and use case.</p>
38+
* <p>Value to set. If no timeout is provided, the default value is used for all <a href="https://docs.commercetools.com/apis/ctp:api:type:ExtensionResourceTypeId" rel="nofollow">types of Extensions</a>. We recommend keeping the timeout as low as possible to avoid performance issues.</p>
39+
* <p>The limit of 10000 ms (10 seconds) can be increased per Project after we review the performance impact. Please contact the <span>Composable Commerce support team</span> and provide the Region, Project key, and use case.</p>
4040
* @return timeoutInMs
4141
*/
4242

4343
@JsonProperty("timeoutInMs")
4444
public Integer getTimeoutInMs();
4545

4646
/**
47-
* <p>Value to set. If not defined, the maximum value is used. If no timeout is provided, the <span>default value</span> is used for all types of Extensions, including <code>payment</code> Extensions. The maximum value is 10000 ms (10 seconds) for <code>payment</code> Extensions and 2000 ms (2 seconds) for all other Extensions.</p>
48-
* <p>This limit can be increased per Project after we review the performance impact. Please contact the <span>Composable Commerce support team</span> and provide the Region, Project key, and use case.</p>
47+
* <p>Value to set. If no timeout is provided, the default value is used for all <a href="https://docs.commercetools.com/apis/ctp:api:type:ExtensionResourceTypeId" rel="nofollow">types of Extensions</a>. We recommend keeping the timeout as low as possible to avoid performance issues.</p>
48+
* <p>The limit of 10000 ms (10 seconds) can be increased per Project after we review the performance impact. Please contact the <span>Composable Commerce support team</span> and provide the Region, Project key, and use case.</p>
4949
* @param timeoutInMs value to be set
5050
*/
5151

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/extension/ExtensionSetTimeoutInMsActionBuilder.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ public class ExtensionSetTimeoutInMsActionBuilder implements Builder<ExtensionSe
2626
private Integer timeoutInMs;
2727

2828
/**
29-
* <p>Value to set. If not defined, the maximum value is used. If no timeout is provided, the <span>default value</span> is used for all types of Extensions, including <code>payment</code> Extensions. The maximum value is 10000 ms (10 seconds) for <code>payment</code> Extensions and 2000 ms (2 seconds) for all other Extensions.</p>
30-
* <p>This limit can be increased per Project after we review the performance impact. Please contact the <span>Composable Commerce support team</span> and provide the Region, Project key, and use case.</p>
29+
* <p>Value to set. If no timeout is provided, the default value is used for all <a href="https://docs.commercetools.com/apis/ctp:api:type:ExtensionResourceTypeId" rel="nofollow">types of Extensions</a>. We recommend keeping the timeout as low as possible to avoid performance issues.</p>
30+
* <p>The limit of 10000 ms (10 seconds) can be increased per Project after we review the performance impact. Please contact the <span>Composable Commerce support team</span> and provide the Region, Project key, and use case.</p>
3131
* @param timeoutInMs value to be set
3232
* @return Builder
3333
*/
@@ -38,8 +38,8 @@ public ExtensionSetTimeoutInMsActionBuilder timeoutInMs(@Nullable final Integer
3838
}
3939

4040
/**
41-
* <p>Value to set. If not defined, the maximum value is used. If no timeout is provided, the <span>default value</span> is used for all types of Extensions, including <code>payment</code> Extensions. The maximum value is 10000 ms (10 seconds) for <code>payment</code> Extensions and 2000 ms (2 seconds) for all other Extensions.</p>
42-
* <p>This limit can be increased per Project after we review the performance impact. Please contact the <span>Composable Commerce support team</span> and provide the Region, Project key, and use case.</p>
41+
* <p>Value to set. If no timeout is provided, the default value is used for all <a href="https://docs.commercetools.com/apis/ctp:api:type:ExtensionResourceTypeId" rel="nofollow">types of Extensions</a>. We recommend keeping the timeout as low as possible to avoid performance issues.</p>
42+
* <p>The limit of 10000 ms (10 seconds) can be increased per Project after we review the performance impact. Please contact the <span>Composable Commerce support team</span> and provide the Region, Project key, and use case.</p>
4343
* @return timeoutInMs
4444
*/
4545

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/extension/ExtensionSetTimeoutInMsActionImpl.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ public String getAction() {
5151
}
5252

5353
/**
54-
* <p>Value to set. If not defined, the maximum value is used. If no timeout is provided, the <span>default value</span> is used for all types of Extensions, including <code>payment</code> Extensions. The maximum value is 10000 ms (10 seconds) for <code>payment</code> Extensions and 2000 ms (2 seconds) for all other Extensions.</p>
55-
* <p>This limit can be increased per Project after we review the performance impact. Please contact the <span>Composable Commerce support team</span> and provide the Region, Project key, and use case.</p>
54+
* <p>Value to set. If no timeout is provided, the default value is used for all <a href="https://docs.commercetools.com/apis/ctp:api:type:ExtensionResourceTypeId" rel="nofollow">types of Extensions</a>. We recommend keeping the timeout as low as possible to avoid performance issues.</p>
55+
* <p>The limit of 10000 ms (10 seconds) can be increased per Project after we review the performance impact. Please contact the <span>Composable Commerce support team</span> and provide the Region, Project key, and use case.</p>
5656
*/
5757

5858
public Integer getTimeoutInMs() {

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -538,3 +538,4 @@ a1e8798ca33fe3c7621ab83ff12ca20f269c406d
538538
d3b8e01b6233c9a25fa53d3a8a50a8e1721e664c
539539
d71139f421f6ec0343438bef335b6826feaa86e7
540540
4880d2d5a0865d3d80661dbedabf8a400d35e04c
541+
1c132d4f4baa5b0c2972dfa0340a2ed5d5e781e8

0 commit comments

Comments
 (0)