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:
Shahed Nasser
2023-11-17 19:36:58 +02:00
committed by GitHub
parent b3093c3e3d
commit c51dce164d
869 changed files with 15238 additions and 7267 deletions
@@ -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": "",