chore: Update modules deps (#9286)
This commit is contained in:
committed by
GitHub
parent
11d8264062
commit
e096feb7d5
@@ -8,7 +8,7 @@ import {
|
||||
MathBN,
|
||||
MedusaError,
|
||||
PromotionType,
|
||||
} from "@medusajs/utils"
|
||||
} from "@medusajs/framework/utils"
|
||||
import { Promotion } from "@models"
|
||||
import { CreateApplicationMethodDTO, UpdateApplicationMethodDTO } from "@types"
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ import {
|
||||
ApplicationMethodTargetTypeValues,
|
||||
PromotionRuleDTO,
|
||||
PromotionRuleOperatorValues,
|
||||
} from "@medusajs/types"
|
||||
} from "@medusajs/framework/types"
|
||||
import {
|
||||
ApplicationMethodTargetType,
|
||||
MedusaError,
|
||||
@@ -10,7 +10,7 @@ import {
|
||||
isPresent,
|
||||
isString,
|
||||
pickValueFromObject,
|
||||
} from "@medusajs/utils"
|
||||
} from "@medusajs/framework/utils"
|
||||
import { CreatePromotionRuleDTO } from "@types"
|
||||
|
||||
export function validatePromotionRuleAttributes(
|
||||
|
||||
Reference in New Issue
Block a user