Skip to content

Commit

Permalink
Updated API from documentation release
Browse files Browse the repository at this point in the history
  • Loading branch information
Auto Mation committed Oct 11, 2023
1 parent 2e8dccc commit c79d63c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions api-specs/graphql/schema.sdl
Original file line number Diff line number Diff line change
Expand Up @@ -3499,6 +3499,12 @@ 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 @@ -3620,6 +3626,12 @@ 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

0 comments on commit c79d63c

Please sign in to comment.