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:
@@ -77,7 +77,7 @@ medusa.admin.shippingProfiles
|
||||
"children": [
|
||||
{
|
||||
"name": "CUSTOM",
|
||||
"type": "``\"custom\"``",
|
||||
"type": "`\"custom\"`",
|
||||
"description": "The profile used to ship custom items.",
|
||||
"optional": true,
|
||||
"defaultValue": "",
|
||||
@@ -86,7 +86,7 @@ medusa.admin.shippingProfiles
|
||||
},
|
||||
{
|
||||
"name": "DEFAULT",
|
||||
"type": "``\"default\"``",
|
||||
"type": "`\"default\"`",
|
||||
"description": "The default profile used to ship item.",
|
||||
"optional": true,
|
||||
"defaultValue": "",
|
||||
@@ -95,7 +95,7 @@ medusa.admin.shippingProfiles
|
||||
},
|
||||
{
|
||||
"name": "GIFT_CARD",
|
||||
"type": "``\"gift_card\"``",
|
||||
"type": "`\"gift_card\"`",
|
||||
"description": "The profile used to ship gift cards.",
|
||||
"optional": true,
|
||||
"defaultValue": "",
|
||||
@@ -155,7 +155,7 @@ medusa.admin.shippingProfiles
|
||||
},
|
||||
{
|
||||
"name": "deleted_at",
|
||||
"type": "``null`` \\| `Date`",
|
||||
"type": "`null` \\| `Date`",
|
||||
"description": "The date with timezone at which the resource was deleted.",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -386,7 +386,7 @@ medusa.admin.shippingProfiles.list().then(({ shipping_profiles }) => {
|
||||
},
|
||||
{
|
||||
"name": "deleted_at",
|
||||
"type": "``null`` \\| `Date`",
|
||||
"type": "`null` \\| `Date`",
|
||||
"description": "The date with timezone at which the resource was deleted.",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -544,7 +544,7 @@ medusa.admin.shippingProfiles
|
||||
},
|
||||
{
|
||||
"name": "deleted_at",
|
||||
"type": "``null`` \\| `Date`",
|
||||
"type": "`null` \\| `Date`",
|
||||
"description": "The date with timezone at which the resource was deleted.",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -709,7 +709,7 @@ medusa.admin.shippingProfiles
|
||||
"children": [
|
||||
{
|
||||
"name": "CUSTOM",
|
||||
"type": "``\"custom\"``",
|
||||
"type": "`\"custom\"`",
|
||||
"description": "The profile used to ship custom items.",
|
||||
"optional": true,
|
||||
"defaultValue": "",
|
||||
@@ -718,7 +718,7 @@ medusa.admin.shippingProfiles
|
||||
},
|
||||
{
|
||||
"name": "DEFAULT",
|
||||
"type": "``\"default\"``",
|
||||
"type": "`\"default\"`",
|
||||
"description": "The default profile used to ship item.",
|
||||
"optional": true,
|
||||
"defaultValue": "",
|
||||
@@ -727,7 +727,7 @@ medusa.admin.shippingProfiles
|
||||
},
|
||||
{
|
||||
"name": "GIFT_CARD",
|
||||
"type": "``\"gift_card\"``",
|
||||
"type": "`\"gift_card\"`",
|
||||
"description": "The profile used to ship gift cards.",
|
||||
"optional": true,
|
||||
"defaultValue": "",
|
||||
@@ -787,7 +787,7 @@ medusa.admin.shippingProfiles
|
||||
},
|
||||
{
|
||||
"name": "deleted_at",
|
||||
"type": "``null`` \\| `Date`",
|
||||
"type": "`null` \\| `Date`",
|
||||
"description": "The date with timezone at which the resource was deleted.",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
|
||||
Reference in New Issue
Block a user