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

@@ -69,7 +69,7 @@ Provides layer to manipulate gift cards.
},
{
"name": "giftCardRepository_",
"type": "Repository<[GiftCard](GiftCard.mdx)> & `{ listGiftCardsAndCount: Method listGiftCardsAndCount }`",
"type": "Repository<[GiftCard](GiftCard.mdx)> & ``{ listGiftCardsAndCount: Method listGiftCardsAndCount }``",
"description": "",
"optional": false,
"defaultValue": "",
@@ -583,7 +583,7 @@ ___
<ParameterTypes parameters={[
{
"name": "err",
"type": "`Record<string, unknown>` \\| `&#123; code: string &#125;`",
"type": "`Record<string, unknown>` \\| ``{ code: string }``",
"description": "",
"optional": false,
"defaultValue": "",
@@ -719,7 +719,7 @@ ___
### resolveTaxRate
`Static Protected **resolveTaxRate**(giftCardTaxRate, region): `null` \| number`
`Static Protected **resolveTaxRate**(giftCardTaxRate, region): null \| number`
The tax\_rate of the giftcard can depend on whether regions tax gift cards, an input
provided by the user or the tax rate. Based on these conditions, tax\_rate changes.
@@ -729,7 +729,7 @@ provided by the user or the tax rate. Based on these conditions, tax\_rate chang
<ParameterTypes parameters={[
{
"name": "giftCardTaxRate",
"type": "``null`` \\| `number`",
"type": "`null` \\| `number`",
"description": "",
"optional": false,
"defaultValue": "",
@@ -749,12 +749,12 @@ provided by the user or the tax rate. Based on these conditions, tax\_rate chang
#### Returns
``null`` \| `number`
`null` \| `number`
<ParameterTypes parameters={[
{
"name": "`null` \\| number",
"type": "``null`` \\| `number`",
"name": "null \\| number",
"type": "`null` \\| `number`",
"optional": true,
"defaultValue": "",
"description": "the tax rate for the gift card",