/* !!! This is code generated by Prisma. Do not edit directly. !!! */ /* eslint-disable */ // biome-ignore-all lint: generated file // @ts-nocheck /* * This file exports the `tele_wiz` 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" import type * as Prisma from "../internal/prismaNamespace" /** * Model tele_wiz * */ export type tele_wizModel = runtime.Types.Result.DefaultSelection export type AggregateTele_wiz = { _count: Tele_wizCountAggregateOutputType | null _avg: Tele_wizAvgAggregateOutputType | null _sum: Tele_wizSumAggregateOutputType | null _min: Tele_wizMinAggregateOutputType | null _max: Tele_wizMaxAggregateOutputType | null } export type Tele_wizAvgAggregateOutputType = { id: number | null account_id: number | null delivery_id: number | null ticket_id: number | null nb_stb: number | null credit: number | null fbase: number | null } export type Tele_wizSumAggregateOutputType = { id: number | null account_id: number | null delivery_id: number | null ticket_id: number | null nb_stb: number | null credit: number | null fbase: number | null } export type Tele_wizMinAggregateOutputType = { id: number | null account_id: number | null delivery_id: number | null ticket_id: number | null nb_stb: number | null credit: number | null fbase: number | null fthem: string | null } export type Tele_wizMaxAggregateOutputType = { id: number | null account_id: number | null delivery_id: number | null ticket_id: number | null nb_stb: number | null credit: number | null fbase: number | null fthem: string | null } export type Tele_wizCountAggregateOutputType = { id: number account_id: number delivery_id: number ticket_id: number nb_stb: number credit: number fbase: number fthem: number _all: number } export type Tele_wizAvgAggregateInputType = { id?: true account_id?: true delivery_id?: true ticket_id?: true nb_stb?: true credit?: true fbase?: true } export type Tele_wizSumAggregateInputType = { id?: true account_id?: true delivery_id?: true ticket_id?: true nb_stb?: true credit?: true fbase?: true } export type Tele_wizMinAggregateInputType = { id?: true account_id?: true delivery_id?: true ticket_id?: true nb_stb?: true credit?: true fbase?: true fthem?: true } export type Tele_wizMaxAggregateInputType = { id?: true account_id?: true delivery_id?: true ticket_id?: true nb_stb?: true credit?: true fbase?: true fthem?: true } export type Tele_wizCountAggregateInputType = { id?: true account_id?: true delivery_id?: true ticket_id?: true nb_stb?: true credit?: true fbase?: true fthem?: true _all?: true } export type Tele_wizAggregateArgs = { /** * Filter which tele_wiz to aggregate. */ where?: Prisma.tele_wizWhereInput /** * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs} * * Determine the order of tele_wizs to fetch. */ orderBy?: Prisma.tele_wizOrderByWithRelationInput | Prisma.tele_wizOrderByWithRelationInput[] /** * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs} * * Sets the start position */ cursor?: Prisma.tele_wizWhereUniqueInput /** * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs} * * Take `±n` tele_wizs 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` tele_wizs. */ skip?: number /** * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs} * * Count returned tele_wizs **/ _count?: true | Tele_wizCountAggregateInputType /** * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs} * * Select which fields to average **/ _avg?: Tele_wizAvgAggregateInputType /** * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs} * * Select which fields to sum **/ _sum?: Tele_wizSumAggregateInputType /** * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs} * * Select which fields to find the minimum value **/ _min?: Tele_wizMinAggregateInputType /** * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs} * * Select which fields to find the maximum value **/ _max?: Tele_wizMaxAggregateInputType } export type GetTele_wizAggregateType = { [P in keyof T & keyof AggregateTele_wiz]: P extends '_count' | 'count' ? T[P] extends true ? number : Prisma.GetScalarType : Prisma.GetScalarType } export type tele_wizGroupByArgs = { where?: Prisma.tele_wizWhereInput orderBy?: Prisma.tele_wizOrderByWithAggregationInput | Prisma.tele_wizOrderByWithAggregationInput[] by: Prisma.Tele_wizScalarFieldEnum[] | Prisma.Tele_wizScalarFieldEnum having?: Prisma.tele_wizScalarWhereWithAggregatesInput take?: number skip?: number _count?: Tele_wizCountAggregateInputType | true _avg?: Tele_wizAvgAggregateInputType _sum?: Tele_wizSumAggregateInputType _min?: Tele_wizMinAggregateInputType _max?: Tele_wizMaxAggregateInputType } export type Tele_wizGroupByOutputType = { id: number account_id: number delivery_id: number ticket_id: number nb_stb: number credit: number fbase: number fthem: string _count: Tele_wizCountAggregateOutputType | null _avg: Tele_wizAvgAggregateOutputType | null _sum: Tele_wizSumAggregateOutputType | null _min: Tele_wizMinAggregateOutputType | null _max: Tele_wizMaxAggregateOutputType | null } type GetTele_wizGroupByPayload = Prisma.PrismaPromise< Array< Prisma.PickEnumerable & { [P in ((keyof T) & (keyof Tele_wizGroupByOutputType))]: P extends '_count' ? T[P] extends boolean ? number : Prisma.GetScalarType : Prisma.GetScalarType } > > export type tele_wizWhereInput = { AND?: Prisma.tele_wizWhereInput | Prisma.tele_wizWhereInput[] OR?: Prisma.tele_wizWhereInput[] NOT?: Prisma.tele_wizWhereInput | Prisma.tele_wizWhereInput[] id?: Prisma.IntFilter<"tele_wiz"> | number account_id?: Prisma.IntFilter<"tele_wiz"> | number delivery_id?: Prisma.IntFilter<"tele_wiz"> | number ticket_id?: Prisma.IntFilter<"tele_wiz"> | number nb_stb?: Prisma.IntFilter<"tele_wiz"> | number credit?: Prisma.IntFilter<"tele_wiz"> | number fbase?: Prisma.IntFilter<"tele_wiz"> | number fthem?: Prisma.StringFilter<"tele_wiz"> | string } export type tele_wizOrderByWithRelationInput = { id?: Prisma.SortOrder account_id?: Prisma.SortOrder delivery_id?: Prisma.SortOrder ticket_id?: Prisma.SortOrder nb_stb?: Prisma.SortOrder credit?: Prisma.SortOrder fbase?: Prisma.SortOrder fthem?: Prisma.SortOrder _relevance?: Prisma.tele_wizOrderByRelevanceInput } export type tele_wizWhereUniqueInput = Prisma.AtLeast<{ id?: number AND?: Prisma.tele_wizWhereInput | Prisma.tele_wizWhereInput[] OR?: Prisma.tele_wizWhereInput[] NOT?: Prisma.tele_wizWhereInput | Prisma.tele_wizWhereInput[] account_id?: Prisma.IntFilter<"tele_wiz"> | number delivery_id?: Prisma.IntFilter<"tele_wiz"> | number ticket_id?: Prisma.IntFilter<"tele_wiz"> | number nb_stb?: Prisma.IntFilter<"tele_wiz"> | number credit?: Prisma.IntFilter<"tele_wiz"> | number fbase?: Prisma.IntFilter<"tele_wiz"> | number fthem?: Prisma.StringFilter<"tele_wiz"> | string }, "id"> export type tele_wizOrderByWithAggregationInput = { id?: Prisma.SortOrder account_id?: Prisma.SortOrder delivery_id?: Prisma.SortOrder ticket_id?: Prisma.SortOrder nb_stb?: Prisma.SortOrder credit?: Prisma.SortOrder fbase?: Prisma.SortOrder fthem?: Prisma.SortOrder _count?: Prisma.tele_wizCountOrderByAggregateInput _avg?: Prisma.tele_wizAvgOrderByAggregateInput _max?: Prisma.tele_wizMaxOrderByAggregateInput _min?: Prisma.tele_wizMinOrderByAggregateInput _sum?: Prisma.tele_wizSumOrderByAggregateInput } export type tele_wizScalarWhereWithAggregatesInput = { AND?: Prisma.tele_wizScalarWhereWithAggregatesInput | Prisma.tele_wizScalarWhereWithAggregatesInput[] OR?: Prisma.tele_wizScalarWhereWithAggregatesInput[] NOT?: Prisma.tele_wizScalarWhereWithAggregatesInput | Prisma.tele_wizScalarWhereWithAggregatesInput[] id?: Prisma.IntWithAggregatesFilter<"tele_wiz"> | number account_id?: Prisma.IntWithAggregatesFilter<"tele_wiz"> | number delivery_id?: Prisma.IntWithAggregatesFilter<"tele_wiz"> | number ticket_id?: Prisma.IntWithAggregatesFilter<"tele_wiz"> | number nb_stb?: Prisma.IntWithAggregatesFilter<"tele_wiz"> | number credit?: Prisma.IntWithAggregatesFilter<"tele_wiz"> | number fbase?: Prisma.IntWithAggregatesFilter<"tele_wiz"> | number fthem?: Prisma.StringWithAggregatesFilter<"tele_wiz"> | string } export type tele_wizCreateInput = { account_id: number delivery_id: number ticket_id: number nb_stb: number credit: number fbase: number fthem: string } export type tele_wizUncheckedCreateInput = { id?: number account_id: number delivery_id: number ticket_id: number nb_stb: number credit: number fbase: number fthem: string } export type tele_wizUpdateInput = { account_id?: Prisma.IntFieldUpdateOperationsInput | number delivery_id?: Prisma.IntFieldUpdateOperationsInput | number ticket_id?: Prisma.IntFieldUpdateOperationsInput | number nb_stb?: Prisma.IntFieldUpdateOperationsInput | number credit?: Prisma.IntFieldUpdateOperationsInput | number fbase?: Prisma.IntFieldUpdateOperationsInput | number fthem?: Prisma.StringFieldUpdateOperationsInput | string } export type tele_wizUncheckedUpdateInput = { id?: Prisma.IntFieldUpdateOperationsInput | number account_id?: Prisma.IntFieldUpdateOperationsInput | number delivery_id?: Prisma.IntFieldUpdateOperationsInput | number ticket_id?: Prisma.IntFieldUpdateOperationsInput | number nb_stb?: Prisma.IntFieldUpdateOperationsInput | number credit?: Prisma.IntFieldUpdateOperationsInput | number fbase?: Prisma.IntFieldUpdateOperationsInput | number fthem?: Prisma.StringFieldUpdateOperationsInput | string } export type tele_wizCreateManyInput = { id?: number account_id: number delivery_id: number ticket_id: number nb_stb: number credit: number fbase: number fthem: string } export type tele_wizUpdateManyMutationInput = { account_id?: Prisma.IntFieldUpdateOperationsInput | number delivery_id?: Prisma.IntFieldUpdateOperationsInput | number ticket_id?: Prisma.IntFieldUpdateOperationsInput | number nb_stb?: Prisma.IntFieldUpdateOperationsInput | number credit?: Prisma.IntFieldUpdateOperationsInput | number fbase?: Prisma.IntFieldUpdateOperationsInput | number fthem?: Prisma.StringFieldUpdateOperationsInput | string } export type tele_wizUncheckedUpdateManyInput = { id?: Prisma.IntFieldUpdateOperationsInput | number account_id?: Prisma.IntFieldUpdateOperationsInput | number delivery_id?: Prisma.IntFieldUpdateOperationsInput | number ticket_id?: Prisma.IntFieldUpdateOperationsInput | number nb_stb?: Prisma.IntFieldUpdateOperationsInput | number credit?: Prisma.IntFieldUpdateOperationsInput | number fbase?: Prisma.IntFieldUpdateOperationsInput | number fthem?: Prisma.StringFieldUpdateOperationsInput | string } export type tele_wizOrderByRelevanceInput = { fields: Prisma.tele_wizOrderByRelevanceFieldEnum | Prisma.tele_wizOrderByRelevanceFieldEnum[] sort: Prisma.SortOrder search: string } export type tele_wizCountOrderByAggregateInput = { id?: Prisma.SortOrder account_id?: Prisma.SortOrder delivery_id?: Prisma.SortOrder ticket_id?: Prisma.SortOrder nb_stb?: Prisma.SortOrder credit?: Prisma.SortOrder fbase?: Prisma.SortOrder fthem?: Prisma.SortOrder } export type tele_wizAvgOrderByAggregateInput = { id?: Prisma.SortOrder account_id?: Prisma.SortOrder delivery_id?: Prisma.SortOrder ticket_id?: Prisma.SortOrder nb_stb?: Prisma.SortOrder credit?: Prisma.SortOrder fbase?: Prisma.SortOrder } export type tele_wizMaxOrderByAggregateInput = { id?: Prisma.SortOrder account_id?: Prisma.SortOrder delivery_id?: Prisma.SortOrder ticket_id?: Prisma.SortOrder nb_stb?: Prisma.SortOrder credit?: Prisma.SortOrder fbase?: Prisma.SortOrder fthem?: Prisma.SortOrder } export type tele_wizMinOrderByAggregateInput = { id?: Prisma.SortOrder account_id?: Prisma.SortOrder delivery_id?: Prisma.SortOrder ticket_id?: Prisma.SortOrder nb_stb?: Prisma.SortOrder credit?: Prisma.SortOrder fbase?: Prisma.SortOrder fthem?: Prisma.SortOrder } export type tele_wizSumOrderByAggregateInput = { id?: Prisma.SortOrder account_id?: Prisma.SortOrder delivery_id?: Prisma.SortOrder ticket_id?: Prisma.SortOrder nb_stb?: Prisma.SortOrder credit?: Prisma.SortOrder fbase?: Prisma.SortOrder } export type tele_wizSelect = runtime.Types.Extensions.GetSelect<{ id?: boolean account_id?: boolean delivery_id?: boolean ticket_id?: boolean nb_stb?: boolean credit?: boolean fbase?: boolean fthem?: boolean }, ExtArgs["result"]["tele_wiz"]> export type tele_wizSelectScalar = { id?: boolean account_id?: boolean delivery_id?: boolean ticket_id?: boolean nb_stb?: boolean credit?: boolean fbase?: boolean fthem?: boolean } export type tele_wizOmit = runtime.Types.Extensions.GetOmit<"id" | "account_id" | "delivery_id" | "ticket_id" | "nb_stb" | "credit" | "fbase" | "fthem", ExtArgs["result"]["tele_wiz"]> export type $tele_wizPayload = { name: "tele_wiz" objects: {} scalars: runtime.Types.Extensions.GetPayloadResult<{ id: number account_id: number delivery_id: number ticket_id: number nb_stb: number credit: number fbase: number fthem: string }, ExtArgs["result"]["tele_wiz"]> composites: {} } export type tele_wizGetPayload = runtime.Types.Result.GetResult export type tele_wizCountArgs = Omit & { select?: Tele_wizCountAggregateInputType | true } export interface tele_wizDelegate { [K: symbol]: { types: Prisma.TypeMap['model']['tele_wiz'], meta: { name: 'tele_wiz' } } /** * Find zero or one Tele_wiz that matches the filter. * @param {tele_wizFindUniqueArgs} args - Arguments to find a Tele_wiz * @example * // Get one Tele_wiz * const tele_wiz = await prisma.tele_wiz.findUnique({ * where: { * // ... provide filter here * } * }) */ findUnique(args: Prisma.SelectSubset>): Prisma.Prisma__tele_wizClient, T, "findUnique", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions> /** * Find one Tele_wiz that matches the filter or throw an error with `error.code='P2025'` * if no matches were found. * @param {tele_wizFindUniqueOrThrowArgs} args - Arguments to find a Tele_wiz * @example * // Get one Tele_wiz * const tele_wiz = await prisma.tele_wiz.findUniqueOrThrow({ * where: { * // ... provide filter here * } * }) */ findUniqueOrThrow(args: Prisma.SelectSubset>): Prisma.Prisma__tele_wizClient, T, "findUniqueOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions> /** * Find the first Tele_wiz 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 {tele_wizFindFirstArgs} args - Arguments to find a Tele_wiz * @example * // Get one Tele_wiz * const tele_wiz = await prisma.tele_wiz.findFirst({ * where: { * // ... provide filter here * } * }) */ findFirst(args?: Prisma.SelectSubset>): Prisma.Prisma__tele_wizClient, T, "findFirst", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions> /** * Find the first Tele_wiz 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 {tele_wizFindFirstOrThrowArgs} args - Arguments to find a Tele_wiz * @example * // Get one Tele_wiz * const tele_wiz = await prisma.tele_wiz.findFirstOrThrow({ * where: { * // ... provide filter here * } * }) */ findFirstOrThrow(args?: Prisma.SelectSubset>): Prisma.Prisma__tele_wizClient, T, "findFirstOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions> /** * Find zero or more Tele_wizs 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 {tele_wizFindManyArgs} args - Arguments to filter and select certain fields only. * @example * // Get all Tele_wizs * const tele_wizs = await prisma.tele_wiz.findMany() * * // Get first 10 Tele_wizs * const tele_wizs = await prisma.tele_wiz.findMany({ take: 10 }) * * // Only select the `id` * const tele_wizWithIdOnly = await prisma.tele_wiz.findMany({ select: { id: true } }) * */ findMany(args?: Prisma.SelectSubset>): Prisma.PrismaPromise, T, "findMany", GlobalOmitOptions>> /** * Create a Tele_wiz. * @param {tele_wizCreateArgs} args - Arguments to create a Tele_wiz. * @example * // Create one Tele_wiz * const Tele_wiz = await prisma.tele_wiz.create({ * data: { * // ... data to create a Tele_wiz * } * }) * */ create(args: Prisma.SelectSubset>): Prisma.Prisma__tele_wizClient, T, "create", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions> /** * Create many Tele_wizs. * @param {tele_wizCreateManyArgs} args - Arguments to create many Tele_wizs. * @example * // Create many Tele_wizs * const tele_wiz = await prisma.tele_wiz.createMany({ * data: [ * // ... provide data here * ] * }) * */ createMany(args?: Prisma.SelectSubset>): Prisma.PrismaPromise /** * Delete a Tele_wiz. * @param {tele_wizDeleteArgs} args - Arguments to delete one Tele_wiz. * @example * // Delete one Tele_wiz * const Tele_wiz = await prisma.tele_wiz.delete({ * where: { * // ... filter to delete one Tele_wiz * } * }) * */ delete(args: Prisma.SelectSubset>): Prisma.Prisma__tele_wizClient, T, "delete", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions> /** * Update one Tele_wiz. * @param {tele_wizUpdateArgs} args - Arguments to update one Tele_wiz. * @example * // Update one Tele_wiz * const tele_wiz = await prisma.tele_wiz.update({ * where: { * // ... provide filter here * }, * data: { * // ... provide data here * } * }) * */ update(args: Prisma.SelectSubset>): Prisma.Prisma__tele_wizClient, T, "update", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions> /** * Delete zero or more Tele_wizs. * @param {tele_wizDeleteManyArgs} args - Arguments to filter Tele_wizs to delete. * @example * // Delete a few Tele_wizs * const { count } = await prisma.tele_wiz.deleteMany({ * where: { * // ... provide filter here * } * }) * */ deleteMany(args?: Prisma.SelectSubset>): Prisma.PrismaPromise /** * Update zero or more Tele_wizs. * Note, that providing `undefined` is treated as the value not being there. * Read more here: https://pris.ly/d/null-undefined * @param {tele_wizUpdateManyArgs} args - Arguments to update one or more rows. * @example * // Update many Tele_wizs * const tele_wiz = await prisma.tele_wiz.updateMany({ * where: { * // ... provide filter here * }, * data: { * // ... provide data here * } * }) * */ updateMany(args: Prisma.SelectSubset>): Prisma.PrismaPromise /** * Create or update one Tele_wiz. * @param {tele_wizUpsertArgs} args - Arguments to update or create a Tele_wiz. * @example * // Update or create a Tele_wiz * const tele_wiz = await prisma.tele_wiz.upsert({ * create: { * // ... data to create a Tele_wiz * }, * update: { * // ... in case it already exists, update * }, * where: { * // ... the filter for the Tele_wiz we want to update * } * }) */ upsert(args: Prisma.SelectSubset>): Prisma.Prisma__tele_wizClient, T, "upsert", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions> /** * Count the number of Tele_wizs. * Note, that providing `undefined` is treated as the value not being there. * Read more here: https://pris.ly/d/null-undefined * @param {tele_wizCountArgs} args - Arguments to filter Tele_wizs to count. * @example * // Count the number of Tele_wizs * const count = await prisma.tele_wiz.count({ * where: { * // ... the filter for the Tele_wizs 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 Tele_wiz. * Note, that providing `undefined` is treated as the value not being there. * Read more here: https://pris.ly/d/null-undefined * @param {Tele_wizAggregateArgs} 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 Tele_wiz. * Note, that providing `undefined` is treated as the value not being there. * Read more here: https://pris.ly/d/null-undefined * @param {tele_wizGroupByArgs} 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 tele_wizGroupByArgs, HasSelectOrTake extends Prisma.Or< Prisma.Extends<'skip', Prisma.Keys>, Prisma.Extends<'take', Prisma.Keys> >, OrderByArg extends Prisma.True extends HasSelectOrTake ? { orderBy: tele_wizGroupByArgs['orderBy'] } : { orderBy?: tele_wizGroupByArgs['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 ? GetTele_wizGroupByPayload : Prisma.PrismaPromise /** * Fields of the tele_wiz model */ readonly fields: tele_wizFieldRefs; } /** * The delegate class that acts as a "Promise-like" for tele_wiz. * 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__tele_wizClient extends Prisma.PrismaPromise { readonly [Symbol.toStringTag]: "PrismaPromise" /** * 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 tele_wiz model */ export interface tele_wizFieldRefs { readonly id: Prisma.FieldRef<"tele_wiz", 'Int'> readonly account_id: Prisma.FieldRef<"tele_wiz", 'Int'> readonly delivery_id: Prisma.FieldRef<"tele_wiz", 'Int'> readonly ticket_id: Prisma.FieldRef<"tele_wiz", 'Int'> readonly nb_stb: Prisma.FieldRef<"tele_wiz", 'Int'> readonly credit: Prisma.FieldRef<"tele_wiz", 'Int'> readonly fbase: Prisma.FieldRef<"tele_wiz", 'Int'> readonly fthem: Prisma.FieldRef<"tele_wiz", 'String'> } // Custom InputTypes /** * tele_wiz findUnique */ export type tele_wizFindUniqueArgs = { /** * Select specific fields to fetch from the tele_wiz */ select?: Prisma.tele_wizSelect | null /** * Omit specific fields from the tele_wiz */ omit?: Prisma.tele_wizOmit | null /** * Filter, which tele_wiz to fetch. */ where: Prisma.tele_wizWhereUniqueInput } /** * tele_wiz findUniqueOrThrow */ export type tele_wizFindUniqueOrThrowArgs = { /** * Select specific fields to fetch from the tele_wiz */ select?: Prisma.tele_wizSelect | null /** * Omit specific fields from the tele_wiz */ omit?: Prisma.tele_wizOmit | null /** * Filter, which tele_wiz to fetch. */ where: Prisma.tele_wizWhereUniqueInput } /** * tele_wiz findFirst */ export type tele_wizFindFirstArgs = { /** * Select specific fields to fetch from the tele_wiz */ select?: Prisma.tele_wizSelect | null /** * Omit specific fields from the tele_wiz */ omit?: Prisma.tele_wizOmit | null /** * Filter, which tele_wiz to fetch. */ where?: Prisma.tele_wizWhereInput /** * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs} * * Determine the order of tele_wizs to fetch. */ orderBy?: Prisma.tele_wizOrderByWithRelationInput | Prisma.tele_wizOrderByWithRelationInput[] /** * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs} * * Sets the position for searching for tele_wizs. */ cursor?: Prisma.tele_wizWhereUniqueInput /** * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs} * * Take `±n` tele_wizs 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` tele_wizs. */ skip?: number /** * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs} * * Filter by unique combinations of tele_wizs. */ distinct?: Prisma.Tele_wizScalarFieldEnum | Prisma.Tele_wizScalarFieldEnum[] } /** * tele_wiz findFirstOrThrow */ export type tele_wizFindFirstOrThrowArgs = { /** * Select specific fields to fetch from the tele_wiz */ select?: Prisma.tele_wizSelect | null /** * Omit specific fields from the tele_wiz */ omit?: Prisma.tele_wizOmit | null /** * Filter, which tele_wiz to fetch. */ where?: Prisma.tele_wizWhereInput /** * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs} * * Determine the order of tele_wizs to fetch. */ orderBy?: Prisma.tele_wizOrderByWithRelationInput | Prisma.tele_wizOrderByWithRelationInput[] /** * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs} * * Sets the position for searching for tele_wizs. */ cursor?: Prisma.tele_wizWhereUniqueInput /** * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs} * * Take `±n` tele_wizs 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` tele_wizs. */ skip?: number /** * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs} * * Filter by unique combinations of tele_wizs. */ distinct?: Prisma.Tele_wizScalarFieldEnum | Prisma.Tele_wizScalarFieldEnum[] } /** * tele_wiz findMany */ export type tele_wizFindManyArgs = { /** * Select specific fields to fetch from the tele_wiz */ select?: Prisma.tele_wizSelect | null /** * Omit specific fields from the tele_wiz */ omit?: Prisma.tele_wizOmit | null /** * Filter, which tele_wizs to fetch. */ where?: Prisma.tele_wizWhereInput /** * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs} * * Determine the order of tele_wizs to fetch. */ orderBy?: Prisma.tele_wizOrderByWithRelationInput | Prisma.tele_wizOrderByWithRelationInput[] /** * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs} * * Sets the position for listing tele_wizs. */ cursor?: Prisma.tele_wizWhereUniqueInput /** * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs} * * Take `±n` tele_wizs 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` tele_wizs. */ skip?: number distinct?: Prisma.Tele_wizScalarFieldEnum | Prisma.Tele_wizScalarFieldEnum[] } /** * tele_wiz create */ export type tele_wizCreateArgs = { /** * Select specific fields to fetch from the tele_wiz */ select?: Prisma.tele_wizSelect | null /** * Omit specific fields from the tele_wiz */ omit?: Prisma.tele_wizOmit | null /** * The data needed to create a tele_wiz. */ data: Prisma.XOR } /** * tele_wiz createMany */ export type tele_wizCreateManyArgs = { /** * The data used to create many tele_wizs. */ data: Prisma.tele_wizCreateManyInput | Prisma.tele_wizCreateManyInput[] skipDuplicates?: boolean } /** * tele_wiz update */ export type tele_wizUpdateArgs = { /** * Select specific fields to fetch from the tele_wiz */ select?: Prisma.tele_wizSelect | null /** * Omit specific fields from the tele_wiz */ omit?: Prisma.tele_wizOmit | null /** * The data needed to update a tele_wiz. */ data: Prisma.XOR /** * Choose, which tele_wiz to update. */ where: Prisma.tele_wizWhereUniqueInput } /** * tele_wiz updateMany */ export type tele_wizUpdateManyArgs = { /** * The data used to update tele_wizs. */ data: Prisma.XOR /** * Filter which tele_wizs to update */ where?: Prisma.tele_wizWhereInput /** * Limit how many tele_wizs to update. */ limit?: number } /** * tele_wiz upsert */ export type tele_wizUpsertArgs = { /** * Select specific fields to fetch from the tele_wiz */ select?: Prisma.tele_wizSelect | null /** * Omit specific fields from the tele_wiz */ omit?: Prisma.tele_wizOmit | null /** * The filter to search for the tele_wiz to update in case it exists. */ where: Prisma.tele_wizWhereUniqueInput /** * In case the tele_wiz found by the `where` argument doesn't exist, create a new tele_wiz with this data. */ create: Prisma.XOR /** * In case the tele_wiz was found with the provided `where` argument, update it with this data. */ update: Prisma.XOR } /** * tele_wiz delete */ export type tele_wizDeleteArgs = { /** * Select specific fields to fetch from the tele_wiz */ select?: Prisma.tele_wizSelect | null /** * Omit specific fields from the tele_wiz */ omit?: Prisma.tele_wizOmit | null /** * Filter which tele_wiz to delete. */ where: Prisma.tele_wizWhereUniqueInput } /** * tele_wiz deleteMany */ export type tele_wizDeleteManyArgs = { /** * Filter which tele_wizs to delete */ where?: Prisma.tele_wizWhereInput /** * Limit how many tele_wizs to delete. */ limit?: number } /** * tele_wiz without action */ export type tele_wizDefaultArgs = { /** * Select specific fields to fetch from the tele_wiz */ select?: Prisma.tele_wizSelect | null /** * Omit specific fields from the tele_wiz */ omit?: Prisma.tele_wizOmit | null }