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:
@@ -89,7 +89,7 @@ Provides layer to manipulate profiles.
|
||||
},
|
||||
{
|
||||
"name": "productRepository_",
|
||||
"type": "Repository<[Product](Product.mdx)> & `{ _applyCategoriesQuery: Method \\_applyCategoriesQuery ; _findWithRelations: Method \\_findWithRelations ; bulkAddToCollection: Method bulkAddToCollection ; bulkRemoveFromCollection: Method bulkRemoveFromCollection ; findOneWithRelations: Method findOneWithRelations ; findWithRelations: Method findWithRelations ; findWithRelationsAndCount: Method findWithRelationsAndCount ; getCategoryIdsFromInput: Method getCategoryIdsFromInput ; getCategoryIdsRecursively: Method getCategoryIdsRecursively ; getFreeTextSearchResultsAndCount: Method getFreeTextSearchResultsAndCount ; isProductInSalesChannels: Method isProductInSalesChannels ; queryProducts: Method queryProducts ; queryProductsWithIds: Method queryProductsWithIds }`",
|
||||
"type": "Repository<[Product](Product.mdx)> & ``{ _applyCategoriesQuery: Method _applyCategoriesQuery ; _findWithRelations: Method _findWithRelations ; bulkAddToCollection: Method bulkAddToCollection ; bulkRemoveFromCollection: Method bulkRemoveFromCollection ; findOneWithRelations: Method findOneWithRelations ; findWithRelations: Method findWithRelations ; findWithRelationsAndCount: Method findWithRelationsAndCount ; getCategoryIdsFromInput: Method getCategoryIdsFromInput ; getCategoryIdsRecursively: Method getCategoryIdsRecursively ; getFreeTextSearchResultsAndCount: Method getFreeTextSearchResultsAndCount ; isProductInSalesChannels: Method isProductInSalesChannels ; queryProducts: Method queryProducts ; queryProductsWithIds: Method queryProductsWithIds }``",
|
||||
"description": "",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -116,7 +116,7 @@ Provides layer to manipulate profiles.
|
||||
},
|
||||
{
|
||||
"name": "shippingProfileRepository_",
|
||||
"type": "Repository<[ShippingProfile](ShippingProfile.mdx)> & `{ findByProducts: Method findByProducts }`",
|
||||
"type": "Repository<[ShippingProfile](ShippingProfile.mdx)> & ``{ findByProducts: Method findByProducts }``",
|
||||
"description": "",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -675,7 +675,7 @@ Removes a product or an array of products from the profile.
|
||||
<ParameterTypes parameters={[
|
||||
{
|
||||
"name": "profileId",
|
||||
"type": "``null`` \\| `string`",
|
||||
"type": "`null` \\| `string`",
|
||||
"description": "the profile to add the products to.",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -761,16 +761,16 @@ ___
|
||||
|
||||
### retrieveDefault
|
||||
|
||||
`**retrieveDefault**(): Promise<`null` \| [ShippingProfile](ShippingProfile.mdx)>`
|
||||
`**retrieveDefault**(): Promise<null \| [ShippingProfile](ShippingProfile.mdx)>`
|
||||
|
||||
#### Returns
|
||||
|
||||
Promise<`null` \| [ShippingProfile](ShippingProfile.mdx)>
|
||||
Promise<null \| [ShippingProfile](ShippingProfile.mdx)>
|
||||
|
||||
<ParameterTypes parameters={[
|
||||
{
|
||||
"name": "Promise",
|
||||
"type": "Promise<`null` \\| [ShippingProfile](ShippingProfile.mdx)>",
|
||||
"type": "Promise<null \\| [ShippingProfile](ShippingProfile.mdx)>",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
"description": "",
|
||||
@@ -819,18 +819,18 @@ ___
|
||||
|
||||
### retrieveGiftCardDefault
|
||||
|
||||
`**retrieveGiftCardDefault**(): Promise<`null` \| [ShippingProfile](ShippingProfile.mdx)>`
|
||||
`**retrieveGiftCardDefault**(): Promise<null \| [ShippingProfile](ShippingProfile.mdx)>`
|
||||
|
||||
Retrieves the default gift card profile
|
||||
|
||||
#### Returns
|
||||
|
||||
Promise<`null` \| [ShippingProfile](ShippingProfile.mdx)>
|
||||
Promise<null \| [ShippingProfile](ShippingProfile.mdx)>
|
||||
|
||||
<ParameterTypes parameters={[
|
||||
{
|
||||
"name": "Promise",
|
||||
"type": "Promise<`null` \\| [ShippingProfile](ShippingProfile.mdx)>",
|
||||
"type": "Promise<null \\| [ShippingProfile](ShippingProfile.mdx)>",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
"description": "the shipping profile for gift cards",
|
||||
@@ -850,7 +850,7 @@ ___
|
||||
<ParameterTypes parameters={[
|
||||
{
|
||||
"name": "err",
|
||||
"type": "`Record<string, unknown>` \\| `{ code: string }`",
|
||||
"type": "`Record<string, unknown>` \\| ``{ code: string }``",
|
||||
"description": "",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
|
||||
Reference in New Issue
Block a user