Skip to content

Commit

Permalink
Merge pull request #500 from commercetools/gen-sdk-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jenschude authored Oct 10, 2023
2 parents ec50aac + dd921f2 commit 2f89dbf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3499,12 +3499,6 @@ type CustomerEmailToken implements Versioned {
lastModifiedBy: Initiator
}

type CustomerEmailTokenCreated implements MessagePayload {
customerId: String!
expiresAt: DateTime!
type: String!
}

type CustomerEmailVerified implements MessagePayload {
type: String!
}
Expand Down Expand Up @@ -3626,12 +3620,6 @@ type CustomerPasswordToken implements Versioned {
lastModifiedBy: Initiator
}

type CustomerPasswordTokenCreated implements MessagePayload {
customerId: String!
expiresAt: DateTime!
type: String!
}

type CustomerPasswordUpdated implements MessagePayload {
reset: Boolean!
type: String!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public interface CartOrigin extends JsonEnum {
*/
CartOrigin MERCHANT = CartOriginEnum.MERCHANT;
/**
<p>Cart was created as part of a Quote (BETA).</p>
<p>Cart was created as part of a Quote.</p>
*/
CartOrigin QUOTE = CartOriginEnum.QUOTE;
Expand Down
3 changes: 3 additions & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,6 @@ a5a20f0153fbf5ac4d41c0d64e5eb1c3e7a5a167
d4256aba3d29f5f6c44d449e9f450f3c0a936867
017da3f9321bfcc5ca12023eb1c42fa0be8ad5ee
8a2ef0e1bce844a6651d3b232349bb761e2eb228
3284ebf5cec7ca771a1faba25ab88154daecdf20
e057c49ed855a66b046cb7734da4098ea3cd9f9d
052b8fa8130ae93e241c64d6b53ade7c16085520

0 comments on commit 2f89dbf

Please sign in to comment.