efiber-prisma-schema 2.1.0 → 2.1.1
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.
- package/dist/prisma/generated/edge.js +3 -3
- package/dist/prisma/generated/index.d.ts +60 -66
- package/dist/prisma/generated/index.js +3 -3
- package/dist/prisma/generated/package.json +1 -1
- package/dist/prisma/generated/schema.prisma +1 -1
- package/dist/prisma/generated/wasm.js +3 -3
- package/package.json +1 -1
|
@@ -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:
|
|
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:
|
|
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:
|
|
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:
|
|
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", '
|
|
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'>
|
|
@@ -172547,7 +172543,7 @@ export namespace Prisma {
|
|
|
172547
172543
|
address?: StringNullableFilter<"Conduit"> | string | null
|
|
172548
172544
|
deploymentPhase?: StringNullableFilter<"Conduit"> | string | null
|
|
172549
172545
|
trenchConfiguration?: StringNullableFilter<"Conduit"> | string | null
|
|
172550
|
-
trenchDepth?:
|
|
172546
|
+
trenchDepth?: StringNullableFilter<"Conduit"> | string | null
|
|
172551
172547
|
backfillMaterial?: StringNullableFilter<"Conduit"> | string | null
|
|
172552
172548
|
reinforcementMaterial?: StringNullableFilter<"Conduit"> | string | null
|
|
172553
172549
|
specialCharacteristics?: StringNullableFilter<"Conduit"> | string | null
|
|
@@ -172658,7 +172654,7 @@ export namespace Prisma {
|
|
|
172658
172654
|
address?: StringNullableFilter<"Conduit"> | string | null
|
|
172659
172655
|
deploymentPhase?: StringNullableFilter<"Conduit"> | string | null
|
|
172660
172656
|
trenchConfiguration?: StringNullableFilter<"Conduit"> | string | null
|
|
172661
|
-
trenchDepth?:
|
|
172657
|
+
trenchDepth?: StringNullableFilter<"Conduit"> | string | null
|
|
172662
172658
|
backfillMaterial?: StringNullableFilter<"Conduit"> | string | null
|
|
172663
172659
|
reinforcementMaterial?: StringNullableFilter<"Conduit"> | string | null
|
|
172664
172660
|
specialCharacteristics?: StringNullableFilter<"Conduit"> | string | null
|
|
@@ -172766,7 +172762,7 @@ export namespace Prisma {
|
|
|
172766
172762
|
address?: StringNullableWithAggregatesFilter<"Conduit"> | string | null
|
|
172767
172763
|
deploymentPhase?: StringNullableWithAggregatesFilter<"Conduit"> | string | null
|
|
172768
172764
|
trenchConfiguration?: StringNullableWithAggregatesFilter<"Conduit"> | string | null
|
|
172769
|
-
trenchDepth?:
|
|
172765
|
+
trenchDepth?: StringNullableWithAggregatesFilter<"Conduit"> | string | null
|
|
172770
172766
|
backfillMaterial?: StringNullableWithAggregatesFilter<"Conduit"> | string | null
|
|
172771
172767
|
reinforcementMaterial?: StringNullableWithAggregatesFilter<"Conduit"> | string | null
|
|
172772
172768
|
specialCharacteristics?: StringNullableWithAggregatesFilter<"Conduit"> | string | null
|
|
@@ -187104,7 +187100,7 @@ export namespace Prisma {
|
|
|
187104
187100
|
address?: string | null
|
|
187105
187101
|
deploymentPhase?: string | null
|
|
187106
187102
|
trenchConfiguration?: string | null
|
|
187107
|
-
trenchDepth?:
|
|
187103
|
+
trenchDepth?: string | null
|
|
187108
187104
|
backfillMaterial?: string | null
|
|
187109
187105
|
reinforcementMaterial?: string | null
|
|
187110
187106
|
specialCharacteristics?: string | null
|
|
@@ -187152,7 +187148,7 @@ export namespace Prisma {
|
|
|
187152
187148
|
address?: string | null
|
|
187153
187149
|
deploymentPhase?: string | null
|
|
187154
187150
|
trenchConfiguration?: string | null
|
|
187155
|
-
trenchDepth?:
|
|
187151
|
+
trenchDepth?: string | null
|
|
187156
187152
|
backfillMaterial?: string | null
|
|
187157
187153
|
reinforcementMaterial?: string | null
|
|
187158
187154
|
specialCharacteristics?: string | null
|
|
@@ -187200,7 +187196,7 @@ export namespace Prisma {
|
|
|
187200
187196
|
address?: NullableStringFieldUpdateOperationsInput | string | null
|
|
187201
187197
|
deploymentPhase?: NullableStringFieldUpdateOperationsInput | string | null
|
|
187202
187198
|
trenchConfiguration?: NullableStringFieldUpdateOperationsInput | string | null
|
|
187203
|
-
trenchDepth?:
|
|
187199
|
+
trenchDepth?: NullableStringFieldUpdateOperationsInput | string | null
|
|
187204
187200
|
backfillMaterial?: NullableStringFieldUpdateOperationsInput | string | null
|
|
187205
187201
|
reinforcementMaterial?: NullableStringFieldUpdateOperationsInput | string | null
|
|
187206
187202
|
specialCharacteristics?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -187248,7 +187244,7 @@ export namespace Prisma {
|
|
|
187248
187244
|
address?: NullableStringFieldUpdateOperationsInput | string | null
|
|
187249
187245
|
deploymentPhase?: NullableStringFieldUpdateOperationsInput | string | null
|
|
187250
187246
|
trenchConfiguration?: NullableStringFieldUpdateOperationsInput | string | null
|
|
187251
|
-
trenchDepth?:
|
|
187247
|
+
trenchDepth?: NullableStringFieldUpdateOperationsInput | string | null
|
|
187252
187248
|
backfillMaterial?: NullableStringFieldUpdateOperationsInput | string | null
|
|
187253
187249
|
reinforcementMaterial?: NullableStringFieldUpdateOperationsInput | string | null
|
|
187254
187250
|
specialCharacteristics?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -187296,7 +187292,7 @@ export namespace Prisma {
|
|
|
187296
187292
|
address?: string | null
|
|
187297
187293
|
deploymentPhase?: string | null
|
|
187298
187294
|
trenchConfiguration?: string | null
|
|
187299
|
-
trenchDepth?:
|
|
187295
|
+
trenchDepth?: string | null
|
|
187300
187296
|
backfillMaterial?: string | null
|
|
187301
187297
|
reinforcementMaterial?: string | null
|
|
187302
187298
|
specialCharacteristics?: string | null
|
|
@@ -187342,7 +187338,7 @@ export namespace Prisma {
|
|
|
187342
187338
|
address?: NullableStringFieldUpdateOperationsInput | string | null
|
|
187343
187339
|
deploymentPhase?: NullableStringFieldUpdateOperationsInput | string | null
|
|
187344
187340
|
trenchConfiguration?: NullableStringFieldUpdateOperationsInput | string | null
|
|
187345
|
-
trenchDepth?:
|
|
187341
|
+
trenchDepth?: NullableStringFieldUpdateOperationsInput | string | null
|
|
187346
187342
|
backfillMaterial?: NullableStringFieldUpdateOperationsInput | string | null
|
|
187347
187343
|
reinforcementMaterial?: NullableStringFieldUpdateOperationsInput | string | null
|
|
187348
187344
|
specialCharacteristics?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -187382,7 +187378,7 @@ export namespace Prisma {
|
|
|
187382
187378
|
address?: NullableStringFieldUpdateOperationsInput | string | null
|
|
187383
187379
|
deploymentPhase?: NullableStringFieldUpdateOperationsInput | string | null
|
|
187384
187380
|
trenchConfiguration?: NullableStringFieldUpdateOperationsInput | string | null
|
|
187385
|
-
trenchDepth?:
|
|
187381
|
+
trenchDepth?: NullableStringFieldUpdateOperationsInput | string | null
|
|
187386
187382
|
backfillMaterial?: NullableStringFieldUpdateOperationsInput | string | null
|
|
187387
187383
|
reinforcementMaterial?: NullableStringFieldUpdateOperationsInput | string | null
|
|
187388
187384
|
specialCharacteristics?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -199521,7 +199517,6 @@ export namespace Prisma {
|
|
|
199521
199517
|
|
|
199522
199518
|
export type ConduitAvgOrderByAggregateInput = {
|
|
199523
199519
|
no?: SortOrder
|
|
199524
|
-
trenchDepth?: SortOrder
|
|
199525
199520
|
conduitLength?: SortOrder
|
|
199526
199521
|
}
|
|
199527
199522
|
|
|
@@ -199603,7 +199598,6 @@ export namespace Prisma {
|
|
|
199603
199598
|
|
|
199604
199599
|
export type ConduitSumOrderByAggregateInput = {
|
|
199605
199600
|
no?: SortOrder
|
|
199606
|
-
trenchDepth?: SortOrder
|
|
199607
199601
|
conduitLength?: SortOrder
|
|
199608
199602
|
}
|
|
199609
199603
|
|
|
@@ -230504,7 +230498,7 @@ export namespace Prisma {
|
|
|
230504
230498
|
address?: string | null
|
|
230505
230499
|
deploymentPhase?: string | null
|
|
230506
230500
|
trenchConfiguration?: string | null
|
|
230507
|
-
trenchDepth?:
|
|
230501
|
+
trenchDepth?: string | null
|
|
230508
230502
|
backfillMaterial?: string | null
|
|
230509
230503
|
reinforcementMaterial?: string | null
|
|
230510
230504
|
specialCharacteristics?: string | null
|
|
@@ -230551,7 +230545,7 @@ export namespace Prisma {
|
|
|
230551
230545
|
address?: string | null
|
|
230552
230546
|
deploymentPhase?: string | null
|
|
230553
230547
|
trenchConfiguration?: string | null
|
|
230554
|
-
trenchDepth?:
|
|
230548
|
+
trenchDepth?: string | null
|
|
230555
230549
|
backfillMaterial?: string | null
|
|
230556
230550
|
reinforcementMaterial?: string | null
|
|
230557
230551
|
specialCharacteristics?: string | null
|
|
@@ -232851,7 +232845,7 @@ export namespace Prisma {
|
|
|
232851
232845
|
address?: StringNullableFilter<"Conduit"> | string | null
|
|
232852
232846
|
deploymentPhase?: StringNullableFilter<"Conduit"> | string | null
|
|
232853
232847
|
trenchConfiguration?: StringNullableFilter<"Conduit"> | string | null
|
|
232854
|
-
trenchDepth?:
|
|
232848
|
+
trenchDepth?: StringNullableFilter<"Conduit"> | string | null
|
|
232855
232849
|
backfillMaterial?: StringNullableFilter<"Conduit"> | string | null
|
|
232856
232850
|
reinforcementMaterial?: StringNullableFilter<"Conduit"> | string | null
|
|
232857
232851
|
specialCharacteristics?: StringNullableFilter<"Conduit"> | string | null
|
|
@@ -254213,7 +254207,7 @@ export namespace Prisma {
|
|
|
254213
254207
|
address?: string | null
|
|
254214
254208
|
deploymentPhase?: string | null
|
|
254215
254209
|
trenchConfiguration?: string | null
|
|
254216
|
-
trenchDepth?:
|
|
254210
|
+
trenchDepth?: string | null
|
|
254217
254211
|
backfillMaterial?: string | null
|
|
254218
254212
|
reinforcementMaterial?: string | null
|
|
254219
254213
|
specialCharacteristics?: string | null
|
|
@@ -254260,7 +254254,7 @@ export namespace Prisma {
|
|
|
254260
254254
|
address?: string | null
|
|
254261
254255
|
deploymentPhase?: string | null
|
|
254262
254256
|
trenchConfiguration?: string | null
|
|
254263
|
-
trenchDepth?:
|
|
254257
|
+
trenchDepth?: string | null
|
|
254264
254258
|
backfillMaterial?: string | null
|
|
254265
254259
|
reinforcementMaterial?: string | null
|
|
254266
254260
|
specialCharacteristics?: string | null
|
|
@@ -256048,7 +256042,7 @@ export namespace Prisma {
|
|
|
256048
256042
|
address?: string | null
|
|
256049
256043
|
deploymentPhase?: string | null
|
|
256050
256044
|
trenchConfiguration?: string | null
|
|
256051
|
-
trenchDepth?:
|
|
256045
|
+
trenchDepth?: string | null
|
|
256052
256046
|
backfillMaterial?: string | null
|
|
256053
256047
|
reinforcementMaterial?: string | null
|
|
256054
256048
|
specialCharacteristics?: string | null
|
|
@@ -256095,7 +256089,7 @@ export namespace Prisma {
|
|
|
256095
256089
|
address?: string | null
|
|
256096
256090
|
deploymentPhase?: string | null
|
|
256097
256091
|
trenchConfiguration?: string | null
|
|
256098
|
-
trenchDepth?:
|
|
256092
|
+
trenchDepth?: string | null
|
|
256099
256093
|
backfillMaterial?: string | null
|
|
256100
256094
|
reinforcementMaterial?: string | null
|
|
256101
256095
|
specialCharacteristics?: string | null
|
|
@@ -262507,7 +262501,7 @@ export namespace Prisma {
|
|
|
262507
262501
|
address?: string | null
|
|
262508
262502
|
deploymentPhase?: string | null
|
|
262509
262503
|
trenchConfiguration?: string | null
|
|
262510
|
-
trenchDepth?:
|
|
262504
|
+
trenchDepth?: string | null
|
|
262511
262505
|
backfillMaterial?: string | null
|
|
262512
262506
|
reinforcementMaterial?: string | null
|
|
262513
262507
|
specialCharacteristics?: string | null
|
|
@@ -262554,7 +262548,7 @@ export namespace Prisma {
|
|
|
262554
262548
|
address?: string | null
|
|
262555
262549
|
deploymentPhase?: string | null
|
|
262556
262550
|
trenchConfiguration?: string | null
|
|
262557
|
-
trenchDepth?:
|
|
262551
|
+
trenchDepth?: string | null
|
|
262558
262552
|
backfillMaterial?: string | null
|
|
262559
262553
|
reinforcementMaterial?: string | null
|
|
262560
262554
|
specialCharacteristics?: string | null
|
|
@@ -262754,7 +262748,7 @@ export namespace Prisma {
|
|
|
262754
262748
|
address?: NullableStringFieldUpdateOperationsInput | string | null
|
|
262755
262749
|
deploymentPhase?: NullableStringFieldUpdateOperationsInput | string | null
|
|
262756
262750
|
trenchConfiguration?: NullableStringFieldUpdateOperationsInput | string | null
|
|
262757
|
-
trenchDepth?:
|
|
262751
|
+
trenchDepth?: NullableStringFieldUpdateOperationsInput | string | null
|
|
262758
262752
|
backfillMaterial?: NullableStringFieldUpdateOperationsInput | string | null
|
|
262759
262753
|
reinforcementMaterial?: NullableStringFieldUpdateOperationsInput | string | null
|
|
262760
262754
|
specialCharacteristics?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -262801,7 +262795,7 @@ export namespace Prisma {
|
|
|
262801
262795
|
address?: NullableStringFieldUpdateOperationsInput | string | null
|
|
262802
262796
|
deploymentPhase?: NullableStringFieldUpdateOperationsInput | string | null
|
|
262803
262797
|
trenchConfiguration?: NullableStringFieldUpdateOperationsInput | string | null
|
|
262804
|
-
trenchDepth?:
|
|
262798
|
+
trenchDepth?: NullableStringFieldUpdateOperationsInput | string | null
|
|
262805
262799
|
backfillMaterial?: NullableStringFieldUpdateOperationsInput | string | null
|
|
262806
262800
|
reinforcementMaterial?: NullableStringFieldUpdateOperationsInput | string | null
|
|
262807
262801
|
specialCharacteristics?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -263342,7 +263336,7 @@ export namespace Prisma {
|
|
|
263342
263336
|
address?: string | null
|
|
263343
263337
|
deploymentPhase?: string | null
|
|
263344
263338
|
trenchConfiguration?: string | null
|
|
263345
|
-
trenchDepth?:
|
|
263339
|
+
trenchDepth?: string | null
|
|
263346
263340
|
backfillMaterial?: string | null
|
|
263347
263341
|
reinforcementMaterial?: string | null
|
|
263348
263342
|
specialCharacteristics?: string | null
|
|
@@ -263389,7 +263383,7 @@ export namespace Prisma {
|
|
|
263389
263383
|
address?: string | null
|
|
263390
263384
|
deploymentPhase?: string | null
|
|
263391
263385
|
trenchConfiguration?: string | null
|
|
263392
|
-
trenchDepth?:
|
|
263386
|
+
trenchDepth?: string | null
|
|
263393
263387
|
backfillMaterial?: string | null
|
|
263394
263388
|
reinforcementMaterial?: string | null
|
|
263395
263389
|
specialCharacteristics?: string | null
|
|
@@ -297774,7 +297768,7 @@ export namespace Prisma {
|
|
|
297774
297768
|
address?: string | null
|
|
297775
297769
|
deploymentPhase?: string | null
|
|
297776
297770
|
trenchConfiguration?: string | null
|
|
297777
|
-
trenchDepth?:
|
|
297771
|
+
trenchDepth?: string | null
|
|
297778
297772
|
backfillMaterial?: string | null
|
|
297779
297773
|
reinforcementMaterial?: string | null
|
|
297780
297774
|
specialCharacteristics?: string | null
|
|
@@ -297821,7 +297815,7 @@ export namespace Prisma {
|
|
|
297821
297815
|
address?: string | null
|
|
297822
297816
|
deploymentPhase?: string | null
|
|
297823
297817
|
trenchConfiguration?: string | null
|
|
297824
|
-
trenchDepth?:
|
|
297818
|
+
trenchDepth?: string | null
|
|
297825
297819
|
backfillMaterial?: string | null
|
|
297826
297820
|
reinforcementMaterial?: string | null
|
|
297827
297821
|
specialCharacteristics?: string | null
|
|
@@ -300900,7 +300894,7 @@ export namespace Prisma {
|
|
|
300900
300894
|
address?: string | null
|
|
300901
300895
|
deploymentPhase?: string | null
|
|
300902
300896
|
trenchConfiguration?: string | null
|
|
300903
|
-
trenchDepth?:
|
|
300897
|
+
trenchDepth?: string | null
|
|
300904
300898
|
backfillMaterial?: string | null
|
|
300905
300899
|
reinforcementMaterial?: string | null
|
|
300906
300900
|
specialCharacteristics?: string | null
|
|
@@ -300947,7 +300941,7 @@ export namespace Prisma {
|
|
|
300947
300941
|
address?: string | null
|
|
300948
300942
|
deploymentPhase?: string | null
|
|
300949
300943
|
trenchConfiguration?: string | null
|
|
300950
|
-
trenchDepth?:
|
|
300944
|
+
trenchDepth?: string | null
|
|
300951
300945
|
backfillMaterial?: string | null
|
|
300952
300946
|
reinforcementMaterial?: string | null
|
|
300953
300947
|
specialCharacteristics?: string | null
|
|
@@ -306421,7 +306415,7 @@ export namespace Prisma {
|
|
|
306421
306415
|
address?: string | null
|
|
306422
306416
|
deploymentPhase?: string | null
|
|
306423
306417
|
trenchConfiguration?: string | null
|
|
306424
|
-
trenchDepth?:
|
|
306418
|
+
trenchDepth?: string | null
|
|
306425
306419
|
backfillMaterial?: string | null
|
|
306426
306420
|
reinforcementMaterial?: string | null
|
|
306427
306421
|
specialCharacteristics?: string | null
|
|
@@ -306468,7 +306462,7 @@ export namespace Prisma {
|
|
|
306468
306462
|
address?: string | null
|
|
306469
306463
|
deploymentPhase?: string | null
|
|
306470
306464
|
trenchConfiguration?: string | null
|
|
306471
|
-
trenchDepth?:
|
|
306465
|
+
trenchDepth?: string | null
|
|
306472
306466
|
backfillMaterial?: string | null
|
|
306473
306467
|
reinforcementMaterial?: string | null
|
|
306474
306468
|
specialCharacteristics?: string | null
|
|
@@ -307711,7 +307705,7 @@ export namespace Prisma {
|
|
|
307711
307705
|
address?: NullableStringFieldUpdateOperationsInput | string | null
|
|
307712
307706
|
deploymentPhase?: NullableStringFieldUpdateOperationsInput | string | null
|
|
307713
307707
|
trenchConfiguration?: NullableStringFieldUpdateOperationsInput | string | null
|
|
307714
|
-
trenchDepth?:
|
|
307708
|
+
trenchDepth?: NullableStringFieldUpdateOperationsInput | string | null
|
|
307715
307709
|
backfillMaterial?: NullableStringFieldUpdateOperationsInput | string | null
|
|
307716
307710
|
reinforcementMaterial?: NullableStringFieldUpdateOperationsInput | string | null
|
|
307717
307711
|
specialCharacteristics?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -307758,7 +307752,7 @@ export namespace Prisma {
|
|
|
307758
307752
|
address?: NullableStringFieldUpdateOperationsInput | string | null
|
|
307759
307753
|
deploymentPhase?: NullableStringFieldUpdateOperationsInput | string | null
|
|
307760
307754
|
trenchConfiguration?: NullableStringFieldUpdateOperationsInput | string | null
|
|
307761
|
-
trenchDepth?:
|
|
307755
|
+
trenchDepth?: NullableStringFieldUpdateOperationsInput | string | null
|
|
307762
307756
|
backfillMaterial?: NullableStringFieldUpdateOperationsInput | string | null
|
|
307763
307757
|
reinforcementMaterial?: NullableStringFieldUpdateOperationsInput | string | null
|
|
307764
307758
|
specialCharacteristics?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -313885,7 +313879,7 @@ export namespace Prisma {
|
|
|
313885
313879
|
address?: string | null
|
|
313886
313880
|
deploymentPhase?: string | null
|
|
313887
313881
|
trenchConfiguration?: string | null
|
|
313888
|
-
trenchDepth?:
|
|
313882
|
+
trenchDepth?: string | null
|
|
313889
313883
|
backfillMaterial?: string | null
|
|
313890
313884
|
reinforcementMaterial?: string | null
|
|
313891
313885
|
specialCharacteristics?: string | null
|
|
@@ -317606,7 +317600,7 @@ export namespace Prisma {
|
|
|
317606
317600
|
address?: NullableStringFieldUpdateOperationsInput | string | null
|
|
317607
317601
|
deploymentPhase?: NullableStringFieldUpdateOperationsInput | string | null
|
|
317608
317602
|
trenchConfiguration?: NullableStringFieldUpdateOperationsInput | string | null
|
|
317609
|
-
trenchDepth?:
|
|
317603
|
+
trenchDepth?: NullableStringFieldUpdateOperationsInput | string | null
|
|
317610
317604
|
backfillMaterial?: NullableStringFieldUpdateOperationsInput | string | null
|
|
317611
317605
|
reinforcementMaterial?: NullableStringFieldUpdateOperationsInput | string | null
|
|
317612
317606
|
specialCharacteristics?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -317653,7 +317647,7 @@ export namespace Prisma {
|
|
|
317653
317647
|
address?: NullableStringFieldUpdateOperationsInput | string | null
|
|
317654
317648
|
deploymentPhase?: NullableStringFieldUpdateOperationsInput | string | null
|
|
317655
317649
|
trenchConfiguration?: NullableStringFieldUpdateOperationsInput | string | null
|
|
317656
|
-
trenchDepth?:
|
|
317650
|
+
trenchDepth?: NullableStringFieldUpdateOperationsInput | string | null
|
|
317657
317651
|
backfillMaterial?: NullableStringFieldUpdateOperationsInput | string | null
|
|
317658
317652
|
reinforcementMaterial?: NullableStringFieldUpdateOperationsInput | string | null
|
|
317659
317653
|
specialCharacteristics?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -317700,7 +317694,7 @@ export namespace Prisma {
|
|
|
317700
317694
|
address?: NullableStringFieldUpdateOperationsInput | string | null
|
|
317701
317695
|
deploymentPhase?: NullableStringFieldUpdateOperationsInput | string | null
|
|
317702
317696
|
trenchConfiguration?: NullableStringFieldUpdateOperationsInput | string | null
|
|
317703
|
-
trenchDepth?:
|
|
317697
|
+
trenchDepth?: NullableStringFieldUpdateOperationsInput | string | null
|
|
317704
317698
|
backfillMaterial?: NullableStringFieldUpdateOperationsInput | string | null
|
|
317705
317699
|
reinforcementMaterial?: NullableStringFieldUpdateOperationsInput | string | null
|
|
317706
317700
|
specialCharacteristics?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -325786,7 +325780,7 @@ export namespace Prisma {
|
|
|
325786
325780
|
address?: string | null
|
|
325787
325781
|
deploymentPhase?: string | null
|
|
325788
325782
|
trenchConfiguration?: string | null
|
|
325789
|
-
trenchDepth?:
|
|
325783
|
+
trenchDepth?: string | null
|
|
325790
325784
|
backfillMaterial?: string | null
|
|
325791
325785
|
reinforcementMaterial?: string | null
|
|
325792
325786
|
specialCharacteristics?: string | null
|
|
@@ -328209,7 +328203,7 @@ export namespace Prisma {
|
|
|
328209
328203
|
address?: NullableStringFieldUpdateOperationsInput | string | null
|
|
328210
328204
|
deploymentPhase?: NullableStringFieldUpdateOperationsInput | string | null
|
|
328211
328205
|
trenchConfiguration?: NullableStringFieldUpdateOperationsInput | string | null
|
|
328212
|
-
trenchDepth?:
|
|
328206
|
+
trenchDepth?: NullableStringFieldUpdateOperationsInput | string | null
|
|
328213
328207
|
backfillMaterial?: NullableStringFieldUpdateOperationsInput | string | null
|
|
328214
328208
|
reinforcementMaterial?: NullableStringFieldUpdateOperationsInput | string | null
|
|
328215
328209
|
specialCharacteristics?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -328256,7 +328250,7 @@ export namespace Prisma {
|
|
|
328256
328250
|
address?: NullableStringFieldUpdateOperationsInput | string | null
|
|
328257
328251
|
deploymentPhase?: NullableStringFieldUpdateOperationsInput | string | null
|
|
328258
328252
|
trenchConfiguration?: NullableStringFieldUpdateOperationsInput | string | null
|
|
328259
|
-
trenchDepth?:
|
|
328253
|
+
trenchDepth?: NullableStringFieldUpdateOperationsInput | string | null
|
|
328260
328254
|
backfillMaterial?: NullableStringFieldUpdateOperationsInput | string | null
|
|
328261
328255
|
reinforcementMaterial?: NullableStringFieldUpdateOperationsInput | string | null
|
|
328262
328256
|
specialCharacteristics?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -328303,7 +328297,7 @@ export namespace Prisma {
|
|
|
328303
328297
|
address?: NullableStringFieldUpdateOperationsInput | string | null
|
|
328304
328298
|
deploymentPhase?: NullableStringFieldUpdateOperationsInput | string | null
|
|
328305
328299
|
trenchConfiguration?: NullableStringFieldUpdateOperationsInput | string | null
|
|
328306
|
-
trenchDepth?:
|
|
328300
|
+
trenchDepth?: NullableStringFieldUpdateOperationsInput | string | null
|
|
328307
328301
|
backfillMaterial?: NullableStringFieldUpdateOperationsInput | string | null
|
|
328308
328302
|
reinforcementMaterial?: NullableStringFieldUpdateOperationsInput | string | null
|
|
328309
328303
|
specialCharacteristics?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -328884,7 +328878,7 @@ export namespace Prisma {
|
|
|
328884
328878
|
address?: string | null
|
|
328885
328879
|
deploymentPhase?: string | null
|
|
328886
328880
|
trenchConfiguration?: string | null
|
|
328887
|
-
trenchDepth?:
|
|
328881
|
+
trenchDepth?: string | null
|
|
328888
328882
|
backfillMaterial?: string | null
|
|
328889
328883
|
reinforcementMaterial?: string | null
|
|
328890
328884
|
specialCharacteristics?: string | null
|
|
@@ -330428,7 +330422,7 @@ export namespace Prisma {
|
|
|
330428
330422
|
address?: NullableStringFieldUpdateOperationsInput | string | null
|
|
330429
330423
|
deploymentPhase?: NullableStringFieldUpdateOperationsInput | string | null
|
|
330430
330424
|
trenchConfiguration?: NullableStringFieldUpdateOperationsInput | string | null
|
|
330431
|
-
trenchDepth?:
|
|
330425
|
+
trenchDepth?: NullableStringFieldUpdateOperationsInput | string | null
|
|
330432
330426
|
backfillMaterial?: NullableStringFieldUpdateOperationsInput | string | null
|
|
330433
330427
|
reinforcementMaterial?: NullableStringFieldUpdateOperationsInput | string | null
|
|
330434
330428
|
specialCharacteristics?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -330475,7 +330469,7 @@ export namespace Prisma {
|
|
|
330475
330469
|
address?: NullableStringFieldUpdateOperationsInput | string | null
|
|
330476
330470
|
deploymentPhase?: NullableStringFieldUpdateOperationsInput | string | null
|
|
330477
330471
|
trenchConfiguration?: NullableStringFieldUpdateOperationsInput | string | null
|
|
330478
|
-
trenchDepth?:
|
|
330472
|
+
trenchDepth?: NullableStringFieldUpdateOperationsInput | string | null
|
|
330479
330473
|
backfillMaterial?: NullableStringFieldUpdateOperationsInput | string | null
|
|
330480
330474
|
reinforcementMaterial?: NullableStringFieldUpdateOperationsInput | string | null
|
|
330481
330475
|
specialCharacteristics?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -330522,7 +330516,7 @@ export namespace Prisma {
|
|
|
330522
330516
|
address?: NullableStringFieldUpdateOperationsInput | string | null
|
|
330523
330517
|
deploymentPhase?: NullableStringFieldUpdateOperationsInput | string | null
|
|
330524
330518
|
trenchConfiguration?: NullableStringFieldUpdateOperationsInput | string | null
|
|
330525
|
-
trenchDepth?:
|
|
330519
|
+
trenchDepth?: NullableStringFieldUpdateOperationsInput | string | null
|
|
330526
330520
|
backfillMaterial?: NullableStringFieldUpdateOperationsInput | string | null
|
|
330527
330521
|
reinforcementMaterial?: NullableStringFieldUpdateOperationsInput | string | null
|
|
330528
330522
|
specialCharacteristics?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -332772,7 +332766,7 @@ export namespace Prisma {
|
|
|
332772
332766
|
address?: string | null
|
|
332773
332767
|
deploymentPhase?: string | null
|
|
332774
332768
|
trenchConfiguration?: string | null
|
|
332775
|
-
trenchDepth?:
|
|
332769
|
+
trenchDepth?: string | null
|
|
332776
332770
|
backfillMaterial?: string | null
|
|
332777
332771
|
reinforcementMaterial?: string | null
|
|
332778
332772
|
specialCharacteristics?: string | null
|
|
@@ -332990,7 +332984,7 @@ export namespace Prisma {
|
|
|
332990
332984
|
address?: NullableStringFieldUpdateOperationsInput | string | null
|
|
332991
332985
|
deploymentPhase?: NullableStringFieldUpdateOperationsInput | string | null
|
|
332992
332986
|
trenchConfiguration?: NullableStringFieldUpdateOperationsInput | string | null
|
|
332993
|
-
trenchDepth?:
|
|
332987
|
+
trenchDepth?: NullableStringFieldUpdateOperationsInput | string | null
|
|
332994
332988
|
backfillMaterial?: NullableStringFieldUpdateOperationsInput | string | null
|
|
332995
332989
|
reinforcementMaterial?: NullableStringFieldUpdateOperationsInput | string | null
|
|
332996
332990
|
specialCharacteristics?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -333037,7 +333031,7 @@ export namespace Prisma {
|
|
|
333037
333031
|
address?: NullableStringFieldUpdateOperationsInput | string | null
|
|
333038
333032
|
deploymentPhase?: NullableStringFieldUpdateOperationsInput | string | null
|
|
333039
333033
|
trenchConfiguration?: NullableStringFieldUpdateOperationsInput | string | null
|
|
333040
|
-
trenchDepth?:
|
|
333034
|
+
trenchDepth?: NullableStringFieldUpdateOperationsInput | string | null
|
|
333041
333035
|
backfillMaterial?: NullableStringFieldUpdateOperationsInput | string | null
|
|
333042
333036
|
reinforcementMaterial?: NullableStringFieldUpdateOperationsInput | string | null
|
|
333043
333037
|
specialCharacteristics?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -333084,7 +333078,7 @@ export namespace Prisma {
|
|
|
333084
333078
|
address?: NullableStringFieldUpdateOperationsInput | string | null
|
|
333085
333079
|
deploymentPhase?: NullableStringFieldUpdateOperationsInput | string | null
|
|
333086
333080
|
trenchConfiguration?: NullableStringFieldUpdateOperationsInput | string | null
|
|
333087
|
-
trenchDepth?:
|
|
333081
|
+
trenchDepth?: NullableStringFieldUpdateOperationsInput | string | null
|
|
333088
333082
|
backfillMaterial?: NullableStringFieldUpdateOperationsInput | string | null
|
|
333089
333083
|
reinforcementMaterial?: NullableStringFieldUpdateOperationsInput | string | null
|
|
333090
333084
|
specialCharacteristics?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -341693,7 +341687,7 @@ export namespace Prisma {
|
|
|
341693
341687
|
address?: string | null
|
|
341694
341688
|
deploymentPhase?: string | null
|
|
341695
341689
|
trenchConfiguration?: string | null
|
|
341696
|
-
trenchDepth?:
|
|
341690
|
+
trenchDepth?: string | null
|
|
341697
341691
|
backfillMaterial?: string | null
|
|
341698
341692
|
reinforcementMaterial?: string | null
|
|
341699
341693
|
specialCharacteristics?: string | null
|
|
@@ -343094,7 +343088,7 @@ export namespace Prisma {
|
|
|
343094
343088
|
address?: NullableStringFieldUpdateOperationsInput | string | null
|
|
343095
343089
|
deploymentPhase?: NullableStringFieldUpdateOperationsInput | string | null
|
|
343096
343090
|
trenchConfiguration?: NullableStringFieldUpdateOperationsInput | string | null
|
|
343097
|
-
trenchDepth?:
|
|
343091
|
+
trenchDepth?: NullableStringFieldUpdateOperationsInput | string | null
|
|
343098
343092
|
backfillMaterial?: NullableStringFieldUpdateOperationsInput | string | null
|
|
343099
343093
|
reinforcementMaterial?: NullableStringFieldUpdateOperationsInput | string | null
|
|
343100
343094
|
specialCharacteristics?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -343141,7 +343135,7 @@ export namespace Prisma {
|
|
|
343141
343135
|
address?: NullableStringFieldUpdateOperationsInput | string | null
|
|
343142
343136
|
deploymentPhase?: NullableStringFieldUpdateOperationsInput | string | null
|
|
343143
343137
|
trenchConfiguration?: NullableStringFieldUpdateOperationsInput | string | null
|
|
343144
|
-
trenchDepth?:
|
|
343138
|
+
trenchDepth?: NullableStringFieldUpdateOperationsInput | string | null
|
|
343145
343139
|
backfillMaterial?: NullableStringFieldUpdateOperationsInput | string | null
|
|
343146
343140
|
reinforcementMaterial?: NullableStringFieldUpdateOperationsInput | string | null
|
|
343147
343141
|
specialCharacteristics?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -343188,7 +343182,7 @@ export namespace Prisma {
|
|
|
343188
343182
|
address?: NullableStringFieldUpdateOperationsInput | string | null
|
|
343189
343183
|
deploymentPhase?: NullableStringFieldUpdateOperationsInput | string | null
|
|
343190
343184
|
trenchConfiguration?: NullableStringFieldUpdateOperationsInput | string | null
|
|
343191
|
-
trenchDepth?:
|
|
343185
|
+
trenchDepth?: NullableStringFieldUpdateOperationsInput | string | null
|
|
343192
343186
|
backfillMaterial?: NullableStringFieldUpdateOperationsInput | string | null
|
|
343193
343187
|
reinforcementMaterial?: NullableStringFieldUpdateOperationsInput | string | null
|
|
343194
343188
|
specialCharacteristics?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -344401,7 +344395,7 @@ export namespace Prisma {
|
|
|
344401
344395
|
address?: string | null
|
|
344402
344396
|
deploymentPhase?: string | null
|
|
344403
344397
|
trenchConfiguration?: string | null
|
|
344404
|
-
trenchDepth?:
|
|
344398
|
+
trenchDepth?: string | null
|
|
344405
344399
|
backfillMaterial?: string | null
|
|
344406
344400
|
reinforcementMaterial?: string | null
|
|
344407
344401
|
specialCharacteristics?: string | null
|
|
@@ -347193,7 +347187,7 @@ export namespace Prisma {
|
|
|
347193
347187
|
address?: NullableStringFieldUpdateOperationsInput | string | null
|
|
347194
347188
|
deploymentPhase?: NullableStringFieldUpdateOperationsInput | string | null
|
|
347195
347189
|
trenchConfiguration?: NullableStringFieldUpdateOperationsInput | string | null
|
|
347196
|
-
trenchDepth?:
|
|
347190
|
+
trenchDepth?: NullableStringFieldUpdateOperationsInput | string | null
|
|
347197
347191
|
backfillMaterial?: NullableStringFieldUpdateOperationsInput | string | null
|
|
347198
347192
|
reinforcementMaterial?: NullableStringFieldUpdateOperationsInput | string | null
|
|
347199
347193
|
specialCharacteristics?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -347240,7 +347234,7 @@ export namespace Prisma {
|
|
|
347240
347234
|
address?: NullableStringFieldUpdateOperationsInput | string | null
|
|
347241
347235
|
deploymentPhase?: NullableStringFieldUpdateOperationsInput | string | null
|
|
347242
347236
|
trenchConfiguration?: NullableStringFieldUpdateOperationsInput | string | null
|
|
347243
|
-
trenchDepth?:
|
|
347237
|
+
trenchDepth?: NullableStringFieldUpdateOperationsInput | string | null
|
|
347244
347238
|
backfillMaterial?: NullableStringFieldUpdateOperationsInput | string | null
|
|
347245
347239
|
reinforcementMaterial?: NullableStringFieldUpdateOperationsInput | string | null
|
|
347246
347240
|
specialCharacteristics?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -347287,7 +347281,7 @@ export namespace Prisma {
|
|
|
347287
347281
|
address?: NullableStringFieldUpdateOperationsInput | string | null
|
|
347288
347282
|
deploymentPhase?: NullableStringFieldUpdateOperationsInput | string | null
|
|
347289
347283
|
trenchConfiguration?: NullableStringFieldUpdateOperationsInput | string | null
|
|
347290
|
-
trenchDepth?:
|
|
347284
|
+
trenchDepth?: NullableStringFieldUpdateOperationsInput | string | null
|
|
347291
347285
|
backfillMaterial?: NullableStringFieldUpdateOperationsInput | string | null
|
|
347292
347286
|
reinforcementMaterial?: NullableStringFieldUpdateOperationsInput | string | null
|
|
347293
347287
|
specialCharacteristics?: NullableStringFieldUpdateOperationsInput | string | null
|