Skip to content

Commit 7cf326f

Browse files
Merge pull request #828 from commercetools/gen-sdk-updates
Update generated SDKs
2 parents 2720c99 + dd37fb5 commit 7cf326f

21 files changed

+35
-10
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
import org.apache.commons.lang3.builder.HashCodeBuilder;
1717

1818
/**
19+
* <p>Use this method to verify a global Customer's email during their email verification process.</p>
1920
* <p>Verifying the email of the Customer produces the CustomerEmailVerified Message.</p>
2021
*
2122
* <hr>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
import org.apache.commons.lang3.builder.HashCodeBuilder;
1818

1919
/**
20+
* <p>Use this method to verify a global Customer's email during their email verification process.</p>
2021
* <p>Verifying the email of the Customer produces the CustomerEmailVerified Message.</p>
2122
*
2223
* <hr>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import org.apache.commons.lang3.builder.HashCodeBuilder;
2121

2222
/**
23-
*
23+
* <p>Use this method to retrieve a global Customer's details by using the email token during their email verification process.</p>
2424
*
2525
* <hr>
2626
* <div class=code-example>

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
import org.apache.commons.lang3.builder.HashCodeBuilder;
1717

1818
/**
19-
* <p>Produces the CustomerEmailTokenCreated Message.</p>
19+
* <p>Use this method to create an email token for a global Customer during their email verification process.</p>
20+
* <p>Creating an email token for the Customer produces the CustomerEmailTokenCreated Message.</p>
2021
*
2122
* <hr>
2223
* <div class=code-example>

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
import org.apache.commons.lang3.builder.HashCodeBuilder;
1818

1919
/**
20-
* <p>Produces the CustomerEmailTokenCreated Message.</p>
20+
* <p>Use this method to create an email token for a global Customer during their email verification process.</p>
21+
* <p>Creating an email token for the Customer produces the CustomerEmailTokenCreated Message.</p>
2122
*
2223
* <hr>
2324
* <div class=code-example>

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
import org.apache.commons.lang3.builder.HashCodeBuilder;
1717

1818
/**
19+
* <p>Use this method to reset a global Customer's password during their password reset process.</p>
20+
* <p>After the password is reset, any previously issued access and/or refresh tokens created through the password flow or refresh token flow are invalidated.</p>
1921
* <p>Resetting the password of the Customer produces the CustomerPasswordUpdated Message with <code>reset=true</code>.</p>
2022
*
2123
* <hr>

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
import org.apache.commons.lang3.builder.HashCodeBuilder;
1818

1919
/**
20+
* <p>Use this method to reset a global Customer's password during their password reset process.</p>
21+
* <p>After the password is reset, any previously issued access and/or refresh tokens created through the password flow or refresh token flow are invalidated.</p>
2022
* <p>Resetting the password of the Customer produces the CustomerPasswordUpdated Message with <code>reset=true</code>.</p>
2123
*
2224
* <hr>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import org.apache.commons.lang3.builder.HashCodeBuilder;
2121

2222
/**
23-
*
23+
* <p>Use this method to retrieve the details of a global Customer by using the password token during their password reset process.</p>
2424
*
2525
* <hr>
2626
* <div class=code-example>

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
import org.apache.commons.lang3.builder.HashCodeBuilder;
1717

1818
/**
19-
*
19+
* <p>Use this method to create a password reset token for a global Customer during their password reset process.</p>
20+
* <p>Creating a password reset token does not invalidate existing tokens.</p>
2021
*
2122
* <hr>
2223
* <div class=code-example>

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
import org.apache.commons.lang3.builder.HashCodeBuilder;
1818

1919
/**
20-
*
20+
* <p>Use this method to create a password reset token for a global Customer during their password reset process.</p>
21+
* <p>Creating a password reset token does not invalidate existing tokens.</p>
2122
*
2223
* <hr>
2324
* <div class=code-example>

0 commit comments

Comments
 (0)