efiber-prisma-schema 2.1.1 → 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.
@@ -117335,17 +117335,11 @@ export namespace Prisma {
117335
117335
  export type PoleAvgAggregateOutputType = {
117336
117336
  no: number | null
117337
117337
  templateIndex: number | null
117338
- height: number | null
117339
- topDiameter: number | null
117340
- bottomDiameter: number | null
117341
117338
  }
117342
117339
 
117343
117340
  export type PoleSumAggregateOutputType = {
117344
117341
  no: number | null
117345
117342
  templateIndex: number | null
117346
- height: number | null
117347
- topDiameter: number | null
117348
- bottomDiameter: number | null
117349
117343
  }
117350
117344
 
117351
117345
  export type PoleMinAggregateOutputType = {
@@ -117361,9 +117355,9 @@ export namespace Prisma {
117361
117355
  installationDate: Date | null
117362
117356
  address: string | null
117363
117357
  material: string | null
117364
- height: number | null
117365
- topDiameter: number | null
117366
- bottomDiameter: number | null
117358
+ height: string | null
117359
+ topDiameter: string | null
117360
+ bottomDiameter: string | null
117367
117361
  downGuy: boolean | null
117368
117362
  brand: string | null
117369
117363
  brandDescription: string | null
@@ -117396,9 +117390,9 @@ export namespace Prisma {
117396
117390
  installationDate: Date | null
117397
117391
  address: string | null
117398
117392
  material: string | null
117399
- height: number | null
117400
- topDiameter: number | null
117401
- bottomDiameter: number | null
117393
+ height: string | null
117394
+ topDiameter: string | null
117395
+ bottomDiameter: string | null
117402
117396
  downGuy: boolean | null
117403
117397
  brand: string | null
117404
117398
  brandDescription: string | null
@@ -117466,17 +117460,11 @@ export namespace Prisma {
117466
117460
  export type PoleAvgAggregateInputType = {
117467
117461
  no?: true
117468
117462
  templateIndex?: true
117469
- height?: true
117470
- topDiameter?: true
117471
- bottomDiameter?: true
117472
117463
  }
117473
117464
 
117474
117465
  export type PoleSumAggregateInputType = {
117475
117466
  no?: true
117476
117467
  templateIndex?: true
117477
- height?: true
117478
- topDiameter?: true
117479
- bottomDiameter?: true
117480
117468
  }
117481
117469
 
117482
117470
  export type PoleMinAggregateInputType = {
@@ -117700,9 +117688,9 @@ export namespace Prisma {
117700
117688
  installationDate: Date | null
117701
117689
  address: string | null
117702
117690
  material: string | null
117703
- height: number | null
117704
- topDiameter: number | null
117705
- bottomDiameter: number | null
117691
+ height: string | null
117692
+ topDiameter: string | null
117693
+ bottomDiameter: string | null
117706
117694
  downGuy: boolean
117707
117695
  brand: string | null
117708
117696
  brandDescription: string | null
@@ -118003,9 +117991,9 @@ export namespace Prisma {
118003
117991
  installationDate: Date | null
118004
117992
  address: string | null
118005
117993
  material: string | null
118006
- height: number | null
118007
- topDiameter: number | null
118008
- bottomDiameter: number | null
117994
+ height: string | null
117995
+ topDiameter: string | null
117996
+ bottomDiameter: string | null
118009
117997
  downGuy: boolean
118010
117998
  brand: string | null
118011
117999
  brandDescription: string | null
@@ -118475,9 +118463,9 @@ export namespace Prisma {
118475
118463
  readonly installationDate: FieldRef<"Pole", 'DateTime'>
118476
118464
  readonly address: FieldRef<"Pole", 'String'>
118477
118465
  readonly material: FieldRef<"Pole", 'String'>
118478
- readonly height: FieldRef<"Pole", 'Float'>
118479
- readonly topDiameter: FieldRef<"Pole", 'Float'>
118480
- readonly bottomDiameter: FieldRef<"Pole", 'Float'>
118466
+ readonly height: FieldRef<"Pole", 'String'>
118467
+ readonly topDiameter: FieldRef<"Pole", 'String'>
118468
+ readonly bottomDiameter: FieldRef<"Pole", 'String'>
118481
118469
  readonly downGuy: FieldRef<"Pole", 'Boolean'>
118482
118470
  readonly brand: FieldRef<"Pole", 'String'>
118483
118471
  readonly brandDescription: FieldRef<"Pole", 'String'>
@@ -169082,6 +169070,7 @@ export namespace Prisma {
169082
169070
 
169083
169071
  export type WorkOrderWhereUniqueInput = Prisma.AtLeast<{
169084
169072
  id?: string
169073
+ mainId_projectId?: WorkOrderMainIdProjectIdCompoundUniqueInput
169085
169074
  AND?: WorkOrderWhereInput | WorkOrderWhereInput[]
169086
169075
  OR?: WorkOrderWhereInput[]
169087
169076
  NOT?: WorkOrderWhereInput | WorkOrderWhereInput[]
@@ -169128,7 +169117,7 @@ export namespace Prisma {
169128
169117
  Building?: XOR<BuildingNullableScalarRelationFilter, BuildingWhereInput> | null
169129
169118
  WorkOrderPauses?: WorkOrderPausesListRelationFilter
169130
169119
  WorkOrderComments?: WorkOrderCommentsListRelationFilter
169131
- }, "id" | "id">
169120
+ }, "id" | "id" | "mainId_projectId">
169132
169121
 
169133
169122
  export type WorkOrderOrderByWithAggregationInput = {
169134
169123
  id?: SortOrder
@@ -174724,9 +174713,9 @@ export namespace Prisma {
174724
174713
  installationDate?: DateTimeNullableFilter<"Pole"> | Date | string | null
174725
174714
  address?: StringNullableFilter<"Pole"> | string | null
174726
174715
  material?: StringNullableFilter<"Pole"> | string | null
174727
- height?: FloatNullableFilter<"Pole"> | number | null
174728
- topDiameter?: FloatNullableFilter<"Pole"> | number | null
174729
- bottomDiameter?: FloatNullableFilter<"Pole"> | number | null
174716
+ height?: StringNullableFilter<"Pole"> | string | null
174717
+ topDiameter?: StringNullableFilter<"Pole"> | string | null
174718
+ bottomDiameter?: StringNullableFilter<"Pole"> | string | null
174730
174719
  downGuy?: BoolFilter<"Pole"> | boolean
174731
174720
  brand?: StringNullableFilter<"Pole"> | string | null
174732
174721
  brandDescription?: StringNullableFilter<"Pole"> | string | null
@@ -174831,9 +174820,9 @@ export namespace Prisma {
174831
174820
  installationDate?: DateTimeNullableFilter<"Pole"> | Date | string | null
174832
174821
  address?: StringNullableFilter<"Pole"> | string | null
174833
174822
  material?: StringNullableFilter<"Pole"> | string | null
174834
- height?: FloatNullableFilter<"Pole"> | number | null
174835
- topDiameter?: FloatNullableFilter<"Pole"> | number | null
174836
- bottomDiameter?: FloatNullableFilter<"Pole"> | number | null
174823
+ height?: StringNullableFilter<"Pole"> | string | null
174824
+ topDiameter?: StringNullableFilter<"Pole"> | string | null
174825
+ bottomDiameter?: StringNullableFilter<"Pole"> | string | null
174837
174826
  downGuy?: BoolFilter<"Pole"> | boolean
174838
174827
  brand?: StringNullableFilter<"Pole"> | string | null
174839
174828
  brandDescription?: StringNullableFilter<"Pole"> | string | null
@@ -174934,9 +174923,9 @@ export namespace Prisma {
174934
174923
  installationDate?: DateTimeNullableWithAggregatesFilter<"Pole"> | Date | string | null
174935
174924
  address?: StringNullableWithAggregatesFilter<"Pole"> | string | null
174936
174925
  material?: StringNullableWithAggregatesFilter<"Pole"> | string | null
174937
- height?: FloatNullableWithAggregatesFilter<"Pole"> | number | null
174938
- topDiameter?: FloatNullableWithAggregatesFilter<"Pole"> | number | null
174939
- bottomDiameter?: FloatNullableWithAggregatesFilter<"Pole"> | number | null
174926
+ height?: StringNullableWithAggregatesFilter<"Pole"> | string | null
174927
+ topDiameter?: StringNullableWithAggregatesFilter<"Pole"> | string | null
174928
+ bottomDiameter?: StringNullableWithAggregatesFilter<"Pole"> | string | null
174940
174929
  downGuy?: BoolWithAggregatesFilter<"Pole"> | boolean
174941
174930
  brand?: StringNullableWithAggregatesFilter<"Pole"> | string | null
174942
174931
  brandDescription?: StringNullableWithAggregatesFilter<"Pole"> | string | null
@@ -189598,9 +189587,9 @@ export namespace Prisma {
189598
189587
  installationDate?: Date | string | null
189599
189588
  address?: string | null
189600
189589
  material?: string | null
189601
- height?: number | null
189602
- topDiameter?: number | null
189603
- bottomDiameter?: number | null
189590
+ height?: string | null
189591
+ topDiameter?: string | null
189592
+ bottomDiameter?: string | null
189604
189593
  downGuy?: boolean
189605
189594
  brand?: string | null
189606
189595
  brandDescription?: string | null
@@ -189643,9 +189632,9 @@ export namespace Prisma {
189643
189632
  installationDate?: Date | string | null
189644
189633
  address?: string | null
189645
189634
  material?: string | null
189646
- height?: number | null
189647
- topDiameter?: number | null
189648
- bottomDiameter?: number | null
189635
+ height?: string | null
189636
+ topDiameter?: string | null
189637
+ bottomDiameter?: string | null
189649
189638
  downGuy?: boolean
189650
189639
  brand?: string | null
189651
189640
  brandDescription?: string | null
@@ -189688,9 +189677,9 @@ export namespace Prisma {
189688
189677
  installationDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
189689
189678
  address?: NullableStringFieldUpdateOperationsInput | string | null
189690
189679
  material?: NullableStringFieldUpdateOperationsInput | string | null
189691
- height?: NullableFloatFieldUpdateOperationsInput | number | null
189692
- topDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
189693
- bottomDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
189680
+ height?: NullableStringFieldUpdateOperationsInput | string | null
189681
+ topDiameter?: NullableStringFieldUpdateOperationsInput | string | null
189682
+ bottomDiameter?: NullableStringFieldUpdateOperationsInput | string | null
189694
189683
  downGuy?: BoolFieldUpdateOperationsInput | boolean
189695
189684
  brand?: NullableStringFieldUpdateOperationsInput | string | null
189696
189685
  brandDescription?: NullableStringFieldUpdateOperationsInput | string | null
@@ -189733,9 +189722,9 @@ export namespace Prisma {
189733
189722
  installationDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
189734
189723
  address?: NullableStringFieldUpdateOperationsInput | string | null
189735
189724
  material?: NullableStringFieldUpdateOperationsInput | string | null
189736
- height?: NullableFloatFieldUpdateOperationsInput | number | null
189737
- topDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
189738
- bottomDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
189725
+ height?: NullableStringFieldUpdateOperationsInput | string | null
189726
+ topDiameter?: NullableStringFieldUpdateOperationsInput | string | null
189727
+ bottomDiameter?: NullableStringFieldUpdateOperationsInput | string | null
189739
189728
  downGuy?: BoolFieldUpdateOperationsInput | boolean
189740
189729
  brand?: NullableStringFieldUpdateOperationsInput | string | null
189741
189730
  brandDescription?: NullableStringFieldUpdateOperationsInput | string | null
@@ -189778,9 +189767,9 @@ export namespace Prisma {
189778
189767
  installationDate?: Date | string | null
189779
189768
  address?: string | null
189780
189769
  material?: string | null
189781
- height?: number | null
189782
- topDiameter?: number | null
189783
- bottomDiameter?: number | null
189770
+ height?: string | null
189771
+ topDiameter?: string | null
189772
+ bottomDiameter?: string | null
189784
189773
  downGuy?: boolean
189785
189774
  brand?: string | null
189786
189775
  brandDescription?: string | null
@@ -189821,9 +189810,9 @@ export namespace Prisma {
189821
189810
  installationDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
189822
189811
  address?: NullableStringFieldUpdateOperationsInput | string | null
189823
189812
  material?: NullableStringFieldUpdateOperationsInput | string | null
189824
- height?: NullableFloatFieldUpdateOperationsInput | number | null
189825
- topDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
189826
- bottomDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
189813
+ height?: NullableStringFieldUpdateOperationsInput | string | null
189814
+ topDiameter?: NullableStringFieldUpdateOperationsInput | string | null
189815
+ bottomDiameter?: NullableStringFieldUpdateOperationsInput | string | null
189827
189816
  downGuy?: BoolFieldUpdateOperationsInput | boolean
189828
189817
  brand?: NullableStringFieldUpdateOperationsInput | string | null
189829
189818
  brandDescription?: NullableStringFieldUpdateOperationsInput | string | null
@@ -189857,9 +189846,9 @@ export namespace Prisma {
189857
189846
  installationDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
189858
189847
  address?: NullableStringFieldUpdateOperationsInput | string | null
189859
189848
  material?: NullableStringFieldUpdateOperationsInput | string | null
189860
- height?: NullableFloatFieldUpdateOperationsInput | number | null
189861
- topDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
189862
- bottomDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
189849
+ height?: NullableStringFieldUpdateOperationsInput | string | null
189850
+ topDiameter?: NullableStringFieldUpdateOperationsInput | string | null
189851
+ bottomDiameter?: NullableStringFieldUpdateOperationsInput | string | null
189863
189852
  downGuy?: BoolFieldUpdateOperationsInput | boolean
189864
189853
  brand?: NullableStringFieldUpdateOperationsInput | string | null
189865
189854
  brandDescription?: NullableStringFieldUpdateOperationsInput | string | null
@@ -197408,6 +197397,11 @@ export namespace Prisma {
197408
197397
  _count?: SortOrder
197409
197398
  }
197410
197399
 
197400
+ export type WorkOrderMainIdProjectIdCompoundUniqueInput = {
197401
+ mainId: string
197402
+ projectId: string
197403
+ }
197404
+
197411
197405
  export type WorkOrderCountOrderByAggregateInput = {
197412
197406
  id?: SortOrder
197413
197407
  no?: SortOrder
@@ -200661,9 +200655,6 @@ export namespace Prisma {
200661
200655
  export type PoleAvgOrderByAggregateInput = {
200662
200656
  no?: SortOrder
200663
200657
  templateIndex?: SortOrder
200664
- height?: SortOrder
200665
- topDiameter?: SortOrder
200666
- bottomDiameter?: SortOrder
200667
200658
  }
200668
200659
 
200669
200660
  export type PoleMaxOrderByAggregateInput = {
@@ -200739,9 +200730,6 @@ export namespace Prisma {
200739
200730
  export type PoleSumOrderByAggregateInput = {
200740
200731
  no?: SortOrder
200741
200732
  templateIndex?: SortOrder
200742
- height?: SortOrder
200743
- topDiameter?: SortOrder
200744
- bottomDiameter?: SortOrder
200745
200733
  }
200746
200734
 
200747
200735
  export type PoleTemplateCountOrderByAggregateInput = {
@@ -228981,9 +228969,9 @@ export namespace Prisma {
228981
228969
  installationDate?: Date | string | null
228982
228970
  address?: string | null
228983
228971
  material?: string | null
228984
- height?: number | null
228985
- topDiameter?: number | null
228986
- bottomDiameter?: number | null
228972
+ height?: string | null
228973
+ topDiameter?: string | null
228974
+ bottomDiameter?: string | null
228987
228975
  downGuy?: boolean
228988
228976
  brand?: string | null
228989
228977
  brandDescription?: string | null
@@ -229025,9 +229013,9 @@ export namespace Prisma {
229025
229013
  installationDate?: Date | string | null
229026
229014
  address?: string | null
229027
229015
  material?: string | null
229028
- height?: number | null
229029
- topDiameter?: number | null
229030
- bottomDiameter?: number | null
229016
+ height?: string | null
229017
+ topDiameter?: string | null
229018
+ bottomDiameter?: string | null
229031
229019
  downGuy?: boolean
229032
229020
  brand?: string | null
229033
229021
  brandDescription?: string | null
@@ -231802,9 +231790,9 @@ export namespace Prisma {
231802
231790
  installationDate?: DateTimeNullableFilter<"Pole"> | Date | string | null
231803
231791
  address?: StringNullableFilter<"Pole"> | string | null
231804
231792
  material?: StringNullableFilter<"Pole"> | string | null
231805
- height?: FloatNullableFilter<"Pole"> | number | null
231806
- topDiameter?: FloatNullableFilter<"Pole"> | number | null
231807
- bottomDiameter?: FloatNullableFilter<"Pole"> | number | null
231793
+ height?: StringNullableFilter<"Pole"> | string | null
231794
+ topDiameter?: StringNullableFilter<"Pole"> | string | null
231795
+ bottomDiameter?: StringNullableFilter<"Pole"> | string | null
231808
231796
  downGuy?: BoolFilter<"Pole"> | boolean
231809
231797
  brand?: StringNullableFilter<"Pole"> | string | null
231810
231798
  brandDescription?: StringNullableFilter<"Pole"> | string | null
@@ -234641,9 +234629,9 @@ export namespace Prisma {
234641
234629
  installationDate?: Date | string | null
234642
234630
  address?: string | null
234643
234631
  material?: string | null
234644
- height?: number | null
234645
- topDiameter?: number | null
234646
- bottomDiameter?: number | null
234632
+ height?: string | null
234633
+ topDiameter?: string | null
234634
+ bottomDiameter?: string | null
234647
234635
  downGuy?: boolean
234648
234636
  brand?: string | null
234649
234637
  brandDescription?: string | null
@@ -234685,9 +234673,9 @@ export namespace Prisma {
234685
234673
  installationDate?: Date | string | null
234686
234674
  address?: string | null
234687
234675
  material?: string | null
234688
- height?: number | null
234689
- topDiameter?: number | null
234690
- bottomDiameter?: number | null
234676
+ height?: string | null
234677
+ topDiameter?: string | null
234678
+ bottomDiameter?: string | null
234691
234679
  downGuy?: boolean
234692
234680
  brand?: string | null
234693
234681
  brandDescription?: string | null
@@ -252971,9 +252959,9 @@ export namespace Prisma {
252971
252959
  installationDate?: Date | string | null
252972
252960
  address?: string | null
252973
252961
  material?: string | null
252974
- height?: number | null
252975
- topDiameter?: number | null
252976
- bottomDiameter?: number | null
252962
+ height?: string | null
252963
+ topDiameter?: string | null
252964
+ bottomDiameter?: string | null
252977
252965
  downGuy?: boolean
252978
252966
  brand?: string | null
252979
252967
  brandDescription?: string | null
@@ -253015,9 +253003,9 @@ export namespace Prisma {
253015
253003
  installationDate?: Date | string | null
253016
253004
  address?: string | null
253017
253005
  material?: string | null
253018
- height?: number | null
253019
- topDiameter?: number | null
253020
- bottomDiameter?: number | null
253006
+ height?: string | null
253007
+ topDiameter?: string | null
253008
+ bottomDiameter?: string | null
253021
253009
  downGuy?: boolean
253022
253010
  brand?: string | null
253023
253011
  brandDescription?: string | null
@@ -255392,9 +255380,9 @@ export namespace Prisma {
255392
255380
  installationDate?: Date | string | null
255393
255381
  address?: string | null
255394
255382
  material?: string | null
255395
- height?: number | null
255396
- topDiameter?: number | null
255397
- bottomDiameter?: number | null
255383
+ height?: string | null
255384
+ topDiameter?: string | null
255385
+ bottomDiameter?: string | null
255398
255386
  downGuy?: boolean
255399
255387
  brand?: string | null
255400
255388
  brandDescription?: string | null
@@ -255436,9 +255424,9 @@ export namespace Prisma {
255436
255424
  installationDate?: Date | string | null
255437
255425
  address?: string | null
255438
255426
  material?: string | null
255439
- height?: number | null
255440
- topDiameter?: number | null
255441
- bottomDiameter?: number | null
255427
+ height?: string | null
255428
+ topDiameter?: string | null
255429
+ bottomDiameter?: string | null
255442
255430
  downGuy?: boolean
255443
255431
  brand?: string | null
255444
255432
  brandDescription?: string | null
@@ -276946,9 +276934,9 @@ export namespace Prisma {
276946
276934
  installationDate?: Date | string | null
276947
276935
  address?: string | null
276948
276936
  material?: string | null
276949
- height?: number | null
276950
- topDiameter?: number | null
276951
- bottomDiameter?: number | null
276937
+ height?: string | null
276938
+ topDiameter?: string | null
276939
+ bottomDiameter?: string | null
276952
276940
  downGuy?: boolean
276953
276941
  brand?: string | null
276954
276942
  brandDescription?: string | null
@@ -276990,9 +276978,9 @@ export namespace Prisma {
276990
276978
  installationDate?: Date | string | null
276991
276979
  address?: string | null
276992
276980
  material?: string | null
276993
- height?: number | null
276994
- topDiameter?: number | null
276995
- bottomDiameter?: number | null
276981
+ height?: string | null
276982
+ topDiameter?: string | null
276983
+ bottomDiameter?: string | null
276996
276984
  downGuy?: boolean
276997
276985
  brand?: string | null
276998
276986
  brandDescription?: string | null
@@ -292445,9 +292433,9 @@ export namespace Prisma {
292445
292433
  installationDate?: Date | string | null
292446
292434
  address?: string | null
292447
292435
  material?: string | null
292448
- height?: number | null
292449
- topDiameter?: number | null
292450
- bottomDiameter?: number | null
292436
+ height?: string | null
292437
+ topDiameter?: string | null
292438
+ bottomDiameter?: string | null
292451
292439
  downGuy?: boolean
292452
292440
  brand?: string | null
292453
292441
  brandDescription?: string | null
@@ -292489,9 +292477,9 @@ export namespace Prisma {
292489
292477
  installationDate?: Date | string | null
292490
292478
  address?: string | null
292491
292479
  material?: string | null
292492
- height?: number | null
292493
- topDiameter?: number | null
292494
- bottomDiameter?: number | null
292480
+ height?: string | null
292481
+ topDiameter?: string | null
292482
+ bottomDiameter?: string | null
292495
292483
  downGuy?: boolean
292496
292484
  brand?: string | null
292497
292485
  brandDescription?: string | null
@@ -293876,9 +293864,9 @@ export namespace Prisma {
293876
293864
  installationDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
293877
293865
  address?: NullableStringFieldUpdateOperationsInput | string | null
293878
293866
  material?: NullableStringFieldUpdateOperationsInput | string | null
293879
- height?: NullableFloatFieldUpdateOperationsInput | number | null
293880
- topDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
293881
- bottomDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
293867
+ height?: NullableStringFieldUpdateOperationsInput | string | null
293868
+ topDiameter?: NullableStringFieldUpdateOperationsInput | string | null
293869
+ bottomDiameter?: NullableStringFieldUpdateOperationsInput | string | null
293882
293870
  downGuy?: BoolFieldUpdateOperationsInput | boolean
293883
293871
  brand?: NullableStringFieldUpdateOperationsInput | string | null
293884
293872
  brandDescription?: NullableStringFieldUpdateOperationsInput | string | null
@@ -293920,9 +293908,9 @@ export namespace Prisma {
293920
293908
  installationDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
293921
293909
  address?: NullableStringFieldUpdateOperationsInput | string | null
293922
293910
  material?: NullableStringFieldUpdateOperationsInput | string | null
293923
- height?: NullableFloatFieldUpdateOperationsInput | number | null
293924
- topDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
293925
- bottomDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
293911
+ height?: NullableStringFieldUpdateOperationsInput | string | null
293912
+ topDiameter?: NullableStringFieldUpdateOperationsInput | string | null
293913
+ bottomDiameter?: NullableStringFieldUpdateOperationsInput | string | null
293926
293914
  downGuy?: BoolFieldUpdateOperationsInput | boolean
293927
293915
  brand?: NullableStringFieldUpdateOperationsInput | string | null
293928
293916
  brandDescription?: NullableStringFieldUpdateOperationsInput | string | null
@@ -297180,9 +297168,9 @@ export namespace Prisma {
297180
297168
  installationDate?: Date | string | null
297181
297169
  address?: string | null
297182
297170
  material?: string | null
297183
- height?: number | null
297184
- topDiameter?: number | null
297185
- bottomDiameter?: number | null
297171
+ height?: string | null
297172
+ topDiameter?: string | null
297173
+ bottomDiameter?: string | null
297186
297174
  downGuy?: boolean
297187
297175
  brand?: string | null
297188
297176
  brandDescription?: string | null
@@ -297224,9 +297212,9 @@ export namespace Prisma {
297224
297212
  installationDate?: Date | string | null
297225
297213
  address?: string | null
297226
297214
  material?: string | null
297227
- height?: number | null
297228
- topDiameter?: number | null
297229
- bottomDiameter?: number | null
297215
+ height?: string | null
297216
+ topDiameter?: string | null
297217
+ bottomDiameter?: string | null
297230
297218
  downGuy?: boolean
297231
297219
  brand?: string | null
297232
297220
  brandDescription?: string | null
@@ -298930,9 +298918,9 @@ export namespace Prisma {
298930
298918
  installationDate?: Date | string | null
298931
298919
  address?: string | null
298932
298920
  material?: string | null
298933
- height?: number | null
298934
- topDiameter?: number | null
298935
- bottomDiameter?: number | null
298921
+ height?: string | null
298922
+ topDiameter?: string | null
298923
+ bottomDiameter?: string | null
298936
298924
  downGuy?: boolean
298937
298925
  brand?: string | null
298938
298926
  brandDescription?: string | null
@@ -298974,9 +298962,9 @@ export namespace Prisma {
298974
298962
  installationDate?: Date | string | null
298975
298963
  address?: string | null
298976
298964
  material?: string | null
298977
- height?: number | null
298978
- topDiameter?: number | null
298979
- bottomDiameter?: number | null
298965
+ height?: string | null
298966
+ topDiameter?: string | null
298967
+ bottomDiameter?: string | null
298980
298968
  downGuy?: boolean
298981
298969
  brand?: string | null
298982
298970
  brandDescription?: string | null
@@ -305800,9 +305788,9 @@ export namespace Prisma {
305800
305788
  installationDate?: Date | string | null
305801
305789
  address?: string | null
305802
305790
  material?: string | null
305803
- height?: number | null
305804
- topDiameter?: number | null
305805
- bottomDiameter?: number | null
305791
+ height?: string | null
305792
+ topDiameter?: string | null
305793
+ bottomDiameter?: string | null
305806
305794
  downGuy?: boolean
305807
305795
  brand?: string | null
305808
305796
  brandDescription?: string | null
@@ -305844,9 +305832,9 @@ export namespace Prisma {
305844
305832
  installationDate?: Date | string | null
305845
305833
  address?: string | null
305846
305834
  material?: string | null
305847
- height?: number | null
305848
- topDiameter?: number | null
305849
- bottomDiameter?: number | null
305835
+ height?: string | null
305836
+ topDiameter?: string | null
305837
+ bottomDiameter?: string | null
305850
305838
  downGuy?: boolean
305851
305839
  brand?: string | null
305852
305840
  brandDescription?: string | null
@@ -307048,9 +307036,9 @@ export namespace Prisma {
307048
307036
  installationDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
307049
307037
  address?: NullableStringFieldUpdateOperationsInput | string | null
307050
307038
  material?: NullableStringFieldUpdateOperationsInput | string | null
307051
- height?: NullableFloatFieldUpdateOperationsInput | number | null
307052
- topDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
307053
- bottomDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
307039
+ height?: NullableStringFieldUpdateOperationsInput | string | null
307040
+ topDiameter?: NullableStringFieldUpdateOperationsInput | string | null
307041
+ bottomDiameter?: NullableStringFieldUpdateOperationsInput | string | null
307054
307042
  downGuy?: BoolFieldUpdateOperationsInput | boolean
307055
307043
  brand?: NullableStringFieldUpdateOperationsInput | string | null
307056
307044
  brandDescription?: NullableStringFieldUpdateOperationsInput | string | null
@@ -307092,9 +307080,9 @@ export namespace Prisma {
307092
307080
  installationDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
307093
307081
  address?: NullableStringFieldUpdateOperationsInput | string | null
307094
307082
  material?: NullableStringFieldUpdateOperationsInput | string | null
307095
- height?: NullableFloatFieldUpdateOperationsInput | number | null
307096
- topDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
307097
- bottomDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
307083
+ height?: NullableStringFieldUpdateOperationsInput | string | null
307084
+ topDiameter?: NullableStringFieldUpdateOperationsInput | string | null
307085
+ bottomDiameter?: NullableStringFieldUpdateOperationsInput | string | null
307098
307086
  downGuy?: BoolFieldUpdateOperationsInput | boolean
307099
307087
  brand?: NullableStringFieldUpdateOperationsInput | string | null
307100
307088
  brandDescription?: NullableStringFieldUpdateOperationsInput | string | null
@@ -313304,9 +313292,9 @@ export namespace Prisma {
313304
313292
  installationDate?: Date | string | null
313305
313293
  address?: string | null
313306
313294
  material?: string | null
313307
- height?: number | null
313308
- topDiameter?: number | null
313309
- bottomDiameter?: number | null
313295
+ height?: string | null
313296
+ topDiameter?: string | null
313297
+ bottomDiameter?: string | null
313310
313298
  downGuy?: boolean
313311
313299
  brand?: string | null
313312
313300
  brandDescription?: string | null
@@ -315745,9 +315733,9 @@ export namespace Prisma {
315745
315733
  installationDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
315746
315734
  address?: NullableStringFieldUpdateOperationsInput | string | null
315747
315735
  material?: NullableStringFieldUpdateOperationsInput | string | null
315748
- height?: NullableFloatFieldUpdateOperationsInput | number | null
315749
- topDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
315750
- bottomDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
315736
+ height?: NullableStringFieldUpdateOperationsInput | string | null
315737
+ topDiameter?: NullableStringFieldUpdateOperationsInput | string | null
315738
+ bottomDiameter?: NullableStringFieldUpdateOperationsInput | string | null
315751
315739
  downGuy?: BoolFieldUpdateOperationsInput | boolean
315752
315740
  brand?: NullableStringFieldUpdateOperationsInput | string | null
315753
315741
  brandDescription?: NullableStringFieldUpdateOperationsInput | string | null
@@ -315789,9 +315777,9 @@ export namespace Prisma {
315789
315777
  installationDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
315790
315778
  address?: NullableStringFieldUpdateOperationsInput | string | null
315791
315779
  material?: NullableStringFieldUpdateOperationsInput | string | null
315792
- height?: NullableFloatFieldUpdateOperationsInput | number | null
315793
- topDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
315794
- bottomDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
315780
+ height?: NullableStringFieldUpdateOperationsInput | string | null
315781
+ topDiameter?: NullableStringFieldUpdateOperationsInput | string | null
315782
+ bottomDiameter?: NullableStringFieldUpdateOperationsInput | string | null
315795
315783
  downGuy?: BoolFieldUpdateOperationsInput | boolean
315796
315784
  brand?: NullableStringFieldUpdateOperationsInput | string | null
315797
315785
  brandDescription?: NullableStringFieldUpdateOperationsInput | string | null
@@ -315833,9 +315821,9 @@ export namespace Prisma {
315833
315821
  installationDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
315834
315822
  address?: NullableStringFieldUpdateOperationsInput | string | null
315835
315823
  material?: NullableStringFieldUpdateOperationsInput | string | null
315836
- height?: NullableFloatFieldUpdateOperationsInput | number | null
315837
- topDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
315838
- bottomDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
315824
+ height?: NullableStringFieldUpdateOperationsInput | string | null
315825
+ topDiameter?: NullableStringFieldUpdateOperationsInput | string | null
315826
+ bottomDiameter?: NullableStringFieldUpdateOperationsInput | string | null
315839
315827
  downGuy?: BoolFieldUpdateOperationsInput | boolean
315840
315828
  brand?: NullableStringFieldUpdateOperationsInput | string | null
315841
315829
  brandDescription?: NullableStringFieldUpdateOperationsInput | string | null
@@ -318362,9 +318350,9 @@ export namespace Prisma {
318362
318350
  installationDate?: Date | string | null
318363
318351
  address?: string | null
318364
318352
  material?: string | null
318365
- height?: number | null
318366
- topDiameter?: number | null
318367
- bottomDiameter?: number | null
318353
+ height?: string | null
318354
+ topDiameter?: string | null
318355
+ bottomDiameter?: string | null
318368
318356
  downGuy?: boolean
318369
318357
  brand?: string | null
318370
318358
  brandDescription?: string | null
@@ -320137,9 +320125,9 @@ export namespace Prisma {
320137
320125
  installationDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
320138
320126
  address?: NullableStringFieldUpdateOperationsInput | string | null
320139
320127
  material?: NullableStringFieldUpdateOperationsInput | string | null
320140
- height?: NullableFloatFieldUpdateOperationsInput | number | null
320141
- topDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
320142
- bottomDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
320128
+ height?: NullableStringFieldUpdateOperationsInput | string | null
320129
+ topDiameter?: NullableStringFieldUpdateOperationsInput | string | null
320130
+ bottomDiameter?: NullableStringFieldUpdateOperationsInput | string | null
320143
320131
  downGuy?: BoolFieldUpdateOperationsInput | boolean
320144
320132
  brand?: NullableStringFieldUpdateOperationsInput | string | null
320145
320133
  brandDescription?: NullableStringFieldUpdateOperationsInput | string | null
@@ -320181,9 +320169,9 @@ export namespace Prisma {
320181
320169
  installationDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
320182
320170
  address?: NullableStringFieldUpdateOperationsInput | string | null
320183
320171
  material?: NullableStringFieldUpdateOperationsInput | string | null
320184
- height?: NullableFloatFieldUpdateOperationsInput | number | null
320185
- topDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
320186
- bottomDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
320172
+ height?: NullableStringFieldUpdateOperationsInput | string | null
320173
+ topDiameter?: NullableStringFieldUpdateOperationsInput | string | null
320174
+ bottomDiameter?: NullableStringFieldUpdateOperationsInput | string | null
320187
320175
  downGuy?: BoolFieldUpdateOperationsInput | boolean
320188
320176
  brand?: NullableStringFieldUpdateOperationsInput | string | null
320189
320177
  brandDescription?: NullableStringFieldUpdateOperationsInput | string | null
@@ -320225,9 +320213,9 @@ export namespace Prisma {
320225
320213
  installationDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
320226
320214
  address?: NullableStringFieldUpdateOperationsInput | string | null
320227
320215
  material?: NullableStringFieldUpdateOperationsInput | string | null
320228
- height?: NullableFloatFieldUpdateOperationsInput | number | null
320229
- topDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
320230
- bottomDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
320216
+ height?: NullableStringFieldUpdateOperationsInput | string | null
320217
+ topDiameter?: NullableStringFieldUpdateOperationsInput | string | null
320218
+ bottomDiameter?: NullableStringFieldUpdateOperationsInput | string | null
320231
320219
  downGuy?: BoolFieldUpdateOperationsInput | boolean
320232
320220
  brand?: NullableStringFieldUpdateOperationsInput | string | null
320233
320221
  brandDescription?: NullableStringFieldUpdateOperationsInput | string | null
@@ -325306,9 +325294,9 @@ export namespace Prisma {
325306
325294
  installationDate?: Date | string | null
325307
325295
  address?: string | null
325308
325296
  material?: string | null
325309
- height?: number | null
325310
- topDiameter?: number | null
325311
- bottomDiameter?: number | null
325297
+ height?: string | null
325298
+ topDiameter?: string | null
325299
+ bottomDiameter?: string | null
325312
325300
  downGuy?: boolean
325313
325301
  brand?: string | null
325314
325302
  brandDescription?: string | null
@@ -326667,9 +326655,9 @@ export namespace Prisma {
326667
326655
  installationDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
326668
326656
  address?: NullableStringFieldUpdateOperationsInput | string | null
326669
326657
  material?: NullableStringFieldUpdateOperationsInput | string | null
326670
- height?: NullableFloatFieldUpdateOperationsInput | number | null
326671
- topDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
326672
- bottomDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
326658
+ height?: NullableStringFieldUpdateOperationsInput | string | null
326659
+ topDiameter?: NullableStringFieldUpdateOperationsInput | string | null
326660
+ bottomDiameter?: NullableStringFieldUpdateOperationsInput | string | null
326673
326661
  downGuy?: BoolFieldUpdateOperationsInput | boolean
326674
326662
  brand?: NullableStringFieldUpdateOperationsInput | string | null
326675
326663
  brandDescription?: NullableStringFieldUpdateOperationsInput | string | null
@@ -326711,9 +326699,9 @@ export namespace Prisma {
326711
326699
  installationDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
326712
326700
  address?: NullableStringFieldUpdateOperationsInput | string | null
326713
326701
  material?: NullableStringFieldUpdateOperationsInput | string | null
326714
- height?: NullableFloatFieldUpdateOperationsInput | number | null
326715
- topDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
326716
- bottomDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
326702
+ height?: NullableStringFieldUpdateOperationsInput | string | null
326703
+ topDiameter?: NullableStringFieldUpdateOperationsInput | string | null
326704
+ bottomDiameter?: NullableStringFieldUpdateOperationsInput | string | null
326717
326705
  downGuy?: BoolFieldUpdateOperationsInput | boolean
326718
326706
  brand?: NullableStringFieldUpdateOperationsInput | string | null
326719
326707
  brandDescription?: NullableStringFieldUpdateOperationsInput | string | null
@@ -326755,9 +326743,9 @@ export namespace Prisma {
326755
326743
  installationDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
326756
326744
  address?: NullableStringFieldUpdateOperationsInput | string | null
326757
326745
  material?: NullableStringFieldUpdateOperationsInput | string | null
326758
- height?: NullableFloatFieldUpdateOperationsInput | number | null
326759
- topDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
326760
- bottomDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
326746
+ height?: NullableStringFieldUpdateOperationsInput | string | null
326747
+ topDiameter?: NullableStringFieldUpdateOperationsInput | string | null
326748
+ bottomDiameter?: NullableStringFieldUpdateOperationsInput | string | null
326761
326749
  downGuy?: BoolFieldUpdateOperationsInput | boolean
326762
326750
  brand?: NullableStringFieldUpdateOperationsInput | string | null
326763
326751
  brandDescription?: NullableStringFieldUpdateOperationsInput | string | null
@@ -328604,9 +328592,9 @@ export namespace Prisma {
328604
328592
  installationDate?: Date | string | null
328605
328593
  address?: string | null
328606
328594
  material?: string | null
328607
- height?: number | null
328608
- topDiameter?: number | null
328609
- bottomDiameter?: number | null
328595
+ height?: string | null
328596
+ topDiameter?: string | null
328597
+ bottomDiameter?: string | null
328610
328598
  downGuy?: boolean
328611
328599
  brand?: string | null
328612
328600
  brandDescription?: string | null
@@ -329572,9 +329560,9 @@ export namespace Prisma {
329572
329560
  installationDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
329573
329561
  address?: NullableStringFieldUpdateOperationsInput | string | null
329574
329562
  material?: NullableStringFieldUpdateOperationsInput | string | null
329575
- height?: NullableFloatFieldUpdateOperationsInput | number | null
329576
- topDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
329577
- bottomDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
329563
+ height?: NullableStringFieldUpdateOperationsInput | string | null
329564
+ topDiameter?: NullableStringFieldUpdateOperationsInput | string | null
329565
+ bottomDiameter?: NullableStringFieldUpdateOperationsInput | string | null
329578
329566
  downGuy?: BoolFieldUpdateOperationsInput | boolean
329579
329567
  brand?: NullableStringFieldUpdateOperationsInput | string | null
329580
329568
  brandDescription?: NullableStringFieldUpdateOperationsInput | string | null
@@ -329616,9 +329604,9 @@ export namespace Prisma {
329616
329604
  installationDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
329617
329605
  address?: NullableStringFieldUpdateOperationsInput | string | null
329618
329606
  material?: NullableStringFieldUpdateOperationsInput | string | null
329619
- height?: NullableFloatFieldUpdateOperationsInput | number | null
329620
- topDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
329621
- bottomDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
329607
+ height?: NullableStringFieldUpdateOperationsInput | string | null
329608
+ topDiameter?: NullableStringFieldUpdateOperationsInput | string | null
329609
+ bottomDiameter?: NullableStringFieldUpdateOperationsInput | string | null
329622
329610
  downGuy?: BoolFieldUpdateOperationsInput | boolean
329623
329611
  brand?: NullableStringFieldUpdateOperationsInput | string | null
329624
329612
  brandDescription?: NullableStringFieldUpdateOperationsInput | string | null
@@ -329660,9 +329648,9 @@ export namespace Prisma {
329660
329648
  installationDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
329661
329649
  address?: NullableStringFieldUpdateOperationsInput | string | null
329662
329650
  material?: NullableStringFieldUpdateOperationsInput | string | null
329663
- height?: NullableFloatFieldUpdateOperationsInput | number | null
329664
- topDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
329665
- bottomDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
329651
+ height?: NullableStringFieldUpdateOperationsInput | string | null
329652
+ topDiameter?: NullableStringFieldUpdateOperationsInput | string | null
329653
+ bottomDiameter?: NullableStringFieldUpdateOperationsInput | string | null
329666
329654
  downGuy?: BoolFieldUpdateOperationsInput | boolean
329667
329655
  brand?: NullableStringFieldUpdateOperationsInput | string | null
329668
329656
  brandDescription?: NullableStringFieldUpdateOperationsInput | string | null
@@ -336628,9 +336616,9 @@ export namespace Prisma {
336628
336616
  installationDate?: Date | string | null
336629
336617
  address?: string | null
336630
336618
  material?: string | null
336631
- height?: number | null
336632
- topDiameter?: number | null
336633
- bottomDiameter?: number | null
336619
+ height?: string | null
336620
+ topDiameter?: string | null
336621
+ bottomDiameter?: string | null
336634
336622
  downGuy?: boolean
336635
336623
  brand?: string | null
336636
336624
  brandDescription?: string | null
@@ -336895,9 +336883,9 @@ export namespace Prisma {
336895
336883
  installationDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
336896
336884
  address?: NullableStringFieldUpdateOperationsInput | string | null
336897
336885
  material?: NullableStringFieldUpdateOperationsInput | string | null
336898
- height?: NullableFloatFieldUpdateOperationsInput | number | null
336899
- topDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
336900
- bottomDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
336886
+ height?: NullableStringFieldUpdateOperationsInput | string | null
336887
+ topDiameter?: NullableStringFieldUpdateOperationsInput | string | null
336888
+ bottomDiameter?: NullableStringFieldUpdateOperationsInput | string | null
336901
336889
  downGuy?: BoolFieldUpdateOperationsInput | boolean
336902
336890
  brand?: NullableStringFieldUpdateOperationsInput | string | null
336903
336891
  brandDescription?: NullableStringFieldUpdateOperationsInput | string | null
@@ -336939,9 +336927,9 @@ export namespace Prisma {
336939
336927
  installationDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
336940
336928
  address?: NullableStringFieldUpdateOperationsInput | string | null
336941
336929
  material?: NullableStringFieldUpdateOperationsInput | string | null
336942
- height?: NullableFloatFieldUpdateOperationsInput | number | null
336943
- topDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
336944
- bottomDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
336930
+ height?: NullableStringFieldUpdateOperationsInput | string | null
336931
+ topDiameter?: NullableStringFieldUpdateOperationsInput | string | null
336932
+ bottomDiameter?: NullableStringFieldUpdateOperationsInput | string | null
336945
336933
  downGuy?: BoolFieldUpdateOperationsInput | boolean
336946
336934
  brand?: NullableStringFieldUpdateOperationsInput | string | null
336947
336935
  brandDescription?: NullableStringFieldUpdateOperationsInput | string | null
@@ -336983,9 +336971,9 @@ export namespace Prisma {
336983
336971
  installationDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
336984
336972
  address?: NullableStringFieldUpdateOperationsInput | string | null
336985
336973
  material?: NullableStringFieldUpdateOperationsInput | string | null
336986
- height?: NullableFloatFieldUpdateOperationsInput | number | null
336987
- topDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
336988
- bottomDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
336974
+ height?: NullableStringFieldUpdateOperationsInput | string | null
336975
+ topDiameter?: NullableStringFieldUpdateOperationsInput | string | null
336976
+ bottomDiameter?: NullableStringFieldUpdateOperationsInput | string | null
336989
336977
  downGuy?: BoolFieldUpdateOperationsInput | boolean
336990
336978
  brand?: NullableStringFieldUpdateOperationsInput | string | null
336991
336979
  brandDescription?: NullableStringFieldUpdateOperationsInput | string | null
@@ -341438,9 +341426,9 @@ export namespace Prisma {
341438
341426
  installationDate?: Date | string | null
341439
341427
  address?: string | null
341440
341428
  material?: string | null
341441
- height?: number | null
341442
- topDiameter?: number | null
341443
- bottomDiameter?: number | null
341429
+ height?: string | null
341430
+ topDiameter?: string | null
341431
+ bottomDiameter?: string | null
341444
341432
  downGuy?: boolean
341445
341433
  brand?: string | null
341446
341434
  brandDescription?: string | null
@@ -342315,9 +342303,9 @@ export namespace Prisma {
342315
342303
  installationDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
342316
342304
  address?: NullableStringFieldUpdateOperationsInput | string | null
342317
342305
  material?: NullableStringFieldUpdateOperationsInput | string | null
342318
- height?: NullableFloatFieldUpdateOperationsInput | number | null
342319
- topDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
342320
- bottomDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
342306
+ height?: NullableStringFieldUpdateOperationsInput | string | null
342307
+ topDiameter?: NullableStringFieldUpdateOperationsInput | string | null
342308
+ bottomDiameter?: NullableStringFieldUpdateOperationsInput | string | null
342321
342309
  downGuy?: BoolFieldUpdateOperationsInput | boolean
342322
342310
  brand?: NullableStringFieldUpdateOperationsInput | string | null
342323
342311
  brandDescription?: NullableStringFieldUpdateOperationsInput | string | null
@@ -342359,9 +342347,9 @@ export namespace Prisma {
342359
342347
  installationDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
342360
342348
  address?: NullableStringFieldUpdateOperationsInput | string | null
342361
342349
  material?: NullableStringFieldUpdateOperationsInput | string | null
342362
- height?: NullableFloatFieldUpdateOperationsInput | number | null
342363
- topDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
342364
- bottomDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
342350
+ height?: NullableStringFieldUpdateOperationsInput | string | null
342351
+ topDiameter?: NullableStringFieldUpdateOperationsInput | string | null
342352
+ bottomDiameter?: NullableStringFieldUpdateOperationsInput | string | null
342365
342353
  downGuy?: BoolFieldUpdateOperationsInput | boolean
342366
342354
  brand?: NullableStringFieldUpdateOperationsInput | string | null
342367
342355
  brandDescription?: NullableStringFieldUpdateOperationsInput | string | null
@@ -342403,9 +342391,9 @@ export namespace Prisma {
342403
342391
  installationDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
342404
342392
  address?: NullableStringFieldUpdateOperationsInput | string | null
342405
342393
  material?: NullableStringFieldUpdateOperationsInput | string | null
342406
- height?: NullableFloatFieldUpdateOperationsInput | number | null
342407
- topDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
342408
- bottomDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
342394
+ height?: NullableStringFieldUpdateOperationsInput | string | null
342395
+ topDiameter?: NullableStringFieldUpdateOperationsInput | string | null
342396
+ bottomDiameter?: NullableStringFieldUpdateOperationsInput | string | null
342409
342397
  downGuy?: BoolFieldUpdateOperationsInput | boolean
342410
342398
  brand?: NullableStringFieldUpdateOperationsInput | string | null
342411
342399
  brandDescription?: NullableStringFieldUpdateOperationsInput | string | null
@@ -343630,9 +343618,9 @@ export namespace Prisma {
343630
343618
  installationDate?: Date | string | null
343631
343619
  address?: string | null
343632
343620
  material?: string | null
343633
- height?: number | null
343634
- topDiameter?: number | null
343635
- bottomDiameter?: number | null
343621
+ height?: string | null
343622
+ topDiameter?: string | null
343623
+ bottomDiameter?: string | null
343636
343624
  downGuy?: boolean
343637
343625
  brand?: string | null
343638
343626
  brandDescription?: string | null
@@ -344742,9 +344730,9 @@ export namespace Prisma {
344742
344730
  installationDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
344743
344731
  address?: NullableStringFieldUpdateOperationsInput | string | null
344744
344732
  material?: NullableStringFieldUpdateOperationsInput | string | null
344745
- height?: NullableFloatFieldUpdateOperationsInput | number | null
344746
- topDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
344747
- bottomDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
344733
+ height?: NullableStringFieldUpdateOperationsInput | string | null
344734
+ topDiameter?: NullableStringFieldUpdateOperationsInput | string | null
344735
+ bottomDiameter?: NullableStringFieldUpdateOperationsInput | string | null
344748
344736
  downGuy?: BoolFieldUpdateOperationsInput | boolean
344749
344737
  brand?: NullableStringFieldUpdateOperationsInput | string | null
344750
344738
  brandDescription?: NullableStringFieldUpdateOperationsInput | string | null
@@ -344786,9 +344774,9 @@ export namespace Prisma {
344786
344774
  installationDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
344787
344775
  address?: NullableStringFieldUpdateOperationsInput | string | null
344788
344776
  material?: NullableStringFieldUpdateOperationsInput | string | null
344789
- height?: NullableFloatFieldUpdateOperationsInput | number | null
344790
- topDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
344791
- bottomDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
344777
+ height?: NullableStringFieldUpdateOperationsInput | string | null
344778
+ topDiameter?: NullableStringFieldUpdateOperationsInput | string | null
344779
+ bottomDiameter?: NullableStringFieldUpdateOperationsInput | string | null
344792
344780
  downGuy?: BoolFieldUpdateOperationsInput | boolean
344793
344781
  brand?: NullableStringFieldUpdateOperationsInput | string | null
344794
344782
  brandDescription?: NullableStringFieldUpdateOperationsInput | string | null
@@ -344830,9 +344818,9 @@ export namespace Prisma {
344830
344818
  installationDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
344831
344819
  address?: NullableStringFieldUpdateOperationsInput | string | null
344832
344820
  material?: NullableStringFieldUpdateOperationsInput | string | null
344833
- height?: NullableFloatFieldUpdateOperationsInput | number | null
344834
- topDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
344835
- bottomDiameter?: NullableFloatFieldUpdateOperationsInput | number | null
344821
+ height?: NullableStringFieldUpdateOperationsInput | string | null
344822
+ topDiameter?: NullableStringFieldUpdateOperationsInput | string | null
344823
+ bottomDiameter?: NullableStringFieldUpdateOperationsInput | string | null
344836
344824
  downGuy?: BoolFieldUpdateOperationsInput | boolean
344837
344825
  brand?: NullableStringFieldUpdateOperationsInput | string | null
344838
344826
  brandDescription?: NullableStringFieldUpdateOperationsInput | string | null