feat(user, types): add invite and user properties + migration (#6327)

**What**
- Add invite model 
- Populate user model
This commit is contained in:
Philip Korsholm
2024-02-14 13:58:14 +00:00
committed by GitHub
parent 16927469eb
commit 4d51f095b3
45 changed files with 1751 additions and 100 deletions
@@ -47,6 +47,11 @@ module.exports = {
resources: "shared",
resolve: "@medusajs/auth",
},
[Modules.USER]: {
scope: "internal",
resources: "shared",
resolve: "@medusajs/user",
},
[Modules.STOCK_LOCATION]: {
scope: "internal",
resources: "shared",