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:
+18
-18
@@ -134,7 +134,7 @@ medusa.admin.publishableApiKeys
|
||||
},
|
||||
{
|
||||
"name": "created_by",
|
||||
"type": "``null`` \\| `string`",
|
||||
"type": "`null` \\| `string`",
|
||||
"description": "The unique identifier of the user that created the key.",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -161,7 +161,7 @@ medusa.admin.publishableApiKeys
|
||||
},
|
||||
{
|
||||
"name": "revoked_by",
|
||||
"type": "``null`` \\| `string`",
|
||||
"type": "`null` \\| `string`",
|
||||
"description": "The unique identifier of the user that revoked the key.",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -286,7 +286,7 @@ medusa.admin.publishableApiKeys
|
||||
},
|
||||
{
|
||||
"name": "created_by",
|
||||
"type": "``null`` \\| `string`",
|
||||
"type": "`null` \\| `string`",
|
||||
"description": "The unique identifier of the user that created the key.",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -313,7 +313,7 @@ medusa.admin.publishableApiKeys
|
||||
},
|
||||
{
|
||||
"name": "revoked_by",
|
||||
"type": "``null`` \\| `string`",
|
||||
"type": "`null` \\| `string`",
|
||||
"description": "The unique identifier of the user that revoked the key.",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -545,7 +545,7 @@ medusa.admin.publishableApiKeys
|
||||
},
|
||||
{
|
||||
"name": "created_by",
|
||||
"type": "``null`` \\| `string`",
|
||||
"type": "`null` \\| `string`",
|
||||
"description": "The unique identifier of the user that created the key.",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -572,7 +572,7 @@ medusa.admin.publishableApiKeys
|
||||
},
|
||||
{
|
||||
"name": "revoked_by",
|
||||
"type": "``null`` \\| `string`",
|
||||
"type": "`null` \\| `string`",
|
||||
"description": "The unique identifier of the user that revoked the key.",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -724,7 +724,7 @@ medusa.admin.publishableApiKeys
|
||||
"children": [
|
||||
{
|
||||
"name": "AdminPublishableApiKeysListRes",
|
||||
"type": "[PaginatedResponse](../internal/interfaces/internal.PaginatedResponse.mdx) & `{ publishable_api_keys: [PublishableApiKey](../internal/classes/internal.PublishableApiKey.mdx)[] }`",
|
||||
"type": "[PaginatedResponse](../internal/interfaces/internal.PaginatedResponse.mdx) & ``{ publishable_api_keys: [PublishableApiKey](../internal/classes/internal.PublishableApiKey.mdx)[] }``",
|
||||
"description": "The list of publishable API keys with pagination fields.",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -776,7 +776,7 @@ medusa.admin.publishableApiKeys
|
||||
},
|
||||
{
|
||||
"name": "created_by",
|
||||
"type": "``null`` \\| `string`",
|
||||
"type": "`null` \\| `string`",
|
||||
"description": "The unique identifier of the user that created the key.",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -803,7 +803,7 @@ medusa.admin.publishableApiKeys
|
||||
},
|
||||
{
|
||||
"name": "revoked_by",
|
||||
"type": "``null`` \\| `string`",
|
||||
"type": "`null` \\| `string`",
|
||||
"description": "The unique identifier of the user that revoked the key.",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -971,7 +971,7 @@ medusa.admin.publishableApiKeys
|
||||
},
|
||||
{
|
||||
"name": "deleted_at",
|
||||
"type": "``null`` \\| `Date`",
|
||||
"type": "`null` \\| `Date`",
|
||||
"description": "The date with timezone at which the resource was deleted.",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -980,7 +980,7 @@ medusa.admin.publishableApiKeys
|
||||
},
|
||||
{
|
||||
"name": "description",
|
||||
"type": "``null`` \\| `string`",
|
||||
"type": "`null` \\| `string`",
|
||||
"description": "The description of the sales channel.",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -1016,7 +1016,7 @@ medusa.admin.publishableApiKeys
|
||||
},
|
||||
{
|
||||
"name": "metadata",
|
||||
"type": "``null`` \\| `Record<string, unknown>`",
|
||||
"type": "`null` \\| `Record<string, unknown>`",
|
||||
"description": "An optional key-value map with additional details",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -1138,7 +1138,7 @@ medusa.admin.publishableApiKeys
|
||||
},
|
||||
{
|
||||
"name": "created_by",
|
||||
"type": "``null`` \\| `string`",
|
||||
"type": "`null` \\| `string`",
|
||||
"description": "The unique identifier of the user that created the key.",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -1165,7 +1165,7 @@ medusa.admin.publishableApiKeys
|
||||
},
|
||||
{
|
||||
"name": "revoked_by",
|
||||
"type": "``null`` \\| `string`",
|
||||
"type": "`null` \\| `string`",
|
||||
"description": "The unique identifier of the user that revoked the key.",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -1278,7 +1278,7 @@ medusa.admin.publishableApiKeys
|
||||
},
|
||||
{
|
||||
"name": "created_by",
|
||||
"type": "``null`` \\| `string`",
|
||||
"type": "`null` \\| `string`",
|
||||
"description": "The unique identifier of the user that created the key.",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -1305,7 +1305,7 @@ medusa.admin.publishableApiKeys
|
||||
},
|
||||
{
|
||||
"name": "revoked_by",
|
||||
"type": "``null`` \\| `string`",
|
||||
"type": "`null` \\| `string`",
|
||||
"description": "The unique identifier of the user that revoked the key.",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -1439,7 +1439,7 @@ medusa.admin.publishableApiKeys
|
||||
},
|
||||
{
|
||||
"name": "created_by",
|
||||
"type": "``null`` \\| `string`",
|
||||
"type": "`null` \\| `string`",
|
||||
"description": "The unique identifier of the user that created the key.",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -1466,7 +1466,7 @@ medusa.admin.publishableApiKeys
|
||||
},
|
||||
{
|
||||
"name": "revoked_by",
|
||||
"type": "``null`` \\| `string`",
|
||||
"type": "`null` \\| `string`",
|
||||
"description": "The unique identifier of the user that revoked the key.",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
|
||||
Reference in New Issue
Block a user