chore: fix version number in tsdocs (#10856)
This commit is contained in:
@@ -112,7 +112,7 @@ export interface MedusaRequest<
|
|||||||
/**
|
/**
|
||||||
* An object containing fields and variables to be used with the remoteQuery
|
* An object containing fields and variables to be used with the remoteQuery
|
||||||
*
|
*
|
||||||
* @version 2.1.4
|
* @version 2.2.0
|
||||||
*/
|
*/
|
||||||
queryConfig: {
|
queryConfig: {
|
||||||
fields: string[]
|
fields: string[]
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ declare module "@medusajs/types" {
|
|||||||
*/
|
*/
|
||||||
[ContainerRegistrationKeys.REMOTE_LINK]: Link
|
[ContainerRegistrationKeys.REMOTE_LINK]: Link
|
||||||
/**
|
/**
|
||||||
* @version 2.1.4
|
* @version 2.2.0
|
||||||
*/
|
*/
|
||||||
[ContainerRegistrationKeys.LINK]: Link
|
[ContainerRegistrationKeys.LINK]: Link
|
||||||
[ContainerRegistrationKeys.CONFIG_MODULE]: ConfigModule
|
[ContainerRegistrationKeys.CONFIG_MODULE]: ConfigModule
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ export const ContainerRegistrationKeys = {
|
|||||||
*/
|
*/
|
||||||
REMOTE_LINK: "remoteLink",
|
REMOTE_LINK: "remoteLink",
|
||||||
/**
|
/**
|
||||||
* @version 2.1.4
|
* @version 2.2.0
|
||||||
*/
|
*/
|
||||||
LINK: "link",
|
LINK: "link",
|
||||||
FEATURE_FLAG_ROUTER: "featureFlagRouter",
|
FEATURE_FLAG_ROUTER: "featureFlagRouter",
|
||||||
|
|||||||
Reference in New Issue
Block a user