- Implemented complex member and invitation schemas using Zod for validation. - Created new API endpoints for inviting, accepting, revoking, and canceling complex user invitations. - Developed handlers for managing complex users, including listing, inviting, revoking, and canceling invitations. - Added frontend components for displaying and managing complex users and invitations. - Introduced session storage management for pending invitations. - Integrated Gravatar for user avatars based on email. - Created database migration for complex invitations table.
26 lines
937 B
TypeScript
26 lines
937 B
TypeScript
|
|
/* !!! This is code generated by Prisma. Do not edit directly. !!! */
|
|
/* eslint-disable */
|
|
// biome-ignore-all lint: generated file
|
|
// @ts-nocheck
|
|
/*
|
|
* This is a barrel export file for all models and their related types.
|
|
*
|
|
* 🟢 You can import this file directly.
|
|
*/
|
|
export type * from './models/User'
|
|
export type * from './models/Session'
|
|
export type * from './models/Account'
|
|
export type * from './models/Verification'
|
|
export type * from './models/Complex'
|
|
export type * from './models/ComplexUser'
|
|
export type * from './models/ComplexInvitation'
|
|
export type * from './models/Sport'
|
|
export type * from './models/Court'
|
|
export type * from './models/CourtAvailability'
|
|
export type * from './models/CourtPriceRule'
|
|
export type * from './models/CourtBooking'
|
|
export type * from './models/OnboardingRequest'
|
|
export type * from './models/PasswordResetRequest'
|
|
export type * from './models/Plan'
|
|
export type * from './commonInputTypes' |