Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [2.0.0](v1.79.0...v2.0.0) (2024-02-28) ### Features * **users:** separated profile interfaces for org and dev users ([82da55f](82da55f)) ### BREAKING CHANGES * **users:** GET /magic/org/login/callback - now returns the new org user profile interface GET /profile/info -> /profile/{dev|org}/info and the org version returns the new org user profile interface POST /profile/info -> /profile/{dev|org}/info and the org version takes a different body see src/auth/profile/dto/update-org-profile.input.ts for the shape GET /users/orgs/{pending|approved} these now return the new org user profile interface
- Loading branch information