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
@@ -57,7 +57,7 @@ A shipping option requirement defines conditions that a Cart must satisfy for th
},
{
"name": "amount",
"type": "``null`` \\| `number`",
"type": "`null` \\| `number`",
"description": "The amount to charge for shipping when the Shipping Option price type is `flat\\_rate`.",
"optional": false,
"defaultValue": "",
@@ -84,7 +84,7 @@ A shipping option requirement defines conditions that a Cart must satisfy for th
},
{
"name": "deleted_at",
"type": "``null`` \\| `Date`",
"type": "`null` \\| `Date`",
"description": "The date with timezone at which the resource was deleted.",
"optional": false,
"defaultValue": "",
@@ -239,7 +239,7 @@ A shipping option requirement defines conditions that a Cart must satisfy for th
"children": [
{
"name": "MAX_SUBTOTAL",
"type": "``\"max_subtotal\"``",
"type": "`\"max_subtotal\"`",
"description": "The shipping option can only be applied if the subtotal is less than the requirement's amont.",
"optional": true,
"defaultValue": "",
@@ -248,7 +248,7 @@ A shipping option requirement defines conditions that a Cart must satisfy for th
},
{
"name": "MIN_SUBTOTAL",
"type": "``\"min_subtotal\"``",
"type": "`\"min_subtotal\"`",
"description": "The shipping option can only be applied if the subtotal is greater than the requirement's amount.",
"optional": true,
"defaultValue": "",