Skip to content

Commit 3a9e23e

Browse files
committed
build(codegen): updating SDK
1 parent f135bc0 commit 3a9e23e

10 files changed

Lines changed: 19 additions & 18 deletions

File tree

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/channel/ChannelRoleEnum.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import io.vrap.rmf.base.client.utils.Generated;
1212

1313
/**
14-
* <p>Describes the purpose and type of the Channel. A Channel can have one or more roles.</p>
14+
* <p>Describes how a Channel is used. A Channel can have one or more roles.</p>
1515
*/
1616
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
1717
public interface ChannelRoleEnum extends JsonEnum {
@@ -23,13 +23,13 @@ <p>Channel can be used to track inventory entries (for example, Channels with th
2323
<p>Channel can be used to expose Products to a specific distribution Channel. The Channel can be used by a Cart to <span>select</span> a Product Price.</p> */
2424
ChannelRoleEnum PRODUCT_DISTRIBUTION = ChannelRoleEnumEnum.PRODUCT_DISTRIBUTION;
2525
/**
26-
<p>Channel can be used to track order export activities.</p> */
26+
<p>Channel identifies a synchronization destination used when storing export information in <a href="https://docs.commercetools.com/apis/ctp:api:type:SyncInfo" rel="nofollow">SyncInfo</a>. You can reference it with <a href="https://docs.commercetools.com/apis/ctp:api:type:OrderUpdateSyncInfoAction" rel="nofollow">Update SyncInfo</a> on Orders and Order Edits.</p> */
2727
ChannelRoleEnum ORDER_EXPORT = ChannelRoleEnumEnum.ORDER_EXPORT;
2828
/**
29-
<p>Channel can be used to track order import activities.</p> */
29+
<p>Channel identifies a synchronization destination used when storing import information in <a href="https://docs.commercetools.com/apis/ctp:api:type:SyncInfo" rel="nofollow">SyncInfo</a>. You can reference it with <a href="https://docs.commercetools.com/apis/ctp:api:type:OrderUpdateSyncInfoAction" rel="nofollow">Update SyncInfo</a> on Orders and Order Edits.</p> */
3030
ChannelRoleEnum ORDER_IMPORT = ChannelRoleEnumEnum.ORDER_IMPORT;
3131
/**
32-
<p>This role can be combined with the other roles (for example, with <code>InventorySupply</code>). If used, the Channel is considered as the primary or main channel among Channels of the same type.</p> */
32+
<p>Marks the Channel as the default or preferred Channel among Channels with the same role. It can be combined with another role, for example <code>InventorySupply</code>.</p> */
3333
ChannelRoleEnum PRIMARY = ChannelRoleEnumEnum.PRIMARY;
3434

3535
/**

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/project/ExternalOAuth.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
import tools.jackson.databind.annotation.*;
1616

1717
/**
18-
* <p>Represents a RFC 7662 compliant <span>OAuth 2.0 Token Introspection</span> endpoint. For more information, see <span>Requesting an access token using an external OAuth 2.0 server</span>.</p>
19-
* <p>You can only configure <strong>one</strong> external OAuth 2.0 endpoint per Project. To authenticate using multiple external services (such as social network logins), use a middle layer authentication service.</p>
18+
* <p>Represents an RFC 7662-compliant <span>OAuth 2.0 Token Introspection</span> endpoint. For more information, see <span>Requesting an access token using an external OAuth 2.0 server</span>.</p>
19+
* <p>You can only configure <strong>one</strong> external OAuth 2.0 endpoint per Project. To authenticate using multiple external services (such as social network logins), use a middle layer authentication service that delegates to those services and exposes a single RFC 7662-compliant OAuth 2.0 Token Introspection endpoint to the commercetools APIs. This middle layer is a custom service that you build and host. It receives the token introspection request from the APIs, routes the token validation to the appropriate external service, and returns the introspection response in the expected format.</p>
2020
*
2121
* <hr>
2222
* Example to create an instance using the builder pattern

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/project/ExternalOAuthImpl.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
import tools.jackson.databind.annotation.*;
1919

2020
/**
21-
* <p>Represents a RFC 7662 compliant <span>OAuth 2.0 Token Introspection</span> endpoint. For more information, see <span>Requesting an access token using an external OAuth 2.0 server</span>.</p>
22-
* <p>You can only configure <strong>one</strong> external OAuth 2.0 endpoint per Project. To authenticate using multiple external services (such as social network logins), use a middle layer authentication service.</p>
21+
* <p>Represents an RFC 7662-compliant <span>OAuth 2.0 Token Introspection</span> endpoint. For more information, see <span>Requesting an access token using an external OAuth 2.0 server</span>.</p>
22+
* <p>You can only configure <strong>one</strong> external OAuth 2.0 endpoint per Project. To authenticate using multiple external services (such as social network logins), use a middle layer authentication service that delegates to those services and exposes a single RFC 7662-compliant OAuth 2.0 Token Introspection endpoint to the commercetools APIs. This middle layer is a custom service that you build and host. It receives the token introspection request from the APIs, routes the token validation to the appropriate external service, and returns the introspection response in the expected format.</p>
2323
*/
2424
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
2525
public class ExternalOAuthImpl implements ExternalOAuth, ModelBase {

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/tax_category/TaxRate.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public interface TaxRate {
8585
public String getCountry();
8686

8787
/**
88-
* <p>State within the country, such as Texas in the United States.</p>
88+
* <p>State within the country, such as Texas in the United States. The value is case-sensitive and must use the same casing as the <code>state</code> value in the Cart <code>shippingAddress</code>.</p>
8989
* @return state
9090
*/
9191

@@ -143,7 +143,7 @@ public interface TaxRate {
143143
public void setCountry(final String country);
144144

145145
/**
146-
* <p>State within the country, such as Texas in the United States.</p>
146+
* <p>State within the country, such as Texas in the United States. The value is case-sensitive and must use the same casing as the <code>state</code> value in the Cart <code>shippingAddress</code>.</p>
147147
* @param state value to be set
148148
*/
149149

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/tax_category/TaxRateBuilder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public TaxRateBuilder country(final String country) {
114114
}
115115

116116
/**
117-
* <p>State within the country, such as Texas in the United States.</p>
117+
* <p>State within the country, such as Texas in the United States. The value is case-sensitive and must use the same casing as the <code>state</code> value in the Cart <code>shippingAddress</code>.</p>
118118
* @param state value to be set
119119
* @return Builder
120120
*/
@@ -268,7 +268,7 @@ public String getCountry() {
268268
}
269269

270270
/**
271-
* <p>State within the country, such as Texas in the United States.</p>
271+
* <p>State within the country, such as Texas in the United States. The value is case-sensitive and must use the same casing as the <code>state</code> value in the Cart <code>shippingAddress</code>.</p>
272272
* @return state
273273
*/
274274

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/tax_category/TaxRateDraft.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public interface TaxRateDraft extends io.vrap.rmf.base.client.Draft<TaxRateDraft
6868
public String getCountry();
6969

7070
/**
71-
* <p>State within the country, such as Texas in the United States.</p>
71+
* <p>State within the country, such as Texas in the United States. The value is case-sensitive and must use the same casing as the <code>state</code> value in the Cart <code>shippingAddress</code>.</p>
7272
* @return state
7373
*/
7474

@@ -120,7 +120,7 @@ public interface TaxRateDraft extends io.vrap.rmf.base.client.Draft<TaxRateDraft
120120
public void setCountry(final String country);
121121

122122
/**
123-
* <p>State within the country, such as Texas in the United States.</p>
123+
* <p>State within the country, such as Texas in the United States. The value is case-sensitive and must use the same casing as the <code>state</code> value in the Cart <code>shippingAddress</code>.</p>
124124
* @param state value to be set
125125
*/
126126

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/tax_category/TaxRateDraftBuilder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public TaxRateDraftBuilder country(final String country) {
8989
}
9090

9191
/**
92-
* <p>State within the country, such as Texas in the United States.</p>
92+
* <p>State within the country, such as Texas in the United States. The value is case-sensitive and must use the same casing as the <code>state</code> value in the Cart <code>shippingAddress</code>.</p>
9393
* @param state value to be set
9494
* @return Builder
9595
*/
@@ -236,7 +236,7 @@ public String getCountry() {
236236
}
237237

238238
/**
239-
* <p>State within the country, such as Texas in the United States.</p>
239+
* <p>State within the country, such as Texas in the United States. The value is case-sensitive and must use the same casing as the <code>state</code> value in the Cart <code>shippingAddress</code>.</p>
240240
* @return state
241241
*/
242242

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/tax_category/TaxRateDraftImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public String getCountry() {
9494
}
9595

9696
/**
97-
* <p>State within the country, such as Texas in the United States.</p>
97+
* <p>State within the country, such as Texas in the United States. The value is case-sensitive and must use the same casing as the <code>state</code> value in the Cart <code>shippingAddress</code>.</p>
9898
*/
9999

100100
public String getState() {

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/tax_category/TaxRateImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public String getCountry() {
113113
}
114114

115115
/**
116-
* <p>State within the country, such as Texas in the United States.</p>
116+
* <p>State within the country, such as Texas in the United States. The value is case-sensitive and must use the same casing as the <code>state</code> value in the Cart <code>shippingAddress</code>.</p>
117117
*/
118118

119119
public String getState() {

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -564,3 +564,4 @@ ddd81a1827878fec3e3da782eac389abb890d174
564564
c773d9a208513584341545a4dd323673d09a4f74
565565
510b9d8444697765e19632df57794f799ccf8e07
566566
7404bc7e49c6a60a4210a5f3e776810e2c8bdf77
567+
fcb27938a97f506a41f873de9aee883686e9f755

0 commit comments

Comments
 (0)