// @generated — do not edit import { permissions } from "../lib/permissions.generated"; import { run } from "./updateInventorySupplyPlan"; import { defineCommand } from "@tailor-platform/erp-kit/core"; export const updateInventorySupplyPlan = defineCommand("updateInventorySupplyPlan", permissions.supplyPlan.updateInventorySupplyPlan, run);