efiber-prisma-schema 2.1.0 → 2.1.2

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.
@@ -97111,13 +97111,11 @@ export namespace Prisma {
97111
97111
 
97112
97112
  export type ConduitAvgAggregateOutputType = {
97113
97113
  no: number | null
97114
- trenchDepth: number | null
97115
97114
  conduitLength: number | null
97116
97115
  }
97117
97116
 
97118
97117
  export type ConduitSumAggregateOutputType = {
97119
97118
  no: number | null
97120
- trenchDepth: number | null
97121
97119
  conduitLength: number | null
97122
97120
  }
97123
97121
 
@@ -97138,7 +97136,7 @@ export namespace Prisma {
97138
97136
  address: string | null
97139
97137
  deploymentPhase: string | null
97140
97138
  trenchConfiguration: string | null
97141
- trenchDepth: number | null
97139
+ trenchDepth: string | null
97142
97140
  backfillMaterial: string | null
97143
97141
  reinforcementMaterial: string | null
97144
97142
  specialCharacteristics: string | null
@@ -97176,7 +97174,7 @@ export namespace Prisma {
97176
97174
  address: string | null
97177
97175
  deploymentPhase: string | null
97178
97176
  trenchConfiguration: string | null
97179
- trenchDepth: number | null
97177
+ trenchDepth: string | null
97180
97178
  backfillMaterial: string | null
97181
97179
  reinforcementMaterial: string | null
97182
97180
  specialCharacteristics: string | null
@@ -97247,13 +97245,11 @@ export namespace Prisma {
97247
97245
 
97248
97246
  export type ConduitAvgAggregateInputType = {
97249
97247
  no?: true
97250
- trenchDepth?: true
97251
97248
  conduitLength?: true
97252
97249
  }
97253
97250
 
97254
97251
  export type ConduitSumAggregateInputType = {
97255
97252
  no?: true
97256
- trenchDepth?: true
97257
97253
  conduitLength?: true
97258
97254
  }
97259
97255
 
@@ -97491,7 +97487,7 @@ export namespace Prisma {
97491
97487
  address: string | null
97492
97488
  deploymentPhase: string | null
97493
97489
  trenchConfiguration: string | null
97494
- trenchDepth: number | null
97490
+ trenchDepth: string | null
97495
97491
  backfillMaterial: string | null
97496
97492
  reinforcementMaterial: string | null
97497
97493
  specialCharacteristics: string | null
@@ -97802,7 +97798,7 @@ export namespace Prisma {
97802
97798
  address: string | null
97803
97799
  deploymentPhase: string | null
97804
97800
  trenchConfiguration: string | null
97805
- trenchDepth: number | null
97801
+ trenchDepth: string | null
97806
97802
  backfillMaterial: string | null
97807
97803
  reinforcementMaterial: string | null
97808
97804
  specialCharacteristics: string | null
@@ -98276,7 +98272,7 @@ export namespace Prisma {
98276
98272
  readonly address: FieldRef<"Conduit", 'String'>
98277
98273
  readonly deploymentPhase: FieldRef<"Conduit", 'String'>
98278
98274
  readonly trenchConfiguration: FieldRef<"Conduit", 'String'>
98279
- readonly trenchDepth: FieldRef<"Conduit", 'Float'>
98275
+ readonly trenchDepth: FieldRef<"Conduit", 'String'>
98280
98276
  readonly backfillMaterial: FieldRef<"Conduit", 'String'>
98281
98277
  readonly reinforcementMaterial: FieldRef<"Conduit", 'String'>
98282
98278
  readonly specialCharacteristics: FieldRef<"Conduit", 'String'>
@@ -117339,17 +117335,11 @@ export namespace Prisma {
117339
117335
  export type PoleAvgAggregateOutputType = {
117340
117336
  no: number | null
117341
117337
  templateIndex: number | null
117342
- height: number | null
117343
- topDiameter: number | null
117344
- bottomDiameter: number | null
117345
117338
  }
117346
117339
 
117347
117340
  export type PoleSumAggregateOutputType = {
117348
117341
  no: number | null
117349
117342
  templateIndex: number | null
117350
- height: number | null
117351
- topDiameter: number | null
117352
- bottomDiameter: number | null
117353
117343
  }
117354
117344
 
117355
117345
  export type PoleMinAggregateOutputType = {
@@ -117365,9 +117355,9 @@ export namespace Prisma {
117365
117355
  installationDate: Date | null
117366
117356
  address: string | null
117367
117357
  material: string | null
117368
- height: number | null
117369
- topDiameter: number | null
117370
- bottomDiameter: number | null
117358
+ height: string | null
117359
+ topDiameter: string | null
117360
+ bottomDiameter: string | null
117371
117361
  downGuy: boolean | null
117372
117362
  brand: string | null
117373
117363
  brandDescription: string | null
@@ -117400,9 +117390,9 @@ export namespace Prisma {
117400
117390
  installationDate: Date | null
117401
117391
  address: string | null
117402
117392
  material: string | null
117403
- height: number | null
117404
- topDiameter: number | null
117405
- bottomDiameter: number | null
117393
+ height: string | null
117394
+ topDiameter: string | null
117395
+ bottomDiameter: string | null
117406
117396
  downGuy: boolean | null
117407
117397
  brand: string | null
117408
117398
  brandDescription: string | null
@@ -117470,17 +117460,11 @@ export namespace Prisma {
117470
117460
  export type PoleAvgAggregateInputType = {
117471
117461
  no?: true
117472
117462
  templateIndex?: true
117473
- height?: true
117474
- topDiameter?: true
117475
- bottomDiameter?: true
117476
117463
  }
117477
117464
 
117478
117465
  export type PoleSumAggregateInputType = {
117479
117466
  no?: true
117480
117467
  templateIndex?: true
117481
- height?: true
117482
- topDiameter?: true
117483
- bottomDiameter?: true
117484
117468
  }
117485
117469
 
117486
117470
  export type PoleMinAggregateInputType = {
@@ -117704,9 +117688,9 @@ export namespace Prisma {
117704
117688
  installationDate: Date | null
117705
117689
  address: string | null
117706
117690
  material: string | null
117707
- height: number | null
117708
- topDiameter: number | null
117709
- bottomDiameter: number | null
117691
+ height: string | null
117692
+ topDiameter: string | null
117693
+ bottomDiameter: string | null
117710
117694
  downGuy: boolean
117711
117695
  brand: string | null
117712
117696
  brandDescription: string | null
@@ -118007,9 +117991,9 @@ export namespace Prisma {
118007
117991
  installationDate: Date | null
118008
117992
  address: string | null
118009
117993
  material: string | null
118010
- height: number | null
118011
- topDiameter: number | null
118012
- bottomDiameter: number | null
117994
+ height: string | null
117995
+ topDiameter: string | null
117996
+ bottomDiameter: string | null
118013
117997
  downGuy: boolean
118014
117998
  brand: string | null
118015
117999
  brandDescription: string | null
@@ -118479,9 +118463,9 @@ export namespace Prisma {
118479
118463
  readonly installationDate: FieldRef<"Pole", 'DateTime'>
118480
118464
  readonly address: FieldRef<"Pole", 'String'>
118481
118465
  readonly material: FieldRef<"Pole", 'String'>
118482
- readonly height: FieldRef<"Pole", 'Float'>
118483
- readonly topDiameter: FieldRef<"Pole", 'Float'>
118484
- readonly bottomDiameter: FieldRef<"Pole", 'Float'>
118466
+ readonly height: FieldRef<"Pole", 'String'>
118467
+ readonly topDiameter: FieldRef<"Pole", 'String'>
118468
+ readonly bottomDiameter: FieldRef<"Pole", 'String'>
118485
118469
  readonly downGuy: FieldRef<"Pole", 'Boolean'>
118486
118470
  readonly brand: FieldRef<"Pole", 'String'>
118487
118471
  readonly brandDescription: FieldRef<"Pole", 'String'>
@@ -169086,6 +169070,7 @@ export namespace Prisma {
169086
169070
 
169087
169071
  export type WorkOrderWhereUniqueInput = Prisma.AtLeast<{
169088
169072
  id?: string
169073
+ mainId_projectId?: WorkOrderMainIdProjectIdCompoundUniqueInput
169089
169074
  AND?: WorkOrderWhereInput | WorkOrderWhereInput[]
169090
169075
  OR?: WorkOrderWhereInput[]
169091
169076
  NOT?: WorkOrderWhereInput | WorkOrderWhereInput[]
@@ -169132,7 +169117,7 @@ export namespace Prisma {
169132
169117
  Building?: XOR<BuildingNullableScalarRelationFilter, BuildingWhereInput> | null
169133
169118
  WorkOrderPauses?: WorkOrderPausesListRelationFilter
169134
169119
  WorkOrderComments?: WorkOrderCommentsListRelationFilter
169135
- }, "id" | "id">
169120
+ }, "id" | "id" | "mainId_projectId">
169136
169121
 
169137
169122
  export type WorkOrderOrderByWithAggregationInput = {
169138
169123
  id?: SortOrder
@@ -172547,7 +172532,7 @@ export namespace Prisma {
172547
172532
  address?: StringNullableFilter<"Conduit"> | string | null
172548
172533
  deploymentPhase?: StringNullableFilter<"Conduit"> | string | null
172549
172534
  trenchConfiguration?: StringNullableFilter<"Conduit"> | string | null
172550
- trenchDepth?: FloatNullableFilter<"Conduit"> | number | null
172535
+ trenchDepth?: StringNullableFilter<"Conduit"> | string | null
172551
172536
  backfillMaterial?: StringNullableFilter<"Conduit"> | string | null
172552
172537
  reinforcementMaterial?: StringNullableFilter<"Conduit"> | string | null
172553
172538
  specialCharacteristics?: StringNullableFilter<"Conduit"> | string | null
@@ -172658,7 +172643,7 @@ export namespace Prisma {
172658
172643
  address?: StringNullableFilter<"Conduit"> | string | null
172659
172644
  deploymentPhase?: StringNullableFilter<"Conduit"> | string | null
172660
172645
  trenchConfiguration?: StringNullableFilter<"Conduit"> | string | null
172661
- trenchDepth?: FloatNullableFilter<"Conduit"> | number | null
172646
+ trenchDepth?: StringNullableFilter<"Conduit"> | string | null
172662
172647
  backfillMaterial?: StringNullableFilter<"Conduit"> | string | null
172663
172648
  reinforcementMaterial?: StringNullableFilter<"Conduit"> | string | null
172664
172649
  specialCharacteristics?: StringNullableFilter<"Conduit"> | string | null
@@ -172766,7 +172751,7 @@ export namespace Prisma {
172766
172751
  address?: StringNullableWithAggregatesFilter<"Conduit"> | string | null
172767
172752
  deploymentPhase?: StringNullableWithAggregatesFilter<"Conduit"> | string | null
172768
172753
  trenchConfiguration?: StringNullableWithAggregatesFilter<"Conduit"> | string | null
172769
- trenchDepth?: FloatNullableWithAggregatesFilter<"Conduit"> | number | null
172754
+ trenchDepth?: StringNullableWithAggregatesFilter<"Conduit"> | string | null
172770
172755
  backfillMaterial?: StringNullableWithAggregatesFilter<"Conduit"> | string | null
172771
172756
  reinforcementMaterial?: StringNullableWithAggregatesFilter<"Conduit"> | string | null
172772
172757
  specialCharacteristics?: StringNullableWithAggregatesFilter<"Conduit"> | string | null
@@ -174728,9 +174713,9 @@ export namespace Prisma {
174728
174713
  installationDate?: DateTimeNullableFilter<"Pole"> | Date | string | null
174729
174714
  address?: StringNullableFilter<"Pole"> | string | null
174730
174715
  material?: StringNullableFilter<"Pole"> | string | null
174731
- height?: FloatNullableFilter<"Pole"> | number | null
174732
- topDiameter?: FloatNullableFilter<"Pole"> | number | null
174733
- bottomDiameter?: FloatNullableFilter<"Pole"> | number | null
174716
+ height?: StringNullableFilter<"Pole"> | string | null
174717
+ topDiameter?: StringNullableFilter<"Pole"> | string | null
174718
+ bottomDiameter?: StringNullableFilter<"Pole"> | string | null
174734
174719
  downGuy?: BoolFilter<"Pole"> | boolean
174735
174720
  brand?: StringNullableFilter<"Pole"> | string | null
174736
174721
  brandDescription?: StringNullableFilter<"Pole"> | string | null
@@ -174835,9 +174820,9 @@ export namespace Prisma {
174835
174820
  installationDate?: DateTimeNullableFilter<"Pole"> | Date | string | null
174836
174821
  address?: StringNullableFilter<"Pole"> | string | null
174837
174822
  material?: StringNullableFilter<"Pole"> | string | null
174838
- height?: FloatNullableFilter<"Pole"> | number | null
174839
- topDiameter?: FloatNullableFilter<"Pole"> | number | null
174840
- bottomDiameter?: FloatNullableFilter<"Pole"> | number | null
174823
+ height?: StringNullableFilter<"Pole"> | string | null
174824
+ topDiameter?: StringNullableFilter<"Pole"> | string | null
174825
+ bottomDiameter?: StringNullableFilter<"Pole"> | string | null
174841
174826
  downGuy?: BoolFilter<"Pole"> | boolean
174842
174827
  brand?: StringNullableFilter<"Pole"> | string | null
174843
174828
  brandDescription?: StringNullableFilter<"Pole"> | string | null
@@ -174938,9 +174923,9 @@ export namespace Prisma {
174938
174923
  installationDate?: DateTimeNullableWithAggregatesFilter<"Pole"> | Date | string | null
174939
174924
  address?: StringNullableWithAggregatesFilter<"Pole"> | string | null
174940
174925
  material?: StringNullableWithAggregatesFilter<"Pole"> | string | null
174941
- height?: FloatNullableWithAggregatesFilter<"Pole"> | number | null
174942
- topDiameter?: FloatNullableWithAggregatesFilter<"Pole"> | number | null
174943
- bottomDiameter?: FloatNullableWithAggregatesFilter<"Pole"> | number | null
174926
+ height?: StringNullableWithAggregatesFilter<"Pole"> | string | null
174927
+ topDiameter?: StringNullableWithAggregatesFilter<"Pole"> | string | null
174928
+ bottomDiameter?: StringNullableWithAggregatesFilter<"Pole"> | string | null
174944
174929
  downGuy?: BoolWithAggregatesFilter<"Pole"> | boolean
174945
174930
  brand?: StringNullableWithAggregatesFilter<"Pole"> | string | null
174946
174931
  brandDescription?: StringNullableWithAggregatesFilter<"Pole"> | string | null
@@ -187104,7 +187089,7 @@ export namespace Prisma {
187104
187089
  address?: string | null
187105
187090
  deploymentPhase?: string | null
187106
187091
  trenchConfiguration?: string | null
187107
- trenchDepth?: number | null
187092
+ trenchDepth?: string | null
187108
187093
  backfillMaterial?: string | null
187109
187094
  reinforcementMaterial?: string | null
187110
187095
  specialCharacteristics?: string | null
@@ -187152,7 +187137,7 @@ export namespace Prisma {
187152
187137
  address?: string | null
187153
187138
  deploymentPhase?: string | null
187154
187139
  trenchConfiguration?: string | null
187155
- trenchDepth?: number | null
187140
+ trenchDepth?: string | null
187156
187141
  backfillMaterial?: string | null
187157
187142
  reinforcementMaterial?: string | null
187158
187143
  specialCharacteristics?: string | null
@@ -187200,7 +187185,7 @@ export namespace Prisma {
187200
187185
  address?: NullableStringFieldUpdateOperationsInput | string | null
187201
187186
  deploymentPhase?: NullableStringFieldUpdateOperationsInput | string | null
187202
187187
  trenchConfiguration?: NullableStringFieldUpdateOperationsInput | string | null
187203
- trenchDepth?: NullableFloatFieldUpdateOperationsInput | number | null
187188
+ trenchDepth?: NullableStringFieldUpdateOperationsInput | string | null
187204
187189
  backfillMaterial?: NullableStringFieldUpdateOperationsInput | string | null
187205
187190
  reinforcementMaterial?: NullableStringFieldUpdateOperationsInput | string | null
187206
187191
  specialCharacteristics?: NullableStringFieldUpdateOperationsInput | string | null
@@ -187248,7 +187233,7 @@ export namespace Prisma {
187248
187233
  address?: NullableStringFieldUpdateOperationsInput | string | null
187249
187234
  deploymentPhase?: NullableStringFieldUpdateOperationsInput | string | null
187250
187235
  trenchConfiguration?: NullableStringFieldUpdateOperationsInput | string | null
187251
- trenchDepth?: NullableFloatFieldUpdateOperationsInput | number | null
187236
+ trenchDepth?: NullableStringFieldUpdateOperationsInput | string | null
187252
187237
  backfillMaterial?: NullableStringFieldUpdateOperationsInput | string | null
187253
187238
  reinforcementMaterial?: NullableStringFieldUpdateOperationsInput | string | null
187254
187239
  specialCharacteristics?: NullableStringFieldUpdateOperationsInput | string | null
@@ -187296,7 +187281,7 @@ export namespace Prisma {
187296
187281
  address?: string | null
187297
187282
  deploymentPhase?: string | null
187298
187283
  trenchConfiguration?: string | null
187299
- trenchDepth?: number | null
187284
+ trenchDepth?: string | null
187300
187285
  backfillMaterial?: string | null
187301
187286
  reinforcementMaterial?: string | null
187302
187287
  specialCharacteristics?: string | null
@@ -187342,7 +187327,7 @@ export namespace Prisma {
187342
187327
  address?: NullableStringFieldUpdateOperationsInput | string | null
187343
187328
  deploymentPhase?: NullableStringFieldUpdateOperationsInput | string | null
187344
187329
  trenchConfiguration?: NullableStringFieldUpdateOperationsInput | string | null
187345
- trenchDepth?: NullableFloatFieldUpdateOperationsInput | number | null
187330
+ trenchDepth?: NullableStringFieldUpdateOperationsInput | string | null
187346
187331
  backfillMaterial?: NullableStringFieldUpdateOperationsInput | string | null
187347
187332
  reinforcementMaterial?: NullableStringFieldUpdateOperationsInput | string | null
187348
187333
  specialCharacteristics?: NullableStringFieldUpdateOperationsInput | string | null
@@ -187382,7 +187367,7 @@ export namespace Prisma {
187382
187367
  address?: NullableStringFieldUpdateOperationsInput | string | null
187383
187368
  deploymentPhase?: NullableStringFieldUpdateOperationsInput | string | null
187384
187369
  trenchConfiguration?: NullableStringFieldUpdateOperationsInput | string | null
187385
- trenchDepth?: NullableFloatFieldUpdateOperationsInput | number | null
187370
+ trenchDepth?: NullableStringFieldUpdateOperationsInput | string | null
187386
187371
  backfillMaterial?: NullableStringFieldUpdateOperationsInput | string | null
187387
187372
  reinforcementMaterial?: NullableStringFieldUpdateOperationsInput | string | null
187388
187373
  specialCharacteristics?: NullableStringFieldUpdateOperationsInput | string | null
@@ -189602,9 +189587,9 @@ export namespace Prisma {
189602
189587
  installationDate?: Date | string | null
189603
189588
  address?: string | null
189604
189589
  material?: string | null
189605
- height?: number | null
189606
- topDiameter?: number | null
189607
- bottomDiameter?: number | null
189590
+ height?: string | null
189591
+ topDiameter?: string | null
189592
+ bottomDiameter?: string | null
189608
189593
  downGuy?: boolean
189609
189594
  brand?: string | null
189610
189595
  brandDescription?: string | null
@@ -189647,9 +189632,9 @@ export namespace Prisma {
189647
189632
  installationDate?: Date | string | null
189648
189633
  address?: string | null
189649
189634
  material?: string | null
189650
- height?: number | null
189651
- topDiameter?: number | null
189652
- bottomDiameter?: number | null
189635
+ height?: string | null
189636
+ topDiameter?: string | null
189637
+ bottomDiameter?: string | null
189653
189638
  downGuy?: boolean
189654
189639
  brand?: string | null
189655
189640
  brandDescription?: string | null
@@ -189692,9 +189677,9 @@ export namespace Prisma {
189692
189677
  installationDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
189693
189678
  address?: NullableStringFieldUpdateOperationsInput | string | null
189694
189679
  material?: NullableStringFieldUpdateOperationsInput | string | null
189695
- height?: NullableFloatFieldUpdateOperationsInput | number | null
189696
- topDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
189697
- bottomDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
189680
+ height?: NullableStringFieldUpdateOperationsInput | string | null
189681
+ topDiameter?: NullableStringFieldUpdateOperationsInput | string | null
189682
+ bottomDiameter?: NullableStringFieldUpdateOperationsInput | string | null
189698
189683
  downGuy?: BoolFieldUpdateOperationsInput | boolean
189699
189684
  brand?: NullableStringFieldUpdateOperationsInput | string | null
189700
189685
  brandDescription?: NullableStringFieldUpdateOperationsInput | string | null
@@ -189737,9 +189722,9 @@ export namespace Prisma {
189737
189722
  installationDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
189738
189723
  address?: NullableStringFieldUpdateOperationsInput | string | null
189739
189724
  material?: NullableStringFieldUpdateOperationsInput | string | null
189740
- height?: NullableFloatFieldUpdateOperationsInput | number | null
189741
- topDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
189742
- bottomDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
189725
+ height?: NullableStringFieldUpdateOperationsInput | string | null
189726
+ topDiameter?: NullableStringFieldUpdateOperationsInput | string | null
189727
+ bottomDiameter?: NullableStringFieldUpdateOperationsInput | string | null
189743
189728
  downGuy?: BoolFieldUpdateOperationsInput | boolean
189744
189729
  brand?: NullableStringFieldUpdateOperationsInput | string | null
189745
189730
  brandDescription?: NullableStringFieldUpdateOperationsInput | string | null
@@ -189782,9 +189767,9 @@ export namespace Prisma {
189782
189767
  installationDate?: Date | string | null
189783
189768
  address?: string | null
189784
189769
  material?: string | null
189785
- height?: number | null
189786
- topDiameter?: number | null
189787
- bottomDiameter?: number | null
189770
+ height?: string | null
189771
+ topDiameter?: string | null
189772
+ bottomDiameter?: string | null
189788
189773
  downGuy?: boolean
189789
189774
  brand?: string | null
189790
189775
  brandDescription?: string | null
@@ -189825,9 +189810,9 @@ export namespace Prisma {
189825
189810
  installationDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
189826
189811
  address?: NullableStringFieldUpdateOperationsInput | string | null
189827
189812
  material?: NullableStringFieldUpdateOperationsInput | string | null
189828
- height?: NullableFloatFieldUpdateOperationsInput | number | null
189829
- topDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
189830
- bottomDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
189813
+ height?: NullableStringFieldUpdateOperationsInput | string | null
189814
+ topDiameter?: NullableStringFieldUpdateOperationsInput | string | null
189815
+ bottomDiameter?: NullableStringFieldUpdateOperationsInput | string | null
189831
189816
  downGuy?: BoolFieldUpdateOperationsInput | boolean
189832
189817
  brand?: NullableStringFieldUpdateOperationsInput | string | null
189833
189818
  brandDescription?: NullableStringFieldUpdateOperationsInput | string | null
@@ -189861,9 +189846,9 @@ export namespace Prisma {
189861
189846
  installationDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
189862
189847
  address?: NullableStringFieldUpdateOperationsInput | string | null
189863
189848
  material?: NullableStringFieldUpdateOperationsInput | string | null
189864
- height?: NullableFloatFieldUpdateOperationsInput | number | null
189865
- topDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
189866
- bottomDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
189849
+ height?: NullableStringFieldUpdateOperationsInput | string | null
189850
+ topDiameter?: NullableStringFieldUpdateOperationsInput | string | null
189851
+ bottomDiameter?: NullableStringFieldUpdateOperationsInput | string | null
189867
189852
  downGuy?: BoolFieldUpdateOperationsInput | boolean
189868
189853
  brand?: NullableStringFieldUpdateOperationsInput | string | null
189869
189854
  brandDescription?: NullableStringFieldUpdateOperationsInput | string | null
@@ -197412,6 +197397,11 @@ export namespace Prisma {
197412
197397
  _count?: SortOrder
197413
197398
  }
197414
197399
 
197400
+ export type WorkOrderMainIdProjectIdCompoundUniqueInput = {
197401
+ mainId: string
197402
+ projectId: string
197403
+ }
197404
+
197415
197405
  export type WorkOrderCountOrderByAggregateInput = {
197416
197406
  id?: SortOrder
197417
197407
  no?: SortOrder
@@ -199521,7 +199511,6 @@ export namespace Prisma {
199521
199511
 
199522
199512
  export type ConduitAvgOrderByAggregateInput = {
199523
199513
  no?: SortOrder
199524
- trenchDepth?: SortOrder
199525
199514
  conduitLength?: SortOrder
199526
199515
  }
199527
199516
 
@@ -199603,7 +199592,6 @@ export namespace Prisma {
199603
199592
 
199604
199593
  export type ConduitSumOrderByAggregateInput = {
199605
199594
  no?: SortOrder
199606
- trenchDepth?: SortOrder
199607
199595
  conduitLength?: SortOrder
199608
199596
  }
199609
199597
 
@@ -200667,9 +200655,6 @@ export namespace Prisma {
200667
200655
  export type PoleAvgOrderByAggregateInput = {
200668
200656
  no?: SortOrder
200669
200657
  templateIndex?: SortOrder
200670
- height?: SortOrder
200671
- topDiameter?: SortOrder
200672
- bottomDiameter?: SortOrder
200673
200658
  }
200674
200659
 
200675
200660
  export type PoleMaxOrderByAggregateInput = {
@@ -200745,9 +200730,6 @@ export namespace Prisma {
200745
200730
  export type PoleSumOrderByAggregateInput = {
200746
200731
  no?: SortOrder
200747
200732
  templateIndex?: SortOrder
200748
- height?: SortOrder
200749
- topDiameter?: SortOrder
200750
- bottomDiameter?: SortOrder
200751
200733
  }
200752
200734
 
200753
200735
  export type PoleTemplateCountOrderByAggregateInput = {
@@ -228987,9 +228969,9 @@ export namespace Prisma {
228987
228969
  installationDate?: Date | string | null
228988
228970
  address?: string | null
228989
228971
  material?: string | null
228990
- height?: number | null
228991
- topDiameter?: number | null
228992
- bottomDiameter?: number | null
228972
+ height?: string | null
228973
+ topDiameter?: string | null
228974
+ bottomDiameter?: string | null
228993
228975
  downGuy?: boolean
228994
228976
  brand?: string | null
228995
228977
  brandDescription?: string | null
@@ -229031,9 +229013,9 @@ export namespace Prisma {
229031
229013
  installationDate?: Date | string | null
229032
229014
  address?: string | null
229033
229015
  material?: string | null
229034
- height?: number | null
229035
- topDiameter?: number | null
229036
- bottomDiameter?: number | null
229016
+ height?: string | null
229017
+ topDiameter?: string | null
229018
+ bottomDiameter?: string | null
229037
229019
  downGuy?: boolean
229038
229020
  brand?: string | null
229039
229021
  brandDescription?: string | null
@@ -230504,7 +230486,7 @@ export namespace Prisma {
230504
230486
  address?: string | null
230505
230487
  deploymentPhase?: string | null
230506
230488
  trenchConfiguration?: string | null
230507
- trenchDepth?: number | null
230489
+ trenchDepth?: string | null
230508
230490
  backfillMaterial?: string | null
230509
230491
  reinforcementMaterial?: string | null
230510
230492
  specialCharacteristics?: string | null
@@ -230551,7 +230533,7 @@ export namespace Prisma {
230551
230533
  address?: string | null
230552
230534
  deploymentPhase?: string | null
230553
230535
  trenchConfiguration?: string | null
230554
- trenchDepth?: number | null
230536
+ trenchDepth?: string | null
230555
230537
  backfillMaterial?: string | null
230556
230538
  reinforcementMaterial?: string | null
230557
230539
  specialCharacteristics?: string | null
@@ -231808,9 +231790,9 @@ export namespace Prisma {
231808
231790
  installationDate?: DateTimeNullableFilter<"Pole"> | Date | string | null
231809
231791
  address?: StringNullableFilter<"Pole"> | string | null
231810
231792
  material?: StringNullableFilter<"Pole"> | string | null
231811
- height?: FloatNullableFilter<"Pole"> | number | null
231812
- topDiameter?: FloatNullableFilter<"Pole"> | number | null
231813
- bottomDiameter?: FloatNullableFilter<"Pole"> | number | null
231793
+ height?: StringNullableFilter<"Pole"> | string | null
231794
+ topDiameter?: StringNullableFilter<"Pole"> | string | null
231795
+ bottomDiameter?: StringNullableFilter<"Pole"> | string | null
231814
231796
  downGuy?: BoolFilter<"Pole"> | boolean
231815
231797
  brand?: StringNullableFilter<"Pole"> | string | null
231816
231798
  brandDescription?: StringNullableFilter<"Pole"> | string | null
@@ -232851,7 +232833,7 @@ export namespace Prisma {
232851
232833
  address?: StringNullableFilter<"Conduit"> | string | null
232852
232834
  deploymentPhase?: StringNullableFilter<"Conduit"> | string | null
232853
232835
  trenchConfiguration?: StringNullableFilter<"Conduit"> | string | null
232854
- trenchDepth?: FloatNullableFilter<"Conduit"> | number | null
232836
+ trenchDepth?: StringNullableFilter<"Conduit"> | string | null
232855
232837
  backfillMaterial?: StringNullableFilter<"Conduit"> | string | null
232856
232838
  reinforcementMaterial?: StringNullableFilter<"Conduit"> | string | null
232857
232839
  specialCharacteristics?: StringNullableFilter<"Conduit"> | string | null
@@ -234647,9 +234629,9 @@ export namespace Prisma {
234647
234629
  installationDate?: Date | string | null
234648
234630
  address?: string | null
234649
234631
  material?: string | null
234650
- height?: number | null
234651
- topDiameter?: number | null
234652
- bottomDiameter?: number | null
234632
+ height?: string | null
234633
+ topDiameter?: string | null
234634
+ bottomDiameter?: string | null
234653
234635
  downGuy?: boolean
234654
234636
  brand?: string | null
234655
234637
  brandDescription?: string | null
@@ -234691,9 +234673,9 @@ export namespace Prisma {
234691
234673
  installationDate?: Date | string | null
234692
234674
  address?: string | null
234693
234675
  material?: string | null
234694
- height?: number | null
234695
- topDiameter?: number | null
234696
- bottomDiameter?: number | null
234676
+ height?: string | null
234677
+ topDiameter?: string | null
234678
+ bottomDiameter?: string | null
234697
234679
  downGuy?: boolean
234698
234680
  brand?: string | null
234699
234681
  brandDescription?: string | null
@@ -252977,9 +252959,9 @@ export namespace Prisma {
252977
252959
  installationDate?: Date | string | null
252978
252960
  address?: string | null
252979
252961
  material?: string | null
252980
- height?: number | null
252981
- topDiameter?: number | null
252982
- bottomDiameter?: number | null
252962
+ height?: string | null
252963
+ topDiameter?: string | null
252964
+ bottomDiameter?: string | null
252983
252965
  downGuy?: boolean
252984
252966
  brand?: string | null
252985
252967
  brandDescription?: string | null
@@ -253021,9 +253003,9 @@ export namespace Prisma {
253021
253003
  installationDate?: Date | string | null
253022
253004
  address?: string | null
253023
253005
  material?: string | null
253024
- height?: number | null
253025
- topDiameter?: number | null
253026
- bottomDiameter?: number | null
253006
+ height?: string | null
253007
+ topDiameter?: string | null
253008
+ bottomDiameter?: string | null
253027
253009
  downGuy?: boolean
253028
253010
  brand?: string | null
253029
253011
  brandDescription?: string | null
@@ -254213,7 +254195,7 @@ export namespace Prisma {
254213
254195
  address?: string | null
254214
254196
  deploymentPhase?: string | null
254215
254197
  trenchConfiguration?: string | null
254216
- trenchDepth?: number | null
254198
+ trenchDepth?: string | null
254217
254199
  backfillMaterial?: string | null
254218
254200
  reinforcementMaterial?: string | null
254219
254201
  specialCharacteristics?: string | null
@@ -254260,7 +254242,7 @@ export namespace Prisma {
254260
254242
  address?: string | null
254261
254243
  deploymentPhase?: string | null
254262
254244
  trenchConfiguration?: string | null
254263
- trenchDepth?: number | null
254245
+ trenchDepth?: string | null
254264
254246
  backfillMaterial?: string | null
254265
254247
  reinforcementMaterial?: string | null
254266
254248
  specialCharacteristics?: string | null
@@ -255398,9 +255380,9 @@ export namespace Prisma {
255398
255380
  installationDate?: Date | string | null
255399
255381
  address?: string | null
255400
255382
  material?: string | null
255401
- height?: number | null
255402
- topDiameter?: number | null
255403
- bottomDiameter?: number | null
255383
+ height?: string | null
255384
+ topDiameter?: string | null
255385
+ bottomDiameter?: string | null
255404
255386
  downGuy?: boolean
255405
255387
  brand?: string | null
255406
255388
  brandDescription?: string | null
@@ -255442,9 +255424,9 @@ export namespace Prisma {
255442
255424
  installationDate?: Date | string | null
255443
255425
  address?: string | null
255444
255426
  material?: string | null
255445
- height?: number | null
255446
- topDiameter?: number | null
255447
- bottomDiameter?: number | null
255427
+ height?: string | null
255428
+ topDiameter?: string | null
255429
+ bottomDiameter?: string | null
255448
255430
  downGuy?: boolean
255449
255431
  brand?: string | null
255450
255432
  brandDescription?: string | null
@@ -256048,7 +256030,7 @@ export namespace Prisma {
256048
256030
  address?: string | null
256049
256031
  deploymentPhase?: string | null
256050
256032
  trenchConfiguration?: string | null
256051
- trenchDepth?: number | null
256033
+ trenchDepth?: string | null
256052
256034
  backfillMaterial?: string | null
256053
256035
  reinforcementMaterial?: string | null
256054
256036
  specialCharacteristics?: string | null
@@ -256095,7 +256077,7 @@ export namespace Prisma {
256095
256077
  address?: string | null
256096
256078
  deploymentPhase?: string | null
256097
256079
  trenchConfiguration?: string | null
256098
- trenchDepth?: number | null
256080
+ trenchDepth?: string | null
256099
256081
  backfillMaterial?: string | null
256100
256082
  reinforcementMaterial?: string | null
256101
256083
  specialCharacteristics?: string | null
@@ -262507,7 +262489,7 @@ export namespace Prisma {
262507
262489
  address?: string | null
262508
262490
  deploymentPhase?: string | null
262509
262491
  trenchConfiguration?: string | null
262510
- trenchDepth?: number | null
262492
+ trenchDepth?: string | null
262511
262493
  backfillMaterial?: string | null
262512
262494
  reinforcementMaterial?: string | null
262513
262495
  specialCharacteristics?: string | null
@@ -262554,7 +262536,7 @@ export namespace Prisma {
262554
262536
  address?: string | null
262555
262537
  deploymentPhase?: string | null
262556
262538
  trenchConfiguration?: string | null
262557
- trenchDepth?: number | null
262539
+ trenchDepth?: string | null
262558
262540
  backfillMaterial?: string | null
262559
262541
  reinforcementMaterial?: string | null
262560
262542
  specialCharacteristics?: string | null
@@ -262754,7 +262736,7 @@ export namespace Prisma {
262754
262736
  address?: NullableStringFieldUpdateOperationsInput | string | null
262755
262737
  deploymentPhase?: NullableStringFieldUpdateOperationsInput | string | null
262756
262738
  trenchConfiguration?: NullableStringFieldUpdateOperationsInput | string | null
262757
- trenchDepth?: NullableFloatFieldUpdateOperationsInput | number | null
262739
+ trenchDepth?: NullableStringFieldUpdateOperationsInput | string | null
262758
262740
  backfillMaterial?: NullableStringFieldUpdateOperationsInput | string | null
262759
262741
  reinforcementMaterial?: NullableStringFieldUpdateOperationsInput | string | null
262760
262742
  specialCharacteristics?: NullableStringFieldUpdateOperationsInput | string | null
@@ -262801,7 +262783,7 @@ export namespace Prisma {
262801
262783
  address?: NullableStringFieldUpdateOperationsInput | string | null
262802
262784
  deploymentPhase?: NullableStringFieldUpdateOperationsInput | string | null
262803
262785
  trenchConfiguration?: NullableStringFieldUpdateOperationsInput | string | null
262804
- trenchDepth?: NullableFloatFieldUpdateOperationsInput | number | null
262786
+ trenchDepth?: NullableStringFieldUpdateOperationsInput | string | null
262805
262787
  backfillMaterial?: NullableStringFieldUpdateOperationsInput | string | null
262806
262788
  reinforcementMaterial?: NullableStringFieldUpdateOperationsInput | string | null
262807
262789
  specialCharacteristics?: NullableStringFieldUpdateOperationsInput | string | null
@@ -263342,7 +263324,7 @@ export namespace Prisma {
263342
263324
  address?: string | null
263343
263325
  deploymentPhase?: string | null
263344
263326
  trenchConfiguration?: string | null
263345
- trenchDepth?: number | null
263327
+ trenchDepth?: string | null
263346
263328
  backfillMaterial?: string | null
263347
263329
  reinforcementMaterial?: string | null
263348
263330
  specialCharacteristics?: string | null
@@ -263389,7 +263371,7 @@ export namespace Prisma {
263389
263371
  address?: string | null
263390
263372
  deploymentPhase?: string | null
263391
263373
  trenchConfiguration?: string | null
263392
- trenchDepth?: number | null
263374
+ trenchDepth?: string | null
263393
263375
  backfillMaterial?: string | null
263394
263376
  reinforcementMaterial?: string | null
263395
263377
  specialCharacteristics?: string | null
@@ -276952,9 +276934,9 @@ export namespace Prisma {
276952
276934
  installationDate?: Date | string | null
276953
276935
  address?: string | null
276954
276936
  material?: string | null
276955
- height?: number | null
276956
- topDiameter?: number | null
276957
- bottomDiameter?: number | null
276937
+ height?: string | null
276938
+ topDiameter?: string | null
276939
+ bottomDiameter?: string | null
276958
276940
  downGuy?: boolean
276959
276941
  brand?: string | null
276960
276942
  brandDescription?: string | null
@@ -276996,9 +276978,9 @@ export namespace Prisma {
276996
276978
  installationDate?: Date | string | null
276997
276979
  address?: string | null
276998
276980
  material?: string | null
276999
- height?: number | null
277000
- topDiameter?: number | null
277001
- bottomDiameter?: number | null
276981
+ height?: string | null
276982
+ topDiameter?: string | null
276983
+ bottomDiameter?: string | null
277002
276984
  downGuy?: boolean
277003
276985
  brand?: string | null
277004
276986
  brandDescription?: string | null
@@ -292451,9 +292433,9 @@ export namespace Prisma {
292451
292433
  installationDate?: Date | string | null
292452
292434
  address?: string | null
292453
292435
  material?: string | null
292454
- height?: number | null
292455
- topDiameter?: number | null
292456
- bottomDiameter?: number | null
292436
+ height?: string | null
292437
+ topDiameter?: string | null
292438
+ bottomDiameter?: string | null
292457
292439
  downGuy?: boolean
292458
292440
  brand?: string | null
292459
292441
  brandDescription?: string | null
@@ -292495,9 +292477,9 @@ export namespace Prisma {
292495
292477
  installationDate?: Date | string | null
292496
292478
  address?: string | null
292497
292479
  material?: string | null
292498
- height?: number | null
292499
- topDiameter?: number | null
292500
- bottomDiameter?: number | null
292480
+ height?: string | null
292481
+ topDiameter?: string | null
292482
+ bottomDiameter?: string | null
292501
292483
  downGuy?: boolean
292502
292484
  brand?: string | null
292503
292485
  brandDescription?: string | null
@@ -293882,9 +293864,9 @@ export namespace Prisma {
293882
293864
  installationDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
293883
293865
  address?: NullableStringFieldUpdateOperationsInput | string | null
293884
293866
  material?: NullableStringFieldUpdateOperationsInput | string | null
293885
- height?: NullableFloatFieldUpdateOperationsInput | number | null
293886
- topDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
293887
- bottomDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
293867
+ height?: NullableStringFieldUpdateOperationsInput | string | null
293868
+ topDiameter?: NullableStringFieldUpdateOperationsInput | string | null
293869
+ bottomDiameter?: NullableStringFieldUpdateOperationsInput | string | null
293888
293870
  downGuy?: BoolFieldUpdateOperationsInput | boolean
293889
293871
  brand?: NullableStringFieldUpdateOperationsInput | string | null
293890
293872
  brandDescription?: NullableStringFieldUpdateOperationsInput | string | null
@@ -293926,9 +293908,9 @@ export namespace Prisma {
293926
293908
  installationDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
293927
293909
  address?: NullableStringFieldUpdateOperationsInput | string | null
293928
293910
  material?: NullableStringFieldUpdateOperationsInput | string | null
293929
- height?: NullableFloatFieldUpdateOperationsInput | number | null
293930
- topDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
293931
- bottomDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
293911
+ height?: NullableStringFieldUpdateOperationsInput | string | null
293912
+ topDiameter?: NullableStringFieldUpdateOperationsInput | string | null
293913
+ bottomDiameter?: NullableStringFieldUpdateOperationsInput | string | null
293932
293914
  downGuy?: BoolFieldUpdateOperationsInput | boolean
293933
293915
  brand?: NullableStringFieldUpdateOperationsInput | string | null
293934
293916
  brandDescription?: NullableStringFieldUpdateOperationsInput | string | null
@@ -297186,9 +297168,9 @@ export namespace Prisma {
297186
297168
  installationDate?: Date | string | null
297187
297169
  address?: string | null
297188
297170
  material?: string | null
297189
- height?: number | null
297190
- topDiameter?: number | null
297191
- bottomDiameter?: number | null
297171
+ height?: string | null
297172
+ topDiameter?: string | null
297173
+ bottomDiameter?: string | null
297192
297174
  downGuy?: boolean
297193
297175
  brand?: string | null
297194
297176
  brandDescription?: string | null
@@ -297230,9 +297212,9 @@ export namespace Prisma {
297230
297212
  installationDate?: Date | string | null
297231
297213
  address?: string | null
297232
297214
  material?: string | null
297233
- height?: number | null
297234
- topDiameter?: number | null
297235
- bottomDiameter?: number | null
297215
+ height?: string | null
297216
+ topDiameter?: string | null
297217
+ bottomDiameter?: string | null
297236
297218
  downGuy?: boolean
297237
297219
  brand?: string | null
297238
297220
  brandDescription?: string | null
@@ -297774,7 +297756,7 @@ export namespace Prisma {
297774
297756
  address?: string | null
297775
297757
  deploymentPhase?: string | null
297776
297758
  trenchConfiguration?: string | null
297777
- trenchDepth?: number | null
297759
+ trenchDepth?: string | null
297778
297760
  backfillMaterial?: string | null
297779
297761
  reinforcementMaterial?: string | null
297780
297762
  specialCharacteristics?: string | null
@@ -297821,7 +297803,7 @@ export namespace Prisma {
297821
297803
  address?: string | null
297822
297804
  deploymentPhase?: string | null
297823
297805
  trenchConfiguration?: string | null
297824
- trenchDepth?: number | null
297806
+ trenchDepth?: string | null
297825
297807
  backfillMaterial?: string | null
297826
297808
  reinforcementMaterial?: string | null
297827
297809
  specialCharacteristics?: string | null
@@ -298936,9 +298918,9 @@ export namespace Prisma {
298936
298918
  installationDate?: Date | string | null
298937
298919
  address?: string | null
298938
298920
  material?: string | null
298939
- height?: number | null
298940
- topDiameter?: number | null
298941
- bottomDiameter?: number | null
298921
+ height?: string | null
298922
+ topDiameter?: string | null
298923
+ bottomDiameter?: string | null
298942
298924
  downGuy?: boolean
298943
298925
  brand?: string | null
298944
298926
  brandDescription?: string | null
@@ -298980,9 +298962,9 @@ export namespace Prisma {
298980
298962
  installationDate?: Date | string | null
298981
298963
  address?: string | null
298982
298964
  material?: string | null
298983
- height?: number | null
298984
- topDiameter?: number | null
298985
- bottomDiameter?: number | null
298965
+ height?: string | null
298966
+ topDiameter?: string | null
298967
+ bottomDiameter?: string | null
298986
298968
  downGuy?: boolean
298987
298969
  brand?: string | null
298988
298970
  brandDescription?: string | null
@@ -300900,7 +300882,7 @@ export namespace Prisma {
300900
300882
  address?: string | null
300901
300883
  deploymentPhase?: string | null
300902
300884
  trenchConfiguration?: string | null
300903
- trenchDepth?: number | null
300885
+ trenchDepth?: string | null
300904
300886
  backfillMaterial?: string | null
300905
300887
  reinforcementMaterial?: string | null
300906
300888
  specialCharacteristics?: string | null
@@ -300947,7 +300929,7 @@ export namespace Prisma {
300947
300929
  address?: string | null
300948
300930
  deploymentPhase?: string | null
300949
300931
  trenchConfiguration?: string | null
300950
- trenchDepth?: number | null
300932
+ trenchDepth?: string | null
300951
300933
  backfillMaterial?: string | null
300952
300934
  reinforcementMaterial?: string | null
300953
300935
  specialCharacteristics?: string | null
@@ -305806,9 +305788,9 @@ export namespace Prisma {
305806
305788
  installationDate?: Date | string | null
305807
305789
  address?: string | null
305808
305790
  material?: string | null
305809
- height?: number | null
305810
- topDiameter?: number | null
305811
- bottomDiameter?: number | null
305791
+ height?: string | null
305792
+ topDiameter?: string | null
305793
+ bottomDiameter?: string | null
305812
305794
  downGuy?: boolean
305813
305795
  brand?: string | null
305814
305796
  brandDescription?: string | null
@@ -305850,9 +305832,9 @@ export namespace Prisma {
305850
305832
  installationDate?: Date | string | null
305851
305833
  address?: string | null
305852
305834
  material?: string | null
305853
- height?: number | null
305854
- topDiameter?: number | null
305855
- bottomDiameter?: number | null
305835
+ height?: string | null
305836
+ topDiameter?: string | null
305837
+ bottomDiameter?: string | null
305856
305838
  downGuy?: boolean
305857
305839
  brand?: string | null
305858
305840
  brandDescription?: string | null
@@ -306421,7 +306403,7 @@ export namespace Prisma {
306421
306403
  address?: string | null
306422
306404
  deploymentPhase?: string | null
306423
306405
  trenchConfiguration?: string | null
306424
- trenchDepth?: number | null
306406
+ trenchDepth?: string | null
306425
306407
  backfillMaterial?: string | null
306426
306408
  reinforcementMaterial?: string | null
306427
306409
  specialCharacteristics?: string | null
@@ -306468,7 +306450,7 @@ export namespace Prisma {
306468
306450
  address?: string | null
306469
306451
  deploymentPhase?: string | null
306470
306452
  trenchConfiguration?: string | null
306471
- trenchDepth?: number | null
306453
+ trenchDepth?: string | null
306472
306454
  backfillMaterial?: string | null
306473
306455
  reinforcementMaterial?: string | null
306474
306456
  specialCharacteristics?: string | null
@@ -307054,9 +307036,9 @@ export namespace Prisma {
307054
307036
  installationDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
307055
307037
  address?: NullableStringFieldUpdateOperationsInput | string | null
307056
307038
  material?: NullableStringFieldUpdateOperationsInput | string | null
307057
- height?: NullableFloatFieldUpdateOperationsInput | number | null
307058
- topDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
307059
- bottomDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
307039
+ height?: NullableStringFieldUpdateOperationsInput | string | null
307040
+ topDiameter?: NullableStringFieldUpdateOperationsInput | string | null
307041
+ bottomDiameter?: NullableStringFieldUpdateOperationsInput | string | null
307060
307042
  downGuy?: BoolFieldUpdateOperationsInput | boolean
307061
307043
  brand?: NullableStringFieldUpdateOperationsInput | string | null
307062
307044
  brandDescription?: NullableStringFieldUpdateOperationsInput | string | null
@@ -307098,9 +307080,9 @@ export namespace Prisma {
307098
307080
  installationDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
307099
307081
  address?: NullableStringFieldUpdateOperationsInput | string | null
307100
307082
  material?: NullableStringFieldUpdateOperationsInput | string | null
307101
- height?: NullableFloatFieldUpdateOperationsInput | number | null
307102
- topDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
307103
- bottomDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
307083
+ height?: NullableStringFieldUpdateOperationsInput | string | null
307084
+ topDiameter?: NullableStringFieldUpdateOperationsInput | string | null
307085
+ bottomDiameter?: NullableStringFieldUpdateOperationsInput | string | null
307104
307086
  downGuy?: BoolFieldUpdateOperationsInput | boolean
307105
307087
  brand?: NullableStringFieldUpdateOperationsInput | string | null
307106
307088
  brandDescription?: NullableStringFieldUpdateOperationsInput | string | null
@@ -307711,7 +307693,7 @@ export namespace Prisma {
307711
307693
  address?: NullableStringFieldUpdateOperationsInput | string | null
307712
307694
  deploymentPhase?: NullableStringFieldUpdateOperationsInput | string | null
307713
307695
  trenchConfiguration?: NullableStringFieldUpdateOperationsInput | string | null
307714
- trenchDepth?: NullableFloatFieldUpdateOperationsInput | number | null
307696
+ trenchDepth?: NullableStringFieldUpdateOperationsInput | string | null
307715
307697
  backfillMaterial?: NullableStringFieldUpdateOperationsInput | string | null
307716
307698
  reinforcementMaterial?: NullableStringFieldUpdateOperationsInput | string | null
307717
307699
  specialCharacteristics?: NullableStringFieldUpdateOperationsInput | string | null
@@ -307758,7 +307740,7 @@ export namespace Prisma {
307758
307740
  address?: NullableStringFieldUpdateOperationsInput | string | null
307759
307741
  deploymentPhase?: NullableStringFieldUpdateOperationsInput | string | null
307760
307742
  trenchConfiguration?: NullableStringFieldUpdateOperationsInput | string | null
307761
- trenchDepth?: NullableFloatFieldUpdateOperationsInput | number | null
307743
+ trenchDepth?: NullableStringFieldUpdateOperationsInput | string | null
307762
307744
  backfillMaterial?: NullableStringFieldUpdateOperationsInput | string | null
307763
307745
  reinforcementMaterial?: NullableStringFieldUpdateOperationsInput | string | null
307764
307746
  specialCharacteristics?: NullableStringFieldUpdateOperationsInput | string | null
@@ -313310,9 +313292,9 @@ export namespace Prisma {
313310
313292
  installationDate?: Date | string | null
313311
313293
  address?: string | null
313312
313294
  material?: string | null
313313
- height?: number | null
313314
- topDiameter?: number | null
313315
- bottomDiameter?: number | null
313295
+ height?: string | null
313296
+ topDiameter?: string | null
313297
+ bottomDiameter?: string | null
313316
313298
  downGuy?: boolean
313317
313299
  brand?: string | null
313318
313300
  brandDescription?: string | null
@@ -313885,7 +313867,7 @@ export namespace Prisma {
313885
313867
  address?: string | null
313886
313868
  deploymentPhase?: string | null
313887
313869
  trenchConfiguration?: string | null
313888
- trenchDepth?: number | null
313870
+ trenchDepth?: string | null
313889
313871
  backfillMaterial?: string | null
313890
313872
  reinforcementMaterial?: string | null
313891
313873
  specialCharacteristics?: string | null
@@ -315751,9 +315733,9 @@ export namespace Prisma {
315751
315733
  installationDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
315752
315734
  address?: NullableStringFieldUpdateOperationsInput | string | null
315753
315735
  material?: NullableStringFieldUpdateOperationsInput | string | null
315754
- height?: NullableFloatFieldUpdateOperationsInput | number | null
315755
- topDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
315756
- bottomDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
315736
+ height?: NullableStringFieldUpdateOperationsInput | string | null
315737
+ topDiameter?: NullableStringFieldUpdateOperationsInput | string | null
315738
+ bottomDiameter?: NullableStringFieldUpdateOperationsInput | string | null
315757
315739
  downGuy?: BoolFieldUpdateOperationsInput | boolean
315758
315740
  brand?: NullableStringFieldUpdateOperationsInput | string | null
315759
315741
  brandDescription?: NullableStringFieldUpdateOperationsInput | string | null
@@ -315795,9 +315777,9 @@ export namespace Prisma {
315795
315777
  installationDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
315796
315778
  address?: NullableStringFieldUpdateOperationsInput | string | null
315797
315779
  material?: NullableStringFieldUpdateOperationsInput | string | null
315798
- height?: NullableFloatFieldUpdateOperationsInput | number | null
315799
- topDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
315800
- bottomDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
315780
+ height?: NullableStringFieldUpdateOperationsInput | string | null
315781
+ topDiameter?: NullableStringFieldUpdateOperationsInput | string | null
315782
+ bottomDiameter?: NullableStringFieldUpdateOperationsInput | string | null
315801
315783
  downGuy?: BoolFieldUpdateOperationsInput | boolean
315802
315784
  brand?: NullableStringFieldUpdateOperationsInput | string | null
315803
315785
  brandDescription?: NullableStringFieldUpdateOperationsInput | string | null
@@ -315839,9 +315821,9 @@ export namespace Prisma {
315839
315821
  installationDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
315840
315822
  address?: NullableStringFieldUpdateOperationsInput | string | null
315841
315823
  material?: NullableStringFieldUpdateOperationsInput | string | null
315842
- height?: NullableFloatFieldUpdateOperationsInput | number | null
315843
- topDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
315844
- bottomDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
315824
+ height?: NullableStringFieldUpdateOperationsInput | string | null
315825
+ topDiameter?: NullableStringFieldUpdateOperationsInput | string | null
315826
+ bottomDiameter?: NullableStringFieldUpdateOperationsInput | string | null
315845
315827
  downGuy?: BoolFieldUpdateOperationsInput | boolean
315846
315828
  brand?: NullableStringFieldUpdateOperationsInput | string | null
315847
315829
  brandDescription?: NullableStringFieldUpdateOperationsInput | string | null
@@ -317606,7 +317588,7 @@ export namespace Prisma {
317606
317588
  address?: NullableStringFieldUpdateOperationsInput | string | null
317607
317589
  deploymentPhase?: NullableStringFieldUpdateOperationsInput | string | null
317608
317590
  trenchConfiguration?: NullableStringFieldUpdateOperationsInput | string | null
317609
- trenchDepth?: NullableFloatFieldUpdateOperationsInput | number | null
317591
+ trenchDepth?: NullableStringFieldUpdateOperationsInput | string | null
317610
317592
  backfillMaterial?: NullableStringFieldUpdateOperationsInput | string | null
317611
317593
  reinforcementMaterial?: NullableStringFieldUpdateOperationsInput | string | null
317612
317594
  specialCharacteristics?: NullableStringFieldUpdateOperationsInput | string | null
@@ -317653,7 +317635,7 @@ export namespace Prisma {
317653
317635
  address?: NullableStringFieldUpdateOperationsInput | string | null
317654
317636
  deploymentPhase?: NullableStringFieldUpdateOperationsInput | string | null
317655
317637
  trenchConfiguration?: NullableStringFieldUpdateOperationsInput | string | null
317656
- trenchDepth?: NullableFloatFieldUpdateOperationsInput | number | null
317638
+ trenchDepth?: NullableStringFieldUpdateOperationsInput | string | null
317657
317639
  backfillMaterial?: NullableStringFieldUpdateOperationsInput | string | null
317658
317640
  reinforcementMaterial?: NullableStringFieldUpdateOperationsInput | string | null
317659
317641
  specialCharacteristics?: NullableStringFieldUpdateOperationsInput | string | null
@@ -317700,7 +317682,7 @@ export namespace Prisma {
317700
317682
  address?: NullableStringFieldUpdateOperationsInput | string | null
317701
317683
  deploymentPhase?: NullableStringFieldUpdateOperationsInput | string | null
317702
317684
  trenchConfiguration?: NullableStringFieldUpdateOperationsInput | string | null
317703
- trenchDepth?: NullableFloatFieldUpdateOperationsInput | number | null
317685
+ trenchDepth?: NullableStringFieldUpdateOperationsInput | string | null
317704
317686
  backfillMaterial?: NullableStringFieldUpdateOperationsInput | string | null
317705
317687
  reinforcementMaterial?: NullableStringFieldUpdateOperationsInput | string | null
317706
317688
  specialCharacteristics?: NullableStringFieldUpdateOperationsInput | string | null
@@ -318368,9 +318350,9 @@ export namespace Prisma {
318368
318350
  installationDate?: Date | string | null
318369
318351
  address?: string | null
318370
318352
  material?: string | null
318371
- height?: number | null
318372
- topDiameter?: number | null
318373
- bottomDiameter?: number | null
318353
+ height?: string | null
318354
+ topDiameter?: string | null
318355
+ bottomDiameter?: string | null
318374
318356
  downGuy?: boolean
318375
318357
  brand?: string | null
318376
318358
  brandDescription?: string | null
@@ -320143,9 +320125,9 @@ export namespace Prisma {
320143
320125
  installationDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
320144
320126
  address?: NullableStringFieldUpdateOperationsInput | string | null
320145
320127
  material?: NullableStringFieldUpdateOperationsInput | string | null
320146
- height?: NullableFloatFieldUpdateOperationsInput | number | null
320147
- topDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
320148
- bottomDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
320128
+ height?: NullableStringFieldUpdateOperationsInput | string | null
320129
+ topDiameter?: NullableStringFieldUpdateOperationsInput | string | null
320130
+ bottomDiameter?: NullableStringFieldUpdateOperationsInput | string | null
320149
320131
  downGuy?: BoolFieldUpdateOperationsInput | boolean
320150
320132
  brand?: NullableStringFieldUpdateOperationsInput | string | null
320151
320133
  brandDescription?: NullableStringFieldUpdateOperationsInput | string | null
@@ -320187,9 +320169,9 @@ export namespace Prisma {
320187
320169
  installationDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
320188
320170
  address?: NullableStringFieldUpdateOperationsInput | string | null
320189
320171
  material?: NullableStringFieldUpdateOperationsInput | string | null
320190
- height?: NullableFloatFieldUpdateOperationsInput | number | null
320191
- topDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
320192
- bottomDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
320172
+ height?: NullableStringFieldUpdateOperationsInput | string | null
320173
+ topDiameter?: NullableStringFieldUpdateOperationsInput | string | null
320174
+ bottomDiameter?: NullableStringFieldUpdateOperationsInput | string | null
320193
320175
  downGuy?: BoolFieldUpdateOperationsInput | boolean
320194
320176
  brand?: NullableStringFieldUpdateOperationsInput | string | null
320195
320177
  brandDescription?: NullableStringFieldUpdateOperationsInput | string | null
@@ -320231,9 +320213,9 @@ export namespace Prisma {
320231
320213
  installationDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
320232
320214
  address?: NullableStringFieldUpdateOperationsInput | string | null
320233
320215
  material?: NullableStringFieldUpdateOperationsInput | string | null
320234
- height?: NullableFloatFieldUpdateOperationsInput | number | null
320235
- topDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
320236
- bottomDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
320216
+ height?: NullableStringFieldUpdateOperationsInput | string | null
320217
+ topDiameter?: NullableStringFieldUpdateOperationsInput | string | null
320218
+ bottomDiameter?: NullableStringFieldUpdateOperationsInput | string | null
320237
320219
  downGuy?: BoolFieldUpdateOperationsInput | boolean
320238
320220
  brand?: NullableStringFieldUpdateOperationsInput | string | null
320239
320221
  brandDescription?: NullableStringFieldUpdateOperationsInput | string | null
@@ -325312,9 +325294,9 @@ export namespace Prisma {
325312
325294
  installationDate?: Date | string | null
325313
325295
  address?: string | null
325314
325296
  material?: string | null
325315
- height?: number | null
325316
- topDiameter?: number | null
325317
- bottomDiameter?: number | null
325297
+ height?: string | null
325298
+ topDiameter?: string | null
325299
+ bottomDiameter?: string | null
325318
325300
  downGuy?: boolean
325319
325301
  brand?: string | null
325320
325302
  brandDescription?: string | null
@@ -325786,7 +325768,7 @@ export namespace Prisma {
325786
325768
  address?: string | null
325787
325769
  deploymentPhase?: string | null
325788
325770
  trenchConfiguration?: string | null
325789
- trenchDepth?: number | null
325771
+ trenchDepth?: string | null
325790
325772
  backfillMaterial?: string | null
325791
325773
  reinforcementMaterial?: string | null
325792
325774
  specialCharacteristics?: string | null
@@ -326673,9 +326655,9 @@ export namespace Prisma {
326673
326655
  installationDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
326674
326656
  address?: NullableStringFieldUpdateOperationsInput | string | null
326675
326657
  material?: NullableStringFieldUpdateOperationsInput | string | null
326676
- height?: NullableFloatFieldUpdateOperationsInput | number | null
326677
- topDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
326678
- bottomDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
326658
+ height?: NullableStringFieldUpdateOperationsInput | string | null
326659
+ topDiameter?: NullableStringFieldUpdateOperationsInput | string | null
326660
+ bottomDiameter?: NullableStringFieldUpdateOperationsInput | string | null
326679
326661
  downGuy?: BoolFieldUpdateOperationsInput | boolean
326680
326662
  brand?: NullableStringFieldUpdateOperationsInput | string | null
326681
326663
  brandDescription?: NullableStringFieldUpdateOperationsInput | string | null
@@ -326717,9 +326699,9 @@ export namespace Prisma {
326717
326699
  installationDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
326718
326700
  address?: NullableStringFieldUpdateOperationsInput | string | null
326719
326701
  material?: NullableStringFieldUpdateOperationsInput | string | null
326720
- height?: NullableFloatFieldUpdateOperationsInput | number | null
326721
- topDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
326722
- bottomDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
326702
+ height?: NullableStringFieldUpdateOperationsInput | string | null
326703
+ topDiameter?: NullableStringFieldUpdateOperationsInput | string | null
326704
+ bottomDiameter?: NullableStringFieldUpdateOperationsInput | string | null
326723
326705
  downGuy?: BoolFieldUpdateOperationsInput | boolean
326724
326706
  brand?: NullableStringFieldUpdateOperationsInput | string | null
326725
326707
  brandDescription?: NullableStringFieldUpdateOperationsInput | string | null
@@ -326761,9 +326743,9 @@ export namespace Prisma {
326761
326743
  installationDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
326762
326744
  address?: NullableStringFieldUpdateOperationsInput | string | null
326763
326745
  material?: NullableStringFieldUpdateOperationsInput | string | null
326764
- height?: NullableFloatFieldUpdateOperationsInput | number | null
326765
- topDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
326766
- bottomDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
326746
+ height?: NullableStringFieldUpdateOperationsInput | string | null
326747
+ topDiameter?: NullableStringFieldUpdateOperationsInput | string | null
326748
+ bottomDiameter?: NullableStringFieldUpdateOperationsInput | string | null
326767
326749
  downGuy?: BoolFieldUpdateOperationsInput | boolean
326768
326750
  brand?: NullableStringFieldUpdateOperationsInput | string | null
326769
326751
  brandDescription?: NullableStringFieldUpdateOperationsInput | string | null
@@ -328209,7 +328191,7 @@ export namespace Prisma {
328209
328191
  address?: NullableStringFieldUpdateOperationsInput | string | null
328210
328192
  deploymentPhase?: NullableStringFieldUpdateOperationsInput | string | null
328211
328193
  trenchConfiguration?: NullableStringFieldUpdateOperationsInput | string | null
328212
- trenchDepth?: NullableFloatFieldUpdateOperationsInput | number | null
328194
+ trenchDepth?: NullableStringFieldUpdateOperationsInput | string | null
328213
328195
  backfillMaterial?: NullableStringFieldUpdateOperationsInput | string | null
328214
328196
  reinforcementMaterial?: NullableStringFieldUpdateOperationsInput | string | null
328215
328197
  specialCharacteristics?: NullableStringFieldUpdateOperationsInput | string | null
@@ -328256,7 +328238,7 @@ export namespace Prisma {
328256
328238
  address?: NullableStringFieldUpdateOperationsInput | string | null
328257
328239
  deploymentPhase?: NullableStringFieldUpdateOperationsInput | string | null
328258
328240
  trenchConfiguration?: NullableStringFieldUpdateOperationsInput | string | null
328259
- trenchDepth?: NullableFloatFieldUpdateOperationsInput | number | null
328241
+ trenchDepth?: NullableStringFieldUpdateOperationsInput | string | null
328260
328242
  backfillMaterial?: NullableStringFieldUpdateOperationsInput | string | null
328261
328243
  reinforcementMaterial?: NullableStringFieldUpdateOperationsInput | string | null
328262
328244
  specialCharacteristics?: NullableStringFieldUpdateOperationsInput | string | null
@@ -328303,7 +328285,7 @@ export namespace Prisma {
328303
328285
  address?: NullableStringFieldUpdateOperationsInput | string | null
328304
328286
  deploymentPhase?: NullableStringFieldUpdateOperationsInput | string | null
328305
328287
  trenchConfiguration?: NullableStringFieldUpdateOperationsInput | string | null
328306
- trenchDepth?: NullableFloatFieldUpdateOperationsInput | number | null
328288
+ trenchDepth?: NullableStringFieldUpdateOperationsInput | string | null
328307
328289
  backfillMaterial?: NullableStringFieldUpdateOperationsInput | string | null
328308
328290
  reinforcementMaterial?: NullableStringFieldUpdateOperationsInput | string | null
328309
328291
  specialCharacteristics?: NullableStringFieldUpdateOperationsInput | string | null
@@ -328610,9 +328592,9 @@ export namespace Prisma {
328610
328592
  installationDate?: Date | string | null
328611
328593
  address?: string | null
328612
328594
  material?: string | null
328613
- height?: number | null
328614
- topDiameter?: number | null
328615
- bottomDiameter?: number | null
328595
+ height?: string | null
328596
+ topDiameter?: string | null
328597
+ bottomDiameter?: string | null
328616
328598
  downGuy?: boolean
328617
328599
  brand?: string | null
328618
328600
  brandDescription?: string | null
@@ -328884,7 +328866,7 @@ export namespace Prisma {
328884
328866
  address?: string | null
328885
328867
  deploymentPhase?: string | null
328886
328868
  trenchConfiguration?: string | null
328887
- trenchDepth?: number | null
328869
+ trenchDepth?: string | null
328888
328870
  backfillMaterial?: string | null
328889
328871
  reinforcementMaterial?: string | null
328890
328872
  specialCharacteristics?: string | null
@@ -329578,9 +329560,9 @@ export namespace Prisma {
329578
329560
  installationDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
329579
329561
  address?: NullableStringFieldUpdateOperationsInput | string | null
329580
329562
  material?: NullableStringFieldUpdateOperationsInput | string | null
329581
- height?: NullableFloatFieldUpdateOperationsInput | number | null
329582
- topDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
329583
- bottomDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
329563
+ height?: NullableStringFieldUpdateOperationsInput | string | null
329564
+ topDiameter?: NullableStringFieldUpdateOperationsInput | string | null
329565
+ bottomDiameter?: NullableStringFieldUpdateOperationsInput | string | null
329584
329566
  downGuy?: BoolFieldUpdateOperationsInput | boolean
329585
329567
  brand?: NullableStringFieldUpdateOperationsInput | string | null
329586
329568
  brandDescription?: NullableStringFieldUpdateOperationsInput | string | null
@@ -329622,9 +329604,9 @@ export namespace Prisma {
329622
329604
  installationDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
329623
329605
  address?: NullableStringFieldUpdateOperationsInput | string | null
329624
329606
  material?: NullableStringFieldUpdateOperationsInput | string | null
329625
- height?: NullableFloatFieldUpdateOperationsInput | number | null
329626
- topDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
329627
- bottomDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
329607
+ height?: NullableStringFieldUpdateOperationsInput | string | null
329608
+ topDiameter?: NullableStringFieldUpdateOperationsInput | string | null
329609
+ bottomDiameter?: NullableStringFieldUpdateOperationsInput | string | null
329628
329610
  downGuy?: BoolFieldUpdateOperationsInput | boolean
329629
329611
  brand?: NullableStringFieldUpdateOperationsInput | string | null
329630
329612
  brandDescription?: NullableStringFieldUpdateOperationsInput | string | null
@@ -329666,9 +329648,9 @@ export namespace Prisma {
329666
329648
  installationDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
329667
329649
  address?: NullableStringFieldUpdateOperationsInput | string | null
329668
329650
  material?: NullableStringFieldUpdateOperationsInput | string | null
329669
- height?: NullableFloatFieldUpdateOperationsInput | number | null
329670
- topDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
329671
- bottomDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
329651
+ height?: NullableStringFieldUpdateOperationsInput | string | null
329652
+ topDiameter?: NullableStringFieldUpdateOperationsInput | string | null
329653
+ bottomDiameter?: NullableStringFieldUpdateOperationsInput | string | null
329672
329654
  downGuy?: BoolFieldUpdateOperationsInput | boolean
329673
329655
  brand?: NullableStringFieldUpdateOperationsInput | string | null
329674
329656
  brandDescription?: NullableStringFieldUpdateOperationsInput | string | null
@@ -330428,7 +330410,7 @@ export namespace Prisma {
330428
330410
  address?: NullableStringFieldUpdateOperationsInput | string | null
330429
330411
  deploymentPhase?: NullableStringFieldUpdateOperationsInput | string | null
330430
330412
  trenchConfiguration?: NullableStringFieldUpdateOperationsInput | string | null
330431
- trenchDepth?: NullableFloatFieldUpdateOperationsInput | number | null
330413
+ trenchDepth?: NullableStringFieldUpdateOperationsInput | string | null
330432
330414
  backfillMaterial?: NullableStringFieldUpdateOperationsInput | string | null
330433
330415
  reinforcementMaterial?: NullableStringFieldUpdateOperationsInput | string | null
330434
330416
  specialCharacteristics?: NullableStringFieldUpdateOperationsInput | string | null
@@ -330475,7 +330457,7 @@ export namespace Prisma {
330475
330457
  address?: NullableStringFieldUpdateOperationsInput | string | null
330476
330458
  deploymentPhase?: NullableStringFieldUpdateOperationsInput | string | null
330477
330459
  trenchConfiguration?: NullableStringFieldUpdateOperationsInput | string | null
330478
- trenchDepth?: NullableFloatFieldUpdateOperationsInput | number | null
330460
+ trenchDepth?: NullableStringFieldUpdateOperationsInput | string | null
330479
330461
  backfillMaterial?: NullableStringFieldUpdateOperationsInput | string | null
330480
330462
  reinforcementMaterial?: NullableStringFieldUpdateOperationsInput | string | null
330481
330463
  specialCharacteristics?: NullableStringFieldUpdateOperationsInput | string | null
@@ -330522,7 +330504,7 @@ export namespace Prisma {
330522
330504
  address?: NullableStringFieldUpdateOperationsInput | string | null
330523
330505
  deploymentPhase?: NullableStringFieldUpdateOperationsInput | string | null
330524
330506
  trenchConfiguration?: NullableStringFieldUpdateOperationsInput | string | null
330525
- trenchDepth?: NullableFloatFieldUpdateOperationsInput | number | null
330507
+ trenchDepth?: NullableStringFieldUpdateOperationsInput | string | null
330526
330508
  backfillMaterial?: NullableStringFieldUpdateOperationsInput | string | null
330527
330509
  reinforcementMaterial?: NullableStringFieldUpdateOperationsInput | string | null
330528
330510
  specialCharacteristics?: NullableStringFieldUpdateOperationsInput | string | null
@@ -332772,7 +332754,7 @@ export namespace Prisma {
332772
332754
  address?: string | null
332773
332755
  deploymentPhase?: string | null
332774
332756
  trenchConfiguration?: string | null
332775
- trenchDepth?: number | null
332757
+ trenchDepth?: string | null
332776
332758
  backfillMaterial?: string | null
332777
332759
  reinforcementMaterial?: string | null
332778
332760
  specialCharacteristics?: string | null
@@ -332990,7 +332972,7 @@ export namespace Prisma {
332990
332972
  address?: NullableStringFieldUpdateOperationsInput | string | null
332991
332973
  deploymentPhase?: NullableStringFieldUpdateOperationsInput | string | null
332992
332974
  trenchConfiguration?: NullableStringFieldUpdateOperationsInput | string | null
332993
- trenchDepth?: NullableFloatFieldUpdateOperationsInput | number | null
332975
+ trenchDepth?: NullableStringFieldUpdateOperationsInput | string | null
332994
332976
  backfillMaterial?: NullableStringFieldUpdateOperationsInput | string | null
332995
332977
  reinforcementMaterial?: NullableStringFieldUpdateOperationsInput | string | null
332996
332978
  specialCharacteristics?: NullableStringFieldUpdateOperationsInput | string | null
@@ -333037,7 +333019,7 @@ export namespace Prisma {
333037
333019
  address?: NullableStringFieldUpdateOperationsInput | string | null
333038
333020
  deploymentPhase?: NullableStringFieldUpdateOperationsInput | string | null
333039
333021
  trenchConfiguration?: NullableStringFieldUpdateOperationsInput | string | null
333040
- trenchDepth?: NullableFloatFieldUpdateOperationsInput | number | null
333022
+ trenchDepth?: NullableStringFieldUpdateOperationsInput | string | null
333041
333023
  backfillMaterial?: NullableStringFieldUpdateOperationsInput | string | null
333042
333024
  reinforcementMaterial?: NullableStringFieldUpdateOperationsInput | string | null
333043
333025
  specialCharacteristics?: NullableStringFieldUpdateOperationsInput | string | null
@@ -333084,7 +333066,7 @@ export namespace Prisma {
333084
333066
  address?: NullableStringFieldUpdateOperationsInput | string | null
333085
333067
  deploymentPhase?: NullableStringFieldUpdateOperationsInput | string | null
333086
333068
  trenchConfiguration?: NullableStringFieldUpdateOperationsInput | string | null
333087
- trenchDepth?: NullableFloatFieldUpdateOperationsInput | number | null
333069
+ trenchDepth?: NullableStringFieldUpdateOperationsInput | string | null
333088
333070
  backfillMaterial?: NullableStringFieldUpdateOperationsInput | string | null
333089
333071
  reinforcementMaterial?: NullableStringFieldUpdateOperationsInput | string | null
333090
333072
  specialCharacteristics?: NullableStringFieldUpdateOperationsInput | string | null
@@ -336634,9 +336616,9 @@ export namespace Prisma {
336634
336616
  installationDate?: Date | string | null
336635
336617
  address?: string | null
336636
336618
  material?: string | null
336637
- height?: number | null
336638
- topDiameter?: number | null
336639
- bottomDiameter?: number | null
336619
+ height?: string | null
336620
+ topDiameter?: string | null
336621
+ bottomDiameter?: string | null
336640
336622
  downGuy?: boolean
336641
336623
  brand?: string | null
336642
336624
  brandDescription?: string | null
@@ -336901,9 +336883,9 @@ export namespace Prisma {
336901
336883
  installationDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
336902
336884
  address?: NullableStringFieldUpdateOperationsInput | string | null
336903
336885
  material?: NullableStringFieldUpdateOperationsInput | string | null
336904
- height?: NullableFloatFieldUpdateOperationsInput | number | null
336905
- topDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
336906
- bottomDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
336886
+ height?: NullableStringFieldUpdateOperationsInput | string | null
336887
+ topDiameter?: NullableStringFieldUpdateOperationsInput | string | null
336888
+ bottomDiameter?: NullableStringFieldUpdateOperationsInput | string | null
336907
336889
  downGuy?: BoolFieldUpdateOperationsInput | boolean
336908
336890
  brand?: NullableStringFieldUpdateOperationsInput | string | null
336909
336891
  brandDescription?: NullableStringFieldUpdateOperationsInput | string | null
@@ -336945,9 +336927,9 @@ export namespace Prisma {
336945
336927
  installationDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
336946
336928
  address?: NullableStringFieldUpdateOperationsInput | string | null
336947
336929
  material?: NullableStringFieldUpdateOperationsInput | string | null
336948
- height?: NullableFloatFieldUpdateOperationsInput | number | null
336949
- topDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
336950
- bottomDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
336930
+ height?: NullableStringFieldUpdateOperationsInput | string | null
336931
+ topDiameter?: NullableStringFieldUpdateOperationsInput | string | null
336932
+ bottomDiameter?: NullableStringFieldUpdateOperationsInput | string | null
336951
336933
  downGuy?: BoolFieldUpdateOperationsInput | boolean
336952
336934
  brand?: NullableStringFieldUpdateOperationsInput | string | null
336953
336935
  brandDescription?: NullableStringFieldUpdateOperationsInput | string | null
@@ -336989,9 +336971,9 @@ export namespace Prisma {
336989
336971
  installationDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
336990
336972
  address?: NullableStringFieldUpdateOperationsInput | string | null
336991
336973
  material?: NullableStringFieldUpdateOperationsInput | string | null
336992
- height?: NullableFloatFieldUpdateOperationsInput | number | null
336993
- topDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
336994
- bottomDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
336974
+ height?: NullableStringFieldUpdateOperationsInput | string | null
336975
+ topDiameter?: NullableStringFieldUpdateOperationsInput | string | null
336976
+ bottomDiameter?: NullableStringFieldUpdateOperationsInput | string | null
336995
336977
  downGuy?: BoolFieldUpdateOperationsInput | boolean
336996
336978
  brand?: NullableStringFieldUpdateOperationsInput | string | null
336997
336979
  brandDescription?: NullableStringFieldUpdateOperationsInput | string | null
@@ -341444,9 +341426,9 @@ export namespace Prisma {
341444
341426
  installationDate?: Date | string | null
341445
341427
  address?: string | null
341446
341428
  material?: string | null
341447
- height?: number | null
341448
- topDiameter?: number | null
341449
- bottomDiameter?: number | null
341429
+ height?: string | null
341430
+ topDiameter?: string | null
341431
+ bottomDiameter?: string | null
341450
341432
  downGuy?: boolean
341451
341433
  brand?: string | null
341452
341434
  brandDescription?: string | null
@@ -341693,7 +341675,7 @@ export namespace Prisma {
341693
341675
  address?: string | null
341694
341676
  deploymentPhase?: string | null
341695
341677
  trenchConfiguration?: string | null
341696
- trenchDepth?: number | null
341678
+ trenchDepth?: string | null
341697
341679
  backfillMaterial?: string | null
341698
341680
  reinforcementMaterial?: string | null
341699
341681
  specialCharacteristics?: string | null
@@ -342321,9 +342303,9 @@ export namespace Prisma {
342321
342303
  installationDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
342322
342304
  address?: NullableStringFieldUpdateOperationsInput | string | null
342323
342305
  material?: NullableStringFieldUpdateOperationsInput | string | null
342324
- height?: NullableFloatFieldUpdateOperationsInput | number | null
342325
- topDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
342326
- bottomDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
342306
+ height?: NullableStringFieldUpdateOperationsInput | string | null
342307
+ topDiameter?: NullableStringFieldUpdateOperationsInput | string | null
342308
+ bottomDiameter?: NullableStringFieldUpdateOperationsInput | string | null
342327
342309
  downGuy?: BoolFieldUpdateOperationsInput | boolean
342328
342310
  brand?: NullableStringFieldUpdateOperationsInput | string | null
342329
342311
  brandDescription?: NullableStringFieldUpdateOperationsInput | string | null
@@ -342365,9 +342347,9 @@ export namespace Prisma {
342365
342347
  installationDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
342366
342348
  address?: NullableStringFieldUpdateOperationsInput | string | null
342367
342349
  material?: NullableStringFieldUpdateOperationsInput | string | null
342368
- height?: NullableFloatFieldUpdateOperationsInput | number | null
342369
- topDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
342370
- bottomDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
342350
+ height?: NullableStringFieldUpdateOperationsInput | string | null
342351
+ topDiameter?: NullableStringFieldUpdateOperationsInput | string | null
342352
+ bottomDiameter?: NullableStringFieldUpdateOperationsInput | string | null
342371
342353
  downGuy?: BoolFieldUpdateOperationsInput | boolean
342372
342354
  brand?: NullableStringFieldUpdateOperationsInput | string | null
342373
342355
  brandDescription?: NullableStringFieldUpdateOperationsInput | string | null
@@ -342409,9 +342391,9 @@ export namespace Prisma {
342409
342391
  installationDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
342410
342392
  address?: NullableStringFieldUpdateOperationsInput | string | null
342411
342393
  material?: NullableStringFieldUpdateOperationsInput | string | null
342412
- height?: NullableFloatFieldUpdateOperationsInput | number | null
342413
- topDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
342414
- bottomDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
342394
+ height?: NullableStringFieldUpdateOperationsInput | string | null
342395
+ topDiameter?: NullableStringFieldUpdateOperationsInput | string | null
342396
+ bottomDiameter?: NullableStringFieldUpdateOperationsInput | string | null
342415
342397
  downGuy?: BoolFieldUpdateOperationsInput | boolean
342416
342398
  brand?: NullableStringFieldUpdateOperationsInput | string | null
342417
342399
  brandDescription?: NullableStringFieldUpdateOperationsInput | string | null
@@ -343094,7 +343076,7 @@ export namespace Prisma {
343094
343076
  address?: NullableStringFieldUpdateOperationsInput | string | null
343095
343077
  deploymentPhase?: NullableStringFieldUpdateOperationsInput | string | null
343096
343078
  trenchConfiguration?: NullableStringFieldUpdateOperationsInput | string | null
343097
- trenchDepth?: NullableFloatFieldUpdateOperationsInput | number | null
343079
+ trenchDepth?: NullableStringFieldUpdateOperationsInput | string | null
343098
343080
  backfillMaterial?: NullableStringFieldUpdateOperationsInput | string | null
343099
343081
  reinforcementMaterial?: NullableStringFieldUpdateOperationsInput | string | null
343100
343082
  specialCharacteristics?: NullableStringFieldUpdateOperationsInput | string | null
@@ -343141,7 +343123,7 @@ export namespace Prisma {
343141
343123
  address?: NullableStringFieldUpdateOperationsInput | string | null
343142
343124
  deploymentPhase?: NullableStringFieldUpdateOperationsInput | string | null
343143
343125
  trenchConfiguration?: NullableStringFieldUpdateOperationsInput | string | null
343144
- trenchDepth?: NullableFloatFieldUpdateOperationsInput | number | null
343126
+ trenchDepth?: NullableStringFieldUpdateOperationsInput | string | null
343145
343127
  backfillMaterial?: NullableStringFieldUpdateOperationsInput | string | null
343146
343128
  reinforcementMaterial?: NullableStringFieldUpdateOperationsInput | string | null
343147
343129
  specialCharacteristics?: NullableStringFieldUpdateOperationsInput | string | null
@@ -343188,7 +343170,7 @@ export namespace Prisma {
343188
343170
  address?: NullableStringFieldUpdateOperationsInput | string | null
343189
343171
  deploymentPhase?: NullableStringFieldUpdateOperationsInput | string | null
343190
343172
  trenchConfiguration?: NullableStringFieldUpdateOperationsInput | string | null
343191
- trenchDepth?: NullableFloatFieldUpdateOperationsInput | number | null
343173
+ trenchDepth?: NullableStringFieldUpdateOperationsInput | string | null
343192
343174
  backfillMaterial?: NullableStringFieldUpdateOperationsInput | string | null
343193
343175
  reinforcementMaterial?: NullableStringFieldUpdateOperationsInput | string | null
343194
343176
  specialCharacteristics?: NullableStringFieldUpdateOperationsInput | string | null
@@ -343636,9 +343618,9 @@ export namespace Prisma {
343636
343618
  installationDate?: Date | string | null
343637
343619
  address?: string | null
343638
343620
  material?: string | null
343639
- height?: number | null
343640
- topDiameter?: number | null
343641
- bottomDiameter?: number | null
343621
+ height?: string | null
343622
+ topDiameter?: string | null
343623
+ bottomDiameter?: string | null
343642
343624
  downGuy?: boolean
343643
343625
  brand?: string | null
343644
343626
  brandDescription?: string | null
@@ -344401,7 +344383,7 @@ export namespace Prisma {
344401
344383
  address?: string | null
344402
344384
  deploymentPhase?: string | null
344403
344385
  trenchConfiguration?: string | null
344404
- trenchDepth?: number | null
344386
+ trenchDepth?: string | null
344405
344387
  backfillMaterial?: string | null
344406
344388
  reinforcementMaterial?: string | null
344407
344389
  specialCharacteristics?: string | null
@@ -344748,9 +344730,9 @@ export namespace Prisma {
344748
344730
  installationDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
344749
344731
  address?: NullableStringFieldUpdateOperationsInput | string | null
344750
344732
  material?: NullableStringFieldUpdateOperationsInput | string | null
344751
- height?: NullableFloatFieldUpdateOperationsInput | number | null
344752
- topDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
344753
- bottomDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
344733
+ height?: NullableStringFieldUpdateOperationsInput | string | null
344734
+ topDiameter?: NullableStringFieldUpdateOperationsInput | string | null
344735
+ bottomDiameter?: NullableStringFieldUpdateOperationsInput | string | null
344754
344736
  downGuy?: BoolFieldUpdateOperationsInput | boolean
344755
344737
  brand?: NullableStringFieldUpdateOperationsInput | string | null
344756
344738
  brandDescription?: NullableStringFieldUpdateOperationsInput | string | null
@@ -344792,9 +344774,9 @@ export namespace Prisma {
344792
344774
  installationDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
344793
344775
  address?: NullableStringFieldUpdateOperationsInput | string | null
344794
344776
  material?: NullableStringFieldUpdateOperationsInput | string | null
344795
- height?: NullableFloatFieldUpdateOperationsInput | number | null
344796
- topDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
344797
- bottomDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
344777
+ height?: NullableStringFieldUpdateOperationsInput | string | null
344778
+ topDiameter?: NullableStringFieldUpdateOperationsInput | string | null
344779
+ bottomDiameter?: NullableStringFieldUpdateOperationsInput | string | null
344798
344780
  downGuy?: BoolFieldUpdateOperationsInput | boolean
344799
344781
  brand?: NullableStringFieldUpdateOperationsInput | string | null
344800
344782
  brandDescription?: NullableStringFieldUpdateOperationsInput | string | null
@@ -344836,9 +344818,9 @@ export namespace Prisma {
344836
344818
  installationDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
344837
344819
  address?: NullableStringFieldUpdateOperationsInput | string | null
344838
344820
  material?: NullableStringFieldUpdateOperationsInput | string | null
344839
- height?: NullableFloatFieldUpdateOperationsInput | number | null
344840
- topDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
344841
- bottomDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
344821
+ height?: NullableStringFieldUpdateOperationsInput | string | null
344822
+ topDiameter?: NullableStringFieldUpdateOperationsInput | string | null
344823
+ bottomDiameter?: NullableStringFieldUpdateOperationsInput | string | null
344842
344824
  downGuy?: BoolFieldUpdateOperationsInput | boolean
344843
344825
  brand?: NullableStringFieldUpdateOperationsInput | string | null
344844
344826
  brandDescription?: NullableStringFieldUpdateOperationsInput | string | null
@@ -347193,7 +347175,7 @@ export namespace Prisma {
347193
347175
  address?: NullableStringFieldUpdateOperationsInput | string | null
347194
347176
  deploymentPhase?: NullableStringFieldUpdateOperationsInput | string | null
347195
347177
  trenchConfiguration?: NullableStringFieldUpdateOperationsInput | string | null
347196
- trenchDepth?: NullableFloatFieldUpdateOperationsInput | number | null
347178
+ trenchDepth?: NullableStringFieldUpdateOperationsInput | string | null
347197
347179
  backfillMaterial?: NullableStringFieldUpdateOperationsInput | string | null
347198
347180
  reinforcementMaterial?: NullableStringFieldUpdateOperationsInput | string | null
347199
347181
  specialCharacteristics?: NullableStringFieldUpdateOperationsInput | string | null
@@ -347240,7 +347222,7 @@ export namespace Prisma {
347240
347222
  address?: NullableStringFieldUpdateOperationsInput | string | null
347241
347223
  deploymentPhase?: NullableStringFieldUpdateOperationsInput | string | null
347242
347224
  trenchConfiguration?: NullableStringFieldUpdateOperationsInput | string | null
347243
- trenchDepth?: NullableFloatFieldUpdateOperationsInput | number | null
347225
+ trenchDepth?: NullableStringFieldUpdateOperationsInput | string | null
347244
347226
  backfillMaterial?: NullableStringFieldUpdateOperationsInput | string | null
347245
347227
  reinforcementMaterial?: NullableStringFieldUpdateOperationsInput | string | null
347246
347228
  specialCharacteristics?: NullableStringFieldUpdateOperationsInput | string | null
@@ -347287,7 +347269,7 @@ export namespace Prisma {
347287
347269
  address?: NullableStringFieldUpdateOperationsInput | string | null
347288
347270
  deploymentPhase?: NullableStringFieldUpdateOperationsInput | string | null
347289
347271
  trenchConfiguration?: NullableStringFieldUpdateOperationsInput | string | null
347290
- trenchDepth?: NullableFloatFieldUpdateOperationsInput | number | null
347272
+ trenchDepth?: NullableStringFieldUpdateOperationsInput | string | null
347291
347273
  backfillMaterial?: NullableStringFieldUpdateOperationsInput | string | null
347292
347274
  reinforcementMaterial?: NullableStringFieldUpdateOperationsInput | string | null
347293
347275
  specialCharacteristics?: NullableStringFieldUpdateOperationsInput | string | null