/* !!! This is code generated by Prisma. Do not edit directly. !!! */ /* eslint-disable */ // biome-ignore-all lint: generated file // @ts-nocheck /* * This file exports the `Users` model and its related types. * * 🟢 You can import this file directly. */ import type * as runtime from "@prisma/client/runtime/client" import type * as $Enums from "../enums.js" import type * as Prisma from "../internal/prismaNamespace.js" /** * Model Users * */ export type UsersModel = runtime.Types.Result.DefaultSelection export type AggregateUsers = { _count: UsersCountAggregateOutputType | null _min: UsersMinAggregateOutputType | null _max: UsersMaxAggregateOutputType | null } export type UsersMinAggregateOutputType = { id: string | null name: string | null email: string | null emailVerified: boolean | null image: string | null createdAt: Date | null updatedAt: Date | null role: string | null phoneNumber: string | null deletedAt: Date | null } export type UsersMaxAggregateOutputType = { id: string | null name: string | null email: string | null emailVerified: boolean | null image: string | null createdAt: Date | null updatedAt: Date | null role: string | null phoneNumber: string | null deletedAt: Date | null } export type UsersCountAggregateOutputType = { id: number name: number email: number emailVerified: number image: number createdAt: number updatedAt: number role: number phoneNumber: number deletedAt: number _all: number } export type UsersMinAggregateInputType = { id?: true name?: true email?: true emailVerified?: true image?: true createdAt?: true updatedAt?: true role?: true phoneNumber?: true deletedAt?: true } export type UsersMaxAggregateInputType = { id?: true name?: true email?: true emailVerified?: true image?: true createdAt?: true updatedAt?: true role?: true phoneNumber?: true deletedAt?: true } export type UsersCountAggregateInputType = { id?: true name?: true email?: true emailVerified?: true image?: true createdAt?: true updatedAt?: true role?: true phoneNumber?: true deletedAt?: true _all?: true } export type UsersAggregateArgs = { /** * Filter which Users to aggregate. */ where?: Prisma.UsersWhereInput /** * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs} * * Determine the order of Users to fetch. */ orderBy?: Prisma.UsersOrderByWithRelationInput | Prisma.UsersOrderByWithRelationInput[] /** * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs} * * Sets the start position */ cursor?: Prisma.UsersWhereUniqueInput /** * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs} * * Take `±n` Users 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` Users. */ skip?: number /** * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs} * * Count returned Users **/ _count?: true | UsersCountAggregateInputType /** * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs} * * Select which fields to find the minimum value **/ _min?: UsersMinAggregateInputType /** * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs} * * Select which fields to find the maximum value **/ _max?: UsersMaxAggregateInputType } export type GetUsersAggregateType = { [P in keyof T & keyof AggregateUsers]: P extends '_count' | 'count' ? T[P] extends true ? number : Prisma.GetScalarType : Prisma.GetScalarType } export type UsersGroupByArgs = { where?: Prisma.UsersWhereInput orderBy?: Prisma.UsersOrderByWithAggregationInput | Prisma.UsersOrderByWithAggregationInput[] by: Prisma.UsersScalarFieldEnum[] | Prisma.UsersScalarFieldEnum having?: Prisma.UsersScalarWhereWithAggregatesInput take?: number skip?: number _count?: UsersCountAggregateInputType | true _min?: UsersMinAggregateInputType _max?: UsersMaxAggregateInputType } export type UsersGroupByOutputType = { id: string name: string email: string emailVerified: boolean image: string | null createdAt: Date updatedAt: Date role: string phoneNumber: string | null deletedAt: Date | null _count: UsersCountAggregateOutputType | null _min: UsersMinAggregateOutputType | null _max: UsersMaxAggregateOutputType | null } type GetUsersGroupByPayload = Prisma.PrismaPromise< Array< Prisma.PickEnumerable & { [P in ((keyof T) & (keyof UsersGroupByOutputType))]: P extends '_count' ? T[P] extends boolean ? number : Prisma.GetScalarType : Prisma.GetScalarType } > > export type UsersWhereInput = { AND?: Prisma.UsersWhereInput | Prisma.UsersWhereInput[] OR?: Prisma.UsersWhereInput[] NOT?: Prisma.UsersWhereInput | Prisma.UsersWhereInput[] id?: Prisma.StringFilter<"Users"> | string name?: Prisma.StringFilter<"Users"> | string email?: Prisma.StringFilter<"Users"> | string emailVerified?: Prisma.BoolFilter<"Users"> | boolean image?: Prisma.StringNullableFilter<"Users"> | string | null createdAt?: Prisma.DateTimeFilter<"Users"> | Date | string updatedAt?: Prisma.DateTimeFilter<"Users"> | Date | string role?: Prisma.StringFilter<"Users"> | string phoneNumber?: Prisma.StringNullableFilter<"Users"> | string | null deletedAt?: Prisma.DateTimeNullableFilter<"Users"> | Date | string | null sessions?: Prisma.SessionsListRelationFilter accounts?: Prisma.AccountsListRelationFilter mentorApplication?: Prisma.XOR | null } export type UsersOrderByWithRelationInput = { id?: Prisma.SortOrder name?: Prisma.SortOrder email?: Prisma.SortOrder emailVerified?: Prisma.SortOrder image?: Prisma.SortOrderInput | Prisma.SortOrder createdAt?: Prisma.SortOrder updatedAt?: Prisma.SortOrder role?: Prisma.SortOrder phoneNumber?: Prisma.SortOrderInput | Prisma.SortOrder deletedAt?: Prisma.SortOrderInput | Prisma.SortOrder sessions?: Prisma.SessionsOrderByRelationAggregateInput accounts?: Prisma.AccountsOrderByRelationAggregateInput mentorApplication?: Prisma.MentorApplicationsOrderByWithRelationInput } export type UsersWhereUniqueInput = Prisma.AtLeast<{ id?: string email?: string AND?: Prisma.UsersWhereInput | Prisma.UsersWhereInput[] OR?: Prisma.UsersWhereInput[] NOT?: Prisma.UsersWhereInput | Prisma.UsersWhereInput[] name?: Prisma.StringFilter<"Users"> | string emailVerified?: Prisma.BoolFilter<"Users"> | boolean image?: Prisma.StringNullableFilter<"Users"> | string | null createdAt?: Prisma.DateTimeFilter<"Users"> | Date | string updatedAt?: Prisma.DateTimeFilter<"Users"> | Date | string role?: Prisma.StringFilter<"Users"> | string phoneNumber?: Prisma.StringNullableFilter<"Users"> | string | null deletedAt?: Prisma.DateTimeNullableFilter<"Users"> | Date | string | null sessions?: Prisma.SessionsListRelationFilter accounts?: Prisma.AccountsListRelationFilter mentorApplication?: Prisma.XOR | null }, "id" | "email"> export type UsersOrderByWithAggregationInput = { id?: Prisma.SortOrder name?: Prisma.SortOrder email?: Prisma.SortOrder emailVerified?: Prisma.SortOrder image?: Prisma.SortOrderInput | Prisma.SortOrder createdAt?: Prisma.SortOrder updatedAt?: Prisma.SortOrder role?: Prisma.SortOrder phoneNumber?: Prisma.SortOrderInput | Prisma.SortOrder deletedAt?: Prisma.SortOrderInput | Prisma.SortOrder _count?: Prisma.UsersCountOrderByAggregateInput _max?: Prisma.UsersMaxOrderByAggregateInput _min?: Prisma.UsersMinOrderByAggregateInput } export type UsersScalarWhereWithAggregatesInput = { AND?: Prisma.UsersScalarWhereWithAggregatesInput | Prisma.UsersScalarWhereWithAggregatesInput[] OR?: Prisma.UsersScalarWhereWithAggregatesInput[] NOT?: Prisma.UsersScalarWhereWithAggregatesInput | Prisma.UsersScalarWhereWithAggregatesInput[] id?: Prisma.StringWithAggregatesFilter<"Users"> | string name?: Prisma.StringWithAggregatesFilter<"Users"> | string email?: Prisma.StringWithAggregatesFilter<"Users"> | string emailVerified?: Prisma.BoolWithAggregatesFilter<"Users"> | boolean image?: Prisma.StringNullableWithAggregatesFilter<"Users"> | string | null createdAt?: Prisma.DateTimeWithAggregatesFilter<"Users"> | Date | string updatedAt?: Prisma.DateTimeWithAggregatesFilter<"Users"> | Date | string role?: Prisma.StringWithAggregatesFilter<"Users"> | string phoneNumber?: Prisma.StringNullableWithAggregatesFilter<"Users"> | string | null deletedAt?: Prisma.DateTimeNullableWithAggregatesFilter<"Users"> | Date | string | null } export type UsersCreateInput = { id: string name: string email: string emailVerified?: boolean image?: string | null createdAt?: Date | string updatedAt?: Date | string role?: string phoneNumber?: string | null deletedAt?: Date | string | null sessions?: Prisma.SessionsCreateNestedManyWithoutUsersInput accounts?: Prisma.AccountsCreateNestedManyWithoutUsersInput mentorApplication?: Prisma.MentorApplicationsCreateNestedOneWithoutUserInput } export type UsersUncheckedCreateInput = { id: string name: string email: string emailVerified?: boolean image?: string | null createdAt?: Date | string updatedAt?: Date | string role?: string phoneNumber?: string | null deletedAt?: Date | string | null sessions?: Prisma.SessionsUncheckedCreateNestedManyWithoutUsersInput accounts?: Prisma.AccountsUncheckedCreateNestedManyWithoutUsersInput mentorApplication?: Prisma.MentorApplicationsUncheckedCreateNestedOneWithoutUserInput } export type UsersUpdateInput = { id?: Prisma.StringFieldUpdateOperationsInput | string name?: Prisma.StringFieldUpdateOperationsInput | string email?: Prisma.StringFieldUpdateOperationsInput | string emailVerified?: Prisma.BoolFieldUpdateOperationsInput | boolean image?: Prisma.NullableStringFieldUpdateOperationsInput | string | null createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string role?: Prisma.StringFieldUpdateOperationsInput | string phoneNumber?: Prisma.NullableStringFieldUpdateOperationsInput | string | null deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null sessions?: Prisma.SessionsUpdateManyWithoutUsersNestedInput accounts?: Prisma.AccountsUpdateManyWithoutUsersNestedInput mentorApplication?: Prisma.MentorApplicationsUpdateOneWithoutUserNestedInput } export type UsersUncheckedUpdateInput = { id?: Prisma.StringFieldUpdateOperationsInput | string name?: Prisma.StringFieldUpdateOperationsInput | string email?: Prisma.StringFieldUpdateOperationsInput | string emailVerified?: Prisma.BoolFieldUpdateOperationsInput | boolean image?: Prisma.NullableStringFieldUpdateOperationsInput | string | null createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string role?: Prisma.StringFieldUpdateOperationsInput | string phoneNumber?: Prisma.NullableStringFieldUpdateOperationsInput | string | null deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null sessions?: Prisma.SessionsUncheckedUpdateManyWithoutUsersNestedInput accounts?: Prisma.AccountsUncheckedUpdateManyWithoutUsersNestedInput mentorApplication?: Prisma.MentorApplicationsUncheckedUpdateOneWithoutUserNestedInput } export type UsersCreateManyInput = { id: string name: string email: string emailVerified?: boolean image?: string | null createdAt?: Date | string updatedAt?: Date | string role?: string phoneNumber?: string | null deletedAt?: Date | string | null } export type UsersUpdateManyMutationInput = { id?: Prisma.StringFieldUpdateOperationsInput | string name?: Prisma.StringFieldUpdateOperationsInput | string email?: Prisma.StringFieldUpdateOperationsInput | string emailVerified?: Prisma.BoolFieldUpdateOperationsInput | boolean image?: Prisma.NullableStringFieldUpdateOperationsInput | string | null createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string role?: Prisma.StringFieldUpdateOperationsInput | string phoneNumber?: Prisma.NullableStringFieldUpdateOperationsInput | string | null deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null } export type UsersUncheckedUpdateManyInput = { id?: Prisma.StringFieldUpdateOperationsInput | string name?: Prisma.StringFieldUpdateOperationsInput | string email?: Prisma.StringFieldUpdateOperationsInput | string emailVerified?: Prisma.BoolFieldUpdateOperationsInput | boolean image?: Prisma.NullableStringFieldUpdateOperationsInput | string | null createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string role?: Prisma.StringFieldUpdateOperationsInput | string phoneNumber?: Prisma.NullableStringFieldUpdateOperationsInput | string | null deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null } export type UsersCountOrderByAggregateInput = { id?: Prisma.SortOrder name?: Prisma.SortOrder email?: Prisma.SortOrder emailVerified?: Prisma.SortOrder image?: Prisma.SortOrder createdAt?: Prisma.SortOrder updatedAt?: Prisma.SortOrder role?: Prisma.SortOrder phoneNumber?: Prisma.SortOrder deletedAt?: Prisma.SortOrder } export type UsersMaxOrderByAggregateInput = { id?: Prisma.SortOrder name?: Prisma.SortOrder email?: Prisma.SortOrder emailVerified?: Prisma.SortOrder image?: Prisma.SortOrder createdAt?: Prisma.SortOrder updatedAt?: Prisma.SortOrder role?: Prisma.SortOrder phoneNumber?: Prisma.SortOrder deletedAt?: Prisma.SortOrder } export type UsersMinOrderByAggregateInput = { id?: Prisma.SortOrder name?: Prisma.SortOrder email?: Prisma.SortOrder emailVerified?: Prisma.SortOrder image?: Prisma.SortOrder createdAt?: Prisma.SortOrder updatedAt?: Prisma.SortOrder role?: Prisma.SortOrder phoneNumber?: Prisma.SortOrder deletedAt?: Prisma.SortOrder } export type UsersScalarRelationFilter = { is?: Prisma.UsersWhereInput isNot?: Prisma.UsersWhereInput } export type StringFieldUpdateOperationsInput = { set?: string } export type BoolFieldUpdateOperationsInput = { set?: boolean } export type NullableStringFieldUpdateOperationsInput = { set?: string | null } export type DateTimeFieldUpdateOperationsInput = { set?: Date | string } export type NullableDateTimeFieldUpdateOperationsInput = { set?: Date | string | null } export type UsersCreateNestedOneWithoutSessionsInput = { create?: Prisma.XOR connectOrCreate?: Prisma.UsersCreateOrConnectWithoutSessionsInput connect?: Prisma.UsersWhereUniqueInput } export type UsersUpdateOneRequiredWithoutSessionsNestedInput = { create?: Prisma.XOR connectOrCreate?: Prisma.UsersCreateOrConnectWithoutSessionsInput upsert?: Prisma.UsersUpsertWithoutSessionsInput connect?: Prisma.UsersWhereUniqueInput update?: Prisma.XOR, Prisma.UsersUncheckedUpdateWithoutSessionsInput> } export type UsersCreateNestedOneWithoutAccountsInput = { create?: Prisma.XOR connectOrCreate?: Prisma.UsersCreateOrConnectWithoutAccountsInput connect?: Prisma.UsersWhereUniqueInput } export type UsersUpdateOneRequiredWithoutAccountsNestedInput = { create?: Prisma.XOR connectOrCreate?: Prisma.UsersCreateOrConnectWithoutAccountsInput upsert?: Prisma.UsersUpsertWithoutAccountsInput connect?: Prisma.UsersWhereUniqueInput update?: Prisma.XOR, Prisma.UsersUncheckedUpdateWithoutAccountsInput> } export type UsersCreateNestedOneWithoutMentorApplicationInput = { create?: Prisma.XOR connectOrCreate?: Prisma.UsersCreateOrConnectWithoutMentorApplicationInput connect?: Prisma.UsersWhereUniqueInput } export type UsersUpdateOneRequiredWithoutMentorApplicationNestedInput = { create?: Prisma.XOR connectOrCreate?: Prisma.UsersCreateOrConnectWithoutMentorApplicationInput upsert?: Prisma.UsersUpsertWithoutMentorApplicationInput connect?: Prisma.UsersWhereUniqueInput update?: Prisma.XOR, Prisma.UsersUncheckedUpdateWithoutMentorApplicationInput> } export type UsersCreateWithoutSessionsInput = { id: string name: string email: string emailVerified?: boolean image?: string | null createdAt?: Date | string updatedAt?: Date | string role?: string phoneNumber?: string | null deletedAt?: Date | string | null accounts?: Prisma.AccountsCreateNestedManyWithoutUsersInput mentorApplication?: Prisma.MentorApplicationsCreateNestedOneWithoutUserInput } export type UsersUncheckedCreateWithoutSessionsInput = { id: string name: string email: string emailVerified?: boolean image?: string | null createdAt?: Date | string updatedAt?: Date | string role?: string phoneNumber?: string | null deletedAt?: Date | string | null accounts?: Prisma.AccountsUncheckedCreateNestedManyWithoutUsersInput mentorApplication?: Prisma.MentorApplicationsUncheckedCreateNestedOneWithoutUserInput } export type UsersCreateOrConnectWithoutSessionsInput = { where: Prisma.UsersWhereUniqueInput create: Prisma.XOR } export type UsersUpsertWithoutSessionsInput = { update: Prisma.XOR create: Prisma.XOR where?: Prisma.UsersWhereInput } export type UsersUpdateToOneWithWhereWithoutSessionsInput = { where?: Prisma.UsersWhereInput data: Prisma.XOR } export type UsersUpdateWithoutSessionsInput = { id?: Prisma.StringFieldUpdateOperationsInput | string name?: Prisma.StringFieldUpdateOperationsInput | string email?: Prisma.StringFieldUpdateOperationsInput | string emailVerified?: Prisma.BoolFieldUpdateOperationsInput | boolean image?: Prisma.NullableStringFieldUpdateOperationsInput | string | null createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string role?: Prisma.StringFieldUpdateOperationsInput | string phoneNumber?: Prisma.NullableStringFieldUpdateOperationsInput | string | null deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null accounts?: Prisma.AccountsUpdateManyWithoutUsersNestedInput mentorApplication?: Prisma.MentorApplicationsUpdateOneWithoutUserNestedInput } export type UsersUncheckedUpdateWithoutSessionsInput = { id?: Prisma.StringFieldUpdateOperationsInput | string name?: Prisma.StringFieldUpdateOperationsInput | string email?: Prisma.StringFieldUpdateOperationsInput | string emailVerified?: Prisma.BoolFieldUpdateOperationsInput | boolean image?: Prisma.NullableStringFieldUpdateOperationsInput | string | null createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string role?: Prisma.StringFieldUpdateOperationsInput | string phoneNumber?: Prisma.NullableStringFieldUpdateOperationsInput | string | null deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null accounts?: Prisma.AccountsUncheckedUpdateManyWithoutUsersNestedInput mentorApplication?: Prisma.MentorApplicationsUncheckedUpdateOneWithoutUserNestedInput } export type UsersCreateWithoutAccountsInput = { id: string name: string email: string emailVerified?: boolean image?: string | null createdAt?: Date | string updatedAt?: Date | string role?: string phoneNumber?: string | null deletedAt?: Date | string | null sessions?: Prisma.SessionsCreateNestedManyWithoutUsersInput mentorApplication?: Prisma.MentorApplicationsCreateNestedOneWithoutUserInput } export type UsersUncheckedCreateWithoutAccountsInput = { id: string name: string email: string emailVerified?: boolean image?: string | null createdAt?: Date | string updatedAt?: Date | string role?: string phoneNumber?: string | null deletedAt?: Date | string | null sessions?: Prisma.SessionsUncheckedCreateNestedManyWithoutUsersInput mentorApplication?: Prisma.MentorApplicationsUncheckedCreateNestedOneWithoutUserInput } export type UsersCreateOrConnectWithoutAccountsInput = { where: Prisma.UsersWhereUniqueInput create: Prisma.XOR } export type UsersUpsertWithoutAccountsInput = { update: Prisma.XOR create: Prisma.XOR where?: Prisma.UsersWhereInput } export type UsersUpdateToOneWithWhereWithoutAccountsInput = { where?: Prisma.UsersWhereInput data: Prisma.XOR } export type UsersUpdateWithoutAccountsInput = { id?: Prisma.StringFieldUpdateOperationsInput | string name?: Prisma.StringFieldUpdateOperationsInput | string email?: Prisma.StringFieldUpdateOperationsInput | string emailVerified?: Prisma.BoolFieldUpdateOperationsInput | boolean image?: Prisma.NullableStringFieldUpdateOperationsInput | string | null createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string role?: Prisma.StringFieldUpdateOperationsInput | string phoneNumber?: Prisma.NullableStringFieldUpdateOperationsInput | string | null deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null sessions?: Prisma.SessionsUpdateManyWithoutUsersNestedInput mentorApplication?: Prisma.MentorApplicationsUpdateOneWithoutUserNestedInput } export type UsersUncheckedUpdateWithoutAccountsInput = { id?: Prisma.StringFieldUpdateOperationsInput | string name?: Prisma.StringFieldUpdateOperationsInput | string email?: Prisma.StringFieldUpdateOperationsInput | string emailVerified?: Prisma.BoolFieldUpdateOperationsInput | boolean image?: Prisma.NullableStringFieldUpdateOperationsInput | string | null createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string role?: Prisma.StringFieldUpdateOperationsInput | string phoneNumber?: Prisma.NullableStringFieldUpdateOperationsInput | string | null deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null sessions?: Prisma.SessionsUncheckedUpdateManyWithoutUsersNestedInput mentorApplication?: Prisma.MentorApplicationsUncheckedUpdateOneWithoutUserNestedInput } export type UsersCreateWithoutMentorApplicationInput = { id: string name: string email: string emailVerified?: boolean image?: string | null createdAt?: Date | string updatedAt?: Date | string role?: string phoneNumber?: string | null deletedAt?: Date | string | null sessions?: Prisma.SessionsCreateNestedManyWithoutUsersInput accounts?: Prisma.AccountsCreateNestedManyWithoutUsersInput } export type UsersUncheckedCreateWithoutMentorApplicationInput = { id: string name: string email: string emailVerified?: boolean image?: string | null createdAt?: Date | string updatedAt?: Date | string role?: string phoneNumber?: string | null deletedAt?: Date | string | null sessions?: Prisma.SessionsUncheckedCreateNestedManyWithoutUsersInput accounts?: Prisma.AccountsUncheckedCreateNestedManyWithoutUsersInput } export type UsersCreateOrConnectWithoutMentorApplicationInput = { where: Prisma.UsersWhereUniqueInput create: Prisma.XOR } export type UsersUpsertWithoutMentorApplicationInput = { update: Prisma.XOR create: Prisma.XOR where?: Prisma.UsersWhereInput } export type UsersUpdateToOneWithWhereWithoutMentorApplicationInput = { where?: Prisma.UsersWhereInput data: Prisma.XOR } export type UsersUpdateWithoutMentorApplicationInput = { id?: Prisma.StringFieldUpdateOperationsInput | string name?: Prisma.StringFieldUpdateOperationsInput | string email?: Prisma.StringFieldUpdateOperationsInput | string emailVerified?: Prisma.BoolFieldUpdateOperationsInput | boolean image?: Prisma.NullableStringFieldUpdateOperationsInput | string | null createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string role?: Prisma.StringFieldUpdateOperationsInput | string phoneNumber?: Prisma.NullableStringFieldUpdateOperationsInput | string | null deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null sessions?: Prisma.SessionsUpdateManyWithoutUsersNestedInput accounts?: Prisma.AccountsUpdateManyWithoutUsersNestedInput } export type UsersUncheckedUpdateWithoutMentorApplicationInput = { id?: Prisma.StringFieldUpdateOperationsInput | string name?: Prisma.StringFieldUpdateOperationsInput | string email?: Prisma.StringFieldUpdateOperationsInput | string emailVerified?: Prisma.BoolFieldUpdateOperationsInput | boolean image?: Prisma.NullableStringFieldUpdateOperationsInput | string | null createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string role?: Prisma.StringFieldUpdateOperationsInput | string phoneNumber?: Prisma.NullableStringFieldUpdateOperationsInput | string | null deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null sessions?: Prisma.SessionsUncheckedUpdateManyWithoutUsersNestedInput accounts?: Prisma.AccountsUncheckedUpdateManyWithoutUsersNestedInput } /** * Count Type UsersCountOutputType */ export type UsersCountOutputType = { sessions: number accounts: number } export type UsersCountOutputTypeSelect = { sessions?: boolean | UsersCountOutputTypeCountSessionsArgs accounts?: boolean | UsersCountOutputTypeCountAccountsArgs } /** * UsersCountOutputType without action */ export type UsersCountOutputTypeDefaultArgs = { /** * Select specific fields to fetch from the UsersCountOutputType */ select?: Prisma.UsersCountOutputTypeSelect | null } /** * UsersCountOutputType without action */ export type UsersCountOutputTypeCountSessionsArgs = { where?: Prisma.SessionsWhereInput } /** * UsersCountOutputType without action */ export type UsersCountOutputTypeCountAccountsArgs = { where?: Prisma.AccountsWhereInput } export type UsersSelect = runtime.Types.Extensions.GetSelect<{ id?: boolean name?: boolean email?: boolean emailVerified?: boolean image?: boolean createdAt?: boolean updatedAt?: boolean role?: boolean phoneNumber?: boolean deletedAt?: boolean sessions?: boolean | Prisma.Users$sessionsArgs accounts?: boolean | Prisma.Users$accountsArgs mentorApplication?: boolean | Prisma.Users$mentorApplicationArgs _count?: boolean | Prisma.UsersCountOutputTypeDefaultArgs }, ExtArgs["result"]["users"]> export type UsersSelectCreateManyAndReturn = runtime.Types.Extensions.GetSelect<{ id?: boolean name?: boolean email?: boolean emailVerified?: boolean image?: boolean createdAt?: boolean updatedAt?: boolean role?: boolean phoneNumber?: boolean deletedAt?: boolean }, ExtArgs["result"]["users"]> export type UsersSelectUpdateManyAndReturn = runtime.Types.Extensions.GetSelect<{ id?: boolean name?: boolean email?: boolean emailVerified?: boolean image?: boolean createdAt?: boolean updatedAt?: boolean role?: boolean phoneNumber?: boolean deletedAt?: boolean }, ExtArgs["result"]["users"]> export type UsersSelectScalar = { id?: boolean name?: boolean email?: boolean emailVerified?: boolean image?: boolean createdAt?: boolean updatedAt?: boolean role?: boolean phoneNumber?: boolean deletedAt?: boolean } export type UsersOmit = runtime.Types.Extensions.GetOmit<"id" | "name" | "email" | "emailVerified" | "image" | "createdAt" | "updatedAt" | "role" | "phoneNumber" | "deletedAt", ExtArgs["result"]["users"]> export type UsersInclude = { sessions?: boolean | Prisma.Users$sessionsArgs accounts?: boolean | Prisma.Users$accountsArgs mentorApplication?: boolean | Prisma.Users$mentorApplicationArgs _count?: boolean | Prisma.UsersCountOutputTypeDefaultArgs } export type UsersIncludeCreateManyAndReturn = {} export type UsersIncludeUpdateManyAndReturn = {} export type $UsersPayload = { name: "Users" objects: { sessions: Prisma.$SessionsPayload[] accounts: Prisma.$AccountsPayload[] mentorApplication: Prisma.$MentorApplicationsPayload | null } scalars: runtime.Types.Extensions.GetPayloadResult<{ id: string name: string email: string emailVerified: boolean image: string | null createdAt: Date updatedAt: Date role: string phoneNumber: string | null deletedAt: Date | null }, ExtArgs["result"]["users"]> composites: {} } export type UsersGetPayload = runtime.Types.Result.GetResult export type UsersCountArgs = Omit & { select?: UsersCountAggregateInputType | true } export interface UsersDelegate { [K: symbol]: { types: Prisma.TypeMap['model']['Users'], meta: { name: 'Users' } } /** * Find zero or one Users that matches the filter. * @param {UsersFindUniqueArgs} args - Arguments to find a Users * @example * // Get one Users * const users = await prisma.users.findUnique({ * where: { * // ... provide filter here * } * }) */ findUnique(args: Prisma.SelectSubset>): Prisma.Prisma__UsersClient, T, "findUnique", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions> /** * Find one Users that matches the filter or throw an error with `error.code='P2025'` * if no matches were found. * @param {UsersFindUniqueOrThrowArgs} args - Arguments to find a Users * @example * // Get one Users * const users = await prisma.users.findUniqueOrThrow({ * where: { * // ... provide filter here * } * }) */ findUniqueOrThrow(args: Prisma.SelectSubset>): Prisma.Prisma__UsersClient, T, "findUniqueOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions> /** * Find the first Users 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 {UsersFindFirstArgs} args - Arguments to find a Users * @example * // Get one Users * const users = await prisma.users.findFirst({ * where: { * // ... provide filter here * } * }) */ findFirst(args?: Prisma.SelectSubset>): Prisma.Prisma__UsersClient, T, "findFirst", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions> /** * Find the first Users 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 {UsersFindFirstOrThrowArgs} args - Arguments to find a Users * @example * // Get one Users * const users = await prisma.users.findFirstOrThrow({ * where: { * // ... provide filter here * } * }) */ findFirstOrThrow(args?: Prisma.SelectSubset>): Prisma.Prisma__UsersClient, T, "findFirstOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions> /** * Find zero or more Users 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 {UsersFindManyArgs} args - Arguments to filter and select certain fields only. * @example * // Get all Users * const users = await prisma.users.findMany() * * // Get first 10 Users * const users = await prisma.users.findMany({ take: 10 }) * * // Only select the `id` * const usersWithIdOnly = await prisma.users.findMany({ select: { id: true } }) * */ findMany(args?: Prisma.SelectSubset>): Prisma.PrismaPromise, T, "findMany", GlobalOmitOptions>> /** * Create a Users. * @param {UsersCreateArgs} args - Arguments to create a Users. * @example * // Create one Users * const Users = await prisma.users.create({ * data: { * // ... data to create a Users * } * }) * */ create(args: Prisma.SelectSubset>): Prisma.Prisma__UsersClient, T, "create", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions> /** * Create many Users. * @param {UsersCreateManyArgs} args - Arguments to create many Users. * @example * // Create many Users * const users = await prisma.users.createMany({ * data: [ * // ... provide data here * ] * }) * */ createMany(args?: Prisma.SelectSubset>): Prisma.PrismaPromise /** * Create many Users and returns the data saved in the database. * @param {UsersCreateManyAndReturnArgs} args - Arguments to create many Users. * @example * // Create many Users * const users = await prisma.users.createManyAndReturn({ * data: [ * // ... provide data here * ] * }) * * // Create many Users and only return the `id` * const usersWithIdOnly = await prisma.users.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(args?: Prisma.SelectSubset>): Prisma.PrismaPromise, T, "createManyAndReturn", GlobalOmitOptions>> /** * Delete a Users. * @param {UsersDeleteArgs} args - Arguments to delete one Users. * @example * // Delete one Users * const Users = await prisma.users.delete({ * where: { * // ... filter to delete one Users * } * }) * */ delete(args: Prisma.SelectSubset>): Prisma.Prisma__UsersClient, T, "delete", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions> /** * Update one Users. * @param {UsersUpdateArgs} args - Arguments to update one Users. * @example * // Update one Users * const users = await prisma.users.update({ * where: { * // ... provide filter here * }, * data: { * // ... provide data here * } * }) * */ update(args: Prisma.SelectSubset>): Prisma.Prisma__UsersClient, T, "update", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions> /** * Delete zero or more Users. * @param {UsersDeleteManyArgs} args - Arguments to filter Users to delete. * @example * // Delete a few Users * const { count } = await prisma.users.deleteMany({ * where: { * // ... provide filter here * } * }) * */ deleteMany(args?: Prisma.SelectSubset>): Prisma.PrismaPromise /** * Update zero or more Users. * Note, that providing `undefined` is treated as the value not being there. * Read more here: https://pris.ly/d/null-undefined * @param {UsersUpdateManyArgs} args - Arguments to update one or more rows. * @example * // Update many Users * const users = await prisma.users.updateMany({ * where: { * // ... provide filter here * }, * data: { * // ... provide data here * } * }) * */ updateMany(args: Prisma.SelectSubset>): Prisma.PrismaPromise /** * Update zero or more Users and returns the data updated in the database. * @param {UsersUpdateManyAndReturnArgs} args - Arguments to update many Users. * @example * // Update many Users * const users = await prisma.users.updateManyAndReturn({ * where: { * // ... provide filter here * }, * data: [ * // ... provide data here * ] * }) * * // Update zero or more Users and only return the `id` * const usersWithIdOnly = await prisma.users.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(args: Prisma.SelectSubset>): Prisma.PrismaPromise, T, "updateManyAndReturn", GlobalOmitOptions>> /** * Create or update one Users. * @param {UsersUpsertArgs} args - Arguments to update or create a Users. * @example * // Update or create a Users * const users = await prisma.users.upsert({ * create: { * // ... data to create a Users * }, * update: { * // ... in case it already exists, update * }, * where: { * // ... the filter for the Users we want to update * } * }) */ upsert(args: Prisma.SelectSubset>): Prisma.Prisma__UsersClient, T, "upsert", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions> /** * Count the number of Users. * Note, that providing `undefined` is treated as the value not being there. * Read more here: https://pris.ly/d/null-undefined * @param {UsersCountArgs} args - Arguments to filter Users to count. * @example * // Count the number of Users * const count = await prisma.users.count({ * where: { * // ... the filter for the Users we want to count * } * }) **/ count( args?: Prisma.Subset, ): Prisma.PrismaPromise< T extends runtime.Types.Utils.Record<'select', any> ? T['select'] extends true ? number : Prisma.GetScalarType : number > /** * Allows you to perform aggregations operations on a Users. * Note, that providing `undefined` is treated as the value not being there. * Read more here: https://pris.ly/d/null-undefined * @param {UsersAggregateArgs} 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(args: Prisma.Subset): Prisma.PrismaPromise> /** * Group by Users. * Note, that providing `undefined` is treated as the value not being there. * Read more here: https://pris.ly/d/null-undefined * @param {UsersGroupByArgs} 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 UsersGroupByArgs, HasSelectOrTake extends Prisma.Or< Prisma.Extends<'skip', Prisma.Keys>, Prisma.Extends<'take', Prisma.Keys> >, OrderByArg extends Prisma.True extends HasSelectOrTake ? { orderBy: UsersGroupByArgs['orderBy'] } : { orderBy?: UsersGroupByArgs['orderBy'] }, OrderFields extends Prisma.ExcludeUnderscoreKeys>>, ByFields extends Prisma.MaybeTupleToUnion, ByValid extends Prisma.Has, HavingFields extends Prisma.GetHavingFields, HavingValid extends Prisma.Has, 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 ? 'orderBy' extends Prisma.Keys ? 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 ? 'orderBy' extends Prisma.Keys ? 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 & InputErrors): {} extends InputErrors ? GetUsersGroupByPayload : Prisma.PrismaPromise /** * Fields of the Users model */ readonly fields: UsersFieldRefs; } /** * The delegate class that acts as a "Promise-like" for Users. * 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__UsersClient extends Prisma.PrismaPromise { readonly [Symbol.toStringTag]: "PrismaPromise" sessions = {}>(args?: Prisma.Subset>): Prisma.PrismaPromise, T, "findMany", GlobalOmitOptions> | Null> accounts = {}>(args?: Prisma.Subset>): Prisma.PrismaPromise, T, "findMany", GlobalOmitOptions> | Null> mentorApplication = {}>(args?: Prisma.Subset>): Prisma.Prisma__MentorApplicationsClient, 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(onfulfilled?: ((value: T) => TResult1 | PromiseLike) | undefined | null, onrejected?: ((reason: any) => TResult2 | PromiseLike) | undefined | null): runtime.Types.Utils.JsPromise /** * 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(onrejected?: ((reason: any) => TResult | PromiseLike) | undefined | null): runtime.Types.Utils.JsPromise /** * 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 } /** * Fields of the Users model */ export interface UsersFieldRefs { readonly id: Prisma.FieldRef<"Users", 'String'> readonly name: Prisma.FieldRef<"Users", 'String'> readonly email: Prisma.FieldRef<"Users", 'String'> readonly emailVerified: Prisma.FieldRef<"Users", 'Boolean'> readonly image: Prisma.FieldRef<"Users", 'String'> readonly createdAt: Prisma.FieldRef<"Users", 'DateTime'> readonly updatedAt: Prisma.FieldRef<"Users", 'DateTime'> readonly role: Prisma.FieldRef<"Users", 'String'> readonly phoneNumber: Prisma.FieldRef<"Users", 'String'> readonly deletedAt: Prisma.FieldRef<"Users", 'DateTime'> } // Custom InputTypes /** * Users findUnique */ export type UsersFindUniqueArgs = { /** * Select specific fields to fetch from the Users */ select?: Prisma.UsersSelect | null /** * Omit specific fields from the Users */ omit?: Prisma.UsersOmit | null /** * Choose, which related nodes to fetch as well */ include?: Prisma.UsersInclude | null /** * Filter, which Users to fetch. */ where: Prisma.UsersWhereUniqueInput } /** * Users findUniqueOrThrow */ export type UsersFindUniqueOrThrowArgs = { /** * Select specific fields to fetch from the Users */ select?: Prisma.UsersSelect | null /** * Omit specific fields from the Users */ omit?: Prisma.UsersOmit | null /** * Choose, which related nodes to fetch as well */ include?: Prisma.UsersInclude | null /** * Filter, which Users to fetch. */ where: Prisma.UsersWhereUniqueInput } /** * Users findFirst */ export type UsersFindFirstArgs = { /** * Select specific fields to fetch from the Users */ select?: Prisma.UsersSelect | null /** * Omit specific fields from the Users */ omit?: Prisma.UsersOmit | null /** * Choose, which related nodes to fetch as well */ include?: Prisma.UsersInclude | null /** * Filter, which Users to fetch. */ where?: Prisma.UsersWhereInput /** * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs} * * Determine the order of Users to fetch. */ orderBy?: Prisma.UsersOrderByWithRelationInput | Prisma.UsersOrderByWithRelationInput[] /** * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs} * * Sets the position for searching for Users. */ cursor?: Prisma.UsersWhereUniqueInput /** * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs} * * Take `±n` Users 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` Users. */ skip?: number /** * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs} * * Filter by unique combinations of Users. */ distinct?: Prisma.UsersScalarFieldEnum | Prisma.UsersScalarFieldEnum[] } /** * Users findFirstOrThrow */ export type UsersFindFirstOrThrowArgs = { /** * Select specific fields to fetch from the Users */ select?: Prisma.UsersSelect | null /** * Omit specific fields from the Users */ omit?: Prisma.UsersOmit | null /** * Choose, which related nodes to fetch as well */ include?: Prisma.UsersInclude | null /** * Filter, which Users to fetch. */ where?: Prisma.UsersWhereInput /** * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs} * * Determine the order of Users to fetch. */ orderBy?: Prisma.UsersOrderByWithRelationInput | Prisma.UsersOrderByWithRelationInput[] /** * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs} * * Sets the position for searching for Users. */ cursor?: Prisma.UsersWhereUniqueInput /** * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs} * * Take `±n` Users 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` Users. */ skip?: number /** * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs} * * Filter by unique combinations of Users. */ distinct?: Prisma.UsersScalarFieldEnum | Prisma.UsersScalarFieldEnum[] } /** * Users findMany */ export type UsersFindManyArgs = { /** * Select specific fields to fetch from the Users */ select?: Prisma.UsersSelect | null /** * Omit specific fields from the Users */ omit?: Prisma.UsersOmit | null /** * Choose, which related nodes to fetch as well */ include?: Prisma.UsersInclude | null /** * Filter, which Users to fetch. */ where?: Prisma.UsersWhereInput /** * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs} * * Determine the order of Users to fetch. */ orderBy?: Prisma.UsersOrderByWithRelationInput | Prisma.UsersOrderByWithRelationInput[] /** * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs} * * Sets the position for listing Users. */ cursor?: Prisma.UsersWhereUniqueInput /** * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs} * * Take `±n` Users 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` Users. */ skip?: number distinct?: Prisma.UsersScalarFieldEnum | Prisma.UsersScalarFieldEnum[] } /** * Users create */ export type UsersCreateArgs = { /** * Select specific fields to fetch from the Users */ select?: Prisma.UsersSelect | null /** * Omit specific fields from the Users */ omit?: Prisma.UsersOmit | null /** * Choose, which related nodes to fetch as well */ include?: Prisma.UsersInclude | null /** * The data needed to create a Users. */ data: Prisma.XOR } /** * Users createMany */ export type UsersCreateManyArgs = { /** * The data used to create many Users. */ data: Prisma.UsersCreateManyInput | Prisma.UsersCreateManyInput[] skipDuplicates?: boolean } /** * Users createManyAndReturn */ export type UsersCreateManyAndReturnArgs = { /** * Select specific fields to fetch from the Users */ select?: Prisma.UsersSelectCreateManyAndReturn | null /** * Omit specific fields from the Users */ omit?: Prisma.UsersOmit | null /** * The data used to create many Users. */ data: Prisma.UsersCreateManyInput | Prisma.UsersCreateManyInput[] skipDuplicates?: boolean } /** * Users update */ export type UsersUpdateArgs = { /** * Select specific fields to fetch from the Users */ select?: Prisma.UsersSelect | null /** * Omit specific fields from the Users */ omit?: Prisma.UsersOmit | null /** * Choose, which related nodes to fetch as well */ include?: Prisma.UsersInclude | null /** * The data needed to update a Users. */ data: Prisma.XOR /** * Choose, which Users to update. */ where: Prisma.UsersWhereUniqueInput } /** * Users updateMany */ export type UsersUpdateManyArgs = { /** * The data used to update Users. */ data: Prisma.XOR /** * Filter which Users to update */ where?: Prisma.UsersWhereInput /** * Limit how many Users to update. */ limit?: number } /** * Users updateManyAndReturn */ export type UsersUpdateManyAndReturnArgs = { /** * Select specific fields to fetch from the Users */ select?: Prisma.UsersSelectUpdateManyAndReturn | null /** * Omit specific fields from the Users */ omit?: Prisma.UsersOmit | null /** * The data used to update Users. */ data: Prisma.XOR /** * Filter which Users to update */ where?: Prisma.UsersWhereInput /** * Limit how many Users to update. */ limit?: number } /** * Users upsert */ export type UsersUpsertArgs = { /** * Select specific fields to fetch from the Users */ select?: Prisma.UsersSelect | null /** * Omit specific fields from the Users */ omit?: Prisma.UsersOmit | null /** * Choose, which related nodes to fetch as well */ include?: Prisma.UsersInclude | null /** * The filter to search for the Users to update in case it exists. */ where: Prisma.UsersWhereUniqueInput /** * In case the Users found by the `where` argument doesn't exist, create a new Users with this data. */ create: Prisma.XOR /** * In case the Users was found with the provided `where` argument, update it with this data. */ update: Prisma.XOR } /** * Users delete */ export type UsersDeleteArgs = { /** * Select specific fields to fetch from the Users */ select?: Prisma.UsersSelect | null /** * Omit specific fields from the Users */ omit?: Prisma.UsersOmit | null /** * Choose, which related nodes to fetch as well */ include?: Prisma.UsersInclude | null /** * Filter which Users to delete. */ where: Prisma.UsersWhereUniqueInput } /** * Users deleteMany */ export type UsersDeleteManyArgs = { /** * Filter which Users to delete */ where?: Prisma.UsersWhereInput /** * Limit how many Users to delete. */ limit?: number } /** * Users.sessions */ export type Users$sessionsArgs = { /** * Select specific fields to fetch from the Sessions */ select?: Prisma.SessionsSelect | null /** * Omit specific fields from the Sessions */ omit?: Prisma.SessionsOmit | null /** * Choose, which related nodes to fetch as well */ include?: Prisma.SessionsInclude | null where?: Prisma.SessionsWhereInput orderBy?: Prisma.SessionsOrderByWithRelationInput | Prisma.SessionsOrderByWithRelationInput[] cursor?: Prisma.SessionsWhereUniqueInput take?: number skip?: number distinct?: Prisma.SessionsScalarFieldEnum | Prisma.SessionsScalarFieldEnum[] } /** * Users.accounts */ export type Users$accountsArgs = { /** * Select specific fields to fetch from the Accounts */ select?: Prisma.AccountsSelect | null /** * Omit specific fields from the Accounts */ omit?: Prisma.AccountsOmit | null /** * Choose, which related nodes to fetch as well */ include?: Prisma.AccountsInclude | null where?: Prisma.AccountsWhereInput orderBy?: Prisma.AccountsOrderByWithRelationInput | Prisma.AccountsOrderByWithRelationInput[] cursor?: Prisma.AccountsWhereUniqueInput take?: number skip?: number distinct?: Prisma.AccountsScalarFieldEnum | Prisma.AccountsScalarFieldEnum[] } /** * Users.mentorApplication */ export type Users$mentorApplicationArgs = { /** * Select specific fields to fetch from the MentorApplications */ select?: Prisma.MentorApplicationsSelect | null /** * Omit specific fields from the MentorApplications */ omit?: Prisma.MentorApplicationsOmit | null /** * Choose, which related nodes to fetch as well */ include?: Prisma.MentorApplicationsInclude | null where?: Prisma.MentorApplicationsWhereInput } /** * Users without action */ export type UsersDefaultArgs = { /** * Select specific fields to fetch from the Users */ select?: Prisma.UsersSelect | null /** * Omit specific fields from the Users */ omit?: Prisma.UsersOmit | null /** * Choose, which related nodes to fetch as well */ include?: Prisma.UsersInclude | null }