cc0259975b
CI / Lint & Typecheck (pull_request) Successful in 22s
CI / Test (pull_request) Successful in 23s
CI / Build (pull_request) Successful in 23s
CI / E2E Tests (pull_request) Failing after 3m25s
CI / Build & Push Docker Images (pull_request) Has been skipped
CI / Update Infra Image Tags (pull_request) Has been skipped
CI / Web E2E (Dev) (pull_request) Has been cancelled
CI / Deploy PR to groombook-dev (pull_request) Has been cancelled
Pet interface: added sizeCategory and coatType (nullable strings). Service interface: added defaultBufferMinutes. Appointment interface: added bufferMinutes. These fields are referenced by Book.tsx, cascade.ts, buffer.ts, appointment routes, and other type-annotated consuming code. Without them, any file that imports these interfaces and accesses the fields causes a TypeScript error. cc @cpfarhood Co-Authored-By: Flea Flicker <noreply@paperclip.ing>