Skip to content

Commit e910cb5

Browse files
Merge pull request #1089 from commercetools/gen-sdk-updates
Update generated SDKs
2 parents 1c20ccd + c149cab commit e910cb5

3,239 files changed

Lines changed: 7490 additions & 7164 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

commercetools/commercetools-graphql-api/src/main/resources/graphql/schema.graphqls

Lines changed: 4253 additions & 3928 deletions
Large diffs are not rendered by default.

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

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

2222
/**
2323
* <p>For performance reasons, it is highly advisable to query for Custom Objects in a container by using the <code>container</code> field in the <code>where</code> predicate.</p>
24-
* <p>This endpoint is deprecated and replaced by the <span>Query CustomObjects in Container</span> endpoint.</p>
24+
* <p>This endpoint is deprecated and replaced by the <a href="https://docs.commercetools.com/apis/ctp:api:endpoint:/{projectKey}/custom-objects/{container}:GET" rel="nofollow">Query CustomObjects in Container</a> endpoint.</p>
2525
*
2626
* <hr>
2727
* <div class=code-example>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/api_client/ApiClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
import io.vrap.rmf.base.client.utils.Generated;
1515

1616
import jakarta.validation.constraints.NotNull;
17-
import tools.jackson.databind.annotation.JsonDeserialize;
17+
import tools.jackson.databind.annotation.*;
1818

1919
/**
2020
* ApiClient

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/api_client/ApiClientDraft.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import io.vrap.rmf.base.client.utils.Generated;
1313

1414
import jakarta.validation.constraints.NotNull;
15-
import tools.jackson.databind.annotation.JsonDeserialize;
15+
import tools.jackson.databind.annotation.*;
1616

1717
/**
1818
* ApiClientDraft

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/api_client/ApiClientPagedQueryResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
import jakarta.validation.Valid;
1616
import jakarta.validation.constraints.NotNull;
17-
import tools.jackson.databind.annotation.JsonDeserialize;
17+
import tools.jackson.databind.annotation.*;
1818

1919
/**
2020
* <p><span>PagedQueryResult</span> with <code>results</code> containing an array of <a href="https://docs.commercetools.com/apis/ctp:api:type:ApiClient" rel="nofollow">APIClient</a>.</p>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/approval_flow/ApprovalFlow.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
import jakarta.validation.Valid;
2525
import jakarta.validation.constraints.NotNull;
26-
import tools.jackson.databind.annotation.JsonDeserialize;
26+
import tools.jackson.databind.annotation.*;
2727

2828
/**
2929
* ApprovalFlow

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/approval_flow/ApprovalFlowApproval.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
import jakarta.validation.Valid;
1717
import jakarta.validation.constraints.NotNull;
18-
import tools.jackson.databind.annotation.JsonDeserialize;
18+
import tools.jackson.databind.annotation.*;
1919

2020
/**
2121
* ApprovalFlowApproval

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/approval_flow/ApprovalFlowApproveAction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
import io.vrap.rmf.base.client.utils.Generated;
1313

14-
import tools.jackson.databind.annotation.JsonDeserialize;
14+
import tools.jackson.databind.annotation.*;
1515

1616
/**
1717
* <p>This update action allows an <a href="https://docs.commercetools.com/apis/ctp:api:type:Associate" rel="nofollow">Associate</a> to approve an Approval Flow. The process takes into account all <a href="https://docs.commercetools.com/apis/ctp:api:type:AssociateRole" rel="nofollow">Associate Roles</a> held by the Associate, aligning with the matched <a href="https://docs.commercetools.com/apis/ctp:api:type:ApprovalRule" rel="nofollow">Approval Rules</a> and their respective approver hierarchies.</p>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/approval_flow/ApprovalFlowPagedQueryResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
import jakarta.validation.Valid;
1616
import jakarta.validation.constraints.NotNull;
17-
import tools.jackson.databind.annotation.JsonDeserialize;
17+
import tools.jackson.databind.annotation.*;
1818

1919
/**
2020
* <p><span>PagedQueryResult</span> with results containing an array of <a href="https://docs.commercetools.com/apis/ctp:api:type:ApprovalFlow" rel="nofollow">ApprovalFlow</a>.</p>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/approval_flow/ApprovalFlowRejectAction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
import io.vrap.rmf.base.client.utils.Generated;
1313

14-
import tools.jackson.databind.annotation.JsonDeserialize;
14+
import tools.jackson.databind.annotation.*;
1515

1616
/**
1717
* <p>This update action allows an <a href="https://docs.commercetools.com/apis/ctp:api:type:Associate" rel="nofollow">Associate</a> to reject an Approval Flow, setting its status to <code>Rejected</code>. The process takes into account all <a href="https://docs.commercetools.com/apis/ctp:api:type:AssociateRole" rel="nofollow">Associate Roles</a> held by the Associate, aligning with the matched <a href="https://docs.commercetools.com/apis/ctp:api:type:ApprovalRule" rel="nofollow">Approval Rules</a> and their respective approver hierarchies. Even a single rejection in the process will result in the rejection of the entire Approval Flow.</p>

0 commit comments

Comments
 (0)