
> venue-owner-web@0.0.1 typecheck E:\bms-monorepo\apps\venue-owner-web
> tsc --noEmit

components/venues/settings/PartialPaymentSettings.tsx(43,23): error TS2339: Property 'updatePaymentSettings' does not exist on type '{ getVenues: () => Promise<{ id: string; name: string; slug: string; state: "DRAFT" | "PREVIEW" | "SUBMITTED_FOR_REVIEW" | "UNDER_REVIEW" | "CHANGES_REQUESTED" | "APPROVED_PREVIEW" | "PAYMENT_PENDING" | "LIVE" | "PAUSED" | "SUSPENDED" | "DELETED"; ... 8 more ...; currency?: string | undefined; }[]>; ... 7 more ...; ...'.
components/venues/settings/PaymentSetupDialog.tsx(60,13): error TS2304: Cannot find name 'VenueManagementApi'.
components/venues/settings/RevenueGoalSettings.tsx(21,36): error TS2307: Cannot find module '@/lib/venue-management' or its corresponding type declarations.
components/venues/wizard/BasicInfoStep.tsx(15,37): error TS2307: Cannot find module '@/lib/venue-management' or its corresponding type declarations.
components/venues/wizard/FacilitiesStep.tsx(15,37): error TS2307: Cannot find module '@/lib/venue-management' or its corresponding type declarations.
components/venues/wizard/FacilitiesStep.tsx(48,23): error TS7006: Parameter 's' implicitly has an 'any' type.
components/venues/wizard/FacilitiesStep.tsx(59,26): error TS7006: Parameter 'a' implicitly has an 'any' type.
components/venues/wizard/OperatingHoursStep.tsx(20,50): error TS2307: Cannot find module '@/lib/venue-management' or its corresponding type declarations.
components/venues/wizard/PhotosStep.tsx(13,70): error TS2307: Cannot find module '@/lib/venue-management' or its corresponding type declarations.
components/venues/wizard/PhotosStep.tsx(193,42): error TS7006: Parameter 'p' implicitly has an 'any' type.
components/venues/wizard/PhotosStep.tsx(194,42): error TS7006: Parameter 'p' implicitly has an 'any' type.
components/venues/wizard/PhotosStep.tsx(200,9): error TS2698: Spread types may only be created from object types.
components/venues/wizard/PhotosStep.tsx(218,35): error TS7006: Parameter 'p' implicitly has an 'any' type.
components/venues/wizard/PhotosStep.tsx(220,45): error TS7006: Parameter 'p' implicitly has an 'any' type.
components/venues/wizard/PhotosStep.tsx(230,32): error TS7006: Parameter 'p' implicitly has an 'any' type.
components/venues/wizard/PhotosStep.tsx(337,39): error TS7006: Parameter 'p' implicitly has an 'any' type.
components/venues/wizard/PhotosStep.tsx(341,38): error TS7006: Parameter 'photo' implicitly has an 'any' type.
components/venues/wizard/PhotosStep.tsx(341,45): error TS7006: Parameter 'index' implicitly has an 'any' type.
components/venues/wizard/ReviewStep.tsx(31,36): error TS2307: Cannot find module '@/lib/venue-management' or its corresponding type declarations.
components/venues/wizard/ReviewStep.tsx(32,37): error TS2307: Cannot find module '@/lib/venue-management' or its corresponding type declarations.
components/venues/wizard/ReviewStep.tsx(115,42): error TS7006: Parameter 'p' implicitly has an 'any' type.
components/venues/wizard/ReviewStep.tsx(124,37): error TS7006: Parameter 's' implicitly has an 'any' type.
components/venues/wizard/ReviewStep.tsx(128,38): error TS18046: 'schedule' is of type 'unknown'.
components/venues/wizard/ReviewStep.tsx(131,19): error TS18046: 'schedule' is of type 'unknown'.
components/venues/wizard/ReviewStep.tsx(132,20): error TS18046: 'schedule' is of type 'unknown'.
components/venues/wizard/ReviewStep.tsx(209,51): error TS7006: Parameter 's' implicitly has an 'any' type.
components/venues/wizard/ReviewStep.tsx(248,83): error TS18046: 'h' is of type 'unknown'.
components/venues/wizard/ReviewStep.tsx(296,47): error TS7006: Parameter 'a' implicitly has an 'any' type.
features/venues/mappers/venue.mapper.ts(3,28): error TS2307: Cannot find module '@/lib/venue-management/types' or its corresponding type declarations.
features/venues/types/viewmodel.ts(1,28): error TS2307: Cannot find module '@/lib/venue-management/types' or its corresponding type declarations.
hooks/useSlotManagement.ts(145,38): error TS2339: Property 'updatePattern' does not exist on type '{ getCourts: (venueId: string) => Promise<{ id: string; name: string; basePrice: number; currency: string; venueId: string; updatedAt: string; createdAt: string; isActive: boolean; description?: string | undefined; surfaceType?: string | undefined; dimensions?: { ...; } | undefined; capacity?: number | undefined; }[...'.
hooks/useSlotManagement.ts(156,22): error TS2339: Property 'deletePattern' does not exist on type '{ getCourts: (venueId: string) => Promise<{ id: string; name: string; basePrice: number; currency: string; venueId: string; updatedAt: string; createdAt: string; isActive: boolean; description?: string | undefined; surfaceType?: string | undefined; dimensions?: { ...; } | undefined; capacity?: number | undefined; }[...'.
GELIFECYCLEG Command failed with exit code 1.
