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:
@@ -331,7 +331,7 @@ medusa.admin.payments
|
||||
"children": [
|
||||
{
|
||||
"name": "CLAIM",
|
||||
"type": "``\"claim\"``",
|
||||
"type": "`\"claim\"`",
|
||||
"description": "The refund is applied because of a created claim.",
|
||||
"optional": true,
|
||||
"defaultValue": "",
|
||||
@@ -340,7 +340,7 @@ medusa.admin.payments
|
||||
},
|
||||
{
|
||||
"name": "DISCOUNT",
|
||||
"type": "``\"discount\"``",
|
||||
"type": "`\"discount\"`",
|
||||
"description": "The refund is applied as a discount.",
|
||||
"optional": true,
|
||||
"defaultValue": "",
|
||||
@@ -349,7 +349,7 @@ medusa.admin.payments
|
||||
},
|
||||
{
|
||||
"name": "OTHER",
|
||||
"type": "``\"other\"``",
|
||||
"type": "`\"other\"`",
|
||||
"description": "The refund is created for a custom reason.",
|
||||
"optional": true,
|
||||
"defaultValue": "",
|
||||
@@ -358,7 +358,7 @@ medusa.admin.payments
|
||||
},
|
||||
{
|
||||
"name": "RETURN",
|
||||
"type": "``\"return\"``",
|
||||
"type": "`\"return\"`",
|
||||
"description": "The refund is applied because of a created return.",
|
||||
"optional": true,
|
||||
"defaultValue": "",
|
||||
@@ -367,7 +367,7 @@ medusa.admin.payments
|
||||
},
|
||||
{
|
||||
"name": "SWAP",
|
||||
"type": "``\"swap\"``",
|
||||
"type": "`\"swap\"`",
|
||||
"description": "The refund is applied because of a created swap.",
|
||||
"optional": true,
|
||||
"defaultValue": "",
|
||||
|
||||
Reference in New Issue
Block a user