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:
@@ -136,7 +136,7 @@ medusa.admin.taxRates
|
||||
"children": [
|
||||
{
|
||||
"name": "code",
|
||||
"type": "``null`` \\| `string`",
|
||||
"type": "`null` \\| `string`",
|
||||
"description": "A code to identify the tax type by",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -217,7 +217,7 @@ medusa.admin.taxRates
|
||||
},
|
||||
{
|
||||
"name": "rate",
|
||||
"type": "``null`` \\| `number`",
|
||||
"type": "`null` \\| `number`",
|
||||
"description": "The numeric rate to charge",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -397,7 +397,7 @@ medusa.admin.taxRates
|
||||
"children": [
|
||||
{
|
||||
"name": "code",
|
||||
"type": "``null`` \\| `string`",
|
||||
"type": "`null` \\| `string`",
|
||||
"description": "A code to identify the tax type by",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -478,7 +478,7 @@ medusa.admin.taxRates
|
||||
},
|
||||
{
|
||||
"name": "rate",
|
||||
"type": "``null`` \\| `number`",
|
||||
"type": "`null` \\| `number`",
|
||||
"description": "The numeric rate to charge",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -658,7 +658,7 @@ medusa.admin.taxRates
|
||||
"children": [
|
||||
{
|
||||
"name": "code",
|
||||
"type": "``null`` \\| `string`",
|
||||
"type": "`null` \\| `string`",
|
||||
"description": "A code to identify the tax type by",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -739,7 +739,7 @@ medusa.admin.taxRates
|
||||
},
|
||||
{
|
||||
"name": "rate",
|
||||
"type": "``null`` \\| `number`",
|
||||
"type": "`null` \\| `number`",
|
||||
"description": "The numeric rate to charge",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -871,7 +871,7 @@ medusa.admin.taxRates
|
||||
},
|
||||
{
|
||||
"name": "rate",
|
||||
"type": "``null`` \\| `number`",
|
||||
"type": "`null` \\| `number`",
|
||||
"description": "The numeric rate to charge.",
|
||||
"optional": true,
|
||||
"defaultValue": "",
|
||||
@@ -966,7 +966,7 @@ medusa.admin.taxRates
|
||||
"children": [
|
||||
{
|
||||
"name": "code",
|
||||
"type": "``null`` \\| `string`",
|
||||
"type": "`null` \\| `string`",
|
||||
"description": "A code to identify the tax type by",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -1047,7 +1047,7 @@ medusa.admin.taxRates
|
||||
},
|
||||
{
|
||||
"name": "rate",
|
||||
"type": "``null`` \\| `number`",
|
||||
"type": "`null` \\| `number`",
|
||||
"description": "The numeric rate to charge",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -1349,7 +1349,7 @@ medusa.admin.taxRates
|
||||
"children": [
|
||||
{
|
||||
"name": "AdminTaxRatesListRes",
|
||||
"type": "[PaginatedResponse](../internal/interfaces/internal.PaginatedResponse.mdx) & `{ tax_rates: [TaxRate](../internal/classes/internal.TaxRate.mdx)[] }`",
|
||||
"type": "[PaginatedResponse](../internal/interfaces/internal.PaginatedResponse.mdx) & ``{ tax_rates: [TaxRate](../internal/classes/internal.TaxRate.mdx)[] }``",
|
||||
"description": "The list of tax rates with pagination fields.",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -1392,7 +1392,7 @@ medusa.admin.taxRates
|
||||
"children": [
|
||||
{
|
||||
"name": "code",
|
||||
"type": "``null`` \\| `string`",
|
||||
"type": "`null` \\| `string`",
|
||||
"description": "A code to identify the tax type by",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -1473,7 +1473,7 @@ medusa.admin.taxRates
|
||||
},
|
||||
{
|
||||
"name": "rate",
|
||||
"type": "``null`` \\| `number`",
|
||||
"type": "`null` \\| `number`",
|
||||
"description": "The numeric rate to charge",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -1653,7 +1653,7 @@ medusa.admin.taxRates
|
||||
"children": [
|
||||
{
|
||||
"name": "code",
|
||||
"type": "``null`` \\| `string`",
|
||||
"type": "`null` \\| `string`",
|
||||
"description": "A code to identify the tax type by",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -1734,7 +1734,7 @@ medusa.admin.taxRates
|
||||
},
|
||||
{
|
||||
"name": "rate",
|
||||
"type": "``null`` \\| `number`",
|
||||
"type": "`null` \\| `number`",
|
||||
"description": "The numeric rate to charge",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -1914,7 +1914,7 @@ medusa.admin.taxRates
|
||||
"children": [
|
||||
{
|
||||
"name": "code",
|
||||
"type": "``null`` \\| `string`",
|
||||
"type": "`null` \\| `string`",
|
||||
"description": "A code to identify the tax type by",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -1995,7 +1995,7 @@ medusa.admin.taxRates
|
||||
},
|
||||
{
|
||||
"name": "rate",
|
||||
"type": "``null`` \\| `number`",
|
||||
"type": "`null` \\| `number`",
|
||||
"description": "The numeric rate to charge",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -2175,7 +2175,7 @@ medusa.admin.taxRates
|
||||
"children": [
|
||||
{
|
||||
"name": "code",
|
||||
"type": "``null`` \\| `string`",
|
||||
"type": "`null` \\| `string`",
|
||||
"description": "A code to identify the tax type by",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -2256,7 +2256,7 @@ medusa.admin.taxRates
|
||||
},
|
||||
{
|
||||
"name": "rate",
|
||||
"type": "``null`` \\| `number`",
|
||||
"type": "`null` \\| `number`",
|
||||
"description": "The numeric rate to charge",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -2430,7 +2430,7 @@ medusa.admin.taxRates
|
||||
"children": [
|
||||
{
|
||||
"name": "code",
|
||||
"type": "``null`` \\| `string`",
|
||||
"type": "`null` \\| `string`",
|
||||
"description": "A code to identify the tax type by",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -2511,7 +2511,7 @@ medusa.admin.taxRates
|
||||
},
|
||||
{
|
||||
"name": "rate",
|
||||
"type": "``null`` \\| `number`",
|
||||
"type": "`null` \\| `number`",
|
||||
"description": "The numeric rate to charge",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -2650,7 +2650,7 @@ medusa.admin.taxRates
|
||||
},
|
||||
{
|
||||
"name": "rate",
|
||||
"type": "``null`` \\| `number`",
|
||||
"type": "`null` \\| `number`",
|
||||
"description": "The numeric rate to charge.",
|
||||
"optional": true,
|
||||
"defaultValue": "",
|
||||
@@ -2745,7 +2745,7 @@ medusa.admin.taxRates
|
||||
"children": [
|
||||
{
|
||||
"name": "code",
|
||||
"type": "``null`` \\| `string`",
|
||||
"type": "`null` \\| `string`",
|
||||
"description": "A code to identify the tax type by",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -2826,7 +2826,7 @@ medusa.admin.taxRates
|
||||
},
|
||||
{
|
||||
"name": "rate",
|
||||
"type": "``null`` \\| `number`",
|
||||
"type": "`null` \\| `number`",
|
||||
"description": "The numeric rate to charge",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
|
||||
Reference in New Issue
Block a user