
/* !!! This is code generated by Prisma. Do not edit directly. !!! */
/* eslint-disable */
// biome-ignore-all lint: generated file
// @ts-nocheck 
/*
 * This file exports the `time_slots` model and its related types.
 *
 * 🟢 You can import this file directly.
 */
import type * as runtime from "@prisma/client/runtime/library"
import type * as $Enums from "../enums"
import type * as Prisma from "../internal/prismaNamespace"

/**
 * Model time_slots
 * 
 */
export type time_slotsModel = runtime.Types.Result.DefaultSelection<Prisma.$time_slotsPayload>

export type AggregateTime_slots = {
  _count: Time_slotsCountAggregateOutputType | null
  _avg: Time_slotsAvgAggregateOutputType | null
  _sum: Time_slotsSumAggregateOutputType | null
  _min: Time_slotsMinAggregateOutputType | null
  _max: Time_slotsMaxAggregateOutputType | null
}

export type Time_slotsAvgAggregateOutputType = {
  id: number | null
  capacity: number | null
  booked_count: number | null
  master_session_id: number | null
}

export type Time_slotsSumAggregateOutputType = {
  id: number | null
  capacity: number | null
  booked_count: number | null
  master_session_id: number | null
}

export type Time_slotsMinAggregateOutputType = {
  id: number | null
  slot_date: Date | null
  start_time: string | null
  end_time: string | null
  capacity: number | null
  booked_count: number | null
  is_override: boolean | null
  master_session_id: number | null
  active_status: boolean | null
  created_at: Date | null
  updated_at: Date | null
}

export type Time_slotsMaxAggregateOutputType = {
  id: number | null
  slot_date: Date | null
  start_time: string | null
  end_time: string | null
  capacity: number | null
  booked_count: number | null
  is_override: boolean | null
  master_session_id: number | null
  active_status: boolean | null
  created_at: Date | null
  updated_at: Date | null
}

export type Time_slotsCountAggregateOutputType = {
  id: number
  slot_date: number
  start_time: number
  end_time: number
  capacity: number
  booked_count: number
  is_override: number
  master_session_id: number
  active_status: number
  created_at: number
  updated_at: number
  _all: number
}


export type Time_slotsAvgAggregateInputType = {
  id?: true
  capacity?: true
  booked_count?: true
  master_session_id?: true
}

export type Time_slotsSumAggregateInputType = {
  id?: true
  capacity?: true
  booked_count?: true
  master_session_id?: true
}

export type Time_slotsMinAggregateInputType = {
  id?: true
  slot_date?: true
  start_time?: true
  end_time?: true
  capacity?: true
  booked_count?: true
  is_override?: true
  master_session_id?: true
  active_status?: true
  created_at?: true
  updated_at?: true
}

export type Time_slotsMaxAggregateInputType = {
  id?: true
  slot_date?: true
  start_time?: true
  end_time?: true
  capacity?: true
  booked_count?: true
  is_override?: true
  master_session_id?: true
  active_status?: true
  created_at?: true
  updated_at?: true
}

export type Time_slotsCountAggregateInputType = {
  id?: true
  slot_date?: true
  start_time?: true
  end_time?: true
  capacity?: true
  booked_count?: true
  is_override?: true
  master_session_id?: true
  active_status?: true
  created_at?: true
  updated_at?: true
  _all?: true
}

export type Time_slotsAggregateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
  /**
   * Filter which time_slots to aggregate.
   */
  where?: Prisma.time_slotsWhereInput
  /**
   * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
   * 
   * Determine the order of time_slots to fetch.
   */
  orderBy?: Prisma.time_slotsOrderByWithRelationInput | Prisma.time_slotsOrderByWithRelationInput[]
  /**
   * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
   * 
   * Sets the start position
   */
  cursor?: Prisma.time_slotsWhereUniqueInput
  /**
   * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
   * 
   * Take `±n` time_slots from the position of the cursor.
   */
  take?: number
  /**
   * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
   * 
   * Skip the first `n` time_slots.
   */
  skip?: number
  /**
   * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
   * 
   * Count returned time_slots
  **/
  _count?: true | Time_slotsCountAggregateInputType
  /**
   * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
   * 
   * Select which fields to average
  **/
  _avg?: Time_slotsAvgAggregateInputType
  /**
   * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
   * 
   * Select which fields to sum
  **/
  _sum?: Time_slotsSumAggregateInputType
  /**
   * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
   * 
   * Select which fields to find the minimum value
  **/
  _min?: Time_slotsMinAggregateInputType
  /**
   * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
   * 
   * Select which fields to find the maximum value
  **/
  _max?: Time_slotsMaxAggregateInputType
}

export type GetTime_slotsAggregateType<T extends Time_slotsAggregateArgs> = {
      [P in keyof T & keyof AggregateTime_slots]: P extends '_count' | 'count'
    ? T[P] extends true
      ? number
      : Prisma.GetScalarType<T[P], AggregateTime_slots[P]>
    : Prisma.GetScalarType<T[P], AggregateTime_slots[P]>
}




export type time_slotsGroupByArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
  where?: Prisma.time_slotsWhereInput
  orderBy?: Prisma.time_slotsOrderByWithAggregationInput | Prisma.time_slotsOrderByWithAggregationInput[]
  by: Prisma.Time_slotsScalarFieldEnum[] | Prisma.Time_slotsScalarFieldEnum
  having?: Prisma.time_slotsScalarWhereWithAggregatesInput
  take?: number
  skip?: number
  _count?: Time_slotsCountAggregateInputType | true
  _avg?: Time_slotsAvgAggregateInputType
  _sum?: Time_slotsSumAggregateInputType
  _min?: Time_slotsMinAggregateInputType
  _max?: Time_slotsMaxAggregateInputType
}

export type Time_slotsGroupByOutputType = {
  id: number
  slot_date: Date
  start_time: string
  end_time: string
  capacity: number
  booked_count: number
  is_override: boolean | null
  master_session_id: number | null
  active_status: boolean | null
  created_at: Date | null
  updated_at: Date | null
  _count: Time_slotsCountAggregateOutputType | null
  _avg: Time_slotsAvgAggregateOutputType | null
  _sum: Time_slotsSumAggregateOutputType | null
  _min: Time_slotsMinAggregateOutputType | null
  _max: Time_slotsMaxAggregateOutputType | null
}

type GetTime_slotsGroupByPayload<T extends time_slotsGroupByArgs> = Prisma.PrismaPromise<
  Array<
    Prisma.PickEnumerable<Time_slotsGroupByOutputType, T['by']> &
      {
        [P in ((keyof T) & (keyof Time_slotsGroupByOutputType))]: P extends '_count'
          ? T[P] extends boolean
            ? number
            : Prisma.GetScalarType<T[P], Time_slotsGroupByOutputType[P]>
          : Prisma.GetScalarType<T[P], Time_slotsGroupByOutputType[P]>
      }
    >
  >



export type time_slotsWhereInput = {
  AND?: Prisma.time_slotsWhereInput | Prisma.time_slotsWhereInput[]
  OR?: Prisma.time_slotsWhereInput[]
  NOT?: Prisma.time_slotsWhereInput | Prisma.time_slotsWhereInput[]
  id?: Prisma.IntFilter<"time_slots"> | number
  slot_date?: Prisma.DateTimeFilter<"time_slots"> | Date | string
  start_time?: Prisma.StringFilter<"time_slots"> | string
  end_time?: Prisma.StringFilter<"time_slots"> | string
  capacity?: Prisma.IntFilter<"time_slots"> | number
  booked_count?: Prisma.IntFilter<"time_slots"> | number
  is_override?: Prisma.BoolNullableFilter<"time_slots"> | boolean | null
  master_session_id?: Prisma.IntNullableFilter<"time_slots"> | number | null
  active_status?: Prisma.BoolNullableFilter<"time_slots"> | boolean | null
  created_at?: Prisma.DateTimeNullableFilter<"time_slots"> | Date | string | null
  updated_at?: Prisma.DateTimeNullableFilter<"time_slots"> | Date | string | null
  schedule_bookings?: Prisma.Schedule_bookingsListRelationFilter
  master_time_slot_sessions?: Prisma.XOR<Prisma.Master_time_slot_sessionsNullableScalarRelationFilter, Prisma.master_time_slot_sessionsWhereInput> | null
}

export type time_slotsOrderByWithRelationInput = {
  id?: Prisma.SortOrder
  slot_date?: Prisma.SortOrder
  start_time?: Prisma.SortOrder
  end_time?: Prisma.SortOrder
  capacity?: Prisma.SortOrder
  booked_count?: Prisma.SortOrder
  is_override?: Prisma.SortOrderInput | Prisma.SortOrder
  master_session_id?: Prisma.SortOrderInput | Prisma.SortOrder
  active_status?: Prisma.SortOrderInput | Prisma.SortOrder
  created_at?: Prisma.SortOrderInput | Prisma.SortOrder
  updated_at?: Prisma.SortOrderInput | Prisma.SortOrder
  schedule_bookings?: Prisma.schedule_bookingsOrderByRelationAggregateInput
  master_time_slot_sessions?: Prisma.master_time_slot_sessionsOrderByWithRelationInput
}

export type time_slotsWhereUniqueInput = Prisma.AtLeast<{
  id?: number
  slot_date_start_time_end_time?: Prisma.time_slotsSlot_dateStart_timeEnd_timeCompoundUniqueInput
  AND?: Prisma.time_slotsWhereInput | Prisma.time_slotsWhereInput[]
  OR?: Prisma.time_slotsWhereInput[]
  NOT?: Prisma.time_slotsWhereInput | Prisma.time_slotsWhereInput[]
  slot_date?: Prisma.DateTimeFilter<"time_slots"> | Date | string
  start_time?: Prisma.StringFilter<"time_slots"> | string
  end_time?: Prisma.StringFilter<"time_slots"> | string
  capacity?: Prisma.IntFilter<"time_slots"> | number
  booked_count?: Prisma.IntFilter<"time_slots"> | number
  is_override?: Prisma.BoolNullableFilter<"time_slots"> | boolean | null
  master_session_id?: Prisma.IntNullableFilter<"time_slots"> | number | null
  active_status?: Prisma.BoolNullableFilter<"time_slots"> | boolean | null
  created_at?: Prisma.DateTimeNullableFilter<"time_slots"> | Date | string | null
  updated_at?: Prisma.DateTimeNullableFilter<"time_slots"> | Date | string | null
  schedule_bookings?: Prisma.Schedule_bookingsListRelationFilter
  master_time_slot_sessions?: Prisma.XOR<Prisma.Master_time_slot_sessionsNullableScalarRelationFilter, Prisma.master_time_slot_sessionsWhereInput> | null
}, "id" | "slot_date_start_time_end_time">

export type time_slotsOrderByWithAggregationInput = {
  id?: Prisma.SortOrder
  slot_date?: Prisma.SortOrder
  start_time?: Prisma.SortOrder
  end_time?: Prisma.SortOrder
  capacity?: Prisma.SortOrder
  booked_count?: Prisma.SortOrder
  is_override?: Prisma.SortOrderInput | Prisma.SortOrder
  master_session_id?: Prisma.SortOrderInput | Prisma.SortOrder
  active_status?: Prisma.SortOrderInput | Prisma.SortOrder
  created_at?: Prisma.SortOrderInput | Prisma.SortOrder
  updated_at?: Prisma.SortOrderInput | Prisma.SortOrder
  _count?: Prisma.time_slotsCountOrderByAggregateInput
  _avg?: Prisma.time_slotsAvgOrderByAggregateInput
  _max?: Prisma.time_slotsMaxOrderByAggregateInput
  _min?: Prisma.time_slotsMinOrderByAggregateInput
  _sum?: Prisma.time_slotsSumOrderByAggregateInput
}

export type time_slotsScalarWhereWithAggregatesInput = {
  AND?: Prisma.time_slotsScalarWhereWithAggregatesInput | Prisma.time_slotsScalarWhereWithAggregatesInput[]
  OR?: Prisma.time_slotsScalarWhereWithAggregatesInput[]
  NOT?: Prisma.time_slotsScalarWhereWithAggregatesInput | Prisma.time_slotsScalarWhereWithAggregatesInput[]
  id?: Prisma.IntWithAggregatesFilter<"time_slots"> | number
  slot_date?: Prisma.DateTimeWithAggregatesFilter<"time_slots"> | Date | string
  start_time?: Prisma.StringWithAggregatesFilter<"time_slots"> | string
  end_time?: Prisma.StringWithAggregatesFilter<"time_slots"> | string
  capacity?: Prisma.IntWithAggregatesFilter<"time_slots"> | number
  booked_count?: Prisma.IntWithAggregatesFilter<"time_slots"> | number
  is_override?: Prisma.BoolNullableWithAggregatesFilter<"time_slots"> | boolean | null
  master_session_id?: Prisma.IntNullableWithAggregatesFilter<"time_slots"> | number | null
  active_status?: Prisma.BoolNullableWithAggregatesFilter<"time_slots"> | boolean | null
  created_at?: Prisma.DateTimeNullableWithAggregatesFilter<"time_slots"> | Date | string | null
  updated_at?: Prisma.DateTimeNullableWithAggregatesFilter<"time_slots"> | Date | string | null
}

export type time_slotsCreateInput = {
  slot_date: Date | string
  start_time: string
  end_time: string
  capacity: number
  booked_count?: number
  is_override?: boolean | null
  active_status?: boolean | null
  created_at?: Date | string | null
  updated_at?: Date | string | null
  schedule_bookings?: Prisma.schedule_bookingsCreateNestedManyWithoutTime_slotsInput
  master_time_slot_sessions?: Prisma.master_time_slot_sessionsCreateNestedOneWithoutTime_slotsInput
}

export type time_slotsUncheckedCreateInput = {
  id?: number
  slot_date: Date | string
  start_time: string
  end_time: string
  capacity: number
  booked_count?: number
  is_override?: boolean | null
  master_session_id?: number | null
  active_status?: boolean | null
  created_at?: Date | string | null
  updated_at?: Date | string | null
  schedule_bookings?: Prisma.schedule_bookingsUncheckedCreateNestedManyWithoutTime_slotsInput
}

export type time_slotsUpdateInput = {
  slot_date?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
  start_time?: Prisma.StringFieldUpdateOperationsInput | string
  end_time?: Prisma.StringFieldUpdateOperationsInput | string
  capacity?: Prisma.IntFieldUpdateOperationsInput | number
  booked_count?: Prisma.IntFieldUpdateOperationsInput | number
  is_override?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
  active_status?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
  created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
  updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
  schedule_bookings?: Prisma.schedule_bookingsUpdateManyWithoutTime_slotsNestedInput
  master_time_slot_sessions?: Prisma.master_time_slot_sessionsUpdateOneWithoutTime_slotsNestedInput
}

export type time_slotsUncheckedUpdateInput = {
  id?: Prisma.IntFieldUpdateOperationsInput | number
  slot_date?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
  start_time?: Prisma.StringFieldUpdateOperationsInput | string
  end_time?: Prisma.StringFieldUpdateOperationsInput | string
  capacity?: Prisma.IntFieldUpdateOperationsInput | number
  booked_count?: Prisma.IntFieldUpdateOperationsInput | number
  is_override?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
  master_session_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
  active_status?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
  created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
  updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
  schedule_bookings?: Prisma.schedule_bookingsUncheckedUpdateManyWithoutTime_slotsNestedInput
}

export type time_slotsCreateManyInput = {
  id?: number
  slot_date: Date | string
  start_time: string
  end_time: string
  capacity: number
  booked_count?: number
  is_override?: boolean | null
  master_session_id?: number | null
  active_status?: boolean | null
  created_at?: Date | string | null
  updated_at?: Date | string | null
}

export type time_slotsUpdateManyMutationInput = {
  slot_date?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
  start_time?: Prisma.StringFieldUpdateOperationsInput | string
  end_time?: Prisma.StringFieldUpdateOperationsInput | string
  capacity?: Prisma.IntFieldUpdateOperationsInput | number
  booked_count?: Prisma.IntFieldUpdateOperationsInput | number
  is_override?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
  active_status?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
  created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
  updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
}

export type time_slotsUncheckedUpdateManyInput = {
  id?: Prisma.IntFieldUpdateOperationsInput | number
  slot_date?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
  start_time?: Prisma.StringFieldUpdateOperationsInput | string
  end_time?: Prisma.StringFieldUpdateOperationsInput | string
  capacity?: Prisma.IntFieldUpdateOperationsInput | number
  booked_count?: Prisma.IntFieldUpdateOperationsInput | number
  is_override?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
  master_session_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
  active_status?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
  created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
  updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
}

export type Time_slotsListRelationFilter = {
  every?: Prisma.time_slotsWhereInput
  some?: Prisma.time_slotsWhereInput
  none?: Prisma.time_slotsWhereInput
}

export type time_slotsOrderByRelationAggregateInput = {
  _count?: Prisma.SortOrder
}

export type time_slotsSlot_dateStart_timeEnd_timeCompoundUniqueInput = {
  slot_date: Date | string
  start_time: string
  end_time: string
}

export type time_slotsCountOrderByAggregateInput = {
  id?: Prisma.SortOrder
  slot_date?: Prisma.SortOrder
  start_time?: Prisma.SortOrder
  end_time?: Prisma.SortOrder
  capacity?: Prisma.SortOrder
  booked_count?: Prisma.SortOrder
  is_override?: Prisma.SortOrder
  master_session_id?: Prisma.SortOrder
  active_status?: Prisma.SortOrder
  created_at?: Prisma.SortOrder
  updated_at?: Prisma.SortOrder
}

export type time_slotsAvgOrderByAggregateInput = {
  id?: Prisma.SortOrder
  capacity?: Prisma.SortOrder
  booked_count?: Prisma.SortOrder
  master_session_id?: Prisma.SortOrder
}

export type time_slotsMaxOrderByAggregateInput = {
  id?: Prisma.SortOrder
  slot_date?: Prisma.SortOrder
  start_time?: Prisma.SortOrder
  end_time?: Prisma.SortOrder
  capacity?: Prisma.SortOrder
  booked_count?: Prisma.SortOrder
  is_override?: Prisma.SortOrder
  master_session_id?: Prisma.SortOrder
  active_status?: Prisma.SortOrder
  created_at?: Prisma.SortOrder
  updated_at?: Prisma.SortOrder
}

export type time_slotsMinOrderByAggregateInput = {
  id?: Prisma.SortOrder
  slot_date?: Prisma.SortOrder
  start_time?: Prisma.SortOrder
  end_time?: Prisma.SortOrder
  capacity?: Prisma.SortOrder
  booked_count?: Prisma.SortOrder
  is_override?: Prisma.SortOrder
  master_session_id?: Prisma.SortOrder
  active_status?: Prisma.SortOrder
  created_at?: Prisma.SortOrder
  updated_at?: Prisma.SortOrder
}

export type time_slotsSumOrderByAggregateInput = {
  id?: Prisma.SortOrder
  capacity?: Prisma.SortOrder
  booked_count?: Prisma.SortOrder
  master_session_id?: Prisma.SortOrder
}

export type Time_slotsScalarRelationFilter = {
  is?: Prisma.time_slotsWhereInput
  isNot?: Prisma.time_slotsWhereInput
}

export type time_slotsCreateNestedManyWithoutMaster_time_slot_sessionsInput = {
  create?: Prisma.XOR<Prisma.time_slotsCreateWithoutMaster_time_slot_sessionsInput, Prisma.time_slotsUncheckedCreateWithoutMaster_time_slot_sessionsInput> | Prisma.time_slotsCreateWithoutMaster_time_slot_sessionsInput[] | Prisma.time_slotsUncheckedCreateWithoutMaster_time_slot_sessionsInput[]
  connectOrCreate?: Prisma.time_slotsCreateOrConnectWithoutMaster_time_slot_sessionsInput | Prisma.time_slotsCreateOrConnectWithoutMaster_time_slot_sessionsInput[]
  createMany?: Prisma.time_slotsCreateManyMaster_time_slot_sessionsInputEnvelope
  connect?: Prisma.time_slotsWhereUniqueInput | Prisma.time_slotsWhereUniqueInput[]
}

export type time_slotsUncheckedCreateNestedManyWithoutMaster_time_slot_sessionsInput = {
  create?: Prisma.XOR<Prisma.time_slotsCreateWithoutMaster_time_slot_sessionsInput, Prisma.time_slotsUncheckedCreateWithoutMaster_time_slot_sessionsInput> | Prisma.time_slotsCreateWithoutMaster_time_slot_sessionsInput[] | Prisma.time_slotsUncheckedCreateWithoutMaster_time_slot_sessionsInput[]
  connectOrCreate?: Prisma.time_slotsCreateOrConnectWithoutMaster_time_slot_sessionsInput | Prisma.time_slotsCreateOrConnectWithoutMaster_time_slot_sessionsInput[]
  createMany?: Prisma.time_slotsCreateManyMaster_time_slot_sessionsInputEnvelope
  connect?: Prisma.time_slotsWhereUniqueInput | Prisma.time_slotsWhereUniqueInput[]
}

export type time_slotsUpdateManyWithoutMaster_time_slot_sessionsNestedInput = {
  create?: Prisma.XOR<Prisma.time_slotsCreateWithoutMaster_time_slot_sessionsInput, Prisma.time_slotsUncheckedCreateWithoutMaster_time_slot_sessionsInput> | Prisma.time_slotsCreateWithoutMaster_time_slot_sessionsInput[] | Prisma.time_slotsUncheckedCreateWithoutMaster_time_slot_sessionsInput[]
  connectOrCreate?: Prisma.time_slotsCreateOrConnectWithoutMaster_time_slot_sessionsInput | Prisma.time_slotsCreateOrConnectWithoutMaster_time_slot_sessionsInput[]
  upsert?: Prisma.time_slotsUpsertWithWhereUniqueWithoutMaster_time_slot_sessionsInput | Prisma.time_slotsUpsertWithWhereUniqueWithoutMaster_time_slot_sessionsInput[]
  createMany?: Prisma.time_slotsCreateManyMaster_time_slot_sessionsInputEnvelope
  set?: Prisma.time_slotsWhereUniqueInput | Prisma.time_slotsWhereUniqueInput[]
  disconnect?: Prisma.time_slotsWhereUniqueInput | Prisma.time_slotsWhereUniqueInput[]
  delete?: Prisma.time_slotsWhereUniqueInput | Prisma.time_slotsWhereUniqueInput[]
  connect?: Prisma.time_slotsWhereUniqueInput | Prisma.time_slotsWhereUniqueInput[]
  update?: Prisma.time_slotsUpdateWithWhereUniqueWithoutMaster_time_slot_sessionsInput | Prisma.time_slotsUpdateWithWhereUniqueWithoutMaster_time_slot_sessionsInput[]
  updateMany?: Prisma.time_slotsUpdateManyWithWhereWithoutMaster_time_slot_sessionsInput | Prisma.time_slotsUpdateManyWithWhereWithoutMaster_time_slot_sessionsInput[]
  deleteMany?: Prisma.time_slotsScalarWhereInput | Prisma.time_slotsScalarWhereInput[]
}

export type time_slotsUncheckedUpdateManyWithoutMaster_time_slot_sessionsNestedInput = {
  create?: Prisma.XOR<Prisma.time_slotsCreateWithoutMaster_time_slot_sessionsInput, Prisma.time_slotsUncheckedCreateWithoutMaster_time_slot_sessionsInput> | Prisma.time_slotsCreateWithoutMaster_time_slot_sessionsInput[] | Prisma.time_slotsUncheckedCreateWithoutMaster_time_slot_sessionsInput[]
  connectOrCreate?: Prisma.time_slotsCreateOrConnectWithoutMaster_time_slot_sessionsInput | Prisma.time_slotsCreateOrConnectWithoutMaster_time_slot_sessionsInput[]
  upsert?: Prisma.time_slotsUpsertWithWhereUniqueWithoutMaster_time_slot_sessionsInput | Prisma.time_slotsUpsertWithWhereUniqueWithoutMaster_time_slot_sessionsInput[]
  createMany?: Prisma.time_slotsCreateManyMaster_time_slot_sessionsInputEnvelope
  set?: Prisma.time_slotsWhereUniqueInput | Prisma.time_slotsWhereUniqueInput[]
  disconnect?: Prisma.time_slotsWhereUniqueInput | Prisma.time_slotsWhereUniqueInput[]
  delete?: Prisma.time_slotsWhereUniqueInput | Prisma.time_slotsWhereUniqueInput[]
  connect?: Prisma.time_slotsWhereUniqueInput | Prisma.time_slotsWhereUniqueInput[]
  update?: Prisma.time_slotsUpdateWithWhereUniqueWithoutMaster_time_slot_sessionsInput | Prisma.time_slotsUpdateWithWhereUniqueWithoutMaster_time_slot_sessionsInput[]
  updateMany?: Prisma.time_slotsUpdateManyWithWhereWithoutMaster_time_slot_sessionsInput | Prisma.time_slotsUpdateManyWithWhereWithoutMaster_time_slot_sessionsInput[]
  deleteMany?: Prisma.time_slotsScalarWhereInput | Prisma.time_slotsScalarWhereInput[]
}

export type time_slotsCreateNestedOneWithoutSchedule_bookingsInput = {
  create?: Prisma.XOR<Prisma.time_slotsCreateWithoutSchedule_bookingsInput, Prisma.time_slotsUncheckedCreateWithoutSchedule_bookingsInput>
  connectOrCreate?: Prisma.time_slotsCreateOrConnectWithoutSchedule_bookingsInput
  connect?: Prisma.time_slotsWhereUniqueInput
}

export type time_slotsUpdateOneRequiredWithoutSchedule_bookingsNestedInput = {
  create?: Prisma.XOR<Prisma.time_slotsCreateWithoutSchedule_bookingsInput, Prisma.time_slotsUncheckedCreateWithoutSchedule_bookingsInput>
  connectOrCreate?: Prisma.time_slotsCreateOrConnectWithoutSchedule_bookingsInput
  upsert?: Prisma.time_slotsUpsertWithoutSchedule_bookingsInput
  connect?: Prisma.time_slotsWhereUniqueInput
  update?: Prisma.XOR<Prisma.XOR<Prisma.time_slotsUpdateToOneWithWhereWithoutSchedule_bookingsInput, Prisma.time_slotsUpdateWithoutSchedule_bookingsInput>, Prisma.time_slotsUncheckedUpdateWithoutSchedule_bookingsInput>
}

export type time_slotsCreateWithoutMaster_time_slot_sessionsInput = {
  slot_date: Date | string
  start_time: string
  end_time: string
  capacity: number
  booked_count?: number
  is_override?: boolean | null
  active_status?: boolean | null
  created_at?: Date | string | null
  updated_at?: Date | string | null
  schedule_bookings?: Prisma.schedule_bookingsCreateNestedManyWithoutTime_slotsInput
}

export type time_slotsUncheckedCreateWithoutMaster_time_slot_sessionsInput = {
  id?: number
  slot_date: Date | string
  start_time: string
  end_time: string
  capacity: number
  booked_count?: number
  is_override?: boolean | null
  active_status?: boolean | null
  created_at?: Date | string | null
  updated_at?: Date | string | null
  schedule_bookings?: Prisma.schedule_bookingsUncheckedCreateNestedManyWithoutTime_slotsInput
}

export type time_slotsCreateOrConnectWithoutMaster_time_slot_sessionsInput = {
  where: Prisma.time_slotsWhereUniqueInput
  create: Prisma.XOR<Prisma.time_slotsCreateWithoutMaster_time_slot_sessionsInput, Prisma.time_slotsUncheckedCreateWithoutMaster_time_slot_sessionsInput>
}

export type time_slotsCreateManyMaster_time_slot_sessionsInputEnvelope = {
  data: Prisma.time_slotsCreateManyMaster_time_slot_sessionsInput | Prisma.time_slotsCreateManyMaster_time_slot_sessionsInput[]
  skipDuplicates?: boolean
}

export type time_slotsUpsertWithWhereUniqueWithoutMaster_time_slot_sessionsInput = {
  where: Prisma.time_slotsWhereUniqueInput
  update: Prisma.XOR<Prisma.time_slotsUpdateWithoutMaster_time_slot_sessionsInput, Prisma.time_slotsUncheckedUpdateWithoutMaster_time_slot_sessionsInput>
  create: Prisma.XOR<Prisma.time_slotsCreateWithoutMaster_time_slot_sessionsInput, Prisma.time_slotsUncheckedCreateWithoutMaster_time_slot_sessionsInput>
}

export type time_slotsUpdateWithWhereUniqueWithoutMaster_time_slot_sessionsInput = {
  where: Prisma.time_slotsWhereUniqueInput
  data: Prisma.XOR<Prisma.time_slotsUpdateWithoutMaster_time_slot_sessionsInput, Prisma.time_slotsUncheckedUpdateWithoutMaster_time_slot_sessionsInput>
}

export type time_slotsUpdateManyWithWhereWithoutMaster_time_slot_sessionsInput = {
  where: Prisma.time_slotsScalarWhereInput
  data: Prisma.XOR<Prisma.time_slotsUpdateManyMutationInput, Prisma.time_slotsUncheckedUpdateManyWithoutMaster_time_slot_sessionsInput>
}

export type time_slotsScalarWhereInput = {
  AND?: Prisma.time_slotsScalarWhereInput | Prisma.time_slotsScalarWhereInput[]
  OR?: Prisma.time_slotsScalarWhereInput[]
  NOT?: Prisma.time_slotsScalarWhereInput | Prisma.time_slotsScalarWhereInput[]
  id?: Prisma.IntFilter<"time_slots"> | number
  slot_date?: Prisma.DateTimeFilter<"time_slots"> | Date | string
  start_time?: Prisma.StringFilter<"time_slots"> | string
  end_time?: Prisma.StringFilter<"time_slots"> | string
  capacity?: Prisma.IntFilter<"time_slots"> | number
  booked_count?: Prisma.IntFilter<"time_slots"> | number
  is_override?: Prisma.BoolNullableFilter<"time_slots"> | boolean | null
  master_session_id?: Prisma.IntNullableFilter<"time_slots"> | number | null
  active_status?: Prisma.BoolNullableFilter<"time_slots"> | boolean | null
  created_at?: Prisma.DateTimeNullableFilter<"time_slots"> | Date | string | null
  updated_at?: Prisma.DateTimeNullableFilter<"time_slots"> | Date | string | null
}

export type time_slotsCreateWithoutSchedule_bookingsInput = {
  slot_date: Date | string
  start_time: string
  end_time: string
  capacity: number
  booked_count?: number
  is_override?: boolean | null
  active_status?: boolean | null
  created_at?: Date | string | null
  updated_at?: Date | string | null
  master_time_slot_sessions?: Prisma.master_time_slot_sessionsCreateNestedOneWithoutTime_slotsInput
}

export type time_slotsUncheckedCreateWithoutSchedule_bookingsInput = {
  id?: number
  slot_date: Date | string
  start_time: string
  end_time: string
  capacity: number
  booked_count?: number
  is_override?: boolean | null
  master_session_id?: number | null
  active_status?: boolean | null
  created_at?: Date | string | null
  updated_at?: Date | string | null
}

export type time_slotsCreateOrConnectWithoutSchedule_bookingsInput = {
  where: Prisma.time_slotsWhereUniqueInput
  create: Prisma.XOR<Prisma.time_slotsCreateWithoutSchedule_bookingsInput, Prisma.time_slotsUncheckedCreateWithoutSchedule_bookingsInput>
}

export type time_slotsUpsertWithoutSchedule_bookingsInput = {
  update: Prisma.XOR<Prisma.time_slotsUpdateWithoutSchedule_bookingsInput, Prisma.time_slotsUncheckedUpdateWithoutSchedule_bookingsInput>
  create: Prisma.XOR<Prisma.time_slotsCreateWithoutSchedule_bookingsInput, Prisma.time_slotsUncheckedCreateWithoutSchedule_bookingsInput>
  where?: Prisma.time_slotsWhereInput
}

export type time_slotsUpdateToOneWithWhereWithoutSchedule_bookingsInput = {
  where?: Prisma.time_slotsWhereInput
  data: Prisma.XOR<Prisma.time_slotsUpdateWithoutSchedule_bookingsInput, Prisma.time_slotsUncheckedUpdateWithoutSchedule_bookingsInput>
}

export type time_slotsUpdateWithoutSchedule_bookingsInput = {
  slot_date?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
  start_time?: Prisma.StringFieldUpdateOperationsInput | string
  end_time?: Prisma.StringFieldUpdateOperationsInput | string
  capacity?: Prisma.IntFieldUpdateOperationsInput | number
  booked_count?: Prisma.IntFieldUpdateOperationsInput | number
  is_override?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
  active_status?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
  created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
  updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
  master_time_slot_sessions?: Prisma.master_time_slot_sessionsUpdateOneWithoutTime_slotsNestedInput
}

export type time_slotsUncheckedUpdateWithoutSchedule_bookingsInput = {
  id?: Prisma.IntFieldUpdateOperationsInput | number
  slot_date?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
  start_time?: Prisma.StringFieldUpdateOperationsInput | string
  end_time?: Prisma.StringFieldUpdateOperationsInput | string
  capacity?: Prisma.IntFieldUpdateOperationsInput | number
  booked_count?: Prisma.IntFieldUpdateOperationsInput | number
  is_override?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
  master_session_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
  active_status?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
  created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
  updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
}

export type time_slotsCreateManyMaster_time_slot_sessionsInput = {
  id?: number
  slot_date: Date | string
  start_time: string
  end_time: string
  capacity: number
  booked_count?: number
  is_override?: boolean | null
  active_status?: boolean | null
  created_at?: Date | string | null
  updated_at?: Date | string | null
}

export type time_slotsUpdateWithoutMaster_time_slot_sessionsInput = {
  slot_date?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
  start_time?: Prisma.StringFieldUpdateOperationsInput | string
  end_time?: Prisma.StringFieldUpdateOperationsInput | string
  capacity?: Prisma.IntFieldUpdateOperationsInput | number
  booked_count?: Prisma.IntFieldUpdateOperationsInput | number
  is_override?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
  active_status?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
  created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
  updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
  schedule_bookings?: Prisma.schedule_bookingsUpdateManyWithoutTime_slotsNestedInput
}

export type time_slotsUncheckedUpdateWithoutMaster_time_slot_sessionsInput = {
  id?: Prisma.IntFieldUpdateOperationsInput | number
  slot_date?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
  start_time?: Prisma.StringFieldUpdateOperationsInput | string
  end_time?: Prisma.StringFieldUpdateOperationsInput | string
  capacity?: Prisma.IntFieldUpdateOperationsInput | number
  booked_count?: Prisma.IntFieldUpdateOperationsInput | number
  is_override?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
  active_status?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
  created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
  updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
  schedule_bookings?: Prisma.schedule_bookingsUncheckedUpdateManyWithoutTime_slotsNestedInput
}

export type time_slotsUncheckedUpdateManyWithoutMaster_time_slot_sessionsInput = {
  id?: Prisma.IntFieldUpdateOperationsInput | number
  slot_date?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
  start_time?: Prisma.StringFieldUpdateOperationsInput | string
  end_time?: Prisma.StringFieldUpdateOperationsInput | string
  capacity?: Prisma.IntFieldUpdateOperationsInput | number
  booked_count?: Prisma.IntFieldUpdateOperationsInput | number
  is_override?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
  active_status?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
  created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
  updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
}


/**
 * Count Type Time_slotsCountOutputType
 */

export type Time_slotsCountOutputType = {
  schedule_bookings: number
}

export type Time_slotsCountOutputTypeSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
  schedule_bookings?: boolean | Time_slotsCountOutputTypeCountSchedule_bookingsArgs
}

/**
 * Time_slotsCountOutputType without action
 */
export type Time_slotsCountOutputTypeDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
  /**
   * Select specific fields to fetch from the Time_slotsCountOutputType
   */
  select?: Prisma.Time_slotsCountOutputTypeSelect<ExtArgs> | null
}

/**
 * Time_slotsCountOutputType without action
 */
export type Time_slotsCountOutputTypeCountSchedule_bookingsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
  where?: Prisma.schedule_bookingsWhereInput
}


export type time_slotsSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
  id?: boolean
  slot_date?: boolean
  start_time?: boolean
  end_time?: boolean
  capacity?: boolean
  booked_count?: boolean
  is_override?: boolean
  master_session_id?: boolean
  active_status?: boolean
  created_at?: boolean
  updated_at?: boolean
  schedule_bookings?: boolean | Prisma.time_slots$schedule_bookingsArgs<ExtArgs>
  master_time_slot_sessions?: boolean | Prisma.time_slots$master_time_slot_sessionsArgs<ExtArgs>
  _count?: boolean | Prisma.Time_slotsCountOutputTypeDefaultArgs<ExtArgs>
}, ExtArgs["result"]["time_slots"]>

export type time_slotsSelectCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
  id?: boolean
  slot_date?: boolean
  start_time?: boolean
  end_time?: boolean
  capacity?: boolean
  booked_count?: boolean
  is_override?: boolean
  master_session_id?: boolean
  active_status?: boolean
  created_at?: boolean
  updated_at?: boolean
  master_time_slot_sessions?: boolean | Prisma.time_slots$master_time_slot_sessionsArgs<ExtArgs>
}, ExtArgs["result"]["time_slots"]>

export type time_slotsSelectUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
  id?: boolean
  slot_date?: boolean
  start_time?: boolean
  end_time?: boolean
  capacity?: boolean
  booked_count?: boolean
  is_override?: boolean
  master_session_id?: boolean
  active_status?: boolean
  created_at?: boolean
  updated_at?: boolean
  master_time_slot_sessions?: boolean | Prisma.time_slots$master_time_slot_sessionsArgs<ExtArgs>
}, ExtArgs["result"]["time_slots"]>

export type time_slotsSelectScalar = {
  id?: boolean
  slot_date?: boolean
  start_time?: boolean
  end_time?: boolean
  capacity?: boolean
  booked_count?: boolean
  is_override?: boolean
  master_session_id?: boolean
  active_status?: boolean
  created_at?: boolean
  updated_at?: boolean
}

export type time_slotsOmit<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetOmit<"id" | "slot_date" | "start_time" | "end_time" | "capacity" | "booked_count" | "is_override" | "master_session_id" | "active_status" | "created_at" | "updated_at", ExtArgs["result"]["time_slots"]>
export type time_slotsInclude<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
  schedule_bookings?: boolean | Prisma.time_slots$schedule_bookingsArgs<ExtArgs>
  master_time_slot_sessions?: boolean | Prisma.time_slots$master_time_slot_sessionsArgs<ExtArgs>
  _count?: boolean | Prisma.Time_slotsCountOutputTypeDefaultArgs<ExtArgs>
}
export type time_slotsIncludeCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
  master_time_slot_sessions?: boolean | Prisma.time_slots$master_time_slot_sessionsArgs<ExtArgs>
}
export type time_slotsIncludeUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
  master_time_slot_sessions?: boolean | Prisma.time_slots$master_time_slot_sessionsArgs<ExtArgs>
}

export type $time_slotsPayload<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
  name: "time_slots"
  objects: {
    schedule_bookings: Prisma.$schedule_bookingsPayload<ExtArgs>[]
    master_time_slot_sessions: Prisma.$master_time_slot_sessionsPayload<ExtArgs> | null
  }
  scalars: runtime.Types.Extensions.GetPayloadResult<{
    id: number
    slot_date: Date
    start_time: string
    end_time: string
    capacity: number
    booked_count: number
    is_override: boolean | null
    master_session_id: number | null
    active_status: boolean | null
    created_at: Date | null
    updated_at: Date | null
  }, ExtArgs["result"]["time_slots"]>
  composites: {}
}

export type time_slotsGetPayload<S extends boolean | null | undefined | time_slotsDefaultArgs> = runtime.Types.Result.GetResult<Prisma.$time_slotsPayload, S>

export type time_slotsCountArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> =
  Omit<time_slotsFindManyArgs, 'select' | 'include' | 'distinct' | 'omit'> & {
    select?: Time_slotsCountAggregateInputType | true
  }

export interface time_slotsDelegate<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> {
  [K: symbol]: { types: Prisma.TypeMap<ExtArgs>['model']['time_slots'], meta: { name: 'time_slots' } }
  /**
   * Find zero or one Time_slots that matches the filter.
   * @param {time_slotsFindUniqueArgs} args - Arguments to find a Time_slots
   * @example
   * // Get one Time_slots
   * const time_slots = await prisma.time_slots.findUnique({
   *   where: {
   *     // ... provide filter here
   *   }
   * })
   */
  findUnique<T extends time_slotsFindUniqueArgs>(args: Prisma.SelectSubset<T, time_slotsFindUniqueArgs<ExtArgs>>): Prisma.Prisma__time_slotsClient<runtime.Types.Result.GetResult<Prisma.$time_slotsPayload<ExtArgs>, T, "findUnique", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>

  /**
   * Find one Time_slots that matches the filter or throw an error with `error.code='P2025'`
   * if no matches were found.
   * @param {time_slotsFindUniqueOrThrowArgs} args - Arguments to find a Time_slots
   * @example
   * // Get one Time_slots
   * const time_slots = await prisma.time_slots.findUniqueOrThrow({
   *   where: {
   *     // ... provide filter here
   *   }
   * })
   */
  findUniqueOrThrow<T extends time_slotsFindUniqueOrThrowArgs>(args: Prisma.SelectSubset<T, time_slotsFindUniqueOrThrowArgs<ExtArgs>>): Prisma.Prisma__time_slotsClient<runtime.Types.Result.GetResult<Prisma.$time_slotsPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>

  /**
   * Find the first Time_slots that matches the filter.
   * Note, that providing `undefined` is treated as the value not being there.
   * Read more here: https://pris.ly/d/null-undefined
   * @param {time_slotsFindFirstArgs} args - Arguments to find a Time_slots
   * @example
   * // Get one Time_slots
   * const time_slots = await prisma.time_slots.findFirst({
   *   where: {
   *     // ... provide filter here
   *   }
   * })
   */
  findFirst<T extends time_slotsFindFirstArgs>(args?: Prisma.SelectSubset<T, time_slotsFindFirstArgs<ExtArgs>>): Prisma.Prisma__time_slotsClient<runtime.Types.Result.GetResult<Prisma.$time_slotsPayload<ExtArgs>, T, "findFirst", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>

  /**
   * Find the first Time_slots that matches the filter or
   * throw `PrismaKnownClientError` with `P2025` code if no matches were found.
   * Note, that providing `undefined` is treated as the value not being there.
   * Read more here: https://pris.ly/d/null-undefined
   * @param {time_slotsFindFirstOrThrowArgs} args - Arguments to find a Time_slots
   * @example
   * // Get one Time_slots
   * const time_slots = await prisma.time_slots.findFirstOrThrow({
   *   where: {
   *     // ... provide filter here
   *   }
   * })
   */
  findFirstOrThrow<T extends time_slotsFindFirstOrThrowArgs>(args?: Prisma.SelectSubset<T, time_slotsFindFirstOrThrowArgs<ExtArgs>>): Prisma.Prisma__time_slotsClient<runtime.Types.Result.GetResult<Prisma.$time_slotsPayload<ExtArgs>, T, "findFirstOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>

  /**
   * Find zero or more Time_slots that matches the filter.
   * Note, that providing `undefined` is treated as the value not being there.
   * Read more here: https://pris.ly/d/null-undefined
   * @param {time_slotsFindManyArgs} args - Arguments to filter and select certain fields only.
   * @example
   * // Get all Time_slots
   * const time_slots = await prisma.time_slots.findMany()
   * 
   * // Get first 10 Time_slots
   * const time_slots = await prisma.time_slots.findMany({ take: 10 })
   * 
   * // Only select the `id`
   * const time_slotsWithIdOnly = await prisma.time_slots.findMany({ select: { id: true } })
   * 
   */
  findMany<T extends time_slotsFindManyArgs>(args?: Prisma.SelectSubset<T, time_slotsFindManyArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$time_slotsPayload<ExtArgs>, T, "findMany", GlobalOmitOptions>>

  /**
   * Create a Time_slots.
   * @param {time_slotsCreateArgs} args - Arguments to create a Time_slots.
   * @example
   * // Create one Time_slots
   * const Time_slots = await prisma.time_slots.create({
   *   data: {
   *     // ... data to create a Time_slots
   *   }
   * })
   * 
   */
  create<T extends time_slotsCreateArgs>(args: Prisma.SelectSubset<T, time_slotsCreateArgs<ExtArgs>>): Prisma.Prisma__time_slotsClient<runtime.Types.Result.GetResult<Prisma.$time_slotsPayload<ExtArgs>, T, "create", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>

  /**
   * Create many Time_slots.
   * @param {time_slotsCreateManyArgs} args - Arguments to create many Time_slots.
   * @example
   * // Create many Time_slots
   * const time_slots = await prisma.time_slots.createMany({
   *   data: [
   *     // ... provide data here
   *   ]
   * })
   *     
   */
  createMany<T extends time_slotsCreateManyArgs>(args?: Prisma.SelectSubset<T, time_slotsCreateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>

  /**
   * Create many Time_slots and returns the data saved in the database.
   * @param {time_slotsCreateManyAndReturnArgs} args - Arguments to create many Time_slots.
   * @example
   * // Create many Time_slots
   * const time_slots = await prisma.time_slots.createManyAndReturn({
   *   data: [
   *     // ... provide data here
   *   ]
   * })
   * 
   * // Create many Time_slots and only return the `id`
   * const time_slotsWithIdOnly = await prisma.time_slots.createManyAndReturn({
   *   select: { id: true },
   *   data: [
   *     // ... provide data here
   *   ]
   * })
   * Note, that providing `undefined` is treated as the value not being there.
   * Read more here: https://pris.ly/d/null-undefined
   * 
   */
  createManyAndReturn<T extends time_slotsCreateManyAndReturnArgs>(args?: Prisma.SelectSubset<T, time_slotsCreateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$time_slotsPayload<ExtArgs>, T, "createManyAndReturn", GlobalOmitOptions>>

  /**
   * Delete a Time_slots.
   * @param {time_slotsDeleteArgs} args - Arguments to delete one Time_slots.
   * @example
   * // Delete one Time_slots
   * const Time_slots = await prisma.time_slots.delete({
   *   where: {
   *     // ... filter to delete one Time_slots
   *   }
   * })
   * 
   */
  delete<T extends time_slotsDeleteArgs>(args: Prisma.SelectSubset<T, time_slotsDeleteArgs<ExtArgs>>): Prisma.Prisma__time_slotsClient<runtime.Types.Result.GetResult<Prisma.$time_slotsPayload<ExtArgs>, T, "delete", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>

  /**
   * Update one Time_slots.
   * @param {time_slotsUpdateArgs} args - Arguments to update one Time_slots.
   * @example
   * // Update one Time_slots
   * const time_slots = await prisma.time_slots.update({
   *   where: {
   *     // ... provide filter here
   *   },
   *   data: {
   *     // ... provide data here
   *   }
   * })
   * 
   */
  update<T extends time_slotsUpdateArgs>(args: Prisma.SelectSubset<T, time_slotsUpdateArgs<ExtArgs>>): Prisma.Prisma__time_slotsClient<runtime.Types.Result.GetResult<Prisma.$time_slotsPayload<ExtArgs>, T, "update", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>

  /**
   * Delete zero or more Time_slots.
   * @param {time_slotsDeleteManyArgs} args - Arguments to filter Time_slots to delete.
   * @example
   * // Delete a few Time_slots
   * const { count } = await prisma.time_slots.deleteMany({
   *   where: {
   *     // ... provide filter here
   *   }
   * })
   * 
   */
  deleteMany<T extends time_slotsDeleteManyArgs>(args?: Prisma.SelectSubset<T, time_slotsDeleteManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>

  /**
   * Update zero or more Time_slots.
   * Note, that providing `undefined` is treated as the value not being there.
   * Read more here: https://pris.ly/d/null-undefined
   * @param {time_slotsUpdateManyArgs} args - Arguments to update one or more rows.
   * @example
   * // Update many Time_slots
   * const time_slots = await prisma.time_slots.updateMany({
   *   where: {
   *     // ... provide filter here
   *   },
   *   data: {
   *     // ... provide data here
   *   }
   * })
   * 
   */
  updateMany<T extends time_slotsUpdateManyArgs>(args: Prisma.SelectSubset<T, time_slotsUpdateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>

  /**
   * Update zero or more Time_slots and returns the data updated in the database.
   * @param {time_slotsUpdateManyAndReturnArgs} args - Arguments to update many Time_slots.
   * @example
   * // Update many Time_slots
   * const time_slots = await prisma.time_slots.updateManyAndReturn({
   *   where: {
   *     // ... provide filter here
   *   },
   *   data: [
   *     // ... provide data here
   *   ]
   * })
   * 
   * // Update zero or more Time_slots and only return the `id`
   * const time_slotsWithIdOnly = await prisma.time_slots.updateManyAndReturn({
   *   select: { id: true },
   *   where: {
   *     // ... provide filter here
   *   },
   *   data: [
   *     // ... provide data here
   *   ]
   * })
   * Note, that providing `undefined` is treated as the value not being there.
   * Read more here: https://pris.ly/d/null-undefined
   * 
   */
  updateManyAndReturn<T extends time_slotsUpdateManyAndReturnArgs>(args: Prisma.SelectSubset<T, time_slotsUpdateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$time_slotsPayload<ExtArgs>, T, "updateManyAndReturn", GlobalOmitOptions>>

  /**
   * Create or update one Time_slots.
   * @param {time_slotsUpsertArgs} args - Arguments to update or create a Time_slots.
   * @example
   * // Update or create a Time_slots
   * const time_slots = await prisma.time_slots.upsert({
   *   create: {
   *     // ... data to create a Time_slots
   *   },
   *   update: {
   *     // ... in case it already exists, update
   *   },
   *   where: {
   *     // ... the filter for the Time_slots we want to update
   *   }
   * })
   */
  upsert<T extends time_slotsUpsertArgs>(args: Prisma.SelectSubset<T, time_slotsUpsertArgs<ExtArgs>>): Prisma.Prisma__time_slotsClient<runtime.Types.Result.GetResult<Prisma.$time_slotsPayload<ExtArgs>, T, "upsert", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>


  /**
   * Count the number of Time_slots.
   * Note, that providing `undefined` is treated as the value not being there.
   * Read more here: https://pris.ly/d/null-undefined
   * @param {time_slotsCountArgs} args - Arguments to filter Time_slots to count.
   * @example
   * // Count the number of Time_slots
   * const count = await prisma.time_slots.count({
   *   where: {
   *     // ... the filter for the Time_slots we want to count
   *   }
   * })
  **/
  count<T extends time_slotsCountArgs>(
    args?: Prisma.Subset<T, time_slotsCountArgs>,
  ): Prisma.PrismaPromise<
    T extends runtime.Types.Utils.Record<'select', any>
      ? T['select'] extends true
        ? number
        : Prisma.GetScalarType<T['select'], Time_slotsCountAggregateOutputType>
      : number
  >

  /**
   * Allows you to perform aggregations operations on a Time_slots.
   * Note, that providing `undefined` is treated as the value not being there.
   * Read more here: https://pris.ly/d/null-undefined
   * @param {Time_slotsAggregateArgs} args - Select which aggregations you would like to apply and on what fields.
   * @example
   * // Ordered by age ascending
   * // Where email contains prisma.io
   * // Limited to the 10 users
   * const aggregations = await prisma.user.aggregate({
   *   _avg: {
   *     age: true,
   *   },
   *   where: {
   *     email: {
   *       contains: "prisma.io",
   *     },
   *   },
   *   orderBy: {
   *     age: "asc",
   *   },
   *   take: 10,
   * })
  **/
  aggregate<T extends Time_slotsAggregateArgs>(args: Prisma.Subset<T, Time_slotsAggregateArgs>): Prisma.PrismaPromise<GetTime_slotsAggregateType<T>>

  /**
   * Group by Time_slots.
   * Note, that providing `undefined` is treated as the value not being there.
   * Read more here: https://pris.ly/d/null-undefined
   * @param {time_slotsGroupByArgs} args - Group by arguments.
   * @example
   * // Group by city, order by createdAt, get count
   * const result = await prisma.user.groupBy({
   *   by: ['city', 'createdAt'],
   *   orderBy: {
   *     createdAt: true
   *   },
   *   _count: {
   *     _all: true
   *   },
   * })
   * 
  **/
  groupBy<
    T extends time_slotsGroupByArgs,
    HasSelectOrTake extends Prisma.Or<
      Prisma.Extends<'skip', Prisma.Keys<T>>,
      Prisma.Extends<'take', Prisma.Keys<T>>
    >,
    OrderByArg extends Prisma.True extends HasSelectOrTake
      ? { orderBy: time_slotsGroupByArgs['orderBy'] }
      : { orderBy?: time_slotsGroupByArgs['orderBy'] },
    OrderFields extends Prisma.ExcludeUnderscoreKeys<Prisma.Keys<Prisma.MaybeTupleToUnion<T['orderBy']>>>,
    ByFields extends Prisma.MaybeTupleToUnion<T['by']>,
    ByValid extends Prisma.Has<ByFields, OrderFields>,
    HavingFields extends Prisma.GetHavingFields<T['having']>,
    HavingValid extends Prisma.Has<ByFields, HavingFields>,
    ByEmpty extends T['by'] extends never[] ? Prisma.True : Prisma.False,
    InputErrors extends ByEmpty extends Prisma.True
    ? `Error: "by" must not be empty.`
    : HavingValid extends Prisma.False
    ? {
        [P in HavingFields]: P extends ByFields
          ? never
          : P extends string
          ? `Error: Field "${P}" used in "having" needs to be provided in "by".`
          : [
              Error,
              'Field ',
              P,
              ` in "having" needs to be provided in "by"`,
            ]
      }[HavingFields]
    : 'take' extends Prisma.Keys<T>
    ? 'orderBy' extends Prisma.Keys<T>
      ? ByValid extends Prisma.True
        ? {}
        : {
            [P in OrderFields]: P extends ByFields
              ? never
              : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
          }[OrderFields]
      : 'Error: If you provide "take", you also need to provide "orderBy"'
    : 'skip' extends Prisma.Keys<T>
    ? 'orderBy' extends Prisma.Keys<T>
      ? ByValid extends Prisma.True
        ? {}
        : {
            [P in OrderFields]: P extends ByFields
              ? never
              : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
          }[OrderFields]
      : 'Error: If you provide "skip", you also need to provide "orderBy"'
    : ByValid extends Prisma.True
    ? {}
    : {
        [P in OrderFields]: P extends ByFields
          ? never
          : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
      }[OrderFields]
  >(args: Prisma.SubsetIntersection<T, time_slotsGroupByArgs, OrderByArg> & InputErrors): {} extends InputErrors ? GetTime_slotsGroupByPayload<T> : Prisma.PrismaPromise<InputErrors>
/**
 * Fields of the time_slots model
 */
readonly fields: time_slotsFieldRefs;
}

/**
 * The delegate class that acts as a "Promise-like" for time_slots.
 * Why is this prefixed with `Prisma__`?
 * Because we want to prevent naming conflicts as mentioned in
 * https://github.com/prisma/prisma-client-js/issues/707
 */
export interface Prisma__time_slotsClient<T, Null = never, ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
  readonly [Symbol.toStringTag]: "PrismaPromise"
  schedule_bookings<T extends Prisma.time_slots$schedule_bookingsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.time_slots$schedule_bookingsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$schedule_bookingsPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
  master_time_slot_sessions<T extends Prisma.time_slots$master_time_slot_sessionsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.time_slots$master_time_slot_sessionsArgs<ExtArgs>>): Prisma.Prisma__master_time_slot_sessionsClient<runtime.Types.Result.GetResult<Prisma.$master_time_slot_sessionsPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
  /**
   * Attaches callbacks for the resolution and/or rejection of the Promise.
   * @param onfulfilled The callback to execute when the Promise is resolved.
   * @param onrejected The callback to execute when the Promise is rejected.
   * @returns A Promise for the completion of which ever callback is executed.
   */
  then<TResult1 = T, TResult2 = never>(onfulfilled?: ((value: T) => TResult1 | PromiseLike<TResult1>) | undefined | null, onrejected?: ((reason: any) => TResult2 | PromiseLike<TResult2>) | undefined | null): runtime.Types.Utils.JsPromise<TResult1 | TResult2>
  /**
   * Attaches a callback for only the rejection of the Promise.
   * @param onrejected The callback to execute when the Promise is rejected.
   * @returns A Promise for the completion of the callback.
   */
  catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null): runtime.Types.Utils.JsPromise<T | TResult>
  /**
   * Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The
   * resolved value cannot be modified from the callback.
   * @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).
   * @returns A Promise for the completion of the callback.
   */
  finally(onfinally?: (() => void) | undefined | null): runtime.Types.Utils.JsPromise<T>
}




/**
 * Fields of the time_slots model
 */
export interface time_slotsFieldRefs {
  readonly id: Prisma.FieldRef<"time_slots", 'Int'>
  readonly slot_date: Prisma.FieldRef<"time_slots", 'DateTime'>
  readonly start_time: Prisma.FieldRef<"time_slots", 'String'>
  readonly end_time: Prisma.FieldRef<"time_slots", 'String'>
  readonly capacity: Prisma.FieldRef<"time_slots", 'Int'>
  readonly booked_count: Prisma.FieldRef<"time_slots", 'Int'>
  readonly is_override: Prisma.FieldRef<"time_slots", 'Boolean'>
  readonly master_session_id: Prisma.FieldRef<"time_slots", 'Int'>
  readonly active_status: Prisma.FieldRef<"time_slots", 'Boolean'>
  readonly created_at: Prisma.FieldRef<"time_slots", 'DateTime'>
  readonly updated_at: Prisma.FieldRef<"time_slots", 'DateTime'>
}
    

// Custom InputTypes
/**
 * time_slots findUnique
 */
export type time_slotsFindUniqueArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
  /**
   * Select specific fields to fetch from the time_slots
   */
  select?: Prisma.time_slotsSelect<ExtArgs> | null
  /**
   * Omit specific fields from the time_slots
   */
  omit?: Prisma.time_slotsOmit<ExtArgs> | null
  /**
   * Choose, which related nodes to fetch as well
   */
  include?: Prisma.time_slotsInclude<ExtArgs> | null
  /**
   * Filter, which time_slots to fetch.
   */
  where: Prisma.time_slotsWhereUniqueInput
}

/**
 * time_slots findUniqueOrThrow
 */
export type time_slotsFindUniqueOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
  /**
   * Select specific fields to fetch from the time_slots
   */
  select?: Prisma.time_slotsSelect<ExtArgs> | null
  /**
   * Omit specific fields from the time_slots
   */
  omit?: Prisma.time_slotsOmit<ExtArgs> | null
  /**
   * Choose, which related nodes to fetch as well
   */
  include?: Prisma.time_slotsInclude<ExtArgs> | null
  /**
   * Filter, which time_slots to fetch.
   */
  where: Prisma.time_slotsWhereUniqueInput
}

/**
 * time_slots findFirst
 */
export type time_slotsFindFirstArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
  /**
   * Select specific fields to fetch from the time_slots
   */
  select?: Prisma.time_slotsSelect<ExtArgs> | null
  /**
   * Omit specific fields from the time_slots
   */
  omit?: Prisma.time_slotsOmit<ExtArgs> | null
  /**
   * Choose, which related nodes to fetch as well
   */
  include?: Prisma.time_slotsInclude<ExtArgs> | null
  /**
   * Filter, which time_slots to fetch.
   */
  where?: Prisma.time_slotsWhereInput
  /**
   * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
   * 
   * Determine the order of time_slots to fetch.
   */
  orderBy?: Prisma.time_slotsOrderByWithRelationInput | Prisma.time_slotsOrderByWithRelationInput[]
  /**
   * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
   * 
   * Sets the position for searching for time_slots.
   */
  cursor?: Prisma.time_slotsWhereUniqueInput
  /**
   * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
   * 
   * Take `±n` time_slots from the position of the cursor.
   */
  take?: number
  /**
   * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
   * 
   * Skip the first `n` time_slots.
   */
  skip?: number
  /**
   * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
   * 
   * Filter by unique combinations of time_slots.
   */
  distinct?: Prisma.Time_slotsScalarFieldEnum | Prisma.Time_slotsScalarFieldEnum[]
}

/**
 * time_slots findFirstOrThrow
 */
export type time_slotsFindFirstOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
  /**
   * Select specific fields to fetch from the time_slots
   */
  select?: Prisma.time_slotsSelect<ExtArgs> | null
  /**
   * Omit specific fields from the time_slots
   */
  omit?: Prisma.time_slotsOmit<ExtArgs> | null
  /**
   * Choose, which related nodes to fetch as well
   */
  include?: Prisma.time_slotsInclude<ExtArgs> | null
  /**
   * Filter, which time_slots to fetch.
   */
  where?: Prisma.time_slotsWhereInput
  /**
   * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
   * 
   * Determine the order of time_slots to fetch.
   */
  orderBy?: Prisma.time_slotsOrderByWithRelationInput | Prisma.time_slotsOrderByWithRelationInput[]
  /**
   * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
   * 
   * Sets the position for searching for time_slots.
   */
  cursor?: Prisma.time_slotsWhereUniqueInput
  /**
   * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
   * 
   * Take `±n` time_slots from the position of the cursor.
   */
  take?: number
  /**
   * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
   * 
   * Skip the first `n` time_slots.
   */
  skip?: number
  /**
   * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
   * 
   * Filter by unique combinations of time_slots.
   */
  distinct?: Prisma.Time_slotsScalarFieldEnum | Prisma.Time_slotsScalarFieldEnum[]
}

/**
 * time_slots findMany
 */
export type time_slotsFindManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
  /**
   * Select specific fields to fetch from the time_slots
   */
  select?: Prisma.time_slotsSelect<ExtArgs> | null
  /**
   * Omit specific fields from the time_slots
   */
  omit?: Prisma.time_slotsOmit<ExtArgs> | null
  /**
   * Choose, which related nodes to fetch as well
   */
  include?: Prisma.time_slotsInclude<ExtArgs> | null
  /**
   * Filter, which time_slots to fetch.
   */
  where?: Prisma.time_slotsWhereInput
  /**
   * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
   * 
   * Determine the order of time_slots to fetch.
   */
  orderBy?: Prisma.time_slotsOrderByWithRelationInput | Prisma.time_slotsOrderByWithRelationInput[]
  /**
   * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
   * 
   * Sets the position for listing time_slots.
   */
  cursor?: Prisma.time_slotsWhereUniqueInput
  /**
   * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
   * 
   * Take `±n` time_slots from the position of the cursor.
   */
  take?: number
  /**
   * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
   * 
   * Skip the first `n` time_slots.
   */
  skip?: number
  distinct?: Prisma.Time_slotsScalarFieldEnum | Prisma.Time_slotsScalarFieldEnum[]
}

/**
 * time_slots create
 */
export type time_slotsCreateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
  /**
   * Select specific fields to fetch from the time_slots
   */
  select?: Prisma.time_slotsSelect<ExtArgs> | null
  /**
   * Omit specific fields from the time_slots
   */
  omit?: Prisma.time_slotsOmit<ExtArgs> | null
  /**
   * Choose, which related nodes to fetch as well
   */
  include?: Prisma.time_slotsInclude<ExtArgs> | null
  /**
   * The data needed to create a time_slots.
   */
  data: Prisma.XOR<Prisma.time_slotsCreateInput, Prisma.time_slotsUncheckedCreateInput>
}

/**
 * time_slots createMany
 */
export type time_slotsCreateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
  /**
   * The data used to create many time_slots.
   */
  data: Prisma.time_slotsCreateManyInput | Prisma.time_slotsCreateManyInput[]
  skipDuplicates?: boolean
}

/**
 * time_slots createManyAndReturn
 */
export type time_slotsCreateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
  /**
   * Select specific fields to fetch from the time_slots
   */
  select?: Prisma.time_slotsSelectCreateManyAndReturn<ExtArgs> | null
  /**
   * Omit specific fields from the time_slots
   */
  omit?: Prisma.time_slotsOmit<ExtArgs> | null
  /**
   * The data used to create many time_slots.
   */
  data: Prisma.time_slotsCreateManyInput | Prisma.time_slotsCreateManyInput[]
  skipDuplicates?: boolean
  /**
   * Choose, which related nodes to fetch as well
   */
  include?: Prisma.time_slotsIncludeCreateManyAndReturn<ExtArgs> | null
}

/**
 * time_slots update
 */
export type time_slotsUpdateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
  /**
   * Select specific fields to fetch from the time_slots
   */
  select?: Prisma.time_slotsSelect<ExtArgs> | null
  /**
   * Omit specific fields from the time_slots
   */
  omit?: Prisma.time_slotsOmit<ExtArgs> | null
  /**
   * Choose, which related nodes to fetch as well
   */
  include?: Prisma.time_slotsInclude<ExtArgs> | null
  /**
   * The data needed to update a time_slots.
   */
  data: Prisma.XOR<Prisma.time_slotsUpdateInput, Prisma.time_slotsUncheckedUpdateInput>
  /**
   * Choose, which time_slots to update.
   */
  where: Prisma.time_slotsWhereUniqueInput
}

/**
 * time_slots updateMany
 */
export type time_slotsUpdateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
  /**
   * The data used to update time_slots.
   */
  data: Prisma.XOR<Prisma.time_slotsUpdateManyMutationInput, Prisma.time_slotsUncheckedUpdateManyInput>
  /**
   * Filter which time_slots to update
   */
  where?: Prisma.time_slotsWhereInput
  /**
   * Limit how many time_slots to update.
   */
  limit?: number
}

/**
 * time_slots updateManyAndReturn
 */
export type time_slotsUpdateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
  /**
   * Select specific fields to fetch from the time_slots
   */
  select?: Prisma.time_slotsSelectUpdateManyAndReturn<ExtArgs> | null
  /**
   * Omit specific fields from the time_slots
   */
  omit?: Prisma.time_slotsOmit<ExtArgs> | null
  /**
   * The data used to update time_slots.
   */
  data: Prisma.XOR<Prisma.time_slotsUpdateManyMutationInput, Prisma.time_slotsUncheckedUpdateManyInput>
  /**
   * Filter which time_slots to update
   */
  where?: Prisma.time_slotsWhereInput
  /**
   * Limit how many time_slots to update.
   */
  limit?: number
  /**
   * Choose, which related nodes to fetch as well
   */
  include?: Prisma.time_slotsIncludeUpdateManyAndReturn<ExtArgs> | null
}

/**
 * time_slots upsert
 */
export type time_slotsUpsertArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
  /**
   * Select specific fields to fetch from the time_slots
   */
  select?: Prisma.time_slotsSelect<ExtArgs> | null
  /**
   * Omit specific fields from the time_slots
   */
  omit?: Prisma.time_slotsOmit<ExtArgs> | null
  /**
   * Choose, which related nodes to fetch as well
   */
  include?: Prisma.time_slotsInclude<ExtArgs> | null
  /**
   * The filter to search for the time_slots to update in case it exists.
   */
  where: Prisma.time_slotsWhereUniqueInput
  /**
   * In case the time_slots found by the `where` argument doesn't exist, create a new time_slots with this data.
   */
  create: Prisma.XOR<Prisma.time_slotsCreateInput, Prisma.time_slotsUncheckedCreateInput>
  /**
   * In case the time_slots was found with the provided `where` argument, update it with this data.
   */
  update: Prisma.XOR<Prisma.time_slotsUpdateInput, Prisma.time_slotsUncheckedUpdateInput>
}

/**
 * time_slots delete
 */
export type time_slotsDeleteArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
  /**
   * Select specific fields to fetch from the time_slots
   */
  select?: Prisma.time_slotsSelect<ExtArgs> | null
  /**
   * Omit specific fields from the time_slots
   */
  omit?: Prisma.time_slotsOmit<ExtArgs> | null
  /**
   * Choose, which related nodes to fetch as well
   */
  include?: Prisma.time_slotsInclude<ExtArgs> | null
  /**
   * Filter which time_slots to delete.
   */
  where: Prisma.time_slotsWhereUniqueInput
}

/**
 * time_slots deleteMany
 */
export type time_slotsDeleteManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
  /**
   * Filter which time_slots to delete
   */
  where?: Prisma.time_slotsWhereInput
  /**
   * Limit how many time_slots to delete.
   */
  limit?: number
}

/**
 * time_slots.schedule_bookings
 */
export type time_slots$schedule_bookingsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
  /**
   * Select specific fields to fetch from the schedule_bookings
   */
  select?: Prisma.schedule_bookingsSelect<ExtArgs> | null
  /**
   * Omit specific fields from the schedule_bookings
   */
  omit?: Prisma.schedule_bookingsOmit<ExtArgs> | null
  /**
   * Choose, which related nodes to fetch as well
   */
  include?: Prisma.schedule_bookingsInclude<ExtArgs> | null
  where?: Prisma.schedule_bookingsWhereInput
  orderBy?: Prisma.schedule_bookingsOrderByWithRelationInput | Prisma.schedule_bookingsOrderByWithRelationInput[]
  cursor?: Prisma.schedule_bookingsWhereUniqueInput
  take?: number
  skip?: number
  distinct?: Prisma.Schedule_bookingsScalarFieldEnum | Prisma.Schedule_bookingsScalarFieldEnum[]
}

/**
 * time_slots.master_time_slot_sessions
 */
export type time_slots$master_time_slot_sessionsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
  /**
   * Select specific fields to fetch from the master_time_slot_sessions
   */
  select?: Prisma.master_time_slot_sessionsSelect<ExtArgs> | null
  /**
   * Omit specific fields from the master_time_slot_sessions
   */
  omit?: Prisma.master_time_slot_sessionsOmit<ExtArgs> | null
  /**
   * Choose, which related nodes to fetch as well
   */
  include?: Prisma.master_time_slot_sessionsInclude<ExtArgs> | null
  where?: Prisma.master_time_slot_sessionsWhereInput
}

/**
 * time_slots without action
 */
export type time_slotsDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
  /**
   * Select specific fields to fetch from the time_slots
   */
  select?: Prisma.time_slotsSelect<ExtArgs> | null
  /**
   * Omit specific fields from the time_slots
   */
  omit?: Prisma.time_slotsOmit<ExtArgs> | null
  /**
   * Choose, which related nodes to fetch as well
   */
  include?: Prisma.time_slotsInclude<ExtArgs> | null
}
