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
@@ -900,7 +900,7 @@ medusa.admin.orders
},
{
"name": "type",
"type": "``\"refund\"`` \\| ``\"replace\"``",
"type": "`\"refund\"` \\| `\"replace\"`",
"description": "The type of the Claim. This will determine how the Claim is treated: `replace` Claims will result in a Fulfillment with new items being created, while a `refund` Claim will refund the amount paid for the claimed items.",
"optional": false,
"defaultValue": "",
@@ -2040,7 +2040,7 @@ medusa.admin.orders
"children": [
{
"name": "AdminOrdersListRes",
"type": "[PaginatedResponse](../internal/interfaces/internal.PaginatedResponse.mdx) & `{ orders: [Order](../internal/classes/internal.Order.mdx)[] }`",
"type": "[PaginatedResponse](../internal/interfaces/internal.PaginatedResponse.mdx) & ``{ orders: [Order](../internal/classes/internal.Order.mdx)[] }``",
"description": "The list of orders with pagination fields.",
"optional": false,
"defaultValue": "",