chore: fix version number in tsdocs (#10856)

This commit is contained in:
Shahed Nasser
2025-01-07 10:52:44 +02:00
committed by GitHub
parent 4f897661eb
commit a989c50051
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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",