-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release/0.14.0' into main
- Loading branch information
Showing
299 changed files
with
6,559 additions
and
7,197 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.13.0 | ||
0.14.0 |
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
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
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
17 changes: 0 additions & 17 deletions
17
...c/main/java/co/airy/core/api/auth/controllers/payload/AcceptInvitationRequestPayload.java
This file was deleted.
Oops, something went wrong.
15 changes: 0 additions & 15 deletions
15
...uth/src/main/java/co/airy/core/api/auth/controllers/payload/InviteUserRequestPayload.java
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
...th/src/main/java/co/airy/core/api/auth/controllers/payload/InviteUserResponsePayload.java
This file was deleted.
Oops, something went wrong.
10 changes: 10 additions & 0 deletions
10
...api/auth/src/main/java/co/airy/core/api/auth/controllers/payload/ListResponsePayload.java
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
package co.airy.core.api.auth.controllers.payload; | ||
|
||
import lombok.Data; | ||
|
||
import java.util.List; | ||
|
||
@Data | ||
public class ListResponsePayload { | ||
private List<UserPayload> data; | ||
} |
17 changes: 0 additions & 17 deletions
17
...pi/auth/src/main/java/co/airy/core/api/auth/controllers/payload/LoginResponsePayload.java
This file was deleted.
Oops, something went wrong.
17 changes: 0 additions & 17 deletions
17
...i/auth/src/main/java/co/airy/core/api/auth/controllers/payload/SignupResponsePayload.java
This file was deleted.
Oops, something went wrong.
6 changes: 5 additions & 1 deletion
6
...load/AcceptInvitationResponsePayload.java → ...auth/controllers/payload/UserPayload.java
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
Oops, something went wrong.