/* !!! This is code generated by Prisma. Do not edit directly. !!! */ /* eslint-disable */ // biome-ignore-all lint: generated file // @ts-nocheck /* * This file exports the `checklist_relais` 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 checklist_relais * */ export type checklist_relaisModel = runtime.Types.Result.DefaultSelection export type AggregateChecklist_relais = { _count: Checklist_relaisCountAggregateOutputType | null _avg: Checklist_relaisAvgAggregateOutputType | null _sum: Checklist_relaisSumAggregateOutputType | null _min: Checklist_relaisMinAggregateOutputType | null _max: Checklist_relaisMaxAggregateOutputType | null } export type Checklist_relaisAvgAggregateOutputType = { id: number | null site_id: number | null account_id: number | null priority: number | null done: number | null } export type Checklist_relaisSumAggregateOutputType = { id: number | null site_id: number | null account_id: number | null priority: number | null done: number | null } export type Checklist_relaisMinAggregateOutputType = { id: number | null site_id: number | null site_name: string | null account_id: number | null priority: number | null done: number | null equipement: string | null connecteur: string | null grounding: string | null surge_lightning: string | null switch_poe: string | null switch_giga_shield: string | null batterie: string | null solidity: string | null redondance: string | null antenne_58_360: string | null antenne_24_360: string | null rspro_maj: string | null boite: string | null cable: string | null staros_ubnt: string | null autre: string | null } export type Checklist_relaisMaxAggregateOutputType = { id: number | null site_id: number | null site_name: string | null account_id: number | null priority: number | null done: number | null equipement: string | null connecteur: string | null grounding: string | null surge_lightning: string | null switch_poe: string | null switch_giga_shield: string | null batterie: string | null solidity: string | null redondance: string | null antenne_58_360: string | null antenne_24_360: string | null rspro_maj: string | null boite: string | null cable: string | null staros_ubnt: string | null autre: string | null } export type Checklist_relaisCountAggregateOutputType = { id: number site_id: number site_name: number account_id: number priority: number done: number equipement: number connecteur: number grounding: number surge_lightning: number switch_poe: number switch_giga_shield: number batterie: number solidity: number redondance: number antenne_58_360: number antenne_24_360: number rspro_maj: number boite: number cable: number staros_ubnt: number autre: number _all: number } export type Checklist_relaisAvgAggregateInputType = { id?: true site_id?: true account_id?: true priority?: true done?: true } export type Checklist_relaisSumAggregateInputType = { id?: true site_id?: true account_id?: true priority?: true done?: true } export type Checklist_relaisMinAggregateInputType = { id?: true site_id?: true site_name?: true account_id?: true priority?: true done?: true equipement?: true connecteur?: true grounding?: true surge_lightning?: true switch_poe?: true switch_giga_shield?: true batterie?: true solidity?: true redondance?: true antenne_58_360?: true antenne_24_360?: true rspro_maj?: true boite?: true cable?: true staros_ubnt?: true autre?: true } export type Checklist_relaisMaxAggregateInputType = { id?: true site_id?: true site_name?: true account_id?: true priority?: true done?: true equipement?: true connecteur?: true grounding?: true surge_lightning?: true switch_poe?: true switch_giga_shield?: true batterie?: true solidity?: true redondance?: true antenne_58_360?: true antenne_24_360?: true rspro_maj?: true boite?: true cable?: true staros_ubnt?: true autre?: true } export type Checklist_relaisCountAggregateInputType = { id?: true site_id?: true site_name?: true account_id?: true priority?: true done?: true equipement?: true connecteur?: true grounding?: true surge_lightning?: true switch_poe?: true switch_giga_shield?: true batterie?: true solidity?: true redondance?: true antenne_58_360?: true antenne_24_360?: true rspro_maj?: true boite?: true cable?: true staros_ubnt?: true autre?: true _all?: true } export type Checklist_relaisAggregateArgs = { /** * Filter which checklist_relais to aggregate. */ where?: Prisma.checklist_relaisWhereInput /** * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs} * * Determine the order of checklist_relais to fetch. */ orderBy?: Prisma.checklist_relaisOrderByWithRelationInput | Prisma.checklist_relaisOrderByWithRelationInput[] /** * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs} * * Sets the start position */ cursor?: Prisma.checklist_relaisWhereUniqueInput /** * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs} * * Take `±n` checklist_relais 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` checklist_relais. */ skip?: number /** * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs} * * Count returned checklist_relais **/ _count?: true | Checklist_relaisCountAggregateInputType /** * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs} * * Select which fields to average **/ _avg?: Checklist_relaisAvgAggregateInputType /** * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs} * * Select which fields to sum **/ _sum?: Checklist_relaisSumAggregateInputType /** * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs} * * Select which fields to find the minimum value **/ _min?: Checklist_relaisMinAggregateInputType /** * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs} * * Select which fields to find the maximum value **/ _max?: Checklist_relaisMaxAggregateInputType } export type GetChecklist_relaisAggregateType = { [P in keyof T & keyof AggregateChecklist_relais]: P extends '_count' | 'count' ? T[P] extends true ? number : Prisma.GetScalarType : Prisma.GetScalarType } export type checklist_relaisGroupByArgs = { where?: Prisma.checklist_relaisWhereInput orderBy?: Prisma.checklist_relaisOrderByWithAggregationInput | Prisma.checklist_relaisOrderByWithAggregationInput[] by: Prisma.Checklist_relaisScalarFieldEnum[] | Prisma.Checklist_relaisScalarFieldEnum having?: Prisma.checklist_relaisScalarWhereWithAggregatesInput take?: number skip?: number _count?: Checklist_relaisCountAggregateInputType | true _avg?: Checklist_relaisAvgAggregateInputType _sum?: Checklist_relaisSumAggregateInputType _min?: Checklist_relaisMinAggregateInputType _max?: Checklist_relaisMaxAggregateInputType } export type Checklist_relaisGroupByOutputType = { id: number site_id: number site_name: string | null account_id: number priority: number done: number equipement: string | null connecteur: string | null grounding: string | null surge_lightning: string | null switch_poe: string | null switch_giga_shield: string | null batterie: string | null solidity: string | null redondance: string | null antenne_58_360: string | null antenne_24_360: string | null rspro_maj: string | null boite: string | null cable: string | null staros_ubnt: string | null autre: string | null _count: Checklist_relaisCountAggregateOutputType | null _avg: Checklist_relaisAvgAggregateOutputType | null _sum: Checklist_relaisSumAggregateOutputType | null _min: Checklist_relaisMinAggregateOutputType | null _max: Checklist_relaisMaxAggregateOutputType | null } type GetChecklist_relaisGroupByPayload = Prisma.PrismaPromise< Array< Prisma.PickEnumerable & { [P in ((keyof T) & (keyof Checklist_relaisGroupByOutputType))]: P extends '_count' ? T[P] extends boolean ? number : Prisma.GetScalarType : Prisma.GetScalarType } > > export type checklist_relaisWhereInput = { AND?: Prisma.checklist_relaisWhereInput | Prisma.checklist_relaisWhereInput[] OR?: Prisma.checklist_relaisWhereInput[] NOT?: Prisma.checklist_relaisWhereInput | Prisma.checklist_relaisWhereInput[] id?: Prisma.IntFilter<"checklist_relais"> | number site_id?: Prisma.IntFilter<"checklist_relais"> | number site_name?: Prisma.StringNullableFilter<"checklist_relais"> | string | null account_id?: Prisma.IntFilter<"checklist_relais"> | number priority?: Prisma.IntFilter<"checklist_relais"> | number done?: Prisma.IntFilter<"checklist_relais"> | number equipement?: Prisma.StringNullableFilter<"checklist_relais"> | string | null connecteur?: Prisma.StringNullableFilter<"checklist_relais"> | string | null grounding?: Prisma.StringNullableFilter<"checklist_relais"> | string | null surge_lightning?: Prisma.StringNullableFilter<"checklist_relais"> | string | null switch_poe?: Prisma.StringNullableFilter<"checklist_relais"> | string | null switch_giga_shield?: Prisma.StringNullableFilter<"checklist_relais"> | string | null batterie?: Prisma.StringNullableFilter<"checklist_relais"> | string | null solidity?: Prisma.StringNullableFilter<"checklist_relais"> | string | null redondance?: Prisma.StringNullableFilter<"checklist_relais"> | string | null antenne_58_360?: Prisma.StringNullableFilter<"checklist_relais"> | string | null antenne_24_360?: Prisma.StringNullableFilter<"checklist_relais"> | string | null rspro_maj?: Prisma.StringNullableFilter<"checklist_relais"> | string | null boite?: Prisma.StringNullableFilter<"checklist_relais"> | string | null cable?: Prisma.StringNullableFilter<"checklist_relais"> | string | null staros_ubnt?: Prisma.StringNullableFilter<"checklist_relais"> | string | null autre?: Prisma.StringNullableFilter<"checklist_relais"> | string | null } export type checklist_relaisOrderByWithRelationInput = { id?: Prisma.SortOrder site_id?: Prisma.SortOrder site_name?: Prisma.SortOrderInput | Prisma.SortOrder account_id?: Prisma.SortOrder priority?: Prisma.SortOrder done?: Prisma.SortOrder equipement?: Prisma.SortOrderInput | Prisma.SortOrder connecteur?: Prisma.SortOrderInput | Prisma.SortOrder grounding?: Prisma.SortOrderInput | Prisma.SortOrder surge_lightning?: Prisma.SortOrderInput | Prisma.SortOrder switch_poe?: Prisma.SortOrderInput | Prisma.SortOrder switch_giga_shield?: Prisma.SortOrderInput | Prisma.SortOrder batterie?: Prisma.SortOrderInput | Prisma.SortOrder solidity?: Prisma.SortOrderInput | Prisma.SortOrder redondance?: Prisma.SortOrderInput | Prisma.SortOrder antenne_58_360?: Prisma.SortOrderInput | Prisma.SortOrder antenne_24_360?: Prisma.SortOrderInput | Prisma.SortOrder rspro_maj?: Prisma.SortOrderInput | Prisma.SortOrder boite?: Prisma.SortOrderInput | Prisma.SortOrder cable?: Prisma.SortOrderInput | Prisma.SortOrder staros_ubnt?: Prisma.SortOrderInput | Prisma.SortOrder autre?: Prisma.SortOrderInput | Prisma.SortOrder _relevance?: Prisma.checklist_relaisOrderByRelevanceInput } export type checklist_relaisWhereUniqueInput = Prisma.AtLeast<{ id?: number site_id?: number AND?: Prisma.checklist_relaisWhereInput | Prisma.checklist_relaisWhereInput[] OR?: Prisma.checklist_relaisWhereInput[] NOT?: Prisma.checklist_relaisWhereInput | Prisma.checklist_relaisWhereInput[] site_name?: Prisma.StringNullableFilter<"checklist_relais"> | string | null account_id?: Prisma.IntFilter<"checklist_relais"> | number priority?: Prisma.IntFilter<"checklist_relais"> | number done?: Prisma.IntFilter<"checklist_relais"> | number equipement?: Prisma.StringNullableFilter<"checklist_relais"> | string | null connecteur?: Prisma.StringNullableFilter<"checklist_relais"> | string | null grounding?: Prisma.StringNullableFilter<"checklist_relais"> | string | null surge_lightning?: Prisma.StringNullableFilter<"checklist_relais"> | string | null switch_poe?: Prisma.StringNullableFilter<"checklist_relais"> | string | null switch_giga_shield?: Prisma.StringNullableFilter<"checklist_relais"> | string | null batterie?: Prisma.StringNullableFilter<"checklist_relais"> | string | null solidity?: Prisma.StringNullableFilter<"checklist_relais"> | string | null redondance?: Prisma.StringNullableFilter<"checklist_relais"> | string | null antenne_58_360?: Prisma.StringNullableFilter<"checklist_relais"> | string | null antenne_24_360?: Prisma.StringNullableFilter<"checklist_relais"> | string | null rspro_maj?: Prisma.StringNullableFilter<"checklist_relais"> | string | null boite?: Prisma.StringNullableFilter<"checklist_relais"> | string | null cable?: Prisma.StringNullableFilter<"checklist_relais"> | string | null staros_ubnt?: Prisma.StringNullableFilter<"checklist_relais"> | string | null autre?: Prisma.StringNullableFilter<"checklist_relais"> | string | null }, "id" | "site_id"> export type checklist_relaisOrderByWithAggregationInput = { id?: Prisma.SortOrder site_id?: Prisma.SortOrder site_name?: Prisma.SortOrderInput | Prisma.SortOrder account_id?: Prisma.SortOrder priority?: Prisma.SortOrder done?: Prisma.SortOrder equipement?: Prisma.SortOrderInput | Prisma.SortOrder connecteur?: Prisma.SortOrderInput | Prisma.SortOrder grounding?: Prisma.SortOrderInput | Prisma.SortOrder surge_lightning?: Prisma.SortOrderInput | Prisma.SortOrder switch_poe?: Prisma.SortOrderInput | Prisma.SortOrder switch_giga_shield?: Prisma.SortOrderInput | Prisma.SortOrder batterie?: Prisma.SortOrderInput | Prisma.SortOrder solidity?: Prisma.SortOrderInput | Prisma.SortOrder redondance?: Prisma.SortOrderInput | Prisma.SortOrder antenne_58_360?: Prisma.SortOrderInput | Prisma.SortOrder antenne_24_360?: Prisma.SortOrderInput | Prisma.SortOrder rspro_maj?: Prisma.SortOrderInput | Prisma.SortOrder boite?: Prisma.SortOrderInput | Prisma.SortOrder cable?: Prisma.SortOrderInput | Prisma.SortOrder staros_ubnt?: Prisma.SortOrderInput | Prisma.SortOrder autre?: Prisma.SortOrderInput | Prisma.SortOrder _count?: Prisma.checklist_relaisCountOrderByAggregateInput _avg?: Prisma.checklist_relaisAvgOrderByAggregateInput _max?: Prisma.checklist_relaisMaxOrderByAggregateInput _min?: Prisma.checklist_relaisMinOrderByAggregateInput _sum?: Prisma.checklist_relaisSumOrderByAggregateInput } export type checklist_relaisScalarWhereWithAggregatesInput = { AND?: Prisma.checklist_relaisScalarWhereWithAggregatesInput | Prisma.checklist_relaisScalarWhereWithAggregatesInput[] OR?: Prisma.checklist_relaisScalarWhereWithAggregatesInput[] NOT?: Prisma.checklist_relaisScalarWhereWithAggregatesInput | Prisma.checklist_relaisScalarWhereWithAggregatesInput[] id?: Prisma.IntWithAggregatesFilter<"checklist_relais"> | number site_id?: Prisma.IntWithAggregatesFilter<"checklist_relais"> | number site_name?: Prisma.StringNullableWithAggregatesFilter<"checklist_relais"> | string | null account_id?: Prisma.IntWithAggregatesFilter<"checklist_relais"> | number priority?: Prisma.IntWithAggregatesFilter<"checklist_relais"> | number done?: Prisma.IntWithAggregatesFilter<"checklist_relais"> | number equipement?: Prisma.StringNullableWithAggregatesFilter<"checklist_relais"> | string | null connecteur?: Prisma.StringNullableWithAggregatesFilter<"checklist_relais"> | string | null grounding?: Prisma.StringNullableWithAggregatesFilter<"checklist_relais"> | string | null surge_lightning?: Prisma.StringNullableWithAggregatesFilter<"checklist_relais"> | string | null switch_poe?: Prisma.StringNullableWithAggregatesFilter<"checklist_relais"> | string | null switch_giga_shield?: Prisma.StringNullableWithAggregatesFilter<"checklist_relais"> | string | null batterie?: Prisma.StringNullableWithAggregatesFilter<"checklist_relais"> | string | null solidity?: Prisma.StringNullableWithAggregatesFilter<"checklist_relais"> | string | null redondance?: Prisma.StringNullableWithAggregatesFilter<"checklist_relais"> | string | null antenne_58_360?: Prisma.StringNullableWithAggregatesFilter<"checklist_relais"> | string | null antenne_24_360?: Prisma.StringNullableWithAggregatesFilter<"checklist_relais"> | string | null rspro_maj?: Prisma.StringNullableWithAggregatesFilter<"checklist_relais"> | string | null boite?: Prisma.StringNullableWithAggregatesFilter<"checklist_relais"> | string | null cable?: Prisma.StringNullableWithAggregatesFilter<"checklist_relais"> | string | null staros_ubnt?: Prisma.StringNullableWithAggregatesFilter<"checklist_relais"> | string | null autre?: Prisma.StringNullableWithAggregatesFilter<"checklist_relais"> | string | null } export type checklist_relaisCreateInput = { site_id: number site_name?: string | null account_id: number priority?: number done?: number equipement?: string | null connecteur?: string | null grounding?: string | null surge_lightning?: string | null switch_poe?: string | null switch_giga_shield?: string | null batterie?: string | null solidity?: string | null redondance?: string | null antenne_58_360?: string | null antenne_24_360?: string | null rspro_maj?: string | null boite?: string | null cable?: string | null staros_ubnt?: string | null autre?: string | null } export type checklist_relaisUncheckedCreateInput = { id?: number site_id: number site_name?: string | null account_id: number priority?: number done?: number equipement?: string | null connecteur?: string | null grounding?: string | null surge_lightning?: string | null switch_poe?: string | null switch_giga_shield?: string | null batterie?: string | null solidity?: string | null redondance?: string | null antenne_58_360?: string | null antenne_24_360?: string | null rspro_maj?: string | null boite?: string | null cable?: string | null staros_ubnt?: string | null autre?: string | null } export type checklist_relaisUpdateInput = { site_id?: Prisma.IntFieldUpdateOperationsInput | number site_name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null account_id?: Prisma.IntFieldUpdateOperationsInput | number priority?: Prisma.IntFieldUpdateOperationsInput | number done?: Prisma.IntFieldUpdateOperationsInput | number equipement?: Prisma.NullableStringFieldUpdateOperationsInput | string | null connecteur?: Prisma.NullableStringFieldUpdateOperationsInput | string | null grounding?: Prisma.NullableStringFieldUpdateOperationsInput | string | null surge_lightning?: Prisma.NullableStringFieldUpdateOperationsInput | string | null switch_poe?: Prisma.NullableStringFieldUpdateOperationsInput | string | null switch_giga_shield?: Prisma.NullableStringFieldUpdateOperationsInput | string | null batterie?: Prisma.NullableStringFieldUpdateOperationsInput | string | null solidity?: Prisma.NullableStringFieldUpdateOperationsInput | string | null redondance?: Prisma.NullableStringFieldUpdateOperationsInput | string | null antenne_58_360?: Prisma.NullableStringFieldUpdateOperationsInput | string | null antenne_24_360?: Prisma.NullableStringFieldUpdateOperationsInput | string | null rspro_maj?: Prisma.NullableStringFieldUpdateOperationsInput | string | null boite?: Prisma.NullableStringFieldUpdateOperationsInput | string | null cable?: Prisma.NullableStringFieldUpdateOperationsInput | string | null staros_ubnt?: Prisma.NullableStringFieldUpdateOperationsInput | string | null autre?: Prisma.NullableStringFieldUpdateOperationsInput | string | null } export type checklist_relaisUncheckedUpdateInput = { id?: Prisma.IntFieldUpdateOperationsInput | number site_id?: Prisma.IntFieldUpdateOperationsInput | number site_name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null account_id?: Prisma.IntFieldUpdateOperationsInput | number priority?: Prisma.IntFieldUpdateOperationsInput | number done?: Prisma.IntFieldUpdateOperationsInput | number equipement?: Prisma.NullableStringFieldUpdateOperationsInput | string | null connecteur?: Prisma.NullableStringFieldUpdateOperationsInput | string | null grounding?: Prisma.NullableStringFieldUpdateOperationsInput | string | null surge_lightning?: Prisma.NullableStringFieldUpdateOperationsInput | string | null switch_poe?: Prisma.NullableStringFieldUpdateOperationsInput | string | null switch_giga_shield?: Prisma.NullableStringFieldUpdateOperationsInput | string | null batterie?: Prisma.NullableStringFieldUpdateOperationsInput | string | null solidity?: Prisma.NullableStringFieldUpdateOperationsInput | string | null redondance?: Prisma.NullableStringFieldUpdateOperationsInput | string | null antenne_58_360?: Prisma.NullableStringFieldUpdateOperationsInput | string | null antenne_24_360?: Prisma.NullableStringFieldUpdateOperationsInput | string | null rspro_maj?: Prisma.NullableStringFieldUpdateOperationsInput | string | null boite?: Prisma.NullableStringFieldUpdateOperationsInput | string | null cable?: Prisma.NullableStringFieldUpdateOperationsInput | string | null staros_ubnt?: Prisma.NullableStringFieldUpdateOperationsInput | string | null autre?: Prisma.NullableStringFieldUpdateOperationsInput | string | null } export type checklist_relaisCreateManyInput = { id?: number site_id: number site_name?: string | null account_id: number priority?: number done?: number equipement?: string | null connecteur?: string | null grounding?: string | null surge_lightning?: string | null switch_poe?: string | null switch_giga_shield?: string | null batterie?: string | null solidity?: string | null redondance?: string | null antenne_58_360?: string | null antenne_24_360?: string | null rspro_maj?: string | null boite?: string | null cable?: string | null staros_ubnt?: string | null autre?: string | null } export type checklist_relaisUpdateManyMutationInput = { site_id?: Prisma.IntFieldUpdateOperationsInput | number site_name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null account_id?: Prisma.IntFieldUpdateOperationsInput | number priority?: Prisma.IntFieldUpdateOperationsInput | number done?: Prisma.IntFieldUpdateOperationsInput | number equipement?: Prisma.NullableStringFieldUpdateOperationsInput | string | null connecteur?: Prisma.NullableStringFieldUpdateOperationsInput | string | null grounding?: Prisma.NullableStringFieldUpdateOperationsInput | string | null surge_lightning?: Prisma.NullableStringFieldUpdateOperationsInput | string | null switch_poe?: Prisma.NullableStringFieldUpdateOperationsInput | string | null switch_giga_shield?: Prisma.NullableStringFieldUpdateOperationsInput | string | null batterie?: Prisma.NullableStringFieldUpdateOperationsInput | string | null solidity?: Prisma.NullableStringFieldUpdateOperationsInput | string | null redondance?: Prisma.NullableStringFieldUpdateOperationsInput | string | null antenne_58_360?: Prisma.NullableStringFieldUpdateOperationsInput | string | null antenne_24_360?: Prisma.NullableStringFieldUpdateOperationsInput | string | null rspro_maj?: Prisma.NullableStringFieldUpdateOperationsInput | string | null boite?: Prisma.NullableStringFieldUpdateOperationsInput | string | null cable?: Prisma.NullableStringFieldUpdateOperationsInput | string | null staros_ubnt?: Prisma.NullableStringFieldUpdateOperationsInput | string | null autre?: Prisma.NullableStringFieldUpdateOperationsInput | string | null } export type checklist_relaisUncheckedUpdateManyInput = { id?: Prisma.IntFieldUpdateOperationsInput | number site_id?: Prisma.IntFieldUpdateOperationsInput | number site_name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null account_id?: Prisma.IntFieldUpdateOperationsInput | number priority?: Prisma.IntFieldUpdateOperationsInput | number done?: Prisma.IntFieldUpdateOperationsInput | number equipement?: Prisma.NullableStringFieldUpdateOperationsInput | string | null connecteur?: Prisma.NullableStringFieldUpdateOperationsInput | string | null grounding?: Prisma.NullableStringFieldUpdateOperationsInput | string | null surge_lightning?: Prisma.NullableStringFieldUpdateOperationsInput | string | null switch_poe?: Prisma.NullableStringFieldUpdateOperationsInput | string | null switch_giga_shield?: Prisma.NullableStringFieldUpdateOperationsInput | string | null batterie?: Prisma.NullableStringFieldUpdateOperationsInput | string | null solidity?: Prisma.NullableStringFieldUpdateOperationsInput | string | null redondance?: Prisma.NullableStringFieldUpdateOperationsInput | string | null antenne_58_360?: Prisma.NullableStringFieldUpdateOperationsInput | string | null antenne_24_360?: Prisma.NullableStringFieldUpdateOperationsInput | string | null rspro_maj?: Prisma.NullableStringFieldUpdateOperationsInput | string | null boite?: Prisma.NullableStringFieldUpdateOperationsInput | string | null cable?: Prisma.NullableStringFieldUpdateOperationsInput | string | null staros_ubnt?: Prisma.NullableStringFieldUpdateOperationsInput | string | null autre?: Prisma.NullableStringFieldUpdateOperationsInput | string | null } export type checklist_relaisOrderByRelevanceInput = { fields: Prisma.checklist_relaisOrderByRelevanceFieldEnum | Prisma.checklist_relaisOrderByRelevanceFieldEnum[] sort: Prisma.SortOrder search: string } export type checklist_relaisCountOrderByAggregateInput = { id?: Prisma.SortOrder site_id?: Prisma.SortOrder site_name?: Prisma.SortOrder account_id?: Prisma.SortOrder priority?: Prisma.SortOrder done?: Prisma.SortOrder equipement?: Prisma.SortOrder connecteur?: Prisma.SortOrder grounding?: Prisma.SortOrder surge_lightning?: Prisma.SortOrder switch_poe?: Prisma.SortOrder switch_giga_shield?: Prisma.SortOrder batterie?: Prisma.SortOrder solidity?: Prisma.SortOrder redondance?: Prisma.SortOrder antenne_58_360?: Prisma.SortOrder antenne_24_360?: Prisma.SortOrder rspro_maj?: Prisma.SortOrder boite?: Prisma.SortOrder cable?: Prisma.SortOrder staros_ubnt?: Prisma.SortOrder autre?: Prisma.SortOrder } export type checklist_relaisAvgOrderByAggregateInput = { id?: Prisma.SortOrder site_id?: Prisma.SortOrder account_id?: Prisma.SortOrder priority?: Prisma.SortOrder done?: Prisma.SortOrder } export type checklist_relaisMaxOrderByAggregateInput = { id?: Prisma.SortOrder site_id?: Prisma.SortOrder site_name?: Prisma.SortOrder account_id?: Prisma.SortOrder priority?: Prisma.SortOrder done?: Prisma.SortOrder equipement?: Prisma.SortOrder connecteur?: Prisma.SortOrder grounding?: Prisma.SortOrder surge_lightning?: Prisma.SortOrder switch_poe?: Prisma.SortOrder switch_giga_shield?: Prisma.SortOrder batterie?: Prisma.SortOrder solidity?: Prisma.SortOrder redondance?: Prisma.SortOrder antenne_58_360?: Prisma.SortOrder antenne_24_360?: Prisma.SortOrder rspro_maj?: Prisma.SortOrder boite?: Prisma.SortOrder cable?: Prisma.SortOrder staros_ubnt?: Prisma.SortOrder autre?: Prisma.SortOrder } export type checklist_relaisMinOrderByAggregateInput = { id?: Prisma.SortOrder site_id?: Prisma.SortOrder site_name?: Prisma.SortOrder account_id?: Prisma.SortOrder priority?: Prisma.SortOrder done?: Prisma.SortOrder equipement?: Prisma.SortOrder connecteur?: Prisma.SortOrder grounding?: Prisma.SortOrder surge_lightning?: Prisma.SortOrder switch_poe?: Prisma.SortOrder switch_giga_shield?: Prisma.SortOrder batterie?: Prisma.SortOrder solidity?: Prisma.SortOrder redondance?: Prisma.SortOrder antenne_58_360?: Prisma.SortOrder antenne_24_360?: Prisma.SortOrder rspro_maj?: Prisma.SortOrder boite?: Prisma.SortOrder cable?: Prisma.SortOrder staros_ubnt?: Prisma.SortOrder autre?: Prisma.SortOrder } export type checklist_relaisSumOrderByAggregateInput = { id?: Prisma.SortOrder site_id?: Prisma.SortOrder account_id?: Prisma.SortOrder priority?: Prisma.SortOrder done?: Prisma.SortOrder } export type checklist_relaisSelect = runtime.Types.Extensions.GetSelect<{ id?: boolean site_id?: boolean site_name?: boolean account_id?: boolean priority?: boolean done?: boolean equipement?: boolean connecteur?: boolean grounding?: boolean surge_lightning?: boolean switch_poe?: boolean switch_giga_shield?: boolean batterie?: boolean solidity?: boolean redondance?: boolean antenne_58_360?: boolean antenne_24_360?: boolean rspro_maj?: boolean boite?: boolean cable?: boolean staros_ubnt?: boolean autre?: boolean }, ExtArgs["result"]["checklist_relais"]> export type checklist_relaisSelectScalar = { id?: boolean site_id?: boolean site_name?: boolean account_id?: boolean priority?: boolean done?: boolean equipement?: boolean connecteur?: boolean grounding?: boolean surge_lightning?: boolean switch_poe?: boolean switch_giga_shield?: boolean batterie?: boolean solidity?: boolean redondance?: boolean antenne_58_360?: boolean antenne_24_360?: boolean rspro_maj?: boolean boite?: boolean cable?: boolean staros_ubnt?: boolean autre?: boolean } export type checklist_relaisOmit = runtime.Types.Extensions.GetOmit<"id" | "site_id" | "site_name" | "account_id" | "priority" | "done" | "equipement" | "connecteur" | "grounding" | "surge_lightning" | "switch_poe" | "switch_giga_shield" | "batterie" | "solidity" | "redondance" | "antenne_58_360" | "antenne_24_360" | "rspro_maj" | "boite" | "cable" | "staros_ubnt" | "autre", ExtArgs["result"]["checklist_relais"]> export type $checklist_relaisPayload = { name: "checklist_relais" objects: {} scalars: runtime.Types.Extensions.GetPayloadResult<{ id: number site_id: number site_name: string | null account_id: number priority: number done: number equipement: string | null connecteur: string | null grounding: string | null surge_lightning: string | null switch_poe: string | null switch_giga_shield: string | null batterie: string | null solidity: string | null redondance: string | null antenne_58_360: string | null antenne_24_360: string | null rspro_maj: string | null boite: string | null cable: string | null staros_ubnt: string | null autre: string | null }, ExtArgs["result"]["checklist_relais"]> composites: {} } export type checklist_relaisGetPayload = runtime.Types.Result.GetResult export type checklist_relaisCountArgs = Omit & { select?: Checklist_relaisCountAggregateInputType | true } export interface checklist_relaisDelegate { [K: symbol]: { types: Prisma.TypeMap['model']['checklist_relais'], meta: { name: 'checklist_relais' } } /** * Find zero or one Checklist_relais that matches the filter. * @param {checklist_relaisFindUniqueArgs} args - Arguments to find a Checklist_relais * @example * // Get one Checklist_relais * const checklist_relais = await prisma.checklist_relais.findUnique({ * where: { * // ... provide filter here * } * }) */ findUnique(args: Prisma.SelectSubset>): Prisma.Prisma__checklist_relaisClient, T, "findUnique", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions> /** * Find one Checklist_relais that matches the filter or throw an error with `error.code='P2025'` * if no matches were found. * @param {checklist_relaisFindUniqueOrThrowArgs} args - Arguments to find a Checklist_relais * @example * // Get one Checklist_relais * const checklist_relais = await prisma.checklist_relais.findUniqueOrThrow({ * where: { * // ... provide filter here * } * }) */ findUniqueOrThrow(args: Prisma.SelectSubset>): Prisma.Prisma__checklist_relaisClient, T, "findUniqueOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions> /** * Find the first Checklist_relais 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 {checklist_relaisFindFirstArgs} args - Arguments to find a Checklist_relais * @example * // Get one Checklist_relais * const checklist_relais = await prisma.checklist_relais.findFirst({ * where: { * // ... provide filter here * } * }) */ findFirst(args?: Prisma.SelectSubset>): Prisma.Prisma__checklist_relaisClient, T, "findFirst", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions> /** * Find the first Checklist_relais 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 {checklist_relaisFindFirstOrThrowArgs} args - Arguments to find a Checklist_relais * @example * // Get one Checklist_relais * const checklist_relais = await prisma.checklist_relais.findFirstOrThrow({ * where: { * // ... provide filter here * } * }) */ findFirstOrThrow(args?: Prisma.SelectSubset>): Prisma.Prisma__checklist_relaisClient, T, "findFirstOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions> /** * Find zero or more Checklist_relais 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 {checklist_relaisFindManyArgs} args - Arguments to filter and select certain fields only. * @example * // Get all Checklist_relais * const checklist_relais = await prisma.checklist_relais.findMany() * * // Get first 10 Checklist_relais * const checklist_relais = await prisma.checklist_relais.findMany({ take: 10 }) * * // Only select the `id` * const checklist_relaisWithIdOnly = await prisma.checklist_relais.findMany({ select: { id: true } }) * */ findMany(args?: Prisma.SelectSubset>): Prisma.PrismaPromise, T, "findMany", GlobalOmitOptions>> /** * Create a Checklist_relais. * @param {checklist_relaisCreateArgs} args - Arguments to create a Checklist_relais. * @example * // Create one Checklist_relais * const Checklist_relais = await prisma.checklist_relais.create({ * data: { * // ... data to create a Checklist_relais * } * }) * */ create(args: Prisma.SelectSubset>): Prisma.Prisma__checklist_relaisClient, T, "create", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions> /** * Create many Checklist_relais. * @param {checklist_relaisCreateManyArgs} args - Arguments to create many Checklist_relais. * @example * // Create many Checklist_relais * const checklist_relais = await prisma.checklist_relais.createMany({ * data: [ * // ... provide data here * ] * }) * */ createMany(args?: Prisma.SelectSubset>): Prisma.PrismaPromise /** * Delete a Checklist_relais. * @param {checklist_relaisDeleteArgs} args - Arguments to delete one Checklist_relais. * @example * // Delete one Checklist_relais * const Checklist_relais = await prisma.checklist_relais.delete({ * where: { * // ... filter to delete one Checklist_relais * } * }) * */ delete(args: Prisma.SelectSubset>): Prisma.Prisma__checklist_relaisClient, T, "delete", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions> /** * Update one Checklist_relais. * @param {checklist_relaisUpdateArgs} args - Arguments to update one Checklist_relais. * @example * // Update one Checklist_relais * const checklist_relais = await prisma.checklist_relais.update({ * where: { * // ... provide filter here * }, * data: { * // ... provide data here * } * }) * */ update(args: Prisma.SelectSubset>): Prisma.Prisma__checklist_relaisClient, T, "update", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions> /** * Delete zero or more Checklist_relais. * @param {checklist_relaisDeleteManyArgs} args - Arguments to filter Checklist_relais to delete. * @example * // Delete a few Checklist_relais * const { count } = await prisma.checklist_relais.deleteMany({ * where: { * // ... provide filter here * } * }) * */ deleteMany(args?: Prisma.SelectSubset>): Prisma.PrismaPromise /** * Update zero or more Checklist_relais. * Note, that providing `undefined` is treated as the value not being there. * Read more here: https://pris.ly/d/null-undefined * @param {checklist_relaisUpdateManyArgs} args - Arguments to update one or more rows. * @example * // Update many Checklist_relais * const checklist_relais = await prisma.checklist_relais.updateMany({ * where: { * // ... provide filter here * }, * data: { * // ... provide data here * } * }) * */ updateMany(args: Prisma.SelectSubset>): Prisma.PrismaPromise /** * Create or update one Checklist_relais. * @param {checklist_relaisUpsertArgs} args - Arguments to update or create a Checklist_relais. * @example * // Update or create a Checklist_relais * const checklist_relais = await prisma.checklist_relais.upsert({ * create: { * // ... data to create a Checklist_relais * }, * update: { * // ... in case it already exists, update * }, * where: { * // ... the filter for the Checklist_relais we want to update * } * }) */ upsert(args: Prisma.SelectSubset>): Prisma.Prisma__checklist_relaisClient, T, "upsert", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions> /** * Count the number of Checklist_relais. * Note, that providing `undefined` is treated as the value not being there. * Read more here: https://pris.ly/d/null-undefined * @param {checklist_relaisCountArgs} args - Arguments to filter Checklist_relais to count. * @example * // Count the number of Checklist_relais * const count = await prisma.checklist_relais.count({ * where: { * // ... the filter for the Checklist_relais 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 Checklist_relais. * Note, that providing `undefined` is treated as the value not being there. * Read more here: https://pris.ly/d/null-undefined * @param {Checklist_relaisAggregateArgs} 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 Checklist_relais. * Note, that providing `undefined` is treated as the value not being there. * Read more here: https://pris.ly/d/null-undefined * @param {checklist_relaisGroupByArgs} 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 checklist_relaisGroupByArgs, HasSelectOrTake extends Prisma.Or< Prisma.Extends<'skip', Prisma.Keys>, Prisma.Extends<'take', Prisma.Keys> >, OrderByArg extends Prisma.True extends HasSelectOrTake ? { orderBy: checklist_relaisGroupByArgs['orderBy'] } : { orderBy?: checklist_relaisGroupByArgs['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 ? GetChecklist_relaisGroupByPayload : Prisma.PrismaPromise /** * Fields of the checklist_relais model */ readonly fields: checklist_relaisFieldRefs; } /** * The delegate class that acts as a "Promise-like" for checklist_relais. * 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__checklist_relaisClient 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 checklist_relais model */ export interface checklist_relaisFieldRefs { readonly id: Prisma.FieldRef<"checklist_relais", 'Int'> readonly site_id: Prisma.FieldRef<"checklist_relais", 'Int'> readonly site_name: Prisma.FieldRef<"checklist_relais", 'String'> readonly account_id: Prisma.FieldRef<"checklist_relais", 'Int'> readonly priority: Prisma.FieldRef<"checklist_relais", 'Int'> readonly done: Prisma.FieldRef<"checklist_relais", 'Int'> readonly equipement: Prisma.FieldRef<"checklist_relais", 'String'> readonly connecteur: Prisma.FieldRef<"checklist_relais", 'String'> readonly grounding: Prisma.FieldRef<"checklist_relais", 'String'> readonly surge_lightning: Prisma.FieldRef<"checklist_relais", 'String'> readonly switch_poe: Prisma.FieldRef<"checklist_relais", 'String'> readonly switch_giga_shield: Prisma.FieldRef<"checklist_relais", 'String'> readonly batterie: Prisma.FieldRef<"checklist_relais", 'String'> readonly solidity: Prisma.FieldRef<"checklist_relais", 'String'> readonly redondance: Prisma.FieldRef<"checklist_relais", 'String'> readonly antenne_58_360: Prisma.FieldRef<"checklist_relais", 'String'> readonly antenne_24_360: Prisma.FieldRef<"checklist_relais", 'String'> readonly rspro_maj: Prisma.FieldRef<"checklist_relais", 'String'> readonly boite: Prisma.FieldRef<"checklist_relais", 'String'> readonly cable: Prisma.FieldRef<"checklist_relais", 'String'> readonly staros_ubnt: Prisma.FieldRef<"checklist_relais", 'String'> readonly autre: Prisma.FieldRef<"checklist_relais", 'String'> } // Custom InputTypes /** * checklist_relais findUnique */ export type checklist_relaisFindUniqueArgs = { /** * Select specific fields to fetch from the checklist_relais */ select?: Prisma.checklist_relaisSelect | null /** * Omit specific fields from the checklist_relais */ omit?: Prisma.checklist_relaisOmit | null /** * Filter, which checklist_relais to fetch. */ where: Prisma.checklist_relaisWhereUniqueInput } /** * checklist_relais findUniqueOrThrow */ export type checklist_relaisFindUniqueOrThrowArgs = { /** * Select specific fields to fetch from the checklist_relais */ select?: Prisma.checklist_relaisSelect | null /** * Omit specific fields from the checklist_relais */ omit?: Prisma.checklist_relaisOmit | null /** * Filter, which checklist_relais to fetch. */ where: Prisma.checklist_relaisWhereUniqueInput } /** * checklist_relais findFirst */ export type checklist_relaisFindFirstArgs = { /** * Select specific fields to fetch from the checklist_relais */ select?: Prisma.checklist_relaisSelect | null /** * Omit specific fields from the checklist_relais */ omit?: Prisma.checklist_relaisOmit | null /** * Filter, which checklist_relais to fetch. */ where?: Prisma.checklist_relaisWhereInput /** * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs} * * Determine the order of checklist_relais to fetch. */ orderBy?: Prisma.checklist_relaisOrderByWithRelationInput | Prisma.checklist_relaisOrderByWithRelationInput[] /** * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs} * * Sets the position for searching for checklist_relais. */ cursor?: Prisma.checklist_relaisWhereUniqueInput /** * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs} * * Take `±n` checklist_relais 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` checklist_relais. */ skip?: number /** * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs} * * Filter by unique combinations of checklist_relais. */ distinct?: Prisma.Checklist_relaisScalarFieldEnum | Prisma.Checklist_relaisScalarFieldEnum[] } /** * checklist_relais findFirstOrThrow */ export type checklist_relaisFindFirstOrThrowArgs = { /** * Select specific fields to fetch from the checklist_relais */ select?: Prisma.checklist_relaisSelect | null /** * Omit specific fields from the checklist_relais */ omit?: Prisma.checklist_relaisOmit | null /** * Filter, which checklist_relais to fetch. */ where?: Prisma.checklist_relaisWhereInput /** * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs} * * Determine the order of checklist_relais to fetch. */ orderBy?: Prisma.checklist_relaisOrderByWithRelationInput | Prisma.checklist_relaisOrderByWithRelationInput[] /** * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs} * * Sets the position for searching for checklist_relais. */ cursor?: Prisma.checklist_relaisWhereUniqueInput /** * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs} * * Take `±n` checklist_relais 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` checklist_relais. */ skip?: number /** * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs} * * Filter by unique combinations of checklist_relais. */ distinct?: Prisma.Checklist_relaisScalarFieldEnum | Prisma.Checklist_relaisScalarFieldEnum[] } /** * checklist_relais findMany */ export type checklist_relaisFindManyArgs = { /** * Select specific fields to fetch from the checklist_relais */ select?: Prisma.checklist_relaisSelect | null /** * Omit specific fields from the checklist_relais */ omit?: Prisma.checklist_relaisOmit | null /** * Filter, which checklist_relais to fetch. */ where?: Prisma.checklist_relaisWhereInput /** * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs} * * Determine the order of checklist_relais to fetch. */ orderBy?: Prisma.checklist_relaisOrderByWithRelationInput | Prisma.checklist_relaisOrderByWithRelationInput[] /** * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs} * * Sets the position for listing checklist_relais. */ cursor?: Prisma.checklist_relaisWhereUniqueInput /** * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs} * * Take `±n` checklist_relais 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` checklist_relais. */ skip?: number distinct?: Prisma.Checklist_relaisScalarFieldEnum | Prisma.Checklist_relaisScalarFieldEnum[] } /** * checklist_relais create */ export type checklist_relaisCreateArgs = { /** * Select specific fields to fetch from the checklist_relais */ select?: Prisma.checklist_relaisSelect | null /** * Omit specific fields from the checklist_relais */ omit?: Prisma.checklist_relaisOmit | null /** * The data needed to create a checklist_relais. */ data: Prisma.XOR } /** * checklist_relais createMany */ export type checklist_relaisCreateManyArgs = { /** * The data used to create many checklist_relais. */ data: Prisma.checklist_relaisCreateManyInput | Prisma.checklist_relaisCreateManyInput[] skipDuplicates?: boolean } /** * checklist_relais update */ export type checklist_relaisUpdateArgs = { /** * Select specific fields to fetch from the checklist_relais */ select?: Prisma.checklist_relaisSelect | null /** * Omit specific fields from the checklist_relais */ omit?: Prisma.checklist_relaisOmit | null /** * The data needed to update a checklist_relais. */ data: Prisma.XOR /** * Choose, which checklist_relais to update. */ where: Prisma.checklist_relaisWhereUniqueInput } /** * checklist_relais updateMany */ export type checklist_relaisUpdateManyArgs = { /** * The data used to update checklist_relais. */ data: Prisma.XOR /** * Filter which checklist_relais to update */ where?: Prisma.checklist_relaisWhereInput /** * Limit how many checklist_relais to update. */ limit?: number } /** * checklist_relais upsert */ export type checklist_relaisUpsertArgs = { /** * Select specific fields to fetch from the checklist_relais */ select?: Prisma.checklist_relaisSelect | null /** * Omit specific fields from the checklist_relais */ omit?: Prisma.checklist_relaisOmit | null /** * The filter to search for the checklist_relais to update in case it exists. */ where: Prisma.checklist_relaisWhereUniqueInput /** * In case the checklist_relais found by the `where` argument doesn't exist, create a new checklist_relais with this data. */ create: Prisma.XOR /** * In case the checklist_relais was found with the provided `where` argument, update it with this data. */ update: Prisma.XOR } /** * checklist_relais delete */ export type checklist_relaisDeleteArgs = { /** * Select specific fields to fetch from the checklist_relais */ select?: Prisma.checklist_relaisSelect | null /** * Omit specific fields from the checklist_relais */ omit?: Prisma.checklist_relaisOmit | null /** * Filter which checklist_relais to delete. */ where: Prisma.checklist_relaisWhereUniqueInput } /** * checklist_relais deleteMany */ export type checklist_relaisDeleteManyArgs = { /** * Filter which checklist_relais to delete */ where?: Prisma.checklist_relaisWhereInput /** * Limit how many checklist_relais to delete. */ limit?: number } /** * checklist_relais without action */ export type checklist_relaisDefaultArgs = { /** * Select specific fields to fetch from the checklist_relais */ select?: Prisma.checklist_relaisSelect | null /** * Omit specific fields from the checklist_relais */ omit?: Prisma.checklist_relaisOmit | null }