n8n/packages
Ricardo Espinoza 8e0ae3cf8c
refactor: Extract Invitation routes to InvitationController (no-changelog) (#7726)
This PR:

- Creates `InvitationController`
- Moves `POST /users` to `POST /invitations` and move related test to
`invitations.api.tests`
- Moves `POST /users/:id` to `POST /invitations/:id/accept` and move
related test to `invitations.api.tests`
- Adjusts FE to use new endpoints
- Moves all the invitation logic to the `UserService`

---------

Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2023-11-16 12:39:43 -05:00
..
@n8n fix(editor): Handle permission edge cases (empty scopes) (#7723) 2023-11-16 18:08:23 +01:00
@n8n_io/eslint-config refactor: Add rule no-constant-binary-expression (no-changelog) (#7670) 2023-11-09 17:50:59 +01:00
cli refactor: Extract Invitation routes to InvitationController (no-changelog) (#7726) 2023-11-16 12:39:43 -05:00
core 🚀 Release 1.17.0 (#7720) 2023-11-15 15:18:08 +01:00
design-system 🚀 Release 1.17.0 (#7720) 2023-11-15 15:18:08 +01:00
editor-ui refactor: Extract Invitation routes to InvitationController (no-changelog) (#7726) 2023-11-16 12:39:43 -05:00
node-dev 🚀 Release 1.17.0 (#7720) 2023-11-15 15:18:08 +01:00
nodes-base fix(Google Sheets Node): Check for null before destructuring (#7729) 2023-11-16 16:50:06 +01:00
workflow 🚀 Release 1.17.0 (#7720) 2023-11-15 15:18:08 +01:00