Skip to content

Commit 19249ad

Browse files
committed
build(codegen): updating SDK
1 parent fa0339b commit 19249ad

26 files changed

+88
-46
lines changed

changes.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,21 @@
1717
</details>
1818

1919

20+
<details>
21+
<summary>MarkDeprecated Type(s)</summary>
22+
23+
- marked type `ProductSearchProjectionParams` as deprecated
24+
</details>
25+
26+
27+
<details>
28+
<summary>MarkDeprecated Property(s)</summary>
29+
30+
- marked property `ProductSearchRequest::productProjectionParameters` as deprecated
31+
- marked property `ProductSearchResult::productProjection` as deprecated
32+
</details>
33+
34+
2035
<details>
2136
<summary>Required Property(s)</summary>
2237

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyRecurrencePoliciesByIDDelete.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
/**
2323
* <p>Deletes a Recurrence Policy in the Project.</p>
2424
* <p>A Recurrence Policy can be deleted only if it is not referenced by any Embedded Price, Standalone Price, or (Custom) Line Item, otherwise a <a href="https://docs.commercetools.com/apis/ctp:api:type:ReferenceExistsError" rel="nofollow">ReferenceExists</a> error is returned.</p>
25+
* <p>The <code>manage_recurring_orders:{projectKey}</code> scope is deprecated for use on this endpoint. Update your clients to use the <code>manage_recurrence_policies:{projectKey}</code> scope instead. For more information, see the <span>Deprecations and removals</span> list.</p>
2526
*
2627
* <hr>
2728
* <div class=code-example>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyRecurrencePoliciesByIDGet.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

2222
/**
2323
* <p>Retrieves a Recurrence Policy with the provided <code>id</code>.</p>
24+
* <p>The <code>view_recurring_orders:{projectKey}</code> scope is deprecated for use on this endpoint. Update your clients to use the <code>view_recurrence_policies:{projectKey}</code> scope instead. For more information, see the <span>Deprecations and removals</span> list.</p>
2425
*
2526
* <hr>
2627
* <div class=code-example>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyRecurrencePoliciesByIDHead.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
/**
1919
* <p>Checks if a Recurrence Policy exists with the provided <code>id</code>. Returns a <code>200</code> status if the Recurrence Policy exists, or a <a href="https://docs.commercetools.com/apis/ctp:api:type:ResourceNotFoundError" rel="nofollow">NotFound</a> error otherwise.</p>
20+
* <p>The <code>view_recurring_orders:{projectKey}</code> scope is deprecated for use on this endpoint. Update your clients to use the <code>view_recurrence_policies:{projectKey}</code> scope instead. For more information, see the <span>Deprecations and removals</span> list.</p>
2021
*
2122
* <hr>
2223
* <div class=code-example>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyRecurrencePoliciesByIDPost.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

2222
/**
2323
* <p>Updates a Recurrence Policy using one or more <span>update actions</span>.</p>
24+
* <p>The <code>manage_recurring_orders:{projectKey}</code> scope is deprecated for use on this endpoint. Update your clients to use the <code>manage_recurrence_policies:{projectKey}</code> scope instead. For more information, see the <span>Deprecations and removals</span> list.</p>
2425
*
2526
* <hr>
2627
* <div class=code-example>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyRecurrencePoliciesByIDPostString.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
/**
2424
* <p>Updates a Recurrence Policy using one or more <span>update actions</span>.</p>
25+
* <p>The <code>manage_recurring_orders:{projectKey}</code> scope is deprecated for use on this endpoint. Update your clients to use the <code>manage_recurrence_policies:{projectKey}</code> scope instead. For more information, see the <span>Deprecations and removals</span> list.</p>
2526
*
2627
* <hr>
2728
* <div class=code-example>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyRecurrencePoliciesGet.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

2222
/**
2323
* <p>Retrieves Recurrence Policies in the Project.</p>
24+
* <p>The <code>view_recurring_orders:{projectKey}</code> scope is deprecated for use on this endpoint. Update your clients to use the <code>view_recurrence_policies:{projectKey}</code> scope instead. For more information, see the <span>Deprecations and removals</span> list.</p>
2425
*
2526
* <hr>
2627
* <div class=code-example>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyRecurrencePoliciesHead.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

2222
/**
2323
* <p>Checks if one or more Recurrence Policies exist for the provided query predicate. Returns a <code>200</code> status if any Recurrence Policies match the query predicate, or a <a href="https://docs.commercetools.com/apis/ctp:api:type:ResourceNotFoundError" rel="nofollow">NotFound</a> error otherwise.</p>
24+
* <p>The <code>view_recurring_orders:{projectKey}</code> scope is deprecated for use on this endpoint. Update your clients to use the <code>view_recurrence_policies:{projectKey}</code> scope instead. For more information, see the <span>Deprecations and removals</span> list.</p>
2425
*
2526
* <hr>
2627
* <div class=code-example>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyRecurrencePoliciesKeyByKeyDelete.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
/**
2323
* <p>Deletes a Recurrence Policy in the Project.</p>
2424
* <p>A Recurrence Policy can be deleted only if it is not referenced by any Embedded Price, Standalone Price, or (Custom) Line Item, otherwise a <a href="https://docs.commercetools.com/apis/ctp:api:type:ReferenceExistsError" rel="nofollow">ReferenceExists</a> error is returned.</p>
25+
* <p>The <code>manage_recurring_orders:{projectKey}</code> scope is deprecated for use on this endpoint. Update your clients to use the <code>manage_recurrence_policies:{projectKey}</code> scope instead. For more information, see the <span>Deprecations and removals</span> list.</p>
2526
*
2627
* <hr>
2728
* <div class=code-example>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyRecurrencePoliciesKeyByKeyGet.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

2222
/**
2323
* <p>Retrieves a Recurrence Policy with the provided <code>key</code>.</p>
24+
* <p>The <code>view_recurring_orders:{projectKey}</code> scope is deprecated for use on this endpoint. Update your clients to use the <code>view_recurrence_policies:{projectKey}</code> scope instead. For more information, see the <span>Deprecations and removals</span> list.</p>
2425
*
2526
* <hr>
2627
* <div class=code-example>

0 commit comments

Comments
 (0)