cal.pub0.org/packages/features/bookings/lib
Julius Marminge 53748eb380
add an enum generator, stop importing from @prisma/client (#8548)
* add an enum generator and start importing from it

* keep moving imports

* fix remaining

* Header simplified

* Removed generated file from repo

* Updated .gitignore to exclude enums directory

* Add eslint rule to check for @prisma/client Prisma enum import

* Added another enum import + exclude PrismaClient

---------

Co-authored-by: Alex van Andel <me@alexvanandel.com>
2023-05-02 13:44:05 +02:00
..
book-event-form New Booker Component (preparations for booker atom) (#6792) 2023-04-24 16:32:30 +02:00
create-booking.ts New Booker Component (preparations for booker atom) (#6792) 2023-04-24 16:32:30 +02:00
create-recurring-booking.ts New Booker Component (preparations for booker atom) (#6792) 2023-04-24 16:32:30 +02:00
get-booking.ts New Booker Component (preparations for booker atom) (#6792) 2023-04-24 16:32:30 +02:00
getBookingFields.ts add an enum generator, stop importing from @prisma/client (#8548) 2023-05-02 13:44:05 +02:00
getBookingResponsesSchema.ts fix: ui and ux improvements in booking questions (#7734) 2023-04-06 08:17:53 +00:00
getCalEventResponses.ts Fix/send responses everywhere customInputs were being sent. (#7898) 2023-04-04 10:29:09 +05:30
getLocationOptionsForSelect.ts fix: ui and ux improvements in booking questions (#7734) 2023-04-06 08:17:53 +00:00
handleCancelBooking.ts add an enum generator, stop importing from @prisma/client (#8548) 2023-05-02 13:44:05 +02:00
handleConfirmation.ts add an enum generator, stop importing from @prisma/client (#8548) 2023-05-02 13:44:05 +02:00
handleNewBooking.ts add an enum generator, stop importing from @prisma/client (#8548) 2023-05-02 13:44:05 +02:00
index.ts New Booker Component (preparations for booker atom) (#6792) 2023-04-24 16:32:30 +02:00
timePreferences.ts New Booker Component (preparations for booker atom) (#6792) 2023-04-24 16:32:30 +02:00
useFilterQuery.tsx Feature/booking filters (#6099) 2022-12-22 12:35:01 +00:00