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:
@@ -95,7 +95,7 @@ medusa.admin.paymentCollections
|
||||
},
|
||||
{
|
||||
"name": "object",
|
||||
"type": "``\"payment_collection\"``",
|
||||
"type": "`\"payment_collection\"`",
|
||||
"description": "The type of the object that was deleted.",
|
||||
"optional": false,
|
||||
"defaultValue": "payment_collection",
|
||||
@@ -188,7 +188,7 @@ medusa.admin.paymentCollections
|
||||
},
|
||||
{
|
||||
"name": "authorized_amount",
|
||||
"type": "``null`` \\| `number`",
|
||||
"type": "`null` \\| `number`",
|
||||
"description": "Authorized amount of the payment collection.",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -233,7 +233,7 @@ medusa.admin.paymentCollections
|
||||
},
|
||||
{
|
||||
"name": "deleted_at",
|
||||
"type": "``null`` \\| `Date`",
|
||||
"type": "`null` \\| `Date`",
|
||||
"description": "The date with timezone at which the resource was deleted.",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -242,7 +242,7 @@ medusa.admin.paymentCollections
|
||||
},
|
||||
{
|
||||
"name": "description",
|
||||
"type": "``null`` \\| `string`",
|
||||
"type": "`null` \\| `string`",
|
||||
"description": "Description of the payment collection",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -463,7 +463,7 @@ medusa.admin.paymentCollections
|
||||
},
|
||||
{
|
||||
"name": "authorized_amount",
|
||||
"type": "``null`` \\| `number`",
|
||||
"type": "`null` \\| `number`",
|
||||
"description": "Authorized amount of the payment collection.",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -508,7 +508,7 @@ medusa.admin.paymentCollections
|
||||
},
|
||||
{
|
||||
"name": "deleted_at",
|
||||
"type": "``null`` \\| `Date`",
|
||||
"type": "`null` \\| `Date`",
|
||||
"description": "The date with timezone at which the resource was deleted.",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -517,7 +517,7 @@ medusa.admin.paymentCollections
|
||||
},
|
||||
{
|
||||
"name": "description",
|
||||
"type": "``null`` \\| `string`",
|
||||
"type": "`null` \\| `string`",
|
||||
"description": "Description of the payment collection",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -723,7 +723,7 @@ medusa.admin.paymentCollections
|
||||
},
|
||||
{
|
||||
"name": "authorized_amount",
|
||||
"type": "``null`` \\| `number`",
|
||||
"type": "`null` \\| `number`",
|
||||
"description": "Authorized amount of the payment collection.",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -768,7 +768,7 @@ medusa.admin.paymentCollections
|
||||
},
|
||||
{
|
||||
"name": "deleted_at",
|
||||
"type": "``null`` \\| `Date`",
|
||||
"type": "`null` \\| `Date`",
|
||||
"description": "The date with timezone at which the resource was deleted.",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -777,7 +777,7 @@ medusa.admin.paymentCollections
|
||||
},
|
||||
{
|
||||
"name": "description",
|
||||
"type": "``null`` \\| `string`",
|
||||
"type": "`null` \\| `string`",
|
||||
"description": "Description of the payment collection",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
|
||||
Reference in New Issue
Block a user