diff --git a/src/actions/wholesale/index.ts b/src/actions/wholesale/index.ts index f004db0..8f94ad2 100644 --- a/src/actions/wholesale/index.ts +++ b/src/actions/wholesale/index.ts @@ -9,7 +9,7 @@ * - deposits.ts — deposit recording + bulk actions * - notifications.ts — email/SMS notification queue * - webhooks.ts — outbound webhook settings + dispatch - * - scope.ts — brand-scoping helpers (resolveBrandId, enforceBrandScope) + * - scope.ts — internal brand-scoping helpers (NOT re-exported here) * - types.ts — shared type definitions * * Existing imports of `@/actions/wholesale` keep working. New code should @@ -28,8 +28,6 @@ export type { WebhookSettings, } from "./types"; -export { resolveBrandId, enforceBrandScope } from "./scope"; - export { getWholesaleOrders, getWholesalePickupOrders,