-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b4fe14c
commit 9b53386
Showing
5 changed files
with
0 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 0 additions & 2 deletions
2
shared/src/bundles/users/types/user-sign-in-request-dto.type.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
|
||
type UserSignInRequestDto = { | ||
email: string; | ||
password: string; | ||
}; | ||
|
||
|
||
export { type UserSignInRequestDto }; |
2 changes: 0 additions & 2 deletions
2
shared/src/bundles/users/types/user-sign-in-response-dto.type.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,7 @@ | ||
|
||
type UserSignInResponseDto = { | ||
id: number; | ||
email: string; | ||
token: string; | ||
}; | ||
|
||
|
||
export { type UserSignInResponseDto }; |
2 changes: 0 additions & 2 deletions
2
shared/src/bundles/users/validation-schemas/validation-schemas.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,2 @@ | ||
|
||
export { userSignIn } from './user-sign-in.validation-schema.js'; | ||
|
||
export { userSignUp } from './user-sign-up.validation-schema.js'; |