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 18, 2024
1 parent 4e7a674 commit 5c144c2
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lib/commercetools-api/src/Models/Extension/Extension.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public function getTriggers();

/**
* <p>Maximum time (in milliseconds) that the Extension can respond within.
* If no timeout is provided, the default value is used for all types of Extensions.
* 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.
* The maximum value is 10000 ms (10 seconds) for <code>payment</code> Extensions and 2000 ms (2 seconds) for all other Extensions.</p>
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ public function getTriggers()

/**
* <p>Maximum time (in milliseconds) that the Extension can respond within.
* If no timeout is provided, the default value is used for all types of Extensions.
* 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.
* The maximum value is 10000 ms (10 seconds) for <code>payment</code> Extensions and 2000 ms (2 seconds) for all other Extensions.</p>
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function getTriggers();

/**
* <p>Maximum time (in milliseconds) the Extension can respond within.
* If no timeout is provided, the default value is used for all types of Extensions.
* 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.
* The maximum value is 10000 ms (10 seconds) for <code>payment</code> Extensions and 2000 ms (2 seconds) for all other Extensions.</p>
* <p>This limit can be increased per Project after we review the performance impact.
* Please contact the <a href="https://support.commercetools.com">Composable Commerce support team</a> and provide the Region, Project key, and use case.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public function getTriggers()

/**
* <p>Maximum time (in milliseconds) the Extension can respond within.
* If no timeout is provided, the default value is used for all types of Extensions.
* 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.
* The maximum value is 10000 ms (10 seconds) for <code>payment</code> Extensions and 2000 ms (2 seconds) for all other Extensions.</p>
* <p>This limit can be increased per Project after we review the performance impact.
* Please contact the <a href="https://support.commercetools.com">Composable Commerce support team</a> and provide the Region, Project key, and use case.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public function getTriggers()

/**
* <p>Maximum time (in milliseconds) the Extension can respond within.
* If no timeout is provided, the default value is used for all types of Extensions.
* 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.
* The maximum value is 10000 ms (10 seconds) for <code>payment</code> Extensions and 2000 ms (2 seconds) for all other Extensions.</p>
* <p>This limit can be increased per Project after we review the performance impact.
* Please contact the <a href="https://support.commercetools.com">Composable Commerce support team</a> and provide the Region, Project key, and use case.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ public function getTriggers()

/**
* <p>Maximum time (in milliseconds) that the Extension can respond within.
* If no timeout is provided, the default value is used for all types of Extensions.
* 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.
* The maximum value is 10000 ms (10 seconds) for <code>payment</code> Extensions and 2000 ms (2 seconds) for all other Extensions.</p>
*
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ interface ExtensionSetTimeoutInMsAction extends ExtensionUpdateAction

/**
* <p>Value to set. If not defined, the maximum value is used.
* If no timeout is provided, the default value is used for all types of Extensions.
* 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.
* The maximum value is 10000 ms (10 seconds) for <code>payment</code> Extensions and 2000 ms (2 seconds) for all other Extensions.</p>
* <p>This limit can be increased per Project after we review the performance impact.
* Please contact the <a href="https://support.commercetools.com/">Composable Commerce support team</a> and provide the Region, Project key, and use case.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ final class ExtensionSetTimeoutInMsActionBuilder implements Builder

/**
* <p>Value to set. If not defined, the maximum value is used.
* If no timeout is provided, the default value is used for all types of Extensions.
* 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.
* The maximum value is 10000 ms (10 seconds) for <code>payment</code> Extensions and 2000 ms (2 seconds) for all other Extensions.</p>
* <p>This limit can be increased per Project after we review the performance impact.
* Please contact the <a href="https://support.commercetools.com/">Composable Commerce support team</a> and provide the Region, Project key, and use case.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public function getAction()

/**
* <p>Value to set. If not defined, the maximum value is used.
* If no timeout is provided, the default value is used for all types of Extensions.
* 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.
* The maximum value is 10000 ms (10 seconds) for <code>payment</code> Extensions and 2000 ms (2 seconds) for all other Extensions.</p>
* <p>This limit can be increased per Project after we review the performance impact.
* Please contact the <a href="https://support.commercetools.com/">Composable Commerce support team</a> and provide the Region, Project key, and use case.</p>
Expand Down
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -325,3 +325,4 @@ ccf4522140c12b0093aefe0e2a27d62bcc4834a6
0be69283d6aba9d3a2f895140378673f2f80f7b0
f254d17f05343dcc4299fc53ff9b335b5ef63d69
6892be230f1ad73f1150dd544c9fa7fee0e6b123
971c1b4ce06c29fcb8c2402dc2ca523b2907352c

0 comments on commit 5c144c2

Please sign in to comment.