-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update pagination parameters and add membership properties to U…
…ser schema - Changed the minimum values for pagination fields `limit`, `page`, and `skip` to be 1, and set default value for `skip` to 0 in respective request classes. - Updated the User and UserInternal schemas to include `customerMemberships` and `projectMemberships` properties, allowing for better user tracking and organization. - Adjusted corresponding getters and setters to manage the new membership properties.
- Loading branch information
1 parent
034bcb2
commit 92b02e5
Showing
10 changed files
with
755 additions
and
160 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
Oops, something went wrong.