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

View File

@@ -362,7 +362,7 @@ medusa.admin.orderEdits
},
{
"name": "tax_total",
"type": "``null`` \\| `number`",
"type": "`null` \\| `number`",
"description": "The total of tax",
"optional": false,
"defaultValue": "",
@@ -698,7 +698,7 @@ medusa.admin.orderEdits.cancel(orderEditId).then(({ order_edit }) => {
},
{
"name": "tax_total",
"type": "``null`` \\| `number`",
"type": "`null` \\| `number`",
"description": "The total of tax",
"optional": false,
"defaultValue": "",
@@ -1034,7 +1034,7 @@ medusa.admin.orderEdits.confirm(orderEditId).then(({ order_edit }) => {
},
{
"name": "tax_total",
"type": "``null`` \\| `number`",
"type": "`null` \\| `number`",
"description": "The total of tax",
"optional": false,
"defaultValue": "",
@@ -1398,7 +1398,7 @@ medusa.admin.orderEdits.create({ orderId }).then(({ order_edit }) => {
},
{
"name": "tax_total",
"type": "``null`` \\| `number`",
"type": "`null` \\| `number`",
"description": "The total of tax",
"optional": false,
"defaultValue": "",
@@ -1603,7 +1603,7 @@ medusa.admin.orderEdits
},
{
"name": "object",
"type": "``\"item_change\"``",
"type": "`\"item_change\"`",
"description": "The type of the object that was deleted.",
"optional": false,
"defaultValue": "item_change",
@@ -1758,7 +1758,7 @@ medusa.admin.orderEdits
"children": [
{
"name": "AdminOrderEditsListRes",
"type": "[PaginatedResponse](../internal/interfaces/internal.PaginatedResponse.mdx) & `{ order_edits: [OrderEdit](../internal/classes/internal.OrderEdit.mdx)[] }`",
"type": "[PaginatedResponse](../internal/interfaces/internal.PaginatedResponse.mdx) & ``{ order_edits: [OrderEdit](../internal/classes/internal.OrderEdit.mdx)[] }``",
"description": "The list of order edits with pagination fields.",
"optional": false,
"defaultValue": "",
@@ -2035,7 +2035,7 @@ medusa.admin.orderEdits
},
{
"name": "tax_total",
"type": "``null`` \\| `number`",
"type": "`null` \\| `number`",
"description": "The total of tax",
"optional": false,
"defaultValue": "",
@@ -2383,7 +2383,7 @@ medusa.admin.orderEdits
},
{
"name": "tax_total",
"type": "``null`` \\| `number`",
"type": "`null` \\| `number`",
"description": "The total of tax",
"optional": false,
"defaultValue": "",
@@ -2721,7 +2721,7 @@ medusa.admin.orderEdits.requestConfirmation(orderEditId)
},
{
"name": "tax_total",
"type": "``null`` \\| `number`",
"type": "`null` \\| `number`",
"description": "The total of tax",
"optional": false,
"defaultValue": "",
@@ -3102,7 +3102,7 @@ medusa.admin.orderEdits
},
{
"name": "tax_total",
"type": "``null`` \\| `number`",
"type": "`null` \\| `number`",
"description": "The total of tax",
"optional": false,
"defaultValue": "",
@@ -3461,7 +3461,7 @@ medusa.admin.orderEdits
},
{
"name": "tax_total",
"type": "``null`` \\| `number`",
"type": "`null` \\| `number`",
"description": "The total of tax",
"optional": false,
"defaultValue": "",
@@ -3830,7 +3830,7 @@ medusa.admin.orderEdits
},
{
"name": "tax_total",
"type": "``null`` \\| `number`",
"type": "`null` \\| `number`",
"description": "The total of tax",
"optional": false,
"defaultValue": "",