Files
medusa-store/www/apps/resources/references/modules/utils/page.mdx
github-actions[bot] 5c36bafc1d chore(docs): Generated References (automated) (#12460)
Generated the following references:
- `_index.mdx`
- `api_key`
- `api_key_models`
- `auth`
- `auth_models`
- `auth_provider`
- `cart`
- `cart_models`
- `core_flows`
- `currency`
- `currency_models`
- `customer`
- `customer_models`
- `events`
- `file`
- `file_service`
- `fulfillment`
- `fulfillment_models`
- `fulfillment_provider`
- `inventory_next`
- `inventory_next_models`
- `js_sdk`
- `locking`
- `medusa`
- `module_events`
- `modules`
- `modules_sdk`
- `notification`
- `notification_service`
- `order`
- `order_models`
- `payment`
- `payment_models`
- `payment_provider`
- `pricing`
- `pricing_models`
- `product`
- `product_models`
- `promotion`
- `promotion_models`
- `region`
- `region_models`
- `sales_channel`
- `sales_channel_models`
- `stock_location_next`
- `stock_location_next_models`
- `store`
- `store_models`
- `tax`
- `tax_models`
- `tax_provider`
- `types`
- `user`
- `user_models`
- `utils`
- `workflows`

Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
2025-05-13 13:31:57 +00:00

77 lines
3.0 KiB
Plaintext

import { TypeList } from "docs-ui"
# utils
## Enumerations
- [NotificationStatus](../../utils/enums/utils.NotificationStatus/page.mdx)
- [PaymentActions](../../utils/enums/utils.PaymentActions/page.mdx)
- [PaymentCollectionStatus](../../utils/enums/utils.PaymentCollectionStatus/page.mdx)
- [PaymentSessionStatus](../../utils/enums/utils.PaymentSessionStatus/page.mdx)
- [PaymentWebhookEvents](../../utils/enums/utils.PaymentWebhookEvents/page.mdx)
## Interfaces
- [Argument](../../utils/interfaces/utils.Argument/page.mdx)
- [Directive](../../utils/interfaces/utils.Directive/page.mdx)
- [Entity](../../utils/interfaces/utils.Entity/page.mdx)
## Namespaces
- [Auth](../../utils/utils.Auth/page.mdx)
- [Cart](../../utils/utils.Cart/page.mdx)
- [CoreFlowsUitls](../../utils/utils.CoreFlowsUitls/page.mdx)
- [Customer](../../utils/utils.Customer/page.mdx)
- [Fulfillment](../../utils/utils.Fulfillment/page.mdx)
- [FulfillmentUtils](../../utils/utils.FulfillmentUtils/page.mdx)
- [GraphQLUtils](../../utils/utils.GraphQLUtils/page.mdx)
- [InventoryUtils](../../utils/utils.InventoryUtils/page.mdx)
- [LinkUtils](../../utils/utils.LinkUtils/page.mdx)
- [Order](../../utils/utils.Order/page.mdx)
- [OrderUtils](../../utils/utils.OrderUtils/page.mdx)
- [PricingUtils](../../utils/utils.PricingUtils/page.mdx)
- [Product](../../utils/utils.Product/page.mdx)
- [ProductUtils](../../utils/utils.ProductUtils/page.mdx)
- [PromotionUtils](../../utils/utils.PromotionUtils/page.mdx)
- [Region](../../utils/utils.Region/page.mdx)
- [Sales Channel](../../utils/utils.Sales_Channel/page.mdx)
- [ShippingProfileUtils](../../utils/utils.ShippingProfileUtils/page.mdx)
- [User](../../utils/utils.User/page.mdx)
- [UserUtils](../../utils/utils.UserUtils/page.mdx)
## Type Aliases
- [TotalVariantAvailabilityData](../../utils/types/utils.TotalVariantAvailabilityData/page.mdx)
- [VariantAvailabilityData](../../utils/types/utils.VariantAvailabilityData/page.mdx)
## Variables
- [MedusaModuleProviderType](page.mdx#medusamoduleprovidertype)
- [MedusaModuleType](page.mdx#medusamoduletype)
- [NotificationEvents](page.mdx#notificationevents)
- [PaymentEvents](page.mdx#paymentevents)
___
## Variables
### MedusaModuleProviderType
`Const` **MedusaModuleProviderType**: typeof [MedusaModuleProviderType](page.mdx#medusamoduleprovidertype)
### MedusaModuleType
`Const` **MedusaModuleType**: typeof [MedusaModuleType](page.mdx#medusamoduletype)
### NotificationEvents
`Const` **NotificationEvents**: ReturnType&#60;["notification"]&#62;
### PaymentEvents
`Const` **PaymentEvents**: `Object`
#### Properties
<TypeList types={[{"name":"CAPTURED","type":"`string`","description":"","optional":false,"defaultValue":"\"payment.captured\"","expandable":false,"children":[]},{"name":"REFUNDED","type":"`string`","description":"","optional":false,"defaultValue":"\"payment.refunded\"","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/learn/fundamentals/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="PaymentEvents"/>