docs: generate references manually (#10438)
This commit is contained in:
@@ -17,7 +17,7 @@ erDiagram
|
||||
|
||||
```
|
||||
|
||||
## Classes
|
||||
## Data Models
|
||||
|
||||
- [AuthIdentity](../../auth_models/classes/auth_models.AuthIdentity/page.mdx)
|
||||
- [ProviderIdentity](../../auth_models/classes/auth_models.ProviderIdentity/page.mdx)
|
||||
- [AuthIdentity](../../auth_models/variables/auth_models.AuthIdentity/page.mdx)
|
||||
- [ProviderIdentity](../../auth_models/variables/auth_models.ProviderIdentity/page.mdx)
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -17,3 +17,4 @@ This section of the documentation provides a reference to utility steps that you
|
||||
- [updateRemoteLinksStep](../../helper_steps/functions/helper_steps.updateRemoteLinksStep/page.mdx)
|
||||
- [useQueryGraphStep](../../helper_steps/functions/helper_steps.useQueryGraphStep/page.mdx)
|
||||
- [useRemoteQueryStep](../../helper_steps/functions/helper_steps.useRemoteQueryStep/page.mdx)
|
||||
- [validatePresenceOfStep](../../helper_steps/functions/helper_steps.validatePresenceOfStep/page.mdx)
|
||||
|
||||
@@ -83,6 +83,7 @@ import { TypeList } from "docs-ui"
|
||||
- [OrderTaxLineDTO](../../order/interfaces/order.OrderTaxLineDTO/page.mdx)
|
||||
- [OrderTransactionDTO](../../order/interfaces/order.OrderTransactionDTO/page.mdx)
|
||||
- [ReceiveOrderReturnDTO](../../order/interfaces/order.ReceiveOrderReturnDTO/page.mdx)
|
||||
- [RegisterOrderChangeDTO](../../order/interfaces/order.RegisterOrderChangeDTO/page.mdx)
|
||||
- [RegisterOrderDeliveryDTO](../../order/interfaces/order.RegisterOrderDeliveryDTO/page.mdx)
|
||||
- [RegisterOrderFulfillmentDTO](../../order/interfaces/order.RegisterOrderFulfillmentDTO/page.mdx)
|
||||
- [RegisterOrderShipmentDTO](../../order/interfaces/order.RegisterOrderShipmentDTO/page.mdx)
|
||||
@@ -136,6 +137,7 @@ import { TypeList } from "docs-ui"
|
||||
- [ModuleJoinerRelationship](../../order/types/order.ModuleJoinerRelationship/page.mdx)
|
||||
- [OperatorMap](../../order/types/order.OperatorMap/page.mdx)
|
||||
- [OrderChangeStatus](../../order/types/order.OrderChangeStatus/page.mdx)
|
||||
- [OrderChangeType](../../order/types/order.OrderChangeType/page.mdx)
|
||||
- [OrderClaimType](../../order/types/order.OrderClaimType/page.mdx)
|
||||
- [OrderStatus](../../order/types/order.OrderStatus/page.mdx)
|
||||
- [PrevLimit](../../order/types/order.PrevLimit/page.mdx)
|
||||
|
||||
@@ -45,6 +45,7 @@ import { TypeList } from "docs-ui"
|
||||
- [PricingFilters](../../pricing/interfaces/pricing.PricingFilters/page.mdx)
|
||||
- [RemovePriceListRulesDTO](../../pricing/interfaces/pricing.RemovePriceListRulesDTO/page.mdx)
|
||||
- [RestoreReturn](../../pricing/interfaces/pricing.RestoreReturn/page.mdx)
|
||||
- [RuleWithOperator](../../pricing/interfaces/pricing.RuleWithOperator/page.mdx)
|
||||
- [SetPriceListRulesDTO](../../pricing/interfaces/pricing.SetPriceListRulesDTO/page.mdx)
|
||||
- [SoftDeleteReturn](../../pricing/interfaces/pricing.SoftDeleteReturn/page.mdx)
|
||||
- [UpdateMoneyAmountDTO](../../pricing/interfaces/pricing.UpdateMoneyAmountDTO/page.mdx)
|
||||
@@ -80,6 +81,7 @@ import { TypeList } from "docs-ui"
|
||||
- [PrevLimit](../../pricing/types/pricing.PrevLimit/page.mdx)
|
||||
- [PriceListStatus](../../pricing/types/pricing.PriceListStatus/page.mdx)
|
||||
- [PriceListType](../../pricing/types/pricing.PriceListType/page.mdx)
|
||||
- [PricingRuleOperatorValues](../../pricing/types/pricing.PricingRuleOperatorValues/page.mdx)
|
||||
- [Primary](../../pricing/types/pricing.Primary/page.mdx)
|
||||
- [Query](../../pricing/types/pricing.Query/page.mdx)
|
||||
- [RawMessageFormat](../../pricing/types/pricing.RawMessageFormat/page.mdx)
|
||||
|
||||
@@ -13,18 +13,18 @@ This documentation provides a reference to the data models in the Pricing Module
|
||||
|
||||
```mermaid
|
||||
erDiagram
|
||||
Price }|--|{ PriceSet : price_set
|
||||
Price ||--|| PriceRule : price_rules
|
||||
Price }|--|{ PriceList : price_list
|
||||
PriceList ||--|| Price : prices
|
||||
PriceList ||--|| PriceListRule : price_list_rules
|
||||
PriceSet ||--|| Price : prices
|
||||
|
||||
```
|
||||
|
||||
## Classes
|
||||
## Data Models
|
||||
|
||||
- [Price](../../pricing_models/classes/pricing_models.Price/page.mdx)
|
||||
- [PriceList](../../pricing_models/classes/pricing_models.PriceList/page.mdx)
|
||||
- [PriceListRule](../../pricing_models/classes/pricing_models.PriceListRule/page.mdx)
|
||||
- [PricePreference](../../pricing_models/classes/pricing_models.PricePreference/page.mdx)
|
||||
- [PriceRule](../../pricing_models/classes/pricing_models.PriceRule/page.mdx)
|
||||
- [PriceSet](../../pricing_models/classes/pricing_models.PriceSet/page.mdx)
|
||||
- [Price](../../pricing_models/variables/pricing_models.Price/page.mdx)
|
||||
- [PriceList](../../pricing_models/variables/pricing_models.PriceList/page.mdx)
|
||||
- [PriceListRule](../../pricing_models/variables/pricing_models.PriceListRule/page.mdx)
|
||||
- [PricePreference](../../pricing_models/variables/pricing_models.PricePreference/page.mdx)
|
||||
- [PriceRule](../../pricing_models/variables/pricing_models.PriceRule/page.mdx)
|
||||
- [PriceSet](../../pricing_models/variables/pricing_models.PriceSet/page.mdx)
|
||||
|
||||
@@ -16,7 +16,7 @@ erDiagram
|
||||
Product ||--|| ProductVariant : variants
|
||||
Product }|--|{ ProductTag : tags
|
||||
Product ||--|| ProductOption : options
|
||||
Product ||--|| Image : images
|
||||
Product ||--|| ProductImage : images
|
||||
Product }|--|{ ProductCategory : categories
|
||||
ProductCollection ||--|| Product : products
|
||||
ProductOption ||--|| ProductOptionValue : values
|
||||
@@ -27,10 +27,10 @@ erDiagram
|
||||
|
||||
## Data Models
|
||||
|
||||
- [Image](../../product_models/variables/product_models.Image/page.mdx)
|
||||
- [Product](../../product_models/variables/product_models.Product/page.mdx)
|
||||
- [ProductCategory](../../product_models/variables/product_models.ProductCategory/page.mdx)
|
||||
- [ProductCollection](../../product_models/variables/product_models.ProductCollection/page.mdx)
|
||||
- [ProductImage](../../product_models/variables/product_models.ProductImage/page.mdx)
|
||||
- [ProductOption](../../product_models/variables/product_models.ProductOption/page.mdx)
|
||||
- [ProductOptionValue](../../product_models/variables/product_models.ProductOptionValue/page.mdx)
|
||||
- [ProductTag](../../product_models/variables/product_models.ProductTag/page.mdx)
|
||||
|
||||
@@ -9,7 +9,7 @@ import { TypeList } from "docs-ui"
|
||||
|
||||
This documentation provides a reference to the data models in the User Module
|
||||
|
||||
## Classes
|
||||
## Data Models
|
||||
|
||||
- [Invite](../../user_models/classes/user_models.Invite/page.mdx)
|
||||
- [User](../../user_models/classes/user_models.User/page.mdx)
|
||||
- [Invite](../../user_models/variables/user_models.Invite/page.mdx)
|
||||
- [User](../../user_models/variables/user_models.User/page.mdx)
|
||||
|
||||
@@ -9,8 +9,6 @@ import { TypeList } from "docs-ui"
|
||||
- [PaymentCollectionStatus](../../utils/enums/utils.PaymentCollectionStatus/page.mdx)
|
||||
- [PaymentSessionStatus](../../utils/enums/utils.PaymentSessionStatus/page.mdx)
|
||||
- [PaymentWebhookEvents](../../utils/enums/utils.PaymentWebhookEvents/page.mdx)
|
||||
- [PriceListStatus](../../utils/enums/utils.PriceListStatus/page.mdx)
|
||||
- [PriceListType](../../utils/enums/utils.PriceListType/page.mdx)
|
||||
|
||||
## Interfaces
|
||||
|
||||
@@ -26,6 +24,7 @@ import { TypeList } from "docs-ui"
|
||||
- [InventoryUtils](../../utils/utils.InventoryUtils/page.mdx)
|
||||
- [LinkUtils](../../utils/utils.LinkUtils/page.mdx)
|
||||
- [OrderUtils](../../utils/utils.OrderUtils/page.mdx)
|
||||
- [PricingUtils](../../utils/utils.PricingUtils/page.mdx)
|
||||
- [ProductUtils](../../utils/utils.ProductUtils/page.mdx)
|
||||
- [PromotionUtils](../../utils/utils.PromotionUtils/page.mdx)
|
||||
- [ShippingProfileUtils](../../utils/utils.ShippingProfileUtils/page.mdx)
|
||||
@@ -37,7 +36,6 @@ import { TypeList } from "docs-ui"
|
||||
- [MedusaModuleType](page.mdx#medusamoduletype)
|
||||
- [NotificationEvents](page.mdx#notificationevents)
|
||||
- [PaymentEvents](page.mdx#paymentevents)
|
||||
- [PricingEvents](page.mdx#pricingevents)
|
||||
|
||||
___
|
||||
|
||||
@@ -62,7 +60,3 @@ ___
|
||||
#### 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/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="PaymentEvents"/>
|
||||
|
||||
### PricingEvents
|
||||
|
||||
`Const` **PricingEvents**: ReturnType<["priceListRule", "priceList", "priceRule", "priceSet", "price"]>
|
||||
|
||||
Reference in New Issue
Block a user