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:
@@ -62,7 +62,7 @@ Provides layer to manipulate discount conditions.
|
||||
},
|
||||
{
|
||||
"name": "discountConditionRepository_",
|
||||
"type": "Repository<[DiscountCondition](DiscountCondition.mdx)> & `{ addConditionResources: Method addConditionResources ; canApplyForCustomer: Method canApplyForCustomer ; findOneWithDiscount: Method findOneWithDiscount ; getJoinTableResourceIdentifiers: Method getJoinTableResourceIdentifiers ; isValidForProduct: Method isValidForProduct ; queryConditionTable: Method queryConditionTable ; removeConditionResources: Method removeConditionResources }`",
|
||||
"type": "Repository<[DiscountCondition](DiscountCondition.mdx)> & ``{ addConditionResources: Method addConditionResources ; canApplyForCustomer: Method canApplyForCustomer ; findOneWithDiscount: Method findOneWithDiscount ; getJoinTableResourceIdentifiers: Method getJoinTableResourceIdentifiers ; isValidForProduct: Method isValidForProduct ; queryConditionTable: Method queryConditionTable ; removeConditionResources: Method removeConditionResources }``",
|
||||
"description": "",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -246,7 +246,7 @@ ___
|
||||
<ParameterTypes parameters={[
|
||||
{
|
||||
"name": "data",
|
||||
"type": "[Omit](../types/Omit.mdx)<[DiscountConditionInput](../types/DiscountConditionInput.mdx), `\"id\"`> & `{ id: string }`",
|
||||
"type": "[Omit](../types/Omit.mdx)<[DiscountConditionInput](../types/DiscountConditionInput.mdx), \"id\"> & ``{ id: string }``",
|
||||
"description": "",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -327,7 +327,7 @@ ___
|
||||
<ParameterTypes parameters={[
|
||||
{
|
||||
"name": "err",
|
||||
"type": "`Record<string, unknown>` \\| `{ code: string }`",
|
||||
"type": "`Record<string, unknown>` \\| ``{ code: string }``",
|
||||
"description": "",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -455,12 +455,12 @@ ___
|
||||
|
||||
#### Returns
|
||||
|
||||
`undefined` \| `{ resource_ids: (string \| { id: string })[] ; type: [DiscountConditionType](../enums/DiscountConditionType.mdx) }`
|
||||
`undefined` \| ``{ resource_ids: (string \| { id: string })[] ; type: [DiscountConditionType](../enums/DiscountConditionType.mdx) }``
|
||||
|
||||
<ParameterTypes parameters={[
|
||||
{
|
||||
"name": "undefined \\| { resource_ids: (string \\| { id: string })[] ; type: DiscountConditionType }",
|
||||
"type": "`undefined` \\| `{ resource_ids: (string \\| { id: string })[] ; type: [DiscountConditionType](../enums/DiscountConditionType.mdx) }`",
|
||||
"type": "`undefined` \\| ``{ resource_ids: (string \\| { id: string })[] ; type: [DiscountConditionType](../enums/DiscountConditionType.mdx) }``",
|
||||
"optional": true,
|
||||
"defaultValue": "",
|
||||
"description": "",
|
||||
|
||||
Reference in New Issue
Block a user