Skip to content

Commit 5c144c2

Browse files
committed
build(codegen): updating SDK
1 parent 4e7a674 commit 5c144c2

10 files changed

+10
-9
lines changed

lib/commercetools-api/src/Models/Extension/Extension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public function getTriggers();
9898

9999
/**
100100
* <p>Maximum time (in milliseconds) that the Extension can respond within.
101-
* If no timeout is provided, the default value is used for all types of Extensions.
101+
* If no timeout is provided, the <a href="#time-limits">default value</a> is used for all types of Extensions, including <code>payment</code> Extensions.
102102
* The maximum value is 10000 ms (10 seconds) for <code>payment</code> Extensions and 2000 ms (2 seconds) for all other Extensions.</p>
103103
*
104104

lib/commercetools-api/src/Models/Extension/ExtensionBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ public function getTriggers()
188188

189189
/**
190190
* <p>Maximum time (in milliseconds) that the Extension can respond within.
191-
* If no timeout is provided, the default value is used for all types of Extensions.
191+
* If no timeout is provided, the <a href="#time-limits">default value</a> is used for all types of Extensions, including <code>payment</code> Extensions.
192192
* The maximum value is 10000 ms (10 seconds) for <code>payment</code> Extensions and 2000 ms (2 seconds) for all other Extensions.</p>
193193
*
194194

lib/commercetools-api/src/Models/Extension/ExtensionDraft.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function getTriggers();
4444

4545
/**
4646
* <p>Maximum time (in milliseconds) the Extension can respond within.
47-
* If no timeout is provided, the default value is used for all types of Extensions.
47+
* If no timeout is provided, the <a href="/#time-limits">default value</a> is used for all types of Extensions, including <code>payment</code> Extensions.
4848
* The maximum value is 10000 ms (10 seconds) for <code>payment</code> Extensions and 2000 ms (2 seconds) for all other Extensions.</p>
4949
* <p>This limit can be increased per Project after we review the performance impact.
5050
* Please contact the <a href="https://support.commercetools.com">Composable Commerce support team</a> and provide the Region, Project key, and use case.</p>

lib/commercetools-api/src/Models/Extension/ExtensionDraftBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public function getTriggers()
7979

8080
/**
8181
* <p>Maximum time (in milliseconds) the Extension can respond within.
82-
* If no timeout is provided, the default value is used for all types of Extensions.
82+
* If no timeout is provided, the <a href="/#time-limits">default value</a> is used for all types of Extensions, including <code>payment</code> Extensions.
8383
* The maximum value is 10000 ms (10 seconds) for <code>payment</code> Extensions and 2000 ms (2 seconds) for all other Extensions.</p>
8484
* <p>This limit can be increased per Project after we review the performance impact.
8585
* Please contact the <a href="https://support.commercetools.com">Composable Commerce support team</a> and provide the Region, Project key, and use case.</p>

lib/commercetools-api/src/Models/Extension/ExtensionDraftModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public function getTriggers()
122122

123123
/**
124124
* <p>Maximum time (in milliseconds) the Extension can respond within.
125-
* If no timeout is provided, the default value is used for all types of Extensions.
125+
* If no timeout is provided, the <a href="/#time-limits">default value</a> is used for all types of Extensions, including <code>payment</code> Extensions.
126126
* The maximum value is 10000 ms (10 seconds) for <code>payment</code> Extensions and 2000 ms (2 seconds) for all other Extensions.</p>
127127
* <p>This limit can be increased per Project after we review the performance impact.
128128
* Please contact the <a href="https://support.commercetools.com">Composable Commerce support team</a> and provide the Region, Project key, and use case.</p>

lib/commercetools-api/src/Models/Extension/ExtensionModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ public function getTriggers()
307307

308308
/**
309309
* <p>Maximum time (in milliseconds) that the Extension can respond within.
310-
* If no timeout is provided, the default value is used for all types of Extensions.
310+
* If no timeout is provided, the <a href="#time-limits">default value</a> is used for all types of Extensions, including <code>payment</code> Extensions.
311311
* The maximum value is 10000 ms (10 seconds) for <code>payment</code> Extensions and 2000 ms (2 seconds) for all other Extensions.</p>
312312
*
313313
*

lib/commercetools-api/src/Models/Extension/ExtensionSetTimeoutInMsAction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ interface ExtensionSetTimeoutInMsAction extends ExtensionUpdateAction
1717

1818
/**
1919
* <p>Value to set. If not defined, the maximum value is used.
20-
* If no timeout is provided, the default value is used for all types of Extensions.
20+
* If no timeout is provided, the <a href="#time-limits">default value</a> is used for all types of Extensions, including <code>payment</code> Extensions.
2121
* The maximum value is 10000 ms (10 seconds) for <code>payment</code> Extensions and 2000 ms (2 seconds) for all other Extensions.</p>
2222
* <p>This limit can be increased per Project after we review the performance impact.
2323
* Please contact the <a href="https://support.commercetools.com/">Composable Commerce support team</a> and provide the Region, Project key, and use case.</p>

lib/commercetools-api/src/Models/Extension/ExtensionSetTimeoutInMsActionBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ final class ExtensionSetTimeoutInMsActionBuilder implements Builder
2828

2929
/**
3030
* <p>Value to set. If not defined, the maximum value is used.
31-
* If no timeout is provided, the default value is used for all types of Extensions.
31+
* If no timeout is provided, the <a href="#time-limits">default value</a> is used for all types of Extensions, including <code>payment</code> Extensions.
3232
* The maximum value is 10000 ms (10 seconds) for <code>payment</code> Extensions and 2000 ms (2 seconds) for all other Extensions.</p>
3333
* <p>This limit can be increased per Project after we review the performance impact.
3434
* Please contact the <a href="https://support.commercetools.com/">Composable Commerce support team</a> and provide the Region, Project key, and use case.</p>

lib/commercetools-api/src/Models/Extension/ExtensionSetTimeoutInMsActionModel.php

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

6565
/**
6666
* <p>Value to set. If not defined, the maximum value is used.
67-
* If no timeout is provided, the default value is used for all types of Extensions.
67+
* If no timeout is provided, the <a href="#time-limits">default value</a> is used for all types of Extensions, including <code>payment</code> Extensions.
6868
* The maximum value is 10000 ms (10 seconds) for <code>payment</code> Extensions and 2000 ms (2 seconds) for all other Extensions.</p>
6969
* <p>This limit can be increased per Project after we review the performance impact.
7070
* Please contact the <a href="https://support.commercetools.com/">Composable Commerce support team</a> and provide the Region, Project key, and use case.</p>

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,3 +325,4 @@ ccf4522140c12b0093aefe0e2a27d62bcc4834a6
325325
0be69283d6aba9d3a2f895140378673f2f80f7b0
326326
f254d17f05343dcc4299fc53ff9b335b5ef63d69
327327
6892be230f1ad73f1150dd544c9fa7fee0e6b123
328+
971c1b4ce06c29fcb8c2402dc2ca523b2907352c

0 commit comments

Comments
 (0)