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

View File

@@ -112,7 +112,7 @@ export interface MedusaRequest<
/**
* An object containing fields and variables to be used with the remoteQuery
*
* @version 2.1.4
* @version 2.2.0
*/
queryConfig: {
fields: string[]

View File

@@ -40,7 +40,7 @@ declare module "@medusajs/types" {
*/
[ContainerRegistrationKeys.REMOTE_LINK]: Link
/**
* @version 2.1.4
* @version 2.2.0
*/
[ContainerRegistrationKeys.LINK]: Link
[ContainerRegistrationKeys.CONFIG_MODULE]: ConfigModule

View File

@@ -10,7 +10,7 @@ export const ContainerRegistrationKeys = {
*/
REMOTE_LINK: "remoteLink",
/**
* @version 2.1.4
* @version 2.2.0
*/
LINK: "link",
FEATURE_FLAG_ROUTER: "featureFlagRouter",