Skip to content

Commit

Permalink
Update ts definitions (#11234)
Browse files Browse the repository at this point in the history
Co-authored-by: willmcvay <[email protected]>
  • Loading branch information
github-actions[bot] and willmcvay authored Jun 21, 2024
1 parent 568e850 commit 6c64f76
Show file tree
Hide file tree
Showing 2 changed files with 504 additions and 16 deletions.
12 changes: 12 additions & 0 deletions packages/foundations-ts-definitions/types/organisations-schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1289,6 +1289,12 @@ export interface UpdateUserModel {
* 2019-08-14T12:30:02.0000000Z
*/
firstLoginDate?: string // date-time
/**
* The date and time at which the user last logged in
* example:
* 2019-08-14T12:30:02.0000000Z
*/
lastLoginDate?: string // date-time
}
/**
* Request body used to update a user's password to a specific value
Expand Down Expand Up @@ -1518,6 +1524,12 @@ export interface UserModel {
* 2019-08-14T12:30:02.0000000Z
*/
firstLoginDate?: string // date-time
/**
* The date at which the user last logged in
* example:
* 2019-08-14
*/
lastLoginDate?: string // date
/**
* A collection of groups that the user belongs to
*/
Expand Down
Loading

0 comments on commit 6c64f76

Please sign in to comment.