Generated the following references: - `api_key` - `auth` - `cart` - `core_flows` - `currency` - `customer` - `dml` - `fulfillment` - `helper_steps` - `inventory_next` - `js_sdk` - `medusa` - `medusa_config` - `modules` - `modules_sdk` - `notification` - `order` - `order_models` - `payment` - `pricing` - `product` - `promotion` - `region` - `sales_channel` - `stock_location_next` - `store` - `tax` - `tax_provider` - `types` - `user` - `utils` - `workflows` Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com> Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
18 lines
2.1 KiB
Plaintext
18 lines
2.1 KiB
Plaintext
import { TypeList } from "docs-ui"
|
|
|
|
# UserUtils
|
|
|
|
## Variables
|
|
|
|
- [UserEvents](page.mdx#userevents)
|
|
|
|
## Variables
|
|
|
|
### UserEvents
|
|
|
|
`Const` **UserEvents**: `Object`
|
|
|
|
#### Properties
|
|
|
|
<TypeList types={[{"name":"USER_CREATED","type":"`\"user.created\"`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"INVITE_CREATED","type":"`\"invite.created\"`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"USER_UPDATED","type":"`\"user.updated\"`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"INVITE_UPDATED","type":"`\"invite.updated\"`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"USER_DELETED","type":"`\"user.deleted\"`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"INVITE_DELETED","type":"`\"invite.deleted\"`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"USER_RESTORED","type":"`\"user.restored\"`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"INVITE_RESTORED","type":"`\"invite.restored\"`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"USER_ATTACHED","type":"`\"user.attached\"`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"INVITE_ATTACHED","type":"`\"invite.attached\"`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"USER_DETACHED","type":"`\"user.detached\"`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"INVITE_DETACHED","type":"`\"invite.detached\"`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"INVITE_TOKEN_GENERATED","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="UserEvents"/>
|