Skip to content

Commit 61424ec

Browse files
committed
build(codegen): updating SDK
1 parent 6850436 commit 61424ec

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

commercetools/commercetools-sdk-java-history/src/main/java-generated/com/commercetools/history/models/change_history/ModifiedBy.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
public interface ModifiedBy {
3636

3737
/**
38-
* <p><code>true</code> if the change was made using the Merchant Center or ImpEx.</p>
38+
* <p><code>true</code> if the change was made using the Merchant Center.</p>
3939
* @return isPlatformClient
4040
*/
4141
@NotNull
@@ -99,7 +99,7 @@ public interface ModifiedBy {
9999
public Reference getAssociate();
100100

101101
/**
102-
* <p><code>true</code> if the change was made using the Merchant Center or ImpEx.</p>
102+
* <p><code>true</code> if the change was made using the Merchant Center.</p>
103103
* @param isPlatformClient value to be set
104104
*/
105105

commercetools/commercetools-sdk-java-history/src/main/java-generated/com/commercetools/history/models/change_history/ModifiedByBuilder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public class ModifiedByBuilder implements Builder<ModifiedBy> {
4545
private com.commercetools.history.models.common.Reference associate;
4646

4747
/**
48-
* <p><code>true</code> if the change was made using the Merchant Center or ImpEx.</p>
48+
* <p><code>true</code> if the change was made using the Merchant Center.</p>
4949
* @param isPlatformClient value to be set
5050
* @return Builder
5151
*/
@@ -180,7 +180,7 @@ public ModifiedByBuilder associate(@Nullable final com.commercetools.history.mod
180180
}
181181

182182
/**
183-
* <p><code>true</code> if the change was made using the Merchant Center or ImpEx.</p>
183+
* <p><code>true</code> if the change was made using the Merchant Center.</p>
184184
* @return isPlatformClient
185185
*/
186186

commercetools/commercetools-sdk-java-history/src/main/java-generated/com/commercetools/history/models/change_history/ModifiedByImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public ModifiedByImpl() {
6161
}
6262

6363
/**
64-
* <p><code>true</code> if the change was made using the Merchant Center or ImpEx.</p>
64+
* <p><code>true</code> if the change was made using the Merchant Center.</p>
6565
*/
6666

6767
public Boolean getIsPlatformClient() {

commercetools/commercetools-sdk-java-history/src/main/java-generated/com/commercetools/history/models/change_history/Source.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public interface Source extends JsonEnum {
2020
<p>The change was made through the Merchant Center.</p> */
2121
Source MERCHANT_CENTER = SourceEnum.MERCHANT_CENTER;
2222
/**
23-
<p>The change was made through ImpEx.</p> */
23+
<p>The change was made through the now-decommissioned ImpEx tool.</p> */
2424
Source IMP_EX = SourceEnum.IMP_EX;
2525
/**
2626
<p>The change was made through an API Client.</p> */

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,3 +352,4 @@ e5666d7956fd6de53e41f965b052896d2a2ddd9b
352352
98343f9a365a2f9d4db86190003d00b8682c71d9
353353
f8b69ab19d6be2bcc6732deee0647bd8494c15f1
354354
e8f731a742ca2997342b1b5f98121d86c8189a3b
355+
473d2c6f1a9e9da0d2a42408ccf11f27a838f8b5

0 commit comments

Comments
 (0)