docs: general fixes to references (#5653)
* fixed typedoc plugin's escape strategy * move props comments to the associated property * regenerate references
This commit is contained in:
@@ -6,20 +6,14 @@ import ParameterTypes from "@site/src/components/ParameterTypes"
|
||||
|
||||
# PriceListStatus
|
||||
|
||||
The status of a price list.
|
||||
|
||||
## Enumeration Members
|
||||
|
||||
### ACTIVE
|
||||
|
||||
**ACTIVE** = `"active"`
|
||||
|
||||
The price list is active, meaning its prices are applied to customers.
|
||||
|
||||
___
|
||||
|
||||
### DRAFT
|
||||
|
||||
**DRAFT** = `"draft"`
|
||||
|
||||
The price list is a draft, meaning its not yet applied to customers.
|
||||
|
||||
@@ -6,20 +6,14 @@ import ParameterTypes from "@site/src/components/ParameterTypes"
|
||||
|
||||
# PriceListType
|
||||
|
||||
The type of price list.
|
||||
|
||||
## Enumeration Members
|
||||
|
||||
### OVERRIDE
|
||||
|
||||
**OVERRIDE** = `"override"`
|
||||
|
||||
The price list is used to override original prices for specific conditions.
|
||||
|
||||
___
|
||||
|
||||
### SALE
|
||||
|
||||
**SALE** = `"sale"`
|
||||
|
||||
The price list is used for a sale.
|
||||
|
||||
Reference in New Issue
Block a user