efiber-prisma-schema 2.2.0 → 2.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11972,6 +11972,7 @@ export namespace Prisma {
11972
11972
  usersOnline: number
11973
11973
  MapElementTemplate: number
11974
11974
  MapElement: number
11975
+ ConduitTemplate: number
11975
11976
  }
11976
11977
 
11977
11978
  export type ProjectCountOutputTypeSelect<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
@@ -12014,6 +12015,7 @@ export namespace Prisma {
12014
12015
  usersOnline?: boolean | ProjectCountOutputTypeCountUsersOnlineArgs
12015
12016
  MapElementTemplate?: boolean | ProjectCountOutputTypeCountMapElementTemplateArgs
12016
12017
  MapElement?: boolean | ProjectCountOutputTypeCountMapElementArgs
12018
+ ConduitTemplate?: boolean | ProjectCountOutputTypeCountConduitTemplateArgs
12017
12019
  }
12018
12020
 
12019
12021
  // Custom InputTypes
@@ -12300,6 +12302,13 @@ export namespace Prisma {
12300
12302
  where?: MapElementWhereInput
12301
12303
  }
12302
12304
 
12305
+ /**
12306
+ * ProjectCountOutputType without action
12307
+ */
12308
+ export type ProjectCountOutputTypeCountConduitTemplateArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
12309
+ where?: ConduitTemplateWhereInput
12310
+ }
12311
+
12303
12312
 
12304
12313
  /**
12305
12314
  * Count Type DispatchTeamCountOutputType
@@ -37387,7 +37396,6 @@ export namespace Prisma {
37387
37396
  deletedAt: Date | null
37388
37397
  mainProjectId: string | null
37389
37398
  userId: string | null
37390
- conduitTemplateId: string | null
37391
37399
  }
37392
37400
 
37393
37401
  export type ProjectMaxAggregateOutputType = {
@@ -37403,7 +37411,6 @@ export namespace Prisma {
37403
37411
  deletedAt: Date | null
37404
37412
  mainProjectId: string | null
37405
37413
  userId: string | null
37406
- conduitTemplateId: string | null
37407
37414
  }
37408
37415
 
37409
37416
  export type ProjectCountAggregateOutputType = {
@@ -37421,7 +37428,6 @@ export namespace Prisma {
37421
37428
  deletedAt: number
37422
37429
  mainProjectId: number
37423
37430
  userId: number
37424
- conduitTemplateId: number
37425
37431
  _all: number
37426
37432
  }
37427
37433
 
@@ -37447,7 +37453,6 @@ export namespace Prisma {
37447
37453
  deletedAt?: true
37448
37454
  mainProjectId?: true
37449
37455
  userId?: true
37450
- conduitTemplateId?: true
37451
37456
  }
37452
37457
 
37453
37458
  export type ProjectMaxAggregateInputType = {
@@ -37463,7 +37468,6 @@ export namespace Prisma {
37463
37468
  deletedAt?: true
37464
37469
  mainProjectId?: true
37465
37470
  userId?: true
37466
- conduitTemplateId?: true
37467
37471
  }
37468
37472
 
37469
37473
  export type ProjectCountAggregateInputType = {
@@ -37481,7 +37485,6 @@ export namespace Prisma {
37481
37485
  deletedAt?: true
37482
37486
  mainProjectId?: true
37483
37487
  userId?: true
37484
- conduitTemplateId?: true
37485
37488
  _all?: true
37486
37489
  }
37487
37490
 
@@ -37586,7 +37589,6 @@ export namespace Prisma {
37586
37589
  deletedAt: Date | null
37587
37590
  mainProjectId: string
37588
37591
  userId: string | null
37589
- conduitTemplateId: string | null
37590
37592
  _count: ProjectCountAggregateOutputType | null
37591
37593
  _avg: ProjectAvgAggregateOutputType | null
37592
37594
  _sum: ProjectSumAggregateOutputType | null
@@ -37623,7 +37625,6 @@ export namespace Prisma {
37623
37625
  deletedAt?: boolean
37624
37626
  mainProjectId?: boolean
37625
37627
  userId?: boolean
37626
- conduitTemplateId?: boolean
37627
37628
  types?: boolean | Project$typesArgs<ExtArgs>
37628
37629
  mainProject?: boolean | MainProjectDefaultArgs<ExtArgs>
37629
37630
  User?: boolean | Project$UserArgs<ExtArgs>
@@ -37684,10 +37685,8 @@ export namespace Prisma {
37684
37685
  deletedAt?: boolean
37685
37686
  mainProjectId?: boolean
37686
37687
  userId?: boolean
37687
- conduitTemplateId?: boolean
37688
37688
  mainProject?: boolean | MainProjectDefaultArgs<ExtArgs>
37689
37689
  User?: boolean | Project$UserArgs<ExtArgs>
37690
- ConduitTemplate?: boolean | Project$ConduitTemplateArgs<ExtArgs>
37691
37690
  }, ExtArgs["result"]["project"]>
37692
37691
 
37693
37692
  export type ProjectSelectUpdateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
@@ -37705,10 +37704,8 @@ export namespace Prisma {
37705
37704
  deletedAt?: boolean
37706
37705
  mainProjectId?: boolean
37707
37706
  userId?: boolean
37708
- conduitTemplateId?: boolean
37709
37707
  mainProject?: boolean | MainProjectDefaultArgs<ExtArgs>
37710
37708
  User?: boolean | Project$UserArgs<ExtArgs>
37711
- ConduitTemplate?: boolean | Project$ConduitTemplateArgs<ExtArgs>
37712
37709
  }, ExtArgs["result"]["project"]>
37713
37710
 
37714
37711
  export type ProjectSelectScalar = {
@@ -37726,10 +37723,9 @@ export namespace Prisma {
37726
37723
  deletedAt?: boolean
37727
37724
  mainProjectId?: boolean
37728
37725
  userId?: boolean
37729
- conduitTemplateId?: boolean
37730
37726
  }
37731
37727
 
37732
- export type ProjectOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "no" | "name" | "logo" | "status" | "countries" | "auditMatrices" | "projectPhase" | "createdAt" | "updatedAt" | "activatedAt" | "deletedAt" | "mainProjectId" | "userId" | "conduitTemplateId", ExtArgs["result"]["project"]>
37728
+ export type ProjectOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "no" | "name" | "logo" | "status" | "countries" | "auditMatrices" | "projectPhase" | "createdAt" | "updatedAt" | "activatedAt" | "deletedAt" | "mainProjectId" | "userId", ExtArgs["result"]["project"]>
37733
37729
  export type ProjectInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
37734
37730
  types?: boolean | Project$typesArgs<ExtArgs>
37735
37731
  mainProject?: boolean | MainProjectDefaultArgs<ExtArgs>
@@ -37778,12 +37774,10 @@ export namespace Prisma {
37778
37774
  export type ProjectIncludeCreateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
37779
37775
  mainProject?: boolean | MainProjectDefaultArgs<ExtArgs>
37780
37776
  User?: boolean | Project$UserArgs<ExtArgs>
37781
- ConduitTemplate?: boolean | Project$ConduitTemplateArgs<ExtArgs>
37782
37777
  }
37783
37778
  export type ProjectIncludeUpdateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
37784
37779
  mainProject?: boolean | MainProjectDefaultArgs<ExtArgs>
37785
37780
  User?: boolean | Project$UserArgs<ExtArgs>
37786
- ConduitTemplate?: boolean | Project$ConduitTemplateArgs<ExtArgs>
37787
37781
  }
37788
37782
 
37789
37783
  export type $ProjectPayload<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
@@ -37830,7 +37824,7 @@ export namespace Prisma {
37830
37824
  usersOnline: Prisma.$integrationProjectUserStatusPayload<ExtArgs>[]
37831
37825
  MapElementTemplate: Prisma.$MapElementTemplatePayload<ExtArgs>[]
37832
37826
  MapElement: Prisma.$MapElementPayload<ExtArgs>[]
37833
- ConduitTemplate: Prisma.$ConduitTemplatePayload<ExtArgs> | null
37827
+ ConduitTemplate: Prisma.$ConduitTemplatePayload<ExtArgs>[]
37834
37828
  }
37835
37829
  scalars: $Extensions.GetPayloadResult<{
37836
37830
  id: string
@@ -37847,7 +37841,6 @@ export namespace Prisma {
37847
37841
  deletedAt: Date | null
37848
37842
  mainProjectId: string
37849
37843
  userId: string | null
37850
- conduitTemplateId: string | null
37851
37844
  }, ExtArgs["result"]["project"]>
37852
37845
  composites: {}
37853
37846
  }
@@ -38283,7 +38276,7 @@ export namespace Prisma {
38283
38276
  usersOnline<T extends Project$usersOnlineArgs<ExtArgs> = {}>(args?: Subset<T, Project$usersOnlineArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$integrationProjectUserStatusPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
38284
38277
  MapElementTemplate<T extends Project$MapElementTemplateArgs<ExtArgs> = {}>(args?: Subset<T, Project$MapElementTemplateArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$MapElementTemplatePayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
38285
38278
  MapElement<T extends Project$MapElementArgs<ExtArgs> = {}>(args?: Subset<T, Project$MapElementArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$MapElementPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
38286
- ConduitTemplate<T extends Project$ConduitTemplateArgs<ExtArgs> = {}>(args?: Subset<T, Project$ConduitTemplateArgs<ExtArgs>>): Prisma__ConduitTemplateClient<$Result.GetResult<Prisma.$ConduitTemplatePayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
38279
+ ConduitTemplate<T extends Project$ConduitTemplateArgs<ExtArgs> = {}>(args?: Subset<T, Project$ConduitTemplateArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$ConduitTemplatePayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
38287
38280
  /**
38288
38281
  * Attaches callbacks for the resolution and/or rejection of the Promise.
38289
38282
  * @param onfulfilled The callback to execute when the Promise is resolved.
@@ -38327,7 +38320,6 @@ export namespace Prisma {
38327
38320
  readonly deletedAt: FieldRef<"Project", 'DateTime'>
38328
38321
  readonly mainProjectId: FieldRef<"Project", 'String'>
38329
38322
  readonly userId: FieldRef<"Project", 'String'>
38330
- readonly conduitTemplateId: FieldRef<"Project", 'String'>
38331
38323
  }
38332
38324
 
38333
38325
 
@@ -39695,6 +39687,11 @@ export namespace Prisma {
39695
39687
  */
39696
39688
  include?: ConduitTemplateInclude<ExtArgs> | null
39697
39689
  where?: ConduitTemplateWhereInput
39690
+ orderBy?: ConduitTemplateOrderByWithRelationInput | ConduitTemplateOrderByWithRelationInput[]
39691
+ cursor?: ConduitTemplateWhereUniqueInput
39692
+ take?: number
39693
+ skip?: number
39694
+ distinct?: ConduitTemplateScalarFieldEnum | ConduitTemplateScalarFieldEnum[]
39698
39695
  }
39699
39696
 
39700
39697
  /**
@@ -164537,8 +164534,7 @@ export namespace Prisma {
164537
164534
  activatedAt: 'activatedAt',
164538
164535
  deletedAt: 'deletedAt',
164539
164536
  mainProjectId: 'mainProjectId',
164540
- userId: 'userId',
164541
- conduitTemplateId: 'conduitTemplateId'
164537
+ userId: 'userId'
164542
164538
  };
164543
164539
 
164544
164540
  export type ProjectScalarFieldEnum = (typeof ProjectScalarFieldEnum)[keyof typeof ProjectScalarFieldEnum]
@@ -168850,7 +168846,6 @@ export namespace Prisma {
168850
168846
  deletedAt?: DateTimeNullableFilter<"Project"> | Date | string | null
168851
168847
  mainProjectId?: StringFilter<"Project"> | string
168852
168848
  userId?: StringNullableFilter<"Project"> | string | null
168853
- conduitTemplateId?: StringNullableFilter<"Project"> | string | null
168854
168849
  types?: ProjectTypeListRelationFilter
168855
168850
  mainProject?: XOR<MainProjectScalarRelationFilter, MainProjectWhereInput>
168856
168851
  User?: XOR<UserNullableScalarRelationFilter, UserWhereInput> | null
@@ -168892,7 +168887,7 @@ export namespace Prisma {
168892
168887
  usersOnline?: IntegrationProjectUserStatusListRelationFilter
168893
168888
  MapElementTemplate?: MapElementTemplateListRelationFilter
168894
168889
  MapElement?: MapElementListRelationFilter
168895
- ConduitTemplate?: XOR<ConduitTemplateNullableScalarRelationFilter, ConduitTemplateWhereInput> | null
168890
+ ConduitTemplate?: ConduitTemplateListRelationFilter
168896
168891
  }
168897
168892
 
168898
168893
  export type ProjectOrderByWithRelationInput = {
@@ -168910,7 +168905,6 @@ export namespace Prisma {
168910
168905
  deletedAt?: SortOrderInput | SortOrder
168911
168906
  mainProjectId?: SortOrder
168912
168907
  userId?: SortOrderInput | SortOrder
168913
- conduitTemplateId?: SortOrderInput | SortOrder
168914
168908
  types?: ProjectTypeOrderByRelationAggregateInput
168915
168909
  mainProject?: MainProjectOrderByWithRelationInput
168916
168910
  User?: UserOrderByWithRelationInput
@@ -168952,7 +168946,7 @@ export namespace Prisma {
168952
168946
  usersOnline?: integrationProjectUserStatusOrderByRelationAggregateInput
168953
168947
  MapElementTemplate?: MapElementTemplateOrderByRelationAggregateInput
168954
168948
  MapElement?: MapElementOrderByRelationAggregateInput
168955
- ConduitTemplate?: ConduitTemplateOrderByWithRelationInput
168949
+ ConduitTemplate?: ConduitTemplateOrderByRelationAggregateInput
168956
168950
  }
168957
168951
 
168958
168952
  export type ProjectWhereUniqueInput = Prisma.AtLeast<{
@@ -168973,7 +168967,6 @@ export namespace Prisma {
168973
168967
  deletedAt?: DateTimeNullableFilter<"Project"> | Date | string | null
168974
168968
  mainProjectId?: StringFilter<"Project"> | string
168975
168969
  userId?: StringNullableFilter<"Project"> | string | null
168976
- conduitTemplateId?: StringNullableFilter<"Project"> | string | null
168977
168970
  types?: ProjectTypeListRelationFilter
168978
168971
  mainProject?: XOR<MainProjectScalarRelationFilter, MainProjectWhereInput>
168979
168972
  User?: XOR<UserNullableScalarRelationFilter, UserWhereInput> | null
@@ -169015,7 +169008,7 @@ export namespace Prisma {
169015
169008
  usersOnline?: IntegrationProjectUserStatusListRelationFilter
169016
169009
  MapElementTemplate?: MapElementTemplateListRelationFilter
169017
169010
  MapElement?: MapElementListRelationFilter
169018
- ConduitTemplate?: XOR<ConduitTemplateNullableScalarRelationFilter, ConduitTemplateWhereInput> | null
169011
+ ConduitTemplate?: ConduitTemplateListRelationFilter
169019
169012
  }, "id" | "id">
169020
169013
 
169021
169014
  export type ProjectOrderByWithAggregationInput = {
@@ -169033,7 +169026,6 @@ export namespace Prisma {
169033
169026
  deletedAt?: SortOrderInput | SortOrder
169034
169027
  mainProjectId?: SortOrder
169035
169028
  userId?: SortOrderInput | SortOrder
169036
- conduitTemplateId?: SortOrderInput | SortOrder
169037
169029
  _count?: ProjectCountOrderByAggregateInput
169038
169030
  _avg?: ProjectAvgOrderByAggregateInput
169039
169031
  _max?: ProjectMaxOrderByAggregateInput
@@ -169059,7 +169051,6 @@ export namespace Prisma {
169059
169051
  deletedAt?: DateTimeNullableWithAggregatesFilter<"Project"> | Date | string | null
169060
169052
  mainProjectId?: StringWithAggregatesFilter<"Project"> | string
169061
169053
  userId?: StringNullableWithAggregatesFilter<"Project"> | string | null
169062
- conduitTemplateId?: StringNullableWithAggregatesFilter<"Project"> | string | null
169063
169054
  }
169064
169055
 
169065
169056
  export type integrationProjectUserStatusWhereInput = {
@@ -182874,7 +182865,7 @@ export namespace Prisma {
182874
182865
  usersOnline?: integrationProjectUserStatusCreateNestedManyWithoutProjectInput
182875
182866
  MapElementTemplate?: MapElementTemplateCreateNestedManyWithoutProjectsInput
182876
182867
  MapElement?: MapElementCreateNestedManyWithoutProjectInput
182877
- ConduitTemplate?: ConduitTemplateCreateNestedOneWithoutProjectsInput
182868
+ ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutProjectsInput
182878
182869
  }
182879
182870
 
182880
182871
  export type ProjectUncheckedCreateInput = {
@@ -182892,7 +182883,6 @@ export namespace Prisma {
182892
182883
  deletedAt?: Date | string | null
182893
182884
  mainProjectId: string
182894
182885
  userId?: string | null
182895
- conduitTemplateId?: string | null
182896
182886
  types?: ProjectTypeUncheckedCreateNestedManyWithoutProjectsInput
182897
182887
  DispatchProject?: DispatchProjectUncheckedCreateNestedManyWithoutProjectInput
182898
182888
  projectWorkflow?: ProjectWorkFlowUncheckedCreateNestedManyWithoutProjectInput
@@ -182932,6 +182922,7 @@ export namespace Prisma {
182932
182922
  usersOnline?: integrationProjectUserStatusUncheckedCreateNestedManyWithoutProjectInput
182933
182923
  MapElementTemplate?: MapElementTemplateUncheckedCreateNestedManyWithoutProjectsInput
182934
182924
  MapElement?: MapElementUncheckedCreateNestedManyWithoutProjectInput
182925
+ ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutProjectsInput
182935
182926
  }
182936
182927
 
182937
182928
  export type ProjectUpdateInput = {
@@ -182988,7 +182979,7 @@ export namespace Prisma {
182988
182979
  usersOnline?: integrationProjectUserStatusUpdateManyWithoutProjectNestedInput
182989
182980
  MapElementTemplate?: MapElementTemplateUpdateManyWithoutProjectsNestedInput
182990
182981
  MapElement?: MapElementUpdateManyWithoutProjectNestedInput
182991
- ConduitTemplate?: ConduitTemplateUpdateOneWithoutProjectsNestedInput
182982
+ ConduitTemplate?: ConduitTemplateUpdateManyWithoutProjectsNestedInput
182992
182983
  }
182993
182984
 
182994
182985
  export type ProjectUncheckedUpdateInput = {
@@ -183006,7 +182997,6 @@ export namespace Prisma {
183006
182997
  deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
183007
182998
  mainProjectId?: StringFieldUpdateOperationsInput | string
183008
182999
  userId?: NullableStringFieldUpdateOperationsInput | string | null
183009
- conduitTemplateId?: NullableStringFieldUpdateOperationsInput | string | null
183010
183000
  types?: ProjectTypeUncheckedUpdateManyWithoutProjectsNestedInput
183011
183001
  DispatchProject?: DispatchProjectUncheckedUpdateManyWithoutProjectNestedInput
183012
183002
  projectWorkflow?: ProjectWorkFlowUncheckedUpdateManyWithoutProjectNestedInput
@@ -183046,6 +183036,7 @@ export namespace Prisma {
183046
183036
  usersOnline?: integrationProjectUserStatusUncheckedUpdateManyWithoutProjectNestedInput
183047
183037
  MapElementTemplate?: MapElementTemplateUncheckedUpdateManyWithoutProjectsNestedInput
183048
183038
  MapElement?: MapElementUncheckedUpdateManyWithoutProjectNestedInput
183039
+ ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutProjectsNestedInput
183049
183040
  }
183050
183041
 
183051
183042
  export type ProjectCreateManyInput = {
@@ -183063,7 +183054,6 @@ export namespace Prisma {
183063
183054
  deletedAt?: Date | string | null
183064
183055
  mainProjectId: string
183065
183056
  userId?: string | null
183066
- conduitTemplateId?: string | null
183067
183057
  }
183068
183058
 
183069
183059
  export type ProjectUpdateManyMutationInput = {
@@ -183096,7 +183086,6 @@ export namespace Prisma {
183096
183086
  deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
183097
183087
  mainProjectId?: StringFieldUpdateOperationsInput | string
183098
183088
  userId?: NullableStringFieldUpdateOperationsInput | string | null
183099
- conduitTemplateId?: NullableStringFieldUpdateOperationsInput | string | null
183100
183089
  }
183101
183090
 
183102
183091
  export type integrationProjectUserStatusCreateInput = {
@@ -197972,11 +197961,6 @@ export namespace Prisma {
197972
197961
  none?: qrCodeTemplateWhereInput
197973
197962
  }
197974
197963
 
197975
- export type ConduitTemplateNullableScalarRelationFilter = {
197976
- is?: ConduitTemplateWhereInput | null
197977
- isNot?: ConduitTemplateWhereInput | null
197978
- }
197979
-
197980
197964
  export type ProjectTypeOrderByRelationAggregateInput = {
197981
197965
  _count?: SortOrder
197982
197966
  }
@@ -198032,7 +198016,6 @@ export namespace Prisma {
198032
198016
  deletedAt?: SortOrder
198033
198017
  mainProjectId?: SortOrder
198034
198018
  userId?: SortOrder
198035
- conduitTemplateId?: SortOrder
198036
198019
  }
198037
198020
 
198038
198021
  export type ProjectAvgOrderByAggregateInput = {
@@ -198052,7 +198035,6 @@ export namespace Prisma {
198052
198035
  deletedAt?: SortOrder
198053
198036
  mainProjectId?: SortOrder
198054
198037
  userId?: SortOrder
198055
- conduitTemplateId?: SortOrder
198056
198038
  }
198057
198039
 
198058
198040
  export type ProjectMinOrderByAggregateInput = {
@@ -198068,7 +198050,6 @@ export namespace Prisma {
198068
198050
  deletedAt?: SortOrder
198069
198051
  mainProjectId?: SortOrder
198070
198052
  userId?: SortOrder
198071
- conduitTemplateId?: SortOrder
198072
198053
  }
198073
198054
 
198074
198055
  export type ProjectSumOrderByAggregateInput = {
@@ -200957,6 +200938,11 @@ export namespace Prisma {
200957
200938
  no?: SortOrder
200958
200939
  }
200959
200940
 
200941
+ export type ConduitTemplateNullableScalarRelationFilter = {
200942
+ is?: ConduitTemplateWhereInput | null
200943
+ isNot?: ConduitTemplateWhereInput | null
200944
+ }
200945
+
200960
200946
  export type ConduitCountOrderByAggregateInput = {
200961
200947
  id?: SortOrder
200962
200948
  no?: SortOrder
@@ -208574,10 +208560,10 @@ export namespace Prisma {
208574
208560
  connect?: MapElementWhereUniqueInput | MapElementWhereUniqueInput[]
208575
208561
  }
208576
208562
 
208577
- export type ConduitTemplateCreateNestedOneWithoutProjectsInput = {
208578
- create?: XOR<ConduitTemplateCreateWithoutProjectsInput, ConduitTemplateUncheckedCreateWithoutProjectsInput>
208579
- connectOrCreate?: ConduitTemplateCreateOrConnectWithoutProjectsInput
208580
- connect?: ConduitTemplateWhereUniqueInput
208563
+ export type ConduitTemplateCreateNestedManyWithoutProjectsInput = {
208564
+ create?: XOR<ConduitTemplateCreateWithoutProjectsInput, ConduitTemplateUncheckedCreateWithoutProjectsInput> | ConduitTemplateCreateWithoutProjectsInput[] | ConduitTemplateUncheckedCreateWithoutProjectsInput[]
208565
+ connectOrCreate?: ConduitTemplateCreateOrConnectWithoutProjectsInput | ConduitTemplateCreateOrConnectWithoutProjectsInput[]
208566
+ connect?: ConduitTemplateWhereUniqueInput | ConduitTemplateWhereUniqueInput[]
208581
208567
  }
208582
208568
 
208583
208569
  export type ProjectTypeUncheckedCreateNestedManyWithoutProjectsInput = {
@@ -208840,6 +208826,12 @@ export namespace Prisma {
208840
208826
  connect?: MapElementWhereUniqueInput | MapElementWhereUniqueInput[]
208841
208827
  }
208842
208828
 
208829
+ export type ConduitTemplateUncheckedCreateNestedManyWithoutProjectsInput = {
208830
+ create?: XOR<ConduitTemplateCreateWithoutProjectsInput, ConduitTemplateUncheckedCreateWithoutProjectsInput> | ConduitTemplateCreateWithoutProjectsInput[] | ConduitTemplateUncheckedCreateWithoutProjectsInput[]
208831
+ connectOrCreate?: ConduitTemplateCreateOrConnectWithoutProjectsInput | ConduitTemplateCreateOrConnectWithoutProjectsInput[]
208832
+ connect?: ConduitTemplateWhereUniqueInput | ConduitTemplateWhereUniqueInput[]
208833
+ }
208834
+
208843
208835
  export type ProjectTypeUpdateManyWithoutProjectsNestedInput = {
208844
208836
  create?: XOR<ProjectTypeCreateWithoutProjectsInput, ProjectTypeUncheckedCreateWithoutProjectsInput> | ProjectTypeCreateWithoutProjectsInput[] | ProjectTypeUncheckedCreateWithoutProjectsInput[]
208845
208837
  connectOrCreate?: ProjectTypeCreateOrConnectWithoutProjectsInput | ProjectTypeCreateOrConnectWithoutProjectsInput[]
@@ -209391,14 +209383,17 @@ export namespace Prisma {
209391
209383
  deleteMany?: MapElementScalarWhereInput | MapElementScalarWhereInput[]
209392
209384
  }
209393
209385
 
209394
- export type ConduitTemplateUpdateOneWithoutProjectsNestedInput = {
209395
- create?: XOR<ConduitTemplateCreateWithoutProjectsInput, ConduitTemplateUncheckedCreateWithoutProjectsInput>
209396
- connectOrCreate?: ConduitTemplateCreateOrConnectWithoutProjectsInput
209397
- upsert?: ConduitTemplateUpsertWithoutProjectsInput
209398
- disconnect?: ConduitTemplateWhereInput | boolean
209399
- delete?: ConduitTemplateWhereInput | boolean
209400
- connect?: ConduitTemplateWhereUniqueInput
209401
- update?: XOR<XOR<ConduitTemplateUpdateToOneWithWhereWithoutProjectsInput, ConduitTemplateUpdateWithoutProjectsInput>, ConduitTemplateUncheckedUpdateWithoutProjectsInput>
209386
+ export type ConduitTemplateUpdateManyWithoutProjectsNestedInput = {
209387
+ create?: XOR<ConduitTemplateCreateWithoutProjectsInput, ConduitTemplateUncheckedCreateWithoutProjectsInput> | ConduitTemplateCreateWithoutProjectsInput[] | ConduitTemplateUncheckedCreateWithoutProjectsInput[]
209388
+ connectOrCreate?: ConduitTemplateCreateOrConnectWithoutProjectsInput | ConduitTemplateCreateOrConnectWithoutProjectsInput[]
209389
+ upsert?: ConduitTemplateUpsertWithWhereUniqueWithoutProjectsInput | ConduitTemplateUpsertWithWhereUniqueWithoutProjectsInput[]
209390
+ set?: ConduitTemplateWhereUniqueInput | ConduitTemplateWhereUniqueInput[]
209391
+ disconnect?: ConduitTemplateWhereUniqueInput | ConduitTemplateWhereUniqueInput[]
209392
+ delete?: ConduitTemplateWhereUniqueInput | ConduitTemplateWhereUniqueInput[]
209393
+ connect?: ConduitTemplateWhereUniqueInput | ConduitTemplateWhereUniqueInput[]
209394
+ update?: ConduitTemplateUpdateWithWhereUniqueWithoutProjectsInput | ConduitTemplateUpdateWithWhereUniqueWithoutProjectsInput[]
209395
+ updateMany?: ConduitTemplateUpdateManyWithWhereWithoutProjectsInput | ConduitTemplateUpdateManyWithWhereWithoutProjectsInput[]
209396
+ deleteMany?: ConduitTemplateScalarWhereInput | ConduitTemplateScalarWhereInput[]
209402
209397
  }
209403
209398
 
209404
209399
  export type ProjectTypeUncheckedUpdateManyWithoutProjectsNestedInput = {
@@ -209934,6 +209929,19 @@ export namespace Prisma {
209934
209929
  deleteMany?: MapElementScalarWhereInput | MapElementScalarWhereInput[]
209935
209930
  }
209936
209931
 
209932
+ export type ConduitTemplateUncheckedUpdateManyWithoutProjectsNestedInput = {
209933
+ create?: XOR<ConduitTemplateCreateWithoutProjectsInput, ConduitTemplateUncheckedCreateWithoutProjectsInput> | ConduitTemplateCreateWithoutProjectsInput[] | ConduitTemplateUncheckedCreateWithoutProjectsInput[]
209934
+ connectOrCreate?: ConduitTemplateCreateOrConnectWithoutProjectsInput | ConduitTemplateCreateOrConnectWithoutProjectsInput[]
209935
+ upsert?: ConduitTemplateUpsertWithWhereUniqueWithoutProjectsInput | ConduitTemplateUpsertWithWhereUniqueWithoutProjectsInput[]
209936
+ set?: ConduitTemplateWhereUniqueInput | ConduitTemplateWhereUniqueInput[]
209937
+ disconnect?: ConduitTemplateWhereUniqueInput | ConduitTemplateWhereUniqueInput[]
209938
+ delete?: ConduitTemplateWhereUniqueInput | ConduitTemplateWhereUniqueInput[]
209939
+ connect?: ConduitTemplateWhereUniqueInput | ConduitTemplateWhereUniqueInput[]
209940
+ update?: ConduitTemplateUpdateWithWhereUniqueWithoutProjectsInput | ConduitTemplateUpdateWithWhereUniqueWithoutProjectsInput[]
209941
+ updateMany?: ConduitTemplateUpdateManyWithWhereWithoutProjectsInput | ConduitTemplateUpdateManyWithWhereWithoutProjectsInput[]
209942
+ deleteMany?: ConduitTemplateScalarWhereInput | ConduitTemplateScalarWhereInput[]
209943
+ }
209944
+
209937
209945
  export type UserCreateNestedOneWithoutIntegrationProjectUserStatusInput = {
209938
209946
  create?: XOR<UserCreateWithoutIntegrationProjectUserStatusInput, UserUncheckedCreateWithoutIntegrationProjectUserStatusInput>
209939
209947
  connectOrCreate?: UserCreateOrConnectWithoutIntegrationProjectUserStatusInput
@@ -215935,7 +215943,6 @@ export namespace Prisma {
215935
215943
  export type ProjectCreateNestedManyWithoutConduitTemplateInput = {
215936
215944
  create?: XOR<ProjectCreateWithoutConduitTemplateInput, ProjectUncheckedCreateWithoutConduitTemplateInput> | ProjectCreateWithoutConduitTemplateInput[] | ProjectUncheckedCreateWithoutConduitTemplateInput[]
215937
215945
  connectOrCreate?: ProjectCreateOrConnectWithoutConduitTemplateInput | ProjectCreateOrConnectWithoutConduitTemplateInput[]
215938
- createMany?: ProjectCreateManyConduitTemplateInputEnvelope
215939
215946
  connect?: ProjectWhereUniqueInput | ProjectWhereUniqueInput[]
215940
215947
  }
215941
215948
 
@@ -215969,7 +215976,6 @@ export namespace Prisma {
215969
215976
  export type ProjectUncheckedCreateNestedManyWithoutConduitTemplateInput = {
215970
215977
  create?: XOR<ProjectCreateWithoutConduitTemplateInput, ProjectUncheckedCreateWithoutConduitTemplateInput> | ProjectCreateWithoutConduitTemplateInput[] | ProjectUncheckedCreateWithoutConduitTemplateInput[]
215971
215978
  connectOrCreate?: ProjectCreateOrConnectWithoutConduitTemplateInput | ProjectCreateOrConnectWithoutConduitTemplateInput[]
215972
- createMany?: ProjectCreateManyConduitTemplateInputEnvelope
215973
215979
  connect?: ProjectWhereUniqueInput | ProjectWhereUniqueInput[]
215974
215980
  }
215975
215981
 
@@ -216016,7 +216022,6 @@ export namespace Prisma {
216016
216022
  create?: XOR<ProjectCreateWithoutConduitTemplateInput, ProjectUncheckedCreateWithoutConduitTemplateInput> | ProjectCreateWithoutConduitTemplateInput[] | ProjectUncheckedCreateWithoutConduitTemplateInput[]
216017
216023
  connectOrCreate?: ProjectCreateOrConnectWithoutConduitTemplateInput | ProjectCreateOrConnectWithoutConduitTemplateInput[]
216018
216024
  upsert?: ProjectUpsertWithWhereUniqueWithoutConduitTemplateInput | ProjectUpsertWithWhereUniqueWithoutConduitTemplateInput[]
216019
- createMany?: ProjectCreateManyConduitTemplateInputEnvelope
216020
216025
  set?: ProjectWhereUniqueInput | ProjectWhereUniqueInput[]
216021
216026
  disconnect?: ProjectWhereUniqueInput | ProjectWhereUniqueInput[]
216022
216027
  delete?: ProjectWhereUniqueInput | ProjectWhereUniqueInput[]
@@ -216082,7 +216087,6 @@ export namespace Prisma {
216082
216087
  create?: XOR<ProjectCreateWithoutConduitTemplateInput, ProjectUncheckedCreateWithoutConduitTemplateInput> | ProjectCreateWithoutConduitTemplateInput[] | ProjectUncheckedCreateWithoutConduitTemplateInput[]
216083
216088
  connectOrCreate?: ProjectCreateOrConnectWithoutConduitTemplateInput | ProjectCreateOrConnectWithoutConduitTemplateInput[]
216084
216089
  upsert?: ProjectUpsertWithWhereUniqueWithoutConduitTemplateInput | ProjectUpsertWithWhereUniqueWithoutConduitTemplateInput[]
216085
- createMany?: ProjectCreateManyConduitTemplateInputEnvelope
216086
216090
  set?: ProjectWhereUniqueInput | ProjectWhereUniqueInput[]
216087
216091
  disconnect?: ProjectWhereUniqueInput | ProjectWhereUniqueInput[]
216088
216092
  delete?: ProjectWhereUniqueInput | ProjectWhereUniqueInput[]
@@ -226067,7 +226071,7 @@ export namespace Prisma {
226067
226071
  usersOnline?: integrationProjectUserStatusCreateNestedManyWithoutProjectInput
226068
226072
  MapElementTemplate?: MapElementTemplateCreateNestedManyWithoutProjectsInput
226069
226073
  MapElement?: MapElementCreateNestedManyWithoutProjectInput
226070
- ConduitTemplate?: ConduitTemplateCreateNestedOneWithoutProjectsInput
226074
+ ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutProjectsInput
226071
226075
  }
226072
226076
 
226073
226077
  export type ProjectUncheckedCreateWithoutPlatformsInput = {
@@ -226085,7 +226089,6 @@ export namespace Prisma {
226085
226089
  deletedAt?: Date | string | null
226086
226090
  mainProjectId: string
226087
226091
  userId?: string | null
226088
- conduitTemplateId?: string | null
226089
226092
  types?: ProjectTypeUncheckedCreateNestedManyWithoutProjectsInput
226090
226093
  DispatchProject?: DispatchProjectUncheckedCreateNestedManyWithoutProjectInput
226091
226094
  projectWorkflow?: ProjectWorkFlowUncheckedCreateNestedManyWithoutProjectInput
@@ -226124,6 +226127,7 @@ export namespace Prisma {
226124
226127
  usersOnline?: integrationProjectUserStatusUncheckedCreateNestedManyWithoutProjectInput
226125
226128
  MapElementTemplate?: MapElementTemplateUncheckedCreateNestedManyWithoutProjectsInput
226126
226129
  MapElement?: MapElementUncheckedCreateNestedManyWithoutProjectInput
226130
+ ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutProjectsInput
226127
226131
  }
226128
226132
 
226129
226133
  export type ProjectCreateOrConnectWithoutPlatformsInput = {
@@ -226181,7 +226185,6 @@ export namespace Prisma {
226181
226185
  deletedAt?: DateTimeNullableFilter<"Project"> | Date | string | null
226182
226186
  mainProjectId?: StringFilter<"Project"> | string
226183
226187
  userId?: StringNullableFilter<"Project"> | string | null
226184
- conduitTemplateId?: StringNullableFilter<"Project"> | string | null
226185
226188
  }
226186
226189
 
226187
226190
  export type UserCreateWithoutPositionInput = {
@@ -227345,7 +227348,7 @@ export namespace Prisma {
227345
227348
  usersOnline?: integrationProjectUserStatusCreateNestedManyWithoutProjectInput
227346
227349
  MapElementTemplate?: MapElementTemplateCreateNestedManyWithoutProjectsInput
227347
227350
  MapElement?: MapElementCreateNestedManyWithoutProjectInput
227348
- ConduitTemplate?: ConduitTemplateCreateNestedOneWithoutProjectsInput
227351
+ ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutProjectsInput
227349
227352
  }
227350
227353
 
227351
227354
  export type ProjectUncheckedCreateWithoutProjectWorkflowInput = {
@@ -227363,7 +227366,6 @@ export namespace Prisma {
227363
227366
  deletedAt?: Date | string | null
227364
227367
  mainProjectId: string
227365
227368
  userId?: string | null
227366
- conduitTemplateId?: string | null
227367
227369
  types?: ProjectTypeUncheckedCreateNestedManyWithoutProjectsInput
227368
227370
  DispatchProject?: DispatchProjectUncheckedCreateNestedManyWithoutProjectInput
227369
227371
  BillOfMaterial?: BillOfMaterialUncheckedCreateNestedManyWithoutProjectInput
@@ -227402,6 +227404,7 @@ export namespace Prisma {
227402
227404
  usersOnline?: integrationProjectUserStatusUncheckedCreateNestedManyWithoutProjectInput
227403
227405
  MapElementTemplate?: MapElementTemplateUncheckedCreateNestedManyWithoutProjectsInput
227404
227406
  MapElement?: MapElementUncheckedCreateNestedManyWithoutProjectInput
227407
+ ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutProjectsInput
227405
227408
  }
227406
227409
 
227407
227410
  export type ProjectCreateOrConnectWithoutProjectWorkflowInput = {
@@ -227533,7 +227536,7 @@ export namespace Prisma {
227533
227536
  usersOnline?: integrationProjectUserStatusUpdateManyWithoutProjectNestedInput
227534
227537
  MapElementTemplate?: MapElementTemplateUpdateManyWithoutProjectsNestedInput
227535
227538
  MapElement?: MapElementUpdateManyWithoutProjectNestedInput
227536
- ConduitTemplate?: ConduitTemplateUpdateOneWithoutProjectsNestedInput
227539
+ ConduitTemplate?: ConduitTemplateUpdateManyWithoutProjectsNestedInput
227537
227540
  }
227538
227541
 
227539
227542
  export type ProjectUncheckedUpdateWithoutProjectWorkflowInput = {
@@ -227551,7 +227554,6 @@ export namespace Prisma {
227551
227554
  deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
227552
227555
  mainProjectId?: StringFieldUpdateOperationsInput | string
227553
227556
  userId?: NullableStringFieldUpdateOperationsInput | string | null
227554
- conduitTemplateId?: NullableStringFieldUpdateOperationsInput | string | null
227555
227557
  types?: ProjectTypeUncheckedUpdateManyWithoutProjectsNestedInput
227556
227558
  DispatchProject?: DispatchProjectUncheckedUpdateManyWithoutProjectNestedInput
227557
227559
  BillOfMaterial?: BillOfMaterialUncheckedUpdateManyWithoutProjectNestedInput
@@ -227590,6 +227592,7 @@ export namespace Prisma {
227590
227592
  usersOnline?: integrationProjectUserStatusUncheckedUpdateManyWithoutProjectNestedInput
227591
227593
  MapElementTemplate?: MapElementTemplateUncheckedUpdateManyWithoutProjectsNestedInput
227592
227594
  MapElement?: MapElementUncheckedUpdateManyWithoutProjectNestedInput
227595
+ ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutProjectsNestedInput
227593
227596
  }
227594
227597
 
227595
227598
  export type TemplateUpsertWithoutProjectWorkFlowInput = {
@@ -229225,7 +229228,7 @@ export namespace Prisma {
229225
229228
  usersOnline?: integrationProjectUserStatusCreateNestedManyWithoutProjectInput
229226
229229
  MapElementTemplate?: MapElementTemplateCreateNestedManyWithoutProjectsInput
229227
229230
  MapElement?: MapElementCreateNestedManyWithoutProjectInput
229228
- ConduitTemplate?: ConduitTemplateCreateNestedOneWithoutProjectsInput
229231
+ ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutProjectsInput
229229
229232
  }
229230
229233
 
229231
229234
  export type ProjectUncheckedCreateWithoutUserInput = {
@@ -229242,7 +229245,6 @@ export namespace Prisma {
229242
229245
  activatedAt?: Date | string | null
229243
229246
  deletedAt?: Date | string | null
229244
229247
  mainProjectId: string
229245
- conduitTemplateId?: string | null
229246
229248
  types?: ProjectTypeUncheckedCreateNestedManyWithoutProjectsInput
229247
229249
  DispatchProject?: DispatchProjectUncheckedCreateNestedManyWithoutProjectInput
229248
229250
  projectWorkflow?: ProjectWorkFlowUncheckedCreateNestedManyWithoutProjectInput
@@ -229282,6 +229284,7 @@ export namespace Prisma {
229282
229284
  usersOnline?: integrationProjectUserStatusUncheckedCreateNestedManyWithoutProjectInput
229283
229285
  MapElementTemplate?: MapElementTemplateUncheckedCreateNestedManyWithoutProjectsInput
229284
229286
  MapElement?: MapElementUncheckedCreateNestedManyWithoutProjectInput
229287
+ ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutProjectsInput
229285
229288
  }
229286
229289
 
229287
229290
  export type ProjectCreateOrConnectWithoutUserInput = {
@@ -234736,7 +234739,7 @@ export namespace Prisma {
234736
234739
  usersOnline?: integrationProjectUserStatusCreateNestedManyWithoutProjectInput
234737
234740
  MapElementTemplate?: MapElementTemplateCreateNestedManyWithoutProjectsInput
234738
234741
  MapElement?: MapElementCreateNestedManyWithoutProjectInput
234739
- ConduitTemplate?: ConduitTemplateCreateNestedOneWithoutProjectsInput
234742
+ ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutProjectsInput
234740
234743
  }
234741
234744
 
234742
234745
  export type ProjectUncheckedCreateWithoutMainProjectInput = {
@@ -234753,7 +234756,6 @@ export namespace Prisma {
234753
234756
  activatedAt?: Date | string | null
234754
234757
  deletedAt?: Date | string | null
234755
234758
  userId?: string | null
234756
- conduitTemplateId?: string | null
234757
234759
  types?: ProjectTypeUncheckedCreateNestedManyWithoutProjectsInput
234758
234760
  DispatchProject?: DispatchProjectUncheckedCreateNestedManyWithoutProjectInput
234759
234761
  projectWorkflow?: ProjectWorkFlowUncheckedCreateNestedManyWithoutProjectInput
@@ -234793,6 +234795,7 @@ export namespace Prisma {
234793
234795
  usersOnline?: integrationProjectUserStatusUncheckedCreateNestedManyWithoutProjectInput
234794
234796
  MapElementTemplate?: MapElementTemplateUncheckedCreateNestedManyWithoutProjectsInput
234795
234797
  MapElement?: MapElementUncheckedCreateNestedManyWithoutProjectInput
234798
+ ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutProjectsInput
234796
234799
  }
234797
234800
 
234798
234801
  export type ProjectCreateOrConnectWithoutMainProjectInput = {
@@ -238657,61 +238660,20 @@ export namespace Prisma {
238657
238660
  data: XOR<MapElementUpdateManyMutationInput, MapElementUncheckedUpdateManyWithoutProjectInput>
238658
238661
  }
238659
238662
 
238660
- export type ConduitTemplateUpsertWithoutProjectsInput = {
238663
+ export type ConduitTemplateUpsertWithWhereUniqueWithoutProjectsInput = {
238664
+ where: ConduitTemplateWhereUniqueInput
238661
238665
  update: XOR<ConduitTemplateUpdateWithoutProjectsInput, ConduitTemplateUncheckedUpdateWithoutProjectsInput>
238662
238666
  create: XOR<ConduitTemplateCreateWithoutProjectsInput, ConduitTemplateUncheckedCreateWithoutProjectsInput>
238663
- where?: ConduitTemplateWhereInput
238664
238667
  }
238665
238668
 
238666
- export type ConduitTemplateUpdateToOneWithWhereWithoutProjectsInput = {
238667
- where?: ConduitTemplateWhereInput
238669
+ export type ConduitTemplateUpdateWithWhereUniqueWithoutProjectsInput = {
238670
+ where: ConduitTemplateWhereUniqueInput
238668
238671
  data: XOR<ConduitTemplateUpdateWithoutProjectsInput, ConduitTemplateUncheckedUpdateWithoutProjectsInput>
238669
238672
  }
238670
238673
 
238671
- export type ConduitTemplateUpdateWithoutProjectsInput = {
238672
- id?: StringFieldUpdateOperationsInput | string
238673
- no?: IntFieldUpdateOperationsInput | number
238674
- status?: StringFieldUpdateOperationsInput | string
238675
- name?: StringFieldUpdateOperationsInput | string
238676
- terminalAccess?: BoolFieldUpdateOperationsInput | boolean
238677
- photos?: NullableJsonNullValueInput | InputJsonValue
238678
- texts?: NullableJsonNullValueInput | InputJsonValue
238679
- files?: NullableJsonNullValueInput | InputJsonValue
238680
- zone?: NullableJsonNullValueInput | InputJsonValue
238681
- geometry?: NullableJsonNullValueInput | InputJsonValue
238682
- attributes?: NullableJsonNullValueInput | InputJsonValue
238683
- createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
238684
- updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
238685
- deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
238686
- updatedBy?: UserUpdateOneWithoutConduitTemplateNestedInput
238687
- networkElement?: NetworkElementUpdateOneRequiredWithoutConduitTemplateNestedInput
238688
- Conduit?: ConduitUpdateManyWithoutTemplateNestedInput
238689
- cluster?: ClusterUpdateOneWithoutConduitTemplateNestedInput
238690
- qrCodeTemplate?: qrCodeTemplateUpdateManyWithoutConduitTemplateNestedInput
238691
- ductTemplates?: ductTemplateUpdateManyWithoutConduitNestedInput
238692
- }
238693
-
238694
- export type ConduitTemplateUncheckedUpdateWithoutProjectsInput = {
238695
- id?: StringFieldUpdateOperationsInput | string
238696
- no?: IntFieldUpdateOperationsInput | number
238697
- status?: StringFieldUpdateOperationsInput | string
238698
- name?: StringFieldUpdateOperationsInput | string
238699
- terminalAccess?: BoolFieldUpdateOperationsInput | boolean
238700
- photos?: NullableJsonNullValueInput | InputJsonValue
238701
- texts?: NullableJsonNullValueInput | InputJsonValue
238702
- files?: NullableJsonNullValueInput | InputJsonValue
238703
- zone?: NullableJsonNullValueInput | InputJsonValue
238704
- geometry?: NullableJsonNullValueInput | InputJsonValue
238705
- attributes?: NullableJsonNullValueInput | InputJsonValue
238706
- createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
238707
- updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
238708
- deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
238709
- updatedById?: NullableStringFieldUpdateOperationsInput | string | null
238710
- networkElementId?: StringFieldUpdateOperationsInput | string
238711
- clusterId?: NullableStringFieldUpdateOperationsInput | string | null
238712
- Conduit?: ConduitUncheckedUpdateManyWithoutTemplateNestedInput
238713
- qrCodeTemplate?: qrCodeTemplateUncheckedUpdateManyWithoutConduitTemplateNestedInput
238714
- ductTemplates?: ductTemplateUncheckedUpdateManyWithoutConduitNestedInput
238674
+ export type ConduitTemplateUpdateManyWithWhereWithoutProjectsInput = {
238675
+ where: ConduitTemplateScalarWhereInput
238676
+ data: XOR<ConduitTemplateUpdateManyMutationInput, ConduitTemplateUncheckedUpdateManyWithoutProjectsInput>
238715
238677
  }
238716
238678
 
238717
238679
  export type UserCreateWithoutIntegrationProjectUserStatusInput = {
@@ -238942,7 +238904,7 @@ export namespace Prisma {
238942
238904
  BuildingTemplate?: BuildingTemplateCreateNestedManyWithoutProjectsInput
238943
238905
  MapElementTemplate?: MapElementTemplateCreateNestedManyWithoutProjectsInput
238944
238906
  MapElement?: MapElementCreateNestedManyWithoutProjectInput
238945
- ConduitTemplate?: ConduitTemplateCreateNestedOneWithoutProjectsInput
238907
+ ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutProjectsInput
238946
238908
  }
238947
238909
 
238948
238910
  export type ProjectUncheckedCreateWithoutUsersOnlineInput = {
@@ -238960,7 +238922,6 @@ export namespace Prisma {
238960
238922
  deletedAt?: Date | string | null
238961
238923
  mainProjectId: string
238962
238924
  userId?: string | null
238963
- conduitTemplateId?: string | null
238964
238925
  types?: ProjectTypeUncheckedCreateNestedManyWithoutProjectsInput
238965
238926
  DispatchProject?: DispatchProjectUncheckedCreateNestedManyWithoutProjectInput
238966
238927
  projectWorkflow?: ProjectWorkFlowUncheckedCreateNestedManyWithoutProjectInput
@@ -238999,6 +238960,7 @@ export namespace Prisma {
238999
238960
  BuildingTemplate?: BuildingTemplateUncheckedCreateNestedManyWithoutProjectsInput
239000
238961
  MapElementTemplate?: MapElementTemplateUncheckedCreateNestedManyWithoutProjectsInput
239001
238962
  MapElement?: MapElementUncheckedCreateNestedManyWithoutProjectInput
238963
+ ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutProjectsInput
239002
238964
  }
239003
238965
 
239004
238966
  export type ProjectCreateOrConnectWithoutUsersOnlineInput = {
@@ -239358,7 +239320,7 @@ export namespace Prisma {
239358
239320
  BuildingTemplate?: BuildingTemplateUpdateManyWithoutProjectsNestedInput
239359
239321
  MapElementTemplate?: MapElementTemplateUpdateManyWithoutProjectsNestedInput
239360
239322
  MapElement?: MapElementUpdateManyWithoutProjectNestedInput
239361
- ConduitTemplate?: ConduitTemplateUpdateOneWithoutProjectsNestedInput
239323
+ ConduitTemplate?: ConduitTemplateUpdateManyWithoutProjectsNestedInput
239362
239324
  }
239363
239325
 
239364
239326
  export type ProjectUncheckedUpdateWithoutUsersOnlineInput = {
@@ -239376,7 +239338,6 @@ export namespace Prisma {
239376
239338
  deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
239377
239339
  mainProjectId?: StringFieldUpdateOperationsInput | string
239378
239340
  userId?: NullableStringFieldUpdateOperationsInput | string | null
239379
- conduitTemplateId?: NullableStringFieldUpdateOperationsInput | string | null
239380
239341
  types?: ProjectTypeUncheckedUpdateManyWithoutProjectsNestedInput
239381
239342
  DispatchProject?: DispatchProjectUncheckedUpdateManyWithoutProjectNestedInput
239382
239343
  projectWorkflow?: ProjectWorkFlowUncheckedUpdateManyWithoutProjectNestedInput
@@ -239415,6 +239376,7 @@ export namespace Prisma {
239415
239376
  BuildingTemplate?: BuildingTemplateUncheckedUpdateManyWithoutProjectsNestedInput
239416
239377
  MapElementTemplate?: MapElementTemplateUncheckedUpdateManyWithoutProjectsNestedInput
239417
239378
  MapElement?: MapElementUncheckedUpdateManyWithoutProjectNestedInput
239379
+ ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutProjectsNestedInput
239418
239380
  }
239419
239381
 
239420
239382
  export type ClusterUpsertWithoutUsersOnlineInput = {
@@ -239583,7 +239545,7 @@ export namespace Prisma {
239583
239545
  usersOnline?: integrationProjectUserStatusCreateNestedManyWithoutProjectInput
239584
239546
  MapElementTemplate?: MapElementTemplateCreateNestedManyWithoutProjectsInput
239585
239547
  MapElement?: MapElementCreateNestedManyWithoutProjectInput
239586
- ConduitTemplate?: ConduitTemplateCreateNestedOneWithoutProjectsInput
239548
+ ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutProjectsInput
239587
239549
  }
239588
239550
 
239589
239551
  export type ProjectUncheckedCreateWithoutProjectPhaseLogInput = {
@@ -239601,7 +239563,6 @@ export namespace Prisma {
239601
239563
  deletedAt?: Date | string | null
239602
239564
  mainProjectId: string
239603
239565
  userId?: string | null
239604
- conduitTemplateId?: string | null
239605
239566
  types?: ProjectTypeUncheckedCreateNestedManyWithoutProjectsInput
239606
239567
  DispatchProject?: DispatchProjectUncheckedCreateNestedManyWithoutProjectInput
239607
239568
  projectWorkflow?: ProjectWorkFlowUncheckedCreateNestedManyWithoutProjectInput
@@ -239640,6 +239601,7 @@ export namespace Prisma {
239640
239601
  usersOnline?: integrationProjectUserStatusUncheckedCreateNestedManyWithoutProjectInput
239641
239602
  MapElementTemplate?: MapElementTemplateUncheckedCreateNestedManyWithoutProjectsInput
239642
239603
  MapElement?: MapElementUncheckedCreateNestedManyWithoutProjectInput
239604
+ ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutProjectsInput
239643
239605
  }
239644
239606
 
239645
239607
  export type ProjectCreateOrConnectWithoutProjectPhaseLogInput = {
@@ -239886,7 +239848,7 @@ export namespace Prisma {
239886
239848
  usersOnline?: integrationProjectUserStatusUpdateManyWithoutProjectNestedInput
239887
239849
  MapElementTemplate?: MapElementTemplateUpdateManyWithoutProjectsNestedInput
239888
239850
  MapElement?: MapElementUpdateManyWithoutProjectNestedInput
239889
- ConduitTemplate?: ConduitTemplateUpdateOneWithoutProjectsNestedInput
239851
+ ConduitTemplate?: ConduitTemplateUpdateManyWithoutProjectsNestedInput
239890
239852
  }
239891
239853
 
239892
239854
  export type ProjectUncheckedUpdateWithoutProjectPhaseLogInput = {
@@ -239904,7 +239866,6 @@ export namespace Prisma {
239904
239866
  deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
239905
239867
  mainProjectId?: StringFieldUpdateOperationsInput | string
239906
239868
  userId?: NullableStringFieldUpdateOperationsInput | string | null
239907
- conduitTemplateId?: NullableStringFieldUpdateOperationsInput | string | null
239908
239869
  types?: ProjectTypeUncheckedUpdateManyWithoutProjectsNestedInput
239909
239870
  DispatchProject?: DispatchProjectUncheckedUpdateManyWithoutProjectNestedInput
239910
239871
  projectWorkflow?: ProjectWorkFlowUncheckedUpdateManyWithoutProjectNestedInput
@@ -239943,6 +239904,7 @@ export namespace Prisma {
239943
239904
  usersOnline?: integrationProjectUserStatusUncheckedUpdateManyWithoutProjectNestedInput
239944
239905
  MapElementTemplate?: MapElementTemplateUncheckedUpdateManyWithoutProjectsNestedInput
239945
239906
  MapElement?: MapElementUncheckedUpdateManyWithoutProjectNestedInput
239907
+ ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutProjectsNestedInput
239946
239908
  }
239947
239909
 
239948
239910
  export type UserUpsertWithoutProjectPhaseLogInput = {
@@ -242389,7 +242351,7 @@ export namespace Prisma {
242389
242351
  usersOnline?: integrationProjectUserStatusCreateNestedManyWithoutProjectInput
242390
242352
  MapElementTemplate?: MapElementTemplateCreateNestedManyWithoutProjectsInput
242391
242353
  MapElement?: MapElementCreateNestedManyWithoutProjectInput
242392
- ConduitTemplate?: ConduitTemplateCreateNestedOneWithoutProjectsInput
242354
+ ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutProjectsInput
242393
242355
  }
242394
242356
 
242395
242357
  export type ProjectUncheckedCreateWithoutDispatchProjectInput = {
@@ -242407,7 +242369,6 @@ export namespace Prisma {
242407
242369
  deletedAt?: Date | string | null
242408
242370
  mainProjectId: string
242409
242371
  userId?: string | null
242410
- conduitTemplateId?: string | null
242411
242372
  types?: ProjectTypeUncheckedCreateNestedManyWithoutProjectsInput
242412
242373
  projectWorkflow?: ProjectWorkFlowUncheckedCreateNestedManyWithoutProjectInput
242413
242374
  BillOfMaterial?: BillOfMaterialUncheckedCreateNestedManyWithoutProjectInput
@@ -242446,6 +242407,7 @@ export namespace Prisma {
242446
242407
  usersOnline?: integrationProjectUserStatusUncheckedCreateNestedManyWithoutProjectInput
242447
242408
  MapElementTemplate?: MapElementTemplateUncheckedCreateNestedManyWithoutProjectsInput
242448
242409
  MapElement?: MapElementUncheckedCreateNestedManyWithoutProjectInput
242410
+ ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutProjectsInput
242449
242411
  }
242450
242412
 
242451
242413
  export type ProjectCreateOrConnectWithoutDispatchProjectInput = {
@@ -243119,7 +243081,7 @@ export namespace Prisma {
243119
243081
  usersOnline?: integrationProjectUserStatusUpdateManyWithoutProjectNestedInput
243120
243082
  MapElementTemplate?: MapElementTemplateUpdateManyWithoutProjectsNestedInput
243121
243083
  MapElement?: MapElementUpdateManyWithoutProjectNestedInput
243122
- ConduitTemplate?: ConduitTemplateUpdateOneWithoutProjectsNestedInput
243084
+ ConduitTemplate?: ConduitTemplateUpdateManyWithoutProjectsNestedInput
243123
243085
  }
243124
243086
 
243125
243087
  export type ProjectUncheckedUpdateWithoutDispatchProjectInput = {
@@ -243137,7 +243099,6 @@ export namespace Prisma {
243137
243099
  deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
243138
243100
  mainProjectId?: StringFieldUpdateOperationsInput | string
243139
243101
  userId?: NullableStringFieldUpdateOperationsInput | string | null
243140
- conduitTemplateId?: NullableStringFieldUpdateOperationsInput | string | null
243141
243102
  types?: ProjectTypeUncheckedUpdateManyWithoutProjectsNestedInput
243142
243103
  projectWorkflow?: ProjectWorkFlowUncheckedUpdateManyWithoutProjectNestedInput
243143
243104
  BillOfMaterial?: BillOfMaterialUncheckedUpdateManyWithoutProjectNestedInput
@@ -243176,6 +243137,7 @@ export namespace Prisma {
243176
243137
  usersOnline?: integrationProjectUserStatusUncheckedUpdateManyWithoutProjectNestedInput
243177
243138
  MapElementTemplate?: MapElementTemplateUncheckedUpdateManyWithoutProjectsNestedInput
243178
243139
  MapElement?: MapElementUncheckedUpdateManyWithoutProjectNestedInput
243140
+ ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutProjectsNestedInput
243179
243141
  }
243180
243142
 
243181
243143
  export type UserUpsertWithoutDispatchProjectInput = {
@@ -243703,7 +243665,7 @@ export namespace Prisma {
243703
243665
  usersOnline?: integrationProjectUserStatusCreateNestedManyWithoutProjectInput
243704
243666
  MapElementTemplate?: MapElementTemplateCreateNestedManyWithoutProjectsInput
243705
243667
  MapElement?: MapElementCreateNestedManyWithoutProjectInput
243706
- ConduitTemplate?: ConduitTemplateCreateNestedOneWithoutProjectsInput
243668
+ ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutProjectsInput
243707
243669
  }
243708
243670
 
243709
243671
  export type ProjectUncheckedCreateWithoutTypesInput = {
@@ -243721,7 +243683,6 @@ export namespace Prisma {
243721
243683
  deletedAt?: Date | string | null
243722
243684
  mainProjectId: string
243723
243685
  userId?: string | null
243724
- conduitTemplateId?: string | null
243725
243686
  DispatchProject?: DispatchProjectUncheckedCreateNestedManyWithoutProjectInput
243726
243687
  projectWorkflow?: ProjectWorkFlowUncheckedCreateNestedManyWithoutProjectInput
243727
243688
  BillOfMaterial?: BillOfMaterialUncheckedCreateNestedManyWithoutProjectInput
@@ -243760,6 +243721,7 @@ export namespace Prisma {
243760
243721
  usersOnline?: integrationProjectUserStatusUncheckedCreateNestedManyWithoutProjectInput
243761
243722
  MapElementTemplate?: MapElementTemplateUncheckedCreateNestedManyWithoutProjectsInput
243762
243723
  MapElement?: MapElementUncheckedCreateNestedManyWithoutProjectInput
243724
+ ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutProjectsInput
243763
243725
  }
243764
243726
 
243765
243727
  export type ProjectCreateOrConnectWithoutTypesInput = {
@@ -244010,7 +243972,7 @@ export namespace Prisma {
244010
243972
  usersOnline?: integrationProjectUserStatusCreateNestedManyWithoutProjectInput
244011
243973
  MapElementTemplate?: MapElementTemplateCreateNestedManyWithoutProjectsInput
244012
243974
  MapElement?: MapElementCreateNestedManyWithoutProjectInput
244013
- ConduitTemplate?: ConduitTemplateCreateNestedOneWithoutProjectsInput
243975
+ ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutProjectsInput
244014
243976
  }
244015
243977
 
244016
243978
  export type ProjectUncheckedCreateWithoutEmailConfigurationsInput = {
@@ -244028,7 +243990,6 @@ export namespace Prisma {
244028
243990
  deletedAt?: Date | string | null
244029
243991
  mainProjectId: string
244030
243992
  userId?: string | null
244031
- conduitTemplateId?: string | null
244032
243993
  types?: ProjectTypeUncheckedCreateNestedManyWithoutProjectsInput
244033
243994
  DispatchProject?: DispatchProjectUncheckedCreateNestedManyWithoutProjectInput
244034
243995
  projectWorkflow?: ProjectWorkFlowUncheckedCreateNestedManyWithoutProjectInput
@@ -244067,6 +244028,7 @@ export namespace Prisma {
244067
244028
  usersOnline?: integrationProjectUserStatusUncheckedCreateNestedManyWithoutProjectInput
244068
244029
  MapElementTemplate?: MapElementTemplateUncheckedCreateNestedManyWithoutProjectsInput
244069
244030
  MapElement?: MapElementUncheckedCreateNestedManyWithoutProjectInput
244031
+ ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutProjectsInput
244070
244032
  }
244071
244033
 
244072
244034
  export type ProjectCreateOrConnectWithoutEmailConfigurationsInput = {
@@ -244261,7 +244223,7 @@ export namespace Prisma {
244261
244223
  usersOnline?: integrationProjectUserStatusUpdateManyWithoutProjectNestedInput
244262
244224
  MapElementTemplate?: MapElementTemplateUpdateManyWithoutProjectsNestedInput
244263
244225
  MapElement?: MapElementUpdateManyWithoutProjectNestedInput
244264
- ConduitTemplate?: ConduitTemplateUpdateOneWithoutProjectsNestedInput
244226
+ ConduitTemplate?: ConduitTemplateUpdateManyWithoutProjectsNestedInput
244265
244227
  }
244266
244228
 
244267
244229
  export type ProjectUncheckedUpdateWithoutEmailConfigurationsInput = {
@@ -244279,7 +244241,6 @@ export namespace Prisma {
244279
244241
  deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
244280
244242
  mainProjectId?: StringFieldUpdateOperationsInput | string
244281
244243
  userId?: NullableStringFieldUpdateOperationsInput | string | null
244282
- conduitTemplateId?: NullableStringFieldUpdateOperationsInput | string | null
244283
244244
  types?: ProjectTypeUncheckedUpdateManyWithoutProjectsNestedInput
244284
244245
  DispatchProject?: DispatchProjectUncheckedUpdateManyWithoutProjectNestedInput
244285
244246
  projectWorkflow?: ProjectWorkFlowUncheckedUpdateManyWithoutProjectNestedInput
@@ -244318,6 +244279,7 @@ export namespace Prisma {
244318
244279
  usersOnline?: integrationProjectUserStatusUncheckedUpdateManyWithoutProjectNestedInput
244319
244280
  MapElementTemplate?: MapElementTemplateUncheckedUpdateManyWithoutProjectsNestedInput
244320
244281
  MapElement?: MapElementUncheckedUpdateManyWithoutProjectNestedInput
244282
+ ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutProjectsNestedInput
244321
244283
  }
244322
244284
 
244323
244285
  export type EmailsIncomingSampleUpsertWithWhereUniqueWithoutEmailConfigurationsInput = {
@@ -245107,7 +245069,7 @@ export namespace Prisma {
245107
245069
  usersOnline?: integrationProjectUserStatusCreateNestedManyWithoutProjectInput
245108
245070
  MapElementTemplate?: MapElementTemplateCreateNestedManyWithoutProjectsInput
245109
245071
  MapElement?: MapElementCreateNestedManyWithoutProjectInput
245110
- ConduitTemplate?: ConduitTemplateCreateNestedOneWithoutProjectsInput
245072
+ ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutProjectsInput
245111
245073
  }
245112
245074
 
245113
245075
  export type ProjectUncheckedCreateWithoutEmailTemplatesInput = {
@@ -245125,7 +245087,6 @@ export namespace Prisma {
245125
245087
  deletedAt?: Date | string | null
245126
245088
  mainProjectId: string
245127
245089
  userId?: string | null
245128
- conduitTemplateId?: string | null
245129
245090
  types?: ProjectTypeUncheckedCreateNestedManyWithoutProjectsInput
245130
245091
  DispatchProject?: DispatchProjectUncheckedCreateNestedManyWithoutProjectInput
245131
245092
  projectWorkflow?: ProjectWorkFlowUncheckedCreateNestedManyWithoutProjectInput
@@ -245164,6 +245125,7 @@ export namespace Prisma {
245164
245125
  usersOnline?: integrationProjectUserStatusUncheckedCreateNestedManyWithoutProjectInput
245165
245126
  MapElementTemplate?: MapElementTemplateUncheckedCreateNestedManyWithoutProjectsInput
245166
245127
  MapElement?: MapElementUncheckedCreateNestedManyWithoutProjectInput
245128
+ ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutProjectsInput
245167
245129
  }
245168
245130
 
245169
245131
  export type ProjectCreateOrConnectWithoutEmailTemplatesInput = {
@@ -245235,7 +245197,7 @@ export namespace Prisma {
245235
245197
  usersOnline?: integrationProjectUserStatusUpdateManyWithoutProjectNestedInput
245236
245198
  MapElementTemplate?: MapElementTemplateUpdateManyWithoutProjectsNestedInput
245237
245199
  MapElement?: MapElementUpdateManyWithoutProjectNestedInput
245238
- ConduitTemplate?: ConduitTemplateUpdateOneWithoutProjectsNestedInput
245200
+ ConduitTemplate?: ConduitTemplateUpdateManyWithoutProjectsNestedInput
245239
245201
  }
245240
245202
 
245241
245203
  export type ProjectUncheckedUpdateWithoutEmailTemplatesInput = {
@@ -245253,7 +245215,6 @@ export namespace Prisma {
245253
245215
  deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
245254
245216
  mainProjectId?: StringFieldUpdateOperationsInput | string
245255
245217
  userId?: NullableStringFieldUpdateOperationsInput | string | null
245256
- conduitTemplateId?: NullableStringFieldUpdateOperationsInput | string | null
245257
245218
  types?: ProjectTypeUncheckedUpdateManyWithoutProjectsNestedInput
245258
245219
  DispatchProject?: DispatchProjectUncheckedUpdateManyWithoutProjectNestedInput
245259
245220
  projectWorkflow?: ProjectWorkFlowUncheckedUpdateManyWithoutProjectNestedInput
@@ -245292,6 +245253,7 @@ export namespace Prisma {
245292
245253
  usersOnline?: integrationProjectUserStatusUncheckedUpdateManyWithoutProjectNestedInput
245293
245254
  MapElementTemplate?: MapElementTemplateUncheckedUpdateManyWithoutProjectsNestedInput
245294
245255
  MapElement?: MapElementUncheckedUpdateManyWithoutProjectNestedInput
245256
+ ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutProjectsNestedInput
245295
245257
  }
245296
245258
 
245297
245259
  export type DispatchTeamCreateWithoutWorkOrdersInput = {
@@ -245388,7 +245350,7 @@ export namespace Prisma {
245388
245350
  usersOnline?: integrationProjectUserStatusCreateNestedManyWithoutProjectInput
245389
245351
  MapElementTemplate?: MapElementTemplateCreateNestedManyWithoutProjectsInput
245390
245352
  MapElement?: MapElementCreateNestedManyWithoutProjectInput
245391
- ConduitTemplate?: ConduitTemplateCreateNestedOneWithoutProjectsInput
245353
+ ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutProjectsInput
245392
245354
  }
245393
245355
 
245394
245356
  export type ProjectUncheckedCreateWithoutWorkOrderInput = {
@@ -245406,7 +245368,6 @@ export namespace Prisma {
245406
245368
  deletedAt?: Date | string | null
245407
245369
  mainProjectId: string
245408
245370
  userId?: string | null
245409
- conduitTemplateId?: string | null
245410
245371
  types?: ProjectTypeUncheckedCreateNestedManyWithoutProjectsInput
245411
245372
  DispatchProject?: DispatchProjectUncheckedCreateNestedManyWithoutProjectInput
245412
245373
  projectWorkflow?: ProjectWorkFlowUncheckedCreateNestedManyWithoutProjectInput
@@ -245445,6 +245406,7 @@ export namespace Prisma {
245445
245406
  usersOnline?: integrationProjectUserStatusUncheckedCreateNestedManyWithoutProjectInput
245446
245407
  MapElementTemplate?: MapElementTemplateUncheckedCreateNestedManyWithoutProjectsInput
245447
245408
  MapElement?: MapElementUncheckedCreateNestedManyWithoutProjectInput
245409
+ ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutProjectsInput
245448
245410
  }
245449
245411
 
245450
245412
  export type ProjectCreateOrConnectWithoutWorkOrderInput = {
@@ -246416,7 +246378,7 @@ export namespace Prisma {
246416
246378
  usersOnline?: integrationProjectUserStatusUpdateManyWithoutProjectNestedInput
246417
246379
  MapElementTemplate?: MapElementTemplateUpdateManyWithoutProjectsNestedInput
246418
246380
  MapElement?: MapElementUpdateManyWithoutProjectNestedInput
246419
- ConduitTemplate?: ConduitTemplateUpdateOneWithoutProjectsNestedInput
246381
+ ConduitTemplate?: ConduitTemplateUpdateManyWithoutProjectsNestedInput
246420
246382
  }
246421
246383
 
246422
246384
  export type ProjectUncheckedUpdateWithoutWorkOrderInput = {
@@ -246434,7 +246396,6 @@ export namespace Prisma {
246434
246396
  deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
246435
246397
  mainProjectId?: StringFieldUpdateOperationsInput | string
246436
246398
  userId?: NullableStringFieldUpdateOperationsInput | string | null
246437
- conduitTemplateId?: NullableStringFieldUpdateOperationsInput | string | null
246438
246399
  types?: ProjectTypeUncheckedUpdateManyWithoutProjectsNestedInput
246439
246400
  DispatchProject?: DispatchProjectUncheckedUpdateManyWithoutProjectNestedInput
246440
246401
  projectWorkflow?: ProjectWorkFlowUncheckedUpdateManyWithoutProjectNestedInput
@@ -246473,6 +246434,7 @@ export namespace Prisma {
246473
246434
  usersOnline?: integrationProjectUserStatusUncheckedUpdateManyWithoutProjectNestedInput
246474
246435
  MapElementTemplate?: MapElementTemplateUncheckedUpdateManyWithoutProjectsNestedInput
246475
246436
  MapElement?: MapElementUncheckedUpdateManyWithoutProjectNestedInput
246437
+ ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutProjectsNestedInput
246476
246438
  }
246477
246439
 
246478
246440
  export type EmailConfigurationsUpsertWithoutWorkOrderInput = {
@@ -247318,7 +247280,7 @@ export namespace Prisma {
247318
247280
  usersOnline?: integrationProjectUserStatusCreateNestedManyWithoutProjectInput
247319
247281
  MapElementTemplate?: MapElementTemplateCreateNestedManyWithoutProjectsInput
247320
247282
  MapElement?: MapElementCreateNestedManyWithoutProjectInput
247321
- ConduitTemplate?: ConduitTemplateCreateNestedOneWithoutProjectsInput
247283
+ ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutProjectsInput
247322
247284
  }
247323
247285
 
247324
247286
  export type ProjectUncheckedCreateWithoutWorkOrderChannelInput = {
@@ -247336,7 +247298,6 @@ export namespace Prisma {
247336
247298
  deletedAt?: Date | string | null
247337
247299
  mainProjectId: string
247338
247300
  userId?: string | null
247339
- conduitTemplateId?: string | null
247340
247301
  types?: ProjectTypeUncheckedCreateNestedManyWithoutProjectsInput
247341
247302
  DispatchProject?: DispatchProjectUncheckedCreateNestedManyWithoutProjectInput
247342
247303
  projectWorkflow?: ProjectWorkFlowUncheckedCreateNestedManyWithoutProjectInput
@@ -247375,6 +247336,7 @@ export namespace Prisma {
247375
247336
  usersOnline?: integrationProjectUserStatusUncheckedCreateNestedManyWithoutProjectInput
247376
247337
  MapElementTemplate?: MapElementTemplateUncheckedCreateNestedManyWithoutProjectsInput
247377
247338
  MapElement?: MapElementUncheckedCreateNestedManyWithoutProjectInput
247339
+ ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutProjectsInput
247378
247340
  }
247379
247341
 
247380
247342
  export type ProjectCreateOrConnectWithoutWorkOrderChannelInput = {
@@ -247446,7 +247408,7 @@ export namespace Prisma {
247446
247408
  usersOnline?: integrationProjectUserStatusUpdateManyWithoutProjectNestedInput
247447
247409
  MapElementTemplate?: MapElementTemplateUpdateManyWithoutProjectsNestedInput
247448
247410
  MapElement?: MapElementUpdateManyWithoutProjectNestedInput
247449
- ConduitTemplate?: ConduitTemplateUpdateOneWithoutProjectsNestedInput
247411
+ ConduitTemplate?: ConduitTemplateUpdateManyWithoutProjectsNestedInput
247450
247412
  }
247451
247413
 
247452
247414
  export type ProjectUncheckedUpdateWithoutWorkOrderChannelInput = {
@@ -247464,7 +247426,6 @@ export namespace Prisma {
247464
247426
  deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
247465
247427
  mainProjectId?: StringFieldUpdateOperationsInput | string
247466
247428
  userId?: NullableStringFieldUpdateOperationsInput | string | null
247467
- conduitTemplateId?: NullableStringFieldUpdateOperationsInput | string | null
247468
247429
  types?: ProjectTypeUncheckedUpdateManyWithoutProjectsNestedInput
247469
247430
  DispatchProject?: DispatchProjectUncheckedUpdateManyWithoutProjectNestedInput
247470
247431
  projectWorkflow?: ProjectWorkFlowUncheckedUpdateManyWithoutProjectNestedInput
@@ -247503,6 +247464,7 @@ export namespace Prisma {
247503
247464
  usersOnline?: integrationProjectUserStatusUncheckedUpdateManyWithoutProjectNestedInput
247504
247465
  MapElementTemplate?: MapElementTemplateUncheckedUpdateManyWithoutProjectsNestedInput
247505
247466
  MapElement?: MapElementUncheckedUpdateManyWithoutProjectNestedInput
247467
+ ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutProjectsNestedInput
247506
247468
  }
247507
247469
 
247508
247470
  export type UserCreateWithoutWorkOrderTasksInput = {
@@ -249970,7 +249932,7 @@ export namespace Prisma {
249970
249932
  usersOnline?: integrationProjectUserStatusCreateNestedManyWithoutProjectInput
249971
249933
  MapElementTemplate?: MapElementTemplateCreateNestedManyWithoutProjectsInput
249972
249934
  MapElement?: MapElementCreateNestedManyWithoutProjectInput
249973
- ConduitTemplate?: ConduitTemplateCreateNestedOneWithoutProjectsInput
249935
+ ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutProjectsInput
249974
249936
  }
249975
249937
 
249976
249938
  export type ProjectUncheckedCreateWithoutBillOfMaterialInput = {
@@ -249988,7 +249950,6 @@ export namespace Prisma {
249988
249950
  deletedAt?: Date | string | null
249989
249951
  mainProjectId: string
249990
249952
  userId?: string | null
249991
- conduitTemplateId?: string | null
249992
249953
  types?: ProjectTypeUncheckedCreateNestedManyWithoutProjectsInput
249993
249954
  DispatchProject?: DispatchProjectUncheckedCreateNestedManyWithoutProjectInput
249994
249955
  projectWorkflow?: ProjectWorkFlowUncheckedCreateNestedManyWithoutProjectInput
@@ -250027,6 +249988,7 @@ export namespace Prisma {
250027
249988
  usersOnline?: integrationProjectUserStatusUncheckedCreateNestedManyWithoutProjectInput
250028
249989
  MapElementTemplate?: MapElementTemplateUncheckedCreateNestedManyWithoutProjectsInput
250029
249990
  MapElement?: MapElementUncheckedCreateNestedManyWithoutProjectInput
249991
+ ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutProjectsInput
250030
249992
  }
250031
249993
 
250032
249994
  export type ProjectCreateOrConnectWithoutBillOfMaterialInput = {
@@ -250192,7 +250154,7 @@ export namespace Prisma {
250192
250154
  usersOnline?: integrationProjectUserStatusUpdateManyWithoutProjectNestedInput
250193
250155
  MapElementTemplate?: MapElementTemplateUpdateManyWithoutProjectsNestedInput
250194
250156
  MapElement?: MapElementUpdateManyWithoutProjectNestedInput
250195
- ConduitTemplate?: ConduitTemplateUpdateOneWithoutProjectsNestedInput
250157
+ ConduitTemplate?: ConduitTemplateUpdateManyWithoutProjectsNestedInput
250196
250158
  }
250197
250159
 
250198
250160
  export type ProjectUncheckedUpdateWithoutBillOfMaterialInput = {
@@ -250210,7 +250172,6 @@ export namespace Prisma {
250210
250172
  deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
250211
250173
  mainProjectId?: StringFieldUpdateOperationsInput | string
250212
250174
  userId?: NullableStringFieldUpdateOperationsInput | string | null
250213
- conduitTemplateId?: NullableStringFieldUpdateOperationsInput | string | null
250214
250175
  types?: ProjectTypeUncheckedUpdateManyWithoutProjectsNestedInput
250215
250176
  DispatchProject?: DispatchProjectUncheckedUpdateManyWithoutProjectNestedInput
250216
250177
  projectWorkflow?: ProjectWorkFlowUncheckedUpdateManyWithoutProjectNestedInput
@@ -250249,6 +250210,7 @@ export namespace Prisma {
250249
250210
  usersOnline?: integrationProjectUserStatusUncheckedUpdateManyWithoutProjectNestedInput
250250
250211
  MapElementTemplate?: MapElementTemplateUncheckedUpdateManyWithoutProjectsNestedInput
250251
250212
  MapElement?: MapElementUncheckedUpdateManyWithoutProjectNestedInput
250213
+ ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutProjectsNestedInput
250252
250214
  }
250253
250215
 
250254
250216
  export type MaterialBillOfMaterialUpsertWithWhereUniqueWithoutBillOfMaterialInput = {
@@ -253256,7 +253218,7 @@ export namespace Prisma {
253256
253218
  usersOnline?: integrationProjectUserStatusCreateNestedManyWithoutProjectInput
253257
253219
  MapElementTemplate?: MapElementTemplateCreateNestedManyWithoutProjectsInput
253258
253220
  MapElement?: MapElementCreateNestedManyWithoutProjectInput
253259
- ConduitTemplate?: ConduitTemplateCreateNestedOneWithoutProjectsInput
253221
+ ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutProjectsInput
253260
253222
  }
253261
253223
 
253262
253224
  export type ProjectUncheckedCreateWithoutProblemCategorizationInput = {
@@ -253274,7 +253236,6 @@ export namespace Prisma {
253274
253236
  deletedAt?: Date | string | null
253275
253237
  mainProjectId: string
253276
253238
  userId?: string | null
253277
- conduitTemplateId?: string | null
253278
253239
  types?: ProjectTypeUncheckedCreateNestedManyWithoutProjectsInput
253279
253240
  DispatchProject?: DispatchProjectUncheckedCreateNestedManyWithoutProjectInput
253280
253241
  projectWorkflow?: ProjectWorkFlowUncheckedCreateNestedManyWithoutProjectInput
@@ -253313,6 +253274,7 @@ export namespace Prisma {
253313
253274
  usersOnline?: integrationProjectUserStatusUncheckedCreateNestedManyWithoutProjectInput
253314
253275
  MapElementTemplate?: MapElementTemplateUncheckedCreateNestedManyWithoutProjectsInput
253315
253276
  MapElement?: MapElementUncheckedCreateNestedManyWithoutProjectInput
253277
+ ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutProjectsInput
253316
253278
  }
253317
253279
 
253318
253280
  export type ProjectCreateOrConnectWithoutProblemCategorizationInput = {
@@ -253384,7 +253346,7 @@ export namespace Prisma {
253384
253346
  usersOnline?: integrationProjectUserStatusUpdateManyWithoutProjectNestedInput
253385
253347
  MapElementTemplate?: MapElementTemplateUpdateManyWithoutProjectsNestedInput
253386
253348
  MapElement?: MapElementUpdateManyWithoutProjectNestedInput
253387
- ConduitTemplate?: ConduitTemplateUpdateOneWithoutProjectsNestedInput
253349
+ ConduitTemplate?: ConduitTemplateUpdateManyWithoutProjectsNestedInput
253388
253350
  }
253389
253351
 
253390
253352
  export type ProjectUncheckedUpdateWithoutProblemCategorizationInput = {
@@ -253402,7 +253364,6 @@ export namespace Prisma {
253402
253364
  deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
253403
253365
  mainProjectId?: StringFieldUpdateOperationsInput | string
253404
253366
  userId?: NullableStringFieldUpdateOperationsInput | string | null
253405
- conduitTemplateId?: NullableStringFieldUpdateOperationsInput | string | null
253406
253367
  types?: ProjectTypeUncheckedUpdateManyWithoutProjectsNestedInput
253407
253368
  DispatchProject?: DispatchProjectUncheckedUpdateManyWithoutProjectNestedInput
253408
253369
  projectWorkflow?: ProjectWorkFlowUncheckedUpdateManyWithoutProjectNestedInput
@@ -253441,6 +253402,7 @@ export namespace Prisma {
253441
253402
  usersOnline?: integrationProjectUserStatusUncheckedUpdateManyWithoutProjectNestedInput
253442
253403
  MapElementTemplate?: MapElementTemplateUncheckedUpdateManyWithoutProjectsNestedInput
253443
253404
  MapElement?: MapElementUncheckedUpdateManyWithoutProjectNestedInput
253405
+ ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutProjectsNestedInput
253444
253406
  }
253445
253407
 
253446
253408
  export type UserCreateWithoutNotificationsInput = {
@@ -253852,7 +253814,7 @@ export namespace Prisma {
253852
253814
  usersOnline?: integrationProjectUserStatusCreateNestedManyWithoutProjectInput
253853
253815
  MapElementTemplate?: MapElementTemplateCreateNestedManyWithoutProjectsInput
253854
253816
  MapElement?: MapElementCreateNestedManyWithoutProjectInput
253855
- ConduitTemplate?: ConduitTemplateCreateNestedOneWithoutProjectsInput
253817
+ ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutProjectsInput
253856
253818
  }
253857
253819
 
253858
253820
  export type ProjectUncheckedCreateWithoutReportFormatsInput = {
@@ -253870,7 +253832,6 @@ export namespace Prisma {
253870
253832
  deletedAt?: Date | string | null
253871
253833
  mainProjectId: string
253872
253834
  userId?: string | null
253873
- conduitTemplateId?: string | null
253874
253835
  types?: ProjectTypeUncheckedCreateNestedManyWithoutProjectsInput
253875
253836
  DispatchProject?: DispatchProjectUncheckedCreateNestedManyWithoutProjectInput
253876
253837
  projectWorkflow?: ProjectWorkFlowUncheckedCreateNestedManyWithoutProjectInput
@@ -253909,6 +253870,7 @@ export namespace Prisma {
253909
253870
  usersOnline?: integrationProjectUserStatusUncheckedCreateNestedManyWithoutProjectInput
253910
253871
  MapElementTemplate?: MapElementTemplateUncheckedCreateNestedManyWithoutProjectsInput
253911
253872
  MapElement?: MapElementUncheckedCreateNestedManyWithoutProjectInput
253873
+ ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutProjectsInput
253912
253874
  }
253913
253875
 
253914
253876
  export type ProjectCreateOrConnectWithoutReportFormatsInput = {
@@ -253980,7 +253942,7 @@ export namespace Prisma {
253980
253942
  usersOnline?: integrationProjectUserStatusUpdateManyWithoutProjectNestedInput
253981
253943
  MapElementTemplate?: MapElementTemplateUpdateManyWithoutProjectsNestedInput
253982
253944
  MapElement?: MapElementUpdateManyWithoutProjectNestedInput
253983
- ConduitTemplate?: ConduitTemplateUpdateOneWithoutProjectsNestedInput
253945
+ ConduitTemplate?: ConduitTemplateUpdateManyWithoutProjectsNestedInput
253984
253946
  }
253985
253947
 
253986
253948
  export type ProjectUncheckedUpdateWithoutReportFormatsInput = {
@@ -253998,7 +253960,6 @@ export namespace Prisma {
253998
253960
  deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
253999
253961
  mainProjectId?: StringFieldUpdateOperationsInput | string
254000
253962
  userId?: NullableStringFieldUpdateOperationsInput | string | null
254001
- conduitTemplateId?: NullableStringFieldUpdateOperationsInput | string | null
254002
253963
  types?: ProjectTypeUncheckedUpdateManyWithoutProjectsNestedInput
254003
253964
  DispatchProject?: DispatchProjectUncheckedUpdateManyWithoutProjectNestedInput
254004
253965
  projectWorkflow?: ProjectWorkFlowUncheckedUpdateManyWithoutProjectNestedInput
@@ -254037,6 +253998,7 @@ export namespace Prisma {
254037
253998
  usersOnline?: integrationProjectUserStatusUncheckedUpdateManyWithoutProjectNestedInput
254038
253999
  MapElementTemplate?: MapElementTemplateUncheckedUpdateManyWithoutProjectsNestedInput
254039
254000
  MapElement?: MapElementUncheckedUpdateManyWithoutProjectNestedInput
254001
+ ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutProjectsNestedInput
254040
254002
  }
254041
254003
 
254042
254004
  export type PboFatCreateWithoutNetworkElementInput = {
@@ -259530,7 +259492,7 @@ export namespace Prisma {
259530
259492
  usersOnline?: integrationProjectUserStatusCreateNestedManyWithoutProjectInput
259531
259493
  MapElementTemplate?: MapElementTemplateCreateNestedManyWithoutProjectsInput
259532
259494
  MapElement?: MapElementCreateNestedManyWithoutProjectInput
259533
- ConduitTemplate?: ConduitTemplateCreateNestedOneWithoutProjectsInput
259495
+ ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutProjectsInput
259534
259496
  }
259535
259497
 
259536
259498
  export type ProjectUncheckedCreateWithoutCableInput = {
@@ -259548,7 +259510,6 @@ export namespace Prisma {
259548
259510
  deletedAt?: Date | string | null
259549
259511
  mainProjectId: string
259550
259512
  userId?: string | null
259551
- conduitTemplateId?: string | null
259552
259513
  types?: ProjectTypeUncheckedCreateNestedManyWithoutProjectsInput
259553
259514
  DispatchProject?: DispatchProjectUncheckedCreateNestedManyWithoutProjectInput
259554
259515
  projectWorkflow?: ProjectWorkFlowUncheckedCreateNestedManyWithoutProjectInput
@@ -259587,6 +259548,7 @@ export namespace Prisma {
259587
259548
  usersOnline?: integrationProjectUserStatusUncheckedCreateNestedManyWithoutProjectInput
259588
259549
  MapElementTemplate?: MapElementTemplateUncheckedCreateNestedManyWithoutProjectsInput
259589
259550
  MapElement?: MapElementUncheckedCreateNestedManyWithoutProjectInput
259551
+ ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutProjectsInput
259590
259552
  }
259591
259553
 
259592
259554
  export type ProjectCreateOrConnectWithoutCableInput = {
@@ -261049,7 +261011,7 @@ export namespace Prisma {
261049
261011
  usersOnline?: integrationProjectUserStatusUpdateManyWithoutProjectNestedInput
261050
261012
  MapElementTemplate?: MapElementTemplateUpdateManyWithoutProjectsNestedInput
261051
261013
  MapElement?: MapElementUpdateManyWithoutProjectNestedInput
261052
- ConduitTemplate?: ConduitTemplateUpdateOneWithoutProjectsNestedInput
261014
+ ConduitTemplate?: ConduitTemplateUpdateManyWithoutProjectsNestedInput
261053
261015
  }
261054
261016
 
261055
261017
  export type ProjectUncheckedUpdateWithoutCableInput = {
@@ -261067,7 +261029,6 @@ export namespace Prisma {
261067
261029
  deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
261068
261030
  mainProjectId?: StringFieldUpdateOperationsInput | string
261069
261031
  userId?: NullableStringFieldUpdateOperationsInput | string | null
261070
- conduitTemplateId?: NullableStringFieldUpdateOperationsInput | string | null
261071
261032
  types?: ProjectTypeUncheckedUpdateManyWithoutProjectsNestedInput
261072
261033
  DispatchProject?: DispatchProjectUncheckedUpdateManyWithoutProjectNestedInput
261073
261034
  projectWorkflow?: ProjectWorkFlowUncheckedUpdateManyWithoutProjectNestedInput
@@ -261106,6 +261067,7 @@ export namespace Prisma {
261106
261067
  usersOnline?: integrationProjectUserStatusUncheckedUpdateManyWithoutProjectNestedInput
261107
261068
  MapElementTemplate?: MapElementTemplateUncheckedUpdateManyWithoutProjectsNestedInput
261108
261069
  MapElement?: MapElementUncheckedUpdateManyWithoutProjectNestedInput
261070
+ ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutProjectsNestedInput
261109
261071
  }
261110
261072
 
261111
261073
  export type ElementNodeUpsertWithoutCableInput = {
@@ -262149,7 +262111,7 @@ export namespace Prisma {
262149
262111
  usersOnline?: integrationProjectUserStatusCreateNestedManyWithoutProjectInput
262150
262112
  MapElementTemplate?: MapElementTemplateCreateNestedManyWithoutProjectsInput
262151
262113
  MapElement?: MapElementCreateNestedManyWithoutProjectInput
262152
- ConduitTemplate?: ConduitTemplateCreateNestedOneWithoutProjectsInput
262114
+ ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutProjectsInput
262153
262115
  }
262154
262116
 
262155
262117
  export type ProjectUncheckedCreateWithoutCableTemplateInput = {
@@ -262167,7 +262129,6 @@ export namespace Prisma {
262167
262129
  deletedAt?: Date | string | null
262168
262130
  mainProjectId: string
262169
262131
  userId?: string | null
262170
- conduitTemplateId?: string | null
262171
262132
  types?: ProjectTypeUncheckedCreateNestedManyWithoutProjectsInput
262172
262133
  DispatchProject?: DispatchProjectUncheckedCreateNestedManyWithoutProjectInput
262173
262134
  projectWorkflow?: ProjectWorkFlowUncheckedCreateNestedManyWithoutProjectInput
@@ -262206,6 +262167,7 @@ export namespace Prisma {
262206
262167
  usersOnline?: integrationProjectUserStatusUncheckedCreateNestedManyWithoutProjectInput
262207
262168
  MapElementTemplate?: MapElementTemplateUncheckedCreateNestedManyWithoutProjectsInput
262208
262169
  MapElement?: MapElementUncheckedCreateNestedManyWithoutProjectInput
262170
+ ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutProjectsInput
262209
262171
  }
262210
262172
 
262211
262173
  export type ProjectCreateOrConnectWithoutCableTemplateInput = {
@@ -265053,11 +265015,6 @@ export namespace Prisma {
265053
265015
  create: XOR<ProjectCreateWithoutConduitTemplateInput, ProjectUncheckedCreateWithoutConduitTemplateInput>
265054
265016
  }
265055
265017
 
265056
- export type ProjectCreateManyConduitTemplateInputEnvelope = {
265057
- data: ProjectCreateManyConduitTemplateInput | ProjectCreateManyConduitTemplateInput[]
265058
- skipDuplicates?: boolean
265059
- }
265060
-
265061
265018
  export type ConduitCreateWithoutTemplateInput = {
265062
265019
  id?: string
265063
265020
  no?: number
@@ -266025,7 +265982,7 @@ export namespace Prisma {
266025
265982
  usersOnline?: integrationProjectUserStatusCreateNestedManyWithoutProjectInput
266026
265983
  MapElementTemplate?: MapElementTemplateCreateNestedManyWithoutProjectsInput
266027
265984
  MapElement?: MapElementCreateNestedManyWithoutProjectInput
266028
- ConduitTemplate?: ConduitTemplateCreateNestedOneWithoutProjectsInput
265985
+ ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutProjectsInput
266029
265986
  }
266030
265987
 
266031
265988
  export type ProjectUncheckedCreateWithoutCableAttributesInput = {
@@ -266043,7 +266000,6 @@ export namespace Prisma {
266043
266000
  deletedAt?: Date | string | null
266044
266001
  mainProjectId: string
266045
266002
  userId?: string | null
266046
- conduitTemplateId?: string | null
266047
266003
  types?: ProjectTypeUncheckedCreateNestedManyWithoutProjectsInput
266048
266004
  DispatchProject?: DispatchProjectUncheckedCreateNestedManyWithoutProjectInput
266049
266005
  projectWorkflow?: ProjectWorkFlowUncheckedCreateNestedManyWithoutProjectInput
@@ -266082,6 +266038,7 @@ export namespace Prisma {
266082
266038
  usersOnline?: integrationProjectUserStatusUncheckedCreateNestedManyWithoutProjectInput
266083
266039
  MapElementTemplate?: MapElementTemplateUncheckedCreateNestedManyWithoutProjectsInput
266084
266040
  MapElement?: MapElementUncheckedCreateNestedManyWithoutProjectInput
266041
+ ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutProjectsInput
266085
266042
  }
266086
266043
 
266087
266044
  export type ProjectCreateOrConnectWithoutCableAttributesInput = {
@@ -266390,7 +266347,7 @@ export namespace Prisma {
266390
266347
  usersOnline?: integrationProjectUserStatusUpdateManyWithoutProjectNestedInput
266391
266348
  MapElementTemplate?: MapElementTemplateUpdateManyWithoutProjectsNestedInput
266392
266349
  MapElement?: MapElementUpdateManyWithoutProjectNestedInput
266393
- ConduitTemplate?: ConduitTemplateUpdateOneWithoutProjectsNestedInput
266350
+ ConduitTemplate?: ConduitTemplateUpdateManyWithoutProjectsNestedInput
266394
266351
  }
266395
266352
 
266396
266353
  export type ProjectUncheckedUpdateWithoutCableAttributesInput = {
@@ -266408,7 +266365,6 @@ export namespace Prisma {
266408
266365
  deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
266409
266366
  mainProjectId?: StringFieldUpdateOperationsInput | string
266410
266367
  userId?: NullableStringFieldUpdateOperationsInput | string | null
266411
- conduitTemplateId?: NullableStringFieldUpdateOperationsInput | string | null
266412
266368
  types?: ProjectTypeUncheckedUpdateManyWithoutProjectsNestedInput
266413
266369
  DispatchProject?: DispatchProjectUncheckedUpdateManyWithoutProjectNestedInput
266414
266370
  projectWorkflow?: ProjectWorkFlowUncheckedUpdateManyWithoutProjectNestedInput
@@ -266447,6 +266403,7 @@ export namespace Prisma {
266447
266403
  usersOnline?: integrationProjectUserStatusUncheckedUpdateManyWithoutProjectNestedInput
266448
266404
  MapElementTemplate?: MapElementTemplateUncheckedUpdateManyWithoutProjectsNestedInput
266449
266405
  MapElement?: MapElementUncheckedUpdateManyWithoutProjectNestedInput
266406
+ ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutProjectsNestedInput
266450
266407
  }
266451
266408
 
266452
266409
  export type MaterialUpsertWithoutCableAttributesInput = {
@@ -266913,7 +266870,7 @@ export namespace Prisma {
266913
266870
  usersOnline?: integrationProjectUserStatusCreateNestedManyWithoutProjectInput
266914
266871
  MapElementTemplate?: MapElementTemplateCreateNestedManyWithoutProjectsInput
266915
266872
  MapElement?: MapElementCreateNestedManyWithoutProjectInput
266916
- ConduitTemplate?: ConduitTemplateCreateNestedOneWithoutProjectsInput
266873
+ ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutProjectsInput
266917
266874
  }
266918
266875
 
266919
266876
  export type ProjectUncheckedCreateWithoutPboFatTemplatesInput = {
@@ -266931,7 +266888,6 @@ export namespace Prisma {
266931
266888
  deletedAt?: Date | string | null
266932
266889
  mainProjectId: string
266933
266890
  userId?: string | null
266934
- conduitTemplateId?: string | null
266935
266891
  types?: ProjectTypeUncheckedCreateNestedManyWithoutProjectsInput
266936
266892
  DispatchProject?: DispatchProjectUncheckedCreateNestedManyWithoutProjectInput
266937
266893
  projectWorkflow?: ProjectWorkFlowUncheckedCreateNestedManyWithoutProjectInput
@@ -266970,6 +266926,7 @@ export namespace Prisma {
266970
266926
  usersOnline?: integrationProjectUserStatusUncheckedCreateNestedManyWithoutProjectInput
266971
266927
  MapElementTemplate?: MapElementTemplateUncheckedCreateNestedManyWithoutProjectsInput
266972
266928
  MapElement?: MapElementUncheckedCreateNestedManyWithoutProjectInput
266929
+ ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutProjectsInput
266973
266930
  }
266974
266931
 
266975
266932
  export type ProjectCreateOrConnectWithoutPboFatTemplatesInput = {
@@ -268129,7 +268086,7 @@ export namespace Prisma {
268129
268086
  usersOnline?: integrationProjectUserStatusCreateNestedManyWithoutProjectInput
268130
268087
  MapElementTemplate?: MapElementTemplateCreateNestedManyWithoutProjectsInput
268131
268088
  MapElement?: MapElementCreateNestedManyWithoutProjectInput
268132
- ConduitTemplate?: ConduitTemplateCreateNestedOneWithoutProjectsInput
268089
+ ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutProjectsInput
268133
268090
  }
268134
268091
 
268135
268092
  export type ProjectUncheckedCreateWithoutPboFatInput = {
@@ -268147,7 +268104,6 @@ export namespace Prisma {
268147
268104
  deletedAt?: Date | string | null
268148
268105
  mainProjectId: string
268149
268106
  userId?: string | null
268150
- conduitTemplateId?: string | null
268151
268107
  types?: ProjectTypeUncheckedCreateNestedManyWithoutProjectsInput
268152
268108
  DispatchProject?: DispatchProjectUncheckedCreateNestedManyWithoutProjectInput
268153
268109
  projectWorkflow?: ProjectWorkFlowUncheckedCreateNestedManyWithoutProjectInput
@@ -268186,6 +268142,7 @@ export namespace Prisma {
268186
268142
  usersOnline?: integrationProjectUserStatusUncheckedCreateNestedManyWithoutProjectInput
268187
268143
  MapElementTemplate?: MapElementTemplateUncheckedCreateNestedManyWithoutProjectsInput
268188
268144
  MapElement?: MapElementUncheckedCreateNestedManyWithoutProjectInput
268145
+ ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutProjectsInput
268189
268146
  }
268190
268147
 
268191
268148
  export type ProjectCreateOrConnectWithoutPboFatInput = {
@@ -269410,7 +269367,7 @@ export namespace Prisma {
269410
269367
  usersOnline?: integrationProjectUserStatusUpdateManyWithoutProjectNestedInput
269411
269368
  MapElementTemplate?: MapElementTemplateUpdateManyWithoutProjectsNestedInput
269412
269369
  MapElement?: MapElementUpdateManyWithoutProjectNestedInput
269413
- ConduitTemplate?: ConduitTemplateUpdateOneWithoutProjectsNestedInput
269370
+ ConduitTemplate?: ConduitTemplateUpdateManyWithoutProjectsNestedInput
269414
269371
  }
269415
269372
 
269416
269373
  export type ProjectUncheckedUpdateWithoutPboFatInput = {
@@ -269428,7 +269385,6 @@ export namespace Prisma {
269428
269385
  deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
269429
269386
  mainProjectId?: StringFieldUpdateOperationsInput | string
269430
269387
  userId?: NullableStringFieldUpdateOperationsInput | string | null
269431
- conduitTemplateId?: NullableStringFieldUpdateOperationsInput | string | null
269432
269388
  types?: ProjectTypeUncheckedUpdateManyWithoutProjectsNestedInput
269433
269389
  DispatchProject?: DispatchProjectUncheckedUpdateManyWithoutProjectNestedInput
269434
269390
  projectWorkflow?: ProjectWorkFlowUncheckedUpdateManyWithoutProjectNestedInput
@@ -269467,6 +269423,7 @@ export namespace Prisma {
269467
269423
  usersOnline?: integrationProjectUserStatusUncheckedUpdateManyWithoutProjectNestedInput
269468
269424
  MapElementTemplate?: MapElementTemplateUncheckedUpdateManyWithoutProjectsNestedInput
269469
269425
  MapElement?: MapElementUncheckedUpdateManyWithoutProjectNestedInput
269426
+ ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutProjectsNestedInput
269470
269427
  }
269471
269428
 
269472
269429
  export type NetworkElementInstallationUpsertWithoutPboFatInput = {
@@ -271032,7 +270989,7 @@ export namespace Prisma {
271032
270989
  usersOnline?: integrationProjectUserStatusCreateNestedManyWithoutProjectInput
271033
270990
  MapElementTemplate?: MapElementTemplateCreateNestedManyWithoutProjectsInput
271034
270991
  MapElement?: MapElementCreateNestedManyWithoutProjectInput
271035
- ConduitTemplate?: ConduitTemplateCreateNestedOneWithoutProjectsInput
270992
+ ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutProjectsInput
271036
270993
  }
271037
270994
 
271038
270995
  export type ProjectUncheckedCreateWithoutSpliceClosureInput = {
@@ -271050,7 +271007,6 @@ export namespace Prisma {
271050
271007
  deletedAt?: Date | string | null
271051
271008
  mainProjectId: string
271052
271009
  userId?: string | null
271053
- conduitTemplateId?: string | null
271054
271010
  types?: ProjectTypeUncheckedCreateNestedManyWithoutProjectsInput
271055
271011
  DispatchProject?: DispatchProjectUncheckedCreateNestedManyWithoutProjectInput
271056
271012
  projectWorkflow?: ProjectWorkFlowUncheckedCreateNestedManyWithoutProjectInput
@@ -271089,6 +271045,7 @@ export namespace Prisma {
271089
271045
  usersOnline?: integrationProjectUserStatusUncheckedCreateNestedManyWithoutProjectInput
271090
271046
  MapElementTemplate?: MapElementTemplateUncheckedCreateNestedManyWithoutProjectsInput
271091
271047
  MapElement?: MapElementUncheckedCreateNestedManyWithoutProjectInput
271048
+ ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutProjectsInput
271092
271049
  }
271093
271050
 
271094
271051
  export type ProjectCreateOrConnectWithoutSpliceClosureInput = {
@@ -272023,7 +271980,7 @@ export namespace Prisma {
272023
271980
  usersOnline?: integrationProjectUserStatusUpdateManyWithoutProjectNestedInput
272024
271981
  MapElementTemplate?: MapElementTemplateUpdateManyWithoutProjectsNestedInput
272025
271982
  MapElement?: MapElementUpdateManyWithoutProjectNestedInput
272026
- ConduitTemplate?: ConduitTemplateUpdateOneWithoutProjectsNestedInput
271983
+ ConduitTemplate?: ConduitTemplateUpdateManyWithoutProjectsNestedInput
272027
271984
  }
272028
271985
 
272029
271986
  export type ProjectUncheckedUpdateWithoutSpliceClosureInput = {
@@ -272041,7 +271998,6 @@ export namespace Prisma {
272041
271998
  deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
272042
271999
  mainProjectId?: StringFieldUpdateOperationsInput | string
272043
272000
  userId?: NullableStringFieldUpdateOperationsInput | string | null
272044
- conduitTemplateId?: NullableStringFieldUpdateOperationsInput | string | null
272045
272001
  types?: ProjectTypeUncheckedUpdateManyWithoutProjectsNestedInput
272046
272002
  DispatchProject?: DispatchProjectUncheckedUpdateManyWithoutProjectNestedInput
272047
272003
  projectWorkflow?: ProjectWorkFlowUncheckedUpdateManyWithoutProjectNestedInput
@@ -272080,6 +272036,7 @@ export namespace Prisma {
272080
272036
  usersOnline?: integrationProjectUserStatusUncheckedUpdateManyWithoutProjectNestedInput
272081
272037
  MapElementTemplate?: MapElementTemplateUncheckedUpdateManyWithoutProjectsNestedInput
272082
272038
  MapElement?: MapElementUncheckedUpdateManyWithoutProjectNestedInput
272039
+ ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutProjectsNestedInput
272083
272040
  }
272084
272041
 
272085
272042
  export type SpliceClosureTemplateUpsertWithoutSpliceClosureInput = {
@@ -272765,7 +272722,7 @@ export namespace Prisma {
272765
272722
  usersOnline?: integrationProjectUserStatusCreateNestedManyWithoutProjectInput
272766
272723
  MapElementTemplate?: MapElementTemplateCreateNestedManyWithoutProjectsInput
272767
272724
  MapElement?: MapElementCreateNestedManyWithoutProjectInput
272768
- ConduitTemplate?: ConduitTemplateCreateNestedOneWithoutProjectsInput
272725
+ ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutProjectsInput
272769
272726
  }
272770
272727
 
272771
272728
  export type ProjectUncheckedCreateWithoutSpliceClosureTemplateInput = {
@@ -272783,7 +272740,6 @@ export namespace Prisma {
272783
272740
  deletedAt?: Date | string | null
272784
272741
  mainProjectId: string
272785
272742
  userId?: string | null
272786
- conduitTemplateId?: string | null
272787
272743
  types?: ProjectTypeUncheckedCreateNestedManyWithoutProjectsInput
272788
272744
  DispatchProject?: DispatchProjectUncheckedCreateNestedManyWithoutProjectInput
272789
272745
  projectWorkflow?: ProjectWorkFlowUncheckedCreateNestedManyWithoutProjectInput
@@ -272822,6 +272778,7 @@ export namespace Prisma {
272822
272778
  usersOnline?: integrationProjectUserStatusUncheckedCreateNestedManyWithoutProjectInput
272823
272779
  MapElementTemplate?: MapElementTemplateUncheckedCreateNestedManyWithoutProjectsInput
272824
272780
  MapElement?: MapElementUncheckedCreateNestedManyWithoutProjectInput
272781
+ ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutProjectsInput
272825
272782
  }
272826
272783
 
272827
272784
  export type ProjectCreateOrConnectWithoutSpliceClosureTemplateInput = {
@@ -273648,7 +273605,7 @@ export namespace Prisma {
273648
273605
  usersOnline?: integrationProjectUserStatusCreateNestedManyWithoutProjectInput
273649
273606
  MapElementTemplate?: MapElementTemplateCreateNestedManyWithoutProjectsInput
273650
273607
  MapElement?: MapElementCreateNestedManyWithoutProjectInput
273651
- ConduitTemplate?: ConduitTemplateCreateNestedOneWithoutProjectsInput
273608
+ ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutProjectsInput
273652
273609
  }
273653
273610
 
273654
273611
  export type ProjectUncheckedCreateWithoutSpliceClosureAttributesInput = {
@@ -273666,7 +273623,6 @@ export namespace Prisma {
273666
273623
  deletedAt?: Date | string | null
273667
273624
  mainProjectId: string
273668
273625
  userId?: string | null
273669
- conduitTemplateId?: string | null
273670
273626
  types?: ProjectTypeUncheckedCreateNestedManyWithoutProjectsInput
273671
273627
  DispatchProject?: DispatchProjectUncheckedCreateNestedManyWithoutProjectInput
273672
273628
  projectWorkflow?: ProjectWorkFlowUncheckedCreateNestedManyWithoutProjectInput
@@ -273705,6 +273661,7 @@ export namespace Prisma {
273705
273661
  usersOnline?: integrationProjectUserStatusUncheckedCreateNestedManyWithoutProjectInput
273706
273662
  MapElementTemplate?: MapElementTemplateUncheckedCreateNestedManyWithoutProjectsInput
273707
273663
  MapElement?: MapElementUncheckedCreateNestedManyWithoutProjectInput
273664
+ ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutProjectsInput
273708
273665
  }
273709
273666
 
273710
273667
  export type ProjectCreateOrConnectWithoutSpliceClosureAttributesInput = {
@@ -273973,7 +273930,7 @@ export namespace Prisma {
273973
273930
  usersOnline?: integrationProjectUserStatusUpdateManyWithoutProjectNestedInput
273974
273931
  MapElementTemplate?: MapElementTemplateUpdateManyWithoutProjectsNestedInput
273975
273932
  MapElement?: MapElementUpdateManyWithoutProjectNestedInput
273976
- ConduitTemplate?: ConduitTemplateUpdateOneWithoutProjectsNestedInput
273933
+ ConduitTemplate?: ConduitTemplateUpdateManyWithoutProjectsNestedInput
273977
273934
  }
273978
273935
 
273979
273936
  export type ProjectUncheckedUpdateWithoutSpliceClosureAttributesInput = {
@@ -273991,7 +273948,6 @@ export namespace Prisma {
273991
273948
  deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
273992
273949
  mainProjectId?: StringFieldUpdateOperationsInput | string
273993
273950
  userId?: NullableStringFieldUpdateOperationsInput | string | null
273994
- conduitTemplateId?: NullableStringFieldUpdateOperationsInput | string | null
273995
273951
  types?: ProjectTypeUncheckedUpdateManyWithoutProjectsNestedInput
273996
273952
  DispatchProject?: DispatchProjectUncheckedUpdateManyWithoutProjectNestedInput
273997
273953
  projectWorkflow?: ProjectWorkFlowUncheckedUpdateManyWithoutProjectNestedInput
@@ -274030,6 +273986,7 @@ export namespace Prisma {
274030
273986
  usersOnline?: integrationProjectUserStatusUncheckedUpdateManyWithoutProjectNestedInput
274031
273987
  MapElementTemplate?: MapElementTemplateUncheckedUpdateManyWithoutProjectsNestedInput
274032
273988
  MapElement?: MapElementUncheckedUpdateManyWithoutProjectNestedInput
273989
+ ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutProjectsNestedInput
274033
273990
  }
274034
273991
 
274035
273992
  export type MaterialUpsertWithoutSpliceClosureAttributesInput = {
@@ -274605,7 +274562,7 @@ export namespace Prisma {
274605
274562
  usersOnline?: integrationProjectUserStatusCreateNestedManyWithoutProjectInput
274606
274563
  MapElementTemplate?: MapElementTemplateCreateNestedManyWithoutProjectsInput
274607
274564
  MapElement?: MapElementCreateNestedManyWithoutProjectInput
274608
- ConduitTemplate?: ConduitTemplateCreateNestedOneWithoutProjectsInput
274565
+ ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutProjectsInput
274609
274566
  }
274610
274567
 
274611
274568
  export type ProjectUncheckedCreateWithoutZoneNroInput = {
@@ -274623,7 +274580,6 @@ export namespace Prisma {
274623
274580
  deletedAt?: Date | string | null
274624
274581
  mainProjectId: string
274625
274582
  userId?: string | null
274626
- conduitTemplateId?: string | null
274627
274583
  types?: ProjectTypeUncheckedCreateNestedManyWithoutProjectsInput
274628
274584
  DispatchProject?: DispatchProjectUncheckedCreateNestedManyWithoutProjectInput
274629
274585
  projectWorkflow?: ProjectWorkFlowUncheckedCreateNestedManyWithoutProjectInput
@@ -274662,6 +274618,7 @@ export namespace Prisma {
274662
274618
  usersOnline?: integrationProjectUserStatusUncheckedCreateNestedManyWithoutProjectInput
274663
274619
  MapElementTemplate?: MapElementTemplateUncheckedCreateNestedManyWithoutProjectsInput
274664
274620
  MapElement?: MapElementUncheckedCreateNestedManyWithoutProjectInput
274621
+ ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutProjectsInput
274665
274622
  }
274666
274623
 
274667
274624
  export type ProjectCreateOrConnectWithoutZoneNroInput = {
@@ -275335,7 +275292,7 @@ export namespace Prisma {
275335
275292
  usersOnline?: integrationProjectUserStatusUpdateManyWithoutProjectNestedInput
275336
275293
  MapElementTemplate?: MapElementTemplateUpdateManyWithoutProjectsNestedInput
275337
275294
  MapElement?: MapElementUpdateManyWithoutProjectNestedInput
275338
- ConduitTemplate?: ConduitTemplateUpdateOneWithoutProjectsNestedInput
275295
+ ConduitTemplate?: ConduitTemplateUpdateManyWithoutProjectsNestedInput
275339
275296
  }
275340
275297
 
275341
275298
  export type ProjectUncheckedUpdateWithoutZoneNroInput = {
@@ -275353,7 +275310,6 @@ export namespace Prisma {
275353
275310
  deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
275354
275311
  mainProjectId?: StringFieldUpdateOperationsInput | string
275355
275312
  userId?: NullableStringFieldUpdateOperationsInput | string | null
275356
- conduitTemplateId?: NullableStringFieldUpdateOperationsInput | string | null
275357
275313
  types?: ProjectTypeUncheckedUpdateManyWithoutProjectsNestedInput
275358
275314
  DispatchProject?: DispatchProjectUncheckedUpdateManyWithoutProjectNestedInput
275359
275315
  projectWorkflow?: ProjectWorkFlowUncheckedUpdateManyWithoutProjectNestedInput
@@ -275392,6 +275348,7 @@ export namespace Prisma {
275392
275348
  usersOnline?: integrationProjectUserStatusUncheckedUpdateManyWithoutProjectNestedInput
275393
275349
  MapElementTemplate?: MapElementTemplateUncheckedUpdateManyWithoutProjectsNestedInput
275394
275350
  MapElement?: MapElementUncheckedUpdateManyWithoutProjectNestedInput
275351
+ ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutProjectsNestedInput
275395
275352
  }
275396
275353
 
275397
275354
  export type ClusterUpsertWithoutZoneNroInput = {
@@ -275950,7 +275907,7 @@ export namespace Prisma {
275950
275907
  usersOnline?: integrationProjectUserStatusCreateNestedManyWithoutProjectInput
275951
275908
  MapElementTemplate?: MapElementTemplateCreateNestedManyWithoutProjectsInput
275952
275909
  MapElement?: MapElementCreateNestedManyWithoutProjectInput
275953
- ConduitTemplate?: ConduitTemplateCreateNestedOneWithoutProjectsInput
275910
+ ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutProjectsInput
275954
275911
  }
275955
275912
 
275956
275913
  export type ProjectUncheckedCreateWithoutZoneNroTemplateInput = {
@@ -275968,7 +275925,6 @@ export namespace Prisma {
275968
275925
  deletedAt?: Date | string | null
275969
275926
  mainProjectId: string
275970
275927
  userId?: string | null
275971
- conduitTemplateId?: string | null
275972
275928
  types?: ProjectTypeUncheckedCreateNestedManyWithoutProjectsInput
275973
275929
  DispatchProject?: DispatchProjectUncheckedCreateNestedManyWithoutProjectInput
275974
275930
  projectWorkflow?: ProjectWorkFlowUncheckedCreateNestedManyWithoutProjectInput
@@ -276007,6 +275963,7 @@ export namespace Prisma {
276007
275963
  usersOnline?: integrationProjectUserStatusUncheckedCreateNestedManyWithoutProjectInput
276008
275964
  MapElementTemplate?: MapElementTemplateUncheckedCreateNestedManyWithoutProjectsInput
276009
275965
  MapElement?: MapElementUncheckedCreateNestedManyWithoutProjectInput
275966
+ ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutProjectsInput
276010
275967
  }
276011
275968
 
276012
275969
  export type ProjectCreateOrConnectWithoutZoneNroTemplateInput = {
@@ -277042,7 +276999,7 @@ export namespace Prisma {
277042
276999
  usersOnline?: integrationProjectUserStatusCreateNestedManyWithoutProjectInput
277043
277000
  MapElementTemplate?: MapElementTemplateCreateNestedManyWithoutProjectsInput
277044
277001
  MapElement?: MapElementCreateNestedManyWithoutProjectInput
277045
- ConduitTemplate?: ConduitTemplateCreateNestedOneWithoutProjectsInput
277002
+ ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutProjectsInput
277046
277003
  }
277047
277004
 
277048
277005
  export type ProjectUncheckedCreateWithoutPoleInput = {
@@ -277060,7 +277017,6 @@ export namespace Prisma {
277060
277017
  deletedAt?: Date | string | null
277061
277018
  mainProjectId: string
277062
277019
  userId?: string | null
277063
- conduitTemplateId?: string | null
277064
277020
  types?: ProjectTypeUncheckedCreateNestedManyWithoutProjectsInput
277065
277021
  DispatchProject?: DispatchProjectUncheckedCreateNestedManyWithoutProjectInput
277066
277022
  projectWorkflow?: ProjectWorkFlowUncheckedCreateNestedManyWithoutProjectInput
@@ -277099,6 +277055,7 @@ export namespace Prisma {
277099
277055
  usersOnline?: integrationProjectUserStatusUncheckedCreateNestedManyWithoutProjectInput
277100
277056
  MapElementTemplate?: MapElementTemplateUncheckedCreateNestedManyWithoutProjectsInput
277101
277057
  MapElement?: MapElementUncheckedCreateNestedManyWithoutProjectInput
277058
+ ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutProjectsInput
277102
277059
  }
277103
277060
 
277104
277061
  export type ProjectCreateOrConnectWithoutPoleInput = {
@@ -277828,7 +277785,7 @@ export namespace Prisma {
277828
277785
  usersOnline?: integrationProjectUserStatusUpdateManyWithoutProjectNestedInput
277829
277786
  MapElementTemplate?: MapElementTemplateUpdateManyWithoutProjectsNestedInput
277830
277787
  MapElement?: MapElementUpdateManyWithoutProjectNestedInput
277831
- ConduitTemplate?: ConduitTemplateUpdateOneWithoutProjectsNestedInput
277788
+ ConduitTemplate?: ConduitTemplateUpdateManyWithoutProjectsNestedInput
277832
277789
  }
277833
277790
 
277834
277791
  export type ProjectUncheckedUpdateWithoutPoleInput = {
@@ -277846,7 +277803,6 @@ export namespace Prisma {
277846
277803
  deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
277847
277804
  mainProjectId?: StringFieldUpdateOperationsInput | string
277848
277805
  userId?: NullableStringFieldUpdateOperationsInput | string | null
277849
- conduitTemplateId?: NullableStringFieldUpdateOperationsInput | string | null
277850
277806
  types?: ProjectTypeUncheckedUpdateManyWithoutProjectsNestedInput
277851
277807
  DispatchProject?: DispatchProjectUncheckedUpdateManyWithoutProjectNestedInput
277852
277808
  projectWorkflow?: ProjectWorkFlowUncheckedUpdateManyWithoutProjectNestedInput
@@ -277885,6 +277841,7 @@ export namespace Prisma {
277885
277841
  usersOnline?: integrationProjectUserStatusUncheckedUpdateManyWithoutProjectNestedInput
277886
277842
  MapElementTemplate?: MapElementTemplateUncheckedUpdateManyWithoutProjectsNestedInput
277887
277843
  MapElement?: MapElementUncheckedUpdateManyWithoutProjectNestedInput
277844
+ ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutProjectsNestedInput
277888
277845
  }
277889
277846
 
277890
277847
  export type ClusterUpsertWithoutPoleInput = {
@@ -278459,7 +278416,7 @@ export namespace Prisma {
278459
278416
  usersOnline?: integrationProjectUserStatusCreateNestedManyWithoutProjectInput
278460
278417
  MapElementTemplate?: MapElementTemplateCreateNestedManyWithoutProjectsInput
278461
278418
  MapElement?: MapElementCreateNestedManyWithoutProjectInput
278462
- ConduitTemplate?: ConduitTemplateCreateNestedOneWithoutProjectsInput
278419
+ ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutProjectsInput
278463
278420
  }
278464
278421
 
278465
278422
  export type ProjectUncheckedCreateWithoutPoleTemplateInput = {
@@ -278477,7 +278434,6 @@ export namespace Prisma {
278477
278434
  deletedAt?: Date | string | null
278478
278435
  mainProjectId: string
278479
278436
  userId?: string | null
278480
- conduitTemplateId?: string | null
278481
278437
  types?: ProjectTypeUncheckedCreateNestedManyWithoutProjectsInput
278482
278438
  DispatchProject?: DispatchProjectUncheckedCreateNestedManyWithoutProjectInput
278483
278439
  projectWorkflow?: ProjectWorkFlowUncheckedCreateNestedManyWithoutProjectInput
@@ -278516,6 +278472,7 @@ export namespace Prisma {
278516
278472
  usersOnline?: integrationProjectUserStatusUncheckedCreateNestedManyWithoutProjectInput
278517
278473
  MapElementTemplate?: MapElementTemplateUncheckedCreateNestedManyWithoutProjectsInput
278518
278474
  MapElement?: MapElementUncheckedCreateNestedManyWithoutProjectInput
278475
+ ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutProjectsInput
278519
278476
  }
278520
278477
 
278521
278478
  export type ProjectCreateOrConnectWithoutPoleTemplateInput = {
@@ -279581,7 +279538,7 @@ export namespace Prisma {
279581
279538
  usersOnline?: integrationProjectUserStatusCreateNestedManyWithoutProjectInput
279582
279539
  MapElementTemplate?: MapElementTemplateCreateNestedManyWithoutProjectsInput
279583
279540
  MapElement?: MapElementCreateNestedManyWithoutProjectInput
279584
- ConduitTemplate?: ConduitTemplateCreateNestedOneWithoutProjectsInput
279541
+ ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutProjectsInput
279585
279542
  }
279586
279543
 
279587
279544
  export type ProjectUncheckedCreateWithoutManholeInput = {
@@ -279599,7 +279556,6 @@ export namespace Prisma {
279599
279556
  deletedAt?: Date | string | null
279600
279557
  mainProjectId: string
279601
279558
  userId?: string | null
279602
- conduitTemplateId?: string | null
279603
279559
  types?: ProjectTypeUncheckedCreateNestedManyWithoutProjectsInput
279604
279560
  DispatchProject?: DispatchProjectUncheckedCreateNestedManyWithoutProjectInput
279605
279561
  projectWorkflow?: ProjectWorkFlowUncheckedCreateNestedManyWithoutProjectInput
@@ -279638,6 +279594,7 @@ export namespace Prisma {
279638
279594
  usersOnline?: integrationProjectUserStatusUncheckedCreateNestedManyWithoutProjectInput
279639
279595
  MapElementTemplate?: MapElementTemplateUncheckedCreateNestedManyWithoutProjectsInput
279640
279596
  MapElement?: MapElementUncheckedCreateNestedManyWithoutProjectInput
279597
+ ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutProjectsInput
279641
279598
  }
279642
279599
 
279643
279600
  export type ProjectCreateOrConnectWithoutManholeInput = {
@@ -280367,7 +280324,7 @@ export namespace Prisma {
280367
280324
  usersOnline?: integrationProjectUserStatusUpdateManyWithoutProjectNestedInput
280368
280325
  MapElementTemplate?: MapElementTemplateUpdateManyWithoutProjectsNestedInput
280369
280326
  MapElement?: MapElementUpdateManyWithoutProjectNestedInput
280370
- ConduitTemplate?: ConduitTemplateUpdateOneWithoutProjectsNestedInput
280327
+ ConduitTemplate?: ConduitTemplateUpdateManyWithoutProjectsNestedInput
280371
280328
  }
280372
280329
 
280373
280330
  export type ProjectUncheckedUpdateWithoutManholeInput = {
@@ -280385,7 +280342,6 @@ export namespace Prisma {
280385
280342
  deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
280386
280343
  mainProjectId?: StringFieldUpdateOperationsInput | string
280387
280344
  userId?: NullableStringFieldUpdateOperationsInput | string | null
280388
- conduitTemplateId?: NullableStringFieldUpdateOperationsInput | string | null
280389
280345
  types?: ProjectTypeUncheckedUpdateManyWithoutProjectsNestedInput
280390
280346
  DispatchProject?: DispatchProjectUncheckedUpdateManyWithoutProjectNestedInput
280391
280347
  projectWorkflow?: ProjectWorkFlowUncheckedUpdateManyWithoutProjectNestedInput
@@ -280424,6 +280380,7 @@ export namespace Prisma {
280424
280380
  usersOnline?: integrationProjectUserStatusUncheckedUpdateManyWithoutProjectNestedInput
280425
280381
  MapElementTemplate?: MapElementTemplateUncheckedUpdateManyWithoutProjectsNestedInput
280426
280382
  MapElement?: MapElementUncheckedUpdateManyWithoutProjectNestedInput
280383
+ ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutProjectsNestedInput
280427
280384
  }
280428
280385
 
280429
280386
  export type ClusterUpsertWithoutManholeInput = {
@@ -280998,7 +280955,7 @@ export namespace Prisma {
280998
280955
  usersOnline?: integrationProjectUserStatusCreateNestedManyWithoutProjectInput
280999
280956
  MapElementTemplate?: MapElementTemplateCreateNestedManyWithoutProjectsInput
281000
280957
  MapElement?: MapElementCreateNestedManyWithoutProjectInput
281001
- ConduitTemplate?: ConduitTemplateCreateNestedOneWithoutProjectsInput
280958
+ ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutProjectsInput
281002
280959
  }
281003
280960
 
281004
280961
  export type ProjectUncheckedCreateWithoutManholeTemplateInput = {
@@ -281016,7 +280973,6 @@ export namespace Prisma {
281016
280973
  deletedAt?: Date | string | null
281017
280974
  mainProjectId: string
281018
280975
  userId?: string | null
281019
- conduitTemplateId?: string | null
281020
280976
  types?: ProjectTypeUncheckedCreateNestedManyWithoutProjectsInput
281021
280977
  DispatchProject?: DispatchProjectUncheckedCreateNestedManyWithoutProjectInput
281022
280978
  projectWorkflow?: ProjectWorkFlowUncheckedCreateNestedManyWithoutProjectInput
@@ -281055,6 +281011,7 @@ export namespace Prisma {
281055
281011
  usersOnline?: integrationProjectUserStatusUncheckedCreateNestedManyWithoutProjectInput
281056
281012
  MapElementTemplate?: MapElementTemplateUncheckedCreateNestedManyWithoutProjectsInput
281057
281013
  MapElement?: MapElementUncheckedCreateNestedManyWithoutProjectInput
281014
+ ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutProjectsInput
281058
281015
  }
281059
281016
 
281060
281017
  export type ProjectCreateOrConnectWithoutManholeTemplateInput = {
@@ -282116,7 +282073,7 @@ export namespace Prisma {
282116
282073
  usersOnline?: integrationProjectUserStatusCreateNestedManyWithoutProjectInput
282117
282074
  MapElementTemplate?: MapElementTemplateCreateNestedManyWithoutProjectsInput
282118
282075
  MapElement?: MapElementCreateNestedManyWithoutProjectInput
282119
- ConduitTemplate?: ConduitTemplateCreateNestedOneWithoutProjectsInput
282076
+ ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutProjectsInput
282120
282077
  }
282121
282078
 
282122
282079
  export type ProjectUncheckedCreateWithoutLoopInput = {
@@ -282134,7 +282091,6 @@ export namespace Prisma {
282134
282091
  deletedAt?: Date | string | null
282135
282092
  mainProjectId: string
282136
282093
  userId?: string | null
282137
- conduitTemplateId?: string | null
282138
282094
  types?: ProjectTypeUncheckedCreateNestedManyWithoutProjectsInput
282139
282095
  DispatchProject?: DispatchProjectUncheckedCreateNestedManyWithoutProjectInput
282140
282096
  projectWorkflow?: ProjectWorkFlowUncheckedCreateNestedManyWithoutProjectInput
@@ -282173,6 +282129,7 @@ export namespace Prisma {
282173
282129
  usersOnline?: integrationProjectUserStatusUncheckedCreateNestedManyWithoutProjectInput
282174
282130
  MapElementTemplate?: MapElementTemplateUncheckedCreateNestedManyWithoutProjectsInput
282175
282131
  MapElement?: MapElementUncheckedCreateNestedManyWithoutProjectInput
282132
+ ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutProjectsInput
282176
282133
  }
282177
282134
 
282178
282135
  export type ProjectCreateOrConnectWithoutLoopInput = {
@@ -283039,7 +282996,7 @@ export namespace Prisma {
283039
282996
  usersOnline?: integrationProjectUserStatusUpdateManyWithoutProjectNestedInput
283040
282997
  MapElementTemplate?: MapElementTemplateUpdateManyWithoutProjectsNestedInput
283041
282998
  MapElement?: MapElementUpdateManyWithoutProjectNestedInput
283042
- ConduitTemplate?: ConduitTemplateUpdateOneWithoutProjectsNestedInput
282999
+ ConduitTemplate?: ConduitTemplateUpdateManyWithoutProjectsNestedInput
283043
283000
  }
283044
283001
 
283045
283002
  export type ProjectUncheckedUpdateWithoutLoopInput = {
@@ -283057,7 +283014,6 @@ export namespace Prisma {
283057
283014
  deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
283058
283015
  mainProjectId?: StringFieldUpdateOperationsInput | string
283059
283016
  userId?: NullableStringFieldUpdateOperationsInput | string | null
283060
- conduitTemplateId?: NullableStringFieldUpdateOperationsInput | string | null
283061
283017
  types?: ProjectTypeUncheckedUpdateManyWithoutProjectsNestedInput
283062
283018
  DispatchProject?: DispatchProjectUncheckedUpdateManyWithoutProjectNestedInput
283063
283019
  projectWorkflow?: ProjectWorkFlowUncheckedUpdateManyWithoutProjectNestedInput
@@ -283096,6 +283052,7 @@ export namespace Prisma {
283096
283052
  usersOnline?: integrationProjectUserStatusUncheckedUpdateManyWithoutProjectNestedInput
283097
283053
  MapElementTemplate?: MapElementTemplateUncheckedUpdateManyWithoutProjectsNestedInput
283098
283054
  MapElement?: MapElementUncheckedUpdateManyWithoutProjectNestedInput
283055
+ ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutProjectsNestedInput
283099
283056
  }
283100
283057
 
283101
283058
  export type ClusterUpsertWithoutLoopInput = {
@@ -283813,7 +283770,7 @@ export namespace Prisma {
283813
283770
  usersOnline?: integrationProjectUserStatusCreateNestedManyWithoutProjectInput
283814
283771
  MapElementTemplate?: MapElementTemplateCreateNestedManyWithoutProjectsInput
283815
283772
  MapElement?: MapElementCreateNestedManyWithoutProjectInput
283816
- ConduitTemplate?: ConduitTemplateCreateNestedOneWithoutProjectsInput
283773
+ ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutProjectsInput
283817
283774
  }
283818
283775
 
283819
283776
  export type ProjectUncheckedCreateWithoutLoopTemplateInput = {
@@ -283831,7 +283788,6 @@ export namespace Prisma {
283831
283788
  deletedAt?: Date | string | null
283832
283789
  mainProjectId: string
283833
283790
  userId?: string | null
283834
- conduitTemplateId?: string | null
283835
283791
  types?: ProjectTypeUncheckedCreateNestedManyWithoutProjectsInput
283836
283792
  DispatchProject?: DispatchProjectUncheckedCreateNestedManyWithoutProjectInput
283837
283793
  projectWorkflow?: ProjectWorkFlowUncheckedCreateNestedManyWithoutProjectInput
@@ -283870,6 +283826,7 @@ export namespace Prisma {
283870
283826
  usersOnline?: integrationProjectUserStatusUncheckedCreateNestedManyWithoutProjectInput
283871
283827
  MapElementTemplate?: MapElementTemplateUncheckedCreateNestedManyWithoutProjectsInput
283872
283828
  MapElement?: MapElementUncheckedCreateNestedManyWithoutProjectInput
283829
+ ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutProjectsInput
283873
283830
  }
283874
283831
 
283875
283832
  export type ProjectCreateOrConnectWithoutLoopTemplateInput = {
@@ -284927,7 +284884,7 @@ export namespace Prisma {
284927
284884
  usersOnline?: integrationProjectUserStatusCreateNestedManyWithoutProjectInput
284928
284885
  MapElementTemplate?: MapElementTemplateCreateNestedManyWithoutProjectsInput
284929
284886
  MapElement?: MapElementCreateNestedManyWithoutProjectInput
284930
- ConduitTemplate?: ConduitTemplateCreateNestedOneWithoutProjectsInput
284887
+ ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutProjectsInput
284931
284888
  }
284932
284889
 
284933
284890
  export type ProjectUncheckedCreateWithoutFDTSROInput = {
@@ -284945,7 +284902,6 @@ export namespace Prisma {
284945
284902
  deletedAt?: Date | string | null
284946
284903
  mainProjectId: string
284947
284904
  userId?: string | null
284948
- conduitTemplateId?: string | null
284949
284905
  types?: ProjectTypeUncheckedCreateNestedManyWithoutProjectsInput
284950
284906
  DispatchProject?: DispatchProjectUncheckedCreateNestedManyWithoutProjectInput
284951
284907
  projectWorkflow?: ProjectWorkFlowUncheckedCreateNestedManyWithoutProjectInput
@@ -284984,6 +284940,7 @@ export namespace Prisma {
284984
284940
  usersOnline?: integrationProjectUserStatusUncheckedCreateNestedManyWithoutProjectInput
284985
284941
  MapElementTemplate?: MapElementTemplateUncheckedCreateNestedManyWithoutProjectsInput
284986
284942
  MapElement?: MapElementUncheckedCreateNestedManyWithoutProjectInput
284943
+ ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutProjectsInput
284987
284944
  }
284988
284945
 
284989
284946
  export type ProjectCreateOrConnectWithoutFDTSROInput = {
@@ -285882,7 +285839,7 @@ export namespace Prisma {
285882
285839
  usersOnline?: integrationProjectUserStatusUpdateManyWithoutProjectNestedInput
285883
285840
  MapElementTemplate?: MapElementTemplateUpdateManyWithoutProjectsNestedInput
285884
285841
  MapElement?: MapElementUpdateManyWithoutProjectNestedInput
285885
- ConduitTemplate?: ConduitTemplateUpdateOneWithoutProjectsNestedInput
285842
+ ConduitTemplate?: ConduitTemplateUpdateManyWithoutProjectsNestedInput
285886
285843
  }
285887
285844
 
285888
285845
  export type ProjectUncheckedUpdateWithoutFDTSROInput = {
@@ -285900,7 +285857,6 @@ export namespace Prisma {
285900
285857
  deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
285901
285858
  mainProjectId?: StringFieldUpdateOperationsInput | string
285902
285859
  userId?: NullableStringFieldUpdateOperationsInput | string | null
285903
- conduitTemplateId?: NullableStringFieldUpdateOperationsInput | string | null
285904
285860
  types?: ProjectTypeUncheckedUpdateManyWithoutProjectsNestedInput
285905
285861
  DispatchProject?: DispatchProjectUncheckedUpdateManyWithoutProjectNestedInput
285906
285862
  projectWorkflow?: ProjectWorkFlowUncheckedUpdateManyWithoutProjectNestedInput
@@ -285939,6 +285895,7 @@ export namespace Prisma {
285939
285895
  usersOnline?: integrationProjectUserStatusUncheckedUpdateManyWithoutProjectNestedInput
285940
285896
  MapElementTemplate?: MapElementTemplateUncheckedUpdateManyWithoutProjectsNestedInput
285941
285897
  MapElement?: MapElementUncheckedUpdateManyWithoutProjectNestedInput
285898
+ ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutProjectsNestedInput
285942
285899
  }
285943
285900
 
285944
285901
  export type ClusterUpsertWithoutFDTSROInput = {
@@ -286545,7 +286502,7 @@ export namespace Prisma {
286545
286502
  usersOnline?: integrationProjectUserStatusCreateNestedManyWithoutProjectInput
286546
286503
  MapElementTemplate?: MapElementTemplateCreateNestedManyWithoutProjectsInput
286547
286504
  MapElement?: MapElementCreateNestedManyWithoutProjectInput
286548
- ConduitTemplate?: ConduitTemplateCreateNestedOneWithoutProjectsInput
286505
+ ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutProjectsInput
286549
286506
  }
286550
286507
 
286551
286508
  export type ProjectUncheckedCreateWithoutFDTSROTemplateInput = {
@@ -286563,7 +286520,6 @@ export namespace Prisma {
286563
286520
  deletedAt?: Date | string | null
286564
286521
  mainProjectId: string
286565
286522
  userId?: string | null
286566
- conduitTemplateId?: string | null
286567
286523
  types?: ProjectTypeUncheckedCreateNestedManyWithoutProjectsInput
286568
286524
  DispatchProject?: DispatchProjectUncheckedCreateNestedManyWithoutProjectInput
286569
286525
  projectWorkflow?: ProjectWorkFlowUncheckedCreateNestedManyWithoutProjectInput
@@ -286602,6 +286558,7 @@ export namespace Prisma {
286602
286558
  usersOnline?: integrationProjectUserStatusUncheckedCreateNestedManyWithoutProjectInput
286603
286559
  MapElementTemplate?: MapElementTemplateUncheckedCreateNestedManyWithoutProjectsInput
286604
286560
  MapElement?: MapElementUncheckedCreateNestedManyWithoutProjectInput
286561
+ ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutProjectsInput
286605
286562
  }
286606
286563
 
286607
286564
  export type ProjectCreateOrConnectWithoutFDTSROTemplateInput = {
@@ -287677,7 +287634,7 @@ export namespace Prisma {
287677
287634
  usersOnline?: integrationProjectUserStatusCreateNestedManyWithoutProjectInput
287678
287635
  MapElementTemplate?: MapElementTemplateCreateNestedManyWithoutProjectsInput
287679
287636
  MapElement?: MapElementCreateNestedManyWithoutProjectInput
287680
- ConduitTemplate?: ConduitTemplateCreateNestedOneWithoutProjectsInput
287637
+ ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutProjectsInput
287681
287638
  }
287682
287639
 
287683
287640
  export type ProjectUncheckedCreateWithoutSFUInput = {
@@ -287695,7 +287652,6 @@ export namespace Prisma {
287695
287652
  deletedAt?: Date | string | null
287696
287653
  mainProjectId: string
287697
287654
  userId?: string | null
287698
- conduitTemplateId?: string | null
287699
287655
  types?: ProjectTypeUncheckedCreateNestedManyWithoutProjectsInput
287700
287656
  DispatchProject?: DispatchProjectUncheckedCreateNestedManyWithoutProjectInput
287701
287657
  projectWorkflow?: ProjectWorkFlowUncheckedCreateNestedManyWithoutProjectInput
@@ -287734,6 +287690,7 @@ export namespace Prisma {
287734
287690
  usersOnline?: integrationProjectUserStatusUncheckedCreateNestedManyWithoutProjectInput
287735
287691
  MapElementTemplate?: MapElementTemplateUncheckedCreateNestedManyWithoutProjectsInput
287736
287692
  MapElement?: MapElementUncheckedCreateNestedManyWithoutProjectInput
287693
+ ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutProjectsInput
287737
287694
  }
287738
287695
 
287739
287696
  export type ProjectCreateOrConnectWithoutSFUInput = {
@@ -288769,7 +288726,7 @@ export namespace Prisma {
288769
288726
  usersOnline?: integrationProjectUserStatusUpdateManyWithoutProjectNestedInput
288770
288727
  MapElementTemplate?: MapElementTemplateUpdateManyWithoutProjectsNestedInput
288771
288728
  MapElement?: MapElementUpdateManyWithoutProjectNestedInput
288772
- ConduitTemplate?: ConduitTemplateUpdateOneWithoutProjectsNestedInput
288729
+ ConduitTemplate?: ConduitTemplateUpdateManyWithoutProjectsNestedInput
288773
288730
  }
288774
288731
 
288775
288732
  export type ProjectUncheckedUpdateWithoutSFUInput = {
@@ -288787,7 +288744,6 @@ export namespace Prisma {
288787
288744
  deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
288788
288745
  mainProjectId?: StringFieldUpdateOperationsInput | string
288789
288746
  userId?: NullableStringFieldUpdateOperationsInput | string | null
288790
- conduitTemplateId?: NullableStringFieldUpdateOperationsInput | string | null
288791
288747
  types?: ProjectTypeUncheckedUpdateManyWithoutProjectsNestedInput
288792
288748
  DispatchProject?: DispatchProjectUncheckedUpdateManyWithoutProjectNestedInput
288793
288749
  projectWorkflow?: ProjectWorkFlowUncheckedUpdateManyWithoutProjectNestedInput
@@ -288826,6 +288782,7 @@ export namespace Prisma {
288826
288782
  usersOnline?: integrationProjectUserStatusUncheckedUpdateManyWithoutProjectNestedInput
288827
288783
  MapElementTemplate?: MapElementTemplateUncheckedUpdateManyWithoutProjectsNestedInput
288828
288784
  MapElement?: MapElementUncheckedUpdateManyWithoutProjectNestedInput
288785
+ ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutProjectsNestedInput
288829
288786
  }
288830
288787
 
288831
288788
  export type ClusterUpsertWithoutSFUInput = {
@@ -289648,7 +289605,7 @@ export namespace Prisma {
289648
289605
  usersOnline?: integrationProjectUserStatusCreateNestedManyWithoutProjectInput
289649
289606
  MapElementTemplate?: MapElementTemplateCreateNestedManyWithoutProjectsInput
289650
289607
  MapElement?: MapElementCreateNestedManyWithoutProjectInput
289651
- ConduitTemplate?: ConduitTemplateCreateNestedOneWithoutProjectsInput
289608
+ ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutProjectsInput
289652
289609
  }
289653
289610
 
289654
289611
  export type ProjectUncheckedCreateWithoutSFUTemplateInput = {
@@ -289666,7 +289623,6 @@ export namespace Prisma {
289666
289623
  deletedAt?: Date | string | null
289667
289624
  mainProjectId: string
289668
289625
  userId?: string | null
289669
- conduitTemplateId?: string | null
289670
289626
  types?: ProjectTypeUncheckedCreateNestedManyWithoutProjectsInput
289671
289627
  DispatchProject?: DispatchProjectUncheckedCreateNestedManyWithoutProjectInput
289672
289628
  projectWorkflow?: ProjectWorkFlowUncheckedCreateNestedManyWithoutProjectInput
@@ -289705,6 +289661,7 @@ export namespace Prisma {
289705
289661
  usersOnline?: integrationProjectUserStatusUncheckedCreateNestedManyWithoutProjectInput
289706
289662
  MapElementTemplate?: MapElementTemplateUncheckedCreateNestedManyWithoutProjectsInput
289707
289663
  MapElement?: MapElementUncheckedCreateNestedManyWithoutProjectInput
289664
+ ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutProjectsInput
289708
289665
  }
289709
289666
 
289710
289667
  export type ProjectCreateOrConnectWithoutSFUTemplateInput = {
@@ -290766,7 +290723,7 @@ export namespace Prisma {
290766
290723
  usersOnline?: integrationProjectUserStatusCreateNestedManyWithoutProjectInput
290767
290724
  MapElementTemplate?: MapElementTemplateCreateNestedManyWithoutProjectsInput
290768
290725
  MapElement?: MapElementCreateNestedManyWithoutProjectInput
290769
- ConduitTemplate?: ConduitTemplateCreateNestedOneWithoutProjectsInput
290726
+ ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutProjectsInput
290770
290727
  }
290771
290728
 
290772
290729
  export type ProjectUncheckedCreateWithoutBuildingInput = {
@@ -290784,7 +290741,6 @@ export namespace Prisma {
290784
290741
  deletedAt?: Date | string | null
290785
290742
  mainProjectId: string
290786
290743
  userId?: string | null
290787
- conduitTemplateId?: string | null
290788
290744
  types?: ProjectTypeUncheckedCreateNestedManyWithoutProjectsInput
290789
290745
  DispatchProject?: DispatchProjectUncheckedCreateNestedManyWithoutProjectInput
290790
290746
  projectWorkflow?: ProjectWorkFlowUncheckedCreateNestedManyWithoutProjectInput
@@ -290823,6 +290779,7 @@ export namespace Prisma {
290823
290779
  usersOnline?: integrationProjectUserStatusUncheckedCreateNestedManyWithoutProjectInput
290824
290780
  MapElementTemplate?: MapElementTemplateUncheckedCreateNestedManyWithoutProjectsInput
290825
290781
  MapElement?: MapElementUncheckedCreateNestedManyWithoutProjectInput
290782
+ ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutProjectsInput
290826
290783
  }
290827
290784
 
290828
290785
  export type ProjectCreateOrConnectWithoutBuildingInput = {
@@ -291857,7 +291814,7 @@ export namespace Prisma {
291857
291814
  usersOnline?: integrationProjectUserStatusUpdateManyWithoutProjectNestedInput
291858
291815
  MapElementTemplate?: MapElementTemplateUpdateManyWithoutProjectsNestedInput
291859
291816
  MapElement?: MapElementUpdateManyWithoutProjectNestedInput
291860
- ConduitTemplate?: ConduitTemplateUpdateOneWithoutProjectsNestedInput
291817
+ ConduitTemplate?: ConduitTemplateUpdateManyWithoutProjectsNestedInput
291861
291818
  }
291862
291819
 
291863
291820
  export type ProjectUncheckedUpdateWithoutBuildingInput = {
@@ -291875,7 +291832,6 @@ export namespace Prisma {
291875
291832
  deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
291876
291833
  mainProjectId?: StringFieldUpdateOperationsInput | string
291877
291834
  userId?: NullableStringFieldUpdateOperationsInput | string | null
291878
- conduitTemplateId?: NullableStringFieldUpdateOperationsInput | string | null
291879
291835
  types?: ProjectTypeUncheckedUpdateManyWithoutProjectsNestedInput
291880
291836
  DispatchProject?: DispatchProjectUncheckedUpdateManyWithoutProjectNestedInput
291881
291837
  projectWorkflow?: ProjectWorkFlowUncheckedUpdateManyWithoutProjectNestedInput
@@ -291914,6 +291870,7 @@ export namespace Prisma {
291914
291870
  usersOnline?: integrationProjectUserStatusUncheckedUpdateManyWithoutProjectNestedInput
291915
291871
  MapElementTemplate?: MapElementTemplateUncheckedUpdateManyWithoutProjectsNestedInput
291916
291872
  MapElement?: MapElementUncheckedUpdateManyWithoutProjectNestedInput
291873
+ ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutProjectsNestedInput
291917
291874
  }
291918
291875
 
291919
291876
  export type ClusterUpsertWithoutBuildingInput = {
@@ -292651,7 +292608,7 @@ export namespace Prisma {
292651
292608
  usersOnline?: integrationProjectUserStatusCreateNestedManyWithoutProjectInput
292652
292609
  MapElementTemplate?: MapElementTemplateCreateNestedManyWithoutProjectsInput
292653
292610
  MapElement?: MapElementCreateNestedManyWithoutProjectInput
292654
- ConduitTemplate?: ConduitTemplateCreateNestedOneWithoutProjectsInput
292611
+ ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutProjectsInput
292655
292612
  }
292656
292613
 
292657
292614
  export type ProjectUncheckedCreateWithoutBuildingTemplateInput = {
@@ -292669,7 +292626,6 @@ export namespace Prisma {
292669
292626
  deletedAt?: Date | string | null
292670
292627
  mainProjectId: string
292671
292628
  userId?: string | null
292672
- conduitTemplateId?: string | null
292673
292629
  types?: ProjectTypeUncheckedCreateNestedManyWithoutProjectsInput
292674
292630
  DispatchProject?: DispatchProjectUncheckedCreateNestedManyWithoutProjectInput
292675
292631
  projectWorkflow?: ProjectWorkFlowUncheckedCreateNestedManyWithoutProjectInput
@@ -292708,6 +292664,7 @@ export namespace Prisma {
292708
292664
  usersOnline?: integrationProjectUserStatusUncheckedCreateNestedManyWithoutProjectInput
292709
292665
  MapElementTemplate?: MapElementTemplateUncheckedCreateNestedManyWithoutProjectsInput
292710
292666
  MapElement?: MapElementUncheckedCreateNestedManyWithoutProjectInput
292667
+ ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutProjectsInput
292711
292668
  }
292712
292669
 
292713
292670
  export type ProjectCreateOrConnectWithoutBuildingTemplateInput = {
@@ -296546,7 +296503,7 @@ export namespace Prisma {
296546
296503
  BuildingTemplate?: BuildingTemplateCreateNestedManyWithoutProjectsInput
296547
296504
  usersOnline?: integrationProjectUserStatusCreateNestedManyWithoutProjectInput
296548
296505
  MapElement?: MapElementCreateNestedManyWithoutProjectInput
296549
- ConduitTemplate?: ConduitTemplateCreateNestedOneWithoutProjectsInput
296506
+ ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutProjectsInput
296550
296507
  }
296551
296508
 
296552
296509
  export type ProjectUncheckedCreateWithoutMapElementTemplateInput = {
@@ -296564,7 +296521,6 @@ export namespace Prisma {
296564
296521
  deletedAt?: Date | string | null
296565
296522
  mainProjectId: string
296566
296523
  userId?: string | null
296567
- conduitTemplateId?: string | null
296568
296524
  types?: ProjectTypeUncheckedCreateNestedManyWithoutProjectsInput
296569
296525
  DispatchProject?: DispatchProjectUncheckedCreateNestedManyWithoutProjectInput
296570
296526
  projectWorkflow?: ProjectWorkFlowUncheckedCreateNestedManyWithoutProjectInput
@@ -296603,6 +296559,7 @@ export namespace Prisma {
296603
296559
  BuildingTemplate?: BuildingTemplateUncheckedCreateNestedManyWithoutProjectsInput
296604
296560
  usersOnline?: integrationProjectUserStatusUncheckedCreateNestedManyWithoutProjectInput
296605
296561
  MapElement?: MapElementUncheckedCreateNestedManyWithoutProjectInput
296562
+ ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutProjectsInput
296606
296563
  }
296607
296564
 
296608
296565
  export type ProjectCreateOrConnectWithoutMapElementTemplateInput = {
@@ -297626,7 +297583,7 @@ export namespace Prisma {
297626
297583
  BuildingTemplate?: BuildingTemplateCreateNestedManyWithoutProjectsInput
297627
297584
  usersOnline?: integrationProjectUserStatusCreateNestedManyWithoutProjectInput
297628
297585
  MapElementTemplate?: MapElementTemplateCreateNestedManyWithoutProjectsInput
297629
- ConduitTemplate?: ConduitTemplateCreateNestedOneWithoutProjectsInput
297586
+ ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutProjectsInput
297630
297587
  }
297631
297588
 
297632
297589
  export type ProjectUncheckedCreateWithoutMapElementInput = {
@@ -297644,7 +297601,6 @@ export namespace Prisma {
297644
297601
  deletedAt?: Date | string | null
297645
297602
  mainProjectId: string
297646
297603
  userId?: string | null
297647
- conduitTemplateId?: string | null
297648
297604
  types?: ProjectTypeUncheckedCreateNestedManyWithoutProjectsInput
297649
297605
  DispatchProject?: DispatchProjectUncheckedCreateNestedManyWithoutProjectInput
297650
297606
  projectWorkflow?: ProjectWorkFlowUncheckedCreateNestedManyWithoutProjectInput
@@ -297683,6 +297639,7 @@ export namespace Prisma {
297683
297639
  BuildingTemplate?: BuildingTemplateUncheckedCreateNestedManyWithoutProjectsInput
297684
297640
  usersOnline?: integrationProjectUserStatusUncheckedCreateNestedManyWithoutProjectInput
297685
297641
  MapElementTemplate?: MapElementTemplateUncheckedCreateNestedManyWithoutProjectsInput
297642
+ ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutProjectsInput
297686
297643
  }
297687
297644
 
297688
297645
  export type ProjectCreateOrConnectWithoutMapElementInput = {
@@ -298295,7 +298252,7 @@ export namespace Prisma {
298295
298252
  BuildingTemplate?: BuildingTemplateUpdateManyWithoutProjectsNestedInput
298296
298253
  usersOnline?: integrationProjectUserStatusUpdateManyWithoutProjectNestedInput
298297
298254
  MapElementTemplate?: MapElementTemplateUpdateManyWithoutProjectsNestedInput
298298
- ConduitTemplate?: ConduitTemplateUpdateOneWithoutProjectsNestedInput
298255
+ ConduitTemplate?: ConduitTemplateUpdateManyWithoutProjectsNestedInput
298299
298256
  }
298300
298257
 
298301
298258
  export type ProjectUncheckedUpdateWithoutMapElementInput = {
@@ -298313,7 +298270,6 @@ export namespace Prisma {
298313
298270
  deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
298314
298271
  mainProjectId?: StringFieldUpdateOperationsInput | string
298315
298272
  userId?: NullableStringFieldUpdateOperationsInput | string | null
298316
- conduitTemplateId?: NullableStringFieldUpdateOperationsInput | string | null
298317
298273
  types?: ProjectTypeUncheckedUpdateManyWithoutProjectsNestedInput
298318
298274
  DispatchProject?: DispatchProjectUncheckedUpdateManyWithoutProjectNestedInput
298319
298275
  projectWorkflow?: ProjectWorkFlowUncheckedUpdateManyWithoutProjectNestedInput
@@ -298352,6 +298308,7 @@ export namespace Prisma {
298352
298308
  BuildingTemplate?: BuildingTemplateUncheckedUpdateManyWithoutProjectsNestedInput
298353
298309
  usersOnline?: integrationProjectUserStatusUncheckedUpdateManyWithoutProjectNestedInput
298354
298310
  MapElementTemplate?: MapElementTemplateUncheckedUpdateManyWithoutProjectsNestedInput
298311
+ ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutProjectsNestedInput
298355
298312
  }
298356
298313
 
298357
298314
  export type ClusterUpsertWithoutMapElementInput = {
@@ -299913,7 +299870,7 @@ export namespace Prisma {
299913
299870
  usersOnline?: integrationProjectUserStatusCreateNestedManyWithoutProjectInput
299914
299871
  MapElementTemplate?: MapElementTemplateCreateNestedManyWithoutProjectsInput
299915
299872
  MapElement?: MapElementCreateNestedManyWithoutProjectInput
299916
- ConduitTemplate?: ConduitTemplateCreateNestedOneWithoutProjectsInput
299873
+ ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutProjectsInput
299917
299874
  }
299918
299875
 
299919
299876
  export type ProjectUncheckedCreateWithoutCentralOfficeInput = {
@@ -299931,7 +299888,6 @@ export namespace Prisma {
299931
299888
  deletedAt?: Date | string | null
299932
299889
  mainProjectId: string
299933
299890
  userId?: string | null
299934
- conduitTemplateId?: string | null
299935
299891
  types?: ProjectTypeUncheckedCreateNestedManyWithoutProjectsInput
299936
299892
  DispatchProject?: DispatchProjectUncheckedCreateNestedManyWithoutProjectInput
299937
299893
  projectWorkflow?: ProjectWorkFlowUncheckedCreateNestedManyWithoutProjectInput
@@ -299970,6 +299926,7 @@ export namespace Prisma {
299970
299926
  usersOnline?: integrationProjectUserStatusUncheckedCreateNestedManyWithoutProjectInput
299971
299927
  MapElementTemplate?: MapElementTemplateUncheckedCreateNestedManyWithoutProjectsInput
299972
299928
  MapElement?: MapElementUncheckedCreateNestedManyWithoutProjectInput
299929
+ ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutProjectsInput
299973
299930
  }
299974
299931
 
299975
299932
  export type ProjectCreateOrConnectWithoutCentralOfficeInput = {
@@ -300358,7 +300315,7 @@ export namespace Prisma {
300358
300315
  usersOnline?: integrationProjectUserStatusUpdateManyWithoutProjectNestedInput
300359
300316
  MapElementTemplate?: MapElementTemplateUpdateManyWithoutProjectsNestedInput
300360
300317
  MapElement?: MapElementUpdateManyWithoutProjectNestedInput
300361
- ConduitTemplate?: ConduitTemplateUpdateOneWithoutProjectsNestedInput
300318
+ ConduitTemplate?: ConduitTemplateUpdateManyWithoutProjectsNestedInput
300362
300319
  }
300363
300320
 
300364
300321
  export type ProjectUncheckedUpdateWithoutCentralOfficeInput = {
@@ -300376,7 +300333,6 @@ export namespace Prisma {
300376
300333
  deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
300377
300334
  mainProjectId?: StringFieldUpdateOperationsInput | string
300378
300335
  userId?: NullableStringFieldUpdateOperationsInput | string | null
300379
- conduitTemplateId?: NullableStringFieldUpdateOperationsInput | string | null
300380
300336
  types?: ProjectTypeUncheckedUpdateManyWithoutProjectsNestedInput
300381
300337
  DispatchProject?: DispatchProjectUncheckedUpdateManyWithoutProjectNestedInput
300382
300338
  projectWorkflow?: ProjectWorkFlowUncheckedUpdateManyWithoutProjectNestedInput
@@ -300415,6 +300371,7 @@ export namespace Prisma {
300415
300371
  usersOnline?: integrationProjectUserStatusUncheckedUpdateManyWithoutProjectNestedInput
300416
300372
  MapElementTemplate?: MapElementTemplateUncheckedUpdateManyWithoutProjectsNestedInput
300417
300373
  MapElement?: MapElementUncheckedUpdateManyWithoutProjectNestedInput
300374
+ ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutProjectsNestedInput
300418
300375
  }
300419
300376
 
300420
300377
  export type UserUpsertWithWhereUniqueWithoutCentralOfficesInput = {
@@ -305144,7 +305101,7 @@ export namespace Prisma {
305144
305101
  usersOnline?: integrationProjectUserStatusCreateNestedManyWithoutProjectInput
305145
305102
  MapElementTemplate?: MapElementTemplateCreateNestedManyWithoutProjectsInput
305146
305103
  MapElement?: MapElementCreateNestedManyWithoutProjectInput
305147
- ConduitTemplate?: ConduitTemplateCreateNestedOneWithoutProjectsInput
305104
+ ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutProjectsInput
305148
305105
  }
305149
305106
 
305150
305107
  export type ProjectUncheckedCreateWithoutQrCodeTemplateInput = {
@@ -305162,7 +305119,6 @@ export namespace Prisma {
305162
305119
  deletedAt?: Date | string | null
305163
305120
  mainProjectId: string
305164
305121
  userId?: string | null
305165
- conduitTemplateId?: string | null
305166
305122
  types?: ProjectTypeUncheckedCreateNestedManyWithoutProjectsInput
305167
305123
  DispatchProject?: DispatchProjectUncheckedCreateNestedManyWithoutProjectInput
305168
305124
  projectWorkflow?: ProjectWorkFlowUncheckedCreateNestedManyWithoutProjectInput
@@ -305201,6 +305157,7 @@ export namespace Prisma {
305201
305157
  usersOnline?: integrationProjectUserStatusUncheckedCreateNestedManyWithoutProjectInput
305202
305158
  MapElementTemplate?: MapElementTemplateUncheckedCreateNestedManyWithoutProjectsInput
305203
305159
  MapElement?: MapElementUncheckedCreateNestedManyWithoutProjectInput
305160
+ ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutProjectsInput
305204
305161
  }
305205
305162
 
305206
305163
  export type ProjectCreateOrConnectWithoutQrCodeTemplateInput = {
@@ -306154,7 +306111,7 @@ export namespace Prisma {
306154
306111
  usersOnline?: integrationProjectUserStatusUpdateManyWithoutProjectNestedInput
306155
306112
  MapElementTemplate?: MapElementTemplateUpdateManyWithoutProjectsNestedInput
306156
306113
  MapElement?: MapElementUpdateManyWithoutProjectNestedInput
306157
- ConduitTemplate?: ConduitTemplateUpdateOneWithoutProjectsNestedInput
306114
+ ConduitTemplate?: ConduitTemplateUpdateManyWithoutProjectsNestedInput
306158
306115
  }
306159
306116
 
306160
306117
  export type ProjectUncheckedUpdateWithoutQrCodeTemplateInput = {
@@ -306172,7 +306129,6 @@ export namespace Prisma {
306172
306129
  deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
306173
306130
  mainProjectId?: StringFieldUpdateOperationsInput | string
306174
306131
  userId?: NullableStringFieldUpdateOperationsInput | string | null
306175
- conduitTemplateId?: NullableStringFieldUpdateOperationsInput | string | null
306176
306132
  types?: ProjectTypeUncheckedUpdateManyWithoutProjectsNestedInput
306177
306133
  DispatchProject?: DispatchProjectUncheckedUpdateManyWithoutProjectNestedInput
306178
306134
  projectWorkflow?: ProjectWorkFlowUncheckedUpdateManyWithoutProjectNestedInput
@@ -306211,6 +306167,7 @@ export namespace Prisma {
306211
306167
  usersOnline?: integrationProjectUserStatusUncheckedUpdateManyWithoutProjectNestedInput
306212
306168
  MapElementTemplate?: MapElementTemplateUncheckedUpdateManyWithoutProjectsNestedInput
306213
306169
  MapElement?: MapElementUncheckedUpdateManyWithoutProjectNestedInput
306170
+ ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutProjectsNestedInput
306214
306171
  }
306215
306172
 
306216
306173
  export type ClusterUpsertWithoutQrCodeTemplateInput = {
@@ -313580,7 +313537,7 @@ export namespace Prisma {
313580
313537
  usersOnline?: integrationProjectUserStatusUpdateManyWithoutProjectNestedInput
313581
313538
  MapElementTemplate?: MapElementTemplateUpdateManyWithoutProjectsNestedInput
313582
313539
  MapElement?: MapElementUpdateManyWithoutProjectNestedInput
313583
- ConduitTemplate?: ConduitTemplateUpdateOneWithoutProjectsNestedInput
313540
+ ConduitTemplate?: ConduitTemplateUpdateManyWithoutProjectsNestedInput
313584
313541
  }
313585
313542
 
313586
313543
  export type ProjectUncheckedUpdateWithoutPlatformsInput = {
@@ -313598,7 +313555,6 @@ export namespace Prisma {
313598
313555
  deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
313599
313556
  mainProjectId?: StringFieldUpdateOperationsInput | string
313600
313557
  userId?: NullableStringFieldUpdateOperationsInput | string | null
313601
- conduitTemplateId?: NullableStringFieldUpdateOperationsInput | string | null
313602
313558
  types?: ProjectTypeUncheckedUpdateManyWithoutProjectsNestedInput
313603
313559
  DispatchProject?: DispatchProjectUncheckedUpdateManyWithoutProjectNestedInput
313604
313560
  projectWorkflow?: ProjectWorkFlowUncheckedUpdateManyWithoutProjectNestedInput
@@ -313637,6 +313593,7 @@ export namespace Prisma {
313637
313593
  usersOnline?: integrationProjectUserStatusUncheckedUpdateManyWithoutProjectNestedInput
313638
313594
  MapElementTemplate?: MapElementTemplateUncheckedUpdateManyWithoutProjectsNestedInput
313639
313595
  MapElement?: MapElementUncheckedUpdateManyWithoutProjectNestedInput
313596
+ ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutProjectsNestedInput
313640
313597
  }
313641
313598
 
313642
313599
  export type ProjectUncheckedUpdateManyWithoutPlatformsInput = {
@@ -313654,7 +313611,6 @@ export namespace Prisma {
313654
313611
  deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
313655
313612
  mainProjectId?: StringFieldUpdateOperationsInput | string
313656
313613
  userId?: NullableStringFieldUpdateOperationsInput | string | null
313657
- conduitTemplateId?: NullableStringFieldUpdateOperationsInput | string | null
313658
313614
  }
313659
313615
 
313660
313616
  export type UserCreateManyPositionInput = {
@@ -315099,7 +315055,6 @@ export namespace Prisma {
315099
315055
  activatedAt?: Date | string | null
315100
315056
  deletedAt?: Date | string | null
315101
315057
  mainProjectId: string
315102
- conduitTemplateId?: string | null
315103
315058
  }
315104
315059
 
315105
315060
  export type AuditCreateManyUserInput = {
@@ -316366,7 +316321,7 @@ export namespace Prisma {
316366
316321
  usersOnline?: integrationProjectUserStatusUpdateManyWithoutProjectNestedInput
316367
316322
  MapElementTemplate?: MapElementTemplateUpdateManyWithoutProjectsNestedInput
316368
316323
  MapElement?: MapElementUpdateManyWithoutProjectNestedInput
316369
- ConduitTemplate?: ConduitTemplateUpdateOneWithoutProjectsNestedInput
316324
+ ConduitTemplate?: ConduitTemplateUpdateManyWithoutProjectsNestedInput
316370
316325
  }
316371
316326
 
316372
316327
  export type ProjectUncheckedUpdateWithoutUserInput = {
@@ -316383,7 +316338,6 @@ export namespace Prisma {
316383
316338
  activatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
316384
316339
  deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
316385
316340
  mainProjectId?: StringFieldUpdateOperationsInput | string
316386
- conduitTemplateId?: NullableStringFieldUpdateOperationsInput | string | null
316387
316341
  types?: ProjectTypeUncheckedUpdateManyWithoutProjectsNestedInput
316388
316342
  DispatchProject?: DispatchProjectUncheckedUpdateManyWithoutProjectNestedInput
316389
316343
  projectWorkflow?: ProjectWorkFlowUncheckedUpdateManyWithoutProjectNestedInput
@@ -316423,6 +316377,7 @@ export namespace Prisma {
316423
316377
  usersOnline?: integrationProjectUserStatusUncheckedUpdateManyWithoutProjectNestedInput
316424
316378
  MapElementTemplate?: MapElementTemplateUncheckedUpdateManyWithoutProjectsNestedInput
316425
316379
  MapElement?: MapElementUncheckedUpdateManyWithoutProjectNestedInput
316380
+ ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutProjectsNestedInput
316426
316381
  }
316427
316382
 
316428
316383
  export type ProjectUncheckedUpdateManyWithoutUserInput = {
@@ -316439,7 +316394,6 @@ export namespace Prisma {
316439
316394
  activatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
316440
316395
  deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
316441
316396
  mainProjectId?: StringFieldUpdateOperationsInput | string
316442
- conduitTemplateId?: NullableStringFieldUpdateOperationsInput | string | null
316443
316397
  }
316444
316398
 
316445
316399
  export type AuditUpdateWithoutUserInput = {
@@ -320107,7 +320061,6 @@ export namespace Prisma {
320107
320061
  activatedAt?: Date | string | null
320108
320062
  deletedAt?: Date | string | null
320109
320063
  userId?: string | null
320110
- conduitTemplateId?: string | null
320111
320064
  }
320112
320065
 
320113
320066
  export type ProjectUpdateWithoutMainProjectInput = {
@@ -320163,7 +320116,7 @@ export namespace Prisma {
320163
320116
  usersOnline?: integrationProjectUserStatusUpdateManyWithoutProjectNestedInput
320164
320117
  MapElementTemplate?: MapElementTemplateUpdateManyWithoutProjectsNestedInput
320165
320118
  MapElement?: MapElementUpdateManyWithoutProjectNestedInput
320166
- ConduitTemplate?: ConduitTemplateUpdateOneWithoutProjectsNestedInput
320119
+ ConduitTemplate?: ConduitTemplateUpdateManyWithoutProjectsNestedInput
320167
320120
  }
320168
320121
 
320169
320122
  export type ProjectUncheckedUpdateWithoutMainProjectInput = {
@@ -320180,7 +320133,6 @@ export namespace Prisma {
320180
320133
  activatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
320181
320134
  deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
320182
320135
  userId?: NullableStringFieldUpdateOperationsInput | string | null
320183
- conduitTemplateId?: NullableStringFieldUpdateOperationsInput | string | null
320184
320136
  types?: ProjectTypeUncheckedUpdateManyWithoutProjectsNestedInput
320185
320137
  DispatchProject?: DispatchProjectUncheckedUpdateManyWithoutProjectNestedInput
320186
320138
  projectWorkflow?: ProjectWorkFlowUncheckedUpdateManyWithoutProjectNestedInput
@@ -320220,6 +320172,7 @@ export namespace Prisma {
320220
320172
  usersOnline?: integrationProjectUserStatusUncheckedUpdateManyWithoutProjectNestedInput
320221
320173
  MapElementTemplate?: MapElementTemplateUncheckedUpdateManyWithoutProjectsNestedInput
320222
320174
  MapElement?: MapElementUncheckedUpdateManyWithoutProjectNestedInput
320175
+ ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutProjectsNestedInput
320223
320176
  }
320224
320177
 
320225
320178
  export type ProjectUncheckedUpdateManyWithoutMainProjectInput = {
@@ -320236,7 +320189,6 @@ export namespace Prisma {
320236
320189
  activatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
320237
320190
  deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
320238
320191
  userId?: NullableStringFieldUpdateOperationsInput | string | null
320239
- conduitTemplateId?: NullableStringFieldUpdateOperationsInput | string | null
320240
320192
  }
320241
320193
 
320242
320194
  export type DispatchProjectCreateManyProjectInput = {
@@ -324050,6 +324002,72 @@ export namespace Prisma {
324050
324002
  nodeId?: NullableStringFieldUpdateOperationsInput | string | null
324051
324003
  }
324052
324004
 
324005
+ export type ConduitTemplateUpdateWithoutProjectsInput = {
324006
+ id?: StringFieldUpdateOperationsInput | string
324007
+ no?: IntFieldUpdateOperationsInput | number
324008
+ status?: StringFieldUpdateOperationsInput | string
324009
+ name?: StringFieldUpdateOperationsInput | string
324010
+ terminalAccess?: BoolFieldUpdateOperationsInput | boolean
324011
+ photos?: NullableJsonNullValueInput | InputJsonValue
324012
+ texts?: NullableJsonNullValueInput | InputJsonValue
324013
+ files?: NullableJsonNullValueInput | InputJsonValue
324014
+ zone?: NullableJsonNullValueInput | InputJsonValue
324015
+ geometry?: NullableJsonNullValueInput | InputJsonValue
324016
+ attributes?: NullableJsonNullValueInput | InputJsonValue
324017
+ createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
324018
+ updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
324019
+ deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
324020
+ updatedBy?: UserUpdateOneWithoutConduitTemplateNestedInput
324021
+ networkElement?: NetworkElementUpdateOneRequiredWithoutConduitTemplateNestedInput
324022
+ Conduit?: ConduitUpdateManyWithoutTemplateNestedInput
324023
+ cluster?: ClusterUpdateOneWithoutConduitTemplateNestedInput
324024
+ qrCodeTemplate?: qrCodeTemplateUpdateManyWithoutConduitTemplateNestedInput
324025
+ ductTemplates?: ductTemplateUpdateManyWithoutConduitNestedInput
324026
+ }
324027
+
324028
+ export type ConduitTemplateUncheckedUpdateWithoutProjectsInput = {
324029
+ id?: StringFieldUpdateOperationsInput | string
324030
+ no?: IntFieldUpdateOperationsInput | number
324031
+ status?: StringFieldUpdateOperationsInput | string
324032
+ name?: StringFieldUpdateOperationsInput | string
324033
+ terminalAccess?: BoolFieldUpdateOperationsInput | boolean
324034
+ photos?: NullableJsonNullValueInput | InputJsonValue
324035
+ texts?: NullableJsonNullValueInput | InputJsonValue
324036
+ files?: NullableJsonNullValueInput | InputJsonValue
324037
+ zone?: NullableJsonNullValueInput | InputJsonValue
324038
+ geometry?: NullableJsonNullValueInput | InputJsonValue
324039
+ attributes?: NullableJsonNullValueInput | InputJsonValue
324040
+ createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
324041
+ updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
324042
+ deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
324043
+ updatedById?: NullableStringFieldUpdateOperationsInput | string | null
324044
+ networkElementId?: StringFieldUpdateOperationsInput | string
324045
+ clusterId?: NullableStringFieldUpdateOperationsInput | string | null
324046
+ Conduit?: ConduitUncheckedUpdateManyWithoutTemplateNestedInput
324047
+ qrCodeTemplate?: qrCodeTemplateUncheckedUpdateManyWithoutConduitTemplateNestedInput
324048
+ ductTemplates?: ductTemplateUncheckedUpdateManyWithoutConduitNestedInput
324049
+ }
324050
+
324051
+ export type ConduitTemplateUncheckedUpdateManyWithoutProjectsInput = {
324052
+ id?: StringFieldUpdateOperationsInput | string
324053
+ no?: IntFieldUpdateOperationsInput | number
324054
+ status?: StringFieldUpdateOperationsInput | string
324055
+ name?: StringFieldUpdateOperationsInput | string
324056
+ terminalAccess?: BoolFieldUpdateOperationsInput | boolean
324057
+ photos?: NullableJsonNullValueInput | InputJsonValue
324058
+ texts?: NullableJsonNullValueInput | InputJsonValue
324059
+ files?: NullableJsonNullValueInput | InputJsonValue
324060
+ zone?: NullableJsonNullValueInput | InputJsonValue
324061
+ geometry?: NullableJsonNullValueInput | InputJsonValue
324062
+ attributes?: NullableJsonNullValueInput | InputJsonValue
324063
+ createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
324064
+ updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
324065
+ deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
324066
+ updatedById?: NullableStringFieldUpdateOperationsInput | string | null
324067
+ networkElementId?: StringFieldUpdateOperationsInput | string
324068
+ clusterId?: NullableStringFieldUpdateOperationsInput | string | null
324069
+ }
324070
+
324053
324071
  export type TeamMaterialCreateManyTeamInput = {
324054
324072
  id?: string
324055
324073
  no?: number
@@ -325002,7 +325020,7 @@ export namespace Prisma {
325002
325020
  usersOnline?: integrationProjectUserStatusUpdateManyWithoutProjectNestedInput
325003
325021
  MapElementTemplate?: MapElementTemplateUpdateManyWithoutProjectsNestedInput
325004
325022
  MapElement?: MapElementUpdateManyWithoutProjectNestedInput
325005
- ConduitTemplate?: ConduitTemplateUpdateOneWithoutProjectsNestedInput
325023
+ ConduitTemplate?: ConduitTemplateUpdateManyWithoutProjectsNestedInput
325006
325024
  }
325007
325025
 
325008
325026
  export type ProjectUncheckedUpdateWithoutTypesInput = {
@@ -325020,7 +325038,6 @@ export namespace Prisma {
325020
325038
  deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
325021
325039
  mainProjectId?: StringFieldUpdateOperationsInput | string
325022
325040
  userId?: NullableStringFieldUpdateOperationsInput | string | null
325023
- conduitTemplateId?: NullableStringFieldUpdateOperationsInput | string | null
325024
325041
  DispatchProject?: DispatchProjectUncheckedUpdateManyWithoutProjectNestedInput
325025
325042
  projectWorkflow?: ProjectWorkFlowUncheckedUpdateManyWithoutProjectNestedInput
325026
325043
  BillOfMaterial?: BillOfMaterialUncheckedUpdateManyWithoutProjectNestedInput
@@ -325059,6 +325076,7 @@ export namespace Prisma {
325059
325076
  usersOnline?: integrationProjectUserStatusUncheckedUpdateManyWithoutProjectNestedInput
325060
325077
  MapElementTemplate?: MapElementTemplateUncheckedUpdateManyWithoutProjectsNestedInput
325061
325078
  MapElement?: MapElementUncheckedUpdateManyWithoutProjectNestedInput
325079
+ ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutProjectsNestedInput
325062
325080
  }
325063
325081
 
325064
325082
  export type ProjectUncheckedUpdateManyWithoutTypesInput = {
@@ -325076,7 +325094,6 @@ export namespace Prisma {
325076
325094
  deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
325077
325095
  mainProjectId?: StringFieldUpdateOperationsInput | string
325078
325096
  userId?: NullableStringFieldUpdateOperationsInput | string | null
325079
- conduitTemplateId?: NullableStringFieldUpdateOperationsInput | string | null
325080
325097
  }
325081
325098
 
325082
325099
  export type EmailsIncomingCreateManyEmailConfigurationsInput = {
@@ -334259,7 +334276,7 @@ export namespace Prisma {
334259
334276
  usersOnline?: integrationProjectUserStatusUpdateManyWithoutProjectNestedInput
334260
334277
  MapElementTemplate?: MapElementTemplateUpdateManyWithoutProjectsNestedInput
334261
334278
  MapElement?: MapElementUpdateManyWithoutProjectNestedInput
334262
- ConduitTemplate?: ConduitTemplateUpdateOneWithoutProjectsNestedInput
334279
+ ConduitTemplate?: ConduitTemplateUpdateManyWithoutProjectsNestedInput
334263
334280
  }
334264
334281
 
334265
334282
  export type ProjectUncheckedUpdateWithoutCableTemplateInput = {
@@ -334277,7 +334294,6 @@ export namespace Prisma {
334277
334294
  deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
334278
334295
  mainProjectId?: StringFieldUpdateOperationsInput | string
334279
334296
  userId?: NullableStringFieldUpdateOperationsInput | string | null
334280
- conduitTemplateId?: NullableStringFieldUpdateOperationsInput | string | null
334281
334297
  types?: ProjectTypeUncheckedUpdateManyWithoutProjectsNestedInput
334282
334298
  DispatchProject?: DispatchProjectUncheckedUpdateManyWithoutProjectNestedInput
334283
334299
  projectWorkflow?: ProjectWorkFlowUncheckedUpdateManyWithoutProjectNestedInput
@@ -334316,6 +334332,7 @@ export namespace Prisma {
334316
334332
  usersOnline?: integrationProjectUserStatusUncheckedUpdateManyWithoutProjectNestedInput
334317
334333
  MapElementTemplate?: MapElementTemplateUncheckedUpdateManyWithoutProjectsNestedInput
334318
334334
  MapElement?: MapElementUncheckedUpdateManyWithoutProjectNestedInput
334335
+ ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutProjectsNestedInput
334319
334336
  }
334320
334337
 
334321
334338
  export type ProjectUncheckedUpdateManyWithoutCableTemplateInput = {
@@ -334333,7 +334350,6 @@ export namespace Prisma {
334333
334350
  deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
334334
334351
  mainProjectId?: StringFieldUpdateOperationsInput | string
334335
334352
  userId?: NullableStringFieldUpdateOperationsInput | string | null
334336
- conduitTemplateId?: NullableStringFieldUpdateOperationsInput | string | null
334337
334353
  }
334338
334354
 
334339
334355
  export type CableAttributesUpdateWithoutCableTemplateInput = {
@@ -335005,23 +335021,6 @@ export namespace Prisma {
335005
335021
  clusterId?: NullableStringFieldUpdateOperationsInput | string | null
335006
335022
  }
335007
335023
 
335008
- export type ProjectCreateManyConduitTemplateInput = {
335009
- id?: string
335010
- no?: number
335011
- name: string
335012
- logo?: string | null
335013
- status?: string
335014
- countries?: NullableJsonNullValueInput | InputJsonValue
335015
- auditMatrices?: NullableJsonNullValueInput | InputJsonValue
335016
- projectPhase?: string | null
335017
- createdAt?: Date | string
335018
- updatedAt?: Date | string
335019
- activatedAt?: Date | string | null
335020
- deletedAt?: Date | string | null
335021
- mainProjectId: string
335022
- userId?: string | null
335023
- }
335024
-
335025
335024
  export type ConduitCreateManyTemplateInput = {
335026
335025
  id?: string
335027
335026
  no?: number
@@ -335714,7 +335713,7 @@ export namespace Prisma {
335714
335713
  usersOnline?: integrationProjectUserStatusUpdateManyWithoutProjectNestedInput
335715
335714
  MapElementTemplate?: MapElementTemplateUpdateManyWithoutProjectsNestedInput
335716
335715
  MapElement?: MapElementUpdateManyWithoutProjectNestedInput
335717
- ConduitTemplate?: ConduitTemplateUpdateOneWithoutProjectsNestedInput
335716
+ ConduitTemplate?: ConduitTemplateUpdateManyWithoutProjectsNestedInput
335718
335717
  }
335719
335718
 
335720
335719
  export type ProjectUncheckedUpdateWithoutPboFatTemplatesInput = {
@@ -335732,7 +335731,6 @@ export namespace Prisma {
335732
335731
  deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
335733
335732
  mainProjectId?: StringFieldUpdateOperationsInput | string
335734
335733
  userId?: NullableStringFieldUpdateOperationsInput | string | null
335735
- conduitTemplateId?: NullableStringFieldUpdateOperationsInput | string | null
335736
335734
  types?: ProjectTypeUncheckedUpdateManyWithoutProjectsNestedInput
335737
335735
  DispatchProject?: DispatchProjectUncheckedUpdateManyWithoutProjectNestedInput
335738
335736
  projectWorkflow?: ProjectWorkFlowUncheckedUpdateManyWithoutProjectNestedInput
@@ -335771,6 +335769,7 @@ export namespace Prisma {
335771
335769
  usersOnline?: integrationProjectUserStatusUncheckedUpdateManyWithoutProjectNestedInput
335772
335770
  MapElementTemplate?: MapElementTemplateUncheckedUpdateManyWithoutProjectsNestedInput
335773
335771
  MapElement?: MapElementUncheckedUpdateManyWithoutProjectNestedInput
335772
+ ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutProjectsNestedInput
335774
335773
  }
335775
335774
 
335776
335775
  export type ProjectUncheckedUpdateManyWithoutPboFatTemplatesInput = {
@@ -335788,7 +335787,6 @@ export namespace Prisma {
335788
335787
  deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
335789
335788
  mainProjectId?: StringFieldUpdateOperationsInput | string
335790
335789
  userId?: NullableStringFieldUpdateOperationsInput | string | null
335791
- conduitTemplateId?: NullableStringFieldUpdateOperationsInput | string | null
335792
335790
  }
335793
335791
 
335794
335792
  export type PboFatAttributesUpdateWithoutPboFatTemplateInput = {
@@ -337835,7 +337833,7 @@ export namespace Prisma {
337835
337833
  usersOnline?: integrationProjectUserStatusUpdateManyWithoutProjectNestedInput
337836
337834
  MapElementTemplate?: MapElementTemplateUpdateManyWithoutProjectsNestedInput
337837
337835
  MapElement?: MapElementUpdateManyWithoutProjectNestedInput
337838
- ConduitTemplate?: ConduitTemplateUpdateOneWithoutProjectsNestedInput
337836
+ ConduitTemplate?: ConduitTemplateUpdateManyWithoutProjectsNestedInput
337839
337837
  }
337840
337838
 
337841
337839
  export type ProjectUncheckedUpdateWithoutSpliceClosureTemplateInput = {
@@ -337853,7 +337851,6 @@ export namespace Prisma {
337853
337851
  deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
337854
337852
  mainProjectId?: StringFieldUpdateOperationsInput | string
337855
337853
  userId?: NullableStringFieldUpdateOperationsInput | string | null
337856
- conduitTemplateId?: NullableStringFieldUpdateOperationsInput | string | null
337857
337854
  types?: ProjectTypeUncheckedUpdateManyWithoutProjectsNestedInput
337858
337855
  DispatchProject?: DispatchProjectUncheckedUpdateManyWithoutProjectNestedInput
337859
337856
  projectWorkflow?: ProjectWorkFlowUncheckedUpdateManyWithoutProjectNestedInput
@@ -337892,6 +337889,7 @@ export namespace Prisma {
337892
337889
  usersOnline?: integrationProjectUserStatusUncheckedUpdateManyWithoutProjectNestedInput
337893
337890
  MapElementTemplate?: MapElementTemplateUncheckedUpdateManyWithoutProjectsNestedInput
337894
337891
  MapElement?: MapElementUncheckedUpdateManyWithoutProjectNestedInput
337892
+ ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutProjectsNestedInput
337895
337893
  }
337896
337894
 
337897
337895
  export type ProjectUncheckedUpdateManyWithoutSpliceClosureTemplateInput = {
@@ -337909,7 +337907,6 @@ export namespace Prisma {
337909
337907
  deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
337910
337908
  mainProjectId?: StringFieldUpdateOperationsInput | string
337911
337909
  userId?: NullableStringFieldUpdateOperationsInput | string | null
337912
- conduitTemplateId?: NullableStringFieldUpdateOperationsInput | string | null
337913
337910
  }
337914
337911
 
337915
337912
  export type SpliceClosureAttributesUpdateWithoutSpliceClosureTemplateInput = {
@@ -338403,7 +338400,7 @@ export namespace Prisma {
338403
338400
  usersOnline?: integrationProjectUserStatusUpdateManyWithoutProjectNestedInput
338404
338401
  MapElementTemplate?: MapElementTemplateUpdateManyWithoutProjectsNestedInput
338405
338402
  MapElement?: MapElementUpdateManyWithoutProjectNestedInput
338406
- ConduitTemplate?: ConduitTemplateUpdateOneWithoutProjectsNestedInput
338403
+ ConduitTemplate?: ConduitTemplateUpdateManyWithoutProjectsNestedInput
338407
338404
  }
338408
338405
 
338409
338406
  export type ProjectUncheckedUpdateWithoutZoneNroTemplateInput = {
@@ -338421,7 +338418,6 @@ export namespace Prisma {
338421
338418
  deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
338422
338419
  mainProjectId?: StringFieldUpdateOperationsInput | string
338423
338420
  userId?: NullableStringFieldUpdateOperationsInput | string | null
338424
- conduitTemplateId?: NullableStringFieldUpdateOperationsInput | string | null
338425
338421
  types?: ProjectTypeUncheckedUpdateManyWithoutProjectsNestedInput
338426
338422
  DispatchProject?: DispatchProjectUncheckedUpdateManyWithoutProjectNestedInput
338427
338423
  projectWorkflow?: ProjectWorkFlowUncheckedUpdateManyWithoutProjectNestedInput
@@ -338460,6 +338456,7 @@ export namespace Prisma {
338460
338456
  usersOnline?: integrationProjectUserStatusUncheckedUpdateManyWithoutProjectNestedInput
338461
338457
  MapElementTemplate?: MapElementTemplateUncheckedUpdateManyWithoutProjectsNestedInput
338462
338458
  MapElement?: MapElementUncheckedUpdateManyWithoutProjectNestedInput
338459
+ ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutProjectsNestedInput
338463
338460
  }
338464
338461
 
338465
338462
  export type ProjectUncheckedUpdateManyWithoutZoneNroTemplateInput = {
@@ -338477,7 +338474,6 @@ export namespace Prisma {
338477
338474
  deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
338478
338475
  mainProjectId?: StringFieldUpdateOperationsInput | string
338479
338476
  userId?: NullableStringFieldUpdateOperationsInput | string | null
338480
- conduitTemplateId?: NullableStringFieldUpdateOperationsInput | string | null
338481
338477
  }
338482
338478
 
338483
338479
  export type qrCodeTemplateUpdateWithoutZoneNroTemplateInput = {
@@ -338983,7 +338979,7 @@ export namespace Prisma {
338983
338979
  usersOnline?: integrationProjectUserStatusUpdateManyWithoutProjectNestedInput
338984
338980
  MapElementTemplate?: MapElementTemplateUpdateManyWithoutProjectsNestedInput
338985
338981
  MapElement?: MapElementUpdateManyWithoutProjectNestedInput
338986
- ConduitTemplate?: ConduitTemplateUpdateOneWithoutProjectsNestedInput
338982
+ ConduitTemplate?: ConduitTemplateUpdateManyWithoutProjectsNestedInput
338987
338983
  }
338988
338984
 
338989
338985
  export type ProjectUncheckedUpdateWithoutPoleTemplateInput = {
@@ -339001,7 +338997,6 @@ export namespace Prisma {
339001
338997
  deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
339002
338998
  mainProjectId?: StringFieldUpdateOperationsInput | string
339003
338999
  userId?: NullableStringFieldUpdateOperationsInput | string | null
339004
- conduitTemplateId?: NullableStringFieldUpdateOperationsInput | string | null
339005
339000
  types?: ProjectTypeUncheckedUpdateManyWithoutProjectsNestedInput
339006
339001
  DispatchProject?: DispatchProjectUncheckedUpdateManyWithoutProjectNestedInput
339007
339002
  projectWorkflow?: ProjectWorkFlowUncheckedUpdateManyWithoutProjectNestedInput
@@ -339040,6 +339035,7 @@ export namespace Prisma {
339040
339035
  usersOnline?: integrationProjectUserStatusUncheckedUpdateManyWithoutProjectNestedInput
339041
339036
  MapElementTemplate?: MapElementTemplateUncheckedUpdateManyWithoutProjectsNestedInput
339042
339037
  MapElement?: MapElementUncheckedUpdateManyWithoutProjectNestedInput
339038
+ ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutProjectsNestedInput
339043
339039
  }
339044
339040
 
339045
339041
  export type ProjectUncheckedUpdateManyWithoutPoleTemplateInput = {
@@ -339057,7 +339053,6 @@ export namespace Prisma {
339057
339053
  deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
339058
339054
  mainProjectId?: StringFieldUpdateOperationsInput | string
339059
339055
  userId?: NullableStringFieldUpdateOperationsInput | string | null
339060
- conduitTemplateId?: NullableStringFieldUpdateOperationsInput | string | null
339061
339056
  }
339062
339057
 
339063
339058
  export type qrCodeTemplateUpdateWithoutPoleTemplateInput = {
@@ -339605,7 +339600,7 @@ export namespace Prisma {
339605
339600
  usersOnline?: integrationProjectUserStatusUpdateManyWithoutProjectNestedInput
339606
339601
  MapElementTemplate?: MapElementTemplateUpdateManyWithoutProjectsNestedInput
339607
339602
  MapElement?: MapElementUpdateManyWithoutProjectNestedInput
339608
- ConduitTemplate?: ConduitTemplateUpdateOneWithoutProjectsNestedInput
339603
+ ConduitTemplate?: ConduitTemplateUpdateManyWithoutProjectsNestedInput
339609
339604
  }
339610
339605
 
339611
339606
  export type ProjectUncheckedUpdateWithoutManholeTemplateInput = {
@@ -339623,7 +339618,6 @@ export namespace Prisma {
339623
339618
  deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
339624
339619
  mainProjectId?: StringFieldUpdateOperationsInput | string
339625
339620
  userId?: NullableStringFieldUpdateOperationsInput | string | null
339626
- conduitTemplateId?: NullableStringFieldUpdateOperationsInput | string | null
339627
339621
  types?: ProjectTypeUncheckedUpdateManyWithoutProjectsNestedInput
339628
339622
  DispatchProject?: DispatchProjectUncheckedUpdateManyWithoutProjectNestedInput
339629
339623
  projectWorkflow?: ProjectWorkFlowUncheckedUpdateManyWithoutProjectNestedInput
@@ -339662,6 +339656,7 @@ export namespace Prisma {
339662
339656
  usersOnline?: integrationProjectUserStatusUncheckedUpdateManyWithoutProjectNestedInput
339663
339657
  MapElementTemplate?: MapElementTemplateUncheckedUpdateManyWithoutProjectsNestedInput
339664
339658
  MapElement?: MapElementUncheckedUpdateManyWithoutProjectNestedInput
339659
+ ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutProjectsNestedInput
339665
339660
  }
339666
339661
 
339667
339662
  export type ProjectUncheckedUpdateManyWithoutManholeTemplateInput = {
@@ -339679,7 +339674,6 @@ export namespace Prisma {
339679
339674
  deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
339680
339675
  mainProjectId?: StringFieldUpdateOperationsInput | string
339681
339676
  userId?: NullableStringFieldUpdateOperationsInput | string | null
339682
- conduitTemplateId?: NullableStringFieldUpdateOperationsInput | string | null
339683
339677
  }
339684
339678
 
339685
339679
  export type qrCodeTemplateUpdateWithoutManholeTemplateInput = {
@@ -340219,7 +340213,7 @@ export namespace Prisma {
340219
340213
  usersOnline?: integrationProjectUserStatusUpdateManyWithoutProjectNestedInput
340220
340214
  MapElementTemplate?: MapElementTemplateUpdateManyWithoutProjectsNestedInput
340221
340215
  MapElement?: MapElementUpdateManyWithoutProjectNestedInput
340222
- ConduitTemplate?: ConduitTemplateUpdateOneWithoutProjectsNestedInput
340216
+ ConduitTemplate?: ConduitTemplateUpdateManyWithoutProjectsNestedInput
340223
340217
  }
340224
340218
 
340225
340219
  export type ProjectUncheckedUpdateWithoutLoopTemplateInput = {
@@ -340237,7 +340231,6 @@ export namespace Prisma {
340237
340231
  deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
340238
340232
  mainProjectId?: StringFieldUpdateOperationsInput | string
340239
340233
  userId?: NullableStringFieldUpdateOperationsInput | string | null
340240
- conduitTemplateId?: NullableStringFieldUpdateOperationsInput | string | null
340241
340234
  types?: ProjectTypeUncheckedUpdateManyWithoutProjectsNestedInput
340242
340235
  DispatchProject?: DispatchProjectUncheckedUpdateManyWithoutProjectNestedInput
340243
340236
  projectWorkflow?: ProjectWorkFlowUncheckedUpdateManyWithoutProjectNestedInput
@@ -340276,6 +340269,7 @@ export namespace Prisma {
340276
340269
  usersOnline?: integrationProjectUserStatusUncheckedUpdateManyWithoutProjectNestedInput
340277
340270
  MapElementTemplate?: MapElementTemplateUncheckedUpdateManyWithoutProjectsNestedInput
340278
340271
  MapElement?: MapElementUncheckedUpdateManyWithoutProjectNestedInput
340272
+ ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutProjectsNestedInput
340279
340273
  }
340280
340274
 
340281
340275
  export type ProjectUncheckedUpdateManyWithoutLoopTemplateInput = {
@@ -340293,7 +340287,6 @@ export namespace Prisma {
340293
340287
  deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
340294
340288
  mainProjectId?: StringFieldUpdateOperationsInput | string
340295
340289
  userId?: NullableStringFieldUpdateOperationsInput | string | null
340296
- conduitTemplateId?: NullableStringFieldUpdateOperationsInput | string | null
340297
340290
  }
340298
340291
 
340299
340292
  export type qrCodeTemplateUpdateWithoutLoopTemplateInput = {
@@ -341066,7 +341059,7 @@ export namespace Prisma {
341066
341059
  usersOnline?: integrationProjectUserStatusUpdateManyWithoutProjectNestedInput
341067
341060
  MapElementTemplate?: MapElementTemplateUpdateManyWithoutProjectsNestedInput
341068
341061
  MapElement?: MapElementUpdateManyWithoutProjectNestedInput
341069
- ConduitTemplate?: ConduitTemplateUpdateOneWithoutProjectsNestedInput
341062
+ ConduitTemplate?: ConduitTemplateUpdateManyWithoutProjectsNestedInput
341070
341063
  }
341071
341064
 
341072
341065
  export type ProjectUncheckedUpdateWithoutFDTSROTemplateInput = {
@@ -341084,7 +341077,6 @@ export namespace Prisma {
341084
341077
  deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
341085
341078
  mainProjectId?: StringFieldUpdateOperationsInput | string
341086
341079
  userId?: NullableStringFieldUpdateOperationsInput | string | null
341087
- conduitTemplateId?: NullableStringFieldUpdateOperationsInput | string | null
341088
341080
  types?: ProjectTypeUncheckedUpdateManyWithoutProjectsNestedInput
341089
341081
  DispatchProject?: DispatchProjectUncheckedUpdateManyWithoutProjectNestedInput
341090
341082
  projectWorkflow?: ProjectWorkFlowUncheckedUpdateManyWithoutProjectNestedInput
@@ -341123,6 +341115,7 @@ export namespace Prisma {
341123
341115
  usersOnline?: integrationProjectUserStatusUncheckedUpdateManyWithoutProjectNestedInput
341124
341116
  MapElementTemplate?: MapElementTemplateUncheckedUpdateManyWithoutProjectsNestedInput
341125
341117
  MapElement?: MapElementUncheckedUpdateManyWithoutProjectNestedInput
341118
+ ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutProjectsNestedInput
341126
341119
  }
341127
341120
 
341128
341121
  export type ProjectUncheckedUpdateManyWithoutFDTSROTemplateInput = {
@@ -341140,7 +341133,6 @@ export namespace Prisma {
341140
341133
  deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
341141
341134
  mainProjectId?: StringFieldUpdateOperationsInput | string
341142
341135
  userId?: NullableStringFieldUpdateOperationsInput | string | null
341143
- conduitTemplateId?: NullableStringFieldUpdateOperationsInput | string | null
341144
341136
  }
341145
341137
 
341146
341138
  export type qrCodeTemplateUpdateWithoutFdtsroTemplateInput = {
@@ -341840,7 +341832,7 @@ export namespace Prisma {
341840
341832
  usersOnline?: integrationProjectUserStatusUpdateManyWithoutProjectNestedInput
341841
341833
  MapElementTemplate?: MapElementTemplateUpdateManyWithoutProjectsNestedInput
341842
341834
  MapElement?: MapElementUpdateManyWithoutProjectNestedInput
341843
- ConduitTemplate?: ConduitTemplateUpdateOneWithoutProjectsNestedInput
341835
+ ConduitTemplate?: ConduitTemplateUpdateManyWithoutProjectsNestedInput
341844
341836
  }
341845
341837
 
341846
341838
  export type ProjectUncheckedUpdateWithoutSFUTemplateInput = {
@@ -341858,7 +341850,6 @@ export namespace Prisma {
341858
341850
  deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
341859
341851
  mainProjectId?: StringFieldUpdateOperationsInput | string
341860
341852
  userId?: NullableStringFieldUpdateOperationsInput | string | null
341861
- conduitTemplateId?: NullableStringFieldUpdateOperationsInput | string | null
341862
341853
  types?: ProjectTypeUncheckedUpdateManyWithoutProjectsNestedInput
341863
341854
  DispatchProject?: DispatchProjectUncheckedUpdateManyWithoutProjectNestedInput
341864
341855
  projectWorkflow?: ProjectWorkFlowUncheckedUpdateManyWithoutProjectNestedInput
@@ -341897,6 +341888,7 @@ export namespace Prisma {
341897
341888
  usersOnline?: integrationProjectUserStatusUncheckedUpdateManyWithoutProjectNestedInput
341898
341889
  MapElementTemplate?: MapElementTemplateUncheckedUpdateManyWithoutProjectsNestedInput
341899
341890
  MapElement?: MapElementUncheckedUpdateManyWithoutProjectNestedInput
341891
+ ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutProjectsNestedInput
341900
341892
  }
341901
341893
 
341902
341894
  export type ProjectUncheckedUpdateManyWithoutSFUTemplateInput = {
@@ -341914,7 +341906,6 @@ export namespace Prisma {
341914
341906
  deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
341915
341907
  mainProjectId?: StringFieldUpdateOperationsInput | string
341916
341908
  userId?: NullableStringFieldUpdateOperationsInput | string | null
341917
- conduitTemplateId?: NullableStringFieldUpdateOperationsInput | string | null
341918
341909
  }
341919
341910
 
341920
341911
  export type qrCodeTemplateUpdateWithoutSfuTemplateInput = {
@@ -342758,7 +342749,7 @@ export namespace Prisma {
342758
342749
  usersOnline?: integrationProjectUserStatusUpdateManyWithoutProjectNestedInput
342759
342750
  MapElementTemplate?: MapElementTemplateUpdateManyWithoutProjectsNestedInput
342760
342751
  MapElement?: MapElementUpdateManyWithoutProjectNestedInput
342761
- ConduitTemplate?: ConduitTemplateUpdateOneWithoutProjectsNestedInput
342752
+ ConduitTemplate?: ConduitTemplateUpdateManyWithoutProjectsNestedInput
342762
342753
  }
342763
342754
 
342764
342755
  export type ProjectUncheckedUpdateWithoutBuildingTemplateInput = {
@@ -342776,7 +342767,6 @@ export namespace Prisma {
342776
342767
  deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
342777
342768
  mainProjectId?: StringFieldUpdateOperationsInput | string
342778
342769
  userId?: NullableStringFieldUpdateOperationsInput | string | null
342779
- conduitTemplateId?: NullableStringFieldUpdateOperationsInput | string | null
342780
342770
  types?: ProjectTypeUncheckedUpdateManyWithoutProjectsNestedInput
342781
342771
  DispatchProject?: DispatchProjectUncheckedUpdateManyWithoutProjectNestedInput
342782
342772
  projectWorkflow?: ProjectWorkFlowUncheckedUpdateManyWithoutProjectNestedInput
@@ -342815,6 +342805,7 @@ export namespace Prisma {
342815
342805
  usersOnline?: integrationProjectUserStatusUncheckedUpdateManyWithoutProjectNestedInput
342816
342806
  MapElementTemplate?: MapElementTemplateUncheckedUpdateManyWithoutProjectsNestedInput
342817
342807
  MapElement?: MapElementUncheckedUpdateManyWithoutProjectNestedInput
342808
+ ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutProjectsNestedInput
342818
342809
  }
342819
342810
 
342820
342811
  export type ProjectUncheckedUpdateManyWithoutBuildingTemplateInput = {
@@ -342832,7 +342823,6 @@ export namespace Prisma {
342832
342823
  deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
342833
342824
  mainProjectId?: StringFieldUpdateOperationsInput | string
342834
342825
  userId?: NullableStringFieldUpdateOperationsInput | string | null
342835
- conduitTemplateId?: NullableStringFieldUpdateOperationsInput | string | null
342836
342826
  }
342837
342827
 
342838
342828
  export type qrCodeTemplateUpdateWithoutBuildingTemplateInput = {
@@ -343170,7 +343160,7 @@ export namespace Prisma {
343170
343160
  BuildingTemplate?: BuildingTemplateUpdateManyWithoutProjectsNestedInput
343171
343161
  usersOnline?: integrationProjectUserStatusUpdateManyWithoutProjectNestedInput
343172
343162
  MapElement?: MapElementUpdateManyWithoutProjectNestedInput
343173
- ConduitTemplate?: ConduitTemplateUpdateOneWithoutProjectsNestedInput
343163
+ ConduitTemplate?: ConduitTemplateUpdateManyWithoutProjectsNestedInput
343174
343164
  }
343175
343165
 
343176
343166
  export type ProjectUncheckedUpdateWithoutMapElementTemplateInput = {
@@ -343188,7 +343178,6 @@ export namespace Prisma {
343188
343178
  deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
343189
343179
  mainProjectId?: StringFieldUpdateOperationsInput | string
343190
343180
  userId?: NullableStringFieldUpdateOperationsInput | string | null
343191
- conduitTemplateId?: NullableStringFieldUpdateOperationsInput | string | null
343192
343181
  types?: ProjectTypeUncheckedUpdateManyWithoutProjectsNestedInput
343193
343182
  DispatchProject?: DispatchProjectUncheckedUpdateManyWithoutProjectNestedInput
343194
343183
  projectWorkflow?: ProjectWorkFlowUncheckedUpdateManyWithoutProjectNestedInput
@@ -343227,6 +343216,7 @@ export namespace Prisma {
343227
343216
  BuildingTemplate?: BuildingTemplateUncheckedUpdateManyWithoutProjectsNestedInput
343228
343217
  usersOnline?: integrationProjectUserStatusUncheckedUpdateManyWithoutProjectNestedInput
343229
343218
  MapElement?: MapElementUncheckedUpdateManyWithoutProjectNestedInput
343219
+ ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutProjectsNestedInput
343230
343220
  }
343231
343221
 
343232
343222
  export type ProjectUncheckedUpdateManyWithoutMapElementTemplateInput = {
@@ -343244,7 +343234,6 @@ export namespace Prisma {
343244
343234
  deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
343245
343235
  mainProjectId?: StringFieldUpdateOperationsInput | string
343246
343236
  userId?: NullableStringFieldUpdateOperationsInput | string | null
343247
- conduitTemplateId?: NullableStringFieldUpdateOperationsInput | string | null
343248
343237
  }
343249
343238
 
343250
343239
  export type qrCodeTemplateUpdateWithoutMapElementTemplateInput = {