From 7f669b8c5f1c270f3822def30d7966c7f3f9a94d Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Thu, 12 Dec 2024 15:32:22 +0200 Subject: [PATCH] chore: small tsdoc update to dml float property. (#10576) --- packages/core/utils/src/dml/entity-builder.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/core/utils/src/dml/entity-builder.ts b/packages/core/utils/src/dml/entity-builder.ts index 95d7e5e658518..6b449dab9e4a6 100644 --- a/packages/core/utils/src/dml/entity-builder.ts +++ b/packages/core/utils/src/dml/entity-builder.ts @@ -253,6 +253,12 @@ export class EntityBuilder { /** * This method defines a float property that allows for * values with decimal places + * + * :::note + * + * This property is only available after Medusa v2.1.2. + * + * ::: * * @example * import { model } from "@medusajs/framework/utils"