docs: generate references manually (#10438)
This commit is contained in:
+4
@@ -67,3 +67,7 @@ import { TypeList } from "docs-ui"
|
||||
### TRANSFER\_CUSTOMER
|
||||
|
||||
**TRANSFER\_CUSTOMER** = `"TRANSFER_CUSTOMER"`
|
||||
|
||||
### UPDATE\_ORDER\_PROPERTIES
|
||||
|
||||
**UPDATE\_ORDER\_PROPERTIES** = `"UPDATE_ORDER_PROPERTIES"`
|
||||
|
||||
+25
@@ -0,0 +1,25 @@
|
||||
import { TypeList } from "docs-ui"
|
||||
|
||||
# PricingRuleOperator
|
||||
|
||||
## Enumeration Members
|
||||
|
||||
### GTE
|
||||
|
||||
**GTE** = `"gte"`
|
||||
|
||||
### LTE
|
||||
|
||||
**LTE** = `"lte"`
|
||||
|
||||
### GT
|
||||
|
||||
**GT** = `"gt"`
|
||||
|
||||
### LT
|
||||
|
||||
**LT** = `"lt"`
|
||||
|
||||
### EQ
|
||||
|
||||
**EQ** = `"eq"`
|
||||
@@ -60,7 +60,7 @@ import { TypeList } from "docs-ui"
|
||||
|
||||
#### Properties
|
||||
|
||||
<TypeList types={[{"name":"PLACED","type":"`string`","description":"","optional":false,"defaultValue":"\"order.placed\"","expandable":false,"children":[]},{"name":"CANCELED","type":"`string`","description":"","optional":false,"defaultValue":"\"order.canceled\"","expandable":false,"children":[]},{"name":"COMPLETED","type":"`string`","description":"","optional":false,"defaultValue":"\"order.completed\"","expandable":false,"children":[]},{"name":"ARCHIVED","type":"`string`","description":"","optional":false,"defaultValue":"\"order.archived\"","expandable":false,"children":[]},{"name":"FULFILLMENT_CREATED","type":"`string`","description":"","optional":false,"defaultValue":"\"order.fulfillment_created\"","expandable":false,"children":[]},{"name":"FULFILLMENT_CANCELED","type":"`string`","description":"","optional":false,"defaultValue":"\"order.fulfillment_canceled\"","expandable":false,"children":[]},{"name":"RETURN_REQUESTED","type":"`string`","description":"","optional":false,"defaultValue":"\"order.return_requested\"","expandable":false,"children":[]},{"name":"RETURN_RECEIVED","type":"`string`","description":"","optional":false,"defaultValue":"\"order.return_received\"","expandable":false,"children":[]},{"name":"CLAIM_CREATED","type":"`string`","description":"","optional":false,"defaultValue":"\"order.claim_created\"","expandable":false,"children":[]},{"name":"EXCHANGE_CREATED","type":"`string`","description":"","optional":false,"defaultValue":"\"order.exchange_created\"","expandable":false,"children":[]},{"name":"TRANSFER_REQUESTED","type":"`string`","description":"","optional":false,"defaultValue":"\"order.transfer_requested\"","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="OrderWorkflowEvents"/>
|
||||
<TypeList types={[{"name":"UPDATED","type":"`string`","description":"","optional":false,"defaultValue":"\"order.updated\"","expandable":false,"children":[]},{"name":"PLACED","type":"`string`","description":"","optional":false,"defaultValue":"\"order.placed\"","expandable":false,"children":[]},{"name":"CANCELED","type":"`string`","description":"","optional":false,"defaultValue":"\"order.canceled\"","expandable":false,"children":[]},{"name":"COMPLETED","type":"`string`","description":"","optional":false,"defaultValue":"\"order.completed\"","expandable":false,"children":[]},{"name":"ARCHIVED","type":"`string`","description":"","optional":false,"defaultValue":"\"order.archived\"","expandable":false,"children":[]},{"name":"FULFILLMENT_CREATED","type":"`string`","description":"","optional":false,"defaultValue":"\"order.fulfillment_created\"","expandable":false,"children":[]},{"name":"FULFILLMENT_CANCELED","type":"`string`","description":"","optional":false,"defaultValue":"\"order.fulfillment_canceled\"","expandable":false,"children":[]},{"name":"RETURN_REQUESTED","type":"`string`","description":"","optional":false,"defaultValue":"\"order.return_requested\"","expandable":false,"children":[]},{"name":"RETURN_RECEIVED","type":"`string`","description":"","optional":false,"defaultValue":"\"order.return_received\"","expandable":false,"children":[]},{"name":"CLAIM_CREATED","type":"`string`","description":"","optional":false,"defaultValue":"\"order.claim_created\"","expandable":false,"children":[]},{"name":"EXCHANGE_CREATED","type":"`string`","description":"","optional":false,"defaultValue":"\"order.exchange_created\"","expandable":false,"children":[]},{"name":"TRANSFER_REQUESTED","type":"`string`","description":"","optional":false,"defaultValue":"\"order.transfer_requested\"","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="OrderWorkflowEvents"/>
|
||||
|
||||
### ProductCategoryWorkflowEvents
|
||||
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
import { TypeList } from "docs-ui"
|
||||
|
||||
# PricingUtils
|
||||
|
||||
## Enumerations
|
||||
|
||||
- [PriceListStatus](../PricingUtils/enums/utils.PricingUtils.PriceListStatus/page.mdx)
|
||||
- [PriceListType](../PricingUtils/enums/utils.PricingUtils.PriceListType/page.mdx)
|
||||
- [PricingRuleOperator](../PricingUtils/enums/utils.PricingUtils.PricingRuleOperator/page.mdx)
|
||||
|
||||
## Variables
|
||||
|
||||
- [PricingEvents](page.mdx#pricingevents)
|
||||
|
||||
___
|
||||
|
||||
## Variables
|
||||
|
||||
### PricingEvents
|
||||
|
||||
`Const` **PricingEvents**: ReturnType<["priceListRule", "priceList", "priceRule", "priceSet", "price"]>
|
||||
Reference in New Issue
Block a user